···1010; those, the actual data is transferred into ram page 1 in slot8000. The total byte
1111; count is decremented, and when zero, it jumps to 0x8000 to run the transferred code.
1212;
1313-; This was written to be assembled using AS80, which can be found at:
1313+; This was originally written to be assembled using AS80, which can be found at:
1414; http://www.kingswood-consulting.co.uk/assemblers/
1515;
1616+; - FyberOptic (fyberoptic@gmail.com)
1617;
1717-; - FyberOptic (fyberoptic@gmail.com)
1818+; This has been modified to be assembled with SDCC ASZ80.
1819;
1919-2020-21202221 .module loader
2322···7574 pop hl ; Restore BC, HL
7675 pop bc
7776 ret
7878-7979-8080-;------
81778278eventhandler:
8379 call getbyte ; Get low byte of total bytes to download