About 4,730 results
Open links in new tab
  1. Nasm source does not work - Netwide Assembler

    Aug 27, 2014 · Nasm assembles your source fine but doesn't assemble after you rebuild it with changes you've made. Without further information the source of the problem would appear to exist between …

  2. Aligning in .bss section - Netwide Assembler

    Jan 4, 2013 · An "%include" is pretty much just a cut-and-paste. The included file is passed to the "assembler" routine as if it were a part of your original source, resulting in just one .bss section. If you …

  3. Is there any one there? - forum.nasm.us

    Dec 3, 2004 · Is there any way to get the label offset into a constant?.

  4. Help Needed - Netwide Assembler

    Jun 3, 2012 · Nasm complains about "operation size not specified" 'cause it doesn't know whether to move a byte (8 bits), a word (16 bits), or a dword (32 bits) into the address pointed to by ecx.

  5. TroubleShoot: Fatal error: Unable to open included file

    Nov 16, 2010 · TroubleShoot: Fatal error: Unable to open included file%include "kernel/features/cli.asm" ; etc. ? ... or "nasm -f bin -o kernel/kernel.bin -Ikernel/ kernel/casnix.asm"? ("orphan-labels" should be …

  6. Creating my First Program - Netwide Assembler

    Nov 7, 2016 · I've been lurking the forum for a few days filling myself up with notes trying to successfully create my first program in NASM, but with a few self imposed stipulations (until I'm ready to move …

  7. help needed: input/output using int 0x80 - Netwide Assembler

    Mar 10, 2012 · Hello, I'm taking a system hardware class this semester and a few weeks back we started learning NASM. I had an assignment due a few weeks ago that needed me to write a NASM …

  8. NASM, segments and procedures

    Apr 24, 2021 · NASM - The Netwide Assembler » NASM Forum » Programming with NASM » NASM, segments and procedures « previous next » Print Pages: [1]

  9. push and movzx - forum.nasm.us

    Mar 10, 2015 · The assembler command line is: nasm -f macho64 tst.asm -o tst.o The errors are: tst.asm:5: error: operation size not specified tst.asm:6: error: invalid combination of opcode and …

  10. How to make one binary file using multiple source files

    Sep 1, 2011 · How to make one binary file using multiple source filesHi Frank, When I use %include directive it assembles but doesn't work as intended.Also i have checked both the files for conflict of …