smallEXE
No description available.
File Explorer
- 268.asm
- 268.exe
- doomsday-crink.exe
- doomsday.asm
- doomsday.exe
- QRdoomsday.png
- piano-crink.exe
- piano.asm
- piano.exe
- QRpiano.png
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
nasm
View Details ▼
nasm
The Netwide Assembler, a portable 80x86 assembler.
nasm {{source.asm}}
Assemble `source.asm` into a binary file `source`, in the (default) raw binary format:
nasm -f {{format}} {{source.asm}} -o {{output_file}}
Assemble `source.asm` into a binary file `output_file`, in the specified format:
nasm -hf
List valid output formats (along with basic nasm help):
zbarimg
View Details ▼
zbarimg
Scan and decode bar codes from image file(s).
zbarimg {{image_file}}
Process an image file:
// repository documentation
Was this content helpful?
(0 ratings)
