Searching \ for '[PIC]: Instructions' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: www.piclist.com/techref/microchip/devices.htm?key=pic
Search entire site for: 'Instructions'.

Exact match. Not showing close matches.
PICList Thread
'[PIC]: instructions'
2000\06\16@075505 by Bob Ammerman

picon face
It is highly unlikely that the PIC can't handle consecutive instructions to
the same register. I'd look for some other problem!

Bob Ammerman
RAm Systems
(high performance, high function, low-level software)

{Original Message removed}

2000\06\18@203706 by Tony Nixon

flavicon
picon face
Bob Ammerman wrote:
>
> It is highly unlikely that the PIC can't handle consecutive instructions to
> the same register. I'd look for some other problem!

And you would be right.

I just tried it again and this time the original code block works.

I loaded a whole heap of BSF BCF's that work on the FSR register into
ROMzap and the code works as expected every time.

It's got me beat why the code failed initially. Both old and the new
today are identical.

Sorry for the mix up folks :-}

--
Best regards

Tony

http://www.picnpoke.com
spam_OUTsalesTakeThisOuTspampicnpoke.com

2000\06\18@213640 by Bob Ammerman

picon face
Just call it one of those 'phase-of-the-moon' things, I guess :-)

Bob Ammerman
RAm Systems
(high performance, high function, low-level software)

{Original Message removed}


'[PIC]: Instructions'
2004\02\13@050238 by Luis Moreira
flavicon
face
Hello
I was having a look at a program that came with my PICDEM 2 PLUS board and I
foud this kind of instruction I never used before or seen used: "movlw .5" ,
what does the " .5 " stand for ?
thanks
       Luis

--
http://www.piclist.com hint: The PICList is archived three different
ways.  See http://www.piclist.com/#archives for details.

2004\02\13@051522 by Jinx

face picon face
> what does the " .5 " stand for ?

Decimal, ie movlw 5 (not 0.5, just 5)

Have a look in MPLAB's help files

Help/Microchip Language Tools Help/MPASM Assembler Help/
Radix Types Supported

--
http://www.piclist.com hint: The PICList is archived three different
ways.  See http://www.piclist.com/#archives for details.

2004\02\13@053013 by Luis Moreira

flavicon
face
Thanks Jinx.

-----Original Message-----
From: Jinx [.....joecolquittKILLspamspam@spam@CLEAR.NET.NZ]
Sent: 13 February 2004 10:16
To: PICLISTspamKILLspammitvma.mit.edu
Subject: Re: [PIC]: Instructions


> what does the " .5 " stand for ?

Decimal, ie movlw 5 (not 0.5, just 5)

Have a look in MPLAB's help files

Help/Microchip Language Tools Help/MPASM Assembler Help/
Radix Types Supported

--
http://www.piclist.com hint: The PICList is archived three different
ways.  See http://www.piclist.com/#archives for details.

--
http://www.piclist.com hint: The PICList is archived three different
ways.  See http://www.piclist.com/#archives for details.

2004\02\13@074531 by Olin Lathrop

face picon face
Luis Moreira wrote:
> I was having a look at a program that came with my PICDEM 2 PLUS
> board and I foud this kind of instruction I never used before or seen
> used: "movlw .5" , what does the " .5 " stand for ?

That's an obsolete notation for decimal.  The assembler still supports it -
for now.  If you want to explicitly indicate decimal radix, use the D'5'
syntax.


*****************************************************************
Embed Inc, embedded system specialists in Littleton Massachusetts
(978) 742-9014, http://www.embedinc.com

--
http://www.piclist.com hint: The PICList is archived three different
ways.  See http://www.piclist.com/#archives for details.

2004\02\13@080816 by Luis Moreira

flavicon
face
thanks Olin
because I never seen it before I thought that it was a recent notation, but
now I will not use it
regards
       Luis

{Original Message removed}

More... (looser matching)
- Last day of these posts
- In 2004 , 2005 only
- Today
- New search...