...
| Code Block | ||||
|---|---|---|---|---|
| ||||
IN:
IX = memory handle
B = explicit bank
H = explicit page
OUT, if call successful:
Fc = 0, OK
OUT, if call failed:
Fc = 1
A = RC_FAIL, failed to allocate memory
Registers changed after return:
..BCDEHL/IXIY same
AF....../.... different |
...