Example programs. By Lee Davison. |
The programsHere are some example programs that can be run under EhBASIC for the EASY68k Assembly Language Programming Tool. Most of them rely on features of that version of EhBASIC.
For more general example programs see here.
Running EhBASIC under the EASy68k simulator environment means you can take advantage of the following...
The programs are all available as plain text and will load as such. However saving the program as a binary will make loading faster next time. However, to ensure compatability across versions programs should be archived as ASCII files.
Then next time just do ..E.g.
LOAD "STARTREK.BAS" Load the plain text program.
SAVE "STARTREK.BIN" Save it back as a binary
There is no significance in the file extensions. You can chose any file name and extension you wish.LOAD "STARTREK.BIN" Load the binary program, much faster.
Additions, comments and suggestions always welcome. Enjoy.
Program Description HTML page Zipped source graphics.bas Graphics demo View Download
Last page update: 26th May, 2004. | e-mail me |