adapted to new assembler syntax
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.sect .text
|
||||
.define .rmu
|
||||
|
||||
! $Header$
|
||||
! #bytes in ax
|
||||
.rmu:
|
||||
pop bx ! return address
|
||||
@@ -24,12 +25,15 @@
|
||||
push si
|
||||
push dx
|
||||
push ax
|
||||
.extern .rmu4
|
||||
call .rmu4
|
||||
pop ax
|
||||
push bx
|
||||
push dx
|
||||
jmp ax
|
||||
9:
|
||||
.extern EODDZ
|
||||
.extern .trp
|
||||
mov ax,EODDZ
|
||||
push ax
|
||||
jmp .trp
|
||||
|
||||
Reference in New Issue
Block a user