About 50 results
Open links in new tab
  1. Nasm Speed - Netwide Assembler

    Apr 28, 2017 · Nasm Speed I run Nasm on Windows; would that be an unintentionally crippled version compared to Linux? If create test files of the same few lines repeated thousands of …

  2. StrToInt Function - Netwide Assembler

    Jan 7, 2015 · Print Pages: [1] « previous next » NASM - The Netwide Assembler » NASM Forum » Programming with NASM » StrToInt Function Jump to:

  3. Nasm Macro in Macro

    Jun 14, 2010 · Nasm Macro in Macro This is the sort of thing I've thought about in the past myself but as of yet is not supported in NASM. The problem is, how do we propose a method of …

  4. NASM Recursive macro demo.

    Dec 13, 2012 · NASM Recursive macro demo. Note that the recursive macro capabilities (and the entire rewritten processor) were removed/reverted around NASM 2.10rc12 due to the potential …

  5. Linux/NASM Tutorials

    Jul 28, 2012 · Linux/NASM Tutorials « on: July 28, 2012, 10:20:35 PM » As I write tutorials, I will post links to them here (If you all don't mind) Here is the third one: NASM - Linux Dynamic …

  6. array - Netwide Assembler

    Feb 22, 2010 · NASM - The Netwide Assembler NASM Forum Using NASM « previous next » Print Pages: [1] 2

  7. Converting YASM to NASM - Netwide Assembler

    Oct 1, 2009 · I'm currently working on a project that makes use of TrueCrypt. To build TrueCrypt, both NASM and YASM assemblers are required (presumably because YASM supported 64bit …

  8. 64bit: JMP near encoding - Netwide Assembler

    Dec 15, 2008 · 64bit: JMP near encoding Hello, What is the syntax for a 64-bit absolute jump in NASM? For instance: [BITS 64] jmp 0x1234567890ABCDEF According to the Intel manuals …

  9. linking with nasm

    Mar 30, 2007 · linking with nasm We are developing an operating system, but when trying to link out asm output (asm_main.o) with the rest of the project, we get an "File not recognized, …

  10. ..start unrecognized symbol - Netwide Assembler

    Jan 1, 2011 · ..start unrecognized symbol ; nasm -f elf32 myprog.asm ; ld -o myprog myprog.o global _start section .text ; code (subroutines) can go here, if you like _start: ; your code will …