Ignore:
Timestamp:
Oct 3, 2023, 12:09:51 AM (8 months ago)
Author:
chronos
Message:
  • Added: More devices.
Location:
branches/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/templates

    • Property svn:ignore set to
      lib
      templates.res
      templates.lps
      templates
  • branches/templates/UFormMain.pas

    r43 r44  
    9797    IO16.SetDataBus(IO);
    9898    WriteOpcode(opLoadImmediate);
    99     Write($12);
     99    Write($1234);
     100    WriteOpcode(opLoadImmediate8);
     101    Write8($56);
    100102    WriteOpcode(opOutput);
    101103    Write(1);
Note: See TracChangeset for help on using the changeset viewer.