RE: Assembly as a first language? 02-27-2017, 07:05 AM
#11
You *could* do it, but like other posters have said, assembly is way harder than most anything else.
Maybe if you are a masochist and want to do it learn C first to give you a baseline. Then use something like Visual C++ in Visual Studio to write inline assembly.
Inline assembly is way easier to get your head around than straight assembly. Leastways that's how I'm doing it.
Maybe if you are a masochist and want to do it learn C first to give you a baseline. Then use something like Visual C++ in Visual Studio to write inline assembly.
Inline assembly is way easier to get your head around than straight assembly. Leastways that's how I'm doing it.
(This post was last modified: 02-27-2017, 07:28 AM by PhargedPhreak.)