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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
175e0f8a68383d88730a58fc699ab9db4d750b36 | 1,755 | asm | Assembly | tests/asm/sum_array.asm | benjaminselfridge/lc3b | 12d2cf93799d98ae6b927d93456b0939ba25a6d6 | [
"BSD-3-Clause"
] | 5 | 2019-11-27T06:50:14.000Z | 2021-08-30T23:51:45.000Z | tests/asm/sum_array.asm | benjaminselfridge/lc3b | 12d2cf93799d98ae6b927d93456b0939ba25a6d6 | [
"BSD-3-Clause"
] | null | null | null | tests/asm/sum_array.asm | benjaminselfridge/lc3b | 12d2cf93799d98ae6b927d93456b0939ba25a6d6 | [
"BSD-3-Clause"
] | null | null | null | 0x3000
;; This program sums up the contents of an array at location 0x4000 and
;; stores the result in register R0.
;; First, we do a bunch of set up:
;; R1 will be the index register, storing the address of the next array
;; location to add.
START: LEA R1 A... | 33.113208 | 80 | 0.555556 |
cf57d9db1ae4cf3f2cac0a3af306fb1984aa31dd | 720 | asm | Assembly | Proteux/8251A_PROTEUS.asm | CallMeMengMeng/ASSEMBLY-LANGUAGE | 8c884b43906225045e4ee68497d8913394a0d71a | [
"MIT"
] | null | null | null | Proteux/8251A_PROTEUS.asm | CallMeMengMeng/ASSEMBLY-LANGUAGE | 8c884b43906225045e4ee68497d8913394a0d71a | [
"MIT"
] | null | null | null | Proteux/8251A_PROTEUS.asm | CallMeMengMeng/ASSEMBLY-LANGUAGE | 8c884b43906225045e4ee68497d8913394a0d71a | [
"MIT"
] | null | null | null | ; USE 8251A TO DISPLAY "HELLO WORLD! " WITHIN PROTEUS.
DATA SEGMENT
BUFFER DB 'HELLO WORLD! '
DATA ENDS
STACK SEGMENT PARA STACK 'STACK'
DB 100 DUP(0)
STACK ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START:
;SET DATA SEGMENT reg
MOV AX, DATA
MOV DS, AX
MOV AL,4EH
... | 15.652174 | 55 | 0.468056 |
0e58c63e2f984aca7cd8513678d326b4cc02848b | 8,845 | asm | Assembly | Appl/Games/Taipei/taipeiInit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Games/Taipei/taipeiInit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Games/Taipei/taipeiInit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1995 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Taipei (Trivia project: PC GEOS application)
FILE: TaipeiInit.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
kho 1/23/95 I... | 25.862573 | 80 | 0.536914 |
49a62968205faa6835b62fd5c0a9e7f0059cef41 | 20,622 | asm | Assembly | Tests/IO/NameSpace.e.asm | ShawSumma/Evie | 900b1f68613c15bac48aa9d614a64c972af86b15 | [
"MIT"
] | null | null | null | Tests/IO/NameSpace.e.asm | ShawSumma/Evie | 900b1f68613c15bac48aa9d614a64c972af86b15 | [
"MIT"
] | null | null | null | Tests/IO/NameSpace.e.asm | ShawSumma/Evie | 900b1f68613c15bac48aa9d614a64c972af86b15 | [
"MIT"
] | null | null | null | .intel_syntax noprefix
.file 1 "Tests/IO/NameSpace.e" #1 "Tests/IO/NameSpace.e"
.file 2 "Tests/IO/../../STD/STD.e" #2 "Tests/IO/../../STD/STD.e"
.file 3 "Tests/IO/../../STD/Types.e" #3 "Tests/IO/../../STD/Types.e"
.file 4 "Tests/IO/../../STD/Memory.e" #4 "Tests/IO/../../STD/Memory.e"
.file 5 "Tests/IO/../../STD/Lis... | 23.19685 | 155 | 0.692028 |
df01b997703a360555a790727629eb89196fc7b8 | 1,519 | asm | Assembly | src/shaders/h264/mc/add_Error_16x16_Y.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/h264/mc/add_Error_16x16_Y.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/h264/mc/add_Error_16x16_Y.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | /*
* Add macroblock correction Y data blocks to predicted picture
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*... | 29.211538 | 115 | 0.624753 |
e647ffa9ca9dcdf4474cf8836f9f546f753af028 | 4,568 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2049.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2049.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2049.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x19c6b, %rsi
lea addresses_WC_ht+0x14d2b, %rdi
cmp %rax, %rax
mov $18, %rcx
rep movsl
nop
nop
nop
xor %rdi, %rdi
lea addresses_UC_ht+0x1986b, %rsi
lea addresses_WT_ht+0xbe2b, %rdi
nop
sub $22365, %rax
mov $74, %rcx... | 55.036145 | 2,999 | 0.660902 |
bf804da273ffad45ea1abc2b5d78e554e60ca7a5 | 4,276 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2680.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_2680.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_2680.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 %r9
lea addresses_normal_ht+0x1509b, %r9
nop
nop
add $34242, %r11
mov (%r9), %r14
nop
nop
nop
and $59675, %r12
pop %r9
pop %r14
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r14
push %rax
push %rbp
push %rc... | 56.263158 | 2,999 | 0.660664 |
e3fa0a58d74447083ae4257118693aab5111659a | 557 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fsmax.asm | rjcorrig/z88dk | c49c26bb232c17ea5a45d21bb81b6343572b7f4c | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fsmax.asm | rjcorrig/z88dk | c49c26bb232c17ea5a45d21bb81b6343572b7f4c | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math32/c/sccz80/cm32_sccz80_fsmax.asm | rjcorrig/z88dk | c49c26bb232c17ea5a45d21bb81b6343572b7f4c | [
"ClArtistic"
] | null | null | null |
; float __fsmax (float number)
SECTION code_clib
SECTION code_math
PUBLIC cm32_sccz80_fsmax
EXTERN m32_fsmax_fastcall
; convert sccz80 float to infinity with correct sign
;
; enter : stack = ret
; DEHL = sccz80_float number
;
; exit : DEHL = sccz80_float(infinity)
;
; use... | 24.217391 | 73 | 0.545781 |
9d934b375e72821b4b66628b07f64cdf2eeaa65a | 2,493 | asm | Assembly | script.asm | LOuroboros/wonder-trade | 7bee4a2b9dcb9e1da4517cf594cfd0f6732c7aec | [
"BSD-2-Clause"
] | 1 | 2020-01-10T14:46:13.000Z | 2020-01-10T14:46:13.000Z | script.asm | LOuroboros/wonder-trade | 7bee4a2b9dcb9e1da4517cf594cfd0f6732c7aec | [
"BSD-2-Clause"
] | null | null | null | script.asm | LOuroboros/wonder-trade | 7bee4a2b9dcb9e1da4517cf594cfd0f6732c7aec | [
"BSD-2-Clause"
] | null | null | null | .include "pokescript.s"
.loadtable "character-encoding.tbl"
@@main:
lock
faceplayer
checkflag 0x200
gotoif 0x1, @@tothepoint
msgbox @@introduction, 0x5
compare LASTRESULT, 0x1
callif 0x1, @@explaining
msgbox @@wanttostart, 0x5
// if they don't want to WT, bail
compare LASTRESUL... | 26.521277 | 270 | 0.689932 |
8f3f063e257613f9060462c1a9f86f4a49c0c9c3 | 618 | asm | Assembly | oeis/298/A298040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/298/A298040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/298/A298040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A298040: Coordination sequence of Dual(4.6.12) tiling with respect to a tetravalent node.
; 1,4,20,24,40,40,60,56,80,72,100,88,120,104,140,120,160,136,180,152,200,168,220,184,240,200,260,216,280,232,300,248,320,264,340,280,360,296,380,312,400,328,420,344,440,360,460,376,480,392,500,408,520,424,540
mov $1,1
mov $3,$0... | 18.727273 | 208 | 0.588997 |
68cee226546d9838204e8a29a562d29841d8de40 | 1,729 | asm | Assembly | cpu/halt_bug_test/main.asm | AntonioND/gbc-hw-tests | 631e60000c885154a8526df0b148847f9c34ce42 | [
"MIT"
] | 6 | 2018-07-21T12:11:21.000Z | 2021-07-23T16:32:47.000Z | cpu/halt_bug_test/main.asm | PMArkive/gbc-hw-tests | 631e60000c885154a8526df0b148847f9c34ce42 | [
"MIT"
] | null | null | null | cpu/halt_bug_test/main.asm | PMArkive/gbc-hw-tests | 631e60000c885154a8526df0b148847f9c34ce42 | [
"MIT"
] | 3 | 2016-04-26T07:45:34.000Z | 2018-12-30T05:45:14.000Z |
INCLUDE "hardware.inc"
INCLUDE "header.inc"
SECTION "var",BSS
repeat_loop: DS 1
SECTION "Main",HOME
;--------------------------------------------------------------------------
;- Main() -
;-------------------------------------------------------... | 14.777778 | 75 | 0.406015 |
a6c1a949059c7fefc6c8739d16b92d578468f5a5 | 1,089 | asm | Assembly | programs/oeis/245/A245994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/245/A245994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/245/A245994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A245994: Number of length n+2 0..7 arrays with no pair in any consecutive three terms totalling exactly 7
; 344,2120,13064,80504,496088,3057032,18838280,116086712,715358552,4408238024,27164786696,167396958200,1031546535896,6356676173576,39171603577352,241386297637688,1487489389403480,9166322634058568,5648542519375488... | 155.571429 | 888 | 0.890725 |
d748cd124f41491bfa100b2437fae9369c3cf894 | 789 | asm | Assembly | oeis/138/A138629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/138/A138629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/138/A138629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A138629: Primes of form 17*n+7.
; Submitted by Jon Maiga
; 7,41,109,211,313,347,449,619,653,823,857,1061,1129,1163,1231,1367,1571,1741,1877,1979,2081,2251,2557,2591,2659,2693,2897,2999,3067,3169,3203,3271,3373,3407,3917,4019,4597,4733,4801,4903,4937,5039,5107,5209,5413,5651,5821,5923,6229,6263,6569,6637,6841,6977,707... | 37.571429 | 499 | 0.722433 |
10ccff57b0417c8a5463c1cd3f80020c4a2a4e97 | 140 | asm | Assembly | test/data/increment.cas.asm | phlo/concubine | 2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1 | [
"MIT"
] | null | null | null | test/data/increment.cas.asm | phlo/concubine | 2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1 | [
"MIT"
] | null | null | null | test/data/increment.cas.asm | phlo/concubine | 2a3bc9474878951aef54e8c7b6c47c5b4ac02fb1 | [
"MIT"
] | null | null | null | # concurrently incrementing heap[0] in a loop using CAS
STORE 0 # initialize heap[0] with 0
FENCE
CHECK 0
LOOP: MEM 0
ADDI 1
CAS 0
JMP LOOP
| 15.555556 | 55 | 0.75 |
f961c5766fee8a6fec1fcf10b30eb37821076ff0 | 455 | asm | Assembly | oeis/067/A067636.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/067/A067636.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/067/A067636.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A067636: Row 1 of table in A067640.
; Submitted by Jon Maiga
; 2,20,210,2352,27720,339768,4294290,55621280,734959368,9873696560,134510127752,1854385377600,25828939188000,362995937665200,5141806953167250,73343003232628800,1052697272275341000,15194039267330154000,220410039466873456200
mov $1,$0
seq $0,356 ; Number of ... | 45.5 | 222 | 0.775824 |
611d1b02db8b432054087a29ef8f90327d7722e9 | 849 | asm | Assembly | programs/oeis/156/A156279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/156/A156279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/156/A156279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A156279: 4 times the Lucas number A000032(n).
; 8,4,12,16,28,44,72,116,188,304,492,796,1288,2084,3372,5456,8828,14284,23112,37396,60508,97904,158412,256316,414728,671044,1085772,1756816,2842588,4599404,7441992,12041396,19483388,31524784,51008172,82532956,133541128,216074084,349615212,565689296,915304508,1480993804,23... | 70.75 | 721 | 0.846879 |
69748e40be3b89a2fa36e3a65846e30413d43180 | 893 | asm | Assembly | ts_export/texty.asm | perrada69/memdump | 6bcd0ce2392aee43dbf4eba0970bfc71b3a943be | [
"MIT"
] | 4 | 2021-04-30T22:31:14.000Z | 2021-11-15T21:43:14.000Z | ts_export/texty.asm | perrada69/memdump | 6bcd0ce2392aee43dbf4eba0970bfc71b3a943be | [
"MIT"
] | 2 | 2021-06-01T18:38:23.000Z | 2021-08-30T07:33:19.000Z | ts_export/texty.asm | perrada69/memdump | 6bcd0ce2392aee43dbf4eba0970bfc71b3a943be | [
"MIT"
] | 1 | 2021-08-08T08:22:37.000Z | 2021-08-08T08:22:37.000Z |
; Texty, ktere se zobrazuji...
title DZ "Memory dump 0.7 | Enter - help"
podtrh DZ "=============================="
empty DZ " "
nadpis DZ "Addr.|Values "
help DZ "Usage: .memdump <address>"
help1 DZ "Example: .memdump 32768"
help2 DZ "Programmed by:... | 27.060606 | 45 | 0.554311 |
6b5647fd7f7021af950dd47e17686ce22dc20bf1 | 234 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_log10.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_log10.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_log10.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; float log10(float x)
SECTION code_fp_math48
PUBLIC cm48_sdcciy_log10
EXTERN cm48_sdcciy_log10_fastcall
cm48_sdcciy_log10:
pop af
pop hl
pop de
push de
push hl
push af
jp cm48_sdcciy_log10_fastcall
| 11.142857 | 33 | 0.726496 |
a901fa1b760cf4462a913752837abdb39c1a2942 | 6,500 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1068.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_1068.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_1068.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r9
push %rbp
push %rcx
push %rsi
lea addresses_D_ht+0x7e16, %rbp
clflush (%rbp)
nop
nop
nop
xor $19474, %r13
mov $0x6162636465666768, %rsi
movq %rsi, %xmm3
movups %xmm3, (%rbp)
xor %r12, %r12
lea addresses_normal_ht+0x1a33a, %rsi
nop
nop
a... | 34.574468 | 2,999 | 0.656308 |
4442e7107f0e16ec8509632d7d577b9deb053e31 | 733 | asm | Assembly | oeis/019/A019465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/019/A019465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/019/A019465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A019465: Multiply by 1, add 1, multiply by 2, add 2, etc., start with 2.
; Submitted by Christian Krause
; 2,2,3,6,8,24,27,108,112,560,565,3390,3396,23772,23779,190232,190240,1712160,1712169,17121690,17121700,188338700,188338711,2260064532,2260064544,29380839072,29380839085,411331747190,411331747204,6169976208060,616... | 40.722222 | 493 | 0.793997 |
ea280887bec5283aa4dee3cac39c1fc71191da53 | 1,410 | asm | Assembly | asm/_debug.asm | RockmanEXEZone/MMBN45-English-Translation | 61c8df305f76b3b94395cf58cee16d816b56eaaa | [
"BSD-3-Clause"
] | 6 | 2019-11-16T10:19:15.000Z | 2022-03-25T16:36:40.000Z | asm/_debug.asm | RockmanEXEZone/MMBN45-English-Translation | 61c8df305f76b3b94395cf58cee16d816b56eaaa | [
"BSD-3-Clause"
] | null | null | null | asm/_debug.asm | RockmanEXEZone/MMBN45-English-Translation | 61c8df305f76b3b94395cf58cee16d816b56eaaa | [
"BSD-3-Clause"
] | null | null | null | // Always enables Select=BattleSkip
//.org 0x0800825C
// nop
// Hold Select to expire mission timer
.org 0x8006A04
bl debug_expireMissionTimer
// Battle target cheats
.org 0x08020114
ldr r1,=debug_battleTargetCheats|1b
bx r1
.pool
// Higher default text speed
.org 0x0804FB82
mov r0,1h
// Walking = 2.5x normal ... | 19.583333 | 52 | 0.786525 |
27f27c43c1db362449b22c0c5abbcc55fb92e552 | 5,447 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_6_1064.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_6_1064.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_6_1064.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x19940, %rbx
nop
nop
add $25452, %r11
mov $0x6162636465666768, %rax
movq %rax, (%rbx)
nop
nop
nop
nop
and $22761, %rbp
lea addresses_A_ht+0xf208, %r9
xor %rsi, %rsi
mov (%... | 21.360784 | 147 | 0.64329 |
f0eb1258a3d435a8f8da418d61e306644e98732a | 4,903 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2.log_2_308.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-8650U_0xd2.log_2_308.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-8650U_0xd2.log_2_308.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xdf6c, %r9
nop
nop
cmp $21125, %r10
movb (%r9), %r12b
sub %rbp, %rbp
lea addresses_WC_ht+0x196c, %rbx
and $34595, %r10
movups (%rbx), %xmm6
vpextrq $0, %xm... | 19.850202 | 148 | 0.635121 |
f6f95da1ffd217b4392ef861095be62ecfaa1ade | 7,628 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_380.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_380.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_380.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 %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x115f7, %rsi
lea addresses_WC_ht+0x1e9b7, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
xor $38610, %rbp
mov $96, %rcx
rep movsb
nop
nop
nop
sub %r8, %r8
lea addresses_UC_ht+0xe9cb, ... | 34.515837 | 2,999 | 0.656004 |
8fc99c37e286a7b1cc1db9dbe16edbc7b4da0119 | 459 | asm | Assembly | oeis/236/A236581.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/236/A236581.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/236/A236581.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A236581: The number of tilings of a 7 X (4n) floor with 1 X 4 tetrominoes.
; Submitted by Jon Maiga
; 1,5,37,269,1949,14121,102313,741305,5371097,38916077,281964941,2042966149,14802232757,107249008849,777068573905,5630220503025,40793546383409,295568073335893,2141527121824885,15516352499614333,112423136012925517,81455... | 27 | 231 | 0.738562 |
c1ec43369ec84e896a5caf5b49f6f258a41f5a6b | 438 | asm | Assembly | source/ascii.asm | timchenko24/TASM | 7748268fd75f78cab30f36c8084de9b0f3f19482 | [
"MIT"
] | null | null | null | source/ascii.asm | timchenko24/TASM | 7748268fd75f78cab30f36c8084de9b0f3f19482 | [
"MIT"
] | null | null | null | source/ascii.asm | timchenko24/TASM | 7748268fd75f78cab30f36c8084de9b0f3f19482 | [
"MIT"
] | null | null | null | .model small
.stack 100h
.data
_ascii db 256 dup(?)
.code
begin:
mov ax, @data
mov ds, ax
mov cx, 255
mov si, 0
mov _ascii[si], 0
loop1: mov al, _ascii[si]
add al, 1
inc si
mov _ascii[si], al
loop loop1
mov ah,02h
mov cx,256
mov si,0
mov di,0
n1: mov dl,_ascii[si]
int 21h
cmp di,31
je n2
inc di... | 12.166667 | 26 | 0.639269 |
88d29620f15518a58327aceeeba8642aad98ca08 | 36,119 | asm | Assembly | ioq3/build/release-js-js/baseq3/cgame/cg_predict.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/baseq3/cgame/cg_predict.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/baseq3/cgame/cg_predict.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | export CG_BuildSolidList
code
proc CG_BuildSolidList 32 0
ADDRLP4 16
CNSTI4 0
ASGNI4
ADDRGP4 cg_numSolidEntities
ADDRLP4 16
INDIRI4
ASGNI4
ADDRGP4 cg_numTriggerEntities
ADDRLP4 16
INDIRI4
ASGNI4
ADDRGP4 cg+40
INDIRP4
CVPU4 4
CNSTU4 0
EQU4 $72
ADDRLP4 20
CNSTI4 0
ASGNI4
ADDRGP4 cg+107596
INDIRI4
ADDRLP4 20
INDIRI4
NEI4 ... | 12.567502 | 45 | 0.848279 |
33415dd3bc6c3e8a5770b45409ead4ece5cbb83c | 1,023 | asm | Assembly | programs/oeis/315/A315733.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/315/A315733.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/315/A315733.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A315733: Coordination sequence Gal.6.642.6 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.
; 1,6,12,18,22,28,34,40,44,50,56,62,68,74,80,84,90,96,102,106,112,118,124,130,136,142,146,152,158,164,168,174,180,186,192,198,204,208,214,220,... | 22.733333 | 186 | 0.59433 |
5ce0604cb0b835bf812c3a7565a7be3d571721aa | 2,500 | asm | Assembly | programs/oeis/193/A193253.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/193/A193253.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/193/A193253.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A193253: Great rhombicosidodecahedron with faces of centered polygons.
; 1,183,905,2527,5409,9911,16393,25215,36737,51319,69321,91103,117025,147447,182729,223231,269313,321335,379657,444639,516641,596023,683145,778367,882049,994551,1116233,1247455,1388577,1539959,1701961,1874943,2059265,2255287,2463369,2683871,291715... | 131.578947 | 2,278 | 0.8664 |
61a58d1b81ad92e4d96a7b282140aed0d285d33b | 308 | asm | Assembly | boot/boot_print_32bits.asm | crazyxy/tiny-operating-system | e59c1499df43a6685ebdcba62cb4e5fd13323bbf | [
"MIT"
] | null | null | null | boot/boot_print_32bits.asm | crazyxy/tiny-operating-system | e59c1499df43a6685ebdcba62cb4e5fd13323bbf | [
"MIT"
] | null | null | null | boot/boot_print_32bits.asm | crazyxy/tiny-operating-system | e59c1499df43a6685ebdcba62cb4e5fd13323bbf | [
"MIT"
] | null | null | null | [bits 32]
VIDEO_MEMORY equ 0xb8000
WHITE_ON_BLACK equ 0x0f
print_string_pm:
pusha
mov edx, VIDEO_MEMORY
print_string_pm_loop:
mov al, [ebx]
mov ah, WHITE_ON_BLACK
cmp al, 0
je print_string_pm_done
mov [edx], ax
add ebx, 1
add edx, 2
jmp print_string_pm_loop
print_string_pm_done:
popa
ret
| 12.32 | 25 | 0.75974 |
81358adfb3ae0f513b187b6ce49c8c67b1179e0c | 555 | asm | Assembly | programs/oeis/034/A034850.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/034/A034850.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/034/A034850.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A034850: Triangular array formed by taking every other term of Pascal's triangle.
; 1,1,2,1,3,1,6,1,5,10,1,6,20,6,1,21,35,7,1,28,70,28,1,9,84,126,36,1,10,120,252,120,10,1,55,330,462,165,11,1,66,495,924,495,66,1,13,286,1287,1716,715,78,1,14,364,2002,3432,2002,364,14,1,105,1365,5005,6435,3003,455,15,1,120,1820,8008,128... | 92.5 | 360 | 0.691892 |
27f95db8b09e553376e64fd3db3a556dceae86b8 | 9,618 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_5083_1713.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_5083_1713.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_5083_1713.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 %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x165b1, %rdx
nop
nop
nop
xor %r8, %r8
mov (%rdx), %r13w
nop
nop
xor $37050, %r9
lea addresses_normal_ht+0x1adb1, %rsi
nop
nop
cmp $47944, %r12
mov $0x6162636465666768... | 28.625 | 2,999 | 0.652319 |
248e871abff505552a059053a977c0c85eabac23 | 500 | asm | Assembly | programs/oeis/029/A029609.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/029/A029609.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/029/A029609.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A029609: Central numbers in the (2,3)-Pascal triangle A029600.
; 1,5,15,50,175,630,2310,8580,32175,121550,461890,1763580,6760390,26001500,100291500,387793800,1502700975,5834015550,22687838250,88363159500,344616322050,1345644686100,5260247409300,20583576819000,80619009207750,316026516094380,1239796332370260,4867348564... | 23.809524 | 261 | 0.726 |
000eab8fbfdf1d1513014acf4de295754c7754f9 | 661 | asm | Assembly | oeis/175/A175015.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/175/A175015.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/175/A175015.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A175015: y-values in the solution to x^2-57*y^2=1.
; Submitted by Jon Maiga
; 0,20,6040,1824060,550860080,166357920100,50239541010120,15172175027136140,4581946618654104160,1383732706658512320180,417882695464252066590200,126199190297497465597920220,38111737587148770358505316240,11509618552128631150803007584260,3475866... | 44.066667 | 481 | 0.854766 |
34479e27ed9e85fa4aaabcb9d5400f062b1ccd56 | 423 | asm | Assembly | programs/oeis/285/A285052.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/285/A285052.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/285/A285052.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A285052: Number of idempotent equivalence classes for multiplication in Zn.
; 1,4,4,4,4,16,4,4,4,16,4,16,4,16,16,4,4,16,4,16,16,16,4,16,4,16,4,16,4,64,4,4,16,16,16,16,4,16,16,16,4,64,4,16,16,16,4,16,4,16,16,16,4,16,16,16,16,16,4,64,4,16,16,4,16,64,4,16,16,64,4,16,4,16,16,16,16,64,4,16,4,16,4,64,16,16,16,16,4,64,16
s... | 52.875 | 239 | 0.664303 |
2456a08d9d348b2ebcc6148c72b38874ce3dcb85 | 716 | asm | Assembly | WS3_ASM/Task_8.asm | OlegMalchenko/ACOS_WS_3 | a0a6d02b6dcd54b1a103a3da24de17251d934605 | [
"MIT"
] | null | null | null | WS3_ASM/Task_8.asm | OlegMalchenko/ACOS_WS_3 | a0a6d02b6dcd54b1a103a3da24de17251d934605 | [
"MIT"
] | null | null | null | WS3_ASM/Task_8.asm | OlegMalchenko/ACOS_WS_3 | a0a6d02b6dcd54b1a103a3da24de17251d934605 | [
"MIT"
] | null | null | null | #
# signed and unsigned comparison of x and y
#
.data
pleaser_x:
.string "Please, input integer x: "
pleaser_y:
.string "Please, input integer y: "
ne_new:
.string "\nIf x is less then y: output is 1, else: output is 0"
isless:
.string "\nsigned comparison: x < y : "
isless_u:
.string "\nunsigned comparison:x <... | 13.018182 | 64 | 0.631285 |
865f48e96dcf45940bb374cc741678a342fe7183 | 244 | asm | Assembly | programs/oeis/101/A101346.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/101/A101346.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/101/A101346.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A101346: a(n) = binomial(2^n, n-1).
; 1,4,28,560,35960,7624512,5423611200,13161885792000,110859231254749120,3293259778311548232704,349928324708588104171703296,134575849279352109587517966790656
mov $1,2
pow $1,$0
mul $1,2
bin $1,$0
mov $0,$1
| 27.111111 | 156 | 0.77459 |
b4003c164ee3bc17c462c0f57112b3cb8fda828d | 553 | asm | Assembly | oeis/072/A072154.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/072/A072154.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/072/A072154.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A072154: Coordination sequence for the planar net 4.6.12.
; Submitted by Jamie Morken(s3)
; 1,3,5,7,9,12,15,17,19,21,24,27,29,31,33,36,39,41,43,45,48,51,53,55,57,60,63,65,67,69,72,75,77,79,81,84,87,89,91,93,96,99,101,103,105,108,111,113,115,117,120,123,125,127,129,132,135,137,139,141,144,147,149,151,153,156,159,161,1... | 34.5625 | 354 | 0.683544 |
83ceca955b94304d4f000b3001c39dd34343cb8a | 314 | asm | Assembly | oeis/040/A040003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/040/A040003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/040/A040003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A040003: Continued fraction for sqrt(6).
; Submitted by Christian Krause
; 2,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2,4,2
trn $0,1
mod $0,2
mul $0,2
add $0,2
| 34.888889 | 201 | 0.566879 |
3484a5fef65c7711796e2dcc5db33b833923d004 | 423 | asm | Assembly | testProgram.asm | davidsene/pep-assembler | 5de850dff2852d596a04bfc0e1ad378f45607580 | [
"MIT"
] | null | null | null | testProgram.asm | davidsene/pep-assembler | 5de850dff2852d596a04bfc0e1ad378f45607580 | [
"MIT"
] | 5 | 2016-12-26T02:23:30.000Z | 2017-04-28T14:23:09.000Z | testProgram.asm | davidsene/PEP_Assembler | 5de850dff2852d596a04bfc0e1ad378f45607580 | [
"MIT"
] | null | null | null | ;=============================================================
;Here is a test program
;It determine the max between two initialized variables A and B
;And store it into another variable MAX
;=============================================================
.data
A: .word 0xf
B: .word 0x2
MAX: .word 0x0
.end
.text
LDR... | 18.391304 | 63 | 0.475177 |
275487579604213d1973a3e5503c541ac23938bf | 602 | asm | Assembly | programs/oeis/055/A055583.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/055/A055583.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/055/A055583.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A055583: Seventh column of triangle A055252.
; 1,10,58,256,955,3178,9740,28064,77093,203930,523262,1309520,3209871,7731642,18348240,42989520,99612345,228586890,520090690,1174401760,2634019171,5872021450,13019115028,28722588736,63082326605,137975818298,300647704070,652835021744,1413044232503,3049426771610,656271001903... | 43 | 418 | 0.818937 |
6c855fe900b41da0ab03ed0178bed92b6784b3a9 | 352 | asm | Assembly | oeis/002/A002716.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/002/A002716.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/002/A002716.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A002716: An infinite coprime sequence defined by recursion.
; Submitted by Jon Maiga
; 3,5,13,17,241,257,65281,65537,4294901761,4294967297,18446744069414584321,18446744073709551617,340282366920938463444927863358058659841
add $0,2
mov $2,2
lpb $0
sub $0,1
mov $1,$2
sub $1,$3
mov $2,$3
pow $2,2
add $3,$1
l... | 19.555556 | 135 | 0.715909 |
ebf59e3a294e2e52d9b61edf1c77647faf264520 | 5,864 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_39.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_39.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_39.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rbp
push %rbx
push %rdi
push %rsi
lea addresses_normal_ht+0x1c608, %rsi
nop
nop
nop
add %rdi, %rdi
movups (%rsi), %xmm1
vpextrq $0, %xmm1, %r14
nop
nop
and $50740, %r15
lea addresses_D_ht+0x5048, %rbx
clflush (%rbx)
nop
nop
cmp $40811, %rs... | 42.492754 | 2,999 | 0.658595 |
2ae777ee457bee2e7f435184bdbd3461c6769f8b | 27,601 | asm | Assembly | trunk/win/lib/openssl-1.0.1e/tmp32/ghash-x86.asm | chundonglinlin/srs.win | 0e45a27ebf0df35509cac33741d4e3e8454d83fa | [
"MIT"
] | 9 | 2016-02-04T02:09:25.000Z | 2019-08-11T15:11:44.000Z | trunk/win/lib/openssl-1.0.1e/tmp32/ghash-x86.asm | suhetao/srs.win | 0e45a27ebf0df35509cac33741d4e3e8454d83fa | [
"MIT"
] | null | null | null | trunk/win/lib/openssl-1.0.1e/tmp32/ghash-x86.asm | suhetao/srs.win | 0e45a27ebf0df35509cac33741d4e3e8454d83fa | [
"MIT"
] | 23 | 2015-12-06T15:18:41.000Z | 2021-12-23T13:59:25.000Z | TITLE ghash-x86.asm
IF @Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
.686
.XMM
IF @Version LT 800
XMMWORD STRUCT 16
DQ 2 dup (?)
XMMWORD ENDS
ENDIF
.MODEL FLAT
OPTION DOTNAME
IF @Version LT 800
.text$ SEGMENT PAGE 'CODE'
ELSE
.text$ SEGMENT ALIGN(64) 'CODE'
ENDIF
ALI... | 21.647843 | 64 | 0.68791 |
d8954b097db102a5584ae6a4f068fa2d4384de52 | 88 | asm | Assembly | node_modules/tensor-xmldom/test/code.asm | nikitabelotelov/coffee | 63cd862b827337a373301677f02d341d59ce2485 | [
"MIT"
] | null | null | null | node_modules/tensor-xmldom/test/code.asm | nikitabelotelov/coffee | 63cd862b827337a373301677f02d341d59ce2485 | [
"MIT"
] | null | null | null | node_modules/tensor-xmldom/test/code.asm | nikitabelotelov/coffee | 63cd862b827337a373301677f02d341d59ce2485 | [
"MIT"
] | null | null | null | 1
2
<html><body><p>some other text</p></body></html>
[deoptimize context: 1b01aef414b1]
| 17.6 | 48 | 0.704545 |
f01d09b546521d990091678b7af325027acee5a6 | 1,938 | asm | Assembly | programs/oeis/058/A058794.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/058/A058794.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/058/A058794.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A058794: Row 3 of A007754.
; 2,18,52,110,198,322,488,702,970,1298,1692,2158,2702,3330,4048,4862,5778,6802,7940,9198,10582,12098,13752,15550,17498,19602,21868,24302,26910,29698,32672,35838,39202,42770,46548,50542,54758,59202,63880,68798,73962,79378,85052,90990,97198,103682,110448,117502,124850,132498,140452,148718,157... | 215.333333 | 1,860 | 0.853457 |
23aee4de6803b3ca7f8111f783565454bedded3c | 484 | asm | Assembly | code0.asm | mayank-myk/Highlevel-language-to-asembly-code | ead191db802a10e7cd7ee78780f500eca65c8b33 | [
"MIT"
] | null | null | null | code0.asm | mayank-myk/Highlevel-language-to-asembly-code | ead191db802a10e7cd7ee78780f500eca65c8b33 | [
"MIT"
] | null | null | null | code0.asm | mayank-myk/Highlevel-language-to-asembly-code | ead191db802a10e7cd7ee78780f500eca65c8b33 | [
"MIT"
] | null | null | null | ENTRY a
EXTRN class
MOVR R1, 5
MOVR R2, b
ADD R1, R2
ADD R1, 3
MULT R1, 6
MOVM b, R1
loop_0 MOVR R1, b
CMP R1, a
JNE cross_0
MOVR R1, 3
ADD R1, 9
MOVM a, R1
JMP loop_0
cross_0 MOVR R1, b
ADD R1, 3
MOVM a, R1
loop_1 MOVR R1, 5
CMP R1, b
JG cro... | 11.52381 | 19 | 0.514463 |
dcdf9ec49ac6fcd399a25f0811572ad0b93adfc0 | 118 | asm | Assembly | engine/engine/main-loop/declarations/state.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | engine/engine/main-loop/declarations/state.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | 2 | 2021-04-17T09:31:24.000Z | 2021-04-17T09:31:53.000Z | engine/engine/main-loop/declarations/state.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | ; The video_next_row game/implementations/row.ase was previously executed for.
.def main_loop_previous_video_row = r6
| 39.333333 | 78 | 0.838983 |
53c5fb52e7fdc866747e2ce72d97afe2d788812f | 1,014 | asm | Assembly | SIM_ESAMI/1_ES/assembler.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | SIM_ESAMI/1_ES/assembler.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | SIM_ESAMI/1_ES/assembler.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | .586
.model flat
.code
_divisione_array proc
push ebp
mov ebp,esp
push esi
push edi
push ebx
mov ebx, dword ptr[ebp+8] ; arr
;dword ptr[ebp+12] ; divisore
mov ecx, dword ptr[ebp+20] ; resto
mov esi, 0d
mov edi, 0d
mov eax, 0d
primo_ciclo:
cmp esi, dword ptr[ebp+16]
je fine_primo
mov eax, dword ptr [ebx+esi*4]
... | 11.790698 | 34 | 0.697239 |
9f82f56850341a5d95e1492fcd8fb82655423acb | 47 | asm | Assembly | tests/incbinstr/6.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | null | null | null | tests/incbinstr/6.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | null | null | null | tests/incbinstr/6.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | null | null | null | #d incbinstr("unk" @ 0xffff) ; error: not found | 47 | 47 | 0.680851 |
e76b4c45cc2c4d0bc49f7d4116e4c65e3c642f59 | 5,615 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_1363_964.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_1363_964.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_1363_964.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 %r13
push %r9
push %rbp
push %rbx
push %rdx
lea addresses_WC_ht+0x14418, %rbp
nop
nop
nop
nop
nop
add $230, %r13
mov (%rbp), %bx
nop
nop
nop
and $12959, %r13
lea addresses_normal_ht+0x15c58, %rdx
nop
nop
nop
nop
xor %r9, %r9
movups (%rdx), %xmm5
vpex... | 38.197279 | 2,999 | 0.653428 |
2e7191a0db1baecfc9413a8069cc1ed1a0ed67cd | 2,965 | asm | Assembly | lib/Backend/arm64/Thunks.asm | ankursehgalGitHub/ChakraCore | 7f263b3ba2b7fbb5931cd743872ed0b1a33410ce | [
"MIT"
] | null | null | null | lib/Backend/arm64/Thunks.asm | ankursehgalGitHub/ChakraCore | 7f263b3ba2b7fbb5931cd743872ed0b1a33410ce | [
"MIT"
] | null | null | null | lib/Backend/arm64/Thunks.asm | ankursehgalGitHub/ChakraCore | 7f263b3ba2b7fbb5931cd743872ed0b1a33410ce | [
"MIT"
] | null | null | null | ;-------------------------------------------------------------------------------------------------------
; Copyright (C) Microsoft. All rights reserved.
; Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
;-------------------------------------------------------------... | 43.602941 | 163 | 0.528836 |
2a172052d2b2acf293bae435317ab3b2faa6b99a | 10,862 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1618_853.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_1618_853.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_1618_853.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x8958, %rsi
lea addresses_A_ht+0x16e58, %rdi
nop
nop
cmp %r9, %r9
mov $35, %rcx
rep movsq
add %rdi, %rdi
lea addresses_D_ht+0xd778, %rcx
nop
nop
nop
nop
and $55012, %rax
movw ... | 27.994845 | 2,999 | 0.650157 |
6e3cdf39554e71bb447c507a510083581da61f64 | 305 | asm | Assembly | programs/oeis/141/A141351.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/141/A141351.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/141/A141351.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A141351: a(n)=C(n)+1-0^n where C(n)=A000108(n).
; 1,2,3,6,15,43,133,430,1431,4863,16797,58787,208013,742901,2674441,9694846,35357671,129644791,477638701,1767263191,6564120421,24466267021,91482563641,343059613651,1289904147325
mov $1,$0
mul $1,2
bin $1,$0
trn $0,1
add $0,2
div $1,$0
mov $0,$1
add $0,1
| 25.416667 | 177 | 0.721311 |
f0e6b4f04b61cb069abb4e574613d4b078d8b028 | 653 | asm | Assembly | oeis/157/A157855.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/157/A157855.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/157/A157855.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A157855: 103680000n^2 - 46108800n + 5126401.
; 62697601,327628801,799920001,1479571201,2366582401,3460953601,4762684801,6271776001,7988227201,9912038401,12043209601,14381740801,16927632001,19680883201,22641494401,25809465601,29184796801,32767488001,36557539201,40554950401,44759721601,49171852801,53791344001,586181952... | 50.230769 | 489 | 0.854518 |
447f2e88b48e402a08640e24bcd15c1b4a8ca0be | 1,459 | asm | Assembly | src/i386/ehprolog.asm | avboy1337/ucxxrt | d72a1c02606475ac6c1528d7413efe9203009152 | [
"MIT"
] | 130 | 2020-02-29T09:12:43.000Z | 2022-03-19T23:33:57.000Z | src/i386/ehprolog.asm | avboy1337/ucxxrt | d72a1c02606475ac6c1528d7413efe9203009152 | [
"MIT"
] | 7 | 2020-08-06T08:08:52.000Z | 2022-02-20T04:23:57.000Z | src/i386/ehprolog.asm | avboy1337/ucxxrt | d72a1c02606475ac6c1528d7413efe9203009152 | [
"MIT"
] | 47 | 2020-03-01T01:35:53.000Z | 2022-03-24T12:15:03.000Z | ;/*
; * PROJECT: Universal C++ RunTime (UCXXRT)
; * FILE: ehprolog.asm
; * DATA: 2021/05/14
; *
; * PURPOSE: Universal C++ RunTime
; *
; * LICENSE: Relicensed under The MIT License from The CC BY 4.0 License
; *
; * DEVELOPER: MiroKaku (miro.kaku AT Outlook.com)
; */
;***
;ehprolog.asm - defines __EH... | 29.77551 | 80 | 0.524332 |
d1b41aa95606a0316c5eaa9e7b31314a23a9cd90 | 8,337 | asm | Assembly | main.asm | sebdehne/floorHeatingController | 3c0e44330a59bf5dfd648f25d1fb045cf0526e53 | [
"Unlicense"
] | null | null | null | main.asm | sebdehne/floorHeatingController | 3c0e44330a59bf5dfd648f25d1fb045cf0526e53 | [
"Unlicense"
] | null | null | null | main.asm | sebdehne/floorHeatingController | 3c0e44330a59bf5dfd648f25d1fb045cf0526e53 | [
"Unlicense"
] | null | null | null | errorlevel -302
#include "config.inc"
__CONFIG _CP_OFF & _CPD_OFF & _WDT_ON & _BOR_OFF & _PWRTE_ON & _INTRC_OSC_NOCLKOUT & _MCLRE_OFF & _FCMEN_OFF & _IESO_OFF
mainData udata 0x20 ; 11 bytes -> 0x2b
d1 res 1
d2 res 1
d3 res 1
temp res 1
Values res 5 ; 2temp + 2humidity + 1heate... | 17.814103 | 129 | 0.627204 |
9e01914f830e7d6b2e15324ebd9302a9c9248e03 | 238 | asm | Assembly | data/mapHeaders/route7gate.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/route7gate.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/route7gate.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Route7Gate_h:
db GATE ; tileset
db ROUTE_7_GATE_HEIGHT, ROUTE_7_GATE_WIDTH ; dimensions (y, x)
dw Route7GateBlocks, Route7GateTextPointers, Route7GateScript ; blocks, texts, scripts
db $00 ; connections
dw Route7GateObject ; objects
| 34 | 87 | 0.798319 |
00c73bb0ea644b2713e0c682c4fe0df9e3b72ebc | 223 | asm | Assembly | oeis/005/A005410.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005410.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005410.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005410: a(n) = largest integer m such that every n-point interval order contains an m-point semiorder.
; 1,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,9,10
lpb $0
add $2,2
add $2,$0
mov $0,$2
div $0,2
dif $2,3
lpe
add $0,1
| 18.583333 | 105 | 0.61435 |
1b7186ae083004d8e882f7313d5f009c9faa2263 | 205 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_at_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_at_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_at_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *w_array_at(w_array_t *a, size_t idx)
SECTION code_adt_w_array
PUBLIC w_array_at_callee
w_array_at_callee:
pop hl
pop bc
ex (sp),hl
INCLUDE "adt/w_array/z80/asm_w_array_at.asm"
| 13.666667 | 47 | 0.726829 |
bad8700fd34c4b8ef9d88d4453a4fe07b1b4d7ed | 1,260 | asm | Assembly | DSPEditor/DSPAudioEffectsASM/AudioReverbEffect.asm | kamcio819/Audio-Editor | 0e87bff2f5408466b43c47f14efb14ae0a33cf4f | [
"MIT"
] | null | null | null | DSPEditor/DSPAudioEffectsASM/AudioReverbEffect.asm | kamcio819/Audio-Editor | 0e87bff2f5408466b43c47f14efb14ae0a33cf4f | [
"MIT"
] | null | null | null | DSPEditor/DSPAudioEffectsASM/AudioReverbEffect.asm | kamcio819/Audio-Editor | 0e87bff2f5408466b43c47f14efb14ae0a33cf4f | [
"MIT"
] | null | null | null | .data
delay_miliseconds dword 0
delay_samples dword 0
decay real8 0.0
sample_rate real8 44.1
temp_value real8 0.0
offset_value sword 0
tab_length dword 0
tab_begin_index dword 0
tab_end_index dword 0
loop_counter dword 0
const_value real8 8.0
.code
reverb_init proc
mov delay_miliseconds, ecx
movsd decay, xmm1
... | 13.548387 | 38 | 0.745238 |
88d81593f0595d03ab11c65f569ff738baf331b3 | 470 | asm | Assembly | oeis/003/A003773.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/003/A003773.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/003/A003773.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A003773: Number of spanning trees in K_4 X P_n.
; 16,3456,686000,135834624,26894628304,5325000912000,1054323287943536,208750686023540736,41331581509440922000,8183444388183674181504,1620280657278860350213424,320807386696826179092096000,63518242285314304678125714256,12576291165105535500545820825216,24900421324486107148... | 52.222222 | 284 | 0.834043 |
83818715335904ca06963411cc0ebf13a6f60673 | 572 | asm | Assembly | programs/oeis/334/A334954.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/334/A334954.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/334/A334954.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A334954: a(n) is 1 plus the number of divisors of n.
; 2,3,3,4,3,5,3,5,4,5,3,7,3,5,5,6,3,7,3,7,5,5,3,9,4,5,5,7,3,9,3,7,5,5,5,10,3,5,5,9,3,9,3,7,7,5,3,11,4,7,5,7,3,9,5,9,5,5,3,13,3,5,7,8,5,9,3,7,5,9,3,13,3,5,7,7,5,9,3,11,6,5,3,13,5,5,5,9,3,13,5,7,5,5,5,13,3,7,7,10,3,9,3,9
mov $6,$0
mov $8,2
lpb $8,1
clr $0,6
mov ... | 17.875 | 218 | 0.494755 |
fd9fef4067a442574615539083bfd6badc1dad73 | 362 | asm | Assembly | Src/Ant8/Tests/aa8/basic/05_mul_1.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant8/Tests/aa8/basic/05_mul_1.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant8/Tests/aa8/basic/05_mul_1.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | 1 | 2020-07-15T04:09:05.000Z | 2020-07-15T04:09:05.000Z | # $Id: 05_mul_1.asm,v 1.3 2001/03/22 00:38:59 ellard Exp $
#
# Copyright 1999-2001 by the President and Fellows of Harvard College.
# See LICENSE.txt for license information.
#
#@ tests mul
# OK
lc r2, -100
lc r3, 100
mul r4, r2, r3
add r5, r1, r0
mul r6, r3, r2
add r7, r1, r0
mul r8, r2, r2
add r9, r1, r0
... | 13.923077 | 70 | 0.638122 |
4e774d418ed7499e85dd57fbfab8ba7b2795e108 | 1,727 | asm | Assembly | Data/ships/Ghavial.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Data/ships/Ghavial.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Data/ships/Ghavial.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | null | null | null | Ghavial: DB $03, $26, $00
DW GhavialEdges
DB GhavialEdgesSize
DB $00, $22
DB GhavialVertSize
DB GhavialEdgesCnt
DB $00, $64
DB GhavialNormalsSize
DB $0A, $72, $10
DW GhavialNormals
DB $00, $27
DW GhavialVertices
DB 0,0 ; Type and Tactics
GhavialVertices: DB $1E, ... | 23.026667 | 70 | 0.510133 |
9c672a51dbfc47c10ba3d73bc58e2844530ced3e | 95 | asm | Assembly | test/asm/correct-line-number.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 522 | 2017-02-25T21:10:13.000Z | 2020-09-13T14:26:18.000Z | test/asm/correct-line-number.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 405 | 2017-02-25T21:32:37.000Z | 2020-09-13T16:43:29.000Z | test/asm/correct-line-number.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 84 | 2017-02-25T21:10:26.000Z | 2020-09-13T14:28:25.000Z | IF 0
"\
"
ELIF 1
WARN "Am I geting ahead of myself?"
ELSE
"\
"
ENDC
WARN "Hopefully not." | 8.636364 | 36 | 0.610526 |
b93e4be108a56e695b39fb1108fcbf2511fd7464 | 692 | asm | Assembly | programs/oeis/288/A288132.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/288/A288132.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/288/A288132.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A288132: Fixed point of the mapping 00->0010, 1->11, starting with 00.
; 0,0,1,0,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1... | 46.133333 | 501 | 0.513006 |
cd5a3a1c8de738d98c33dbca95d34c432992e15d | 400 | asm | Assembly | programs/oeis/204/A204160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/204/A204160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/204/A204160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A204160: Symmetric matrix based on f(i,j)=(3i-2 if i=j and = 0 otherwise), by antidiagonals.
; 1,1,1,1,4,1,1,1,1,1,1,1,7,1,1,1,1,1,1,1,1,1,1,1,10,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,13,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,16,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,19,1,1,1,1,1,1,1,1,1,1,1,1
lpb $0
add $1,4
sub ... | 25 | 199 | 0.555 |
7e3620b50a0d02a973dbddae2f056994fa8d2a31 | 283 | asm | Assembly | c64testprgs/rasterIRQ.asm | irmen/ksim65 | 1ca771840bac255e28cc424443bd002caaf1630a | [
"MIT"
] | 8 | 2019-10-14T19:19:09.000Z | 2020-11-18T01:17:49.000Z | c64testprgs/rasterIRQ.asm | irmen/ksim65 | 1ca771840bac255e28cc424443bd002caaf1630a | [
"MIT"
] | 2 | 2019-09-14T19:12:41.000Z | 2020-02-21T19:03:55.000Z | c64testprgs/rasterIRQ.asm | irmen/ksim65 | 1ca771840bac255e28cc424443bd002caaf1630a | [
"MIT"
] | 2 | 2020-07-30T09:16:05.000Z | 2020-11-18T01:44:03.000Z |
*=$0801
.word (+), 2005
.null $9e, format("%d", start)
+ .word 0
* = 2084
start
sei
lda #$7f
sta $dc0d
and $d011
sta $d011
lda #123
sta $d012
lda #<irq
sta $0314
lda #>irq
sta $0315
lda #1
sta $d01a
cli
rts
irq
inc $0400
asl $d019
jmp $ea31
| 9.129032 | 31 | 0.540636 |
f38ffd7a1d2ce4681d87702571cdd7dbee47470f | 324 | asm | Assembly | test/decoder/arm/fasmarm/conditions.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 8 | 2020-06-21T22:05:00.000Z | 2021-10-06T19:59:20.000Z | test/decoder/arm/fasmarm/conditions.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 82 | 2020-06-21T22:02:00.000Z | 2020-08-04T01:48:42.000Z | test/decoder/arm/fasmarm/conditions.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 1 | 2020-06-22T15:16:02.000Z | 2020-06-22T15:16:02.000Z | ; ARM MODE.
code32
processor CPU32_V1
moveq r0, r1 ; 0
movne r0, r1 ; 1
movcs r0, r1 ; 2
movcc r0, r1 ; 3
movmi r0, r1 ; 4
movpl r0, r1 ; 5
movvs r0, r1 ; 6
movvc r0, r1 ; 7
movhi r0, r1 ; 8
movls r0, r1 ; 9
movge r0, r1 ; a
movlt r0, r1 ; b
movgt r0, r1 ; c
movle r0, r1 ; d
moval r0, r1 ... | 16.2 | 18 | 0.555556 |
370d66417d86883bd701fdcfbe8fe71ad7fdd3ed | 808 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/vram/z80/asm_sms_memsetw_vram_unsafe.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/vram/z80/asm_sms_memsetw_vram_unsafe.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/vram/z80/asm_sms_memsetw_vram_unsafe.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; ========================================================================
;
; void *sms_memsetw_vram_unsafe(void *dst, unsigned int c, unsigned int n)
;
; memset VRAM word at a time unsafe; VRAM addresses are assumed to be stable.
;
; ========================================================================
; unsafe ... | 26.064516 | 77 | 0.534653 |
5489b16915e5c955c28ad21ed33da807330310c7 | 7,263 | asm | Assembly | cv/cvfilall.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | cv/cvfilall.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | cv/cvfilall.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE CVFILALL - Copyright (c) SLR Systems 1994
INCLUDE MACROS
if fg_cvpack
INCLUDE MODULES
INCLUDE CVSTUFF
PUBLIC CV_FILES_ALL_4
.DATA
EXTERNDEF CV_TEMP_RECORD:BYTE
EXTERNDEF CURNMOD_NUMBER:DWORD,CURNMOD_NUMBER:DWORD,BYTES_SO_FAR:DWORD,FINAL_HIGH_WATER:DWORD,SRC_COUNT:DWORD
EXTERNDEF FIRST_MO... | 15.453191 | 111 | 0.772959 |
02a3bd65b33b425870480335c37fcdb179eafd48 | 462 | asm | Assembly | programs/oeis/246/A246985.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/246/A246985.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/246/A246985.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A246985: Expansion of (1-8*x+14*x^2)/((1-2*x)*(1-3*x)*(1-6*x)).
; 1,3,11,49,251,1393,8051,47449,282251,1686433,10097891,60526249,362976251,2177317873,13062296531,78368963449,470199366251,2821153019713,16926788715971,101560344351049,609360902796251,3656161927895953,21936961102828211,131621735227521049,7897303172051702... | 35.538462 | 276 | 0.729437 |
e1819c2ece712c623dfe0165aafae6956d95e1f6 | 603 | asm | Assembly | src/kernel/arch/x86/drivers/rdrand.asm | thomtl/Rhino-OS | 040aacb3873f72c70c080db54be295de430215f1 | [
"MIT"
] | 3 | 2020-06-07T12:49:36.000Z | 2022-03-31T07:34:22.000Z | src/kernel/arch/x86/drivers/rdrand.asm | thomtl/Rhino-OS | 040aacb3873f72c70c080db54be295de430215f1 | [
"MIT"
] | null | null | null | src/kernel/arch/x86/drivers/rdrand.asm | thomtl/Rhino-OS | 040aacb3873f72c70c080db54be295de430215f1 | [
"MIT"
] | null | null | null | [bits 32]
section .text
detect_rdrand:
mov eax, 1
cpuid
bt ecx, 30
jnc no_rdrand
mov byte [rdrand_det], 2
jmp rdrand_det_success
global rdrand_int
rdrand_int:
cmp byte [rdrand_det], 1
je no_rdrand
cmp byte [rdrand_det], 0
je detect_rdrand
rdrand_det_success:
mov edx, 20
... | 15.461538 | 66 | 0.646766 |
3d8edb743af60c0b65f93908df77df9c0f4b0a1a | 338 | asm | Assembly | oeis/040/A040867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/040/A040867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/040/A040867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A040867: Continued fraction for sqrt(897).
; Submitted by Jon Maiga
; 29,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18,1,58,1,18
mov $1,$0
min $0,1
add $0,3
gcd $1,$0
add $1,5
add $0,$1
mu... | 26 | 189 | 0.612426 |
b8a9d3d084ad7c138249424731803d7be0204385 | 8,268 | asm | Assembly | src/VMTranslator/fixtures/FunctionCalls/DoubleCall/DoubleCall.asm | tuzmusic/HackManager | 5c47e5541cb7372315355d9799f04fc0235a549d | [
"MIT"
] | 1 | 2021-05-17T19:50:24.000Z | 2021-05-17T19:50:24.000Z | src/VMTranslator/fixtures/FunctionCalls/DoubleCall/DoubleCall.asm | tuzmusic/HackManager | 5c47e5541cb7372315355d9799f04fc0235a549d | [
"MIT"
] | null | null | null | src/VMTranslator/fixtures/FunctionCalls/DoubleCall/DoubleCall.asm | tuzmusic/HackManager | 5c47e5541cb7372315355d9799f04fc0235a549d | [
"MIT"
] | null | null | null | // COMMAND #0A: BOOTSTRAP THE SYSTEM
@256 // set the start of the stack to addr 256
D=A // store the current address as a value
@SP // write value of D to "SP"
M=D // write value of D to current location
// COMMAND #0B: CALL Sys.init
@Sys.init$ret.2
D=A ... | 34.307054 | 79 | 0.502419 |
993f9e5530d0165445ab24dcc651cb8ac27ea5bf | 1,329 | asm | Assembly | programs/oeis/084/A084213.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/084/A084213.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/084/A084213.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A084213: Binomial transform of A081250.
; 1,4,18,76,312,1264,5088,20416,81792,327424,1310208,5241856,20969472,83881984,335536128,1342160896,5368676352,21474770944,85899214848,343597121536,1374389010432,5497557090304,21990230458368,87960926027776,351843712499712,1407374866776064,5629499500658688,22517998069743616,9007... | 78.176471 | 1,161 | 0.899172 |
34427823d0d1748574ac6123702b384550812947 | 472 | asm | Assembly | programs/oeis/154/A154990.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/154/A154990.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/154/A154990.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A154990: Triangle read by rows. Main diagonal is positive. The rest of the terms are negative.
; 1,-1,1,-1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1... | 67.428571 | 288 | 0.476695 |
9256bdd5bf0883c07dd728a54cd5ee6f62885cab | 263 | asm | Assembly | programs/oeis/172/A172051.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/172/A172051.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/172/A172051.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A172051: Decimal expansion of 1/999999.
; 0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0
mod $0,6
trn $0,4
| 43.833333 | 201 | 0.539924 |
d1f28d18fd17405118202ab3cb1930ff21034031 | 1,470 | asm | Assembly | src/singleplayer_objects_on_multiplayer_map_crash.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/singleplayer_objects_on_multiplayer_map_crash.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/singleplayer_objects_on_multiplayer_map_crash.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | %include "macros/patch.inc"
%include "macros/datatypes.inc"
%include "TiberianSun.inc"
; 0x0062E6F6 - Do not spawn singleplayer objects in multiplayer games
; 0x005DC279 - Fill_In_Data
sstring Nod, "Nod"
sstring GDI, "GDI"
%macro ApplyFix 2 ; 0x0062E6F6
hack %1
add esp, 8
mov ecx, eax
cmp dword [Ses... | 18.148148 | 71 | 0.654422 |
a1892075b4086088010f62611222f8867161b09b | 853 | asm | Assembly | testsuite/ubivm/expected/element_6.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/element_6.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/element_6.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | Entity start
No options
Constants
0 S start
1 S e
2 S elemento
3 S oi
4 S oi de novo !!!
5 S x
End
Valid context (always)
No properties
Def start
No parameters
Local variables
0 element e
End
No results
newelem 2 --> [elemento]
stvar 0 --> [e]
ldconst 3 --> [oi]
ldconst 4 --> [oi de... | 14.216667 | 32 | 0.595545 |
5f4daf2c648ca8f75bc8e032c5a04f327bd6592e | 581 | asm | Assembly | _not os code/TESTING/OrcaHLL/META/Meta.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 5 | 2015-02-25T01:28:09.000Z | 2021-05-22T09:03:04.000Z | _not os code/TESTING/OrcaHLL/META/Meta.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 38 | 2015-02-10T18:37:11.000Z | 2017-10-03T03:08:50.000Z | _not os code/TESTING/OrcaHLL/META/Meta.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 2 | 2016-05-06T22:48:46.000Z | 2017-01-12T19:28:49.000Z | Meta.Guppy.Malloc equ
Meta.Manager.Request equ
Meta.Window.Create equ
Meta.String.Copy equ
Meta.String.Append equ
Meta.Window.SetPosition equ
Meta.Window.GetPreferredWidth equ
Meta.Window.GerPreferredHeight equ
Meta.Window.SetSize equ
Meta.Window.... | 32.277778 | 99 | 0.686747 |
6b3d30c21002f584d615ad35f9553c8a39e36de0 | 5,165 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1376.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1376.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.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 %r10
push %r11
push %r12
push %r15
push %r8
push %rax
push %rbp
lea addresses_D_ht+0x1d411, %r11
nop
add $31152, %r15
mov (%r11), %rbp
nop
nop
nop
nop
nop
add %r12, %r12
lea addresses_WC_ht+0x1b711, %r10
clflush (%r10)
nop
nop
nop
nop
cmp $64213, %rax
mov (%r10), %r8
no... | 41.653226 | 2,999 | 0.659051 |
8804d46189a6bed06fe62874e6e139b58d465696 | 1,208 | asm | Assembly | programs/oeis/286/A286283.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/286/A286283.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/286/A286283.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A286283: a(n) = floor(7*n^2/48).
; 0,0,0,1,2,3,5,7,9,11,14,17,21,24,28,32,37,42,47,52,58,64,70,77,84,91,98,106,114,122,131,140,149,158,168,178,189,199,210,221,233,245,257,269,282,295,308,322,336,350,364,379,394,409,425,441,457,473,490,507,525,542,560,578,597,616,635,654,674,694,714,735,756,777,798,820,842,864,887,910... | 151 | 1,132 | 0.763245 |
8bee4276ca4666cfb19f5df02ec135bdb9fd05af | 670 | asm | Assembly | programs/oeis/018/A018837.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/018/A018837.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/018/A018837.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A018837: Number of steps for knight to reach (n,0) on infinite chessboard.
; 0,3,2,3,2,3,4,5,4,5,6,7,6,7,8,9,8,9,10,11,10,11,12,13,12,13,14,15,14,15,16,17,16,17,18,19,18,19,20,21,20,21,22,23,22,23,24,25,24,25,26,27,26,27,28,29,28,29,30,31,30,31,32,33,32,33,34,35,34,35,36,37,36,37,38,39,38,39,40,41,40,41,42,43,42,43,4... | 27.916667 | 283 | 0.614925 |
7fd59f95306c7640079369016317b950431888da | 8,850 | asm | Assembly | pixdemo.asm | rene0/asmstuff | b03f6ab0f621eeabd82a65ca216393c041f93091 | [
"BSD-2-Clause"
] | null | null | null | pixdemo.asm | rene0/asmstuff | b03f6ab0f621eeabd82a65ca216393c041f93091 | [
"BSD-2-Clause"
] | null | null | null | pixdemo.asm | rene0/asmstuff | b03f6ab0f621eeabd82a65ca216393c041f93091 | [
"BSD-2-Clause"
] | null | null | null | ; Copyright (c) 1997-2000 René Ladan. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; 1. Redistributions of source code must retain the above copyright
; notice, this list of conditions... | 33.396226 | 81 | 0.52226 |
32a3188e3bd08cc15eca19ed3453b10038bbac6e | 311 | asm | Assembly | s1/sfx-original/SndCD - Switch.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s1/sfx-original/SndCD - Switch.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s1/sfx-original/SndCD - Switch.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | SndCD_Switch_Header:
smpsHeaderStartSong 1
smpsHeaderVoice SndCD_Switch_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cPSG3, SndCD_Switch_PSG3, $00, $00
; PSG3 Data
SndCD_Switch_PSG3:
dc.b nBb4, $02
smpsStop
; Song seems to not use any FM voices
SndCD_Switch_Voices:
| 19.4375 | 56 | 0.794212 |
cde8b600ec76ff1faf92ad33f8e4a835ae9292e2 | 640 | asm | Assembly | programs/oeis/191/A191630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/191/A191630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/191/A191630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A191630: a(n) = floor((-1 + 2^n)/(1 + 2*n)).
; 0,0,1,1,2,4,8,15,26,48,89,163,303,564,1057,1985,3744,7084,13443,25575,48770,93206,178481,342392,657930,1266204,2440322,4709393,9099506,17602324,34087042,66076419,128207978,248983611,483939977,941362695,1832519379,3569842947,6958934353,13574217626,26494256090,51741723660,... | 58.181818 | 525 | 0.8125 |
9b0bea154847fadd5ed317e20c5bdb646e600f06 | 950 | asm | Assembly | external/source/shellcode/windows/single_adduser.asm | OsmanDere/metasploit-framework | b7a014a5d22d3b57157e301d4af57e3a31ad03a9 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 26,932 | 2015-01-01T00:04:51.000Z | 2022-03-31T22:51:38.000Z | external/source/shellcode/windows/single_adduser.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 11,048 | 2015-01-01T00:05:44.000Z | 2022-03-31T21:49:52.000Z | external/source/shellcode/windows/single_adduser.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 12,593 | 2015-01-01T01:01:20.000Z | 2022-03-31T22:13:32.000Z | ;
; Metasploit Framework
; http://www.metasploit.com
;
; Source for adduser (single)
;
; Authors: hdm <hdm@metasploit.com>, vlad902 <vlad902@gmail.com>
; Size : 198
;
cld
call startup
mov eax,[ebp+0x3c]
mov edi,[ebp+eax+0x78]
add edi,ebp
mov ecx,[edi+0x18]
mov ebx,[edi+0x20]
add ebx,ebp
next_entry:
dec ecx
mov esi,[... | 15.322581 | 91 | 0.733684 |
7022f4c026a76369e29e28a97374f719b096af63 | 112 | asm | Assembly | examples/callret.asm | lnsp/govm | 600cb722a4d1fe74f1c2cdb365f8647af4603cbf | [
"MIT"
] | 2 | 2018-07-09T21:43:33.000Z | 2021-10-05T20:49:07.000Z | examples/callret.asm | lnsp/gvm | 600cb722a4d1fe74f1c2cdb365f8647af4603cbf | [
"MIT"
] | null | null | null | examples/callret.asm | lnsp/gvm | 600cb722a4d1fe74f1c2cdb365f8647af4603cbf | [
"MIT"
] | 1 | 2017-11-27T21:41:17.000Z | 2017-11-27T21:41:17.000Z | ; a script testing calling and returning
JMP main
add:
ADD AX BX
RET
main:
MOV 3 AX
MOV 4 BX
CALL add
HLT
| 10.181818 | 40 | 0.705357 |
d817a92d2decf54ebc86c51567ff4bb561b28713 | 161 | asm | Assembly | spectranet/libspectranet/expectstringexp.asm | speccytools/spectranet-gdbserver | c76acd970e5e8bbf793d8514bf64c32a180c26a4 | [
"MIT"
] | 40 | 2021-07-23T21:33:59.000Z | 2022-02-07T19:07:46.000Z | spectranet/libspectranet/expectstringexp.asm | speccytools/spectranet-gdbserver | c76acd970e5e8bbf793d8514bf64c32a180c26a4 | [
"MIT"
] | null | null | null | spectranet/libspectranet/expectstringexp.asm | speccytools/spectranet-gdbserver | c76acd970e5e8bbf793d8514bf64c32a180c26a4 | [
"MIT"
] | 2 | 2021-08-02T17:49:03.000Z | 2021-10-09T21:53:41.000Z | ; int expectStringExp()
PUBLIC expectStringExp
EXTERN libspectranet
include "zxromdefs.asm"
.expectStringExp
rst 16
defw ZX_EXPT_EXP
ld h, 0
ld l, a
ret
| 12.384615 | 24 | 0.763975 |
2bb55ce131e1a5bd382bc4bfa48d4bbf37f03cbd | 1,039 | asm | Assembly | programs/oeis/281/A281899.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/281/A281899.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/281/A281899.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A281899: a(n) = n + 6*floor(n/3).
; 0,1,2,9,10,11,18,19,20,27,28,29,36,37,38,45,46,47,54,55,56,63,64,65,72,73,74,81,82,83,90,91,92,99,100,101,108,109,110,117,118,119,126,127,128,135,136,137,144,145,146,153,154,155,162,163,164,171,172,173,180,181,182,189,190,191,198,199,200,207,208,209,216,217,218,225,226,227,234,235,... | 129.875 | 963 | 0.721848 |
f2f275b35694b596f05071836ea11e0b02a35786 | 673 | asm | Assembly | libsrc/stdio_new/buf/slbb0/slbb0_writechar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdio_new/buf/slbb0/slbb0_writechar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdio_new/buf/slbb0/slbb0_writechar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; slbb0_writechar
; 08.2009 aralbrec
PUBLIC slbb0_writechar
EXTERN slbb0_appendchar
; write a char to the index specified
;
; enter : hl = & struct slbb
; a = index to write to
; d = char
; exit : carry set for success
; carry reset if index out of bounds
; uses : af, hl
.slbb0_writechar
... | 19.228571 | 82 | 0.551263 |
4a878ad9b813aa26be4851ad80b34b5c16b64a06 | 264 | asm | Assembly | asm/atoi.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/atoi.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/atoi.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | global @ASM_atoi@4
extern _strtol
segment .text align=16
%define string ecx
@ASM_atoi@4:
sub esp, 16
push 10
push 0
push string
call _strtol ; Just redirects the call to strtol (lol that's kinda lazy)
add esp, 28
ret
| 17.6 | 80 | 0.628788 |
af43c9a40acce5fb2508ec9b24ebc3f4427c70ad | 147 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_cosh.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_cosh.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_cosh.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_am9511
PUBLIC cam32_sdcc_cosh
EXTERN asm_sdcc_read1, _am9511_cosh
.cam32_sdcc_cosh
call asm_sdcc_read1
jp _am9511_cosh
| 13.363636 | 35 | 0.823129 |
874a21df5d2c3bcea363c23f9d355953bad8ea00 | 275 | asm | Assembly | docs/exercises/07-stack.asm | astrellon/moss | 917250530964d39588cccdb04aa59ab40333d1c3 | [
"MIT"
] | null | null | null | docs/exercises/07-stack.asm | astrellon/moss | 917250530964d39588cccdb04aa59ab40333d1c3 | [
"MIT"
] | null | null | null | docs/exercises/07-stack.asm | astrellon/moss | 917250530964d39588cccdb04aa59ab40333d1c3 | [
"MIT"
] | null | null | null | main: ; The stack starts empty.
PUSH 1 ; The stack now contains [ 1 ]
PUSH 2 ; The stack now contains [ 1, 2 ]
POP r1 ; The stack now contains [ 1 ]
POP r2 ; The stack is now empty.
INFO r1 ; Prints 2
INFO r2 ; Prints 1
| 34.375 | 49 | 0.538182 |
25c26010fbe631f9b2ed5dfffa0448e9d261e7c6 | 6,586 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_744.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_744.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_744.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1e451, %r10
add $52694, %r14
movb $0x61, (%r10)
nop
nop
nop
nop
nop
xor %r10, %r10
lea addresses_A_ht+0xb909, %rbp
nop
nop
nop
xor $49784, %rdx
mov (%rbp), %r14
nop
nop
nop
n... | 35.219251 | 2,999 | 0.652141 |
1d8c55f39247699b112b9b5b098addbeafd7950b | 44 | asm | Assembly | tests/inputs/test_report_tests/test_misprediction_exception/test.asm | danielstumpp/tomasulo-simulator | 54fd896adc6a7bcb098ad51cc35e7127ef7911b5 | [
"MIT"
] | null | null | null | tests/inputs/test_report_tests/test_misprediction_exception/test.asm | danielstumpp/tomasulo-simulator | 54fd896adc6a7bcb098ad51cc35e7127ef7911b5 | [
"MIT"
] | 6 | 2021-11-13T03:26:46.000Z | 2021-11-17T15:20:10.000Z | tests/inputs/test_report_tests/test_misprediction_exception/test.asm | danielstumpp/tomasulo-simulator | 54fd896adc6a7bcb098ad51cc35e7127ef7911b5 | [
"MIT"
] | null | null | null | beq, R0, R0, 1
sd, R10, 1(R0)
sd, R10, 4(R0) | 14.666667 | 14 | 0.545455 |
ac55ca8d1225b137fe76d66f94566e8f7fabd499 | 1,083 | asm | Assembly | src/8085/assignment-2/2-B-8085.asm | klaussinani/microcomputer-assembly | e33c5a8ed2986e5be660f69631da62f15e656aef | [
"MIT"
] | 9 | 2019-07-31T13:26:50.000Z | 2021-12-15T12:41:27.000Z | src/8085/assignment-2/2-B-8085.asm | klaussinani/microcomputer-assembly | e33c5a8ed2986e5be660f69631da62f15e656aef | [
"MIT"
] | null | null | null | src/8085/assignment-2/2-B-8085.asm | klaussinani/microcomputer-assembly | e33c5a8ed2986e5be660f69631da62f15e656aef | [
"MIT"
] | 1 | 2021-07-14T08:35:42.000Z | 2021-07-14T08:35:42.000Z | IN 10H
CALL SHUTDOWN
PUSH PSW ;; SAVE AND RESTORE CONTENT
PUSH B ;; OF REGISTERS
PUSH D
PUSH H
CALL STDM ;; SHUTDOWN DISPLAYS
POP H
POP D
POP B
POP PSW
MAIN:
CALL GET_NUMBER
GET_NUMBER:
CALL KIND ;; GET NUMBER FROM USER
MOV B,A ;; SAVE NUMBER
RAR ;; RO
RAR ;; TA
RAR ;; TE
RAR ;; RIGHTWISE, NOW 4 MSBs ARE
;; @ LSB LOCAT... | 17.754098 | 41 | 0.702678 |
ac8377b7be9cabb932275a927d4f95ecdc47db32 | 5,470 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_un_/i7-7700_9_0x48_notsx.log_21829_416.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_un_/i7-7700_9_0x48_notsx.log_21829_416.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_un_/i7-7700_9_0x48_notsx.log_21829_416.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 %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
// REPMOV
lea addresses_normal+0xa591, %rsi
lea addresses_A+0x1bf91, %rdi
nop
nop
nop
xor $20374, %rax
mov $36, %rcx
rep movsb
nop
nop
sub $42336, %r9
// Stor... | 39.352518 | 2,999 | 0.65192 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.