diff --git a/Pass 1 of 2 pass Assembler/output.dat b/Pass 1 of 2 pass Assembler/output.dat new file mode 100644 index 0000000..fe81e15 --- /dev/null +++ b/Pass 1 of 2 pass Assembler/output.dat @@ -0,0 +1,10 @@ + ** START 2000 +2000 ** LDA FIVE +2003 ** STA ALPHA +2006 ** LDCH CHARZ +2009 ** STCH C1 +2012 ALPHA RESW 1 +2015 FIVE BYTE S +2016 CHARZ BYTE C'Z' +2017 C1 RESB 1 + ** END ** diff --git a/Pass 1 of 2 pass Assembler/symtab.dat b/Pass 1 of 2 pass Assembler/symtab.dat new file mode 100644 index 0000000..201000d --- /dev/null +++ b/Pass 1 of 2 pass Assembler/symtab.dat @@ -0,0 +1,4 @@ +2012 ALPHA +2015 FIVE +2016 CHARZ +2017 C1