Changeset 160 for branches/virtualcpu3/UMachine.pas
- Timestamp:
- Apr 26, 2018, 12:00:02 AM (7 years ago)
- Location:
- branches/virtualcpu3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtualcpu3
- Property svn:ignore
-
old new 1 1 lib 2 2 project1.exe 3 project1 3 4 *.lps 4 5 *.res
-
- Property svn:ignore
-
branches/virtualcpu3/UMachine.pas
r159 r160 32 32 opTstZ, opTstNZ, opTstC, opTstNC, opLDMD, opSTMD, opLdir, opLddr, 33 33 opBitSet, opBitRes, opBitGet, opBitPut, 34 opPrefix8, opPrefix16, opPrefix32, opPrefix64 );34 opPrefix8, opPrefix16, opPrefix32, opPrefix64, opPrefix128); 35 35 36 36 TOpcodeHandler = procedure of object; … … 348 348 begin 349 349 SetLength(Registers, 32); 350 SetLength(Memory, 100 0);350 SetLength(Memory, 100); 351 351 InitOpcodes; 352 352 end;
Note:
See TracChangeset
for help on using the changeset viewer.