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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by NoobOne

  1. NoobOne

    Why not trinary-computers?

    I can understand how an analog computer wouldnt work, but why only binary? With trinary you get 50% more voltages to work with with cumulative more storage capacity with more bits, errrr trits. negative, neutral and positive.
  2. NoobOne

    How does C++ communicate with the video card?

    Thanks timmay What do you think about NVIDIA Cg, GPU's? Been looking through that, looks just like C.
  3. NoobOne

    How does C++ communicate with the video card?

    Im new to C. I downloaded the Microsoft DirectX 9.0 SDK update (summer 2004). Im guessing its a tool I can use, hehe. Am I close to being on the right track?
  4. NoobOne

    Whats the lowest-level assembler out there?

    Sorry dkdude, got stumped on memory management. Dont know how to write or read to RAM, or whether to chose between real mode or protected mode.
  5. NoobOne

    Whats the lowest-level assembler out there?

    Oh nevermind, found a list of opcodes, it looks like it doesnt get more compact then that. Darn.
  6. NoobOne

    Whats the lowest-level assembler out there?

    :( darn I understand the control flags, the state flags, and or, xor, mov, jmp, add adc, sub sbb, shl shr..........I hate this, now my tutorial is into accessing RAM and im looking around and notice that each assembler has different syntax. I've always had a weakness learning new foreign...
  7. NoobOne

    Whats the lowest-level assembler out there?

    thanks. :) Hey does anyone have any good guides on what those 13-so registers do exactly? Im reading the "art of assembly" and have an Emu8086-Emulator program running, having a little fun adding and subtracting numbers, and storring them in there. But each chapter on "art of assembly" sort...
  8. NoobOne

    Whats the lowest-level assembler out there?

    Im new with assembly and feel the best way to learn is to make up my own library from scratch. I want to learn the least amount of syntax as possible. I feel as if im reverse engineering someone else's work and its very daunting looking through program languages's very long library of...

Part and Inventory Search

Back
Top