Gopher2600/disassembly
steve 6616bc2b88 o cpu
- result sub-package renamed to execution
    - renamed Instruction type therein to Instruction

o disassembly
    - reworked structure of pacakge
    - better grep. scope of grep can now be specified
    - display sub-package added
    - disassemblies now store instance of display.DisasmInstruction instead of a formatted string

o debugger
    - ammende GREP to support new disassembly features
2020-01-05 18:58:42 +00:00
..
display o cpu 2020-01-05 18:58:42 +00:00
disassembly.go o cpu 2020-01-05 18:58:42 +00:00
doc.go o cpu 2020-01-05 18:58:42 +00:00
dump.go o cpu 2020-01-05 18:58:42 +00:00
flow.go o cpu 2020-01-05 18:58:42 +00:00
grep.go o cpu 2020-01-05 18:58:42 +00:00
linear.go o cpu 2020-01-05 18:58:42 +00:00
memory.go o disassembly 2020-01-05 18:58:41 +00:00