News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

What sort of projects have been made in MASM32?

Started by Lonewolff, March 16, 2016, 09:45:57 PM

Previous topic - Next topic

anunitu

Quote from: anunitu on May 06, 2017, 12:27:10 AM
There was(though I can not remember who was part of it) a full scale game project done in assembler. Other members might remember this.

I believe that this is the game,but not done in a masm assembler,but Game is fully written in Sol_ASM

http://oby.ro/rts/

BogdanOntanu

Quote from: anunitu on May 06, 2017, 07:50:58 PM
Quote from: anunitu on May 06, 2017, 12:27:10 AM
There was(though I can not remember who was part of it) a full scale game project done in assembler. Other members might remember this.

I believe that this is the game,but not done in a masm assembler,but Game is fully written in Sol_ASM

http://oby.ro/rts/

Yes, but it was originally written in MASM32, then converted to TASM and then converted to Sol_ASM ;)
Ambition is a lame excuse for the ones not brave enough to be lazy, www.oby.ro

LordAdef

As far as I know, coding in Masm/Masm32 is as simple as coding in C once you get the grip of it.
C++ is different beast which I never wanted to dive in, and it's slower than pure C anyway.