Re: ASM Tutorial
One way to learn x86 assembly would be to download masm32 (it's free) and
use iczelion's win32 asm tutorials
(http://win32assembly.online.fr/tutorials.html). All the win32api-stuff may
not be of much use when you write assembly code for euphoria programs, but
it could help you learn the syntax, and what various instructions do.
Downloading and reading these documents is also a good idea:
http://www.intel.com/design/pentium4/manuals/index_new.htm (especially
volumes 2A and 2B).
After you've figured out the instruction set reasonably, just look at the
examples that come with the "mini assembler" (asm2.zip) in the archives to
see how to add assembly code to your euphoria programs.
|
Not Categorized, Please Help
|
|