Dear fellow M-Coders,
Does anyone know whether re-entry is possible at all?
I've coded a multi-function routine, which isn't more than normal prompting function that redirects the execution to a series of sub-functions, depending on the input suffix.
Some may recognize this being done on the HEPAX ROM, as a mean to break over the 64-function limit imposed by the FAT constrains.
My contribution to the scheme has been a "catalog" of the subfunctions, triggered with the suffix zero. It currently ends after displaying all the sub-function names, but I'd like it to re-issue the multi-function routine, now with the names fresh in the user's mind.
So, any chance to get it done?
Best, ÁM