FILE/A,ADDRESS/A,ORG | |
FILE/A | the name of the file to scan |
ADDRESS/A | the access address you search for, you can use simple expressions like "$5000" = "20480" = " -$Ff +-33+ 19512+$4e8" (prefix "$" for hexadecimal numbers, supported operators are "+" and "-", unary and binary) |
ORG | the logical start address of the file, if not specified $0 is used, you can use same simple expressions as with ADRESS/A |