2 ; this all needs to be PIC!
23 ld A, $06 ; Ack the EOT
27 .soh: call getc+$FF80 ; blk
28 call getc+$FF80 ; iblk
38 .cksm: call getc+$FF80
46 .doack: ld A, $06 ; 06
49 .donak: call getc+$FF80 ; Wait until the line clears, and then once
50 jr .donak ; that happens, getc will cause a NAK.
54 ;xor e ; Possibly not needed?
85 section "a", HOME[$7E]