xdt99
xdt99 copied to clipboard
xas99 throws traceback from mal formed table access (should really be a syntax error)
Attempts to assemble the following table access construct:
mov @mess(R6,R0 --or-- mov R0,@mess(R6
will result in the following traceback:
raceback (most recent call last):
File "/home/robert/bin/xdt99-3.6.0/xas99.py", line 3622, in
File "/home/robert/bin/xdt99-3.6.0/xas99.py", line 497, in process
arg1 = parse_op1(self.asm.parser, operands[0]) if parse_op1 else None
File "/home/robert/bin/xdt99-3.6.0/xas99.py", line 325, in
Correcting the syntax error, of course, eliminates the problem.