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
8e70befecf5dca90f832d13230fafc268475d747
143
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/ztram.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/ztram.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/ztram.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: ztram.asm Type: file Size: 12302 Last-Modified: '2016-05-13T04:36:32Z' SHA-1: 59483ADA8D7AD15CA60CD36DEC62D99354EFD049 Description: null
20.428571
47
0.811189
9da9622a333142bafd9932965aead22a4177a567
772
asm
Assembly
cython/ptracelib/hello.asm
LaudateCorpus1/pygdb
38466e1f16f6eae64daa4dd00455d64ff78b1124
[ "Unlicense" ]
7
2017-03-27T02:37:09.000Z
2022-01-10T16:33:21.000Z
part2/hello.asm
banach-space/debuggers_eli
00688722c3f26c82e05cab40b1a447cbc840c12d
[ "Unlicense" ]
null
null
null
part2/hello.asm
banach-space/debuggers_eli
00688722c3f26c82e05cab40b1a447cbc840c12d
[ "Unlicense" ]
1
2021-11-30T02:56:24.000Z
2021-11-30T02:56:24.000Z
section .text ; The _start symbol must be declared for the linker (ld) global _start _start: ; Prepare arguments for the sys_write system call: ; - eax: system call number (sys_write) ; - ebx: file descriptor (stdout) ; - ecx: pointer to string ; - edx: string length mov ...
20.864865
60
0.545337
3063b0dedeb9905a2164c6366930743b5605ee05
502
asm
Assembly
array.asm
mmoeller86/jsonx64
e5e899c5fcd38b0dc2df31051548df0ebbe2d96e
[ "MIT" ]
null
null
null
array.asm
mmoeller86/jsonx64
e5e899c5fcd38b0dc2df31051548df0ebbe2d96e
[ "MIT" ]
null
null
null
array.asm
mmoeller86/jsonx64
e5e899c5fcd38b0dc2df31051548df0ebbe2d96e
[ "MIT" ]
null
null
null
; JSON array processing procedures .model flat, stdcall option casemap: none include json.inc public json_array_add .code json_array_add PROC array: Ptr, len: Ptr, el: Ptr mov rdi, array mov rdi, [rdi] mov rcx, len mov rcx, [rcx] inc rcx mov rsi, rcx shl rsi, 3 push rcx call realloc pop rcx test ra...
12.243902
49
0.671315
d33e4d357ffcc1d291d4762123a5c75dff5b4b15
405
asm
Assembly
programs/oeis/095/A095141.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/095/A095141.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/095/A095141.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A095141: Triangle formed by reading Pascal's triangle (A007318) mod 6. ; 1,1,1,1,2,1,1,3,3,1,1,4,0,4,1,1,5,4,4,5,1,1,0,3,2,3,0,1,1,1,3,5,5,3,1,1,1,2,4,2,4,2,4,2,1,1,3,0,0,0,0,0,0,3,1,1,4,3,0,0,0,0,0,3,4,1,1,5,1,3,0,0,0,0,3,1,5,1,1,0,0,4,3,0,0,0,3,4,0,0,1,1,1,0,4,1,3,0,0,3,1,4,0,1,1 cal $0,7318 ; Pascal's triangle re...
57.857143
211
0.553086
579ffd792f6e5532abfaecc9bc502a046fa7ddea
590
asm
Assembly
programs/oeis/143/A143261.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/143/A143261.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/143/A143261.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A143261: Triangle read by rows: binary reversed Gray code of binomial(n,m). ; 1,1,1,1,3,1,1,1,1,1,1,3,5,3,1,1,7,15,15,7,1,1,5,1,15,1,5,1,1,1,31,19,19,31,1,1,1,3,9,9,83,9,9,3,1,1,11,27,63,65,65,63,27,11,1,1,15,55,17,221,65,221,17,55,15,1,1,7,13,239,495,297,297,495,239,13,7,1 seq $0,7318 ; Pascal's triangle read by ro...
84.285714
198
0.667797
e4a7cda76816ba8a1bdda39a3136b02f63068856
319
asm
Assembly
libsrc/target/zx/input/in_MouseKempSetPos.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/zx/input/in_MouseKempSetPos.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/zx/input/in_MouseKempSetPos.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void in_MouseKempSetPos(uint xcoord, uint ycoord) ; 09.2005 aralbrec SECTION code_clib PUBLIC in_MouseKempSetPos PUBLIC _in_MouseKempSetPos EXTERN centry_in_MouseKempSetPos .in_MouseKempSetPos ._in_MouseKempSetPos pop de pop bc pop hl push hl push bc push de jp centry_in_MouseKempSetPos
15.190476
51
0.780564
f2e2226187b1663213e604ec9dffe3ff69d307d0
515
asm
Assembly
programs/oeis/315/A315470.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/315/A315470.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/315/A315470.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A315470: Coordination sequence Gal.6.253.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,6,11,16,21,26,32,37,42,47,52,58,64,69,74,79,84,90,95,100,105,110,116,122,127,132,137,142,148,153,158,163,168,174,180,185,190,195,200,206,2...
25.75
180
0.683495
d938e93f612450c200cacce85dac6f454f1f521a
316
asm
Assembly
programs/oeis/136/A136619.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/136/A136619.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/136/A136619.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A136619: a(1) = 1, then repeat period 3: [1, 4, 2]. ; 1,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4,2,1,4 mov $1,$0 trn $1,1 mod $1,3 mul $1,3 mod $1,5 add $1,1
31.6
205
0.512658
bdec0d380b7e006912ae848b113b0c3629bb7b43
7,650
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_353.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_353.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_353.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x4870, %rsi lea addresses_WT_ht+0xff6b, %rdi clflush (%rsi) add %rdx, %rdx mov $54, %rcx rep movsq nop nop nop nop nop sub %r12, %r12 lea addresses_A_ht+0x3d6b, %rsi lea a...
35.091743
2,999
0.659869
d7a188296d8d4e4db1d266b2684bbc3281d1405f
9,758
asm
Assembly
MathProgs/ConProgs.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
MathProgs/ConProgs.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
1
2019-10-13T06:14:21.000Z
2019-10-13T14:02:45.000Z
MathProgs/ConProgs.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
VERTEX_FORM: call PutLine .db "Y=AX²+BX+C",0 ld a, tX call Prompt .db "A=",0 ld a, tY call Prompt .db "B=",0 ld a, tAns call Prompt .db "C=",0 call AppendStrInlineInit .db "Y=",0 bcall(_RclX) ld a, 6 bcall(_FormReal) ld hl, OP3 call AppendStr call AppendStrInline .db "(X-",0 call ParseExpr ;-Y/(2X ...
17.806569
82
0.706805
e923e6caaebd7cdd96ec6af6bd0ee7073ca1bb55
6,976
asm
Assembly
src/invtro_title.asm
BlockoS/up-14
93c1e9bc03ef7516ff269617253e2b52186cff7d
[ "BSD-3-Clause" ]
4
2015-01-21T18:11:56.000Z
2015-06-07T07:40:21.000Z
src/invtro_title.asm
BlockoS/up-14
93c1e9bc03ef7516ff269617253e2b52186cff7d
[ "BSD-3-Clause" ]
null
null
null
src/invtro_title.asm
BlockoS/up-14
93c1e9bc03ef7516ff269617253e2b52186cff7d
[ "BSD-3-Clause" ]
null
null
null
TITLE_FRAME_COUNT = 512 RASTER_BAR_START_Y = 220 RASTER_BAR_STEP_ANGLE = 240 RASTER_BAR_SPEED = 64 RASTER_BAR_SIZE = 128 RASTER_BAR_RESOLUTION = 18 RASTER_BAR_STEP = 65536 / RASTER_BAR_RESOLUTION TITLE_BG_COLOR = $1ff .rsset _zp_fx raster_bar_angle .rs 2 raster_bar_start_y .rs 4 raster_bar...
20.27907
72
0.509891
7aa27c43325271630be40b3d3d798161334dda5e
786
asm
Assembly
hello_for_loop.asm
EdTheBass/asm_tutorial
0731a1465a2fd85e1797e6a530950347f9dad341
[ "BSD-3-Clause" ]
97
2019-07-09T22:08:40.000Z
2022-03-25T06:52:42.000Z
hello_for_loop.asm
EdTheBass/asm_tutorial
0731a1465a2fd85e1797e6a530950347f9dad341
[ "BSD-3-Clause" ]
1
2021-05-18T18:38:25.000Z
2021-08-05T05:37:45.000Z
hello_for_loop.asm
EdTheBass/asm_tutorial
0731a1465a2fd85e1797e6a530950347f9dad341
[ "BSD-3-Clause" ]
20
2019-07-09T22:08:36.000Z
2022-01-07T02:54:26.000Z
bits 64 default rel segment .data n dq 5 a dq 10, 20, 30, 40, 50 b dq 1, 2, 3, 4, 5 c dq 0 segment .text global main main: push rbp ; set up a stack frame mov rbp, rsp ; base pointer points to stack frame sub rsp, 32 ; leave room for shado...
17.863636
97
0.477099
22a668bf6bded24fe4fabfb53e01d559e4dae9d2
643
asm
Assembly
programs/oeis/117/A117961.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/117/A117961.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/117/A117961.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A117961: Hexagonal numbers with prime indices. ; 6,15,45,91,231,325,561,703,1035,1653,1891,2701,3321,3655,4371,5565,6903,7381,8911,10011,10585,12403,13695,15753,18721,20301,21115,22791,23653,25425,32131,34191,37401,38503,44253,45451,49141,52975,55611 cal $0,330410 ; a(n) = 6*prime(n) - 1. mul $0,2 lpb $0 mov $2,$0...
33.842105
219
0.671851
1a0f88381dcc1d4746132de1e0e5147798a85b78
518
asm
Assembly
programs/oeis/340/A340793.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/340/A340793.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/340/A340793.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A340793: Sequence whose partial sums give A000203. ; 1,2,1,3,-1,6,-4,7,-2,5,-6,16,-14,10,0,7,-13,21,-19,22,-10,4,-12,36,-29,11,-2,16,-26,42,-40,31,-15,6,-6,43,-53,22,-4,34,-48,54,-52,40,-6,-6,-24,76,-67,36,-21,26,-44,66,-48,48,-40,10,-30,108,-106,34,8 mov $2,$0 mov $4,2 lpb $4 mov $0,$2 sub $4,1 add $0,$4 tr...
22.521739
200
0.561776
09b333cead74ae8ad5abaf7f556adcd612f05ff1
1,739
asm
Assembly
0x29.asm
SpeedStepper/XchgRaxRax
24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc
[ "MIT" ]
53
2017-09-06T02:37:25.000Z
2022-03-10T05:17:06.000Z
0x29.asm
uf0o/xorpd-solutions
3a84172f615533ffbd40124594db6d36baa6260a
[ "MIT" ]
2
2019-04-03T12:51:42.000Z
2020-12-10T13:58:14.000Z
0x29.asm
uf0o/xorpd-solutions
3a84172f615533ffbd40124594db6d36baa6260a
[ "MIT" ]
21
2017-09-06T02:37:33.000Z
2022-03-10T05:17:09.000Z
; ; $Id: 0x29.asm,v 1.1.1.1 2016/03/27 08:40:13 raptor Exp $ ; ; 0x29 explanation - from xchg rax,rax by xorpd@xorpd.net ; Copyright (c) 2016 Marco Ivaldi <raptor@0xdeadbeef.info> ; ; This snippet copies rcx bytes of the 3-bytes string ; pointed by rsi to the string pointed by rdi (which is ; located at address rsi + 3...
28.983333
62
0.661875
3fe4b606b689f7865ec020e0d56d42195b65e010
882
asm
Assembly
src/util/icon/bmove.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/icon/bmove.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/icon/bmove.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
* Sprite bmove * * Mode 4 * +|-----------------+ * - wwww - * | w | * | w rr rr r w | * | w w w w| * |rr w rrr rrr w w| * | w wwww w| * |rr w w| * | wwwwwwwwwwwwwww| * |rr w w | * | w w rrr w w | * | rr w w | * +|-----------------+ * section sprite xdef mes_bmove xref m...
16.036364
34
0.539683
c54c3e71dbd24de325c86950b536eb284da2a11e
1,796
asm
Assembly
aux/2600/rdy/rdy.asm
6502ts/6502.ts
6f923e5fe693b82a2448ffac1f85aea9693cacff
[ "MIT" ]
49
2016-12-26T15:49:28.000Z
2022-01-21T06:43:48.000Z
aux/2600/rdy/rdy.asm
6502ts/6502.ts
6f923e5fe693b82a2448ffac1f85aea9693cacff
[ "MIT" ]
48
2016-09-14T22:37:24.000Z
2020-09-25T21:53:28.000Z
aux/2600/rdy/rdy.asm
6502ts/6502.ts
6f923e5fe693b82a2448ffac1f85aea9693cacff
[ "MIT" ]
4
2017-01-27T01:46:50.000Z
2022-03-29T12:10:32.000Z
PROCESSOR 6502 TIMER_PAL = 56 OVERSCAN_LINES_PAL = 36 BURN_LINES_PAL = 123 TIMER_NTSC = 47 OVERSCAN_LINES_NTSC = 30 COLOR = $0E INCLUDE vcs.h INCLUDE macro.h SEG.U VARS_MAIN ORG $80 burnLines DS.B 1 overscanLines DS.B 1 timer DS.B 1 MAC BAR_SIMPLE LDA #COLOR ; 2 ...
13.205882
36
0.582962
bd32787e379c04a738c349eb8db07148ba9e2316
486
asm
Assembly
programs/oeis/007/A007830.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/007/A007830.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/007/A007830.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A007830: a(n) = (n+3)^n. ; 1,4,25,216,2401,32768,531441,10000000,214358881,5159780352,137858491849,4049565169664,129746337890625,4503599627370496,168377826559400929,6746640616477458432,288441413567621167681,13107200000000000000000,630880792396715529789561,32064977213018365645815808,1716155831334586342923895201,964797...
60.75
418
0.872428
a66fde1e17fe8d6205dcc0f8a7258030e153e1fa
9,010
asm
Assembly
8088/dos/kernel.asm
reenigne/reenigne
c3eb8b31d7964e78bbe44908987d4be052a74488
[ "Unlicense" ]
92
2015-04-10T17:45:11.000Z
2022-03-30T17:58:51.000Z
8088/dos/kernel.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
2
2017-11-05T07:21:35.000Z
2018-11-04T23:36:13.000Z
8088/dos/kernel.asm
MS-DOS-stuff/reenigne
0a113990aef398550c6f14d1c7a33af1cb091887
[ "Unlicense" ]
18
2015-04-11T20:32:44.000Z
2021-11-06T05:19:57.000Z
%include "../defaults_bin.asm" jmp codeStart db '20131215a-com1-115200',0 codeStart: sub di,0x500 cmp di,kernelEnd jne lengthOk1 or byte[cs:flags],1 lengthOk1: call findIP findIP: pop si sub si,findIP mov ah,0 mov cx,checkSum checksumLoop: lodsb add ah,al loop checksumLoop cmp ah,[cs:...
16.292948
118
0.689456
03e3dee68b82abc7f1c2cc2071e6bb1b4997fd97
1,047
asm
Assembly
Assembly/Brother and Sister.asm
knroy/Competitive-Programming
5c03b1f4d15bdd1d4ba30a39464b42a7ded59e29
[ "Apache-2.0" ]
null
null
null
Assembly/Brother and Sister.asm
knroy/Competitive-Programming
5c03b1f4d15bdd1d4ba30a39464b42a7ded59e29
[ "Apache-2.0" ]
null
null
null
Assembly/Brother and Sister.asm
knroy/Competitive-Programming
5c03b1f4d15bdd1d4ba30a39464b42a7ded59e29
[ "Apache-2.0" ]
1
2019-08-07T15:26:19.000Z
2019-08-07T15:26:19.000Z
include 'emu8086.inc' print 'Enter the Fcuking Number: ' mov bh,10 mov ah,1 int 21h mov bl,al mov ah,1 int 21h mov cl,al sub bl,48 sub cl,48 printn "" cmp cl,5 JL yes_less cmp cl,5 JE yes_equal cmp cl,5 JG yes_greater yes_less: sub bh,5 add bh,cl sub bl,1 ...
10.90625
35
0.470869
b96c2750d61d9df91e5b1ea407849574e1a50b57
27,634
asm
Assembly
Win32/Win32.Darling/Win32.Darling.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
Win32/Win32.Darling/Win32.Darling.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
Win32/Win32.Darling/Win32.Darling.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
;============================================================================ ; ; ; NAME: Win32.Darling v1.00 ; TYPE: Direct-action variable-encrypting PE-infector. ; SIZE: Around 1700 bytes. ; AUTHOR: T-2000 / [Immortal Riot]. ; E-MAIL: T2000_@hotmail.com ; DATE: May 1999. ; PAYLOAD: Randomly pops...
29.242328
78
0.421908
72719878562e73e0f80211e762b6a14f79274e6e
289
asm
Assembly
sprites/index.asm
cainex/c64_playground
74587cd884d478eaf0d2cd3660d1b9503a7e728b
[ "Apache-2.0" ]
null
null
null
sprites/index.asm
cainex/c64_playground
74587cd884d478eaf0d2cd3660d1b9503a7e728b
[ "Apache-2.0" ]
null
null
null
sprites/index.asm
cainex/c64_playground
74587cd884d478eaf0d2cd3660d1b9503a7e728b
[ "Apache-2.0" ]
null
null
null
#import "../common/vic_regs.asm" * = $0801 BasicUpstart(start) * = $2000 #import "sprite1_data.asm" * = $2040 #import "sprite2_data.asm" * = $c000 #import "main.asm" #import "init_clear_screen.asm" #import "init_sprite.asm"
17
32
0.543253
fb8d3fdf4ef3221accb1d20cccf0d97cdbc45041
361
asm
Assembly
programs/oeis/032/A032108.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/032/A032108.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/032/A032108.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A032108: Number of reversible strings with n labeled beads of 3 colors. ; 3,9,81,972,14580,262440,5511240,132269760,3571283520,107138505600,3535570684800,127280544652800,4963941241459200,208485532141286400,9381848946357888000,450328749425178624000 add $0,1 mov $1,2 lpb $0 sub $0,1 add $2,3 mul $1,$2 lpe sub $1...
22.5625
175
0.759003
0e6175f580df308c8333e3b9fc69df3cb78aa34b
479
asm
Assembly
oeis/110/A110061.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/110/A110061.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/110/A110061.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A110061: Expansion of x^2*(-3+4*x)/(1-x^3+x^4). ; Submitted by Jon Maiga ; 0,0,-3,4,0,-3,7,-4,-3,10,-11,1,13,-21,12,12,-34,33,0,-46,67,-33,-46,113,-100,-13,159,-213,87,172,-372,300,85,-544,672,-215,-629,1216,-887,-414,1845,-2103,473,2259,-3948,2576,1786,-6207,6524,-790,-7993,12731,-7314,-7203,20724,-20045,111,27927,-...
25.210526
256
0.586639
aa160ae89dcbfdcd3692d8183cf6b866fe56e0b4
1,332
asm
Assembly
Rotary Angle Sensor Display for Knobs/ras_asm.asm
ayandeephazra/Embedded-Systems-Projects
449d4c99948b8b56b99f10ecdf950179f94edb63
[ "MIT" ]
1
2021-08-04T19:11:08.000Z
2021-08-04T19:11:08.000Z
Rotary Angle Sensor Display for Knobs/ras_asm.asm
ayandeephazra/Embedded-Systems-Projects
449d4c99948b8b56b99f10ecdf950179f94edb63
[ "MIT" ]
null
null
null
Rotary Angle Sensor Display for Knobs/ras_asm.asm
ayandeephazra/Embedded-Systems-Projects
449d4c99948b8b56b99f10ecdf950179f94edb63
[ "MIT" ]
null
null
null
.cdecls "stdint.h","stdbool.h","inc/hw_memmap.h","driverlib/pin_map.h","driverlib/sysctl.h","driverlib/gpio.h","driverlib/adc.h","ras.h" .text .global RASreturn ; GPIO peripheral, port base and pin mask value for the SENSOR ; The SENSOR is assumed to be connected to J16...
34.153846
152
0.463213
952d91f7220b8efc62a83fbac9df68b900bd4ecb
11,040
asm
Assembly
patches/bank3e.asm/message.asm
dragonc0/LADXR
31072400e3f01fdd2449971a8a53d39d6e349abe
[ "MIT" ]
null
null
null
patches/bank3e.asm/message.asm
dragonc0/LADXR
31072400e3f01fdd2449971a8a53d39d6e349abe
[ "MIT" ]
null
null
null
patches/bank3e.asm/message.asm
dragonc0/LADXR
31072400e3f01fdd2449971a8a53d39d6e349abe
[ "MIT" ]
null
null
null
BuildItemMessage: ld hl, ItemNamePointers ldh a, [$F1] ld d, $00 ld e, a add hl, de add hl, de ldi a, [hl] ld h, [hl] ld l, a ld de, wCustomMessage jp MessageCopyString FoundItemForOtherPlayerPostfix: db m" for another player", $ff G...
26.161137
53
0.670471
0c2a3c77a25855d98c0f53c8de11102c99d13efd
7,218
asm
Assembly
Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xca.log_21829_1394.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xca.log_21829_1394.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_ht_zr_/i9-9900K_12_0xca.log_21829_1394.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x16d1a, %r9 sub $6862, %rsi mov (%r9), %eax nop nop nop nop and %r12, %r12 lea addresses_D_ht+0xa646, %r9 nop nop nop nop nop and $6155, %r11 movb (%r9), %r12b nop nop add $17...
35.209756
2,999
0.65212
748b19a84230a92457216d749f9e1b9cd11c15f8
400
asm
Assembly
oeis/177/A177207.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/177/A177207.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/177/A177207.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A177207: Triangle read by rows: R(n,k)=2^(n-k) mod n. ; Submitted by Jon Maiga ; 0,0,1,1,2,1,0,0,2,1,1,3,4,2,1,2,4,2,4,2,1,1,4,2,1,4,2,1,0,0,0,0,0,4,2,1,4,2,1,5,7,8,4,2,1,2,6,8,4,2,6,8,4,2,1,1,6,3,7,9,10,5,8,4,2,1,8,4,8,4,8,4,8,4,8,4,2,1,1,7,10,5,9,11,12,6,3,8,4,2,1,2,8,4,2,8,4,2 lpb $0 add $1,1 sub $0,$1 mov ...
23.529412
201
0.5325
b7aa0757e661c15fcad892adb60a86b1f5e5d85c
9,693
asm
Assembly
src/win64/pasta_add-x86_64.asm
supranational/semolina
dc438fd036b0ee7b44a83f89c21102774c1e2cf2
[ "Apache-2.0" ]
null
null
null
src/win64/pasta_add-x86_64.asm
supranational/semolina
dc438fd036b0ee7b44a83f89c21102774c1e2cf2
[ "Apache-2.0" ]
null
null
null
src/win64/pasta_add-x86_64.asm
supranational/semolina
dc438fd036b0ee7b44a83f89c21102774c1e2cf2
[ "Apache-2.0" ]
null
null
null
OPTION DOTNAME .text$ SEGMENT ALIGN(256) 'CODE' PUBLIC pasta_add ALIGN 32 pasta_add PROC PUBLIC DB 243,15,30,250 mov QWORD PTR[8+rsp],rdi ;WIN64 prologue mov QWORD PTR[16+rsp],rsi mov r11,rsp $L$SEH_begin_pasta_add:: mov rdi,rcx mov rsi,rdx mov rdx,r8 mov rcx,r9 push rbp push rbx sub rsp,8 $L$SEH_bo...
16.857391
46
0.744661
1e3cb0f4a50b5bdb3161b9fb25201090769a1279
3,883
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_85_1329.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_0xca_notsx.log_85_1329.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_0xca_notsx.log_85_1329.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 %r15 push %r8 push %r9 push %rcx lea addresses_WT_ht+0x13dd9, %r10 nop sub $5519, %r11 mov $0x6162636465666768, %r9 movq %r9, %xmm7 movups %xmm7, (%r10) nop nop xor $61779, %rcx lea addresses_UC_ht+0x608a, %r12 nop nop nop nop nop xor $6182...
21.218579
254
0.639196
a519ceb58eec22e232cf6a51cb1ad9bc15f14d5d
411
asm
Assembly
oeis/090/A090021.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/090/A090021.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/090/A090021.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A090021: Number of distinct lines through the origin in the n-dimensional lattice of side length 5. ; Submitted by Jon Maiga ; 0,1,21,175,1185,7471,45801,277495,1672545,10056991,60405081,362615815,2176242705,13059083311,78359348361,470170570135,2821066729665,16926530042431,101559568723641,609358576700455,365615495118...
29.357143
197
0.77129
679695cfadb0c18e7d3173b05a24c072fc95f568
277
asm
Assembly
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_disk_stream_start.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_disk_stream_start.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_disk_stream_start.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; unsigned char esx_disk_stream_start(struct esx_filemap_entry *entry) SECTION code_esxdos PUBLIC _esx_disk_stream_start EXTERN _esx_disk_stream_start_fastcall _esx_disk_stream_start: pop af pop hl push hl push af jp _esx_disk_stream_start_fastcall
15.388889
70
0.797834
db610de7a383b12e10af22dcd19c623ad3e133eb
443
asm
Assembly
programs/oeis/191/A191362.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/191/A191362.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/191/A191362.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A191362: Number of the diagonal of the dispersion of the even positive integers that contains n. ; 0,-1,1,-2,2,0,3,-3,4,1,5,-1,6,2,7,-4,8,3,9,0,10,4,11,-2,12,5,13,1,14,6,15,-5,16,7,17,2,18,8,19,-1,20,9,21,3,22,10,23,-3,24,11,25,4,26,12,27,0,28,13,29,5,30,14,31,-6,32,15,33,6,34,16,35,1,36,17,37,7,38,18,39,-2,40,19,41,...
36.916667
268
0.611738
db805a060afe37d4d9895d42e52b08367b43275c
744
asm
Assembly
oeis/005/A005014.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/005/A005014.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/005/A005014.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A005014: Certain subgraphs of a directed graph (inverse binomial transform of A005321). ; Submitted by Christian Krause ; 1,1,7,97,2911,180481,22740607,5776114177,2945818230271,3010626231336961,6159741269315422207,25217980756577338515457,206535262396368402441592831,3383460668577307168798173757441,11086247226660404669...
39.157895
475
0.831989
dbc43db5bd05b3ff1729c2f88da39412cdccb0cd
335
asm
Assembly
programs/oeis/269/A269027.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/269/A269027.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/269/A269027.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A269027: Parity of the number of 1's in A039724(n). ; 0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0 lpb $0 add $1,$0 add $0,$2 div $0,2 mod $1,2 cmp $2,0...
27.916667
201
0.522388
f9970b816871140b322671cdda22fc9596246033
4,570
asm
Assembly
MSDOS/Virus.MSDOS.Unknown.merde-2.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
MSDOS/Virus.MSDOS.Unknown.merde-2.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
MSDOS/Virus.MSDOS.Unknown.merde-2.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
;well, here's the next installment of the merde virus...all that is new; ;is your run of the mill xor encryption........and a little change in; ;the code itself to make it slightly more modular...; ;up+coming: .exe version(why put 'em together? makes it too big); ; an actual function besides infect!; ; TSR infect ver...
22.512315
77
0.68709
abb1656e277e3b74740847e130315a31789a8254
2,056
asm
Assembly
programs/oeis/232/A232228.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/232/A232228.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/232/A232228.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A232228: a(1)=1; thereafter a(n) = 2^(number of bits in binary expansion of a(n-1)) + 1 + a(n-1). ; 1,4,13,30,63,128,385,898,1923,3972,8069,16262,32647,65416,130953,262026,524171,1048460,2097037,4194190,8388495,16777104,33554321,67108754,134217619,268435348,536870805,1073741718,2147483543,4294967192,8589934489,171798...
82.24
1,728
0.869163
013782cecf402d554cf0b723218867af6fc06e91
445
asm
Assembly
oeis/324/A324937.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/324/A324937.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/324/A324937.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A324937: Triangle read by rows: T(n, k) = 2*n*k + n + k - 8. ; Submitted by Christian Krause ; -4,-1,4,2,9,16,5,14,23,32,8,19,30,41,52,11,24,37,50,63,76,14,29,44,59,74,89,104,17,34,51,68,85,102,119,136,20,39,58,77,96,115,134,153,172,23,44,65,86,107,128,149,170,191,212,26,49,72,95,118,141,164,187,210,233,256 mul $0,2...
23.421053
215
0.613483
3af71612705aae7b26d296b179908451456cf4c6
455
asm
Assembly
programs/oeis/100/A100994.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/100/A100994.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/100/A100994.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A100994: If n is a prime power p^m, m >= 1, then n, otherwise 1. ; 1,2,3,4,5,1,7,8,9,1,11,1,13,1,1,16,17,1,19,1,1,1,23,1,25,1,27,1,29,1,31,32,1,1,1,1,37,1,1,1,41,1,43,1,1,1,47,1,49,1,1,1,53,1,1,1,1,1,59,1,61,1,1,64,1,1,67,1,1,1,71,1,73,1,1,1,1,1,79,1,81,1,83,1,1,1,1,1,89,1,1,1,1,1,1,1,97,1,1,1 max $2,$0 seq $0,28233...
45.5
229
0.549451
0b747ffdd9a438cbc8a406cc13a5625f2e1e76c2
1,169
asm
Assembly
source/Venture-Scoring.asm
markbush/KIM-Venture
68e14c4457b94d03421470dd97bc12d51036b970
[ "MIT" ]
2
2021-10-30T18:29:17.000Z
2021-10-30T18:30:20.000Z
source/Venture-Scoring.asm
markbush/KIM-Venture
68e14c4457b94d03421470dd97bc12d51036b970
[ "MIT" ]
1
2021-10-31T12:32:28.000Z
2021-11-01T15:39:34.000Z
source/Venture-Scoring.asm
markbush/KIM-Venture
68e14c4457b94d03421470dd97bc12d51036b970
[ "MIT" ]
null
null
null
; Start locations for page 1 and page 2 ; to avoid use of top of stack. ; Page 2 must be a page boundary to ensure ; messages in following page are read correctly PART1 = $0100 PART2 = $0200 PART3 = $1780 PART4 = $0100 PART5 = $0200 include "KIM-Locations.asm" ; KIM-VENTURE © Copyright R.C.Leedom 1979 ; ** = $0000 i...
21.254545
50
0.585115
6e68c0508184574252a6addcc7cb90c70f5536a4
10,607
asm
Assembly
MSDOS/Virus.MSDOS.Unknown.addict5.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
MSDOS/Virus.MSDOS.Unknown.addict5.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
MSDOS/Virus.MSDOS.Unknown.addict5.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
; BIT ADDICT Versie 2.00 ; ; Dit virus besmet exe en com-files, en als het opgestart wordt dan reserveert ; hij 2 diskbuffers en copieert het virus daarheen om resident te blijven. ; Als het virus resident is dan gaat hij in de environment naar de comspec ; zoeken en besment dan de command interpreter (meestal COMMAND....
20.013208
85
0.632318
7defa7bf836086d2e4031545e6df18c46bd39a96
169
asm
Assembly
source/jni/u2/main/prot/run3.asm
Falken42/SecondReality
b998d193a066523cb4ca2b86c8041bea1bddfcb4
[ "Unlicense" ]
9
2015-05-13T21:02:00.000Z
2018-04-15T16:32:27.000Z
source/jni/u2/main/prot/run3.asm
falken42/SecondReality
b998d193a066523cb4ca2b86c8041bea1bddfcb4
[ "Unlicense" ]
null
null
null
source/jni/u2/main/prot/run3.asm
falken42/SecondReality
b998d193a066523cb4ca2b86c8041bea1bddfcb4
[ "Unlicense" ]
null
null
null
IDEAL P386 SEGMENT koodi stack 'STACK' INCLUDE 'run2.inc' run2end: dw 0 dw 0 dw 0 dw 0 db 4096 dup(0) ENDS END run2end-3
9.941176
28
0.526627
5cc7aa36cbcf279d7de0d5006261d7cdf64b449f
378
asm
Assembly
programs/oeis/322/A322108.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/322/A322108.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/322/A322108.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A322108: Distance of n-th iteration in an alternating rectangular spiral. ; 1,3,7,15,29,50,79,118,169,233,311,405,517,648,799,972,1169,1391,1639,1915,2221,2558,2927,3330,3769,4245,4759,5313,5909,6548,7231,7960,8737,9563,10439,11367,12349,13386,14479 mov $1,$0 mul $1,$0 mov $2,$0 sub $0,2 mul $1,$0 div $1,2 add $1,1 ...
22.235294
175
0.690476
8eff9b5bf347a2ddb5321fecef12c31ae31f8bae
1,104
asm
Assembly
libsrc/target/z1013/graphics/pixladdr.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
1
2022-03-08T11:55:58.000Z
2022-03-08T11:55:58.000Z
libsrc/target/z1013/graphics/pixladdr.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
libsrc/target/z1013/graphics/pixladdr.asm
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
; ; Graphics routines for the Robotron Z1013 ; ; KRT 256x256 SECTION code_clib PUBLIC pixeladdress EXTERN KRT_PORT EXTERN KRT_ADDRESS INCLUDE "graphics/grafix.inc" ; ; ****************************************************************** ; Get absolute pixel address in map of virtual...
21.230769
68
0.463768
67916edaeffad3a668ce335f4f847d8ac22f6216
555
asm
Assembly
oeis/016/A016989.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/016/A016989.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/016/A016989.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A016989: a(n) = (7*n)^9. ; 0,40353607,20661046784,794280046581,10578455953408,78815638671875,406671383849472,1628413597910449,5416169448144896,15633814156853823,40353607000000000,95151694449171437,208215748530929664,427929800129788411,833747762130149888,1551328215978515625,2773078757450186752,4785448563124474679,8004...
92.5
501
0.902703
e13a737afa16b0636c216a6396c1fbef0664da44
439
asm
Assembly
oeis/178/A178924.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/178/A178924.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/178/A178924.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A178924: Sum_{k>0} (n mod k) * 2^(n-k). ; Submitted by Christian Krause ; 0,1,2,5,6,23,16,89,106,267,364,1741,526,5135,9360,17681,16914,99347,71188,404501,372758,892951,1763352,7720985,2809882,17154075,34201628,82821149,83623966,435683359,189300768,1452343329,1695678498,4418961443,8835694628 mov $2,$0 lpb $0 add $...
23.105263
220
0.678815
cf80fddc10f764fd33f77228eb1ce0267ea0d6dd
224,990
asm
Assembly
coverage/IN_CTS/0242-COVERAGE-apfloat-1106-1815-1881/unreduced_result/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
null
null
null
coverage/IN_CTS/0242-COVERAGE-apfloat-1106-1815-1881/unreduced_result/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
47
2021-03-11T07:42:51.000Z
2022-03-14T06:30:14.000Z
coverage/IN_CTS/0242-COVERAGE-apfloat-1106-1815-1881/unreduced_result/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
4
2021-03-09T13:37:19.000Z
2022-02-25T07:32:11.000Z
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 8 ; Bound: 3716 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %55 %158 OpExecutionMode %4 Or...
38.871804
119
0.542589
4c8c94c2d1c91871a17fe0cde2dbdf2b6bf47326
722
asm
Assembly
oeis/208/A208481.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/208/A208481.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/208/A208481.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A208481: Diagonal sums of triangle A185384. ; Submitted by Christian Krause ; 1,2,6,19,60,188,589,1846,5786,18135,56840,178152,558377,1750106,5485310,17192459,53885860,168892996,529356757,1659148590,5200224626,16298923631,51085276240,160115201936,501844754065,1572918462066,4929955864374,15451827549123,48430245863500,...
36.1
485
0.797784
f380862e5828ab179b8defb1187122157468bc2a
741
asm
Assembly
programs/oeis/027/A027817.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/027/A027817.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/027/A027817.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A027817: 99*(n+1)*C(n+5,12). ; 792,11583,90090,495495,2162160,7963956,25729704,74826180,199536480,494684190,1152323172,2543258718,5354228880,10811423700,21034470600,39583049220,72282089880,128442439125,222633561150,377215163325,625897752480,1018680525720,1628611498800,2560932574200,3965314953600,6052061947932,9113361...
74.1
649
0.873144
a6e2c8d0ed5d0169f34fb98f7d7bba86792b29ba
207
asm
Assembly
lib32.asm
powerboat9-school/inject
be637caf594597da39416ebe0afe45b3929ae444
[ "MIT" ]
null
null
null
lib32.asm
powerboat9-school/inject
be637caf594597da39416ebe0afe45b3929ae444
[ "MIT" ]
null
null
null
lib32.asm
powerboat9-school/inject
be637caf594597da39416ebe0afe45b3929ae444
[ "MIT" ]
null
null
null
; fs:18h -> teb ; teb+30h -> peb ; peb+0Ch -> peb_ldr_data ; peb_ltr_data+0Ch -> mInLoadOrder[0] ; mInLoadOrder[n] -> mInLoadOrder[n+1] get_peb: mov eax, 18h push fs:[eax] pop eax push [eax+30h] pop eax ret
15.923077
38
0.676329
d405c906caa19c332c27eba6ae63e60cfc41428b
224
asm
Assembly
Labs/Lab7_Function-calls/1-hello-world/hello-world.asm
CristianCotovanu/IOCLA
94bc8b092beae8ddba76d95617e7eb5b8cef52f5
[ "MIT" ]
null
null
null
Labs/Lab7_Function-calls/1-hello-world/hello-world.asm
CristianCotovanu/IOCLA
94bc8b092beae8ddba76d95617e7eb5b8cef52f5
[ "MIT" ]
null
null
null
Labs/Lab7_Function-calls/1-hello-world/hello-world.asm
CristianCotovanu/IOCLA
94bc8b092beae8ddba76d95617e7eb5b8cef52f5
[ "MIT" ]
null
null
null
%include "io.inc" extern puts section .data msg db 'Hello, world!', 10, 0 section .text global CMAIN CMAIN: push ebp mov ebp, esp push msg call puts add esp, 4 leave ret
11.789474
34
0.553571
880f7c4d56941037103561b13529c1c6c370d408
339
asm
Assembly
programs/oeis/058/A058923.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/058/A058923.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/058/A058923.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A058923: a(n) = binomial(n,0) - binomial(n,2) + binomial(n,4). ; 1,1,0,-2,-4,-4,1,15,43,91,166,276,430,638,911,1261,1701,2245,2908,3706,4656,5776,7085,8603,10351,12351,14626,17200,20098,23346,26971,31001,35465,40393,45816,51766,58276,65380,73113,81511,90611,100451,111070,122508 mov $2,$0 bin $0,4 add $0,1 bin $2,2 s...
33.9
215
0.696165
8e13e19bc1d2f0385ccd64530c53bd8b75e8da8c
112
asm
Assembly
gfx/pokemon/noctowl/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/noctowl/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/noctowl/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
frame 0, 04 frame 1, 20 frame 3, 24 frame 2, 20 setrepeat 3 frame 4, 06 frame 2, 06 dorepeat 5 endanim
11.2
12
0.660714
f5ddf572df2ca182e529194785dcd0b02aab3a14
7,663
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_311.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_311.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_311.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 %r15 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0xa40c, %r9 nop nop nop nop inc %rcx mov $0x6162636465666768, %rax movq %rax, (%r9) nop nop nop nop nop lfence lea addresses_UC_ht+0x5044, %rsi lea addresses_WC_ht+0xdb8c, %rdi ...
31.79668
2,999
0.65366
9b6a5b3b5913bf978992f041af7e62b465af9eb3
150
asm
Assembly
Src/Ant8/foo.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/foo.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/foo.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
_data_: .define bar, 8 label: .byte 1, 1, 2, 3, 4, 5, 6, 7 .byte 1, 1, 2, 3, 4, 5, 6, 44 .byte 1, 1, 2, 3, 4, 5, 6, 7 .byte bar, bar, bar, bar
15
30
0.493333
1582bb86aa15464c7dd51898b0ac52e943302c94
1,025
asm
Assembly
src/spread/sprites/twdt.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/spread/sprites/twdt.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/spread/sprites/twdt.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
;Sprite source code generated with EASYSOURCE V3.02 ; 1991/92 Albin Hessler Software ;************************************************ ; -> twdt <- 1993 Jul 02 23:14:03 section sprite xdef mes_twdt xref mes_zero mes_twdt sp1_twdt dc.w $0100,$0000 ;form, time/adaption dc.w $0014,$000F ...
28.472222
51
0.586341
6c020e0a1abc65a705483b079f535487ac2b4f3f
2,241
asm
Assembly
malban/Release/VRelease/Release.History/VRelease_2017_04_07/Song/pattern1.asm
mikepea/vectrex-playground
0de7d2d6db0914d915f4334402f747ab3bcdc7e6
[ "0BSD" ]
5
2018-01-14T10:03:50.000Z
2020-01-17T13:53:49.000Z
malban/Release/VRelease/Release.History/VRelease_2017_04_07/Song/pattern1.asm
mikepea/vectrex-playground
0de7d2d6db0914d915f4334402f747ab3bcdc7e6
[ "0BSD" ]
null
null
null
malban/Release/VRelease/Release.History/VRelease_2017_04_07/Song/pattern1.asm
mikepea/vectrex-playground
0de7d2d6db0914d915f4334402f747ab3bcdc7e6
[ "0BSD" ]
null
null
null
; this file is part of Release, written by Malban in 2017 ; HAS_VOICE0 = 1 HAS_TONE0 = 1 FIRST7 = $3E dw $0110 pattern1Data: db $FF, $FC, $A6, $1A, $FD, $2C, $37, $F2, $98, $6B db $FC, $B1, $B0, $0D, $FE, $A6, $FF, $B1, $B0, $52 db $C6, $C1, $B4, $06, $BA, $04, $C6, $C2, $CB, $1B db $0C, $D0, $4A, $E8, $2B, $1B, ...
46.6875
57
0.432396
dbf8259d291cfdcf15b9dec8d8b9e0917995896f
3,778
asm
Assembly
Libraries/QuickSort.asm
LeonardoSanBenitez/Assembly-exercises
0f8e7f316d7e0171e28aae1b1dc0b056b123cd92
[ "MIT" ]
null
null
null
Libraries/QuickSort.asm
LeonardoSanBenitez/Assembly-exercises
0f8e7f316d7e0171e28aae1b1dc0b056b123cd92
[ "MIT" ]
null
null
null
Libraries/QuickSort.asm
LeonardoSanBenitez/Assembly-exercises
0f8e7f316d7e0171e28aae1b1dc0b056b123cd92
[ "MIT" ]
null
null
null
# --------------------------------------------------- # # Main MOVE TO TEST # --------------------------------------------------- # # Brief: Just for testing poupouses. # Stack organization # |-----------| # | $a2 | 8 ($sp) (available for the next function) # |-----------| # | $a1 | 4 ($sp) (availab...
25.186667
99
0.44018
ed51657d9fcf324320411db5c05f175166493072
882
asm
Assembly
04/mult/mult.asm
CTaeumel/Nand2Tetris
70d7dfa31c5e4345b08f02c328f2a4577582172e
[ "Apache-2.0" ]
null
null
null
04/mult/mult.asm
CTaeumel/Nand2Tetris
70d7dfa31c5e4345b08f02c328f2a4577582172e
[ "Apache-2.0" ]
null
null
null
04/mult/mult.asm
CTaeumel/Nand2Tetris
70d7dfa31c5e4345b08f02c328f2a4577582172e
[ "Apache-2.0" ]
null
null
null
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by Nisan and Schocken, MIT Press. // File name: projects/04/Mult.asm // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) // Put your code here....
18
67
0.568027
4d25cbf3d8a12dc1c47c8d7b24d75432167719d3
6,193
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1848.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.log_21829_1848.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.log_21829_1848.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x3804, %rcx clflush (%rcx) nop nop nop cmp %rbx, %rbx mov (%rcx), %r12 nop nop nop nop nop and %r10, %r10 lea addresses_A_ht+0xebe8, %rsi nop nop nop nop and $15829, %rdx mov ...
38.228395
2,999
0.658162
1f2c295b4cb1c4c7ab78ffb0b7c1c2846818c897
358
asm
Assembly
programs/oeis/301/A301560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/301/A301560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/301/A301560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A301560: Matching number of the n-odd graph. ; 0,1,5,17,63,231,858,3217,12155,46189,176358,676039,2600150,10029150,38779380,150270097,583401555,2268783825,8836315950,34461632205,134564468610,526024740930,2058357681900,8061900920775,31602651609438,123979633237026,486734856412028 mov $1,$0 add $0,1 mov $2,$1 add $2,1 ...
29.833333
233
0.782123
a857071783fdb1d70d84463c4e4018f4fa8ca484
368
asm
Assembly
programs/oeis/007/A007879.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/007/A007879.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/007/A007879.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A007879: Chimes made by clock striking the hour and half-hour. ; 1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12 mov $1,$0 cal $1,70486 ; a(n) = n^3 mod 24 (or equivalently, n^5 mod 24). gcd $0,2 div $1,2 lpb $0 ...
26.285714
154
0.581522
14ba1e661fbb3479fd9ee9f42b4608fc3642de54
495
asm
Assembly
programs/oeis/014/A014673.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/014/A014673.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/014/A014673.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A014673: Smallest prime factor of greatest proper divisor of n. ; 1,1,1,2,1,3,1,2,3,5,1,2,1,7,5,2,1,3,1,2,7,11,1,2,5,13,3,2,1,3,1,2,11,17,7,2,1,19,13,2,1,3,1,2,3,23,1,2,7,5,17,2,1,3,11,2,19,29,1,2,1,31,3,2,13,3,1,2,23,5,1,2,1,37,5,2,11,3,1,2,3,41,1,2,17,43,29,2,1,3,13,2,31,47,19,2,1,7,3,2 mov $2,54 lpb $2 mov $1,$...
41.25
225
0.60404
76b87a65c7f37f933f0d1afef3756a5bb2f5f387
179
asm
Assembly
src/BreathOfTheWild/Cheats/InfiniteStamina/patch_InfiniteStamina.asm
lilystudent2016/cemu_graphic_packs
a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46
[ "CC0-1.0" ]
1,002
2017-01-10T13:10:55.000Z
2020-11-20T18:34:19.000Z
src/BreathOfTheWild/Cheats/InfiniteStamina/patch_InfiniteStamina.asm
lilystudent2016/cemu_graphic_packs
a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46
[ "CC0-1.0" ]
347
2017-01-11T21:13:20.000Z
2020-11-27T11:33:05.000Z
src/BreathOfTheWild/Cheats/InfiniteStamina/patch_InfiniteStamina.asm
lilystudent2016/cemu_graphic_packs
a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46
[ "CC0-1.0" ]
850
2017-01-10T06:06:43.000Z
2020-11-06T21:16:49.000Z
[BotW_InfiniteStamina_V208] moduleMatches = 0x6267BFD0 0x02D90CC0 = fmr f29, f1 [BotW_InfiniteStamina_V176V192] moduleMatches = 0xFD091F9F,0xD472D8A5 0x02D90724 = fmr f29, f1
16.272727
37
0.815642
95393e8d6eae1644f904fd94ba7a606fecf62c21
7,721
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_433.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.log_21829_433.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.log_21829_433.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x56a5, %rsi lea addresses_UC_ht+0x1d15d, %rdi nop nop nop nop nop inc %r15 mov $65, %rcx rep movsw nop sub $44187, %r12 lea addresses_WT_ht+0x27e5, %rsi lea addresses_normal_...
33.280172
2,999
0.660148
7de6b527019e783aa43089d6853c058535968458
317
asm
Assembly
programs/oeis/092/A092323.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/092/A092323.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/092/A092323.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A092323: 2^m - 1 appears 2^m times. ; 0,1,1,3,3,3,3,7,7,7,7,7,7,7,7,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,63,63,63,63,63,63,63,63,63,63,63 add $0,1 mov $1,2 lpb $0 div $0,2 mul $1,2 lpe sub $1,4 div $1,4
26.416667
208
0.611987
c25e3507f257b132b70b7ed105609df1989ba8e6
539
asm
Assembly
programs/oeis/217/A217367.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/217/A217367.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/217/A217367.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A217367: a(n) = ((n+7) / gcd(n+7,4)) * (n / gcd(n,4)). ; 0,2,9,15,11,15,39,49,30,36,85,99,57,65,147,165,92,102,225,247,135,147,319,345,186,200,429,459,245,261,555,589,312,330,697,735,387,407,855,897,470,492,1029,1075,561,585,1219,1269,660,686,1425,1479,767,795,1647,1705,882,912,1885,1947,1005,1037,2139,2205,1136,1170...
59.888889
433
0.705009
83867f3a2e80b26a1492ea38230e9a4a75065cf5
43,852
asm
Assembly
test2.asm
ray5273/os_project4
1ed4cb594205baed90d821d5c4c93be26ec6a889
[ "MIT-0" ]
null
null
null
test2.asm
ray5273/os_project4
1ed4cb594205baed90d821d5c4c93be26ec6a889
[ "MIT-0" ]
null
null
null
test2.asm
ray5273/os_project4
1ed4cb594205baed90d821d5c4c93be26ec6a889
[ "MIT-0" ]
null
null
null
_test2: file format elf32-i386 Disassembly of section .text: 00000000 <thread>: #include "types.h" #include "stat.h" #include "user.h" void *thread(void *arg){ 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 08 sub $0x8,%esp thread_exit((void *)...
33.967467
60
0.425705
ac8b0894bed0977d24568645c3665655c7faef19
5,014
asm
Assembly
source/jni/u2/techno/polyclip.asm
Falken42/SecondReality
b998d193a066523cb4ca2b86c8041bea1bddfcb4
[ "Unlicense" ]
9
2015-05-13T21:02:00.000Z
2018-04-15T16:32:27.000Z
source/jni/u2/techno/polyclip.asm
falken42/SecondReality
b998d193a066523cb4ca2b86c8041bea1bddfcb4
[ "Unlicense" ]
null
null
null
source/jni/u2/techno/polyclip.asm
falken42/SecondReality
b998d193a066523cb4ca2b86c8041bea1bddfcb4
[ "Unlicense" ]
null
null
null
ALIGN 2 WMINY dw 0 WMAXY dw 199 WMINX dw 0 WMAXX dw 319 clip_x1 dw 0 clip_y1 dw 0 clip_x2 dw 0 clip_y2 dw 0 clipxy2 dw 32 dup(0,0) ;tmp storage for polyclip clipanypoly PROC NEAR ;polyisides/polyixy =>polysides/polyxy mov ax,cs mov ds,ax mov cx,ds:polyisides cmp cx,2 jg cap3 cmp cx,1 je ...
18.29927
64
0.68927
094116637898eb421adeacd9b047ce91e4208ae9
502
asm
Assembly
programs/oeis/162/A162800.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/162/A162800.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/162/A162800.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A162800: a(n) = n-th grid point that is covered by the zig-zag function for prime numbers such that the grid point is a vertex in the graph of the function. ; 0,2,4,6,9,12,15,18,21,26,30,34,39,42,45,50,56,60,64,69,72,76,81,86,93,99,102,105,108,111,120,129,134,138,144,150,154,160,165,170,176,180,186,192,195,198,205,21...
41.833333
210
0.693227
d3f91b95f8409a489f0cb21e0c655ca55b608e03
827
asm
Assembly
Driver/Printer/DotMatrix/Red64/red64Page.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Printer/DotMatrix/Red64/red64Page.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Printer/DotMatrix/Red64/red64Page.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: printer drivers FILE: red64Page.asm AUTHOR: Dave Durran ROUTINES: Name Description ---- ----------- PrintStartPage initialize...
24.323529
79
0.563482
13b3f391281f8ffa100c336baee02856e3b927af
3,396
asm
Assembly
software/bootstrap.asm
mastmees/z-one
bc5e55d2dbf1d9cbfe8a19d96e25200ccc8a6037
[ "MIT" ]
6
2018-10-23T14:33:11.000Z
2022-02-06T22:55:38.000Z
software/bootstrap.asm
mastmees/z-one
bc5e55d2dbf1d9cbfe8a19d96e25200ccc8a6037
[ "MIT" ]
null
null
null
software/bootstrap.asm
mastmees/z-one
bc5e55d2dbf1d9cbfe8a19d96e25200ccc8a6037
[ "MIT" ]
2
2020-03-02T23:18:29.000Z
2021-10-19T08:39:15.000Z
; The MIT License (MIT) ; ; Copyright (c) 2018 Madis Kaal <mast@nomad.ee> ; ; Permission is hereby granted, free of charge, to any person obtaining a copy ; of this software and associated documentation files (the "Software"), to deal ; in the Software without restriction, including without limitation the rights...
29.275862
81
0.656066
ca30f91f0a10e42bd86d2c5797d509a41b3b2b40
442
asm
Assembly
programs/oeis/175/A175249.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/175/A175249.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/175/A175249.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A175249: Noncomposites (A008578) with nonprime (A018252) subscripts. ; 1,5,11,17,19,23,31,41,43,47,59,67,71,73,83,89,97,101,103,109,127,131,137,139,149,157,163,167,179,191,193,197,211,223,227,229,233,241,251,257,263,269,277,283,293,307,311,313,331,337,347,353,367,373,379,383,389,401,409,419 seq $0,18252 ; The nonpri...
63.142857
222
0.739819
2c7b6b8717c52194cbf21873846a868cb8b056dc
641
asm
Assembly
oeis/311/A311549.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/311/A311549.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/311/A311549.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A311549: Coordination sequence Gal.6.132.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by Jon Maiga ; 1,4,8,12,17,23,28,33,39,44,48,52,56,60,64,68,73,79,84,89,95,100,104,108,112,116,120,124,129,135,140,145,151,156,160...
45.785714
182
0.730109
9688ad9be32dcf36e4136fa74cd210a2a0536e6d
753
asm
Assembly
oeis/077/A077401.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/077/A077401.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/077/A077401.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A077401: Second member of Diophantine pair (m,k) that satisfies 7*(m^2 + m) = k^2 + k; a(n) = k. ; Submitted by Christian Krause ; 0,6,14,104,231,1665,3689,26543,58800,423030,937118,6741944,14935095,107448081,238024409,1712427359,3793455456,27291389670,60457262894,434949807368,963522750855,6931905528225,1535590675079...
39.631579
485
0.796813
54474725b539da367869c18372233e97617b3751
1,469
asm
Assembly
c_asm/17-passing_args_in_asm/src/safeinput.asm
karng87/nasm_game
a97fdb09459efffc561d2122058c348c93f1dc87
[ "MIT" ]
null
null
null
c_asm/17-passing_args_in_asm/src/safeinput.asm
karng87/nasm_game
a97fdb09459efffc561d2122058c348c93f1dc87
[ "MIT" ]
null
null
null
c_asm/17-passing_args_in_asm/src/safeinput.asm
karng87/nasm_game
a97fdb09459efffc561d2122058c348c93f1dc87
[ "MIT" ]
null
null
null
; nams -f elf64 safeinput.asm ;; arguments ;; 1st arg = rdi ;; 2nd arg = rsi ;; 3rd arg = rdx ;; 4rd arg = rcx ;; 5rd arg = r8 ;; 6rd arg = r9 ; safe input - read standard input up to n characters ; terminate on newline or n-1 characters for null character section .data newline equ 0x0A ; ...
24.081967
66
0.566372
31ffb88d4a91733612dafb9fcacaf1e8215a93a2
222
asm
Assembly
libsrc/target/laser500/graphics/getmaxx.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/laser500/graphics/getmaxx.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/laser500/graphics/getmaxx.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib PUBLIC getmaxx PUBLIC _getmaxx EXTERN __console_w EXTERN __laser500_mode getmaxx: _getmaxx: ld hl,319 ld a,(__laser500_mode) cp 2 ret z ld a,(__console_w) add a dec a ld l,a ld h,0 ret
10.090909
23
0.725225
ad80aa50f9567663d52d33392253ccd5601f23bc
1,982
asm
Assembly
ResizeGLScene.asm
DarkRiDDeR/mandelbrotin-fractal-generation-NASM
69f4e4cb98ad8bae983b3e76e7c38c5a7861acb6
[ "MIT" ]
3
2016-07-19T06:49:01.000Z
2018-04-25T06:46:25.000Z
ResizeGLScene.asm
DarkRiDDeR/mandelbrotin-fractal-generation-NASM
69f4e4cb98ad8bae983b3e76e7c38c5a7861acb6
[ "MIT" ]
null
null
null
ResizeGLScene.asm
DarkRiDDeR/mandelbrotin-fractal-generation-NASM
69f4e4cb98ad8bae983b3e76e7c38c5a7861acb6
[ "MIT" ]
null
null
null
;************************************* ;* Draw.asm by Duncan Frost * ;* 05/04/2013 * ;************************************* %include "OPENGL32N.inc" %include "GLU32N.inc" extern glViewport extern glMatrixMode extern glLoadIdentity extern gluPerspective import glViewport opengl32.dll i...
23.595238
64
0.697275
ae539973115afd7b7f8ae7e0f03ab239c8618753
665
asm
Assembly
libsrc/_DEVELOPMENT/target/zxn/driver/terminal/tshr_01_output_char_64/tshr_01_output_char_64_oterm_msg_scroll.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/target/zxn/driver/terminal/tshr_01_output_char_64/tshr_01_output_char_64_oterm_msg_scroll.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/target/zxn/driver/terminal/tshr_01_output_char_64/tshr_01_output_char_64_oterm_msg_scroll.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver SECTION code_driver_terminal_output PUBLIC tshr_01_output_char_64_oterm_msg_scroll EXTERN l_offset_ix_de, asm0_tshr_scroll_wc_up_pix tshr_01_output_char_64_oterm_msg_scroll: ; enter : c = number of rows to scroll ; can use: af, bc, de, hl ; ; Scroll the window upward 'C' ch...
20.151515
74
0.622556
a8a05bcfe3838056f61e8b25c490f69318129a4b
888
asm
Assembly
dino/lcs/item/3.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/3.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
dino/lcs/item/3.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 011092 move.b ($3,A2), D0 011096 add.w D0, D0 [item+ 3] 01217C move.b ($3,A2), D0 012180 add.w D0, D0 [item+ 3] 016972 move.b ($3,A6), (A4)+ 016976 move.w ($6a,A6), (A4)+ [item+ 3] 016982 cmpi.b #$2, ($3,A6) [item+6C] 016988 bne $1699e [ite...
32.888889
54
0.573198
cae196373a70b6d0f3da8276a99635df5cc958fc
7,588
asm
Assembly
third_party/codecs/x264/common/x86/dct-64.asm
Narflex/sagetv
76cb5755e54fd3b01d2bb708a8a72af0aa1533f1
[ "Apache-2.0" ]
292
2015-08-10T18:34:55.000Z
2022-01-26T00:38:45.000Z
third_party/codecs/x264/common/x86/dct-64.asm
Narflex/sagetv
76cb5755e54fd3b01d2bb708a8a72af0aa1533f1
[ "Apache-2.0" ]
366
2015-08-10T18:21:02.000Z
2022-01-22T20:03:41.000Z
third_party/codecs/x264/common/x86/dct-64.asm
Narflex/sagetv
76cb5755e54fd3b01d2bb708a8a72af0aa1533f1
[ "Apache-2.0" ]
227
2015-08-10T22:24:29.000Z
2022-02-25T19:16:21.000Z
;***************************************************************************** ;* dct-64.asm: h264 encoder library ;***************************************************************************** ;* Copyright (C) 2003-2008 x264 project ;* ;* Authors: Loren Merritt <lorenm@u.washington.edu> ;* Holger Lubitz <holg...
27.393502
78
0.527675
00deabb684876fc4212f3efef9456b6603bf7f86
357
asm
Assembly
tests/generator_test.asm
brekekekex/RiSC-16_assembler
b5571af95a77ff906a7cf3728d78bc7e8eae9613
[ "Unlicense" ]
null
null
null
tests/generator_test.asm
brekekekex/RiSC-16_assembler
b5571af95a77ff906a7cf3728d78bc7e8eae9613
[ "Unlicense" ]
null
null
null
tests/generator_test.asm
brekekekex/RiSC-16_assembler
b5571af95a77ff906a7cf3728d78bc7e8eae9613
[ "Unlicense" ]
null
null
null
# Taken from classweb.ece.umd.edu/enee646.F2011/p1.pdf lw 1, 0, count # load reg1 with 5 (uses symbolic address) lw 2, 1, 2 # load reg2 with -1 (uses numeric address) start: add 1, 1, 2 # decrement reg1 (could have been 'addi 1, 1, -1') beq 0, 1, start # changed from bne to beq done: halt nop count: .fill 5 ne...
32.454545
71
0.67507
8b8ebc0de67362b03e39062c777e0c0ac6ce2122
80
nasm
Assembly
Projetos/F-Assembly/src/nasm/exemplo.nasm
RaphaelAzev/Z01-GrupoH-2-
1a0077f53beb4a57c5e509fe22c4a9bb0ecaa905
[ "Unlicense" ]
null
null
null
Projetos/F-Assembly/src/nasm/exemplo.nasm
RaphaelAzev/Z01-GrupoH-2-
1a0077f53beb4a57c5e509fe22c4a9bb0ecaa905
[ "Unlicense" ]
77
2018-03-09T12:33:31.000Z
2018-05-18T10:42:22.000Z
Projetos/F-Assembly/src/nasm/exemplo.nasm
gabrielvf1/Z01---Grupo-H
ef44894eb6a245c9b856802dd96ebe0051315602
[ "Unlicense" ]
null
null
null
leaw $R1,%A movw (%A), %D leaw %RO,%A addw (%A),%D,%S leaw %R2, %A movw %S, (%A)
13.333333
15
0.5
07ce2519c2bcf248b7acea1ad6fc7d4c474539a1
715
asm
Assembly
oeis/052/A052978.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/052/A052978.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/052/A052978.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A052978: Expansion of (1-2*x)/(1-4*x-2*x^2+4*x^3). ; Submitted by Jon Maiga ; 1,2,10,40,172,728,3096,13152,55888,237472,1009056,4287616,18218688,77413760,328941952,1397720576,5939111168,25236118016,107231812096,455643039744,1936091311104,8226724075520,34956506765312,148535109967872,631146557100032,2681830421274624,11...
37.631579
491
0.794406
745285659f29fdd9ecafe18493197ee221f6fc8c
273
asm
Assembly
libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/dzx7_smart_rcs_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/dzx7_smart_rcs_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/dzx7_smart_rcs_back.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void dzx7_smart_rcs_back(void *src, void *dst) SECTION code_clib SECTION code_compress_zx7 PUBLIC dzx7_smart_rcs_back EXTERN asm_dzx7_smart_rcs_back dzx7_smart_rcs_back: pop af pop de pop hl push hl push de push af jp asm_dzx7_smart_rcs_back
12.409091
48
0.761905
92b14c8dea9ef3dfe4a8e98a7de8090108f50b27
1,238
asm
Assembly
COAL/Lab Task/Question3.asm
UsmanNiazi/BSCS-Semester-5
bd1b10c86e5acdc442f5105dbd1e5cc3cfb5377e
[ "MIT" ]
5
2022-02-01T10:49:57.000Z
2022-02-06T02:22:38.000Z
COAL/Lab Task/Question3.asm
UsmanNiazi/BSCS-Semester-5
bd1b10c86e5acdc442f5105dbd1e5cc3cfb5377e
[ "MIT" ]
null
null
null
COAL/Lab Task/Question3.asm
UsmanNiazi/BSCS-Semester-5
bd1b10c86e5acdc442f5105dbd1e5cc3cfb5377e
[ "MIT" ]
null
null
null
.model small .stack 100h .data arr db 11 dup(0) minput dw 'enter 10 numbers to fill array : ',10,13,'$' mdisplay dw 10,13,'your array = : ',10,13,'$' msearch dw 10,13,'enter number to search : ',10,13,'$' mfound dw 10,13,'Yes! Number Found.',10,13,'$' mnotfound dw 10,13,'Number Not Found',10,13,'$' nextline dw 10,13,...
8.842857
55
0.602585
3c2d160fc312185d8f134c315c2a79499bc265c4
7,089
asm
Assembly
45/runtime/rt/fout.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/fout.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/rt/fout.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
TITLE FOUT - Free-format numeric output ;*** ; FOUT - Free-format numeric output ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; Floating Point versions of the routines in IFOUT.ASM ; ; This file is dragged in by the label B$FloatCONASC ; ; ;*****************************************************************...
24.194539
79
0.693469
c34db0c6f2781a8b58e94225fd04335658da0ddb
7,637
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_12811_1329.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_12811_1329.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_12811_1329.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %rax push %rdx push %rsi lea addresses_normal_ht+0x46a8, %r13 nop nop nop nop nop xor $26448, %r15 movw $0x6162, (%r13) nop nop nop nop cmp %r10, %r10 lea addresses_D_ht+0x17a78, %rdx nop nop nop dec %rsi mov (%rdx), %r12d nop nop...
32.776824
2,999
0.6551
8c13e0e88828c8ed2772a02fd9d5323e386f610e
230
asm
Assembly
src/basic_theme_fix.asm
mvdhout1992/ts-patches
a426970abeb6993eea6703d1a756fd74489ffed2
[ "MIT" ]
33
2016-07-30T14:17:28.000Z
2021-12-19T15:45:19.000Z
src/basic_theme_fix.asm
A-Productions/ts-patches
326db731f7226d9e803feab475777c730688634e
[ "MIT" ]
73
2018-08-17T00:25:19.000Z
2021-05-10T08:31:15.000Z
src/basic_theme_fix.asm
A-Productions/ts-patches
326db731f7226d9e803feab475777c730688634e
[ "MIT" ]
18
2017-05-16T11:28:06.000Z
2022-03-20T20:41:03.000Z
%include "macros/patch.inc" ; Fixes [Basic]Theme= so it does not stop playing ; music after the track has been played once ; AlexB's original hack: http://ppmforums.com/viewtopic.php?p=547837#547837 @CALL 0x005DB3FD, 0x00643F20
28.75
75
0.765217
dc699de68bab1a197ff5966d11e3838d94e3f2bb
184
asm
Assembly
data/pokemon/dex_entries/doduo.asm
AtmaBuster/pokeplat-gen2
fa83b2e75575949b8f72cb2c48f7a1042e97f70f
[ "blessing" ]
6
2021-06-19T06:41:19.000Z
2022-02-15T17:12:33.000Z
data/pokemon/dex_entries/doduo.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
null
null
null
data/pokemon/dex_entries/doduo.asm
AtmaBuster/pokeplat-gen2-old
01e42c55db5408d72d89133dc84a46c699d849ad
[ "blessing" ]
3
2021-01-15T18:45:40.000Z
2021-10-16T03:35:27.000Z
db "TWIN BIRD@" ; species name db "It lives on a" next "grassy plain where" next "it can see a long" page "way. If it sees an" next "enemy, it runs" next "away at 60 mph.@"
18.4
31
0.63587
d250e2a896e7fab1fe39b3e9aa7c7c67b4e91048
784
asm
Assembly
oeis/093/A093191.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/093/A093191.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/093/A093191.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A093191: Primes congruent to 4 mod 13. ; Submitted by Jon Maiga ; 17,43,173,199,251,277,433,563,641,719,797,823,953,1031,1109,1187,1213,1291,1447,1499,1733,1759,1811,1889,1993,2357,2383,2539,2591,2617,2851,2903,3137,3163,3319,3371,3449,3527,3631,3709,3761,3917,3943,4021,4073,4099,4177,4229,4463,4567,4723,4801,4931,49...
37.333333
486
0.718112
7faa775bc7b4bb88eab4e533788cf5079cb5f092
343
asm
Assembly
programs/oeis/135/A135560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/135/A135560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/135/A135560.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A135560: a(n) = A007814(n) + A036987(n-1) + 1. ; 2,3,1,4,1,2,1,5,1,2,1,3,1,2,1,6,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1,7,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1,5,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1,8,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1,5,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1,6,1,2,1,3 mul $0,2 add $0,1 lpb $0 div $0,2 dif $0,-2 add $1,3 lpe div $...
24.5
201
0.507289
d45bcb45eb97d30bc836d9a8b1201713fe526b58
68
asm
Assembly
public/wintab/wintabx/wintab.asm
SmileyAG/cstrike15_src
5315265785320e0f53ebd27c3486e6c7b826a227
[ "Unlicense" ]
2
2022-02-25T12:18:31.000Z
2022-03-16T23:59:59.000Z
public/wintab/wintabx/wintab.asm
SmileyAG/cstrike15_src
5315265785320e0f53ebd27c3486e6c7b826a227
[ "Unlicense" ]
null
null
null
public/wintab/wintabx/wintab.asm
SmileyAG/cstrike15_src
5315265785320e0f53ebd27c3486e6c7b826a227
[ "Unlicense" ]
7
2021-08-22T11:29:02.000Z
2022-03-29T11:59:15.000Z
include xlibmod.inc include Wintab.inc MODULE_TEMPLATE Wintab, , <>
17
28
0.794118
922e4c7b57eb20850beb22a45e15ea9fc74f6b96
766
asm
Assembly
src/test/ref/cpu-6502.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/cpu-6502.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/cpu-6502.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Test the 6502 CPU without support for illegal opcodes // By a program that normally uses illegal opcodes .cpu _6502NoIllegals // Commodore 64 PRG executable file .file [name="cpu-6502.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentde...
18.238095
59
0.588773
cb0fd414ed2b18ea89ed3cfb7e7bba57b6844d7f
499
asm
Assembly
src/shaders/post_processing/gen5_6/Common/Init_All_Regs.asm
tizenorg/platform.upstream.libva-intel-driver
9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90
[ "MIT" ]
null
null
null
src/shaders/post_processing/gen5_6/Common/Init_All_Regs.asm
tizenorg/platform.upstream.libva-intel-driver
9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90
[ "MIT" ]
null
null
null
src/shaders/post_processing/gen5_6/Common/Init_All_Regs.asm
tizenorg/platform.upstream.libva-intel-driver
9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90
[ "MIT" ]
null
null
null
/* * All Video Processing kernels * Copyright © <2010>, Intel Corporation. * * This program is licensed under the terms and conditions of the * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at * http://www.opensource.org/licenses/eclipse-1.0.php. * */ #ifdef GT // to remove error mes...
27.722222
80
0.687375
c06594ba0c389a7a152423c377489d848b6b2753
2,939
asm
Assembly
examples/kernel/drivers/soc/usart/usart.asm
rostislav-nikitin/socOS
75e3bbaa16086df5dd1a476ee86052b3073ce075
[ "MIT" ]
1
2020-07-29T12:30:42.000Z
2020-07-29T12:30:42.000Z
examples/kernel/drivers/soc/usart/usart.asm
rostislav-nikitin/socOS
75e3bbaa16086df5dd1a476ee86052b3073ce075
[ "MIT" ]
null
null
null
examples/kernel/drivers/soc/usart/usart.asm
rostislav-nikitin/socOS
75e3bbaa16086df5dd1a476ee86052b3073ce075
[ "MIT" ]
null
null
null
.cseg .org 0x00 rcall main_thread ; include components interrupts ;.include "../../../../../src/kernel/drivers/{driver_name}_int.asm" .include "../../../../../src/kernel/drivers/soc/usart_int.asm" ; include components definitions .include "../../../../../src/kernel/kernel_def.asm" ;.include "../../../../../src/kernel/...
28.533981
151
0.70296
4314b3067a3d10f09f9311cffd9c613d2532d0b5
170
asm
Assembly
LAB 4/test.asm
Mawlong/Computer-Organization-and-Architecture
3a7db2a07eea9d30ba385553cdfdb3d0fcb29a80
[ "MIT" ]
null
null
null
LAB 4/test.asm
Mawlong/Computer-Organization-and-Architecture
3a7db2a07eea9d30ba385553cdfdb3d0fcb29a80
[ "MIT" ]
null
null
null
LAB 4/test.asm
Mawlong/Computer-Organization-and-Architecture
3a7db2a07eea9d30ba385553cdfdb3d0fcb29a80
[ "MIT" ]
null
null
null
.data .text .globl main main: li $t0,0x5 li $t1, 0x10010000 sw $t0,0($t1) li $t0, 0xABCD sw $t0, 4($t1) li $t0 , 0x1234 sw $t0, 12($t1) li $v0, 10 syscall
11.333333
19
0.570588
2ee8f2d630de837a937dac82a75c048b5f74b85e
5,985
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2542.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2542.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2542.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xb03f, %rax nop nop nop sub %rsi, %rsi movl $0x61626364, (%rax) nop nop cmp %rbx, %rbx lea addresses_WT_ht+0xc17f, %rsi lea addresses_UC_ht+0x1435f, %rdi nop nop nop nop n...
38.863636
2,999
0.659315
5cfa8b204ee1fab9eca91283d39c889300bc8467
5,192
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1521.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1521.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1521.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 %r14 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x250c, %rsi lea addresses_A_ht+0x8e8c, %rdi clflush (%rsi) and %r15, %r15 mov $8, %rcx rep movsw nop nop nop nop nop and %rcx, %rcx lea addresses_WT_ht+0x16d0c, %r14 sub $29435, %r...
44
2,999
0.660632
3db2a0226f11327355f05e7232ee9d4da1b22518
424
asm
Assembly
programs/oeis/047/A047602.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/047/A047602.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/047/A047602.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A047602: Numbers that are congruent to {0, 1, 2, 3, 4, 5} mod 8. ; 0,1,2,3,4,5,8,9,10,11,12,13,16,17,18,19,20,21,24,25,26,27,28,29,32,33,34,35,36,37,40,41,42,43,44,45,48,49,50,51,52,53,56,57,58,59,60,61,64,65,66,67,68,69,72,73,74,75,76,77,80,81,82,83,84,85,88,89,90,91,92,93,96,97,98,99,100,101,104,105,106,107,108,109...
53
317
0.65566