Execute Computer/Zero: Difference between revisions

Second program is '7*8' rather than '7+8'
(Second program is '7*8' rather than '7+8')
Line 4:
 
;Task:
Create a [[Computer/zero Assembly]] emulator. You may consider [http://edmundgriffiths.com/czero.html this webpage] as a reference implementation. Output the results of the sample programs "2+2" and "7+*8" found there.
 
:*   The virtual machine "bytecode" needs to be able to modify itself (or at least act as though it can) while the virtual machine is running, to be consistent with the reference implementation.
9,476

edits