wok-next diff nasm/description.txt @ rev 19472
Add rust.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Nov 01 02:49:13 2016 +0200 (2016-11-01) |
parents | |
children | 35a20e111081 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nasm/description.txt Tue Nov 01 02:49:13 2016 +0200 1.3 @@ -0,0 +1,3 @@ 1.4 +The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 1.5 +architecture. It can be used to write 16-bit, 32-bit (IA-32) and 64-bit (x86-64) 1.6 +programs. NASM is considered to be one of the most popular assemblers for Linux.