Assembler syntax

Post your requests and ideas on the future development of mikroC for dsPIC30/33 and PIC24.
Post Reply
Author
Message
Daniel Wee
Posts: 38
Joined: 14 Jun 2007 22:05

Assembler syntax

#1 Post by Daniel Wee » 12 Feb 2009 19:53

The assembler seems to be using non-standard syntax for some of the commands. For example:-

btst PORTD, 5

The standard format should have been:-

btst PORTD, #5

both seem to work.

Daniel

Post Reply

Return to “mikroC for dsPIC30/33 and PIC24 Wish List”