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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12fbc7e8c152284021d383037836f1f8b65644d7 | 426 | asm | Assembly | oeis/077/A077828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077828.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077828: Expansion of 1/(1-3*x-3*x^2-3*x^3).
; Submitted by Jamie Morken(s2)
; 1,3,12,48,189,747,2952,11664,46089,182115,719604,2843424,11235429,44395371,175422672,693160416,2738935377,10822555395,42763953564,168976333008,667688525901,2638286437419,10424853888984,41192486556912,162766880649945,643152663287523
mov $2... | 26.625 | 233 | 0.7277 |
82a6a43f63aba21e4a406fca27476aa0572fe29a | 687 | asm | Assembly | oeis/245/A245032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/245/A245032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/245/A245032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A245032: a(n) = 27*(n - 6)^2 + 4*(n - 6)^3 = ((n - 6)^2)*(4*n + 3).
; 108,175,176,135,76,23,0,31,140,351,688,1175,1836,2695,3776,5103,6700,8591,10800,13351,16268,19575,23296,27455,32076,37183,42800,48951,55660,62951,70848,79375,88556,98415,108976,120263,132300,145111,158720,173151,188428,204575,221616,239575,258476,2... | 42.9375 | 498 | 0.733624 |
d298df15fdc363113c73bd3524dc43e066175521 | 3,006 | asm | Assembly | src/menuselection.asm | QuinnPainter/Renegade-Rush | 84f5bf1af0a8fda258e6f963dad411f983923f5a | [
"MIT"
] | 1 | 2021-09-17T08:19:10.000Z | 2021-09-17T08:19:10.000Z | src/menuselection.asm | QuinnPainter/Renegade-Rush | 84f5bf1af0a8fda258e6f963dad411f983923f5a | [
"MIT"
] | 1 | 2020-05-25T11:19:44.000Z | 2020-05-25T11:19:44.000Z | src/menuselection.asm | QuinnPainter/Renegade-Rush | 84f5bf1af0a8fda258e6f963dad411f983923f5a | [
"MIT"
] | null | null | null | INCLUDE "hardware.inc"
INCLUDE "macros.inc"
DEF SELECTION_HEIGHT EQU 8 ; Vertical size of the selection bar, in pixels
SECTION "Menu Selection Vars", WRAM0
AfterSelIntVec:: DS 2 ; The interrupt vector that the LCD int is set to after the last line of the menu selection bar
AfterSelIntLine:: DS 1 ; The LY line the LCD... | 30.06 | 135 | 0.650699 |
44eb5519124ee928c39e62a2ca83a242eb5b3898 | 72,035 | asm | Assembly | U494/Algol/algrt.asm | sboydlns/univacemulators | c630b2497bee9cb9a18b4fa05be9157d7161bca3 | [
"MIT"
] | 2 | 2021-02-09T21:54:54.000Z | 2021-09-04T03:30:50.000Z | U494/Algol/algrt.asm | sboydlns/univacemulators | c630b2497bee9cb9a18b4fa05be9157d7161bca3 | [
"MIT"
] | null | null | null | U494/Algol/algrt.asm | sboydlns/univacemulators | c630b2497bee9cb9a18b4fa05be9157d7161bca3 | [
"MIT"
] | null | null | null | START
.
. UNIVAC 494 ALGOL RUN-TIME LIBRARY
.
. REGISTER USAGE:
. B1 = SUBROUTINE RETURN ADDRESS
. B2 = USER SUBROUTINE RETURN ADDRESS
. B4 = PTR TO TOP OF CURRENT STACK
. B5 = PTR TO LAST ST... | 41.045584 | 98 | 0.296634 |
34b6ed732a7d594e5b5e138434f0eba3c7018481 | 2,103 | asm | Assembly | source/impl/x86_64/boot/main.asm | Imoali/GalacticOS | 0cffc8c5437aa453ce9d937541c07312a41dcd72 | [
"Apache-2.0"
] | 1 | 2021-03-24T14:48:25.000Z | 2021-03-24T14:48:25.000Z | source/impl/x86_64/boot/main.asm | Imoali/GalacticOs | 0cffc8c5437aa453ce9d937541c07312a41dcd72 | [
"Apache-2.0"
] | null | null | null | source/impl/x86_64/boot/main.asm | Imoali/GalacticOs | 0cffc8c5437aa453ce9d937541c07312a41dcd72 | [
"Apache-2.0"
] | null | null | null | global start
extern long_mode_start
section .text
bits 32
start:
mov esp, stack_top
call check_multiboot
call check_cpuid
call check_long_mode
call setup_page_tables
call enable_paging
lgdt [gdt64.pointer]
jmp gdt64.code_segment:long_mode_start
hlt
check_multiboot:
cmp eax,... | 15.463235 | 67 | 0.647171 |
8da7483d0348245df74f89edf084158605857295 | 566 | asm | Assembly | programs/oeis/028/A028913.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/028/A028913.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/028/A028913.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A028913: First differences of A007952.
; 1,2,2,4,2,6,4,8,4,8,6,10,2,18,4,20,6,10,14,18,4,20,18,18,4,26,18,16,8,40,8,30,12,30,16,24,12,44,12,30,30,42,10,26,24,46,14,48,22,38,30,48,12,60,12,52,14,54,52,26,12,66,54,60,10,26,60,60,10,74,30,52,56,64,14,34,50,108,18,60,42,82,50,22,26,94,60,86,22,60,56,42,58,104,18,114,18,3... | 24.608696 | 287 | 0.60424 |
cf4c42e40e5d9bf84a33a066157da84124c24978 | 961 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_array/z80/asm_w_array_erase.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/w_array/z80/asm_w_array_erase.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/w_array/z80/asm_w_array_erase.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Mar 2014
; ===============================================================
;
; size_t w_array_erase(w_array_t *a, size_t idx)
;
; Remove word at array.data[idx] and return index of word
; that follows the one removed.
;
; ============================... | 19.22 | 65 | 0.44641 |
d1ca69a169e4dd4af941f4701790c1c0293ebfbc | 231 | asm | Assembly | libsrc/z80_crt0s/gbz80/sccz80/dstore.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/z80_crt0s/gbz80/sccz80/dstore.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/z80_crt0s/gbz80/sccz80/dstore.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
SECTION code_crt0_sccz80
PUBLIC dstore
EXTERN fa
;--------------
; Copy FA to hl
;--------------
dstore:
ld b,6
dstore_1:
ld a,(de)
ld (hl+),a
inc de
dec b
jr nz,dstore_1
ret ; returns de=fa+6, hl=hl+6
| 11.55 | 38 | 0.528139 |
54af2142d3037ff549c3318c975197f74cdfd70f | 4,532 | asm | Assembly | assembler/tests/t_68rs08/t_68rs08.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_68rs08/t_68rs08.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_68rs08/t_68rs08.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | cpu 68RS08
page 0
add <$0a
add >$0a
lda <$1a
lda >$1a
adc #$55
adc $20
adc ,x
adc x
add #$55
add $20
add $0a
add ,x
add x
and ... | 16.185714 | 25 | 0.292807 |
45a07e0766bd784b3203aa80bcf20244bd8bc848 | 112,771 | asm | Assembly | Appl/Games/Solitaire/solitaireGame.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Games/Solitaire/solitaireGame.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Games/Solitaire/solitaireGame.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Solitaire
FILE: Solitaire.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Jon 9/90 Initial Version
DESCRIPTION... | 23.440241 | 110 | 0.627582 |
7461d2d231bbef2e650281d6a0ebe192df4273e1 | 1,133 | asm | Assembly | programs/oeis/047/A047538.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047538.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047538.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047538: Numbers that are congruent to {0, 1, 4, 7} mod 8.
; 0,1,4,7,8,9,12,15,16,17,20,23,24,25,28,31,32,33,36,39,40,41,44,47,48,49,52,55,56,57,60,63,64,65,68,71,72,73,76,79,80,81,84,87,88,89,92,95,96,97,100,103,104,105,108,111,112,113,116,119,120,121,124,127,128,129,132,135,136,137,140,143,144,145,148,151,152,153,1... | 66.647059 | 945 | 0.703442 |
e1750c300a4f9877640f2ffe9f7ca294e2e9ef6e | 114 | asm | Assembly | libpal/intel_64bit_ms64_masm/vmcall_hyperv.asm | mars-research/pal | 5977394cda8750ff5dcb89c2bf193ec1ef4cd137 | [
"MIT"
] | 26 | 2020-01-06T23:53:17.000Z | 2022-02-01T08:58:21.000Z | libpal/intel_64bit_ms64_masm/vmcall_hyperv.asm | mars-research/pal | 5977394cda8750ff5dcb89c2bf193ec1ef4cd137 | [
"MIT"
] | 30 | 2019-11-13T00:55:22.000Z | 2022-01-06T08:09:35.000Z | libpal/intel_64bit_ms64_masm/vmcall_hyperv.asm | mars-research/pal | 5977394cda8750ff5dcb89c2bf193ec1ef4cd137 | [
"MIT"
] | 14 | 2019-11-15T16:56:22.000Z | 2021-12-22T10:14:17.000Z | .code
pal_execute_vmcall_hyperv proc
vmcall;
mov rax, r8;
ret;
pal_execute_vmcall_hyperv endp
end
| 9.5 | 30 | 0.719298 |
c0da4bfd7ca382d2fb7163401b39af765ce3b028 | 2,828 | asm | Assembly | src/common/ook_driver.asm | electrondave/wgnet | 2a1136877d2243141afa2972287befabebd82124 | [
"Unlicense"
] | null | null | null | src/common/ook_driver.asm | electrondave/wgnet | 2a1136877d2243141afa2972287befabebd82124 | [
"Unlicense"
] | null | null | null | src/common/ook_driver.asm | electrondave/wgnet | 2a1136877d2243141afa2972287befabebd82124 | [
"Unlicense"
] | null | null | null | ;*******************************************************************************
; *
; Filename: ook_driver.asm *
; Date: April 4, 2018 ... | 32.505747 | 80 | 0.492574 |
7fb6a85cfd968861502da29919ee48373c1df905 | 463 | asm | Assembly | programs/oeis/060/A060343.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/060/A060343.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/060/A060343.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A060343: Smallest prime which is the sum of n composite numbers.
; 13,17,23,29,29,37,37,41,47,53,53,59,61,67,71,73,79,83,89,89,97,97,101,107,109,113,127,127,127,131,137,137,149,149,149,157,157,163,167,173,173,179,181,191,191,193,197,211,211,211,223,223,223,227,229,233,239
mul $0,2
add $0,6
mul $0,2
sub $0,1
seq $0,7... | 46.3 | 207 | 0.706263 |
a7068474253e4a1602b06159883c425c0e7e2ed9 | 551 | asm | Assembly | programs/oeis/043/A043622.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/043/A043622.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/043/A043622.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A043622: Numbers n such that base 7 representation has exactly 7 runs.
; 120100,120101,120102,120103,120104,120105,120113,120114,120116,120117,120118,120119,120120,120121,120122,120124,120125,120126,120127,120128,120129,120130,120132,120133,120134,120135,120136
mov $1,$0
add $1,3
mov $2,$0
trn $2,5
mov $3,1
mov $5,4... | 17.774194 | 190 | 0.635209 |
ca924c2c5eeae4dd54ba8195b32ecfb789d89271 | 5,938 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1400.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_1400.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_1400.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x5, %rsi
lea addresses_A_ht+0x9815, %rdi
nop
nop
nop
nop
and $8687, %r8
mov $112, %rcx
rep movsb
nop
nop
cmp %r9, %r9
lea addresses_WT_ht+0x11415, %r12
nop
nop
nop
nop
nop
... | 38.064103 | 2,999 | 0.658134 |
cffbea5de51aacd76226348ef7339af35b5c17df | 254 | asm | Assembly | 06-bootsector-segmentation/try.asm | benediktweihs/os-tutorial | 629db14e01141622fce72e12d17ddb56f0e98312 | [
"BSD-3-Clause"
] | null | null | null | 06-bootsector-segmentation/try.asm | benediktweihs/os-tutorial | 629db14e01141622fce72e12d17ddb56f0e98312 | [
"BSD-3-Clause"
] | null | null | null | 06-bootsector-segmentation/try.asm | benediktweihs/os-tutorial | 629db14e01141622fce72e12d17ddb56f0e98312 | [
"BSD-3-Clause"
] | null | null | null | [org 0x7c00]
mov ah, 0x0e ; output tty
mov al, lenMes
int 0x10
mov al, [text]
begin:
cmp al, lenMes
je end
jmp print
add al, 0x1
print:
int 0x10
end:
jmp $
text:
db "Hallo welt"
lenMes equ $ - text
times 510 - ($ - $$) db 0
dw 0xaa55
| 9.071429 | 25 | 0.614173 |
127ad2fdfb4cfbb9500a0ebe9f6e72726f5c1616 | 1,361 | asm | Assembly | programs/oeis/077/A077262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/077/A077262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/077/A077262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A077262: Second member of the Diophantine pair (m,k) that satisfies 5*(m^2 + m) = k^2 + k; a(n) = k.
; 0,5,14,99,260,1785,4674,32039,83880,574925,1505174,10316619,27009260,185124225,484661514,3321919439,8696898000,59609425685,156059502494,1069647742899,2800374146900,19194049946505,50250675141714,344423251294199,90171... | 75.611111 | 1,126 | 0.880235 |
edb5f16543b7b9e5401dface9abcbfa9e67fb3b9 | 8,127 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1391.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_1391.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_1391.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x113f7, %rax
nop
nop
nop
nop
inc %r12
and $0xffffffffffffffc0, %rax
vmovaps (%rax), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $0, %xmm1, %rbx
nop
nop
nop
nop
sub $4265, %r13... | 34.004184 | 2,999 | 0.657069 |
105930dc3b49cc10f91c0c01db5871b7b0ffe29f | 1,270 | asm | Assembly | General/Sprites/Iwamodoki/Map - Iwamodoki S3.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | af951b39f0ca103a905d7492448ac5245a2e8104 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | General/Sprites/Iwamodoki/Map - Iwamodoki S3.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | af951b39f0ca103a905d7492448ac5245a2e8104 | [
"Apache-2.0"
] | null | null | null | General/Sprites/Iwamodoki/Map - Iwamodoki S3.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | af951b39f0ca103a905d7492448ac5245a2e8104 | [
"Apache-2.0"
] | null | null | null | dc.w word_1614E2-Map_Iwamodoki
dc.w word_1614EA-Map_Iwamodoki
dc.w word_1614FE-Map_Iwamodoki
dc.w word_161512-Map_Iwamodoki
dc.w word_161526-Map_Iwamodoki
dc.w word_16153A-Map_Iwamodoki
dc.w word_16154E-Map_Iwamodoki
dc.w word_161556-Map_Iwamodoki
dc.w word_16155E-Map_Iwamodoki
dc.w word_161566-Map_... | 30.97561 | 36 | 0.538583 |
8c0cbc9c8ffc0a1c3d1bdc93cedcb222c10e9bf1 | 309 | asm | Assembly | src/boot_sect_main.asm | thinkreed/tinyos | 1dbfe7fae0028bdaa3b5c30970bce8716484c949 | [
"MIT"
] | null | null | null | src/boot_sect_main.asm | thinkreed/tinyos | 1dbfe7fae0028bdaa3b5c30970bce8716484c949 | [
"MIT"
] | null | null | null | src/boot_sect_main.asm | thinkreed/tinyos | 1dbfe7fae0028bdaa3b5c30970bce8716484c949 | [
"MIT"
] | null | null | null | [org 0x7c00]
mov bx, HELLO
call print
call print_nl
mov bx, GOODBYE
call print
call print_nl
mov dx, 0x12fe
call print_hex
jmp $
%include "src/boot_sect_print.asm"
%include "src/boot_sect_print_hex.asm"
HELLO:
db 'Hello, World', 0
GOODBYE:
db 'Goodbye', 0
times 510-($-$$) db 0
dw 0xaa55
| 9.967742 | 38 | 0.692557 |
2b4fed312719975f1956966b54b009c0ec2c506c | 2,175 | asm | Assembly | liboled/c/sdcc_iy/font/oled_font8_set_xy.asm | juzzas/oled_demos | fa35027bd379a4fdce0527af67fdaca5b614788e | [
"MIT"
] | 1 | 2021-09-26T15:34:09.000Z | 2021-09-26T15:34:09.000Z | liboled/c/sdcc_iy/font/oled_font8_set_xy.asm | juzzas/oled_demos | fa35027bd379a4fdce0527af67fdaca5b614788e | [
"MIT"
] | null | null | null | liboled/c/sdcc_iy/font/oled_font8_set_xy.asm | juzzas/oled_demos | fa35027bd379a4fdce0527af67fdaca5b614788e | [
"MIT"
] | null | null | null | ; copyright 2021 justin skists
;
; 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, merge, publish, distribute,... | 29 | 120 | 0.637241 |
2410f4434f12ecc4f57a7d8b47136ad663f8dd82 | 11,450 | asm | Assembly | 45/beef/drv/csd/src/update1.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/drv/csd/src/update1.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/drv/csd/src/update1.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;* included in:
;* tandy, ibmcvt
NonStandard FvmGetCur
NonStandard ModeGetCur
NonStandard FInitCsd
NonStandard DoUpdateCsd
;********** FvmGetCur **********
;* entry: DS:DI => driver data
;* * if first time called, identify the current screen and set fvmCur
;* * subsequent calls will return fvmCur
;* * After this ... | 19.243697 | 89 | 0.675459 |
7019c9f1c3a82e8e671490515a0c3a605998e2ec | 208 | asm | Assembly | tests/exec/rep/rep.asm | ykskb/dax86 | d7c90afb4a306f04bd840da2b32faedec01bef93 | [
"MIT"
] | 12 | 2020-09-17T13:33:24.000Z | 2022-03-13T21:48:52.000Z | tests/exec/rep/rep.asm | ykusakabe/dax86 | d7c90afb4a306f04bd840da2b32faedec01bef93 | [
"MIT"
] | 2 | 2020-07-03T03:12:01.000Z | 2021-06-11T00:31:19.000Z | tests/exec/rep/rep.asm | ykusakabe/dax86 | d7c90afb4a306f04bd840da2b32faedec01bef93 | [
"MIT"
] | 5 | 2020-07-04T16:59:29.000Z | 2021-11-26T17:14:07.000Z | ; only for test at moment.
; rep doesn't work with in al, dx (EC) instruction
; todo: replace with supported instructions.
BITS 32
org 0x7c00
mov ecx, 5
mov edx, 0x03f8
rep in al, dx
jmp 0 | 23.111111 | 50 | 0.663462 |
60a893b32eb00618c3b266b8e71ac70aacc1c9f8 | 507 | asm | Assembly | pkgs/tools/yasm/src/modules/objfmts/elf/tests/gas64/elf_gas64_curpos.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/objfmts/elf/tests/gas64/elf_gas64_curpos.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/objfmts/elf/tests/gas64/elf_gas64_curpos.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | .globl bar
.globl foo
.section .bar
bar:
.4byte foo-.
.4byte baz-.
call foo
call baz
foo:
.section .data
baz:
.4byte foo-.
#.4byte .-foo # illegal
.4byte baz-.
.4byte .-baz
.4byte foo+4-. # with constant
.4byte .-baz+foo+4-. # both local and cross-segment (legal)
#.4byte baz+foo+4-.-. # ditto, slightly different - G... | 18.107143 | 77 | 0.658777 |
8b46d221de127e3b57f62462a650f94b8565ccb3 | 620 | asm | Assembly | boot.asm | SuperGod/bootgo | f58843698a26b2c9863c7d927265466d8962d0a5 | [
"MIT"
] | 1 | 2019-09-15T18:48:22.000Z | 2019-09-15T18:48:22.000Z | boot.asm | SuperGod/bootgo | f58843698a26b2c9863c7d927265466d8962d0a5 | [
"MIT"
] | null | null | null | boot.asm | SuperGod/bootgo | f58843698a26b2c9863c7d927265466d8962d0a5 | [
"MIT"
] | 1 | 2019-09-15T12:51:12.000Z | 2019-09-15T12:51:12.000Z | section .data
ALIGNED equ 1<<0
MEMINFO equ 1<<1
VIDEOINFO equ 1<<2
MODETYPE equ 1
WIDTH equ 320
HEIGHT equ 200
DEPTH equ 8
MAGIC equ 0x1BADB002
FLAGS equ ALIGNED|MEMINFO|VIDEOINFO
CHECKSUM equ -(MAGIC + FLAGS)
ZERO equ 0
section .multiboot
align 4
dd MAGIC
dd FLAGS
dd CHECKSUM
dd ZERO
dd... | 12.916667 | 37 | 0.7 |
6c873ed21d0e6d7f8bb490b30c1a6c7daf0ea988 | 586 | asm | Assembly | code_snippets/file/read.asm | smirzaei/systems-programming-class | f63c9ccc5305a26a0388e6cb6b374cb93a17a30c | [
"MIT"
] | null | null | null | code_snippets/file/read.asm | smirzaei/systems-programming-class | f63c9ccc5305a26a0388e6cb6b374cb93a17a30c | [
"MIT"
] | null | null | null | code_snippets/file/read.asm | smirzaei/systems-programming-class | f63c9ccc5305a26a0388e6cb6b374cb93a17a30c | [
"MIT"
] | null | null | null | ; Stack
stk segment
dw 64 dup(?)
stk ends
; Data
dts segment
f_handle dw ?
buffer db 20 dup(?)
dts ends
; Code
cds segment
assume cs:cds,ss:stk,ds:dts
main proc far
; Read file
mov ah,3fh
mov bx,f_handle
mov dx,offset buffer
mov cx,20... | 15.421053 | 77 | 0.546075 |
cafd981d522ba41c43422c8011503a386152224a | 202 | asm | Assembly | program/branch.asm | doowzs/BuggyOS | 4138261de7b25bd13ab7d343f3492a4e26939ae3 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 7 | 2019-01-02T15:30:10.000Z | 2020-12-10T20:15:57.000Z | program/branch.asm | doowzs/BuggyOS | 4138261de7b25bd13ab7d343f3492a4e26939ae3 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | program/branch.asm | doowzs/BuggyOS | 4138261de7b25bd13ab7d343f3492a4e26939ae3 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 4 | 2019-07-18T13:13:01.000Z | 2020-12-14T02:41:34.000Z | xor $v0, $v0, $v0
xor $v1, $v1, $v1
addi $v1, $v1, 5
loop:
addi $v0, $v0, 1
beq $v0, $v1, fin
j loop
fin:
xor $v0, $v0, $v0
loop2:
addi $v0, $v0, 1
bne $v0, $v1, loop2
j fin2
fin2:
xor $v0, $v0, $v0 | 10.631579 | 19 | 0.549505 |
a71461cc7215365989010881011c7c1c975dec94 | 913 | asm | Assembly | oeis/229/A229506.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/229/A229506.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/229/A229506.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A229506: Number of defective 3-colorings of an n X 4 0..2 array connected diagonally and antidiagonally with exactly one mistake, and colors introduced in row-major 0..2 order.
; Submitted by Jon Maiga
; 0,288,4032,50112,575424,6298560,66764736,691581888,7040530368,70711413696,702522486720,6917780251584,6761572310419... | 70.230769 | 493 | 0.852136 |
2600cec31e6ff55c3311ca1d1f586d419a8eb218 | 609,040 | asm | Assembly | kernel.asm | emevans2020/CISC361OSProject4 | 6d9d2010924d5a70e2f7cab7a2f56323bc0c87c0 | [
"MIT-0"
] | null | null | null | kernel.asm | emevans2020/CISC361OSProject4 | 6d9d2010924d5a70e2f7cab7a2f56323bc0c87c0 | [
"MIT-0"
] | null | null | null | kernel.asm | emevans2020/CISC361OSProject4 | 6d9d2010924d5a70e2f7cab7a2f56323bc0c87c0 | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... | 38.451922 | 151 | 0.522255 |
2580fed596e61d676c9f106fb417ccf547411b9f | 628 | asm | Assembly | programs/oeis/071/A071538.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/071/A071538.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/071/A071538.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A071538: Number of twin prime pairs (p, p+2) with p <= n.
; 0,0,1,1,2,2,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8
mov $3,$0
mov $6,$0
lpb $3
mov $0,$6
sub $3,1
sub $... | 24.153846 | 201 | 0.496815 |
6a76988f24ee681743fb2cbb606a757329506778 | 511 | asm | Assembly | programs/oeis/020/A020648.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020648.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020648.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020648: Least positive integer k for which 9^n divides k!.
; 1,6,9,15,18,24,27,30,36,39,45,48,54,54,60,63,69,72,78,81,81,87,90,96,99,105,108,111,117,120,126,129,135,135,141,144,150,153,159,162,162,168,171,177,180,186,189,192,198,201,207,210,216,216,222,225,231,234,240,243,243,246,252,255,261,264,270,270,276,279,285,... | 85.166667 | 373 | 0.72407 |
889061b8c133446a1601eae45515c09a76db04ab | 467 | asm | Assembly | oeis/176/A176732.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/176/A176732.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/176/A176732.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A176732: a(n) = (n+5)*a(n-1) + (n-1)*a(n-2), a(-1)=0, a(0)=1.
; Submitted by Christian Krause
; 1,6,43,356,3333,34754,398959,4996032,67741129,988344062,15434831091,256840738076,4536075689293,84731451264186,1668866557980343,34563571477305464,750867999393119889,17072113130285524982,405423357986250112699,100374586280151... | 29.1875 | 257 | 0.723769 |
326b3fa1041365aff8a62fdaa92e715311078476 | 424 | asm | Assembly | programs/oeis/055/A055555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/055/A055555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/055/A055555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A055555: a(n) = n!*(n!+1)/2.
; 1,1,3,21,300,7260,259560,12703320,812871360,65841128640,6584096534400,796675481078400,114721266640780800,19387894024929830400,3800027228319587865600,855006126362753549184000,218881568348707987666944000,63256773252773762936322048000
seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (or... | 47.111111 | 233 | 0.778302 |
6d95b016ea102fa0e8807ef7b9ed5b4dc44e2f84 | 1,897 | asm | Assembly | programs/oeis/110/A110391.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/110/A110391.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/110/A110391.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A110391: a(n) = L(3*n)/L(n), where L(n) = Lucas number.
; 1,4,6,19,46,124,321,844,2206,5779,15126,39604,103681,271444,710646,1860499,4870846,12752044,33385281,87403804,228826126,599074579,1568397606,4106118244,10749957121,28143753124,73681302246,192900153619,505019158606,1322157322204,3461452808001,9062201101804,2372... | 189.7 | 1,696 | 0.90564 |
40333e7ce04fb73ed85193d5fb8d3a1219513ce1 | 402 | asm | Assembly | programs/oeis/228/A228305.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/228/A228305.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/228/A228305.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A228305: a(1) = 3; for n >= 1, a(2*n) = 2^(n+1), a(2*n+1) = 5*2^(n-1).
; 3,4,5,8,10,16,20,32,40,64,80,128,160,256,320,512,640,1024,1280,2048,2560,4096,5120,8192,10240,16384,20480,32768,40960,65536,81920,131072,163840,262144,327680,524288,655360,1048576,1310720,2097152,2621440,4194304,5242880
mov $2,$0
gcd $2,2
lpb $... | 26.8 | 221 | 0.641791 |
88f763ff55bea3ada87aa8e18b0ba4d9d140e1b0 | 5,769 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1183.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1183.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1183.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rax
lea addresses_WT_ht+0x15801, %r10
nop
nop
nop
nop
nop
sub $60709, %r12
movw $0x6162, (%r10)
nop
nop
nop
nop
sub %r14, %r14
pop %rax
pop %r14
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r14
... | 37.219355 | 2,999 | 0.653146 |
d1be751c44a16f38368d8c7c908515e072d507ef | 117 | asm | Assembly | src/third_party/nasm/test/macroerr.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | src/third_party/nasm/test/macroerr.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | src/third_party/nasm/test/macroerr.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | %include "macroerr.inc"
%macro bluttan 1
mov eax,%1
blej %1
%endmacro
bluttan ptr
blej ptr
dd ptr, ptr
ptr:
| 9 | 23 | 0.675214 |
1bd4f6ecaf9473a0906951eb9127d5b5ddd374d4 | 248 | asm | Assembly | programs/oeis/010/A010684.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010684.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010684.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010684: Period 2: repeat (1,3); offset 0.
; 1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1
mod $0,2
mov $1,3
pow $1,$0
mov $0,$1
| 31 | 163 | 0.524194 |
8cb1add486c411dda98e4f916deb07f7a5a85127 | 1,085 | asm | Assembly | _build/dispatcher/jmp_ippsSHA224GetSize_47fbce84.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsSHA224GetSize_47fbce84.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsSHA224GetSize_47fbce84.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsSHA224GetSize:function
extern n8_ippsSHA224GetSize:function
extern y8_ippsSHA224GetSize:function
extern e9_ippsSHA224GetSize:function
extern l9_ippsSHA224GetSize:function
extern n0_ippsSHA224GetSize:function
extern k0_ippsSHA224GetSize:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:funct... | 27.820513 | 95 | 0.797235 |
83f391238ce72ccc94f87338d37803654efa320b | 8,833 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_880.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_880.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_880.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xd63, %rbx
nop
nop
nop
cmp %r15, %r15
movups (%rbx), %xmm6
vpextrq $1, %xmm6, %r12
nop
nop
nop
nop
nop
dec %r9
lea addresses_A_ht+0x6dcf, %rsi
lea addresses_UC_ht+0x9583, %rdi... | 32.237226 | 2,999 | 0.655723 |
812a1bf73f0acdac953598b7d3789302d24ab791 | 4,165 | asm | Assembly | kernel/system/data.asm | paulscottrobson/eris | cf102530334ed86360deb20f0e41af1e10f5d584 | [
"MIT"
] | 13 | 2020-03-31T08:21:22.000Z | 2021-07-28T20:03:29.000Z | kernel/system/data.asm | paulscottrobson/eris | cf102530334ed86360deb20f0e41af1e10f5d584 | [
"MIT"
] | 37 | 2020-03-31T06:35:37.000Z | 2020-09-17T08:56:48.000Z | kernel/system/data.asm | paulscottrobson/eris | cf102530334ed86360deb20f0e41af1e10f5d584 | [
"MIT"
] | 5 | 2020-05-10T10:23:06.000Z | 2022-01-14T02:21:02.000Z | ; *****************************************************************************
; *****************************************************************************
;
; Name: data.asm
; Purpose: Data Allocation
; Created: 8th March 2020
; Reviewed: 20th March 2020
; Author: Paul Robson (paul@robsons.org.uk)
;
; ****... | 28.724138 | 82 | 0.488595 |
801bac4433f7fe5746a5c731af6bb38076e767c2 | 26,967 | asm | Assembly | build/win64/sha256-x86_64.asm | michaelsproul/blst | 328cfc04cd1e4cdbe8659f6915d6ac4b9b8cf2b9 | [
"Apache-2.0"
] | 1 | 2020-08-04T05:11:44.000Z | 2020-08-04T05:11:44.000Z | build/win64/sha256-x86_64.asm | michaelsproul/blst | 328cfc04cd1e4cdbe8659f6915d6ac4b9b8cf2b9 | [
"Apache-2.0"
] | null | null | null | build/win64/sha256-x86_64.asm | michaelsproul/blst | 328cfc04cd1e4cdbe8659f6915d6ac4b9b8cf2b9 | [
"Apache-2.0"
] | null | null | null | OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
ALIGN 64
K256::
DD 0428a2f98h,071374491h,0b5c0fbcfh,0e9b5dba5h
DD 03956c25bh,059f111f1h,0923f82a4h,0ab1c5ed5h
DD 0d807aa98h,012835b01h,0243185beh,0550c7dc3h
DD 072be5d74h,080deb1feh,09bdc06a7h,0c19bf174h
DD 0e49b69c1h,0efbe4786h,00fc19dc6h,0240ca1cch
DD 02de92c6fh... | 17.1655 | 64 | 0.733267 |
becf327f7bd5193e08c64f6e0b9bb792ef012c0e | 8,544 | asm | Assembly | src/gbscroll.asm | m-worley/remnant | 1c9d97cc61f305949123773df1da386dd4a0a520 | [
"MIT"
] | null | null | null | src/gbscroll.asm | m-worley/remnant | 1c9d97cc61f305949123773df1da386dd4a0a520 | [
"MIT"
] | null | null | null | src/gbscroll.asm | m-worley/remnant | 1c9d97cc61f305949123773df1da386dd4a0a520 | [
"MIT"
] | null | null | null | ; gbscroll.asm
; Main entry point into the demo.
INCLUDE "gbhw.inc" ; standard hardware definitions from devrs.com
INCLUDE "ibmpc1.inc" ; ASCII character set from devrs.com
INCLUDE "sprite.inc" ; specific defs
SPEED EQU $0fff
ASCII_TILES_SIZE EQU 8*256
MOVEMENT_SPEED EQU 1
; create variables
SpriteAttr playerSpri... | 27.921569 | 138 | 0.599251 |
a33ed4861f57773aa2ab375d2e6d11c746db94c1 | 1,834 | asm | Assembly | programs/oeis/088/A088041.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/088/A088041.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/088/A088041.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A088041: Smallest k such that k^4 - 1 is divisible by an n-th power, k > 1.
; 2,3,3,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215,33554431,67108863,134217727,268435455,536870911,1073741823,2147483647,4294967295,8589934591,17179869183,34359... | 96.526316 | 1,612 | 0.891494 |
00009f966bd4e179e0cfef49c435d0d4cd208e9c | 448 | asm | Assembly | oeis/068/A068033.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/068/A068033.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/068/A068033.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A068033: Number of subsets of {1,2,3,...,n} that sum to 0 mod 12.
; Submitted by Christian Krause
; 1,1,1,1,1,3,6,11,22,44,86,172,344,684,1368,2736,5464,10928,21856,43696,87392,174784,349536,699072,1398144,2796224,5592448,11184896,22369664,44739328,89478656,178957056,357914112,715828224,1431655936
lpb $0
mov $2,$0... | 32 | 200 | 0.700893 |
2804337099614f200b3b347440b9fba2a9cb4295 | 251 | asm | Assembly | oeis/252/A252482.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/252/A252482.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/252/A252482.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A252482: Exponents n such that the decimal expansion of the power 12^n contains no zeros.
; Submitted by Jon Maiga
; 0,1,2,3,5,6,8,10,14,20,26
add $0,2
mov $2,20
mov $3,1
lpb $0
add $3,$0
mul $0,$3
div $0,$2
trn $0,1
lpe
mov $0,$3
sub $0,3
| 15.6875 | 91 | 0.633466 |
f2a15eeff25e72ff2c2079fedae2f256a9afb564 | 4,145 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_701.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_701.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_701.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x12181, %rsi
lea addresses_WT_ht+0xdb81, %rdi
nop
nop
nop
nop
nop
xor %rbx, %rbx
mov $24, %rcx
rep movsl
nop
nop
nop
cmp %r15, %r15
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r15
ret
.global s_faulty_l... | 60.955882 | 2,999 | 0.664656 |
3edd0699f3b016e7cefe69d546999ff2e53ef931 | 445 | asm | Assembly | oeis/348/A348407.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/348/A348407.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/348/A348407.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A348407: a(n) = ((n+1)*3*2^(n+1) + 29*2^n + (-1)^n)/9.
; Submitted by Jamie Morken(s2)
; 4,9,21,47,105,231,505,1095,2361,5063,10809,22983,48697,102855,216633,455111,953913,1995207,4165177,8679879,18058809,37515719,77827641,161247687,333680185,689729991,1424199225,2937876935,6054710841,12467335623,25650499129,52732654... | 27.8125 | 247 | 0.698876 |
de227df902e945a9f6acf7b64ef4bbb8bbe9570e | 7,794 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1832.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1832.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1832.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 %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1b3f9, %rsi
sub $11696, %r9
mov (%rsi), %r8w
nop
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_UC_ht+0x9ba2, %r13
clflush (%r13)
nop
nop
add $48160, %rbp
movb $0x61, (%r13)
nop
... | 33.74026 | 2,999 | 0.660765 |
721b746060b9104c60ad4937cffcab879130470c | 560 | asm | Assembly | programs/oeis/013/A013733.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/013/A013733.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/013/A013733.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A013733: a(n) = 3^(3n+2).
; 9,243,6561,177147,4782969,129140163,3486784401,94143178827,2541865828329,68630377364883,1853020188851841,50031545098999707,1350851717672992089,36472996377170786403,984770902183611232881,26588814358957503287787,717897987691852588770249,19383245667680019896796723,523347633027360537213511521,... | 70 | 491 | 0.891071 |
185ebfe3c49062fa2d38bda282cd2e20e47aada9 | 4,072 | asm | Assembly | Z80/tmstests/tmstests.asm | BleuLlama/LlamaVampireDrive | 63f5990f239afaf7a88373041bece0873eb7b67b | [
"MIT"
] | 4 | 2020-12-01T03:34:41.000Z | 2021-07-22T23:26:40.000Z | Z80/tmstests/tmstests.asm | BleuLlama/LlamaVampireDrive | 63f5990f239afaf7a88373041bece0873eb7b67b | [
"MIT"
] | null | null | null | Z80/tmstests/tmstests.asm | BleuLlama/LlamaVampireDrive | 63f5990f239afaf7a88373041bece0873eb7b67b | [
"MIT"
] | null | null | null | ; ASM based tests for TMS stuff
;
; This code is a payload on a BASIC program that will poke it into
; memory at 0xF800, then call USR(0) to trigger it.
;
;
; This code assumes a RC2014 system with:
; - NASCOM BASIC ROM at RUN
; - TMS9918A video card
; - 6850 ACIA at IO 0x80
.include "../Common/hardware.asm"
.inc... | 18.764977 | 80 | 0.620088 |
e42475d943d7eb5b39fc9d19ccf71936d07ef1b2 | 5,251 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1285.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1285.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1285.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x140f, %rsi
lea addresses_WT_ht+0x1d3cf, %rdi
nop
nop
nop
add $44411, %r15
mov $112, %rcx
rep movsq
nop
nop
dec %rbp
pop %rsi
pop %rdi
pop %rcx
pop %rbp
pop %r15
ret
.global s_faulty_load
s_faulty_loa... | 44.5 | 2,999 | 0.653399 |
c287b9b31bfa2cc8efa2450253deea248afa17f9 | 5,798 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i7-7700_9_0x48.log_21829_288.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i7-7700_9_0x48.log_21829_288.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_sm_/i7-7700_9_0x48.log_21829_288.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x12596, %rcx
nop
nop
nop
nop
nop
sub %r10, %r10
mov $0x6162636465666768, %r12
movq %r12, (%rcx)
nop
nop
nop
nop
nop
xor %rdx, %rdx
lea addresses_WC_ht+0x4f16, %r10
nop... | 36.929936 | 2,999 | 0.657986 |
4893243c005444c0d376f8e4295c81e69d4a7722 | 941 | asm | Assembly | _build/dispatcher/jmp_ippsGFpSqrt_8e4dcbca.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpSqrt_8e4dcbca.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpSqrt_8e4dcbca.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpSqrt:function
extern n8_ippsGFpSqrt:function
extern y8_ippsGFpSqrt:function
extern e9_ippsGFpSqrt:function
extern l9_ippsGFpSqrt:function
extern n0_ippsGFpSqrt:function
extern k0_ippsGFpSqrt:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
align 8
dq .Lin_ippsG... | 24.128205 | 71 | 0.766206 |
d9f5ae10330ed28a47de9506050243ef2f8b4b6f | 394 | asm | Assembly | programs/oeis/005/A005666.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/005/A005666.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/005/A005666.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A005666: Tower of Hanoi with 3 pegs and cyclic moves only (counterclockwise).
; 0,2,7,21,59,163,447,1223,3343,9135,24959,68191,186303,508991,1390591,3799167,10379519,28357375,77473791,211662335,578272255,1579869183,4316282879,11792304127,32217174015,88018956287,240472260607,656982433791,1794909388799
add $0,2
seq $0... | 49.25 | 223 | 0.743655 |
5e3c432c3bed3d5e15527e250b090daa5f070f8e | 278 | asm | Assembly | libsrc/msx/msx_blank.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/msx/msx_blank.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/msx/msx_blank.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; MSX specific routines
; by Stefano Bodrato, 30/11/2007
;
; void msx_blank();
;
; Disable screen
;
; $Id: msx_blank.asm,v 1.4 2015/01/19 01:32:57 pauloscustodio Exp $
;
PUBLIC msx_blank
EXTERN msxbios
INCLUDE "msxbios.def"
msx_blank:
ld ix,DISSCR
jp msxbios
| 13.238095 | 67 | 0.683453 |
9cc5e60ac7a6e9ac7c99746c058ace3a8db8b73d | 1,789 | asm | Assembly | macros.asm | kosmospredanie/mips-asm-examples | 7086a7dc9cf87e6544e56223ba30c870acdda3f5 | [
"MIT"
] | null | null | null | macros.asm | kosmospredanie/mips-asm-examples | 7086a7dc9cf87e6544e56223ba30c870acdda3f5 | [
"MIT"
] | null | null | null | macros.asm | kosmospredanie/mips-asm-examples | 7086a7dc9cf87e6544e56223ba30c870acdda3f5 | [
"MIT"
] | null | null | null | # macros.asm
#
# Terminates the program.
#
# @param $val Exit status
.macro exit (%val)
li $a0, %val
li $v0, 17 # Code for syscall: exit2
syscall
.end_macro
# Prints the given integer.
#
# @param %val May be either an immediate value or register name
.macro print_int (%val)
add $a0, $zero, %val
li... | 20.563218 | 77 | 0.663499 |
1405b3735577ec40ef61a9c431d4cf1e638142e9 | 339 | asm | Assembly | ffight/lcs/1p/66.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 | ffight/lcs/1p/66.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/1p/66.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
007CF0 move.w (-$6e0a,A5), ($66,A6) [1p+59]
007CF6 tst.b ($58,A6) [1p+66]
00849A moveq #$0, D5
0084A2 rts [1p+66, container+66, enemy+66]
00A2C6 dbra D0, $a2c0
00A340 clr.w ($66,A4)
00A344 clr.b ($88,A4)
copyright zengfr site:http://github.c... | 28.25 | 54 | 0.654867 |
e28a62366b411ac757973536c79ae33c607c21e7 | 48,882 | asm | Assembly | Win32/Win32.Serotonin/serotonin.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | Win32/Win32.Serotonin/serotonin.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | Win32/Win32.Serotonin/serotonin.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | .486
.model flat
include pe.inc
include cor.inc
include win32api.inc
include useful.inc
include mz.inc
include consts.inc
.data
db ?
extrn ExitProcess:PROC
.code
Start:
;Start of worm's body
pushad
@SEH_SetupFrame <jmp end_seh> ;__try block
call _gdelta ;get delta offset
... | 21.280801 | 86 | 0.679453 |
fee417f902f1f3dfbae446e419bcb920622c6a82 | 270 | asm | Assembly | wof/lcs/enemy/D6.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/enemy/D6.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/enemy/D6.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
001590 lea ($20,A0), A0
0122B6 move.l (A2)+, (A3)+ [enemy+D0, enemy+D2]
0122B8 move.l (A2)+, (A3)+ [enemy+D4, enemy+D6]
01A75E dbra D4, $1a75c
copyright zengfr site:http://github.com/zengfr/romhack
| 30 | 54 | 0.666667 |
3aaeec6137d4b2062238afdeb1df7e42218e54f9 | 440 | asm | Assembly | oeis/256/A256462.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/256/A256462.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/256/A256462.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A256462: Double sum of the product of two binomials with even arguments.
; Submitted by Jon Maiga
; 1,14,238,4092,70070,1192516,20177164,339653880,5692584870,95050101300,1581953021220,26255495764680,434697697648188,7181635051211432,118422830335911640,1949458102569167344,32043155434056810246,525974795270875804308
mul... | 24.444444 | 215 | 0.770455 |
b186de781625991acb55c92e2e67ca5faeab5437 | 1,653 | asm | Assembly | rainbow/rainbow.asm | leonhad/atari | fc960c556d433cea6dc95a6e65b2429397e41c6e | [
"Apache-2.0"
] | null | null | null | rainbow/rainbow.asm | leonhad/atari | fc960c556d433cea6dc95a6e65b2429397e41c6e | [
"Apache-2.0"
] | null | null | null | rainbow/rainbow.asm | leonhad/atari | fc960c556d433cea6dc95a6e65b2429397e41c6e | [
"Apache-2.0"
] | null | null | null | processor 6502
include "vcs.h"
include "macro.h"
seg code
org $F000
Start:
CLEAN_START ; macro to safely clear memory and TIA
; Start a new frame by turning on VBLANK and VSYNC
NextFrame:
lda #2 ; same as binary value %00000010
sta VBLANK ; turn on VBLANK
sta VS... | 27.55 | 66 | 0.606776 |
758fd5f3b5a728e96d393f6a4ce047466d2150ce | 389 | asm | Assembly | 8086/7strop/strcpy.asm | iamvk1437k/mpmc | 3640b29f29b3ffa78747b13b2ca8ac77c49695eb | [
"MIT"
] | 1 | 2022-01-01T11:27:43.000Z | 2022-01-01T11:27:43.000Z | 8086/7strop/strcpy.asm | iamvk1437k/mpmc | 3640b29f29b3ffa78747b13b2ca8ac77c49695eb | [
"MIT"
] | null | null | null | 8086/7strop/strcpy.asm | iamvk1437k/mpmc | 3640b29f29b3ffa78747b13b2ca8ac77c49695eb | [
"MIT"
] | null | null | null | ;String Copy - 8086
.model small
.stack 100h
.data
text1 db 'Hello Welcome'
text2 db 13 dup(?)
count dw 13
.code
begin: mov ax,@data
mov ds,ax
mov es,ax
mov si,offset text1
mov di,offset text2
mov cx,count
cld
rep mo... | 17.681818 | 29 | 0.473008 |
8e5c25dd323f301237a160c73dfba749d088bfa5 | 480 | asm | Assembly | win16/lesson03b.asm | mashingan/notes-asmtutor | 88532e0b364a63cd1e7578a537807795d429fc2f | [
"MIT"
] | 1 | 2021-11-05T06:41:49.000Z | 2021-11-05T06:41:49.000Z | win16/lesson03b.asm | mashingan/notes-asmtutor | 88532e0b364a63cd1e7578a537807795d429fc2f | [
"MIT"
] | null | null | null | win16/lesson03b.asm | mashingan/notes-asmtutor | 88532e0b364a63cd1e7578a537807795d429fc2f | [
"MIT"
] | null | null | null | ;; With kernel interrupt 9, dos already know the end of string when it finds
;; this version is about as before but we put the '$' after the length
;; to utilize dos ah=9 kernel interrupt
org 256
start:
xor cx, cx
mov si, hello
.nextchar:
cmp byte [si], 0
je @f
cmp byte [si], '$'
je @f
i... | 17.777778 | 76 | 0.59375 |
49c435b10dc187118dc52154c7301ff28a200ccd | 422 | asm | Assembly | programs/oeis/037/A037483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/037/A037483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/037/A037483.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A037483: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 1,2.
; 1,8,49,296,1777,10664,63985,383912,2303473,13820840,82925041,497550248,2985301489,17911808936,107470853617,644825121704,3868950730225,23213704381352,139282226288113,835693357728680,5014160146372081
mov $1,6
mo... | 26.375 | 199 | 0.755924 |
5cd366f0489c00ae31e1fab8c6665d870a7ef43c | 541 | asm | Assembly | oeis/057/A057105.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/057/A057105.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/057/A057105.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A057105: Triangle of numbers (when unsigned) related to congruum problem: T(n,k)=k^2+2nk-n^2 with n>k>0 and starting at T(2,1)=1.
; Submitted by Jamie Morken(s4)
; 1,-2,7,-7,4,17,-14,-1,14,31,-23,-8,9,28,49,-34,-17,2,23,46,71,-47,-28,-7,16,41,68,97,-62,-41,-18,7,34,63,94,127,-79,-56,-31,-4,25,56,89,124,161,-98,-73,-4... | 30.055556 | 255 | 0.608133 |
ab43e3124589134cb10387200ba086f19b6edd06 | 2,568 | asm | Assembly | programs/oeis/135/A135400.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/135/A135400.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/135/A135400.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A135400: a(n) = (4*n^4 - 4*n^3 - n^2 + 3*n)/2.
; 1,17,108,382,995,2151,4102,7148,11637,17965,26576,37962,52663,71267,94410,122776,157097,198153,246772,303830,370251,447007,535118,635652,749725,878501,1023192,1185058,1365407,1565595,1787026,2031152,2299473,2593537,2914940,3265326,3646387,4059863,4507542,4991260,551290... | 171.2 | 2,414 | 0.871495 |
e4d7bd8f593666ff9fa9c788d0ba4281fb5853e9 | 83,452 | asm | Assembly | lab02/lab2/boat.asm | ahchu1993/opsys | b3405cdf48e99654b4bbc2bad8b3cd4ce1cbd09f | [
"Xnet",
"X11"
] | null | null | null | lab02/lab2/boat.asm | ahchu1993/opsys | b3405cdf48e99654b4bbc2bad8b3cd4ce1cbd09f | [
"Xnet",
"X11"
] | null | null | null | lab02/lab2/boat.asm | ahchu1993/opsys | b3405cdf48e99654b4bbc2bad8b3cd4ce1cbd09f | [
"Xnet",
"X11"
] | null | null | null |
_boat: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
void CannibalArrives();
void RowBoat();
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: ... | 37.506517 | 81 | 0.440684 |
09ba763aa52b064d6b9e60b2a78cb15a45892bc3 | 532 | asm | Assembly | oeis/175/A175221.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/175/A175221.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/175/A175221.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A175221: a(n) = prime(n) + 4.
; Submitted by Jamie Morken(s3)
; 6,7,9,11,15,17,21,23,27,33,35,41,45,47,51,57,63,65,71,75,77,83,87,93,101,105,107,111,113,117,131,135,141,143,153,155,161,167,171,177,183,185,195,197,201,203,215,227,231,233,237,243,245,255,261,267,273,275,281,285,287,297,311,315,317,321,335,341,351,353,3... | 59.111111 | 374 | 0.706767 |
47e181573e97b988455b27b14773f94775cc9343 | 55 | asm | Assembly | test/assembler/data_label_undefined/data/program.asm | jfitz/virtual-processor | b6aa15e7ed210ab862c9c80bbc7c46859ab50501 | [
"MIT"
] | null | null | null | test/assembler/data_label_undefined/data/program.asm | jfitz/virtual-processor | b6aa15e7ed210ab862c9c80bbc7c46859ab50501 | [
"MIT"
] | null | null | null | test/assembler/data_label_undefined/data/program.asm | jfitz/virtual-processor | b6aa15e7ed210ab862c9c80bbc7c46859ab50501 | [
"MIT"
] | null | null | null | MESSAGE: BYTE 72
MAIN: PUSH BYTE @MESSAGE2
OUT
EXIT
| 9.166667 | 25 | 0.727273 |
abc7cc95b5fbeea6bd8ff2651f39a33112414010 | 552 | asm | Assembly | oeis/017/A017454.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017454.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017454.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017454: a(n) = (11*n + 5)^6.
; 15625,16777216,387420489,3010936384,13841287201,46656000000,128100283921,304006671424,646990183449,1265319018496,2313060765625,4001504141376,6611856250609,10509215371264,16157819263041,24137569000000,35161828327081,50096498540544,69980368892329,96046742518336,129746337890625,1727714657... | 78.857143 | 490 | 0.878623 |
e42ccf6b0d53ce715779dd3c02051dbd81261c93 | 3,757 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1061.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_1061.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_1061.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 %r14
push %rax
push %rbp
push %rdi
push %rdx
// Faulty Load
lea addresses_UC+0x55b1, %r10
nop
nop
nop
cmp $45927, %rdx
vmovups (%r10), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $1, %xmm1, %rbp
lea oracles, %rdx
... | 83.488889 | 2,999 | 0.66436 |
85a96c5906a3ece7f76c7ceb1171559b2f8488ee | 696 | asm | Assembly | asm-tests/extreme-test.asm | TheShoutingParrot/jaz80 | f15b35fda32085857aeabfc78c770414237baa4e | [
"0BSD"
] | null | null | null | asm-tests/extreme-test.asm | TheShoutingParrot/jaz80 | f15b35fda32085857aeabfc78c770414237baa4e | [
"0BSD"
] | null | null | null | asm-tests/extreme-test.asm | TheShoutingParrot/jaz80 | f15b35fda32085857aeabfc78c770414237baa4e | [
"0BSD"
] | null | null | null | org 100h
stackpointer equ AAAAh
nop ; 0x000
ld hl, stackpointer ; 0x001
ld sp, hl ; 0x004
ld hl, 0000h ; 0x005
nop ; 0x008
call test_print ; 0x009
nop ; 0x00C
nop ; 0x00D
nop ; 0x00E
nop ; 0x00F
jp exit ; 0x010
; tests the cp/m bios printing
test_print:
no... | 13.384615 | 53 | 0.600575 |
2d0155071abc0d781ace0515f6a3bd43ebf34093 | 1,918 | asm | Assembly | asm/data.asm | b00lduck/cbmpet-asm | 82c886fec30eb2720caa4b49a09fc1ae3bd9d2df | [
"MIT"
] | null | null | null | asm/data.asm | b00lduck/cbmpet-asm | 82c886fec30eb2720caa4b49a09fc1ae3bd9d2df | [
"MIT"
] | null | null | null | asm/data.asm | b00lduck/cbmpet-asm | 82c886fec30eb2720caa4b49a09fc1ae3bd9d2df | [
"MIT"
] | null | null | null |
data_text: .pc = data_text "Text constants"
hello2:
.text "vintage COMMODORE PET assembly code" .byte 0
hello3:
.text " by Graf Hardt and Dr.Ergo" .byte 0
hello4:
.text " on a COMMODORE PET" .byte 0
text1:
.text "Elapsed time: 00:00.00" .byte 0
text2:
.text " "
.text "b0... | 29.507692 | 195 | 0.563608 |
0c00cb7b3a2043c62bed94106ee82a59a0e5234d | 445 | asm | Assembly | programs/oeis/323/A323170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/323/A323170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/323/A323170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A323170: a(n) = 1 if (2*phi(n)) < n, 0 otherwise, where phi is Euler totient function (A000010).
; 0,0,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1
mov $2,$0
seq $2,1... | 37.083333 | 201 | 0.564045 |
5dec6e70a562548638aa28ca8e5aefd01448627e | 482 | asm | Assembly | basic/17.2byte_div.asm | boa9448/assembly_study | 8416d10b3abce6c3b4b8bd0a11be7d9a05ea486a | [
"MIT"
] | null | null | null | basic/17.2byte_div.asm | boa9448/assembly_study | 8416d10b3abce6c3b4b8bd0a11be7d9a05ea486a | [
"MIT"
] | null | null | null | basic/17.2byte_div.asm | boa9448/assembly_study | 8416d10b3abce6c3b4b8bd0a11be7d9a05ea486a | [
"MIT"
] | null | null | null | %include "io64.inc"
section .text
global CMAIN
CMAIN:
;write your code here
;div param1(2byte) => dx:ax = ax / param1
;param1은 레지스터만 허용된다
;연산결과는 dx와 ax에 저장된다
;몫은 ax, 나머지는 dx에 들어간다
mov ax, 0x5678
mov bx, 0x4567
div bx
PRINT_HEX 2, ax
NEWLINE
PRINT_HEX 2, dx
NEWL... | 16.066667 | 45 | 0.560166 |
b32e8d00c25c577609999c680cb5291eb67478c5 | 64 | asm | Assembly | boot/kernel_entry.asm | crazyxy/tiny-operating-system | e59c1499df43a6685ebdcba62cb4e5fd13323bbf | [
"MIT"
] | null | null | null | boot/kernel_entry.asm | crazyxy/tiny-operating-system | e59c1499df43a6685ebdcba62cb4e5fd13323bbf | [
"MIT"
] | null | null | null | boot/kernel_entry.asm | crazyxy/tiny-operating-system | e59c1499df43a6685ebdcba62cb4e5fd13323bbf | [
"MIT"
] | null | null | null | [bits 32]
[extern kernel_main]
_start:
call kernel_main
jmp $
| 9.142857 | 20 | 0.734375 |
7565abe41178829f0591d65de25193676c57add7 | 2,074 | asm | Assembly | asm/inst_test_i1.asm | yoshiki9636/my-riscv-rv32i | f2a48443051d68c4b5d74b3442226a20ddfe41b0 | [
"MIT"
] | 1 | 2021-08-17T04:29:30.000Z | 2021-08-17T04:29:30.000Z | asm/inst_test_i1.asm | yoshiki9636/my-riscv-rv32i | f2a48443051d68c4b5d74b3442226a20ddfe41b0 | [
"MIT"
] | null | null | null | asm/inst_test_i1.asm | yoshiki9636/my-riscv-rv32i | f2a48443051d68c4b5d74b3442226a20ddfe41b0 | [
"MIT"
] | null | null | null | ;*
;* My RISC-V RV32I CPU
;* Test Code IF/ID Instructions : No.1
;* RV32I code
;* @auther Yoshiki Kurokawa <yoshiki.k963@gmail.com>
;* @copylight 2021 Yoshiki Kurokawa
;* @license https://opensource.org/licenses/MIT MIT license
;* @version 0.1
;*
nop
nop
; clear LED to black
addi x1, x0, 7 ; LED value
lui ... | 20.534653 | 64 | 0.670203 |
1a98c1d8507c35199267f542ca3648eba43696b1 | 614 | asm | Assembly | oeis/238/A238496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/238/A238496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/238/A238496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A238496: Number of prime factors in A052129(n).
; Submitted by Jamie Morken(s2)
; 0,0,1,3,8,17,36,73,149,300,602,1205,2413,4827,9656,19314,38632,77265,154533,309067,618137,1236276,2472554,4945109,9890222,19780446,39560894,79121791,158243585,316487171,632974345,1265948691,2531897387
mov $3,$0
mov $5,$0
lpb $3
mov $... | 21.172414 | 202 | 0.614007 |
da1e9075e174e9fb5657a258c0ccbb475b8587c9 | 225 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_reserve_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_reserve_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_reserve_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int wv_stack_reserve_callee(wv_stack_t *s, size_t n)
SECTION code_clib
SECTION code_adt_wv_stack
PUBLIC _wv_stack_reserve_callee
EXTERN _w_vector_reserve_callee
defc _wv_stack_reserve_callee = _w_vector_reserve_callee
| 18.75 | 56 | 0.871111 |
d0b3f7bd65a3c64f7469963decff46b156b00980 | 795 | asm | Assembly | oeis/142/A142293.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142293.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142293.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142293: Primes congruent to 3 mod 44.
; Submitted by Jon Maiga
; 3,47,179,223,311,443,487,619,751,839,883,971,1103,1279,1367,1499,1543,2027,2203,2423,2467,2687,2731,2819,3083,3259,3347,3391,3919,4007,4051,4139,4271,4447,4799,4931,5107,5503,5591,5987,6163,6427,6691,6779,6823,6911,7043,7219,7307,7351,7703,7879,8011,82... | 37.857143 | 498 | 0.727044 |
220098180341588b6eea160b125c348b2e63de0e | 125 | asm | Assembly | gfx/pokemon/krabby/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/krabby/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/krabby/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 5, 18
frame 0, 06
setrepeat 2
frame 0, 06
frame 1, 04
frame 2, 03
frame 3, 04
frame 4, 03
dorepeat 3
endanim
| 11.363636 | 12 | 0.656 |
29ebccb3f6866d66f78c15568e5d56720cf4d7e9 | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/ツール/tool/cos2/chip/ys_msge0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/ツール/tool/cos2/chip/ys_msge0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/ツール/tool/cos2/chip/ys_msge0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_msge0.asm
Type: file
Size: 151156
Last-Modified: '2016-05-13T04:52:56Z'
SHA-1: 90C3DB48333DC0C943D7FABAC9CD0CF5D69F5B63
Description: null
| 21 | 47 | 0.816327 |
7b250446c716747f1a578bb026fd0c4ad077ad00 | 6,629 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1317.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1317.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1317.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x4409, %rsi
lea addresses_UC_ht+0x1a17d, %rdi
clflush (%rsi)
nop
nop
nop
sub %rbx, %rbx
mov $87, %rcx
rep movsb
sub $10174, %rdi
lea addresses_WT_ht+0x1289b, %rcx
clflush (%rcx)
nop
nop... | 36.027174 | 2,999 | 0.655001 |
fbccde749490f165e1080b044bd631928a8e2f64 | 19,434 | asm | Assembly | drivers/video/ms/vga/disp/8bpp/i386/srccopy.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | drivers/video/ms/vga/disp/8bpp/i386/srccopy.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | drivers/video/ms/vga/disp/8bpp/i386/srccopy.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;---------------------------Module-Header------------------------------;
; Module Name: srccopy.asm
;
; Copyright (c) 1993 Microsoft Corporation
;-----------------------------------------------------------------------;
;-----------------------------------------------------------------------;
; VOID vSrcCopy8bpp... | 30.701422 | 81 | 0.438047 |
57f45ed383d1974933208a80d090e4d752c3570d | 504 | asm | Assembly | oeis/330/A330316.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/330/A330316.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/330/A330316.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A330316: a(n) = r(n)*r(n+1)/4, where r(n) = A004018(n) is the number of ways of writing n as a sum of two squares.
; Submitted by Jon Maiga
; 1,4,0,0,8,0,0,0,4,8,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,8,0,0,0,16,0,0,0,0,0,0,0,0,12,0,0,16,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,8,8,0,0,0,... | 63 | 208 | 0.609127 |
aa92043d14d021d7534699b09c375f95a09fc9ec | 397 | asm | Assembly | oeis/307/A307618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/307/A307618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/307/A307618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A307618: A Calabi-Yau period integral: a(n) = C(4*n,2*n)*C(2*n,n)^3.
; Submitted by Jon Maiga
; 1,48,15120,7392000,4414410000,2956651746048,2133278987583744,1621682968820428800,1281351259836532170000,1043032815185819858400000,869343653096068540955685120,738637974389826550020188712960,637665137404661719206664998969600... | 39.7 | 224 | 0.770781 |
b7fff2df357dfdca5a07a270e267c9a509e8895c | 265 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_copy_vram_to_mem_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_copy_vram_to_mem_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_copy_vram_to_mem_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *sms_copy_vram_to_mem(void *dst, unsigned int n)
SECTION code_clib
SECTION code_crt_common
PUBLIC sms_copy_vram_to_mem_callee
EXTERN asm_sms_copy_vram_to_mem
sms_copy_vram_to_mem_callee:
pop hl
pop bc
ex (sp),hl
jp asm_sms_copy_vram_to_mem
| 15.588235 | 55 | 0.803774 |
f420cbd0d2e81a986b213ab7c48f04a49f38f93c | 1,434 | asm | Assembly | programs/oeis/280/A280014.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/280/A280014.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/280/A280014.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A280014: Numbers n == +- 2 (mod 10) but not n == 2 (mod 6).
; 12,18,22,28,42,48,52,58,72,78,82,88,102,108,112,118,132,138,142,148,162,168,172,178,192,198,202,208,222,228,232,238,252,258,262,268,282,288,292,298,312,318,322,328,342,348,352,358,372,378,382,388,402,408,412,418,432,438,442,448,462,468,472,478,492,498,502,... | 47.8 | 1,107 | 0.70781 |
3f6dd56a1bff5e5e937a28fe093b07277481efdd | 6,150 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca_notsx.log_1806_1963.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca_notsx.log_1806_1963.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca_notsx.log_1806_1963.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 %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1adb4, %r13
nop
dec %r8
mov $0x6162636465666768, %rsi
movq %rsi, (%r13)
nop
dec %r11
lea addresses_WT_ht+0x17db4, %rdx
clflush (%rdx)
nop
sub %r11, %r11
movups (%rdx), %xmm5
... | 38.198758 | 2,999 | 0.657398 |
09e825b65f48645f0fb802ac2c30d76c907306bf | 635 | asm | Assembly | oeis/158/A158522.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158522.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158522.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158522: Dirichlet inverse of number of unitary divisors of n (A034444).
; Submitted by Christian Krause
; 1,-2,-2,2,-2,4,-2,-2,2,4,-2,-4,-2,4,4,2,-2,-4,-2,-4,4,4,-2,4,2,4,-2,-4,-2,-8,-2,-2,4,4,4,4,-2,4,4,4,-2,-8,-2,-4,-4,4,-2,-4,2,-4,4,-4,-2,4,4,4,4,4,-2,8,-2,4,-4,2,4,-8,-2,-4,4,-8,-2,-4,-2,4,-4,-4,4,-8,-2,-4,2,4,-2... | 21.166667 | 252 | 0.472441 |
79322246183c87869edfac5dbdef2e787bc5a0a2 | 49,601 | asm | Assembly | user/grep.asm | Vidhi1109/Modified-XV6 | 691430b9f9be91cb556f138918c1fc0e57bcabdf | [
"MIT-0"
] | null | null | null | user/grep.asm | Vidhi1109/Modified-XV6 | 691430b9f9be91cb556f138918c1fc0e57bcabdf | [
"MIT-0"
] | null | null | null | user/grep.asm | Vidhi1109/Modified-XV6 | 691430b9f9be91cb556f138918c1fc0e57bcabdf | [
"MIT-0"
] | null | null | null |
user/_grep: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <matchstar>:
return 0;
}
// matchstar: search for c*re at beginning of text
int matchstar(int c, char *re, char *text)
{
0: 7179 addi sp,sp,-48
2: f406 sd ra,40(sp)
4: f022 ... | 30.617901 | 61 | 0.459567 |
1f0b3f9636805fd76953b4fdf3c65d119cb94713 | 288 | asm | Assembly | programs/oeis/178/A178671.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/178/A178671.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/178/A178671.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A178671: a(n) = 5^n - 5.
; -4,0,20,120,620,3120,15620,78120,390620,1953120,9765620,48828120,244140620,1220703120,6103515620,30517578120,152587890620,762939453120,3814697265620,19073486328120,95367431640620,476837158203120,2384185791015620,11920928955078120
mov $1,5
pow $1,$0
sub $1,5
| 41.142857 | 231 | 0.805556 |
d75e1e625b46d59302a1397d5de0ed09edd70ae0 | 141 | asm | Assembly | sum.asm | gabrielganzer/EMU8086 | 21fd540c1d7a24962d4000680455e400e4139826 | [
"BSD-2-Clause"
] | 1 | 2021-06-09T18:06:55.000Z | 2021-06-09T18:06:55.000Z | sum.asm | gabrielganzer/EMU8086 | 21fd540c1d7a24962d4000680455e400e4139826 | [
"BSD-2-Clause"
] | null | null | null | sum.asm | gabrielganzer/EMU8086 | 21fd540c1d7a24962d4000680455e400e4139826 | [
"BSD-2-Clause"
] | null | null | null | .MODEL small
.STACK
.DATA
OPD1 DW 10
OPD2 DW 24
RESULT DW ?
.CODE
.STARTUP
MOV AX, OPD1
ADD AX, OPD2
MOV RESULT, AX
.EXIT
END
| 9.4 | 15 | 0.638298 |
49c848d558111cb950f8b2db78a72a06f9d33501 | 411 | asm | Assembly | oeis/034/A034275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/034/A034275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/034/A034275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A034275: a(n)=f(n,n-2) where f is given in A034261.
; Submitted by Christian Krause
; 1,3,14,65,294,1302,5676,24453,104390,442442,1864356,7818538,32657884,135950700,564306840,2336457645,9652643910,39800950530,163830074100,673327275390,2763494696820,11327881630260,46381659765480,189711966348450,775232392541724
mov $1... | 27.4 | 226 | 0.756691 |
8e60d2bd2cef8f515e5feb4ec21a22d993a8af9d | 654 | asm | Assembly | oeis/241/A241030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/241/A241030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/241/A241030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A241030: Sum of n-th powers of divisors of 26.
; Submitted by Jon Maiga
; 4,42,850,19782,485554,12252702,313742650,8094558822,209642795554,5440108178862,141304954146250,3672136647383862,95452254746808754,2481455748310337022,64513912079682866650,1677310528178740048902,43609408316038057305154,1133835965801070107023182,... | 50.307692 | 500 | 0.868502 |
f257c8ce3f75f5cc3da98ad57fb2a9f4b95c4c41 | 679 | asm | Assembly | oeis/062/A062262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062262: Fifth (unsigned) column sequence of triangle A062140 (generalized a=4 Laguerre).
; Submitted by Christian Krause
; 1,45,1350,34650,831600,19459440,454053600,10702692000,256864608000,6307453152000,158947819430400,4118193503424000,109818493424640000,3015784780968960000,85303626661693440000,24851789900773355520... | 48.5 | 471 | 0.863034 |
4d9f70441c72d76a2304292529cba701dc6d2a5d | 120 | asm | Assembly | libsrc/video/krt/graphics/__krt_pointxy.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/video/krt/graphics/__krt_pointxy.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/video/krt/graphics/__krt_pointxy.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
SECTION code_clib
PUBLIC __krt_pointxy
.__krt_pointxy
defc NEEDpoint = 1
INCLUDE "pixel_krt.inc"
| 13.333333 | 27 | 0.675 |
f1f0298dc47b6d64bfd1f82f0a39601a9dcb832a | 5,833 | asm | Assembly | expansion/bank_0.asm | Lrs121/dwrandomizer | 7265d0028462fff7ed4b8678c0eaaed496231b3c | [
"MIT"
] | null | null | null | expansion/bank_0.asm | Lrs121/dwrandomizer | 7265d0028462fff7ed4b8678c0eaaed496231b3c | [
"MIT"
] | null | null | null | expansion/bank_0.asm | Lrs121/dwrandomizer | 7265d0028462fff7ed4b8678c0eaaed496231b3c | [
"MIT"
] | null | null | null |
FILLVALUE $ff
CURRENT_TILE EQU $E0
SELECTED_ITEM EQU $D7
ITEMS EQU $C1
.db "NES", $1a
.db 8 ; PRG ROM banks
.db 2 ; CHR ROM banks
.db $12
.db $00
.db $00
.db $00
.db $00
.db 0,0,0,0,0
PPUCTRL EQU $2000
PPUMASK EQU $2001
PPUSTATUS EQU $2002
PPUSCROLL EQU $2005
PPUADDR EQU $2006
PPUDATA EQU $... | 30.380208 | 35 | 0.576719 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.