[gamecode] Add format for addressing modes and use in return

This fixes Ruamoko's return format string. It looks like it's producing
the correct address (but doesn't show all the information it should),
but the rest of the debug code needs work locals.
This commit is contained in:
Bill Currie 2022-01-27 13:29:38 +09:00
parent 4b4cb60c65
commit de974fdd3f
3 changed files with 48 additions and 1 deletions

View file

@ -463,7 +463,7 @@ return_formats = {
"mnemonic": "return",
"opname": "return",
"widths": "-1, -1, 0", # width specified by st->c
"format": "FIXME",
"format": "%Mc5",
"types": "ev_void, ev_void, ev_void",
}
vecops_formats = {