You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,8 +202,7 @@ This is used by adding `--labels LABELSFILE` to the command line.
202
202
203
203
A label file allows external calls, such as BIOS entry points, to be defined and used in disassembled code. I've included `amstrad-labels.txt` in this repository as an example and for convenience.
204
204
205
-
The disassembler tracks what labels have been used during disassembly and will only add the labels that were used to the final disassembly.
206
-
205
+
You can also add custom code labels in this file, such as those for RSX jump points.
0 commit comments