![]() |
|
ORG 60000 - LEN(compiled code) (solved) - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +--- Thread: ORG 60000 - LEN(compiled code) (solved) (/showthread.php?tid=1648) |
ORG 60000 - LEN(compiled code) (solved) - zarsoft - 2021-12-03 Hi I want to put the code on top memory. How do I know the length of the compiled code? RE: ORG 60000 - LEN(compiled code) - Ljg701 - 2021-12-03 (2021-12-03, 10:54 AM)zarsoft Wrote: Hi 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 RE: ORG 60000 - LEN(compiled code) - zarsoft - 2023-07-02 The size of the compiled code FILE on disk is the length of the compiled code. |