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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
be8ab26973298bf692bcc27dde1782ff3456ee23 | 376 | asm | Assembly | programs/oeis/112/A112606.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/112/A112606.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/112/A112606.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A112606: Number of representations of n as a sum of six times a square and a triangular number.
; 1,1,0,1,0,0,3,2,0,2,1,0,2,0,0,1,2,0,0,0,0,3,0,0,2,2,0,4,1,0,2,0,0,0,4,0,1,0,0,2,0,0,2,0,0,3,0,0,0,0,0,2,2,0,2,3,0,2,0,0,4,2,0,0,2,0,1,0,0,4,0,0,2,0,0,2,0,0,1,2,0,0,2,0,2,0,0,0,0,0,4,1,0,0,0,0,2,4,0,4
mul $0,8
seq $0,115... | 53.714286 | 201 | 0.598404 |
775deee53376fe8ac32e37a983b5d39149a8b5b2 | 321 | asm | Assembly | programs/oeis/143/A143844.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/143/A143844.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/143/A143844.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A143844: Triangle T(n,k) = k^2 read by rows.
; 0,0,1,0,1,4,0,1,4,9,0,1,4,9,16,0,1,4,9,16,25,0,1,4,9,16,25,36,0,1,4,9,16,25,36,49,0,1,4,9,16,25,36,49,64,0,1,4,9,16,25,36,49,64,81,0,1,4,9,16,25,36,49,64,81,100,0,1,4,9,16,25,36,49,64,81,100,121
lpb $0
sub $0,1
mov $1,$0
add $2,1
trn $0,$2
lpe
pow $1,2
mov $0,$1... | 26.75 | 196 | 0.573209 |
0d5622b3d80ee98276bd4cecaf0d26054f6b7edf | 1,050 | asm | Assembly | libsrc/stdio/osca/fgetc_cons.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/osca/fgetc_cons.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/osca/fgetc_cons.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; Basic keyboard handling for the OSCA architecture
; By Stefano Bodrato Jul. 2011
;
; getkey() Wait for keypress
;
;
; $Id: fgetc_cons.asm,v 1.6 2016/06/12 17:32:01 dom Exp $
;
INCLUDE "flos.def"
SECTION code_clib
PUBLIC fgetc_cons
PUBLIC _fgetc_cons
.fgetc_cons
._fgetc_cons
.kwait
ld a,(buf)
... | 11.797753 | 57 | 0.662857 |
b472a4778a17af78dafa1cce50028a96fe615cb2 | 1,318 | asm | Assembly | programs/oeis/037/A037497.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/037/A037497.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/037/A037497.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A037497: Base-4 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,2.
; 1,4,18,73,292,1170,4681,18724,74898,299593,1198372,4793490,19173961,76695844,306783378,1227133513,4908534052,19634136210,78536544841,314146179364,1256584717458,5026338869833,20105355479332,80421421917330,3216... | 146.444444 | 1,159 | 0.915023 |
9bbf44ea1091ff7c21bb1b46930a012024a763cd | 6,837 | asm | Assembly | audio/music/routes4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | audio/music/routes4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | audio/music/routes4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Music_Routes4_Ch1::
tempo 148
volume 7, 7
duty 3
vibrato 10, 3, 4
toggleperfectpitch
notetype 12, 10, 2
octave 2
G# 4
G# 4
G# 4
notetype 12, 7, 15
G# 4
notetype 12, 10, 2
G# 4
G# 4
G# 4
notetype 12, 11, 7
B_ 1
octave 3
E_ 1
F# 1
B_ 1
Music_Routes4_branch_a28a::
notetype 12, 11, 7
B_ 6
E_ 2
E_... | 10.024927 | 41 | 0.654381 |
80d805ec01a53cc4229a044cf6a6231d2981ee51 | 5,508 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_45_1085.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_45_1085.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_45_1085.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 %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xb12b, %rsi
nop
nop
nop
cmp $24811, %rdx
mov (%rsi), %bx
nop
nop
nop
nop
nop
sub %rcx, %rcx
lea addresses_UC_ht+0x4339, %rsi
lea addresses_UC_ht+0x8af9, %rdi
nop
nop
nop
nop
n... | 20.475836 | 152 | 0.649237 |
cf64680a78b39ed88ed9d784d3ab1392971037c5 | 2,296 | asm | Assembly | Driver/Printer/PrintCom/Styles/stylesTestPCL4.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/PrintCom/Styles/stylesTestPCL4.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/PrintCom/Styles/stylesTestPCL4.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 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: laserjet print driver
FILE: stylesTestPCL4.asm
AUTHOR: Dave Durran
ROUTINES:
Name Description
---- -----------
REVISION HIS... | 27.011765 | 79 | 0.577526 |
44e7d049de4774bcff56474e1dd1f505da58fc06 | 340 | asm | Assembly | asm/patches/disable_tingle_bombs_on_tingle_chests.asm | Crain-32/wwrando | 1832963c7a9339f4f004e7f4b8bee227bfd86f23 | [
"MIT"
] | 284 | 2018-07-05T15:18:18.000Z | 2022-03-28T19:59:03.000Z | asm/patches/disable_tingle_bombs_on_tingle_chests.asm | Crain-32/wwrando | 1832963c7a9339f4f004e7f4b8bee227bfd86f23 | [
"MIT"
] | 235 | 2018-07-06T18:39:36.000Z | 2022-03-29T21:09:46.000Z | asm/patches/disable_tingle_bombs_on_tingle_chests.asm | Crain-32/wwrando | 1832963c7a9339f4f004e7f4b8bee227bfd86f23 | [
"MIT"
] | 96 | 2018-07-12T02:33:40.000Z | 2022-03-22T05:08:02.000Z |
; This patch stops Tingle Bombs from revealing Tingle Chests.
; It should be applied *after* tingle_chests_without_tuner.asm.
.open "files/rels/d_a_agbsw0.rel"
.org 0x1D0C ; In ExeSubT__10daAgbsw0_cFv
; This line was originally beq 0x1D7C, we reverse the condition so normal bombs still work but Tingle Bombs don't.
... | 34 | 116 | 0.785294 |
a78e2fabfb121af57b8974c310b98e18d93ee410 | 559 | asm | Assembly | dino/lcs/123p/A9.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/A9.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/123p/A9.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
019FFA move.b #$3, ($a9,A6) [123p+ 4, 123p+ 6]
01A000 move.b ($a0,A6), D0 [123p+ A9]
01A39A move.b #$3, ($a9,A6)
01A3A0 moveq #$c, D0 [123p+ A9]
01A41C move.b #$3, ($a9,A6)
01A422 move.b ($22,A6), D0 [123p+ A9]
01D68E move.b #$78, ($a9,A6) [123p... | 32.882353 | 54 | 0.602862 |
6afa7d1514799f66759b3e29969946190a8db674 | 557 | asm | Assembly | oeis/016/A016778.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016778.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016778.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016778: a(n) = (3*n+1)^2.
; 1,16,49,100,169,256,361,484,625,784,961,1156,1369,1600,1849,2116,2401,2704,3025,3364,3721,4096,4489,4900,5329,5776,6241,6724,7225,7744,8281,8836,9409,10000,10609,11236,11881,12544,13225,13924,14641,15376,16129,16900,17689,18496,19321,20164,21025,21904,22801,23716,24649,25600,26569,27556,2... | 79.571429 | 499 | 0.780969 |
add4085aec1ce1da2e4f1bfbaea84590f605f0c9 | 19,781 | asm | Assembly | xp-pic-asm-midi-routines.X/src/xp-midi-routines.asm | gom9000/pic-assembly-midi-xp | 1b79be9dea8706f9ad220cbc544a3271c9b5e83a | [
"MIT"
] | 1 | 2021-05-24T05:48:37.000Z | 2021-05-24T05:48:37.000Z | xp-pic-asm-midi-routines.X/src/xp-midi-routines.asm | gom9000/pic-assembly-midi-xp | 1b79be9dea8706f9ad220cbc544a3271c9b5e83a | [
"MIT"
] | null | null | null | xp-pic-asm-midi-routines.X/src/xp-midi-routines.asm | gom9000/pic-assembly-midi-xp | 1b79be9dea8706f9ad220cbc544a3271c9b5e83a | [
"MIT"
] | null | null | null | ;=============================================================================
; @(#)xp-midi-routines.asm
; ________.________
; ____ ____ ______/ __ \ ____/
; / ___\ / _ \/ ___/\____ /____ \
; / /_/ > <_> )___ \ / // \
; \___ / \____/____ > /____//______ /
;/__... | 42.087234 | 107 | 0.462009 |
2d052797480caf831d1d25e427e4263b5c8d6a39 | 10,836 | asm | Assembly | Source/Source/KG3DEngine/KG3DSound/KMp3LibClass/src/asm_x86/mp3_fdct.asm | uvbs/FullSource | 07601c5f18d243fb478735b7bdcb8955598b9a90 | [
"MIT"
] | 2 | 2018-07-26T07:58:14.000Z | 2019-05-31T14:32:18.000Z | Jx3Full/Source/Source/KG3DEngine/KG3DSound/KMp3LibClass/src/asm_x86/mp3_fdct.asm | RivenZoo/FullSource | cfd7fd7ad422fd2dae5d657a18839c91ff9521fd | [
"MIT"
] | null | null | null | Jx3Full/Source/Source/KG3DEngine/KG3DSound/KMp3LibClass/src/asm_x86/mp3_fdct.asm | RivenZoo/FullSource | cfd7fd7ad422fd2dae5d657a18839c91ff9521fd | [
"MIT"
] | 5 | 2021-02-03T10:25:39.000Z | 2022-02-23T07:08:37.000Z | ;/*
; * DCT functions ASM version for the XingMPG Decoder
; *
; * Copyright (c) 1999, Jean-Michel HERVE
; *
; * Code : TuO / StG
; * Date : 08/04/99
; *
; * WARNING : only _fdct32_* has been tested. The other ones are made from
; * this function, but hasn't been tested at all. Should check it.
; * N... | 30.96 | 77 | 0.433093 |
dd9a36e28264ceafe1c28469045fdc9841d42088 | 1,268 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_22_1531.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.log_22_1531.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.log_22_1531.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 %r13
push %r8
push %rax
push %rcx
push %rdx
push %rsi
// Store
lea addresses_WC+0x9649, %rcx
nop
nop
nop
nop
inc %r8
movw $0x5152, (%rcx)
// Exception!!!
nop
nop
nop
mov (0), %rax
nop
nop
nop
sub %rax, %rax
// S... | 17.369863 | 122 | 0.635647 |
c34ffa25e476f3229f3a4aeff7ec34f5f8c576f5 | 3,462 | asm | Assembly | projects/08/FunctionCalls/FibonacciElement/FibonacciElement.asm | lhtin/Nand2TetrisLabs | 2a9c8f0f6ff9b6a148f87904e188ac85a016baa4 | [
"MulanPSL-1.0"
] | 2 | 2021-02-06T17:26:17.000Z | 2021-03-27T03:23:55.000Z | projects/08/FunctionCalls/FibonacciElement/FibonacciElement.asm | lhtin/Nand2TetrisLabs | 2a9c8f0f6ff9b6a148f87904e188ac85a016baa4 | [
"MulanPSL-1.0"
] | null | null | null | projects/08/FunctionCalls/FibonacciElement/FibonacciElement.asm | lhtin/Nand2TetrisLabs | 2a9c8f0f6ff9b6a148f87904e188ac85a016baa4 | [
"MulanPSL-1.0"
] | null | null | null | @256
D=A
@SP
M=D
// call Sys.init 0
@undefined$ret.0
D=A
@SP
M=M+1
A=M-1
M=D
@LCL
D=M
@SP
M=M+1
A=M-1
M=D
@ARG
D=M
@SP
M=M+1
A=M-1
M=D
@THIS
D=M
@SP
M=M+1
A=M-1
M=D
@THAT
D=M
@SP
M=M+1
A=M-1
M=D
@5
D=A
@SP
D=M-D
@ARG
M=D
@SP
D=M
@LC... | 8.282297 | 30 | 0.454073 |
ae2f2316323602aad9994b9378348eaf8ca1014c | 8,045 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1058.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_0xca_notsx.log_21829_1058.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_0xca_notsx.log_21829_1058.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x3578, %r14
nop
nop
nop
xor $42197, %rbx
vmovups (%r14), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $0, %xmm1, %rax
nop
nop
nop
nop
add %r10, %r10
lea add... | 32.703252 | 2,999 | 0.655438 |
44743bf0f581424c53e55905d4cff0dc614c2b69 | 1,935 | asm | Assembly | src/arch/x86_64/common.asm | ESALP/ESALP-1 | b4ee2b28e5cd9b49a3a1496a329deb3fd6594d9f | [
"MIT"
] | 5 | 2016-08-17T01:09:14.000Z | 2019-04-28T13:08:10.000Z | src/arch/x86_64/common.asm | ESALP/ESALP-1 | b4ee2b28e5cd9b49a3a1496a329deb3fd6594d9f | [
"MIT"
] | 45 | 2016-08-26T17:56:20.000Z | 2018-09-03T21:17:19.000Z | src/arch/x86_64/common.asm | ESALP/ESALP-1 | b4ee2b28e5cd9b49a3a1496a329deb3fd6594d9f | [
"MIT"
] | 1 | 2016-10-20T23:03:13.000Z | 2016-10-20T23:03:13.000Z | ; Copyright 2016 Phillip Oppermann, Calvin Lee and JJ Garzella.
; See the README.md file at the top-level directory of this
; distribution.
;
; Licensed under the MIT license <LICENSE or
; http://opensource.org/licenses/MIT>, at your option.
; This file may not be copied, modified, or distributed
; except according to ... | 18.428571 | 76 | 0.709044 |
fdec1e15034f18759e4c16480af8ce3d6a847f34 | 5,819 | asm | Assembly | data/maps/town_map_entries.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/town_map_entries.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/town_map_entries.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | external_map: MACRO
dn \2, \1
dw \3
ENDM
; the appearance of towns and routes in the town map
ExternalMapEntries:
table_width 3, ExternalMapEntries
; x, y, name
external_map 2, 11, PalletTownName
external_map 2, 8, ViridianCityName
external_map 2, 3, PewterCityName
external_map 10, 2, CeruleanCityName
e... | 48.491667 | 72 | 0.701323 |
f651292583a56b5a5f036c7289f89619950d86eb | 1,928 | asm | Assembly | programs/oeis/184/A184044.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/184/A184044.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/184/A184044.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A184044: 1/9 the number of (n+1) X 6 0..2 arrays with all 2 X 2 subblocks having the same four values.
; 81,87,97,117,153,225,361,633,1161,2217,4297,8457,16713,33225,66121,131913,263241,525897,1050697,2100297,4198473,8394825,16785481,33566793,67125321,134242377,268468297,536920137,1073807433,2147582025,4295098441,859... | 120.5 | 1,705 | 0.900415 |
2c07370d7d9dfba81fca4fa927596ab8a30a4188 | 373 | asm | Assembly | programs/oeis/130/A130296.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130296.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130296.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A130296: Triangle read by rows: T[i,1]=i, T[i,j]=1 for 1 < j <= i = 1,2,3,...
; 1,2,1,3,1,1,4,1,1,1,5,1,1,1,1,6,1,1,1,1,1,7,1,1,1,1,1,1,8,1,1,1,1,1,1,1,9,1,1,1,1,1,1,1,1,10,1,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1,1,1,12,1,1,1,1,1,1,1,1,1,1,1,13,1,1,1,1,1,1,1,1,1,1,1,1,14,1,1,1,1,1,1,1,1,1,1
lpb $0,1
add $1,1
sub $0... | 28.692308 | 210 | 0.509383 |
343cf1b09cf630bbcb82afe5819bf725caaa836c | 8,097 | asm | Assembly | Src/main.asm | enkomio/s4tanic0d3 | aea692a22d3a7fb4c67e34dc563f2db9ef78ad75 | [
"CC0-1.0"
] | 16 | 2020-10-28T01:11:18.000Z | 2022-01-21T05:20:14.000Z | Src/main.asm | enkomio/s4tanic0d3 | aea692a22d3a7fb4c67e34dc563f2db9ef78ad75 | [
"CC0-1.0"
] | null | null | null | Src/main.asm | enkomio/s4tanic0d3 | aea692a22d3a7fb4c67e34dc563f2db9ef78ad75 | [
"CC0-1.0"
] | null | null | null | comment !
-=[ s4tanic0d3 ]=-
After more than 10 years I decided to create another crackme, the third one. Enjoy :)
You can find my previous crackme at:
- http://crackmes.cf/users/s4tan/crackme1_s4tan/ (2009)
- http://crackmes.cf/users/s4tan/s4tanic0de/ (2009)
2020 (C) Antonio 's4tan' Parata
!
.686
.model flat, std... | 20.042079 | 114 | 0.753983 |
8397b5d70ebf1a5d82b45147d3da2cebbca7b918 | 843 | asm | Assembly | programs/oeis/129/A129008.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/129/A129008.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/129/A129008.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A129008: (n^3+n^2)*8^n.
; 16,768,18432,327680,4915200,66060288,822083584,9663676416,108716359680,1181116006400,12472585027584,128642860449792,1300722255659008,12930256742645760,126663739519795200,1224979098644774912,11713862630790660096,110896637224371093504,1040511657907679395840,9684540638697514598400,8948515550156... | 56.2 | 707 | 0.875445 |
ca2d3281246f8f35d61b5883a8c2df641d9c08f6 | 267 | asm | Assembly | programs/oeis/176/A176413.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/176/A176413.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/176/A176413.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A176413: a(n) = 19*3^n.
; 19,57,171,513,1539,4617,13851,41553,124659,373977,1121931,3365793,10097379,30292137,90876411,272629233,817887699,2453663097,7360989291,22082967873,66248903619,198746710857,596240132571,1788720397713
mov $1,3
pow $1,$0
mul $1,19
mov $0,$1
| 33.375 | 200 | 0.782772 |
ca46c3933b644a5fa154dd3d7248d0ff339f3ea4 | 2,498 | asm | Assembly | release/src/router/gmp/source/mpn/powerpc64/mode64/mod_34lsub1.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | release/src/router/gmp/source/mpn/powerpc64/mode64/mod_34lsub1.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 8 | 2019-12-19T19:34:56.000Z | 2022-03-10T10:11:28.000Z | release/src/router/gmp/source/mpn/powerpc64/mode64/mod_34lsub1.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl PowerPC-64 mpn_mod_34lsub1 -- modulo 2^24-1.
dnl Copyright 2005 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the ... | 20.816667 | 79 | 0.645316 |
a1d7456f645f38c21e79015eb240f8dd7108da55 | 368 | asm | Assembly | MEMZ/NyanMBR/Source/Stage2/Interrupts/timerHandler.asm | johnmelodyme/viruses | c8c4b628a6ae725a45312b4365fa8a6876509706 | [
"BSD-2-Clause"
] | 4 | 2018-11-15T08:23:06.000Z | 2019-04-29T13:30:44.000Z | MEMZ/NyanMBR/Source/Stage2/Interrupts/timerHandler.asm | johnmelodyme/Viruses | c8c4b628a6ae725a45312b4365fa8a6876509706 | [
"BSD-2-Clause"
] | null | null | null | MEMZ/NyanMBR/Source/Stage2/Interrupts/timerHandler.asm | johnmelodyme/Viruses | c8c4b628a6ae725a45312b4365fa8a6876509706 | [
"BSD-2-Clause"
] | 2 | 2019-02-13T19:53:26.000Z | 2021-05-30T19:04:43.000Z | frameTickCounter db 0
noteTickCounter db 0
nyanTickCounter db 0
%macro onTimer 3
inc byte %1
cmp byte %1, %2
jne %%checkNext
mov byte %1, 0
call %3
%%checkNext:
%endmacro
timerHandler:
startInterrupt
onTimer [frameTickCounter], 8, displayFrame
onTimer [noteTickCounter], 12, playNote
onTimer [nyan... | 14.72 | 45 | 0.733696 |
00be816e8ef4fda660399dacd7679238a4f9aeb8 | 70 | asm | Assembly | Asm/4.6.asm | cquca/csco_book_codes | ccf709d744454695ad9460cad4c241439592d3ab | [
"MIT"
] | 3 | 2020-05-08T03:12:53.000Z | 2021-05-02T10:25:19.000Z | Asm/4.6.asm | cquca/csco_book_codes | ccf709d744454695ad9460cad4c241439592d3ab | [
"MIT"
] | null | null | null | Asm/4.6.asm | cquca/csco_book_codes | ccf709d744454695ad9460cad4c241439592d3ab | [
"MIT"
] | null | null | null | li $a0,0
li $t0,10
loop:
add $a0,$a0,$t0
addi $t0,$t0,-1
bgtz $t0,loop | 11.666667 | 15 | 0.614286 |
c7bce18bcb6f9394031b0707ed067a41e4e425a9 | 1,424 | asm | Assembly | programs/oeis/032/A032438.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/032/A032438.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/032/A032438.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A032438: a(n) = n^2 - floor((n+1)/2)^2.
; 0,0,3,5,12,16,27,33,48,56,75,85,108,120,147,161,192,208,243,261,300,320,363,385,432,456,507,533,588,616,675,705,768,800,867,901,972,1008,1083,1121,1200,1240,1323,1365,1452,1496,1587,1633,1728,1776,1875,1925,2028,2080,2187,2241,2352,2408,2523,2581,2700,2760,2883,2945,3072,3136... | 158.222222 | 1,332 | 0.79073 |
5c8ed77389cc3795b6c6790c6b926ea7241d6942 | 3,328 | asm | Assembly | P2/P2_play_mergesort.asm | flyinglandlord/BUAA-CO-2021 | 1aa28b09762dfb2376ed2aac4126839f0e6fcf93 | [
"MIT"
] | 5 | 2021-12-05T12:58:26.000Z | 2022-03-31T02:05:13.000Z | P2/P2_play_mergesort.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | null | null | null | P2/P2_play_mergesort.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | 2 | 2021-12-19T11:49:48.000Z | 2021-12-22T10:25:38.000Z | .data
array: .space 1024
temp: .space 1024
.macro input(%tar)
li $v0, 5
syscall
move %tar, $v0
.end_macro
.macro input_char(%tar)
li $v0, 12
syscall
move %tar, $v0
.end_macro
.macro printspace()
addiu $sp, $sp, -8
sw $v0, 0($sp)
sw $a0, 4($sp)
li $v0, 11
li $a0, ' '
syscall
lw $v0, 0($sp)
lw $a0, 4($sp)
add... | 17.066667 | 105 | 0.53125 |
323e010381a878b6df759dd34df68c3aa23c03bb | 691 | asm | Assembly | programs/oeis/011/A011751.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/011/A011751.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/011/A011751.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A011751: Expansion of (1 + x^4)/(1 + x + x^3 + x^4 + x^5) mod 2.
; 1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,0,0,1,1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,0,0,0,1,1,1,0,0,1,1,0,1,1,1,1... | 57.583333 | 501 | 0.497829 |
7f2b0892fe00a1dc442086e75263dcdff5cc9a33 | 747 | asm | Assembly | oeis/349/A349070.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/349/A349070.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/349/A349070.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A349070: a(n) = T(3*n, n), where T(n, x) is the Chebyshev polynomial of the first kind.
; Submitted by Jon Maiga
; 1,1,1351,3880899,28355806081,429364731169925,11731978174095849671,525735133485219615486151,36049049892983023583045990401,3588952618789973294871796462342089,497937643558017209960022199517744044999,9315695... | 37.35 | 479 | 0.819277 |
e1c33c2de838c685af5911deeee83814a39711f2 | 294 | asm | Assembly | libsrc/_DEVELOPMENT/arch/hbios/c/sccz80/hbios_e_de_hl.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/hbios/c/sccz80/hbios_e_de_hl.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/hbios/c/sccz80/hbios_e_de_hl.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; uint8_t hbios_e_de_hl(uint16_t func_device, uint16_t arg, void * buffer) __smallc
SECTION code_clib
SECTION code_arch
PUBLIC hbios_e_de_hl
EXTERN asm_hbios_e
.hbios_e_de_hl
pop af
pop hl
pop de
pop bc
push bc
push de
push hl
push af
jp asm_hbios_e
| 12.25 | 83 | 0.70068 |
eafdf1d0726a4f47b13f791bcbdb64b7e6242e5d | 517 | asm | Assembly | data/maps/objects/Route18.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/Route18.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/Route18.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Route18_Object:
db $43 ; border block
def_warps
warp 33, 8, 0, ROUTE_18_GATE_1F
warp 33, 9, 1, ROUTE_18_GATE_1F
warp 40, 8, 2, ROUTE_18_GATE_1F
warp 40, 9, 3, ROUTE_18_GATE_1F
def_signs
sign 43, 7, 4 ; Route18Text4
sign 33, 5, 5 ; Route18Text5
def_objects
object SPRITE_COOLTRAINER_M, 36, 11, STAY, R... | 25.85 | 72 | 0.736944 |
04ea5c50f960454a389ce69c7c33ad60a4305d98 | 639 | asm | Assembly | maps/TinTower7F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/TinTower7F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/TinTower7F.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 TINTOWER7F_POKE_BALL
TinTower7F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
TinTower7FMaxRevive:
itemball MAX_REVIVE
TinTower7F_MapEvents:
db 0, 0 ; filler
db 5 ; warp events
warp_event 3, 9, TIN_TOWER_6F, 1
warp_event 10, 15, TIN_TOWER_8F, 1
warp_e... | 22.821429 | 153 | 0.754304 |
6b73a7993676d5f1fa60e3434af48f83738ae894 | 11 | asm | Assembly | Lib/Platform/Windows/Win64.asm | kimbethstonehouse/wavm | f07201f720b90cc510d899c8f1a52371b56e238f | [
"BSD-3-Clause"
] | 1,631 | 2018-09-11T04:57:08.000Z | 2022-03-29T20:20:35.000Z | Lib/Platform/Windows/Win64.asm | kimbethstonehouse/wavm | f07201f720b90cc510d899c8f1a52371b56e238f | [
"BSD-3-Clause"
] | 243 | 2018-09-11T21:54:01.000Z | 2022-02-10T10:26:23.000Z | Lib/Platform/Windows/Win64.asm | kimbethstonehouse/wavm | f07201f720b90cc510d899c8f1a52371b56e238f | [
"BSD-3-Clause"
] | 146 | 2018-09-11T14:45:14.000Z | 2022-03-24T10:52:44.000Z | .code
End
| 2.75 | 5 | 0.636364 |
d46441d0b51ff050b7184b8c48ec762fa3d55df9 | 711 | asm | Assembly | oeis/007/A007611.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/007/A007611.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/007/A007611.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A007611: a(n) = n! + 2^n.
; Submitted by Jamie Morken(s3)
; 2,3,6,14,40,152,784,5168,40576,363392,3629824,39918848,479005696,6227028992,87178307584,1307674400768,20922789953536,355687428227072,6402373705990144,121645100409356288,2432902008177688576,51090942171711537152,1124000727777611874304,25852016738884985028608,6... | 79 | 500 | 0.845288 |
faa24e124ba837e67062665e73d0e9480ec52243 | 44 | asm | Assembly | kernel/picarch.asm | jpbottaro/minios | 7fb159438f5ab5d19cdf35ef6d99f12ed4f2a09d | [
"MIT"
] | 2 | 2016-12-06T23:45:43.000Z | 2018-10-12T10:47:11.000Z | kernel/picarch.asm | jpbottaro/minios | 7fb159438f5ab5d19cdf35ef6d99f12ed4f2a09d | [
"MIT"
] | null | null | null | kernel/picarch.asm | jpbottaro/minios | 7fb159438f5ab5d19cdf35ef6d99f12ed4f2a09d | [
"MIT"
] | null | null | null | global handler_void
handler_void:
iret
| 8.8 | 19 | 0.772727 |
6cb261491f285ba4e249745a542dd582a46f06d5 | 511 | asm | Assembly | programs/oeis/138/A138639.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/138/A138639.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/138/A138639.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A138639: Nonnegative integers n such that 19*n-1 is prime.
; 2,6,8,12,20,30,32,36,42,48,56,68,72,78,90,92,96,98,110,116,126,138,140,152,156,158,168,170,176,182,186,188,198,210,212,222,236,242,246,252,272,278,288,296,302,306,308,312,320,330,338,356,368,380,386,396,398,410,422,426,456,470,476,482,498,506,510,516,530,54... | 63.875 | 380 | 0.720157 |
447bf0e889cf368562cb494804aa12d95c39ebbe | 1,900 | asm | Assembly | tests/vscrollo.asm | laullon/b2t80s | 33ef502f2d889fb6876cd64c2bb7789b18562768 | [
"MIT"
] | 4 | 2020-04-16T17:47:36.000Z | 2021-04-17T18:41:32.000Z | tests/vscrollo.asm | laullon/b2t80s | 33ef502f2d889fb6876cd64c2bb7789b18562768 | [
"MIT"
] | 3 | 2020-04-17T21:46:19.000Z | 2020-04-24T15:56:31.000Z | tests/vscrollo.asm | laullon/b2t80s | 33ef502f2d889fb6876cd64c2bb7789b18562768 | [
"MIT"
] | null | null | null | org &4000
nolist
scr_set_mode equ &bc0e
txt_output equ &bb5a
km_read_char equ &bb09
start:
call set_crtc
ld a,2
call scr_set_mode
ld bc,24*80
ld d,' '
l2:
inc d
ld a,d
cp &7f
jr nz,no_char_reset
ld d,' '
no_char_reset:
ld a,d
call txt_output
dec bc
ld a,b
or c
jr nz,l2
;;-------------------------------------------... | 9.947644 | 63 | 0.678421 |
d8866824462ab8671fe8d226b77d1cd6137d4002 | 3,950 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_397.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_397.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_397.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r14
push %rax
push %rcx
push %rdx
// Store
lea addresses_D+0x1587e, %r11
nop
nop
cmp $19904, %rax
movl $0x51525354, (%r11)
nop
nop
nop
add $36765, %r14
// Faulty Load
lea addresses_PSE+0x707e... | 71.818182 | 2,999 | 0.661772 |
d4cc7e9523420827a54b67f28e0886ec3a69e3ba | 429 | asm | Assembly | oeis/245/A245356.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/245/A245356.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/245/A245356.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A245356: Number of numbers whose base-4/3 expansion (see A024631) has n digits.
; 4,4,4,4,8,8,12,16,20,28,36,48,64,88,116,156,208,276,368,492,656,872,1164,1552,2068,2760,3680,4904,6540,8720,11628,15504,20672,27560,36748,48996,65328,87104,116140,154852,206472,275296,367060,489412,652552,870068
mov $2,$0
mul $0,2
sub ... | 23.833333 | 213 | 0.687646 |
618854106061dd696193b863904704e189f42a16 | 1,060 | asm | Assembly | programs/oeis/286/A286810.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/286/A286810.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/286/A286810.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A286810: Number of non-attacking bishop positions on a cylindrical 2 X 2n chessboard.
; 1,9,49,324,2209,15129,103684,710649,4870849,33385284,228826129,1568397609,10749957124,73681302249,505019158609,3461452808004,23725150497409,162614600673849,1114577054219524,7639424778862809,52361396397820129,358890350005878084,245... | 81.538462 | 859 | 0.885849 |
a668d662bfc1b457d49b75794997c0536abc563f | 302 | asm | Assembly | libsrc/stdio/ansi/z88/f_ansi_cls.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/stdio/ansi/z88/f_ansi_cls.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/stdio/ansi/z88/f_ansi_cls.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; f_ansi_cls
;
; Clear the screen
;
; djm 6/6/2000
;
;
; $Id: f_ansi_cls.asm,v 1.2 2001/04/13 14:13:59 stefano Exp $
;
XLIB ansi_CLS
INCLUDE "#stdio.def"
.ansi_CLS
ld a,$0c
call_oz(os_out)
ret
IF Blah
ld hl,clstxt
call_oz(gn_sop)
ret
.clstxt
defb 1,'3','@',32,32,1,'2','C',254,0
ENDIF
| 10.785714 | 61 | 0.63245 |
a50575e0f936baa70ed7df6c6cb56530bf2af253 | 6,980 | asm | Assembly | src/deck.asm | hundredrabbits/Donsol | 0945e1d4f3a7bad1c1a71a48b70ec86f80188a38 | [
"MIT"
] | 113 | 2016-12-01T14:03:21.000Z | 2022-02-18T09:12:49.000Z | src/deck.asm | hundredrabbits/Donsol | 0945e1d4f3a7bad1c1a71a48b70ec86f80188a38 | [
"MIT"
] | 18 | 2016-11-30T15:15:38.000Z | 2020-04-16T10:30:30.000Z | src/deck.asm | hundredrabbits/Donsol | 0945e1d4f3a7bad1c1a71a48b70ec86f80188a38 | [
"MIT"
] | 20 | 2016-11-30T02:59:14.000Z | 2022-02-18T09:13:17.000Z |
;; deck: Create a deck of 54($36) cards, from zeropage $80
init@deck: ;
LDA #$35 ; set deck length
STA length@deck
LDX #$00
@loop: ;
TXA
STA $80, x ; fill the deck with cards(ordered)
INX
CPX #$36
BNE @loop
RTS
;; t... | 19.071038 | 86 | 0.50745 |
aa1808fb34fb14e9e321a06a8ed7f1296bf4db09 | 1,520 | asm | Assembly | src/main.asm | icebreaker/floppybird | 511ffa5f5f7e6d5dbe9c2942557670ae6fc85a53 | [
"MIT"
] | 354 | 2015-01-23T05:39:16.000Z | 2022-03-18T07:21:31.000Z | src/main.asm | KCarretto/floppybird | 511ffa5f5f7e6d5dbe9c2942557670ae6fc85a53 | [
"MIT"
] | 4 | 2015-09-14T04:07:52.000Z | 2022-01-05T13:00:14.000Z | src/main.asm | KCarretto/floppybird | 511ffa5f5f7e6d5dbe9c2942557670ae6fc85a53 | [
"MIT"
] | 50 | 2015-01-20T03:05:25.000Z | 2022-02-10T14:17:26.000Z | main:
call set_vga_mode
call randomize
.start:
call new_highscore
call center_bird
.intro:
call animate_bird
call draw_background
call draw_ground
call draw_flats
call draw_bushes
call draw_clouds
call draw_bird
call draw_highscore
call vsync
call flpscr
mov dx, 2
call sleep
call kbhit
test al... | 12.459016 | 41 | 0.713816 |
c173c14e06d1873854acc9590adb83fafa2856a3 | 27,495 | asm | Assembly | input.asm | unlink2/nesrpg | be08966cb171d8e54287bf0e59ec6262be7e8463 | [
"MIT"
] | 5 | 2020-01-23T14:58:55.000Z | 2021-06-27T15:00:29.000Z | input.asm | unlink2/nano_dungeons | be08966cb171d8e54287bf0e59ec6262be7e8463 | [
"MIT"
] | null | null | null | input.asm | unlink2/nano_dungeons | be08966cb171d8e54287bf0e59ec6262be7e8463 | [
"MIT"
] | null | null | null | ; handles all inputs
input_handler:
; reset latch
lda #$01
sta $4016
lda #$00
sta $4016 ; both controllers are latching now
lda nmi_flags
and #%00100000 ; check disable input flag
beq @not_disabled
; latch buttons anyway
lda $4016
rts
@not_disabled:
lda last_inputs
... | 17.045877 | 109 | 0.654955 |
c1e7be76735638891f90c3cb1b48ae36e205794b | 3,622 | asm | Assembly | tablets.asm | youngkingtut/z3randomizer | 983d0d6efc9dde2a08e47144530d80081aeceb2b | [
"MIT"
] | 1 | 2019-11-21T20:35:05.000Z | 2019-11-21T20:35:05.000Z | tablets.asm | youngkingtut/z3randomizer | 983d0d6efc9dde2a08e47144530d80081aeceb2b | [
"MIT"
] | null | null | null | tablets.asm | youngkingtut/z3randomizer | 983d0d6efc9dde2a08e47144530d80081aeceb2b | [
"MIT"
] | null | null | null | ;================================================================================
; Randomize Tablets
;--------------------------------------------------------------------------------
ItemSet_EtherTablet:
PHA : LDA !NPC_FLAGS_2 : ORA.b #$01 : STA !NPC_FLAGS_2 : PLA
RTL
;------------------------------------------------... | 26.82963 | 96 | 0.464936 |
c1e943ee2158f299cb9add9d8ec681d774f6952d | 326 | asm | Assembly | programs/oeis/084/A084899.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/084/A084899.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/084/A084899.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A084899: Binomial transform of heptagonal numbers A000566.
; 0,1,9,42,152,480,1392,3808,9984,25344,62720,152064,362496,851968,1978368,4546560,10354688,23396352,52494336,117047296,259522560,572522496,1257242624,2749366272,5989466112,13002342400,28135391232
mov $1,2
mov $2,$0
mul $0,5
bin $0,2
pow $1,$2
mul $0,$1
div ... | 29.636364 | 196 | 0.779141 |
f4dcbb7203586f0b2c91de8f6a765baa78169cd4 | 7,401 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_41.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_41.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_41.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xc6d3, %rbp
dec %rcx
movl $0x61626364, (%rbp)
nop
nop
nop
nop
and %rax, %rax
lea addresses_UC_ht+0xb373, %r12
add %r13, %r13
mov (%r12), %ebp
sub %rax, %rax
lea addresses_WC_... | 34.263889 | 2,999 | 0.652479 |
b90613d81b3cee58946ad6b03468b5e785a10731 | 1,490 | asm | Assembly | syzygy/pe/dos_stub.asm | nzeh/syzygy | 3573e3d458dbb4285753c28a7cb42ced739f9f55 | [
"Apache-2.0"
] | 343 | 2015-01-07T05:58:44.000Z | 2022-03-15T14:55:21.000Z | syzygy/pe/dos_stub.asm | nzeh/syzygy-nzeh | 3757e53f850644721284073de318e218224dd411 | [
"Apache-2.0"
] | 61 | 2015-03-19T18:20:21.000Z | 2019-10-23T12:58:23.000Z | syzygy/pe/dos_stub.asm | nzeh/syzygy-nzeh | 3757e53f850644721284073de318e218224dd411 | [
"Apache-2.0"
] | 66 | 2015-01-20T15:35:05.000Z | 2021-11-25T16:49:41.000Z | ; Copyright 2012 Google Inc. All Rights Reserved.
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or a... | 27.592593 | 74 | 0.740268 |
ec61d41965dbb12ff5f8ef503140ade3a31f7a63 | 304 | asm | Assembly | programs/oeis/128/A128057.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/128/A128057.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/128/A128057.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A128057: Expansion of (1+x)/sqrt(1+4x^2).
; 1,1,-2,-2,6,6,-20,-20,70,70,-252,-252,924,924,-3432,-3432,12870,12870,-48620,-48620,184756,184756,-705432,-705432,2704156,2704156,-10400600,-10400600,40116600,40116600,-155117520,-155117520
div $0,2
mov $1,2
mov $2,3
add $2,$0
sub $1,$2
bin $1,$0
mov $0,$1
| 27.636364 | 191 | 0.674342 |
e2a0631673ce46e982e1882ca372bd9c772983c0 | 642 | asm | Assembly | oeis/165/A165150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/165/A165150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/165/A165150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A165150: a(n) = (3*10^n-6^n)/2.
; Submitted by Jamie Morken(s1.)
; 1,12,132,1392,14352,146112,1476672,14860032,149160192,1494961152,14969766912,149818601472,1498911608832,14993469652992,149960817917952,1499764907507712,14998589445046272,149991536670277632,1499949220021665792,14999695320129994752,149998171920779968512... | 49.384615 | 496 | 0.850467 |
46bafad1cf8f906d9b7cc38833aa9465d90c790f | 7,816 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_5045_2914.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_5045_2914.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_5045_2914.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 %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x185d6, %r15
nop
nop
and %r8, %r8
vmovups (%r15), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq $0, %xmm4, %rbx
nop
nop
nop
nop
nop
cmp %rbx, %rbx
lea addresses_D_ht+0x959e, %rs... | 34.280702 | 2,999 | 0.656986 |
a0884686baac58e7453662cdbc529ac487b23a16 | 450 | asm | Assembly | bddisasm_test/fred/fred_64.asm | CrackerCat/bddisasm | 5a617986b7372dc6fe9ba63f67553c5ee2728d09 | [
"Apache-2.0"
] | 675 | 2020-07-09T12:57:49.000Z | 2022-03-26T15:03:53.000Z | bddisasm_test/fred/fred_64.asm | FDlucifer/bddisasm | 76d92e73c29eaaf175f2c77465b1c6eacaef6f3c | [
"Apache-2.0"
] | 41 | 2020-07-22T07:15:07.000Z | 2022-03-23T08:34:28.000Z | bddisasm_test/fred/fred_64.asm | FDlucifer/bddisasm | 76d92e73c29eaaf175f2c77465b1c6eacaef6f3c | [
"Apache-2.0"
] | 94 | 2020-07-09T14:39:02.000Z | 2022-03-27T10:37:03.000Z | bits 64
db 0xF3, 0x0F, 0x01, 0xCA ; ERETU
db 0xF2, 0x0F, 0x01, 0xCA ; ERETS
db 0xF2, 0x0F, 0x00, 0x30 ; LKGS word ptr [rax]
db 0xF2, 0x48, 0x0F, 0x00, 0x30 ; LKGS word ptr [rax]
db 0xF2, 0x66, 0x0F, 0x00, 0x30 ; LKGS word ptr [rax]
db 0xF2, 0x0F, 0x... | 45 | 61 | 0.528889 |
75f29d13c90f5c8f6c221a6816695884ccab3b85 | 47,449 | asm | Assembly | kernel/linux-5.4/drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx9.asm | josehu07/SplitFS | d7442fa67a17de7057664f91defbfdbf10dd7f4a | [
"Apache-2.0"
] | 31 | 2021-04-27T08:50:40.000Z | 2022-03-01T02:26:21.000Z | kernel/linux-5.4/drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx9.asm | josehu07/SplitFS | d7442fa67a17de7057664f91defbfdbf10dd7f4a | [
"Apache-2.0"
] | 13 | 2021-07-10T04:36:17.000Z | 2022-03-03T10:50:05.000Z | kernel/linux-5.4/drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx9.asm | josehu07/SplitFS | d7442fa67a17de7057664f91defbfdbf10dd7f4a | [
"Apache-2.0"
] | 12 | 2021-04-06T02:23:10.000Z | 2022-02-28T11:43:19.000Z | /*
* Copyright 2016 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, m... | 45.66795 | 233 | 0.724589 |
41bc9a95f7e3a28fb636bfb17d9ac0f0b836da68 | 4,275 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_648.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_648.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_648.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 %r15
push %rbx
push %rsi
lea addresses_WC_ht+0xdc6c, %rsi
nop
cmp $53110, %r11
movups (%rsi), %xmm4
vpextrq $1, %xmm4, %r15
mfence
lea addresses_WC_ht+0xcc8c, %rbx
xor $50538, %r12
mov $0x6162636465666768, %r11
movq %r11, %xmm2
vmovups %ymm2, (%rbx)
... | 62.867647 | 2,999 | 0.661988 |
d9fa5c84d72f88181222404f1e3e1f4d7c8c9560 | 696 | asm | Assembly | 19-reverse-string/reverse.asm | gashev/assembly-examples | 3e7e5d37af00e6d6202a589ffa36a888edb5be16 | [
"Unlicense"
] | 1 | 2021-01-06T01:45:37.000Z | 2021-01-06T01:45:37.000Z | 19-reverse-string/reverse.asm | gashev/assembly-examples | 3e7e5d37af00e6d6202a589ffa36a888edb5be16 | [
"Unlicense"
] | null | null | null | 19-reverse-string/reverse.asm | gashev/assembly-examples | 3e7e5d37af00e6d6202a589ffa36a888edb5be16 | [
"Unlicense"
] | null | null | null | extern exit
extern puts
SECTION .data
str: db 'abcdefghijklmnopqrstuvwxyz', 0
SECTION .text
GLOBAL _start
_start:
; Print string.
mov edi, str
call puts
; Start string.
mov rax, str
; Find end of string str.
mov rbx, str
loop:
mov cl, [rbx]
cmp cl, 0
je init_reverse... | 12.654545 | 43 | 0.600575 |
908bc688e47efd78fe152e479c4f71ea0761940d | 7,421 | asm | Assembly | work/ff3_floor_treasure.asm | ypyp-pprn-mnmn/ff3_hack | f6b8590de1bd47ff617e56e2813c25305846c002 | [
"MIT"
] | 4 | 2018-03-29T15:33:26.000Z | 2022-03-09T13:35:31.000Z | work/ff3_floor_treasure.asm | take-the-bath/ff3_hack | f6b8590de1bd47ff617e56e2813c25305846c002 | [
"MIT"
] | 45 | 2017-11-17T23:46:35.000Z | 2021-09-27T11:35:47.000Z | work/ff3_floor_treasure.asm | take-the-bath/ff3_hack | f6b8590de1bd47ff617e56e2813c25305846c002 | [
"MIT"
] | null | null | null | ;; encoding: utf-8
; ff3_floor_treasure.asm
;
;description:
; implements treasure related functions
;
;version:
; 0.3
;======================================================================================================
;.ifndef ff3_floor_treasure_begin
.include "ff3_floor.h.asm"
DEFINE_DEFAULT TREASU... | 19.47769 | 104 | 0.608274 |
d38d7874973f8127888c75ff55a3f632f56110be | 60,448 | asm | Assembly | target/cos_117/disasm/iop_overlay1/COMM02.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/COMM02.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/COMM02.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x2100- f:00020 d: 256 | A = OR[256]
0x0001 (0x000002) 0x1437- f:00012 d: 55 | A = A + 55 (0x0037)
0x0002 (0x000004) 0x291E- f:00024 d: 286 | OR[286] = A
0x0003 (0x000006) 0x211E- f:00020 d: 286 | A = OR[286]
... | 80.276228 | 127 | 0.462546 |
51a13a54022130952de661385aa76d4a3d4af9f3 | 5,717 | asm | Assembly | src/tlb.asm | DigiDwrf/neon64v2-easybuild | 94fa46fbc8ddb2af593cb42162df58f65a03ebc4 | [
"0BSD"
] | 36 | 2020-07-08T11:27:17.000Z | 2022-03-15T08:38:52.000Z | src/tlb.asm | DigiDwrf/neon64v2-easybuild | 94fa46fbc8ddb2af593cb42162df58f65a03ebc4 | [
"0BSD"
] | 19 | 2020-07-12T23:14:03.000Z | 2021-12-14T07:57:40.000Z | src/tlb.asm | DigiDwrf/neon64v2-easybuild | 94fa46fbc8ddb2af593cb42162df58f65a03ebc4 | [
"0BSD"
] | 6 | 2021-07-17T09:57:46.000Z | 2022-03-13T07:50:25.000Z | scope TLB {
Init:
// Set TLB to known state
// Initially set all pages invalid global, 512K from 0x40'0000
mtc0 r0, PageMask // 4K pages (in pairs)
lli t0, 1
mtc0 t0, EntryLo0
mtc0 t0, EntryLo1
scope {
constant hi_addr(t0)
constant count(t1)
constant index(t2)
la hi_addr, 0x40'0000
lli co... | 28.442786 | 106 | 0.625153 |
9de49fc4d815996f9dde4e9e792056f9be9182e3 | 902 | asm | Assembly | programs/oeis/022/A022361.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022361.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022361.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A022361: Fibonacci sequence beginning 0, 27.
; 0,27,27,54,81,135,216,351,567,918,1485,2403,3888,6291,10179,16470,26649,43119,69768,112887,182655,295542,478197,773739,1251936,2025675,3277611,5303286,8580897,13884183,22465080,36349263,58814343,95163606,153977949,249141555,403119504,652261059,1055380563,1707641622,27630... | 53.058824 | 720 | 0.827051 |
bbfda8951fcc4cf8d05b01e8271a6a09bd435ebb | 341 | asm | Assembly | programs/oeis/077/A077444.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/077/A077444.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/077/A077444.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A077444: Numbers k such that (k^2 + 4)/2 is a square.
; 2,14,82,478,2786,16238,94642,551614,3215042,18738638,109216786,636562078,3710155682,21624372014,126036076402,734592086398,4281516441986,24954506565518,145445522951122,847718631141214
mul $0,2
mov $1,2
mov $2,4
lpb $0,1
sub $0,1
mov $3,$2
mov $2,$1
add $... | 24.357143 | 184 | 0.72434 |
0853986692ed2e66c6777b99ba66156fbae6a9f3 | 396 | asm | Assembly | testsuite/ubivm/expected/def_var_4.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/def_var_4.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/def_var_4.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | Entity start
Constants
0 S start
1 S var1
2 S var2
3 I 10
4 I 1
5 S writeln
6 I 20
End
Def start
Local variables
0 int var1
1 int var2
End
ldconst 3 --> [10]
stvar 0 --> [var1]
ldvar 0 --> [var1]
ldconst 4 --> [1]
lcall 5 --> [writeln]
ldconst 6 --> [20]
stvar 1 --> [var2]
ldv... | 13.655172 | 23 | 0.54798 |
bbb52be2d20b3bd93c1d0e959fa2e7900f6a5718 | 424 | asm | Assembly | programs/oeis/014/A014915.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/014/A014915.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/014/A014915.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A014915: a(1)=1, a(n) = n*3^(n-1) + a(n-1).
; 1,7,34,142,547,2005,7108,24604,83653,280483,930022,3055786,9964519,32285041,104029576,333612088,1065406345,3389929279,10750918570,33996147910,107218620331,337346390797,1059110761804,3318547053652,10379285465677,32408789311195,101039166676078,314555896255714,97798287744958... | 32.615385 | 292 | 0.766509 |
6a6bafb8bd6ef380fd32942e7feef14ce98b125e | 1,752 | asm | Assembly | programs/oeis/005/A005586.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/005/A005586.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005586.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A005586: a(n) = n(n+4)(n+5)/6.
; 0,5,14,28,48,75,110,154,208,273,350,440,544,663,798,950,1120,1309,1518,1748,2000,2275,2574,2898,3248,3625,4030,4464,4928,5423,5950,6510,7104,7733,8398,9100,9840,10619,11438,12298,13200,14145,15134,16168,17248,18375,19550,20774,22048,23373,24750,26180,27664,29203,30798,32450,34160,3592... | 219 | 1,679 | 0.835046 |
8f936e1388d5ee41c81bf08f7903135e3321cb5a | 713 | asm | Assembly | source/tools/InlinedFuncsOpt/inlined_funcs_intel64.asm | swanandM/pin | 98ba97eb32fb9890ef3c4ee1074514f2787e720f | [
"Intel"
] | 2 | 2018-05-08T15:03:38.000Z | 2021-02-24T10:01:36.000Z | source/tools/InlinedFuncsOpt/inlined_funcs_intel64.asm | swanandM/pin | 98ba97eb32fb9890ef3c4ee1074514f2787e720f | [
"Intel"
] | null | null | null | source/tools/InlinedFuncsOpt/inlined_funcs_intel64.asm | swanandM/pin | 98ba97eb32fb9890ef3c4ee1074514f2787e720f | [
"Intel"
] | null | null | null | PUBLIC IfProc1
PUBLIC IfProc2
PUBLIC IfProc3
PUBLIC IfProc4
PUBLIC IfProc5
PUBLIC IfProc6
extern globVal:dword
.code
IfProc1 PROC
mov r8, 1
xor eax, eax
cmp r8, rcx
setz al
ret
IfProc1 ENDP
IfProc2 PROC
mov r8, 1
xor eax, eax
cmp r8d, ecx
setz al
ret
IfProc2 ENDP
IfProc3 PROC
lea rdx, globVal... | 11.31746 | 26 | 0.677419 |
46edf05235b510e41db36dd530ee55caebed65fc | 139 | asm | Assembly | a/assembler_vax_ultrix.asm | ozcanyarimdunya/FuckYouGithub | 8c37d0f6be3dbe37d8ff5d9bf22ad997527331dc | [
"Apache-2.0"
] | null | null | null | a/assembler_vax_ultrix.asm | ozcanyarimdunya/FuckYouGithub | 8c37d0f6be3dbe37d8ff5d9bf22ad997527331dc | [
"Apache-2.0"
] | null | null | null | a/assembler_vax_ultrix.asm | ozcanyarimdunya/FuckYouGithub | 8c37d0f6be3dbe37d8ff5d9bf22ad997527331dc | [
"Apache-2.0"
] | null | null | null | .data
hw:
.ascii "Fuck You Github!\12"
.text
.align 1
.globl _main
_main:
.word 0
pushl $13
pushab hw
pushl $1
calls $3,_write
ret
| 9.928571 | 29 | 0.661871 |
c655b2c36ed6ad24ceb4073b7f94c3eafd842863 | 599 | asm | Assembly | oeis/038/A038156.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/038/A038156.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/038/A038156.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A038156: a(n) = n! * Sum_{k=1..n-1} 1/k!.
; 0,0,2,9,40,205,1236,8659,69280,623529,6235300,68588311,823059744,10699776685,149796873604,2246953104075,35951249665216,611171244308689,11001082397556420,209020565553571999,4180411311071440000,87788637532500240021,1931350025715005280484,44421050591445121451155,10661052141946... | 46.076923 | 470 | 0.834725 |
de19d2057511befff86b40b026c355d561fb69ed | 195 | asm | Assembly | examples/Preload Stadium Transformations/Core/SkipNormalDecision2.asm | rapito/VSCode-PowerPC-Syntax | 2548a3146ae6119415ccd065080608e4c381913a | [
"MIT"
] | 13 | 2021-02-10T00:39:56.000Z | 2022-02-21T06:15:45.000Z | examples/Preload Stadium Transformations/Core/SkipNormalDecision2.asm | rapito/VSCode-PowerPC-Syntax | 2548a3146ae6119415ccd065080608e4c381913a | [
"MIT"
] | 1 | 2021-02-10T00:47:07.000Z | 2021-02-10T00:47:07.000Z | examples/Preload Stadium Transformations/Core/SkipNormalDecision2.asm | rapito/VSCode-PowerPC-Syntax | 2548a3146ae6119415ccd065080608e4c381913a | [
"MIT"
] | 2 | 2021-02-10T00:39:58.000Z | 2021-07-25T18:42:35.000Z | ################################################################################
# Address: 0x801d4724
################################################################################
b 0x3C
| 39 | 81 | 0.112821 |
87dcf438ed7777924f9ac55c92e7f750c0e2fedb | 1,711 | asm | Assembly | programs/oeis/027/A027782.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/027/A027782.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/027/A027782.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A027782: a(n) = 9*(n+1)*binomial(n+2,9)/2.
; 36,405,2475,10890,38610,117117,315315,772200,1750320,3719430,7482618,14360580,26453700,47006190,80901810,135326664,220641300,351511875,548358525,839188350,1261890630,1867083075,2721610125,3912807600,5553662400,7789011516,10802941380,14827566600,20153386440,27141438060,3623... | 155.545455 | 1,598 | 0.899474 |
f70b8e948e69a41f1f9bd6d7612a5579e665d37c | 7,227 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_406.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_0xa0.log_21829_406.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_0xa0.log_21829_406.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 %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xd35d, %rdi
mfence
movw $0x6162, (%rdi)
nop
nop
nop
sub %rcx, %rcx
lea addresses_WC_ht+0x1d2fd, %r11
nop
xor %rbp, %rbp
vmovups (%r11), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpex... | 34.578947 | 2,999 | 0.657673 |
675b007bff11487cc38031c7813f2872b6e048d2 | 186 | asm | Assembly | data/pokemon/dex_entries/finneon.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/finneon.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/finneon.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "WING FISH@" ; species name
db "While fluttering"
next "its two tail fins,"
next "it resembles a"
page "BEAUTIFLY. At"
next "night,the patterns"
next "on its fins shine.@"
| 18.6 | 31 | 0.672043 |
3a73c27b6defcb7b6c7f74d2b913dd856431f23b | 476 | asm | Assembly | programs/oeis/097/A097363.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/097/A097363.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/097/A097363.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A097363: Positive integers n such that 2n-13 is prime.
; 8,9,10,12,13,15,16,18,21,22,25,27,28,30,33,36,37,40,42,43,46,48,51,55,57,58,60,61,63,70,72,75,76,81,82,85,88,90,93,96,97,102,103,105,106,112,118,120,121,123,126,127,132,135,138,141,142,145,147,148,153,160,162,163,165,172,175,180,181,183,186,190,193,196,198,201,... | 79.333333 | 358 | 0.714286 |
acc6c59d6802dfec08fa331753d7d3a75bccf7b8 | 715 | asm | Assembly | unordnung_auch_assembler/asm/attiny13/sleepIRQ/tinyProg.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/sleepIRQ/tinyProg.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/sleepIRQ/tinyProg.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | .include "myTiny13.h"
; switch between 250 nA / 8 mA
.equ LED,0
.equ TASTER,1
;irq Vector
.org 0x0000
rjmp Main
rjmp EXT_INT0 ; IRQ0 Handler
; IRQ routine -----------------
.org 0x0010
EXT_INT0:
; toggleLED
sbis PORTB,LED ; if LED = 1 then
rjmp setLED
cbi PORTB,LED ; LED := 0; return;
reti
setLED: ;... | 17.02381 | 64 | 0.662937 |
9c9b99eac052f393666afb39c26ac33e478591de | 298 | asm | Assembly | mc-sema/validator/x86_64/tests/ST_PF64m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86_64/tests/ST_PF64m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/ST_PF64m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_FPU_IE
;TEST_FILE_META_END
FLD1
;TEST_BEGIN_RECORDING
lea rdi, [rsp-0xc]
mov dword [rdi], 0
fstp qword [rdi]
mov eax, dword [rdi+00]
mov ebx, dword [rdi+04]
mov edi, 0x0
;TEST_END_RECORDING
| 18.625 | 29 | 0.687919 |
ffc4b85332dba7c839ae1a16560229a3d65421a3 | 3,742 | asm | Assembly | Library/Net/net.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Net/net.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Net/net.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: Network Library
FILE: net.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Eric 2/92 Initial version
DESCRIPTION:
This ... | 28.135338 | 80 | 0.510689 |
c9b8924202537c1f69d22f8b842807fabee7c117 | 952 | asm | Assembly | session_08/00-sommaRicorsiva/somma_ricorsiva.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | 1 | 2019-03-06T13:26:10.000Z | 2019-03-06T13:26:10.000Z | Miei-sorgenti/new/Sesta lezione/Somma ricorsiva degli elementi in un array/Basilico/somma_ricorsiva.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | null | null | null | Miei-sorgenti/new/Sesta lezione/Somma ricorsiva degli elementi in un array/Basilico/somma_ricorsiva.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | 1 | 2019-03-06T13:25:28.000Z | 2019-03-06T13:25:28.000Z | .text
.globl S
S:
addi $sp, $sp, -8 # Salvo sullo stack $ra e dim-1
addi $t0, $a1, -1
sw $t0, 0($sp)
sw $ra, 4($sp)
bne $a1, $zero, CHIAMATA_RICORSIVA # branch ! ( size == 0 )
### CASO_BASE ###
li $v0, 0 # Caso base: se array vuoto ritorna 0
addi $sp, $sp, 8 # deallo... | 27.2 | 92 | 0.491597 |
57577ed7a5b7a23574d35858fe749372f6a05b01 | 553 | asm | Assembly | external/source/shellcode/windows/speech/w32-speaking-shellcode-hash-list.asm | OsmanDere/metasploit-framework | b7a014a5d22d3b57157e301d4af57e3a31ad03a9 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 26,932 | 2015-01-01T00:04:51.000Z | 2022-03-31T22:51:38.000Z | external/source/shellcode/windows/speech/w32-speaking-shellcode-hash-list.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 11,048 | 2015-01-01T00:05:44.000Z | 2022-03-31T21:49:52.000Z | external/source/shellcode/windows/speech/w32-speaking-shellcode-hash-list.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 12,593 | 2015-01-01T01:01:20.000Z | 2022-03-31T22:13:32.000Z | ;-- Hash function configuration --------------------------------------------
hash_ror_value equ 0x01
;-- Function hashes --------------------------------------------------------
hash_kernel32_LoadLibraryA equ 0x1AAA
hash_ole32_CoInitialize equ 0xF0DA
hash_... | 55.3 | 78 | 0.439421 |
a4e8ab0dbb1a67630ad1a52eaf18ed8e365d7bd6 | 821 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/z80/asm_tshr_cxy2saddr.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/z80/asm_tshr_cxy2saddr.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/z80/asm_tshr_cxy2saddr.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; ===============================================================
; May 2017
; ===============================================================
;
; void *tshr_cxy2saddr(uchar x, uchar y)
;
; Screen address of top pixel row of character square at x,y.
;
; ===============================================================
S... | 18.244444 | 65 | 0.46894 |
4dbe39c6a014f513103e8ad5706cd3f99b7acb83 | 6,683 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_6196_1644.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_6196_1644.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_6196_1644.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xacea, %rdx
nop
add $50866, %rdi
movb (%rdx), %r15b
nop
nop
nop
xor %rsi, %rsi
lea addresses_D_ht+0x5c3a, %rsi
lea addresses_D_ht+0x108da, %rdi
nop
nop
nop
nop
and %rax, %rax
mov $65, %... | 36.71978 | 2,999 | 0.655843 |
296aa4e2cd1e7ef236cce93d4a73b22f45e92d99 | 654 | asm | Assembly | oeis/165/A165665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/165/A165665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/165/A165665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A165665: a(n) = (3*2^n - 2) * 2^n.
; Submitted by Jamie Morken(s1)
; 1,8,40,176,736,3008,12160,48896,196096,785408,3143680,12578816,50323456,201310208,805273600,3221159936,12884770816,51539345408,206157905920,824632672256,3298532786176,13194135339008,52776549744640,211106215755776,844424896577536,3377699653419008,135... | 46.714286 | 498 | 0.833333 |
76dc3cf8281564c3191ef22b16ef1ec1bbe91bb3 | 406 | asm | Assembly | oeis/332/A332027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/332/A332027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/332/A332027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A332027: Savannah problem: number of distinct possible populations after n weeks, allowing populations after the empty set.
; Submitted by Jon Maiga
; 3,7,10,15,19,23,29,34,39,44,51,57,63,69,75,83,90,97,104,111,118,127,135,143,151,159,167,175,185,194,203,212,221,230,239,248,259,269,279,289,299,309,319,329,339,351,362... | 31.230769 | 177 | 0.704433 |
afa2e6ab85b3d52e81f069453cb4d4af33a4e262 | 259 | asm | Assembly | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_GetSprClrAddr.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_GetSprClrAddr.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_GetSprClrAddr.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ; void sp1_GetSprClrAddr(struct sp1_ss *s, uchar **sprdest)
SECTION code_temp_sp1
PUBLIC _sp1_GetSprClrAddr
_sp1_GetSprClrAddr:
pop af
pop hl
pop de
push de
push hl
push af
INCLUDE "temp/sp1/zx/sprites/asm_sp1_GetSprClrAddr.asm"
| 14.388889 | 59 | 0.725869 |
b66c1120643916665b9925edfb5c59c603f13792 | 292 | asm | Assembly | programs/oeis/166/A166926.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166926.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166926.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166926: A000004 preceded by 1, 2, 4.
; 1,2,4,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,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,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,0,0,0,0,0,0,0
mov $8,2
clr $6,$0
pow $8,$0
mov $1,$8
mov $0,$1
| 32.444444 | 201 | 0.520548 |
cca3c9c86c275e55c21c9930c2388d343966f6e7 | 7,166 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1398.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_0xca_notsx.log_21829_1398.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_0xca_notsx.log_21829_1398.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1dd5e, %r12
nop
nop
nop
nop
sub $29722, %rbp
mov (%r12), %edi
cmp %r8, %r8
lea addresses_UC_ht+0x8706, %rsi
lea addresses_D_ht+0x1acd2, %rdi
nop
nop
nop
add $20824, %r9
mo... | 37.715789 | 2,999 | 0.655596 |
a0ce44181b5d5244e925964b0b677e11325f88f6 | 39,646 | asm | Assembly | halt.asm | marissa-masangcay/xv6 | 0a6b6405818057abe4771ce054faafd3d88b311b | [
"MIT-0"
] | null | null | null | halt.asm | marissa-masangcay/xv6 | 0a6b6405818057abe4771ce054faafd3d88b311b | [
"MIT-0"
] | null | null | null | halt.asm | marissa-masangcay/xv6 | 0a6b6405818057abe4771ce054faafd3d88b311b | [
"MIT-0"
] | null | null | null |
_halt: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "types.h"
#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
... | 33.943493 | 60 | 0.420345 |
e8669754575fc4d238c0314c76d2bcc82fff1e7e | 2,615 | asm | Assembly | tutorials/part9/src/database.asm | Threetwosevensixseven/ZalaXa | 190cfbc481ff7d3be5500c29c2c027b249a15cca | [
"MIT"
] | 5 | 2018-01-06T21:05:36.000Z | 2019-10-25T09:18:23.000Z | tutorials/part9/src/database.asm | Threetwosevensixseven/ZalaXa | 190cfbc481ff7d3be5500c29c2c027b249a15cca | [
"MIT"
] | null | null | null | tutorials/part9/src/database.asm | Threetwosevensixseven/ZalaXa | 190cfbc481ff7d3be5500c29c2c027b249a15cca | [
"MIT"
] | 2 | 2019-04-30T06:11:48.000Z | 2020-05-15T07:37:04.000Z | ; database.asm
WTile proc
::WIDE_IMAGES:
; BTile Best
; FileName Indices Viewed As Notes
Ship equ ($-WTile)/Sprites.WTileLen
import_bin "..\tiles\ship.wtile" ; 000-016 ... | 39.621212 | 109 | 0.371319 |
89eacbd93ea117dd31e29945eab88e18ee9c756b | 64,358 | asm | Assembly | Library/Pref/TweakUI/tweakui.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Pref/TweakUI/tweakui.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Pref/TweakUI/tweakui.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) New Deal 1998 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: tweakui.asm
AUTHOR: Gene Anderson
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- -... | 22.276912 | 80 | 0.595886 |
c6839118f1ab525ec305c1c4868d1f36bcd7b792 | 617 | asm | Assembly | oeis/084/A084948.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/084/A084948.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/084/A084948.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A084948: a(n) = Product_{i=0..n-1} (8*i+2).
; 1,2,20,360,9360,318240,13366080,668304000,38761632000,2558267712000,189311810688000,15523568476416000,1397121162877440000,136917873961989120000,14513294639970846720000,1654515588956676526080000,201850901852714536181760000,26240617240852889703628800000,36212051792376987791... | 44.071429 | 478 | 0.849271 |
8717c27e1d962faa747e17f80eaf7c2097d42c40 | 1,564 | asm | Assembly | programs/oeis/329/A329723.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/329/A329723.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/329/A329723.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A329723: Coefficients of expansion of (1-2x^3)/(1-x-x^2) in powers of x.
; 1,1,2,1,3,4,7,11,18,29,47,76,123,199,322,521,843,1364,2207,3571,5778,9349,15127,24476,39603,64079,103682,167761,271443,439204,710647,1149851,1860498,3010349,4870847,7881196,12752043,20633239,33385282,54018521,87403803,141422324,228826127,37024... | 42.27027 | 1,147 | 0.799233 |
35b17143d1bf7b1f4040a0607ac04d875f2b76eb | 4,376 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_748.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_0xca_notsx.log_21829_748.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_0xca_notsx.log_21829_748.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 %r15
push %rbx
push %rdi
push %rdx
lea addresses_normal_ht+0x2797, %rdx
nop
nop
nop
dec %r15
vmovups (%rdx), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq $0, %xmm4, %rbx
nop
nop
nop
add $18747, %rdi
pop %rdx
pop %rdi
pop %rbx
pop %r15
ret
.global s_faulty_load
s_fau... | 54.7 | 2,999 | 0.663163 |
2f69092acbbb21bdccac1d1b309bdc97b6c64118 | 24,266 | asm | Assembly | non_regression/other_x86_linux_11.o.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | 1 | 2021-02-28T21:31:18.000Z | 2021-02-28T21:31:18.000Z | non_regression/other_x86_linux_11.o.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | non_regression/other_x86_linux_11.o.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | .file "gzlib.c"
.section .rodata.str1.1,"aMS",@progbits,1
.LC1:
.string "<fd:%d>"
.LC2:
.byte 0
.LC3:
.string "out of memory"
.LC4:
.string ": "
.LC5:
.string "%s%s%s"
.LC0:
.string "%s"
# ----------------------
.section .rodata
.align 4
.LC00000000:
.long .L263@GOTOFF
.long .L8@GOTOFF
.long .L... | 19.350877 | 60 | 0.51055 |
3b6fcb3a98a7826481fd5bf587b3133609ba86e1 | 5,781 | asm | Assembly | tasks/punk_easy.asm | Masrt200/asm-disasm | 3a55eb86103a45d7bcf5aee69f9ffcf7dac23474 | [
"MIT"
] | null | null | null | tasks/punk_easy.asm | Masrt200/asm-disasm | 3a55eb86103a45d7bcf5aee69f9ffcf7dac23474 | [
"MIT"
] | null | null | null | tasks/punk_easy.asm | Masrt200/asm-disasm | 3a55eb86103a45d7bcf5aee69f9ffcf7dac23474 | [
"MIT"
] | null | null | null | 1 ;; password lock checkers
2 ;; what 4 digit code passed as parameters will unlock the code
3 extern print_str
4
5 section .data... | 55.057143 | 102 | 0.34129 |
0c521b529942f649095a4d7245c583b57c70fbd1 | 650 | asm | Assembly | asm/game.asm | Vashy777/metroid2 | a892576930f3d931c636665d7bd643c766b50a2a | [
"MIT"
] | 3 | 2021-11-10T05:01:19.000Z | 2021-12-10T16:21:20.000Z | asm/game.asm | Vashy777/metroid2 | a892576930f3d931c636665d7bd643c766b50a2a | [
"MIT"
] | null | null | null | asm/game.asm | Vashy777/metroid2 | a892576930f3d931c636665d7bd643c766b50a2a | [
"MIT"
] | 1 | 2021-11-11T08:38:11.000Z | 2021-11-11T08:38:11.000Z | ; Disassembly of "metroid2.gb"
ld_long: MACRO
IF STRLWR("\1") == "a"
; ld a, [$ff40]
db $FA
dw \2
ELSE
IF STRLWR("\2") == "a"
; ld [$ff40], a
db $EA
dw \1
ENDC
ENDC
ENDM
INCLUDE "hardware.inc"
INCLUDE "bank_000.asm"
INCLUDE "bank_... | 19.69697 | 30 | 0.623077 |
5be0c7c9a816741eceb05d3a0273194a96b73964 | 1,261 | asm | Assembly | source/footer/99end.asm | paulscottrobson/6502-basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 3 | 2021-09-30T19:34:11.000Z | 2021-10-31T06:55:50.000Z | source/footer/99end.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | null | null | null | source/footer/99end.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 1 | 2021-12-07T21:58:44.000Z | 2021-12-07T21:58:44.000Z | ; ************************************************************************************************
; ************************************************************************************************
;
; Name: 99end.asm
; Purpose: Start up code.
; Created: 11th March 2021
; Reviewed: 6th April 2021
; Author: Paul... | 27.413043 | 98 | 0.282316 |
b3431493b21fa5167794d7c9cdb480e8452a4653 | 5,534 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_469.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.log_21829_469.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.log_21829_469.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x7c68, %rsi
lea addresses_normal_ht+0x19be8, %rdi
clflush (%rsi)
add $19505, %rdx
mov $79, %rcx
rep movsb
nop
nop
nop
nop
cmp %rbp, %rbp
lea addresses_D_ht+0xf8c8, %rsi
lea addresses_A... | 40.691176 | 2,999 | 0.662631 |
b3908a3bb808f736c6dbee77dba12fbecf0697e9 | 1,693 | asm | Assembly | libsrc/input/sc3000/in_LookupKey.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/input/sc3000/in_LookupKey.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/input/sc3000/in_LookupKey.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uint in_LookupKey(uchar c)
SECTION code_clib
PUBLIC in_LookupKey
PUBLIC _in_LookupKey
EXTERN in_keytranstbl
; Given the ascii code of a character, returns the scan row and mask
; corresponding to the key that needs to be pressed to generate the
; character.
;
; The scan row returned will have bit 7 set and bit 6 ... | 17.453608 | 70 | 0.665092 |
873113d3e49ad9bae187cffd013552c8d79217b9 | 200 | asm | Assembly | Working Disassembly/General/Ending/Map - Knuckles Ending Island Mask.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/Ending/Map - Knuckles Ending Island Mask.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Ending/Map - Knuckles Ending Island Mask.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_59270: dc.w word_59272-Map_59270
word_59272: dc.w 4
dc.b 0, $F, $67, $F0, 0, 0
dc.b 0, $F, $67, $F0, 0, $20
dc.b $20, $F, $67, $F0, 0, 0
dc.b $20, $F, $67, $F0, 0, $20
| 28.571429 | 37 | 0.465 |
bd6db6ff81a9f6a761a7d20869b75b5e3c47e70e | 319 | asm | Assembly | programs/oeis/166/A166727.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166727.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166727.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166727: Positive integers with English names ending in "r".
; 4,24,34,44,54,64,74,84,94,104,124,134,144,154,164,174,184,194,204,224,234,244,254,264,274,284,294,304,324,334,344,354,364,374,384,394,404,424,434,444,454,464,474,484,494,504,524,534,544,554,564,574,584,594
mul $0,10
add $0,8
div $0,9
mul $0,10
add $0,4
| 35.444444 | 207 | 0.711599 |
bbc26921eeea82acb0fa47a23657cfdb809a7348 | 1,578 | asm | Assembly | Library/SpecUI/CommonUI/CGadget/copenRangeSection.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/SpecUI/CommonUI/CGadget/copenRangeSection.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/SpecUI/CommonUI/CGadget/copenRangeSection.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: OpenLook/Gadget
FILE: openRangeSection.asm
ROUTINES:
Name Description
---- -----------
GLB OLRangeSectionClass Open look range Section
... | 21.916667 | 81 | 0.474018 |
c5a2128777cf2c259eb6f43e6f14717010c731eb | 117 | asm | Assembly | libsrc/_DEVELOPMENT/font/fzx/fonts/dkud3/Times/_ff_dkud3_Times1.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/fonts/dkud3/Times/_ff_dkud3_Times1.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/fonts/dkud3/Times/_ff_dkud3_Times1.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION rodata_font_fzx
PUBLIC _ff_dkud3_Times1
_ff_dkud3_Times1:
BINARY "font/fzx/fonts/dkud3/Times/TIMES1.fzx"
| 13 | 46 | 0.82906 |
4a38b7914dad23a7311c68d6462a8a3f977edd25 | 456 | asm | Assembly | oeis/201/A201967.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/201/A201967.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/201/A201967.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A201967: Expansion of 1/(1-2*x-3*x^2+x^4) in powers of x.
; Submitted by Simon Strandgaard
; 1,2,7,20,60,178,529,1572,4671,13880,41244,122556,364173,1082134,3215543,9554932,28392320,84367302,250696021,744939016,2213573775,6577597296,19545219896,58078292664,172578671241,512814623178
lpb $0
sub $0,1
div $2,2
add... | 21.714286 | 191 | 0.671053 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.