Changeset 162 for trunk/bootcode/regular/videoio.asm
- Timestamp:
- Apr 8, 2017, 12:28:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/videoio.asm
r117 r162 757 757 VideoIO_PrintBuildInfo EndP 758 758 759 ;VideoIO_DBG_WriteString Proc Near Uses ax bx cx dx si es di760 ; mov ch, [CFG_Partitions] ; y761 ; add ch, 7762 ; add ch, [CFG_IncludeFloppy]763 ; push cx764 ; mov cl, 1 ; x765 ; call VideoIO_Locate766 ; mov ch, 15 ; fgc767 ; mov cl, 0 ; bgc768 ; call VideoIO_Color769 ; mov si, offset ShowBootLog770 ; call VideoIO_Print771 ; pop cx772 ; inc ch773 759 774 760 ; ;mov ch, 21 ; y
Note:
See TracChangeset
for help on using the changeset viewer.