83Plus:BCALLs:497E

From WikiTI
Jump to: navigation, search


Synopsis

Official Name: FormDisp

BCALL Address: 497E

Displays the value in OP1.

Inputs

  • OP1: Any printable TI-BASIC value.

Outputs

  • Value converted to string and displayed

Destroys

  • HL,A
  • OP3-OP6

Comments

This B_CALL is essentially equivalent to the BASIC Disp function.

Example

	ld hl,MatAName
	rst rMOV9TOOP1
	B_CALL FormDisp
 
MatAName:
	.db MatObj, tVarMat, tMatA