About 50 results
Open links in new tab
  1. Real to Protected Mode Taskings and Design for Banks

    May 17, 2023 · For specification this build is 100% compatible to NASM builds and is a mainly based on CISC assembly and some setting files such as for make and ld commands. A good thing to know …

  2. Windows multithreading problem - Netwide Assembler

    Mar 4, 2019 · Windows multithreading problem I am creating four threads for a four-core 64-bit Windows 7 machine in NASM 64, using Windows API calls. The complete reproducible code is below (it is …

  3. [solved] NASM - Help with tutorial for Hello World

    Jun 10, 2022 · Having issues following a NASM 64-bit "hello world" tutorial Beginning x64 Assembly Programming I am not new to programming, but I am new to assembly (and I am open to any other …

  4. array - Netwide Assembler

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

  5. Global - Netwide Assembler

    Feb 7, 2022 · They instruct Nasm to put information in the linkable header for the use of the linker. "global" tells the linker "this function is here, in this module, in case some other module is looking for …

  6. Random number - forum.nasm.us

    Jul 21, 2009 · Nasm only assembles what x86 (_64) implements. I vaguly recall hearing that some CPU *does* include a "random" instruction, but I can't find it. I use "rdtsc". Since it always comes up with …

  7. Rotate 64-bit word - Netwide Assembler

    Jun 1, 2021 · Working with 64-bit integers and reals in 32 bit nasm. The following asm code should (I hope) count the blanks in one of the dwords of a double dword argument ("ABCD##GH" -> 2).

  8. Differences between NASM and MASM - Netwide Assembler

    Aug 7, 2009 · There are many differences between Masm and Nasm, but the "need for includes" isn't one of them. Masm can also live perfectly well without includes, and it supports the very same …

  9. Floating Point Constants - forum.nasm.us

    May 17, 2015 · NASM Doc: 3.4.6 Floating-Point Constants There is examples how to define various floating point types.

  10. Operate with integer + floating point numbers

    Sep 11, 2020 · Hello again everybody: I was working hard about this theme and finally i've a method to work with integers & floating point numbers joined. In other words: you can to add, substract, multiply …