[A86] Re: ASM Math


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

[A86] Re: ASM Math




well the symbols are equivalent to the op codes when assembled but coding in
hex is more of a chore because you gotta calculate addresses for jumps and
data...so i guess it grows hair on your chest or somethin to that effect if
you code in hex. also assemblers give you the opportunity to use header
files, macros, etc. and point out (some) stupid mistakes you do before you
run it and crash your calc.

> 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
>
>
>
>



References: