Hi Borut, 2007/11/6, Borut Razem <[EMAIL PROTECTED]>: > > because there is a semicolon (an additional null statement) before else. >
Hum, it make sense. Since _asm/_endasm into C18 don't needs ';' then it at end of macro calling solve the problem. > Borut > Thank you Borut. Now I'm facing problems related to .asm creation. In example: pro_man.asm:1190: error: Symbol not previously defined (FSR2H) This same don't appear when using FSR2L, looking at the asm code I verifyied it: ;-------------------------------------------------------- ; Equates to used internal registers ;-------------------------------------------------------- ... FSR2L equ 0xfd9 There is FSR2L declaration but don't FSR2H. Do you know how to solve it? Cheers, Alan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
