<aiiadict@gmail.com> wrote in message
1117827203.303874.15080@g47g2000cwa.googlegroups.com">news:1117827203.303874.15080@g47g2000cwa.googlegroups.com...
I started with ML. No labels, never got beyond about 50
bytes of code. Use assembler! It will make your programming
experience much more enjoyable and productive.
or, if you refuse, you can use ! command from * prompt.
This puts you in the "mini assembler". You can type
LDA, STA etc instead of hex codes. It will also compute
branch instructions for you, so you don't have to manually
calculate how many steps forward/back you want to branch.
Rich
Hi Rich,
Whats a good assembler to use, with decent documentation?
I have a book for the DOS 3.3 Merlin Assembler, but I've
never found the disk image for it, or really looked for that
matter.
Heh, calculating Relative Branches is such a PITA to be
honest, the way I do it is guesswork, and adjust accordingly
to make it point where it should!