Z88 Developers' Notes | ||
---|---|---|
Contents | Contents of System Calls |
OS_Bde, copy bytes to extended address
RST 20H, DEFW $DA06
IN:
C = number of bytes to copy (0 ... 255) HL = local source pointer BDE = extended destination pointerOUT:
Fc = 0 alwaysRegisters changed after return:
A.BCDEHL/IXIY same .F....../.... differentNotes:
Bugs:
Related calls:
GN_Cme, compare null-terminated strings, one local, one extended
GN_Rbe, read byte at extended address
GN_Wbe, write byte at extended address
OS_Bhl, copy bytes from extended address