Difference between revisions of "83Plus:BCALLs:4351"

From WikiTI
Jump to: navigation, search
 
({{wikify}} i might get to it later)
Line 1: Line 1:
 +
{{wikify}}
 +
 
[[Category:83Plus:BCALLs:By Address|4351 - DelVar]]
 
[[Category:83Plus:BCALLs:By Address|4351 - DelVar]]
 
Synopsis
 
Synopsis

Revision as of 16:06, 6 December 2005


Please format this article according to the guidelines and Wikification suggestions, then remove this {{Wikify}} notice from the article.


Synopsis

Official Name: DelVar

BCALL Address: 4351h Use "Call Address" for regular 83.

Inputs

  • OP1: Name of variable

Outputs

  • none known

Destroys

  • Nil

Comments

Still uncertain as to how this B_CALL works, don't take this information to heart!

Example

ld  hl,Op1
ld  de,name
ld  bc,5     ;4 for the length of the name and 1 for the type
ldir
name:
.db ProgObj,"name",0

Credits and Contributions

Nil