mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +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
|
||||
pha
|
||||
lda #(1 << bitNumber)
|
||||
|
Loading…
Reference in New Issue
Block a user