issues
search
matheusgomes28
/
65k-cpp
6502 Emulator written in C++
7
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Initial work in supporting loading programs into a starting address
#87
matheusgomes28
opened
1 week ago
0
Sort out emulator instruction loading
#86
matheusgomes28
opened
1 week ago
0
Adding support for JMP instructions
#85
matheusgomes28
closed
1 week ago
0
Support for JMP Instruction
#84
matheusgomes28
opened
2 weeks ago
1
Fix for BIT and unit tests
#83
matheusgomes28
closed
2 weeks ago
0
Add tests for BIT opcodes
#82
matheusgomes28
closed
2 weeks ago
1
Adding bit support with NO TESTS
#81
matheusgomes28
closed
2 weeks ago
0
Add Cycle Number Check to Immediate Instructions
#80
matheusgomes28
opened
3 weeks ago
0
Support for BRK opcode
#79
matheusgomes28
opened
3 weeks ago
0
Change Unsupported Opcodes to something that Stops
#78
matheusgomes28
opened
3 weeks ago
0
NOP support and tests
#77
matheusgomes28
closed
3 weeks ago
0
Support for NOP
#76
matheusgomes28
closed
3 weeks ago
1
Reflect Compare Test Support on README.md
#75
matheusgomes28
closed
3 weeks ago
0
Add comparing tests, fix compare operations
#74
matheusgomes28
closed
3 weeks ago
0
Adding support for remaining CMP opcodes:
#73
matheusgomes28
closed
3 weeks ago
0
Support for DEC zp, zp+x, abs, abs+x
#72
matheusgomes28
closed
3 weeks ago
0
Add remaining DEC opcode supports
#71
matheusgomes28
closed
3 weeks ago
1
Adding final STA indext indirect support + tests
#70
matheusgomes28
closed
3 weeks ago
0
Finish STA implementation with Index Indirect Support
#69
matheusgomes28
closed
3 weeks ago
1
Adding checkboard emojis to the support of opcodes
#68
matheusgomes28
closed
4 weeks ago
0
Adding support table to main README.md
#67
matheusgomes28
closed
4 weeks ago
0
Add Isntruction SUpport Table to README.md 📜
#66
matheusgomes28
closed
4 weeks ago
1
Fix clang-format: Making sure we append c++ files
#65
matheusgomes28
closed
1 month ago
0
Adding LSR and ASL tests
#64
matheusgomes28
closed
1 month ago
0
clang-format check is still not working correctly 🧹
#63
matheusgomes28
closed
1 month ago
1
Add tests for ASL/LSR opcodes ⬅️ ➡️ 🧪
#62
matheusgomes28
closed
1 month ago
1
Adding support for ASL/LSR opcodes
#61
matheusgomes28
closed
1 month ago
0
Implement LSR ➡️
#60
matheusgomes28
closed
1 month ago
1
Fixing clang-format on the pipeline
#59
matheusgomes28
closed
1 month ago
0
Adding support for the flag clearing functions
#58
matheusgomes28
closed
1 month ago
0
Implement Carry Clear (CLC) 🏴
#57
matheusgomes28
closed
1 month ago
1
Add support for all ROL opcodes
#56
matheusgomes28
closed
1 month ago
0
Implement ROL with 8-bit rotation tests ⬅️
#55
matheusgomes28
closed
1 month ago
1
Adding unit tests for ROR
#54
matheusgomes28
closed
1 month ago
0
Fix clang checking
#53
matheusgomes28
closed
1 month ago
1
Simple format, build, test pipeline
#52
matheusgomes28
closed
1 month ago
0
Adding build docker image
#51
matheusgomes28
closed
1 month ago
0
Adding ROR opcodes support
#50
matheusgomes28
closed
1 month ago
0
Implement ROR with 8-bit rotation tests ➡️
#49
matheusgomes28
closed
1 month ago
1
PLA, PLP tests
#48
matheusgomes28
closed
1 month ago
0
Add PLP Tests 🧪
#47
matheusgomes28
closed
1 month ago
1
Add Tests for PLA 🧪
#46
matheusgomes28
closed
1 month ago
1
Add Workflow for Building the Project 🛠️
#45
matheusgomes28
closed
1 month ago
1
Create Docker Image for Building the Repo 📦
#44
matheusgomes28
closed
1 month ago
1
Adding the pull opcode support here
#43
matheusgomes28
closed
1 month ago
0
Adding support for PHP opcode
#42
matheusgomes28
closed
1 month ago
0
Simplified unit tests without boiler plate:
#41
matheusgomes28
closed
1 month ago
0
Adding the sr() function to retrieve 8-bit SR register
#40
matheusgomes28
closed
1 month ago
0
Implement the Status Register
#39
matheusgomes28
closed
1 month ago
1
Adding PHA Support and Tests
#38
matheusgomes28
closed
1 month ago
0
Next