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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
01f015bc5275b5439500ed52d3f01e0671ecbce1 | 753 | asm | Assembly | books_and_notes/professional_courses/operating_system/sources/extra_books/Orange'S:自己动手写操作系统光盘源代码/chapter7/n/kernel/syscall.asm | gxw1/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 640 | 2019-03-30T11:32:43.000Z | 2022-03-31T14:05:18.000Z | books_and_notes/professional_courses/operating_system/sources/extra_books/Orange'S:自己动手写操作系统光盘源代码/chapter7/n/kernel/syscall.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 6 | 2019-07-22T01:57:24.000Z | 2022-01-20T15:03:16.000Z | books_and_notes/professional_courses/operating_system/sources/extra_books/Orange'S:自己动手写操作系统光盘源代码/chapter7/n/kernel/syscall.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z |
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; syscall.asm
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
; Forrest Yu, 2005
; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++... | 27.888889 | 72 | 0.278884 |
48f0242e051d09b489f5a5c507175ab12016c59b | 93 | asm | Assembly | mpmclab/week 1/apj4.asm | apurvjain9999/Microprocessor-8085 | 230f2f0715c4d5f17734a684f66d99dd35dd0cbe | [
"Apache-2.0"
] | null | null | null | mpmclab/week 1/apj4.asm | apurvjain9999/Microprocessor-8085 | 230f2f0715c4d5f17734a684f66d99dd35dd0cbe | [
"Apache-2.0"
] | null | null | null | mpmclab/week 1/apj4.asm | apurvjain9999/Microprocessor-8085 | 230f2f0715c4d5f17734a684f66d99dd35dd0cbe | [
"Apache-2.0"
] | null | null | null | LDA 5000H
MOV B,A
LDA 5002H
;ADD B
STA 5004H
LDA 5001H
MOV C,A
LDA 5003H
ADC C
;STA 5005H
hlt | 8.454545 | 10 | 0.741935 |
4de95054df1a49cca8ab265a4595b7f036961d61 | 754 | asm | Assembly | oeis/309/A309761.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/309/A309761.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/309/A309761.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A309761: Numbers that are sums of consecutive powers of 10.
; Submitted by Jon Maiga
; 1,10,11,100,110,111,1000,1100,1110,1111,10000,11000,11100,11110,11111,100000,110000,111000,111100,111110,111111,1000000,1100000,1110000,1111000,1111100,1111110,1111111,10000000,11000000,11100000,11110000,11111000,11111100,11111110,... | 94.25 | 501 | 0.810345 |
3eea1f4bf7d86654a56efc0d643ee0e2837a3a18 | 1,233 | asm | Assembly | programs/oeis/118/A118729.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/118/A118729.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/118/A118729.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A118729: Infinite square array which contains the 8 numbers 4*r^2 - 3*r, 4*r^2 - 2*r, ..., 4*r^2 + 4*r in row r.
; 0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,8,10,12,14,16,18,20,22,24,27,30,33,36,39,42,45,48,52,56,60,64,68,72,76,80,85,90,95,100,105,110,115,120,126,132,138,144,150,156,162,168,175,182,189,196,203,210,217,224,232,24... | 123.3 | 1,062 | 0.737226 |
c9a93a2a38744be23fa6862c3dace2d9235b06c6 | 116 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2uchar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2uchar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2uchar.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC ___fs2uchar
EXTERN cm48_sdccixp_ds2uchar
defc ___fs2uchar = cm48_sdccixp_ds2uchar
| 12.888889 | 40 | 0.87069 |
59c43bd6e98146b509a992bb21b368426aba7b98 | 489 | asm | Assembly | Examples/ch10/Fibon.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch10/Fibon.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch10/Fibon.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | TITLE Fibonacci Numbers (Finbon.asm)
; This program shows how use the WHILE directive
; to generate doubleword variables containing
; all Fibonacci numbers less than a given limit.
; Last update: 10/14/01
INCLUDE Irvine32.inc
.data
val1 = 1
val2 = 1
DWORD val1 ; first two values
DWORD val2
... | 15.774194 | 49 | 0.676892 |
2102e3dd2556697a6e40670c905a943d6cd43d2c | 32,513 | asm | Assembly | src/sprite_minotauro_inf.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | 67 | 2017-10-07T18:48:05.000Z | 2022-02-01T20:37:40.000Z | src/sprite_minotauro_inf.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | null | null | null | src/sprite_minotauro_inf.asm | fjpena/sword-of-ianna-zx | fdd6bdb5775933756e75402a7c6be80d5334702d | [
"Apache-2.0"
] | 9 | 2017-10-06T21:02:55.000Z | 2022-01-06T03:11:58.000Z | ; ASM source file created by SevenuP v1.21
; SevenuP (C) Copyright 2002-2007 by Jaime Tejedor Gomez, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Frames: 6
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Interleave: Sprite
;M... | 21.139792 | 72 | 0.494756 |
56ba1a4201872df248cac0577fd56f13a9abe0b7 | 850 | asm | Assembly | project4.asm | sekranmert/Assembly-projects | 7c76b84a4a94a781bae84e9c39c36a244f35e668 | [
"MIT"
] | 1 | 2021-09-05T08:07:58.000Z | 2021-09-05T08:07:58.000Z | project4.asm | sekranmert/Assembly-projects | 7c76b84a4a94a781bae84e9c39c36a244f35e668 | [
"MIT"
] | null | null | null | project4.asm | sekranmert/Assembly-projects | 7c76b84a4a94a781bae84e9c39c36a244f35e668 | [
"MIT"
] | null | null | null | #this project prints every prime till the given number
.data
enter: .asciiz "\n"
.text
main:
addi $s0, $zero, 1 # current int
addi $t0, $zero, 1 # counter
addi $s1, $zero, 10 # count
loop:
addi $s0, $s0, 1
jal test_prime
beq $v1, $zero, loop
... | 15.178571 | 55 | 0.44 |
8f7c55a92586fba50557c3977e00539d9c47ca4c | 5,680 | asm | Assembly | Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_526.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_526.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_526.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 %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xde32, %rsi
lea addresses_normal_ht+0x1e632, %rdi
clflush (%rdi)
nop
nop
nop
nop
sub $59824, %r14
mov $84, %rcx
rep movsq
nop
nop
sub $46833, %rbp
lea addresses_normal_ht+0x131b2, %r15... | 40.571429 | 2,999 | 0.659155 |
afc63d3fab0ff77f98ee0714ff1687d5451a8d4f | 465 | asm | Assembly | projects/dxilconv/test/dxbc2dxil-asm/indexabletemp4.asm | seanbaxter/DirectXShaderCompiler | 6d02c8d43ff3fdeb9963acaf3af00c62aaa01f44 | [
"NCSA"
] | null | null | null | projects/dxilconv/test/dxbc2dxil-asm/indexabletemp4.asm | seanbaxter/DirectXShaderCompiler | 6d02c8d43ff3fdeb9963acaf3af00c62aaa01f44 | [
"NCSA"
] | null | null | null | projects/dxilconv/test/dxbc2dxil-asm/indexabletemp4.asm | seanbaxter/DirectXShaderCompiler | 6d02c8d43ff3fdeb9963acaf3af00c62aaa01f44 | [
"NCSA"
] | null | null | null | /*// RUN: %testasm %s /Fo %t.dxbc*/
// RUN: %dxbc2dxil %t.dxbc /emit-llvm37 /o %t.ll.converted
// RUN: fc %b.ref %t.ll.converted
ps_5_0
dcl_globalFlags refactoringAllowed
dcl_constantbuffer cb0[12], dynamicIndexed
dcl_input_ps constant v1.x
dcl_input_ps constant v1.y
dcl_output o0.x
dcl_temps 1
dcl_indexableTemp x0[4]... | 23.25 | 58 | 0.690323 |
bb59317b680c07320524f2904ade2bf3b9b5d955 | 386 | asm | Assembly | oeis/320/A320508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/320/A320508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/320/A320508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A320508: T(n,k) = binomial(n - k - 1, k), 0 <= k < n, and T(n,n) = (-1)^n, triangle read by rows.
; Submitted by Christian Krause
; 1,1,-1,1,0,1,1,1,0,-1,1,2,0,0,1,1,3,1,0,0,-1,1,4,3,0,0,0,1,1,5,6,1,0,0,0,-1,1,6,10,4,0,0,0,0,1,1,7,15,10,1,0,0,0,0,-1,1,8,21,20,5,0,0,0,0,0,1,1,9,28,35,15,1,0,0,0,0,0,-1,1,10,36
lpb $0
... | 29.692308 | 179 | 0.531088 |
16996e4f918c137982d33f7785fbe50b00842747 | 148 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/sqrt_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/sqrt_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/sqrt_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC _sqrt_fastcall
EXTERN cm48_sdccix_sqrt_fastcall
defc _sqrt_fastcall = cm48_sdccix_sqrt_fastcall
| 14.8 | 47 | 0.885135 |
185aaad90bf9804a7d3c70e1c90703d82167b30b | 6,139 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1775.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1775.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1775.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 %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x6d5, %rsi
lea addresses_A_ht+0x10ed5, %rdi
clflush (%rsi)
nop
nop
nop
add $835, %r15
mov $78, %rcx
rep movsq
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_UC_ht+0x1ea95, %rsi
lea address... | 38.36875 | 2,999 | 0.655481 |
ecc715e3f0631977c3fe5e555156ddb527599786 | 6,611 | asm | Assembly | week_7/dataset/Assembly/056578.asm | Dumebi35/DumebiCSC102 | 56985f4852bc01c94dce2ee368c9612ad368f619 | [
"MIT"
] | null | null | null | week_7/dataset/Assembly/056578.asm | Dumebi35/DumebiCSC102 | 56985f4852bc01c94dce2ee368c9612ad368f619 | [
"MIT"
] | null | null | null | week_7/dataset/Assembly/056578.asm | Dumebi35/DumebiCSC102 | 56985f4852bc01c94dce2ee368c9612ad368f619 | [
"MIT"
] | null | null | null | Title Bitmap Display Program (bitmap.asm)
; by Diego Escala, 5/98
; Used by Permission.
; The following procedures will load a Windows type BMP file
; and display it on the screen. ShowBMP calls the necessary
; procedures in the right order. When it's called, DS:DX must
; point to an ASCIIZ stri... | 31.480952 | 79 | 0.581304 |
51376a671b8ae3f051a59d6490d4d7359a7abf02 | 610 | asm | Assembly | oeis/083/A083304.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083304.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083304.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083304: a(n) = (4*(n+5)^n + n^n)/5.
; Submitted by Jon Maiga
; 1,5,40,415,5300,80625,1426580,28830155,655940020,16606321525,463320312500,14130811169655,467881009873460,16718946913855385,641427749991418900,26301978778076171875,1148144301008330172980,53165410387944813874845,2603190009531257935755380,134395307859152185... | 46.923077 | 468 | 0.845902 |
168d5eae635b753c8e9528dc405bb0cf03131561 | 682 | asm | Assembly | libsrc/sprites/software/sp1/spectrum/collision/SP1IsPtInRect.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/sprites/software/sp1/spectrum/collision/SP1IsPtInRect.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/sprites/software/sp1/spectrum/collision/SP1IsPtInRect.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; SP1IsPtInRect
; 05.2006 aralbrec, Sprite Pack v3.0
; sinclair spectrum version
; uses rectangles library
SECTION code_sprite_sp1
PUBLIC SP1IsPtInRect
EXTERN RIsPtInRect8
; Determines if a pixel coordinate lies within an 8-bit
; rectangle described using character coordinates. The
; pixel coordinate is divided by ... | 19.485714 | 57 | 0.683284 |
ac195e1274ac044145a46646e6810b0ce42c9a06 | 419 | asm | Assembly | oeis/028/A028144.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028144.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028144.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028144: Expansion of 1/((1-4x)(1-6x)(1-11x)(1-12x)).
; Submitted by Christian Krause
; 1,33,703,12333,194239,2860821,40291111,549874221,7333588207,96118840389,1242878986999,15899609772189,201637495269055,2538952949123637,31780003009949767,395799688351994637
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1... | 24.647059 | 172 | 0.689737 |
4b2b7441ca4b60590abd1d206bd487002c268435 | 703 | asm | Assembly | programs/oeis/124/A124669.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/124/A124669.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/124/A124669.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A124669: Product of successive primes minus 2.
; 4,13,33,75,141,219,321,435,665,897,1145,1515,1761,2019,2489,3125,3597,4085,4755,5181,5765,6555,7385,8631,9795,10401,11019,11661,12315,14349,16635,17945,19041,20709,22497,23705,25589,27219,28889,30965,32397,34569,36861,38019,39201,41987,47051,50619,51981,53355,55685,575... | 100.428571 | 596 | 0.805121 |
b649e4b968203f38be05537be1a350fe35eb78ad | 3,730 | asm | Assembly | bootloader/x86_64/vesa.asm | ticki/redox | e7eb3a8924fa7271b466e7ecceedaba4ea48d7cf | [
"MIT"
] | 1 | 2016-12-10T05:50:55.000Z | 2016-12-10T05:50:55.000Z | bootloader/x86_64/vesa.asm | Ticki/redox | e7eb3a8924fa7271b466e7ecceedaba4ea48d7cf | [
"MIT"
] | null | null | null | bootloader/x86_64/vesa.asm | Ticki/redox | e7eb3a8924fa7271b466e7ecceedaba4ea48d7cf | [
"MIT"
] | null | null | null | %include "vesa.inc"
SECTION .text
USE16
vesa:
.getcardinfo:
mov ax, 0x4F00
mov di, VBECardInfo
int 0x10
cmp ax, 0x4F
je .findmode
mov eax, 1
ret
.resetlist:
;if needed, reset mins/maxes/stuff
xor cx, cx
mov [.minx], cx
mov [.miny], cx
mov [config.xres], cx
mov [confi... | 17.932692 | 91 | 0.590617 |
ec591e5146ab1e99770804687aaec7f7f867e8a6 | 245 | asm | Assembly | data/mapHeaders/SilphCo9F.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/SilphCo9F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/SilphCo9F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SilphCo9F_h:
db FACILITY ; tileset
db SILPH_CO_9F_HEIGHT, SILPH_CO_9F_WIDTH ; dimensions (y, x)
dw SilphCo9F_Blocks ; blocks
dw SilphCo9F_TextPointers ; texts
dw SilphCo9F_Script ; scripts
db 0 ; connections
dw SilphCo9F_Object ; objects
| 27.222222 | 61 | 0.791837 |
f98ab03fedc2c165af93ae1c0fb661ca13eaad30 | 3,915 | asm | Assembly | non_regression/comm_sparc.s.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | 1 | 2021-02-28T21:31:18.000Z | 2021-02-28T21:31:18.000Z | non_regression/comm_sparc.s.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | non_regression/comm_sparc.s.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | .file "l2.c"
.common b,4,4
# ----------------------
.section ".data"
.align 4
.globl c
.type c, #object
c:
.long 1
.size c, 4
# ----------------------
.common v,4,4
# ----------------------
.common O,36,4
# ----------------------
.common j,4,4
# ----------------------
.align 4
.globl s
.type s, #obj... | 15.914634 | 29 | 0.45696 |
d585113f547a6b58f3d51c259da3d578f7c9e3e6 | 4,115 | asm | Assembly | lib/chibiakumas/SrcALL/Multiplatform_SinCos16.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | lib/chibiakumas/SrcALL/Multiplatform_SinCos16.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | lib/chibiakumas/SrcALL/Multiplatform_SinCos16.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | Sin_A_Times_D:
bit 7,d
jr z,Sin_A_Times_D_DNotNegative
ld h,a
ld a,e
cpl
ld e,a
ld a,d
cpl
ld d,a
inc de
ld a,h
call Sin_A_Times_D_DNotNegative
;ld a,h
;neg
;ld h,a
jp NegHLDE
; ret
Sin_A_Times_D_DNotNegative:
ifdef UseSmallAngleApprox
ld h,a
and %11111110
cp &0
... | 20.472637 | 192 | 0.572296 |
ab2101c85b766f887afa643cc0530ba285c81292 | 628 | asm | Assembly | libsrc/graphics/gal/pixel_MODE1.asm | rjcorrig/z88dk | c49c26bb232c17ea5a45d21bb81b6343572b7f4c | [
"ClArtistic"
] | null | null | null | libsrc/graphics/gal/pixel_MODE1.asm | rjcorrig/z88dk | c49c26bb232c17ea5a45d21bb81b6343572b7f4c | [
"ClArtistic"
] | null | null | null | libsrc/graphics/gal/pixel_MODE1.asm | rjcorrig/z88dk | c49c26bb232c17ea5a45d21bb81b6343572b7f4c | [
"ClArtistic"
] | null | null | null |
EXTERN pixeladdress
INCLUDE "graphics/grafix.inc"
; Generic code to handle the pixel commands
; Define NEEDxxx before including
ld a,l
cp 208
ret nc
push bc ;Save callers value
call pixeladdress ;hl = address, a = pixel number
ld b,a
ld a,1
jr z, rotated ; pixel is at bit 0...
.plot_position
rl... | 13.083333 | 51 | 0.678344 |
ef3d61afde8f4acaf7150d749ea881e815bec574 | 538 | asm | Assembly | oeis/057/A057145.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/057/A057145.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/057/A057145.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A057145: Square array of polygonal numbers T(n,k) = ((n-2)*k^2 - (n-4)*k)/2, n >= 2, k >= 1, read by antidiagonals upwards.
; Submitted by Jon Maiga
; 1,1,2,1,3,3,1,4,6,4,1,5,9,10,5,1,6,12,16,15,6,1,7,15,22,25,21,7,1,8,18,28,35,36,28,8,1,9,21,34,45,51,49,36,9,1,10,24,40,55,66,70,64,45,10,1,11,27,46,65,81,91,92,81,55,... | 33.625 | 284 | 0.615242 |
ded1de1e5e5e467dcf71783e409ac0580d4d1181 | 1,658 | asm | Assembly | lib/slow16by16Mul/lib.asm | Turboxray/VDC_display_latch_test | 62407db24c2707be7bfc7a94f0f2c55e852afc60 | [
"MIT"
] | null | null | null | lib/slow16by16Mul/lib.asm | Turboxray/VDC_display_latch_test | 62407db24c2707be7bfc7a94f0f2c55e852afc60 | [
"MIT"
] | null | null | null | lib/slow16by16Mul/lib.asm | Turboxray/VDC_display_latch_test | 62407db24c2707be7bfc7a94f0f2c55e852afc60 | [
"MIT"
] | null | null | null |
;16-bit multiply with 32-bit product
;source from 6502.org
slow16.multiplier = R0
slow16.multiplicand = R1
slow16.product = R2
mult16.16:
lda #$00
sta <slow16.product+2 ; clear upper bits of product
sta <slow16.product+3
ldx #$10 ; set binary count ... | 27.180328 | 84 | 0.565139 |
18e2e095dd65c119a38f093b9e89663fd1945dae | 598 | asm | Assembly | programs/oeis/074/A074155.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/074/A074155.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/074/A074155.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A074155: Group the natural numbers so that the product of members of a group is a multiple of the sum: (1),(2,3,4,5,6),(7,8,9),(10,11,12),(13,14,15),(16,17,18),(19,20,21),(22,23,24),.... This is the sequence of the ratio of product /sum.
; 1,36,21,40,65,96,133,176,225,280,341,408,481,560,645,736,833,936,1045,1160,128... | 31.473684 | 239 | 0.665552 |
1f429c68bb76b9496324af76490fac55f71a99a9 | 214 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/p3dos_edrv_from_pdrv_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/p3dos_edrv_from_pdrv_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/p3dos_edrv_from_pdrv_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned char p3dos_edrv_from_pdrv(unsigned char pdrv)
SECTION code_esxdos
PUBLIC _p3dos_edrv_from_pdrv_fastcall
EXTERN asm_p3dos_edrv_from_pdrv
defc _p3dos_edrv_from_pdrv_fastcall = asm_p3dos_edrv_from_pdrv
| 21.4 | 62 | 0.88785 |
67ebfe91e14ec876e14bea190ccb31319142474e | 2,482 | asm | Assembly | src/test/ref/plus4-keyboard-test.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/plus4-keyboard-test.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/plus4-keyboard-test.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test reading keyboard port on the TED of the Plus/4
/// @file
/// C standard library string.h
///
/// Functions to manipulate C strings and arrays.
/// NULL pointer
// Commodore 16 / Plus/4 executable PRG file
.file [name="plus4-keyboard-test.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Bas... | 18.661654 | 118 | 0.55278 |
16206b208c543cea19016573ab19489dcdc46969 | 220 | asm | Assembly | tests/issue64/2.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/issue64/2.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/issue64/2.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #subruledef REG {
my_reg => 0xA
}
#ruledef {
test {Addr: u16} => 0x1 @ Addr
test {register: REG} + {Imm: u16} => register`4 @ Imm_Unknown
}
test my_reg + 1
; error:_:9: failed to resolve
; error:_:6: unknown | 20 | 65 | 0.613636 |
94197779ed7912e31570a63b93123a710e05784c | 392 | asm | Assembly | oeis/098/A098871.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098871.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098871.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098871: Sums of distinct powers of 4 plus 1.
; Submitted by Jon Maiga
; 1,2,5,6,17,18,21,22,65,66,69,70,81,82,85,86,257,258,261,262,273,274,277,278,321,322,325,326,337,338,341,342,1025,1026,1029,1030,1041,1042,1045,1046,1089,1090,1093,1094,1105,1106,1109,1110,1281,1282,1285,1286
mov $2,1
lpb $0
mov $3,$0
div $0... | 24.5 | 209 | 0.668367 |
7641d7aa970ff9498e3adaae38891093a911fa4a | 1,272 | asm | Assembly | misc/cpcacid_src/cpcacid_hsynclen.asm | floooh/yakc | 0d00dac14a81bf8d92351ebe1397813385c82b3b | [
"MIT"
] | 106 | 2015-11-15T19:55:05.000Z | 2021-06-05T11:55:32.000Z | misc/cpcacid_src/cpcacid_hsynclen.asm | floooh/yakc | 0d00dac14a81bf8d92351ebe1397813385c82b3b | [
"MIT"
] | 28 | 2015-11-14T09:21:03.000Z | 2018-04-04T22:36:17.000Z | misc/cpcacid_src/cpcacid_hsynclen.asm | floooh/yakc | 0d00dac14a81bf8d92351ebe1397813385c82b3b | [
"MIT"
] | 9 | 2016-06-22T00:09:23.000Z | 2021-04-25T00:39:02.000Z |
;; 5 shifts to right, 4 shifts to right (stable)
;; 3 can sync but takes a few frames
;; 1/2 is diagonal but doesn't blank on plus or type 4
;; >=6 is ok, including 16 which on plus is 16
org &8000
start:
di
ld hl,&c000
ld e,l
ld d,h
inc de
ld bc,&3fff
ld (hl),0
ldir
ld bc,&7f00+%10001110
out (c),c
ld bc,&7f10
out ... | 10.965517 | 54 | 0.685535 |
9032d0faae1fdf16f9a9ca5de10c47dd9c94ebe0 | 1,264 | asm | Assembly | src/code-injection/main.asm | lewismoten/6502-program-1 | f4ea14505066da3502b792a16863ff0f6217e3b0 | [
"MIT"
] | 1 | 2021-03-04T20:09:55.000Z | 2021-03-04T20:09:55.000Z | src/code-injection/main.asm | lewismoten/6502-program-1 | f4ea14505066da3502b792a16863ff0f6217e3b0 | [
"MIT"
] | null | null | null | src/code-injection/main.asm | lewismoten/6502-program-1 | f4ea14505066da3502b792a16863ff0f6217e3b0 | [
"MIT"
] | null | null | null | ; Start at address 0x0F00
; Create a jump instruction at 0x0401 to jump to the start of our project
; Jump to 0x0401
; Repeatedly
; Everything else is no-operation instructions
; 64kb file
; Set default value to no-operation instruction
FILLVALUE $EA
; start assembling at address 0
ORG $0000
; Fill no-op instructio... | 22.981818 | 83 | 0.727057 |
d3e24efd47899c626ea0b7b3a31c70634ba45d96 | 181 | asm | Assembly | data/pokemon/dex_entries/corasun.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/corasun.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/corasun.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "TOUGH FISH@" ; species name
db "Its tough hide is"
next "a cover for its"
next "general lack of"
page "intelligence and"
next "maneuverability in"
next "the water.@"
| 18.1 | 32 | 0.679558 |
689029793475165e327df73408b7eaa1575e3407 | 1,631 | asm | Assembly | src/SlimShader.VirtualMachine.Tests/Shaders/VS/Simple.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 125 | 2015-01-04T09:33:05.000Z | 2022-03-13T05:08:50.000Z | src/SlimShader.VirtualMachine.Tests/Shaders/VS/Simple.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 1 | 2015-04-01T22:26:14.000Z | 2015-04-02T12:57:18.000Z | src/SlimShader.VirtualMachine.Tests/Shaders/VS/Simple.asm | tgjones/slimshader | 4fc64414b82fec8a41f8455037b3717e71907b89 | [
"MIT"
] | 36 | 2015-01-26T22:01:38.000Z | 2022-01-26T04:35:56.000Z | //
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.16384
//
//
///
// Buffer Definitions:
//
// cbuffer $Globals
// {
//
// float4x4 WorldViewProjection; // Offset: 0 Size: 64
//
// }
//
//
// Resource Bindings:
//
// Name Type Format Dim Slot Elements... | 28.614035 | 78 | 0.45187 |
fbd61ab83141bbaf72673bfd2b7eaba9d4d738e5 | 9,600 | asm | Assembly | gamestate.asm | AleffCorrea/BrickBreaker | 625eec4e6c7c0053720a378c91f530f6ce58bcbe | [
"MIT"
] | 4 | 2017-07-20T07:27:21.000Z | 2021-04-18T03:59:44.000Z | gamestate.asm | AleffCorrea/BrickBreaker | 625eec4e6c7c0053720a378c91f530f6ce58bcbe | [
"MIT"
] | null | null | null | gamestate.asm | AleffCorrea/BrickBreaker | 625eec4e6c7c0053720a378c91f530f6ce58bcbe | [
"MIT"
] | 1 | 2021-04-18T04:00:08.000Z | 2021-04-18T04:00:08.000Z | ;gamestate.asm
STATE_INSTRUCTIONS = 0
STATE_TITLE = 1
STATE_HISCORE = 2
STATE_GAME = 3
STATE_TIMEUP = 4
STATE_GAMEOVER = 5
STATE_ENDING = 6
STATE_WIN = 7
STATE_DEBUG = 8
STATE_ERROR = 9
GameState_Change:
LDX GAME_STATE
STX GAME_OLDSTATE
STA GAME_STATE
LDA #TRUE
STA GAME_TRANSITION
RTS
GameState_Table:
.dw St... | 16.216216 | 89 | 0.728125 |
3eeaf0128dc5d53d0c01916fdcade6b1d7619a7c | 1,454 | asm | Assembly | ServiceCall/x64.asm | bb107/ServiceCall | 552b82405cfa4ac8cf8b5c2c222a339b7ff12997 | [
"MIT"
] | 8 | 2019-10-03T09:54:32.000Z | 2022-01-05T16:16:55.000Z | ServiceCall/x64.asm | c3358/ServiceCall | 552b82405cfa4ac8cf8b5c2c222a339b7ff12997 | [
"MIT"
] | null | null | null | ServiceCall/x64.asm | c3358/ServiceCall | 552b82405cfa4ac8cf8b5c2c222a339b7ff12997 | [
"MIT"
] | 4 | 2020-05-02T03:57:17.000Z | 2021-06-18T00:55:36.000Z | public __x64ServiceCall
.code
align 16
__x64ServiceCall proc frame; NTSTATUS __x64ServiceCall(LPVOID lpServiceRoutine, PSERVICE_ROUTINE_PARAMETER lpParameters) {
.endprolog
; lpServiceRoutine in rcx
; lpParameters in rdx
; rbx save sizeof stack allocated
push rbx;
mov r10, rcx;
mov eax, dword ptr[rdx]; DWORD d... | 25.964286 | 123 | 0.678817 |
c9f0ba8c084521bc6d8ae18c87c869f55d9c2530 | 1,301 | asm | Assembly | boot/32bit-gdt.asm | prithivi-maruthachalam/PrOS | a85e9883c054b00fb3d36fcad3d4d2fe5befa6e8 | [
"MIT"
] | 1 | 2020-07-17T04:58:20.000Z | 2020-07-17T04:58:20.000Z | boot/32bit-gdt.asm | prythagoras/PrOS | a85e9883c054b00fb3d36fcad3d4d2fe5befa6e8 | [
"MIT"
] | null | null | null | boot/32bit-gdt.asm | prythagoras/PrOS | a85e9883c054b00fb3d36fcad3d4d2fe5befa6e8 | [
"MIT"
] | null | null | null | gdt_start:
;needs 8 null bytes to start
dd 0x0 ;4 bytes
dd 0x0 ;4 bytes
;descriptor for code segement
gdt_code:
;base has to be 0x0
;limit is 0xfffff
;1st flags - present:1, privilege:00, descriptor type: 1 > 1001
;type flags - code:1, conforming:0, readable:1, accessed:0 > 1010
;2nd f... | 30.97619 | 102 | 0.682552 |
1d809e795819c8f212471341fc5ff35ba8ee6ba2 | 907 | asm | Assembly | oeis/232/A232508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/232/A232508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/232/A232508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A232508: Number of (n+1) X (1+1) 0..2 arrays with every element next to itself plus and minus one within the range 0..2 horizontally, diagonally or antidiagonally, with no adjacent elements equal.
; Submitted by Jon Maiga
; 4,4,8,16,28,52,96,176,324,596,1096,2016,3708,6820,12544,23072,42436,78052,143560,264048,485660... | 100.777778 | 498 | 0.825799 |
03ebd83e6a6a88f49efd006cb74f563d009599fa | 4,836 | asm | Assembly | x86/Gen_Legal.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 150 | 2016-11-26T05:41:31.000Z | 2022-02-09T20:54:53.000Z | x86/Gen_Legal.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 199 | 2016-12-07T22:13:00.000Z | 2022-03-22T15:42:18.000Z | x86/Gen_Legal.asm | lantonov/asm | b9ddd4ed9a8c73cbd3600608847769f4690c293c | [
"BSD-3-Clause"
] | 95 | 2016-11-24T22:57:13.000Z | 2022-01-24T19:42:10.000Z | ; Generate all legal moves.
calign 16
Gen_Legal:
; in: rbp address of position
; rbx address of state
; io: rdi address to write moves
push rsi r12 r13 r14 r15
; generate moves
mov rax, qword[rbx+State.checkersBB]
mov rsi, rdi
mov r15, qword[rbx+State.pinned]
mov r13d, dword... | 24.673469 | 85 | 0.63627 |
75013a8d8fcda2a8f2659340a35f4bf73601d84f | 841 | asm | Assembly | oeis/239/A239040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/239/A239040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/239/A239040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A239040: Number of n X 1 0..3 arrays with no element equal to one plus the sum of elements to its left or one plus the sum of elements above it, modulo 4.
; Submitted by Jamie Morken(s2)
; 3,7,16,38,90,212,500,1180,2784,6568,15496,36560,86256,203504,480128,1132768,2672544,6305344,14876224,35097536,82805760,195363968,... | 42.05 | 497 | 0.787158 |
87398877f646e6d5413a20fb081077e6e953fc23 | 475 | asm | Assembly | data/mapHeaders/FuchsiaCity.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/FuchsiaCity.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/FuchsiaCity.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | FuchsiaCity_h:
db OVERWORLD ; tileset
db FUCHSIA_CITY_HEIGHT, FUCHSIA_CITY_WIDTH ; dimensions (y, x)
dw FuchsiaCity_Blocks ; blocks
dw FuchsiaCity_TextPointers ; texts
dw FuchsiaCity_Script ; scripts
db SOUTH | WEST | EAST ; connections
SOUTH_MAP_CONNECTION FUCHSIA_CITY, ROUTE_19, 5, 0, Route19_Blocks
WEST_MAP_... | 39.583333 | 66 | 0.810526 |
7962b138b3a33a0c71c571bec44d237383a0def3 | 2,531 | asm | Assembly | smsq/mem/rchp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/mem/rchp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/mem/rchp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Return space to common heap V2.00 1986 Tony Tebby QJUMP
*
section mem
*
xdef mem_rchp
*
xref mem_rusb round up in slave block allocation units
xref mem_rehp 'return' memory to heap
xref mem_rlsb release slave bloc... | 34.671233 | 80 | 0.484789 |
e44d4a58284664db28ac91ead0260cd0be9696a9 | 7,716 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1648.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1648.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1648.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 %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x5040, %rsi
lea addresses_A_ht+0x19e8, %rdi
nop
nop
nop
nop
cmp $6389, %r14
mov $17, %rcx
rep movsl
nop
nop
and %r9, %r9
lea addresses_WT_ht+0x8768, %rdi
clflush (%rdi)
nop
nop... | 34.756757 | 2,999 | 0.65578 |
9c5d5f21fe857989f1087f7de1732e430fd232b7 | 2,785 | asm | Assembly | main.asm | maziac/z80-peripherals-sample | 4cc255a7befa4775cfe53859a83c42880efbca85 | [
"MIT"
] | null | null | null | main.asm | maziac/z80-peripherals-sample | 4cc255a7befa4775cfe53859a83c42880efbca85 | [
"MIT"
] | null | null | null | main.asm | maziac/z80-peripherals-sample | 4cc255a7befa4775cfe53859a83c42880efbca85 | [
"MIT"
] | null | null | null | ;===========================================================================
; main.asm
;
; Description:
;
; The program is used to demonstrate the simulation of interrupts and
; in- and out-port.
;
; The program itself calculates the addition of 2 binary values.
; The result is shown.
; Additionally the result can be ... | 21.757813 | 84 | 0.552962 |
94974ca03875aa54459445a395925a42afb3e5cd | 221 | asm | Assembly | source/asm-example/teste.asm | Cligor/pyOS | d98c5a02f3fff7e7cbab81f3c73d753197620455 | [
"MIT"
] | null | null | null | source/asm-example/teste.asm | Cligor/pyOS | d98c5a02f3fff7e7cbab81f3c73d753197620455 | [
"MIT"
] | null | null | null | source/asm-example/teste.asm | Cligor/pyOS | d98c5a02f3fff7e7cbab81f3c73d753197620455 | [
"MIT"
] | null | null | null | data: .data 50
vector: .word 0 1 2 3 4 5 6 7 8 9;
name: .asciiz "Eduardo"
_start:
alpha:
add r1, r2, r3
load r7, [r5]
store [r6], r1
jump alpha
mov r4, data
mov r6, 50
betha:
mov r5, -10
jump_cond r3, betha
end: | 13 | 34 | 0.633484 |
49f9337897c8e592c9b9bbdcc253e1466edd223e | 632 | asm | Assembly | oeis/135/A135973.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/135/A135973.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/135/A135973.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A135973: Ceiling(4/3*Pi*n^3).
; Submitted by Jon Maiga
; 0,5,34,114,269,524,905,1437,2145,3054,4189,5576,7239,9203,11495,14138,17158,20580,24430,28731,33511,38793,44603,50966,57906,65450,73623,82448,91953,102161,113098,124789,137259,150533,164637,179595,195433,212175,229848,248475,268083,288696,310340,333039,356818,3... | 70.222222 | 499 | 0.786392 |
3f47c4733980632195c7bd84c2aed0c84489f17b | 804 | asm | Assembly | oeis/283/A283353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/283/A283353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/283/A283353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A283353: Decimal representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 619", based on the 5-celled von Neumann neighborhood.
; Submitted by Jon Maiga
; 1,2,4,14,28,62,124,254,508,1022,2044,4094,8188,16382,32764,65534,131... | 73.090909 | 495 | 0.830846 |
b605d3f618eb599415b5a6fa62146a7d9794c821 | 2,559 | asm | Assembly | opcodes.asm | DavidBuchanan314/CHIP8-ROP | 6dc96c7ded3fcc902d1ec98fe070dee84aefabcf | [
"MIT"
] | 1 | 2020-03-09T10:04:04.000Z | 2020-03-09T10:04:04.000Z | opcodes.asm | DavidBuchanan314/CHIP8-ROP | 6dc96c7ded3fcc902d1ec98fe070dee84aefabcf | [
"MIT"
] | null | null | null | opcodes.asm | DavidBuchanan314/CHIP8-ROP | 6dc96c7ded3fcc902d1ec98fe070dee84aefabcf | [
"MIT"
] | 1 | 2018-08-17T02:52:38.000Z | 2018-08-17T02:52:38.000Z | BITS 64
extern puts
extern exit
extern vram
extern V
extern DT
global emu_entry
global op_debug
global op_nop
global op_ret
global op_jp
global op_call
global op_se_imm
global op_sne_imm
global op_se
global op_ld_imm
global op_add_imm
global op_ld
global op_or
global op_and
global op_xor
global op_add
global op_ld_i
... | 10.530864 | 45 | 0.66823 |
5d3e1b01e0314520b647e88933a331c3caa3de15 | 461 | asm | Assembly | Tests/yasm-regression/ea-warn.asm | 13xforever/x86-assembly-textmate-bundle | f1bb62f77b776d87d0fd85b0276d4237ff72c43c | [
"MIT"
] | 69 | 2015-04-16T18:01:22.000Z | 2022-02-15T07:54:26.000Z | Tests/yasm-regression/ea-warn.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 17 | 2016-09-20T08:49:09.000Z | 2021-02-19T15:01:04.000Z | Tests/yasm-regression/ea-warn.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 19 | 2016-05-31T07:11:14.000Z | 2021-07-19T10:17:12.000Z | [bits 32]
add [byte ebp*8+06h],ecx ; out: 01 0c ed 06 00 00 00 [warning]
add [dword ebp*8+06h],ecx ; out: 01 0c ed 06 00 00 00
add ecx,[byte ebp*8+06h] ; out: 03 0c ed 06 00 00 00 [warning]
add ecx,[dword ebp*8+06h] ; out: 03 0c ed 06 00 00 00
add ecx,[ebp*8+06h] ; out: 03 0c ed 06 00 00 00
add ecx,[byte ebx*8+06h] ... | 46.1 | 63 | 0.637744 |
da3f2f4ff4b264469e4c250ee3bab5397aec7f09 | 113 | asm | Assembly | gfx/pokemon/slugma/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/slugma/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/slugma/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 12
frame 2, 10
frame 3, 06
frame 4, 14
frame 6, 12
frame 7, 10
frame 8, 06
frame 0, 14
endanim
| 11.3 | 12 | 0.628319 |
bf438a72c0597f1d3b0b62ccf32b7d8b90482b1b | 5,033 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1310.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_1310.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_1310.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rsi
lea addresses_WC_ht+0x17547, %r13
nop
nop
nop
nop
nop
sub %r14, %r14
mov (%r13), %rsi
nop
nop
nop
nop
add $51279, %rbx
lea addresses_A_ht+0x1baad, %r14
nop
nop
nop
and %r8, %r8
movups (%r14), %xmm1
vpextrq ... | 43.017094 | 2,999 | 0.657858 |
ec6ceeb6d974d80f70042e618b2d783d88c33b96 | 1,367 | asm | Assembly | programs/oeis/171/A171480.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/171/A171480.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/171/A171480.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A171480: a(n) = 6*a(n-1) - 8*a(n-2) + 4 for n > 1; a(0) = 1, a(1) = 9.
; 1,9,50,232,996,4124,16780,67692,271916,1089964,4364460,17467052,69886636,279583404,1118407340,4473776812,17895402156,71582198444,286329973420,1145322252972,4581293730476,18325184359084,73300756310700,293203062991532,1172812327463596,469124946084... | 75.944444 | 1,155 | 0.871251 |
d7457a557c797b724b3e7d1876d10dfce6ffff51 | 320 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_scalbn_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_scalbn_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_scalbn_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; double __CALLEE__ scalbn(double x, int n)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sccz80_scalbn_callee
EXTERN cm48_sccz80p_dcallee1, am48_scalbn
cm48_sccz80_scalbn_callee:
pop af
pop hl ; hl = n
push af
call cm48_sccz80p_dcallee1 ; AC'= x
jp am48_scalbn
| 16 | 43 | 0.7 |
e239d23d08694ef0d370952d2716d7ea27515c05 | 1,131 | asm | Assembly | 68HC11 Simulator/Simulator/fuente/suma1.asm | unlam/68HC11-simulator | dd5f7e718fc50caa92543224c8671bae653a3c45 | [
"Apache-2.0"
] | 1 | 2019-05-07T20:58:12.000Z | 2019-05-07T20:58:12.000Z | 68HC11 Simulator/Simulator/fuente/suma1.asm | unlam/68HC11-simulator | dd5f7e718fc50caa92543224c8671bae653a3c45 | [
"Apache-2.0"
] | null | null | null | 68HC11 Simulator/Simulator/fuente/suma1.asm | unlam/68HC11-simulator | dd5f7e718fc50caa92543224c8671bae653a3c45 | [
"Apache-2.0"
] | null | null | null | ORG $0000 ; los datos los dejamos al principio
contador rmb 1 ; desde la posicion 0000
resultado rmb 3 ; observar que el resultado es de 3
op1 rmb 2 ; bytes (24 bits) para soportar
op2 rmb 2 ; los 17 bit... | 49.173913 | 75 | 0.405836 |
aa067e9bcb01e1bd77a325cf56312319504fe821 | 483 | asm | Assembly | programs/oeis/314/A314099.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/314/A314099.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/314/A314099.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A314099: Coordination sequence Gal.5.131.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,11,16,20,26,30,35,41,46,51,57,62,66,72,76,81,87,92,97,103,108,112,118,122,127,133,138,143,149,154,158,164,168,173,179,184,189,195,200,20... | 37.153846 | 179 | 0.708075 |
210e793fadb1d0688f978c53c3c743897750cedd | 439 | asm | Assembly | kernel.asm | realjf/mos | 5fef69e2d4ea11a82e0cf7ea958f214911bac4c0 | [
"Apache-2.0"
] | null | null | null | kernel.asm | realjf/mos | 5fef69e2d4ea11a82e0cf7ea958f214911bac4c0 | [
"Apache-2.0"
] | null | null | null | kernel.asm | realjf/mos | 5fef69e2d4ea11a82e0cf7ea958f214911bac4c0 | [
"Apache-2.0"
] | null | null | null | bits 32
section .text
align 4
dd 0x1BADB002 ; this word is some sort of magical word that allows our os to boot
dd 0x00
dd - (0x1BADB002+0x00)
global start
extern kmain ; this function is gonna be located in our c code(kernel.c)
start:
cli ; clears the interrupts
call kmain ; send processor to ... | 31.357143 | 87 | 0.726651 |
97959b6b5b13d2f6d32b43b312893278ff7e6715 | 345 | asm | Assembly | programs/oeis/040/A040840.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/040/A040840.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/040/A040840.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A040840: Continued fraction for sqrt(870).
; 29,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58,2,58
mov $1,$0
cmp $0,0
sub $1,$0
gcd $1,2
add $1,26
add $0,$1
mul $0,$1
sub $0,728
add $... | 23 | 189 | 0.597101 |
d6e0e6a7d6c690ec53e646f08465a7ec782a6233 | 361 | asm | Assembly | oeis/021/A021203.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021203.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021203.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021203: Decimal expansion of 1/199.
; Submitted by Jon Maiga
; 0,0,5,0,2,5,1,2,5,6,2,8,1,4,0,7,0,3,5,1,7,5,8,7,9,3,9,6,9,8,4,9,2,4,6,2,3,1,1,5,5,7,7,8,8,9,4,4,7,2,3,6,1,8,0,9,0,4,5,2,2,6,1,3,0,6,5,3,2,6,6,3,3,1,6,5,8,2,9,1,4,5,7,2,8,6,4,3,2,1,6,0,8,0,4,0,2,0,1
add $0,1
mov $3,1
lpb $0
sub $0,1
add $2,$3
div $... | 24.066667 | 199 | 0.545706 |
6f2859e987dc9a4ab143453ff6c9b78b3759a270 | 661 | asm | Assembly | oeis/077/A077591.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077591.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077591.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077591: Maximum number of regions into which the plane can be divided using n (concave) quadrilaterals.
; 1,2,18,50,98,162,242,338,450,578,722,882,1058,1250,1458,1682,1922,2178,2450,2738,3042,3362,3698,4050,4418,4802,5202,5618,6050,6498,6962,7442,7938,8450,8978,9522,10082,10658,11250,11858,12482,13122,13778,14450,15... | 66.1 | 498 | 0.786687 |
e5af74041969ed98f0f7af95a2b130e4c48c7e36 | 751 | asm | Assembly | oeis/280/A280308.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/280/A280308.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/280/A280308.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A280308: Tribonacci numbers: a(n) = a(n-1) + a(n-2) + a(n-3) with a(0)=3, a(1)=4, a(2)=5.
; Submitted by Jamie Morken(s3)
; 3,4,5,12,21,38,71,130,239,440,809,1488,2737,5034,9259,17030,31323,57612,105965,194900,358477,659342,1212719,2230538,4102599,7545856,13878993,25527448,46952297,86358738,158838483,292149518,537346... | 41.722222 | 491 | 0.757656 |
fcf350a7e8dbc4e3e1c1219ae7d5c467766d4bd9 | 26,821 | asm | Assembly | Driver/Mouse/NikeMouse/nikemouse.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Mouse/NikeMouse/nikemouse.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Mouse/NikeMouse/nikemouse.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: MOUSE DRIVER - NIKE PS2 mouse
FILE: nikemouse.asm
AUTHOR: Lulu Lin, Nov 30, 1994
ROUTINES:
Name Description
---- -----------
MouseDevInit... | 23.568541 | 80 | 0.589314 |
1ac44d8fa061c2ffa9daad6602935b92907fda4e | 714 | asm | Assembly | Source/SystemQOR/MSWindows/WinCmpSupQORVC/src/Exceptions/SEH/safeseh.asm | mfaithfull/QOR | 0fa51789344da482e8c2726309265d56e7271971 | [
"BSL-1.0"
] | 9 | 2016-05-27T01:00:39.000Z | 2021-04-01T08:54:46.000Z | Source/SystemQOR/SanOS/SanCmpSupQORVC/src/Exceptions/SEH/safeseh.asm | mfaithfull/QOR | 0fa51789344da482e8c2726309265d56e7271971 | [
"BSL-1.0"
] | 1 | 2016-03-03T22:54:08.000Z | 2016-03-03T22:54:08.000Z | Source/SystemQOR/MSWindows/WinCmpSupQORVC/src/Exceptions/SEH/safeseh.asm | mfaithfull/QOR | 0fa51789344da482e8c2726309265d56e7271971 | [
"BSL-1.0"
] | 4 | 2016-05-27T01:00:43.000Z | 2018-08-19T08:47:49.000Z |
.486
.MODEL flat
EXTRN ?CatchGuardHandler@GuardDescriptor@EH@nsCompiler@@CA?AW4_EXCEPTION_DISPOSITION@nsWin32@@PAVExceptionRecord@23@PAVCatchGuardRN@123@PAUCONTEXT@5@PAX@Z:NEAR
EXTRN ?UnwindHandler@SEH@nsCompiler@@YA?AW4_EXCEPTION_DISPOSITION@@PAVExceptionRecord@12@PAVExceptionFrame@12@PAUCONTEXT@nsWin32@@PAX@Z:NEA... | 34 | 163 | 0.844538 |
21a1611d4309ad4261ce210b712025312921f4f8 | 582 | asm | Assembly | programs/oeis/266/A266297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/266/A266297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/266/A266297.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A266297: Numbers whose last digit is a square.
; 0,1,4,9,10,11,14,19,20,21,24,29,30,31,34,39,40,41,44,49,50,51,54,59,60,61,64,69,70,71,74,79,80,81,84,89,90,91,94,99,100,101,104,109,110,111,114,119,120,121,124,129,130,131,134,139,140,141,144,149,150,151,154,159,160,161,164,169,170,171,174,179,180,181,184,189,190,191,1... | 27.714286 | 357 | 0.639175 |
87b718b0f2d6c38d30c9f5856f5bc1daa6be9c18 | 552 | asm | Assembly | programs/oeis/006/A006288.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/006/A006288.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/006/A006288.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A006288: Loxton-van der Poorten sequence: base-4 representation contains only -1, 0, +1.
; 0,1,3,4,5,11,12,13,15,16,17,19,20,21,43,44,45,47,48,49,51,52,53,59,60,61,63,64,65,67,68,69,75,76,77,79,80,81,83,84,85,171,172,173,175,176,177,179,180,181,187,188,189,191,192,193,195,196,197,203,204,205,207,208,209
mov $2,$0
ad... | 20.444444 | 215 | 0.59058 |
f8e0a10337b4252d433462b2216109b4a06cf217 | 292 | asm | Assembly | programs/oeis/081/A081106.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/081/A081106.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/081/A081106.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A081106: 6th binomial transform of (1,1,0,0,0,0,...).
; 1,7,48,324,2160,14256,93312,606528,3919104,25194240,161243136,1027924992,6530347008,41358864384,261213880320,1645647446016,10344069660672,64885527871488,406239826673664,2538998916710400
mov $1,6
pow $1,$0
add $0,6
mul $1,$0
div $1,6
| 32.444444 | 187 | 0.773973 |
a7d08c6438341110d64268bd6460e6ca3ed39232 | 316 | asm | Assembly | maps/FloaromaHouseE.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2022-02-17T11:11:03.000Z | 2022-02-21T03:41:01.000Z | maps/FloaromaHouseE.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | maps/FloaromaHouseE.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | object_const_def ; object_event constants
FloaromaHouseE_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
FloaromaHouseE_MapEvents:
db 0, 0 ; filler
db 2 ; warp events
warp_event 2, 7, FLOAROMA_TOWN, 4
warp_event 3, 7, FLOAROMA_TOWN, 4
db 0 ; coord events
db 0 ; bg events
db 0 ; object events
| 15.8 | 42 | 0.721519 |
da2bbfb189788460402b05b47783c912f1cd0111 | 333 | asm | Assembly | programs/oeis/020/A020962.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/020/A020962.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/020/A020962.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A020962: a(n) = Sum_{k >= 1} floor((1+sqrt(2))^(n-k)).
; 1,3,8,22,55,137,334,812,1965,4751,11476,27714,66915,161557,390042,941656,2273369,5488411,13250208,31988846,77227919,186444705,450117350,1086679428,2623476229,6333631911,15290740076
mov $2,$0
cal $0,279101 ; a(n) = Sum_{k=0..n} ceiling((1 + sqrt(2))^k).
mov $1,... | 41.625 | 182 | 0.690691 |
a5f31d737c6dd5e0896b8c26297d63e2404a33e5 | 816 | asm | Assembly | oeis/219/A219587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/219/A219587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/219/A219587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A219587: Noncrossing, nonnesting, 2-arc-colored permutations on the set {1..n} where lower arcs even of different colors do not cross.
; Submitted by Christian Krause
; 1,2,8,40,224,1296,7568,44304,259536,1520656,8910160,52209040,305919696,1792542992,10503446608,61545189520,360625475024,2113093401616,12381720203088,7... | 40.8 | 487 | 0.802696 |
57b5d5669781cb1b3130cc94da9ad7fc8abbb865 | 1,743 | asm | Assembly | src/header.asm | Kannagi/LKS | 363ccbfbe93a78e227349967053075ba67f4e50c | [
"MIT"
] | 6 | 2019-04-18T12:08:23.000Z | 2021-07-07T08:07:28.000Z | src/header.asm | Kannagi/LKS | 363ccbfbe93a78e227349967053075ba67f4e50c | [
"MIT"
] | null | null | null | src/header.asm | Kannagi/LKS | 363ccbfbe93a78e227349967053075ba67f4e50c | [
"MIT"
] | null | null | null | .MEMORYMAP
SLOTSIZE $8000 ; The slot is $8000 bytes in size. More details on slots later.
DEFAULTSLOT 0 ; There's only 1 slot in SNES, there are more in other consoles.
SLOT 0 $8000 ; Defines Slot 0's starting address.
.ENDME
.ROMBANKSIZE $8000
.ROMBANKS 16
; R/BANK ko
; 9/16 512
; A/32 1024
; B/64... | 18.347368 | 80 | 0.596099 |
f405a64564ff67743e98332a9c15d2775d95efed | 6,345 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2009.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.log_21829_2009.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.log_21829_2009.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 %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x5a83, %r12
inc %r8
mov (%r12), %r10w
sub %rdx, %rdx
lea addresses_WT_ht+0x4463, %rsi
lea addresses_normal_ht+0x3203, %rdi
nop
xor $29722, %rbp
mov $26, %rcx
rep movsl
nop
xor ... | 36.051136 | 2,999 | 0.656738 |
22ae08385d763a3dd9528ee7ea551a4f9f289893 | 753 | asm | Assembly | oeis/279/A279437.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/279/A279437.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/279/A279437.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A279437: Number of ways to place 3 points on an n X n square grid so that no more than 2 points are on a vertical or horizontal straight line.
; 0,4,78,528,2200,6900,17934,40768,83808,159300,284350,482064,782808,1225588,1859550,2745600,3958144,5586948,7739118,10541200,14141400,18711924,24451438,31587648,40380000,5112... | 50.2 | 501 | 0.808765 |
381a41906ac4a6746519eedd1960d1de9129a7fe | 6,018 | asm | Assembly | MOS3/kernel24.asm | Mishin870/MOS | cf2a94b0a0ace3380dd58adc4848baed78097df2 | [
"MIT"
] | 1 | 2020-10-10T08:31:42.000Z | 2020-10-10T08:31:42.000Z | MOS3/kernel24.asm | Mishin870/MOS | cf2a94b0a0ace3380dd58adc4848baed78097df2 | [
"MIT"
] | null | null | null | MOS3/kernel24.asm | Mishin870/MOS | cf2a94b0a0ace3380dd58adc4848baed78097df2 | [
"MIT"
] | null | null | null | use32
org 500h
;Загрузка таблицы прерываний и запуск прерываний
lidt [idtr]
sti
;Загрузка информации о VESA из указателя
pop esi
mov edi, Mode_Info
mov ecx, dword[Mode_Info_len]
rep movsb
;Перезагрузка GDT
lgdt [gdtr]
call r_init
call k_initKeys
;Заливка цветом (P.S. градиентом) (P.P.S. не работает как надо, но да... | 21.190141 | 91 | 0.66002 |
01b06d91c54390d565e12a6d927c6cc4084f3bc6 | 304 | asm | Assembly | libsrc/enterprise/exos_system_status.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/enterprise/exos_system_status.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/enterprise/exos_system_status.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; Enterprise 64/128 specific routines
; by Stefano Bodrato, 2011
;
; int exos_system_status(struct EXOS_INFO info);
;
;
; $Id: exos_system_status.asm,v 1.1 2011/03/15 14:34:08 stefano Exp $
;
XLIB exos_system_status
exos_system_status:
ex de,hl
rst 30h
defb 20
ld h,0
ld l,b
ret
| 13.818182 | 69 | 0.690789 |
3a60676981ba1cc213aa08201689cc4c2cc3e084 | 569 | asm | Assembly | programs/oeis/228/A228298.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/228/A228298.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/228/A228298.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A228298: Generalized meta-Fibonacci sequence a(n) with parameters s=0 and k=7.
; 1,2,3,4,5,6,7,7,8,9,10,11,12,13,14,14,15,16,17,18,19,20,21,21,22,23,24,25,26,27,28,28,29,30,31,32,33,34,35,35,36,37,38,39,40,41,42,42,43,44,45,46,47,48,49,49,49,50,51,52,53,54,55,56,56
mov $5,$0
mov $7,$0
add $7,1
lpb $7
clr $0,5
mo... | 17.78125 | 186 | 0.558875 |
3ebdd79bd686a4c7dff87afa688401cc79a41d84 | 2,476 | asm | Assembly | project2.asm | justinba1010/CSCE212 | 1473daea532bca6518134577d0d2cc7dcfeed3ca | [
"Apache-2.0"
] | 2 | 2020-09-20T01:56:07.000Z | 2020-11-17T03:28:02.000Z | project2.asm | justinba1010/CSCE212 | 1473daea532bca6518134577d0d2cc7dcfeed3ca | [
"Apache-2.0"
] | null | null | null | project2.asm | justinba1010/CSCE212 | 1473daea532bca6518134577d0d2cc7dcfeed3ca | [
"Apache-2.0"
] | null | null | null | ### Justin Baum
### 00426510
### Project 2
### October 2 2018
### Dr. Song Wang
.data
baseadd: .word 34, 5, 11, -12, 60, -2, 14, 71, 13, -27
string1: .asciiz "Index i [0~9]:\n"
string2: .asciiz "\n MIN="
string3: .asciiz "\n MAX="
.text
main:
# Input i to $s1
addi $v0, $zero, 4 # code for printing ... | 26.913043 | 85 | 0.513732 |
a64a83dd1b5dc0cc0f9f0d63ccc01df05d7f197e | 6,703 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_515.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_515.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_515.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 %r14
push %r15
push %r8
push %rax
push %rdx
push %rsi
lea addresses_WT_ht+0x13262, %rsi
nop
nop
nop
nop
add $62205, %r15
movb (%rsi), %r8b
add %rdx, %rdx
lea addresses_UC_ht+0x1a98e, %r8
clflush (%r8)
nop
inc %rdx
mov $0x6162636465666768, %rax
movq %rax, %xmm6... | 35.654255 | 2,999 | 0.651798 |
fc137fa8f1227236503766329d4ab15aa837f4ac | 1,244 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_init.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_init.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/z80/asm_w_vector_init.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Feb 2014
; ===============================================================
;
; w_vector_t *w_vector_init(void *p, size_t capacity, size_t max_size)
;
; Initialize a word vector structure at address p and allocate
; space for capacity words to begin w... | 21.448276 | 70 | 0.462219 |
c816de21fcf2920cb0a48a80170892df35839d83 | 7,368 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1002.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_1002.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_1002.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 %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xd640, %rdi
clflush (%rdi)
nop
nop
nop
nop
and $18812, %r15
movb $0x61, (%rdi)
nop
nop
nop
inc %r14
lea addresses_normal_ht+0xed1c, %r9
nop
nop
nop
xor $47836, %rbx
movups (%r9... | 33.953917 | 2,999 | 0.656352 |
625b72e3abb4bbe86c63a8a7be396aa286352737 | 479 | asm | Assembly | Src/Ant8/Tests/aa8/basic/e_add_0.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant8/Tests/aa8/basic/e_add_0.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant8/Tests/aa8/basic/e_add_0.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | 1 | 2020-07-15T04:09:05.000Z | 2020-07-15T04:09:05.000Z | # $Id: e_add_0.asm,v 1.1 2001/03/14 16:57:28 ellard Exp $
#@ tests for bogus registers in add.
add r0, r0, r0 # OK
add r1, r1, r1 # OK
add r2, r2, r2 # OK
add r3, r3, r3 # OK
add r4, r4, r4 # OK
add r5, r5, r5 # OK
add r6, r6, r6 # OK
add r7, r7, r7 # OK
add r8, r8, r8 # OK
add r9, r9, r9 # OK
add r10, r10,... | 21.772727 | 57 | 0.5762 |
478794d8b87133d022fb3947a4fa1c2d39170d64 | 1,919 | asm | Assembly | programs/oeis/074/A074149.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/074/A074149.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/074/A074149.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A074149: Sum of terms in each group in A074147.
; 1,6,15,36,65,114,175,264,369,510,671,876,1105,1386,1695,2064,2465,2934,3439,4020,4641,5346,6095,6936,7825,8814,9855,11004,12209,13530,14911,16416,17985,19686,21455,23364,25345,27474,29679,32040,34481,37086,39775,42636,45585,48714,51935,55344,58849,62550,66351,70356,74... | 137.071429 | 1,772 | 0.837936 |
053f92fcf63a30be54b18800b900b665ac8e1f11 | 707 | asm | Assembly | oeis/344/A344819.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/344/A344819.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/344/A344819.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A344819: a(n) = Sum_{k=1..n} floor(n/k) * (-4)^(k-1).
; Submitted by Christian Krause
; 1,-2,15,-52,205,-806,3291,-13160,52393,-209498,839079,-3356300,13420917,-53683854,214751875,-859006400,3435960897,-13743843762,54975632975,-219902535924,879609095965,-3518436366566,14073749677851,-56294998711576,225179977999337,-9... | 41.588235 | 496 | 0.773692 |
e9ff21e64b544035e141f488dfa1dfca28be0bb8 | 638 | asm | Assembly | oeis/328/A328745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/328/A328745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/328/A328745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A328745: Dirichlet g.f.: Product_{p prime} 1 / (1 - p^(-s))^p.
; Submitted by Jon Maiga
; 1,2,3,3,5,6,7,4,6,10,11,9,13,14,15,5,17,12,19,15,21,22,23,12,15,26,10,21,29,30,31,6,33,34,35,18,37,38,39,20,41,42,43,33,30,46,47,15,28,30,51,39,53,20,55,28,57,58,59,45,61,62,42,7,65,66,67,51,69,70,71,24,73,74,45
add $0,1
mov $1... | 18.764706 | 213 | 0.515674 |
18ad75a5deb6b010f66eb97b01a27cbaabb93100 | 781 | asm | Assembly | oeis/085/A085810.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/085/A085810.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/085/A085810.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A085810: Number of three-choice paths along a corridor of height 5, starting from the lower side.
; Submitted by Jamie Morken(s4)
; 1,2,5,13,35,96,266,741,2070,5791,16213,45409,127206,356384,998509,2797678,7838801,21963661,61540563,172432468,483144522,1353740121,3793094450,10628012915,29779028189,83438979561,23379082... | 41.105263 | 500 | 0.797695 |
0eb2c239376fdac9a1f2129b5e216fa51448b5b5 | 85,013 | asm | Assembly | lib/efm8_usb/src/efm8_usbdch9.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | 1 | 2018-02-02T16:24:03.000Z | 2018-02-02T16:24:03.000Z | lib/efm8_usb/src/efm8_usbdch9.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | null | null | null | lib/efm8_usb/src/efm8_usbdch9.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.6.0 #9615 (MINGW32)
;--------------------------------------------------------
.module efm8_usbdch9
.optsdcc -mmcs51 --model-large
;--------------------------------------------------------
... | 28.057096 | 174 | 0.6896 |
1cb5e5b21a627376acf0e16413986e6fea135e48 | 698 | asm | Assembly | oeis/181/A181732.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/181/A181732.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/181/A181732.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A181732: Numbers n such that 90n + 1 is prime.
; Submitted by Jamie Morken(s4)
; 2,3,6,7,9,11,13,17,18,20,24,25,26,28,31,33,34,37,39,41,45,47,51,54,55,62,65,68,69,70,72,73,74,76,84,86,89,90,91,94,96,97,98,100,101,102,107,108,109,110,117,119,121,123,124,125,130,133,136,138,139,140,142,149,151,152,158,160,165,167,168,1... | 29.083333 | 353 | 0.65043 |
98c6212dbcb26b88f996f4a73a6bbf3621c253a6 | 73 | asm | Assembly | data/phone/permanent_numbers.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/phone/permanent_numbers.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/phone/permanent_numbers.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | PermanentNumbers:
db PHONECONTACT_MOM
db PHONECONTACT_ELM
db -1 ; end
| 14.6 | 20 | 0.794521 |
4296a7ae8c506e1a72adabf9239376e5574b25f2 | 304 | asm | Assembly | srcs/strncmp.asm | fadatos/minilibc_2017 | f75b9771d0cc8842b9092731fe2a59b1e285dc7b | [
"MIT"
] | null | null | null | srcs/strncmp.asm | fadatos/minilibc_2017 | f75b9771d0cc8842b9092731fe2a59b1e285dc7b | [
"MIT"
] | null | null | null | srcs/strncmp.asm | fadatos/minilibc_2017 | f75b9771d0cc8842b9092731fe2a59b1e285dc7b | [
"MIT"
] | null | null | null | BITS 64
global strncmp:function
section .text
strncmp:
xor rcx, rcx
loop:
mov r10b, byte [rdi]
mov r9b, byte [rsi]
cmp r10b, 0
je end
cmp r9b, 0
je end
cmp r10b, r9b
jne end
inc rdi
inc rsi
inc rcx
cmp rdx, rcx
jle end
jmp loop
end:
movzx rax, r10b
movzx rbx, r9b
sub rax, rbx
ret
| 10.133333 | 23 | 0.671053 |
7fe5d35a67cd3b4d4765332cc124bf7c295d3d06 | 6,596 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_903_2004.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_903_2004.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_903_2004.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1b939, %rsi
lea addresses_UC_ht+0x12eea, %rdi
nop
nop
nop
nop
dec %r11
mov $21, %rcx
rep movsw
nop
nop
nop
sub %r8, %r8
lea addresses_normal_ht+0x6d49, %r9
nop
nop
nop
nop
nop
sub %r11,... | 29.981818 | 2,708 | 0.649939 |
56f575736d8bc861c540f5dfe599ddd297a979aa | 748 | asm | Assembly | oeis/322/A322242.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/322/A322242.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/322/A322242.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A322242: G.f.: 1/sqrt(1 - 6*x - 7*x^2).
; Submitted by Christian Krause
; 1,3,17,99,609,3843,24689,160611,1054657,6975747,46406097,310171491,2081258529,14011445763,94594402353,640188979299,4341874207617,29502747778563,200803974858641,1368767759442531,9342637825548769,63846282803069187,436797192815981553,2991302112253... | 34 | 498 | 0.790107 |
081f99bc9868efccf328b090f7fcd27c0eb42e8e | 4,713 | asm | Assembly | PIC16/assy/debounce.asm | Classrooms/Microcontrollers | 554a2129d45a14306b69af0d72d5b3816b1e21ec | [
"MIT"
] | 1 | 2020-11-04T17:00:32.000Z | 2020-11-04T17:00:32.000Z | PIC16/assy/debounce.asm | Classrooms/Microcontrollers | 554a2129d45a14306b69af0d72d5b3816b1e21ec | [
"MIT"
] | null | null | null | PIC16/assy/debounce.asm | Classrooms/Microcontrollers | 554a2129d45a14306b69af0d72d5b3816b1e21ec | [
"MIT"
] | null | null | null | ; *******************************************************************
; Lesson 6 - Switch Debounce
;
; This lesson uses a simple software delay routine to avoid the initial noise on the switch
; pin. The code will delay for only 5 ms, but should overcome most of the noise. The
; required delay amount differs with the... | 49.610526 | 151 | 0.512625 |
e5c67541907179e78ffb8bce888f6c6eef66e575 | 6,410 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_115.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_115.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_115.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1c557, %rcx
nop
inc %rsi
movw $0x6162, (%rcx)
dec %rdi
lea addresses_WC_ht+0x18903, %r15
nop
nop
and $29593, %r12
movl $0x61626364, (%r15)
nop
nop
nop
nop
mfence
lea addresses_A_ht+0x1... | 37.705882 | 2,999 | 0.65117 |
9ae739017aecec4f10624b9b8dbabd5cae6c31a0 | 456 | asm | Assembly | oeis/078/A078907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/078/A078907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/078/A078907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A078907: Expansion of modular function j/256 in powers of m=k^2=lambda(t).
; Submitted by Christian Krause
; 1,-1,3,0,3,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70
... | 24 | 209 | 0.622807 |
4897b7f0c94c33b071687a18c1541559d8f12b7d | 21,615 | asm | Assembly | kernel.asm | abdalmoez/GOBOOT16 | 1fc518b4f6e7a8423d0c8fa79b0a9c18993d04fa | [
"MIT"
] | null | null | null | kernel.asm | abdalmoez/GOBOOT16 | 1fc518b4f6e7a8423d0c8fa79b0a9c18993d04fa | [
"MIT"
] | null | null | null | kernel.asm | abdalmoez/GOBOOT16 | 1fc518b4f6e7a8423d0c8fa79b0a9c18993d04fa | [
"MIT"
] | null | null | null | [BITS 16]
ORG 0
mov ax,0x0050
mov ds,ax
mov es,ax
mov fs,ax
mov al,'$'
mov ah,0xE
int 0x10
mov si,msg
call Print
jmp $
msg db "Hello world\nThe code page stored in ROM is also called the hardware code page. In Western PCs it typically defaults to code page 437, but various Eastern European PCs used a number of othe... | 220.561224 | 2,081 | 0.802406 |
f1918d3fa21b68985eb6cd65086a3ab90a81ee80 | 1,789 | asm | Assembly | programs/oeis/244/A244636.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/244/A244636.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/244/A244636.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A244636: a(n) = 30*n^2.
; 0,30,120,270,480,750,1080,1470,1920,2430,3000,3630,4320,5070,5880,6750,7680,8670,9720,10830,12000,13230,14520,15870,17280,18750,20280,21870,23520,25230,27000,28830,30720,32670,34680,36750,38880,41070,43320,45630,48000,50430,52920,55470,58080,60750,63480,66270,69120,72030,75000,78030,81120,84... | 255.571429 | 1,732 | 0.844047 |
e1ee91a0f200a89b5167659053540968d288c691 | 2,107 | asm | Assembly | src/main-logic.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | 2 | 2019-08-03T17:09:30.000Z | 2021-04-01T22:17:09.000Z | src/main-logic.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | null | null | null | src/main-logic.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | 1 | 2019-08-04T21:26:32.000Z | 2019-08-04T21:26:32.000Z | ;-----------------------------------------------
; Arquitectura de Computadores I
;
; Calculadora en Postfijo
;-----------------------------------------------
; + los dos valores al tope de la pila, los retira y luego apila el resultado.
; - resta los valores al tope de la pila
; * multiplica los valores
; / divide ... | 28.093333 | 109 | 0.663977 |
130ac17d0b612e3c91b6fe026bbbb551cbc16948 | 3,851 | asm | Assembly | src/boss.asm | Gegel85/SpaceShooterGB | 7f1ff08708fd3ad91c911c7c91f8d07e1c7b2366 | [
"MIT"
] | 3 | 2020-02-24T14:31:36.000Z | 2020-03-28T22:38:57.000Z | src/boss.asm | Gegel85/SpaceShooterGB | 7f1ff08708fd3ad91c911c7c91f8d07e1c7b2366 | [
"MIT"
] | 4 | 2020-02-24T16:35:26.000Z | 2020-02-26T16:47:11.000Z | src/boss.asm | Gegel85/SpaceShooterGB | 7f1ff08708fd3ad91c911c7c91f8d07e1c7b2366 | [
"MIT"
] | 1 | 2020-02-24T14:31:39.000Z | 2020-02-24T14:31:39.000Z | spawnBoss:
reg BOSS_STATUS, 1
ld hl, BOSS_STRUCT
ld a, $3C
ld [hli], a
xor a
ld [hli], a
ld a, $20
ld [hli], a
ld hl, bossJingleBass
call playSound2
ld hl, MUSIC_2_START_PTR_H
ld a, bossBass >> 8
ld [hli], a
ld a, bossBass & $FF
ld [hl], a
ld hl, bossJingleMelody
call playSound
ld hl, MUSIC_START_... | 13.902527 | 45 | 0.654375 |
f3d38b1ce5bd08796ff00405e555e6e8ca2c3698 | 719 | asm | Assembly | oeis/090/A090016.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/090/A090016.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/090/A090016.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A090016: Permanent of (0,1)-matrix of size n X (n+d) with d=6 and n-1 zeros not on a line.
; Submitted by Christian Krause
; 7,49,399,3689,38087,433713,5394991,72737161,1056085191,16423175153,272275569167,4792916427369,89267526953479,1753598009244529,36232438035285807,785431570870425353,17822981129678644871,422495471... | 42.294118 | 471 | 0.817803 |
6d12be5148caa4ac5aa338cca731280b0929d4c6 | 780 | asm | Assembly | oeis/209/A209890.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/209/A209890.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/209/A209890.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A209890: Number of (n+1) X 2 0..2 arrays with every 2 X 2 subblock having two distinct values, and new values 0..2 introduced in row major order.
; Submitted by Jamie Morken(s4)
; 7,34,164,792,3824,18464,89152,430464,2078464,10035712,48456704,233969664,1129705472,5454700544,26337624064,127169298432,614027689984,29647... | 48.75 | 490 | 0.819231 |
c3985fd8db26f11dcc74d65f417659a08161c6df | 571 | asm | Assembly | programs/oeis/277/A277708.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/277/A277708.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/277/A277708.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A277708: a(n) = Least prime divisor of n with an odd exponent, or 1 if n is a perfect square.
; 1,2,3,1,5,2,7,2,1,2,11,3,13,2,3,1,17,2,19,5,3,2,23,2,1,2,3,7,29,2,31,2,3,2,5,1,37,2,3,2,41,2,43,11,5,2,47,3,1,2,3,13,53,2,5,2,3,2,59,3,61,2,7,1,5,2,67,17,3,2,71,2,73,2,3,19,7,2,79,5,1,2,83,3,5,2,3,2,89,2,7,23,3,2,5,2,97,2,... | 81.571429 | 228 | 0.637478 |
42fdfcee03732a4ffd34fbb640d9fd5084c9ce91 | 1,046 | asm | Assembly | programs/oeis/041/A041067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/041/A041067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/041/A041067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A041067: Denominators of continued fraction convergents to sqrt(40).
; 1,3,37,114,1405,4329,53353,164388,2026009,6242415,76934989,237047382,2921503573,9001558101,110940200785,341822160456,4212806126257,12980240539227,159975692596981,492907318330170,6074863512559021,18717497856007233,230684837784645817,710772011209944... | 149.428571 | 881 | 0.916826 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.