msbasic icon indicating copy to clipboard operation
msbasic copied to clipboard

Microsoft BASIC for 6502 (Commodore, Apple, KIM-1, AIM-65, OSI, ...)

Results 9 msbasic issues
Sort by recently updated
recently updated
newest added

I noticed there's a small difference in the `LIST` statement on the AppleSoft BASIC if compared to the one in msbasic: there's an extra (and ugly) space printed after every...

For example, PRINT "Hello" work fine, but 10 PRINT "Hello" RUN doesn't work. The line appears to be tokenized and stored to RAMSTART2 correctly, but LINGET never seems to work....

Hey, sorry for this most likely dumb question, but.. Why are there 4 Zero-Page start addresses? e.g. in the File "define_cbm2.s" for the Commodore Basic 2 are 4 ZP addresses...

Changed code so that force_range feature doesn't have to be enabled for more recent versions of CC65.

Flexibility I needed in the Gigatron port of cbmbasic2 to make TI$ work in a different memory layout Most important: - Replaced magic constants and conditional assembly with expressions -...

See https://github.com/cc65/cc65/issues/2208 The current source does some (rather complex and hard to follow) magic things to figure out the location of certain variables. This broke due to a recent fix...

I guessed it had to be PR_WRITTEN because at least that seems relevant, but thats at some random address. I assume on the ones that get loaded to ram (kim1...

Outputs a binary that can be run on the dev board and uses the USB port for serial communication.

![osk](https://github.com/user-attachments/assets/4b7c41d0-0b9e-4565-8cf7-cfeec13a5898)