Update o65dump to show reloc and undef symbols

This commit is contained in:
Byron Lathi
2023-08-23 00:11:57 -07:00
parent 8bccfed867
commit cc1d8d2015
2 changed files with 55 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ FILES
FORMATS
{
o65: os = lunix, version = 0, type = small,
o65: os = super, version = 0, type = small,
export = _init;
}
@@ -44,4 +44,5 @@ FEATURES {
SYMBOLS {
__STACKSIZE__: value = $0E00, type = weak;
__STACKSTART__: type = weak, value = $0800;
}
}