代码搜索:Addressing
找到约 974 项符合「Addressing」的源代码
代码结果 974
www.eeworm.com/read/162519/5541688
java requestheader.java
/* RequestHeader.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/194937/8183495
asm lab2g.asm
;********************************
; Stack Addressing
;********************************
.title "lab2g.asm"
.def start
STACK: .usect "STACK",10h
.bss x,10h
.text
start:
www.eeworm.com/read/194937/8183526
asm lab2b.asm
;********************************
; Absolute Addressing
;********************************
.title "lab2b.asm"
.def start
SAMPLE .set 0060h
.bss x,10
.data
table: .word 1
.word 2
.
www.eeworm.com/read/194937/8183530
asm lab2a.asm
;********************************
; Immediate Addressing
;********************************
.title "lab2a.asm"
.def start
.text
start: LD #100,A
LD #10h,4,A
LD #32768,4,B
www.eeworm.com/read/194937/8183593
asm lab2c.asm
;********************************
; Accumulator Addressing
;********************************
.title "lab2c.asm"
.def start
.bss x,10
.data
table: .word 1234h,5678h,9ab
www.eeworm.com/read/367111/9781915
h iolpc2468.h
/***************************************************************************
**
** This file defines the Special Function Registers for
** NXP LPC2468
**
**
www.eeworm.com/read/147328/12564481
h trap.h
/*
Trap type values
*/
#define RESADFLT 0 /* reserved addressing fault */
#define PRIVINFLT 1 /* privileged instruction fault */
#define BPTFLT 2 /* bpt instruction fault */
#define XFCFLT 3 /
www.eeworm.com/read/147328/12564495
m trap.m
#
# Trap,type values
#
.set RESADFLT,0 # reserved addressing fault
.set PRIVINFLT,1 # privileged instruction fault
.set BPTFLT,2 # bpt instruction fault
.set XFCFLT,3 # xfc instruction fault
www.eeworm.com/read/283498/9016666
asm x86.asm
; X86.ASM
;
; This is a special version of SHELL.ASM that includes macros for the x86 GET and PUT
; instructions. It allows you to write x86 style programs for the 80x86.
;
; There are a few cav
www.eeworm.com/read/125819/6021186
cc glob.cc
/*
* Simulator of microcontrollers (glob.cc)
*
* Copyright (C) 1999,99 Drotos Daniel, Talker Bt.
*
* To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
*
*/
/* This file is par