2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 15 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added 65C02 instruction BIT ZP,X. More... about 15 years ago
Use more readable names for instructions. More... about 15 years ago
Added 65C02 instruction SBC (ZP). More... about 15 years ago
Removed duplicates. More... about 15 years ago
Added 65C02 instruction STA (ZP). More... about 15 years ago
Added 65C02 instruction ADC (ZP). More... about 15 years ago
Added 65C02 instruction EOR (ZP). More... about 15 years ago
Added 65C02 instruction AND (ZP). More... about 15 years ago
Added 65C02 instruction ORA (ZP). More... about 15 years ago
Fixed comment. More... about 15 years ago
Added 65C02 instruction LDA (ZP) More... about 15 years ago
Added TRB and TSB on 65C02 More... about 15 years ago
Assert that decorated addressing modes are valid. More... about 15 years ago
Assembler now accepts an MPU instance. More... about 15 years ago
Instruction decorator now specifies mneumonic and addressing mode for disassembly. More... about 15 years ago
Added PHX, PHY, PLX, PLY. More... about 15 years ago
Build lookup tables from decorators. More... about 15 years ago
Moved MPU models into py65.devices. More... about 15 years ago
Refactor tests to remove conditional class generation. More... about 15 years ago
Update imports, move instruction decorator to utils. More... about 15 years ago
Added *.swp, build/, dist/. More... about 15 years ago
Fixed error in most tests. Every memory insert made memory one byte larger. More... about 15 years ago
Implemented all STZ for 65C02. Trying out new idea for instruction definitions. More... about 15 years ago
First 65c02 instruction More... about 15 years ago
Started making room for MPU65C02 More... about 15 years ago
Added hexdump loader. More... about 15 years ago
Rename to subscribe_to_read() and subscribe_to_write(). More... about 15 years ago
Fixed one failing test, simplified another. More... about 15 years ago
Update to use conversions module. More... about 15 years ago
Reorganized utilities into separate modules. More... about 15 years ago