Interestingly it's for the same reasons that I was glad to start using a high level language after several years of writing in assembler. :DQuote:
Originally Posted by Lars(NL)
Printable View
Interestingly it's for the same reasons that I was glad to start using a high level language after several years of writing in assembler. :DQuote:
Originally Posted by Lars(NL)
Forgive me for saying but that really is bs.Quote:
Originally Posted by JohnW@Wessex
There is no way you could swap those two reasons over, stating that they are precisely the advantages of a HL language over assembler.
It is not C++, not C# and not VB where you can treat everything as a byte, word or dword.
You're saying that type safety and high level constructs etc. can give the programmer no advantages over assembler when creating an application!!!
Exactly! I don't want to have to treat everything as a byte, word or dword, and I'm glad I don't have to anymore!Quote:
Originally Posted by Lars(NL)
It's a shame to think that the last few decades of high level language developement have been such a waste of time!
One of the attractions of HLA is that it allows for flexible data representation: types, records and classes. MASM also has built in support for structures.