Gopher2600/hardware
steve aead7e032d o registers
- reorganised register implementation
  - existing implementation now call rbits
  - added an implementation called r16bits, using uint16 intead of a
    bit array
  - only implemented Load(), Add() and the To*() methods
  - just enough to speed up programme counter operations
  - now sends a reference to InstructionResult over the result channel,
    rather than a copy

o cpu
  - adjusted register declarations to match changes in registers
    implementation

o mflib
  - consolidated assert() function into one package

o debugger
  - sketched in debugger
2020-01-05 18:58:25 +00:00
..
cpu o registers 2020-01-05 18:58:25 +00:00
memory o debugger 2020-01-05 18:58:25 +00:00
performance.go o registers 2020-01-05 18:58:25 +00:00
vcs.go o registers 2020-01-05 18:58:25 +00:00