[comp.sys.apple2] Merlin assembler pseudo-ops

ART100@psuvm.psu.edu (Andy Tefft) (10/07/90)

I need to know what the DW pseudo-op does in the Merlin assembler.
I'm converting some 65c02 source code (specifically, Toshiyasu Morita's
windowing system) so that I can assemble it on my 6502 assembler on
my //c (i.e. the //c can use opcodes like phy, bra, etc. but the
assembler doesn't assemble them properly). It's pretty easy,
using single bytes  for the single-byte opcodes and macros for
the branches and the lda (0-pg). I'm almost done except that I
need to know what the DW pseudo-op does.