代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/148694/5710557
s t-sub.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub s x y r c
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
ldi r11,#\y
www.eeworm.com/read/148694/5710558
s t-subi.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_subi s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
SUBI r10
www.eeworm.com/read/117181/6109399
s t-sub.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub s x y r c
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
ldi r11,#\y
www.eeworm.com/read/117181/6109400
s t-subi.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_subi s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
SUBI r10
www.eeworm.com/read/479931/1325625
s t-sub.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub s x y r c
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
ldi r11,#\y
www.eeworm.com/read/479931/1325626
s t-subi.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_subi s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
SUBI r10
www.eeworm.com/read/192230/5158525
s t-sub.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub s x y r c
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
ldi r11,#\y
www.eeworm.com/read/192230/5158526
s t-subi.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_subi s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
SUBI r10
www.eeworm.com/read/419387/2077677
s t-sub.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_sub s x y r c
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
ldi r11,#\y
www.eeworm.com/read/419387/2077678
s t-subi.s
.include "t-macros.i"
start
;; The d10v implements negated addition for subtraction
.macro check_subi s x y r c v
;; clear carry
ldi r6,#0x8004
mvtc r6,cr0
;; subtract
ldi r10,#\x
SUBI r10