Changeset 526 in xtideuniversalbios for trunk/Assembly_Library/Src/Serial/SerialServerScan.asm


Ignore:
Timestamp:
Mar 15, 2013, 1:38:58 AM (11 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Update of the copyright notices to include the year 2013.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Serial/SerialServerScan.asm

    r376 r526  
    77
    88;
    9 ; XTIDE Universal BIOS and Associated Tools 
    10 ; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2012 by XTIDE Universal BIOS Team.
     9; XTIDE Universal BIOS and Associated Tools
     10; Copyright (C) 2009-2010 by Tomi Tilli, 2011-2013 by XTIDE Universal BIOS Team.
    1111;
    1212; This program is free software; you can redistribute it and/or modify
     
    1414; the Free Software Foundation; either version 2 of the License, or
    1515; (at your option) any later version.
    16 ; 
     16;
    1717; This program is distributed in the hope that it will be useful,
    1818; but WITHOUT ANY WARRANTY; without even the implied warranty of
    1919; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    20 ; GNU General Public License for more details.     
     20; GNU General Public License for more details.
    2121; Visit http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    2222;
    23        
     23
    2424
    2525%include "SerialServer.inc"
    26        
     26
    2727; Section containing code
    2828SECTION .text
    29        
     29
    3030;--------------------------------------------------------------------
    31 ; SerialServerScan_ScanForServer:   
     31; SerialServerScan_ScanForServer:
    3232;   Parameters:
    3333;       BH:     Drive Select byte for Drive and Head Select Register
     
    4242;       AL, BX, CX, DX, DI
    4343;--------------------------------------------------------------------
    44 SerialServerScan_ScanForServer:     
     44SerialServerScan_ScanForServer:
    4545        mov     cx, 1           ; one sector, not scanning (default)
    4646
     
    103103        jc      .nextBaud
    104104
    105 .error: 
     105.error:
    106106        ret
    107107
     
    114114                    db  SERIAL_COM1_IOADDRESS >> 2
    115115                    db  0
    116        
     116
    117117
    118118;--------------------------------------------------------------------
     
    145145
    146146        mov     bp,sp
    147        
     147
    148148        call    SerialServer_SendReceive
    149149
Note: See TracChangeset for help on using the changeset viewer.