max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
programs/oeis/192/A192309.asm | karttu/loda | 0 | 59472 | <reponame>karttu/loda<filename>programs/oeis/192/A192309.asm
; A192309: 0-sequence of reduction of (3n-1) by x^2 -> x+1.
; 2,2,10,21,49,100,200,384,722,1331,2419,4344,7726,13630,23882,41601,72101,124412,213844,366300,625522,1065247,1809575,3067056,5187674,8758010,14760010,24835629,41727577,70012756
lpb $0,1
mov $2,$... |
programs/oeis/213/A213388.asm | jmorken/loda | 1 | 59473 | <reponame>jmorken/loda
; A213388: Number of (w,x,y) with all terms in {0,...,n} and 2|w-x| >= max(w,x,y)-min(w,x,y).
; 1,6,21,48,93,158,249,368,521,710,941,1216,1541,1918,2353,2848,3409,4038,4741,5520,6381,7326,8361,9488,10713,12038,13469,15008,16661,18430,20321,22336,24481,26758,29173,31728,34429,37278,40281,43440,467... |
programs/oeis/054/A054492.asm | neoneye/loda | 22 | 59475 | <gh_stars>10-100
; A054492: a(n) = 3*a(n-1) - a(n-2), a(0)=1, a(1)=6.
; 1,6,17,45,118,309,809,2118,5545,14517,38006,99501,260497,681990,1785473,4674429,12237814,32039013,83879225,219598662,574916761,1505151621,3940538102,10316462685,27008849953,70710087174,185121411569,484654147533,1268841031030,3321868945557,869676580... |
oeis/167/A167328.asm | neoneye/loda-programs | 11 | 59476 | ; A167328: Totally multiplicative sequence with a(p) = 9*(p+3) for prime p.
; Submitted by <NAME>
; 1,45,54,2025,72,2430,90,91125,2916,3240,126,109350,144,4050,3888,4100625,180,131220,198,145800,4860,5670,234,4920750,5184,6480,157464,182250,288,174960,306,184528125,6804,8100,6480,5904900,360,8910,7776,6561000,396,21870... |
oeis/157/A157610.asm | neoneye/loda-programs | 11 | 59477 | ; A157610: 29282n^2 - 484n + 1.
; 28799,116161,262087,466577,729631,1051249,1431431,1870177,2367487,2923361,3537799,4210801,4942367,5732497,6581191,7488449,8454271,9478657,10561607,11703121,12903199,14161841,15479047,16854817,18289151,19782049,21333511,22943537,24612127,26339281,28124999,29969281,31872127,33833537,3585... |
oeis/165/A165839.asm | neoneye/loda-programs | 11 | 59479 | <filename>oeis/165/A165839.asm
; A165839: Totally multiplicative sequence with a(p) = 18.
; Submitted by <NAME>(w4)
; 1,18,18,324,18,324,18,5832,324,324,18,5832,18,324,324,104976,18,5832,18,5832,324,324,18,104976,324,324,5832,5832,18,5832,18,1889568,324,324,324,104976,18,324,324,104976,18,5832,18,5832,5832,324,18,18895... |
programs/oeis/006/A006054.asm | jmorken/loda | 1 | 59480 | ; A006054: a(n) = 2*a(n-1) + a(n-2) - a(n-3), with a(0) = a(1) = 0, a(2) = 1.
; 0,0,1,2,5,11,25,56,126,283,636,1429,3211,7215,16212,36428,81853,183922,413269,928607,2086561,4688460,10534874,23671647,53189708,119516189,268550439,603427359,1355888968,3046654856,6845771321,15382308530,34563733525,77664004259,174509433513,... |
programs/oeis/329/A329974.asm | neoneye/loda | 22 | 59481 | <reponame>neoneye/loda
; A329974: Beatty sequence for the real solution x of 1/x + 1/(1+x+x^2) = 1.
; 1,2,3,5,6,7,9,10,11,13,14,15,17,18,19,21,22,23,25,26,27,29,30,31,33,34,35,37,38,39,41,42,43,45,46,47,49,50,51,52,54,55,56,58,59,60,62,63,64,66,67,68,70,71,72,74,75,76,78,79,80,82,83,84,86,87
add $0,1
mul $0,49
div $0,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1168.asm | ljhsiun2/medusa | 9 | 59482 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x198e4, %rsi
lea addresses_WC_ht+0x104e4, %rdi
nop
nop
nop
nop
add $60978, %r14
mov $44, %rcx
rep movsw
nop
nop
nop
nop
nop
sub $8365, %rbx
lea addresses_D_ht+... |
demos/logon/logon.asm | 42Bastian/new_bll | 4 | 59483 | ***************
* simple body of a Lynx-program
*
* created : 24.04.96
*
****************
;>BRKuser set 1
DEBUG set 1 ; if defined BLL loader is included
Baudrate set 62500
MAX_PLAYERS equ 2
LOGON_TIMER equ 1
SERIAL_TIMER equ 5
_1000HZ_TIMER equ 7
IRQ_SWITCHBUF_USR set 1
include ... |
laborator/lab-08/6-process-structure/process_structure.asm | Matei-Iordache/IOCLA-labs | 0 | 59484 | %include "../utils/printf32.asm"
struc stud_struct
name: resb 32
surname: resb 32
age: resb 1
group: resb 8
gender: resb 1
birth_year: resw 1
id: resb 16
endstruc
section .data
sample_student:
istruc stud_struct
at name, db 'Andrei', 0
at surname, db 'Voinea', 0
... |
unittests/ASM/3DNow/A0.asm | Seas0/FEX | 0 | 59485 | %ifdef CONFIG
{
"RegData": {
"MM0": ["0x0", "0x0"],
"MM1": ["0xFFFFFFFF00000000", "0x0"],
"MM2": ["0xFFFFFFFFFFFFFFFF", "0x0"],
"MM3": ["0x00000000FFFFFFFF", "0x0"]
}
}
%endif
movq mm0, [rel data5]
movq mm1, [rel data6]
movq mm2, [rel data7]
movq mm3, [rel data8]
; False, False
; 0.0 > 1.0
; 0... |
src/number/fibonacci.asm | brgmnn/uob-cpu-simulator | 0 | 59486 | # Fibonacci number sequence generator.
# Generates up to the n+2 th number in the fibonacci series.
# Stores the series in memory starting from $values
# iterations
mov r10,#45
mov r11,$values
add r11,r11,#8
mov r1,#1
mov r2,#0
# main loop
loop:
add r0,r1,r2
mov r2,r1
mov r1,r0
store r0,r11
add r11,r11,#4... |
libsrc/_DEVELOPMENT/target/rc2014/device/sio/__sio_init_async_rodata.asm | witchcraft2001/z88dk | 2 | 59487 |
INCLUDE "config_private.inc"
SECTION rodata_driver
EXTERN __crt_org_vector_table
PUBLIC __sio_init_async_rodata
.__sio_init_async_rodata
defb __siob_init_async_rodata_end-__siob_init_async_rodata_begin
defb __IO_SIOB_CONTROL_REGISTER
.__siob_init_async_rodata_begin
defb __IO_SIO_WR0_CHANNEL... |
programs/oeis/014/A014494.asm | jmorken/loda | 1 | 59488 | <reponame>jmorken/loda<filename>programs/oeis/014/A014494.asm
; A014494: Even triangular numbers.
; 0,6,10,28,36,66,78,120,136,190,210,276,300,378,406,496,528,630,666,780,820,946,990,1128,1176,1326,1378,1540,1596,1770,1830,2016,2080,2278,2346,2556,2628,2850,2926,3160,3240,3486,3570,3828,3916,4186,4278,4560,4656,4950,50... |
cmd/command/parse2.asm | minblock/msdos | 0 | 59489 | <gh_stars>0
page ,132
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
; SCCSID = @(#)parse.asm 1.1 85/05/14
; SCCSID = @(#)parse.asm 1.1 85/05/14
.sall
.xlist
.xcref
INCLUDE DOSSYM.INC
INCLU... |
test/autogen/gen_tms9900.asm | tgtakaoka/libasm | 15 | 59490 | ;;; AUTO GENERATED FILE
;;; generated by: gen_tms9900 -u -C TMS9900 -o gen_tms9900.asm -l gen_tms9900.lst
CPU TMS9900
ORG 0100H
LI R0, 0102H
AI R0, 2122H
ANDI R0, 4142H
ORI R0, 6162H
CI R0, 8182H
STWP R0
STST R0
LWPI 0E1E2H
LIMI 0102H
IDLE... |
src/host/x86/sse/asm/uXemmintshifts.asm | Navegos/uasmlib | 3 | 59491 |
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / /
; / / Copyright 2021 (c) Navegos QA - optim... |
programs/oeis/165/A165833.asm | neoneye/loda | 22 | 59492 | <reponame>neoneye/loda
; A165833: Totally multiplicative sequence with a(p) = 12.
; 1,12,12,144,12,144,12,1728,144,144,12,1728,12,144,144,20736,12,1728,12,1728,144,144,12,20736,144,144,1728,1728,12,1728,12,248832,144,144,144,20736,12,144,144,20736,12,1728,12,1728,1728,144,12,248832,144,1728,144,1728,12,20736,144,20736,... |
_build/dispatcher/jmp_ippsGFpECESDecrypt_SM2_ccb02370.asm | zyktrcn/ippcp | 1 | 59493 | <reponame>zyktrcn/ippcp<filename>_build/dispatcher/jmp_ippsGFpECESDecrypt_SM2_ccb02370.asm
extern m7_ippsGFpECESDecrypt_SM2:function
extern n8_ippsGFpECESDecrypt_SM2:function
extern y8_ippsGFpECESDecrypt_SM2:function
extern e9_ippsGFpECESDecrypt_SM2:function
extern l9_ippsGFpECESDecrypt_SM2:function
extern n0_ippsGFpEC... |
Test/Exec/Add1.asm | CharlesCarley/ToyVM | 1 | 59494 | <filename>Test/Exec/Add1.asm<gh_stars>1-10
main:
mov x1, 'a'
beg:
cmp x1, 'z'
bgt enb
mov x0, x1
bl putchar
add x1, 1
b beg
enb:
mov x0, '\n'
bl putchar
mov x0, 0
ret
|
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1854.asm | ljhsiun2/medusa | 9 | 59495 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1881a, %rsi
lea addresses_A_ht+0x53fa, %rdi
nop
nop
nop
nop
nop
cmp %r13, %r13
mov $46, %rcx
rep movsl
add %r8, %r8
lea addresses_A_ht+0x1a67a, %r11
xor %rsi, %rsi
movb $... |
oeis/086/A086091.asm | neoneye/loda-programs | 11 | 59496 | <gh_stars>10-100
; A086091: 3^n+3n4^(n-1).
; Submitted by <NAME>
; 1,6,33,171,849,4083,19161,88203,399777,1789155,7923369,34780155,151526385,655905747,2823355257,12093944427,51582654273,219172472259,928100356425,3918172435419,16496161201041,69279692903091
mov $2,$0
mov $3,$0
lpb $0
sub $0,1
mul $2,4
mov $4,3
lpe... |
libsrc/video/upd7220/gencon/generic_console_ioctl.asm | Frodevan/z88dk | 640 | 59498 |
MODULE upd7220_console_ioctl
SECTION code_clib
INCLUDE "ioctl.def"
EXTERN generic_console_font32
EXTERN generic_console_udg32
EXTERN __upd7220_cls
EXTERN __upd7220_set_pitch
EXTERN __upd7220_command
PUBLIC __upd7220_CLIB_GENCON_CAPS
... |
Code/CustomControl/RAGrid/Test/GridDemo3/Random.asm | CherryDT/FbEditMOD | 11 | 59500 | .data?
rseed dd ?
.code
Random proc uses edx,range:DWORD
mov eax, 23
mul rseed
add eax, 7
ror eax, 1
xor eax, rseed
mov rseed, eax
xor edx, edx
div range
mov eax, edx
ret
Random endp
RandomStr proc uses edi,lpStr:DWORD
mov edi,lpStr
invoke Random,30
mov ecx,eax
inc ecx... |
usertests.asm | joeofportland/project4final | 0 | 59501 |
_usertests: file format elf32-i386
Disassembly of section .text:
00000000 <iputtest>:
int stdout = 1;
// does chdir() call iput(p->cwd) in a transaction?
void
iputtest(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x... |
env/zx/residos128/fputc_cons.asm | pjshumphreys/querycsv | 18 | 59503 | <filename>env/zx/residos128/fputc_cons.asm
;
; Spectrum C Library
;
; Print character to the screen in either 32/64 col mode
;
; We will corrupt any register
;
; Scrolling is now achieved by generic_console_scrollup
;
; We print over 24 lines at 32 columns
;
; djm 3/3/2000
include "../common/equs.inc"
SECTION first... |
programs/oeis/133/A133407.asm | neoneye/loda | 22 | 59504 | <reponame>neoneye/loda<filename>programs/oeis/133/A133407.asm
; A133407: a(n) = a(n-1) + 5*a(n-2) for n >= 2, a(0)=1, a(1)=2.
; 1,2,7,17,52,137,397,1082,3067,8477,23812,66197,185257,516242,1442527,4023737,11236372,31355057,87536917,244312202,681996787,1903557797,5313541732,14831330717,41399039377,115555692962,322550889... |
build/plasma_sine.asm | gasman/kisskill | 2 | 59506 | <filename>build/plasma_sine.asm
db 0, 1, 3, 4, 6, 7, 9, 10, 12, 14, 15, 17, 18, 20, 21, 23
db 24, 25, 27, 28, 30, 31, 32, 34, 35, 36, 38, 39, 40, 41, 42, 44
db 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 54, 55, 56, 57, 57, 58
db 59, 59, 60, 60, 61, 61, 62, 62, 62, 63, 63, 63, 63, 63, 63, 63
db 64, 63, 63, 63, 63, 63,... |
src/firmware-tests/Door/OpenCloseTimes/InitialOpenCloseTimeTest.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 59507 | <reponame>pete-restall/Cluck2Sesame-Prototype
#include "Mcu.inc"
#include "FarCalls.inc"
#include "PollChain.inc"
#include "Door.inc"
#include "../DoorStates.inc"
#include "Clock.inc"
#include "SunriseSunset.inc"
#include "TestFixture.inc"
radix decimal
udata
global initialLatitudeOffset
global initialLon... |
hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libavcodec/x86/h264_qpel_10bit.asm | APCVSRepo/android_packet | 4 | 59508 | <filename>hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libavcodec/x86/h264_qpel_10bit.asm
;*****************************************************************************
;* MMX/SSE2/AVX-optimized 10-bit H.264 qpel code
;*****************************************************************************
;* Copyright (C) 2011 x264 pro... |
data/baseStats/sunkern.asm | adhi-thirumala/EvoYellow | 16 | 59509 | db DEX_SUNKERN ; pokedex id
db 30 ; base hp
db 30 ; base attack
db 30 ; base defense
db 30 ; base speed
db 30 ; base special
db GRASS ; species type 1
db GRASS ; species type 2
db 235 ; catch rate
db 52 ; base exp yield
INCBIN "pic/ymon/sunkern.pic",0,1 ; 55, sprite dimensions
dw SunkernPicFront
dw SunkernPicBack
; att... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_452.asm | ljhsiun2/medusa | 9 | 59510 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_452.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdx
// Store
lea addresses_WT+0x8d18, %r14
nop
cmp %rdx, %rdx
movw $0x5152, (... |
src/test/ref/fragment-variations.asm | jbrandwood/kickc | 2 | 59511 | // Tests that ASM fragment variations works
// ASM fragment variations "cast" constants to different types
// Commodore 64 PRG executable file
.file [name="fragment-variations.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [sta... |
Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xca.log_21829_288.asm | ljhsiun2/medusa | 9 | 59512 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x183b2, %rsi
lea addresses_UC_ht+0x1beb2, %rdi
dec %r8
mov $125, %rcx
rep movsl
nop
nop
nop
nop
inc %rdx
lea addresses_A_ht+0x14e66, %r15
add %r12, %r12
movb $0x61, (%r15)
nop
nop
nop
n... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_811.asm | ljhsiun2/medusa | 9 | 59513 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x17ed1, %rsi
lea addresses_A_ht+0x103d1, %rdi
nop
and $55218, %rbp
mov $105, %rcx
rep movsb
nop
nop
nop
nop
nop
sub $54809, %rcx
lea addresses_UC_ht+0xa321, %rd... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/xorf.asm | gb-archive/really-old-stuff | 10 | 59515 | <filename>mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/xorf.asm
#include once <u32tofreg.asm>
#include once <ftou32reg.asm>
#include once <stackf.asm>
; -------------------------------------------------------------
; Floating point library using the FP ROM Calculator (ZX 48K)
; All of them uses C EDHL ... |
src/menu.asm | fjpena/sword-of-ianna-zx | 67 | 59517 | <gh_stars>10-100
org $C000
INCLUDE "ianna.sym"
marcador: incbin "marcador.scr"
marcador_armas: dw marcador_armas_sword, marcador_armas_eclipse, marcador_armas_axe, marcador_armas_blade
marcador_armas_sword:
DEFB 0,106, 74,106, 42, 42,111, 0
DEFB 0,187,170,170,171,170,186, 0
DEFB 0,176,168,168, 40,168,176,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_659.asm | ljhsiun2/medusa | 9 | 59518 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_659.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x15ed, %rsi
nop
sub $29121, %r8
movb (%rsi), %bl
cmp %r8, %r8
lea addresses_UC_ht+0xe521, %rsi
lea ... |
x86_memcpy.asm | barryjburns/dgen | 33 | 59519 | <filename>x86_memcpy.asm
bits 32
section .text
;extern "C" int asm_memcpy
; (unsigned char *dest, unsigned char *src, int len);
global asm_memcpy
times ($$-$) & 3 db 0
asm_memcpy:
pushad ; save registers
mov edi,[esp+36] ; get 1st argument
mov esi,[esp+40] ; ...2nd
mov eax,[esp+44] ; ...3rd
mov edx, eax
shr eax... |
oeis/244/A244593.asm | neoneye/loda-programs | 11 | 59520 | <filename>oeis/244/A244593.asm
; A244593: Decimal expansion of z_c = phi^5 (where phi is the golden ratio), a lattice statistics constant which is the exact value of the critical activity of the hard hexagon model.
; Submitted by <NAME>
; 1,1,0,9,0,1,6,9,9,4,3,7,4,9,4,7,4,2,4,1,0,2,2,9,3,4,1,7,1,8,2,8,1,9,0,5,8,8,6,0,1... |
Driver/Printer/PrintCom/Text/Font/fontStarInfo.asm | steakknife/pcgeos | 504 | 59521 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Star 9-pin drivers
FILE: fontStarInfo.asm
AUTHOR: <NAME>, 1 Aug 1992
REVISION HISTORY:
Name Date Description
---- ---- ----------... |
libsrc/target/z9001/games/joystick.asm | dikdom/z88dk | 1 | 59522 | ; Game device library for the Robotron Z9001
; <NAME>, Sept. 2016
;
; ---FUDLR Stick bit pattern (nc, nc, nc, fire, up, down, left, right)
;
SECTION code_clib
PUBLIC joystick
PUBLIC _joystick
EXTERN getk
.joystick
._joystick
; __FASTCALL__ : joystick no. in HL.
; 1 = Player 1's joys... |
source/lib/print.asm | ladystarbreeze/GBA-Test-Collection | 9 | 59523 | ;------------------------------------------------------------------------------
; GBA Test Collection - GBA test ROMs written in ARM assembly.
; Copyright (C) 2021 <NAME>
;------------------------------------------------------------------------------
; print.asm - Text printing routines.
;-----------------------------... |
cmd/nlsfunc/nlsfunc.asm | minblock/msdos | 0 | 59524 | <gh_stars>0
PAGE ,132 ;
TITLE NLSFUNC - GET/SET CP & COUNTRY INFO CHCP SUPPORT
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;***************************************************************... |
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i3-7100_9_0x84_notsx.log_9356_3022.asm | ljhsiun2/medusa | 9 | 59525 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xfc4f, %r12
clflush (%r12)
nop
inc %r15
movl $0x61626364, (%r12)
nop
nop
nop
nop
nop
add $49129, %rsi
lea addresses_D_ht+0x1164f, %rsi
lea addresses_A_ht+0x1bcc4, %rdi
nop
dec %rbx
mov $43, %rcx... |
miscellany/test.asm | paulscottrobson/Atomic-Basic-2 | 0 | 59526 | * = $0000
.byte 0
;
; 0000,1 Mapping
; 0002,9FFF RAM
; A000,BFFF ROM image
; C000,CFFF RAM
; D000,DFFF Probably I/O mapped here.
; E000,FFF ROM image
;
vwrite .macro
ldz #\1
lda #\2
nop
sta ($04),z
.endm
* = $E000 ; find out how much leeway.
PETFont:
.binary "c64-chargen.rom"
* =... |
programs/oeis/272/A272666.asm | karttu/loda | 0 | 59527 | <gh_stars>0
; A272666: a(n) = A011371(n) + 5*n.
; 0,5,11,16,23,28,34,39,47,52,58,63,70,75,81,86,95,100,106,111,118,123,129,134,142,147,153,158,165,170,176,181,191,196,202,207,214,219,225,230,238,243,249,254,261,266,272,277,286,291,297,302,309,314,320,325,333,338,344,349,356,361,367,372
mov $1,$0
mul $1,4
lpb $0,1
ad... |
src/features/editor/examples/procedures.asm | exuanbo/samphire-ts | 0 | 59528 | ; --------------------------------------
; Procedures
; --------------------------------------
MOV AL, E0 ; 1110 0000
Loop:
NOT AL ; Invert the bits in AL
OUT 01 ; Send data to traffic lights
MOV BL, 01 ; Short delay
CALL 30 ; Call procedure 30
NOT AL ; Invert the bits in AL
OUT 01 ; Send data... |
programs/oeis/064/A064753.asm | neoneye/loda | 22 | 59529 | <filename>programs/oeis/064/A064753.asm
; A064753: a(n) = n*7^n - 1.
; 6,97,1028,9603,84034,705893,5764800,46118407,363182462,2824752489,21750594172,166095446411,1259557135290,9495123019885,71213422649144,531726889113615,3954718737782518,29311444762388081,216579008522089716,1595845325952240019,11729463145748964146,8601... |
tests/test_oscillat_detunemod.asm | moitias/sointu | 0 | 59530 | <filename>tests/test_oscillat_detunemod.asm
%define BPM 100
%include "../src/sointu.inc"
BEGIN_PATTERNS
PATTERN 80, HLD, HLD, HLD, HLD, HLD, HLD, HLD, HLD, HLD, HLD, 0, 0, 0, 0, 0
END_PATTERNS
BEGIN_TRACKS
TRACK VOICES(1),0
END_TRACKS
BEGIN_PATCH
BEGIN_INSTRUMENT VOICES(1) ; Instrument0
SU_ENV... |
test/elf64so.asm | bitwiseworks/nasm-os2 | 3 | 59531 | ; test source file for assembling to ELF64 shared library
; build with:
; nasm -f elf64 elf64so.asm
; ld -shared -o elf64so.so elf64so.o
; test with:
; gcc -o elf64so elftest64.c ./elf64so.so
; ./elf64so
; This file should test the following:
; [1] Define and export a global text-section symbol
;... |
base/common/real.asm | zbyti/Mad-Pascal | 7 | 59532 | ; REAL fixed-point Q24.8, 32bit
; https://en.wikipedia.org/wiki/Q_(number_format)
/*
mulREAL
divREAL
*/
.proc mulREAl
; jsr iniEAX_ECX_CARD
mva :STACKORIGIN,x ecx0
mva :STACKORIGIN+STACKWIDTH,x ecx1
mva :STACKORIGIN+STACKWIDTH*2,x ecx2
mva :STACKORIGIN+STACKWIDTH*3,x ecx3
mva :STACKORIGIN... |
test/test4.asm | opengd/pdp8-midi | 0 | 59533 | /PDP-8 test4.asm prints out I LOVE PDP-8 :)
*200
START, AIX1=10
CLA CLL
TAD MDATA
DCA AIX1
PREP, NOP
TAD I AIX1
SNA
JMP I [7600
JMS TYPE
JMP PREP
TYPE, 0
TLS
TSF
JMP .-1
CLA CLL
JMP I TYPE
MDATA, .
311... |
programs/oeis/001/A001855.asm | jmorken/loda | 1 | 59534 | ; A001855: Sorting numbers: maximal number of comparisons for sorting n elements by binary insertion.
; 0,1,3,5,8,11,14,17,21,25,29,33,37,41,45,49,54,59,64,69,74,79,84,89,94,99,104,109,114,119,124,129,135,141,147,153,159,165,171,177,183,189,195,201,207,213,219,225,231,237,243,249,255,261,267,273,279,285,291,297,303,309... |
base/boot/bootcode/mbr/i386/x86mboot.asm | npocmaka/Windows-Server-2003 | 17 | 59535 | <reponame>npocmaka/Windows-Server-2003
page ,132
;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1983-1997
; All Rights Reserved.
;
;
; This is the standard boot record that will be shipped on all hard disks.
; It contains:
;
; 1. Code to load (and give control to) the... |
oeis/126/A126965.asm | neoneye/loda-programs | 11 | 59536 | ; A126965: a(n) = (2*n)!*(2*n-1)/(2^n*n!).
; -1,1,9,75,735,8505,114345,1756755,30405375,585810225,12439852425,288735522075,7273385294175,197646339515625,5763367260275625,179518217255251875,5948862302837829375,208977775735174070625,7757508341684492015625,303429397707601987696875,12473408484142233061809375,53763588876520... |
opal/mca/pmix/pmix2x/pmix/src/atomics/asm/base/IA64.asm | karasevb/ompi | 0 | 59538 | <reponame>karasevb/ompi
START_FILE
.pred.safe_across_calls p1-p5,p16-p63
.text
.align 16
.global pmix_atomic_mb#
.proc pmix_atomic_mb#
pmix_atomic_mb:
.prologue
.body
mf
br.ret.sptk.many b0
;;
.endp pmix_atomic_mb#
.align 16
.global pmix_atomic_rmb#
.proc pmix_atomic_rmb#
pmix_atomic_rmb:
.prologue
.bo... |
autovectorization-tests/results/msvc19.28.29333-avx512/accumulate_default.asm | clayne/toys | 0 | 59542 | <filename>autovectorization-tests/results/msvc19.28.29333-avx512/accumulate_default.asm
_v$ = 8 ; size = 4
unsigned int accumulate_epi32(std::vector<int,std::allocator<int> > const &) PROC ; accumulate_epi32, COMDAT
mov ecx, DWORD PTR _v$[esp-4]
xor edx, edx... |
Assembly/Lab4/F2T10.asm | chaohu/Daily-Learning | 12 | 59543 | <reponame>chaohu/Daily-Learning
NAME F2T10
EXTRN RADIX:NEAR
PUBLIC F2T10
.386
DATA SEGMENT USE16 PUBLIC
BUF DB 12 DUP(?)
DATA ENDS
CODE SEGMENT USE16 PUBLIC
ASSUME CS:CODE, DS:DATA
F2T10 PROC
PUSH EBX
PUSH SI
LEA SI, BUF
CMP DX, 32
JE B
MOVSX EAX, AX
B: OR EAX, EAX
JNS PLUS
NEG EAX
MOV ... |
Transynther/x86/_processed/P/_un_/i9-9900K_12_0xa0_notsx.log_1_695.asm | ljhsiun2/medusa | 9 | 59544 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
// Store
lea addresses_WC+0x36b0, %r10
nop
add $21095, %r12
movw $0x5152, (%r10)
nop
nop
cmp %r14, %r14
// Load
mov $0x7c8, %r10
cmp $402... |
oeis/250/A250806.asm | neoneye/loda-programs | 11 | 59545 | ; A250806: Number of (n+1) X (2+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing min(x(i,j),x(i-1,j)) in the j direction.
; Submitted by <NAME>(s4)
; 100,379,1315,4321,13735,42769,131455,400681,1214695,3669409,11058895,33278041,100036855,300516049,902359135,2708699401,8129342215,24... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_637.asm | ljhsiun2/medusa | 9 | 59546 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x117d1, %r10
nop
nop
nop
nop
nop
cmp $5350, %rdi
movw $0x6162, (%r10)
nop
nop
and $51248, %rdi
lea addresses_WC_ht+0x372b, %r13
nop
dec %r15
movl $0x61626364, (%r13)
nop
nop
s... |
home/handlers.asm | ISSOtm/GOLF-editor | 1 | 59547 |
SECTION "Interrupt handlers", ROM0
VBlankHandler::
UpdateJoypadState:: ; Initially part of VBlank, but may be used independently
; Poll joypad
ldh a, [hHeldButtons]
cpl
ld c, a
ld a, SELECT_DPAD
call PollJoypad
cp (((DPAD_DOWN | DPAD_UP) >> 4) ^ $0F) + 1 ; If both Up and Down are held, both bit 2 ... |
programs/oeis/194/A194106.asm | neoneye/loda | 22 | 59548 | <filename>programs/oeis/194/A194106.asm<gh_stars>10-100
; A194106: Sum{floor(j*sqrt(3) : 1<=j<=n}; n-th partial sum of Beatty sequence for sqrt(3).
; 1,4,9,15,23,33,45,58,73,90,109,129,151,175,200,227,256,287,319,353,389,427,466,507,550,595,641,689,739,790,843,898,955,1013,1073,1135,1199,1264,1331,1400,1471,1543,1617,1... |
ZX-Spectrum/assembly/fonts.asm | peroff/8-Bit-Tea-Party | 13 | 59549 | <reponame>peroff/8-Bit-Tea-Party
FONT_ENG:
DB #00,#00,#00,#00,#00,#00,#00,#00
DB #38,#38,#38,#30,#30,#00,#30,#00
DB #00,#6C,#6C,#6C,#00,#00,#00,#00
DB #6C,#FE,#6C,#6C,#6C,#FE,#6C,#00
DB #10,#7C,#D0,#7C,#16,#FC,#10,#00
DB #62,#A4,#C8,#10,#26,#4A,#8C,#00
DB #... |
oeis/226/A226958.asm | neoneye/loda-programs | 11 | 59550 | ; A226958: a(n) = Fibonacci(n-2)*Fibonacci(n)*Fibonacci(n+2).
; Submitted by <NAME>
; 2,0,10,24,130,504,2210,9240,39338,166320,705058,2985840,12649570,53582256,226981610,961503816,4073004770,17253510120,73087065922,309601740360,1311494081482,5555577978720,23533806138050,99690802301664,422297015715650,1788878864564064,7... |
oeis/264/A264390.asm | neoneye/loda-programs | 11 | 59551 | <reponame>neoneye/loda-programs<filename>oeis/264/A264390.asm
; A264390: Partial sums of A267326.
; Submitted by <NAME>(l1)
; 8,32,136,160,408,720,1176,1200,2168,2912,3976,4288,5752,7120,10344,10368,12824,15728,18776,19520,25448,28640,33064,33376,39624,44016,52760,54128,61096,70768,78712,78736,92568,99936,114072,116976... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_244_74.asm | ljhsiun2/medusa | 9 | 59552 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_244_74.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x53eb, %rbx
nop
nop
nop
nop
nop
sub %r10, %r10
vmovups (%rbx), %ymm3
vextracti128 $... |
src/gentiles12.asm | BlockoS/up-captn | 6 | 59553 | <reponame>BlockoS/up-captn<gh_stars>1-10
_tiles_bitmask_00:
db %0000_0000 ; 0000
db %0000_1111 ; 0001
db %0000_0000 ; 0010
db %0000_1111 ; 0011
db %0000_0000 ; 0100
db %0000_1111 ; 0101
db %0000_0000 ; 0110
db %0000_1111 ; 0111
db %0000_0000 ; 1000
db %0000_1111 ; 1001
db %0000_0000 ; 1010
db %0... |
src/igzip/crc.asm | robinmoussu/fastzip | 2 | 59555 | <filename>src/igzip/crc.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; The MIT License
;
; Copyright (c) 2014 Intel Corporation
;
; Permission is hereby granted, free of charge, to any person
; obtaining a copy of this software and associated documentation
; files (the "Softw... |
oeis/245/A245549.asm | neoneye/loda-programs | 11 | 59556 | <reponame>neoneye/loda-programs
; A245549: State of one-dimensional cellular automaton 'sigma' (Rule 30): 000,001,010,011,100,101,110,111 -> 0,0,0,1,1,1,1,0 at generation n, regarded as a binary number.
; Submitted by <NAME>
; 1,111,11001,1101111,110010001,11011110111,1100100001001,110111100111111,11001000111000001,110... |
MPI/Lab-7/input_8_1.asm | vishwas1101/Misc | 0 | 59557 |
ORG 100H
; 8.1 Ans: The value is stored in ASCII
MOV AH, 01H
INT 21H
MOV [0501H], AL
; 8.2 Ans: character input without echo
; 8.3 Ans: get system date
; return:
; CX = year (1980-2099).
; DH = month. DL = day.
; AL = day of week (00h=Sunday)
RET
|
oeis/323/A323651.asm | neoneye/loda-programs | 11 | 59558 | <gh_stars>10-100
; A323651: Number of elements added at n-th stage to the toothpick structure of A323650.
; Submitted by <NAME>
; 1,2,4,8,4,8,12,24,4,8,12,24,12,24,36,72,4,8,12,24,12,24,36,72,12,24,36,72,36,72,108,216,4,8,12,24,12,24,36,72,12,24,36,72,36,72,108,216,12,24,36,72,36,72,108,216,36,72,108,216,108,216,324,64... |
programs/oeis/168/A168632.asm | neoneye/loda | 22 | 59559 | ; A168632: a(n) = n^6*(n^8 + 1)/2.
; 0,1,8224,2391849,134219776,3051765625,39182105376,339111595249,2199023386624,11438396493201,50000000500000,189874917677401,641959233767424,1968688195263049,5556003416543776,14596463018390625,36028797027352576,84188913291769249,187406683808046624,399503342914965001,819200000032000000... |
Appl/Art/Decks/GeoDeck/LMHeartQ.asm | steakknife/pcgeos | 504 | 59560 | <filename>Appl/Art/Decks/GeoDeck/LMHeartQ.asm
LMHeartQ label byte
word C_BLACK
Bitmap <71,100,0,BMF_MONO>
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00
db 0x80, 0x00, 0x00, 0... |
assignment_6/pw_dump.nasm | CodeheadUK/SLAE64 | 2 | 59561 | <filename>assignment_6/pw_dump.nasm<gh_stars>1-10
; Polymorphic version of http://shell-storm.org/shellcode/files/shellcode-878.php
global _start
section .TEXT exec write
_start:
push 0x01647773
mov rbx, 0x7361702f6374652f
push rbx
mov rdi, rsp ; Get addr of path string
dec byte [rdi+11] ; NULL byte fix
pu... |
libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_copy0_callee.asm | jpoikela/z88dk | 640 | 59563 |
; void *obstack_copy0_callee(struct obstack *ob, void *address, size_t size)
SECTION code_clib
SECTION code_alloc_obstack
PUBLIC _obstack_copy0_callee
EXTERN asm_obstack_copy0
_obstack_copy0_callee:
pop af
pop hl
pop de
pop bc
push af
jp asm_obstack_copy0
|
Epilog/asm/MSVC2010/func-alloca-omitfp-opt-stackp.asm | Dovgalyuk/AntiTaint | 1 | 59564 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 16.00.40219.01
TITLE D:\Projects\TaintAnalysis\AntiTaint\Epilog\src\func-alloca.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRT
INCLUDELIB OLDNAMES
PUBLIC ??_C@_02DPKJAMEF@?$CFd?$AA@ ; `string'
PUBLIC __$ArrayPad$
PU... |
programs/oeis/122/A122678.asm | karttu/loda | 0 | 59565 | <gh_stars>0
; A122678: Related to number of n-circum-C_5 H_5 systems.
; 1,6,21,61,166,441,1161,3046,7981,20901,54726,143281,375121,982086,2571141,6731341,17622886,46137321,120789081,316229926,827900701,2167472181,5674515846,14856075361,38893710241,101825055366,266581455861,697919312221,1827176480806,4783610130201,12523... |
programs/oeis/136/A136522.asm | jmorken/loda | 1 | 59566 | ; A136522: a(n) = 1 if n is a palindrome, otherwise 0.
; Coded manually 2021-03-03 by <NAME>, https://github.com/neoneye
; 1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0... |
data/actors/ship.asm | sinusoid-studios/rhythm-land | 11 | 59567 | <reponame>sinusoid-studios/rhythm-land
INCLUDE "constants/hardware.inc"
INCLUDE "constants/games/battleship.inc"
INCLUDE "constants/actors.inc"
INCLUDE "macros/actors.inc"
SECTION "Battleship Actor Animation Data", ROMX
xActorShipAnimation::
animation Ship
.loop
cel forward1, MUSIC_BATTLESHIP_SPEED
cel f... |
oeis/049/A049854.asm | neoneye/loda-programs | 11 | 59568 | <reponame>neoneye/loda-programs
; A049854: a(n)=Sum{a(k): k=0,1,2,...,n-3,n-1}; a(n-2) is not a summand; 2 initial terms required.
; Submitted by <NAME>
; 1,3,3,4,8,15,26,45,79,139,244,428,751,1318,2313,4059,7123,12500,21936,38495,67554,118549,208039,365083,640676,1124308,1973023,3462414,6076113,10662835,18711971,32837... |
libsrc/vz/vz_setbase.asm | grancier/z180 | 8 | 59569 | ;*****************************************************
;
; Video Technology library for small C compiler
;
; <NAME>
;
;*****************************************************
; ----- void __FASTCALL__ vz_setbase(void *start)
SECTION code_clib
PUBLIC vz_setbase
PUBLIC _vz_setbase
PUBLIC scrbase
.vz_setbase
._vz_setbas... |
firmware/boot/startup.asm | QuorumComp/hc800 | 2 | 59572 | INCLUDE "lowlevel/rc800.i"
INCLUDE "lowlevel/hc800.i"
INCLUDE "lowlevel/memory.i"
INCLUDE "text.i"
INCLUDE "main.i"
PALETTE_BASE EQU $8000
MMU_CFG_KERNAL EQU 0
SECTION "Reset",CODE[0]
Entry:: di
ld ft,0
ld bc,0
ld de,0
ld hl,0
; Set stack upper and lower bound
ld c,RC8_SP_HIGH
ld t,RC... |
src/arch/x86/mach-i386/switch_task.asm | NightfallDM/xbook2 | 0 | 59573 | <filename>src/arch/x86/mach-i386/switch_task.asm
[section .text]
[bits 32]
; void __switch_to(unsigned long prev, unsigned long next);
global __switch_to
__switch_to:
push esi
push edi
push ebx
push ebp
mov eax, [esp + 20] ; 获取prev的地址
mov [eax], esp ; 保存esp到prev->kstack
mov eax, [esp + 24] ; 获取next的地址
mo... |
engine/overworld/player_state.asm | AmateurPanda92/pokemon-rby-dx | 9 | 59574 | ; only used for setting bit 2 of wd736 upon entering a new map
IsPlayerStandingOnWarp:
ld a, [wNumberOfWarps]
and a
ret z
ld c, a
ld hl, wWarpEntries
.loop
ld a, [wYCoord]
cp [hl]
jr nz, .nextWarp1
inc hl
ld a, [wXCoord]
cp [hl]
jr nz, .nextWarp2
inc hl
ld a, [hli] ; target warp
ld [wDestinationWarpID], ... |
lib/am335x_sdk/ti/drv/spi/firmware/icss_espi/src/pru_x/eSPI_single_mode.asm | brandonbraun653/Apollo | 2 | 59576 | <reponame>brandonbraun653/Apollo
;
; TEXAS INSTRUMENTS TEXT FILE LICENSE
;
; Copyright (c) 2018 Texas Instruments Incorporated
;
; All rights reserved not granted herein.
;
; Limited License.
;
; Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
; license under copyrights and... |
Assembler/testTimer.asm | Rohansi/LoonyVM | 1 | 59577 | <reponame>Rohansi/LoonyVM
include 'loonyvm.inc'
; setup interrupts
ivt interruptTable
sti
; set timer interrupt to 100hz
mov r0, 1
mov r1, 100
int 1
; enable timer
mov r0, 0
mov r1, 1
int 1
@@:
cli
invoke printString, msgCode
sti
jmp @b
msgCode: db 'normal code ', 0
timerHandler:
invoke printS... |
assembler/tests/t_96/t_96.asm | paulscottrobson/RCA-Cosmac-VIP-III | 1 | 59578 | cpu 80196
include reg96
ax equ 20h
al equ ax
ah equ ax+1
eax equ ax
bx equ 24h
bl equ bx
bh equ bx+1
ebx equ bx
cx equ 28h
cl equ cx
ch equ cx+1
ecx equ cx
dx equ 2ch
dl equ dx
dh equ dx+1
edx equ dx
CLRC
CLRVT
DI
EI
NOP
POPF
PUSHF
RET
RSC
SETC
TRAP
... |
libsrc/strings/memmove_callee.asm | meesokim/z88dk | 0 | 59580 | ; void __CALLEE__ *memmove_callee(void *s1, void *s2, uint n)
; copy n chars from s2 to s1, overlap safe
; 01.2007 aralbrec
PUBLIC memmove_callee
PUBLIC ASMDISP_MEMMOVE_CALLEE
.memmove_callee
pop hl
pop bc
pop de
ex (sp),hl
; enter : bc = uint n
; de = void *s2
; hl = void *s... |
oeis/290/A290191.asm | neoneye/loda-programs | 11 | 59583 | <gh_stars>10-100
; A290191: Binary representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 673", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>(s1)
; 1,10,111,1110,11111,111110,1111111,11111110,111111111,1... |
libsrc/rect/r_IntersectIval16.asm | andydansby/z88dk-mk2 | 1 | 59585 | <reponame>andydansby/z88dk-mk2<gh_stars>1-10
; Rectangle, Intervals and Points
; 05.2006 aralbrec
XLIB r_IntersectIval16
LIB RIntersectIval16
; int r_IntersectIval16(struct r_Ival16 *i1, struct r_Ival16 *i2, struct r_Ival16 *result)
.r_IntersectIval16
ld hl,7
add hl,sp
ld d,(hl)
dec hl
ld e,(hl)
... |
Build/Interpreters/beebOzmoo/asm/acorn-binary-lzsa.asm | polluks/Puddle-BuildTools | 38 | 59587 | !source "acorn-constants.asm"
data_start
!binary "../temp/binary.lzsa2"
data_end
lzsa_cmdbuf = $70 ; 1 byte.
lzsa_nibflg = $71 ; 1 byte.
lzsa_nibble = $72 ; 1 byte.
lzsa_offset = $73 ; 1 word.
l... |
audio/sfx/cry24_1.asm | AmateurPanda92/pokemon-rby-dx | 9 | 59588 | SFX_Cry24_1_Ch4:
dutycycle 240
squarenote 15, 15, 7, 1664
squarenote 10, 14, 6, 1668
squarenote 15, 13, 7, 1680
squarenote 8, 13, 5, 1680
squarenote 6, 12, 4, 1672
squarenote 5, 13, 3, 1648
squarenote 4, 13, 3, 1632
squarenote 8, 12, 1, 1600
endchannel
SFX_Cry24_1_Ch5:
dutycycle 5
squarenote 15, 11, 7, 16... |
mips-assembler/MIPS.asm | ma-xujie/cpu-pipeline | 1 | 59589 | <reponame>ma-xujie/cpu-pipeline
j Add;
j Output;
NOP
Add:
jal PC;
addiu $t0,$ze,64;
sw $t0,0($ze);
addiu $t0,$ze,121;
sw $t0,4($ze);
addiu $t0,$ze,36;
sw $t0,8($ze);
addiu $t0,$ze,48;
sw $t0,12($ze);
addiu $t0,$ze,25;
sw $t0,16($ze);
addiu $t0,$ze,18;
sw $t0,20($ze);
addiu $t0,$ze,2;
sw $t0,24($ze);
addiu $t0,$ze,120;
... |
disassembly.asm | krzysztof-bochm/Imaginary-CTF-2021-Writeups | 0 | 59590 | rooon:
push 0
push 14472334024676096
push 8944394323791450
push 5527939700884769
push 3416454622906725
push 2111485077978096
push 1304969544928756
push 806515533049347
push 498454011879172
push 308061521170150
push 190392490709200
push 117669030460982
push 72723460248127
push 44945570212756
push 27777890035307
push 171... |
oeis/053/A053367.asm | neoneye/loda-programs | 11 | 59593 | <filename>oeis/053/A053367.asm
; A053367: Partial sums of A050494.
; Submitted by <NAME>
; 1,11,63,255,825,2277,5577,12441,25740,50050,92378,163098,277134,455430,726750,1129854,1716099,2552517,3725425,5344625,7548255,10508355,14437215,19594575,26295750,34920756,45924516,59848228,77331980,99128700,126119532,159330732,19... |
zlib-1.2.8/contrib/vstudio/vc11/x86/TestZlibDebug/Tmp/infback.asm | evildevil1990/arduinoCameraStream | 4 | 59594 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.21005.1
TITLE D:\Development\electronic\project\zlib-1.2.8\infback.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
CONST SEGMENT
?lenfix@?1??fixedtables@@9@9 DB 060H ; `fixedtables'::`2'::lenfix
DB 07H... |
programs/oeis/202/A202391.asm | jmorken/loda | 1 | 59595 | ; A202391: Indices of the smallest of four consecutive triangular numbers summing up to a square.
; 5,39,237,1391,8117,47319,275805,1607519,9369317,54608391,318281037,1855077839,10812186005,63018038199,367296043197,2140758220991,12477253282757,72722761475559,423859315570605,2470433131948079
mul $0,2
mov $1,5
mov $4,4
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.