mirror of
https://github.com/Ed94/perfaware.git
synced 2024-11-10 04:14:53 -08:00
8 lines
230 B
Batchfile
8 lines
230 B
Batchfile
|
@echo off
|
||
|
|
||
|
echo Assembling: listing_0037_single_register_mov.asm
|
||
|
call nasm ".\tests\listing_0037_single_register_mov.asm"
|
||
|
|
||
|
|
||
|
echo Assembling: listing_0038_many_register_mov.asm
|
||
|
call nasm ".\tests\listing_0038_many_register_mov.asm"
|