Re: A86: ASHELL Descrition
[Prev][Next][Index][Thread]
Re: A86: ASHELL Descrition
This is how you let AShell give a description to your program. PUt this on
the top of the code, after the defines, etc.
nop ;Identifies the table
jp Start
.dw $0000 ;Version # of Table
.dw Title ;Absolute pointer to program description
Start:
;ASM program code goes here
Title:
.db "Nibbles v2.0",0
.End
At 02:13 AM 9/24/97 +0000, you wrote:
>How do you get ge the discription on ASHELL to work with a progarm u
>created?
>
>What do u need to have in the asm file?
>
>
>
Ahmed El-Helw
ahmed3@worldnet.att.net
http://ahmed1.home.ml.org
The Ultimate TI-83 Site!
http://asm86.home.ml.org
The Ultimate TI-86 ASM Site
ICQ : 3350394
__________________________
Member of The TI-Files!
http://ti-files.home.ml.org
Member of KickASM
http://kickasm.home.ml.org
References: