This commit is contained in:
AnonymousRandomPerson
2024-10-18 18:54:33 -04:00
18 changed files with 49760 additions and 617 deletions

View File

@@ -16,6 +16,8 @@ if len(sys.argv) != 3:
_, function_location, function_header = sys.argv
if function_location.endswith('.s'):
function_location = function_location[:-2]
if function_location.startswith("./asm/"):
function_location = function_location[6:]
if function_header.endswith(';'):
function_header = function_header[:-1]