Re: A83: Re: 'cp F5h' != 'cp 245'


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

Re: A83: Re: 'cp F5h' != 'cp 245'




>Try 'cp 0F5h'
>
>----- Original Message -----
>
> > With TASM, 'cp F5h' gives an error message, while 'cp 245' works? Does 
>this
> > also happen with other compilers/versions/.... ? Odd.
>
>---
>Clem Vasseur <darkclem@wanadoo.fr>
>Icarus Productions <http://icarus.ticalc.org>

  Yes, 'cp 0F5h' will work - for some reason when you use "h" to identify a 
value as hex the compiler asks for a "0" before the value... 'cp $F5' would 
work as well.

James Vernon
jimbob_v@hotmail.com

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



Follow-Ups: