How can I convert the following code into AT&T syntax?
mov es:[di], al
I'm trying to write a pixel to the screen with AT&T syntax in protected mode.
How can I convert the following code into AT&T syntax?
mov es:[di], al
I'm trying to write a pixel to the screen with AT&T syntax in protected mode.