[A86] Re: TI-86 Menu Routine


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

[A86] Re: TI-86 Menu Routine




Michael Williams writes:
> No, I havent actually done that, but I read about it once.  My other
> thought would be to do this:
>
> ld hl,table
> call Do_Menu

Passing arguments in registers will almost always give you better
performance (space and time) than passing on the stack.  This is especially
true on the z80 since it doesn't have instructions that optimize stack frame
creation.

--
David Phillips <david@acz.org>
http://david.acz.org/





References: