代码搜索:ADDRESSING

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

代码结果 974
www.eeworm.com/read/447738/1698336

s address-014.s

;; Test unsupported indirect addressing .text .global main main: st2w r0,@+r2 jmp r13
www.eeworm.com/read/447738/1698338

s address-018.s

;; Test unsupported indirect addressing .text .global main main: ld2w r0,@-r2 jmp r13
www.eeworm.com/read/447738/1698435

s address-011.s

;; Test unsupported indirect addressing .text .global main main: ld2w r0,@+r2 jmp r13
www.eeworm.com/read/400494/2350430

todo

0. Access data structures with accessor macros, then turn the heapinfo into several arrays for faster access on machines with addressing modes. Also, this eventually raises the possibility of maintai
www.eeworm.com/read/101658/15822497

mod machine.mod

IMPLEMENTATION MODULE Machine; (* Simple stack based interpreter for a spreadsheet P.D. Terry, Rhodes University, 1995 *) IMPORT FileIO, Terminal (* for screen addressing *); (* From Defi
www.eeworm.com/read/101658/15822642

mod machine.mod

IMPLEMENTATION MODULE Machine; (* Simple stack based interpreter for a spreadsheet - Version 2 P.D. Terry, Rhodes University, 1995 *) IMPORT FileIO, Terminal (* for screen addressing *);
www.eeworm.com/read/283498/9016501

asm pgm6_3.asm

; Logical Operations ; This program demonstrates the AND, OR, XOR, and NOT instructions .386 ;So we can use extended registers option segment:use16 ; and addressing modes. dseg segment
www.eeworm.com/read/340289/12167758

asm prog3.asm

; PROG3 - Direct Bank Register Addressing ; ; This Program shows the different methods that Bank Registers (8 Register addresses in ; the "current" Bank of the data space) can be accessed dire
www.eeworm.com/read/119473/14829592

asm pgm6_3.asm

; Logical Operations ; This program demonstrates the AND, OR, XOR, and NOT instructions .386 ;So we can use extended registers option segment:use16 ; and addressing modes. dseg segment
www.eeworm.com/read/229062/4759808

h core.h

/* Core.h - Basic core logic functions and definitions */ /* Copyright Galileo Technology. */ /* DESCRIPTION This header file contains simple read/write macros for addressing the SDRAM, devic