Skip to content

bext-lang/posix6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

posix6502

Simple 6502 emulator that integrates with POSIX environment. Based on fake6502 by Mike Chambers. Extracted from B compiler in Crust project.

Quick Start

$ cc -o nob nob.c
$ ./nob
$ ./build/posix6502 ./examples/fizzbuzz.6502

The Fizz buzz binary is produced by the B compiler we extracted this project from.

Supported POSIX routines

  • $FFEF - putchar located at the same address as wozmon ECHO routine
  • $0000 - exit

It's not much, but feel free to add more.

About

Simple 6502 emulator that integrates with POSIX environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages