...What does MOV AL, 0FH mean?
Asked
Active
Viewed 2,345 times
-7
-
6Moving `0x0F` (15) into `AL`. I'm pretty sure the documentation mentions this. – xxbbcc Jun 04 '18 at 23:25
-
1https://stackoverflow.com/tags/x86/info ... lot of resources.. maybe start with http://www.cs.virginia.edu/~evans/cs216/guides/x86.html – Ped7g Jun 05 '18 at 00:46