代码搜索:ADDRESSING

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

代码结果 974
www.eeworm.com/read/400297/2353595

a51 inst390.a51

$MOD_CONT ; Contiguous 22-bit addressing mode #include ?ED?STACK SEGMENT EDATA RSEG ?ED?STACK Stack_Area: DS 100 ; 100 Bytes ?FD?FAR_CONST SEGMENT HCONST RSEG ?FD?FAR_CON
www.eeworm.com/read/385750/2585915

a51 inst390.a51

$MOD_CONT ; Contiguous 22-bit addressing mode #include ?ED?STACK SEGMENT EDATA RSEG ?ED?STACK Stack_Area: DS 100 ; 100 Bytes ?FD?FAR_CONST SEGMENT HCONST RSEG ?FD?FAR_CON
www.eeworm.com/read/357060/3032731

a51 inst390.a51

$MOD_CONT ; Contiguous 22-bit addressing mode #include ?ED?STACK SEGMENT EDATA RSEG ?ED?STACK Stack_Area: DS 100 ; 100 Bytes ?FD?FAR_CONST SEGMENT HCONST RSEG ?FD?FAR_CON
www.eeworm.com/read/265353/4282808

a51 inst390.a51

$MOD_CONT ; Contiguous 22-bit addressing mode #include ?ED?STACK SEGMENT EDATA RSEG ?ED?STACK Stack_Area: DS 100 ; 100 Bytes ?FD?FAR_CONST SEGMENT HCONST RSEG ?FD?FAR_CON
www.eeworm.com/read/264887/4285770

a51 inst390.a51

$MOD_CONT ; Contiguous 22-bit addressing mode #include ?ED?STACK SEGMENT EDATA RSEG ?ED?STACK Stack_Area: DS 100 ; 100 Bytes ?FD?FAR_CONST SEGMENT HCONST RSEG ?FD?FAR_CON
www.eeworm.com/read/155856/5618677

a51 inst390.a51

$MOD_CONT ; Contiguous 22-bit addressing mode #include ?ED?STACK SEGMENT EDATA RSEG ?ED?STACK Stack_Area: DS 100 ; 100 Bytes ?FD?FAR_CONST SEGMENT HCONST RSEG ?FD?FAR_CON
www.eeworm.com/read/105103/15678036

a51 inst390.a51

$MOD_CONT ; Contiguous 22-bit addressing mode #include ?ED?STACK SEGMENT EDATA RSEG ?ED?STACK Stack_Area: DS 100 ; 100 Bytes ?FD?FAR_CONST SEGMENT HCONST RSEG ?FD?FAR_CON
www.eeworm.com/read/327242/13092487

sun_x86 makefile.sun_x86

# # makefile for fasta3, fasta3_t. Use makefile.pvm for pvcompxx. # switches for 64-bit addressing - AMD64 CC= cc -g -fast -m64 # debugging options #CC= cc -g -DDEBUG -xarch=amd64 # for SUNMP, use
www.eeworm.com/read/340665/3267495

d ffxx1-elf.d

#objdump: --prefix-addresses -dr #name: FFxx1 # Test for FFxx:8 addressing. .*: file format .*h8300.* Disassembly of section .text: ... 0: R_H8_DIR16 main 0+0400 f8 7f mo
www.eeworm.com/read/391151/8419334

asm fircircfunc.asm

;FIRcircfunc.asm ASM function called from C using circular addressing ;A4=newest sample, B4=coefficient address, A6=filter order ;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1]