Search results
Just a question about assemblers
Score: 153.78 %,
Type: Forum topic , Comments: 9 comments
Is there an assembler that can create a file containing only the labels and the address corresponding to each in the following format when we assemble a source code?
LabelName equ address
LabelName2 equ address2
. . .
. . ...
