[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Integer on ProDOS? (NOT QUITE) Sort of...



http://1.buric.co/dungeoncampaign8.dsk.gz

What this actually is is a wrapper for a single-load INTBASIC program that does not need DOS and therefore is just fine handled in this manner. ProDOS functions are not available through BASIC.SYSTEM when using Integer Basic.

It uses the relocated version of intbasic.

BASIC.SYSTEM is almost unusable upon exit, but you can still use it to quit:

CALL -8192
]BYE

-uso.