editor changes
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
db stack: 0x10000
|
||||
db screen: 0x20000
|
||||
dw stack: 0x10000
|
||||
dw screen: 0x20000
|
||||
db string: "Dominos sucks!"
|
||||
db string2: 0, 1, 2, 3, 4, 5, 6
|
||||
db length: 14
|
||||
|
||||
cll init
|
||||
cll start
|
||||
hlt
|
||||
|
||||
init:
|
||||
ldw stack, bpr
|
||||
mov bpr, spr
|
||||
ret
|
||||
|
||||
start:
|
||||
ldb length, rg0
|
||||
@@ -29,5 +25,4 @@ loop:
|
||||
// if loop counter <= 0 return.
|
||||
cmp rg0, zero,
|
||||
jgt loop
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user