UNPKG
x86
Version:
latest (1.0.0)
1.0.0
Generates x86_64 native code from assembly instructions
github.com/streamich/x86
streamich/x86
x86
/
notes
/
test2.js
14 lines
(8 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Generated by CoffeeScript 1.10.0
(
function
(
) {
var
code, imm, operand; code =
require
(
'./code'
); operand =
require
(
'./operand'
); imm =
new
operand.
Immediate
([
12332323
,
123
]);
console
.
log
(imm); }).
call
(
this
);