4Data Telesoftware Adaptor Issue 1.2 | Routines |
Prev: 1938 | Up: Map | Next: 1966 |
|
||||
load_nibbles | 1954 | LD A,(DE) | Load next byte into A. | |
1955 | INC HL | HL to high byte. | ||
1956 | RLD | Rotate low nibble of A into high byte. | ||
1958 | INC DE | Load next byte into A. | ||
1959 | LD A,(DE) | |||
195A | RLD | Rotate low nibble of A into high byte. | ||
195C | DEC HL | HL to low byte. | ||
195D | INC DE | Load next byte into A. | ||
195E | LD A,(DE) | |||
195F | RLD | Rotate low nibble of A into low byte. | ||
1961 | INC DE | Load next byte into A. | ||
1962 | LD A,(DE) | |||
1963 | RLD | Rotate low nibble of A into low byte. | ||
1965 | RET | Return. |
Prev: 1938 | Up: Map | Next: 1966 |