0x042444FF; /* inc dword ptr [esp+4] */
0x042444FF
is the machine code,while inc dword ptr [esp+4]
is the assembly code, I know
machine code is NOT cross-platform,as it depends on many factors.
What about assembly code, does it depends on CPU ?