adapted to new assembler syntax

This commit is contained in:
ceriel
1987-01-08 10:13:48 +00:00
parent 5cc2c0ccfc
commit c754f6ca69
54 changed files with 225 additions and 119 deletions

View File

@@ -1,6 +1,7 @@
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .mli
! $Header$
! #bytes in ax
.mli:
pop bx ! return address
@@ -22,6 +23,8 @@
push dx
jmp .mli4
9:
.extern EODDZ
.extern .trp
mov ax,EODDZ
push ax
jmp .trp