OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [go32/] [outprtsb.s] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 lampret
 
2
#/* This is file OUTPRTSB.S */
3
#/*
4
#** Copyright (C) 1991 DJ Delorie, 24 Kirsten Ave, Rochester NH 03867-2954
5
#**
6
#** This file is distributed under the terms listed in the document
7
#** "copying.dj", available from DJ Delorie at the address above.
8
#** A copy of "copying.dj" should accompany this file; if not, a copy
9
#** should be available from where this file was obtained.  This file
10
#** may not be distributed without a verbatim copy of "copying.dj".
11
#**
12
#** This file is distributed WITHOUT ANY WARRANTY; without even the implied
13
#** warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14
#*/
15
 
16
        .globl  _outportsb
17
_outportsb:
18
        pushl   %esi
19
        movl    8(%esp),%edx
20
        movl    12(%esp),%esi
21
        movl    16(%esp),%ecx
22
        rep
23
        outsb
24
        popl    %esi
25
        ret

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.