UNPKG

asm80

Version:
18 lines (16 loc) 424 B
(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, "C6502":C6502, "C65816":C65816, "CDP1802":CDP1802, "M6800":M6800, "M6809":M6809 } }));