Z88 Developers' Notes | ||
---|---|---|
Contents | Contents of System Calls |
GN_Rbe, read byte at extended address
RST 20H, DEFW $3E09
IN:
BHL = pointer to the byte to read (B = 0, local byte)OUT, if call successful:
A = byte at addressRegisters changed after return:
.FBCDEHL/IXIY same A......./.... differentNotes:
Bugs:
Related calls:
GN_Cme, compare null-terminated strings, one local, one extended
GN_Wbe, write byte at extended address
OS_Bde, copy bytes to extended address
OS_Bhl, copy bytes from extended address