|
|
|
|
|
by d3VwsX
548 days ago
|
|
A bit confused by the goto and skip instructions. Why multiply by 4 in one, but not the other? Sounds reasonable that both keep the target address a valid instruction pointer (aligned to 4 words)? Adding two words to create an address is a fun variation of segment pointers, but even more wasteful than x86 16-bit segment+offset pointers (not a complaint, just an observation). |
|
I'm curious why you think it's wasteful?
It seems similar to the 6809 indexed addressing modes which I liked (a long time ago).