How do you make GCBasic output a .lst file that shows the addresses of the compiled code next to each code byte?
I'm using the Prithvi IDE; what options have to be modified in order for it to send the appropriate options to GPASM?
Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Deleting the l- in the makeasm.bat file will give you the .lst file you are looking for (at least for MPASM). Check the search, if that doesn't do it, as it's been discussed before.
Kent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do you make GCBasic output a .lst file that shows the addresses of the compiled code next to each code byte?
I'm using the Prithvi IDE; what options have to be modified in order for it to send the appropriate options to GPASM?
Joe
Deleting the l- in the makeasm.bat file will give you the .lst file you are looking for (at least for MPASM). Check the search, if that doesn't do it, as it's been discussed before.
Kent