07-07-2009, 06:34 PM
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:
:entry1
<basic instructions>
:entry2
<basic instructions>
...