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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
03f7abb1fc80f24c4eb72afcb48dc89490051326 | 4,137 | asm | Assembly | dino/lcs/item/5E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/item/5E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/item/5E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D3E move.l D0, (A4)+
004D40 dbra D1, $4d38
010E0E move.b ($5e,A2), D0
010E12 cmp.b ($5e,A3), D0 [item+5E]
010FCC move.b ($5e,A2), D0
010FD0 cmp.b ($5e,A3), D0 [item+5E]
0119C8 cmp.b ($5e... | 52.367089 | 350 | 0.613488 |
e53d876b5df35d6ec00286f8539882354fbdff35 | 533 | asm | Assembly | lib/target/coleco/classic/coleco_crt0.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | lib/target/coleco/classic/coleco_crt0.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | lib/target/coleco/classic/coleco_crt0.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Coleco (Console + Adam + Bit90)
MODULE coleco_crt0
defc crt0 = 1
INCLUDE "zcc_opt.def"
EXTERN _main
EXTERN msxbios
PUBLIC l_dcal
PUBLIC cleanup
defc CONSOLE_COLUMNS = 32
defc CONSOLE_ROWS = 24
EXTERN __vdp_enable_status
EXTERN VDP_STATUS
... | 19.035714 | 46 | 0.652908 |
f91a3aa86bb343a6925b68e93e443dff0c551588 | 465 | asm | Assembly | programs/oeis/080/A080653.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/080/A080653.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/080/A080653.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A080653: a(1) = 2; for n>1, a(n) is taken to be the smallest integer greater than a(n-1) such that the condition "a(a(n)) is always even" is satisfied.
; 2,4,5,6,8,10,11,12,13,14,16,18,20,22,23,24,25,26,27,28,29,30,32,34,36,38,40,42,44,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,64,66,68,70,72,74,76,78,80,82,8... | 51.666667 | 191 | 0.619355 |
2857f62bbd550425dc1a3afaa799c6bb36e69aca | 660 | asm | Assembly | oeis/236/A236225.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/236/A236225.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/236/A236225.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A236225: Sum of the seventeenth powers of the first n primes.
; 131072,129271235,763068724360,233393582711567,505680422082005338,9156096341463343271,836396358227800107448,6316783216012602293387,147366822776675571219490,7404514559506748686057599,29954631333669491864740510,486442572159704647268887427,310056283966047987... | 55 | 486 | 0.865152 |
87f7ddb01813825b9897a3cc3751357c84493a7a | 462 | asm | Assembly | data/pokemon/base_stats/sinnoh/gliscor.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/sinnoh/gliscor.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/sinnoh/gliscor.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | db 0 ; 472 DEX NO
db 75, 95, 125, 95, 45, 75
; hp atk def spd sat sdf
db GROUND, FLYING ; type
db 30 ; catch rate
db 192 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/sinnoh/gliscor/fron... | 21 | 53 | 0.662338 |
25823cf4efeef67908d76a5e4cd2b68732234538 | 383 | asm | Assembly | pcl/edsger_lib/math/atan.asm | johnp41/Compiler-Uni | 4f653180d4f3f98316b15e566e57443041ef6faa | [
"MIT"
] | null | null | null | pcl/edsger_lib/math/atan.asm | johnp41/Compiler-Uni | 4f653180d4f3f98316b15e566e57443041ef6faa | [
"MIT"
] | null | null | null | pcl/edsger_lib/math/atan.asm | johnp41/Compiler-Uni | 4f653180d4f3f98316b15e566e57443041ef6faa | [
"MIT"
] | null | null | null | ; double atan (double d);
; -----------------------
; This function returns the arc tangent of a real number.
; KNOWN BUGS !!!
; 1. Does not handle exceptions.
section .code
global _atan
_atan push rbp
mov rbp, rsp
fld tword [rbp+16]
... | 19.15 | 58 | 0.443864 |
a6c9af5979a95a51adf12d49639ec47b9f929415 | 649 | asm | Assembly | data/mapObjects/celadonmart2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/celadonmart2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/celadonmart2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | CeladonMart2Object:
db $f ; border block
db $3 ; warps
db $1, $c, $4, CELADON_MART_1
db $1, $10, $1, CELADON_MART_3
db $1, $1, $0, CELADON_MART_ELEVATOR
db $1 ; signs
db $1, $e, $5 ; CeladonMart2Text5
db $4 ; objects
object SPRITE_MART_GUY, $5, $3, STAY, DOWN, $1 ; person
object SPRITE_MART_GUY, $6, $3, ST... | 29.5 | 64 | 0.688752 |
ccf879fa2beff5a5e4fd3dc4957cc0e01e485b28 | 1,145 | asm | Assembly | data/compressed_files_index.asm | artrag/voicenc_scc | da1f60fed9a8357a6fb1f905fd7dd15036645656 | [
"BSD-2-Clause"
] | 4 | 2021-02-12T19:22:31.000Z | 2021-12-23T22:48:14.000Z | data/compressed_files_index.asm | artrag/voicenc_scc | da1f60fed9a8357a6fb1f905fd7dd15036645656 | [
"BSD-2-Clause"
] | null | null | null | data/compressed_files_index.asm | artrag/voicenc_scc | da1f60fed9a8357a6fb1f905fd7dd15036645656 | [
"BSD-2-Clause"
] | null | null | null | ; Game_Over.wav
db :sample1+sample1/0x2000-3
dw 0x6000+(sample1 & 0x1FFF)
; Land_now.wav
db :sample2+sample2/0x2000-3
dw 0x6000+(sample2 & 0x1FFF)
; Level_Start.wav
db :sample3+sample3/0x2000-3
dw 0x6000+(sample3 & 0x1FFF)
; Level_up.wav
db :sample4+sample4/0x2000-3
dw 0x... | 27.261905 | 34 | 0.653275 |
ce3dbdab2d485aed7fe1bd6075fe297c952ba056 | 707 | asm | Assembly | oeis/093/A093356.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/093/A093356.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/093/A093356.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A093356: Number of occurrences of pattern 1-2 after n iterations of morphism A007413.
; Submitted by Jamie Morken(s1)
; 3,8,28,104,400,1568,6208,24704,98560,393728,1573888,6293504,25169920,100671488,402669568,1610645504,6442516480,25769934848,103079477248,412317384704,1649268490240,6597071863808,26388283260928,105553... | 47.133333 | 490 | 0.842999 |
4aaeb83bf906d0a1f33a2f5e7913d83b210b7898 | 575 | asm | Assembly | oeis/159/A159634.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159634.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159634.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159634: Coefficient for dimensions of spaces of modular & cusp forms of weight k/2, level 4*n and trivial character, where k>=5 is odd.
; Submitted by Jon Maiga
; 1,2,4,4,6,8,8,8,12,12,12,16,14,16,24,16,18,24,20,24,32,24,24,32,30,28,36,32,30,48,32,32,48,36,48,48,38,40,56,48,42,64,44,48,72,48,48,64,56,60,72,56,54,72,... | 63.888889 | 307 | 0.681739 |
b2888f6a13c3be3039373bb0caf3a48782574216 | 1,007 | asm | Assembly | 5e03.asm | sqph/td-micl | fbd130a6a741a38945c80bd8a1c2cfa7105754bd | [
"Unlicense"
] | null | null | null | 5e03.asm | sqph/td-micl | fbd130a6a741a38945c80bd8a1c2cfa7105754bd | [
"Unlicense"
] | null | null | null | 5e03.asm | sqph/td-micl | fbd130a6a741a38945c80bd8a1c2cfa7105754bd | [
"Unlicense"
] | null | null | null | ; 5e03.asm
global main
section .rodata
chpair DB `pair\n`
chpairlg DD $ - chpair
chimpair DB `impair\n`
chimpairlg DD $ - chimpair
section .text
main:
mov edx, 23
bt edx, 0
jc _impair
;pair
mov eax, 4 ; numéro de service: 4 (write)
mov ebx, 1 ; desc... | 28.771429 | 92 | 0.551142 |
3a3f80c1b3325ec0747b1cf7a340c71b8c97fa69 | 611 | asm | Assembly | dv3/qpc/hd/ckwp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qpc/hd/ckwp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qpc/hd/ckwp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; DV3 QPC Hard Disk Check Write Protect V3.00 1993 Tony Tebby
section dv3
xdef hd_ckwp
include 'dev8_dv3_keys'
include 'dev8_dv3_hd_keys'
include 'dev8_smsq_qpc_keys'
;+++
; Check write protect, density: does dothing
;
;
; a3 c p pointer to linkage block
; a4 c p pointer to drive definition
;
; all regis... | 16.972222 | 65 | 0.707038 |
ab937cf1eb8f2ca6a514686b1f9b50b7ed421b73 | 741 | asm | Assembly | oeis/027/A027975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/027/A027975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/027/A027975.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A027975: a(n) is the n-th diagonal sum of left justified array T given by A027960.
; Submitted by Christian Krause
; 1,1,4,5,8,12,16,23,31,42,57,76,102,136,181,241,320,425,564,748,992,1315,1743,2310,3061,4056,5374,7120,9433,12497,16556,21933,29056,38492,50992,67551,89487,118546,157041,208036,275590,365080,483629,6406... | 41.166667 | 493 | 0.766532 |
d488ed8e4d9a5bf576607c2433f67660267994b3 | 648 | asm | Assembly | oeis/206/A206565.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/206/A206565.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/206/A206565.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A206565: Expansion of 1/(1 - 37*x + x^2).
; Submitted by Jamie Morken(s3)
; 1,37,1368,50579,1870055,69141456,2556363817,94516319773,3494547467784,129203739988235,4777043832096911,176621418047597472,6530215423929009553,241441349267325755989,8926799707467123962040,330050147827016260839491,12202928669892134527099127,451... | 43.2 | 470 | 0.83642 |
3e74c47b282e0127ec8962808029c85c15170619 | 381 | asm | Assembly | Kernel/asm/exceptions.asm | sebasfavaron/basic-linux-operating-system | 638b481bf6a669cf4425eae0534193c5ea5aebfd | [
"BSD-3-Clause"
] | 1 | 2020-07-01T15:19:49.000Z | 2020-07-01T15:19:49.000Z | Kernel/asm/exceptions.asm | sebasfavaron/basic-linux-os | 638b481bf6a669cf4425eae0534193c5ea5aebfd | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/exceptions.asm | sebasfavaron/basic-linux-os | 638b481bf6a669cf4425eae0534193c5ea5aebfd | [
"BSD-3-Clause"
] | null | null | null | GLOBAL exception0Handler
GLOBAL exception4Handler
GLOBAL exception6Handler
%include "./asm/macros.m"
EXTERN exceptionDispatcher
EXTERN printRegisters
EXTERN sysExit
section .text
exception0Handler:
exceptionHandler 0
exception4Handler:
exceptionHandler 4
exception6Handler:
exceptionHandler... | 14.111111 | 27 | 0.771654 |
514380f70e18dd6e1f8cc8da22894f6f8c1c60d9 | 825 | asm | Assembly | data/pokemon/base_stats/heatran.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/heatran.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/heatran.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 91, 90, 106, 77, 130, 106
; hp atk def spd sat sdf
db FIRE, STEEL ; type
db 3 ; catch rate
db 255 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 10 ; step cycles to hatch
INCBIN "gfx/pokemon/heatran/front.dimensions"
db GROWTH_SLOW ; growth... | 41.25 | 416 | 0.747879 |
e67e8a196870f3f89d88b10eb57a7622eb3e4482 | 809 | asm | Assembly | oeis/153/A153596.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/153/A153596.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/153/A153596.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A153596: a(n) = ((5 + sqrt(3))^n - (5 - sqrt(3))^n)/(2*sqrt(3)).
; Submitted by Jamie Morken(s4)
; 1,10,78,560,3884,26520,179752,1214080,8186256,55152800,371430368,2500942080,16837952704,113358801280,763153053312,5137636904960,34587001876736,232842006858240,1567506027294208,10552536122060800,71040228620135424,4782464... | 32.36 | 497 | 0.757726 |
a042a0a17b14f17dcf65f702cd834ae586f8d339 | 520 | asm | Assembly | clib64.asm | VeroFess/X64SystemCall | f70ae1de40711362fd8ce23212fdc0594c50bd74 | [
"MIT"
] | 46 | 2021-02-01T02:38:19.000Z | 2022-03-14T13:47:02.000Z | clib64.asm | VeroFess/X64SystemCall | f70ae1de40711362fd8ce23212fdc0594c50bd74 | [
"MIT"
] | 1 | 2021-11-03T12:13:27.000Z | 2021-11-04T02:38:06.000Z | clib64.asm | VeroFess/X64SystemCall | f70ae1de40711362fd8ce23212fdc0594c50bd74 | [
"MIT"
] | 12 | 2021-02-01T02:32:06.000Z | 2021-12-09T10:03:02.000Z | .code
memset proc
xor rax, rax
memset_loop:
cmp rax, r8
je memset_end
mov [rcx + rax], dl
inc rax
jmp memset_loop
memset_end:
mov rax, rcx
ret
memset endp
memcpy proc
push r9
xor rax, rax
memcpy_loop:
cmp rax, r8
... | 16.25 | 28 | 0.490385 |
5aa85600abf626f3fcbc2d9af8b44c2df01c8511 | 256 | asm | Assembly | programs/oeis/010/A010702.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010702.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010702.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010702: Period 2: repeat (3,4).
; 3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4
mod $0,2
add $0,3
| 42.666667 | 201 | 0.515625 |
6ff8da5db152e70d5823f89216bd9c326d489f9c | 4,189 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1386.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_0xca_notsx.log_21829_1386.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_0xca_notsx.log_21829_1386.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:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r15
push %r9
push %rcx
push %rdi
push %rdx
// Store
lea addresses_PSE+0x15d40, %r9
nop
nop
nop
nop
cmp %r10, %r10
movl $0x51525354, (%r9)
mfence
// Store
lea addresses_WT+0x19340, %rdx
nop
nop
sub $394... | 59.842857 | 2,999 | 0.660301 |
6ae40aa9d621b5d3ef5d790cb826592c61fdaa0a | 388 | asm | Assembly | oeis/081/A081077.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/081/A081077.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/081/A081077.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A081077: a(n) = Lucas(4*n+2) + 3, or Lucas(2*n)*Lucas(2*n+2).
; Submitted by Jamie Morken(s1)
; 6,21,126,846,5781,39606,271446,1860501,12752046,87403806,599074581,4106118246,28143753126,192900153621,1322157322206,9062201101806,62113250390421,425730551631126,2918000611027446,20000273725560981
mov $2,1
lpb $0
sub $0... | 25.866667 | 198 | 0.729381 |
a40070bed2a90da2499724e06f8804e0532f786b | 24,682 | asm | Assembly | source/mmx_gcc.asm | thaflo/Becasso | 9a1411913ee46f4dfa5116def50ebc41495dad28 | [
"MIT"
] | 2 | 2020-10-05T14:18:09.000Z | 2021-08-05T02:56:43.000Z | source/mmx_gcc.asm | thaflo/Becasso | 9a1411913ee46f4dfa5116def50ebc41495dad28 | [
"MIT"
] | 26 | 2017-01-10T19:54:10.000Z | 2020-12-17T07:28:57.000Z | source/mmx_gcc.asm | thaflo/Becasso | 9a1411913ee46f4dfa5116def50ebc41495dad28 | [
"MIT"
] | 5 | 2017-12-14T18:46:08.000Z | 2020-12-13T18:22:34.000Z | ; mmx_gcc.asm - assemble with NAsm.
; By Sander
BITS 32
GLOBAL mmx_available
GLOBAL mmx_alpha_blend_diff
GLOBAL mmx_alpha_blend_nodiff
GLOBAL mmx_alpha_blend_diff_ga
GLOBAL mmx_alpha_blend_nodiff_ga
GLOBAL mmx_scale_32_h
GLOBAL mmx_scale_32_v
GLOBAL m__gcd
SECTION .data
zero64: times 8 db... | 27.984127 | 73 | 0.599587 |
57bf7a1e18e0150a19e4263ee4e6700a4d2a73c1 | 1,617 | asm | Assembly | maps/AssistantHouse1F.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | maps/AssistantHouse1F.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | maps/AssistantHouse1F.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | object_const_def ; object_event constants
AssistantHouse1F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
AssistantHouse1F_GrandpaScript:
faceplayer
jumptext .RowanBackText
.RowanBackText:
text "Ah, so that ROWAN"
line "fellow is back?"
para "He's quite the"
line "remarkable man."
para "He's been stu... | 18.375 | 142 | 0.709338 |
229fb5c54ee92f6057c2a872aed5d7edda5a3d01 | 444 | asm | Assembly | src/assembler/programs/io.asm | hughcoleman/subleq | 659f9f93abc2bb3f2b6246e0154dabb2e70ec683 | [
"MIT"
] | 1 | 2021-12-13T12:35:57.000Z | 2021-12-13T12:35:57.000Z | src/assembler/programs/io.asm | hughcoleman/subleq | 659f9f93abc2bb3f2b6246e0154dabb2e70ec683 | [
"MIT"
] | null | null | null | src/assembler/programs/io.asm | hughcoleman/subleq | 659f9f93abc2bb3f2b6246e0154dabb2e70ec683 | [
"MIT"
] | 1 | 2021-12-13T12:36:01.000Z | 2021-12-13T12:36:01.000Z | ;------------------------------------------------------------------------------
; io.asm
; A demonstration of the I/O statement offered by the SUBLEQ assembler
;------------------------------------------------------------------------------
#set ENTRY=main
m: int 32
main:
out m ; print the value at ... | 31.714286 | 79 | 0.362613 |
2f02315b795ef5df2dd1392e18546f41ca1e4601 | 395 | asm | Assembly | oeis/075/A075302.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/075/A075302.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/075/A075302.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A075302: Transpose of array A075300.
; Submitted by Jon Maiga
; 0,2,1,4,5,3,6,9,11,7,8,13,19,23,15,10,17,27,39,47,31,12,21,35,55,79,95,63,14,25,43,71,111,159,191,127,16,29,51,87,143,223,319,383,255,18,33,59,103,175,287,447,639,767,511,20,37,67,119,207,351,575,895,1279
lpb $0
add $1,1
sub $0,$1
lpe
sub $1,$0
mul ... | 20.789474 | 206 | 0.643038 |
c85699a99c1d0e1edf0a002f8144cfbe75e6577e | 74 | asm | Assembly | src/main/fragment/mos6502-common/pwsc1_derefidx_vbuxx_gt_vwsc2_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/pwsc1_derefidx_vbuxx_gt_vwsc2_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/pwsc1_derefidx_vbuxx_gt_vwsc2_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda #<{c2}
cmp {c1},x
lda #>{c2}
sbc {c1}+1,x
bvc !+
eor #$80
!:
bmi {la1} | 9.25 | 12 | 0.5 |
6a1b50f2cd7a3f795541c2239c19b776338fdd19 | 1,246 | asm | Assembly | src/DetectCRTC.asm | gschizas/amstrad-diagnostics | 9eeab20d8042977500e93cd138062f7ae3d42939 | [
"MIT"
] | 60 | 2021-02-21T16:16:40.000Z | 2022-02-28T09:15:08.000Z | src/DetectCRTC.asm | gschizas/amstrad-diagnostics | 9eeab20d8042977500e93cd138062f7ae3d42939 | [
"MIT"
] | null | null | null | src/DetectCRTC.asm | gschizas/amstrad-diagnostics | 9eeab20d8042977500e93cd138062f7ae3d42939 | [
"MIT"
] | 10 | 2021-02-27T19:02:15.000Z | 2022-03-06T16:53:09.000Z |
;; By Rhino http://www.cpcwiki.eu/forum/programming/crtc-type-detection-code/
; Detect CRTC type
; Output
; a = CRTC type (0,1,2,3,4)
GetCRTCType:
ld bc,#bc0c ; select reg 12 (R/W)
out (c),c
ld bc,#bd00+%0110100 ; write a value
out (c),c
; call wVb
ld b,#f5 ... | 14.488372 | 77 | 0.429374 |
d573a17f45b6e93d262a2a86dd269e17ed512398 | 29,877 | asm | Assembly | demo-raycaster/DixVeauxMongoles.asm_player_framework.asm | Javanaise/vcs-demo-raycaster | 952618041ec1038fc86f830d7f29b910e989714b | [
"MIT"
] | 5 | 2018-11-06T07:34:11.000Z | 2022-01-14T02:56:56.000Z | demo-raycaster/DixVeauxMongoles.asm_player_framework.asm | Javanaise/vcs-demo-raycaster | 952618041ec1038fc86f830d7f29b910e989714b | [
"MIT"
] | null | null | null | demo-raycaster/DixVeauxMongoles.asm_player_framework.asm | Javanaise/vcs-demo-raycaster | 952618041ec1038fc86f830d7f29b910e989714b | [
"MIT"
] | null | null | null | ; TIATracker music player
; Copyright 2016 Andre "Kylearan" Wichmann
; Website: https://bitbucket.org/kylearan/tiatracker
; Email: andre.wichmann@gmx.de
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the L... | 24.918265 | 149 | 0.523379 |
2f256764f100dc808bdd3336b00d21ef44f58fa2 | 549 | asm | Assembly | programs/oeis/064/A064485.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/064/A064485.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/064/A064485.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A064485: Number of ordered pairs a,b of elements in the dihedral group D_2n such that the subgroup generated by the pair a,b is a proper subgroup of D_2n.
; 1,10,18,40,40,108,70,160,162,280,154,432,208,532,540,640,340,972,418,1120,1008,1276,598,1728,1000,1768,1458,2128,928,2880,1054,2560,2376,2992,2380,3888,1480,3724... | 28.894737 | 213 | 0.704918 |
1933f3674076fd7a2d02f0b6784fe277c843b022 | 735 | asm | Assembly | oeis/156/A156928.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156928.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156928.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156928: G.f. of the z^1 coefficients of the FP1 in the second column of the A156921 matrix.
; Submitted by Jon Maiga
; 1,7,28,86,227,545,1230,2664,5613,11611,23728,48106,97031,195077,391394,784284,1570353,3142815,6288100,12579070,25161451,50326697,100657718,201320336,402646197,805298595,1610604120,3221215954,6442440... | 43.235294 | 493 | 0.802721 |
20d241a746dc478f3598e023a8043081bb7b53e7 | 695 | asm | Assembly | oeis/021/A021684.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021684.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021684.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021684: Expansion of 1/((1-x)(1-3x)(1-9x)(1-10x)).
; Submitted by Jon Maiga
; 1,23,360,4810,59111,690573,7801990,86089520,933531621,9989073523,105774639620,1110701801430,11583617458531,120125571974873,1239860303429250,12746044308940540,130587414625807841,1334016890279410623,13593453599567226880,138214098268373746850... | 38.611111 | 484 | 0.815827 |
9d7f73a2a3d84b8187030dc20a3213c8230e8fc0 | 905 | asm | Assembly | oeis/167/A167329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/167/A167329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/167/A167329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A167329: Totally multiplicative sequence with a(p) = 10*(p+3) for prime p.
; Submitted by Jon Maiga
; 1,50,60,2500,80,3000,100,125000,3600,4000,140,150000,160,5000,4800,6250000,200,180000,220,200000,6000,7000,260,7500000,6400,8000,216000,250000,320,240000,340,312500000,8400,10000,8000,9000000,400,11000,9600,10000000,... | 28.28125 | 495 | 0.677348 |
72d27320a1d4473567117fbbcdfd8002dfd343a9 | 1,477 | asm | Assembly | programs/oeis/192/A192969.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/192/A192969.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/192/A192969.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A192969: Constant term of the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments.
; 1,2,6,12,23,41,71,120,200,330,541,883,1437,2334,3786,6136,9939,16093,26051,42164,68236,110422,178681,289127,467833,756986,1224846,1981860,3206735,5188625,8395391,13584048,21979472,35563554,57543061,93106651,150649749... | 246.166667 | 1,250 | 0.888287 |
a40c79731aa7b5c618022175bc22939caa49a93e | 549 | asm | Assembly | programs/oeis/154/A154571.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/154/A154571.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/154/A154571.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A154571: Numbers that are congruent to {0, 3, 4, 5, 7, 8} mod 12.
; 0,3,4,5,7,8,12,15,16,17,19,20,24,27,28,29,31,32,36,39,40,41,43,44,48,51,52,53,55,56,60,63,64,65,67,68,72,75,76,77,79,80,84,87,88,89,91,92,96,99,100,101,103,104,108,111,112,113,115,116,120,123,124,125,127,128,132,135,136,137,139,140,144,147,148,149,15... | 30.5 | 345 | 0.644809 |
717c580369385c201087dd9a9e68b8063a391ca2 | 4,800 | asm | Assembly | nasmfunc.asm | TakumiHANAUE/os30days | e9d047f3feab1020c2f3568e1db7f5c6d0cff493 | [
"MIT"
] | null | null | null | nasmfunc.asm | TakumiHANAUE/os30days | e9d047f3feab1020c2f3568e1db7f5c6d0cff493 | [
"MIT"
] | null | null | null | nasmfunc.asm | TakumiHANAUE/os30days | e9d047f3feab1020c2f3568e1db7f5c6d0cff493 | [
"MIT"
] | null | null | null | ; nasmfunc
; TAB=4
BITS 32 ; 32ビットモード用の機械語を作らせる
; オブジェクトファイルのための情報
; このプログラムに含まれる関数名
GLOBAL io_hlt, io_cli, io_sti, io_stihlt
GLOBAL io_in8, io_in16, io_in32
GLOBAL io_out8, io_out16, io_out32
GLOBAL io_load_eflags, io_store_eflags
GLOBAL load_gdtr, load_idtr
GLOBAL ... | 23.414634 | 104 | 0.461875 |
3b2a911aeb59949f283a2ff04a86897440b135e7 | 243 | asm | Assembly | example/game/declarations/index.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | example/game/declarations/index.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | 2 | 2021-04-17T09:31:24.000Z | 2021-04-17T09:31:53.000Z | example/game/declarations/index.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | .equ EXAMPLE_GAME_CONSTANT = 0
example_game_state: .byte 1
.undef game_general_purpose_high_a
.def game_frame_counter = r19
.undef game_general_purpose_high_b
.def game_color = r20
.undef game_general_purpose_high_c
.def game_sample = r21
| 18.692308 | 34 | 0.82716 |
49410f3a68985a6c36f131c43ed2b7a6d61ae6fc | 1,158 | asm | Assembly | myFirstHello/eatatjoes/eatatjoes.asm | ryanlockman333/UCDenver_School_Projects | ea69b8ffb8056aef6ecc017db86191a4edfcddd0 | [
"FSFAP"
] | null | null | null | myFirstHello/eatatjoes/eatatjoes.asm | ryanlockman333/UCDenver_School_Projects | ea69b8ffb8056aef6ecc017db86191a4edfcddd0 | [
"FSFAP"
] | null | null | null | myFirstHello/eatatjoes/eatatjoes.asm | ryanlockman333/UCDenver_School_Projects | ea69b8ffb8056aef6ecc017db86191a4edfcddd0 | [
"FSFAP"
] | null | null | null | section .data
EatMsg: db 10, "Hello World from ShellCode", 10, 10
EatLen: equ $-EatMsg
section .text
global _start
_start:
nop ; nop sled 0_,
nop ; weee -------
nop ; weee ---------
nop ; weee ---... | 31.297297 | 72 | 0.439551 |
fcf6a2c8e57ff1b0edabaa9aeae032242323f0c3 | 586 | asm | Assembly | programs/oeis/256/A256702.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/256/A256702.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/256/A256702.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A256702: Nonpositive part of the minimal alternating binary representation of n (defined at A256696).
; 0,0,1,0,4,2,1,0,8,8,9,4,4,2,1,0,16,16,17,16,20,18,17,8,8,8,9,4,4,2,1,0,32,32,33,32,36,34,33,32,40,40,41,36,36,34,33,16,16,16,17,16,20,18,17,8,8,8,9,4,4,2,1,0,64,64,65,64,68,66,65,64,72,72,73,68,68,66,65,64,80,80,81... | 41.857143 | 267 | 0.656997 |
8f6305ba86905dbbc559b796de7a083c5dfb7e87 | 40,022 | asm | Assembly | Computer-architecture-and-organization/Activity-M2/IsraelEfraim_JoseZancanaro.asm | JoseZancanaro/CienciaDaComputacao | 0e08d9a3fd17cba38ef9d09f38026e9417b5536a | [
"MIT"
] | null | null | null | Computer-architecture-and-organization/Activity-M2/IsraelEfraim_JoseZancanaro.asm | JoseZancanaro/CienciaDaComputacao | 0e08d9a3fd17cba38ef9d09f38026e9417b5536a | [
"MIT"
] | 1 | 2022-02-13T22:22:59.000Z | 2022-02-13T22:22:59.000Z | Computer-architecture-and-organization/Activity-M2/IsraelEfraim_JoseZancanaro.asm | JoseZancanaro/CienciaDaComputacao | 0e08d9a3fd17cba38ef9d09f38026e9417b5536a | [
"MIT"
] | null | null | null | # Disciplina: 4189 – Arquitetura e Organização de Computadores
# Atividade: Avaliação 03–Programação de procedimentos
# Grupo: - Israel Efraim de Oliveira
# - José Carlos Zancanaro
.data
# TAMANHO MÍNIMO E MÁXIMO
TAMANHO_MINIMO : .word 2
TAMANHO_MAXIMO : .word 6
TAMANHO_REAL : .word 0
# OPCAO DE ORD... | 33.688552 | 171 | 0.608315 |
acbad39ed76be825d7f850bd3cfe413208d5b379 | 422 | asm | Assembly | oeis/097/A097708.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/097/A097708.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/097/A097708.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A097708: Sum of prime length repunits; sum_k=1..n (r(p(k))), where r()= A002275 and p(k) is the k-th prime.
; Submitted by Jon Maiga
; 0,11,122,11233,1122344,11112233455,1122223344566,11112233334455677,1122223344445566788,11112233334455556677899,11111122223344445566667789010,1122222233334455556677778900121
lpb $0
... | 32.461538 | 174 | 0.741706 |
97ca4e2de6ab24d2d09369f525126b0bd89c06cb | 1,078 | asm | Assembly | oeis/080/A080639.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/080/A080639.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/080/A080639.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A080639: a(1) = 1; for n>1, a(n) is taken to be the smallest integer greater than a(n-1) which is consistent with the condition "for n>1, n is a member of the sequence if and only if a(n) is even".
; Submitted by Jon Maiga
; 1,2,5,7,8,9,10,12,14,16,17,18,19,20,21,22,24,26,28,30,32,34,35,36,37,38,39,40,41,42,43,44,45,... | 24.5 | 208 | 0.575139 |
0a2c86ab61a9ab9df402c72a4b94225e9e1f5e21 | 4,250 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/math/atan2l.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/math/atan2l.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/math/atan2l.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;[]-----------------------------------------------------------------[]
;| ATAN2L.ASM -- trigonometric function |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1991, 2000 by Inprise Corporation... | 27.777778 | 85 | 0.441412 |
ed54cf2408fd98ea39f36adcc5b9b713396ff2c1 | 331 | asm | Assembly | programs/oeis/133/A133252.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/133/A133252.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/133/A133252.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A133252: Partial sums of A006000.
; 1,5,17,45,100,196,350,582,915,1375,1991,2795,3822,5110,6700,8636,10965,13737,17005,20825,25256,30360,36202,42850,50375,58851,68355,78967,90770,103850,118296,134200,151657,170765,191625,214341,239020,265772
add $0,2
mov $3,1
lpb $0
sub $0,1
add $1,$2
add $2,$3
add $3,$0
lpe... | 25.461538 | 207 | 0.716012 |
35972a469638e6f317acf1b2507b906b78dfb5da | 5,682 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_271.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_271.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_271.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 %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x111e5, %r12
nop
xor $63523, %r14
mov $0x6162636465666768, %r15
movq %r15, %xmm3
movups %xmm3, (%r12)
nop
nop
add $15229, %rbp
lea addresses_D_ht+0x8659, %r8
nop
cmp %rsi, %rsi... | 43.045455 | 2,999 | 0.660683 |
bd6cc982892375dba539afd37f40afc1c77a422c | 5,370 | asm | Assembly | runtime/sources/arm/aeabi_uldivmod.asm | wdv4758h/Yeppp- | deeca59a88bc2b014be802fd575757f7c26c180e | [
"BSD-3-Clause"
] | 30 | 2015-09-18T00:52:22.000Z | 2021-11-03T17:44:30.000Z | runtime/sources/arm/aeabi_uldivmod.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 1 | 2017-02-09T04:53:29.000Z | 2017-02-09T04:53:29.000Z | runtime/sources/arm/aeabi_uldivmod.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 6 | 2017-02-09T03:05:32.000Z | 2022-03-17T06:50:19.000Z | //===-- aeabi_uldivmod.S - EABI uldivmod implementation -------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | 40.074627 | 82 | 0.658659 |
7a5cda2f7f1d7af351052a5f0abd2c87305d25bf | 474 | asm | Assembly | oeis/308/A308741.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/308/A308741.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/308/A308741.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A308741: Decimal expansion of BesselI(1/4,1/2)/BesselI(-3/4,1/2).
; Submitted by Jon Maiga
; 8,3,6,3,3,8,5,3,1,2,0,1,2,9,6,6,0,0,7,6,3,6,7,2,7,9,9,1,1,7,4,6,7,8,2,9,4,3,5,8,5,0,2,9,8,9,5,4,6,6,1,6,1,3,1,7,8,1,1,6,6,3,3,2,1,6,6,4,7,5,3,5,3,9,3,5,8,5,4,2,4,6,2,9,7,5,3,4,3,0,2,4,2,0,4,9,3,9,5,6
add $0,1
mov $2,5
mov $3... | 20.608696 | 201 | 0.537975 |
d0d4ba03fb16b2c09a53dcbbec543efa00a5bf79 | 5,903 | asm | Assembly | src/disk.asm | edwardatki/eDOS | 44c1eb7bc720a5e611454aee385191fcfcb088a9 | [
"MIT"
] | 1 | 2017-02-13T21:28:01.000Z | 2017-02-13T21:28:01.000Z | src/disk.asm | edwardatki/eDOS | 44c1eb7bc720a5e611454aee385191fcfcb088a9 | [
"MIT"
] | 2 | 2017-02-09T21:23:44.000Z | 2017-05-11T19:05:52.000Z | src/disk.asm | edwardatki/eDOS | 44c1eb7bc720a5e611454aee385191fcfcb088a9 | [
"MIT"
] | null | null | null | ;+---------------------------------+
;| ROUTINES - Disk |
;+---------------------------------+
[bits 16]
; TODO:
; Add repeats to ReadSectors // Problematic because can't use CX to loop because it is needed for INT 0x13
; Increase max file size // Not needed at the moment
; FAT16 // FAT12 is ... | 21.944238 | 107 | 0.556836 |
c4b641149ab603cd366368ce24e48729364f890c | 543 | asm | Assembly | oeis/016/A016992.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016992.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016992.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016992: a(n) = (7*n)^12.
; 0,13841287201,56693912375296,7355827511386641,232218265089212416,3379220508056640625,30129469486639681536,191581231380566414401,951166013805414055936,3909188328478827879681,13841287201000000000000,43439888521963583647921,123410307017276135571456,322475487413604782665681,7847167237348000333... | 90.5 | 484 | 0.911602 |
2129b497352bf11482d8f63bc1eb5af38a38296c | 706 | asm | Assembly | oeis/015/A015193.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015193.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015193.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015193: Sum of (Gaussian) q-binomial coefficients for q=-24.
; Submitted by Christian Krause
; 1,2,-21,1108,292541,368191782,-2328657896561,70357887594958328,10680463616952822186081,7744687942631607006277071562,-28215713826988856526068441288465101,491039343653190447669922115080524942235548,42935320653661155782838521... | 35.3 | 457 | 0.824363 |
ed4edcdb40d37f4d640af61bf38a3616fef0e5eb | 5,163 | asm | Assembly | tp/libs/asmlib/strcmp64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | tp/libs/asmlib/strcmp64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | tp/libs/asmlib/strcmp64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | %include "defs.asm"
;************************* strcmp64.asm ************************************
; Author: Agner Fog
; Date created: 2011-07-14
; Last modified: 2012-07-07
; Description:
; Faster version of the standard strcmp function:
; int A_strcmp(const char * s1, const char * s2);
; Te... | 31.290909 | 104 | 0.593647 |
9db74f2413ca7dc6f11addab95e428d3bce8f3a7 | 7,441 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_st_un_/i9-9900K_12_0xa0_notsx.log_21829_1724.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_un_/i9-9900K_12_0xa0_notsx.log_21829_1724.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_un_/i9-9900K_12_0xa0_notsx.log_21829_1724.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 %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xe055, %rdx
nop
nop
sub $18499, %rdi
movl $0x61626364, (%rdx)
nop
sub $42055, %r15
lea addresses_A_ht+0x13b79, %r8
nop
nop
xor %r12, %r12
mov $0x6162636465666768, %r... | 34.133028 | 2,999 | 0.657707 |
4885b9a3313f5ae7e34a9537aeb9ecb6ffca89ce | 211 | asm | Assembly | sw/552tests/inst_tests/st_9.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/inst_tests/st_9.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/inst_tests/st_9.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // Original test: ./ullmer/hw4/problem6/st_5.asm
// Author: ullmer
// Test source code follows
//test where reg offset is negative
//immediate (mem address = 0x0000)
lbi r0, -15
lbi r1, -1
st r1, r0, 15
halt
| 17.583333 | 48 | 0.696682 |
48be546afe66c1fa9a7a096936fcca6e297ccea7 | 13,262 | asm | Assembly | Library/Chart/Axis/axisCategory.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Chart/Axis/axisCategory.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Chart/Axis/axisCategory.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: axisCategory.asm
AUTHOR: Chris Boyke
METHODS:
Name Description
---- -----------
FUNCTIONS:
Scope Name Description
----- ---- ----... | 21.564228 | 78 | 0.5935 |
b64c4e0af4983a82fb16b34b79283d343af453b5 | 442 | asm | Assembly | programs/oeis/338/A338199.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/338/A338199.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/338/A338199.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A338199: a(n) = v(1 + F(4*n - 3)), where F(x) = (3*x + 1)/2^v(3*x + 1), x is any odd natural number, and v(y) is the 2-adic valuation of y.
; 1,1,3,1,1,1,2,2,1,3,5,1,1,1,2,3,1,1,3,1,1,1,2,2,1,2,4,1,1,2,2,4,1,1,3,1,1,3,2,2,1,5,7,1,1,1,2,3,1,1,3,1,1,1,2,2,1,2,4,1,1,3,2,5,1,1,3,1,1,1,2,2,1
mul $0,3
seq $0,265 ; Remove ... | 55.25 | 147 | 0.570136 |
e8f9ad4e24a5eb0dab9399081a1ded91e881482d | 557 | asm | Assembly | oeis/017/A017397.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017397.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017397.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017397: a(n) = (11*n)^9.
; 0,2357947691,1207269217792,46411484401953,618121839509504,4605366583984375,23762680013799936,95151694449171437,316478381828866048,913517247483640899,2357947691000000000,5559917313492231481,12166492167065567232,25004854810776297743,48717667557975775744,90647430472564453125,16203693149637941... | 92.833333 | 500 | 0.906643 |
3398233163fc2e23c4706c661c255a31be91b3f0 | 32,128 | asm | Assembly | target/cos_117/disasm/iop_overlay1/PATCH.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/PATCH.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/PATCH.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x1018- f:00010 d: 24 | A = 24 (0x0018)
0x0001 (0x000002) 0x2931- f:00024 d: 305 | OR[305] = A
0x0002 (0x000004) 0x1020- f:00010 d: 32 | A = 32 (0x0020)
0x0003 (0x000006) 0x2932- f:00024 d: 306 | OR[306] = A
... | 80.521303 | 127 | 0.466198 |
de6a1df16cdbf4a8877693ce494b2a3d89d533b4 | 299 | asm | Assembly | programs/oeis/131/A131718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/131/A131718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/131/A131718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A131718: Period 6: repeat [1, 1, 2, 1, 2, 1].
; 1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,2
mov $1,$0
mod $0,3
pow $1,$0
gcd $1,2
| 37.375 | 211 | 0.505017 |
ee586e59300c14fd6e9ad0eca0e8a136880148f6 | 4,599 | asm | Assembly | COMP 3350 - Assembly & Comp Org/lab6/Win32Asm/Win32Asm/main.asm | Skyfox64/auburn-csse | 7343c7cc4567c751f3c7d298c78b8cc85d25d6dd | [
"MIT"
] | 1 | 2020-12-10T00:50:08.000Z | 2020-12-10T00:50:08.000Z | COMP 3350 - Assembly & Comp Org/lab6/Win32Asm/Win32Asm/main.asm | Skyfox64/auburn-csse | 7343c7cc4567c751f3c7d298c78b8cc85d25d6dd | [
"MIT"
] | null | null | null | COMP 3350 - Assembly & Comp Org/lab6/Win32Asm/Win32Asm/main.asm | Skyfox64/auburn-csse | 7343c7cc4567c751f3c7d298c78b8cc85d25d6dd | [
"MIT"
] | null | null | null | ;
; John Carroll
;
; Answers to Lab Questions:
; 1. It is a lowercase i, for information, in a blue circle
; 2. MB_ICONASTERISK
; MB_ICONINFORMATION
; 3. DispatchMessage: Dispatches a message to a window procedure.
; It is typically used to dispatch a message retrieved by the GetMessage function.
; 4. stdcall: T... | 17.289474 | 93 | 0.747554 |
e188789d5f43af694024ecae772dd8de0da10e94 | 322 | asm | Assembly | programs/oeis/155/A155640.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/155/A155640.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/155/A155640.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A155640: 7^n-5^n+1^n
; 1,3,25,219,1777,13683,102025,745419,5374177,38400483,272709625,1928498619,13597146577,95668307283,672119557225,4717043931819,33080342678977,231867574534083,1624598900644825,11379821699045019
mov $1,7
mov $2,5
pow $2,$0
mov $3,$0
trn $0,$2
add $0,$2
pow $1,$3
sub $1,$0
div $1,2
mul $1,2
add $1,... | 21.466667 | 192 | 0.742236 |
fec490877ebedec4c0ee92ea465f3bb1a028a0f0 | 328 | asm | Assembly | programs/oeis/096/A096943.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/096/A096943.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/096/A096943.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A096943: Sixth column of (1,5)-Pascal triangle A096940.
; 5,26,81,196,406,756,1302,2112,3267,4862,7007,9828,13468,18088,23868,31008,39729,50274,62909,77924,95634,116380,140530,168480,200655,237510,279531,327236,381176,441936,510136,586432,671517,766122,871017,987012
mov $1,$0
add $0,4
bin $0,$1
add $1,25
mul $0,$1
d... | 32.8 | 210 | 0.753049 |
c6a466659151d6c4732829c57d5fd2ae8615e7f7 | 1,193 | asm | Assembly | programs/oeis/038/A038714.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/038/A038714.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/038/A038714.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A038714: Promic numbers repeated 4 times; a(n) = floor(n/4) * ceiling((n+1)/4).
; 0,0,0,0,2,2,2,2,6,6,6,6,12,12,12,12,20,20,20,20,30,30,30,30,42,42,42,42,56,56,56,56,72,72,72,72,90,90,90,90,110,110,110,110,132,132,132,132,156,156,156,156,182,182,182,182,210,210,210,210,240,240,240,240,272,272,272,272,306,306,306,306,... | 149.125 | 1,071 | 0.748533 |
89fb0a0b640ce6ebefb09e2e82e36b4c82439fb3 | 382 | asm | Assembly | oeis/033/A033893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/033/A033893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/033/A033893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A033893: Sort then Add!.
; Submitted by Jon Maiga
; 3,6,12,24,48,96,165,321,444,888,1776,3453,6798,13587,27165,39732,63111,74247,98724,123513,235848,470436,504903,508362,531930,545289,790878,868767,1536555,2892111,4004400,4004844,4049292,4273791,5508570,5564148
mov $1,3
lpb $0
sub $0,1
seq $1,70196 ; a(n)=n plus... | 34.727273 | 211 | 0.746073 |
4aec906c677e3139925117f1fc5c62c92880eb30 | 523 | asm | Assembly | oeis/010/A010641.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/010/A010641.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/010/A010641.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A010641: Decimal expansion of cube root of 71.
; Submitted by Jon Maiga
; 4,1,4,0,8,1,7,7,4,9,4,2,2,8,5,3,2,5,0,0,0,4,5,1,8,8,0,9,3,2,5,5,7,1,8,3,8,1,5,9,3,5,0,7,9,0,7,3,2,0,9,1,6,9,7,1,8,3,4,9,2,8,2,9,7,7,9,4,7,5,6,5,9,8,7,2,3,9,6,0,3,3,4,2,6,3,9,5,7,4,1,8,7,6,5,7,9,3,5,1
mov $3,$0
mul $3,2
lpb $3
add $6,$2
add... | 18.034483 | 201 | 0.529637 |
c8dfeabe0d67459def1c2f1e92815653b5a7fa8c | 1,737 | asm | Assembly | programs/oeis/244/A244803.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/244/A244803.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/244/A244803.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A244803: The 360 degree spoke (or ray) of a hexagonal spiral of Ulam.
; 1,12,47,106,189,296,427,582,761,964,1191,1442,1717,2016,2339,2686,3057,3452,3871,4314,4781,5272,5787,6326,6889,7476,8087,8722,9381,10064,10771,11502,12257,13036,13839,14666,15517,16392,17291,18214,19161,20132,21127,22146,23189,24256,25347,26462,2... | 193 | 1,616 | 0.831318 |
51995b400279510a0d107b745a214b32833df11e | 7,661 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_726.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.log_21829_726.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.log_21829_726.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xacdc, %rsi
lea addresses_UC_ht+0xf60c, %rdi
clflush (%rsi)
nop
xor $6678, %r14
mov $127, %rcx
rep movsb
nop
dec %r10
lea addresses_A_ht+0x18ddc, %rsi
lea addresses_WT_ht+0x6d... | 35.467593 | 2,999 | 0.653831 |
9449b209f9824f3a8bea6e01aa5f1457d3a15d94 | 726 | asm | Assembly | oeis/224/A224903.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/224/A224903.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/224/A224903.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A224903: a(n) = sigma(2*n^4) - sigma(n^4).
; Submitted by Christian Krause
; 2,32,242,512,1562,3872,5602,8192,19682,24992,32210,61952,61882,89632,189002,131072,177482,314912,275122,399872,677842,515360,585122,991232,976562,990112,1594322,1434112,1465082,3024032,1908610,2097152,3897410,2839712,4375162,5038592,3852442
... | 18.15 | 242 | 0.575758 |
4942457a114e3da17f46478092da738e43581fbe | 745 | asm | Assembly | src/demo/vertical_toy.asm | hallorant/bitmit | 58f337ecbafe04066e71bc54efa4640643bf5373 | [
"Apache-2.0"
] | 6 | 2020-08-16T03:23:37.000Z | 2022-03-19T20:50:27.000Z | src/demo/vertical_toy.asm | hallorant/bitmit | 58f337ecbafe04066e71bc54efa4640643bf5373 | [
"Apache-2.0"
] | 1 | 2021-09-14T22:24:14.000Z | 2021-09-15T01:48:48.000Z | src/demo/vertical_toy.asm | hallorant/bitmit | 58f337ecbafe04066e71bc54efa4640643bf5373 | [
"Apache-2.0"
] | 1 | 2021-09-09T22:50:31.000Z | 2021-09-09T22:50:31.000Z | ; Toy program that draws some vertical lines on the screen
org $4a00
import '../lib/barden_fill.asm'
space equ $20
screen equ $3c00
char_ct equ 64*16
vlinel equ $95
vliner equ $aa
; Draw a vertical line at IX which should be along the
; top line of the screen.
vline:
ld a,16
draw:
ld (ix),vlinel
ld bc,64
... | 14.9 | 58 | 0.684564 |
b2f8ae44e7f5bcb26f68c8f081960aeb233aa736 | 3,068 | asm | Assembly | 08/FunctionCalls/StaticsTest/StaticsTest.asm | Nolva/nand2tetris | efd0f87aa26e95888788e75605866a885231da5b | [
"MIT"
] | 2 | 2020-09-03T10:54:44.000Z | 2020-09-04T03:36:43.000Z | 08/FunctionCalls/StaticsTest/StaticsTest.asm | Nolva/nand2tetris | efd0f87aa26e95888788e75605866a885231da5b | [
"MIT"
] | null | null | null | 08/FunctionCalls/StaticsTest/StaticsTest.asm | Nolva/nand2tetris | efd0f87aa26e95888788e75605866a885231da5b | [
"MIT"
] | null | null | null | @256
D=A
@SP
M=D
@return-address_0
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL
D=M
@SP
A=M
M=D
@SP
M=M+1
@ARG
D=M
@SP
A=M
M=D
@SP
M=M+1
@THIS
D=M
@SP
A=M
M=D
@SP
M=M+1
@THAT
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
D=M
@0
D=D-A
@5
D=D-A
@ARG
M=D
@SP
D=M
@LCL
M=D
@Sys.init
0;JMP
(return-address_0)
(Class1.set)
@ARG
D=M
@0
A=D+A
D=M
@SP
A=M
M=D... | 5.071074 | 18 | 0.564537 |
a5332ae791c2bded2bc8e45ca6d4a10bf7501985 | 1,973 | asm | Assembly | getdllversion.asm | georghe-crihan/ScanStation | 27be77249ff2f50862bb52834aea353e35dfaf6b | [
"BSD-2-Clause"
] | null | null | null | getdllversion.asm | georghe-crihan/ScanStation | 27be77249ff2f50862bb52834aea353e35dfaf6b | [
"BSD-2-Clause"
] | null | null | null | getdllversion.asm | georghe-crihan/ScanStation | 27be77249ff2f50862bb52834aea353e35dfaf6b | [
"BSD-2-Clause"
] | null | null | null | .386 ; create 32 bit code
.model flat, stdcall ; 32 bit memory model
option casemap :none ; case sensitive
include windows.inc
include kernel32.inc
include getdllversion.inc
includelib kernel32.lib
.data
szDllGetVersion db "DllGetV... | 23.488095 | 87 | 0.569184 |
3553955c16feee19f59a48215c8bc05ebb0856d9 | 546 | asm | Assembly | oeis/017/A017166.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017166.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017166.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017166: a(n) = (9*n)^6.
; 0,531441,34012224,387420489,2176782336,8303765625,24794911296,62523502209,139314069504,282429536481,531441000000,941480149401,1586874322944,2565164201769,4001504141376,6053445140625,8916100448256,12827693806929,18075490334784,25002110044521,34012224000000,45579633110361,60254729561664,78672... | 91 | 494 | 0.886447 |
a2347b7b36c4e16a54de13c81b4699154bcac3d1 | 623 | asm | Assembly | oeis/025/A025473.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025473.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025473.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025473: a(1) = 1; for n > 1, a(n) = prime root of n-th prime power (A000961).
; Submitted by Christian Krause
; 1,2,3,2,5,7,2,3,11,13,2,17,19,23,5,3,29,31,2,37,41,43,47,7,53,59,61,2,67,71,73,79,3,83,89,97,101,103,107,109,113,11,5,127,2,131,137,139,149,151,157,163,167,13,173,179,181,191,193,197,199,211,223,227,229,23... | 89 | 336 | 0.683788 |
da8c5e0e633d7742d0feeea3e8ce93fb7908885b | 21,275 | asm | Assembly | main/pdata.asm | zlatkok/swospp | 27a2d2061af2f46c59f2470b138c7170c45fe03b | [
"MIT"
] | 12 | 2016-02-18T12:53:52.000Z | 2022-02-09T11:07:23.000Z | main/pdata.asm | zlatkok/swospp | 27a2d2061af2f46c59f2470b138c7170c45fe03b | [
"MIT"
] | null | null | null | main/pdata.asm | zlatkok/swospp | 27a2d2061af2f46c59f2470b138c7170c45fe03b | [
"MIT"
] | null | null | null | [list -]
%include "swos.inc"
%include "pdata.inc"
%include "version.inc"
[list +]
bits 32
; additional externs
extern int2str
extern LoadSWPPMenu
extern WriteYULetters
extern FixGetTextSize
extern OpenReplayFile
extern CloseReplayFile
extern MyHilPtrIncrement
extern MyHilPtrAdd
extern PrintSmallNumber
extern PushMenu... | 25.63253 | 114 | 0.622515 |
61edb386a6a90248e8eabb42dc050ccc9f77635d | 418 | asm | Assembly | programs/oeis/186/A186813.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/186/A186813.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/186/A186813.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A186813: a(n) = n if n odd, a(2n) = 3n if n odd, a(4n) = 2n.
; 0,1,3,3,2,5,9,7,4,9,15,11,6,13,21,15,8,17,27,19,10,21,33,23,12,25,39,27,14,29,45,31,16,33,51,35,18,37,57,39,20,41,63,43,22,45,69,47,24,49,75,51,26,53,81,55,28,57,87,59,30,61,93,63,32,65,99,67,34,69,105,71,36,73,111,75,38,77,117,79,40,81,123,83,42,85,129,8... | 41.8 | 297 | 0.617225 |
e39a8b237ffe4975648858f1a589fb203ee7d7c9 | 46 | asm | Assembly | test/first.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/first.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/first.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z |
jmp %a
@a
out .1
end
@b
out .0
| 4.6 | 10 | 0.369565 |
80ecf8d8417abe6968e611e3fa718e018afb0c06 | 708 | asm | Assembly | oeis/021/A021234.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021234.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021234.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021234: Expansion of 1/((1-x)(1-2x)(1-7x)(1-10x)).
; Submitted by Jon Maiga
; 1,20,277,3324,37149,398916,4181269,43157708,440992717,4475837652,45219751941,455427151452,4576878947005,45927041513828,460378179477493,4611536145214956,46169641905360813,462076382226349044,4623423564473201125,46252853840201034620,462658865... | 39.333333 | 496 | 0.817797 |
036d33ddc2efd6678966e6b66a4d1b07f0b1638c | 183 | asm | Assembly | Source.asm | usamashafiq/Take-two-inputs-from-the-user-and-add-them | 6448d12b11f5359c3ba2108beee72a1671546b55 | [
"MIT"
] | null | null | null | Source.asm | usamashafiq/Take-two-inputs-from-the-user-and-add-them | 6448d12b11f5359c3ba2108beee72a1671546b55 | [
"MIT"
] | null | null | null | Source.asm | usamashafiq/Take-two-inputs-from-the-user-and-add-them | 6448d12b11f5359c3ba2108beee72a1671546b55 | [
"MIT"
] | null | null | null | .model small
.stack 100h
.data
.code
Main proc
Mov ah ,1
Int 21h
mov dl,al
mov ah ,1
int 21h
add al,dl
mov dl,al
sub dl,48
mov ah,2
int 21h
mov ah, 4ch
int 21h
main endp
end main
| 8.714286 | 13 | 0.699454 |
1783a5799e70a538fcb36a9231f19f3976ded84c | 1,181 | asm | Assembly | _build/dispatcher/jmp_ippsRSA_InitPublicKey_6e79b979.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsRSA_InitPublicKey_6e79b979.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsRSA_InitPublicKey_6e79b979.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsRSA_InitPublicKey:function
extern n8_ippsRSA_InitPublicKey:function
extern y8_ippsRSA_InitPublicKey:function
extern e9_ippsRSA_InitPublicKey:function
extern l9_ippsRSA_InitPublicKey:function
extern n0_ippsRSA_InitPublicKey:function
extern k0_ippsRSA_InitPublicKey:function
extern ippcpJumpIndexForMergedLib... | 30.282051 | 111 | 0.813717 |
ac07c26b4efbf82bf86931218949364257c3db1c | 376 | asm | Assembly | oeis/227/A227990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/227/A227990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/227/A227990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A227990: 3^a(n) is the highest power of 3 dividing prime(n)+1.
; Submitted by Jon Maiga
; 1,0,1,0,1,0,2,0,1,1,0,0,1,0,1,3,1,0,0,2,0,0,1,2,0,1,0,3,0,1,0,1,1,0,1,0,0,0,1,1,2,0,1,0,2,0,0,0,1,0,2,1,0,2,1,1,3,0,0,1,0,1,0,1,0,1,0,0,1,0,1,2,0,0,0,1,1,0,1,0,1,0,3,0,0,1,2,0,1,0,2,1,0,1,0,2,1,2,0,0
seq $0,40 ; The prime numbe... | 31.333333 | 201 | 0.56383 |
8fd507d93b8241fe1ecedaef64a6deece65c30aa | 188 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddr2py_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddr2py_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddr2py_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uchar tshc_saddr2py(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_saddr2py_fastcall
EXTERN _zx_saddr2py_fastcall
defc _tshc_saddr2py_fastcall = _zx_saddr2py_fastcall
| 17.090909 | 52 | 0.867021 |
0199bd5a7f28cea9232587a3f27846daedb7283a | 3,679 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_691.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_691.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_691.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:
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r14
push %rbx
push %rdi
// Faulty Load
lea addresses_A+0x1e863, %rdi
nop
nop
nop
dec %r14
movups (%rdi), %xmm0
vpextrq $0, %xmm0, %r13
lea oracles, %rdi
and $0xff, %r13
shlq $12, %r13
mov (%rdi,%r13,1), %r13
pop ... | 91.975 | 2,999 | 0.663767 |
7a9b829e7632b00e6613a5cbfa507362e981b2f6 | 11,955 | asm | Assembly | third_party/p7zip/Utils/CPUTest/MemLat/Walk64.asm | VirtualLib/juice | 3d5912059f3a80ec1fef5c5031a395578904fe9c | [
"MIT"
] | null | null | null | third_party/p7zip/Utils/CPUTest/MemLat/Walk64.asm | VirtualLib/juice | 3d5912059f3a80ec1fef5c5031a395578904fe9c | [
"MIT"
] | null | null | null | third_party/p7zip/Utils/CPUTest/MemLat/Walk64.asm | VirtualLib/juice | 3d5912059f3a80ec1fef5c5031a395578904fe9c | [
"MIT"
] | null | null | null | _TEXT SEGMENT
PUSHREG macro
push RBX
push RSI
push RDI
push R10
push R11
push R12
push R13
push R14
push R15
endm
POPREG macro
pop R15
pop R14
pop R13
pop R12
pop R11
pop R10
pop RDI
pop RSI
pop RBX
endm
offs equ 8 * 9
p$ = (offs + 8)
num$= (p$ + 8)
a0$ = (num$ + 8)
... | 14.36899 | 37 | 0.584944 |
70760002fc23b4f083dc7efd377dffdbadf0a47c | 10,676 | asm | Assembly | Library/Mailbox/Outbox/outboxProgress.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Mailbox/Outbox/outboxProgress.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Mailbox/Outbox/outboxProgress.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: Clavin
MODULE: Outbox
FILE: outboxProgress.asm
AUTHOR: Adam de Boor, May 13, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Nam... | 27.874674 | 79 | 0.589359 |
818503abff687df47275c5789b1f48a69a5325ba | 1,237 | asm | Assembly | programs/oeis/014/A014473.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/014/A014473.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/014/A014473.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A014473: Pascal's triangle - 1.
; 0,0,0,0,1,0,0,2,2,0,0,3,5,3,0,0,4,9,9,4,0,0,5,14,19,14,5,0,0,6,20,34,34,20,6,0,0,7,27,55,69,55,27,7,0,0,8,35,83,125,125,83,35,8,0,0,9,44,119,209,251,209,119,44,9,0,0,10,54,164,329,461,461,329,164,54,10,0,0,11,65,219,494,791,923,791,494,219,65,11,0,0,12,77,285,714,1286,1715,1715,1286,... | 176.714286 | 984 | 0.706548 |
a1f93367242315b8d775f3f5a5beef4136665f56 | 668 | asm | Assembly | oeis/152/A152163.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152163.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152163.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152163: a(n) = a(n-1)+a(n-2), n>1 ; a(0)=1, a(1)=-1.
; Submitted by Christian Krause
; 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,-24157... | 47.714286 | 491 | 0.69012 |
8056ddbc32aa929181df438614b7e822521c759d | 4,537 | asm | Assembly | src/SourceCode/Test.asm | YushchenkoAndrew/Python-Compliler | 1a6316249b12425d008feeda6e1a1c579f8e6fd1 | [
"MIT"
] | null | null | null | src/SourceCode/Test.asm | YushchenkoAndrew/Python-Compliler | 1a6316249b12425d008feeda6e1a1c579f8e6fd1 | [
"MIT"
] | null | null | null | src/SourceCode/Test.asm | YushchenkoAndrew/Python-Compliler | 1a6316249b12425d008feeda6e1a1c579f8e6fd1 | [
"MIT"
] | null | null | null |
.386
.model flat, stdcall
option casemap:none
include \masm32\include\windows.inc
include \masm32\include\kernel32.inc
include \masm32\include\masm32.inc
includelib \masm32\lib\kernel32.lib
includelib \masm32\lib\masm32.lib
include \masm32\include\user32.inc
includelib \masm32\lib\user32.lib
; Default Functions
NumTo... | 15.919298 | 69 | 0.685475 |
885ed192c760fdc764e82d6e704b32bbed9c88a7 | 579 | asm | Assembly | oeis/101/A101378.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/101/A101378.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/101/A101378.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A101378: a(n) = n^2*(n^3+1)/2.
; 0,1,18,126,520,1575,3906,8428,16416,29565,50050,80586,124488,185731,269010,379800,524416,710073,944946,1238230,1600200,2042271,2577058,3218436,3981600,4883125,5941026,7174818,8605576,10255995,12150450,14315056,16777728,19568241,22718290,26261550,30233736,34672663,39618306,45112860,512... | 64.333333 | 497 | 0.818653 |
8ba7a939151dda80d9f6d8484779cc0c980c412b | 2,095 | asm | Assembly | programs/oeis/329/A329244.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/329/A329244.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/329/A329244.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A329244: Sum of every third term of the Padovan sequence A000931.
; 1,2,3,5,10,22,50,115,266,617,1433,3330,7740,17992,41825,97230,226031,525457,1221538,2839730,6601570,15346787,35676950,82938845,192809421,448227522,1042002568,2422362080,5631308625,13091204282,30433357675,70748973085,164471408186,382349636062,88885506... | 139.666667 | 1,917 | 0.916945 |
92952bdff3ee04cd072b0070d132e4655965af88 | 1,822 | asm | Assembly | src/firmware-tests/Platform/Clock/Poll/PollWithTickedFlagTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Clock/Poll/PollWithTickedFlagTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Clock/Poll/PollWithTickedFlagTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "Clock.inc"
#include "TestFixture.inc"
#include "../PollAfterClockMock.inc"
#include "../../ResetFlagsStubs.inc"
radix decimal
udata
global expectedClockYearBcd
global expectedClockMonthBcd
global expectedClockDayBcd
global expectedCl... | 24.958904 | 75 | 0.777717 |
4f5411a02a20cadc6155905b630d4ff3a2812f27 | 3,042 | asm | Assembly | 248b/aMAZEing/maze.asm | 42Bastian/lynx_hacking | a40edd223a4759d64f20a940ef5eb826a0fdd02d | [
"Apache-2.0"
] | 12 | 2020-07-05T16:47:54.000Z | 2022-02-12T21:21:16.000Z | 248b/aMAZEing/maze.asm | 42Bastian/lynx_hacking | a40edd223a4759d64f20a940ef5eb826a0fdd02d | [
"Apache-2.0"
] | null | null | null | 248b/aMAZEing/maze.asm | 42Bastian/lynx_hacking | a40edd223a4759d64f20a940ef5eb826a0fdd02d | [
"Apache-2.0"
] | 1 | 2021-01-18T06:47:25.000Z | 2021-01-18T06:47:25.000Z | ***************
* Maze249
* 1 byte free.
****************
include <includes/hardware.inc>
include <macros/suzy.mac>
include <macros/help.mac>
IFD LNX
USE_BKPT equ 0
ELSE
USE_BKPT equ 0
ENDIF
MACRO HANDY_BRKPT
nbkpt set nbkpt+1
IF USE_BKPT = 1
cpx $5aa5
dc.b $... | 10.903226 | 52 | 0.60092 |
01bed2df17b439585f741b4ce5b92b19fe18e81c | 623 | asm | Assembly | programs/oeis/022/A022279.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/022/A022279.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/022/A022279.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A022279: a(n) = n*(21*n + 1)/2.
; 0,11,43,96,170,265,381,518,676,855,1055,1276,1518,1781,2065,2370,2696,3043,3411,3800,4210,4641,5093,5566,6060,6575,7111,7668,8246,8845,9465,10106,10768,11451,12155,12880,13626,14393,15181,15990,16820,17671,18543,19436,20350,21285,22241,23218,24216,25235,26275,27336,28418,29521,30645,... | 89 | 557 | 0.783307 |
edddf11b9159b2568a07da155eda01e99f5640fc | 5,997 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2284.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_2284.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_2284.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 %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1d5f1, %rsi
lea addresses_WC_ht+0x1b719, %rdi
nop
nop
xor $37339, %r11
mov $106, %rcx
rep movsw
nop
nop
cmp %r11, %r11
lea addresses_WC_ht+0x14a19, %rax
add %r15, %r15
movb $... | 38.442308 | 2,999 | 0.662331 |
11ab3d05040bc6890c6a3887aacdca9f8c4cd734 | 376 | asm | Assembly | programs/oeis/060/A060266.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/060/A060266.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/060/A060266.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A060266: Difference between 2n and the following prime.
; 1,1,1,3,1,1,3,1,1,3,1,5,3,1,1,5,3,1,3,1,1,3,1,5,3,1,5,3,1,1,5,3,1,3,1,1,5,3,1,3,1,5,3,1,7,5,3,1,3,1,1,3,1,1,3,1,13,11,9,7,5,3,1,3,1,5,3,1,1,9,7,5,3,1,1,5,3,1,5,3,1,3,1,5,3,1,5,3,1,1,9,7,5,3,1,1,3,1,1,11
add $0,1
mul $0,2
mov $2,$0
seq $0,151800 ; Least prime ... | 41.777778 | 204 | 0.585106 |
4a12b3774461c2bccae8e72847cc84173cd4b6a0 | 1,620 | asm | Assembly | timepilot.asm | laoo/TimePilot | 88b2548ab23d213677047ca530b68f9523ea7140 | [
"MIT"
] | 24 | 2018-05-17T05:55:38.000Z | 2021-12-30T10:22:45.000Z | timepilot.asm | laoo/TimePilot | 88b2548ab23d213677047ca530b68f9523ea7140 | [
"MIT"
] | 1 | 2018-06-27T11:08:01.000Z | 2018-06-27T11:08:01.000Z | timepilot.asm | laoo/TimePilot | 88b2548ab23d213677047ca530b68f9523ea7140 | [
"MIT"
] | 3 | 2018-05-19T03:47:19.000Z | 2021-06-01T12:33:32.000Z | ; -----------------------------------
; TIMEPILOT
; arcade port for Atari XL/XE 64K
; code: solo, laoo
; New Generation 2018
;------------------------------------
icl 'loader/loadingFadeOut.asm'
ini $5c00
opt c+
icl 'loader/loadGameGraphic.asm'
ini $2000
org $2000
... | 21.6 | 42 | 0.664815 |
32842ed304d31e75ba60ee0bf3c9718314501f16 | 5,125 | asm | Assembly | src/modengine/ext/profiling/profiler_trampoline.asm | Johnsel/ModEngine2 | 53b05ccb18b05b9a53daea969e49da40a54036be | [
"Apache-2.0",
"MIT"
] | 21 | 2020-12-07T15:47:15.000Z | 2022-03-31T03:55:30.000Z | src/modengine/ext/profiling/profiler_trampoline.asm | AmirBohd/ModEngine2 | ac2419354238045e8d4eb809954090a481c92728 | [
"Apache-2.0",
"MIT"
] | 17 | 2020-12-07T22:46:19.000Z | 2021-06-06T19:29:30.000Z | src/modengine/ext/profiling/profiler_trampoline.asm | Johnsel/ModEngine2 | 53b05ccb18b05b9a53daea969e49da40a54036be | [
"Apache-2.0",
"MIT"
] | 5 | 2021-03-04T00:28:08.000Z | 2022-03-27T04:36:23.000Z | ; zone_ctx* __profiler_zone_begin(char* name)
EXTERN __profiler_begin:PROC
; void __profiler_zone_end(zone_ctx* ctx);
EXTERN __profiler_end:PROC
EXTERN __imp_TlsGetValue:PROC
EXTERN __imp_TlsSetValue:PROC
EXTERN __imp_GlobalAlloc:PROC
.code
profiler_zone PROC
; save argument registers
push rcx
push rd... | 19.711538 | 68 | 0.596098 |
3765542c4b2bfd141d2f56187ab3dbe8ffd05d42 | 350 | asm | Assembly | TRAIN/EX_TEXT/file.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | TRAIN/EX_TEXT/file.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | TRAIN/EX_TEXT/file.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | .586
.model flat
.code
_sommav proc
push ebp
mov ebp,esp
push esi
push edi
push ebx
mov ebx, dword ptr[ebp+8] ; arr
mov edx, dword ptr[ebp+12] ; length
mov esi, 0
mov eax, 0
ciclo:
cmp esi, edx
je fine
mov ecx, dword ptr [ebx + esi*4]
add eax, ecx
inc esi
jmp ciclo
fine:
pop ebx
pop edi
pop esi
mov esp, ebp... | 10 | 35 | 0.691429 |
d699f6c92ebe8cc1a2a890fcdd6770c04f062dc8 | 622 | asm | Assembly | oeis/026/A026049.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026049.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026049.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026049: a(n) = dot_product(1,2,...,n)*(7,8,...,n,1,2,3,4,5,6).
; 119,156,204,265,341,434,546,679,835,1016,1224,1461,1729,2030,2366,2739,3151,3604,4100,4641,5229,5866,6554,7295,8091,8944,9856,10829,11865,12966,14134,15371,16679,18060,19516,21049,22661,24354,26130,27991,29939,31976,34104,36325,38641,41054,43566,46179,... | 62.2 | 497 | 0.762058 |
8e5666c86fcb7f49bd226e0d1175ac8e136642bd | 2,003 | asm | Assembly | maps/MahoganyPokecenter1F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/MahoganyPokecenter1F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/MahoganyPokecenter1F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const MAHOGANYPOKECENTER1F_NURSE
const MAHOGANYPOKECENTER1F_POKEFAN_M
const MAHOGANYPOKECENTER1F_YOUNGSTER
const MAHOGANYPOKECENTER1F_COOLTRAINER_F
MahoganyPokecenter1F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
MahoganyPokecenter1FNurseScript:
jumpstd pokecen... | 28.211268 | 161 | 0.792811 |
38b260b4df93d8b8bf29aca3e70066b693e71537 | 8,699 | asm | Assembly | onnxruntime/core/mlas/lib/amd64/SconvKernelFma3.asm | dennyac/onnxruntime | d5175795d2b7f2db18b0390f394a49238f814668 | [
"MIT"
] | 6,036 | 2019-05-07T06:03:57.000Z | 2022-03-31T17:59:54.000Z | onnxruntime/core/mlas/lib/amd64/SconvKernelFma3.asm | dennyac/onnxruntime | d5175795d2b7f2db18b0390f394a49238f814668 | [
"MIT"
] | 5,730 | 2019-05-06T23:04:55.000Z | 2022-03-31T23:55:56.000Z | onnxruntime/core/mlas/lib/amd64/SconvKernelFma3.asm | dennyac/onnxruntime | d5175795d2b7f2db18b0390f394a49238f814668 | [
"MIT"
] | 1,566 | 2019-05-07T01:30:07.000Z | 2022-03-31T17:06:50.000Z | ;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; Licensed under the MIT License.
;
; Module Name:
;
; SconvKernelFma3.asm
;
; Abstract:
;
; This module implements the kernels for the single precision convolution
; operation.
;
; This implementation uses AVX fused multiply/add instructions.
... | 33.076046 | 97 | 0.702839 |
d3f098b27d7f217d8f58299e02a618971cb63a63 | 728 | asm | Assembly | oeis/047/A047994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/047/A047994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/047/A047994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A047994: Unitary totient (or unitary phi) function uphi(n).
; Submitted by Jon Maiga
; 1,1,2,3,4,2,6,7,8,4,10,6,12,6,8,15,16,8,18,12,12,10,22,14,24,12,26,18,28,8,30,31,20,16,24,24,36,18,24,28,40,12,42,30,32,22,46,30,48,24,32,36,52,26,40,42,36,28,58,24,60,30,48,63,48,20,66,48,44,24,70,56,72,36,48,54,60,24,78,60,80,40,... | 21.411765 | 286 | 0.526099 |
f6aac452c811dfe2ebb516e9ad6ed8e824621616 | 29 | asm | Assembly | tests/fn_le/24.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/fn_le/24.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/fn_le/24.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #d le(-0x01) ; error: unsized | 29 | 29 | 0.655172 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.