Changeset 34 for trunk/BOOTCODE/REGULAR/VIDEOIO.ASM
- Timestamp:
- Jan 13, 2013, 9:07:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/REGULAR/VIDEOIO.ASM
r32 r34 652 652 653 653 654 VideoIO_DBG_WriteString Proc Near Uses ax bx cx dx si es di655 mov ch, [CFG_Partitions] ; y656 add ch, 7657 add ch, [CFG_IncludeFloppy]658 push cx659 mov cl, 1 ; x660 call VideoIO_Locate661 mov ch, 15 ; fgc662 mov cl, 0 ; bgc663 call VideoIO_Color664 mov si, offset ShowBootLog665 call VideoIO_Print666 pop cx667 inc ch668 669 ;mov ch, 21 ; y670 mov cl, 1 ; x671 call VideoIO_Locate672 mov ch, 15 ; fgc673 mov cl, 0 ; bgc674 call VideoIO_Color654 ;VideoIO_DBG_WriteString Proc Near Uses ax bx cx dx si es di 655 ; mov ch, [CFG_Partitions] ; y 656 ; add ch, 7 657 ; add ch, [CFG_IncludeFloppy] 658 ; push cx 659 ; mov cl, 1 ; x 660 ; call VideoIO_Locate 661 ; mov ch, 15 ; fgc 662 ; mov cl, 0 ; bgc 663 ; call VideoIO_Color 664 ; mov si, offset ShowBootLog 665 ; call VideoIO_Print 666 ; pop cx 667 ; inc ch 668 669 ; ;mov ch, 21 ; y 670 ; mov cl, 1 ; x 671 ; call VideoIO_Locate 672 ; mov ch, 15 ; fgc 673 ; mov cl, 0 ; bgc 674 ; call VideoIO_Color 675 675 676 676 677 677 ; Rousseau: 678 mov al, [NewPartitions]678 ; mov al, [NewPartitions] 679 679 ;call VideoIO_PrintByteDynamicNumber 680 mov al, [CFG_Partitions]680 ; mov al, [CFG_Partitions] 681 681 ;call VideoIO_PrintByteDynamicNumber 682 ret683 VideoIO_DBG_WriteString EndP682 ; ret 683 ;VideoIO_DBG_WriteString EndP 684 684 685 685 … … 837 837 ; Disk Info to Dump to AB LogScreen 838 838 Disk: db "DISK ",0 839 BiosCyls: db "Cyls :",0839 ;BiosCyls: db "Cyls :",0 840 840 BiosHeads: db "Heads :",0 841 841 BiosSecs: db "Secs :",0
Note:
See TracChangeset
for help on using the changeset viewer.