From fc62d0c9e72cbe22bfdb803bffa2cd4df41a77d0 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 31 Aug 2021 18:08:08 -0400 Subject: [PATCH] '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