代码搜索:ADDRESSING
找到约 974 项符合「ADDRESSING」的源代码
代码结果 974
www.eeworm.com/read/447738/1698365
s address-040.s
;; Test unsupported indirect addressing
.text
.global main
main:
ld2w r0,@-sp
jmp r13
www.eeworm.com/read/447738/1698385
s address-036.s
;; Test unsupported indirect addressing
.text
.global main
main:
st2w r0,@+sp
jmp r13
www.eeworm.com/read/447738/1698407
s address-033.s
;; Test unsupported indirect addressing
.text
.global main
main:
ld2w r0,@+sp
jmp r13
www.eeworm.com/read/435214/1865444
c addrmodestest.c
//
// Project: Experiment 2.10.2 DSP Addressing Mode - Chapter 2
// File name: addrModesTest.c
//
// Description: This is the main function for experiment 2.10.2
//
// For the book "Re
www.eeworm.com/read/390680/2526104
h xpath.h
/*
* Summary: XML Path Language implementation
* Description: API for the XML Path Language implementation
*
* XML Path Language implementation
* XPath is a language for addressing parts of an XM
www.eeworm.com/read/366702/2877904
c multi-ix.c
/* Test for a reload bug:
if you have a memory reference using the indexed addressing
mode, and the base address is a pseudo containing an address in the frame
and this pseudo fails to get a
www.eeworm.com/read/132665/14080976
h xpath.h
/*
* Summary: XML Path Language implementation
* Description: API for the XML Path Language implementation
*
* XML Path Language implementation
* XPath is a language for addressing parts of an XM
www.eeworm.com/read/318888/13467875
asm ex5p11.asm
*************************************************************************
* This program computes multiply and accumulate using direct addressing
* mode.
*
* y(n) = h(0)x(n) + h(1)x(n-1
www.eeworm.com/read/487708/6507655
readme
ACARSDEC
Acarsdec is an open source, realtime ACARS demodulator and position decoder for Linux.
Aircraft Communication Addressing and Reporting System (or ACARS) is a digital datalink system for t
www.eeworm.com/read/197479/5094676
h udp.h
/*
udp.h
SOAP-over-UDP demo specification for udpclient and udpserver examples
Requires WS-Addressing from import/wsa.h
----------------------------------------------------------------------------