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
0d8884d54badb95ffc8380e3729077a296dc3e50
895
asm
Assembly
StartOfFrame.asm
alshapton/AtariX
3c4b15ee3a6b979658f0f462c52db2c78c9bf121
[ "MIT" ]
null
null
null
StartOfFrame.asm
alshapton/AtariX
3c4b15ee3a6b979658f0f462c52db2c78c9bf121
[ "MIT" ]
1
2022-01-01T00:30:19.000Z
2022-01-01T00:30:53.000Z
StartOfFrame.asm
alshapton/AtariX
3c4b15ee3a6b979658f0f462c52db2c78c9bf121
[ "MIT" ]
null
null
null
; Start of vertical blank processing lda #0 sta VBLANK lda #2 sta VSYNC ; Vertical SYNC - indicates start of a new frame ; byte 2 being set indicates start of vertical sync ; 3 scanlines of VSYNCH signal... - these...
35.8
89
0.527374
3c41124b1546ce4541ced12780c8b7162ec136b9
489
asm
Assembly
oeis/078/A078047.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/078/A078047.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/078/A078047.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A078047: Expansion of (1-x)/(1+x+x^2+2*x^3). ; Submitted by Jamie Morken(s4) ; 1,-2,1,-1,4,-5,3,-6,13,-13,12,-25,39,-38,49,-89,116,-125,187,-294,357,-437,668,-945,1151,-1542,2281,-3041,3844,-5365,7603,-9926,13053,-18333,25132,-32905,44439,-61798,83169,-110249,150676,-206765,276587,-371174,508117,-690117,924348,-12504...
23.285714
243
0.609407
3d2976a3701e86bad9bdd8fe082a98b233e112a7
349
asm
Assembly
programs/oeis/022/A022143.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/022/A022143.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/022/A022143.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A022143: Fibonacci sequence beginning 5, 19. ; 5,19,24,43,67,110,177,287,464,751,1215,1966,3181,5147,8328,13475,21803,35278,57081,92359,149440,241799,391239,633038,1024277,1657315,2681592,4338907,7020499,11359406 mov $3,13 mov $4,5 lpb $0 sub $0,1 add $1,$3 trn $2,$4 add $4,$2 mov $2,$1 add $2,6 mov $3...
20.529412
167
0.673352
f5e660991943bc303eef970543ad7e1b8422e873
147
asm
Assembly
ch04/firt_program.asm
zzb610/asm-learn
d8a603347d608eb448dd605941376d6b763ee917
[ "MIT" ]
null
null
null
ch04/firt_program.asm
zzb610/asm-learn
d8a603347d608eb448dd605941376d6b763ee917
[ "MIT" ]
null
null
null
ch04/firt_program.asm
zzb610/asm-learn
d8a603347d608eb448dd605941376d6b763ee917
[ "MIT" ]
null
null
null
ASSUME cs:codesg codesg SEGMENT mov ax, 0123H mov bx, 0456H add ax, bx add ax, ax mov ax, 4c00H int 21h codesg ENDS END
10.5
17
0.612245
86cccb56faa6070a451ef6d1811a0b2ae0dd6a00
539
asm
Assembly
oeis/017/A017070.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/017/A017070.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/017/A017070.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A017070: a(n) = (8*n)^6. ; 0,262144,16777216,191102976,1073741824,4096000000,12230590464,30840979456,68719476736,139314069504,262144000000,464404086784,782757789696,1265319018496,1973822685184,2985984000000,4398046511104,6327518887936,8916100448256,12332795428864,16777216000000,22483074023424,29721861554176,388067200...
89.833333
487
0.884972
86a240864efe091cbe4e4c343c25c48283e0f6ee
2,224
asm
Assembly
dep/tbb/src/tbb/intel64-masm/atomic_support.asm
Ambal/mangos
9833ce4e393ca36668751dbcc9dfcf7cae8ff4ff
[ "OpenSSL" ]
1
2019-01-19T06:35:40.000Z
2019-01-19T06:35:40.000Z
dep/tbb/src/tbb/intel64-masm/atomic_support.asm
mfooo/wow
3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d
[ "OpenSSL" ]
null
null
null
dep/tbb/src/tbb/intel64-masm/atomic_support.asm
mfooo/wow
3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d
[ "OpenSSL" ]
null
null
null
; Copyright 2005-2009 Intel Corporation. All Rights Reserved. ; ; This file is part of Threading Building Blocks. ; ; Threading Building Blocks is free software; you can redistribute it ; and/or modify it under the terms of the GNU General Public License ; version 2 as published by the Free Software Foundation. ; ; Th...
27.45679
76
0.765737
b07870a3c15ff3cbbeb1b9f5be465b11e52c7f77
588
asm
Assembly
oeis/024/A024014.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/024/A024014.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/024/A024014.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A024014: 2^n-n^4. ; 1,1,-12,-73,-240,-593,-1232,-2273,-3840,-6049,-8976,-12593,-16640,-20369,-22032,-17857,0,47551,157168,393967,888576,1902671,3960048,8108767,16445440,33163807,66651888,133686287,267820800,536163631,1072931824,2146560127,4293918720,8588748671,17178532848,34358237743,68717797120,137437079311,27487582...
53.454545
500
0.814626
5ae962dfbd828f0503878edb3e269f081ca842dc
4,051
asm
Assembly
src/00/keyboard.asm
unlimitedbacon/kernel
ddabec11adcab18d9db3049f90ce9ee892175214
[ "MIT" ]
251
2015-01-08T17:46:33.000Z
2022-03-30T07:51:17.000Z
src/00/keyboard.asm
unlimitedbacon/kernel
ddabec11adcab18d9db3049f90ce9ee892175214
[ "MIT" ]
32
2015-01-16T08:47:29.000Z
2020-01-30T18:31:21.000Z
src/00/keyboard.asm
unlimitedbacon/kernel
ddabec11adcab18d9db3049f90ce9ee892175214
[ "MIT" ]
35
2015-01-27T18:23:57.000Z
2022-02-26T19:47:08.000Z
;; waitKey [Input] ;; Blocks until a key is pressed, then returns that key code. ;; Outputs: ;; A: Key code waitKey: _: call hasKeypadLock jr nz, -_ ; Loop until a lock is acquired _: call getKey or a jr z, -_ ret waitKey_skipCheck: _: call getKey_skipCheck or a jr z, -_ ret ;; flushK...
18.668203
75
0.538386
60a626bb1461dad236cdca711776b32cd0b0d1bc
390
asm
Assembly
iod/con2/sprite/f5.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/con2/sprite/f5.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/con2/sprite/f5.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
* Sprite f5 * * Mode 4 * +|-------+ * -ggg gggg- * |g g | * |g ggg | * |gg g| * |g g| * |g g g| * |g gg | * +|-------+ * section sprite xdef sp_f5 xref sp_zero sp_f5 dc.w $0100,$0000 dc.w 8,7,0,0 dc.l sc4_f5-* dc.l sp_zero-* dc.l 0 sc4_f5 dc.w $EF00,$0000 dc.w $8800,$0000 dc.w $8E00,$0000 dc.w $C1...
11.818182
17
0.517949
2b8e63d80b3aa709ca749afc28721faa3152e9a3
149
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_cy2aaddr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_cy2aaddr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_cy2aaddr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; void *zx_cy2aaddr(uchar row) SECTION code_clib SECTION code_arch PUBLIC zx_cy2aaddr EXTERN asm_zx_cy2aaddr defc zx_cy2aaddr = asm_zx_cy2aaddr
12.416667
34
0.825503
062dc39cdd99d92ea636ca6eec0fad3a33db18bb
1,959
asm
Assembly
programs/oeis/131/A131405.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/131/A131405.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/131/A131405.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A131405: Row sums of triangle A131404. ; 1,2,7,16,37,82,179,384,813,1702,3531,7272,14889,30342,61603,124700,251825,507582,1021535,2053388,4123481,8274002,16591767,33254356,66623317,133432082,267164239,534814024,1070413693,2142098602,4286254091,8575836312,17157057669,34322828542,68659755363,137342322240,274721554305,5...
178.090909
1,698
0.903012
789bb8e7e1112c929cbfe35c7f782fb34781957c
263
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_islessgreater.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_islessgreater.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_islessgreater.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int islessgreater(double x, double y) SECTION code_fp_math48 PUBLIC cm48_sccz80_islessgreater EXTERN am48_islessgreater, cm48_sccz80p_dparam2 cm48_sccz80_islessgreater: call cm48_sccz80p_dparam2 ; AC'= y ; AC = x jp am48_islessgreater
14.611111
47
0.764259
365a13a29a99cbd86934fb3f3f9ab03757091c4e
572
asm
Assembly
data/baseStats/raichu.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
1
2022-01-09T05:28:52.000Z
2022-01-09T05:28:52.000Z
data/baseStats/raichu.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
data/baseStats/raichu.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
db RAICHU ; pokedex id db 60 ; base hp db 90 ; base attack db 55 ; base defense db 110 ; base speed db 90 ; base special db ELECTRIC ; species type 1 db ELECTRIC ; species type 2 db 75 ; catch rate db 122 ; base exp yield INCBIN "pic/gsmon/raichu.pic",0,1 ; 77, sprite dimensions dw RaichuPicFront dw RaichuPicBack ;...
19.724138
57
0.734266
22c96f7399c1495f0db6089e3f796040e9b82f31
508
asm
Assembly
print-string.asm
BaseMax/FirstAssemblyNASM
7a4ec849bce2f7e6abf30f6e496b639ea18b3812
[ "MIT" ]
7
2021-06-01T06:47:02.000Z
2021-06-06T02:20:54.000Z
print-string.asm
BaseMax/FirstAssemblyNASM
7a4ec849bce2f7e6abf30f6e496b639ea18b3812
[ "MIT" ]
null
null
null
print-string.asm
BaseMax/FirstAssemblyNASM
7a4ec849bce2f7e6abf30f6e496b639ea18b3812
[ "MIT" ]
null
null
null
section .data text db "Hello, World!",10,0 text2 db "World?",10,0 section .text global _start _start: mov rax, text call _print mov rax, text2 call _print mov rax, 60 mov rdi, 0 syscall ; input : rax as pointer to string ; output : print string at rax _print: push r...
13.368421
35
0.574803
035d8ffffc5835858be8d3104f2513bff3f1ff65
261
asm
Assembly
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshr_cls_wc_pix_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshr_cls_wc_pix_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshr_cls_wc_pix_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void tshr_cls_wc_pix(struct r_Rect8 *r, uchar pix) SECTION code_clib SECTION code_arch PUBLIC _tshr_cls_wc_pix_callee EXTERN asm_tshr_cls_wc_pix _tshr_cls_wc_pix_callee: pop hl pop ix dec sp ex (sp),hl ld l,h jp asm_tshr_cls_wc_pix
13.736842
52
0.750958
497511816c5ee023ceb35918a96bd47b1d3554a7
502
asm
Assembly
programs/oeis/258/A258011.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/258/A258011.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/258/A258011.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A258011: Numbers remaining after the third stage of Lucky sieve. ; 1,3,7,9,13,15,21,25,27,31,33,37,43,45,49,51,55,57,63,67,69,73,75,79,85,87,91,93,97,99,105,109,111,115,117,121,127,129,133,135,139,141,147,151,153,157,159,163,169,171,175,177,181,183,189,193,195,199,201,205,211,213,217,219,223,225,231,235,237,241,243,2...
45.636364
367
0.707171
85e4c02006988823ed14261ab0b6724f013ae644
718
asm
Assembly
oeis/212/A212403.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/212/A212403.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/212/A212403.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A212403: Number of binary arrays of length 2*n+1 with no more than n ones in any length 2n subsequence (=50% duty cycle). ; Submitted by Jon Maiga ; 5,19,74,291,1150,4558,18100,71971,286454,1140954,4547020,18129294,72309164,288493756,1151300584,4595507491,18346672294,73257044386,292550538844,1168434892186,46671754483...
51.285714
482
0.835655
e43be357f970c58b0b9e57a0c0f012a23251ae4c
5,968
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1198.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1198.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1198.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 %r13 push %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x17a1f, %rcx nop nop nop cmp $41989, %r14 mov $0x6162636465666768, %r10 movq %r10, %xmm6 vmovups %ymm6, (%rcx) nop and $59106, %r15 lea addresses_UC_ht+0xae9a, %rsi lea addre...
41.444444
2,999
0.660355
ab681745f6fe06847a85e2d1da67318b80e69cdc
335
asm
Assembly
libsrc/graphics/eg2000/clg.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/graphics/eg2000/clg.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/graphics/eg2000/clg.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
; ; Colour Genie EG2000 graphics routines ; ; cls () -- clear screen ; ; Stefano Bodrato - 2015 ; ; ; $Id: clg.asm,v 1.1 2015/10/28 07:18:49 stefano Exp $ ; PUBLIC clg INCLUDE "graphics/grafix.inc" .clg call $38a9 ; FGR ld a,0 ; black ; call $384d ; FCLS ld a,3 ; green jp ...
13.958333
60
0.564179
e275d39a933071248485838742fddf42ae71aee8
1,858
asm
Assembly
libsrc/stdio/zx81/generic_console.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/stdio/zx81/generic_console.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/stdio/zx81/generic_console.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1
2019-12-03T23:28:20.000Z
2019-12-03T23:28:20.000Z
SECTION code_clib PUBLIC generic_console_cls PUBLIC generic_console_vpeek PUBLIC generic_console_printc PUBLIC generic_console_scrollup PUBLIC generic_console_ioctl PUBLIC generic_console_set_ink PUBLIC generic_console_set_paper PUBL...
16.738739
59
0.697524
72baafbc086ef7f66235e327866024e4f304e3d4
2,438
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_34_469.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_34_469.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_34_469.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rcx push %rdi lea addresses_WT_ht+0x147e3, %r15 nop nop cmp $41900, %rcx movb $0x61, (%r15) nop nop nop nop nop xor $49113, %rdi lea addresses_normal_ht+0x59f7, %rdi nop nop nop and $61957, %r11 mov (%rdi), %r8d nop nop nop nop cmp $6457, %...
17.539568
127
0.64315
1849444153f9220b0bbc3df1b3c73d708cd89713
6,643
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_766.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_0xa0.log_21829_766.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_0xa0.log_21829_766.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x520a, %rdx nop nop xor $4307, %r14 movw $0x6162, (%rdx) nop nop sub $2649, %rbx lea addresses_D_ht+0xc6f6, %r13 clflush (%r13) inc %r14 mov $0x6162636465666768, %rdx movq %r...
35.908108
2,999
0.655728
a045a99805fab08034992db49d24357e5a396c49
822
asm
Assembly
CountingSortfunc.asm
AbderrhmanAbdellatif/SysPro
fa6ee66a63a62043c5d114bf80efec397fb1a13c
[ "MIT" ]
null
null
null
CountingSortfunc.asm
AbderrhmanAbdellatif/SysPro
fa6ee66a63a62043c5d114bf80efec397fb1a13c
[ "MIT" ]
null
null
null
CountingSortfunc.asm
AbderrhmanAbdellatif/SysPro
fa6ee66a63a62043c5d114bf80efec397fb1a13c
[ "MIT" ]
null
null
null
segment .text global countingsort ; nasm -f elf32 csf.asm ; in C calling conventions ; ebx,esi,edi,ebp,cs,ds,ss,es should remain unchanged ;void countingsort(int *a,int n) countingsort: push ebp mov ebp,esp push ebx sub esp,4 ; smallest will be here, ebp-8 mov eax,[ebp+12] mov ...
21.631579
71
0.576642
8fb21433aa4016ad157e81f38f41a7a843511a01
279
asm
Assembly
ffight/lcs/1p/74.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/1p/74.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/1p/74.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 00330E tst.l ($78,A6) [1p+74, boss+74, container+74, enemy+74, weapon+74] 003334 tst.l ($78,A6) [1p+74, boss+74, enemy+74, weapon+74] 00A2C6 dbra D0, $a2c0 copyright zengfr site:http://github.com/zengfr/romhack
34.875
76
0.698925
72036d524f357cf1daa7e3632b47910ccb9ddaa6
14,153
asm
Assembly
boot/org.asm
RemonBinHummar/Hummar
571a4d4bdd8a1294c7081ea458dab532aa3b3110
[ "Apache-2.0" ]
null
null
null
boot/org.asm
RemonBinHummar/Hummar
571a4d4bdd8a1294c7081ea458dab532aa3b3110
[ "Apache-2.0" ]
null
null
null
boot/org.asm
RemonBinHummar/Hummar
571a4d4bdd8a1294c7081ea458dab532aa3b3110
[ "Apache-2.0" ]
null
null
null
CODE SEGMENT BYTE PUBLIC 'CODE' ASSUME SS:DOSGROUP,CS:DOSGROUP .xlist .xcref INCLUDE DOSSYM.ASM INCLUDE DEVSYM.ASM .cref .list i_need BuffHead,DWORD i_need PreRead,WORD i_need LastBuffer,DWORD i_need CurBuf,DWORD i_need WPErr,BYTE SUBTTL SETVISIT,SKIPVISIT --...
28.137177
79
0.490638
5e6b436bbd48d25fc125ae2ae58d6f04bef801ab
14,556
asm
Assembly
bit-test.asm
jimnicholls/4510-bit-imm-test
f332fe0eddd6bcb259a9e0958b505bece8c09076
[ "BSD-3-Clause" ]
null
null
null
bit-test.asm
jimnicholls/4510-bit-imm-test
f332fe0eddd6bcb259a9e0958b505bece8c09076
[ "BSD-3-Clause" ]
null
null
null
bit-test.asm
jimnicholls/4510-bit-imm-test
f332fe0eddd6bcb259a9e0958b505bece8c09076
[ "BSD-3-Clause" ]
null
null
null
!addr chrout = $ffd2 !addr r6510 = $01 !addr reg_d030 = $d030 !addr screen0 = $0800 !addr screen1 = $0801 !addr screen2 = $0802 !addr mem_flags = $b1 ; the flags after the memory-mode BIT instruction !addr ...
35.940741
126
0.385545
e46f1f4485a669191700c0546e08bde3ebd738da
456
asm
Assembly
programs/oeis/182/A182936.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/182/A182936.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/182/A182936.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A182936: Greatest common divisor of the proper divisors of n, 0 if there are none. ; 0,0,0,2,0,1,0,2,3,1,0,1,0,1,1,2,0,1,0,1,1,1,0,1,5,1,3,1,0,1,0,2,1,1,1,1,0,1,1,1,0,1,0,1,1,1,0,1,7,1,1,1,0,1,1,1,1,1,0,1,0,1,1,2,1,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,3,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1 lpb $0 seq $0,14963 ; Exponent...
45.6
201
0.596491
f87a702d4eaa6a8503e425487e144fa650163e01
167
asm
Assembly
libsrc/_DEVELOPMENT/error/z80/error_znc.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/error/z80/error_znc.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/error/z80/error_znc.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_error PUBLIC error_znc pop hl pop hl pop hl error_znc: ; set hl = 0 ; reset carry flag ld hl,0 scf ccf ret
7.952381
21
0.538922
9110b8e53ad69402195fe2d2a1610f6a3e299bd7
703
asm
Assembly
oeis/007/A007202.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/007/A007202.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/007/A007202.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A007202: Crystal ball sequence for hexagonal close-packing. ; Submitted by Jamie Morken(w1) ; 1,13,57,153,323,587,967,1483,2157,3009,4061,5333,6847,8623,10683,13047,15737,18773,22177,25969,30171,34803,39887,45443,51493,58057,65157,72813,81047,89879,99331,109423,120177,131613,143753,156617,170227,184603,199767,215739,...
41.352941
495
0.783784
26ac76cd34ea2f5a77ebade24e56b4639bc55d9c
959
asm
Assembly
programs/oeis/309/A309250.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/309/A309250.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/309/A309250.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A309250: a(n) is the index of the binary string of a Post's Correspondence Problem Encoding with index n. ; 1,2,3,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,22,22,22,22,23,23,23,23,24,24,24,24,25,25,25,25,26,26,26...
59.9375
737
0.653806
67a2cd15edc60e798e82053fa992c6385f0fe361
271
asm
Assembly
Working Disassembly/General/Sprites/Animals/Map - Animals 4.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
Working Disassembly/General/Sprites/Animals/Map - Animals 4.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/General/Sprites/Animals/Map - Animals 4.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Map_2CF14: dc.w word_2CF22-Map_2CF14 dc.w word_2CF2A-Map_2CF14 dc.w word_2CF1A-Map_2CF14 word_2CF1A: dc.w 1 dc.b $F8, 6, 0, 0, $FF, $F8 word_2CF22: dc.w 1 dc.b $FC, 5, 0, 6, $FF, $F8 word_2CF2A: dc.w 1 dc.b $FC, 5, 0, $A, $FF, $F8
27.1
37
0.564576
22d82a185f53181a20968895b110a23bb5efd409
134
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2schar.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2schar.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2schar.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC ___fs2schar EXTERN cm48_sdccixp_ds2schar defc ___fs2schar = cm48_sdccixp_ds2schar
13.4
40
0.873134
08320e082a27f27bb4c6b362061dfa6dd3b823e1
7,399
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1060.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_0xa0.log_21829_1060.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_0xa0.log_21829_1060.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xdada, %r14 nop nop nop dec %r13 movb (%r14), %r15b nop and %r9, %r9 lea addresses_WC_ht+0x16a5a, %r14 nop nop nop nop inc %r11 movb $0x61, (%r14) sub $63006, %r11 l...
34.25463
2,999
0.655224
efbbd892c7b1fb87c1e36bdce908b93b045c8344
1,346
asm
Assembly
0x20.asm
SpeedStepper/XchgRaxRax
24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc
[ "MIT" ]
53
2017-09-06T02:37:25.000Z
2022-03-10T05:17:06.000Z
0x20.asm
uf0o/xorpd-solutions
3a84172f615533ffbd40124594db6d36baa6260a
[ "MIT" ]
2
2019-04-03T12:51:42.000Z
2020-12-10T13:58:14.000Z
0x20.asm
uf0o/xorpd-solutions
3a84172f615533ffbd40124594db6d36baa6260a
[ "MIT" ]
21
2017-09-06T02:37:33.000Z
2022-03-10T05:17:09.000Z
; ; $Id: 0x20.asm,v 1.1.1.1 2016/03/27 08:40:13 raptor Exp $ ; ; 0x20 explanation - from xchg rax,rax by xorpd@xorpd.net ; Copyright (c) 2016 Marco Ivaldi <raptor@0xdeadbeef.info> ; ; I guess the hidden message of this halfway snippet is: ; "If you've come this far, you're pretty l33t;)". It ; simply outputs rax * 13...
21.709677
60
0.531947
f195878b74953d58d523e47b29f30652356d7f66
1,355
asm
Assembly
original/02 - Tutorial Two.asm
rodoherty1/6502-Examples
86db5035a324ef161327f28452ba625d43668924
[ "MIT" ]
null
null
null
original/02 - Tutorial Two.asm
rodoherty1/6502-Examples
86db5035a324ef161327f28452ba625d43668924
[ "MIT" ]
null
null
null
original/02 - Tutorial Two.asm
rodoherty1/6502-Examples
86db5035a324ef161327f28452ba625d43668924
[ "MIT" ]
null
null
null
; 10 SYS (2304) *=$0801 BYTE $0E, $08, $0A, $00, $9E, $20, $28 BYTE $32, $33, $30, $34, $29, $00, $00, $00 ;******************************************************************************* ;* Reverses the screen * ;* ...
36.621622
80
0.288561
fe5383b733c7ccaaae50ccb89e78a9c559bc75c8
5,712
asm
Assembly
WRK-V1.2/TOOLS/crt/src/intel/strchr.asm
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
WRK-V1.2/TOOLS/crt/src/intel/strchr.asm
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
WRK-V1.2/TOOLS/crt/src/intel/strchr.asm
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
page ,132 title strchr - search string for given character ;*** ;strchr.asm - search a string for a given character ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ;Purpose: ; defines strchr() - search a string for a character ; ;*****************************************...
29.595855
80
0.439951
79877709f8142b4423f92f6638b27c7025c331be
16,006
asm
Assembly
gwnum/mult2aux.asm
Kasual/GIMPS
a09c0d4cc1489558725eef0578613c66bd65a708
[ "Intel" ]
null
null
null
gwnum/mult2aux.asm
Kasual/GIMPS
a09c0d4cc1489558725eef0578613c66bd65a708
[ "Intel" ]
null
null
null
gwnum/mult2aux.asm
Kasual/GIMPS
a09c0d4cc1489558725eef0578613c66bd65a708
[ "Intel" ]
null
null
null
; Copyright 1995-2011 Mersenne Research, Inc. All rights reserved ; Author: George Woltman ; Email: woltman@alum.mit.edu ; TITLE setup .686 .XMM .MODEL FLAT INCLUDE unravel.mac INCLUDE extrn.mac INCLUDE mult.mac INCLUDE memory.mac INCLUDE normal.mac _TEXT SEGMENT flat_distances ;; ;; Add two numbers with...
35.178022
75
0.718481
aabef4f9a0dd8a5000aaf5852bf003ed96a5bf24
6,742
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_7318_1852.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_7318_1852.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_7318_1852.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 %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x152ac, %r9 nop nop xor $42789, %r10 movl $0x61626364, (%r9) nop nop nop mfence lea addresses_WT_ht+0x816c, %rsi lea addresses_WC_ht+0x1edac, %rdi nop nop nop add %rbp, %r...
34.574359
2,999
0.657223
c1b9f81640b2cfbb97708765950d12a59403626a
84
asm
Assembly
tests/data/src/test_ld_c.asm
protoCall7/PZ80emu
2ff78d206bda4a173bfca0700462cd5f1cb3d637
[ "BSD-3-Clause" ]
1
2016-03-07T23:18:59.000Z
2016-03-07T23:18:59.000Z
tests/data/src/test_ld_c.asm
protoCall7/PZ80emu
2ff78d206bda4a173bfca0700462cd5f1cb3d637
[ "BSD-3-Clause" ]
3
2015-12-13T00:27:06.000Z
2017-10-20T18:39:25.000Z
tests/data/src/test_ld_c.asm
protoCall7/PZ80emu
2ff78d206bda4a173bfca0700462cd5f1cb3d637
[ "BSD-3-Clause" ]
null
null
null
;Variables x: equ 5 ;Code ld c,x ld a,c ld b,c ld c,c ld d,c ld e,c ld h,c ld l,c
6
10
0.595238
8eb52dfa09767baaecac8c32aa0dea455c025497
338
asm
Assembly
drivers/gdt.asm
ProgMiner/memOS
ea441ccb23ed0e6bafa1d9a6a50519f206693198
[ "MIT" ]
6
2021-04-30T11:11:07.000Z
2022-01-24T12:20:05.000Z
drivers/gdt.asm
ProgMiner/memOS
ea441ccb23ed0e6bafa1d9a6a50519f206693198
[ "MIT" ]
3
2021-06-21T22:01:00.000Z
2021-07-26T17:54:06.000Z
drivers/gdt.asm
ProgMiner/memOS
ea441ccb23ed0e6bafa1d9a6a50519f206693198
[ "MIT" ]
2
2021-07-26T16:34:40.000Z
2021-07-26T17:20:50.000Z
[GLOBAL gdt_flush] gdt_flush: mov eax, [esp+4] lgdt [eax] mov ax, 0x10 mov ds, ax mov es, ax mov fs, ax mov gs, ax mov ss, ax jmp 0x08:.flush .flush: ret [GLOBAL idt_flush] idt_flush: mov eax, [esp+4] lidt [eax] ...
14.695652
24
0.449704
2fff5c766869a6be1af0b0fa0e24772d34394cfc
5,602
asm
Assembly
Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-7700_9_0x48.log_21829_2219.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_/i7-7700_9_0x48.log_21829_2219.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_/i7-7700_9_0x48.log_21829_2219.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 %r14 push %r9 push %rbp push %rcx push %rdx lea addresses_UC_ht+0xf9c5, %r9 inc %r13 mov $0x6162636465666768, %r12 movq %r12, %xmm0 vmovups %ymm0, (%r9) nop nop nop nop add $9696, %r9 lea addresses_normal_ht+0x1c89d, %r14 nop nop nop nop add %rdx, %r...
41.496296
2,999
0.656908
da93a099d0e9a1c1845d6431881acf23d23b48e4
700
asm
Assembly
oeis/021/A021714.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021714.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021714.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021714: Expansion of 1/((1-x)(1-3x)(1-10x)(1-11x)). ; Submitted by Jon Maiga ; 1,25,428,6278,84879,1092243,13601506,165488176,1979095877,23357343581,272803757304,3159571375194,36342586372795,415641464948839,4730786270092622,53625950549096132,605758471885400433,6822073349386544817,76630108430304524260,858804208605618...
41.176471
497
0.825714
e5e2d545da004b9ac2f2b915951d99ab40fb7791
2,939
asm
Assembly
STIK1014 - Computer System Organization/src/Fibonacci Sequence.asm
narzullaev/Assembly
3f55f5761c3af39cce92f6cbde759c81beb6e34b
[ "MIT" ]
1
2020-06-24T22:31:15.000Z
2020-06-24T22:31:15.000Z
STIK1014 - Computer System Organization/src/Fibonacci Sequence.asm
narzullaev/Assembly
3f55f5761c3af39cce92f6cbde759c81beb6e34b
[ "MIT" ]
null
null
null
STIK1014 - Computer System Organization/src/Fibonacci Sequence.asm
narzullaev/Assembly
3f55f5761c3af39cce92f6cbde759c81beb6e34b
[ "MIT" ]
3
2018-11-13T13:45:04.000Z
2020-11-01T16:17:54.000Z
;****************************************** ;*Aim of this code to generate a Fibonacci* ;*Sequence up to n numbers. * ;*Author : Sardor Narzullaev * ;*IDE : emu8086 * ;****************************************** name "fibonacci Series" .model small .data tittl...
14.695
62
0.629466
fcf89a18f6c41336ea0d0587ee9c93dc9c985eef
5,515
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1223.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_1223.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_1223.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x834b, %r15 nop nop nop nop nop inc %r9 mov (%r15), %r11d nop xor %r15, %r15 lea addresses_WC_ht+0x2757, %rdx nop nop nop nop nop inc %rcx movl $0x61626364, (%rdx) xor %r15, %r15 lea ad...
40.851852
2,999
0.65476
30f8e3eba0a137dd3382a620608c4d756f2f40c0
435
asm
Assembly
programs/oeis/104/A104103.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/104/A104103.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/104/A104103.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A104103: a(n) = ceiling(sqrt(prime(n))). ; 2,2,3,3,4,4,5,5,5,6,6,7,7,7,7,8,8,8,9,9,9,9,10,10,10,11,11,11,11,11,12,12,12,12,13,13,13,13,13,14,14,14,14,14,15,15,15,15,16,16,16,16,16,16,17,17,17,17,17,17,17,18,18,18,18,18,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,21,21,21,22,22,22,22,22,22,22,23,23,23,23,23,23,23,...
31.071429
279
0.613793
f4ea1083594238cc45ad5d7fbb4730b9223c20b1
6,236
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2386.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2386.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2386.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 %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0xb12c, %rcx nop nop nop inc %r9 movups (%rcx), %xmm3 vpextrq $0, %xmm3, %r12 nop nop and $38956, %r11 lea addresses_WC_ht+0xa64c, %rsi lea addresses_normal_ht+0x128ac, %rdi...
35.431818
2,999
0.657633
7bb0fbf38fd3d7dc0cfe7cddd853d7a46d2c3163
2,457
asm
Assembly
Working Disassembly/Levels/ICZ/Misc Object Data/Map - End Boss.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
Working Disassembly/Levels/ICZ/Misc Object Data/Map - End Boss.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/Levels/ICZ/Misc Object Data/Map - End Boss.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Map_362CB4: dc.w Frame_362CE6-Map_362CB4 dc.w Frame_362D06-Map_362CB4 dc.w Frame_362D14-Map_362CB4 dc.w Frame_362D2E-Map_362CB4 dc.w Frame_362D3C-Map_362CB4 dc.w Frame_362D4A-Map_362CB4 dc.w Frame_362D52-Map_362CB4 dc.w Frame_362D5A-Map_362CB4 dc.w Frame_362D62-Map_362CB4 dc.w Frame_362D6A-Map_362CB4 ...
27.920455
40
0.612129
20303c33fd2cd81f3c5e23f6e6b1d073d071d1df
371
asm
Assembly
Engine Hacks/Strmag/Strmag/Str Mag Split/Combat/Update Magic.asm
sme23/Christmas2
f3f3daeda1afe2b78bfed38cbf60d8bc17ca9f79
[ "CC0-1.0" ]
5
2021-11-28T19:51:03.000Z
2021-12-25T06:15:13.000Z
Wizardry/CoreHacks/StrMag/Combat/UpdateMagic.s
MokhaLeee/FE8U-CHAX-StrMagSplit-Rework
0e217d28c91932e156e96bdc5ab181749e98ebf8
[ "MIT" ]
null
null
null
Wizardry/CoreHacks/StrMag/Combat/UpdateMagic.s
MokhaLeee/FE8U-CHAX-StrMagSplit-Rework
0e217d28c91932e156e96bdc5ab181749e98ebf8
[ "MIT" ]
null
null
null
.thumb .org 0x0 @called from 2860C @this updates magic from stat bonuses and stuff @r0=def push {r14} strb r0,[r5,#0x17] ldr r0,Mag_Getter mov r14,r0 mov r0,r6 .short 0xF800 mov r1,r5 add r1,#0x3A strb r0,[r1] ldr r0,Luk_Getter mov r14,r0 mov r0,r6 .short 0xF800 strb r0,[r5,#0x19] mov r0,r6 pop {r1} bx r1 ...
11.967742
47
0.706199
910b36d3fa89792047c9cdbba64144561e45fb7e
12,300
asm
Assembly
ms/uptable.asm
debugee/openssl-1.0.1s
5367d0d9898c925048e2cd0b0389da94c1323752
[ "OpenSSL" ]
null
null
null
ms/uptable.asm
debugee/openssl-1.0.1s
5367d0d9898c925048e2cd0b0389da94c1323752
[ "OpenSSL" ]
null
null
null
ms/uptable.asm
debugee/openssl-1.0.1s
5367d0d9898c925048e2cd0b0389da94c1323752
[ "OpenSSL" ]
null
null
null
OPTION DOTNAME .text$ SEGMENT ALIGN(64) 'CODE' EXTERN OPENSSL_Uplink:NEAR PUBLIC OPENSSL_UplinkTable ALIGN 16 _lazy1 PROC PRIVATE DB 048h,083h,0ECh,028h mov QWORD PTR[48+rsp],rcx mov QWORD PTR[56+rsp],rdx mov QWORD PTR[64+rsp],r8 mov QWORD PTR[72+rsp],r9 lea rcx,QWORD PTR[OPENSSL_UplinkTable] mov r...
24.356436
69
0.731545
c6fef46f258b93ff59d8811ba5040511af40a3c8
35,733
asm
Assembly
p2/xv6/cat.asm
szhu0513/-xv6-New-System-Call---Screenshot
f04654f9bba36da1e9ba14b4f740588689d81cb0
[ "Xnet", "Linux-OpenIB", "X11" ]
null
null
null
p2/xv6/cat.asm
szhu0513/-xv6-New-System-Call---Screenshot
f04654f9bba36da1e9ba14b4f740588689d81cb0
[ "Xnet", "Linux-OpenIB", "X11" ]
null
null
null
p2/xv6/cat.asm
szhu0513/-xv6-New-System-Call---Screenshot
f04654f9bba36da1e9ba14b4f740588689d81cb0
[ "Xnet", "Linux-OpenIB", "X11" ]
null
null
null
_cat: file format elf32-i386 Disassembly of section .text: 00000000 <cat>: char buf[512]; void cat(int fd) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 56 push %esi 4: 53 push %ebx 5: 8b 75 08 mov 0...
32.514104
60
0.412028
17d8855dfdae1ead75dae1c589ca3d8a13cd8254
3,779
asm
Assembly
software/profi/net-tools/src/netman/main.asm
solegstar/karabas-pro
0ff5f234eee10cd2b0ed0eb9286c47dd33e1f599
[ "MIT" ]
26
2020-07-25T15:00:32.000Z
2022-03-22T19:30:04.000Z
software/profi/net-tools/src/netman/main.asm
solegstar/karabas-pro
0ff5f234eee10cd2b0ed0eb9286c47dd33e1f599
[ "MIT" ]
42
2020-07-29T14:29:18.000Z
2022-03-22T11:34:28.000Z
software/profi/net-tools/src/netman/main.asm
solegstar/karabas-pro
0ff5f234eee10cd2b0ed0eb9286c47dd33e1f599
[ "MIT" ]
7
2020-09-07T14:21:31.000Z
2022-01-24T17:18:56.000Z
device zxspectrum48 org #8000 start: di ld sp, start - 1 res 4, (iy+1) xor a : ld (#5c6a), a ; Thank you, Mario Prato, for feedback out (#fe), a : call changeBank call clearScreen ld hl, initing : call putStringZ call uartBegin ei halt call setSpeed ld b, #ff ;...
18.707921
78
0.580841
755bb2bacbaa216a8b1db3c74d541c9ea7948fdf
428
asm
Assembly
programs/oeis/073/A073773.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/073/A073773.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/073/A073773.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A073773: Number of plane binary trees of size n+2 and height n. ; 0,0,0,6,40,152,480,1376,3712,9600,24064,58880,141312,333824,778240,1794048,4096000,9273344,20840448,46530560,103284736,228065280,501219328,1096810496,2390753280,5192548352,11240734720,24259854336 sub $0,1 lpb $0 sub $0,1 add $1,1 mul $1,2 add ...
21.4
197
0.686916
7a338fbf5e3326cf5631928d067b478069170e76
11,212
asm
Assembly
src/music/ToPBossSong.asm
santiontanon/talesofpopolon-ext
a7c7fd1164d506d6b0c6245fdf3ad0b634facd84
[ "Apache-2.0" ]
4
2019-10-20T08:14:01.000Z
2021-09-24T19:41:47.000Z
src/music/ToPBossSong.asm
santiontanon/talesofpopolon-ext
a7c7fd1164d506d6b0c6245fdf3ad0b634facd84
[ "Apache-2.0" ]
1
2019-10-20T12:21:06.000Z
2019-10-21T21:52:35.000Z
src/music/ToPBossSong.asm
santiontanon/talesofpopolon-ext
a7c7fd1164d506d6b0c6245fdf3ad0b634facd84
[ "Apache-2.0" ]
null
null
null
include "../constants.asm" org #0000 ToPBossSong: db 7,184 ToPBossSong_loop: db MUSIC_CMD_SET_INSTRUMENT, MUSIC_INSTRUMENT_PIANO, 0 db MUSIC_CMD_PLAY_INSTRUMENT_CH1, 30 db MUSIC_CMD_PLAY_INSTRUMENT_CH2, 13 db MUSIC_CMD_PLAY_INSTRUMENT_CH3 + MUSIC_CMD_TIME_STEP_FLAG, 4 db MUSIC_CMD_PLAY_INSTRUMENT_CH1 + ...
55.781095
65
0.856939
29a6acac104fa4878d69fa029b4cf92c66041759
169,456
asm
Assembly
target/cos_117/disasm/iop_overlay1/D40ERR.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/D40ERR.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/D40ERR.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x2119- f:00020 d: 281 | A = OR[281] 0x0001 (0x000002) 0x2901- f:00024 d: 257 | OR[257] = A 0x0002 (0x000004) 0x2118- f:00020 d: 280 | A = OR[280] 0x0003 (0x000006) 0x2900- f:00024 d: 256 | OR[256] = A ...
81.04065
127
0.467166
5d647736a720f04473fa10ed53850e214e85a657
725
asm
Assembly
oeis/060/A060293.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/060/A060293.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/060/A060293.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A060293: Expected coupon collection numbers rounded up; i.e., if aiming to collect a set of n coupons, the expected number of random coupons required to receive the full set. ; Submitted by Jon Maiga ; 0,1,3,6,9,12,15,19,22,26,30,34,38,42,46,50,55,59,63,68,72,77,82,86,91,96,101,106,110,115,120,125,130,135,141,146,151...
36.25
370
0.688276
29065205e445245bd827a87be530b1b3ccbc1c5c
318
asm
Assembly
oeis/008/A008954.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/008/A008954.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/008/A008954.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A008954: Final digit of triangular number n*(n+1)/2. ; Submitted by Christian Krause ; 0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0,0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0,0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0,0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0,0,1,3,6,0,5,1,8,6,5,5,6,8,1,5,0,6,3,1,0 add $0,1 bin $0,2 mod $0,10
39.75
201
0.569182
e46f1550ad87c7df6a8916cb080f64cd6e7ac7a9
1,458
asm
Assembly
libsrc/target/pc6001/stdio/printc_MODE1.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/pc6001/stdio/printc_MODE1.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/pc6001/stdio/printc_MODE1.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib PUBLIC printc_MODE1 EXTERN generic_console_udg32 EXTERN generic_console_font32 EXTERN generic_console_flags INCLUDE "target/pc6001/def/pc6001.def" ; c = x ; b = y ; a' = d = character to print ; e = raw printc_MODE1: ld l,d ld h,0 ld ...
19.972603
52
0.461591
71e36849685f1b5c482d2442f760d9deccec009c
224
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hgt_callee.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hgt_callee.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hgt_callee.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math16 PUBLIC ___hgt_callee PUBLIC _f16_isgreater_callee EXTERN cm16_sdcc___gt_callee defc ___hgt_callee = cm16_sdcc___gt_callee defc _f16_isgreater_callee = cm16_sdcc___gt_callee
20.363636
54
0.794643
ffa2b1a793cd6e9b263d1ca8905fb5e38ae3a515
315
asm
Assembly
programs/oeis/254/A254375.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/254/A254375.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/254/A254375.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A254375: Digital roots of centered heptagonal numbers (A069099). ; 1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1,8,4,7,8,7,4,8,1,1 add $0,1 bin $0,2 mul $0,7 add $0,1 mod $0,9
35
201
0.565079
bb25013753ad9fb91f4ac8b0b31ecb6080eb4f3c
25,943
asm
Assembly
src/CORE16/patch16.asm
masscry/dmc
c7638f7c524a65bc2af0876c76621d8a11da42bb
[ "BSL-1.0" ]
86
2018-05-24T12:03:44.000Z
2022-03-13T03:01:25.000Z
src/CORE16/patch16.asm
masscry/dmc
c7638f7c524a65bc2af0876c76621d8a11da42bb
[ "BSL-1.0" ]
1
2019-05-30T01:38:40.000Z
2019-10-26T07:15:01.000Z
src/CORE16/patch16.asm
masscry/dmc
c7638f7c524a65bc2af0876c76621d8a11da42bb
[ "BSL-1.0" ]
14
2018-07-16T08:29:12.000Z
2021-08-23T06:21:30.000Z
; NOTE: compile with MASM 5.10. Later MASM's will produce code that crashes. ; ; static char sccs_id[] = "@(#)patch16.asm 1.10 1/12/95 15:41:19"; ; ; This code is being published by Intel to users of the Pentium(tm) ; processor. Recipients are authorized to copy, modify, compile, use and ; distribute the code....
21.511609
77
0.68346
c211ef62f8dbcb139373f9d723a02e750e3a6ebe
8,160
asm
Assembly
Transynther/x86/_processed/US/_st_un_sm_/i7-7700_9_0x48.log_21829_2074.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_st_un_sm_/i7-7700_9_0x48.log_21829_2074.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_st_un_sm_/i7-7700_9_0x48.log_21829_2074.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 %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x4e41, %r13 nop nop nop cmp %rbp, %rbp and $0xffffffffffffffc0, %r13 movaps (%r13), %xmm3 vpextrq $1, %xmm3, %r14 nop nop nop nop nop add $8286, %r10 ...
31.750973
2,999
0.654044
d34852f6fbbfbb8cc27122ead51e5fc1b0e9171e
6,954
asm
Assembly
List 05/ex 3 (array manipulation).asm
LeonardoSanBenitez/Assembly-exercises
0f8e7f316d7e0171e28aae1b1dc0b056b123cd92
[ "MIT" ]
null
null
null
List 05/ex 3 (array manipulation).asm
LeonardoSanBenitez/Assembly-exercises
0f8e7f316d7e0171e28aae1b1dc0b056b123cd92
[ "MIT" ]
null
null
null
List 05/ex 3 (array manipulation).asm
LeonardoSanBenitez/Assembly-exercises
0f8e7f316d7e0171e28aae1b1dc0b056b123cd92
[ "MIT" ]
null
null
null
# --------------------------------------- # # Libraries # --------------------------------------- # .text 0x00500000 .include "../Libraries/SyscallsFunctions.asm" .include "../Libraries/macros.asm" .include "../Libraries/BubbleSort.asm" # --------------------------------------------------- # # Main data section # ---...
23.97931
259
0.550331
b95d3da3f6a6f7997245a5faf7697534ce86c8f1
1,562
asm
Assembly
Irvine/Examples/ch12/FCompare.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
Irvine/Examples/ch12/FCompare.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
Irvine/Examples/ch12/FCompare.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
; Comparing Floating-Point Values (FCompare.asm) ; This program demonstrates ways of comparing ; floating-point values. INCLUDE Irvine32.inc INCLUDE macros.inc .code main PROC call compare_for_equality call compare_for_inequality exit main ENDP ;-------------------------------------------------- compare_for_e...
15.777778
51
0.587068
33d70680d78a0a0e74a38d1cff804e482785f561
21,818
asm
Assembly
non_regression/other_x86_macosx_15.intel.s.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
1
2021-02-28T21:31:18.000Z
2021-02-28T21:31:18.000Z
non_regression/other_x86_macosx_15.intel.s.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
non_regression/other_x86_macosx_15.intel.s.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
.intel_syntax noprefix .macosx_version_min 10, 13 .section __TEXT,__text,regular,pure_instructions .p2align 4, 0x90 # ---------------------- .private_extern _inflate_table .globl _inflate_table _inflate_table: push ebp mov ebp, esp push ebx push edi push esi sub esp, 17...
23.510776
72
0.531763
1531b1345f6c7159c2265cd181b923a7acae066b
209
asm
Assembly
Mips/Studies/printingDoubles.asm
otavreis/-Computer-Architecture-and-Organization
317c7077b1b08a50985767d8114af5be580cc764
[ "MIT" ]
1
2020-09-03T00:16:24.000Z
2020-09-03T00:16:24.000Z
Mips/Studies/printingDoubles.asm
otavreis/-Computer-Architecture-and-Organization
317c7077b1b08a50985767d8114af5be580cc764
[ "MIT" ]
null
null
null
Mips/Studies/printingDoubles.asm
otavreis/-Computer-Architecture-and-Organization
317c7077b1b08a50985767d8114af5be580cc764
[ "MIT" ]
null
null
null
.data myDouble: .double 7.202 zeroDouble: .double 0.0 .text ldc1 $f2, myDouble #get f2 and f3 ldc1 $f0, zeroDouble #f0 and f1 li $v0, 3 add.d $f12, $f2, $f0 syscall
19
37
0.545455
2082f0a61d76c928cac0604cf0c37e0cae18e5f9
233
asm
Assembly
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fgetpos_unlocked_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fgetpos_unlocked_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fgetpos_unlocked_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; int fgetpos_unlocked_callee(FILE *stream, fpos_t *pos) SECTION code_stdio PUBLIC _fgetpos_unlocked_callee EXTERN asm_fgetpos_unlocked _fgetpos_unlocked_callee: pop hl pop ix ex (sp),hl jp asm_fgetpos_unlocked
13.705882
56
0.772532
30281b68a22d75fcf8fe64b6e0a98180fe03c738
319
asm
Assembly
libsrc/_DEVELOPMENT/font/font_8x10/_zx7_font_8x10_vga_rom.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/font/font_8x10/_zx7_font_8x10_vga_rom.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/font/font_8x10/_zx7_font_8x10_vga_rom.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; VGA ROM font, modified to ZX code page ; ; Extracted from: https://www.min.at/prinz/o/software/pixelfont/ ; SECTION rodata_font SECTION rodata_font_8x10 PUBLIC _zx7_font_8x10_vga_rom PUBLIC _zx7_font_8x10_vga_rom_end _zx7_font_8x10_vga_rom: BINARY "font_8x10_vga_rom.bin.zx7" _zx7_font_8x10_vga_rom_end:
16.789474
64
0.805643
4654c26dead96a57e4ec0a8ecb005131b0e1e2a7
559
asm
Assembly
test/asm/compound-assignment.asm
kimi-soft/rgbds
570cd62b81ef8b5dfe814375a1cf4c6715bea0c4
[ "MIT" ]
522
2017-02-25T21:10:13.000Z
2020-09-13T14:26:18.000Z
test/asm/compound-assignment.asm
kimi-soft/rgbds
570cd62b81ef8b5dfe814375a1cf4c6715bea0c4
[ "MIT" ]
405
2017-02-25T21:32:37.000Z
2020-09-13T16:43:29.000Z
test/asm/compound-assignment.asm
kimi-soft/rgbds
570cd62b81ef8b5dfe814375a1cf4c6715bea0c4
[ "MIT" ]
84
2017-02-25T21:10:26.000Z
2020-09-13T14:28:25.000Z
macro try println \1, "\2:" def prefix equs \1 {prefix}\2 = 10 println \2 ; 10 {prefix}\2 += 5 println \2 ; 15 {prefix}\2 -= 1 println \2 ; 14 {prefix}\2 *= 2 println \2 ; 28 {prefix}\2 /= 4 println \2 ; 7 {prefix}\2 %= 3 println \2 ; 1 {prefix}\2 |= 11 println \2 ; 11 {prefix}\2 ^= 12 println \2 ; 7 {prefix}\2 &= 21 p...
13.634146
18
0.597496
280aa9c36be1a0cd11a6f16131438e6edab420b3
1,802
asm
Assembly
boot/boot.asm
EmilNorden/tunaos
fccaeb90609b08066470fe8e4cde0e64f85c2f15
[ "MIT" ]
null
null
null
boot/boot.asm
EmilNorden/tunaos
fccaeb90609b08066470fe8e4cde0e64f85c2f15
[ "MIT" ]
null
null
null
boot/boot.asm
EmilNorden/tunaos
fccaeb90609b08066470fe8e4cde0e64f85c2f15
[ "MIT" ]
null
null
null
[bits 16] [org 0x7c00] LOADER_OFFSET equ 0x1000 ; This is the memory offset to which we will load our second bootloader jmp word load ; BIOS parameter block db "EMILEMIL" ; OEM Label String dw 512 ; Bytes per sector db 1 ; S...
28.603175
96
0.564928
b266f84cbf257aa784f9030e6a5b0c72d17a0365
425
asm
Assembly
oeis/108/A108953.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/108/A108953.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/108/A108953.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A108953: Convolution of 3^n*n! and n!. ; Submitted by Jamie Morken(s4) ; 1,4,23,192,2184,31728,560412,11630592,276921216,7433925120,222038547840,7301712936960,262112637864960,10198096116526080,427456901317420800,19202256562264473600,920321900537337446400,46874495077202077286400,2528269620326135923507200 mov $1,1 mov...
25
233
0.755294
712a441cd3dc27100f84a41252fae75c4dd57b36
821
asm
Assembly
oeis/100/A100494.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/100/A100494.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/100/A100494.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A100494: Primes of the form 47n+3. ; Submitted by Jon Maiga ; 3,97,191,379,661,1319,1601,1789,2447,2729,2917,3011,4139,4327,4421,4703,5737,6113,6301,6959,7523,7993,8087,8369,8839,8933,9403,9497,9967,10061,10343,10531,11471,11941,13163,13633,14009,14197,14479,15137,15607,15889,16453,16547,16829,17299,17393,17581,17863...
34.208333
498
0.727162
472ff2d0b4ffbe69afdbe0ed176ba6bde1e0f7b0
7,844
asm
Assembly
constants/move_constants.asm
genterz/pokecross
5e62ab6c23e624ea82d599af306f9c52d768a8b4
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
constants/move_constants.asm
genterz/pokecross
5e62ab6c23e624ea82d599af306f9c52d768a8b4
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
constants/move_constants.asm
genterz/pokecross
5e62ab6c23e624ea82d599af306f9c52d768a8b4
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
; move ids ; indexes for: ; - Moves (see data/moves/moves.asm) ; - MoveNames (see data/moves/names.asm) ; - MoveDescriptions (see data/moves/descriptions.asm) ; - BattleAnimations (see data/moves/animations.asm) const_def const NO_MOVE ; 00 const POUND ; 01 const KARATE_CHOP ; 02 const DOUBLESLAP ; ...
25.97351
72
0.639215
f20a9a66de27b5ee31fdcb5104bb75fa2f0d821b
1,157
asm
Assembly
programs/oeis/026/A026147.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/026/A026147.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/026/A026147.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A026147: a(n) = position of n-th 1 in A001285 or A010059 (Thue-Morse sequence). ; 1,4,6,7,10,11,13,16,18,19,21,24,25,28,30,31,34,35,37,40,41,44,46,47,49,52,54,55,58,59,61,64,66,67,69,72,73,76,78,79,81,84,86,87,90,91,93,96,97,100,102,103,106,107,109,112,114,115,117,120,121,124,126,127,130,131,133,136,137,140,142,143,1...
68.058824
948
0.706137
087cd4248aae8554f97959457898e9ad3cf24b5c
3,144
asm
Assembly
user/xlib/sys/setup.asm
nelsoncole/sx
596fedc89f5527358f7d6cd97b3a3f72ac1f350c
[ "BSD-3-Clause" ]
3
2020-01-04T23:28:06.000Z
2020-06-02T01:08:35.000Z
user/xlib/sys/setup.asm
nelsoncole/sx
596fedc89f5527358f7d6cd97b3a3f72ac1f350c
[ "BSD-3-Clause" ]
null
null
null
user/xlib/sys/setup.asm
nelsoncole/sx
596fedc89f5527358f7d6cd97b3a3f72ac1f350c
[ "BSD-3-Clause" ]
3
2020-01-05T20:18:23.000Z
2020-02-23T21:06:13.000Z
;========================================================================================== ; ; File Name: setup.asm ; ; ; BSD 3-Clause License ; ; Copyright (c) 2019, nelsoncole ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that t...
20.684211
91
0.678435
2816749d4583ccb6d95f74ee2ca52e0f576a01f8
691
asm
Assembly
AssemblyLanguage/CS/exp2-1.asm
luocr7/NCEPU-CS-COURSES
355698601f247a2031c8b8afeb661c4cb951a135
[ "Apache-2.0" ]
30
2019-06-22T01:25:14.000Z
2021-12-16T07:24:50.000Z
AssemblyLanguage/CS/exp2-1.asm
luocr7/NCEPU-CS-COURSES
355698601f247a2031c8b8afeb661c4cb951a135
[ "Apache-2.0" ]
4
2020-09-18T04:39:03.000Z
2022-03-25T02:14:33.000Z
AssemblyLanguage/CS/exp2-1.asm
luocr7/NCEPU-CS-COURSES
355698601f247a2031c8b8afeb661c4cb951a135
[ "Apache-2.0" ]
14
2019-06-29T07:06:59.000Z
2020-12-21T14:41:03.000Z
;第二个实验第一小问 ;x,y,z,w是数据段定义的32位数,试写出计算下面表达式的指令序列。 ;W ← x+y+24-z 。 DATAS SEGMENT ;此处输入数据段代码 Y DD 00000001H X DD 00000003H Z DD 00000002H W DD 0 DATAS ENDS STACKS SEGMENT ;此处输入堆栈段代码 STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX ;此处输入代码段代...
18.184211
43
0.607815
6865434094033073219fc1805be0afea3880fb10
21,930
asm
Assembly
rom/glitchnes.asm
iLambda/nes-glitch-vj
1fe22dd79ceef8a35b31fa62202aa6350734d8fe
[ "MIT" ]
null
null
null
rom/glitchnes.asm
iLambda/nes-glitch-vj
1fe22dd79ceef8a35b31fa62202aa6350734d8fe
[ "MIT" ]
null
null
null
rom/glitchnes.asm
iLambda/nes-glitch-vj
1fe22dd79ceef8a35b31fa62202aa6350734d8fe
[ "MIT" ]
null
null
null
; ---------------------------------------------------- ; glitchNES - version 0.2 ; Copyright 2010 Don Miller ; For more information, visit: http://www.no-carrier.com ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public Licens...
23.280255
117
0.457136
41f5c45ffe7bf429ee28943073fc2d049e937a26
4,232
asm
Assembly
openfl-webm/0,0,4/project/libvpx-generic/vp8/common/arm/neon/bilinearpredict8x4_neon.asm
kudorado/HaxePlus
b312ad16420aa31731e55a1ac5f282cc46a557fc
[ "Apache-2.0" ]
28
2017-04-20T06:21:26.000Z
2021-12-10T15:22:51.000Z
openfl-webm/0,0,4/project/libvpx-generic/vp8/common/arm/neon/bilinearpredict8x4_neon.asm
kudorado/HaxePlus
b312ad16420aa31731e55a1ac5f282cc46a557fc
[ "Apache-2.0" ]
3
2017-04-05T00:41:45.000Z
2020-04-04T00:44:24.000Z
openfl-webm/0,0,4/project/libvpx-generic/vp8/common/arm/neon/bilinearpredict8x4_neon.asm
kudorado/HaxePlus
b312ad16420aa31731e55a1ac5f282cc46a557fc
[ "Apache-2.0" ]
16
2015-01-08T01:47:24.000Z
2022-02-25T06:06:06.000Z
; ; Copyright (c) 2010 The WebM project authors. All Rights Reserved. ; ; Use of this source code is governed by a BSD-style license ; that can be found in the LICENSE file in the root of the source ; tree. An additional intellectual property rights grant can be found ; in the file PATENTS. All contributing proje...
31.117647
82
0.484168
6f97f857803f38437d64a43a0aa2cf16b3496654
3,675
asm
Assembly
asm/pong.asm
dreary-dugong/emu8
ae852c1126dd9d332d677ad050b50c0ef4b67dee
[ "MIT" ]
null
null
null
asm/pong.asm
dreary-dugong/emu8
ae852c1126dd9d332d677ad050b50c0ef4b67dee
[ "MIT" ]
null
null
null
asm/pong.asm
dreary-dugong/emu8
ae852c1126dd9d332d677ad050b50c0ef4b67dee
[ "MIT" ]
1
2022-02-22T20:51:13.000Z
2022-02-22T20:51:13.000Z
# write inital sprites to screen 0x200 LD va, 0x02 # left paddle x 0x202 LD vb, 0x0c # left paddle y 0x204 LD vc, 0x3f # right paddle x 0x206 LD vd, 0x0c # right paddle y 0x208 LD I, 0x2ea # load paddle sprte location into pointer 0x20a DRW va, vb, 6 # draw left paddle 0x20c DRW vc, vd, 6 # draw right paddle 0x20e LD...
23.113208
85
0.721633
01e86714d1b6f5f97893a7fdf5c10a358879227e
107
asm
Assembly
data/dungeon_tilesets.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/dungeon_tilesets.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
data/dungeon_tilesets.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
DungeonTilesets: db FOREST, MUSEUM, SHIP, CAVERN, LOBBY, MANSION, GATE, LAB, FACILITY, CEMETERY, GYM, $FF
35.666667
89
0.738318
c21f08dc6c3f96d1a2d3cbe22d091e4ce0764639
580
asm
Assembly
programs/oeis/139/A139618.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/139/A139618.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/139/A139618.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A139618: a(n) = 153*n + 18. ; 18,171,324,477,630,783,936,1089,1242,1395,1548,1701,1854,2007,2160,2313,2466,2619,2772,2925,3078,3231,3384,3537,3690,3843,3996,4149,4302,4455,4608,4761,4914,5067,5220,5373,5526,5679,5832,5985,6138,6291,6444,6597,6750,6903,7056,7209,7362,7515,7668,7821,7974,8127,8280,8433,8586,8739,8892,9...
96.666667
527
0.782759
3e21ee2f0cabcb9559360636b48cafd18294239c
682
asm
Assembly
data/battle/special_effects.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/battle/special_effects.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/battle/special_effects.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
SpecialEffects: ; Effects from arrays 2, 4, and 5B, minus Twineedle and Rage. ; Includes all effects that do not need to be called at the end of ; ExecutePlayerMove (or ExecuteEnemyMove), because they have already been handled db DRAIN_HP_EFFECT db EXPLODE_EFFECT db DREAM_EATER_EFFECT db PAY_DAY_EFFECT db SWIFT_EF...
27.28
81
0.821114
f71bd3f99be23cddb622fb657f6bbf9870bb0dcd
675
asm
Assembly
programs/oeis/087/A087893.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/087/A087893.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/087/A087893.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A087893: Number of numbers m satisfying 1 < m < n such that m^2 == m (mod n). ; 0,0,0,0,0,2,0,0,0,2,0,2,0,2,2,0,0,2,0,2,2,2,0,2,0,2,0,2,0,6,0,0,2,2,2,2,0,2,2,2,0,6,0,2,2,2,0,2,0,2,2,2,0,2,2,2,2,2,0,6,0,2,2,0,2,6,0,2,2,6,0,2,0,2,2,2,2,6,0,2,0,2,0,6,2,2,2,2,0,6,2,2,2,2,2,2,0,2,2,2,0,6,0,2,6,2,0,2,0,6,2,2,0,6,2,2,2,2,2,...
84.375
502
0.537778
03c2ababdbf84aba15f62644c21e75f9591cf100
1,411
asm
Assembly
fclib/rle.asm
haramako/fc
54c8ab98de7e912cf40602f63c48d0b2b6641a65
[ "MIT" ]
2
2015-07-13T01:10:00.000Z
2018-03-10T17:14:34.000Z
fclib/rle.asm
haramako/fc
54c8ab98de7e912cf40602f63c48d0b2b6641a65
[ "MIT" ]
null
null
null
fclib/rle.asm
haramako/fc
54c8ab98de7e912cf40602f63c48d0b2b6641a65
[ "MIT" ]
null
null
null
;;; http://codebase64.org/doku.php?id=base:rle_pack_unpack .segment "rle" src = reg+0 ; borrow cc65's temp pointers dest = reg+2 lastbyte = reg+4 ; last byte read destlen = reg+5 ; number of bytes written (2bytes) x_backup = reg+7 ; read a byte and increment source pointer rle_read: lda (src),y inc src bne ...
17.207317
80
0.695252
af36d189be999fcb749408c85bec41049fe2a0ff
7,670
asm
Assembly
devices/ccs811.asm
TPKato/pAVRlib
0565d51b368c11fa0673b1d8b70c1776d355d754
[ "MIT" ]
null
null
null
devices/ccs811.asm
TPKato/pAVRlib
0565d51b368c11fa0673b1d8b70c1776d355d754
[ "MIT" ]
null
null
null
devices/ccs811.asm
TPKato/pAVRlib
0565d51b368c11fa0673b1d8b70c1776d355d754
[ "MIT" ]
null
null
null
;;; ccs811.asm ;;- ;;- A device driver of CCS811-Air quality sensor for AVR. ;;- This code is a part of [[../][pAVRlib]]. ;;- ;;- * Requirement ;;- - [[../../twi-controller][twi-controller.asm]] (a part of pAVRlib) ;;- - [[../../wait][wait.asm]] (a part of pAVRlib) ;;- #ifdef __GNUC__ .global read_am2302 #define __SFR...
20.899183
111
0.594133
296df5e18e477ea7c907b77faa9067da873a3b0a
330
asm
Assembly
libsrc/_DEVELOPMENT/l/sccz80/crt0_long/l_long_le.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/l/sccz80/crt0_long/l_long_le.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/l/sccz80/crt0_long/l_long_le.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; Z88 Small C+ Run Time Library ; Long functions ; SECTION code_clib SECTION code_l_sccz80 PUBLIC l_long_le EXTERN l_long_cmp l_long_le: ; PRIMARY <= SECONDARY [signed], carry set if true ; HL set to 0 (false) or 1 (true) call l_long_cmp ret c scf ret z dec l or...
12.222222
53
0.615152
5b09b4f1dc5351a40474cd97f5b884e030bcdcbe
5,499
asm
Assembly
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_21829_480.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_21829_480.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_21829_480.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1058, %rbp nop nop nop nop dec %r10 mov (%rbp), %r8w nop nop sub $494, %r13 lea addresses_WC_ht+0xe5ce, %rsi lea addresses_normal_ht+0x8ceb, %rdi nop and $34157, %r15 mov $20,...
43.299213
2,999
0.66012
56d6d185a9a3c5ec8e2cf11b913743956e5bed68
490
asm
Assembly
oeis/165/A165422.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/165/A165422.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/165/A165422.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A165422: a(1) = 1, a(2) = 4, a(n) = product of the previous terms for n >= 3. ; Submitted by Jon Maiga ; 1,4,4,16,256,65536,4294967296,18446744073709551616,340282366920938463463374607431768211456,115792089237316195423570985008687907853269984665640564039457584007913129639936,1340780792994259709957402499820584612747936...
44.545455
327
0.834694
f7f55eb5f2af7562032dd922ddb0823583788a9d
204
asm
Assembly
audio/sfx/snare5_2.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
1
2022-01-09T05:28:52.000Z
2022-01-09T05:28:52.000Z
audio/sfx/snare5_2.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
audio/sfx/snare5_2.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
SFX_Snare5_2_Ch7: unknownnoise0x20 7, 132, 55 unknownnoise0x20 6, 132, 54 unknownnoise0x20 5, 131, 53 unknownnoise0x20 4, 131, 52 unknownnoise0x20 3, 130, 51 unknownnoise0x20 2, 129, 50 endchannel
22.666667
28
0.77451
e615e2cb92f3f789e0ccedc7c7d2499425bed7c0
8,271
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2922_638.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2922_638.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2922_638.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x92dd, %r11 and %r9, %r9 movl $0x61626364, (%r11) nop nop nop nop inc %rbp lea addresses_WT_ht+0x1ae6d, %r10 and $35661, %r11 mov (%r10), %r15d nop nop nop nop nop x...
31.934363
2,999
0.654214
8f4c98171db775054315663d140f9e2485f46609
4,164
asm
Assembly
source/main.asm
gabrielsroka/c64-devkit
0325d5d62c2a9bdb7153c5c3bdc502d4855f1a2a
[ "MIT" ]
182
2017-03-19T11:49:26.000Z
2022-02-20T11:41:01.000Z
source/main.asm
gabrielsroka/c64-devkit
0325d5d62c2a9bdb7153c5c3bdc502d4855f1a2a
[ "MIT" ]
3
2018-01-30T04:48:23.000Z
2020-06-04T08:54:57.000Z
source/main.asm
gabrielsroka/c64-devkit
0325d5d62c2a9bdb7153c5c3bdc502d4855f1a2a
[ "MIT" ]
22
2018-05-18T17:07:20.000Z
2022-02-18T23:42:28.000Z
screen = $0400 screenScroller = $0400+40*24 code = $0801 bitmap = $2000 charset = $3800 sprites = $3e00 bitmapColors = $4000 tables = $5000 music = $7000 musicPlay = $7003 bitmapScreen = $8000 colors = $d800 line1 = 0 line2 = 114 *= bitmap !binary "graphics/logo-bitmap.dat",2544 *= charset !binary ...
9.420814
48
0.634966
28345f281594b790853374aeb68b1cb25ad269ed
683
asm
Assembly
oeis/072/A072034.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/072/A072034.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/072/A072034.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A072034: a(n) = Sum_{k=0..n} binomial(n,k)*k^n. ; Submitted by Christian Krause ; 1,1,6,54,680,11000,217392,5076400,136761984,4175432064,142469423360,5372711277824,221903307604992,9961821300640768,482982946946734080,25150966159083264000,1400031335107317628928,82960293298087664648192,5213802978566725293637632,34639430...
37.944444
465
0.811127
c13c35935ca8af0e69bae649422031144deac144
318
asm
Assembly
text/maps/rocket_hideout_b2f.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
text/maps/RocketHideoutB2F.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
text/maps/RocketHideoutB2F.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
_RocketHideout2BattleText2:: text "BOSS said you can" line "see GHOSTs with" cont "the SILPH SCOPE!" done _RocketHideout2EndBattleText2:: text "I" line "surrender!" prompt _RocketHideout2AfterBattleTxt2:: text "The TEAM ROCKET" line "HQ has 4 basement" cont "floors. Can you" cont "reach the BOSS?" done
17.666667
32
0.742138
87f34bd7536225230e38fc842be0e26ddffb0a95
537
asm
Assembly
programs/oeis/157/A157921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/157/A157921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/157/A157921.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A157921: a(n) = 72*n - 1. ; 71,143,215,287,359,431,503,575,647,719,791,863,935,1007,1079,1151,1223,1295,1367,1439,1511,1583,1655,1727,1799,1871,1943,2015,2087,2159,2231,2303,2375,2447,2519,2591,2663,2735,2807,2879,2951,3023,3095,3167,3239,3311,3383,3455,3527,3599,3671,3743,3815,3887,3959,4031,4103,4175,4247,4319,4391...
89.5
487
0.765363
d0020976d4cee7fc94b2adcc82f33642e2a9aee8
129
asm
Assembly
libsrc/target/vector06c/games/joystick.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/vector06c/games/joystick.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/vector06c/games/joystick.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib PUBLIC joystick PUBLIC _joystick EXTERN joystick_inkey joystick: _joystick: ld a,l jp joystick_inkey
9.923077
22
0.790698
5add57a933786deb8ef101fc71890a77f9931409
558
asm
Assembly
programs/oeis/058/A058065.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/058/A058065.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/058/A058065.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A058065: Complement of A057843. ; 0,1,3,5,6,8,9,11,13,14,16,18,19,21,22,24,26,27,29,30,32,34,35,37,39,40,42,43,45,47,48,50,52,53,55,56,58,60,61,63,64,66,68,69,71,73,74,76,77,79,81,82,84,85,87,89,90,92,94,95,97,98,100,102,103,105,107,108,110 mov $7,$0 add $0,2 mov $2,$0 mov $5,$0 add $5,$0 lpb $2,1 mov $1,3 lpb $...
16.909091
208
0.541219
1424a2b340cecb43750c12f176e415b9f8aeedf1
14,808
asm
Assembly
Library/Spreadsheet/Spreadsheet/spreadsheetFormatDisplay.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Spreadsheet/Spreadsheet/spreadsheetFormatDisplay.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Spreadsheet/Spreadsheet/spreadsheetFormatDisplay.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @----------------------------------------------------------------------- Copyright (c) Geoworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: AUTHOR: Cheng, 3/91 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- ---...
22.993789
81
0.594476
d7b5bde28b5c8a948b5409c83943dc817a7f3b72
12,483
asm
Assembly
P6/data_P6_2/ALUTest18.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
1
2022-01-23T09:24:47.000Z
2022-01-23T09:24:47.000Z
P6/data_P6_2/ALUTest18.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/ALUTest18.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
slti $3,$4,22817 lhu $4,8($0) lw $4,0($0) lb $4,14($0) sw $1,16($0) sllv $5,$2,$3 sw $6,12($0) and $3,$3,$3 sb $6,1($0) or $3,$3,$3 addiu $5,$3,-27315 addu $3,$1,$3 andi $4,$1,50356 lh $3,0($0) subu $1,$1,$3 addu $5,$3,$3 sllv $5,$6,$3 lh $4,12($0) sh $6,0($0) xori $3,$3,33571 lbu $5,15($0) ori $3,$4,19595 lhu $0,14($0...
14.04162
18
0.519266
ccba7af3782cced870bc3eeaf0a4f2d5424fcfa7
262
asm
Assembly
programs/oeis/128/A128471.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/128/A128471.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/128/A128471.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A128471: 30*n+7. ; 7,37,67,97,127,157,187,217,247,277,307,337,367,397,427,457,487,517,547,577,607,637,667,697,727,757,787,817,847,877,907,937,967,997,1027,1057,1087,1117,1147,1177,1207,1237,1267,1297,1327,1357,1387,1417,1447,1477 mov $1,$0 mul $1,30 add $1,7
37.428571
212
0.717557
62bf6466dca7092e2c2a45d156ca29e94c42b15c
1,479
asm
Assembly
programs/oeis/137/A137932.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/137/A137932.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/137/A137932.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A137932: Terms in an n X n spiral that do not lie on its principal diagonals. ; 0,0,0,4,8,16,24,36,48,64,80,100,120,144,168,196,224,256,288,324,360,400,440,484,528,576,624,676,728,784,840,900,960,1024,1088,1156,1224,1296,1368,1444,1520,1600,1680,1764,1848,1936,2024,2116,2208,2304,2400,2500,2600,2704,2808,2916,3024,31...
164.333333
1,351
0.801217
b5e462698147c2005e02b057061d7050ffe828a6
1,039
asm
Assembly
08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
JurajX/Nand2Tetris
56c4b68c6bd0f713223fb1a944b6e0e633f14a4f
[ "Unlicense" ]
null
null
null
08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
JurajX/Nand2Tetris
56c4b68c6bd0f713223fb1a944b6e0e633f14a4f
[ "Unlicense" ]
null
null
null
08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
JurajX/Nand2Tetris
56c4b68c6bd0f713223fb1a944b6e0e633f14a4f
[ "Unlicense" ]
null
null
null
@1 D=A @ARG A=D+M D=M @SP AM=M+1 A=A-1 M=D @SP AM=M-1 D=M @THAT M=D @0 D=A @SP AM=M+1 A=A-1 M=D @THAT D=M @R13 M=D @SP AM=M-1 D=M @R13 A=M M=D @1 D=A @SP AM=M+1 A=A-1 M=D @1 D=A @THAT D=D+M @R13 M=D @SP AM=M-1 D=M @R13 A=M M=D @ARG A=M D=M @SP AM=M+1 A=A-1 M=D @2 D=A @SP AM=M+1 A=A-1 M=D @SP AM=M-1 D=M A=A-1 M=M-D @ARG...
5.804469
34
0.59384