> One thing I do miss is some of the branching tests, > which can be a pain with the PIC asm and can cost time > and bugs. > > Something like: > if(x>=31) goto blah > else if(x==7) goto womble > > is very fast and safe to code in C but a bit of a pain > to code in PIC asm. > > Maybe some "if" macros could be used to expand the PIC > assembler language and improve coding speed while keeping > the power of PIC asm hardware coding. Maybe this could > even be done within the confines of MPASM macro abilities. > One of those jobs I always reserve for a later day. :o) > -Roman Just write in "C" with inline assembly language. Bob Ammerman RAm Systems (contract development of high performance, high function, low-level software) -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body