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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
04daa72cc6cfaefb039c7ea7ab4771355babec93 | 6,745 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_860.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_21829_860.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_21829_860.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x4591, %r12
nop
nop
nop
nop
nop
cmp $8700, %r13
mov $0x6162636465666768, %rcx
movq %rcx, %xmm4
vmovups %ymm4, (%r12)
nop
xor $57663, %r8
lea addresses_WC_ht+0xa6d1, %rsi
lea addresses_n... | 34.768041 | 2,999 | 0.659007 |
4cf4fa675dee6bf5989022f9f5439f7f58ddb98b | 184 | asm | Assembly | oeis/018/A018489.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/018/A018489.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/018/A018489.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A018489: Divisors of 500.
; Submitted by Christian Krause
; 1,2,4,5,10,20,25,50,100,125,250,500
add $0,1
mov $3,1
lpb $0
sub $0,1
dif $2,4
add $2,$3
mov $3,$2
lpe
mov $0,$2
| 13.142857 | 37 | 0.608696 |
2d451f5f17811d3ffa000fb7e8b3d12821726e2b | 410 | asm | Assembly | asm/stackPsuh.asm | CarlosSoPe6/HanoiMIPS | 5102d42a03b23ac97a68d735590d4acd56ad2277 | [
"Unlicense"
] | null | null | null | asm/stackPsuh.asm | CarlosSoPe6/HanoiMIPS | 5102d42a03b23ac97a68d735590d4acd56ad2277 | [
"Unlicense"
] | null | null | null | asm/stackPsuh.asm | CarlosSoPe6/HanoiMIPS | 5102d42a03b23ac97a68d735590d4acd56ad2277 | [
"Unlicense"
] | 1 | 2019-02-23T17:34:18.000Z | 2019-02-23T17:34:18.000Z | # ------ [ stackPush ] ----------------------
#
# Adds a element to the stack
# param $a0: Stack ref
# param $a1: Data to push
stackPush:
lw $t0, 0($s0) # Load the stack's reference
sw $a1, 0($t0) # Store at stack's reference
addi $t0, $t0, -4 # $t0 = $t0 + -4
sw ... | 34.166667 | 63 | 0.458537 |
807c3fafa5412bf004ac57bccd52868d9b7e87dc | 1,893 | asm | Assembly | 08/SimpleFunction.asm | tthero/tthero-nand2tetris | fa65c171c3cf4d74dbee765dfd44de1d8dcef6a0 | [
"Unlicense"
] | null | null | null | 08/SimpleFunction.asm | tthero/tthero-nand2tetris | fa65c171c3cf4d74dbee765dfd44de1d8dcef6a0 | [
"Unlicense"
] | null | null | null | 08/SimpleFunction.asm | tthero/tthero-nand2tetris | fa65c171c3cf4d74dbee765dfd44de1d8dcef6a0 | [
"Unlicense"
] | null | null | null | // function SimpleFunction.test#$ 0
(SimpleFunction.test#$)
// push local 0
@LCL
D=M
@0
A=A+D
D=M
@SP
A=M
M=D
@SP
M=M+1
// push local 1
@LCL
D=M
@1
A=A+D
D=M
@SP
A=M
M=D
@SP
M=M+1
// add
@SP
AM=M-1
D=M
A=A-1
M=M+D
// neg
@SP
A=M-1
M=!M
M=M+1
// push argument 0
@ARG
D=M
@0
A=A+D
D=M
@SP
A=M
M=D
@SP
M=M+1
// add
@SP
AM=... | 5.51895 | 35 | 0.552562 |
118a97a3b14ff53b4cf20982433bb320cc500c80 | 683 | asm | Assembly | oeis/189/A189749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/189/A189749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/189/A189749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A189749: a(1)=5, a(2)=5, a(n)=5*a(n-1) + 5*a(n-2).
; Submitted by Jamie Morken(s4)
; 5,5,50,275,1625,9500,55625,325625,1906250,11159375,65328125,382437500,2238828125,13106328125,76725781250,449160546875,2629431640625,15392960937500,90111962890625,527524619140625,3088182910156250,18078537646484375,105833602783203125,... | 42.6875 | 487 | 0.806735 |
0f733d459579f4d3d32628a809aa883d188229cc | 608 | asm | Assembly | lab5/Lab0005-1/HW_Mult.asm | Inscrupulous/MSP430 | b752776fca3829318da30b1b96809b61f9309289 | [
"BSD-3-Clause"
] | null | null | null | lab5/Lab0005-1/HW_Mult.asm | Inscrupulous/MSP430 | b752776fca3829318da30b1b96809b61f9309289 | [
"BSD-3-Clause"
] | null | null | null | lab5/Lab0005-1/HW_Mult.asm | Inscrupulous/MSP430 | b752776fca3829318da30b1b96809b61f9309289 | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
; File: HW_Mult.asm (CPE 325 Lab 5)
; Function: Uses Hardware multiplier to multiply numbers
; Input: base and base^n-1
; Output: base^n
; Author: Tyler Phillips
; Date: 09/22/20
;----------------------------------------------------... | 25.333333 | 81 | 0.444079 |
7721c6d5d9ca287827a26050f29b73e8dca37a30 | 106,619 | asm | Assembly | base/mvdm/dos/v86/cmd/append/append.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/dos/v86/cmd/append/append.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/dos/v86/cmd/append/append.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page 60,120
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;
.sall
title APPEND
include sysmsg.inc
include version.inc
msg_utilname<APPEND>
;--------------------------------------------... | 29.907153 | 90 | 0.595316 |
883ab68149eca3bcb4bccbdbc9c1c54b348c5af1 | 1,905 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_12_1347.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_12_1347.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_12_1347.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 %r15
push %r8
push %r9
push %rax
push %rbx
push %rdi
// Load
mov $0x927, %r8
nop
and %rdi, %rdi
mov (%r8), %bx
nop
nop
nop
nop
cmp %r9, %r9
// Store
mov $0x267, %r15
nop
cmp $23340, %rbx
movb $0x51, (%r15)
nop
su... | 19.05 | 122 | 0.621522 |
bc4fbdcc5eef709924053bdd477ac43e1c847a93 | 547 | asm | Assembly | Arrays.asm | WilsenHernandez/MIPS-Tutorial | 9d6fe9c4a0db6013c65288f20e1471ea77466171 | [
"MIT"
] | null | null | null | Arrays.asm | WilsenHernandez/MIPS-Tutorial | 9d6fe9c4a0db6013c65288f20e1471ea77466171 | [
"MIT"
] | null | null | null | Arrays.asm | WilsenHernandez/MIPS-Tutorial | 9d6fe9c4a0db6013c65288f20e1471ea77466171 | [
"MIT"
] | null | null | null | .data
array: .space 12
.text
main:
addi $s0, $zero, 4
addi $s1, $zero, 10
addi $s2, $zero, 12
# Index = $t0
addi $t0, $zero, 0 # Index = 0
sw $s0, array($t0) # Array[0] = $s0
addi $t0, $t0, 4 # Index++
sw $s1, array($t0) # Array[1] = $s1
add $t0, $t0, 4 # Index++
sw $s2, array($t0) # Array[... | 14.783784 | 37 | 0.506399 |
63f44ed607af56c501f161d48b8f12b6f801eea1 | 1,563 | asm | Assembly | function/binarysearch.asm | zaoad/assembly- | 09b282351ae46efe746bf647ccf2834433f9b177 | [
"MIT"
] | null | null | null | function/binarysearch.asm | zaoad/assembly- | 09b282351ae46efe746bf647ccf2834433f9b177 | [
"MIT"
] | null | null | null | function/binarysearch.asm | zaoad/assembly- | 09b282351ae46efe746bf647ccf2834433f9b177 | [
"MIT"
] | null | null | null | segment .data
scfmt : dq "%lld" ,0
newline : dq "" ,10, 0
prfmt: dq "%lld" ,10, 0
printindex: dq "index is %lld" ,10, 0
printnoelementexist: dq "%lld is not exist in index",10,0
segment .bss
a: resq 1
b: resq 1
cnt: resq 1
val: resq 1
array resq 21
segment .text
global main
extern scanf
extern printf
mai... | 12.917355 | 58 | 0.674344 |
a710cc548d00b7b271fb7ef3959e6ee0267a71e5 | 123 | asm | Assembly | tools-src/gnu/binutils/gas/testsuite/gasp/crash.asm | enfoTek/tomato.linksys.e2000.nvram-mod | 2ce3a5217def49d6df7348522e2bfda702b56029 | [
"FSFAP"
] | 80 | 2015-01-02T10:14:04.000Z | 2021-06-07T06:29:49.000Z | tools-src/gnu/binutils/gas/testsuite/gasp/crash.asm | unforgiven512/tomato | 96f09fab4929c6ddde5c9113f1b2476ad37133c4 | [
"FSFAP"
] | 9 | 2015-05-14T11:03:12.000Z | 2018-01-04T07:12:58.000Z | tools-src/gnu/binutils/gas/testsuite/gasp/crash.asm | unforgiven512/tomato | 96f09fab4929c6ddde5c9113f1b2476ad37133c4 | [
"FSFAP"
] | 69 | 2015-01-02T10:45:56.000Z | 2021-09-06T07:52:13.000Z |
Stuff to try and crash it
foo: .MACRO
HI
bar: .MACRO
THERE
bar
.ENDM
.ENDM
foo
foo
foo
foo
foo
bar
| 5.347826 | 26 | 0.585366 |
827a00e315793df79aa0cc1ca1b2e5225ad83cfa | 4,556 | asm | Assembly | 24_ANNULLA_SPAZI.asm | aleattene/lc2-exams | 516ca7ea7979898238267af0bf095fc4538dac1a | [
"MIT"
] | null | null | null | 24_ANNULLA_SPAZI.asm | aleattene/lc2-exams | 516ca7ea7979898238267af0bf095fc4538dac1a | [
"MIT"
] | null | null | null | 24_ANNULLA_SPAZI.asm | aleattene/lc2-exams | 516ca7ea7979898238267af0bf095fc4538dac1a | [
"MIT"
] | null | null | null | ; ************ DESCRIZIONE SOTTOPROGRAMMA ************
Il seguente sottoprogramma denominato ANNULLA_SPAZI riceve:
- nel registro R0 l’indirizzo della prima cella di una zona di memoria contenente una stringa
di caratteri codificati ASCII (un carattere per cella).
La stringa è terminata dal valore 0 (corrispondent... | 44.666667 | 120 | 0.724759 |
d86db9764617b61302ea838aa3815bc6d24ef52a | 496 | asm | Assembly | examples/lib/settings.asm | michielvoo/snes | 17addd20de4a78d4287618c212e7dce82351c5fc | [
"MIT"
] | 51 | 2015-04-29T04:44:56.000Z | 2019-12-04T05:59:35.000Z | examples/lib/settings.asm | michielvoo/super | 17addd20de4a78d4287618c212e7dce82351c5fc | [
"MIT"
] | 6 | 2015-07-29T04:35:33.000Z | 2015-07-29T04:36:49.000Z | examples/lib/settings.asm | michielvoo/super | 17addd20de4a78d4287618c212e7dce82351c5fc | [
"MIT"
] | 5 | 2015-08-20T09:03:29.000Z | 2019-02-08T00:10:26.000Z | ; Register settings
; Auto-increment VMADD after reading from VMDATAL or writing to VMDATAREADL
.DEFINE VMAINC_INC_L $00
; Auto-increment VMADD after reading from VMDATAH or writing to VMDATAREADH
.DEFINE VMAINC_INC_H $80
; Enable joypad auto-read
.DEFINE NMITIMEN_JOY_ENABLE $01
; Enable NMI after H counter == HTI... | 24.8 | 75 | 0.800403 |
0dd6ede4d29f8fa5d61ea7660970500015611b15 | 868 | asm | Assembly | oeis/084/A084253.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/084/A084253.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/084/A084253.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A084253: a(n) is the denominator of the coefficient of z^(2n-1) in the Maclaurin expansion of Sqrt[Pi]Erfi[z].
; 1,3,5,21,108,660,4680,37800,342720,3447360,38102400,459043200,5987520000,84064780800,1264085222400,20268952704000,345226033152000,6224529991680000,118443913555968000,2372079457972224000,4987449116762112000... | 31 | 497 | 0.752304 |
0df31cbb42f4fff9df64a014c0dfe89d438493da | 300 | asm | Assembly | libsrc/stdio/rcmx000/getk.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/rcmx000/getk.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/rcmx000/getk.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; RCM2/3000 Stdio
;
; $Id: getk.asm,v 1.2 2015/01/21 08:09:27 stefano Exp $
;
PUBLIC getk
EXTERN rcmx000_cnvtab
EXTERN __recvchar
.getk
; extern int __LIB__ fgetc(FILE *fp);
; return result in HL, when done
; We ignore FILE* fp (in BC) for now
call __recvchar
ld h,0
ld l,a
ret
| 12.5 | 55 | 0.663333 |
a78ff3bce62b9ce2774c8f344f26f4062054a666 | 2,636 | asm | Assembly | dbi_clients_src/pin/pin-3.6-97554-g31f0a167d-gcc-linux/source/tools/Probes/do_nothing_intel64.asm | DigitalAlchemist/fuzzwatch | 32517e7b80b680dd658e833ed2dfdd88744e6694 | [
"Apache-2.0"
] | 326 | 2019-08-10T21:17:22.000Z | 2022-03-22T08:40:47.000Z | dbi_clients_src/pin/pin-3.6-97554-g31f0a167d-gcc-linux/source/tools/Probes/do_nothing_intel64.asm | DigitalAlchemist/fuzzwatch | 32517e7b80b680dd658e833ed2dfdd88744e6694 | [
"Apache-2.0"
] | 42 | 2019-08-13T12:48:19.000Z | 2021-11-03T12:57:59.000Z | dbi_clients_src/pin/pin-3.6-97554-g31f0a167d-gcc-linux/source/tools/Probes/do_nothing_intel64.asm | DigitalAlchemist/fuzzwatch | 32517e7b80b680dd658e833ed2dfdd88744e6694 | [
"Apache-2.0"
] | 66 | 2019-08-10T21:41:38.000Z | 2022-03-17T13:03:42.000Z | ; BEGIN_LEGAL
; Intel Open Source License
;
; Copyright (c) 2002-2017 Intel Corporation. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are
; met:
;
; Redistributions of source code must retain the ab... | 27.175258 | 81 | 0.752656 |
132e54e1cee6cf06888521e1a4b107609247edb1 | 800 | asm | Assembly | programs/oeis/086/A086945.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/086/A086945.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/086/A086945.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A086945: a(n) = 7*10^n - 9.
; 61,691,6991,69991,699991,6999991,69999991,699999991,6999999991,69999999991,699999999991,6999999999991,69999999999991,699999999999991,6999999999999991,69999999999999991,699999999999999991,6999999999999999991,69999999999999999991,699999999999999999991,6999999999999999999991,699999999999999... | 72.727273 | 701 | 0.89375 |
b0244aad9ae4365c37ab6d4cc805e091f944ba90 | 2,309 | asm | Assembly | engine/battle/link_result.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | engine/battle/link_result.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | engine/battle/link_result.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | DetermineLinkBattleResult:
farcall UpdateEnemyMonInParty
ld hl, wPartyMon1HP
call .CountMonsRemaining
push bc
ld hl, wOTPartyMon1HP
call .CountMonsRemaining
ld a, c
pop bc
cp c
jr z, .even_number_of_mons_remaining
jr c, .defeat
jr .victory
.even_number_of_mons_remaining
call .BothSides_CheckNumberMonsAtFu... | 14.165644 | 77 | 0.680814 |
eb7b064515e40644e2a68947f8805b94a55f96cc | 941 | asm | Assembly | OS/disk.asm | logictech31/myprojects | 95e92802ff0f713e13c11c541a5e5c4473e1a3e2 | [
"MIT"
] | 1 | 2021-06-12T08:08:08.000Z | 2021-06-12T08:08:08.000Z | OS/disk.asm | logictech31/myprojects | 95e92802ff0f713e13c11c541a5e5c4473e1a3e2 | [
"MIT"
] | null | null | null | OS/disk.asm | logictech31/myprojects | 95e92802ff0f713e13c11c541a5e5c4473e1a3e2 | [
"MIT"
] | null | null | null | disk_load:
pusha ; pushes all the flags
push dx ; pushes data register
mov ah, 0x02 ; read data from disk
mov al, dh ;
mov cl, 0x02 ; setting and starting from sector 2
; as sector 1 is our boot sector
mov ch, 0x00 ; setting cylinder 0
mov dh, 0x00 ; sett... | 28.515152 | 78 | 0.618491 |
66b42b9e4386c62d923ec8fc0c1b13e00af6aebc | 2,489 | asm | Assembly | pi.asm | msiemens/rust-tinyasm | 1549d75260b9d523d4ecebd2033b098ef5e5f156 | [
"MIT",
"Unlicense"
] | 14 | 2015-02-24T01:39:42.000Z | 2022-03-30T10:55:55.000Z | pi.asm | msiemens/rust-tinyasm | 1549d75260b9d523d4ecebd2033b098ef5e5f156 | [
"MIT",
"Unlicense"
] | null | null | null | pi.asm | msiemens/rust-tinyasm | 1549d75260b9d523d4ecebd2033b098ef5e5f156 | [
"MIT",
"Unlicense"
] | 2 | 2021-01-19T20:52:32.000Z | 2022-03-30T10:55:56.000Z | ; Approximate PI
; --------------
;
; by Markus Siemens <markus@es-netze.de>
; Define constants
$max_rand_square = 144 ; (RAND_MAX/2) ** 2
; Approximate PI
$pi_iterations = 100 ; Iteration count
$pi_rand_divider = 2 ; Divide the RANDOM numbers by this, so we don't overflow
$p... | 33.186667 | 94 | 0.485737 |
02e7f483c57432ffc2e4d96a5c7973a8ae759479 | 20,633 | asm | Assembly | kernel.asm | ggml1/Bootloader | 61dc8947143ee549104bedc55156901a5efb3438 | [
"MIT"
] | null | null | null | kernel.asm | ggml1/Bootloader | 61dc8947143ee549104bedc55156901a5efb3438 | [
"MIT"
] | null | null | null | kernel.asm | ggml1/Bootloader | 61dc8947143ee549104bedc55156901a5efb3438 | [
"MIT"
] | null | null | null | org 0x7e00
jmp 0x0000:START
%macro random 1
mov word [modulo], %1
call RAND
%endmacro
modulo dw 0
RAND:
mov ah, 00h ; interrupt to get system time
int 1ah ; CX:DX has number of clock ticks since midnight (00:00)
mov ax, dx
xor dx, dx
mov cx, word [modulo]
div cx
mov cx, 1
... | 19.373709 | 103 | 0.493821 |
4ce0e7955d19480f77719e93c82b0c2207e0fcfa | 1,849 | asm | Assembly | Library/Spreadsheet/Spreadsheet/spreadsheetVariable.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetVariable.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetVariable.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GeoCalc
FILE: spreadsheetVariable.def
AUTHOR: Gene Anderson, Feb 27, 1991
REVISION HISTORY:
Name Date Description
---- ---- -----------
eca... | 24.012987 | 79 | 0.651704 |
8b5e85f55a221a118cf34eaa986a50ad3d054215 | 77 | asm | Assembly | bdshemu_test/basic/test_64_basic01.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 1 | 2020-11-18T21:57:38.000Z | 2020-11-18T21:57:38.000Z | bdshemu_test/basic/test_64_basic01.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | null | null | null | bdshemu_test/basic/test_64_basic01.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 1 | 2020-08-20T15:22:02.000Z | 2020-08-20T15:22:02.000Z |
bits 64
mov eax, 0x7FFD0000
mov dword [eax], 0
retn | 12.833333 | 27 | 0.493506 |
cd66f672422c168e9aa4e67fdc6bf3bff04f9244 | 839 | asm | Assembly | programs/oeis/100/A100156.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100156.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100156.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100156: Structured truncated tetrahedral numbers.
; 1,12,44,108,215,376,602,904,1293,1780,2376,3092,3939,4928,6070,7376,8857,10524,12388,14460,16751,19272,22034,25048,28325,31876,35712,39844,44283,49040,54126,59552,65329,71468,77980,84876,92167,99864,107978,116520,125501,134932,144824,155188,166035,177376,189222,201... | 49.352941 | 653 | 0.784267 |
be13337e8a78bdf8b486350e6a1eb18f278fd1ef | 7,597 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_1164_2295.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_1164_2295.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_1164_2295.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x82e0, %rsi
lea addresses_normal_ht+0x33d0, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
nop
nop
nop
add %rax, %rax
mov $96, %rcx
rep movsl
nop
nop
nop
xor $64479, %r10
lea addresses_UC_h... | 32.190678 | 2,999 | 0.648545 |
c81f9991f32a74946d0e3e9a431dcda852f421a6 | 3,701 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1964.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_1964.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_1964.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 %rax
push %rbx
push %rcx
push %rsi
// Faulty Load
lea addresses_WC+0xebe1, %rbx
nop
nop
nop
nop
xor $39072, %r12
mov (%rbx), %rsi
lea oracles, %rbx
and $0xff, %rsi
shlq $12, %rsi
mov (%rbx,%rsi,1), %rsi
... | 84.113636 | 2,999 | 0.663875 |
2c96c0c7cc3351a147311d1c2b7f64a99aa7bc1b | 372 | asm | Assembly | oeis/022/A022165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/022/A022165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/022/A022165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A022165: First row of spectral array W(sqrt(5)-1).
; Submitted by Jon Maiga
; 1,5,6,26,32,136,168,712,880,3728,4608,19520,24128,102208,126336,535168,661504,2802176,3463680,14672384,18136064,76825600,94961664,402264064,497225728,2106281984,2603507712
mov $1,4
mov $2,1
lpb $0
sub $0,2
add $1,$2
add $2,$1
mul $... | 20.666667 | 173 | 0.698925 |
fd326f32bc6c41e6ebc906fd2c3e98c5df22eb5c | 310 | asm | Assembly | src/firmware-tests/Platform/PowerManagement/PowerManagementDummies.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/PowerManagement/PowerManagementDummies.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/PowerManagement/PowerManagementDummies.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
radix decimal
PowerManagementDummies code
global initialisePowerManagement
global pollPowerManagement
global preventSleep
global ensureFastClock
global allowSlowClock
initialisePowerManagement:
pollPowerManagement:
preventSleep:
ensureFastClock:
allowSlowClock:
return
end
| 15.5 | 33 | 0.854839 |
2d275deb21c0a6397d6450c3ebcaddcfb8a17f1b | 659 | asm | Assembly | oeis/006/A006228.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006228.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006228.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006228: Expansion of exp(arcsin(x)).
; Submitted by Jon Maiga
; 1,1,1,2,5,20,85,520,3145,26000,204425,2132000,20646925,260104000,2993804125,44217680000,589779412625,9993195680000,151573309044625,2898026747200000,49261325439503125,1049085682486400000,19753791501240753125,463695871658988800000,9580588878101765265625,2... | 43.933333 | 492 | 0.837633 |
3145de5d6a5933235a7c1d402453e9f6efa1f3f6 | 748 | asm | Assembly | programs/oeis/167/A167342.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/167/A167342.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/167/A167342.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A167342: Totally multiplicative sequence with a(p) = p*(p+3) = p^2+3p for prime p.
; 1,10,18,100,40,180,70,1000,324,400,154,1800,208,700,720,10000,340,3240,418,4000,1260,1540,598,18000,1600,2080,5832,7000,928,7200,1054,100000,2772,3400,2800,32400,1480,4180,3744,40000,1804,12600,1978,15400,12960,5980,2350,180000,4900,... | 74.8 | 536 | 0.76738 |
7c189d540af3a65fff2570125edbd95fd361f92e | 1,191 | asm | Assembly | programs/oeis/164/A164611.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/164/A164611.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/164/A164611.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A164611: Expansion of (1 + x + 2*x^2 - x^3)/(1 - 2*x + 3*x^2 - 2*x^3 + x^4).
; 1,3,5,2,-6,-11,-5,9,17,8,-12,-23,-11,15,29,14,-18,-35,-17,21,41,20,-24,-47,-23,27,53,26,-30,-59,-29,33,65,32,-36,-71,-35,39,77,38,-42,-83,-41,45,89,44,-48,-95,-47,51,101,50,-54,-107,-53,57,113,56,-60,-119,-59,63,125,62,-66,-131,-65,69,137,... | 99.25 | 1,033 | 0.615449 |
04f4a80d2b2f40981aea7b4830d9007605bcf5a8 | 608 | asm | Assembly | oeis/162/A162886.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/162/A162886.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/162/A162886.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | ; A162886: Even numbers in an alternating 1-based sum up to some odd nonprime.
; Submitted by Jamie Morken(w2)
; 24,42,54,60,78,84,96,114,132,138,144,150,168,174,180,186,204,216,222,234,240,258,264,276,282,294,306,312,324,330,348,354,366,372,384,390,402,414,420,432,438,444,450,456,474,480,486,492,504,510,516,528,534,54... | 23.384615 | 218 | 0.657895 |
cb2b505df108a0b0336d3feeec73b98dbc551995 | 5,136 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_297.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_297.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_297.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 %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x7134, %r8
nop
nop
nop
nop
add $22738, %rbx
mov (%r8), %r14
sub %rbx, %rbx
lea addresses_A_ht+0xd89c, %rsi
lea addresses_A_ht+0x10814, %rdi
nop
nop
mfence
mov $90, %rcx
rep mov... | 44.275862 | 2,999 | 0.658489 |
009637bef62be2eb27d9ec3a767e06a6c93a37c7 | 1,847 | asm | Assembly | programs/oeis/183/A183983.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/183/A183983.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/183/A183983.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A183983: 1/4 the number of (n+1) X 7 binary arrays with all 2 X 2 subblock sums the same.
; 45,47,50,56,66,86,122,194,330,602,1130,2186,4266,8426,16682,33194,66090,131882,263210,525866,1050666,2100266,4198442,8394794,16785450,33566762,67125290,134242346,268468266,536920106,1073807402,2147581994,4295098410,8590131242,... | 123.133333 | 1,646 | 0.900379 |
0209b2ae21c329242d619da283fb9db078709d97 | 1,676 | asm | Assembly | data/phone/text/dana_caller.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/phone/text/dana_caller.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/phone/text/dana_caller.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | UnknownText_0x64f74:
text "My @"
text_ram wStringBuffer4
text " is"
line "getting prettier!"
para "I've been taking"
line "photos galore!"
done
UnknownText_0x64fb2:
text "It took only an"
line "instant to KO a"
cont "wild @"
text_ram wStringBuffer4
text "."
para "It must be because"
line "you gave me s... | 15.099099 | 26 | 0.679594 |
9b71f41712d1950e64df7a2efd3c1e2cdfb00c80 | 72,755 | asm | Assembly | kill.asm | yarneo/alonandyarden-os-ass2 | 90e89402145d3fa51ef082cc48b9a803fbcab7d1 | [
"Xnet",
"X11"
] | null | null | null | kill.asm | yarneo/alonandyarden-os-ass2 | 90e89402145d3fa51ef082cc48b9a803fbcab7d1 | [
"Xnet",
"X11"
] | null | null | null | kill.asm | yarneo/alonandyarden-os-ass2 | 90e89402145d3fa51ef082cc48b9a803fbcab7d1 | [
"Xnet",
"X11"
] | null | null | null |
_kill: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char **argv)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 57 ... | 30.39056 | 83 | 0.451749 |
81bfa3340dd0fa606a4d212a41f1a3f582469c26 | 4,737 | nasm | Assembly | Projetos/src/F-Assembly/src/nasm/quadrado.nasm | Fogelman/Z01.1 | 5a40e721a6bf000ba1016c2addad579a25618d49 | [
"Unlicense"
] | null | null | null | Projetos/src/F-Assembly/src/nasm/quadrado.nasm | Fogelman/Z01.1 | 5a40e721a6bf000ba1016c2addad579a25618d49 | [
"Unlicense"
] | 91 | 2018-08-24T11:41:28.000Z | 2018-12-09T15:09:02.000Z | Projetos/src/F-Assembly/src/nasm/quadrado.nasm | Fogelman/Z01.1 | 5a40e721a6bf000ba1016c2addad579a25618d49 | [
"Unlicense"
] | 1 | 2018-12-05T19:22:27.000Z | 2018-12-05T19:22:27.000Z | leaw $16649,%A
movw $-1,(%A)
leaw $16650,%A
movw $-1,(%A)
leaw $16651,%A
movw $-1,(%A)
leaw $16669,%A
movw $-1,(%A)
leaw $16670,%A
movw $-1,(%A)
leaw $16671,%A
movw $-1,(%A)
leaw $16689,%A
movw $-1,(%A)
leaw $16690,%A
movw $-1,(%A)
leaw $16691,%A
movw $-1,(%A)
leaw $16709,%A
movw $-1,(%A)
... | 10.621076 | 15 | 0.500528 |
b9f4d0e7702d57ab3464ccdf4a06bdac74e688ae | 41,306 | asm | Assembly | echo.asm | briansrls/xv6 | a239977076a9bd2ede261e8d8bffd09a25d43598 | [
"MIT-0"
] | null | null | null | echo.asm | briansrls/xv6 | a239977076a9bd2ede261e8d8bffd09a25d43598 | [
"MIT-0"
] | null | null | null | echo.asm | briansrls/xv6 | a239977076a9bd2ede261e8d8bffd09a25d43598 | [
"MIT-0"
] | null | null | null |
_echo: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 20 ... | 34.335827 | 64 | 0.419406 |
d870c079abf84bbf16aba0330b15b60b63a8d8a1 | 922 | asm | Assembly | wtfx/samples/whitenoise-v2.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 59 | 2015-02-28T14:15:56.000Z | 2022-03-26T12:06:01.000Z | wtfx/samples/whitenoise-v2.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 1 | 2016-08-22T05:32:43.000Z | 2016-08-22T09:33:28.000Z | wtfx/samples/whitenoise-v2.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 9 | 2015-02-28T14:16:31.000Z | 2022-01-18T17:52:48.000Z |
db 136,136,0,204,136,204,204,204,0,136,0,204,204,0,0,0
db 204,204,204,204,204,0,0,0,0,204,0,204,204,204,0,0
db 136,136,136,204,204,136,204,0,0,0,0,0,204,204,204,204
db 204,204,204,136,0,0,136,136,0,204,136,136,204,0,204,136
db 0,136,204,0,0,204,204,204,0,0,0,0,136,0,0,204
db 0,0,204,136,204,136,0,0,204,136,136,2... | 54.235294 | 61 | 0.687636 |
06ca3d0ca9c12ff20e415ffcbc08faee935c0261 | 1,031 | asm | Assembly | EjerciciosMIPS/ejercicio6.asm | PauloBarrantes/Niark | 7032e1cd0989a7d1cc8415fef878ffa9d3a56548 | [
"MIT"
] | 1 | 2018-06-15T23:54:28.000Z | 2018-06-15T23:54:28.000Z | EjerciciosMIPS/ejercicio6.asm | PauloBarrantes/Niark | 7032e1cd0989a7d1cc8415fef878ffa9d3a56548 | [
"MIT"
] | null | null | null | EjerciciosMIPS/ejercicio6.asm | PauloBarrantes/Niark | 7032e1cd0989a7d1cc8415fef878ffa9d3a56548 | [
"MIT"
] | null | null | null |
.data
prompt1: .asciiz "Digite el primer numero: "
prompt2: .asciiz "Digite el segundo numero: "
prompt3: .asciiz "Digite el tercer numero: "
string1: .asciiz "Promedio: "
saltolinea: .asciiz "\n"
.text
.globl main
main:
##Pedimos el primer numero
li $v0, 4
... | 19.092593 | 54 | 0.463628 |
0fd1c9304a24f8ce783444ba382855945993e48b | 550 | asm | Assembly | programs/oeis/024/A024678.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024678.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024678.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024678: a(n) is the position of (prime(n+1) + prime(n+2))/2 in the ordered nonprimes.
; 2,3,5,7,9,11,13,17,20,23,27,29,31,35,40,43,46,50,52,55,59,63,69,74,76,78,80,82,90,98,102,105,110,115,118,123,127,131,136,139,144,149,151,153,159,170,177,179,181,185,188,193,200,205,210,213,216,220,222,227,238,246,248,250,258,267,... | 61.111111 | 366 | 0.701818 |
00c51a7fe6c7fc20c525650614fb5406e9dcf0f0 | 8,934 | asm | Assembly | coverage/PENDING_SUBMIT/amdvlk/0618-COVERAGE-instruction-simplify-4172/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/PENDING_SUBMIT/amdvlk/0618-COVERAGE-instruction-simplify-4172/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/PENDING_SUBMIT/amdvlk/0618-COVERAGE-instruction-simplify-4172/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 170
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %74 %151
OpExecutionMode %4 Or... | 35.736 | 78 | 0.495523 |
c72fa684705e4095d57d94ddbafccf57fc56d1c6 | 7,192 | asm | Assembly | Transynther/x86/_processed/US/_ht_zr_/i7-7700_9_0xca.log_21829_100.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_zr_/i7-7700_9_0xca.log_21829_100.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_zr_/i7-7700_9_0xca.log_21829_100.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1e4ba, %rdi
nop
nop
nop
nop
nop
xor %rbx, %rbx
movb (%rdi), %r10b
nop
nop
nop
nop
add %rcx, %rcx
lea addresses_A_ht+0x15aba, %r9
nop
nop
and %rbp, %rbp
mov (%r9), %r14w
nop
n... | 35.96 | 2,999 | 0.656702 |
634bc01db7e20142ca15890b1b46470f856bf053 | 676 | asm | Assembly | src/dynamic_print.asm | MarioSieg/Utilitiy-Routines | f685cfc5cb472c295c697235d89fb391e8693654 | [
"MIT"
] | 1 | 2021-03-09T17:05:28.000Z | 2021-03-09T17:05:28.000Z | src/dynamic_print.asm | MarioSieg/Utilitiy-Routines | f685cfc5cb472c295c697235d89fb391e8693654 | [
"MIT"
] | null | null | null | src/dynamic_print.asm | MarioSieg/Utilitiy-Routines | f685cfc5cb472c295c697235d89fb391e8693654 | [
"MIT"
] | null | null | null | .data
msg1: .asciz "Ohohohohohohohooh!\n"
.equ msg1_len, .-msg1-1 # . = current address - address of msg1 minus 1 for null terminator
.text
.globl main
main:
push %rbp # prologue
movq %rsp, %rbp # prologue
movq $1, %rax # 1 = write
movq $1, %rdi ... | 28.166667 | 91 | 0.467456 |
e0b406f444e981470f4d42f95461c4aca68c5167 | 13,720 | asm | Assembly | src/presets/cm_presets_defeatvitreous.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 6 | 2020-02-14T17:14:52.000Z | 2021-12-06T19:51:25.000Z | src/presets/cm_presets_defeatvitreous.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 1 | 2020-09-26T07:40:33.000Z | 2020-09-26T07:40:33.000Z | src/presets/cm_presets_defeatvitreous.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 7 | 2019-12-02T21:51:51.000Z | 2021-07-03T17:53:04.000Z | ;===================================================================================================
; PRESET DATA HEADER
;===================================================================================================
presetheader_defeatvitreous:
dw presetSRAM_defeatvitreous ; location of SRAM
dw presetpersisten... | 29.826087 | 100 | 0.453571 |
83851a24b1c7197dea0257e2d7799875cda84289 | 5,129 | asm | Assembly | engine/battle/ai/move.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | engine/battle/ai/move.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | engine/battle/ai/move.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | AIChooseMove:
; Score each move in wEnemyMonMoves starting from wBuffer1. Lower is better.
; Pick the move with the lowest score.
; Wildmons attack at random.
ld a, [wBattleMode]
dec a
ret z
ld a, [wLinkMode]
and a
ret nz
; No use picking a move if there's no choice.
farcall CheckEnemyLockedIn
ret nz
; The ... | 15.356287 | 116 | 0.702671 |
880f3368b888b4485c80f9d99ffb2fb7458d850d | 2,287 | asm | Assembly | programs/oeis/268/A268945.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/268/A268945.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/268/A268945.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A268945: Number of length-4 0..n arrays with no repeated value unequal to the previous repeated value plus one mod n+1.
; 10,63,220,565,1206,2275,3928,6345,9730,14311,20340,28093,37870,49995,64816,82705,104058,129295,158860,193221,232870,278323,330120,388825,455026,529335,612388,704845,807390,920731,1045600,1182753,1... | 81.678571 | 1,920 | 0.837341 |
004c2ab0be0626fc1f84e8929f319f9f10a571f1 | 146 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/k-select.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/k-select.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/k-select.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: k-select.asm
Type: file
Size: 34164
Last-Modified: '1992-06-30T06:23:15Z'
SHA-1: 0C1590DFD82CF5FF3D167FD49F987CE7B939DD13
Description: null
| 20.857143 | 47 | 0.808219 |
f3b4d1e436a5acee5ca5c8f1a70446a20c4d3eae | 524 | asm | Assembly | oeis/168/A168221.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/168/A168221.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/168/A168221.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A168221: a(n) = A006368(A006368(n)).
; Submitted by Simon Strandgaard
; 0,1,2,3,9,6,7,4,18,5,11,12,27,15,16,8,36,10,20,21,45,24,25,13,54,14,29,30,63,33,34,17,72,19,38,39,81,42,43,22,90,23,47,48,99,51,52,26,108,28,56,57,117,60,61,31,126,32,65,66,135,69,70,35,144,37,74,75,153,78,79,40,162,41,83,84,171,87,88,44,180,46,9... | 52.4 | 310 | 0.666031 |
dcd1e92c5fc90579ec8950f7862229aa72982e4e | 591 | asm | Assembly | a/assembler_6502.asm | zackarhino/hello-world | 808b9fc845263d48e0df6062f21fd1e396e618a1 | [
"MIT"
] | 3 | 2016-04-03T03:41:18.000Z | 2016-04-18T20:29:10.000Z | a/assembler_6502.asm | zackarhino/hello-world | 808b9fc845263d48e0df6062f21fd1e396e618a1 | [
"MIT"
] | 6 | 2019-01-27T06:06:31.000Z | 2019-02-22T04:30:12.000Z | a/assembler_6502.asm | zackarhino/hello-world | 808b9fc845263d48e0df6062f21fd1e396e618a1 | [
"MIT"
] | 1 | 2020-02-06T14:05:28.000Z | 2020-02-06T14:05:28.000Z | ; goodbyeworld.s for C= 8-bit machines, ca65 assembler format.
; String printing limited to strings of 256 characters or less.
a_cr = $0d ; Carriage return.
bsout = $ffd2 ; KERNAL ROM, output a character to current device.
.code
ldx #0 ; Starting index 0 in X register.
printnext:
lda text,x ; Get character ... | 25.695652 | 66 | 0.707276 |
2b7156482d0d9059785e149007a965c91c280cb4 | 566 | asm | Assembly | oeis/270/A270302.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/270/A270302.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/270/A270302.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A270302: Numbers which are representable as a sum of seventeen but no fewer consecutive nonnegative integers.
; Submitted by Christian Krause
; 272,544,1088,2176,4352,4624,5168,6256,7888,8432,8704,9248,10064,10336,11152,11696,12512,12784,14416,15776,16048,16592,16864,17408,18224,18496,19312,19856,20128,20672,21488,22... | 24.608696 | 221 | 0.689046 |
41d61bd7b63e86bc766cdb033823ee5aba7e6b78 | 659 | asm | Assembly | oeis/289/A289900.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/289/A289900.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/289/A289900.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A289900: Number of maximal matchings in the n-triangular honeycomb rook graph.
; Submitted by Jon Maiga
; 1,1,3,9,135,2025,212625,22325625,21097715625,19937341265625,207248662456171875,2154349846231906640625,291128066470548703880859375,39341591262497599098939931640625,79746389028864195813528714933837890625,1616479242... | 38.764706 | 433 | 0.840668 |
ab56f74a0aa81e550940444c0ed2ed5177b52c19 | 1,613 | asm | Assembly | _build/dispatcher/jmp_ippsGFpECSetPointHashBackCompatible_rmf_d4f25f5b.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpECSetPointHashBackCompatible_rmf_d4f25f5b.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpECSetPointHashBackCompatible_rmf_d4f25f5b.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpECSetPointHashBackCompatible_rmf:function
extern n8_ippsGFpECSetPointHashBackCompatible_rmf:function
extern y8_ippsGFpECSetPointHashBackCompatible_rmf:function
extern e9_ippsGFpECSetPointHashBackCompatible_rmf:function
extern l9_ippsGFpECSetPointHashBackCompatible_rmf:function
extern n0_ippsGFpECSetPoi... | 41.358974 | 183 | 0.863608 |
280d1e110855930d03232ef9c5a06454923679de | 711 | asm | Assembly | programs/oeis/245/A245288.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/245/A245288.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/245/A245288.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A245288: a(n) = (4*n^2 - 2*n - 1 + (2*n^2 - 2*n + 1)*(-1)^n)/16.
; 0,0,1,1,5,3,12,6,22,10,35,15,51,21,70,28,92,36,117,45,145,55,176,66,210,78,247,91,287,105,330,120,376,136,425,153,477,171,532,190,590,210,651,231,715,253,782,276,852,300,925,325,1001,351,1080,378,1162,406,1247,435,1335,465,1426,496,1520,528,1617,561,1... | 26.333333 | 400 | 0.609001 |
da5f02ce085047bf4b3b1aaf5f0c3476d2284a6f | 532 | asm | Assembly | programs/oeis/293/A293006.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/293/A293006.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/293/A293006.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A293006: Expansion of 2*x^2*(x+1) / (2*x^3-3*x+1).
; 0,0,2,8,24,68,188,516,1412,3860,10548,28820,78740,215124,587732,1605716,4386900,11985236,32744276,89459028,244406612,667731284,1824275796,4984014164,13616579924,37201188180,101635536212,277673448788,758617970004,2072582837588,5662401615188,15469968905556,4226474104... | 33.25 | 353 | 0.75188 |
f1797169d7c5b1c47239eb55c9d35cf12fa1fc06 | 247 | asm | Assembly | Mid-Term/Solution/N5/5.asm | TasneemMahmud1731893642/CSE331 | 3732592389ecc602fa9aea7434c885968b5fb1fd | [
"MIT"
] | null | null | null | Mid-Term/Solution/N5/5.asm | TasneemMahmud1731893642/CSE331 | 3732592389ecc602fa9aea7434c885968b5fb1fd | [
"MIT"
] | null | null | null | Mid-Term/Solution/N5/5.asm | TasneemMahmud1731893642/CSE331 | 3732592389ecc602fa9aea7434c885968b5fb1fd | [
"MIT"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
A DB 1,2,3,4,5,6,7,8,9,10
B DB 10 DUP(0)
MOV AH,4CH
INT 21H
CODE ENDS
END START
ret
| 10.73913 | 68 | 0.651822 |
7141f382258336f38acf69935733a65ab92bfa75 | 2,597 | asm | Assembly | kernel/a20.asm | jpbottaro/minios | 7fb159438f5ab5d19cdf35ef6d99f12ed4f2a09d | [
"MIT"
] | 2 | 2016-12-06T23:45:43.000Z | 2018-10-12T10:47:11.000Z | kernel/a20.asm | jpbottaro/minios | 7fb159438f5ab5d19cdf35ef6d99f12ed4f2a09d | [
"MIT"
] | null | null | null | kernel/a20.asm | jpbottaro/minios | 7fb159438f5ab5d19cdf35ef6d99f12ed4f2a09d | [
"MIT"
] | null | null | null | BITS 16
%include "macrosmodoreal.mac"
section .text
habilitando: db 'Habilitando A20........'
habilitando_len equ $ - habilitando
deshabilitando: db 'Desabilitando A20......'
deshabilitando_len equ $ - deshabilitando
checkeando: db 'Checkeando A20.........'
checkeando_len equ $ - checkeando
mensajeOK: db 'OK!'
men... | 19.526316 | 70 | 0.571429 |
790e3d9142c8112f4a1d7ad0529fddad3b3d9916 | 601 | asm | Assembly | oeis/083/A083318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083318: a(0) = 1; for n>0, a(n) = 2^n + 1.
; 1,3,5,9,17,33,65,129,257,513,1025,2049,4097,8193,16385,32769,65537,131073,262145,524289,1048577,2097153,4194305,8388609,16777217,33554433,67108865,134217729,268435457,536870913,1073741825,2147483649,4294967297,8589934593,17179869185,34359738369,68719476737,137438953473,27... | 60.1 | 497 | 0.8203 |
d6de2de9d3d1190d9af68d167bd77b1339d8db82 | 171 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_getHCount.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_getHCount.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_getHCount.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned char SMS_getHCount(void)
SECTION code_clib
SECTION code_SMSlib
PUBLIC _SMS_getHCount
EXTERN asm_SMSlib_getHCount
defc _SMS_getHCount = asm_SMSlib_getHCount
| 15.545455 | 42 | 0.859649 |
d5f5fb862980e4badc4dc030181f370d53a49a26 | 760 | asm | Assembly | oeis/278/A278670.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/278/A278670.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/278/A278670.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A278670: Number of n X 2 0..1 arrays with rows in nondecreasing lexicographic order and columns in nonincreasing lexicographic order, but with exactly one mistake.
; Submitted by Jamie Morken(s2.)
; 1,8,33,99,245,532,1050,1926,3333,5500,8723,13377,19929,28952,41140,57324,78489,105792,140581,184415,239085,306636,38939... | 63.333333 | 492 | 0.813158 |
da6c7876a5cd5d0c0dbb590a24a7208026c78020 | 520 | asm | Assembly | oeis/033/A033980.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/033/A033980.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/033/A033980.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A033980: Trajectory of 1 under map n->49n+1 if n odd, n->n/2 if n even
; Submitted by Jon Maiga
; 1,50,25,1226,613,30038,15019,735932,367966,183983,9015168,4507584,2253792,1126896,563448,281724,140862,70431,3451120,1725560,862780,431390,215695,10569056,5284528,2642264
add $0,1
mov $1,$0
mov $0,3
lpb $1
mov $2,$0
... | 17.931034 | 172 | 0.623077 |
764b542158fd44eee72b4cb84bf7865522bb3f70 | 2,401 | asm | Assembly | dino/lcs/123p/10A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/123p/10A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/123p/10A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D94 move.l D1, (A1)+
004D96 dbra D0, $4d94
004DB2 move.b #$33, ($10a,A0) [123p+ 24]
004DB8 lea (A0), A3 [123p+10A]
0154EE cmpi.b #$a, ($10a,A6)
0154F4 bhi $15506 [123p+10A]
01597C move.... | 63.184211 | 350 | 0.649729 |
564ba40d234ac76f82e3bfa8572f3b5550f6c6f4 | 1,658 | asm | Assembly | 0x08.asm | 0xdea/xorpd-solutions | f6b13d8f4c3a66c75599404707e0c30a180d9df0 | [
"MIT"
] | 53 | 2017-09-06T02:37:25.000Z | 2022-03-10T05:17:06.000Z | 0x08.asm | uf0o/xorpd-solutions | 3a84172f615533ffbd40124594db6d36baa6260a | [
"MIT"
] | 2 | 2019-04-03T12:51:42.000Z | 2020-12-10T13:58:14.000Z | 0x08.asm | uf0o/xorpd-solutions | 3a84172f615533ffbd40124594db6d36baa6260a | [
"MIT"
] | 21 | 2017-09-06T02:37:33.000Z | 2022-03-10T05:17:09.000Z | ;
; $Id: 0x08.asm,v 1.1.1.1 2016/03/27 08:40:12 raptor Exp $
;
; 0x08 explanation - from xchg rax,rax by xorpd@xorpd.net
; Copyright (c) 2016 Marco Ivaldi <raptor@0xdeadbeef.info>
;
; For positive values of rax and rdx, this snippet performs
; an Euclidean (integer) division by two of the sum of the
; rax and rdx regis... | 30.703704 | 64 | 0.721954 |
ab05aa3564370641420df6150eab4e71493bbb0d | 299 | asm | Assembly | oeis/131/A131901.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/131/A131901.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/131/A131901.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A131901: 2*A002024 - A131821.
; Submitted by Jon Maiga
; 1,2,2,3,5,3,4,7,7,4,5,9,9,9,5,6,11,11,11,11,6,7,13,13,13,13,13,7,8,15,15,15,15,15,15,8,9,17,17,17,17,17,17,17,9,10,19,19,19,19,19,19,19,19,10
lpb $0
add $2,1
sub $0,$2
lpe
add $0,$2
lpb $0
mul $2,2
gcd $0,$2
lpe
mov $0,$2
add $0,1
| 18.6875 | 143 | 0.591973 |
25e8494ab06a7dd80a17e40051c548d0012da1ec | 162 | asm | Assembly | TurtleTools/Examples/count_up.asm | foxostro/TurtleTTL | 7d2163b11b91ae04ad69d38c0354194b9c306ed0 | [
"MIT"
] | 1 | 2021-08-18T22:30:11.000Z | 2021-08-18T22:30:11.000Z | TurtleTools/Examples/old/count_up.asm | foxostro/Turtle16 | 67e6d2afa02f2bc07711f8e8d756e5b891ea8df5 | [
"MIT"
] | null | null | null | TurtleTools/Examples/old/count_up.asm | foxostro/Turtle16 | 67e6d2afa02f2bc07711f8e8d756e5b891ea8df5 | [
"MIT"
] | null | null | null | LI D, 0xaa
LI A, 0
LXY beginning
beginning:
LI B, 1
ADD U # We ned to discard the result of the first one.
ADD A
LI B, 255
CMP
CMP
NOP
JNE
NOP
NOP
LI D, 0xff
HLT
| 9.529412 | 54 | 0.703704 |
cea87d9df008f832cfc91c2cf21c85a19d02bd8f | 1,960 | asm | Assembly | bootloader/loader/memory.asm | ETroll/TrollOS | eb313717d2f8efc5e3756d14e7dffbdd487ca37b | [
"MIT"
] | 10 | 2015-07-19T22:52:06.000Z | 2022-01-09T23:41:26.000Z | bootloader/loader/memory.asm | ETroll/TrollOS | eb313717d2f8efc5e3756d14e7dffbdd487ca37b | [
"MIT"
] | 12 | 2016-12-16T12:25:10.000Z | 2020-06-26T07:48:13.000Z | bootloader/loader/memory.asm | ETroll/TrollOS | eb313717d2f8efc5e3756d14e7dffbdd487ca37b | [
"MIT"
] | null | null | null | %ifndef __memory_asm
%define __memory_asm
bits 16
struc MemoryMapEntry
.baseAddress resq 1
.length resq 1
.type resd 1
.acpi_null resd 1
endstruc
; Returns memory size for >64M configuations
; return: ax - KB between 1MB and 16MB
; bx - Number of 64K blocks above 16MB
; On... | 18.666667 | 83 | 0.553061 |
e221aebbb9e64962a1e6472b7f8e806ecb556eb6 | 880 | asm | Assembly | programs/oeis/117/A117818.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/117/A117818.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/117/A117818.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A117818: a(n) = n if n is 1 or a prime, otherwise a(n) = n divided by the least prime factor of n (A032742(n)).
; Coded manually 2021-03-01 by Simon Strandgaard, https://github.com/neoneye
; 1,2,3,2,5,3,7,4,3,5,11,6,13,7,5,8,17,9,19,10,7,11,23,12,5,13,9,14,29,15,31,16,11,17,7,18,37,19,13,20,41,21,43,22,15,23,47,24,7... | 30.344828 | 209 | 0.607955 |
ec88085e6b11adde99775a8bc387cea31748794c | 4,942 | asm | Assembly | audio/music/vermilioncity.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/vermilioncity.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/vermilioncity.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_VermilionCity:
musicheader 3, 1, Music_VermilionCity_Ch1
musicheader 1, 2, Music_VermilionCity_Ch2
musicheader 1, 3, Music_VermilionCity_Ch3
db $3
Music_VermilionCity_Ch1:
stereopanning $f
tempo 176
volume $77
dutycycle $2
notetype $c, $65
octave 4
note B_, 4
note G#, 4
note F#, 4
note E_, 4
note... | 14.621302 | 48 | 0.698098 |
75a0522acb89b47ce0ee06282bb121aeb8a3f6c9 | 511 | asm | Assembly | src/test/ref/npe-problem-0.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/npe-problem-0.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/npe-problem-0.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Commodore 64 PRG executable file
.file [name="npe-problem-0.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:BasicUpstart(main)
.label SCREEN = $400
.segment ... | 22.217391 | 64 | 0.649706 |
5a4032fc0980c0c6cf8c8f9491cf666f9310f4eb | 25,828 | asm | Assembly | Source/HBIOS/ppp.asm | vipoo/RomWBW | e463959fee431da2de3da962bd70cb0c556ffaed | [
"DOC",
"MIT"
] | null | null | null | Source/HBIOS/ppp.asm | vipoo/RomWBW | e463959fee431da2de3da962bd70cb0c556ffaed | [
"DOC",
"MIT"
] | null | null | null | Source/HBIOS/ppp.asm | vipoo/RomWBW | e463959fee431da2de3da962bd70cb0c556ffaed | [
"DOC",
"MIT"
] | null | null | null | ;
;==================================================================================================
; PARPORTPROP DRIVER
;==================================================================================================
;
; TODO:
; 1) ADD SUPPORT FOR DSKY
;
PPP_IO .EQU PPIBASE + 0 ; PPP DATA I/O (PPI PORT... | 22.227194 | 102 | 0.646275 |
8a94564eedb6a8da3c8b9ff4a76b37ef189ba5c4 | 7,172 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_251.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_251.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_251.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x58fa, %r14
nop
nop
nop
xor %rdi, %rdi
movb (%r14), %r12b
nop
nop
nop
inc %r10
lea addresses_WC_ht+0x7ec6, %rbx
nop
and $33842, %rcx
movw $0x6162, (%rbx)
nop
nop
nop
nop
... | 34.815534 | 2,999 | 0.655605 |
7272afd133f6315322f03d4d8a01af458962699c | 6,145 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1370.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1370.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1370.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xeea8, %rsi
nop
nop
dec %r9
vmovups (%rsi), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $1, %xmm0, %r13
nop
nop
nop
and %r13, %r13
lea addresses_normal_ht+0x7858, %rsi
lea addr... | 39.902597 | 2,999 | 0.656306 |
25baf0be088b87550280c6e74a17340c328138e9 | 449 | asm | Assembly | programs/oeis/317/A317326.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/317/A317326.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/317/A317326.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A317326: Multiples of 26 and odd numbers interleaved.
; 0,1,26,3,52,5,78,7,104,9,130,11,156,13,182,15,208,17,234,19,260,21,286,23,312,25,338,27,364,29,390,31,416,33,442,35,468,37,494,39,520,41,546,43,572,45,598,47,624,49,650,51,676,53,702,55,728,57,754,59,780,61,806,63,832,65,858,67,884,69,910,71,936,73,962,75,988,77... | 56.125 | 352 | 0.703786 |
3be9bc4fd7472257399bcf3b1bf4bad816febabd | 1,643 | asm | Assembly | programs/oeis/224/A224039.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/224/A224039.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/224/A224039.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A224039: Number of 3 X n 0..1 arrays with antidiagonals unimodal and rows and diagonals nondecreasing.
; 8,21,37,58,85,119,161,212,273,345,429,526,637,763,905,1064,1241,1437,1653,1890,2149,2431,2737,3068,3425,3809,4221,4662,5133,5635,6169,6736,7337,7973,8645,9354,10101,10887,11713,12580,13489,14441,15437,16478,17565,... | 74.681818 | 1,363 | 0.804017 |
1fffda8942021c93ed51540f5b2de4f9bac3383c | 2,711 | asm | Assembly | 6502EMU/main.asm | austinbentley/6502toAVR | 98f43db3554741e6e25c0ab5acd394120a121c0d | [
"BSD-3-Clause"
] | null | null | null | 6502EMU/main.asm | austinbentley/6502toAVR | 98f43db3554741e6e25c0ab5acd394120a121c0d | [
"BSD-3-Clause"
] | null | null | null | 6502EMU/main.asm | austinbentley/6502toAVR | 98f43db3554741e6e25c0ab5acd394120a121c0d | [
"BSD-3-Clause"
] | null | null | null | ;
; 6502EMU.asm
;
; Created: 5/12/2018 8:00:12 AM
; Author : ROTP
;
start: ;to avoid overwriting the interrupt table with our includes!
jmp init
.DB 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.include "programcode.asm"
.include "definitions.asm"
.include "general_macros.asm"
.include "memorymap.asm"
.include "dereferencer.... | 19.364286 | 67 | 0.73294 |
287246a29f3d93341bae810281458092549ab291 | 492 | asm | Assembly | oeis/316/A316137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/316/A316137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/316/A316137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A316137: Decimal expansion of the least x such that 1/x + 1/(x+2) + 1/(x+4) = 1.
; Submitted by Jon Maiga
; 3,4,8,9,2,8,8,5,7,1,8,1,0,0,7,8,7,6,2,7,9,2,9,3,6,5,3,0,4,5,4,8,4,9,2,4,1,1,6,8,0,6,5,8,3,9,4,8,2,9,9,3,1,1,5,5,3,6,5,6,6,4,5,5,1,7,0,6,7,4,9,3,4,1,4,2,6,1,6,4,1,9,3,4,3,4
mov $2,7
mov $3,$0
mul $3,4
add $3,2
... | 18.923077 | 173 | 0.528455 |
8ab5c46dcbb6d672ced46dccf325d60167ca1074 | 3,877 | asm | Assembly | macros/scripts/maps.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | macros/scripts/maps.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | macros/scripts/maps.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | def_objects: MACRO
REDEF _NUM_OBJECTS EQUS "_NUM_OBJECTS_\@"
db {_NUM_OBJECTS}
{_NUM_OBJECTS} = 0
ENDM
;\1 sprite id
;\2 x position
;\3 y position
;\4 movement (WALK/STAY)
;\5 range or direction
;\6 text id
;\7 items only: item id
;\7 trainers only: trainer class/pokemon id
;\8 trainers only: trainer number/pokemon l... | 18.374408 | 72 | 0.681197 |
fb89cd259ab72df26093e46c17450ed38e96960e | 5,217 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_207_164.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_207_164.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_207_164.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 %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xdbf2, %rbp
clflush (%rbp)
nop
nop
sub %r14, %r14
movb (%rbp), %r8b
nop
nop
xor $3687, %rdi
lea addresses_normal_ht+0x956a, %rbx
clflush (%rbx)
nop
nop
xor $5805, %rcx
movl... | 21.469136 | 620 | 0.64884 |
6f7810d2bf60f18e697d15910ecc873598622967 | 405 | asm | Assembly | programs/oeis/164/A164549.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/164/A164549.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/164/A164549.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A164549: a(n) = 4*a(n-1)+2*a(n-2) for n > 1; a(0) = 1, a(1) = 6.
; 1,6,26,116,516,2296,10216,45456,202256,899936,4004256,17816896,79276096,352738176,1569504896,6983495936,31072993536,138258966016,615181851136,2737245336576,12179345048576,54191870867456,241126173566976,1072888436002816,4773806091145216
mov $1,1
mov $... | 28.928571 | 237 | 0.706173 |
41aa4e033291711c6f297b947c429a70c949df36 | 367 | asm | Assembly | L1/TPs/0204-ASM/tp3/binaire1.asm | Tehcam/Studies | 69477a211d8c686473b171ad2fa4298ead2ee60d | [
"MIT"
] | null | null | null | L1/TPs/0204-ASM/tp3/binaire1.asm | Tehcam/Studies | 69477a211d8c686473b171ad2fa4298ead2ee60d | [
"MIT"
] | null | null | null | L1/TPs/0204-ASM/tp3/binaire1.asm | Tehcam/Studies | 69477a211d8c686473b171ad2fa4298ead2ee60d | [
"MIT"
] | null | null | null | ; Initialisation
In ; (0)
Store Mem[0] ; x (1)
Load 0 ; (2)
Store Mem[1] ; i (3)
; Si 7<i ?
CMP 7 ; (4)
JC 15 ; alors aller à la fin du programme (5)
; sinon continuer
Load Mem[0] ; (6)
Mod 2 ; (7)
Out ; afficher x%2 (8)
Load Mem[0] ; (9)
Div 2 ; (10)
Store Mem[0] ; (11)
Load Mem[1] ; (12)
Add 1 ; (13)
JMP 3 ; reto... | 14.68 | 45 | 0.564033 |
e56a86945cc0d41ef3e81f746bce2107ea9ae1f0 | 1,011 | asm | Assembly | maps/SilverCaveRoom3.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/SilverCaveRoom3.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/SilverCaveRoom3.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const SILVERCAVEROOM3_RED
SilverCaveRoom3_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
Red:
special FadeOutMusic
faceplayer
opentext
writetext .Text1
waitbutton
closetext
winlosstext .Text2, .Text2
loadtrainer RED, RED1
startbattle
dontrestartmapmusic
rel... | 16.047619 | 138 | 0.757666 |
f46f840aa4220722749d30b7a53e026318cd6f90 | 15,638 | asm | Assembly | Driver/Video/VidCom/vidcomEntry.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Video/VidCom/vidcomEntry.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Video/VidCom/vidcomEntry.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Video drivers
FILE: vidcomEntry.asm
AUTHOR: Jim DeFrisco
ROUTINES:
Name Description
---- -----------
DriverStrategy entry point to dri... | 25.847934 | 81 | 0.603338 |
391d8921e33b2e0d87e74cfdf859b3d1730b660f | 2,351 | asm | Assembly | lib/src/virq.asm | Faselei/SeniorProject68k | 45cf46d5ad2795f00a5fa2398bc3a3947e75941d | [
"MIT"
] | null | null | null | lib/src/virq.asm | Faselei/SeniorProject68k | 45cf46d5ad2795f00a5fa2398bc3a3947e75941d | [
"MIT"
] | null | null | null | lib/src/virq.asm | Faselei/SeniorProject68k | 45cf46d5ad2795f00a5fa2398bc3a3947e75941d | [
"MIT"
] | null | null | null | ;===============================================================================
;virq.asm
;===============================================================================
;virtucal blank IRQ, happens at 60hz (NTSC) or 50hz (PAL)
;this is the only constant source of time on the system that does not require
;some w... | 23.04902 | 81 | 0.516801 |
3959913b606ef629a8654083b8ac8ec8a473b5d5 | 3,890 | asm | Assembly | asm/getFibonnaci.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/getFibonnaci.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/getFibonnaci.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | global @ASM_getFibonacci@4
extern _getInstructionSet
segment .data align=16
actualASM_getFibonacciPtr dd actualASM_getFibonacciGetPtr
segment .rodata align=16
owordOne dq 1
dq 0
segment .text align=16
%define number ecx
%define loResult eax
%define hiResult edx
%define loopCn... | 16.839827 | 71 | 0.630591 |
9dace6d09eaed1e3947611102dcbcb00cc51c512 | 489 | asm | Assembly | programs/oeis/330/A330173.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/330/A330173.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/330/A330173.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A330173: a(n) = n + floor(ns/r) + floor(nt/r), where r = sqrt(2), s = sqrt(2) + 1, t = sqrt(2) + 2.
; 4,9,15,19,25,30,34,40,45,51,55,60,66,70,76,81,87,91,96,102,106,112,117,121,127,132,138,142,148,153,157,163,168,174,178,183,189,193,199,204,208,214,219,225,229,235,240,244,250,255,261,265,270,276,280,286
mov $5,$0
ad... | 21.26087 | 204 | 0.597137 |
c228310d48a3a921935866604fac91f00e19fc77 | 279 | asm | Assembly | InjectRuntimeELF/example/__libc_dlopen_mode.asm | zysyyz/evilELF | d5fdbc27ccd27b6e994e333a8a26f31fc9d33cd0 | [
"MIT"
] | 57 | 2017-02-20T07:39:03.000Z | 2021-10-15T01:45:15.000Z | InjectRuntimeELF/example/__libc_dlopen_mode.asm | zysyyz/evilELF | d5fdbc27ccd27b6e994e333a8a26f31fc9d33cd0 | [
"MIT"
] | 1 | 2017-06-22T22:53:42.000Z | 2017-06-22T22:53:42.000Z | InjectRuntimeELF/example/__libc_dlopen_mode.asm | jmpews/evilELF | d5fdbc27ccd27b6e994e333a8a26f31fc9d33cd0 | [
"MIT"
] | 35 | 2017-01-08T02:20:57.000Z | 2021-12-20T05:05:45.000Z | nop
_start: jmp string
begin: pop eax ; char *file
mov edx, 0x1 ; int mode
push edx ;
push eax ;
mov ebx, 0x12345678 ; addr __libc_dlopen_mode()
call ebx ; call __libc_dlopen_mode()
add esp, 0x8 ; resotre stack
int3 ; breakpoint
string: call begin
db "/tmp/ourlibby.so",0x00
| 19.928571 | 49 | 0.727599 |
93954b2123b6f67451586ffa2e1e6d90c43e456f | 4,549 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_119.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_21829_119.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_21829_119.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rbx
push %rdx
lea addresses_A_ht+0x1c3a6, %r14
nop
and %rbx, %rbx
mov $0x6162636465666768, %rax
movq %rax, %xmm5
and $0xffffffffffffffc0, %r14
movntdq %xmm5, (%r14)
nop
nop
nop
nop
nop
dec %r15
lea addresses_A_ht+0x182a6... | 52.895349 | 2,999 | 0.661024 |
3acbe0c66080393b5d4c90d3b6559a687c84afdd | 432 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/derror_erange_infc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/derror_erange_infc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/derror_erange_infc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC derror_erange_infc, derror_erange_pinfc, derror_erange_minfc, derror_erange_infxc
EXTERN am48_derror_erange_infc, am48_derror_erange_pinfc, am48_derror_erange_minfc, am48_derror_erange_infxc
defc derror_erange_infc = am48_derror_erange_infc
defc derror_erange_pinfc = am48_derror_erang... | 36 | 108 | 0.900463 |
a0608455af157a67cebeb993f1d7574e4b94c400 | 1,998 | asm | Assembly | ts2060/display.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 15 | 2018-09-07T15:49:44.000Z | 2021-09-21T20:47:14.000Z | ts2060/display.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 6 | 2020-05-24T08:43:07.000Z | 2020-05-26T22:02:36.000Z | ts2060/display.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 3 | 2020-08-03T06:28:34.000Z | 2021-12-29T00:27:50.000Z | DISPLAY:CALL STACKSWAP
RST $30
DEFW L1E94 ; FIND_INT1
CP $03
JP NC,ERROR_B
DISP: IN A,($FF)
AND 7
RRA
CP 2
ADC A, $FF ; A = current video mode
CP C
RET Z
CCF
SBC A,0
RRA
RL C
LD B,0
LD HL,DISPTAB
ADD HL,BC
LD C,(HL)
ADD HL,BC
JP (HL)
DISPTAB:DEFB DISP10 - $
DEFB DISP20 - $
DEFB DISP01 - $
DEF... | 12.109091 | 43 | 0.636637 |
e694f0fcc833d5ce478b6c9d51922703fa79a505 | 460 | asm | Assembly | programs/oeis/241/A241271.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/241/A241271.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/241/A241271.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A241271: a(n) = 6*a(n-1) + 3*(2^(n-2)-1) for n > 2, a(0)=a(1)=a(2)=0.
; 0,0,0,3,27,183,1143,6951,41895,251751,1511271,9069159,54418023,326514279,1959097959,11754612327,70527723111,423166436967,2538998818407,15233993303655,91403960608359,548423765223015,3290542594483815,19743255573194343
mov $2,$0
lpb $2,1
lpb $5,1... | 23 | 217 | 0.65 |
1ff4041d4de62c228f9650982e39504a45bc6ed0 | 22,032 | asm | Assembly | Driver/Printer/DotMatrix/Escp2/escp2Graphics.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/DotMatrix/Escp2/escp2Graphics.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/DotMatrix/Escp2/escp2Graphics.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Epson Escape P2 24-pin print driver
FILE: escp2Graphics.asm
AUTHOR: Dave Durran
ROUTINES:
Name Description
---- -----------
... | 26.835566 | 80 | 0.58701 |
6576dc4899af57d4e80b7734e3296101f037413f | 586 | asm | Assembly | oeis/083/A083086.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083086.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083086.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083086: a(n) (2*2^n + (-4)^n)/3.
; 1,0,8,-16,96,-320,1408,-5376,22016,-87040,350208,-1396736,5595136,-22364160,89489408,-357892096,1431699456,-5726535680,22906667008,-91625619456,366504574976,-1466014105600,5864064811008,-23456242466816,93825003421696,-375299946577920,1501199920529408,-6004799413682176,2401919819159... | 53.272727 | 480 | 0.807167 |
5157fe26de61113b9a4a13e82013e463667a3e44 | 243 | asm | Assembly | programs/oeis/033/A033382.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/033/A033382.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/033/A033382.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A033382: [ 62/n ].
; 62,31,20,15,12,10,8,7,6,6,5,5,4,4,4,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
add $0,1
mov $1,62
div $1,$0
| 34.714286 | 191 | 0.510288 |
bb50f1ca392b779cbd82672ebf46dc6369182a9a | 4,619 | asm | Assembly | SpriteVideo/main.asm | peteri/stm8ldiscovery | 535f1fb5a8e21e2d120f46d6a996bf2f0a3b328b | [
"Unlicense"
] | null | null | null | SpriteVideo/main.asm | peteri/stm8ldiscovery | 535f1fb5a8e21e2d120f46d6a996bf2f0a3b328b | [
"Unlicense"
] | null | null | null | SpriteVideo/main.asm | peteri/stm8ldiscovery | 535f1fb5a8e21e2d120f46d6a996bf2f0a3b328b | [
"Unlicense"
] | null | null | null | stm8/
.tab 0,8,16,60
#include "mapping.inc"
#include "constants.inc"
#include "stm8l152c6.inc"
#include "boardsetup.inc"
#include "variables.inc"
#include "videosync.inc"
#include "linerender.inc"
#include "demovideo.inc"
stack_start.w EQU $stack_segment_start
stack_end.w EQU $stack_segment_end
segment 'rom'
... | 29.993506 | 60 | 0.721152 |
db92be4aeadf44cbf12359a18f7a11570162a3c9 | 790 | asm | Assembly | unittests/arch/x86/insn/cyrix.asm | path64/assembler | 32ade96bc087d3a3e015e03d69fa48c41a7071a6 | [
"BSD-2-Clause"
] | 1 | 2016-06-03T20:02:45.000Z | 2016-06-03T20:02:45.000Z | unittests/arch/x86/insn/cyrix.asm | path64/assembler | 32ade96bc087d3a3e015e03d69fa48c41a7071a6 | [
"BSD-2-Clause"
] | null | null | null | unittests/arch/x86/insn/cyrix.asm | path64/assembler | 32ade96bc087d3a3e015e03d69fa48c41a7071a6 | [
"BSD-2-Clause"
] | null | null | null | [bits 32]
svdc tword [2*eax+esi+12345678h],cs ; 0f 78 8c 46 78 56 34 12
svdc tword [2*eax+esi+12345678h],ds ; 0f 78 9c 46 78 56 34 12
svdc [2*eax+esi+12345678h],es ; 0f 78 84 46 78 56 34 12
rsdc cs,tword [2*eax+esi+12345678h] ; 0f 79 8c 46 78 56 34 12
rsdc ds,... | 43.888889 | 73 | 0.556962 |
314315d6af58e139716b58cf171ca8c4f72941ab | 668 | asm | Assembly | programs/oeis/013/A013777.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/013/A013777.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/013/A013777.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A013777: a(n) = 2^(4*n + 3).
; 8,128,2048,32768,524288,8388608,134217728,2147483648,34359738368,549755813888,8796093022208,140737488355328,2251799813685248,36028797018963968,576460752303423488,9223372036854775808,147573952589676412928,2361183241434822606848,37778931862957161709568,604462909807314587353088,96714065569... | 83.5 | 596 | 0.896707 |
fefcae05195bf07a8cb1705ee745accf2aff9d06 | 7,317 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_7501_246.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_7501_246.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_7501_246.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xa894, %rsi
lea addresses_WC_ht+0x17094, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
add %rdx, %rdx
mov $108, %rcx
rep movsw
nop
nop
cmp $17228, %r10
lea addresses_WC_ht+0x1ab34,... | 31.675325 | 2,999 | 0.655597 |
a5cca0be7fa2227f8a06514f515a0c1e2a8c676b | 625 | asm | Assembly | oeis/098/A098021.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098021.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098021.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098021: Positions of 0's in the zero-one sequence [nr+2r]-[nr]-[2r], where r=sqrt(2) and [ ]=floor; see A187967.
; 5,10,17,22,29,34,39,46,51,58,63,68,75,80,87,92,99,104,109,116,121,128,133,138,145,150,157,162,169,174,179,186,191,198,203,208,215,220,227,232,237,244,249,256,261,268,273,278,285,290,297,302,307,314,319,... | 56.818182 | 383 | 0.7008 |
ef0449d6b6cbf9c01f544926b927d2d7692df697 | 439 | asm | Assembly | programs/oeis/024/A024925.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024925.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024925.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024925: Sum of remainders of n mod prime(k), for k = 1,2,3,...,n.
; 1,2,4,9,13,19,25,38,52,64,74,92,104,122,143,172,188,218,236,268,299,329,351,393,437,473,523,569,597,646,676,737,788,836,893,959,995,1049,1110,1182,1222,1293,1335,1409,1490,1556,1602,1692,1782,1874,1955,2043,2095,2197,2290
lpb $0
add $1,$0
mov $... | 33.769231 | 223 | 0.658314 |
39fe5f70b73527c66076499cc5d55f37621236fd | 5,125 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_816.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_816.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_816.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1dee2, %rsi
lea addresses_UC_ht+0x15f6, %rdi
nop
nop
nop
nop
xor $64565, %r15
mov $58, %rcx
rep movsl
nop
nop
cmp %r12, %r12
lea addresses_D_ht+0xf7b8, %r8
nop
nop
nop
nop
nop
add %rsi,... | 45.353982 | 2,999 | 0.659707 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.