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
5708c7ece18d4eb5cb997d38d113982b17ca26a0
3,709
asm
Assembly
main.asm
GildedHonour/asm_website
e520892628ad9f68f75cc41ddc5501e2c902754a
[ "MIT" ]
2
2018-10-13T07:43:45.000Z
2019-11-19T20:02:26.000Z
main.asm
GildedHonour/asm_website
e520892628ad9f68f75cc41ddc5501e2c902754a
[ "MIT" ]
null
null
null
main.asm
GildedHonour/asm_website
e520892628ad9f68f75cc41ddc5501e2c902754a
[ "MIT" ]
null
null
null
format ELF64 executable 3 include "import64.inc" interpreter "/lib64/ld-linux-x86-64.so.2" needed "libc.so.6" import printf, close, fopen, listen, socket, bind, accept segment readable PORT equ 0x1F90 AF_INET equ 2 SOCK_STREAM equ 1 SYS_CLOSE_CALL equ 3 SYS_BIND_CALL equ 49 SYS_LISTEN_CALL equ...
19.94086
82
0.620922
a628034ff8242a61a158322ad6a3155d6fc148a9
2,371
asm
Assembly
exampl01/dll/tstdll.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl01/dll/tstdll.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
exampl01/dll/tstdll.asm
AlexRogalskiy/Masm
d39498878f140696b299c76436f209156961429e
[ "MIT" ]
null
null
null
; ######################################################################### ; ; Build this DLL from the batch file called BldDLL.bat ; ; ######################################################################### .386 .model flat, stdcall option casemap :none ; case sensitive ; ##################...
25.494624
76
0.465205
6eed6b783e0680d30ef84a8f9a6844429c077231
199
asm
Assembly
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_3.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_3.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_3.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; BeepFX sound effect by shiru ; http://shiru.untergrund.net SECTION rodata_clib SECTION rodata_sound_bit PUBLIC _bfx_3 _bfx_3: ; Jump_2 defb 1 ;tone defw 100,20,500,2,16 defb 0
11.705882
30
0.703518
1607d72860a4719bdf735f9df0a77f5daf7ac55a
396
asm
Assembly
oeis/248/A248158.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/248/A248158.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/248/A248158.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A248158: Expansion of (1 - 2*x^2)/(1 + x)^3. Second column of Riordan triangle A248156. ; Submitted by Jon Maiga ; 1,-3,4,-4,3,-1,-2,6,-11,17,-24,32,-41,51,-62,74,-87,101,-116,132,-149,167,-186,206,-227,249,-272,296,-321,347,-374,402,-431,461,-492,524,-557,591,-626,662,-699,737,-776,816,-857,899,-942,986 mov $1,-1 p...
28.285714
192
0.616162
902c6134afe133befda36235bd2c9ef092c50bc8
2,107
asm
Assembly
programs/oeis/299/A299412.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/299/A299412.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/299/A299412.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A299412: Pentagonal pyramidal numbers divisible by 3. ; 0,6,18,75,126,288,405,726,936,1470,1800,2601,3078,4200,4851,6348,7200,9126,10206,12615,13950,16896,18513,22050,23976,28158,30420,35301,37926,43560,46575,53016,56448,63750,67626,75843,80190,89376,94221,104430,109800,121086,127008,139425,145926,159528,166635,18147...
117.055556
1,914
0.84243
c5489b7bc00f1b5f09ff3b2d5e16ff9b11604b82
754
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_un_/i7-7700_9_0x48.log_4_1101.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_un_/i7-7700_9_0x48.log_4_1101.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_un_/i7-7700_9_0x48.log_4_1101.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 %r11 push %r13 push %r9 push %rdi push %rsi // Faulty Load lea addresses_WC+0xda8a, %r9 nop nop nop nop sub %r11, %r11 vmovntdqa (%r9), %ymm0 vextracti128 $1, %ymm0, %xmm0 vpextrq $1, %xmm0, %r13 lea oracles, %rsi and $0xff...
17.136364
121
0.647215
b176eb01b541f368838223c46a23f6607dde81c2
657
asm
Assembly
oeis/330/A330170.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/330/A330170.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/330/A330170.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A330170: a(n) = 2^n + 3^n + 6^n - 1. ; Submitted by Jamie Morken(s3) ; 10,48,250,1392,8050,47448,282250,1686432,10097890,60526248,362976250,2177317872,13062296530,78368963448,470199366250,2821153019712,16926788715970,101560344351048,609360902796250,3656161927895952,21936961102828210,131621735227521048,789730317205170...
43.8
489
0.829528
1af1160b42534ca1517c2f52297321f72aec006a
765
asm
Assembly
oeis/184/A184327.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/184/A184327.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/184/A184327.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A184327: a(1)=1, a(2)=17; thereafter a(n) = 6*a(n-1)-a(n-2)+c, where c=-4 if n is odd, c=12 if n is even. ; Submitted by Jamie Morken(s2.) ; 1,17,97,577,3361,19601,114241,665857,3880897,22619537,131836321,768398401,4478554081,26102926097,152139002497,886731088897,5168247530881,30122754096401,175568277047521,102328690...
42.5
497
0.796078
cedb3bc1b981948491076023aad0fce6b5776c6a
166
asm
Assembly
data/battle/set_damage_effects.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/battle/set_damage_effects.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/battle/set_damage_effects.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
SetDamageEffects: ; moves that do damage but not through normal calculations ; e.g., Super Fang, Psywave db SUPER_FANG_EFFECT db SPECIAL_DAMAGE_EFFECT db -1 ; end
23.714286
58
0.783133
b1d4dc00e813733275bec405373a5da62bfb1820
641
asm
Assembly
oeis/015/A015462.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/015/A015462.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/015/A015462.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A015462: q-Fibonacci numbers for q=5. ; Submitted by Jamie Morken(s4) ; 0,1,1,6,31,781,20156,2460781,317398281,192565913906,124176269429531,376229476867085781,1213035110624630757656,18371792960261297531148281,296169521847801754865890523281,22426801247965814514582357345601406,1807697731048084848540897170742355367031,6...
42.733333
467
0.850234
4abe00df3cec904ad9ce9a9caeb0338191d5eedf
611
asm
Assembly
oeis/301/A301292.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/301/A301292.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/301/A301292.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A301292: Partial sums of A301291. ; 1,6,15,28,46,69,96,127,163,204,249,298,352,411,474,541,613,690,771,856,946,1041,1140,1243,1351,1464,1581,1702,1828,1959,2094,2233,2377,2526,2679,2836,2998,3165,3336,3511,3691,3876,4065,4258,4456,4659,4866,5077,5293,5514,5739,5968,6202,6441,6684,6931,7183,7440,7701,7966,8236,8511,87...
50.916667
498
0.761047
317ae63c69a01bd81400962ae1a31720fd38e252
662
asm
Assembly
oeis/200/A200441.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/200/A200441.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/200/A200441.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A200441: Expansion of 1/(1-33*x+x^2). ; Submitted by Jon Maiga ; 1,33,1088,35871,1182655,38991744,1285544897,42383989857,1397386120384,46071357982815,1518957427312511,50079523743330048,1651105326102579073,54436396237641779361,1794749970516076139840,59172312630792870835359,1950891566845648661427007,6432024939327561295...
44.133333
495
0.847432
68c31f72cec71aeb30e21fa2fb3f8a590a33cb0a
117
asm
Assembly
p2-2/prog2.asm
gregschmit/ece469
36d65c232b79b7d471708c60f7f67d0a7ff5d02b
[ "MIT" ]
null
null
null
p2-2/prog2.asm
gregschmit/ece469
36d65c232b79b7d471708c60f7f67d0a7ff5d02b
[ "MIT" ]
6
2018-02-06T20:17:40.000Z
2018-02-11T17:22:43.000Z
p2-2/prog2.asm
gregschmit/ece469
36d65c232b79b7d471708c60f7f67d0a7ff5d02b
[ "MIT" ]
null
null
null
config_L 1001101; init_L 00111000; run_L; Init_addr 01010101; st_M_L; run_L; run_L; add_addr 10011011 st_M_L; halt;
10.636364
19
0.794872
853edb19547a3e8eae2dc64b63a1304e1ddb0791
453
asm
Assembly
ffight/lcs/boss/5C.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
ffight/lcs/boss/5C.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/boss/5C.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 002F8C add.l D0, ($5c,A6) [boss+1A, enemy+1A] 002F90 addi.l #$60, ($5c,A6) [boss+5C, boss+5E, enemy+5C, enemy+5E] 002F98 rts [boss+5C, boss+5E, enemy+5C, enemy+5E] 002FAE add.l D0, ($5c,A6) [boss+37] 002FB2 addi.l #$60, ($5c,A6) [boss+5C, boss+5E] 002FB...
37.75
69
0.660044
6ac122b906304391a2a32810b6f23aa7164636c2
814
asm
Assembly
programs/oeis/274/A274682.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/274/A274682.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/274/A274682.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A274682: Numbers n such that 8*n-1 is a triangular number. ; 2,7,29,44,88,113,179,214,302,347,457,512,644,709,863,938,1114,1199,1397,1492,1712,1817,2059,2174,2438,2563,2849,2984,3292,3437,3767,3922,4274,4439,4813,4988,5384,5569,5987,6182,6622,6827,7289,7504,7988,8213,8719,8954,9482,9727,10277,10532,11104,11369,11963,...
31.307692
528
0.711302
3ac091185eb2d06592715af38d189755ca0ffbd3
1,459
asm
Assembly
parse/mvsrcfil.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
28
2015-02-03T01:38:24.000Z
2022-03-23T05:48:24.000Z
parse/mvsrcfil.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
20
2015-01-02T14:51:20.000Z
2021-01-09T21:37:19.000Z
parse/mvsrcfil.asm
DigitalMars/optlink
493de158282046641ef2a3a60a88e25e26d88ec4
[ "BSL-1.0" ]
9
2015-02-11T17:43:56.000Z
2019-09-05T11:07:02.000Z
TITLE MVSRCFIL - Copyright (c) SLR Systems 1994 INCLUDE MACROS INCLUDE IO_STRUC PUBLIC MOVE_SRCPRIM_TO_EAX_CLEAN,MOVE_SRCPRIM_TO_EAX,MOVE_ECXPRIM_TO_EAX .DATA EXTERNDEF SRCNAM:NFN_STRUCT .CODE FILEPARSE_TEXT MOVE_SRCPRIM_TO_EAX_CLEAN LABEL PROC ASSUME EAX:PTR NFN_STRUCT XOR ECX,ECX MOV [EA...
17.164706
74
0.719671
4b20a5474d8204bad13a615ef9d66f37f6c1c370
1,238
asm
Assembly
boot/print_string.asm
rjackson90/potatOS
830042196d833e4d649b6ee6b7f86d8f35b3ec50
[ "MIT" ]
2
2016-07-08T07:36:31.000Z
2017-07-26T20:36:30.000Z
boot/print_string.asm
rjackson90/potatOS
830042196d833e4d649b6ee6b7f86d8f35b3ec50
[ "MIT" ]
null
null
null
boot/print_string.asm
rjackson90/potatOS
830042196d833e4d649b6ee6b7f86d8f35b3ec50
[ "MIT" ]
null
null
null
; This function prints a null-terminated ASCII string to the screen. Place the ; address of the string into bx and call print_string print_string: mov ah, 0x0e ps_loop: cmp [bx], word 0 je ps_break mov al, byte [bx] int 0x10 add bx, 0x1 jmp ps_loop ps_break: ret ; Just print a sing...
14.068182
78
0.589661
67445d4b333d561c3f1eb10397401897a1c44057
105
asm
Assembly
asm/kernels/sixth.asm
icefoxen/lang
628185020123aabe4753f96c6ab4378637a2dbf5
[ "MIT" ]
null
null
null
asm/kernels/sixth.asm
icefoxen/lang
628185020123aabe4753f96c6ab4378637a2dbf5
[ "MIT" ]
null
null
null
asm/kernels/sixth.asm
icefoxen/lang
628185020123aabe4753f96c6ab4378637a2dbf5
[ "MIT" ]
null
null
null
global _start extern main _start: call main align 4 dd 0x1badb002 dd 0 dd 0 - 0x1badb002
10.5
20
0.666667
846c164f39ce0292ceab71c0bffbb38fa4fc7449
89
asm
Assembly
General/Special Stage/Map - Shadow.asm
NatsumiFox/AMPS-Sonic-3-Knuckles
af951b39f0ca103a905d7492448ac5245a2e8104
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
General/Special Stage/Map - Shadow.asm
NatsumiFox/AMPS-Sonic-3-Knuckles
af951b39f0ca103a905d7492448ac5245a2e8104
[ "Apache-2.0" ]
null
null
null
General/Special Stage/Map - Shadow.asm
NatsumiFox/AMPS-Sonic-3-Knuckles
af951b39f0ca103a905d7492448ac5245a2e8104
[ "Apache-2.0" ]
null
null
null
dc.w word_83FA-Map_SStageShadow word_83FA: dc.w 1 dc.b $F4, $F, 0, 0, $FF, $F0
22.25
36
0.595506
1ea8d8f881036d9bbf5c889f7df6a5b5bafe408d
4,181
asm
Assembly
maps/PewterCity.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
maps/PewterCity.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
maps/PewterCity.asm
Trap-Master/spacworld97-thingy
a144827abecacdfec6cdc3baa32098e9290adf70
[ "blessing" ]
null
null
null
object_const_def ; object_event constants const PEWTERCITY_COOLTRAINER_F const PEWTERCITY_BUG_CATCHER const PEWTERCITY_GRAMPS const PEWTERCITY_FRUIT_TREE1 const PEWTERCITY_FRUIT_TREE2 PewterCity_MapScripts: db 0 ; scene scripts db 1 ; callbacks callback MAPCALLBACK_NEWMAP, .FlyPoint .FlyPoint: setflag ENGI...
22.722826
150
0.783545
209c860351d4fdd87bbfca5e15cc65eeab93d5e9
169
asm
Assembly
guest/call-test.asm
nmi/tiny_x86_emu
9e587fece7838cb56186cad3fcfdcb866d52a885
[ "MIT" ]
3
2020-08-31T03:30:40.000Z
2021-01-08T16:59:44.000Z
guest/call-test.asm
bobuhiro11/tiny_x86_emu
9e587fece7838cb56186cad3fcfdcb866d52a885
[ "MIT" ]
null
null
null
guest/call-test.asm
bobuhiro11/tiny_x86_emu
9e587fece7838cb56186cad3fcfdcb866d52a885
[ "MIT" ]
null
null
null
BITS 32 org 0x7c00 start: mov eax, 0xf1 mov ebx, 0x29 call add_routine jmp short start jmp 0 add_routine: mov ecx, eax add ecx, ebx ; ecx = 0x011a ret
13
29
0.668639
1470f8ca6ca2c50b3bf866623fafd5ca0eec1e0f
1,974
asm
Assembly
Examples/template_sna.asm
sparks-c16/zasm
c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4
[ "BSD-2-Clause" ]
43
2019-12-06T23:46:40.000Z
2022-03-31T15:34:44.000Z
Examples/template_sna.asm
sparks-c16/zasm
c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4
[ "BSD-2-Clause" ]
21
2019-12-27T01:49:08.000Z
2022-03-31T15:38:42.000Z
Examples/template_sna.asm
sparks-c16/zasm
c03a31c6d7ec2c2aecb1d6dc6b4ced73b7cf00c4
[ "BSD-2-Clause" ]
13
2019-12-27T00:38:46.000Z
2022-03-15T08:34:51.000Z
; ================================================================ ; Example file with target 'sna' ; NMI snapshot for ZX Spectrum 16k or 48k ; Copyright (c) Günter Woigk 1994 - 2017 ; mailto:kio@little-bat.de ; ================================================================ #target...
25.636364
95
0.349037
67bc4118257836c9d530cf3fa1f6d72889663c24
311
asm
Assembly
programs/oeis/276/A276978.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/276/A276978.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/276/A276978.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A276978: a(n) = (ceiling(n/2))^n. ; 1,1,8,16,243,729,16384,65536,1953125,9765625,362797056,2176782336,96889010407,678223072849,35184372088832,281474976710656,16677181699666569,150094635296999121,10000000000000000000,100000000000000000000,7400249944258160101211 mov $1,$0 add $0,2 div $0,2 add $1,1 pow $0,$1
34.555556
226
0.797428
7902688e31e3040e2964dcd5e570c238693432a9
311
asm
Assembly
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_PrintAtInv_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_PrintAtInv_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_PrintAtInv_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void sp1_PrintAtInv(uchar row, uchar col, uchar colour, uint tile) SECTION code_clib SECTION code_temp_sp1 PUBLIC _sp1_PrintAtInv_callee EXTERN asm_sp1_PrintAtInv _sp1_PrintAtInv_callee: pop hl pop de ld d,e pop bc ld e,c pop bc ld a,c pop bc push hl jp asm_sp1_PrintAtInv
13.521739
68
0.726688
2d69fc6e52ad4bd3a2833b7365f72d672b69d6d2
119
asm
Assembly
Tests/CIRollover.asm
charles-fox/ManchesterBabyPython
dcf544c8beec83d07943ec4da2926821a4fbe6eb
[ "MIT" ]
null
null
null
Tests/CIRollover.asm
charles-fox/ManchesterBabyPython
dcf544c8beec83d07943ec4da2926821a4fbe6eb
[ "MIT" ]
null
null
null
Tests/CIRollover.asm
charles-fox/ManchesterBabyPython
dcf544c8beec83d07943ec4da2926821a4fbe6eb
[ "MIT" ]
null
null
null
-- -- Test what happens when CI rolls over the end of the address space. -- 00: STOP 01: JMP 20 20: NUM 30 31: LDN 20
14.875
70
0.672269
4964219d7fef07584faf8ad598ef90488e21da55
283
asm
Assembly
programs/oeis/017/A017643.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017643.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017643.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017643: a(n) = (12n+10)^3. ; 1000,10648,39304,97336,195112,343000,551368,830584,1191016,1643032,2197000,2863288,3652264,4574296,5639752,6859000,8242408,9800344,11543176,13481272,15625000,17984728,20570824,23393656,26463592,29791000,33386248,37259704 mul $0,12 add $0,10 pow $0,3
40.428571
222
0.795053
a51c1ecf76ed2e76a379849347fd93f8446810ea
465
asm
Assembly
programs/oeis/125/A125256.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/125/A125256.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/125/A125256.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A125256: Smallest odd prime divisor of n^2 + 1. ; 5,5,17,13,37,5,5,41,101,61,5,5,197,113,257,5,5,181,401,13,5,5,577,313,677,5,5,421,17,13,5,5,13,613,1297,5,5,761,1601,29,5,5,13,1013,29,5,5,1201,41,1301,5,5,2917,17,3137,5,5,1741,13,1861,5,5,17,2113,4357,5,5,2381,13,2521,5,5,5477,29,53,5,5,3121,37,17,5,5,7057,3613,13,5...
51.666667
315
0.651613
15f17ed4ed005a868a1e0c75a2f0982c4e9e89ab
57,182
asm
Assembly
shm_cnt.asm
acertainelijah/cs153_lab02_partB
be0036bee08f858e019c2d953dc0658872c607f1
[ "MIT-0" ]
null
null
null
shm_cnt.asm
acertainelijah/cs153_lab02_partB
be0036bee08f858e019c2d953dc0658872c607f1
[ "MIT-0" ]
1
2017-12-02T20:32:03.000Z
2017-12-02T20:32:03.000Z
shm_cnt.asm
acertainelijah/cs153_lab02_partB
be0036bee08f858e019c2d953dc0658872c607f1
[ "MIT-0" ]
null
null
null
_shm_cnt: file format elf32-i386 Disassembly of section .text: 00001000 <main>: struct uspinlock lock; int cnt; }; int main(int argc, char *argv[]) { 1000: 8d 4c 24 04 lea 0x4(%esp),%ecx 1004: 83 e4 f0 and $0xfffffff0,%esp 1007: ff 71 fc pushl -0x4(%...
33.322844
113
0.425641
b19e27d3843bad15db60091049aefb228e32ad67
1,569
asm
Assembly
src/boot.asm
sarahkittyy/kibby-os
fcd5be00ccc2551ae87bdb04116cbb96c96c8961
[ "MIT" ]
null
null
null
src/boot.asm
sarahkittyy/kibby-os
fcd5be00ccc2551ae87bdb04116cbb96c96c8961
[ "MIT" ]
null
null
null
src/boot.asm
sarahkittyy/kibby-os
fcd5be00ccc2551ae87bdb04116cbb96c96c8961
[ "MIT" ]
null
null
null
MAGIC equ 0x1BADB002 MBALIGN equ 1 << 0 MEMINFO equ 1 << 1 CHECKSUM equ -(MAGIC + (MBALIGN | MEMINFO)) KiB equ 1024 MiB equ KiB * 1024 ; define the multiboot header section .multiboot align 4 magic dd MAGIC flags dd MBALIGN | MEMINFO checksum dd CHECKSUM section .data KERNEL_V_ADDR equ 0xC0000000 KERNEL_V_PAGENO ...
20.644737
166
0.746973
18eedac33564bb051131ce9156bcd44472d8acb7
439
asm
Assembly
oeis/052/A052737.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/052/A052737.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/052/A052737.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A052737: a(n) = ((2*n)!/n!)*2^(2*n+1). ; Submitted by Christian Krause ; 0,2,16,384,15360,860160,61931520,5449973760,566797271040,68015672524800,9250131463372800,1406019982432665600,236211357048687820800,43462889696958559027200,8692577939391711805440000,1877596834908609749975040000,435602465698797461994209280000 mov...
39.909091
242
0.744875
ece5cd7c6245fe9506a8d4cd1c8d51259cc4a5d3
383
asm
Assembly
programs/oeis/082/A082585.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/082/A082585.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/082/A082585.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A082585: a(1)=1, a(n) = ceiling(r(5)*a(n-1)) where r(5) = (1/2)*(5 + sqrt(29)) is the positive root of X^2 = 5*X + 1. ; 1,6,32,167,868,4508,23409,121554,631180,3277455,17018456,88369736,458867137,2382705422,12372394248,64244676663,333595777564,1732223564484,8994713599985,46705791564410,242523671422036 add $0,2 cal $...
47.875
184
0.70235
1c6f8faa044058525e52df6b74be03008f814f2b
2,730
asm
Assembly
game/banks/data01_bank.asm
benoitryder/super-tilt-bro
8d5035f54e906a401d0808c2e104d32fa1fadd7f
[ "WTFPL" ]
null
null
null
game/banks/data01_bank.asm
benoitryder/super-tilt-bro
8d5035f54e906a401d0808c2e104d32fa1fadd7f
[ "WTFPL" ]
null
null
null
game/banks/data01_bank.asm
benoitryder/super-tilt-bro
8d5035f54e906a401d0808c2e104d32fa1fadd7f
[ "WTFPL" ]
null
null
null
#echo #echo ===== DATA01-BANK ===== * = $8000 bank_data01_begin: bank_data01_tileset_common_begin: #include "game/data/tilesets/common.asm" bank_data01_tileset_common_end: bank_data01_stage_plateau_begin: #include "game/data/stages/plateau/plateau.asm" bank_data01_stage_plateau_end: bank_data01_tileset_green_grass_beg...
35.921053
102
0.867766
ce7d957731a4c74ceba692f14500e4094111b00c
388
asm
Assembly
programs/oeis/191/A191402.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/191/A191402.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/191/A191402.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A191402: A000201(n)+A000201(n+1). ; 1,4,7,10,14,17,20,23,26,30,33,36,40,43,46,49,52,56,59,62,65,68,72,75,78,82,85,88,91,94,98,101,104,108,111,114,117,120,124,127,130,133,136,140,143,146,150,153,156,159,162,166,169,172,175,178,182,185,188,192,195,198,201,204,208,211,214,218,221,224 mul $0,2 cal $0,187580 ; Rank trans...
55.428571
247
0.703608
f4f8013a50c655de448a302526cbeacbc6d27fd7
266
asm
Assembly
programs/oeis/199/A199318.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/199/A199318.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/199/A199318.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A199318: 3*6^n+1. ; 4,19,109,649,3889,23329,139969,839809,5038849,30233089,181398529,1088391169,6530347009,39182082049,235092492289,1410554953729,8463329722369,50779978334209,304679870005249,1828079220031489,10968475320188929 mov $1,6 pow $1,$0 mul $1,3 add $1,1
33.25
207
0.81203
89e2cbb61f7a7f313f8514ff7bb76c2a2904b1ac
8,279
asm
Assembly
lib/app_crt0.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
lib/app_crt0.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
lib/app_crt0.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ; Startup Code for Z88 applications ; ; The entry point is a dummy function in the DOR which then ; jumps to routine in this file ; ; 1/4/99 djm ; ; 7/4/99 djm Added function to handle commands - this requires ; the user to do something for it! ; ; 4/5/99 djm Added in functionality to re...
24.566766
89
0.598985
16b41610be34f1754eb13387d985f7d882e7d7be
698
asm
Assembly
oeis/164/A164609.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/164/A164609.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/164/A164609.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A164609: a(n) = 10*a(n-1) - 17*a(n-2) for n > 1; a(0) = 1, a(1) = 13. ; Submitted by Christian Krause ; 1,13,113,909,7169,56237,440497,3448941,27000961,211377613,1654759793,12954178509,101410868609,793887651437,6214891748017,48652827405741,380875114341121,2981653077513613,23341653831337073,182728435995639309,14304762...
41.058824
473
0.795129
ac36c7d6b3aef033ce03e77e3316e7599ba80d54
3,453
asm
Assembly
dv3/fd/wsect.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/fd/wsect.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
dv3/fd/wsect.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; DV3 Standard Floppy Disk write Sector  1998 Tony Tebby section dv3 xdef fd_wdirect ; direct sector write xdef fd_wsint ; write sector (internal) xref fd_hold ; reserve the controller xref fd_release ; release the controller xref fd_select ; select drive xref fd_ckrw ; read root sector and c...
22.568627
70
0.694469
bd2045bccf6a32650bc5b67c8006c7c7b7523e1d
4,638
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1226.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1226.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1226.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 %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1de7e, %r8 nop nop nop nop nop and %rsi, %rsi mov (%r8), %dx nop add $1300, %rbx lea addresses_normal_ht+0x143fe, %r10 nop nop nop nop nop sub $52347, %rax mov (%r10), %bx no...
48.821053
2,999
0.661708
01a556bfba6cb9daafd49b28dc493575ac35db05
21,434
asm
Assembly
sdktools/masm/asmhelp.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
sdktools/masm/asmhelp.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
sdktools/masm/asmhelp.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
title asmhelp - assembler helpers page ,132 ;-------------------------------------------------------------------- ; ; asmhelp fast assembly language helpers for masm ; ; (C)Copyright 1985 Microsoft Corp. ; ; Revision history ; ; 04/02/85 Greg Whitten ; initial version ; scanatom speedups ; ;----...
17.299435
76
0.621769
bdbaa86091dd0058422b5e1cc45eb8bbedc5ded9
1,523
asm
Assembly
libsrc/gfx/narrow/multipoint_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/gfx/narrow/multipoint_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/gfx/narrow/multipoint_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Z88 Graphics Functions - Small C+ stubs ; ; Stefano Bodrato 19/7/2007 ; ; ; $Id: multipoint_callee.asm $ ; IF !__CPU_INTEL__ & !__CPU_GBZ80__ ; CALLER LINKAGE FOR FUNCTION POINTERS ; ----- bool multipoint(int hv, int length, int x, int y) ;Usage: ;pick a vertical or horizontal bit bar, up to 16 bit...
16.554348
58
0.524622
01863e61d066b05d00c1dc71fe913f233a624e02
1,203
asm
Assembly
programs/oeis/099/A099867.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/099/A099867.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/099/A099867.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A099867: a(n) = 5*a(n-1) - a(n-2) for n>1, a(0)=1, a(1)=9. ; 1,9,44,211,1011,4844,23209,111201,532796,2552779,12231099,58602716,280782481,1345309689,6445765964,30883520131,147971834691,708975653324,3396906431929,16275556506321,77980876099676,373628823992059,1790163243860619,8577187395311036,41095773732694561,19690168...
80.2
1,033
0.879468
ff6e9584d1abf6294b141ee1aa3e5b3c9bb92a56
6,553
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_595.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_595.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_595.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x16265, %rsi lea addresses_D_ht+0xffe5, %rdi nop nop nop nop xor %r13, %r13 mov $124, %rcx rep movsq nop nop nop nop cmp %r8, %r8 pop %rsi pop %rdi pop %rcx pop %r8 pop %r13 ret .global s_faulty_load ...
34.671958
2,999
0.653136
1657a389674be2df8a2204697a0c6944471456ce
2,944
asm
Assembly
MSDOS/Virus.MSDOS.Unknown.addict4.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
MSDOS/Virus.MSDOS.Unknown.addict4.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
MSDOS/Virus.MSDOS.Unknown.addict4.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
code segment org 0 call Virus Displacement equ $ SavedCode db 0cdh,020h,11 dup (090h) OldInt21 dd 0 Count db 0 Jump db 0e9h NearOfset dw 0 ID db 'Bit Addict says: ',13,10 db '"You have a good taste for hard disks, it was delicious!"' db '$' NewInt21: cmp ax,0ffffh jne Ok cmp dx,ax...
13.142857
124
0.601223
7169f5926f81ac20bc7316843b826b1c3d720fc2
306
asm
Assembly
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_pop_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_pop_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_pop_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; int b_vector_pop_back(b_vector_t *v) SECTION code_clib SECTION code_adt_b_vector PUBLIC b_vector_pop_back EXTERN asm_b_vector_pop_back defc b_vector_pop_back = asm_b_vector_pop_back ; SDCC bridge for Classic IF __CLASSIC PUBLIC _b_vector_pop_back defc _b_vector_pop_back = b_vector_pop_back ENDIF
16.105263
46
0.856209
68b73b15cd117f203064ad77e7f6de14fce02b69
221
asm
Assembly
1's comp-8bit.asm
adey99/8085asmcodes
8049bbf4cc698f5ac9309fee2c5b827680acc8de
[ "MIT" ]
null
null
null
1's comp-8bit.asm
adey99/8085asmcodes
8049bbf4cc698f5ac9309fee2c5b827680acc8de
[ "MIT" ]
null
null
null
1's comp-8bit.asm
adey99/8085asmcodes
8049bbf4cc698f5ac9309fee2c5b827680acc8de
[ "MIT" ]
null
null
null
// 1's COMPLEMENT OF AN 8-BIT NUMBER // The number to be complemented is stored in C050 // Answer is stored in C051 LDA C050 CMA STA C051 HLT // EXAMPLE-> C050=96 // Answer-> C051=69 # ORG C050 # DB 96H
15.785714
50
0.642534
1db2eae76e5d89bffd27d15d0d3f179c2f61308b
553
asm
Assembly
linux32/lesson20.asm
mashingan/notes-asmtutor
88532e0b364a63cd1e7578a537807795d429fc2f
[ "MIT" ]
1
2021-11-05T06:41:49.000Z
2021-11-05T06:41:49.000Z
linux32/lesson20.asm
mashingan/notes-asmtutor
88532e0b364a63cd1e7578a537807795d429fc2f
[ "MIT" ]
null
null
null
linux32/lesson20.asm
mashingan/notes-asmtutor
88532e0b364a63cd1e7578a537807795d429fc2f
[ "MIT" ]
null
null
null
format ELF executable 3 entry start include 'procs.inc' segment readable childMsg db 'This is the child process', 0h parentMsg db 'This is the parent process', 0h segment readable executable start: mov eax, 2 ; SYS_FORK (kernel opcode 2) int 80h cmp eax, 0 ; if eax is zero, we are i...
20.481481
65
0.64557
d74b917ad2c262f690d152c909ecd8639d72fb39
506
asm
Assembly
oeis/144/A144656.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/144/A144656.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/144/A144656.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A144656: a(n) = (n mod 2) if n <= 3, otherwise a(n) = (n^2-5n+7)*(n-2)*a(n-1)/(n-3) + (n^2-5n+7)*a(n-2) - (n-2)*a(n-3)/(n-3). ; Submitted by Jamie Morken(s1) ; 0,1,0,1,4,49,900,24649,944784,48455521,3210355600,267186643801,27307626948900,3363915436531441,491705171699154084,84158959760104032049,16675767262618669710400...
33.733333
245
0.693676
a22290c9e933a48dc6925860e39d767f578fc3d3
374
asm
Assembly
programs/oeis/047/A047357.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/047/A047357.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047357.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A047357: Numbers that are congruent to {0, 1, 3} mod 7. ; 0,1,3,7,8,10,14,15,17,21,22,24,28,29,31,35,36,38,42,43,45,49,50,52,56,57,59,63,64,66,70,71,73,77,78,80,84,85,87,91,92,94,98,99,101,105,106,108,112,113,115,119,120,122,126,127,129,133,134,136,140 mov $3,$0 add $3,1 mov $0,$3 mov $2,$3 lpb $0 trn $0,2 mov $...
23.375
196
0.614973
fe8f093624cecedefa12e1f390912b6bb7155c7f
760
nasm
Assembly
0x06_libc/libc_01.nasm
bigb0sss/b0ssTheASM
14a8ec2b6a0a5d75206c92ae2aac1bfdb4e6345b
[ "MIT" ]
2
2020-12-25T04:23:47.000Z
2022-03-14T15:55:11.000Z
0x06_libc/libc_01.nasm
bigb0sss/b0ssTheASM
14a8ec2b6a0a5d75206c92ae2aac1bfdb4e6345b
[ "MIT" ]
null
null
null
0x06_libc/libc_01.nasm
bigb0sss/b0ssTheASM
14a8ec2b6a0a5d75206c92ae2aac1bfdb4e6345b
[ "MIT" ]
1
2021-09-20T17:04:56.000Z
2021-09-20T17:04:56.000Z
; Executable name : libc_01 ; Version : 1.0 ; Created date : 05/30/2020 ; Last update : 05/30/2020 ; Author : bigb0ss ; Description. : Print "Hello World!" using libc ; ; ; Defining libc functions that I want to use extern printf extern exit global main ; For libc, use th...
24.516129
93
0.596053
aac18cdf48a759e323cb3c9bc46c075807127df5
520
asm
Assembly
TokenStealing.asm
MortenSchenk/Token-Stealing-Shellcode
0e049552e967d87fa8cd042be4e3f1a6e7f8aafe
[ "MIT" ]
54
2017-02-27T13:27:47.000Z
2022-03-20T14:52:34.000Z
TokenStealing.asm
MortenSchenk/Token-Stealing-Shellcode
0e049552e967d87fa8cd042be4e3f1a6e7f8aafe
[ "MIT" ]
null
null
null
TokenStealing.asm
MortenSchenk/Token-Stealing-Shellcode
0e049552e967d87fa8cd042be4e3f1a6e7f8aafe
[ "MIT" ]
29
2017-02-27T14:18:15.000Z
2021-05-29T10:16:05.000Z
.code TokenStealingPayload PROC mov r9, qword ptr gs:[188h] mov r9, qword ptr [r9 + 220h] mov r8, qword ptr [r9 + 3e0h] mov rax, r9 loop1: mov rax, qword ptr [rax + 2f0h] sub rax, 2f0h cmp qword ptr [rax + 2e8h], r8 jne loop1 mov rcx, rax add rcx, 358h mov rax, r9 loop2: mov rax, qword pt...
18.571429
33
0.634615
2862c3bc955148821d3aeaea831358ca266c56cb
41,775
asm
Assembly
tmp1/c55x-sim2/foo/Debug/integer.asm
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
1
2020-08-27T11:31:13.000Z
2020-08-27T11:31:13.000Z
tmp1/c55x-sim2/foo/Debug/integer.asm
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
null
null
null
tmp1/c55x-sim2/foo/Debug/integer.asm
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
null
null
null
;******************************************************************************* ;* TMS320C55x C/C++ Codegen PC v4.4.1 * ;* Date/Time created: Sat Oct 06 06:38:46 2018 * ;****************************************************************************...
45.260022
134
0.647421
d6c69bf97f9fad9bf3bfb94156e61c33fa766d95
383
asm
Assembly
kernel/harddrive.asm
pwoolcoc/redox
87f5ea23d26502494439cbf2a094bb5102f989b8
[ "MIT" ]
null
null
null
kernel/harddrive.asm
pwoolcoc/redox
87f5ea23d26502494439cbf2a094bb5102f989b8
[ "MIT" ]
null
null
null
kernel/harddrive.asm
pwoolcoc/redox
87f5ea23d26502494439cbf2a094bb5102f989b8
[ "MIT" ]
null
null
null
%include "asm/bootsector.asm" startup_start: %ifdef ARCH_i386 %include "asm/startup-i386.asm" %endif %ifdef ARCH_x86_64 %include "asm/startup-x86_64.asm" %endif align 512, db 0 startup_end: kernel_file: incbin "kernel.bin" align 512, db 0 .end: .length equ kernel_file.end - kernel_file .length_sectors eq...
15.958333
41
0.741514
15def128fe1e4f2250050beb2158799a9694cc70
1,104
asm
Assembly
src/Ninu.Emulator.Tests/Cpu/TestFiles/transfers.6502.asm
jorgy343/Ninu
e0fb8b4edeb15eee2199bfb9a8e64bb838d9114c
[ "MIT" ]
null
null
null
src/Ninu.Emulator.Tests/Cpu/TestFiles/transfers.6502.asm
jorgy343/Ninu
e0fb8b4edeb15eee2199bfb9a8e64bb838d9114c
[ "MIT" ]
null
null
null
src/Ninu.Emulator.Tests/Cpu/TestFiles/transfers.6502.asm
jorgy343/Ninu
e0fb8b4edeb15eee2199bfb9a8e64bb838d9114c
[ "MIT" ]
null
null
null
.include "..\..\..\Cpu\TestFiles\std.6502.asm" ; Tests all of the transfer instructions. The tests all follow the same pattern. Load a value into ; the source register, load a different value into the destination register, and perform the ; transfer. The values are chosen to set specific flags. * = $0000 .ini...
20.444444
99
0.578804
f1c5cfdc1dd93570cfb35525f4d34daa781c4ea6
1,649
asm
Assembly
macros/asserts.asm
chaos-lord/CryEd
d67380ad026ac324290a6c31e20f79c06b8f82a6
[ "MIT" ]
1
2021-03-29T14:15:38.000Z
2021-03-29T14:15:38.000Z
macros/asserts.asm
chaos-lord/CryEd
d67380ad026ac324290a6c31e20f79c06b8f82a6
[ "MIT" ]
4
2021-03-28T17:20:09.000Z
2021-04-27T22:20:31.000Z
macros/asserts.asm
chaos-lord/CryEd
d67380ad026ac324290a6c31e20f79c06b8f82a6
[ "MIT" ]
4
2021-03-30T21:58:20.000Z
2022-03-07T06:08:29.000Z
; Macros to verify assumptions about the data or code table_width: MACRO CURRENT_TABLE_WIDTH = \1 if _NARG == 2 REDEF CURRENT_TABLE_START EQUS "\2" else REDEF CURRENT_TABLE_START EQUS "._table_width\@" {CURRENT_TABLE_START}: endc ENDM assert_table_length: MACRO x = \1 assert x * CURRENT_TABLE_WIDTH == @ - {CURRENT_T...
24.984848
93
0.775622
a400f7c07cf3c4a0f7807d30637ba3494aa57675
907
asm
Assembly
oeis/167/A167335.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/167/A167335.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/167/A167335.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A167335: Totally multiplicative sequence with a(p) = 2*(3p+1) = 6p+2 for prime p. ; Submitted by Jon Maiga ; 1,14,20,196,32,280,44,2744,400,448,68,3920,80,616,640,38416,104,5600,116,6272,880,952,140,54880,1024,1120,8000,8624,176,8960,188,537824,1360,1456,1408,78400,224,1624,1600,87808,248,12320,260,13328,12800,1960,2...
27.484848
498
0.670342
8a6892b95d3b8c3b62acf83b3d3934e33615e87f
932
asm
Assembly
programs/oeis/293/A293553.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/293/A293553.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/293/A293553.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A293553: a(n) is the integer k that minimizes |k/Fibonacci(n) - 1/4|. ; 0,0,0,0,1,1,2,3,5,8,14,22,36,58,94,152,247,399,646,1045,1691,2736,4428,7164,11592,18756,30348,49104,79453,128557,208010,336567,544577,881144,1425722,2306866,3732588,6039454,9772042,15811496,25583539,41395035,66978574,108373609,175352183,283725792...
54.823529
728
0.812232
7a54ec69eb6a41b887ba3a38b37743b68fbab8bd
1,638
asm
Assembly
programs/oeis/026/A026274.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/026/A026274.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/026/A026274.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A026274: Greatest k such that s(k) = n, where s = A026272. ; 3,5,8,11,13,16,18,21,24,26,29,32,34,37,39,42,45,47,50,52,55,58,60,63,66,68,71,73,76,79,81,84,87,89,92,94,97,100,102,105,107,110,113,115,118,121,123,126,128,131,134,136,139,141,144,147,149,152,155,157,160,162,165,168,170,173,176,178,181,183,186,189,191,194,1...
29.781818
961
0.60928
75ca84ceb582e4a894ba6170a45d7c83a9fc3932
1,163
asm
Assembly
Lab1/Lab Implementation/part4.asm
egeturan/computer_architecture_labs
b44e495c6c7f9d89243daeabd88a19a946d3ead2
[ "MIT" ]
null
null
null
Lab1/Lab Implementation/part4.asm
egeturan/computer_architecture_labs
b44e495c6c7f9d89243daeabd88a19a946d3ead2
[ "MIT" ]
null
null
null
Lab1/Lab Implementation/part4.asm
egeturan/computer_architecture_labs
b44e495c6c7f9d89243daeabd88a19a946d3ead2
[ "MIT" ]
null
null
null
.data welcome: .asciiz "Welcome to the expression program: \n" valX: .asciiz "Please enter value for x : \n" valY: .asciiz "Please enter value for y : \n" result: .asciiz "The result is: " expression: .asciiz "Expression is: ((x * 2) + y) % 4 \n" .text main: addi $t2, $zero, 4 addi $t4, $zero, 1 #Prompt...
13.845238
60
0.600172
bb7df796b7b39af337c142a6b0cd9f6b5fbfe18d
372
asm
Assembly
programs/oeis/330/A330033.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/330/A330033.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/330/A330033.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A330033: a(n) = Kronecker(n, 5) * (-1)^floor(n/5). ; 0,1,-1,-1,1,0,-1,1,1,-1,0,1,-1,-1,1,0,-1,1,1,-1,0,1,-1,-1,1,0,-1,1,1,-1,0,1,-1,-1,1,0,-1,1,1,-1,0,1,-1,-1,1,0,-1,1,1,-1,0,1,-1,-1,1,0,-1,1,1,-1,0,1,-1,-1,1,0,-1,1,1,-1,0,1,-1,-1,1,0,-1 mov $2,$0 mul $0,22 mov $3,5 lpb $0 sub $0,$2 lpb $0 sub $0,5 add $...
21.882353
186
0.446237
ee06231b261457a5486747a57ab520b16fcc6bde
4,887
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_12823_2494.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_12823_2494.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_12823_2494.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 %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xa987, %rsi lea addresses_D_ht+0x4c86, %rdi nop nop nop nop dec %rbx mov $60, %rcx rep movsw inc %r9 lea addresses_WC_ht+0xd06, %r8 nop and %r14, %r14 movl $0x61626364, (%r8) nop nop nop ...
48.386139
2,999
0.661142
1c8b7f11484614b73e6c6b0f2d48b33639f835a1
247
asm
Assembly
src/basic/readingDoubles.asm
FoxNeo/MyAssemblyProjects
0e84c3d443b02a688c7db581a5aa63b91d25de5f
[ "MIT" ]
null
null
null
src/basic/readingDoubles.asm
FoxNeo/MyAssemblyProjects
0e84c3d443b02a688c7db581a5aa63b91d25de5f
[ "MIT" ]
null
null
null
src/basic/readingDoubles.asm
FoxNeo/MyAssemblyProjects
0e84c3d443b02a688c7db581a5aa63b91d25de5f
[ "MIT" ]
null
null
null
.data prompt: .asciiz "Enter the value of e: " .text # Display message of the user li $v0, 4 la $a0, prompt syscall # Get the double from the user li $v0, 7 syscall # Display the user's input li $v0, 3 add.d $f12, $f0, $f10 syscall
15.4375
41
0.647773
333dd6f3437e605bef7650bd6884410095a84221
597
asm
Assembly
programs/oeis/062/A062717.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/062/A062717.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/062/A062717.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A062717: Numbers m such that 6*m+1 is a perfect square. ; 0,4,8,20,28,48,60,88,104,140,160,204,228,280,308,368,400,468,504,580,620,704,748,840,888,988,1040,1148,1204,1320,1380,1504,1568,1700,1768,1908,1980,2128,2204,2360,2440,2604,2688,2860,2948,3128,3220,3408,3504,3700,3800,4004,4108,4320,4428,4648,4760,4988,5104,53...
59.7
483
0.760469
e4106282cd84e481a31312bb0a8295577e326afa
231
asm
Assembly
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strnchr_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strnchr_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/string/c/sdcc_iy/strnchr_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; char *strnchr_callee(const char *s, size_t n, int c) SECTION code_clib SECTION code_string PUBLIC _strnchr_callee EXTERN asm_strnchr _strnchr_callee: pop af pop hl pop bc pop de push af jp asm_strnchr
11.55
54
0.714286
ede4599974ab96a5ce2f0be40586d8a19330c751
48
asm
Assembly
test/sgt.asm
kspalaiologos/asmbf
c98a51d61724a46855de291a27d68a49a034810b
[ "MIT" ]
67
2020-08-03T06:26:35.000Z
2022-03-24T19:50:51.000Z
test/sgt.asm
pyautogui/asmbf
37c54a8a62df2fc4bab28bdeb43237b4905cbecd
[ "MIT" ]
55
2019-10-02T19:37:08.000Z
2020-06-12T19:40:53.000Z
test/sgt.asm
pyautogui/asmbf
37c54a8a62df2fc4bab28bdeb43237b4905cbecd
[ "MIT" ]
9
2019-05-18T11:59:41.000Z
2020-06-21T20:40:25.000Z
psh 2 psh 3 psh 4 sgt r1, 2 add r1, .0 out r1
5.333333
10
0.604167
65609f2167a56572067324c1dd91ab3de1a42c5f
5,185
asm
Assembly
src/kernel/drivers/soc/ac_cseg.asm
rostislav-nikitin/socOS
75e3bbaa16086df5dd1a476ee86052b3073ce075
[ "MIT" ]
1
2020-07-29T12:30:42.000Z
2020-07-29T12:30:42.000Z
src/kernel/drivers/soc/ac_cseg.asm
rostislav-nikitin/socOS
75e3bbaa16086df5dd1a476ee86052b3073ce075
[ "MIT" ]
null
null
null
src/kernel/drivers/soc/ac_cseg.asm
rostislav-nikitin/socOS
75e3bbaa16086df5dd1a476ee86052b3073ce075
[ "MIT" ]
null
null
null
;======================================================================================================================= ; ; ; Name: socOS (System On Chip Operation System) ...
21.514523
120
0.646287
35b5b9fd7fa7e1774dba222bc7f69a4897761d14
1,796
asm
Assembly
programs/oeis/324/A324172.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/324/A324172.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/324/A324172.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A324172: Number of subsets of {1,...,n} that cross their complement. ; 0,0,0,0,2,10,32,84,198,438,932,1936,3962,8034,16200,32556,65294,130798,261836,523944,1048194,2096730,4193840,8388100,16776662,33553830,67108212,134217024,268434698,536870098,1073740952,2147482716,4294966302,8589933534,17179868060,34359737176,68719...
138.153846
1,638
0.908686
9d45bab2a3d6d1a01c019b6110b2c2c63b0ea4a9
632
asm
Assembly
oeis/049/A049395.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/049/A049395.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/049/A049395.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A049395: Expansion of (1-25*x)^(-7/5). ; Submitted by Jon Maiga ; 1,35,1050,29750,818125,22089375,589050000,15567750000,408653437500,10670395312500,277430278125000,7187966296875000,185689129335937500,4785066025195312500,123044554933593750000,3158143576628906250000,80927429151115722656250,2070790098866784667968750,529...
57.454545
470
0.852848
03e8303e7918fb8a3484bdeb0aa0c9fa9b7ccf60
584
asm
Assembly
ADL/Assemble/Insert/1/R~H~R_insert_rear.asm
MaxMorning/LinkedListVisualization
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
[ "Apache-2.0" ]
3
2021-11-06T03:47:08.000Z
2021-11-06T03:47:11.000Z
ADL/Assemble/Insert/1/R~H~R_insert_rear.asm
MaxMorning/LinkedListVisualization
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
[ "Apache-2.0" ]
null
null
null
ADL/Assemble/Insert/1/R~H~R_insert_rear.asm
MaxMorning/LinkedListVisualization
b2a4f8f11ff6f6dfb495566a006e3472f1dac369
[ "Apache-2.0" ]
1
2021-11-06T03:47:14.000Z
2021-11-06T03:47:14.000Z
aLine 0 nNew newNodePtr, {0:D} aLine 1 gBne Root, null, 9 aLine 2 gMove Root, newNodePtr aLine 3 pSetNext newNodePtr, newNodePtr aLine 4 gDelete newNodePtr aStd Halt aLine 6 gNew currentPtr gMove currentPtr, Root gNewVPtr currentNext gMoveNext currentNext, currentPtr aLine 7 gBeq currentNext, Root, 5 aLine 8 gMo...
13.272727
39
0.816781
aa87c85e4a7eb14c12ec3b9669f9bf14a283de53
887
asm
Assembly
programs/oeis/021/A021180.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/021/A021180.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/021/A021180.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A021180: Decimal expansion of 1/176. ; 0,0,5,6,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8 mov $3,2 mov $9,$0 lpb $3,1 mov $0,$9 sub $3,1 add $0,$3 sub $0,1 mov ...
15.561404
199
0.444194
6c1fff0398283088d042a98f03ef120078276e74
56,166
asm
Assembly
Palmtree.Math.Core.Sint/vs_build/x86_Debug/TEST_op_Equals.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x86_Debug/TEST_op_Equals.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Sint/vs_build/x86_Debug/TEST_op_Equals.asm
rougemeilland/Palmtree.Math.Core.Sint
0895fd4988b146f01ec705e091ef3fd79a721b40
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Sint\Palmtree.Math.Core.Sint\TEST_op_Equals.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES _DATA SEGMENT COMM _uint_number_zero:DWORD...
29.041365
235
0.650358
8581921850fe40b55e5d3b23f7a9753375fc3997
229
asm
Assembly
Assembler/Elisa.asm
cartman300/E64
088b341b76ac62753bf1d38b17a611adf7ceb52e
[ "Unlicense" ]
null
null
null
Assembler/Elisa.asm
cartman300/E64
088b341b76ac62753bf1d38b17a611adf7ceb52e
[ "Unlicense" ]
null
null
null
Assembler/Elisa.asm
cartman300/E64
088b341b76ac62753bf1d38b17a611adf7ceb52e
[ "Unlicense" ]
null
null
null
include "E64_InstrSet.asm" macro main { MOVE_REG_I64 5, 42 MOVE_REG_REG 4, 5 MOVE_REG_REG 3, 4 MOVE_REG_REG 2, 3 MOVE_REG_REG 1, 2 MOVE_REG_REG 0, 1 INT_REG 0 INT_REG 1 INT_REG 2 INT_REG 3 INT_REG 4 INT_REG 5 HALT }
13.470588
26
0.733624
624b565e5b17b8666a0fbaac23caa36f8d1612b5
96,903
asm
Assembly
PRG/prg028.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/prg028.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
PRG/prg028.asm
narfman0/smb3_pp1
38a58adafff67a403591e38875e9fae943a5fe76
[ "Unlicense" ]
null
null
null
; Super Mario Bros. 3 Full Disassembly by Southbird 2012 ; For more info, see http://www.sonicepoch.com/sm3mix/ ; ; PLEASE INCLUDE A CREDIT TO THE SOUTHBIRD DISASSEMBLY ; AND THE ABOVE LINK SOMEWHERE IN YOUR WORKS :) ; ; Original disassembler source generated by DCC6502 version v1.4 ; (With labels, comments, and some s...
44.127049
174
0.617029
d9f4056347ea5831df22ec04808afb29c8ed4c71
508
asm
Assembly
benchmark/benchmark-exomizer-v2.sms.asm
maxim-zhao/bmp2tilecompressors
1d0e475820731359165deb198aa834f8b177048a
[ "MIT" ]
12
2016-04-20T06:08:11.000Z
2021-10-12T10:43:39.000Z
benchmark/benchmark-exomizer-v2.sms.asm
maxim-zhao/bmp2tilecompressors
1d0e475820731359165deb198aa834f8b177048a
[ "MIT" ]
3
2016-09-21T14:39:11.000Z
2021-04-12T16:54:40.000Z
benchmark/benchmark-exomizer-v2.sms.asm
maxim-zhao/bmp2tilecompressors
1d0e475820731359165deb198aa834f8b177048a
[ "MIT" ]
null
null
null
; Disabled as the compressor crashes and sometimes doesn't decompress correctly ; { "technology": "Exomizer v2", "extension": "exomizer" } .memorymap defaultslot 0 slotsize $4000 slot 0 $0000 .endme .rombankmap bankstotal 1 banksize $4000 banks 1 .endro .bank 0 slot 0 .org 0 ld hl,data ld de,$4000 call deexo re...
16.387097
79
0.75
72f1b8778abed7247c12a325d4ea981592124c85
736
asm
Assembly
oeis/122/A122595.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/122/A122595.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/122/A122595.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A122595: Expansion of x/(1 - 3*x + x^2 + x^3 - x^4). ; Submitted by Christian Krause ; 1,3,8,20,50,125,313,784,1964,4920,12325,30875,77344,193752,485362,1215865,3045825,7630000,19113672,47881056,119945321,300471235,752701000,1885567500,4723475586,11832629493,29641546393,74254101600,186011604500,465971795000,116729122...
36.8
489
0.771739
05df67ff2dfb4d729c47a83837353fe0be2cbbe0
1,350
asm
Assembly
src/kernel/common/fast_memcpy.asm
martinszeltins/vertex
3fe1cb7681be8540042bfa8f7b816e449b1a413c
[ "MIT" ]
null
null
null
src/kernel/common/fast_memcpy.asm
martinszeltins/vertex
3fe1cb7681be8540042bfa8f7b816e449b1a413c
[ "MIT" ]
null
null
null
src/kernel/common/fast_memcpy.asm
martinszeltins/vertex
3fe1cb7681be8540042bfa8f7b816e449b1a413c
[ "MIT" ]
null
null
null
global fast_memcpy ; void mempcy(char *dst, char *src, int n) fast_memcpy: pushfd pushad mov ebx,[esp + 36 + 12] ; mov ebx, _nSize$ cmp ebx, 0 jbe end_mcpy ; mov edi, _dest$ mov edi, [esp + 36 + 4] ; mov esi, _src$ mov esi, [esp + 8 + 36] cld mov edx, esi neg edx ...
21.428571
42
0.473333
8539e36d30ac55006b30c46e482af5d11acaf715
2,547
asm
Assembly
loaders_patches_etc/screen_z2.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
loaders_patches_etc/screen_z2.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
loaders_patches_etc/screen_z2.asm
alexanderbazhenoff/zx-spectrum-various
80cf61cb8cc6f9b5b1cd6ce9b0e394323afe346e
[ "MIT" ]
null
null
null
ORG #9C40 ; SAVE "FILENAME" CODE 40000,7327 BORDER EQU 5 DI LD BC,#7FFD LD HL,#FFFF LD DE,#1710 OUT (C),E LD (HL),E OUT (C),D LD (HL),D OUT (C),E LD A,D CP (HL) JP Z,MODE48 LD HL,#D800 L...
14.982353
39
0.37181
2df3b5f85d181f07cfd15b26afa73f050cfd4057
2,607
asm
Assembly
Appl/Art/Decks/GeoDeck/CGASpadeK.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Art/Decks/GeoDeck/CGASpadeK.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Art/Decks/GeoDeck/CGASpadeK.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
CGASpadeK label byte word C_BLACK Bitmap <67,41,0,BMF_MONO> db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 db 0x3c, 0x70, 0x02, 0x10, 0x84, 0x20, 0x00, 0x00, 0x00 db 0x18, 0xe0, 0x03, 0x29, 0x4a, 0x60, 0x01, 0x00, 0x00 db 0x1...
30.313953
53
0.616034
95760257d104947895baed1576a43ebd4becc692
2,251
asm
Assembly
Borland/CBuilder5/Source/RTL/source/cstrings/memcmp.asm
TrevorDArcyEvans/DivingMagpieSoftware
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
1
2021-05-27T10:27:25.000Z
2021-05-27T10:27:25.000Z
Borland/CBuilder5/Source/RTL/source/cstrings/memcmp.asm
TrevorDArcyEvans/Diving-Magpie-Software
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
null
null
null
Borland/CBuilder5/Source/RTL/source/cstrings/memcmp.asm
TrevorDArcyEvans/Diving-Magpie-Software
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
null
null
null
;[]-----------------------------------------------------------------[] ;| MEMCMP.ASM -- compare two memory arrays | ;[]-----------------------------------------------------------------[] ; ; C/C++ Run Time Library - Version 10.0 ; ; Copyright (c) 1996, 2000 by Inprise Corporation...
21.037383
80
0.483785
aaa0165e39eefd1acf6e9577670840c76254f26b
313
asm
Assembly
programs/oeis/047/A047521.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/047/A047521.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047521.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A047521: Numbers that are congruent to {0, 7} mod 8. ; 0,7,8,15,16,23,24,31,32,39,40,47,48,55,56,63,64,71,72,79,80,87,88,95,96,103,104,111,112,119,120,127,128,135,136,143,144,151,152,159,160,167,168,175,176,183,184,191,192,199,200,207,208,215,216,223,224,231,232 mov $1,$0 add $1,1 div $1,2 mul $1,6 add $1,$0
34.777778
209
0.677316
87452cec5a80b2b97743f94d0413d51e0ec2c1c5
1,289
asm
Assembly
programs/oeis/305/A305497.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/305/A305497.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/305/A305497.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A305497: The largest positive even integer that can be represented with n digits in base 3/2. ; 2,4,8,14,22,34,52,80,122,184,278,418,628,944,1418,2128,3194,4792,7190,10786,16180,24272,36410,54616,81926,122890,184336,276506,414760,622142,933214,1399822,2099734,3149602,4724404,7086608,10629914,15944872,23917310,3587596...
85.933333
1,091
0.867339
08d85105b38cf6469877fc68d4f7ff56a92262e1
2,978
asm
Assembly
src/main.asm
SHARPENTIERS/z80test
efa6938278080b915f8f69270e0ce4aee15d8d9a
[ "MIT" ]
2
2021-12-05T03:16:26.000Z
2021-12-05T09:05:36.000Z
src/main.asm
SHARPENTIERS/z80test
efa6938278080b915f8f69270e0ce4aee15d8d9a
[ "MIT" ]
1
2021-12-05T22:09:16.000Z
2021-12-05T22:09:16.000Z
src/main.asm
SHARPENTIERS/z80test
efa6938278080b915f8f69270e0ce4aee15d8d9a
[ "MIT" ]
1
2021-12-05T11:16:28.000Z
2021-12-05T11:16:28.000Z
; Main driver for the Z80 tester. ; ; Copyright (C) 2012 Patrik Rak (patrik@raxoft.cz) ; ; This source code is released under the MIT license, see included license.txt. org 0x8000 main: di push iy exx push hl call print db ...
19.592105
79
0.320685
33d704be1944ed8635335338e00ee2dcbd9975f6
442
asm
Assembly
oeis/128/A128939.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/128/A128939.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/128/A128939.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A128939: Maximal product over partitions of n into parts of the form 3k+1. ; Submitted by Jamie Morken(s1) ; 1,1,1,4,4,4,7,16,16,16,28,64,64,64,112,256,256,256,448,1024,1024,1024,1792,4096,4096,4096,7168,16384,16384,16384,28672,65536,65536,65536,114688,262144,262144,262144,458752,1048576 lpb $0 mov $2,$0 lpb $2 ...
22.1
181
0.660633
90ad7375301c2c73a72892d9bc61b595c621049b
3,967
asm
Assembly
MSDOS/Virus.MSDOS.Unknown.vir2.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
MSDOS/Virus.MSDOS.Unknown.vir2.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
MSDOS/Virus.MSDOS.Unknown.vir2.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
{ Beginning of source code, Turbo Pascal 3.01a } {C-} {U-} {I-} { Wont allow a user break, enable IO check } { -- Constants --------------------------------------- } Const VirusSize = 13847; { AIDSYs code size } Warning :String[42] { Warning message } = ZThis File Has Been Infected By ...
32.785124
80
0.46307
7b0ab511464fc6e131e0288d785f44fc2592fb38
6,643
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_77.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_77.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_77.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 %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xbde5, %r14 nop nop xor $38514, %rcx and $0xffffffffffffffc0, %r14 vmovaps (%r14), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $1, %xmm3, %rdx nop nop nop nop xor $2...
34.242268
2,999
0.661599
190fd81d0e95f6423813690155b7643822f7e6c0
2,000
asm
Assembly
src_main/base/include/chrono.x86-64.asm
ArcadiusGFN/SourceEngine2007
51cd6d4f0f9ed901cb9b61456eb621a50ce44f55
[ "bzip2-1.0.6" ]
25
2018-02-28T15:04:42.000Z
2021-08-16T03:49:00.000Z
src_main/base/include/chrono.x86-64.asm
ArcadiusGFN/SourceEngine2007
51cd6d4f0f9ed901cb9b61456eb621a50ce44f55
[ "bzip2-1.0.6" ]
1
2019-09-20T11:06:03.000Z
2019-09-20T11:06:03.000Z
src_main/base/include/chrono.x86-64.asm
ArcadiusGFN/SourceEngine2007
51cd6d4f0f9ed901cb9b61456eb621a50ce44f55
[ "bzip2-1.0.6" ]
9
2019-07-31T11:58:20.000Z
2021-08-31T11:18:15.000Z
.code ; u64 start_tsc() start_tsc proc ; Warm up CPU instruction cache (3 times). push rbx cpuid ; clobber rax, rbx, rcx, rdx rdtsc ; rdx has high part, rax has low part shl rdx,20h ; rdx << 32 or rax,rdx ; rax = rdx << 32 | rax pop rbx push rbx rdtscp ;...
25.316456
55
0.5265
7892daa61b57b0cbe2c03cf7bb73347eba4f0e35
7,407
asm
Assembly
loader_v1/hldr32/hldr32.asm
clayne/pe_to_shellcode
f45922464e76555f9a24b2a3a71261a655170e0d
[ "BSD-2-Clause" ]
null
null
null
loader_v1/hldr32/hldr32.asm
clayne/pe_to_shellcode
f45922464e76555f9a24b2a3a71261a655170e0d
[ "BSD-2-Clause" ]
null
null
null
loader_v1/hldr32/hldr32.asm
clayne/pe_to_shellcode
f45922464e76555f9a24b2a3a71261a655170e0d
[ "BSD-2-Clause" ]
null
null
null
bits 32 %include "hldr32.inc" ;----------------------------------------------------------------------------- ;recover kernel32 image base ;----------------------------------------------------------------------------- hldr_begin: pushad ;must save ebx/edi/esi/ebp push tebPr...
32.92
117
0.45241
03ed82b3fe7bcdc5e0df0ab02922bba46e799e8b
5,299
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1099.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1099.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1099.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 %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x36e1, %rsi lea addresses_WC_ht+0x5321, %rdi nop nop nop cmp $2003, %r14 mov $21, %rcx rep movsb nop cmp %rbp, %rbp lea addresses_WT_ht+0x19921, %r8 nop nop nop and %rdx, %rdx mov (%r8),...
41.724409
2,999
0.65635
da877df801f73ce341283da11f4cce7ec9ec6b94
4,937
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_1745.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_0xca_notsx.log_21829_1745.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_0xca_notsx.log_21829_1745.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 %r12 push %r13 push %r9 push %rax push %rbp lea addresses_WT_ht+0x91ac, %r13 nop nop nop inc %r12 mov $0x6162636465666768, %r10 movq %r10, (%r13) nop nop nop nop nop and %rbp, %rbp lea addresses_WC_ht+0xfdac, %r12 clflush (%r12) nop nop add %rax, %ra...
43.307018
2,999
0.660725
c8102c2db7c7f454db1e1c8f68a0d2064cc1cde0
5,824
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_un_4k_sm_/i7-7700_9_0x48_notsx.log_21829_1606.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_zr_un_4k_sm_/i7-7700_9_0x48_notsx.log_21829_1606.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_zr_un_4k_sm_/i7-7700_9_0x48_notsx.log_21829_1606.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 %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_normal_ht+0xf073, %rsi lea addresses_D_ht+0x3153, %rdi nop nop nop and $57038, %r11 mov $36, %rcx rep movsq nop add $17241, %r15 lea addresses_D_ht+0x1a6fb, %r11 nop nop nop nop nop cmp $53608, %r14 mo...
39.087248
2,999
0.652816
614448ffae2ab7f38cae201428486cdef6a80693
103,451
asm
Assembly
etude.asm
shepheb/hork
dcafb7985cbf40b6fe236a48ce59474300fadaf4
[ "BSD-3-Clause" ]
null
null
null
etude.asm
shepheb/hork
dcafb7985cbf40b6fe236a48ce59474300fadaf4
[ "BSD-3-Clause" ]
null
null
null
etude.asm
shepheb/hork
dcafb7985cbf40b6fe236a48ce59474300fadaf4
[ "BSD-3-Clause" ]
1
2021-05-18T23:03:23.000Z
2021-05-18T23:03:23.000Z
Resident data ends at 61c, program starts at 61c, file ends at 4a0c Starting analysis pass at address 61c End of analysis pass, low address = 61c, high address = 20b6 [Start of code at 61c] Main routine 61c, 0 locals 61d: e0 3f 05 6b ff CALL_VS 15ac -> Gef 622: ba QUIT ...
49.569238
79
0.441426
d413611ee78a4dc3e06373f03aaf1ec955fb92b0
217
asm
Assembly
libsrc/math/z88math/deq.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/math/z88math/deq.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
libsrc/math/z88math/deq.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
; ; Z88dk Z88 Maths Library ; ; ; $Id: deq.asm,v 1.2 2009/06/22 21:44:17 dom Exp $ XLIB deq LIB fsetup LIB stkequcmp INCLUDE "fpp.def" ; TOS != FA? .deq call fsetup fpp(FP_EQ) jp stkequcmp
10.85
56
0.59447
ad2c41e4804e10a76919c5f4de39df0d3c06d1e9
4,486
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_386.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_386.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_386.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 %rax push %rbp push %rdx push %rsi lea addresses_WC_ht+0xd194, %rbp nop nop xor %rdx, %rdx movb (%rbp), %al nop cmp %rsi, %rsi pop %rsi pop %rdx pop %rbp pop %rax ret .global s_faulty_load s_faulty_load: push %r14 push %r15 push %r8 push %rax push %rbp push %rbx pu...
52.162791
2,999
0.659385
8be71435b140f1322be77993e2f45d53145a5a8b
7,580
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_887.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_0xa0.log_21829_887.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_0xa0.log_21829_887.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 %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1a71, %rsi lea addresses_WT_ht+0x17a71, %rdi nop nop inc %rbp mov $32, %rcx rep movsl nop nop cmp $41640, %r15 lea addresses_WT_ht+0x1e951, %rax nop sub %rdi, %rdi movb $0x6...
34.144144
2,999
0.656201
2b691c2ebd07453a21735b2290fd701290c2828a
1,102
asm
Assembly
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_ldiv.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
1
2022-03-08T11:55:58.000Z
2022-03-08T11:55:58.000Z
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_ldiv.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_ldiv.asm
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
; long __ldiv (long left, long right) SECTION code_clib SECTION code_fp_am9511 PUBLIC cam32_sdcc_ldivs, cam32_sdcc_ldivu EXTERN asm_sdcc_readr, asm_am9511_ldiv .cam32_sdcc_ldivs ; divide sdcc long by sdcc long ; ; enter : stack = sdcc_long right, sdcc_long left, ret ; ; exit : DEHL = sdcc_lon...
26.238095
80
0.57441
132432e650af1ec6c75a3ea9ce5411f3ddd7cd8f
403
asm
Assembly
programs/oeis/087/A087946.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/087/A087946.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/087/A087946.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A087946: Expansion of (1-3x+x^2)/((1-2x)(1-4x+x^2)). ; 1,3,10,35,126,461,1702,6315,23494,87533,326382,1217483,4542526,16950573,63255670,236063915,880983606,3287837741,12270301822,45793238475,170902389934,637815796973,2380359749382,8883621103403 add $0,1 mov $1,2 pow $1,$0 lpb $1 mov $1,2 pow $1,$0 lpe seq $0,350...
26.866667
191
0.672457
f15cee5d8a009634eb20ec33253685394723ec41
18,640
asm
Assembly
target/cos_117/disasm/iop_overlay1/TRCLN.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/TRCLN.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/TRCLN.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0001 (0x000002) 0x291A- f:00024 d: 282 | OR[282] = A 0x0002 (0x000004) 0x211A- f:00020 d: 282 | A = OR[282] 0x0003 (0x000006) 0x863E- f:00103 d: 62 | P = P + 62 (0x0041), A # 0 ...
79.65812
79
0.45971
8aac82c9b0849926f216c7e301440e121d7c4ad2
377
asm
Assembly
programs/oeis/000/A000166.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/000/A000166.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/000/A000166.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A000166: Subfactorial or rencontres numbers, or derangements: number of permutations of n elements with no fixed points. ; 1,0,1,2,9,44,265,1854,14833,133496,1334961,14684570,176214841,2290792932,32071101049,481066515734,7697064251745,130850092279664,2355301661033953,44750731559645106 mov $1,2 lpb $0 sub $0,1 mo...
29
164
0.755968
b6917c6dadaf50fd0484af2c3bcb94fe2d56359c
450
asm
Assembly
oeis/120/A120879.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/120/A120879.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/120/A120879.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A120879: G.f. satisfies: A(x) = A(x^3)*(1 + 3*x + 2*x^2). ; Submitted by Jamie Morken(s2) ; 1,3,2,3,9,6,2,6,4,3,9,6,9,27,18,6,18,12,2,6,4,6,18,12,4,12,8,3,9,6,9,27,18,6,18,12,9,27,18,27,81,54,18,54,36,6,18,12,18,54,36,12,36,24,2,6,4,6,18,12,4,12,8,6,18,12,18,54,36,12,36,24,4,12,8,12,36,24,8,24,16,3,9,6,9,27,18,6,18,1...
30
257
0.568889
c074c3435f627028500efe487bcbad5c99bf649a
622
asm
Assembly
libsrc/_DEVELOPMENT/stdio/c/sccz80/getdelim_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sccz80/getdelim_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sccz80/getdelim_callee.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; size_t getdelim(char **lineptr, size_t *n, int delimiter, FILE *stream) INCLUDE "clib_cfg.asm" SECTION code_clib SECTION code_stdio ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $02 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC getdelim_callee EXTERN asm_getdelim getdelim_callee: pop hl pop ix ...
15.55
73
0.527331
66e22082d1e6f4e9bfa4f66dcd486f795fb39557
1,011
asm
Assembly
programs/oeis/004/A004443.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/004/A004443.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/004/A004443.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A004443: Nimsum n + 2. ; 2,3,0,1,6,7,4,5,10,11,8,9,14,15,12,13,18,19,16,17,22,23,20,21,26,27,24,25,30,31,28,29,34,35,32,33,38,39,36,37,42,43,40,41,46,47,44,45,50,51,48,49,54,55,52,53,58,59,56,57,62,63,60,61,66,67,64,65,70,71,68,69,74,75,72,73,78,79,76,77,82,83,80,81,86,87,84,85,90,91,88,89,94,95,92,93,98,99,96,97,102...
72.214286
891
0.697329