mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-11 14:30:08 +00:00
remove extraneous comments
believe these are fixed, it's been a decade :-)
This commit is contained in:
parent
b03a8e6fd8
commit
8a4f8284b1
@ -483,12 +483,11 @@
|
||||
FlagNVZC
|
||||
|
||||
/* AXS = (A AND X) -> S, A AND X AND 17 -> M */
|
||||
/* HACK!!!!!!!!!!!!!!! */
|
||||
#define DoAXS movb A_Reg, SP_Reg_L; \
|
||||
andb X_Reg, SP_Reg_L; \
|
||||
movb SP_Reg_L, %al; \
|
||||
andb $17, %al; \
|
||||
FlagNZ /* \ wasn't here */ \
|
||||
FlagNZ \
|
||||
PutToEA_Bh
|
||||
|
||||
/* DCP = DEC M, CMP M */
|
||||
@ -624,8 +623,7 @@
|
||||
PutToEA_Bh
|
||||
|
||||
/* XMA = (X AND M) AND (A OR 238) -> A */
|
||||
/* HACK!!!!!!!!!!!!!!! */
|
||||
#define DoXMA /* the \ wasn't here before */ \
|
||||
#define DoXMA \
|
||||
GetFromEA_Bh \
|
||||
andb X_Reg, %al; \
|
||||
orb $238, A_Reg; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user