first version of 4x50_eload and 4x50_esave

This commit is contained in:
tharexde
2020-10-30 00:41:45 +01:00
parent 18326934d6
commit bb04832b9d
4 changed files with 178 additions and 5 deletions

View File

@@ -664,6 +664,8 @@ static command_t CommandTable[] = {
{"4x50_restore",CmdEM4x50Restore, IfPm3EM4x50, "restore EM4x50 dump to tag"},
{"4x50_sim", CmdEM4x50Sim, IfPm3EM4x50, "simulate single EM4x50 word (uid)"},
{"4x50_std_read",CmdEM4x50StdRead, IfPm3EM4x50, "show standard read mode data of EM4x50 tag"},
{"4x50_eload", CmdEM4x50ELoad, IfPm3EM4x50, "load a binary dump into emulator memory"},
{"4x50_esave", CmdEM4x50ESave, IfPm3EM4x50, "save emulator memory to file"},
{NULL, NULL, NULL, NULL}
};