[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need LISA help



On Feb 23, 4:40 pm, Andrew C
<sumguy...@zorak.formalwear.strangled.net> wrote:
> Hi, I'm just starting out with 6502 assembly and I have, as far as I
> know, set up LISA 3.2 correctly*. However, I could clearly use a bit more
> documentation than I have. I found the book "Using 6502 Assembly
> Language" by Randy Hyde but when I follow the instructions and attempt
> to enter instructions it always yells "ILLEGAL MNEMONIC" at me even when
> I am clearly entering a legal mnemonic from the book. So basically, can
> anyone point me to a copy of the manual or at least tell me why it
> considers all input invalid?  

I don't have a manual for Lisa 3.2 but I do have one for Lisa 2.5.
Here is what it says in Appendix C:

ILLEGAL MNEMONIC:
The symbol in the mnemonic field is not a valid LISA mnemonic.
Probable causes: beginning the mnemonic in column one, beginning a
label in other than column one, the mnemonic is missing (perhaps you
forgot to delimit a label with a ":"?), or a simple typo.