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/033/A033425.asm
neoneye/loda
22
125619
<gh_stars>10-100 ; A033425: a(n) = floor(10^7/n). ; 10000000,5000000,3333333,2500000,2000000,1666666,1428571,1250000,1111111,1000000,909090,833333,769230,714285,666666,625000,588235,555555,526315,500000,476190,454545,434782,416666,400000,384615 mov $1,5 mov $3,$0 cmp $3,$0 add $3,4 add $1,$3 pow $1,7 mov $2,$0 add $2,...
project_source.asm
omc8db/8051BuzzyThing
0
125620
<reponame>omc8db/8051BuzzyThing<gh_stars>0 #include <reg932.h> #include <simon2.h> ;These names come from simon2.h. They are printed on the silkscreen. ;Inputs #define UP_SWITCH SW4 #define DOWN_SWITCH SW1 #define MALICK_BUTTON SW7 #define OWEN_BUTTON SW8 #define JUDAH_BUTTON SW9 #define DRUE_BUTTON SW6 #define EXIT_...
oeis/213/A213593.asm
neoneye/loda-programs
11
125623
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A213593: Stirling transform of the first kind of the Lucas numbers A000032. ; Submitted by <NAME> ; 2,1,2,-3,10,-45,250,-1645,12490,-107415,1031690,-10943955,127058690,-1602400085,21812913650,-318763741725,4977247397650,-82695799908975,1456703469048850,-2711735617232867...
libsrc/math/genmath/dmul.asm
meesokim/z88dk
0
125624
<reponame>meesokim/z88dk ; ; Z88dk Generic Floating Point Math Library ; ; ; ; $Id: dmul.asm,v 1.2 2015/01/19 01:32:56 pauloscustodio Exp $: PUBLIC dmul EXTERN fmul .dmul pop hl ;ret address pop de pop ix pop bc push hl jp fmul
programs/oeis/102/A102616.asm
neoneye/loda
22
125625
<filename>programs/oeis/102/A102616.asm<gh_stars>10-100 ; A102616: Nonprime numbers of order 3. ; 1,14,16,22,24,25,30,33,35,36,39,44,46,48,50,51,54,55,56,62,64,66,68,69,70,75,76,77,80,85,86,87,90,92,93,94,96,100,102,104,105,108,111,115,116,117,118,120,122,123,124,126,130,132,134,136,138,142,144,145,148,150 mov $1,7 lp...
Driver/Printer/HP/Deskjet/deskjetControlCodes.asm
steakknife/pcgeos
504
125626
<filename>Driver/Printer/HP/Deskjet/deskjetControlCodes.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Deskjet Print Driver FILE: deskjetControlCodes.asm AUTHOR: <NAME> ROUTINES:...
06-Little-Exterminator-1.speed.size.asm
blueset/7bh-solutions
0
125627
<filename>06-Little-Exterminator-1.speed.size.asm -- 7 Billion Humans -- -- 6: Little Exterminator 1 -- -- Size: 13/13 -- -- Speed: 4/4 -- step s step s step w step w step s step s step e step e step e step s step s step s pickup c
t/loop.asm
cygx/moar-assembler
2
125628
<reponame>cygx/moar-assembler .hll asm .frame main .var int i 5 .var str s .label loop coerce_is $s $i print $s dec_i $i if_i $i @loop exit $i
oeis/080/A080961.asm
neoneye/loda-programs
11
125629
<filename>oeis/080/A080961.asm ; A080961: Fourth binomial transform of A010686 (period 2: repeat 1,5). ; Submitted by <NAME>(s2) ; 1,9,57,321,1713,8889,45417,230001,1158753,5820009,29178777,146130081,731358993,3658920729,18300980937,91524036561,457677578433,2288560079049,11443316955897,57218134461441,286095321353073,14...
code/gbrom/bank0.asm
Vsdparibas/musicboy
21
125631
<reponame>Vsdparibas/musicboy INCLUDE "charmap.asm" INCLUDE "gbhw.asm" INCLUDE "wram.asm" INCLUDE "hram.asm" INCLUDE "macros.asm" INCLUDE "enemies.asm" INCLUDE "audio_constants.asm" SECTION "bank0", ROM0[$0000] ; Unused SECTION "RST 0", ROM0[$0000] jp Init ; Unused SECTION "RST 8", ROM0[$0008] jp Init SECTION "RS...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_131.asm
ljhsiun2/medusa
9
125632
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x19181, %rsi lea addresses_D_ht+0xfc81, %rdi nop nop nop nop add %rbp, %rbp mov $9, %rcx rep movsw nop nop nop inc %r13 lea addresses_normal_ht+0x13001, %r10 nop nop nop nop ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_689.asm
ljhsiun2/medusa
9
125633
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xe5f8, %rsi lea addresses_A_ht+0x935e, %rdi clflush (%rdi) cmp $11292, %r14 mov $107, %rcx rep movsq nop inc %r15 lea addresses_UC_ht+0x13b5e, %rsi lea addresses_D_ht+0x16d8e, %rd...
ch08/c08_mbr.asm
Sunrisepeak/x86-Assembly-Real-To-Protected_Mode
1
125634
;代码清单8-1 ;文件名:c08_mbr.asm ;文件说明:硬盘主引导扇区代码(加载程序) ;创建日期:2011-5-5 18:17 ;Note: logic_section is beginning from 0 ;write 9, spend 30min ; ------ 2020.02.29 app_lba_start equ 8 ;声明常数(用户程序起始逻辑扇区号)0000 .... 0001 0000 00...
programs/oeis/096/A096777.asm
neoneye/loda
22
125635
<reponame>neoneye/loda ; A096777: a(n) = a(n-1) + Sum_{k=1..n-1}(a(k) mod 2), a(1) = 1. ; 1,2,3,5,8,11,15,20,25,31,38,45,53,62,71,81,92,103,115,128,141,155,170,185,201,218,235,253,272,291,311,332,353,375,398,421,445,470,495,521,548,575,603,632,661,691,722,753,785,818,851,885,920,955,991,1028,1065,1103,1142,1181,1221,12...
dino/lc/1pinptkey.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
125636
copyright zengfr site:http://github.com/zengfr/romhack 01E28C tst.b ($c0,A6) 01E290 beq $1e2a0 01E292 move.b #$10, ($a8,A6) 01E298 move.b #$10, ($a0,A6) 01E29E rts 01E2A0 clr.b ($a0,A6) 01E2A4 clr.b ($a8,A6) ;-------- 01E308 move.b D0, ($db,A6) 01E30C move.b D0, ($4df,A5) 01E310 addq...
oeis/161/A161828.asm
neoneye/loda-programs
11
125637
<filename>oeis/161/A161828.asm ; A161828: Number of rhombuses in the Y-toothpick structure of A160120 after n rounds. ; Submitted by <NAME>(s4) ; 0,0,3,3,9,9,15,21,33,39 mov $1,$0 div $0,2 sub $1,3 trn $1,3 add $0,$1 mul $0,2 trn $0,1 mul $0,3
programs/oeis/087/A087192.asm
jmorken/loda
1
125640
; A087192: a(n) = ceiling(a(n-1)*4/3), with a(1) = 1. ; 1,2,3,4,6,8,11,15,20,27,36,48,64,86,115,154,206,275,367,490,654,872,1163,1551,2068,2758,3678,4904,6539,8719,11626,15502,20670,27560,36747,48996,65328,87104,116139,154852,206470,275294,367059,489412,652550,870067,1160090,1546787,2062383,2749844,3666459,4888612,6518...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1024.asm
ljhsiun2/medusa
9
125642
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r15 push %rbp push %rcx push %rdx push %rsi lea addresses_A_ht+0x187e8, %rbp nop nop sub $18187, %rsi movups (%rbp), %xmm6 vpextrq $1, %xmm6, %rdx nop mfence lea addresses_WC_ht+0xdf24, %rsi nop nop nop nop cmp $59493, %rcx mov (%rsi), %ebp nop nop nop s...
programs/oeis/106/A106477.asm
jmorken/loda
1
125643
; A106477: Diagonal sums of Euler phi function sequence array. ; 1,1,3,3,7,5,13,9,19,13,29,17,41,23,49,31,65,37,83,45,95,55,117,63,137,75,155,87,183,95,213,111,233,127,257,139,293,157,317,173,357,185,399,205,423,227,469,243,511,263,543,287,595,305,635,329,671,357,729,373 lpb $0 mov $2,$0 cal $2,10 ; Euler totient ...
zadanie3/boot.asm
BAndysc/SO
0
125644
org 0x7c00 jmp 0:start ; wyzerowanie rejestru cs INTR_PRINT_CHAR_AH equ 0xE INTR_PRINT_CHAR equ 0x10 INTR_KEYBOARD equ 16h INTR_READ_KEY_PRESS equ 0h INTR_WAIT equ 86h INTR_OTHER equ 15h INTR_DISK equ 13h INTR_DISK_WRITE equ 03h INTR_DISK_READ equ 02h KEY_BACKSPACE equ 8 KEY_ENTER equ 13 KEY_CR equ 13 KEY_NL...
Library/Kernel/Geodes/geodesC.asm
steakknife/pcgeos
504
125646
<reponame>steakknife/pcgeos COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Kernel/Geodes FILE: geodesC.asm REVISION HISTORY: Name Date Description ---- ---- ----------- Tony 3/91 Initial v...
_incObj/48 Eggman's Swinging Ball.asm
kodishmediacenter/msu-md-sonic
9
125647
; --------------------------------------------------------------------------- ; Object 48 - ball on a chain that Eggman swings (GHZ) ; --------------------------------------------------------------------------- BossBall: moveq #0,d0 move.b obRoutine(a0),d0 move.w GBall_Index(pc,d0.w),d1 jmp GBall_Index(pc,d1.w...
services/convolution/tests/save_restore.asm
vient/proctf-2019
2
125648
<gh_stars>1-10 v_mov v2, 0 s_mov exec, 0x01 v_mov v2, 1 s_mov exec, 0x02 v_mov v2, 2 s_mov exec, 0x04 v_mov v2, 4 s_mov exec, 0x08 v_mov v2, 8 s_mov exec, 0x10 v_mov v2, 16 s_mov exec, 0x20 v_mov v2, 32 s_mov exec, 0x40 v_mov v2, 64 s_mov exec, 0x80 v_mov v2, 128 s_mov exec, 0xff v_m...
src/UpperROMHeader.asm
gschizas/amstrad-diagnostics
60
125649
; ROM header db #01, #00, #00, #05 RSXTable: dw RSXNames jp Bootup jp StartDiagCommand RSXNames: dc '<NAME>' dc 'DIAG' db 0 ;end of name table marker Bootup: push af push bc push de push hl ld hl, TxtInitializationText .showMessage: ld a,(hl) call #BB5A ...
templates/amd64-386/output_sound.asm
going-digital/sointu
76
125650
<gh_stars>10-100 {{- if not .Output16Bit }} {{- if not .Clip }} mov {{.DI}}, [{{.Stack "OutputBufPtr"}}] ; edi containts ptr mov {{.SI}}, {{.PTRWORD}} su_synth_obj + su_synthworkspace.left movsd ; copy left channel to output buffer movsd ; copy right chann...
coverage/IN_CTS/0464-COVERAGE-nir-search-helpers-h-54/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
125651
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 85 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %66 OpExecutionMode %4 OriginUp...
programs/oeis/001/A001652.asm
karttu/loda
0
125652
<gh_stars>0 ; A001652: a(n) = 6*a(n-1) - a(n-2) + 2 with a(0) = 0, a(1) = 3. ; 0,3,20,119,696,4059,23660,137903,803760,4684659,27304196,159140519,927538920,5406093003,31509019100,183648021599,1070379110496,6238626641379,36361380737780,211929657785303,1235216565974040,7199369738058939 mul $0,2 sub $0,1 mov $2,4 mov $4,...
Library/Trans/Graphics/Vector/EPS/Export/exportGString.asm
steakknife/pcgeos
504
125653
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: PostScript Translation Library FILE: exportGString.asm AUTHOR: <NAME>, 19 Feb 1991 ROUTINES: Name Description ---- ----------- ...
oeis/029/A029655.asm
neoneye/loda-programs
11
125654
; A029655: Numbers in the (2,1)-Pascal triangle A029653 that are different from 2. ; Submitted by <NAME> ; 1,1,3,1,5,4,1,7,9,5,1,9,16,14,6,1,11,25,30,20,7,1,13,36,55,50,27,8,1,15,49,91,105,77,35,9,1,17,64,140,196,182,112,44,10,1,19,81,204,336,378,294,156,54,11,1,21,100,285,540,714,672,450,210,65,12,1,23,121,385 mov $1...
Palmtree.Math.Core.Sint/vs_build/x64_Release/pmc_divrem.asm
rougemeilland/Palmtree.Math.Core.Sint
0
125656
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 include listing.inc INCLUDELIB OLDNAMES PUBLIC PMC_DivRem_X_X PUBLIC PMC_DivRem_X_UX PUBLIC PMC_DivRem_X_L PUBLIC PMC_DivRem_X_I PUBLIC PMC_DivRem_UX_X PUBLIC PMC_DivRem_L_X PUBLIC PMC_DivRem_I_X ; COMDAT pdata pdata SEGMENT $pdata$PMC_D...
oeis/021/A021084.asm
neoneye/loda-programs
11
125659
<filename>oeis/021/A021084.asm ; A021084: Expansion of 1/((1-x)(1-2x)(1-4x)(1-9x)). ; Submitted by <NAME> ; 1,16,179,1766,16545,151572,1374943,12417922,111935549,1008117968,9075855867,81693883518,735289682713,6617786085004,59560790560151,536049978287354,4824461257701237,43420197132033480,390781957439714995,351703834996...
programs/oeis/187/A187322.asm
karttu/loda
1
125660
<reponame>karttu/loda ; A187322: a(n) = floor(n/2) + floor(3*n/4). ; 0,0,2,3,5,5,7,8,10,10,12,13,15,15,17,18,20,20,22,23,25,25,27,28,30,30,32,33,35,35,37,38,40,40,42,43,45,45,47,48,50,50,52,53,55,55,57,58,60,60,62,63,65,65,67,68,70,70,72,73,75,75,77,78,80,80,82,83,85,85,87,88,90,90,92,93,95,95,97,98,100,100,102,103,105...
oeis/191/A191968.asm
neoneye/loda-programs
11
125661
<reponame>neoneye/loda-programs<filename>oeis/191/A191968.asm<gh_stars>10-100 ; A191968: a(n) = Fibonacci(8n+5) mod Fibonacci(8n+1). ; 29,1364,64079,3010349,141422324,6643838879,312119004989,14662949395604,688846502588399,32361122672259149,1520283919093591604,71420983074726546239,3355265920593054081629,1576260772847988...
Scripts/Test2/ops.asm
pmprog/pmScript
0
125662
TESTCONST equ 2 .stack 70 .start entry entry: mov cnt, 34h call CopyString mov cps, leavingnow push cps jmp TestHackedReturn leavingnow: end TestHackedReturn: mov acc, 7 mov cnt, TESTCONST mul cnt api 3 ret CopyString: push cnt mov acc, DstStringPtr cmp acc, 0 je copystring_dontreallocate allo...
oeis/000/A000435.asm
neoneye/loda-programs
11
125663
; A000435: Normalized total height of all nodes in all rooted trees with n labeled nodes. ; Submitted by <NAME>(s3) ; 0,1,8,78,944,13800,237432,4708144,105822432,2660215680,73983185000,2255828154624,74841555118992,2684366717713408,103512489775594200,4270718991667353600,187728592242564421568,8759085548690928992256,43235...
_build/dispatcher/jmp_ippsPRNGSetH0_57bb9ef7.asm
zyktrcn/ippcp
1
125664
extern m7_ippsPRNGSetH0:function extern n8_ippsPRNGSetH0:function extern y8_ippsPRNGSetH0:function extern e9_ippsPRNGSetH0:function extern l9_ippsPRNGSetH0:function extern n0_ippsPRNGSetH0:function extern k0_ippsPRNGSetH0:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeInit:function segment .data align 8 ...
JHU/605.204.81.FA15_computer_organization/module_07/powerball.asm
justincely/classwork
1
125665
.globl main .text main: #-- Load arguements li $v0, 4 # print string la $a0, in_n syscall li $v0, 5 #read integer syscall addi $s0, $v0, 0 li $v0, 4 # print string la $a0, in_k syscall li $v0, 5 #read integer syscall...
libsrc/_DEVELOPMENT/math/float/math32/z80/f32_fsadd32.asm
jpoikela/z88dk
38
125666
; ; feilipu, 2019 May ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. ; ;------------------------------------------------------------------------- ; m32_fsadd32 - ...
test/br2003451.asm
bitwiseworks/nasm-os2
3
125667
;Testname=optimized; Arguments=-Ox -fbin -obr2003451.bin; Files=stdout stderr br2003451.bin cpu 8086 org 0 ; MOV r/m16,imm16 ; (imm16 given as number) mov word [bx], 10h ; MOV r/m16,imm16 ; (imm16 given as label) mov word [bx], label align 10h ; This label is at address 10h label:
programs/oeis/087/A087348.asm
neoneye/loda
22
125668
<gh_stars>10-100 ; A087348: a(n) = 10*n^2 - 6*n + 1. ; 5,29,73,137,221,325,449,593,757,941,1145,1369,1613,1877,2161,2465,2789,3133,3497,3881,4285,4709,5153,5617,6101,6605,7129,7673,8237,8821,9425,10049,10693,11357,12041,12745,13469,14213,14977,15761,16565,17389,18233,19097,19981,20885,21809,22753,23717,24701,25705,2672...
oeis/001/A001085.asm
neoneye/loda-programs
11
125669
<filename>oeis/001/A001085.asm<gh_stars>10-100 ; A001085: a(n) = 20*a(n-1) - a(n-2). ; Submitted by <NAME> ; 1,10,199,3970,79201,1580050,31521799,628855930,12545596801,250283080090,4993116004999,99612037019890,1987247624392801,39645340450836130,790919561392329799,15778745887395759850,314783998186522867201,6279901217843...
oeis/049/A049016.asm
neoneye/loda-programs
11
125673
<filename>oeis/049/A049016.asm ; A049016: Expansion of 1/((1-x)^5-x^5). ; Submitted by <NAME> ; 1,5,15,35,70,127,220,385,715,1430,3004,6385,13380,27370,54740,107883,211585,416405,826045,1652090,3321891,6690150,13455325,26985675,53971350,107746282,214978335,429124630,857417220,1714834440,3431847189,6869397265,1374802199...
oeis/021/A021044.asm
neoneye/loda-programs
11
125675
; A021044: Expansion of 1/((1-x)(1-2x)(1-3x)(1-8x)). ; Submitted by <NAME> ; 1,14,137,1186,9789,79278,637249,5107322,40887077,327183142,2617726761,20942603058,167543199565,1340352738206,10722843363473,85782811346794,686262684222453,5490102054386070,43920818177432185,351366550647536930,2810932420866630941,22487459413996...
programs/oeis/258/A258115.asm
neoneye/loda
22
125676
<reponame>neoneye/loda ; A258115: a(n) = A208570(n)/n. ; 2,3,2,3,2,2,2,3,2,3,2,5,2,3,2,3,2,2,2,3,2,3,2,5,2,3,2,3,2,2,2,3,2,3,2,5,2,3,2,3,2,2,2,3,2,3,2,5,2,3,2,3,2,2,2,3,2,3,2,7,2,3,2,3,2,2,2,3,2,3,2,5,2,3,2,3,2,2,2,3,2,3,2,5,2,3,2,3,2,2,2,3,2,3,2,5,2,3,2,3 seq $0,55874 ; a(n) = largest m such that 1, 2, ..., m divide ...
oeis/239/A239488.asm
neoneye/loda-programs
11
125677
<reponame>neoneye/loda-programs ; A239488: Expansion of 1/x-4/(-sqrt(x^2-10*x+1)-x+1)-3. ; Submitted by <NAME> ; 6,30,186,1290,9582,74550,599730,4948050,41638614,356007630,3083837802,27006251610,238704231102,2126733078630,19079571337314,172209370246050,1562686251141030,14248144422407550,130467052593799962 add $0,1 mov...
EXP1_program_1/main.asm
lightguy875/msp430F5529
1
125678
<reponame>lightguy875/msp430F5529 ;------------------------------------------------------------------------------- ; MSP430 Assembler Code Template for use with TI Code Composer Studio ; ; ;------------------------------------------------------------------------------- .cdecls C,LIST,"msp430.h" ;...
programs/oeis/131/A131769.asm
jmorken/loda
1
125679
; A131769: Number of connected components in the double Bruhat cells for simple Lie groups of type B_n (or C_n). ; 8,30,72,160,352,768,1664,3584,7680,16384,34816,73728,155648,327680,688128,1441792,3014656,6291456,13107200,27262976 mov $1,4 mov $2,4 mov $3,3 add $3,$0 add $3,4 lpb $0 sub $0,1 trn $2,3 mul $3,2 ...
smsq/kbd/ibm/at102cvt.asm
olifink/smsqe
0
125680
; SMSQ IBM KBD AT102 key keyboard conversion  1998 <NAME> section kbdint xdef kbd_at102cvt xref ioq_pbyt include 'dev8_smsq_kbd_keys' ;+++ ; d0 c key code (in a word) ; d1 s ; a2 s ; a3 c p keybard linkage ;--- kbd_at102cvt move.w kb_intop(a3),d1 jmp kbdi_act(pc,d1.w) kbdi_act kbdi_normal cmp.b #$e...
Lab2/lab2_emin.asm
eminkartci/MicroController-Assembly
1
125682
0: CP 50 90// *50 = k WHILE1 1: LT 50 100// if(k < SIZE) 2: BZJ 80 50// PC++ (continue to loop or break) 3: CPi 91 0// m = 0 4: CP 40 90// *40 = k WHILE2 5: NAND 40 40// -k-1 HELP 6: ADD 40 100// SIZE-k-1 7: CP 60 91// *60 = m HELP 8: LT 60 40// if(m < SIZE-k-1) 9: BZJ 81 60// PC++ (continue to loop o...
oeis/102/A102285.asm
neoneye/loda-programs
11
125683
<gh_stars>10-100 ; A102285: G.f. (1-x)/(7*x^2-6*x+1). ; Submitted by <NAME>(s4) ; 1,5,23,103,457,2021,8927,39415,174001,768101,3390599,14966887,66067129,291634565,1287337487,5682582967,25084135393,110726731589,488771441783,2157541529575,9523849084969,42040303802789,185574879221951,819167148712183,3615978737719441,15961...
programs/oeis/120/A120279.asm
neoneye/loda
22
125684
; A120279: a(n) = Sum[Sum[(i+j)!/i!/j!,{i,1,j}],{j,1,n}]. ; 2,11,45,170,631,2346,8780,33089,125466,478181,1830258,7030557,27088856,104647615,405187809,1571990918,6109558567,23782190466,92705454875,361834392094,1413883873953,5530599237752,21654401079301,84859704298176,332818970772227,1306288683596282,5130633983976501,20...
sw/552tests/complex_demo1/shiftTest.asm
JPShen-UWM/ThreadKraken
1
125685
// shiftTest // // Test program for WISC-SP06 architecture: // shifts and bit-reverse and set-condition; // for the single-cycle implementation. // // CS/ECE 552, Spring 2006 // <NAME> 27 March 2006 // // modified by Karu 03/20/2008 // replaced srai with rori // replaced tm with btr // register values in comments not ...
exe/segmrelo.asm
DigitalMars/optlink
28
125686
TITLE SEGMRELO - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE SEGMENTS INCLUDE RELOCSS INCLUDE SEGMSYMS if fg_segm PUBLIC OS2_RELOC_FLUSH .DATA EXTERNDEF TEMP_RECORD:BYTE EXTERNDEF RELOC_COUNT:DWORD,MOVABLE_MASK:DWORD,LAST_SEG_OS2_NUMBER:DWORD,RELOC_BITS_LOG:DWORD EXTERNDEF LIDATA_RE...
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_log2.asm
jpoikela/z88dk
640
125689
<reponame>jpoikela/z88dk ; float log2(float x) SECTION code_clib SECTION code_fp_math48 PUBLIC cm48_sdccix_log2 EXTERN cm48_sdccix_log2_fastcall cm48_sdccix_log2: pop af pop hl pop de push de push hl push af jp cm48_sdccix_log2_fastcall
programs/oeis/092/A092930.asm
jmorken/loda
1
125690
; A092930: n-th partial arithmetic mean is equal to the n-th composite number. ; 4,8,12,12,14,22,26,22,24,36,40,32,34,50,39,41,43,45,66,70,53,55,57,59,86,64,66,96,100,74,76,110,81,83,85,87,126,92,94,96,98,142,146,106,108,110,112,162,117,119,172,176,127,129,131,133,192,138,140,202,145,147 mov $6,$0 mov $8,2 lpb $8 cl...
oeis/282/A282548.asm
neoneye/loda-programs
11
125691
; A282548: Expansion of phi_{12, 1}(x) where phi_{r, s}(x) = Sum_{n, m>0} m^r * n^s * x^{m*n}. ; 0,1,4098,531444,16785412,244140630,2177857512,13841287208,68753047560,282431130813,1000488301740,3138428376732,8920506494928,23298085122494,56721594978384,129747072969720,281612482805776,582622237229778,1157402774071674,221...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21_1436.asm
ljhsiun2/medusa
9
125693
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x727a, %r8 nop nop nop nop nop cmp $21121, %rdi mov $0x6162636465666768, %rbp movq %rbp, %xmm1 vmovups %ymm1, (%r8) nop nop xor %r12, %r12 lea addresses_WT_ht+0x164da, %rs...
Userland/myStdlib_ASM.asm
foviedoITBA/TPE-Arqui
0
125694
global _write global _read global _malloc global _free global _remove_char global _fractal section .text _write: push rbp mov rbp, rsp push rax push rbx push rcx mov rax, 0 ;sys_write mov rbx, rdi ;buffer mov rcx, rsi ;bytes int 80h ;system call pop rcx pop rbx pop rax leave ret _read: push rbp mov ...
Graphics/RenderTextThing.asm
jaredwhitney/os3
5
125696
<reponame>jaredwhitney/os3 Component_type equ 0 Component_image equ 4 Component_x equ 8 Component_y equ 12 Component_w equ 16 Component_h equ 20 Component_nextLinked equ 24 Component_upperRenderFlag equ 28 Component_transparent equ 32 Component_renderFunc equ 36 Component_mouseHandlerFunc equ 4...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_798.asm
ljhsiun2/medusa
9
125697
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %rcx push %rsi lea addresses_D_ht+0x1bedd, %rsi nop nop nop nop add $55280, %r14 movups (%rsi), %xmm4 vpextrq $0, %xmm4, %r8 and %r8, %r8 lea addresses_normal_ht+0x5bbd, %r14 nop nop nop nop nop and %rcx, %rcx movups (%r14), %xmm5 vpextrq $0...
06/full_auto_tests/tests/testPredefiend.asm
yairfine/nand-to-tetris
1
125698
<gh_stars>1-10 @SP D=A @LCL D=A @ARG D=A @THIS D=A @THAT D=A @SCREEN D=A @KBD D=A @R0 D=A @R1 D=A @R2 D=A @R3 D=A @R4 D=A @R5 D=A @R6 D=A @R7 D=A @R8 D=A @R9 D=A @R10 D=A @R11 D=A @R12 D=A @R13 D=A @R14 D=A @R15 D=A @R01 D=A @R101 D=A
Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0xca.log_21829_1584.asm
ljhsiun2/medusa
9
125699
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1cb97, %rcx nop nop nop nop nop and %r13, %r13 movups (%rcx), %xmm1 vpextrq $1, %xmm1, %rax nop nop nop nop cmp %r12, %r12 lea addresses_UC_ht+0x2a...
game/src/song.asm
pvmm/ubox-msx-lib
40
125700
; Green, Song part, encoded in the AKM (minimalist) format V0. Green_Start Green_StartDisarkGenerateExternalLabel Green_DisarkPointerRegionStart0 dw Green_InstrumentIndexes ; Index table for the Instruments. Green_DisarkForceNonReferenceDuring2_1 dw 0 ; Index table for the Arpeggios. Green_DisarkForceNon...
library/cx16/graphics/vera.asm
paulscottrobson/rpl-32
0
125701
<gh_stars>0 ; ****************************************************************************** ; ****************************************************************************** ; ; Name : vera.asm ; Purpose : CX16 Graphics ; Author : <NAME> (<EMAIL>) ; Created : 9th October 2019 ; ; ******************************...
vmsorcerz.asm
TheMachine02/Sorcery
14
125702
<filename>vmsorcerz.asm include 'header/include/ez80.inc' ; kernel header include 'header/asm-errno.inc' include 'header/asm-signal.inc' include 'header/asm-boot.inc' ; kernel build config include 'config' include 'header/asm-leaf.inc' LEAF.settings.flags:=LF_STATIC entry sorcery org $D01000 section '.boot' writeabl...
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_logb.asm
meesokim/z88dk
0
125703
<filename>libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_logb.asm ; float logb(float x) SECTION code_fp_math48 PUBLIC cm48_sdcciy_logb EXTERN cm48_sdcciy_logb_fastcall cm48_sdcciy_logb: pop af pop hl pop de push de push hl push af jp cm48_sdcciy_logb_fastcall
programs/oeis/161/A161737.asm
neoneye/loda
22
125704
<filename>programs/oeis/161/A161737.asm<gh_stars>10-100 ; A161737: Numerators of the column sums of the BG2 matrix. ; 2,16,128,2048,32768,262144,2097152,67108864,2147483648,17179869184,137438953472,2199023255552,35184372088832,281474976710656,2251799813685248,144115188075855872,9223372036854775808,73786976294838206464,...
src/main/fragment/mos6502-common/vdum1=vdum2_plus_vdum3.asm
jbrandwood/kickc
2
125705
<filename>src/main/fragment/mos6502-common/vdum1=vdum2_plus_vdum3.asm lda {m2} clc adc {m3} sta {m1} lda {m2}+1 adc {m3}+1 sta {m1}+1 lda {m2}+2 adc {m3}+2 sta {m1}+2 lda {m2}+3 adc {m3}+3 sta {m1}+3
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_748.asm
ljhsiun2/medusa
9
125706
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xb438, %rsi nop nop nop dec %r15 mov $0x6162636465666768, %r14 movq %r14, %xmm1 movups %xmm1, (%rsi) nop nop nop nop cmp %r8, %r8 lea addresses_WT_ht+0x162f8, %rbp nop nop add...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_237.asm
ljhsiun2/medusa
9
125707
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 push %r8 push %rdi push %rdx // Faulty Load lea addresses_normal+0x103bb, %r11 nop cmp %r12, %r12 mov (%r11), %di lea oracles, %r8 and $0xff, %rdi shlq $12, %rdi mov (%r8,%rdi,1), %rdi pop %rdx pop ...
oeis/234/A234526.asm
neoneye/loda-programs
11
125708
<filename>oeis/234/A234526.asm ; A234526: 3*binomial(10*n+3,n)/(10*n+3). ; Submitted by <NAME> ; 1,3,33,496,8610,162435,3235501,66959532,1425658806,31026962395,687124547340,15434728080408,350818684083868,8053515040969200,186457795206547635,4348790005989493960,102080931442008205230,2409777235191897422982,571727515762007...
Prob3asm_maxdelay/Prob3asm_maxdelay.asm
sachinraghav2/AVR
0
125709
; ****************************************************** ;Prob4.3....Design & Write a code to generate Maximum delay using Timer/Counter1. ; ****************************************************** .include "C:\VMLAB\include\m8def.inc" reset: rjmp start reti ; Addr $01 reti ; A...
programs/oeis/312/A312685.asm
neoneye/loda
22
125710
<reponame>neoneye/loda<filename>programs/oeis/312/A312685.asm ; A312685: Coordination sequence Gal.6.253.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,4,8,14,20,26,32,38,44,50,54,58,62,66,72,78,84,90,96,102,108,112,116,120,124,...
Programs/Program7.asm
trivedi-vatsal/8085-programs
2
125711
;Find the 1's complement of the number stored at memory location 2200H and store the complemented number at memory location 2300H LDA 2200H ;Get the number CMA ;Complement number STA 2300H ;Store the result HLT ;Terminate program execution
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_928.asm
ljhsiun2/medusa
9
125712
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x17bc5, %r11 nop nop sub $3779, %r14 mov $0x6162636465666768, %r9 movq %r9, %xmm7 movups %xmm7, (%r11) cmp %rbp, %rbp lea addresses_A_ht+0x63d5, %rbp clflush (%r...
unittests/ASM/H0F3A/66_0B.asm
cobalt2727/FEX
628
125713
<reponame>cobalt2727/FEX %ifdef CONFIG { "RegData": { "XMM0": ["0x0000000000000000", "0xbfe0000000000000"], "XMM1": ["0x0000000000000000", "0xbfe0000000000000"], "XMM2": ["0x3ff0000000000000", "0xbfe0000000000000"], "XMM3": ["0x0000000000000000", "0xbfe0000000000000"], "XMM4": ["0x0000000000000000...
api/api025.asm
yosswi414/HariboteOS_USB
0
125714
<filename>api/api025.asm [BITS 32] GLOBAL api_fread [SECTION .text] api_fread: ; int api_fread(char *buf, int maxsize, int fhandle); PUSH EBX MOV EDX, 25 MOV EBX, [ESP + 8] ; buf MOV ECX, [ESP + 12] ; maxsize MOV EAX, [ESP + 16] ; fhandle ...
programs/oeis/245/A245342.asm
neoneye/loda
22
125716
<filename>programs/oeis/245/A245342.asm<gh_stars>10-100 ; A245342: Sum of digits of n written in fractional base 7/2. ; 0,1,2,3,4,5,6,2,3,4,5,6,7,8,4,5,6,7,8,9,10,6,7,8,9,10,11,12,3,4,5,6,7,8,9,5,6,7,8,9,10,11,7,8,9,10,11,12,13,4,5,6,7,8,9,10,6,7,8,9,10,11,12,8,9,10,11,12,13,14,10,11,12,13,14,15,16,7 lpb $0 add $1,5...
project_testing/takeIn.asm
Ahmed-ata112/processor_simulation_game
1
125717
DisplayString MACRO STR mov ah,9h mov dx,offset STR int 21h ENDM DisplayString .model small .stack 64 .data command db 30 dup('$') command_Size db 0 ; to store the aactual size of input at the current time forbidden_char db 'A' finished_taking_input db 0 ; just a...
Computer Organization & Architecture/basic-assembly/inputSumDiff.asm
eugenetriguba/academic-courses
0
125718
<filename>Computer Organization & Architecture/basic-assembly/inputSumDiff.asm ; Read 2 numbers, output the sum and difference .586 .MODEL FLAT INCLUDE io.h .STACK 4096 .DATA num1 DWORD ? num2 DWORD ? sum DWORD 0 diff DWORD ? prompt1 BYTE "Enter first number", 0 prompt...
oeis/344/A344055.asm
neoneye/loda-programs
11
125719
<gh_stars>10-100 ; A344055: a(n) = 2^n * n! * [x^n](exp(2*x) * BesselI(1, x)). ; Submitted by <NAME> ; 0,1,8,51,304,1770,10224,58947,340064,1964862,11374000,65966318,383289504,2230877428,13005037920,75923905635,443837331648,2597761611894,15221636471088,89283411393018,524194439193120,3080311943546124,18115458433730592,1...
2018/csaw18finalsctf/v35/robot_mgmt.asm
theKidOfArcrania/ctf-writeups
5
125720
TERMINAL_INPUT equ 0 TERMINAL_OUTPUT equ 1 FACTORY_CONTROL equ 2 LOG_OUTPUT equ 3 SYS_RAND equ 0x23 SYS_UNMAP_ROM equ 0x54 global _start _start: jmp __init main: push ebp push ebx mov ecx, [__cookie] xor ecx, [esp + 8] push ecx mov ebp, esp sub esp, 32 call __get_base .rel_base: lea ebx, [ebx +...
Assembly/prueba.asm
MiguelGomez/labs
0
125722
.model small .stack 100h .data bytes db 65,66 words dw 45h .code mov ax, @data mov ds, ax mov bp, offset words mov ax, 82h mov si,0 sub word ptr [ds:bp],2 mov ax, [ds:bp] ;despliega cx veces lo que esta contenido en AL mov AH,0ah xor bx,bx mov cx,1 ...
private/ntos/dll/i386/emfadd.asm
King0987654/windows2000
17
125723
<reponame>King0987654/windows2000<gh_stars>10-100 subttl emfadd.asm - Addition and Subtraction page ;******************************************************************************* ; Copyright (c) Microsoft Corporation 1991 ; All Rights Reserved ; ;emfadd.asm - long double add and subtract ; by <NAME> ; ;...
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_1171_1549.asm
ljhsiun2/medusa
9
125724
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x15564, %rcx clflush (%rcx) nop xor %r14, %r14 mov $0x6162636465666768, %rdx movq %rdx, %xmm1 and $0xffffffffffffffc0, %rcx vmovntdq %ymm1, (%rcx) nop nop nop nop nop dec %r15...
ch09/32 bit/RowSum.asm
William0Friend/my_masm
0
125725
<gh_stars>0 ; Row Sum Calculation (RowSum.asm) ; This program demonstrates the use of Base-Index addressing ; with a two-dimensional table array of bytes (a byte matrix). INCLUDE Irvine32.inc .data tableB BYTE 10h, 20h, 30h, 40h, 50h BYTE 60h, 70h, 80h, 90h, 0A0h BYTE 0B0h,...
programs/oeis/160/A160378.asm
karttu/loda
1
125726
<filename>programs/oeis/160/A160378.asm ; A160378: a(n) = n^3 - n*(n+1)/2. ; 0,0,5,21,54,110,195,315,476,684,945,1265,1650,2106,2639,3255,3960,4760,5661,6669,7790,9030,10395,11891,13524,15300,17225,19305,21546,23954,26535,29295,32240,35376,38709,42245,45990,49950,54131,58539 mov $1,$0 bin $0,2 mul $1,2 mul $1,$0 add $...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_1_1189.asm
ljhsiun2/medusa
9
125727
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1baa0, %rsi lea addresses_normal_ht+0x183b4, %rdi clflush (%rdi) nop nop nop nop nop xor $40311, %r14 mov $35, %rcx rep movsw nop nop cmp %r12, %r12 lea addresses_normal_ht+...
nasm-gcc-container/nasm-gcc/src/03/risc_cisc.asm
smith-30/low-layer
0
125728
<reponame>smith-30/low-layer mov rax, 0x1111222233334444 mov eax, 0x55556666 ; rax = 0x0000000055556666 ; not rax = 0x1122334455556666 ; むしろ 0x11112222255556666 だと思ってた mov rax, 0x1111222233334444 ; rax = 0x1111222233334444 mov ax, 0x7777 ...
libsrc/_DEVELOPMENT/compress/zx0/c/sccz80/dzx0_standard_callee.asm
ahjelm/z88dk
640
125729
; void dzx0_standard_callee(void *src, void *dst) SECTION code_clib SECTION code_compress_zx0 PUBLIC dzx0_standard_callee EXTERN asm_dzx0_standard dzx0_standard_callee: IF __CPU_GBZ80__ pop bc pop de pop hl push bc ELSE pop hl pop de ex (sp),hl ENDIF jp asm_dzx0_standard
Code_5.asm
vishnuajith/PIC-18-Example-Codes
0
125732
;******************************************************************* ;* Description : Sets RC5 and RC6 as OUTPUT and sets then to high ;* after that PIC is stoped. ;* ;******************************************************************* #include<p18F452.inc> CONFIG WDT = OFF, oscs=off, osc=hs ORG 0 BC...
programs/oeis/123/A123296.asm
jmorken/loda
1
125734
; A123296: Number of permutations of n distinct letters (ABCD...) each of which appears 5 times and having n-2 fixed points. ; 0,25,75,150,250,375,525,700,900,1125,1375,1650,1950,2275,2625,3000,3400,3825,4275,4750,5250,5775,6325,6900,7500,8125,8775,9450,10150,10875,11625,12400,13200,14025,14875,15750,16650,17575,18525,...
Data/ships/Worm.asm
ped7g/EliteNext
0
125735
Worm: DB $00, $26, $49 DW WormEdges DB WormEdgesSize DB $00, $12 DB WormVertSize DB WormEdgesCnt DB $00, $00 DB WormNormalsSize ...
binutils-2.21.1/gcc-4.5.1/gcc/config/mips/irix-crti.asm
cberner12/xv6
2
125736
/* Copyright (C) 2004, 2008 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distribut...
untested/ARM/calcPi.asm
GabrielRavier/Generic-Assembly-Samples
0
125737
<gh_stars>0 code32 format ELF public _calcPi section '.text' executable align 16 _calcPi: ; The calculation is just impossible to implement adr r1, .pi ldmia r1, {r0-r1} bx lr .pi: dw 0x54442D18, 0x400921FB
libsrc/stdio/ansi/gencon/f_ansi_char.asm
ahjelm/z88dk
640
125739
; ; ANSI Video handling for interworking with gencon ; ; set it up with: ; .__console_w = max columns ; .__console_h = max rows ; ; Display a char in location (__console_y),(__console_x) ; A=char to display ; MODULE __gencon_ansi_CHAR SECTION code_clib PUBLIC __gencon_ansi_CHAR EXTERN __console_x EXTER...
programs/oeis/249/A249124.asm
karttu/loda
0
125741
<reponame>karttu/loda ; A249124: Position of 2*n^6 in the ordered union of {h^6, h >= 1} and {2*k^6, k >= 1}. ; 2,4,6,8,10,12,14,16,19,21,23,25,27,29,31,33,36,38,40,42,44,46,48,50,53,55,57,59,61,63,65,67,70,72,74,76,78,80,82,84,87,89,91,93,95,97,99,101,104,106,108,110,112,114,116,118,120,123,125,127,129,131 mov $2,2 a...
oeis/039/A039642.asm
neoneye/loda-programs
11
125742
; A039642: Number of steps to fixed point of "k -> k/2 or (k-1)/2 until result is prime", starting with prime(n)-1. ; Submitted by <NAME>(s2) ; 1,1,2,2,2,3,4,4,2,3,3,5,4,4,2,3,2,4,6,3,6,3,2,4,6,6,6,2,4,5,3,7,4,4,3,3,4,6,2,3,2,5,3,7,7,7,5,5,2,6,4,3,6,4,8,2,3,3,5,5,5,3,5,5,5,3,4,7,2,4,6,2,6,5,4,2,3,8,8,8,6,6,3,6,3,6,7,7,...
src/test/ref/struct-ptr-20.asm
jbrandwood/kickc
2
125743
// Demonstrates problem with conditions using negated struct references // Commodore 64 PRG executable file .file [name="struct-ptr-20.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Co...
Transynther/x86/_processed/NONE/_zr_un_/i9-9900K_12_0xa0.log_14_1600.asm
ljhsiun2/medusa
9
125744
<filename>Transynther/x86/_processed/NONE/_zr_un_/i9-9900K_12_0xa0.log_14_1600.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x10602, %rsi lea addresses_A_ht+0x7d82, %rdi clflush (%rsi) clflush (%rdi) sub %r14, %r14...