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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
23356defbf3657f026aff6d0e251f8f7ab390824 | 438 | asm | Assembly | programs/oeis/167/A167374.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/167/A167374.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/167/A167374.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A167374: Triangle, read by rows, given by [ -1,1,0,0,0,0,0,0,0,...] DELTA [1,0,0,0,0,0,0,0,0,...] where DELTA is the operator defined in A084938.
; 1,-1,1,0,-1,1,0,0,-1,1,0,0,0,-1,1,0,0,0,0,-1,1,0,0,0,0,0,-1,1,0,0,0,0,0,0,-1,1,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,-1,1,0,0... | 31.285714 | 195 | 0.531963 |
88426fa853ee48b1228b58787ce47b3117129763 | 182,371 | asm | Assembly | project/ntstub/i386/10_0_14393_sp0_ssdt_sysenter.asm | rmusser01/windows-syscall-table | 6216a2559d714eb04bad278792a6544ab8f21d41 | [
"BSD-3-Clause"
] | 6 | 2018-01-18T02:30:27.000Z | 2020-01-11T03:42:33.000Z | project/ntstub/i386/10_0_14393_sp0_ssdt_sysenter.asm | stonedreamforest/windows-syscall-table | 6216a2559d714eb04bad278792a6544ab8f21d41 | [
"BSD-3-Clause"
] | null | null | null | project/ntstub/i386/10_0_14393_sp0_ssdt_sysenter.asm | stonedreamforest/windows-syscall-table | 6216a2559d714eb04bad278792a6544ab8f21d41 | [
"BSD-3-Clause"
] | 3 | 2017-12-29T07:50:35.000Z | 2020-10-15T09:28:54.000Z | ; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; ssdt asm stub for 10.0.14393-sp0-windows-10-rs1-1607 i386
.686
.mmx
.xmm
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG __stdcall NtAccessCheck( ULONG arg_01 , ULONG arg_02 , ULONG arg_03 , ULONG arg_04 , ... | 23.780284 | 352 | 0.803247 |
129fdfe9fcf9848c0e388fb3d5b260dcfde95b01 | 233 | asm | Assembly | libsrc/z80_crt0s/r2k/sccz80/l_mult.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/z80_crt0s/r2k/sccz80/l_mult.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/z80_crt0s/r2k/sccz80/l_mult.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
SECTION code_crt0_sccz80
PUBLIC l_mult
; Entry: hl = value1
; de = value2
; Exit: hl = value1 * value2
.l_mult
ld c,l
ld b,h
defb 0xf7 ; mul : hlbc = bc * de
ld l,c
ld h,b
ret
| 13.705882 | 42 | 0.506438 |
f01e5be3e32386d70d872bf80b23f3e67ad821fe | 300 | asm | Assembly | data/wild/maps/SeaRoutes.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/wild/maps/SeaRoutes.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/wild/maps/SeaRoutes.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SeaRoutesWildMons:
def_grass_wildmons 0 ; encounter rate
end_grass_wildmons
def_water_wildmons 5 ; encounter rate
db 43, HORSEA
db 45, GOLDEEN
db 47, STARYU
db 47, SHELLDER
db 48, TENTACOOL
db 46, POLIWHIRL
db 46, STARYU
db 49, SEADRA
db 48, GOLDUCK
db 50, GYARADOS
end_water_wildmons
| 17.647059 | 38 | 0.763333 |
b84708beae0d248d387f3e3f8045ec77711f4790 | 3,100 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_12_112.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_12_112.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_12_112.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 %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1e259, %rsi
lea addresses_normal_ht+0x14659, %rdi
xor %r13, %r13
mov $76, %rcx
rep movsl
nop
nop
nop
nop
and $60384, %r10
lea addresses_UC_ht+0x11a19, %rcx
sub %r15, %r15
mo... | 20.945946 | 153 | 0.652258 |
34e6aba426950b0f834b20c890bcfa1df107a8f5 | 5,906 | asm | Assembly | scripts/route8.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | scripts/route8.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | scripts/route8.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | Route8Script:
call EnableAutoTextBoxDrawing
ld hl, Route8TrainerHeaders
ld de, Route8ScriptPointers
ld a, [wRoute8CurScript]
call ExecuteCurMapScriptInTable
ld [wRoute8CurScript], a
ret
Route8ScriptPointers:
dw CheckFightingMapTrainers
dw DisplayEnemyTrainerTextAndStartBattle
dw EndTrainerBattle
Route8TextP... | 21.398551 | 51 | 0.828141 |
271e3c8cb70d5f056bdc62f90eb34decf75873fd | 693 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sccz80/memccpy.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sccz80/memccpy.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sccz80/memccpy.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null |
; void *memccpy(void * restrict s1, const void * restrict s2, int c, size_t n)
SECTION code_clib
SECTION code_string
PUBLIC memccpy
EXTERN asm_memccpy
memccpy:
IF __CPU_INTEL__
ld hl,2
add hl,sp
ld c,(hl)
inc hl
ld b,(hl)
inc hl
ld a,(hl)
inc hl
... | 12.6 | 78 | 0.554113 |
8062d62587172b1b5d28c33e38baf8bab6bad6fb | 413 | asm | Assembly | output/assembleurtrue.asm | jodorganistaca/Projet_SI | e640ccf37252cb22a92a858ab2d1fd409a63aecf | [
"MIT"
] | null | null | null | output/assembleurtrue.asm | jodorganistaca/Projet_SI | e640ccf37252cb22a92a858ab2d1fd409a63aecf | [
"MIT"
] | null | null | null | output/assembleurtrue.asm | jodorganistaca/Projet_SI | e640ccf37252cb22a92a858ab2d1fd409a63aecf | [
"MIT"
] | null | null | null | AFC 1 5
COP 20 1
AFC 2 5
INF 3 20 2
JMF 3 11
AFC 4 2
AFC 5 2
MUL 6 4 5
COP 20 6
JMP 37
AFC 7 5
SUP 8 20 7
JMF 8 29
AFC 9 2
EQU 10 20 9
JMF 10 20
AFC 11 3
COP 20 11
JMP 26
AFC 12 2
SUP 13 20 12
JMF 13 26
AFC 14 4
COP 20 14
JMP 26
AFC 15 0
COP 20 15
JMP 37
AFC 16 5 ... | 10.868421 | 13 | 0.552058 |
d498f26c3a46ba52a801f499515b2252bfe8ce94 | 619 | asm | Assembly | tests/data/labels/projects/sjasmplus/wpmem_assertion_logpoint/main.asm | jacobly0/DeZog | cabeec9b873362cc78802ee7d205eb8757b71758 | [
"MIT"
] | 93 | 2020-01-18T15:29:16.000Z | 2022-03-13T09:03:58.000Z | tests/data/labels/projects/sjasmplus/wpmem_assertion_logpoint/main.asm | jacobly0/DeZog | cabeec9b873362cc78802ee7d205eb8757b71758 | [
"MIT"
] | 54 | 2020-02-08T20:31:47.000Z | 2022-03-31T15:46:25.000Z | tests/data/labels/projects/sjasmplus/wpmem_assertion_logpoint/main.asm | jacobly0/DeZog | cabeec9b873362cc78802ee7d205eb8757b71758 | [
"MIT"
] | 18 | 2020-03-13T13:38:24.000Z | 2022-03-23T23:58:03.000Z |
DEVICE NOSLOT64K
SLDOPT COMMENT WPMEM, LOGPOINT, ASSERTION
ORG 0xA000
MACRO MEMGUARD
defs 1 ; WPMEM
ENDM
defs 0x10 ; WPMEM
defs 0x10 ; WPMEM, 5, w
; WPMEM 0x7000, 10, r
; This is a watchpoint WPMEM 0x6000, 5, w, A == 0
; WPMEMx 0x9000, 5, w, A == 0
; Should now also work: no address a... | 15.871795 | 60 | 0.641357 |
85d674375b6a1eaf6549baf86e7ed8d246c4a9ae | 118 | asm | Assembly | study/argument.asm | caio-vinicius/libasm | f8e22fa21f79cdee80de6eb9ee72e3414054c804 | [
"MIT"
] | null | null | null | study/argument.asm | caio-vinicius/libasm | f8e22fa21f79cdee80de6eb9ee72e3414054c804 | [
"MIT"
] | null | null | null | study/argument.asm | caio-vinicius/libasm | f8e22fa21f79cdee80de6eb9ee72e3414054c804 | [
"MIT"
] | null | null | null | section .text
global argument
argument:
mov edi, 7
call argument2
add eax, 1
ret
argument2:
mov eax, edi
ret
| 9.076923 | 16 | 0.711864 |
f02bb92d139349f42771cca035c96ee062cee2fe | 5,466 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1891.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1891.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1891.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 %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xf935, %rbp
nop
nop
nop
and $62651, %r9
movw $0x6162, (%rbp)
nop
nop
nop
nop
nop
cmp %r9, %r9
lea addresses_normal_ht+0xa175, %rdx
clflush (%rdx)
nop
nop
n... | 40.791045 | 2,999 | 0.661361 |
0bb8fe534f322bed542280742c6693fabe432f6b | 629 | asm | Assembly | oeis/178/A178936.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/178/A178936.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/178/A178936.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A178936: Floor((2*3^n+3*2^n)/5).
; Submitted by Jon Maiga
; 1,2,6,15,42,116,330,951,2778,8180,24234,72087,215034,642644,1923018,5759223,17258010,51734708,155125482,465219159,1395342906,4185399572,12554940426,37662304695,112981880922,338935576436,1016786596650,3050319524631,9150878043258,27452473068500,82357097082954,... | 44.928571 | 481 | 0.826709 |
66641a5ec85f158dcab29a228ca15228b0a06098 | 908 | asm | Assembly | src/Shaders/HlslCrossCompiler/ps5/conservative_depth_le.asm | tgjones/slimshader-cpp | a1833e2eccf32cccfe33aa7613772503eca963ee | [
"MIT"
] | 20 | 2015-03-29T02:14:03.000Z | 2021-11-14T12:27:02.000Z | src/Shaders/HlslCrossCompiler/ps5/conservative_depth_le.asm | tgjones/slimshader-cpp | a1833e2eccf32cccfe33aa7613772503eca963ee | [
"MIT"
] | null | null | null | src/Shaders/HlslCrossCompiler/ps5/conservative_depth_le.asm | tgjones/slimshader-cpp | a1833e2eccf32cccfe33aa7613772503eca963ee | [
"MIT"
] | 12 | 2015-05-04T06:39:10.000Z | 2022-02-23T06:48:04.000Z | //
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.16384
//
//
///
//
// Input signature:
//
// Name Index Mask Register SysValue Format Used
// -------------------- ----- ------ -------- -------- ------- ------
// COLOR 0 xyzw 0 NONE float x
// D... | 28.375 | 69 | 0.480176 |
fab8ad8e1ae56567712695245230b00a00d1d0f8 | 332 | asm | Assembly | oeis/021/A021955.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021955.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021955.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021955: Decimal expansion of 1/951.
; Submitted by Christian Krause
; 0,0,1,0,5,1,5,2,4,7,1,0,8,3,0,7,0,4,5,2,1,5,5,6,2,5,6,5,7,2,0,2,9,4,4,2,6,9,1,9,0,3,2,5,9,7,2,6,6,0,3,5,7,5,1,8,4,0,1,6,8,2,4,3,9,5,3,7,3,2,9,1,2,7,2,3,4,4,9,0,0,1,0,5,1,5,2,4,7,1,0,8,3,0,7,0,4,5,2
add $0,1
mov $1,10
pow $1,$0
div $1,951
mov $0,$... | 30.181818 | 199 | 0.566265 |
d58db973c63d0708009d2834dbe3cc06d0f10b6c | 1,650 | asm | Assembly | programs/oeis/226/A226488.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/226/A226488.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/226/A226488.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A226488: a(n) = n*(13*n - 9)/2.
; 0,2,17,45,86,140,207,287,380,486,605,737,882,1040,1211,1395,1592,1802,2025,2261,2510,2772,3047,3335,3636,3950,4277,4617,4970,5336,5715,6107,6512,6930,7361,7805,8262,8732,9215,9711,10220,10742,11277,11825,12386,12960,13547,14147,14760,15386,16025,16677,17342,18020,18711,19415,20132,20... | 183.333333 | 1,566 | 0.821818 |
6f84369b27880ff6491a331a39bc7c23d57b30f9 | 1,268 | asm | Assembly | tests/mips8.asm | QuarticCat/qc-mips-cpu | 500a8f82c7cb9876584c9cdeee9438534f110f5b | [
"MIT"
] | null | null | null | tests/mips8.asm | QuarticCat/qc-mips-cpu | 500a8f82c7cb9876584c9cdeee9438534f110f5b | [
"MIT"
] | null | null | null | tests/mips8.asm | QuarticCat/qc-mips-cpu | 500a8f82c7cb9876584c9cdeee9438534f110f5b | [
"MIT"
] | null | null | null | .text
# To test the data hazard of beq and bne
addi $t1, $zero, 12
addi $t2, $zero, -2
addi $t3, $zero, 23
addi $v0, $zero, 0
addi $v1, $zero, 19
addi $a0, $zero, 1
addi $t0, $zero, -1
addi $a2, $zero, 1 # meaningless instruction, just to avoid other hazards
addi $a2, $zero, 1 # meaningless instruction, just to avoid ... | 45.285714 | 88 | 0.677445 |
48f60b1289f58369b2d4401697ccd6cdf264ad69 | 386 | asm | Assembly | src/ben-eater-6502/set-value.asm | lewismoten/6502-program-1 | f4ea14505066da3502b792a16863ff0f6217e3b0 | [
"MIT"
] | 1 | 2021-03-04T20:09:55.000Z | 2021-03-04T20:09:55.000Z | src/ben-eater-6502/set-value.asm | lewismoten/6502-program-1 | f4ea14505066da3502b792a16863ff0f6217e3b0 | [
"MIT"
] | null | null | null | src/ben-eater-6502/set-value.asm | lewismoten/6502-program-1 | f4ea14505066da3502b792a16863ff0f6217e3b0 | [
"MIT"
] | null | null | null | ; 32KB
; Offset 0x8000.
; Set default value for padding as no-op instruction
FILLVALUE $EA
; start assembling at address 0
ORG $0000
; Load accumulator with value of 0x42
lda #$42 ; A9 4C
; store value in accumulator at address 6000
sta $6000
; Skip to entry address
PAD $7FFC
; Now at entry address (0xFFFC and 0x... | 15.44 | 52 | 0.733161 |
6438cf46d82b1ce27032fec96dde92d718a54f70 | 210 | asm | Assembly | programs/oeis/182/A182741.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/182/A182741.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/182/A182741.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A182741: A shell model of partitions as a binary code.
; 1,1,1,1,0,1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,1,1
trn $0,2
pow $0,5
mod $0,46
mov $1,10
lpb $0,1
mov $0,6
mov $1,1
sub $2,5
mul $0,$2
lpe
div $1,10
| 14 | 56 | 0.57619 |
418686d7965eb3b883d9d32980877585db17e489 | 321 | asm | Assembly | programs/oeis/061/A061353.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/061/A061353.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/061/A061353.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A061353: First column of array shown in A061352.
; 1,3,4,0,1,1,2,6,7,5,6,8,9,5,6,6,7,1,2,0,1,3,4,0,1,1,2,6,7,5,6,8,9,5,6,6,7,1,2,0,1,3,4,0,1,1,2,6,7,5,6,8,9,5,6,6,7,1,2,0,1,3,4,0,1,1,2,6,7,5,6,8,9,5,6,6,7,1,2,0,1,3,4,0,1,1,2,6,7,5,6,8,9,5,6,6,7,1,2,0
mov $2,$0
dif $0,2
bin $2,2
add $2,$0
add $0,$2
add $0,1
mod $0,10... | 29.181818 | 201 | 0.545171 |
da7a196c02d4b82b862369e8ba5fbcae0be54c72 | 192 | asm | Assembly | libsrc/stdio_new/error/stdio_error_einval_zc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdio_new/error/stdio_error_einval_zc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdio_new/error/stdio_error_einval_zc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; stdio_error_einval_zc
; 06.2008 aralbrec
PUBLIC stdio_error_einval_zc
EXTERN stdio_errno_zc
INCLUDE "../stdio.def"
pop hl
.stdio_error_einval_zc
ld hl,EINVAL
jp stdio_errno_zc
| 12.8 | 28 | 0.776042 |
c28fbe1db3b49a7cb6ed6e4972ce8627e97f2a60 | 8,513 | asm | Assembly | uuu/src/apps/nic_detector/nic_detector.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | 7 | 2019-03-04T08:53:33.000Z | 2022-01-28T19:32:12.000Z | uuu/src/apps/nic_detector/nic_detector.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | uuu/src/apps/nic_detector/nic_detector.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | ; Unununium Operating Engine
; Copyright (C) 2001, Dave Poirier
; Distributed under the BSD License
;
; Please see the pci_detector application, which is based on this one but
; much more complete.
;
section nic_detector
nic_database:
dd 0x0082, str_3COM
dd 0xFFFF, str_3C905
dd -1
dd 0x008D, str_3COM
dd 0xFFFF... | 25.641566 | 79 | 0.754376 |
169911fc06176b5305acff2358700750236ebad6 | 468 | asm | Assembly | library/02_functions_batch1/unknown_10003750.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | 1 | 2021-06-05T23:41:15.000Z | 2021-06-05T23:41:15.000Z | library/02_functions_batch1/unknown_10003750.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | library/02_functions_batch1/unknown_10003750.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | 10003750: a1 10 52 01 10 mov eax,ds:0x10015210
10003755: 85 c0 test eax,eax
10003757: 74 06 je 0x1000375f
10003759: 50 push eax
1000375a: e8 e7 00 00 00 call 0x10003846
1000375f: b8 01 00 00 00 mov eax,0x1
10003764: c7 05 10 52 01 1... | 42.545455 | 73 | 0.542735 |
fc55d29e741f79b0a48060c4327c9235f5772d83 | 8,468 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_752.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_752.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_752.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x15c06, %rcx
nop
nop
nop
nop
nop
and %r12, %r12
mov $0x6162636465666768, %r9
movq %r9, %xmm5
and $0xffffffffffffffc0, %rcx
vmovaps %ymm5, (%rcx)
nop
nop
nop
sub $36808, %r... | 31.018315 | 2,999 | 0.655999 |
d57d7f73538ad43af9805f9bba1671097a6b3642 | 10,319 | asm | Assembly | base/mvdm/dos/v86/cmd/command/comequ.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/dos/v86/cmd/command/comequ.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/dos/v86/cmd/command/comequ.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
; SCCSID = @(#)comequ.asm 1.1 85/05/14
; SCCSID = @(#)comequ.asm 1.1 85/05/14
;*************************************
; COMMAND EQUs which are n... | 39.841699 | 85 | 0.689505 |
576a30bf1397020c47085c616e543a9a2a4b3a13 | 2,661 | asm | Assembly | programs/oeis/188/A188480.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/188/A188480.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/188/A188480.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A188480: a(n) = (n^4 + 16*n^3 + 65*n^2 + 26*n + 12)/12.
; 1,10,39,99,203,366,605,939,1389,1978,2731,3675,4839,6254,7953,9971,12345,15114,18319,22003,26211,30990,36389,42459,49253,56826,65235,74539,84799,96078,108441,121955,136689,152714,170103,188931,209275,231214,254829,280203,307421,336570,367739,401019,436503,4742... | 61.883721 | 2,103 | 0.780909 |
c665e088f792d5a0a48546c14552f30cc6a3f137 | 100 | asm | Assembly | gfx/pokemon/tyranitar/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/tyranitar/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/tyranitar/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 14
frame 2, 16
frame 3, 16
frame 1, 14
frame 4, 16
frame 0, 16
frame 4, 16
endanim
| 11.111111 | 12 | 0.63 |
17dca5fed8a5f8154a60558fdae71a34c01844b7 | 741 | asm | Assembly | oeis/222/A222467.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/222/A222467.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/222/A222467.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A222467: Denominator sequence of the n-th convergent of the continued fraction 1/(1 + 2/(2 + 2/(3 + 2/(4 + ...
; Submitted by Jon Maiga
; 1,1,4,14,64,348,2216,16208,134096,1239280,12660992,141749472,1726315648,22725602368,321611064448,4869617171456,78557096872192,1345209881170176,24370892054807552,465737368803683840,... | 43.588235 | 483 | 0.811066 |
466c14afcf6762a978d0b2ca0a82baf476bb35e6 | 815 | asm | Assembly | oeis/207/A207929.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/207/A207929.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/207/A207929.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A207929: Number of 3 X n 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 0 and 1 1 1 vertically.
; Submitted by Christian Krause
; 6,36,72,144,360,900,2160,5184,12528,30276,73080,176400,425880,1028196,2482272,5992704,14467680,34928100,84323880,203575824,491475528,1186526916,2864529360,6915585600,16695700560... | 37.045455 | 493 | 0.77546 |
9cb5730aacb0e306b234f5853e3c1126e6b595a0 | 1,056 | asm | Assembly | programs/oeis/130/A130482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A130482: a(n) = Sum_{k=0..n} (k mod 4) (Partial sums of A010873).
; 0,1,3,6,6,7,9,12,12,13,15,18,18,19,21,24,24,25,27,30,30,31,33,36,36,37,39,42,42,43,45,48,48,49,51,54,54,55,57,60,60,61,63,66,66,67,69,72,72,73,75,78,78,79,81,84,84,85,87,90,90,91,93,96,96,97,99,102,102,103,105,108,108,109,111,114,114,115,117,120,120,... | 105.6 | 927 | 0.705492 |
6fdc1d471970fda25cd4ed6c05a53cf33710e16b | 2,722 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/powerpc64/mode32/sub_n.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/powerpc64/mode32/sub_n.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/powerpc64/mode32/sub_n.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl PowerPC-64/mode32 mpn_sub_n -- Subtract two limb vectors of the same
dnl length and store difference in a third limb vector.
dnl Copyright 1999-2001, 2003, 2005 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and... | 30.58427 | 79 | 0.712711 |
01e03b1173be10806c3c84c55611e3580812446e | 644 | asm | Assembly | libsrc/oz/ozserial/ozsetrxhandshaking.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/oz/ozserial/ozsetrxhandshaking.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/oz/ozserial/ozsetrxhandshaking.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
; Serial libraries
; buffered serial input
;
; ------
; $Id: ozsetrxhandshaking.asm,v 1.2 2015/01/19 01:33:04 pauloscustodio Exp $
;
PUBLIC ozsetrxhandshaking
EXTERN serial_int
EXTERN SerialBuff... | 16.512821 | 76 | 0.571429 |
d0ff1fb35dd32021d48e674c5142346a6a1768e6 | 469 | asm | Assembly | programs/oeis/226/A226088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/226/A226088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/226/A226088.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A226088: a(n) is the number of the distinct quadrilaterals in a regular n-gon, which Q3 type are excluded.
; 0,1,1,3,4,8,10,15,19,26,31,39,46,56,64,75,85,98,109,123,136,152,166,183,199,218
mov $4,$0
mov $6,$0
lpb $4,1
mov $0,$6
sub $4,1
sub $0,$4
mul $0,3
lpb $0,1
mul $0,5
mov $2,$0
div $0,10
... | 16.75 | 108 | 0.54371 |
0970fc805c2bde9aa3b89f7f78a41d6fa0ac06cc | 272 | asm | Assembly | programs/oeis/144/A144596.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/144/A144596.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/144/A144596.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A144596: Christoffel word of slope 2/7.
; 0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0
mul $0,2
mod $0,9
div $0,7
| 38.857143 | 201 | 0.536765 |
3eefbae89a10c6c37c3caa95351943921ac159b1 | 706 | asm | Assembly | oeis/053/A053818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053818: a(n) = Sum_{k=1..n, gcd(n,k) = 1} k^2.
; Submitted by Jamie Morken(m3a)
; 1,1,5,10,30,26,91,84,159,140,385,196,650,406,620,680,1496,654,2109,1080,1806,1650,3795,1544,4150,2756,4365,3164,7714,2360,9455,5456,7370,6256,9940,5196,16206,8778,12324,8560,22140,6972,25585,12980,16260,15686,33511,12304,33565,16700,28... | 41.529412 | 499 | 0.725212 |
f97999a699f2221440db8ab76cf3ad372406b47e | 244 | asm | Assembly | libsrc/compress/zx7/dzx7_agile_rcs_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/compress/zx7/dzx7_agile_rcs_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/compress/zx7/dzx7_agile_rcs_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
; void dzx7_agile_rcs_callee(void *src, void *dst)
SECTION code_clib
SECTION code_compress_zx7
PUBLIC _dzx7_agile_rcs_callee
EXTERN asm_dzx7_agile_rcs
_dzx7_agile_rcs_callee:
pop hl
pop de
ex (sp),hl
jp asm_dzx7_agile_rcs
| 13.555556 | 50 | 0.77459 |
3b1283cc1e65227cbbe88372108961f319b4d67f | 592 | asm | Assembly | oeis/072/A072869.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/072/A072869.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/072/A072869.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A072869: a(n) = sigma(sigma(n)-n), where sigma = A000203, sum of the divisors of n.
; Submitted by Christian Krause
; 1,1,4,1,12,1,8,7,15,1,31,1,18,13,24,1,32,1,36,12,24,1,91,12,31,14,56,1,96,1,32,24,42,14,72,1,36,18,93,1,120,1,90,48,42,1,140,15,44,32,72,1,144,18,127,24,63,1,280,1,54,42,104,20,168,1,90,40,114,1,168,1... | 34.823529 | 290 | 0.640203 |
4ac2852a951643d0bd1f71f4c34aa069e8b98778 | 305 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_derror_erange_longc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_derror_erange_longc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_derror_erange_longc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC am48_derror_erange_longc
EXTERN error_erange_zc
am48_derror_erange_longc:
; return LONG_MIN or LONG_MAX
call error_erange_zc
ld e,l
ld d,$80
bit 7,b
ret nz ; if negative
dec de
dec hl
ret
| 12.708333 | 44 | 0.645902 |
145de96b6bba46722d5e9a379eea550312b1be87 | 375 | asm | Assembly | oeis/280/A280710.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/280/A280710.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/280/A280710.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A280710: Characteristic function of squarefree semiprimes.
; Submitted by Jon Maiga
; 0,0,0,0,0,1,0,0,0,1,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0,0
seq $0,329484 ; Dirichlet convo... | 53.571429 | 201 | 0.632 |
9d83427aa0937f5b25d8016876a13e89f21130ce | 46,335 | asm | Assembly | wc.asm | gangwareGremlins/PA3 | 2d9b6103a93a2633e0328f9ba30347b01a37cde3 | [
"MIT-0"
] | null | null | null | wc.asm | gangwareGremlins/PA3 | 2d9b6103a93a2633e0328f9ba30347b01a37cde3 | [
"MIT-0"
] | null | null | null | wc.asm | gangwareGremlins/PA3 | 2d9b6103a93a2633e0328f9ba30347b01a37cde3 | [
"MIT-0"
] | null | null | null |
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <wc>:
char buf[512];
void
wc(int fd, char *name)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp
int i, n;
int l, w, c, inword;
l = w = c = 0;
6: c7... | 34.24612 | 60 | 0.418949 |
ac1a577a1463ccd66332e063390963638608cb37 | 405 | asm | Assembly | oeis/272/A272095.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/272/A272095.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/272/A272095.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A272095: a(n) = Product_{k=0..n} binomial(n^2,k).
; Submitted by Jon Maiga
; 1,1,24,27216,1956864000,11593630125000000,7004354761049263478784000,515246658615545697034849051407876096,5368556637668593177532650186945239827409750982656,9038577429104951379916309583338181472480254559457860096000000000
mov $1,1
mov $2,$0
a... | 25.3125 | 221 | 0.77037 |
4aec9400399b9840ba6ec79509437a3978c421e3 | 334 | asm | Assembly | _anim/obj23.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | _anim/obj23.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | 2 | 2019-06-13T14:26:59.000Z | 2019-10-10T13:15:14.000Z | _anim/obj23.asm | vladjester2020/Sonic1TMR | 22e749a2aab74cc725729e476d6252b071c12e42 | [
"Apache-2.0"
] | null | null | null | ; ---------------------------------------------------------------------------
; Animation script - missile that Buzz Bomber throws
; ---------------------------------------------------------------------------
dc.w byte_9A2E-Ani_obj23
dc.w byte_9A32-Ani_obj23
byte_9A2E: dc.b 7, 0, 1, $FC
byte_9A32: dc.b 1, 2, ... | 41.75 | 78 | 0.365269 |
af82bc8c258783a61026cd9f4c3ed8dc947c8273 | 33 | asm | Assembly | projects/Kirbys_Dream_Land_2.windfish/configuration/macros/cbcall.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 68 | 2020-12-16T10:06:48.000Z | 2022-03-29T19:54:01.000Z | projects/Kirbys_Dream_Land_2.windfish/configuration/macros/cbcall.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 62 | 2020-12-19T04:28:41.000Z | 2021-02-15T22:18:16.000Z | projects/Kirbys_Dream_Land_2.windfish/configuration/macros/cbcall.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 4 | 2021-01-17T03:51:22.000Z | 2021-01-21T16:26:53.000Z | ld a, #1
ld hl, #2
call $05E5 | 11 | 11 | 0.515152 |
5d85e0bc87f7041206ecb232e5b477568e624332 | 280 | asm | Assembly | libsrc/abc800/abc_cursor.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/abc800/abc_cursor.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/abc800/abc_cursor.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; ABC800 specific routines
; by Stefano Bodrato, Oct 2007
;
; Set cursor shape
;
; void abc_cursor(unsigned char shape);
;
;
; $Id: abc_cursor.asm,v 1.1 2007/11/08 14:11:50 stefano Exp $
;
XLIB abc_cursor
abc_cursor:
ld a,11
out (56),a
ld a,l ; FASTCALL
out (57),a
ret
| 13.333333 | 61 | 0.671429 |
019334f9c9708d196b6ee5fda21b84822146ca32 | 508 | asm | Assembly | programs/oeis/045/A045756.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/045/A045756.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/045/A045756.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A045756: Expansion of e.g.f. (1-9*x)^(-1/9), 9-factorial numbers.
; 1,1,10,190,5320,196840,9054640,498005200,31872332800,2326680294400,190787784140800,17361688356812800,1736168835681280000,189242403089259520000,22330603564532623360000,2835986652695643166720000,385694184766607470673920000,55925656791158083247718400000... | 39.076923 | 356 | 0.824803 |
bfbb3e1add5beca9691104bfc061c3a8a8ee9e12 | 459 | asm | Assembly | src/pit.asm | ando23/sysa | b94a821f95b2a8ab9725ed81a19004470dff9b64 | [
"MIT"
] | null | null | null | src/pit.asm | ando23/sysa | b94a821f95b2a8ab9725ed81a19004470dff9b64 | [
"MIT"
] | null | null | null | src/pit.asm | ando23/sysa | b94a821f95b2a8ab9725ed81a19004470dff9b64 | [
"MIT"
] | null | null | null | ; Copyright 2022 Andreas Herzig
; Licence: MIT
; Info: https://wiki.osdev.org/PIT
PIT_CHN0 equ 0x40
PIT_CHN1 equ 0x41
PIT_CHN2 equ 0x42
PIT_CMD equ 0x43
PIT_OS_FLAGS equ 0b00010110
; xx...... channel
; ..xx.... access mode, 01=lobyte only
; ....xxx. operating mode, 3=square wave
; .......0 0=binary 1=BCD
; ... | 13.909091 | 45 | 0.690632 |
658d080bfaa81515a502b5ca7e55c0d5825cbe8e | 189 | asm | Assembly | boot/boot_sector.asm | KDunc11/OS-Testing | 50369dfef34c2e5d859d46fc9a7789e27f97b5b6 | [
"MIT"
] | null | null | null | boot/boot_sector.asm | KDunc11/OS-Testing | 50369dfef34c2e5d859d46fc9a7789e27f97b5b6 | [
"MIT"
] | null | null | null | boot/boot_sector.asm | KDunc11/OS-Testing | 50369dfef34c2e5d859d46fc9a7789e27f97b5b6 | [
"MIT"
] | null | null | null | ; Simple boot sector
loop:
jmp loop
times 510-($-$$) db 0 ; paading 510 bytes of 0's
dw 0xaa55 ; last two bytes of 512 bytes for the boot sector, indicating the end of the boot block | 27 | 97 | 0.703704 |
9fc6f74ab535cec09fafa712933c84b1d773dcca | 1,403 | asm | Assembly | src/DSP2833x_ADC_cal.asm | RaphaelSquair/28335ModbusMaster | 0f309b1979b6ed9059d5193b4e9185e8abfbaf60 | [
"Apache-2.0"
] | 15 | 2017-11-14T14:53:40.000Z | 2022-03-28T01:20:38.000Z | src/DSP2833x_ADC_cal.asm | RaphaelSquair/28335ModbusMaster | 0f309b1979b6ed9059d5193b4e9185e8abfbaf60 | [
"Apache-2.0"
] | 2 | 2019-10-01T15:30:00.000Z | 2022-01-19T12:12:45.000Z | src/DSP2833x_ADC_cal.asm | RaphaelSquair/28335ModbusMaster | 0f309b1979b6ed9059d5193b4e9185e8abfbaf60 | [
"Apache-2.0"
] | 16 | 2017-11-13T14:28:19.000Z | 2022-03-24T01:28:25.000Z | ;; TI File $Revision: /main/1 $
;; Checkin $Date: July 30, 2007 10:29:23 $
;;###########################################################################
;;
;; FILE: ADC_cal.asm
;;
;; TITLE: 2833x Boot Rom ADC Cal routine.
;;
;; Functions:
;;
;; _ADC_cal - Copies device specific calibration data into ADCREFSE... | 32.627907 | 98 | 0.453314 |
f431365654d2bc90c3d153ca36cab8cda111db59 | 5,884 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1614.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1614.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1614.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 %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x759d, %rsi
lea addresses_normal_ht+0xf7dd, %rdi
nop
nop
nop
and $15941, %r11
mov $93, %rcx
rep movsl
sub $11141, %rcx
lea addresses_normal_ht+0x1c00f, %rdx
nop
and $46830, %r13
mov (%... | 43.585185 | 2,999 | 0.659755 |
e413f4f82fdb580c8068eb81c21fd280aa210a9d | 1,317 | asm | Assembly | programs/oeis/024/A024046.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024046.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024046.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024046: a(n) = 4^n - n^10.
; 1,3,-1008,-58985,-1048320,-9764601,-60462080,-282458865,-1073676288,-3486522257,-9998951424,-25933230297,-61900587008,-137791382985,-288986219520,-575576648801,-1095216660480,-1998814031265,-3501747749888,-5856188350857,-9140488372224,-12281834467097,-8967736747008,28942232964015,2180715... | 146.333333 | 1,236 | 0.906606 |
5afe266baf9efd1fda4582deb4e8d30951e68b8f | 912 | asm | Assembly | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_VS.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 125 | 2015-01-04T09:33:05.000Z | 2022-03-13T05:08:50.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_VS.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 1 | 2015-04-01T22:26:14.000Z | 2015-04-02T12:57:18.000Z | src/SlimShader.Tests/Shaders/Sdk/Direct3D11/HDRToneMappingCS11/FinalPass_VS.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 36 | 2015-01-26T22:01:38.000Z | 2022-01-26T04:35:56.000Z | //
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.20714
//
//
///
//
// Input signature:
//
// Name Index Mask Register SysValue Format Used
// -------------------- ----- ------ -------- -------- ------- ------
// POSITION 0 xyzw 0 NONE float xyzw
// T... | 28.5 | 69 | 0.475877 |
e6626d1ab881969691a003cf4482c3f9eb4324e3 | 7,508 | asm | Assembly | Transynther/x86/_processed/NONE/_un_xt_/i7-7700_9_0x48_notsx.log_21829_1877.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_un_xt_/i7-7700_9_0x48_notsx.log_21829_1877.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_un_xt_/i7-7700_9_0x48_notsx.log_21829_1877.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x13fff, %r15
nop
nop
cmp %rbp, %rbp
mov $0x6162636465666768, %rsi
movq %rsi, (%r15)
nop
xor $7994, %r12
lea addresses_WC_ht+0x115ff, %r10
nop
nop
nop
nop
add %r15, %r15
mov (... | 33.972851 | 2,999 | 0.658897 |
ce8bd82b21156fd8ad49bc4ebaa50f3f3ab1ff0c | 1,875 | asm | Assembly | programs/oeis/267/A267539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267539: Decimal representation of the middle column of the "Rule 143" elementary cellular automaton starting with a single ON (black) cell.
; 1,3,6,12,25,51,103,207,415,831,1663,3327,6655,13311,26623,53247,106495,212991,425983,851967,1703935,3407871,6815743,13631487,27262975,54525951,109051903,218103807,436207615,87... | 170.454545 | 1,663 | 0.9136 |
b246e35e91f42fdd95f7bbd4cc059f4d994e972a | 1,133 | asm | Assembly | _build/dispatcher/jmp_ippsHMACMessage_rmf_5374eb2b.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsHMACMessage_rmf_5374eb2b.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsHMACMessage_rmf_5374eb2b.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsHMACMessage_rmf:function
extern n8_ippsHMACMessage_rmf:function
extern y8_ippsHMACMessage_rmf:function
extern e9_ippsHMACMessage_rmf:function
extern l9_ippsHMACMessage_rmf:function
extern n0_ippsHMACMessage_rmf:function
extern k0_ippsHMACMessage_rmf:function
extern ippcpJumpIndexForMergedLibs
extern ippcp... | 29.051282 | 103 | 0.805825 |
6aafa20b698235713ba59b90b76eabb77d00bcee | 338 | asm | Assembly | pwnlib/shellcraft/templates/thumb/linux/echo.asm | mtdcr/pwntools | b784d3a6837dc683a4d3d775ed5b7752988e86f4 | [
"MIT"
] | 7 | 2017-07-11T01:12:02.000Z | 2017-09-21T23:39:54.000Z | pwnlib/shellcraft/templates/thumb/linux/echo.asm | mtdcr/pwntools | b784d3a6837dc683a4d3d775ed5b7752988e86f4 | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/thumb/linux/echo.asm | mtdcr/pwntools | b784d3a6837dc683a4d3d775ed5b7752988e86f4 | [
"MIT"
] | 6 | 2017-09-07T02:31:11.000Z | 2021-07-05T16:59:18.000Z | <% from pwnlib.shellcraft import thumb %>
<%page args="string, sock = '1'"/>
<%docstring>
Writes a string to a file descriptor
Example:
>>> run_assembly(shellcraft.echo('hello\n', 1)).recvline()
'hello\n'
</%docstring>
${thumb.pushstr(string, append_null = False)}
${thumb.linux.syscall('SYS_write', sock, 's... | 22.533333 | 62 | 0.671598 |
091bc6dbdb64774bb575fc7d73155cada232b186 | 1,013 | asm | Assembly | programs/oeis/191/A191698.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/191/A191698.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/191/A191698.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A191698: a(n) = (122n^3 + 140n^2 + 45n + 3n(-1)^n)/8.
; 0,38,204,585,1280,2370,3960,6125,8976,12582,17060,22473,28944,36530,45360,55485,67040,80070,94716,111017,129120,149058,170984,194925,221040,249350,280020,313065,348656,386802,427680,471293,517824,567270,619820,675465,734400,796610,862296,931437,1004240,1080678,1... | 38.961538 | 739 | 0.767029 |
229bd1c9e4445a294953bd5f315f2828fd7f18aa | 1,364 | asm | Assembly | _inc/Debug list - LZ.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 2 | 2020-04-09T19:36:35.000Z | 2021-01-05T14:20:17.000Z | _inc/Debug list - LZ.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | null | null | null | _inc/Debug list - LZ.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 1 | 2020-06-17T14:16:35.000Z | 2020-06-17T14:16:35.000Z | ; ---------------------------------------------------------------------------
; Debug list - Labyrinth
; ---------------------------------------------------------------------------
dc.w $19
dc.l Map_obj25+$25000000
dc.b 0, 0, $27, $B2
dc.l Map_obj26+$26000000
dc.b 0, 0, 6, $80
dc.l Map_obj41+$41000000
dc.b 0, 0,... | 24.8 | 77 | 0.548387 |
2237407672bb6add4e4e6ac8a53aabd78ba0f349 | 571 | asm | Assembly | data/baseStats/raikou.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/baseStats/raikou.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/baseStats/raikou.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | db DEX_RAIKOU ; pokedex id
db 90 ; base hp
db 85 ; base attack
db 75 ; base defense
db 115 ; base speed
db 107 ; base special
db ELECTRIC ; species type 1
db ELECTRIC ; species type 2
db 3 ; catch rate
db 216 ; base exp yield
INCBIN "pic/ymon/raikou.pic",0,1 ; 55, sprite dimensions
dw RaikouPicFront
dw Raik... | 19.689655 | 57 | 0.709282 |
5bf88600b9a8b2266887f74690885a2768202bbf | 405 | asm | Assembly | programs/oeis/060/A060145.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/060/A060145.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/060/A060145.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A060145: a(n) = floor(n/tau) - floor(n/(1 + tau)).
; 0,0,1,0,1,2,1,2,1,2,3,2,3,4,3,4,3,4,5,4,5,4,5,6,5,6,7,6,7,6,7,8,7,8,9,8,9,8,9,10,9,10,9,10,11,10,11,12,11,12,11,12,13,12,13,12,13,14,13,14,15,14,15,14,15,16,15,16,17,16,17,16,17,18,17,18,17,18,19,18,19,20,19,20,19,20,21,20,21,22,21,22,21,22,23,22,23,22,23,24
trn $... | 57.857143 | 260 | 0.582716 |
ab9c40bd9bacbbba06e82441815300552b717e49 | 2,335 | asm | Assembly | EserciziMips/6.2-Gioco.asm | AntoAndGar/MIPS | 776bbf3ca1d9a3184f469a11b5230d4d03622826 | [
"MIT"
] | null | null | null | EserciziMips/6.2-Gioco.asm | AntoAndGar/MIPS | 776bbf3ca1d9a3184f469a11b5230d4d03622826 | [
"MIT"
] | null | null | null | EserciziMips/6.2-Gioco.asm | AntoAndGar/MIPS | 776bbf3ca1d9a3184f469a11b5230d4d03622826 | [
"MIT"
] | null | null | null | # Nella battaglia virtuale STUDENT BATTLE la milizia A composta da 100 informatici si posiziona ad una certa distanza dalla milizia B di 100 sociologhi.
# Gli informatici hanno un mortaio con cui sparare delle bombe di colore che colpiscono 10 persone e un elaboratore MIPS;
# mentre la milizia dei sociologhi dispone ... | 23.585859 | 182 | 0.706638 |
41799ba2ea3de859bf1adefe8773480e1d065bd2 | 438 | asm | Assembly | tests/sjasmplus_regressions/define.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/sjasmplus_regressions/define.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/sjasmplus_regressions/define.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | device zxspectrum128
org #8000
DEFINE Scalar db 1
DEFARRAY Array,db 2,db 3,db 4
Scalar
Array[3]
Array[2]
Array[1]
Array[0]
Array
; original test has invalid syntax of DEFARRAY (by Docs definition), when "fixed":
... | 19.909091 | 82 | 0.497717 |
0e62bbd578220dd15df44d0a949bd77160500e3f | 450 | asm | Assembly | programs/oeis/034/A034214.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/034/A034214.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/034/A034214.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A034214: Number of ternary codes of length 2 with n words.
; 1,1,2,4,5,5,4,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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
trn $1,$0
add $1,6
mov $2,$0
mov $0,$1
sub $2,4
mov $4,$2
lpb $0
mov $3,8
mov $0,$3
... | 17.307692 | 169 | 0.526667 |
22a09cbb288d3284c5353eb7c8853cbe9de1c350 | 4,648 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1723.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1723.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1723.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xef71, %rsi
lea addresses_D_ht+0x15b55, %rdi
nop
add %rdx, %rdx
mov $89, %rcx
rep movsq
nop
nop
sub $19321, %rbx
lea addresses_D_ht+0x141c5, %rsi
lea addresses_WC_ht+0x6c55, %rdi
nop
nop
nop
and ... | 54.682353 | 2,999 | 0.663511 |
4931e5009a96a201b47878c398552628304944a5 | 233 | asm | Assembly | programs/oeis/016/A016892.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016892.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016892.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016892: (5n+3)^8.
; 6561,16777216,815730721,11019960576,78310985281,377801998336,1406408618241,4347792138496,11688200277601,28179280429056,62259690411361,128063081718016,248155780267521,457163239653376
mul $0,5
add $0,3
pow $0,8
| 33.285714 | 183 | 0.832618 |
d96361a9853a5c1549e5ae1dc56b6586faf313cd | 8,712 | asm | Assembly | 15. MATRIX ADDITION.asm | rng70/Assembly-Programming | 38c60807b944b49e52f189930c5bf1beadf80d74 | [
"MIT"
] | null | null | null | 15. MATRIX ADDITION.asm | rng70/Assembly-Programming | 38c60807b944b49e52f189930c5bf1beadf80d74 | [
"MIT"
] | null | null | null | 15. MATRIX ADDITION.asm | rng70/Assembly-Programming | 38c60807b944b49e52f189930c5bf1beadf80d74 | [
"MIT"
] | null | null | null |
; THIS SIMPLE PROGRAM IS FOR ADDING TWO 2x2 MATRIX
; IF TWO 2x2 MATRIX IS PROVIDED THEN IT CALCULATE THEIR SUR
; FOR EXAMPLE IF
; 2 -1 ; 1 0
; AND
; 1 -2 ; 0 1
; IS GIVEN THEN IT SHOW THE FOLLOWIN ... | 22.806283 | 74 | 0.339991 |
c23775774598eab947232f2bc839e0be663d2d90 | 329 | asm | Assembly | programs/oeis/172/A172242.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/172/A172242.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/172/A172242.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A172242: Number of 10-D hypercubes in an n-dimensional hypercube.
; 1,22,264,2288,16016,96096,512512,2489344,11202048,47297536,189190144,722362368,2648662016,9372188672,32133218304,107110727680,348109864960,1105760747520,3440144547840,10501493882880,31504481648640
mov $1,-2
pow $1,$0
mov $2,-11
bin $2,$0
mul $1,$2
m... | 32.9 | 198 | 0.790274 |
6519661986472da841f856091df69de3f1c96343 | 493 | asm | Assembly | programs/oeis/047/A047388.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047388.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047388.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047388: Numbers that are congruent to {0, 1, 2, 5} mod 7.
; 0,1,2,5,7,8,9,12,14,15,16,19,21,22,23,26,28,29,30,33,35,36,37,40,42,43,44,47,49,50,51,54,56,57,58,61,63,64,65,68,70,71,72,75,77,78,79,82,84,85,86,89,91,92,93,96,98,99,100,103,105,106,107,110,112,113,114,117,119,120,121,124,126,127,128,131,133,134,135,138,14... | 61.625 | 336 | 0.673428 |
6f170b3cb88530c858f8d34f55c23e84fec6b9ff | 3,000 | asm | Assembly | SlnBin/Stub/pe32/Emulator.asm | bytecode-77/peunion | 82fd13a9bf69a0ca30ec9fc7edda2f1211885de3 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 387 | 2018-06-08T22:33:27.000Z | 2022-03-30T00:25:56.000Z | SlnBin/Stub/pe32/Emulator.asm | willjgit/pe-union | 49ac5bb478057ee791934ffe3736975a3e6ab7d9 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 20 | 2018-05-26T12:49:25.000Z | 2022-02-06T14:34:54.000Z | SlnBin/Stub/pe32/Emulator.asm | willjgit/pe-union | 49ac5bb478057ee791934ffe3736975a3e6ab7d9 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 97 | 2018-09-11T23:31:51.000Z | 2022-03-10T05:54:55.000Z | proc DetectEmulator
local Memory:DWORD
local String[MAX_PATH + 1]:BYTE
local ComputerName[MAX_PATH + 1]:BYTE
local ComputerNameLength:DWORD
local ExecutablePath[MAX_PATH + 1]:BYTE
local ExecutableFileName[MAX_PATH + 1]:BYTE
; --------------------------------------------------------------------------
; Allocat... | 23.4375 | 88 | 0.602667 |
bd6f4f869adc7097321cb31d74dbd0f75b16047a | 314 | asm | Assembly | sprite/sprite.asm | Admiral-Enigma/C64-playground | 9ca935cb349925035169642514b51e2655f4d2b8 | [
"MIT"
] | null | null | null | sprite/sprite.asm | Admiral-Enigma/C64-playground | 9ca935cb349925035169642514b51e2655f4d2b8 | [
"MIT"
] | null | null | null | sprite/sprite.asm | Admiral-Enigma/C64-playground | 9ca935cb349925035169642514b51e2655f4d2b8 | [
"MIT"
] | null | null | null | processor 6502
org $1000
check:
jsr $ffe1
beq end
lda #$80
sta $07f8
lda #$01
sta $d015
lda #$80 ;128 pixels
sta $d000 ;X
sta $d001 ;Y
jmp check
end:
rts
;LOADING ASSETS
org $2000
incbin "customsprite.prg"
| 11.214286 | 30 | 0.468153 |
2099beab81071ca21d35abeb38c96defbd087a97 | 600 | asm | Assembly | boot.asm | thet2mmy/os1 | 5ff2c9220222bf5b242d1b42bf6c95cc24bb197b | [
"BSD-2-Clause"
] | null | null | null | boot.asm | thet2mmy/os1 | 5ff2c9220222bf5b242d1b42bf6c95cc24bb197b | [
"BSD-2-Clause"
] | null | null | null | boot.asm | thet2mmy/os1 | 5ff2c9220222bf5b242d1b42bf6c95cc24bb197b | [
"BSD-2-Clause"
] | null | null | null | ; thank you Ciro Santilli on github for this really simple
; bootloader; i have adapted it for OS_1
; adapted from here:
; https://github.com/cirosantilli/x86-bare-metal-examples/blob/1f6af9021283dc01f2247efbb6aa9217363fbf07/nasm/bios_disk_load.asm
org 0x7C00
start:
jmp boot_begin
boot_begin:
mov ah,0xE
mov al,'... | 15.789474 | 127 | 0.705 |
bd616ee9c609301ddac985d5d397bdef9a6cfa62 | 8,095 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_1414.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_1414.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_1414.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x10df1, %r15
nop
nop
nop
nop
nop
xor %rdx, %rdx
movb $0x61, (%r15)
nop
nop
nop
nop
nop
dec %r10
lea addresses_WC_ht+0x1ce71, %r8
nop
nop
nop
xor %rax, %rax
m... | 31.870079 | 2,999 | 0.655713 |
7652981eba41c202f6d8e1140ad2c56435b785de | 284 | asm | Assembly | programs/oeis/093/A093718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/093/A093718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/093/A093718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A093718: a(n) = (n mod 3)^(n mod 2).
; 1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2,1,1,1,0,1,2
mov $1,$0
mod $0,2
mod $1,3
pow $1,$0
| 35.5 | 205 | 0.496479 |
d533cd22aa13fb8e7692d3171f269074e98347ab | 388 | asm | Assembly | programs/oeis/236/A236283.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/236/A236283.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/236/A236283.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A236283: The number of orbits of triples of {1,2,...,n} under the action of the dihedral group of order 2n.
; 1,4,5,10,13,20,25,34,41,52,61,74,85,100,113,130,145,164,181,202,221,244,265,290,313,340,365,394,421,452,481,514,545,580,613,650,685,724,761,802,841,884,925,970,1013,1060,1105,1154,1201,1252
mov $1,$0
add $1,... | 29.846154 | 191 | 0.680412 |
64d6092e1e0a7b84cf4cf3bb4fbe6c7abe11cc29 | 337 | asm | Assembly | programs/oeis/075/A075354.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/075/A075354.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/075/A075354.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A075354: Final term of n-th group in A075352.
; 1,2,4,6,9,12,16,20,25,30,36,42,48,55,62,70,78,87,96,106,116,127,138,150,162,174,187,200,214,228,243,258,274,290,307,324,342,360,379,398,417,437,457,478,499,521,543,566,589,613,637,662,687,713,739,766,793
add $0,1
cal $0,75353 ; Initial term of n-th group in A075352.
mo... | 42.125 | 205 | 0.700297 |
69c5eaedc795ae7d5886f4e984e50ba18adf8c81 | 13,075 | asm | Assembly | vp8/encoder/x86/sad_ssse3.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | 3 | 2015-08-31T15:24:31.000Z | 2020-04-24T20:31:29.000Z | vp8/encoder/x86/sad_ssse3.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | null | null | null | vp8/encoder/x86/sad_ssse3.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | 4 | 2015-09-16T11:40:39.000Z | 2019-06-10T01:08:46.000Z | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 35.626703 | 95 | 0.569254 |
15f55aa0bb5e31c50646ff99269cd27b62001204 | 967 | asm | Assembly | spel64/memory.asm | sub1to/spel64 | f83689c29294f9882c3f4ceea5504021584c423e | [
"MIT"
] | 4 | 2019-11-06T17:41:02.000Z | 2021-05-20T01:39:22.000Z | spel64/memory.asm | sub1to/spel64 | f83689c29294f9882c3f4ceea5504021584c423e | [
"MIT"
] | null | null | null | spel64/memory.asm | sub1to/spel64 | f83689c29294f9882c3f4ceea5504021584c423e | [
"MIT"
] | 2 | 2020-03-01T16:21:29.000Z | 2021-11-28T00:00:18.000Z | .DATA
.CODE
PUBLIC _memcpy
PUBLIC _zeromem
PUBLIC _memset
_memcpy PROC
push rsi
push rdi
push r8
cld ; clear directional flag
mov rsi, rdx ; source
mov rdi, rcx ; dest
; Move 8 bytes at a time
mov rcx, r8
shr rcx, 3 ; Divide length by 8
rep movsq
; Move remainder 1 byte at a time
... | 13.246575 | 45 | 0.640124 |
2f6c772a666fa30ec9d7938100b47f1e5064ebaf | 46,320 | asm | Assembly | echo.asm | spencer-hann/xv6-pdx | 551aa7b91057ac3db95a9d3a5e6257a8867bb3c0 | [
"MIT-0"
] | 1 | 2019-05-13T05:36:44.000Z | 2019-05-13T05:36:44.000Z | echo.asm | spencer-hann/xv6-pdx | 551aa7b91057ac3db95a9d3a5e6257a8867bb3c0 | [
"MIT-0"
] | null | null | null | echo.asm | spencer-hann/xv6-pdx | 551aa7b91057ac3db95a9d3a5e6257a8867bb3c0 | [
"MIT-0"
] | 1 | 2021-01-24T00:20:58.000Z | 2021-01-24T00:20:58.000Z |
_echo: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
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 ... | 34.438662 | 60 | 0.418415 |
b708a4e0b304579743aeb70d030b644b634b5673 | 355 | asm | Assembly | pwnlib/shellcraft/templates/i386/linux/i386_to_amd64.asm | alexpark07/pwntools | c86022e844c8264ba4c35ed1dd5d55f1c76be90b | [
"MIT"
] | 1 | 2015-04-21T11:30:28.000Z | 2015-04-21T11:30:28.000Z | pwnlib/shellcraft/templates/i386/linux/i386_to_amd64.asm | sigma-random/pwntools | ff0736201223a3456407726f6217e69a98c2de9a | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/i386/linux/i386_to_amd64.asm | sigma-random/pwntools | ff0736201223a3456407726f6217e69a98c2de9a | [
"MIT"
] | null | null | null | <% from pwnlib.shellcraft import common %>
<%docstring>Returns code to switch from i386 to amd64 mode.</%docstring>
<% helper, end = common.label("helper"), common.label("end") %>
[bits 32]
push 0x33 ; This is the segment we want to go to
call $+4
${helper}:
db 0xc0
add dword [esp], ${end} - ${helper}
... | 27.307692 | 72 | 0.633803 |
47525558bf67f3a709c748c1c87999644f084d8a | 76 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=pwuz2_derefidx_vbuyy_minus_vwuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwum1=pwuz2_derefidx_vbuyy_minus_vwuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=pwuz2_derefidx_vbuyy_minus_vwuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda ({z2}),y
sec
sbc #<{c1}
sta {m1}
iny
lda ({z2}),y
sbc #>{c1}
sta {m1}+1
| 8.444444 | 12 | 0.513158 |
64843b19f58696563601e31616cac3b5cecb9b70 | 590 | asm | Assembly | 002-assembly/common-mmx.asm | dingjingmaster/learn-kernel | befb4ef7ff56145d268e79fe1d18a5c11433c11a | [
"MIT"
] | null | null | null | 002-assembly/common-mmx.asm | dingjingmaster/learn-kernel | befb4ef7ff56145d268e79fe1d18a5c11433c11a | [
"MIT"
] | null | null | null | 002-assembly/common-mmx.asm | dingjingmaster/learn-kernel | befb4ef7ff56145d268e79fe1d18a5c11433c11a | [
"MIT"
] | null | null | null | ########################################################
# FileName : common-mmx.asm
# Author : DingJing
# Mail : dingjing@live.cn
# Created Time : 2022年01月06日 星期四 11时56分53秒
########################################################
.data
w1: .word 1, 2, 3, 4
w5: .word 5, 6, 7, 8
result: .quad 0
.text
... | 22.692308 | 56 | 0.508475 |
6f8626ed0be0cc6d4f39c2a66175da618509642d | 821 | asm | Assembly | programs/oeis/168/A168010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168010: a(n) = Sum of all numbers of divisors of all numbers k such that n^2 <= k < (n+1)^2.
; 5,15,25,39,47,67,75,95,105,129,129,163,167,191,205,229,231,269,267,299,313,337,341,379,387,409,427,459,445,505,497,529,553,573,571,627,625,657,661,711,687,757,743,783,805,821,831,885,875,913,929,961,961,1011,1011,1043,1067... | 32.84 | 439 | 0.668697 |
b5e2a081622f1b12f67ec1ce75fbed96087ca523 | 1,758 | asm | Assembly | masm(msdos)/menu2.asm | GioProyects/ensamblador | c5f42eb3661fa359885f8050495ed46f36a6bbf0 | [
"MIT"
] | null | null | null | masm(msdos)/menu2.asm | GioProyects/ensamblador | c5f42eb3661fa359885f8050495ed46f36a6bbf0 | [
"MIT"
] | null | null | null | masm(msdos)/menu2.asm | GioProyects/ensamblador | c5f42eb3661fa359885f8050495ed46f36a6bbf0 | [
"MIT"
] | null | null | null | .model small
.stack 100
.data
toprow equ 00
botrow equ 07
lefcol equ 16
col db 00
row db 00
count db ?
lines db 7
attrib db ?
ninteen db 1
menu db 0c9h,17 dup(0cdh),0bbh
db 0bah,'1.-Adress Record ',0bah
db 0bah,'2.-Delete Record ',0bah
db 0bah,'3.-Enter ... | 17.938776 | 51 | 0.587031 |
e9264b233e52977c7d5175c1d75b2b4d5d520a83 | 459 | asm | Assembly | programs/oeis/047/A047262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047262: Numbers that are congruent to {0, 2, 4, 5} mod 6.
; 0,2,4,5,6,8,10,11,12,14,16,17,18,20,22,23,24,26,28,29,30,32,34,35,36,38,40,41,42,44,46,47,48,50,52,53,54,56,58,59,60,62,64,65,66,68,70,71,72,74,76,77,78,80,82,83,84,86,88,89,90,92,94,95,96,98,100,101,102,104,106,107,108,110,112,113,114,116,118,119,120,122,1... | 41.727273 | 329 | 0.660131 |
e2395c1a4b34e0fd1a3a1e51d3269498d5fed4c0 | 5,690 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_2167.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_2167.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_2167.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 %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x11ad9, %r11
clflush (%r11)
nop
nop
and $27150, %r14
mov (%r11), %bp
nop
nop
nop
add $14562, %r9
lea addresses_WT_ht+0x1e5ad, %rdx
and %rbp, %rbp
movb $0x61... | 39.241379 | 2,999 | 0.658348 |
3bfafa764f43b3b51ecaae5b0b9edccad364d052 | 703 | asm | Assembly | oeis/133/A133673.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/133/A133673.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/133/A133673.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A133673: a(n) = n*L(n) + (n-1)*L(n-1) where L(n) is the Lucas number.
; 7,18,40,83,163,311,579,1060,1914,3419,6053,10637,18575,32262,55772,96019,164711,281635,480171,816536,1385262,2345083,3962185,6682393,11251543,18916026,31756624,53243795,89160619,149135759,249187923,415946572,693648930,1155732827,1924033517,320055... | 39.055556 | 488 | 0.768137 |
57634ff7dbb688daebdd3ca2706b4ba9e9c753a4 | 417 | asm | Assembly | audio/music/aftertherivalfight.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | audio/music/aftertherivalfight.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | null | null | null | audio/music/aftertherivalfight.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | Music_AfterTheRivalFight:
musicheader 4, 1, Music_AfterTheRivalFight_Ch1
musicheader 1, 2, Music_AfterTheRivalFight_Ch2
musicheader 1, 3, Music_AfterTheRivalFight_Ch3
musicheader 1, 4, Music_AfterTheRivalFight_Ch4
Music_AfterTheRivalFight_Ch1:
Music_AfterTheRivalFight_Ch2:
Music_AfterTheRivalFight_Ch3:
Music_After... | 32.076923 | 65 | 0.8753 |
57f7d85f33d20e2199e081a5326b9309b0265852 | 4,444 | asm | Assembly | testc/cputest/f6f7.asm | krismuad/TOWNSEMU | 49c098ecb4686a506a208e01271ed135c0c3c482 | [
"BSD-3-Clause"
] | 124 | 2020-03-17T05:49:47.000Z | 2022-03-27T00:11:33.000Z | testc/cputest/f6f7.asm | krismuad/TOWNSEMU | 49c098ecb4686a506a208e01271ed135c0c3c482 | [
"BSD-3-Clause"
] | 40 | 2020-05-24T12:50:43.000Z | 2022-02-22T05:32:18.000Z | testc/cputest/f6f7.asm | krismuad/TOWNSEMU | 49c098ecb4686a506a208e01271ed135c0c3c482 | [
"BSD-3-Clause"
] | 11 | 2020-05-26T17:52:04.000Z | 2021-07-31T01:07:31.000Z | .386p
ASSUME CS:CODE
PUBLIC TEST_F6
PUBLIC TEST_F7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
EFLAGS_CF EQU 00001H
EFLAGS_PF EQU 00004H
EFLAGS_AF EQU 00010H
EFLAGS_ZF EQU 00040H
EFLAGS_SF EQU 00080H
EFLAGS_TRAP E... | 18.065041 | 97 | 0.468947 |
b35e3c95a0240bb395618f73ec58a2432313055e | 2,707 | asm | Assembly | _maps/Collapsing Ledge.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _maps/Collapsing Ledge.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _maps/Collapsing Ledge.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - GHZ collapsing ledge
; ---------------------------------------------------------------------------
Map_Ledge_internal:
dc.w @left-Map_Ledge_internal
dc.w @right-Map_Ledge_internal
dc.w @leftsmash-Map_Ledge_internal
... | 28.494737 | 77 | 0.428519 |
edbc6b4436783e4467c5f578a520fd6d7e195689 | 7,595 | asm | Assembly | Transynther/x86/_processed/US/_ht_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21571_1463.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21571_1463.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21571_1463.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x13063, %r10
nop
nop
nop
sub %rdi, %rdi
mov (%r10), %edx
nop
nop
sub %r13, %r13
lea addresses_A_ht+0xb8c3, %r12
nop
nop
nop
nop
nop
sub %r9, %r9
mov (%r12), %r13d
xor $11058, %... | 32.457265 | 2,999 | 0.653983 |
9ef3b7c769b427f3a92fb82f32c7bb9be6f8a99c | 694,121 | asm | Assembly | kernel.asm | Nazariy995/xv6 | 972970f59b952ff10a3b20966fc3e044f052ebd8 | [
"MIT-0"
] | null | null | null | kernel.asm | Nazariy995/xv6 | 972970f59b952ff10a3b20966fc3e044f052ebd8 | [
"MIT-0"
] | null | null | null | kernel.asm | Nazariy995/xv6 | 972970f59b952ff10a3b20966fc3e044f052ebd8 | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... | 37.950847 | 105 | 0.527954 |
387ed9bb39bcd0f37a25c82a8e9fa1d72dd6b74c | 1,200 | asm | Assembly | arch/x86/src/cpu/isr/interrupt.asm | 0x1C1B/jatos | 413a1c8aa158a049dbc940d1a1b99f18725bac9e | [
"MIT"
] | 1 | 2021-09-09T01:43:51.000Z | 2021-09-09T01:43:51.000Z | arch/x86/src/cpu/isr/interrupt.asm | gfunkmonk/jatos | 413a1c8aa158a049dbc940d1a1b99f18725bac9e | [
"MIT"
] | null | null | null | arch/x86/src/cpu/isr/interrupt.asm | gfunkmonk/jatos | 413a1c8aa158a049dbc940d1a1b99f18725bac9e | [
"MIT"
] | 2 | 2020-06-11T01:58:02.000Z | 2021-09-09T01:43:51.000Z | bits 32
section .text
extern isr_prehandler
%macro EXC_CODELESS 1
global isr%1
isr%1:
cli
push 0x00 ; Dummy error code
push %1 ; Interrupt number
jmp isr_prehandler ; Call first stage interrupt handler
%endmacro
%macro EXC_CODE 1
global isr%1
isr%1:
cli
; Erro... | 12.5 | 57 | 0.749167 |
905d1d60842f2e8277340898f1c6dc9500a17c31 | 2,623 | asm | Assembly | programs/oeis/160/A160767.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/160/A160767.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/160/A160767.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A160767: Expansion of (1+12*x+28*x^2+12*x^3+x^4)/(1-x)^5.
; 1,17,103,367,971,2131,4117,7253,11917,18541,27611,39667,55303,75167,99961,130441,167417,211753,264367,326231,398371,481867,577853,687517,812101,952901,1111267,1288603,1486367,1706071,1949281,2217617,2512753,2836417,3190391,3576511,3996667,4452803,4946917,548... | 131.15 | 2,421 | 0.867709 |
1496e6fd9e0285f9dbe616e27c4aed734ddee21b | 753 | asm | Assembly | AssemblyLanguage_Lab/ASB_LAB_6/Lab6/scr/ins13.asm | strawberrylin/Hust_CS_Lab | 2a93d9cdc9bb6d981f9bfa3865af4ffd235a39e1 | [
"MIT"
] | 1 | 2018-09-27T07:30:59.000Z | 2018-09-27T07:30:59.000Z | AssemblyLanguage_Lab/ASB_LAB_6/scr/ins13.asm | strawberrylin/Hust_CS_Lab | 2a93d9cdc9bb6d981f9bfa3865af4ffd235a39e1 | [
"MIT"
] | null | null | null | AssemblyLanguage_Lab/ASB_LAB_6/scr/ins13.asm | strawberrylin/Hust_CS_Lab | 2a93d9cdc9bb6d981f9bfa3865af4ffd235a39e1 | [
"MIT"
] | null | null | null | .386
code segment use16
assume cs:code,ss:stack
OLD_INT DW ?,?
;新中断处理程序
NEW01H: cmp al, 'a'
je newb
cmp al, 'A'
je newb
cmp al, 'b'
je newa
cmp al, 'B'
je newa
jmp dword ptr OLD_INT
newa: push bp
mov bp, sp
mov dl, 42h
mov ah, 2
int 21h
pop bp
iret
newb: push bp
mov bp, sp
mov dl, 41h... | 14.207547 | 40 | 0.614874 |
ccdcac274762b8f7c120061027baa00e6863f300 | 2,604 | asm | Assembly | programs/oeis/157/A157442.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157442.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157442.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A157442: a(n) = 14641*n^2 - 24684*n + 10405.
; 362,19601,68122,145925,253010,389377,555026,749957,974170,1227665,1510442,1822501,2163842,2534465,2934370,3363557,3822026,4309777,4826810,5373125,5948722,6553601,7187762,7851205,8543930,9265937,10017226,10797797,11607650,12446785,13315202,14212901,15139882,16096145,17081... | 118.363636 | 2,378 | 0.864439 |
b554c03a50eb6bd6110de36b8670a796332ed525 | 17,021 | asm | Assembly | Dot6502MiniConsole/SamplePrograms/calculator.asm | terjew/Dot6502 | c69ba93a34635f394bcef43b2f5a4679145c2f7f | [
"MIT"
] | 4 | 2020-11-20T10:38:13.000Z | 2020-11-29T23:26:14.000Z | Dot6502MiniConsole/SamplePrograms/calculator.asm | terjew/Dot6502 | c69ba93a34635f394bcef43b2f5a4679145c2f7f | [
"MIT"
] | null | null | null | Dot6502MiniConsole/SamplePrograms/calculator.asm | terjew/Dot6502 | c69ba93a34635f394bcef43b2f5a4679145c2f7f | [
"MIT"
] | 1 | 2021-09-29T11:53:41.000Z | 2021-09-29T11:53:41.000Z | ; Calculator for 6502asm.com, Version 1.02, 2015.JUL.08 by Sid Liu
; It is slow in the 6502 emulator by JavaScript.
; The left top flash point is a busy indicator.
; The calculator supports keys: 'C', 'c', '0', '1', ..., '9', '+', '-' and '='.
main: cld
jsr display
... | 25.030882 | 79 | 0.349392 |
febb3f2484c829f5398e035a962ffbd746c652b0 | 8,760 | asm | Assembly | Transynther/x86/_processed/US/_ht_st_zr_un_sm_/i9-9900K_12_0xa0.log_21829_1644.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_sm_/i9-9900K_12_0xa0.log_21829_1644.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_sm_/i9-9900K_12_0xa0.log_21829_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 %r10
push %r12
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x8b83, %rdi
nop
nop
nop
nop
nop
and $8779, %r8
movups (%rdi), %xmm0
vpextrq $1, %xmm0, %r15
nop
nop
nop
nop
xor %r9, %r9
lea addresses_A_ht+0x1cf43, %rbx
sub $48716, %... | 30.311419 | 2,999 | 0.653767 |
57f19f466e454292e966cfae7689d08e6977fb19 | 575 | asm | Assembly | programs/oeis/203/A203230.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/203/A203230.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/203/A203230.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A203230: (n-1)-st elementary symmetric function of the first n terms of A010684.
; 1,4,7,24,33,108,135,432,513,1620,1863,5832,6561,20412,22599,69984,76545,236196,255879,787320,846369,2598156,2775303,8503056,9034497,27634932,29229255,89282088,94065057,286978140,301327047,918330048
mov $4,$0
add $4,1
mov $5,$0
lpb $4,... | 19.166667 | 199 | 0.617391 |
1d63af44af0ab676537305f5dd64ca7ad83c046e | 472 | asm | Assembly | oeis/060/A060582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060582.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060582: If the final digit of n in base 3 is the same as a([n/3]) then this digit, otherwise a(n)= mod 3-sum of these two digits, with a(0)=0.
; 0,2,1,1,0,2,2,1,0,2,1,0,0,2,1,1,0,2,1,0,2,2,1,0,0,2,1,1,0,2,2,1,0,0,2,1,0,2,1,1,0,2,2,1,0,2,1,0,0,2,1,1,0,2,2,1,0,0,2,1,1,0,2,1,0,2,2,1,0,0,2,1,0,2,1,1,0,2,2,1,0,2,1,0,0,2,... | 52.444444 | 201 | 0.59322 |
5e2c9678b7cac76c1cd6364bbf9c0c813bc6d100 | 337 | asm | Assembly | wof/lcs/base/320.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 | wof/lcs/base/320.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/base/320.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
00166E addq.w #1, ($320,A5) [base+32C]
001672 rts [base+320]
01A69A move.w D0, ($320,A5) [base+32C]
01A69E rts
01EA30 beq $1eada [base+320]
021CF0 move.w D0, ($320,A5) [base+32C]
021CF4 lea ($2f1c,A5), A0
copyright zengfr site:http://github.com... | 28.083333 | 54 | 0.673591 |
b5fc1c7f421e9c1a2bfab7f8452b46b47f84ab08 | 15,696 | asm | Assembly | sk/music-optimized/Competition Menu.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | sk/music-optimized/Competition Menu.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | sk/music-optimized/Competition Menu.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Snd_2PMenu_Header:
smpsHeaderStartSong 3, 1
smpsHeaderVoice Snd_2PMenu_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $4A
smpsHeaderDAC Snd_2PMenu_DAC
smpsHeaderFM Snd_2PMenu_FM1, $00, $03
smpsHeaderFM Snd_2PMenu_FM2, $00, $00 ; Previously this transpose was -$C, causing a ... | 31.266932 | 110 | 0.606715 |
762c953c85283b61fa887e59728c178eaec654a7 | 6,247 | asm | Assembly | ffmpeg/libavfilter/x86/vf_gblur.asm | qinjidong/EasyMPlayer | 76a8d052dd7a2d5f1916fdc32b07088d127ee5da | [
"Apache-2.0"
] | 13 | 2019-04-12T08:38:51.000Z | 2021-12-14T09:58:01.000Z | ffmpeg/libavfilter/x86/vf_gblur.asm | qinjidong/EasyMPlayer | 76a8d052dd7a2d5f1916fdc32b07088d127ee5da | [
"Apache-2.0"
] | null | null | null | ffmpeg/libavfilter/x86/vf_gblur.asm | qinjidong/EasyMPlayer | 76a8d052dd7a2d5f1916fdc32b07088d127ee5da | [
"Apache-2.0"
] | 7 | 2019-04-12T08:38:54.000Z | 2021-12-08T07:34:00.000Z | ;*****************************************************************************
;* x86-optimized functions for gblur filter
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute it and/or
;* modify it under the terms of the GNU Lesser General Public
;* License as published by the Free So... | 33.586022 | 95 | 0.466624 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.