A86: Re: Re: SRL ??


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

A86: Re: Re: SRL ??




Yick.. It turned out to be that I was commenting the code with double
slashes instead of semicolons, so it was screwing up.

Thanks anyways, though! :)

-----Original Message-----
From: Dux Gregis <assets@eden.rutgers.edu>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Sunday, September 27, 1998 3:49 AM
Subject: A86: Re: SRL ??


>
>
>That's strange.  Make sure you have the following entries in your
TASM80.tab
>file:
>
>SLA  A       27CB 2 NOP 1
>SRA  A       2FCB 2 NOP 1
>
>
>>
>>Why am I getting an error when I try SRL A or SRA A??
>>
>
>