I need to know in my code which is the last address of my code. Anybody have any idea for this problem.
Thank you very much!!
Ttelmah Guest
Posted: Tue Sep 05, 2006 12:05 pm
Add a label.
Something like:
Code:
end_label:
delay_cycles(1);
Then the 'label_address' function, will give you a full 'address' for this label, which will correspond to the address of the 'nop' generated by the delay.
Best Wishes
cfernandez
Joined: 18 Oct 2003 Posts: 145
Posted: Wed Sep 06, 2006 6:53 am
Thank you very much for your simple solution!!!!!!!!!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum