What are the limitations of assembler? (NASM)
Posted
by citronas
on Stack Overflow
See other posts from Stack Overflow
or by citronas
Published on 2010-05-28T16:01:32Z
Indexed on
2010/05/28
16:12 UTC
Read the original article
Hit count: 274
Is there a technical limitation of what kind of programs I can write with assembler (NASM)?
For now I've only seem some program that do arithmetic operations, like adding two numbers.
Is it possible to write complex assembler programs, that provide a GUI, access the file system, plays sounds et cetera?
I know I wouldn't write such programs, but I'm curious, if there are technical limitations on what kind of programs I can write with assembler.
© Stack Overflow or respective owner