[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Integer on ProDOS? (NOT QUITE) Sort of...
- Subject: Integer on ProDOS? (NOT QUITE) Sort of...
- From: Steve Nickolas <usotsuki@buric.co>
- Date: Fri, 7 Dec 2012 13:53:10 -0500
- Cancel-lock: sha1:QlFHwdQaARIlKH1Nilz/BAhQ8hQ=
- Injection-info: mx04.eternal-september.org; posting-host="b1331f5cb4326106a7720f5a86b16b36"; logging-data="13039"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19KhQtG+ZqhlMTsRdUwyP/s2iOcry/XIEw="
- Newsgroups: comp.sys.apple2
- Organization: A noiseless patient Spider
- User-agent: Alpine 2.02 (DEB 1266 2009-07-14)
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.