mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
The macro 'bra' conflicts with the 65C02 instruction. As it isn't actually used I simply removed it.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5508 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e6fba95c90
commit
e703b549ce
@ -183,13 +183,6 @@ Skip:
|
|||||||
|
|
||||||
;-------------------------------------------------------------------------
|
;-------------------------------------------------------------------------
|
||||||
|
|
||||||
.macro bra addr
|
|
||||||
clv
|
|
||||||
bvc addr
|
|
||||||
.endmacro
|
|
||||||
|
|
||||||
;-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
.macro smb bitNumber, dest
|
.macro smb bitNumber, dest
|
||||||
pha
|
pha
|
||||||
lda #(1 << bitNumber)
|
lda #(1 << bitNumber)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user