Recommended Assembly

Questions about programming languages and debugging
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Recommended Assembly

Post by maboroshi »

Im having a hard time finding any tutorials that are any good on assembly could someone recommend some

Also I wanted to know what the differences were between assemblers like how is NASM TASM And MASM32 different from one another would the code compile the same on these

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

um,well,i´m not an assembly expert, but there are differences in the code, and this can cause inoperability on some processor architectures.
forget TASM, it´s no longer maintained and used Pascal-style codes, MASM uses C-style code, so TASM had/has an extra MASM-mode to create compatible code.
take a look in the the textfile-section, some good assembly-stuff to find there, like "the art of assembly language"...:wink:

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Hey Thanks

Post by maboroshi »

Cheers bad brain

Post Reply