Skip to content

CodeAsm/3mulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8bit Emu and d3com

My personal small emulation and decompilation project for smaller 8bit like cpu systems. It probably wont work, doesnt provide what you where looking for and programmed the way you like. Any suggestions or ideas are welcome.

How to compile

Grab your own gcc compiler or similar and run make. If this doesnt work, RTFM of your distro on how to compile programs. it shouldnt be too hard for now

How to run

./main should do it. once running, a few commands should work: C to continue Q to quit S to show a certain portion of memory (not implemented yet)

Ideas

Some basic ideas I have that I might be able to achieve:

  • Add more cpu types like a z80, 8052 and maybe 8086
  • load roms
  • GPU's for various cpu (simple first hehe)
  • decompile for various roms/pieces of code
  • NES (ow boy, probably buggy and non working)

But no particular order and I might migrate parts or incorperate this into other projects earlier.

Resources and helpfull links

6502 specific

Decoding

Pointers

About

A simple basic 8bit emulator system, helping me decompile and emulate 8bit systems. might contain other cores aswell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published