Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ORG 60000 - LEN(compiled code) (solved)
#1
Hi
I want to put the code on top memory.
How do I know the length of the compiled code?
Reply
#2
(12-03-2021, 09:54 AM)zarsoft Wrote: Hi
I want to put the code on top memory.
How do I know the length of the compiled code?

Look at the memory.txt file generated at the result of compilation. The final line will tell you where in memory the program ends.

E.g. 

FFB8: .LABEL.__LABEL1752
Reply
#3
The size of the compiled code FILE on disk is the length of the compiled code.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)