I am trying to load an SFR with section's last word address. The elegant way to write this would be MOV #(.startof.(s_SampleBuffer)+.sizeof.(s_SampleBuffer)-2), W0 or MOV #(.startof.(s_SampleBuffer)+#.sizeof.(s_SampleBuffer)-2, W0 But compiler throws asm...
↧