Skip to content

nfoxers/f8067

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f8067

what is ts?

my own 8 bit cpu arch? idk

but why?

boredom and lack of internet access

what does ts have?

this repo includes the entire schematic (logisim/cpu.circ), internals (include/f8067.h), roms (rom/*), and an emulator (src/emu/*) for a newfound cpu architecture i so-call, f67.

introduction

before you and i get technical i want to tell you how this thing really works and why nobody should be using it

first off, it (currently) has an 8 bit data bus and an 8 bit address bus, 16 instructions, and follows the industry standard of newbie cpu architecture design

how to use

get yourself logisim evolution (https://github.com/logisim-evolution/logisim-evolution), open logisim/cpu.circ, and then if the microcode and program hasnt been set up yet, load the rom near the ir stuff with rom/uops.bin in little-endian

then load the ram near the tty with rom/prog.bin (in whichever endianness), push the R button and finally enable auto-tick to see this monstrosity come alive. or manually tick the master clock, shalt thou desire

pictures

main circuit:

image here

nothing else to show really

About

newfound cpu architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors