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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdcc4ba244e33d2637455f4b4f1acebe4471b419 | 678 | asm | Assembly | oeis/053/A053042.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053042.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053042.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053042: a(n) = n^n + n!.
; Submitted by Jon Maiga
; 2,6,33,280,3245,47376,828583,16817536,387783369,10003628800,285351587411,8916579449856,302881333613053,11112094003849216,437895198055227375,18446764996499439616,827240617573764860177,39346414477670243303424,1978419777305413997955979,104857602432902008176640000,5842... | 67.8 | 464 | 0.842183 |
cdf5c5a1740f6821446f3f71c5d0efbda8429275 | 1,378 | asm | Assembly | programs/oeis/295/A295680.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/295/A295680.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/295/A295680.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A295680: a(n) = a(n-1) + a(n-3) + a(n-4), where a(0) = 0, a(1) = 0, a(2) = 0, a(3) = 2.
; 0,0,0,2,2,2,4,8,12,18,30,50,80,128,208,338,546,882,1428,2312,3740,6050,9790,15842,25632,41472,67104,108578,175682,284258,459940,744200,1204140,1948338,3152478,5100818,8253296,13354112,21607408,34961522,56568930,91530450,14809938... | 196.857143 | 1,128 | 0.83164 |
8dd35d49c4cc3bba4c39cfcb1bd46dcc06534c50 | 906 | asm | Assembly | spinny.asm | somerandomdev49/Simple_ISA | 1616f859e675ef17b9497aa969b7d2753c9d73ed | [
"CC0-1.0"
] | 1 | 2021-07-30T18:53:11.000Z | 2021-07-30T18:53:11.000Z | spinny.asm | somerandomdev49/Simple_ISA | 1616f859e675ef17b9497aa969b7d2753c9d73ed | [
"CC0-1.0"
] | null | null | null | spinny.asm | somerandomdev49/Simple_ISA | 1616f859e675ef17b9497aa969b7d2753c9d73ed | [
"CC0-1.0"
] | null | null | null | #!/usr/bin/sisa16_asm -run
.ZERO_STACK_POINTER: astp;popa;
section 0x40000;
:ascii_spinny:
..asciz:-\|/
.ascii_spinny_len:4
.ITER_REGION:3
..(ITER_REGION):
bytes 0,0,0,0;
.ld_iter: farllda %&@&%
.ld_iterb: farlldb %&@&%
.st_iter: farstla %&@&%
//..include"libc.hasm"
..include"libc_pre.hasm"
..(2):
..dinclude"... | 14.15625 | 32 | 0.652318 |
2753373e030ba55dca6bd6a8321cc63995832dc1 | 519 | asm | Assembly | macros/gfx.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | macros/gfx.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | macros/gfx.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | RGB: MACRO
rept _NARG / 3
dw palred (\1) + palgreen (\2) + palblue (\3)
shift
shift
shift
endr
ENDM
palred EQUS "(1 << 0) *"
palgreen EQUS "(1 << 5) *"
palblue EQUS "(1 << 10) *"
palettes EQUS "* PALETTE_SIZE"
palette EQUS "+ PALETTE_SIZE *"
color EQUS "+ PAL_COLOR_SIZE *"
tiles EQUS "* LEN_2BPP_TILE"
til... | 20.76 | 59 | 0.682081 |
a87a4932270f360dcb96aa54c41e915a9256da24 | 1,130 | asm | Assembly | runme/solution/solution.asm | BSidesSF/ctf-2021-release | 53c74b532bcb42dfd33bcc3fca36549598153493 | [
"MIT"
] | 7 | 2021-03-17T13:32:29.000Z | 2021-11-23T17:49:06.000Z | runme/solution/solution.asm | BSidesSF/ctf-2021-release | 53c74b532bcb42dfd33bcc3fca36549598153493 | [
"MIT"
] | null | null | null | runme/solution/solution.asm | BSidesSF/ctf-2021-release | 53c74b532bcb42dfd33bcc3fca36549598153493 | [
"MIT"
] | null | null | null | bits 64
;;; OPEN
mov rax, 2 ; Syscall 2 = sys_open
call getfilename ; Pushes the next address onto the stack and jumps down
db "/home/ctf/flag.txt",0 ; The literal flag, null terminated
getfilename:
pop rdi ; Pop the top of the stack (which is the filename) into rdi
mov rsi, 0 ; Flags = 0
mov rdx, 0 ; Mod... | 30.540541 | 97 | 0.69646 |
e31ce477425df1047d18ccf35b4e805fca24df07 | 60 | asm | Assembly | gfx/pokemon/rattata/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/rattata/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/rattata/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | setrepeat 3
frame 0, 05
frame 4, 05
dorepeat 1
endanim
| 10 | 12 | 0.7 |
504d0541fcef59d877f8649b0c92f51bf77a7ccc | 337 | asm | Assembly | programs/oeis/094/A094919.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/094/A094919.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/094/A094919.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A094919: (4^n-1)/3 mod n.
; 0,1,0,1,1,3,1,5,0,5,1,9,1,5,6,5,1,9,1,5,0,5,1,21,16,5,0,1,1,15,1,21,21,5,26,9,1,5,21,5,1,21,1,41,36,5,1,21,22,25,21,33,1,27,11,5,21,5,1,45,1,5,0,21,16,45,1,17,21,15,1,45,1,5,66,9,5,39,1,5,0,5,1,21,1,5,21,21,1,45
add $0,1
mov $2,$0
lpb $0
sub $0,1
add $1,1
mod $1,$2
mul $1,4
lpe
di... | 24.071429 | 213 | 0.545994 |
9222406eb370598fde15e5f44f9c86510fae7f4e | 7,938 | asm | Assembly | astro_sound.asm | nealvis/astroblast | 521b5300c4b00d96971ed72106de79e7b9f9250d | [
"MIT"
] | null | null | null | astro_sound.asm | nealvis/astroblast | 521b5300c4b00d96971ed72106de79e7b9f9250d | [
"MIT"
] | null | null | null | astro_sound.asm | nealvis/astroblast | 521b5300c4b00d96971ed72106de79e7b9f9250d | [
"MIT"
] | null | null | null | //////////////////////////////////////////////////////////////////////////////
// astro_sound.asm
// Copyright(c) 2021 Neal Smith.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// sound routines for astroblast project.
// Anything wi... | 28.451613 | 78 | 0.540816 |
06f5579b9efb0899837942bdb7dfd621bd215f2d | 35,755 | asm | Assembly | base/Kernel/Native/arm/Crt/macros.asm | sphinxlogic/Singularity-RDK-2.0 | 2968c3b920a5383f7360e3e489aa772f964a7c42 | [
"MIT"
] | null | null | null | base/Kernel/Native/arm/Crt/macros.asm | sphinxlogic/Singularity-RDK-2.0 | 2968c3b920a5383f7360e3e489aa772f964a7c42 | [
"MIT"
] | null | null | null | base/Kernel/Native/arm/Crt/macros.asm | sphinxlogic/Singularity-RDK-2.0 | 2968c3b920a5383f7360e3e489aa772f964a7c42 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Microsoft Research Singularity
;;;
;;; Copyright (c) Microsoft Corporation. All rights reserved.
;;;
;;; This file contains ARM-specific assembly code.
;;;
; Assembler source for FPA support code and e... | 38.529095 | 99 | 0.48754 |
f569530c592256ed5e8f727cf9a6b99920fa916f | 192 | asm | Assembly | alice2/brads_alice2_archive/asm/test_code.asm | lkesteloot/alice | 44b85caf744e5830536b5e813e761cc0ce3f695e | [
"Apache-2.0"
] | 63 | 2015-08-14T23:27:39.000Z | 2022-03-09T22:46:11.000Z | alice2/brads_alice2_archive/asm/test_code.asm | lkesteloot/alice | 44b85caf744e5830536b5e813e761cc0ce3f695e | [
"Apache-2.0"
] | 64 | 2015-09-11T23:13:03.000Z | 2018-10-29T09:38:06.000Z | alice2/brads_alice2_archive/asm/test_code.asm | lkesteloot/alice | 44b85caf744e5830536b5e813e761cc0ce3f695e | [
"Apache-2.0"
] | 9 | 2016-01-06T00:06:33.000Z | 2021-12-07T10:38:15.000Z |
; to be included by rom.asm
SHITAGAIN
LD HL, SHITSTR
CALL LCDPRINT
LD HL, SHOOTSTR
CALL LCDPRINT
JP SHITAGAIN
SHITSTR DB "This shit works", 10, 0
SHOOTSTR DB "Shoot my dog", 10, 0
| 12 | 36 | 0.703125 |
4cec2c7042e60d03653bc28b2e08e6cb2cdaf44a | 996 | asm | Assembly | utils/bubble_sort.asm | pastchick3/risc-v-processor-sv | 1de8fdb08f14ba3e2dffa0ddcc950a628384171c | [
"MIT"
] | null | null | null | utils/bubble_sort.asm | pastchick3/risc-v-processor-sv | 1de8fdb08f14ba3e2dffa0ddcc950a628384171c | [
"MIT"
] | null | null | null | utils/bubble_sort.asm | pastchick3/risc-v-processor-sv | 1de8fdb08f14ba3e2dffa0ddcc950a628384171c | [
"MIT"
] | null | null | null | // The C version of the bubble sort is given as below:
//
// void bubbleSort(int arr[], size_t n) {
// for (size_t i = 0; i < n - 1; i++) {
// for (size_t j = 0; j < n - i - 1; j++) {
// if (arr[j] > arr[j+1]) {
// swap(&arr[j], &arr[j+1]);
// }
// }
// }... | 18.792453 | 54 | 0.522088 |
2c00eb36d5d2734cf4d7d210b34e8e7a0a3a124e | 682 | asm | Assembly | unittests/ASM/PrimaryGroup/2_D3_02_2.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/PrimaryGroup/2_D3_02_2.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/PrimaryGroup/2_D3_02_2.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"RBX": "0x00000006",
"RDI": "0x00000004",
"RDX": "0x00000002",
"RSI": "0x00000000",
"R8": "0x0",
"R9": "0x0",
"R10": "0x1",
"R11": "0x1"
}
}
%endif
mov rbx, 0x00000001
mov rdi, 0x00000001
mov rdx, 0x40000000
mov rsi, 0x40000000
mov rcx, 2
stc
rcl ebx,... | 13.372549 | 47 | 0.629032 |
ddddaeeae5b7f6195ddc7e1f3109a7597ef7f3cc | 425 | asm | Assembly | oeis/214/A214885.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/214/A214885.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/214/A214885.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A214885: a(n) = Sum_{k=0..n} (-1)^k*F(k)*F(k+3), where F=A000045 (Fibonacci numbers).
; Submitted by Christian Krause
; 0,-3,2,-14,25,-80,192,-523,1346,-3550,9265,-24288,63552,-166419,435650,-1140590,2986057,-7817648,20466816,-53582875,140281730,-367262398,961505377,-2517253824,6590256000,-17253514275,45170286722,-11... | 47.222222 | 210 | 0.684706 |
63097216947fdc97f5548a3f711122f42b128201 | 316 | asm | Assembly | programs/oeis/070/A070457.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070457.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070457.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070457: a(n) = n^2 mod 35.
; 0,1,4,9,16,25,1,14,29,11,30,16,4,29,21,15,11,9,9,11,15,21,29,4,16,30,11,29,14,1,25,16,9,4,1,0,1,4,9,16,25,1,14,29,11,30,16,4,29,21,15,11,9,9,11,15,21,29,4,16,30,11,29,14,1,25,16,9,4,1,0,1,4,9,16,25,1,14,29,11,30,16,4,29,21,15,11,9,9,11,15,21,29,4,16,30,11,29,14,1
pow $0,2
mod $0,35
| 52.666667 | 265 | 0.60443 |
ed8d9e37812a17ad041377650936792696646ac1 | 200 | asm | Assembly | bootdict/tc/literal.asm | ikysil/ikforth | 165e049fc007003cd05f59332dc856d553d8aac8 | [
"Unlicense"
] | 8 | 2017-08-03T08:49:06.000Z | 2021-12-17T12:02:19.000Z | bootdict/tc/literal.asm | clstrfsck/ikforth | 165e049fc007003cd05f59332dc856d553d8aac8 | [
"Unlicense"
] | 58 | 2016-04-21T20:03:54.000Z | 2022-01-16T00:40:50.000Z | bootdict/tc/literal.asm | clstrfsck/ikforth | 165e049fc007003cd05f59332dc856d553d8aac8 | [
"Unlicense"
] | 1 | 2018-07-25T21:07:00.000Z | 2018-07-25T21:07:00.000Z | ; 6.1.1780 LITERAL
$COLON 'LITERAL',$LITERAL,VEF_IMMEDIATE_COMPILE_ONLY
CWLIT $LIT
CW $COMPILEC, $COMMA
$END_COLON
| 33.333333 | 73 | 0.45 |
80a8210eb69e0e7dbd5e1c8bcd7465a2a2976694 | 834 | asm | Assembly | oeis/046/A046994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/046/A046994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/046/A046994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A046994: Number of Greek-key tours on a 3 X n board; i.e., self-avoiding walks on a 3 X n grid starting in the top left corner.
; Submitted by Christian Krause
; 1,3,8,17,38,78,164,332,680,1368,2768,5552,11168,22368,44864,89792,179840,359808,720128,1440512,2882048,5764608,11531264,23063552,46131200,92264448,184537088... | 37.909091 | 499 | 0.778177 |
4f732fe1b30916194cbb0721410f044b3b2ffa2f | 606 | asm | Assembly | programs/oeis/313/A313289.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/313/A313289.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/313/A313289.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A313289: Coordination sequence Gal.4.55.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,9,15,21,27,32,36,40,45,51,57,63,68,72,76,81,87,93,99,104,108,112,117,123,129,135,140,144,148,153,159,165,171,176,180,184,189,195,201,207,... | 22.444444 | 178 | 0.618812 |
adfc2b044bb16f7d4611c2b2b91756665a147221 | 378 | asm | Assembly | programs/oeis/296/A296196.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/296/A296196.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/296/A296196.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A296196: Harary index of the n X n queen graph.
; 0,6,32,98,230,460,826,1372,2148,3210,4620,6446,8762,11648,15190,19480,24616,30702,37848,46170,55790,66836,79442,93748,109900,128050,148356,170982,196098,223880,254510,288176,325072,365398,409360,457170,509046,565212,625898,691340
lpb $0,1
add $3,$0
sub $0,1
add... | 29.076923 | 231 | 0.71164 |
80727ab7be4e0dc8d81549f6401853f1f631aa1e | 2,287 | asm | Assembly | examples/asm-64/float.asm | patrickf2000/upl | a58e3fd3f185e52d40332d4e7473ff7de8245f04 | [
"BSD-3-Clause"
] | null | null | null | examples/asm-64/float.asm | patrickf2000/upl | a58e3fd3f185e52d40332d4e7473ff7de8245f04 | [
"BSD-3-Clause"
] | 6 | 2019-06-15T12:38:26.000Z | 2019-06-15T13:03:05.000Z | examples/asm-64/float.asm | patrickf2000/upl | a58e3fd3f185e52d40332d4e7473ff7de8245f04 | [
"BSD-3-Clause"
] | null | null | null | .intel_syntax noprefix
.data
flt_1: .long 1067299373
flt_2: .long 1080255578
flt_3: .long 1078875652
STR_1: .string "Add: %f\n"
flt_4: .long 1067299373
flt_5: .long 1080255578
flt_6: .long 1078875652
STR_2: .string "Sub: %f\n"
flt_7: .long 1067299373
flt_8: .long 1080255578
flt_9: .long 1078875652
STR_3: .s... | 14.117284 | 27 | 0.66725 |
66f753af740c687d6155fc10887a1de25c780341 | 44,840 | asm | Assembly | stressfs.asm | gangwareGremlins/PA3 | 2d9b6103a93a2633e0328f9ba30347b01a37cde3 | [
"MIT-0"
] | null | null | null | stressfs.asm | gangwareGremlins/PA3 | 2d9b6103a93a2633e0328f9ba30347b01a37cde3 | [
"MIT-0"
] | null | null | null | stressfs.asm | gangwareGremlins/PA3 | 2d9b6103a93a2633e0328f9ba30347b01a37cde3 | [
"MIT-0"
] | null | null | null |
_stressfs: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "fs.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... | 34.307575 | 60 | 0.421632 |
63c9b8aaeed8e5722fa3125b13b9a745bc3e829b | 13,595 | asm | Assembly | Library/Cards/cardsMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Cards/cardsMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Cards/cardsMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Card Library
FILE: cardMain.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Jon 9/90 Initial Version
DESCRIPTION:
R... | 22.250409 | 85 | 0.570651 |
d273d75b7305a5f44597f0934e07439dd079ed2c | 267 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_insert_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_insert_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/c/sdcc_iy/w_vector_insert_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; size_t w_vector_insert_callee(w_vector_t *v, size_t idx, void *item)
SECTION code_adt_w_vector
PUBLIC _w_vector_insert_callee
_w_vector_insert_callee:
pop af
pop hl
pop bc
pop de
push af
INCLUDE "adt/w_vector/z80/asm_w_vector_insert.asm"
| 15.705882 | 70 | 0.752809 |
e145ab687e7cb4984a05dd67478718ce620fa7e6 | 6,559 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1903.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1903.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1903.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 %r11
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x17b0, %r14
nop
nop
nop
sub $63382, %r9
movl $0x61626364, (%r14)
nop
nop
xor $17217, %rsi
lea addresses_UC_ht+0x65f0, %r11
and %r14, %r14
movb (%r11), %cl
nop
nop
sub %rsi, %r... | 38.582353 | 2,999 | 0.661076 |
dd2fe21840d87c26d88d7e1aedae29366c64c596 | 1,929 | asm | Assembly | PRG/levels/Giant/4-1.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Giant/4-1.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Giant/4-1.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $AB88
; 4-1
.word W401_BonusL ; Alternate level layout
.word W401_BonusO ; Alternate object layout
.byte LEVEL1_SIZE_08 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_11 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PIPENOTEXIT
.... | 66.517241 | 85 | 0.50648 |
c7d84f26780c5920d173bd1026ba8662c5770ec2 | 1,342 | asm | Assembly | source/floatingpoint/compare.asm | paulscottrobson/6502-basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 3 | 2021-09-30T19:34:11.000Z | 2021-10-31T06:55:50.000Z | source/floatingpoint/compare.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | null | null | null | source/floatingpoint/compare.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 1 | 2021-12-07T21:58:44.000Z | 2021-12-07T21:58:44.000Z | ; ************************************************************************************************
; ************************************************************************************************
;
; Name: compare.asm
; Purpose: Comparison for floats
; Created: 22nd February 2021
; Author: Paul Robson (paul@rob... | 35.315789 | 98 | 0.197466 |
6e9461eeb55f5c79458490c0368079b6c5e75339 | 330 | asm | Assembly | programs/oeis/343/A343859.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/343/A343859.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/343/A343859.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A343859: Partial sums of the primes excluding 3.
; 2,7,14,25,38,55,74,97,126,157,194,235,278,325,378,437,498,565,636,709,788,871,960,1057,1158,1261,1368,1477,1590,1717,1848,1985,2124,2273,2424,2581,2744,2911,3084,3263,3444,3635,3828,4025,4224,4435,4658,4885,5114,5347
add $0,2
seq $0,7504 ; Sum of the first n primes.... | 47.142857 | 218 | 0.739394 |
0b2b27ef4faab4eb422d7c0d053b3e8a4b2504a1 | 669 | asm | Assembly | programs/oeis/038/A038189.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/038/A038189.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/038/A038189.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A038189: Bit to left of least significant 1-bit in binary expansion of n.
; 0,0,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0,0,1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,0,1,1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0,0,1,1,1,0,0,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0,1,1,0,1,1,1,0,0,1,0,0,1,1,1,... | 51.461538 | 501 | 0.524664 |
dcfbb78a63199177268276d36fbb9f63f605b1b0 | 128 | asm | Assembly | samples/bcd_daa.asm | SohamMalakar/Intel-8085 | 85b759c6c9a85691146270be920350ff45c0ea48 | [
"MIT"
] | null | null | null | samples/bcd_daa.asm | SohamMalakar/Intel-8085 | 85b759c6c9a85691146270be920350ff45c0ea48 | [
"MIT"
] | null | null | null | samples/bcd_daa.asm | SohamMalakar/Intel-8085 | 85b759c6c9a85691146270be920350ff45c0ea48 | [
"MIT"
] | null | null | null | LDA f100
MOV B, A
LDA f200
ADD B
DAA
STA f300
MVI A, 00
JNC NCY // if CY == 0 then jump to NCY
MVI A, 01
NCY: STA f301
HLT
| 7.529412 | 38 | 0.640625 |
bc69556fc0484090afe7f89366a41c8e8e8862b2 | 826 | asm | Assembly | sk/sfx/41.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | sk/sfx/41.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | sk/sfx/41.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound_41_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_41_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, Sound_3E_3F_40_41_FM5, $0A, $00
Sound_41_Voices:
; Voice $00
; $36
; $07, $10, $0E, $0C, $1F, $1F, $1F, $1F, $00, $00, $00, $00
; $00, $0D, $0D, $0E, $0F, $0F, ... | 29.5 | 62 | 0.615012 |
bcb51033d5a81dcdfe88c9d99b640ae6848fccfb | 324 | asm | Assembly | programs/oeis/140/A140788.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/140/A140788.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/140/A140788.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A140788: a(n) = 6*4^n + 2.
; 8,26,98,386,1538,6146,24578,98306,393218,1572866,6291458,25165826,100663298,402653186,1610612738,6442450946,25769803778,103079215106,412316860418,1649267441666,6597069766658,26388279066626,105553116266498,422212465065986,1688849860263938,6755399441055746
mov $1,4
pow $1,$0
mul $1,6
add $... | 40.5 | 256 | 0.808642 |
37d2152904ff28d4fd5981ecccae2149ed1d7a7f | 7,166 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1863.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_0xca_notsx.log_21829_1863.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_0xca_notsx.log_21829_1863.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 %r13
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1f7f, %rcx
nop
nop
nop
nop
nop
dec %r15
mov $0x6162636465666768, %rdi
movq %rdi, (%rcx)
nop
nop
xor %rcx, %rcx
lea addresses_A_ht+0x193c9, %rdi
clflush (%rdi)
nop
nop
xor %r... | 36.375635 | 2,999 | 0.65755 |
861967b45f5f7fe2a121be39f8a480a67c77606e | 7,565 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1092.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1092.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1092.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 %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x18feb, %rsi
lea addresses_normal_ht+0xcb4b, %rdi
nop
nop
nop
nop
xor $5714, %r8
mov $109, %rcx
rep movsb
nop
nop
nop
nop
xor $64146, %rax
lea addresses_WC_ht+0x1a233, %rsi
le... | 34.543379 | 2,999 | 0.660013 |
37662eccbb2b81df05160488922b8626676028e5 | 17,394 | asm | Assembly | code/vendor/openssl/asm/crypto/ec/x25519-x86_64.asm | thorium-cfx/fivem | 587eb7c12066a2ebf8631bde7bb39ee2df1b5a0c | [
"MIT"
] | 5,411 | 2017-04-14T08:57:56.000Z | 2022-03-30T19:35:15.000Z | code/vendor/openssl/asm/crypto/ec/x25519-x86_64.asm | thorium-cfx/fivem | 587eb7c12066a2ebf8631bde7bb39ee2df1b5a0c | [
"MIT"
] | 802 | 2017-04-21T14:18:36.000Z | 2022-03-31T21:20:48.000Z | code/vendor/openssl/asm/crypto/ec/x25519-x86_64.asm | thorium-cfx/fivem | 587eb7c12066a2ebf8631bde7bb39ee2df1b5a0c | [
"MIT"
] | 2,011 | 2017-04-14T09:44:15.000Z | 2022-03-31T15:40:39.000Z | OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
PUBLIC x25519_fe51_mul
ALIGN 32
x25519_fe51_mul PROC PUBLIC
mov QWORD PTR[8+rsp],rdi ;WIN64 prologue
mov QWORD PTR[16+rsp],rsi
mov rax,rsp
$L$SEH_begin_x25519_fe51_mul::
mov rdi,rcx
mov rsi,rdx
mov rdx,r8
push rbp
push rbx
push r12
push r13
push r14
... | 16.180465 | 71 | 0.72663 |
65ea25f57ab3a5cf9b0bf9abff58405b04903893 | 571 | asm | Assembly | programs/oeis/033/A033537.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033537.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033537.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033537: a(n) = n*(2*n+5).
; 0,7,18,33,52,75,102,133,168,207,250,297,348,403,462,525,592,663,738,817,900,987,1078,1173,1272,1375,1482,1593,1708,1827,1950,2077,2208,2343,2482,2625,2772,2923,3078,3237,3400,3567,3738,3913,4092,4275,4462,4653,4848,5047,5250,5457,5668,5883,6102,6325,6552,6783,7018,7257,7500,7747,7998,8253... | 71.375 | 501 | 0.758319 |
d3e467a4cacf76e9a8c9d74ea842ca5d3ba06f7a | 1,212 | asm | Assembly | Quiz and Lab Assessment/Solution/4.asm | simonahsan2129/CSE331L-Section-1-Fall20-NSU | e430f061e4046d212c536b67025b9fcb950e2497 | [
"MIT"
] | 1 | 2021-01-13T09:48:44.000Z | 2021-01-13T09:48:44.000Z | Quiz and Lab Assessment/Solution/4.asm | AmirulAhsanSimon/CSE331L-Section-1-Fall20-NSU | e430f061e4046d212c536b67025b9fcb950e2497 | [
"MIT"
] | null | null | null | Quiz and Lab Assessment/Solution/4.asm | AmirulAhsanSimon/CSE331L-Section-1-Fall20-NSU | e430f061e4046d212c536b67025b9fcb950e2497 | [
"MIT"
] | 1 | 2021-03-15T16:18:20.000Z | 2021-03-15T16:18:20.000Z | .model small
.stack 100h
.data
msg1 db 10,13,"ENTER A HEX DIGIT: $"
msg2 db 10,13,"IN DECIMAL IS IT: $"
msg3 db 10,13,"DO YOU WANT TO DO IT AGAIN? $"
msg4 db 10,13,"INVALID CHARACTER- ENTER 0-9 OR A-F: $"
.code
again:
mov ax,@data
mov ds,ax
lea dx,msg1
mov ah,9
int 21h
mov ah,1
int 21h
... | 9.696 | 54 | 0.427393 |
f0ab99a220c8c4c104f06a215d883a53f9ea96ec | 8,467 | asm | Assembly | c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/fir16.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/fir16.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/fir16.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | ;;#############################################################################
;;! \file source/fir16.asm
;;!
;;! \brief 16-bit FIR filter
;;!
;;! \date May 11, 2010
;;!
;;
;; Group: C2000
;; Target Family: C28x
;;
;;#############################################################################
;;$T... | 43.64433 | 88 | 0.328097 |
ddc4f3923fa93a5a9eacef94480c4e01526447a3 | 6,764 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1608.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1608.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1608.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 %r12
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x3e0f, %rdi
nop
nop
nop
nop
inc %r9
movw $0x6162, (%rdi)
nop
nop
add %rbp, %rbp
lea addresses_normal_ht+0x1b74f, %rsi
nop
nop
nop
nop
inc %r12
movl $0x61626364, (%rsi)
nop
nop... | 33.98995 | 2,999 | 0.660112 |
00650db4f8245e086cf85d23102566fc38da844b | 1,585 | nasm | Assembly | Microprocessor lab/nearFarProcedure/p2.nasm | IamVaibhavsar/Second_Year_Lab_Assignments | dec3a0d4e71bc30820948d40d4e073b1d3e1da98 | [
"MIT"
] | 34 | 2020-02-09T08:42:49.000Z | 2022-03-01T09:04:53.000Z | Microprocessor lab/nearFarProcedure/p2.nasm | MXNXV/Second_Year_Lab_Assignments | dec3a0d4e71bc30820948d40d4e073b1d3e1da98 | [
"MIT"
] | 1 | 2020-10-16T15:41:43.000Z | 2020-10-16T16:03:50.000Z | Microprocessor lab/nearFarProcedure/p2.nasm | MXNXV/Second_Year_Lab_Assignments | dec3a0d4e71bc30820948d40d4e073b1d3e1da98 | [
"MIT"
] | 34 | 2020-01-07T08:47:42.000Z | 2022-03-29T16:45:56.000Z | %include "macro.nasm"
global _main
_main:
global proc1
extern buff,abufflen
section .text
proc1 :
display buff,[abufflen] ; to rsi
display msg1,len1 ;enter the character to search:
accept char2,2 ;to bl
mov bl,[char2]
mov rsi,buff
n1:
mov al,[rsi] ;buff->rsi->al
cmp al, 0Ah ;new line
je enter... | 14.279279 | 60 | 0.628391 |
ca4ce4092f816018212bfe1dded16811fccd8e19 | 88 | asm | Assembly | PRG/objects/6-F2A.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/6-F2A.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/6-F2A.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | .byte $01 ; Unknown purpose
.byte OBJ_BOOMBOOMJUMP, $1D, $24
.byte $FF ; Terminator
| 17.6 | 33 | 0.681818 |
a3cada2f38aaaf1612f4a46b7a01a67af47e8ab3 | 3,971 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2301.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_21829_2301.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_21829_2301.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 %r8
push %rcx
push %rsi
lea addresses_WT_ht+0x8a5f, %rsi
nop
nop
nop
nop
dec %rcx
movb (%rsi), %r13b
mfence
pop %rsi
pop %rcx
pop %r8
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r13
push %rax
push %rbx
push %rcx
// Faulty ... | 67.305085 | 2,999 | 0.662302 |
4e85114425d3418d5ad805669ba55881d8758278 | 753 | asm | Assembly | text/maps/viridian_mart.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | text/maps/viridian_mart.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | text/maps/viridian_mart.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | _ViridianMartText1::
text "We scared those"
line "trouble makers!"
done
_ViridianMartText4::
text "Hey! You came from"
line "PALLET TOWN?"
done
ViridianMartParcelQuestText::
text "You know PROF."
line "OAK, right?"
para "His order came in."
line "Will you take it"
cont "to him?"
para $52, " got"
line "... | 16.021277 | 29 | 0.683931 |
dc42f3accc35c6174bb28fd441a131469a9bea3b | 3,574 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_7_461.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_7_461.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_7_461.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 %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xde40, %r15
add %rbp, %rbp
mov (%r15), %r11
nop
nop
nop
nop
nop
dec %r15
lea addresses_WT_ht+0x3b23, %r15
nop
nop
add %rdx, %rdx
mov $0x6162636465666768, %rdi
movq %rdi, (%r1... | 20.54023 | 151 | 0.646894 |
245388b5e8532cea367cd961018f0d19072fe94f | 1,380 | asm | Assembly | programs/oeis/127/A127944.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/127/A127944.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/127/A127944.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A127944: Partial sums of A093049.
; 0,0,0,2,3,7,11,17,21,29,37,47,56,68,80,94,105,121,137,155,172,192,212,234,254,278,302,328,353,381,409,439,465,497,529,563,596,632,668,706,742,782,822,864,905,949,993,1039,1082,1130,1178,1228,1277,1329,1381,1435,1487,1543,1599,1657,1714,1774,1834,1896,1953,2017,2081,2147,2212,2280,2... | 138 | 1,289 | 0.791304 |
666984c09eaeffc23914eaa4c4fcbedbdf4192f0 | 433 | asm | Assembly | Test/Assembler/Test01.asm | CharlesCarley/HackComputer | 2f29ec7929ef08f295b5be5810f324acc99604e0 | [
"MIT"
] | null | null | null | Test/Assembler/Test01.asm | CharlesCarley/HackComputer | 2f29ec7929ef08f295b5be5810f324acc99604e0 | [
"MIT"
] | null | null | null | Test/Assembler/Test01.asm | CharlesCarley/HackComputer | 2f29ec7929ef08f295b5be5810f324acc99604e0 | [
"MIT"
] | null | null | null | // -- 01 --
@0 M=-1 // == -1
// -- 02 --
@256 D=A
@1 M=D // == 256
// -- 03 --
@123 MD=A
@2 M=D // == 123
// -- 04 --
@123 D=M // == 123
@3 M=D // == 123
// -- 05 --
@15 M=0
@15 M=M+1 D=M
@16384 A=D+A M=!M
D=M
@4 M=D
@15 M=M+1 D=M
@16384 A=D+A M=!M
D=M
@5 M=D
@... | 11.394737 | 20 | 0.330254 |
60eaa1103fd6eb19a46de967caa76b9675341ce9 | 764 | asm | Assembly | books/nand2tetris/ch08/FunctionCalls/SimpleFunction.asm | luksamuk/study | 7a4062cb894be52d786852b4729ac6a4e784b5a3 | [
"MIT"
] | 3 | 2019-03-13T02:16:44.000Z | 2020-03-05T21:14:18.000Z | books/nand2tetris/ch08/FunctionCalls/SimpleFunction.asm | luksamuk/study | 7a4062cb894be52d786852b4729ac6a4e784b5a3 | [
"MIT"
] | 1 | 2019-03-15T00:52:59.000Z | 2019-03-15T00:53:54.000Z | books/nand2tetris/ch08/FunctionCalls/SimpleFunction.asm | luksamuk/study | 7a4062cb894be52d786852b4729ac6a4e784b5a3 | [
"MIT"
] | 1 | 2020-03-05T21:14:29.000Z | 2020-03-05T21:14:29.000Z | (SimpleFunction.test)
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL
A=M
D=M
@SP
A=M
M=D
@SP
M=M+1
@LCL
D=M
@1
A=D+A
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@R13
M=D
@SP
M=M-1
A=M
D=M
@R13
A=M
D=D+A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
D=!D
@SP
A=M
M=D
@SP
M=M+1
@ARG
A=M
D=M
@SP
A=M
M=D
@SP
M=M+1... | 4.547619 | 21 | 0.520942 |
0652d9953cd3e7455dd6c76e9e5efe4f86c9c197 | 4,903 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_2_995.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_2_995.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_2_995.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 %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x16f6d, %rdi
nop
nop
nop
nop
nop
sub %rsi, %rsi
movb $0x61, (%rdi)
nop
nop
nop
xor %r10, %r10
lea addresses_A_ht+0x16dad, %rsi
lea addresses_A_ht+0x8c7, %rdi
and %rbx, %rbx
mo... | 21.599119 | 152 | 0.644911 |
2c8e0b9aab968d31d6da2314d413fea38fae7318 | 338 | asm | Assembly | programs/oeis/129/A129371.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/129/A129371.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/129/A129371.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A129371: a(n)=sum{k=0..floor(n/2), (n-k)^2}.
; 0,1,5,13,29,50,86,126,190,255,355,451,595,728,924,1100,1356,1581,1905,2185,2585,2926,3410,3818,4394,4875,5551,6111,6895,7540,8440,9176,10200,11033,12189,13125,14421,15466,16910,18070
lpb $0
mov $2,$0
sub $0,1
seq $2,129370 ; a(n)=n^2-(n-1)^2*(1-(-1)^n)/8.
add $1... | 30.727273 | 184 | 0.636095 |
83c2f3979d3e343c387ed895d19cdcf3301847ca | 2,789 | asm | Assembly | programs/oeis/166/A166957.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/166/A166957.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/166/A166957.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A166957: a(n) = 841*n^3 + 261*n^2 + 28*n + 1.
; 1,1131,7829,25141,58113,111791,191221,301449,447521,634483,867381,1151261,1491169,1892151,2359253,2897521,3512001,4207739,4989781,5863173,6832961,7904191,9081909,10371161,11776993,13304451,14958581,16744429,18667041,20731463,22942741,25305921,27826049,30508171,33357333,... | 132.809524 | 2,571 | 0.871997 |
6e9d89e42d86a41bf7d908fd426dbad597409107 | 550 | asm | Assembly | exe/ratstuff.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | exe/ratstuff.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | exe/ratstuff.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | if fg_rat
RAT_OUT_INIT PROC
;
;OPEN EXE OR COM FILE FOR OUTPUT
;
CALL COMMON_OUT_INIT
CALL OPEN_OUTPUT
MOV _EXE_DEVICE,BX
XOR DX,DX
MOV EXEHDR_ADDR.LW,DX ;NEXT EXEHDR WRITE ADDRESS
MOV EXEHDR_ADDR.HW,DX
RET
RAT_OUT_INIT ENDP
endif
if fg_rat
PUBLIC RAT_OUT_TABLE
RAT_OUT_TABLE LABEL WORD
... | 13.75 | 50 | 0.78 |
6e6df0a8fbed14f7ff46e5af9f7956be891079f6 | 737 | asm | Assembly | oeis/003/A003469.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/003/A003469.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/003/A003469.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A003469: Number of minimal covers of an (n + 1)-set by a collection of n nonempty subsets, a(n) = A035348(n,n-1).
; Submitted by Jamie Morken(s1)
; 1,6,22,65,171,420,988,2259,5065,11198,24498,53157,114583,245640,524152,1113959,2359125,4980546,10485550,22019865,46137091,96468716,201326292,419430075,872414881,181193895... | 49.133333 | 489 | 0.8019 |
245689dbe29909e6cd27c24f99187cf13b077bdd | 17,146 | asm | Assembly | Cameras/Watch_Dogs2/InjectableGenericCameraSystem/Interceptor.asm | Cyberim/InjectableGenericCameraSystem | d74f8786a903211e72c5da7f2f3be30826bb8329 | [
"BSD-2-Clause"
] | 623 | 2016-12-02T16:01:05.000Z | 2022-03-29T19:59:10.000Z | Cameras/Watch_Dogs2/InjectableGenericCameraSystem/Interceptor.asm | Cyberim/InjectableGenericCameraSystem | d74f8786a903211e72c5da7f2f3be30826bb8329 | [
"BSD-2-Clause"
] | 113 | 2016-12-10T17:34:24.000Z | 2022-02-06T21:59:42.000Z | Cameras/Watch_Dogs2/InjectableGenericCameraSystem/Interceptor.asm | Cyberim/InjectableGenericCameraSystem | d74f8786a903211e72c5da7f2f3be30826bb8329 | [
"BSD-2-Clause"
] | 232 | 2016-12-17T06:32:08.000Z | 2022-03-27T16:51:29.000Z | ;////////////////////////////////////////////////////////////////////////////////////////////////////////
;// Part of Injectable Generic Camera System
;// Copyright(c) 2017, Frans Bouma
;// All rights reserved.
;// https://github.com/FransBouma/InjectableGenericCameraSystem
;//
;// Redistribution and use in source and ... | 59.32872 | 171 | 0.646973 |
1307e2d67b0ccb82764d4a0dda425eccd3245172 | 249 | asm | Assembly | libsrc/stdio_new/file/vscanf.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdio_new/file/vscanf.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdio_new/file/vscanf.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; wrapper for function pointers
PUBLIC vscanf
EXTERN vfscanf_callee
EXTERN ASMDISP_VFSCANF_CALLEE, _stdin
.vscanf
pop hl
pop bc
pop de
push de
push bc
push hl
ld ix,(_stdin)
jp vfscanf_callee + ASMDISP_VFSCANF_CALLEE
| 13.105263 | 45 | 0.718876 |
fb5bcafa629956b9aeda04b31b158b8098fe5b18 | 178 | asm | Assembly | libsrc/_DEVELOPMENT/z180/c/sccz80/z180_get_int_state.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/z180/c/sccz80/z180_get_int_state.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/z180/c/sccz80/z180_get_int_state.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; uint z180_get_int_state(void)
SECTION code_clib
SECTION code_z180
PUBLIC z180_get_int_state
EXTERN asm_z180_get_int_state
defc z180_get_int_state = asm_z180_get_int_state
| 14.833333 | 48 | 0.865169 |
4a9163d979c6599bf865203622f71e3ed9de34e9 | 1,983 | asm | Assembly | python_src/other/export/screen_7_2.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 43 | 2017-10-21T23:01:25.000Z | 2022-02-21T17:45:11.000Z | python_src/other/export/screen_7_2.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | null | null | null | python_src/other/export/screen_7_2.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 6 | 2017-10-23T05:48:50.000Z | 2022-01-06T03:11:49.000Z | org $0000
; Object types
OBJECT_NONE EQU 0
OBJECT_SWITCH EQU 1
OBJECT_DOOR EQU 2
OBJECT_DOOR_DESTROY EQU 3
OBJECT_FLOOR_DESTROY EQU 4
OBJECT_WALL_DESTROY EQU 5
OBJECT_BOX_LEFT EQU 6
OBJECT_BOX_RIGHT EQU 7
OBJECT_JAR EQU 8
OBJECT_TELEPORTER EQU 9
; Pickable object types
OBJECT_KEY_GREEN EQU 11
OBJECT_KEY_BLUE EQU... | 29.597015 | 80 | 0.667171 |
8f89e5908b7308839e9a47159825a234f7b78880 | 588 | asm | Assembly | test/unittest_drawrectangle.asm | muellevin/RARS_Game_of_Life | 45ce71ebce5cd9fa8371e0cb24541224c0e4ca46 | [
"MIT"
] | 1 | 2021-10-30T19:57:24.000Z | 2021-10-30T19:57:24.000Z | test/unittest_drawrectangle.asm | muellevin/RARS_Game_of_Life | 45ce71ebce5cd9fa8371e0cb24541224c0e4ca46 | [
"MIT"
] | null | null | null | test/unittest_drawrectangle.asm | muellevin/RARS_Game_of_Life | 45ce71ebce5cd9fa8371e0cb24541224c0e4ca46 | [
"MIT"
] | null | null | null | # ___ ___ ___ ___ _ ___ ___ _____ _ _ ___ ___
# / __| __/ __| _ \ | | | __/ __|_ _| | | | _ \ __|
# | (__| _|\__ \ _/ | |__| _| (__ | | | |_| | / _|
# \___|___|___/_| |____|___\___| |_| \___/|_|_\___|
#
# Copyright 2021 Michael J. Klaiber
.include "../src/constants_settings.asm"
la t0, settings
... | 16.333333 | 55 | 0.588435 |
167d9bd53c8de403980a3e9a9661e1b0a08ff84c | 334 | asm | Assembly | programs/oeis/058/A058161.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/058/A058161.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/058/A058161.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A058161: Number of labeled cyclic groups with a fixed identity.
; 1,1,1,3,6,60,120,1260,6720,90720,362880,9979200,39916800,1037836800,10897286400,163459296000,1307674368000,59281238016000,355687428096000,15205637551104000
mov $1,$0
cal $1,142
cal $0,10 ; Euler totient function phi(n): count numbers <= n and prime to... | 41.75 | 157 | 0.775449 |
1e9819e05fd0cfeae9245c7939a1063ad186bf28 | 366 | asm | Assembly | programs/oeis/194/A194066.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/194/A194066.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/194/A194066.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A194066: Natural fractal sequence of A087483; a rectangular array, by antidiagonals.
; 1,1,2,1,2,1,2,3,1,2,3,4,1,2,3,4,1,2,3,4,5,1,2,3,4,5,6,1,2,3,4,5,6,1,2,3,4,5,6,7,1,2,3,4,5,6,7,8,1,2,3,4,5,6,7,8,1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,1,2,3,4,5,6,7,8,9,10,11,1
lpb $0
add $1,$2
add $1,1
... | 30.5 | 199 | 0.568306 |
750915a7b8a34da46a761e33188c465ffe82426c | 6,698 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_601.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_601.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_601.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 %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x16db4, %r8
nop
nop
nop
nop
nop
add $18367, %r12
movb (%r8), %cl
nop
nop
nop
nop
and $39843, %r8
lea addresses_WC_ht+0x10744, %r10
cmp $41970, %rax
movw $0x6162, (%r10)
nop
cm... | 35.62766 | 2,999 | 0.658853 |
62bbef02d704b0efa6009ecf9940f1d96720ec52 | 44,206 | asm | Assembly | cat.asm | joeofportland/project4final | 4140c7c9293205eb6dcdadb5c8ed537e8e5c2f59 | [
"MIT-0"
] | null | null | null | cat.asm | joeofportland/project4final | 4140c7c9293205eb6dcdadb5c8ed537e8e5c2f59 | [
"MIT-0"
] | null | null | null | cat.asm | joeofportland/project4final | 4140c7c9293205eb6dcdadb5c8ed537e8e5c2f59 | [
"MIT-0"
] | null | null | null |
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <cat>:
char buf[512];
void
cat(int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp
int n;
while((n = read(fd, buf, sizeof(buf))) > 0)
6: eb 1b ... | 33.61673 | 60 | 0.429829 |
b270402727c9f7cbbc1828248fa541628c646d97 | 575 | asm | Assembly | oeis/248/A248749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/248/A248749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/248/A248749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A248749: Decimal expansion of limit of the real part of f(1+i,n), where f(x,0) = 1 and f(x,n) = x + 1/f(x,n-1).
; Submitted by Christian Krause
; 1,5,2,9,0,8,5,5,1,3,6,3,5,7,4,6,1,2,5,1,6,0,9,9,0,5,2,3,7,9,0,2,2,5,2,1,0,6,1,9,3,6,5,0,4,9,8,3,8,9,0,9,7,4,3,1,4,0,7,7,1,1,7,6,3,2,0,2,3,9,8,1,1,5,7,9,1,8,9,4,6,2,7,7,1,1
... | 19.166667 | 173 | 0.533913 |
6c3715ffd91d2e3872176d6707ef4730af956ec1 | 42,597 | asm | Assembly | CDROOT/COBALT/SOURCE/SYSLINUX/ldlinux.asm | Michael2626/Cobalt | b1446963d9c21e9dff7f646dc655858aeee7f3a7 | [
"MIT"
] | 35 | 2018-07-16T04:49:00.000Z | 2021-04-12T06:46:41.000Z | CDROOT/COBALT/SOURCE/SYSLINUX/ldlinux.asm | ercanersoy/cobalt | ba8c594c015479484aeebe424f47e188ebf1aa4f | [
"MIT"
] | null | null | null | CDROOT/COBALT/SOURCE/SYSLINUX/ldlinux.asm | ercanersoy/cobalt | ba8c594c015479484aeebe424f47e188ebf1aa4f | [
"MIT"
] | 7 | 2018-08-23T13:33:24.000Z | 2020-04-04T21:06:34.000Z | ; -*- fundamental -*- (asm-mode sucks)
; $Id: ldlinux.asm,v 1.147 2004/06/13 20:50:44 hpa Exp $
; ****************************************************************************
;
; ldlinux.asm
;
; A program to boot Linux kernels off an MS-DOS formatted floppy disk. This
; functionality is good to have for installatio... | 28.60779 | 80 | 0.6623 |
e904abf9c18bf4970dcd6119f8438c3503b924bf | 792 | asm | Assembly | oeis/089/A089408.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089408.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089408.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089408: Number of fixed points in range [A014137(n-1)..A014138(n-1)] of permutation A089864.
; Submitted by Jon Maiga
; 1,1,2,1,2,2,4,5,10,14,28,42,84,132,264,429,858,1430,2860,4862,9724,16796,33592,58786,117572,208012,416024,742900,1485800,2674440,5348880,9694845,19389690,35357670,70715340,129644790,259289580,47763... | 66 | 499 | 0.792929 |
19c0b3f9241e30376567755a837c58ae3b2ce8b6 | 3,248 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_480_575.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_480_575.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0xca_notsx.log_480_575.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 %rbp
push %rbx
push %rcx
push %rdx
push %rsi
lea addresses_normal_ht+0xed2e, %rbx
sub %rcx, %rcx
movb $0x61, (%rbx)
nop
and %rcx, %rcx
lea addresses_UC_ht+0x1436e, %rsi
mfence
movups (%rsi), %xmm6
vpextrq $0, %xmm6, %rdx
add %rbx, %rbx
pop %rsi
pop %rdx
pop %rcx
pop %rb... | 34.189474 | 1,439 | 0.652709 |
266ceb34764063131a29f2660af2c0ee9e46ea22 | 59,697 | asm | Assembly | init.asm | phung001/xv6_lab2_mark | 3ba15e5880a3facdb709c3708d8366ade948cba2 | [
"MIT-0"
] | null | null | null | init.asm | phung001/xv6_lab2_mark | 3ba15e5880a3facdb709c3708d8366ade948cba2 | [
"MIT-0"
] | null | null | null | init.asm | phung001/xv6_lab2_mark | 3ba15e5880a3facdb709c3708d8366ade948cba2 | [
"MIT-0"
] | null | null | null |
_init: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
char *argv[] = { "sh", 0 };
int
main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 20 sub $0x20,%esp
int... | 34.24957 | 75 | 0.438196 |
ab0f7ad7b8694527e5d8f5718451be69ae19e16e | 2,431 | asm | Assembly | software/atommc2/exec.asm | AtomicRoland/AtomFpga | 200d57d85cb2abf43f80723a78db98a8b21c1d7d | [
"Apache-2.0"
] | 25 | 2015-01-19T20:53:43.000Z | 2021-10-04T18:42:06.000Z | software/atommc2/exec.asm | AtomicRoland/AtomFpga | 200d57d85cb2abf43f80723a78db98a8b21c1d7d | [
"Apache-2.0"
] | 2 | 2019-06-15T17:10:09.000Z | 2019-06-15T17:15:35.000Z | software/atommc2/exec.asm | AtomicRoland/AtomFpga | 200d57d85cb2abf43f80723a78db98a8b21c1d7d | [
"Apache-2.0"
] | 12 | 2015-02-12T14:38:00.000Z | 2021-06-09T10:05:34.000Z | ;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~;~~
;
; *EXEC [filename]
;
; Feed bytes from a file to the system as if they were typed.
; Highly experimental :)
;
STAREXEC:
jsr read_filename
jsr open_file_read
SETRWPTR NAME ; get the FAT file size - text fi... | 21.324561 | 99 | 0.559029 |
2505594b3a27ea5692f4da49b35a3e90cb4896ac | 543 | asm | Assembly | programs/oeis/218/A218739.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/218/A218739.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/218/A218739.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A218739: a(n) = (36^n-1)/35.
; 0,1,37,1333,47989,1727605,62193781,2238976117,80603140213,2901713047669,104461669716085,3760620109779061,135382323952046197,4873763662273663093,175455491841851871349,6316397706306667368565,227390317427040025268341,8186051427373440909660277,294697851385443872747769973,1060912264987597941... | 67.875 | 470 | 0.88582 |
d5c5b4f172cf5ab1e427dbb694a32cb63e01a599 | 362 | asm | Assembly | programs/oeis/205/A205088.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/205/A205088.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/205/A205088.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A205088: a(n)=n 8's sandwiched between two 1's.
; 11,181,1881,18881,188881,1888881,18888881,188888881,1888888881,18888888881,188888888881,1888888888881,18888888888881,188888888888881,1888888888888881,18888888888888881,188888888888888881,1888888888888888881,18888888888888888881
mov $1,10
pow $1,$0
div $1,9
mul $1,850... | 30.166667 | 229 | 0.801105 |
7b1a7b588fe9538d89a6854fa2c4c71b23a95e83 | 10,816 | asm | Assembly | source/jni/u2/plzpart/main.asm | Falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | 9 | 2015-05-13T21:02:00.000Z | 2018-04-15T16:32:27.000Z | source/jni/u2/plzpart/main.asm | falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | null | null | null | source/jni/u2/plzpart/main.asm | falken42/SecondReality | b998d193a066523cb4ca2b86c8041bea1bddfcb4 | [
"Unlicense"
] | null | null | null | .386p
ifndef ??version
?debug macro
endm
publicdll macro name
public name
endm
endif
?debug V 300h
?debug S "MAIN.C"
?debug C E9C789EC1A064D41494E2E43
?debug C E94019CA1815473A5C42435C494E434C5544455C535444494F2E48
?debug C E94019CA1815473A5C42435C494E434C5544455C5F444546532E48
?debug C E94019C... | 17.059937 | 66 | 0.678902 |
1d2ded3dbda8e017b7036516912285299557921c | 279 | asm | Assembly | programs/oeis/028/A028293.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/028/A028293.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/028/A028293.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A028293: Period 7.
; 1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1,3,1,2,1,1,2,1
mul $0,1297
add $0,1
lpb $0
sub $0,1
mul $0,4
mod $0,7
add $1,2
lpe
div $1,2
mov $0,$1
| 19.928571 | 161 | 0.516129 |
fe5ede7ab62e7d5a748962ffa64e5daa3cb26fca | 987 | asm | Assembly | ch10/List.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch10/List.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch10/List.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; Creating a Linked List (List.asm)
; This program shows how the STRUC directive
; and the REPT directive can be combined to
; create a linked list at assembly time.
INCLUDE Irvine32.inc
ListNode STRUCT
NodeData DWORD ?
NextPtr DWORD ?
ListNode ENDS
TotalNodeCount = 15
NULL = 0
Counte... | 19.74 | 57 | 0.679838 |
26fae089d978980ddb7ea77a6dbddd9874b620cd | 16 | asm | Assembly | tests/inputs/test_single_inst/test_sub_one_inst/sub_single.asm | danielstumpp/tomasulo-simulator | 54fd896adc6a7bcb098ad51cc35e7127ef7911b5 | [
"MIT"
] | null | null | null | tests/inputs/test_single_inst/test_sub_one_inst/sub_single.asm | danielstumpp/tomasulo-simulator | 54fd896adc6a7bcb098ad51cc35e7127ef7911b5 | [
"MIT"
] | 6 | 2021-11-13T03:26:46.000Z | 2021-11-17T15:20:10.000Z | tests/inputs/test_single_inst/test_sub_one_inst/sub_single.asm | danielstumpp/tomasulo-simulator | 54fd896adc6a7bcb098ad51cc35e7127ef7911b5 | [
"MIT"
] | null | null | null | sub, R3, R1, R2 | 16 | 16 | 0.5625 |
a5e71eb1f01929855661b0e632f8459c31b990a2 | 5,998 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1915.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_notsx.log_21829_1915.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_notsx.log_21829_1915.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 %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x16a44, %r9
clflush (%r9)
nop
nop
sub $50670, %r10
movl $0x61626364, (%r9)
nop
nop
nop
nop
nop
add %r12, %r12
lea addresses_normal_ht+0x1ae4, %rsi
lea addresses_UC_ht+0x7a... | 37.254658 | 2,999 | 0.656219 |
14ee8cb008dd0fbf05ba6d1a1d1cc35e4db3ffd4 | 951 | asm | Assembly | oeis/068/A068010.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/068/A068010.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/068/A068010.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A068010: Number of subsets of {1,2,3,...,n} that sum to 0 mod 3.
; Submitted by Jon Maiga
; 1,1,2,4,6,12,24,44,88,176,344,688,1376,2736,5472,10944,21856,43712,87424,174784,349568,699136,1398144,2796288,5592576,11184896,22369792,44739584,89478656,178957312,357914624,715828224,1431656448,2863312896,5726623744,114532474... | 86.454545 | 489 | 0.815983 |
d7cc161596c4fc81647e0fe71db93a05aed260e7 | 11,371 | asm | Assembly | C/LoDosLib/startdev.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 232 | 2016-04-27T21:56:11.000Z | 2022-03-29T09:02:15.000Z | C/LoDosLib/startdev.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 31 | 2016-05-09T09:05:36.000Z | 2022-03-29T19:17:45.000Z | C/LoDosLib/startdev.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 94 | 2016-06-01T18:10:39.000Z | 2022-03-26T10:44:57.000Z | page ,132
;*****************************************************************************;
; ;
; FILE NAME: startdev.asm ;
; ;
; DESCRIPTION: Generic device driver startup module ;
; ;
; NOTES: Must be linked first. ;
; ... | 24.142251 | 79 | 0.534869 |
3e3e9f37728ead2b637b8fd8d76d52927e3657ef | 70 | asm | Assembly | align.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | 17 | 2018-06-17T19:12:27.000Z | 2021-05-31T16:20:44.000Z | align.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | null | null | null | align.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | 4 | 2018-10-14T16:08:26.000Z | 2021-06-21T23:31:59.000Z | ; Align to 256-byte page boundary
DEFS (($ + $FF) / $100) * $100 - $
| 23.333333 | 35 | 0.542857 |
a0a3edd74f0b3f84697cfe6267f78a3712f11e38 | 258 | asm | Assembly | programs/oeis/004/A004930.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/004/A004930.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/004/A004930.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A004930: Floor of n*phi^15, where phi is the golden ratio, A001622.
; 0,1364,2728,4092,5456,6820,8184,9548,10912,12276,13640,15004,16368,17732,19096,20460,21824,23188,24552,25916,27280,28644,30008,31372,32736,34100,35464,36828,38192
mov $1,$0
mul $1,1364
| 43 | 164 | 0.767442 |
73e2d0f59d12247a7d0359c7f532657f3295c653 | 671 | asm | Assembly | oeis/075/A075745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/075/A075745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/075/A075745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A075745: Numbers n such that 210*n + 13 is prime.
; Submitted by Jon Maiga
; 0,1,2,3,4,5,7,8,10,14,15,16,17,18,19,21,27,32,36,38,41,43,45,47,48,49,50,51,54,60,61,62,66,67,68,69,70,71,76,77,79,83,85,88,90,92,93,94,95,96,98,100,102,105,106,107,113,116,118,121,122,124,125,127,128,129,132,133,136,142,144,150,151,153,154,... | 29.173913 | 342 | 0.648286 |
56354803dd29f945f2a90bacf07486d88025ddb4 | 3,539 | asm | Assembly | source/features/keyboard.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | source/features/keyboard.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | source/features/keyboard.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | ; ==================================================================
; KEYBOARD HANDLING ROUTINES
; ==================================================================
; ------------------------------------------------------------------
; os_wait_for_key -- Waits for keypress and returns key
; IN: Nothing; OUT: AX = ke... | 15.869955 | 71 | 0.60243 |
a6463db45313adc98afcc5e44f35353ed93ebef1 | 321 | asm | Assembly | programs/oeis/092/A092242.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/092/A092242.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/092/A092242.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A092242: Numbers that are congruent to {5, 7} mod 12.
; 5,7,17,19,29,31,41,43,53,55,65,67,77,79,89,91,101,103,113,115,125,127,137,139,149,151,161,163,173,175,185,187,197,199,209,211,221,223,233,235,245,247,257,259,269,271,281,283,293,295,305,307,317,319,329,331
mov $1,$0
div $0,2
mul $0,4
add $1,$0
mul $1,2
add $1,5... | 32.1 | 207 | 0.682243 |
c4fffc5ab6f72544ef1fc2ecaada9ed72beb2eab | 408 | asm | Assembly | programs/oeis/095/A095076.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/095/A095076.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/095/A095076.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A095076: Parity of 1-fibits in Zeckendorf expansion A014417(n).
; 0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,1,1,1,0,0,0,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,1,1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,1,1,0,1,1
seq $0,7895 ; Number of terms in Zeckendorf represe... | 68 | 201 | 0.632353 |
da7b1e37c8e70ef86465fdf089842f3c5813f595 | 1,862 | asm | Assembly | game_vblank.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | game_vblank.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | game_vblank.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | RSRESET
vramUpdate_Addr RW 1
vramUpdate_Data RB 1
vramUpdate_Padding RB 1
vramUpdate_SIZEOF RB 0
MAX_VRAM_UPDATES EQU 2
SECTION "GameVBlankRAM", WRAM0
VRAMUpdates:: DS vramUpdate_SIZEOF * MAX_VRAM_UPDATES
VRAMUpdateLen:: DS 1
StatusDirty:: DS 1
StatusBar:: D... | 25.162162 | 59 | 0.404404 |
1c971cf359f45a7006b4766d6633c304e52725f7 | 850 | asm | Assembly | oeis/142/A142385.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142385.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142385.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142385: Primes congruent to 34 mod 47.
; Submitted by Christian Krause
; 269,457,739,1021,1303,1867,2243,2713,3089,3371,3559,4217,4969,6379,6473,6661,7507,7789,7883,8353,8447,9011,9199,9293,9857,10139,10891,11173,11549,11831,12113,12301,12583,12959,13147,13241,13523,13711,14087,14369,14557,15121,15497,16061,16249,17... | 34 | 501 | 0.730588 |
75eb10f9232a682486dab5c8ba7d8cac23f9e249 | 725 | asm | Assembly | oeis/268/A268827.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/268/A268827.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/268/A268827.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A268827: Permutation of nonnegative integers: a(0) = 0, a(n) = A268717(1+A268825(n-1)).
; Submitted by Simon Strandgaard
; 0,1,3,2,6,7,5,12,4,10,14,13,15,30,26,25,27,11,9,24,8,54,50,49,51,19,17,48,16,31,29,20,28,18,22,21,23,102,98,97,99,35,33,96,32,47,45,36,44,34,38,37,39,55,53,60,52,58,62,61,63,46,42,41,43,59,57,40,... | 55.769231 | 297 | 0.671724 |
7a4635a020c134bec6be572545cb83a42c57efb4 | 4,637 | asm | Assembly | sound.asm | DChristianson/atari-vcs-samples | 3ceed98ddd242d1991abab619c321d2d58de60d3 | [
"MIT"
] | null | null | null | sound.asm | DChristianson/atari-vcs-samples | 3ceed98ddd242d1991abab619c321d2d58de60d3 | [
"MIT"
] | null | null | null | sound.asm | DChristianson/atari-vcs-samples | 3ceed98ddd242d1991abab619c321d2d58de60d3 | [
"MIT"
] | null | null | null | processor 6502
include "vcs.h"
include "macro.h"
NTSC = 0
PAL60 = 1
IFNCONST SYSTEM
SYSTEM = NTSC
ENDIF
; ----------------------------------
; constants
#if SYSTEM = NTSC
; NTSC Colors
POND_WATER = $A0
#else
; PAL Colors
POND_WATER = $92
#endif
SEG.U variables
ORG $80
f... | 19.401674 | 84 | 0.386025 |
87904944611afbcbcad59750d7a6b1b7b6981af9 | 177 | asm | Assembly | data/pokemon/dex_entries/kricketune.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/kricketune.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/kricketune.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "CRICKET@" ; species name
db "By allowing its"
next "cry to resonate in"
next "the hollow of its"
page "belly, it can"
next "produce a"
next "captivating sound.@"
| 17.7 | 29 | 0.666667 |
c20110b48959f4322e1c304658ebd118e3f6e9b4 | 712 | asm | Assembly | oeis/290/A290923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/290/A290923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/290/A290923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A290923: p-INVERT of the positive integers, where p(S) = 1 - 2*S - 2*S^2.
; Submitted by Christian Krause
; 2,10,46,208,938,4230,19078,86048,388106,1750490,7895302,35610480,160615298,724429270,3267420814,14737172032,66469626002,299800475370,1352201455582,6098885514512,27508034668634,124070532153830,559600027205398,25... | 41.882353 | 480 | 0.80618 |
8eb6ccfdddd2968fff808d01b38a601bed590df2 | 12,627 | asm | Assembly | P6/data_P6_2/ALUTest107.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/ALUTest107.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/ALUTest107.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | subu $3,$6,$3
addiu $5,$3,6263
lh $4,6($0)
slti $4,$3,-28897
slti $3,$3,1088
lbu $4,14($0)
srav $1,$3,$3
slt $1,$4,$3
lb $3,9($0)
lw $0,0($0)
subu $5,$5,$3
srlv $6,$6,$3
sltiu $0,$4,-3673
srl $0,$3,11
sra $4,$3,7
sll $3,$3,28
xori $1,$3,55169
srav $3,$6,$3
sh $3,8($0)
andi $0,$6,52380
addiu $5,$5,-16638
addiu $0,$5,257... | 14.2036 | 18 | 0.528154 |
4101695655ea6693b98892c364de4be83081b33d | 916 | asm | Assembly | programs/oeis/333/A333167.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/333/A333167.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/333/A333167.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A333167: a(n) = r_2(n^2 + 1), where r_2(k) is the number of ways of writing k as a sum of 2 squares (A004018).
; 4,4,8,8,8,8,8,12,16,8,8,8,16,16,8,8,8,16,24,8,8,16,16,16,8,8,8,16,16,8,16,16,24,16,16,8,8,16,24,8,8,12,16,24,16,8,16,32,16,8,16,8,16,16,8,16,8,32,16,8,16,8,16,16,16,8,8,16,32,8,24,8,32,32,8,16,16,16,16,8,1... | 101.777778 | 667 | 0.625546 |
f9dd760ff71db564b4f1be1c86a8c55b6d8e9225 | 186 | asm | Assembly | divide.asm | creativcoder/asm8085 | 94eee431aec7e49df6ea8df01cc4c5a370e86df7 | [
"MIT"
] | null | null | null | divide.asm | creativcoder/asm8085 | 94eee431aec7e49df6ea8df01cc4c5a370e86df7 | [
"MIT"
] | null | null | null | divide.asm | creativcoder/asm8085 | 94eee431aec7e49df6ea8df01cc4c5a370e86df7 | [
"MIT"
] | null | null | null | ; Performs division of numbers using repeated subtraction
jmp start
start: lxi h,0000h
mov a,m
inx h
mov d,m
mvi b,00h
loop: sub d
inr b
cmp d
jnc loop
inx h
mov m,a
inx h
mov m,b
hlt
| 10.333333 | 58 | 0.731183 |
c973f88a3953f90d2dc84c623cc196d308ad864e | 432 | asm | Assembly | programs/oeis/184/A184549.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/184/A184549.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/184/A184549.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A184549: Super-birthdays (falling on the same weekday), version 1 (birth within the year following a February 29).
; 0,6,17,23,28,34,45,51,56,62,73,79,84,90,101,107,112,118,129,135,140,146,157,163,168,174,185,191,196,202,213,219,224,230,241,247,252,258,269,275,280,286,297,303,308,314
add $0,15
seq $0,184551 ; Super-... | 61.714286 | 169 | 0.733796 |
1e81bebfd55a009a5692e130ed582af61c38eabe | 3,110 | asm | Assembly | Transynther/x86/_processed/US/_zr_un_/i7-7700_9_0x48_notsx.log_9_358.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_un_/i7-7700_9_0x48_notsx.log_9_358.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_un_/i7-7700_9_0x48_notsx.log_9_358.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 %r11
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x9b6d, %r10
nop
nop
nop
and %rbp, %rbp
movb $0x61, (%r10)
nop
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_D_ht+0x12dbd, %r8
nop
nop
nop
nop
nop
xor $5980, %r10
movb (%r8),... | 19.808917 | 151 | 0.656592 |
468e34d050a676043a353239e8517fadbf86aebf | 322 | asm | Assembly | programs/oeis/102/A102348.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/102/A102348.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/102/A102348.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A102348: Decimated primes: every 10th prime has been omitted.
; 2,3,5,7,11,13,17,19,23,31,37,41,43,47,53,59,61,67,73,79,83,89,97,101,103,107,109,127,131,137,139,149,151,157,163,167,179,181,191,193,197,199,211,223,227,233,239,241,251,257,263,269,271,277,283,293,307,311
mul $0,10
div $0,9
seq $0,40 ; The prime numbers... | 46 | 206 | 0.71118 |
5eb94ae55558a88db716f1f5105cfbd664e9902c | 30,725 | asm | Assembly | picbot.asm | Mikibits/PIC-bot | e8e99c9c0022749b65135a1be4d7681d42cd3400 | [
"CC0-1.0"
] | null | null | null | picbot.asm | Mikibits/PIC-bot | e8e99c9c0022749b65135a1be4d7681d42cd3400 | [
"CC0-1.0"
] | null | null | null | picbot.asm | Mikibits/PIC-bot | e8e99c9c0022749b65135a1be4d7681d42cd3400 | [
"CC0-1.0"
] | null | null | null | ;==========================================================
; Picbot.asm
;----------------------------------------------------------
; First Bot prototype project, an autonomous mobile robot
; platform employing various features of the Motorola
; PIC 16F877 microcontroller.
; Author: Miki Marshall
; Updated: ... | 22.877885 | 99 | 0.593621 |
bd59daeb73ddd9cdc4c7773a2a4909536531039a | 8,425 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1669.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1669.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1669.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 %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x162de, %r15
nop
nop
nop
nop
cmp $1409, %r10
movb $0x61, (%r15)
nop
nop
nop
and $31688, %r14
lea addresses_WC_ht+0xebde, %rdi
nop
nop
add %rbx, %rbx
movups (%rdi), %xmm1
vpex... | 31.554307 | 2,999 | 0.650208 |
16b553d21e0f6305bf7163f124425267451ccdbd | 679 | asm | Assembly | oeis/021/A021454.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021454.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021454.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021454: Expansion of 1/((1-x)(1-3x)(1-5x)(1-9x)).
; Submitted by Jon Maiga
; 1,18,220,2310,22561,212268,1957600,17857620,161924521,1463379918,13200803980,118959425130,1071396569881,9646380238968,86836484875360,781623699024840,7035090031526641,63318194178965418,569875667667947740,5128940611041216750,46160763514749562... | 39.941176 | 479 | 0.815906 |
d32cf0e5ea79db2a0ddfc63ddd908fb327605988 | 405 | asm | Assembly | oeis/100/A100144.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/100/A100144.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/100/A100144.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A100144: First differences of A100143.
; Submitted by Jamie Morken(w1)
; 1,2,2,4,4,4,4,6,6,6,6,6,6,10,10,10,10,10,10,10,10,10,10,14,14,14,14,14,14,14,14,14,14,14,14,14,14,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22
mov $3,1
lpb $0
sub $0,1
sub $0... | 23.823529 | 210 | 0.612346 |
08568fb84ee903a8880a5aacebdccec10004d8a4 | 3,054 | asm | Assembly | Aurora/Aurora/x64/Debug/postbox.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | 8 | 2021-07-19T04:46:35.000Z | 2022-03-12T17:56:00.000Z | Aurora/Aurora/x64/Debug/postbox.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | null | null | null | Aurora/Aurora/x64/Debug/postbox.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ?post_box_put_msg@@YAXPEAU_post_box_message_@@G@Z ; post_box_put_msg
EXTRN memcpy:PROC
EXTRN ?unblock_thread@@YAXPEAU_thread_@@@Z:PROC ; unblock_thread
EXTRN ?is_multi_task... | 25.032787 | 86 | 0.711526 |
22ba84fae2b16caebcaacee1a9659cc693046f0a | 131 | asm | Assembly | graphics/palettes.asm | cppchriscpp/ld38 | fe2e11a2f1a1098c716289b444c867a8113c39ea | [
"MIT"
] | 4 | 2018-08-18T15:31:04.000Z | 2021-03-28T22:21:15.000Z | graphics/palettes.asm | cppchriscpp/missing-lands | fe2e11a2f1a1098c716289b444c867a8113c39ea | [
"MIT"
] | null | null | null | graphics/palettes.asm | cppchriscpp/missing-lands | fe2e11a2f1a1098c716289b444c867a8113c39ea | [
"MIT"
] | null | null | null | .export _main_palette, _sprite_palette
_main_palette:
.incbin "graphics/main.pal"
_sprite_palette:
.incbin "graphics/sprite.pal" | 26.2 | 38 | 0.80916 |
6c0067054e28bc9ecccb75669187ad6952c5311a | 5,302 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1208.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_1208.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_1208.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 %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x6d80, %rsi
nop
nop
nop
nop
nop
add $49401, %rdi
mov $0x6162636465666768, %r11
movq %r11, %xmm4
vmovups %ymm4, (%rsi)
nop
nop
nop
nop
xor %r14, %r14
lea addresses_normal_... | 42.758065 | 2,999 | 0.664466 |
bb6cc41fe7fee07331a368423e3e55f3301695af | 557 | asm | Assembly | oeis/017/A017076.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017076.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017076.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017076: a(n) = (8*n)^12.
; 0,68719476736,281474976710656,36520347436056576,1152921504606846976,16777216000000000000,149587343098087735296,951166013805414055936,4722366482869645213696,19408409961765342806016,68719476736000000000000,215671155821681003462656,612709757329767363772416,1601032218567680790102016,3895975992... | 92.833333 | 498 | 0.913824 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.