new version for .o

This commit is contained in:
ceriel
1987-02-02 13:30:20 +00:00
parent aa963110a4
commit ceb0f75afa
44 changed files with 261 additions and 42 deletions

View File

@@ -1,3 +1,8 @@
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
loop = 100
dvi4:
xor a
@@ -57,6 +62,6 @@ dvi4:
push hl
push de
jp (iy)
.data
.flag1: .byte 0
.flag2: .byte 0
.sect .data
.flag1: .data1 0
.flag2: .data1 0