Commit Graph

321 Commits

Author SHA1 Message Date
Adrian Conlon
fa353d062c Exception simplification 2024-09-27 12:43:38 +01:00
Adrian Conlon
d67cafe297 Prefer a more straightforward register exchange 2024-09-27 12:43:14 +01:00
Adrian Conlon
e764033948 Make the Z80 test harness more like the 6502 2024-09-27 12:41:06 +01:00
Adrian Conlon
34fb59eea0 Simplify addresable scope building 2024-09-25 16:32:58 +01:00
Adrian Conlon
709c71f14b Simplify dictionary access a little and note missing "multiples" references. 2024-09-25 10:31:23 +01:00
Adrian Conlon
e9e558db98 Slight refactoring for clarifcation 2024-09-24 22:00:17 +01:00
Adrian Conlon
61ba72f10a Fully embrace reflected method of parsing symbols 2024-09-24 21:40:43 +01:00
Adrian Conlon
5d796ef669 Fully embrace reflection to define the debugging parser 2024-09-19 11:49:44 +01:00
Adrian Conlon
b4e130aa9c Profile clarifications 2024-09-18 11:23:51 +01:00
Adrian Conlon
489b7b21e6 Clarifications of EightBit library 2024-09-18 11:23:18 +01:00
Adrian Conlon
0621b9ed1d More symbols improvements 2024-09-18 11:19:41 +01:00
Adrian Conlon
93c753c596 Easiest to use output from Split directly, rather than via a List 2024-09-17 20:08:45 +01:00
Adrian Conlon
e221c5a0f0 Allow the "unparsed" case to run successfully (fixes Harte 6502 tests) 2024-09-17 18:26:12 +01:00
Adrian Conlon
53aa4a8820 Make the parser lazy 2024-09-17 12:31:02 +01:00
Adrian Conlon
a2b3427b5c Improve symbol/span access speeds 2024-09-17 10:54:22 +01:00
Adrian Conlon
de309e90db The frozen dictionary is interesting, but not used enough in this code to justify the extra complexity. 2024-09-17 08:51:38 +01:00
Adrian Conlon
ac38312e50 Try to avoid intermediate data structures 2024-09-16 12:57:00 +01:00
Adrian Conlon
7ba78a830b First stab at asynchronous sysmbols parsing 2024-09-15 13:12:19 +01:00
Adrian Conlon
33a131b361 Updated 6502 test roms 2024-09-14 10:08:21 +01:00
Adrian Conlon
b867b25408 Bring a little closer to the C++ test harness 2024-09-14 10:07:18 +01:00
Adrian Conlon
315ed8e040 Work in progress to correct fixup effect storage 2024-09-14 10:06:00 +01:00
Adrian Conlon
c3f76bd3c7 Fix misspelled exception 2024-09-14 10:04:55 +01:00
Adrian Conlon
ee0fd13ad5 More exception tidying 2024-09-14 10:03:49 +01:00
Adrian Conlon
da56e79784 Correct a couple of small parser errors 2024-09-13 22:33:09 +01:00
Adrian Conlon
4ff8a22878 Correct exception text 2024-09-13 22:29:13 +01:00
Adrian Conlon
8a0f7736ed More W65C02 instruction implementations 2024-08-23 15:04:56 +01:00
Adrian Conlon
f2e0be5006 Small speedup 2024-08-07 11:05:01 +01:00
Adrian Conlon
90c887d169 Use intrinsics, if possible 2024-08-05 20:32:34 +01:00
Adrian Conlon
bb6bcb9e70 Fix "JAM" for latest version test revion 2024-08-05 17:09:52 +01:00
Adrian Conlon
b3dee2ea80 Remove warning, re initialisation. 2024-07-26 12:14:32 +01:00
Adrian Conlon
b4c2d5fcff Implement WAI and STP 2024-07-26 12:13:50 +01:00
Adrian Conlon
a4e7e1c499 Some small tidy ups 2024-07-26 09:31:28 +01:00
Adrian Conlon
c8ac0f20dc Step can be split a little to make it easier to override. 2024-07-24 17:21:49 +01:00
Adrian Conlon
e746f218e3 Simplify some address assignment 2024-07-22 12:24:14 +01:00
Adrian Conlon
bc8352f96a Start implementing W65C02 as a derived MOS6502 core. 2024-07-22 11:18:36 +01:00
Adrian Conlon
c8055d65c3 Remove "unfixed page" output 2024-07-22 11:00:14 +01:00
Adrian Conlon
9c6586cdd0 Tie the 6502 disassembler to the "core" processor. 2024-07-22 09:31:03 +01:00
Adrian Conlon
bba60b68bc Whoops: correct compilation error 2024-07-22 09:29:26 +01:00
Adrian Conlon
d8735899d3 Harte test JSON files may be empty 2024-07-19 10:34:35 +01:00
Adrian Conlon
ee584867c2 Modernise some more c# code 2024-07-18 11:38:02 +01:00
Adrian Conlon
68c7d4bfbd Note differing cycle counts in the line profiler output 2024-07-15 18:05:39 +01:00
Adrian Conlon
95fbfb3ccd Tidy total cycles calculations 2024-07-14 14:12:53 +01:00
Adrian Conlon
fcc97bea7b Add address to line profile output 2024-07-14 14:06:37 +01:00
Adrian Conlon
b62620d306 Add instruction counters to 6502 profiler 2024-07-10 20:38:55 +01:00
Adrian Conlon
607e93daad Simplify access to reflected symbol properties 2024-07-10 20:36:01 +01:00
Adrian Conlon
f2b6fb1660 Better access to symbol scope dictionary from profiler. 2024-07-08 10:13:13 +01:00
Adrian Conlon
e73d7a52b2 Show processor, as well as elapsed time in test harness. 2024-07-08 10:12:33 +01:00
Adrian Conlon
b38cabc96d Parsing symbols shouldn't be done in constructor, but also, only when required. 2024-07-08 10:11:59 +01:00
Adrian Conlon
b1eb4482fe Throw exception if section key already exists 2024-07-08 10:11:16 +01:00
Adrian Conlon
bda4e14819 Save a single byte assignment in JSR implementation 2024-07-04 08:49:27 +01:00