/* yasep/JScore/yasep_pseudo.js
created 2006-09-06 by whygee@f-cpu.org
2008-11-17 : added YASEP/YASEP16/YASEP32
2009-07-28 : added Y

Dependency :
 Used by : yasep_asm.js, yasep_disasm.js, ../tools/opcode_map.html
*/

Y.pseudo_instructions_names=new Array(
 "DB", "DH", "DW", "YASEP", "YASEP16", "YASEP32"
);

Y.table_pseudo_instructions={ // return the number of generated bytes
"DB":1,
"DH":2,
"DW":4,
"YASEP":0,
"YASEP16":0,
"YASEP32":0}