0 Members and 1 Guest are viewing this topic.
100 TRAP 200 : REM START TRY BLOCK... horribly complex code ...190 RETURN : REM END TRY BLOCK200 REM CATCH... show an error message ?270 IF BAIL RESUME 190 : REM GIVE UP280 RESUME 100 : REM TRY AGAIN290 REM END CATCH
The biggest con, IMHO, is at 1MHz it is much slower than the same program running on say, a C64. This is due to the all the bank switching that is neccessary and also because BASIC 7.0 uses a software stack for variables in loops.
Wow, that's pretty cool! I'm assuming you just replace the stupid application ROMs?