Hacker News new | ask | show | jobs
by Retr0spectrum 3692 days ago
Does anyone know if a bootable BASIC interpreter written in x86 asm exists? If not, it might be a fun project.
1 comments

I built something like that, based on bkerndev (Bran's Kernel Development Tutorial) and the TinyBasic interpreter.

https://github.com/d99kris/nopeos

It's a bit of C and not only asm though. Also - I haven't tested it a lot, as my kid is only 3 years old. :)