PDA

View Full Version : converting assemble to pic basic pro



Jhdgkss
- 30th April 2006, 18:54
Is it possible to convert a piece of code in assembly into pic basic pro format

mister_e
- 30th April 2006, 19:55
Yes it is but there's no automated solution. You'll need to do it yourself or pay somebody here to do the job... and it's not going to be cheap :)

Anyway, you can still leave everything intact and use the ASM ENDASM stuff.

here's an example of something... yeah nothing really intelligent. You're not going to learn any assembler on the following.


TRISA=0
ASM
MOVLW d'7'
MOVWF CMCON
ENDASM
LCDOUT $FE,1,"ZZZZZZZZzzzzzzzzzzzzzzzz"