Re: A82: VAT / starting programs from prgm menu


[Prev][Next][Index][Thread]

Re: A82: VAT / starting programs from prgm menu



Demuynck wrote:
> Another thing, I often read about creating ASM programs that will
> also start directly from the PRGM menu without starting Ash first.
> My question : what do you have to add to the program file to do this?
in the asm.bat file you change from:

 @echo off
 tasm -b -80  -r16 %1.asm
 prgm82 %1
 fix %1.82p

to this:

 @echo off
 tasm -b -80  -r16 %1.asm
 prgm %1
 fix %1.82p

and you compile it and it will run under the TI-OS or The PRGM Menu

Hope this helped



    ---   /------       /\         \     |
   /   \  |            /  \        |\    |      Name: Sean Creasy
   \      |           /    \       | \   |
    ---   |----      /      \      |  \  |      E-Mail: n3yne@usa.net
       \  |         / CREASY \     |   \ |
   \   /  |        |          |    |    \|
    ---   \------  |          |    |     \
        Webpage: http://members.tripod.com/~n3yne


References: