1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +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:
ol.sc 2012-02-09 09:05:04 +00:00
parent e6fba95c90
commit e703b549ce

View File

@ -183,13 +183,6 @@ Skip:
;-------------------------------------------------------------------------
.macro bra addr
clv
bvc addr
.endmacro
;-------------------------------------------------------------------------
.macro smb bitNumber, dest
pha
lda #(1 << bitNumber)