Changeset 85
- Timestamp:
- Apr 8, 2017, 12:26:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/debug.asm
r84 r85 94 94 ; 95 95 dbg_call_list: 96 db 't' 97 dw offset DEBUG_Test 96 98 db 'l' 97 99 dw offset DEBUG_DumpDriveLetters … … 409 411 410 412 ; 413 ; Activate zero or more test functions. 414 ; When a call is _not_ commented out, the test-function can still be disabled 415 ; if its 'IF' directive is 0. 416 ; 417 IF 1 418 DEBUG_Test Proc 419 pushf 420 pusha 421 ; Put call to test-function here... 422 popa 423 popf 424 ret 425 DEBUG_Test EndP 426 ELSE 427 DEBUG_Test Proc 428 ret 429 DEBUG_Test EndP 430 ENDIF 431 432 433 434 ; 411 435 ; Dump the new partitions table. 412 436 ;
Note:
See TracChangeset
for help on using the changeset viewer.