Finished the first hw.

On to the second...
This commit is contained in:
ed
2023-03-05 20:57:40 -05:00
parent 5b230d5653
commit 9be706b28d
9 changed files with 350 additions and 301 deletions
+12
View File
@@ -4,4 +4,16 @@ if not exist build\nul (
meson setup build
)
echo:
if not exist tests\listing_0037_single_register_mov (
echo Assembling: listing_0037_single_register_mov.asm
call nasm ".\tests\listing_0037_single_register_mov.asm"
)
if not exist tests\listing_0038_many_register_mov (
echo Assembling: listing_0038_many_register_mov.asm
call nasm ".\tests\listing_0038_many_register_mov.asm"
)
echo:
ninja -C build