aboutsummaryrefslogtreecommitdiff
path: root/myMemory.1
diff options
context:
space:
mode:
Diffstat (limited to 'myMemory.1')
-rw-r--r--myMemory.119
1 files changed, 16 insertions, 3 deletions
diff --git a/myMemory.1 b/myMemory.1
index 5b851b9..d7a5827 100644
--- a/myMemory.1
+++ b/myMemory.1
@@ -60,9 +60,22 @@ Old style baz segments.
60.B foo 60.B foo
61can only handle new style baz segments. COBOL 61can only handle new style baz segments. COBOL
62object libraries are not supported in this version. 62object libraries are not supported in this version.
63.SH BUGS 63.SH EXAMPLE
64The command name should have been chosen more carefully 64.nf
65to reflect its purpose. 65% ./myMemory.py -s 3 -v 8 -a fifo
66> 7 7xx
67> 0 70x
68> 1 701
69> 2 201
70> 0 201
71> 3 231
72> p 231 70xxxxxx
73> 0 230
74> 4 430
75> 2 420
76> p 420 70123xxx
77> x
78.fi
66.SH AUTHORS 79.SH AUTHORS
67Pacien TRAN-GIRARD 80Pacien TRAN-GIRARD
68Adam NAILI 81Adam NAILI