Search:

Type: Posts; User: stupid_mutt

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    5,524

    So is it possible to set it to like 120 per...

    So is it possible to set it to like 120 per second and fry your monitor... MUHAHAHAHAHA!!!
  2. Replies
    14
    Views
    2,761

    Djgpp all the way, wow muttski sure is smart, he...

    Djgpp all the way, wow muttski sure is smart, he knows everything.
  3. Replies
    1
    Views
    1,858

    I have had a few problems with ride also, thats...

    I have had a few problems with ride also, thats why I dont use it, I just open up notepad, open up a dos box and do it all like that. The only reason I would prefer an ide is to see what line im on...
  4. Replies
    2
    Views
    1,316

    The standard C library has nothing to do with...

    The standard C library has nothing to do with sound and colors, but there are many libraries available for any platform which will let you do these. An example is MuttDosLibrary which has mouse,...
  5. Replies
    18
    Views
    5,524

    hehehe, getting technical are we? jmp changes the...

    hehehe, getting technical are we? jmp changes the instruction pointer also, no need to push anything. Also, what are the chances the person who wants to do this knows assembly?
  6. Replies
    25
    Views
    3,302

    I hate apps that do that, like serious sam, if...

    I hate apps that do that, like serious sam, if they lock up I have to reboot my puter.
  7. Replies
    6
    Views
    2,665

    Im sure BGI has a DisplayTextXY() function, use...

    Im sure BGI has a DisplayTextXY() function, use that to display tour text then every time you go through a loop decrement the X value to move the text left, increment it to go right. Thats the basic...
  8. Replies
    18
    Views
    5,524

    Why assembly, all you need to do pallete setting...

    Why assembly, all you need to do pallete setting is in and out which you can do in C or assembly. Doesnt make much sense in assembly.
  9. Replies
    18
    Views
    5,524

    No no no, you dont know what your talking about...

    No no no, you dont know what your talking about (or maybey I dont :) ). mode 13H is capable of displaying up to 256 colors on the screen at one time, thus 8 bit color. You can change the palette...
  10. Replies
    24
    Views
    3,527

    oh ya, but Ill do it if you pay me up front.

    oh ya, but Ill do it if you pay me up front.
  11. Replies
    24
    Views
    3,527

    Im warning you, they are gonna flame the hell...

    Im warning you, they are gonna flame the hell outa you. Ive seen it before. btw does anyone remember that thread someone started about wanting to create that porno mmorpg, that was pretty funny.
  12. Replies
    67
    Views
    11,657

    ARG!!! A DAY OR TWO!!!

    ARG!!! A DAY OR TWO!!!
  13. Replies
    67
    Views
    11,657

    Man, now I have to hang oiut here, damnit.

    Man, now I have to hang oiut here, damnit.
  14. Replies
    2
    Views
    2,436

    Well, if your printer is all ready to go and...

    Well, if your printer is all ready to go and happy you could probably do something like this:



    sprintf(stdprn, "%s", string);
  15. Replies
    53
    Views
    9,105

    Brian, wtf is mum?

    Brian, wtf is mum?
  16. Replies
    3
    Views
    5,410

    Haha, you scared him off.

    Haha, you scared him off.
  17. Replies
    9
    Views
    3,186

    Get a program to convert them to mp3's then find...

    Get a program to convert them to mp3's then find some kind of mp3 library for whatever compiler your using (libamp for djgpp/allegro I think). I think you can convert them using that sound recorder...
  18. Replies
    53
    Views
    9,105

    #include int main() { ...

    #include <waga.h>

    int main()
    {

    printf("Your mom");

    return 0;
    }
  19. Replies
    6
    Views
    1,903

    Get borland and use MDL, the best for everything...

    Get borland and use MDL, the best for everything dos related. Mouse, easy interrupt hooking, pc speaker music, your mom, tons of graphics modes up to 1024x768x16m (m as in million), keyboard...
  20. Replies
    10
    Views
    2,195

    Poll: which would help the economy :)

    which would help the economy :)
  21. Replies
    4
    Views
    2,105

    x86, I guess Ill try the intel website.

    x86, I guess Ill try the intel website.
  22. Replies
    4
    Views
    2,105

    You misunderstood. I dont want to know how to...

    You misunderstood. I dont want to know how to hook them (easy enough in assembly). Im guessing that when a hardware interrupt occurs it pushes cs and ip onto the stack and them jumps to wherever it...
  23. Replies
    4
    Views
    2,105

    hardware interrupts

    When a hardware interrupt occurs, where (or when) is cs:ip pushed onto the stack, I need to know what I need to pop off the stack.
  24. Replies
    3
    Views
    1,085

    in 60H this will give you the scan code.

    in 60H

    this will give you the scan code.
  25. Replies
    3
    Views
    2,085

    First you have to merge the data, to do this you...

    First you have to merge the data, to do this you must physically connect the 2 computers, the best way is to get some gasoline( half gallon works best), put the computers stacked on top of each...
Results 1 to 25 of 142
Page 1 of 6 1 2 3 4