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

    Changing immediate value byte assigment in TASM 5.0

    I am using tasm 5.0, and I noticed an annoying occurence. Immediate values are assumed to be words. So when I write an immediate value to memory that is a byte value, it writes over the next byte in memory with a zero! Took me a while to figure out what the heck was going wrong with the code...
  2. FinalBirdman

    Newbie to windows programming doesn't understand error

    I have a simple windows program that "should" have a standard window with a nice menu. I should be able to click on Help->about and see a nice little box. In order for this to work perfectly (a quick fix adds a small bug in which the about box doesn't dissapear after you click OK) I...
  3. FinalBirdman

    What do brk and sbrk do?

    What do the functions brk and sbrk do in C? I need to allocate more core memory, and I need some good information on how these functions work. Thanks.
  4. FinalBirdman

    'Fixup overflow'

    What exactly what does a 'fixup overflow' error given by TLINK mean?
  5. FinalBirdman

    Crash-happy VGA writing

    An asm prog of mine keeps crashing, and I can't figure out why. It has as simple loop like this that copies a 64000 byte array into the VGA segment (the mode is set already) The buffers and everything else is arleadey set up. This is only a part of the prog. mov DI,0a00h mov ES,DI mov DI,0 mov...

Part and Inventory Search

Back
Top