ubuntu_amateur
Member level 4
inl instruction asm
there is several instructions in assembly language:
how to understand the last instruction? what means "inl"?
could anyone provide the material on assembly instruction set?
Thanks a lot!
there is several instructions in assembly language:
Code:
movw $0xcf8,%dx
movl $0x80003840,%eax #
outl %eax,%dx
movb $0xfc,%dl
inl %dx,%eax
how to understand the last instruction? what means "inl"?
could anyone provide the material on assembly instruction set?
Thanks a lot!