Open jnowaczek opened 2 years ago
A minimum set of pseudo-ops to support are those listed in the LAP6-DIAL Programmer's Reference Manual:
PMODE
LMODE
SEGMNT n
FIELD n
PAGE n
LISTAPE n
DECIMAL
OCTAL
NOLIST
LIST
TEXT
EJECT
ASMIFx n
ASMSKP n
SAVSYM n
LODSYM N
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.
SAVSYM and LODSYM
A minimum set of pseudo-ops to support are those listed in the LAP6-DIAL Programmer's Reference Manual:
PMODE
LMODE
SEGMNT n
FIELD n
PAGE n
LISTAPE n
DECIMAL
OCTAL
NOLIST
LIST
TEXT
EJECT
ASMIFx n
ASMSKP n
SAVSYM n
LODSYM N
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.