1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-03 05:29:30 +00:00

export divmod7

This commit is contained in:
Dave Schmenk 2019-12-24 16:00:49 -08:00
parent 7ba288d2d6
commit 1f94b7331a
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import hgrlib
predef divmod7(x)#2
predef hgrPlot(x, y)#0
predef hgrXorPlot(x, y)#0
predef hgrHLin(x1, x2, y)#0

View File

@ -70,7 +70,7 @@ GBASE = GBASL
GCLR = $30
end
asm divmod7(x)#2
export asm divmod7(x)#2
LDA ESTKL,X ; X COORD LSB
LDY ESTKH,X ; X COORD MSB
BNE + ; MUST BE >= 140