Pages tagged assembler:

http://www.g-brain.net/tutorials/writing-linux-programs-in-raw-binary.txt
http://www.g-brain.net/tutorials/writing-linux-programs-in-raw-binary.txt

linux system call
Documents the journey from C code to assembly to machine code very nicely.
Assembly Primer for Hackers (Part 1) System Organization Tutorial
http://www.securitytube.net/Assembly-Primer-for-Hackers-(Part-1)-System-Organization-video.aspx
Source Code of Several Atari 7800 Games Released! | ProgrammerFish - Everything that's programmed!
http://www.programmerfish.com/source-code-of-several-7800-games-released/
Exactly what the title implies.
Gavin's Guide to 80x86 Assembly
http://burks.brighton.ac.uk/burks/language/asm/asmtut/asm1.htm
This was originally written for the Phil Inch's Game Developer's Magazine and after getting lots of positive feedback I expanded and improved it. I have spent a lot of time working on this and would appreciate hearing from you if you like it.
Machine Language For Beginners
http://www.atariarchives.org/mlb/
An old book teaching the basics of assembly programming including explanations for the beginner of binary numbers etc.
AMD64 Subpage
http://www.x86-64.org/documentation/assembly.html
x86 64-bit assembly
x86-64 amd64 assembly
An introduction to programming in 64-bit assembly for x86 chips.
x86 Assembly for C Programmers 1 : endeavormac4
http://myw3b.net/blog/?p=7
(he's) writing a series of tutorials on x86 assembly for C programmers who are already familiar with many of the basics of programming and computing.
Im writing a series of tutorials on x86 assembly for C programmers who are already familiar with many of the basics of programming and computing. The assembly tutorials available online just arent doing it for me, and I need something organized the way I think, on the topics Im interested in, presented in a way which make comprehensive understanding easy. Ill do the work, go find the answers, and then drop everything here for you to enjoy.
Full ZX-81 Chess in 1K
http://users.ox.ac.uk/~uzdm0006/scans/1kchess/
Impressive.
Linux Assembly and Disassembly an Introduction
http://www.milw0rm.com/papers/47
objdump