Changeset 89 for branches/virt simple/example.vasm
- Timestamp:
- Sep 30, 2016, 10:13:35 PM (8 years ago)
- Location:
- branches/virt simple
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virt simple
-
Property svn:ignore
set to
lib
project1
project1.lps
-
Property svn:ignore
set to
-
branches/virt simple/example.vasm
r88 r89 6 6 PUSH -1 7 7 POP [10] 8 JR 0 8 LD R0, 65 9 SYS 0 ; Output character 10 LD R0, 1000 11 SYS 2 ; Delay 1 second 12 JP 0 9 13 LD [R4], [R3] 10 14 HALT
Note:
See TracChangeset
for help on using the changeset viewer.