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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7dd6d1b8029796a14aa01efe0b3363178b11f4fb | 41 | asm | Assembly | processes/services/idle-x86_64/idle.asm | jncronin/tysos | ae3cfd2efaca14aed7a5107cdad4e6f343e4894f | [
"MIT"
] | 5 | 2018-03-04T18:54:41.000Z | 2022-03-19T23:08:03.000Z | processes/services/idle-x86_64/idle.asm | jncronin/tysos | ae3cfd2efaca14aed7a5107cdad4e6f343e4894f | [
"MIT"
] | null | null | null | processes/services/idle-x86_64/idle.asm | jncronin/tysos | ae3cfd2efaca14aed7a5107cdad4e6f343e4894f | [
"MIT"
] | 1 | 2018-03-01T16:15:19.000Z | 2018-03-01T16:15:19.000Z | global _start
_start:
hlt
jmp _start
| 5.857143 | 13 | 0.731707 |
826b118c5459672f0ca0f399703971ba4b0924b2 | 3,518 | asm | Assembly | services/convolution/convolution.asm | vient/proctf-2019 | b7b954fff2396a7a7a83c90ec55d75bce4a3485c | [
"MIT"
] | 2 | 2020-04-22T19:36:16.000Z | 2020-09-16T07:45:54.000Z | services/convolution/convolution.asm | vient/proctf-2019 | b7b954fff2396a7a7a83c90ec55d75bce4a3485c | [
"MIT"
] | 3 | 2021-03-31T19:21:51.000Z | 2021-06-08T20:31:48.000Z | services/convolution/convolution.asm | leetchicken/proctf-2019 | b7b954fff2396a7a7a83c90ec55d75bce4a3485c | [
"MIT"
] | 3 | 2019-10-26T00:25:03.000Z | 2019-11-23T21:10:10.000Z | # source image
s_load s1q, 0, s0q
# width
s_load s3, 8, s0q
# channel idx
s_load s4, 12, s0q
# save indices
v_mov v8, v0
v_mov v9, v1
# load image
v_mov v10, s3
v_mul_u32 v10, v10, 3
v_mul_u32 v10, v1, v10
v_mul_u32 v0, v0, 3
v_add_u32 v10, v0, v10
v_mov v12, s4
v_sll_u32 v12, v12, 3
v_mov v11, v10
v_load v0, v11, ... | 16.516432 | 23 | 0.71859 |
d2af66c3e687a81596a3ea872b4b17cbdd1dc90d | 637 | asm | Assembly | oeis/325/A325126.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/325/A325126.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/325/A325126.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A325126: a(1) = 1; a(n) = -Sum_{d|n, d<n} rad(n/d) * a(d), where rad = A007947.
; Submitted by Christian Krause
; 1,-2,-3,2,-5,6,-7,-2,6,10,-11,-6,-13,14,15,2,-17,-12,-19,-10,21,22,-23,6,20,26,-12,-14,-29,-30,-31,-2,33,34,35,12,-37,38,39,10,-41,-42,-43,-22,-30,46,-47,-6,42,-40,51,-26,-53,24,55,14,57,58,-59,30
add $0... | 18.735294 | 198 | 0.486656 |
328a99408ab271a0e1c737fea43da7440f432a9e | 2,582 | asm | Assembly | full.asm | nathan-heskia/pdp8interpreter | 7a0ee6a059b90b7a9448bebd4402020bfe16a372 | [
"MIT"
] | null | null | null | full.asm | nathan-heskia/pdp8interpreter | 7a0ee6a059b90b7a9448bebd4402020bfe16a372 | [
"MIT"
] | null | null | null | full.asm | nathan-heskia/pdp8interpreter | 7a0ee6a059b90b7a9448bebd4402020bfe16a372 | [
"MIT"
] | null | null | null | ORIG 0x40
ZERO: 0
TOZERO: ZERO
tofunct: funct
ORIG 0x1000
MSP: 0xFFFF
MSPL: 0XFF00
begin: NOP
// set up stack pointer and stack limit
LDA MSP
AND SP,A,A
LDD MSPL
OR SPL,D,D
// now that stack is set up, call a function
CALL I tofunct
// different regist... | 18.055944 | 61 | 0.532533 |
6c8d28b906e717732aa020577fadff1cc65f2aed | 11,158 | asm | Assembly | appload/compress/rexepack.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | appload/compress/rexepack.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | appload/compress/rexepack.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE EXEPACK - Copyright (c) SLR Systems 1990
INCLUDE MACROS
PUBLIC REAL_EXEPACK,REXE_INIT,MOVE_PACK_DATA,GET_EXEPACK_BYTES
PUBLIC GET_NEXT_BUFFER,INIT_INOUTBUF
DATA SEGMENT WORD PUBLIC 'DATA'
SOFT EXTB TEMP_RECORD,EXEPACK_TEMP,EXEPACK_BIGBUFFER,EOF_MSG
SOFT EXTW EXEPACK_STACK
DATA ENDS
DGROUP GRO... | 15.583799 | 66 | 0.67781 |
dd47bb3b917b585e519d185f97c3296eb642f1ce | 721 | asm | Assembly | AKVIDE v 0.2/Programs/1-Timer.asm | KvanTTT/Draft-Projects | 7c26cc083dfe036a712d9a411fd1422f5c0f0d2c | [
"Apache-2.0"
] | null | null | null | AKVIDE v 0.2/Programs/1-Timer.asm | KvanTTT/Draft-Projects | 7c26cc083dfe036a712d9a411fd1422f5c0f0d2c | [
"Apache-2.0"
] | null | null | null | AKVIDE v 0.2/Programs/1-Timer.asm | KvanTTT/Draft-Projects | 7c26cc083dfe036a712d9a411fd1422f5c0f0d2c | [
"Apache-2.0"
] | null | null | null | org 100h
segment .txt
main:
mov dx, str
mov ah, 9
int 21h
mov ah, 10h
int 16h
cmp al, 27
je quit
cmp al, 48
jb main
cmp al, 57
ja main
call show_real_time
jmp main
show_real_time:
mov ah, 02h
int 1ah
mov al, ch ;hour
call print_digit
mov al, ':'
int 29h
mov al, cl ;m... | 10.3 | 73 | 0.596394 |
42a2e685fb20ca42eae6753152b0b5a5561fbe35 | 1,405 | asm | Assembly | tests/exec/str_8/str_8.asm | ykskb/dax86 | d7c90afb4a306f04bd840da2b32faedec01bef93 | [
"MIT"
] | 12 | 2020-09-17T13:33:24.000Z | 2022-03-13T21:48:52.000Z | tests/exec/str_8/str_8.asm | ykusakabe/dax86 | d7c90afb4a306f04bd840da2b32faedec01bef93 | [
"MIT"
] | 2 | 2020-07-03T03:12:01.000Z | 2021-06-11T00:31:19.000Z | tests/exec/str_8/str_8.asm | ykusakabe/dax86 | d7c90afb4a306f04bd840da2b32faedec01bef93 | [
"MIT"
] | 5 | 2020-07-04T16:59:29.000Z | 2021-11-26T17:14:07.000Z | BITS 32
org 0x7c00
; strncomp ;
; check the length of msghello
mov edx, 32
mov ecx, edx
les dword edi, [addr_to_str_hello]
repne scasb ; AL - ES:EDI -> update flags
sub edx, ecx
inc edx
push edx ; 0x08 (length of str_hello)
; compare same chars
mov ecx, edx
les... | 20.661765 | 61 | 0.607829 |
2cac3980f034d69c2cfe2fdb0222753b7c27b623 | 9,660 | asm | Assembly | src/util/oli/wm/ccwwd.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/wm/ccwwd.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/wm/ccwwd.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | ; Convert Colourway in window definition O.Fink, 1991
; monochrome 17/07-92
section utility
include win1_keys_wwork
include win1_keys_colour
xdef ut_ccwwd ; main window
xdef ut_cway ; single colour
xdef ut_ccwiw ; one information window
xdef ut_ccwio ; all info object... | 26.108108 | 75 | 0.607867 |
ba46bb96ac208441f5c489347eeb5fb9764f7f69 | 915 | asm | Assembly | programs/oeis/134/A134816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/134/A134816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/134/A134816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A134816: Padovan's spiral numbers.
; 1,1,1,2,2,3,4,5,7,9,12,16,21,28,37,49,65,86,114,151,200,265,351,465,616,816,1081,1432,1897,2513,3329,4410,5842,7739,10252,13581,17991,23833,31572,41824,55405,73396,97229,128801,170625,226030,299426,396655,525456,696081,922111,1221537,1618192,2143648,2839729,3761840,4983377,6601569... | 53.823529 | 742 | 0.798907 |
7e0b51cee88379f8251c74ed4f4419b5005138c5 | 823 | asm | Assembly | oeis/142/A142945.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142945.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142945.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142945: Primes congruent to 45 mod 64.
; Submitted by Jon Maiga
; 109,173,557,877,941,1069,1453,1709,1901,2029,2221,2477,2797,2861,3181,3373,3821,4013,4397,4909,4973,5101,5741,5869,6317,6637,6701,6829,7213,7789,7853,8237,8429,8941,9133,9901,10093,10477,10733,10861,11117,11437,11821,12269,12589,12653,12781,12973,1303... | 35.782609 | 500 | 0.727825 |
e78140b8cc2c923bec3b9d3bbdd5243cf23be596 | 4,898 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2161.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_2161.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_2161.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1347, %r14
clflush (%r14)
nop
nop
nop
nop
nop
xor %rax, %rax
movb $0x61, (%r14)
nop
nop
nop
and $41926, %r11
lea addresses_A_ht+0x1e547, %rsi
lea addresses_UC_ht+0x6747, %rd... | 48.98 | 2,999 | 0.661903 |
54c201e44418a8ef640027a3fe8e3edb7824e23f | 596 | asm | Assembly | oeis/036/A036098.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036098.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036098.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036098: Centered cube numbers: a(n) = (n+1)^20 + n^20.
; 1,1048577,3487832977,1102998412177,96466943268401,3751525871703601,83448424737674977,1232713770904458977,13310586963663775777,112157665459056928801,772749994932560009201,4506509987380035131377,22838723767328274560977,102673219200165600999377,416193928433249889... | 66.222222 | 487 | 0.880872 |
07bbc9b7c819ff4481d22f020a54a0af0f934a68 | 473 | asm | Assembly | programs/oeis/179/A179329.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/179/A179329.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/179/A179329.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A179329: Number of iterations of (n + lpf(n)) / 2 required to reach a prime, where lpf equals the least prime factor.
; 0,0,1,0,2,0,1,3,3,0,1,0,2,4,4,0,4,0,1,2,2,0,1,5,3,5,5,0,5,0,1,5,5,2,1,0,2,3,3,0,3,0,1,2,2,0,6,6,4,6,6,0,6,6,1,6,6,0,1,0,2,6,6,3,6,0,3,2,2,0,1,0,3,4,4,4,4,0,1,4,4,0,1,3,2,3,3,0,3,7,1,7,7,5,7,0,5,7,7,... | 29.5625 | 201 | 0.547569 |
f6aafb5da0ef83a05a0107d6410e58916492b93e | 6,991 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2030.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_2030.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_2030.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x5c0d, %r12
nop
inc %r9
movups (%r12), %xmm5
vpextrq $1, %xmm5, %r14
nop
nop
nop
nop
cmp $46595, %rbp
lea addresses_WT_ht+0xef7d, %rsi
lea addresses_UC_ht+0xd0c5, %rdi
nop
nop
... | 36.989418 | 2,999 | 0.65756 |
2c9dea0dbed9d79800b57cd488d805ef555011d1 | 847 | asm | Assembly | oeis/142/A142381.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142381.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142381.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142381: Primes congruent to 30 mod 47.
; Submitted by Christian Krause
; 359,547,641,829,1487,2239,2333,2521,2803,2897,3461,3931,4871,5059,5153,5623,5717,6469,6563,7127,7691,7879,8161,8443,8537,8819,9007,11827,12109,12203,12391,13049,13331,13613,14083,14177,14741,14929,15493,16057,16339,16433,16903,17467,17749,18313... | 33.88 | 498 | 0.729634 |
86f523153ba35e6142c39f92170a0a1c24f1dc05 | 208 | asm | Assembly | libsrc/_DEVELOPMENT/inttypes/c/sdcc_iy/strtoumax_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/inttypes/c/sdcc_iy/strtoumax_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/inttypes/c/sdcc_iy/strtoumax_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; uintmax_t strtoumax_callee(const char *nptr, char **endptr, int base)
SECTION code_clib
SECTION code_inttypes
PUBLIC _strtoumax_callee
EXTERN _strtoull_callee
defc _strtoumax_callee = _strtoull_callee
| 17.333333 | 71 | 0.831731 |
fd8add438ecc50d1fc91534ff051d9ec03ad7a98 | 528 | asm | Assembly | oeis/087/A087427.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/087/A087427.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/087/A087427.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A087427: Number of lattice points on or inside the rectangle formed by [1 <= x <= (q-1)/2] and [1 <= y <= (p-1)/2], where p = n-th prime, q = (n-1)-st prime.
; Submitted by Jamie Morken(w4)
; 2,6,15,30,48,72,99,154,210,270,360,420,483,598,754,870,990,1155,1260,1404,1599,1804,2112,2400,2550,2703,2862,3024,3528,4095,44... | 37.714286 | 207 | 0.674242 |
b8798d548e9e3f538383af6ef04c1000fb746355 | 246 | asm | Assembly | libsrc/target/x1/x1/x1_load_pcg.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/x1/x1/x1_load_pcg.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/x1/x1/x1_load_pcg.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
PUBLIC x1_load_pcg
PUBLIC _x1_load_pcg
EXTERN asm_load_pcg
;void x1_load_pcg(int char, char data[8]) __z88dk_callee
x1_load_pcg:
_x1_load_pcg:
pop de ;ret
pop hl ;data
pop bc ;character
push de
jp asm_load_pcg
| 11.714286 | 56 | 0.764228 |
23cfe8128cafb81d39d6dec892a6d5d952e5cd24 | 141 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Move.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Move.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Move.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: Move.asm
Type: file
Size: 4993
Last-Modified: '1992-11-18T01:48:24Z'
SHA-1: 317390D064A093CDF3D9B86A00F79176D3FEC27D
Description: null
| 20.142857 | 47 | 0.808511 |
6a8fee9e946534a084c1d29d0de3f851814d506b | 4,965 | asm | Assembly | asm/mouse.asm | trapexit/chipce8 | 657cc8753a964d54c20093a1a506524231e456ce | [
"MIT"
] | 14 | 2015-06-03T00:13:46.000Z | 2021-02-10T16:06:22.000Z | windows huc/include/pce/mouse.asm | langel/pce-dev-kit | 21791b3c60eb6b9a1aa7b55c68b28e6cfab1ac12 | [
"Unlicense"
] | null | null | null | windows huc/include/pce/mouse.asm | langel/pce-dev-kit | 21791b3c60eb6b9a1aa7b55c68b28e6cfab1ac12 | [
"Unlicense"
] | 3 | 2016-06-21T14:17:58.000Z | 2020-03-06T14:29:30.000Z | ;- The mouse is read 4 successive times, in order to assemble the mouse data
;(horiz most-significant-nybble/horiz LSN/vert MSN/vert LSN).
;- values are deltas, and reading the mouse every VSYNC is normal
;- For vertical movement, up is positive, down is negative
;- For horizontal movement, left is positive, right ... | 22.264574 | 77 | 0.642699 |
b02fcc2fc235134e2b390f127a77266cc5f2b4c7 | 676 | asm | Assembly | programs/oeis/021/A021152.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/021/A021152.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/021/A021152.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A021152: Decimal expansion of 1/148.
; 0,0,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5,6,7,5... | 39.764706 | 501 | 0.504438 |
744131541731e35076c1e56700ccf3043ef2bd26 | 4,442 | asm | Assembly | zikcart-demo-1/zsldevinit.asm | JulienNevo/zikzak | db4b1c86519cd2738cfed3e646e058980c452d20 | [
"BSD-2-Clause"
] | 8 | 2015-04-23T14:42:17.000Z | 2020-12-16T01:56:56.000Z | zikcart-demo-1/zsldevinit.asm | JulienNevo/zikzak | db4b1c86519cd2738cfed3e646e058980c452d20 | [
"BSD-2-Clause"
] | null | null | null | zikcart-demo-1/zsldevinit.asm | JulienNevo/zikzak | db4b1c86519cd2738cfed3e646e058980c452d20 | [
"BSD-2-Clause"
] | 3 | 2017-09-03T05:13:49.000Z | 2020-02-02T21:35:23.000Z | ; zsldevinit.asm
; Implementation file for opening peripheral devices.
;
; This file contains implementation for opening (by calling intialize routines)
; peripheral devices required by ZiLOG Standard Library implementations for eZ80
; and eZ80 Acclaim! series of microprocessors and microcontrollers.
;
; ... | 18.822034 | 89 | 0.669068 |
081cb696e4860da66d0e7e774042e409fd03929e | 1,259 | nasm | Assembly | Microprocessor lab/Factorial/factorial.nasm | IamVaibhavsar/Second_Year_Lab_Assignments | dec3a0d4e71bc30820948d40d4e073b1d3e1da98 | [
"MIT"
] | 34 | 2020-02-09T08:42:49.000Z | 2022-03-01T09:04:53.000Z | Microprocessor lab/Factorial/factorial.nasm | MXNXV/Second_Year_Lab_Assignments | dec3a0d4e71bc30820948d40d4e073b1d3e1da98 | [
"MIT"
] | 1 | 2020-10-16T15:41:43.000Z | 2020-10-16T16:03:50.000Z | Microprocessor lab/Factorial/factorial.nasm | MXNXV/Second_Year_Lab_Assignments | dec3a0d4e71bc30820948d40d4e073b1d3e1da98 | [
"MIT"
] | 34 | 2020-01-07T08:47:42.000Z | 2022-03-29T16:45:56.000Z | %include "macro1.nasm"
;Write x86 ALP to find the factorial of a given integer number on a command line by using
;recursion. Explicit stack manipulation is expected in the code.
global _start:
_start:
section .text
disp m1,c1 ;Enter the number:"
accept num,03
call convert
mov [no],al ;add al, bl of convert proc... | 11.657407 | 89 | 0.698967 |
093e0af2a158e034f281607404c0c978ff0b45cc | 267 | asm | Assembly | cpm2/RomWBW/Source/HBIOS/Config/UNA_std.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | cpm2/RomWBW/Source/HBIOS/Config/UNA_std.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | cpm2/RomWBW/Source/HBIOS/Config/UNA_std.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
;==================================================================================================
; UNA STANDARD CONFIGURATION
;==================================================================================================
;
#include "cfg_una.asm"
;
| 33.375 | 100 | 0.153558 |
ec8de66826f55a3d869b073858cdfad2a5130101 | 565 | asm | Assembly | factorial_nomult.asm | danielzy95/MIPS-Random | d9f8f74bea71d88436a0bc89924ed2d93a1b3e23 | [
"MIT"
] | null | null | null | factorial_nomult.asm | danielzy95/MIPS-Random | d9f8f74bea71d88436a0bc89924ed2d93a1b3e23 | [
"MIT"
] | null | null | null | factorial_nomult.asm | danielzy95/MIPS-Random | d9f8f74bea71d88436a0bc89924ed2d93a1b3e23 | [
"MIT"
] | null | null | null | .text
main:
li $a0, 12
jal factorial
move $a0, $v0
jal print_int
li $v0, 10
syscall
factorial:
addiu $sp, $sp, -8
sw $ra, 0($sp)
sw $s0, 4($sp)
slti $t0, $a0, 2
beq $t0, $zero, recurs
return1:
li $v0, 1
j end_funct
recurs:
move $s0, $a0
addiu $a0, $a0, -1
jal factorial
li $... | 11.078431 | 26 | 0.541593 |
a6fee42e9186816f1e97bbc9264299f793ca671d | 1,335 | asm | Assembly | programs/oeis/027/A027769.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/027/A027769.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/027/A027769.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A027769: a(n) = (n+1)*binomial(n+1, 9).
; 9,100,605,2640,9295,28028,75075,183040,413270,875160,1755182,3359200,6172530,10943240,18795370,31380096,51074375,81238300,126544275,193393200,290435145,429214500,624962325,897561600,1272714300,1783342704,2471261100,3389158080,4602933940,6194442320,8264690148,10937555200,14364... | 148.333333 | 1,243 | 0.890637 |
474729239999ba13202befba4aae5e20a2fc6aae | 180 | asm | Assembly | 01-bootsector-barebones/boot_sect_simple.asm | MCmengde/os-tutorial | 907e96af213306e0bf11fea82432ca91aba4c248 | [
"BSD-3-Clause"
] | null | null | null | 01-bootsector-barebones/boot_sect_simple.asm | MCmengde/os-tutorial | 907e96af213306e0bf11fea82432ca91aba4c248 | [
"BSD-3-Clause"
] | null | null | null | 01-bootsector-barebones/boot_sect_simple.asm | MCmengde/os-tutorial | 907e96af213306e0bf11fea82432ca91aba4c248 | [
"BSD-3-Clause"
] | null | null | null | ; A simple boot sector program that loops forever
loop:
jmp loop
; Fill with 510 zeros minus the size of the previous code
times 510 - ($ - $$) db 0
; Magic number
dw 0xaa55
| 18 | 57 | 0.7 |
16b473af63c118011d6e1aa599bcbbf35ba364c7 | 785 | asm | Assembly | src/standard.asm | andycraig/functional-compiler | 1938aeeb16e1c25f1f101a699151e77423da33d2 | [
"MIT"
] | 4 | 2020-01-09T04:25:05.000Z | 2020-12-06T10:49:45.000Z | src/standard.asm | andycraig/lisp-compiler | 1938aeeb16e1c25f1f101a699151e77423da33d2 | [
"MIT"
] | null | null | null | src/standard.asm | andycraig/lisp-compiler | 1938aeeb16e1c25f1f101a699151e77423da33d2 | [
"MIT"
] | null | null | null | bits 64
global plus, minus, equals
section .text
_plus:
push rbp
mov rbp, rsp
mov rax, rdi ; pointer to 1st param
mov rbx, QWORD [rax] ; 1st param
mov rcx, QWORD [rax+8] ; 2nd param
mov rax, rbx
add rax, rcx
pop rbp
ret
_minus:
push rbp
mov rbp, rsp
mov rax, rdi ; pointer to 1st param
... | 15.096154 | 40 | 0.62293 |
1aa7ad1f74810d9f9bcfd3bdd60fcc225f397b01 | 4,146 | asm | Assembly | 2nd Assignment/ASSEMBLY_3iii.asm | BeenCoding/Microprocessors-NTUA | 354b27a01918a2ddb64e852714599b147c1602c2 | [
"MIT"
] | null | null | null | 2nd Assignment/ASSEMBLY_3iii.asm | BeenCoding/Microprocessors-NTUA | 354b27a01918a2ddb64e852714599b147c1602c2 | [
"MIT"
] | null | null | null | 2nd Assignment/ASSEMBLY_3iii.asm | BeenCoding/Microprocessors-NTUA | 354b27a01918a2ddb64e852714599b147c1602c2 | [
"MIT"
] | null | null | null | INIT: IN 10H
MVI A,10H ;fill memory spaces 0A10-0A13 HEX
STA 0A10H ;with 10 (blank print in DCD)
STA 0A11H
STA 0A12H
STA 0A13H
START:
;--------------------------------------------------------------------------
;For each line, declare its port, read key read port and decide based on
;last ... | 24.678571 | 80 | 0.470092 |
afbf451ddfa51e96d1260d95766ccb3f7b4f6b55 | 875 | asm | Assembly | sw/552tests/rand_simple/t_1_rori.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/rand_simple/t_1_rori.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/rand_simple/t_1_rori.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // seed 1
lbi r0, 112 // icount 0
slbi r0, 167 // icount 1
lbi r1, 196 // icount 2
slbi r1, 135 // icount 3
lbi r2, 80 // icount 4
slbi r2, 152 // icount 5
lbi r3, 86 // icount 6
slbi r3, 23 // icount 7
lbi r4, 178 // icount 8
slbi r4, 119 // icount 9
lbi r5, 198 // icount 10
slbi r5, 175 // icount 11
lbi r6, 186 // ic... | 25 | 28 | 0.621714 |
7a26a5cc8708aaf8136acd9e3be7c37b9a59407f | 5,589 | asm | Assembly | ee/wman/htbar.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/htbar.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/htbar.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Check for hit on PAN and SCROLL bars V1.00 1989 Tony Tebby QJUMP
section wman
xdef wm_htbar
include 'dev8_keys_err'
include 'dev8_keys_k'
include 'dev8_keys_qdos_pt'
include 'dev8_keys_qdos_io'
include 'dev8_keys_wwork'
include 'dev8_keys_ws... | 31.576271 | 73 | 0.43514 |
1461b28b04950bc799129b7c9ea937a3ea6bbd2b | 7,741 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1837.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_1837.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_1837.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x5075, %rdx
clflush (%rdx)
nop
nop
nop
nop
nop
dec %r14
movw $0x6162, (%rdx)
nop
nop
nop
nop
nop
sub %rbp, %rbp
lea addresses_normal_ht+0x1b63d, %rsi
lea addresses_UC_ht+0xdb5... | 34.869369 | 2,999 | 0.657279 |
4114afd00f62164a4787114dccfa7a5feb13acef | 2,705 | asm | Assembly | programs/oeis/157/A157815.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157815.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157815.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157815: a(n) = 8984250*n - 330.
; 8983920,17968170,26952420,35936670,44920920,53905170,62889420,71873670,80857920,89842170,98826420,107810670,116794920,125779170,134763420,143747670,152731920,161716170,170700420,179684670,188668920,197653170,206637420,215621670,224605920,233590170,242574420,251558670,260542920,26952... | 386.428571 | 2,628 | 0.896118 |
e65e142e28d714cc528e184ff9700ac369402e7f | 1,200 | asm | Assembly | Code_20.asm | vishnuajith/PIC-18-Example-Codes | 81d373fbb1d116a41673876240e2698c1ce09306 | [
"MIT"
] | null | null | null | Code_20.asm | vishnuajith/PIC-18-Example-Codes | 81d373fbb1d116a41673876240e2698c1ce09306 | [
"MIT"
] | null | null | null | Code_20.asm | vishnuajith/PIC-18-Example-Codes | 81d373fbb1d116a41673876240e2698c1ce09306 | [
"MIT"
] | null | null | null | ;*******************************************************
;* Description : Using Timer0 and Timer1
;*
;*******************************************************
#INCLUDE<P18F452.INC>
CONFIG WDT=OFF
CONFIG OSC=HS
CONFIG OSCS=OFF
ORG 0H
GOTO MAIN
ORG 0008H
BTFSS INTCON,T... | 16.438356 | 56 | 0.548333 |
e91d21cb3fdd6229ab2ab67b689c37d647e7b08a | 17,280 | asm | Assembly | target/cos_117/disasm/iop_overlay1/START1.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/START1.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/START1.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291B- f:00024 d: 283 | OR[283] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x291C- f:00024 d: 284 | OR[284] = A
... | 79.631336 | 79 | 0.454861 |
291ec4ea19d4089cf65ed9ae5083107a720eb521 | 170 | asm | Assembly | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/atoi.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/atoi.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/atoi.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int atoi(const char *buf)
SECTION code_clib
SECTION code_stdlib
PUBLIC _atoi
EXTERN asm_atoi
_atoi:
pop af
pop hl
push hl
push af
jp asm_atoi
| 8.5 | 27 | 0.676471 |
acb82809f5c0bda6201db7b2131e7ad865df70aa | 291 | asm | Assembly | oeis/260/A260090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/260/A260090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/260/A260090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A260090: Maximum number of kings on an n X n chessboard such that no king attacks more than one other king.
; Submitted by Christian Krause
; 1,2,4,8,12,16,21,26,33,40,48,56,65,74,85
mov $1,1
add $1,$0
mov $2,$0
sub $0,3
mod $0,2
mul $1,$2
add $1,$0
div $1,3
add $1,$2
mov $0,$1
add $0,1
| 18.1875 | 109 | 0.659794 |
56292b3321db82606d40e9c32059ded7b51687c8 | 2,865 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_105_503.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_105_503.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_105_503.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 %r13
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1efcf, %r13
nop
nop
nop
inc %rdi
mov $0x6162636465666768, %r15
movq %r15, %xmm6
movups %xmm6, (%r13)
nop
nop
nop
nop
nop
sub %rsi, %rsi
lea addresses_A_ht+0x77f, %rsi
lea addresses_UC_... | 22.038462 | 314 | 0.662129 |
9a629e6350ce767b503f71a5694fba9f424eb4ed | 654 | asm | Assembly | programs/oeis/265/A265382.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/265/A265382.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/265/A265382.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A265382: Total number of ON (black) cells after n iterations of the "Rule 158" elementary cellular automaton starting with a single ON (black) cell.
; 1,4,8,13,20,27,37,46,59,70,86,99,118,133,155,172,197,216,244,265,296,319,353,378,415,442,482,511,554,585,631,664,713,748,800,837,892,931,989,1030,1091,1134,1198,1243,1... | 65.4 | 447 | 0.753823 |
b94070b390680217eb6d8c199f05fa889f04410e | 5,764 | asm | Assembly | savefile/engine/overworld_utils.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 35 | 2018-04-01T06:55:28.000Z | 2021-05-09T19:09:42.000Z | savefile/engine/overworld_utils.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 4 | 2018-04-01T15:32:55.000Z | 2019-02-23T20:46:49.000Z | savefile/engine/overworld_utils.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 12 | 2018-04-01T15:48:09.000Z | 2021-01-27T10:22:33.000Z | ; === overworld_utils.asm
; Utility functions in SRAM3 (overworld-related).
; Hide all sprites by setting all their Y coordinates to $A0.
HideAllSprites:
ld hl, $c104
.loop
ld [hl], $a0
ld a, l
add $10
ld l, a
cp $f4
jr nz, .loop
ret
; Black out the palette.
PalAllBlack:
ld a, $f... | 20.585714 | 79 | 0.667071 |
b026a5504080207d6762e4418a28df3ef821e784 | 437 | asm | Assembly | wof/lcs/123p/5E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | wof/lcs/123p/5E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/123p/5E.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
001DB0 move.w (A1)+, ($5e,A0) [123p+ 8E]
001DB4 move.l #$59fca, ($36,A0) [123p+ 5E]
003064 move.w ($5e,A0), D2 [123p+ 82]
003068 move.w #$b, D6 [123p+ 5E]
008172 move.w ($5e,A1), (A4)+ [123p+ 84, enemy+84]
008176 move.w ($80,A1), (A4)+ [123p+ 5E, enemy... | 33.615385 | 54 | 0.631579 |
3a71e76f84335ad399a99210decfcd01d906569a | 23,117 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.cdeath4.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.cdeath4.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.cdeath4.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ;*****************************************************************************;
; ;
; Creeping Death IV (Encrypting, try to find it) ;
; ;
... | 38.33665 | 79 | 0.375222 |
5ebb4f9ab0e9334083868104ee42456e68306d78 | 298 | asm | Assembly | libsrc/_DEVELOPMENT/font/font_8x10/_font_8x10_vga_rom.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/font/font_8x10/_font_8x10_vga_rom.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/font/font_8x10/_font_8x10_vga_rom.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; VGA ROM font, modified to ZX code page
;
; Extracted from: https://www.min.at/prinz/o/software/pixelfont/
;
SECTION rodata_font
SECTION rodata_font_8x10
PUBLIC _font_8x10_vga_rom
PUBLIC _font_8x10_vga_rom_end
_font_8x10_vga_rom:
BINARY "font_8x10_vga_rom.bin"
_font_8x10_vga_rom_end:
| 16.555556 | 64 | 0.798658 |
6b51fe978baa95f97c3a7ca6bb28ea9a45e7275a | 467 | asm | Assembly | programs/oeis/168/A168197.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168197.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168197.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168197: a(n) = 3*n - a(n-1) + 1 with n > 1, a(1)=0.
; 0,7,3,10,6,13,9,16,12,19,15,22,18,25,21,28,24,31,27,34,30,37,33,40,36,43,39,46,42,49,45,52,48,55,51,58,54,61,57,64,60,67,63,70,66,73,69,76,72,79,75,82,78,85,81,88,84,91,87,94,90,97,93,100,96,103,99,106,102,109,105,112,108,115,111,118,114,121,117,124,120,127,123,1... | 38.916667 | 331 | 0.638116 |
08e49ddaf2aaac9c0f9b893bc9af6c79f5d59584 | 465 | asm | Assembly | programs/oeis/002/A002456.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/002/A002456.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/002/A002456.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A002456: Joffe's central differences of 0, A241171(n,n-1).
; 0,1,30,1260,75600,6237000,681080400,95351256000,16672848192000,3563821301040000,914714133933600000,277707211062240960000,98459829376612704000000,40319300129722902288000000,18888041368462498071840000000,10037644841525784689606400000000,6006526673169029558260... | 27.352941 | 271 | 0.772043 |
937ab1609b01b14b09416c904cf2d14215dbdf84 | 1,178 | asm | Assembly | programs/oeis/008/A008720.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/008/A008720.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/008/A008720.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A008720: Molien series for 3-dimensional group [2,5] = *225.
; 1,0,2,0,3,1,4,2,5,3,7,4,9,5,11,7,13,9,15,11,18,13,21,15,24,18,27,21,30,24,34,27,38,30,42,34,46,38,50,42,55,46,60,50,65,55,70,60,75,65,81,70,87,75,93,81,99,87,105,93,112,99,119,105,126,112,133,119,140,126,148,133,156,140,164,148,172,156,180,164,189,172,198... | 69.294118 | 979 | 0.708829 |
d5c2d8504dbb1d4ab2cffb29dc93a085938ae9f2 | 7,620 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca.log_21829_581.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca.log_21829_581.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca.log_21829_581.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xa453, %rdx
add %r9, %r9
mov (%rdx), %rcx
nop
nop
add $44834, %r13
lea addresses_WC_ht+0x181b7, %rbp
clflush (%rbp)
cmp %rdi, %rdi
movl $0x61626364, (%rbp)
nop
nop
nop
lfen... | 34.954128 | 2,999 | 0.654724 |
215af1e2a2c8871ea30489d7bc81ae43a29651ef | 443 | asm | Assembly | programs/oeis/101/A101776.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/101/A101776.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/101/A101776.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A101776: Smallest k such that k^2 is equal to the sum of n not-necessarily-distinct primes plus 1.
; 1,2,3,3,3,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,7,7,7,7,7,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,14,... | 34.076923 | 260 | 0.62754 |
4aed980233dba2041405da84da2ac0d447e1072b | 7,428 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2495.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2495.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2495.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 %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x32f5, %rax
nop
nop
nop
nop
nop
xor $20105, %rdx
movb (%rax), %r11b
nop
nop
nop
nop
nop
sub %r10, %r10
lea addresses_D_ht+0x17275, %r15
nop
nop
nop
nop
inc %r11
movb ... | 36.234146 | 2,999 | 0.656435 |
94fc70d21caaad7b18f5fcace1ac0e3c260566bb | 789 | asm | Assembly | oeis/221/A221829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/221/A221829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/221/A221829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A221829: Number of 2 X n arrays of occupancy after each element moves to some horizontal, vertical or antidiagonal neighbor, without 2-loops or left turns.
; 0,3,16,73,333,1519,6929,31607,144177,657671,3000001,13684663,62423313,284747239,1298889569,5924953367,27026987697,123285031751,562371183361,2565285853303,117016... | 87.666667 | 493 | 0.840304 |
1d3429d37e01b1609027afe308de15ac02eb7ae8 | 22,031 | nasm | Assembly | modules/taskman/path/rfs_fileops.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/taskman/path/rfs_fileops.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/taskman/path/rfs_fileops.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
; rfs_fileops.nasm - basic file operations.
;-------------------------------------------------------------------------------
module tm.pathman.rfs_fileops
%include "errors.ah"
%include "pool.ah"
%include "time.ah"
%include "tm/inode.ah"
... | 25.528389 | 80 | 0.63456 |
0ab9ebf58424bb189b8935b506b95ba7a4ccf518 | 607 | asm | Assembly | oeis/166/A166522.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/166/A166522.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/166/A166522.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A166522: a(n) = 7*n - a(n-1), with a(1) = 1.
; Submitted by Jon Maiga
; 1,13,8,20,15,27,22,34,29,41,36,48,43,55,50,62,57,69,64,76,71,83,78,90,85,97,92,104,99,111,106,118,113,125,120,132,127,139,134,146,141,153,148,160,155,167,162,174,169,181,176,188,183,195,190,202,197,209,204,216,211,223,218,230,225,237,232,244,239,... | 27.590909 | 371 | 0.654036 |
679957414d46ed9eb4d6d9af50c9e57a3c161257 | 660 | asm | Assembly | programs/oeis/062/A062876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/062/A062876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/062/A062876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A062876: Numbers of lattice points corresponding to incrementally largest circle radii in A062875.
; 4,12,20,28,44,52,68,76,92,116,124,148,164,172,188,212,236,244,268,284,292,316,332,356,388,404,412,428,436,452,508,524,548,556,596,604,628,652,668,692,716,724,764,772,788,796,844,892,908,916,932,956,964,1004,1028,1052,... | 66 | 438 | 0.757576 |
d75a632c68e6cbd2b802b7330502519e1be88360 | 2,716 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_2_1009.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_notsx.log_2_1009.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_notsx.log_2_1009.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x3100, %rsi
lea addresses_D_ht+0x11d00, %rdi
nop
nop
nop
and %r15, %r15
mov $80, %rcx
rep movsb
nop
sub $39180, %r13
lea addresses_D_ht+0x3d00, %rsi
lea addresses_WC_ht+0x7e00, %rdi
cl... | 18.60274 | 149 | 0.64838 |
29ae0df0f89c13347a6a81276bb1142f0af2a509 | 2,542 | asm | Assembly | src/fib.asm | mokytis/x86_64 | e626a4644c63d48438b05adeba90ef2aa82d8600 | [
"MIT"
] | null | null | null | src/fib.asm | mokytis/x86_64 | e626a4644c63d48438b05adeba90ef2aa82d8600 | [
"MIT"
] | null | null | null | src/fib.asm | mokytis/x86_64 | e626a4644c63d48438b05adeba90ef2aa82d8600 | [
"MIT"
] | null | null | null | global _start
section .text
_start:
call _getInput
sub dword [counter], 1
mov rbx, 1 ; inital value 1
mov [num1], rbx
call _outputValue
mov rbx, 1 ; initial value 2
mov [num2], rbx
call _outputValue
_loop:
mov rbx, [num2]
add rbx, [num1] ; calculate next fib value
mov rcx, [num1]
mov [... | 20.015748 | 74 | 0.65775 |
e8990889aaaeac017c851374e7c316dcb0ed5a18 | 704 | asm | Assembly | programs/oeis/105/A105133.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/105/A105133.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/105/A105133.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A105133: Numbers n such that 8n + 5 is prime.
; 0,1,3,4,6,7,12,13,18,19,21,22,24,28,33,34,36,39,43,46,48,49,52,57,63,67,69,76,81,82,84,87,88,91,94,96,99,102,103,106,109,117,124,126,127,132,133,136,138,139,147,151,153,154,159,162,171,172,178,181,186,193,199,201,202,204,208,211,213,216,217,223,232,234,237,241,243,246,2... | 26.074074 | 358 | 0.642045 |
c4155fb250a6c74eecae821e0d15328780a332c0 | 7,886 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1609.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1609.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1609.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1667b, %r12
nop
sub $12293, %r10
mov $0x6162636465666768, %r14
movq %r14, %xmm3
vmovups %ymm3, (%r12)
nop
nop
nop
inc %rax
lea addresses_D_ht+0xed83, %r8
nop
nop
no... | 34.436681 | 2,999 | 0.659143 |
1a416625c4411e8a21fc20ba908614e258cc7470 | 2,505 | asm | Assembly | source/system/reset.asm | paulscottrobson/rpl-32 | 7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc | [
"MIT"
] | null | null | null | source/system/reset.asm | paulscottrobson/rpl-32 | 7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc | [
"MIT"
] | null | null | null | source/system/reset.asm | paulscottrobson/rpl-32 | 7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc | [
"MIT"
] | null | null | null | ; ******************************************************************************
; ******************************************************************************
;
; Name : reset.asm
; Purpose : Reset the tables and pointers for Running
; Reset the code pointer to the start.
; Author : Paul Robson (paul@robs... | 24.558824 | 80 | 0.42475 |
aa23f4ff910a74e63956a726ffde3e511b2f933e | 2,198 | asm | Assembly | lib/target/svi/classic/rom.asm | dp304/z88dk | 1c4a0451ab85f7b0eee6fcec706f135076a66e2d | [
"ClArtistic"
] | null | null | null | lib/target/svi/classic/rom.asm | dp304/z88dk | 1c4a0451ab85f7b0eee6fcec706f135076a66e2d | [
"ClArtistic"
] | null | null | null | lib/target/svi/classic/rom.asm | dp304/z88dk | 1c4a0451ab85f7b0eee6fcec706f135076a66e2d | [
"ClArtistic"
] | null | null | null | ;
; ROM Startup for SVI
;
defc CRT_ORG_BSS = 0x8000
defc CRT_ORG_CODE = 0x0000
EXTERN im1_vectors
EXTERN asm_interrupt_handler
defc TAR__clib_exit_stack_size = 0
defc TAR__register_sp = 0xffff
INCLUDE "crt/classic/crt_rules.inc"
org CRT_ORG_CODE
if (ASMPC<>$00... | 17.307087 | 64 | 0.665605 |
97e1e71a0ab0a59431d8cb5fb454b0a60eebaf64 | 478 | asm | Assembly | tests/parsing/parentheses_parsing.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/parsing/parentheses_parsing.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/parsing/parentheses_parsing.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ; during working on advent-of-code 2020 as sjasmplus scripts, I have run into
; insufficient syntax error reporting
; AFTER FIX: the while is not executed even once, only syntax error is reported
DEVICE ZXSPECTRUMNEXT
counter = 1
WHILE (counter < 2)) || (counter < 4)
; ^ silent extra clos... | 36.769231 | 87 | 0.679916 |
e6314dbc5a440c69e2958fa36949985034a05208 | 405 | asm | Assembly | oeis/076/A076452.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/076/A076452.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/076/A076452.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A076452: a(n+2) = abs(a(n+1)) - a(n), a(0)=0, a(1)=1.
; Submitted by Jon Maiga
; 0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0,1,1,0,-1,1,2,1,-1,0
mov $1,1
lpb $... | 27 | 223 | 0.469136 |
59ace8ccb24e9363141351c496d0bb0002a94a02 | 824 | asm | Assembly | oeis/262/A262490.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/262/A262490.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/262/A262490.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A262490: The index of the first of two consecutive positive triangular numbers (A000217) the sum of which is equal to the sum of four consecutive positive triangular numbers.
; Submitted by Jamie Morken(s1)
; 9,57,337,1969,11481,66921,390049,2273377,13250217,77227929,450117361,2623476241,15290740089,89120964297,51943... | 45.777778 | 487 | 0.82767 |
a2c5f4d301d663c6643cf0f11d7d750e7e2fbc28 | 547 | asm | Assembly | libsrc/target/z1013/stdio/generic_console_MODE1.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/target/z1013/stdio/generic_console_MODE1.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/target/z1013/stdio/generic_console_MODE1.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
PUBLIC cls_MODE1
PUBLIC printc_MODE1
PUBLIC vpeek_MODE1
PUBLIC scrollup_MODE1
EXTERN __krt_cls
EXTERN __krt_printc
EXTERN __krt_vpeek
EXTERN __krt_scrollup
defc cls_MODE1 = __krt_cls
defc printc_MODE1 = __krt_printc
defc vpeek_MODE1 = __krt_vpeek
defc... | 21.038462 | 43 | 0.740402 |
18cdc38c4b7f9dafe696ffa1f20998aaa9a09c72 | 4,307 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1654.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1654.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1654.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 %r11
push %r13
push %r8
push %r9
push %rbp
push %rbx
push %rdi
// Store
lea addresses_PSE+0xfaf8, %rbx
nop
nop
nop
nop
nop
inc %rbp
mov $0x5152535455565758, %rdi
movq %rdi, %xmm2
movups %xmm2, (%rbx)
nop
nop
nop
and $24408,... | 59 | 2,999 | 0.661249 |
e247a09103e7b78a8ea0b96adcc17387a3ee0504 | 73 | asm | Assembly | vhdl-uprocessor/programs/jmp_op_test.asm | hadryansalles/random-projects | 2c97fcb407acd2605a6c46ccc184a86f8130b56f | [
"MIT"
] | 3 | 2021-04-02T02:26:47.000Z | 2021-05-18T01:56:18.000Z | vhdl-uprocessor/programs/jmp_op_test.asm | hadryans/random-projects | 2c97fcb407acd2605a6c46ccc184a86f8130b56f | [
"MIT"
] | null | null | null | vhdl-uprocessor/programs/jmp_op_test.asm | hadryans/random-projects | 2c97fcb407acd2605a6c46ccc184a86f8130b56f | [
"MIT"
] | null | null | null | MOV 51, $1
JMP 0[$1]
MOV 20, $2
JMP 5[$2]
MOV 5, $3
JMP 100[$3]
| 10.428571 | 12 | 0.465753 |
7b0158662ddfe161f21839221ba5f15d22a4ffc0 | 551 | asm | Assembly | programs/oeis/134/A134025.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/134/A134025.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/134/A134025.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A134025: Numbers for which the balanced ternary representation is the same length as the ternary representation.
; 0,1,3,4,9,10,11,12,13,27,28,29,30,31,32,33,34,35,36,37,38,39,40,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,12... | 45.916667 | 354 | 0.69873 |
206e279279ccfc076f6eb8cd34802c3b153a4a21 | 1,339 | asm | Assembly | programs/oeis/295/A295869.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/295/A295869.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/295/A295869.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A295869: Numbers not divisible by 2, 3 or 5 (A007775) with digital root 8.
; 17,53,71,89,107,143,161,179,197,233,251,269,287,323,341,359,377,413,431,449,467,503,521,539,557,593,611,629,647,683,701,719,737,773,791,809,827,863,881,899,917,953,971,989,1007,1043,1061,1079,1097,1133,1151,1169,1187,1223,1241,1259,1277,1313... | 133.9 | 1,203 | 0.776699 |
9ab295cb7d993eef4d90aceb3923ca7abb2a90c1 | 682 | asm | Assembly | oeis/078/A078017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/078/A078017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/078/A078017.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A078017: Expansion of (1-x)/(1-x+x^2+2*x^3).
; Submitted by Jamie Morken(s2)
; 1,0,-1,-3,-2,3,11,12,-5,-39,-58,-9,127,252,143,-363,-1010,-933,803,3756,4819,-543,-12874,-21969,-8009,39708,91655,67965,-103106,-354381,-387205,173388,1269355,1870377,254246,-4154841,-8149841,-4503492,11956031,32759205,29810158,-26861109,-... | 42.625 | 489 | 0.727273 |
1ce6eb05b08c3314e6f7d3501686f97371d94c8e | 3,414 | asm | Assembly | programs/oeis/017/A017296.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/017/A017296.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017296.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A017296: a(n) = (10*n + 2)^4.
; 16,20736,234256,1048576,3111696,7311616,14776336,26873856,45212176,71639296,108243216,157351936,221533456,303595776,406586896,533794816,688747536,875213056,1097199376,1358954496,1664966416,2019963136,2428912656,2897022976,3429742096,4032758016,4711998736,5473632256,6324066576,726994969... | 426.75 | 3,342 | 0.915641 |
30e3e93745431658a7c34713f103cb75a4a4abb4 | 312 | asm | Assembly | OSMakerLearning/mixasm.asm | blacknes/make_proj | 041233884cb119d3e041239effbfdbf8046d46f6 | [
"BSD-3-Clause"
] | null | null | null | OSMakerLearning/mixasm.asm | blacknes/make_proj | 041233884cb119d3e041239effbfdbf8046d46f6 | [
"BSD-3-Clause"
] | null | null | null | OSMakerLearning/mixasm.asm | blacknes/make_proj | 041233884cb119d3e041239effbfdbf8046d46f6 | [
"BSD-3-Clause"
] | null | null | null |
extern choose
[section .data]
num1st dd 3
num2nd dd 4
[section .text]
global _start
global myprint
_start:
push dword [num2nd]
push dword [num1st]
call choose
add esp, 8
mov ebx, 0
mov eax, 1
int 0x80
myprint:
mov edx, [esp+8]
mov ecx, [esp+4]
mov ebx, 1
mov eax, 4
int 0x80
ret
| 8.666667 | 20 | 0.647436 |
a66f858008177eb5e54a9878164ecb799ac867f0 | 206 | asm | Assembly | libsrc/stdio_new/file/fputs.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/stdio_new/file/fputs.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/stdio_new/file/fputs.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; wrapper for function pointers
XLIB fputs
LIB fputs_callee
XREF ASMDISP_FPUTS_CALLEE
.fputs
pop de
pop ix
pop hl
push hl
push hl
push de
jp fputs_callee + ASMDISP_FPUTS_CALLEE
| 11.444444 | 41 | 0.708738 |
a5a9aa7d1a2cf83410c1424dd1ab56cbe781af12 | 453 | asm | Assembly | oeis/083/A083381.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083381.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083381.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083381: Square array giving the number of trellis edges T(i,j) (i >= 0, j >= 0), read by antidiagonals.
; Submitted by Jamie Morken(s4)
; 0,1,1,2,5,2,3,9,9,3,4,13,16,13,4,5,17,23,23,17,5,6,21,30,33,30,21,6,7,25,37,43,43,37,25,7,8,29,44,53,56,53,44,29,8,9,33,51,63,69,69,63,51,33,9,10,37,58,73,82,85,82,73,58,37,10,11,... | 28.3125 | 212 | 0.624724 |
38fc7ccb2794db3d4da59b16c24d74a3ae9e579a | 741 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_drawTileL_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_drawTileL_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_drawTileL_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_l.h" for further details
; ----------------------------------------------------------------
; void BIFROSTL_drawTileL(unsigned int row, unsigned int col, unsigned int ti... | 27.444444 | 80 | 0.503374 |
8af75a864d3d25d40c922f1c3bb87618ebbf92bc | 1,021 | asm | Assembly | computer-architecture/labs/lab7/10_g.asm | vampy/university | 9496cb63594dcf1cc2cec8650b8eee603f85fdab | [
"MIT"
] | 6 | 2015-06-22T19:43:13.000Z | 2019-07-15T18:08:41.000Z | computer-architecture/labs/lab7/10_g.asm | vampy/university | 9496cb63594dcf1cc2cec8650b8eee603f85fdab | [
"MIT"
] | null | null | null | computer-architecture/labs/lab7/10_g.asm | vampy/university | 9496cb63594dcf1cc2cec8650b8eee603f85fdab | [
"MIT"
] | 1 | 2015-09-26T09:01:54.000Z | 2015-09-26T09:01:54.000Z | ; 10. A string of bytes is given. Obtain the mirror image of the binary representation of this string of bytes.
; Ex: The byte string is given: s db 01011100b, 10001001b, 11100101b
; The result is the string: d db 10100111b, 10010001b, 00111010b.
assume cs:code, ds:data
data segment
s db 01011100b, 10001001b, 1110... | 20.019608 | 111 | 0.530852 |
e84fb32a86bc2569efb7908d8ca3c5da080dd317 | 5,447 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_114.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_114.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_114.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x14bfe, %rsi
lea addresses_WC_ht+0x7a7e, %rdi
nop
xor %r15, %r15
mov $45, %rcx
rep movsl
nop
nop
nop
nop
add %r9, %r9
lea addresses_UC_ht+0x56fe, %rdx
nop
cmp %r14, %r14
m... | 43.230159 | 2,999 | 0.661832 |
167c45b4338677e1627fa26d897ed6d5eaae6f21 | 228 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sccz80/vsprintf_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sccz80/vsprintf_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sccz80/vsprintf_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int vsprintf(char *s, const char *format, void *arg)
SECTION code_stdio
PUBLIC vsprintf_callee
EXTERN asm_vsprintf
vsprintf_callee:
pop af
pop bc
pop de
exx
pop de
exx
push af
jp asm_vsprintf
| 10.857143 | 54 | 0.679825 |
c094d316b0d1b30d416491b64dab73dd6f4980c3 | 11,118 | asm | Assembly | Labs/Lab 1/lab01_part04.asm | williamcwatkins/ASEN-5018-Microavionics | 8efa23e75696d19339742ae46cff3ab7968460ab | [
"MIT"
] | null | null | null | Labs/Lab 1/lab01_part04.asm | williamcwatkins/ASEN-5018-Microavionics | 8efa23e75696d19339742ae46cff3ab7968460ab | [
"MIT"
] | null | null | null | Labs/Lab 1/lab01_part04.asm | williamcwatkins/ASEN-5018-Microavionics | 8efa23e75696d19339742ae46cff3ab7968460ab | [
"MIT"
] | null | null | null | ;;;;;;; Lab 1 assembly program for ASEN 4067/5067 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; File: lab01_part04
; Target: PIC18F87K22
; Author: Microchip Technology Inc.
; Modified: Ruben Hinojosa Torres
; Using as reference also: main.s by Dan1138
; lab1picas.asm by Scott Palo, Doug Weibel, and Trudy Schwartz
;... | 37.183946 | 112 | 0.603976 |
5cd158d01d53ef115af1ce14fd863edfbc68fed6 | 2,383 | asm | Assembly | fib1.asm | Zaki-Mao/MIPS-to-implement-Fibonacci-Sequence | 41e6bb3d056c2691c8138ed080eb3184728e15d5 | [
"MIT"
] | null | null | null | fib1.asm | Zaki-Mao/MIPS-to-implement-Fibonacci-Sequence | 41e6bb3d056c2691c8138ed080eb3184728e15d5 | [
"MIT"
] | null | null | null | fib1.asm | Zaki-Mao/MIPS-to-implement-Fibonacci-Sequence | 41e6bb3d056c2691c8138ed080eb3184728e15d5 | [
"MIT"
] | null | null | null | #Programmer: Mao Zunjie Student id: 18098531-i011-0019
#PART 1 Here is the original Code, and the improved version is in PART 2.
#the Program can be assembled and run directly now.
#parts of improved code comments are added on PART 2 and detailed explanation on Report.
#PART 1 ORIGINAL CODE
#.text
#main:
# li ... | 22.695238 | 88 | 0.566932 |
de6b7bdeccaebb9e33aba6c254292fa07efa31e9 | 6,433 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_518.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_518.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_21829_518.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 %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xd478, %r15
clflush (%r15)
nop
nop
cmp %rax, %rax
mov $0x6162636465666768, %rsi
movq %rsi, (%r15)
nop
nop
nop
nop
and %r8, %r8
lea addresses_WT_ht+0x105f8, %rax
... | 35.346154 | 2,999 | 0.654904 |
97d1aa62691c1a3f15d3f90365c91b90b2a64d6a | 687 | asm | Assembly | oeis/098/A098772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098772: a(n) = Sum_{k=0..n} binomial(2*n,2*k)^2.
; Submitted by Christian Krause
; 1,2,38,452,6470,92252,1352540,20056584,300546630,4537543340,68923356788,1052049129144,16123803193628,247959261273752,3824345320438520,59132290704871952,916312070771835462,14226520736453485260,221256270142955957252,34463103243289580454... | 76.333333 | 499 | 0.860262 |
05af78abdec6b99d88e17e1f0128a0dc60e9a9e9 | 363 | asm | Assembly | programs/oeis/131/A131308.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/131/A131308.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/131/A131308.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A131308: Alternate A001477 and tripled 2*A000027.
; 0,2,2,2,1,4,4,4,2,6,6,6,3,8,8,8,4,10,10,10,5,12,12,12,6,14,14,14,7,16,16,16,8,18,18,18,9,20,20,20,10,22,22,22,11,24,24,24,12,26,26,26,13,28,28,28,14,30,30,30,15,32,32,32,16,34,34,34,17,36,36,36,18,38,38,38,19
lpb $0
sub $0,1
add $1,2
mov $2,$0
trn $0,3
lpe
... | 24.2 | 210 | 0.61157 |
e030190d06c43a6fdb9b99a02dcc4efc1c4acb7b | 94,084 | asm | Assembly | ioq3/build/release-js-js/baseq3/ui/bg_misc.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/baseq3/ui/bg_misc.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/baseq3/ui/bg_misc.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | data
export bg_itemlist
align 4
LABELV bg_itemlist
byte 4 0
byte 4 0
byte 4 0
byte 4 0
byte 4 0
byte 4 0
byte 4 0
byte 4 0
byte 4 0
byte 4 0
byte 4 0
address $41
address $41
address $42
address $43
address $44
address $45
byte 4 0
byte 4 0
address $46
address $47
byte 4 5
byte 4 3
byte 4 0
address $41
address $41
addre... | 10.308316 | 51 | 0.752285 |
b217873122dbc0e304db99448520359b476ffec3 | 9,471 | asm | Assembly | ds/nw/nw16/drv/ints.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | ds/nw/nw16/drv/ints.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | ds/nw/nw16/drv/ints.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page ,132
if 0
/*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
ints.asm
Abstract:
Contains handler for Windows protect-mode NetwareRequest function, exported
by NETWARE.DRV. Code in this file access real mode memory via an LDT descriptor
created especially for this pur... | 25.666667 | 84 | 0.492979 |
e64716ac5fa81e5aa5f5404c7d6d0766acd54ea7 | 589 | asm | Assembly | programs/oeis/024/A024177.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024177.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024177.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024177: a(n) = floor ( (2nd elementary symmetric function of 2,3,...,n+2)/(2+3+...+n+2) ).
; 1,2,5,7,10,14,18,23,28,34,40,47,54,61,70,78,87,97,107,118,129,141,153,166,179,192,207,221,236,252,268,285,302,320,338,357,376,395,416,436,457,479,501,524,547,571,595,620,645,670,697,723,750,778,806,835,864,894,924,955,986,10... | 49.083333 | 418 | 0.697793 |
a2b975301ee4f9e5d2a1244944566175d5344215 | 4,303 | asm | Assembly | Snake/main.asm | RyanTorant/AssemblyProjects | 5454d45a9f0063a0c09c9f9961cce88219533544 | [
"MIT"
] | 3 | 2018-02-05T05:39:46.000Z | 2020-11-02T07:33:34.000Z | Snake/main.asm | RyanTorant/AssemblyProjects | 5454d45a9f0063a0c09c9f9961cce88219533544 | [
"MIT"
] | null | null | null | Snake/main.asm | RyanTorant/AssemblyProjects | 5454d45a9f0063a0c09c9f9961cce88219533544 | [
"MIT"
] | null | null | null | BITS 16
start:
mov ax, 07C0h ; Set up 4K stack space after this bootloader
add ax, 288 ; (4096 + 512) / 16 bytes per paragraph
mov ss, ax
mov sp, 4096
mov ax, 07C0h ; Set data segment to where we're loaded
mov ds, ax
.gamestart:
mov ah, 00h
mov al, 13h
int 10h
mov cx,160
mov dx,120
m... | 13.574132 | 106 | 0.570765 |
bb418b8a4243c807269b772df86d12c91aaab032 | 568 | asm | Assembly | oeis/104/A104679.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/104/A104679.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/104/A104679.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A104679: a(n) = C(n+5,5)*C(n+10,5).
; 252,2772,16632,72072,252252,756756,2018016,4900896,11027016,23279256,46558512,88884432,162954792,288304632,494236512,823727520,1338557220,2125943820,3307023720,5047562520,7571343780,11176745580,16257084480,23325382080,33044291280,46262007792,64055087712,87779194272,119128906512,1... | 81.142857 | 497 | 0.859155 |
d3ce818716e1c27cc965ccd520d6343612194944 | 243 | asm | Assembly | P5/P5_TestCode/P5_L1_testcase5/P5_L1_testcase5/mips5.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P5/P5_TestCode/P5_L1_testcase5/mips5.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P5/P5_TestCode/P5_L1_testcase5/mips5.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | ori $s0, 4
jal tag
addu $t0, $ra, $ra
ori $t0, $0, 1
tag:
addu $t1, $ra, $s0
addu $t2, $ra, $s0
addu $t3, $ra, $s0
jal tag2
addu $t4, $s0, $ra
ori $t0, $0, 1
tag2:
addu $t4, $s0, $ra
addu $t5, $s0, $ra
addu $t6, $s0, $ra
addu $t7, $s0, $ra | 15.1875 | 19 | 0.534979 |
16053104d013f221d8e8a6abb22707dabe324acf | 11,667 | asm | Assembly | Library/Spreadsheet/Spreadsheet/spreadsheetFormat.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetFormat.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetFormat.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:
AUTHOR: Cheng, 3/91
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- ---... | 21.13587 | 81 | 0.614125 |
bddb59c9448095a9c3c7ed2b1165a2d9599f7acd | 1,345 | asm | Assembly | src/main.asm | JL2210/ramdump | 17629ccb4604a356e80ffedda445ddd95da68638 | [
"MIT"
] | null | null | null | src/main.asm | JL2210/ramdump | 17629ccb4604a356e80ffedda445ddd95da68638 | [
"MIT"
] | null | null | null | src/main.asm | JL2210/ramdump | 17629ccb4604a356e80ffedda445ddd95da68638 | [
"MIT"
] | null | null | null | ; Copyright 2020 James Larrowe
;
; This file is part of RAMDump.
;
; RAMDump is licensed under the MIT license; for more details,
; see the file LICENSE in the root of this repository.
INCLUDE "addrs.inc"
INCLUDE "hardware.inc"
INCLUDE "res/done.asm"
SECTION "start", ROM0[$100]
_start:
nop
jp main
ds $150 - @
S... | 15.639535 | 62 | 0.660967 |
0dbba17d7b0d991e501eef88b2ceb1c3f8cebcba | 2,312 | asm | Assembly | smsq/q40/int2.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/q40/int2.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/q40/int2.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Interrupt 2 handler V2.11 1999 Tony Tebby
;
; 2018-11-22 v. 2.11 correct nbr of ticks (49, not 50) for clock counter (wl)
section int
xdef q40_int2
xdef hw_poll
include 'dev8_keys_68000'
include 'dev8_keys_sys'
include 'dev8_keys_iod'
include 'dev8_keys_psf'
include 'dev8_keys_q40'
include 'dev8_keys_q... | 22.446602 | 80 | 0.678633 |
82054369ce1f94aa91200e3806c95efad57daf68 | 6,949 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_741.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_notsx.log_21829_741.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_notsx.log_21829_741.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xf85c, %rsi
lea addresses_WC_ht+0x1611c, %rdi
add %rax, %rax
mov $45, %rcx
rep movsb
nop
nop
nop
and %r15, %r15
lea addresses_D_ht+0x1365c, %rsi
lea addresses_D_ht+0xadc, %rdi
nop
and ... | 37.160428 | 2,999 | 0.657361 |
c8e1efbc8698ddaf9d63759737a5ca87bba08658 | 18,067 | asm | Assembly | base/hals/halx86/i386/xxbiosa.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/hals/halx86/i386/xxbiosa.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/hals/halx86/i386/xxbiosa.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;++
;
; Copyright (c) 1991 Microsoft Corporation
;
; Module Name:
;
; xxbiosa.asm
;
; Abstract:
;
; This implements the necessary code to put the processor into
; V86 mode, make a BIOS call, and return safely to protected mode.
;
; Author:
;
; John Vert (jvert) 29-Oct-1991
;
; Environm... | 25.590652 | 80 | 0.531909 |
99138ae1cdc9a75a87fb75c8dd67c837913af077 | 483 | asm | Assembly | lab2/es4.asm | neskov7/AssemblyProgramsCE | 35b7ea5afe8d30d630a148244bfe0fec07da76a4 | [
"MIT"
] | null | null | null | lab2/es4.asm | neskov7/AssemblyProgramsCE | 35b7ea5afe8d30d630a148244bfe0fec07da76a4 | [
"MIT"
] | null | null | null | lab2/es4.asm | neskov7/AssemblyProgramsCE | 35b7ea5afe8d30d630a148244bfe0fec07da76a4 | [
"MIT"
] | null | null | null | .model small
.stack
.data
giorni db 2
ore db 2
minuti db 30
minutiTotali dw 0
oreingiorno db 24
minutiinora db 60
.code
.startup
mov bx,0
mov ax,0
mov al, giorni
cbw
mul oreingiorno
mov bx,ax
mov al,ore
cbw
add ax,bx
mul minutiinora
mov bx,ax
mov al,minuti
cbw
add ax,bx
jo err
mov minutiTotali ,ax
jmp fine
err... | 12.384615 | 45 | 0.561077 |
fbdff0e28c7bdc3eaeff8bb3f55662f414dc0b97 | 336 | asm | Assembly | programs/oeis/021/A021208.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021208.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021208.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021208: Decimal expansion of 1/204.
; 0,0,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4
add $0,1
mov $1,10
pow $1,$0
sub $1,6
mul $1,7
div $1,17
add $1,4
div $1,84
mod ... | 24 | 199 | 0.541667 |
3e24654fdceb9fee72f1a7bb725a3a8222825dcd | 6,933 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1896.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1896.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1896.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 %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x551d, %r8
clflush (%r8)
inc %r9
mov $0x6162636465666768, %r11
movq %r11, %xmm1
and $0xffffffffffffffc0, %r8
vmovntdq %ymm1, (%r8)
nop
nop
nop
cmp %r8, %r8
lea addresses_normal_ht+0x75f5... | 36.68254 | 2,999 | 0.656714 |
d64d4d3c2fbe32bd7380e09583e92c9ea0a16d79 | 742 | asm | Assembly | oeis/284/A284458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/284/A284458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/284/A284458.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A284458: Number of pairs (f,g) of endofunctions on [n] such that the composite function gf has no fixed point.
; Submitted by Christian Krause
; 1,0,2,156,16920,2764880,650696400,210105425628,89425255439744,48588905856409920,32845298636854828800,27047610425293718239100,26664178085975252011318272,310099858084084715806... | 46.375 | 484 | 0.842318 |
7e8bbc9f7e8ab6ab6f688a2b7abfbdc20f4d82ac | 8,989 | asm | Assembly | Transynther/x86/_processed/NONE/_st_un_xt_sm_/i9-9900K_12_0xca.log_21829_733.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_un_xt_sm_/i9-9900K_12_0xca.log_21829_733.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_un_xt_sm_/i9-9900K_12_0xca.log_21829_733.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 %r13
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x9eb9, %r10
nop
nop
nop
nop
and %rsi, %rsi
mov $0x6162636465666768, %r14
movq %r14, %xmm0
vmovups %ymm0, (%r10)
nop
nop
inc %rdi
lea addresses_D_ht+0x8a69, %r8
nop
dec %r11
mo... | 29.375817 | 2,999 | 0.653132 |
2b320f39d8894c066ef4acd01aa45d235e84ebf7 | 1,639 | nasm | Assembly | Microprocessor lab/TypeCopyDelete/typeCopyDelete.nasm | IamVaibhavsar/Second_Year_Lab_Assignments | dec3a0d4e71bc30820948d40d4e073b1d3e1da98 | [
"MIT"
] | 34 | 2020-02-09T08:42:49.000Z | 2022-03-01T09:04:53.000Z | Microprocessor lab/TypeCopyDelete/typeCopyDelete.nasm | MXNXV/Second_Year_Lab_Assignments | dec3a0d4e71bc30820948d40d4e073b1d3e1da98 | [
"MIT"
] | 1 | 2020-10-16T15:41:43.000Z | 2020-10-16T16:03:50.000Z | Microprocessor lab/TypeCopyDelete/typeCopyDelete.nasm | MXNXV/Second_Year_Lab_Assignments | dec3a0d4e71bc30820948d40d4e073b1d3e1da98 | [
"MIT"
] | 34 | 2020-01-07T08:47:42.000Z | 2022-03-29T16:45:56.000Z | %include"macro.nasm"
;Write X86 menu driven Assembly Language Program (ALP) to implement OS (DOS) commands TYPE, COPY and DELETE using file operations.
;User is supposed to provide command line arguments in all cases.
global _start
_start:
section .text
menu:
display msg4,len4
display msg1,len1
read choice,02
... | 15.317757 | 131 | 0.676022 |
470e47849d95b636962b6c803ae564d2da7a2ee9 | 531 | asm | Assembly | programs/oeis/028/A028387.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/028/A028387.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/028/A028387.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A028387: a(n) = n + (n+1)^2.
; 1,5,11,19,29,41,55,71,89,109,131,155,181,209,239,271,305,341,379,419,461,505,551,599,649,701,755,811,869,929,991,1055,1121,1189,1259,1331,1405,1481,1559,1639,1721,1805,1891,1979,2069,2161,2255,2351,2449,2549,2651,2755,2861,2969,3079,3191,3305,3421,3539,3659,3781,3905,4031,4159,4289,4421... | 66.375 | 460 | 0.73823 |
089a31f93d570a49465cbd1e8f8a1b24f639d19e | 465 | asm | Assembly | oeis/206/A206531.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/206/A206531.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/206/A206531.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A206531: a(n) = (2(n+1)(2n+1)-1) * a(n-1) + 2n(2n-1) * a(n-2), a(0)=0, a(1)=2.
; Submitted by Christian Krause
; 0,2,58,3250,292498,38609738,7026972314,1686473355362,516060846740770,196103121761492602,90599642253809582122,50011002524102889331346,32507151640666878065374898,24575406640344159817423422890
mul $0,2
mov $... | 22.142857 | 191 | 0.670968 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.