代码搜索:routines 开发教程
找到约 10,000 项符合「routines 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/124910/6038888
makefile
# Software floating-point emulation.
# Makefile for SPARC v9 ABI mandated long double utility
# functions (_Qp_*).
# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
# This file is part of
www.eeworm.com/read/124910/6038988
makefile
# Software floating-point emulation.
# Makefile for SPARC v8 long double utility functions (_Q_*).
# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
# This file is part of the GNU C Librar
www.eeworm.com/read/124109/6055708
readme
sdcc/device/lib/z80
-------------------
Z80 specific routines.
Notes:
* Cost of ld r,(ix+n): 19
* Cost of ld r,(hl); inc hl: 7+6 = 13 and you don't have to pop ix
www.eeworm.com/read/123991/6056327
c lcdgetp.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/123991/6056340
c lcd_getpixelcolor.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/121089/6069349
h time.h
/***
*time.h - definitions/declarations for time routines
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file has declarations of time routines
www.eeworm.com/read/121089/6069645
asm _inos.asm
;*
;* CW : Character Windows
;*
;* _inos.asm : the INOS structure data for OS/2
;*****************************************************************************
INOS_ENTRY MACRO label
LOCAL
www.eeworm.com/read/121089/6069908
asm grputil.asm
TITLE GRPUTIL - iAPX 88/86 GRAPHICS UTILITY ROUTINES
;***
; GRPUTIL - iAPX 88/86 GRAPHICS UTILITY ROUTINES
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Graphics utility routines
www.eeworm.com/read/113536/6127879
asm _inos.asm
;*
;* CW : Character Windows
;*
;* _inos.asm : the INOS structure data for OS/2
;*****************************************************************************
INOS_ENTRY MACRO label
LOCAL
www.eeworm.com/read/113399/6131513
readme
Notes on i8086 string assembly routines. Author: Kees J. Bot
27 Jan 1994
These routines are simply translations of the 386 code, so all comments
to that code apply here.