4Data Telesoftware Adaptor Issue 1.2 | Routines |
Prev: 027A | Up: Map | Next: 028B |
|
||||
hamming_decode_hl | 0280 | LD C,(HL) | Read byte at address in HL into C. | |
0281 | PUSH HL | Add to hamming_decode_table_pointer to get offset in table. | ||
0282 | LD HL,(hamming_decode_table_pointer) | |||
0285 | LD B,$00 | |||
0287 | ADD HL,BC | |||
0288 | LD B,(HL) | Return decoded byte from table in B. | ||
0289 | POP HL | |||
exit_pointer_RET | 028A | RET | This RET instruction is used to return from menus, vectored through exit_pointer. |
Prev: 027A | Up: Map | Next: 028B |