RosettaCodeData/Task/Machine-code/Tcl/machine-code-2.tcl

5 lines
143 B
Tcl
Raw Permalink Normal View History

2015-02-20 09:02:09 -05:00
package require machineCodeThunk 1.0
set code [binary format c* {0x8B 0x44 0x24 0x4 0x3 0x44 0x24 0x8 0xC3}]
puts [runMachineCode $code 7 12]