[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: source code for "2-minute apple programs"?
On Oct 29, 8:17 am, mad.scientist...@gmail.com wrote:
> Downloaded this .DSK from Asimov, there are some programs on here I
> think I could learn from, but when I try listing them, I only see 2
> lines of code (the same 2 lines every time, I think it is the code for
> the menu) and the code for the programs themselves seems to be hidden.
> Are these machine language? Or if they are BASIC how can I get to the
> source code? Thanks...
Basic programs are stored in a tokenized format. You can install
Ciderpress on Windows to help you view those programs from the .dsk
images. It converts the tokens back to their ASCII equivalents.
Eric