Up one Example programs. By Lee Davison. Up to top

Introduction

Here 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.

E.g.

LOAD "STARTREK.BAS" Load the plain text program.

SAVE "STARTREK.BIN" Save it back as a binary

Then next time just do ..

LOAD "STARTREK.BIN" Load the binary program, much faster.

There is no significance in the file extensions. You can chose any file name and extension you wish.

Additions, comments and suggestions always welcome. Enjoy.

The programs

Program Description HTML page Zipped source
graphics.bas Graphics demo View Download Download zip file


Last page update: 26th May, 2004. e-mail me e-mail