Difference between revisions of "83Plus:BCALLs:80EA"

From WikiTI
Jump to: navigation, search
 
m (1.02 only)
Line 17: Line 17:
  
 
== Comments ==
 
== Comments ==
 +
This BCALL DOES NOT exist on boot code 1.00. It is only on 1.02 and higher.
 +
 
This is the boot code version of the normal [[83Plus:BCALLs:452E|NewLine]]. If [[83Plus:RAM:844B|curRow]] was already 7, it goes to the top-left corner of the screen instead.
 
This is the boot code version of the normal [[83Plus:BCALLs:452E|NewLine]]. If [[83Plus:RAM:844B|curRow]] was already 7, it goes to the top-left corner of the screen instead.

Revision as of 03:38, 4 March 2007

Synopsis

Unofficial Name: NewLineWrap

BCALL Address: 80EA

Updates curRow and curCol to point to the beginning of the next row.

Inputs

None

Outputs

None

Destroys

  • None

Comments

This BCALL DOES NOT exist on boot code 1.00. It is only on 1.02 and higher.

This is the boot code version of the normal NewLine. If curRow was already 7, it goes to the top-left corner of the screen instead.