Posted By
 Csabo on 2004-05-18 09:35:48
| Re: SYS command
I just thought of something else. You can solve this problem by avoiding it completely. Let's say you need 8 Kb's worth of machine code: start the basic program from $3000, and write the code before it. No conflict! Also, when you would call your routines, sometimes you will save one byte, because the SYS address can be 4 digits instead of 5  |