Ignore:
Timestamp:
Apr 8, 2017, 12:26:36 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Added print decimal function to video module [v1.1.1-testing]

We don't need it yet, so it is disabled with 'IF 0'.
TODO: Better integrate Video and Aux output.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/regular/debug.asm

    r93 r94  
    326326; Dump some disk information.
    327327;
    328 IF  0
     328IF  1
    329329ddi     db  10,'DumpDiskInfo:',10,0
    330330DEBUG_DumpDiskInfo          Proc
     
    728728    pushf
    729729    pusha
    730     call    DEBUG_Test_CONV_BinToPBCD
     730    ;~ call    DEBUG_Test_CONV_BinToPBCD
    731731    ;~ call    DEBUG_Test_MATH_Mul32
    732732    popa
     
    745745; Test the packed BCD conversion function.
    746746;
    747 IF 1
     747IF 0
    748748db_testbin2pbcd db "## TEST BIN2PBCD ##",10,0
    749749DEBUG_Test_CONV_BinToPBCD   Proc
     
    10691069dbp     db  '>---------->> DebugProbe: ',0
    10701070DEBUG_Probe     Proc
     1071IF  0
    10711072        push    bp
    10721073        mov     bp,sp
     
    10881089        popf
    10891090        pop     bp
     1091ENDIF
    10901092        ret     2
    10911093DEBUG_Probe     Endp
Note: See TracChangeset for help on using the changeset viewer.