Machine code: Difference between revisions

→‎{{header|AutoHotkey}}: added relevant links
(Nimrod -> Nim)
(→‎{{header|AutoHotkey}}: added relevant links)
Line 19:
 
=={{header|AutoHotkey}}==
'''MCode Tutorial''' ([http://ahkscript.org/boards/viewtopic.php?f=7&t=32 Forum Thread])
 
'''MCode4GCC''' ([http://ahkscript.org/boards/viewtopic.php?f=6&t=4642 Forum Thread] | [https://github.com/joedf/MCode4GCC GitHub]) - An MCode generator using the GCC Compiler.
<lang AutoHotkey>MCode(Var, "8B44240403442408C3")
MsgBox, % DllCall(&Var, "Char",7, "Char",12)
266

edits