I don't suppose anybody knows what all of the various assembly options are for?
I'm trying to manually massage the BASIC2.zip (https://mdfs.net/Software/BBCBasic/BBC/Basic2.zip) source into something my assembler will understand.. but I keep getting tripped up by all of the conditional assembly options.
For example, what is split%, drop%, opt% ?
I've just assumed I have INTVALVersion and VALVersion of 3.
At the end of the day, I'm hoping I'll end up with a lump of 6502 code that I can store/execute at $8000 and then fill in the various hook routines for input and output - that's my primary goal - and that's all running with Fake6502 on Windows.
I'm trying to manually massage the BASIC2.zip (https://mdfs.net/Software/BBCBasic/BBC/Basic2.zip) source into something my assembler will understand.. but I keep getting tripped up by all of the conditional assembly options.
For example, what is split%, drop%, opt% ?
I've just assumed I have INTVALVersion and VALVersion of 3.
At the end of the day, I'm hoping I'll end up with a lump of 6502 code that I can store/execute at $8000 and then fill in the various hook routines for input and output - that's my primary goal - and that's all running with Fake6502 on Windows.
Statistics: Posted by SparkyNZ — Fri Feb 09, 2024 5:52 am