WTFStopW : a simple stopwatch
x86-64
nasm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 921b7586d6 Add a Readme.txt and a Makefile 5 years ago
Makefile Add a Readme.txt and a Makefile 5 years ago
README.txt Add a Readme.txt and a Makefile 5 years ago
wtfstopw.asm Add a Readme.txt and a Makefile 5 years ago

README.txt

WTFStopW : a simple stopwatch
=============================

Build :
-------

make

or

nasm -felf64 wtfstopw.asm && ld -s -melf_x86_64 wtfstopw.o -o wtfstopw

Usage :
-------
./wtfstopw

Interactions :
--------------
- press enter to exit or close stdin
- send SIGINT (with kill -2 or ctrl + c) for new lap on stdout
- elapsed time is sent on stderr and laps infos on stdout