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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
143832a632ce19ced0096a96546c0f990db5863e | 723 | asm | Assembly | oeis/226/A226577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/226/A226577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/226/A226577.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A226577: Smallest number of integer-sided squares needed to tile a 4 X n rectangle.
; 0,4,2,4,1,5,3,5,2,6,4,6,3,7,5,7,4,8,6,8,5,9,7,9,6,10,8,10,7,11,9,11,8,12,10,12,9,13,11,13,10,14,12,14,11,15,13,15,12,16,14,16,13,17,15,17,14,18,16,18,15,19,17,19,16,20,18,20,17,21,19,21,18,22,20,22,19,23,21,23,20,24,22,24,21,25,23,2... | 19.026316 | 271 | 0.542185 |
bae2d70d950ceee57bc75a4ebca8c500225fcd50 | 592 | asm | Assembly | Irvine/Examples/ch07/32 bit/Multiply.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch07/32 bit/Multiply.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch07/32 bit/Multiply.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | ; Multiplication Examples (Multiply.asm)
; This program shows examples of both signed and unsigned multiplication.
INCLUDE Irvine32.inc
.code
main PROC
mov ax,255
mov bx,255
imul bx
;Example 1
mov al,5h
mov bl,10h
mul bl ; CF = 0
;Example 2
.data
val1 WORD 2000h
val2 WORD 0100h
.code... | 13.155556 | 73 | 0.672297 |
24bd163f9484292f119a99aef570f749e2bd5918 | 193 | asm | Assembly | mc-sema/validator/x86/tests/RCL16ri.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86/tests/RCL16ri.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/RCL16ri.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_OF
;TEST_FILE_META_END
; RCL16ri
mov cx, 0x545
;TEST_BEGIN_RECORDING
rcl cx, 0x8
;TEST_END_RECORDING
| 16.083333 | 25 | 0.751295 |
a4013303a67989abb8f3770b409c3277c03e30a9 | 399 | asm | Assembly | oeis/059/A059628.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/059/A059628.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/059/A059628.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A059628: Carryless multiplication 5 X n base 10.
; Submitted by Jon Maiga
; 0,5,0,5,0,5,0,5,0,5,50,55,50,55,50,55,50,55,50,55,0,5,0,5,0,5,0,5,0,5,50,55,50,55,50,55,50,55,50,55,0,5,0,5,0,5,0,5,0,5,50,55,50,55,50,55,50,55,50,55,0,5,0,5,0,5,0,5,0,5,50,55,50,55,50,55,50,55,50,55,0,5,0,5
mov $2,5
lpb $0
mov $3,$0
div... | 24.9375 | 209 | 0.588972 |
88d2921eb1e23c30e9f793aa8a307013d9f4c695 | 418 | asm | Assembly | programs/oeis/131/A131099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/131/A131099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/131/A131099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A131099: a(n) = n times number of divisors of n of form 3m+1 - n times number of divisors of form 3m+2.
; 1,0,3,4,0,0,14,0,9,0,0,12,26,0,0,16,0,0,38,0,42,0,0,0,25,0,27,56,0,0,62,0,0,0,0,36,74,0,78,0,0,0,86,0,0,0,0,48,147,0,0,104,0,0,0,0,114,0,0,0,122,0,126,64,0,0,134,0,0,0,0,0,146,0,75,152
mov $2,$0
seq $0,2324 ; Nu... | 52.25 | 186 | 0.619617 |
e3420289c7113522200a7ba48107af3f1e281621 | 448 | asm | Assembly | programs/oeis/228/A228368.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/228/A228368.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/228/A228368.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A228368: Difference between the n-th element of the ruler function and the highest power of 2 dividing n.
; 0,0,0,-1,0,0,0,-4,0,0,0,-1,0,0,0,-11,0,0,0,-1,0,0,0,-4,0,0,0,-1,0,0,0,-26,0,0,0,-1,0,0,0,-4,0,0,0,-1,0,0,0,-11,0,0,0,-1,0,0,0,-4,0,0,0,-1,0,0,0,-57,0,0,0,-1,0,0,0,-4,0,0,0,-1,0,0,0,-11,0,0,0,-1,0,0,0,-4,0,0,0,-... | 29.866667 | 232 | 0.542411 |
82c427925a22d9953fa7fb48c9578db54d99f61d | 621 | asm | Assembly | oeis/126/A126996.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/126/A126996.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/126/A126996.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A126996: a(n) = binomial(prime(3+n), prime(3)).
; Submitted by Christian Krause
; 1,21,462,1287,6188,11628,33649,118755,169911,435897,749398,962598,1533939,2869685,5006386,5949147,9657648,13019909,15020334,22537515,29034396,41507642,64446024,79208745,87541245,106308566,116828271,140364532,254231775,297602656,37356694... | 88.714286 | 500 | 0.84058 |
9edf93b52b2a21ae213ed1f524e03a0383f8fa51 | 631 | asm | Assembly | data/pokemon/base_stats/doduo.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/pokemon/base_stats/doduo.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/pokemon/base_stats/doduo.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | db DEX_DODUO ; pokedex id
db 35, 85, 45, 75, 35
; hp atk def spd spc
db GROUND, FLYING ; type
db 190 ; catch rate
db 96 ; base exp
INCBIN "gfx/pokemon/front/doduo.pic", 0, 1 ; sprite dimensions
dw DoduoPicFront, DoduoPicBack
db PECK, SAND_ATTACK, NO_MOVE, NO_MOVE ; level 1 learnset
db GROWTH_ME... | 26.291667 | 77 | 0.614897 |
06ae8839d0d8d6625e392caeb3c2ba8b0e32739d | 375 | asm | Assembly | oeis/078/A078172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/078/A078172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/078/A078172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A078172: a(n)=A051201[A000040(n)].
; Submitted by Jon Maiga
; 3,4,8,13,22,29,40,44,56,74,84,104,113,124,133,155,177,184,207,217,232,247,266,283,316,337,342,353,360,382,434,445,475,480,522,529,561,579,589,622,639,649,692,700,725,732,787,823,851,858,871,889,915,944,982
seq $0,6093 ; a(n) = prime(n) - 1.
seq $0,51201 ;... | 53.571429 | 207 | 0.656 |
36fbf5d830d2de7e1c77c460ae2f2f99f97cf65c | 433 | asm | Assembly | programs/oeis/080/A080412.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/080/A080412.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/080/A080412.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A080412: Exchange rightmost two binary digits of n > 1; a(0)=0, a(1)=2.
; 0,2,1,3,4,6,5,7,8,10,9,11,12,14,13,15,16,18,17,19,20,22,21,23,24,26,25,27,28,30,29,31,32,34,33,35,36,38,37,39,40,42,41,43,44,46,45,47,48,50,49,51,52,54,53,55,56,58,57,59,60,62,61,63,64,66,65,67,68,70,69,71,72,74,73,75,76,78,77,79,80,82,81,83,84... | 39.363636 | 291 | 0.635104 |
9f8071c84f5e9545675817f2990113f546cbd1db | 624 | asm | Assembly | src/test/ref/derefidx-word-2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/derefidx-word-2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/derefidx-word-2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests that array-indexing by a word variable that is a sum of a constant word and a byte is turned back into derefidx
// Commodore 64 PRG executable file
.file [name="derefidx-word-2.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef... | 24.96 | 120 | 0.645833 |
cfbf19c6677e7908e1a67bc2c1d212b5ac617fac | 363 | asm | Assembly | programs/oeis/097/A097135.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/097/A097135.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/097/A097135.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A097135: a(0) = 1; for n>0, a(n) = 3*Fibonacci(n).
; 1,3,3,6,9,15,24,39,63,102,165,267,432,699,1131,1830,2961,4791,7752,12543,20295,32838,53133,85971,139104,225075,364179,589254,953433,1542687,2496120,4038807,6534927,10573734,17108661,27682395,44791056,72473451,117264507
mov $1,1
lpb $0
sub $0,1
mov $1,$3
add ... | 27.923077 | 220 | 0.688705 |
c36163e24ea8fbcb798bbf62f6e3be752ae97c07 | 459 | asm | Assembly | programs/oeis/330/A330285.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/330/A330285.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/330/A330285.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A330285: The maximum number of arithmetic progressions for a sequence of length n.
; 0,0,1,3,7,12,20,29,41,55,72,90,113,137,164,194,228,263,303,344,390,439,491,544,604,666,731,799,872,946,1027,1109,1196,1286,1379,1475,1579,1684,1792,1903,2021,2140,2266,2393,2525,2662,2802,2943,3093,3245,3402,3562,3727
mov $2,$0
mov ... | 30.6 | 219 | 0.666667 |
534e39afa5cb69e7ca3cf474bb38d5fda569909a | 565 | asm | Assembly | asm/overview.asm | mlndz28/selector-623 | f50c294c56f8e43706ceda7fe9a8862d4d6bb866 | [
"MIT"
] | null | null | null | asm/overview.asm | mlndz28/selector-623 | f50c294c56f8e43706ceda7fe9a8862d4d6bb866 | [
"MIT"
] | null | null | null | asm/overview.asm | mlndz28/selector-623 | f50c294c56f8e43706ceda7fe9a8862d4d6bb866 | [
"MIT"
] | null | null | null | loc
;******************************************************************
;* MODO_RESUMEN - standby mode. Load the respective message on the
;* screen for this mode and turn off the 7 segment display.
;*
;* Calling convention:
;* jsr MODO_RESUMEN
;*
;* Calls: Cargar_LCD
;* Changes: X, Y, BIN1, BIN2, POSITION
;********... | 24.565217 | 68 | 0.536283 |
8b0f103daf3758928db864358a4b8ddafc3198fe | 229 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_sinh.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_sinh.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_sinh.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; float sinh(float x)
SECTION code_fp_math48
PUBLIC cm48_sdcciy_sinh
EXTERN cm48_sdcciy_sinh_fastcall
cm48_sdcciy_sinh:
pop af
pop hl
pop de
push de
push hl
push af
jp cm48_sdcciy_sinh_fastcall
| 10.904762 | 32 | 0.720524 |
d2019f79a667f1bafbb64c7cdbeeb361b9c1531e | 727 | asm | Assembly | programs/oeis/107/A107306.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/107/A107306.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/107/A107306.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A107306: Numbers k such that (17*k - 19) is prime.
; 6,10,24,28,30,36,40,48,58,64,66,70,78,84,90,94,96,106,118,124,136,150,156,166,168,174,180,184,196,198,204,208,226,238,244,250,274,276,288,300,318,328,330,334,336,348,358,360,366,370,376,388,394,400,406,408,414,420,436,444,454,468,474,484,486,490,498,514,516,520,526... | 27.961538 | 383 | 0.658872 |
723764d5dcc8544cd8393a0aee9d6378bd304377 | 1,302 | asm | Assembly | PRG/levels/Fortress/6-F1.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Fortress/6-F1.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Fortress/6-F1.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $B151
; World 6 first fortress
.word W6F1_AltL ; Alternate level layout
.word W6F1_AltO ; Alternate object layout
.byte LEVEL1_SIZE_08 | LEVEL1_YSTART_0F0
.byte LEVEL2_BGPAL_04 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_02 | LEVEL3_VSCROLL_FREE | LEVEL3_PIPENOTEXIT
.byte LEV... | 59.181818 | 85 | 0.545315 |
9c420e4bb6249003e3378f86cd3e898ed5844133 | 6,068 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_1384.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_1384.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_1384.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 %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x6366, %r13
and $38853, %rsi
mov (%r13), %bx
nop
nop
nop
sub %r9, %r9
lea addresses_WT_ht+0x14d10, %rcx
nop
nop
nop
nop
nop
sub $10493, %rsi
mov $0x6162636465666768, %rbx
... | 37.45679 | 2,999 | 0.659525 |
261dd966f476c02090086851052feffb012b2e78 | 19 | asm | Assembly | src/main/fragment/mos6502-common/vbuaa=vbuaa_plus_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbuaa=vbuaa_plus_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbuaa=vbuaa_plus_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | sty $ff
clc
adc $ff | 6.333333 | 7 | 0.684211 |
3c117fb06498156162ca9858214612b8d82bea49 | 5,047 | asm | Assembly | as/tests/t_97c241/t_97c241.asm | hansbonini/-SMD-Phantasy-Star-3 | f20106a0f8cc76b859124333a5482e015e052769 | [
"MIT"
] | 1 | 2022-01-17T16:06:15.000Z | 2022-01-17T16:06:15.000Z | as/tests/t_97c241/t_97c241.asm | hansbonini/-SMD-Phantasy-Star-3 | f20106a0f8cc76b859124333a5482e015e052769 | [
"MIT"
] | null | null | null | as/tests/t_97c241/t_97c241.asm | hansbonini/-SMD-Phantasy-Star-3 | f20106a0f8cc76b859124333a5482e015e052769 | [
"MIT"
] | null | null | null | page 0
cpu 97c241
unlk
szf
svf
ssf
scf
rzf
rvf
rsf
rets
reti
ret
rcf
nop
halt
ei
di
czf
cvf
csf
ccf
Targ: jr Targ
calr Targ
jr $+1002h
jrc z,Targ
jrc ult,Targ
jrc ge,Targ
jrbc 5,1234h,$+108h
jrbs 1,345h,Targ
djnz rw5,Targ
djnz.d (123456h),$+100ah
dj... | 14.976261 | 55 | 0.565484 |
018b34e7bb31df57544a633fcec3d7260a0e1a57 | 2,156 | asm | Assembly | entername.asm | wiebow/tetris.c64 | d15f86f62060d09323a7c30c20a422d58f6ed3a4 | [
"Unlicense",
"MIT"
] | 79 | 2015-03-03T03:41:44.000Z | 2022-01-17T13:09:59.000Z | entername.asm | wiebow/tetris.c64 | d15f86f62060d09323a7c30c20a422d58f6ed3a4 | [
"Unlicense",
"MIT"
] | null | null | null | entername.asm | wiebow/tetris.c64 | d15f86f62060d09323a7c30c20a422d58f6ed3a4 | [
"Unlicense",
"MIT"
] | 10 | 2015-04-13T06:52:25.000Z | 2021-11-13T19:10:56.000Z |
// ------------------------------------------------
StartEnterNameMode:
ldy #SCREEN_LEVELSELECT
jsr PRINT_SCREEN
// see if we have a high score
// copy player score to the hiscore new_score variable
lda score
sta new_score
lda score+1
sta new_score+1
lda score+2
sta new_score+2
jsr PROCESS_NEW_SCORE
ld... | 15.29078 | 55 | 0.636364 |
8713c9e98aa2a1841be34f9ff24404855b9aa05b | 362 | asm | Assembly | programs/oeis/296/A296160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/296/A296160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/296/A296160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A296160: Sum of the larger parts of the partitions of n into two parts such that the smaller part is even.
; 0,0,0,2,3,4,5,10,12,14,16,24,27,30,33,44,48,52,56,70,75,80,85,102,108,114,120,140,147,154,161,184,192,200,208,234,243,252,261,290,300,310,320,352,363,374,385,420,432,444,456,494,507,520,533,574,588,602
mov $1... | 40.222222 | 203 | 0.698895 |
31d298abaf2eefc2a88a5f93813528b1e2063b4d | 8,478 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i9-9900K_12_0xa0.log_21829_1871.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i9-9900K_12_0xa0.log_21829_1871.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i9-9900K_12_0xa0.log_21829_1871.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 %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x15a2f, %rsi
lea addresses_A_ht+0x16baf, %rdi
nop
nop
xor $18723, %r10
mov $82, %rcx
rep movsq
nop
nop
nop
nop
nop
add $55669, %r14
lea addresses_WT_ht+0x10caf, %r15
nop
xor $12910, %r1... | 35.621849 | 2,999 | 0.63246 |
988fc3e27f59a9f276d14304c2b5e9f36a0566d7 | 401 | asm | Assembly | oeis/094/A094822.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/094/A094822.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/094/A094822.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A094822: E.g.f.: exp(3x)/(1-3x)^(1/3).
; Submitted by Jon Maiga
; 1,4,19,118,1021,12088,183727,3389242,73156249,1804349548,50009179819,1537920654526,51952155415381,1911990785926432,76137201611236999,3261400435090171522,149530099101901409713,7305923490645888605908,378947686822932957638851
mov $2,1
mov $3,$0
lpb $3
... | 25.0625 | 224 | 0.735661 |
2a36ed9127cd78b795a08a87e6a466fe80a06d7c | 163 | asm | Assembly | src/asmtutor.com/src/calculator-addition.asm | ishirshov/NASM-tutorial-for-Unix | 75173993e35e29bce1c04908573cc034ff32363e | [
"Apache-2.0"
] | null | null | null | src/asmtutor.com/src/calculator-addition.asm | ishirshov/NASM-tutorial-for-Unix | 75173993e35e29bce1c04908573cc034ff32363e | [
"Apache-2.0"
] | null | null | null | src/asmtutor.com/src/calculator-addition.asm | ishirshov/NASM-tutorial-for-Unix | 75173993e35e29bce1c04908573cc034ff32363e | [
"Apache-2.0"
] | null | null | null | %include 'functions.asm'
SECTION .text
global _start
_start:
mov ecx, 90
mov eax, 9
add eax, ecx
call iprintLF
call quit
| 11.642857 | 24 | 0.564417 |
d8328bf95e3b81a043dd21d2fc7fc9767398dc68 | 594 | asm | Assembly | Ergastiriaki Askisi 1/Ergasia_1_a/Ergasia_1_a.asm | alexPlessias/AssemblyProgrammes | 5f6da80b8dfac8eb6f51c92fb32a6d23d873aa24 | [
"MIT"
] | null | null | null | Ergastiriaki Askisi 1/Ergasia_1_a/Ergasia_1_a.asm | alexPlessias/AssemblyProgrammes | 5f6da80b8dfac8eb6f51c92fb32a6d23d873aa24 | [
"MIT"
] | null | null | null | Ergastiriaki Askisi 1/Ergasia_1_a/Ergasia_1_a.asm | alexPlessias/AssemblyProgrammes | 5f6da80b8dfac8eb6f51c92fb32a6d23d873aa24 | [
"MIT"
] | null | null | null | TITLE Add and Subtract (Ergasia_1_a.asm)
; This program adds and subtracts 32-bit integers.
; From Intel 386 until now.
.386
; Protected mode , Call from MS-Windows Functions.
.model flat, stdcall
; Memory 'allocation' size = 4096.
.stack 4096
;Protopype & Input
ExitProcess PROTO, dwExitCode:DWORD... | 22 | 67 | 0.685185 |
c035f694d5d56b20777b5e1d9d0f7f7ab541ff8a | 357 | asm | Assembly | programs/oeis/020/A020913.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020913.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020913.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020913: Number of terms in base 5 representation of Fibonacci(n).
; 1,1,1,1,2,2,2,2,3,3,3,4,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,10,10,10,10,11,11,11,12,12,12,13,13,13,13,14,14,14,15,15,15,16,16,16,16,17,17,17,18,18,18,19,19,19,19,20,20,20,21,21,21,22,22,22,22,23,23,23,24,24
mov $1,$0
mul $0,2
trn $1,5
add $1,$0
a... | 29.75 | 210 | 0.62465 |
5ca163053edf62bd74783673e4627fbd7ddf3813 | 1,012 | asm | Assembly | Verilog/P7/test/P7测试集/其它异常.asm | JJLeo/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 9 | 2021-03-04T07:22:24.000Z | 2021-11-30T02:56:08.000Z | Verilog/P7/test/P7测试集/其它异常.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | null | null | null | Verilog/P7/test/P7测试集/其它异常.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 3 | 2021-09-28T07:41:35.000Z | 2021-12-14T08:55:28.000Z | .text
li $28, 0
li $29, 0
lw $1, 1($0)
lh $1, 1($0)
lhu $1, 1($0)
lh $1, 0x7f00($0)
lhu $1, 0x7f04($0)
lb $1, 0x7f08($0)
lbu $1, 0x7f10($0)
lb $1, 0x7f14($0)
lb $1, 0x7f18($0)
li $2, 0x7fffffff
lw $1, 1($2)
lh $1, 1($2)
lhu $1, 1($2)
lb $1, 1($2)
lbu $1, 1($2)
lw $1, 0x3000($0)
lh $1, 0x4000($0)
lhu $1, 0x6000($0)... | 12.65 | 18 | 0.524704 |
d184877bb717a2b2cc98ade67cf612e8f271808b | 122,532 | asm | Assembly | examples/pxScene2d/external/libnode-v6.9.0/deps/openssl/asm/x86-win32-masm/sha/sha256-586.asm | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 5,964 | 2016-09-27T03:46:29.000Z | 2022-03-31T16:25:27.000Z | examples/pxScene2d/external/libnode-v6.9.0/deps/openssl/asm/x86-win32-masm/sha/sha256-586.asm | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 1,432 | 2017-06-21T04:08:48.000Z | 2020-08-25T16:21:15.000Z | examples/pxScene2d/external/libnode-v6.9.0/deps/openssl/asm/x86-win32-masm/sha/sha256-586.asm | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 1,006 | 2016-09-27T05:17:27.000Z | 2022-03-30T02:46:51.000Z | TITLE sha512-586.asm
IF @Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
.686
.XMM
IF @Version LT 800
XMMWORD STRUCT 16
DQ 2 dup (?)
XMMWORD ENDS
ENDIF
.MODEL FLAT
OPTION DOTNAME
IF @Version LT 800
.text$ SEGMENT PAGE 'CODE'
ELSE
.text$ SEGMENT ALIGN(64) 'CODE'
ENDIF
;EXTERN _OPENSSL_ia32... | 17.969204 | 64 | 0.703065 |
9b3c7bd9c7bea3f0b99635757be903284ce98f5d | 25,800 | asm | Assembly | branch16_test/branch16_immediate_test.asm | nealvis/nv_c64_util_test | e9893f7c2bb0a3b55bd93e02d17cf497f84f625b | [
"MIT"
] | null | null | null | branch16_test/branch16_immediate_test.asm | nealvis/nv_c64_util_test | e9893f7c2bb0a3b55bd93e02d17cf497f84f625b | [
"MIT"
] | null | null | null | branch16_test/branch16_immediate_test.asm | nealvis/nv_c64_util_test | e9893f7c2bb0a3b55bd93e02d17cf497f84f625b | [
"MIT"
] | null | null | null | //////////////////////////////////////////////////////////////////////////////
// branch16_immediate_test.asm
// Copyright(c) 2021 Neal Smith.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// This program demonstrates and tests the 16... | 27.272727 | 82 | 0.510659 |
70621296ce17fbcbe9cc9f3b633dc2dd3950ea92 | 1,054 | asm | Assembly | programs/oeis/143/A143945.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/143/A143945.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/143/A143945.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A143945: Wiener index of the grid P_n x P_n, where P_n is the path graph on n vertices.
; 0,8,72,320,1000,2520,5488,10752,19440,33000,53240,82368,123032,178360,252000,348160,471648,627912,823080,1064000,1358280,1714328,2141392,2649600,3250000,3954600,4776408,5729472,6828920,8091000,9533120,11173888,13033152,15132040,... | 95.818182 | 896 | 0.851992 |
3735e30f401fe1f486f9e2a79fe0bf88dad7b051 | 569 | asm | Assembly | programs/oeis/189/A189378.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/189/A189378.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/189/A189378.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A189378: n+[nr/s]+[nt/s]; r=2, s=(-1+sqrt(5))/2, t=(1+sqrt(5))/2.
; 6,13,19,26,34,40,47,53,61,68,74,81,89,95,102,108,116,123,129,136,142,150,157,163,170,178,184,191,197,205,212,218,225,233,239,246,252,259,267,273,280,286,294,301,307,314,322,328,335,341,349,356,362,369,375,383,390,396,403,411,417,424,430,438,445,451,4... | 51.727273 | 314 | 0.688928 |
5c3cb35375388cbefdd9cdcbbd053c747e5856cb | 2,719 | asm | Assembly | random_files_to_search/boardtst.asm | akulagrawal/File-Search-Engine | ccceb117e42d6cd908c95b3f139e04a6db502014 | [
"MIT"
] | 8 | 2019-12-27T23:27:19.000Z | 2021-11-24T19:35:40.000Z | random_files_to_search/boardtst.asm | akulagrawal/File-Search-Engine | ccceb117e42d6cd908c95b3f139e04a6db502014 | [
"MIT"
] | null | null | null | random_files_to_search/boardtst.asm | akulagrawal/File-Search-Engine | ccceb117e42d6cd908c95b3f139e04a6db502014 | [
"MIT"
] | 3 | 2020-04-27T18:07:27.000Z | 2021-09-15T05:41:57.000Z | ; ====================================================================
; DR 6502 AER 201S Engineering Design 6502 Execution Simulator
; ====================================================================
;
; Supplementary Notes By: M.J.Malone
;
;
; ... | 29.879121 | 79 | 0.572269 |
a84f144ea470ccb70dd9782e21c55b906e854458 | 66 | asm | Assembly | VirtualMachine/Win32/UnitTests/Conditionals/test19_isgte_Boolean.asm | ObjectPascalInterpreter/BookPart_3 | 95150d4d02f7e13e5b1ebb58c249073a384f2a0a | [
"Apache-2.0"
] | 8 | 2021-11-07T22:45:25.000Z | 2022-03-12T21:38:53.000Z | VirtualMachine/Win32/UnitTests/Conditionals/test19_isgte_Boolean.asm | Irwin1985/BookPart_2 | 4e8c2e47cd09b77c6e5bd3455ddfe7492adf26bf | [
"Apache-2.0"
] | 4 | 2021-09-23T02:13:55.000Z | 2021-12-07T06:08:17.000Z | VirtualMachine/Win32/UnitTests/Conditionals/test19_isgte_Boolean.asm | Irwin1985/BookPart_2 | 4e8c2e47cd09b77c6e5bd3455ddfe7492adf26bf | [
"Apache-2.0"
] | 4 | 2021-11-24T17:24:56.000Z | 2021-12-21T04:56:58.000Z | # Test19 - IsGte Test
pushi 3
pushi 3
isGte
halt
| 9.428571 | 21 | 0.545455 |
cb97fe6647e1d57ed4dcaacc0b5820b47fdad962 | 194 | asm | Assembly | libsrc/ctype/isbdigit.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/ctype/isbdigit.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/ctype/isbdigit.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; isbdigit
SECTION code_clib
PUBLIC _isbdigit
PUBLIC isbdigit
EXTERN asm_isbdigit
; FASTCALL
._isbdigit
.isbdigit
ld a,l
call asm_isbdigit
ld hl,0
ret c
inc l
ret
| 9.7 | 25 | 0.680412 |
10e43f2d88f9335785cab9805adeea9bc662575d | 630 | asm | Assembly | oeis/073/A073724.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/073/A073724.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/073/A073724.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A073724: a(n) = (4^(n+1) + 6n + 5)/9.
; 1,3,9,31,117,459,1825,7287,29133,116515,466041,1864143,7456549,29826171,119304657,477218599,1908874365,7635497427,30541989673,122167958655,488671834581,1954687338283,7818749353089,31274997412311,125099989649197,500399958596739,2001599834386905,8006399337547567,32025597350190213... | 45 | 493 | 0.82381 |
8c02f237f14958543698bcf743506b71fb067689 | 379 | asm | Assembly | programs/oeis/175/A175337.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/175/A175337.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/175/A175337.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A175337: Fixed point of morphism 0 -> 00110, 1 -> 00111
; 0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0
cal $0,277543 ; a(n) = n/5^m mod 5, where 5^m is ... | 54.142857 | 211 | 0.562005 |
9e50954f28383b9a408c12d7b957e406b106df0d | 6,380 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_128_2850.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_128_2850.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_128_2850.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1ef0c, %r15
nop
and $45070, %r8
vmovups (%r15), %ymm6
vextracti128 $0, %ymm6, %xmm6
vpextrq $0, %xmm6, %r11
nop
nop
nop
sub %rcx, %rcx
lea addresses_WT_ht+0x1684c, %rsi
lea a... | 20.580645 | 383 | 0.644984 |
cffd47176439a339f07c064da854b7f83111b6d8 | 1,157 | asm | Assembly | libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_4000/vgl_01_output_4000_stdio_msg_writ.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_4000/vgl_01_output_4000_stdio_msg_writ.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_4000/vgl_01_output_4000_stdio_msg_writ.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC vgl_01_output_4000_stdio_msg_writ
EXTERN vgl_01_output_4000_oterm_msg_printc_raw
EXTERN vgl_01_output_4000_refresh
EXTERN vgl_01_output_4000_set_cursor_coord
; By writing out whole strings at once we can safe some unneccessary cursor movements and LCD ... | 18.66129 | 103 | 0.663786 |
04396fd4dfd11f607a2a3620197e443d5009223b | 1,373 | asm | Assembly | programs/oeis/317/A317333.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/317/A317333.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/317/A317333.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A317333: Indices m for which A058304(m) = 9.
; 1,6,14,25,30,38,49,57,62,70,78,89,97,102,113,121,126,134,142,153,158,166,177,185,193,198,206,217,225,230,241,249,254,262,270,281,286,294,305,313,318,326,334,345,353,358,369,377,385,390,398,409,414,422,433,441,449,454,462,473,481,486,497,505,510,518,526,537,542,550,561,56... | 52.807692 | 1,110 | 0.727604 |
36d24b9ee56d9b915bf2d727e7476fea5aaa8779 | 439 | asm | Assembly | oeis/077/A077917.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077917.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077917.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077917: Expansion of (1-x)^(-1)/(1+2*x-2*x^2).
; Submitted by Jamie Morken(w3)
; 1,-1,5,-11,33,-87,241,-655,1793,-4895,13377,-36543,99841,-272767,745217,-2035967,5562369,-15196671,41518081,-113429503,309895169,-846649343,2313089025,-6319476735,17265131521,-47169216511,128868696065,-352075825151,961889042433,-2627929... | 27.4375 | 244 | 0.685649 |
ddba3e353b11ae0bc579e1333dc9fffddcfc6044 | 712 | asm | Assembly | oeis/159/A159242.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159242.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159242.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159242: Numerator of Hermite(n, 7/9).
; Submitted by Christian Krause
; 1,14,34,-4060,-73364,1603784,81877816,-412588624,-98625684080,-846044720416,131951621302816,3217915145313344,-190086977127231296,-8916844722270378880,275487347718163805056,24080226698163512570624,-332311081180848870297344,-6706830273817170876722... | 37.473684 | 491 | 0.80618 |
2c9ddc487d9c1ac9038b08f65e51ce22bbed14ac | 1,139 | asm | Assembly | programs/oeis/100/A100158.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100158.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100158.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100158: Structured disdyakis triacontahedral numbers (vertex structure 11).
; 1,62,293,804,1705,3106,5117,7848,11409,15910,21461,28172,36153,45514,56365,68816,82977,98958,116869,136820,158921,183282,210013,239224,271025,305526,342837,383068,426329,472730,522381,575392,631873,691934,755685,823236,894697,970178,104978... | 29.973684 | 748 | 0.76295 |
2b67673b32e5e3596933d5340485c99002cba242 | 4,738 | asm | Assembly | dzx7_lom_v1.asm | uniabis/z80depacker | a5dc3a0a7d3cb07a814490463b93fa42b3e66c68 | [
"MIT"
] | 25 | 2019-08-16T11:03:39.000Z | 2022-03-23T23:22:46.000Z | dzx7_lom_v1.asm | uniabis/z80depacker | a5dc3a0a7d3cb07a814490463b93fa42b3e66c68 | [
"MIT"
] | null | null | null | dzx7_lom_v1.asm | uniabis/z80depacker | a5dc3a0a7d3cb07a814490463b93fa42b3e66c68 | [
"MIT"
] | 1 | 2021-04-04T01:07:24.000Z | 2021-04-04T01:07:24.000Z | ; -----------------------------------------------------------------------------
; ZX7 decoder by Einar Saukas, Antonio Villena & Metalbrain
; with additional size-efficient speed optimizations by introspec ("Life on Mars" version 1)
; 214 bytes long and is always faster than "mega" decompressor (by about 4% on avera... | 24.806283 | 140 | 0.596243 |
24c7db3f95deded829ff632cb9e133ad1a4fb753 | 2,388 | asm | Assembly | c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_index.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_index.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_index.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | ; DCL_index.asm - computes performance indices from TCM data
;
; Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
; ALL RIGHTS RESERVED
.if __TI_EABI__
.asg DCL_runITAE_C1, _DCL_runITAE_C1
.asg DCL_runIAE_C1, _DCL_runIAE_C1
.asg DCL_runIES_C1, _DCL_runIES_C1
.endif
.global _DCL_runI... | 22.111111 | 72 | 0.627722 |
0dcc58811f3f7e09b19f426845a8c76364ff24fd | 2,124 | asm | Assembly | src/bootloader/memory.asm | afrigon/ThetanOS | f20872de5f7332fab282b81ee1190c046f80e6c8 | [
"MIT"
] | 2 | 2019-03-03T06:47:45.000Z | 2019-03-07T03:55:06.000Z | src/bootloader/memory.asm | afrigon/ThetanOS | f20872de5f7332fab282b81ee1190c046f80e6c8 | [
"MIT"
] | 5 | 2019-03-07T16:26:24.000Z | 2019-03-17T01:55:44.000Z | src/bootloader/memory.asm | tetanos/kernel | f20872de5f7332fab282b81ee1190c046f80e6c8 | [
"MIT"
] | null | null | null | section .text:
bits 32
memory:
.init:
call memory.init_page_tables
call memory.init_paging
call memory.init_segmentation
ret
; initialize page tables linking them together
; CLOBBER
; eax, ecx, esi
.init_page_tables:
mov esi, string_page_tables
call log.check
mov ecx, page_tables.p3 ... | 19.135135 | 101 | 0.60452 |
98e723d1c0ee34efb5cdcbe5778b725a5927c46d | 547 | asm | Assembly | programs/oeis/139/A139529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/139/A139529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/139/A139529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A139529: Numbers n such that numbers 24n+13 are primes.
; 0,1,2,4,6,7,9,11,14,15,16,17,22,25,27,29,30,31,34,35,36,41,42,44,45,46,50,51,57,59,60,64,66,67,69,70,72,74,77,80,84,85,92,94,95,97,99,101,106,111,114,116,121,126,127,129,132,134,135,137,140,144,146,147,150,151
mov $1,2
mov $2,$0
pow $2,2
add $2,1
mov $5,6
lpb... | 21.88 | 211 | 0.621572 |
9e04153c5293d75a5750a2b39234b4f7d4a64d14 | 1,206 | asm | Assembly | input.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | input.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | input.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | SECTION "InputRAM", WRAM0
LastUp: DS 1
KeysUp:: DS 1 ; directions in low nibble, buttons in high nibble
KeysPressed:: DS 1
SECTION "Input", ROM0
InitInput:: LD A, $FF
LD [KeysUp], A
RET
UpdateInput:: LD A, [KeysUp]
LD [LastUp], A
L... | 26.217391 | 82 | 0.307629 |
a1092b27c2cf9c762d962987c77e61715ca8e306 | 321 | asm | Assembly | oeis/328/A328185.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/328/A328185.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/328/A328185.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A328185: Numerators associated with A328184.
; 1,3,7,5,11,7,5,9,19,11,23,13,9,15,31,17,35,19,13,21,43,23,47,25,17,27,55,29,59,31,21,33,67,35,71,37,25,39,79,41,83,43,29,45,91,47,95,49,33,51,103,53,107,55,37,57,115,59,119,61,41,63,127,65,131,67
sub $1,$0
mul $0,2
gcd $1,2
add $1,1
gcd $1,$0
add $0,2
div $0,$1
add $0,1... | 26.75 | 197 | 0.647975 |
5827482a0922355daceb3bdda48a485ece2c6837 | 250 | asm | Assembly | programs/oeis/070/A070511.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070511.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070511.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070511: a(n) = n^4 mod 6.
; 0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3,4,1,0,1,4,3
pow $0,2
mod $0,6
| 41.666667 | 201 | 0.5 |
9b451b49742bf53516d95a9e174929fdc74860dc | 498 | asm | Assembly | oeis/005/A005614.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005614.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005614.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005614: The binary complement of the infinite Fibonacci word A003849. Start with 1, apply 0->1, 1->10, iterate, take limit.
; Submitted by Jamie Morken(s4)
; 1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1... | 71.142857 | 201 | 0.650602 |
6e6b94aa74577a59ace1aa96ae301022eb45bee5 | 485 | asm | Assembly | programs/oeis/040/A040533.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040533.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040533.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A040533: Continued fraction for sqrt(557).
; 23,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1,46,1,1,1,1
mov $4,2
mov $6,$0
lpb $4
sub $4,1
add $0,$4
sub $0,1
mov $2,$0
div $2,5
... | 16.724138 | 188 | 0.521649 |
d220b2599e8802737b700203b3473558a2d0c398 | 607 | asm | Assembly | programs/oeis/191/A191007.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/191/A191007.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/191/A191007.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A191007: Another renewal type of sequence: Let X, X(1),X(2),... denote independent random variables with pdf P(X=1) = P(X=2) = P(X=4) = 1/3. Let N(x) denote the first value of k such that X(1)*X(2)...*X(k) > x, and let H(x) = E(N(x)). The sequence a(n) is given by a(n) = 2^(n+1)*H(2^n).
; 3,9,27,69,171,405,939,2133,4... | 46.692308 | 289 | 0.691928 |
42910979a361faf9a7289de53d015b0a7c4aa777 | 766 | asm | Assembly | kernel/src/loader.asm | e-wiki/jsos | a84c42b37974034891563351f5d0bb92d21f4b7a | [
"NCSA",
"BSD-2-Clause",
"Unlicense"
] | 834 | 2015-01-02T14:28:21.000Z | 2021-02-22T16:46:00.000Z | kernel/src/loader.asm | e-wiki/jsos | a84c42b37974034891563351f5d0bb92d21f4b7a | [
"NCSA",
"BSD-2-Clause",
"Unlicense"
] | 12 | 2015-04-17T12:00:54.000Z | 2018-08-08T08:12:04.000Z | kernel/src/loader.asm | e-wiki/jsos | a84c42b37974034891563351f5d0bb92d21f4b7a | [
"NCSA",
"BSD-2-Clause",
"Unlicense"
] | 177 | 2015-01-05T00:42:10.000Z | 2021-03-24T15:41:36.000Z | global loader
global end_of_image
global kstack_max
extern kmain
section .text
align 4
MultiBootHeader:
FLAGS equ 3
MAGIC equ 0x1BADB002
CHECKSUM equ -(MAGIC + FLAGS)
dd MAGIC
dd FLAGS
dd CHECKSUM
STACKSIZE equ 1024*1024 ; 1 MiB
loader:
mov esp, kstack_max+STACKSIZE
... | 18.238095 | 77 | 0.677546 |
06b12de941b3d3515b6b9e9012cdc1116f478ff4 | 781 | asm | Assembly | oeis/126/A126360.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/126/A126360.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/126/A126360.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A126360: Number of base 6 n-digit numbers with adjacent digits differing by one or less.
; Submitted by Jon Maiga
; 1,6,16,44,122,340,950,2658,7442,20844,58392,163594,458356,1284250,3598338,10082246,28249720,79153804,221783810,621424108,1741191198,4878708658,13669836930,38302030548,107319902744,300703682402,842552990... | 35.5 | 483 | 0.78233 |
6ebff0556126f27cefb71b91b50dc88585c0e61f | 60,071 | asm | Assembly | library/01_raw_disassembly/03_section_data.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | 1 | 2021-06-05T23:41:15.000Z | 2021-06-05T23:41:15.000Z | library/01_raw_disassembly/03_section_data.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | library/01_raw_disassembly/03_section_data.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | 10010000 <.data>:
10010000: ff (bad)
10010001: ff (bad)
10010002: ff (bad)
10010003: ff 75 98 push DWORD PTR [ebp-0x68]
10010006: 00 00 add BYTE PTR [eax],al
10010008: 73 98 jae 0x1000ffa2
1001000a: 00 00... | 52.417976 | 77 | 0.486741 |
9e30c1332948e43a05e0746c7a67683a2cc957c6 | 889 | asm | Assembly | ArmPkg/Library/ArmSmcPsciResetSystemLib/AArch64/Reset.asm | GlovePuppet/edk2 | 8028f03032182f2c72e7699e1d14322bb5586581 | [
"BSD-2-Clause"
] | 2,757 | 2018-04-28T21:41:36.000Z | 2022-03-29T06:33:36.000Z | ArmPkg/Library/ArmSmcPsciResetSystemLib/AArch64/Reset.asm | HouQiming/edk2 | ba07eef98ec49068d6453aba2aed73f6e7d7f600 | [
"BSD-2-Clause"
] | 20 | 2019-07-23T15:29:32.000Z | 2022-01-21T12:53:04.000Z | ArmPkg/Library/ArmSmcPsciResetSystemLib/AArch64/Reset.asm | HouQiming/edk2 | ba07eef98ec49068d6453aba2aed73f6e7d7f600 | [
"BSD-2-Clause"
] | 449 | 2018-05-09T05:54:05.000Z | 2022-03-30T14:54:18.000Z | ;/** @file
; ResetSystemLib implementation using PSCI calls
;
; Copyright (c) 2018, Linaro Ltd. All rights reserved.<BR>
;
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. The full text of the li... | 24.694444 | 84 | 0.734533 |
5c0fe6b71758fc20f263676044ba7ec50f2321cf | 3,322 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_168_20.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_168_20.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_168_20.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 %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1a59d, %rbp
nop
nop
and $17107, %r14
movb $0x61, (%rbp)
sub %rcx, %rcx
lea addresses_UC_ht+0x12b9d, %rsi
lea addresses_UC_ht+0x1b79d, %rdi
clflush (%rsi)
nop
and $10119, %rdx
mov ... | 24.607407 | 503 | 0.648706 |
a3d2d81e25454c4f011e59a25b1aeb4e74f29344 | 7,139 | asm | Assembly | HC6502/EEPROM_Programmer/stm8/software/test/uart/uart.asm | wuxx/HC6502 | 260e852eda917ff6a901fa5fb567e15e80f57f0e | [
"Apache-2.0"
] | 16 | 2019-03-02T12:42:28.000Z | 2021-09-20T08:14:34.000Z | HC6502/EEPROM_Programmer/stm8/software/uart/uart.asm | LandTAT/HC6502 | 5a4613d567f5d61ae4b5f08bbeeb34fdd2d51c96 | [
"Apache-2.0"
] | 1 | 2020-05-18T20:40:26.000Z | 2020-05-19T07:34:10.000Z | HC6502/EEPROM_Programmer/stm8/software/uart/uart.asm | LandTAT/HC6502 | 5a4613d567f5d61ae4b5f08bbeeb34fdd2d51c96 | [
"Apache-2.0"
] | 6 | 2019-03-24T13:12:53.000Z | 2020-09-01T09:52:24.000Z | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.5.0 #9253 (Mar 28 2016) (Linux)
; This file was generated Mon Dec 3 20:03:33 2018
;--------------------------------------------------------
.module uart
.optsdcc -mstm8
;-----------------... | 22.954984 | 89 | 0.515338 |
37e1976103805be2a02d239ab80d0f56f27de9c5 | 1,114 | asm | Assembly | programs/oeis/057/A057237.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/057/A057237.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057237.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A057237: Maximum k <= n such that 1, 2, ..., k are all relatively prime to n.
; 1,1,2,1,4,1,6,1,2,1,10,1,12,1,2,1,16,1,18,1,2,1,22,1,4,1,2,1,28,1,30,1,2,1,4,1,36,1,2,1,40,1,42,1,2,1,46,1,6,1,2,1,52,1,4,1,2,1,58,1,60,1,2,1,4,1,66,1,2,1,70,1,72,1,2,1,6,1,78,1,2,1,82,1,4,1,2,1,88,1,6,1,2,1,4,1,96,1,2,1,100,1,102,1,2,1,1... | 25.906977 | 585 | 0.521544 |
4c6c78344a563b89a03c08e440bc614bbaa5529c | 931 | asm | Assembly | oeis/230/A230813.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/230/A230813.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/230/A230813.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A230813: Number of n X 2 0..2 arrays x(i,j) with each element horizontally or vertically next to at least one element with value (x(i,j)+1) mod 3 and at least one element with value (x(i,j)-1) mod 3, and upper left element zero.
; Submitted by Christian Krause
; 0,0,2,0,2,12,18,56,170,420,1162,3200,8562,23292,63298,1... | 42.318182 | 486 | 0.766917 |
5477c22a1a3bfbb2e7b4c3e92ef9d75d128bb60f | 67 | asm | Assembly | tstfiles/hello2.asm | embeddednodejs/jisonexample | b3e665761ac99945f2e768597998e60dc2c01dc3 | [
"MIT"
] | 11 | 2016-10-07T17:11:45.000Z | 2018-02-14T16:33:44.000Z | tstfiles/hello2.asm | embeddednodejs/jisonexample | b3e665761ac99945f2e768597998e60dc2c01dc3 | [
"MIT"
] | null | null | null | tstfiles/hello2.asm | embeddednodejs/jisonexample | b3e665761ac99945f2e768597998e60dc2c01dc3 | [
"MIT"
] | 2 | 2016-10-10T02:30:01.000Z | 2019-07-15T08:35:32.000Z | ld r1, 0x12 ; load
add r1, r2 ; add
st r1 ; store
| 13.4 | 22 | 0.462687 |
3d6674087990226f92640d48a426974dbeed16f5 | 9,085 | asm | Assembly | game/data/stages/pit/pit-logic.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | 2 | 2020-09-29T16:43:35.000Z | 2021-08-24T16:41:22.000Z | game/data/stages/pit/pit-logic.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | null | null | null | game/data/stages/pit/pit-logic.asm | pompshuffle/super-tilt-bro | d0f836290223085d7794c445c696e1c644c674d2 | [
"WTFPL"
] | null | null | null | STAGE_PIT_MOVING_PLATFORM_1_OFFSET=18
STAGE_PIT_MOVING_PLATFORM_2_OFFSET=22
#define STAGE_PIT_MOVING_PLATFORM_SPRITES $20
#define STAGE_PIT_NB_MOVING_PLATFORM_SPRITES 8
#define STAGE_PIT_PLATFORM_MAX_HEIGHT 88
#define STAGE_PIT_PLATFORM_MIN_HEIGHT 162
#define STAGE_PIT_PLATFORM_LEFTMOST 73
#define STAGE_PIT_PLATFORM... | 34.942308 | 128 | 0.706329 |
c0a7085423057c8d74593cbf7bc085ffcaaae6f0 | 483 | asm | Assembly | programs/oeis/320/A320524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/320/A320524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/320/A320524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A320524: Number of chiral pairs of a row of n colors using 6 or fewer colors.
; 0,15,90,630,3780,23220,139320,839160,5034960,30229200,181375200,1088367840,6530207040,39181942080,235091652480,1410554113920,8463324683520,50779973295360,304679839772160,1828079189798400,10968475138790400,65810851739735040,394865110438410... | 34.5 | 305 | 0.805383 |
f574c78398067dfe17f9e096e208ab7554ebbc7a | 1,036 | asm | Assembly | Bank_C/6_rmplfo.asm | ndf-zz/fv1testing | 1ea474b6d93e888f091de15bcaed0d5a57905f22 | [
"CC0-1.0"
] | null | null | null | Bank_C/6_rmplfo.asm | ndf-zz/fv1testing | 1ea474b6d93e888f091de15bcaed0d5a57905f22 | [
"CC0-1.0"
] | null | null | null | Bank_C/6_rmplfo.asm | ndf-zz/fv1testing | 1ea474b6d93e888f091de15bcaed0d5a57905f22 | [
"CC0-1.0"
] | 1 | 2019-11-26T12:02:28.000Z | 2019-11-26T12:02:28.000Z | ; FV-1 Testing
;
; Program: RMP xfade value
;
; Direct output RMP0 XFADE on L channel and write C to R channel
;
; POT0 : RATE 0 -0.5 -> 1.0
; POT1 : AMP -1.0 -> -1.0
;
; C - frequency coefficient ranges over -16384 to 32767 (-0.5 -> 0.99)
; A - amplitude coefficient ranges over 0,1,2,3 (? really?)
; Prepare LFOs... | 25.9 | 70 | 0.684363 |
c76b903354ba70645373af2f9d9988402a867942 | 232 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_saddrpleft_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_saddrpleft_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_saddrpleft_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *zx_saddrpleft_callee(void *saddr, uchar bitmask)
SECTION code_arch
PUBLIC _zx_saddrpleft_callee
_zx_saddrpleft_callee:
pop af
pop hl
pop de
push af
INCLUDE "arch/zx/display/z80/asm_zx_saddrpleft.asm"
| 14.5 | 56 | 0.74569 |
5f672546aeb66cf66851566dbd87fead8d155f6c | 2,208 | asm | Assembly | ee/ptr/open.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/ptr/open.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/ptr/open.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Open routine for pointer routines 1986 Tony Tebby QJUMP
*
section driver
*
xdef pt_open
*
xref pt_wchka
xref pt_ptop
xref pt_mrall
xref pt_setq
xref pt_copyc
*
include dev8_keys_err
include dev8_keys_qlv
include d... | 33.969231 | 77 | 0.488678 |
125e8bc3d8f074c26f87d0c2dae8903b9869d131 | 6,580 | asm | Assembly | matlab_ext/code-miners/projects/prepro/test-data/pb/onIRQs.asm | zaqwes8811/coordinator-tasks | 7f63fdf613eff5d441a3c2c7b52d2a3d02d9736a | [
"MIT"
] | null | null | null | matlab_ext/code-miners/projects/prepro/test-data/pb/onIRQs.asm | zaqwes8811/coordinator-tasks | 7f63fdf613eff5d441a3c2c7b52d2a3d02d9736a | [
"MIT"
] | 15 | 2015-03-07T12:46:41.000Z | 2015-04-11T09:08:36.000Z | matlab_ext/code-miners/projects/prepro/test-data/pb/onIRQs.asm | zaqwes8811/micro-apps | 7f63fdf613eff5d441a3c2c7b52d2a3d02d9736a | [
"MIT"
] | null | null | null | ; Этот модуль делает...
; IRQs list
; отказ - компаратор
; I2C request
; timer - что он делает?
#include "../headers/user_modes.inc"
#include "../headers/BoardMapping.h"
#define byteAlrms g_summaryDataArray+11 ;байт отказов
#define g_bCommandReceived g_kFlag,5 ;H-Command received
#define bArrayTransmitted g_kFlag,0 ... | 22.305085 | 86 | 0.752128 |
147af056f19a18b8a06a7aed5b9499b2a6b986d2 | 560 | asm | Assembly | programs/oeis/000/A000129.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000129.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000129.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A000129: Pell numbers: a(0) = 0, a(1) = 1; for n > 1, a(n) = 2*a(n-1) + a(n-2).
; 0,1,2,5,12,29,70,169,408,985,2378,5741,13860,33461,80782,195025,470832,1136689,2744210,6625109,15994428,38613965,93222358,225058681,543339720,1311738121,3166815962,7645370045,18457556052,44560482149,107578520350,259717522849,62701356604... | 46.666667 | 393 | 0.758929 |
6ad014a53c4f44e14cec19cc39ff244b39d2387f | 303 | asm | Assembly | programs/oeis/047/A047250.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047250.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047250.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047250: Numbers that are congruent to {0, 3, 4, 5} mod 6.
; 0,3,4,5,6,9,10,11,12,15,16,17,18,21,22,23,24,27,28,29,30,33,34,35,36,39,40,41,42,45,46,47,48,51,52,53,54,57,58,59,60,63,64,65,66,69,70,71,72,75,76,77,78,81,82,83,84,87,88,89,90,93,94,95,96,99
mov $1,$0
add $1,3
div $1,4
mul $1,2
add $1,$0
| 33.666667 | 193 | 0.630363 |
13d0c665eb04d43d2f895e8ea548635393ee5461 | 586 | asm | Assembly | engine/battle/check_battle_scene.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | engine/battle/check_battle_scene.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | engine/battle/check_battle_scene.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | CheckBattleScene:
; Return carry if battle scene is turned off.
ld a, BANK(wLinkMode)
ld hl, wLinkMode
call GetFarWRAMByte
cp LINK_MOBILE
jr z, .mobile
ld a, [wOptions]
bit BATTLE_SCENE, a
jr nz, .off
and a
ret
.mobile
ld a, [wcd2f]
and a
jr nz, .from_wram
ld a, 4 ; MBC30 bank used by JP Crystal; ina... | 12.208333 | 62 | 0.675768 |
a949c21afb66654d6536189821ecdfd187fcd1b2 | 1,870 | asm | Assembly | programs/oeis/276/A276918.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/276/A276918.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/276/A276918.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A276918: a(2n) = A060867(n+1), a(2n+1) = A092440(n+1).
; 1,5,9,25,49,113,225,481,961,1985,3969,8065,16129,32513,65025,130561,261121,523265,1046529,2095105,4190209,8384513,16769025,33546241,67092481,134201345,268402689,536838145,1073676289,2147418113,4294836225,8589803521,17179607041,34359476225,68718952449,1374384291... | 233.75 | 1,699 | 0.897326 |
a37ee125d3b5b2b7fc6609d5f9ed4dcd5e01a2b3 | 2,008 | asm | Assembly | libsrc/z80_crt0s/z80/sdcc/modunsigned.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/z80_crt0s/z80/sdcc/modunsigned.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/z80_crt0s/z80/sdcc/modunsigned.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ;--------------------------------------------------------------------------
; modunsigned.s
;
; Copyright (C) 2009-2010, Philipp Klaus Krause
;
; This library is free software; you can redistribute it and/or modify it
; under the terms of the GNU General Public License as published by the
; Free Software Foundatio... | 28.685714 | 75 | 0.621514 |
dc44a227f91b4bfd5f650e0dd5ce5e1410d83197 | 2,945 | asm | Assembly | src/hal/src/arch/win32/arch.asm | chino-os/chino-os | e4b444983a059231636b81dc5f33206e16a859c2 | [
"MIT"
] | 137 | 2018-04-28T09:50:17.000Z | 2022-03-10T11:42:23.000Z | src/hal/src/arch/win32/arch.asm | dotnetGame/chino-os | e4b444983a059231636b81dc5f33206e16a859c2 | [
"MIT"
] | 7 | 2018-05-15T02:15:33.000Z | 2020-04-30T14:46:51.000Z | src/hal/src/arch/win32/arch.asm | dotnetGame/chino-os | e4b444983a059231636b81dc5f33206e16a859c2 | [
"MIT"
] | 20 | 2018-05-18T03:54:08.000Z | 2021-09-13T10:14:07.000Z | ; MIT License
;
; Copyright (c) 2020 SunnyCase
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modify, merge, pu... | 27.523364 | 80 | 0.639049 |
dcd31fb16f2fe8140f230f4a8b0efbc4ae90726a | 1,312 | asm | Assembly | programs/oeis/000/A000045.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/000/A000045.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/000/A000045.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A000045: Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and F(1) = 1.
; 0,1,1,2,3,5,8,13,21,34,55,89,144,233,377,610,987,1597,2584,4181,6765,10946,17711,28657,46368,75025,121393,196418,317811,514229,832040,1346269,2178309,3524578,5702887,9227465,14930352,24157817,39088169,63245986,102334155,165580141,2679142... | 109.333333 | 1,152 | 0.862805 |
784a761ddbf6ae59353a97ae43f0d7709dd91f71 | 205 | asm | Assembly | esame_20210618/minmax/main.asm | samdsk/lab_arch2 | 45ac71c5647b2a7985f2391686f22ebab685ba67 | [
"MIT"
] | null | null | null | esame_20210618/minmax/main.asm | samdsk/lab_arch2 | 45ac71c5647b2a7985f2391686f22ebab685ba67 | [
"MIT"
] | null | null | null | esame_20210618/minmax/main.asm | samdsk/lab_arch2 | 45ac71c5647b2a7985f2391686f22ebab685ba67 | [
"MIT"
] | null | null | null | .data
arr: .word 1 -1 3 10 5 6
size: .word 6
.text
.globl main
main:
la $a0 arr #indirizzo dell'array
lw $a1 size #dimensione dell'array
jal minmax
move $s0 $v0
move $s1 $v1
li $v0 10
syscall | 12.058824 | 35 | 0.653659 |
7e7a3dc24a7d8ec126ab8104aaa992d3a5ae455f | 4,320 | asm | Assembly | base/mvdm/wow16/win87em/emconst.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/wow16/win87em/emconst.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/wow16/win87em/emconst.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z |
;
;
; Copyright (C) Microsoft Corporation, 1986-88
;
; This Module contains Proprietary Information of Microsoft
; Corporation and should be treated as Confidential.
;
subttl emconst.asm - Constants
page
;*********************************************************************;
; ;
; Constants ... | 26.024096 | 72 | 0.661111 |
0bc483847547f337805fc3d75b724ac589e29142 | 161 | asm | Assembly | test/paste.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | test/paste.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | test/paste.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | %macro bug 1-*
%push foo
%define %$v %1
%define vv %$v_ %+ %1
%%top_{%$v}%1:
mov eax, eax
mov eax, %%top_{%$v}%1
mov eax, vv
%pop
%endmacro
bug a
| 12.384615 | 24 | 0.52795 |
a9df8a22fcbc2a94894ab282d151d444416ca689 | 196 | asm | Assembly | misc/sum.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | 3 | 2021-05-04T13:59:36.000Z | 2021-08-23T16:03:13.000Z | misc/sum.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | misc/sum.asm | a1393323447/x86-Assambely | 1daf3041fe6f44948925ceb7bb6668950dcbab25 | [
"MIT"
] | null | null | null | ; loop指令: 使用 cx 设置循环次数, 会自动将 cx 减一
; 标号:
; (循环体)...
; loop 标号
; 设定循环次数
mov cx, 100
; 初始化 ax
mov ax, 0x0000
; 循环
sum:
add ax, cx
loop sum
jmp $
times 510-($-$$) db 0
db 0x55, 0xaa | 11.529412 | 34 | 0.55102 |
ca3c50c5ec36094c0035cb7806e916bc709f0814 | 111 | asm | Assembly | Week_8-9/28 - and_1.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | 1 | 2021-08-10T13:39:26.000Z | 2021-08-10T13:39:26.000Z | Week_8-9/28 - and_1.asm | iamruveyda/KBU-Micro | 0108ca4e94268cd7d5d2268d0a15d196a2ebe3d2 | [
"MIT"
] | null | null | null | Week_8-9/28 - and_1.asm | iamruveyda/KBU-Micro | 0108ca4e94268cd7d5d2268d0a15d196a2ebe3d2 | [
"MIT"
] | null | null | null | .model small
.data
.code
main proc
MOV AL,10101110b
AND AL,11110110b
endp
end main28 - and_1.asm | 9.25 | 22 | 0.675676 |
b436213d2d58f7d1b13b3693189c64582558877d | 1,599 | asm | Assembly | vdplib.asm | traidna/MUMPS-TI99-4A | b19c5819999a6f204a20f0496a153ba23ee8edf4 | [
"CC0-1.0"
] | null | null | null | vdplib.asm | traidna/MUMPS-TI99-4A | b19c5819999a6f204a20f0496a153ba23ee8edf4 | [
"CC0-1.0"
] | null | null | null | vdplib.asm | traidna/MUMPS-TI99-4A | b19c5819999a6f204a20f0496a153ba23ee8edf4 | [
"CC0-1.0"
] | null | null | null | ; vdp single byte read
; inputs: r0=address in vdp to read, r1(msb), the byte read from vdp
; side effects: none
vsbr:
swpb r0 ; get low byte of address
movb r0,@8C02h ; write it to vdp address register
swpb r0 ; get high byte
andi r0,03FFFh
movb r0,@8C02h... | 24.6 | 68 | 0.524703 |
fd7b24a50d984dec98bffeda1c972e49ab48f7e7 | 5,707 | asm | Assembly | figure.asm | peckhamdata/cgl-6502 | 65bfe3449b3d684da95a2cd4b2ec5ce7e4d18864 | [
"MIT"
] | 4 | 2020-01-24T06:46:10.000Z | 2022-02-28T15:44:08.000Z | figure.asm | peckhamdata/cgl-6502 | 65bfe3449b3d684da95a2cd4b2ec5ce7e4d18864 | [
"MIT"
] | null | null | null | figure.asm | peckhamdata/cgl-6502 | 65bfe3449b3d684da95a2cd4b2ec5ce7e4d18864 | [
"MIT"
] | 1 | 2020-12-07T19:36:31.000Z | 2020-12-07T19:36:31.000Z |
* = $3000
// sprite 0 / singlecolor / color: $0d
figure_0:
.byte %00000000,%00110000,%00000000
.byte %00000000,%01111000,%00000000
.byte %00000000,%01111000,%00000000
.byte %00000000,%01111000,%00000000
.byte %00000000,%00110000,%00000000
.byte %00000000,%01110000,%00000000
.byte %00000000,%11111000,%00000000
.byte %... | 33.374269 | 38 | 0.768705 |
ca2bc4cbaaa9aa8330bc45b5d3dccf164c47a548 | 146 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48__acpi.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48__acpi.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48__acpi.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC mm48__acpi
mm48__acpi:
; set AC = pi
ld bc,$490F
ld de,$DAA2
ld hl,$2182
ret
| 9.125 | 22 | 0.664384 |
543672a4a9a4d6c9447630ad16afb60ae365136e | 407 | asm | Assembly | audio/notes.asm | MathyFurret/CryEd | 395f04b261ba7970226b47e7c50406a58eb2fda0 | [
"MIT"
] | 1 | 2019-02-12T03:36:48.000Z | 2019-02-12T03:36:48.000Z | audio/notes.asm | MathyFurret/CryEd | 395f04b261ba7970226b47e7c50406a58eb2fda0 | [
"MIT"
] | null | null | null | audio/notes.asm | MathyFurret/CryEd | 395f04b261ba7970226b47e7c50406a58eb2fda0 | [
"MIT"
] | 1 | 2021-03-27T00:03:08.000Z | 2021-03-27T00:03:08.000Z | FrequencyTable: ; e8d80
dw 0 ; __
dw $f82c ; C_
dw $f89d ; C#
dw $f907 ; D_
dw $f96b ; D#
dw $f9ca ; E_
dw $fa23 ; F_
dw $fa77 ; F#
dw $fac7 ; G_
dw $fb12 ; G#
dw $fb58 ; A_
dw $fb9b ; A#
dw $fbda ; B_
dw $fc16 ; C_
dw $fc4e ; C#
dw $fc83 ; D_
dw $fcb5 ; D#
dw $fce5 ; E_
dw $fd11 ; F_
dw $fd3b ;... | 14.535714 | 23 | 0.518428 |
453749fcf10bcffb1abb7cb43e6d4ee89f153a81 | 758 | asm | Assembly | src/main/tests/test.asm | Triceraprog/8008-assembler | bddfe82a341a3c6259ad4eb52bddefbf5b67daa7 | [
"MIT"
] | null | null | null | src/main/tests/test.asm | Triceraprog/8008-assembler | bddfe82a341a3c6259ad4eb52bddefbf5b67daa7 | [
"MIT"
] | null | null | null | src/main/tests/test.asm | Triceraprog/8008-assembler | bddfe82a341a3c6259ad4eb52bddefbf5b67daa7 | [
"MIT"
] | null | null | null | OK: EQU 1
NO: EQU 0
INC_HL: .macro
.syntax old
INL
JFZ skip
INH
skip:
.endmacro
; LD immediate specifying two registers
LD_IMM: .macro r1,r2,imm
.syntax new
value: EQU IMM
MVI r1,\HB\value
MVI r2,\LB\value
.endmacro
.INC_H... | 14.576923 | 47 | 0.460422 |
d8a50c5fe3960c4b3e32feb0ae6b0901836e4c34 | 398 | asm | Assembly | programs/oeis/108/A108678.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/108/A108678.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/108/A108678.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A108678: a(n) = (n+1)^2*(n+2)(2n+3)/6.
; 1,10,42,120,275,546,980,1632,2565,3850,5566,7800,10647,14210,18600,23936,30345,37962,46930,57400,69531,83490,99452,117600,138125,161226,187110,215992,248095,283650,322896,366080,413457,465290,521850,583416,650275,722722
add $0,1
mov $2,$0
lpb $0,1
lpb $0,1
add $3,$0
... | 23.411765 | 221 | 0.650754 |
eb95bc86a2710bd547aaf4639de7373ffbb9497e | 382 | asm | Assembly | 4_1.asm | EduardaSRBastos/Assembly-2020 | 65fd798bd2b9a4f4520256f71aac7bd91398a7fd | [
"MIT"
] | null | null | null | 4_1.asm | EduardaSRBastos/Assembly-2020 | 65fd798bd2b9a4f4520256f71aac7bd91398a7fd | [
"MIT"
] | null | null | null | 4_1.asm | EduardaSRBastos/Assembly-2020 | 65fd798bd2b9a4f4520256f71aac7bd91398a7fd | [
"MIT"
] | null | null | null | NR_LINHA EQU 3
MOV CX, NR_LINHA
MOV AH, 9
LEA DX, TEXTO1
INT 21H
R1:
MOV AH, 1
INT 21H
MOV DL, AH
LOOP R1
mov ah, 9
mov dl, 255
LEA DX, TEXTO2
int 21h
MOV AH, 4Ch
INT 21H
RET
TEXTO1 DB 13,10,'Carregue e... | 14.692308 | 47 | 0.473822 |
60078e2c2c73885514ecfbae86cbfd58d27653c8 | 11,072 | asm | Assembly | ffmpeg.js/libavcodec/x86/fmtconvert.asm | vivekjishtu/audioconverter.js | 803d516a1238dd1ad7738c851a99737007f95cb5 | [
"BSD-3-Clause"
] | 82 | 2015-01-18T08:41:47.000Z | 2022-02-08T19:23:19.000Z | FFmpeg-build/ffmpeg/libavcodec/x86/fmtconvert.asm | hetissimpel/radioformac | af3145d12d88b925892937ecdac95d12b6439fda | [
"MIT"
] | 5 | 2015-01-24T13:07:23.000Z | 2021-03-19T13:37:17.000Z | FFmpeg-build/ffmpeg/libavcodec/x86/fmtconvert.asm | hetissimpel/radioformac | af3145d12d88b925892937ecdac95d12b6439fda | [
"MIT"
] | 25 | 2015-01-25T14:52:03.000Z | 2021-09-05T23:59:49.000Z | ;******************************************************************************
;* x86 optimized Format Conversion Utils
;* Copyright (c) 2008 Loren Merritt
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute it and/or
;* modify it under the terms of the GNU Lesser General Public
;* L... | 25.748837 | 88 | 0.546243 |
2a8ce43d8d65eafbbf616e11ea6454eeea950998 | 693 | asm | Assembly | oeis/155/A155857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/155/A155857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/155/A155857.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A155857: Row sums of triangle A155856.
; Submitted by Jamie Morken(s4)
; 1,2,6,23,107,590,3786,27821,230869,2137978,21873854,245151555,2987967551,39358156310,557259550034,8440866957273,136211005966889,2333068710452146,42276699542130166,808068680469402095,16248405328930779027,342877404288485770718,75766525287050185229... | 38.5 | 487 | 0.825397 |
82aae2a412d8edc01a8ce43d88cb51c948320d0c | 4,582 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2712.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2712.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2712.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 %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xe95f, %r8
nop
inc %r12
movb (%r8), %r9b
nop
nop
nop
and $61596, %r14
lea addresses_UC_ht+0x757d, %rsi
lea addresses_WT_ht+0x537d, %rdi
nop
nop
nop
nop
and $48237, %r9
mov $76, %rcx
rep ... | 52.068182 | 2,999 | 0.661938 |
85bb4b7c9eb04f34002282b34490313622f409ef | 147 | asm | Assembly | 06/5-b/program3/RAMcheck.asm | AbstractXan/ComputerSystemDesignLab | 2851da683e4e894be66463dcc29a9fa6ba0538b6 | [
"MIT"
] | null | null | null | 06/5-b/program3/RAMcheck.asm | AbstractXan/ComputerSystemDesignLab | 2851da683e4e894be66463dcc29a9fa6ba0538b6 | [
"MIT"
] | null | null | null | 06/5-b/program3/RAMcheck.asm | AbstractXan/ComputerSystemDesignLab | 2851da683e4e894be66463dcc29a9fa6ba0538b6 | [
"MIT"
] | null | null | null | @17
D=A
@i
M=D
(LOOP)
@i
D=M
@16384
D=D-A
@ENDLOOP
D;JGE
@11111
D=A
@i
A=M
M=D
@i
M=M+1
@LOOP
0;JMP
(ENDLOOP)
@ENDLOOP
0;JMP
| 5.25 | 9 | 0.510204 |
06aeb1bbd77f2f8add1aa587bc2aa915d533b446 | 548 | asm | Assembly | oeis/285/A285309.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/285/A285309.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/285/A285309.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A285309: Sum of nonsquare divisors of n.
; Submitted by Christian Krause
; 0,2,3,2,5,11,7,10,3,17,11,23,13,23,23,10,17,29,19,37,31,35,23,55,5,41,30,51,29,71,31,42,47,53,47,41,37,59,55,85,41,95,43,79,68,71,47,103,7,67,71,93,53,110,71,115,79,89,59,163,61,95,94,42,83,143,67,121,95,143,71,145,73,113,98,135,95,167,79,165,... | 60.888889 | 319 | 0.684307 |
eb95e3804dd2a41bff870d1cd886ab7363a8a5b3 | 599 | asm | Assembly | programs/oeis/106/A106035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/106/A106035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/106/A106035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A106035: The "Octanacci" sequence: Trajectory of 1 under the morphism 1->{1,2,1}, 2->{1}.
; 1,2,1,1,1,2,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,1,2,1,1,2,1,1,2,1,1,1,2,1,1
mov $3,2
mov $5,$0
lpb $3... | 19.966667 | 201 | 0.520868 |
32d43376d7c1a47b9792090db7b682a19bc9922d | 936 | asm | Assembly | qemu_mode/qemu-2.10.0/roms/openbios/arch/ppc/Makefile.asm | braymar/afl | a6b2dad6bbd9c9401814e088582bc04a074651eb | [
"Apache-2.0"
] | 8 | 2020-09-06T12:49:00.000Z | 2022-03-09T04:02:06.000Z | qemu_mode/qemu-2.10.0/roms/openbios/arch/ppc/Makefile.asm | braymar/afl | a6b2dad6bbd9c9401814e088582bc04a074651eb | [
"Apache-2.0"
] | 1 | 2021-02-23T18:42:51.000Z | 2021-02-23T18:42:51.000Z | qemu_mode/qemu-2.10.0/roms/openbios/arch/ppc/Makefile.asm | braymar/afl | a6b2dad6bbd9c9401814e088582bc04a074651eb | [
"Apache-2.0"
] | 7 | 2020-09-08T15:14:34.000Z | 2021-06-24T18:03:49.000Z | # -*- makefile -*-
#
# Makefile.asm - assembly support
#
# Copyright (C) 2004 Samuel Rydh (samuel@ibrium.se)
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 2
#################################################
# ... | 28.363636 | 69 | 0.529915 |
420317c4c72e1cef973621503566a8d9b16c1f9b | 443 | asm | Assembly | programs/oeis/265/A265574.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/265/A265574.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/265/A265574.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A265574: LCM-transform of triangular numbers.
; 1,3,2,5,1,7,2,3,1,11,1,13,1,1,2,17,1,19,1,1,1,23,1,5,1,3,1,29,1,31,2,1,1,1,1,37,1,1,1,41,1,43,1,1,1,47,1,7,1,1,1,53,1,1,1,1,1,59,1,61,1,1,2,1,1,67,1,1,1,71,1,73,1,1,1,1,1,79,1,3,1,83,1,1,1,1,1,89,1,1,1,1,1,1,1,97,1
add $0,1
mov $1,$0
lpb $0
mov $1,$0
cmp $0,1
cal... | 40.272727 | 216 | 0.604966 |
c776cc8b99ea4e31f07da67156f351ba7b2ffd52 | 857 | asm | Assembly | programs/oeis/052/A052262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/052/A052262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/052/A052262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A052262: Partial sums of A014824.
; 0,1,13,136,1370,13715,137171,1371738,13717416,137174205,1371742105,13717421116,137174211238,1371742112471,13717421124815,137174211248270,1371742112482836,13717421124828513,137174211248285301,1371742112482853200,13717421124828532210,137174211248285322331,1371742112482853223563,13717... | 77.909091 | 705 | 0.870478 |
ca9ee4f6b76e29e30320ebd664e363d760f18821 | 541 | asm | Assembly | oeis/016/A016977.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016977.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016977.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016977: a(n) = (6*n + 5)^9.
; 1953125,2357947691,118587876497,1801152661463,14507145975869,78815638671875,327381934393961,1119130473102767,3299763591802133,8662995818654939,20711912837890625,45848500718449031,95151694449171437,186940255267540403,350356403707485209,630249409724609375,1093685272684360901,1838459212420... | 77.285714 | 481 | 0.889094 |
ba90b5e2e0d9f5e7ecb0fa1fec8be007586f1076 | 225,380 | asm | Assembly | Driver/IFS/DOS/Common/dosCMapGB.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/IFS/DOS/Common/dosCMapGB.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/IFS/DOS/Common/dosCMapGB.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) MyTurn.com 2001. All rights reserved.
MYTURN.COM CONFIDENTIAL
PROJECT: GlobalPC
MODULE: FS driver
FILE: dosCMapGB.asm
AUTHOR: Allen Yuen, Feb 21, 2001
ROUTINES:
Name Description
---- -----------
... | 29.353998 | 79 | 0.562153 |
6a002ae48f52e2226df9d4de5d88f50055ae2171 | 7,289 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_344.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_notsx.log_21829_344.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_notsx.log_21829_344.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 %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x10775, %r10
sub $32428, %r13
mov (%r10), %di
nop
nop
dec %rax
lea addresses_UC_ht+0x7b75, %r15
nop
nop
nop
sub %rbp, %rbp
mov $0x6162636465666768, %rcx
movq %rcx, %xmm1
and $... | 35.383495 | 2,999 | 0.658252 |
e5d85d8bf81d8a34237427add0ca8ce139ab7d8a | 12,504 | asm | Assembly | P6/data_P6_2/ALUTest36.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/ALUTest36.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/ALUTest36.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | sllv $1,$3,$3
lb $1,11($0)
subu $3,$3,$3
sb $6,7($0)
ori $4,$4,48635
subu $5,$0,$3
addiu $4,$5,21771
sw $0,12($0)
lhu $3,10($0)
lw $6,4($0)
subu $6,$6,$3
subu $1,$4,$3
andi $4,$4,33306
addiu $3,$4,6516
addu $1,$0,$3
lb $6,2($0)
sltiu $4,$4,-24330
xor $3,$3,$3
slt $5,$6,$3
nor $0,$0,$3
subu $3,$3,$3
srl $0,$3,20
subu $3... | 14.065242 | 18 | 0.521273 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.