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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
83e0d3e56275b510f672ec195df2f6773dd4a899 | 418 | asm | Assembly | programs/oeis/084/A084546.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/084/A084546.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/084/A084546.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A084546: Triangle read by rows: T(n,k) = C( C(n,2), k) for n >= 1, 0 <= k <= C(n,2).
; 1,1,1,1,3,3,1,1,6,15,20,15,6,1,1,10,45,120,210,252,210,120,45,10,1,1,15,105,455,1365,3003,5005,6435,6435,5005,3003,1365,455,105,15,1,1,21,210,1330,5985,20349,54264,116280,203490,293930,352716,352716,293930,203490,116280,54264,20349... | 34.833333 | 252 | 0.641148 |
66e106ba46bd338f551e1320cef148850c8721e9 | 7,911 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_889.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.log_21829_889.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.log_21829_889.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xefe5, %rsi
lea addresses_normal_ht+0x18e5, %rdi
and %rdx, %rdx
mov $59, %rcx
rep movsl
nop
nop
nop
add %r15, %r15
lea addresses_normal_ht+0x19be5, %r12
nop
nop
nop
add $63451, %r15
mov... | 31.899194 | 2,999 | 0.657439 |
d2b1bf6fbd0acf15ca1fdf26c94f24b3826d9e24 | 382 | asm | Assembly | 8bitdiv.asm | adey99/8085asmcodes | 8049bbf4cc698f5ac9309fee2c5b827680acc8de | [
"MIT"
] | null | null | null | 8bitdiv.asm | adey99/8085asmcodes | 8049bbf4cc698f5ac9309fee2c5b827680acc8de | [
"MIT"
] | null | null | null | 8bitdiv.asm | adey99/8085asmcodes | 8049bbf4cc698f5ac9309fee2c5b827680acc8de | [
"MIT"
] | null | null | null | // 8 BIT DIVISION
# ORG 2000H
# BEGIN 2000H
LHLD 2501
LDA 2503
MOV B,A
MVI C,08
LOOP: DAD H
MOV A,H
SUB B
JC AHEAD
MOV H,A
INR L
AHEAD: DCR C
JNZ LOOP
SHLD 2504
HLT
# ORG 2501H
// LSB OF DIVIDEND , MSB OF DIVIDEND , DIVISOR
# DB 9BH,48H,1AH
// ANSWER
// AT ADD... | 13.172414 | 46 | 0.58377 |
bac91646992264bbd2f17da84e6084baebfaea94 | 109,199 | asm | Assembly | third_party/heif_decoder/src/main/cpp/libx265/common/x86/sad16-a.asm | vy12021/glide_webp | 23a89575496dd0196e5f15f3d1893a43013deac2 | [
"Apache-2.0"
] | 14 | 2019-02-26T22:22:32.000Z | 2022-03-03T07:06:58.000Z | third_party/heif_decoder/src/main/cpp/libx265/common/x86/sad16-a.asm | vy12021/glide_webp | 23a89575496dd0196e5f15f3d1893a43013deac2 | [
"Apache-2.0"
] | null | null | null | third_party/heif_decoder/src/main/cpp/libx265/common/x86/sad16-a.asm | vy12021/glide_webp | 23a89575496dd0196e5f15f3d1893a43013deac2 | [
"Apache-2.0"
] | 7 | 2019-05-17T19:14:10.000Z | 2021-08-31T01:54:40.000Z | ;*****************************************************************************
;* sad16-a.asm: x86 high depth sad functions
;*****************************************************************************
;* Copyright (C) 2003-2013 x264 project
;* Copyright (C) 2013-2017 MulticoreWare, Inc
;*
;* Authors: Oskar Arvidsson ... | 24.982613 | 157 | 0.44526 |
2a95bedc66282fddbce0eb01af99fbe5fc5fca25 | 712 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_lsub_callee.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_lsub_callee.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_lsub_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; long __lsub_callee (long left, long right)
SECTION code_clib
SECTION code_fp_am9511
PUBLIC _am9511_lsub_callee
PUBLIC cam32_sdcc_lsub_callee
EXTERN cam32_sdcc_readr_callee, asm_am9511_lsub_callee
DEFC _am9511_lsub_callee = cam32_sdcc_lsub_callee
.cam32_sdcc_lsub_callee
; subtract sdcc long from sdcc long
... | 25.428571 | 67 | 0.660112 |
4f5a16a92f6b24cde5abf46fa8c0f1afee730b21 | 729 | asm | Assembly | programs/oeis/029/A029903.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/029/A029903.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/029/A029903.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A029903: p(n), where exists one-parameter family of strategic partitions (k+p(n)+q(n), k+q(n), r(n)) for k = 0,1,2,... in Chomp.
; 1,2,4,5,6,7,9,11,12,14,15,16,17,19,21,22,23,24,25,27
mov $7,$0
mov $9,$0
add $9,1
lpb $9
clr $0,7
mov $0,$7
sub $9,1
sub $0,$9
trn $2,1
add $4,$0
mov $5,$0
sub $6,1
mul... | 14.877551 | 130 | 0.459534 |
66d01fbc05296e154d2533b06a76f5b1aa8aa898 | 7,787 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_342.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_342.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_342.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x13858, %rsi
lea addresses_WC_ht+0xd9b8, %rdi
nop
nop
nop
nop
nop
lfence
mov $88, %rcx
rep movsw
nop
nop
and $22374, %rsi
lea addresses_UC_ht+0xbfb8, %r11
nop
nop
nop
nop
nop
a... | 32.045267 | 2,999 | 0.65802 |
4f92b982d7ab3be8f84b0db3bd359b229512b578 | 349 | asm | Assembly | _anim/obj6C.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 2 | 2020-04-09T19:36:35.000Z | 2021-01-05T14:20:17.000Z | _anim/obj6C.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | null | null | null | _anim/obj6C.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 1 | 2020-06-17T14:16:35.000Z | 2020-06-17T14:16:35.000Z | ; ---------------------------------------------------------------------------
; Animation script - vanishing platforms (SBZ)
; ---------------------------------------------------------------------------
dc.w byte_1611A-Ani_obj6C
dc.w byte_16122-Ani_obj6C
byte_1611A: dc.b 7, 0, 1, 2, 3, $FE, 1, 0
byte_16122: dc.b 7,... | 43.625 | 77 | 0.366762 |
32d5b517ee6d57f0d4214e5384d9133c7fb9b9bc | 412 | asm | Assembly | oeis/211/A211275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/211/A211275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/211/A211275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A211275: Number of integer pairs (x,y) such that 0 < x <= y <= n and x*y <= floor(n/2).
; Submitted by Jon Maiga
; 0,1,1,2,2,3,3,5,5,6,6,8,8,9,9,11,11,13,13,15,15,16,16,19,19,20,20,22,22,24,24,27,27,28,28,31,31,32,32,35,35,37,37,39,39,40,40,44,44,46,46,48,48,50,50,53,53,54,54,58,58,59,59,62,62,64,64,66,66,68,68
add ... | 45.777778 | 199 | 0.609223 |
5f70271eaeeab054a141fb2b08d65c66cb7728ec | 814 | asm | Assembly | programs/oeis/129/A129803.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/129/A129803.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/129/A129803.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A129803: Triangular numbers that are the sum of three consecutive triangular numbers.
; 10,136,1891,26335,366796,5108806,71156485,991081981,13803991246,192264795460,2677903145191,37298379237211,519499406175760,7235693307223426,100780206894952201,1403687203222107385,19550840638214551186,272308081731781609216,379276230... | 81.4 | 612 | 0.869779 |
995ee1685998fc7404074c349a0b30bb756467e7 | 314 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___eq_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___eq_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___eq_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC cm16_sdcc___eq_callee
EXTERN cm16_sdcc_readr_callee
EXTERN asm_f16_compare_callee
; Entry: stack: half right, half left, ret
.cm16_sdcc___eq_callee
call cm16_sdcc_readr_callee ;Exit hl = right
call asm_f16_compare_callee
scf
ret Z
ccf
dec hl
ret
| 16.526316 | 52 | 0.751592 |
d26df797401ad6506c3f86f344129171a5813015 | 1,912 | asm | Assembly | programs/oeis/086/A086514.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/086/A086514.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/086/A086514.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A086514: Difference between the arithmetic mean of the neighbors of the terms and the term itself follows the pattern 0,1,2,3,4,5,...
; 1,2,3,6,13,26,47,78,121,178,251,342,453,586,743,926,1137,1378,1651,1958,2301,2682,3103,3566,4073,4626,5227,5878,6581,7338,8151,9022,9953,10946,12003,13126,14317,15578,16911,18318,198... | 212.444444 | 1,726 | 0.838912 |
c003b5e5bcd0cf7f3a9bc1fbab408df689323d2e | 1,766 | asm | Assembly | samples/nes/common/mmc1.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | 23 | 2019-05-16T20:23:49.000Z | 2022-03-13T21:53:10.000Z | samples/nes/common/mmc1.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | 6 | 2021-03-30T05:51:46.000Z | 2022-01-07T13:18:44.000Z | samples/nes/common/mmc1.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | null | null | null | ; MMC1 configuration
; 43210
; -----
; CPRMM
; |||||
; |||++- Mirroring (0: one-screen, lower bank; 1: one-screen, upper bank;
; ||| 2: vertical; 3: horizontal)
; ||+--- PRG swap range (0: switch 16 KB bank at $C000; 1: switch 16 KB bank at $8000;
; || only used when PR... | 21.02381 | 88 | 0.577576 |
6cd3a1e6d3a9eea8cd6b10b87cf74b17f206192e | 1,717 | asm | Assembly | programs/oeis/157/A157446.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157446.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157446.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157446: a(n) = 16*n^2 - n.
; 15,62,141,252,395,570,777,1016,1287,1590,1925,2292,2691,3122,3585,4080,4607,5166,5757,6380,7035,7722,8441,9192,9975,10790,11637,12516,13427,14370,15345,16352,17391,18462,19565,20700,21867,23066,24297,25560,26855,28182,29541,30932,32355,33810,35297,36816,38367,39950,41565,43212,44891,4660... | 190.777778 | 1,638 | 0.831101 |
27f66411d7db12b2245efd69e04cf012bb956107 | 336 | asm | Assembly | programs/oeis/081/A081626.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/081/A081626.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/081/A081626.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A081626: 2*6^n-4^n.
; 1,8,56,368,2336,14528,89216,543488,3293696,19893248,119883776,721399808,4336787456,26054279168,156459892736,939296227328,5637924847616,33836139020288,203051193860096,1218444602114048,7311217368498176
mov $1,3
mov $2,$0
mov $3,3
lpb $2
add $1,$3
mul $1,4
sub $2,1
mul $3,6
lpe
sub $1,3
di... | 21 | 201 | 0.738095 |
b405446ee390557acb664a4765efe72ff0f1a7af | 310 | asm | Assembly | programs/oeis/137/A137933.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/137/A137933.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/137/A137933.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A137933: Least common multiple of n^2 and 2.
; 2,4,18,16,50,36,98,64,162,100,242,144,338,196,450,256,578,324,722,400,882,484,1058,576,1250,676,1458,784,1682,900,1922,1024,2178,1156,2450,1296,2738,1444,3042,1600,3362,1764,3698,1936,4050,2116,4418,2304,4802,2500,5202,2704
add $0,1
pow $0,2
dif $0,2
mul $0,2
| 38.75 | 225 | 0.729032 |
86450418c1623bb4fed84a519f671f498519b504 | 1,288 | asm | Assembly | programs/oeis/185/A185375.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/185/A185375.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/185/A185375.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A185375: a(n) = n*(n-1)*(2*n+1)*(2*n-1)*(2*n-3)*(10*n-17)/90.
; 0,0,1,91,966,5082,18447,53053,129948,282948,562989,1043119,1824130,3040830,4868955,7532721,11313016,16556232,23683737,33201987,45713278,61927138,82672359,108909669,141745044,182443660,232444485,293375511,367069626,455581126,561202867,686484057,834248688,... | 64.4 | 1,072 | 0.837733 |
a159f0105bb706612840928dda8cec5d30045fa9 | 142 | asm | Assembly | 07-Collation-Station.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 07-Collation-Station.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 07-Collation-Station.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | -- 7 Billion Humans --
-- 07: Collation Station --
-- Size: 5/6 --
-- Speed: 14/7 --
a:
if s != hole:
step s
pickup c
jump a
endif
drop
| 9.466667 | 27 | 0.56338 |
42e094c78ed097292fe5d8006f265c4dc34e2f9b | 1,764 | asm | Assembly | reserve.xkas06.asm | n00btube/sm-energy-sizing | 1f3d9943010d5a305ac81d86b7a5648ae9117253 | [
"MIT"
] | null | null | null | reserve.xkas06.asm | n00btube/sm-energy-sizing | 1f3d9943010d5a305ac81d86b7a5648ae9117253 | [
"MIT"
] | null | null | null | reserve.xkas06.asm | n00btube/sm-energy-sizing | 1f3d9943010d5a305ac81d86b7a5648ae9117253 | [
"MIT"
] | null | null | null | ; By [n00btube](https://github.com/n00btube) aka Adam, February 2015.
; MIT license.
; There _may_ be a newer version on the GitHub.
lorom
; IMPORTANT ADDRESSES:
; 7E:09D4 - max reserve tank energy
; 7E:09D6 - current reserve tank energy
; 84:8986 - where the reserve tank PLM changes Samus's energy
; 84:E909 - size o... | 36.75 | 78 | 0.713719 |
6e1b383f0846e6f4536fd99fc1be8c3a07473e95 | 196 | asm | Assembly | Lab3/Lab33.asm | siwasilp/Micro | c3d30ee7078c8c63590401a8ae6bc63ca6c0361a | [
"Apache-2.0"
] | null | null | null | Lab3/Lab33.asm | siwasilp/Micro | c3d30ee7078c8c63590401a8ae6bc63ca6c0361a | [
"Apache-2.0"
] | null | null | null | Lab3/Lab33.asm | siwasilp/Micro | c3d30ee7078c8c63590401a8ae6bc63ca6c0361a | [
"Apache-2.0"
] | null | null | null | ;Lab33.asm
ORG 0000H ;1
START33: MOV A,R0 ;2
MOV A,R1 ;3
MOV A,R2 ;4
MOV A,R3 ;5
MOV A,R4 ;6
MOV A,R5 ;7
MOV A,R6 ;8
MOV A,R7 ;9
MOV R0,A ;10
JMP $ ;11
END ;12 | 14 | 21 | 0.5 |
4c5c205159531b1c15b139d078aa515ea58684b2 | 1,225 | asm | Assembly | test/test2.asm | travisg/cpu | 27277f12c7f7b6383e77a053464ee96d6bd7322c | [
"MIT"
] | 5 | 2015-09-15T10:56:58.000Z | 2020-03-01T04:36:08.000Z | test/test2.asm | travisg/cpu | 27277f12c7f7b6383e77a053464ee96d6bd7322c | [
"MIT"
] | null | null | null | test/test2.asm | travisg/cpu | 27277f12c7f7b6383e77a053464ee96d6bd7322c | [
"MIT"
] | 1 | 2019-06-29T08:25:29.000Z | 2019-06-29T08:25:29.000Z | #define UART_ADDR 0x80000000
#define DEBUG_ADDR 0x80010000
start:
li sp, stack_end
li r1, string
add r0, r0, #0
add r0, r0, #0
bnz r1, start
add r0, r0, #0 ; branch delay slot
add r0, r0, #0 ; branch delay slot
bl printstr
li r0, #0
li r9, #DEBUG_ADDR
bigloop:
add r... | 14.244186 | 39 | 0.538776 |
a3990c1547a8909531c445127ea1e4ba126128be | 2,887 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_218_2005.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_218_2005.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_218_2005.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 %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11d79, %r15
nop
add $13851, %r8
mov (%r15), %r14w
nop
nop
inc %r14
lea addresses_A_ht+0xc955, %rsi
lea addresses_A_ht+0xa869, %rdi
nop
nop
nop
nop
cmp %r11, %r11
mov $29, %rcx
rep ... | 25.324561 | 653 | 0.657083 |
cf096cf7dfd27bc313397be756942fdb478daae3 | 88 | asm | Assembly | saida_hex_teste02.asm | pedroeml/montagem-desmontagem | 07cddd5def24aaaf742d3485e3fd73baa2fd1992 | [
"MIT"
] | null | null | null | saida_hex_teste02.asm | pedroeml/montagem-desmontagem | 07cddd5def24aaaf742d3485e3fd73baa2fd1992 | [
"MIT"
] | null | null | null | saida_hex_teste02.asm | pedroeml/montagem-desmontagem | 07cddd5def24aaaf742d3485e3fd73baa2fd1992 | [
"MIT"
] | null | null | null | .text
.global main
main:
sll , ,
j 0, $, 100
j 00, $, 001011
j 1001, , 001001
j 0, $,
| 9.777778 | 16 | 0.545455 |
70da1fb41ffc1c752e5433ff0cf53d0884b7e002 | 4,159 | asm | Assembly | pcjrloader.asm | raphnet/booterify | bea992d4c428dd3d35e0ed662dcacc8b9d592203 | [
"MIT"
] | 11 | 2017-01-05T07:58:11.000Z | 2021-06-07T21:53:50.000Z | pcjrloader.asm | raphnet/booterify | bea992d4c428dd3d35e0ed662dcacc8b9d592203 | [
"MIT"
] | 1 | 2019-10-23T22:40:53.000Z | 2020-02-20T22:12:32.000Z | pcjrloader.asm | raphnet/booterify | bea992d4c428dd3d35e0ed662dcacc8b9d592203 | [
"MIT"
] | null | null | null | org 0x0000
bits 16
cpu 8086
[map symbols pcjrloader.map]
%define INT21H_HELPERS
; If enabled, the cartridge code only runs if no bootable
; disk is found. (Like the BASIC cartridge)
;%define INT18_MODE
; Start after the BIOS Data Area
; use one paragraph for the stack (SS=0050)
%define DESTINATION_SEGMENT 0052H
;... | 13.459547 | 77 | 0.672517 |
2b9496f0a8b6a983e41cd6524843bfda2e1d20ff | 722 | asm | Assembly | oeis/181/A181618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/181/A181618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/181/A181618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A181618: Number of n-game win/loss/draw series that contain at least one dead game.
; Submitted by Jon Maiga
; 0,0,6,24,90,306,1008,3240,10266,32190,100188,310074,955500,2934288,8986086,27456840,83735370,254962062,775270908,2354646294,7144301016,21657653028,65603494458,198584527338,600758100540,1816426149876,54893870... | 55.538462 | 486 | 0.82133 |
e13fc3479011be04e309a1989c8b491617482125 | 670 | asm | Assembly | programs/oeis/323/A323162.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/323/A323162.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/323/A323162.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A323162: a(n) = 1 if both n and n-1 are composite, 0 otherwise.
; 0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0,1,1,1,1,0,0,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,0,0,1,1,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,... | 74.444444 | 501 | 0.522388 |
cdf7d6add0b36fad8ee1d68dd6d167cf4c6b01ac | 730 | asm | Assembly | oeis/229/A229414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/229/A229414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/229/A229414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A229414: Number of set partitions of {1,...,3n} into sets of size at most 3.
; Submitted by Christian Krause
; 1,5,166,12644,1680592,341185496,97620050080,37286121988256,18280749571449664,11168256342434121152,8306264068494786829696,7380771881944947770497280,7715405978050522488223499776,9365880670184268387214967727104... | 38.421053 | 472 | 0.819178 |
ad59ee60b0e578fd2566b226360a6de351dce771 | 1,143 | asm | Assembly | programs/oeis/257/A257984.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/257/A257984.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/257/A257984.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A257984: Nonhomogeneous Beatty sequence: ceiling((n - 1/2)*Pi))
; 2,5,8,11,15,18,21,24,27,30,33,37,40,43,46,49,52,55,59,62,65,68,71,74,77,81,84,87,90,93,96,99,103,106,109,112,115,118,121,125,128,131,134,137,140,143,147,150,153,156,159,162,165,169,172,175,178,181,184,187,191,194,197,200,203,206,209,213,216,219,222,225... | 142.875 | 966 | 0.727034 |
4f0f9983b84869a16ca11049dd8c410ce31f928f | 40 | asm | Assembly | Src/Ant32/div0.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant32/div0.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Src/Ant32/div0.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | 1 | 2020-07-15T04:09:05.000Z | 2020-07-15T04:09:05.000Z |
ste
lc g0, 0
div g0, g0, g0
halt
| 5 | 15 | 0.525 |
043ef06e1f4a80716f57ac2648e7f98f92255835 | 521 | asm | Assembly | libsrc/oz/ozmisc/ozexitto.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/oz/ozmisc/ozexitto.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/oz/ozmisc/ozexitto.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
;
;
; ------
; $Id: ozexitto.asm,v 1.2 2003/10/27 16:56:57 stefano Exp $
;
XLIB ozexitto
LIB ozkeyclear
LIB ozungetch2
XREF cleanup ;exit
ozexitto:
call ozkeyclear
... | 15.787879 | 60 | 0.641075 |
eedb3cc6597cbb8c38b57004945f24306f67ff89 | 776 | asm | Assembly | programs/oeis/290/A290631.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/290/A290631.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/290/A290631.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A290631: a(n) = (n^2 + 1) * (2*n - 1).
; 2,15,50,119,234,407,650,975,1394,1919,2562,3335,4250,5319,6554,7967,9570,11375,13394,15639,18122,20855,23850,27119,30674,34527,38690,43175,47994,53159,58682,64575,70850,77519,84594,92087,100010,108375,117194,126479,136242,146495,157250,168519,180314,192647,205530,218975,232994... | 64.666667 | 657 | 0.78866 |
a866aa5c7536f4ba7910660a2602123abfe677de | 137 | asm | Assembly | roottask/x86/entry.asm | archibate/ChaOS | 1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0 | [
"MIT"
] | 2 | 2020-07-06T02:46:36.000Z | 2022-01-14T13:49:15.000Z | sigma0/x86/entry.asm | archibate/ChaOS | 1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0 | [
"MIT"
] | null | null | null | sigma0/x86/entry.asm | archibate/ChaOS | 1d0442ca5846d23efd5b2ac1e50a93b4207a5dc0 | [
"MIT"
] | null | null | null | ; vim: ft=nasm ai
%include "cext.inc"
GLOBAL _start
EXTERNC sigma0_main
[SECTION .text]
[BITS 32]
_start:
call sigma0_main
jmp $
| 10.538462 | 20 | 0.70073 |
3dbb1cf000b7d84cb42b85b441ce0ff90b143099 | 403 | asm | Assembly | nes-test-roms/mmc3_irq_tests/source/runtime_swapcart.asm | joebentley/ones | d2c7d21bd94dda9d312c56a197cddec164035d4f | [
"BSD-2-Clause"
] | 1,461 | 2022-02-25T17:44:34.000Z | 2022-03-30T06:18:29.000Z | rustnes-dev/test_roms/mmc3_irq_tests/source/runtime_swapcart.asm | w1n5t0n99/rustnes | 2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4 | [
"MIT"
] | 17 | 2016-10-30T12:46:35.000Z | 2020-01-31T11:34:38.000Z | rustnes-dev/test_roms/mmc3_irq_tests/source/runtime_swapcart.asm | w1n5t0n99/rustnes | 2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4 | [
"MIT"
] | 47 | 2016-10-24T00:30:56.000Z | 2022-02-10T15:19:41.000Z | .include "delays.a"
.include "serial.a"
.include "debug.a"
.include "ppu_util.a"
debug_newline:
lda #13
debug_char:
debug_char_no_wait:
jmp serial_write
.code
init_runtime:
rts
.code
forever:
jmp $0700
.code
.default mai... | 14.925926 | 27 | 0.491315 |
77c5a357e95a2a8f02f51c4e8aa13da0d5d76870 | 2,332 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_33_1372.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_33_1372.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_33_1372.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 %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1d645, %rax
nop
nop
nop
nop
add $54702, %r13
movb (%rax), %cl
nop
nop
nop
nop
dec %r14
lea addresses_A_ht+0x11845, %rsi
lea addresses_WC_ht+0x4a45, %rdi
clflush (%rsi)
nop
nop... | 18.95935 | 148 | 0.653087 |
b492544d015d2c7aaf284002846b49e1d4563c52 | 755 | asm | Assembly | data/opcodes/jr_negative.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | data/opcodes/jr_negative.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | data/opcodes/jr_negative.asm | colinw7/CZ80 | 458e83ffdca23dcfc92e78de9b802219a85f059a | [
"MIT"
] | null | null | null | ; ORG 0x0100
0100 3e 00 ; LD A, 0x00
0102 c3 10 01 ; JP jr_neg
0105 3c ; INC A
; again:
0106 3c ; INC A
0107 3c ; INC A
0108 fe 02 ; CP 0x02
010a c2 1d 01 ; JP NZ, failed
010d c3 12 01 ; JP success
... | 30.2 | 42 | 0.42649 |
d10fc13ea6c9ddf4e60db658959412b2ef34472a | 25,725 | asm | Assembly | optimised/ram.asm | PJBoy/SM-SPC | 1345e173d5239132870c0f84603778546de49633 | [
"0BSD"
] | 4 | 2019-11-28T19:12:09.000Z | 2022-02-04T20:51:06.000Z | optimised/ram.asm | PJBoy/SM-SPC | 1345e173d5239132870c0f84603778546de49633 | [
"0BSD"
] | null | null | null | optimised/ram.asm | PJBoy/SM-SPC | 1345e173d5239132870c0f84603778546de49633 | [
"0BSD"
] | null | null | null | ; Utility constants for this file
{
!n_tracks = 8
!sound1_n_channels = 4
!sound2_n_channels = 2
!sound3_n_channels = 2
!n_channels = 8
}
!p_ram = 0
!canInterleaveBytePairArray = 0
!lastBytePairN = 0
macro declare(name, n)
{
if defined("printRamMap") : print "$", hex(!p_ram), " = \!<name>"
if d... | 48.355263 | 138 | 0.683149 |
0775a80bfb64ad60234b0e760fe1dfeb529e6ca0 | 16,603 | asm | Assembly | Code/vicmidi.asm | LeifBloomquist/VICMIDI | 29c43bd537bd7cdb2db395c594a7804abb98915d | [
"MIT"
] | 7 | 2016-04-04T04:26:50.000Z | 2021-03-02T13:17:38.000Z | Code/vicmidi.asm | LeifBloomquist/VICMIDI | 29c43bd537bd7cdb2db395c594a7804abb98915d | [
"MIT"
] | 2 | 2021-03-02T12:34:11.000Z | 2021-03-03T16:32:44.000Z | Code/vicmidi.asm | LeifBloomquist/VICMIDI | 29c43bd537bd7cdb2db395c594a7804abb98915d | [
"MIT"
] | 2 | 2017-05-24T13:12:59.000Z | 2021-07-21T05:34:52.000Z | ; VIC-20 MIDI Interface
; By David Viens and Leif Bloomquist, portions by
; Michael Kircher and Viznut
; ----------------------------------------------------------------------------
processor 6502 ; VIC-20
; Assume no memory expansion. Compile as Cartridge ROM in Block 5.
org $A000 ; Block 5
; Ma... | 19.83632 | 93 | 0.554839 |
affe404955e0187d2fd26da5132e533020a1ca80 | 699 | asm | Assembly | oeis/125/A125257.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/125/A125257.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/125/A125257.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A125257: Smallest prime divisor of 4n^2+3 that is of the form 6k+1.
; Submitted by Jon Maiga
; 7,19,13,67,103,7,199,7,109,13,487,193,7,787,7,13,19,433,1447,7,19,7,13,769,2503,2707,7,43,7,1201,3847,4099,1453,7,4903,7,5479,5779,2029,19,7,13,7,61,37,8467,8839,7,13,7,3469,31,11239,3889,7,12547,7,43,19,4801,14887,7,67,7,1... | 24.964286 | 357 | 0.623748 |
6992aa6639f3f710ca6b88909c30dcde7e699d49 | 6,527 | asm | Assembly | rom0/xchannel.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 15 | 2018-09-07T15:49:44.000Z | 2021-09-21T20:47:14.000Z | rom0/xchannel.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 6 | 2020-05-24T08:43:07.000Z | 2020-05-26T22:02:36.000Z | rom0/xchannel.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 3 | 2020-08-03T06:28:34.000Z | 2021-12-29T00:27:50.000Z | CLOSESTRM2:
DEFB "X"
DEFB CLOSEX - $
DEFB 0
CLOSEX: LD HL,BANK_M
LD A,(HL)
OR A
JR NZ,CLOSE_NX
PUSH DE ; save letter address
INC DE
INC DE
LD A,(DE) ; reclaim bank
LD BC,$7FFD
LD (HL),A
OUT (C),A
LD A,(BANK_F)
LD ($FFFF),A
LD A,(HL)
LD (BANK_F),A
XOR A
LD (HL),A
OUT (C),A
INC DE
INC DE
INC DE
... | 14.282276 | 90 | 0.64103 |
f9ecf2a6e39cc0cbeb3be253b59996d45649ff50 | 701 | asm | Assembly | oeis/024/A024199.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/024/A024199.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/024/A024199.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A024199: a(n) = (2n-1)!! * Sum_{k=0..n-1}(-1)^k/(2k+1).
; Submitted by Christian Krause
; 0,1,2,13,76,789,7734,110937,1528920,28018665,497895210,11110528485,241792844580,6361055257725,163842638377950,4964894559637425,147721447995130800,5066706567801827025,171002070002301095250,6548719685561840296125,24719927320427387... | 43.8125 | 496 | 0.811698 |
8a919d7df83df50b87bbe5957c8d1df65f019329 | 565 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_sqrtf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_sqrtf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_sqrtf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
; float _sqrtf (float number) __z88dk_fastcall
SECTION code_clib
SECTION code_fp_math32
PUBLIC asm_sqrtf
EXTERN m32_fssqrt_fastcall
; square root sccz80 float
;
; enter : stack = ret
; DEHL = sccz80_float number
;
; exit : DEHL = sccz80_float(1/number)
;
; uses : af, bc,... | 24.565217 | 73 | 0.522124 |
b326ec5f63031eb0f06b3717a386e610a600b958 | 18,112 | asm | Assembly | Library/Text/TextLine/tlSmallLineInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Text/TextLine/tlSmallLineInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Text/TextLine/tlSmallLineInfo.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: tlSmallLineInfo.asm
AUTHOR: John Wedgwood, Dec 26, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Dat... | 24.810959 | 79 | 0.548421 |
9c914a54f751b1511544dad9caa61e34446101f5 | 141 | asm | Assembly | test/signum.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/signum.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/signum.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z | mov r1, $(signed(5))
s00 r1
add r1, .0
out r1
mov r1, $(signed(0))
s00 r1
add r1, .0
out r1
mov r1, $(signed(-5))
s00 r1
add r1, .0
out r1
| 9.4 | 21 | 0.595745 |
a216f8f1adc692bb2d3cbd4fea960b93b3edce21 | 692 | asm | Assembly | programs/oeis/060/A060182.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/060/A060182.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/060/A060182.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A060182: a(0) = 1, a(1) = 5, a(2) = 13; a(n) = 2*a(n-1) + 2, n > 2.
; 1,5,13,28,58,118,238,478,958,1918,3838,7678,15358,30718,61438,122878,245758,491518,983038,1966078,3932158,7864318,15728638,31457278,62914558,125829118,251658238,503316478,1006632958,2013265918,4026531838,8053063678,16106127358,32212254718,644245094... | 46.133333 | 508 | 0.770231 |
71526939dbc972fa6bf3ab272585c77daddd2ebf | 55,331 | asm | Assembly | operating_sys/grep.asm | jasper-lov/waterville_os | 63686d9fba04efa709dcaf5400dc36dd949bba70 | [
"MIT"
] | null | null | null | operating_sys/grep.asm | jasper-lov/waterville_os | 63686d9fba04efa709dcaf5400dc36dd949bba70 | [
"MIT"
] | null | null | null | operating_sys/grep.asm | jasper-lov/waterville_os | 63686d9fba04efa709dcaf5400dc36dd949bba70 | [
"MIT"
] | null | null | null |
_grep: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc push -0x4(%ecx)
a: 55 push %ebp
b:... | 35.197837 | 60 | 0.410566 |
096232e055136c45fb17a4d6ef863d502f33b5f5 | 421 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___h2sint_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___h2sint_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc___h2sint_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC cm16_sdcc___h2sint_callee
PUBLIC cm16_sdcc___h2schar_callee
PUBLIC cm16_sdcc___h2sint_fastcall
PUBLIC cm16_sdcc___h2schar_fastcall
EXTERN cm16_sdcc_read1_callee
EXTERN asm_f24_f16
EXTERN asm_i16_f24
.cm16_sdcc___h2sint_callee
.cm16_sdcc___h2schar_callee
call cm16_sdcc_read1_callee... | 19.136364 | 35 | 0.885986 |
164cf6a25bd33e1ab584d498c1a98d17da8e8b85 | 697 | asm | Assembly | libsrc/cpc/cpc_RRI.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/cpc/cpc_RRI.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/cpc/cpc_RRI.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ;
; Amstrad CPC library
;
; ******************************************************
; ** Librería de rutinas para Amstrad CPC **
; ** Raúl Simarro, Artaburu 2009 **
; ******************************************************
;
; void cpc_RRI(unsigned int pos, unsigned char w, unsign... | 21.78125 | 74 | 0.469154 |
e62ae8b91703903d9950585be2dbd2f6458c1f8e | 5,241 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1585.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1585.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1585.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 %r8
push %rax
push %rbp
push %rsi
lea addresses_D_ht+0x15010, %rbp
clflush (%rbp)
nop
sub %rax, %rax
movw $0x6162, (%rbp)
add %rsi, %rsi
lea addresses_A_ht+0x6620, %r8
nop
nop
inc %r12
mov (%r8), %r15
add $41022, %r15
pop %rsi
pop %rbp
pop ... | 44.415254 | 2,999 | 0.653883 |
2167bfd7da895fd801e821b2ae43e2076237ad03 | 4,192 | asm | Assembly | audio/music/dungeon2.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | audio/music/dungeon2.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | audio/music/dungeon2.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Music_Dungeon2_Ch1::
tempo 144
volume 7, 7
duty_cycle 3
toggle_perfect_pitch
vibrato 10, 1, 4
Music_Dungeon2_branch_7e892::
note_type 12, 11, 2
octave 4
note E_, 4
note E_, 4
note E_, 4
note E_, 4
note A#, 4
note A#, 4
note A#, 4
note A#, 4
note E_, 4
note E_, 4
note E_, 4
note E_, 4
octave 5
note... | 13.18239 | 43 | 0.670563 |
acc4572c31cc0168af15a2f6d34fa0cce84c298e | 345 | asm | Assembly | programs/oeis/167/A167426.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/167/A167426.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/167/A167426.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A167426: a(n) = 2^n mod 28.
; 1,2,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4,8,16,4
mov $1,1
mov $2,$0
lpb $2
lpb $4
mov $1,2
mov $4,$3
lpe
mov $4,$1
mul $1,2
... | 21.5625 | 196 | 0.524638 |
d9545f62f5bfcdc7c579ac7c0e74a19bd30218a5 | 110 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/copysign.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/copysign.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/copysign.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC _copysign
EXTERN cm48_sdcciy_copysign
defc _copysign = cm48_sdcciy_copysign
| 12.222222 | 37 | 0.863636 |
bd76532b7fc54f456b9f7fd84c7deb3f89736f1b | 947 | asm | Assembly | programs/oeis/019/A019274.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/019/A019274.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/019/A019274.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A019274: Number of recursive calls needed to compute the n-th Fibonacci number F(n), starting with F(1) = F(2) = 1.
; 0,0,2,4,8,14,24,40,66,108,176,286,464,752,1218,1972,3192,5166,8360,13528,21890,35420,57312,92734,150048,242784,392834,635620,1028456,1664078,2692536,4356616,7049154,11405772,18454928,29860702,48315632... | 63.133333 | 722 | 0.825766 |
bfd646eb66d175a4ece8d3c76cee5b40bd8b78a9 | 412 | asm | Assembly | programs/oeis/178/A178166.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/178/A178166.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/178/A178166.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A178166: 10^a(n) Pascal triangle, where a(n) = A007318(n).
; 10,10,10,10,100,10,10,1000,1000,10,10,10000,1000000,10000,10,10,100000,10000000000,10000000000,100000,10,10,1000000,1000000000000000,100000000000000000000,1000000000000000,1000000,10,10,10000000,1000000000000000000000
seq $0,7318 ; Pascal's triangle read b... | 51.5 | 219 | 0.718447 |
877792bca971b0fa326a7ae7c9da1f4acf7a691a | 156 | asm | Assembly | programs/oeis/230/A230776.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/230/A230776.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/230/A230776.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A230776: Record values in A228098.
; 1,2,3,4,5,6,7,8,9,10,11,14
mov $2,1
lpb $0,1
add $0,$2
sub $0,1
add $1,$0
mov $2,2
sub $0,10
lpe
add $1,1
| 12 | 36 | 0.557692 |
d7366ca5b5adada0265c41e2ea732c17a062b09d | 373 | asm | Assembly | oeis/038/A038138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/038/A038138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/038/A038138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A038138: Order of n (mod 7).
; Submitted by Christian Krause
; 0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1,3,6,3,6,2,0,1
mod $0,7
seq $0,19300 ; First n elements of Thue-Morse... | 46.625 | 201 | 0.600536 |
0e4686a66d0b898519e571d95cabd46746cade34 | 1,157 | asm | Assembly | _build/dispatcher/jmp_ippsGFpMethod_p384r1_5e765f5e.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpMethod_p384r1_5e765f5e.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpMethod_p384r1_5e765f5e.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpMethod_p384r1:function
extern n8_ippsGFpMethod_p384r1:function
extern y8_ippsGFpMethod_p384r1:function
extern e9_ippsGFpMethod_p384r1:function
extern l9_ippsGFpMethod_p384r1:function
extern n0_ippsGFpMethod_p384r1:function
extern k0_ippsGFpMethod_p384r1:function
extern ippcpJumpIndexForMergedLibs
exter... | 29.666667 | 107 | 0.809853 |
e8f58b1049a0335fc063bf51bc215401320d4dc4 | 2,920 | asm | Assembly | 45/beef/drv/csd/inc/csd_save.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/drv/csd/inc/csd_save.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/beef/drv/csd/inc/csd_save.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;*
;* CW : Character Windows
;*
;* csd_save.asm : stub routines for screen saving (not supported
;* by default)
;*
ifndef CbSizeVidsCsd_NonDefault
;*****************************************************************************
;********** CbSizeVidsCsd **********
;* * CSD entry point (see documentation for interface)... | 28.627451 | 78 | 0.497603 |
bd897324cb5358116e340cce1deaf7adc00c38d4 | 1,965 | asm | Assembly | Linux/Netcatbind.asm | EgeBalci/Shellcode | 2475af53b20186283b3eb1572d4de58650ad4652 | [
"MIT"
] | 2 | 2017-04-11T21:58:34.000Z | 2020-05-18T02:04:41.000Z | Linux/Netcatbind.asm | EgeBalci/Shellcode | 2475af53b20186283b3eb1572d4de58650ad4652 | [
"MIT"
] | null | null | null | Linux/Netcatbind.asm | EgeBalci/Shellcode | 2475af53b20186283b3eb1572d4de58650ad4652 | [
"MIT"
] | 4 | 2017-04-11T21:58:35.000Z | 2021-05-14T04:53:15.000Z | Linux/x86 - Netcat BindShell Port 5555 - 60 bytes
#Greetz : Bomberman(Leader)
#Author : B3mB4m
#Concat : Do not disturb - Bomberman
Netcat openbsd version (which is default installed in ubuntu) have not "-e" option.
So if you are trying to test on ubuntu(like me) you must change version to traditional.
Typing this... | 37.075472 | 97 | 0.568957 |
28baeeea87779a3d67fb88a8f1dea545c6488da4 | 625 | asm | Assembly | oeis/080/A080957.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/080/A080957.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/080/A080957.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A080957: Expansion of (5 - 9*x + 6*x^2)/(1-x)^4.
; 5,11,20,34,55,85,126,180,249,335,440,566,715,889,1090,1320,1581,1875,2204,2570,2975,3421,3910,4444,5025,5655,6336,7070,7859,8705,9610,10576,11605,12699,13860,15090,16391,17765,19214,20740,22345,24031,25800,27654,29595,31625,33746,35960,38269,40675,43180,45786,48495,5... | 52.083333 | 498 | 0.7568 |
fb5028947bd3ea4065dcbc539e6993f8b7fbc2f0 | 7,142 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_86.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_86.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_86.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 %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x12470, %r8
nop
xor %rbx, %rbx
mov $0x6162636465666768, %r11
movq %r11, %xmm0
movups %xmm0, (%r8)
nop
nop
nop
nop
sub $33250, %r14
lea addresses_WC_ht+0x8b... | 35.71 | 2,999 | 0.656819 |
d6f825621a3704065288d41d571f7bb2a8c38e9c | 1,439 | asm | Assembly | programs/oeis/045/A045804.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/045/A045804.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/045/A045804.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A045804: 4-ish numbers (end in 09, 41, 63, 87).
; 9,41,63,87,109,141,163,187,209,241,263,287,309,341,363,387,409,441,463,487,509,541,563,587,609,641,663,687,709,741,763,787,809,841,863,887,909,941,963,987,1009,1041,1063,1087,1109,1141,1163,1187,1209,1241,1263,1287,1309,1341,1363,1387,1409,1441,1463,1487,1509,1541,156... | 62.565217 | 1,206 | 0.748436 |
4181da82fea27683d28609e1b8e202312f376978 | 533 | asm | Assembly | oeis/192/A192015.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192015.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192015.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192015: Arithmetic derivative of prime powers: a(n) = A003415(A000961(n)).
; Submitted by Jon Maiga
; 0,1,1,4,1,1,12,6,1,1,32,1,1,1,10,27,1,1,80,1,1,1,1,14,1,1,1,192,1,1,1,1,108,1,1,1,1,1,1,1,1,22,75,1,448,1,1,1,1,1,1,1,1,26,1,1,1,1,1,1,1,1,1,1,1,1,1,1,405,1,1024,1,1,1,1,1,1,1,34,1,1,1,1,1,1,1,147,1,1,1,1,38,1,1,1,1... | 76.142857 | 225 | 0.594747 |
a23badda7cc210691d1b752d1af71d98023a9178 | 724 | asm | Assembly | oeis/204/A204623.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/204/A204623.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/204/A204623.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A204623: Number of (n+1)X2 0..2 arrays with every 2X2 subblock having unequal diagonal elements or unequal antidiagonal elements, and new values 0..2 introduced in row major order
; 12,96,768,6144,49152,393216,3145728,25165824,201326592,1610612736,12884901888,103079215104,824633720832,6597069766656,52776558133248,422... | 90.5 | 501 | 0.875691 |
d5e36ad324f866727d0d07b5117b2af67997dc67 | 1,134 | asm | Assembly | src/state-gameover.asm | santiontanon/triton | b3f7374852e8bf3077f647a8abaf71bb4bcb9874 | [
"Apache-2.0"
] | 41 | 2020-07-13T01:47:20.000Z | 2022-03-31T07:04:54.000Z | src/state-gameover.asm | santiontanon/triton | b3f7374852e8bf3077f647a8abaf71bb4bcb9874 | [
"Apache-2.0"
] | null | null | null | src/state-gameover.asm | santiontanon/triton | b3f7374852e8bf3077f647a8abaf71bb4bcb9874 | [
"Apache-2.0"
] | 3 | 2020-10-28T18:46:35.000Z | 2022-01-09T21:20:15.000Z | ;-----------------------------------------------
state_gameover_screen:
; reset the stack:
ld sp,#F380
call StopMusic
; set up the video memory:
call disable_VDP_output
call clearAllTheSprites
call set_bitmap_name_table_all_banks
ld hl,CLRTBL2
ld bc,8*256*3
ld a,#f0
call fast_FILVRM
ld hl,... | 16.2 | 48 | 0.709877 |
718543138bad54690ce9363b6934293faf6f4410 | 368 | asm | Assembly | programs/oeis/029/A029114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/029/A029114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/029/A029114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A029114: Expansion of 1/((1-x)(1-x^6)(1-x^9)(1-x^11)).
; 1,1,1,1,1,1,2,2,2,3,3,4,5,5,5,6,6,7,9,9,10,11,12,13,15,15,16,18,19,21,23,24,25,28,29,31,34,35,37,40,42,44,48,49,52,56,58,61,65,67,70,75,77,81,86,89,93,98,101,105,111
lpb $0
mov $2,$0
sub $0,6
seq $2,25792 ; Expansion of 1/((1-x)(1-x^9)(1-x^11)).
add $1... | 26.285714 | 167 | 0.565217 |
b9c1736404764b8eef7ba1ce4b6a8401dbaf26ff | 1,548 | asm | Assembly | test/sandbox/Mult.asm | Nikaoto/hasm | 1d1aeef7e25a7ce7907df19ee748e5b9da57f066 | [
"BSD-2-Clause"
] | 2 | 2021-07-15T18:02:05.000Z | 2021-11-14T12:22:13.000Z | test/sandbox/Mult.asm | Nikaoto/hasm | 1d1aeef7e25a7ce7907df19ee748e5b9da57f066 | [
"BSD-2-Clause"
] | null | null | null | test/sandbox/Mult.asm | Nikaoto/hasm | 1d1aeef7e25a7ce7907df19ee748e5b9da57f066 | [
"BSD-2-Clause"
] | null | null | null | // R2 = R0 * R1
// R2 = 0
@R2
M=0
// if R0 == 0 goto END
@R0
D=M
@END
D;JEQ
// if R1 == 0 goto END
@R1
D=M
@END
D;JEQ
// a = R0
@R0
D=M
@a
M=D
// b = R1
@R1
D=M
@b
M=D
// sign = b
@sign
... | 12.688525 | 48 | 0.375969 |
9fa8efcbbc2f32d661fe3a94151116ba9e71f6fb | 5,189 | asm | Assembly | Conversions.asm | HamzaAnis/CoversionsAssembly | cc997d9443c11a34eca7ce1965166cfe43e29488 | [
"MIT"
] | 5 | 2018-02-01T11:16:13.000Z | 2020-09-21T11:52:05.000Z | Conversions.asm | HamzaAnis/CoversionsAssembly | cc997d9443c11a34eca7ce1965166cfe43e29488 | [
"MIT"
] | null | null | null | Conversions.asm | HamzaAnis/CoversionsAssembly | cc997d9443c11a34eca7ce1965166cfe43e29488 | [
"MIT"
] | 1 | 2018-02-23T12:09:36.000Z | 2018-02-23T12:09:36.000Z | .model small
.386
.stack 200h
.data
NUMSTR BYTE "00000000000128"
part1 db "PART 1",10,13,'$'
part2 db "PART 2",10,13,'$'
part3 db "PART 3",10,13,'$'
part3_1 db "1024d",'$'
part3_2 db "0ABCDEF98h",'$'
part3_3 db "Hello Students",'$'
msg db "Number in base ",'$'
msg1 db "Hex number of ",'$'
msg2 db " is: ",'$'
strou... | 13.874332 | 83 | 0.488533 |
7c3eed7259aa5c0012e897c6a1fc29583c92f642 | 6,665 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0xca_notsx.log_6911_1743.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0xca_notsx.log_6911_1743.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0xca_notsx.log_6911_1743.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 %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xffdb, %rsi
lea addresses_UC_ht+0x7881, %rdi
nop
lfence
mov $25, %rcx
rep movsl
nop
xor $63935, %r9
pop %rsi
pop %rdi
pop %rcx
pop %r9
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %r15
push... | 34.713542 | 2,999 | 0.652063 |
94c26d07dfe057c709489e68b9a745676d07c6ad | 24,415 | asm | Assembly | Lab3MainForLinkedListPart.asm | Hanzallah/MIPS-Recursion | bb3018a2b234c69f83d1bfeba89e09ed7ba85fdf | [
"MIT"
] | null | null | null | Lab3MainForLinkedListPart.asm | Hanzallah/MIPS-Recursion | bb3018a2b234c69f83d1bfeba89e09ed7ba85fdf | [
"MIT"
] | null | null | null | Lab3MainForLinkedListPart.asm | Hanzallah/MIPS-Recursion | bb3018a2b234c69f83d1bfeba89e09ed7ba85fdf | [
"MIT"
] | null | null | null | ## - -IMPORTANT- -
## The general structure;
##
## -Main menu
## -LinkedList creater
## -LinkedList displayer
##
##is given to you, necessary functions are empty, you have to ##fill them
## efficiently for lab3 part 1.
## Necessary register defined.
##IF YOU READ INSTRUCTIONS CAREFULLY YOU FIGURE OUT THAT... | 14.319648 | 120 | 0.60557 |
c9093d39fb8084c8868daf4ceeafc215c8df6c2d | 1,699 | asm | Assembly | programs/oeis/224/A224134.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/224/A224134.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/224/A224134.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A224134: Number of 3 X n 0..1 arrays with rows nondecreasing and antidiagonals unimodal.
; 8,27,58,106,175,269,392,548,741,975,1254,1582,1963,2401,2900,3464,4097,4803,5586,6450,7399,8437,9568,10796,12125,13559,15102,16758,18531,20425,22444,24592,26873,29291,31850,34554,37407,40413,43576,46900,50389,54047,57878,61886,... | 99.941176 | 1,480 | 0.82578 |
4d75a1dbe982a8f6e8604381c78574a38dd498a3 | 1,226 | asm | Assembly | src/syscall-inc.asm | konsulko/ws28xx-lighting-pru | 8ceb684d30d0f7fa797959d1c21b9c79588753b6 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2019-05-05T13:19:51.000Z | 2019-05-05T13:19:51.000Z | src/syscall-inc.asm | konsulko/ws28xx-lighting-pru | 8ceb684d30d0f7fa797959d1c21b9c79588753b6 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/syscall-inc.asm | konsulko/ws28xx-lighting-pru | 8ceb684d30d0f7fa797959d1c21b9c79588753b6 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | ;*
;* Syscall handlers
;*
;* must be included by syscall0.asm or syscall1.asm
.text
.global syscall
syscall:
.asg r14, nr
LDI R31, SYSCALL_VALUE
HALT
JMP R3.w2
.global syscall1
syscall1:
.asg r14, nr
.asg r15, arg0
LDI R31, SYSCALL_VALUE
HALT
JM... | 19.15625 | 72 | 0.623165 |
8e5f5c782b9a2aa122c9050c319e30f3f4eca7f4 | 6,773 | asm | Assembly | src/test/ref/c64dtv-blittermin.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/c64dtv-blittermin.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/c64dtv-blittermin.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | /// @file
/// C64 DTV version 2 Registers and Constants
///
/// Sources
/// (J) https://www.c64-wiki.com/wiki/C64DTV_Programming_Guide
/// (H) http://dtvhacking.cbm8bit.com/dtv_wiki/images/d/d9/Dtv_registers_full.txt
// Commodore 64 PRG executable file
.file [name="c64dtv-blittermin.prg", type="prg", segments="Progra... | 33.529703 | 109 | 0.711354 |
7a737595757d1c1495b15743d73112e664f59804 | 586 | asm | Assembly | programs/oeis/117/A117910.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/117/A117910.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/117/A117910.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A117910: Expansion of (1+x+x^2+x^4)/((1-x^3)(1-x^6)).
; 1,1,1,1,2,1,2,3,2,2,4,2,3,5,3,3,6,3,4,7,4,4,8,4,5,9,5,5,10,5,6,11,6,6,12,6,7,13,7,7,14,7,8,15,8,8,16,8,9,17,9,9,18,9,10,19,10,10,20,10,11,21,11,11,22,11,12,23,12,12,24,12,13,25,13,13,26,13,14,27,14
mov $3,2
mov $7,$0
lpb $3,1
mov $0,$7
sub $3,1
add $0,$3
... | 16.742857 | 199 | 0.501706 |
d5e32d703176a1e59ed76a48c1e7f5e00a52ef49 | 621 | asm | Assembly | oeis/313/A313774.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/313/A313774.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/313/A313774.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A313774: Coordination sequence Gal.6.622.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Christian Krause
; 1,5,10,15,21,25,31,37,41,47,52,57,62,67,72,77,83,87,93,99,103,109,114,119,124,129,134,139,145,149,155,161,16... | 56.454545 | 182 | 0.743961 |
a66b0f0a8d1a44757ebf58290aae23a5d882574b | 11,713 | asm | Assembly | hasher/asm/masm/MD4x86.asm | Hitsounds/ShokoServer | 9b895e425576790107b4240e9a76ed43b05b1750 | [
"MIT"
] | 183 | 2017-07-19T09:49:32.000Z | 2022-03-30T00:53:52.000Z | hasher/asm/masm/MD4x86.asm | Hitsounds/ShokoServer | 9b895e425576790107b4240e9a76ed43b05b1750 | [
"MIT"
] | 331 | 2017-07-17T02:38:31.000Z | 2022-03-26T21:09:33.000Z | hasher/asm/masm/MD4x86.asm | Hitsounds/ShokoServer | 9b895e425576790107b4240e9a76ed43b05b1750 | [
"MIT"
] | 68 | 2017-07-24T01:52:47.000Z | 2022-02-07T20:25:58.000Z | ; #####################################################################################################################
;
; MD4_asm.asm
;
; Copyright (c) Shareaza Development Team, 2002-2007.
; This file is part of SHAREAZA (shareaza.sourceforge.net)
;
; Shareaza is free software; you can redistribute it
; and/or modif... | 44.877395 | 137 | 0.342525 |
9a859aa81f93b42f827213024e58c01ff822086f | 295 | asm | Assembly | programs/oeis/028/A028310.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/028/A028310.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/028/A028310.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A028310: Expansion of (1 - x + x^2) / (1 - x)^2 in powers of x.
; 1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71
pow $1,$0
add $1,$0
| 49.166667 | 207 | 0.610169 |
8a123fce46e03a133d48c2c5fbac64481cf7282e | 6,390 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_970_339.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_970_339.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_970_339.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 %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x65db, %rsi
nop
nop
nop
nop
nop
cmp $1342, %rbx
movw $0x6162, (%rsi)
nop
nop
nop
sub $11859, %rsi
lea addresses_WC_ht+0x159db, %rsi
lea addresses_WC_ht+0x120db, %rdi
nop
nop
xor $18058, %r14
mov $... | 35.303867 | 2,909 | 0.655399 |
bb8e47f05a7a652475bf549b777eeb87e9ad09da | 6,401 | asm | Assembly | dv3/q40/hd/thing.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/q40/hd/thing.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/q40/hd/thing.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; DV3 Standard Hard Disk Control Procedures V1.03 1999 Tony Tebby
; win_chk xref'd V1.05 (wl) march 2020
; Q40 WIN_DRIVE may use name for QXL.WIN file V1.04 W. Lenerz 2017 Nov 21
section exten
xdef hd_thing
xdef hd_tname
xdef hdt_doact
xdef hd_byte
xref thp_ostr
xref... | 18.93787 | 77 | 0.661147 |
75ebedd650272e9e9bf359e23308a5a55a5fd15e | 2,043 | asm | Assembly | src/test/resources/cpuTests/asmsrc/sub.asm | Sophos06/spice86 | 17854fd12acf7fb7607a51375daf9eda099dc94e | [
"Apache-2.0"
] | 46 | 2021-11-04T18:47:43.000Z | 2022-03-31T14:53:51.000Z | src/test/resources/cpuTests/asmsrc/sub.asm | Sophos06/spice86 | 17854fd12acf7fb7607a51375daf9eda099dc94e | [
"Apache-2.0"
] | 45 | 2022-01-12T10:20:27.000Z | 2022-03-31T21:32:22.000Z | src/test/resources/cpuTests/asmsrc/sub.asm | Sophos06/spice86 | 17854fd12acf7fb7607a51375daf9eda099dc94e | [
"Apache-2.0"
] | 7 | 2020-08-17T13:27:06.000Z | 2022-02-04T09:17:14.000Z | use16
start:
mov sp,160
; sub word tests
mov ax,00001h
mov bx,00002h
sub ax,bx
mov word[0],ax
mov word[2],bx
pushf
mov dx,0ffffh
mov word[4],0ffffh
sub word[4],dx
mov word[6],dx
pushf
mov cx,0ffffh
mov word[8],00001h
sub cx,word[8]
mov word[10],cx
pushf
mov ax,08000h
sub ax,00001h
mov word[12],ax
pushf
mov bp,080... | 10.476923 | 19 | 0.724425 |
41dcadf049057c41e1ff6ff0a32999f51fe3c6b1 | 3,334 | asm | Assembly | programs/oeis/140/A140156.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/140/A140156.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/140/A140156.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A140156: a(1)=1, a(n) = a(n-1) + n^3 if n odd, a(n) = a(n-1) + n^5 if n is even.
; 1,33,60,1084,1209,8985,9328,42096,42825,142825,144156,392988,395185,933009,936384,1984960,1989873,3879441,3886300,7086300,7095561,12249193,12261360,20223984,20239609,32120985,32140668,49351036,49375425,73675425,73705216,107259648,10729... | 158.761905 | 3,070 | 0.881824 |
ff7a0c4d1298559e6b39cf6febb4f44ee9e8a3d3 | 147 | asm | Assembly | audio/sfx/cut_3.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | audio/sfx/cut_3.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | audio/sfx/cut_3.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SFX_Cut_3_Ch7:
noisenote 2, 15, 7, 36
noisenote 2, 15, 7, 52
noisenote 4, 15, 7, 68
noisenote 8, 15, 4, 85
noisenote 8, 15, 1, 68
endchannel
| 18.375 | 23 | 0.666667 |
08a916198ff5710a362baa63fe2cbd93b9dc4d1b | 166 | asm | Assembly | data/test12.asm | colinw7/C6502 | a79e573e3b16da0d895b18d0081716d9a76e4654 | [
"MIT"
] | null | null | null | data/test12.asm | colinw7/C6502 | a79e573e3b16da0d895b18d0081716d9a76e4654 | [
"MIT"
] | null | null | null | data/test12.asm | colinw7/C6502 | a79e573e3b16da0d895b18d0081716d9a76e4654 | [
"MIT"
] | null | null | null | define sysRandom $fe ; an address
define a_dozen $0c ; a constant
LDA sysRandom ; equivalent to "LDA $fe"
LDX #a_dozen ; equivalent to "LDX #$0c"
| 23.714286 | 43 | 0.638554 |
bbe067dec473a8ad75a49ec2a5bbd3c3ba8b6c86 | 121 | asm | Assembly | klc3-manual/examples/zjui_ece220_fa18/mp3/klc3_options_.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa18/mp3/klc3_options_.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa18/mp3/klc3_options_.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | ; KLC3: ISSUE SET_LEVEL WARN_HALT_IN_SUBROUTINE NONE
; Do not check for this issue since it is not required by Fall 2018
| 40.333333 | 67 | 0.801653 |
9a65ff5374bda847c21067c5df09c4b176f8efb4 | 1,716 | asm | Assembly | C/LoDosLib/remove.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 232 | 2016-04-27T21:56:11.000Z | 2022-03-29T09:02:15.000Z | C/LoDosLib/remove.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 31 | 2016-05-09T09:05:36.000Z | 2022-03-29T19:17:45.000Z | C/LoDosLib/remove.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 94 | 2016-06-01T18:10:39.000Z | 2022-03-26T10:44:57.000Z | page ,132
;*****************************************************************************;
; ;
; FILE NAME: remove.asm ;
; ;
; DESCRIPTION: MS-DOS delete file function 41H ;
; ;
; NOTES: ;
; ;
; HISTORY: ... | 29.084746 | 79 | 0.347902 |
3809a999076bd1b01fff3262a846d8378b295b3e | 4,117 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1278.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1278.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1278.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xe5ac, %rsi
lea addresses_WC_ht+0x82fc, %rdi
nop
nop
nop
xor %rbx, %rbx
mov $47, %rcx
rep movsl
add $39422, %r11
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r11
ret
.global s_faulty_load
s_faulty_load:
p... | 66.403226 | 2,999 | 0.663833 |
29cb96feb5a5f4d392a6545b32323b49ec6c2f7a | 5,180 | asm | Assembly | Code/MEV.asm | azeemsyed95/MineExplorationVehicle_MuP | 9e33e4448e680352b07bb8ad44b40fe5091375ee | [
"MIT"
] | 1 | 2016-10-29T23:05:26.000Z | 2016-10-29T23:05:26.000Z | Code/MEV.asm | azeemsyed95/MineExplorationVehicle_MuP | 9e33e4448e680352b07bb8ad44b40fe5091375ee | [
"MIT"
] | null | null | null | Code/MEV.asm | azeemsyed95/MineExplorationVehicle_MuP | 9e33e4448e680352b07bb8ad44b40fe5091375ee | [
"MIT"
] | null | null | null | #make_bin#
#LOAD_SEGMENT=FFFFh#
#LOAD_OFFSET=0000h#
#CS=0000h#
#IP=0000h#
#DS=0000h#
#ES=0000h#
#SS=0000h#
#SP=FFFEh#
#AX=0000h#
#BX=0000h#
#CX=0000h#
#DX=0000h#
#SI=0000h#
#DI=0000h#
#BP=0000h#
; add your code here
jmp st1
db 509 dup(0)
pos db 33h
... | 14.971098 | 113 | 0.516602 |
ce61e9e481a8cfcbe9e0dc7a3c1caaf9178ca026 | 218 | asm | Assembly | libsrc/z88math/dgt.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/z88math/dgt.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/z88math/dgt.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Z88dk Z88 Maths Library
;
;
; $Id: dgt.asm,v 1.1 2002/01/21 20:36:07 dom Exp $
XLIB dgt
LIB fsetup
LIB stkequcmp
INCLUDE "#fpp.def"
; TOS >= FA?
.dgt
call fsetup
fpp(FP_GT)
jp stkequcmp
| 10.9 | 56 | 0.591743 |
6f06ab3f85df3bd72f157f983064f22480ef8f53 | 6,614 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1433.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1433.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1433.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 %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x17836, %r10
nop
nop
nop
sub %rdi, %rdi
mov (%r10), %dx
nop
nop
nop
nop
and $25716, %rdi
lea addresses_WT_ht+0x157b6, %r10
nop
nop
nop
nop
dec %r12
movb $0x61, (%r10)... | 35.55914 | 2,999 | 0.654974 |
d65494c8a5b62fefb73901588d348f91186604fb | 1,738 | asm | Assembly | helloworldx86/helloworldx86.asm | therealdreg/nasm_vscode | 4f26d710ff20d7cbf6d0083744b047f3cd2483f9 | [
"MIT"
] | null | null | null | helloworldx86/helloworldx86.asm | therealdreg/nasm_vscode | 4f26d710ff20d7cbf6d0083744b047f3cd2483f9 | [
"MIT"
] | null | null | null | helloworldx86/helloworldx86.asm | therealdreg/nasm_vscode | 4f26d710ff20d7cbf6d0083744b047f3cd2483f9 | [
"MIT"
] | null | null | null | ; rm -rf helloworldx86.o helloworldx86 && nasm -felf32 -o helloworldx86.o helloworldx86.asm && ld -m elf_i386 helloworldx86.o -o helloworldx86
; MIT License - Copyright 2020
; David Reguera Garcia aka Dreg - dreg@fr33project.org
; -
; http://github.com/David-Reguera-Garcia-Dreg/ - http://www.fr33project.org/
; Permiss... | 36.978723 | 142 | 0.73015 |
c17483c1a71c6f8cf81d1b800c945df0fdd0730a | 504 | asm | Assembly | text/maps/celadon_dept_store_4f.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | text/maps/celadon_dept_store_4f.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | text/maps/celadon_dept_store_4f.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | _CeladonMart4Text2::
text "I'm getting a"
line "gift for COPYCAT"
cont "in CERULEAN CITY."
para "It's got to be a"
line "# DOLL. They"
cont "are trendy!"
done
_CeladonMart4Text3::
text "I heard something"
line "useful."
para "You can run from"
line "wild #MON by"
cont "distracting them"
cont "with a # D... | 16.258065 | 26 | 0.688492 |
bd36a8f933d0c985012fb8da94ffdada6684ebdf | 381 | asm | Assembly | programs/oeis/204/A204175.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/204/A204175.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/204/A204175.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A204175: Symmetric matrix based on f(i,j)=(1 if max(i,j) is even, and 0 otherwise), by antidiagonals.
; 0,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,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,1
mov $2,$0
lpb $... | 31.75 | 199 | 0.551181 |
56075df0c9e10a5276ef0b2b10912e135075f5ab | 338 | asm | Assembly | data/player_names_list.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/player_names_list.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/player_names_list.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | IF DEF(_RED)
DefaultNamesPlayerList:
db "NEW NAME@"
db "RED@"
db "ASH@"
db "JACK@"
DefaultNamesRivalList:
db "NEW NAME@"
db "BLUE@"
db "GARY@"
db "JOHN@"
ENDC
IF DEF(_BLUE)
DefaultNamesPlayerList:
db "NEW NAME@"
db "BLUE@"
db "GARY@"
db "JOHN@"
DefaultNamesRivalList:
db "NEW NAME@"
db "RED@"
db "ASH@"... | 12.071429 | 23 | 0.642012 |
f10b4c5bcabc44df0c36cafc2bf1ff4ae9d8ce89 | 2,293 | asm | Assembly | ts_export/inkey.asm | ped7g/memdump | dac29391527795ee312acc4df403f2d28e5fe37a | [
"MIT"
] | 4 | 2021-04-30T22:31:14.000Z | 2021-11-15T21:43:14.000Z | ts_export/inkey.asm | ped7g/memdump | dac29391527795ee312acc4df403f2d28e5fe37a | [
"MIT"
] | 2 | 2021-06-01T18:38:23.000Z | 2021-08-30T07:33:19.000Z | ts_export/inkey.asm | ped7g/memdump | dac29391527795ee312acc4df403f2d28e5fe37a | [
"MIT"
] | 1 | 2021-08-08T08:22:37.000Z | 2021-08-08T08:22:37.000Z |
INKEY
inkey HALT
XOR A
LD (aLAST_KEY+1),A
EI
ahl0
CALL KEYSCAN
LD A,E
INC A
JR Z,INKEY
LD A,D
LD HL,SYMTAB
CP $18
JR Z,aHLSM2
LD HL,CAPSTAB
CP $27
JR Z,aHLSM2
... | 16.985185 | 59 | 0.392499 |
89ab082496108f283fe8db4fd850241f76b689b1 | 85,786 | asm | Assembly | jitasm/test/x86.asm | Traderain/ProjectNovigrad | cc4b0286612a950cba37c0140db0409c3aa22c50 | [
"WTFPL"
] | 2 | 2021-05-16T19:02:42.000Z | 2021-08-30T11:33:03.000Z | jitasm/test/x86.asm | Traderain/ProjectNovigrad | cc4b0286612a950cba37c0140db0409c3aa22c50 | [
"WTFPL"
] | null | null | null | jitasm/test/x86.asm | Traderain/ProjectNovigrad | cc4b0286612a950cba37c0140db0409c3aa22c50 | [
"WTFPL"
] | 1 | 2020-09-25T22:28:49.000Z | 2020-09-25T22:28:49.000Z | .686
.model flat, c
.xmm
.code
;----------------------------------------
; SAL
;----------------------------------------
masm_test_sal proc
sal al, cl
sal al, 1
sal al, 2
sal al, -1
sal ax, cl
sal ax, 1
sal ax, 2
sal eax, cl
sal eax, 1
sal eax, 2
sal byte ptr[eax], cl
sal byte ptr[eax... | 24.151464 | 54 | 0.634124 |
bd3213b652a004bd8fda6feb5bb7913324c70ac9 | 5,682 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_195_1539.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_195_1539.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_195_1539.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x9ea4, %rsi
nop
nop
add %rax, %rax
movb $0x61, (%rsi)
nop
nop
nop
add %rcx, %rcx
lea addresses_A_ht+0xdfa4, %r13
nop
nop
sub %rdi, %rdi
movb (%r13), %al
nop
nop
nop
nop
sub $... | 23.191837 | 584 | 0.650475 |
fc28bbf21ac758d9accf8137d86d3d4ceb4dccdd | 170 | asm | Assembly | src/constants.asm | anmart/ezgbc | 4d227bdfa48ee791cdd1ecb618b2ffd7143ed550 | [
"Unlicense"
] | 1 | 2021-10-14T21:30:05.000Z | 2021-10-14T21:30:05.000Z | src/constants.asm | anmart/ezgbc | 4d227bdfa48ee791cdd1ecb618b2ffd7143ed550 | [
"Unlicense"
] | 3 | 2019-09-26T15:15:33.000Z | 2019-10-29T00:59:10.000Z | src/constants.asm | anmart/ezgbc | 4d227bdfa48ee791cdd1ecb618b2ffd7143ed550 | [
"Unlicense"
] | null | null | null | include "constants/hardware.asm"
include "constants/text_constants.asm"
include "constants/misc_constants.asm"
include "constants/gfx_constants.asm"
include "macros.asm"
| 28.333333 | 38 | 0.829412 |
da0645a4d9b67570852caae8ce3519fb8fd3279d | 2,505 | asm | Assembly | Examples/testconsole.ivt.asm | ZaneDubya/YCPU | 8caec3b0ef7ac7e271c9d185ddb20666e6886da5 | [
"MIT"
] | 29 | 2015-04-01T20:03:08.000Z | 2021-09-04T14:30:57.000Z | Examples/testconsole.ivt.asm | ZaneDubya/YCPU | 8caec3b0ef7ac7e271c9d185ddb20666e6886da5 | [
"MIT"
] | 9 | 2015-11-04T00:01:25.000Z | 2020-11-30T02:23:02.000Z | Examples/testconsole.ivt.asm | ZaneDubya/YCPU | 8caec3b0ef7ac7e271c9d185ddb20666e6886da5 | [
"MIT"
] | 4 | 2017-09-05T11:06:52.000Z | 2020-10-20T07:17:46.000Z | ; === Interrupt vector table ===================================================
; Described in 2.D.6.
.dat16 ResetInt, ClockInt, DivZeroFlt, DoubleFault
.dat16 StackFault, SegFault, UnprivFault,UndefFault
.dat16 0x0000, 0x0000, 0x0000, 0x0000
.dat16 HWI, BusRefresh, DebugQuery, SWI
; === ... | 21.973684 | 80 | 0.381238 |
46b652dc3ddb5f63b51801963e14f3d8dc20514a | 478 | asm | Assembly | Aula4/clear1.asm | caiopo/INE5411 | aa9015abdddc052bb88d8bc409dc824df8a45be5 | [
"MIT"
] | 1 | 2019-05-06T12:47:30.000Z | 2019-05-06T12:47:30.000Z | Aula4/clear1.asm | caiopo/INE5411 | aa9015abdddc052bb88d8bc409dc824df8a45be5 | [
"MIT"
] | null | null | null | Aula4/clear1.asm | caiopo/INE5411 | aa9015abdddc052bb88d8bc409dc824df8a45be5 | [
"MIT"
] | null | null | null | .data
_array: .word 1,2,3,4,5,6,7,8,9,2,3
_size: .word 11
.text
.globl main
main:
jal clear1
li $v0, 10
syscall
clear1:
la $a0, _array
lw $a1, _size
# prologo {
add $t0, $zero, $zero
# }
# corpo {
Loop1:
slt $t3, $t0, $a1
beq $t3, $zero, Exit
sll $t1, $t0,... | 11.95 | 35 | 0.435146 |
391e1f225ee4383da3356965c58a6f0738312eb3 | 321 | asm | Assembly | programs/oeis/043/A043630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/043/A043630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/043/A043630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A043630: Numbers n such that base 8 representation has exactly 8 runs.
; 2130440,2130442,2130443,2130444,2130445,2130446,2130447,2130448,2130449,2130451,2130452,2130453,2130454,2130455,2130456,2130457,2130458,2130460,2130461,2130462,2130463,2130464,2130465,2130466
add $0,15
mul $0,9
div $0,8
mov $1,$0
add $1,2130424... | 35.666667 | 193 | 0.800623 |
395ec740f0303d340b7bd5bd0b96cffa121118a5 | 68,274 | asm | Assembly | src/game.asm | Pentacour/viruslqp79_msx | 52dfe17c1d7655dcff76898fe53efc5650367372 | [
"MIT"
] | 4 | 2019-01-14T11:33:21.000Z | 2019-02-01T08:55:14.000Z | src/game.asm | Pentacour/viruslqp79_msx | 52dfe17c1d7655dcff76898fe53efc5650367372 | [
"MIT"
] | null | null | null | src/game.asm | Pentacour/viruslqp79_msx | 52dfe17c1d7655dcff76898fe53efc5650367372 | [
"MIT"
] | 1 | 2022-01-09T21:31:35.000Z | 2022-01-09T21:31:35.000Z | MODULE MGAME
K_MAX_CONTINUES_FOR_GOOD_ENDING EQU 3
;===========================================
;::SHOW_INTRO
;===========================================
SHOW_INTRO
CALL LOAD_INTRO
CALL PLAYER_OFF
DI
... | 29.251928 | 165 | 0.38883 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.