代码搜索:Addressing
找到约 974 项符合「Addressing」的源代码
代码结果 974
www.eeworm.com/read/299636/7842128
asm exp2b_4.asm
* * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* exp2b_4: Paralle Processing
*
* * * * * * * * * * * * * * * * * * * * * * * * * * *
.def _exp2b_4
.text
_exp2b_4
www.eeworm.com/read/242363/13010579
log cc_build.log
dspa UseCMD.asm UseCMD.obj -gqs -v2xx
mar *bro+
"UseCMD.asm", line 17: INVALID INDIRECT ADDRESSING FORMAT
1 Error, No Warnings
Errors in source - Assembler Aborted
Build Complete,
www.eeworm.com/read/318888/13467717
c ibit_rev.c
/* Arrange input samples in bit-reverse addressing order
the index j is the bit reverse of i */
#include "icomplex.h" /* integer complex.h header file */
void bit_rev(complex *X, unsigned
www.eeworm.com/read/318888/13467834
asm exp2b_2.asm
* * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* exp2b_2: Direct Addressing Mode
*
* * * * * * * * * * * * * * * * * * * * * * * * * * *
.def _exp2b_2
.ref _Xi
www.eeworm.com/read/318888/13467835
c exp2b.c
/* ---------------------------------------
exp2b.c
Interfacing C with Assembly Langugage
and using Different Addressing Modes
------------------------------------------*/
exter
www.eeworm.com/read/318888/13467837
asm exp2b_4.asm
* * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* exp2b_4: Paralle Processing
*
* * * * * * * * * * * * * * * * * * * * * * * * * * *
.def _exp2b_4
.text
_exp2b_4
www.eeworm.com/read/308670/13696701
c array-p.c
/*-*/
/********************************************************
* Name: Address Demo *
* *
* Purpose: Demonstrate how array addressing and *
* pointer arithmetic are linked. *
*
www.eeworm.com/read/203518/6278612
cpp locate.cpp
// NAME locate.cpp
void locate(char x,char y)
{
asm{
mov ah,2; /*cursor addressing function*/
mov dl,x;
mov dh,y;
mov bh,0; /*video page*
www.eeworm.com/read/126757/6314973
c ibit_rev.c
/* Arrange input samples in bit-reverse addressing order
the index j is the bit reverse of i */
#include "icomplex.h" /* integer complex.h header file */
void bit_rev(complex *X, unsigned
www.eeworm.com/read/493360/6401407
asm lab2g.asm
;********************************
; Stack Addressing
;********************************
.title "lab2g.asm"
.def start
STACK: .usect "STACK",10h
.bss x,10h
.text
start: STM #STACK