6502 enhanced BASIC unmodified source
Go to file
Klaus2m5 30a4d5a856 Added .END directive in min_mon
Allows the simulator to start at the correct address $FF80.
2020-01-13 16:33:17 +01:00
patched Added .END directive in min_mon 2020-01-13 16:33:17 +01:00
.gitattributes redistribution 2013-10-26 17:04:12 +02:00
.gitignore redistribution 2013-10-26 17:04:12 +02:00
Enhanced_6502_BASIC_reference_manual.pdf redistribution 2013-10-26 17:04:12 +02:00
basic.asm redistribution 2013-10-26 17:04:12 +02:00
bugsnquirks.txt accumulated fixes in 2.22p5 2020-01-13 14:33:59 +01:00
min_mon.asm redistribution 2013-10-26 17:04:12 +02:00
mixed_case_keywords_mod.txt changed mixed case patch 2018-01-20 14:19:53 +01:00
readme.txt redistribution 2013-10-26 17:04:12 +02:00

readme.txt

 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 Lee Davison at leeedavison@googlemail.com
 for conditions.