0 Members and 2 Guests are viewing this topic.
Also please do not delete the old lesson 13/14 yet, I am curious how many downloads this got total so far.
A couple things I noticed: You don't actually have to have different .asm files for each page. The defpage() macro is all that matters. Also, you can get the page number of a label by shifting it right by 16 (SPASM stores the label values as 24-bit)
Nice, I'll try to grab them all when you are finished