83Plus:BCALLs:4069

From WikiTI
Revision as of 16:51, 22 April 2005 by 66.66.23.91 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Synopsis

Official Name: Plus1

BCALL Address: 4069

Increments the floating point number in OP1 by one.

Inputs

  • OP1 = floating point number

Outputs

  • OP1 = OP1 + 1
  • OP2 = floating point 1

Registers Destroyed

  • AF, BC, DE, HL

Example

B_CALL OP1Set3  ;OP1=floating point 3
B_CALL Plus1  ;returns with OP1=floating point 4