Add image example

This commit is contained in:
Bill Chatfield
2018-10-19 15:02:47 -04:00
parent ea6dabddc8
commit f3fa2137a6
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ $(DSK): $(PGM)
$(COPY) $(BASE_DSK) $(DSK)
$(AC) -n $(DSK) $(VOL)
$(AC) -p $(DSK) $(PGM) SYS < $(PGM)
cat $(PGM).VER.bas | tr '\n' '\r' | $(AC) -p $(DSK) $(PGM).VER TXT
#cat $(PGM).VER.bas | tr '\n' '\r' | $(AC) -p $(DSK) $(PGM).VER TXT
$(AC) -p $(DSK) $(PGM).VER TXT
$(PGM): $(SRC)
$(MERLIN) $(MERLIN_LIB) $(SRC)
+2
View File
@@ -8,6 +8,8 @@
S6,D1 (NOT A PRODOS DISK)
S6,D2 /ONLINE
![Example](online-example-run.png)
# Etymology (which is different from [Entomology](https://en.wikipedia.org/wiki/Entomology))
It is named after the ProDOS [ON_LINE](http://www.easy68k.com/paulrsm/6502/PDOS8TRM.HTM#4.4.6) system call that is used to retrieve volume information.
Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB