Added -d/--debug and -m/--multi-pass switches to the disassembler. The latter
will make the disassembler run multiple preparation passes to find all addresses where labels must be placed. Without -m some label addresses are found in the final pass, where the disassembler cannot make use of them.
This commit is contained in:
@@ -100,6 +100,9 @@ void ForwardLabel (unsigned Offs);
|
||||
void DefOutOfRangeLabels (void);
|
||||
/* Output any labels that are out of the loaded code range */
|
||||
|
||||
unsigned long GetLabelCount (void);
|
||||
/* Return the total number of labels defined so far */
|
||||
|
||||
|
||||
|
||||
/* End of labels.h */
|
||||
|
||||
Reference in New Issue
Block a user