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/Forms/FormSourceEditor.pas

    r5 r11  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, Menus,
    7   ActnList, FormMessages, FormAssembler, Project, Common.FormEx, Assembler,
    8   Machine, Memory;
     7  ActnList, FormMessages, FormAssembler, Project, FormEx, Assembler,
     8  Machine, IntMemory;
    99
    1010type
     
    9494
    9595uses
    96   Common, Core;
     96  Utils, Core;
    9797
    9898{ TFormSourceEditor }
Note: See TracChangeset for help on using the changeset viewer.