>-----Original Message----- >From: piclist-bounces@mit.edu [mailto:piclist-bounces@mit.edu] >Sent: 25 May 2005 14:32 >To: 'Microcontroller discussion list - Public.' >Subject: RE: [PIC] skpz, skpnz, etc: What are these? > > >> You can't (can't can't can't)(mustn't) use these >pseudoinstructions as >> follows: >> >> btfss BOB, thumb >> skpz RALPH >> .... > >AFAIK skpz is a one-instruction 'macro' (that does not take >any parameters), so I see no problem in using it. I do share >your objection to multiple-instruction macro's that look like >instructions. > >Challenge (intermediate): write a JUMP