lc3web
lc3web copied to clipboard
Enhancement: Add ".STRINGZP" instruction to the assembler
Implementation of this instruction would be similar to ".STRINGZ", but pack two ASCII characters in each memory location. Each odd character would be applied to bits 7-0, while each even character would be applied to bits 15-8.