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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0f352b285f1fbebc417e7e950181e58237f38ea0 | 842 | asm | Assembly | programs/oeis/213/A213829.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/213/A213829.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/213/A213829.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A213829: Principal diagonal of the convolution array A213828.
; 2,28,114,296,610,1092,1778,2704,3906,5420,7282,9528,12194,15316,18930,23072,27778,33084,39026,45640,52962,61028,69874,79536,90050,101452,113778,127064,141346,156660,173042,190528,209154,228956,249970,272232,295778,320644,346866,374480,403522,434028,46603... | 70.166667 | 701 | 0.82304 |
e1181e6cbaeaee98879d4843407e1da799d6eda9 | 307 | asm | Assembly | programs/oeis/152/A152596.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/152/A152596.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/152/A152596.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A152596: a(n) = 7*a(n-1) - 6*a(n-2), n>1; a(0)=1, a(1)=3.
; 1,3,15,87,519,3111,18663,111975,671847,4031079,24186471,145118823,870712935,5224277607,31345665639,188073993831,1128443962983,6770663777895,40623982667367,243743896004199,1462463376025191
mov $1,6
pow $1,$0
div $1,5
mul $1,2
add $1,1
mov $0,$1
| 30.7 | 189 | 0.723127 |
ea16e76291072c1f52939780f21c2156c35b5a86 | 352 | asm | Assembly | programs/oeis/257/A257848.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/257/A257848.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/257/A257848.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A257848: a(n) = floor(n/8) * (n mod 8).
; 0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,0,2,4,6,8,10,12,14,0,3,6,9,12,15,18,21,0,4,8,12,16,20,24,28,0,5,10,15,20,25,30,35,0,6,12,18,24,30,36,42,0,7,14,21,28,35,42,49,0,8,16,24,32,40,48,56,0,9,18,27,36,45,54,63,0,10,20,30,40,50,60,70,0,11,22,33,44,55,66,77,0,12,24,36
mov $1,$0
mod $0... | 39.111111 | 260 | 0.582386 |
444d41014eec107bb64a81518237e48d819e5c7b | 110 | asm | Assembly | src/main/fragment/mos6502-common/vdum1=vdum2_plus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vdum1=vdum2_plus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vdum1=vdum2_plus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | clc
adc {m2}
sta {m1}
lda {m2}+1
adc #0
sta {m1}+1
lda {m2}+2
adc #0
sta {m1}+2
lda {m2}+3
adc #0
sta {m1}+3
| 7.857143 | 10 | 0.554545 |
80cc41ce604541790762904aeca9a711b63451a0 | 6,881 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1546.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_0xca.log_21829_1546.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_0xca.log_21829_1546.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xd6ff, %rsi
nop
nop
nop
nop
nop
sub $60442, %rcx
movb (%rsi), %dl
and $64817, %rax
lea addresses_WC_ht+0x55af, %r15
nop
nop
and $58338, %rbp
mov $0x6162636465666768, %rax
mov... | 34.752525 | 2,999 | 0.659642 |
073280c0416dde9d9da4fb5efb62505f4f77c861 | 1,546 | asm | Assembly | programs/oeis/132/A132308.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/132/A132308.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/132/A132308.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A132308: 2*3^n - n - 1.
; 1,4,15,50,157,480,1451,4366,13113,39356,118087,354282,1062869,3188632,9565923,28697798,86093425,258280308,774840959,2324522914,6973568781,20920706384,62762119195,188286357630,564859072937,1694577218860,5083731656631,15251194969946,45753584909893,137260754729736,411782264189267,12353467925678... | 154.6 | 1,461 | 0.923027 |
062a9b6d21ea3ecdabedbff6a4adb52a7c612f99 | 8,504 | asm | Assembly | ftm/bark.asm | zeta0134/bhop | d083a65431847e5a30ff5c7eaa045d43d78701ac | [
"MIT-0"
] | 4 | 2021-07-18T18:44:10.000Z | 2021-12-09T03:38:04.000Z | ftm/bark.asm | zeta0134/bhop | d083a65431847e5a30ff5c7eaa045d43d78701ac | [
"MIT-0"
] | null | null | null | ftm/bark.asm | zeta0134/bhop | d083a65431847e5a30ff5c7eaa045d43d78701ac | [
"MIT-0"
] | 1 | 2021-08-22T22:18:59.000Z | 2021-08-22T22:18:59.000Z | ; Dn-FamiTracker exported music data: new_bark_town.0cc
;
; Module header
.word ft_song_list
.word ft_instrument_list
.word ft_sample_list
.word ft_samples
.word ft_groove_list
.byte 0 ; flags
.word 3600 ; NTSC speed
.word 3000 ; PAL speed
; Instrument pointer list
ft_instrument_list:
.word ft_inst_0
.word ... | 32.458015 | 105 | 0.518815 |
3d90f9e474cc8a3e0eb853f242c29b41fa6c301b | 1,823 | asm | Assembly | emulator/old/test7.asm | paulscottrobson/scmp-computer | c0c2af499f54383f13782cfe9757009f38567203 | [
"MIT"
] | null | null | null | emulator/old/test7.asm | paulscottrobson/scmp-computer | c0c2af499f54383f13782cfe9757009f38567203 | [
"MIT"
] | null | null | null | emulator/old/test7.asm | paulscottrobson/scmp-computer | c0c2af499f54383f13782cfe9757009f38567203 | [
"MIT"
] | null | null | null | ; ***********************************************************************************************
;
; Bootloader 2. Displays AAA.DDD in octal. Writes to page 1xx
;
; ***********************************************************************************************
cpu sc/mp
bootloader:
nop
RepaintBuffe... | 23.675325 | 97 | 0.533736 |
5874ed20c47372d38493e3005e474748871bc08b | 471 | asm | Assembly | oeis/044/A044397.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/044/A044397.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/044/A044397.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A044397: Numbers n such that string 6,5 occurs in the base 10 representation of n but not of n-1.
; Submitted by Christian Krause
; 65,165,265,365,465,565,650,665,765,865,965,1065,1165,1265,1365,1465,1565,1650,1665,1765,1865,1965,2065,2165,2265,2365,2465,2565,2650,2665,2765,2865,2965,3065,3165,3265,3365,3465,3565
ad... | 22.428571 | 184 | 0.698514 |
e1dd1c73d26dca3e89b176a3577357617a8ba571 | 136 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/ts_vmod.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/ts_vmod.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/ts_vmod.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; void ts_vmod(unsigned char mode)
SECTION code_clib
SECTION code_arch
PUBLIC ts_vmod
EXTERN asm_ts_vmod
defc ts_vmod = asm_ts_vmod
| 12.363636 | 34 | 0.816176 |
d4aaa17266be97c07fd7efe3b6fe422ec37dd4c5 | 250 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_append_block_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_append_block_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_append_block_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *b_vector_append_block(b_vector_t *v, size_t n)
SECTION code_adt_b_vector
PUBLIC b_vector_append_block_callee
b_vector_append_block_callee:
pop hl
pop de
ex (sp),hl
INCLUDE "adt/b_vector/z80/asm_b_vector_append_block.asm"
| 16.666667 | 59 | 0.776 |
231c8cc1d1162188c9731d2782927c8e0bf0f1c2 | 845 | asm | Assembly | programs/oeis/028/A028494.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/028/A028494.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/028/A028494.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A028494: a(n) = -(1/2)*(n+2)*(n^2 - 6*n - 1).
; 1,9,18,25,27,21,4,-27,-75,-143,-234,-351,-497,-675,-888,-1139,-1431,-1767,-2150,-2583,-3069,-3611,-4212,-4875,-5603,-6399,-7266,-8207,-9225,-10323,-11504,-12771,-14127,-15575,-17118,-18759,-20501,-22347,-24300,-26363,-28539,-30831,-33242,-35775,-38433,-41219,-44136,-471... | 52.8125 | 678 | 0.666272 |
5394bfef9eb36fca593eb508e56ada5d9f13fa6c | 244 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc___fsneq.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc___fsneq.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc___fsneq.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC cam32_sdcc___fsneq
EXTERN cam32_sdcc_readr
EXTERN asm_am9511_compare
; Entry: stack: float right, float left, ret
cam32_sdcc___fsneq:
call asm_am9511_compare
scf
ret NZ
ccf
dec hl
ret
| 13.555556 | 44 | 0.745902 |
6102ca3772b4de00db55274d0fab137c77b83b9a | 1,812 | asm | Assembly | lib/core/stack/_word.asm | locodarwin/xc-basic3 | 74d73fb4049980fc0c7b648b4893ce3a53056af3 | [
"MIT"
] | 11 | 2021-08-05T18:13:21.000Z | 2022-03-26T21:44:50.000Z | lib/core/stack/_word.asm | locodarwin/xc-basic3 | 74d73fb4049980fc0c7b648b4893ce3a53056af3 | [
"MIT"
] | 119 | 2021-08-09T06:28:44.000Z | 2022-03-31T07:12:11.000Z | lib/core/stack/_word.asm | locodarwin/xc-basic3 | 74d73fb4049980fc0c7b648b4893ce3a53056af3 | [
"MIT"
] | 3 | 2022-01-22T05:25:09.000Z | 2022-03-26T17:11:55.000Z | ; Push immediate word onto stack
MAC pword ; @push
IF !FPUSH
lda #<{1}
pha
lda #>{1}
pha
ELSE
lda #<{1}
ldy #>{1}
ENDIF
ENDM
; Push address to stack
MAC paddr ; @push
pword {1}
ENDM
; Push one word variable onto stack
MAC pwordvar ; @push
IF !FPUSH
lda {1}
pha
lda {1}+1
pha
ELSE
lda {1}
ld... | 12.161074 | 53 | 0.624172 |
046f6fa1857f9ac1862944d9181a5ff0402a832f | 437 | asm | Assembly | programs/oeis/129/A129937.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/129/A129937.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/129/A129937.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A129937: The central binomial numbers Binomial[n,Floor[n/2] minus the SO(n) dimension as an algebraic projective variety dimension.
; 1,1,0,0,0,5,14,42,90,207,407,858,1638,3341,6330,12750,24174,48467,92207,184566,352506,705201,1351825,2703880,5200000,10400275,20057949,40116222,77558354,155117085
mov $2,$0
add $0,1
s... | 31.214286 | 164 | 0.716247 |
df04ac7ceb13bc21c73c1775f6e75ab8fa95f6b3 | 137 | asm | Assembly | tests/bank_simple/14.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/bank_simple/14.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/bank_simple/14.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #ruledef test
{
loop => 0x5555 @ $`16
}
#bankdef a { #addr 0x8000 }
#bankdef a { #addr 0x8000 } ; error: duplicate / note:_:6: first | 19.571429 | 64 | 0.613139 |
cd7c33f62b6e5dba7d9a6ab878cc795ffc6270e8 | 5,463 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_373.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_373.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_373.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
// Store
lea addresses_A+0x1a7ba, %r10
add %rdi, %rdi
movb $0x51, (%r10)
nop
nop
nop
nop
nop
add %rdi, %rdi
// Store
lea addresses_WT+0x1dfba, %r9
s... | 42.023077 | 2,999 | 0.65129 |
83ddf8f2a2b3996c5002f11dd399b4a4d6161449 | 579 | asm | Assembly | oeis/001/A001576.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001576.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001576.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001576: a(n) = 1^n + 2^n + 4^n.
; 3,7,21,73,273,1057,4161,16513,65793,262657,1049601,4196353,16781313,67117057,268451841,1073774593,4295032833,17180000257,68719738881,274878431233,1099512676353,4398048608257,17592190238721,70368752566273,281474993487873,1125899940397057,4503599694479361,18014398643699713,72057594306... | 57.9 | 484 | 0.846287 |
77b9b4507fd593a5099f585d9dca2392c39a2a14 | 601 | asm | Assembly | Kernel/interruptions/syscallHandler.asm | gbaliarda/TPE2-SO | 5dcf7d4e31f6f83e59ec5983a7f87e232e8cb5df | [
"BSD-3-Clause"
] | null | null | null | Kernel/interruptions/syscallHandler.asm | gbaliarda/TPE2-SO | 5dcf7d4e31f6f83e59ec5983a7f87e232e8cb5df | [
"BSD-3-Clause"
] | null | null | null | Kernel/interruptions/syscallHandler.asm | gbaliarda/TPE2-SO | 5dcf7d4e31f6f83e59ec5983a7f87e232e8cb5df | [
"BSD-3-Clause"
] | 1 | 2022-03-08T15:31:23.000Z | 2022-03-08T15:31:23.000Z | GLOBAL syscallHandler
EXTERN loadSysNum
EXTERN syscallDispatcher
SECTION .text
%macro pushState 0
push rbx
push rcx
push rdx
push rbp
push rdi
push rsi
push r8
push r9
push r10
push r11
push r12
push r13
push r14
push r15
%endmacro
%macro popState 0
pop r15
pop ... | 11.557692 | 28 | 0.652246 |
6e39edb9ef0d7c06f2118c608c5d6edc36f34b6b | 7,421 | asm | Assembly | tests/BranchingTest.r.asm | sdsmdg/RISC-processor | ca4f6105e41c906b7df2fedfc671bde2852e786e | [
"MIT"
] | 43 | 2017-07-11T06:33:08.000Z | 2022-03-25T12:21:00.000Z | tests/BranchingTest.r.asm | sdsmdg/RISC-processor | ca4f6105e41c906b7df2fedfc671bde2852e786e | [
"MIT"
] | null | null | null | tests/BranchingTest.r.asm | sdsmdg/RISC-processor | ca4f6105e41c906b7df2fedfc671bde2852e786e | [
"MIT"
] | 7 | 2017-09-27T15:24:04.000Z | 2021-02-23T18:17:23.000Z | ; This test is modified version of original content provided
; under CC-by-NC-SA license by MIT OCW.
; Branching tests
. = 0
; here on reset
BEQ %R31,Start,XP ; should branch
error1 = .
; here on illegal instructions or if BEQ above didn't work
BR IllInst
; here on interrupts
JMP XP ; return from interr... | 19.375979 | 61 | 0.633203 |
116fb039a1260a49e8fb7c3bc03c15ae485208a1 | 457 | asm | Assembly | asm/xor-swap.asm | tigercosmos/16bitjs | 7182b81613e8278aafe4ef1da13dd3988eae2f77 | [
"MIT"
] | 509 | 2017-07-10T10:40:02.000Z | 2022-03-08T02:58:50.000Z | asm/xor-swap.asm | gt0608/16bitjs | 7182b81613e8278aafe4ef1da13dd3988eae2f77 | [
"MIT"
] | 29 | 2017-07-12T06:26:35.000Z | 2017-10-22T17:29:11.000Z | asm/xor-swap.asm | gt0608/16bitjs | 7182b81613e8278aafe4ef1da13dd3988eae2f77 | [
"MIT"
] | 58 | 2017-07-21T21:07:26.000Z | 2022-01-02T23:23:10.000Z | .data
.starting_values string "A = 10, B = 20\n"
.result_a string "A = "
.result_b string ", B = "
.text
.global main:
main:
;; Print stating values
mvi a, 0
mvi b, .starting_values
mvi c, 4
sys
;; Swap values
mvi a, 10
mvi b, 20
swp a, B
;; Print results
psh b
psh a
mvi a, 0
mvi... | 10.880952 | 44 | 0.555799 |
5f21d48c2b19570996d9bf3a5b10b10f6de4892f | 448 | asm | Assembly | programs/oeis/230/A230865.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/230/A230865.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/230/A230865.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A230865: a(n) = n + (sum of digits in base-5 representation of n).
; 0,2,4,6,8,6,8,10,12,14,12,14,16,18,20,18,20,22,24,26,24,26,28,30,32,26,28,30,32,34,32,34,36,38,40,38,40,42,44,46,44,46,48,50,52,50,52,54,56,58,52,54,56,58,60,58,60,62,64,66,64,66,68,70,72,70,72,74,76,78,76,78,80,82,84,78,80,82,84,86,84,86,88,90,92,9... | 37.333333 | 302 | 0.631696 |
7deca63fb4dd5d4b407678bcb434b7dd7923ed92 | 197 | asm | Assembly | 3rdParties/src/nasm/nasm-2.15.02/travis/test/andbyte.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-06-20T07:35:25.000Z | 2020-06-20T07:35:25.000Z | 3rdParties/src/nasm/nasm-2.15.02/travis/test/andbyte.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | 3rdParties/src/nasm/nasm-2.15.02/travis/test/andbyte.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | bits 16
add sp, byte -0x10
add sp, -0x10
adc sp, byte -0x10
adc sp, -0x10
and sp, byte -0x10
and sp, -0x10
sbb sp, byte -0x10
sbb sp, -0x10
sub sp, byte -0x10
sub sp, -0x10
| 15.153846 | 20 | 0.588832 |
d8ab3b9c38b0a78236523b80d44d4190fd71e0fc | 1,322 | asm | Assembly | sigsqrt.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | 17 | 2018-06-17T19:12:27.000Z | 2021-05-31T16:20:44.000Z | sigsqrt.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | null | null | null | sigsqrt.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | 4 | 2018-10-14T16:08:26.000Z | 2021-06-21T23:31:59.000Z | INCLUDE "align.asm"
; Signed half-squares table for numbers in the -1.0..+1.0 (-127..+127) range
SIGSQRT:DEFB $00,$00,$00,$00,$00,$00,$00,$00
DEFB $00,$00,$00,$00,$00,$00,$01,$01
DEFB $01,$01,$01,$01,$01,$02,$02,$02
DEFB $02,$02,$02,$03,$03,$03,$03,$04
DEFB $04,$04,$04,$05,$05,$05,$05,$06
DEFB $06,$06,$07,$07,$07... | 36.722222 | 76 | 0.540091 |
e76643c45d8a5bbc58eb0d2d96d1a72d4c3fcece | 450 | asm | Assembly | programs/oeis/204/A204133.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/204/A204133.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/204/A204133.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A204133: Symmetric matrix based on f(i,j)=(2^(i-1) if i=j and 1 otherwise), by antidiagonals.
; 1,1,1,1,2,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,16,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,32,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,64,1,1,1,1,1,1,1,1,1,1,1,1,1
cal $0,204125 ; Symmet... | 50 | 200 | 0.584444 |
f3cff90e50e7d8e1d93bca15f1e1f73149ec6780 | 7,051 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1900.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_1900.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_1900.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x5631, %rsi
lea addresses_A_ht+0xf791, %rdi
nop
nop
nop
inc %r8
mov $97, %rcx
rep movsq
nop
nop
sub $12449, %r9
lea addresses_WC_ht+0x991, %r15
nop
nop
nop
nop
nop
inc %rcx
mov... | 35.97449 | 2,999 | 0.658914 |
80e2f25312c9be43c63ad6c229b9dd5797f56f67 | 902 | asm | Assembly | src/7SEG_Display.asm | FSXAC/ELEC291P1 | 6099c36205136062a233eac03b91e5d1034772aa | [
"MIT"
] | null | null | null | src/7SEG_Display.asm | FSXAC/ELEC291P1 | 6099c36205136062a233eac03b91e5d1034772aa | [
"MIT"
] | null | null | null | src/7SEG_Display.asm | FSXAC/ELEC291P1 | 6099c36205136062a233eac03b91e5d1034772aa | [
"MIT"
] | null | null | null | ;LIT SOLDER OVEN CONTROLLER -- BONUS: 7SEG LED DISPLAY
; AUTHOR: GEOFF GOODWIN
; MUCHEN HE
; WENOA TEVES
; VERSION: 0
; LAST REVISION: 2017-02-05
; http: i.imgur.com/7wOfG4U.gif
org 0x0000
ljmp setup
; org 0x000B
; ljmp T0_ISR
org 0x002B
ljmp T2_ISR
; standard library
$NOLIST
$MODLP52
$LIST
$... | 20.044444 | 97 | 0.592018 |
f0e99af55bba45dc78aa336b2a5e5b47fa6c5dfc | 4,074 | asm | Assembly | Ejercicios/Cap_10/ej101_TOC_Buzzer.asm | moisotico/Microprocesadores | ce434318f1245e60ac47ae0b1af2b424695bfc77 | [
"MIT"
] | null | null | null | Ejercicios/Cap_10/ej101_TOC_Buzzer.asm | moisotico/Microprocesadores | ce434318f1245e60ac47ae0b1af2b424695bfc77 | [
"MIT"
] | null | null | null | Ejercicios/Cap_10/ej101_TOC_Buzzer.asm | moisotico/Microprocesadores | ce434318f1245e60ac47ae0b1af2b424695bfc77 | [
"MIT"
] | null | null | null | #include registers.inc
;*******************************************************************************
; UNIVERSIDAD DE COSTA RICA ESCUELA DE INGENIERIA ELECTRICA
; MICROPROCESADORES IE 623 I SEMESTRE 2020
;*******************************************************************************
; ... | 34.820513 | 111 | 0.341679 |
7eddf78d982f4e136068c52752648180104e2974 | 8,067 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_20708_1081.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_20708_1081.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_20708_1081.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 %r13
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x9312, %r15
nop
nop
and $23742, %rbp
mov $0x6162636465666768, %r13
movq %r13, (%r15)
nop
nop
nop
nop
nop
inc %r10
lea addresses_normal_ht+0x16112, %r14
xor %rcx, %rc... | 30.673004 | 2,999 | 0.652907 |
660cf3ac8530aed5c37dc6d22f4a7ad2bf0a18ed | 1,604 | asm | Assembly | 0x22.asm | SpeedStepper/XchgRaxRax | 24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc | [
"MIT"
] | 53 | 2017-09-06T02:37:25.000Z | 2022-03-10T05:17:06.000Z | 0x22.asm | uf0o/xorpd-solutions | 3a84172f615533ffbd40124594db6d36baa6260a | [
"MIT"
] | 2 | 2019-04-03T12:51:42.000Z | 2020-12-10T13:58:14.000Z | 0x22.asm | uf0o/xorpd-solutions | 3a84172f615533ffbd40124594db6d36baa6260a | [
"MIT"
] | 21 | 2017-09-06T02:37:33.000Z | 2022-03-10T05:17:09.000Z | ;
; $Id: 0x22.asm,v 1.1.1.1 2016/03/27 08:40:13 raptor Exp $
;
; 0x22 explanation - from xchg rax,rax by xorpd@xorpd.net
; Copyright (c) 2016 Marco Ivaldi <raptor@0xdeadbeef.info>
;
; This snippet illustrates a clever (if convoluted) way to perform an
; Euclidean (integer) division by 3 of the value stored in rax. It ... | 30.264151 | 73 | 0.740025 |
23441181cc76ca2d663652aff27a8b1f52f48ef1 | 2,874 | asm | Assembly | HyperLoader/src/Main.asm | smeg-of-lister/HyperLoader | b0a43e6c9842070ceb9bc6e56499f9a2492541a6 | [
"MIT"
] | 4 | 2021-08-11T02:40:24.000Z | 2021-11-01T19:25:50.000Z | HyperLoader/src/Main.asm | smeg-of-lister/HyperLoader | b0a43e6c9842070ceb9bc6e56499f9a2492541a6 | [
"MIT"
] | null | null | null | HyperLoader/src/Main.asm | smeg-of-lister/HyperLoader | b0a43e6c9842070ceb9bc6e56499f9a2492541a6 | [
"MIT"
] | 1 | 2021-08-12T19:22:24.000Z | 2021-08-12T19:22:24.000Z | INCLUDE "Config.asm"
SCREEN_ADDRESS EQU #C000
SCREEN_SIZE EQU #4000
SYNCHRONIZATION_BYTE EQU #AC
ORG #4000
Main:
di
call PrepareScreen
ld bc, #F610 ; cassette motor on
out (c),c
ld ix, SCREEN_ADDRESS
call LoadBlock
ld bc, #F600 ; cassette motor off
out (c),c
;; Border color ... | 14.814433 | 85 | 0.586291 |
63e61fee907f34a9df2b12d864a6b151eae23e21 | 651 | asm | Assembly | oeis/105/A105940.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/105/A105940.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/105/A105940.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A105940: a(n) = binomial(n+5, n)*binomial(n+8, 5).
; 56,756,5292,25872,99792,324324,924924,2378376,5621616,12388376,25729704,50791104,95938752,174350232,306211752,521694096,864913896,1399125420,2213431220,3431347920,5221616400,7811703900,11504509380,16698853080,23914406880,33821804016,47278755216,65373093632,89473773... | 46.5 | 500 | 0.821813 |
eab35b48069925d79833076a6eea89c65ff1e371 | 7,003 | asm | Assembly | src/ayfxplay.asm | headkaze/zxnext_sfx | f253e014e7a7c4c9efcae2e8a31d3a27bcc04b33 | [
"MIT"
] | null | null | null | src/ayfxplay.asm | headkaze/zxnext_sfx | f253e014e7a7c4c9efcae2e8a31d3a27bcc04b33 | [
"MIT"
] | null | null | null | src/ayfxplay.asm | headkaze/zxnext_sfx | f253e014e7a7c4c9efcae2e8a31d3a27bcc04b33 | [
"MIT"
] | null | null | null | ;-Minimal ayFX player v0.15 06.05.06---------------------------;
; ;
; The simplest effects player. Plays effects on one AY, ;
; without music in the background. ;
; Priority of channel selection: if available ... | 29.179167 | 96 | 0.374697 |
caa67cefb625228b10ba53ed489e79edf2904adf | 2,263 | asm | Assembly | examples/a728d28/adder.asm | LBPHacker/tptasm | 0251874ab47c67bbfcc7038780db0df43f112e5d | [
"MIT"
] | 9 | 2019-06-21T17:33:05.000Z | 2021-12-25T00:00:39.000Z | examples/a728d28/adder.asm | LBPHacker/tptasm | 0251874ab47c67bbfcc7038780db0df43f112e5d | [
"MIT"
] | 7 | 2019-07-23T19:26:44.000Z | 2020-07-15T13:07:47.000Z | examples/a728d28/adder.asm | LBPHacker/tptasm | 0251874ab47c67bbfcc7038780db0df43f112e5d | [
"MIT"
] | null | null | null | _Model "A728D28[0A]" ; * Specify target model.
start:
ldb ; * Get a number and
st r0 | ldb ; store it in r0, then get another and
st r1 ; store that in r1.
ld r0 ; * Load one of the numbers, this is an entry condition
... | 64.657143 | 80 | 0.50243 |
b8e05b01b714ed5e788a38806754c83ba2c9804a | 440 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_nmi_isr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_nmi_isr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_nmi_isr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; **************************************************
; SMSlib - C programming library for the SMS/GG
; ( part of devkitSMS - github.com/sverx/devkitSMS )
; **************************************************
INCLUDE "SMSlib_private.inc"
SECTION code_clib
SECTION code_SMSlib
PUBLIC asm_SMSlib_nmi_isr
EXTERN __SMSlib_... | 18.333333 | 52 | 0.568182 |
34429811511ca418da30d8c461a3038d4acc287a | 10,517 | asm | Assembly | fun/protect.asm | takama/junior | 203d6403b4ea20aac69d63e97d4f4254c295c33e | [
"MIT"
] | null | null | null | fun/protect.asm | takama/junior | 203d6403b4ea20aac69d63e97d4f4254c295c33e | [
"MIT"
] | null | null | null | fun/protect.asm | takama/junior | 203d6403b4ea20aac69d63e97d4f4254c295c33e | [
"MIT"
] | null | null | null |
_text segment byte public
assume CS:_text, DS:_text
;=============================================================================
; CONSTANTS
;-----------------------------------------------------------------------------
@zero equ 0
@video equ ... | 48.689815 | 80 | 0.285918 |
960eebe9ce8214531351edd9798376483e32a919 | 894 | asm | Assembly | programs/oeis/022/A022384.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022384.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022384.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A022384: Fibonacci sequence beginning 4, 18.
; 4,18,22,40,62,102,164,266,430,696,1126,1822,2948,4770,7718,12488,20206,32694,52900,85594,138494,224088,362582,586670,949252,1535922,2485174,4021096,6506270,10527366,17033636,27561002,44594638,72155640,116750278,188905918,305656196,494562114,800218310,1294780424,209499873... | 52.588235 | 712 | 0.825503 |
07ce130d210502dd354fd4aba5983912da4117d2 | 456 | asm | Assembly | programs/oeis/289/A289653.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/289/A289653.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/289/A289653.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A289653: Catalan numbers - 2 (A120304) with first four terms changed to 1,1,1,4.
; 1,1,1,4,12,40,130,427,1428,4860,16794,58784,208010,742898,2674438,9694843,35357668,129644788,477638698,1767263188,6564120418,24466267018,91482563638,343059613648,1289904147322,4861946401450,18367353072150,69533550916002,263747951750358... | 45.6 | 237 | 0.778509 |
00f0737678da61afce2234d66dfebd055558b5c6 | 3,397 | asm | Assembly | examples/EXITransferBuffer.asm | rapito/VSCode-PowerPC-Syntax | 2548a3146ae6119415ccd065080608e4c381913a | [
"MIT"
] | 13 | 2021-02-10T00:39:56.000Z | 2022-02-21T06:15:45.000Z | examples/EXITransferBuffer.asm | rapito/VSCode-PowerPC-Syntax | 2548a3146ae6119415ccd065080608e4c381913a | [
"MIT"
] | 1 | 2021-02-10T00:47:07.000Z | 2021-02-10T00:47:07.000Z | examples/EXITransferBuffer.asm | rapito/VSCode-PowerPC-Syntax | 2548a3146ae6119415ccd065080608e4c381913a | [
"MIT"
] | 2 | 2021-02-10T00:39:58.000Z | 2021-07-25T18:42:35.000Z | ################################################################################
# Address: FN_EXITransferBuffer # 0x800055f0 from Common.s
################################################################################
################################################################################
# Function: ... | 30.603604 | 89 | 0.605534 |
fa4193ae78b2121de432badc31c192423ee18f58 | 979 | asm | Assembly | engine/engine/video/declarations/framebuffer.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | engine/engine/video/declarations/framebuffer.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | 2 | 2021-04-17T09:31:24.000Z | 2021-04-17T09:31:53.000Z | engine/engine/video/declarations/framebuffer.asm | neomura/atmega328p-cartridge | e7152425e5253cd4e513cad41dc03d306003e91e | [
"MIT"
] | null | null | null | ; Load the address of the framebuffer to write to into a register pair in 5-6 cycles.
; - A r* into which to load the low byte of a pointer to the buffer to write to.
; - A r* into which to load the high byte of a pointer to the buffer to write to.
.macro load_framebuffer
sbrc video_next_row, 0
rjmp load_framebuffe... | 28.794118 | 85 | 0.765066 |
ba3db6e0a726e5f5d09457cb828509f5ed56dca8 | 7,997 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1838.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_1838.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_1838.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xc171, %rdi
nop
nop
nop
nop
nop
add $59777, %r9
vmovups (%rdi), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq $0, %xmm7, %r15
nop
nop
nop
cmp $20848, %rbx
lea addresses_A_ht+0xc9... | 30.996124 | 2,999 | 0.653995 |
b0b8cb00c3a5c3db99269efd9d82229c5e848dc0 | 7,029 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_53.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_53.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_53.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 %r13
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x102a6, %rsi
lea addresses_D_ht+0x11386, %rdi
nop
nop
nop
nop
add $56810, %r14
mov $53, %rcx
rep movsb
nop
nop
xor %r10, %r10
lea addresses_WC_ht+0xc7a6, %rsi
lea addresses_UC... | 36.046154 | 2,999 | 0.659553 |
e170fff2c7c2c7c2091ce138ebd2c2c9567114a0 | 370 | asm | Assembly | oeis/032/A032114.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/032/A032114.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/032/A032114.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A032114: "BIJ" (reversible, indistinct, labeled) transform of 1,2,3,4,...
; Submitted by Jon Maiga
; 1,3,12,76,655,6906,85204,1201824,19071693,336276370,6522231826,138001776936,3163262495419,78085513281426,2065232400748560,58263438835891456,1746434237976248665,55428349087686179682
mov $2,$0
add $0,1
seq $0,6153 ; E.... | 33.636364 | 182 | 0.748649 |
5ce2aa47ecbebe30471e43a91e467f7d630c7255 | 850 | asm | Assembly | projects/04/mult/Mult.asm | aniruddhadave/nand2tetris | af42028f985dd779074a6ffda315cc33cc7db058 | [
"MIT"
] | 3 | 2018-09-25T08:48:28.000Z | 2021-11-15T17:54:24.000Z | projects/04/mult/Mult.asm | aniruddhadave/nand2tetris | af42028f985dd779074a6ffda315cc33cc7db058 | [
"MIT"
] | null | null | null | projects/04/mult/Mult.asm | aniruddhadave/nand2tetris | af42028f985dd779074a6ffda315cc33cc7db058 | [
"MIT"
] | null | null | null | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/04/Mult.asm
// Multiplies R0 and R1 and stores the result in R2.
// (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.)
// Put your code here.... | 18.085106 | 67 | 0.505882 |
d867b72bc3914078fc55716f6ebc9ac2a94f9f14 | 496 | asm | Assembly | oeis/082/A082513.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/082/A082513.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/082/A082513.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A082513: a(n)=A000720(n)-A000005(n).
; Submitted by Christian Krause
; -1,-1,0,-1,1,-1,2,0,1,0,3,-1,4,2,2,1,5,1,6,2,4,4,7,1,6,5,5,3,8,2,9,5,7,7,7,2,10,8,8,4,11,5,12,8,8,10,13,5,12,9,11,9,14,8,12,8,12,12,15,5,16,14,12,11,14,10,17,13,15,11,18,8,19,17,15,15,17,13,20,12,17,18,21,11,19,19,19,15,22,12,20,18,20,20,20,12,23,... | 49.6 | 257 | 0.618952 |
3e5ec1f1342855403d3423e243157edffbac0023 | 4,182 | asm | Assembly | asm/1-dword.asm | Azmalent/itmo3 | 19d91a3477efbbb6b8a36c46fbc5f4adb3469811 | [
"WTFPL"
] | null | null | null | asm/1-dword.asm | Azmalent/itmo3 | 19d91a3477efbbb6b8a36c46fbc5f4adb3469811 | [
"WTFPL"
] | null | null | null | asm/1-dword.asm | Azmalent/itmo3 | 19d91a3477efbbb6b8a36c46fbc5f4adb3469811 | [
"WTFPL"
] | null | null | null | ; ================================== ТЕХНИЧЕСКОЕ ЗАДАНИЕ ==================================
; вариант 112
;
; в исходном массиве переставить элементы так, чтобы они располагались в следующем порядке:
; все отрицательные элементы в порядке возрастания, затем все остальные;
; Элемент исходного массива помещается в масси... | 24.745562 | 116 | 0.647298 |
5d58364f7b4751edb51b0b988af01b9bcfa9e0bd | 21,602 | asm | Assembly | VirtualBox-5.0.0/src/VBox/Devices/Graphics/BIOS/vberom.asm | egraba/vbox_openbsd | 6cb82f2eed1fa697d088cecc91722b55b19713c2 | [
"MIT"
] | 1 | 2015-04-30T14:18:45.000Z | 2015-04-30T14:18:45.000Z | VirtualBox-5.0.0/src/VBox/Devices/Graphics/BIOS/vberom.asm | egraba/vbox_openbsd | 6cb82f2eed1fa697d088cecc91722b55b19713c2 | [
"MIT"
] | null | null | null | VirtualBox-5.0.0/src/VBox/Devices/Graphics/BIOS/vberom.asm | egraba/vbox_openbsd | 6cb82f2eed1fa697d088cecc91722b55b19713c2 | [
"MIT"
] | null | null | null | ;; ============================================================================================
;;
;; Copyright (C) 2002 Jeroen Janssen
;;
;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public
;; License as published by the Free Software Found... | 21.494527 | 95 | 0.642718 |
68e09ad7df093bc3cea032b6378bb71cdf2190c6 | 1,057 | asm | Assembly | programs/oeis/235/A235988.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/235/A235988.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/235/A235988.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A235988: Sum of the partition parts of 3n into 3 parts.
; 3,18,63,144,285,486,777,1152,1647,2250,3003,3888,4953,6174,7605,9216,11067,13122,15447,18000,20853,23958,27393,31104,35175,39546,44307,49392,54897,60750,67053,73728,80883,88434,96495,104976,113997,123462,133497,144000,155103,166698,178923,191664,205065,219006,... | 32.030303 | 663 | 0.703879 |
308ac9ce231929fdc995b03056dc5f8d8c173b69 | 483 | asm | Assembly | test/codegen/types.asm | shivansh/gogo | 209b98f52e956fc4d4e66c07d337db721200f8c2 | [
"MIT"
] | 24 | 2018-04-28T02:27:47.000Z | 2021-12-08T00:25:13.000Z | test/codegen/types.asm | shivansh/gogo | 209b98f52e956fc4d4e66c07d337db721200f8c2 | [
"MIT"
] | null | null | null | test/codegen/types.asm | shivansh/gogo | 209b98f52e956fc4d4e66c07d337db721200f8c2 | [
"MIT"
] | 5 | 2018-05-06T07:36:02.000Z | 2019-09-13T09:40:55.000Z | .data
a.0: .word 0
b.1: .asciiz "str"
c.2: .word 0
d.3: .asciiz ""
e.4: .word 0
f.5: .asciiz "Hello types"
.text
runtime:
addi $sp, $sp, -4
sw $ra, 0($sp)
lw $ra, 0($sp)
addi $sp, $sp, 4
jr $ra
.end runtime
.globl main
.ent main
main:
li $3, 1 # a.0 -> $3
sw $3, a.0 # spilled a.0, freed $3
li $... | 14.636364 | 41 | 0.532091 |
388f7f27fbf2d1cc5d9c3680b028adccfdae20e4 | 4,348 | asm | Assembly | asm/masm32/infl/tks_infl.asm | dindoliboon/archive | a5b54367dbb57260f9230375ac81e86c5fce0d7d | [
"MIT"
] | 4 | 2020-10-02T15:24:20.000Z | 2021-11-02T04:20:38.000Z | asm/masm32/infl/tks_infl.asm | dindoliboon/archive | a5b54367dbb57260f9230375ac81e86c5fce0d7d | [
"MIT"
] | null | null | null | asm/masm32/infl/tks_infl.asm | dindoliboon/archive | a5b54367dbb57260f9230375ac81e86c5fce0d7d | [
"MIT"
] | 2 | 2019-10-28T01:20:07.000Z | 2020-10-02T15:25:13.000Z | ; #########################################################################
.386
.model flat, stdcall
option casemap :none ; case sensitive
; #########################################################################
include \masm32\include\windows.inc
include \masm32\include\kernel3... | 33.446154 | 88 | 0.462511 |
f8a221aa822ddaf90834376f993fa59f71ae25b0 | 1,866 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_25_1850.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_25_1850.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_25_1850.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %r9
push %rax
push %rbp
push %rdx
push %rsi
// Store
mov $0x37d, %r9
nop
cmp $13017, %rax
mov $0x5152535455565758, %rsi
movq %rsi, (%r9)
nop
nop
nop
nop
nop
add %r14, %r14
// Store
lea addresses_normal+... | 18.116505 | 125 | 0.641479 |
5efc8b0727a52a07089cc7ed8a723e4284816e8f | 728 | asm | Assembly | oeis/132/A132310.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/132/A132310.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/132/A132310.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A132310: a(n) = 3^n*Sum_{ k=0..n } binomial(2*k,k)/3^k.
; Submitted by Jamie Morken(s4)
; 1,5,21,83,319,1209,4551,17085,64125,240995,907741,3428655,12990121,49370963,188229489,719805987,2760498351,10615101273,40920439119,158106581157,612166272291,2374756691313,9228369037659,35918537840577,140003217204831,546420258052... | 38.315789 | 498 | 0.796703 |
b5f877fcefbf545fb2c3faa03a7f1dc601b8678c | 1,254 | asm | Assembly | src/test/ref/function-pointer-return.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/function-pointer-return.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/function-pointer-return.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests creating and assigning pointers to non-args return with function value
// Commodore 64 PRG executable file
.file [name="function-pointer-return.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Da... | 19.292308 | 79 | 0.602871 |
fc0ba15a19ad74e7a14b9c38a4a502d6d6dac756 | 69,981 | asm | Assembly | Library/Text/Text/textMethodGet.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Text/Text/textMethodGet.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Text/Text/textMethodGet.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: textMethodGet.asm
AUTHOR: John Wedgwood, Nov 21, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date ... | 26.467852 | 80 | 0.574485 |
8fa2784a9bc744ad1b940db29a73ee4fab8e4dc9 | 1,646 | asm | Assembly | extra2.asm | iTooly/asm_ex | 2491e4c415388f479344d13ddabcbac5297daf39 | [
"MIT"
] | null | null | null | extra2.asm | iTooly/asm_ex | 2491e4c415388f479344d13ddabcbac5297daf39 | [
"MIT"
] | null | null | null | extra2.asm | iTooly/asm_ex | 2491e4c415388f479344d13ddabcbac5297daf39 | [
"MIT"
] | null | null | null | ; «««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««
.486 ; create 32 bit code
.model flat, stdcall ; 32 bit memory model
option casemap :none ; case sensitive
include \masm32\include\windows.inc
include \masm32\macros\macros.asm
; ---------------... | 22.243243 | 75 | 0.456865 |
904aa49e2822457f3576a6c8614c3c6b0478dc56 | 17 | asm | Assembly | src/main/fragment/mega45gs02-common/vdum1=vdum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mega45gs02-common/vdum1=vdum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mega45gs02-common/vdum1=vdum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | ldq {m2}
stq {m1} | 8.5 | 8 | 0.588235 |
6770f6e1d086126df5a46491752fcc80a437da4c | 884 | asm | Assembly | oeis/218/A218478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/218/A218478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/218/A218478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A218478: Number of 3n-length 8-ary words, either empty or beginning with the first letter of the alphabet, that can be built by repeatedly inserting triples of identical letters into the initially empty word.
; Submitted by Christian Krause
; 1,1,22,631,20546,721071,26594464,1016157668,39868799482,1596785816431,65014... | 42.095238 | 472 | 0.81448 |
59657e66c6eeca77f4227fcc5d62c1b07eac7baa | 1,085 | asm | Assembly | _build/dispatcher/jmp_ippsGFpSetElement_ac4d6a27.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpSetElement_ac4d6a27.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpSetElement_ac4d6a27.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpSetElement:function
extern n8_ippsGFpSetElement:function
extern y8_ippsGFpSetElement:function
extern e9_ippsGFpSetElement:function
extern l9_ippsGFpSetElement:function
extern n0_ippsGFpSetElement:function
extern k0_ippsGFpSetElement:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:funct... | 27.820513 | 95 | 0.797235 |
758e2940a9c4c9ab3e003c1663057ba827e3bf75 | 620 | asm | Assembly | oeis/047/A047926.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/047/A047926.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/047/A047926.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A047926: a(n) = (3^(n+1) + 2*n + 1)/4.
; 1,3,8,22,63,185,550,1644,4925,14767,44292,132866,398587,1195749,3587234,10761688,32285049,96855131,290565376,871696110,2615088311,7845264913,23535794718,70607384132,211822152373,635466457095,1906399371260,5719198113754,17157594341235,51472783023677,154418349071002,463255047212... | 47.692308 | 492 | 0.820968 |
e4f90e2a4d9a9fd93ccea6c5da88154f8bdf464f | 346 | asm | Assembly | programs/oeis/309/A309398.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/309/A309398.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/309/A309398.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A309398: a(n) is the nearest integer to log(log(10^n)).
; 1,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5
mov $2,$0
bin $2,2
add $2,1
lpb $0
lpb $2
div $0,7
add $1,3
div $2,9
... | 21.625 | 175 | 0.520231 |
20299f7deddbf074e634de7f5ac6e31db4b3477f | 689 | asm | Assembly | oeis/026/A026567.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026567.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026567.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026567: a(n) = Sum_{i=0..2*n} Sum_{j=0..i} T(i, j), where T is given by A026552.
; Submitted by Jamie Morken(s1.)
; 1,4,13,31,85,193,517,1165,3109,6997,18661,41989,111973,251941,671845,1511653,4031077,9069925,24186469,54419557,145118821,326517349,870712933,1959104101,5224277605,11754624613,31345665637,70527747685,18... | 49.214286 | 489 | 0.808418 |
253d7c8fd4126ac9b26112ca60b7f4fcd3228c89 | 1,428 | asm | Assembly | AlgorithmsFromTheBook/wordfunnel.asm | MateoParrado/AlgorithmsFromTheBook | 7062cfea0822070970c1ab373a34fb56b1f54a2b | [
"MIT"
] | null | null | null | AlgorithmsFromTheBook/wordfunnel.asm | MateoParrado/AlgorithmsFromTheBook | 7062cfea0822070970c1ab373a34fb56b1f54a2b | [
"MIT"
] | null | null | null | AlgorithmsFromTheBook/wordfunnel.asm | MateoParrado/AlgorithmsFromTheBook | 7062cfea0822070970c1ab373a34fb56b1f54a2b | [
"MIT"
] | 1 | 2020-06-08T22:02:25.000Z | 2020-06-08T22:02:25.000Z | PUBLIC asm_letters_needed
.386
.model flat, c
.code
;--------------------------------------------------------
asm_letters_needed PROC
;
; Function that takes two strings, and figures out how
; many letters need to be removed from the first one
; so that it equals the second one. If no number of letters
; can do it,... | 17.85 | 80 | 0.646359 |
7418ab1a1ab09d2cdf27c70036aa1f413586cd67 | 212 | asm | Assembly | oeis/132/A132208.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/132/A132208.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/132/A132208.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A132208: a(n) = 15n(n+1) + 11.
; 11,41,101,191,311,461,641,851,1091,1361,1661,1991,2351,2741,3161,3611,4091,4601,5141,5711,6311,6941,7601,8291,9011,9761,10541,11351,12191
add $0,1
bin $0,2
mul $0,30
add $0,11
| 26.5 | 139 | 0.693396 |
3e8364cf99cd0eccfa011a02f5b0b1a8c0beac7e | 576 | asm | Assembly | oeis/013/A013714.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/013/A013714.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/013/A013714.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A013714: a(n) = 9^(2*n + 1).
; 9,729,59049,4782969,387420489,31381059609,2541865828329,205891132094649,16677181699666569,1350851717672992089,109418989131512359209,8862938119652501095929,717897987691852588770249,58149737003040059690390169,4710128697246244834921603689,381520424476945831628649898809,30903154382632612361... | 64 | 496 | 0.887153 |
0ce3f26bee899af1506b6b0f73532de0f1336e26 | 211 | asm | Assembly | experiments/blink_all_together.asm | daltonmatos/avrgcc-mixed-with-avrasm2 | f28120af3089fdd150d7a609409c56f5408a1658 | [
"BSD-3-Clause"
] | 2 | 2019-01-15T16:30:19.000Z | 2019-08-15T02:31:22.000Z | experiments/blink_all_together.asm | daltonmatos/avrgcc-mixed-with-avrasm2 | f28120af3089fdd150d7a609409c56f5408a1658 | [
"BSD-3-Clause"
] | null | null | null | experiments/blink_all_together.asm | daltonmatos/avrgcc-mixed-with-avrasm2 | f28120af3089fdd150d7a609409c56f5408a1658 | [
"BSD-3-Clause"
] | null | null | null |
.include "m328Pdef.inc"
.org 0x0000
_blinks:
rjmp _add
_ret:
ret
_add:
call _ldi
_add1:
add r24, r23
call _clear
rjmp _ret
_clear:
clr r1
clr r25
ret
_ldi:
ldi r23, 0x5
jmp _add1
| 8.115385 | 23 | 0.635071 |
76fa228b562fde3ea2ca3de7fbae9c4dab66ae19 | 3,760 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_6_756.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_6_756.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_6_756.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 %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xe20e, %r9
nop
sub $7128, %r12
mov (%r9), %si
nop
nop
nop
nop
and %rdi, %rdi
lea addresses_WC_ht+0xf04e, %rsi
lea addresses_D_ht+0xb38e, %rdi
dec %r12
mov $94, %rcx
rep movsw
nop
and $53417, %r12
pop %rsi
... | 19.183673 | 147 | 0.6375 |
a4e574b3cfc815f790036712282edeba622efe09 | 824 | asm | Assembly | asm/integerArithmetic/div.main.asm | IronHeart7334/AssemblyPrograms | e5b0649d2a1eb69bb5632c8219187d72fd69d057 | [
"MIT"
] | null | null | null | asm/integerArithmetic/div.main.asm | IronHeart7334/AssemblyPrograms | e5b0649d2a1eb69bb5632c8219187d72fd69d057 | [
"MIT"
] | null | null | null | asm/integerArithmetic/div.main.asm | IronHeart7334/AssemblyPrograms | e5b0649d2a1eb69bb5632c8219187d72fd69d057 | [
"MIT"
] | null | null | null | ; general comments
; Computes (2xy) / (x + y)
; both are unsigned WORDS
; preprocessor directives
.586
.MODEL FLAT
; external files to link with
; stack configuration
.STACK 4096
; named memory allocation and initialization
.DATA
_x WORD 32d
_y WORD 64d
result WORD 0
; names of procedures defined in ... | 20.6 | 114 | 0.643204 |
d53ee37b704336dffc3975829ff2ada0e31ee557 | 806 | asm | Assembly | data/maps/objects/SafariZoneWest.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/SafariZoneWest.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/SafariZoneWest.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SafariZoneWest_Object:
db $0 ; border block
def_warps
warp 20, 0, 0, SAFARI_ZONE_NORTH
warp 21, 0, 1, SAFARI_ZONE_NORTH
warp 26, 0, 2, SAFARI_ZONE_NORTH
warp 27, 0, 3, SAFARI_ZONE_NORTH
warp 29, 22, 2, SAFARI_ZONE_CENTER
warp 29, 23, 3, SAFARI_ZONE_CENTER
warp 3, 3, 0, SAFARI_ZONE_SECRET_HOUSE
warp 11,... | 29.851852 | 61 | 0.748139 |
56c61d425ec549891f0ff9dc16be4e1b08e95d5e | 346 | asm | Assembly | programs/oeis/021/A021099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021099: Decimal expansion of 1/95.
; 0,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5
mul $0,4
sub $0,1
mul $0,11
div $0,2
sub $0,1
div $0,2
max $0,0
seq $0,70342 ; a(... | 26.615385 | 199 | 0.537572 |
142335b1b7fc052f00d957d446d98b6f670fd58d | 6,713 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_36_903.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_notsx.log_36_903.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_notsx.log_36_903.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 %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xea4c, %rax
nop
add %rcx, %rcx
vmovups (%rax), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $0, %xmm5, %r12
nop
nop
nop
and %rsi, %rsi
lea addresses_WC_ht+0x987d, %rsi
lea add... | 20.529052 | 148 | 0.646209 |
fe3090419a87aa2dc21c51f75794df17aa5bfb4d | 64 | asm | Assembly | lab1/example_c_3.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | lab1/example_c_3.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | lab1/example_c_3.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | # ORG 8000
LDA 8050
STA 8060
HLT
# ORG 8050
# DB 99
| 9.142857 | 12 | 0.546875 |
85041f103af71ffd333da39ce709d3eae623cfcb | 412 | asm | Assembly | PRG/objects/6-1.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/6-1.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/6-1.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | .byte $01 ; Unknown purpose
.byte OBJ_PIRANHASPIKEBALL, $14, $16
.byte OBJ_PATOOIE, $24, $18
.byte OBJ_REDPIRANHA, $2A, $17
.byte OBJ_GREENPIRANHA_FIRE, $3A, $16
.byte OBJ_PATOOIE, $46, $18
.byte OBJ_PATOOIE, $4A, $18
.byte OBJ_PATOOIE, $5C, $18
.byte OBJ_PARAGOOMBA, $63, $19
.byte OBJ_PATOOIE, $65, $18
.by... | 27.466667 | 38 | 0.68932 |
41ae2c2f74f0b3c8f442988ccce88a547b5de00a | 948 | asm | Assembly | oeis/350/A350116.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/350/A350116.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/350/A350116.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A350116: Number of ways to partition the set of vertices of a convex {n+8}-gon into 3 non-intersecting polygons.
; Submitted by Christian Krause
; 0,12,45,110,220,390,637,980,1440,2040,2805,3762,4940,6370,8085,10120,12512,15300,18525,22230,26460,31262,36685,42780,49600,57200,65637,74970,85260,96570,108965,122512,1372... | 30.580645 | 497 | 0.690928 |
575004278f6bd5fa7cb40f22c3f65e19b25a2f97 | 841 | asm | Assembly | oeis/007/A007868.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/007/A007868.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/007/A007868.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A007868: Number of inverse pairs of elements in symmetric group S_n, or pairs of total orders on n nodes (average of A000085 and A000142).
; Submitted by Christian Krause
; 1,1,2,5,17,73,398,2636,20542,182750,1819148,19976248,239570876,3113794652,43590340840,653842358768,10461418047368,177843819947656,320118735152091... | 38.227273 | 493 | 0.806183 |
30335998133598910de7aefd74f7c7dcf8c69d90 | 1,087 | asm | Assembly | arch/x86-32/src/boot.asm | circutrider21/Night | 27b12fec805c4710cbbdc7c3d09b87a7632123d7 | [
"Apache-2.0"
] | 4 | 2021-02-09T19:40:31.000Z | 2021-12-17T15:39:18.000Z | arch/x86-32/src/boot.asm | circutrider21/Night | 27b12fec805c4710cbbdc7c3d09b87a7632123d7 | [
"Apache-2.0"
] | 2 | 2021-03-04T18:49:37.000Z | 2021-03-07T20:24:33.000Z | arch/x86-32/src/boot.asm | circutrider21/Night | 27b12fec805c4710cbbdc7c3d09b87a7632123d7 | [
"Apache-2.0"
] | null | null | null | ; Copyright (c) 2021 Peeled Fruit Studios
[BITS 32]
global _start
_start:
mov esp, __stack
push ebx
jmp stublet
[section .multiboot]
; Multiboot macros to make a few lines later more readable
MULTIBOOT_PAGE_ALIGN equ 1<<0
MULTIBOOT_MEMORY_INFO equ 1<<1
MULTIBOOT_HEADER_MAGIC equ 0x1BADB002
... | 20.12963 | 75 | 0.723091 |
aca803cb6959f3724d2230e9dfb61ff630d265a7 | 651 | asm | Assembly | oeis/116/A116090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/116/A116090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/116/A116090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A116090: Expansion of 1/(1-x^2*(1+x)^3).
; Submitted by Christian Krause
; 1,0,1,3,4,7,16,29,52,102,194,361,685,1301,2452,4633,8771,16577,31327,59241,112004,211724,400285,756786,1430710,2704817,5113647,9667590,18277014,34553692,65325542,123501151,233485250,441415867,834519021,1577700612,2982723523,5638990526,10660798... | 46.5 | 486 | 0.801843 |
a7e39164f9b6beaf32507b1d8ed0fbb8928ed865 | 189 | asm | Assembly | libsrc/stdio/abc800/getk.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/stdio/abc800/getk.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/stdio/abc800/getk.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; ABC800 Routines
;
; getk() Read key status
;
; Oct 2007 - Stefano Bodrato
;
;
; $Id: getk.asm,v 1.1 2007/11/08 14:11:51 stefano Exp $
;
XLIB getk
.getk
call 2
ld l,a
ld h,0
ret
| 9.45 | 55 | 0.613757 |
740372a8ff08224fd88db4e7749dd9959bcbe41d | 374 | asm | Assembly | programs/oeis/100/A100530.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100530.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100530.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A100530: Numbers == 0,2,5,9 modulo 10.
; 0,2,5,9,10,12,15,19,20,22,25,29,30,32,35,39,40,42,45,49,50,52,55,59,60,62,65,69,70,72,75,79,80,82,85,89,90,92,95,99,100,102,105,109,110,112,115,119,120,122,125,129,130,132,135,139,140,142,145,149,150,152,155
mov $2,$0
lpb $2,1
lpb $3,1
sub $0,4
trn $3,4
lpe
add ... | 23.375 | 209 | 0.606952 |
28b3590802ee257256a0796797edab41bcb7b5bd | 2,156 | asm | Assembly | fox32os/vulpine/main.asm | ry755/fox32 | 5c06c23941e4a1efae0440a6e8cf31d3f0714256 | [
"MIT"
] | 6 | 2022-01-27T06:55:52.000Z | 2022-03-13T22:21:17.000Z | fox32os/vulpine/main.asm | ry755/fox32 | 5c06c23941e4a1efae0440a6e8cf31d3f0714256 | [
"MIT"
] | null | null | null | fox32os/vulpine/main.asm | ry755/fox32 | 5c06c23941e4a1efae0440a6e8cf31d3f0714256 | [
"MIT"
] | null | null | null | ; vulpine window manager
const VULPINE_VERSION_MAJOR: 0
const VULPINE_VERSION_MINOR: 1
const VULPINE_VERSION_PATCH: 0
entry:
call enable_menu_bar
call clear_menu_bar
mov r0, menu_items_root
mov r1, 0xFFFFFFFF
call draw_menu_bar_root_items
draw_wallpaper:
; open the wallpaper file and draw it
... | 25.666667 | 110 | 0.674861 |
ef5651e95eaf8970d84b2dafa08cb566dd710ee7 | 1,129 | asm | Assembly | bubble_sort/bubble_sort.asm | KarlZylinski/x86-assembly-exercises | 341718852209bf43c178b3e711d1d013a947dba7 | [
"MIT"
] | null | null | null | bubble_sort/bubble_sort.asm | KarlZylinski/x86-assembly-exercises | 341718852209bf43c178b3e711d1d013a947dba7 | [
"MIT"
] | null | null | null | bubble_sort/bubble_sort.asm | KarlZylinski/x86-assembly-exercises | 341718852209bf43c178b3e711d1d013a947dba7 | [
"MIT"
] | null | null | null | global _main
extern _printf
extern _ExitProcess@4
;;;;;;;;;;;;
; CODE
;;;;;;;;;;;;
section .text
; number to print in eax
print_number:
push ebp
mov ebp, esp
push eax
push number_format
call _printf
mov esp, ebp
pop ebp
ret
print_all_numbers:
push ebp
mov ebp, esp
push eax
push ebx
mov ebx, 0
.loop:
mov eax, [numb... | 12.829545 | 65 | 0.685562 |
56030616a2290c7432091e5a0675a4457a91c0d5 | 6,046 | asm | Assembly | Library/Chart/Axis/axisBuild.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Chart/Axis/axisBuild.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Chart/Axis/axisBuild.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: axisBuild.asm
AUTHOR: John Wedgwood, Oct 21, 1991
METHODS:
Name Description
---- -----------
REVISION HISTORY:
Name Date Desc... | 20.494915 | 79 | 0.540026 |
e8215a13acf3ec8289afc23f1dcd17a1bc9b9ada | 145 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_int0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_int0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_int0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_int0.asm
Type: file
Size: 4885
Last-Modified: '2016-05-13T04:23:03Z'
SHA-1: 7F800F04C6AA65C11D7A42C0FAC7B976B3638836
Description: null
| 20.714286 | 47 | 0.813793 |
56ede2b17d98ca852d0b0c2ceb747d6d1864c503 | 502 | asm | Assembly | dino/lcs/enemy/5B.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/enemy/5B.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/enemy/5B.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00FE54 move.b ($e,A2), ($5b,A0) [enemy+5C, etc+5C, item+5C]
00FE5A move.b ($f,A2), ($96,A0) [enemy+5B, etc+5B, item+5B]
00FF18 move.b ($e,A2), ($5b,A0)
00FF1E move.b ($f,A2), ($96,A0)
033B0C move.b ($5b,A6), D0
033B10 bpl $33b1a [enemy+5B]
0458D4... | 33.466667 | 61 | 0.613546 |
c967c1cd38087fb4acbbce9534643e20ff607a0d | 291 | asm | Assembly | programs/oeis/104/A104594.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/104/A104594.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/104/A104594.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A104594: A129760/2.
; 0,0,1,0,2,2,3,0,4,4,5,4,6,6,7,0,8,8,9,8,10,10,11,8,12,12,13,12,14,14,15,0,16,16,17,16,18,18,19,16,20,20,21,20,22,22,23,16,24,24,25,24,26,26,27,24,28,28,29,28,30,30,31,0,32,32,33,32,34,34,35,32,36,36,37,36,38,38,39
add $0,1
mov $1,$0
gcd $0,262144
sub $1,$0
div $1,2
| 32.333333 | 215 | 0.618557 |
de0427f6f438c667d0b4d74d7e5289eb648c897e | 7,393 | asm | Assembly | P6/data_P6_2/cal_R_test3.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/cal_R_test3.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/cal_R_test3.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | lui $1,28810
ori $1,$1,9235
lui $2,51104
ori $2,$2,17579
lui $3,50543
ori $3,$3,53013
lui $4,55846
ori $4,$4,16973
lui $5,65216
ori $5,$5,20646
lui $6,7148
ori $6,$6,58251
mthi $1
mtlo $2
sec0:
nop
nop
nop
sltu $2,$6,$2
sec1:
nop
nop
slt $6,$2,$2
sltu $3,$6,$2
sec2:
nop
nop
xori $6,$2,22323
sltu $4,$6,$2
se... | 11.551563 | 19 | 0.530231 |
e0e77696ce71496b9dc496142074497d41887984 | 5,759 | asm | Assembly | lib/pc6001_crt0.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | lib/pc6001_crt0.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | lib/pc6001_crt0.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ; Startup for NEC PC6001 computers
;
; Stefano Bodrato - Jan 2013
;
; If an error occurs eg break we just drop back to BASIC
;
; $Id: pc6001_crt0.asm,v 1.3 2015/01/21 07:05:00 stefano Exp $
;
MODULE pc6001_crt0
;--------
; Include zcc_opt.def to find out some info
;--------
... | 23.410569 | 86 | 0.580656 |
210a96882836234792cd26b77dfea225a15896d2 | 57 | asm | Assembly | windowsAssembly/alignconstbytes.asm | Jordank321/GaryLang | 5fe4677cf8bf114c74325cc1ad78660dd65340ce | [
"MIT"
] | null | null | null | windowsAssembly/alignconstbytes.asm | Jordank321/GaryLang | 5fe4677cf8bf114c74325cc1ad78660dd65340ce | [
"MIT"
] | null | null | null | windowsAssembly/alignconstbytes.asm | Jordank321/GaryLang | 5fe4677cf8bf114c74325cc1ad78660dd65340ce | [
"MIT"
] | null | null | null | align 16 ; align data constants to the 16 byte boundary
| 28.5 | 56 | 0.77193 |
acc7284a9862e101be52865f2abc59c51440b74a | 310 | asm | Assembly | okk/lab2/lab2_emu.asm | smithros/kpi-stuff | 60da5f960ab6ab3d1c2b0ea451d4d113c333d7ad | [
"MIT"
] | 21 | 2021-01-20T19:49:31.000Z | 2021-12-15T20:26:18.000Z | okk/lab2/lab2_emu.asm | smithros/kpi-stuff | 60da5f960ab6ab3d1c2b0ea451d4d113c333d7ad | [
"MIT"
] | 1 | 2021-03-13T17:24:41.000Z | 2021-05-28T18:33:49.000Z | okk/lab2/lab2_emu.asm | smithros/kpi-stuff | 60da5f960ab6ab3d1c2b0ea451d4d113c333d7ad | [
"MIT"
] | 3 | 2021-02-16T17:41:16.000Z | 2022-03-25T13:18:04.000Z | ORG 100H
JMP begin
ARRAY DB 3,6,9,2,8,4,5,7,1,3
begin:
MOV CX, 9
MOV BX, 0
next:
MOV AL, ARRAY[BX]
TEST AL, 1
JNE n_xch
PUSH AX
MOV AL, ARRAY[BX+1]
TEST AL, 1
JZ n_xch
MOV ARRAY[BX], AL
POP AX
MOV ARRAY[BX+1], AL
INC CX
DEC BX
JMP next
n_xch:
INC BX
LOOP next
END | 12.916667 | 29 | 0.583871 |
af334124a20f544876add907106cc308adc70d59 | 1,666 | asm | Assembly | chap18/ex13/transpose_avx512.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 374 | 2021-06-08T10:42:01.000Z | 2022-03-29T14:21:45.000Z | chap18/ex13/transpose_avx512.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 1 | 2021-06-11T20:24:02.000Z | 2021-06-11T20:24:02.000Z | chap18/ex13/transpose_avx512.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 39 | 2021-06-08T11:25:29.000Z | 2022-03-05T05:14:17.000Z | ;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA... | 25.630769 | 79 | 0.702881 |
416085965cd653824891f78f2d9ecbf2fe68b934 | 789 | asm | Assembly | programs/oeis/323/A323170.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/323/A323170.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/323/A323170.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A323170: a(n) = 1 if (2*phi(n)) < n, 0 otherwise, where phi is Euler totient function (A000010).
; 0,0,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1... | 49.3125 | 501 | 0.533587 |
e9236f617ee42aa61396c8e330c768bbc88201a4 | 308 | asm | Assembly | programs/oeis/229/A229718.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/229/A229718.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/229/A229718.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A229718: Number of arrays of length 2 that are sums of n consecutive elements of length 2+n-1 permutations of 0..2+n-2, and no two consecutive rises or falls in the latter permutation.
; 2,4,8,18,26,40,52,70,86,108,128,154,178,208
mov $2,$0
add $0,2
bin $0,2
sub $2,1
mod $2,2
sub $0,$2
sub $0,1
mul $0,2
| 25.666667 | 186 | 0.698052 |
d34ed9b0b2f1a20a21714b9d14e48b3bb09c5b83 | 1,296 | asm | Assembly | Web/asm/examples/Powers.asm | visrealm/vrcpu | f42ae80bd1e89e3877b88f1766f5facc5841594f | [
"MIT"
] | 102 | 2019-09-24T21:12:05.000Z | 2022-02-20T06:51:25.000Z | Web/asm/examples/Powers.asm | visrealm/vrcpu | f42ae80bd1e89e3877b88f1766f5facc5841594f | [
"MIT"
] | null | null | null | Web/asm/examples/Powers.asm | visrealm/vrcpu | f42ae80bd1e89e3877b88f1766f5facc5841594f | [
"MIT"
] | 13 | 2019-09-25T19:52:10.000Z | 2021-09-24T00:44:40.000Z | ; Show all power series (n^1, n^2, n^3, ...) up to base 15. Limited
; to results <= 255
ADDR_BASE = 0x00
.begin:
clra
data SP, 0xff ; stack to end (255)
inc Ra ; set Ra to 1
sto Ra, ADDR_BASE ; set starting base (1)
.loop:
lod Ra, ADDR_BASE ; get the last base
inc Ra ; incre... | 34.105263 | 75 | 0.611111 |
f46cbf5da06529a2083330e6602864ec7f713096 | 485 | asm | Assembly | programs/oeis/273/A273744.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/273/A273744.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/273/A273744.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A273744: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 901", based on the 5-celled von Neumann neighborhood.
; 1,9,34,83,164,285,454,679,968,1329,1770,2299,2924,3653,4494,5455,6544,7769,9138,10659,12340,14189,16214,18423,20824,2342... | 44.090909 | 219 | 0.754639 |
140664274fd82af782a4cb5a5a7ae465ec915b07 | 130,950 | asm | Assembly | hocuspocus_src/hocuspocus.asm | derekfountain/z88dk-arkos-tracker2-example | a5e099c321612d071935f23c9045b13a51e522d4 | [
"MIT"
] | null | null | null | hocuspocus_src/hocuspocus.asm | derekfountain/z88dk-arkos-tracker2-example | a5e099c321612d071935f23c9045b13a51e522d4 | [
"MIT"
] | null | null | null | hocuspocus_src/hocuspocus.asm | derekfountain/z88dk-arkos-tracker2-example | a5e099c321612d071935f23c9045b13a51e522d4 | [
"MIT"
] | null | null | null | ; Hocus Pocus, AKG format, v1.0.
; Generated by Arkos Tracker 2.
org 49152
HocusPocus_Start
HocusPocus_StartDisarkGenerateExternalLabel
HocusPocus_DisarkByteRegionStart0
db "AT20"
HocusPocus_DisarkPointerRegionStart1
dw HocusPocus_ArpeggioTable ; The address of the Arpeggio table.
dw HocusPocus_Pit... | 22.92542 | 101 | 0.649271 |
19e3ab74678a23ffbc36d737cb0374c6052934c8 | 6,860 | asm | Assembly | s3/music/Invincible.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s3/music/Invincible.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s3/music/Invincible.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Snd_Invic_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_Invic_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $2C
smpsHeaderDAC Snd_Invic_DAC
smpsHeaderFM Snd_Invic_FM1, $18, $12
smpsHeaderFM Snd_Invic_FM2, $00, $09
smpsHeaderFM Snd_Invic_FM3, $18, $1C
smpsHeade... | 30.087719 | 77 | 0.594898 |
dba41adeb42ca9206c26fb128d37117083c32450 | 4,146 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_60_524.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_60_524.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_60_524.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x18e63, %rax
add %r9, %r9
mov $0x6162636465666768, %rcx
movq %rcx, %xmm7
movups %xmm7, (%rax)
nop
nop
nop
add %rcx, %rcx
lea addresses_WC_ht+0x1dda3, %r9
nop
nop
nop
cmp %rax, %rax
mov ... | 21.261538 | 179 | 0.649542 |
9aac7c795e50966de9d0f6eee8da02ba77a1410d | 5,711 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_383.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_383.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_383.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x40f4, %rsi
lea addresses_normal_ht+0x2964, %rdi
clflush (%rdi)
nop
and $2714, %r12
mov $24, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp %r9, %r9
lea addresses_WC_ht+0x1056, %r13
n... | 41.992647 | 2,999 | 0.661881 |
01ce6097bb9ae1f4a387353c49f01abfcd0381c3 | 412 | asm | Assembly | libsrc/_DEVELOPMENT/target/rc2014/driver/ram/c/sdcc/shadowwrite.asm | witchcraft2001/z88dk | 11adca337a4125aff611ddfdf3fc2401e8dda5b2 | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/rc2014/driver/ram/c/sdcc/shadowwrite.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/rc2014/driver/ram/c/sdcc/shadowwrite.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *shadowwrite(void * restrict s1, const void * restrict s2, size_t n)
SECTION smc_lib
PUBLIC _shadowwrite
EXTERN asm_push_di
EXTERN asm_pop_ei_jp
EXTERN asm_shadowcopy
._shadowwrite
pop af
pop de
pop hl
pop bc
push bc
push hl
push de
push af
call asm_push_di
ld a,b
or... | 12.875 | 75 | 0.682039 |
f10297f949d26c45d5468efbcb3a9bb80951b431 | 7,045 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_820.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_820.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_820.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 %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x172b3, %rdx
clflush (%rdx)
nop
nop
cmp %rcx, %rcx
mov (%rdx), %r12w
cmp $19888, %rbx
lea addresses_WC_ht+0xa4b3, %rsi
lea addresses_UC_ht+0x1c689, %rdi
nop
and $2925, %r10
m... | 38.708791 | 2,999 | 0.659617 |
f131fe24ac4657e1624954b745e80dc1db5606c1 | 8,199 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca_notsx.log_20219_1726.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca_notsx.log_20219_1726.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0xca_notsx.log_20219_1726.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x116cc, %r13
and $15186, %r11
vmovups (%r13), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq $1, %xmm4, %r9
nop
and %r8, %r8
lea addresses_WC_ht+0x2fec, %rsi
nop
xor $28532, %r12
... | 33.465306 | 2,999 | 0.65569 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.