![]() |
|
Multiple Entry Points - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Wishlist (https://forum.boriel.com/forumdisplay.php?fid=14) +---- Thread: Multiple Entry Points (/showthread.php?tid=119) |
Multiple Entry Points - LCD - 2009-06-26 HiSoft Basic offers this: You can define multiple entry points for the code using REM : #OPEN at every line, where a entry point is possible, then at compilation time it displays for every entry point the USR Adress. Re: Multiple Entry Points - boriel - 2009-07-07 LCD Wrote:HiSoft Basic offers this: You can define multiple entry points for the code using REM : #OPEN at every line, where a entry point is possible, then at compilation time it displays for every entry point the USR Adress.Hi (I'm back!) ![]() Well, you can already do that with labels. When I end up the memory-map output, you can do this: Code: :entry1Re: Multiple Entry Points - LCD - 2009-07-08 Thank you very much. This are good news (also that you are back...).
|