visitor@dev:~/garden/projects$ls -lh --sort=date /garden/projects/6502_emulator
>ls-la
# README.md

The 6502 CPU

The 6502 is a 8-bit microprocessor, with a 16-bit address bus which gives a memory range of 0x0000~0xffff, (a whole 64k of ram! oh boy!), and supports 56 opcodes.

Rust-6502-Emulator: https://github.com/brandoncharest/Rust6502

Resources

PERMISSIONSSIZEDATENAME
drwxr-xr-x--.. (Parent Directory)
-rw-r--r--16705b[proj] Verifying a 6502 Emulator with Nestest
-rw-r--r--13701b[proj] From Monolithic Match to Modular Dispatch
-rw-r--r--28482b[log] Rust 6502 Dev Log
-rw-r--r--14452b[proj] First Heartbeat: Implementing the 6502 Reset and Loop
-rw-r--r--8374b[proj] 6502 Status
-rw-r--r--10058b[proj] 6502 Registers
-rw-r--r--13982b[note] Opcode
>_