1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 05:28:55 +00:00
6502bench/SourceGen/SGTestData/Expected/1002-embedded-instructions_Merlin32.S
Andy McFadden 98914e9f80 Treat BRK as a 1-byte instruction
The 65816 definition makes it a two-byte instruction, like COP.  On
the 6502 it acted like a two-byte instruction, but in practice very
few assemblers treat it that way.  Very few humans, for that matter.
So it's now treated as a single byte instruction, with the following
byte encoded as a data value.
2019-08-02 17:21:50 -07:00

75 lines
1.2 KiB
ArmAsm

org $1000
clc
xce
sep #$30
jsr L1014
jsr L101C
jsr L102A
jsr L102F
jsr L1059
rts
L1014 lda #$00
dfb $2c
L1017 lda #$01
beq L1017
rts
L101C sep #$30
lda $00
beq L1025
lda #$00
brk
L1025 stal $012345
rts
L102A dfb $20
L102B rts
dfb $ea
bra L102B
L102F dfb $2c
L1030 dfb $2c
L1031 dfb $2c
L1032 dfb $2c
L1033 dfb $2c
L1034 dfb $2c
L1035 dfb $2c
L1036 dfb $2c
L1037 dfb $2c
L1038 nop
nop
asl A
bcc L102F
asl A
bcc L1030
asl A
bcc L1031
asl A
bcc L1032
asl A
bcc L1033
asl A
bcc L1034
asl A
bcc L1035
asl A
bcc L1036
asl A
bcc L1037
asl A
bcc L1038
rts
L1059 dfb $2c
L105A nop
dfb $ad
L105C lda $00
asl A
bcc L105A
asl A
bcc L105C
dfb $af