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
Labs/Lab4/lab04_ex4.asm
ptr2578/CS61
1
122067
;================================================= ; Name: <NAME> ; Email: <EMAIL> ; GitHub username: ptr2578 ; ; Lab: lab 4 ; Lab section: B21 ; TA: <NAME> ; ;================================================= .ORIG x3000 ;------------- ; Instructions ;------------- LD R1, ARRAY ; Load address of Array into R1 ;...
third_party/codecs/xvidcore/src/image/x86_asm/colorspace_yuv_mmx.asm
Narflex/sagetv
292
122068
;/**************************************************************************** ; * ; * XVID MPEG-4 VIDEO CODEC ; * - MMX and XMM YV12->YV12 conversion - ; * ; * Copyright(C) 2001-2008 <NAME> <<EMAIL>> ; * ; * This program is free software; you can redistribute it and/or modify it ; * under the terms of the GNU Gen...
programs/oeis/164/A164080.asm
neoneye/loda
22
122069
; A164080: Perfect squares one less than a triangular number. ; 0,9,324,11025,374544,12723489,432224100,14682895929,498786237504,16944049179225,575598885856164,19553418069930369,664240615491776400,22564627508650467249,766533094678624110084,26039560591564569275625 seq $0,276602 ; Values of n such that n^2 + 10 is a tri...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1247.asm
ljhsiun2/medusa
9
122070
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x254e, %rcx clflush (%rcx) nop nop nop nop nop xor %rdx, %rdx movups (%rcx), %xmm4 vpextrq $0, %xmm4, %rdi nop nop nop inc %rdi lea addresses_D_h...
programs/oeis/000/A000792.asm
neoneye/loda
22
122074
; A000792: a(n) = max{(n - i)*a(i) : i < n}; a(0) = 1. ; 1,1,2,3,4,6,9,12,18,27,36,54,81,108,162,243,324,486,729,972,1458,2187,2916,4374,6561,8748,13122,19683,26244,39366,59049,78732,118098,177147,236196,354294,531441,708588,1062882,1594323,2125764,3188646,4782969,6377292,9565938,14348907,19131876,28697814,43046721,573...
programs/oeis/088/A088218.asm
karttu/loda
1
122075
<filename>programs/oeis/088/A088218.asm ; A088218: Total number of leaves in all rooted ordered trees with n edges. ; 1,1,3,10,35,126,462,1716,6435,24310,92378,352716,1352078,5200300,20058300,77558760,300540195,1166803110,4537567650,17672631900,68923264410,269128937220,1052049481860,4116715363800,16123801841550,6320530...
libsrc/_DEVELOPMENT/adt/p_list/z80/asm_p_list_remove_after.asm
meesokim/z88dk
0
122076
<reponame>meesokim/z88dk ; =============================================================== ; Jan 2014 ; =============================================================== ; ; void *p_list_remove_after(p_list_t *list, void *list_item) ; ; Remove item following list_item from the list. ; ; ================================...
programs/oeis/212/A212772.asm
neoneye/loda
22
122077
; A212772: Floor((n+1)*(n-3)*(n-4)/12). ; 1,1,0,0,0,1,3,8,15,25,38,56,78,105,137,176,221,273,332,400,476,561,655,760,875,1001,1138,1288,1450,1625,1813,2016,2233,2465,2712,2976,3256,3553,3867,4200,4551,4921,5310,5720,6150,6601,7073,7568,8085,8625,9188,9776,10388,11025,11687,12376,13091,13833,14602,15400,16226,17081,1796...
data/pokemon/base_stats/wormadam.asm
AtmaBuster/pokeplat-gen2
6
122079
db 0 ; species ID placeholder db 60, 59, 85, 36, 79, 105 ; hp atk def spd sat sdf db BUG, GRASS ; type db 45 ; catch rate db 148 ; base exp db NO_ITEM, SILVERPOWDER ; items db GENDER_F100 ; gender ratio db 15 ; step cycles to hatch INCBIN "gfx/pokemon/wormadam/front.dimensions" db GROWTH_MEDIUM...
programs/oeis/141/A141995.asm
neoneye/loda
22
122080
; A141995: Primes congruent to 19 mod 29. ; 19,193,251,367,541,599,773,947,1063,1237,1759,1933,2281,2339,2687,2803,2861,3209,3499,3557,3673,3847,4021,4079,4253,5297,5413,5471,6689,6863,7211,7559,7907,8081,8429,8719,8893,8951,9067,9241,9473,10111,10169,10343,10459,10691,11213,11329,11503,11677,11909,12373,12547,12721,12...
externals/mpir-3.0.0/mpn/x86_64/k8/k10/popcount.asm
JaminChan/eos_win
12
122083
<gh_stars>10-100 dnl mpn_popcount dnl Copyright 2010 The <NAME> dnl This file is part of the MPIR Library. dnl The MPIR Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Public License as published dnl by the Free Software Foundation; either versio...
8088/xtserver/testcases/delay.asm
reenigne/reenigne
92
122084
org 0 cpu 8086 mov ax,cs mov ds,ax mov si,message mov cx,messageEnd-message int 0x64 sti mov ax,0x40 mov ds,ax mov ax,[0x6c] delayLoop: mov bx,[0x6c] sub bx,ax cmp bx,546 jbe delayLoop mov ax,cs mov ds,ax mov si,doneMessage mov cx,doneMessageEnd-doneMessage int 0x64 int 0x67 ...
programs/oeis/164/A164111.asm
karttu/loda
0
122086
; A164111: Expansion of (1-x)/(1+4*x^2). ; 1,-1,-4,4,16,-16,-64,64,256,-256,-1024,1024,4096,-4096,-16384,16384,65536,-65536,-262144,262144,1048576,-1048576,-4194304,4194304,16777216,-16777216,-67108864,67108864,268435456,-268435456,-1073741824,1073741824,4294967296,-4294967296,-17179869184,17179869184,68719476736,-6871...
programs/oeis/276/A276871.asm
neoneye/loda
22
122087
<reponame>neoneye/loda ; A276871: Sums-complement of the Beatty sequence for sqrt(5). ; 1,10,19,28,37,48,57,66,75,86,95,104,113,124,133,142,151,162,171,180,189,198,209,218,227,236,247,256,265,274,285,294,303,312,323,332,341,350,359,370,379,388,397,408,417,426,435,446,455,464,473,484,493,502 mul $0,2 mov $1,$0 sub $0,1...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_1279.asm
ljhsiun2/medusa
9
122088
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x1bc4e, %r11 and %r10, %r10 movl $0x61626364, (%r11) nop nop nop cmp $30970, %r14 lea addresses_WC_ht+0x892e, %rsi lea addresses_WC_ht+0x15a06, %rdi clflush (%rs...
PRG/levels/Desert/2-1Bonus.asm
narfman0/smb3_pp1
0
122091
<gh_stars>0 ; Original address was $B62B ; 2-1 bonus rooms .word W201L ; Alternate level layout .word W201O ; Alternate object layout .byte LEVEL1_SIZE_04 | LEVEL1_YSTART_170 .byte LEVEL2_BGPAL_03 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_09 | LEVEL3_VSCROLL_LOCKED | LEVEL3_PIPENOTEXIT .byte LEVE...
scripts/CeruleanGym.asm
opiter09/ASM-Machina
1
122093
<filename>scripts/CeruleanGym.asm CeruleanGym_Script: ld hl, wCurrentMapScriptFlags bit 6, [hl] res 6, [hl] call nz, .LoadNames call EnableAutoTextBoxDrawing ld hl, CeruleanGymTrainerHeaders ld de, CeruleanGym_ScriptPointers ld a, [wCeruleanGymCurScript] call ExecuteCurMapScriptInTable ld [wCeruleanGymCurScri...
video-memory/count/nasm-intel-count-columns/start.asm
Bigsby/x86_64
0
122094
<reponame>Bigsby/x86_64<filename>video-memory/count/nasm-intel-count-columns/start.asm mov ax, 0xb800 ; start of video text memory at 0xb8000 mov ds, ax ; and move it into ds (data destination segment) xor di, di ; set di (destination index) to zero) mov cx, 0x80 ...
programs/oeis/270/A270819.asm
neoneye/loda
22
122095
<filename>programs/oeis/270/A270819.asm<gh_stars>10-100 ; A270819: a(n) is the number of arithmetic progressions of length 3 among the quadratic residues modulo prime(n). ; 0,0,0,0,10,12,16,36,44,84,90,144,160,210,230,312,406,420,528,560,576,702,820,880,1056,1200,1224,1378,1404,1456,1890,2080,2176,2346,2664,2700,2964,3...
oeis/021/A021542.asm
neoneye/loda-programs
11
122096
<reponame>neoneye/loda-programs ; A021542: Decimal expansion of 1/538. ; Submitted by <NAME>(s3) ; 0,0,1,8,5,8,7,3,6,0,5,9,4,7,9,5,5,3,9,0,3,3,4,5,7,2,4,9,0,7,0,6,3,1,9,7,0,2,6,0,2,2,3,0,4,8,3,2,7,1,3,7,5,4,6,4,6,8,4,0,1,4,8,6,9,8,8,8,4,7,5,8,3,6,4,3,1,2,2,6,7,6,5,7,9,9,2,5,6,5,0,5,5,7,6,2,0,8,1 seq $0,173833 ; 10^n -...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_113_1360.asm
ljhsiun2/medusa
9
122097
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1e138, %rdx nop nop nop nop nop and %rax, %rax movw $0x6162, (%rdx) and $37880, %r11 lea addresses_WT_ht+0x4b58, %rdi nop nop nop and ...
logical/oddEven.asm
slowy07/learnAsm
1
122098
<filename>logical/oddEven.asm section .text global _start _start: mov ax, 7h ;create number mov ax, 1 jz evnn mov eax, 4 mov ebx, 1 mov ecx, oddMsg mov edx, len2 int 0x80 ;kernel jmp output evnn: mov ah, 08h mov eax, 4 mov ebx, 1 mov ecx, evenMsg mov edx, ...
oeis/180/A180318.asm
neoneye/loda-programs
11
122099
<filename>oeis/180/A180318.asm ; A180318: Expansion of a(-q) in powers of q where a(q) is a cubic AGM function. ; Submitted by <NAME>(s3) ; 1,-6,0,-6,6,0,0,-12,0,-6,0,0,6,-12,0,0,6,0,0,-12,0,-12,0,0,0,-6,0,-6,12,0,0,-12,0,0,0,0,6,-12,0,-12,0,0,0,-12,0,0,0,0,6,-18,0,0,12,0,0,0,0,-12,0,0,0,-12,0,-12,6,0,0,-12,0,0,0,0,0,-...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_69.asm
ljhsiun2/medusa
9
122101
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xe6f5, %r14 sub %rdx, %rdx movb $0x61, (%r14) nop nop nop nop xor %r8, %r8 lea addresses_A_ht+0x6095, %rsi lea addresses_WT_ht+0xa275, %rdi clflush (%rdi) nop n...
oeis/117/A117863.asm
neoneye/loda-programs
11
122102
<gh_stars>10-100 ; A117863: Number of palindromes (in base 4) below 4^n. ; 3,6,18,30,78,126,318,510,1278,2046,5118,8190,20478,32766,81918,131070,327678,524286,1310718,2097150,5242878,8388606,20971518,33554430,83886078,134217726,335544318,536870910,1342177278,2147483646,5368709118,8589934590,21474836478,34359738366,8589...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2934.asm
ljhsiun2/medusa
9
122103
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2934.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x4811, %rcx nop nop nop nop xor $32725, %rbp mov (%rcx), %...
oeis/321/A321907.asm
neoneye/loda-programs
11
122104
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A321907: If n > 1 is the k-th prime number, then a(n) = k!, otherwise a(n) = 0. ; Submitted by <NAME> ; 1,1,2,0,6,0,24,0,0,0,120,0,720,0,0,0,5040,0,40320,0,0,0,362880,0,0,0,0,0,3628800,0,39916800,0,0,0,0,0,479001600,0,0,0,6227020800,0,87178291200,0,0,0,1307674368000,0,0...
third_party/codecs/xvidcore/src/motion/x86_asm/sad_3dn.asm
Narflex/sagetv
292
122105
;/**************************************************************************** ; * ; * XVID MPEG-4 VIDEO CODEC ; * - 3DNow sad operators w/o XMM instructions - ; * ; * Copyright(C) 2002 <NAME> <<EMAIL>> ; * ; * This program is free software; you can redistribute it and/or modify it ; * under the terms of the GNU G...
programs/oeis/285/A285703.asm
neoneye/loda
22
122106
<gh_stars>10-100 ; A285703: a(n) = A000203(A064216(n)). ; 1,3,4,6,7,8,12,12,14,18,18,20,13,15,24,30,24,24,32,36,38,42,28,44,31,42,48,32,54,54,60,42,48,62,60,68,72,39,48,74,31,80,56,72,84,72,90,72,90,56,98,102,72,104,108,96,110,80,84,84,57,114,40,114,126,128,108,60,132,138,132,96,96,93,140,150,98,120,152,144,120,158,96,...
programs/oeis/226/A226451.asm
jmorken/loda
1
122107
; A226451: a(n) = n*(7*n^2-12*n+7)/2. ; 0,1,11,51,142,305,561,931,1436,2097,2935,3971,5226,6721,8477,10515,12856,15521,18531,21907,25670,29841,34441,39491,45012,51025,57551,64611,72226,80417,89205,98611,108656,119361,130747,142835,155646,169201,183521,198627,214540,231281,248871,267331,286682,306945,328141,350291,37341...
oeis/258/A258978.asm
neoneye/loda-programs
11
122108
; A258978: a(n) = 1 + sigma(n) + sigma(n)^2 + sigma(n)^3 + sigma(n)^4. ; 5,121,341,2801,1555,22621,4681,54241,30941,111151,22621,637421,41371,346201,346201,954305,111151,2374321,168421,3187591,1082401,1727605,346201,13179661,954305,3187591,2625641,10013305,837931,27252361,1082401,16007041,5421361,8663491,5421361,693369...
programs/oeis/195/A195499.asm
neoneye/loda
22
122110
<reponame>neoneye/loda ; A195499: Denominators a(n) of Pythagorean approximations b(n)/a(n) to sqrt(3). ; 3,8,33,120,451,1680,6273,23408,87363,326040,1216801,4541160,16947843,63250208,236052993,880961760,3287794051,12270214440,45793063713,170902040408,637815097923,2380358351280,8883618307201,33154114877520 add $0,2 se...
programs/oeis/271/A271355.asm
neoneye/loda
22
122112
<filename>programs/oeis/271/A271355.asm ; A271355: Triangular array: T(n,k) = |round[(r^n)*(s^k)|, where r = golden ratio = (1+ sqrt(5))/2, s = (1 - sqrt(5))/2, 1 < = k <= n, n > = 0. ; 1,2,1,3,2,1,4,3,2,1,7,4,3,2,1,11,7,4,3,2,1,18,11,7,4,3,2,1,29,18,11,7,4,3,2,1,47,29,18,11,7,4,3,2,1,76,47,29,18,11,7,4,3,2,1,123,76,4...
programs/oeis/001/A001088.asm
neoneye/loda
22
122113
; A001088: Product of totient function: a(n) = Product_{k=1..n} phi(k) (cf. A000010). ; 1,1,2,4,16,32,192,768,4608,18432,184320,737280,8847360,53084160,424673280,3397386240,54358179840,326149079040,5870683422720,46965467381760,563585608581120,5635856085811200,123988833887846400,991910671102771200,19838213422055424000,2...
programs/oeis/094/A094569.asm
neoneye/loda
22
122114
; A094569: Associated with alternating row sums of array in A094568. ; 2,11,78,532,3649,25008,171410,1174859,8052606,55193380,378301057,2592914016,17772097058,121811765387,834910260654,5722560059188,39223010153665,268838511016464,1842646566961586,12629687457714635,86565165637040862,593326472001571396,406672013837395891...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_1886.asm
ljhsiun2/medusa
9
122115
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x183e, %r14 nop nop nop cmp %r15, %r15 movb (%r14), %r12b nop nop dec %rsi lea addresses_UC_ht+0xa1fe, %r15 nop nop nop and $51364, %rbx movl $0x616...
sound/sfxasm/BE.asm
NatsumiFox/Sonic-3-93-Nov-03
7
122116
BE_Header: sHeaderInit ; Z80 offset is $D8D2 sHeaderPatch BE_Patches sHeaderTick $01 sHeaderCh $01 sHeaderSFX $80, $05, BE_FM5, $F3, $05 BE_FM5: sPatFM $00 dc.b nBb2, $7E sStop BE_Patches: ; Patch $00 ; $35 ; $06, $02, $03, $05, $0A, $06, $0A, $D9 ; $0C, $07, $03, $0A, $08, $0A, $10, $09 ; $62, $0...
floppy.asm
KenyStev/MicroFS_x86
0
122117
; void reset() floppy: .reset: mov ah, RESET mov dl, DRIVE int IO jc .reset ret ; void read(unsigned int track, unsigned int sector, unsigned int count) .read: push bp mov bp, sp call floppy.reset .sectorRead: mov ah, READ mov ch, BYTE [ARG(0)] mov cl, BYTE...
YearIII/SemesterV/Microprocessors/Practicals/bcdADD/bcdADD.asm
jarvis-1805/myappsample
2
122118
; Perform BCD addition on two 32-bit numbers. ; 12345678H + 94562145H .MODEL TINY .486 .CODE .STARTUP ; initialize registers MOV EBX, 12345678H ; BH = 56H BL = 78H MOV EDX, 94562145H ; DH = 21H DL = 45H ; perform ADDition ADD DL, BL ; DL = 45H + 78H = BDH ; perform Decimal Adjust after Additi...
source/MicroBenchX.Ipc/IpcTests/mul_avx512_float.asm
clayne/MicroBenchX
15
122119
[BITS 64] %include "parameters.inc" extern exit global mul_avx512_float section .text mul_avx512_float: push rbp mov rax, ITERATIONS_mul_avx512f lea rbx, [rel avx_iv] vmovdqa32 zmm0, [rbx] vmovdqa32 zmm1, [rbx] vmovdqa32 zmm2, [rbx] vmovdqa32 zmm3, [rbx] vmovdqa32 zmm4, [rbx] vmovdqa32 zmm5, [rbx] ...
src/drivers/disk/disk_16.asm
DreamPearl/FuzzyOS
10
122121
<reponame>DreamPearl/FuzzyOS<gh_stars>1-10 [BITS 16] global _low_int_0x13 [SECTION .text] _low_int_0x13: push ebp mov ebp, esp ; callee save register push ebx push esi push edi push es ; check es mov ax, [ebp + 0x18] ; (es) mo...
oeis/021/A021269.asm
neoneye/loda-programs
11
122123
; A021269: Decimal expansion of 1/265. ; 0,0,3,7,7,3,5,8,4,9,0,5,6,6,0,3,7,7,3,5,8,4,9,0,5,6,6,0,3,7,7,3,5,8,4,9,0,5,6,6,0,3,7,7,3,5,8,4,9,0,5,6,6,0,3,7,7,3,5,8,4,9,0,5,6,6,0,3,7,7,3,5,8,4,9,0,5,6,6,0,3,7,7,3,5,8,4,9,0,5,6,6,0,3,7,7,3,5,8,4 mov $2,10 pow $2,$0 mul $2,2 div $2,53 mov $0,$2 mod $0,10
programs/oeis/098/A098558.asm
karttu/loda
0
122124
<filename>programs/oeis/098/A098558.asm ; A098558: Expansion of e.g.f. (1+x)/(1-x). ; 1,2,4,12,48,240,1440,10080,80640,725760,7257600,79833600,958003200,12454041600,174356582400,2615348736000,41845579776000,711374856192000,12804747411456000 mov $1,$0 pow $3,$0 fac $1 mov $2,$3 mul $1,2 sub $1,$2
engine/overworld/turn_sprite.asm
opiter09/ASM-Machina
1
122125
UpdateSpriteFacingOffsetAndDelayMovement:: ld h, HIGH(wSpriteStateData2) ldh a, [hCurrentSpriteOffset] add $8 ld l, a ld a, $7f ; maximum movement delay ld [hl], a ; x#SPRITESTATEDATA2_MOVEMENTDELAY dec h ; HIGH(wSpriteStateData1) ldh a, [hCurrentSpriteOffset] add $9 ld l, a ld a, [hld] ; x#SPRITESTATEDATA1_...
Debug/i2c.asm
polamagdygeo/uWave
0
122126
;****************************************************************************** ;* TI ARM C/C++ Codegen Unix v18.1.1.LTS * ;* Date/Time created: Fri Jul 3 20:08:24 2020 * ;****************************************************************************** ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_5641_804.asm
ljhsiun2/medusa
9
122127
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_5641_804.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %rax push %rbp push %rbx push %rcx push %rdx lea addresses_normal_ht+0xc963, %rbp nop nop nop inc %rcx mov $0x6162636465666768, %rax movq %rax, %xmm7 vmovups %ymm7, (%...
Transynther/x86/_processed/NC/_st_zr_4k_/i7-7700_9_0x48.log_21829_2578.asm
ljhsiun2/medusa
9
122128
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x80d6, %rsi lea addresses_UC_ht+0xfa2e, %rdi clflush (%rdi) nop nop nop add $49216, %rax mov $18, %rcx rep movsl nop nop sub $25999, %rdi lea addres...
src/game/score.asm
blambi/floppybird
0
122129
<reponame>blambi/floppybird<filename>src/game/score.asm add_score: add word [score], 1 ret new_highscore: push ax mov ax, word [score] cmp ax, word [highscore] jle .reset mov word [highscore], ax .reset: mov word [score], 0 pop ax ret draw_score: push word [score] call draw_number ret draw_highscore:...
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_1864.asm
ljhsiun2/medusa
9
122130
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_1864.asm .global s_prepare_buffers s_prepare_buffers: push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1068b, %rbp nop nop nop nop nop dec %rbx mov $0x61626364...
programs/oeis/003/A003486.asm
neoneye/loda
22
122131
; A003486: a(n) = (n^2 + 1)*3^n. ; 1,6,45,270,1377,6318,26973,109350,426465,1614006,5963949,21611934,77058945,271034910,942244893,3242852982,11063007297,37450647270,125911658925,420738651054,1398200544801,4623476115726,15219813910365,49895884778310,162961842549537,530402669511318,1720843165778733,5566686164040510,17958...
src/C/nettle/nettle-2.7.1/camellia-crypt-internal.asm
GaloisInc/hacrypto
34
122132
<filename>src/C/nettle/nettle-2.7.1/camellia-crypt-internal.asm<gh_stars>10-100 C nettle, low-level cryptographics library C C Copyright (C) 2010, <NAME> C C The nettle library is free software; you can redistribute it and/or modify C it under the terms of the GNU Lesser General Public License as published by C the ...
codes/first_and_last_capital_letters_of_a_line.asm
rupak10987/ASSEMBLY_language_practice
0
122133
<reponame>rupak10987/ASSEMBLY_language_practice<filename>codes/first_and_last_capital_letters_of_a_line.asm .model small .stack 100h .data .code main proc mov bh,'0' mov ah,1 int 21h while_: cmp al,0Dh je line_end ;if between 'A' and 'Z' cmp al,'A' jnge not_cap cmp al,'Z' jn...
mou/MouRoute.asm
osfree-project/FamilyAPI
0
122134
;/*! ; @file ; ; @brief Mouse Router ; ; (c) osFree Project 2018-2022, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS and OS/2 ; ; @author <NAME> (<EMAIL>) ; ;*/ .8086 ; Helpers INCLUDE helpers.inc INCLUDE bse...
libs/CPC_V2_SimpleScreenSetup.asm
CurlyPaul/cpc-z80-twisting-tower
2
122135
;;***************************************************************************************** ;; Origially based on examples in the zip file found at https://www.chibiakumas.com/z80/ ;; ;; Public entry points: ;; ;; - Screen_Init ;; - GetScreenPos ;; - GetNextLine ;; - SwitchScreenBuffer ;; ;; Label expectations: ;; - ...
programs/oeis/065/A065165.asm
neoneye/loda
22
122136
<gh_stars>10-100 ; A065165: Permutation t->t+2 of Z, folded to N. ; 4,6,2,8,1,10,3,12,5,14,7,16,9,18,11,20,13,22,15,24,17,26,19,28,21,30,23,32,25,34,27,36,29,38,31,40,33,42,35,44,37,46,39,48,41,50,43,52,45,54,47,56,49,58,51,60,53,62,55,64,57,66,59,68,61,70,63,72,65,74,67,76,69,78,71,80,73,82,75,84,77,86,79,88,81,90,83,...
Kernel/asm/interrupts.asm
pdomins/SO_TP2
0
122137
<reponame>pdomins/SO_TP2 GLOBAL _cli GLOBAL _sti GLOBAL picMasterMask GLOBAL picSlaveMask GLOBAL haltcpu GLOBAL _hlt GLOBAL _forceInt GLOBAL _xchg GLOBAL _xadd GLOBAL _syscallHandler GLOBAL _irq00Handler GLOBAL _irq01Handler GLOBAL _irq02Handler GLOBAL _irq03Handler GLOBAL _irq04Handler GLOBAL _irq05Handler GLOBAL _...
data/pokemon/dex_entries/piloswine.asm
AtmaBuster/pokeplat-gen2
6
122138
db "SWINE@" ; species name db "Although its legs" next "are short, its" next "rugged hooves" page "prevent it from" next "slipping, even on" next "icy ground.@"
dino/lcs/etc/0.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
122139
<reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<filename>dino/lcs/etc/0.asm copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 00494A move.l D0, (A4)+ 00494C move.l D0, (A4)+ 004D38 move.l D0, (A4)+ 004D3A move.l D0, (A4)+ 00AE7E m...
oeis/112/A112698.asm
neoneye/loda-programs
11
122140
; A112698: Partial sum of Catalan numbers A000108 multiplied by powers of 4. ; Submitted by <NAME> ; 1,5,37,357,3941,46949,587621,7616357,101332837,1375876965,18987759461,265554114405,3755416368997,53610591434597,771525112379237,11181285666076517,163041321978836837,2390321854565988197,35213403387429271397,5209950100738...
util/gut/fbcur.asm
olifink/smsqe
0
122142
<gh_stars>0 ; General IO utility: fetch byte with cursor V2.00  1988 <NAME> section gen_util xdef gu_fbcur xref gu_iow include 'dev8_keys_qdos_io' ;+++ ; This routine does fetch byte with cursor enabled ; ; d1 r byte fetched ; a0 c p channel ID ; a1...
oeis/323/A323988.asm
neoneye/loda-programs
11
122143
<gh_stars>10-100 ; A323988: a(n) = 2^(n - 1) + binomial(n, floor(n/2))*(n + 1)/2. ; Submitted by <NAME> ; 1,2,5,10,23,46,102,204,443,886,1898,3796,8054,16108,33932,67864,142163,284326,592962,1185924,2464226,4928452,10209620,20419240,42190558,84381116,173962532,347925064,715908428,1431816856,2941192472,5882384944,120653...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_1190_1496.asm
ljhsiun2/medusa
9
122144
<filename>Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_1190_1496.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0xbf93, %r9 sub $63549, %r15 mov (%r9), %r11d nop inc %r9 lea addresses_A_h...
rtl/krnlas.asm
udos-project/UDOS
7
122145
CSECT * HwDoSVC * IN: * arg0 * arg1 * arg2 * svc code * OUT: * retcode ENTRY @ZHWDSVC @ZHWDSVC DS 0H SAVE (14,12),,@ZHWDSVC LR 12,15 USING @ZHWDSVC,12 LR 11,1 L 4,0(11) L 1,4(11) L 2,8(11) L 3,12(11) SVC 26...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1913.asm
ljhsiun2/medusa
9
122147
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0xf253, %rsi lea addresses_WC_ht+0x3e6d, %rdi clflush (%rsi) xor %r11, %r11 mov $98, %rcx rep movsw nop nop nop nop sub $52704, %rax lea addresses_WC_ht+0x197d3...
src/hvpp/hvpp/vcpu.asm
MeeSong/hvpp
1
122148
<gh_stars>1-10 ;++ ; ; Copyright (c) <NAME>. All rights reserved. ; ; Module: ; ; vcpu.asm ; ; Abstract: ; ; This module implements VM-Exit stub handler. ; ; Author: ; ; <NAME> (@PetrBenes) 26-Jul-2018 - Initial version ; ; Environment: ; ; Kernel mode only. ; ;-- INCLUDE ksamd64.inc INCLUDE ia32/common.inc ...
gfx/pokemon/espeon/anim.asm
Dev727/ancientplatinum
28
122149
<filename>gfx/pokemon/espeon/anim.asm frame 0, 08 frame 1, 26 setrepeat 2 frame 0, 07 frame 2, 07 frame 3, 07 dorepeat 3 endanim
req4_2/rec42.asm
rcdosado/various-32bit-assembly-examples
0
122150
<filename>req4_2/rec42.asm .386p locals jumps .model flat,STDCALL extrn printf:proc extrn ExitProcess:proc ;**NOTE** ;everything after a semicolon in a line is a comment ;compiled using Borland's TASM32,linked using Borland's TLINK32 under WindowsXP sp2 ;Using ...
45/runtime/rt/llkeys.asm
minblock/msdos
0
122151
<filename>45/runtime/rt/llkeys.asm TITLE LLKEYS - Keyboard support and mapping routines ;*** ; LLKEYS.ASM - keyboard support and mapping routines ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; ;****************************************************************************** INCLUDE switch.inc ;switch file...
programs/oeis/027/A027786.asm
neoneye/loda
22
122152
<gh_stars>10-100 ; A027786: a(n) = 13*(n+1)*binomial(n+2,13)/2. ; 78,1183,9555,54600,247520,946764,3174444,9573720,26453700,67897830,163601438,373173528,811246800,1690097500,3389852700,6571099080,12351232530,22574731725,40219349625,69995780400,119218619520,199052516520,326270653800,525704634000,833617348200,13022955461...
Examples/common-gateway-interface/postrequest.asm
agguro/linux-nasm
6
122154
;Name: postrequest.asm ;Build: nasm -felf64 -Fdwarf postrequest.asm -o postrequest.o ; ld -g -melf_x86_64 postrequest.o -o postrequest ;Description: Get the post parameters. bits 64 [list -] %include "unistd.inc" [list +] section .bss oldbrkaddr: resq 1 contentlength: ...
ascii-table/gui/src/video.asm
w1jtoo/dos-tasks
0
122155
<filename>ascii-table/gui/src/video.asm wait_frame: push dx mov dx, 0x03DA _wait: ;; wait while it renders all the pixels on the screen in al, dx test al, 0x08 jnz _wait _end: in al, dx test al, 0x08 jz _end pop dx ret ;; ax -- mode nubm...
programs/oeis/279/A279241.asm
karttu/loda
1
122156
<filename>programs/oeis/279/A279241.asm ; A279241: Let f(n) = 4*n^2 + 2*n + 41. The values |f(n)| are primes for all n in the range -20 to 19 (but not for n=-21 or 20). The sequence lists this maximal run of primes in the order in which they appear. ; 1601,1447,1301,1163,1033,911,797,691,593,503,421,347,281,223,173,131...
boot/setup32.asm
Cassidy/mks
1
122158
;; Program: setup32.asm ;; Purpose: 因为是在 32 位保护模式下,重新设置 IDT,GDT,然后开启分页, ;; 最后跳转到 kernel_start.asm 中执行 ;; Author: mofaph <<EMAIL>> ;; Date: 2011/5/2 18:52 [BITS 32] [ORG 0x5000] pos equ 1600 page_dir equ 0x0...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_25.asm
ljhsiun2/medusa
9
122159
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xca02, %rsi lea addresses_D_ht+0xaf82, %rdi clflush (%rdi) nop nop nop nop nop sub %rax, %rax mov $17, %rcx rep movsb nop nop nop and $8398, %r13 lea addresses_WT_ht+0x16a02, %rbx add ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1361.asm
ljhsiun2/medusa
9
122160
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1361.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x15627, %r14 nop and %r9, %r9 movb (%r14), %dl nop nop nop nop and %r...
Driver/Printer/PrintCom/Color/Correct/correctGamma29.asm
steakknife/pcgeos
504
122161
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: DotMatrix printers FILE: correctGamma29.asm AUTHOR: <NAME> REVISION HISTORY: Name Date ...
oeis/129/A129468.asm
neoneye/loda-programs
11
122162
; A129468: Unitary abundance of n. ; Submitted by <NAME> ; -1,-1,-2,-3,-4,0,-6,-7,-8,-2,-10,-4,-12,-4,-6,-15,-16,-6,-18,-10,-10,-8,-22,-12,-24,-10,-26,-16,-28,12,-30,-31,-18,-14,-22,-22,-36,-16,-22,-26,-40,12,-42,-28,-30,-20,-46,-28,-48,-22,-30,-34,-52,-24,-38,-40,-34,-26,-58,0,-60,-28,-46,-63,-46,12,-66,-46,-42,4,-70,...
astro_blackhole_data.asm
nealvis/astroblast
0
122163
////////////////////////////////////////////////////////////////////////////// // astro_blackhole_data.asm // Copyright(c) 2021 <NAME>. // License: MIT. See LICENSE file in root directory. ////////////////////////////////////////////////////////////////////////////// #importonce #import "astro_sprite_data.asm" /////...
programs/oeis/048/A048759.asm
karttu/loda
0
122164
<reponame>karttu/loda ; A048759: Longest perimeter of a Pythagorean triangle with n as length of one of the three sides. ; 12,12,30,24,56,40,90,60,132,84,182,112,240,144,306,180,380,220,462,264,552,312,650,364,756,420,870,480,992,544,1122,612,1260,684,1406,760,1560,840,1722,924,1892,1012,2070,1104,2256,1200,2450,1300,2...
update2.asm
johnw004/WifiRFS
0
122166
\ ROM Filing System for Electron Wifi Board \ (C) 2021 <NAME> \ second part of update sequence. \ this part is not put in ROM and runs in RAM at an offset of $1000 from the start of the ROM code \ enters here after rom has been downloaded JMP Update2-$8000+dload \ returns here after updating .R...
oeis/145/A145323.asm
neoneye/loda-programs
11
122167
<gh_stars>10-100 ; A145323: Numbers x such that there exists n in N : (x+1)^3-x^3=31*n^2. ; Submitted by <NAME>(w4) ; 22,546817,13288758862,322943417329657,7848170914656577702,190726249245040733996497,4635029301304809002926304542,112640481889583219144074318995337,2737388986245622090334485097298387382,665240270311006261...
src/test/resources/data/generationtests/asmsx-macros-expected.asm
Fubukimaru/mdlz80optimizer
0
122168
<filename>src/test/resources/data/generationtests/asmsx-macros-expected.asm<gh_stars>0 ; Test case (upcoming macro syntax for asMSX): org #4000 db "AB", loop % 256, loop / 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ld c, 5 call 5 ld c, 5 call 5 push hl push bc ld c, #ff ld hl, #ffff call FUNC pop bc pop hl l...
8bit_palindrome.asm
PrajeenRG/intel-8085-programs
0
122169
; Check for 8 bit Palindrome ; ; input is taken at 0x5000H ; output is stored at 0x5001H ; if palindrome, then output is 0x255H else 0x000H LXI H, 5000H ; load input MOV A, M ; move to accumulator ANI 18H ; selects bits 000b b000 JPO NP ; checks if bits are same MOV A, M ; reload input to accumulat...
Examples/ch16/No_Reset.asm
satadriver/LiunuxOS_t
0
122170
<reponame>satadriver/LiunuxOS_t TITLE Reset-Disabling program (No_Reset.asm) ; This program disables the usual DOS reset command ; (Ctrl-Alt-Del), by intercepting the INT 9 keyboard ; hardware interrupt. It checks the shift status bits ; in the MS-DOS keyboard flag and changes any Ctrl-Alt-Del ; to A...
boot/stage2/hikarifs.asm
Daouki/hikari-os
2
122171
bits 16 ; Load a file from a Hikari FS formatted partition into the specified memory address. ; ; Note: ; Currently only loading from the main directory is supported. ; ; Note: ; This procedure should be run only while the CPU is running in Unreal Mode. ; ; Parameters: ; DL Drive number. ; ...
tests/test_delay_flanger.asm
moitias/sointu
0
122173
<reponame>moitias/sointu<gh_stars>0 %define BPM 100 %define INCLUDE_DELAY_MODULATION %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) ; Ins...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_28_1203.asm
ljhsiun2/medusa
9
122175
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x12c6c, %rsi lea addresses_D_ht+0x1c1b0, %rdi nop nop nop nop xor %r9, %r9 mov $23, %rcx rep movsw and %r15, %r15 lea addresses_UC_ht+0x1eb6c, %rdi nop...
programs/oeis/213/A213483.asm
neoneye/loda
22
122178
; A213483: Number of (w,x,y) with all terms in {0,...,n} and |w-x|+|x-y| >= w+x+y. ; 1,5,13,23,38,55,78,103,135,169,211,255,308,363,428,495,573,653,745,839,946,1055,1178,1303,1443,1585,1743,1903,2080,2259,2456,2655,2873,3093,3333,3575,3838,4103,4390,4679,4991,5305,5643,5983,6348 mov $3,$0 add $3,1 mov $14,$0 lpb $3 ...
playflx/isr.asm
ped7g/specnext
0
122180
; setup isr in mmu 4 (0x8000) ; de = isr routine setupisr:: push de ld de, 0x8e00 ; im2 vector table start ld hl, 0x8d8d ; where interrupt will point at ld a, d ld i, a ; interrupt will hop to 0x8e?? where ?? is random ld a, l ; we need 257 copies of t...
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1508.asm
ljhsiun2/medusa
9
122182
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1508.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x486d, %rsi lea addresses_D_ht+0x15aed, %rdi nop nop nop nop nop sub %r14, %r1...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca.log_21829_815.asm
ljhsiun2/medusa
9
122183
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xf834, %rsi lea addresses_A_ht+0x3600, %rdi nop nop nop inc %rdx mov $98, %rcx rep movsw nop dec %r15 lea addresses_A_ht+0xde0c, %rax nop nop dec %r8 mov $0x6162636465666768, %rsi movq ...
Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xca_notsx.log_21829_360.asm
ljhsiun2/medusa
9
122185
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x574e, %rcx nop cmp $19531, %rdx mov $0x6162636465666768, %r14 movq %r14, (%rcx) nop nop nop nop sub %rcx, %rcx lea addresses_D_ht+0x177ae, %rsi lea addresses_A_ht+0x197ee, %rdi no...
oeis/087/A087909.asm
neoneye/loda-programs
11
122186
; A087909: a(n) = Sum_{d|n} (n/d)^(d-1). ; Submitted by <NAME>(s4) ; 1,2,2,4,2,9,2,14,11,23,2,83,2,73,108,202,2,546,2,905,780,1037,2,5553,627,4111,6644,12647,2,40605,2,49682,59172,65555,18028,382424,2,262165,531612,869675,2,2706581,2,3147083,5180382,4194329,2,27246533,117651,18740368,43047012,50333873,2,197988045,97802...
oeis/136/A136013.asm
neoneye/loda-programs
11
122188
; A136013: a(n) = floor(n/2) + 2*a(floor(n/2)), a(0) = 0. ; Submitted by <NAME> ; 0,0,1,1,4,4,5,5,12,12,13,13,16,16,17,17,32,32,33,33,36,36,37,37,44,44,45,45,48,48,49,49,80,80,81,81,84,84,85,85,92,92,93,93,96,96,97,97,112,112,113,113,116,116,117,117,124,124,125,125,128 mov $2,2 mov $3,1 lpb $0 div $0,$2 mov $4,$0 ...
data/pokemon/base_stats/palkia.asm
TastySnax12/pokecrystal16-493-plus
2
122190
<reponame>TastySnax12/pokecrystal16-493-plus db 0 ; species ID placeholder db 90, 120, 100, 100, 150, 120 ; hp atk def spd sat sdf db WATER, DRAGON ; type db 3 ; catch rate db 255 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_UNKNOWN ; gender ratio db 100 ; unknown 1 db 120 ; step cycles to hatch...
programs/oeis/181/A181569.asm
neoneye/loda
22
122191
; A181569: Greatest common divisor of n! and n+1. ; 1,1,2,1,6,1,8,9,10,1,12,1,14,15,16,1,18,1,20,21,22,1,24,25,26,27,28,1,30,1,32,33,34,35,36,1,38,39,40,1,42,1,44,45,46,1,48,49,50,51,52,1,54,55,56,57,58,1,60,1,62,63,64,65,66,1,68,69,70,1,72,1,74,75,76,77,78,1,80,81,82,1,84,85,86,87,88,1,90,91,92,93,94,95,96,1,98,99,100...
programs/oeis/008/A008687.asm
jmorken/loda
1
122192
<gh_stars>1-10 ; A008687: Number of 1's in 2's complement representation of -n. ; 0,1,1,2,1,3,2,2,1,4,3,3,2,3,2,2,1,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,6,5,5,4,5,4,4,3,5,4,4,3,4,3,3,2,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,7,6,6,5,6,5,5,4,6,5,5,4,5,4,4,3,6,5,5,4,5,4,4,3,5,4,4,3,4,3,3,2,6,5,5,4,5,4,4,3,5,4,4,3,4,3,3,2,5,4,4,3,4,3,...
oeis/031/A031506.asm
neoneye/loda-programs
11
122194
; A031506: Number of consecutive integers placed in n bins under a certain packing scheme. ; Submitted by <NAME> ; 1,4,13,36,96,253,664,1740,4557,11932,31240,81789,214128,560596,1467661,3842388,10059504,26336125,68948872,180510492,472582605,1237237324,3239129368,8480150781,22201322976 lpb $0 sub $0,1 add $2,2 ad...
library/02_functions_batch1/unknown_1000384d.asm
SamantazFox/dds140-reverse-engineering
1
122195
<gh_stars>1-10 1000384d: b8 29 49 00 10 mov eax,0x10004929 10003852: a3 18 00 01 10 mov ds:0x10010018,eax 10003857: c7 05 1c 00 01 10 25 mov DWORD PTR ds:0x1001001c,0x10004025 10003861: c7 05 20 00 01 10 e3 mov DWORD PTR ds:0x10010020,0x10003fe3 1000386b: c7 05 24 00 01 10 17 mov DWORD P...
programs/oeis/124/A124351.asm
karttu/loda
0
122196
<reponame>karttu/loda<gh_stars>0 ; A124351: Order of the automorphism group of the n-prism graph. ; 12,48,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236 add $0,3 mov ...