global: Corrected absolute paths in bin/ symbolic links
[h316.git] / systems / build_dap16.sh
CommitLineData
eaf068b0 1#!/bin/sh
2
3DO_FILE=dap.do
4
5if [ ! "$MAKE" ]; then
6 echo "Not run from within a Makefile!"
7 exit 4
8fi
9
10cat > $DO_FILE <<EOF
fa105a9b 11REST $SUPER_SYS_FOR_DAP
12
eaf068b0 13at ptr $DAP16
14run 36000
15go
16at ptr $IOS16
17go
18at ptr $DAP_LIBRARY
19go
20echo now loaded before dumy:
21run 36002
22echo now satisfying....
23at ptr $DUMYX16
24;IMPORTANT! THERE ARENT NO MORE UNSATISFIED IN THE FIRST
25;EXPORT BLOCK. SECOND BLOCK SEEMS NOT TO TRIGGER DUMMY!
26d p 36004
27go
28go
29
30at ptr $DECCL
31go
32at ptr $SETSIZ
33go
34go
35
b0413bd7 36det ptp
37det ptr
38det tty3
39save $DAP_SYS
eaf068b0 40
41r
42at ptp $DAP_SLST
43run 37000
44d a 100
45go
46d a 17777
47go
48
49d p 1000
50d a 120420
b0413bd7 51
eaf068b0 52
53run 36002
54q
55EOF
56
57h316 $DO_FILE
58rm $DO_FILE
59
60