https://github.com/y0014984/65-o-fun-bios
BIOS for a 6502-based retro computer emulator in a webbrowser.
https://github.com/y0014984/65-o-fun-bios
6502 assembly bios kernal
Last synced: 12 months ago
JSON representation
BIOS for a 6502-based retro computer emulator in a webbrowser.
- Host: GitHub
- URL: https://github.com/y0014984/65-o-fun-bios
- Owner: y0014984
- License: gpl-3.0
- Created: 2024-12-02T14:21:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T15:33:12.000Z (over 1 year ago)
- Last Synced: 2025-04-07T18:16:39.562Z (about 1 year ago)
- Topics: 6502, assembly, bios, kernal
- Language: Assembly
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 65-o-fun BIOS
## Introduction
This project is the BIOS (or you could say KERNAL) of my [65-o-fun](https://github.com/y0014984/65-o-fun) project that aims to emulate a 6502 based retro computer in a browser.
## Build
This project is written using Kick Assembler v5.25. Download Kick Assembler [here](https://www.theweb.dk/KickAssembler) 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.
```bash
java -jar KickAss.jar bios.asm
```
## Run
See [65-o-fun](https://github.com/y0014984/65-o-fun) project on how to run the bios or any other user defined program.