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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d3c7f5f59b97a5dff0786c23b8871e2957000192 | 381 | asm | Assembly | programs/oeis/204/A204125.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/204/A204125.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/204/A204125.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A204125: Symmetric matrix based on f(i,j)=(i if i=j and 1 otherwise), by antidiagonals.
; 1,1,1,1,2,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,7,1,1,1,1,1,1,1,1,1,1,1,1,1,1
lpb $0,1
add $1,4
sub $0,... | 27.214286 | 199 | 0.551181 |
fe9a72f3096b00bacf9c73d9da799295cb187097 | 919 | asm | Assembly | Kernel/asm/libasm.asm | tdorado/so-tp2 | a3cee8b454a741815efb60d0c067f368313e31d7 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/libasm.asm | tdorado/so-tp2 | a3cee8b454a741815efb60d0c067f368313e31d7 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/libasm.asm | tdorado/so-tp2 | a3cee8b454a741815efb60d0c067f368313e31d7 | [
"BSD-3-Clause"
] | null | null | null | GLOBAL cpuVendor
GLOBAL getTimeRTC
SECTION .text
; cpuVendor -- Writes information of the cpu on the buffer
; IN: RDI = pointer to buffer
; OUT: RAX = pointer of the buffer with the information
cpuVendor:
push rbp
mov rbp, rsp
push rbx
mov rax, 0
cpuid
mov [rdi], ebx
mov [rdi + 4], edx
mov [rdi + 8], ecx
... | 17.339623 | 70 | 0.670294 |
b2bf9dfeb806ae0bfdc8145588f636e5740c6e56 | 1,545 | asm | Assembly | programs/oeis/192/A192955.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/192/A192955.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/192/A192955.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A192955: Coefficient of x in the reduction by x^2 -> x+1 of the polynomial p(n,x) defined at Comments.
; 0,1,2,7,18,41,84,161,294,519,894,1513,2528,4185,6882,11263,18370,29889,48548,78761,127670,206831,334942,542257,877728,1420561,2298914,3720151,6019794,9740729,15761364,25502993,41265318,66769335,108035742,174806233... | 140.454545 | 1,273 | 0.875081 |
a570e3b51f128eaf9c9bc0f8fd1d192d0e0446da | 403 | asm | Assembly | programs/oeis/133/A133989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/133/A133989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/133/A133989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A133989: Define fu(1,1) = 0. Then a(n) = fu(1,n) = smallest number t such that an n X 1 strip of n squares can be cut into n squares using p_1, p_2, ..., p_t cuts where p_t is a prime number or p_t = 1.
; 0,1,1,1,2,1,2,1,2,2,2,3,2
mov $3,$0
mul $3,5
lpb $3
mov $6,$2
mul $2,$3
mov $5,$6
sub $6,$0
sub $2,$6
... | 20.15 | 204 | 0.563275 |
8f0f3107fd8655da1f0ca3970dba3673765e87fc | 485 | asm | Assembly | unittests/ASM/Primary/Primary_AB_word_REP.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/Primary/Primary_AB_word_REP.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/Primary/Primary_AB_word_REP.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"RAX": "0xF1F2F1F2F1F2F1F2",
"RDX": "0x0",
"RDI": "0xE0000018"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x4142434445464748
mov [rdx + 8 * 0], rax
mov rax, 0x5152535455565758
mov [rdx + 8 * 1], rax
mov rax, 0x0
mov [rdx + 8... | 14.264706 | 32 | 0.579381 |
0983021e70ae282d79fd863d685f5a9a65c9d220 | 3,118 | asm | Assembly | iod/iob/io.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/iob/io.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/iob/io.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Buffering IO V2.00 1989 Tony Tebby QJUMP
section iou
xdef iob_io
xdef iob_iohdr
xref iob_tbyt
xref iob_gbyt
xref iob_glin
xref iob_gmul
xref iob_pbyt
xref iob_pmul
include 'dev8_keys_err'
include 'dev8_keys_sys'
include 'dev8_keys_qdos_io'
include 'dev8_keys_buf'
;+++
; This routine does st... | 21.957746 | 56 | 0.689545 |
62e4991daee2dc007f1e2aa7bbd4927ac0759f00 | 144 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_w51.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_w51.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_w51.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_w51.asm
Type: file
Size: 19867
Last-Modified: '2016-05-13T04:51:45Z'
SHA-1: 5CF4C2E21C91A94AA098CBF36C4E486A1A78FE46
Description: null
| 20.571429 | 47 | 0.8125 |
65a69370817b95927e56404a0321f8150dda65be | 361 | asm | Assembly | libsrc/_DEVELOPMENT/sound/bit/c/sdcc_iy/bit_synth_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/sound/bit/c/sdcc_iy/bit_synth_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/sound/bit/c/sdcc_iy/bit_synth_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void bit_synth_callee(int dur, int freq_1, int freq_2, int freq_3, int freq_4)
SECTION code_clib
SECTION smc_sound_bit
PUBLIC _bit_synth_callee, l0_bit_synth_callee
EXTERN asm_bit_synth
_bit_synth_callee:
pop af
pop de
pop bc
ld d,c
pop hl
pop bc
ld h,c
pop bc
push af
l0_bit_synth_ca... | 12.892857 | 80 | 0.714681 |
1c6e2e220bdbee2a3bf83fb503cb3203d99c4974 | 1,188 | asm | Assembly | programs/oeis/001/A001654.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/001/A001654.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001654.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A001654: Golden rectangle numbers: F(n)*F(n+1), where F(n) = A000045(n) (Fibonacci numbers).
; 0,1,2,6,15,40,104,273,714,1870,4895,12816,33552,87841,229970,602070,1576239,4126648,10803704,28284465,74049690,193864606,507544127,1328767776,3478759200,9107509825,23843770274,62423800998,163427632719,427859097160,112014965... | 21.214286 | 369 | 0.56229 |
9705ce7908d5ff76a5c3a2f9bb0bde567fe4dddb | 1,864 | asm | Assembly | programs/oeis/179/A179904.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/179/A179904.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/179/A179904.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A179904: a(n) = A056520(n)+1 for n>0, a(0)=1.
; 1,3,7,16,32,57,93,142,206,287,387,508,652,821,1017,1242,1498,1787,2111,2472,2872,3313,3797,4326,4902,5527,6203,6932,7716,8557,9457,10418,11442,12531,13687,14912,16208,17577,19021,20542,22142,23823,25587,27436,29372,31397,33513,35722,38026,40427,42927,45528,48232,51041,5... | 155.333333 | 1,735 | 0.830472 |
d31d844332698ac3ef7be717ffccd4d3fd77d9cb | 331 | asm | Assembly | unittests/ASM/TwoByte/0F_84.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/TwoByte/0F_84.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/TwoByte/0F_84.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"RAX": "0x1",
"RBX": "0x0"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov r15, 0xe0000000
mov r10, 0x1
mov r11, 0x0
mov r12, 0x1
cmp r10d, r12d
mov rax, 0
mov rbx, 0
jz .tgt_1
jnz .tgt_2
jmp .end
.tgt_1:
mov rax, 1
jmp .end
.tgt_2:
mov rbx, 1
jmp .end
... | 8.710526 | 25 | 0.586103 |
edb787e1caba1a33bb186664c96e39f328661f0a | 939 | asm | Assembly | boot/src/gd_table.asm | aryan-gupta/OS_2 | 50f7deb573fa50fead42bb748a8ff4743701cc67 | [
"MIT"
] | null | null | null | boot/src/gd_table.asm | aryan-gupta/OS_2 | 50f7deb573fa50fead42bb748a8ff4743701cc67 | [
"MIT"
] | null | null | null | boot/src/gd_table.asm | aryan-gupta/OS_2 | 50f7deb573fa50fead42bb748a8ff4743701cc67 | [
"MIT"
] | null | null | null |
; Honest to god have no idea what this is doing. Help me please
; http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf#page=36
; https://github.com/cfenollosa/os-tutorial/tree/master/09-32bit-gdt
gdt_start:
gdt_null: ; kinda redundant, might remove
dq 0x00
gdt_code:
dw 0xffff ; segmen... | 24.710526 | 80 | 0.675186 |
51a9c4db6b85ce4c737f72a39d6e075cc9c52c95 | 2,492 | asm | Assembly | 3d/globvars.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | 3 | 2016-03-22T12:32:01.000Z | 2017-11-07T12:14:28.000Z | 3d/globvars.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | null | null | null | 3d/globvars.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | 1 | 2021-03-30T07:34:36.000Z | 2021-03-30T07:34:36.000Z | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYI... | 28.976744 | 77 | 0.717496 |
1dc85e9c93d1d319c891c77b84bbd9578f65bfe0 | 1,036 | asm | Assembly | Silicon/BroxtonSoC/BroxtonSiPkg/Cpu/ResetVector/Vtf1/Main.asm | bcran/edk2-platforms | 7c914946bd014dc1f3cf0a0ef189e7c2d33d382f | [
"BSD-2-Clause"
] | null | null | null | Silicon/BroxtonSoC/BroxtonSiPkg/Cpu/ResetVector/Vtf1/Main.asm | bcran/edk2-platforms | 7c914946bd014dc1f3cf0a0ef189e7c2d33d382f | [
"BSD-2-Clause"
] | null | null | null | Silicon/BroxtonSoC/BroxtonSiPkg/Cpu/ResetVector/Vtf1/Main.asm | bcran/edk2-platforms | 7c914946bd014dc1f3cf0a0ef189e7c2d33d382f | [
"BSD-2-Clause"
] | null | null | null | ;; @file
; Main routine of the pre-SEC code up through the jump into SEC.
;
; Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR>
;
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this di... | 23.545455 | 86 | 0.649614 |
bb5d9cb12c08b0f05a592041f15b998e566c7ec5 | 24,724 | asm | Assembly | core/zxtable.asm | freemanix/zxemul | c3915b7c9c83df9a0d3c656877eccf8335aa89f2 | [
"MIT"
] | 4 | 2018-12-25T22:09:34.000Z | 2022-02-11T08:15:36.000Z | core/zxtable.asm | freemanix/zxemul | c3915b7c9c83df9a0d3c656877eccf8335aa89f2 | [
"MIT"
] | null | null | null | core/zxtable.asm | freemanix/zxemul | c3915b7c9c83df9a0d3c656877eccf8335aa89f2 | [
"MIT"
] | null | null | null |
; ZX Spectrum emulator
; Opcode tables
; (c) Freeman, August 2000, Prague
; -----------------------------------------------------------------------------
ALIGN
OpTable: DW nop_ ; 00 opcodes
DW ld_bc_nn
DW ld_ibc_a
DW inc_bc
DW inc_b
DW dec_b
DW ld_b_n
DW rlca
DW ex_af_af
DW add_hl_b... | 14.822542 | 79 | 0.578588 |
7ba4019cb1ac38fececbc003789b9a95f8599441 | 559 | asm | Assembly | oeis/158/A158769.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158769.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158769.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158769: a(n) = 78*n^2 + 1.
; 1,79,313,703,1249,1951,2809,3823,4993,6319,7801,9439,11233,13183,15289,17551,19969,22543,25273,28159,31201,34399,37753,41263,44929,48751,52729,56863,61153,65599,70201,74959,79873,84943,90169,95551,101089,106783,112633,118639,124801,131119,137593,144223,151009,157951,165049,172303,179713,... | 79.857143 | 499 | 0.80322 |
29a714871999d14ae6dbf083a8f6e2eab5636a81 | 7,103 | asm | Assembly | kernel/hal/remap.asm | phaubertin/jinue | 98ecc33c6c60d6323eb5f965dd2247b6fa6daf5c | [
"BSD-3-Clause"
] | 2 | 2021-01-04T20:00:35.000Z | 2022-01-09T23:35:53.000Z | kernel/hal/remap.asm | phaubertin/jinue | 98ecc33c6c60d6323eb5f965dd2247b6fa6daf5c | [
"BSD-3-Clause"
] | null | null | null | kernel/hal/remap.asm | phaubertin/jinue | 98ecc33c6c60d6323eb5f965dd2247b6fa6daf5c | [
"BSD-3-Clause"
] | null | null | null | ; Copyright (C) 2021 Philippe Aubertin.
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; 1. Redistributions of source code must retain the above copyright
; notice, this list of conditions... | 48.319728 | 93 | 0.465156 |
a6eb74f63437e3764cf122fd9bbf9d3e8be86482 | 2,351 | asm | Assembly | Scrollable HDMA Gradients/ScrollMacros.asm | MarioFanGamer/HDMA-Libraries | 75e5e69c9b0a50a1c69a1c3ebaf734793d2e59ce | [
"CC0-1.0"
] | null | null | null | Scrollable HDMA Gradients/ScrollMacros.asm | MarioFanGamer/HDMA-Libraries | 75e5e69c9b0a50a1c69a1c3ebaf734793d2e59ce | [
"CC0-1.0"
] | 3 | 2022-02-19T13:24:01.000Z | 2022-02-19T15:56:52.000Z | Scrollable HDMA Gradients/ScrollMacros.asm | MarioFanGamer/HDMA-Libraries | 75e5e69c9b0a50a1c69a1c3ebaf734793d2e59ce | [
"CC0-1.0"
] | null | null | null | ; Default addresses for scrollable HDMA gradients.
!ScrollDefBank = $7F ; The bank of the HDMA data tables
!ScrollDefRedGreen = $1343 ; The address for the red-green table
!ScrollDefBlue = $1943 ; The address for the blue table
; Initialises the gradient by decompressing it and sets up HDMA table.
; gradient_ptr is ... | 32.652778 | 72 | 0.650787 |
c929f600ad313b8ffcee0e0615224bd7325c782e | 886 | asm | Assembly | programs/oeis/097/A097784.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/097/A097784.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/097/A097784.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A097784: Partial sums of Chebyshev sequence S(n,10) = U(n,5) = A004189(n+1).
; 1,11,110,1090,10791,106821,1057420,10467380,103616381,1025696431,10153347930,100507782870,994924480771,9848737024841,97492445767640,965075720651560,9553264760747961,94567571886828051,936122454107532550,9266656969188497450,91730447237777441... | 126.571429 | 716 | 0.882619 |
4bd730ff723b765fbd2181aa44d95ad61518b494 | 377 | asm | Assembly | oeis/075/A075668.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/075/A075668.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/075/A075668.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A075668: Sum of next n 7th powers.
; Submitted by Jon Maiga
; 1,2315,374445,17703664,394340375,5265954441,48574262275,338837482880,1900477947429,8950536157375,36536761179281,132397570996560,433806511149115,1303971065324669,3637715990646375,9507513902672896
add $0,1
mov $2,7
mov $5,$0
bin $5,2
lpb $0
mov $4,$0
su... | 22.176471 | 196 | 0.745358 |
c2844c7f8e43e91dc91cce9a0fe0286c606e210b | 428 | asm | Assembly | programs/oeis/253/A253175.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/253/A253175.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/253/A253175.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A253175: Indices of hexagonal numbers (A000384) which are also centered hexagonal numbers (A003215).
; 1,7,67,661,6541,64747,640927,6344521,62804281,621698287,6154178587,60920087581,603046697221,5969546884627,59092422149047,584954674605841,5790454323909361
mov $2,2
mov $1,2
lpb $0,1
sub $1,1
add $1,$2
add $2,$... | 21.4 | 155 | 0.693925 |
9cfa406e93d6f03725edf3f5cd4233d4c7fc5032 | 5,183 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_461.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_0xca.log_21829_461.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_0xca.log_21829_461.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x9ff0, %rsi
lea addresses_normal_ht+0x134d, %rdi
and $61425, %r14
mov $45, %rcx
rep movsw
nop
nop
nop
xor $10265, %r9
lea addresses_A_ht+0x6d6d, %rsi
lea addresses_A_ht+0x177c9, %rdi
no... | 43.923729 | 2,999 | 0.660235 |
a288ff517131d390bc6d2b65e4f739b498532226 | 480 | asm | Assembly | programs/oeis/159/A159715.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/159/A159715.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/159/A159715.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A159715: Number of permutations of 2 indistinguishable copies of 1..n arranged in a circle with exactly 1 local maximum.
; 4,18,72,270,972,3402,11664,39366,131220,433026,1417176,4605822,14880348,47829690,153055008,487862838,1549681956,4907326194,15496819560,48814981614,153418513644,481176247338,1506290861232,47071589... | 48 | 298 | 0.822917 |
e875550dfff3a2643676a9d091227e03427b5941 | 1,774 | asm | Assembly | src/ppu/m3_scy_change2.asm | gb-archive/mealybug-tearoom-tests | 70e88fb90b59d19dfbb9c3ac36c64105202bb1f4 | [
"MIT"
] | 37 | 2018-04-26T17:45:01.000Z | 2022-03-19T16:11:08.000Z | src/ppu/m3_scy_change2.asm | gb-archive/mealybug-tearoom-tests | 70e88fb90b59d19dfbb9c3ac36c64105202bb1f4 | [
"MIT"
] | 1 | 2020-09-26T23:49:49.000Z | 2020-09-26T23:49:49.000Z | src/ppu/m3_scy_change2.asm | gb-archive/mealybug-tearoom-tests | 70e88fb90b59d19dfbb9c3ac36c64105202bb1f4 | [
"MIT"
] | 6 | 2019-04-18T20:13:56.000Z | 2022-02-15T04:22:09.000Z | ; Copyright (C) 2019 Matt Currie <me@mattcurrie.com>
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modify, mer... | 36.958333 | 119 | 0.750282 |
8e979beadc94614d6fcf56423e62db2713f6ee3e | 1,965 | asm | Assembly | programs/oeis/048/A048479.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/048/A048479.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/048/A048479.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A048479: a(n) = T(7,n), array T given by A048472.
; 1,9,33,97,257,641,1537,3585,8193,18433,40961,90113,196609,425985,917505,1966081,4194305,8912897,18874369,39845889,83886081,176160769,369098753,771751937,1610612737,3355443201,6979321857,14495514625,30064771073,62277025793,128849018881,266287972353,549755813889,11338... | 196.5 | 1,854 | 0.923664 |
098509233bb2c4a9b1f344c27b42b7672ecb9247 | 6,567 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_766.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_766.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_766.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x15753, %rsi
lea addresses_normal_ht+0x109d3, %rdi
nop
nop
nop
inc %rbp
mov $0, %rcx
rep movsq
nop
nop
nop
add $5825, %rbp
lea addresses_UC_ht+0x7ca7, %rdi
nop
nop
nop
xor %r13... | 35.690217 | 2,999 | 0.658596 |
4849c43af8aaa049ac966dc1c9c0c48b5853436a | 7,807 | asm | Assembly | examples/e06-scroll.asm | c64lib/copper64 | 060653db04d9eb824347f4ba73c588ba654f4efe | [
"MIT"
] | 5 | 2019-05-29T08:23:28.000Z | 2022-03-01T14:09:05.000Z | examples/e06-scroll.asm | c64lib/copper64 | 060653db04d9eb824347f4ba73c588ba654f4efe | [
"MIT"
] | 18 | 2018-04-06T14:13:05.000Z | 2019-12-27T09:54:17.000Z | examples/e06-scroll.asm | c64lib/copper64 | 060653db04d9eb824347f4ba73c588ba654f4efe | [
"MIT"
] | null | null | null | /*
* c64lib/copper64/examples/e06-scroll.asm
*
* Demo program for copper64 routine.
*
* Author: Maciej Malecki
* License: MIT
* (c): 2018
* GIT repo: https://github.com/c64lib/copper64
*/
// #define VISUAL_DEBUG
#import "chipset/lib/mos6510.asm"
#import "chipset/lib/vic2-global.asm"
#import "chi... | 27.202091 | 148 | 0.665941 |
646fb3064979b2d09352d88c6a633b35f60ff225 | 475 | asm | Assembly | programs/oeis/132/A132367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132367.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A132367: Period 6: repeat [1, 1, 2, -1, -1, -2].
; 1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2,1,1,2,-1,-1,-2
mul $0,2
di... | 22.619048 | 256 | 0.444211 |
301ce61d668ede2541059ae13ab5b20e2c753427 | 3,382 | asm | Assembly | ts2060/instructions.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 15 | 2018-09-07T15:49:44.000Z | 2021-09-21T20:47:14.000Z | ts2060/instructions.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 6 | 2020-05-24T08:43:07.000Z | 2020-05-26T22:02:36.000Z | ts2060/instructions.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 3 | 2020-08-03T06:28:34.000Z | 2021-12-29T00:27:50.000Z | OFFS: EQU 50
INST_TAB:
DEFB LABEL_T+OFFS
DEFB P_LABEL - $ ; 2' @ / LABEL
DEFB DPOKE_T+OFFS
DEFB P_DPOKE - $ ; Ex + L' DPOKE
DEFB FPOKE_T+OFFS
DEFB P_FPOKE - $ ; X' FPOKE
DEFB SOUND_T+OFFS
DEFB P_SOUND - $ ; SOUND
DEFB USR_T+OFFS
DEFB P_USR - $
DEFB PLAY_T+OFFS
DEFB P_PLAY - $ ; PLAY
DEFB DELETE_T+OFFS
DEF... | 14.768559 | 72 | 0.68628 |
086253962e26dbb588d0503d841f22dd3866f89e | 28 | asm | Assembly | pkgs/tools/yasm/src/modules/preprocs/nasm/tests/noinclude-err.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/preprocs/nasm/tests/noinclude-err.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/preprocs/nasm/tests/noinclude-err.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | %include "doesnotexist.inc"
| 14 | 27 | 0.785714 |
ac384193e539e6a508ac39ce49bc1ca6fff52f83 | 11,062 | nasm | Assembly | Linux/x86/msncsi.nasm | tobyoxborrow/msncsiasm | 3fcfff9a6779cae22da9dba48dff1201a262fc7b | [
"BSD-3-Clause"
] | null | null | null | Linux/x86/msncsi.nasm | tobyoxborrow/msncsiasm | 3fcfff9a6779cae22da9dba48dff1201a262fc7b | [
"BSD-3-Clause"
] | null | null | null | Linux/x86/msncsi.nasm | tobyoxborrow/msncsiasm | 3fcfff9a6779cae22da9dba48dff1201a262fc7b | [
"BSD-3-Clause"
] | null | null | null | ; Microsoft Network Connectivity Status Indicator
; Makes GET request for http://www.msftncsi.com/ncsi.txt
; Exits 0 if GET request succeeds (full connectivity)
; If GET request fails, performs DNS lookup on dns.msftncsi.com, expecting the
; result 131.107.255.255
; Exits 1 if DNS request succeeds (partial connectivity... | 25.665893 | 109 | 0.641385 |
5e786270c34e59375a4c52bc660870e813b313d1 | 415 | asm | Assembly | oeis/236/A236583.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/236/A236583.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/236/A236583.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A236583: The number of tilings of an 8 X (3n) floor with 2 X 3 hexominoes.
; Submitted by Christian Krause
; 1,1,4,11,33,96,281,821,2400,7015,20505,59936,175193,512089,1496836,4375251,12788857,37381824,109267057,319387565,933569728,2728823951,7976351345,23314871872,68149361393
add $0,1
mov $3,1
lpb $0
sub $0,1
a... | 23.055556 | 170 | 0.691566 |
f84acf04246fa0d462a92220e978bf75b8eed616 | 499,791 | asm | Assembly | third_party/virtualbox/src/VBox/Devices/Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 1 | 2020-06-04T20:31:13.000Z | 2020-06-04T20:31:13.000Z | third_party/virtualbox/src/VBox/Devices/Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | null | null | null | third_party/virtualbox/src/VBox/Devices/Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 1 | 2020-03-06T10:39:37.000Z | 2020-03-06T10:39:37.000Z | ; $Id: VBoxVgaBiosAlternative8086.asm $
;; @file
; Auto Generated source file. Do not edit.
;
;
; Source file: vgarom.asm
;
; ============================================================================================
;
; Copyright (C) 2001,2002 the LGPL VGABios developers Team
;
; This library is free soft... | 58.979349 | 109 | 0.352469 |
93d0d4b56242e965bd6fa625d4f0f15fc8de5841 | 438 | asm | Assembly | programs/oeis/130/A130632.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/130/A130632.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/130/A130632.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A130632: Number of natural numbers between d(n) and d(n+1), where d(n) denotes the number of divisors of n.
; 0,0,0,0,1,1,1,0,0,1,3,3,1,0,0,2,3,3,3,1,0,1,5,4,0,0,1,3,5,5,3,1,0,0,4,6,1,0,3,5,5,5,3,0,1,1,7,6,2,1,1,3,5,3,3,3,0,1,9,9,1,1,0,2,3,5,3,1,3,5,9,9,1,1,0,1,3,5,7,4,0,1,9,7,0,0,3,5,9,7,1,1,0,0,7,9,3,0,2,6
seq $0,... | 48.666667 | 201 | 0.586758 |
339ef0b298df2b0a90d8359f9129f64369089ed0 | 1,548 | asm | Assembly | Assembly/power.asm | prynix/learning-programming | 85aea40a61fb824a2b4e142331d9ac7971fef263 | [
"MIT"
] | 2 | 2017-03-14T16:02:08.000Z | 2017-05-02T13:48:18.000Z | Assembly/power.asm | CajetanP/learning-programming | 85aea40a61fb824a2b4e142331d9ac7971fef263 | [
"MIT"
] | 4 | 2021-05-20T21:10:13.000Z | 2022-02-26T09:50:19.000Z | Assembly/power.asm | CajetanP/learning-programming | 85aea40a61fb824a2b4e142331d9ac7971fef263 | [
"MIT"
] | 1 | 2021-06-18T01:31:24.000Z | 2021-06-18T01:31:24.000Z | ; A 64-bit command line application to compute x^y.
; nasm -felf64 power.asm && gcc -o power power.o
; Syntax: power x y
global main
extern printf
extern puts
extern atoi
section .text
main:
push r12 ; save callee-save registers
push r13
push r14
;; Stack alread... | 21.205479 | 61 | 0.546512 |
af1eb67624188c769449a3e80dd96bf7754b3124 | 44,364 | asm | Assembly | rm.asm | lzckira/CS153-lab3 | d7c535fd189fa3444372c1fa639b19c4dca73908 | [
"MIT-0"
] | null | null | null | rm.asm | lzckira/CS153-lab3 | d7c535fd189fa3444372c1fa639b19c4dca73908 | [
"MIT-0"
] | null | null | null | rm.asm | lzckira/CS153-lab3 | d7c535fd189fa3444372c1fa639b19c4dca73908 | [
"MIT-0"
] | null | null | null |
_rm: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 57 push %edi
1004: 56 ... | 35.74859 | 70 | 0.412249 |
7617d50bbe4249e9639ca9524f9ee49709ce15e5 | 24,664 | asm | Assembly | engine/save.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 53 | 2017-08-25T01:27:33.000Z | 2021-08-30T19:55:57.000Z | engine/save.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 6 | 2017-08-24T19:40:33.000Z | 2018-05-14T19:37:34.000Z | engine/save.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 10 | 2017-08-24T18:37:35.000Z | 2019-10-02T04:35:39.000Z |
HIGHLIGHT_LENGTH equ 14
SECTION "File select", ROMX,ALIGN[4]
FileSelectHeights::
db $7C, $7C, $7D, $7E, $7F, $80, $81, $82
db $82, $82, $82, $81, $80, $7F, $7E, $7D
FileSelectHighlight::
ld b, 3
.highlightLoop
ld c, HIGHLIGHT_LENGTH
call FillVRAMLite
ld de, VRAM_ROW_SIZE - HIGHLIGHT_LENGTH
a... | 16.541918 | 125 | 0.649408 |
8a6ae1ca1d025e62754ec0060ddee37345859339 | 274 | asm | Assembly | data/mapHeaders/silphcoelevator.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/silphcoelevator.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/silphcoelevator.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SilphCoElevator_h:
db LOBBY ; tileset
db SILPH_CO_ELEVATOR_HEIGHT, SILPH_CO_ELEVATOR_WIDTH ; dimensions (y, x)
dw SilphCoElevatorBlocks, SilphCoElevatorTextPointers, SilphCoElevatorScript ; blocks, texts, scripts
db $00 ; connections
dw SilphCoElevatorObject ; objects
| 39.142857 | 102 | 0.824818 |
01fd8bfda8493b757a835b825af09b25305a13ef | 1,103 | asm | Assembly | programs/oeis/200/A200905.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/200/A200905.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/200/A200905.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A200905: 3*phi(n), where phi (A000010) is the Euler totient function.
; 3,3,6,6,12,6,18,12,18,12,30,12,36,18,24,24,48,18,54,24,36,30,66,24,60,36,54,36,84,24,90,48,60,48,72,36,108,54,72,48,120,36,126,60,72,66,138,48,126,60,96,72,156,54,120,72,108,84,174,48,180,90,108,96,144,60,198,96,132,72,210,72,216,108,120,108,180,... | 157.571429 | 932 | 0.722575 |
b6efc894e5d92a7ef09c8fccf06090489f3b41d2 | 519 | asm | Assembly | oeis/111/A111175.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/111/A111175.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/111/A111175.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A111175: Numbers n such that 30*n + 1 is prime.
; Submitted by Jon Maiga
; 1,2,5,6,7,8,9,11,14,18,19,20,21,22,23,25,27,33,34,35,39,40,41,43,44,46,49,51,54,58,60,61,62,65,67,71,72,74,75,76,77,78,79,84,85,89,91,93,95,99,100,102,104,106,109,110,111,112,113,117,118,119,121,123,131,134,135
mov $2,$0
pow $2,2
lpb $2
add... | 24.714286 | 212 | 0.628131 |
71c977462117841fd2152c580dc42e65cd4d8c2a | 6,151 | asm | Assembly | 5/5.asm | Ukasz09/Assembly | 95f78281aee33e64e9ef241820a92e03c8b0266f | [
"MIT"
] | null | null | null | 5/5.asm | Ukasz09/Assembly | 95f78281aee33e64e9ef241820a92e03c8b0266f | [
"MIT"
] | null | null | null | 5/5.asm | Ukasz09/Assembly | 95f78281aee33e64e9ef241820a92e03c8b0266f | [
"MIT"
] | null | null | null | .data
howManyNumbersMsg: .asciiz "Podaj ilosc liczb: "
inputNumberMsg: .asciiz "Podaj liczbe: "
menuMsg: .asciiz "\nWybierz z menu: \n1 => Dodawanie, \n2 => Odejmowanie \n3 => Mnozenie: \n4 => Dzielenie \n5 => NWD \n\nDecyzja: "
resultMsg: .asciiz "Wynik: "
wrongDecisionMsg... | 30.450495 | 1,832 | 0.393269 |
abb8e690b4815ea891bde5efaf99d808e7d4ec19 | 137 | asm | Assembly | src/main/fragment/mos6502-common/vdum1=vdum2_plus_pduc1_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vdum1=vdum2_plus_pduc1_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vdum1=vdum2_plus_pduc1_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | clc
lda {m2}
adc {c1},y
sta {m1}
lda {m2}+1
adc {c1}+1,y
sta {m1}+1
lda {m2}+2
adc {c1}+2,y
sta {m1}+2
lda {m2}+3
adc {c1}+3,y
sta {m1}+3 | 10.538462 | 12 | 0.554745 |
db4e702b0bbbe813f2c4c3ed391d6ed94645a8b7 | 477 | asm | Assembly | oeis/093/A093560.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/093/A093560.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/093/A093560.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A093560: (3,1) Pascal triangle.
; Submitted by Christian Krause
; 1,3,1,3,4,1,3,7,5,1,3,10,12,6,1,3,13,22,18,7,1,3,16,35,40,25,8,1,3,19,51,75,65,33,9,1,3,22,70,126,140,98,42,10,1,3,25,92,196,266,238,140,52,11,1,3,28,117,288,462,504,378,192,63,12,1,3,31,145,405,750,966,882,570,255,75,13,1,3,34,176,550,1155,1716,1848,1... | 31.8 | 311 | 0.641509 |
ce4d9ea01b309d01da218b77d4cb67d8d0fe3e56 | 1,098 | asm | Assembly | programs/oeis/061/A061008.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/061/A061008.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/061/A061008.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A061008: a(n) = Sum_{j=1..n} (-(n-1)! mod n).
; 0,1,2,4,5,5,6,6,6,6,7,7,8,8,8,8,9,9,10,10,10,10,11,11,11,11,11,11,12,12,13,13,13,13,13,13,14,14,14,14,15,15,16,16,16,16,17,17,17,17,17,17,18,18,18,18,18,18,19,19,20,20,20,20,20,20,21,21,21,21,22,22,23,23,23,23,23,23,24,24,24,24,25,25,25,25,25,25,26,26,26,26,26,26,26,26,... | 40.666667 | 733 | 0.606557 |
28b101f3d8259b3df2f20ea1fe544b0e468f00b5 | 351 | asm | Assembly | programs/oeis/061/A061462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/061/A061462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/061/A061462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A061462: The exact power of 2 that divides the n-th Bell number (A000110). Has period 12.
; 1,1,2,1,1,4,1,1,4,1,1,2,1,1,2,1,1,4,1,1,4,1,1,2,1,1,2,1,1,4,1,1,4,1,1,2,1,1,2,1,1,4,1,1,4,1,1,2,1,1,2,1,1,4,1,1,4,1,1,2,1,1,2,1,1,4,1,1,4,1,1,2,1,1,2,1,1,4,1,1,4,1,1,2,1,1,2,1,1,4,1,1,4,1,1,2,1,1,2,1
mov $2,$0
pow $0,2
sub $0... | 35.1 | 201 | 0.564103 |
61dfdd4f71ba404dfef08a57c67758703f0e3f78 | 4,020 | asm | Assembly | thirdparty/ffmpeg/libavcodec/x86/jpeg2000dsp.asm | yashrajsingh1998/ApraPipes1 | ec93095613f4345d6044c7012f2d8c3b99f65f03 | [
"MIT"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | thirdparty/ffmpeg/libavcodec/x86/jpeg2000dsp.asm | yashrajsingh1998/ApraPipes1 | ec93095613f4345d6044c7012f2d8c3b99f65f03 | [
"MIT"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | thirdparty/ffmpeg/libavcodec/x86/jpeg2000dsp.asm | yashrajsingh1998/ApraPipes1 | ec93095613f4345d6044c7012f2d8c3b99f65f03 | [
"MIT"
] | 353 | 2017-05-08T01:33:31.000Z | 2022-03-12T05:57:16.000Z | ;******************************************************************************
;* SIMD-optimized JPEG2000 DSP functions
;* Copyright (c) 2014 Nicolas Bertrand
;* Copyright (c) 2015 James Almer
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute it and/or
;* modify it under the terms ... | 24.363636 | 79 | 0.576119 |
fb0d4bfb4a6257829aacbb0d693520ba994a64c6 | 769 | asm | Assembly | programs/oeis/135/A135036.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/135/A135036.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/135/A135036.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A135036: Sums of the products of n consecutive pairs of numbers.
; 0,6,26,68,140,250,406,616,888,1230,1650,2156,2756,3458,4270,5200,6256,7446,8778,10260,11900,13706,15686,17848,20200,22750,25506,28476,31668,35090,38750,42656,46816,51238,55930,60900,66156,71706,77558,83720,90200,97006,104146,111628,119460,127650,13620... | 69.909091 | 634 | 0.807542 |
c33cf99a3440c21e1865dafe3fc33649c82afbd1 | 378 | asm | Assembly | libsrc/target/fp1100/graphics/getmaxy.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/fp1100/graphics/getmaxy.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/fp1100/graphics/getmaxy.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | INCLUDE "graphics/grafix.inc"
MODULE fp1100_getmaxy
SECTION code_clib
PUBLIC getmaxy
PUBLIC _getmaxy
EXTERN __fp1100_mode
EXTERN __console_h
.getmaxy
._getmaxy
ld hl,199
ld a,(__fp1100_mode)
bit 1,a
ret z
ld a,(__console_h)
add ... | 18 | 30 | 0.537037 |
a14f198b1819fd979640067937f82c04cf647005 | 155 | asm | Assembly | libsrc/_DEVELOPMENT/z80/c/sdcc_ix/z80_inp_fastcall.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/z80/c/sdcc_ix/z80_inp_fastcall.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/z80/c/sdcc_ix/z80_inp_fastcall.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
; uint8_t z80_inp(uint16_t port)
SECTION code_clib
SECTION code_z80
PUBLIC _z80_inp_fastcall
EXTERN asm_z80_inp
defc _z80_inp_fastcall = asm_z80_inp
| 12.916667 | 37 | 0.832258 |
c7c69402cdf00d9ff0b8e95b9a99064951a5f7d9 | 470 | asm | Assembly | programs/oeis/233/A233273.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/233/A233273.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/233/A233273.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A233273: Bisection of A233272: a(n) = A233272(2n+1).
; 2,4,7,8,12,13,15,16,21,22,24,25,28,29,31,32,38,39,41,42,45,46,48,49,53,54,56,57,60,61,63,64,71,72,74,75,78,79,81,82,86,87,89,90,93,94,96,97,102,103,105,106,109,110,112,113,117,118,120,121,124,125,127,128,136,137,139,140,143,144,146,147,151,152,154,155,158,159,161... | 42.727273 | 349 | 0.674468 |
c710662eebff48feaaf694a6cdd535e291f5cc83 | 5,406 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_129_1581.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_129_1581.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_129_1581.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x5998, %r9
nop
nop
nop
nop
cmp $56708, %rdi
and $0xffffffffffffffc0, %r9
vmovaps (%r9), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %r14
nop
nop
nop
nop
cmp $29... | 22.90678 | 386 | 0.652608 |
3769409816b5ca2e53ccb3043dadc01e8d8a5b8c | 520 | asm | Assembly | programs/oeis/082/A082907.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/082/A082907.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/082/A082907.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A082907: A modified Pascal's triangle, read by rows, and modified as follows: binomial(n,j) is replaced by gcd(2^n, binomial(n,j)), i.e., the largest power of 2 dividing binomial(n,j).
; 1,1,1,1,2,1,1,1,1,1,1,4,2,4,1,1,1,2,2,1,1,1,2,1,4,1,2,1,1,1,1,1,1,1,1,1,1,8,4,8,2,8,4,8,1,1,1,4,4,2,2,4,4,1,1,1,2,1,8,2,4,2,8,1,2,1... | 65 | 201 | 0.586538 |
a5b7143357ff102cfcc322a3a02422f8f7eca7be | 537 | asm | Assembly | oeis/193/A193895.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/193/A193895.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/193/A193895.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A193895: Triangular array: the fusion of (p(n,x)) by (q(n,x)), where p(n,x)=sum{(k+1)*x^(n-k) : 0<=k<=n} and q(n,x)=sum{(k+1)*x^k : 0<=k<=n}.
; Submitted by Jamie Morken(w1)
; 1,2,1,6,6,3,12,15,12,6,20,28,27,20,10,30,45,48,42,30,15,42,66,75,72,60,42,21,56,91,108,110,100,81,56,28,72,120,147,156,150,132,105,72,36,90,1... | 24.409091 | 199 | 0.594041 |
0160789f53f926c38df8a16c684d149193de558c | 585 | asm | Assembly | oeis/082/A082067.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/082/A082067.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/082/A082067.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A082067: Smallest prime that divides n and phi(n)=A000010(n), or 1 if n and phi(n) are relatively prime.
; 1,1,1,2,1,2,1,2,3,2,1,2,1,2,1,2,1,2,1,2,3,2,1,2,5,2,3,2,1,2,1,2,1,2,1,2,1,2,3,2,1,2,1,2,3,2,1,2,7,2,1,2,1,2,5,2,3,2,1,2,1,2,3,2,1,2,1,2,1,2,1,2,1,2,5,2,1,2,1,2,3,2,1,2,1,2,1,2,1,2,1,2,3,2,1,2,1,2,3,2
mov $1,1
a... | 45 | 201 | 0.605128 |
fbc06e9726d80e0f692f6073e65667eb6f95e9f7 | 20,641 | asm | Assembly | examples/test_function.asm | clayne/asm2cfg | 4d9089185ec8efb0bf82aa525762f5af84cc0c6d | [
"MIT"
] | 24 | 2021-02-08T17:27:40.000Z | 2022-03-29T11:29:03.000Z | examples/test_function.asm | clayne/asm2cfg | 4d9089185ec8efb0bf82aa525762f5af84cc0c6d | [
"MIT"
] | 23 | 2021-03-02T18:18:18.000Z | 2022-03-27T15:13:04.000Z | examples/test_function.asm | clayne/asm2cfg | 4d9089185ec8efb0bf82aa525762f5af84cc0c6d | [
"MIT"
] | 2 | 2021-11-14T11:14:43.000Z | 2022-01-27T21:54:30.000Z | Dump of assembler code for function test_function:
=> 0x00007ffff7fbf0e0 <+0>: push %rbp
0x00007ffff7fbf0e1 <+1>: push %r15
0x00007ffff7fbf0e3 <+3>: push %r14
0x00007ffff7fbf0e5 <+5>: push %r13
0x00007ffff7fbf0e7 <+7>: push %r12
0x00007ffff7fbf0e9 <+9>: push %rbx
0x00007ffff7fbf0ea <+10>: ... | 58.143662 | 76 | 0.674628 |
03f466512151710834409e019b76779c333700c8 | 52 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=vwum1_minus_vbum2.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_minus_vbum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=vwum1_minus_vbum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | sec
lda {m1}
sbc {m2}
sta {m1}
bcs !+
dec {m1}+1
!:
| 6.5 | 10 | 0.519231 |
9d783fed2addc755dbe010bba1306f285485fc0c | 658 | asm | Assembly | oeis/167/A167056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/167/A167056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/167/A167056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A167056: Numbers n such that 12*n + 7 is prime.
; Submitted by Jamie Morken(s4)
; 0,1,2,3,5,6,8,10,11,12,13,16,17,18,22,23,25,27,30,31,36,38,40,41,43,45,47,50,51,52,53,57,60,61,62,65,67,68,71,73,75,76,80,82,86,87,88,90,93,97,102,106,107,108,110,116,118,120,121,122,123,127,128,130,131,135,138,141,143,145,146,148,152,1... | 31.333333 | 344 | 0.653495 |
97d877daa5c7f110443824e8106c16237ea90077 | 482 | asm | Assembly | programs/oeis/153/A153367.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/153/A153367.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/153/A153367.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A153367: Number of zig-zag paths from top to bottom of a rectangle of width 9 with 2n-1 rows whose color is not that of the top right corner.
; 4,14,50,180,650,2350,8500,30750,111250,402500,1456250,5268750,19062500,68968750,249531250,902812500,3266406250,11817968750,42757812500,154699218750,559707031250,2025039062500... | 26.777778 | 205 | 0.740664 |
7a56d62d0832de162a67b62add857bd7e9c8e2d5 | 1,589 | asm | Assembly | question3.asm | AlexSoldin/CSC2002S-Assignment-5 | cf6933ff2493dac345617b6ddeb6aa802389a95a | [
"MIT"
] | null | null | null | question3.asm | AlexSoldin/CSC2002S-Assignment-5 | cf6933ff2493dac345617b6ddeb6aa802389a95a | [
"MIT"
] | null | null | null | question3.asm | AlexSoldin/CSC2002S-Assignment-5 | cf6933ff2493dac345617b6ddeb6aa802389a95a | [
"MIT"
] | null | null | null | .data
prompt_string1: .asciiz "Enter the first number:\n"
prompt_string2: .asciiz "Enter the second number:\n"
output_stringYes: .asciiz "The two numbers are relatively prime"
output_stringNo: .asciiz "The two numbers are not relatively prime"
.text
main:
li $v0, 4
la $a0, prompt_string1
... | 21.472973 | 68 | 0.480176 |
9e7d52e34915afcabe0c7c2497de2885bcef095d | 1,635 | asm | Assembly | programs/oeis/033/A033113.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033113.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033113.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033113: Base-3 digits are, in order, the first n terms of the periodic sequence with initial period 1,0.
; 1,3,10,30,91,273,820,2460,7381,22143,66430,199290,597871,1793613,5380840,16142520,48427561,145282683,435848050,1307544150,3922632451,11767897353,35303692060,105911076180,317733228541,953199685623,2859599056870,... | 181.666667 | 1,478 | 0.922324 |
c3d12383293c87c8f680b052e5374bdac4f9aabd | 187 | asm | Assembly | externals/skia/third_party/externals/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/gotpcrel.asm | terrajobst/linux-packaging-skiasharp | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | [
"MIT"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | externals/skia/third_party/externals/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/gotpcrel.asm | terrajobst/linux-packaging-skiasharp | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | [
"MIT"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | externals/skia/third_party/externals/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/gotpcrel.asm | terrajobst/linux-packaging-skiasharp | 47dbb2ff9ae01305b190f409ccea00b3b4f0bc79 | [
"MIT"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | var:
mov rax, [var wrt ..got]
mov rax, [var wrt ..gotpcrel] ; should be error/warning?
mov rax, [rel var wrt ..got] ; automatic promotion to GOTPCREL
mov rax, [rel var wrt ..gotpcrel]
| 26.714286 | 63 | 0.679144 |
f65161f1f0621e02f11b5e7f0e4cfeeb542d1f27 | 367 | asm | Assembly | tests/abi/host/abi.asm | jbdelcuv/openenclave | c2e9cfabd788597f283c8dd39edda5837b1b1339 | [
"MIT"
] | 617 | 2019-06-19T22:08:04.000Z | 2022-03-25T09:21:03.000Z | tests/abi/host/abi.asm | jbdelcuv/openenclave | c2e9cfabd788597f283c8dd39edda5837b1b1339 | [
"MIT"
] | 2,545 | 2019-06-18T21:46:10.000Z | 2022-03-31T23:26:51.000Z | tests/abi/host/abi.asm | jbdelcuv/openenclave | c2e9cfabd788597f283c8dd39edda5837b1b1339 | [
"MIT"
] | 292 | 2019-07-02T15:40:35.000Z | 2022-03-27T13:27:10.000Z | ;; Copyright (c) Open Enclave SDK contributors.
;; Licensed under the MIT License.
.CODE
PUBLIC oe_dummy_mmx_add
oe_dummy_mmx_add PROC
pxor mm0, mm0
paddd mm0, mm0
ret
oe_dummy_mmx_add ENDP
PUBLIC oe_dummy_fpu_loads
oe_dummy_fpu_loads PROC
fldz
fldz
fldz
fldz
fldz
fldz
fldz
... | 12.233333 | 47 | 0.702997 |
42bb479b9b4f3f2e2f0131e3e9e5a4fa5322ef52 | 80,567 | asm | Assembly | externals/ffmpeg/libavcodec/x86/vp8dsp.asm | vuece/vuece-libjingle | 3216d495a60d6afbc885a237e077381788288d5e | [
"MIT"
] | null | null | null | externals/ffmpeg/libavcodec/x86/vp8dsp.asm | vuece/vuece-libjingle | 3216d495a60d6afbc885a237e077381788288d5e | [
"MIT"
] | null | null | null | externals/ffmpeg/libavcodec/x86/vp8dsp.asm | vuece/vuece-libjingle | 3216d495a60d6afbc885a237e077381788288d5e | [
"MIT"
] | 1 | 2020-01-20T07:10:26.000Z | 2020-01-20T07:10:26.000Z | ;******************************************************************************
;* VP8 MMXEXT optimizations
;* Copyright (c) 2010 Ronald S. Bultje <rsbultje@gmail.com>
;* Copyright (c) 2010 Jason Garrett-Glaser <darkshikari@gmail.com>
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribut... | 28.75339 | 100 | 0.483821 |
991e37570d5e10af200c0d0c2421510ecbf67c57 | 577 | asm | Assembly | libsrc/msx/svi_gttrig.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/msx/svi_gttrig.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/msx/svi_gttrig.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; Spectravideo SVI specific routines
; by Stefano Bodrato
; MSX emulation layer
;
; GTTRIG
;
;
; $Id: svi_gttrig.asm,v 1.4 2009/06/22 21:44:17 dom Exp $
;
XLIB GTTRIG
LIB svi_slstick
INCLUDE "svi.def"
GTTRIG:
dec a
jp m,getspace
push af
and 1
call svi_slstick
pop bc
dec b
dec b
ld b,$1... | 10.886792 | 57 | 0.637782 |
39191f06b08c740730236dfc49a3dcd2a723202c | 29 | asm | Assembly | src/main/fragment/mos6502-common/_deref_qvoc1=_inc__deref_qvoc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/_deref_qvoc1=_inc__deref_qvoc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/_deref_qvoc1=_inc__deref_qvoc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | inc {c1}
bne !+
inc {c1}+1
!: | 7.25 | 10 | 0.482759 |
14bf789e6e0540e7bae0e43e25a7857148d7750c | 356 | asm | Assembly | oeis/032/A032196.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/032/A032196.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/032/A032196.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A032196: Number of necklaces with 11 black beads and n-11 white beads.
; Submitted by Jamie Morken(s2)
; 1,1,6,26,91,273,728,1768,3978,8398,16796,32066,58786,104006,178296,297160,482885,766935,1193010,1820910,2731365,4032015,5864750,8414640,11920740,16689036,23107896,31666376,42975796
sub $1,$0
sub $1,1
bin $1,10
su... | 29.666667 | 182 | 0.755618 |
61547138e0d6163b6a7f1fa2f8d414acacfda56c | 3,298 | asm | Assembly | decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/sparc64/sub_n.asm | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | 1 | 2019-05-03T20:03:11.000Z | 2019-05-03T20:03:11.000Z | decreasoner.x86/software/relsat-dist/gmp-3.1/mpn/sparc64/sub_n.asm | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | null | null | null | decreasoner.x86/software/relsat-dist/gmp-3.1/mpn/sparc64/sub_n.asm | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | null | null | null | ! SPARC v9 __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and
! store difference in a third limb vector.
! Copyright (C) 1999, 2000 Free Software Foundation, Inc.
! This file is part of the GNU MP Library.
! The GNU MP Library is free software; you can redistribute it and/or modify
! it under the t... | 19.063584 | 84 | 0.62644 |
59e9dceae9d9dce73c4fbd1cf2a4110df2294e02 | 577 | asm | Assembly | oeis/078/A078836.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/078/A078836.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/078/A078836.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A078836: a(n) = n*2^(n-6).
; 6,14,32,72,160,352,768,1664,3584,7680,16384,34816,73728,155648,327680,688128,1441792,3014656,6291456,13107200,27262976,56623104,117440512,243269632,503316480,1040187392,2147483648,4429185024,9126805504,18790481920,38654705664,79456894976,163208757248,335007449088,687194767360,140874927308... | 64.111111 | 498 | 0.842288 |
ab760bc99119e48ca3d025c6f2c0c572de1d5966 | 207 | asm | Assembly | MAS4.asm | Nurglureddo/AssemblerForKai | 54d88944fea3a4c6f4dfa22f3a194205ce80d473 | [
"MIT"
] | null | null | null | MAS4.asm | Nurglureddo/AssemblerForKai | 54d88944fea3a4c6f4dfa22f3a194205ce80d473 | [
"MIT"
] | null | null | null | MAS4.asm | Nurglureddo/AssemblerForKai | 54d88944fea3a4c6f4dfa22f3a194205ce80d473 | [
"MIT"
] | null | null | null | code segment
assume cs:code, ds:code
N: push cs
pop ds
xor ax,ax
xor bx,bx
mov cx,5
M: cmp A[bx],0
jl K
add ax,A[bx]
K: inc bx
inc bx
loop M
mov ax,4c00h
int 21h
A dw 1,-2,-3,-4,5
code ends
end N | 11.5 | 24 | 0.637681 |
b271c86c06a6be735d6108ebae3af9abfe646228 | 153 | asm | Assembly | SystemProg/7-01-IP-03-Baran.asm | samurai-of-honor/my-labs-1 | 111a9302093b1ad6a358560bd926544aa2479d80 | [
"MIT"
] | 1 | 2022-01-30T11:26:23.000Z | 2022-01-30T11:26:23.000Z | SystemProg/7-01-IP-03-Baran.asm | samurai-of-honor/my-labs-1 | 111a9302093b1ad6a358560bd926544aa2479d80 | [
"MIT"
] | 6 | 2022-01-20T16:59:03.000Z | 2022-02-12T22:30:55.000Z | SystemProg/7-01-IP-03-Baran.asm | samurai-of-honor/my-labs-1 | 111a9302093b1ad6a358560bd926544aa2479d80 | [
"MIT"
] | null | null | null | .386
.model flat, stdcall
option casemap :none
include \masm32\include\masm32rt.inc
.data
.code
main:
end main
| 13.909091 | 40 | 0.562092 |
01788fcfcdef12de83e88e1d686897c862528b0c | 8,804 | asm | Assembly | Lab 1/Caden_Verzino_and_Felipe_OrricoScognamiglio_Lab1_challengecode.asm | felipeorrico/ECE375-Assembly | 68438b9b00778d158f7673fee742f1460cee1bb0 | [
"MIT"
] | null | null | null | Lab 1/Caden_Verzino_and_Felipe_OrricoScognamiglio_Lab1_challengecode.asm | felipeorrico/ECE375-Assembly | 68438b9b00778d158f7673fee742f1460cee1bb0 | [
"MIT"
] | null | null | null | Lab 1/Caden_Verzino_and_Felipe_OrricoScognamiglio_Lab1_challengecode.asm | felipeorrico/ECE375-Assembly | 68438b9b00778d158f7673fee742f1460cee1bb0 | [
"MIT"
] | null | null | null | ;***********************************************************
;*
;* BasicBumpBot.asm - V2.0
;*
;* This program contains the neccessary code to enable the
;* the TekBot to behave in the traditional BumpBot fashion.
;* It is written to work with the latest TekBots platform.
;* If you have an earlier version y... | 38.278261 | 75 | 0.552249 |
4b017245dd8fcc35a1eaf5d9982d5676f36a1783 | 768 | asm | Assembly | oeis/321/A321030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/321/A321030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/321/A321030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A321030: Number of integers x such that 1 <= x <= n and gcd(x,n) = gcd(x+4,n) = gcd(x+6,n) = gcd(x+10,n) = gcd(x+12,n) = gcd(x+16,n) = 1.
; Submitted by Jon Maiga
; 1,1,1,2,1,1,1,4,3,1,5,2,7,1,1,8,11,3,13,2,1,5,17,4,5,7,9,2,23,1,25,16,5,11,1,6,31,13,7,4,35,1,37,10,3,17,41,8,7,5,11,14,47,9,5,4,13,23,53,2,55,25,3,32,7,... | 21.333333 | 249 | 0.507813 |
1436bc09b5627741542fe7f33fe3a9d8672cb159 | 1,355 | asm | Assembly | Assignment/a2q2.asm | chintamanand/Embedded-Systems-Project | 8e5651ad699dce8b4c962edb492c910200e00f36 | [
"MIT"
] | null | null | null | Assignment/a2q2.asm | chintamanand/Embedded-Systems-Project | 8e5651ad699dce8b4c962edb492c910200e00f36 | [
"MIT"
] | null | null | null | Assignment/a2q2.asm | chintamanand/Embedded-Systems-Project | 8e5651ad699dce8b4c962edb492c910200e00f36 | [
"MIT"
] | null | null | null | ;ASSIGNMENT 2 QUESTION 2
;WALP TO ADD 2, 8 DIGIT BCD NUMBERS IN THE UNPACKED ASCII
;FORM AVAILABLE IN THE CODE MEMORY, AND STORE THE BCD RESULT IN THE ASCII FORM IN THE RAM
AREA RESET, DATA, READONLY
EXPORT __Vectors
__Vectors
DCD 0x40000000
DCD Reset_Handler
ALIGN
AREA mycode, CODE, READONLY
ENT... | 22.213115 | 151 | 0.663469 |
8d672d2ad0479fe973b52d840f2ddfd0d16bbf5f | 442 | asm | Assembly | moving_data/moving_data.asm | swapravo/AA-and-me | f4d149e259a5c0adbbff2a0fd381f7ec32160592 | [
"MIT"
] | null | null | null | moving_data/moving_data.asm | swapravo/AA-and-me | f4d149e259a5c0adbbff2a0fd381f7ec32160592 | [
"MIT"
] | null | null | null | moving_data/moving_data.asm | swapravo/AA-and-me | f4d149e259a5c0adbbff2a0fd381f7ec32160592 | [
"MIT"
] | null | null | null | global _start
section .text
_start:
; moving literals
mov eax, 0xdeadbeef
; memory address -> register
mov eax, [label1]
; memory -> register
mov eax, label1
; loading effective address of label1
lea eax, [label1]
; swapping values
mov eax, 0xdead
mov ebx, 0xbeef
xchg eax, ebx
; register -> another... | 12.277778 | 38 | 0.69457 |
23d062150402a5a24405cc4cb05c9e6f541bc038 | 4,909 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_160.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_160.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_160.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x290a, %rsi
lea addresses_A_ht+0x867a, %rdi
nop
nop
add $25045, %r14
mov $23, %rcx
rep movsb
nop
nop
nop
nop
nop
add %r8, %r8
lea addresses_UC_ht+0x74a6, %rsi
lea addresses_WC_ht+0x1550a, %rdi
nop... | 43.830357 | 2,999 | 0.661846 |
409a6e4fe5de3dad0b173c1955ba2aeb8b6b3c88 | 418 | asm | Assembly | programs/oeis/176/A176100.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/176/A176100.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/176/A176100.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A176100: Even numbers that are not semiprimes, or, twice the nonprimes.
; 0,2,8,12,16,18,20,24,28,30,32,36,40,42,44,48,50,52,54,56,60,64,66,68,70,72,76,78,80,84,88,90,92,96,98,100,102,104,108,110,112,114,116,120,124,126,128,130,132,136,138,140,144,148,150,152,154,156,160,162,164
mov $1,$0
seq $1,65090 ; Natural numb... | 38 | 207 | 0.696172 |
80a773a454bfb6d0612cb61502aa0136fa01aec5 | 340 | asm | Assembly | pwnlib/shellcraft/templates/thumb/linux/waitpid.asm | zaratec/pwntools | 8793decd1c9b8c822e3db6c27b9cbf6e8cddfeba | [
"MIT"
] | 5 | 2018-05-15T13:00:56.000Z | 2020-02-09T14:29:00.000Z | pwnlib/shellcraft/templates/thumb/linux/waitpid.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/thumb/linux/waitpid.asm | FDlucifer/binjitsu | 999ad632004bfc3e623eead20eb11de98fc1f4dd | [
"MIT"
] | 6 | 2017-09-07T02:31:11.000Z | 2021-07-05T16:59:18.000Z |
<%
from pwnlib.shellcraft.thumb.linux import syscall
%>
<%page args="pid, stat_loc, options"/>
<%docstring>
Invokes the syscall waitpid. See 'man 2 waitpid' for more information.
Arguments:
pid(pid_t): pid
stat_loc(int): stat_loc
options(int): options
</%docstring>
${syscall('SYS_waitpid', pid, ... | 21.25 | 71 | 0.691176 |
2c0b99e5851f23db7ec0f6c186698531b4f29d22 | 1,915 | nasm | Assembly | modules/libc/xopen/xopen.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/libc/xopen/xopen.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/libc/xopen/xopen.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
; xopen.nasm - various routines described by X/Open specification.
;-------------------------------------------------------------------------------
module libc.xopen
%include "rmk.ah"
%include "time.ah"
%include "tm/procmsg.ah"
; Export... | 21.043956 | 80 | 0.581201 |
8459694abbb163353250074bd776568cdbbd55c4 | 212,627 | asm | Assembly | lib/avx512/gcm_vaes_avx512.asm | dalekzhangdong/intel-ipsec-mb | 33323ac995f273cd6a66d0a5df2210331baabb06 | [
"BSD-3-Clause"
] | 1 | 2021-03-15T09:26:31.000Z | 2021-03-15T09:26:31.000Z | lib/avx512/gcm_vaes_avx512.asm | dalekzhangdong/intel-ipsec-mb | 33323ac995f273cd6a66d0a5df2210331baabb06 | [
"BSD-3-Clause"
] | null | null | null | lib/avx512/gcm_vaes_avx512.asm | dalekzhangdong/intel-ipsec-mb | 33323ac995f273cd6a66d0a5df2210331baabb06 | [
"BSD-3-Clause"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2018-2020, Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; * Redistributions of so... | 41.847471 | 137 | 0.495638 |
9daf43df9b861a78ab0eeb2383ba8eb74988dcf2 | 6,013 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_342.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_342.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_342.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 %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x7091, %rsi
lea addresses_WT_ht+0x13d11, %rdi
nop
nop
nop
and $55506, %r11
mov $11, %rcx
rep movsl
nop
cmp $37717, %rax
lea addresses_D_ht+0x1a939, %rsi
lea addresses_UC_ht+0x1e91, %rdi
... | 40.086667 | 2,999 | 0.658407 |
33ffbaa778e7f6cf9e83001e2eabf549f41905c1 | 693 | asm | Assembly | oeis/098/A098248.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098248.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098248.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098248: Chebyshev polynomials S(n,291).
; Submitted by Jamie Morken(s4)
; 1,291,84680,24641589,7170617719,2086625114640,607200737742521,176693328057958971,51417151264128318040,14962214324533282590669,4353952951287921105566639,1266985346610460508437301280,368688381910692720034149105841,1072870521506649710694289524984... | 40.764706 | 499 | 0.8557 |
d9959ffb37884bcb1a2b935a598cd21b96264980 | 1,189 | asm | Assembly | programs/oeis/001/A001160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/001/A001160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/001/A001160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A001160: sigma_5(n), the sum of the 5th powers of the divisors of n.
; 1,33,244,1057,3126,8052,16808,33825,59293,103158,161052,257908,371294,554664,762744,1082401,1419858,1956669,2476100,3304182,4101152,5314716,6436344,8253300,9768751,12252702,14408200,17766056,20511150,25170552,28629152,34636833,39296688,46855314,52... | 56.619048 | 939 | 0.816653 |
76dcfa0a22cb97441ab4300e4546e215622482a0 | 540 | asm | Assembly | src/gfx/Rectangle.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | 1 | 2019-07-21T20:51:38.000Z | 2019-07-21T20:51:38.000Z | src/gfx/Rectangle.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | null | null | null | src/gfx/Rectangle.asm | beckadamtheinventor/BOSos | 42471126eb47517fc1beec15960b72a9cb76601b | [
"BSD-3-Clause"
] | null | null | null | ;@DOES draws a rectangle outline to the back buffer
;@INPUT BC rectangle width
;@INPUT HL rectangle X coordinate
;@INPUT E rectangle Y coordinate
;@INPUT D rectangle height
;@DESTROYS HL,DE,BC,AF
gfx_Rectangle:
.computed:
ld a,(color_primary) ; always use primary color
push bc
push hl
push de
call gfx_HorizLine ... | 21.6 | 52 | 0.755556 |
a4c848ff35cb4130520ffa57ecd2a892080f2c47 | 960 | asm | Assembly | oeis/019/A019551.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/019/A019551.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/019/A019551.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A019551: a(n) is the concatenation of n and 3n.
; Submitted by Jon Maiga
; 13,26,39,412,515,618,721,824,927,1030,1133,1236,1339,1442,1545,1648,1751,1854,1957,2060,2163,2266,2369,2472,2575,2678,2781,2884,2987,3090,3193,3296,3399,34102,35105,36108,37111,38114,39117,40120,41123,42126,43129,44132,45135,46138,47141,48144,... | 26.666667 | 496 | 0.666667 |
305aadadf8782d779e372bb73a19b81de117bf44 | 1,836 | asm | Assembly | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/strcpy.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 10 | 2016-10-27T20:46:02.000Z | 2021-11-01T15:49:13.000Z | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/strcpy.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | null | null | null | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/strcpy.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 2 | 2015-03-11T14:28:08.000Z | 2017-11-02T10:57:57.000Z | #include once <realloc.asm>
; String library
__STRASSIGN: ; Performs a$ = b$ (HL = address of a$; DE = Address of b$)
PROC
LOCAL __STRREALLOC
LOCAL __STRCONTINUE
LOCAL __B_IS_NULL
LOCAL __NOTHING_TO_COPY
ld b, d
ld c, e
ld a, b
or c
jr z, __B_IS_NULL
ex de, hl
ld c, (hl)
inc hl
ld b, (... | 18.927835 | 74 | 0.612745 |
e235fb18dfc087596058a9e06fed5844d27215c8 | 492 | asm | Assembly | programs/oeis/278/A278481.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/278/A278481.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/278/A278481.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A278481: Number of neighbors of the n-th term in a full isosceles triangle read by rows.
; 2,4,4,4,6,4,4,6,6,4,4,6,6,6,4,4,6,6,6,6,4,4,6,6,6,6,6,4,4,6,6,6,6,6,6,4,4,6,6,6,6,6,6,6,4,4,6,6,6,6,6,6,6,6,4,4,6,6,6,6,6,6,6,6,6,4,4,6,6,6,6,6,6,6,6,6,6,4,4,6,6,6,6,6,6,6,6,6,6,6,4
mov $2,$0
mov $3,$0
mov $0,1
add $2,1
lpb $2... | 19.68 | 183 | 0.53252 |
8202d226861cdb87180c64cdd971a03379501d7b | 6,286 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_4k_/i7-7700_9_0x48.log_2759_2006.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_4k_/i7-7700_9_0x48.log_2759_2006.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_4k_/i7-7700_9_0x48.log_2759_2006.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 %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x49dd, %r15
nop
cmp $28871, %r14
movl $0x61626364, (%r15)
nop
nop
nop
nop
and %rax, %rax
lea addresses_normal_ht+0x165dd, %rsi
lea addresses_D_ht+0x1e571, %rdi
nop
add $23629... | 35.314607 | 2,999 | 0.657334 |
ffab8c7cbeff40d42daa60da3cd97ad8b5aed814 | 290 | asm | Assembly | programs/oeis/057/A057077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/057/A057077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/057/A057077.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A057077: Periodic sequence 1,1,-1,-1; expansion of (1+x)/(1+x^2).
; 1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1
bin $0,2
mov $1,-1
pow $1,$0
mov $0,$1
| 36.25 | 181 | 0.465517 |
d924f388c3533370864150065b4097b8cdcd45dd | 606 | asm | Assembly | programs/oeis/263/A263084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/263/A263084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/263/A263084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A263084: a(n) = A263086(n) - A263085(n).
; 1,2,4,6,7,11,13,14,18,22,22,28,29,31,37,41,41,46,48,52,58,62,60,68,71,73,79,83,83,93,95,96,100,104,108,118,120,120,124,132,131,141,141,145,155,157,157,165,169,172,178,184,180,190,196,202,208,210,208,220,221,223,231,237,241,251,251,251,257,267,267,278,278,278,288,294,296,304,... | 37.875 | 364 | 0.655116 |
7a9637c5eb15a247ea72a27817ae3ad0f580013f | 381 | asm | Assembly | libsrc/_DEVELOPMENT/l/z80/integer/l_ltu_bc_de.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/z80/integer/l_ltu_bc_de.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/z80/integer/l_ltu_bc_de.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_l
PUBLIC l_ltu_bc_de
l_ltu_bc_de:
; bc < de ?
; enter : de = unsigned int
; bc = unsigned int
;
; exit : carry set if bc<de, a<0
; z set if bc=de, a=0
; p,nc set if bc>=de, a>=0
; a>0 if bc>de
;
; uses : af
... | 13.607143 | 38 | 0.461942 |
bfd1e59639454ffd96e9f5216e2ccd5850de6be8 | 328 | asm | Assembly | libsrc/stdio/svi/fputc_cons.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/stdio/svi/fputc_cons.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/stdio/svi/fputc_cons.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Spectravideo SVI C Library
;
; Fputc_cons
;
; Stefano Bodrato - Apr. 2000
;
;
; $Id: fputc_cons.asm,v 1.2 2001/04/13 14:14:00 stefano Exp $
;
XLIB fputc_cons
;
; Entry: hl = points to char
;
.fputc_cons
ld hl,2
add hl,sp
ld a,(hl)
cp 13
jr nz,nocrlf
rst $18
ld a,10
.nocrlf
... | 10.933333 | 61 | 0.579268 |
7b579132bc2ce32f7b4a09a71d70f42966362a3d | 3,298 | asm | Assembly | externals/mpir-3.0.0/mpn/x86_64/nehalem/sumdiff_n.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_64/nehalem/sumdiff_n.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | null | null | null | externals/mpir-3.0.0/mpn/x86_64/nehalem/sumdiff_n.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | null | null | null | dnl mpn_sumdiff
dnl Copyright 2011 The Code Cavern
dnl This file is part of the MPIR Library.
dnl The MPIR Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either version 2.1 of the ... | 20.358025 | 79 | 0.623408 |
bdbf16b7a1d3398f16eb4e747e2a24f3956ddc1f | 85 | asm | Assembly | processor/arch/c64/loopBegin.asm | HakierGrzonzo/bfc64 | edd4bea27c08f0a1f868601ae36a1ab1bc099896 | [
"MIT"
] | 1 | 2020-12-18T09:38:46.000Z | 2020-12-18T09:38:46.000Z | processor/arch/c64/loopBegin.asm | HakierGrzonzo/bfc64 | edd4bea27c08f0a1f868601ae36a1ab1bc099896 | [
"MIT"
] | null | null | null | processor/arch/c64/loopBegin.asm | HakierGrzonzo/bfc64 | edd4bea27c08f0a1f868601ae36a1ab1bc099896 | [
"MIT"
] | null | null | null | loopBegin():
lda ($fb),y
cmp #$00
bne label()
jmp loopEnd()
label():
| 12.142857 | 17 | 0.505882 |
da49635ecb6295b090f13be5a71b32af14c65373 | 531 | asm | Assembly | oeis/062/A062873.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062873.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062873.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062873: Nearest integer to arithmetic mean of n! and n^n.
; Submitted by Jamie Morken(s2)
; 1,1,3,17,140,1623,23688,414292,8408768,193891685,5001814400,142675793706,4458289724928,151440666806527,5556047001924608,218947599027613688,9223382498249719808,413620308786882430089,19673207238835121651712,98920988865270699897... | 44.25 | 258 | 0.787194 |
e9aae412f1b1c5fc7219446765e33154d70f9c0a | 3,076 | asm | Assembly | lib/shift.asm | Kylogias/jdh-8 | 3c17c9faee49b18e20818cbf1379ac73e22760e0 | [
"MIT"
] | 1 | 2021-06-17T23:57:03.000Z | 2021-06-17T23:57:03.000Z | lib/shift.asm | alexshcer/jdh-8 | f253853e740bd4bfa83041fbf73568a0d32b1141 | [
"MIT"
] | null | null | null | lib/shift.asm | alexshcer/jdh-8 | f253853e740bd4bfa83041fbf73568a0d32b1141 | [
"MIT"
] | null | null | null | ; SHIFT (LEFT/RIGHT) OPS
; tables generated by the following python code (replace shift op appropriately)
; xs = [(x >> 1) & 0xFF for x in range(0, 256)]
; chunk = lambda xs, n: [xs[i:i+n] for i in range(0, len(xs), n)]
; print('\n'.join(list(map(lambda ys: '@db ' + ', '.join([hex(y) for y in ys]),\
; chunk(xs, 16))... | 42.136986 | 98 | 0.644343 |
7bb2c760fc14e4a4fea0c389c8ee1d653404a00b | 1,223 | asm | Assembly | programs/oeis/207/A207452.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/207/A207452.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/207/A207452.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A207452: Number of n X 7 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 1 and 1 0 1 vertically.
; 42,1764,10710,36456,92610,196812,370734,640080,1034586,1588020,2338182,3326904,4600050,6207516,8203230,10645152,13595274,17119620,21288246,26175240,31858722,38420844,45947790,54529776,64261050,75239892,8756861... | 81.533333 | 1,006 | 0.84955 |
fe3e5ef9a5e9a455f63a9598362da6b59b8c31b4 | 667 | asm | Assembly | oeis/064/A064948.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/064/A064948.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/064/A064948.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A064948: a(n) = Sum_{i|n, j|n} max(i,j).
; Submitted by Jamie Morken(s1)
; 1,7,10,27,16,64,22,83,55,102,34,236,40,140,140,227,52,343,58,372,192,216,70,708,141,254,244,510,88,866,94,579,296,330,296,1241,112,368,348,1104,124,1184,130,786,728,444,142,1908,267,877,452,924,160,1504,456,1506,504,558,178,3116,184,596,990,14... | 30.318182 | 407 | 0.646177 |
f9b8733e2cc408e45f0d277333c6f7a563ea5989 | 55 | asm | Assembly | audio/sfx/cymbal3_1.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | audio/sfx/cymbal3_1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | audio/sfx/cymbal3_1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SFX_Cymbal3_1_Ch7:
noisenote 0, 10, 2, 80
endchannel
| 13.75 | 23 | 0.763636 |
b33722e51cd2ec9e0a48c7a809d4bc6de89837d9 | 975 | asm | Assembly | ASM/src/bunny_hood.asm | Triaphlax/OoT-Randomizer | d6755f8e4b1c6b5d5612e583f8f91fa303f1669b | [
"MIT"
] | 344 | 2018-07-07T07:36:26.000Z | 2022-03-27T22:48:10.000Z | ASM/src/bunny_hood.asm | Triaphlax/OoT-Randomizer | d6755f8e4b1c6b5d5612e583f8f91fa303f1669b | [
"MIT"
] | 1,076 | 2018-07-09T04:01:39.000Z | 2022-03-31T17:18:22.000Z | ASM/src/bunny_hood.asm | Triaphlax/OoT-Randomizer | d6755f8e4b1c6b5d5612e583f8f91fa303f1669b | [
"MIT"
] | 320 | 2018-07-02T01:19:41.000Z | 2022-03-25T01:28:30.000Z | .definelabel PLAYER_WALK_RUN, 0x80398BC0 ; Function called when Link is walking or running
SPEED_MULTIPLIER:
.float 1.0
bunny_hood :
ori t0, r0, 0x04
la t1, GLOBAL_CONTEXT
lw t1, 0x1C44(t1) ; Player in actor instance table
beqz t1, @@return
nop
l.s f22, SPEED_MULT... | 23.780488 | 90 | 0.553846 |
39a92875322d9aea4a99e09b356291775a6b9dc3 | 696 | asm | Assembly | oeis/246/A246884.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/246/A246884.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/246/A246884.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A246884: G.f.: Sum_{n>=0} x^n * Sum_{k=0..n} C(n,k)^2 * x^(4*k).
; Submitted by Christian Krause
; 1,1,1,1,1,2,5,10,17,26,38,59,101,182,326,564,945,1566,2622,4476,7750,13455,23231,39837,68101,116611,200526,346137,598438,1034227,1785400,3080418,5317009,9187567,15893830,27515434,47647774,82513447,142902640,247553410,42... | 46.4 | 496 | 0.771552 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.