intrinsic_statements
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
intrinsic_statements [2020/03/03 21:32] – jtwine | intrinsic_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 | + | Alias Command=RegF; // First Parameter |
- | Alias FromOrDelay=Reg9; // Second Parameter - Start Of Fill Range or Delay Counter/ | + | Alias FromOrDelay=RegE; // Second Parameter - Start Of Fill Range or Delay Counter/ |
- | Alias To=RegA; // Third Parameter | + | Alias To=RegD; // Third Parameter |
- | Alias FillChar=RegB; // Fourth Parameter - Character to use for Fill/ | + | Alias FillChar=RegC; // Fourth Parameter - Character to use for Fill/ |
- | If Command == 1 Goto Delay; | + | If Command == 1 Goto 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