jnowaczek / pdp12-asm

DEC PDP-12 Cross-Assembler
GNU General Public License v3.0
4 stars 1 forks source link

Implement pseudo-operators #4

Open jnowaczek opened 2 years ago

jnowaczek commented 2 years ago

A minimum set of pseudo-ops to support are those listed in the LAP6-DIAL Programmer's Reference Manual:

Some pseudo-ops are workarounds for memory limitations (like SAVSYM and LODSYM) but I'll probably need to implement them in case these are encountered assembling old programs.