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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
023472c8af8332ea60189b59f10c8aae366d1227 | 632 | asm | Assembly | oeis/002/A002293.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/002/A002293.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/002/A002293.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A002293: Number of dissections of a polygon: binomial(4*n, n)/(3*n + 1).
; 1,1,4,22,140,969,7084,53820,420732,3362260,27343888,225568798,1882933364,15875338990,134993766600,1156393243320,9969937491420,86445222719724,753310723010608,6594154339031800,57956002331347120,511238042454541545,4524678117939182220,401666438551... | 57.454545 | 487 | 0.851266 |
3d611e3ffe35c0035fefb6ce7ab84abb9d23ceaf | 715 | asm | Assembly | oeis/180/A180107.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/180/A180107.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/180/A180107.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A180107: Partial sums of terms in A180101.
; Submitted by Jon Maiga
; 0,1,1,2,4,6,9,12,15,20,25,30,35,42,49,56,63,70,77,88,99,110,121,132,143,156,169,182,195,208,221,238,255,272,289,306,323,342,361,380,399,418,437,460,483,506,529,552,575,598,621,644,667,696,725,754,783,812,841,870,899,930,961,992,1023,1054,1085,1116,... | 42.058824 | 409 | 0.668531 |
112181440d2b0d62a81e5f17b38121bfe019a767 | 232 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_erase_range.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_erase_range.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_erase_range.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; size_t w_vector_erase_range(w_vector_t *v, size_t idx_first, size_t idx_last)
SECTION code_clib
SECTION code_adt_w_vector
PUBLIC w_vector_erase_range
EXTERN w_array_erase_range
defc w_vector_erase_range = w_array_erase_range
| 19.333333 | 79 | 0.862069 |
88d64a8e497171622243850d187d9ebaa63743c3 | 843 | asm | Assembly | oeis/069/A069961.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/069/A069961.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/069/A069961.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A069961: Define C(n) by the recursion C(0)=4*I where I^2=-1, C(n+1)=1/(1+C(n)); then a(n)=4*(-1)^n/Im(C(n)) where Im(z) denotes the imaginary part of the complex number z.
; Submitted by Jamie Morken(s3)
; 1,17,20,73,169,464,1193,3145,8212,21521,56321,147472,386065,1010753,2646164,6927769,18137113,47483600,124313657,... | 44.368421 | 489 | 0.766311 |
a829757e59f7c0ebcfcdf2d5378f08986e2cb54d | 509 | asm | Assembly | programs/oeis/319/A319795.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/319/A319795.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/319/A319795.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A319795: a(n) = n^(n+1)/(n-1)^n for n>1, rounded to nearest integer.
; 8,10,13,15,18,21,23,26,29,31,34,37,40,42,45,48,50,53,56,59,61,64,67,69,72,75,78,80,83,86,88,91,94,97,99,102,105,107,110,113,116,118,121,124,126,129,132,135,137,140,143,145,148,151,154,156,159,162,164
mov $3,$0
mul $0,2
add $0,2
mov $2,8
trn $2,$0... | 18.178571 | 201 | 0.589391 |
7f902e22a7da7f2209ba4033144ef13e6bf69f67 | 489 | asm | Assembly | programs/oeis/120/A120279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/120/A120279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/120/A120279.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A120279: a(n) = Sum[Sum[(i+j)!/i!/j!,{i,1,j}],{j,1,n}].
; 2,11,45,170,631,2346,8780,33089,125466,478181,1830258,7030557,27088856,104647615,405187809,1571990918,6109558567,23782190466,92705454875,361834392094,1413883873953,5530599237752,21654401079301,84859704298176,332818970772227,1306288683596282,5130633983976501
m... | 24.45 | 259 | 0.683027 |
63260fc38290eaf7d61d405782e620bfb31b84e8 | 7,256 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1256.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1256.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1256.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 %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x4efa, %r8
clflush (%r8)
xor $13987, %rcx
and $0xffffffffffffffc0, %r8
movntdqa (%r8), %xmm3
vpextrq $0, %xmm3, %rbp
nop
xor %rcx, %rcx
lea addresses_WC_ht+0x134ea, %r15
nop
no... | 33.437788 | 2,999 | 0.652977 |
5f720d840d3904b8bd97d9147c2b7818ae9741c5 | 105 | asm | Assembly | pkgs/tools/yasm/src/modules/objfmts/bin/tests/multisect/nomultisect1.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/objfmts/bin/tests/multisect/nomultisect1.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/objfmts/bin/tests/multisect/nomultisect1.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | [map all]
[section .bss]
resb 0x100
[section .data]
times 0x100 db 1
[section .text]
times 0x100 db 1
| 9.545455 | 16 | 0.695238 |
07923db8ec8290e6a04ca3531595cd5e0526a31c | 172 | asm | Assembly | libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_6.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_6.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/sound/bit/z80/asm_bit_beepfx/_bfx_6.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; BeepFX sound effect by shiru
; http://shiru.untergrund.net
SECTION rodata_sound_bit
PUBLIC _bfx_6
_bfx_6:
; Drop_2
defb 2 ;noise
defw 100,50,356
defb 0
| 10.75 | 30 | 0.697674 |
f0daf6fd9223a7df12b2793c099b10d9804f6e6f | 1,002 | asm | Assembly | Kernel/Assembly/kernel.asm | Unshifted1337/AssemblyExercises | 450296482b0bda667f222749ee31a0e6f6fee026 | [
"MIT"
] | null | null | null | Kernel/Assembly/kernel.asm | Unshifted1337/AssemblyExercises | 450296482b0bda667f222749ee31a0e6f6fee026 | [
"MIT"
] | null | null | null | Kernel/Assembly/kernel.asm | Unshifted1337/AssemblyExercises | 450296482b0bda667f222749ee31a0e6f6fee026 | [
"MIT"
] | null | null | null | __Z3vmlPmm:
pushq %rbp
movq %rsp, %rbp
movq %rsi, %rax
shrq $36, %rax
andl $4088, %eax
movq (%rdi,%rax), %rax
testb $1, %al
je error
andq $-4096, %rax
movq %rsi, %rcx
shrq $27, %rcx
andl ... | 21.319149 | 33 | 0.369261 |
805fb6cb0660add29db414ac35fef64ead1910de | 290 | asm | Assembly | tests/assembly/store operations/0109.asm | danecreekphotography/6502ts | 85716cf12f879d7c16c297de3251888c32abba6a | [
"MIT"
] | null | null | null | tests/assembly/store operations/0109.asm | danecreekphotography/6502ts | 85716cf12f879d7c16c297de3251888c32abba6a | [
"MIT"
] | null | null | null | tests/assembly/store operations/0109.asm | danecreekphotography/6502ts | 85716cf12f879d7c16c297de3251888c32abba6a | [
"MIT"
] | null | null | null | ; 0109 - STA Absolute plus X
.segment "VECTORS"
.word $eaea
.word init
.word $eaea
.code
init:
sta $4000,x ; Positive number, X will be $01, A will be $42.
sta $4000,x ; Zero, X will be $01, A will be $00.
sta $4000,x ; Negative number, X will be $01, A will be %10010101. | 22.307692 | 71 | 0.627586 |
78d7b97127155ffaa3a657923464038e853612a1 | 3,129 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_540_925.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_540_925.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_540_925.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 %r12
push %r8
push %rax
push %rbx
push %rcx
push %rsi
// Store
mov $0x18d504000000033d, %r8
nop
nop
nop
nop
nop
and $52478, %rax
mov $0x5152535455565758, %rsi
movq %rsi, %xmm4
movups %xmm4, (%r8)
cmp $47409, %rax
... | 41.171053 | 1,619 | 0.652285 |
a72c1157e59b5b1502c3f3f84e1a6a1844c6e25e | 520 | asm | Assembly | programs/oeis/293/A293958.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/293/A293958.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/293/A293958.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A293958: Smallest odd prime divisor of (2n+1)^2 + 1.
; 5,13,5,41,61,5,113,5,181,13,5,313,5,421,13,5,613,5,761,29,5,1013,5,1201,1301,5,17,5,1741,1861,5,2113,5,2381,2521,5,29,5,3121,17,5,3613,5,17,41,5,4513,5,13,5101,5,37,5,13,61,5,17,5,73,7321,5,13,5,53,8581,5,13,5,9661,9941,5,10513,5,17,13,5,41,5,12641,13,5,13613,5,1... | 57.777778 | 330 | 0.673077 |
2b7599289d9f9903b9da442ead03abb1a3909c39 | 4,533 | asm | Assembly | cmd/command/romldr.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/command/romldr.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/command/romldr.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | page ,132
title ROM COMMAND Image Loader
comment %
LoadFromROM loads all or any piece of the ROM COMMAND image into RAM.
This source module, along with romhead.asm and romres.asm, are OEM
replaceable, depending on what kind of ROM storage and layouts
are used. The supplied routines handle ROM images in the first
... | 23.732984 | 70 | 0.746746 |
f5f1064e2127758dc243a7c4dcc3b26f04af1a2a | 19,854 | asm | Assembly | Library/Kernel/Local/localStrings.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Kernel/Local/localStrings.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Kernel/Local/localStrings.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: localStrings.asm
AUTHOR: John Wedgwood, Nov 28, 1990
REVISION HISTORY:
Name Date Description
---- ---- -----------
John 11/28/90 Initi... | 40.190283 | 176 | 0.72051 |
1bfa7f38a6453d893e71ca956a0e65a341e3e5b9 | 497 | asm | Assembly | examples/gcd.asm | thisiswhereitype/fine-grained-state | 4651e1ff7a487f58f436c271050e969786ffaf39 | [
"BSD-3-Clause"
] | null | null | null | examples/gcd.asm | thisiswhereitype/fine-grained-state | 4651e1ff7a487f58f436c271050e969786ffaf39 | [
"BSD-3-Clause"
] | null | null | null | examples/gcd.asm | thisiswhereitype/fine-grained-state | 4651e1ff7a487f58f436c271050e969786ffaf39 | [
"BSD-3-Clause"
] | null | null | null | # Find the greatest common divisor of values in memory locations 0 and 1,
# put result to the register R1
Instruction (Set R0 0)
Instruction (Store R0 255)
Instruction (Load R0 1)
# Test register R0 for being zero by subtracting zero
Instruction (Sub R0 255)
# Halt if register R0 contains zero, loop otherwise
Instructi... | 31.0625 | 73 | 0.770624 |
2783b9816bb671624d1efa530dc94d4987b36c0a | 372 | asm | Assembly | programs/oeis/329/A329516.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329516.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329516.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A329516: G.f. = (x^4 - x^3 - 3*x^2 - 2*x - 1)/(x - 1).
; 1,3,6,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6
mul $0,2
mov $2,$0
sub $0,6
mov $3,2
lpb $0,1
sub $2,1
div $0,$2
mul $3,2
lpe
add $0... | 19.578947 | 171 | 0.486559 |
6b46f86620c6536ed435955cc0ed384b72ecbdac | 144 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wa_stack/c/sdcc_iy/wa_stack_top.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wa_stack/c/sdcc_iy/wa_stack_top.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wa_stack/c/sdcc_iy/wa_stack_top.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *wa_stack_top(wa_stack_t *s)
SECTION code_adt_wa_stack
PUBLIC _wa_stack_top
EXTERN _w_array_back
defc _wa_stack_top = _w_array_back
| 13.090909 | 35 | 0.826389 |
e7536da998559963dcd76c26208e20ab50087b1b | 4,186 | asm | Assembly | third_party/libav/libavcodec/x86/huffyuvdsp.asm | bomabomaboma/xenia-canary | e67b3327307d78290b290338871b95010f76a3a2 | [
"BSD-3-Clause"
] | null | null | null | third_party/libav/libavcodec/x86/huffyuvdsp.asm | bomabomaboma/xenia-canary | e67b3327307d78290b290338871b95010f76a3a2 | [
"BSD-3-Clause"
] | null | null | null | third_party/libav/libavcodec/x86/huffyuvdsp.asm | bomabomaboma/xenia-canary | e67b3327307d78290b290338871b95010f76a3a2 | [
"BSD-3-Clause"
] | null | null | null | ;******************************************************************************
;* SIMD-optimized HuffYUV functions
;* Copyright (c) 2008 Loren Merritt
;*
;* This file is part of Libav.
;*
;* Libav is free software; you can redistribute it and/or
;* modify it under the terms of the GNU Lesser General Public
;* License ... | 25.216867 | 79 | 0.580029 |
f6e79839c0698476919594ffcb41f3f67f089e98 | 452 | asm | Assembly | programs/oeis/082/A082091.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/082/A082091.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/082/A082091.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A082091: a(n) = one more than the number of iterations of A005361 needed to reach 1 from the starting value n.
; 1,2,2,3,2,2,2,3,3,2,2,3,2,2,2,4,2,3,2,3,2,2,2,3,3,2,3,3,2,2,2,3,2,2,2,4,2,2,2,3,2,2,2,3,3,2,2,4,3,3,2,3,2,3,2,3,2,2,2,3,2,2,3,3,2,2,2,3,2,2,2,3,2,2,3,3,2,2,2,4,4,2,2,3,2,2,2,3,2,3,2,3,2,2,2,3,2,3,3,4
add ... | 34.769231 | 201 | 0.599558 |
60de66af2e58647455a851d7f09fbfd42217eab0 | 556 | asm | Assembly | My_First_Shellcode/binsh_shellcode_sans_0x00.asm | Unam3dd/Train-2018-2020 | afb6ae70fe338cbe55a21b74648d91996b818fa2 | [
"MIT"
] | 4 | 2021-04-23T15:39:17.000Z | 2021-12-27T22:53:24.000Z | My_First_Shellcode/binsh_shellcode_sans_0x00.asm | Unam3dd/Train-2018-2020 | afb6ae70fe338cbe55a21b74648d91996b818fa2 | [
"MIT"
] | null | null | null | My_First_Shellcode/binsh_shellcode_sans_0x00.asm | Unam3dd/Train-2018-2020 | afb6ae70fe338cbe55a21b74648d91996b818fa2 | [
"MIT"
] | 2 | 2021-04-19T08:28:54.000Z | 2022-01-19T13:23:29.000Z | ; nasm -f elf64 binsh_shellcode && ld binsh_shellcode.o -o binssh
BITS 64
global _start
section .text
_start:
push 0x3b ; mov rax, 59 syscall_execve
pop rax ; mov rax, 59
mov r8, 0x68732f6e69622f2f ; //bin/sh en little endian sans 0x0 devant car on fais le decalage avec shr
shr r8, 0x8 ; on fais un d... | 22.24 | 107 | 0.665468 |
37e857277d006c45eb546dbe2524f3542abb03d4 | 212 | asm | Assembly | libsrc/graphics/generic_console/pointxy6.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/graphics/generic_console/pointxy6.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/graphics/generic_console/pointxy6.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | ;
; Generic pseudo graphics routines for text-only platforms
;
; Point pixel at (x,y) coordinate.
SECTION code_clib
PUBLIC pointxy
.pointxy
defc NEEDpoint = 1
INCLUDE "pixel6.asm"
| 13.25 | 64 | 0.65566 |
a010d01a2feccd415bdbc826876d27eb23f05426 | 366 | asm | Assembly | oeis/040/A040193.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/040/A040193.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/040/A040193.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A040193: Continued fraction for sqrt(208).
; Submitted by Christian Krause
; 14,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2,1,2,2,28,2,2
seq $0,40788 ; Continued fraction for sqrt(817).
mo... | 33.272727 | 190 | 0.60929 |
c2536b3166a6e01e5bd5431e082cfe46a087c544 | 448 | asm | Assembly | data/pokemon/base_stats/weedle.asm | genterz/pokecross | 5e62ab6c23e624ea82d599af306f9c52d768a8b4 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/pokemon/base_stats/weedle.asm | genterz/pokecross | 5e62ab6c23e624ea82d599af306f9c52d768a8b4 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/pokemon/base_stats/weedle.asm | genterz/pokecross | 5e62ab6c23e624ea82d599af306f9c52d768a8b4 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | db WEEDLE ; 013
db 40, 35, 30, 50, 20, 20
; hp atk def spd sat sdf
db BUG, POISON ; type
db 255 ; catch rate
db 52 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 15 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/weedle/front.dimensions"
... | 20.363636 | 45 | 0.658482 |
aab0d8889d07b031743cf6219cdd432fdaee0053 | 674 | asm | Assembly | oeis/165/A165458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/165/A165458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/165/A165458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A165458: a(0)=1, a(1)=4, a(n) = 12*a(n-2) - a(n-1).
; Submitted by Christian Krause
; 1,4,8,40,56,424,248,4840,-1864,59944,-82312,801640,-1789384,11409064,-32881672,169790440,-564370504,2601855784,-9374301832,40596571240,-153088193224,640247048104,-2477305366792,10160269944040,-39887934345544,161811173674024,-6404663... | 44.933333 | 492 | 0.789318 |
2139bd3b2f106a64a57e924378deb5aeeb63a9db | 1,212 | asm | Assembly | programs/oeis/238/A238702.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/238/A238702.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/238/A238702.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A238702: Sum of the smallest parts of the partitions of 4n into 4 parts.
; 1,6,21,55,119,227,396,645,996,1474,2106,2922,3955,5240,6815,8721,11001,13701,16870,20559,24822,29716,35300,41636,48789,56826,65817,75835,86955,99255,112816,127721,144056,161910,181374,202542,225511,250380,277251,306229,337421,370937,406890,445... | 31.894737 | 690 | 0.692244 |
3e5f1b2ea3345c70ac8de6b5e2553cd852ea2a36 | 44,191 | asm | Assembly | Build/Interpreters/Ozmoo/asm/text.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | Build/Interpreters/Ozmoo/asm/text.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | Build/Interpreters/Ozmoo/asm/text.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; text opcodes
;TRACE_READTEXT = 1
;TRACE_TOKENISE = 1
;TRACE_SHOW_DICT_ENTRIES = 1
;TRACE_PRINT_ARRAYS = 1
;TRACE_HISTORY = 1
.text_tmp !byte 0
.current_character !byte 0
.petscii_char_read = zp_temp
!ifdef USE_INPUTCOL {
input_colour_active !byte 0
}
; only ENTER + cursor + F1-F8 possible on a C64
num_terminating_c... | 20.65 | 3,010 | 0.742165 |
95bbf60ef8729726539f1db33b911b1486c34135 | 10,708 | asm | Assembly | src/walls.asm | jannone/westen | e3883ded0f150355e43d68d69d5e102b2024eec4 | [
"Apache-2.0"
] | 49 | 2021-09-22T04:12:15.000Z | 2022-02-25T07:16:48.000Z | src/walls.asm | jannone/westen | e3883ded0f150355e43d68d69d5e102b2024eec4 | [
"Apache-2.0"
] | 2 | 2021-09-26T19:46:28.000Z | 2021-09-28T00:25:06.000Z | src/walls.asm | jannone/westen | e3883ded0f150355e43d68d69d5e102b2024eec4 | [
"Apache-2.0"
] | 4 | 2021-09-26T16:45:52.000Z | 2022-01-09T21:20:17.000Z | ;-----------------------------------------------
; Note: this method assumes that we will not draw outside of the background_tile_ptrs area!
setup_wall_bookshelves:
ld hl,wall_bookshelves_zx0
ld de,wall_data_buffer
call dzx0_standard
call setup_wall_left_most_corner_ptr
; top of the column to draw
ld de,wall_da... | 20.014953 | 105 | 0.729735 |
f108eb1da06db06c09ee9924d4d423a995985cc6 | 1,612 | asm | Assembly | programs/oeis/038/A038764.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/038/A038764.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/038/A038764.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A038764: a(n) = (9*n^2 + 3*n + 2)/2.
; 1,7,22,46,79,121,172,232,301,379,466,562,667,781,904,1036,1177,1327,1486,1654,1831,2017,2212,2416,2629,2851,3082,3322,3571,3829,4096,4372,4657,4951,5254,5566,5887,6217,6556,6904,7261,7627,8002,8386,8779,9181,9592,10012,10441,10879,11326,11782,12247,12721,13204,13696,14197,14707,... | 201.5 | 1,533 | 0.817618 |
cc35027131432f9514181bed8e72feb27eaa20d1 | 807 | asm | Assembly | oeis/034/A034405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/034/A034405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/034/A034405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A034405: Let f(x)=(Pi-2*arctan(1/(sqrt(x)*sqrt(x+2))))/(2*sqrt(x)*sqrt(x+2)), take (-1)^n*(n-th derivative from right at x=0) and multiply by A001147(n+1).
; Submitted by Jon Maiga
; 1,2,14,216,5976,262800,16945200,1511395200,178458940800,26959810348800,5071861902240000,1162523770531200000,318880083535896960000,10312... | 73.363636 | 500 | 0.83891 |
62166199d729f8dda27217c1f90e75c528e5913f | 2,047 | asm | Assembly | _not os code/TESTING/Malloc2/Guppy2.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 5 | 2015-02-25T01:28:09.000Z | 2021-05-22T09:03:04.000Z | _not os code/TESTING/Malloc2/Guppy2.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 38 | 2015-02-10T18:37:11.000Z | 2017-10-03T03:08:50.000Z | _not os code/TESTING/Malloc2/Guppy2.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 2 | 2016-05-06T22:48:46.000Z | 2017-01-12T19:28:49.000Z | ; ******************************************************* #header
; Guppy2.asm
; ---------------------------------------------
; Memory management using a linked list to store
; allocated memory sections; is able to compress
; memory chunks if space becomes badly needed,
; at which point all runnning programs will be
... | 19.495238 | 142 | 0.669272 |
487df65ca733074d8728025c54a0287161b1a19c | 5,199 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_3653_959.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_3653_959.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_3653_959.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 %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x3ac9, %rsi
lea addresses_WT_ht+0x16421, %rdi
nop
nop
sub %rdx, %rdx
mov $126, %rcx
rep movsl
nop
nop
nop
nop
nop
xor %r11, %r11
lea addresses_D_ht+0x61, %rsi
lea addresses_UC_ht+0xa861... | 43.689076 | 2,999 | 0.661666 |
3377596de9ceecdf38b88aab4684186c04fc9bb5 | 166 | asm | Assembly | M242/MOPS/Aufgabe6.asm | timosarkar/sysrepo | bf7a0e9e761d1429fc3f2430944e3571cc1556ac | [
"CC0-1.0"
] | 2 | 2022-01-07T09:26:12.000Z | 2022-03-12T14:58:19.000Z | M242/MOPS/Aufgabe6.asm | timosarkar/sysrepo | bf7a0e9e761d1429fc3f2430944e3571cc1556ac | [
"CC0-1.0"
] | 3 | 2022-01-03T15:31:01.000Z | 2022-01-05T11:00:57.000Z | M242/MOPS/Aufgabe6.asm | timosarkar/sysrepo | bf7a0e9e761d1429fc3f2430944e3571cc1556ac | [
"CC0-1.0"
] | 2 | 2022-01-03T15:29:28.000Z | 2022-01-05T10:25:16.000Z | ; input radius
; radius * radius = reg
; reg * 3.1415 = fläche
in $64 ; = radius
ld $64
mul $64
st $65 ; = reg
ld $65
mul 3 ; (3.1415)
st $66 ; fläche
out $66
end
| 10.375 | 23 | 0.584337 |
af151905a638daa87c952ae2d4010c7ecdcec821 | 83 | asm | Assembly | src/main/fragment/mos6502-common/vwsm1=_deref_pbsz2_minus__deref_pbsz3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwsm1=_deref_pbsz2_minus__deref_pbsz3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwsm1=_deref_pbsz2_minus__deref_pbsz3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | ldy #0
sec
lda ({z2}),y
sbc ({z3}),y
sta {m1}
ora #$7f
bmi !+
lda #0
!:
sta {m1}+1
| 7.545455 | 12 | 0.506024 |
01a2e72f8674ef421e9681d0aacd1ccc784a84a7 | 100,756 | asm | Assembly | sh.asm | arushi-mittal/xv6-modified | 3da420e1d706d4c867840373cb765d5b4befe9cf | [
"MIT-0"
] | null | null | null | sh.asm | arushi-mittal/xv6-modified | 3da420e1d706d4c867840373cb765d5b4befe9cf | [
"MIT-0"
] | null | null | null | sh.asm | arushi-mittal/xv6-modified | 3da420e1d706d4c867840373cb765d5b4befe9cf | [
"MIT-0"
] | null | null | null |
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return 0;
}
int
main(void)
{
0: f3 0f 1e fb endbr32
4: 8d 4c 24 04 lea 0x4(%esp),%ecx
8: 83 e4 f0 and $0xfffffff0,%esp
b: ff 71 fc pushl -0x4(%ecx)
... | 38.295705 | 71 | 0.397703 |
a0023a2ffbd665cfc58b3547000197489ed38577 | 519 | asm | Assembly | List 01/ex 09.asm | LeonardoSanBenitez/Assembly-exercises | 0f8e7f316d7e0171e28aae1b1dc0b056b123cd92 | [
"MIT"
] | null | null | null | List 01/ex 09.asm | LeonardoSanBenitez/Assembly-exercises | 0f8e7f316d7e0171e28aae1b1dc0b056b123cd92 | [
"MIT"
] | null | null | null | List 01/ex 09.asm | LeonardoSanBenitez/Assembly-exercises | 0f8e7f316d7e0171e28aae1b1dc0b056b123cd92 | [
"MIT"
] | null | null | null | # Lista 1 ex 9
# Author: Leonardo Benitez
# Brief
# leia 3 notas dos endereços 0x00, 0x04 e 0x08 e, sabendo que a média é
# 7, armazene 1 no endereço 0x0C caso ele esteja aprovado ou no endereço 0x10 caso ele esteja
# reprovado.
# Variables maps
# s0, s1 e s2 = notas
lw $s0, 0 ($gp)
lw $s1, 4 ($gp)
lw $s2, 8 ($gp)... | 20.76 | 93 | 0.626204 |
21caaea442175181e0687ab2e21501dcd8ce8218 | 8,722 | asm | Assembly | sources/ippcp/asm_ia32/pcprij128encryptofbg9as.asm | idesai/ipp-crypto | 67220e3042f23d423c7977cdfd8b4f54f3cba2e0 | [
"Apache-2.0"
] | 1 | 2020-11-03T21:30:58.000Z | 2020-11-03T21:30:58.000Z | sources/ippcp/asm_ia32/pcprij128encryptofbg9as.asm | idesai/ipp-crypto | 67220e3042f23d423c7977cdfd8b4f54f3cba2e0 | [
"Apache-2.0"
] | null | null | null | sources/ippcp/asm_ia32/pcprij128encryptofbg9as.asm | idesai/ipp-crypto | 67220e3042f23d423c7977cdfd8b4f54f3cba2e0 | [
"Apache-2.0"
] | null | null | null | ;===============================================================================
; Copyright 2014-2018 Intel Corporation
; All Rights Reserved.
;
; If this software was obtained under the Intel Simplified Software License,
; the following terms apply:
;
; The source code, information and material ("Material") co... | 32.666667 | 88 | 0.568448 |
dad4df54cc2b9f72313efe996627581aac199a35 | 797 | asm | Assembly | oeis/123/A123511.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/123/A123511.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/123/A123511.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A123511: Arises in the normal ordering of functions of a*(a+)*a, where a and a+ are the boson annihilation and creation operators, respectively.
; Submitted by Christian Krause
; 1,8,70,680,7315,86576,1119468,15710640,237885285,3865865080,67113398066,1239550196248,24267176759735,501941612835040,10936819334789720,2503... | 66.416667 | 494 | 0.843162 |
22945c22c81042b657a90a67f0a03f771e1513ae | 784 | asm | Assembly | programs/oeis/141/A141530.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/141/A141530.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/141/A141530.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A141530: a(n) = 4*n^3 - 6*n^2 + 1.
; 1,-1,9,55,161,351,649,1079,1665,2431,3401,4599,6049,7775,9801,12151,14849,17919,21385,25271,29601,34399,39689,45495,51841,58751,66249,74359,83105,92511,102601,113399,124929,137215,150281,164151,178849,194399,210825,228151,246401,265599,285769,306935,329121,352351,376649,402039,428... | 71.272727 | 679 | 0.80102 |
feb8aea08caa46dee3f1bac10793e13d3cb6db1d | 17,086 | asm | Assembly | base/ntos/ke/i386/abiosa.asm | yang235/wrk-v1.2 | daeeb598c7bf091b1370e8875626ad0cb3cd1ec0 | [
"Intel"
] | 209 | 2018-10-30T15:59:10.000Z | 2022-03-31T06:02:48.000Z | base/ntos/ke/i386/abiosa.asm | WindowsExploitation/wrk-v1.2 | daeeb598c7bf091b1370e8875626ad0cb3cd1ec0 | [
"Intel"
] | null | null | null | base/ntos/ke/i386/abiosa.asm | WindowsExploitation/wrk-v1.2 | daeeb598c7bf091b1370e8875626ad0cb3cd1ec0 | [
"Intel"
] | 66 | 2018-08-03T11:15:44.000Z | 2022-03-31T01:03:03.000Z | title "Abios Support Assembly Routines"
;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
; If you do not agree to the terms, do not use the code.
;
;
; Modu... | 24.030942 | 134 | 0.570877 |
db37aa104b8e0090fd0a0831c8c7e6dec2bd5b28 | 667 | asm | Assembly | Rendering/VolumeOpenGL/vtkVolumeTextureMapper3D_OneComponentNoShadeFP.asm | inviCRO/VTK | a2dc2e79d4ecb8f6da900535b32e1a2a702c7f48 | [
"BSD-3-Clause"
] | 3 | 2020-06-20T23:31:06.000Z | 2021-01-11T02:17:16.000Z | Rendering/VolumeOpenGL/vtkVolumeTextureMapper3D_OneComponentNoShadeFP.asm | inviCRO/VTK | a2dc2e79d4ecb8f6da900535b32e1a2a702c7f48 | [
"BSD-3-Clause"
] | 14 | 2015-04-25T17:54:13.000Z | 2017-01-13T15:30:39.000Z | Rendering/VolumeOpenGL/vtkVolumeTextureMapper3D_OneComponentNoShadeFP.asm | inviCRO/VTK | a2dc2e79d4ecb8f6da900535b32e1a2a702c7f48 | [
"BSD-3-Clause"
] | 5 | 2015-10-09T04:12:29.000Z | 2021-12-15T16:57:11.000Z | !!ARBfp1.0
# This is the fragment program for one
# component data with no shading
# We need some temporary variables
TEMP temp1, temp2, temp3;
# We are going to use the first
# texture coordinate
ATTRIB tex0 = fragment.texcoord[0];
# This is our output color
OUTPUT out = result.color;
# Look up the scalar value /... | 20.84375 | 38 | 0.71964 |
e8c74536b22f5011ca78d42e18f1db1d826f8ef3 | 100,927 | asm | Assembly | Library/Sound/soundDriver.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Sound/soundDriver.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Sound/soundDriver.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 Sound System
MODULE: Sound Library's Driver Interface
FILE: soundLibDriver.asm
AUTHOR: Todd Stumpf, Aug 26, 1992
ROUTINES:
Name Description
---- --... | 25.377672 | 79 | 0.619091 |
c2a4bf560d9372356d21bfa9b6262f9ab94e4a08 | 562 | asm | Assembly | programs/oeis/146/A146167.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/146/A146167.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/146/A146167.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A146167: Number of odd squarefree semiprimes (A046388) <= n.
; 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,7,7,8,8,8,8,8,8,8,8,9,9,9,9,10,10,10,10,10,10,10,10,11
mov $18,$0
mov $20,$0
add $20,1
lpb $20
clr $0,18
mov $0,$18
sub $20,1
sub $0,$20
... | 24.434783 | 164 | 0.560498 |
0e846d11b04a193ed65bdc0c17cd8c22d9d632e6 | 431 | asm | Assembly | programs/oeis/332/A332028.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/332/A332028.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/332/A332028.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A332028: Savannah problem: number of distinct possible populations after n weeks, not allowing new populations after the empty set.
; 3,5,7,11,14,17,22,26,30,34,40,45,50,55,60,67,73,79,85,91,97,105,112,119,126,133,140,147,156,164,172,180,188,196,204,212,222,231,240,249,258,267,276,285,294,305,315,325,335,345
mov $1,... | 26.9375 | 177 | 0.679814 |
aae08ee2ae2350f6c9887a4fc748ae63d5400d7f | 369 | asm | Assembly | libsrc/graphics/px4/clg.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/px4/clg.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/px4/clg.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | ;
; CLS for the Epson PX4
; Stefano - Nov 2015
;
;
; $Id: clg.asm,v 1.2 2015/11/05 16:08:04 stefano Exp $
;
PUBLIC clg
.clg
ld c,27 ; ESC
call $eb0c ; CONOUT
ld c,'2' ; Hide cursor
call $eb0c ; CONOUT
xor a
ld ($f2ad),a ; LVRAMYOF
; ld hl,($f294) ; LSCVRAM
ld hl,$e000
ld (hl),a
ld... | 13.178571 | 54 | 0.550136 |
9c65dc3f408d611a413a7616775470669451c158 | 4,137 | asm | Assembly | libsrc/compress/zx7/asm_dzx7_smart_rcs_back.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/compress/zx7/asm_dzx7_smart_rcs_back.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/compress/zx7/asm_dzx7_smart_rcs_back.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
; ===============================================================
; Feb 2016 by Einar Saukas - BACKWARDS VARIANT
; "Smart" integrated RCS+ZX7 decoder by Einar Saukas (111 bytes)
; ===============================================================
;
; void dzx7_smart_rcs_back(void *src, void *dst)
;
; Decompress backwards... | 25.537037 | 97 | 0.474982 |
1da49c7a9dcdf5b6bc0dce183f720faccfd9a6e1 | 1,109 | asm | Assembly | programs/oeis/116/A116082.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/116/A116082.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/116/A116082.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A116082: a(n) = C(n,7) + C(n,6) + C(n,5) + C(n,4) + C(n,3) + C(n,2) + C(n,1).
; 0,1,3,7,15,31,63,127,254,501,967,1815,3301,5811,9907,16383,26332,41225,63003,94183,137979,198439,280599,390655,536154,726205,971711,1285623,1683217,2182395,2804011,3572223,4514872,5663889,7055731,8731847,10739175,13130671,15965871,1931148... | 85.307692 | 871 | 0.781785 |
afc47165eb1b7431c35590460337d7cbdff4cd88 | 826 | asm | Assembly | oeis/142/A142321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142321.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142321: Primes congruent to 17 mod 45.
; Submitted by Jon Maiga
; 17,107,197,467,557,647,827,1097,1187,1277,1367,1637,1907,1997,2087,2267,2357,2447,2897,3167,3257,3347,3527,3617,3797,4157,4337,4517,4787,4877,4967,5147,5237,5417,5507,5867,6047,6317,6857,6947,7127,7307,7487,7577,7757,7937,8117,8297,8387,8747,8837,9377... | 34.416667 | 498 | 0.723971 |
14e74f9632cafd95141203d889a3e4ccbd87533f | 385 | asm | Assembly | oeis/091/A091546.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/091/A091546.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/091/A091546.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A091546: First column of the array A092077 ((8,2)-Stirling2).
; Submitted by Jon Maiga
; 1,56,10192,3872960,2517424000,2497284608000,3511182158848000,6643156644540416000,16275733779124019200000,50129260039701979136000000,189588861470152885092352000000,863766852858016544480755712000000
mov $1,1
mov $2,2
lpb $0
sub ... | 25.666667 | 198 | 0.771429 |
62867f08aea75d0c688a866fe8ed1c8e7681bfda | 112 | asm | Assembly | c64/test.asm | gnilk/emu6502 | 5e06b6af158e9228c2a0673dd1241218492ecbef | [
"MIT"
] | null | null | null | c64/test.asm | gnilk/emu6502 | 5e06b6af158e9228c2a0673dd1241218492ecbef | [
"MIT"
] | null | null | null | c64/test.asm | gnilk/emu6502 | 5e06b6af158e9228c2a0673dd1241218492ecbef | [
"MIT"
] | null | null | null | * = $4000 "main"
start:
nop
ldy #$40
sty $4100
ldy #$00
ldy $4100
brk
* = $4100
| 11.2 | 20 | 0.419643 |
18db7c96f80f45bac19d917a65c11d62a4b7e45d | 3,083 | asm | Assembly | release/src/router/gmp/source/mpn/x86_64/core2/aorslsh1_n.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/x86_64/core2/aorslsh1_n.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/x86_64/core2/aorslsh1_n.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl x86-64 mpn_addlsh1_n and mpn_sublsh1_n, optimized for "Core" 2.
dnl Copyright 2008 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 pub... | 20.282895 | 79 | 0.632501 |
bbfc50e7f2d96bca335c0bec73590404a62e10ca | 1,400 | asm | Assembly | finished_works/_junk/checkCollisions junk/sub_100342cf0.asm | prokube/gdp | 7a4b5340f8426002cb50cb323b5c6f482404d8c8 | [
"MIT"
] | 11 | 2021-09-22T12:11:54.000Z | 2022-03-08T06:49:51.000Z | finished_works/_junk/checkCollisions junk/sub_100342cf0.asm | camden314/gdp | 311b96f262e284102d31294f924c410a0ed436b5 | [
"MIT"
] | null | null | null | finished_works/_junk/checkCollisions junk/sub_100342cf0.asm | camden314/gdp | 311b96f262e284102d31294f924c410a0ed436b5 | [
"MIT"
] | 2 | 2022-03-11T15:58:50.000Z | 2022-03-11T22:09:14.000Z | push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rdi
mov rax, qword [rbx]
call CCNode::getRotation
cvttss2si r14d, xmm0
mov rax, qword [rbx]
mov rdi, rbx
call GameObject::isFlip
movsxd rcx, r14d
imu... | 27.45098 | 88 | 0.432143 |
8a7315172680a7a4c6d22ab2a6b59e0694a8d365 | 132 | asm | Assembly | libsrc/graphics/sv8000/res_MODE1.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/graphics/sv8000/res_MODE1.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/graphics/sv8000/res_MODE1.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z |
SECTION code_clib
PUBLIC res_MODE1
.res_MODE1
defc NEEDunplot = 1
INCLUDE "graphics/pc6001/pixel_MODE1.asm"
| 14.666667 | 49 | 0.681818 |
f40f6ffaa610373b888fef01a3348c65ec651f47 | 1,081 | asm | Assembly | bin/trimGarbage/test/test.asm | Sembiance/dexvert | 3e1ce592bcfab39a3ce46fe26fba2243cc060a30 | [
"MIT"
] | 10 | 2020-08-11T04:37:06.000Z | 2022-01-02T15:43:12.000Z | bin/stripGarbage/test/test.asm | Sembiance/dexvert | 3e1ce592bcfab39a3ce46fe26fba2243cc060a30 | [
"MIT"
] | 1 | 2020-12-18T17:48:48.000Z | 2020-12-18T17:48:48.000Z | bin/trimGarbage/test/test.asm | Sembiance/dexvert | 3e1ce592bcfab39a3ce46fe26fba2243cc060a30 | [
"MIT"
] | null | null | null | section .text
extern _MessageBoxA@16
%if __NASM_VERSION_ID__ >= 0x02030000
safeseh handler ; register handler as "safe handler"
%endif
handler:
push dword 1 ; MB_OKCANCEL
push dword caption
push dword text
push dword 0
call _MessageBoxA@16
sub... | 26.365854 | 64 | 0.539315 |
0a90bfc1fd868db807459f7f274de3927482ea99 | 689 | asm | Assembly | oeis/055/A055546.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/055/A055546.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/055/A055546.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A055546: a(n) = (-1)^(n+1) * 2^n * n!^2.
; Submitted by Jon Maiga
; -1,2,-16,288,-9216,460800,-33177600,3251404800,-416179814400,67421129932800,-13484225986560000,3263182688747520000,-939796614359285760000,317651255653438586880000,-124519292216147926056960000,56033681497266566725632000000,-286892449266004821635235840... | 34.45 | 466 | 0.782293 |
ef877f864507d6700c1cea6b71a5dcb897ddd7f5 | 596 | asm | Assembly | oeis/089/A089815.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089815.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089815.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089815: a(n) = floor((n+2)^(n+2)/((n+2)^2-1)).
; 1,3,17,130,1333,17157,266305,4842756,101010101,2377597255,62350352785,1802828015430,56984650387477,1954883439200265,72340172838076673,2872362020438669320,121815504877079063701,5495610154611982192011,262801002506265664160401,13278606859968142094048010,70689001524683138... | 59.6 | 487 | 0.857383 |
1f9600f6b037689cbf1850975946576c192f967d | 388 | asm | Assembly | oeis/006/A006337.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006337.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006337.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006337: An "eta-sequence": floor( (n+1)*sqrt(2) ) - floor( n*sqrt(2) ).
; Submitted by Christian Krause
; 1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1
add $0,1
s... | 43.111111 | 201 | 0.564433 |
e6746d76b24cbe6ec7953d09d5a7509b84c05278 | 718 | asm | Assembly | src/test/ref/post-increment-problem-3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/post-increment-problem-3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/post-increment-problem-3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Illustrates a problem with post-incrementing inside the while loop condition
// https://gitlab.com/camelot/kickc/-/issues/486
// Commodore 64 PRG executable file
.file [name="post-increment-problem-3.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$... | 23.16129 | 79 | 0.639276 |
c457aa5d15ee885f2c02e0d81ae6e8cf37c8dd76 | 4,876 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2274.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2274.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2274.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 %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x183d5, %r11
nop
xor $60852, %r10
mov (%r11), %edx
nop
nop
inc %r11
lea addresses_A_ht+0xed55, %rcx
nop
nop
add %r11, %r11
movb $0x61, (%rcx)
nop
nop
nop
nop
nop
xor %rax, %r... | 49.252525 | 2,999 | 0.661198 |
90f309046e35b034a0432d94cd7560fc1906f9f4 | 66 | asm | Assembly | bondgo/src/test/source009-if.go.asm | mmirko/bondmachine | 80427496e24498bbb8c4a401978c1f4ffc04e78e | [
"MIT"
] | 6 | 2018-11-03T03:17:38.000Z | 2022-01-17T11:57:28.000Z | bondgo/src/test/source009-if.go.asm | innovatefpga/2018-EM083 | 80427496e24498bbb8c4a401978c1f4ffc04e78e | [
"MIT"
] | null | null | null | bondgo/src/test/source009-if.go.asm | innovatefpga/2018-EM083 | 80427496e24498bbb8c4a401978c1f4ffc04e78e | [
"MIT"
] | 2 | 2018-07-17T17:43:57.000Z | 2018-10-25T01:13:11.000Z | clr r0
clr r1
jz r1 6
rset r1 6
cpy r0 r1
j 8
rset r1 7
cpy r0 r1
| 7.333333 | 9 | 0.681818 |
d0a8b56fe82a68cde1c92bf131707441ac9c4dcd | 530 | asm | Assembly | oeis/011/A011455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/011/A011455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/011/A011455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A011455: Sum 2^Fibonacci(i), i=2..n.
; 2,6,14,46,302,8494,2105646,17181974830,36028814200938798,618970019678718951650500910,22300745198530623760505737951367313156481326,13803492693581127574869511746854796103432841704846511061692361604079918,30782817340933186884593000078237198285218547685400399567447361709018144819461... | 33.125 | 318 | 0.777358 |
711ddd6c7c6b73072f9bcd44a35af31650555438 | 734 | asm | Assembly | oeis/324/A324893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/324/A324893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/324/A324893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A324893: a(n) = sigma(A097706(n)), where A097706(n) is the part of n composed of prime factors of form 4k+3.
; Submitted by Jamie Morken(w4)
; 1,1,4,1,1,4,8,1,13,1,12,4,1,8,4,1,1,13,20,1,32,12,24,4,1,1,40,8,1,4,32,1,48,1,8,13,1,20,4,1,1,32,44,12,13,24,48,4,57,1,4,1,1,40,12,8,80,1,60,4,1,32,104,1,1,48,68,1,96,8,72,13,... | 22.242424 | 250 | 0.516349 |
49c24a67dcd58243f980faf33f5b77d9e9072ae2 | 1,312 | asm | Assembly | codigo/capitulo 44/bootloader.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | 2 | 2020-03-19T19:10:21.000Z | 2021-04-10T16:01:21.000Z | codigo/capitulo 44/bootloader.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | null | null | null | codigo/capitulo 44/bootloader.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | null | null | null | ;;----------------------BOOTLOADER-------------------------------
USE16 ; especifica que se usara el modo de compilacion de 16 bits
ORG 0x7C00 ; especifica que el programa se cargara en la direccion
; 0x7C00 de la memoria
jmp inicio ; salto a la etiqueta inicio
inicio: ; funcion principal del ... | 23.017544 | 82 | 0.579268 |
d5a5b08d0532ea7e5115dce25c7766deec62f196 | 13,337 | asm | Assembly | pkgs/tools/yasm/src/modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | .file "test_hd.c"
.section .debug_abbrev,"",@progbits
.Ldebug_abbrev0:
.section .debug_info,"",@progbits
.Ldebug_info0:
.section .debug_line,"",@progbits
.Ldebug_line0:
.text
.Ltext0:
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "Usage: %s <file>\n"
.LC1:
.string "rb"
.LC2:
.string "Could not open `... | 13.595311 | 45 | 0.675714 |
ce89d3282c93ef6c882a7cdc72d9ff6a79646f31 | 11 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=vwum1_setword1_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwum1=vwum1_setword1_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=vwum1_setword1_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | sty {m1}+1
| 5.5 | 10 | 0.545455 |
380c76443d9f1af181b9d5ad550fc126fa971e2b | 1,056 | asm | Assembly | src/routines_wram.asm | freem/nesmon | f12df78120f7b0a3610964ed2f1d4743e357d632 | [
"0BSD"
] | 2 | 2015-09-21T04:33:26.000Z | 2015-11-06T02:32:29.000Z | src/routines_wram.asm | freem/nesmon | f12df78120f7b0a3610964ed2f1d4743e357d632 | [
"0BSD"
] | null | null | null | src/routines_wram.asm | freem/nesmon | f12df78120f7b0a3610964ed2f1d4743e357d632 | [
"0BSD"
] | null | null | null | ;==============================================================================;
; nesmon/src/routines_wram.asm
; Routines that involve WRAM access/modification
;==============================================================================;
; Routine naming: wram_*
;====================================================... | 24.55814 | 80 | 0.386364 |
6feacff262228c51826a8fd91e4acf6d713ca094 | 199 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_queue/c/sccz80/p_queue_push.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/p_queue/c/sccz80/p_queue_push.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/p_queue/c/sccz80/p_queue_push.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; void p_queue_push(p_queue_t *q, void *item)
SECTION code_clib
SECTION code_adt_p_queue
PUBLIC p_queue_push
EXTERN p_forward_list_alt_push_back
defc p_queue_push = p_forward_list_alt_push_back
| 16.583333 | 48 | 0.849246 |
7a02963e91972a24aa03e6b2f809458ad67d92a1 | 356 | asm | Assembly | oeis/124/A124862.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/124/A124862.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/124/A124862.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A124862: a(n)=J(2n+1)*C(2n,n), J(n)=A001045(n).
; Submitted by Christian Krause
; 1,6,66,860,11970,172116,2523444,37487736,562303170,8496977060,129153866556,1972531074696,30245473774516,465314970745800,7179145222818600,111037445957810160,1721080411744977090
mov $1,4
pow $1,$0
mul $1,2
add $1,1
mov $2,$0
mul $2,2
bin... | 23.733333 | 177 | 0.735955 |
29e58420fd02bdc0c7a65f2f3bf3db7100c67569 | 2,654 | asm | Assembly | src/vcpiemu.asm | DosWorld/zrdx | 18acbf115d150a96809c42799f496b94f903545f | [
"CC0-1.0"
] | 12 | 2021-11-04T14:52:39.000Z | 2022-03-17T10:13:23.000Z | src/vcpiemu.asm | DosWorld/zrdx | 18acbf115d150a96809c42799f496b94f903545f | [
"CC0-1.0"
] | 1 | 2021-11-10T00:11:31.000Z | 2021-11-10T00:11:31.000Z | src/vcpiemu.asm | DosWorld/zrdx | 18acbf115d150a96809c42799f496b94f903545f | [
"CC0-1.0"
] | null | null | null | ; This file is part of the ZRDX 0.50 project
; (C) 1998, Sergey Belyakov
Segm Text
assume cs:Text
DPROC Alloc1Page
cmp VCPIMemAvailable, 1
jne @@TryXMS
mov ax, 0DE04h
VCPITrap
and dh, 0F0h
or dh, VCPIPageBit ;mark this pa... | 27.645833 | 78 | 0.447249 |
ce4a86e2f86359c3320ac11a6d0cca858210a462 | 1,013 | asm | Assembly | _build/dispatcher/jmp_ippsSHA224Pack_98fe4eba.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsSHA224Pack_98fe4eba.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsSHA224Pack_98fe4eba.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsSHA224Pack:function
extern n8_ippsSHA224Pack:function
extern y8_ippsSHA224Pack:function
extern e9_ippsSHA224Pack:function
extern l9_ippsSHA224Pack:function
extern n0_ippsSHA224Pack:function
extern k0_ippsSHA224Pack:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
a... | 25.974359 | 83 | 0.782823 |
906b90b023800cd83a44abadf8a25e52f17a477e | 1,045 | asm | Assembly | libsrc/_DEVELOPMENT/target/rc2014/device/acia/acia_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/target/rc2014/device/acia/acia_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/target/rc2014/device/acia/acia_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
INCLUDE "config_private.inc"
SECTION code_driver
PUBLIC _acia_init
EXTERN _acia_reset, aciaControl
EXTERN asm_z80_push_di, asm_z80_pop_ei_jp
_acia_init:
call asm_z80_push_di ; di
; initialise the ACIA
ld a, __IO_ACIA_CR_RESET ; Master Reset t... | 31.666667 | 93 | 0.560766 |
95d34801990b34b52523bb5d6878115488d17758 | 377 | asm | Assembly | programs/oeis/083/A083457.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/083/A083457.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/083/A083457.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A083457: Smallest nontrivial k such that k^n - 1 is a palindrome (k >1 for n>1).
; 1,2,2,10,3,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10
dif $0,2
mov $1,$0
mov $2... | 29 | 210 | 0.628647 |
d71732ed3708c18855bd6e3cc0d82c680fe11d5f | 1,184 | asm | Assembly | engine/overworld.asm | mkiesinski/the-way-nes | 59df7a4b09f76eedcac50bd0121899f01387e9dc | [
"MIT"
] | 2 | 2018-02-10T19:47:03.000Z | 2018-09-05T18:07:25.000Z | engine/overworld.asm | mkiesinski/no-mans-byte-nes | 59df7a4b09f76eedcac50bd0121899f01387e9dc | [
"MIT"
] | null | null | null | engine/overworld.asm | mkiesinski/no-mans-byte-nes | 59df7a4b09f76eedcac50bd0121899f01387e9dc | [
"MIT"
] | null | null | null | EngineOverworldInit:
LDA #$00
STA PPUCTRL ; disable NMI for the rendering
STA PPUMASK ; disable rendering
STA APU_MODCTRL ; disable DMC IRQs
;; LOAD MAP
LDA #LOW(map00) ; load the initial map pointer
STA mapPointer
LDA #HIGH(map00)
STA mapPointer... | 26.909091 | 96 | 0.641892 |
d7b71e6d3d1f3932a16e9c81647b0de717024026 | 408 | asm | Assembly | Mid-Term/Solution/Q2.asm | pulok825/CSE331L-Section-1-Fall20-NSU | acad8c3532e4f4c4bb022ca64f2dd27d5b13981d | [
"MIT"
] | null | null | null | Mid-Term/Solution/Q2.asm | pulok825/CSE331L-Section-1-Fall20-NSU | acad8c3532e4f4c4bb022ca64f2dd27d5b13981d | [
"MIT"
] | null | null | null | Mid-Term/Solution/Q2.asm | pulok825/CSE331L-Section-1-Fall20-NSU | acad8c3532e4f4c4bb022ca64f2dd27d5b13981d | [
"MIT"
] | null | null | null |
.MODEL SMALL
.STACK 100H
.DATA
PROMPT DB " DIGITS FROM 0-9 ARE-$"
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
LEA DX, PROMPT
MOV AH, 9
INT 21H
MOV CX, 10
MOV AH, 2
MOV DL, 48
@LOOP
INT 21H
INC DL
DEC CX
JNZ @LOOP
... | 7.698113 | 35 | 0.42402 |
f7c39b4c411285ee2b6b00b1a134d96546c715cd | 700 | asm | Assembly | oeis/037/A037487.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037487.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037487.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037487: Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 1,2.
; 1,12,121,1212,12121,121212,1212121,12121212,121212121,1212121212,12121212121,121212121212,1212121212121,12121212121212,121212121212121,1212121212121212,12121212121212121,121212121212121212,121212121212... | 53.846154 | 496 | 0.86 |
e427b90fba8eb9baa77b3b9a2388cf8c904f5ef3 | 1,898 | asm | Assembly | programs/oeis/047/A047859.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047859.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047859.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047859: a(n) = T(2, n), array T given by A047858.
; 1,4,11,27,63,143,319,703,1535,3327,7167,15359,32767,69631,147455,311295,655359,1376255,2883583,6029311,12582911,26214399,54525951,113246207,234881023,486539263,1006632959,2080374783,4294967295,8858370047,18253611007,37580963839,77309411327,158913789951,326417514495... | 172.545455 | 1,776 | 0.918335 |
65581df79ea24bc75623d6ae4e1b0688a5a0ac8e | 1,634 | asm | Assembly | programs/oeis/334/A334992.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/334/A334992.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/334/A334992.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A334992: a(n) is the smallest number larger than a(n-1) whose a(i)-th binary digit is 0 for all i<n, with a(1)=1.
; 1,4,5,8,9,12,13,64,65,68,69,72,73,76,77,128,129,132,133,136,137,140,141,192,193,196,197,200,201,204,205,1024,1025,1028,1029,1032,1033,1036,1037,1088,1089,1092,1093,1096,1097,1100,1101,1152,1153,1156,115... | 86 | 1,323 | 0.762546 |
e53953014f1d04463a4bf1f84948708e99f55396 | 4,525 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_7.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_7.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_7.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 %r13
push %r9
push %rbp
push %rdx
// Store
lea addresses_normal+0xc649, %r9
nop
nop
xor %rbp, %rbp
mov $0x5152535455565758, %r10
movq %r10, %xmm7
movups %xmm7, (%r9)
nop
nop
nop
nop
nop
cmp $62... | 48.655914 | 2,999 | 0.658343 |
d92451948417d5a1d4275440fa340af46d2d3673 | 7,458 | asm | Assembly | example.asm | adnanel/pjp_seminarski | 50f512e34ca0b1288a4af7a3908ff6e2b5b183a5 | [
"BSD-2-Clause"
] | null | null | null | example.asm | adnanel/pjp_seminarski | 50f512e34ca0b1288a4af7a3908ff6e2b5b183a5 | [
"BSD-2-Clause"
] | null | null | null | example.asm | adnanel/pjp_seminarski | 50f512e34ca0b1288a4af7a3908ff6e2b5b183a5 | [
"BSD-2-Clause"
] | null | null | null | %include "asm_io.inc"
segment .data;
; `"GRESKA!!! %s. Ocekivao vrijednost %d, dobio %d "`
_tmp_label_5 db 71
db 82
db 69
db 83
db 75
db 65
db 33
db 33
db 33
db 32
db 37
db 115
db 46
db 32
db 79
db 99
db 101
db 107
db 105
db 118
db 97
db 111
db 32
... | 13.130282 | 74 | 0.491016 |
22e7fe8c9e547b2ee87d8f46e2182b9ddf293ac2 | 29,300 | asm | Assembly | CCS/wisp-base/RFID/rfid_Handles.asm | keyrons-hub/wisp5 | 7f9975a14017ce9d0b5574aec11043bd474d34ce | [
"BSD-2-Clause"
] | null | null | null | CCS/wisp-base/RFID/rfid_Handles.asm | keyrons-hub/wisp5 | 7f9975a14017ce9d0b5574aec11043bd474d34ce | [
"BSD-2-Clause"
] | null | null | null | CCS/wisp-base/RFID/rfid_Handles.asm | keyrons-hub/wisp5 | 7f9975a14017ce9d0b5574aec11043bd474d34ce | [
"BSD-2-Clause"
] | null | null | null | ;/**@file rfid_Handles.asm
;* @brief command handles for most of the EPC C1G2 protocol (Query/Ack/etc.)
;* @details each routine is called after the corresponding command was parsed. Each handle is highly timing sensitive
;*
;* @author Justin Reina, UW Sensor Systems Lab
;* @created 7-15-11
;* @last rev 7-25-... | 38.300654 | 157 | 0.542526 |
c9f74bc61ff1ece86ac78338acc9f59461d94444 | 293 | asm | Assembly | programs/oeis/218/A218530.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/218/A218530.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/218/A218530.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A218530: Partial sums of floor(n/11).
; 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,8,9,10,11,13,15,17,19,21,23,25,27,29,31,33,36,39,42,45,48,51,54,57,60,63,66,70,74,78,82,86,90,94,98,102,106,110,115,120,125,130,135,140,145,150,155,160,165,171
add $0,1
lpb $0
sub $0,11
add $1,$0
lpe
mov $0,$1
| 29.3 | 197 | 0.631399 |
d646b49ac45be0e908bbdbf78daf86095fa31759 | 709 | asm | Assembly | oeis/145/A145217.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/145/A145217.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/145/A145217.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A145217: a(n) is the self-convolution series of the sum of 4th powers of the first n natural numbers.
; 1,32,418,3104,16003,64064,213060,614976,1587333,3742816,8190182,16832608,32795399,61021312,109078664,188234880,314856201,512202912,812698666,1260762272,1916300683,2858972864,4193345740,6055075520,8618260365,1210412... | 47.266667 | 490 | 0.815233 |
9778d229106717c9be23999a21605231ee4ed4a5 | 705 | asm | Assembly | programs/oeis/110/A110833.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/110/A110833.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/110/A110833.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A110833: Squares of the form (p+1)^2, where p is prime.
; 9,16,36,64,144,196,324,400,576,900,1024,1444,1764,1936,2304,2916,3600,3844,4624,5184,5476,6400,7056,8100,9604,10404,10816,11664,12100,12996,16384,17424,19044,19600,22500,23104,24964,26896,28224,30276,32400,33124,36864,37636,39204,40000,44944,50176,51984,52900,... | 100.714286 | 596 | 0.801418 |
e49c7131af2912ae1bb67e255d6b20a7a21c8e12 | 240 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapein_open_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapein_open_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapein_open_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned char esx_m_tapein_open(unsigned char *filename)
SECTION code_esxdos
PUBLIC _esx_m_tapein_open_fastcall
EXTERN asm_esx_m_tapein_open
_esx_m_tapein_open_fastcall:
push iy
call asm_esx_m_tapein_open
pop iy
ret
| 14.117647 | 58 | 0.804167 |
b3aac8ba68427531c1bd978d9e5f024e152c2a5f | 541 | asm | Assembly | programs/oeis/230/A230018.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/230/A230018.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/230/A230018.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A230018: a(n) = (9*n^3 + 5*n)/2.
; 7,41,129,298,575,987,1561,2324,3303,4525,6017,7806,9919,12383,15225,18472,22151,26289,30913,36050,41727,47971,54809,62268,70375,79157,88641,98854,109823,121575,134137,147536,161799,176953,193025,210042,228031,247019
mov $14,$0
mov $16,$0
add $16,1
lpb $16
clr $0,14
mov $0,$14
... | 19.321429 | 217 | 0.604436 |
e6cf20b3efa7ebb94cde47b9e0220b1310376b7d | 1,358 | asm | Assembly | src/asm/general.asm | DJRideout/MegaManX4Practice | 9df3c879b64e48a87077c40701234171435091a4 | [
"MIT"
] | 1 | 2022-02-24T03:10:14.000Z | 2022-02-24T03:10:14.000Z | src/asm/general.asm | DJRideout/MegaManX4Practice | 9df3c879b64e48a87077c40701234171435091a4 | [
"MIT"
] | null | null | null | src/asm/general.asm | DJRideout/MegaManX4Practice | 9df3c879b64e48a87077c40701234171435091a4 | [
"MIT"
] | null | null | null | .psx
; Hacks for game-wide things
; Store controller inputs in temp ram for access
; as well as blocking game-mappable inputs if holding select
; to avoid annoying item save conflicts
@controller_input:
replace 0x80012370
j @controller_input
nop
endreplace @controller_input
; a1 contains current controlle... | 26.115385 | 105 | 0.693667 |
ab9470752f119051e52ce9ab748bf10114ace4ce | 6,842 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_6717_941.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_6717_941.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_6717_941.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x3417, %rax
nop
nop
nop
nop
xor $57153, %r12
mov $0x6162636465666768, %r11
movq %r11, %xmm1
movups %xmm1, (%rax)
cmp %r8, %r8
lea addresses_A_ht+0x199db, %rsi
lea addresses_WC... | 34.21 | 2,999 | 0.655364 |
186adddccbbd23c4e5066f4e379c0a1ab8194b79 | 1,098 | asm | Assembly | programs/oeis/162/A162396.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/162/A162396.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/162/A162396.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A162396: a(n) = 2*a(n-2) for n > 2; a(1) = 5, a(2) = 2.
; 5,2,10,4,20,8,40,16,80,32,160,64,320,128,640,256,1280,512,2560,1024,5120,2048,10240,4096,20480,8192,40960,16384,81920,32768,163840,65536,327680,131072,655360,262144,1310720,524288,2621440,1048576,5242880,2097152,10485760,4194304,20971520,8388608,41943040,16777... | 78.428571 | 941 | 0.82969 |
4735e73e86fafb1e585d47e752a9f03870cd1500 | 544 | asm | Assembly | oeis/015/A015004.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015004.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015004.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015004: q-factorial numbers for q=5.
; 1,1,6,186,29016,22661496,88515803376,1728802155736656,168827903320618878336,82435457461295106532780416,201258420458750640859769304304896,2456767777551003294245070550498298923776,149949204558598784020761783280669552547300269056,457608656114991441791862974276310729015428990506749... | 45.333333 | 427 | 0.875 |
674c4c14680a34500fdbcb6855e188ecb1ccf981 | 439 | asm | Assembly | Homework 2 code.asm | Arkar1an/Assembly | 07ff24d582564d6fd29011095a7ed01cc897dc3b | [
"MIT"
] | null | null | null | Homework 2 code.asm | Arkar1an/Assembly | 07ff24d582564d6fd29011095a7ed01cc897dc3b | [
"MIT"
] | null | null | null | Homework 2 code.asm | Arkar1an/Assembly | 07ff24d582564d6fd29011095a7ed01cc897dc3b | [
"MIT"
] | null | null | null | TITLE Homework #2 (Homework 2 code.asm)
; Russell Richardson
; This program adds and subtracts
; using three general purpose registers
INCLUDE Irvine32.inc
.data
.code
main PROC
xor eax, eax ;clears the eax register
mov ebx, 200h ;puts 200h into ebx
mov edx, 5h ;puts 5h into edx
add eax, eb... | 19.086957 | 41 | 0.699317 |
7434bad60ddf1f3af9de1922b4cec9323a0acbe9 | 1,928 | asm | Assembly | Examples/ch13/Readfile.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch13/Readfile.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch13/Readfile.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | TITLE Read a text file (Readfile.asm)
; Read, display, and copy a text file.
; Last update: 9/11/01
INCLUDE Irvine16.inc
.data
BufSize = 5000
infile BYTE "my_text_file.txt",0
outfile BYTE "my_output_file.txt",0
inHandle WORD ?
outHandle WORD ?
buffer BYTE BufSize DUP(?)
bytesRead WORD ... | 23.512195 | 46 | 0.656639 |
166bf1bf674dd2c67413a16059db955f6148a323 | 533 | asm | Assembly | programs/oeis/262/A262184.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/262/A262184.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/262/A262184.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A262184: a(n) = Fibonacci(n)^2 - Fibonacci(n) + 1.
; 1,1,1,3,7,21,57,157,421,1123,2971,7833,20593,54057,141753,371491,973183,2548813,6674473,17476581,45758461,119803971,313661811,821194993,2149945057,5628675601,14736139057,38579834307,101003513911,264430950213,692289729561,1812438874093,4745027921173,12422646553507,3... | 33.3125 | 361 | 0.769231 |
15370735f516eac00231b39541f4968710368a57 | 296 | asm | Assembly | CS0447/Lab1/jaw280_lab1.asm | jasonawalker/pitt-cs | 2267784b2bda82223c1f4337648b3dacb53670af | [
"MIT"
] | null | null | null | CS0447/Lab1/jaw280_lab1.asm | jasonawalker/pitt-cs | 2267784b2bda82223c1f4337648b3dacb53670af | [
"MIT"
] | null | null | null | CS0447/Lab1/jaw280_lab1.asm | jasonawalker/pitt-cs | 2267784b2bda82223c1f4337648b3dacb53670af | [
"MIT"
] | null | null | null | # Jason Walker (jaw280)
print_int:
li v0, 1
syscall
jr ra
newline:
li a0, 10
li v0, 11
syscall
jr ra
.globl main
main:
li a0, 1234
li v0, 1
syscall
jal newline
li a0, 5678
jal print_int
# public static voud main(String[] args){
# int a0 = 1234;
# System.out.println(a0);
# }
| 10.962963 | 41 | 0.648649 |
2598b6ad319a2a09e509b1c8989921dd94f530fa | 382 | asm | Assembly | oeis/337/A337292.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/337/A337292.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/337/A337292.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A337292: a(n) = 4*binomial(5*n,n)/(5*n-1).
; Submitted by Jon Maiga
; 5,20,130,1020,8855,81900,791120,7887660,80560285,838553320,8863227100,94871786100,1026317094705,11203116342560,123243929011680,1364973221797900,15207477517956825,170321264840835900,1916512328325665070,21655893753689280120
mov $1,$0
mov $2,1
add $2... | 27.285714 | 223 | 0.759162 |
5dda9b16936603a34529c76c077c007df709b3a3 | 1,829 | asm | Assembly | programs/oeis/084/A084922.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/084/A084922.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/084/A084922.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A084922: a(n) = (prime(n)-1)*(prime(n)+1)/6.
; 4,8,20,28,48,60,88,140,160,228,280,308,368,468,580,620,748,840,888,1040,1148,1320,1568,1700,1768,1908,1980,2128,2688,2860,3128,3220,3700,3800,4108,4428,4648,4988,5340,5460,6080,6208,6468,6600,7420,8288,8588,8740,9048,9520,9680,10500,11008,11528,12060,12240,12788,13160,13... | 73.16 | 1,537 | 0.781848 |
edeace6ff8ce089fada236bb06bdc3b4483f74eb | 13,204 | asm | Assembly | modules/imageEditor/ImageEditor.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 5 | 2015-02-25T01:28:09.000Z | 2021-05-22T09:03:04.000Z | modules/imageEditor/ImageEditor.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 38 | 2015-02-10T18:37:11.000Z | 2017-10-03T03:08:50.000Z | modules/imageEditor/ImageEditor.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 2 | 2016-05-06T22:48:46.000Z | 2017-01-12T19:28:49.000Z | ImageEditor.COMMAND_RUN :
dd ImageEditor.STR_IMAGEEDITORNAME
dd ImageEditor.main
dd null
ImageEditor.BINDING_RAWIMAGE :
dd ImageEditor.STR_RAWIMAGETYPE
dd ImageEditor.mainFromConsoleFile
dd null
ImageEditor.init :
pusha
push dword ImageEditor.COMMAND_RUN
call iConsole2.RegisterCommand
push dword ImageEdito... | 21.788779 | 68 | 0.721827 |
f970912c878b9f82695e94334800abefc7c75d02 | 754 | asm | Assembly | oeis/129/A129238.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/129/A129238.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/129/A129238.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A129238: Permutations with exactly 11 fixed points.
; Submitted by Christian Krause
; 1,0,78,728,12285,192192,3279640,59001696,1121107806,22421988160,470862104076,10358965584240,238256209789598,5718149032454208,142953725815812600,3716796871203401440,100353515522504876775,2809898434630115075520,81487054604273371787370... | 62.833333 | 483 | 0.8687 |
c99c1d9cb9ab9cf90cf202bd9a860afbd64912a9 | 2,610 | asm | Assembly | bootsector/gdt.asm | drakeor/koiz-os-v1 | e16c708fc7022d18a2c3fa439a86c3bb128adb0b | [
"MIT"
] | null | null | null | bootsector/gdt.asm | drakeor/koiz-os-v1 | e16c708fc7022d18a2c3fa439a86c3bb128adb0b | [
"MIT"
] | null | null | null | bootsector/gdt.asm | drakeor/koiz-os-v1 | e16c708fc7022d18a2c3fa439a86c3bb128adb0b | [
"MIT"
] | 1 | 2021-02-10T00:02:38.000Z | 2021-02-10T00:02:38.000Z | ; GDT
; Alright, time for some fun
gdt_start:
; This is required
; 32 bits
gdt_null:
dd 0x0
dd 0x0
; Code segment descriptor
; base = 0x0
; max = 0xFFFFF
gdt_code:
; Limit (bits 0-15)
dw 0xFFFF
; Base (bits 0-15)
dw 0x0
; Base (bits 16-23)
db 0x0
; Access Byte
; Present ... | 33.896104 | 106 | 0.637165 |
690cfb7fa5fd3c68b71fb47ece68cf4f41f947a8 | 3,233 | asm | Assembly | Windows/sim1.asm | schwindy/kekpool-miner | 680bd6b6fe9a2b54bfc6415471510b7fc41bbf6e | [
"MIT"
] | null | null | null | Windows/sim1.asm | schwindy/kekpool-miner | 680bd6b6fe9a2b54bfc6415471510b7fc41bbf6e | [
"MIT"
] | null | null | null | Windows/sim1.asm | schwindy/kekpool-miner | 680bd6b6fe9a2b54bfc6415471510b7fc41bbf6e | [
"MIT"
] | null | null | null | format PE64 console 5.0
entry start
MEM_LARGE_PAGES = 20000000h
include 'win64a.inc'
include 'params.inc'
include 'struct_eh.inc'
include 'macro_eh.asm'
section '.text' code readable executable
start:
mov eax, esp
cmp rax, rsp
jne _Exit
sub esp, 0x108
and esp, -32
frame
call [GetCurrentThread]
mov rcx, rax
mov edx... | 17.570652 | 86 | 0.732447 |
592e0591a98ba1694149020cc9d9412f48f06dd3 | 258 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_erase_block_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_erase_block_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_erase_block_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; size_t b_vector_erase_block_callee(b_vector_t *v, size_t idx, size_t n)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC _b_vector_erase_block_callee
EXTERN _b_array_erase_block_callee
defc _b_vector_erase_block_callee = _b_array_erase_block_callee
| 21.5 | 73 | 0.875969 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.