Assembly Code Share

Moderators: None (Apply to moderate this forum)
Number of threads: 387
Number of posts: 703

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Need help. Posted by Janib4all on 19 Sept 2006 at 8:50 AM
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.
Report
Re: Need help. Posted by IDK on 19 Sept 2006 at 12:21 PM
: 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.
Report
Re: Need help. Posted by Janib4all on 28 Sept 2006 at 5:24 PM
me luv king of OS DOS.
and wannat to make game in dos.
Report
Re: Need help. Posted by IDK on 29 Sept 2006 at 7:50 AM
: me luv king of OS DOS.
: and wannat to make game in dos.
:

Then use int 10h.

Report
Re: Need help. Posted by AsmGuru62 on 30 Sept 2006 at 5:10 AM
: : me luv king of OS DOS.
: : and wannat to make game in dos.
: :
:
: Then use int 10h.
:
:
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%20programming%20in%20c%20for%20dos

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!




 

Recent Jobs