-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8aaf65d
commit f3df144
Showing
8 changed files
with
150 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
HLAB2C 001000fff45e | ||
T0010000b03000069000a0500009003 | ||
T0003e8030fa049 | ||
T0003eb03050001 | ||
T0003ee030fa043 | ||
T0003f103032056 | ||
T0003f403032054 | ||
T0003f703032052 | ||
T0003fa0303204f | ||
T0003fd0303204f | ||
T0004000303204f | ||
T0004030303204f | ||
T00040603032049 | ||
T0004090303204c | ||
T00040c0303204c | ||
T00040f041d10000c | ||
T00041303050000 | ||
T00041603532021 | ||
T000419030f2022 | ||
T00041c0353a020 | ||
T00041f032b201c | ||
T00042203332009 | ||
T0004250357a01d | ||
T000428032d0005 | ||
T00042b033b2fee | ||
T00042e033f2014 | ||
T00043103000002 | ||
T00043a046145fd56 | ||
T00043f06537472696e67 | ||
T00044a00 | ||
T00044b00 | ||
T00044c00 | ||
T00044f03000610 | ||
T00045203ffff68 | ||
T00045500 | ||
T00045803000658 | ||
T00045b03000fff | ||
HLAB2C 001000fff45e | ||
T0010000b03000069000a0500009003 | ||
T0003e8030fa049 | ||
T0003eb03050001 | ||
T0003ee030fa043 | ||
T0003f103032056 | ||
T0003f403032054 | ||
T0003f703032052 | ||
T0003fa0303204f | ||
T0003fd0303204f | ||
T0004000303204f | ||
T0004030303204f | ||
T00040603032049 | ||
T0004090303204c | ||
T00040c0303204c | ||
T00040f041d10000c | ||
T00041303050000 | ||
T00041603532021 | ||
T000419030f2022 | ||
T00041c0353a020 | ||
T00041f032b201c | ||
T00042203332009 | ||
T0004250357a01d | ||
T000428032d0005 | ||
T00042b033b2fee | ||
T00042e033f2014 | ||
T00043103000002 | ||
T00043a046145fd56 | ||
T00043f06537472696e67 | ||
T00044a015f | ||
T00044b01df | ||
T00044c03386a35 | ||
T00044f03000610 | ||
T00045203ffff68 | ||
T0004550300007c | ||
T00045803000658 | ||
T00045b03000fff | ||
E001000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
Line no. Address Label Mnemonic Operands Comments | ||
Op-code | ||
1 000000 .23456789 | ||
2 000000 .sajed | ||
3 000000 .23456789 | ||
4 001000 LAB2C START 1000 | ||
5 001000 LDA ALPHA | ||
6 001003 LDB #10 | ||
7 001006 LDX #0 | ||
8 001009 ADDR A,B | ||
9 00100b STA SAVEW,X | ||
10 00100e LDX #1 | ||
11 00100e .format 4 | ||
12 001011 STA SAVEW,X | ||
13 001014 LDA =X'5F' | ||
14 001017 LDA =X'DF' | ||
15 00101a LDA =C'8JF' | ||
16 00101d LDA =W'1524' | ||
17 00101d .sajed | ||
18 001020 LDA =W'1524' | ||
19 001023 LDA =W'1624' | ||
20 001026 LDA =W'4095' | ||
21 001026 .format 4 | ||
22 001029 +SUB #12 | ||
23 00102d LDX #0 | ||
24 001030 LDCH HEXCHAR | ||
25 001033 STA INPUT | ||
26 001036 LOOP LDCH STRING,X | ||
27 001039 COMP INPUT | ||
28 00103c JEQ FOUND | ||
29 00103f STCH OUTPUT,X | ||
30 001042 TIX #5 | ||
31 001045 JLT LOOP | ||
32 001048 FOUND J OUT | ||
33 001048 .format 4 | ||
34 00104b ALPHA WORD 2 | ||
35 00104e SAVEW RESW 2 | ||
36 001054 HEXACHAR BYTE X'61' | ||
37 001056 INPUT RESB 1 | ||
38 001057 STRING BYTE 'STRING' | ||
39 00105c OUTPUT RESB 5 | ||
40 001061 =x'5f' BYTE x'5f' | ||
40 001062 =x'df' BYTE x'df' | ||
40 001063 =c'8jf' BYTE c'8jf' | ||
40 001066 =w'1524' WORD 1524 | ||
40 001069 =w'1524' WORD 1524 | ||
40 00106c =w'1624' WORD 1624 | ||
40 00106f =w'4095' WORD 4095 | ||
40 001072 END | ||
Line no. Address Label Mnemonic Operands Comments | ||
Op-code | ||
1 000000 .23456789 | ||
2 000000 .sajed | ||
3 000000 .23456789 | ||
4 001000 LAB2C START 1000 | ||
5 001000 LDA ALPHA | ||
6 001003 LDB #10 | ||
7 001006 LDX #0 | ||
8 001009 ADDR A,B | ||
9 00100b STA SAVEW,X | ||
10 00100e LDX #1 | ||
11 00100e .format 4 | ||
12 001011 STA SAVEW,X | ||
13 001014 LDA =X'5f' | ||
14 001017 LDA =X'df' | ||
15 00101a LDA =C'8jf' | ||
16 00101d LDA =W'1524' | ||
17 00101d .sajed | ||
18 001020 LDA =W'1524' | ||
19 001023 LDA =W'1624' | ||
20 001026 LDA =W'4095' | ||
21 001026 .format 4 | ||
22 001029 +SUB #12 | ||
23 00102d LDX #0 | ||
24 001030 LDCH HEXCHAR | ||
25 001033 STA INPUT | ||
26 001036 LOOP LDCH STRING,X | ||
27 001039 COMP INPUT | ||
28 00103c JEQ FOUND | ||
29 00103f STCH OUTPUT,X | ||
30 001042 TIX #5 | ||
31 001045 JLT LOOP | ||
32 001048 FOUND J OUT | ||
33 001048 .format 4 | ||
34 00104b ALPHA WORD 2 | ||
35 00104e SAVEW RESW 2 | ||
36 001054 HEXACHAR BYTE X'61' | ||
37 001055 INPUT RESB 1 | ||
***Operand format is not compatible with operation*** | ||
38 001057 STRING BYTE 'STRING' | ||
39 001056 OUTPUT RESB 5 | ||
40 00105b =X'5f' BYTE X'5f' | ||
40 00105c =X'df' BYTE X'df' | ||
40 00105d =C'8jf' BYTE C'8jf' | ||
40 001060 =W'1524' WORD 1524 | ||
40 001063 =W'1624' WORD 1624 | ||
40 001066 =W'4095' WORD 4095 | ||
40 001069 END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
|
||
SymTable Address | ||
|
||
INPUT 1056 | ||
HEXACHAR 1054 | ||
LOOP 1036 | ||
OUTPUT 105c | ||
STRING 1057 | ||
FOUND 1048 | ||
SAVEW 104e | ||
ALPHA 104b | ||
SymTable Address | ||
OUTPUT 1056 | ||
STRING 1056 | ||
FOUND 1048 | ||
SAVEW 104e | ||
LOOP 1036 | ||
ALPHA 104b | ||
HEXACHAR 1054 | ||
INPUT 1055 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters