1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2024-06-29 04:29:27 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jason Turner
a1806a4ae2 Simplify testing to look for start and stop conditions of code 2021-05-20 18:26:21 -06:00
Jason Turner
8894f4b1cf Avoid optimizations around jsr and pla 2021-05-19 22:34:21 -06:00
Jason Turner
61e3609f47 Enable option to disable optimization of 6502 assembly
- narrow down bug for optimized -O0 for 2d array writes
2021-05-19 22:15:14 -06:00
Jason Turner
434a61fe46 Add more test cases 2021-05-19 19:45:23 -06:00
Jason Turner
340c286b74 Use test templates to multiply out the versions I want 2021-05-19 15:44:27 -06:00
Jason Turner
49d68fe54c Add NOP support and allow for unused symbols 2021-05-19 15:18:44 -06:00
Jason Turner
f64fa3cce6 Start adding tests 2021-05-19 14:28:05 -06:00
Jason Turner
4ffae19177 change name to 6502-c++ and merge in files from cpp_starter_project 2021-05-06 14:04:59 -06:00
Jason Turner
f69150b386 Add support for D register, more opcodes 2016-07-07 10:51:54 -06:00
Jason Turner
efcb6fa7ac Initial commit 2016-07-06 18:35:40 -06:00