wip, the urge to finish the lookup table is real...

This commit is contained in:
ed
2023-03-06 07:33:37 -05:00
parent 356d8076a5
commit 3c712f8be6
15 changed files with 851 additions and 192 deletions
+9
View File
@@ -11,3 +11,12 @@ if exist tests\listing_0037_single_register_mov (
if exist tests\listing_0038_many_register_mov (
DEL /Q tests\listing_0038_many_register_mov
)
if exist tests\listing_0039_more_movs (
DEL /Q tests\listing_0039_more_movs
)
if exist tests\listing_0040_challenge_movs (
DEL /Q tests\listing_0040_challenge_movs
)