j/w if i see a value such as 'mov EAX,32'
how do i know if thats a hex value or decimal? do debuggers/assemblers automatically assume it is decimal unless u put the 'h' prefix after it? (example : 'mov EAX,32h'
how do i know if thats a hex value or decimal? do debuggers/assemblers automatically assume it is decimal unless u put the 'h' prefix after it? (example : 'mov EAX,32h'
also how does a Structure or class look like in assembly language?
1. Yes.
2. Pretty much the same way it looks in any other language ^^
2. Pretty much the same way it looks in any other language ^^