943,163 Members | Top Members by Rank

Ad:
  • Assembly Discussion Thread
  • Unsolved
  • Views: 726
  • Assembly RSS
Mar 13th, 2010
0

Development of graphic user interface

Expand Post »
Hi guys,

I am a newbie in writing programs in assembly language. Can anyone teach me how to write a simple code to develop a basic graphic user interface. I am currently working on a project to create a musical game that requires user interaction. Your assistance is greatly appreciated.

Regards
dolkk
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
dolkk is offline Offline
1 posts
since Mar 2010
Mar 30th, 2010
0

Which resolution, which platform?

Click to Expand / Collapse  Quote originally posted by dolkk ...
Hi guys,

I am a newbie in writing programs in assembly language. Can anyone teach me how to write a simple code to develop a basic graphic user interface. I am currently working on a project to create a musical game that requires user interaction. Your assistance is greatly appreciated.

Regards
dolkk
Firstly, there are 16 bit and 32 bit platforms. DOS is a 16 bit platform, which mostly supports reolutions of up to 640x480. You could go higher if you get enough hardware info on VGA interrupts for the different manufacturers of different video cards. If you develop using a windows based 32bit development you could use directX related stuff and that would probably be you best bet, if assembly must be your choice. If you must start at the DOS level, very little sound stuff is around that can make for good CD quality listening, whereas, Microsoft has had a company contracted to them to write very good sound related wave file stuff. Your best bet is to start with a HLA (High Level Assembler) and use Windows and DirectX. If the process is a learning curve then start with DOS related assemblers and code to get the 'feel of assembly.' By 'basic graphic user interface' do you mean text-like, or do you mean 'graphics' like 'guitars' and 'piano' picture-like, as in 'sprites?'
Basic 'ASCII' art exist and in the DOS days people came up with cute and interesting 'ASCII' art, which was just ASCII characters stuck together made to look like pictures. That would be termed a 'basic graphic' user interface. The other option is spites, whereby you create your own characers by manipulating bit-maps of the ASCII, by susbstitution if you like, and then by similar means stick them together on the screen to form your own graphic.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
DENE@DANI is offline Offline
4 posts
since Sep 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Assembly Forum Timeline: the maximum number from three numbers.
Next Thread in Assembly Forum Timeline: Difference between registers in parenthesis vs. registers without





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC