mirror of
https://github.com/Michaelangel007/6502_linux_logo.git
synced 2024-11-25 00:30:49 +00:00
Down to 650 bytes
This commit is contained in:
parent
d0d93e030c
commit
03bc658f50
@ -103,12 +103,10 @@ detect_langcard
|
|||||||
sta RAMIN ; Read RAM
|
sta RAMIN ; Read RAM
|
||||||
|
|
||||||
lda $D000
|
lda $D000
|
||||||
eor #$FF
|
inc $D000
|
||||||
sta $D000
|
|
||||||
cmp $D000
|
cmp $D000
|
||||||
bne apple_ii_48K
|
beq apple_ii_48K
|
||||||
eor #$FF
|
dec $D000
|
||||||
sta $D000
|
|
||||||
|
|
||||||
RAM_64K
|
RAM_64K
|
||||||
ldx #"6" ; "64K"
|
ldx #"6" ; "64K"
|
||||||
|
BIN
ll_6502.dsk
BIN
ll_6502.dsk
Binary file not shown.
Loading…
Reference in New Issue
Block a user