ass js:Assembler.js — X86_64和以太坊 源码
(‿*‿) Assembler.js 用JavaScript实现的汇编器: 可插拔设计 X64和以太坊汇编器 查看 独立使用,可在浏览器或Node.js中使用 安装 npm i ass-js 入门 将0xBABE存储在RAX寄存器中 import { X64 } from 'ass-js' ; const asm = X64 ( ) ; asm . _ ( 'mov' , [ 'rax' , 0xBABE ] ) ; 编译为机器码 console . log ( code . compile ( ) ) ; // 显示文字表示
文件列表
ass-js:Assembler.js — X86_64和以太坊
(预估有个1387文件)
coffee.coffee
378B
hello.asm.coffee
350B
nasm.dump
536B
jcc.js
3KB
nasm.asm
650B
hello-3.ass.js
664B
hello-5.ass.js
595B
hello-4.ass.js
696B
hello-2.ass.js
645B
asm.dump
57KB
暂无评论