Changeset 194 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm
- Timestamp:
- Nov 17, 2011, 11:07:58 AM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/StringsCompressed.asm
r189 r194 137 137 ; Ensure that addressing modes are correctly spaced in memory 138 138 ; 139 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 139 140 %if g_szLCHS <> g_szAddressingModes 140 141 %error "g_szAddressingModes Displacement Incorrect 1" … … 148 149 %if g_szLBA48 <> g_szLBA28 + g_szAddressingModes_Displacement 149 150 %error "g_szAddressingModes Displacement Incorrect 4" 150 %endif 151 %endif 152 %endif 151 153 152 154 g_szFddUnknown: ; db "%sUnknown",NULL … … 202 204 ; Ensure that bus type strings are correctly spaced in memory 203 205 ; 206 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 204 207 %if g_szBusTypeValues_8Dual <> g_szBusTypeValues 205 208 %error "g_szBusTypeValues Displacement Incorrect 1" … … 219 222 %if g_szBusTypeValues_Serial <> g_szBusTypeValues_32 + g_szBusTypeValues_Displacement 220 223 %error "g_szBusTypeValues Displacement Incorrect 6" 221 %endif 224 %endif 225 %endif 222 226 223 227 g_szSelectionTimeout: ; db DOUBLE_BOTTOM_LEFT_CORNER,DOUBLE_LEFT_HORIZONTAL_TO_SINGLE_VERTICAL,"%ASelection in %2-u s",NULL … … 268 272 db (DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_A) ; 29 269 273 274 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 270 275 %if DisplayFormatCompressed_BaseFormatOffset < DisplayFormatCompressed_Format_s || DisplayFormatCompressed_BaseFormatOffset - DisplayFormatCompressed_Format_s > 255 271 276 %error "DisplayFormatCompressed_Format_s is out of range of DisplayFormatCompressed_BaseFormatOffset" … … 298 303 %error "DisplayFormatCompressed_Format_A is out of range of DisplayFormatCompressed_BaseFormatOffset" 299 304 %endif 305 %endif 300 306 301 307 ;; translated usage stats … … 304 310 ;; format usage stats 305 311 ;; A:4 306 ;; c:6307 ;; s:14308 312 ;; 2-u:1 309 ;; u:5310 313 ;; 5-u:3 311 ;; 2-I:1312 314 ;; x:6 313 315 ;; 5-x:1 316 ;; s:14 314 317 ;; nl:6 318 ;; 2-I:1 319 ;; c:6 320 ;; u:5 315 321 ;; total format: 10 316 322
Note:
See TracChangeset
for help on using the changeset viewer.