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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b9b7a02ef79ba483cb9235931cdb5c40abc6cf5f | 502 | asm | Assembly | programs/oeis/132/A132635.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132635.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132635.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A132635: Number of primes, 0's, and 1's in [0, n^2).
; 0,1,4,6,8,11,13,17,20,24,27,32,36,41,46,50,56,63,68,74,80,87,94,101,107,116,124,131,139,148,156,164,174,183,193,202,212,221,230,242,253,265,276,285,297,308,321,331,344,359,369,380,395,411,423,436,447,459,476
pow $0,2
mov $2,$0
mov $3,$0
lpb $0,1
mov $1,$0
ca... | 22.818182 | 209 | 0.593625 |
f2afc75b8b6794e43a0ffecd075bf19c9e370e83 | 325 | asm | Assembly | programs/oeis/216/A216179.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/216/A216179.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/216/A216179.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A216179: a(n) = 10^n + 3.
; 13,103,1003,10003,100003,1000003,10000003,100000003,1000000003,10000000003,100000000003,1000000000003,10000000000003,100000000000003,1000000000000003,10000000000000003,100000000000000003,1000000000000000003,10000000000000000003
mov $1,10
pow $1,$0
mul $1,5
add $1,4
mul $1,2
sub $1,5
mov $... | 29.545455 | 229 | 0.793846 |
5787b77e2f92087e1702b653c1099aa8556ad2c4 | 716 | asm | Assembly | programs/oeis/100/A100449.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100449.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100449.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100449: Number of ordered pairs (i,j) with |i| + |j| <= n and gcd(i,j) <= 1.
; 1,5,9,17,25,41,49,73,89,113,129,169,185,233,257,289,321,385,409,481,513,561,601,689,721,801,849,921,969,1081,1113,1233,1297,1377,1441,1537,1585,1729,1801,1897,1961,2121,2169,2337,2417,2513,2601,2785,2849,3017,3097,3225,3321,3529,3601,3761... | 51.142857 | 469 | 0.710894 |
acd1afc0534eaa0b6995924a9bbd71eb75998ae3 | 8,716 | asm | Assembly | external/source/shellcode/windows/x86/src/block/block_get_pstore_creds.asm | OsmanDere/metasploit-framework | b7a014a5d22d3b57157e301d4af57e3a31ad03a9 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 26,932 | 2015-01-01T00:04:51.000Z | 2022-03-31T22:51:38.000Z | external/source/shellcode/windows/x86/src/block/block_get_pstore_creds.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 11,048 | 2015-01-01T00:05:44.000Z | 2022-03-31T21:49:52.000Z | external/source/shellcode/windows/x86/src/block/block_get_pstore_creds.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 12,593 | 2015-01-01T01:01:20.000Z | 2022-03-31T22:13:32.000Z | ;-----------------------------------------------------------------------------;
; Author: Unknown
; Compatible: Confirmed Windows Server 2003, IE Versions 4 to 6
; Version: 1.0
;-----------------------------------------------------------------------------;
[BITS 32]
; Input: EBP must be the address of 'api_call'
; Out... | 41.504762 | 91 | 0.509408 |
abc8bc0006e5107752501aa598a7cf2c9969f0ca | 228 | asm | Assembly | linux32/lesson01.asm | mashingan/notes-asmtutor | 88532e0b364a63cd1e7578a537807795d429fc2f | [
"MIT"
] | 1 | 2021-11-05T06:41:49.000Z | 2021-11-05T06:41:49.000Z | linux32/lesson01.asm | mashingan/notes-asmtutor | 88532e0b364a63cd1e7578a537807795d429fc2f | [
"MIT"
] | null | null | null | linux32/lesson01.asm | mashingan/notes-asmtutor | 88532e0b364a63cd1e7578a537807795d429fc2f | [
"MIT"
] | null | null | null | format ELF executable 3
entry start
segment readable executable
start:
mov edx, msglen
mov ecx, msg
mov ebx, 1
mov eax, 4
int 80h
segment readable writeable
msg db 'Hello world!', 0Ah
msglen = $ - msg
| 14.25 | 30 | 0.666667 |
469c74c363f4840d3d8e14b151f228db2e669b77 | 12,655 | asm | Assembly | source/3dasm/draw.asm | arbruijn/d2gl | 829b1990384b78087f3249feec7df13912e0da05 | [
"Unlicense"
] | null | null | null | source/3dasm/draw.asm | arbruijn/d2gl | 829b1990384b78087f3249feec7df13912e0da05 | [
"Unlicense"
] | null | null | null | source/3dasm/draw.asm | arbruijn/d2gl | 829b1990384b78087f3249feec7df13912e0da05 | [
"Unlicense"
] | null | null | null | ; THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
; SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
; END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
; ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
; IN USING, DIS... | 22.201754 | 78 | 0.717819 |
39094d3cebcca9f8efcd4473e278940ad9a6af1d | 558 | asm | Assembly | programs/oeis/305/A305263.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/305/A305263.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/305/A305263.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A305263: a(n) = 680*2^n - 622.
; 58,738,2098,4818,10258,21138,42898,86418,173458,347538,695698,1392018,2784658,5569938,11140498,22281618,44563858,89128338,178257298,356515218,713031058,1426062738,2852126098,5704252818,11408506258,22817013138,45634026898,91268054418,182536109458,365072219538,730144439698,1460288880018... | 62 | 474 | 0.849462 |
4955038828b1b8ae312f40bad7b3f3e9770a5c13 | 50,714 | asm | Assembly | tmp1/c55x-sim2/foo/Debug/csl_saram_retention_example.asm | jwestmoreland/eZdsp-DBG-sim | f6eacd75d4f928dec9c751545e9e919d052e4ade | [
"MIT"
] | 1 | 2020-08-27T11:31:13.000Z | 2020-08-27T11:31:13.000Z | tmp1/c55x-sim2/foo/Debug/csl_saram_retention_example.asm | jwestmoreland/eZdsp-DBG-sim | f6eacd75d4f928dec9c751545e9e919d052e4ade | [
"MIT"
] | null | null | null | tmp1/c55x-sim2/foo/Debug/csl_saram_retention_example.asm | jwestmoreland/eZdsp-DBG-sim | f6eacd75d4f928dec9c751545e9e919d052e4ade | [
"MIT"
] | null | null | null | ;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.4.1 *
;* Date/Time created: Sat Sep 29 23:09:04 2018 *
;****************************************************************************... | 49.525391 | 203 | 0.667843 |
0af1b786ba8df9ab44eef7cd07e7e1fa97841dda | 4,830 | asm | Assembly | test/pmulhw.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 147 | 2021-09-01T03:52:49.000Z | 2022-03-30T16:59:58.000Z | test/pmulhw.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 7 | 2021-09-10T07:03:36.000Z | 2022-03-03T23:30:58.000Z | test/pmulhw.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 19 | 2021-09-09T10:54:44.000Z | 2022-03-18T19:56:45.000Z | SECTION .text
GLOBAL test
test:
pmulhw xmm0, xmm0
pmulhw xmm0, xmm1
pmulhw xmm0, xmm2
pmulhw xmm0, xmm3
pmulhw xmm0, xmm4
pmulhw xmm0, xmm5
pmulhw xmm0, xmm6
pmulhw xmm0, xmm7
pmulhw xmm0, xmm8
pmulhw xmm0, xmm9
pmulhw xmm0, xmm10
pmulhw xmm0, xmm11
pmulhw xmm0, xmm12
pmulhw xmm0, xmm13
pmulhw xmm0, xmm14
pmulhw xmm0, ... | 17.627737 | 19 | 0.783644 |
8563339f3e00c1dcd9a8471b302d62280e88bbeb | 648 | asm | Assembly | oeis/195/A195288.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/195/A195288.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/195/A195288.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A195288: Decimal expansion of shortest length, (C), of segment from side CA through incenter to side CB in right triangle ABC with sidelengths (a,b,c)=(5,12,13).
; Submitted by Christian Krause
; 4,8,0,7,4,0,1,7,0,0,6,1,8,6,5,2,3,9,0,8,2,5,6,2,8,3,5,6,6,2,7,3,2,7,9,2,8,3,3,5,0,6,2,0,9,8,4,6,0,3,2,8,2,8,3,6,1,3,9,3,7,... | 21.6 | 201 | 0.575617 |
1464e9fa3d37ded228a6a5de16436a8ab8122b7a | 2,844 | asm | Assembly | Virus.Win32.Fga/function_.asm | 010001111/Vx-Suites | 6b4b90a60512cce48aa7b87aec5e5ac1c4bb9a79 | [
"MIT"
] | 2 | 2021-02-04T06:47:45.000Z | 2021-07-28T10:02:10.000Z | Virus.Win32.Fga/function_.asm | 010001111/Vx-Suites | 6b4b90a60512cce48aa7b87aec5e5ac1c4bb9a79 | [
"MIT"
] | null | null | null | Virus.Win32.Fga/function_.asm | 010001111/Vx-Suites | 6b4b90a60512cce48aa7b87aec5e5ac1c4bb9a79 | [
"MIT"
] | null | null | null | .code
find_other_apis:
jmp fo_code
dll_base dd 0
advapi32N db "advapi32.dll",0
advapi32A dd 0
apis_name:
CreateFileF db "CreateFileA",0
CloseHandleF db "CloseHandle",0
WriteFileF db "WriteFile",0
ReadFileF db "ReadFile",0
BeginUpdateResourceF db "BeginUpdateResourceA",0
UpdateResourceF ... | 18.588235 | 57 | 0.768636 |
351202982235a5ffc970a365bc7261e5dde3b5a2 | 464 | asm | Assembly | triangle.asm | dev001hajipro/study_nasm | ffac80d3bf073990e5305e421d3fd091b1f819e9 | [
"MIT"
] | null | null | null | triangle.asm | dev001hajipro/study_nasm | ffac80d3bf073990e5305e421d3fd091b1f819e9 | [
"MIT"
] | null | null | null | triangle.asm | dev001hajipro/study_nasm | ffac80d3bf073990e5305e421d3fd091b1f819e9 | [
"MIT"
] | null | null | null | global _start
section .text
_start:
mov rdx, output ; set output address.
mov r8, 1
mov r9, 0
line:
mov byte [rdx], '*'
inc rdx
inc r9
cmp r9, r8
jne line
lineDone:
mov byte [rdx], 0x0a ; set LF
inc rdx
inc r8
mov r9, 0
cmp r8, maxlines
jng line
done:
mov rax, 1
mov rdi, 1
mov rsi, output
mov rdx, d... | 12.888889 | 38 | 0.674569 |
0e485ed4dd582cbc08b786548184e546bf3ce56d | 753 | asm | Assembly | oeis/254/A254363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/254/A254363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/254/A254363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A254363: a(n) = 4^n + 6*2^n + 3^(n+1) + 10.
; Submitted by Jamie Morken(s1.)
; 20,35,77,203,605,1955,6677,23723,86765,324275,1231877,4738043,18396125,71940995,282882677,1116985163,4424500685,17568076115,69883311077,278367837083,1109978272445,4429440153635,17686354389077,70651224045803,282322365983405,1128441973997555... | 68.454545 | 487 | 0.810093 |
8f1bb269ab42a9cd8bdc3c4d400930ea9b3895cc | 653 | asm | Assembly | oeis/073/A073357.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/073/A073357.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/073/A073357.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A073357: Binomial transform of tribonacci numbers.
; 0,1,3,8,22,62,176,500,1420,4032,11448,32504,92288,262032,743984,2112384,5997664,17029088,48350464,137280832,389779648,1106696192,3142227840,8921685888,25331224576,71922610432,204208915200,579807668224,1646240232960,4674148089344,13271246761984,37680875156480,106986... | 46.642857 | 498 | 0.830015 |
15f97634633803ddfb65fb88788296c1b16f0a05 | 925 | asm | Assembly | testcode/ldb_stb_test_nostall.asm | tanishq-dubey/lc3processor | defba3f8d6383cef3cc1cf15802430744aa7bd41 | [
"Apache-2.0"
] | null | null | null | testcode/ldb_stb_test_nostall.asm | tanishq-dubey/lc3processor | defba3f8d6383cef3cc1cf15802430744aa7bd41 | [
"Apache-2.0"
] | null | null | null | testcode/ldb_stb_test_nostall.asm | tanishq-dubey/lc3processor | defba3f8d6383cef3cc1cf15802430744aa7bd41 | [
"Apache-2.0"
] | null | null | null | ORIGIN 4x0000
SEGMENT CodeSegment:
LEA R0, DATA
nop
nop
nop
nop
nop
nop
; Test LDB, STB
ldb r6, r0, LowByte ;0
nop
nop
nop
nop
nop
nop
;MAR < 8
;MDR < (M[8] = 4x600D)
;R6 < 4x00 & 4x0D
ldb r7, r0, HighByte ;2
nop
nop
nop
nop
nop
nop
; MAR < 8 or 9
; MDR < (M[8] = 4x600D)
; R7 <... | 10.882353 | 34 | 0.564324 |
1968830c41e321760afe4858f5a236d6cbe53f3f | 2,662 | asm | Assembly | programs/oeis/100/A100166.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/100/A100166.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100166.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A100166: Structured deltoidal hexacontahedral numbers (vertex structure 9).
; 1,62,295,812,1725,3146,5187,7960,11577,16150,21791,28612,36725,46242,57275,69936,84337,100590,118807,139100,161581,186362,213555,243272,275625,310726,348687,389620,433637,480850,531371,585312,642785,703902,768775,837516,910237,987050,106806... | 55.458333 | 2,175 | 0.823441 |
1cdd31ea4a4ae396b3f2a1bc1ecaef2c96e801ab | 4,867 | asm | Assembly | playground/Serial.asm | quajak/XSharp | 069bfa5535bda987229eb38b7c12897fe9aec93d | [
"BSD-3-Clause"
] | 168 | 2017-08-05T18:23:29.000Z | 2022-03-31T19:33:13.000Z | playground/Serial.asm | FriendsTmCo/XSharp | 3f9e35ae60170184a4132207afb8953839f1ee60 | [
"BSD-3-Clause"
] | 12 | 2017-09-19T13:24:16.000Z | 2020-09-03T09:42:19.000Z | playground/Serial.asm | FriendsTmCo/XSharp | 3f9e35ae60170184a4132207afb8953839f1ee60 | [
"BSD-3-Clause"
] | 47 | 2017-08-13T04:12:40.000Z | 2022-03-29T18:25:19.000Z | ; namespace DebugStub
; optionally exclude this serial version
; All information relating to our serial usage should be documented in this comment.
; http://wiki.osdev.org/Serial_ports
; We do not use IRQs for debugstub serial. This is becuase DebugStub (DS)
; MUST be:
; - As simple as possible
; - Interact as minimal... | 27.189944 | 109 | 0.725704 |
22a8216320a768270c740e6cc2966f5ce6c9684b | 329 | asm | Assembly | programs/oeis/055/A055554.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/055/A055554.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/055/A055554.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A055554: An arithmetic progression each term of which is followed by at least 4 nonsquarefree consecutive integers.
; 242,1757711582,3515422922,5273134262,7030845602,8788556942,10546268282,12303979622,14061690962,15819402302,17577113642,19334824982,21092536322,22850247662,24607959002,26365670342
mul $0,1757711340
ad... | 54.833333 | 180 | 0.854103 |
e9c05bf61d3c119ac035e8ecf57570149f5bf470 | 161 | asm | Assembly | src/COM/OPTEST.asm | Erukaron/TONY | 4b5f535a41db543c66ea9b7b59ceead9ed3df57a | [
"MIT"
] | null | null | null | src/COM/OPTEST.asm | Erukaron/TONY | 4b5f535a41db543c66ea9b7b59ceead9ed3df57a | [
"MIT"
] | null | null | null | src/COM/OPTEST.asm | Erukaron/TONY | 4b5f535a41db543c66ea9b7b59ceead9ed3df57a | [
"MIT"
] | null | null | null | mov al, 0x55
mov ah, 0xaa
mov ax, 0xaa00
mov bl, 0xaa
mov bh, 0x55
mov bx, 0x00aa
mov cl, [0x55aa]
mov ch, [0xaa55]
mov cx, [si]
mov dx, ax
mov dh, ah
mov dl, al | 13.416667 | 16 | 0.670807 |
03de104954ebe85a6d2da19c7d4a941178e799d1 | 53,942 | asm | Assembly | grep.asm | jinsongwei/kernel_xv6 | c6c84ff6e3466fa3d57c8a2f35f83c38fde5ba64 | [
"MIT-0"
] | null | null | null | grep.asm | jinsongwei/kernel_xv6 | c6c84ff6e3466fa3d57c8a2f35f83c38fde5ba64 | [
"MIT-0"
] | null | null | null | grep.asm | jinsongwei/kernel_xv6 | c6c84ff6e3466fa3d57c8a2f35f83c38fde5ba64 | [
"MIT-0"
] | null | null | null |
_grep: file format elf32-i386
Disassembly of section .text:
00000000 <grep>:
char buf[1024];
int match(char*, char*);
void
grep(char *pattern, int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp
int n, m;
char *p, *q;
... | 34.756443 | 60 | 0.429795 |
b777ef62f3d408f86535f29ebca9035acfba226e | 5,578 | asm | Assembly | src/salida.asm | AlejandroRM94/Compilador_C_minimo | 6c69987749233876c9f7fc0cde9c479f0d3ba531 | [
"MIT"
] | null | null | null | src/salida.asm | AlejandroRM94/Compilador_C_minimo | 6c69987749233876c9f7fc0cde9c479f0d3ba531 | [
"MIT"
] | null | null | null | src/salida.asm | AlejandroRM94/Compilador_C_minimo | 6c69987749233876c9f7fc0cde9c479f0d3ba531 | [
"MIT"
] | null | null | null | .section .rodata
.data
.globl global
.align 4
global:
.long 1
.text
.globl main
.globl aritmeticaBasica
.globl operacionX
.globl unarios
.globl iterativas
.globl selectivas
main:
pushq %rbp
movq %rsp, %rbp
subq $16, %rsp
call aritmeticaBasica
pushq %r10
pushq %r10
movl $2, %eax
movl %eax, %r10d
... | 15.075676 | 25 | 0.606848 |
7ad49d520bf3de2ae62f2ca17bc064d9385220fe | 8,102 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1613.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_1613.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_1613.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x23d6, %rsi
lea addresses_A_ht+0x89c0, %rdi
clflush (%rsi)
nop
nop
cmp %r14, %r14
mov $17, %rcx
rep movsl
nop
nop
nop
nop
nop
cmp $63866, %r14
lea addresses_WC_ht+0x16102... | 31.897638 | 2,999 | 0.656628 |
315d43f89a81a7f6846266b65927c84bb4c75427 | 949 | asm | Assembly | programs/oeis/090/A090816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/090/A090816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/090/A090816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A090816: a(n) = (3*n+1)!/((2*n)! * n!).
; 1,12,105,840,6435,48048,352716,2558160,18386775,131231100,931395465,6580248480,46312074900,324897017760,2272989850440,15863901576864,110487596768703,768095592509700,5330949171823275,36945070220658600,255702514854135195,1767643865751234240,12206272254777946800,8420558830832322... | 94.9 | 847 | 0.893572 |
02248e14e98ce544920c6b1df6ea335cdb3411d4 | 152 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dconst_0.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dconst_0.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dconst_0.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC am48_dconst_0
EXTERN mm48__zero_no
; set AC = 0
;
; uses : bc, de, hl
defc am48_dconst_0 = mm48__zero_no
| 11.692308 | 34 | 0.690789 |
5f1f774f3df8b8d03e6b9d92a202c88fd345fe74 | 12,173 | asm | Assembly | src/fx/dotscroller.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 8 | 2016-12-26T19:33:13.000Z | 2021-02-19T21:01:07.000Z | src/fx/dotscroller.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 9 | 2016-11-25T00:58:44.000Z | 2017-06-26T15:22:10.000Z | src/fx/dotscroller.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | null | null | null |
; quick & dirty dot scroller
; written to try out Simon's fast PLOT_PIXEL macro
; was thinking about a fixed position (sparse) sprite plot routine for interesting scrollers
; but figured I would get it working with dots first to see if I like it
; now uses own font (pre-rotated) but currently takes up 3 pages (96 char... | 19.539326 | 114 | 0.704346 |
a384f1368a950ce3bcc02cc69a7e4340df2f58ff | 1,014 | asm | Assembly | engine/events/misc_scripts.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | engine/events/misc_scripts.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | engine/events/misc_scripts.asm | Ebernacher90/pokecrystal-allworld | 5d623c760e936842cf92563912c5bd64dd69baef | [
"blessing"
] | null | null | null | Script_AbortBugContest:
checkflag ENGINE_BUG_CONTEST_TIMER
iffalse .finish
setflag ENGINE_DAILY_BUG_CONTEST
special ContestReturnMons
.finish
end
FindItemInBallScript::
callasm .TryReceiveItem
iffalse .no_room
disappear LAST_TALKED
opentext
writetext .text_found
playsound SFX_ITEM
pause 60
itemnotify
clo... | 16.9 | 39 | 0.783037 |
a2a42d257bd61b6adae01413799293e0f9eebed4 | 75,680 | asm | Assembly | drivers/video/ms/vga/disp/8bpp/i386/monopat.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | drivers/video/ms/vga/disp/8bpp/i386/monopat.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | drivers/video/ms/vga/disp/8bpp/i386/monopat.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;---------------------------Module-Header------------------------------;
; Module Name: monopat.asm
;
; Copyright (c) 1992-1993 Microsoft Corporation. All rights reserved.
;-----------------------------------------------------------------------;
;-----------------------------------------------------------------... | 33.605684 | 81 | 0.488214 |
7193e6b9657ee39bfa70e7e5a9246288204006ad | 7,347 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1492.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_0xca_notsx.log_21829_1492.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_0xca_notsx.log_21829_1492.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x19f3a, %rcx
xor $38975, %r8
mov $0x6162636465666768, %r12
movq %r12, %xmm3
movups %xmm3, (%rcx)
xor $3781, %r15
lea addresses_UC_ht+0x183ce, %r12
nop
nop
nop
nop
add $22238, %... | 33.547945 | 2,999 | 0.65605 |
e53a51169ed14e0bbd3a987ec63090a0f7c8baaa | 823 | asm | Assembly | Day-08/display_all_ASCII_characters.asm | MasumBhai/50-Day-challenge-with-Assembly-Language | aadeb6c4a022d089afb10fd22ffd2a768c32036e | [
"CC0-1.0"
] | 1 | 2021-04-07T09:50:40.000Z | 2021-04-07T09:50:40.000Z | Day-08/display_all_ASCII_characters.asm | MasumBhai/50-Day-challenge-with-Assembly-Language | aadeb6c4a022d089afb10fd22ffd2a768c32036e | [
"CC0-1.0"
] | null | null | null | Day-08/display_all_ASCII_characters.asm | MasumBhai/50-Day-challenge-with-Assembly-Language | aadeb6c4a022d089afb10fd22ffd2a768c32036e | [
"CC0-1.0"
] | null | null | null | ;Day 08 Date-17 april,2021
;problem - display the ASCII characters that display 10 characters per line
.model small
.stack 100h
include 'emu8086.inc'
.data
n_line db 0ah,0dh,"$" ;for new line
i db 0d
j db 0d
.code
main proc
mov ax,@data
mov ds,ax
mov cx,255 ;for loop counter
xor dx,dx ... | 16.137255 | 75 | 0.550425 |
fc8a81dafd00530d72248e5117503aa1bf77e066 | 1,081 | asm | Assembly | libsrc/c128/outvdc_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/c128/outvdc_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/c128/outvdc_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ;
;Based on the SG C Tools 1.7
;(C) 1993 Steve Goldsmith
;
;$Id: outvdc_callee.asm,v 1.4 2016-06-16 21:13:07 dom Exp $
;
;set vdc register
SECTION code_clib
PUBLIC outvdc_callee
PUBLIC _outvdc_callee
PUBLIC ASMDISP_OUTVDC_CALLEE
outvdc_callee:
_outvdc_callee:
pop hl
... | 26.365854 | 83 | 0.522664 |
3bcbd7ae57bba1eaba2a6ca6d029dd41d6f5fa98 | 914 | nasm | Assembly | BootloaderCommonPkg/Library/MultibootLib/Ia32/MultibootJump.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | 1 | 2019-04-17T19:10:56.000Z | 2019-04-17T19:10:56.000Z | BootloaderCommonPkg/Library/MultibootLib/Ia32/MultibootJump.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | null | null | null | BootloaderCommonPkg/Library/MultibootLib/Ia32/MultibootJump.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | null | null | null | ;------------------------------------------------------------------------------
;
; Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; MultibootJump.nasm
;
; Abstract:
;
; This is the code that goes from payload to a Multiboot enabled OS... | 26.114286 | 79 | 0.415755 |
b65e9f5d290322b7870ea2a7b2aec862e8f0d316 | 7,823 | asm | Assembly | Source/HBIOS/sn76489.asm | vipoo/RomWBW | e463959fee431da2de3da962bd70cb0c556ffaed | [
"DOC",
"MIT"
] | null | null | null | Source/HBIOS/sn76489.asm | vipoo/RomWBW | e463959fee431da2de3da962bd70cb0c556ffaed | [
"DOC",
"MIT"
] | null | null | null | Source/HBIOS/sn76489.asm | vipoo/RomWBW | e463959fee431da2de3da962bd70cb0c556ffaed | [
"DOC",
"MIT"
] | null | null | null | ;======================================================================
; SN76489 sound driver
;
; WRITTEN BY: DEAN NETHERTON
;======================================================================
;
; TODO:
; 1. PROVIDE SUPPORT FOR NOISE CHANNEL
; 2. DOES THIS WORK FOR FASTER CPUS? ONLY BEEN TESTED ON A Z80 7M... | 19.268473 | 79 | 0.627509 |
db138dd7e27847c9639589c389ec3645527487a0 | 459 | asm | Assembly | programs/oeis/274/A274009.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/274/A274009.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/274/A274009.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A274009: 1's distance from a number in its binary expansion.
; 1,0,2,1,2,1,3,2,2,1,3,2,3,2,4,3,2,1,3,2,3,2,4,3,3,2,4,3,4,3,5,4,2,1,3,2,3,2,4,3,3,2,4,3,4,3,5,4,3,2,4,3,4,3,5,4,4,3,5,4,5,4,6,5,2,1,3,2,3,2,4,3,3,2,4,3,4,3,5,4,3,2,4,3,4,3,5,4,4,3
mov $4,$0
div $4,2
mov $3,$4
mov $5,1
add $5,$0
mov $6,1
lpb $6
sub $6,1... | 17.653846 | 181 | 0.520697 |
eee3966fcea9d554e4549b753bd2b76dd89aaabe | 142 | asm | Assembly | src/main/fragment/mos6502-common/vdum1=vdum1_minus_vduc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vdum1=vdum1_minus_vduc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vdum1=vdum1_minus_vduc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {m1}
sec
sbc #<{c1}
sta {m1}
lda {m1}+1
sbc #>{c1}
sta {m1}+1
lda {m1}+2
sbc #<{c1}>>$10
sta {m1}+2
lda {m1}+3
sbc #>{c1}>>$10
sta {m1}+3
| 10.142857 | 15 | 0.514085 |
09b638b96430803604c859c7bec84bf9022b673d | 9,605 | asm | Assembly | tp/libs/asmlib/strspn64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | tp/libs/asmlib/strspn64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | tp/libs/asmlib/strspn64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | %include "defs.asm"
;************************* strspn64.asm ************************************
; Author: Agner Fog
; Date created: 2011-07-19
; Last modified: 2011-07-19
; Description:
; Faster version of the standard strspn and strcspn functions:
; size_t A_strspn (const char * str, const... | 31.286645 | 111 | 0.497762 |
11f8954cacda2664c238eae5c1526db3b41984f3 | 571 | asm | Assembly | data/baseStats_original/girafarig.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/baseStats_original/girafarig.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/baseStats_original/girafarig.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | db DEX_GIRAFARIG ; pokedex id
db 70 ; base hp
db 80 ; base attack
db 65 ; base defense
db 85 ; base speed
db 72 ; base special
db NORMAL ; species type 1
db PSYCHIC ; species type 2
db 60 ; catch rate
db 149 ; base exp yield
INCBIN "pic/ymon/girafarig.pic",0,1 ; 55, sprite dimensions
dw GirafarigPicFront
d... | 19.689655 | 60 | 0.716287 |
e7283c0618f5828342a4ec9a0c5da23ce65cc34e | 2,499 | asm | Assembly | LabFinal_CPU2/Common/F2837xD_DBGIER.asm | BSpwr/BS-Equalizer | 0672a3c44b9e28e2b251eda4be000405f21ac43f | [
"MIT"
] | null | null | null | LabFinal_CPU2/Common/F2837xD_DBGIER.asm | BSpwr/BS-Equalizer | 0672a3c44b9e28e2b251eda4be000405f21ac43f | [
"MIT"
] | null | null | null | LabFinal_CPU2/Common/F2837xD_DBGIER.asm | BSpwr/BS-Equalizer | 0672a3c44b9e28e2b251eda4be000405f21ac43f | [
"MIT"
] | 1 | 2021-02-08T03:40:45.000Z | 2021-02-08T03:40:45.000Z | ;//###########################################################################
;//
;// FILE: F2837xD_DBGIER.asm
;//
;// TITLE: Set the DBGIER register
;//
;// DESCRIPTION:
;//
;// Function to set the DBGIER register (for realtime emulation).
;// Function Prototype: void SetDBGIER(Uint16)
;// Usage: SetDBGIER(value)... | 40.967213 | 79 | 0.641056 |
5f6fb12ea3294acf5f6ede7a4e8262ee6e4a4baa | 341 | asm | Assembly | libsrc/stdio/enterprise/fgetc_cons.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/enterprise/fgetc_cons.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/enterprise/fgetc_cons.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; MSX C Library
;
; getkey() Wait for keypress
;
; Stefano Bodrato - 2011
;
;
; $Id: fgetc_cons.asm,v 1.4 2016/06/12 17:07:43 dom Exp $
;
SECTION code_clib
PUBLIC fgetc_cons
PUBLIC _fgetc_cons
.fgetc_cons
._fgetc_cons
ld a,69h ; keyboard channel
rst $30 ; EXOS
defb 5 ; output to channel
ld ... | 13.115385 | 57 | 0.642229 |
f95e5fabbb4aa310a21aa0e0829683493cb8315b | 6,949 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_657.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_657.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_657.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 %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x97a3, %rbx
nop
nop
nop
nop
and %rsi, %rsi
mov $0x6162636465666768, %r10
movq %r10, %xmm5
movups %xmm5, (%rbx)
nop
nop
and %r10, %r10
lea addresses_A_ht+0x3267, %rsi
lea addr... | 34.063725 | 2,999 | 0.659663 |
01513ebaeb36a77317f0bffdf7fb0c11797d4e93 | 376 | asm | Assembly | programs/oeis/267/A267314.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267314.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267314.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267314: Expansion of 2*x*(1 + 2*x - x^2)/((1 - x)*(1 + x^2)^2).
; 0,2,6,0,-8,2,14,0,-16,2,22,0,-24,2,30,0,-32,2,38,0,-40,2,46,0,-48,2,54,0,-56,2,62,0,-64,2,70,0,-72,2,78,0,-80,2,86,0,-88,2,94,0,-96,2,102,0,-104,2,110,0,-112,2,118,0,-120,2,126,0,-128,2,134,0,-136,2,142,0
lpb $0
add $2,$0
sub $0,1
add $3,$2
m... | 26.857143 | 206 | 0.515957 |
e4489f084e9539b23b18a95aa1d75e317051cf36 | 338 | asm | Assembly | programs/oeis/052/A052991.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/052/A052991.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/052/A052991.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A052991: Expansion of (1-x-x^2)/(1-3x-x^2).
; 1,2,6,20,66,218,720,2378,7854,25940,85674,282962,934560,3086642,10194486,33670100,111204786,367284458,1213058160,4006458938,13232434974,43703763860,144343726554,476734943522,1574548557120
mov $1,1
lpb $0
sub $0,1
add $2,$1
add $1,$2
add $3,$1
mov $2,$3
mov $3... | 24.142857 | 189 | 0.701183 |
6c1509d469b332ae534591e4e25ad0234499b271 | 301 | asm | Assembly | libsrc/_DEVELOPMENT/l/sccz80/8-gbz80/l_mod_u.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/sccz80/8-gbz80/l_mod_u.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/sccz80/8-gbz80/l_mod_u.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_mod_u
EXTERN ___divu16_bcde
; signed division
; hl = de/hl, de = de%hl
l_mod_u:
; Delegate to the sdcc routine
; Entry BC=dividend, DE=divisor
; Exit: BC=quotient, DE=remainder
ld c,e
ld b,d
ex de,hl
call ___divu16_bcde
ld l,e
ld h,d
ret
| 14.333333 | 34 | 0.724252 |
e0075d2f69c020e939110ff6f2d35f64ac72b686 | 387 | asm | Assembly | programs/oeis/044/A044757.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/044/A044757.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/044/A044757.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A044757: Numbers n such that string 4,4 occurs in the base 10 representation of n but not of n+1.
; 44,144,244,344,449,544,644,744,844,944,1044,1144,1244,1344,1449,1544,1644,1744,1844,1944,2044,2144,2244,2344,2449,2544,2644,2744,2844,2944,3044,3144,3244,3344,3449,3544,3644,3744,3844
mov $2,16
add $2,$0
gcd $2,10
trn... | 27.642857 | 185 | 0.713178 |
a3335c66dfd6568debc5a3601eb570d57570b260 | 309 | asm | Assembly | programs/oeis/021/A021316.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021316.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021316.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021316: Decimal expansion of 1/312.
; 0,0,3,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8,2,0,5,1,2,8
add $0,1
mov $1,10
pow $1,$0
mul $1,2
div $1,624
mod $1,10
mov $0,$1
| 28.090909 | 199 | 0.540453 |
ec61dd265ffa7c92f9c9095001290305d2cb5fac | 458 | asm | Assembly | libsrc/_DEVELOPMENT/input/sms/z80/asm_in_wait_key.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/input/sms/z80/asm_in_wait_key.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/input/sms/z80/asm_in_wait_key.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; ===============================================================
; Apr 2014
; ===============================================================
;
; void in_wait_key(void)
;
; Busy wait until a key is pressed.
;
; ===============================================================
SECTION code_clib
SECTION code_input
PUBL... | 17.615385 | 65 | 0.41048 |
85143f07000e9eca86c5f3c889dcad6c122b68e7 | 511 | asm | Assembly | libsrc/target/cpm/gsx/gios_1pm_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/cpm/gsx/gios_1pm_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/cpm/gsx/gios_1pm_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
;
; Invoke a GSX/GIOS function with a single parameter in "intin"
;
;
; $Id: gios_1pm_callee.asm $
;
SECTION code_clib
PUBLIC gios_1pm_callee
PUBLIC _gios_1pm_callee
EXTERN gios
EXTERN gios_ctl
EXTERN gios_intin
PUBLIC asm_gios_1pm
gios_1pm_callee:
_gios_1pm_callee:
pop af
pop de ; parameter
pop bc ; fn num... | 10.428571 | 63 | 0.710372 |
8dea2646c3d031e394e905c8c054e61a07227411 | 21,604 | asm | Assembly | src/Native/Runtime/arm/ExceptionHandling.asm | LaudateCorpus1/corert | d97588e5f88f152250558ab78f4f2076c6dafb5d | [
"MIT"
] | 2 | 2018-11-13T09:45:21.000Z | 2019-01-22T18:19:24.000Z | src/Native/Runtime/arm/ExceptionHandling.asm | LaudateCorpus1/corert | d97588e5f88f152250558ab78f4f2076c6dafb5d | [
"MIT"
] | null | null | null | src/Native/Runtime/arm/ExceptionHandling.asm | LaudateCorpus1/corert | d97588e5f88f152250558ab78f4f2076c6dafb5d | [
"MIT"
] | 1 | 2021-10-16T04:48:48.000Z | 2021-10-16T04:48:48.000Z | ;; Licensed to the .NET Foundation under one or more agreements.
;; The .NET Foundation licenses this file to you under the MIT license.
;; See the LICENSE file in the project root for more information.
#include "AsmMacros.h"
TEXTAREA
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | 39.933457 | 116 | 0.528236 |
d17201c8861928c3c5d50ff70f01b2b1ecf0420a | 332 | asm | Assembly | maps/Route202.asm | AtmaBuster/pokecrystal16-493-plus | 0c8cd4d187c246fe1debc07f89e278fd702595d7 | [
"blessing"
] | 1 | 2021-01-19T04:15:45.000Z | 2021-01-19T04:15:45.000Z | maps/Route202.asm | AtmaBuster/pokecrystal16-493-plus | 0c8cd4d187c246fe1debc07f89e278fd702595d7 | [
"blessing"
] | null | null | null | maps/Route202.asm | AtmaBuster/pokecrystal16-493-plus | 0c8cd4d187c246fe1debc07f89e278fd702595d7 | [
"blessing"
] | 1 | 2021-01-16T00:12:08.000Z | 2021-01-16T00:12:08.000Z | object_const_def ; object_event constants
Route202_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
Route202_MapEvents:
db 0, 0 ; filler
db 3 ; warp events
warp_event 0, 0, DEBUG_ROOM, 1
warp_event 0, 0, DEBUG_ROOM, 1
warp_event 0, 0, DEBUG_ROOM, 1
db 0 ; coord events
db 0 ; bg events
db 0 ; ob... | 15.809524 | 42 | 0.701807 |
7fd6db77d9294bc798eaf9d6452589cd60ba15df | 816 | asm | Assembly | programs/oeis/115/A115903.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/115/A115903.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/115/A115903.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A115903: Expansion of (1-12*x)^(-3/2).
; 1,18,270,3780,51030,673596,8756748,112586760,1435481190,18182761740,229102797924,2874198737592,35927484219900,447711726432600,5564417171376600,68998772925069840,853859814947739270,10547680067001485100,130088054159684982900,1602137088071909789400,19706286183284490409620,2421058... | 45.333333 | 641 | 0.855392 |
2e3eab0266b570a5f8aaae59fb245395e46aa2a0 | 588 | asm | Assembly | programs/oeis/253/A253130.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/253/A253130.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/253/A253130.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A253130: Number of length 2+2 0..n arrays with the sum of medians of adjacent triples multiplied by some arrangement of +-1 equal to zero.
; 12,53,152,345,676,1197,1968,3057,4540,6501,9032,12233,16212,21085,26976,34017,42348,52117,63480,76601,91652,108813,128272,150225,174876,202437,233128,267177,304820,346301,391872... | 21 | 214 | 0.688776 |
9996788d46a15895fcdcb75e202b6e4860a4f64b | 613 | asm | Assembly | oeis/213/A213820.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/213/A213820.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/213/A213820.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A213820: Principal diagonal of the convolution array A213819.
; 2,18,60,140,270,462,728,1080,1530,2090,2772,3588,4550,5670,6960,8432,10098,11970,14060,16380,18942,21758,24840,28200,31850,35802,40068,44660,49590,54870,60512,66528,72930,79730,86940,94572,102638,111150,120120,129560,139482,149898,160820,172260,184230,19... | 68.111111 | 499 | 0.807504 |
eae3cbd4a1a8e97588c5944597dcff107a71169a | 363 | asm | Assembly | programs/oeis/040/A040316.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040316.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040316.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040316: Continued fraction for sqrt(335).
; 18,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3,36,3,3,3
lpb $0,1
trn $0,3
mov $2,$0
trn $0,1
mov $1,7
mov $3,6
lpe
trn $1,1
add $... | 21.352941 | 190 | 0.556474 |
cdc0befba0d695db45c80244e42b7d37a2eae7bc | 656 | asm | Assembly | untested/x86/mulStuff.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x86/mulStuff.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x86/mulStuff.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | %include "macros.inc"
global _isMulOk
global _saturatedMul
segment .text align=16
_isMulOk:
push ebp
mov ebp, [esp + 4 + 8]
test ebp, ebp
je .return1
mov ecx, [esp + 4 + 4]
test ecx, ecx
jne .continue
.return1:
mov eax, 1
pop ebp
ret
align 16
.continue:
xor edx, edx
mov eax, -1
div ebp
cmp e... | 10.092308 | 23 | 0.618902 |
c309274a4bd8fb99a11ef359d83ef06c1c8f41c0 | 540 | asm | Assembly | programs/oeis/069/A069212.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/069/A069212.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/069/A069212.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A069212: a(n) = Sum_{k=1..n} 3^omega(k).
; 1,4,7,10,13,22,25,28,31,40,43,52,55,64,73,76,79,88,91,100,109,118,121,130,133,142,145,154,157,184,187,190,199,208,217,226,229,238,247,256,259,286,289,298,307,316,319,328,331,340,349,358,361,370,379,388,397,406,409,436,439,448,457,460,469,496,499,508,517,544,547,556,559,568,5... | 45 | 379 | 0.666667 |
880c6fa00b9a1227999cdc9ab6f3e1247e26a700 | 13,169 | asm | Assembly | Layer2BigPic/bigpic.asm | ped7g/ZXSpectrumNextMisc | 0148cd8f0529bff4451f089fd7106ea06713e766 | [
"MIT"
] | 15 | 2019-04-06T20:38:41.000Z | 2022-02-27T16:50:31.000Z | Layer2BigPic/bigpic.asm | ped7g/ZXSpectrumNextMisc | 0148cd8f0529bff4451f089fd7106ea06713e766 | [
"MIT"
] | 7 | 2020-05-01T08:14:54.000Z | 2022-03-30T19:54:34.000Z | Layer2BigPic/bigpic.asm | ped7g/ZXSpectrumNextMisc | 0148cd8f0529bff4451f089fd7106ea06713e766 | [
"MIT"
] | 1 | 2020-08-23T17:36:20.000Z | 2020-08-23T17:36:20.000Z | ; "big pic" example, scrolling around 640x512 image in Layer2 320x256 mode
; © Peter Helcmanovsky 2020, license: https://opensource.org/licenses/MIT
; requires ZX Spectrum Next with core3.1.5+
;
; Assembles with sjasmplus - https://github.com/z00m128/sjasmplus (v1.14.4+)
; Does use imagemagick "convert" tool to prepare... | 40.14939 | 162 | 0.546511 |
16335d781d72f3686761d5f3e0525cb77e2880ce | 88 | asm | Assembly | Week_7/14 - Week7_dec_1.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | 1 | 2021-08-10T13:39:26.000Z | 2021-08-10T13:39:26.000Z | Week_7/14 - Week7_dec_1.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | null | null | null | Week_7/14 - Week7_dec_1.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | null | null | null | .model small
.data
.code
main proc
mov ax,1010H
dec al
endp
end main | 7.333333 | 16 | 0.590909 |
b154d463d7adf80a177af8a596ec5851c3efd4c4 | 517 | asm | Assembly | oeis/278/A278818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/278/A278818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/278/A278818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A278818: a(n) is the least k > n such that k + n is square.
; Submitted by Jamie Morken(s3)
; 1,3,7,6,5,11,10,9,17,16,15,14,13,23,22,21,20,19,31,30,29,28,27,26,25,39,38,37,36,35,34,33,49,48,47,46,45,44,43,42,41,59,58,57,56,55,54,53,52,51,71,70,69,68,67,66,65,64,63,62,61,83,82,81,80,79,78,77,76,75,74,73,97,96,95,94,93... | 30.411765 | 309 | 0.634429 |
4a2ca3beb5714d132fdc290cd11f11b9e7a2e25d | 5,792 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_7165_184.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.log_7165_184.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.log_7165_184.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1817b, %rsi
lea addresses_normal_ht+0x269b, %rdi
nop
dec %rbx
mov $94, %rcx
rep movsb
nop
nop
nop
nop
nop
inc %r14
lea addresses_A_ht+0x119e3, %rsi
lea addresses_UC_ht+0x18a9b, %rdi
n... | 39.401361 | 2,999 | 0.662638 |
659a535e590c9bc3df3a26b79845cb6d5ad6b2b6 | 7,225 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_10679_970.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_10679_970.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_10679_970.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x8d6f, %rsi
lea addresses_WC_ht+0x11b57, %rdi
xor $63154, %rax
mov $78, %rcx
rep movsq
nop
nop
xor $31912, %r10
lea addresses_D_ht+0x1e57, %r12
nop
and %rbp, %rbp
movb $0x61, (%r12)
no... | 36.862245 | 2,999 | 0.656332 |
a7ac7982305b72a54fe3df4665fb592cb3942823 | 1,780 | asm | Assembly | src/execpr.asm | HannaCun/uemacs | 3cd4693bc012961ef5e5ce7e63f4aaa798fbbcaa | [
"BSD-3-Clause"
] | 1 | 2021-12-07T07:53:48.000Z | 2021-12-07T07:53:48.000Z | src/execpr.asm | HannaCun/uemacs | 3cd4693bc012961ef5e5ce7e63f4aaa798fbbcaa | [
"BSD-3-Clause"
] | null | null | null | src/execpr.asm | HannaCun/uemacs | 3cd4693bc012961ef5e5ce7e63f4aaa798fbbcaa | [
"BSD-3-Clause"
] | null | null | null | ; EXECPR: execute a program directly using dos exec call.
;
; calling sequence = execpr(prog, pblock);
; char *prog =
; where progname is the full file spec with extension
; char *pblock =
; ptr to the parameter block for the exec call
; RETURNS:
; -n DOS error number
; 0 successfull call
; +n child retu... | 16.481481 | 65 | 0.694382 |
179c9c42d703c2eb00d2018b733aadd44274ebdf | 1,139 | asm | Assembly | Library/Trans/Graphics/Bitmap/Bmp/Export/exportManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Trans/Graphics/Bitmap/Bmp/Export/exportManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Trans/Graphics/Bitmap/Bmp/Export/exportManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Impex- Bmp Graphics Translation Library
FILE: exportManager.asm
AUTHOR: Maryann Simmons 2/92
REVISION HISTORY:
Name Date Description
---- ----... | 21.903846 | 79 | 0.394205 |
6f9fc1a2285c9ac50b8400d7cb85f27f495f4dc1 | 490 | asm | Assembly | programs/oeis/184/A184580.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/184/A184580.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/184/A184580.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A184580: a(n) = floor((n-1/4)*sqrt(2)), complement of A184581.
; 1,2,3,5,6,8,9,10,12,13,15,16,18,19,20,22,23,25,26,27,29,30,32,33,35,36,37,39,40,42,43,44,46,47,49,50,51,53,54,56,57,59,60,61,63,64,66,67,68,70,71,73,74,76,77,78,80,81,83,84,85,87,88,90,91,92,94,95,97,98,100,101,102,104,105,107,108,109,111,112,114,115,11... | 54.444444 | 324 | 0.663265 |
2971f647c6cdbc0b444b24cee4e8e3451fc5b3f9 | 592 | asm | Assembly | programs/oeis/066/A066959.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/066/A066959.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/066/A066959.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A066959: Bigomega(n^n) where bigomega(x) is the number of prime factors in x (counted with multiplicity).
; 0,2,3,8,5,12,7,24,18,20,11,36,13,28,30,64,17,54,19,60,42,44,23,96,50,52,81,84,29,90,31,160,66,68,70,144,37,76,78,160,41,126,43,132,135,92,47,240,98,150,102,156,53,216,110,224,114,116,59,240,61,124,189,384,130,1... | 74 | 343 | 0.711149 |
1cf3a43a472f5493a3ce501e9ce55652f4d307f1 | 1,771 | asm | Assembly | libsrc/target/zx/basic/zx_setstr_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/zx/basic/zx_setstr_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/zx/basic/zx_setstr_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; ZX Spectrum specific routines
; by Stefano Bodrato, 29/06/2006
; Fixed by Antonio Schifano, Dec 2008
;
; Copy a string to a BASIC variable
;
; int __CALLEE__ zx_setstr_callee(char variable, char *value);
;
; CPIR, debugged version by Antonio Schifano, 29/12/2008
;
; $Id: zx_setstr_callee.asm $
;
SECTION code_clib... | 13.315789 | 62 | 0.672501 |
8f8c846f6ee60d30219931abc5ad1fbed0bf7c3a | 862 | asm | Assembly | oeis/045/A045445.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/045/A045445.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/045/A045445.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A045445: Number of nonisomorphic systems of catafusenes for the unsymmetrical schemes (group C_s) with two appendages (see references for precise definition).
; Submitted by Jon Maiga
; 0,1,6,29,132,590,2628,11732,52608,237129,1074510,4893801,22395420,102943815,475139070,2201301575,10234016880,47731093715,22327361181... | 35.916667 | 483 | 0.798144 |
7652538b71894c2919d5f29dd653537c6ee592c5 | 534 | asm | Assembly | STM8S103F3P6/Voltmetr/RAMVars.asm | edosedgar/stm8s | 9288bdfbcbdbff22e5c6d2d2d450abd30f7e6d0b | [
"Apache-2.0"
] | 2 | 2021-01-13T09:18:01.000Z | 2022-02-09T17:13:35.000Z | STM8S103F3P6/Voltmetr/RAMVars.asm | saimy1684/stm8s | 9288bdfbcbdbff22e5c6d2d2d450abd30f7e6d0b | [
"Apache-2.0"
] | null | null | null | STM8S103F3P6/Voltmetr/RAMVars.asm | saimy1684/stm8s | 9288bdfbcbdbff22e5c6d2d2d450abd30f7e6d0b | [
"Apache-2.0"
] | 2 | 2017-05-30T10:07:10.000Z | 2018-01-08T03:48:54.000Z | ;=======RAMMemory($0000-$07FF)================
Temp EQU $0000
Temp1 EQU $0001
Temp2 EQU $0002
Temp3 EQU $0003
Temp4 EQU $0004
Temp5 EQU $0005
DataL EQU $0016
DataH EQU $0017
Temp6 EQU $0008
Digit1 EQU $0009
D... | 25.428571 | 47 | 0.411985 |
25634d89ec2677d69772187925c904724495ed3d | 4,050 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_2_1695.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_0xca.log_2_1695.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_0xca.log_2_1695.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rcx
lea addresses_WC_ht+0x4b80, %r15
nop
nop
nop
add %r10, %r10
mov $0x6162636465666768, %r14
movq %r14, %xmm7
movups %xmm7, (%r15)
nop
nop
nop
nop
nop
cmp %r15, %r15
lea addresses_UC_ht+0x179b0, %rax
nop
nop
x... | 19.37799 | 129 | 0.640247 |
fec30dc862685236d85bb7c90e36e07361e4cf1c | 2,486 | asm | Assembly | programs/oeis/096/A096959.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/096/A096959.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/096/A096959.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A096959: Sixth column (m=5) of (1,6)-Pascal triangle A096956.
; 6,31,96,231,476,882,1512,2442,3762,5577,8008,11193,15288,20468,26928,34884,44574,56259,70224,86779,106260,129030,155480,186030,221130,261261,306936,358701,417136,482856,556512,638792,730422,832167,944832,1069263,1206348,1357018,1522248,1703058,1900514,21... | 248.6 | 2,362 | 0.879726 |
085f3639e6214d066907ffb9660b7711aea5392d | 301 | asm | Assembly | programs/oeis/122/A122434.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/122/A122434.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/122/A122434.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A122434: Expansion of (1+x)^3/(1+x+x^2).
; 1,2,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0,-1,1,0
mov $2,2
sub $2,$0
mov $3,-1
lpb $0
mov $0,$2
add $2,3
trn $3,33
lpe
sub $0,$3
mov $1,$0
| 21.5 | 161 | 0.471761 |
a589d2da03d6b46c640398b1baf82ddd67b3221c | 613 | asm | Assembly | Assembly/Homework/4-13/F2T10.asm | chaohu/Daily-Learning | 0e8d14a3497ad319eda20bc4682cec08d5d6fb08 | [
"MIT"
] | 12 | 2016-04-09T15:43:02.000Z | 2022-03-22T01:58:25.000Z | Assembly/Homework/4-13/F2T10.asm | chaohu/Daily-Learning | 0e8d14a3497ad319eda20bc4682cec08d5d6fb08 | [
"MIT"
] | null | null | null | Assembly/Homework/4-13/F2T10.asm | chaohu/Daily-Learning | 0e8d14a3497ad319eda20bc4682cec08d5d6fb08 | [
"MIT"
] | 2 | 2018-08-23T07:34:59.000Z | 2019-06-20T10:17:31.000Z | PUBLIC F2T10
.386
DATA SEGMENT USE16
BUF DB 12 DUP(?)
DATA ENDS
CODE SEGMENT USE16
ASSUME CS:CODE,DS:DATA
F2T10 PROC FAR
PUSH EBX
PUSH SI
LEA SI,BUF
CMP DX,32
JNE B
MOVSX EAX,AX
B: OR EAX,EAX
JNS PLUS
NEG EAX
MOV BYTE PTR [SI],'-'
INC SI
PLUS: MOV EBX,10
CALL RADIX
MOV BYTE PTR [SI],'$'
LEA DX,BUF
MOV... | 11.351852 | 23 | 0.676998 |
72405fdb63b963f5771c43aa3bf3f05a6a1bc104 | 365 | asm | Assembly | tests/hook_dll_src/large_x86_64.asm | neivv/whack | ccd95f5cfa37622bc3ec3d4b0974ab9b631b59b2 | [
"Apache-2.0",
"MIT"
] | null | null | null | tests/hook_dll_src/large_x86_64.asm | neivv/whack | ccd95f5cfa37622bc3ec3d4b0974ab9b631b59b2 | [
"Apache-2.0",
"MIT"
] | null | null | null | tests/hook_dll_src/large_x86_64.asm | neivv/whack | ccd95f5cfa37622bc3ec3d4b0974ab9b631b59b2 | [
"Apache-2.0",
"MIT"
] | null | null | null |
global thirteen
thirteen:
xor rax, rax
mov [rsp + 8], ecx
mov [rsp + 0x10], edx
mov [rsp + 0x18], r8d
mov [rsp + 0x20], r9d
mov rdx, 0xd
.loop:
xor rcx, rcx
mov ecx, [rsp + rdx * 8]
add rax, rcx
rol eax, 3
sub rax, rdx
dec rdx
jne .loop
mov edx, eax
mov rax, ... | 14.6 | 28 | 0.550685 |
715bbee680ec44c106d401cc4441a85987b05a91 | 736 | asm | Assembly | oeis/162/A162770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/162/A162770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/162/A162770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A162770: a(n) = ((2+sqrt(5))*(1+sqrt(5))^n + (2-sqrt(5))*(1-sqrt(5))^n)/2.
; Submitted by Jon Maiga
; 2,7,22,72,232,752,2432,7872,25472,82432,266752,863232,2793472,9039872,29253632,94666752,306348032,991363072,3208118272,10381688832,33595850752,108718456832,351820316672,1138514460672,3684310188032,11922678218752,3858... | 38.736842 | 494 | 0.779891 |
14108f28a0c2e59cf164ba949e266f1282f30b3e | 419 | asm | Assembly | libsrc/fcntl/spectrum/zxbasdrv/creat.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/fcntl/spectrum/zxbasdrv/creat.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/fcntl/spectrum/zxbasdrv/creat.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Create a file by the BASIC driver (open then close)
;
; Stefano - 5/7/2006
;
; int creat(far char *name, mode_t mode);
;
; $Id: creat.asm,v 1.1 2006/07/18 21:02:54 stefano Exp $
XLIB creat
LIB open
LIB close
.creat
pop bc
pop hl
push hl
push bc
push bc
push bc
push hl
call open
pop bc
pop bc
po... | 10.74359 | 56 | 0.622912 |
e7e7b764b3ded3ce3f1a6b7b2b3db636d186e8c3 | 2,168 | asm | Assembly | lib/src/xr/x86/setjmp.asm | zanud/xds-2.60 | b4a32b9c9c91fe513fa5ff78ec87bb44102a3b72 | [
"Apache-2.0"
] | 53 | 2019-06-10T18:19:44.000Z | 2021-12-28T18:56:00.000Z | Sources/Lib/src/xr/x86/setjmp.asm | undecidedzogvisvitalispotent8stars360/xds | cfd20e209193c9cfcee94ad2ca30d8c32ead48c9 | [
"Apache-2.0"
] | 5 | 2020-07-10T16:06:48.000Z | 2021-07-30T07:17:50.000Z | Sources/Lib/src/xr/x86/setjmp.asm | undecidedzogvisvitalispotent8stars360/xds | cfd20e209193c9cfcee94ad2ca30d8c32ead48c9 | [
"Apache-2.0"
] | 20 | 2019-06-10T18:09:16.000Z | 2021-10-02T19:46:42.000Z | ; COPYRIGHT (c) 1999,2002 Excelsior. All Rights Reserved.
; COPYRIGHT (c) 1995,99,2002 XDS. All Rights Reserved.
;
; Implementation for X2C_setjmp and X2C_longjmp functions
;
cpu 386
bits 32
%ifdef OS2
group DGROUP _DATA
section _DATA use32 align=4 FLAT public 'DATA'
%else
gr... | 25.809524 | 73 | 0.478782 |
3cf96a1387570bb3f99bdb2cfaed8cfdd659b29d | 1,710 | asm | Assembly | programs/oeis/306/A306847.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/306/A306847.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/306/A306847.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A306847: a(n) = Sum_{k=0..floor(n/6)} binomial(n,6*k).
; 1,1,1,1,1,1,2,8,29,85,211,463,926,1730,3095,5461,9829,18565,37130,77540,164921,349525,728575,1486675,2973350,5858126,11450531,22369621,43942081,87087001,174174002,350739488,708653429,1431655765,2884834891,5791193143,11582386286,23100202490,46006694735,916259689... | 131.538462 | 1,564 | 0.899415 |
61414da13b819f971e60503f1e0b4b5ae26edf97 | 3,679 | asm | Assembly | examples/6502asm/zookeeper.asm | Eggbertx/GD6502 | 4489bde981c3b4927189f53598da956b7b945f49 | [
"BSD-2-Clause"
] | 1 | 2022-03-13T19:31:36.000Z | 2022-03-13T19:31:36.000Z | examples/6502asm/zookeeper.asm | Eggbertx/GD6502 | 4489bde981c3b4927189f53598da956b7b945f49 | [
"BSD-2-Clause"
] | null | null | null | examples/6502asm/zookeeper.asm | Eggbertx/GD6502 | 4489bde981c3b4927189f53598da956b7b945f49 | [
"BSD-2-Clause"
] | null | null | null | ; We all love zookeeper !!!!
; Submitted by Anonymous
ldx #0
lda #0
hupsu:
sta $200,x
sta $300,x
sta $400,x
sta $500,x
bne hupsu
lda #1
ldx #0
fill:
txa
tay
lda seko,x
tax
lda kuva,x
sta $200,x
lda kuva_0,x
sta $300,x
lda kuva_1,x
sta $400,x
lda kuva_2,x
sta $500,x
tya
tax
inx
bne fill
r... | 36.068627 | 80 | 0.581952 |
aef76f8b3a5fb5f46b15b0ac1eda9cc19b86b52c | 474 | asm | Assembly | oeis/007/A007895.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/007/A007895.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/007/A007895.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A007895: Number of terms in Zeckendorf representation of n (write n as a sum of non-consecutive distinct Fibonacci numbers).
; Submitted by Jon Maiga
; 0,1,1,1,2,1,2,2,1,2,2,2,3,1,2,2,2,3,2,3,3,1,2,2,2,3,2,3,3,2,3,3,3,4,1,2,2,2,3,2,3,3,2,3,3,3,4,2,3,3,3,4,3,4,4,1,2,2,2,3,2,3,3,2,3,3,3,4,2,3,3,3,4,3,4,4,2,3,3,3,4,3,4,... | 39.5 | 201 | 0.601266 |
b8494ec221c5d554f52d5ace1697a9321049b9fc | 867 | asm | Assembly | programs/oeis/127/A127922.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/127/A127922.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/127/A127922.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A127922: 1/24 of product of three numbers: n-th prime, previous and following number.
; 1,5,14,55,91,204,285,506,1015,1240,2109,2870,3311,4324,6201,8555,9455,12529,14910,16206,20540,23821,29370,38024,42925,45526,51039,53955,60116,85344,93665,107134,111895,137825,143450,161239,180441,194054,215731,238965,247065,290320... | 96.333333 | 678 | 0.816609 |
51a38b76b5394aa879a285da8972778f244b3f5a | 2,226 | asm | Assembly | programs/oeis/236/A236222.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/236/A236222.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/236/A236222.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A236222: Sum of the fourteenth powers of the first n primes.
; 16384,4799353,6108314978,684331387827,380434164971068,4317810550670357,172695637110071286,971702322892955407,12564538647431705216,310122771323231168697,1067066706544027489018,10079128002539035788707,48008355197454594590868,121893712541593098356317,3785606... | 139.125 | 2,019 | 0.930818 |
f9c66e03b97f8e3272b7107699fe52e94b499133 | 375 | asm | Assembly | programs/oeis/195/A195503.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/195/A195503.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/195/A195503.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A195503: Numerators b(n) of Pythagorean approximations b(n)/a(n) to sqrt(3).
; 4,15,56,209,780,2911,10864,40545,151316,564719,2107560,7865521,29354524,109552575,408855776,1525870529,5694626340,21252634831,79315912984,296011017105,1104728155436,4122901604639,15386878263120,57424611447841
add $0,2
seq $0,72110 ; a(n) ... | 53.571429 | 210 | 0.749333 |
b1597adacbb8d2e00f27ef5765841a118d7448de | 456 | asm | Assembly | oeis/081/A081057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/081/A081057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/081/A081057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A081057: E.g.f.: Sum_{n>=0} a(n)*x^n/n! = {Sum_{n>=0} F(n+1)*x^n/n!}^2, where F(n) is the n-th Fibonacci number.
; Submitted by Jamie Morken(w4)
; 1,2,6,18,58,186,602,1946,6298,20378,65946,213402,690586,2234778,7231898,23402906,75733402,245078426,793090458,2566494618,8305351066,26876680602,86974765466,281456253338,91... | 28.5 | 197 | 0.679825 |
627ca20c20e7b3d4facdd05251cdf2ad60142a34 | 1,759 | asm | Assembly | Library/Trans/Graphics/Vector/Wmf/Import/importMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Trans/Graphics/Vector/Wmf/Import/importMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Trans/Graphics/Vector/Wmf/Import/importMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: importMain.asm
AUTHOR: Maryann Simmons, Jul 13, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date... | 21.9875 | 79 | 0.465605 |
1d1d2836ca437c77891f03b1e00b31605a36633d | 598 | asm | Assembly | oeis/006/A006044.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006044.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006044.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006044: a(n) = 4^(n-4)*(n-1)*(n-2)*(n-3).
; 6,96,960,7680,53760,344064,2064384,11796480,64880640,346030080,1799356416,9160359936,45801799680,225485783040,1095216660480,5257039970304,24970939858944,117510305218560,548381424353280,2539871860162560,11683410556747776,53409876830846976,242772167412940800,1097752409171558... | 54.363636 | 482 | 0.837793 |
b0e4c12b480e55d2e523f8fd6985c1dba7f1d52e | 900 | asm | Assembly | Kernel/asm/libasm.asm | camilaDiToro/Kernel-Pure64 | 2d94b13c2dee56c8395f92f55b6c78a2da061bb3 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/libasm.asm | camilaDiToro/Kernel-Pure64 | 2d94b13c2dee56c8395f92f55b6c78a2da061bb3 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/libasm.asm | camilaDiToro/Kernel-Pure64 | 2d94b13c2dee56c8395f92f55b6c78a2da061bb3 | [
"BSD-3-Clause"
] | 1 | 2021-12-08T01:05:48.000Z | 2021-12-08T01:05:48.000Z | GLOBAL cpuVendor
GLOBAL sys_RTClock
GLOBAL sys_readKey
GLOBAL save_registers
; systemCalls.c
EXTERN store_registers
section .text
sys_RTClock:
push rbp
mov rbp, rsp
mov al, dil
out 70h, al
in al, 71h
mov rsp, rbp
pop rbp
ret
sys_readKey:
push rbp
mov rbp, rsp
xor rax, rax
.loop:
in al, 0x64 ; R... | 12.162162 | 97 | 0.676667 |
3da5808a48292e02d6279873170964a0ee3750cf | 4,015 | asm | Assembly | assembler/test/lab2_lcc.asm | iBug/ICS-2018 | 93055558dc7012298f963dc2b192c465e6540b23 | [
"MIT"
] | null | null | null | assembler/test/lab2_lcc.asm | iBug/ICS-2018 | 93055558dc7012298f963dc2b192c465e6540b23 | [
"MIT"
] | null | null | null | assembler/test/lab2_lcc.asm | iBug/ICS-2018 | 93055558dc7012298f963dc2b192c465e6540b23 | [
"MIT"
] | null | null | null | .Orig x3000
INIT_CODE
LEA R6, #-1
ADD R5, R6, #0
ADD R6, R6, R6
ADD R6, R6, R6
ADD R6, R6, R5
ADD R6, R6, #-1
ADD R5, R5, R5
ADD R5, R6, #0
LD R4, GLOBAL_DATA_POINTER
LD R7, GLOBAL_MAIN_POINTER
jsrr R7
HALT
GLOBAL_DATA_POINTER .FILL GLOBAL_DATA_START
GLOBAL_MAIN_POINTER .FILL main
;;;;;;;;;;;;;;;;;;;;;;;;;;;;func;;;;;... | 14.87037 | 60 | 0.559651 |
cd0440218ade9b055c2a1ccdb6f812bd76653a99 | 6,262 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_400.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_400.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_400.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 %rax
push %rbx
push %rcx
push %rsi
lea addresses_A_ht+0xf453, %rcx
nop
nop
add $50852, %r12
movups (%rcx), %xmm6
vpextrq $1, %xmm6, %rax
sub $34033, %rbx
lea addresses_WT_ht+0x17a53, %rax
nop
nop
nop
nop
add $35320, %r15
movb $0x61, (%rax)
... | 39.383648 | 2,999 | 0.653625 |
22a6dc3afd339321ea59446c738219e9fbf1acec | 4,187 | asm | Assembly | lib/crt/classic/crt_section_standard.asm | geoffmcl/z88dk | a7eb96a7ae11251b213d1c5754f6717443c5c7ff | [
"ClArtistic"
] | null | null | null | lib/crt/classic/crt_section_standard.asm | geoffmcl/z88dk | a7eb96a7ae11251b213d1c5754f6717443c5c7ff | [
"ClArtistic"
] | null | null | null | lib/crt/classic/crt_section_standard.asm | geoffmcl/z88dk | a7eb96a7ae11251b213d1c5754f6717443c5c7ff | [
"ClArtistic"
] | null | null | null | ; Classic Memory map and section setup
;
; This layout suits all the classic machines. Memory placement is
; affected by:
;
; CRT_MODEL: RAM/ROM configuration
; CRT_ORG_CODE: Where code starts executing from
; CRT_ORG_BSS: Where uninitialised global variables are placed
; CRT_ORG_GRAPHICS: Where graphics routines + v... | 22.632432 | 87 | 0.815859 |
574b02f47146d58419fc92712c3b60e951ff8ac3 | 83 | asm | Assembly | q2.asm | tatticoder/Simple-Code | ba7a48d12154c347cdf3a1f7ea1b46f32e1d64ba | [
"MIT"
] | null | null | null | q2.asm | tatticoder/Simple-Code | ba7a48d12154c347cdf3a1f7ea1b46f32e1d64ba | [
"MIT"
] | null | null | null | q2.asm | tatticoder/Simple-Code | ba7a48d12154c347cdf3a1f7ea1b46f32e1d64ba | [
"MIT"
] | null | null | null | .MODE SMALL
.CODE
.386
.STARTUP
MOV AX,3H
MOV BX,4H
ADD [BX],AX
.EXIT
END
| 8.3 | 12 | 0.614458 |
8931620060d2d006680295db54f4ddea6005a97e | 3,257 | asm | Assembly | Windows/FastMaxI16.asm | clayne/FastExtrema | 9d38cdcd095f7ea07e94c9690b79bcd9ac1228b3 | [
"MIT"
] | 6 | 2021-04-02T16:09:13.000Z | 2022-01-24T11:15:48.000Z | Windows/FastMaxI16.asm | komrad36/FastArrayOps | 9d38cdcd095f7ea07e94c9690b79bcd9ac1228b3 | [
"MIT"
] | null | null | null | Windows/FastMaxI16.asm | komrad36/FastArrayOps | 9d38cdcd095f7ea07e94c9690b79bcd9ac1228b3 | [
"MIT"
] | 1 | 2021-02-17T21:51:17.000Z | 2021-02-17T21:51:17.000Z | ; /*******************************************************************
; *
; * Author: Kareem Omar
; * kareem.h.omar@gmail.com
; * https://github.com/komrad36
; *
; * Last updated Oct 11, 2020
; *******************************************************************/
_TEXT$FastMaxI16 SEGMENT ALIGN(64)
FastMax... | 23.948529 | 70 | 0.614983 |
d15feccd4ae4822de45875de4664a33007baada8 | 645 | asm | Assembly | programs/oeis/125/A125201.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/125/A125201.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/125/A125201.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A125201: a(n) = 8*n^2 - 7*n + 1.
; 2,19,52,101,166,247,344,457,586,731,892,1069,1262,1471,1696,1937,2194,2467,2756,3061,3382,3719,4072,4441,4826,5227,5644,6077,6526,6991,7472,7969,8482,9011,9556,10117,10694,11287,11896,12521,13162,13819,14492,15181,15886,16607,17344,18097,18866,19651,20452,21269,22102,22951,23816,246... | 64.5 | 551 | 0.767442 |
32de5e48cb479d4427c212de631d9360c7585ea1 | 493 | asm | Assembly | programs/oeis/045/A045755.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/045/A045755.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/045/A045755.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A045755: 8-fold factorials: a(n) = Product_{k=0..n-1} (8*k+1).
; 1,1,9,153,3825,126225,5175225,253586025,14454403425,939536222625,68586144251625,5555477684381625,494437513909964625,47960438849266568625,5035846079172989705625,569050606946547836735625,68855123440532288245010625,8882310923828665183606370625,121687659656... | 37.923077 | 344 | 0.817444 |
c8a29c55e5436b983a04542e705e37bc6a61c5d3 | 309 | asm | Assembly | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_PrintString.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_PrintString.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_ix/sp1_PrintString.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ; void sp1_PrintString(struct sp1_pss *ps, uchar *s)
SECTION code_temp_sp1
PUBLIC _sp1_PrintString
_sp1_PrintString:
pop af
pop hl
pop de
push de
push hl
push af
push ix
call asm_sp1_PrintString
pop ix
ret
INCLUDE "temp/sp1/zx/tiles/asm_sp1_PrintString.asm"
| 12.36 | 54 | 0.682848 |
7d10c52d0ac8038586184adbb90b077eabb2d04e | 145 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_trunc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_trunc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_trunc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; double __FASTCALL__ trunc(double x)
SECTION code_fp_math48
PUBLIC cm48_sccz80_trunc
EXTERN am48_trunc
defc cm48_sccz80_trunc = am48_trunc
| 13.181818 | 37 | 0.834483 |
0b9ac9b9c1addc06a9843ee5821bf14dcf8e21b2 | 315 | asm | Assembly | programs/oeis/128/A128092.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/128/A128092.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/128/A128092.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A128092: a(n) = largest multiple of n which is <= 2^n.
; 2,4,6,16,30,60,126,256,504,1020,2046,4092,8190,16380,32760,65536,131070,262134,524286,1048560,2097144,4194300,8388606,16777200,33554425,67108860,134217702,268435440,536870910,1073741820,2147483646
mov $1,2
mov $2,$0
add $2,1
pow $1,$2
div $1,$2
mul $1,$2
| 31.5 | 198 | 0.736508 |
b453f6fd9efdd616e3543aaa3388237f8cbd9f88 | 687 | asm | Assembly | oeis/228/A228873.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/228/A228873.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/228/A228873.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A228873: F(n) * F(n+1) * F(n+2) * F(n+3), the product of four consecutive Fibonacci numbers, A000045.
; 6,30,240,1560,10920,74256,510510,3495030,23965920,164237040,1125770256,7715953440,52886430870,362487682830,2484530961360,17029219589256,116720030923320,800010932051760,5483356663145790,37583485265670630,25760104135... | 85.875 | 486 | 0.858806 |
81f1b4b79c5307248a2523957198ece2fb0511da | 366 | asm | Assembly | src/hello.asm | mokytis/x86_64 | e626a4644c63d48438b05adeba90ef2aa82d8600 | [
"MIT"
] | null | null | null | src/hello.asm | mokytis/x86_64 | e626a4644c63d48438b05adeba90ef2aa82d8600 | [
"MIT"
] | null | null | null | src/hello.asm | mokytis/x86_64 | e626a4644c63d48438b05adeba90ef2aa82d8600 | [
"MIT"
] | null | null | null | section .data
; 10 is the decimal of ascii new line (\n)
text db "Hello, World!", 10
section .text
global _start
_start:
mov rax, 1 ; code for write syscall
mov rdi, 1 ; write to stdout stdout
mov rsi, text ; memory location of buffer
mov rdx, 14 ; length of buffer
syscall
mov rax, 60 ; exi... | 20.333333 | 44 | 0.65847 |
9262931f05b22d585b32381e258ecb6a13b8a49b | 534 | asm | Assembly | oeis/001/A001023.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001023.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001023.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001023: Powers of 14.
; 1,14,196,2744,38416,537824,7529536,105413504,1475789056,20661046784,289254654976,4049565169664,56693912375296,793714773254144,11112006825558016,155568095557812224,2177953337809371136,30491346729331195904,426878854210636742656,5976303958948914397184,83668255425284801560576,11713555759539872218... | 76.285714 | 477 | 0.900749 |
a97f1b557edbd14e1150682ec3143e93f320114d | 7,134 | asm | Assembly | dcs6.asm | runer112/Doors_CS_7 | d1b47a8d8bf96f67ee42ecd9106d6d8ae265f723 | [
"Unlicense"
] | 17 | 2016-04-01T16:15:37.000Z | 2022-02-14T19:44:50.000Z | dcs6.asm | runer112/Doors_CS_7 | d1b47a8d8bf96f67ee42ecd9106d6d8ae265f723 | [
"Unlicense"
] | 3 | 2020-03-08T01:40:58.000Z | 2021-09-15T06:39:53.000Z | dcs6.asm | runer112/Doors_CS_7 | d1b47a8d8bf96f67ee42ecd9106d6d8ae265f723 | [
"Unlicense"
] | 5 | 2016-04-02T04:24:10.000Z | 2021-09-15T19:29:34.000Z | ;************************************************************************************************************************
;MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
;MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM... | 43.236364 | 121 | 0.652789 |
40fa04f71c55fdae2304bdb2f50238a8d6cdc5f9 | 477 | asm | Assembly | 04/Mult.asm | sin9yt/nand2tetris | 103f6648ed35cebfde564c218399a6b832d5d009 | [
"MIT"
] | null | null | null | 04/Mult.asm | sin9yt/nand2tetris | 103f6648ed35cebfde564c218399a6b832d5d009 | [
"MIT"
] | null | null | null | 04/Mult.asm | sin9yt/nand2tetris | 103f6648ed35cebfde564c218399a6b832d5d009 | [
"MIT"
] | 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.)
(BEGIN)
@R2
M = 0 //... | 15.387097 | 67 | 0.580713 |
4ca3ff58fb7a22d29b194f26bbb445e5983ed712 | 7,634 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1654.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1654.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1654.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 %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xfa08, %r13
nop
nop
inc %rdi
movl $0x61626364, (%r13)
nop
nop
nop
nop
nop
add $21387, %rcx
lea addresses_D_ht+0xe608, %r9
nop
sub $51368, %r10
movl $0x61626364, (%r9)
nop
n... | 33.336245 | 2,999 | 0.652345 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.