Ignore:
Timestamp:
Apr 12, 2019, 2:19:02 PM (6 years ago)
Author:
chronos
Message:
  • Added: Use more opcodes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/virtualcpu4/UFormMain.pas

    r177 r178  
    222222
    223223    // Update screen area
     224    Push(R1);
    224225    Loadi(R1, 0);
    225226    Output(4, R1);
    226227    Loadi(R1, $10000);
    227228    Output(5, R1);
     229    Pop(R1);
    228230
    229231    // Read keyboard and print to console
Note: See TracChangeset for help on using the changeset viewer.