Ive been programming for about 1 and a half years now. I know 16-bit assembly, Qbasic, C, and the basics of many others including java and 32-bit assembly, and now I want to start programming C++ with DirectX.
Can any give me some links or helpful hints on how to get started. Like what...
Im having trouble finding 32-bit assembly tutorials without them being win32. Im hoping to start creating an OS soon but I cant find any information(32-bit Code struture, 16-bit to 32-bit jumping examples, ect.) Can you please post any links or information I could use to get started. Thank you.
Ive been working on a fast pset and so far here is what I have come up with :
Ticks:
MOV AX, 0A000h ;Move to Video Memory 1
MOV ES, AX ;Load ES with it 1
MOV DX, Y...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.