repo_id
string
size
int64
file_path
string
content
string
weiss/original-bsd
1,642
old/libm/liboldnm/exp.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)exp.s 5.1 (Berkeley) 05/08/85 # # # double exp(arg) # double arg; 0<= arg< 88 # double exp10(arg) # method: range reduction to...
weiss/original-bsd
1,389
old/libm/liboldnm/sqrt.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)sqrt.s 5.1 (Berkeley) 05/08/85 # # # double sqrt(arg):revised July 18,1980 # double arg # if(arg<0.0) { _errno=EDOM; return(-s...
weiss/original-bsd
1,138
old/libm/liboldnm/sinh.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)sinh.s 5.1 (Berkeley) 05/08/85 # # # double _sinh(arg) # double _cosh(arg) # double arg # method: compute from exp except for ...
weiss/original-bsd
1,324
old/libm/liboldnm/sin.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)sin.s 5.1 (Berkeley) 05/08/85 # # # double float sin(),cos() #coefficients are from Hart & Cheney SIN3370 (18.80D) .text .ali...
weiss/original-bsd
1,379
old/libm/liboldnm/cbrt.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)cbrt.s 5.1 (Berkeley) 05/08/85 # # # double cbrt(arg) # double arg # no error exits #method: range reduction to [1/8,1], poly ...
weiss/original-bsd
1,420
old/libm/liboldnm/badtan.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)badtan.s 5.1 (Berkeley) 05/08/85 # # # double tan(arg) # double arg; #method: range reduction to [0,pi/4] followed by polynomi...
weiss/original-bsd
1,705
old/libm/liboldnm/log.s
# # Copyright (c) 1980 Regents of the University of California. # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # # @(#)log.s 5.1 (Berkeley) 05/08/85 # # # double log(arg) ; natural logarithm # double log10(arg); base 10 log # double arg # if(arg...
weiss/original-bsd
1,934
old/libm/libm/VAX/tan.s
# # Copyright (c) 1985 Regents of the University of California. # # Use and reproduction of this software are granted in accordance with # the terms and conditions specified in the Berkeley Software License # Agreement (in particular, this entails acknowledgement of the programs' # source, and inclusion of thi...
weiss/original-bsd
19,915
old/libm/libm/VAX/argred.s
# # Copyright (c) 1985 Regents of the University of California. # # Use and reproduction of this software are granted in accordance with # the terms and conditions specified in the Berkeley Software License # Agreement (in particular, this entails acknowledgement of the programs' # source, and inclusion of thi...
weiss/original-bsd
2,831
old/libm/libm/VAX/sqrt.s
/* * Copyright (c) 1985 Regents of the University of California. * * Use and reproduction of this software are granted in accordance with * the terms and conditions specified in the Berkeley Software License * Agreement (in particular, this entails acknowledgement of the programs' * source, and inclusion...
weiss/original-bsd
2,081
old/libm/libm/VAX/sincos.s
# # Copyright (c) 1985 Regents of the University of California. # # Use and reproduction of this software are granted in accordance with # the terms and conditions specified in the Berkeley Software License # Agreement (in particular, this entails acknowledgement of the programs' # source, and inclusion of thi...
weiss/original-bsd
1,150
old/libm/libm/VAX/infnan.s
/* * Copyright (c) 1985 Regents of the University of California. * * Use and reproduction of this software are granted in accordance with * the terms and conditions specified in the Berkeley Software License * Agreement (in particular, this entails acknowledgement of the programs' * source, and inclusion...
weiss/original-bsd
5,518
old/libm/libm/VAX/atan2.s
# # Copyright (c) 1985 Regents of the University of California. # # Use and reproduction of this software are granted in accordance with # the terms and conditions specified in the Berkeley Software License # Agreement (in particular, this entails acknowledgement of the programs' # source, and inclusion of thi...
weiss/original-bsd
3,368
old/libm/libm/VAX/cabs.s
# # Copyright (c) 1985 Regents of the University of California. # # Use and reproduction of this software are granted in accordance with # the terms and conditions specified in the Berkeley Software License # Agreement (in particular, this entails acknowledgement of the programs' # source, and inclusion of thi...
weiss/original-bsd
2,544
old/libm/libm/VAX/cbrt.s
# # Copyright (c) 1985 Regents of the University of California. # # Use and reproduction of this software are granted in accordance with # the terms and conditions specified in the Berkeley Software License # Agreement (in particular, this entails acknowledgement of the programs' # source, and inclusion of thi...
weiss/original-bsd
4,969
old/libm/libm/VAX/support.s
/* * Copyright (c) 1985 Regents of the University of California. * * Use and reproduction of this software are granted in accordance with * the terms and conditions specified in the Berkeley Software License * Agreement (in particular, this entails acknowledgement of the programs' * source, and inclusion...
weiss/original-bsd
5,046
sys/luna68k/luna68k/vectors.s
| Copyright (c) 1988 University of Utah | Copyright (c) 1990, 1993 | The Regents of the University of California. All rights reserved. | | %sccs.include.redist.gas% | | from: hp300/hp300/vectors.s 7.3 (Berkeley) 6/5/92 | | @(#)vectors.s 8.2 (Berkeley) 01/21/94 | #ifdef HPFPLIB /* * XXX the HP FP library mishandles "...
weiss/original-bsd
61,412
sys/luna68k/luna68k/locore.s
/* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992 OMRON Corporation. * Copyright (c) 1980, 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Com...
weiss/original-bsd
21,586
sys/luna68k/stand/locore.s
/* * Copyright (c) 1992 OMRON Corporation. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * OMRON Corporation. * * %sccs.include.redist.c% * * @(#)locore.s 8.1 (Berkeley) 06/10/93 */ #define T_...
weiss/original-bsd
46,572
sys/vax/vax/locore.s
/* * Copyright (c) 1980, 1986 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * * @(#)locore.s 7.33 (Berkeley) 09/23/93 */ #include "vax/include/psl.h" #include "vax/include/pte.h" #include "sys/err...
weiss/original-bsd
1,314
sys/vax/vax/urem.s
/* * @(#)urem.s 7.1 (Berkeley) 06/05/86 * * urem - unsigned remainder for vax-11 * * arguments: dividend, divisor * result: remainder * uses r0-r2 * * if 1 < divisor <= 2147483647, zero-extend the dividend * to 64 bits and let ediv do the work. If the divisor is 1, * ediv will overflow if bit 31 of the divi...
weiss/original-bsd
2,200
sys/vax/vax/udiv.s
#ifdef LIBC_SCCS .asciz "@(#)udiv.s 7.3 (Berkeley) 12/03/87" #endif /*LIBC_SCCS*/ /* * udiv - unsigned division for vax-11 * * arguments: dividend, divisor. * result: quotient. * uses r0-r2 * * If 1 < divisor <= 2147483647, zero-extend the dividend * to 64 bits and let ediv do the work. If the divisor is 1, ...
weiss/original-bsd
3,257
sys/vax/vax/scb.s
/* * Copyright (c) 1982, 1986 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * * @(#)scb.s 7.4 (Berkeley) 05/14/88 */ #include "uba.h" /* * System control block */ .set INTSTK,1 # handle this in...
weiss/original-bsd
29,399
sys/vax/vax/emulate.s
/* * Copyright (c) 1986, 1987 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Mt. Xinu. * * %sccs.include.redist.c% * * @(#)emulate.s 7.5 (Berkeley) 06/28/90 */ #if VAX630 || VAX650 /* * String instruction emulation - Mi...
weiss/original-bsd
116,139
sys/sparc/sparc/locore.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * All advertising materials mentioning fea...
weiss/original-bsd
4,035
sys/sparc/sparc/bsd_audiointr.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contributed to Berkeley. * * All advertising materials mentioning fea...
weiss/original-bsd
33,553
sys/i386/i386/locore.s
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. * * %sccs.include.redist.c% * * from: @(#)locore.s 7.3 (Berkeley) 5/13/91 * from NetBSD: Id: locore.s,v 1.12 1993/05/27 16:44:...
weiss/original-bsd
7,866
sys/i386/isa/icu.s
/*- * Copyright (C) 1989, 1990 W. Jolitz * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * William Jolitz. * * %sccs.include.redist.c% * * @(#)icu.s 8.1 (Berkeley) 06/11/93 */ .data .globl _im...
weiss/original-bsd
5,068
sys/hp300/hp300/vectors.s
| Copyright (c) 1988 University of Utah | Copyright (c) 1990, 1993 | The Regents of the University of California. All rights reserved. | | %sccs.include.redist.gas% | | @(#)vectors.s 8.2 (Berkeley) 01/21/94 | #ifdef HPFPLIB /* * XXX the HP FP library mishandles "normal" F-line faults causing * the kernel to crash, h...
weiss/original-bsd
71,000
sys/hp300/hp300/locore.s
/* * Copyright (c) 1988 University of Utah. * Copyright (c) 1980, 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * %sccs....
weiss/original-bsd
4,678
sys/hp300/hp300/oc_cksum.s
/* | Copyright (c) 1988, 1993 | The Regents of the University of California. All rights reserved. | | %sccs.include.redist.gas% | | @(#)oc_cksum.s 8.3 (Berkeley) 01/21/94 | | | oc_cksum: ones complement 16 bit checksum for MC68020. | | oc_cksum (buffer, count, strtval) | | Do a 16 bit one's complement sum of 'count' b...
weiss/original-bsd
4,495
sys/deprecated/bbnnet/rdp_cksum.s
#define M_OFF 4 #define M_LEN 8 #define IPHLEN 20 /* sizeof(struct ip) */ #define LGP 2 /* log2(adds in unrolled loop) */ #define ADDLEN 24 # r0 checksum result result # r1 current longword to add curlong # r2 pointer to data p # r3 byte count in current mbuf count # r4 "odd" byte count bytenum # ...
weiss/original-bsd
2,376
sys/pmax/stand/start.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * * @(#)start.s 8.2 (Berkeley) 01/21/94 */ /* * start.s - * * Contains code that is the fir...
weiss/original-bsd
78,298
sys/pmax/pmax/fp.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * * @(#)fp.s 8.1 (Berkeley) 06/10/93 */ /* * Standard header stuff. */ #include <machine/regdef...
weiss/original-bsd
14,843
sys/pmax/pmax/kadb.s
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Ralph Campbell. * * %sccs.include.redist.c% * * @(#)kadb.s 7.1 (Berkeley) 03/01/92 */ /* * Define machine dependent primitives for kdb. */ #inclu...
weiss/original-bsd
80,214
sys/pmax/pmax/locore.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Digital Equipment Corporation and Ralph Campbell. * * %sccs.include.redist.c% * * Copyright (C) 1989 Digital Equipment Corporation. * Permissio...
weiss/original-bsd
81,585
sys/news3400/news3400/locore.s
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Digital Equipment Corporation, Ralph Campbell, Sony Corp and * Kazumasa Utashiro of Software Research Associates, Inc. * * %sccs.include.redist.c...
weiss/original-bsd
2,982
sys/tahoe/math/Kmuld.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kmuld.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../math/Kfp.h" #incl...
weiss/original-bsd
3,800
sys/tahoe/math/Kexpf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kexpf.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" .text ENTRY(Kexpf, R4|R3) ...
weiss/original-bsd
2,454
sys/tahoe/math/Kmodf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kmodf.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" #include "../math/fp.h" /* ...
weiss/original-bsd
3,520
sys/tahoe/math/Katanf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Katanf.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" .text ENTRY(Katanf, 0) t...
weiss/original-bsd
1,476
sys/tahoe/math/Kcvtfl.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kcvtfl.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../tahoe/SYS.h" ....
weiss/original-bsd
1,275
sys/tahoe/math/Ksfnorm.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Ksfnorm.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../math/Kfp.h" #in...
weiss/original-bsd
3,022
sys/tahoe/math/Kaddd.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kaddd.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../tahoe/SYS.h" /* ...
weiss/original-bsd
1,918
sys/tahoe/math/Kdivf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kdivf.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../math/Kfp.h" #incl...
weiss/original-bsd
3,004
sys/tahoe/math/Kaddf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kaddf.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../tahoe/SYS.h" /* ...
weiss/original-bsd
1,214
sys/tahoe/math/Kfrexpf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kfrexpf.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" .text ENTRY(Kfrexpf, 0) ...
weiss/original-bsd
1,983
sys/tahoe/math/Kldexpf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kldexpf.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" #include "../math/fp.h" #i...
weiss/original-bsd
2,876
sys/tahoe/math/Ksqrtf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Ksqrtf.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" .text ENTRY(Ksqrtf, 0) s...
weiss/original-bsd
2,263
sys/tahoe/math/Kmulf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kmulf.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../math/Kfp.h" #incl...
weiss/original-bsd
1,092
sys/tahoe/math/Kfrexpd.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kfrexpd.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" .text ENTRY(Kfrexpd, 0) ...
weiss/original-bsd
1,271
sys/tahoe/math/Kcvtdl.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kcvtdl.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../math/Kfp.h" #inc...
weiss/original-bsd
4,555
sys/tahoe/math/Ksinfcosf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Ksinfcosf.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" .text ENTRY(Kcosf, 0) ...
weiss/original-bsd
3,080
sys/tahoe/math/Klogf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Klogf.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" .text ENTRY(Klogf, R5|R4|R...
weiss/original-bsd
1,196
sys/tahoe/math/Kcmpd.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kcmpd.s 7.1 (Berkeley) 12/06/90 */ #include "../tahoe/SYS.h" /* * cmpd(hi1, lo1, hi2, l...
weiss/original-bsd
1,502
sys/tahoe/math/Kcvtlf.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kcvtlf.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../math/Kfp.h" #inc...
weiss/original-bsd
1,528
sys/tahoe/math/Kcvtld.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kcvtld.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../math/Kfp.h" #inc...
weiss/original-bsd
2,026
sys/tahoe/math/Kdivd.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kdivd.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../math/Kfp.h" #incl...
weiss/original-bsd
1,355
sys/tahoe/math/Kfnorm.s
/*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * Computer Consoles Inc. * * %sccs.include.redist.c% * * @(#)Kfnorm.s 7.1 (Berkeley) 12/06/90 */ #include "../math/fp.h" #include "../math/Kfp.h" #inc...
weiss/original-bsd
41,858
sys/tahoe/tahoe/locore.s
/* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * * @(#)locore.s 7.21 (Berkeley) 09/23/93 */ #include "tahoe/include/mtpr.h" #include "tahoe/include/trap.h" #include "tahoe/in...
weiss/original-bsd
1,334
sys/tahoe/tahoe/scb.s
/* * @(#)scb.s 7.1 (Berkeley) 05/21/88 */ /* * System control block */ #define STRAY .long _Xstray #define STRAY8 STRAY;STRAY;STRAY;STRAY;STRAY;STRAY;STRAY;STRAY #define KS(a) .long _X/**/a #define IS(a) .long _X/**/a _scb: .globl _scb /* 000 */ STRAY; IS(powfail); IS(doadump); STRAY; /* 004 */ STRAY; STRAY; S...
wele0612/PSP_supercapacitor
15,535
startup_stm32g474xx.s
/** ****************************************************************************** * @file startup_stm32g474xx.s * @author MCD Application Team * @brief STM32G474xx devices vector table GCC toolchain. * This module performs: * - Set the initial SP * - S...
wellang/well
3,864
tests/logic/logic.s
.text .global logic logic: pushq %rbp movq %rsp, %rbp subq $16, %rsp movq wl_int_a(%rip),%rdi movq %rdi, %rsi notq %rsi movq wl_str_ntest(%rip),%rdi call printf movq wl_int_a(%rip),%rdi movq wl_int_b(%rip),%rsi movq %rdi, %rdx andq %rsi, %rdx movq %rdx,%rsi movq wl_str_atest(%rip),%rdi call printf mov...
wellang/well
1,193
tests/logic/shifting.s
.text .global shiftBasic shiftBasic: pushq %rbp movq %rsp, %rbp subq $16, %rsp movq wl_int_i(%rip),%rdi movq %rdi, %rcx addq %rcx, %rcx movq %rcx, %rax addq $16, %rsp popq %rbp ret .text .global shiftWell shiftWell: pushq %rbp movq %rsp, %rbp subq $16, %rsp movq wl_int_i(%rip),%rcx movq %rcx, %rax a...
wellang/well
1,184
tests/libs/raylib/main.s
.section __TEXT,__text .global _run .p2align 2 _run: sub sp, sp, #16 stp x29, x30, [sp, #0] add x29, sp, #0 bl _BeginDrawing bl _EndDrawing bl _WindowShouldClose tbz x0, #0, _run bl _CloseWindow adrp x0,wl_int_retz@PAGE add x0, x0, wl_int_retz@PAGEOFF bl _exit ldp x29, x30, [sp, #0] add sp, sp, #16 ret...
WenterRyuu/HSJM
18,299
v1.0/HSJM_APP/Firmware/CMSIS/GD/GD32A50x/Source/ARM/startup_gd32a50x.s
;/*! ; \file startup_gd32a50x.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x ;*/ ; ;/* ; Copyright (c) 2023, GigaDevice Semiconductor Inc. ; Redistribution and use in source and binary forms, with or without modification, ;are permitted provided that the following ...
WenterRyuu/HSJM
20,275
v1.0/HSJM_APP/Firmware/CMSIS/GD/GD32A50x/Source/IAR/startup_gd32a50x.s
;/*! ; \file startup_gd32l301.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x */ /* Copyright (c) 2023, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condit...
WenterRyuu/HSJM
18,300
v1.0/HSJM_BOOT/Firmware/CMSIS/GD/GD32A50x/Source/ARM/startup_gd32a50x.s
;/*! ; \file startup_gd32a50x.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x ;*/ ; ;/* ; Copyright (c) 2023, GigaDevice Semiconductor Inc. ; Redistribution and use in source and binary forms, with or without modification, ;are permitted provided that the following ...
WenterRyuu/HSJM
20,275
v1.0/HSJM_BOOT/Firmware/CMSIS/GD/GD32A50x/Source/IAR/startup_gd32a50x.s
;/*! ; \file startup_gd32l301.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x */ /* Copyright (c) 2023, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condit...
WenterRyuu/HSJM
18,302
v1.0/APPP/Firmware/CMSIS/GD/GD32A50x/Source/ARM/startup_gd32a50x.s
;/*! ; \file startup_gd32a50x.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x ;*/ ; ;/* ; Copyright (c) 2023, GigaDevice Semiconductor Inc. ; Redistribution and use in source and binary forms, with or without modification, ;are permitted provided that the following ...
WenterRyuu/HSJM
20,275
v1.0/APPP/Firmware/CMSIS/GD/GD32A50x/Source/IAR/startup_gd32a50x.s
;/*! ; \file startup_gd32l301.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x */ /* Copyright (c) 2023, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condit...
WenterRyuu/HSJM
18,299
with_i2c0/HSJM_APP/Firmware/CMSIS/GD/GD32A50x/Source/ARM/startup_gd32a50x.s
;/*! ; \file startup_gd32a50x.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x ;*/ ; ;/* ; Copyright (c) 2023, GigaDevice Semiconductor Inc. ; Redistribution and use in source and binary forms, with or without modification, ;are permitted provided that the following ...
WenterRyuu/HSJM
20,275
with_i2c0/HSJM_APP/Firmware/CMSIS/GD/GD32A50x/Source/IAR/startup_gd32a50x.s
;/*! ; \file startup_gd32l301.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x */ /* Copyright (c) 2023, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condit...
WenterRyuu/HSJM
18,300
with_i2c0/HSJM_BOOT/Firmware/CMSIS/GD/GD32A50x/Source/ARM/startup_gd32a50x.s
;/*! ; \file startup_gd32a50x.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x ;*/ ; ;/* ; Copyright (c) 2023, GigaDevice Semiconductor Inc. ; Redistribution and use in source and binary forms, with or without modification, ;are permitted provided that the following ...
WenterRyuu/HSJM
20,275
with_i2c0/HSJM_BOOT/Firmware/CMSIS/GD/GD32A50x/Source/IAR/startup_gd32a50x.s
;/*! ; \file startup_gd32l301.s ; \brief start up file ; ; \version 2023-06-20, V1.1.0, firmware for GD32A50x */ /* Copyright (c) 2023, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condit...
wenzhangliu/EmbediedSystemsCourse
15,145
ch5-GPIO/KeyLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
ch5-GPIO/LED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
ch6-STM32-Interrupt/EXTIKeyLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
ch6-STM32-Interrupt/EXTI2KeysLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-03/2.EXTI2KeysLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-03/1.EXTIKeyLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-04/2.TIM_KeyTwinkleLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-04/1.TIM_TwinkleLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-02/1.KeyLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-02/2.LongPressKeyLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-06/1.USART_Query/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-06/3.USART_Buf/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-06/2.USART_Interrupt/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-01/1.LED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-01/2.TwinkleLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-05/2.TIM_LEDBrightnessKey/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-05/3.TIM_BreathLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
experiments/exp-05/1.TIM_LEDBrightness/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
ch8-SerialCommunication/USART_Interrupt/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
ch8-SerialCommunication/USART_Buf/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
ch8-SerialCommunication/USART_Query/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
common/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
ch7-TIM/TIM_BreathLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
ch7-TIM/TIM_TwinkleLED/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...
wenzhangliu/EmbediedSystemsCourse
15,145
ch7-TIM/TIM_KeyCounter/CORE/startup_stm32f10x_hd.s
;******************** (C) COPYRIGHT 2011 STMicroelectronics ******************** ;* File Name : startup_stm32f10x_hd.s ;* Author : MCD Application Team ;* Version : V3.5.0 ;* Date : 11-March-2011 ;* Description : STM32F10x High Density Devices vector table for MDK-AR...