Need help.

hi guyz, i m a newbie x86 asm programmr.
i want to make a game, but does hav idea, where to start and need some practice in graphic(s).
can anyone help me, i can program in assembly but can not make any graphical move.

Comments

  • : hi guyz, i m a newbie x86 asm programmr.
    : i want to make a game, but does hav idea, where to start and need some practice in graphic(s).
    : can anyone help me, i can program in assembly but can not make any graphical move.
    :
    What platform?

    To make a dot move, just make a new at the new position and delete the old one.
  • me luv king of OS DOS.
    and wannat to make game in dos.
  • : me luv king of OS DOS.
    : and wannat to make game in dos.
    :

    Then use int 10h.

  • : : me luv king of OS DOS.
    : : and wannat to make game in dos.
    : :
    :
    : Then use int 10h.
    :
    :
    [blue]Use INT 10h only to set up the video modes. To actually draw on screen use the direct writing into SVGA memory. Also, to get up to speed check out this link:

    http://www.groovyweb.uklinux.net/index.php?page_name=Game programming in c for dos

    Here are a few chapters about the principles. I think, the source code there in C, but they can be easily ported to ASM. Of course, use FASM - best tool so far!
    [/blue]
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories