Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-13 00:20:17 +00:00
parent 8b085234e1
commit 366b13ffac
31 changed files with 160 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# nasm
> The Netwide Assembler, a portable 80x86 assembler.
> More information: <https://www.nasm.us/xdoc/2.16.03/html/nasmdoc2.html>.
> More information: <https://www.nasm.us/xdoc/3.01/html/nasmdoc2.html>.
- Assemble `source.asm` into a binary file `source`, in the (default) raw binary format: