JSASM the x86 Javascript Assembler
Save requires a local system and wscript.
JSASM is a simple (and verbose) Javascript x86 assembler
(5 simple com examples are available in the selection list)
Select 'View-Source' to see what opcodes are avilable in this sample version.
A work in progress, JASM is designed to be a very open source x86 assembler.
This sample version has 80+ opcode variations. My current version has 727 opcode variations (7000+ lines 411kb document for desktops only) created through an automation, and I am slowly
verifing opcodes and correcting where nesseary (and yes, there is a lot of nessecity).
As is, JSASM can create simple, operable, com files, but the opcode results should be verrified before executing any file.
JSASM will eventually include defines, labels, subroutines, macros, etc. along with utility operations (open, saveas...).
Note this is a view of a very raw work - right now JSASM is very strict, inneficient, and with no built in operational help if you want to jump you'll need to count bytes and specify target memory locations.
If you want to use this script please let us know.
JSASM, the easy to extend x86 assembler - After all, it's only script.