[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need LISA help
- Subject: Re: Need LISA help
- From: David Wilson <mcs6502@gmail.com>
- Date: Mon, 23 Feb 2009 06:18:57 -0800 (PST)
- Complaints-to: groups-abuse@google.com
- Injection-info: q25g2000vbn.googlegroups.com; posting-host=220.233.163.88; posting-account=qI24_AoAAACOqtW0RW0QWsjiKvp4bPUB
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- References: <gntcsm$et9$1@aioe.org>
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2:7081
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.
- References:
- Need LISA help
- From: Andrew C <sumguy231@zorak.formalwear.strangled.net>