Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.