Skip to content
This repository has been archived by the owner on Mar 3, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 762 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 762 Bytes

vt128

Build Status

Work in progress.

I pulled out the Commodore 128 the other day and thought it would be fun to do some BASIC programming. It wasn't fun. The keyboard is weird, the left shift key is sticky, line numbers are old school, two character variable names are way too old school.

So I got the idea to write a BASIC tokenizer that can be developed on a normal machine and then executed in the VICE emulator. That is the goal for now and subject to change.

First order of business is a disk reader and writer. Yes, tools already exist for that but why not have some fun.

https://godoc.org/github.com/blackchip-org/vt128/d71