Log in

View Full Version : WORDs count at compile/assembly time



flotulopex
- 25th February 2026, 17:23
Hi,

I'm searching the way to get the number of WORDs used by a code like one can see it in MCS:
10042


Any idea how to get this information?

flotulopex
- 25th February 2026, 17:32
The same thing happens always again: I ask a question and a few minutes later, I find the answer!

Am I the only one that happens to? :D

Here is this info to be found, in the .LST file generated by the assembler:

10043

Ioannis
- 27th February 2026, 21:19
In general the .LST file has a lot of goodies, though I am not an expert on decoding fully this file.

Don't worry. Happen to me a lot of times! Just after hitting "Submit relply" got that aha moment!

Ioannis