Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T16:55:21.000Z (about 2 months ago)
- Last Synced: 2024-12-18T17:42:59.267Z (about 2 months ago)
- Topics: 6502, assembly, bios, kernal
- Language: Assembly
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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.