no 16 and 32 bits assemblers ... joking' I hope ...

Originally Posted by
Art
I doubt PBP will ever support anything in the 16/32 bit devices for the reasons posted above.
You can't write for them directly in assembler with MPLAB,
so how could a high level language that compiles to assembler be of any use?
.
Hi, Art,
I won't be so sure ...
What are MPLAB ASM30 and ASM 32 , for you ???
Have a look to the relevant chapters in MPLAB HELP ...
Alain
one example for ASM32:
#include
</PRE>
############################
</PRE>
# main routine
</PRE>
############################
</PRE>
.text
</PRE>
.set noreorder
</PRE>
.ent main
</PRE>
main:
</PRE>
# Do something here
</PRE>
nop
</PRE>
# Infinite loop
</PRE>
1:
</PRE>
b 1b
</PRE>
nop
</PRE>
.end main
</PRE>
.globl main
</PRE>
Last edited by Acetronics2; - 7th May 2010 at 12:46.
Reason: html code bugs !!!
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Bookmarks