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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
82e0e6396c172aae8f13327762a78a50320b690b | 389 | asm | Assembly | oeis/069/A069052.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/069/A069052.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/069/A069052.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A069052: Denominator of Sum_{i = 1..n} 1/i^5.
; Submitted by Jon Maiga
; 1,32,7776,248832,777600000,259200000,4356374400000,139403980800000,101625502003200000,101625502003200000,16366888723117363200000,16366888723117363200000,6076911214672415134617600000
mov $1,1
lpb $0
mov $2,$0
sub $0,1
add $2,1
pow $2,5
... | 21.611111 | 183 | 0.719794 |
f00ff7026b9c886f2ea10fce2fefb7d2aa7813ce | 560 | asm | Assembly | oeis/182/A182618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/182/A182618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/182/A182618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A182618: Number of new grid points that are covered by the toothpicks added at n-th-stage to the toothpick spiral of A182617.
; Submitted by Jon Maiga
; 6,4,3,3,3,3,2,3,3,2,3,2,3,2,3,2,3,2,2,3,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,2,3,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,3,2,2,2,2,3,2,2,2,3,2,2,2,2,3,2,2,2,2,3
mov $3,2
mov... | 23.333333 | 153 | 0.582143 |
78557cbaf55ee61f153d8f469472747bc3b4195c | 432 | asm | Assembly | programs/oeis/110/A110326.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/110/A110326.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/110/A110326.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A110326: Diagonal sums of triangle A110324.
; 1,-1,-3,-2,-11,-3,-23,-4,-39,-5,-59,-6,-83,-7,-111,-8,-143,-9,-179,-10,-219,-11,-263,-12,-311,-13,-363,-14,-419,-15,-479,-16,-543,-17,-611,-18,-683,-19,-759,-20,-839,-21,-923,-22,-1011,-23,-1103,-24,-1199,-25,-1299,-26,-1403,-27,-1511,-28,-1623,-29,-1739
mov $1,$0
lpb $0... | 25.411765 | 256 | 0.548611 |
78b2832756a7aa8e98ede24c83d7a0ea9110dd8d | 444 | asm | Assembly | programs/oeis/183/A183856.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/183/A183856.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/183/A183856.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A183856: n+floor(sqrt(3n-2)); complement of A143975.
; 2,4,5,7,8,10,11,12,14,15,16,17,19,20,21,22,24,25,26,27,28,30,31,32,33,34,35,37,38,39,40,41,42,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,61,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,99,100,102,103,104,... | 27.75 | 272 | 0.623874 |
4c759292a4ea9a2a24d0ba56bbbdc907aa12fc72 | 254 | asm | Assembly | mc-sema/validator/x86_64/tests/IMUL64rri8.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86_64/tests/IMUL64rri8.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/IMUL64rri8.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_SF|FLAG_ZF|FLAG_AF|FLAG_PF
;TEST_FILE_META_END
; IMUL64rri8
mov ebx, 0x20000
mov ecx, 0x34343434
;TEST_BEGIN_RECORDING
imul ebx, ecx, 0xb
;TEST_END_RECORDING
| 19.538462 | 49 | 0.759843 |
7f2341c741a8397f5d35258f10f4f8bd631fc2d6 | 6,721 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_210.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.log_21829_210.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.log_21829_210.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xea7, %rdi
nop
nop
nop
nop
sub $46918, %rax
mov $0x6162636465666768, %r14
movq %r14, %xmm3
vmovups %ymm3, (%rdi)
nop
nop
nop
inc %r11
lea addresses_WT_ht+0xfd7, %rbp
nop
cmp $64518, %r... | 33.944444 | 2,999 | 0.654218 |
cdbba3523114ec11688c20e1d83c517289e119b1 | 8,260 | asm | Assembly | src/game/dice.asm | danielg0/yatzy-gb | 510bb007f4f830750d146894f58868ab5c82b558 | [
"MIT"
] | null | null | null | src/game/dice.asm | danielg0/yatzy-gb | 510bb007f4f830750d146894f58868ab5c82b558 | [
"MIT"
] | null | null | null | src/game/dice.asm | danielg0/yatzy-gb | 510bb007f4f830750d146894f58868ab5c82b558 | [
"MIT"
] | null | null | null | INCLUDE "hardware.inc"
; MOD(X, r)
; perform a MOD X operation on the value stored in r
; @trashes a
MOD: MACRO
ld a, \2
.loop\@
sub \1
jr nc, .loop\@
add \1 ; make value in a positive
add 1 ; for dice, ensure range is 1 to X
ld \2, a
ENDM
SECTION "Dice Variables", WRAM0
DICE:: DS 5 ; store raw values... | 20.146341 | 77 | 0.680266 |
14818d7a7358dba6a01e885eb6471725ebaff308 | 520 | asm | Assembly | oeis/189/A189405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/189/A189405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/189/A189405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A189405: n+[ns/r]+[nt/r]; r=1, s=-1+sqrt(3), t=1+sqrt(3).
; Submitted by Jamie Morken(s3)
; 3,8,13,16,21,26,31,34,39,44,49,52,57,62,65,70,75,80,83,88,93,98,101,106,111,116,119,124,129,132,137,142,147,150,155,160,165,168,173,178,183,186,191,196,199,204,209,214,217,222,227,232,235,240,245,248,253,258,263,266,271,276,28... | 47.272727 | 309 | 0.684615 |
b0f140c39e375dea4274cc8d1beadd593297fd18 | 836 | asm | Assembly | oeis/142/A142440.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142440.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142440.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142440: Primes congruent to 31 mod 49.
; Submitted by Simon Strandgaard
; 31,227,521,619,1109,1697,2089,2383,2579,2677,2971,3167,3461,3559,3853,4049,4441,4637,4931,5323,5519,5813,6793,7283,7577,8263,8753,9341,9439,9733,9929,10223,10321,10909,11399,11497,11987,12281,12379,12967,13163,13457,13751,14143,14437,14633,147... | 34.833333 | 499 | 0.732057 |
0f94f77a0cac9e569bf2de4d07bfa14995ca94dc | 8,239 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_21829_1145.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_0xa0.log_21829_1145.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_0xa0.log_21829_1145.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x6c0b, %r13
clflush (%r13)
nop
nop
nop
nop
nop
xor $49913, %rdx
movb (%r13), %r10b
nop
nop
nop
nop
nop
xor %r14, %r14
lea addresses_WC_ht+0xcbcb, %r14
nop
dec %r13
mov $0x6162... | 31.326996 | 2,999 | 0.652749 |
4f1cb541dce94aa3c8730d7278ffe3721d34df76 | 356 | asm | Assembly | programs/oeis/130/A130727.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130727.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130727.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A130727: List of triples 2n+1, 2n+3, 2n+2.
; 1,3,2,3,5,4,5,7,6,7,9,8,9,11,10,11,13,12,13,15,14,15,17,16,17,19,18,19,21,20,21,23,22,23,25,24,25,27,26,27,29,28,29,31,30,31,33,32,33,35,34,35,37,36,37,39,38,39,41,40,41,43,42,43,45,44,45,47,46,47,49,48,49,51
add $0,2
mov $2,$0
mov $3,$0
lpb $2,1
trn $2,2
mov $1,$2
... | 25.428571 | 210 | 0.595506 |
349af3f4b953875dacf52fee5ed2a933a1a19e81 | 7,760 | asm | Assembly | lib/target/msx/classic/msxdos.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | lib/target/msx/classic/msxdos.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | lib/target/msx/classic/msxdos.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
defc TAR__clib_exit_stack_size = 32
defc TAR__register_sp = -1
IFNDEF CRT_ORG_CODE
defc CRT_ORG_CODE = $100 ; MSXDOS
ENDIF
; For MSXDOS 1 limit the number of open files to 3 to reduce memory usage
; This can be overridden with -pragma-define:CLIB_OPEN_MAX=NN where NN... | 23.164179 | 104 | 0.55683 |
705e2e2f9b4d12705d853df2f4fe1ea839e9aa30 | 539 | asm | Assembly | oeis/335/A335608.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/335/A335608.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/335/A335608.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A335608: Number of sets (in the Hausdorff metric geometry) at each location between two sets defined by a complete bipartite graph K(3,n) (with n at least 2) missing one edge.
; 8,104,896,6800,49208,349304,2459696,17261600,120962408,847130504,5931094496,41521204400,290659059608,2034645303704,14242612785296,9969857647... | 31.705882 | 236 | 0.7718 |
9e401103557c4a4f57eb08aa38fb48de3e6d9950 | 8,116 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_21829_1548.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_21829_1548.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_21829_1548.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 %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x17034, %r8
nop
sub $62359, %r12
mov (%r8), %rsi
nop
nop
nop
nop
add $28459, %rbp
lea addresses_A_ht+0x5188, %rsi
nop
nop
dec %r12
movb (%rsi), %bl
xor %rsi, %rsi
lea addresse... | 32.334661 | 2,999 | 0.655002 |
98a1c491e5b013e3bf90f466457052f874d13b8b | 146 | asm | Assembly | projects/project08/src/translations/gt.asm | lemmingapex/ElementsOfComputingSystems | 649c19676141a92ffec4f52b28388ad59048ee04 | [
"MIT"
] | 15 | 2015-05-03T10:35:44.000Z | 2021-07-21T08:59:03.000Z | projects/project08/src/translations/gt.asm | jigth/ElementsOfComputingSystems | 649c19676141a92ffec4f52b28388ad59048ee04 | [
"MIT"
] | null | null | null | projects/project08/src/translations/gt.asm | jigth/ElementsOfComputingSystems | 649c19676141a92ffec4f52b28388ad59048ee04 | [
"MIT"
] | 9 | 2017-02-18T02:29:20.000Z | 2021-11-29T22:49:58.000Z | // gt
@SP
AM=M-1
D=M
@SP
A=M-1
A=M
D=D-A
@TRUE%%ID%%
D;JLT
(FALSE%%ID%%)
@SP
A=M-1
M=0
@EXIT%%ID%%
0;JMP
(TRUE%%ID%%)
@SP
A=M-1
M=-1
(EXIT%%ID%%)
| 6.636364 | 13 | 0.5 |
d802989a4224f00af4952399a5766ee640c7fa07 | 1,438 | asm | Assembly | util/thg/nthu.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/thg/nthu.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/thg/nthu.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Find the next Job using a Thing v0.00 Feb 1988 J.R.Oakley QJUMP
* (It's just one Job after another)
section thing
*
include 'dev8_mac_assert'
include 'dev8_keys_err'
include 'dev8_keys_sys'
include 'dev8_keys_thg'
*
xref th_find
xref th_nxtu
... | 32.681818 | 77 | 0.486787 |
1b955a740e806931491681c55f7f1f36da3d3c5a | 9,385 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1914.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1914.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1914.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x3717, %rsi
lea addresses_UC_ht+0x14c17, %rdi
nop
nop
nop
nop
nop
and %rbp, %rbp
mov $16, %rcx
rep movsl
nop
nop
nop
nop
sub %r10, %r10
lea addresses_A_ht+0x10257, %rsi
nop
n... | 29.984026 | 2,999 | 0.651678 |
cd13ea6c29c43e22c3852b8ed88485db0a57f58a | 827 | asm | Assembly | oeis/142/A142501.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142501.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142501.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142501: Primes congruent to 41 mod 51.
; Submitted by Jon Maiga
; 41,347,449,653,857,1061,1163,1367,1571,1877,1979,2081,2591,2693,2897,2999,3203,3407,3917,4019,4733,4937,5039,5651,6263,6569,6977,7079,7283,7487,7589,7691,7793,8609,9221,9323,9629,9833,10037,10139,10343,10853,11057,11159,11261,12281,12689,12791,12893,1... | 34.458333 | 497 | 0.727932 |
fd07ffd4a758f36322042fb5e5226607794cfd36 | 2,023 | asm | Assembly | source/commands/print.asm | paulscottrobson/Basic65816 | 167c25b1bbc2680f55acdf4bff771750acfe907c | [
"MIT"
] | null | null | null | source/commands/print.asm | paulscottrobson/Basic65816 | 167c25b1bbc2680f55acdf4bff771750acfe907c | [
"MIT"
] | 4 | 2019-06-18T14:45:35.000Z | 2019-06-22T17:18:22.000Z | source/commands/print.asm | paulscottrobson/Basic65816 | 167c25b1bbc2680f55acdf4bff771750acfe907c | [
"MIT"
] | 1 | 2021-03-18T04:31:44.000Z | 2021-03-18T04:31:44.000Z | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : print.asm
; Purpose : PRINT command
; Date : 12th June 2019
; Author : paul@robsons.org.uk
;
; *****************... | 27.337838 | 93 | 0.452299 |
ebb3981b8a58fc04b36c71ff62c743ed83f20194 | 86 | asm | Assembly | gfx/pokemon/pidgeot/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/pidgeot/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/pidgeot/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 0, 12
frame 1, 32
setrepeat 2
frame 0, 06
frame 2, 06
dorepeat 3
endanim
| 10.75 | 12 | 0.674419 |
24051bc928bebc7ead04ce3fe0e83fa07168ceea | 5,517 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_1287.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_1287.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i7-7700_9_0x48.log_21829_1287.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xc6f2, %rsi
lea addresses_UC_ht+0x4c6, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
xor %r11, %r11
mov $104, %rcx
rep movsq
nop
nop
nop
nop
nop
sub %rax, %rax
lea addresses_normal_ht+0x19f26... | 40.270073 | 2,999 | 0.659054 |
24e95748f8071154a98a30ba1715c100a4c5f99e | 775 | asm | Assembly | oeis/272/A272007.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/272/A272007.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/272/A272007.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A272007: Number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 413", based on the 5-celled von Neumann neighborhood.
; Submitted by Jamie Morken(s3)
; 1,8,5,48,5,120,5,224,5,360,5,528,5,728,5,960,5,1224,5,1520,5,1848,5,2208,5,2600,5,3024,5,3480,5,3968,5,4488,... | 29.807692 | 365 | 0.682581 |
0751176026c4041c7dcaf3110d2cb6f041f43c26 | 21,955 | asm | Assembly | statetable.asm | AkiteruSDA/RockmanX3Practice | e8aec673353560bf32e8080d909e84752469c695 | [
"MIT"
] | null | null | null | statetable.asm | AkiteruSDA/RockmanX3Practice | e8aec673353560bf32e8080d909e84752469c695 | [
"MIT"
] | null | null | null | statetable.asm | AkiteruSDA/RockmanX3Practice | e8aec673353560bf32e8080d909e84752469c695 | [
"MIT"
] | null | null | null | //
// Game state data for where the player wants to go.
//
// Places an entry in the index table that has no revisit.
macro state_index_single label
db ({label} - state_table_base) / {state_entry_size}
db ({label} - state_table_base) / {state_entry_size}
endmacro
// Places an entry in the index table that... | 54.478908 | 106 | 0.590253 |
fdbcf888de774ac231cbc8bef9280737d36514c2 | 383 | asm | Assembly | hello-world.asm | In-All-Programming-Languages/helloWorld-in-all-programming-languages | 469939963e436635b9556267b9888743835a1914 | [
"Apache-2.0"
] | 1 | 2022-03-31T21:35:45.000Z | 2022-03-31T21:35:45.000Z | hello-world.asm | In-All-Programming-Languages/helloWorld-in-all-programming-languages | 469939963e436635b9556267b9888743835a1914 | [
"Apache-2.0"
] | null | null | null | hello-world.asm | In-All-Programming-Languages/helloWorld-in-all-programming-languages | 469939963e436635b9556267b9888743835a1914 | [
"Apache-2.0"
] | null | null | null | global _start
section .text
_start:
mov rax, 1 ; write(
mov rdi, 1 ; STDOUT_FILENO,
mov rsi, msg ; "Hello, world!\n",
mov rdx, msglen ; sizeof("Hello, world!\n")
syscall ; );
mov rax, 60 ; exit(
mov rdi, 0 ; EXIT_SUCCESS
syscall ; );
sect... | 21.277778 | 49 | 0.51436 |
817c58d19044684b2fb333763385c3f9d5168530 | 2,568 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_155_352.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_155_352.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_155_352.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x11416, %rsi
lea addresses_normal_ht+0xcbce, %rdi
nop
nop
cmp $36304, %r14
mov $25, %rcx
rep movsb
nop
sub $6794, %rdi
lea addresses_WT_ht+0x10616, %rbx
nop
nop
nop
inc %rsi
mov (%rbx)... | 23.345455 | 464 | 0.655763 |
dca988f43b5004f8c2439ac4d8c25ad1e78bf425 | 794 | nasm | Assembly | BootloaderCommonPkg/Library/MultibootLib/X64/MultibootJump.nasm | smnarayanan/slimbootloader | 9f146afd47e0ca204521826a583d55388850b216 | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | 1 | 2020-04-25T08:13:18.000Z | 2020-04-25T08:13:18.000Z | BootloaderCommonPkg/Library/MultibootLib/X64/MultibootJump.nasm | smnarayanan/slimbootloader | 9f146afd47e0ca204521826a583d55388850b216 | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | 2 | 2020-06-02T11:16:52.000Z | 2020-06-09T15:35:46.000Z | BootloaderCommonPkg/Library/MultibootLib/X64/MultibootJump.nasm | smnarayanan/slimbootloader | 9f146afd47e0ca204521826a583d55388850b216 | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | null | null | null | ;------------------------------------------------------------------------------
;
; Copyright (c) 2017 - 2020, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; MultibootJump.nasm
;
; Abstract:
;
; This is the code that goes from payload to a Mu... | 26.466667 | 80 | 0.390428 |
6074aa1fb845dd8ba11dce9515e22b2fc5c6253f | 1,012 | asm | Assembly | oeis/230/A230971.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/230/A230971.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/230/A230971.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A230971: Number of (n+2) X (2+2) 0..3 arrays x(i,j) with each element diagonally or antidiagonally next to at least one element with value (x(i,j)+1) mod 4, no adjacent elements equal, and upper left element zero.
; Submitted by Jon Maiga
; 16,144,1024,9216,85264,767376,6885376,61968384,557904400,5021139600,451885557... | 112.444444 | 494 | 0.829051 |
f311456ddb0493e673cab918184b685f5bc3cac3 | 766 | asm | Assembly | programs/oeis/103/A103519.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/103/A103519.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/103/A103519.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A103519: a(1) = 1, a(n) = sum of n successive numbers starting with a(n-1) + 1.
; 1,5,21,94,485,2931,20545,164396,1479609,14796145,162757661,1953092010,25390196221,355462747199,5331941208105,85311059329816,1450288008607025,26105184154926621,495998498943605989,9919969978872119990,208319369556314520021,4583026130238919... | 36.47619 | 517 | 0.802872 |
5427266bcd4909387f26e32421067c5831579ace | 2,518 | asm | Assembly | demos/win64/DEMO4/demo4.asm | gbmaster/nasmx | 299fac2950cb10df2afef149da6e075b3ff3cdde | [
"BSD-2-Clause"
] | 18 | 2015-06-22T07:26:13.000Z | 2021-09-09T19:47:44.000Z | demos/win64/DEMO4/demo4.asm | gbmaster/nasmx | 299fac2950cb10df2afef149da6e075b3ff3cdde | [
"BSD-2-Clause"
] | null | null | null | demos/win64/DEMO4/demo4.asm | gbmaster/nasmx | 299fac2950cb10df2afef149da6e075b3ff3cdde | [
"BSD-2-Clause"
] | 5 | 2015-09-22T14:47:09.000Z | 2021-11-08T18:53:11.000Z | ;// DEMO4.ASM
;//
;// Written by Rob Neff
;// Copyright (C)2005-2014 The NASMX Project
;//
%include 'nasmx.inc'
IMPORT printf
DEFAULT REL
entry demo4
[section .data]
szStringFmt: declare(NASMX_TCHAR) 13,10,NASMX_TEXT("The area of the circle is %8.4f"),13,10,0
[section .code]
NASMX_PRAGMA ... | 29.623529 | 98 | 0.67633 |
8d9421262a81db49fe848fe8022f21aea3dcd261 | 1,497 | asm | Assembly | libsrc/stdio_new/file/stream-in/stdio_incommon2.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/stdio_new/file/stream-in/stdio_incommon2.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/stdio_new/file/stream-in/stdio_incommon2.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; stdio_incommon2
; 05.2008 aralbrec
XLIB stdio_incommon2
LIB stdio_atou_any_stream, l_neg
; common code for number scan converters
;
; enter : ix = FILE *
; b = radix
; c = flags [000a*WLN]
; hl = & parameter list
; de = number *
; bc' = total nu... | 25.372881 | 68 | 0.490982 |
98429ae6ebf5535957f76d6a447506a788f7747a | 239 | asm | Assembly | programs/oeis/020/A020753.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/020/A020753.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/020/A020753.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A020753: Sizes of successive increasing gaps between squarefree numbers.
; 1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19
mov $1,$0
sub $0,3
mov $3,5
add $1,1
add $0,1
lpb $0,1
add $2,$3
sub $1,5
add $1,6
add $2,2
mov $0,$2
lpe
| 14.9375 | 74 | 0.615063 |
4f4d097bb08cbfc1303c2b5b1860d699eb936782 | 990 | asm | Assembly | 4.asm | jacobggman/assembly-exercises | 0482dacaf87204cdaa48d0c3e67e65b7c3029074 | [
"Apache-2.0"
] | null | null | null | 4.asm | jacobggman/assembly-exercises | 0482dacaf87204cdaa48d0c3e67e65b7c3029074 | [
"Apache-2.0"
] | null | null | null | 4.asm | jacobggman/assembly-exercises | 0482dacaf87204cdaa48d0c3e67e65b7c3029074 | [
"Apache-2.0"
] | null | null | null | .386
.model flat,stdcall
option casemap:none
include \masm32\include\windows.inc
include \masm32\include\user32.inc
includelib \masm32\lib\user32.lib
.data
BUFFER_LENGTH EQU 1024
szMessageBoxFormat BYTE "The result is %d", 0
szMessageBoxText BYTE 0 dup(BUFFER_LENGTH)
.code
start:
main proc
... | 18.333333 | 71 | 0.678788 |
4f9a7999606ca2b412d4364fd745503a6d97d0ba | 399 | asm | Assembly | programs/oeis/312/A312932.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/312/A312932.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/312/A312932.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A312932: Coordination sequence Gal.5.81.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,4,9,13,18,22,27,31,36,40,44,49,53,58,62,67,71,76,80,84,89,93,98,102,107,111,116,120,124,129,133,138,142,147,151,156,160,164,169,173,178,182... | 44.333333 | 176 | 0.721805 |
0d2430d3f22ccfe23cf9b145ab4d239f5994c1eb | 568 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/convert_fastcall.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/convert_fastcall.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/lm16/c/sdcc/convert_fastcall.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC _f16_f32_fastcall
PUBLIC _f32_f16_fastcall
PUBLIC _f16_f24_fastcall
PUBLIC _f24_f16_fastcall
PUBLIC _f24_f32_fastcall
PUBLIC _f32_f24_fastcall
EXTERN asm_f24_f32
EXTERN asm_f32_f24
EXTERN asm_f16_f24
EXTERN asm_f24_f16
._f16_f32_fastcall
... | 18.322581 | 36 | 0.783451 |
45b58a9eb45595053fa92b32fc646c0e6ef1081a | 429 | asm | Assembly | src/firmware-tests/Platform/Buttons/PollAfterButtonsMock.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Buttons/PollAfterButtonsMock.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Buttons/PollAfterButtonsMock.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "PollChain.inc"
#include "TestDoubles.inc"
radix decimal
udata
global calledPollAfterButtons
calledPollAfterButtons res 1
PollAfterButtonsMock code
global initialisePollAfterButtonsMock
global POLL_AFTER_BUTTONS
initialisePollAfterButtonsMock:
banksel calledPollAfterButton... | 16.5 | 38 | 0.846154 |
861b3441681b578ce0d9db84560e9299e2c4d5b8 | 806 | asm | Assembly | oeis/049/A049672.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049672.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049672.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049672: a(n) = (F(4*n) - F(n))/2, where F=A000045 (the Fibonacci sequence).
; Submitted by Jamie Morken(s1)
; 0,1,10,71,492,3380,23180,158899,1089144,7465159,51167050,350704322,2403763416,16475639933,112925716670,774004377655,5305104928368,36361730123272,249227005938340,1708227311451263,11708364174230460,80250321908... | 47.411765 | 501 | 0.78536 |
4ef39cb6cfeffd29d2a17f70fae5e67383469cdb | 3,492 | asm | Assembly | ugbc/src/hw/6847/cls.asm | Samuel-DEVULDER/ugbasic | 61971d500d2290512fbdd3d7e487806bc34f617d | [
"Apache-2.0"
] | null | null | null | ugbc/src/hw/6847/cls.asm | Samuel-DEVULDER/ugbasic | 61971d500d2290512fbdd3d7e487806bc34f617d | [
"Apache-2.0"
] | 3 | 2021-11-27T14:19:16.000Z | 2021-12-21T14:44:50.000Z | ugbc/src/hw/6847/cls.asm | Samuel-DEVULDER/ugbasic | 61971d500d2290512fbdd3d7e487806bc34f617d | [
"Apache-2.0"
] | null | null | null | ; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021 Marco Spedaletti (asimov@mclink.it)
; *
; * Licensed un... | 22.384615 | 80 | 0.500859 |
e33e698d948aaa1cd1e304cb5795063b247bca8d | 233 | asm | Assembly | programs/oeis/052/A052566.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/052/A052566.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/052/A052566.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A052566: E.g.f.: (2 + x)/(1 - x^2).
; 2,1,4,6,48,120,1440,5040,80640,362880,7257600,39916800,958003200,6227020800,174356582400,1307674368000,41845579776000,355687428096000,12804747411456000
mov $1,$0
cal $0,142
gcd $1,2
mul $1,$0
| 29.125 | 153 | 0.729614 |
66a5a95d99af1b70e57bec03a028246fe9ffc025 | 112,649 | asm | Assembly | Library/User/Gen/genField.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/User/Gen/genField.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/User/Gen/genField.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: UserInterface/Gen
FILE: genFieldClass.asm
ROUTINES:
Name Description
---- -----------
GLB GenFieldClass Class that implements a field wind... | 25.771906 | 152 | 0.64345 |
42369c4ea4e96ec6207bba8e2c78e7ec6e66556d | 592 | asm | Assembly | oeis/194/A194431.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/194/A194431.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/194/A194431.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A194431: a(n) = 8*n^2 - 6*n - 1.
; 1,19,53,103,169,251,349,463,593,739,901,1079,1273,1483,1709,1951,2209,2483,2773,3079,3401,3739,4093,4463,4849,5251,5669,6103,6553,7019,7501,7999,8513,9043,9589,10151,10729,11323,11933,12559,13201,13859,14533,15223,15929,16651,17389,18143,18913,19699,20501,21319,22153,23003,23869,247... | 59.2 | 497 | 0.761824 |
2b94212f86cc8c5527413eb8d13a1f3c540ea51c | 613 | asm | Assembly | Driver/Mailbox/Data/FileDD/filedd.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Mailbox/Data/FileDD/filedd.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Mailbox/Data/FileDD/filedd.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: Clavin
MODULE: File Data Driver
FILE: filedd.asm
AUTHOR: Chung Liu, May 31, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name... | 17.514286 | 79 | 0.443719 |
db4e57324f74bf086d4cb56cbe5fe89d24dbbb9e | 6,589 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.kode4-2.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.kode4-2.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.kode4-2.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | seg_a segment byte public
assume cs:seg_a, ds:seg_a
org 100h
V_Length equ vend-vstart
KODE4 proc far
start label near
db 0E9h,00h,00h
vstart equ $
... | 35.424731 | 72 | 0.331462 |
041cd491e1468bb1411824fb449ef431dc3ac478 | 48,485 | asm | Assembly | dist-test/cat.asm | LongLeonardoLe/xv6 | b10f1ad3bce4c3c264fc9746cd6efe1a78d606c5 | [
"MIT-0"
] | null | null | null | dist-test/cat.asm | LongLeonardoLe/xv6 | b10f1ad3bce4c3c264fc9746cd6efe1a78d606c5 | [
"MIT-0"
] | null | null | null | dist-test/cat.asm | LongLeonardoLe/xv6 | b10f1ad3bce4c3c264fc9746cd6efe1a78d606c5 | [
"MIT-0"
] | null | null | null |
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <cat>:
char buf[512];
void
cat(int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
int n;
while((n = read(fd, buf, sizeof(buf))) > 0)
6: eb 15 ... | 33.787456 | 60 | 0.420171 |
7e826de9fdaa80074f11b2b4d9edbd74aace8670 | 7,345 | asm | Assembly | Themis_FW_1p0/FreeRTOS/portable/CCS/c28x/porASM.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | Themis_FW_1p0/FreeRTOS/portable/CCS/c28x/porASM.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | Themis_FW_1p0/FreeRTOS/portable/CCS/c28x/porASM.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | ;-------------------------------------------------------------------------------------------------
; Author: Ivan Zaitsev, ivan.zaitsev@gmail.com
;
; This file follows the FreeRTOS distribution license.
;
; FreeRTOS is free software; you can redistribute it and/or modify it under
; the terms of the GNU General Public L... | 23.770227 | 98 | 0.597822 |
0d0e86cdc83794750dcdcfdcb77cdc4c11014968 | 874 | asm | Assembly | programs/oeis/224/A224790.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/224/A224790.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/224/A224790.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A224790: a(n) = 3*9^n + 8.
; 11,35,251,2195,19691,177155,1594331,14348915,129140171,1162261475,10460353211,94143178835,847288609451,7625597484995,68630377364891,617673396283955,5559060566555531,50031545098999715,450283905890997371,4052555153018976275,36472996377170786411,328256967394537077635,2954312706550833698651,2... | 62.428571 | 749 | 0.881007 |
55f48e2e1ecf157d3b9abea55f3fc6d7288b6849 | 875 | asm | Assembly | programs/oeis/168/A168570.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168570.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168570.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A168570: Exponent of 3 in 2^n - 1.
; 0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,4,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,4,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0... | 25 | 501 | 0.477714 |
2ba9d4f1340f764c51682cd0a25c9a93f1386af7 | 672 | asm | Assembly | oeis/117/A117902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/117/A117902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/117/A117902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A117902: Expansion of (1-x^2-2x^3)/(1-4x^3).
; Submitted by Jamie Morken(s2)
; 1,0,-1,2,0,-4,8,0,-16,32,0,-64,128,0,-256,512,0,-1024,2048,0,-4096,8192,0,-16384,32768,0,-65536,131072,0,-262144,524288,0,-1048576,2097152,0,-4194304,8388608,0,-16777216,33554432,0,-67108864,134217728,0,-268435456,536870912,0,-1073741824,2... | 56 | 490 | 0.74256 |
927b70b708c814207a7c200d69fa426b0a83c4f1 | 787 | asm | Assembly | oeis/071/A071679.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/071/A071679.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/071/A071679.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A071679: Least k such that the maximum number of elements among the continued fractions for k/1, k/2, k/3, k/4 ...., k/k equals n.
; Submitted by Jamie Morken(s2.)
; 1,3,5,8,13,21,34,55,89,144,233,377,610,987,1597,2584,4181,6765,10946,17711,28657,46368,75025,121393,196418,317811,514229,832040,1346269,2178309,3524578,... | 43.722222 | 491 | 0.772554 |
7391b32642ee28f87cc7022f29bfc34fa3ccec21 | 2,590 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_3_254.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_3_254.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_3_254.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 %rbp
push %rcx
lea addresses_A_ht+0x13dc1, %rcx
nop
nop
nop
sub %r12, %r12
mov (%rcx), %r10d
cmp $23091, %rbp
pop %rcx
pop %rbp
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r14
push %rbp
push %rbx
push %rc... | 17.152318 | 122 | 0.634749 |
58f4d39604c0021aeb087b9c9d1ba761de701a00 | 9,266 | asm | Assembly | coverage/IN_CTS/0489-COVERAGE-nir-opt-loop-unroll-83/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/IN_CTS/0489-COVERAGE-nir-opt-loop-unroll-83/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/IN_CTS/0489-COVERAGE-nir-opt-loop-unroll-83/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 176
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %85 %157
OpExecutionMode %4 Or... | 36.195313 | 61 | 0.499892 |
580ec50fe342c42bb3a0d81b1e101ac7436b66d4 | 36,955 | asm | Assembly | lib/arm/aesasm.asm | microsoft/SymCrypt | 0f83207858253be11f473dced88b146895004419 | [
"MIT"
] | 170 | 2019-05-07T01:45:42.000Z | 2022-03-28T19:02:38.000Z | lib/arm/aesasm.asm | microsoft/SymCrypt | 0f83207858253be11f473dced88b146895004419 | [
"MIT"
] | 15 | 2019-05-07T01:25:48.000Z | 2022-03-22T13:51:49.000Z | lib/arm/aesasm.asm | microsoft/SymCrypt | 0f83207858253be11f473dced88b146895004419 | [
"MIT"
] | 31 | 2019-05-07T07:49:21.000Z | 2022-03-27T03:15:43.000Z | ;
; AesAsm.asm Assembler code for fast AES on ARM
;
; Copyright (c) Microsoft Corporation. Licensed under the MIT license.
;
; This code is derived from the AMD64 version of the AesFast
; implementation, developed by Niels Ferguson. For questions
; about the ARM specifics, contact Aaron Giles.
;
#include ... | 39.064482 | 111 | 0.414098 |
072646d75c02951caf056439cc754ec95baa9036 | 1,225 | asm | Assembly | src/main.asm | ammarfaizi2/pure-itoa-asm | cc5d7561c3e019432ee7b3f9575f9826c8a48573 | [
"MIT"
] | 3 | 2018-11-28T09:06:49.000Z | 2021-08-03T16:16:41.000Z | src/main.asm | ammarfaizi2/pure-itoa-asm | cc5d7561c3e019432ee7b3f9575f9826c8a48573 | [
"MIT"
] | null | null | null | src/main.asm | ammarfaizi2/pure-itoa-asm | cc5d7561c3e019432ee7b3f9575f9826c8a48573 | [
"MIT"
] | null | null | null | ; @author Ammar Faizi <ammarfaizi2@gmail.com> https://www.facebook.com/ammarfaizi2
; @license MIT
; @version 0.0.1
section .data
a11 db 32
section .bss
z11 resb 3
section .text
global _start
_start:
mov rax,200
call itoa
mov rax,60
xor rdi,rdi
syscall
itoa:
mov r14,1
mov rbx,rax
mov r15,0
mov r8,48
mov [... | 11.036036 | 82 | 0.669388 |
589a3b5e4e65e25b4989e948284cd9dc48202b49 | 363 | asm | Assembly | programs/oeis/305/A305166.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/305/A305166.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/305/A305166.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A305166: a(n) = 164*2^n - 140.
; 24,188,516,1172,2484,5108,10356,20852,41844,83828,167796,335732,671604,1343348,2686836,5373812,10747764,21495668,42991476,85983092,171966324,343932788,687865716,1375731572,2751463284,5502926708,11005853556,22011707252,44023414644,88046829428,176093658996,352187318132
mov $1,2
pow $1,... | 36.3 | 269 | 0.787879 |
a78137391d32068e64331520c091e00fe32e64cc | 1,637 | asm | Assembly | Cdiff.asm | ItaiCuker/Assembly8086CrossyRoad | 414e0403edebe376f1151b965daafb9f27c48f7e | [
"MIT"
] | null | null | null | Cdiff.asm | ItaiCuker/Assembly8086CrossyRoad | 414e0403edebe376f1151b965daafb9f27c48f7e | [
"MIT"
] | null | null | null | Cdiff.asm | ItaiCuker/Assembly8086CrossyRoad | 414e0403edebe376f1151b965daafb9f27c48f7e | [
"MIT"
] | null | null | null | ;'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
;'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
proc difficulty
;כניסה: כאשר הניקוד עולה.
;יציאה: משנה את המשתנים של רמת הקושי אם הם הגיעו למס' הרצוי. בעזרת הפעולות speedDif וcardif
;calling the difficulty procedures.
call s... | 32.74 | 109 | 0.466097 |
ea7b594051bd78f5facded84d2ec3095d2aa5ea1 | 17,779 | asm | Assembly | Assignments/Assignment4.asm | WeiChienHsu/CS271 | 5f31b8a8bc40061fddaafeb8039e4b4b8f5b6c46 | [
"MIT"
] | 1 | 2019-01-06T22:35:53.000Z | 2019-01-06T22:35:53.000Z | Assignments/Assignment4.asm | WeiChienHsu/CS271 | 5f31b8a8bc40061fddaafeb8039e4b4b8f5b6c46 | [
"MIT"
] | null | null | null | Assignments/Assignment4.asm | WeiChienHsu/CS271 | 5f31b8a8bc40061fddaafeb8039e4b4b8f5b6c46 | [
"MIT"
] | null | null | null | TITLE Program Assignment4 - Random Numbers Sorting (Assignment4.asm)
; Author: Wei-Chien Hsu
; Last Modified: 07/26/18
; OSU email address: hsuweic@oregonstate.edu
; Course number/section: CS 271 Summer 2018
; Assignment Number: Programming Assignment #4 Due Date: 08/05/18
; Get a user request in the range 10 to 200... | 27.650078 | 123 | 0.575117 |
4fc7a7e7762f9bee53b770cb2030d7ccde9c6f26 | 186 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48__zero.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48__zero.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/core/mm48__zero.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC mm48__zero, mm48__zero_no
mm48__zero:
xor a
mm48__zero_no:
; set AC = 0
ld l,0
ld b,l
ld c,l
ld d,l
ld e,l
ld h,l
ret
| 8.454545 | 32 | 0.591398 |
451379b2148911a17269c5f7768ba86df979601a | 568 | asm | Assembly | oeis/218/A218471.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/218/A218471.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/218/A218471.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A218471: a(n) = n*(7*n-3)/2.
; 0,2,11,27,50,80,117,161,212,270,335,407,486,572,665,765,872,986,1107,1235,1370,1512,1661,1817,1980,2150,2327,2511,2702,2900,3105,3317,3536,3762,3995,4235,4482,4736,4997,5265,5540,5822,6111,6407,6710,7020,7337,7661,7992,8330,8675,9027,9386,9752,10125,10505,10892,11286,11687,12095,12510,1... | 71 | 497 | 0.767606 |
ea49937fdb5fd2d09a226f0e46b4e9ee002d5d74 | 415 | asm | Assembly | programs/oeis/009/A009947.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/009/A009947.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/009/A009947.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A009947: Sequence of nonnegative integers, but insert n/2 after every even number n.
; 0,0,1,2,1,3,4,2,5,6,3,7,8,4,9,10,5,11,12,6,13,14,7,15,16,8,17,18,9,19,20,10,21,22,11,23,24,12,25,26,13,27,28,14,29,30,15,31,32,16,33,34,17,35,36,18,37,38,19,39,40,20,41,42,21,43,44,22,45,46,23,47,48,24,49,50,25,51,52,26,53,54,27,55... | 46.111111 | 281 | 0.657831 |
0d97cd256d9eed5a725f1b5a965c41832ae32dac | 426 | asm | Assembly | programs/oeis/094/A094562.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/094/A094562.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/094/A094562.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A094562: Initial decimal digit of fractional part of pi*n, pi=3.1415...
; 1,2,4,5,7,8,9,1,2,4,5,6,8,9,1,2,4,5,6,8,9,1,2,3,5,6,8,9,1,2,3,5,6,8,9,0,2,3,5,6,8,9,0,2,3,5,6,7,9,0,2,3,5,6,7,9,0,2,3,4,6,7,9,0,2,3,4,6,7,9,0,1,3,4,6,7,9,0,1,3,4,6,7,8,0,1,3,4,6,7,8,0,1,3,4,5,7,8,0,1,3,4
add $0,4
lpb $0
sub $0,3
mul $0,17
... | 23.666667 | 205 | 0.532864 |
2787f04ba5ec5ba4e58aa6b161186263b4c9ab9a | 12,763 | asm | Assembly | library/02_functions_batch1/unknown_1000c8d0.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | 1 | 2021-06-05T23:41:15.000Z | 2021-06-05T23:41:15.000Z | library/02_functions_batch1/unknown_1000c8d0.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | library/02_functions_batch1/unknown_1000c8d0.asm | SamantazFox/dds140-reverse-engineering | 4c8c286ffc20f2ee07061c83b0a0a68204d90148 | [
"Unlicense"
] | null | null | null | 1000c8d0: 51 push ecx
1000c8d1: 8d 4c 24 08 lea ecx,[esp+0x8]
1000c8d5: 2b c8 sub ecx,eax
1000c8d7: 83 e1 0f and ecx,0xf
1000c8da: 03 c1 add eax,ecx
1000c8dc: 1b c9 sbb ecx,ecx
1000c8de: 0b c1 or ... | 52.522634 | 76 | 0.503095 |
2bea9ac072f9e65805bb1d1a5496c89e53c0c4d8 | 3,217 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_1_95.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_1_95.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_1_95.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x179ae, %rbx
xor %rdx, %rdx
movb $0x61, (%rbx)
nop
nop
nop
nop
sub %rcx, %rcx
lea addresses_WT_ht+0xc8e, %r13
nop
nop
nop
xor %rsi, %rsi
mov $0x6162636465666768, %r12
movq %r1... | 18.923529 | 151 | 0.649984 |
eb9199e236d9c1629528790ba6df2e667ec325fc | 13,930 | asm | Assembly | win32/VC10/Win32/libxml2_Release/xlink.asm | txwizard/libxml2_x64_and_ARM | bc19a931370a09ee379d641a7c9a862fecebff3b | [
"MIT"
] | null | null | null | win32/VC10/Win32/libxml2_Release/xlink.asm | txwizard/libxml2_x64_and_ARM | bc19a931370a09ee379d641a7c9a862fecebff3b | [
"MIT"
] | null | null | null | win32/VC10/Win32/libxml2_Release/xlink.asm | txwizard/libxml2_x64_and_ARM | bc19a931370a09ee379d641a7c9a862fecebff3b | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1
TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\xlink.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRT
INCLUDELIB OLDNAMES
_DATA SEGMENT
COMM _forbiddenExp:DWORD
COM... | 26.382576 | 126 | 0.706461 |
40ef548128ad7904f1a08dbc02cf182f340d145c | 3,986 | asm | Assembly | Sistemas_Digitales/lab01/Lab1.asm | AntiDesert5/Ingenieria-en-Computacion-UAEM | 02b5713ccd3752566d50d0d16fc7719a00d382f4 | [
"MIT"
] | 1 | 2021-08-16T19:44:08.000Z | 2021-08-16T19:44:08.000Z | Sistemas_Digitales/lab01/Lab1.asm | AntiDesert5/Ingenieria-en-Computacion-UAEM | 02b5713ccd3752566d50d0d16fc7719a00d382f4 | [
"MIT"
] | null | null | null | Sistemas_Digitales/lab01/Lab1.asm | AntiDesert5/Ingenieria-en-Computacion-UAEM | 02b5713ccd3752566d50d0d16fc7719a00d382f4 | [
"MIT"
] | null | null | null | ;**********************************************************************
; This file is a basic code template for assembly code generation *
; on the PIC16F887. This file contains the basic code *
; building blocks to build upon. *
; ... | 39.465347 | 144 | 0.387607 |
ddb35c59383678cfdc8f2302c237e88df324dcb0 | 187 | asm | Assembly | libsrc/_DEVELOPMENT/l/z80/integer/l_incu_de.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/integer/l_incu_de.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/integer/l_incu_de.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null |
SECTION code_clib
SECTION code_l
PUBLIC l_incu_de
l_incu_de:
; uses : af, de
; carry set on overflow
inc de
ld a,d
or e
ret nz
ld de,$ffff
scf
ret
| 8.904762 | 26 | 0.588235 |
8cf46402bd7516ae28e9bd07a0aee456a7c00370 | 2,140 | asm | Assembly | x86_64/functions.asm | elfsternberg/asmtutorials | a8b5a39290235bd0e5c1e13d5608e9ed4fb1f83f | [
"MIT"
] | 4 | 2021-01-17T13:16:17.000Z | 2022-01-04T08:09:53.000Z | x86_64/functions.asm | elfsternberg/asmtutorials | a8b5a39290235bd0e5c1e13d5608e9ed4fb1f83f | [
"MIT"
] | null | null | null | x86_64/functions.asm | elfsternberg/asmtutorials | a8b5a39290235bd0e5c1e13d5608e9ed4fb1f83f | [
"MIT"
] | 2 | 2020-01-16T00:43:02.000Z | 2021-01-25T08:08:44.000Z | ;; This is an includes file. It doesn't have its own compilation
;; capabilities. There is no namespacing in assembly language;
;; try not to use these names in your own code.
;; sys/unistd_32.h
%define SYS_write 1
%define SYS_exit 60
;; unistd.h
%define STDOUT 1
;; A single null-t... | 26.419753 | 86 | 0.583645 |
5d78be2df4dd8d68fc7ab67768fa2e5cb212ed76 | 489 | asm | Assembly | other/nes/wrapper.asm | CaptainDreamcast/prism | a6b0f5c3e86d7b37d14c9139862775e7768998ce | [
"MIT"
] | 7 | 2018-04-08T15:01:59.000Z | 2022-02-27T12:13:19.000Z | other/nes/wrapper.asm | CaptainDreamcast/prism | a6b0f5c3e86d7b37d14c9139862775e7768998ce | [
"MIT"
] | 1 | 2017-04-23T15:27:37.000Z | 2017-04-24T05:38:18.000Z | other/nes/wrapper.asm | CaptainDreamcast/libtari | a6b0f5c3e86d7b37d14c9139862775e7768998ce | [
"MIT"
] | 1 | 2020-04-24T04:21:00.000Z | 2020-04-24T04:21:00.000Z | .inesprg 1 ; 1x 16KB PRG code
.ineschr 1 ; 1x 8KB CHR data
.inesmap 0 ; mapper 0 = NROM, no bank swapping
.inesmir 1 ; background mirroring
.include "../addons/prism/other/nes/variables.asm"
.include "variables.asm"
.include "../addons/prism/other/nes/logic.asm"
.include "../addons/prism/... | 34.928571 | 52 | 0.672802 |
67e71405a65a5719fbe150dc05632c2d547d1d11 | 175 | asm | Assembly | libsrc/fcntl/dummy/close.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/fcntl/dummy/close.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/fcntl/dummy/close.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; Dummy function to keep rest of libs happy
;
; $Id: close.asm,v 1.5 2016/03/06 21:39:54 dom Exp $
;
SECTION code_clib
PUBLIC close
PUBLIC _close
.close
._close
ret
| 12.5 | 52 | 0.685714 |
db9a304327e36b9b5910bb046215aed434875c6f | 5,452 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_1968.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_0x84_notsx.log_21829_1968.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_0x84_notsx.log_21829_1968.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 %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x17236, %rdx
cmp %rcx, %rcx
mov $0x6162636465666768, %rsi
movq %rsi, (%rdx)
nop
nop
dec %rdx
lea addresses_WC_ht+0xff3a, %rdi
nop
inc %r9
mov $0x6162636465666768, %rsi
movq %rsi, %xmm4
... | 41.618321 | 2,999 | 0.659941 |
eddc604cf4a03a683527712ec2f4562592085422 | 651 | asm | Assembly | oeis/074/A074580.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/074/A074580.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/074/A074580.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A074580: a(n) = 7^n + 8^n + 9^n.
; Submitted by Christian Krause
; 3,24,194,1584,13058,108624,911234,7703664,65588738,561991824,4843001474,41948320944,364990300418,3188510652624,27953062038914,245823065693424,2167728096132098,19161612027339024,169737447404391554,1506365800934221104,13390379229961387778,11920090703245... | 59.181818 | 495 | 0.83871 |
409a6aed4339c39fdd2e8683ba267485a279ca96 | 393 | asm | Assembly | programs/oeis/335/A335821.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/335/A335821.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/335/A335821.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A335821: Triangular array T(n, k) = n^2 - k^2, read by rows.
; 0,1,0,4,3,0,9,8,5,0,16,15,12,7,0,25,24,21,16,9,0,36,35,32,27,20,11,0,49,48,45,40,33,24,13,0,64,63,60,55,48,39,28,15,0,81,80,77,72,65,56,45,32,17,0,100,99,96,91,84,75,64,51,36,19,0,121,120,117,112,105,96,85,72,57,40,21,0
mov $1,$0
cal $0,92283 ; Triangula... | 43.666667 | 221 | 0.620865 |
c791061fc5144db9c845e01d3c2f974c8e902060 | 460 | asm | Assembly | programs/oeis/337/A337313.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/337/A337313.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/337/A337313.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A337313: a(n) is the number of n-digit positive integers with exactly three distinct base 10 digits.
; 0,0,648,3888,16200,58320,195048,625968,1960200,6045840,18468648,56068848,169533000,511252560,1539065448,4627812528,13904670600,41756478480,125354369448,376232977008,1129038669000,3387795483600,10164745404648,3049695... | 28.75 | 239 | 0.767391 |
1f5bf1909c05a18d785d73c47ccb4889ee4431fd | 142 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/etc/pers.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/etc/pers.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/etc/pers.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: pers.asm
Type: file
Size: 13305
Last-Modified: '1991-07-01T06:10:41Z'
SHA-1: 230DF3C498F73B53EF709A4D6494995F7E96A35B
Description: null
| 20.285714 | 47 | 0.809859 |
1750f0f56cc798e6de6a58ff9805429697dcc320 | 548 | asm | Assembly | programs/oeis/067/A067080.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/067/A067080.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/067/A067080.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A067080: If n = ab...def in decimal notation then the left digitorial function Ld(n) = ab...def*ab...de*ab...d*...*ab*a.
; 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,40,42,44,46,48,50,52,54,56,58,90,93,96,99,102,105,108,111,114,117,160,164,168,172,176,180,184,188,192,196,250,255,260,265,270,275,280,285,290,295,3... | 49.818182 | 360 | 0.677007 |
af0fac5d16016057520d51020bbcf079a81dc167 | 1,242 | asm | Assembly | Driver/Printer/PrintCom/printcomToshibaGraphics.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/PrintCom/printcomToshibaGraphics.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/PrintCom/printcomToshibaGraphics.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: early Epson 24-pin print drivers
FILE: printcomToshibaGraphics.asm
AUTHOR: Dave Durran 1 March 1990
ROUTINES:
Name Description
--... | 31.846154 | 79 | 0.6562 |
f47569d46c325c129164b3dcd45d908885df9bc1 | 481 | asm | Assembly | oeis/186/A186293.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/186/A186293.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/186/A186293.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A186293: (A007519(n)-1)/2.
; Submitted by Jon Maiga
; 8,20,36,44,48,56,68,96,116,120,128,140,156,168,176,200,204,216,224,228,260,284,288,296,300,308,320,336,380,384,404,428,440,464,468,476,488,504,516,524,548,564,576,596,600,608
mov $2,36
mul $2,$0
mov $4,16
lpb $2
mov $3,$4
seq $3,10051 ; Characteristic functio... | 20.913043 | 176 | 0.634096 |
21127b8afbf600fffc24579a2f83f3c2ff4f2501 | 1,864 | asm | Assembly | Lab 2 Inputting/Lab2-2.X/main.asm | johannesunana/Microprocessor-Lab | 3fac76a70f6039b5e01669f0015670f2a553edbe | [
"MIT"
] | null | null | null | Lab 2 Inputting/Lab2-2.X/main.asm | johannesunana/Microprocessor-Lab | 3fac76a70f6039b5e01669f0015670f2a553edbe | [
"MIT"
] | null | null | null | Lab 2 Inputting/Lab2-2.X/main.asm | johannesunana/Microprocessor-Lab | 3fac76a70f6039b5e01669f0015670f2a553edbe | [
"MIT"
] | null | null | null | #include "p16f84a.inc"
; CONFIG
; __config 0x3FFA
__CONFIG _FOSC_HS & _WDTE_OFF & _PWRTE_OFF & _CP_OFF
cblock 0x0C
DELAY1
DELAY2
endc
org 0x00
start
bsf STATUS, RP0
bsf TRISA, TRISA0
clrw
movlw 0x00
andwf TRISB ... | 19.829787 | 55 | 0.470494 |
0131a811c7a6d33bb564d026a4ea15633829580d | 412 | asm | Assembly | libsrc/adt/queue/adt_QueueFront.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/adt/queue/adt_QueueFront.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/adt/queue/adt_QueueFront.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *adt_QueueFront(struct adt_Queue *q)
; 09.2005 aralbrec
SECTION code_clib
PUBLIC adt_QueueFront
PUBLIC _adt_QueueFront
; enter: HL = struct adt_Queue *
; exit : HL = peek at top item or 0 and carry reset if queue empty
.adt_QueueFront
._adt_QueueFront
inc hl
inc hl
ld a,(hl)
inc hl
ld h,(hl)
... | 13.290323 | 66 | 0.640777 |
a0961769a99bffb794cd097ad99ea92eb1058501 | 305 | asm | Assembly | oeis/040/A040002.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/040/A040002.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/040/A040002.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A040002: Continued fraction for sqrt(5).
; Submitted by Christian Krause
; 2,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4
min $0,1
add $0,1
mul $0,2
| 38.125 | 201 | 0.567213 |
8994e74c1411b9a1d1f98bd701d4ce80aef7f4a0 | 520 | asm | Assembly | programs/oeis/082/A082542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/082/A082542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/082/A082542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A082542: a(n) = prime(n) + 2 - (prime(n) mod 4).
; 2,2,6,6,10,14,18,18,22,30,30,38,42,42,46,54,58,62,66,70,74,78,82,90,98,102,102,106,110,114,126,130,138,138,150,150,158,162,166,174,178,182,190,194,198,198,210,222,226,230,234,238,242,250,258,262,270,270,278,282,282,294,306,310,314,318,330,338,346,350,354,358,366,374,... | 57.777778 | 372 | 0.667308 |
debf879120fdcf3e335e0a3ff909117efcff52e6 | 337 | asm | Assembly | libsrc/_DEVELOPMENT/target/scz180/device/csio/sccz80/csio_sd_clock.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/scz180/device/csio/sccz80/csio_sd_clock.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/scz180/device/csio/sccz80/csio_sd_clock.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
PUBLIC sd_clock
EXTERN asm_sd_clock
;Set the CSIO clock rate either to maximum or between 400kHz and 100kHz
;This will usually be CNTR_SS_DIV_160, which gives 230kHz to 115kHz
;
;input (H)L = clock divisor (typically CNTR_SS_DIV_160 or CNTR_SS_DIV_20)
;Uses AF,L
defc sd_cloc... | 22.466667 | 77 | 0.753709 |
1f1d160f22913e246450712f8991288a279cdcd7 | 69 | asm | Assembly | tests/test build script and options/opt raw/raw_to_file.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/test build script and options/opt raw/raw_to_file.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/test build script and options/opt raw/raw_to_file.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | DB "RAW only\n"
OUTPUT "raw_to_file.tap"
DB "fake TAP content\n"
| 17.25 | 26 | 0.681159 |
a61f072ec52c5e84063278427d9b171b0dc18eaf | 6,517 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1193.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_1193.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_1193.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x2821, %r15
nop
nop
nop
and %r11, %r11
mov (%r15), %r12w
nop
nop
nop
nop
dec %r8
lea addresses_A_ht+0xc51, %r13
nop
nop
nop
dec %r11
mov (%r13), %edi
nop
nop
nop
dec %... | 35.227027 | 2,999 | 0.656284 |
9a6a887db65e5414ccc186c95a0915c63fe084f7 | 599 | asm | Assembly | oeis/158/A158588.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158588.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158588.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158588: a(n) = 34*n^2 - 1.
; Submitted by Christian Krause
; 33,135,305,543,849,1223,1665,2175,2753,3399,4113,4895,5745,6663,7649,8703,9825,11015,12273,13599,14993,16455,17985,19583,21249,22983,24785,26655,28593,30599,32673,34815,37025,39303,41649,44063,46545,49095,51713,54399,57153,59975,62865,65823,68849,71943,751... | 66.555556 | 498 | 0.794658 |
8ad8eaa0c2764ff6612b0ddec66d31534c7e539c | 433 | asm | Assembly | oeis/028/A028086.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028086.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028086.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028086: Expansion of 1/((1-3x)(1-6x)(1-10x)(1-11x)).
; Submitted by Jon Maiga
; 1,30,583,9348,134689,1815498,23402251,292300176,3567408757,42782700246,506142615199,5923623309084,68724754852105,791647407688674,9065029251275827,103285339786658472,1171844560056255133
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
m... | 25.470588 | 186 | 0.702079 |
af25d89177383d3a59573a0eacacf90860cb6c0b | 800 | asm | Assembly | oeis/007/A007798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/007/A007798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/007/A007798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A007798: Expected number of random moves in Tower of Hanoi problem with n disks starting with a randomly chosen position and ending at a position with all disks on the same peg.
; Submitted by Jamie Morken(s2.)
; 0,0,2,18,116,660,3542,18438,94376,478440,2411882,12118458,60769436,304378620,1523487422,7622220078,381254... | 57.142857 | 500 | 0.84375 |
97b67329527bf549ab33bde4ac2650db2be7f7e1 | 387 | asm | Assembly | Arquitetura de Computadores/Atividade 03/Ex03.asm | antuniooh/ExercisesFEI | fea8855178e098713173aceee0f0616a69c438e4 | [
"MIT"
] | 1 | 2021-05-05T22:55:03.000Z | 2021-05-05T22:55:03.000Z | Arquitetura de Computadores/Atividade 03/Ex03.asm | antuniooh/ExercisesFEI | fea8855178e098713173aceee0f0616a69c438e4 | [
"MIT"
] | null | null | null | Arquitetura de Computadores/Atividade 03/Ex03.asm | antuniooh/ExercisesFEI | fea8855178e098713173aceee0f0616a69c438e4 | [
"MIT"
] | 1 | 2021-11-24T06:55:09.000Z | 2021-11-24T06:55:09.000Z | ;ex 03
MOV R3, #08h
MOV R4, #03h
CLR A
mov A, R4
CLR C
SUBB A, R3
;r4 - r3 = 0, logo r4 >= r3
;r4 - r3 = 1, logo r4 < r3
;r6 menor
;r5 maior
JNC ROTR4MAIOR; c ==0
ROTR3MAIOR:
CLR A
MOV A, R3
MOV R5, A
CLR A
MOV A, R4
MOV R6, A
ACALL ROT1
JC ROTR3MAIOR; c == 1
ROTR4MAIOR:
CLR A
MOV A, R4
... | 10.75 | 28 | 0.568475 |
0ccbdec806e6daaa0b2eb42d865d7aee5933058e | 185 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_aaddr2saddr_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_aaddr2saddr_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_aaddr2saddr_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *zx_aaddr2saddr_fastcall(void *attraddr)
SECTION code_arch
PUBLIC _zx_aaddr2saddr_fastcall
_zx_aaddr2saddr_fastcall:
INCLUDE "arch/zx/display/z80/asm_zx_aaddr2saddr.asm"
| 16.818182 | 55 | 0.827027 |
57b7182c443e3419210229628c66115d8466253f | 1,051 | asm | Assembly | data/pokemon/base_stats/charizard.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/charizard.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/charizard.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 78, 84, 78, 100, 109, 85
; hp atk def spd sat sdf
db FIRE, FLYING ; type
db 45 ; catch rate
db 209 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/charizard/front.dimensions"
db GROWTH_MEDIUM_... | 52.55 | 625 | 0.763083 |
09222bf73adf737c2920e2190f37767c11cc344b | 193 | asm | Assembly | platform/osal/winx64_src/mutex.asm | AarhusCrypto/PASTA | 099b615bf523f24fa08c04b03ef9e96a2996fc05 | [
"MIT"
] | null | null | null | platform/osal/winx64_src/mutex.asm | AarhusCrypto/PASTA | 099b615bf523f24fa08c04b03ef9e96a2996fc05 | [
"MIT"
] | null | null | null | platform/osal/winx64_src/mutex.asm | AarhusCrypto/PASTA | 099b615bf523f24fa08c04b03ef9e96a2996fc05 | [
"MIT"
] | null | null | null | ; Hand written assembly for Windows x64
.CODE
Mutex_lock PROC
; RCX has the argument
begin:
mov rax, 0
mov rbx, 1
lock cmpxchg [rcx],rbx
or rax,rax
jnz begin
ret
Mutex_lock ENDP
end | 12.866667 | 40 | 0.720207 |
a6aae3156dfa4e95ae5161a42eece19368d24ed5 | 1,041 | asm | Assembly | constants/serial_constants.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | constants/serial_constants.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | constants/serial_constants.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | ESTABLISH_CONNECTION_WITH_INTERNAL_CLOCK EQU $01
ESTABLISH_CONNECTION_WITH_EXTERNAL_CLOCK EQU $02
USING_EXTERNAL_CLOCK EQU $01
USING_INTERNAL_CLOCK EQU $02
CONNECTION_NOT_ESTABLISHED EQU $ff
; signals the start of an array of bytes transferred over the link cable
SERIAL_PREAMBLE_BYTE EQU $FD
; this byte ... | 37.178571 | 95 | 0.78098 |
4103f46dbfe6d92a5b08fcb02b2c25ae6e6523f0 | 311 | asm | Assembly | programs/oeis/021/A021356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021356: Decimal expansion of 1/352.
; 0,0,2,8,4,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0,9,0
add $0,1
mov $1,10
pow $1,$0
mul $1,2
div $1,704
mod $1,10
mov $0,$1
| 28.272727 | 201 | 0.540193 |
516b1855bb88899d460b92861021b172a83d44c9 | 490 | asm | Assembly | programs/oeis/336/A336288.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/336/A336288.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/336/A336288.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A336288: Numbers of squares formed by this procedure on n-th step: Step 1, draw a unit square. Step n, draw a unit square with center in every intersection of lines of the figure in step n-1.
; 1,10,43,116,245,446,735,1128,1641,2290,3091,4060,5213,6566,8135,9936,11985,14298,16891,19780,22981,26510,30383,34616,39225,4... | 44.545455 | 228 | 0.753061 |
175d59afff4342a7f0a1aaf37dd6ca20e336d973 | 1,531 | asm | Assembly | gfx/tilesets/kanto_palette_map.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 2 | 2021-07-31T07:05:06.000Z | 2021-10-16T03:32:26.000Z | gfx/tilesets/kanto_palette_map.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | null | null | null | gfx/tilesets/kanto_palette_map.asm | TastySnax12/pokecrystal16-493-plus | 9de36c8803c9bdf4b8564ed547f988b0b66f0c41 | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | tilepal 0, GRAY, BROWN, BROWN, RED, BROWN, ROOF, ROOF, ROOF
tilepal 0, ROOF, ROOF, YELLOW, YELLOW, YELLOW, GRAY, BROWN, GRAY
tilepal 0, GRAY, BROWN, ROOF, BROWN, WATER, ROOF, ROOF, ROOF
tilepal 0, ROOF, ROOF, GRAY, BROWN, BROWN, GRAY, BROWN, GRAY
tilepal 0, GRAY, GRAY, GRAY, GRAY, BROWN, ROOF, ROOF, BROWN
tilepal... | 51.033333 | 66 | 0.696277 |
abf45848774176a41adba560795a1143a43128d5 | 4,716 | asm | Assembly | kernel/arch/i386/bios32.asm | squirrelcom/tritium-os | 88f69e31de387e3b8e3d61b73de6a07b80ff91bb | [
"MIT"
] | 17 | 2020-08-26T07:59:05.000Z | 2022-01-08T21:23:25.000Z | kernel/arch/i386/bios32.asm | squirrelcom/tritium-os | 88f69e31de387e3b8e3d61b73de6a07b80ff91bb | [
"MIT"
] | 2 | 2021-02-12T04:07:44.000Z | 2021-02-17T19:00:51.000Z | kernel/arch/i386/bios32.asm | squirrelcom/tritium-os | 88f69e31de387e3b8e3d61b73de6a07b80ff91bb | [
"MIT"
] | 4 | 2021-06-25T17:13:59.000Z | 2022-02-21T16:45:56.000Z | ; BIOS32 function:
; Execute function in BIOS (see VESA32 in idt-asm.asm for VESA related bios functions)
;
; Inputs:
; al - Function
; other registers, vary
;
; Outputs:
; varies
;
; Note: you will most likely have to reload the PIT
; Macros to make it easier to access data and code copied to 0x7C00
%d... | 18 | 103 | 0.663486 |
90f1acdd3da27bcb2684a69193b7d877f944d862 | 108 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/invsqrt.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/invsqrt.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/invsqrt.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math32
PUBLIC _invsqrt
EXTERN cm32_sdcc_fsinvsqrt
defc _invsqrt = cm32_sdcc_fsinvsqrt
| 15.428571 | 36 | 0.842593 |
5aac2201c77d1af4218669da5c91a4a441b43bbe | 767 | asm | Assembly | oeis/113/A113852.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/113/A113852.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/113/A113852.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A113852: Numbers whose prime factors are raised to the seventh power.
; Submitted by Jamie Morken(m4)
; 128,2187,78125,279936,823543,10000000,19487171,62748517,105413504,170859375,410338673,893871739,1801088541,2494357888,3404825447,8031810176,17249876309,21870000000,27512614111,42618442977,52523350144,64339296875,94... | 85.222222 | 497 | 0.863103 |
1c299b1ae6bbd6f26631b68efdfc48b675c22d10 | 4,911 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_26_310.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_26_310.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_26_310.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x5b4c, %r12
nop
nop
nop
nop
nop
sub $38280, %rsi
mov $0x6162636465666768, %rax
movq %rax, (%r12)
nop
nop
nop
nop
nop
cmp %rdi, %rdi
lea addresses_WC_ht+0x48ae, %r14
nop
nop
no... | 19.183594 | 151 | 0.649766 |
0ea39760cd341625638f6b1c3a7884feeafcc6c5 | 411 | asm | Assembly | programs/oeis/008/A008586.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008586.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008586.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008586: Multiples of 4.
; 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136,140,144,148,152,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316... | 82.2 | 373 | 0.720195 |
c85a51e54cf9eea79d4d14d33750b3287c86e731 | 2,202 | asm | Assembly | data/tileset_headers.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/tileset_headers.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/tileset_headers.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Tilesets:
tileset Overworld_Block, Overworld_GFX, Overworld_Coll, $FF,$FF,$FF, $52, OUTDOOR
tileset RedsHouse1_Block, RedsHouse1_GFX, RedsHouse1_Coll, $FF,$FF,$FF, $FF, INDOOR
tileset Mart_Block, Mart_GFX, Mart_Coll, $18,$19,$1E, $FF, INDOOR
tileset Forest_Block, Forest_GFX, ... | 78.642857 | 88 | 0.639873 |
a67cda94e27215a7fa6b9c87dbed693272cf8826 | 428 | asm | Assembly | programs/oeis/179/A179298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/179/A179298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/179/A179298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A179298: a(n)=n^3-(n-1)^3-(n-2)^3-...-1.
; 1,7,18,28,25,-9,-98,-272,-567,-1025,-1694,-2628,-3887,-5537,-7650,-10304,-13583,-17577,-22382,-28100,-34839,-42713,-51842,-62352,-74375,-88049,-103518,-120932,-140447,-162225,-186434,-213248,-242847,-275417
mov $1,$0
bin $0,2
mov $4,$1
mov $1,50
mov $3,$0
sub $3,3
lpb $1
... | 19.454545 | 208 | 0.586449 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.