Difference between revisions of "83Plus:RAM:9652"

From WikiTI
Jump to: navigation, search
 
(added parse var)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[Category:83Plus:RAM:By_Name|basic_prog]] [[Category:83Plus:RAM:By_Address|9652 - basic_prog]]
 
== Synopsis ==
 
== Synopsis ==
'''Official Name:''' no official name, calling it basic_prog for now
+
'''Unofficial Names:''' basic_prog, Parse_var
  
 
'''Memory Address:''' 9652h
 
'''Memory Address:''' 9652h

Latest revision as of 13:58, 23 February 2008

Synopsis

Unofficial Names: basic_prog, Parse_var

Memory Address: 9652h

Length: 9 bytes.

This area of memory contains the program type byte followed by the name of the currently executing TI-Basic program.

Comments

This can be used from within an ASM program to find out which program called it. The TI-83 shell Venus uses this.