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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d0f8ae11813330ca260f0f3a1927aa9c45179e59 | 161 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_VDPType.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_VDPType.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_VDPType.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned char SMS_VDPType(void)
SECTION code_clib
SECTION code_SMSlib
PUBLIC _SMS_VDPType
EXTERN asm_SMSlib_VDPType
defc _SMS_VDPType = asm_SMSlib_VDPType
| 14.636364 | 38 | 0.850932 |
cf202da7fc4a6ebde32b90c84d2b34581b3d31d0 | 251 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/invsqrt.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/invsqrt.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/invsqrt.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math32
PUBLIC invsqrt
EXTERN m32_fsinvsqrt_fastcall
defc invsqrt = m32_fsinvsqrt_fastcall
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _invsqrt
EXTERN cm32_sdcc_fsinvsqrt
defc _invsqrt = cm32_sdcc_fsinvsqrt
ENDIF
| 15.6875 | 41 | 0.800797 |
801e11870063f91cbe8b41a804ef087ddbbb57ca | 7,191 | asm | Assembly | wtfx/main.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 59 | 2015-02-28T14:15:56.000Z | 2022-03-26T12:06:01.000Z | wtfx/main.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 1 | 2016-08-22T05:32:43.000Z | 2016-08-22T09:33:28.000Z | wtfx/main.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 9 | 2015-02-28T14:16:31.000Z | 2022-01-18T17:52:48.000Z | ;wtfx - wavetable player with fx
;by utz 02'2016
;hl - add counter ch1
;hl' - add counter ch2
;de/de' - temporarily hold base freq. values and sample pointers
;c/c' - #fe
;b/b' - timer lo/hi-byte
org #8000
di
init
ei ;detect kempston
halt
in a,(#1f)
inc a
jr nz,_skip
ld (maskKempston),a
_skip
... | 14.353293 | 71 | 0.546238 |
98808f8548d50e47592b485552649eaf00fff84f | 322 | asm | Assembly | boot/stage1/print.asm | nelsoncole/sirius-x86-64 | 741370f204a1da1fab2547e395f737cd383aee19 | [
"BSD-3-Clause"
] | 10 | 2021-08-18T22:37:50.000Z | 2022-02-07T11:12:32.000Z | boot/stage1/print.asm | nelsoncole/sirius-x86-64 | 741370f204a1da1fab2547e395f737cd383aee19 | [
"BSD-3-Clause"
] | null | null | null | boot/stage1/print.asm | nelsoncole/sirius-x86-64 | 741370f204a1da1fab2547e395f737cd383aee19 | [
"BSD-3-Clause"
] | null | null | null | print:
pusha
.next:
cld ; flag de direcção
lodsb ; a cada loop carrega si p --> al, actualizando si
cmp al, 0 ; compara al com o 0
je .end ; se al for 0 pula para o final do programa
mov ah, 0x0e ; função TTY da BIOS imprime caracter na tela
int 0x10 ; interrupção de vídeo
jmp .next
.end:
popa
re... | 23 | 59 | 0.667702 |
7920f36dc2ed3392cefb57b7ace53729b5d046dc | 7,876 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i7-8650U_0xd2.log_5492_939.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i7-8650U_0xd2.log_5492_939.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_un_4k_sm_/i7-8650U_0xd2.log_5492_939.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 %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x118c7, %r12
nop
nop
nop
nop
nop
dec %rdi
mov $0x6162636465666768, %r15
movq %r15, %xmm3
vmovups %ymm3, (%r12)
nop
nop
nop
inc %rbp
lea addresses_UC_ht+0x7107, %rsi
lea address... | 33.948276 | 2,999 | 0.654901 |
575ae9deda35ff7cda76d8f9716306ff60a0c486 | 1,241 | asm | Assembly | programs/oeis/187/A187272.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/187/A187272.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/187/A187272.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A187272: a(n) = (n/4)*2^(n/2)*((1+sqrt(2))^2 + (-1)^n*(1-sqrt(2))^2).
; 0,2,6,12,24,40,72,112,192,288,480,704,1152,1664,2688,3840,6144,8704,13824,19456,30720,43008,67584,94208,147456,204800,319488,442368,688128,950272,1474560,2031616,3145728,4325376,6684672,9175040,14155776,19398656,29884416,40894464,62914560,8598323... | 88.642857 | 1,068 | 0.841257 |
4a8497cdb8a1494b9b9647770924d85ec7b1ff28 | 167 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sdcc_iy/ffsl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sdcc_iy/ffsl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sdcc_iy/ffsl.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int ffsl(long i)
SECTION code_string
PUBLIC _ffsl
EXTERN asm_ffsl
_ffsl:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_ffsl
| 7.952381 | 19 | 0.616766 |
0530211dc393bd5c698d4e68e8ae0fa9a060c2ce | 5,032 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1540.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_1540.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_1540.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x63cc, %rsi
lea addresses_D_ht+0x17360, %rdi
clflush (%rdi)
nop
nop
nop
sub %r13, %r13
mov $114, %rcx
rep movsw
nop
cmp %rbx, %rbx
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r13
ret
.global s_fault... | 40.910569 | 2,999 | 0.660771 |
31bfb0666f50d8aa1dbd1227c2dea27586275805 | 72,280 | asm | Assembly | Source/GBSound.asm | AbePralle/GameBoySoundManipulator | 677243531c58a11faca6547dd15707d7feb64cfa | [
"MIT"
] | null | null | null | Source/GBSound.asm | AbePralle/GameBoySoundManipulator | 677243531c58a11faca6547dd15707d7feb64cfa | [
"MIT"
] | null | null | null | Source/GBSound.asm | AbePralle/GameBoySoundManipulator | 677243531c58a11faca6547dd15707d7feb64cfa | [
"MIT"
] | null | null | null | ;===============================================================================
; GBSound.asm
; 2000.03.06 by Abe Pralle
;===============================================================================
MPRINT: MACRO
push bc
ld a,\4
ld [textColor],a
ld b,\2
... | 25.281567 | 81 | 0.396458 |
b0ac923c6bdc10801d8afd888973e0f4bd0d5e00 | 83 | asm | Assembly | libsrc/graphics/__gfx_coords4.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/graphics/__gfx_coords4.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/graphics/__gfx_coords4.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
SECTION bss_graphics
PUBLIC __gfx_coords
__gfx_coords: defw 0
defw 0
| 9.222222 | 23 | 0.710843 |
92b963e9310cc19607afb981c6dbaa8f13666bc3 | 370 | asm | Assembly | programs/oeis/320/A320226.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/320/A320226.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/320/A320226.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A320226: Number of integer partitions of n whose non-1 parts are all equal.
; 1,1,2,3,5,6,9,10,13,15,18,19,24,25,28,31,35,36,41,42,47,50,53,54,61,63,66,69,74,75,82,83,88,91,94,97,105,106,109,112,119,120,127,128,133,138,141,142,151,153,158,161,166,167,174,177,184,187,190,191,202
lpb $0
sub $0,1
add $2,1
mov $3,... | 28.461538 | 202 | 0.654054 |
3af5cb19af76f4a460e1f328e3a611d49fb7898e | 540 | asm | Assembly | oeis/302/A302436.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/302/A302436.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/302/A302436.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A302436: a(n) is the number of ways of writing the binary expansion of n as a concatenation of nonempty substrings with Hamming weight at most 1.
; Submitted by Christian Krause
; 1,1,2,1,4,3,2,1,8,7,6,3,4,3,2,1,16,15,14,7,12,9,6,3,8,7,6,3,4,3,2,1,32,31,30,15,28,21,14,7,24,21,18,9,12,9,6,3,16,15,14,7,12,9,6,3,8,7,6,3... | 33.75 | 250 | 0.62963 |
69ad2dd63f4b54e10445b6e92d5a3c93eddc1d91 | 304 | asm | Assembly | programs/oeis/105/A105338.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/105/A105338.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/105/A105338.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A105338: a(n) = n*(n+1)/2 mod 512.
; 0,1,3,6,10,15,21,28,36,45,55,66,78,91,105,120,136,153,171,190,210,231,253,276,300,325,351,378,406,435,465,496,16,49,83,118,154,191,229,268,308,349,391,434,478,11,57,104,152,201,251,302,354,407,461,4,60,117,175,234
mov $2,$0
pow $2,2
add $0,$2
mod $0,1024
div $0,2
| 33.777778 | 215 | 0.661184 |
64a8cca61e8466eac9d4407a6f59fd522e5fa959 | 1,220 | asm | Assembly | programs/oeis/269/A269878.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/269/A269878.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/269/A269878.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A269878: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 43", based on the 5-celled von Neumann neighborhood.
; 1,6,11,48,61,158,183,368,409,710,771,1216,1301,1918,2031,2848,2993,4038,4219,5520,5741,7326,7591,9488,9801,12038,12403,15... | 50.833333 | 823 | 0.771311 |
6e78557901d065f874196b06670810158aff39e5 | 489 | asm | Assembly | programs/oeis/024/A024204.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024204.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024204.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024204: [ (3rd elementary symmetric function of S(n))/(2nd elementary symmetric function of S(n)) ], where S(n) = {first n+2 odd positive integers}.
; 0,2,4,6,10,14,19,24,30,37,44,53,61,71,81,92,103,115,128,141,156,170,186,202,219,236,254,273,292,313,333,355,377,400,423,447,472,497,524,550,578,606,635,664,694,725,75... | 27.166667 | 202 | 0.666667 |
8b42432ac9a0d5217ac95967f34d554f86bb761f | 537 | asm | Assembly | oeis/140/A140840.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140840.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140840.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140840: Primes of the form 210n+11.
; Submitted by Christian Krause
; 11,431,641,1061,1481,1901,2111,2531,2741,3371,3581,4001,4211,4421,5051,5261,5471,6101,6311,6521,7151,8831,9041,9461,10091,10301,11351,11981,12401,12611,12821,13241,13451,14081,15131,15551,15761,15971,16811,17021
mov $1,10
mov $2,$0
add $2,2
pow $... | 23.347826 | 213 | 0.681564 |
6ca52b723586065b9f3fc184d790262ccfcf8ab2 | 5,431 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_876.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_876.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_876.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 %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x6f88, %r9
nop
nop
nop
nop
nop
and %r8, %r8
movups (%r9), %xmm5
vpextrq $0, %xmm5, %r14
and $28748, %r15
lea addresses_normal_ht+0x9b21, %rsi
lea addresses_WT_ht+0x37f1, %rdi
no... | 44.154472 | 2,999 | 0.659547 |
86c3adee425f7a50c543492520e1e707cbf52a1d | 2,095 | asm | Assembly | lib/core/stack/_udt.asm | locodarwin/xc-basic3 | 74d73fb4049980fc0c7b648b4893ce3a53056af3 | [
"MIT"
] | 11 | 2021-08-05T18:13:21.000Z | 2022-03-26T21:44:50.000Z | lib/core/stack/_udt.asm | locodarwin/xc-basic3 | 74d73fb4049980fc0c7b648b4893ce3a53056af3 | [
"MIT"
] | 119 | 2021-08-09T06:28:44.000Z | 2022-03-31T07:12:11.000Z | lib/core/stack/_udt.asm | locodarwin/xc-basic3 | 74d73fb4049980fc0c7b648b4893ce3a53056af3 | [
"MIT"
] | 3 | 2022-01-22T05:25:09.000Z | 2022-03-26T17:11:55.000Z | PROCESSOR 6502
; Push variable of user defined type onto stack
; Variable label in {1}
; Number of bytes in {2}
MAC pudtvar
ldx #0
.do
lda.wx {1}
pha
inx
cpx #{2}
bcc .do
ENDM
; Pull value of user defined type off of stack into variable
; Variable label in {1}
; Number of bytes in {2}
MAC pludtvar
... | 14.251701 | 61 | 0.633413 |
ad52835fa1a81a21732fb3a0bd33d4582dc946bb | 976 | asm | Assembly | src/stars/examples/arrays/dec_to_hex.asm | kevintmcdonnell/stars | ce0df570c546a8490ef4f9ceeb84c8e1132b2791 | [
"MIT"
] | 9 | 2020-11-05T21:26:09.000Z | 2022-03-04T15:24:40.000Z | src/stars/examples/arrays/dec_to_hex.asm | kevintmcdonnell/stars | ce0df570c546a8490ef4f9ceeb84c8e1132b2791 | [
"MIT"
] | 7 | 2020-11-06T15:59:40.000Z | 2021-08-31T16:36:43.000Z | src/stars/examples/arrays/dec_to_hex.asm | kevintmcdonnell/stars | ce0df570c546a8490ef4f9ceeb84c8e1132b2791 | [
"MIT"
] | 1 | 2021-07-13T21:55:02.000Z | 2021-07-13T21:55:02.000Z | ## hex.asm ask user for decimal number,
## convert to hex, print the result.
.data
result: .space 8
.asciiz "\n"
prompt: .asciiz "Enter decimal number: "
ans1: .asciiz "Hexadecimal is "
.text
.globl main
main:
la $a0,prompt # print prompt on terminal
li $v0,4
syscall
li $v0,5 # sycall 5 reads an integer
sysca... | 20.765957 | 46 | 0.663934 |
c0bbbc142c4c33255f502adad1f912ea845bc200 | 686 | asm | Assembly | PIC/mikroC/Projects/PIC18F4550/PIC18F4550_DEV.asm | UdayanSinha/Code_Blocks | 43c010dcfb587942b6e6f8ba72b93862042afa1d | [
"MIT"
] | 3 | 2016-10-30T05:54:44.000Z | 2021-05-17T20:24:42.000Z | PIC/mikroC/Projects/PIC18F4550/PIC18F4550_DEV.asm | UdayanSinha/Code_Blocks | 43c010dcfb587942b6e6f8ba72b93862042afa1d | [
"MIT"
] | null | null | null | PIC/mikroC/Projects/PIC18F4550/PIC18F4550_DEV.asm | UdayanSinha/Code_Blocks | 43c010dcfb587942b6e6f8ba72b93862042afa1d | [
"MIT"
] | 1 | 2018-10-04T08:20:25.000Z | 2018-10-04T08:20:25.000Z |
_main:
;PIC18F4550_DEV.c,1 :: void main(void)
;PIC18F4550_DEV.c,3 :: TRISD=0xFE;
MOVLW 254
MOVWF TRISD+0
;PIC18F4550_DEV.c,4 :: while(1)
L_main0:
;PIC18F4550_DEV.c,6 :: PORTD.B0=~PORTD.B0;
BTG PORTD+0, 0
;PIC18F4550_DEV.c,7 :: Delay_ms(500);
MOVLW 13
MOVWF ... | 20.787879 | 45 | 0.530612 |
865e871388c590bffa5a39671d23e50c27c95351 | 1,968 | asm | Assembly | programs/oeis/217/A217873.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/217/A217873.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/217/A217873.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A217873: 4*n*(n^2+2)/3.
; 0,4,16,44,96,180,304,476,704,996,1360,1804,2336,2964,3696,4540,5504,6596,7824,9196,10720,12404,14256,16284,18496,20900,23504,26316,29344,32596,36080,39804,43776,48004,52496,57260,62304,67636,73264,79196,85440,92004,98896,106124,113696,121620,129904,138556,147584,156996,166800,177004,187616,1... | 196.8 | 1,884 | 0.851626 |
36d9c03fbea053e879ba272ef4541a3a808e983b | 704 | asm | Assembly | oeis/001/A001781.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001781.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001781.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001781: Expansion of 1/((1+x)*(1-x)^10).
; Submitted by Christian Krause
; 1,9,46,174,541,1461,3544,7896,16414,32206,60172,107788,186142,311278,505912,801592,1241383,1883167,2803658,4103242,5911763,8395387,11764688,16284112,22282988,30168268,40439192,53704088,70699532,92312108,119603024,153835856,196507709,249384101... | 39.111111 | 495 | 0.78125 |
cd303d8e7ccd6ee3361f94c03e0ff3d491eec34c | 5,379 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_275.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_275.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_275.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x19ee0, %rsi
lea addresses_UC_ht+0xee0, %rdi
nop
nop
inc %rbx
mov $111, %rcx
rep movsw
nop
nop
nop
nop
add $48807, %rcx
lea addresses_D_ht+0x17370, %rbp
nop
nop
nop
nop
nop
and $48727,... | 44.825 | 2,999 | 0.660904 |
4315725ba8ba5d7bf9dc3312f6ad4e3ae6e94434 | 6,334 | asm | Assembly | Windows/FastMaxU64.asm | clayne/FastExtrema | 9d38cdcd095f7ea07e94c9690b79bcd9ac1228b3 | [
"MIT"
] | 6 | 2021-04-02T16:09:13.000Z | 2022-01-24T11:15:48.000Z | Windows/FastMaxU64.asm | komrad36/FastArrayOps | 9d38cdcd095f7ea07e94c9690b79bcd9ac1228b3 | [
"MIT"
] | null | null | null | Windows/FastMaxU64.asm | komrad36/FastArrayOps | 9d38cdcd095f7ea07e94c9690b79bcd9ac1228b3 | [
"MIT"
] | 1 | 2021-02-17T21:51:17.000Z | 2021-02-17T21:51:17.000Z | ; /*******************************************************************
; *
; * Author: Kareem Omar
; * kareem.h.omar@gmail.com
; * https://github.com/komrad36
; *
; * Last updated Oct 11, 2020
; *******************************************************************/
_TEXT$FastMaxU64 SEGMENT ALIGN(64)
FastMax... | 28.276786 | 70 | 0.642564 |
baa38837fa7748ac6ade25044e0798e1b9657ff6 | 3,315 | asm | Assembly | misc/spriteDemo.asm | TheStormkeeper/c64_fun | 8aa214b945e33f3326c0576d0720955fbce51809 | [
"MIT"
] | 13 | 2016-01-29T13:57:19.000Z | 2021-10-21T23:36:08.000Z | misc/spriteDemo.asm | kondrak/c64_fun | 22604fc2d465aa065ac132a9996a8d615ad79a92 | [
"MIT"
] | null | null | null | misc/spriteDemo.asm | kondrak/c64_fun | 22604fc2d465aa065ac132a9996a8d615ad79a92 | [
"MIT"
] | 3 | 2015-07-16T15:22:31.000Z | 2020-05-03T09:38:48.000Z | ;
; Demo displaying a single sprite and handling joystick actions.
; Uses raster interrupt.
;
!to "spritedemo.prg", cbm
; launch routine
*=$0801
!byte $0c, $08, $0a, $00, $9e, $20, $38, $31, $39, $32
deltaX !byte $0 ; dx for joystick movement ( -1 - left, 1 - right, 0 - none)
deltaY !byte $0 ; dy for j... | 17.539683 | 103 | 0.534842 |
d4d76b0249ef35ea9e7f2231cec9618dd92dbf1f | 8,450 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3078.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_3078.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_3078.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 %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xb04, %rsi
lea addresses_WT_ht+0x11304, %rdi
xor $32035, %rdx
mov $42, %rcx
rep movsw
nop
nop
xor $417, %r9
lea addresses_D_ht+0x10334, %r8
nop
nop
cmp $7149, %rcx
movl $0x61626... | 29.753521 | 2,999 | 0.65432 |
d4eb025d3e0ed380ca3944f8d9d58b239cb4d772 | 81 | asm | Assembly | libsrc/math/daimath32/c/asm/___dai32_xcos.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/daimath32/c/asm/___dai32_xcos.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/daimath32/c/asm/___dai32_xcos.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION code_fp_dai32
PUBLIC ___dai32_xcos
EXTERN xcos
defc ___dai32_xcos = xcos
| 16.2 | 25 | 0.864198 |
99db4b7c7df5c509efa72d69a84c399d79334585 | 270 | asm | Assembly | programs/oeis/145/A145910.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/145/A145910.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/145/A145910.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A145910: a(n) = (1 + 3*n)*(4 + 3*n)/2.
; 2,14,35,65,104,152,209,275,350,434,527,629,740,860,989,1127,1274,1430,1595,1769,1952,2144,2345,2555,2774,3002,3239,3485,3740,4004,4277,4559,4850,5150,5459,5777,6104,6440,6785,7139,7502,7874
mul $0,3
add $0,3
bin $0,2
sub $0,1
| 33.75 | 191 | 0.681481 |
fd68397e0a0844efea97acdb2c8b31cc52c44034 | 2,846 | asm | Assembly | coverage/IN_CTS/0445-COVERAGE-nir-opt-idiv-const-90/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/IN_CTS/0445-COVERAGE-nir-opt-idiv-const-90/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/IN_CTS/0445-COVERAGE-nir-opt-idiv-const-90/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 51
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %32
OpExecutionMode %4 OriginUp... | 34.707317 | 59 | 0.48981 |
dc7582d2515ab6d4d6da3921141e3c417cfba3fc | 517 | asm | Assembly | oeis/160/A160207.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/160/A160207.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/160/A160207.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | ; A160207: Decimal expansion of (907+210*sqrt(2))/857.
; Submitted by Jamie Morken(w4)
; 1,4,0,4,8,8,3,1,3,6,6,3,7,5,1,4,5,3,9,3,7,9,6,4,3,6,7,8,0,4,4,3,8,3,4,2,6,4,8,7,3,1,7,4,9,5,7,1,6,6,3,8,3,8,4,3,2,5,6,7,4,1,4,8,1,6,5,7,5,7,0,8,3,4,0,3,7,8,3,5,2,1,7,7,1,9,7,3,6,0,8,1,7,8,3,0,1,9,0,2
bin $1,$0
mov $2,2
mov $3,$0
m... | 18.464286 | 201 | 0.539652 |
5f7e6b5d74571bc22b923913a709c73243aa09a3 | 2,385 | asm | Assembly | Tests/timing.i.asm | ped7g/ZXSpectrumNextTests | 3a3082cf3b2b17e1d9cd4f1d5c71934a2c3ce862 | [
"MIT"
] | 3 | 2018-12-29T16:02:49.000Z | 2020-01-30T06:41:37.000Z | Tests/timing.i.asm | ped7g/ZXSpectrumNextTests | 3a3082cf3b2b17e1d9cd4f1d5c71934a2c3ce862 | [
"MIT"
] | null | null | null | Tests/timing.i.asm | ped7g/ZXSpectrumNextTests | 3a3082cf3b2b17e1d9cd4f1d5c71934a2c3ce862 | [
"MIT"
] | null | null | null | MACRO WAIT_FOR_SCANLINE scanline
ld l, scanline
call WaitForScanline
ENDM
MACRO WAIT_FOR_SCANLINE_MSB msb
ld l, msb
call WaitForScanlineMSB
ENDM
; delays for (C-1)x4363T + Bx17T + 16T + 27T, where r=0 is as r=256
MACRO IDLE_WAIT delay_counts
... | 34.071429 | 89 | 0.618449 |
54016021c0a7792546ea9da3028ca0914374bce2 | 3,104 | asm | Assembly | src/main.asm | Gegel85/SpaceShooterGB | 7f1ff08708fd3ad91c911c7c91f8d07e1c7b2366 | [
"MIT"
] | 3 | 2020-02-24T14:31:36.000Z | 2020-03-28T22:38:57.000Z | src/main.asm | Gegel85/SpaceShooterGB | 7f1ff08708fd3ad91c911c7c91f8d07e1c7b2366 | [
"MIT"
] | 4 | 2020-02-24T16:35:26.000Z | 2020-02-26T16:47:11.000Z | src/main.asm | Gegel85/SpaceShooterGB | 7f1ff08708fd3ad91c911c7c91f8d07e1c7b2366 | [
"MIT"
] | 1 | 2020-02-24T14:31:39.000Z | 2020-02-24T14:31:39.000Z | include "src/constants.asm"
include "src/macro.asm"
SECTION "Main", ROM0
; Locks the CPU
; Params:
; None
; Return:
; None
; Registers:
; N/A
lockup::
reset INTERRUPT_ENABLED
halt
; Main function
main::
call init ; Init
ld sp, $E000 ; Init stack
jp intro
mainMenu::
ld hl, me... | 16.082902 | 44 | 0.719072 |
07486df2facdcd8649b418a1fd9bf5e02d49624f | 3,459 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/powerpc32/addmul_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/powerpc32/addmul_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/powerpc32/addmul_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl PowerPC-32 mpn_addmul_1 -- Multiply a limb vector with a limb and add the
dnl result to a second limb vector.
dnl Copyright 1995, 1997, 1998, 2000-2003, 2005 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or... | 21.61875 | 79 | 0.699046 |
58b09236e4855eb4b95255b59b0c1607bbf07f38 | 1,425 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_61_80.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_61_80.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_61_80.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 %r9
push %rbp
push %rdi
lea addresses_D_ht+0x191d4, %rdi
clflush (%rdi)
nop
nop
nop
cmp %rbp, %rbp
mov (%rdi), %r12
sub $18369, %r9
pop %rdi
pop %rbp
pop %r9
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r15
push %r8
push %rax
push %rb... | 19 | 182 | 0.644912 |
8692e453c1008c30426e44cefa49bd83e629179f | 557 | asm | Assembly | oeis/269/A269788.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/269/A269788.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/269/A269788.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A269788: Primes p such that 2*p + 47 is a square.
; Submitted by Jon Maiga
; 17,37,61,89,157,197,241,397,457,521,661,1277,1381,1489,1601,2089,2221,2357,2789,3257,3761,4877,5077,5281,5701,6361,7057,7297,7541,7789,8297,8821,10781,11681,12301,13921,15289,15641,17837,18217,19381,19777,20177,21401
mov $1,10
mov $2,332202... | 24.217391 | 218 | 0.666068 |
24241ee6833a487a393d9960b25e0bf5e787ce91 | 1,645 | asm | Assembly | programs/oeis/122/A122046.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/122/A122046.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/122/A122046.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A122046: Partial sums of floor(n^2/8).
; 0,0,0,1,3,6,10,16,24,34,46,61,79,100,124,152,184,220,260,305,355,410,470,536,608,686,770,861,959,1064,1176,1296,1424,1560,1704,1857,2019,2190,2370,2560,2760,2970,3190,3421,3663,3916,4180,4456,4744,5044,5356,5681,6019,6370,6734,7112,7504,7910,8330,8765,9215,9680,10160,10656,111... | 117.5 | 1,507 | 0.807295 |
c0587bb87ad1b3058c723817178d66571c0bc993 | 10,176 | asm | Assembly | fiat-amd64/38.51_ratio12082_seed4032974613556909_square_p224.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 491 | 2015-11-25T23:44:39.000Z | 2022-03-29T17:31:21.000Z | fiat-amd64/38.51_ratio12082_seed4032974613556909_square_p224.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 755 | 2016-02-02T14:03:05.000Z | 2022-03-31T16:47:23.000Z | fiat-amd64/38.51_ratio12082_seed4032974613556909_square_p224.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 117 | 2015-10-25T16:28:15.000Z | 2022-02-08T23:01:09.000Z | SECTION .text
GLOBAL square_p224
square_p224:
sub rsp, 0x88 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x58 ], rbx; saving to stack
mov [ rsp + 0x60 ], rbp; saving to stack
mov [ rsp + 0x68 ], r12; saving to stack
mov [ rsp + 0x70 ], r13; saving to stack
mov [ rsp + 0x78 ], r14; saving to stack
mov [ rsp + 0x... | 38.545455 | 141 | 0.687991 |
37b1d2ce75ee8653d13d716126cbcc8d3920baca | 133 | asm | Assembly | programs/oeis/086/A086388.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/086/A086388.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/086/A086388.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A086388: Duplicate of A008619.
; 1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15
mov $1,$0
div $1,2
add $1,1
| 19 | 70 | 0.601504 |
995dd1148603bfe2e55fec5ad45592288a4255b8 | 51,860 | asm | Assembly | Firmware/obj/hm_trp/radio~hm_trp/packet.asm | mgrunsfeld/SiK | 76563efb25620265b47992d7af30cb4de9849941 | [
"BSD-2-Clause"
] | null | null | null | Firmware/obj/hm_trp/radio~hm_trp/packet.asm | mgrunsfeld/SiK | 76563efb25620265b47992d7af30cb4de9849941 | [
"BSD-2-Clause"
] | null | null | null | Firmware/obj/hm_trp/radio~hm_trp/packet.asm | mgrunsfeld/SiK | 76563efb25620265b47992d7af30cb4de9849941 | [
"BSD-2-Clause"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.5.0 #9253 (Mar 24 2016) (Linux)
; This file was generated Mon Jul 23 11:34:34 2018
;--------------------------------------------------------
.module packet
.optsdcc -mmcs51 --model-large
;... | 21.072735 | 140 | 0.660297 |
455cd03105c6060df4c3e0e69fce5835d68a3e8b | 403 | asm | Assembly | libsrc/_DEVELOPMENT/l/sccz80/9-common/l_gint_eq.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/sccz80/9-common/l_gint_eq.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/sccz80/9-common/l_gint_eq.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Z88 Small C+ Run time Library
; Moved functions over to proper libdefs
; To make startup code smaller and neater!
;
; 6/9/98 djm
;
; 13/5/99 djm Optimizer routine to test against zero
; Returns z=0 nz otherwise as well as the int in hl
SECTION code_clib
SECTION code_l_sccz80
PUB... | 17.521739 | 58 | 0.632754 |
ed8be34e7a39388eee3db63b6ced9a511424eec8 | 538 | asm | Assembly | oeis/271/A271055.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/271/A271055.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/271/A271055.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A271055: Number of active (ON,black) cells at stage 2^n-1 of the two-dimensional cellular automaton defined by "Rule 259", based on the 5-celled von Neumann neighborhood.
; Submitted by Jon Maiga
; 1,5,36,212,948,3956,16116,65012,261108,1046516,4190196,16769012,67092468,268402676,1073676276,4294836212
seq $0,273385 ... | 44.833333 | 177 | 0.756506 |
d47cdde195827aa5d39ad304a3157968d72eb179 | 106 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/scalbln.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/scalbln.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/scalbln.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC _scalbln
EXTERN cm48_sdcciy_scalbln
defc _scalbln = cm48_sdcciy_scalbln
| 11.777778 | 35 | 0.858491 |
98ea49bdfdeab5388fb54a1124809b3670c2c97e | 706 | asm | Assembly | src/link_to_cpp/LinkToCpp.asm | AaronWharton/custom-process | 5a2b78a869e30883bdd0d586d611849786f1dc35 | [
"Apache-2.0"
] | null | null | null | src/link_to_cpp/LinkToCpp.asm | AaronWharton/custom-process | 5a2b78a869e30883bdd0d586d611849786f1dc35 | [
"Apache-2.0"
] | null | null | null | src/link_to_cpp/LinkToCpp.asm | AaronWharton/custom-process | 5a2b78a869e30883bdd0d586d611849786f1dc35 | [
"Apache-2.0"
] | null | null | null | ; assembly process (LinkToCpp.asm)
.586
.model flat,stdcall ; .model flat,C is also OK.
; C++ functions
displayMessage PROTO C
displayResult PROTO C, value:DWORD
LOOP_TIME = 10 ; loop time
.data
intVal DWORD ? ; get the value and save the result
.code
;-------------------------------------... | 21.393939 | 75 | 0.553824 |
0b821ed3cdd1d784eccfa9e5b2eb4bcb2cb211b5 | 586 | asm | Assembly | oeis/254/A254474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/254/A254474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/254/A254474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A254474: 30-gonal numbers: a(n) = n*(14*n-13).
; 0,1,30,87,172,285,426,595,792,1017,1270,1551,1860,2197,2562,2955,3376,3825,4302,4807,5340,5901,6490,7107,7752,8425,9126,9855,10612,11397,12210,13051,13920,14817,15742,16695,17676,18685,19722,20787,21880,23001,24150,25327,26532,27765,29026,30315,31632,32977,34350,35751,... | 73.25 | 496 | 0.778157 |
80f55a0898060941637357fcdedeb41cc8ff4eeb | 704 | asm | Assembly | oeis/293/A293641.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/293/A293641.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/293/A293641.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A293641: a(n) is the integer k that minimizes |k/Fibonacci(n) - 2/5|.
; Submitted by Jamie Morken(m1)
; 0,0,0,1,1,2,3,5,8,14,22,36,58,93,151,244,395,639,1034,1672,2706,4378,7084,11463,18547,30010,48557,78567,127124,205692,332816,538508,871324,1409831,2281155,3690986,5972141,9663127,15635268,25298394,40933662,66232056... | 78.222222 | 489 | 0.785511 |
e113183f098e68342110fd7267b85bc8d892cef7 | 352 | asm | Assembly | programs/oeis/137/A137512.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/137/A137512.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/137/A137512.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A137512: The number of nodes visible from underneath a binary tree, where the nodes are placed such that the innermost of the two sprouting nodes should be underneath the mother.
; 1,1,2,3,3,3,4,5,5,6,6,6,7,7,8,9,9,10,10,11,11,12,12,12,13,13,14,14,15,15,16
mov $2,$0
add $0,4
lpb $2
div $2,2
mov $1,$2
trn $2,1
... | 25.142857 | 180 | 0.676136 |
b8d6dd4864ed3feb50adb4cb0f14c5a97ba2443f | 1,169 | asm | Assembly | x86/src/32/indexed-32.asm | sneakin/north | bff0fdaa6d4641c54c4dc9942948e2edd34f2251 | [
"Linux-OpenIB"
] | 2 | 2019-02-25T19:20:26.000Z | 2019-05-11T00:32:01.000Z | x86/src/32/indexed-32.asm | sneakin/north | bff0fdaa6d4641c54c4dc9942948e2edd34f2251 | [
"Linux-OpenIB"
] | null | null | null | x86/src/32/indexed-32.asm | sneakin/north | bff0fdaa6d4641c54c4dc9942948e2edd34f2251 | [
"Linux-OpenIB"
] | null | null | null | bits 32
defop index->pointer,index_to_pointer
mov eax, [esp+ptrsize]
and eax, [d_index_mask+dict_entry_data]
call [d_dict_offset_a+dict_entry_code]
mov [esp+ptrsize], eax
ret
defop literal_indexed
mov eax, [eval_ip]
and eax, [d_index_mask+dict_entry_data]
call [d_dict_offset_a+dict_entry_code]
add e... | 20.155172 | 44 | 0.779299 |
616b4269800d9abd0120ed774f9db6bad9ba8543 | 428 | asm | Assembly | oeis/329/A329754.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/329/A329754.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/329/A329754.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A329754: Doubly pentagonal pyramidal numbers.
; Submitted by Jon Maiga
; 0,1,126,3078,32800,213750,1008126,3783976,11985408,33297075,83338750,191592126,410450976,828497488,1589341950,2917620000,5154021376,8801526501,14585352318,23529456550,37052820000,57089119626,86233820926,127923156648,186649920000,268221484375,380... | 28.533333 | 256 | 0.787383 |
4ceb0e37235ac8c6cd0d190e0f7cdca4be3ae57c | 2,628 | asm | Assembly | libsrc/stdio_new/file/stream-out/stdio_out_ld.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/stdio_new/file/stream-out/stdio_out_ld.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/stdio_new/file/stream-out/stdio_out_ld.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; stdio_out_ld
; 05.2008 aralbrec
XLIB stdio_out_ld
LIB stdio_longnumprec, stdio_outcommon, stdio_nextarg
LIB l_int2long_s, l_long_neg
XREF LIBDISP_STDIO_OUTCOMMON_SIGNED
INCLUDE "../../stdio.def"
; output %ld parameter, handles both 16-bit %d and 32-bit %ld
;
; enter : ix = FILE *
; a = precision... | 30.206897 | 102 | 0.548326 |
046c2e6d10fc81cdb5b34224aa60c1e5154e70cd | 2,579 | asm | Assembly | base/crts/crtw32/string/i386/strrchr.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/crts/crtw32/string/i386/strrchr.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/crts/crtw32/string/i386/strrchr.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page ,132
title strrchr - find last occurence of character in string
;***
;strrchr.asm - find last occurrence of character in string
;
; Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines strrchr() - find the last occurrence of a given character
; in a string.
;
;Rev... | 24.102804 | 81 | 0.592478 |
07c77f0f75267b7c608639aff263541cb22928f8 | 607 | asm | Assembly | programs/oeis/040/A040670.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040670.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040670.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A040670: Continued fraction for sqrt(697).
; 26,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2,52,2,2
mov $9,$0
mov $11,2
lpb $11
clr $0,9
mov $0,$9
sub $11,1
add $0,$11
sub $... | 15.973684 | 190 | 0.514003 |
d13ab09fcf0217ca54a575e6a311b31eee1babd5 | 744 | asm | Assembly | oeis/041/A041867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041867: Denominators of continued fraction convergents to sqrt(455).
; Submitted by Christian Krause
; 1,3,127,384,16255,49149,2080513,6290688,266289409,805158915,34082963839,103054050432,4362353081983,13190113296381,558347111529985,1688231447886336,71464067922756097,216080435216154627,9146842347001250431,2765660747... | 39.157895 | 496 | 0.830645 |
ae2e638d81d937ae5445665f581921da2d8b5f04 | 5,859 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1450.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1450.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1450.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 %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1bfa9, %rcx
nop
nop
dec %rdx
mov $0x6162636465666768, %r9
movq %r9, (%rcx)
nop
nop
nop
xor $23896, %r9
lea addresses_D_ht+0x1d53, %r11
nop
nop
nop
nop
cmp $3933, %rsi
movl $0x... | 36.849057 | 2,999 | 0.657279 |
2e75a351f0c3f4d2963b1290d935243fc1c68b90 | 347 | asm | Assembly | programs/oeis/122/A122769.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/122/A122769.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/122/A122769.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A122769: Numbers k such that k^2 is of the form 3*m^2 + 2*m + 1 (A056109).
; 1,11,153,2131,29681,413403,5757961,80198051,1117014753,15558008491,216695104121,3018173449203,42037733184721,585510091136891,8155103542731753,113585939507107651,1582048049556775361
mul $0,2
mov $1,1
lpb $0
sub $0,1
add $2,$1
add $2,$1... | 26.692308 | 182 | 0.73487 |
099997cca4971c460880a35deaad74fa5bbe6067 | 1,972 | asm | Assembly | programs/oeis/304/A304830.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/304/A304830.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/304/A304830.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A304830: a(n) = 102*2^n - 108 (n>=1).
; 96,300,708,1524,3156,6420,12948,26004,52116,104340,208788,417684,835476,1671060,3342228,6684564,13369236,26738580,53477268,106954644,213909396,427818900,855637908,1711275924,3422551956,6845104020,13690208148,27380416404,54760832916,109521665940,219043331988,438086664084,8761733... | 197.2 | 1,871 | 0.923935 |
cae5db087d6f8ebc613508335ae093aa91eee17c | 505 | asm | Assembly | SMP_ATTR.asm | CodexLink/8086_ASM_DOSBOX_Examples | 215436099ccce5ee22206efc51af5ec37513a4a2 | [
"MIT"
] | null | null | null | SMP_ATTR.asm | CodexLink/8086_ASM_DOSBOX_Examples | 215436099ccce5ee22206efc51af5ec37513a4a2 | [
"MIT"
] | 1 | 2022-01-20T09:48:07.000Z | 2022-01-20T09:48:07.000Z | SMP_ATTR.asm | CodexLink/8086_ASM_DOSBOX_Examples | 215436099ccce5ee22206efc51af5ec37513a4a2 | [
"MIT"
] | 1 | 2021-08-17T05:40:03.000Z | 2021-08-17T05:40:03.000Z | ; Sample of Screen Attribute Modification — SMP_ATTR.asm
; Copyright (c) 2021 Janrey Licas
; This code is licensed under MIT license. (see LICENSE for details)
.MODEL TINY
.CODE
MOV AH, 09H ; Set to screen attribute mode.
MOV BX, 00B4H ; Set the background and foreground color and blink state to ON.
MOV AL, 'A' ; C... | 36.071429 | 79 | 0.726733 |
fa9d4105a7a78d49b4b9929ce88611f7ef7733fa | 321 | asm | Assembly | programs/oeis/096/A096944.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/096/A096944.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/096/A096944.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A096944: Seventh column of (1,5)-Pascal triangle A096940.
; 5,31,112,308,714,1470,2772,4884,8151,13013,20020,29848,43316,61404,85272,116280,156009,206283,269192,347116,442750,559130,699660,868140,1068795,1306305,1585836,1913072,2294248,2736184,3246320,3832752
mov $1,$0
add $0,5
bin $0,$1
add $1,30
mul $0,$1
div $0,6... | 32.1 | 201 | 0.760125 |
db9a1576ff2fc98de802c2aa1b570950f379ee44 | 260 | asm | Assembly | nand2tetris/personal/signum.asm | raventid/coursera_learning | 115a03f08d30d8ba49f02c9692c289cbfb242358 | [
"MIT"
] | 1 | 2019-11-28T09:26:00.000Z | 2019-11-28T09:26:00.000Z | nand2tetris/personal/signum.asm | raventid/coursera_learning | 115a03f08d30d8ba49f02c9692c289cbfb242358 | [
"MIT"
] | null | null | null | nand2tetris/personal/signum.asm | raventid/coursera_learning | 115a03f08d30d8ba49f02c9692c289cbfb242358 | [
"MIT"
] | null | null | null | // Program: Signum.asm
// Computes: if R0 > 0
// R1 = 1
// else
// R1 = 0
// TODO: I need to check instructions numbers. Not sure about do we count @ labels or not.
@R0
D=M
@8
D;JGT
@R1
M=0
@10
0;JMP
@R1
M=1
@10
0;JMP
| 10.4 | 90 | 0.519231 |
31d9515031ab4b05009272caf392ced7d21f3e05 | 19,168 | asm | Assembly | sprite/sprite.asm | avik-das/nesdev | 4de6dbe471a65d2de919b8e992ad029c25935939 | [
"BSD-3-Clause"
] | 4 | 2020-04-11T13:50:28.000Z | 2020-10-19T09:55:53.000Z | sprite/sprite.asm | avik-das/nesdev | 4de6dbe471a65d2de919b8e992ad029c25935939 | [
"BSD-3-Clause"
] | null | null | null | sprite/sprite.asm | avik-das/nesdev | 4de6dbe471a65d2de919b8e992ad029c25935939 | [
"BSD-3-Clause"
] | null | null | null | ; bg-ophis.asm - Avik Das
;
; A very simple demo, based on the NES101 tutorial by Michael Martin.
; This demo can be assembled using Ophis, and runs on FCEUX.
;
; This demo serves two purposes. Firstly, my goal is to learn NES
; development, which I can only achieve by creating a program.
; Secondly, the entirety of t... | 26.150068 | 74 | 0.582586 |
a9a01b325b4691fb1423b00bf6fc87de58b5939b | 474 | asm | Assembly | programs/oeis/214/A214856.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/214/A214856.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/214/A214856.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A214856: Number of triangular numbers in interval ](n-1)^2, n^2] for n>0, a(0)=1.
; 1,1,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1
mov $4,$0
mov $5,2
lpb $5
sub $5,1
add $0,$5
sub $0,1
mov $2,$5
mov $3,$0
... | 21.545455 | 149 | 0.523207 |
bcd99697fd2ec665c781386b8b67140acae0b445 | 714 | asm | Assembly | oeis/021/A021484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021484: Expansion of 1/((1-x)(1-3x)(1-5x)(1-12x)).
; Submitted by Christian Krause
; 1,21,310,4050,50371,613671,7411240,89174100,1071295141,12861600921,154369595770,1852587338550,22231809806311,266785528785771,3201445408153900,38417440232993400,461009759536223881,5532119498329912221,66385445900016205630,796625410402... | 39.666667 | 494 | 0.820728 |
7ebe915983ad59938451e1071ada62c0021d3ef8 | 3,825 | asm | Assembly | Kernel/asm/interrupts.asm | slococo/TP2-SO | bcf678e2a3c5f5b360b500276d4c119bacda970d | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/interrupts.asm | slococo/TP2-SO | bcf678e2a3c5f5b360b500276d4c119bacda970d | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/interrupts.asm | slococo/TP2-SO | bcf678e2a3c5f5b360b500276d4c119bacda970d | [
"BSD-3-Clause"
] | null | null | null | GLOBAL _cli
GLOBAL _sti
GLOBAL picMasterMask
GLOBAL picSlaveMask
GLOBAL haltcpu
GLOBAL _hlt
GLOBAL _irq00Handler
GLOBAL _irq01Handler
GLOBAL _irq02Handler
GLOBAL _irq03Handler
GLOBAL _irq04Handler
GLOBAL _irq05Handler
GLOBAL _systemCallsHandler
GLOBAL _exception0Handler
GLOBAL _exception6Handler
EXTERN irqDispatcher... | 12.142857 | 35 | 0.717647 |
b40cf4b6c1cc176587ad6e55449c60b3b310b10b | 15,571 | asm | Assembly | src/third_party/nasm/travis/test/testnos3.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/travis/test/testnos3.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 250 | 2018-02-02T23:16:57.000Z | 2022-03-21T06:09:53.000Z | src/third_party/nasm/travis/test/testnos3.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | ; Double-precision floating point tests, derived from Fred Tydeman's posting
; of 26 February 1996 to comp.arch.arithmetic, via David M. Gay's gdtoa
; package.
;
bits 64
dq 9.e0306
dq 0x7fa9a2028368022e
dq 4.e-079
dq 0x2fa7b6d71d20b96c
dq 7.e-261
dq 0x09eb8d7e32be6396
dq 6.e-025
dq 0x3ae7361cb863de62
dq ... | 16.019547 | 762 | 0.821848 |
5caa4a1afbf2cf46a93237cfcd347c5f6496249d | 344 | asm | Assembly | oeis/021/A021165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021165: Decimal expansion of 1/161.
; Submitted by Jamie Morken(s3)
; 0,0,6,2,1,1,1,8,0,1,2,4,2,2,3,6,0,2,4,8,4,4,7,2,0,4,9,6,8,9,4,4,0,9,9,3,7,8,8,8,1,9,8,7,5,7,7,6,3,9,7,5,1,5,5,2,7,9,5,0,3,1,0,5,5,9,0,0,6,2,1,1,1,8,0,1,2,4,2,2,3,6,0,2,4,8,4,4,7,2,0,4,9,6,8,9,4,4,0
add $0,1
mov $1,10
pow $1,$0
mul $1,84
div $1,13... | 28.666667 | 199 | 0.563953 |
cdeaaf96a074ffe1c3d0c515801238c51bcf2e1e | 1,884 | asm | Assembly | src/sm/maps.asm | SmolBig/alttp_sm_combo_randomizer_rom | 571ca88e10cce0b4477be8a0f5f9bdbe4693757c | [
"MIT"
] | null | null | null | src/sm/maps.asm | SmolBig/alttp_sm_combo_randomizer_rom | 571ca88e10cce0b4477be8a0f5f9bdbe4693757c | [
"MIT"
] | null | null | null | src/sm/maps.asm | SmolBig/alttp_sm_combo_randomizer_rom | 571ca88e10cce0b4477be8a0f5f9bdbe4693757c | [
"MIT"
] | null | null | null | BRINSTAR_MAP = $8000
BRINSTAR_VISIBLE = $9827
CRATERIA_MAP = $9000
CRATERIA_VISIBLE = $9727
NORFAIR_MAP = $A000
NORFAIR_VISIBLE = $9927
WRECKED_SHIP_MAP = $B000
WRECKED_SHIP_VISIBLE = $9A27
MARIDIA_MAP = $C000
MARIDIA_VISIBLE = $9B27
TOURIAN_MAP = $D000
TOURIAN_VISIBLE = $9C27
CERES_MAP = $E000
CERES_VISIBLE = $9D27
;... | 31.4 | 93 | 0.693737 |
0d29cd2c4596fb9e3c588d1c07cfe4aff8537b35 | 596 | asm | Assembly | Tejas-Simulator/PIN/pin-2.14/source/tools/Regvalue/doXsave_intel64.asm | markoshorro/tejas_knl | 5e772aef46362d8bec8ad6d5427b9bcff9be5cfe | [
"Apache-2.0"
] | 17 | 2021-07-10T13:22:26.000Z | 2022-02-09T20:11:39.000Z | pin_kit/source/tools/Regvalue/doXsave_intel64.asm | sawansib/SNIPER | 45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497 | [
"MIT"
] | 4 | 2021-08-18T14:07:24.000Z | 2022-01-24T16:38:06.000Z | pin_kit/source/tools/Regvalue/doXsave_intel64.asm | sawansib/SNIPER | 45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497 | [
"MIT"
] | 2 | 2021-08-03T10:56:16.000Z | 2022-01-31T12:10:56.000Z | PUBLIC DoXsave
extern xsaveArea:qword
.code
; void DoXsave();
; This function calls xsave and stores the FP state in the given dst area.
; The caller is expected to allocate enough space for the xsave area.
; The function expects the given dst pointer to be properly aligned for the xsave instruction.
DoXsave PROC
... | 18.625 | 94 | 0.645973 |
40701130653156d3f9fdb904e7dc3fc79b574787 | 1,160 | asm | Assembly | gsconv850/examples/alex16.asm | hwreverse/PocketComputerTools | a7097fd4ffacf29e9dc9979d38bb7118b85402c2 | [
"MIT"
] | 4 | 2019-12-23T05:41:39.000Z | 2021-07-23T09:53:45.000Z | gsconv850/examples/alex16.asm | hwreverse/PocketComputerTools | a7097fd4ffacf29e9dc9979d38bb7118b85402c2 | [
"MIT"
] | null | null | null | gsconv850/examples/alex16.asm | hwreverse/PocketComputerTools | a7097fd4ffacf29e9dc9979d38bb7118b85402c2 | [
"MIT"
] | null | null | null | 10 ORG 100H
20 JP MAIN
30GPF EQU 0BFD0H
40MAIN: LD HL,L0
50 LD B,32
60 LD DE,0
70 CALL GPF
80 LD HL,L1
90 LD B,32
100 LD DE,0100H
110 CALL GPF
120 CALL WAIT
130 LD HL,L2
140 LD B,32
150 LD DE,0000H
160 CALL GPF
170 LD HL,L3
180 LD B,32
190 LD DE,0100H
200 CALL GPF
210 CALL WAIT
220 IN A,(1FH)
230 RLCA
240 RET C
250 JP ... | 25.777778 | 75 | 0.666379 |
7d5dfa61cad808fc9814df03fbd2ccbbc1b311ac | 863 | asm | Assembly | pkgs/tools/yasm/src/modules/arch/x86/tests/gas64/align64.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/arch/x86/tests/gas64/align64.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/arch/x86/tests/gas64/align64.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | .text
# 15 fill
.byte 0xff
.p2align 4
# 14 fill
.byte 0xff
.byte 0xff
.p2align 4
# 13 fill
.byte 0xff
.byte 0xff
.byte 0xff
.p2align 4
# 12 fill
.byte 0xff
.byte 0xff
.byte 0xff
.byte 0xff
.p2align 4
# 11 fill
.byte 0xff
.byte 0xff
.byte 0xff
.byte 0xff
.byte 0xff
.p2align 4
# 10 fill
.byte 0xff
.byte 0xff
.byte 0xff
.... | 10.39759 | 10 | 0.701043 |
c389fbce88988672b1fb6c6f39944073196e31ca | 630 | asm | Assembly | programs/oeis/092/A092054.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/092/A092054.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/092/A092054.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A092054: Logarithm base 2 of the sum of numerator and denominator of the convergents of the continued fraction expansion [1;1/2,1/3,1/4,...,1/n,...].
; 1,2,4,6,7,8,11,14,15,16,18,20,21,22,26,30,31,32,34,36,37,38,41,44,45,46,48,50,51,52,57,62,63,64,66,68,69,70,73,76,77,78,80,82,83,84,88,92,93,94,96,98,99,100,103,106,1... | 22.5 | 210 | 0.580952 |
13410d06f19268321fa06ccb992dc4abc76d3dbd | 32 | asm | Assembly | pkgs/tools/yasm/src/modules/parsers/nasm/tests/alignnop32.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/parsers/nasm/tests/alignnop32.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/parsers/nasm/tests/alignnop32.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | bits 32
mov eax,32
align 16
ret
| 6.4 | 10 | 0.75 |
eb7fe98b39ed7593fb47a5ee81b9614de3c3df78 | 687 | asm | Assembly | oeis/052/A052650.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052650.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052650.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052650: E.g.f. 1/((1-2x)(1-x)^2).
; Submitted by Jamie Morken(s2)
; 1,4,22,156,1368,14400,177840,2530080,40844160,738823680,14816390400,326439590400,7840777190400,203947385241600,5711834461132800,171375956623872000,5484386299392000000,186475536553033728000,6713240961009623040000,255105589420373852160000,102042746677... | 40.411765 | 497 | 0.823872 |
924e8cc697398c988f4695e94dc38243674241ff | 14,156 | asm | Assembly | Kostur/lcd.asm | bogdanbebic/AirLevitation | e8473b4add427d0a104f3beb19bba1d6f30e8a56 | [
"MIT"
] | null | null | null | Kostur/lcd.asm | bogdanbebic/AirLevitation | e8473b4add427d0a104f3beb19bba1d6f30e8a56 | [
"MIT"
] | null | null | null | Kostur/lcd.asm | bogdanbebic/AirLevitation | e8473b4add427d0a104f3beb19bba1d6f30e8a56 | [
"MIT"
] | null | null | null |
_lcd_show_height_percentage:
;lcd.c,6 :: void lcd_show_height_percentage(int height_percentage)
;lcd.c,8 :: LCD_Out(1, 1, "Height:");
MOVLW 1
MOVWF FARG_Lcd_Out_row+0
MOVLW 1
MOVWF FARG_Lcd_Out_column+0
MOVLW ?lstr1_lcd+0
MOVWF FARG_Lcd_Out_text+0
MOVLW hi_addr(... | 28.031683 | 76 | 0.604408 |
ba4ff6954d641a34c22a91fa7410f989b3aff45d | 14,910 | asm | Assembly | archie/noise.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 59 | 2015-02-28T14:15:56.000Z | 2022-03-26T12:06:01.000Z | archie/noise.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 1 | 2016-08-22T05:32:43.000Z | 2016-08-22T09:33:28.000Z | archie/noise.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 9 | 2015-02-28T14:16:31.000Z | 2022-01-18T17:52:48.000Z | ; The format is 0
; High value is 224
; Low value is 15
db $07,$01,$04,$03,$01,$0D,$03,$01,$07,$01,$05,$03,$09,$0E,$05,$04
db $06,$02,$06,$06,$09,$13,$04,$07,$02,$02,$03,$03,$0D,$01,$04,$08
db $0D,$02,$03,$01,$07,$02,$05,$04,$02,$05,$11,$09,$04,$02,$08,$03
db $01,$06,$02,$01,$04,$06,$06,$04,$03,$01,$08... | 69.348837 | 70 | 0.479477 |
638489990d517f9b1cc01465ca54ce7ad127bdc1 | 5,123 | asm | Assembly | binutils-2.21.1/gcc-4.5.1/gcc/config/ia64/crtbegin.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 51 | 2015-01-31T01:51:39.000Z | 2022-02-18T02:01:50.000Z | binutils-2.21.1/gcc-4.5.1/gcc/config/ia64/crtbegin.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 7 | 2017-05-29T09:29:00.000Z | 2019-03-11T16:01:39.000Z | binutils-2.21.1/gcc-4.5.1/gcc/config/ia64/crtbegin.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 12 | 2015-03-26T08:05:38.000Z | 2022-02-18T02:01:51.000Z | /* Copyright (C) 2000, 2001, 2003, 2005, 2009 Free Software Foundation, Inc.
Contributed by Jes Sorensen, <Jes.Sorensen@cern.ch>
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software F... | 20.090196 | 76 | 0.671286 |
66095cadf08b3ce7190b51e805cf823fd222a63e | 618 | asm | Assembly | tests/r800/r800_extras.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/r800/r800_extras.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/r800/r800_extras.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ;mulub a,a ; #EDF9 - not guaranteed to work properly, sjasmplus doesn't support it
mulub a,b ; #EDC1
mulub a,c ; #EDC9
mulub a,d ; #EDD1
mulub a,e ; #EDD9
;mulub a,h ; #EDE1 - not guaranteed
;mulub a,l ; #EDE9 - n... | 30.9 | 99 | 0.472492 |
1b6868f9ee1fc194ab0afac70c59c03bd6d59774 | 2,334 | asm | Assembly | leddriver16bit.asm | brainsmoke/softpwmpdk | a893ed1e32ee5ad0b4101964e21a021cca0027c7 | [
"MIT"
] | 1 | 2021-11-08T17:12:45.000Z | 2021-11-08T17:12:45.000Z | leddriver16bit.asm | brainsmoke/softpwmpdk | a893ed1e32ee5ad0b4101964e21a021cca0027c7 | [
"MIT"
] | null | null | null | leddriver16bit.asm | brainsmoke/softpwmpdk | a893ed1e32ee5ad0b4101964e21a021cca0027c7 | [
"MIT"
] | 1 | 2022-03-25T17:50:53.000Z | 2022-03-25T17:50:53.000Z | .module softpwmpdk
BUFSIZE=8
.include "pdk.asm"
.include "delay.asm"
.include "settings.asm"
.include "uart2.asm"
.include "softpwm16.asm"
.area DATA (ABS)
.org 0x00
; bitwise ops need to have an address < 16
shiftreg: .ds 1
error: .ds 1
uart_state: .ds 1
pin_mask_cur: .ds 1
pinmask: ... | 17.41791 | 103 | 0.523136 |
f8979726eb6616b420710f27d7184048c0ea7fb1 | 126 | asm | Assembly | src/Project7/SimpleAdd.asm | HSU-F20-CS243/p07-starter | 38e03cc8f993380c2316261f9d0ae078501356ca | [
"Apache-2.0"
] | null | null | null | src/Project7/SimpleAdd.asm | HSU-F20-CS243/p07-starter | 38e03cc8f993380c2316261f9d0ae078501356ca | [
"Apache-2.0"
] | null | null | null | src/Project7/SimpleAdd.asm | HSU-F20-CS243/p07-starter | 38e03cc8f993380c2316261f9d0ae078501356ca | [
"Apache-2.0"
] | null | null | null | @7
D=A
@SP
A=M
M=D
@SP
D=M+1
M=D
@8
D=A
@SP
A=M
M=D
@SP
D=M+1
M=D
@SP
M=M-1
A=M
D=M
@SP
M=M-1
A=M
D=D+M
@SP
A=M
M=D
@SP
M=M+1
| 4.2 | 5 | 0.492063 |
73fdffa1a8dbae9f58de4a63f2fe5bccb419a5ca | 67 | asm | Assembly | testdata/test.asm | lwagner94/mycpu | d057e3d466e95dea6ce0124997f4d08b01ce4cd5 | [
"MIT"
] | null | null | null | testdata/test.asm | lwagner94/mycpu | d057e3d466e95dea6ce0124997f4d08b01ce4cd5 | [
"MIT"
] | null | null | null | testdata/test.asm | lwagner94/mycpu | d057e3d466e95dea6ce0124997f4d08b01ce4cd5 | [
"MIT"
] | 1 | 2018-12-02T20:42:36.000Z | 2018-12-02T20:42:36.000Z | ldi sp, MEMORY_END // Setup stack
ldi r0, 10
subi r0, r0, 1
halt
| 9.571429 | 33 | 0.671642 |
45f0c3b6b815af0144249c64fb54225b85a08a87 | 1,431 | asm | Assembly | programs/oeis/000/A000969.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/000/A000969.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000969.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A000969: Expansion of (1+x+2*x^2)/((1-x)^2*(1-x^3)).
; 1,3,7,12,18,26,35,45,57,70,84,100,117,135,155,176,198,222,247,273,301,330,360,392,425,459,495,532,570,610,651,693,737,782,828,876,925,975,1027,1080,1134,1190,1247,1305,1365,1426,1488,1552,1617,1683,1751,1820,1890,1962,2035,2109,2185,2262,2340,2420,2501,2583,2667,... | 159 | 1,327 | 0.789658 |
bebaad384aef8caefed22cdaa067dce1c2a50aa6 | 261 | asm | Assembly | programs/oeis/057/A057073.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/057/A057073.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/057/A057073.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A057073: floor[11^11/n].
; 285311670611,142655835305,95103890203,71327917652,57062334122,47551945101,40758810087,35663958826,31701296734,28531167061,25937424601,23775972550,21947051585,20379405043,19020778040
add $0,1
mov $1,285311670611
div $1,$0
mov $0,$1
| 32.625 | 183 | 0.823755 |
fd29c749a52a4744fae78a026e4b0b31edfcf101 | 43,652 | asm | Assembly | init.asm | sloanetj/Xv6-Container-Support | 80a58b9ac7ead24c63d67ee21ab6cdc72243ab76 | [
"MIT-0"
] | null | null | null | init.asm | sloanetj/Xv6-Container-Support | 80a58b9ac7ead24c63d67ee21ab6cdc72243ab76 | [
"MIT-0"
] | null | null | null | init.asm | sloanetj/Xv6-Container-Support | 80a58b9ac7ead24c63d67ee21ab6cdc72243ab76 | [
"MIT-0"
] | null | null | null |
_init: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
char *argv[] = {"sh", 0};
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
... | 33.578462 | 106 | 0.417369 |
8890a7300fb31d3b1a1efa86fa67c7b3e20c7bfa | 431 | asm | Assembly | oeis/063/A063648.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/063/A063648.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/063/A063648.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A063648: Smallest c such that 1/n=1/c+1/b has integer solutions with c>b.
; Submitted by Christian Krause
; 6,12,12,30,15,56,24,36,30,132,28,182,42,40,48,306,45,380,45,70,66,552,56,150,78,108,77,870,66,992,96,132,102,84,84,1406,114,156,90,1722,91,1892,132,120,138,2256,112,392,150,204,156,2862,135,176,120,228,174
mov... | 43.1 | 207 | 0.703016 |
277a2a5cb7147e60a2872bb55f40c3f3ac8567da | 4,636 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1868.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_0xca.log_21829_1868.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_0xca.log_21829_1868.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 %r14
push %r9
push %rax
push %rbx
push %rdx
lea addresses_D_ht+0x15ef0, %rdx
sub $37664, %rax
vmovups (%rdx), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $0, %xmm5, %r9
nop
nop
nop
nop
nop
sub %r11, %r11
lea addresses_D_ht+0x1c670, %r14
clflush (%r14)
nop
nop
... | 47.793814 | 2,999 | 0.660052 |
3f03abe16696010ffedc7b81b09071daed24640f | 4,967 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_1111.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_1111.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_1111.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 %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1ee44, %r15
nop
nop
nop
nop
nop
and $64506, %r13
mov $0x6162636465666768, %r9
movq %r9, %xmm2
movups %xmm2, (%r15)
sub $42581, %rbp
lea addresses_WC_ht+0x170c4, %r11
... | 47.304762 | 2,999 | 0.65915 |
083164c52ae3a28cfd3f956b5dd3f75d77907d93 | 9,330 | asm | Assembly | sw/prg.asm | butyi/aci2can | 7d7c695694fe3b0f2848a06c9568d6c7592f5db5 | [
"MIT"
] | 1 | 2021-09-11T14:33:48.000Z | 2021-09-11T14:33:48.000Z | sw/prg.asm | butyi/aci2can | 7d7c695694fe3b0f2848a06c9568d6c7592f5db5 | [
"MIT"
] | null | null | null | sw/prg.asm | butyi/aci2can | 7d7c695694fe3b0f2848a06c9568d6c7592f5db5 | [
"MIT"
] | 3 | 2021-09-12T00:36:39.000Z | 2021-09-14T10:19:10.000Z | ; ==============================================================================
; MINI LAUSCH BOX
; ==============================================================================
; Hardware: https://github.com/butyi/sci2can/
; Software: janos.bencsik@knorr-bremse.com, 2020.05.23.
; ===========... | 32.283737 | 91 | 0.449625 |
38c00a2856f7dfef37ea23a2974c2d62b1893312 | 899 | asm | Assembly | files/files.asm | fushinori/nasm | 9b78f812e93c8cc3cddc9fe148310a0ca94968fe | [
"MIT"
] | 1 | 2022-02-08T06:27:21.000Z | 2022-02-08T06:27:21.000Z | files/files.asm | fushinori/nasm | 9b78f812e93c8cc3cddc9fe148310a0ca94968fe | [
"MIT"
] | null | null | null | files/files.asm | fushinori/nasm | 9b78f812e93c8cc3cddc9fe148310a0ca94968fe | [
"MIT"
] | null | null | null | %include "constants.asm"
global _start
section .data
filename db "hello.txt", 0 ; zero-terminated file name
msg db "Hi there.", 0ah
len equ $ - msg
section .text
_start:
; Open file
; `fd` will be stored in `rax` in case of success.
mov rax, SYS_OPEN
mov rdi, filename
mov rsi, O_CREAT | O_W... | 22.475 | 67 | 0.536151 |
280f5cbed37c0a4fa90da331c0993a270da4e6a1 | 643 | asm | Assembly | oeis/213/A213749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/213/A213749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/213/A213749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A213749: Antidiagonal sums of the convolution array A213747.
; 1,9,46,180,603,1827,5164,13878,35905,90189,221274,532584,1261687,2949255,6815896,15597738,35389629,79691985,178258150,396361980,876609811,1929380139,4227858756,9227469150,20065550713,43486544277,93952410034,202400334288,434865439215,932007903759,199286482... | 71.444444 | 487 | 0.847589 |
2692e913867e08d9e647ccc24e1bd41b948feafb | 7,549 | asm | Assembly | src/play/wind_slope_shared.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | 1 | 2022-02-13T16:09:18.000Z | 2022-02-13T16:09:18.000Z | src/play/wind_slope_shared.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | src/play/wind_slope_shared.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | ; Top-hole Golf
; Copyright 2020-2021 Matthew Clarke
winslp_c_BEGIN = *
; *****************
; *** CONSTANTS ***
; *****************
winslp_l_BOX_ICON
!bin "../../assets/pictures/slope_box.bin"
winslp_c_ARROW_LEN = 96
winslp_c_LINE_CENTER_X = 10
winslp_c_LINE_CENTER_Y = 145
; *****************
; *** VARIABL... | 20.569482 | 75 | 0.538085 |
fea8636e29a22068e51d3d8d32069a51e89b5aea | 13,177 | asm | Assembly | Cameras/Mafia3/InjectableGenericCameraSystem/Interceptor.asm | Cyberim/InjectableGenericCameraSystem | d74f8786a903211e72c5da7f2f3be30826bb8329 | [
"BSD-2-Clause"
] | 623 | 2016-12-02T16:01:05.000Z | 2022-03-29T19:59:10.000Z | Cameras/Mafia3/InjectableGenericCameraSystem/Interceptor.asm | Cyberim/InjectableGenericCameraSystem | d74f8786a903211e72c5da7f2f3be30826bb8329 | [
"BSD-2-Clause"
] | 113 | 2016-12-10T17:34:24.000Z | 2022-02-06T21:59:42.000Z | Cameras/Mafia3/InjectableGenericCameraSystem/Interceptor.asm | Cyberim/InjectableGenericCameraSystem | d74f8786a903211e72c5da7f2f3be30826bb8329 | [
"BSD-2-Clause"
] | 232 | 2016-12-17T06:32:08.000Z | 2022-03-27T16:51:29.000Z | ;////////////////////////////////////////////////////////////////////////////////////////////////////////
;// Part of Injectable Generic Camera System
;// Copyright(c) 2017, Frans Bouma
;// All rights reserved.
;// https://github.com/FransBouma/InjectableGenericCameraSystem
;//
;// Redistribution and use in source and ... | 53.565041 | 159 | 0.64051 |
f9dc08d34522f9933c140631202e8201226e25b9 | 1,555 | asm | Assembly | src/AtriumOS.asm | bomsi/AtriumOS | 7e91cce1059613b6529dc17e3c42b4d85b5b97bc | [
"BSD-2-Clause"
] | 2 | 2019-05-06T19:10:25.000Z | 2019-08-01T08:14:13.000Z | src/AtriumOS.asm | bomsi/AtriumOS | 7e91cce1059613b6529dc17e3c42b4d85b5b97bc | [
"BSD-2-Clause"
] | null | null | null | src/AtriumOS.asm | bomsi/AtriumOS | 7e91cce1059613b6529dc17e3c42b4d85b5b97bc | [
"BSD-2-Clause"
] | null | null | null | ; AtriumOS "linker script"
; Copyright (c) 2017-2021 Mislav Bozicevic
; All rights reserved.
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
; * Redistributions of source code must retain the above copyright notice, th... | 40.921053 | 79 | 0.774277 |
f2b2e7ed962f29fa597ed1514c53289ff18bb5ac | 994 | asm | Assembly | oeis/113/A113479.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/113/A113479.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/113/A113479.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A113479: Starting with the fraction 4/1 as the first term, a(n) is the numerator of the reduced fraction of the n-th term according to the rule: if n is even, multiply the previous term by n/(n+1); otherwise multiply the previous term by (n+1)/n.
; 4,8,32,128,256,512,4096,32768,65536,131072,524288,2097152,4194304,838... | 165.666667 | 491 | 0.816901 |
21803bd599cf57b062df36d85c3dbe57ccf8efb6 | 363 | asm | Assembly | oeis/047/A047359.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/047/A047359.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/047/A047359.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A047359: Numbers that are congruent to {0, 2, 3} mod 7.
; Submitted by Christian Krause
; 0,2,3,7,9,10,14,16,17,21,23,24,28,30,31,35,37,38,42,44,45,49,51,52,56,58,59,63,65,66,70,72,73,77,79,80,84,86,87,91,93,94,98,100,101,105,107,108,112,114,115,119,121,122,126,128,129,133,135,136,140
mul $0,36
div $0,27
add $0,1
mu... | 27.923077 | 197 | 0.666667 |
6f8187b0ced0a8c8cbe430933f9d0fc5b30108ed | 395 | asm | Assembly | asm/kernels/fourth.asm | icefoxen/lang | 628185020123aabe4753f96c6ab4378637a2dbf5 | [
"MIT"
] | null | null | null | asm/kernels/fourth.asm | icefoxen/lang | 628185020123aabe4753f96c6ab4378637a2dbf5 | [
"MIT"
] | null | null | null | asm/kernels/fourth.asm | icefoxen/lang | 628185020123aabe4753f96c6ab4378637a2dbf5 | [
"MIT"
] | null | null | null | global _start
_start:
jmp main
align 4
dd 0x1badb002
dd 0
dd 0 - 0x1badb002
main:
call _pushstack
mov dword [esp], 0x20
mov eax, [esp]
imul eax, 0x02
mov [esp], eax
mov edx, [esp]
call _printedx
;call times2
call _popstack
leave
ret
_pushstack:
sub esp, byte 0x04
leave
ret
_popstack:
add... | 9.186047 | 22 | 0.683544 |
76e84fef60ede1d3f71078f64a8ddf98089e28db | 352 | asm | Assembly | programs/oeis/010/A010986.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/010/A010986.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/010/A010986.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A010986: Binomial coefficient C(n,33).
; 1,34,595,7140,66045,501942,3262623,18643560,95548245,445891810,1917334783,7669339132,28760021745,101766230790,341643774795,1093260079344,3348108992991,9847379391150,27900908274925,76360380541900,202355008436035,520341450264090,1300853625660225,3167295784216200,7522327487513475... | 50.285714 | 279 | 0.852273 |
b1e8c8e04ec7749fd0754cad3e7ea209a9c62f9f | 454 | asm | Assembly | programs/oeis/083/A083878.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/083/A083878.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/083/A083878.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A083878: a(0)=1, a(1)=3, a(n)=6a(n-1)-7a(n-2), n>=2.
; 1,3,11,45,193,843,3707,16341,72097,318195,1404491,6199581,27366049,120799227,533233019,2353803525,10390190017,45864515427,202455762443,893682966669,3944907462913,17413664010795,76867631824379
mov $2,$0
add $2,1
mov $5,$0
lpb $2
mov $0,$5
sub $2,1
sub $0,$2... | 21.619048 | 193 | 0.643172 |
acb2cc8a3a03c1b707b8ba405df8d287d26c04be | 687 | asm | Assembly | oeis/274/A274682.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/274/A274682.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/274/A274682.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A274682: Numbers n such that 8*n-1 is a triangular number.
; Submitted by Simon Strandgaard
; 2,7,29,44,88,113,179,214,302,347,457,512,644,709,863,938,1114,1199,1397,1492,1712,1817,2059,2174,2438,2563,2849,2984,3292,3437,3767,3922,4274,4439,4813,4988,5384,5569,5987,6182,6622,6827,7289,7504,7988,8213,8719,8954,9482,97... | 45.8 | 498 | 0.764192 |
c1b808a08b9fd432fdce32cb5d1d0dde84f3becc | 595 | asm | Assembly | oeis/036/A036548.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036548.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036548.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036548: a(n) = T(7,n), array T given by A048471.
; 1,129,513,1665,5121,15489,46593,139905,419841,1259649,3779073,11337345,34012161,102036609,306109953,918329985,2754990081,8264970369,24794911233,74384733825,223154201601,669462604929,2008387814913,6025163444865,18075490334721,54226471004289,162679413012993,4880382390... | 59.5 | 483 | 0.852101 |
65f5210b4902f1332ea7ac1de4e4c2b7c0ca7a25 | 669 | asm | Assembly | oeis/086/A086665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/086/A086665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/086/A086665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A086665: Difference between sum of divisors of n and integer log of n, i.e., A000203(n) - A001414(n).
; Submitted by Christian Krause
; 1,1,1,3,1,7,1,9,7,11,1,21,1,15,16,23,1,31,1,33,22,23,1,51,21,27,31,45,1,62,1,53,34,35,36,81,1,39,40,79,1,84,1,69,67,47,1,113,43,81,52,81,1,109,56,107,58,59,1,156
add $0,1
mov $1,1
l... | 18.081081 | 163 | 0.527653 |
e54650b5594fee3f1e55798d4d86bd8caf6a1718 | 2,954 | asm | Assembly | source/core/tointeger.asm | paulscottrobson/rpl-65 | 73f85a6b0f230fa03a41e1a9416c2511cf67f0c0 | [
"MIT"
] | 1 | 2019-11-20T09:18:22.000Z | 2019-11-20T09:18:22.000Z | source/core/tointeger.asm | paulscottrobson/rpl-65 | 73f85a6b0f230fa03a41e1a9416c2511cf67f0c0 | [
"MIT"
] | null | null | null | source/core/tointeger.asm | paulscottrobson/rpl-65 | 73f85a6b0f230fa03a41e1a9416c2511cf67f0c0 | [
"MIT"
] | null | null | null | ; ******************************************************************************
; ******************************************************************************
;
; Name : tointeger.asm
; Purpose : Try to convert string to a constant integer.
; Author : Paul Robson (paul@robsons.org.uk)
; Created : 12th Novem... | 24.01626 | 80 | 0.493568 |
0a6b325d32db37e563f923ead8c2a89d1f3fd4a8 | 574 | asm | Assembly | oeis/053/A053128.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053128.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053128.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053128: Binomial coefficients C(2*n-5,6).
; 7,84,462,1716,5005,12376,27132,54264,100947,177100,296010,475020,736281,1107568,1623160,2324784,3262623,4496388,6096454,8145060,10737573,13983816,18009460,22957480,28989675,36288252,45057474,55525372,67945521,82598880,99795696,119877472,143218999,170230452,201359550,237093... | 82 | 499 | 0.850174 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.