6502 enhanced BASIC unmodified source
Go to file
Klaus2m5 229c744455 fixed minor INPUT & CONT bugs
fixed can't continue error on 1st statement after direct mode
fixed syntax error after "Redo from start" when INPUT is the first run
mode statement
changed INPUT to throw "break in line ##" on empty line input
2017-12-10 13:26:08 +01:00
patched fixed minor INPUT & CONT bugs 2017-12-10 13:26:08 +01:00
.gitattributes redistribution 2013-10-26 17:04:12 +02:00
.gitignore redistribution 2013-10-26 17:04:12 +02:00
basic.asm redistribution 2013-10-26 17:04:12 +02:00
bugsnquirks.txt fixed minor INPUT & CONT bugs 2017-12-10 13:26:08 +01:00
Enhanced_6502_BASIC_reference_manual.pdf redistribution 2013-10-26 17:04:12 +02:00
min_mon.asm redistribution 2013-10-26 17:04:12 +02:00
mixed_case_keywords_mod.txt Mixed case keywords modification 2017-01-28 18:07:02 +01:00
readme.txt redistribution 2013-10-26 17:04:12 +02:00

 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.