mirror of
https://github.com/marketideas/qasm.git
synced 2024-12-26 23:29:22 +00:00
removed operand with spaces
This commit is contained in:
parent
4781b693aa
commit
d3bc1455fa
8
testdata/2007-labels-and-symbols.S
vendored
8
testdata/2007-labels-and-symbols.S
vendored
@ -219,13 +219,13 @@ next
|
||||
:skiphex
|
||||
|
||||
; extract bytes from 32-bit value with short regs
|
||||
lda #<thirty2 + 2
|
||||
lda #>thirty2 + 768
|
||||
lda #<thirty2+2
|
||||
lda #>thirty2+768
|
||||
lda #^thirty2
|
||||
rep #$30
|
||||
mx %00
|
||||
lda #<thirty2 + 3
|
||||
lda #>thirty2 + 1024
|
||||
lda #<thirty2+3
|
||||
lda #>thirty2+1024
|
||||
lda #^thirty2
|
||||
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user