Prev: ECF4 Up: Map Next: ED06
ED00: Print a set of UDGs indirectly
Used by the routine at CBBD.
Input
IX Pointer to address of UDGs to print.
ED00 LD L,(IX+$00) Put the address in HL and move forward to ED06 to print them.
ED03 LD H,(IX+$01)
Prev: ECF4 Up: Map Next: ED06