qasm/src
Kelvin Sherlock fc62d0c9e7 'a' as an operand is ignored.
Based on testing with Merlin-16+ 4.12, this seems to apply in all cases

inc a -> equivalent to inc
lda a -> equivalent to lda (bad address mode error)

if you do have an 'a' label, you need to specify the address mode, eg

lda |a, lda >a, lda <a
2021-08-31 18:08:08 -04:00
..
asm 'a' as an operand is ignored. 2021-08-31 18:08:08 -04:00
data Update src/data/sym.equates.S ds section with proper offset values 2020-05-24 16:18:51 -07:00
docs first commit 2019-11-11 15:56:03 -08:00
edit first commit 2019-11-11 15:56:03 -08:00
exe first commit 2019-11-11 15:56:03 -08:00
intcmd first commit 2019-11-11 15:56:03 -08:00
link link script ext support 2021-05-03 23:50:56 -04:00
macros tweaks to self-compile qasm with qasm. 2020-01-05 18:06:32 -05:00
macs first commit 2019-11-11 15:56:03 -08:00
obj first commit 2019-11-11 15:56:03 -08:00
qasystem first commit 2019-11-11 15:56:03 -08:00
shell Don't try to do message center stuff when there was a message center error. 2020-05-24 22:45:17 -04:00
tools first commit 2019-11-11 15:56:03 -08:00
utility first commit 2019-11-11 15:56:03 -08:00
merlin_convert.s first commit 2019-11-11 15:56:03 -08:00
merlin_orig.s first commit 2019-11-11 15:56:03 -08:00