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

Re: Lo-Res Hijinks ... Enjoy!



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