Ignore:
Timestamp:
Jul 5, 2022, 8:28:18 PM (23 months ago)
Author:
chronos
Message:
  • Modified: Improved sample code execution.
  • Added: Memory map form.
Location:
branches/UltimatOS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UltimatOS

    • Property svn:ignore set to
      UltimatOS
      UltimatOS.lps
      UltimatOS.res
      lib
  • branches/UltimatOS/UltimatOS.lpr

    r29 r30  
    1111  {$ENDIF}
    1212  Interfaces, // this includes the LCL widgetset
    13   Forms, UFormMain, UMachine, UCpu, UMemory, UInstructionWriter
     13  Forms, UFormMain, UMachine, UCpu, UMemory, UInstructionWriter, UFormMemory
    1414  { you can add units after this };
    1515
     
    2121  Application.Initialize;
    2222  Application.CreateForm(TFormMain, FormMain);
     23  Application.CreateForm(TFormMemory, FormMemory);
    2324  Application.Run;
    2425end.
Note: See TracChangeset for help on using the changeset viewer.