Ignore:
Timestamp:
Apr 26, 2018, 12:00:02 AM (6 years ago)
Author:
chronos
Message:
  • Added: Unfinished unit for Int128 type.
Location:
branches/virtualcpu3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/virtualcpu3

    • Property svn:ignore
      •  

        old new  
        11lib
        22project1.exe
         3project1
        34*.lps
        45*.res
  • branches/virtualcpu3/UMachine.pas

    r159 r160  
    3232    opTstZ, opTstNZ, opTstC, opTstNC, opLDMD, opSTMD, opLdir, opLddr,
    3333    opBitSet, opBitRes, opBitGet, opBitPut,
    34     opPrefix8, opPrefix16, opPrefix32, opPrefix64);
     34    opPrefix8, opPrefix16, opPrefix32, opPrefix64, opPrefix128);
    3535
    3636  TOpcodeHandler = procedure of object;
     
    348348begin
    349349  SetLength(Registers, 32);
    350   SetLength(Memory, 1000);
     350  SetLength(Memory, 100);
    351351  InitOpcodes;
    352352end;
Note: See TracChangeset for help on using the changeset viewer.