Ignore:
Timestamp:
Aug 7, 2024, 12:35:37 AM (2 months ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
  • Fixed: Wrong return address from CALL instruction.
Location:
branches/ByteArray
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray

    • Property svn:ignore
      •  

        old new  
        55ByteArray.lps
        66ByteArray.res
         7ByteArray.exe
  • branches/ByteArray/Core.pas

    r10 r11  
    44
    55uses
    6   Classes, SysUtils, Machine, ActnList, Forms, Common.PersistentForm,
    7   Common.ApplicationInfo, Common.RegistryEx, Common.Translator, Common.Theme,
     6  Classes, SysUtils, Machine, ActnList, Forms, PersistentForm,
     7  ApplicationInfo, RegistryEx, Translator, Theme,
    88  FormConsole, FormScreen, FormSourceEditor, FormMemory, FormDisassembler,
    99  FormStorage, FormDebugger;
     
    7777
    7878uses
    79   BigInt, Cpu, Common.FormEx, FormSettings, Common.FormAbout;
     79  BigInt, Cpu, FormEx, FormSettings, FormAbout;
    8080
    8181{ TCore }
Note: See TracChangeset for help on using the changeset viewer.