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
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue