graphical interface when using assembly language

Posted by Hellbent on Game Development See other posts from Game Development or by Hellbent
Published on 2012-09-14T06:59:04Z Indexed on 2012/09/14 15:50 UTC
Read the original article Hit count: 257

Filed under:
|

Im looking to use assembly language to make a great game, not just an average game but a really great game. I want to learn a framework to use in assembly. I know thats not possible without learning the framework in c first. So im thinking of learning sdl in c and then learn, teach myself, how to interpret the program and run it as assembly language code which shouldnt be that hard. Then i will have a window and some graphics routines to display the game while using assembly to code everything in. I need to spend some time learning sdl and then some more time learning how to code all those statements using assembly while calling c functions and knowing what registers returned calls use and what they leave etc.

My question is , Is this a good way to go or is there something better to get a graphical window display using assembly language?

Regards HellBent

© Game Development or respective owner

Related posts about graphics-programming

Related posts about sdl