Ignore:
Timestamp:
Apr 12, 2019, 10:48:02 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Memory dump, CPU state, screen, console moved to separate forms.
  • Added: Dissasembler form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/virtualcpu4/UCpu.pas

    r178 r180  
    136136const
    137137  BitWidthBytes: array[TBitWidth] of Byte = (0, 1, 2, 4, 8);
     138  BitWidthText: array[TBitWidth] of string = ('None', '8-bit', '16-bit', '32-bit', '64-bit');
    138139
    139140implementation
Note: See TracChangeset for help on using the changeset viewer.