Port: uhex (RO)

This commit is contained in:
xamidev
2024-09-23 17:39:39 +02:00
parent 68a4be55ce
commit 1085222d98
5 changed files with 26 additions and 9 deletions

View File

@@ -147,6 +147,7 @@ void shell_install()
register_command("naval", program_navalbattle);
register_command("snake", program_snake);
register_command("exec", program_exec);
register_command("uhex", program_uhex);
for (;;)
{