代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/310187/13656674
asm resave.asm
;(2)反序排列子程序
.def _resave
; 基2时间抽取的128点FFT算法需要定义的各量
; N .set 128
; 基2时间抽取的64点FFT算法需要定义的各量
; N .set 64
; 基2时间抽取的32点FFT算法需要定义的各量
N .set 32
www.eeworm.com/read/300969/13874151
s isar.s
.define .isar
.text
.isar:
pop cx
pop ax
cmp ax,#2
.extern .unknown
jne .unknown
pop bx ! descriptor address
pop ax ! index
push cx
.extern .sa
www.eeworm.com/read/300969/13874297
s com.s
.define .com
! #bytes in cx
.text
.com:
mov bx,sp
inc bx
inc bx
sar cx,#1
1:
not (bx)
inc bx
inc bx
loop 1b
ret
www.eeworm.com/read/300969/13875386
s em_isar.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .isar
.isar:
pop ecx
pop eax
cmp eax,4
.extern .unknown
jne .unknown
pop ebx ! descriptor
www.eeworm.com/read/132807/5909252
s isar.s
.define .isar
.text
.isar:
pop cx
pop ax
cmp ax,#2
.extern .unknown
jne .unknown
pop bx ! descriptor address
pop ax ! index
push cx
.extern .sa
www.eeworm.com/read/132807/5909295
s com.s
.define .com
! #bytes in cx
.text
.com:
mov bx,sp
inc bx
inc bx
sar cx,#1
1:
not (bx)
inc bx
inc bx
loop 1b
ret
www.eeworm.com/read/132807/5909365
s em_isar.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .isar
.isar:
pop ecx
pop eax
cmp eax,4
.extern .unknown
jne .unknown
pop ebx ! descriptor
www.eeworm.com/read/113399/6131463
s isar.s
.define .isar
.text
.isar:
pop cx
pop ax
cmp ax,#2
.extern .unknown
jne .unknown
pop bx ! descriptor address
pop ax ! index
push cx
.extern .sa
www.eeworm.com/read/113399/6131506
s com.s
.define .com
! #bytes in cx
.text
.com:
mov bx,sp
inc bx
inc bx
sar cx,#1
1:
not (bx)
inc bx
inc bx
loop 1b
ret
www.eeworm.com/read/113399/6131874
s em_isar.s
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define .isar
.isar:
pop ecx
pop eax
cmp eax,4
.extern .unknown
jne .unknown
pop ebx ! descriptor