Machine code: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 21: Line 21:


=={{header|Common Lisp}}==
=={{header|Common Lisp}}==
<lang lisp>;; This uses the Clozure common lisp foreign function interface implementation:
<lang lisp>
;; This uses the Clozure common lisp foreign function interface implementation:
;; Allocate a memory pointer and poke the opcode into it
;; Allocate a memory pointer and poke the opcode into it
(defparameter ptr (ccl::malloc 9))
(defparameter ptr (ccl::malloc 9))