Valhalla Legends Forums Archive | Assembly Language (any cpu) | MASM32 Basic Question

AuthorMessageTime
Ender
Today a friend told me that mASM32 is not "pure assembly." He says this because it has constructs like print chr$("..."), etc. Is this true, and if so, does mASM32 have all the functionality of "pure assembly"? Also, what do you guys use?
December 25, 2005, 6:45 PM
TheMinistered
masm - macro assembler...  it has extensive use of macros but when it boils down to it-- it's pure assembly being assembled.
December 26, 2005, 12:37 AM
Quarantine
[quote author=Ender link=topic=13647.msg139222#msg139222 date=1135536333]
Also, what do you guys use?
[/quote]

NASM and FASM. They are both alike except FASM has more powerful macros.
December 26, 2005, 2:57 AM

Search