User Tools

Site Tools


intrinsic_statements

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
intrinsic_statements [2020/03/03 21:32] jtwineintrinsic_statements [2020/03/03 21:35] (current) – [Implementation] jtwine
Line 45: Line 45:
 <code c> <code c>
 Program __IP__P99; Program __IP__P99;
-    Alias Command=Reg8;                     // First Parameter  - Intrinsic Command +    Alias Command=RegF;                     // First Parameter  - Intrinsic Command 
-    Alias FromOrDelay=Reg9;                 // Second Parameter - Start Of Fill Range or Delay Counter/Value +    Alias FromOrDelay=RegE;                 // Second Parameter - Start Of Fill Range or Delay Counter/Value 
-    Alias To=RegA;                          // Third Parameter  - End Of Fill Range +    Alias To=RegD;                          // Third Parameter  - End Of Fill Range 
-    Alias FillChar=RegB;                    // Fourth Parameter - Character to use for Fill/FillRamp      +    Alias FillChar=RegC;                    // Fourth Parameter - Character to use for Fill/FillRamp      
  
-    If Command == 1 Goto Delay;             // Reg8 == 1 - Delay +    If Command == 1 Goto Delay;             // RegF == 1 - Delay 
-    If Command >= 2 Goto Fill;              // Reg8 == 2 - Fill, Reg8 == 3 - FillRamp+    If Command >= 2 Goto Fill;              // RegF == 2 - Fill, RegF == 3 - FillRamp
     Goto End;     Goto End;
  
intrinsic_statements.txt · Last modified: 2020/03/03 21:35 by jtwine