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 .rol
|
||||
|
||||
! $Header$
|
||||
! #bytes in ax
|
||||
.rol:
|
||||
pop dx ! return address
|
||||
@@ -28,6 +29,8 @@
|
||||
2:
|
||||
jmp dx
|
||||
9:
|
||||
.extern EODDZ
|
||||
.extern .trp
|
||||
mov ax,EODDZ
|
||||
push ax
|
||||
jmp .trp
|
||||
|
||||
Reference in New Issue
Block a user