Skip to content

cr1901/yaxpeax-6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaxpeax-6502

crate

yaxpeax-6502 is an instruction decoder for the NMOS 6502 Microprocessor.

This crate implements the traits provided by yaxpeax-arch. However, the crate can be used independently of yaxpeax-arch for projects that wish, for instance, to implement a 6502 emulator.

Missing Features (Not Exhaustive)

  • NMOS 6502 illegal instructions
  • Rockwell 6502 instructions
  • (CMOS) 65C02 Instructions
  • Instructions for 65xx-likes which uses a Z register
    • The above three imply extending this crate with an architecture variant (which I've not done yet).
  • Good integration tests
    • Should Operand implement Eq/PartialEq?
  • Benchmarking

About

Basic yaxpeax backend for NMOS 6502.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages