diff options
Diffstat (limited to 'myMemory.1')
-rw-r--r-- | myMemory.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -62,18 +62,20 @@ can only handle new style baz segments. COBOL | |||
62 | object libraries are not supported in this version. | 62 | object libraries are not supported in this version. |
63 | .SH EXAMPLE | 63 | .SH EXAMPLE |
64 | .nf | 64 | .nf |
65 | % ./myMemory.py -s 3 -v 8 -a fifo | 65 | % ./myMemory.py -s 3 -v 5 -a fifo |
66 | > 7 7xx | 66 | > 7 7xx |
67 | > 0 70x | 67 | > 0 70x |
68 | > 1 701 | 68 | > 1 701 |
69 | > 2 201 | 69 | > 2 201 |
70 | > p 201 7xxxx | ||
70 | > 0 201 | 71 | > 0 201 |
71 | > 3 231 | 72 | > 3 231 |
72 | > p 231 70xxxxxx | 73 | > p 231 70xxx |
73 | > 0 230 | 74 | > 0 230 |
75 | > p 230 71xxx | ||
74 | > 4 430 | 76 | > 4 430 |
75 | > 2 420 | 77 | > 2 420 |
76 | > p 420 70123xxx | 78 | > p 420 713xx |
77 | > x | 79 | > x |
78 | .fi | 80 | .fi |
79 | .SH AUTHORS | 81 | .SH AUTHORS |