asm80
Version:
ASM80 stand-alone assembler
20 lines (18 loc) • 443 B
JavaScript
(function(name, definition) {
if (typeof module != 'undefined') module.exports = definition();
else if (typeof define == 'function' && typeof define.amd == 'object') define(definition);
else this[name] = definition();
}('ASM', function() {
"use strict";
return {
"Z80": Z80,
"I8080":I8080,
"I8008":I8008,
"C6502":C6502,
"C65816":C65816,
"CDP1802":CDP1802,
"M6800":M6800,
"M6809":M6809,
"H6309":H6309
}
}));