[A86] Re: ASM Math


[Prev][Next][Index][Thread]

[A86] Re: ASM Math




>wouldn't complete coding in hex be more basic than assembly?

Nope.  Assembly is coding in hex.  The commands you use, like "rrac" or "xor 
a" are simply substitutions for hex values.  The assembly compiler simply 
replaces these with their hex equivalents when you compile.  Also, all calls 
to a memory location, or a label, are converted to hex equivalents.



     -Thanks, Elliott Bäck
------------------------------------------------------------
"I know the human being and fish can coexist peacefully."
G.W. Bush, Saginaw, Mich., Sept. 29, 2000

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com




Follow-Ups: