代码搜索结果
找到约 10,000 项符合
AVR 的代码
avr.h
/* Opcode table for the Atmel AVR micro controllers.
Copyright 2000 Free Software Foundation, Inc.
Contributed by Denis Chertykov
This program is free software; you ca
avr.h
/* AVR ELF support for BFD.
Copyright 1999, 2000 Free Software Foundation, Inc.
Contributed by Denis Chertykov
This file is part of BFD, the Binary File Descriptor library.
avr.mt
# Target: AVR
TDEPFILES= avr-tdep.o
#
# There is no simulator provided with gdb (yet).
#
# See for the simulator
# used during development of avr support
avr.c
/*
Avr.C
Top class of the AVR micro controllers
Uros Platise (c) 1999
*/
#include
#include
#include
#include
#include "Avr.h"
#include "Error.h"
#def
avr.h
/*
Avr.h
Top class of the AVR micro controllers
Uros Platise (c) 1999
*/
#ifndef __AVR
#define __AVR
#include "Global.h"
/* Flags for device features: */
/* Old command (LB1=b7, LB2=b6) for
avr.mcs
; Comba/KCM Macros for Atmel AVR
;
; Triple register is r8|r7|r6
;
; X = r26|r27
; Y = r28|r29
; Z = r30|r31
;
; Must remember to clear r1 - compiler expects it!
;
; *** Must use -fno-inline
avr.inc
;------------------------------------------------;
; Constants
.equ RAMTOP = 0x60 ; Except for M64/128/162/169
.equ RAMTOP100 = 0x100 ; For only M64/128/162/169
.equ bit0 = 0b00000001
.equ
avr.h
#ifndef __avr_h
#define __avr_h
/* AVR NOP OPERATION */
#define NOP asm("nop")
/* OPEN INTERRUPT */
#define SEI asm("sei")
/* CLOSE INTERRUPT */
#define CLI asm("cli")
/* S