copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Basic Win32 API Window - Netwide Assembler NASM is the coolest thing i have ever found Everytime im opening, starting to code with NASM, i feel like im in front of some sort of powerfull and dreadfull crafting table, and only thing, that is needed, is a knowledge, to do some magic ------------------------------------------------------------------- This is Basic Win32 API Window, it
NASM - The Netwide Assembler - Index NASM - The Netwide Assembler - Index15739 Posts in 3784 Topics by 3934 Members Latest Member: ToyBoy Latest Post: "Re: Snake game for MS-DO " ( June 16, 2025, 02:23:07 PM ) View the most recent posts on the forum
NASM or YASM in the modern era (or something else) I don't know yasm, but I can tell you that nasm is constantly in development, with new instruction sets being added pretty much as soon as they are released We have an Intel developer on the nasm dev team
get user input and display it to the screen help I am "trying" to write a program that takes in user input and prints it It prompts the user for data and then prints you have entered: <BLANK> nothing to the screen and exits What am i doing wrong?
How To do a loop in NASM? - Netwide Assembler hello everyone I'm quite new to NASM and assembly in general I've learned how to do the simple stuff such as adding and subtracting 2 numbers I've been trying to write a program that computes the power of a number F (X)^n but for the life of me I can't figure it out I know I need a loop for this but I don't know the command I need I would really appreciate a program I can play with and
NASM tutorial for Windows (7+), console and windows Hello everybody I'm new to NASM and need a good tutorial to start programming on Windows 7 I've just installed NASM for Win64 and the linker GoLink (mentioned in a few forums) but was unsuccessful my first try due the lack of documentation for Windows (99% available is for Linux), I was able to assemble and link a minimalist (do nothing) example just to test, but when I open the EXEcutable
[solved] NASM - Help with tutorial for Hello World Re: NASM - Help with tutorial for Hello World « Reply #1 on: June 09, 2022, 10:12:14 PM » Hi forevernoob, Welcome to the forum The problem is a simple one The code you show is for Linux I'm not good at 64 bit code and haven't run Windows since win 98 was current, so I can't help you much The code you want for Windows will include things like:
Disassembling and then reassembling a windows exe file with nasm? Disassembling and then reassembling a windows exe file with nasm?Some years ago I played around with a disassembler called "Borg", or something similar to that Probably the most interesting part of it was that it generated assembler source which was almost completely compatible with MASM The only thing you really had to work to fix in the disassembled code was the data types (the