djulien 0 Posted August 14, 2012 Report Share Posted August 14, 2012 Bug description: BoostC does not allow a "call" to a function within an asm block. #include <system.h> void main(void) { asm { movlw 5 call noop2; //error: unknown function 'noop2' return; noop2: return } } Expected behaviour: Allow a "call" to a defined label. Is the problem 100% reproduceable: yes Compiler: BoostC Compiler version: 7.10, 7.051, maybe earlier as well. Target device: PIC16F1827, '1823, '688, etc. OS: Windows XP don Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.