A86: Custom Menu Pointers


[Prev][Next][Index][Thread]

A86: Custom Menu Pointers




The space for custom slots starts at $d1e4. Can I do someting like:
ld BC, $d1e4
inc BC 10 times (10 bytes per entry) prepare for the next slot?

How about the pointers? Can I increase the hex by 2 in a loop to adjust
the pointers?
terrence