Re: A82: Compiling Help
[Prev][Next][Index][Thread]
Re: A82: Compiling Help
GGJSIV@aol.com writes:
>Every thing I compile and then transfer to my calc just makes the menu
>
>ERR:MEM
>1: Goto
>2: Quit
>I have compiled programs like keytest <i.e. not made by myself> and
>have
>still had this problem. Has anybody else experianced this?
>I am compiling the programs like this (from ms-dos):
>tasm -80 -q -g3 -r12 -i file.asm
>_then_
>prgm82 file
>Does anybody have any ideas as to why this isn't working correctly?
>
You're using the wrong TASM line to compile Ash programs. You have to use
the following line:
tasm -b -80 -r16 file.asm
The line you wrote is used in conjunction with OShell-82 programs.
References: