Thursday, January 17, 2008

[oopic] Re: Subroutine addressing

Another way to organize the code is to have various blocks of code each
terminating in a GOTO back to some point in the program loop. Just
branch to the proper block and it knows the way home.

You could also put a bunch of GOTO X1 GOTO X2 ... at the front of the
program - basically a jump table. Even if the destination changed from
programming mods, the location the the GOTO statement would not. This
would simplify using the Y command.

Richard



Yahoo! Groups Links

<*> To visit your group on the web, go to:

http://groups.yahoo.com/group/oopic/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:

http://groups.yahoo.com/group/oopic/join

(Yahoo! ID required)

<*> To change settings via email:
mailto:oopic-digest@yahoogroups.com
mailto:oopic-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
oopic-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:

http://docs.yahoo.com/info/terms/

No comments:

Post a Comment