adapted to new assembler syntax
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.define .dvi4
|
||||
|
||||
yl=2
|
||||
@@ -5,8 +6,8 @@ yh=4
|
||||
xl=6
|
||||
xh=8
|
||||
|
||||
.sect .text
|
||||
.dvi4:
|
||||
! $Header$
|
||||
mov si,sp ! copy of sp
|
||||
mov bx,yl(si)
|
||||
mov ax,yh(si)
|
||||
|
||||
Reference in New Issue
Block a user