<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AAsm_Command</id>
	<title>TI-BASIC:Asm Command - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AAsm_Command"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Asm_Command&amp;action=history"/>
	<updated>2026-04-22T09:17:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Asm_Command&amp;diff=1147&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Asm_Command&amp;diff=1147&amp;oldid=prev"/>
		<updated>2016-02-24T18:37:07Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=ASM.GIF&lt;br /&gt;
|summary=Runs an assembly program.&lt;br /&gt;
|syntax=Asm(prgm&amp;#039;&amp;#039;NAME&amp;#039;&amp;#039;)&lt;br /&gt;
|location=This command is only found in the catalog. Press:&lt;br /&gt;
# 2nd CATALOG to access the command catalog.&lt;br /&gt;
# DOWN six times.&lt;br /&gt;
# ENTER to select Asm(.&lt;br /&gt;
|compatibility=TI-83+/84+/SE&lt;br /&gt;
&lt;br /&gt;
(not available on the regular TI-83)&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Asm( command is used for running an assembly program. Unlike TI-Basic programs, assembly programs are written in the calculator&amp;#039;s machine code directly, which makes them more powerful in both speed and functionality. However, it also means that if they crash, they crash hard -- there is no built-in error menu to protect you.&lt;br /&gt;
&lt;br /&gt;
Keep in mind that many assembly programs these days are written for a [[TI-BASIC:Asmshells|shell]] such as Ion or MirageOS. If you&amp;#039;re dealing with one of those programs, calling Asm( on it will do nothing; you need to get the appropriate shell and run that instead.&lt;br /&gt;
&lt;br /&gt;
With the [[TI-BASIC:Asmprgm|AsmPrgm]] and [[TI-BASIC:Asmcomp|AsmComp(]] commands, you can create small assembly programs yourself, directly on the calculator.&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#invalid|ERR:INVALID]]&amp;#039;&amp;#039;&amp;#039; is thrown if the program isn&amp;#039;t an assembly program. &lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Asmprgm|AsmPrgm]]&lt;br /&gt;
* [[TI-BASIC:Asmcomp|AsmComp(]]&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Asmshells|Assembly Shells]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>