add aliases, fix cond jumps

This commit is contained in:
Redo
2022-11-01 10:08:45 -06:00
parent dfc9f18ec7
commit 46e5b83cef
4 changed files with 25 additions and 16 deletions

View File

@@ -124,8 +124,10 @@ local function archToUcode(arch)
print(info)
local fo = io.open("instructionList.txt", "w")
fo:write(info)
fo:close()
if fo then
fo:write(info)
fo:close()
end
return ucode
end