hexsha stringlengths 40 40 | size int64 6 1.05M | ext stringclasses 3
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 4 232 | max_stars_repo_name stringlengths 7 106 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 7 | max_stars_count int64 1 33.5k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 4 232 | max_issues_repo_name stringlengths 7 106 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 7 | max_issues_count int64 1 37.5k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 4 232 | max_forks_repo_name stringlengths 7 106 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 7 | max_forks_count int64 1 12.6k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 6 1.05M | avg_line_length float64 1.16 19.7k | max_line_length int64 2 938k | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
07f2191f88aa78884ebd96cb1e0dead020c8ef0a | 427 | asm | Assembly | oeis/291/A291463.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/291/A291463.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/291/A291463.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A291463: a(n) is the product of n-th prime number with the distance to the next prime.
; Submitted by Jon Maiga
; 2,6,10,28,22,52,34,76,138,58,186,148,82,172,282,318,118,366,268,142,438,316,498,712,388,202,412,214,436,1582,508,786,274,1390,298,906,942,652,1002,1038,358,1810,382,772,394,2388,2532,892,454,916,1398,478,... | 38.818182 | 210 | 0.709602 |
e1e7e94cedf6cdb6f58a9cedb40196216bc8ff0b | 875 | asm | Assembly | libsrc/graphics/z88/swapgfxbk.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/z88/swapgfxbk.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/z88/swapgfxbk.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Stubs Written by D Morris - 15/10/98
;
;
; Page the graphics bank in/out - used by all gfx functions
; Simply does a swap...
;
; $Id: swapgfxbk.asm,v 1.5 2015/01/19 01:32:52 pauloscustodio E... | 19.444444 | 67 | 0.443429 |
3d3987e7458b6329d191728a2d689501ae26d683 | 461 | asm | Assembly | oeis/181/A181982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/181/A181982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/181/A181982.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A181982: Expansion of (1 - x^2)^2 * (1 + x)^2 / (1 - x^6) in powers of x.
; Submitted by Simon Strandgaard
; 1,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2,2,2,-1,-4,-1,2... | 41.909091 | 251 | 0.488069 |
fa515a58f99641f113fecc70615d528d5540d5fe | 1,489 | asm | Assembly | programs/oeis/157/A157954.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157954.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157954.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157954: 162n - 1.
; 161,323,485,647,809,971,1133,1295,1457,1619,1781,1943,2105,2267,2429,2591,2753,2915,3077,3239,3401,3563,3725,3887,4049,4211,4373,4535,4697,4859,5021,5183,5345,5507,5669,5831,5993,6155,6317,6479,6641,6803,6965,7127,7289,7451,7613,7775,7937,8099,8261,8423,8585,8747,8909,9071,9233,9395,9557,9719,988... | 212.714286 | 1,434 | 0.815312 |
b4a8b2edf1dbb9cfd28691b7c983f83b51d605c7 | 677 | asm | Assembly | programs/oeis/107/A107240.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/107/A107240.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/107/A107240.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A107240: Sum of squares of first n tribonacci numbers (A000213).
; 1,2,3,12,37,118,407,1368,4617,15642,52891,178916,605325,2047726,6927407,23435376,79281105,268206130,907335091,3069492092,10384017717,35128880742,118840150983,402033352264,1360069089113,4601080768074,15565344748363,52657184102612,178137977818653,602636... | 26.038462 | 296 | 0.664697 |
8610f4a631f6a702c44bd2e8bf184dd67e63306c | 451 | asm | Assembly | programs/oeis/327/A327707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/327/A327707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/327/A327707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A327707: The minimal size of a partition lambda of n such that every partition of n with at most 7 parts can be obtained by coalescing the parts of lambda.
; 1,2,3,4,5,6,7,7,8,8,9,9,10,10,10,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,14,15,15,15,15,15,15,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,18,18,18,18,18,1... | 37.583333 | 217 | 0.667406 |
7fad7e46944981860e84be5df05dbc8087585223 | 11,134 | asm | Assembly | mikroC/DisGlcd/project.asm | chen0040/cs-dspic-ultrasonic | 0f9fde891cf66f480bb4a89e016da671c28d77e4 | [
"MIT"
] | null | null | null | mikroC/DisGlcd/project.asm | chen0040/cs-dspic-ultrasonic | 0f9fde891cf66f480bb4a89e016da671c28d77e4 | [
"MIT"
] | null | null | null | mikroC/DisGlcd/project.asm | chen0040/cs-dspic-ultrasonic | 0f9fde891cf66f480bb4a89e016da671c28d77e4 | [
"MIT"
] | null | null | null |
_Timer1Int:
PUSH RCOUNT
PUSH W0
MOV #2, W0
REPEAT #12
PUSH [W0++]
;project.c,78 :: void Timer1Int() iv IVT_ADDR_T1INTERRUPT { // Timer interrupt, sample with 40kHz
;project.c,79 :: LATC = ~PORTC; // invert PortC for generating signal
MOV #lo_addr(LATC), W1
MOV PORTC, WRE... | 23.539112 | 110 | 0.592689 |
a386c6fee993cdc98a115c459805a8f82ff41484 | 626 | asm | Assembly | y2s2/csa/practicals/prac-5/10-loop-ex-4-1.asm | ouldevloper/university | 4bb4a7e86912b46aa625900d2985b4d1e436cf4e | [
"MIT"
] | 8 | 2019-06-22T14:29:51.000Z | 2021-09-22T16:58:12.000Z | y2s2/csa/practicals/prac-5/10-loop-ex-4-1.asm | ouldevloper/university | 4bb4a7e86912b46aa625900d2985b4d1e436cf4e | [
"MIT"
] | 1 | 2020-06-30T06:38:00.000Z | 2020-07-08T06:37:57.000Z | y2s2/csa/practicals/prac-5/10-loop-ex-4-1.asm | ouldevloper/university | 4bb4a7e86912b46aa625900d2985b4d1e436cf4e | [
"MIT"
] | 9 | 2020-04-04T12:59:50.000Z | 2022-03-27T22:44:58.000Z | ; Accept digit (from 1-9), display serires from 1 to that digit
.MODEL SMALL
.STACK 100
.DATA
p1 DB "Enter a digit: $"
NL DB 13, 10, "$"
d1 DB ?
CHAR DB "1"
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV AH, 09H
LEA DX, p1
INT 21H
MOV AH, 01H
INT 21H
SUB AL, "0"
... | 12.77551 | 63 | 0.514377 |
2cb4d2f752c5a64e456b821ece28054b77a32dfa | 687 | asm | Assembly | oeis/159/A159449.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159449.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159449.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159449: Numerator of Hermite(n, 6/11).
; Submitted by Christian Krause
; 1,12,-98,-6984,-12660,6608592,94621704,-8460215136,-261811748208,13237235524800,729072813894624,-23285236203280512,-2220214665026855232,40977749954004344064,7476528335622538688640,-49114276816696253425152,-27729169180110170480865024,-1425795503... | 38.166667 | 476 | 0.813683 |
0f6c11f6c072deed562a3fc37ab3f74027285560 | 61,993 | asm | Assembly | constants/event_flags.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | constants/event_flags.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | constants/event_flags.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | ; wEventFlags bit flags
const_def
; The first eight flags are reset upon reloading the map
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1 ; 000
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
const EVENT... | 29.818663 | 139 | 0.89552 |
7857359bb3125a07151d842832bb5bb017bbd140 | 439 | asm | Assembly | programs/oeis/140/A140721.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/140/A140721.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/140/A140721.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A140721: Alternated reading of A000302 and negated A002042.
; 1,-7,4,-28,16,-112,64,-448,256,-1792,1024,-7168,4096,-28672,16384,-114688,65536,-458752,262144,-1835008,1048576,-7340032,4194304,-29360128,16777216,-117440512,67108864,-469762048,268435456,-1879048192,1073741824
mov $2,$0
mod $2,2
mov $4,2
pow $4,$0
add $... | 20.904762 | 213 | 0.681093 |
3c5ea97cd20c8a6ebbe78fc8d1141f08bf02446c | 114 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_islessequal.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_islessequal.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_islessequal.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC asm_islessequal
EXTERN am48_islessequal
defc asm_islessequal = am48_islessequal
| 12.666667 | 39 | 0.868421 |
92e2fc8acd25c143c6c62e4bcfcf6876620f48fd | 1,263 | asm | Assembly | projects/07/MemoryAccess/PointerTest/PointerTest.asm | SpyrosDellas/from-nand-to-tetris | 8c7bc664e6ea4eba43a6c1fd381ed12984063420 | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/PointerTest/PointerTest.asm | SpyrosDellas/from-nand-to-tetris | 8c7bc664e6ea4eba43a6c1fd381ed12984063420 | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/PointerTest/PointerTest.asm | SpyrosDellas/from-nand-to-tetris | 8c7bc664e6ea4eba43a6c1fd381ed12984063420 | [
"MIT"
] | null | null | null | @START
0;JMP
(EQ)
@R13
M=D
@SP
AM=M-1
D=M
A=A-1
D=D-M
M=0
@END_EQ
D;JNE
@SP
A=M-1
M=-1
(END_EQ)
@R13
A=M
0;JMP
(GT)
@R13
M=D
@SP
AM=M-1
D=M
A=A-1
D=M-D
M=0
@END_GT
D;JLE
@SP
A=M-1
M=-1
(END_GT)
@R13
A=M
0;JMP
(LT)
@R13
M=D
@SP
AM=M-1
D=M
A=A-1
D=M-D
M=0
@END_LT
D;JGE
... | 6.221675 | 22 | 0.470309 |
43b3c0be036800f2a2fba34138dc310b7feac66c | 6,746 | asm | Assembly | Lab2 Programs/counter.asm | RioWeil/PHYS319-MSP430 | 906ca3049e195a2cd897ca3744d4b48e6a8b3504 | [
"MIT"
] | null | null | null | Lab2 Programs/counter.asm | RioWeil/PHYS319-MSP430 | 906ca3049e195a2cd897ca3744d4b48e6a8b3504 | [
"MIT"
] | null | null | null | Lab2 Programs/counter.asm | RioWeil/PHYS319-MSP430 | 906ca3049e195a2cd897ca3744d4b48e6a8b3504 | [
"MIT"
] | null | null | null | .include "msp430g2553.inc"
org 0xc000
START: ;This is a label we'll use later
;to refer to this position
mov #0x0400, SP ;Initialize the stack pointer
mov.w #WDTPW|WDTHOLD, &WDTCTL ;Disable the watchdog
mov.b #11110111b, &P... | 54.845528 | 145 | 0.600356 |
2cd297949037affb0526c4a4386a6e7530f250fd | 733 | asm | Assembly | consoles/dos/src/input.asm | tcr/paxconsola | 0fca2fd3fe131a8f522b7e50f56c7e7897d342bc | [
"MIT"
] | 6 | 2020-01-15T07:25:07.000Z | 2021-12-27T23:45:44.000Z | consoles/dos/src/input.asm | tcr/paxconsola | 0fca2fd3fe131a8f522b7e50f56c7e7897d342bc | [
"MIT"
] | 1 | 2021-08-30T04:15:47.000Z | 2021-08-30T04:15:47.000Z | consoles/dos/src/input.asm | tcr/paxconsola | 0fca2fd3fe131a8f522b7e50f56c7e7897d342bc | [
"MIT"
] | 1 | 2020-01-10T16:10:10.000Z | 2020-01-10T16:10:10.000Z |
K_UP equ 48h
K_LEFT equ 4Bh
K_RIGHT equ 4Dh
K_DOWN equ 50h
poll_keyboard:
mov ax, 0
mov [KEYBOARD_VALUE],ax
xor ax, ax
in al, 60h
test al, 0x80
jz .update_buffer
; no key
ret
.update_buffer:
mov cx,0
cmp al,K_UP
jnz ... | 16.288889 | 33 | 0.523874 |
37eb2487d93dbdd2cbdb53cb3952a1233e1567c0 | 3,474 | asm | Assembly | asm/sa1/rotate_yaxis.asm | VitorVilela7/SMW-CodeLib | 003827dbf59907718789d1d46bbb0f30f7e728d6 | [
"Unlicense"
] | 14 | 2018-11-27T05:20:10.000Z | 2021-10-10T22:12:31.000Z | asm/sa1/rotate_yaxis.asm | kaizoman666/SMW-CodeLib | 62e2ac86ed8fecb5e811174fbfa5c3ee984517b9 | [
"Unlicense"
] | null | null | null | asm/sa1/rotate_yaxis.asm | kaizoman666/SMW-CodeLib | 62e2ac86ed8fecb5e811174fbfa5c3ee984517b9 | [
"Unlicense"
] | 2 | 2018-11-28T04:43:48.000Z | 2021-03-27T11:16:34.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; SA-1 32x32 "y axis" rotation
; parallel mode service
; turn off service: set $8b.7
; destination bw-ram "virtual ram" & bw-ram
!dest = $600000+($3e00*2) ;stuff
!destbw = $403e00
; temp ram ($e0-$ff)
!re = $e0 ;$e0-$e3 is reserved
!cos = $e4 ;$e4-$e5 i... | 22.269231 | 98 | 0.613702 |
34052117571874e058a4714120451798756f0777 | 700 | asm | Assembly | programs/oeis/310/A310529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/310/A310529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/310/A310529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A310529: Coordination sequence Gal.4.75.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,10,16,22,28,34,38,42,48,54,60,66,72,76,80,86,92,98,104,110,114,118,124,130,136,142,148,152,156,162,168,174,180,186,190,194,200,206,212,21... | 20.588235 | 180 | 0.59 |
5dd8cdf8d11ad8bf40273470467d9707df2501ab | 362 | asm | Assembly | data/mapHeaders/UndergroundPathNorthSouth.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/UndergroundPathNorthSouth.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/UndergroundPathNorthSouth.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | UndergroundPathNorthSouth_h:
db UNDERGROUND ; tileset
db UNDERGROUND_PATH_NORTH_SOUTH_HEIGHT, UNDERGROUND_PATH_NORTH_SOUTH_WIDTH ; dimensions (y, x)
dw UndergroundPathNorthSouth_Blocks ; blocks
dw UndergroundPathNorthSouth_TextPointers ; texts
dw UndergroundPathNorthSouth_Script ; scripts
db 0 ; connections
dw U... | 40.222222 | 95 | 0.859116 |
c89574e3a79b4e579e6e254c70a49d1b42061582 | 527 | asm | Assembly | oeis/117/A117490.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/117/A117490.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/117/A117490.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A117490: Number of primes between n and n^2 (with n and n^2 excluded).
; Submitted by Christian Krause
; 0,1,2,4,6,8,11,14,18,21,25,29,33,38,42,48,54,59,64,70,77,84,90,96,105,113,120,128,136,144,151,161,170,180,189,199,207,216,228,239,250,261,269,281,292,305,314,327,342,352,363,378,393,405,418,429,441,458,470
mov $3... | 29.277778 | 207 | 0.658444 |
fa73c5c5ce7d7a4872216329a7150aae6f33ac75 | 3,630 | asm | Assembly | src/bounce.asm | BlockoS/up-17 | 3eec0f7495b784e77a869cb9a9fa4e08c4382302 | [
"BSD-3-Clause"
] | 3 | 2017-02-22T06:33:32.000Z | 2017-02-23T05:26:26.000Z | src/bounce.asm | BlockoS/up-17 | 3eec0f7495b784e77a869cb9a9fa4e08c4382302 | [
"BSD-3-Clause"
] | null | null | null | src/bounce.asm | BlockoS/up-17 | 3eec0f7495b784e77a869cb9a9fa4e08c4382302 | [
"BSD-3-Clause"
] | null | null | null | bounce_vram_tile = $1800
bounce_palette = $00
.zp
bounce_rcr .ds 2
bounce_scanline .ds 1
bounce_max .ds 1
bounce_index .ds 1
.bss
bounce.bg .ds 2
bounce.fg .ds 2
.code
bounce:
jsr bounce_setup
stz <_al
stz <bounce_index
set_vec #VSYNC, bounce_vs... | 22.6875 | 72 | 0.500275 |
fda6e6730883094f25af16ce58c0ffb5e716203c | 1,096 | asm | Assembly | programs/oeis/264/A264895.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/264/A264895.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/264/A264895.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A264895: a(n) = n*(4*n - 3)*(16*n^2 - 12*n - 3).
; 0,1,370,2835,10660,28645,63126,121975,214600,351945,546490,812251,1164780,1621165,2200030,2921535,3807376,4880785,6166530,7690915,9481780,11568501,13981990,16754695,19920600,23515225,27575626,32140395,37249660,42945085,49269870,56268751,63988000,72475425,81780370,919... | 78.285714 | 950 | 0.839416 |
28a03867a06443859abcf89370e535929c031fe5 | 14,823 | asm | Assembly | maps/unused/GoldenrodCity.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | maps/unused/GoldenrodCity.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | maps/unused/GoldenrodCity.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | object_const_def ; object_event constants
const GOLDENRODCITY_POKEFAN_M1
const GOLDENRODCITY_YOUNGSTER1
const GOLDENRODCITY_COOLTRAINER_F1
const GOLDENRODCITY_COOLTRAINER_F2
const GOLDENRODCITY_YOUNGSTER2
const GOLDENRODCITY_LASS
const GOLDENRODCITY_GRAMPS
const GOLDENRODCITY_ROCKETSCOUT
const GOLDENRODCITY_R... | 24.541391 | 189 | 0.819132 |
c58d84d0bed572e19cff6112dc20062ba09b24d2 | 934 | asm | Assembly | programs/oeis/020/A020720.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020720.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020720.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020720: Pisot sequences E(7,9), P(7,9).
; 7,9,12,16,21,28,37,49,65,86,114,151,200,265,351,465,616,816,1081,1432,1897,2513,3329,4410,5842,7739,10252,13581,17991,23833,31572,41824,55405,73396,97229,128801,170625,226030,299426,396655,525456,696081,922111,1221537,1618192,2143648,2839729,3761840,4983377,6601569,8745217,1... | 155.666667 | 838 | 0.856531 |
de5698bbb97b3991e5d5f695d10dc9eb7ab50f7f | 279 | asm | Assembly | programs/oeis/004/A004346.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/004/A004346.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/004/A004346.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A004346: Binomial coefficient C(5n,n-4).
; 1,25,435,6545,91390,1221759,15890700,202927725,2558620845,31966749880,396704524216,4898229264825,60246643120300,738799683460650,9038619861406740,110375347398090219,1345860629046814650
mov $1,5
mul $1,$0
add $1,20
bin $1,$0
mov $0,$1
| 31 | 185 | 0.802867 |
0a1e9890a4063640009a08263182e3a87049b196 | 475 | asm | Assembly | oeis/116/A116837.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/116/A116837.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/116/A116837.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A116837: Number of permutations of length n which avoid the patterns 3421, 4123, 4312; or avoid the patterns 2341, 3142, 3214.
; Submitted by Christian Krause
; 1,2,6,21,73,250,853,2911,9938,33931,115849,395534,1350437,4610679,15741842,53746011,183500361,626509422,2139036965,7303129015,24934442130,85131510491,2906571... | 27.941176 | 191 | 0.730526 |
223dac2ca659faf4594ce03590bc07f74a546be9 | 508 | asm | Assembly | programs/oeis/241/A241748.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/241/A241748.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/241/A241748.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A241748: a(n) = n^2 + 12.
; 12,13,16,21,28,37,48,61,76,93,112,133,156,181,208,237,268,301,336,373,412,453,496,541,588,637,688,741,796,853,912,973,1036,1101,1168,1237,1308,1381,1456,1533,1612,1693,1776,1861,1948,2037,2128,2221,2316,2413,2512,2613,2716,2821,2928,3037,3148,3261,3376,3493,3612,3733,3856,3981,4108,4237,43... | 84.666667 | 459 | 0.751969 |
e85aac5bfe9ed7a2f57c64d697dd476dfd124ccf | 367 | asm | Assembly | libsrc/oz/oztime/ozmin.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/oz/oztime/ozmin.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/oz/oztime/ozmin.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
;
; clock functions
;
; unsigned ozmin()
;
;
; ------
; $Id: ozmin.asm,v 1.3 2016/06/27 21:25:36 dom Exp $
;
SECTION code_clib
PUBLIC ozmin
PUBLIC _ozmin
EXTERN Compute
ozmin:
_ozmin:... | 13.592593 | 53 | 0.607629 |
5b1211604baad803515af570820f4a01ff285e3c | 1,466 | asm | Assembly | LoadingScreen/_sfx/Global/player_clear2.asm | kosmonautdnb/TheLandsOfZador | 66c9e8ab92f617838afe793a6c9ddaaf7273aadc | [
"MIT"
] | null | null | null | LoadingScreen/_sfx/Global/player_clear2.asm | kosmonautdnb/TheLandsOfZador | 66c9e8ab92f617838afe793a6c9ddaaf7273aadc | [
"MIT"
] | null | null | null | LoadingScreen/_sfx/Global/player_clear2.asm | kosmonautdnb/TheLandsOfZador | 66c9e8ab92f617838afe793a6c9ddaaf7273aadc | [
"MIT"
] | null | null | null | include "player_symbols.asm"
include "player_const.asm"
INSNIL2
KP_OSCV 0,0,0,0,15
KP_OSCJ 0
VOLNIL2
KP_VOLV 0,15
KP_VOLJ 0
songoff
lda #$01
sta fw_song_off
; disable both voices by setting the highest frequency
lda #$fe
sta $ff0e
sta $ff0f
lda #$03
sta $ff10
lda $ff12
and #%11111100
ora #$03
sta ... | 13.830189 | 55 | 0.762619 |
ec3142c964951e38553dac8555abf120e37ba06a | 4,851 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1568.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1568.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1568.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rax
push %rbx
lea addresses_A_ht+0xc14, %rax
nop
nop
nop
add %r9, %r9
movb $0x61, (%rax)
add $8719, %rbx
pop %rbx
pop %rax
pop %r9
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %... | 48.029703 | 2,999 | 0.658009 |
9ab25cdbeb7cb9ef7c1e81c7aee1aaf1d8e6d3e6 | 568 | asm | Assembly | oeis/253/A253946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/253/A253946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/253/A253946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A253946: a(n) = 6*binomial(n+1, 6).
; 6,42,168,504,1260,2772,5544,10296,18018,30030,48048,74256,111384,162792,232560,325584,447678,605682,807576,1062600,1381380,1776060,2260440,2850120,3562650,4417686,5437152,6645408,8069424,9738960,11686752,13948704,16564086,19575738,23030280,26978328,31474716,36578724,42354312,4887... | 81.142857 | 501 | 0.834507 |
97b0476086d8a81d3660fd2d9cd5a192e12210b0 | 207 | asm | Assembly | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/and8.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 10 | 2016-10-27T20:46:02.000Z | 2021-11-01T15:49:13.000Z | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/and8.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | null | null | null | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/and8.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 2 | 2015-03-11T14:28:08.000Z | 2017-11-02T10:57:57.000Z | ; FASTCALL boolean and 8 version.
; result in Accumulator (0 False, not 0 True)
; __FASTCALL__ version (operands: A, H)
; Performs 8bit and 8bit and returns the boolean
__AND8:
or a
ret z
ld a, h
ret
| 17.25 | 48 | 0.710145 |
3365f1e9a5c1b2c43876847cdfa38af6b0f89458 | 1,480 | asm | Assembly | vic/irq_bars.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | 1 | 2018-12-26T22:55:37.000Z | 2018-12-26T22:55:37.000Z | vic/irq_bars.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | vic/irq_bars.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | // Assembler: KickAssembler
// Rasterbars met behulp van een interrupt service routine
BasicUpstart2(start)
.var scr_clear_char = ' '
.var scr_clear_color = $0f
.var raster = 40
* = $0810 "start"
start:
jsr scr_clear
lda #$00
sta $d020
sta $d021
jsr irq_init
jmp *
irq:
asl $d019
// BEGIN kernel
inc $d020... | 12.758621 | 58 | 0.589865 |
fe2e425c867e82cdc1add778eb441831ef7d9798 | 583 | asm | Assembly | programs/oeis/221/A221686.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/221/A221686.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/221/A221686.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A221686: Number of 0..n arrays of length 7 with each element differing from at least one neighbor by 1 or less, starting with 0.
; 64,320,844,1692,2856,4326,6102,8184,10572,13266,16266,19572,23184,27102,31326,35856,40692,45834,51282,57036,63096,69462,76134,83112,90396,97986,105882,114084,122592,131406,140526,149952,1... | 20.821429 | 215 | 0.686106 |
c2cde0e3fbebc26eb4cbbc42be87436cf216761b | 271 | asm | Assembly | programs/oeis/057/A057067.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/057/A057067.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057067.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A057067: a(n) = floor(5^5/n).
; 3125,1562,1041,781,625,520,446,390,347,312,284,260,240,223,208,195,183,173,164,156,148,142,135,130,125,120,115,111,107,104,100,97,94,91,89,86,84,82,80,78,76,74,72,71,69,67,66,65,63,62,61,60,58,57,56,55,54
add $0,1
mov $1,3125
div $1,$0
| 38.714286 | 206 | 0.675277 |
5a867b3056ea91b211fee0f45b9dc2f73cd7e2c6 | 6,477 | asm | Assembly | runtime/win64-asm.asm | vchuravy/cilkrts | 507a93234a480431ee8f7e49bbb464e3572618f5 | [
"Intel"
] | 7 | 2017-12-10T21:58:42.000Z | 2019-02-21T02:13:31.000Z | runtime/win64-asm.asm | vchuravy/cilkrts | 507a93234a480431ee8f7e49bbb464e3572618f5 | [
"Intel"
] | 2 | 2019-03-19T16:12:53.000Z | 2019-08-09T13:02:00.000Z | runtime/win64-asm.asm | vchuravy/cilkrts | 507a93234a480431ee8f7e49bbb464e3572618f5 | [
"Intel"
] | 5 | 2018-09-10T12:04:34.000Z | 2019-08-22T20:13:12.000Z | ;;
;; Copyright (C) 2009-2018, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions
;; are met:
;;
;; * Redistributions of source code must retain the above copyright
;; notice, th... | 38.553571 | 79 | 0.680871 |
09894fdd5971b6180b09b1522f3854abc51beb39 | 861 | asm | Assembly | maps/VermilionPortPassage.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/VermilionPortPassage.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/VermilionPortPassage.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const VERMILIONPORTPASSAGE_TEACHER
VermilionPortPassage_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
VermilionPortPassageTeacherScript:
jumptextfaceplayer VermilionPortPassageTeacherText
VermilionPortPassageTeacherText:
text "The FAST SHIP"
line "sails on Wednes... | 24.6 | 144 | 0.778165 |
f97b3a4e68371f118f3e1ef430328ff27b61d702 | 2,456 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_64_800.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_64_800.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_64_800.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rbx
push %rcx
push %rsi
lea addresses_WC_ht+0x6ef6, %r8
nop
nop
nop
nop
nop
and %rbx, %rbx
mov $0x6162636465666768, %rsi
movq %rsi, (%r8)
nop
nop
inc %r8
lea addresses_normal_ht+0x864d, %rbp
nop
nop
nop
nop
cmp $40333, %r14
vmovup... | 19.492063 | 191 | 0.656759 |
89ccc45fa8d4d13685ce24d062e711f66905000c | 2,873 | asm | Assembly | asm_main.asm | CISVVC/cis208-chapter05-arrays-Tyler-Lafond | 8f251b15fc08ee11f54827049b170c05df2074b8 | [
"Unlicense"
] | null | null | null | asm_main.asm | CISVVC/cis208-chapter05-arrays-Tyler-Lafond | 8f251b15fc08ee11f54827049b170c05df2074b8 | [
"Unlicense"
] | null | null | null | asm_main.asm | CISVVC/cis208-chapter05-arrays-Tyler-Lafond | 8f251b15fc08ee11f54827049b170c05df2074b8 | [
"Unlicense"
] | null | null | null | ;FileName: asm_main.asm
;Author: Tyler Lafond
;Description: Multiplies an array by a scalar and prints the new array
;Email: tylerl5014@student.vvc.edu
;
; file: asm_main.asm
%include "asm_io.inc"
%define DOUBLEWORD 4 ; Defines variable to space DWORDS in array
;
; initialized data is put in the .data segment
;
... | 32.647727 | 106 | 0.638357 |
953fd8bdf12cd379c910a5f5474683b762e5436c | 150 | asm | Assembly | solutions/19 - Content Creators Bug Fix/size-4_speed-26.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 45 | 2018-09-05T04:56:59.000Z | 2021-11-22T08:57:26.000Z | solutions/19 - Content Creators Bug Fix/size-4_speed-26.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 36 | 2018-09-01T11:34:26.000Z | 2021-05-19T23:20:49.000Z | solutions/19 - Content Creators Bug Fix/size-4_speed-26.asm | michaelgundlach/7billionhumans | 02c6f3963364362c95cb516cbc6ef1efc073bb2e | [
"MIT"
] | 36 | 2018-09-01T07:44:19.000Z | 2021-09-10T19:07:35.000Z | -- 7 Billion Humans (2053) --
-- 19: Content Creators Bug Fix --
-- Author: soerface
-- Size: 4
-- Speed: 26
step e
a:
takefrom sw
giveto se
jump a
| 11.538462 | 34 | 0.64 |
b2045e24d8b5c6ff493af15b771ddf80e8822c1e | 4,693 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1651.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1651.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1651.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x996b, %rsi
lea addresses_D_ht+0x90eb, %rdi
nop
nop
nop
nop
xor $57468, %r15
mov $26, %rcx
rep movsw
nop
nop
nop
nop
nop
sub %rbx, %rbx
lea addresses_A_ht+0x19aeb, %rsi
lea addresses_WT_... | 49.4 | 2,999 | 0.662263 |
18b140c4b82db275924ac674e08ea62d167e41ab | 128 | asm | Assembly | data/mcp/asm/prog_06_06.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | data/mcp/asm/prog_06_06.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | data/mcp/asm/prog_06_06.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | 0D00 DD 21 80 0E
0D04 FD 21 00 0E
0D08 0E 10
0D0A DD 46 00
0D0D FD 70 00
0D10 DD 23
0D12 FD 23
0D14 0D
0D15 C2 0A 0D
0D18 DF 5B
| 11.636364 | 16 | 0.71875 |
b7caba448d1ad1f685ada737d83254e452bfbaaa | 700 | asm | Assembly | oeis/024/A024170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/024/A024170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/024/A024170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A024170: Expansion of 1/((1-x)(1-6x)(1-9x)(1-10x)).
; Submitted by Jon Maiga
; 1,26,447,6412,83153,1012158,11803219,133502864,1476280245,16046160130,172084379831,1825884161556,19206817023577,200615621740742,2083177317949083,21525527306347288,221502445537069949,2271269319624406794,23219018846475435775,2367478505485246... | 38.888889 | 489 | 0.817143 |
8f8f23f6e25bcb8596409ef24ba86fbc42ff713d | 1,426 | asm | Assembly | kernel/arch/amd64/cpu/cpu.asm | griwes/reaveros | 01cc1be330e920d45445db32e44eb4b91491f36c | [
"Apache-2.0"
] | 17 | 2017-04-29T23:59:07.000Z | 2022-03-11T12:15:20.000Z | kernel/arch/amd64/cpu/cpu.asm | griwes/reaveros | 01cc1be330e920d45445db32e44eb4b91491f36c | [
"Apache-2.0"
] | 9 | 2016-01-29T10:07:01.000Z | 2021-07-20T19:42:22.000Z | kernel/arch/amd64/cpu/cpu.asm | griwes/reaveros | 01cc1be330e920d45445db32e44eb4b91491f36c | [
"Apache-2.0"
] | 5 | 2016-02-03T22:15:37.000Z | 2021-03-19T14:09:58.000Z | /*
* Copyright © 2021 Michał 'Griwes' Dominiak
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | 16.390805 | 75 | 0.648668 |
9cace295b9b9ac0735ac3985d2f10f349615c42c | 1,727 | asm | Assembly | util/cv/cal/papal.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/cv/cal/papal.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/cv/cal/papal.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * SMS2 calendar table for England v0.01 Mar 1988 J.R.Oakley QJUMP
*
section calendar
*
xref cv_montb
xref cv_jleap
xref cv_jdivt
xref cv_gleap
xref cv_gdivt
*
xdef cv_papal
*
cv_papal
dc.w cln_eeng-*-2
dc.b 'Papal... | 35.979167 | 78 | 0.414592 |
a646404e11ab52b42ed829623815af29ec847030 | 1,456 | asm | Assembly | tests/vbr/stage2_large.asm | pdboot/pdboot | 8a95532783adb78b2c991082f386eade35281aae | [
"Unlicense"
] | 3 | 2015-12-30T18:49:14.000Z | 2021-08-14T20:01:33.000Z | tests/vbr/stage2_large.asm | pdboot/pdboot | 8a95532783adb78b2c991082f386eade35281aae | [
"Unlicense"
] | null | null | null | tests/vbr/stage2_large.asm | pdboot/pdboot | 8a95532783adb78b2c991082f386eade35281aae | [
"Unlicense"
] | null | null | null | [BITS 16]
[ORG 0x2000]
; This is an artificially inflated stage 2, which has a character to output
; every 10240 bytes, to prove that the whole file was loaded.
; Allow interrupts
; See http://forum.osdev.org/viewtopic.php?p=236455#p236455 for more information
sti
xor dx,dx
mov bp,message
jmp start_output
output_lo... | 14.857143 | 80 | 0.691621 |
fec5fab14214dc6a278c40f95023e5a986c32bf6 | 403 | asm | Assembly | oeis/175/A175504.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/175/A175504.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/175/A175504.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A175504: a(n) = n ^ (phi(n) - 1), phi(n) = A000010(n) = Euler totient function.
; Submitted by Jamie Morken(s2)
; 1,1,3,4,125,6,16807,512,59049,1000,2357947691,1728,1792160394037,537824,170859375,268435456,2862423051509815793,1889568,5480386857784802185939,1280000000,350277500542221
mov $1,$0
add $0,1
seq $1,10 ; Eu... | 40.3 | 171 | 0.729529 |
d9a028ebe84afedd4521d7ecd6ac8c2e1c3d5d92 | 172 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_pop.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_pop.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_pop.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *wa_stack_pop(wa_stack_t *s)
SECTION code_adt_wa_stack
PUBLIC wa_stack_pop
defc wa_stack_pop = asm_wa_stack_pop
INCLUDE "adt/wa_stack/z80/asm_wa_stack_pop.asm"
| 15.636364 | 47 | 0.819767 |
fc6907541c86798543af707b082e4566498f5369 | 837 | asm | Assembly | oeis/142/A142744.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142744.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142744.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142744: Primes congruent to 17 mod 59.
; Submitted by Jon Maiga
; 17,607,1433,1669,1787,2141,2377,2731,3203,3557,3793,3911,4973,5209,5563,6271,6389,7333,7451,7687,8513,8867,9103,9221,9811,9929,11699,12289,13469,14177,14767,15121,16183,16301,17599,18307,18661,19841,20431,20549,20903,21139,21493,21611,23027,23971,2444... | 33.48 | 500 | 0.728793 |
b27020f1e3028a9978c4dc451346c24a174d8a39 | 6,331 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_1554.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_1554.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_1554.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xb68c, %rdx
nop
nop
nop
nop
xor %rcx, %rcx
mov (%rdx), %r14d
nop
nop
nop
cmp $56445, %r14
lea addresses_WT_ht+0x1e96c, %rcx
clflush (%rcx)
nop
nop
inc %r12
movw $0x6... | 34.407609 | 2,999 | 0.653925 |
4ad9741011e9ea1022bc2182e38bee74f048db89 | 808 | asm | Assembly | oeis/277/A277667.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/277/A277667.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/277/A277667.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A277667: Number of n-length words over a quaternary alphabet {a_1,a_2,...,a_4} avoiding consecutive letters a_i, a_{i+1}.
; Submitted by Christian Krause
; 1,4,13,42,136,440,1423,4602,14883,48132,155660,503408,1628033,5265096,17027441,55067134,178088372,575941872,1862609199,6023720790,19480850935,63001517896,20374835... | 38.47619 | 483 | 0.787129 |
8fdc7ca3cb44f2c9194e0dac4c5afdb2cc3b2fa9 | 471 | asm | Assembly | oeis/080/A080308.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/080/A080308.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/080/A080308.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A080308: Non-multiples of Fermat numbers 2^(2^n)+1.
; Submitted by Jamie Morken(m3a)
; 1,2,4,7,8,11,13,14,16,19,22,23,26,28,29,31,32,37,38,41,43,44,46,47,49,52,53,56,58,59,61,62,64,67,71,73,74,76,77,79,82,83,86,88,89,91,92,94,97,98,101,103,104,106,107,109,112,113,116,118,121,122,124,127,128,131
mov $2,1
lpb $0
mov... | 22.428571 | 210 | 0.598726 |
0efe5d372f1022449de7c230c15dcfeb4f413ad4 | 4,905 | asm | Assembly | lcd/last_ly_ly_change/main.asm | AntonioND/gbc-hw-tests | 631e60000c885154a8526df0b148847f9c34ce42 | [
"MIT"
] | 6 | 2018-07-21T12:11:21.000Z | 2021-07-23T16:32:47.000Z | lcd/last_ly_ly_change/main.asm | PMArkive/gbc-hw-tests | 631e60000c885154a8526df0b148847f9c34ce42 | [
"MIT"
] | null | null | null | lcd/last_ly_ly_change/main.asm | PMArkive/gbc-hw-tests | 631e60000c885154a8526df0b148847f9c34ce42 | [
"MIT"
] | 3 | 2016-04-26T07:45:34.000Z | 2018-12-30T05:45:14.000Z |
INCLUDE "hardware.inc"
INCLUDE "header.inc"
SECTION "var",BSS
repeat_loop: DS 1
sram_ptr: DS 2 ; MSB first
SECTION "Main",HOME
;--------------------------------------------------------------------------
;- Main() -
;--------------------------... | 16.683673 | 75 | 0.675229 |
3ba49d4a1b29162de027dde11ee4221e56d6a94e | 285 | asm | Assembly | programs/oeis/273/A273149.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/273/A273149.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/273/A273149.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A273149: a(n) = A053839(n)+1.
; 1,2,3,4,2,3,4,1,3,4,1,2,4,1,2,3,2,3,4,1,3,4,1,2,4,1,2,3,1,2,3,4,3,4,1,2,4,1,2,3,1,2,3,4,2,3,4,1,4,1,2,3,1,2,3,4,2,3,4,1,3,4,1,2,2,3,4,1,3,4,1,2,4,1,2,3,1,2,3,4,3,4,1,2,4,1,2,3,1,2,3,4,2,3,4,1,4,1,2
lpb $0
add $1,$0
div $0,4
lpe
mod $1,4
add $1,1
| 28.5 | 199 | 0.505263 |
3abb65023cce4911308e1023b53d3be1bc43014b | 36,427 | asm | Assembly | third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesHlp.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 521 | 2019-03-29T15:44:08.000Z | 2022-03-22T09:46:19.000Z | third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesHlp.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 30 | 2019-06-04T17:00:49.000Z | 2021-09-08T20:44:19.000Z | third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesHlp.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 99 | 2019-03-29T16:04:13.000Z | 2022-03-28T16:59:34.000Z | ; $Id: bs3-mode-TestDoModesHlp.asm $
;; @file
; BS3Kit - Bs3TestDoModes helpers
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or modify it under the... | 32.236283 | 130 | 0.642545 |
e8eef8410948bf616fdef6e238d16fe8a098f7e4 | 11,452 | asm | Assembly | samples/03_8051/original/asm/timer2_test.asm | kubasz/verinject | ab9dd56d9388d02b20ff355bf80ea6327ec009fb | [
"Apache-2.0"
] | null | null | null | samples/03_8051/original/asm/timer2_test.asm | kubasz/verinject | ab9dd56d9388d02b20ff355bf80ea6327ec009fb | [
"Apache-2.0"
] | null | null | null | samples/03_8051/original/asm/timer2_test.asm | kubasz/verinject | ab9dd56d9388d02b20ff355bf80ea6327ec009fb | [
"Apache-2.0"
] | null | null | null | ; b: error code
; r3: timer high expected value
; r4: timer low expected value
t2con EQU 0c8h;
rcap2l EQU 0cah;
rcap2h EQU 0cbh;
tl2 EQU 0cch;
th2 EQU 0cdh;
tr2 EQU 0cah;
exen2 EQU 0cbh;
exf2 EQU 0ceh;
tf2 EQU 0cfh;
ajmp start;
org 03h ; external interrupt 0
reti;
org 0bh ; t/c 0 interrupt
reti;
org 13h ;... | 13.665871 | 52 | 0.551257 |
abfc45f821654869ddbec7d324ccb3bf33da162b | 1,112 | asm | Assembly | programs/oeis/026/A026200.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/026/A026200.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/026/A026200.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A026200: a(n) = (s(n) + 2)/3, where s(n) is the n-th number congruent to 1 mod 3 in A026166.
; 1,2,4,6,3,8,10,12,5,14,16,18,7,20,22,24,9,26,28,30,11,32,34,36,13,38,40,42,15,44,46,48,17,50,52,54,19,56,58,60,21,62,64,66,23,68,70,72,25,74,76,78,27,80,82,84,29,86,88,90,31,92,94,96,33,98,100,102,35,104,106,108,37,110,112,... | 65.411765 | 893 | 0.686151 |
016fdb258011f5bafe2da13b5881ac3ab2310d82 | 61,004 | asm | Assembly | sprite_text_hacks.asm | BetaDream-X/Mother3German | 478a40a93ab6d9fba78eed0435642c2a2b958923 | [
"MIT"
] | 11 | 2020-07-29T10:27:39.000Z | 2022-02-18T08:37:24.000Z | sprite_text_hacks.asm | BetaDream-X/Mother3German | 478a40a93ab6d9fba78eed0435642c2a2b958923 | [
"MIT"
] | 34 | 2017-04-27T14:51:43.000Z | 2021-06-27T14:00:26.000Z | sprite_text_hacks.asm | BetaDream-X/Mother3German | 478a40a93ab6d9fba78eed0435642c2a2b958923 | [
"MIT"
] | 3 | 2021-01-12T02:32:04.000Z | 2021-06-06T01:12:27.000Z | //============================================================================================
define current_font_menu $20225C4
define sprite_text_weld_stack_size $F8
define wbuf_stk $50 // writing buffer, 0x2014320
define letter_stk $54 // letters data address, ldr[sp,#8] + 0x76D9
define numstr_stk $5... | 28.573302 | 137 | 0.521376 |
46a6922b7c0280460abff3f04884d33b5f824abf | 436 | asm | Assembly | instructions/a.asm | zrsharp/assembly | e9d68311e7a37b7fec042b8f7de3ed9b537996b8 | [
"MIT"
] | null | null | null | instructions/a.asm | zrsharp/assembly | e9d68311e7a37b7fec042b8f7de3ed9b537996b8 | [
"MIT"
] | null | null | null | instructions/a.asm | zrsharp/assembly | e9d68311e7a37b7fec042b8f7de3ed9b537996b8 | [
"MIT"
] | null | null | null | data segment
number dw Y
addr dw number
count dw ?
data ends
prog segment
main proc far
assume cs:prog, ds:data
_start:
push ds
xor ax, ax
push ax
mov ax, data
mov ds, ax
xor cx, cx
mov bx, addr
mov ax, [bx]
_repeat:
test ax, 0ffffh
jz _exit
jns _shift
... | 11.783784 | 27 | 0.587156 |
568f9f53c5ac4ae57ef1d52671d957ee84cb877b | 5,725 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_1514_86.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_1514_86.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2_notsx.log_1514_86.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x8431, %rdx
nop
nop
nop
dec %rcx
mov (%rdx), %rbp
add %rbx, %rbx
lea addresses_WT_ht+0x10e31, %r13
nop
nop
nop
nop
nop
and %r11, %r11
movl $0x61626364, (%r13)
nop
x... | 40.602837 | 2,999 | 0.657991 |
a7dc89653d63881df66fe139cb25d3edaa9fd3c9 | 706 | asm | Assembly | oeis/006/A006490.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006490.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006490.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006490: a(1) = 1, a(2) = 0; for n > 2, a(n) = n*Fibonacci(n-2) (with the convention Fibonacci(0)=0, Fibonacci(1)=1).
; 1,0,3,4,10,18,35,64,117,210,374,660,1157,2016,3495,6032,10370,17766,30343,51680,87801,148830,251758,425064,716425,1205568,2025675,3399004,5696122,9534330,15941099,26625280,44426877,74062506,12336023... | 54.307692 | 497 | 0.779037 |
28926abf586cad24e30eee0885b98a47e3aa675c | 516 | asm | Assembly | programs/oeis/158/A158948.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158948.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158948.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158948: Triangle read by rows, left border = natural numbers repeated (1, 1, 2, 2, 3, 3,...); all other columns = (1, 0, 1, 0, 1, 0,...).
; 1,1,1,2,0,1,2,1,0,1,3,0,1,0,1,3,1,0,1,0,1,4,0,1,0,1,0,1,4,1,0,1,0,1,0,1,5,0,1,0,1,0,1,0,1,5,1,0,1,0,1,0,1,0,1
mov $3,2
mov $5,$0
lpb $3,1
mov $0,$5
sub $3,1
add $0,$3
s... | 21.5 | 140 | 0.521318 |
6c0a964f80c4f1827216a40df0ecf1784a0344b3 | 1,501 | asm | Assembly | gfx.asm | bocke/cpm86-hacking | 4e17a8261cd3dd31acc8341ac9b414565b5fd3c5 | [
"MIT"
] | 7 | 2021-01-18T22:00:55.000Z | 2022-01-20T01:19:58.000Z | gfx.asm | bocke/cpm86-hacking | 4e17a8261cd3dd31acc8341ac9b414565b5fd3c5 | [
"MIT"
] | 3 | 2021-10-08T13:52:57.000Z | 2021-10-08T21:04:12.000Z | gfx.asm | tsupplis/cpm86-hacking | 10b124838bd074b329e11e23b9122d62e6c98bb5 | [
"MIT"
] | null | null | null | ;
; Licensed under the MIT license. See LICENSE file in the project root for details.
;
codeseg segment para public 'code'
assume cs:codeseg
public gfx_palette_
gfx_palette_ proc near
push bp
mov bp,sp
push bx
push dx
... | 23.453125 | 85 | 0.383744 |
20c7262449fe9f370e65ab690921217eefc067d4 | 229 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/frexp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/frexp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/frexp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math32
PUBLIC frexp_callee
EXTERN cm32_sccz80_frexp_callee
defc frexp_callee = cm32_sccz80_frexp_callee
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _frexp_callee
defc _frexp_callee = frexp_callee
ENDIF
| 15.266667 | 45 | 0.842795 |
76c0219357e65aa87455cc6235c79aadc8538ddc | 40,182 | asm | Assembly | code/gnutls/SMP/lib/accelerated/x86/coff/aesni-x86.asm | timkingh/FFmpeg_VS | 993b14dc146731d782cf4b5fffc6a0f4b9aeea0c | [
"MIT"
] | null | null | null | code/gnutls/SMP/lib/accelerated/x86/coff/aesni-x86.asm | timkingh/FFmpeg_VS | 993b14dc146731d782cf4b5fffc6a0f4b9aeea0c | [
"MIT"
] | null | null | null | code/gnutls/SMP/lib/accelerated/x86/coff/aesni-x86.asm | timkingh/FFmpeg_VS | 993b14dc146731d782cf4b5fffc6a0f4b9aeea0c | [
"MIT"
] | null | null | null | %ifidn __OUTPUT_FORMAT__,obj
section code use32 class=code align=64
%elifidn __OUTPUT_FORMAT__,win32
%ifndef __YASM_VER__
$@feat.00 equ 1
%endif
section .text code align=64
%else
section .text code
%endif
global _aesni_encrypt
align 16
_aesni_encrypt:
L$_aesni_encrypt_begin:
mov eax,DWORD [4+esp]
mov edx,DWORD [12+es... | 18.989603 | 60 | 0.727863 |
09da5920d52a42939e0ebbf2e67a9ab046fe6b76 | 50,117 | asm | Assembly | wc.asm | ShwetiMahajan/xv6_schedulersOS | 35efdf3d33562ec290331a7ee246e65af19e7e2e | [
"MIT-0"
] | null | null | null | wc.asm | ShwetiMahajan/xv6_schedulersOS | 35efdf3d33562ec290331a7ee246e65af19e7e2e | [
"MIT-0"
] | null | null | null | wc.asm | ShwetiMahajan/xv6_schedulersOS | 35efdf3d33562ec290331a7ee246e65af19e7e2e | [
"MIT-0"
] | null | null | null |
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <wc>:
char buf[512];
void
wc(int fd, char *name)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 31 ff xor %edi,%edi
6: 56 ... | 29.188701 | 60 | 0.413433 |
0e4e279388b318d99d2a669c5d35d85d5e3861fc | 408 | asm | Assembly | oeis/127/A127275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/127/A127275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/127/A127275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A127275: Expansion of (sqrt(1-4x)-x)/(1-4x).
; Submitted by Jamie Morken(s2)
; 1,1,2,4,6,-4,-100,-664,-3514,-16916,-77388,-343144,-1490148,-6376616,-26992264,-113317936,-472661434,-1961361076,-8104733884,-33374212936,-137031378124,-561253753336,-2293947547384,-9358755316816,-38121140494564,-155064370272904
mov $1,$0... | 27.2 | 230 | 0.698529 |
65e53afe47cad9061d679dc88d12687e8285acf5 | 191 | asm | Assembly | libsrc/math/z88math/init_floatpack.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/math/z88math/init_floatpack.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/math/z88math/init_floatpack.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; $Id: init_floatpack.asm,v 1.1 2016/07/01 22:35:52 dom Exp $
;
; Dummy initialisation for machine tailored libraries
SECTION code_fp
PUBLIC init_floatpack
.init_floatpack ret
| 17.363636 | 61 | 0.727749 |
c8ec19d614f6d68ba17fa3faf14e0c81d36a0941 | 18 | asm | Assembly | inout.asm | hackingotter/LC3-Simulator | dbb58929922149b29c0f0cf630d46261ed7cb01f | [
"MIT"
] | null | null | null | inout.asm | hackingotter/LC3-Simulator | dbb58929922149b29c0f0cf630d46261ed7cb01f | [
"MIT"
] | null | null | null | inout.asm | hackingotter/LC3-Simulator | dbb58929922149b29c0f0cf630d46261ed7cb01f | [
"MIT"
] | 1 | 2018-09-22T23:01:40.000Z | 2018-09-22T23:01:40.000Z | .orig x3000
GETC
| 4.5 | 11 | 0.722222 |
698501b7cf99fa5d8a25dc31faf8b553231eb5df | 1,249 | asm | Assembly | programs/oeis/218/A218130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/218/A218130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/218/A218130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A218130: Number of length 6 primitive (=aperiodic or period 6) n-ary words.
; 0,0,54,696,4020,15480,46410,117264,261576,530640,998910,1770120,2984124,4824456,7526610,11387040,16772880,24132384,34006086,47038680,63991620,85756440,113368794,148023216,191088600,244124400,308897550,387400104,481867596,594798120,728972130... | 96.076923 | 1,084 | 0.869496 |
d56a4f42af650f74755bbbdbf855728803863eca | 715 | asm | Assembly | oeis/053/A053141.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053141.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053141.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053141: a(0)=0, a(1)=2 then a(n) = a(n-2) + 2*sqrt(8*a(n-1)^2 + 8*a(n-1) + 1).
; Submitted by Jamie Morken(s1.)
; 0,2,14,84,492,2870,16730,97512,568344,3312554,19306982,112529340,655869060,3822685022,22280241074,129858761424,756872327472,4411375203410,25711378892990,149856898154532,873430010034204,5090723162050694,2... | 47.666667 | 497 | 0.795804 |
e27bacdfa81198fd19abf5f4dc53043ab0f12579 | 412 | asm | Assembly | programs/oeis/229/A229279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/229/A229279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/229/A229279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A229279: Number of ascending runs in {1,...,5}^n.
; 0,5,40,275,1750,10625,62500,359375,2031250,11328125,62500000,341796875,1855468750,10009765625,53710937500,286865234375,1525878906250,8087158203125,42724609375000,225067138671875,1182556152343750,6198883056640625,32424926757812500
mov $1,$0
mov $2,$0
lpb $0,1
add ... | 25.75 | 231 | 0.723301 |
f1bc8aa977a5d359006e0220a6a694e4daaae896 | 10,853 | asm | Assembly | example/src/main/asm/quetannon/quetannon.asm | sarxos/fasm-compiler-plugin | 780e673ea7dce43a8349bbf5b1fe82f800a8da91 | [
"MIT"
] | null | null | null | example/src/main/asm/quetannon/quetannon.asm | sarxos/fasm-compiler-plugin | 780e673ea7dce43a8349bbf5b1fe82f800a8da91 | [
"MIT"
] | null | null | null | example/src/main/asm/quetannon/quetannon.asm | sarxos/fasm-compiler-plugin | 780e673ea7dce43a8349bbf5b1fe82f800a8da91 | [
"MIT"
] | null | null | null |
format PE GUI 4.0
entry start
include 'win32a.inc'
include 'riched32.inc'
section '.text' code readable executable
WM_SOCK = WM_USER + 100
SOCK_IDLE = 0
SOCK_LISTEN = 1
SOCK_SERVER = 2
SOCK_CLIENT = 3
start:
mov [initcomctl.dwSize],sizeof.INITCOMMONCONTROLSEX
mov [initcomctl.dw... | 26.797531 | 150 | 0.733622 |
f94604ab3db9d5b15484bd11ffc787e3e3645cec | 560 | asm | Assembly | oeis/026/A026026.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026026.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026026.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026026: a(n) = number of (s(0), s(1), ..., s(2n-1)) such that s(i) is a nonnegative integer and |s(i) - s(i-1)| = 1 for i = 1,2,...,n, s(0) = 3, s(2n-1) = 4. Also a(n) = T(2n-1,n-1), where T is defined in A026022.
; Submitted by Christian Krause
; 1,3,10,35,125,451,1638,5980,21930,80750,298452,1106921,4118725,153714... | 40 | 222 | 0.682143 |
21e6d4b7aa8fc47415dcb90876b7385747ef81ce | 544 | asm | Assembly | oeis/188/A188732.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/188/A188732.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/188/A188732.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A188732: Decimal expansion of (5+sqrt(61))/6.
; Submitted by Jon Maiga
; 2,1,3,5,0,4,1,6,1,2,6,5,1,1,0,9,0,6,5,6,8,8,2,8,7,1,2,2,6,2,6,5,1,6,9,0,2,2,6,1,3,8,4,1,8,9,4,4,1,4,2,7,2,1,6,6,9,6,2,0,7,2,9,3,3,6,5,1,3,0,9,3,1,4,8,9,4,5,4,5,0,9,0,7,0,9,0,5,5,0,8,7,1,1,1,6,7,4,8,2
mov $1,1
mov $3,$0
mul $3,4
lpb $3
add $1,... | 17.548387 | 201 | 0.516544 |
ab8f465ce6997f330c77c416f9b1679c45e7b7fc | 106 | asm | Assembly | libsrc/_DEVELOPMENT/fcntl/c/sccz80/_exit.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/fcntl/c/sccz80/_exit.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/fcntl/c/sccz80/_exit.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; _Noreturn void _exit(int status)
SECTION code_fcntl
PUBLIC _exit
EXTERN __Exit
defc _exit = __Exit
| 9.636364 | 34 | 0.773585 |
b95ae8bbadbcfcd0950f86b1b94f4dd206cdf517 | 1,711 | asm | Assembly | raftoid/raftmus.asm | plattysoft/MSX | 7fe2d073d9deb567b62ea8147551426e01e14805 | [
"Apache-2.0"
] | 15 | 2020-09-15T10:28:29.000Z | 2021-11-11T22:13:30.000Z | raftoid/raftmus.asm | plattysoft/MSX | 7fe2d073d9deb567b62ea8147551426e01e14805 | [
"Apache-2.0"
] | null | null | null | raftoid/raftmus.asm | plattysoft/MSX | 7fe2d073d9deb567b62ea8147551426e01e14805 | [
"Apache-2.0"
] | 1 | 2021-06-17T13:11:10.000Z | 2021-06-17T13:11:10.000Z |
; Tabla de instrumentos
TABLA_PAUTAS: DW PAUTA_0,PAUTA_1,PAUTA_2,PAUTA_3,PAUTA_4,PAUTA_5,PAUTA_6,PAUTA_7
; Tabla de efectos
TABLA_SONIDOS: DW SONIDO0,SONIDO1,SONIDO2,SONIDO3,SONIDO4,SONIDO5,SONIDO6,SONIDO7,SONIDO8
;Pautas (instrumentos)
;Instrumento 'Wave'
PAUTA_0: DB 9,0,76,0,11,0,9,0,8,4,8,4,8,0,8,0,8,-4,8,-4,8,0,... | 31.685185 | 89 | 0.709527 |
3a0297a0e303b1e19caae09b5f0278584b8bffbb | 751 | asm | Assembly | base.asm | Silvantica/Etch-A-Sketch | b8302b41a154b1ae66092950632c0280761a3ed5 | [
"MIT"
] | null | null | null | base.asm | Silvantica/Etch-A-Sketch | b8302b41a154b1ae66092950632c0280761a3ed5 | [
"MIT"
] | null | null | null | base.asm | Silvantica/Etch-A-Sketch | b8302b41a154b1ae66092950632c0280761a3ed5 | [
"MIT"
] | null | null | null | BASE = $3F000000 ;$ means HEX
GPIO_OFFSET=$200000
TIMER_OFFSET=$3000 ; Used to read system clock
GPFSEL1_OFFSET=$4 ; GPIO function select 1 offset (GPIO 10-19). 3 bits per GPIO
GPFSEL2_OFFSET=$8 ; GPIO function select 2 offset (GPIO 20-29). 3 bits per GPIO
GPSET0_OFFSET=$1C ; Covers GPIO 0-31. Used to set output
GPC... | 46.9375 | 81 | 0.758988 |
fee9a8ed89901cb8c70cbcc3e263a5b06de62cbc | 760 | asm | Assembly | kernel.asm | TOR-/lizard | 8e3b976802e6ea9c3f6f1f6f3eb8b3a9d36e1f7b | [
"Apache-2.0"
] | null | null | null | kernel.asm | TOR-/lizard | 8e3b976802e6ea9c3f6f1f6f3eb8b3a9d36e1f7b | [
"Apache-2.0"
] | null | null | null | kernel.asm | TOR-/lizard | 8e3b976802e6ea9c3f6f1f6f3eb8b3a9d36e1f7b | [
"Apache-2.0"
] | null | null | null | [BITS 32]
%define vgac(c,blink,bg,int,fg) ((c)|(blink<<15)|(bg<<12)|(int<<11)|(fg<<8))
%define NOIR 0
%define BLEU 1
%define VERT 2
%define CYAN 3
%define ROUGE 4
%define MAGEN 5
%define JAUNE 6
%define BLANC 7
mov word [0xB8A00], vgac('N', 0, BLEU, 0, JAUNE)
mov word [0xB8A02], vgac('o', 1, VERT, 0, BLANC)... | 18.095238 | 76 | 0.631579 |
f75ea7664e1fc4cdf1aa68542087bdb69dab7bf8 | 9,773 | asm | Assembly | src/geekos/setup.asm | potados99/geekos | 086be616a3cd02f23c23dd980d5a86cd5d33afc7 | [
"BSD-4-Clause-UC"
] | 4 | 2021-03-08T05:25:56.000Z | 2021-06-03T05:07:55.000Z | src/geekos/setup.asm | EEDK/actableGeekOs | 86ae9741a6bb0261406e6b37a0cfa1e8c1596481 | [
"BSD-4-Clause-UC"
] | null | null | null | src/geekos/setup.asm | EEDK/actableGeekOs | 86ae9741a6bb0261406e6b37a0cfa1e8c1596481 | [
"BSD-4-Clause-UC"
] | 9 | 2018-03-07T02:16:05.000Z | 2021-06-01T14:15:11.000Z | ; GeekOS setup code
; Copyright (c) 2001,2004 David H. Hovemeyer <daveho@cs.umd.edu>
; $Revision: 1.10 $
; This is free software. You are permitted to use,
; redistribute, and modify it as specified in the file "COPYING".
; A lot of this code is adapted from Kernel Toolkit 0.2
; and Linux version 2.2.x, so the follo... | 25.516971 | 112 | 0.650875 |
16551b79bd2f75cc40c88f658d15c6eee1fdf588 | 216 | asm | Assembly | programs/oeis/017/A017524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017524: (12n)^4.
; 0,20736,331776,1679616,5308416,12960000,26873856,49787136,84934656,136048896,207360000,303595776,429981696,592240896,796594176,1049760000,1358954496,1731891456,2176782336
pow $0,4
mul $0,20736
| 36 | 172 | 0.819444 |
d5e1dcf64645a5853a5bb62c7e69c9d72937b0f9 | 656 | asm | Assembly | oeis/132/A132650.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/132/A132650.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/132/A132650.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A132650: Number of divisors of n, d(n) raised to power d(n).
; 1,4,4,27,4,256,4,256,27,256,4,46656,4,256,256,3125,4,46656,4,46656,256,256,4,16777216,27,256,256,46656,4,16777216,4,46656,256,256,256,387420489,4,256,256,16777216,4,16777216,4,46656,46656,256,4,10000000000,27,46656,256,46656,4,16777216,256,16777216,256,25... | 109.333333 | 500 | 0.76372 |
b20a3d8cda257522d8e6374b640d2ee753b54625 | 158 | asm | Assembly | data/pokemon/dex_entries/aerodactyl.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/aerodactyl.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/aerodactyl.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "FOSSIL@" ; species name
db "In prehistoric"
next "times, this"
next "#MON flew"
page "freely and"
next "fearlessly through"
next "the skies.@"
| 15.8 | 28 | 0.658228 |
b974e7d0ef503afe0d21045da135b43142d115c6 | 245 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sdcc_iy/p_forward_list_next_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sdcc_iy/p_forward_list_next_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sdcc_iy/p_forward_list_next_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *p_forward_list_next_fastcall(void *item)
SECTION code_adt_p_forward_list
PUBLIC _p_forward_list_next_fastcall
defc _p_forward_list_next_fastcall = asm_p_forward_list_next
INCLUDE "adt/p_forward_list/z80/asm_p_forward_list_next.asm"
| 22.272727 | 60 | 0.873469 |
3ee3a52bec2fc338453117a4e6ac49fe42ac40dc | 3,134 | asm | Assembly | irq/macros.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | 1 | 2018-12-26T22:55:37.000Z | 2018-12-26T22:55:37.000Z | irq/macros.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | irq/macros.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | ; Assembler: ACME
; Handling IRQs macros
; source: http://codebase64.org/doku.php?id=base:handling_irqs_with_some_simple_macros
;some macros to use for easy raster handling, by rambones
!to "macros.prg"
!zone mainprogram
*=$1000
;-------------- MACROS ----------------
;;!macro INIT .inadd, .pladd{
; (code here)
;}... | 11.113475 | 86 | 0.602425 |
687bb13b0344207e30916f7778ba06e98c212f5b | 1,701 | nasm | Assembly | msf_adduser.nasm | Re4son/slae-assignment6 | 2093fac44a6f35a782731c98577dd84e2d852fc0 | [
"Unlicense"
] | 1 | 2021-07-06T20:05:06.000Z | 2021-07-06T20:05:06.000Z | msf_adduser.nasm | Re4son/slae-assignment6 | 2093fac44a6f35a782731c98577dd84e2d852fc0 | [
"Unlicense"
] | null | null | null | msf_adduser.nasm | Re4son/slae-assignment6 | 2093fac44a6f35a782731c98577dd84e2d852fc0 | [
"Unlicense"
] | 1 | 2018-09-27T13:32:05.000Z | 2018-09-27T13:32:05.000Z | ; Filename: msf-adduser.nasm
; Author: Metasploit
; Analysed by Re4son <re4son [at] whitedome.com.au>
; Purpose: Disassembly of msf linux/adduser
; for research purpose
global _start
section .text
_start:
; setreuid() sets real and effective user IDs of the calling process
; int setreuid(uid... | 30.375 | 70 | 0.643739 |
22f0cd99407609f097af795cd6737ef7d9b0388a | 9,097 | asm | Assembly | testfloat.asm | bulk88/celib | 14482186e9276d4e35ff785177293047300fd519 | [
"BSD-4-Clause-UC"
] | 1 | 2021-11-28T15:16:18.000Z | 2021-11-28T15:16:18.000Z | testfloat.asm | bulk88/celib | 14482186e9276d4e35ff785177293047300fd519 | [
"BSD-4-Clause-UC"
] | null | null | null | testfloat.asm | bulk88/celib | 14482186e9276d4e35ff785177293047300fd519 | [
"BSD-4-Clause-UC"
] | 2 | 2016-06-22T08:29:18.000Z | 2021-11-28T15:16:45.000Z | .verstamp 3 10
.option pic0
.file 44 "testfloat.c"
.data
.align 3
.align 0
$$2:
.ascii "w\X00i\X00n\X00s\X00o\X00c\X00k\X00.\X00d\X00l\X00l\X00\X00\X00"
.data
.align 3
.align 0
$$3:
.ascii "\\X00b\X00i\X00n\X00\\X00x\X001\X00.\X00t\X00x\X00t\X00\X00\X00"
.data
.align 3
.align 0
$$4:
.... | 21.155814 | 92 | 0.58217 |
640b33fdce5d3d4a41ca816ee70560590a2efc7f | 323 | asm | Assembly | Src/Ant8/Tests/aa8/basic/02_add_4.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant8/Tests/aa8/basic/02_add_4.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant8/Tests/aa8/basic/02_add_4.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | 1 | 2020-07-15T04:09:05.000Z | 2020-07-15T04:09:05.000Z | # $Id: 02_add_4.asm,v 1.3 2001/03/22 00:38:59 ellard Exp $
#
# Copyright 1999-2001 by the President and Fellows of Harvard College.
# See LICENSE.txt for license information.
#
#@ tests to make sure that des registers don't clobber src.
# OK
lc r2, 100
lc r3, 100
add r2, r2, r3
add r4, r1, r0
add r5, r1, r2
hl... | 17.944444 | 70 | 0.684211 |
ab9762a72cc289c5217eb47bba8adccf25b0c224 | 871 | asm | Assembly | soft/date.asm | devxpy/masm32-programs | c0f824584ca05de32bc2f38a5a3241f08333e469 | [
"Xnet",
"X11"
] | null | null | null | soft/date.asm | devxpy/masm32-programs | c0f824584ca05de32bc2f38a5a3241f08333e469 | [
"Xnet",
"X11"
] | 1 | 2019-05-30T06:00:15.000Z | 2019-05-30T08:02:14.000Z | soft/date.asm | devxpy/masm32-programs | c0f824584ca05de32bc2f38a5a3241f08333e469 | [
"Xnet",
"X11"
] | null | null | null | dos_call macro val
mov ah, val
int 21h
endm
print macro msg
lea dx, msg
dos_call 09h
endm
printc macro char
mov dl, char
dos_call 02h
endm
print_ascii macro
aam
mov bx, ax
add bx, "00"
mov dl, bh
dos_call 02h
mov dl, bl
dos_call 02h
endm
exit macro
dos_call ... | 11.166667 | 42 | 0.568312 |
f1c9595c5a2d88cec0422b5922e914e83e5f2afe | 148 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/zel_enmy3.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/zel_enmy3.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/zel_enmy3.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_enmy3.asm
Type: file
Size: 334969
Last-Modified: '2016-05-13T04:36:32Z'
SHA-1: 03E16D840FA79B53D57770236DA6E734C06577EE
Description: null
| 21.142857 | 47 | 0.817568 |
f9d33efd47d9d7b259fba5050b0a8ab304e90416 | 3,989 | asm | Assembly | bddisasm_test/avx512/avx512fma_64.asm | CrackerCat/bddisasm | 5a617986b7372dc6fe9ba63f67553c5ee2728d09 | [
"Apache-2.0"
] | 675 | 2020-07-09T12:57:49.000Z | 2022-03-26T15:03:53.000Z | bddisasm_test/avx512/avx512fma_64.asm | FDlucifer/bddisasm | 76d92e73c29eaaf175f2c77465b1c6eacaef6f3c | [
"Apache-2.0"
] | 41 | 2020-07-22T07:15:07.000Z | 2022-03-23T08:34:28.000Z | bddisasm_test/avx512/avx512fma_64.asm | FDlucifer/bddisasm | 76d92e73c29eaaf175f2c77465b1c6eacaef6f3c | [
"Apache-2.0"
] | 94 | 2020-07-09T14:39:02.000Z | 2022-03-27T10:37:03.000Z | bits 64
vpmadd52huq xmm2, xmm7, xmm0
vpmadd52huq xmm2, xmm7, [rbx]
vpmadd52huq xmm2, xmm7, [rbx]{1to2}
vpmadd52huq xmm2, xmm7, [rbx+r11*8+256]
vpmadd52huq xmm2, xmm7, [rbx+r11*8-256]
vpmadd52huq xmm2{k5}, xmm7, xmm0
vpmadd52huq xmm2{k5}, xmm7, [rbx]
vpmadd52huq xmm2{k5}, xmm7, [... | 42.892473 | 52 | 0.654299 |
9cc8e90f336b3454effbca10656880acac3bb532 | 183 | asm | Assembly | source/features/name.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | source/features/name.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | source/features/name.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | ; ==================================================================
; MichalOS Name
; ==================================================================
osname db 'InpyoOS 2.0', 0
| 30.5 | 68 | 0.163934 |
5ea17e07b059084e5d5b8d0146dcab630dff2f23 | 6,131 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1134.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1134.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1134.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1bdcf, %r8
nop
sub $13546, %rax
mov $0x6162636465666768, %rdi
movq %rdi, %xmm3
movups %xmm3, (%r8)
nop
nop
nop
cmp %r8, %r8
lea addresses_UC_ht+0x1589b, %r12
nop
nop
nop
sub %... | 40.335526 | 2,999 | 0.658783 |
082939c91a08b4d39b9d30541bc1e96e78c01aec | 9,578 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_54.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_54.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_54.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x162b3, %rbx
cmp $44234, %rsi
mov (%rbx), %r10
nop
nop
add $26371, %rbx
lea addresses_WT_ht+0x1da01, %rsi
lea addresses_D_ht+0xc001, %rdi
sub %r13, %r13
mov $61, %rcx
rep mov... | 29.838006 | 2,999 | 0.660785 |
14f82a9a073539bb595517332de09f38060cae1b | 654 | asm | Assembly | tests/misc/dir_size.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | null | null | null | tests/misc/dir_size.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | null | null | null | tests/misc/dir_size.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | null | null | null | ;; test of default output file name in normal input file mode
; enable output into default output file ("dir_output_default_name.out")
SIZE 8 ; should be preserved across first OUTPUT directive
OUTPUT "dir_size.bin"
DB 'Tbin'
; should do 2x error, modifying already set old SIZE
... | 28.434783 | 90 | 0.642202 |
6f968809e7abe433cedca7dd3c688591def95780 | 14,888 | asm | Assembly | intro.asm | visy/c64demo2017 | 6ff438f2b331aefec346156ded4f62d437c26652 | [
"WTFPL"
] | null | null | null | intro.asm | visy/c64demo2017 | 6ff438f2b331aefec346156ded4f62d437c26652 | [
"WTFPL"
] | null | null | null | intro.asm | visy/c64demo2017 | 6ff438f2b331aefec346156ded4f62d437c26652 | [
"WTFPL"
] | null | null | null | .macro StabilizeRaster() {
//
// Register a new irq handler for the next line.
//
lda #<stabilizedirq
sta $fffe
lda #>stabilizedirq
sta $ffff
inc $d012
//
// ACK the current IRQ
//
lda #$ff
sta $d019
// Save the old stack pointer so we can just restore the stack... | 19.235142 | 144 | 0.534726 |
7aa680b3eb4e845b74038e933b9e982eb7287b78 | 482 | asm | Assembly | Bootloader/EnterPM.asm | MaybeELEMENT/Fortius | 7208ee30fbf0f172882fc7561c681b26271a667c | [
"BSD-3-Clause"
] | null | null | null | Bootloader/EnterPM.asm | MaybeELEMENT/Fortius | 7208ee30fbf0f172882fc7561c681b26271a667c | [
"BSD-3-Clause"
] | null | null | null | Bootloader/EnterPM.asm | MaybeELEMENT/Fortius | 7208ee30fbf0f172882fc7561c681b26271a667c | [
"BSD-3-Clause"
] | null | null | null | [bits 16]
switchToPM:
cli ; turn off interrupts
lgdt [GDT_descriptor] ; Load GDT
mov eax, cr0
or eax, 0x1 ; sets the first bit of eax to 1, while leaving the rest intact
mov cr0, eax
jmp CODE_SEG:init_pm ; far jump to code segment, flushes CPU cache, removing real mode instructions
[bits 32]
init_pm... | 16.62069 | 101 | 0.688797 |
0a2bf257b41b27cc917a82378d9fdce2197883e0 | 1,434 | asm | Assembly | Part 6 - Virtualizing An Already Running System/MyHypervisorDriver/MyHypervisorDriver/VMExitHandler.asm | avboy1337/Hypervisor-From-Scratch | 10acaf5496d0a4e88b058aa91dbf36ba05ab98e0 | [
"MIT"
] | 808 | 2018-09-04T01:45:15.000Z | 2022-03-29T19:29:55.000Z | Part 6 - Virtualizing An Already Running System/MyHypervisorDriver/MyHypervisorDriver/VMExitHandler.asm | avboy1337/Hypervisor-From-Scratch | 10acaf5496d0a4e88b058aa91dbf36ba05ab98e0 | [
"MIT"
] | 14 | 2019-02-24T21:33:37.000Z | 2022-01-18T11:50:28.000Z | Part 6 - Virtualizing An Already Running System/MyHypervisorDriver/MyHypervisorDriver/VMExitHandler.asm | avboy1337/Hypervisor-From-Scratch | 10acaf5496d0a4e88b058aa91dbf36ba05ab98e0 | [
"MIT"
] | 182 | 2018-09-04T01:45:21.000Z | 2022-03-30T21:39:18.000Z | PUBLIC VMExitHandler
PUBLIC VMXOFFHandler
EXTERN MainVMExitHandler:PROC
EXTERN VM_Resumer:PROC
EXTERN gGuestRIP:QWORD
EXTERN gGuestRSP:QWORD
.code _text
VMExitHandler PROC
push r15
push r14
push r13
push r12
push r11
push r10
push r9
push r8
push r... | 14.19802 | 71 | 0.594142 |
854826a8ad6a938c2ae24771d81879363f60ed0f | 151 | asm | Assembly | game/logic/game_states/stage_selection_screen/stage_selection_extra_code.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | 91 | 2017-08-06T18:30:13.000Z | 2022-02-17T00:26:45.000Z | game/logic/game_states/stage_selection_screen/stage_selection_extra_code.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | 2 | 2018-10-12T04:34:13.000Z | 2021-12-25T17:01:18.000Z | game/logic/game_states/stage_selection_screen/stage_selection_extra_code.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | 9 | 2016-10-08T21:24:37.000Z | 2022-02-05T00:13:31.000Z | STAGE_SELECT_SCREEN_EXTRA_BANK_NUMBER = CURRENT_BANK_NUMBER
#include "game/logic/game_states/stage_selection_screen/stage_selection_screen.built.asm"
| 37.75 | 89 | 0.89404 |
c44b4c815a12a770379a99d1859fb3ae20f6296c | 2,432 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_1_443.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_1_443.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_1_443.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rbx
lea addresses_WC_ht+0x42fe, %r10
nop
cmp %rbx, %rbx
movb $0x61, (%r10)
nop
nop
nop
nop
nop
add $56901, %r14
pop %rbx
pop %r14
pop %r13
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r14
push %r15
push %rax
push ... | 17.623188 | 125 | 0.642681 |
5a2df6ee5395277f45a42b02ee11ef4526506392 | 649 | asm | Assembly | oeis/160/A160767.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/160/A160767.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/160/A160767.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A160767: Expansion of (1+12*x+28*x^2+12*x^3+x^4)/(1-x)^5.
; 1,17,103,367,971,2131,4117,7253,11917,18541,27611,39667,55303,75167,99961,130441,167417,211753,264367,326231,398371,481867,577853,687517,812101,952901,1111267,1288603,1486367,1706071,1949281,2217617,2512753,2836417,3190391,3576511,3996667,4452803,4946917,548... | 49.923077 | 501 | 0.790447 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.