<?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%3AAsmcomp</id>
	<title>TI-BASIC:Asmcomp - 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%3AAsmcomp"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Asmcomp&amp;action=history"/>
	<updated>2026-05-15T16:53:34Z</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:Asmcomp&amp;diff=819&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:Asmcomp&amp;diff=819&amp;oldid=prev"/>
		<updated>2016-02-24T18:20:11Z</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=ASMCOMP.GIF&lt;br /&gt;
|summary=Compresses an assembly program in hexadecimal form into [http://tibasicdev.wikidot.com/binandhex binary] form.&lt;br /&gt;
|syntax=Asm(prgm&amp;#039;&amp;#039;ORIGINAL&amp;#039;&amp;#039;,prgm&amp;#039;&amp;#039;RESULT&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;
# Scroll down to AsmComp( and press enter.&lt;br /&gt;
|compatibility=TI-83+/84+/SE/CSE/CE&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;
This command is used to compress an assembly program written using [[TI-BASIC:Asmprgm|AsmPrgm]] into an &amp;quot;assembled&amp;quot; assembly program. This will make the program about twice as small, and protect it from being edited, in addition to making execution faster.&lt;br /&gt;
&lt;br /&gt;
To use AsmComp(, give it the ASCII represented assembly program, followed by the name you want the assembled program to have. That name can&amp;#039;t be already taken. Since it&amp;#039;s not easy to rename an assembled assembly program, if you want to write a program called prgmGAME, you type the ASCII represented code in a program with a different name (e.g. GAMEA) and then do AsmComp(prgmGAMEA,prgmGAME).&lt;br /&gt;
&lt;br /&gt;
Assembly programs can be run with [[TI-BASIC:Asm_Command|Asm(]].&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#duplicate|ERR:DUPLICATE]]&amp;#039;&amp;#039;&amp;#039; is thrown if prgm&amp;#039;&amp;#039;RESULT&amp;#039;&amp;#039; is an already used program name;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#invalid|ERR:INVALID]]&amp;#039;&amp;#039;&amp;#039; is thrown if prgm&amp;#039;&amp;#039;ORIGINAL&amp;#039;&amp;#039; doesn&amp;#039;t start with [[TI-BASIC:Asmprgm|AsmPrgm]];&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#syntax|ERR:SYNTAX]]&amp;#039;&amp;#039;&amp;#039; is thrown if prgm&amp;#039;&amp;#039;ORIGINAL&amp;#039;&amp;#039; is not an assembly program.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Asm_Command|Asm(]]&lt;br /&gt;
* [[TI-BASIC:Asmprgm|AsmPrgm]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>