26 lines
1.3 KiB
Text
26 lines
1.3 KiB
Text
|
|
Enhanced BASIC is a BASIC interpreter for the 6502 family microprocessors. It
|
|
is constructed to be quick and powerful and easily ported between 6502 systems.
|
|
It requires few resources to run and includes instructions to facilitate easy
|
|
low level handling of hardware devices. It also retains most of the powerful
|
|
high level instructions from similar BASICs.
|
|
|
|
EhBASIC is free but not copyright free. For non commercial use there is only one
|
|
restriction, any derivative work should include, in any binary image distributed,
|
|
the string "Derived from EhBASIC" and in any distribution that includes human
|
|
readable files a file that includes the above string in a human readable form
|
|
e.g. not as a comment in an HTML file.
|
|
|
|
For commercial use please contact me, Lee Davison, at leeedavison@googlemail.com
|
|
for conditions.
|
|
|
|
For more information on EhBASIC, other versions of EhBASIC and other projects
|
|
please visit my site at ..
|
|
|
|
http://members.multimania.co.uk/leeedavison/index.html
|
|
|
|
|
|
P.S. c't magazin, henceforth refered to as "those thieving german bastards", are
|
|
prohibited from using this or any version of EhBASIC for any of their projects
|
|
or products. The excuse "we don't charge people for it" doesn't wash, it adds
|
|
value to your product so you owe me.
|