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
ff1f092deb41c423e7a0c055e2019e68aad69e8e
368
asm
Assembly
programs/oeis/036/A036551.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/036/A036551.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/036/A036551.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A036551: a(n) = 2^(n-1)*(3^n-1) + 1. ; 1,3,17,105,641,3873,23297,139905,839681,5038593,30232577,181397505,1088389121,6530342913,39182073857,235092475905,1410554920961,8463329656833,50779978203137,304679869743105,1828079219507201,10968475319140353,65810851919036417 mov $1,3 pow $1,$0 mov $2,$0 lpb $2 mul $1,2 sub...
24.533333
227
0.736413
b2dd87219ce1cc7d45913812493166eefd2f2abe
54
asm
Assembly
Tests/raw-du.asm
tim-roderick/simple-cpu-simulator
334baf1934751527b7e5ffa0ad85d5e53e7215a1
[ "MIT" ]
2
2019-12-09T12:02:50.000Z
2019-12-09T22:40:01.000Z
Tests/raw-du.asm
tim-roderick/simple-cpu-simulator
334baf1934751527b7e5ffa0ad85d5e53e7215a1
[ "MIT" ]
null
null
null
Tests/raw-du.asm
tim-roderick/simple-cpu-simulator
334baf1934751527b7e5ffa0ad85d5e53e7215a1
[ "MIT" ]
1
2020-05-04T09:13:50.000Z
2020-05-04T09:13:50.000Z
LDC r2 2 LDC r4 3 LDC r5 3 MUL r1 r4 r5 ADD r2 r1 r1
7.714286
12
0.666667
5955df0a60d6872f2dd5dcfc838508ee50a10488
482
asm
Assembly
libsrc/target/tvc/romgfx/fill.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
null
null
null
libsrc/target/tvc/romgfx/fill.asm
dikdom/z88dk
40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0
[ "ClArtistic" ]
2
2022-03-20T22:17:35.000Z
2022-03-24T16:10:00.000Z
libsrc/target/tvc/romgfx/fill.asm
jorgegv/z88dk
127130cf11f9ff268ba53e308138b12d2b9be90a
[ "ClArtistic" ]
null
null
null
; ; Videoton TV Computer asm stub ; Sandor Vass - 2022 ; ; Fills the screen from the given x,y coordinate ; SECTION code_clib PUBLIC fill PUBLIC _fill EXTERN pen_up EXTERN pen_down EXTERN setpos INCLUDE "target/tvc/def/tvc.def" .fill ._fill call pen_up ld hl,2 add hl,sp ld ...
13.388889
48
0.582988
b73b675aa3ad8bfa130a2d642b08a80cd9bca7fa
451
asm
Assembly
programs/oeis/068/A068219.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/068/A068219.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/068/A068219.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A068219: Denominators of coefficients in log(1+x)*(1+x)^(1/3) power series. ; 3,3,9,3,15,9,21,6,27,15,33,9,39,21,45,12,51,27,57,15,63,33,69,18,75,39,81,21,87,45,93,24,99,51,105,27,111,57,117,30,123,63,129,33,135,69,141,36,147,75,153,39,159,81,165,42,171,87,177,45,183,93,189,48,195,99,201,51,207,105,213,54,219,111,225...
56.375
335
0.685144
91eb147a9f6cb7667f4a6f33fd1f005e5be666d2
1,202
asm
Assembly
programs/oeis/017/A017116.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017116.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017116.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017116: a(n) = (8*n + 4)^4. ; 256,20736,160000,614656,1679616,3748096,7311616,12960000,21381376,33362176,49787136,71639296,100000000,136048896,181063936,236421376,303595776,384160000,479785216,592240896,723394816,875213056,1049760000,1249198336,1475789056,1731891456,2019963136,2342560000,2702336256,3102044416,354453...
171.714286
1,142
0.889351
24c2ddf4c8b028ddd31964ef574c19d64bf26b25
2,910
asm
Assembly
externals/mpir-3.0.0/mpn/x86_64w/k8/rshift1.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
12
2021-09-29T14:50:06.000Z
2022-03-31T15:01:21.000Z
externals/mpir-3.0.0/mpn/x86_64w/k8/rshift1.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
15
2021-12-24T22:53:49.000Z
2021-12-25T10:03:13.000Z
LibSource/mpir/mpn/x86_64w/k8/rshift1.asm
ekzyis/CrypTool-2
1af234b4f74486fbfeb3b3c49228cc36533a8c89
[ "Apache-2.0" ]
10
2021-10-17T19:46:51.000Z
2022-03-18T02:57:57.000Z
; PROLOGUE(mpn_rshift1) ; Version 1.0.4. ; ; Copyright 2008 Jason Moxham ; ; Windows Conversion Copyright 2008 Brian Gladman ; ; This file is part of the MPIR Library. ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as publis...
25.304348
77
0.534021
f30b5b22bab1bfba6332e8af9ea2211dc4f977d3
1,577
asm
Assembly
Semester4/MicroprocessorLab/Hardware/8_FireHelp.asm
ishank-dev/College-Work
e3e6fa3155c1b3a35a58faff1d41a3bcdc788272
[ "MIT" ]
1
2020-04-13T10:52:02.000Z
2020-04-13T10:52:02.000Z
Semester4/MicroprocessorLab/Hardware/8_FireHelp.asm
ishank-dev/College-Work
e3e6fa3155c1b3a35a58faff1d41a3bcdc788272
[ "MIT" ]
null
null
null
Semester4/MicroprocessorLab/Hardware/8_FireHelp.asm
ishank-dev/College-Work
e3e6fa3155c1b3a35a58faff1d41a3bcdc788272
[ "MIT" ]
null
null
null
; 7 segment display assume cs: code, ds: data data segment pa equ 20a0h pb equ 20a1h pc equ 20a2h cr equ 20a3h fire db 71h, 9fh, 0f5h, 61h help db 0d1h, 61h, 0e3h, 31h data ends code segment start: mov ax, data mov ds, ax mov dx, cr mov al, 80h ; Regular I/O mode ou...
19.962025
65
0.480025
1b28f2963a51740a3bbaa95dd77e18fbb2d9233d
6,774
asm
Assembly
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_232.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_232.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_232.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x91b2, %rax nop nop nop inc %r13 mov $0x6162636465666768, %rcx movq %rcx, (%rax) nop nop nop dec %rbp lea addresses_WT_ht+0x11696, %rdx nop nop nop nop nop dec %r9 m...
35.28125
2,999
0.654562
8b03fa5e7ce8f1a4e9131eb6f4615fef5b408203
1,570
asm
Assembly
Library/Text/TextLine/tlUtils.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Text/TextLine/tlUtils.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Text/TextLine/tlUtils.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: tlUtils.asm AUTHOR: John Wedgwood, Dec 31, 1991 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Descr...
22.428571
79
0.510191
8259ba4848ab401ae305c19edbfc408c70a504ff
4,422
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_778.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_notsx.log_21829_778.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_notsx.log_21829_778.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r13 push %r14 push %rax push %rbp push %rdx // Store lea addresses_D+0xef99, %r10 nop nop nop nop dec %rbp movb $0x51, (%r10) nop nop nop xor %r13, %r13 // Load lea addresses_RW+0xe4a1, %r10 clflush (%...
55.974684
2,999
0.657395
06a41c6495c8fb74eb7883cd713818b5cd0a1055
1,068
asm
Assembly
programs/oeis/047/A047484.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/047/A047484.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/047/A047484.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A047484: Numbers that are congruent to {3, 5, 7} mod 8. ; 3,5,7,11,13,15,19,21,23,27,29,31,35,37,39,43,45,47,51,53,55,59,61,63,67,69,71,75,77,79,83,85,87,91,93,95,99,101,103,107,109,111,115,117,119,123,125,127,131,133,135,139,141,143,147,149,151,155,157,159,163,165,167,171,173,175,179,181,183,187,189,191,195,197,199,...
118.666667
961
0.724719
949195df087e45d2992773bf64458ebbee93d2e4
1,871
asm
Assembly
chrome_frame/exception_barrier_lowlevel.asm
nagineni/chromium-crosswalk
5725642f1c67d0f97e8613ec1c3e8107ab53fdf8
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
212
2015-01-31T11:55:58.000Z
2022-02-22T06:35:11.000Z
chrome_frame/exception_barrier_lowlevel.asm
1065672644894730302/Chromium
239dd49e906be4909e293d8991e998c9816eaa35
[ "BSD-3-Clause" ]
5
2015-03-27T14:29:23.000Z
2019-09-25T13:23:12.000Z
chrome_frame/exception_barrier_lowlevel.asm
1065672644894730302/Chromium
239dd49e906be4909e293d8991e998c9816eaa35
[ "BSD-3-Clause" ]
221
2015-01-07T06:21:24.000Z
2022-02-11T02:51:12.000Z
; Copyright (c) 2010 The Chromium Authors. All rights reserved. ; Use of this source code is governed by a BSD-style license that can be ; found in the LICENSE file. ; ; Tag the exception handler as an SEH handler in case the executable ; is linked with /SAFESEH (which is the default). ; ; MASM 8.0 inserts an additiona...
30.177419
72
0.760556
bd141a678f15e8fc659fbe0a2a0554d2bfde1a75
4,303
asm
Assembly
src/Native/Runtime/amd64/GC.asm
ZZHGit/corert
367ec5addb0a80bfbbda339d6add3ce3b99ddc75
[ "MIT" ]
null
null
null
src/Native/Runtime/amd64/GC.asm
ZZHGit/corert
367ec5addb0a80bfbbda339d6add3ce3b99ddc75
[ "MIT" ]
null
null
null
src/Native/Runtime/amd64/GC.asm
ZZHGit/corert
367ec5addb0a80bfbbda339d6add3ce3b99ddc75
[ "MIT" ]
1
2019-09-17T21:10:15.000Z
2019-09-17T21:10:15.000Z
;; ;; Copyright (c) Microsoft. All rights reserved. ;; Licensed under the MIT license. See LICENSE file in the project root for full license information. ;; include AsmMacros.inc ;; extern "C" DWORD getcpuid(DWORD arg, unsigned char result[16]); NESTED_ENTRY getcpuid, _TEXT push_nonvol_reg rbx pu...
33.356589
137
0.639786
26acb88fa9e9674116d185835005f3963058280d
1,895
asm
Assembly
interrupt/i5.asm
remy/z80-wip
561356737540803aa7ced4a36f7ca176683412a9
[ "MIT" ]
null
null
null
interrupt/i5.asm
remy/z80-wip
561356737540803aa7ced4a36f7ca176683412a9
[ "MIT" ]
null
null
null
interrupt/i5.asm
remy/z80-wip
561356737540803aa7ced4a36f7ca176683412a9
[ "MIT" ]
null
null
null
DEVICE ZXSPECTRUMNEXT CSPECTMAP "i5.map" org $8000 Start: ;break jr Attach wBorder db 0 Update: ld a,(wBorder) inc a and 7 ...
24.61039
83
0.312929
d6119e70da4f6c8210607f8fe9d27c59b1563865
46,277
asm
Assembly
dimension/cell/memory/oxygen/oxygen.asm
ekscrypto/Unununium
4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f
[ "BSD-2-Clause" ]
7
2019-03-04T08:53:33.000Z
2022-01-28T19:32:12.000Z
dimension/cell/memory/oxygen/oxygen.asm
ekscrypto/Unununium
4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f
[ "BSD-2-Clause" ]
null
null
null
dimension/cell/memory/oxygen/oxygen.asm
ekscrypto/Unununium
4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f
[ "BSD-2-Clause" ]
null
null
null
;; $Header: /cvsroot/uuu/dimension/cell/memory/oxygen/oxygen.asm,v 1.2 2002/01/17 15:13:09 instinc Exp $ ;; ;; Wave ]|[ Oxygen ;; .: by EKS :. ;; ;; Distributed under the BSD License see uuu/license for more details ;; [bits 32] section .text ;; TODO: ;; memory statistics are a little off; the ammount should be alrig...
32.092233
104
0.579424
7b9862f4609b77ce85abe005e073a00857ccd849
8,578
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_2697.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_2697.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_2697.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 %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1e1ce, %r9 nop xor $56951, %rcx mov (%r9), %r12d nop add %r12, %r12 lea addresses_A_ht+0x1065e, %rdi and $20843, %r8 movb (%rdi), %r9b nop nop nop nop nop sub $39205, %rdi lea...
30.967509
2,999
0.649685
d0893d629cff08a9af3627781af2e60e0a5d3217
1,237
asm
Assembly
Win32/Win32.CodeHopper.Queen.b/payloadq.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
Win32/Win32.CodeHopper.Queen.b/payloadq.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
Win32/Win32.CodeHopper.Queen.b/payloadq.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
;On Entry ebp Points To BlockDescriptor Payload_BlockDescryptor: Payload_StrainKey DD 0 Payload_BlockSize DD Payload_BlockTerminator - Payload_BlockDescryptor Payload_CryptionArray_ DD Payload_CryptionArray-Payload_BlockDescryptor Payload_Cryptions DD 1 Payload_ImportArray_ DD Pay...
32.552632
94
0.726758
0992f0bca0f296a61d972da2d9cfad1a0085d28d
3,596
asm
Assembly
engine/rtc/reset_password.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
engine/rtc/reset_password.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
engine/rtc/reset_password.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
_ResetClock: farcall BlankScreen ld b, SCGB_DIPLOMA call GetSGBLayout call LoadStandardFont call LoadFontsExtra ld de, MUSIC_MAIN_MENU call PlayMusic ld hl, .text_askreset call PrintText ld hl, .NoYes_MenuHeader call CopyMenuHeader call VerticalMenu ret c ld a, [wMenuCursorY] cp $1 ret z call ClockRese...
13.830769
57
0.696607
a1e35d1dd31de896c2bde0ac3f658cacfc35fbb0
7,794
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_124.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_124.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_124.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 %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x761e, %rsi lea addresses_UC_ht+0x1e5ae, %rdi clflush (%rdi) nop nop nop add $45193, %r11 mov $29, %rcx rep movsl nop nop nop nop dec %rbx lea addresses_D_ht+0xe6ba, %rbp ...
33.307692
2,999
0.658455
ae27fcd47be53c23cdeeb069eda31b3dad60ec91
6,993
asm
Assembly
advent_of_code_2021/days/day03/mips.asm
maddiethecafebabe/doodles
752a290432ce9e1dfd255e75252943a35aff6c89
[ "0BSD" ]
1
2022-02-23T20:00:26.000Z
2022-02-23T20:00:26.000Z
advent_of_code_2021/days/day03/mips.asm
maddiethecafebabe/doodles
752a290432ce9e1dfd255e75252943a35aff6c89
[ "0BSD" ]
null
null
null
advent_of_code_2021/days/day03/mips.asm
maddiethecafebabe/doodles
752a290432ce9e1dfd255e75252943a35aff6c89
[ "0BSD" ]
null
null
null
.globl main .text main: la $a0, fname la $a1, input_buf lw $a2, input_buf_len jal read_input_file move $s0, $v0 # buf move $s1, $v1 # cnt_read move $a0, $s0 jal get_binary_digits_len move $s2, $v0 # len(line) sw $s2 line_len # count(lines) addi $t0, $s2, 1 divu $s4, $s1, $t0 sw $s4, line_count ...
16.492925
80
0.618476
d8d384a9ab02ececc729062778d3b3018ceab8e8
1,626
asm
Assembly
programs/oeis/166/A166148.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/166/A166148.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/166/A166148.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A166148: a(n) = (9*n^2 + 9*n - 16)/2. ; 1,19,46,82,127,181,244,316,397,487,586,694,811,937,1072,1216,1369,1531,1702,1882,2071,2269,2476,2692,2917,3151,3394,3646,3907,4177,4456,4744,5041,5347,5662,5986,6319,6661,7012,7372,7741,8119,8506,8902,9307,9721,10144,10576,11017,11467,11926,12394,12871,13357,13852,14356,14869,1...
180.666667
1,538
0.817343
c5c10e6acf450990008709717d0c7cfb11b0ee20
586
asm
Assembly
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_alloc.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_alloc.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_alloc.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; void *heap_alloc(void *heap, size_t size) INCLUDE "clib_cfg.asm" SECTION code_clib SECTION code_alloc_malloc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $01 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC heap_alloc EXTERN asm_heap_alloc heap_alloc: pop af pop hl pop de push de push ...
13.952381
43
0.501706
ecd9ff08fbc5bfea06bf89f3b2b7f1a5af8877da
280
asm
Assembly
libsrc/stdio/msx/fgetc_cons.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
1
2018-09-04T23:07:24.000Z
2018-09-04T23:07:24.000Z
libsrc/stdio/msx/fgetc_cons.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/stdio/msx/fgetc_cons.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; ; MSX C Library ; ; getkey() Wait for keypress ; ; Stefano Bodrato - Apr. 2001 ; ; ; $Id: fgetc_cons.asm,v 1.4 2007/12/07 11:28:59 stefano Exp $ ; XLIB fgetc_cons LIB msxbios INCLUDE "#msxbios.def" .fgetc_cons ld ix,CHGET call msxbios ld l,a ld h,0 ret
12.173913
61
0.632143
797a0d08838ddb5b06c4944813dea3b7ffffd6f4
418
asm
Assembly
Tareas/Ensamblador/tasm/BIN/b.asm
TEC-2014092195/IC3101-Arquitectura_De_Computadores
9f96940bd74f8899aadf18d9668f4314d6012b52
[ "MIT" ]
null
null
null
Tareas/Ensamblador/tasm/BIN/b.asm
TEC-2014092195/IC3101-Arquitectura_De_Computadores
9f96940bd74f8899aadf18d9668f4314d6012b52
[ "MIT" ]
null
null
null
Tareas/Ensamblador/tasm/BIN/b.asm
TEC-2014092195/IC3101-Arquitectura_De_Computadores
9f96940bd74f8899aadf18d9668f4314d6012b52
[ "MIT" ]
null
null
null
include c:\tasm\suma\macro.cbc Pila Segment Dw 64 Dup(0) Pila EndS Datos Segment ha db 'hola mundo$' Datos EndS Codigo Segment inicio: Assume CS:Codigo, SS:Pila xor ax,ax mov ax, datos mov ds,ax PushAll mov ah,09h lea dx,ha int 21...
10.195122
31
0.535885
b117cce26d3242184d55000e56e2af0a453e3a5a
28
asm
Assembly
src/main/fragment/mos6502-common/vbuaa=pbuz1_derefidx_vbuyy_rol_4.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vbuaa=pbuz1_derefidx_vbuyy_rol_4.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vbuaa=pbuz1_derefidx_vbuyy_rol_4.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda ({z1}),y asl asl asl asl
5.6
12
0.642857
9f67ea5beb4374b3abad17fed53ced14ba89b88e
543
asm
Assembly
third_party/antlr_grammars_v4/asm/asmMASM/helloworld2.asm
mikhan808/rsyntaxtextarea-antlr4-extension
be6a7881e0f6e1a5e8c8e65f7ca4898a2298aa77
[ "BSD-3-Clause" ]
127
2018-09-03T16:54:24.000Z
2022-03-27T15:07:28.000Z
third_party/antlr_grammars_v4/asm/asmMASM/helloworld2.asm
mikhan808/rsyntaxtextarea-antlr4-extension
be6a7881e0f6e1a5e8c8e65f7ca4898a2298aa77
[ "BSD-3-Clause" ]
63
2018-09-03T16:18:02.000Z
2022-03-14T13:44:17.000Z
third_party/antlr_grammars_v4/asm/asmMASM/helloworld2.asm
mikhan808/rsyntaxtextarea-antlr4-extension
be6a7881e0f6e1a5e8c8e65f7ca4898a2298aa77
[ "BSD-3-Clause" ]
39
2018-09-03T16:11:27.000Z
2022-01-14T01:22:31.000Z
.model small,pascal,nearstack .386 include win.inc includelib libw.lib extern __astart:proc .data text sbyte "Hello f*** World!",0 title sbyte "Win",0 .code WinMain PROC, hInstance:HANDLE, hPrevInstance:HANDLE, lpszCmdLine:LPSTR, nCmdShow,WORD LOCAL msg:MSG invoke MessageBox, NULL, addr text, addr title, 0 i...
20.111111
89
0.725599
fa86d4cfe1e620c25af510326d0083caa8216f18
421
asm
Assembly
programs/oeis/336/A336691.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/336/A336691.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/336/A336691.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A336691: Number of distinct prime factors of 1+sigma(n). ; 1,1,1,1,1,1,1,1,2,1,1,1,2,1,1,1,1,2,2,1,2,1,1,1,1,1,1,2,1,1,2,1,1,2,1,2,2,1,2,2,1,1,2,2,1,1,1,1,2,2,1,2,2,1,1,1,1,2,1,1,2,1,3,1,2,2,2,1,1,2,1,2,2,2,1,2,1,1,1,2,2,1,2,2,1,2,1,1,2,2,1,1,2,2,1,2,2,2,1,2 seq $0,203 ; a(n) = sigma(n), the sum of the divisors of n...
70.166667
201
0.603325
2b880647b06df2d414eb2cb3b4c9e9a294ed9fd8
294
asm
Assembly
example/3.asm
fengjijiao/assembly-code
1a6791a72623ee5102e230a286328c775f5f5116
[ "MIT" ]
null
null
null
example/3.asm
fengjijiao/assembly-code
1a6791a72623ee5102e230a286328c775f5f5116
[ "MIT" ]
null
null
null
example/3.asm
fengjijiao/assembly-code
1a6791a72623ee5102e230a286328c775f5f5116
[ "MIT" ]
null
null
null
code segment use16 START: MOV AH,1 INT 21H;键入一个1位数,若键入3,则AL=33H SUB AL,30H;将ASCII转为数字,AL=3H MOV DL,AL;DL=3H MOV AH,1 INT 21H;键入另一个1位数,若键入4,则AL=34H SUB AL,30H;AL=4H ADD DL,AL;DL=7H ADD DL,30H;DL=37H MOV AH,2 INT 21H;显示在屏幕上 code ends end START
18.375
33
0.622449
0e5816b7eac1996df512d97d3e8bc3e73fabf05d
31,561
asm
Assembly
ModelRender/CLIP-LL145.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
ModelRender/CLIP-LL145.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
ModelRender/CLIP-LL145.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
;-------------------------------------------------------------------------------------------------------------------- clipDx DB 0 ; also XX12+2 clipDxHigh DB 0 ; also XX12+3 clipDxHighNonABS DB 0 ; also XX12+3 clipDy ...
78.315136
239
0.360096
0cf057fa6cfd493f49808cf244c6452c0303a70e
54
asm
Assembly
tests/rule_simple/14.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/rule_simple/14.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/rule_simple/14.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#ruledef "test" ; error: expected { halt => 0x55 }
13.5
33
0.592593
183e4a494f541c76ef9ad2659902a7f686fe8721
263
asm
Assembly
programs/oeis/137/A137325.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/137/A137325.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/137/A137325.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A137325: Number of terms in the Janet periodic table of the elements 32 columns: ordered 14 2's, 10 4's, 6 6's, 2 8's. ; 2,2,2,2,2,2,2,2,2,2,2,2,2,2,4,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,8,8 sub $0,1 pow $0,2 div $0,165 mov $1,$0 add $1,1 div $1,2 mul $1,2 add $1,2
21.916667
120
0.608365
e027bc95466ba12c2593b5b75a319431323b3995
1,075
asm
Assembly
src/kernel/cpu/descriptor.asm
cashlisa/mos
75165d1a63a6aa172001bbd9a1df441ff9c15038
[ "MIT" ]
302
2019-05-20T12:45:37.000Z
2022-03-29T07:27:43.000Z
src/kernel/cpu/descriptor.asm
huytd/mos
a9d8f925b87fcc56b94ff5933403f46a3146e1bf
[ "MIT" ]
12
2020-03-27T13:04:53.000Z
2021-12-07T12:26:29.000Z
src/kernel/cpu/descriptor.asm
huytd/mos
a9d8f925b87fcc56b94ff5933403f46a3146e1bf
[ "MIT" ]
33
2020-04-08T15:40:44.000Z
2022-03-12T03:26:07.000Z
[global gdt_flush] ; Allows the C code to call gdt_flush(). gdt_flush: mov eax, [esp+4] ; Get the pointer to the GDT, passed as a parameter. lgdt [eax] ; Load the new GDT pointer mov ax, 0x10 ; 0x10 is the offset in the GDT to our data segment mov ds, ax ; Load all data segment s...
33.59375
75
0.623256
0834913271365992de374c87125a3d01c0bdb1e0
8,973
asm
Assembly
Driver/Printer/DotMatrix/CanonRGB/canonRGBColor.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Printer/DotMatrix/CanonRGB/canonRGBColor.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Printer/DotMatrix/CanonRGB/canonRGBColor.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GlobalPC 1999. All rights reserved. GLOBALPC CONFIDENTIAL PROJECT: GlobalPC MODULE: Canon RGB Printer Driver FILE: canonRGBColor.asm AUTHOR: Joon Song, Feb 09, 1999 ROUTINES: Name Description ---- -...
25.205056
79
0.599131
0c4b9a79545a8cadeedf514c3090c8873856e702
628
asm
Assembly
pwnlib/shellcraft/templates/i386/linux/socketcall.asm
DrKeineLust/pwntools
415f11bba7096b7d68fe144f5b3432b9c12a4f0a
[ "MIT" ]
8,966
2015-01-02T11:58:14.000Z
2022-03-31T21:19:56.000Z
pwnlib/shellcraft/templates/i386/linux/socketcall.asm
DrKeineLust/pwntools
415f11bba7096b7d68fe144f5b3432b9c12a4f0a
[ "MIT" ]
1,401
2015-01-01T00:56:22.000Z
2022-03-31T16:19:53.000Z
pwnlib/shellcraft/templates/i386/linux/socketcall.asm
DrKeineLust/pwntools
415f11bba7096b7d68fe144f5b3432b9c12a4f0a
[ "MIT" ]
1,844
2015-01-07T04:38:06.000Z
2022-03-30T03:54:46.000Z
<% from pwnlib.shellcraft import common, pretty %> <% from pwnlib.shellcraft.i386 import push %> <% from pwnlib.shellcraft.i386.linux import syscall %> <% from pwnlib.constants import SYS_socketcall %> <%page args="socketcall, socket, sockaddr, sockaddr_len"/> <%docstring> Invokes a socket call (e.g. socket, send, rec...
39.25
91
0.66879
493f5a049a4c582f614e2ad56d978f207f1163cd
1,852
asm
Assembly
computer_architecture/gcd_16/gcd.asm
yisonPylkita/studies
e6c98bb0e447530a9568567cf990319fc3ba288f
[ "MIT" ]
null
null
null
computer_architecture/gcd_16/gcd.asm
yisonPylkita/studies
e6c98bb0e447530a9568567cf990319fc3ba288f
[ "MIT" ]
null
null
null
computer_architecture/gcd_16/gcd.asm
yisonPylkita/studies
e6c98bb0e447530a9568567cf990319fc3ba288f
[ "MIT" ]
null
null
null
LEFT_OPERAND_BASE equ 2000h RIGHT_OPERAND_BASE equ 3000h RESULT_BASE equ 4000h ORG 0000H LJMP START DIV16_16: CLR C MOV R4, #00H MOV R5, #00H MOV B, #00H DIV1: INC B MOV A, R2 RLC A MOV R2, A MOV A, R3 RLC A MOV R3, A JNC DIV1...
14.030303
34
0.468143
ba00d75fb16c1f0c36215c240c127997eded77ef
49
asm
Assembly
src/main/fragment/mos6502-common/vwum1_lt_vbum2_then_la1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vwum1_lt_vbum2_then_la1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vwum1_lt_vbum2_then_la1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda {m1}+1 bne !+ lda {m1} cmp {m2} bcc {la1} !:
7
10
0.510204
b827c2a5f80204fd7f81180e7718ad34123ee00d
6,798
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_17_57.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_17_57.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_17_57.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 %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x3254, %rcx nop xor $60417, %r10 movups (%rcx), %xmm4 vpextrq $0, %xmm4, %rbp nop nop add $53598, %r8 lea addresses_A_ht+0x7bd4, %rsi lea addresses_D_ht+0x15e49, %rdi sub %rbp...
20.172107
152
0.649014
0546734aba08efc6218e90b740ed1e19b48244cf
4,330
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_184_1000.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_184_1000.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_184_1000.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 %r15 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x471c, %r9 clflush (%r9) nop nop nop nop cmp %rcx, %rcx mov $0x6162636465666768, %r15 movq %r15, (%r9) nop and $35442, %r12 lea addresses_A_ht+0x1be1c, %rsi nop sub %rbp, %rbp ...
22.789474
551
0.649654
a7a8da3669314d35620ff2be75873823fbc3aae9
159
asm
Assembly
modules/rotina.asm
antuniooh/assembly-calculator
5e364c5cfdb0aa90958dc168e546c305cda1ee5a
[ "MIT" ]
2
2021-05-08T20:51:42.000Z
2021-05-08T20:52:06.000Z
modules/rotina.asm
antuniooh/assembly-calculator
5e364c5cfdb0aa90958dc168e546c305cda1ee5a
[ "MIT" ]
null
null
null
modules/rotina.asm
antuniooh/assembly-calculator
5e364c5cfdb0aa90958dc168e546c305cda1ee5a
[ "MIT" ]
2
2020-12-14T00:09:01.000Z
2021-03-25T14:07:08.000Z
ROTINA: CLR F0 SETB EA SETB EX0 SETB EX1 SETB IT0 SETB IT1 ACALL leituraTeclado CJNE R0, #01h, GO_ON ;signifca q o cara chamou o = ACALL EQUAL_CONTA
13.25
30
0.72327
c18b90bac431ec05c3ab3f944dbfff0a0ce7b462
704
asm
Assembly
exe1-lista.asm
joaoghost19/mips-exercises
9214cf6890f999c23142c1bea8430a61ce90671a
[ "MIT" ]
null
null
null
exe1-lista.asm
joaoghost19/mips-exercises
9214cf6890f999c23142c1bea8430a61ce90671a
[ "MIT" ]
null
null
null
exe1-lista.asm
joaoghost19/mips-exercises
9214cf6890f999c23142c1bea8430a61ce90671a
[ "MIT" ]
1
2019-12-05T17:03:07.000Z
2019-12-05T17:03:07.000Z
################################################# # exe1 MIPS assembly # # author: Rogério Peixoto # ################################################# .globl main # data directives .data # text assembler directive .text # $t1 = a = 1 # $t2 = b = 3 # $t3 = ...
16
51
0.355114
7125dd5b26d3d710bd666aac2ccfdf0241872531
1,068
asm
Assembly
programs/oeis/001/A001690.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/001/A001690.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/001/A001690.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A001690: Non-Fibonacci numbers. ; 4,6,7,9,10,11,12,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,1...
66.75
908
0.69382
e6790472974d5de82ec8cc4d46facb9bed9375f4
374
asm
Assembly
programs/oeis/023/A023589.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/023/A023589.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/023/A023589.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A023589: Number of distinct prime divisors of 2*p(n)+1. ; 1,1,1,2,1,1,2,2,1,1,2,2,1,2,2,1,2,2,2,2,2,2,1,1,3,2,2,2,2,1,3,1,2,2,2,2,3,2,2,1,1,2,1,2,2,3,2,2,3,2,1,1,3,1,2,2,2,2,3,1,2,1,3,2,3,2,3,2,2,2,2,1,3,2,3,2,2,3,2,3,1,2,1,2,2,1,2,3,2,2,3,2,3,1,2,2,1,2,2 seq $0,40 ; The prime numbers. mul $0,2 seq $0,1221 ; Number ...
53.428571
199
0.593583
e853040b90de73811861c35af5ecaebcf7397e9f
287
asm
Assembly
programs/oeis/159/A159964.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/159/A159964.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/159/A159964.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A159964: a(n) = 2^n*(1-n). ; 1,0,-4,-16,-48,-128,-320,-768,-1792,-4096,-9216,-20480,-45056,-98304,-212992,-458752,-983040,-2097152,-4456448,-9437184,-19922944,-41943040,-88080384,-184549376,-385875968,-805306368,-1677721600,-3489660928 mov $1,2 pow $1,$0 mov $2,1 sub $2,$0 mul $1,$2
31.888889
208
0.665505
21e11843c553819368e1527bf598d957b6bff57f
1,273
asm
Assembly
sources/compile.asm
SashaVolohov/VH-DOS
8d723bc3fa881f8f79fbbe0b2356f2f622be649d
[ "Unlicense" ]
3
2021-01-01T17:18:09.000Z
2022-01-08T08:53:55.000Z
sources/compile.asm
SashaVolohov/VH-DOS
8d723bc3fa881f8f79fbbe0b2356f2f622be649d
[ "Unlicense" ]
3
2021-02-09T09:43:44.000Z
2021-06-04T07:15:38.000Z
sources/compile.asm
SashaVolohov/VH-DOS
8d723bc3fa881f8f79fbbe0b2356f2f622be649d
[ "Unlicense" ]
null
null
null
; Операционная система VH-DOS ; © Саша Волохов, Антон Фёдоров. 2019-2021. ; Многочисленные редакции © Артём Котов. 2021. ; Данный файл служит для компиляции всей ОС. ; Он указывает, в каком формате должен быть выходной BIN файл ; Шаблон для добавления своего файла*: ; ` file "путь к файлу" ; *краткое описание...
24.960784
81
0.673998
a954f31ddc6eee79e96d4405fffb05abebae08f5
163
asm
Assembly
Assembler/tests/optimizations/branching.asm
asifmallik/SCALE-MAMBA
80db831818b55b7675dd549920b5fb096db4321f
[ "BSD-2-Clause" ]
null
null
null
Assembler/tests/optimizations/branching.asm
asifmallik/SCALE-MAMBA
80db831818b55b7675dd549920b5fb096db4321f
[ "BSD-2-Clause" ]
null
null
null
Assembler/tests/optimizations/branching.asm
asifmallik/SCALE-MAMBA
80db831818b55b7675dd549920b5fb096db4321f
[ "BSD-2-Clause" ]
null
null
null
popint r32 # 324 popint r33 # 325 ldint r37, 2 # 326 jmpeqz r37, 1 # 330 # Local_test-0-if-block-7 print_int r33 # 338 # Local_test-0-end-if-8 print_int r32 # 338
18.111111
25
0.705521
fb15b564b752a0071c1fe9f7775e44b054c4eb02
98
asm
Assembly
libsrc/stdio/ansi/ansifont_f4pack.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/stdio/ansi/ansifont_f4pack.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/stdio/ansi/ansifont_f4pack.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
SECTION rodata_clib PUBLIC ansifont_f4pack ansifont_f4pack: BINARY "stdio/ansi/F4PACK.BIN"
10.888889
31
0.795918
f3da77b3022b65a7d1b8a9eec97f27a44e3cd869
434
asm
Assembly
oeis/302/A302911.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/302/A302911.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/302/A302911.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A302911: Determinant of n X n matrix whose main diagonal consists of the first n 7-gonal numbers and all other elements are 1's. ; 1,6,102,3366,181764,14541120,1614064320,237267455040,44606281547520,10437869882119680,2974792916404108800,1014404384493801100800,407790562566508042521600,190845983281125763900108800,10286...
33.384615
214
0.788018
a11c6941df5dafd8ebd84251a89337018d5b8361
1,215
asm
Assembly
source/Cosmos.Debug.DebugStub/AsmBreak.asm
mmkhmmkh/Cosmos
417df82cf7ee4ed841f82ee4704cbd8d72fe84f7
[ "BSD-3-Clause" ]
1
2021-06-27T07:20:36.000Z
2021-06-27T07:20:36.000Z
source/Cosmos.Debug.DebugStub/AsmBreak.asm
mmkhmmkh/Cosmos
417df82cf7ee4ed841f82ee4704cbd8d72fe84f7
[ "BSD-3-Clause" ]
null
null
null
source/Cosmos.Debug.DebugStub/AsmBreak.asm
mmkhmmkh/Cosmos
417df82cf7ee4ed841f82ee4704cbd8d72fe84f7
[ "BSD-3-Clause" ]
null
null
null
; Genereated at 7/12/2014 7:03:03 PM DebugStub_AsmBreakEIP dd 0 DebugStub_AsmOrigByte dd 0 DebugStub_DoAsmBreak: Mov ESI, [DebugStub_CallerESP] Mov EAX, [DebugStub_AsmBreakEIP] Mov [ESI - 12], EAX Call DebugStub_ClearAsmBreak Call DebugStub_Break DebugStub_DoAsmBreak_Exit: Ret DebugStub_SetAsmB...
15.379747
37
0.74321
c58260496d7fefa8a46695b0426e0197e5d4071f
570
asm
Assembly
data/baseStats/alakazam.asm
etdv-thevoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
1
2022-01-09T05:28:52.000Z
2022-01-09T05:28:52.000Z
data/baseStats/alakazam.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
data/baseStats/alakazam.asm
ETDV-TheVoid/pokemon-rgb-enhanced
5b244c1cf46aab98b9c820d1b7888814eb7fa53f
[ "MIT" ]
null
null
null
db ALAKAZAM ; pokedex id db 55 ; base hp db 50 ; base attack db 45 ; base defense db 120 ; base speed db 135 ; base special db PSYCHIC ; species type 1 db PSYCHIC ; species type 2 db 50 ; catch rate db 186 ; base exp yield INCBIN "pic/gsmon/alakazam.pic",0,1 ; 77, sprite dimensions dw AlakazamPicFront dw AlakazamPicBac...
19.655172
59
0.738596
728c8685257b950dbc4c18ad8d1664b8d97d10c0
298
asm
Assembly
data/wild/maps/Route3.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/wild/maps/Route3.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/wild/maps/Route3.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
Route3WildMons: def_grass_wildmons 20 ; encounter rate db 7, PIDGEY db 7, ZUBAT db 8, SPEAROW db 7, SPEAROW db 9, PIDGEY db 8, PINSIR db 9, SCYTHER db 8, SCYTHER db 8, JIGGLYPUFF db 10, JIGGLYPUFF end_grass_wildmons def_water_wildmons 0 ; encounter rate end_water_wildmons
17.529412
39
0.728188
e7daa9aa56d46402e0b27b1d9b87bd1cebc6a1ae
452
asm
Assembly
programs/oeis/003/A003259.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/003/A003259.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/003/A003259.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A003259: Complement of A003258. ; 1,4,6,9,11,14,17,19,22,25,27,30,32,35,38,40,43,45,48,51,53,56,59,61,64,66,69,72,74,77,79,82,85,87,90,93,95,98,100,103,106,108,111,114,116,119,121,124,127,129,132,134,137,140,142,145,148,150,153,155 mov $5,$0 mov $8,$0 add $0,3 mov $1,$0 mov $2,$0 pow $5,2 mov $6,2 lpb $2 mov $7,2 ...
17.384615
199
0.59292
adb6f14d880547f40aebb7098b07c18948def44b
6,155
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_531.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_531.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_531.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 %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1cfd1, %rsi lea addresses_normal_ht+0xabf5, %rdi clflush (%rsi) nop nop nop sub %r11, %r11 mov $89, %rcx rep movsb dec %r9 lea addresses_WT_ht+0x1004b, %rdx clflush (%rdx) nop nop ...
35.994152
2,999
0.653615
aeee8dd3c93a0b14e523be061edf9e06a57f8fbc
636
asm
Assembly
oeis/229/A229975.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/229/A229975.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/229/A229975.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A229975: The base 8 expansion of the number of trailing zeros of the base 8 expansion of (8^n)!. ; Submitted by Jamie Morken(m3) ; 2,25,252,2525,25252,252525,2525252,25252525,252525252,2525252525,25252525252,252525252525,2525252525252,25252525252525,252525252525252,2525252525252525,25252525252525252,25252525252525252...
19.272727
231
0.727987
1219140c7ceffa11286b1f3621edfdcf2bb0bafe
5,192
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1452.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_0xa0_notsx.log_21829_1452.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_0xa0_notsx.log_21829_1452.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 %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x165c0, %r13 add %r12, %r12 mov $0x6162636465666768, %rbp movq %rbp, (%r13) nop nop nop add %r13, %r13 lea addresses_WC_ht+0x13a94, %rsi lea addresses_A_ht+0x10d3f, %rdi nop nop lfence m...
46.774775
2,999
0.66198
378fda68aa2fede2076186deae632af03d250617
1,849
asm
Assembly
source/tokenise/tok_check_call.asm
paulscottrobson/rpl-65
73f85a6b0f230fa03a41e1a9416c2511cf67f0c0
[ "MIT" ]
1
2019-11-20T09:18:22.000Z
2019-11-20T09:18:22.000Z
source/tokenise/tok_check_call.asm
paulscottrobson/rpl-65
73f85a6b0f230fa03a41e1a9416c2511cf67f0c0
[ "MIT" ]
null
null
null
source/tokenise/tok_check_call.asm
paulscottrobson/rpl-65
73f85a6b0f230fa03a41e1a9416c2511cf67f0c0
[ "MIT" ]
null
null
null
; ****************************************************************************** ; ****************************************************************************** ; ; Name : tok_check_call.asm ; Purpose : Check to see if a tokenised identifier is a call. ; Author : Paul Robson (paul@robsons.org.uk) ; Created : ...
25.328767
80
0.469984
ee524a67a48367a2b57ba971742368885170926e
8,830
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_6145_2008.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_6145_2008.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_6145_2008.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 %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x131f0, %rbp nop nop and %rdi, %rdi mov (%rbp), %edx nop nop nop nop cmp $25100, %r8 lea addresses_normal_ht+0x18f56, %rax clflush (%rax) sub $25343, %r11 and $0xffff...
30.448276
2,999
0.655493
be1b1cfd01ec0b5b079dbb6de01a55eb85ff87e0
5,597
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_210.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_210.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_210.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x24b, %r14 nop inc %rcx vmovups (%r14), %ymm2 vextracti128 $1, %ymm2, %xmm2 vpextrq $1, %xmm2, %rbp nop nop nop xor %r14, %r14 lea addresses_WT_ht+0x1dd89, %rsi lea addresses_D_ht+0x13fe9, %rdi ...
39.695035
2,999
0.656423
a93d0c143622b08cc00fffa45dd29636491fab36
7,653
asm
Assembly
initsramtable.asm
mmxbass/z3randomizer
04906b5f872e0afb46bf7c98161da50f82235a08
[ "MIT" ]
20
2017-05-17T23:00:36.000Z
2018-11-29T20:07:06.000Z
initsramtable.asm
mmxbass/z3randomizer
04906b5f872e0afb46bf7c98161da50f82235a08
[ "MIT" ]
13
2017-07-19T19:16:53.000Z
2018-04-23T19:52:15.000Z
initsramtable.asm
mmxbass/z3randomizer
04906b5f872e0afb46bf7c98161da50f82235a08
[ "MIT" ]
17
2017-05-22T19:58:01.000Z
2018-11-22T03:35:57.000Z
;================================================================================ ; Initial SRAM table. ;-------------------------------------------------------------------------------- ; The ROM copies blocks of bytes from here on save file init. This table has an ; identical layout to the first $500 bytes of SRAM, al...
43.731429
101
0.6046
9b7aae8b0549734ce1ff0edb11743a3b66337cbe
1,854
asm
Assembly
UIforETW/SpinALot64.asm
eugenesvk/UIforETW
04c7ba72f6f638230e7d992848c3413e41cbf826
[ "Apache-2.0" ]
1,260
2015-04-14T14:50:13.000Z
2022-03-31T14:51:48.000Z
UIforETW/SpinALot64.asm
eugenesvk/UIforETW
04c7ba72f6f638230e7d992848c3413e41cbf826
[ "Apache-2.0" ]
142
2015-04-14T18:08:08.000Z
2022-03-25T17:34:17.000Z
UIforETW/SpinALot64.asm
eugenesvk/UIforETW
04c7ba72f6f638230e7d992848c3413e41cbf826
[ "Apache-2.0" ]
176
2015-04-14T17:04:59.000Z
2022-03-21T07:09:55.000Z
; Copyright 2015 Google Inc. All Rights Reserved. ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable ...
19.113402
75
0.638619
8cf8194821a8bf13f87122729ee6b237be4bfc84
222
asm
Assembly
programs/oeis/116/A116562.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/116/A116562.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/116/A116562.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A116562: Duplicate of A045925. ; 0,1,2,6,12,25,48,91,168,306,550,979,1728,3029,5278,9150,15792,27149,46512,79439,135300,229866,389642,659111,1112832 mov $2,$0 lpb $0,1 sub $0,1 add $2,$3 mov $3,$1 mov $1,$2 lpe
20.181818
117
0.671171
97573e97ed791f6c3fc60cd78cd7e5eb3c65b428
266
asm
Assembly
programs/oeis/036/A036408.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/036/A036408.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/036/A036408.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A036408: a(n) = ceiling(n^2/10). ; 0,1,1,1,2,3,4,5,7,9,10,13,15,17,20,23,26,29,33,37,40,45,49,53,58,63,68,73,79,85,90,97,103,109,116,123,130,137,145,153,160,169,177,185,194,203,212,221,231,241,250,261,271,281,292,303,314,325 pow $0,2 add $0,9 div $0,10 mov $1,$0
33.25
191
0.650376
56217cb29e58d017eeb2b9901ec19d0b63036ce0
624
asm
Assembly
oeis/167/A167936.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/167/A167936.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/167/A167936.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A167936: 2^n - A108411(n). ; Submitted by Jamie Morken(s2) ; 0,1,1,5,7,23,37,101,175,431,781,1805,3367,7463,14197,30581,58975,124511,242461,504605,989527,2038103,4017157,8211461,16245775,33022991,65514541,132623405,263652487,532087943,1059392917,2133134741,4251920575,8546887871,17050729021,34230598205,68332056247,137...
52
494
0.826923
c0cdd8da1ef7e6433c5d42c8effe56b82e08eda4
641
asm
Assembly
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fdiv_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fdiv_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fdiv_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; float __fdiv_callee (float left, float right) SECTION code_clib SECTION code_fp_am9511 PUBLIC cam32_sccz80_fdiv_callee EXTERN asm_am9511_fdiv_callee ; divide sccz80 float by sccz80 float ; ; enter : stack = sccz80_float left, ret ; DEHL = sccz80_float right ; ; exit : DEHL = sc...
26.708333
66
0.597504
9e89da734572ca79403b6302213c2d69f54b09c9
428
asm
Assembly
oeis/347/A347840.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/347/A347840.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/347/A347840.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A347840: A surjective map of the positive numbers congruent to 5 modulo 8 (A004770) to the positive numbers congruent to 1, 3, or 7 modulo 8 (A047529). ; Submitted by Christian Krause ; 1,3,1,7,9,11,3,15,17,19,1,23,25,27,7,31,33,35,9,39,41,43,11,47,49,51,3,55,57,59,15,63,65,67,17,71,73,75,19,79,81,83,1,87,89,91,23,95...
35.666667
180
0.684579
eb4c3c81c15fbf87fd40f2fe4a07ab04eb11b925
439
asm
Assembly
programs/oeis/064/A064161.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/064/A064161.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/064/A064161.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A064161: Least abundant number divisible by the n-th prime number. ; 12,12,20,42,66,78,102,114,138,174,186,222,246,258,282,318,354,366,402,426,438,474,498,534,582,606,618,642,654,678,762,786,822,834,894,906,942,978,1002,1038,1074,1086,1146,1158,1182,1194,1266,1338,1362,1374 seq $0,40976 ; a(n) = prime(n) - 2. mov $2...
24.388889
207
0.669704
5424a662b8755bdc1004f0c09af9fdc1e0b48247
236
asm
Assembly
main.asm
Mourtz/Space-Invaders
75c0bcfe2ea49b7a04b48001e54a4e860f80f212
[ "MIT" ]
null
null
null
main.asm
Mourtz/Space-Invaders
75c0bcfe2ea49b7a04b48001e54a4e860f80f212
[ "MIT" ]
null
null
null
main.asm
Mourtz/Space-Invaders
75c0bcfe2ea49b7a04b48001e54a4e860f80f212
[ "MIT" ]
null
null
null
; @param message to print (string) ; @param the length of the message (number) global print print: ;; 1 arg mov r10, rdi ;; 2 arg mov r11, rsi ;; call write syscall mov rax, 1 mov rdi, 1 mov rsi, r10 mov rdx, r11 syscall ret
14.75
43
0.665254
cc8c312a57b8ebc183fb13e522924087f468bf6c
281
asm
Assembly
programs/oeis/099/A099893.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/099/A099893.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/099/A099893.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A099893: XOR BINOMIAL transform of A006068 (inverse Gray code). ; 0,1,3,0,7,0,0,0,15,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127 mul $0,2 mov $1,2 pow $1,$0 gcd $1,$0 cmp $0,$1 pow $1,$0 mov $0,$1 sub $0,1
23.416667
136
0.572954
4d90b952628eaf3c900be60800b9b208eb080509
858
asm
Assembly
Examples/ch08/ModSum/Sum_main.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch08/ModSum/Sum_main.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
Examples/ch08/ModSum/Sum_main.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
TITLE Integer Summation Program (Sum_main.asm) ; Multimodule example: (main module) ; This program inputs multiple integers from the user, ; stores them in an array, calculates the sum of the ; array, and displays the sum. ; Last update: 8/29/01 INCLUDE sum.inc ; modify Count to change the size of the ...
20.428571
55
0.672494
f4b632d4b6fc24a2dce33dec8e2e3e335823aabc
280
asm
Assembly
oeis/145/A145924.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/145/A145924.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/145/A145924.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A145924: Last digit of A145923(n). ; Submitted by Christian Krause ; 9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3,9,3,5,5,3 pow $0,10 mul $0,4 add $0,9 mod $0,10
31.111111
171
0.567857
71e677c666af92394a91081971e4aa68c447dc29
876
asm
Assembly
programs/oeis/194/A194964.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/194/A194964.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/194/A194964.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A194964: a(n) = 1 + floor(n/sqrt(5)). ; 1,1,2,2,3,3,4,4,5,5,5,6,6,7,7,8,8,9,9,9,10,10,11,11,12,12,13,13,13,14,14,15,15,16,16,17,17,17,18,18,19,19,20,20,21,21,22,22,22,23,23,24,24,25,25,26,26,26,27,27,28,28,29,29,30,30,30,31,31,32,32,33,33,34,34,34,35,35,36,36,37,37,38,38,39,39,39,40,40,41,41,42,42,43,43,43,44,44,45,4...
73
760
0.650685
2e8d98f2cb7efc715c6a35f8a3bdc43a4f21bc59
304
asm
Assembly
libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_memset_vram.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_memset_vram.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_memset_vram.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void *sms_memset_vram(void *dst, unsigned char c, unsigned int n) SECTION code_clib SECTION code_arch PUBLIC sms_memset_vram EXTERN asm_sms_memset_vram sms_memset_vram: pop af pop bc pop hl pop de push de push hl push bc push af ld a,l jp asm_sms_memset_vram
12.666667
67
0.700658
8b17b21a18f17a7c6e1b969e96220fbcaf78a740
652
asm
Assembly
oeis/041/A041010.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/041/A041010.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/041/A041010.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A041010: Numerators of continued fraction convergents to sqrt(8). ; 2,3,14,17,82,99,478,577,2786,3363,16238,19601,94642,114243,551614,665857,3215042,3880899,18738638,22619537,109216786,131836323,636562078,768398401,3710155682,4478554083,21624372014,26102926097,126036076402,152139002499,734592086398,886731088897,42815...
72.444444
496
0.842025
dd0a007715e7fb7c87a4a3c2aa4bf13a521c0b58
116
asm
Assembly
CPU/cpu_test/test_storage/test3_md_0.asm
SilenceX12138/MIPS-Microsystems
d389b706b0930151a710b544db436c2883af958b
[ "MIT" ]
55
2021-09-06T12:12:47.000Z
2022-01-15T04:30:53.000Z
CPU/cpu_test/test_storage/test3_md_0.asm
SilenceX12138/MIPS-Microsystems
d389b706b0930151a710b544db436c2883af958b
[ "MIT" ]
null
null
null
CPU/cpu_test/test_storage/test3_md_0.asm
SilenceX12138/MIPS-Microsystems
d389b706b0930151a710b544db436c2883af958b
[ "MIT" ]
null
null
null
ori $1,$0,0x9283 lui $2,0xffff ori $2,$2,0xfffa mult $1,$2 mfhi $4 mflo $5 div $1,$2 mfhi $7 mflo $8 mtlo $7 mflo $9
10.545455
16
0.62931
27c816c44b18237b0b73f9e199d1af37fbf8eb2a
4,578
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1365.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_1365.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_1365.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 %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x9266, %r10 xor $50845, %r8 mov (%r10), %ebp nop nop nop nop nop xor $25931, %r12 lea addresses_normal_ht+0x1b946, %rsi lea addresses_UC_ht+0x1acc6, %rdi nop nop nop nop nop xo...
50.866667
2,999
0.66055
345adcaba259270dcd7f00f55c87581b1c4dbe8b
676
asm
Assembly
oeis/024/A024629.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/024/A024629.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/024/A024629.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A024629: n written in fractional base 3/2. ; Submitted by Jon Maiga ; 0,1,2,20,21,22,210,211,212,2100,2101,2102,2120,2121,2122,21010,21011,21012,21200,21201,21202,21220,21221,21222,210110,210111,210112,212000,212001,212002,212020,212021,212022,212210,212211,212212,2101100,2101101,2101102,2101120,2101121,2101122,21200...
42.25
493
0.778107
0f16ffd02b45345572f19560a15462d15e74dd23
1,814
asm
Assembly
programs/oeis/002/A002664.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/002/A002664.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/002/A002664.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A002664: a(n) = 2^n - C(n,0)- ... - C(n,4). ; 0,0,0,0,0,1,7,29,93,256,638,1486,3302,7099,14913,30827,63019,127858,258096,519252,1042380,2089605,4185195,8377705,16764265,33539156,67090962,134196874,268411298,536843071,1073709893,2147447191,4294925847,8589887654,17179816228,34359678832,68719410024,137438878953,27487782...
151.166667
1,635
0.885888
f53b4b38d51d9f6f32b7d4cf131136e52754e69c
3,327
asm
Assembly
programs/oeis/242/A242850.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/242/A242850.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/242/A242850.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A242850: 32*n^5 - 32*n^3 + 6*n. ; 0,6,780,6930,30744,96030,241956,526890,1032240,1866294,3168060,5111106,7907400,11811150,17122644,24192090,33423456,45278310,60279660,79015794,102144120,130395006,164575620,205573770,254361744,312000150,379641756,458535330,550029480,655576494,776736180,915179706,1072693440,1251182790,...
255.923077
3,204
0.906222
a8218e3c2bd9d45cb292da9beb0423536a0d0195
971
asm
Assembly
oeis/219/A219810.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/219/A219810.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/219/A219810.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A219810: Number of n X 2 arrays of the minimum value of corresponding elements and their horizontal, vertical or diagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..2 n X 2 array. ; 3,6,16,33,61,106,176,281,433,646,936,1321,1821,2458,3256,4241,5441,6886,8...
34.678571
494
0.751802
dd0c08c06d5d69db489c5f382a602e2ef5c5825a
347
asm
Assembly
AVR/absolute_value.asm
StxGuy/EmbeddedSystems
6d9bc8b295724d361ea1d82e701e6530f74e2300
[ "MIT" ]
null
null
null
AVR/absolute_value.asm
StxGuy/EmbeddedSystems
6d9bc8b295724d361ea1d82e701e6530f74e2300
[ "MIT" ]
null
null
null
AVR/absolute_value.asm
StxGuy/EmbeddedSystems
6d9bc8b295724d361ea1d82e701e6530f74e2300
[ "MIT" ]
null
null
null
.device ATmega328 .org 0x00 ; Program starts at 0x00 rjmp INICIO ; Valor absoluto INICIO: nop ldi R16,0xAE ; ls nibble 1 sbrc R16,7 rjmp COMPL FIM: jmp FIM COMPL: com R16 ; or substitute both inc R16 ; for neg R16 rjmp...
16.52381
52
0.481268
2e881d2f32552bd902fb1406df14784086852be3
459
asm
Assembly
oeis/323/A323812.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/323/A323812.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/323/A323812.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A323812: a(n) = n*Fibonacci(n-2) + ((-1)^n + 1)/2. ; Submitted by Jon Maiga ; 1,3,5,10,19,35,65,117,211,374,661,1157,2017,3495,6033,10370,17767,30343,51681,87801,148831,251758,425065,716425,1205569,2025675,3399005,5696122,9534331,15941099,26625281,44426877,74062507,123360230,205303933,341416205,567353377,942154863,15...
24.157895
250
0.69281
072a18952435f3869372abc49c16220ff4f3a5bd
169
asm
Assembly
src/i686-elf/idt_asm.asm
Leo2807/yasOS
9b17b93dbac865a87b1fc064550ebb4a5ef55b39
[ "MIT" ]
null
null
null
src/i686-elf/idt_asm.asm
Leo2807/yasOS
9b17b93dbac865a87b1fc064550ebb4a5ef55b39
[ "MIT" ]
null
null
null
src/i686-elf/idt_asm.asm
Leo2807/yasOS
9b17b93dbac865a87b1fc064550ebb4a5ef55b39
[ "MIT" ]
null
null
null
; Loads the IDT defined in 'idtp' into the processor. ; This is declared in C as 'extern void idt_load();' global idt_load extern idtp idt_load: lidt [idtp] ret
21.125
53
0.710059
aec926e14e7b116ec88b94f5c75038988191e08d
8,996
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_619.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_619.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_619.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 %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x15e88, %r12 nop nop nop dec %rbp mov (%r12), %r9d nop nop nop nop add $20020, %rsi lea addresses_WT_ht+0xd7c0, %rcx clflush (%rcx) nop nop sub $38047, %rdx movl $0x61626364, ...
30.289562
2,999
0.65229
0d87cb4ef094047abadb7a3594fe5efaf934f78b
2,054
asm
Assembly
src/PJ/drivekit/vram/vramputh.asm
AnimatorPro/Animator-Pro
6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb
[ "BSD-3-Clause" ]
119
2015-01-10T15:13:50.000Z
2022-01-24T04:54:34.000Z
src/PJ/drivekit/vram/vramputh.asm
AnimatorPro/Animator-Pro
6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb
[ "BSD-3-Clause" ]
6
2015-10-22T20:14:59.000Z
2021-07-10T03:25:21.000Z
src/PJ/drivekit/vram/vramputh.asm
AnimatorPro/Animator-Pro
6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb
[ "BSD-3-Clause" ]
27
2015-04-24T22:55:30.000Z
2022-01-21T13:54:00.000Z
include vram.i _text segment para public use32 'code' assume cs:CGROUP,ds:DGROUP public _vram_put_hseg _vram_put_hseg proc near vphp struc vph_ebp dd ? vph_ret dd ? vph_v dd ? vph_pixbuf dd ? vph_x dd ? vph_y dd ? vph_width dd ? vphp ends push ebp mov ebp,esp push esi push edi pus...
19.196262
68
0.680623
ea5dd369a028b36ced070da0af8bb3b5d1a54f38
2,762
asm
Assembly
main/ipx_esr.asm
osgcc/descent-pc
819ed672e9fde6eddea634154306c5154230b84d
[ "Unlicense" ]
3
2016-03-22T12:32:01.000Z
2017-11-07T12:14:28.000Z
main/ipx_esr.asm
osgcc/descent-pc
819ed672e9fde6eddea634154306c5154230b84d
[ "Unlicense" ]
null
null
null
main/ipx_esr.asm
osgcc/descent-pc
819ed672e9fde6eddea634154306c5154230b84d
[ "Unlicense" ]
1
2021-03-30T07:34:36.000Z
2021-03-30T07:34:36.000Z
;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, DISPLAYI...
20.160584
77
0.620565
d8e330af48d22f34d6f93a3801f86eb9986d33e9
3,078
asm
Assembly
src/screen00.asm
BlockoS/up-18
e46af2ff4d96025def8d39b3a1e4b39756f2c195
[ "BSD-2-Clause" ]
3
2020-11-27T20:10:54.000Z
2020-11-29T21:49:32.000Z
src/screen00.asm
BlockoS/up-18
e46af2ff4d96025def8d39b3a1e4b39756f2c195
[ "BSD-2-Clause" ]
null
null
null
src/screen00.asm
BlockoS/up-18
e46af2ff4d96025def8d39b3a1e4b39756f2c195
[ "BSD-2-Clause" ]
null
null
null
SCR00_VDC_CONFIG = (VDC_CR_BG_ENABLE | VDC_CR_SPR_ENABLE | VDC_CR_VBLANK_ENABLE) SATB_VRAM_ADDR = $7000 SPRITE_VRAM_ADDR = $2000 MAIN_LINE_VRAM_ADDR = SPRITE_VRAM_ADDR + 32*16*2 MAIN_LINE_WIDTH = 10 MAIN_LINE_HEIGHT = 4 MAIN_LINE_X0=$0fec MAIN_LINE_X1=$00d5 MAIN_LINE_Y0=$0108 MAIN_LINE_Y1=$001f .zp _dt .ds 1 _v ...
17.689655
80
0.587719
662e4cd42753e1280410434e83ef500cf4451c1d
436
asm
Assembly
programs/oeis/017/A017293.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017293.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017293.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017293: a(n) = 10n+2. ; 2,12,22,32,42,52,62,72,82,92,102,112,122,132,142,152,162,172,182,192,202,212,222,232,242,252,262,272,282,292,302,312,322,332,342,352,362,372,382,392,402,412,422,432,442,452,462,472,482,492,502,512,522,532,542,552,562,572,582,592,602,612,622,632,642,652,662,672,682,692,702,712,722,732,742,752,...
72.666667
390
0.71789
8377e205b8abe59627aa7b52bdf215794fc35f55
765
asm
Assembly
programs/oeis/246/A246140.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/246/A246140.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/246/A246140.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A246140: Limiting block extension of A006337 (difference sequence of the Beatty sequence for sqrt(2)) with first term as initial block. ; 1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1...
85
501
0.581699
2793690648340f18eb6178ce0861f56f5264c13e
522
asm
Assembly
oeis/196/A196361.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/196/A196361.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/196/A196361.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A196361: Decimal expansion of the absolute minimum of cos(t) + cos(2t) + cos(3t). ; Submitted by Jon Maiga ; 1,3,1,5,5,6,5,1,5,4,7,2,0,4,4,9,4,1,2,3,5,2,2,7,0,7,5,0,9,4,3,5,1,1,9,6,2,2,2,1,1,7,8,3,0,6,7,2,5,0,7,9,6,7,6,3,9,1,7,9,0,4,1,5,3,4,8,4,2,5,2,5,0,4,6,7,1,1,0,5,7,0,1,6,0,1,0,1,8,5,9,4,5,6,3,6,3,1,5 mov $2,1 m...
20.076923
199
0.54023
ea84090c8d755cba92b17a7fac2218da21cf4eb8
171
asm
Assembly
data/maps/headers/Route5.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
1
2022-02-15T00:19:44.000Z
2022-02-15T00:19:44.000Z
data/maps/headers/Route5.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
data/maps/headers/Route5.asm
opiter09/ASM-Machina
75d8e457b3e82cc7a99b8e70ada643ab02863ada
[ "CC0-1.0" ]
null
null
null
map_header Route5, ROUTE_5, OVERWORLD, NORTH | SOUTH connection north, CeruleanCity, CERULEAN_CITY, -5 connection south, SaffronCity, SAFFRON_CITY, -5 end_map_header
28.5
53
0.795322
04c3da1cb24b8bec654ccfc7b7e5727b2d12e0ac
3,454
asm
Assembly
Library/Trans/Graphics/Vector/EPS/Export/exportComments.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Trans/Graphics/Vector/EPS/Export/exportComments.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Trans/Graphics/Vector/EPS/Export/exportComments.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: PostScript Translation Library FILE: exportComments.asm AUTHOR: Jim DeFrisco, 14 Feb 1991 REVISION HISTORY: Name Date Description ...
29.02521
79
0.532716
50d6befc1d74e2299e74463d5e23f7ae87b470cd
412
asm
Assembly
programs/oeis/168/A168276.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/168/A168276.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/168/A168276.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A168276: a(n) = 2*n - (-1)^n - 1. ; 2,2,6,6,10,10,14,14,18,18,22,22,26,26,30,30,34,34,38,38,42,42,46,46,50,50,54,54,58,58,62,62,66,66,70,70,74,74,78,78,82,82,86,86,90,90,94,94,98,98,102,102,106,106,110,110,114,114,118,118,122,122,126,126,130,130,134,134,138,138,142,142,146,146,150,150,154,154,158,158,162,162,166,166,...
58.857143
347
0.667476
98e086c37968ff5ed0434dd788d36fb128d0a437
5,991
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_1632.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_1632.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_1632.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 %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xeba3, %r15 nop nop nop and $21610, %r8 movl $0x61626364, (%r15) nop nop xor $10569, %rdx lea addresses_D_ht+0x1b877, %rsi lea addresses_WC_ht+0x1d2a3, %rdi dec %r12 mov $75, %rcx rep mo...
39.414474
2,999
0.652145
9fc66b007a0ae76909244ab7b019e12774c026ec
555
asm
Assembly
libsrc/cpc/cpc_SetInkGphStr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/cpc/cpc_SetInkGphStr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/cpc/cpc_SetInkGphStr.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; ; Amstrad CPC library ; (CALLER linkage for function pointers) ; ; void __LIB__ cpc_SetInkGphStr(char *color, char *valor); ; ; $Id: cpc_SetInkGphStr.asm $ ; SECTION code_clib PUBLIC cpc_SetInkGphStr PUBLIC _cpc_SetInkGphStr EXTERN cpc_SetInkGphStr_...
21.346154
69
0.661261
6b7bc7d2320eafc96f24615ab31729889770700c
459
asm
Assembly
oeis/132/A132818.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/132/A132818.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/132/A132818.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A132818: The matrix product A127773 * A001263 of infinite lower triangular matrices. ; Submitted by Christian Krause ; 1,3,3,6,18,6,10,60,60,10,15,150,300,150,15,21,315,1050,1050,315,21,28,588,2940,4900,2940,588,28,36,1008,7056,17640,17640,7056,1008,36,45,1620,15120,52920,79380,52920,15120,1620,45,55,2475,29700,13860...
24.157895
209
0.699346
7884c93e69ee5f193f4c7b1ebb354b8380fb1a1a
793
asm
Assembly
8051/21-26Proteous/24Steppermotor/stepmoantic.asm
iamvk1437k/mpmc
3640b29f29b3ffa78747b13b2ca8ac77c49695eb
[ "MIT" ]
1
2022-01-01T11:27:43.000Z
2022-01-01T11:27:43.000Z
8051/21-26Proteous/24Steppermotor/stepmoantic.asm
iamvk1437k/mpmc
3640b29f29b3ffa78747b13b2ca8ac77c49695eb
[ "MIT" ]
null
null
null
8051/21-26Proteous/24Steppermotor/stepmoantic.asm
iamvk1437k/mpmc
3640b29f29b3ffa78747b13b2ca8ac77c49695eb
[ "MIT" ]
null
null
null
ORG 00H MAIN: MOV A,#09H ;Move ‘09’ to register A MOV P2,A ;Content of A register is moved to port 2 ACALL DELAY ;Call delay routine MOV A,#03H ;Move ‘03’ to register A MOV P2,A ;Content of register A is moved to port 2 ACALL DELAY ;Call de...
31.72
65
0.576293
4c4cd3e95b1d76dbb5fd988481f9a01fc03ea2e9
1,141
asm
Assembly
programs/oeis/266/A266542.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/266/A266542.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/266/A266542.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A266542: Number of n X 3 binary arrays with rows and columns lexicographically nondecreasing and row and column sums nonincreasing. ; 2,3,5,6,8,11,13,16,20,23,27,32,36,41,47,52,58,65,71,78,86,93,101,110,118,127,137,146,156,167,177,188,200,211,223,236,248,261,275,288,302,317,331,346,362,377,393,410,426,443,461,478,496...
114.1
949
0.770377
7f1e81edadcf6a4a7dfe76fe71243345cc2fc850
7,282
asm
Assembly
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPAE16.asm
Nurzamal/rest_api_docker
a9cc01dfc235467d490d9663755b33ef6990bdd8
[ "MIT" ]
null
null
null
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPAE16.asm
Nurzamal/rest_api_docker
a9cc01dfc235467d490d9663755b33ef6990bdd8
[ "MIT" ]
null
null
null
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPAE16.asm
Nurzamal/rest_api_docker
a9cc01dfc235467d490d9663755b33ef6990bdd8
[ "MIT" ]
null
null
null
; $Id: bs3-mode-SwitchToPAE16.asm 69111 2017-10-17 14:26:02Z vboxsync $ ;; @file ; BS3Kit - Bs3SwitchToPAE16 ; ; ; Copyright (C) 2007-2017 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; ; you can redistribute ...
31.119658
130
0.586103
f60ff1ad47b81f27fa1ddda2f529e17f9ac66e50
17,396
asm
Assembly
nexload/nexload-jim.asm
Threetwosevensixseven/NexCreator
89b4be61a2e6300342679d8491e9e253ef3aa6e6
[ "MIT" ]
7
2019-12-19T09:01:22.000Z
2021-11-15T21:49:48.000Z
nexload/nexload-jim.asm
Threetwosevensixseven/NexCreator
89b4be61a2e6300342679d8491e9e253ef3aa6e6
[ "MIT" ]
null
null
null
nexload/nexload-jim.asm
Threetwosevensixseven/NexCreator
89b4be61a2e6300342679d8491e9e253ef3aa6e6
[ "MIT" ]
1
2021-04-27T01:51:39.000Z
2021-04-27T01:51:39.000Z
;------------------------------- ; .nexload ; © Jim Bagley 2018 ;------------------------------- device zxspectrum48 ;------------------------------- ; DEFINE testing ; DEFINE testing8000 ; define this to test just loading images ; offset ;size HEADER_NEXT = 0 ;4 HEADER_VERSION = 4 ;4 HEADER_RAMREQ ...
30.898757
149
0.687054
b0e42eefcb03fad2ce2a119c946fd39c6cac6374
433
asm
Assembly
programs/oeis/163/A163491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/163/A163491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/163/A163491.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A163491: A fractal sequence (if we delete the first occurrence of n we get the sequence itself). ; 1,1,1,2,1,2,3,1,2,4,3,1,5,2,4,6,3,1,7,5,2,8,4,6,9,3,1,10,7,5,11,2,8,12,4,6,13,9,3,14,1,10,15,7,5,16,11,2,17,8,12,18,4,6,19,13,9,20,3,14,21,1,10,22,15,7,23,5,16,24,11,2,25,17,8,26,12,18,27,4,6,28,19,13,29,9,20,30,3,14,31...
33.307692
246
0.60739
66206f58558ebbbaa90f62d19f0388636eab7c79
7,608
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_871.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_871.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_871.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x6f56, %rsi lea addresses_WC_ht+0x39c8, %rdi nop and %rax, %rax mov $80, %rcx rep movsq nop dec %r9 lea addresses_WT_ht+0x133ad, %rsi nop nop nop sub %r10, %r10 movl $0x61626364...
34.425339
2,999
0.659043