Yea, but I want to do a loop so I can save space. terrence McBorder@aol.com wrote: > warhorse@bellatlantic.net writes: > > > > > 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 <ld bc,$d1ee> ;or just do <ld bc,$d1e4+10d>