代码搜索:COMPACT
找到约 3,584 项符合「COMPACT」的源代码
代码结果 3,584
www.eeworm.com/read/479931/1327256
cgs div0u.cgs
# sh testcase for div0u -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global div0u
div0u:
div0u
# Can't easily test Q and M (other than
www.eeworm.com/read/479931/1327262
cgs movcal.cgs
# sh testcase for movca.l r0, @$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global movcal
movcal:
mov #1, r0
rotr r0
add #128, r0
www.eeworm.com/read/479931/1327275
cgs cmppl.cgs
# sh testcase for cmp/pl $rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
zero:
mov #0, r0
cmp/pl r0
bt wrong
plus:
mov #10, r0
cmp/p
www.eeworm.com/read/479931/1327276
cgs cmppz.cgs
# sh testcase for cmp/pz $rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
zero:
mov #0, r0
cmp/pz r0
bf wrong
plus:
mov #10, r0
cmp/p
www.eeworm.com/read/479931/1327289
cgs tsti.cgs
# sh testcase for tst #$imm8, r0 -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global tsti
tsti:
mov #0, r0
tst #0, r0
tsti2:
mov #0,
www.eeworm.com/read/479931/1327290
cgs movl5.cgs
# sh testcase for mov.l $rm, @($imm4x4, $rn) -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
setaddr:
mov #30, r1
shll8 r1
init:
# Build u
www.eeworm.com/read/479931/1327307
cgs mova.cgs
# sh testcase for mova @($imm8x4, pc), r0 -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global mova
mova:
mova @(40, pc), r0
mov #16, r1
www.eeworm.com/read/479931/1327332
cgs jsr.cgs
# sh testcase for jsr @$rn -*- Asm -*-
# mach: all
# as: -isa=shcompact
# ld: -m shelf32
.include "compact/testutils.inc"
start
.global jsr
jsr:
# Load 0x1010 into r0.
mov #1, r0
shll8 r0
sh
www.eeworm.com/read/229812/4730178
makefile
#pmake:all compact 16bit qnx conio iX86 static os_qnx cpu_i86
processor=286
model=mc
system=qnx
linkage=static
!include ../../../objects.mif
!include $(clib_dir)/master.mif
!include $(clib_dir)
www.eeworm.com/read/229812/4730257
makefile
#pmake:all compact 16bit qnx convert iX86 static os_qnx cpu_i86
processor=286
model=mc
system=qnx
linkage=static
!include ../../../objects.mif
!include $(clib_dir)/master.mif
!include $(clib_di