@@ -11,7 +11,6 @@ EXPECT=<<EOF
1111EOF
1212RUN
1313
14-
1514NAME=wikipedia_example.srec
1615FILE=srec://bins/srec/wikipedia_example.srec
1716CMDS=<<EOF
@@ -27,7 +26,6 @@ EXPECT=<<EOF
2726EOF
2827RUN
2928
30-
3129NAME=address16.srec
3230FILE=srec://bins/srec/address16.srec
3331CMDS=<<EOF
@@ -54,7 +52,6 @@ EXPECT=<<EOF
5452EOF
5553RUN
5654
57-
5855NAME=address24.srec
5956FILE=srec://bins/srec/address24.srec
6057CMDS=<<EOF
@@ -66,7 +63,6 @@ EXPECT=<<EOF
6663EOF
6764RUN
6865
69-
7066NAME=address32.srec
7167FILE=srec://bins/srec/address32.srec
7268CMDS=<<EOF
@@ -78,7 +74,6 @@ EXPECT=<<EOF
7874EOF
7975RUN
8076
81-
8277NAME=arm1.bin.srec
8378FILE=srec://bins/srec/arm1.bin.srec
8479CMDS=<<EOF
@@ -160,3 +155,57 @@ NX true
1601550x00085634 0x6394 ---------- 0x6394 0x0 ---- .strtab STRTAB
161156EOF
162157RUN
158+
159+ NAME=srec write
160+ FILE=--
161+ CMDS=<<EOF
162+ mkdir tmp
163+ cp bins/srec/address16.srec ./tmp/test-write.srec
164+ o+ srec://./tmp/test-write.srec
165+ x 272
166+ w hello
167+ o--
168+ o srec://./tmp/test-write.srec
169+ x 272
170+ o--
171+ rm ./tmp/test-write.srec
172+ EOF
173+ EXPECT=<<EOF
174+ - offset - 0 1 2 3 4 5 6 7 8 9 A B C D E F 0123456789ABCDEF
175+ 0x00000000 00ff 0004 0004 0004 0004 0004 0004 0004 ................
176+ 0x00000010 0004 0004 0004 0004 0004 0004 0004 0004 ................
177+ 0x00000020 0004 0004 0004 0004 0004 0004 0004 0004 ................
178+ 0x00000030 0004 0004 0004 0004 0004 0004 0004 0004 ................
179+ 0x00000040 0004 0004 0004 0004 0004 0004 0004 0004 ................
180+ 0x00000050 0004 0004 0004 0004 0004 0004 0004 0004 ................
181+ 0x00000060 0004 0004 0004 0004 0004 0004 0004 0004 ................
182+ 0x00000070 0004 0004 0004 0004 0004 0004 0004 0004 ................
183+ 0x00000080 0004 0004 0004 0004 0004 0004 0004 0004 ................
184+ 0x00000090 0004 0004 0004 0004 0004 0004 0004 0004 ................
185+ 0x000000a0 0004 0004 0004 0004 0004 0004 0004 0004 ................
186+ 0x000000b0 0004 0004 0004 0004 0004 0004 0004 0004 ................
187+ 0x000000c0 0004 0004 0004 0004 0004 0004 0004 0004 ................
188+ 0x000000d0 0004 0004 0004 0004 0004 0004 0004 0004 ................
189+ 0x000000e0 0004 0004 0004 0004 0004 0004 0004 0004 ................
190+ 0x000000f0 0004 0004 0004 0004 0004 0004 0004 0004 ................
191+ 0x00000100 ffff ffff ffff ffff ffff ffff ffff ffff ................
192+ - offset - 0 1 2 3 4 5 6 7 8 9 A B C D E F 0123456789ABCDEF
193+ 0x00000000 6865 6c6c 6f04 0004 0004 0004 0004 0004 hello...........
194+ 0x00000010 0004 0004 0004 0004 0004 0004 0004 0004 ................
195+ 0x00000020 0004 0004 0004 0004 0004 0004 0004 0004 ................
196+ 0x00000030 0004 0004 0004 0004 0004 0004 0004 0004 ................
197+ 0x00000040 0004 0004 0004 0004 0004 0004 0004 0004 ................
198+ 0x00000050 0004 0004 0004 0004 0004 0004 0004 0004 ................
199+ 0x00000060 0004 0004 0004 0004 0004 0004 0004 0004 ................
200+ 0x00000070 0004 0004 0004 0004 0004 0004 0004 0004 ................
201+ 0x00000080 0004 0004 0004 0004 0004 0004 0004 0004 ................
202+ 0x00000090 0004 0004 0004 0004 0004 0004 0004 0004 ................
203+ 0x000000a0 0004 0004 0004 0004 0004 0004 0004 0004 ................
204+ 0x000000b0 0004 0004 0004 0004 0004 0004 0004 0004 ................
205+ 0x000000c0 0004 0004 0004 0004 0004 0004 0004 0004 ................
206+ 0x000000d0 0004 0004 0004 0004 0004 0004 0004 0004 ................
207+ 0x000000e0 0004 0004 0004 0004 0004 0004 0004 0004 ................
208+ 0x000000f0 0004 0004 0004 0004 0004 0004 0004 0004 ................
209+ 0x00000100 ffff ffff ffff ffff ffff ffff ffff ffff ................
210+ EOF
211+ RUN
0 commit comments