代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/324454/13262452
txt 2.txt
K变模可逆计数器的VERILOG设计代码如下(其中作了部分注释,用斜体表示):
module KCounter(Kclock,reset,dnup,enable, Kmode,carry,borrow);
input Kclock; /*系统时钟信号*/
input reset; /*全局复位信号*/
input dnup; /*鉴相器输出的加减控制信号*/sel
input enab
www.eeworm.com/read/147328/12564503
h psl.h
/*
VAX program status longword
*/
#define PSL_C 0x1 /* carry bit */
#define PSL_V 0x2 /* overflow bit */
#define PSL_Z 0x4 /* zero bit */
#define PSL_N 0x8 /* negative bit */
#define PSL_T 0x1
www.eeworm.com/read/479931/1325610
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,
www.eeworm.com/read/192230/5158510
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,
www.eeworm.com/read/419387/2077662
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,
www.eeworm.com/read/418017/2093053
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,
www.eeworm.com/read/410728/2202270
s t-sub2w.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub2w s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; load opnds
ld2w r6, @(1f,
www.eeworm.com/read/282480/9091004
eqn fft.map.eqn
--F2_result[7] is lpm_add_sua:add_x1_x2_im1|lpm_add_sub:lpm_add_sub_component|alt_stratix_add_sub:stratix_adder|result[7]
--operation mode is normal
F2_result[7]_carry_eqn = F2L51;
F2_result[7] =
www.eeworm.com/read/282480/9091023
eqn fft.fit.eqn
--F2_result[7] is lpm_add_sua:add_x1_x2_im1|lpm_add_sub:lpm_add_sub_component|alt_stratix_add_sub:stratix_adder|result[7] at LC_X12_Y30_N7
--operation mode is normal
F2_result[7]_carry_eqn = (!F2L
www.eeworm.com/read/275662/10802939
asm memory01.asm
***********************
*date 07-9-20
*purpose
*1)掌握各种寻址方式
*2)程序的写法
*3) dp的意义的再次理解
*4)各种指令的理解
*************mmregs 的意义*********
*汇编语言程序中的公用变量应在文件中定义,
*如.def carry。汇编语言程序中使用的局部变量不需要定义,
*