4Data Telesoftware Adaptor Issue 1.2 | Routines |
Prev: 029D | Up: Map | Next: 02CA |
The packet 30 data is not decoded by this ROM.
|
||||
store_packet_30 | 02B7 | INC HL | Copy 40 bytes from packet to address in page_receive_buffer_pointer + 1160. | |
02B8 | PUSH HL | |||
02B9 | LD HL,(page_receive_buffer_pointer) | |||
02BC | LD DE,$0488 | |||
02BF | ADD HL,DE | |||
02C0 | EX DE,HL | |||
02C1 | POP HL | |||
02C2 | LD BC,$0028 | |||
02C5 | LDIR | |||
02C7 | JP not_header | Jump back to not_header. |
Prev: 029D | Up: Map | Next: 02CA |