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

5 lines
143 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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]