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
/
index.ts
8 lines
(6 loc)
•
162 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./operand'
;
export
*
from
'./opcode'
;
export
*
from
'./def'
;
export
*
from
'./instruction'
;
export
*
from
'./code'
;
export
*
from
'./x64'
;