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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5e1cadce26fe104067ac46c7e444e3dc4a065ac4 | 726 | asm | Assembly | programs/oeis/066/A066872.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/066/A066872.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/066/A066872.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A066872: p^2 + 1 as p runs through the primes.
; 5,10,26,50,122,170,290,362,530,842,962,1370,1682,1850,2210,2810,3482,3722,4490,5042,5330,6242,6890,7922,9410,10202,10610,11450,11882,12770,16130,17162,18770,19322,22202,22802,24650,26570,27890,29930,32042,32762,36482,37250,38810,39602,44522,49730,51530,52442,54290,5712... | 90.75 | 595 | 0.800275 |
977c68f7bae778da5f1daf3866abb479d1bfc57b | 772 | asm | Assembly | oeis/048/A048576.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/048/A048576.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/048/A048576.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A048576: Pisot sequence L(2,7).
; Submitted by Christian Krause
; 2,7,25,90,324,1167,4204,15145,54561,196561,708130,2551107,9190611,33110070,119282248,429725902,1548129365,5577286637,20092717660,72385969961,260777498389,939476306012,3384554783333,12193187851654,43927145371633,158251814371812,570117555786882,205390395... | 30.88 | 482 | 0.757772 |
7a7c37f76ebbc6e067b270626ef959c3b2788a1e | 268 | asm | Assembly | tp/libs/asmlib/libad64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | tp/libs/asmlib/libad64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | tp/libs/asmlib/libad64.asm | pg83/zm | ef9027bd9ee260118fdf80e8b53361da1b7892f3 | [
"MIT"
] | null | null | null | %include "defs.asm"
; ----------------------------- LIBAD64.ASM ---------------------------
; DLL entry function for LIBAD64.DLL
default rel
global DllEntry: function
SECTION .text align=16
DllEntry:
mov eax, 1
ret
;DllMain endp
| 16.75 | 72 | 0.492537 |
4bfb7e33f7d57271f0792eeeafb38b42316bce72 | 22,081 | asm | Assembly | kernel/set.asm | pixie-grasper/operating-system | 5a48872f67ef6cdcfbd454e73c6a9c3be7f1eea2 | [
"MIT"
] | 1 | 2016-05-14T11:00:13.000Z | 2016-05-14T11:00:13.000Z | kernel/set.asm | pixie-grasper/operating-system | 5a48872f67ef6cdcfbd454e73c6a9c3be7f1eea2 | [
"MIT"
] | null | null | null | kernel/set.asm | pixie-grasper/operating-system | 5a48872f67ef6cdcfbd454e73c6a9c3be7f1eea2 | [
"MIT"
] | 1 | 2021-09-08T10:16:46.000Z | 2021-09-08T10:16:46.000Z | %ifndef SET_ASM_
%define SET_ASM_
; structure
; set = {root-node | nil, reserved}
; node = {value, left | nil, right | nil}, extra-field = balance: 8 bits
; balance = -2 .. 2 (includes internal-state-value)
set:
.new:
call objects.new.raw
mov byte [rax + object.class], object.set
id_from_addr a
ret
... | 24.105895 | 76 | 0.650559 |
d5b65073f7b3762f99205664937890411ac81a25 | 1,900 | asm | Assembly | test_programs/debug_tools.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 53 | 2016-04-12T07:22:49.000Z | 2022-03-25T09:24:48.000Z | test_programs/debug_tools.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 196 | 2020-06-05T04:59:50.000Z | 2021-03-13T21:27:11.000Z | test_programs/debug_tools.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 15 | 2017-07-31T11:26:56.000Z | 2022-02-22T14:22:46.000Z | ; utility routines for debugging
; sysdef.asm needs to be included before this
; done by sy2002 in August 2015
; copy code from one memory destination (e.g. ROM) to another (e.g. RAM)
; R8: amount of instruction words to copy
; R9: src, R10: dst
;
; CAUTION FOR R8: if the last opcode consists of two words, then better... | 50 | 78 | 0.518421 |
c5b251aa66a3461cfe150254ee8f54ef1e490b4f | 1,693 | asm | Assembly | programs/oeis/230/A230088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/230/A230088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/230/A230088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A230088: Partial sums of A010062.
; 1,3,6,11,18,28,40,54,71,90,112,137,165,196,232,270,311,355,402,454,509,569,633,698,765,835,908,984,1063,1147,1234,1326,1422,1520,1621,1726,1835,1949,2067,2190,2319,2450,2584,2721,2861,3004,3152,3303,3459,3619,3781,3946,4115,4288,4466,4648,4835,5028,5224,5423,5627,5835,6046,6262,648... | 65.115385 | 1,409 | 0.76137 |
1c8e711b39a302bb23237b3c64937bd2ec9a5812 | 2,792 | asm | Assembly | collector/src/hooks.asm | tyoma/micro-profiler | 32f6981c643b93997752d414f631fd6684772b28 | [
"MIT"
] | 194 | 2015-07-27T09:54:24.000Z | 2022-03-21T20:50:22.000Z | collector/src/hooks.asm | tyoma/micro-profiler | 32f6981c643b93997752d414f631fd6684772b28 | [
"MIT"
] | 63 | 2015-08-19T16:42:33.000Z | 2022-02-22T20:30:49.000Z | collector/src/hooks.asm | tyoma/micro-profiler | 32f6981c643b93997752d414f631fd6684772b28 | [
"MIT"
] | 33 | 2015-08-21T17:48:03.000Z | 2022-02-23T03:54:17.000Z | ; Copyright (c) 2011-2021 by Artem A. Gevorkyan (gevorkyan.org)
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, ... | 21.643411 | 79 | 0.758596 |
5e8f55703016324dd6b971b8ed33593e47a7abca | 1,881 | asm | Assembly | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/AdaptiveTessellationCS40/TessellatorCS40_ScatterIDCS_Index.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 125 | 2015-01-04T09:33:05.000Z | 2022-03-13T05:08:50.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/AdaptiveTessellationCS40/TessellatorCS40_ScatterIDCS_Index.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 1 | 2015-04-01T22:26:14.000Z | 2015-04-02T12:57:18.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/AdaptiveTessellationCS40/TessellatorCS40_ScatterIDCS_Index.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 36 | 2015-01-26T22:01:38.000Z | 2022-01-26T04:35:56.000Z | //
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.20714
//
//
///
// Buffer Definitions:
//
// cbuffer cbCS
// {
//
// uint4 g_param; // Offset: 0 Size: 16
//
// }
//
// Resource bind info for InputScanned
// {
//
// uint2 $Element; // Offset: 0 Size: ... | 24.75 | 78 | 0.478469 |
bc8ba5d78048d14e29bce917e6cc40de29736840 | 575 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_border.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_border.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_border.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; 2014
; ===============================================================
;
; void zx_border(uchar colour)
;
; Set border colour and avoid audible click.
;
; ===============================================================
SECTION code_arch
PUBLIC asm_... | 16.428571 | 65 | 0.403478 |
0cae88fcff547633cc90dcfd4f2d29f600a58389 | 482 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_copysign.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_copysign.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_copysign.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; double copysign(double x, double y)
SECTION code_clib
SECTION code_fp_math48
PUBLIC am48_copysign
am48_copysign:
; Make sign of AC' the same as sign of AC
;
; enter : AC' = double x
; AC = double y
;
; exit : AC' = abs(x) * sgn(y)
;
; uses : af, b'
ld a,l
or a
jr z, z... | 13.388889 | 51 | 0.491701 |
497a6e513b8d63b165a12d06eca4e8c07cf61bb8 | 1,378 | asm | Assembly | ASM/fib.asm | 0x0D15EA5Exd/College | 42d78e5d53bef5738684019bf57840bdf2f7d96c | [
"Unlicense"
] | 1 | 2021-11-29T15:22:06.000Z | 2021-11-29T15:22:06.000Z | ASM/fib.asm | 0x0D15EA5Exd/College | 42d78e5d53bef5738684019bf57840bdf2f7d96c | [
"Unlicense"
] | null | null | null | ASM/fib.asm | 0x0D15EA5Exd/College | 42d78e5d53bef5738684019bf57840bdf2f7d96c | [
"Unlicense"
] | null | null | null | ; fibonacci.asm
; (nasm syntax)
; 0xDEADC0DE
; CS310
;
; Use a loop to calculate and print the first 7 fibonacci numbers
global _start ;
%include "Along32.inc" ;
section .text
; function fib
; takes one parameter: ecx -- return the ecx'th fibonacci number
; returns the value in eax
fib:
cmp ecx, 2 ; special-case ... | 22.590164 | 77 | 0.632801 |
c6c3dd1359caa34a414cf0be42092ee74c5e73bc | 502 | asm | Assembly | oeis/227/A227842.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/227/A227842.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/227/A227842.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A227842: First differences of A014817.
; 1,2,3,2,4,5,6,5,5,8,9,6,10,11,12,7,13,12,15,12,14,17,18,13,15,20,19,16,22,21,24,17,21,26,27,18,26,29,28,21,29,28,33,28,30,33,36,27,31,34,35,32,38,39,40,31,37,42,45,32,44,45,46,33,45,44,49,44,46,51,52,37,49,56,49,48,54,53,60,47
mov $3,2
mov $5,$0
lpb $3
mov $0,$5
sub $3,1
... | 23.904762 | 228 | 0.581673 |
d9407ec74eae3e755c57c842c140a53acb061dc5 | 5,978 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_1887_735.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_1887_735.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_1887_735.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1bdca, %rsi
lea addresses_UC_ht+0x1007c, %rdi
nop
nop
nop
cmp $7885, %r15
mov $41, %rcx
rep movsb
nop
nop
nop
and %rax, %rax
lea addresses_UC_ht+0x15282, %rax
nop
nop
nop
inc %r8
mov $0... | 36.012048 | 2,999 | 0.656072 |
f87b9d5852995e42dda1ea7da697a68865a0a1fb | 115 | asm | Assembly | p0902.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | 1 | 2018-07-23T10:30:22.000Z | 2018-07-23T10:30:22.000Z | p0902.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | p0902.asm | zhangyuesai/8086-asm-learning-code | a934fb3a98a53a6167b647535b3251680294a786 | [
"MIT"
] | null | null | null | assume cs:codesg
codesg segment
start:
mov ax,0
mov bx,0
jmp short s
add ax,1
s: inc ax
codesg ends
end start | 9.583333 | 16 | 0.721739 |
db994b9fdedf000cabba53c8c85212085dee0285 | 1,828 | asm | Assembly | programs/oeis/153/A153058.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/153/A153058.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/153/A153058.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A153058: a(0)=4; a(n)=n^2+a(n-1) for n>0.
; 4,5,9,18,34,59,95,144,208,289,389,510,654,823,1019,1244,1500,1789,2113,2474,2874,3315,3799,4328,4904,5529,6205,6934,7718,8559,9459,10420,11444,12533,13689,14914,16210,17579,19023,20544,22144,23825,25589,27438,29374,31399,33515,35724,38028,40429,42929,45530,48234,51043,53959... | 203.111111 | 1,735 | 0.837527 |
506e569c70342773c4c20bfc29f53d3817f195d5 | 2,622 | asm | Assembly | bootloader/x86_64/bootsector.asm | hyperswine/Redox2 | b090d53c3270d6eabf7d2fce5077d1bb0c78052a | [
"MIT"
] | 43 | 2017-02-03T15:58:57.000Z | 2022-02-03T22:56:21.000Z | bootloader/x86_64/bootsector.asm | hyperswine/Redox2 | b090d53c3270d6eabf7d2fce5077d1bb0c78052a | [
"MIT"
] | 3 | 2017-06-25T08:05:42.000Z | 2018-03-05T15:45:01.000Z | bootloader/x86_64/bootsector.asm | hyperswine/Redox2 | b090d53c3270d6eabf7d2fce5077d1bb0c78052a | [
"MIT"
] | 9 | 2017-03-05T20:55:19.000Z | 2022-03-16T18:09:38.000Z | ORG 0x7C00
SECTION .text
USE16
boot: ; dl comes with disk
; initialize segment registers
xor ax, ax
mov ds, ax
mov es, ax
mov ss, ax
; initialize stack
mov sp, 0x7C00
; initialize CS
push ax
push word .set_cs
retf
.set_cs:
; save disk number
mov [disk], dl
m... | 16.700637 | 100 | 0.620137 |
fa2206e9931fca3bbe06c077c7636cdbb64bd393 | 444 | asm | Assembly | programs/oeis/190/A190582.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/190/A190582.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/190/A190582.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A190582: Generalized McCarthy function: a(n) = n - s if n > c; otherwise, a(n) = a(a(n+t)) with d = t - s > 0, with parameters t=15, s=9, c=21.
; 16,17,18,13,14,15,16,17,18,13,14,15,16,17,18,13,14,15,16,17,18,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40
mov $2,$0
mov $0,5
mov $... | 23.368421 | 148 | 0.581081 |
452d8963331bc9688edfdb3351a6362c13c9d34a | 285 | asm | Assembly | ADD.asm | ELASRIYASSINE/DSP-DIGITAL-SIGNAL-PROCESSING-CODES- | 80768861501771c907e78ea37043fe67dffcd974 | [
"Unlicense"
] | null | null | null | ADD.asm | ELASRIYASSINE/DSP-DIGITAL-SIGNAL-PROCESSING-CODES- | 80768861501771c907e78ea37043fe67dffcd974 | [
"Unlicense"
] | null | null | null | ADD.asm | ELASRIYASSINE/DSP-DIGITAL-SIGNAL-PROCESSING-CODES- | 80768861501771c907e78ea37043fe67dffcd974 | [
"Unlicense"
] | null | null | null | ; ADRESSAGE DIRECT
; ADDITION ET STOCKAGE DE DONNE
.text
ldi 55,R2 ;CHARGER 55 DANS R2
sti R2,@180h ;STOCKER R2 DANS L'ADRESSE @180h
ldi 45,R2 ;CHARGER 45 DANS R2
addi @180h, R2 ;MULTIPLIER @ PAR R2 RESULTAT SUR R2
sti R2,@181h ;STOCKER R2 DANS L'ADRESSE @181h
.end | 31.666667 | 54 | 0.691228 |
53bf33c202d54f573b2420d85195c4e405669123 | 1,150 | asm | Assembly | programs/oeis/130/A130261.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130261.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130261.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A130261: Partial sums of the 'lower' even Fibonacci Inverse A130259.
; 0,1,2,4,6,8,10,12,15,18,21,24,27,30,33,36,39,42,45,48,51,55,59,63,67,71,75,79,83,87,91,95,99,103,107,111,115,119,123,127,131,135,139,143,147,151,155,159,163,167,171,175,179,183,187,192,197,202,207,212,217,222,227,232,237,242,247,252,257,262,267,27... | 104.545455 | 1,007 | 0.733913 |
93a5df4df86a6e579053e30cd597c5e8cc9c2a8e | 8,420 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1665.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_1665.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_1665.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x10d7c, %rsi
lea addresses_WT_ht+0x1a75c, %rdi
nop
nop
nop
nop
nop
cmp $10898, %r15
mov $64, %rcx
rep movsq
nop
nop
nop
nop
xor $42449, %r8
lea addresses_UC_ht+0x10027, %rbp
c... | 31.301115 | 2,999 | 0.656176 |
3aa51b4bb4de872c4a0d4d3156b134fcedea974e | 405 | asm | Assembly | samples/for.asm | mateusragazzi/MIPS-Codes | fbdb3b753cdcb7ba4b3c0d97158ba679a2c32b92 | [
"Apache-2.0"
] | 2 | 2019-04-25T19:05:38.000Z | 2019-05-19T06:45:54.000Z | samples/for.asm | mateusragazzi/MIPS-Codes | fbdb3b753cdcb7ba4b3c0d97158ba679a2c32b92 | [
"Apache-2.0"
] | null | null | null | samples/for.asm | mateusragazzi/MIPS-Codes | fbdb3b753cdcb7ba4b3c0d97158ba679a2c32b92 | [
"Apache-2.0"
] | 2 | 2019-04-25T19:09:10.000Z | 2019-05-19T07:11:44.000Z | .text
addi $t0, $zero, 0 # i = 0
addi $t7, $zero, 10 # max = 10
for: slt $t1, $t0, $t7 # condition (step 1)
beq $t1, $zero, endfor # condition (step 2)
# put your code here
li $v0, 1 # load service to print an integer
add $a0, $t0, $zero # load value to register $a
syscall
# end of code
add... | 27 | 56 | 0.592593 |
29d09a31d11afa5eae16e8909502ce68ef2e7235 | 2,095 | asm | Assembly | programs/oeis/130/A130809.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/130/A130809.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130809.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A130809: If X_1, ..., X_n is a partition of a 2n-set X into 2-blocks then a(n) is equal to the number of 3-subsets of X containing none of X_i, (i=1,...,n).
; 8,32,80,160,280,448,672,960,1320,1760,2288,2912,3640,4480,5440,6528,7752,9120,10640,12320,14168,16192,18400,20800,23400,26208,29232,32480,35960,39680,43648,478... | 261.875 | 1,897 | 0.845823 |
6c6363726bbcdc8cf7ade430696b970bbf989259 | 6,564 | asm | Assembly | kernel/interrupts/isr_as.asm | npodonnell/DBOS | c3c8dc8ff983ff4d41f86fbcaefaa9f682305a14 | [
"MIT"
] | 2 | 2022-01-28T14:31:05.000Z | 2022-01-29T23:54:29.000Z | kernel/interrupts/isr_as.asm | npodonnell/DBOS | c3c8dc8ff983ff4d41f86fbcaefaa9f682305a14 | [
"MIT"
] | 1 | 2022-01-31T13:04:13.000Z | 2022-01-31T13:04:13.000Z | kernel/interrupts/isr_as.asm | npodonnell/DBOS | c3c8dc8ff983ff4d41f86fbcaefaa9f682305a14 | [
"MIT"
] | 1 | 2022-01-29T20:33:13.000Z | 2022-01-29T20:33:13.000Z | BITS 32
global isr0
global isr1
global isr2
global isr3
global isr4
global isr5
global isr6
global isr7
global isr8
global isr9
global isr10
global isr11
global isr12
global isr13
global isr14
global isr15
global isr16
global isr17
global isr18
global isr19
global isr20
global isr21
global isr22
global isr23
global is... | 15.194444 | 150 | 0.6883 |
144867aa996970d06afb50d3345811a604e1e3d0 | 265 | asm | Assembly | 02-sector-arranque-imprimir/arranque_hello.asm | luiscardozo/os-tutorial | 95530cc15ca4b4fe4d3934d7e8ed7448624ef527 | [
"BSD-3-Clause"
] | null | null | null | 02-sector-arranque-imprimir/arranque_hello.asm | luiscardozo/os-tutorial | 95530cc15ca4b4fe4d3934d7e8ed7448624ef527 | [
"BSD-3-Clause"
] | null | null | null | 02-sector-arranque-imprimir/arranque_hello.asm | luiscardozo/os-tutorial | 95530cc15ca4b4fe4d3934d7e8ed7448624ef527 | [
"BSD-3-Clause"
] | null | null | null | mov ah, 0x0e ; modo tty
mov al, 'H'
int 0x10
mov al, 'e'
int 0x10
mov al, 'l'
int 0x10
int 0x10 ; 'l' sigue en al, lo recuerdas?
mov al, 'o'
int 0x10
jmp $ ; salto a la dirección actual = bucle infinito
; relleno y número mágico
times 510 - ($-$$) db 0
dw 0xaa55
| 15.588235 | 52 | 0.656604 |
d4c2899eb612e440e345c5d5056939e94e5beb90 | 5,576 | asm | Assembly | Transynther/x86/_processed/US/_ht_st_zr_un_/i7-8650U_0xd2.log_3843_715.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i7-8650U_0xd2.log_3843_715.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i7-8650U_0xd2.log_3843_715.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x188f5, %rax
nop
add %rdx, %rdx
vmovups (%rax), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $0, %xmm5, %rcx
nop
mfence
lea addresses_D_ht+0x1d205, %r11
nop
sub %r12, %r12... | 44.608 | 2,999 | 0.658178 |
a19dd52f1860332c05ac62a66c1dc17f6d13a00b | 229 | asm | Assembly | programs/oeis/017/A017618.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/017/A017618.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017618.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A017618: (12n+8)^2.
; 64,400,1024,1936,3136,4624,6400,8464,10816,13456,16384,19600,23104,26896,30976,35344,40000,44944,50176,55696,61504,67600,73984,80656,87616,94864,102400,110224,118336
mul $0,12
add $0,8
pow $0,2
mov $1,$0
| 28.625 | 167 | 0.742358 |
7f3c1036cef34848dd3e6ff54bb1f10c3bd59bf0 | 2,179 | asm | Assembly | kernel/src/interrupts/exceptions.asm | Maou-Shimazu/RMOS | 3b06e4643f1b18e7cc3d20a9e922bae52c4c7820 | [
"Apache-2.0"
] | 1 | 2022-03-13T20:51:25.000Z | 2022-03-13T20:51:25.000Z | kernel/src/interrupts/exceptions.asm | Maou-Shimazu/RMOS | 3b06e4643f1b18e7cc3d20a9e922bae52c4c7820 | [
"Apache-2.0"
] | 1 | 2022-03-13T20:49:51.000Z | 2022-03-13T20:49:51.000Z | kernel/src/interrupts/exceptions.asm | Maou-Shimazu/RMOS | 3b06e4643f1b18e7cc3d20a9e922bae52c4c7820 | [
"Apache-2.0"
] | 2 | 2022-03-13T20:32:12.000Z | 2022-03-15T01:31:16.000Z | ; Hard work all by Ian Marco Moffett.
; "Sometimes you don't notice the hard work people do."
; - Ian.
global div0_handler
global debug_excp_handler
global breakpoint_handler
global overflow_handler
global bre_handler ; Bound range exceeded
global invld_opcode_handler
global device_not_avail_handler
global d... | 17.432 | 84 | 0.693896 |
c73e808a1ee07bf1a2e018e9486c5ae2e67bdc2c | 812 | asm | Assembly | source/tools/InlinedFuncsOpt/inlined_funcs_ia32.asm | NVSL/CSE141pp-Tool-Moneta-Pin | d1f7a1e2aa5ac724cc64fa65f30b1e424a4ad839 | [
"Intel"
] | 17 | 2021-07-10T13:22:26.000Z | 2022-02-09T20:11:39.000Z | source/tools/InlinedFuncsOpt/inlined_funcs_ia32.asm | NVSL/CSE141pp-Tool-Moneta-Pin | d1f7a1e2aa5ac724cc64fa65f30b1e424a4ad839 | [
"Intel"
] | 4 | 2021-08-18T14:07:24.000Z | 2022-01-24T16:38:06.000Z | source/tools/InlinedFuncsOpt/inlined_funcs_ia32.asm | NVSL/CSE141pp-Tool-Moneta-Pin | d1f7a1e2aa5ac724cc64fa65f30b1e424a4ad839 | [
"Intel"
] | 2 | 2021-08-03T10:56:16.000Z | 2022-01-31T12:10:56.000Z | PUBLIC IfProc1
PUBLIC IfProc2
PUBLIC IfProc3
PUBLIC IfProc4
PUBLIC IfProc5
PUBLIC IfProc6
.686
.model flat, c
.XMM
.data
extern globVal:dword
.code
IfProc1 PROC
mov edx, 1
xor eax, eax
cmp edx, ecx
setz al
ret
IfProc1 ENDP
IfProc2 PROC
mov edx, 1
xor eax, eax
cmp edx, ecx ... | 11.768116 | 27 | 0.624384 |
8288338ee91a719a37d51a1ada03a6d644183799 | 26,032 | asm | Assembly | data/text/common_1.asm | pokeachromicdevs/pokeoctober | db74bb68bbfceac07eec6d64674bc24fd4c0b67f | [
"blessing"
] | 1 | 2021-07-05T23:48:37.000Z | 2021-07-05T23:48:37.000Z | data/text/common_1.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | 1 | 2020-12-16T01:11:20.000Z | 2020-12-16T22:53:56.000Z | data/text/common_1.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | 1 | 2021-07-05T23:33:22.000Z | 2021-07-05T23:33:22.000Z | _FruitBearingTreeText::
text "It's a fruit-"
line "bearing tree."
done
_HeyItsFruitText::
text "Hey! It's"
line "@"
text_ram wStringBuffer3
text "!"
done
_ObtainedFruitText::
text "Obtained"
line "@"
text_ram wStringBuffer3
text "!"
done
_FruitPackIsFullText::
text "But the PACK is"
line "full…"
done... | 13.920856 | 81 | 0.714313 |
2f13243d3f40880cc88d62ed85bec8c7279674e7 | 330 | asm | Assembly | programs/oeis/227/A227712.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/227/A227712.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/227/A227712.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A227712: a(n) = 9*2^n - 3*n - 5.
; 4,10,25,58,127,268,553,1126,2275,4576,9181,18394,36823,73684,147409,294862,589771,1179592,2359237,4718530,9437119,18874300,37748665,75497398,150994867,301989808,603979693,1207959466,2415919015,4831838116,9663676321,19327352734
mov $1,2
pow $1,$0
mul $1,3
sub $1,$0
sub $1,3
mul $1,3... | 30 | 228 | 0.742424 |
e9255e56f0abf1cee9ba0d2d42148effa5e7539c | 18,395 | asm | Assembly | rtcClock2.asm | electrickery/RTC-MPF-I | ca7c6928c5e7f5a0751a46994262229fae2495fb | [
"BSD-2-Clause"
] | null | null | null | rtcClock2.asm | electrickery/RTC-MPF-I | ca7c6928c5e7f5a0751a46994262229fae2495fb | [
"BSD-2-Clause"
] | null | null | null | rtcClock2.asm | electrickery/RTC-MPF-I | ca7c6928c5e7f5a0751a46994262229fae2495fb | [
"BSD-2-Clause"
] | null | null | null | ; RTC & CTC demo program for MicroProfessor MPF-I(B)
; Based on Zilog Z80 Family Data Book, January 1989, p 366
; by fjkraan@electrickery 2022-01-28
; z80asm version (https://github.com/udo-munk/z80pack/tree/master/z80asm)
; This program assumes a CTC at port 40h and the standard MPF-I(B) hex
; display.
; M... | 30.155738 | 96 | 0.452025 |
677034602a00c9d16229cfcfdb25bffd1e215d94 | 238 | asm | Assembly | libsrc/_DEVELOPMENT/l/sccz80/crt0_long/l_declong.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/sccz80/crt0_long/l_declong.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/sccz80/crt0_long/l_declong.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Small C+ Z88 Support Library
;
; Decrement long by 1
;
; djm 21/2/99
; Rewritten so that I know it works
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_declong
EXTERN l_dec_dehl
defc l_declong = l_dec_dehl
| 14.875 | 41 | 0.689076 |
74869902bfe1f831a9f947ab39e8e16bba9a3203 | 348 | asm | Assembly | text/maps/celadon_dept_store_2f.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | text/maps/CeladonMart2F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | text/maps/CeladonMart2F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | _CeladonMart2Text3::
text "SUPER REPEL keeps"
line "weak #MON at"
cont "bay..."
para "Hmm, it's a more"
line "powerful REPEL!"
done
_CeladonMart2Text4::
text "For long outings,"
line "you should buy"
cont "REVIVE."
done
_CeladonMart2Text5::
text "Top Grade Items"
line "for Trainers!"
para "2F: TRAINER'... | 15.130435 | 25 | 0.681034 |
5484db9e8ada83ccd8efcff7285edcfd1bc3de1f | 2,333 | asm | Assembly | programs/oeis/132/A132117.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/132/A132117.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132117.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A132117: Binomial transform of [1, 7, 17, 17, 6, 0, 0, 0,...].
; 1,8,32,90,205,406,728,1212,1905,2860,4136,5798,7917,10570,13840,17816,22593,28272,34960,42770,51821,62238,74152,87700,103025,120276,139608,161182,185165,211730,241056,273328,308737,347480,389760,435786,485773,539942,598520,661740,729841,803068,881672,96... | 194.416667 | 2,187 | 0.861123 |
00c7cb886397320bed43417485c4a4d688519d4a | 5,426 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-8650U_0xd2_notsx.log_9561_160.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-8650U_0xd2_notsx.log_9561_160.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-8650U_0xd2_notsx.log_9561_160.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 %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x15d9b, %r15
nop
nop
sub %r11, %r11
mov (%r15), %bp
nop
nop
and %r12, %r12
lea addresses_D_ht+0x89f3, %r9
nop
nop
nop
inc %r14
movb $0x61, (%r9)
nop
nop
no... | 40.796992 | 2,999 | 0.653704 |
8b7da2cf50ae0f1a2193d14b36186f2c36343592 | 532 | asm | Assembly | programs/oeis/077/A077846.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/077/A077846.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/077/A077846.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A077846: Expansion of 1/(1 - 3*x + 2*x^3).
; 1,3,9,25,69,189,517,1413,3861,10549,28821,78741,215125,587733,1605717,4386901,11985237,32744277,89459029,244406613,667731285,1824275797,4984014165,13616579925,37201188181,101635536213,277673448789,758617970005,2072582837589,5662401615189,15469968905557,42264741041493,11546... | 31.294118 | 351 | 0.753759 |
fdb1d7bcec3cb93e8cd8a289373aa34a41377d7b | 221 | asm | Assembly | libsrc/stdio/sos/getk.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/sos/getk.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/sos/getk.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; S-OS (The Sentinel) Japanese OS - Stdio
;
; getk() Read key status
;
; Stefano Bodrato, 2013
;
;
; $Id: getk.asm,v 1.2 2015/01/19 01:33:21 pauloscustodio Exp $
;
PUBLIC getk
.getk
call 1FD0h
ld l, a
ld h,0
ret
| 11.631579 | 62 | 0.638009 |
2a9abb4ee55cdd4fe7c2ff20d339c681414bf0d4 | 2,455 | asm | Assembly | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/ContactHardeningShadows11/ContactHardeningShadows11_VS.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 125 | 2015-01-04T09:33:05.000Z | 2022-03-13T05:08:50.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/ContactHardeningShadows11/ContactHardeningShadows11_VS.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 1 | 2015-04-01T22:26:14.000Z | 2015-04-02T12:57:18.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/ContactHardeningShadows11/ContactHardeningShadows11_VS.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 36 | 2015-01-26T22:01:38.000Z | 2022-01-26T04:35:56.000Z | //
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.20714
//
//
///
// Buffer Definitions:
//
// cbuffer cbConstants
// {
//
// float4x4 g_f4x4WorldViewProjection;// Offset: 0 Size: 64
// float4x4 g_f4x4WorldViewProjLight; // Offset: 64 Size: 64
// float4 g_vShadowMapDimensions; // Off... | 31.474359 | 78 | 0.500204 |
36628cb4a4c2d7bba59464cb1aee7f28dd6d6f69 | 694 | asm | Assembly | oeis/229/A229280.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/229/A229280.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/229/A229280.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A229280: Number of ascending runs in {1,...,6}^n.
; Submitted by Jon Maiga
; 0,6,57,468,3564,25920,182736,1259712,8538048,57106944,377913600,2479113216,16144468992,104485552128,672625741824,4310029025280,27505821597696,174908814262272,1108696193630208,7007637010120704,44178581150760960,277868041444786176,174398757591... | 40.823529 | 492 | 0.817003 |
d200dae75077253391f9a3873b1963da04da049b | 91 | asm | Assembly | tests/rule_arg_complex/5.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/rule_arg_complex/5.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/rule_arg_complex/5.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #ruledef test
{
ld {x} => 0x55 @ x`8
}
ld (3 + x) * 5 ; error: failed / error: unknown | 15.166667 | 47 | 0.527473 |
2420e26a6ef8837c9ed09a2ae140e8af9e4ad707 | 512 | asm | Assembly | oeis/083/A083399.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083399.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083399.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083399: Number of divisors of n that are not divisors of other divisors of n.
; Submitted by Christian Krause
; 1,2,2,2,2,3,2,2,2,3,2,3,2,3,3,2,2,3,2,3,3,3,2,3,2,3,2,3,2,4,2,2,3,3,3,3,2,3,3,3,2,4,2,3,3,3,2,3,2,3,3,3,2,3,3,3,3,3,2,4,2,3,3,2,3,4,2,3,3,4,2,3,2,3,3,3,3,4,2,3,2,3,2,4,3,3,3,3,2,4,3,3,3,3,3,3,2,3,3,3
add ... | 21.333333 | 201 | 0.535156 |
dc183a1e8d2de402ae0312c411c6afe9aec1451a | 428 | asm | Assembly | libsrc/algorithm/AStarSearch/astar_PathLength.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/algorithm/AStarSearch/astar_PathLength.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/algorithm/AStarSearch/astar_PathLength.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ; uint __FASTCALL__ astar_PathLength(struct astar_path *p)
; return the length of the path
; 01.2007 aralbrec
XLIB astar_PathLength
; enter : hl = struct astar_path *
; exit : hl = path length
; uses : af, bc, de, hl
.astar_PathLength
ld bc,3
ld d,b
ld e,b
.loop
ld a,h
or l
jr z, done
i... | 11.888889 | 59 | 0.595794 |
7c4091d16b9ad68c13e9e643f9f2e95f6dc057f7 | 215 | asm | Assembly | Assignment2/prog1/prog.asm | nikhilnayak98/CSE2011 | 5d5bdc32d2bbb05dc30e9d49e331eee461ecd14a | [
"MIT"
] | null | null | null | Assignment2/prog1/prog.asm | nikhilnayak98/CSE2011 | 5d5bdc32d2bbb05dc30e9d49e331eee461ecd14a | [
"MIT"
] | null | null | null | Assignment2/prog1/prog.asm | nikhilnayak98/CSE2011 | 5d5bdc32d2bbb05dc30e9d49e331eee461ecd14a | [
"MIT"
] | null | null | null | .data
aside: .word 1
bside: .word 2
cside: .word 3
.text
main:
lw $t0,aside
lw $t1,bside
lw $t2,cside
mul $t3,$t1,$t0
mul $t4,$t2,$t1
mul $t5,$t0,$t2
add $t7,$t3,$t4
add $t8,$t5,$t7
mul $t8,$t8,2
li $v0,10
syscall
| 11.315789 | 15 | 0.627907 |
43efe1fd87dabc24611f5533a6b0deaa48b85106 | 868 | asm | Assembly | programs/oeis/141/A141991.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/141/A141991.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/141/A141991.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A141991: Primes congruent to 15 mod 29.
; 73,131,421,479,653,769,827,1117,1291,1523,1697,1871,1987,2161,2393,2683,2741,2857,3089,3727,4133,4423,4481,4597,5003,5119,5351,5641,6047,6163,6221,6337,6569,6917,7207,8599,8831,9643,9817,10223,10513,10687,10861,11093,11383,11731,11789,12253,12601,12659,13007,13297,13877,14051... | 36.166667 | 554 | 0.731567 |
3df4d549f78edb004ee8d9e4ef8ba88fa14f4488 | 9,361 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1376.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1376.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1376.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x91dd, %rdi
sub $6412, %r11
mov $0x6162636465666768, %r15
movq %r15, (%rdi)
nop
nop
nop
nop
nop
cmp $64039, %r8
lea addresses_normal_ht+0xb501, %rsi
lea addresses_WC_ht+0xc25d, ... | 31.099668 | 2,999 | 0.653456 |
832b780f830670aa34436116189413815728a612 | 582 | asm | Assembly | oeis/133/A133335.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/133/A133335.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/133/A133335.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A133335: a(3*n) = 3*a(3*n-1)-3*a(3*n-2)+2*a(3*n-3), a(3*n+1) = 3*a(3*n)-3*a(3*n-1)+2*a(3*n-2), a(3*n+2) = 3*a(3*n+1)-3*a(3*n) with a(0)=1, a(1)=2, a(2)=3.
; Submitted by Jamie Morken(s2)
; 1,2,3,5,10,15,25,50,75,125,250,375,625,1250,1875,3125,6250,9375,15625,31250,46875,78125,156250,234375,390625,781250,1171875,19531... | 52.909091 | 223 | 0.637457 |
04136c6bb3abcd6cd472e30cc1e47cf74ab74093 | 193 | asm | Assembly | mc-sema/validator/x86/tests/RCL32r1.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86/tests/RCL32r1.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/RCL32r1.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; RCL32r1
mov eax, 0x56789
;TEST_BEGIN_RECORDING
rcl eax, 0x1
;TEST_END_RECORDING
| 16.083333 | 25 | 0.735751 |
86c320635d44a92336c33ef9860219e1cd11df15 | 312 | nasm | Assembly | pentesting/jmp_call_pop/jmp_call_pop.nasm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | pentesting/jmp_call_pop/jmp_call_pop.nasm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | pentesting/jmp_call_pop/jmp_call_pop.nasm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | section .text
global main
main:
jmp msg_data
shell:
pop rsi
xor rax, rax
add al, 1
mov rdi, rax
mov rdx, rdi
add dl, 11
syscall
xor rax, rax
add al, 60
xor rdi, rdi
syscall
msg_data:
call shell
msg: db "Hello world", 0xA
| 13.565217 | 30 | 0.516026 |
e34ec5e597df0768687b493dacf258a1d85f1b22 | 320 | asm | Assembly | src/asm/test_sub32/sub32.asm | Petersoj/ECE3710Projects | 15b78575830d2214b3350417a49642f88258a2a5 | [
"MIT"
] | 3 | 2021-11-01T03:31:36.000Z | 2022-01-08T22:48:08.000Z | src/asm/test_sub32/sub32.asm | Petersoj/ECE3710Projects | 15b78575830d2214b3350417a49642f88258a2a5 | [
"MIT"
] | null | null | null | src/asm/test_sub32/sub32.asm | Petersoj/ECE3710Projects | 15b78575830d2214b3350417a49642f88258a2a5 | [
"MIT"
] | 1 | 2022-03-11T12:00:00.000Z | 2022-03-11T12:00:00.000Z | MOVIU r0 0x80
MOVIL r0 0x02
MOVIU r1 0x00
MOVIL r1 0x01 # 32-bit 0000_0000_0000_0001_1000_0000_0000_0010
MOVIU r2 0x80
MOVIL r2 0x03
MOVIU r3 0x00
MOVIL r3 0x01 # 32-bit 0000_0000_0000_0001_1000_0000_0000_0011
SUB r0 r2
BHS 1
SUBI r1 1
SUB r1 r3
MOVIL r8 0x1F
MOVIL r9 0x20
STORE r8 r0
STORE r9 r1
| 18.823529 | 63 | 0.753125 |
362a3967dcd12e8f35a289493d3df0f6e60635b9 | 1,434 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_55_527.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_55_527.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_55_527.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 %r11
push %r12
push %r15
push %rcx
push %rdi
push %rsi
// Store
lea addresses_normal+0xa26f, %r15
nop
add $55154, %rcx
mov $0x5152535455565758, %r12
movq %r12, (%r15)
add $61777, %r10
// REPMOV
mov $0xe87, %rsi
l... | 22.061538 | 164 | 0.648536 |
8ddc403f4625f0b52c8adbde928ff5265f2a9233 | 246 | asm | Assembly | programs/oeis/191/A191761.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/191/A191761.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/191/A191761.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A191761: Last digit of (2*n)^2. Also period 5: repeat [0, 4, 6, 6, 4].
; 0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0,4,6,6,4,0
mul $0,2
pow $0,6
mod $0,10
| 35.142857 | 143 | 0.528455 |
5c7fcc88abc797bc1703e5179d6b6bce240ae886 | 100 | asm | Assembly | pkgs/tools/yasm/src/modules/dbgfmts/dwarf2/tests/pass64/dwarf64_2loc.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/dbgfmts/dwarf2/tests/pass64/dwarf64_2loc.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/dbgfmts/dwarf2/tests/pass64/dwarf64_2loc.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | .file 1 "dwarf64_2loc.c"
.text
.loc 1 1 0
.loc 1 2 0
xorq %rax, %rax
.section .debug_info
.byte 1
| 11.111111 | 24 | 0.66 |
df81a5c92da7d2d704515bd6092d67f598072dff | 466 | asm | Assembly | oeis/334/A334909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/334/A334909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/334/A334909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A334909: Area/6 of primitive Pythagorean triangles given in A334638 as triples.
; Submitted by Christian Krause
; 1,35,770,14260,244776,4053840,65979040,1064678720,17107266176,274296689920,4393395202560,70331527418880,1125602147608576,18012016334950400,288211318352814080,4611533554425610240,73785756576381566976,11805... | 25.888889 | 223 | 0.776824 |
a81b5cc5bf24f2ec34e97999314eee6fa78a3696 | 689 | asm | Assembly | _maps/Game Over.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _maps/Game Over.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _maps/Game Over.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - "GAME OVER" and "TIME OVER"
; ---------------------------------------------------------------------------
Map_Over_internal:
dc.w byte_CBAC-Map_Over_internal
dc.w byte_CBB7-Map_Over_internal
dc.w byte_CBC2-Map_Over_i... | 32.809524 | 77 | 0.46299 |
0fc59dbd07b47ac9e0acde231ba53a038866c467 | 99,069 | asm | Assembly | filtros/anguloSobel_asm.asm | partu18/edge_detection_algorithm_SIMD | 52cefd9c64e67602322e62d8528761272c89ebe8 | [
"MIT"
] | null | null | null | filtros/anguloSobel_asm.asm | partu18/edge_detection_algorithm_SIMD | 52cefd9c64e67602322e62d8528761272c89ebe8 | [
"MIT"
] | null | null | null | filtros/anguloSobel_asm.asm | partu18/edge_detection_algorithm_SIMD | 52cefd9c64e67602322e62d8528761272c89ebe8 | [
"MIT"
] | null | null | null | %define off_primero -8
%define off_segundo -12
section .data
dos25mil: DD 0x36EE8,0x36EE8,0x36EE8,0x36EE8 ; 0x36EE8 = 225000
pisobre2: DD 0X3D5B,0X3D5B,0X3D5B,0X3D5B ; 0X3D5B = 15707
diezmil: DD 0x2710,0x2710,0x2710,0x2710 ; 0x2710 = 10000
cincuenta: DD 0x32, 0x32, 0x32, 0x32 ; 0x32 = 50
section .text
global... | 40.337541 | 222 | 0.50058 |
4cb4ed6e15d2adf29fbab941c87de6043333211d | 340 | asm | Assembly | DementiaFS/amd64/ProcHandleTableDerefx64.asm | allewwaly/dementia-forensics | 401423fd8ba4f4d2b6dbec461df2eb18f33ac734 | [
"MIT"
] | 9 | 2018-08-20T03:06:07.000Z | 2021-06-14T14:46:43.000Z | DementiaFS/amd64/ProcHandleTableDerefx64.asm | zignie/dementia-forensics | 201a10faa17f2d406073d29e9cb5385b30c405f8 | [
"MIT"
] | null | null | null | DementiaFS/amd64/ProcHandleTableDerefx64.asm | zignie/dementia-forensics | 201a10faa17f2d406073d29e9cb5385b30c405f8 | [
"MIT"
] | 2 | 2017-08-02T02:33:31.000Z | 2017-09-03T17:56:33.000Z | .code
ObDeReferenceProcessHandleTablex64 proc
xor rax, rax
xor rbx, rbx
add rcx, rdx
prefetchw [rcx]
mov rax, [rcx]
and rax, 0FFFFFFFFFFFFFFFEh
lea rdx, [rax-2]
lock cmpxchg [rcx], rdx
jz noRundownProtect
mov rbx, 1
noRundownProtect:
mov rax, rbx
ret
ObDeReferenceProcessHand... | 20 | 40 | 0.691176 |
8d5880534afda99c56ec8ed8b36ea4a2e58fbad1 | 9,948 | asm | Assembly | Source/Apps/Talk.asm | davidknoll/RomWBW | 8a7bc97fea27bf10a23c61ee508522a60e2909c6 | [
"DOC",
"MIT"
] | 194 | 2015-08-20T03:18:01.000Z | 2022-03-27T02:25:00.000Z | Source/Apps/Talk.asm | davidknoll/RomWBW | 8a7bc97fea27bf10a23c61ee508522a60e2909c6 | [
"DOC",
"MIT"
] | 234 | 2017-03-30T10:59:54.000Z | 2022-03-26T20:05:52.000Z | Source/Apps/Talk.asm | davidknoll/RomWBW | 8a7bc97fea27bf10a23c61ee508522a60e2909c6 | [
"DOC",
"MIT"
] | 68 | 2016-12-18T18:20:12.000Z | 2022-03-20T16:02:40.000Z | ;===============================================================================
; Talk - Bare minimum terminal interface
;
; Console talks to designated character device.
;
;===============================================================================
;
; Author: Wayne Warthen (wwarthen@gmail.com)
;________... | 24.502463 | 81 | 0.608766 |
6609e276c1a3058f3a05c03fba8e193418f9c530 | 703 | asm | Assembly | oeis/318/A318941.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/318/A318941.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/318/A318941.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A318941: Number of Dyck paths with n nodes and altitude 2.
; Submitted by Christian Krause
; 0,0,1,4,12,35,99,274,747,2015,5394,14359,38067,100610,265299,698359,1835922,4821695,12653739,33188674,87010587,228039695,597501714,1565251879,4099826787,10737374210,28118587299,73630970599,192799490322,504817832015,1321754669... | 41.352941 | 484 | 0.805121 |
787ce8ace57c76e114ca9f648d5572c4ec7650b2 | 358 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_updateSpritePosition.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_updateSpritePosition.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_updateSpritePosition.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void SMS_updateSpritePosition(signed char sprite, unsigned char x, unsigned char y)
SECTION code_clib
SECTION code_SMSlib
PUBLIC _SMS_updateSpritePosition
EXTERN asm_SMSlib_updateSpritePosition
_SMS_updateSpritePosition:
pop af
pop de
pop hl
push hl
push de
push af
ld c,d
ld a,l
... | 14.916667 | 85 | 0.756983 |
8b0626826c7a51f50421b7478113803094cf4585 | 4,256 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_261.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_261.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_261.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 %r12
push %r15
push %r8
push %rax
push %rbp
push %rdi
push %rdx
// Store
lea addresses_A+0x175eb, %rbp
nop
nop
add $22438, %rdi
movb $0x51, (%rbp)
nop
nop
cmp %r15, %r15
// Store
lea addresses_D+0xc992, %r8
nop
nop
nop
nop... | 56 | 2,999 | 0.660244 |
2d70761aee43a5dd90b78f7189ce84b2dbb86f13 | 334 | asm | Assembly | testdata/hmc-6502/rti_test.asm | tehmaze/mos65xx | 60dbe6b949efcf197106eeae4382e084493a27b0 | [
"MIT"
] | 3 | 2019-10-24T09:41:14.000Z | 2021-12-12T08:11:52.000Z | testdata/hmc-6502/rti_test.asm | tehmaze/mos65xx | 60dbe6b949efcf197106eeae4382e084493a27b0 | [
"MIT"
] | null | null | null | testdata/hmc-6502/rti_test.asm | tehmaze/mos65xx | 60dbe6b949efcf197106eeae4382e084493a27b0 | [
"MIT"
] | 1 | 2020-11-11T17:11:54.000Z | 2020-11-11T17:11:54.000Z |
; Tests RTI instruction.
; Assumes lots of other instructions work already...
;
; Expected Results: $33 = 0x42
start:
CLC
LDA #$42
BCC runstuff
STA $33
BCS end
runstuff:
LDA #$06 ; Assumes our program is loaded at 0x0600, RTI should set the PC right
; after the first CLC instruction
PHA
LDA #$01
PHA
SEC
PHP
... | 13.36 | 79 | 0.709581 |
a835dfafdb8af5107ade809e0319bda92537f0b5 | 770 | asm | Assembly | dos/mssw.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dos/mssw.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dos/mssw.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1991
; All Rights Reserved.
;
; SCCSID = @(#)ibmsw.asm 1.1 85/04/10
IBM EQU ibmver
WANG EQU FALSE
; Set this switch to cause DOS to move itself to the end of memory
HIGHMEM EQU FALSE
; Turn on switch below to allow testing disk code with DEBUG. It ... | 24.0625 | 71 | 0.731169 |
e7b8d1515938fb5dd8c4974dc0f517d5a6f9156b | 633 | asm | Assembly | oeis/146/A146083.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/146/A146083.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/146/A146083.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A146083: Expansion of 1/(1 - x*(1 - 11*x)).
; 1,1,-10,-21,89,320,-659,-4179,3070,49039,15269,-524160,-692119,5073641,12686950,-43123101,-182679551,291674560,2301149621,-907270539,-26219916370,-16239940441,272179139629,450818484480,-2543152051439,-7502155380719,20472517185110,102996226373019,-122201462663191,-12551599... | 48.692308 | 499 | 0.799368 |
bc698f4ef47b89122cc3491d1da12ea946a36321 | 378 | asm | Assembly | programs/oeis/016/A016203.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016203.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016203.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016203: Expansion of 1/((1-x)(1-2x)(1-8x)).
; 1,11,95,775,6231,49911,399415,3195575,25565111,204521911,1636177335,13089422775,104715390391,837723139511,6701785148855,53614281256375,428914250182071,3431314001718711,27450512014273975
lpb $0
mov $2,$0
sub $0,1
seq $2,155721 ; Positions of parity change in A03303... | 27 | 187 | 0.73545 |
b9ceb2b8d64025bda13b5648a67a5ad301f7762c | 2,556 | asm | Assembly | libsrc/target/rc2014/stdio/fputc_cons_acia.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/target/rc2014/stdio/fputc_cons_acia.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/target/rc2014/stdio/fputc_cons_acia.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
INCLUDE "_DEVELOPMENT/target/rc2014/config_rc2014-8085_private.inc"
SECTION code_driver
SECTION code_driver_character_output
PUBLIC fputc_cons_acia
EXTERN aciaTxCount, aciaTxIn, aciaTxBuffer
EXTERN aciaControl
.fputc_cons_acia
; enter : (sp+2) = char to output
;
; modifies : af, de, hl
ld a,(ac... | 38.149254 | 89 | 0.606416 |
f5820d35f0331468bfcf7fc06593b342f22ee02d | 545 | asm | Assembly | oeis/284/A284907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/284/A284907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/284/A284907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A284907: Positions of 1 in A284905; complement of A284906.
; Submitted by Jamie Morken(s4)
; 2,3,6,7,10,12,14,15,18,19,22,24,26,27,30,32,33,36,38,39,42,43,46,48,50,51,54,55,58,60,62,63,66,68,69,72,74,75,78,79,82,84,86,87,90,92,93,96,97,100,102,104,105,108,110,111,114,115,118,120,122,123,126,127,130,132,134,135,138,14... | 54.5 | 348 | 0.695413 |
c79a55516fa1a28bb308d5de619d9abf9e4b10ab | 4,615 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1557.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_notsx.log_21829_1557.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_notsx.log_21829_1557.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rax
push %rbp
push %rbx
push %rdx
lea addresses_A_ht+0x171bb, %r15
nop
nop
nop
nop
nop
xor %r8, %r8
mov (%r15), %eax
nop
nop
nop
nop
and %r13, %r13
lea addresses_A_ht+0x176db, %rdx
xor $33256, %rax
mov $0x6162636465666768, %rbx
movq %rbx, %... | 49.095745 | 2,999 | 0.661538 |
c7a171a791edd0f93c8b8de14478ef819e17c95f | 691 | asm | Assembly | oeis/159/A159676.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159676.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159676.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159676: Numerator of Hermite(n, 17/20).
; Submitted by Christian Krause
; 1,17,89,-5287,-143279,1793857,173774569,801539273,-229658228959,-5186652729103,325211715731449,15901904625640633,-445133395973297039,-45731838833083568863,379905569368151630729,134507543411892570538793,1146911529897718806972481,-41092664290979... | 36.368421 | 467 | 0.807525 |
ebd1a3b06008f35dd8cb228e3d24c52126b842e0 | 275 | asm | Assembly | oeis/138/A138463.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/138/A138463.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/138/A138463.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A138463: A bisection of A006318.
; Submitted by Jon Maiga
; 2,22,394,8558,206098,5293446,142078746,3937603038,111818026018,3236724317174,95149655201962
add $0,1
mul $0,2
sub $0,1
seq $0,6318 ; Large Schröder numbers (or large Schroeder numbers, or big Schroeder numbers).
| 30.555556 | 93 | 0.774545 |
7f07fdc8f628a944082fbff750d37d6dee73c85e | 7,558 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_376.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_376.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_376.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 %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x642a, %rsi
lea addresses_WC_ht+0x1d756, %rdi
nop
nop
nop
nop
nop
xor %r12, %r12
mov $103, %rcx
rep movsb
nop
nop
cmp %r10, %r10
lea addresses_A_ht+0x1049e, %rsi
nop
nop
nop
n... | 33.149123 | 2,999 | 0.657581 |
ba3456bb47d80f7cf40df5b4ba1e2e30db94a093 | 902 | asm | Assembly | programs/oeis/288/A288203.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/288/A288203.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/288/A288203.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A288203: Fixed point of the mapping 00->0010, 1->010, starting with 00.
; 0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,... | 26.529412 | 501 | 0.496674 |
9bfb65e3c56730c4ab31cd6b6b19c8d6b0004b38 | 5,870 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1111.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.log_21829_1111.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.log_21829_1111.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x18240, %rsi
lea addresses_UC_ht+0xb15, %rdi
nop
nop
xor %r8, %r8
mov $47, %rcx
rep movsq
nop
nop
and %r8, %r8
lea addresses_D_ht+0x11f40, %rsi
lea addresses_UC_ht+0x12aa0, %rdi
nop
nop
... | 44.135338 | 2,999 | 0.664395 |
42c6ea77436e07207db30ad970f4cde93c26e649 | 86 | asm | Assembly | gfx/pokemon/poliwag/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/poliwag/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/poliwag/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 0, 12
frame 3, 24
setrepeat 2
frame 0, 08
frame 1, 08
dorepeat 3
endanim
| 10.75 | 12 | 0.674419 |
e316992c0bc229a0c9b34174419088bd8ea5a2b8 | 605 | asm | Assembly | oeis/038/A038470.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/038/A038470.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/038/A038470.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A038470: Sums of 2 distinct powers of 4.
; Submitted by Jon Maiga
; 5,17,20,65,68,80,257,260,272,320,1025,1028,1040,1088,1280,4097,4100,4112,4160,4352,5120,16385,16388,16400,16448,16640,17408,20480,65537,65540,65552,65600,65792,66560,69632,81920,262145,262148,262160
seq $0,48645 ; Integers with one or two 1-bits in ... | 60.5 | 233 | 0.775207 |
a70f89416620395dcc30f328b30fa5f216413cda | 2,655 | asm | Assembly | programs/oeis/213/A213782.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/213/A213782.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213782.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A213782: Principal diagonal of the convolution array A213781.
; 1,7,19,41,72,118,176,254,347,465,601,767,954,1176,1422,1708,2021,2379,2767,3205,3676,4202,4764,5386,6047,6773,7541,8379,9262,10220,11226,12312,13449,14671,15947,17313,18736,20254,21832,23510,25251,27097,29009,31031,33122,35328,37606,40004,42477,45075,477... | 41.484375 | 1,745 | 0.699812 |
6e23096a61fc256a6362a12a7530a3ad23815223 | 429 | asm | Assembly | oeis/239/A239062.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/239/A239062.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/239/A239062.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A239062: Number of integers x, 1 <= x <= n, such that x^x == 0 (mod n).
; Submitted by Jon Maiga
; 1,1,1,2,1,1,1,3,3,1,1,2,1,1,1,7,1,3,1,2,1,1,1,4,5,1,9,2,1,1,1,15,1,1,1,6,1,1,1,4,1,1,1,2,3,1,1,8,7,5,1,2,1,9,1,4,1,1,1,2,1,1,3,31,1,1,1,2,1,1,1,12,1,1,5,2,1,1,1,8,26,1,1,2,1,1,1,4,1,3,1,2,1,1,1,16,1,7,3,10
add $0,1
mov... | 25.235294 | 207 | 0.522145 |
23302bceaaf6f27d9f1c11bdb5fa4609c6822b2f | 327 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_neg.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_neg.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_neg.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC cam32_sccz80_neg
EXTERN cam32_sccz80_read1, asm_am9511_neg
; negate sccz80 floats
;
; enter : stack = sccz80_float number, ret
;
; exit : DEHL = sccz80_float(-number)
;
; uses : af, bc, de, hl
.cam32_sccz80_neg
call cam32_sccz80_read1
jp asm_am95... | 17.210526 | 46 | 0.678899 |
a7482dac8d7dbad38fe246638623e7af6140864b | 6,151 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_755.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_755.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_755.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 %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x685b, %rsi
lea addresses_UC_ht+0x2d67, %rdi
sub $528, %r8
mov $2, %rcx
rep movsl
nop
and %r15, %r15
lea addresses_normal_ht+0x125b, %rsi
lea addresses_WC_ht+0x1a85b, %rdi
dec %r10
mov ... | 41.281879 | 2,999 | 0.660218 |
02c82e4d0b68f7b7e69d5b568ec9fc611289dbd9 | 3,554 | asm | Assembly | src/core/external/jpeg-6bx/jsimddjg.asm | miahmie/krkrz | e4948f61393ca4a2acac0301a975165dd4efc643 | [
"Unlicense",
"Apache-2.0",
"Libpng",
"FTL",
"IJG"
] | 4 | 2017-01-06T14:31:26.000Z | 2019-08-15T04:47:11.000Z | src/core/external/jpeg-6bx/jsimddjg.asm | miahmie/krkrz | e4948f61393ca4a2acac0301a975165dd4efc643 | [
"Unlicense",
"Apache-2.0",
"Libpng",
"FTL",
"IJG"
] | null | null | null | src/core/external/jpeg-6bx/jsimddjg.asm | miahmie/krkrz | e4948f61393ca4a2acac0301a975165dd4efc643 | [
"Unlicense",
"Apache-2.0",
"Libpng",
"FTL",
"IJG"
] | 2 | 2017-08-23T13:55:19.000Z | 2021-02-13T11:39:54.000Z | ;
; jsimddjg.asm - SIMD instruction support check (for DJGPP V.2)
;
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file should be assembled with NASM (Netwide Assembler),
; can *not* be assembl... | 27.129771 | 78 | 0.702589 |
818deaa3238a53bca293e4941fe74e0ee1e5d2f8 | 297 | asm | Assembly | programs/oeis/155/A155634.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/155/A155634.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/155/A155634.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A155634: 7^n + 5^n - 1.
; 1,11,73,467,3025,19931,133273,901667,6155425,42306731,292240873,2026154867,14085427825,98109713531,684326588473,4778079088067,33385518460225,233393453440331,1632228295176073,11417968671701267
mov $1,7
pow $1,$0
add $1,3
mov $2,5
pow $2,$0
add $1,$2
sub $1,4
mov $0,$1
| 24.75 | 193 | 0.754209 |
3462dbefa8577caf44687184dd324422cee0a307 | 853 | asm | Assembly | oeis/229/A229582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/229/A229582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/229/A229582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A229582: Number of defective 3-colorings of an n X 4 0..2 array connected horizontally and antidiagonally with exactly one mistake, and colors introduced in row-major 0..2 order.
; 6,116,1620,19764,224532,2440692,25745364,265720500,2697594516,27033340788,268094978388,2636009007156,25732468879380,249667710249204,24096... | 106.625 | 493 | 0.866354 |
cf60ad17f63e2c8e864c9e0f1a6a4257d0d67a63 | 554 | asm | Assembly | oeis/016/A016838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016838: a(n) = (4n + 3)^2.
; 9,49,121,225,361,529,729,961,1225,1521,1849,2209,2601,3025,3481,3969,4489,5041,5625,6241,6889,7569,8281,9025,9801,10609,11449,12321,13225,14161,15129,16129,17161,18225,19321,20449,21609,22801,24025,25281,26569,27889,29241,30625,32041,33489,34969,36481,38025,39601,41209,42849,44521,46225,... | 79.142857 | 495 | 0.785199 |
66a628c54f578c0e0116359aed5a10f804e9c142 | 568 | asm | Assembly | oeis/072/A072173.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/072/A072173.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/072/A072173.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A072173: a(n) = (2*n+1)*239^(2*n+1).
; Submitted by Christian Krause
; 239,40955757,3899056325995,311805194956024553,22899374409963958061031,1598709646931895970271741029,107923510786468980575690686466147,7113114068808339968612339655730133985,460482613887654678993386180604955781138143,293977247276269256151084134367281... | 51.636364 | 436 | 0.876761 |
3da51de21a2063efb4923e1feec39750560eba9f | 730 | asm | Assembly | Second Stage/A20/A20_Checking.asm | marmil03/Project-Lithosphere | c0f109ac982dae0cba61f37e1c944048391d441c | [
"MIT"
] | null | null | null | Second Stage/A20/A20_Checking.asm | marmil03/Project-Lithosphere | c0f109ac982dae0cba61f37e1c944048391d441c | [
"MIT"
] | null | null | null | Second Stage/A20/A20_Checking.asm | marmil03/Project-Lithosphere | c0f109ac982dae0cba61f37e1c944048391d441c | [
"MIT"
] | null | null | null | A20_BIOS:
mov ax, 0x2401
int 0x15
ret
A20_Keyboard_Controller:
cli
call A20_wait
mov al,0xAD
out 0x64,al
call A20_wait
mov al,0xD0
out 0x64,al
call A20_wait2
in al,0x60
push eax
call A20_wait
mov al,0xD1
out 0x64,al
... | 13.518519 | 25 | 0.50137 |
faa8c91036d59ec5b69da46a4da0bf2ce71bc756 | 2,148 | asm | Assembly | libsrc/_DEVELOPMENT/fcntl/z80/asm_read.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/fcntl/z80/asm_read.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/fcntl/z80/asm_read.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; October 2014
; ===============================================================
;
; ssize_t read(int fd, void *buf, size_t nbyte)
;
; Read a maximum of nbytes bytes from the stream.
;
; ===============================================================
... | 20.457143 | 69 | 0.451117 |
5c3e14d1513f1ac28d4fb722ac064aa19c4cbb25 | 1,209 | asm | Assembly | 汇编语言/实验/exp2/2.asm | wine99/hfut-cs-assignments | 77ebe4b5fe613f90eb54b8bdcfd1d8afbbd321da | [
"MIT"
] | 56 | 2020-05-28T15:21:47.000Z | 2022-03-29T08:54:55.000Z | 汇编语言/实验/exp2/2.asm | wine99/hfut-cs-assignments | 77ebe4b5fe613f90eb54b8bdcfd1d8afbbd321da | [
"MIT"
] | 2 | 2020-05-29T03:49:05.000Z | 2021-08-04T00:43:26.000Z | 汇编语言/实验/exp2/2.asm | wine99/hfut-cs-assignments | 77ebe4b5fe613f90eb54b8bdcfd1d8afbbd321da | [
"MIT"
] | 14 | 2021-05-22T04:52:47.000Z | 2022-03-29T08:55:00.000Z | ; Display day of week based on the input number.
.model small
.stack 100h
.data
table dw day1, day2, day3, day4, day5, day6, day7
crlf db 0dh, 0ah, '$'
s0 db 'please input number between 1 to 7$'
s1 db 'Monday$'
s2 db 'Tuesday$'
s3 db 'Wednesday$'
s4 db 'Thur... | 13.58427 | 55 | 0.543424 |
816833e96199b636db2dea4765f8e812af63bb31 | 1,480 | asm | Assembly | Lab03_Prelim_b.asm | Hanzallah/MIPS-Recursion | bb3018a2b234c69f83d1bfeba89e09ed7ba85fdf | [
"MIT"
] | null | null | null | Lab03_Prelim_b.asm | Hanzallah/MIPS-Recursion | bb3018a2b234c69f83d1bfeba89e09ed7ba85fdf | [
"MIT"
] | null | null | null | Lab03_Prelim_b.asm | Hanzallah/MIPS-Recursion | bb3018a2b234c69f83d1bfeba89e09ed7ba85fdf | [
"MIT"
] | null | null | null | #############################
# Text Segment
# def mult(noOfDigits, string):
# if (noOfDigits == 0):
# return 1
# else:
# return int(string[0]) * mult(noOfDigits - 1,string[1:])
# count = mult(3,"227")
# print(count)
#############################
.globl main
main:
li $v0, 8
... | 18.734177 | 65 | 0.374324 |
c34550d9fce8c728c1d4e7a66ffeff16fa8dad7d | 11,911 | asm | Assembly | Sem-4/COA LAB Programs/ASM-Projects/snake.asm | rituraj-iter/ASSIGNMENTS | f317a2990bac43202314320d6d97356498c44603 | [
"MIT"
] | 10 | 2021-04-24T11:46:48.000Z | 2022-01-17T05:14:37.000Z | Sem-4/COA LAB Programs/ASM-Projects/snake.asm | rituraj-iter/ASSIGNMENTS | f317a2990bac43202314320d6d97356498c44603 | [
"MIT"
] | 2 | 2021-06-28T11:51:50.000Z | 2021-11-01T08:21:53.000Z | Sem-4/COA LAB Programs/ASM-Projects/snake.asm | rituraj-iter/ASSIGNMENTS | f317a2990bac43202314320d6d97356498c44603 | [
"MIT"
] | 16 | 2021-04-24T11:46:58.000Z | 2022-03-02T05:08:19.000Z | ;*******************************************************************************************************************
; Snake Game By *
; HERO-DAI ... | 17.751118 | 140 | 0.484258 |
4fc47c92ff2bf1910cc5438f6e91fcf9a495b4c1 | 173 | asm | Assembly | test/high_low_xmm.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 147 | 2021-09-01T03:52:49.000Z | 2022-03-30T16:59:58.000Z | test/high_low_xmm.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 7 | 2021-09-10T07:03:36.000Z | 2022-03-03T23:30:58.000Z | test/high_low_xmm.asm | killvxk/AssemblyLine | 2a20ec925532875c2f3bb5d423eb38a00bc5c91d | [
"Apache-2.0"
] | 19 | 2021-09-09T10:54:44.000Z | 2022-03-18T19:56:45.000Z | SECTION .TEXT
GLOBAL TEST
TEST:
mov r9, 0x11111111
mov r10, 0x22222222
movq xmm0, r9
movq xmm1, r10
punpcklqdq xmm0, xmm1
psrldq xmm0, 8
psrldq xmm15, 8
movq rax, xmm0
ret | 14.416667 | 22 | 0.763006 |
7d629ed566eaf68790cf5089512cd2954b3bc823 | 9,134 | asm | Assembly | x86/Endgame_Init.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 150 | 2016-11-26T05:41:31.000Z | 2022-02-09T20:54:53.000Z | x86/Endgame_Init.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 199 | 2016-12-07T22:13:00.000Z | 2022-03-22T15:42:18.000Z | x86/Endgame_Init.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 95 | 2016-11-24T22:57:13.000Z | 2022-01-24T19:42:10.000Z | ;the endgames.h and endgames.cpp are sloppy many different respects
; for a given material combination, say white has K+R+B verse black has K+N,
; we would like to see if we have a specialized evaluation function or scale function
; and if so, fill it into the material entry
;
; the byte EndgameEntry.entry and its cop... | 28.996825 | 132 | 0.658966 |
a8b15d9b00b019e05d4d3c49cc48d7b6c515b661 | 592 | asm | Assembly | oeis/154/A154376.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/154/A154376.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/154/A154376.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A154376: a(n) = 25*n^2 - 2*n.
; 23,96,219,392,615,888,1211,1584,2007,2480,3003,3576,4199,4872,5595,6368,7191,8064,8987,9960,10983,12056,13179,14352,15575,16848,18171,19544,20967,22440,23963,25536,27159,28832,30555,32328,34151,36024,37947,39920,41943,44016,46139,48312,50535,52808,55131,57504,59927,62400,64923,67496,70... | 59.2 | 498 | 0.783784 |
3c3d872702534bfa20a61007fbe8bda9acd48932 | 7,390 | asm | Assembly | P6/data_P6_2/cal_R_test1.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/cal_R_test1.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/cal_R_test1.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | lui $1,61993
ori $1,$1,6163
lui $2,26347
ori $2,$2,17106
lui $3,22851
ori $3,$3,65334
lui $4,61794
ori $4,$4,28939
lui $5,49020
ori $5,$5,37502
lui $6,56307
ori $6,$6,25349
mthi $1
mtlo $2
sec0:
nop
nop
nop
subu $4,$6,$2
sec1:
nop
nop
and $6,$5,$2
subu $6,$6,$2
sec2:
nop
nop
ori $6,$5,45228
subu $6,$6,$2
se... | 11.546875 | 19 | 0.530447 |
9b846ccce5248a2740868905f978b12b3ce25828 | 1,634 | asm | Assembly | programs/oeis/269/A269691.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/269/A269691.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/269/A269691.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A269691: Number of length-5 0..n arrays with no repeated value differing from the previous repeated value by plus or minus one modulo n+1.
; 24,201,944,2995,7584,16541,32416,58599,99440,160369,248016,370331,536704,758085,1047104,1418191,1887696,2474009,3197680,4081539,5150816,6433261,7959264,9761975,11877424,14344641... | 25.138462 | 946 | 0.756426 |
a1210f107145b3960d0aab760d0a208015e70375 | 258 | asm | Assembly | libpal/intel_64bit_systemv_nasm/invvpid_checked.asm | mars-research/pal | 5977394cda8750ff5dcb89c2bf193ec1ef4cd137 | [
"MIT"
] | 26 | 2020-01-06T23:53:17.000Z | 2022-02-01T08:58:21.000Z | libpal/intel_64bit_systemv_nasm/invvpid_checked.asm | mars-research/pal | 5977394cda8750ff5dcb89c2bf193ec1ef4cd137 | [
"MIT"
] | 30 | 2019-11-13T00:55:22.000Z | 2022-01-06T08:09:35.000Z | libpal/intel_64bit_systemv_nasm/invvpid_checked.asm | mars-research/pal | 5977394cda8750ff5dcb89c2bf193ec1ef4cd137 | [
"MIT"
] | 14 | 2019-11-15T16:56:22.000Z | 2021-12-22T10:14:17.000Z | bits 64
default rel
section .text
global pal_execute_invvpid_checked
pal_execute_invvpid_checked :
invvpid rdi, [rsi]
jbe pal_execute_invvpid_checked_failure
mov rax, 0x1
ret
pal_execute_invvpid_checked_failure :
mov rax, 0x0
ret
| 16.125 | 43 | 0.763566 |
ca46b8ec12964268f7a6968442f6d932697a7886 | 601 | asm | Assembly | screen_splitting/index.asm | cainex/c64_playground | 74587cd884d478eaf0d2cd3660d1b9503a7e728b | [
"Apache-2.0"
] | null | null | null | screen_splitting/index.asm | cainex/c64_playground | 74587cd884d478eaf0d2cd3660d1b9503a7e728b | [
"Apache-2.0"
] | null | null | null | screen_splitting/index.asm | cainex/c64_playground | 74587cd884d478eaf0d2cd3660d1b9503a7e728b | [
"Apache-2.0"
] | null | null | null | #import "../common/common.asm"
#import "../common/cia1_regs.asm"
#import "../common/cia2_regs.asm"
#import "../common/vic_regs.asm"
#import "../common/key_consts.asm"
#import "defs.asm"
* = $0801
BasicUpstart(main)
* = $C000
#import "main.asm"
#import "init_clear_screen.asm"
#import "blit_viewport.asm"
#import "k... | 17.676471 | 35 | 0.687188 |
b0b783049dc4feee7af755e0dc4a28d83bb8d17b | 601 | asm | Assembly | oeis/062/A062098.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062098.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062098.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062098: a(n) = 7 * n!.
; Submitted by Jon Maiga
; 7,14,42,168,840,5040,35280,282240,2540160,25401600,279417600,3353011200,43589145600,610248038400,9153720576000,146459529216000,2489811996672000,44816615940096000,851515702861824000,17030314057236480000,357636595201966080000,7868005094443253760000,18096411717219483648... | 50.083333 | 486 | 0.860233 |
4e965bdc9b639a8bddd481ad5022811ec6c1a1fd | 1,602 | asm | Assembly | I2C_SW_Slave_lib/I2C_SW_Slave_2313_rel_0/asm/src/main.asm | CmdrZin/chip_avr_asm_lib | e4f31d871091e2a1d578a2e44f469763172898ec | [
"MIT"
] | 3 | 2015-04-15T14:58:12.000Z | 2020-08-03T19:24:45.000Z | I2C_SW_Slave_lib/I2C_SW_Slave_2313_rel_0/asm/src/main.asm | CmdrZin/chip_avr_asm_lib | e4f31d871091e2a1d578a2e44f469763172898ec | [
"MIT"
] | null | null | null | I2C_SW_Slave_lib/I2C_SW_Slave_2313_rel_0/asm/src/main.asm | CmdrZin/chip_avr_asm_lib | e4f31d871091e2a1d578a2e44f469763172898ec | [
"MIT"
] | null | null | null | /*
* I2C Software Slave Library Project
*
* org: 03/29/2015
* rev:
* auth: Nels "Chip" Pearson
*
* Target: I2C Demo Board
*
*
* NOTE: Slave Adrs: 0x23 (set in i2c_slave_sw.asm)
* include path
* D:\Program Files (x86)\Atmel\Atmel Toolchain\AVR Assembler\Native\2.1.1117\avrassembler\include
*
*/
.nolist
... | 16.181818 | 99 | 0.691635 |
34b42ccd34ec935ef91fc7f492000bc0ecc88ea2 | 99 | asm | Assembly | libsrc/interrupts/nmi/nmi_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/interrupts/nmi/nmi_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/interrupts/nmi/nmi_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION code_clib
PUBLIC nmi_init
PUBLIC _nmi_init
nmi_init:
_nmi_init:
ld hl,0
ret
| 9.9 | 20 | 0.707071 |
99ec182f05a63b32b720378bed7255777b57f277 | 505 | asm | Assembly | recom.asm | Dhoulnoun/Proj_Calcasm | e144271b3a480603ced8951673df515124f999bf | [
"MIT"
] | 1 | 2021-06-13T10:26:15.000Z | 2021-06-13T10:26:15.000Z | recom.asm | Dhoulnoun/Proj_Calcasm | e144271b3a480603ced8951673df515124f999bf | [
"MIT"
] | null | null | null | recom.asm | Dhoulnoun/Proj_Calcasm | e144271b3a480603ced8951673df515124f999bf | [
"MIT"
] | null | null | null |
recommence proc
MOV AH,9H
LEA DX,msg7
INT 21H
MOV ah,1h
INT 21h
CMP AL,'O'
JB fin_rec
CMP AL,'... | 22.954545 | 34 | 0.281188 |
c74c4f9fab3f13ef668638e84d785e6dac097849 | 16,385 | asm | Assembly | PICcode/Kickbrain.asm | ValdemarOrn/KickBrain | 36f85a5ddc16594ef3f5acc2686ed277965681df | [
"MIT"
] | null | null | null | PICcode/Kickbrain.asm | ValdemarOrn/KickBrain | 36f85a5ddc16594ef3f5acc2686ed277965681df | [
"MIT"
] | null | null | null | PICcode/Kickbrain.asm | ValdemarOrn/KickBrain | 36f85a5ddc16594ef3f5acc2686ed277965681df | [
"MIT"
] | 3 | 2016-03-01T14:06:21.000Z | 2021-07-05T13:31:49.000Z |
_ADCsample:
;Kickbrain.c,12 :: unsigned ADCsample(unsigned short channel)
;Kickbrain.c,16 :: channel = (channel & 0x0F) << 2;
MOVLW 15
ANDWF FARG_ADCsample_channel+0, 0
MOVWF R2
MOVF R2, 0
MOVWF R0
RLCF R0, 1
BCF R0, 0
RLCF R0, 1
BCF R0,... | 24.131075 | 111 | 0.540067 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.