Added additional entry points that clear the high word of the right operand.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4023 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -7,12 +7,17 @@
|
||||
;
|
||||
; EAX = TOS - EAX
|
||||
;
|
||||
.export tossubeax
|
||||
.import addysp1
|
||||
.importzp sp, sreg
|
||||
.export tossub0ax, tossubeax
|
||||
.import addysp1
|
||||
.importzp sp, sreg
|
||||
|
||||
.macpack cpu
|
||||
|
||||
tossub0ax:
|
||||
ldy #$00
|
||||
sty sreg
|
||||
sty sreg+1
|
||||
|
||||
tossubeax:
|
||||
sec
|
||||
eor #$FF
|
||||
|
||||
Reference in New Issue
Block a user