(Again, copied from StarDot at https://www.stardot.org.uk/forums/viewtopic.php?p=401976#p401976 to track.)
LB A0,(T0) (i.e. missing out the 0 immediate offset) gives an error of imm12 constant out of range, whereas LB A0,0(T0) assembles fine.
I assume it's normally OK to omit this and a 0 assumed, but is it strictly required, or is it a bug/limitation?
(Again, copied from StarDot at https://www.stardot.org.uk/forums/viewtopic.php?p=401976#p401976 to track.)
LB A0,(T0)(i.e. missing out the 0 immediate offset) gives an error ofimm12 constant out of range, whereasLB A0,0(T0)assembles fine.I assume it's normally OK to omit this and a 0 assumed, but is it strictly required, or is it a bug/limitation?