Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Learn x86 assembly

Name: Anonymous 2014-05-18 2:33

I am on Windows using FASM. Is this ok? Any tutorials? I'm not really interested in learning the winAPI, console applications are fine.

Name: Anonymous 2014-05-18 5:06

I'm not really interested in learning the winAPI

That's not how it works in Assembly. Unless you intend to write programs that take absolutely zero input and never output anything you need to interface with the kernel. You will be learning Windows-kernel specific calling conventions and names. Otherwise you won't even be able to print to the console.

Unless you're going to use C library functions from your assembly programs, but then there's no point in learning assembly.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List