News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

A Tiny Guide to Programming in Assembly Language

Started by bushpilot, November 14, 2005, 06:43:34 PM

Previous topic - Next topic

bushpilot

Hi Everyone,

I stumbled across this today, and found it very interesting in it's simplicity.

http://www.cs.virginia.edu/~cs216/notes/x86-doc.pdf


Greg

G`HOST

Quote from: bushpilot on November 14, 2005, 06:43:34 PM

I stumbled across this today, and found it very interesting in it's simplicity.

You stumbled accross a good thing. :bg . Seems nice from the cover.
Though it doesnt have much on ARRAYS  :'(

Vortex


LL

 :U
Thank you Greg,

It helped me understand the stack better.

LL

sluggy

Quote from: G`HOST on November 14, 2005, 06:55:52 PM
Though it doesnt have much on ARRAYS  :'(
What is there to know about arrays? They are just a section of memory, it is how you access it that makes it an "array". To explain it simply, you just multiply your cooordinates together, then multiply that by the size of each array element in bytes to get a pointer to the array element at that coordinate. HTH  :P

RedXVII


G`HOST

Quote from: sluggy on November 15, 2005, 01:38:03 AM
What is there to know about arrays? They are just a section of memory, it is how you access it that makes it an "array". To explain it simply, you just multiply your cooordinates together, then multiply that by the size of each array element in bytes to get a pointer to the array element at that coordinate. HTH  :P
:cheekygreen: :cheekygreen: :cheekygreen: :cheekygreen: :cheekygreen:
BRAVO BRAVO