C++ Learning Community Forum
August 01, 2010, 03:09:50 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Hello.
Home
Help
Search
Login
Register
C++ Learning Community Forum
>
Other than C++....
>
Other Programing Languages
>
ASM Programming
(Moderator:
FrozenKnight
) >
Addressing Modes
Pages: [
1
]
« previous
next »
Print
Author
Topic: Addressing Modes (Read 823 times)
syazhani
I wonder how long can titles be... because the longer it is the more attention I can get!
Dr. of C++ology
Posts: 529
Cats > Dogs
Addressing Modes
«
on:
February 16, 2008, 05:11:48 AM »
What is the importance of knowing addressing modes?
Logged
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."- Brian W. Kernighan
What people misunderstood about Islam presented in comical way:
http://ummahfilms.com
FrozenKnight
ASM Freak
Global Moderator
Dr. of C++ology
Posts: 546
Do it yourself it's the only way to learn.
Re: Addressing Modes
«
Reply #1 on:
February 21, 2008, 12:33:22 AM »
They allow you to know how to access memory correctly. In some cases you will be able to intuitively figure it out but if you have something like.
Code:
mov dword [A], [B]
knowing the addressing modes will allow you to figure out who your assembler will kick this out. but at the same time allow
Code:
mov dword [A + ecx*4 + ebx], B
Logged
Imagine the impossible, then make it happen.
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General C++ Programming
-----------------------------
=> C++ Help
===> C Programming
=> C++ Tips
=> C++ in General
=> 3rd Party Libraries Programming
-----------------------------
Platform Specific Programming
-----------------------------
=> Windows
=> Linux
=> DirectX
=> OpenGL
-----------------------------
C++ Creations
-----------------------------
=> Finished Products
=> Work in Progress
-----------------------------
Resources
-----------------------------
=> Recommended Resources
=> Bookworm's Corner
===> Accelerated C++: Practical Programming by Example
===> Code Complete
-----------------------------
Other than C++....
-----------------------------
=> Off Topic
=> Other Programing Languages
===> ASM Programming
=> Computer Lab
=> The Community
Loading...