qasm/src/asm
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.1.s 'a' as an operand is ignored. 2021-08-31 18:08:08 -04:00
asm.cmd.s tweaks to self-compile qasm with qasm. 2020-01-05 18:06:32 -05:00
asm.cond.s Merge pull request #46 from ksherlock/label-15-2 2020-05-25 23:10:59 -07:00
asm.dsk.s two more label length straglers 2020-05-25 18:32:17 -04:00
asm.errors.s first commit 2019-11-11 15:56:03 -08:00
asm.eval.s update program counter (for eval purposes) after each argument in data statements. 2020-05-31 16:06:14 -04:00
asm.header.s Update labels/symbol size from 15 to 31. 2020-05-24 18:37:21 -04:00
asm.macs.s missing macros :) 2020-01-05 23:56:11 -05:00
asm.opcodes.s ddb - update pcobjptr after each item. 2020-10-11 20:41:36 -04:00
asm.vars.s update program counter (for eval purposes) after each argument in data statements. 2020-05-31 16:06:14 -04:00