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.coffee
15 lines
(7 loc)
•
171 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
code =
require
'./code'
; operand =
require
'./operand'
#_ = new code.Code
#
#_.mov rax, 1
imm =
new
operand.Immediate [
12332323
,
123
] console.log imm