Ignore:
Timestamp:
Apr 12, 2014, 12:05:10 AM (11 years ago)
Author:
Ben Rietbroek
Message:

Created Bitfield functions (auxdebug on) [2012-02-21]

WARNING!!

All commits upto and including the commit of [2012-05-13] contain
a severe bug!! Building from these sources and then disabling
the 'force LBA' feature while also using the drive-letter feature or
editing the label can DESTROY THE MBR on ALL ATTACHED DISKS!!
DO NOT DISABLE 'FORCE LBA USAGE' WHEN BUILT FROM THE THESE COMMITS!!

New

o Functions to insert/retrieve bitfields

Let's see if we can compress the hideparttable...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BOOTCODE/REGULAR/AUXIO.ASM

    r43 r44  
    7171
    7272
    73 ; In:          AL - Single Char to send to Com Port
    74 ;              DL - Port number; 0 for com1, etc.
    75 ; Destroyed: None
    76 AuxIO_PrintSingleChar   Proc  Near  Uses ax es di
    77         nop
    78 AuxIO_PrintSingleChar   EndP
    79 
    8073
    8174; Print char to com-port (teletype style)
Note: See TracChangeset for help on using the changeset viewer.