File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ dirs:
112
112
# PLEASE KEEP IN ALPHABETICAL ORDER!
113
113
cmd : dirs \
114
114
$(BINDIR ) /adm \
115
+ $(BINDIR ) /ald \
115
116
$(BINDIR ) /apr \
116
117
$(BINDIR ) /as \
117
118
$(BINDIR ) /cas \
@@ -152,6 +153,9 @@ altcmd: dirs cmd \
152
153
$(BINDIR ) /adm : $(CMDSRC ) /adm.s
153
154
$(AS ) $(ASARGS ) -o $(BINDIR ) /adm $(CMDSRC ) /adm.s
154
155
156
+ $(BINDIR ) /ald : $(CMDSRC ) /ald.s
157
+ $(AS ) $(ASARGS ) -o $(BINDIR ) /ald $(CMDSRC ) /ald.s
158
+
155
159
$(BINDIR ) /apr : $(CMDSRC ) /apr.s
156
160
$(AS ) $(ASARGS ) -o $(BINDIR ) /apr $(CMDSRC ) /apr.s
157
161
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dd drwr- -1 4
23
23
pptout irwr- -1 13
24
24
password frw-- -1 fs/password
25
25
adm frwr- -1 bin/adm
26
+ ald frwr- -1 bin/ald
26
27
apr frwr- -1 bin/apr
27
28
as frwr- -1 bin/as
28
29
b frwr- -1 bin/b
Original file line number Diff line number Diff line change 79
79
jmp 1f
80
80
dac 0f
81
81
lac fo
82
- sys write ; obuf; 0; ..
82
+ sys write ; obuf; 0: ..
83
83
1 :
84
84
lac fo
85
85
sys close
@@ -229,6 +229,16 @@ putword: 0
229
229
jmp putword i
230
230
jmp putword i
231
231
232
+ ferror:
233
+ lac buf
234
+ dac 1f
235
+ lac d1
236
+ sys write ; 1:..; 4
237
+ lac d1
238
+ sys write ; 1f; 1
239
+ jmp loop
240
+ 1 : 077012
241
+
232
242
d1: 1
233
243
d2048: 2048
234
244
d14: 14
You can’t perform that action at this time.
0 commit comments