HI anybody know where to find Assembly language the code meaning...
for example like what : DEC,MOV,NOP,EQU,???
Printable View
HI anybody know where to find Assembly language the code meaning...
for example like what : DEC,MOV,NOP,EQU,???
for what arch?
Those are all VAX assembler specification, but they can vary from assembler to assembler. Which architecture are you referring to? x86 assembler, sParc assembler, MIPS assembler, etc. ?Quote:
Originally posted by ahmike
HI anybody know where to find Assembly language the code meaning...
for example like what : DEC,MOV,NOP,EQU,???
I've been trying to read up on ASM myself (for x86).
Here are some links to some useful tutorials/lectures:
Gavin's Guide to 80x86 Assembly
Some huge lecture (can be viewed HTML, pdf, etc)
Another lecture that gives the overview of ASM (in pdf format)
Really small, but good introduction tutorial on ASM (includes links to TASM)
Good luck and have fun ;)