The MASM Forum

General => The Campus => Topic started by: JamieJean on February 05, 2021, 08:43:21 PM

Title: Obligatory posting because I'm not a bot
Post by: JamieJean on February 05, 2021, 08:43:21 PM
Heya!

I'm an indie game dev. I write C# on Unity, but I tend to avoid Unity's systems for things and instead code my own. I woke up this morning and decided to learn Assembly, so now I'm here ¯\_(ツ)_/¯

I've just followed a YT tutorial for Hello World so far, and I have no idea where to go now, so I guess I'll just stick around and see what I can dig up.

Edit: There's probably a better place for this post, but I couldn't find it. Sorry about that :L
Title: Re: Obligatory posting because I'm not a bot
Post by: jj2007 on February 05, 2021, 09:18:00 PM
Quote from: JamieJean on February 05, 2021, 08:43:21 PMI woke up this morning and decided to learn Assembly, so now I'm here ¯\_(ツ)_/¯

I love it :thumbsup:

Check Tips, Tricks & Traps (https://www.jj2007.eu/Masm32_Tips_Tricks_and_Traps.htm) (ignore the MasmBasic stuff for the time being).
Title: Re: Obligatory posting because I'm not a bot
Post by: hutch-- on February 05, 2021, 09:30:33 PM
Hi Jamie, welcome on board. There is both 32 and 64 bit MASM here and both are supported. 32 bit has been supported for much longer and it is very well understood. Click on the top right arrow to find the 32 bit download and once you get the swing of what its about, there are a lot of members who understand this stuff well. 64 bit MASM is a work in progress but its APP capable already. Best to start with 32 bit as 64 bit is a lot more complicated.
Title: Re: Obligatory posting because I'm not a bot
Post by: Vortex on February 06, 2021, 02:12:32 AM
Hello JamieJean,

Welcome to the Masm Forum.
Title: Re: Obligatory posting because I'm not a bot
Post by: JamieJean on February 06, 2021, 04:41:51 AM
Thanks all!