2.10.2 virtterm.c (Invalid Operand error)

niel%ucsc.csnet at CSNET-RELAY.ARPA niel%ucsc.csnet at CSNET-RELAY.ARPA
Tue Sep 18 05:44:21 AEST 1984


If you look in the Motorola 68000 manual on page 134 you will see that
for byte size operation address register direct is not allowed.  This
means that you can not pull the lowest byte out of that address register.
I assume this is compiled from C source code in which case there is a problem
in your compiler.  If this assembly code came from the source for your
program and not your compiler then it was not designed or debugged for
the 68000.  Good luck
                 Niel Warren



More information about the Comp.unix.wizards mailing list