Browse Source

Fixing typo in build instructions

Yann Weber 5 years ago
parent
commit
96a5a823e2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      wtfstopw.asm

+ 2
- 2
wtfstopw.asm View File

16
 
16
 
17
 ;
17
 ;
18
 ; A simple precise stopwatch
18
 ; A simple precise stopwatch
19
-; Build : nasm -felf64 wtfstopw.asm && ld -mefl_x86_64 wtfstopw.o -o wtfstopw
20
-; Build Debug : nasm -felf64 -l wtfstopw.lst wtfstopw.asm && ld -s -mefl_x86_64 wtfstopw.o -o wtfstopw
19
+; Build : nasm -felf64 wtfstopw.asm && ld -melf_x86_64 wtfstopw.o -o wtfstopw
20
+; Build Debug : nasm -felf64 -l wtfstopw.lst wtfstopw.asm && ld -s -melf_x86_64 wtfstopw.o -o wtfstopw
21
 ;
21
 ;
22
 ; Usage : ./wtfstopw
22
 ; Usage : ./wtfstopw
23
 ;	press enter to exit
23
 ;	press enter to exit

Loading…
Cancel
Save