Got the start of encoding opcodes.
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
.org 0x100
|
||||
.db msg "Hello, world!", 0
|
||||
.db more_stuff "And yet another string!", 0
|
||||
.db more_stuff "AAAA", 0
|
||||
|
||||
copy r1, msg
|
||||
copy r2, 0
|
||||
copy r1, more_stuff ;//B0 = 10110000
|
||||
copy more_stuff, 45
|
||||
loop:
|
||||
cmp r1, 0
|
||||
jz loop
|
||||
|
||||
Reference in New Issue
Block a user