[go: up one dir, main page]

Skip to content

vxgmichel/turing-complete-6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6502 computer in Turing Complete

This repo contains the test programs I wrote for a 6502 computer in the game Turing Complete. This design is available in the in-game schematic hub.

Use customasm to assemble the programs:

± customasm hello_world.asm
customasm v0.11.15 (x86_64-unknown-linux-gnu)
assembling `hello_world.asm`...
writing `hello_world.bin`...
success after 2 iterations

The design of this computer is inspired by the Eater 6502 computer and the code is mostly taken from one of other projects, eater6502-uart-edition.

About

Programs for a 6502 computer in Turing Complete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published