diff options
-rw-r--r-- | myMemory.1 | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -60,9 +60,22 @@ Old style baz segments. | |||
60 | .B foo | 60 | .B foo |
61 | can only handle new style baz segments. COBOL | 61 | 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 BUGS | 63 | .SH EXAMPLE |
64 | The command name should have been chosen more carefully | 64 | .nf |
65 | to 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 |
67 | Pacien TRAN-GIRARD | 80 | Pacien TRAN-GIRARD |
68 | Adam NAILI | 81 | Adam NAILI |