1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-04 01:29:34 +00:00
6502bench/SourceGen/SGTestData/Expected/20022-operand-formats_64tass.S
Andy McFadden 7d1d7f9c56 Operand for ".enc" should be in double quotes
The 64tass assembler was generating a warning.
2020-07-02 08:14:42 -07:00

34 lines
777 B
ArmAsm

;Project file was edited to force ASCII formatting for some operands.
.cpu "65816"
.enc "sg_hiascii"
.cdef $20,$7e,$a0
.enc "sg_ascii"
.cdef $20,$7e,$20
* = $1000
.as
.xs
clc
xce
rep #$30
.al
.xl
lda #$1234
lda #4660
lda #4660
lda #%0001001000110100
lda #$fffe
lda #65534
lda #65534
lda #%1111111111111110
lda $fffefd
lda 16776957
lda 16776957
lda %111111111111111011111101
lda #'h'
lda #'H' | $80
lda #$6868
lda @l'h'
lda @l'H' | $80
rts