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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
77ed589a1405c186dc5be799030d20c71742eea4 | 704 | asm | Assembly | oeis/113/A113488.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/113/A113488.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/113/A113488.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A113488: Numbers k such that 19*k + 2 is prime.
; Submitted by Christian Krause
; 0,3,5,9,11,21,23,39,45,51,53,59,65,75,83,89,105,111,123,125,143,149,153,159,161,165,171,185,189,191,201,213,221,231,245,249,263,269,273,275,279,285,291,293,299,315,321,333,335,341,353,359,363,369,375,389,395,399,401,419,423,431,443,453,... | 32 | 381 | 0.673295 |
a9c4824f80a89b2c8bee0f57de696e9236e25616 | 3,524 | asm | Assembly | programs/oeis/076/A076459.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/076/A076459.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/076/A076459.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A076459: Sum of numbers that can be written as t*n + u*(n+1) for nonnegative integers t,u in exactly n ways.
; 1,57,390,1510,4335,10311,21532,40860,72045,119845,190146,290082,428155,614355,860280,1179256,1586457,2099025,2736190,3519390,4472391,5621407,6995220,8625300,10545925,12794301,15410682,18438490,21924435,25918... | 53.393939 | 2,834 | 0.839103 |
2ee884bb8bdbbeb10442b9d8d9b7db78cf5cecd2 | 2,138 | asm | Assembly | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_14.asm | gxw1/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 640 | 2019-03-30T11:32:43.000Z | 2022-03-31T14:05:18.000Z | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_14.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 6 | 2019-07-22T01:57:24.000Z | 2022-01-20T15:03:16.000Z | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_14.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z | STACK SEGMENT STACK
DW 64 DUP(?)
STACK ENDS
DATA SEGMENT
SPORT DB 17
DB 2,7,0,0
DB 4FH,7,1,-3
DB 53H,70H,0,1
DB 50H,70H,0,1
DB 4FH,70H,0,1
DB 52H,70H,0,1
DB 54H,70H,0,1
... | 23.755556 | 44 | 0.321328 |
fa2e9c071661122380167701680560d9b55ef7af | 2,223 | asm | Assembly | Appl/NInFnt/ninfntVariable.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/NInFnt/ninfntVariable.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/NInFnt/ninfntVariable.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: Nimbus Font Converter
FILE: ninfntVariable.asm
AUTHOR: Gene Anderson, Apr 17, 1991
REVISION HISTORY:
Name Date Description
---- ---- --------... | 23.648936 | 79 | 0.68466 |
cbff514247486751cfafb2f6be4289e0d1a98d28 | 275 | asm | Assembly | programs/oeis/204/A204688.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/204/A204688.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/204/A204688.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A204688: a(n) = n^n (mod 3).
; 1,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1,0,1,2,0,1,1
mov $2,$0
cmp $2,0
add $0,$2
mov $1,2
gcd $1,$0
mod $0,3
dif $0,$1
| 25 | 175 | 0.498182 |
a357f14c47e486c10d4edcae5d6037c46486370a | 1,109 | asm | Assembly | _build/dispatcher/jmp_ippsGFpECPointInit_9a4f0ce2.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpECPointInit_9a4f0ce2.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpECPointInit_9a4f0ce2.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpECPointInit:function
extern n8_ippsGFpECPointInit:function
extern y8_ippsGFpECPointInit:function
extern e9_ippsGFpECPointInit:function
extern l9_ippsGFpECPointInit:function
extern n0_ippsGFpECPointInit:function
extern k0_ippsGFpECPointInit:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeIni... | 28.435897 | 99 | 0.801623 |
078533e08f4f7aecb22d532fbdb124b53f4c0e05 | 252 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_atanh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_atanh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_atanh.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; float atanh(float x)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdccix_atanh
EXTERN cm48_sdccix_atanh_fastcall
cm48_sdccix_atanh:
pop af
pop hl
pop de
push de
push hl
push af
jp cm48_sdccix_atanh_fastcall
| 11.454545 | 33 | 0.738095 |
f5c7d317555e9d5cb515e48804e699798d31d036 | 19,976 | asm | Assembly | Driver/Socket/IRLAP/irlapInitExit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Socket/IRLAP/irlapInitExit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Socket/IRLAP/irlapInitExit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: intialization routines for IRLAP
FILE: irlapInitExit.asm
AUTHOR: Cody Kwok, Apr 15, 1994
REVISION HISTORY:
Name Date Description
---- ---- ----... | 24.570726 | 79 | 0.56693 |
24ae6d2a4a82db1151108efd9acfceefc4c15621 | 766 | asm | Assembly | programs/oeis/214/A214861.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/214/A214861.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/214/A214861.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A214861: First differences of round(n*sqrt(5)) (A022848).
; 2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3
mov $12,$0
mov $14,2
lpb $14
clr $0,12
mov $0,$12
sub $14,1
add $0,$14
su... | 15.32 | 175 | 0.479112 |
2ebb313da993e1cc19dd45238ffd5d1e401369f3 | 8,020 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_1884.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_1884.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48.log_21829_1884.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xd0e7, %r8
nop
and %r12, %r12
movl $0x61626364, (%r8)
nop
add $37006, %r9
lea addresses_normal_ht+0x1ce27, %rdx
nop
nop
nop
and $29809, %rbp
mov (%rdx), %rdi
nop
nop
n... | 32.33871 | 2,999 | 0.649751 |
b044f27dce387bd025e90b3b3e2f978f2026ee09 | 433 | asm | Assembly | examples/demo-grammar/tinyc/src/samples/sample_2_arithmetic.asm | fossabot/FlyLab | 78b53f03c92d7360bca882aa41be2ca0862b51a3 | [
"MIT"
] | null | null | null | examples/demo-grammar/tinyc/src/samples/sample_2_arithmetic.asm | fossabot/FlyLab | 78b53f03c92d7360bca882aa41be2ca0862b51a3 | [
"MIT"
] | null | null | null | examples/demo-grammar/tinyc/src/samples/sample_2_arithmetic.asm | fossabot/FlyLab | 78b53f03c92d7360bca882aa41be2ca0862b51a3 | [
"MIT"
] | null | null | null | FUNC @main:
var x, y, z
push 1
pop x
push 2
pop y
push x
push y
add
pop z
push x
push y
push z
print "x = %d, y = %d, z = %d"
push x
push y
add
print "x + y = %d"
push x
push y
sub
print "x - y = %d"
push x
push y
mul
print "x * y = %d"
push x
push y
div
print "x / y = %d"
push x
... | 7.732143 | 31 | 0.508083 |
1275bcde308371fe439e70c6ea13eb38bfbc65f4 | 671 | asm | Assembly | programs/oeis/301/A301697.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/301/A301697.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/301/A301697.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A301697: Coordination sequence for node of type V2 in "krj" 2-D tiling (or net).
; 1,5,10,16,22,27,32,37,42,48,54,59,64,69,74,80,86,91,96,101,106,112,118,123,128,133,138,144,150,155,160,165,170,176,182,187,192,197,202,208,214,219,224,229,234,240,246,251,256,261,266,272,278,283,288,293,298,304,310,315,320,325,330,336,... | 31.952381 | 380 | 0.66468 |
b05d4e181bb398fe73edd11b06d68a4889949549 | 122,396 | asm | Assembly | x265/source/common/x86/dct8.asm | xu5343/ffmpegtoolkit_CentOS7 | 974496c709a1c8c69034e46ae5ce7101cf03716f | [
"Apache-2.0"
] | null | null | null | x265/source/common/x86/dct8.asm | xu5343/ffmpegtoolkit_CentOS7 | 974496c709a1c8c69034e46ae5ce7101cf03716f | [
"Apache-2.0"
] | null | null | null | x265/source/common/x86/dct8.asm | xu5343/ffmpegtoolkit_CentOS7 | 974496c709a1c8c69034e46ae5ce7101cf03716f | [
"Apache-2.0"
] | 1 | 2021-04-15T18:27:37.000Z | 2021-04-15T18:27:37.000Z | ;*****************************************************************************
;* Copyright (C) 2013-2017 MulticoreWare, Inc
;*
;* Authors: Nabajit Deka <nabajit@multicorewareinc.com>
;* Min Chen <chenm003@163.com> <min.chen@multicorewareinc.com>
;* Li Cao <li@multicorewareinc.com>
;* Praveen... | 33.00863 | 114 | 0.407685 |
616351734d5ee95954ee2b17b23ed707b4c0ec49 | 6,916 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_18045_119.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_18045_119.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_18045_119.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x2d80, %r12
nop
nop
nop
dec %rcx
movw $0x6162, (%r12)
nop
sub %r12, %r12
lea addresses_normal_ht+0xa580, %rsi
lea addresses_WC_ht+0x5102, %rdi
nop
nop
dec %r14
mov $25, %rcx
rep movsb
... | 33.25 | 2,999 | 0.657316 |
adb47fd3e3f347eee227e13050d30996f6b4f7db | 8,304 | asm | Assembly | Transynther/x86/_processed/NC/_ht_st_zr_un_sm_/i7-8650U_0xd2_notsx.log_4788_2.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_sm_/i7-8650U_0xd2_notsx.log_4788_2.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_sm_/i7-8650U_0xd2_notsx.log_4788_2.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1a345, %rsi
lea addresses_D_ht+0x152f9, %rdi
and %r8, %r8
mov $27, %rcx
rep movsw
cmp %rbx, %rbx
lea addresses_WT_ht+0x7345, %r10
nop
nop
add %r13, %r13
movb (%r10), %bl
nop
... | 41.108911 | 2,999 | 0.612837 |
88eec209729e31b6299b14c0dea4978de5338162 | 3,226 | asm | Assembly | Appl/FileMgrs2/CommonDesktop/CFolder/cfolderManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/FileMgrs2/CommonDesktop/CFolder/cfolderManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/FileMgrs2/CommonDesktop/CFolder/cfolderManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CommonDesktop/CFolder
FILE: cfolderManager.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
brianc 8/89 Initial version
br... | 27.57265 | 80 | 0.628022 |
e1d46bd3affd58479ab6d80f1a4e7e44c314f058 | 1,795 | asm | Assembly | Boot/UltraBoot.asm | UltraOS/Ultra | 287035fea303767285e48e5c7867d147790ff55b | [
"Apache-2.0"
] | 44 | 2020-07-09T07:31:43.000Z | 2022-03-29T20:55:01.000Z | Boot/UltraBoot.asm | 8infy/UltraOS | 2ed2879c96a7095b5077df5ba5db5b30a6565417 | [
"Apache-2.0"
] | 3 | 2021-04-24T13:53:53.000Z | 2021-09-27T05:50:28.000Z | Boot/UltraBoot.asm | 8infy/UltraOS | 2ed2879c96a7095b5077df5ba5db5b30a6565417 | [
"Apache-2.0"
] | 3 | 2021-03-01T09:29:12.000Z | 2021-06-25T17:06:27.000Z | BITS 16
ORIGINAL_ADDRESS: equ 0x7C00
RELOCATED_ADDRESS: equ 0xFDFF
VBR_SIZE: equ SECTOR_SIZE
KERNEL_LOADER_DIRECTORY_INDEX: equ 0
ORG RELOCATED_ADDRESS
start:
jmp short init
nop
OEMLabel db "UltraOS "
%include "BPB.inc"
%include "CommonMacros.inc"
init:
; i... | 24.256757 | 118 | 0.695822 |
f327b981b714aeff0f0bbd60e2a7c47c9f7b094f | 597 | asm | Assembly | src/dependancy-test.asm | brgmnn/uob-cpu-simulator | e2a5367974e2712013409c7601274927d4023902 | [
"MIT"
] | null | null | null | src/dependancy-test.asm | brgmnn/uob-cpu-simulator | e2a5367974e2712013409c7601274927d4023902 | [
"MIT"
] | null | null | null | src/dependancy-test.asm | brgmnn/uob-cpu-simulator | e2a5367974e2712013409c7601274927d4023902 | [
"MIT"
] | null | null | null | # this program has a chain of dependancies
mov r1,#1
mov r2,#2
add r0,r1,r2
mov r3,r0
add r0,r1,r2
mov r3,r0
add r0,r1,r2
mov r3,r0
add r0,r1,r2
mov r3,r0
add r0,r1,r2
mov r3,r0
add r0,r1,r2
mov r3,r0
add r0,r1,r2
mov r3,r0
add r0,r1,r2
mov r3,r0
add r0,r1,r2
mov r3,r0
add r0,r1,r2
mov r3,r0
add... | 12.4375 | 42 | 0.646566 |
fa48409ca2a216920366b5e567c94e7bbc5c5eda | 350 | asm | Assembly | data/maps/objects/Route11Gate2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/Route11Gate2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/Route11Gate2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Route11Gate2F_Object:
db $a ; border block
def_warps
warp 7, 7, 4, ROUTE_11_GATE_1F
def_signs
sign 1, 2, 3 ; Route11GateUpstairsText3
sign 6, 2, 4 ; Route11GateUpstairsText4
def_objects
object SPRITE_YOUNGSTER, 4, 2, WALK, LEFT_RIGHT, 1 ; person
object SPRITE_SCIENTIST, 2, 6, STAY, NONE, 2 ; person
... | 21.875 | 60 | 0.742857 |
45babae8dd01235bd6442246d3b854603d2d2eda | 53 | asm | Assembly | MPI/Lab-1/div_16_bit.asm | vishwas1101/Misc | cf660dfbacc674cd262eb4abd0e9dd07479a90ae | [
"MIT"
] | null | null | null | MPI/Lab-1/div_16_bit.asm | vishwas1101/Misc | cf660dfbacc674cd262eb4abd0e9dd07479a90ae | [
"MIT"
] | null | null | null | MPI/Lab-1/div_16_bit.asm | vishwas1101/Misc | cf660dfbacc674cd262eb4abd0e9dd07479a90ae | [
"MIT"
] | null | null | null |
org 100h
MOV AX,1927H
MOV BX,1201H
DIV BX
ret
| 4.076923 | 12 | 0.660377 |
d82d8b7484055e6cd37d46e4608acca40b7d697f | 857 | asm | Assembly | oeis/142/A142950.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142950.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142950.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142950: Primes congruent to 55 mod 64.
; Submitted by Jamie Morken(s4)
; 311,439,503,631,823,887,1399,1783,1847,2039,2423,2551,2999,3191,3319,3511,3767,4663,4919,5303,5431,5623,5879,6007,6199,6263,6967,7159,7351,7607,7927,8311,8887,8951,9463,9719,10039,10103,10487,11383,11447,11831,11959,12343,12791,12919,12983,1336... | 32.961538 | 499 | 0.72112 |
d1e6efac24a29eafa673912afc8378229e875d7a | 92 | asm | Assembly | tvm/test/data/bad-no-orig.asm | psyomn/sprawl | c330e51efdaec3f4e73d3fb8d44fe88533b04f3b | [
"Apache-2.0"
] | null | null | null | tvm/test/data/bad-no-orig.asm | psyomn/sprawl | c330e51efdaec3f4e73d3fb8d44fe88533b04f3b | [
"Apache-2.0"
] | null | null | null | tvm/test/data/bad-no-orig.asm | psyomn/sprawl | c330e51efdaec3f4e73d3fb8d44fe88533b04f3b | [
"Apache-2.0"
] | null | null | null | ;; this should fail because there is no .ORIG segment
ADD R1, R1, R1
XOR R1, R1
| 23 | 57 | 0.619565 |
ad920bdfb7a954331c6511d8dea208c6cca3977d | 191 | asm | Assembly | 30-Fill-the-Floor.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 30-Fill-the-Floor.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 30-Fill-the-Floor.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | -- 7 Billion Humans --
-- 30: Fill the floor --
-- Size: 6/6 --
-- Speed: 1108/192 --
mem1 = nearest printer
a:
drop
takefrom mem1
if c != nothing:
step nw,w,sw,n,s,ne,e,se
endif
jump a
| 11.235294 | 25 | 0.612565 |
989d5bce59afc5941be9b5fda263e13a3d42b614 | 483 | asm | Assembly | oeis/226/A226976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/226/A226976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/226/A226976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A226976: Fibonacci(n)^3 + Fibonacci(n+2)^3
; Submitted by Christian Krause
; 1,9,28,133,539,2322,9773,41501,175636,744273,3152359,13354306,56568617,239630337,1015087436,4299984173,18215017507,77160064914,326855259829,1384581132277,5865179743556,24845300179929,105246380344463,445830821750018,1888569667033489
mov $1,$... | 28.411765 | 233 | 0.743271 |
70528aa15a198799643c6a20502ab0d5f3dcdf43 | 601 | asm | Assembly | oeis/152/A152041.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152041.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152041.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152041: A008893/2.
; 0,4,33,129,355,795,1554,2758,4554,7110,10615,15279,21333,29029,38640,50460,64804,82008,102429,126445,154455,186879,224158,266754,315150,369850,431379,500283,577129,662505,757020,861304,976008,1101804,1239385,1389465,1552779,1730083,1922154,2129790,2353810,2595054,2854383,3132679,3430845,3749805,... | 50.083333 | 501 | 0.806988 |
5ff404a762225ed59bf7d4a8be33a1119b00663e | 4,782 | asm | Assembly | src/server.asm | poletaevvlad/http-asm | 353d90b4e61f37041e4a8dda2547d0aeef7dc9bb | [
"MIT"
] | 7 | 2018-10-12T19:41:55.000Z | 2022-01-29T08:37:04.000Z | src/server.asm | poletaevvlad/http-asm | 353d90b4e61f37041e4a8dda2547d0aeef7dc9bb | [
"MIT"
] | null | null | null | src/server.asm | poletaevvlad/http-asm | 353d90b4e61f37041e4a8dda2547d0aeef7dc9bb | [
"MIT"
] | 2 | 2021-02-06T08:36:22.000Z | 2022-01-26T05:14:12.000Z | %include "diskio.asm"
%include "urlutils.asm"
%define socket_sc 41
%define bind_sc 49
%define listen_sc 50
%define accept_sc 43
%define shutdown_sc 48
%define setsockopt_sc 54
%define AF_INET 2
%define SOCK_STREAM 1
%define SOL_SOCKET 1
%define SO_REUSEADDR 2
%define LINE_BUFFER_SIZE 512
section .data
method_g... | 16.778947 | 69 | 0.538687 |
c8c46dea2b6ccc62b9c5104a75a20715a974ebdc | 18 | asm | Assembly | examples/usecase_barrelfish/initial_stack/extract-synth-amd64.asm | Harvard-PRINCESS/Cassiopea-Release | 3fc731463575e9cc6e614f2bcfd11215b7651b5f | [
"BSD-3-Clause"
] | null | null | null | examples/usecase_barrelfish/initial_stack/extract-synth-amd64.asm | Harvard-PRINCESS/Cassiopea-Release | 3fc731463575e9cc6e614f2bcfd11215b7651b5f | [
"BSD-3-Clause"
] | null | null | null | examples/usecase_barrelfish/initial_stack/extract-synth-amd64.asm | Harvard-PRINCESS/Cassiopea-Release | 3fc731463575e9cc6e614f2bcfd11215b7651b5f | [
"BSD-3-Clause"
] | null | null | null | lea 8(%rip), %rsp
| 9 | 17 | 0.555556 |
c8f412da09dc4bea636c532bc54a6ed2b4af628b | 7,837 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_4k_/i3-7100_9_0x84_notsx.log_21829_1278.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_4k_/i3-7100_9_0x84_notsx.log_21829_1278.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_4k_/i3-7100_9_0x84_notsx.log_21829_1278.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 %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1579, %rbp
nop
nop
nop
nop
nop
cmp $24548, %rax
movb (%rbp), %r9b
nop
nop
nop
nop
xor $60224, %rax
lea addresses_WC_ht+0xf9e9, %rsi
lea addresses_A_ht+0x1a5ed, %rdi
nop
xor %... | 30.976285 | 2,999 | 0.653311 |
dfee64a126da75d4088dad7164d114e1e3965809 | 1,491 | asm | Assembly | source/command/graphics/pen.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/graphics/pen.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/graphics/pen.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : pen.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : Fred Bowen
;
; *****... | 35.5 | 94 | 0.202549 |
d2ea1dc893e1986cf0de491d06f9777c90b31194 | 2,766 | asm | Assembly | Computer Organization and Architecture/Assignments/QuickSort_x86.asm | MekAkUActOR/Ugrad_Projects | bf74d37d4f86d4d43f971ba3712821d8a3ea9772 | [
"MIT"
] | null | null | null | Computer Organization and Architecture/Assignments/QuickSort_x86.asm | MekAkUActOR/Ugrad_Projects | bf74d37d4f86d4d43f971ba3712821d8a3ea9772 | [
"MIT"
] | null | null | null | Computer Organization and Architecture/Assignments/QuickSort_x86.asm | MekAkUActOR/Ugrad_Projects | bf74d37d4f86d4d43f971ba3712821d8a3ea9772 | [
"MIT"
] | null | null | null | ;an x86 assembly language program: Quick Sort 50 numbers
data_seg1 segment
Rand DW -1478,-1435,9717,12670,24787,-9063,-10763,-6781,15135,-30123,-1507,-29927,7631,6202,-18157,-19756,-18989,16501,-8657,1,20283,-15774,-14328,-15627,32579,8083,8224,1,-8137,26670,-22478,-30766,1,-16845,16598,-7502,18556,-4855,3713,268... | 21.952381 | 303 | 0.457701 |
1102c0f88488b96a0f74cf26a6505e5dfe240756 | 1,995 | asm | Assembly | inc/const.asm | moonorongo/looptap64 | 6fd65cc98792cff4ec904b6494c2fa78f826b758 | [
"MIT"
] | null | null | null | inc/const.asm | moonorongo/looptap64 | 6fd65cc98792cff4ec904b6494c2fa78f826b758 | [
"MIT"
] | null | null | null | inc/const.asm | moonorongo/looptap64 | 6fd65cc98792cff4ec904b6494c2fa78f826b758 | [
"MIT"
] | null | null | null | // direcciones memoria
.const spractive = $d015
.const random_ptr = $10 // numero 'aleatorio' generado
.const inmunity = $fa
.const inmunity_lenght = 25 // 0.25 seconds
.const screen_control1 = $d011
// CAPS
.const ptr_caps = $22
.const ptr_player = $23
// PLAYER
.const sprite_player_color = $d027
.const sprit... | 23.197674 | 54 | 0.717293 |
c8dd6fe522e2acad4b881f20468e4fc8d9d9ca41 | 7,286 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_491.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_491.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_491.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1b3ac, %rbx
nop
nop
nop
nop
inc %r13
movl $0x61626364, (%rbx)
nop
nop
and %rsi, %rsi
lea addresses_normal_ht+0x18cac, %rsi
lea addresses_D_ht+0x1eac, %rdi
nop
nop
nop
no... | 32.096916 | 2,999 | 0.653582 |
00b7cb1ff586b6ada21ba90df6bbfaa4a42379fa | 171 | asm | Assembly | libsrc/_DEVELOPMENT/libgen/c/sdcc/basename.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/libgen/c/sdcc/basename.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/libgen/c/sdcc/basename.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; char *basename(char *path)
SECTION code_string
PUBLIC _basename
EXTERN asm_basename
_basename:
pop af
pop hl
push hl
push af
jp asm_basename
| 9.5 | 28 | 0.678363 |
2729a733fb960ebe53308b184ba861630813435c | 2,755 | asm | Assembly | codigo/capitulo 36/arreglo_escritura.asm | codeneomatrix/ENSAMBLADOR-x86-ACEVEDO | 7d5a58179f460ba2a03b0bcf12fc4584b87f93c9 | [
"MIT"
] | 1 | 2021-06-13T08:59:55.000Z | 2021-06-13T08:59:55.000Z | codigo/capitulo 36/arreglo_escritura.asm | codeneomatrix/ENSAMBLADOR-x86-ACEVEDO | 7d5a58179f460ba2a03b0bcf12fc4584b87f93c9 | [
"MIT"
] | null | null | null | codigo/capitulo 36/arreglo_escritura.asm | codeneomatrix/ENSAMBLADOR-x86-ACEVEDO | 7d5a58179f460ba2a03b0bcf12fc4584b87f93c9 | [
"MIT"
] | null | null | null | segment .data
arre db 0, 0, 0, 0 ; se almacenan los valores dentro
; del rango del 0 a 9 para
; evitar imprimir símbolos
len equ $-arre
msg1 db "ingrese un numero y presione enter, cuatro veces:", 0xA
len1 equ $-msg1
ln db 10,13
lenln equ $-ln
segment .bss
dato resb ... | 32.034884 | 68 | 0.629764 |
5c09eb122b06d199c8ec6c709b78f76454dd4f4d | 866 | asm | Assembly | oeis/287/A287898.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/287/A287898.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/287/A287898.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A287898: Number of ways to go up and down n stairs, with fewer than 4 stairs at a time, stepping on each stair at least once.
; Submitted by Christian Krause
; 1,3,9,27,79,233,687,2025,5969,17595,51865,152883,450655,1328401,3915743,11542481,34023905,100292659,295633833,871443275,2568763439,7571973753,22319994767,6579... | 34.64 | 490 | 0.767898 |
77a04c24426715354ee7a304c8bb4bf2fafa036a | 702 | asm | Assembly | oeis/052/A052561.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052561.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052561.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052561: a(n) = (1 + 2^n) * n!.
; Submitted by Jon Maiga
; 2,3,10,54,408,3960,46800,650160,10362240,186157440,3719520000,81789523200,1962469555200,51017981414400,1428416301312000,42851181364992000,1371216880889856000,46621018262827008000,1678350255088066560000,63777188048246120448000,2551085089027836641280000,1071455... | 70.2 | 482 | 0.837607 |
40a7c223289f573c230ea0af87dded2220823577 | 517 | asm | Assembly | multimedia/directx/dxg/d3d/dx6/rast/rampold/equates.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | multimedia/directx/dxg/d3d/dx6/rast/rampold/equates.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | multimedia/directx/dxg/d3d/dx6/rast/rampold/equates.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ; $Id: equates.asm,v 1.5 1995/04/04 14:57:34 servan Exp $
;
; Copyright (c) RenderMorphics Ltd. 1993, 1994
; Version 1.0beta2
;
; All rights reserved.
;
; This file contains private, unpublished information and may not be
; copied in part or in whole without express permission of
; RenderMorphics Ltd.
;
;
... | 15.666667 | 69 | 0.700193 |
c7063904f7c6e9c4332aa9e552ebc7ba10de276e | 1,749 | asm | Assembly | programs/oeis/168/A168118.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168118.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168118.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168118: n*(n^9+1)/2.
; 0,1,513,29526,524290,4882815,30233091,141237628,536870916,1743392205,5000000005,12968712306,30958682118,68929245931,144627327495,288325195320,549755813896,1007996950233,1785233613321,3065533128910,5120000000010,8339940489111,13279961395723,20713255606836,31701690482700,47683715820325,705835478... | 218.625 | 1,684 | 0.923957 |
b497d0981d704624989656c08abf60e51c33f018 | 4,037 | asm | Assembly | I2C_Slave_Code_Dev/I2C_Logger/asm/src/lcd_cdm_board_test.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | 5 | 2017-04-17T15:11:40.000Z | 2021-12-13T23:52:09.000Z | I2C_Slave_Code_Dev/I2C_Logger/asm/src/lcd_cdm_board_test.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | I2C_Slave_Code_Dev/I2C_Logger/asm/src/lcd_cdm_board_test.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | /*
* LCD_CDM-16100 Display Demo Board
*
* org: 10/07/2014
* auth: Nels "Chip" Pearson
*
* Target: LCD_CDM-116100 Demo Board w/ LCD display and keypad I/O, 8MHz w/65ms reset delay, RSTDISBL
*
* Resources
* SRAM
*
* IO
*
*/
.equ LED_GREEN = PORTB6
.equ LED_RED = PORTB7
.equ LED_YELLOW = PORTB0
.DSEG
le... | 16.410569 | 101 | 0.613079 |
bcfcfdb624affd1401a5dac794c55dacfe7d557e | 1,269 | asm | Assembly | programs/oeis/173/A173173.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/173/A173173.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/173/A173173.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A173173: a(n) = ceiling(Fibonacci(n)/2).
; 0,1,1,1,2,3,4,7,11,17,28,45,72,117,189,305,494,799,1292,2091,3383,5473,8856,14329,23184,37513,60697,98209,158906,257115,416020,673135,1089155,1762289,2851444,4613733,7465176,12078909,19544085,31622993,51167078,82790071,133957148,216747219,350704367,567451585,918155952,148560... | 181.285714 | 1,124 | 0.869188 |
2aa4e26c992003e57464729cb0c47a28f0c757c3 | 382 | asm | Assembly | programs/oeis/080/A080037.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/080/A080037.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/080/A080037.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A080037: a(0)=2; for n > 0, a(n) = n + floor(sqrt(4n-3)) + 2.
; 2,4,6,8,9,11,12,14,15,16,18,19,20,22,23,24,25,27,28,29,30,32,33,34,35,36,38,39,40,41,42,44,45,46,47,48,49,51,52,53,54,55,56,58,59,60,61,62,63,64,66,67,68,69,70,71,72,74,75,76,77,78,79,80,81,83,84,85,86,87,88,89,90,92
mov $2,$0
lpb $0
mov $0,$2
add $... | 27.285714 | 218 | 0.578534 |
63bc1e242c53a04a3031a1a5eab7fab690fc8283 | 210 | asm | Assembly | lib/putch.asm | ZhUyU1997/BookOS | d83c9ac04e1aaab1a6ee153f554c3ea2ea589210 | [
"BSD-2-Clause"
] | 1 | 2019-10-14T05:23:11.000Z | 2019-10-14T05:23:11.000Z | lib/putch.asm | ZhUyU1997/BookOS | d83c9ac04e1aaab1a6ee153f554c3ea2ea589210 | [
"BSD-2-Clause"
] | null | null | null | lib/putch.asm | ZhUyU1997/BookOS | d83c9ac04e1aaab1a6ee153f554c3ea2ea589210 | [
"BSD-2-Clause"
] | 1 | 2019-12-12T20:07:39.000Z | 2019-12-12T20:07:39.000Z | [bits 32]
[section .text]
INT_VECTOR_SYS_CALL equ 0x80
_NR_PUTCH EQU 21
global putch
putch:
push ebx
mov eax, _NR_PUTCH
mov ebx, [esp + 4 + 4] ;第一个参数
int INT_VECTOR_SYS_CALL
pop ebx
ret
| 14 | 32 | 0.67619 |
9fa284b1ca66df66322519244a315672c543449c | 163 | asm | Assembly | stone/testcases/local.asm | yutopp/sekki | 28d848ff2f0a4205032a8722e755176bafde0b04 | [
"BSL-1.0"
] | 6 | 2019-09-14T16:01:18.000Z | 2021-05-07T12:09:34.000Z | stone/testcases/local.asm | yutopp/sekki | 28d848ff2f0a4205032a8722e755176bafde0b04 | [
"BSL-1.0"
] | null | null | null | stone/testcases/local.asm | yutopp/sekki | 28d848ff2f0a4205032a8722e755176bafde0b04 | [
"BSL-1.0"
] | null | null | null | local:
jmp .e2
.e2:
local2:
jmp .e2
jmp .a
.e2:
ja local
je local
jg local
jge local
jl local
jle local
jne local
.a:
.b:
| 9.055556 | 13 | 0.509202 |
d2b6b3082e614b9c972051415193128315bda68e | 87 | asm | Assembly | tools-src/gnu/binutils/gas/testsuite/gasp/crash1.asm | enfoTek/tomato.linksys.e2000.nvram-mod | 2ce3a5217def49d6df7348522e2bfda702b56029 | [
"FSFAP"
] | 80 | 2015-01-02T10:14:04.000Z | 2021-06-07T06:29:49.000Z | tools-src/gnu/binutils/gas/testsuite/gasp/crash1.asm | unforgiven512/tomato | 96f09fab4929c6ddde5c9113f1b2476ad37133c4 | [
"FSFAP"
] | 9 | 2015-05-14T11:03:12.000Z | 2018-01-04T07:12:58.000Z | tools-src/gnu/binutils/gas/testsuite/gasp/crash1.asm | unforgiven512/tomato | 96f09fab4929c6ddde5c9113f1b2476ad37133c4 | [
"FSFAP"
] | 69 | 2015-01-02T10:45:56.000Z | 2021-09-06T07:52:13.000Z |
.MACRO foo a b c=a
\a \b \c \d
.ENDM
foo 1 2
foo 1 2 3 4
foo 1
foo
.END
| 6.214286 | 20 | 0.482759 |
e0baafd85a61acfac81a6e5b1e50ffc150d0f99e | 184,733 | asm | Assembly | ZORTON.reko/ZORTON_28BA.asm | 0xLiso/dePIXELator | d74a663e5cb41a404f2b714e262ce44b668d3632 | [
"MIT"
] | null | null | null | ZORTON.reko/ZORTON_28BA.asm | 0xLiso/dePIXELator | d74a663e5cb41a404f2b714e262ce44b668d3632 | [
"MIT"
] | null | null | null | ZORTON.reko/ZORTON_28BA.asm | 0xLiso/dePIXELator | d74a663e5cb41a404f2b714e262ce44b668d3632 | [
"MIT"
] | 1 | 2021-03-10T22:29:06.000Z | 2021-03-10T22:29:06.000Z | ;;; Segment 28BA (28BA:0000)
28BA:0000 00 00 00 00 42 6F 72 6C 61 6E 64 20 43 2B 2B 20 ....Borland C++
28BA:0010 2D 20 43 6F 70 79 72 69 67 68 74 20 31 39 39 31 - Copyright 1991
28BA:0020 20 42 6F 72 6C 61 6E 64 20 49 6E 74 6C 2E 00 44 Borland Intl..D
28BA:0030 69 76 69 64 65 20 65 72 72 6F 72 0D 0A 41 62 6E ivide er... | 74.69996 | 74 | 0.577222 |
6a5ed329d902f864d35c55bdb6726149d29acf31 | 875 | nasm | Assembly | a6-polymorphic/iptables-poly/iptables-poly.nasm | thombles/slae | 5a646038e5393507b8b0b31f7081cd1264a01d5f | [
"Unlicense"
] | null | null | null | a6-polymorphic/iptables-poly/iptables-poly.nasm | thombles/slae | 5a646038e5393507b8b0b31f7081cd1264a01d5f | [
"Unlicense"
] | null | null | null | a6-polymorphic/iptables-poly/iptables-poly.nasm | thombles/slae | 5a646038e5393507b8b0b31f7081cd1264a01d5f | [
"Unlicense"
] | null | null | null | ; Polymorphic equivalent for
; Linux/x86 iptables --flush
; Original at: http://shell-storm.org/shellcode/files/shellcode-825.php
; 2018-07-14 SLAE-1294 assignment 6
section .text
global _start
_start:
; Let's make esi our zero
xor esi,esi
; Going to use a PUSHAD to set up most of the data
; Do an initial null ... | 16.826923 | 71 | 0.704 |
a87a137693eb011abd9a3e4419ac288986e889f3 | 1,065 | asm | Assembly | libsrc/target/msx/msxbios/clg.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/msx/msxbios/clg.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/msx/msxbios/clg.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; MSX specific routines
;
; GFX - a small graphics library
; Copyright (C) 2004 Rafael de Oliveira Jannone
;
; extern clg();
;
; Init and clear graphics screen
;
; $Id: clg.asm $
;
SECTION code_clib
PUBLIC clg
PUBLIC _clg
EXTERN msxbios
EXTERN msx_set_mode
EXTERN __tms9918_attribute
EXTERN __tms99... | 15.895522 | 48 | 0.65446 |
bcb5f3a0e0cd7b679cb1c4afe7d58a4ba9454ad2 | 5,227 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_470.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_21829_470.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_21829_470.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 %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x16611, %rsi
lea addresses_WT_ht+0xa985, %rdi
nop
nop
nop
nop
dec %rbx
mov $90, %rcx
rep movsb
nop
nop
nop
xor %r11, %r11
lea addresses_D_ht+0x15bc5, %r10
clflush (%r10)
nop
xor %rbp, ... | 44.29661 | 2,999 | 0.659652 |
8c634a7b22ede6c85fd42cbba576272c94678b62 | 660 | asm | Assembly | oeis/312/A312658.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/312/A312658.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/312/A312658.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A312658: Coordination sequence Gal.6.249.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Simon Strandgaard
; 1,4,8,14,20,24,28,34,40,44,48,52,56,62,68,72,76,82,88,92,96,100,104,110,116,120,124,130,136,140,144,148,152... | 44 | 182 | 0.730303 |
a9f983e0e6cbc7ba80275d8b721ae14024172d9b | 531 | a51 | Assembly | Lab_6/C_Task_3.a51 | DeeptimaanB/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | null | null | null | Lab_6/C_Task_3.a51 | DeeptimaanB/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | null | null | null | Lab_6/C_Task_3.a51 | DeeptimaanB/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | 1 | 2021-09-19T12:10:50.000Z | 2021-09-19T12:10:50.000Z | ;Write an 8051 assembly language program to implement a counter that counts from 00 to 99 (decimal).
;Send each count value to port P1 continuously. Verify the output using ESA 8051 Microcontroller kit.
ORG 000H
MOV P1, #00H
MOV A,#00H
MOV P1,A
MOV R3,#01H
BACK: ADD A,R3
MOV P1,A
ACALL DELAY
... | 23.086957 | 102 | 0.66855 |
c7a4367bfe018bd670eb53b20b6b48a77848715d | 105 | asm | Assembly | example/testForFail.asm | LayerXcom/gram | bdd19930edb09d771f7513944908346a35ac3a1d | [
"BSD-3-Clause"
] | 15 | 2018-10-17T10:00:47.000Z | 2021-06-23T03:34:00.000Z | example/testForFail.asm | LayerXcom/gram | bdd19930edb09d771f7513944908346a35ac3a1d | [
"BSD-3-Clause"
] | 13 | 2018-10-15T02:12:16.000Z | 2018-10-18T01:27:44.000Z | example/testForFail.asm | LayerXcom/gram | bdd19930edb09d771f7513944908346a35ac3a1d | [
"BSD-3-Clause"
] | null | null | null | STORE 0 r0
MOV r0 1
READ r1 0
ADD r0 r0 1
STORE r0 r1
CMPA r0 3
XOR r1 r2 5
STORE 1 r0
LOAD r2 0
MOV r3 5 | 10.5 | 11 | 0.704762 |
a774608558c04b293b7e182cb336c20105338367 | 811 | asm | Assembly | oeis/177/A177249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/177/A177249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/177/A177249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A177249: Number of permutations of [n] having no adjacent transpositions, that is, no cycles of the form (i, i+1).
; Submitted by Christian Krause
; 1,1,1,4,19,99,611,4376,35621,324965,3285269,36462924,440840359,5767387591,81184266631,1223531387056,19657686459529,335404201199049,6056933308042409,115417137054004820,23... | 38.619048 | 498 | 0.806412 |
8c0eaaac20bb32c8521e3f8b2a63b75a3828a931 | 1,923 | asm | Assembly | PRG/levels/Airship/W5A.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Airship/W5A.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Airship/W5A.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $AC97
; World 5 airship
.word W5Airship_BossL ; Alternate level layout
.word W5Airship_BossO ; Alternate object layout
.byte LEVEL1_SIZE_08 | LEVEL1_YSTART_0B0
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_80
.byte LEVEL3_TILESET_10 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PIPENOTEXIT
.... | 66.310345 | 85 | 0.50754 |
61fb35728251d1d0513ea1d3724f64161b1a1b99 | 103 | asm | Assembly | tests/42.asm | tcort/lmc | ba7225e6cd1007259675322db35a90be9db95acd | [
"0BSD"
] | 2 | 2015-05-20T22:23:30.000Z | 2016-07-25T22:16:43.000Z | tests/42.asm | tcort/lmc | ba7225e6cd1007259675322db35a90be9db95acd | [
"0BSD"
] | null | null | null | tests/42.asm | tcort/lmc | ba7225e6cd1007259675322db35a90be9db95acd | [
"0BSD"
] | null | null | null | LDA CELL // load data from CELL into accumulator
OUT // output value to user
HLT // halt
CELL DAT 42
| 20.6 | 48 | 0.718447 |
7f2aa15574f5b0f7fbe593749be67d087bd9dbc9 | 605 | asm | Assembly | oeis/108/A108262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/108/A108262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/108/A108262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A108262: Second order recursive series having the property that the product of any two adjacent terms equals 4 times a triangular number. That is a(n)*a(n+1)= 4*T(c) = 2c(c+1), where c = the term a(n+1) of related series A108261.
; Submitted by Jamie Morken(s4)
; 3,8,39,220,1275,7424,43263,252148,1469619,8565560,4992... | 37.8125 | 231 | 0.747107 |
a1e2f0ae53e8994b182727365dd2a4f0e8bda12c | 625 | asm | Assembly | oeis/304/A304973.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/304/A304973.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/304/A304973.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A304973: Number of achiral color patterns (set partitions) for a row or loop of length n using exactly 3 colors (sets).
; Submitted by Jon Maiga
; 0,0,0,1,2,5,10,19,38,65,130,211,422,665,1330,2059,4118,6305,12610,19171,38342,58025,116050,175099,350198,527345,1054690,1586131,3172262,4766585,9533170,14316139,28632278,4... | 32.894737 | 251 | 0.7296 |
4e87eb1c4ada07c35b958f642a57cc1253d08f90 | 753 | asm | Assembly | roms/customRom/letterScroll.asm | MrOnlineCoder/eightplay | 11cc9853235e5c5dc0def90a6fc5d8a4259c71c0 | [
"Apache-2.0"
] | null | null | null | roms/customRom/letterScroll.asm | MrOnlineCoder/eightplay | 11cc9853235e5c5dc0def90a6fc5d8a4259c71c0 | [
"Apache-2.0"
] | null | null | null | roms/customRom/letterScroll.asm | MrOnlineCoder/eightplay | 11cc9853235e5c5dc0def90a6fc5d8a4259c71c0 | [
"Apache-2.0"
] | null | null | null | OPTION SCHIP11
option binary
HIGH
CLS
; v1 - v6 with abcdef
ld v1, #08
ld v2, #0b
ld v3, #0c
ld v4, #0d
ld v5, #0e
ld v6, #09
redraw:
ld v7, 34
ld v8, 27
; Testing drawing over bottom edge
;ld v8, 59
; draw a character
ld hf, v1
drw v7, v8, 10
; move x over 10 pixels
add v7, 10
; draw b character
ld hf, v2
... | 9.296296 | 34 | 0.652058 |
cdb68c207836cb4ad8c0fd7b7d0f570399d6d05a | 49 | asm | Assembly | test-suite/programs/unit/xor_0x05.asm | ocus/TinyASM_Haskell | 35698bd1d8c6587e76480531f9e6c3d2086f4c40 | [
"BSD-3-Clause"
] | null | null | null | test-suite/programs/unit/xor_0x05.asm | ocus/TinyASM_Haskell | 35698bd1d8c6587e76480531f9e6c3d2086f4c40 | [
"BSD-3-Clause"
] | null | null | null | test-suite/programs/unit/xor_0x05.asm | ocus/TinyASM_Haskell | 35698bd1d8c6587e76480531f9e6c3d2086f4c40 | [
"BSD-3-Clause"
] | null | null | null | 0:MOV [0] 7
3: XOR [0] 15
6:DPRINT [0]
8 :HALT
| 9.8 | 13 | 0.530612 |
06fbf8789cb959c6d36a91957f090f0b389e8eaa | 329 | asm | Assembly | programs/oeis/112/A112819.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/112/A112819.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/112/A112819.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A112819: Numbers k such that lcm(1,2,3,...,k)/15 equals the denominator of the k-th harmonic number H(k).
; 20,24,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558
mov $1,$0
mov $2,$0
lpb $0
mov $0,1
mov $1,169
lpe
add $1,7
mul $1,3
sub $1,1
a... | 23.5 | 127 | 0.665653 |
3393f38423b07c6767047ec681547a2f43004bfe | 133 | asm | Assembly | u7bg/eop-dropToPresetDestination.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | u7bg/eop-dropToPresetDestination.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | u7bg/eop-dropToPresetDestination.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %include "include/u7bg-all-includes.asm"
%assign PLACE_ITEM_SOUND 73
%include "../u7-common/patch-eop-dropToPresetDestination.asm"
| 22.166667 | 61 | 0.789474 |
8a1c1ebf6c08e814703cb9e5e53edfe6dee7e255 | 5,705 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_601.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_601.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_601.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13ef4, %r14
nop
nop
nop
nop
and %rdi, %rdi
movups (%r14), %xmm0
vpextrq $0, %xmm0, %r12
nop
nop
nop
nop
nop
dec %rbx
lea addresses_A_ht+0xba5c, %rsi
lea addresses_normal_ht+0x1929c, %... | 38.288591 | 2,999 | 0.660123 |
6a13fcc20225fece4b2c5b8b07bae4969449d29e | 7,095 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21580_207.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_21580_207.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_21580_207.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 %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xec13, %rax
and $35700, %rcx
mov $0x6162636465666768, %r8
movq %r8, %xmm0
and $0xffffffffffffffc0, %rax
vmovntdq %ymm0, (%rax)
nop
nop
nop
nop
xor %r10, %r10
lea addresses_D_h... | 35.833333 | 2,999 | 0.65525 |
492b4b8dc14a5de88f01fa5fcc5f626dc1b92e26 | 217 | asm | Assembly | data/mapHeaders/ssanne4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/ssanne4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/ssanne4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SSAnne4_h:
db SHIP ; tileset
db SS_ANNE_4_HEIGHT, SS_ANNE_4_WIDTH ; dimensions (y, x)
dw SSAnne4Blocks, SSAnne4TextPointers, SSAnne4Script ; blocks, texts, scripts
db $00 ; connections
dw SSAnne4Object ; objects
| 31 | 78 | 0.778802 |
767269e6c178b7d25018fd6fa1506a663da5ffd0 | 578 | asm | Assembly | libsrc/gfx/narrow/unplot.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 4 | 2021-11-20T19:35:01.000Z | 2022-01-01T16:08:42.000Z | libsrc/gfx/narrow/unplot.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/gfx/narrow/unplot.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1 | 2021-11-27T15:58:02.000Z | 2021-11-27T15:58:02.000Z | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Stubs Written by D Morris - 30/9/98
;
;
; $Id: unplot.asm $
;
; CALLER LINKAGE FOR FUNCTION POINTERS
; ----- void unplot(int x, int y)
IF !__CPU_INTEL__ & !__CPU_GBZ80__
SECTION code_graphics
... | 15.210526 | 54 | 0.66609 |
3fd678ee9eb1a55f31137dbfad70ec72e642e5ae | 400 | asm | Assembly | zad1_2.asm | tomwisniewskiprv/ASM | e676e4fe8f769b71fb9e97ce6b9ab31485beacd3 | [
"MIT"
] | 1 | 2019-10-06T14:11:20.000Z | 2019-10-06T14:11:20.000Z | zad1_2.asm | tomwisniewskiprv/ASM | e676e4fe8f769b71fb9e97ce6b9ab31485beacd3 | [
"MIT"
] | null | null | null | zad1_2.asm | tomwisniewskiprv/ASM | e676e4fe8f769b71fb9e97ce6b9ab31485beacd3 | [
"MIT"
] | 1 | 2018-10-07T15:08:09.000Z | 2018-10-07T15:08:09.000Z | ;worksheet 1
;exercise 2
segment code
assume cs: code
main:
mov bx , 0ah ; char counter
mov cx , bx ;
mov dl , 41h ; ascii value to display
next_char: ; displays next char
mov ah , 02h
int 21h
inc dl
dec cx
jnz next_char
exit:
mov ah, 4ch
int 21h
e... | 15.384615 | 46 | 0.5925 |
795c8374dd943f79840e12dd6641ae34f29869d7 | 14,175 | asm | Assembly | sources/ippcp/asm_ia32/pcpaesgcmtable2kv8as.asm | idesai/ipp-crypto | 67220e3042f23d423c7977cdfd8b4f54f3cba2e0 | [
"Apache-2.0"
] | 1 | 2020-11-03T21:30:58.000Z | 2020-11-03T21:30:58.000Z | sources/ippcp/asm_ia32/pcpaesgcmtable2kv8as.asm | idesai/ipp-crypto | 67220e3042f23d423c7977cdfd8b4f54f3cba2e0 | [
"Apache-2.0"
] | null | null | null | sources/ippcp/asm_ia32/pcpaesgcmtable2kv8as.asm | idesai/ipp-crypto | 67220e3042f23d423c7977cdfd8b4f54f3cba2e0 | [
"Apache-2.0"
] | null | null | null | ;===============================================================================
; Copyright 2014-2018 Intel Corporation
; All Rights Reserved.
;
; If this software was obtained under the Intel Simplified Software License,
; the following terms apply:
;
; The source code, information and material ("Material") co... | 29.408714 | 118 | 0.569171 |
ac194e1f719063f9cf36b9c0786543ea116905a2 | 18,971 | asm | Assembly | test_data/function_extraction.asm | shrtCKT/FCG-to-Vector | 782f0a1808af8e97c08d1f9384dd8a27b9e67686 | [
"Apache-2.0"
] | 7 | 2018-08-24T22:52:16.000Z | 2021-09-05T13:37:09.000Z | test_data/function_extraction.asm | njucjc/FCG-to-Vector | 782f0a1808af8e97c08d1f9384dd8a27b9e67686 | [
"Apache-2.0"
] | 1 | 2020-03-02T12:22:21.000Z | 2020-03-02T12:22:21.000Z | test_data/function_extraction.asm | njucjc/FCG-to-Vector | 782f0a1808af8e97c08d1f9384dd8a27b9e67686 | [
"Apache-2.0"
] | 6 | 2018-08-25T10:14:00.000Z | 2019-04-27T16:17:36.000Z | .text:00401000 ;
.text:00401000 ; +-------------------------------------------------------------------------+
.text:00401000 ; | This file has been generated by The Interactive Disassembler (IDA) |
.text:00401000 ; Segment type: Pure code
.text:00401000 ;... | 60.03481 | 159 | 0.46977 |
e994aafcdffdbee8b147bf509cd903bd256d78a6 | 1,473 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/misc/z80/asm_tshr_cls_wc_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/z80/asm_tshr_cls_wc_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/z80/asm_tshr_cls_wc_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; ===============================================================
; 2017
; ===============================================================
;
; void tshr_cls_wc_pix(struct r_Rect8 *r, uchar pix)
;
; Clear the rectangular area on screen.
;
; ===============================================================
SECTION code_c... | 16.931034 | 72 | 0.46979 |
7170b1054916c840484be87f50dedee988217b96 | 685 | asm | Assembly | oeis/144/A144535.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/144/A144535.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/144/A144535.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A144535: Numerators of continued fraction convergents to sqrt(3)/2.
; Submitted by Jon Maiga
; 0,1,6,13,84,181,1170,2521,16296,35113,226974,489061,3161340,6811741,44031786,94875313,613283664,1321442641,8541939510,18405321661,118973869476,256353060613,1657092233154,3570537526921,23080317394680,49731172316281,321467351... | 45.666667 | 489 | 0.830657 |
e2dc7d15df4850ea4d3071e54342c91060cda32b | 4,663 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_590.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_0xca.log_21829_590.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_0xca.log_21829_590.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 %rax
push %rbx
push %rcx
push %rdx
lea addresses_UC_ht+0x1b976, %rax
xor %rbx, %rbx
mov $0x6162636465666768, %r10
movq %r10, %xmm7
and $0xffffffffffffffc0, %rax
movntdq %xmm7, (%rax)
nop
nop
nop
and %rcx, %rcx
lea addresses_UC_ht+0x14113, %r11
nop
ad... | 52.988636 | 2,999 | 0.661591 |
ec9872d1070d867d34b73e287e3f9f14ab5e1b51 | 398 | asm | Assembly | oeis/100/A100311.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/100/A100311.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/100/A100311.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A100311: Modulo 2 binomial transform of 8^n.
; Submitted by Jamie Morken(s2)
; 1,9,65,585,4097,36873,266305,2396745,16777217,150994953,1090519105,9814671945,68736258049,618626322441,4467856773185,40210710958665,281474976710657,2533274790395913,18295873486192705,164662861375734345
mov $1,1
lpb $0
sub $0,1
mul $1,... | 33.166667 | 203 | 0.778894 |
3ab6eac01dc0fc99fa1967a95cc370f3f725451b | 15 | asm | Assembly | src/main/fragment/mos6502-common/pbuc1_derefidx_vbuaa=vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/pbuc1_derefidx_vbuaa=vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/pbuc1_derefidx_vbuaa=vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | tax
sta {c1},x
| 5 | 10 | 0.6 |
a29e562ac22e18e2702284af3bff4043dd9bff9d | 1,109 | asm | Assembly | _build/dispatcher/jmp_ippsHashMethod_MD5_7da5ff38.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsHashMethod_MD5_7da5ff38.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsHashMethod_MD5_7da5ff38.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsHashMethod_MD5:function
extern n8_ippsHashMethod_MD5:function
extern y8_ippsHashMethod_MD5:function
extern e9_ippsHashMethod_MD5:function
extern l9_ippsHashMethod_MD5:function
extern n0_ippsHashMethod_MD5:function
extern k0_ippsHashMethod_MD5:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeIni... | 28.435897 | 99 | 0.801623 |
0c40e15244fa420aa1517f504c46e32a2ad97e95 | 4,780 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_714.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_714.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_714.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %rbx
push %rdi
push %rsi
lea addresses_normal_ht+0x297b, %r15
nop
nop
nop
nop
nop
xor $14992, %rbx
mov (%r15), %r8d
nop
nop
and %rsi, %rsi
lea addresses_UC_ht+0x7ee1, %rdi
nop
nop
xor $47635, %rsi
mov (%rdi), %r13w
inc %r13
lea add... | 47.8 | 2,999 | 0.658368 |
c4c69df57a99de5ef23fc10bfaf07857d8afb3eb | 628 | asm | Assembly | oeis/192/A192858.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192858.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192858.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192858: Hosoya indices of the 2n-wheel graphs W_{2n}.
; 2,10,36,120,382,1178,3550,10514,30720,88788,254342,723190,2043386,5742490,16062492,44744688,124192270,343594514,947857750,2608015778,7159034232,19609583820,53608363286,146290947310,398552156402,1084153113898,2944982283540,7989231439464,21646950044830,5858589502... | 48.307692 | 484 | 0.835987 |
1e50b84da62418e13d608dc8621c42f90e3b3ff4 | 173 | asm | Assembly | libraries/mmlibc/amd64/src/tls.asm | betopp/pathetix | a18a1211f6f3ca3c9ebd0e3de6784ae0591d1265 | [
"MIT"
] | null | null | null | libraries/mmlibc/amd64/src/tls.asm | betopp/pathetix | a18a1211f6f3ca3c9ebd0e3de6784ae0591d1265 | [
"MIT"
] | null | null | null | libraries/mmlibc/amd64/src/tls.asm | betopp/pathetix | a18a1211f6f3ca3c9ebd0e3de6784ae0591d1265 | [
"MIT"
] | null | null | null | ;tls.asm
;TLS getter for MuKe's libc on AMD64
;Bryan E. Topp <betopp@betopp.com> 2021
section .text
bits 64
align 16
global _tls ;_tls_t *_tls()
_tls:
rdgsbase RAX
ret
| 13.307692 | 39 | 0.722543 |
e27f086261a8fcc54f3b39f0914dc3de5f7a4926 | 125 | asm | Assembly | SCS3211/Excercises/ex09.asm | UdeshUK/UCSC-CS | b7e8776218e709d4e0cabdfd04a5994a91bb4cf2 | [
"Beerware"
] | 6 | 2018-06-13T16:11:41.000Z | 2019-04-27T10:30:35.000Z | SCS3211/Excercises/ex09.asm | Useful-Ad-1249/UCSC-CS | b7e8776218e709d4e0cabdfd04a5994a91bb4cf2 | [
"Beerware"
] | null | null | null | SCS3211/Excercises/ex09.asm | Useful-Ad-1249/UCSC-CS | b7e8776218e709d4e0cabdfd04a5994a91bb4cf2 | [
"Beerware"
] | null | null | null | .text
jal f1
jal f1
li $v0 10
syscall
f1:
la $a0 hello
li $v0 4
syscall
jr $ra
.data
hello: .asciiz "Hello World" | 9.615385 | 28 | 0.632 |
19d8c1d5b5af5f3b506fc34cdee2eadf611ffbd3 | 11,202 | asm | Assembly | Library/Kernel/DBase/dbaseStructure.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Kernel/DBase/dbaseStructure.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Kernel/DBase/dbaseStructure.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Database Library -- Basic Structure Manipulations
FILE: dbStructure.asm
AUTHOR: John Wedgwood, Jul 24, 1989
METHODS:
Name Description
---- ... | 29.634921 | 79 | 0.608195 |
d3f0f22c102a4f6add16260d26bf95184ae42b9d | 684 | asm | Assembly | lab3/lab3assembly.asm | Manwlis/MIPS-Assembly-examples | ec08d3e015144d39f41c0bc953d7e68a55e767c9 | [
"MIT"
] | null | null | null | lab3/lab3assembly.asm | Manwlis/MIPS-Assembly-examples | ec08d3e015144d39f41c0bc953d7e68a55e767c9 | [
"MIT"
] | null | null | null | lab3/lab3assembly.asm | Manwlis/MIPS-Assembly-examples | ec08d3e015144d39f41c0bc953d7e68a55e767c9 | [
"MIT"
] | null | null | null | .data
choice0: .asciiz "epelekse (1-5): "
choice1: .asciiz "\n1.dhmiourgia listas"
choice2: .asciiz "2.eisagwgh antikeimenoy"
choice3: .asciiz "3.diagrafh antikeimenou"
choice4: .asciiz "4.ektipwsh sigkekrimenou stoixeiou"
choice5: .asciiz "5.eksodos"
final: .asciiz "Epelekses : "
.text
main:
while:
li $v0, 4
la $... | 12 | 53 | 0.69152 |
9d77865d9aecbbf88c765e3e13c12b3fec4299f3 | 595 | asm | Assembly | oeis/054/A054783.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054783.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054783.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054783: (n^2)-th Fibonacci number.
; 0,1,3,34,987,75025,14930352,7778742049,10610209857723,37889062373143906,354224848179261915075,8670007398507948658051921,555565404224292694404015791808,93202207781383214849429075266681969,40934782466626840596168752972961528246147,47068900554068939361891195233676009091941690850,141... | 99.166667 | 464 | 0.870588 |
af31965c30267abbfbf0c9a26ff6cd6c280b6f71 | 535 | asm | Assembly | rev.asm | siraben/awk-vm | fd68d920de4a0347c9194c2255d1095aaa754a4c | [
"MIT"
] | 8 | 2019-05-01T21:51:26.000Z | 2022-01-21T02:00:54.000Z | rev.asm | siraben/awk-vm | fd68d920de4a0347c9194c2255d1095aaa754a4c | [
"MIT"
] | null | null | null | rev.asm | siraben/awk-vm | fd68d920de4a0347c9194c2255d1095aaa754a4c | [
"MIT"
] | 2 | 2020-06-24T13:29:58.000Z | 2020-07-29T00:16:46.000Z | ;; Reverse a user's string.
lda msg1
puts
get_s
getc
jz print_rev ;; Reached end
sti s_ptr
ld s_ptr
inc
st s_ptr
ld c
dec ;; Decrement c
jz print_rev ;; Out of characters.
st c
j get_s
print_rev
lda s
sub s_ptr
inc
;; c contains number of characte... | 13.375 | 47 | 0.601869 |
a42155beb001bb68e8bcc464407c2c9fa8640bfa | 418 | asm | Assembly | oeis/064/A064685.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/064/A064685.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/064/A064685.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A064685: Length of orbit of 2n+1 in the 3x+1 problem.
; Submitted by Jon Maiga
; 1,8,6,17,20,15,10,18,13,21,8,16,24,112,19,107,27,14,22,35,110,30,17,105,25,25,12,113,33,33,20,108,28,28,15,103,116,15,23,36,23,111,10,31,31,93,18,106,119,26,26,88,39,101,114,70,13,34,21,34,96,47,109,47,122
mul $0,2
seq $0,6577 ; Number ... | 52.25 | 207 | 0.691388 |
fff7b059ec98148e2a4c573a241c59e162ef529d | 604 | asm | Assembly | oeis/001/A001459.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001459.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001459.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001459: a(n) = (5*n)!/((2*n)!*(2*n)!*n!).
; 1,30,3150,420420,62355150,9816086280,1605660228900,269764879032000,46225898052627150,8042050347997165500,1415997888807961859400,251762943910387780962000,45125969443194371927422500,8143514687130622653091029120,1478138194032735032800001630400,26964474635705268011899083249792... | 50.333333 | 479 | 0.849338 |
64d60a7b6231cd5883c77ed35dd4c66448b5ec85 | 488 | asm | Assembly | oeis/219/A219636.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/219/A219636.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/219/A219636.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A219636: Complement of A035336.
; Submitted by Christian Krause
; 0,1,3,4,5,6,8,9,11,12,13,14,16,17,18,19,21,22,24,25,26,27,29,30,32,33,34,35,37,38,39,40,42,43,45,46,47,48,50,51,52,53,55,56,58,59,60,61,63,64,66,67,68,69,71,72,73,74,76,77,79,80,81,82,84,85,87,88,89,90,92,93,94,95,97,98,100,101,102,103,105,106,107,108,... | 48.8 | 317 | 0.665984 |
2fa41b78e7b5444e414d11f157661fc16762543c | 657,321 | asm | Assembly | kernel.asm | tzulang/os3 | 12bdb09332eaa58c1b3ae2e28325883561650c1a | [
"MIT-0"
] | null | null | null | kernel.asm | tzulang/os3 | 12bdb09332eaa58c1b3ae2e28325883561650c1a | [
"MIT-0"
] | null | null | null | kernel.asm | tzulang/os3 | 12bdb09332eaa58c1b3ae2e28325883561650c1a | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 0f in $0xf,%al
8010000c <entry>:... | 37.774898 | 74 | 0.539345 |
686607eda618b40ede28067023f122b447cd0ae3 | 50 | asm | Assembly | experiments/demo/checker.asm | phlo/concubine | 2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1 | [
"MIT"
] | null | null | null | experiments/demo/checker.asm | phlo/concubine | 2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1 | [
"MIT"
] | null | null | null | experiments/demo/checker.asm | phlo/concubine | 2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1 | [
"MIT"
] | null | null | null | CHECK 0
ADD 0
ADD 1
JZ error
EXIT 0
error: EXIT 1
| 7.142857 | 13 | 0.72 |
c67b89db4ce82682e63d3e3759bb89335943ff91 | 5,826 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21493_493.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21493_493.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21493_493.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x560b, %r12
sub %r13, %r13
mov (%r12), %r8d
nop
nop
and $26262, %rbp
lea addresses_WT_ht+0xe20b, %r8
dec %r11
mov (%r8), %r15
nop
dec %rbp
lea addresses_UC_ht+0x415b... | 40.741259 | 2,999 | 0.655338 |
01c4f5244d7b664603293b6adfa309679ba1dceb | 342 | asm | Assembly | invertedstatic.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 26 | 2018-12-19T03:33:19.000Z | 2021-08-07T19:47:06.000Z | invertedstatic.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 26 | 2019-02-01T05:38:23.000Z | 2022-01-20T21:25:39.000Z | invertedstatic.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 32 | 2018-12-18T13:54:33.000Z | 2022-01-25T23:38:48.000Z | ;Statically mapped at $A1A000 Referenced by the front end. Do not move without coordination.
InvertedTileAttributeLookup:
SEP #$20
LDA $8A : CMP.b #$47 : BEQ .turtleRock
LDA Overworld_TileAttr, X
JML.l Overworld_GetTileAttrAtLocation_continue
.turtleRock
LDA Inverted_TR_TileAttributes, X
JML.l Overworld_GetTileAt... | 34.2 | 92 | 0.821637 |
a0dfe07560e9ac69d596065f04e5cba1edbb2aa3 | 13,383 | asm | Assembly | src/bin/OS/bluekernel/kernel/mechanism/pc/kernel_pc.asm | stanman29/c_lang_project | b93a7028d7a491ff5668f3ac930e06b193a210e8 | [
"MIT"
] | 1 | 2021-02-19T09:18:51.000Z | 2021-02-19T09:18:51.000Z | src/bin/OS/bluekernel/kernel/mechanism/pc/kernel_pc.asm | stanman29/c_lang_project | b93a7028d7a491ff5668f3ac930e06b193a210e8 | [
"MIT"
] | null | null | null | src/bin/OS/bluekernel/kernel/mechanism/pc/kernel_pc.asm | stanman29/c_lang_project | b93a7028d7a491ff5668f3ac930e06b193a210e8 | [
"MIT"
] | null | null | null | ; -------------------------------------------------------------------------------------------------
; kernel_pc.asm
; This file contains support routines for the kernel C code.
;
; This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
; International License. To view a copy of thi... | 21.903437 | 99 | 0.678547 |
d61c3512bb86fe127667a6e9680b2ead43f0aaef | 1,622 | asm | Assembly | asm/linux/amd64/helloworld.asm | thrig/scripts | cbde9e8ea8c3abcad0745276b06a30f1c21f9221 | [
"0BSD"
] | 17 | 2017-01-30T18:00:47.000Z | 2021-11-14T06:31:45.000Z | asm/linux/amd64/helloworld.asm | thrig/scripts | cbde9e8ea8c3abcad0745276b06a30f1c21f9221 | [
"0BSD"
] | 1 | 2020-01-04T08:43:07.000Z | 2020-01-04T08:43:07.000Z | asm/linux/amd64/helloworld.asm | thrig/scripts | cbde9e8ea8c3abcad0745276b06a30f1c21f9221 | [
"0BSD"
] | 2 | 2020-01-03T15:58:46.000Z | 2020-04-17T09:25:48.000Z | ; minimal (as far as I can make it, by executable size) "Hello World"
; for Linux amd64 with nasm
BITS 64
org 0x08048000 ; default executable load address
ehdr: ; Elf64_Ehdr
db 0x7f,"ELF"
; wrong wrong wrong wrong wrong but it saves us a few bytes (why does
; ... | 30.603774 | 69 | 0.409371 |
8af443b70ddffd5aaeb98c0c0570f222d5e77c95 | 675 | asm | Assembly | boot/boot_cyno.asm | TheCynosure/CynOS | a6f3583584c880f93acfa43e66975dbf674d525a | [
"MIT"
] | 1 | 2017-08-24T00:23:03.000Z | 2017-08-24T00:23:03.000Z | boot/boot_cyno.asm | TheCynosure/CynOS | a6f3583584c880f93acfa43e66975dbf674d525a | [
"MIT"
] | 1 | 2017-12-05T22:47:25.000Z | 2018-12-17T02:31:56.000Z | boot/boot_cyno.asm | TheCynosure/CynOS | a6f3583584c880f93acfa43e66975dbf674d525a | [
"MIT"
] | null | null | null | VERSION_LARGE_NUM equ 1
VERSION_SMALL_NUM equ 0
bits 32
section .bss
;Creating a stack
align 16
stack_b:
resb 8196 ; 8Kb stack
stack_t:
section .text
global start
extern init_terminal
start:
mov esp, [stack_t]
;mov eax, 0x00b8000
;mov ebx, text_t
;mov ecx, text_b
;call write_t... | 15.697674 | 42 | 0.62963 |
b6cb709673f08f8878887da0876b63a3a9464ed1 | 141 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddrcup.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddrcup.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddrcup.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *zx_saddrcup(void *saddr)
SECTION code_arch
PUBLIC zx_saddrcup
zx_saddrcup:
INCLUDE "arch/zx/display/z80/asm_zx_saddrcup.asm"
| 12.818182 | 52 | 0.77305 |
1ee438e2075e7b714b34651c7ec847f2882d1590 | 420 | asm | Assembly | oeis/091/A091753.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/091/A091753.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/091/A091753.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A091753: Fourth column (m=5) of array A091752 ((-1,2)Stirling2) divided by -6.
; Submitted by Simon Strandgaard
; 1,60,6720,1232000,336336000,128076748800,64892219392000,42217023873024000,34301331896832000000,34042166278055936000000,40523794737397786214400000,56991191326140341157888000000
mov $2,$0
seq $0,91535 ; Fi... | 35 | 177 | 0.771429 |
c44a4856ced06300a11e601be6120fc8a3e1f0ad | 6,903 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_284.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_284.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_284.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 %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1246f, %r9
nop
nop
nop
add %r11, %r11
movw $0x6162, (%r9)
nop
nop
nop
and $58631, %rbp
lea addresses_normal_ht+0xaf7f, %rcx
clflush (%rcx)
nop
nop
xor $50262, %rdi
vmovups (%rc... | 36.141361 | 2,999 | 0.654933 |
1711f0e6bcfd395747376f04b706590e4ac8d84a | 3,546 | asm | Assembly | examples/dionne/rvideo/rvideo.asm | jamieleecho/tasm6801 | e64b3e97243ba767e98d97aa6e90e35726e5ecdd | [
"MIT"
] | 8 | 2019-05-07T00:06:50.000Z | 2022-01-29T14:57:54.000Z | examples/dionne/rvideo/rvideo.asm | jamieleecho/tasm6801 | e64b3e97243ba767e98d97aa6e90e35726e5ecdd | [
"MIT"
] | null | null | null | examples/dionne/rvideo/rvideo.asm | jamieleecho/tasm6801 | e64b3e97243ba767e98d97aa6e90e35726e5ecdd | [
"MIT"
] | 1 | 2021-01-18T01:50:42.000Z | 2021-01-18T01:50:42.000Z | scnwdth .equ $20 ; screen width
fretop .equ $9b ; upperbound of stack
himem .equ $a1 ; higest RAM address used by BASIC
tmp .equ $cc ; temp storage in floating point result
devnum .equ $e8 ; current i/o device number: 0 = screen; -1 = printer
chrget .equ $eb ; get next input character
scnstrt .equ $4000 ; sc... | 18.962567 | 71 | 0.655386 |
d92eed6c0c6e9cec1f19753e9e10c4a630ca0405 | 11,614 | asm | Assembly | Library/Trans/TransCommon/transUI.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Trans/TransCommon/transUI.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Trans/TransCommon/transUI.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: Translation Libraries
FILE: transUI.asm
AUTHOR: Jimmy Lefkowitz, July 1991
ROUTINES:
Name Description
---- -----------
GLB Trans... | 23.995868 | 91 | 0.553126 |
e25ce8a6721da2395addc951aef068c9bbb05a7e | 338 | asm | Assembly | programs/oeis/135/A135984.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/135/A135984.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/135/A135984.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A135984: a(n) = 24(prime(n))+7.
; 55,79,127,175,271,319,415,463,559,703,751,895,991,1039,1135,1279,1423,1471,1615,1711,1759,1903,1999,2143,2335,2431,2479,2575,2623,2719,3055,3151,3295,3343,3583,3631,3775,3919,4015,4159,4303,4351,4591,4639,4735
seq $0,6005 ; The odd prime numbers together with 1.
max $0,2
sub $0,2
mu... | 37.555556 | 211 | 0.721893 |
b693a89ccf4e10af2d41f887f00a6d4d36a6d2dd | 3,992 | asm | Assembly | academic-work/Assembly/Ficha004_Assembly8086.asm | joao-neves95/Exercises_Challenges_Courses | 02b6e25d9a270395bbf6dc8111c2419bba4f3edc | [
"MIT"
] | null | null | null | academic-work/Assembly/Ficha004_Assembly8086.asm | joao-neves95/Exercises_Challenges_Courses | 02b6e25d9a270395bbf6dc8111c2419bba4f3edc | [
"MIT"
] | 4 | 2018-11-10T01:05:14.000Z | 2021-06-25T15:16:28.000Z | academic-work/Assembly/Ficha004_Assembly8086.asm | joao-neves95/Exercises_Challenges_Courses | 02b6e25d9a270395bbf6dc8111c2419bba4f3edc | [
"MIT"
] | null | null | null | ; By: Joao Neves (SHIVAYL)
;
; Find and replace.
; Assembly 8086
;
#make_COM#
org 100h
jmp Main
.Data
getInputInfo dw ' Insira uma frase: ' , 13 , 10 , '$'
getToReplaceInfo dw ' Insira a palavra a ser substituida: ' , 13 , 10 , '$'
getReplacerInfo dw ' Insira a palavra substituidora: ' , 13 , 10 , ... | 20.060302 | 81 | 0.532565 |
d7d973bd8bb90f89090b1071f35c57e9947772fe | 706 | asm | Assembly | oeis/041/A041866.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041866.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041866.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041866: Numerators of continued fraction convergents to sqrt(455).
; Submitted by Christian Krause
; 21,64,2709,8191,346731,1048384,44378859,134184961,5680147221,17174626624,727014465429,2198218022911,93052171427691,281354732305984,11909950928279019,36011207517143041,1524380666648286741,4609153207462003264,195108815... | 39.222222 | 470 | 0.830028 |
41b59572be0adfc655410524df87e3cf5dd62e9f | 8,426 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_228.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_228.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_228.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 %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1e4eb, %r8
nop
nop
nop
xor %r12, %r12
movw $0x6162, (%r8)
nop
nop
nop
xor %rax, %rax
lea addresses_UC_ht+0x7684, %r12
nop
xor $14598, %r8
mov (%r12), %cx
add %rcx, %rcx
lea a... | 33.839357 | 2,999 | 0.650724 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.