Talk:Machine code: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 6:
* It's for a technique that few people use these days in the era of inline assembler, etc.
* It's only really usable for low-level languages (and yes, this includes Lisp: Lisp is a low level language that can be easily built up into high levels).
* It assumes C calling conventions in its very structure.
 
Quoting some of the guidelines: