WTFStopW : a simple stopwatch
x86-64
nasm
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Yann Weber 4f74b3540c Add a variable time_res 5 年前
Makefile Add a Readme.txt and a Makefile 5 年前
README.txt Add a Readme.txt and a Makefile 5 年前
wtfstopw.asm Add a variable time_res 5 年前

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