Call a foreign-language function: Difference between revisions

m
(updated ....)
Line 2,780:
;end
</lang>
====Lua====
but that's not very fun. So let's run some lua script insted.
Using the liblua that comes with Lua 5.2(?). Assembling is the same as always, Link with a -llua using clang or gcc.
<lang asm>
option casemap:none