editor changes

This commit is contained in:
2025-06-16 03:49:08 +01:00
parent 7f834adbce
commit e9eca34d48
7 changed files with 52 additions and 17 deletions
+3 -8
View File
@@ -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