Free42 with big stack, test version
|
02-05-2021, 01:58 PM
Post: #40
|
|||
|
|||
RE: Free42 with big stack, test version
(02-05-2021 12:34 PM)Thomas Okken Wrote: Or keep NSTK and 4STK, but make them non-programmable; eliminate LNSTK and L4STK; and add a new type of label, say, NLBL, so that LBL has the effect of L4STK and NLBL has the effect of LNSTK.Thomas, IMHO this is the best route to take, I was going to suggest the same idea until I saw this post. It's simple, the intention is clear and the compatibility with older program is guaranteed. There are cases that will need to be addressed like: { LBL "L1" ... XEQ "L2" ... RTN } { NLBL "L2" ... RTN } or { NLBL "L3" ... XEQ "L4" ... RTN } { LBL "L4" ... RTN } Sylvain |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)