WDR Paper Computer Emulator | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
|
||||||||
|
|
Program Editor | Try Writing a Program! | |
---|---|---|
wow |
Instruction | Function |
---|---|
stp | Stops/Ends the Program |
isz [register number] | Skips the next line if the register's value is 0 |
jmp [line number] | Make the program run from a certain line number |
inc [register number] | Increment a certain register |
dec [register number] | Decrements a certain register |
Additional Instructions: | |
inp [register number] | Stores the returned value from a prompt to the user |
dat [register number] [value] | Stores a constant value in a register |