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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bad70ed5fdbdb28e9f5d978975377fa0929e9d44 | 8,943 | asm | Assembly | project_testing/ex.asm | Ahmed-ata112/processor_simulation_game | e4222ab7974292b8b025cd5711ee1d1b10be4373 | [
"MIT"
] | 1 | 2022-02-28T15:44:58.000Z | 2022-02-28T15:44:58.000Z | project_testing/ex.asm | Ahmed-ata112/processor_simulation_game | e4222ab7974292b8b025cd5711ee1d1b10be4373 | [
"MIT"
] | null | null | null | project_testing/ex.asm | Ahmed-ata112/processor_simulation_game | e4222ab7974292b8b025cd5711ee1d1b10be4373 | [
"MIT"
] | null | null | null | include kk.inc
.MODEL SMALL
.STACK 64
.DATA
_AX dw 1234h
_BX dw 50H
_CX dw 2H
_DX dw 1000H
_SI dw ?
_DI dw ?
_SP dw ?
_BP dw ?
_00 db 56h
_01 db 78H
_02 db ?
_03 db ?
_04 db ?
_05 db ?
_06 db ?
_07 db ?
_08 db ?
_09 db ?
_A db ?
_B db ?
_C db ?
_D db ?
_E db ?
_F db ?
command_splited db 5 dup('$')
Opera... | 17.569745 | 156 | 0.426814 |
fa4bd5810841bda4a4d64b2e69669ffbee175f82 | 1,359 | asm | Assembly | src/chips/YM2203.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | 6 | 2020-04-21T17:26:27.000Z | 2021-09-25T18:41:01.000Z | src/chips/YM2203.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | src/chips/YM2203.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | ;
; VGM YM2203 chip
;
YM2203: MACRO
super: Chip YM2203_name, Header.ym2203Clock, YM2203_Connect
; hl' = time remaining
; ix = player
; iy = reader
ProcessCommand: PROC
call Reader_ReadWord_IY
jp System_Return
writeRegister: equ $ - 2
ENDP
; hl' = time remaining
; ix = player
; iy = reader
ProcessComma... | 17.202532 | 60 | 0.767476 |
9250cf363ba39f8f8269487258ea133c4dd1658b | 4,986 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1536.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1536.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1536.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1d9c1, %rdi
nop
nop
nop
nop
nop
cmp %r13, %r13
mov $0x6162636465666768, %rdx
movq %rdx, %xmm6
movups %xmm6, (%rdi)
nop
inc %r14
lea addresses_WT_ht+0x1ca21, %rsi
lea addresses_A_ht+0x6c... | 46.166667 | 2,999 | 0.661653 |
4fe64b5d4bb7c50186b896e3b55b2aadc8b34ef7 | 815 | asm | Assembly | ecdsa128/src/GFp_src/src/submod.asm | FloydZ/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 11 | 2015-03-17T10:31:23.000Z | 2022-01-21T17:42:43.000Z | ecdsa128/src/GFp_src/src/submod.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | null | null | null | ecdsa128/src/GFp_src/src/submod.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 6 | 2018-01-29T16:06:36.000Z | 2021-05-08T19:22:24.000Z | .686p
.mmx
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
extern __mod:DWORD
.code
submod proc ptrA:DWORD, ptrB:DWORD, ptrC:DWORD
;a-b=c mod __mod
pushad
mov esi, dword ptr [esp+20h+4]
mov edi, dword ptr [esp+20h+8]
mov ebp, dword ptr [esp+20h+12]
mov eax, dword ptr [esi... | 17.340426 | 47 | 0.658896 |
1406b42b137219b828efc0bf5397c16c59364790 | 6,367 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1811.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1811.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1811.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 %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1cd29, %r8
nop
nop
nop
sub %r9, %r9
movw $0x6162, (%r8)
nop
nop
nop
nop
cmp $35134, %r9
lea addresses_UC_ht+0xf931, %rsi
lea addresses_WC_ht+0x1a2b1, %rdi
nop
nop
xor $45959, %rbp
m... | 40.044025 | 2,999 | 0.656667 |
a9507101dcb200b2bb421cf23fdaf38d8da40bd1 | 6,651 | asm | Assembly | calculator.asm | FarhadGUL06/Assembly-x86 | 934e98fc2edc68216d48b2b7d0c05b7b79252e71 | [
"MIT"
] | 1 | 2022-03-05T22:01:31.000Z | 2022-03-05T22:01:31.000Z | calculator.asm | FarhadGUL06/Assembly-x86 | 934e98fc2edc68216d48b2b7d0c05b7b79252e71 | [
"MIT"
] | null | null | null | calculator.asm | FarhadGUL06/Assembly-x86 | 934e98fc2edc68216d48b2b7d0c05b7b79252e71 | [
"MIT"
] | null | null | null | global expression
global term
global factor
section .text
; `factor(char *p, int *i)`
; Evaluates "(expression)" or "number" expressions
; @params:
; p -> the string to be parsed
; i -> current position in the string
; @returns:
; the result of the parsed expression
factor:
push ebp
mov ebp, esp
... | 23.336842 | 69 | 0.554804 |
9b1d642d5844f856e91c1f4c90833ef07b712a72 | 731 | asm | Assembly | Hardware/Project 04/Mult/Mult.asm | itopaloglu83/Nand-to-Tetris | 151d56869cfe5ec5938ffbe1606c6115892bfa5c | [
"MIT"
] | 1 | 2022-03-05T22:51:48.000Z | 2022-03-05T22:51:48.000Z | Hardware/Project 04/Mult/Mult.asm | itopaloglu83/Nand-to-Tetris | 151d56869cfe5ec5938ffbe1606c6115892bfa5c | [
"MIT"
] | null | null | null | Hardware/Project 04/Mult/Mult.asm | itopaloglu83/Nand-to-Tetris | 151d56869cfe5ec5938ffbe1606c6115892bfa5c | [
"MIT"
] | 3 | 2021-02-03T01:43:10.000Z | 2022-01-18T14:39:06.000Z | // File: Mult.asm
// -----
// Author: Ihsan TOPALOGLU (itopaloglu83@gmail.com)
// Date: 23 May 2020
// Course: Nand to Tetris, Part 1
//
// Summary: Multiplies two numbers.
//
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Pres... | 14.918367 | 67 | 0.584131 |
60402fcb2e06f2f464534148b12e1b8b2253fce0 | 7,631 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_651.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_651.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_651.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1495d, %r15
add $35703, %r12
movups (%r15), %xmm1
vpextrq $0, %xmm1, %rdx
nop
nop
nop
nop
dec %rdi
lea addresses_normal_ht+0x1e85d, %rsi
lea addresses_A_ht+0x1465d, %rdi... | 35.493023 | 2,999 | 0.659022 |
7c31eb52a99b2be939cb143b3a3e5155992455f9 | 1,835 | asm | Assembly | src/pv_kernel/interrupt.asm | PaddleFlow/NoirPvCuda | a7895ff635d94bd9d27a5acf957a6a9f3bf1744a | [
"Apache-2.0"
] | null | null | null | src/pv_kernel/interrupt.asm | PaddleFlow/NoirPvCuda | a7895ff635d94bd9d27a5acf957a6a9f3bf1744a | [
"Apache-2.0"
] | null | null | null | src/pv_kernel/interrupt.asm | PaddleFlow/NoirPvCuda | a7895ff635d94bd9d27a5acf957a6a9f3bf1744a | [
"Apache-2.0"
] | null | null | null | .code
extern PvDummyPrinter:proc
extern PvTimerInterruptHandler:proc
gpr_stack_size equ 80h
; Macro for pushing all GPRs to stack.
pushaq_fast macro rsp_offset
mov qword ptr [rsp+rsp_offset+00h],rax
mov qword ptr [rsp+rsp_offset+08h],rcx
mov qword ptr [rsp+rsp_offset+10h],rdx
mov qword ptr [rsp+rsp_offset+18h]... | 22.108434 | 62 | 0.762943 |
4c3d4acafb5761c1851a87af2c569401b872f97c | 345 | asm | Assembly | oeis/128/A128116.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/128/A128116.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/128/A128116.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A128116: A128064 * A122432.
; Submitted by Simon Strandgaard
; 1,5,2,12,7,3,22,15,9,4,35,26,18,11,5,51,40,30,21,13,6,70,57,45,34,24,15,7,92,77,63,50,38,27,17,8,117,100,84,69,55,42,30,19,9,145,126,108,91,75,60,46,33,21,10
lpb $0
add $1,1
sub $0,$1
lpe
sub $1,$0
mul $0,2
add $0,$1
add $0,2
add $0,$1
add $0,$1
mul ... | 19.166667 | 159 | 0.617391 |
82b46a246e18e556c14040fbf7aa12554499667c | 410 | asm | Assembly | Assembler/AssemblyCode/LowLevel/ALU_OR.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | 8 | 2017-04-16T16:53:03.000Z | 2021-09-14T22:29:28.000Z | Assembler/AssemblyCode/LowLevel/ALU_OR.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | null | null | null | Assembler/AssemblyCode/LowLevel/ALU_OR.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | null | null | null | ; Set register D to "10001111"
SET A, "1000"
SET B, "1111"
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
OR
MOV_ALU_OUT D
; Set register E to "01100000"
SET A, "0110"
SET B, "0000"
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
SHL
MOV_ALU_C_TO_AB A
OR
MOV_A... | 11.714286 | 30 | 0.77561 |
ad4c1e07954b4d6a47a5448df6b30316349fcdc1 | 26 | asm | Assembly | test/jzas/symboltable/invalid/fail03.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | 1 | 2015-03-27T15:58:50.000Z | 2015-03-27T15:58:50.000Z | test/jzas/symboltable/invalid/fail03.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | null | null | null | test/jzas/symboltable/invalid/fail03.asm | scoffey/jz80sim | 0de07a5ef51a1e7131b27056744459f29cd11d39 | [
"MIT"
] | null | null | null | var1: equ 99
var1: defl 0
| 8.666667 | 12 | 0.692308 |
58ba232d6fa7b0b863b99266b8cac4e3c470ffff | 344 | asm | Assembly | programs/oeis/029/A029127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/029/A029127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/029/A029127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A029127: Expansion of 1/((1-x)(1-x^8)(1-x^9)(1-x^10)).
; 1,1,1,1,1,1,1,1,2,3,4,4,4,4,4,4,5,6,8,9,10,10,10,10,11,12,14,16,18,19,20,20,21,22,24,26,29,31,33,34,36,37,39,41,44,47,50,52,55,57,60,62,65,68,72,75,79,82,86,89,93
lpb $0
mov $2,$0
sub $0,8
seq $2,25791 ; Expansion of 1/((1-x)(1-x^9)(1-x^10)).
add $1,$2... | 28.666667 | 164 | 0.56686 |
6b0d764e9de2c4ec8f7a9f8ef3ba7e4df5a1eb27 | 4,382 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1966.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1966.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1966.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 %r9
push %rsi
lea addresses_UC_ht+0x13b23, %r13
nop
nop
nop
cmp %r11, %r11
and $0xffffffffffffffc0, %r13
vmovntdqa (%r13), %ymm5
vextracti128 $1, %ymm5, %xmm5
vpextrq $1, %xmm5, %rsi
nop
nop
and %r9, %r9
pop %rsi
pop %r9
pop %r13
pop %r11
ret
.g... | 54.098765 | 2,999 | 0.661342 |
7c92292e4cf943de338160d77ffbd52593c83522 | 8,298 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_407.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_407.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_407.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x13b40, %rsi
lea addresses_D_ht+0x17afc, %rdi
nop
nop
nop
nop
xor $15746, %rbp
mov $56, %rcx
rep movsb
nop
nop
nop
sub $34164, %r14
lea addresses_WC_ht+0x1a4c, %rbx
dec %rcx
m... | 33.192 | 2,999 | 0.653893 |
32678232d3582aca5de6b36b9ca39d00be196aea | 45,747 | asm | Assembly | Library/SpecUI/CommonUI/CItem/citemScrollableItem.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/SpecUI/CommonUI/CItem/citemScrollableItem.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/SpecUI/CommonUI/CItem/citemScrollableItem.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CommonUI/COpen (common code for several specific UIs)
FILE: copenScrollableItem.asm
ROUTINES:
Name Description
---- -----------
GLB OLScro... | 26.156089 | 81 | 0.640261 |
eb4fd06e11c54ee1bbd1acec32406f210e40b503 | 10,610 | asm | Assembly | src/02/crypto.asm | Willem3141/kernel | c7b72f75b78a9b23e66432801f8d8df1727637ed | [
"MIT"
] | 251 | 2015-01-08T17:46:33.000Z | 2022-03-30T07:51:17.000Z | src/02/crypto.asm | Willem3141/kernel | c7b72f75b78a9b23e66432801f8d8df1727637ed | [
"MIT"
] | 32 | 2015-01-16T08:47:29.000Z | 2020-01-30T18:31:21.000Z | src/02/crypto.asm | Willem3141/kernel | c7b72f75b78a9b23e66432801f8d8df1727637ed | [
"MIT"
] | 35 | 2015-01-27T18:23:57.000Z | 2022-02-26T19:47:08.000Z | ;; sha1Init [Cryptography]
;; Allocates a memory block to keep the state and result of
;; a SHA1 hash operation. The result is kept in the first 20 bytes
;; of the allocated block. You must use [[sha1Clean]] to deallocate
;; the block; simply using [[free]] will result in a memory leak!
;; Outputs:
;; Z: Set on ... | 23.896396 | 86 | 0.525825 |
fb05badf6b13cd18f4d2c41fed7492f277e0c89b | 1,349 | asm | Assembly | uw1/eop-orientMouseLook.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | uw1/eop-orientMouseLook.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | uw1/eop-orientMouseLook.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %ifndef EXE_LENGTH
%include "../UltimaPatcher.asm"
%include "include/uw1.asm"
%include "include/uw1-eop.asm"
%endif
[bits 16]
startPatch EXE_LENGTH, eop-orientMouseLook
startBlockAt addr_eop_orientMouseLook
push bp
mov bp, sp
; bp-based stack frame:
%assign ____callerIp 0x02
%assign ____ca... | 19.271429 | 60 | 0.693106 |
ed0b3778907785f8df15384ece5460054443320a | 6,807 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_4067_1437.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_4067_1437.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_4067_1437.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x10405, %r11
clflush (%r11)
nop
nop
xor $53820, %rbp
movups (%r11), %xmm5
vpextrq $0, %xmm5, %r12
nop
nop
nop
sub $32735, %rbx
lea addresses_A_ht+0x1d805, %r12
nop
a... | 34.907692 | 2,999 | 0.659174 |
7c15e2efb3fbc9529aa379c94e13991ffe9e086e | 3,109 | asm | Assembly | Scripts/common/maploader.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | 1 | 2022-02-13T16:09:18.000Z | 2022-02-13T16:09:18.000Z | Scripts/common/maploader.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | Scripts/common/maploader.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | MAPLOADER: {
* = * "Maploader"
TileScreenLocations:
.byte 0,1,40,41
Column:
.byte 0
Row:
.byte 0
CurrentMap: .word $0000
CurrentTiles: .word $0000
CurrentColours: .word $0000
Maps: .word $7000, $7500, $7700
MapTiles: .word $7104, $7104, $7104
Colours: .word $71a0, $71a0, $71... | 14.261468 | 53 | 0.556449 |
eb0ca0d5582a9104a5685b6584fd7f1bf47a1908 | 45,204 | asm | Assembly | Code/CustomControl/RAEdit/Src/Function.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 11 | 2016-12-03T16:35:42.000Z | 2022-03-26T06:02:53.000Z | Code/CustomControl/RAEdit/Src/Function.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 1 | 2018-02-24T20:17:46.000Z | 2018-03-02T08:57:40.000Z | Code/CustomControl/RAEdit/Src/Function.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 4 | 2018-10-19T01:14:55.000Z | 2021-09-11T18:51:48.000Z |
.code
FindTheText proc uses ebx esi edi,hMem:DWORD,pFind:DWORD,fMC:DWORD,fWW:DWORD,fWhiteSpace:DWORD,cpMin:DWORD,cpMax:DWORD,fDir:DWORD
LOCAL nLine:DWORD
LOCAL lnlen:DWORD
LOCAL lpFind[15]:DWORD
LOCAL len[15] :DWORD
LOCAL findbuff[512]:BYTE
LOCAL nIgnore:DWORD
LOCAL prev:DWORD
LOCAL cp:DWORD
xo... | 19.826316 | 130 | 0.605632 |
5fea5b2b17b6bc357472c44ba9c98739ca1f1f2e | 772 | asm | Assembly | programs/oeis/030/A030004.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/030/A030004.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/030/A030004.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A030004: (prime(n)-1)(prime(n)-3)(prime(n)-5)/48.
; 0,0,1,10,20,56,84,165,364,455,816,1140,1330,1771,2600,3654,4060,5456,6545,7140,9139,10660,13244,17296,19600,20825,23426,24804,27720,39711,43680,50116,52394,64824,67525,76076,85320,91881,102340,113564,117480,138415,142880,152096,156849,187460,221815,234136,240464,253... | 110.285714 | 650 | 0.80829 |
27c105b9d5baedc7bc4c083102b95c614db9c2de | 358 | asm | Assembly | test/asm/zp1.asm | Galfodo/SIDdecompiler | aeda7aff18c8d61e5e0716a1301d4d3c52f12234 | [
"MIT"
] | 11 | 2019-03-13T12:38:39.000Z | 2021-10-17T05:04:58.000Z | test/asm/zp1.asm | Galfodo/SIDdecompiler | aeda7aff18c8d61e5e0716a1301d4d3c52f12234 | [
"MIT"
] | null | null | null | test/asm/zp1.asm | Galfodo/SIDdecompiler | aeda7aff18c8d61e5e0716a1301d4d3c52f12234 | [
"MIT"
] | null | null | null |
* = $1000
start:
ldx #$01
lda lo,x
sta $fb
lda hi,x
sta $fc
jsr doit
rts
lo
.byte 0, <rut, 0
hi
.byte 0, >rut, 0
doit
lda #2
clc
adc $fb
sta $fb
lda #0
adc $fc
sta $fc
ldy #0
lda ($fb),y
sta jmpv+1
iny
lda ($fb),y
sta jmpv+2
jmpv
jmp $fce2
rut
.word $fce2, ok, $fce2
... | 8.52381 | 24 | 0.50838 |
867b91089c5e8aa3d5c05895f0beafc5161bae0f | 531 | asm | Assembly | oeis/245/A245245.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/245/A245245.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/245/A245245.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A245245: a(n) = C(3*n^2, n^2).
; Submitted by Christian Krause
; 1,3,495,4686825,2254848913647,52588547141148893628,58152371703925106867047535565,3012179439602547459232394950891834843500,7255167425905233148164780983569428433097979870294255,808718755397067598640202627155266231883064669446721506930287016061,41582514632... | 59 | 426 | 0.892655 |
a5af3aac577cba3b4d654e0035237d06b89619c6 | 1,060 | asm | Assembly | libsrc/target/mikro80/input/in_KeyPressed.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/mikro80/input/in_KeyPressed.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/mikro80/input/in_KeyPressed.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uint in_KeyPressed(uint scancode)
SECTION code_clib
PUBLIC in_KeyPressed
PUBLIC _in_KeyPressed
EXTERN CLIB_KEYBOARD_ADDRESS
; Determines if a key is pressed using the scan code
; returned by in_LookupKey.
; enter : l = scan row
; h = key mask
; exit : carry = key is pressed & HL = 1
; no carry = k... | 16.825397 | 73 | 0.667925 |
d758a13df089ffe868a9ff323211dfecc837fbef | 674 | asm | Assembly | programs/oeis/020/A020873.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/020/A020873.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/020/A020873.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A020873: a(n) = number of cycles in Moebius ladder M_n.
; 2,3,7,15,29,53,95,171,313,585,1115,2159,4229,8349,16567,32979,65777,131345,262451,524631,1048957,2097573,4194767,8389115,16777769,33555033,67109515,134218431,268436213,536871725,1073742695,2147484579,4294968289,8589935649,17179870307,34359739559,68719477997,13... | 48.142857 | 515 | 0.81454 |
28444f64b752e9c67d294afe7290b57fb02645af | 30,821 | asm | Assembly | test/test1.asm | 8bitgeek/run816 | 45dd8628ceb2519b1e062d918615982958fdd3d3 | [
"MIT"
] | null | null | null | test/test1.asm | 8bitgeek/run816 | 45dd8628ceb2519b1e062d918615982958fdd3d3 | [
"MIT"
] | 1 | 2020-09-19T09:23:07.000Z | 2020-09-19T09:23:07.000Z | test/test1.asm | 8bitgeek/run816 | 45dd8628ceb2519b1e062d918615982958fdd3d3 | [
"MIT"
] | null | null | null | ; da65 V2.16 - Ubuntu 2.16-2
; Created: 2020-09-18 13:53:51
; Input file: ./test1
; Page: 1
.setcpu "6502"
L021D := $021D
L0229 := $0229
L0253 := $0253
L0272 := $0272
L02B1 := $02B1
L02D0 := $02D0
L02DC := $02DC
L02F2 :=... | 18.13 | 33 | 0.313455 |
b3269965f91d1533715f992a8b342ab01ad114eb | 4,470 | asm | Assembly | TurtleTools/Examples/echo.asm | foxostro/TurtleTTL | 7d2163b11b91ae04ad69d38c0354194b9c306ed0 | [
"MIT"
] | 1 | 2021-08-18T22:30:11.000Z | 2021-08-18T22:30:11.000Z | TurtleTools/Examples/old/echo.asm | foxostro/Turtle16 | 67e6d2afa02f2bc07711f8e8d756e5b891ea8df5 | [
"MIT"
] | null | null | null | TurtleTools/Examples/old/echo.asm | foxostro/Turtle16 | 67e6d2afa02f2bc07711f8e8d756e5b891ea8df5 | [
"MIT"
] | null | null | null | let kSerialInterface = 7
let kDataPort = 1
let kControlPort = 0
let kResetCommand = 0
let kPutCommand = 1
let kGetCommand = 2
let kGetNumberOfBytesCommand = 3
LI A, 0
LI B, 0
LI D, kSerialInterface
LI X, 0
LI Y, 0
LI U, 0
LI V, 0
LXY serial_init
JALR
NOP
NOP
LI A, 'r'
LXY serial_put
JALR
NOP
NOP
LI A, 'e'
LXY seri... | 11.732283 | 77 | 0.707159 |
1890dc0f064cf00c3730b3d0a9ef6246f1f4a99c | 2,747 | asm | Assembly | src/serial.asm | ando23/sysa | b94a821f95b2a8ab9725ed81a19004470dff9b64 | [
"MIT"
] | null | null | null | src/serial.asm | ando23/sysa | b94a821f95b2a8ab9725ed81a19004470dff9b64 | [
"MIT"
] | null | null | null | src/serial.asm | ando23/sysa | b94a821f95b2a8ab9725ed81a19004470dff9b64 | [
"MIT"
] | null | null | null | ; Copyright 2022 Andreas Herzig
; Licence: MIT
COM1 equ 0x3F8
COM2 equ 0x2F8
COM3 equ 0x3E8
COM4 equ 0x2E8
PORT equ 0x3F8
init_kcom:
OUTB (PORT + 1), 0x00 ; Disable all interrupts
OUTB (PORT + 3), 0x80 ; Enable DLAB (set baud rate divisor)
OUTB (PORT + 0), 0x03 ; Set divisor to 3 (lo byte) 38400 baud
OUTB (PORT ... | 13.53202 | 96 | 0.657444 |
87cd92e0ecba1766f76390d8510c27199ca2937d | 699 | asm | Assembly | oeis/015/A015190.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015190.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015190.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015190: Sum of (Gaussian) q-binomial coefficients for q=-21.
; Submitted by Christian Krause
; 1,2,-18,844,168404,164477928,-687450157352,14105258809884656,1238186812120404030096,533503696576292562518040352,-983466011800819442632186373851168,8898776193390263176983910297292084624064,3444860342793708269477859363573824... | 33.285714 | 438 | 0.812589 |
8f2894630d1e5489c5deac56f4ef3473fb3a5655 | 12,101 | asm | Assembly | src/C/nettle/nettle-2.7.1/serpent-encrypt.asm | GaloisInc/hacrypto | 5c99d7ac73360e9b05452ac9380c1c7dc6784849 | [
"BSD-3-Clause"
] | 34 | 2015-02-04T18:03:14.000Z | 2020-11-10T06:45:28.000Z | src/C/nettle/nettle-2.7.1/serpent-encrypt.asm | GaloisInc/hacrypto | 5c99d7ac73360e9b05452ac9380c1c7dc6784849 | [
"BSD-3-Clause"
] | 5 | 2015-06-30T21:17:00.000Z | 2016-06-14T22:31:51.000Z | src/C/nettle/nettle-2.7.1/serpent-encrypt.asm | GaloisInc/hacrypto | 5c99d7ac73360e9b05452ac9380c1c7dc6784849 | [
"BSD-3-Clause"
] | 15 | 2015-10-29T14:21:58.000Z | 2022-01-19T07:33:14.000Z | C nettle, low-level cryptographics library
C
C Copyright (C) 2011 Niels Möller
C
C The nettle library is free software; you can redistribute it and/or modify
C it under the terms of the GNU Lesser General Public License as published by
C the Free Software Foundation; either version 2.1 of the License, or (at your
C ... | 16.397019 | 78 | 0.543591 |
5757e4e43e6aafa8db7d67984ee9fffc94d650d6 | 732 | asm | Assembly | daily_tasks/Day2/Assembly/ARM/sum.asm | abinashprabakar/Advanced-C | c68f3a0dd3c7f91aa792cb6270c92ba51ef19074 | [
"MIT"
] | null | null | null | daily_tasks/Day2/Assembly/ARM/sum.asm | abinashprabakar/Advanced-C | c68f3a0dd3c7f91aa792cb6270c92ba51ef19074 | [
"MIT"
] | null | null | null | daily_tasks/Day2/Assembly/ARM/sum.asm | abinashprabakar/Advanced-C | c68f3a0dd3c7f91aa792cb6270c92ba51ef19074 | [
"MIT"
] | 6 | 2021-09-06T01:20:47.000Z | 2022-01-06T13:55:11.000Z |
/*
int i = 1;
int j = 2;
int sum = 0;
for(i=j; i<5; i++)
{
if(i%2 == 0)
{
sum += i;
}
}
The below ARM assembly code is equivalent of the above c code.
*/
.global _start
_start:
mov r0,#1; /*! r0 ---> i, i = 0 */
mov r1,#2; /*! j = 2 */
mov r3,#0; /*! sum = 0 */
mov r0,r1; /*! i... | 17.023256 | 77 | 0.528689 |
bb016d022ccdd198fb9b2e579f5f0c5004d4f223 | 686 | asm | Assembly | oeis/090/A090139.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/090/A090139.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/090/A090139.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A090139: a(n) = 10*a(n-1) - 20*a(n-2), a(0)=1,a(1)=5.
; Submitted by Jamie Morken(s3.)
; 1,5,30,200,1400,10000,72000,520000,3760000,27200000,196800000,1424000000,10304000000,74560000000,539520000000,3904000000000,28249600000000,204416000000000,1479168000000000,10703360000000000,77450240000000000,560435200000000000,40... | 45.733333 | 497 | 0.816327 |
68cd45a8271deda657b08454ff6ed6d16ba5ab1d | 10,565 | asm | Assembly | exampl04/butntest/butntest.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl04/butntest/butntest.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl04/butntest/butntest.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | ; #########################################################################
;
; DEMO Custom colour button
;
; Characteristics : Button with seperate UP and DOWN colours as started.
; Adjustments : Dynamic colour change, both TEXT and BUTTON colours.
; Dynamic alignment control. Default font ... | 29.929178 | 85 | 0.550213 |
ff131c3d80a7b87e808539622fd621ec58f94ef1 | 602 | asm | Assembly | oeis/013/A013757.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/013/A013757.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/013/A013757.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A013757: a(n) = 15^(3*n + 2).
; 225,759375,2562890625,8649755859375,29192926025390625,98526125335693359375,332525673007965087890625,1122274146401882171630859375,3787675244106352329254150390625,12783403948858939111232757568359375,43143988327398919500410556793212890625,145610960604971353313885629177093505859375,4914369... | 54.727273 | 486 | 0.888704 |
e68d7703e931ab879762347966dee6527dd413ab | 728,632 | asm | Assembly | kernel.asm | MatanGilead/myxv6 | e3e56b63deba7bdf2f85079a4c303a36feaef0c9 | [
"MIT-0"
] | null | null | null | kernel.asm | MatanGilead/myxv6 | e3e56b63deba7bdf2f85079a4c303a36feaef0c9 | [
"MIT-0"
] | null | null | null | kernel.asm | MatanGilead/myxv6 | e3e56b63deba7bdf2f85079a4c303a36feaef0c9 | [
"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 0f in $0xf,%al
8010000c <entry>:... | 38.012938 | 162 | 0.540771 |
94308bc13d20e0efa4d6589cc2632cfaa6d94a09 | 413 | asm | Assembly | programs/oeis/279/A279077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/279/A279077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/279/A279077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A279077: Maximum starting value of X such that repeated replacement of X with X-ceiling(X/7) requires n steps to reach 0.
; 0,1,2,3,4,5,6,8,10,12,15,18,22,26,31,37,44,52,61,72,85,100,117,137,160,187,219,256,299,349,408,477,557,650,759,886,1034,1207,1409,1644,1919,2239,2613,3049,3558,4152,4845,5653,6596,7696,8979,1047... | 34.416667 | 209 | 0.694915 |
2036ae7dd8e81680d1e1b3c78b1a011070afe4cb | 20,504 | asm | Assembly | sources/ippcp/asm_intel64/pcpsha1l9as.asm | ntyukaev/ipp-crypto | 19b408cfd21a59f994b64dd47b18eb0c2f94e4e0 | [
"Apache-2.0"
] | 30 | 2017-07-26T20:03:19.000Z | 2021-10-14T23:38:54.000Z | sources/ippcp/asm_intel64/pcpsha1l9as.asm | ntyukaev/ipp-crypto | 19b408cfd21a59f994b64dd47b18eb0c2f94e4e0 | [
"Apache-2.0"
] | 9 | 2018-09-25T18:32:42.000Z | 2022-02-18T12:23:40.000Z | sources/ippcp/asm_intel64/pcpsha1l9as.asm | ntyukaev/ipp-crypto | 19b408cfd21a59f994b64dd47b18eb0c2f94e4e0 | [
"Apache-2.0"
] | 14 | 2017-08-31T19:53:23.000Z | 2021-02-27T01:08:14.000Z | ;===============================================================================
; Copyright 2017-2020 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apa... | 26.020305 | 112 | 0.545747 |
b92d5d40a93b6183b52972743a753b5c9dcc00c7 | 1,050 | asm | Assembly | routines/OverworldDistance.asm | Atari2/WhiteSnake | a69b56bbf4389b25b193b1fa8813ac8c5d393677 | [
"MIT"
] | null | null | null | routines/OverworldDistance.asm | Atari2/WhiteSnake | a69b56bbf4389b25b193b1fa8813ac8c5d393677 | [
"MIT"
] | 1 | 2020-06-27T09:12:40.000Z | 2020-07-03T23:21:26.000Z | routines/OverworldDistance.asm | Atari2/WhiteSnake | a69b56bbf4389b25b193b1fa8813ac8c5d393677 | [
"MIT"
] | null | null | null | ; void
; ->
; Y: mangled
; $00: absolute value of the distance between player and sprite, x axis
; $02: absolute value of the distance between player and sprite, y axis
; $06: distance between player and sprite, x axis
; $08: distance between player and sprite, y axis
LDA !ow_sprite_x_pos,x
CLC
... | 33.870968 | 76 | 0.526667 |
a05c00cc3f3ae859c2931b3a0626730570768417 | 757 | asm | Assembly | data/mapObjects/seafoamislands5.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/seafoamislands5.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/seafoamislands5.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SeafoamIslands5Object:
db $7d ; border block
db $4 ; warps
db $11, $14, $5, SEAFOAM_ISLANDS_4
db $11, $15, $6, SEAFOAM_ISLANDS_4
db $7, $b, $1, SEAFOAM_ISLANDS_4
db $4, $19, $2, SEAFOAM_ISLANDS_4
db $2 ; signs
db $f, $9, $4 ; SeafoamIslands5Text4
db $1, $17, $5 ; SeafoamIslands5Text5
db $3 ; objects
objec... | 31.541667 | 65 | 0.709379 |
95bb3bad0cd4190cba1f7e1e1c7c411eb3eca10f | 4,098 | asm | Assembly | c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/CFFT32_mag.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/CFFT32_mag.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/CFFT32_mag.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | ;;#############################################################################
;;! \file source/CFFT32_mag.asm
;;!
;;! \brief Magnitude function for the complex FFT
;;!
;;! \date Nov 2, 2010
;;!
;;
;; Group: C2000
;; Target Family: C28x
;;
;;##########################################################... | 39.786408 | 86 | 0.403123 |
0e613cd37ccce39aefc9f971457587134deee72f | 6,183 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_250.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_250.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_250.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xda16, %rsi
lea addresses_UC_ht+0x1911a, %rdi
add $25119, %r10
mov $92, %rcx
rep movsb
add $28325, %r8
lea addresses_WC_ht+0x19a9a, %r15
nop
dec %rax
mov $0x61626364656667... | 40.677632 | 2,999 | 0.661329 |
5dafeba4f474f28c5203ab5ca2852d5c640af705 | 14,648 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.lacimehc.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.lacimehc.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.lacimehc.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ; ------------------------------------------------------------------------- ;
; Lacimehc v1.0 coded by KilJaeden of the Codebreakers 1998 ;
; ------------------------------------------------------------------------- ;
; Description: `-------------------| Started: 13/06/98 | Finished: 15/06/98 ;
; ... | 56.122605 | 77 | 0.354178 |
a4c02379d04614fb193ad869191723f55769bc5a | 366 | asm | Assembly | libsrc/z80_crt0s/z80_emu/rcmx_rrd.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/z80_crt0s/z80_emu/rcmx_rrd.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/z80_crt0s/z80_emu/rcmx_rrd.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null |
; Substitute for z80 rrd instruction
; aralbrec 06.2007
XLIB rcmx_rrd
.rcmx_rrd
jr nc, dorrd
call dorrd
scf
ret
.dorrd
srl a
rr (hl)
rra
rr (hl)
rra
rr (hl)
rra
rr (hl) ; a = [bits(HL):210, 0, bits(A):7654], carry = bit 3 of (HL)
rra
... | 9.891892 | 91 | 0.480874 |
ce667b4f3c12c57557ffb88b08c140040f2ac337 | 902 | asm | Assembly | programs/oeis/027/A027659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/027/A027659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/027/A027659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A027659: a(n) = binomial(n+2,2) + binomial(n+3,3) + binomial(n+4,4) + binomial(n+5,5).
; 4,18,52,121,246,455,784,1278,1992,2992,4356,6175,8554,11613,15488,20332,26316,33630,42484,53109,65758,80707,98256,118730,142480,169884,201348,237307,278226,324601,376960,435864,501908,575722,657972,749361,850630,962559,1085968,12... | 90.2 | 754 | 0.815965 |
c6c96e980feed5fad43c3153527b6e1c2abf5074 | 767 | asm | Assembly | oeis/243/A243947.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/243/A243947.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/243/A243947.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A243947: Expansion of g.f. sqrt( (1+x - sqrt(1-18*x+x^2)) / (10*x*(1-18*x+x^2)) ).
; Submitted by Jamie Morken(w2)
; 1,11,155,2365,37555,610897,10098997,168894355,2849270515,48395044705,826479148001,14177519463191,244109912494525,4216385987238575,73024851218517275,1267712063327871245,22052786911315216595,384321597582... | 33.347826 | 467 | 0.77575 |
49bb95a3454d4067566cd6562ff6884ad69f7a5d | 359 | asm | Assembly | programs/oeis/037/A037667.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/037/A037667.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/037/A037667.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A037667: Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 3,2,0.
; 3,14,56,227,910,3640,14563,58254,233016,932067,3728270,14913080,59652323,238609294,954437176,3817748707,15270994830,61083979320,244335917283,977343669134,3909374676536,15637498706147,62549994824590
mov $1,4
... | 39.888889 | 199 | 0.791086 |
ccc361bae353c1ca5474b6ec71c9190f4d6cc589 | 743 | asm | Assembly | programs/oeis/312/A312933.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/312/A312933.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/312/A312933.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A312933: Coordination sequence Gal.6.131.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,4,9,13,18,22,27,32,36,41,45,50,54,58,63,67,72,76,81,86,90,95,99,104,108,112,117,121,126,130,135,140,144,149,153,158,162,166,171,175,180,18... | 20.081081 | 177 | 0.572005 |
a01b0d0eefac617cbb9bbe8b1e5a665d95fabbd6 | 2,233 | asm | Assembly | programs/oeis/001/A001386.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/001/A001386.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001386.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A001386: Coordination sequence for 4-dimensional I-centered tetragonal orthogonal lattice.
; 1,12,56,164,368,700,1192,1876,2784,3948,5400,7172,9296,11804,14728,18100,21952,26316,31224,36708,42800,49532,56936,65044,73888,83500,93912,105156,117264,130268,144200,159092,174976,191884,209848,228900,249072,270396,292904,31... | 139.5625 | 2,019 | 0.852217 |
ee18bb4512bf513be6b7b7c46f85f65a74794ffd | 320 | asm | Assembly | programs/oeis/168/A168095.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/168/A168095.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168095.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A168095: a(n) = number of natural numbers m such that n - 5 <= m <= n + 5.
; 5,6,7,8,9,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
mov $1,$0
trn $0,6
sub $1,$0
add $1,5
| 40 | 203 | 0.61875 |
b084276f684268ea2c405881b1c1b9c794031bb4 | 4,766 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_716.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_716.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_716.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 %r15
push %r8
push %rax
push %rdi
push %rsi
// Store
lea addresses_WT+0x53e1, %r11
nop
inc %rsi
mov $0x5152535455565758, %rdi
movq %rdi, %xmm7
vmovups %ymm7, (%r11)
nop
nop
nop
nop
dec %r11
// Store
lea... | 47.188119 | 2,999 | 0.658624 |
dac9811a3e23c12bdcfbffae0cd9f4961f9917df | 718 | asm | Assembly | programs/oeis/102/A102770.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/102/A102770.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/102/A102770.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A102770: (p*q - 1)/2 where p and q are consecutive odd primes.
; 7,17,38,71,110,161,218,333,449,573,758,881,1010,1245,1563,1799,2043,2378,2591,2883,3278,3693,4316,4898,5201,5510,5831,6158,7175,8318,8973,9521,10355,11249,11853,12795,13610,14445,15483,16199,17285,18431,19010,19601,20994,23526,25310,25991,26678,27843,28... | 79.777778 | 567 | 0.788301 |
9aa0fbeba831fb70bb79f0135bb03468bf01c9be | 7,735 | asm | Assembly | home/map_objects.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | home/map_objects.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | home/map_objects.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | ; Functions handling map objects.
GetSpritePalette::
push hl
push de
push bc
ld c, a
farcall _GetSpritePalette
ld a, c
pop bc
pop de
pop hl
ret
GetSpriteVTile::
push hl
push de
push bc
ldh [hUsedSpriteIndex], a
farcall GetSprite
ld hl, wSpriteFlags
res 5, [hl]
ldh a, [hObjectStructIndexBuffer]
; ... | 13.382353 | 111 | 0.711571 |
62059c4821c3317ae25a1c871edbbbd255141a28 | 852 | asm | Assembly | src/test/resources/library/io.asm | xCubeArrow/Cubelang | 602376489c0acbbb1f88fd97ee71d143e30cfd53 | [
"MIT"
] | null | null | null | src/test/resources/library/io.asm | xCubeArrow/Cubelang | 602376489c0acbbb1f88fd97ee71d143e30cfd53 | [
"MIT"
] | 1 | 2021-11-13T22:49:01.000Z | 2021-11-13T22:49:01.000Z | src/test/resources/library/io.asm | xCubeArrow/Cubelang | 602376489c0acbbb1f88fd97ee71d143e30cfd53 | [
"MIT"
] | null | null | null | extern putchar
extern printf
intPrintFormat db "%d", 10, 0
charPrintFormat db "%c", 10, 0
pointerPrintFormat db "%p", 10, 0
printI8:
sub rsp, 8
mov esi, edi
mov edi, intPrintFormat
xor al, al
call printf
add rsp, 8
ret
printI16:
sub rsp, 8
mov esi, edi
mov edi, intPrintFormat
... | 15.490909 | 33 | 0.596244 |
8951dce431453c1f9dd38d08bb27dc6d0559c684 | 406 | asm | Assembly | oeis/036/A036716.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036716.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036716.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036716: a(n)=number of Gaussian integers z=a+bi satisfying n-1/2<|z|<=n+1/2, a>=0, 0<=b<=a.
; Submitted by Jamie Morken(w4)
; 1,2,2,3,5,4,6,6,7,9,8,10,9,12,12,11,15,15,15,15,15,19,18,19,19,22,21,21,24,22,26,25,24,27,29,29,29,29,32,30,34,32,34,35,34,37,35,39,39,40,40,41,44,40,43,45,43,48,43,50,48
seq $0,36705 ; Numb... | 50.75 | 172 | 0.633005 |
e9c9741e809f221e6c841a965bb603b52c013a0d | 344 | asm | Assembly | PointersAndTypeDef/PointersAndTypeDef/Main.asm | pratik088/AssemblyCodes | 35d852392b455190de246e65263b5b9052bad24e | [
"MIT"
] | null | null | null | PointersAndTypeDef/PointersAndTypeDef/Main.asm | pratik088/AssemblyCodes | 35d852392b455190de246e65263b5b9052bad24e | [
"MIT"
] | null | null | null | PointersAndTypeDef/PointersAndTypeDef/Main.asm | pratik088/AssemblyCodes | 35d852392b455190de246e65263b5b9052bad24e | [
"MIT"
] | null | null | null | .386
.model flat
PBYTE TYPEDEF PTR BYTE
PWORD TYPEDEF PTR WORD
PDWORD TYPEDEF PTR DWORD
.data
arrayB BYTE 10h,20h,30h
arrayW WORD 1,2,3
arrayD DWORD 4,5,6
pt_1 PBYTE arrayB
pt_2 PWORD arrayW
pt_3 PDWORD arrayD
.code
start proc
mov esi,pt_1
mov al,[esi]
mov esi,pt_2
mov ax,[esi]
mov esi,pt_3
mov eax,[esi]
... | 11.862069 | 24 | 0.741279 |
87a68ec98fd5cf4dafc88c7593f2c1840a606286 | 692 | asm | Assembly | programs/oeis/098/A098798.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/098/A098798.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/098/A098798.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A098798: a(n) = Sum_{1<k<n and k not dividing n} floor(n/k).
; 0,0,1,1,4,2,8,5,10,9,17,7,23,17,21,19,34,19,40,24,38,38,52,24,56,49,55,45,73,39,81,56,75,73,83,49,104,86,94,68,118,72,126,92,104,114,140,74,144,114,139,119,165,107,159,119,163,157,189,93,201,171,169,153,200,148,226,174,208,168,242,131,254,218,214,204,252,... | 23.066667 | 348 | 0.58815 |
4d9b14749c5695bcc479382e499c7c940e17b931 | 1,253 | asm | Assembly | programs/oeis/020/A020989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020989: a(n) = (5*4^n - 2)/3.
; 1,6,26,106,426,1706,6826,27306,109226,436906,1747626,6990506,27962026,111848106,447392426,1789569706,7158278826,28633115306,114532461226,458129844906,1832519379626,7330077518506,29320310074026,117281240296106,469124961184426,1876499844737706,7505999378950826,30023997515803306,12009599... | 139.222222 | 1,171 | 0.916999 |
f45a49ca560a1767ea8c860657bc31bddf3049f4 | 56,109 | asm | Assembly | zombie.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null | zombie.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null | zombie.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null |
_zombie: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 e4 f0 and $0xfffffff0,%esp
1006: 83 ec 10 ... | 36.744597 | 64 | 0.422588 |
9057058846845b0118025e5af45f256c48762a27 | 3,652 | asm | Assembly | dos/DosExitList.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 1 | 2021-11-25T14:01:48.000Z | 2021-11-25T14:01:48.000Z | dos/DosExitList.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | dos/DosExitList.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 2 | 2021-11-05T06:48:43.000Z | 2021-12-06T08:07:38.000Z |
.8086
externdef DOSEXIT:far
public DOSEXITLIST
_DATA segment byte public 'DATA'
procad dd 0 ;address of exit proc
rc dw 0 ;RC
psp dw 0 ;PSP
_DATA ends
_TEXT segment byte public 'CODE'
stab label word
dw offset ... | 20.402235 | 64 | 0.412103 |
67213270dceb26b6f57fc532ab33daee0066bb87 | 2,100 | asm | Assembly | libs/CPC_V1_SimplePalette.asm | CurlyPaul/cpc-z80-twisting-tower | 7cdab1cb9871cd6248ae41e8e201f280d9bc1031 | [
"MIT"
] | 2 | 2021-07-06T14:03:11.000Z | 2021-07-06T22:16:43.000Z | libs/CPC_V1_SimplePalette.asm | CurlyPaul/cpc-z80-twisting-tower | 7cdab1cb9871cd6248ae41e8e201f280d9bc1031 | [
"MIT"
] | null | null | null | libs/CPC_V1_SimplePalette.asm | CurlyPaul/cpc-z80-twisting-tower | 7cdab1cb9871cd6248ae41e8e201f280d9bc1031 | [
"MIT"
] | null | null | null | ;;********************************************************************************************
;; Originally based an example at http://www.cpcwiki.eu/index.php/Programming An_example_loader
;;********************************************************************************************
ColourPalette: ; hardware colours... | 31.343284 | 95 | 0.612381 |
d56b89667265003b623e5bb7d09e0ef99e221d8b | 2,382 | asm | Assembly | externals/mpir-3.0.0/mpn/x86/rshift.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 1 | 2018-08-14T03:52:21.000Z | 2018-08-14T03:52:21.000Z | externals/mpir-3.0.0/mpn/x86/rshift.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | null | null | null | externals/mpir-3.0.0/mpn/x86/rshift.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | null | null | null | dnl x86 mpn_rshift -- mpn right shift.
dnl Copyright 1992, 1994, 1996, 1999, 2000, 2001, 2002 Free Software
dnl Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Pub... | 23.584158 | 74 | 0.696893 |
5d35de6518e039a8d40fc9a4cd8602180c8892f2 | 1,585 | asm | Assembly | programs/oeis/273/A273368.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/273/A273368.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/273/A273368.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A273368: Numbers k such that 10*k+9 is a perfect square.
; 0,4,16,28,52,72,108,136,184,220,280,324,396,448,532,592,688,756,864,940,1060,1144,1276,1368,1512,1612,1768,1876,2044,2160,2340,2464,2656,2788,2992,3132,3348,3496,3724,3880,4120,4284,4536,4708,4972,5152,5428,5616,5904,6100,6400,6604,6916,7128,7452,7672,8008,82... | 144.090909 | 1,460 | 0.811987 |
94fb6b080d17de7367a48cef9e9e1b0959bc5800 | 2,731 | asm | Assembly | source/kernel/io/graphics.asm | kaiserschmarrn0/takao | 3fe5340d6dd1681a94297bab7f1018f3b697dea1 | [
"Zlib"
] | null | null | null | source/kernel/io/graphics.asm | kaiserschmarrn0/takao | 3fe5340d6dd1681a94297bab7f1018f3b697dea1 | [
"Zlib"
] | null | null | null | source/kernel/io/graphics.asm | kaiserschmarrn0/takao | 3fe5340d6dd1681a94297bab7f1018f3b697dea1 | [
"Zlib"
] | null | null | null | [bits 64]
extern realRoutine
global getVBEInfo
global getEDIDInfo
global getVBEModeInfo
global setVBEMode
global dumpVGAFont
%define kernelPhysicalOffset 0xFFFFFFFFC0000000
section .data
%define getVBEInfo_size getVBEInfo_end - getVBEInfo_bin
getVBEInfo_bin: incbin "source/kernel/real/getvbei... | 18.206667 | 74 | 0.675943 |
296bfafad9ff8c7a18b0d6faac1d434f8d555762 | 11,080 | asm | Assembly | 2.asm | AsadKhalil/Assembly_x86 | 48aa2a0ab93fd359f5f20369bb9064052c2f2884 | [
"MIT"
] | null | null | null | 2.asm | AsadKhalil/Assembly_x86 | 48aa2a0ab93fd359f5f20369bb9064052c2f2884 | [
"MIT"
] | null | null | null | 2.asm | AsadKhalil/Assembly_x86 | 48aa2a0ab93fd359f5f20369bb9064052c2f2884 | [
"MIT"
] | null | null | null | [org 0x0100]
jmp start
;each queue has a size of 32 words = 64 bytes = 512 bits
Queue: times 512 dw 0
flag: dw 0 ;each bit of the flag is used to represent the state
;of the corresponding flag
;=========================================
;qcreate function returns the queue number
;if it finds a ... | 13.628536 | 76 | 0.562906 |
69d36a1dae94ecf3a85eabcd48d8313c31353e83 | 1,272 | asm | Assembly | programs/oeis/256/A256871.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/256/A256871.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/256/A256871.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A256871: a(n) = 2^(n-1)*(2^n+11).
; 6,13,30,76,216,688,2400,8896,34176,133888,529920,2108416,8411136,33599488,134307840,537051136,2147844096,8590655488,34361180160,137441837056,549761581056,2199034789888,8796116090880,35184418226176,140737580630016,562950137970688,2251800182784000,9007199992938496,36028798495358976,1... | 127.2 | 1,177 | 0.913522 |
f407d94ae3f53623958bedc7490d9fe4719a221b | 527 | asm | Assembly | PRG/levels/Hills/W5HBA.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Hills/W5HBA.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Hills/W5HBA.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $ACB5
; World 5 Hammer Bro ground battle A
.word $0000 ; Alternate level layout
.word $0000 ; Alternate object layout
.byte LEVEL1_SIZE_01 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_00 | LEVEL3_VSCROLL_LOCKED
.byt... | 40.538462 | 85 | 0.726755 |
fbe07604ef5299ddd13b9220eaa963ba3d0046a9 | 873 | asm | Assembly | sw/552tests/rand_simple/t_2_srli.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/rand_simple/t_2_srli.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/rand_simple/t_2_srli.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // seed 2
lbi r0, 104 // icount 0
slbi r0, 209 // icount 1
lbi r1, 44 // icount 2
slbi r1, 82 // icount 3
lbi r2, 45 // icount 4
slbi r2, 104 // icount 5
lbi r3, 216 // icount 6
slbi r3, 122 // icount 7
lbi r4, 119 // icount 8
slbi r4, 97 // icount 9
lbi r5, 239 // icount 10
slbi r5, 62 // icount 11
lbi r6, 118 // icou... | 24.942857 | 28 | 0.620848 |
e5399c49952ad461d6f69268d3ccb326e2eb39b3 | 130,067 | asm | Assembly | Library/GrObj/Body/body.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/GrObj/Body/body.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/GrObj/Body/body.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: body.asm
AUTHOR: Steve Scholl, Nov 15, 1989
ROUTINES:
Name Description
---- -----------
GrObjBodySetBoundsLow
GrObjBodyAlloc
G... | 23.114804 | 109 | 0.609701 |
b16e0996328d16035c973bfe036d26d0afdb91a3 | 237 | asm | Assembly | cemu/examples/x86_64_sys_exec_bin_sh_null_free.asm | MatejKastak/cemu | c6f93239a5901ce00d2f739a3913d0ba7d0ed4e4 | [
"MIT"
] | 823 | 2016-05-15T08:55:57.000Z | 2022-03-23T01:06:44.000Z | cemu/examples/x86_64_sys_exec_bin_sh_null_free.asm | MatejKastak/cemu | c6f93239a5901ce00d2f739a3913d0ba7d0ed4e4 | [
"MIT"
] | 57 | 2016-05-16T20:09:17.000Z | 2022-03-13T14:11:51.000Z | cemu/examples/x86_64_sys_exec_bin_sh_null_free.asm | MatejKastak/cemu | c6f93239a5901ce00d2f739a3913d0ba7d0ed4e4 | [
"MIT"
] | 118 | 2016-05-16T18:10:25.000Z | 2022-03-02T15:02:18.000Z | # rax = sys_execve
xor rax, rax
mov al, 59
# write /bin/sh @rsp
mov rsi, 0x0168732f6e69622f
shl rsi, 8
shr rsi, 8
mov [rsp], rsi
# rdi = @/bin/sh
mov rdi, rsp
# nullify the other args
xor rsi, rsi
xor rdx, rdx
# trigger interrupt
syscall | 15.8 | 27 | 0.700422 |
e9badbbb498758ce32b4537de192da0962f8fd25 | 322 | asm | Assembly | pwnlib/shellcraft/templates/thumb/android/clock_getres.asm | zaratec/pwntools | 8793decd1c9b8c822e3db6c27b9cbf6e8cddfeba | [
"MIT"
] | 5 | 2018-05-15T13:00:56.000Z | 2020-02-09T14:29:00.000Z | pwnlib/shellcraft/templates/thumb/android/clock_getres.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/thumb/android/clock_getres.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | 6 | 2017-09-07T02:31:11.000Z | 2021-07-05T16:59:18.000Z |
<%
from pwnlib.shellcraft.aarch64.linux import syscall
%>
<%page args="clock_id, res"/>
<%docstring>
Invokes the syscall clock_getres. See 'man 2 clock_getres' for more information.
Arguments:
clock_id(clockid_t): clock_id
res(timespec): res
</%docstring>
${syscall('SYS_clock_getres', clock_id, res)... | 21.466667 | 81 | 0.714286 |
f4ba54eea8bc417ebdc1bdd9df3471dba9631bdb | 7,750 | asm | Assembly | Transynther/x86/_processed/NONE/_st_un_/i7-7700_9_0x48.log_21829_2263.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_un_/i7-7700_9_0x48.log_21829_2263.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_un_/i7-7700_9_0x48.log_21829_2263.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x173b0, %rdi
nop
nop
nop
nop
dec %r14
movb $0x61, (%rdi)
nop
nop
nop
nop
inc %rcx
lea addresses_UC_ht+0x4a26, %rbp
clflush (%rbp)
nop
xor $59768, %rdx
movl $0x61626364, (%rbp... | 34.598214 | 2,999 | 0.654968 |
c526affb7d5de98fb84232129dd552fa2ec5252a | 3,791 | asm | Assembly | Max/min.asm | miguel2192/CSC211-Assembly | 39cd43026f07e443d9809fb7ec229303522ecab9 | [
"MIT"
] | null | null | null | Max/min.asm | miguel2192/CSC211-Assembly | 39cd43026f07e443d9809fb7ec229303522ecab9 | [
"MIT"
] | null | null | null | Max/min.asm | miguel2192/CSC211-Assembly | 39cd43026f07e443d9809fb7ec229303522ecab9 | [
"MIT"
] | null | null | null | ########### max.asm ##############################
# Miguel Rodriguez #
# max.asm #
# Description #
# Determines the max of two floating numbers #
# Program Logic #
# 1. Ask for ... | 29.617188 | 88 | 0.363756 |
c1232b96216f361bcbbb17239a35607ec27021f0 | 5,952 | asm | Assembly | nasm/Reference/main.asm | wbwiltshire/LinuxAssembler | 7832553b0fab63c2446432ca60a5f9435c2c920d | [
"Apache-2.0"
] | 1 | 2022-01-11T16:06:43.000Z | 2022-01-11T16:06:43.000Z | nasm/Reference/main.asm | wbwiltshire/LinuxAssembler | 7832553b0fab63c2446432ca60a5f9435c2c920d | [
"Apache-2.0"
] | null | null | null | nasm/Reference/main.asm | wbwiltshire/LinuxAssembler | 7832553b0fab63c2446432ca60a5f9435c2c920d | [
"Apache-2.0"
] | null | null | null | ; Reference impelementation for X86_64 assembler on Linux
; using Netwide Assembler (nasm) and Intel syntax
;
; Written for Linux x86_64
; %r prefix means 64 bit registers
; %e prefix means 32 bit registers
;
; Linux x86_64 system calls: http://blog.rchapman.org/posts/Linux_System_Call_Table_for_x86_64/
;
; BU... | 27.178082 | 96 | 0.574093 |
c9a4b3c1fb9f228c6139fbf748e0e9fb0f15b181 | 15,587 | asm | Assembly | chapter_3/page_127/exercise_8/KiDisplayBlueScreen.asm | assaflevy/practical_reverse_engineering | 1fd9b1b95238b9de5bc52017047b676d02b8dabd | [
"MIT"
] | null | null | null | chapter_3/page_127/exercise_8/KiDisplayBlueScreen.asm | assaflevy/practical_reverse_engineering | 1fd9b1b95238b9de5bc52017047b676d02b8dabd | [
"MIT"
] | null | null | null | chapter_3/page_127/exercise_8/KiDisplayBlueScreen.asm | assaflevy/practical_reverse_engineering | 1fd9b1b95238b9de5bc52017047b676d02b8dabd | [
"MIT"
] | null | null | null | 0: kd> uf KiDisplayBlueScreen
nt!KiDisplayBlueScreen:
fffff802`7551e9f0 488bc4 mov rax,rsp
fffff802`7551e9f3 48895808 mov qword ptr [rax+8],rbx
fffff802`7551e9f7 48897010 mov qword ptr [rax+10h],rsi
fffff802`7551e9fb 48897818 mov qword ptr [rax+18h],rdi
fffff802`7551e9ff 5... | 55.667857 | 111 | 0.704112 |
33140a733282fc3cda89ba29d9d792c5e98ffc31 | 365 | asm | Assembly | oeis/152/A152456.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152456.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152456.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152456: a(n)=1*(n+2)!-2*(n+1)!-3*n!.
; Submitted by Jamie Morken(s3.)
; -3,-1,6,54,408,3240,28080,267120,2782080,31570560,388281600,5149267200,73287244800,1114636723200,18045906278400,309918825216000,5628230479872000,107773290713088000,2170404686241792000
add $0,2
mov $2,4
mov $3,-4
lpb $0
dif $2,2
add $3,$0
... | 22.8125 | 185 | 0.70137 |
267de58dd1d350592a301b2a1b455360590b8e83 | 2,794 | asm | Assembly | MIPS32/Upper_Lower.asm | alexPlessias/AssemblyProgrammes | 5f6da80b8dfac8eb6f51c92fb32a6d23d873aa24 | [
"MIT"
] | null | null | null | MIPS32/Upper_Lower.asm | alexPlessias/AssemblyProgrammes | 5f6da80b8dfac8eb6f51c92fb32a6d23d873aa24 | [
"MIT"
] | null | null | null | MIPS32/Upper_Lower.asm | alexPlessias/AssemblyProgrammes | 5f6da80b8dfac8eb6f51c92fb32a6d23d873aa24 | [
"MIT"
] | null | null | null | .data
banner: .asciiz "#############################################################\n"
header: .asciiz "###### Convert Upper case to Lower case (for strings) #######\n"
ask_for_string: .asciiz "\nPlease give the String you want to convert:\n"
lower_msg: .asciiz "\nThe Lower case is:\n"
goodbye: .as... | 29.723404 | 96 | 0.564424 |
f83e9fd41ca9877b4193549824914895b50d9ab5 | 135 | asm | Assembly | Windows/sleep.asm | Gabriel-Lima232/Assembly | 6c7168f83844658431033de395c7cc0079f32e54 | [
"MIT"
] | null | null | null | Windows/sleep.asm | Gabriel-Lima232/Assembly | 6c7168f83844658431033de395c7cc0079f32e54 | [
"MIT"
] | null | null | null | Windows/sleep.asm | Gabriel-Lima232/Assembly | 6c7168f83844658431033de395c7cc0079f32e54 | [
"MIT"
] | null | null | null | global _main
section .text
_main:
xor eax, eax
mov eax, 9000
push eax
mov ebx, 0x754d9010
call ebx
| 12.272727 | 24 | 0.562963 |
7ba65a42217fb56d42566ebd2976039872a9f9f0 | 8,746 | asm | Assembly | audio/music/kantogymbattle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/kantogymbattle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/kantogymbattle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_KantoGymBattle:
musicheader 3, 1, Music_KantoGymBattle_Ch1
musicheader 1, 2, Music_KantoGymBattle_Ch2
musicheader 1, 3, Music_KantoGymBattle_Ch3
Music_KantoGymBattle_Ch1:
tempo 101
volume $77
dutycycle $3
tone $0002
vibrato $12, $15
notetype $c, $b2
octave 3
note A#, 1
note A_, 1
note G#, 1
note G_... | 14.314239 | 49 | 0.657329 |
9e76ff972cea0fc1fd755d1edb5182025793449d | 645 | asm | Assembly | oeis/157/A157844.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/157/A157844.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/157/A157844.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A157844: 103680000n^2 - 161251200n + 62697601.
; 5126401,154915201,512064001,1076572801,1848441601,2827670401,4014259201,5408208001,7009516801,8818185601,10834214401,13057603201,15488352001,18126460801,20971929601,24024758401,27284947201,30752496001,34427404801,38309673601,42399302401,46696291201,51200640001,55912348... | 71.666667 | 501 | 0.868217 |
b58102903d6f0b79507aae9a89fc7d596eabc4fd | 5,169 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_21829_945.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_21829_945.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_21829_945.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 %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x7a95, %rsi
lea addresses_D_ht+0x4375, %rdi
xor $62850, %r11
mov $86, %rcx
rep movsb
nop
nop
nop
nop
nop
add %r11, %r11
lea addresses_WC_ht+0x17e31, %rsi
lea addresses_A_ht+0x15475, %rdi
clfl... | 44.560345 | 2,999 | 0.658348 |
3e57121b969b771d0035bbd8dfea65bdbd2bce6b | 1,811 | asm | Assembly | examples/T/T.asm | brickpool/hp35s | 14fc5881af7f72e1dbbf408d0201b411e16a9190 | [
"MIT"
] | 3 | 2020-12-08T08:13:46.000Z | 2021-12-15T06:06:57.000Z | examples/T/T.asm | brickpool/hp35s | 14fc5881af7f72e1dbbf408d0201b411e16a9190 | [
"MIT"
] | null | null | null | examples/T/T.asm | brickpool/hp35s | 14fc5881af7f72e1dbbf408d0201b411e16a9190 | [
"MIT"
] | null | null | null | ; This program calculates the sides, angles and area of a triangle
MODEL P35S
SEGMENT CODE
LBL T
A01:
RCL U ; RCL 4
SIN
RCL Z ; RCL 3
*
RCL X ; RCL 1
/
ASIN ; SIN^-1
STOP
STO W ; STO 6... | 17.247619 | 66 | 0.256764 |
d7f878cf2715ea4de4ead39561d913bd349bc9cf | 2,580 | asm | Assembly | src/spread/monitor.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/monitor.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/monitor.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * Spreadsheet 28/12-91
* - monitor cell operations
section prog
include win1_keys_wman
include win1_keys_wstatus
include win1_keys_wwork
include win1_keys_err
include win1_keys_jcb
include win1_keys_qdos_sms
include win1_keys_qdos_io
include win1_mac_oli
include win1_spread_ke... | 18.169014 | 60 | 0.615891 |
b72caf03d02d42e125203a689c7fc9dc4afd73b9 | 1,826 | asm | Assembly | programs/oeis/052/A052515.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/052/A052515.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/052/A052515.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A052515: Number of ordered pairs of complementary subsets of an n-set with both subsets of cardinality at least 2.
; 0,0,0,0,6,20,50,112,238,492,1002,2024,4070,8164,16354,32736,65502,131036,262106,524248,1048534,2097108,4194258,8388560,16777166,33554380,67108810,134217672,268435398,536870852,1073741762,2147483584,429... | 166 | 1,640 | 0.912924 |
39749aa1924c6f2bcce3c877598461b8040fa2a3 | 319 | asm | Assembly | programs/oeis/122/A122760.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/122/A122760.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/122/A122760.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A122760: Triangle read by rows: t(n,m) = 2*3^m*(n mod 2).
; 0,2,6,0,0,0,2,6,18,54,0,0,0,0,0,2,6,18,54,162,486,0,0,0,0,0,0,0,2,6,18,54,162,486,1458,4374,0,0,0,0,0,0,0,0,0,2,6,18,54,162,486,1458,4374,13122,39366,0,0,0,0,0,0,0,0,0,0,0
lpb $0,1
add $2,4
sub $0,$2
sub $0,1
lpe
sub $0,1
add $1,3
pow $1,$0
mul $1,2
| 24.538462 | 173 | 0.579937 |
95f5652591bee8d813363c2dba74cbd96542b207 | 379 | asm | Assembly | programs/oeis/093/A093709.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/093/A093709.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/093/A093709.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A093709: Characteristic function of squares or twice squares.
; 1,1,1,0,1,0,0,0,1,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0
lpb $0
dif $0,2
lpe
mov $1,1
lpb $0
sub $0,$1
a... | 22.294118 | 201 | 0.556728 |
a6510d7b24c3189f8022a76a2e004b80c2ed0517 | 11,776 | asm | Assembly | src/scoreboard.asm | tina-hoeflich/pong | 2420f504c323582e7f0bf6f51753d062a0674c92 | [
"MIT"
] | null | null | null | src/scoreboard.asm | tina-hoeflich/pong | 2420f504c323582e7f0bf6f51753d062a0674c92 | [
"MIT"
] | null | null | null | src/scoreboard.asm | tina-hoeflich/pong | 2420f504c323582e7f0bf6f51753d062a0674c92 | [
"MIT"
] | null | null | null | # Authors: Miriam Penger, Lena Gerken, Tina Höflich
# function draws the scoreboard of the pong game pixel by pixel using the draw pixel function
# gets:
# a2: the decimal number between 0 and 11 that then are displayed on the bitmap display
# returns:
# -
.text
# Funktion to draw dots that separate the numbers on... | 15.175258 | 93 | 0.553244 |
a2c07b164dd0e066437570048e470d72e1e0aea5 | 557 | asm | Assembly | oeis/010/A010059.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/010/A010059.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/010/A010059.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A010059: Another version of the Thue-Morse sequence: let A_k denote the first 2^k terms; then A_0 = 1 and for k >= 0, A_{k+1} = A_k B_k, where B_k is obtained from A_k by interchanging 0's and 1's.
; Submitted by Christian Krause
; 1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0,... | 69.625 | 201 | 0.635548 |
186282701292d591554c6e9011463b92b8b09da1 | 2,255 | asm | Assembly | programs/oeis/100/A100187.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100187.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100187.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A100187: Structured octagonal anti-diamond numbers (vertex structure 7).
; 1,18,77,204,425,766,1253,1912,2769,3850,5181,6788,8697,10934,13525,16496,19873,23682,27949,32700,37961,43758,50117,57064,64625,72826,81693,91252,101529,112550,124341,136928,150337,164594,179725,195756,212713,230622,249509,269400,290321,312298,... | 107.380952 | 2,007 | 0.841242 |
4b8f4cef80b83c2ec633b9e21abc0196a4fc6951 | 475 | asm | Assembly | libsrc/graphics/mc1000/clg.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/mc1000/clg.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/mc1000/clg.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; MC-1000 graphics library
;
; $Id: clg.asm $
;
;----------- GFX init -------------
SECTION code_clib
PUBLIC clg
PUBLIC _clg
PUBLIC ansi_cls
PUBLIC _ansi_cls
EXTERN generic_console_ioctl
INCLUDE "ioctl.def"
.clg
._clg
.ansi_cls
._ansi_cls
ld hl,1
push hl
ld hl,0... | 13.571429 | 39 | 0.530526 |
202da85a21340602649d991b0a83020e6e2a8e13 | 21,852 | asm | Assembly | dist/vale/curve25519-x86_64-msvc.asm | santtu/hacl-star | ade5ee577b26bb4e1fc67c3a207d0982e6a02222 | [
"Apache-2.0"
] | 1,332 | 2018-06-25T18:44:25.000Z | 2022-03-24T11:54:21.000Z | dist/vale/curve25519-x86_64-msvc.asm | santtu/hacl-star | ade5ee577b26bb4e1fc67c3a207d0982e6a02222 | [
"Apache-2.0"
] | 311 | 2018-06-23T20:30:19.000Z | 2022-03-31T16:52:05.000Z | dist/vale/curve25519-x86_64-msvc.asm | santtu/hacl-star | ade5ee577b26bb4e1fc67c3a207d0982e6a02222 | [
"Apache-2.0"
] | 143 | 2018-08-23T11:43:58.000Z | 2022-03-09T11:07:13.000Z | .code
ALIGN 16
add_scalar_e proc
push rdi
push rsi
mov rdi, rcx
mov rsi, rdx
mov rdx, r8
;# Clear registers to propagate the carry bit
xor r8d, r8d
xor r9d, r9d
xor r10d, r10d
xor r11d, r11d
xor eax, eax
;# Begin addition chain
add rdx, qword ptr [rsi + 0]
mov qword ptr [rdi + 0], rdx
a... | 20.971209 | 78 | 0.594911 |
097098c78602af6e8563f455585a29b76369d68f | 2,340 | asm | Assembly | programs/oeis/227/A227327.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/227/A227327.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/227/A227327.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A227327: Number of non-equivalent ways to choose two points in an equilateral triangle grid of side n.
; 0,1,4,10,22,41,72,116,180,265,380,526,714,945,1232,1576,1992,2481,3060,3730,4510,5401,6424,7580,8892,10361,12012,13846,15890,18145,20640,23376,26384,29665,33252,37146,41382,45961,50920,56260,62020,68201,74844,8195... | 80.689655 | 1,927 | 0.809829 |
20e135f0aa8bcecdcc84baaddc438bae90249e22 | 1,004 | asm | Assembly | programs/oeis/267/A267623.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267623.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267623.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267623: Binary representation of the middle column of the "Rule 187" elementary cellular automaton starting with a single ON (black) cell.
; 1,10,101,1011,10111,101111,1011111,10111111,101111111,1011111111,10111111111,101111111111,1011111111111,10111111111111,101111111111111,1011111111111111,10111111111111111,101111... | 52.842105 | 703 | 0.849602 |
c9b51bda5672fc128b8539a4a4ab2a43b535adc3 | 11,654 | asm | Assembly | s2/music-improved/8D - SCZ.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/music-improved/8D - SCZ.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/music-improved/8D - SCZ.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | SCZ_Header:
smpsHeaderStartSong 2
smpsHeaderVoice SCZ_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $5B
smpsHeaderDAC SCZ_DAC
smpsHeaderFM SCZ_FM1, $F4, $12
smpsHeaderFM SCZ_FM2, $E8, $0E
smpsHeaderFM SCZ_FM3, $F4, $09
smpsHeaderFM SCZ_FM4, $F4, $10
smpsHe... | 29.135 | 83 | 0.5659 |
a07c2a271e4f4175ae83249a7ceb1c8f1780830e | 2,792 | asm | Assembly | src/stage2/stage2.asm | devcfei/bootstrap-x86 | c16824b76df59bc9305cfee10b07baa6e2c41dd7 | [
"Unlicense"
] | null | null | null | src/stage2/stage2.asm | devcfei/bootstrap-x86 | c16824b76df59bc9305cfee10b07baa6e2c41dd7 | [
"Unlicense"
] | null | null | null | src/stage2/stage2.asm | devcfei/bootstrap-x86 | c16824b76df59bc9305cfee10b07baa6e2c41dd7 | [
"Unlicense"
] | null | null | null | %define org_start 7c00h
boot:
org 0x7C00
mov ax, cs
mov ds, ax
mov es, ax
;mov ax, 07E0h ; 07E0h = (07C00h+200h)/10h, beginning of stack segment.
mov ax, 0800h ; 0800h = (07E00h+200h)/10h, beginning of stack segment.
mov ss, ax
mov sp, 2000h ; 8k of stack space.
call screenClean
push 0000h
call curso... | 17.559748 | 74 | 0.61712 |
9c82fd0aa4a545ee0df6c5b25bd0e3a250b9b768 | 2,367 | asm | Assembly | Lab4/longop.asm | YuriySavchenko/Assembler | d8ab6e8451d97255e639f0039f623ec00d5e9e2b | [
"Apache-2.0"
] | null | null | null | Lab4/longop.asm | YuriySavchenko/Assembler | d8ab6e8451d97255e639f0039f623ec00d5e9e2b | [
"Apache-2.0"
] | null | null | null | Lab4/longop.asm | YuriySavchenko/Assembler | d8ab6e8451d97255e639f0039f623ec00d5e9e2b | [
"Apache-2.0"
] | null | null | null | section .code
; procedure for adding number increased bit rate
Add_608_LONGOP:
push ebp
mov ebp, esp
mov esi, [ebp+16] ; ESI - adress of A
mov ebx, [ebp+12] ; EBX - adress of B
mov edi, [ebp+8] ; EDI - adress of Result
... | 38.803279 | 108 | 0.461766 |
7a4258616cbf62d818a23da7ab43ff1b68a0e11b | 871 | asm | Assembly | programs/oeis/329/A329533.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329533.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329533.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A329533: First differences of A051924, or second differences of Central binomial coefficients A000984.
; 3,10,36,132,490,1836,6930,26312,100386,384540,1478048,5697720,22019556,85284920,330961950,1286562960,5009003250,19528599420,76231136520,297910080600,1165429743660,4563490674600,17884841191620,70148829799152,275344... | 18.531915 | 258 | 0.608496 |
4193d060e424c503558b3b2b162ea18318ec65b2 | 556 | asm | Assembly | programs/oeis/121/A121801.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/121/A121801.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/121/A121801.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A121801: Expansion of 2*x^2*(3-x)/((1+x)*(1-3*x+x^2)).
; 0,6,10,32,78,210,544,1430,3738,9792,25630,67106,175680,459942,1204138,3152480,8253294,21607410,56568928,148099382,387729210,1015088256,2657535550,6957518402,18215019648,47687540550,124847601994,326855265440,855718194318,2240299317522,5865179758240,1535523995720... | 69.5 | 361 | 0.769784 |
5b449f55d8693225cb9d752aaa5d1d92faa15714 | 284 | asm | Assembly | wof/lcs/base/1AE.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/1AE.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/base/1AE.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
010A04 addq.w #4, A7 [base+1AE]
011396 bne $1138e [base+1AE]
01A610 dbra D1, $1a60e
053CE8 subq.b #1, ($1ae,A5) [base+1C9]
053CEC jmp $1552.w [base+1AE]
copyright zengfr site:http://github.com/zengfr/romhack
| 28.4 | 54 | 0.683099 |
62aad8803bba796696e7a5b4d8a27133dd43d038 | 1,750 | asm | Assembly | programs/oeis/280/A280321.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/280/A280321.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/280/A280321.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A280321: Number of 2 X 2 matrices with all elements in {0,..,n} having determinant = n*permanent.
; 1,12,25,49,81,121,169,225,289,361,441,529,625,729,841,961,1089,1225,1369,1521,1681,1849,2025,2209,2401,2601,2809,3025,3249,3481,3721,3969,4225,4489,4761,5041,5329,5625,5929,6241,6561,6889,7225,7569,7921,8281,8649,9025,... | 102.941176 | 1,521 | 0.804 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.