send link to app

4917emu Micro Processor Emu app for iPhone and iPad


4.8 ( 5648 ratings )
Utilities Education
Developer: Michael Mustun
2.99 USD
Current version: 5.0.0, last update: 6 months ago
First release : 02 Nov 2012
App size: 777 Kb

Just learn how to CODE a computer: The very basic principles of any computer.

Most people learn how exactly a computer works by buying this App. Learn how to CODE. Tell me how a microprocessor works. Here you can learn it. Please like my App and write a customer review.

4917emu is an hypothetical microprocessor that was used in a computer course named COMP1917 at the UNSW University of New South Wales to teach microprocessor basics. It is 4bit, has 16 memory locations and 4 registers:
- Instruction Pointer (IP),
- Instruction Store (IS),
- General Register 0 (R0) and
- General Register 1 (R1).

Each memory location can store a number between 0 and 15, and there are 16 instructions.

There is a Extended Instruction Code set.

For example the following 4917 machine code program would print the numbers from zero to 15: 8 0 3 11 1 15 0.

Happy hacking ;)