ASM IN FLOWCODE
Posted: Wed May 14, 2008 7:39 am
i got the following errors when i wrote-:
asm
{
bsf 03h,5 ;Go to Bank 1
movlw 00h ;Put 00000 into W
movwf 85h ;Move 00000 onto TRISA – all pins set to output
bcf 03h,5 ;Come back to Bank 0
}
error: error in built-in assembly
i m using FlowcodeV3 for PIC
asm
{
bsf 03h,5 ;Go to Bank 1
movlw 00h ;Put 00000 into W
movwf 85h ;Move 00000 onto TRISA – all pins set to output
bcf 03h,5 ;Come back to Bank 0
}
error: error in built-in assembly
i m using FlowcodeV3 for PIC