代码搜索:Addressing

找到约 974 项符合「Addressing」的源代码

代码结果 974
www.eeworm.com/read/415722/11056689

c __start.c

/***************************************************************************/ /* FILE __start.c DESCRIPTION Metrowerks PowerPC EABI Runtime Initialization. This file provides the first
www.eeworm.com/read/358784/10179468

asm moves.asm

TITLE Data Transfer Examples (Moves.asm) ; Chapter 4 example. Demonstration of MOV and ; XCHG with direct and direct-offset operands. ; Last update: 2/1/02 INCLUDE Irvine32.inc .data v
www.eeworm.com/read/137489/13320301

dat ins64a.dat

# The following parameters select appropriate colors # and proper screen positions for the 'ins64a.bmp' graphic # Note the mixed use of character and pixel addressing on the # 'bmp-table=' line.
www.eeworm.com/read/493360/6401440

asm lab2d.asm

;******************************** ; Direct Addressing ;******************************** .title "lab2d.asm" .def start .bss x,1 .bss y,1 .data .text start: ST #0001,*(0180h) ST #
www.eeworm.com/read/407760/11411201

dat ins64a.dat

# The following parameters select appropriate colors # and proper screen positions for the 'ins64a.bmp' graphic # Note the mixed use of character and pixel addressing on the # 'bmp-table=' line.
www.eeworm.com/read/407759/11411320

dat ins64a.dat

# The following parameters select appropriate colors # and proper screen positions for the 'ins64a.bmp' graphic # Note the mixed use of character and pixel addressing on the # 'bmp-table=' line.
www.eeworm.com/read/152557/12104851

html sh-regs.html

Using as
www.eeworm.com/read/194937/8183590

asm lab2d.asm

;******************************** ; Direct Addressing ;******************************** .title "lab2d.asm" .def start .bss x,1 .bss y,1 .data .text start: ST #0001,*(0180h)
www.eeworm.com/read/132772/14073907

asm exp4c55_2.asm

************************************************************** * exp4c55_2.asm - An assembly program for C55x CCS simulator * Coefficient quantization in Section 4.6.2 * **********
www.eeworm.com/read/132772/14073913

asm exp4c54_2.asm

************************************************************** * exp4c54_2.asm - An assembly program for C5000 CCS simulator * Coefficient quantization in Section 4.6.2 * ****