代码搜索:Support
找到约 10,000 项符合「Support」的源代码
代码结果 10,000
www.eeworm.com/read/125819/6021083
c support.c
/*-------------------------------------------------------------------------
support.c - startup for regression tests with uCsim
This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/125819/6021086
c support.c
void
_putchar(unsigned char c)
{
_asm
.db 0x9e, 0xed
_endasm;
}
void
_exitEmu(void)
{
_asm
.db 0x9e, 0xec
_endasm;
}
www.eeworm.com/read/125819/6021087
asm support.asm
.area _CODE
.globl _putchar
.globl _exit
__putchar::
jp _putchar
__exitEmu::
jp _exit
www.eeworm.com/read/125819/6021091
c support.c
/*-------------------------------------------------------------------------
support.c - startup for regression tests with uCsim
Copied from tinibios.c, which was written By - Johan Knol, johan
www.eeworm.com/read/125819/6021092
asm support.asm
.area _CODE
.globl _putchar
.globl _exit
__putchar::
jp _putchar
__exitEmu::
jp _exit
www.eeworm.com/read/125819/6021096
c support.c
// #define MICROCONTROLLER_8051
#include
unsigned char
_sdcc_external_startup (void)
{
/* copied from device/examples/mcs51/simple2/hi.c */
PCON = 0x80; /* power control byte, set S
www.eeworm.com/read/125819/6021097
asm support.asm
.area _CODE
.globl _putchar
.globl _exit
__putchar::
jp _putchar
__exitEmu::
jp _exit
www.eeworm.com/read/125688/6023963
s support.s
/*-
* Copyright (c) 1993 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted p
www.eeworm.com/read/120487/6072159
c support.c
/*-------------------------------------------------------------------------
*
* support.c
* BeOS Support functions
*
* Copyright (c) 1999-2001, Cyril VELTER
*
*-------------------------------
www.eeworm.com/read/116006/6115760
h support.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l