FreeCalypso > hg > freecalypso-hwlab
diff simtool/dispatch.c @ 101:454ff8bd0b83
fc-simtool: update-bin command implemented
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 25 Jan 2021 01:54:43 +0000 | 
| parents | fa7005185b84 | 
| children | 29cc5612797a | 
line wrap: on
 line diff
--- a/simtool/dispatch.c Mon Jan 25 01:23:54 2021 +0000 +++ b/simtool/dispatch.c Mon Jan 25 01:54:43 2021 +0000 @@ -21,6 +21,7 @@ extern int cmd_savebin(); extern int cmd_select(); extern int cmd_telecom_sum(); +extern int cmd_update_bin(); extern int display_sim_resp_in_hex(); @@ -49,6 +50,7 @@ {"select", 1, 1, cmd_select}, {"sim-resp", 0, 0, display_sim_resp_in_hex}, {"telecom-sum", 0, 0, cmd_telecom_sum}, + {"update-bin", 2, 2, cmd_update_bin}, {0, 0, 0, 0} };
