adapted to new assembler syntax
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.sect .text
|
||||
.define .ilar
|
||||
|
||||
.ilar:
|
||||
! $Header$
|
||||
pop bx
|
||||
pop dx
|
||||
.extern .unknown
|
||||
cmp dx,2
|
||||
jne .unknown
|
||||
pop di ! descriptor address
|
||||
pop ax ! index
|
||||
pop si ! array base
|
||||
push bx
|
||||
.extern .lar2
|
||||
jmp .lar2
|
||||
|
||||
Reference in New Issue
Block a user