10 lines
114 B
Text
10 lines
114 B
Text
;author Standard
|
|
;name Dwarf
|
|
|
|
org 1
|
|
|
|
dat 1, 1 ;not 0, 0 so i can see it change
|
|
|
|
mov 0-1, 3
|
|
add.ab #4, 0-1
|
|
jmp 0-2
|