Skip to content

es1024/jsasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsasm

x86 bytecode interpreter written in JavaScript (well, TypeScript).

Most instructions are not yet supported: only basic arithmetic (add, adc, sbb, sub), bitwise operators (or, and, xor), cmp, conditional jumps (ja, jb, jz, etc.), nop, and lea are supported. Full support of mod/reg/RM and SIB, but more complex use has not been thoroughly tested yet, and may be buggy.

The purpose of this project is TBD.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages