This project is the BIOS (or you could say KERNAL) of my 65-o-fun project that aims to emulate a 6502 based retro computer in a browser.
This project is written using Kick Assembler v5.25. Download Kick Assembler here and follow the provided installation instructions. If you have already downloaded/cloned this repo you can run this command in the project directory to build the *.prg file that you can load and run in the 65-0-fun. Replace KickAss.jar
with the path where you installed Kick Assembler.
java -jar KickAss.jar bios.asm
See 65-o-fun project on how to run the bios or any other user defined program.