Tools for working with Cidco Mailstations

loader: update comment

+3 -7
+3 -7
loader.asm
··· 10 10 ; those, the actual data is transferred into ram page 1 in slot8000. The total byte 11 11 ; count is decremented, and when zero, it jumps to 0x8000 to run the transferred code. 12 12 ; 13 - ; This was written to be assembled using AS80, which can be found at: 13 + ; This was originally written to be assembled using AS80, which can be found at: 14 14 ; http://www.kingswood-consulting.co.uk/assemblers/ 15 15 ; 16 + ; - FyberOptic (fyberoptic@gmail.com) 16 17 ; 17 - ; - FyberOptic (fyberoptic@gmail.com) 18 + ; This has been modified to be assembled with SDCC ASZ80. 18 19 ; 19 - 20 - 21 20 22 21 .module loader 23 22 ··· 75 74 pop hl ; Restore BC, HL 76 75 pop bc 77 76 ret 78 - 79 - 80 - ;------ 81 77 82 78 eventhandler: 83 79 call getbyte ; Get low byte of total bytes to download