Sample of assembly language codes?

Asked By 100 points N/A Posted on -
qa-featured

I want to develop a game console but nothing specific yet. Can you please forward some sites where there are different samples of assembly language codes?

Thanks guys.

SHARE
Best Answer by Taylor Laura
Answered By 0 points N/A #190505

Sample of assembly language codes?

qa-featured

Hello Martin,

If you want to develop a gaming console, first you should decide about the architecture of that console meaning memory bit, registers and all that. Anyway, to begin assembly programming, I have listed three very excellent websites which can provide you with a very good guidance toward learning the assembly language. The sites are –

1. http://www.erg.abdn.ac.uk/~gorry/eg2069/assembly.html

2. http://users.ece.utexas.edu/~ryerraballi/CPrimer/chap12/chap12.htm

3. http://www.cs.princeton.edu/courses/archive/spr11/cos217/lectures/13Assembly.pdf

Best Answer
Best Answer
Answered By 15 points N/A #190506

Sample of assembly language codes?

qa-featured

Hi Martin,

 

I have never encounter a game console using an Assembly Language. Based on my experience it popularly used in embedded systems and in low level programming.  Systems like chips or integrated circuits, microcontroller and other machines.  Most game consoles these days are programmed using the latest programming languages like Java or those for applications like Android.
 
But if you I can give you a few sources to get you going.  Here are sites that can provides tutorials and free source codes written in Assembly Language.
 
 
Regards,
Taylor

Related Questions