Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AalfaBob

    Help getting started

    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...
  2. AalfaBob

    Fast pixel plot for 13h

    How can I time my program, I guessing that I have to use some type of software or add in code? Thanks for your help lionelhill.
  3. AalfaBob

    Need 32-bit assembly help

    If im working in DOS with the .386 macro, do I still access the memory in the segment:offset addressing or is it different? Also can you write me a short program showing the format of a simple .asm file that Tasm could compile in 32-bit?
  4. AalfaBob

    Need 32-bit assembly help

    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.
  5. AalfaBob

    Fast pixel plot for 13h

    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...

Part and Inventory Search

Back
Top