add GetMachineName address to gbz80disasm

hg-commit-id: 8ba8806f333f
This commit is contained in:
Bryan Bishop 2012-01-10 14:42:15 -06:00
parent 62daaef8e9
commit 90197fcb86

View file

@ -552,6 +552,7 @@ asm_commands = {
"2f9e": "GetMonName",
"3e6d": "Predef", #library of pre-defined asm routines
"00b5": "CopyData",
"2ff3": "GetMachineName",
}
def random_asm_label():