Gopher2600/disassembly
JetSetIlly 3189baf5ec disassembly package works nicely with rewind package
the Disassembly type was storing its own copy of a pointer to the
current Cartridge instance, which could grow stale on rewind.

everything is now accessed via the VCS type, as it should be.
2021-04-15 06:59:23 +01:00
..
coprocessor STEP command now supports stepping backwards 2021-03-05 13:09:37 +00:00
decode.go disassembly package works nicely with rewind package 2021-04-15 06:59:23 +01:00
disassembly.go disassembly package works nicely with rewind package 2021-04-15 06:59:23 +01:00
doc.go reworked linter package 2021-02-08 19:16:51 +00:00
entry.go superbank hotspots 2021-03-12 07:10:08 +00:00
entry_string.go lint errors 2021-02-24 06:59:30 +00:00
fields.go lint errors 2021-02-24 06:59:30 +00:00
grep.go reworked linter package 2021-02-08 19:16:51 +00:00
iterate.go correct PC following for disasm with labels (in disam window) 2021-03-11 20:36:01 +00:00
memory.go corrected disassembly packages use of cartridge memory (golangci-lint -E scopelint) 2020-10-16 11:10:28 +01:00
preferences.go default preferences values for disassembly and debugger 2021-01-19 21:09:30 +00:00
write.go reworked linter package 2021-02-08 19:16:51 +00:00