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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
39b52590087a6b7976e21f12e114e66efdf62403 | 345 | asm | Assembly | programs/oeis/005/A005377.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/005/A005377.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005377.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A005377: Number of low discrepancy sequences in base 4.
; 0,0,0,0,1,2,3,4,5,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,49,52,55,58,61,64,67,70,73,76,79,82,85,88,91,94,97,100,103,106,109,112,115,118,121,124,127,130,133,136,139
mov $2,$0
lpb $2
sub $2,$3
trn $2,1
add $1,$2
sub $2,1
add $3,3... | 24.642857 | 187 | 0.628986 |
fe47bf1dd08038a070499125e4da570980807768 | 7,851 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_1001.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_1001.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_1001.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 %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x16a6b, %rsi
lea addresses_D_ht+0xbe87, %rdi
nop
nop
nop
nop
and $60884, %rbx
mov $60, %rcx
rep movsw
nop
nop
nop
dec %rsi
lea addresses_WC_ht+0x2ead, %r15
nop
nop
and $620... | 34.134783 | 2,999 | 0.653293 |
ac655f6c283dbc91fb88542835295617f76cd570 | 782 | asm | Assembly | source/tokeniser/tokeniser.asm | paulscottrobson/6502-basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 3 | 2021-09-30T19:34:11.000Z | 2021-10-31T06:55:50.000Z | source/tokeniser/tokeniser.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | null | null | null | source/tokeniser/tokeniser.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 1 | 2021-12-07T21:58:44.000Z | 2021-12-07T21:58:44.000Z | ;
; Automatically generated
;
.include "detokenise/detokenise.asm"
.include "detokenise/dtprint.asm"
.include "detokenise/identifier.asm"
.include "detokenise/token.asm"
.include "tokenise/search.asm"
.include "tokenise/test.asm"
.include "tokenise/tokenise.asm"
.include "tokenise/tokident.asm"
.include "token... | 24.4375 | 38 | 0.713555 |
d99e5a3e4293cc84ba9fe72c715a6cf3a2bc7693 | 327 | asm | Assembly | programs/oeis/047/A047572.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047572.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047572.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047572: Numbers that are congruent to {1, 2, 4, 5, 6, 7} mod 8.
; 1,2,4,5,6,7,9,10,12,13,14,15,17,18,20,21,22,23,25,26,28,29,30,31,33,34,36,37,38,39,41,42,44,45,46,47,49,50,52,53,54,55,57,58,60,61,62,63,65,66,68,69,70,71,73,74,76,77,78,79,81,82,84,85,86,87
mov $1,4
add $1,$0
div $1,2
mul $1,4
div $1,6
add $1,$0
mov... | 29.727273 | 192 | 0.617737 |
bba24b62af1e127d74e0241cfbf26339aba2ff68 | 4,744 | asm | Assembly | unordnung_auch_assembler/asm/attiny13/slowmo/4x7seg/tinyProg.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/slowmo/4x7seg/tinyProg.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/slowmo/4x7seg/tinyProg.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | .include "myTiny13.h"
Main:
;initial values ----------------------------
; .----Leds On
;Spkr---.|.---Clk
;Poti--.|||.--Data
ldi A,0b00001111
out DDRB,A
ldi A,0
out PORTB,A
; StartValue
ldi YH,0x00
ldi YL,0x00 ; Y has 4 digits: HH LL
MainLoop:
rcall ToneOnZeroY
rcall GetADC ; store it i... | 16.763251 | 79 | 0.638702 |
754f74f8351150ff3b138d3ca35827a3ed968820 | 609 | asm | Assembly | lab_task-3.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | lab_task-3.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | lab_task-3.asm | IftekharMohammad/Computer-Organization-and-Architecture-Lab-Task | b4bde92c476ec51267604efb3c92e1344fe76dd2 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
QUES DB "ENTER A HEX DIGIT: $"
PROMPT DB "IN DECIMAL IT IS: $"
INITIAL DB ?
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV AH,9
LEA DX,QUES
INT 21H
MOV AH,1
INT 21H ;INPUT IN INITIAL
MOV INITIAL,AL
MOV AH,2
MOV DL... | 14.853659 | 40 | 0.494253 |
abfed688c93f5ce95b535e32c9dc26ee2e9fba55 | 1,348 | asm | Assembly | mips/26-1.asm | ping58972/Computer-Organization-Architecture | 0f9377a9e54e3f0494143963aecf1ba7c83eec45 | [
"ISC"
] | null | null | null | mips/26-1.asm | ping58972/Computer-Organization-Architecture | 0f9377a9e54e3f0494143963aecf1ba7c83eec45 | [
"ISC"
] | null | null | null | mips/26-1.asm | ping58972/Computer-Organization-Architecture | 0f9377a9e54e3f0494143963aecf1ba7c83eec45 | [
"ISC"
] | null | null | null | # Ch26-1.asm
#Arithmetic Expression: 5u^2 - 12uv + 6v^2
.data
prompt_u: .asciiz "Enter values for u: "
prompt_v: .asciiz "Enter values for v: "
result: .asciiz "The result is: "
.text
.globl main
main:
la $a0, prompt_u # print string
li $v0, 4 # service 4
syscall
li $v0, 5 ... | 18.722222 | 42 | 0.523739 |
cfff234030f7f683d40d5f0135dabd15812fabed | 536 | asm | Assembly | libsrc/graphics/gray/grpage.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/gray/grpage.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/gray/grpage.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; TI Gray Library Functions
;
; Written by Stefano Bodrato - Mar 2001
;
; $Id: grpage.asm,v 1.3 2015-01-19 01:32:49 pauloscustodio Exp $
;
;
; A trick to be used with the dafault graph functions
;
; IN: A=Page Number (0/1)
; all registers are saved
PUBLIC graypage
EXTERN base_gra... | 16.242424 | 64 | 0.647388 |
c9e063842378e91ed4773be7f52c84e81faa4521 | 19,023 | asm | Assembly | engine/graphics.asm | jasaldivara/retro-dos-graphics | a56ba84455a084583a10158ea9ca39f16c8156b5 | [
"MIT"
] | 13 | 2020-02-01T23:09:58.000Z | 2022-01-13T23:15:42.000Z | engine/graphics.asm | jasaldivara/retro-dos-graphics | a56ba84455a084583a10158ea9ca39f16c8156b5 | [
"MIT"
] | null | null | null | engine/graphics.asm | jasaldivara/retro-dos-graphics | a56ba84455a084583a10158ea9ca39f16c8156b5 | [
"MIT"
] | null | null | null |
drawmap:
; DX = Map data
xor ax, ax ; AX = 0
mov si, dx ; Load Map data on Source index
.looprows:
xor bx, bx ; BX = 0
.loopcols:
mov cx, ax
lodsb
xchg ax, cx
call drawtilesimple
inc bx
cmp bx, MAPSCREENWIDTH
jl .loopcols
inc ax
add si, MAPWIDTH - MAPSCREENWIDTH
cmp ax, MAPHEIGHT
jl... | 20.323718 | 103 | 0.652368 |
a5e30da88707b94e3b7ae0bcb590f7b23cb12371 | 869 | asm | Assembly | programs/oeis/276/A276862.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/276/A276862.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/276/A276862.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A276862: First differences of the Beatty sequence A003151 for 1 + sqrt(2).
; 2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,2,3,2,3,2,3,2,2,3,2,3,2... | 26.333333 | 501 | 0.50748 |
972c70ed19acb7336e5ec80c6dd3b5ba29bc1431 | 1,969 | asm | Assembly | projects/07/MemoryAccess/BasicTest/BasicTest.asm | SpyrosDellas/from-nand-to-tetris | 8c7bc664e6ea4eba43a6c1fd381ed12984063420 | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/BasicTest/BasicTest.asm | SpyrosDellas/from-nand-to-tetris | 8c7bc664e6ea4eba43a6c1fd381ed12984063420 | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/BasicTest/BasicTest.asm | SpyrosDellas/from-nand-to-tetris | 8c7bc664e6ea4eba43a6c1fd381ed12984063420 | [
"MIT"
] | null | null | null | @START
0;JMP
(EQ)
@R13
M=D
@SP
AM=M-1
D=M
A=A-1
D=D-M
M=0
@END_EQ
D;JNE
@SP
A=M-1
M=-1
(END_EQ)
@R13
A=M
0;JMP
(GT)
@R13
M=D
@SP
AM=M-1
D=M
A=A-1
D=M-D
M=0
@END_GT
D;JLE
@SP
A=M-1
M=-1
(END_GT)
@R13
A=M
0;JMP
(LT)
@R13
M=D
@SP
AM=M-1
D=M
A=A-1
D=M-D
M=0
@END_LT
D;JGE
... | 6.153125 | 21 | 0.463179 |
182c5c7700dba0eca9f673ea44fde5777552b9cb | 827 | asm | Assembly | programs/oeis/324/A324128.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/324/A324128.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/324/A324128.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A324128: a(n) = 2*n*Fibonacci(n) + (-1)^n + 1.
; 2,2,6,12,26,50,98,182,338,612,1102,1958,3458,6058,10558,18300,31586,54298,93026,158878,270602,459732,779286,1318222,2225666,3751250,6312438,10606572,17797418,29825282,49922402,83468678,139411778,232622148,387796318,645922550,1074985346,1787678458,2970700846,4933186908,... | 68.916667 | 672 | 0.827086 |
8e6e36342a02c99b8912c6fb3893c17dd9dbc787 | 2,096 | asm | Assembly | programs/oeis/162/A162263.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/162/A162263.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/162/A162263.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A162263: a(n) = (2*n^3 + 5*n^2 + 11*n)/2.
; 9,29,66,126,215,339,504,716,981,1305,1694,2154,2691,3311,4020,4824,5729,6741,7866,9110,10479,11979,13616,15396,17325,19409,21654,24066,26651,29415,32364,35504,38841,42381,46130,50094,54279,58691,63336,68220,73349,78729,84366,90266,96435,102879,109604,116616,123921,131525,13... | 87.333333 | 1,860 | 0.823473 |
f88a9169b81ca2ac90859c8b97b91334477c4f11 | 6,866 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_586.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_586.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_586.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 %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1912, %rsi
lea addresses_WC_ht+0x1880a, %rdi
clflush (%rsi)
cmp %rdx, %rdx
mov $28, %rcx
rep movsw
nop
nop
nop
dec %rax
lea addresses_WT_ht+0x146d7, %rsi
lea addresses_D_ht+... | 37.725275 | 2,999 | 0.661084 |
e21dd5b912fe40ed82f1fc2d9ebfa7e677c31d89 | 5,492 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1411.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_1411.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_1411.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x100e7, %r8
clflush (%r8)
nop
xor $2108, %rbp
mov $0x6162636465666768, %r14
movq %r14, %xmm7
vmovups %ymm7, (%r8)
cmp %rdx, %rdx
lea addresses_UC_ht+0x1c9a7, %rsi
nop
nop
nop
n... | 40.681481 | 2,999 | 0.659687 |
093eea96edd3c28e8630e1b798aa5fdb2e642c14 | 465 | asm | Assembly | oeis/138/A138101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/138/A138101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/138/A138101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A138101: The atomic numbers read along the even-indexed rows of the Janet table of the elements.
; Submitted by Christian Krause
; 3,4,13,14,15,16,17,18,19,20,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,... | 46.5 | 200 | 0.696774 |
fe58fc5dce9467c0904e9832ab489d5826e3794b | 474 | asm | Assembly | newbot.x86-32.asm | brightprogrammer/r2wars-bots | 2c4cac045a20d7a92f31780592179ddd64b09aa0 | [
"CC0-1.0"
] | null | null | null | newbot.x86-32.asm | brightprogrammer/r2wars-bots | 2c4cac045a20d7a92f31780592179ddd64b09aa0 | [
"CC0-1.0"
] | null | null | null | newbot.x86-32.asm | brightprogrammer/r2wars-bots | 2c4cac045a20d7a92f31780592179ddd64b09aa0 | [
"CC0-1.0"
] | null | null | null | start:
mov esp, 0x400
; max bound
mov eax, esp
; another code
mov ecx, 0xc3c3c3c3 ; ret - i386
mov edx, 0xd65f03c0 ; ret - aarch64
mov ebx, 0xe12fff1e ; bx lr - arm32
; main program
mov ebp, 0xe4ff6060
mov esi, 0x6060e046
mov edi, 0x0f60fc83
; main program
; 83fc20 - c... | 17.555556 | 41 | 0.582278 |
1c46465b23e98088e2d2a9926a0fddba639f7a63 | 733 | asm | Assembly | oeis/231/A231722.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/231/A231722.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/231/A231722.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A231722: Partial sums of A001088 starting from its second term; a(1)=0, a(n) = A001088(2)+...+A001088(n).
; 0,1,3,7,23,55,247,1015,5623,24055,208375,945655,9793015,62877175,487550455,3884936695,58243116535,384392195575,6255075618295,53220543000055,616806151581175,6252662237392375,130241496125238775,112215216722800997... | 66.636364 | 476 | 0.81719 |
b75fc991bd282fa259ac38b98a5632b243064c6d | 2,594 | asm | Assembly | Working Disassembly/General/Sprites/Tails/Map - SStage Tails tails.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/General/Sprites/Tails/Map - SStage Tails tails.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Sprites/Tails/Map - SStage Tails tails.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_SStageTailstails_:dc.w word_91124-Map_SStageTailstails_
dc.w word_91126-Map_SStageTailstails_
dc.w word_9112E-Map_SStageTailstails_
dc.w word_91136-Map_SStageTailstails_
dc.w word_9113E-Map_SStageTailstails_
dc.w word_91146-Map_SStageTailstails_
dc.w word_9114E-Map_SStageTailstails_
dc.w word_91156-Ma... | 29.477273 | 59 | 0.662298 |
48b42612612cc95fe2f30d550e40eaafe7f6689a | 442 | asm | Assembly | programs/oeis/079/A079004.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/079/A079004.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/079/A079004.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A079004: Least x>=3 such that F(x)==1 (mod 3^n) where F(x) denotes the x-th Fibonacci number (A000045).
; 7,10,10,34,106,322,970,2914,8746,26242,78730,236194,708586,2125762,6377290,19131874,57395626,172186882,516560650,1549681954,4649045866,13947137602,41841412810,125524238434,376572715306,1129718145922
lpb $0,1
s... | 26 | 200 | 0.696833 |
4dbca7d9e1ba988e392ae2c838e9b047023e41a4 | 6,392 | asm | Assembly | Transynther/x86/_processed/NC/_ht_/i3-7100_9_0x84_notsx.log_21829_473.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_/i3-7100_9_0x84_notsx.log_21829_473.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_/i3-7100_9_0x84_notsx.log_21829_473.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 %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1d729, %r9
nop
nop
nop
nop
add %r12, %r12
mov (%r9), %r10w
nop
nop
nop
nop
cmp %r15, %r15
lea addresses_D_ht+0x7791, %rsi
lea addresses_normal_ht+0x1d13b, %rdi
nop
nop
no... | 37.162791 | 2,999 | 0.658166 |
d320af1da805ac35f0b2dffb3dc21b0b0e356655 | 337 | asm | Assembly | programs/oeis/021/A021536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021536: Decimal expansion of 1/532.
; 0,0,1,8,7,9,6,9,9,2,4,8,1,2,0,3,0,0,7,5,1,8,7,9,6,9,9,2,4,8,1,2,0,3,0,0,7,5,1,8,7,9,6,9,9,2,4,8,1,2,0,3,0,0,7,5,1,8,7,9,6,9,9,2,4,8,1,2,0,3,0,0,7,5,1,8,7,9,6,9,9,2,4,8,1,2,0,3,0,0,7,5,1,8,7,9,6,9,9
add $0,1
mov $1,10
pow $1,$0
sub $1,6
mul $1,6
div $1,14
add $1,4
div $1,228
mod... | 24.071429 | 199 | 0.543027 |
679bd8997bf9049f508cc67f86d0bd20c600c75d | 88 | asm | Assembly | PRG/objects/2-3Exit.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/2-3Exit.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/2-3Exit.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | .byte $00 ; Unknown purpose
.byte OBJ_ENDLEVELCARD, $18, $15
.byte $FF ; Terminator
| 17.6 | 33 | 0.681818 |
036db6648ade658f4a5a477c610bca7fa0ab3f1c | 1,268 | asm | Assembly | libsrc/graphics/bee/w_clg_320.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/bee/w_clg_320.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/bee/w_clg_320.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; MicroBEE pseudo graphics routines
;
; cls () -- clear screen
;
; Stefano Bodrato - 2016
;
;
; $Id: w_clg_320.asm,v 1.3 2017/01/02 21:51:24 aralbrec Exp $
;
SECTION code_clib
PUBLIC clg
PUBLIC _clg
EXTERN cleargraphics
EXTERN swapgfxbk
.vdutab ; 40x24
defb $35,40,$2D,$2... | 13.072165 | 67 | 0.608833 |
30e3f271be39c3a428e0e880af9e2cc5fcaeae44 | 50,441 | asm | Assembly | src/intf/video/scalers/2xsaimmx.asm | tt-arcade/fba-pi | 10407847a98f0d315b05e44f0ecf01824f4558aa | [
"Apache-2.0"
] | null | null | null | src/intf/video/scalers/2xsaimmx.asm | tt-arcade/fba-pi | 10407847a98f0d315b05e44f0ecf01824f4558aa | [
"Apache-2.0"
] | null | null | null | src/intf/video/scalers/2xsaimmx.asm | tt-arcade/fba-pi | 10407847a98f0d315b05e44f0ecf01824f4558aa | [
"Apache-2.0"
] | null | null | null | ;/*---------------------------------------------------------------------*
; * The following (piece of) code, (part of) the 2xSaI engine, *
; * copyright (c) 2001 by Derek Liauw Kie Fa. *
; * Non-Commercial use of the engine is allowed and is encouraged, *
; * provided that approp... | 24.391199 | 103 | 0.467517 |
87583cf891137baa46546c090fcaa6ba14360329 | 4,214 | asm | Assembly | lib/m5_crt0.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | lib/m5_crt0.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | lib/m5_crt0.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; CRT0 for the SORD M5
;
; Stefano Bodrato Maj. 2000
;
; If an error occurs eg break we just drop back to BASIC
;
; $Id: m5_crt0.asm,v 1.11 2010/07/13 06:16:53 stefano Exp $
;
MODULE m5_crt0
;
; Initially include the zcc_opt.def file to find out lots of lovely
; information about wh... | 18.163793 | 73 | 0.646891 |
e4dc1035065f1ffd982d24236fd7f4da86d30241 | 1,103 | asm | Assembly | original/Character_ASCII_Const.asm | rodoherty1/6502-Examples | 86db5035a324ef161327f28452ba625d43668924 | [
"MIT"
] | null | null | null | original/Character_ASCII_Const.asm | rodoherty1/6502-Examples | 86db5035a324ef161327f28452ba625d43668924 | [
"MIT"
] | null | null | null | original/Character_ASCII_Const.asm | rodoherty1/6502-Examples | 86db5035a324ef161327f28452ba625d43668924 | [
"MIT"
] | null | null | null | ; ---------------------------------------------------------------------
; - Character ASCII Set Constants
; - Date 26th November 2016
; - Created By John C. Dale
; ---------------------------------------------------------------------
CHR_White = 5
CHR_DisableCommodoreKey = 8
CHR_EnableCommodoreKe... | 32.441176 | 71 | 0.415231 |
4150b87132748d97b63f720e4e0c42592e9b07c0 | 599 | asm | Assembly | oeis/304/A304513.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/304/A304513.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/304/A304513.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A304513: a(n) = 57*2^(n-1) - 38 (n >= 1).
; 19,76,190,418,874,1786,3610,7258,14554,29146,58330,116698,233434,466906,933850,1867738,3735514,7471066,14942170,29884378,59768794,119537626,239075290,478150618,956301274,1912602586,3825205210,7650410458,15300820954,30601641946,61203283930,122406567898,244813135834,489626271... | 59.9 | 495 | 0.828047 |
fc05acf7630864bdafc43824abfb77cf48080708 | 553 | asm | Assembly | programs/oeis/122/A122799.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/122/A122799.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/122/A122799.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A122799: A P_7-stuttered arithmetic progression with a(n+1)=a(n) if n is not a heptagonal number, a(n+1)=a(n)+2 otherwise.
; 1,1,3,5,7,9,11,11,13,15,17,19,21,23,25,27,29,31,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,61,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,101,103,105,107,109,111,113,115,1... | 42.538462 | 341 | 0.672694 |
89fd5713a09a209399e0b81ed87cf130661c22ec | 497 | asm | Assembly | oeis/279/A279507.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/279/A279507.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/279/A279507.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A279507: a(n) = floor(phi(n)/tau(n)).
; Submitted by Jamie Morken(s3.)
; 1,0,1,0,2,0,3,1,2,1,5,0,6,1,2,1,8,1,9,1,3,2,11,1,6,3,4,2,14,1,15,2,5,4,6,1,18,4,6,2,20,1,21,3,4,5,23,1,14,3,8,4,26,2,10,3,9,7,29,1,30,7,6,4,12,2,33,5,11,3,35,2,36,9,6,6,15,3,39,3,10,10,41,2,16,10,14,5,44,2,18,7,15,11,18,2,48,7,10,4
mov $1,$0
se... | 49.7 | 233 | 0.603622 |
685bf0f70f6c3a5f00b5b2861b31f2ff3310f53e | 8,679 | asm | Assembly | third_party/codecs/xvidcore/src/motion/x86_asm/sad_xmm.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 292 | 2015-08-10T18:34:55.000Z | 2022-01-26T00:38:45.000Z | third_party/codecs/xvidcore/src/motion/x86_asm/sad_xmm.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 366 | 2015-08-10T18:21:02.000Z | 2022-01-22T20:03:41.000Z | third_party/codecs/xvidcore/src/motion/x86_asm/sad_xmm.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 227 | 2015-08-10T22:24:29.000Z | 2022-02-25T19:16:21.000Z | ;/****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - K7 optimized SAD operators -
; *
; * Copyright(C) 2001 Peter Ross <pross@xvid.org>
; * 2001-2008 Michael Militzer <michael@xvid.org>
; * 2002 Pascal Massimino <skal@planet-... | 19.725 | 78 | 0.568383 |
9122f41be7c0127d0beb648a13b1a07aa7aee15f | 4,438 | asm | Assembly | src/bootloader/boot.asm | basic60/ARCUS | a8dae9e690a996eda8f29f7754f7fb41cb0030a2 | [
"MIT"
] | null | null | null | src/bootloader/boot.asm | basic60/ARCUS | a8dae9e690a996eda8f29f7754f7fb41cb0030a2 | [
"MIT"
] | null | null | null | src/bootloader/boot.asm | basic60/ARCUS | a8dae9e690a996eda8f29f7754f7fb41cb0030a2 | [
"MIT"
] | 1 | 2020-09-21T11:04:44.000Z | 2020-09-21T11:04:44.000Z | [BITS 16]
org 7c00h
mov ax, cs
mov ds, ax
mov es, ax
mov esp, 7c00h
jmp load_stage2
disk_rw_struct:
db 16 ; size of disk_rw_struct, 10h
db 0 ; reversed, must be 0
dw 0 ; number of sectors
dd 0 ; target address
dq 0 ; start LBA number
read_disk_by_int13h:
mov eax, dword [esp... | 23.860215 | 111 | 0.597341 |
472493908cc36783de05d32db03145f8fca06b93 | 322 | asm | Assembly | libsrc/math/genmath/c/sccz80/pi.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/genmath/c/sccz80/pi.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/genmath/c/sccz80/pi.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Small C+ Maths Routines
;
; transcendental floating point routines
;
SECTION code_fp
PUBLIC pi
EXTERN ldfabc
;double pi()
;Just the greek PI constant
.pi
LD BC,$8249 ; 3,1415...
LD IX,$0FDA
LD DE,$A222
JP ldfabc ... | 14 | 46 | 0.487578 |
f98dbf1e9a4b5f4a8b7746305a7174fa40ce69b3 | 734 | asm | Assembly | cpuid.data.asm | BernardTatin/asm_required | 68a918f5bcb88606c015eb2e815c9fe7bbdd50f6 | [
"MIT"
] | null | null | null | cpuid.data.asm | BernardTatin/asm_required | 68a918f5bcb88606c015eb2e815c9fe7bbdd50f6 | [
"MIT"
] | null | null | null | cpuid.data.asm | BernardTatin/asm_required | 68a918f5bcb88606c015eb2e815c9fe7bbdd50f6 | [
"MIT"
] | null | null | null | ; ----------------------------------------------------------------------
; cpuid.data.asm
;
; A CPUID
; To assemble and run:
;
; nasm -felf64 cpuid.asm \
; && ld -o cpuid cpuid.o && ./cpuid
; ----------------------------------------------------------------------
%define DATA
%include "cpuid.inc.asm"
; ---------... | 22.9375 | 72 | 0.415531 |
2fa67883f35771668102d94e9cf88e80d9e4abf9 | 3,188 | asm | Assembly | Library/Trans/Graphics/Bitmap/Clp/Export/exportMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Trans/Graphics/Bitmap/Clp/Export/exportMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Trans/Graphics/Bitmap/Clp/Export/exportMain.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: exportMain.asm
AUTHOR: Maryann Simmons, May 12, 1992
ROUTINES:
Name Description
---- -----------
GLB TransExport perform expor... | 23.101449 | 79 | 0.560226 |
527e38049d233b0f30b5e6b85bbf58814253f0ca | 6,219 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_652.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_0x48_notsx.log_21829_652.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_0x48_notsx.log_21829_652.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 %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x10cdc, %rbx
nop
nop
nop
xor $15966, %r14
movups (%rbx), %xmm0
vpextrq $1, %xmm0, %rdx
nop
nop
nop
nop
nop
add $35439, %r12
lea addresses_WC_ht+0x1bf60, %rsi
lea addresse... | 39.360759 | 2,999 | 0.658144 |
af1647490e8a55ae0a11e9f772264b44566314db | 1,596 | asm | Assembly | libsrc/_DEVELOPMENT/target/yaz180/device/am9511a/am9511a_reset.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/yaz180/device/am9511a/am9511a_reset.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/yaz180/device/am9511a/am9511a_reset.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;------------------------------------------------------------------------------
; Initialises the APU buffers
;
INCLUDE "config_private.inc"
SECTION code_driver
PUBLIC asm_am9511a_reset
EXTERN APUCMDBuf, APUPTRBuf
EXTERN APUCMDInPtr, APUCMDOutPtr, APUPTRInPtr, APUPTROutPtr
EXTERN APUC... | 25.333333 | 81 | 0.528822 |
87a652e1403f7e1077360fb40545630057185531 | 10,159 | nasm | Assembly | asmlib/struct.nasm | fengjixuchui/napoca | ed26609ab9a3ea12d12882b311dcb332dc759d32 | [
"Apache-2.0"
] | 170 | 2020-07-30T15:04:59.000Z | 2022-03-24T10:59:29.000Z | asmlib/struct.nasm | a-cristi/napoca | ed6691125bf703366581e47a1fe789167009c24a | [
"Apache-2.0"
] | 3 | 2020-08-10T09:16:56.000Z | 2022-02-18T21:40:43.000Z | asmlib/struct.nasm | a-cristi/napoca | ed6691125bf703366581e47a1fe789167009c24a | [
"Apache-2.0"
] | 44 | 2020-07-30T15:06:55.000Z | 2022-02-25T08:55:55.000Z | ;
; Copyright (c) 2020 Bitdefender
; SPDX-License-Identifier: Apache-2.0
;
%ifndef _STRUCT_YASM_
%define _STRUCT_YASM_
%ifdef DOC_FILE
struct.nasm - macro definitions for C-like syntax constructs such as struct, enum, sizeof, etc
%endif
%idefine sizeof(X) X %+ _size
; define one or more dynamically generated sy... | 30.507508 | 170 | 0.557929 |
220db9086cf9dcebab575aac905090e67a7274d7 | 1,060 | asm | Assembly | programs/oeis/155/A155085.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/155/A155085.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/155/A155085.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A155085: a(n) = n + sum of divisors of n.
; 2,5,7,11,11,18,15,23,22,28,23,40,27,38,39,47,35,57,39,62,53,58,47,84,56,68,67,84,59,102,63,95,81,88,83,127,75,98,95,130,83,138,87,128,123,118,95,172,106,143,123,150,107,174,127,176,137,148,119,228,123,158,167,191
mov $14,$0
mov $16,2
lpb $16
clr $0,14
mov $0,$14
sub ... | 16.060606 | 214 | 0.457547 |
1aac0cffe72beaed71cc68bcdce3d76882c7346e | 4,644 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1047.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_1047.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_1047.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %rdi
push %rdx
lea addresses_A_ht+0x184cf, %r15
clflush (%r15)
nop
nop
nop
dec %rdx
mov (%r15), %di
nop
nop
add %r11, %r11
lea addresses_WC_ht+0x1a11, %r8
nop
nop
nop
nop
nop
add $40035, %rdx
mov $0x6162636465666768, %r13
movq %r13... | 47.387755 | 2,999 | 0.661499 |
acf171dbef474828281d9f7b129cd525b77bc88e | 619 | asm | Assembly | oeis/010/A010513.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/010/A010513.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/010/A010513.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A010513: Decimal expansion of square root of 60.
; 7,7,4,5,9,6,6,6,9,2,4,1,4,8,3,3,7,7,0,3,5,8,5,3,0,7,9,9,5,6,4,7,9,9,2,2,1,6,6,5,8,4,3,4,1,0,5,8,3,1,8,1,6,5,3,1,7,5,1,4,7,5,3,2,2,2,6,9,6,6,1,8,3,8,7,3,9,5,8,0,6,7,0,3,8,5,7,4,7,5,3,7,1,7,3,4,7,0,3,5
mov $1,1
mov $2,1
mov $3,$0
add $3,8
mov $4,$0
add $4,3
mul $4,2
m... | 15.871795 | 201 | 0.50727 |
72516e5945398f1793864cd3a833b72bcaf5eb6e | 2,795 | asm | Assembly | PIC16/assy/rotate.asm | Classrooms/Microcontrollers | 554a2129d45a14306b69af0d72d5b3816b1e21ec | [
"MIT"
] | 1 | 2020-11-04T17:00:32.000Z | 2020-11-04T17:00:32.000Z | PIC16/assy/rotate.asm | Classrooms/Microcontrollers | 554a2129d45a14306b69af0d72d5b3816b1e21ec | [
"MIT"
] | null | null | null | PIC16/assy/rotate.asm | Classrooms/Microcontrollers | 554a2129d45a14306b69af0d72d5b3816b1e21ec | [
"MIT"
] | null | null | null | ; *******************************************************************
; Lesson 3 - "Rotate"
;
; This lesson will introduce shifting instructions as well as bit-oriented skip operations to
; move the LED display.
;
; LEDs rotate from right to left at a rate of 1.5s
;
;
; PIC: 16F1829
; Assembler: MPASM v5.43
; IDE: MPLA... | 48.189655 | 151 | 0.51449 |
85533f6937bb01253d9d9f9c41df00bb9d0b298e | 342 | asm | Assembly | programs/oeis/334/A334415.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/334/A334415.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/334/A334415.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A334415: Nearest integer to n*(2-phi), where phi is the golden ratio (A001622).
; 0,0,1,1,2,2,2,3,3,3,4,4,5,5,5,6,6,6,7,7,8,8,8,9,9,10,10,10,11,11,11,12,12,13,13,13,14,14,15,15,15,16,16,16,17,17,18,18,18,19,19,19,20,20,21,21,21,22,22,23,23,23,24,24,24,25,25,26,26,26,27,27
mov $2,$0
add $0,4
mul $2,4
div $2,17
sub $0... | 31.090909 | 192 | 0.625731 |
d7d82df934031a73d09501253229da81c6cc6323 | 403 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/bifrost_l/z80/asm_BIFROSTL_fillTileAttrL.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/bifrost_l/z80/asm_BIFROSTL_fillTileAttrL.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/bifrost_l/z80/asm_BIFROSTL_fillTileAttrL.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_l.h" for further details
; ----------------------------------------------------------------
SECTION code_clib
SECTION code_bifrost_l
PUBLIC asm_BIFROSTL_fillTileAttrL
... | 23.705882 | 66 | 0.493797 |
b7570dd88a301cc5ebc00df8b6e52b26bdf762bb | 1,276 | asm | Assembly | programs/oeis/265/A265409.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/265/A265409.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/265/A265409.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A265409: a(n) = index to the nearest inner neighbor in Ulam-style square-spirals using zero-based indexing.
; 0,0,0,0,0,0,0,1,1,1,2,2,2,3,4,4,4,5,6,6,6,7,8,9,9,9,10,11,12,12,12,13,14,15,16,16,16,17,18,19,20,20,20,21,22,23,24,25,25,25,26,27,28,29,30,30,30,31,32,33,34,35,36,36,36,37,38,39,40,41,42,42,42,43,44,45,46,47,... | 47.259259 | 833 | 0.655172 |
e8f6bfe0655fad5a7acf38df43ad2fde6c7be3ab | 151 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n1/mn_hp_smmain.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n1/mn_hp_smmain.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n1/mn_hp_smmain.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: mn_hp_smmain.asm
Type: file
Size: 108684
Last-Modified: '1993-08-24T11:34:58Z'
SHA-1: 7C8AF50A4D6ADAC7E28A8E55BDE688D4750C425D
Description: null
| 21.571429 | 47 | 0.821192 |
fc31b5967a57cf7f20a5cbbe2173b2d560b1dd0a | 538 | asm | Assembly | programs/oeis/158/A158128.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/158/A158128.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/158/A158128.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A158128: 100n + 1.
; 101,201,301,401,501,601,701,801,901,1001,1101,1201,1301,1401,1501,1601,1701,1801,1901,2001,2101,2201,2301,2401,2501,2601,2701,2801,2901,3001,3101,3201,3301,3401,3501,3601,3701,3801,3901,4001,4101,4201,4301,4401,4501,4601,4701,4801,4901,5001,5101,5201,5301,5401,5501,5601,5701,5801,5901,6001,6101,6... | 89.666667 | 493 | 0.776952 |
2f2bbe7e8044084e291c8c701fb030bb9d80082f | 40,262 | asm | Assembly | setuid.asm | joeofportland/project4-3 | 7b8b67d3f3c6eae1a344a888417a744b9f3f2baf | [
"MIT-0"
] | null | null | null | setuid.asm | joeofportland/project4-3 | 7b8b67d3f3c6eae1a344a888417a744b9f3f2baf | [
"MIT-0"
] | null | null | null | setuid.asm | joeofportland/project4-3 | 7b8b67d3f3c6eae1a344a888417a744b9f3f2baf | [
"MIT-0"
] | null | null | null |
_setuid: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "types.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
exit();
6: e8 68 ... | 33.833613 | 60 | 0.425364 |
7a59fea12ae9d33b0cb5cd196b3b8ca887373c4c | 435 | asm | Assembly | oeis/288/A288838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/288/A288838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/288/A288838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A288838: a(n) = (1/4!)*3^(n+2)*(n+7)*(n+2)*(n+1)*(n).
; Submitted by Jamie Morken(w3)
; 54,729,6075,40095,229635,1194102,5786802,26572050,116917020,496897335,2051893701,8269753401,32643763425,126557359740,482984209620,1817776934388,6757388169138,24843338857125,90429753439935,326206114635555,1167092987918319,414437101... | 33.461538 | 239 | 0.721839 |
b6a064bc38ac132a631e86927c1aa9f82e2c7e70 | 4,929 | asm | Assembly | lib/crt0.asm | cppchriscpp/ld38 | fe2e11a2f1a1098c716289b444c867a8113c39ea | [
"MIT"
] | 4 | 2018-08-18T15:31:04.000Z | 2021-03-28T22:21:15.000Z | lib/crt0.asm | cppchriscpp/missing-lands | fe2e11a2f1a1098c716289b444c867a8113c39ea | [
"MIT"
] | null | null | null | lib/crt0.asm | cppchriscpp/missing-lands | fe2e11a2f1a1098c716289b444c867a8113c39ea | [
"MIT"
] | null | null | null | ; Startup code for cc65 and Shiru's NES library
; based on code by Groepaz/Hitmen <groepaz@gmx.net>, Ullrich von Bassewitz <uz@cc65.org>
FT_DPCM_OFF = $c000 ;$c000..$ffc0, 64-byte steps
FT_SFX_STREAMS = 4 ;number of sound effects played at once, 1..4
.define FT_DPCM_ENABLE 1 ;undefine to exclude all DMC c... | 17.355634 | 107 | 0.70562 |
191a2338b7779d3ea8e7fb2d8fc0eac5d7019299 | 791 | asm | Assembly | emulator/test.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | emulator/test.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | emulator/test.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | ; ******************************************************************************************************************
; ******************************************************************************************************************
; ************************************************************************************... | 43.944444 | 116 | 0.059418 |
749860430f716453ee86ef16fa83bba4009846f1 | 10,802 | asm | Assembly | libsrc/stdio/ts2068/fputc_cons.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/stdio/ts2068/fputc_cons.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/stdio/ts2068/fputc_cons.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; Spectrum C Library - TS2068 version
;
; Print character to the screen in either 32/64 col mode
;
; We will corrupt any register
;
; Scrolling is achieved by calling ROM routine $939
;
; We print over 24 lines at 64 columns
;
; djm 3/3/2000
;
;
; $Id: fputc_cons.asm,v 1.7 2012/05/04 09:06:57 ... | 16.618462 | 82 | 0.474727 |
3392d1acc3145f9ba9918bdc8f953daedf6e5f14 | 485 | asm | Assembly | oeis/176/A176220.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/176/A176220.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/176/A176220.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A176220: Decimal expansion of (10+sqrt(110))/5.
; Submitted by Christian Krause
; 4,0,9,7,6,1,7,6,9,6,3,4,0,3,0,3,0,9,3,9,8,2,9,0,7,0,2,7,3,5,9,8,7,5,1,9,6,9,5,0,5,4,3,7,1,5,3,6,3,0,0,7,9,6,9,7,5,1,5,1,1,5,2,7,1,6,0,0,1,1,8,5,1,0,0,2,2,0,1,3,8,2,8,3,8,7,7,0,5,7,7,8,6,6,3,8,8,8,3,5
mov $2,1
mov $3,$0
mul $3,3
lpb $3
... | 19.4 | 201 | 0.536082 |
9cc668fbf593fead82316b83b1f16df893c15ecf | 1,325 | asm | Assembly | VC2010Samples/Compiler/MASM/EuclidStep2/euclid.asm | alonmm/VCSamples | 6aff0b4902f5027164d593540fcaa6601a0407c3 | [
"MIT"
] | 300 | 2019-05-09T05:32:33.000Z | 2022-03-31T20:23:24.000Z | VC2010Samples/Compiler/MASM/EuclidStep2/euclid.asm | JaydenChou/VCSamples | 9e1d4475555b76a17a3568369867f1d7b6cc6126 | [
"MIT"
] | 9 | 2016-09-19T18:44:26.000Z | 2018-10-26T10:20:05.000Z | VC2010Samples/Compiler/MASM/EuclidStep2/euclid.asm | JaydenChou/VCSamples | 9e1d4475555b76a17a3568369867f1d7b6cc6126 | [
"MIT"
] | 633 | 2019-05-08T07:34:12.000Z | 2022-03-30T04:38:28.000Z | ; Copyright (c) Microsoft Corporation. All rights reserved.
.386
.model flat, c
; Custom Build Step, including a listing file placed in intermediate directory
; but without Source Browser information
; debug:
; ml -c -Zi "-Fl$(IntDir)\$(InputName).lst" "-Fo$(IntDir)\$(InputName).obj" "$(InputPath)"
; release:
; ml -... | 28.804348 | 122 | 0.695094 |
b1ceb4eabaef64c30775e4ebdf071d6cfb331fd6 | 655 | asm | Assembly | oeis/198/A198392.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/198/A198392.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/198/A198392.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A198392: a(n) = (6*n*(3*n+7)+(2*n+13)*(-1)^n+3)/16 + 1.
; Submitted by Jamie Morken(s2)
; 2,4,12,18,31,41,59,73,96,114,142,164,197,223,261,291,334,368,416,454,507,549,607,653,716,766,834,888,961,1019,1097,1159,1242,1308,1396,1466,1559,1633,1731,1809,1912,1994,2102,2188,2301,2391,2509,2603,2726,2824,2952,3054,3187,329... | 43.666667 | 467 | 0.708397 |
d38dedd10bc7823379b29d5cfb119bf0f5523dd4 | 676 | asm | Assembly | programs/oeis/212/A212069.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212069.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212069.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A212069: Number of (w,x,y,z) with all terms in {1,...,n} and 3*w = x+y+z.
; 0,1,2,9,22,41,72,115,170,243,334,443,576,733,914,1125,1366,1637,1944,2287,2666,3087,3550,4055,4608,5209,5858,6561,7318,8129,9000,9931,10922,11979,13102,14291,15552,16885,18290,19773,21334,22973
mov $12,$0
mov $14,$0
lpb $14,1
clr $0,12
m... | 18.777778 | 195 | 0.538462 |
b1ff1823b2485511d859040a5f9f4a0f023b29bf | 512 | asm | Assembly | programs/oeis/045/A045319.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/045/A045319.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/045/A045319.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A045319: Primes congruent to {1, 2, 3, 4} mod 5.
; 2,3,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,37... | 46.545455 | 374 | 0.689453 |
468b856b7f6bf9edbd8ea014b7f53bf09ab68f54 | 503 | asm | Assembly | oeis/327/A327629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/327/A327629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/327/A327629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A327629: Expansion of Sum_{k>=1} x^(k*(k + 1)/2) / (1 - x^(k*(k + 1)/2))^2.
; Submitted by Christian Krause
; 1,2,4,4,5,9,7,8,12,11,11,18,13,14,21,16,17,27,19,22,29,22,23,36,25,26,36,29,29,50,31,32,44,34,35,55,37,38,52,44,41,65,43,44,64,46,47,72,49,55,68,52,53,81,56,58,76,58,59,100,61,62,87,64,65,100,67,68,92,77
mov... | 21.869565 | 205 | 0.562624 |
206ea4070426f75ea4dfdfdeabadc9ee89b51636 | 210 | asm | Assembly | data/pokemon/dex_entries/umbreon.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/pokemon/dex_entries/umbreon.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/pokemon/dex_entries/umbreon.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | db "MOONLIGHT@" ; species name
dw 303, 600 ; height, weight
db "On the night of a"
next "full moon, or when"
next "it gets excited,"
page "the ring patterns"
next "on its body glow"
next "yellow.@"
| 19.090909 | 31 | 0.657143 |
e1e95361e262a00f1402f81fd032fdd63daea8da | 149 | asm | Assembly | ffight/lcs/1p/87.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 | ffight/lcs/1p/87.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/1p/87.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
001AD6 abcd -(A3), -(A1) [1p+87]
copyright zengfr site:http://github.com/zengfr/romhack
| 24.833333 | 54 | 0.724832 |
a4436d9af27f1c1fd264f646365001628afb3dfd | 2,193 | asm | Assembly | maps/Route21.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/Route21.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/Route21.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 ROUTE21_SWIMMER_GIRL
const ROUTE21_SWIMMER_GUY
const ROUTE21_FISHER
Route21_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
TrainerSwimmermSeth:
trainer SWIMMERM, SETH, EVENT_BEAT_SWIMMERM_SETH, SwimmermSethSeenText, SwimmermSethBeatenText, 0, .Script
.Script... | 21.291262 | 151 | 0.786594 |
84686e635045471344b4ea1a7ef7d2d4c4caac59 | 354 | asm | Assembly | programs/oeis/034/A034257.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/034/A034257.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/034/A034257.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A034257: Maximal discrete supergroups of Gamma_0(n).
; 1,3,3,7,3,9,3,11,9,9
seq $0,253885 ; Permutation of even numbers: a(n) = A003961(n+1) - 1.
seq $0,1065 ; Sum of proper divisors (or aliquot parts) of n: sum of divisors of n that are less than n.
mul $0,2
mov $1,$0
add $1,3
lpb $1
add $0,1
div $1,2
sub $0,... | 20.823529 | 104 | 0.644068 |
28e800205360cd71d99c41c49b9d3e776627766b | 5,683 | asm | Assembly | boot/loader_utils.asm | blessingcharles/TOM_OS | 334ee31b44e268b8b8ffacffc11a9a0b3661a638 | [
"MIT"
] | 1 | 2021-04-06T11:00:24.000Z | 2021-04-06T11:00:24.000Z | boot/loader_utils.asm | blessingcharles/TOM_OS | 334ee31b44e268b8b8ffacffc11a9a0b3661a638 | [
"MIT"
] | null | null | null | boot/loader_utils.asm | blessingcharles/TOM_OS | 334ee31b44e268b8b8ffacffc11a9a0b3661a638 | [
"MIT"
] | null | null | null | [BITS 16]
;---------------------------------------------------------------------------
; ########## LOADER UTILS ##########
; loadkernel
; loadinit
; loaduser1
; loaduser2
; longmodetests
; printc
; printnewline
; GetMemoryMap
; TestA20
; NotSupported/end
;-----------------------------------------... | 26.432558 | 113 | 0.566954 |
7589ae6d1d45196a930687cc7397a14ec3f4c2fe | 3,618 | asm | Assembly | uuu/src/apps/games/boxed_in/control.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | 7 | 2019-03-04T08:53:33.000Z | 2022-01-28T19:32:12.000Z | uuu/src/apps/games/boxed_in/control.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | uuu/src/apps/games/boxed_in/control.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | KeyboardProc:
pushad
xor ecx,ecx
xor edx,edx
mov cl,[PlayerX]
mov dl,[PlayerY]
lea esi,[edx * 9]
lea esi,[esi + esi + ecx]
add esi,[pleveldata]
xor ebx,ebx
xor ecx,ecx
cmp al,8
je Backspace
cmp al,'r'
je RestartLevel
cmp al,'q'
je near Quit
cmp al,'9'
je NextLevel
cmp al,'3'
je PrevLevel
cmp al,'8... | 18.746114 | 78 | 0.736595 |
ee4f1e4c14f905279b51b811827e5271a2cf91b0 | 2,843 | asm | Assembly | data/tilesets/mart_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/tilesets/mart_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/tilesets/mart_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | tilecoll WALL, WALL, WALL, WALL ; 00
tilecoll STAIRCASE, WALL, FLOOR, FLOOR ; 01
tilecoll WALL, STAIRCASE, FLOOR, FLOOR ; 02
tilecoll WALL, WALL, FLOOR, FLOOR ; 03
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 04
tilecoll STAIRCASE, WALL, FLOOR, FLOOR ; 05
tilecoll FLOOR, FLOOR, FLOOR, WARP_CARPET_DOWN ; 06
tilecoll WA... | 43.738462 | 65 | 0.729863 |
ec970575f544e4ffe0f0bf0add096d5375afc213 | 5,145 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_749.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_749.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_749.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 %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x12b4d, %r14
nop
nop
nop
nop
add %r8, %r8
movb $0x61, (%r14)
nop
nop
nop
inc %rsi
lea addresses_D_ht+0x18d03, %r8
nop
nop
nop
sub $19212, %r14
movups (%r8), %xmm3
vpextrq $0, %xmm3, %r1... | 46.351351 | 2,999 | 0.660836 |
89ff74c4d183dec8ebf8ec516b4a139563ede661 | 334 | asm | Assembly | tests/addr/5.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/addr/5.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/addr/5.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #ruledef test
{
ld {x} => 0x55 @ x`8
}
#bankdef test { #addr 0x1_0000_0000_0000_0000, #outp 0 }
#ruledef test2
{
ld2 {x} => 0x55 @ x`128
}
ld2 $ ; = 0x55_0000_0000_0000_0001_0000_0000_0000_0000
#addr 0x1_0000_0000_0000_0020 ; = 0x00_0000_0000_0000_0000_0000_0000_0000
ld2 $ ; = 0x55_0000_0000_0000_0001_0000_... | 20.875 | 73 | 0.739521 |
25948bb5cf0ca1013f4c0711d612291172d3b101 | 195 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_aaddr2saddr_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_aaddr2saddr_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_aaddr2saddr_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *tshc_aaddr2saddr(void *aaddr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_aaddr2saddr_fastcall
EXTERN asm_tshc_aaddr2saddr
defc _tshc_aaddr2saddr_fastcall = asm_tshc_aaddr2saddr
| 17.727273 | 54 | 0.866667 |
7488249dd0d2e3b52e23735daccf4fa48cea4a1b | 94 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/tanh.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/tanh.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/tanh.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC _tanh
EXTERN cm48_sdccix_tanh
defc _tanh = cm48_sdccix_tanh
| 10.444444 | 29 | 0.840426 |
1efdc45e9a02d16e5a3512076ccd64c0312c6991 | 319 | asm | Assembly | programs/oeis/265/A265127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/265/A265127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/265/A265127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A265127: a(n) = prime(n) * 2^n.
; 4,12,40,112,352,832,2176,4864,11776,29696,63488,151552,335872,704512,1540096,3473408,7733248,15990784,35127296,74448896,153092096,331350016,696254464,1493172224,3254779904,6777995264,13824425984,28722593792,58518929408,121332826112
seq $0,110295 ; a(n) = prime(n)*2^(n-1).
mul $0,2
| 53.166667 | 233 | 0.768025 |
f8cf5042ef7b61f52e39ecdc4ee3d994446287fa | 269 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_aaddrcleft.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_aaddrcleft.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_aaddrcleft.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *zx_aaddrcleft(void *attraddr)
SECTION code_clib
SECTION code_arch
PUBLIC zx_aaddrcleft
EXTERN asm_zx_aaddrcleft
defc zx_aaddrcleft = asm_zx_aaddrcleft
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _zx_aaddrcleft
defc _zx_aaddrcleft = zx_aaddrcleft
ENDIF
| 14.157895 | 38 | 0.832714 |
5d10f03b10fa5764c7e9932428e4c7b1bfc53672 | 310 | asm | Assembly | programs/oeis/021/A021602.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021602.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021602.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021602: Decimal expansion of 1/598.
; 0,0,1,6,7,2,2,4,0,8,0,2,6,7,5,5,8,5,2,8,4,2,8,0,9,3,6,4,5,4,8,4,9,4,9,8,3,2,7,7,5,9,1,9,7,3,2,4,4,1,4,7,1,5,7,1,9,0,6,3,5,4,5,1,5,0,5,0,1,6,7,2,2,4,0,8,0,2,6,7,5,5,8,5,2,8,4,2,8,0,9,3,6,4,5,4,8,4,9
add $0,1
mov $1,10
pow $1,$0
mul $1,6
div $1,3588
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
b96654bcaa5c75dd3e4b7787b022f320ae2ffc6a | 537 | asm | Assembly | data/baseStats_original/growlithe.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/baseStats_original/growlithe.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/baseStats_original/growlithe.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | db DEX_GROWLITHE ; pokedex id
db 55 ; base hp
db 70 ; base attack
db 45 ; base defense
db 60 ; base speed
db 50 ; base special
db FIRE ; species type 1
db FIRE ; species type 2
db 190 ; catch rate
db 91 ; base exp yield
INCBIN "pic/ymon/growlithe.pic",0,1 ; 55, sprite dimensions
dw GrowlithePicFront
dw GrowlithePicBack... | 18.517241 | 59 | 0.739292 |
75a29d77ae7adc703a71d496aee191f88ca9392b | 9,015 | asm | Assembly | 6502/tetrominoes.asm | nikosev/gabrielsroka.github.io | 6bbc83bfdb271cd85a9ffa827f7e187c2d352c6f | [
"MIT"
] | 70 | 2017-06-26T19:35:41.000Z | 2022-03-13T07:25:39.000Z | 6502/tetrominoes.asm | nikosev/gabrielsroka.github.io | 6bbc83bfdb271cd85a9ffa827f7e187c2d352c6f | [
"MIT"
] | 24 | 2019-06-20T19:09:00.000Z | 2022-03-05T05:08:25.000Z | 6502/tetrominoes.asm | nikosev/gabrielsroka.github.io | 6bbc83bfdb271cd85a9ffa827f7e187c2d352c6f | [
"MIT"
] | 26 | 2019-04-25T21:57:10.000Z | 2022-03-14T16:34:33.000Z | ; tetrominoes
; keys: W
; A S D
define startPage $03 ; screen: $0200 to $05ff, 32 px * 32 px, 4 pages each 8 px tall
define lastPage $06
define startTopOfPage $08
define start $88 ; height of 20
define nextrow $20
define bgColor $00 ; black
define fgColor $01 ; white
define blockLength $04
define k... | 14.085938 | 90 | 0.636273 |
a50e91bc4a463dc71bddd58df490bc083b959681 | 4,567 | asm | Assembly | Modules/nettle/arm/memxor.asm | blondfrogs/ravenwallet-ios | ebcaf881edb2b3d1588de200c4d2fff217c3061f | [
"MIT"
] | 278 | 2015-11-03T03:01:20.000Z | 2022-01-20T18:21:05.000Z | Modules/nettle/arm/memxor.asm | blondfrogs/ravenwallet-ios | ebcaf881edb2b3d1588de200c4d2fff217c3061f | [
"MIT"
] | 374 | 2015-11-03T12:37:22.000Z | 2021-12-17T14:18:08.000Z | Modules/nettle/arm/memxor.asm | blondfrogs/ravenwallet-ios | ebcaf881edb2b3d1588de200c4d2fff217c3061f | [
"MIT"
] | 96 | 2015-11-22T07:47:26.000Z | 2022-01-20T19:52:19.000Z | C arm/memxor.asm
ifelse(<
Copyright (C) 2013 Niels Möller
This file is part of GNU Nettle.
GNU Nettle is free software: you can redistribute it and/or
modify it under the terms of either:
* the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 o... | 19.856522 | 72 | 0.662579 |
95a2c783a893c618d79da628ef2b7886c21bc51e | 32 | asm | Assembly | BootROMs/agb_boot.asm | stipton7960/SameBoy | 3c49c2449ce1948e85baf7f7e32038c6750e4424 | [
"MIT"
] | 1,044 | 2016-04-02T18:04:16.000Z | 2022-03-31T16:48:38.000Z | BootROMs/agb_boot.asm | binarycounter/SameBoy | fe28e28e20ca5c78cac79601f2e32de856d95fd3 | [
"MIT"
] | 376 | 2016-04-02T20:44:26.000Z | 2022-03-31T05:22:39.000Z | BootROMs/agb_boot.asm | binarycounter/SameBoy | fe28e28e20ca5c78cac79601f2e32de856d95fd3 | [
"MIT"
] | 180 | 2017-04-17T01:12:44.000Z | 2022-03-30T07:58:06.000Z | AGB EQU 1
include "cgb_boot.asm" | 16 | 22 | 0.78125 |
aa8ebce89ce83985ef65e83523001469f4fdd5b3 | 4,338 | asm | Assembly | in/assembly.asm | orestarod/pl2vm_gc | ca0d1155ac76958cd41520cbce9bec532a265bcc | [
"Unlicense"
] | null | null | null | in/assembly.asm | orestarod/pl2vm_gc | ca0d1155ac76958cd41520cbce9bec532a265bcc | [
"Unlicense"
] | null | null | null | in/assembly.asm | orestarod/pl2vm_gc | ca0d1155ac76958cd41520cbce9bec532a265bcc | [
"Unlicense"
] | null | null | null | Line 0:: jump :: (0x4b) 0x4b 0x4b
Line 0x3:: push1 :: 0
Line 0x5:: push1 :: 0xa
Line 0x7:: push1 :: 0x21
Line 0x9:: push1 :: 0x67
Line 0xb:: push1 :: 0x6e
Line 0xd:: push1 :: 0x69
Line 0xf:: push1 :: 0x6b
Line 0x11:: push1 :: 0x72
Line 0x13:: push1 :: 0x6f
Line 0x15:: push1 :: 0x77
Line 0x17:: push1 :: 0x20
Line 0x19::... | 26.944099 | 48 | 0.653296 |
ce81dac8ee73be97465fe1a9051fe4e8114f868f | 7,646 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_1152.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_1152.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_1152.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 %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x16833, %r8
nop
nop
nop
dec %r12
movb $0x61, (%r8)
nop
nop
nop
sub %r13, %r13
lea addresses_WT_ht+0x1de33, %rsi
lea addresses_WC_ht+0x8a33, %rdi
and %rbp, %rbp
mov $75, %r... | 32.815451 | 2,999 | 0.658907 |
cc77915e87aaac141aa7792de7d35bafe3a087fe | 2,312 | asm | Assembly | lib/target/test/classic/test_crt0.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null | lib/target/test/classic/test_crt0.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null | lib/target/test/classic/test_crt0.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null | ;
; Startup for test emulator
;
; $Id: test_crt0.asm,v 1.12 2016-06-21 20:49:07 dom Exp $
module test_crt0
INCLUDE "test_cmds.def"
;--------
; Include zcc_opt.def to find out some info
;--------
defc crt0 = 1
INCLUDE "zcc_opt.def"
;--------
; Some scope definitions
;--------
EXTERN ... | 17.784615 | 73 | 0.66436 |
627a8ea7cd929492587c1defbe9b8b00115bb4c5 | 812 | asm | Assembly | oeis/074/A074087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/074/A074087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/074/A074087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A074087: Coefficient of q^1 in nu(n), where nu(0)=1, nu(1)=b and, for n>=2, nu(n)=b*nu(n-1)+lambda*(1+q+q^2+...+q^(n-2))*nu(n-2) with (b,lambda)=(2,3).
; Submitted by Jon Maiga
; 0,0,0,6,33,144,570,2118,7587,26448,90420,304470,1013061,3338112,10911150,35423862,114342855,367242336,1174368360,3741029094,11876859369,375... | 45.111111 | 496 | 0.763547 |
64de46cb345d199ecde4a1f67df79489178f0147 | 2,424 | asm | Assembly | rom.asm | pepijndevos/seqpu | 597de914d6c0fe7d2450a1c69b431e7b73750c58 | [
"Apache-2.0"
] | 13 | 2019-08-01T07:35:26.000Z | 2022-02-28T21:10:42.000Z | rom.asm | pepijndevos/seqpu | 597de914d6c0fe7d2450a1c69b431e7b73750c58 | [
"Apache-2.0"
] | 2 | 2019-09-27T16:14:31.000Z | 2021-10-14T20:53:23.000Z | rom.asm | pepijndevos/seqpu | 597de914d6c0fe7d2450a1c69b431e7b73750c58 | [
"Apache-2.0"
] | null | null | null | %define slide_size 600
%define returnpointer 0x1ffe
%define slide_src 0x1ffd
%define slide_dest 0x1ffc
%define slide_end 0x1ffb
%define slide_index 0x1ffa
%define vram 0x2000
// sign extended to 0xffff
%define btnio 0x01ff
// fake button input
b a 1
b b btnio
xch b
st
// set slide_index to 0
//b a 0
//lit slide_index... | 12.825397 | 44 | 0.72071 |
d9bf00d7c6ea5a728ad5528cb8bc2e31cb3337c6 | 5,531 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_251.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_251.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.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 %r11
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xe5bd, %rax
nop
nop
nop
nop
cmp $16340, %r9
movups (%rax), %xmm0
vpextrq $0, %xmm0, %r14
xor $56411, %r9
lea addresses_UC_ht+0xf84d, %rsi
lea addresses_A_ht+0xe501, %rdi
nop
nop
nop
nop... | 41.586466 | 2,999 | 0.659736 |
8461749767595aa19d4e1b9ec6df147983838a86 | 1,160 | asm | Assembly | Assembly_Mips/hello_world.asm | pranesh-sp/hacktoberfest-1 | da507fe356bce12a4ba23490f8e3c10f86858bce | [
"MIT"
] | null | null | null | Assembly_Mips/hello_world.asm | pranesh-sp/hacktoberfest-1 | da507fe356bce12a4ba23490f8e3c10f86858bce | [
"MIT"
] | null | null | null | Assembly_Mips/hello_world.asm | pranesh-sp/hacktoberfest-1 | da507fe356bce12a4ba23490f8e3c10f86858bce | [
"MIT"
] | null | null | null | # Hi I love Hello World snippet, because coding for me is more than just words it is a expression of freedom and power
# and saying Hello to the World in Assembly Mips is so loving nice that I really enjoy, so here is my hello world.
# to run this code go to http://courses.missouristate.edu/kenvollmar/mars/
# downloa... | 46.4 | 118 | 0.575862 |
b7c03358fdc853669592d291c577485e350b98a0 | 2,393 | asm | Assembly | subs/storeseq.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | subs/storeseq.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | subs/storeseq.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE STORESEQ - Copyright (c) SLR Systems 1994
INCLUDE MACROS
PUBLIC STORE_EAXECX_EDXEBX_RANDOM,STORE_EAXECX_EDX_SEQ
.DATA
EXTERNDEF OPTI_STOSD_SIZE:DWORD
.CODE ROOT_TEXT
externdef _checkpoint:proc
EXTERNDEF GET_NEW_LOG_BLK:PROC,ERR_ABORT:PROC
STORE_EAXECX_EDXEBX_RANDOM PROC
;
;ESI IS SOU... | 12.463542 | 82 | 0.689511 |
1557516a262ab00959a2495f81e7537260081acd | 1,061 | asm | Assembly | _build/dispatcher/jmp_ippsSHA512GetTag_d1d769c8.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsSHA512GetTag_d1d769c8.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsSHA512GetTag_d1d769c8.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsSHA512GetTag:function
extern n8_ippsSHA512GetTag:function
extern y8_ippsSHA512GetTag:function
extern e9_ippsSHA512GetTag:function
extern l9_ippsSHA512GetTag:function
extern n0_ippsSHA512GetTag:function
extern k0_ippsSHA512GetTag:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
s... | 27.205128 | 91 | 0.792648 |
ebc98534d7905738c7cb69571d71741726850ca6 | 98 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/log10.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/log10.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/log10.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC _log10
EXTERN cm48_sdcciy_log10
defc _log10 = cm48_sdcciy_log10
| 10.888889 | 31 | 0.846939 |
3da0f08c6ea7dfb64fb51032a971f31176f2a3d3 | 353 | asm | Assembly | programs/oeis/334/A334603.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/334/A334603.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/334/A334603.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A334603: Period length of the fraction 1/11^n for n >= 1.
; 2,22,242,2662,29282,322102,3543122,38974342,428717762,4715895382,51874849202,570623341222,6276856753442,69045424287862,759499667166482,8354496338831302,91899459727144322,1010894056998587542,11119834626984462962,122318180896829092582
mov $1,11
pow $1,$0
div ... | 35.3 | 234 | 0.807365 |
fa478dc97132ece52470d17bd4cf8d3831ca57f0 | 479 | asm | Assembly | src/stdarg.asm | MasterLogick/VSBL | 95205ff8fd856fa88b5770978d8149ba1b4579ed | [
"CC0-1.0"
] | null | null | null | src/stdarg.asm | MasterLogick/VSBL | 95205ff8fd856fa88b5770978d8149ba1b4579ed | [
"CC0-1.0"
] | null | null | null | src/stdarg.asm | MasterLogick/VSBL | 95205ff8fd856fa88b5770978d8149ba1b4579ed | [
"CC0-1.0"
] | null | null | null | BITS 32
section .text
; void _pr_start_asm(pr_list *list, void *last_arg);
global _pr_start_asm
_pr_start_asm:
mov eax, [esp + 0x8]
add eax, 4
mov ebx, [esp + 0x4]
mov [ebx], eax
ret
.end:
size _pr_start_asm _pr_start_asm.end - _pr_start_asm
; uint32_t _pr_arg_asm(pr_list list, int i)
global _pr_a... | 20.826087 | 52 | 0.680585 |
bc1839f679744389e2074325d16afb2871b25514 | 2,743 | asm | Assembly | maps/PewterMuseum2F.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | maps/PewterMuseum2F.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | maps/PewterMuseum2F.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | object_const_def ; object_event constants
const PEWTERMUSEUM2F_GRAMPS
const PEWTERMUSEUM2F_SCIENTIST
const PEWTERMUSEUM2F_COOLTRAINERM
const PEWTERMUSEUM2F_POKEFAN
const PEWTERMUSEUM2F_TWIN
PewterMuseum2F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
PewterMuseum2F_GrampsScript:
jumptextfaceplayer Pewt... | 24.274336 | 160 | 0.799125 |
e3ecb128a02959ae1a9ddd7f3915a2a65a39322d | 324 | asm | Assembly | programs/oeis/225/A225539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/225/A225539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/225/A225539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A225539: Numbers n where 2^n and n have the same digital root.
; 5,16,23,34,41,52,59,70,77,88,95,106,113,124,131,142,149,160,167,178,185,196,203,214,221,232,239,250,257,268,275,286,293,304,311,322,329,340,347,358,365,376,383,394,401,412,419,430,437,448
add $0,3
mul $0,9
mov $1,-1
bin $1,$0
add $1,$0
sub $1,21
mov $0... | 29.454545 | 189 | 0.685185 |
d8a1bc3ec09396a3c3ac21601b7fdde8fab951c0 | 278 | asm | Assembly | programs/oeis/047/A047356.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/047/A047356.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047356.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047356: Numbers that are congruent to {1, 3} mod 7.
; 1,3,8,10,15,17,22,24,29,31,36,38,43,45,50,52,57,59,64,66,71,73,78,80,85,87,92,94,99,101,106,108,113,115,120,122,127,129,134,136,141,143,148,150,155,157,162,164,169
mov $1,$0
mul $1,3
div $1,2
mul $1,14
div $1,6
add $1,1
| 27.8 | 165 | 0.661871 |
cc9bcb63f222921be515bc098a24af25ba260a7e | 538 | asm | Assembly | oeis/039/A039638.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/039/A039638.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/039/A039638.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A039638: Fixed point of "k -> k/2 or (k-1)/2 until result is prime", starting with prime(n)-1.
; Submitted by Jon Maiga
; 1,2,2,3,5,3,2,2,11,7,7,2,5,5,23,13,29,7,2,17,2,19,41,11,3,3,3,53,13,7,31,2,17,17,37,37,19,5,83,43,89,11,47,3,3,3,13,13,113,7,29,59,7,31,2,131,67,67,17,17,17,73,19,19,19,79,41,5,173,43,11,179,11,23... | 41.384615 | 273 | 0.644981 |
08f1e380d225809cbbfb7ac7152e4436ec696c3c | 40,869 | asm | Assembly | pythtantable.asm | NotExactlySiev/psychofloat | 4e6ee147e688d43c182f683f760e7a4a03620517 | [
"CC0-1.0"
] | 1 | 2021-07-06T17:41:36.000Z | 2021-07-06T17:41:36.000Z | pythtantable.asm | NotExactlySiev/psychofloat | 4e6ee147e688d43c182f683f760e7a4a03620517 | [
"CC0-1.0"
] | null | null | null | pythtantable.asm | NotExactlySiev/psychofloat | 4e6ee147e688d43c182f683f760e7a4a03620517 | [
"CC0-1.0"
] | null | null | null |
; row 1
.byte $1, $6a
.byte $12, $e3, $d, $1c, $9, $fa, $8, $b, $6, $ba, $5, $c7, $5, $11, $4, $82, $4, $10, $3, $b1, $3, $63, $3, $21, $2, $e7, $2, $b6, $2, $8b
.byte $2, $64, $2, $43, $2, $24, $2, $9, $1, $ef, $1, $d9, $1, $c4, $1, $b2, $1, $a0, $1, $90, $1, $82, $1, $74, $1, $67, $1, $5b, $1, $50, $1, $46
.byte... | 93.951724 | 165 | 0.394774 |
2077cdd87cbadd69a2f46969f6d712448ba993cb | 2,976 | asm | Assembly | main.asm | tavi-vi/GBLoudnessWar | 69d60fa9c95ed5f64ad059725e34a91b0cb12c6a | [
"Unlicense"
] | 3 | 2021-12-16T14:43:37.000Z | 2022-01-05T21:26:14.000Z | main.asm | tavi-vi/GBLoudnessWar | 69d60fa9c95ed5f64ad059725e34a91b0cb12c6a | [
"Unlicense"
] | null | null | null | main.asm | tavi-vi/GBLoudnessWar | 69d60fa9c95ed5f64ad059725e34a91b0cb12c6a | [
"Unlicense"
] | null | null | null | INCLUDE "gbhw.inc"
INCLUDE "song.inc"
MACRO SampleDelay
DEF DELAY SET 24
ASSERT FATAL, \1 <= DELAY
REPT (DELAY - \1)
nop
ENDR
ENDM
MACRO LoadSample
ld A, B ; 1
and A, %11000000 ; 2
srl A ; 2
ld [rAUD3LEVEL], A ; 4
sla B ; 2
sl... | 18.6 | 62 | 0.473118 |
e6534d6291e9c63bf58249935ef177316f481cc9 | 9,834 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_377.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_377.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_377.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x16202, %r12
nop
nop
nop
nop
nop
add %r13, %r13
movups (%r12), %xmm4
vpextrq $1, %xmm4, %rcx
nop
nop
xor $21023, %rax
lea addresses_WC_ht+0x1a602, %rsi
clflush (%rsi)
nop
nop
... | 28.258621 | 2,999 | 0.650397 |
1d15bae7e7c4bc74151d1f159dc4671059b90078 | 4,038 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_1_535.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_1_535.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_1_535.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x12e94, %rsi
nop
nop
nop
nop
xor %rax, %rax
mov (%rsi), %r12d
nop
nop
nop
nop
nop
cmp $60192, %rcx
lea addresses_normal_ht+0x11f74, %rsi
lea addresses_D_ht+0x4694, %rdi
clflush (%rdi)
no... | 19.794118 | 152 | 0.651808 |
e43bd0d0a85fa6d69d0a00bf02acaa090e897cc1 | 23,849 | asm | Assembly | forktest.asm | sloanetj/Xv6-Container-Support | 80a58b9ac7ead24c63d67ee21ab6cdc72243ab76 | [
"MIT-0"
] | null | null | null | forktest.asm | sloanetj/Xv6-Container-Support | 80a58b9ac7ead24c63d67ee21ab6cdc72243ab76 | [
"MIT-0"
] | null | null | null | forktest.asm | sloanetj/Xv6-Container-Support | 80a58b9ac7ead24c63d67ee21ab6cdc72243ab76 | [
"MIT-0"
] | null | null | null |
_forktest: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
printf(1, "fork test OK\n");
}
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push ... | 31.841121 | 106 | 0.418969 |
c2605e951d8099fdc26ed42231a57597357fd78a | 1,269 | asm | Assembly | IV Semester/Microprocessor_Lab/6A_Separate_Even_Odd/6A.asm | ckraju/CSE-Lab-Manual | f28b8b5c6468500970aad28a66ea84d8356c92e7 | [
"MIT"
] | 2 | 2021-05-05T15:10:45.000Z | 2021-06-14T20:24:50.000Z | IV Semester/Microprocessor_Lab/6A_Separate_Even_Odd/6A.asm | ckraju/CSE-Lab-Manual | f28b8b5c6468500970aad28a66ea84d8356c92e7 | [
"MIT"
] | null | null | null | IV Semester/Microprocessor_Lab/6A_Separate_Even_Odd/6A.asm | ckraju/CSE-Lab-Manual | f28b8b5c6468500970aad28a66ea84d8356c92e7 | [
"MIT"
] | null | null | null | .model small
.data
arr db 10,20,99,98,97,100
len db $-arr
n db 2
d dw 10
eve db 5 dup(?)
odd db 5 dup(?)
m1 db 10,13,'even array elements are $'
m2 db 10,13,'odd array elements are $'
.code
mov ax,@data
mov ds,ax
mov ax,00h
lea si,arr
lea di,eve
lea bx,odd
mov ch,00h
mov cl,len
l2:mov al,[si] ;checking ... | 13.082474 | 71 | 0.643814 |
2530e2dd4c357255fa625b626688d31bbb17c838 | 633 | asm | Assembly | sorting-algorithms/insertion.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | sorting-algorithms/insertion.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | sorting-algorithms/insertion.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | INSERT_SORT PROC ;use bx and si as input and sort the string pointed by si
PUSH DI
PUSH SI
PUSH CX
PUSH DX
PUSH BX
DEC BX
MOV DI,1H
INSERT: ;main loop which runs untill string is sorted
MOV DL,STRING[DI]
MOV SI,DI
WHILE_: ;sorts a portion of string
CMP SI,0H
JE NEXT2
... | 12.66 | 75 | 0.581359 |
b05660bd020987296df8b3bf52c6d8be860f5d2b | 423 | asm | Assembly | programs/oeis/181/A181527.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/181/A181527.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/181/A181527.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A181527: Binomial transform of A113127; (1, 1, 3, 7, 15, 31,...) convolved with (1, 3, 7, 15, 31, 63,...).
; 1,4,13,38,103,264,649,1546,3595,8204,18445,40974,90127,196624,426001,917522,1966099,4194324,8912917,18874390,39845911,83886104,176160793,369098778,771751963,1610612764,3355443229,6979321886,14495514655,3006477... | 32.538462 | 227 | 0.70922 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.