Thread: C Not Assembely

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    11

    Post C Not Assembely

    I want to do it in c, not assembly!!!!!

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    What do you want to do in C and not in assembly?

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    This is a response to the TSRs thread. If you want to do it in C you can but it is not as easy as asm. Look at the keep() function in your help file. It has an example of how to use it.

  4. #4
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    You know, since I pretty much stopped making dos programs I stopped using asm. That is really too bad when I think about it. Asm is a good language, and is very good for writing user interfaces. If you think it is easier to write a graphics driver in c you are seriously kidding yourself. And writing a program that directly captures key input in c isn't bad but it is pretty cumbersome compared to the asm code that does the same thing. Now it is time to stop crying and start programming (in assembly).

Popular pages Recent additions subscribe to a feed