The art of programming is not the manipulation of a programming language or machine code. It's the symbolic relationship of data and function to input and output. There are really only two equivalent programming models today, Lambda calculus and Turing_machines (with their architectures).
Any large assembly programming project becomes a high level language project as you must define data, expression and symbolic interfaces at a level higher than machine code so a person who develops non trivial assembly projects De facto creates their own HLL standard that in the end is usually not that much different from C, Basic or other common languages.
Any large assembly programming project becomes a high level language project as you must define data, expression and symbolic interfaces at a level higher than machine code so a person who develops non trivial assembly projects De facto creates their own HLL standard that in the end is usually not that much different from C, Basic or other common languages.
Last edited:

