mrdudz
|
6222cd9115
|
don't use a label in the bgt macro, as that may cause subtle problems. fixes #2222
|
2023-10-14 23:04:30 +02:00 |
|
Greg King
|
7d1d929391
|
Added two useful opcode mnemonic aliases.
bnz - jump if not zero.
bze - jump if zero.
|
2013-05-08 00:03:44 -04:00 |
|
Oliver Schmidt
|
54299fae5a
|
Replaced builtin macro packages with .mac files that are included like ordinary .inc files.
The benefits are:
- Independency of ca65 build from perl
- More transparent behaviour
|
2013-04-08 00:11:05 +02:00 |
|