mirror of
https://github.com/mi57730/a2d.git
synced 2025-01-09 13:31:05 +00:00
DeskTop: Ensure all disassembled code is 6502 (no C)
This commit is contained in:
parent
8db5fe3d36
commit
351b28d769
@ -1,4 +1,4 @@
|
|||||||
.setcpu "65C02" ; TODO: Reduce down to 6502
|
.setcpu "6502"
|
||||||
|
|
||||||
.include "apple2.inc"
|
.include "apple2.inc"
|
||||||
.include "../inc/apple2.inc"
|
.include "../inc/apple2.inc"
|
||||||
@ -3943,9 +3943,10 @@ L6220: lda L622E
|
|||||||
beq L622A
|
beq L622A
|
||||||
iny
|
iny
|
||||||
L622A: sta L622E
|
L622A: sta L622E
|
||||||
.byte $8D
|
|
||||||
L622E: bbs7 $C0,L61F1
|
L622E := *+1
|
||||||
plp
|
sta $C0FF
|
||||||
|
cpy #$28
|
||||||
rts
|
rts
|
||||||
|
|
||||||
;;; ==================================================
|
;;; ==================================================
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.setcpu "65C02" ; TODO: Reduce down to 6502
|
.setcpu "6502"
|
||||||
|
|
||||||
.include "apple2.inc"
|
.include "apple2.inc"
|
||||||
.include "../inc/apple2.inc"
|
.include "../inc/apple2.inc"
|
||||||
|
Loading…
Reference in New Issue
Block a user