Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/utils/tlindner/sdir.asm @ 3022:0f1a7fcddb00
Fixed some typos in sdir.
author | tlindner |
---|---|
date | Sun, 30 Nov 2014 21:43:53 -0800 |
parents | 1c7b7f93138a |
children | dfc911234945 |
comparison
equal
deleted
inserted
replaced
3021:6d8121148774 | 3022:0f1a7fcddb00 |
---|---|
91 notInitiated fcc /Listing not initiated./ | 91 notInitiated fcc /Listing not initiated./ |
92 fcb C$LF | 92 fcb C$LF |
93 fcb C$CR | 93 fcb C$CR |
94 notInitiatedL equ *-notInitiated | 94 notInitiatedL equ *-notInitiated |
95 | 95 |
96 truncated fcc /Out of memroy. Listing trucated./ | 96 truncated fcc /Out of memory. Listing trucated./ |
97 fcb C$LF | 97 fcb C$LF |
98 fcb C$CR | 98 fcb C$CR |
99 fcb C$LF | 99 fcb C$LF |
100 fcb C$CR | 100 fcb C$CR |
101 truncatedL equ *-truncated | 101 truncatedL equ *-truncated |