Is any one else having a problem when calling macros? My code doesn't seem to work properly with macros especially when there are inline subroutines within it. (I am on PIC18)
Tags:
if you have labels inside your macro, make them "local" at the beginning
E.g.
macro MacroName parameter1,..., parameter
local LabelName1,LabelName2
LabelName1
;code...
;...
© 2024 Created by PML. Powered by