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

    Help me out with this program please!

    Hey guys, for some reason, the second scroll screen (to clear screen) crashes my program. I have run the executable through DEBUG to find the problem yet I was unable to find the problem. If someone would have the patience to look through my code and maybe help me out with the problem I would...
  2. DoomMaster

    Question on 16BIT assembly code acting different on diff computers?

    All of my code is inside of my Data segment, using conventional code format. I reference no memory addresses directly, I use names that have allocated memory reserved inside of my data segment. The program works perfectly full screen mode, but in windowed mode, it doesn't work. If it works in...
  3. DoomMaster

    Question on 16BIT assembly code acting different on diff computers?

    Why will my assembly program not run correctly in windowed CMD mode? If I go full screen (ALT + ENTER) then it runs fine. I frequently test to see if my program runs, and all of the changing resolutions to full screen gets a bit frustrating. Any way I can make it work in windowed mode?
  4. DoomMaster

    Question on 16BIT assembly code acting different on diff computers?

    Okay sorry, my mistake. The code works the same in FULL SCREEN mode console, but when I use the windowed mode of CMD, it doesn't execute properly. It gives memory errors. Yet, if I go full screen, it works fine? WHy is this so?
  5. DoomMaster

    Question on 16BIT assembly code acting different on diff computers?

    Hey guys, I'm using Windows XP Professional with all possible updates (excluding the beta SP2), and my processor is an AMD Anthlon XP 2700+ I took my program to class, and ran it on a DELL computer running windows 2000, and it ran fine, but if I run the VERY same code on this machine, it...
  6. DoomMaster

    INT 21H function 01H question!

    Hey guys, I am obligated to create a type of input that uses INT 21H and function 01H to store user STRING input, not just one character. The thing is, this type of input only accepts one character, then echos it to the screen. This means I need to put it in a loop that takes on character at a...
  7. DoomMaster

    2 questions

    OMG... dumb tags! PAGE 60,132 TITLE L9RCD (EXE) LAB 9 ;------------------------------------------------ ;--------TABS-SHOULD-BE-SET-TO-4-SPACES---------- ;------------------------------------------------ STACK SEGMENT PARA STACK 'Stack' DW 32 DUP (0) STACK ENDS...
  8. DoomMaster

    2 questions

    OOPS, I'm sorry... that code was wrong lol Here's an update: [/code] PAGE 60,132 TITLE L9RCD (EXE) LAB 9 ;------------------------------------------------ ;--------TABS-SHOULD-BE-SET-TO-4-SPACES---------- ;------------------------------------------------ STACK SEGMENT PARA STACK 'Stack' DW...
  9. DoomMaster

    2 questions

    First question is about the forums. I had an account before called MrDoomMaster, but for some reason all my threads I made were removed and now when I try to log on I get the message "There has been a problem with your account registration. Contact Tek-Tips support to discuss the issue" Why is...

Part and Inventory Search

Back
Top