adapted to new assembler syntax

This commit is contained in:
ceriel
1987-02-03 13:23:38 +00:00
parent 596c36ac43
commit 8932b2b60e
5 changed files with 492 additions and 720 deletions

View File

@@ -1,3 +1,9 @@
.define .dvi4
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.dvi4:
pop hl
ld (retaddr),hl
@@ -66,9 +72,9 @@
push bc
push de
jp (iy)
.data
.flag1: .byte 0
.flag2: .byte 0
retaddr:.word 0
.savebc: .word 0
.savede: .word 0
.sect .data
.flag1: .data1 0
.flag2: .data1 0
retaddr:.data2 0
.savebc: .data2 0
.savede: .data2 0