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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9cc7ade1748bfec6a4b505f29cd48f47bafe4e5f | 233 | asm | Assembly | programs/oeis/010/A010721.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/010/A010721.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/010/A010721.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A010721: Period 2: repeat (5,10).
; 5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10,5,10
gcd $0,2
mov $1,10
div $1,$0
| 33.285714 | 166 | 0.592275 |
dbfca6a32134d291b828fef65a40107ea04a498a | 7,345 | asm | Assembly | scripts/MtMoonB2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | scripts/MtMoonB2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | scripts/MtMoonB2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | MtMoonB2F_Script:
call EnableAutoTextBoxDrawing
ld hl, MtMoon3TrainerHeaders
ld de, MtMoonB2F_ScriptPointers
ld a, [wMtMoonB2FCurScript]
call ExecuteCurMapScriptInTable
ld [wMtMoonB2FCurScript], a
CheckEvent EVENT_BEAT_MT_MOON_EXIT_SUPER_NERD
ret z
ld hl, CoordsData_49d37
call ArePlayerCoordsInArray
jr nc, .... | 19.227749 | 110 | 0.805582 |
9f0d7536e4f22bc400a5aafe0c1646bf73f5abd4 | 453 | asm | Assembly | programs/oeis/065/A065168.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/065/A065168.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/065/A065168.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A065168: Permutation t->t-1 of Z, folded to N.
; 3,1,5,2,7,4,9,6,11,8,13,10,15,12,17,14,19,16,21,18,23,20,25,22,27,24,29,26,31,28,33,30,35,32,37,34,39,36,41,38,43,40,45,42,47,44,49,46,51,48,53,50,55,52,57,54,59,56,61,58,63,60,65,62,67,64,69,66,71,68,73,70
add $0,12
mov $2,-1
pow $2,$0
sub $2,6
mov $3,-3
lpb $0,1
d... | 19.695652 | 208 | 0.578366 |
7291b49a267d7e626fde69b5705dc4667c12e145 | 387 | asm | Assembly | oeis/344/A344622.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/344/A344622.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/344/A344622.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A344622: a(n) = n*(n+1)/2 - sigma(n) + d(n).
; 1,2,4,6,11,13,22,25,35,41,56,56,79,85,100,110,137,138,172,174,203,221,254,248,297,313,342,356,407,401,466,471,517,545,586,584,667,685,728,738,821,815,904,912,963,1013,1082,1062,1171,1188,1258,1286,1379,1373,1472,1484
add $0,1
mov $2,$0
mov $4,1
lpb $0
mov $3,$2
dif ... | 24.1875 | 218 | 0.617571 |
c64380bb3de8dd81e4e779bef939e815132abf20 | 588 | asm | Assembly | programs/oeis/084/A084215.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/084/A084215.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/084/A084215.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A084215: Expansion of g.f.: (1+x^2)/(1-2*x).
; 1,2,5,10,20,40,80,160,320,640,1280,2560,5120,10240,20480,40960,81920,163840,327680,655360,1310720,2621440,5242880,10485760,20971520,41943040,83886080,167772160,335544320,671088640,1342177280,2684354560,5368709120,10737418240,21474836480,42949672960,85899345920,1717986918... | 73.5 | 502 | 0.840136 |
b6421a929557466f7ab3dc36a1aa96aab32c43d0 | 600 | asm | Assembly | oeis/014/A014905.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/014/A014905.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/014/A014905.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A014905: a(1)=1, a(n) = 21*a(n-1) + n.
; 1,23,486,10210,214415,4502721,94557148,1985700116,41699702445,875693751355,18389568778466,386180944347798,8109799831303771,170305796457379205,3576421725604963320,75104856237704229736,1577201980991788824473,33121241600827565313951,695546073617378871592990,1460646754596495630345... | 46.153846 | 471 | 0.843333 |
9454d999a6f5d1b7bc657e1fc369ee081a98300e | 16,178 | asm | Assembly | base/ntsetup/opktools/oformat/forproc.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/ntsetup/opktools/oformat/forproc.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/ntsetup/opktools/oformat/forproc.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
; SCCSID = @(#)forproc.asm 1.2 85/07/25
.xlist
.xcref
BREAK MACRO subtitle
SUBTTL subtitle
PAGE
ENDM
include bpb.inc
INCLUDE FORCH... | 22.915014 | 80 | 0.618371 |
a258bb5d30f3342820f013981883c39ca87b8f61 | 441 | asm | Assembly | programs/oeis/118/A118831.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/118/A118831.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/118/A118831.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A118831: Numerators of the convergents of the 2-adic continued fraction of zero given by A118830.
; -1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-1,1,1,0,1,-1,-1,0,-... | 31.5 | 256 | 0.52381 |
3ba8583781254d677c84482f495d9866343c1674 | 48 | asm | Assembly | src/main/fragment/mos6502-common/pwuc1_derefidx_vbuxx=pwuc2_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/pwuc1_derefidx_vbuxx=pwuc2_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/pwuc1_derefidx_vbuxx=pwuc2_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {c2},y
sta {c1},x
lda {c2}+1,y
sta {c1}+1,x
| 9.6 | 12 | 0.541667 |
8a67a544aa230413f1d98cadd8bae0e4b2c70cda | 2,000 | asm | Assembly | src/BareMetal-Demo/src/libBareMetal.asm | Bitate/bare-metal-os | 255386c9de78b92f27260b82094371225000f3d2 | [
"MIT"
] | null | null | null | src/BareMetal-Demo/src/libBareMetal.asm | Bitate/bare-metal-os | 255386c9de78b92f27260b82094371225000f3d2 | [
"MIT"
] | null | null | null | src/BareMetal-Demo/src/libBareMetal.asm | Bitate/bare-metal-os | 255386c9de78b92f27260b82094371225000f3d2 | [
"MIT"
] | null | null | null | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2020 Return Infinity -- see LICENSE.TXT
;
; Version 1.0
; =============================================================================
b_input equ 0... | 38.461538 | 272 | 0.6745 |
c872a99bfbae4e5addb1e9d5f73696e62b85a094 | 609 | asm | Assembly | oeis/180/A180200.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/180/A180200.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/180/A180200.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A180200: a(0)=0, a(1)=1; for n > 1, a(n) = 2*m + 1 - (n mod 2 + m mod 2) mod 2, where m = a(floor(n/2)).
; Submitted by Jamie Morken(s4)
; 0,1,2,3,5,4,6,7,10,11,9,8,13,12,14,15,21,20,22,23,18,19,17,16,26,27,25,24,29,28,30,31,42,43,41,40,45,44,46,47,37,36,38,39,34,35,33,32,53,52,54,55,50,51,49,48,58,59,57,56,61,60,62,... | 27.681818 | 295 | 0.576355 |
333b0815699df3581ccc1e81d10c92c386317178 | 507 | asm | Assembly | oeis/089/A089217.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089217.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089217.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089217: n-2 is a prime of the form 4*k+3.
; Submitted by Jon Maiga
; 5,9,13,21,25,33,45,49,61,69,73,81,85,105,109,129,133,141,153,165,169,181,193,201,213,225,229,241,253,265,273,285,309,313,333,349,361,369,381,385,421,433,441,445,465,469,481,489,493,501,505,525,549,565,573
mov $2,36
mul $2,$0
mov $4,2
lpb $2
mov ... | 24.142857 | 206 | 0.642998 |
18a0f30ba29c135d777b86f2a8e6b9f15ca9a153 | 127 | asm | Assembly | libsrc/_DEVELOPMENT/compress/zx1/z80/asm_dzx1_mega.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/compress/zx1/z80/asm_dzx1_mega.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/compress/zx1/z80/asm_dzx1_mega.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
IF !__CPU_INTEL__ && !__CPU_GBZ80__
SECTION smc_compress
PUBLIC asm_dzx1_mega
asm_dzx1_mega:
INCLUDE "dzx1_mega.asm"
ENDIF
| 11.545455 | 35 | 0.811024 |
f9395bbe173c64b54edb476cd877deb2663c24f7 | 440 | asm | Assembly | programs/oeis/166/A166598.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166598.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166598.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166598: a(n) = 5*n - a(n-1), with n>1, a(1)=5.
; 5,5,10,10,15,15,20,20,25,25,30,30,35,35,40,40,45,45,50,50,55,55,60,60,65,65,70,70,75,75,80,80,85,85,90,90,95,95,100,100,105,105,110,110,115,115,120,120,125,125,130,130,135,135,140,140,145,145,150,150,155,155,160,160,165,165,170,170,175,175,180,180,185,185,190,190,195,... | 62.857143 | 361 | 0.677273 |
840efea71928b13c4f136bdaa9382610d6a26abd | 32,868 | asm | Assembly | ioq3/build/release-js-js/baseq3/cgame/cg_playerstate.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/baseq3/cgame/cg_playerstate.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/baseq3/cgame/cg_playerstate.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | export CG_CheckAmmo
code
proc CG_CheckAmmo 20 8
ADDRLP4 8
ADDRGP4 cg+36
INDIRP4
CNSTI4 236
ADDP4
INDIRI4
ASGNI4
ADDRLP4 4
CNSTI4 0
ASGNI4
ADDRLP4 0
CNSTI4 2
ASGNI4
LABELV $73
ADDRLP4 8
INDIRI4
CNSTI4 1
ADDRLP4 0
INDIRI4
LSHI4
BANDI4
CNSTI4 0
NEI4 $77
ADDRGP4 $74
JUMPV
LABELV $77
ADDRLP4 0
INDIRI4
CNSTI4 3
LTI4 $79
ADDR... | 12.492588 | 45 | 0.856365 |
e6e45cc4041e9392b64892365b405a83430867b9 | 828 | asm | Assembly | oeis/142/A142364.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142364.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142364.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142364: Primes congruent to 13 mod 47.
; Submitted by Jon Maiga
; 13,107,389,577,859,953,1423,1987,2081,2269,2551,2833,2927,3209,3491,4243,4337,5653,6029,6217,6311,6781,8191,8849,9319,9413,9601,9883,10259,10729,12421,12703,13267,13831,14207,14489,14771,15053,15241,16087,16369,16651,17027,17497,18061,18719,19001,1947... | 34.5 | 500 | 0.729469 |
3f3045f40da99f330f7dc79952481ccfac15622a | 1,231 | asm | Assembly | programs/oeis/166/A166350.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/166/A166350.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/166/A166350.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A166350: Table T(n,m) = m! read by rows.
; 1,1,2,1,2,6,1,2,6,24,1,2,6,24,120,1,2,6,24,120,720,1,2,6,24,120,720,5040,1,2,6,24,120,720,5040,40320,1,2,6,24,120,720,5040,40320,362880,1,2,6,24,120,720,5040,40320,362880,3628800,1,2,6,24,120,720,5040,40320,362880,3628800,39916800,1,2,6,24,120,720,5040,40320,362880,3628800,3... | 87.928571 | 1,089 | 0.789602 |
4b088371b680bdf679a2c45a06ec663fda9e6244 | 481 | asm | Assembly | programs/oeis/135/A135449.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/135/A135449.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/135/A135449.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A135449: Period 5: repeat 1, 9, -7, 3, 5.
; 1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1,9,-7,3,5,1
add $0,1
mov $1,16
mov $2,3
mov $3,4
lpb $0,1
sub $0,1
div... | 18.5 | 212 | 0.47817 |
0ce0ffda099df2358d44fecd96e8aa939766bee6 | 578 | asm | Assembly | programs/oeis/305/A305160.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/305/A305160.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/305/A305160.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A305160: a(n) = 123*2^n - 99.
; 24,147,393,885,1869,3837,7773,15645,31389,62877,125853,251805,503709,1007517,2015133,4030365,8060829,16121757,32243613,64487325,128974749,257949597,515899293,1031798685,2063597469,4127195037,8254390173,16508780445,33017560989,66035122077,132070244253,264140488605,528280977309,105656195... | 64.222222 | 495 | 0.849481 |
4825fee61833e2194a07f8212b7b1e880fb90fc4 | 2,827 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/powerpc32/750/rshift.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/powerpc32/750/rshift.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/powerpc32/750/rshift.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl PowerPC 750 mpn_rshift -- mpn right shift.
dnl Copyright 2002, 2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Public Licen... | 18.357143 | 79 | 0.671029 |
ac75c29641d411e5c7476d9876cd14a212699a35 | 4,131 | asm | Assembly | qxl/qxl.lptp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | qxl/qxl.lptp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | qxl/qxl.lptp.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; QXL_LPTP.ASM Parallel port server and setup
; check which LPT ports are available (for the moment 1-3 only) and set them up
qxl_lptp_setup:
ASSUME ds:DGROUP
push es
xor ax,ax
mov es,ax
ASSUME es:BASESEG
mov bx, OFFSET qxl_lptbuff
mov cx,-1
mov dx,cx
qls_loop:
inc ... | 19.125 | 91 | 0.654321 |
d068a5ff46c04ceb286daad824867b67b56f08b8 | 3,669 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1239.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1239.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1239.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %rax
push %rbx
push %rcx
push %rdx
// Faulty Load
lea addresses_WT+0x6693, %r10
nop
and $6177, %rax
mov (%r10), %ecx
lea oracles, %rdx
and $0xff, %rcx
shlq $12, %rcx
mov (%rdx,%rcx,1), %rcx
pop %rdx
pop %rcx
pop %... | 94.076923 | 2,999 | 0.663396 |
5b67e5ebcb301fa24eda5a36db0174cefaf4742e | 399 | asm | Assembly | oeis/152/A152885.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152885.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152885.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152885: Number of descents beginning and ending with an odd number in all permutations of {1,2,...,n}.
; Submitted by Jamie Morken(s2)
; 0,0,2,6,72,360,4320,30240,403200,3628800,54432000,598752000,10059033600,130767436800,2440992153600,36614882304000,753220435968000,12804747411456000,288106816757760000,5474029518397... | 30.692308 | 188 | 0.766917 |
0e0b657bd78634210e30c7d5f0c568e3bcce299c | 2,474 | asm | Assembly | cpm2/RomWBW/Source/HBIOS/ay.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | cpm2/RomWBW/Source/HBIOS/ay.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | cpm2/RomWBW/Source/HBIOS/ay.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
;======================================================================
; PSG AY-3-8910 DRIVER FOR CONSOLE BELL
; WILL ALSO WORK WITH YM2149
;======================================================================
;
AY_RSEL .EQU $9A
AY_RDAT .EQU $9B
AY_ACR .EQU $9C
AY_R0CHAP .EQU $00
AY_R1CHAP .EQU $01
A... | 24.254902 | 99 | 0.56831 |
4758463a5c1f193b6832e45b5dbe7b3a85c37730 | 177 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *w_vector_size(w_vector_t *v)
SECTION code_adt_w_vector
PUBLIC w_vector_size
defc w_vector_size = asm_w_vector_size
INCLUDE "adt/w_vector/z80/asm_w_vector_size.asm"
| 16.090909 | 48 | 0.824859 |
fcf30064f418152429885492d7b2690568dd4fb2 | 106 | asm | Assembly | libsrc/_DEVELOPMENT/font/fzx/fonts/ao/Chloe/_ff_ao_Chloe.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/fonts/ao/Chloe/_ff_ao_Chloe.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/font/fzx/fonts/ao/Chloe/_ff_ao_Chloe.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION rodata_font_fzx
PUBLIC _ff_ao_Chloe
_ff_ao_Chloe:
BINARY "font/fzx/fonts/ao/Chloe/Chloe.fzx"
| 10.6 | 42 | 0.801887 |
e4a3a09ba918c27f9421204f7b9117e4581eda58 | 386 | asm | Assembly | lab_09/ConsoleApplication1/x_u_y.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | 14 | 2019-02-25T11:09:12.000Z | 2022-03-12T23:29:11.000Z | lab_09/ConsoleApplication1/x_u_y.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | null | null | null | lab_09/ConsoleApplication1/x_u_y.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | null | null | null | .386
.model FLAT, C
PUBLIC X_U_Y
.CODE
X_U_Y:
PUSH EBP
MOV EBP, ESP
ADD EBP, 8
MOV EAX, [EBP] ; X
MOV EBX, [EBP + 4] ; Y
MOV ECX, [EBP + 8] ; L
XOR EDX, EDX
COMP:
BT [EBX], EDX
JNC E_COMP
BTS [EAX], EDX
E_COMP:
inc EDX
cmp EDX, 32
JNE RE_COMP
XOR EDX, EDX
ADD EAX, ... | 9.897436 | 24 | 0.546632 |
560db34ff6aad56e445f90b3642e13b5e03a44c2 | 906 | asm | Assembly | src/asm/win64/sltstr.asm | Pantarheon/libkoliba | 66c2bb5ad581251bbaa8d226cae07ed6d66398fa | [
"BSD-3-Clause"
] | null | null | null | src/asm/win64/sltstr.asm | Pantarheon/libkoliba | 66c2bb5ad581251bbaa8d226cae07ed6d66398fa | [
"BSD-3-Clause"
] | null | null | null | src/asm/win64/sltstr.asm | Pantarheon/libkoliba | 66c2bb5ad581251bbaa8d226cae07ed6d66398fa | [
"BSD-3-Clause"
] | null | null | null | ;; sltstr.asm
;;
;; Copyright 2021 G. Adam Stanislav
;; All rights reserved
;;
;; nasm -f win64 sltstr.asm
section .text
default rel
EXTERN KOLIBA_PrintSlttFormat, KOLIBA_ScanSlttFormat
EXTERN KOLIBA_DoublesToString, KOLIBA_StringToDoubles
GLOBAL KOLIBA_SlutToString, KOLIBA_StringToSlut
KOLIBA_SlutToString:
; On... | 16.777778 | 53 | 0.731788 |
695e424d4212e727da92f4891a8948cbc5a05231 | 6,682 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_108.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_108.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_108.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 %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1b1d5, %r13
nop
nop
add %r12, %r12
mov $0x6162636465666768, %r14
movq %r14, %xmm5
movups %xmm5, (%r13)
nop
nop
nop
nop
nop
sub %r8, %r8
lea addresses_WT_ht+0x1c1d5, %r12
cmp $6929, %r13... | 35.354497 | 2,999 | 0.653996 |
b3921910b9beb822759acd233f7a2c7ab29e2e9c | 678 | asm | Assembly | programs/oeis/000/A000999.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/000/A000999.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000999.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A000999: 5-adic valuation of binomial(2*n,n): largest k such that 5^k divides binomial(2*n, n).
; 0,0,0,1,1,0,0,0,1,1,0,0,0,2,2,1,1,1,2,2,1,1,1,2,2,0,0,0,1,1,0,0,0,1,1,0,0,0,2,2,1,1,1,2,2,1,1,1,2,2,0,0,0,1,1,0,0,0,1,1,0,0,0,3,3,2,2,2,3,3,2,2,2,3,3,1,1,1,2,2,1,1,1,2,2,1,1,1,3,3,2,2,2,3,3,2,2,2,3,3,1,1,1,2,2,1,1,1,2,2,... | 56.5 | 501 | 0.526549 |
9c4f5bfdeb04fd0e8a80c6d012e807208a18d721 | 8,887 | asm | Assembly | Examples/Fibonacci.asm | Pyxxil/Ncurses-LC3-Simulator | 34b71f6dd6f53eb60370142f184c6e1dc82a89bb | [
"MIT"
] | 3 | 2016-10-20T05:10:17.000Z | 2022-02-21T19:47:05.000Z | Examples/Fibonacci.asm | Pyxxil/Ncurses-LC3-Simulator | 34b71f6dd6f53eb60370142f184c6e1dc82a89bb | [
"MIT"
] | null | null | null | Examples/Fibonacci.asm | Pyxxil/Ncurses-LC3-Simulator | 34b71f6dd6f53eb60370142f184c6e1dc82a89bb | [
"MIT"
] | 2 | 2016-10-20T05:23:59.000Z | 2020-10-24T05:09:24.000Z | ;
; A program that iteratively calculates the first 3 to 23 fibonacci numbers,
; inclusively, based on the users input. It will keep asking for input until
; an acceptable value is input.
;
; --------------------------------------------------------------
; What each Register is used for in the two parts of the program... | 36.572016 | 98 | 0.693147 |
3ba344dedd919cde289d7263af59455e5f53996b | 5,667 | asm | Assembly | neo430/neo430-master/sw/common/crt0.asm | odrisci/LimeNET-Micro_GW | 6bc0c9334fb9d60361c58e1deb2a028064beb1d4 | [
"Apache-2.0"
] | 48 | 2017-09-26T16:57:26.000Z | 2022-01-26T08:51:26.000Z | neo430/neo430-master/sw/common/crt0.asm | luigifcruz/LimeSDR-Mini_GW | c1eed8fdbe52087b3946040b284209f32ce1d3a9 | [
"Apache-2.0"
] | 3 | 2018-09-20T13:13:36.000Z | 2020-01-23T19:12:54.000Z | neo430/neo430-master/sw/common/crt0.asm | luigifcruz/LimeSDR-Mini_GW | c1eed8fdbe52087b3946040b284209f32ce1d3a9 | [
"Apache-2.0"
] | 34 | 2017-09-26T19:23:26.000Z | 2022-02-03T10:13:41.000Z | ; #################################################################################################
; # < crt0.asm - general neo430 application start-up code > #
; # ********************************************************************************************* #
; # This file is par... | 43.930233 | 99 | 0.419622 |
1de29b6b94eb8335eb6244757d7762c55d3fe059 | 303 | asm | Assembly | CodeGenA32/TestData/malloc.a32.asm | robertmuth/Cwerg | fdf30b06c93b4620c0a45b448b6d92acb81c35f0 | [
"Apache-2.0"
] | 171 | 2020-01-30T16:58:07.000Z | 2022-03-27T22:12:17.000Z | CodeGenA32/TestData/malloc.a32.asm | robertmuth/Cwerg | fdf30b06c93b4620c0a45b448b6d92acb81c35f0 | [
"Apache-2.0"
] | 14 | 2021-05-15T02:12:09.000Z | 2022-03-16T04:16:18.000Z | CodeGenA32/TestData/malloc.a32.asm | robertmuth/Cwerg | fdf30b06c93b4620c0a45b448b6d92acb81c35f0 | [
"Apache-2.0"
] | 5 | 2021-03-01T20:52:13.000Z | 2022-03-07T06:35:03.000Z | # malloc
# ========================================
.fun main NORMAL [U32] = []
.bbl start
mov size:U32 1
.bbl loop
pusharg size
bsr malloc
poparg addr:A32
bitcast x:U32 addr
pusharg x
bsr print_x_ln
mul size size 4
blt size 0x1000000 loop
pusharg 0:U32
ret
| 16.833333 | 42 | 0.537954 |
b2f1ca1c056d3dc5e01ee95b6d89cf188e0f7a5a | 617 | asm | Assembly | oeis/060/A060073.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060073.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060073.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060073: a(n) = (n^(n-1)-1)/(n-1)^2.
; 1,2,7,39,311,3268,42799,672605,12345679,259374246,6140565047,161792257795,4696537119847,148943500129544,5124095576030431,190082780764323705,7563707819165039903,321380710796022350410,14523213296398891966759,695546073617378871592991,35191494265534895629421431,187571577433057061034... | 51.416667 | 499 | 0.852512 |
f249e4390e7928fc49193245bea577288501dd0d | 156 | asm | Assembly | 8086/2log/and.asm | iamvk1437k/mpmc | 3640b29f29b3ffa78747b13b2ca8ac77c49695eb | [
"MIT"
] | 1 | 2022-01-01T11:27:43.000Z | 2022-01-01T11:27:43.000Z | 8086/2log/and.asm | iamvk1437k/mpmc | 3640b29f29b3ffa78747b13b2ca8ac77c49695eb | [
"MIT"
] | null | null | null | 8086/2log/and.asm | iamvk1437k/mpmc | 3640b29f29b3ffa78747b13b2ca8ac77c49695eb | [
"MIT"
] | null | null | null | MOV AX, 1F21H ;move data 1F21 to the register AX
MOV BX, 1134H ;move data 1134 to the register BX
AND AX, BX ;AND operation
MOV [DI], AX;
HLT
| 26 | 51 | 0.660256 |
f24e6b53e3bcecf41a306f4e47658dc25fc2e2ad | 2,511 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_10_1744.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_10_1744.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_10_1744.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x81f3, %rsi
lea addresses_A_ht+0x1b8b3, %rdi
nop
nop
nop
nop
nop
and $52769, %rbp
mov $66, %rcx
rep movsl
cmp $39605, %r12
lea addresses_D_ht+0x20b3, %rax
nop
nop
nop
nop
and %... | 19.928571 | 148 | 0.65671 |
562fb69da9003fd452d22107e5c60562ec75d389 | 2,003 | asm | Assembly | testcode/timer1_interrupt.asm | jnidzwetzki/pic | 49c869cf3e068c6bd09f2ead65431e35e09f5a48 | [
"Apache-2.0"
] | 1 | 2020-10-19T16:23:45.000Z | 2020-10-19T16:23:45.000Z | testcode/timer1_interrupt.asm | jnidzwetzki/pic | 49c869cf3e068c6bd09f2ead65431e35e09f5a48 | [
"Apache-2.0"
] | null | null | null | testcode/timer1_interrupt.asm | jnidzwetzki/pic | 49c869cf3e068c6bd09f2ead65431e35e09f5a48 | [
"Apache-2.0"
] | null | null | null |
; PIC16F628A Configuration Bit Settings
; ASM source line config statements
#include "p16F628A.inc"
; CONFIG
; __config 0x3F70
__CONFIG _FOSC_INTOSCIO & _WDTE_OFF & _PWRTE_ON & _MCLRE_ON & _BOREN_ON & _LVP_OFF & _CPD_OFF & _CP_OFF
cblock 0x20
w_temp ;0x20
status_temp ;0x21
output_state ;... | 19.259615 | 104 | 0.597104 |
25ddfc6bdf14fda5abec403458d91971737a7ad5 | 402 | asm | Assembly | programs/oeis/003/A003984.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/003/A003984.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/003/A003984.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A003984: Table of max(x,y), where (x,y) = (0,0),(0,1),(1,0),(0,2),(1,1),(2,0),...
; 0,1,1,2,1,2,3,2,2,3,4,3,2,3,4,5,4,3,3,4,5,6,5,4,3,4,5,6,7,6,5,4,4,5,6,7,8,7,6,5,4,5,6,7,8,9,8,7,6,5,5,6,7,8,9,10,9,8,7,6,5,6,7,8,9,10,11,10,9,8,7,6,6,7,8,9,10,11,12,11,10,9,8,7,6,7,8,9,10,11,12,13,12,11,10,9,8,7,7,8
lpb $0,1
sub $0... | 28.714286 | 217 | 0.502488 |
b1b89ca9fe11386f23e88739fa838d014f579430 | 2,073 | asm | Assembly | src/include/rgbds-structs/examples/correct.asm | shuttler76/gbdev | 888f25af233def141737309650f6f9f8313acf2e | [
"MIT"
] | 7 | 2021-11-20T12:41:42.000Z | 2021-12-07T21:16:58.000Z | src/include/rgbds-structs/examples/correct.asm | shuttler76/gbdev | 888f25af233def141737309650f6f9f8313acf2e | [
"MIT"
] | 1 | 2021-11-22T05:59:40.000Z | 2021-11-22T05:59:40.000Z | src/include/rgbds-structs/examples/correct.asm | shuttler76/gbdev | 888f25af233def141737309650f6f9f8313acf2e | [
"MIT"
] | 1 | 2021-10-02T17:49:19.000Z | 2021-10-02T17:49:19.000Z |
INCLUDE "../structs.asm"
; Struct declarations (ideally in a separate file, but grouped here for simplicity)
; Note that everything is happening outside of a `SECTION`
; Defines a sprite as it is in OAM
struct Sprite
bytes 1, YPos ; Indenting is optional, but recommended
bytes 1, XPos
by... | 19.556604 | 119 | 0.610709 |
fe2331186d8628aed40a34343da4f551d52ffa71 | 3,787 | asm | Assembly | basic/error/error.asm | hotkeysoft/cpu8085 | b8a669d3d3358250e292d13e78768e80dbfad7fd | [
"MIT"
] | null | null | null | basic/error/error.asm | hotkeysoft/cpu8085 | b8a669d3d3358250e292d13e78768e80dbfad7fd | [
"MIT"
] | null | null | null | basic/error/error.asm | hotkeysoft/cpu8085 | b8a669d3d3358250e292d13e78768e80dbfad7fd | [
"MIT"
] | null | null | null | ;*********************************************************
;* MODULE: ERROR
;*
;* DESCRIPTION: ERROR HANDLING FUNCTIONS
;*
.module error
.title Error handling
.include '..\io\io.def'
.include '..\integer\integer.def'
.include '..\program\program.def'
.include '..\expreval\expreval.def'
.area _CODE
ERR_BREAK::
... | 19.030151 | 63 | 0.701347 |
644f9e88c8c4285cc81e05ec142d485a070b6417 | 43,810 | asm | Assembly | TraficTime.asm | jjbravo/semaforo-con-pic16f84a | c3303cdeb255279931f2221494a29e82147c3945 | [
"MIT"
] | 1 | 2018-08-13T10:37:06.000Z | 2018-08-13T10:37:06.000Z | TraficTime.asm | jjbravo/semaforo-con-pic16f84a | c3303cdeb255279931f2221494a29e82147c3945 | [
"MIT"
] | null | null | null | TraficTime.asm | jjbravo/semaforo-con-pic16f84a | c3303cdeb255279931f2221494a29e82147c3945 | [
"MIT"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 2.9.0 #5416 (Feb 3 2010) (UNIX)
; This file was generated Tue Jun 10 23:46:18 2014
;--------------------------------------------------------
; PIC port for the 14-bit core
;--------------------... | 28.137444 | 174 | 0.648071 |
904bedb2281ce245c9b1d463c9f38c122e1c1d47 | 1,099 | asm | Assembly | programs/oeis/245/A245426.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/245/A245426.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/245/A245426.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A245426: Number of nonnegative integers with property that their base 7/4 expansion (see A024641) has n digits.
; 7,7,14,21,42,70,126,217,378,665,1162,2037,3563,6237,10913,19096,33418,58485,102347,179109,313439,548520,959910,1679839,2939720,5144510,9002889,15755061,27571355,48249873,84437276,147765233,258589156,45253... | 17.725806 | 220 | 0.507734 |
feedf6c0f551240eca99324b91bdfa324faf15c8 | 948 | asm | Assembly | src/test/ref/static-init-code-0.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/static-init-code-0.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/static-init-code-0.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests static initialization code
// Currently placed outside any function scope and pushed into @begin block.
// To be put into an initializer function.
// Commodore 64 PRG executable file
.file [name="static-init-code-0.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segm... | 24.947368 | 78 | 0.655063 |
0ea0dbf137ed2a706b46a7e95bacd9df19b24bc9 | 548 | asm | Assembly | data/baseStats/vaporeon.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/baseStats/vaporeon.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/baseStats/vaporeon.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | db VAPOREON ; pokedex id
db 130 ; base hp
db 65 ; base attack
db 65 ; base defense
db 65 ; base speed
db 110 ; base special
db WATER ; species type 1
db WATER ; species type 2
db 45 ; catch rate
db 196 ; base exp yield
INCBIN "pic/gsmon/vaporeon.pic",0,1 ; 66, sprite dimensions
dw VaporeonPicFront
dw VaporeonPicBack
; ... | 18.896552 | 59 | 0.739051 |
33befe8ef8fc97940808c7e0ee14e42ced888ee3 | 133 | asm | Assembly | examples/demo-grammar/tinyc/src/samples/sample_1_io.asm | fossabot/FlyLab | 78b53f03c92d7360bca882aa41be2ca0862b51a3 | [
"MIT"
] | null | null | null | examples/demo-grammar/tinyc/src/samples/sample_1_io.asm | fossabot/FlyLab | 78b53f03c92d7360bca882aa41be2ca0862b51a3 | [
"MIT"
] | null | null | null | examples/demo-grammar/tinyc/src/samples/sample_1_io.asm | fossabot/FlyLab | 78b53f03c92d7360bca882aa41be2ca0862b51a3 | [
"MIT"
] | null | null | null | FUNC @main:
var n
readint "Please input an integer: "
pop n
push n
print "Your input number is: %d"
push 0
ret ~
ENDFUNC
| 8.866667 | 36 | 0.646617 |
d648e86a740aeab0ab7c12a5aff5656f39a11b87 | 799 | asm | Assembly | libsrc/stdio_new/fd/general/stdio_dupcommon2.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/stdio_new/fd/general/stdio_dupcommon2.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/stdio_new/fd/general/stdio_dupcommon2.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; stdio_dupcommon2
; 07.2009 aralbrec
XLIB stdio_dupcommon2
INCLUDE "../../stdio.def"
; common code factored out of dup functions
; centralizes key steps for making dup fds
;
; enter : l = source fd
; exit : ix = source fdstruct, carry reset
; carry set if source fd invalid
; uses : af, hl, ix
.stdio_dup... | 22.828571 | 67 | 0.583229 |
52f6e7a7448ba412553bd3a5a88ec499817070fa | 382 | asm | Assembly | programs/oeis/047/A047324.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047324.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047324.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047324: Numbers that are congruent to {0, 2, 5, 6} mod 7.
; 0,2,5,6,7,9,12,13,14,16,19,20,21,23,26,27,28,30,33,34,35,37,40,41,42,44,47,48,49,51,54,55,56,58,61,62,63,65,68,69,70,72,75,76,77,79,82,83,84,86,89,90,91,93,96,97,98,100,103,104,105,107,110,111
add $0,6
mov $1,$0
div $1,4
mul $1,2
mov $2,$0
lpb $2,1
mov $... | 22.470588 | 194 | 0.60733 |
a255698a6c416256af677670d2e4ea94842ff016 | 2,104 | asm | Assembly | testsuite/ubivm/output/test5.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/output/test5.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/output/test5.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | .constant_pool
.const 0 string [start]
.const 1 string [constructor]
.const 2 string [Hello world !!!]
.const 3 int [1]
.const 4 string [io.writeln]
.const 5 string [metodo1]
.const 6 string [Depois de metodo1/0]
.const 7 string [metodo2]
.const 8 string [Depois de metodo... | 32.369231 | 59 | 0.465304 |
489da9e9ac44974015be3a95d21b442d094330e1 | 908 | asm | Assembly | interfacing 7 segment display with proteous/source_code_in_emu8086.asm | L12161/assembly_habijabi | 4dc7e77af33997f953107a1222a47b7b8b223f93 | [
"Apache-2.0"
] | null | null | null | interfacing 7 segment display with proteous/source_code_in_emu8086.asm | L12161/assembly_habijabi | 4dc7e77af33997f953107a1222a47b7b8b223f93 | [
"Apache-2.0"
] | null | null | null | interfacing 7 segment display with proteous/source_code_in_emu8086.asm | L12161/assembly_habijabi | 4dc7e77af33997f953107a1222a47b7b8b223f93 | [
"Apache-2.0"
] | null | null | null | ; Main.asm file generated by New Project wizard
;
; Created: Fri May 28 2021
; Processor: 8086
; Compiler: MASM32
;
; Before starting simulation set Internal Memory Size
; in the 8086 model properties to 0x10000
;====================================================================
DATA SEGMENT
P_A EQU... | 21.116279 | 70 | 0.549559 |
30adb04dba93d25d5a38655d5cb0717a51094b7d | 17,375 | asm | Assembly | src/main/native/compression/isa-l-master/crc/crc32_iscsi_01.asm | swepnadoss/GKL | c65c92ed374ac6f6c4ad319b9f640bb9fa0111b6 | [
"MIT"
] | null | null | null | src/main/native/compression/isa-l-master/crc/crc32_iscsi_01.asm | swepnadoss/GKL | c65c92ed374ac6f6c4ad319b9f640bb9fa0111b6 | [
"MIT"
] | null | null | null | src/main/native/compression/isa-l-master/crc/crc32_iscsi_01.asm | swepnadoss/GKL | c65c92ed374ac6f6c4ad319b9f640bb9fa0111b6 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2015 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; * Redistributions of so... | 29.399323 | 88 | 0.581007 |
4a80f395b07424e66e09fe25c3698771e441b8f9 | 47,582 | asm | Assembly | Library/Impex/UI/uiImportCtrl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Impex/UI/uiImportCtrl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Impex/UI/uiImportCtrl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Impex/UI
FILE: uiImportCtrl.asm
AUTHOR: Don Reeves, May 26, 1992
ROUTINES:
Name Description
---- -----------
INT ImportSendDataClasses... | 26.611857 | 102 | 0.602686 |
b355c1c38231239a58df592f3f6a63e2e6c49dd2 | 864 | asm | Assembly | dino/lcs/123p/83.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/123p/83.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/123p/83.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00606E tst.b ($83,A6)
006072 bne $60e0 [123p+ 83, enemy+83]
0060D4 move.b #$1, ($83,A6)
0060DA jmp $9af4.l [123p+ 83, enemy+83]
01A63C move.b D0, ($83,A6)
01A640 move.b D0, ($80,A6)
01A8A0 move.b D0, ($83,A6)
01A8A4 move.b #$1, ($c8,A6) ... | 32 | 54 | 0.584491 |
7ba07f1ff7fd482d9773527c19506e9d19e387a3 | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_enmy8.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_enmy8.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_enmy8.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_enmy8.asm
Type: file
Size: 178916
Last-Modified: '2016-05-13T04:51:43Z'
SHA-1: 385E3714A9F222F26C1097C9416EFC552F4360C3
Description: null
| 21 | 47 | 0.816327 |
528a7e8a8a7351407f68e282b24d99a2975218cd | 628 | asm | Assembly | programs/oeis/052/A052482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/052/A052482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/052/A052482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A052482: a(n) = 2^(n-2)*binomial(n+1,2).
; 3,12,40,120,336,896,2304,5760,14080,33792,79872,186368,430080,983040,2228224,5013504,11206656,24903680,55050240,121110528,265289728,578813952,1258291200,2726297600,5888802816,12683575296,27246198784,58384711680,124822487040,266287972352,566935683072,1204738326528,25555055411... | 36.941176 | 453 | 0.786624 |
5ee973818afa8be29d13651036067a7b8a339188 | 360 | asm | Assembly | libsrc/oz/oztime/ozday.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/oz/oztime/ozday.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/oz/oztime/ozday.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
;
; clock functions
;
; unsigned ozday()
;
;
; ------
; $Id: ozday.asm,v 1.3 2016/06/27 21:25:36 dom Exp $
;
SECTION code_clib
PUBLIC ozday
PUBLIC _ozday
EXTERN Compute
ozday:
_ozday:
... | 13.333333 | 53 | 0.619444 |
4b0b66e9aed8dfd9f656072167e901bfa67c5003 | 624 | asm | Assembly | oeis/193/A193250.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/193/A193250.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/193/A193250.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A193250: Small rhombicuboctahedron with faces of centered polygons.
; 1,51,245,679,1449,2651,4381,6735,9809,13699,18501,24311,31225,39339,48749,59551,71841,85715,101269,118599,137801,158971,182205,207599,235249,265251,297701,332695,370329,410699,453901,500031,549185,601459,656949,715751,777961,843675,912989,985999,10... | 62.4 | 495 | 0.81891 |
5c981e8bd5222ae102b8cf686259b2f6c323b48b | 2,841 | nasm | Assembly | A4/xmm_xor_decoder.nasm | mshaneck/SLAE32 | 4806e478292c1891c9789ce64efd6595092bd599 | [
"MIT"
] | null | null | null | A4/xmm_xor_decoder.nasm | mshaneck/SLAE32 | 4806e478292c1891c9789ce64efd6595092bd599 | [
"MIT"
] | null | null | null | A4/xmm_xor_decoder.nasm | mshaneck/SLAE32 | 4806e478292c1891c9789ce64efd6595092bd599 | [
"MIT"
] | null | null | null | ; Title: XMM decoder shellcode
; Filename: xmm_xor_decoder.nasm
; Author: Mark Shaneck
; Website: http://markshaneck.com
;
; A more detailed description of this code can be found at
; http://markshaneck.com/SLAE32/slae32-assignment4
;
; Purpose: Decode shellcode that has been encoded through
; an xor with a 128 bit ... | 35.962025 | 337 | 0.718761 |
08d7864352a84e729d387993cc9e900780e1ef43 | 5,807 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1303.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1303.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1303.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 %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x19c98, %rcx
nop
nop
xor %r12, %r12
mov $0x6162636465666768, %r10
movq %r10, %xmm6
movups %xmm6, (%rcx)
nop
nop
nop
sub %r13, %r13
lea addresses_A_ht+0x17fb8, %rsi
nop
nop... | 37.464516 | 2,999 | 0.660065 |
21dba69284da49e441528315f8018cecd167aed7 | 132 | asm | Assembly | lab3/assignment_3.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | lab3/assignment_3.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | lab3/assignment_3.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | # ORG 9024
# DB A2
# ORG 9025
# DB 79
# ORG 8000
LXI H,9024
MOV A,M
MVI L,25
ORA M
MVI L,26
MOV M,A
HLT
| 10.153846 | 14 | 0.5 |
76db557416393e8d96c37a705b15333dd118b0e9 | 546 | asm | Assembly | programs/oeis/288/A288934.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/288/A288934.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/288/A288934.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A288934: Positions of 1 in A288932; complement of A288933.
; 1,3,5,6,8,10,11,12,14,16,17,19,21,22,23,24,26,28,29,31,33,34,35,37,39,40,42,44,45,46,47,48,50,52,53,55,57,58,59,61,63,64,66,68,69,70,71,73,75,76,78,80,81,82,84,86,87,89,91,92,93,94,95,96,98,100,101,103,105,106,107,109,111,112,114,116,117,118,119,121,123,124... | 60.666667 | 331 | 0.659341 |
b3d8001c9c6514d9e7255ca35f37d23ff27e152f | 1,348 | asm | Assembly | libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/__b_heap_sift_up.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/__b_heap_sift_up.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/z80/__b_heap_sift_up.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION code_clib
SECTION code_adt_ba_priority_queue
PUBLIC __b_heap_sift_up
EXTERN l_compare_de_hl, error_znc
__b_heap_sift_up:
; assumes 1-based array
;
; enter : de = start_index in bytes
; hl = & array[start_index]
; bc = array
; ix = compare
;
; exit ; hl = 0
... | 22.466667 | 93 | 0.513353 |
35c2ed2f38032dd1dacd1ed647ade1482af24bed | 11,501 | asm | Assembly | blst/build/win64/add_mod_256-x86_64.asm | vmx/lotus-blst | 5bf74234e6733f6fcfaad40be6846c6a0555d8f4 | [
"Apache-2.0"
] | 9 | 2020-10-15T15:48:55.000Z | 2022-02-12T08:58:10.000Z | blst/build/win64/add_mod_256-x86_64.asm | vmx/lotus-blst | 5bf74234e6733f6fcfaad40be6846c6a0555d8f4 | [
"Apache-2.0"
] | 5 | 2020-09-02T22:06:13.000Z | 2020-09-03T18:44:05.000Z | blst/build/win64/add_mod_256-x86_64.asm | vmx/lotus-blst | 5bf74234e6733f6fcfaad40be6846c6a0555d8f4 | [
"Apache-2.0"
] | 14 | 2020-09-03T19:36:10.000Z | 2022-03-25T08:48:40.000Z | OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
PUBLIC add_mod_256
ALIGN 32
add_mod_256 PROC PUBLIC
DB 243,15,30,250
mov QWORD PTR[8+rsp],rdi ;WIN64 prologue
mov QWORD PTR[16+rsp],rsi
mov r11,rsp
$L$SEH_begin_add_mod_256::
mov rdi,rcx
mov rsi,rdx
mov rdx,r8
mov rcx,r9
push rbp
push rbx
sub rsp,8
$L$... | 17.399395 | 50 | 0.753761 |
629297ef3fcc1090811f2de048015ecccd267a2f | 563 | asm | Assembly | boot/print/print_string.asm | hahaha235/simple-os-by-fayssalchokri- | b78734af909d1be5ee6bef5f1332cf7d4bec6ad0 | [
"MIT"
] | 109 | 2016-05-07T14:26:15.000Z | 2022-03-30T16:29:04.000Z | boot/print/print_string.asm | hahaha235/simple-os-by-fayssalchokri- | b78734af909d1be5ee6bef5f1332cf7d4bec6ad0 | [
"MIT"
] | 4 | 2019-02-16T20:19:29.000Z | 2021-08-28T08:17:43.000Z | boot/print/print_string.asm | hahaha235/simple-os-by-fayssalchokri- | b78734af909d1be5ee6bef5f1332cf7d4bec6ad0 | [
"MIT"
] | 20 | 2016-05-17T08:25:26.000Z | 2021-12-07T21:29:22.000Z | ;; Sub-routine for string printing
;; Accepts pointer where string is stored in bx register
[bits 16]
print_string:
;; store all register values
pusha
print_string_loop:
;; get first char from address at bx
;; if char is equal to null-terminating symbol
;; jump to return
mov al, [bx]
cmp al, 0
je print_strin... | 17.59375 | 56 | 0.724689 |
7b78ebe3eb2017c32cd2cc41a1e71eb687f8bba1 | 462 | asm | Assembly | oeis/316/A316831.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/316/A316831.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/316/A316831.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A316831: Trajectory of 0 under repeated application of the morphism 0 -> 01, 1 -> 21, 2 -> 13, 3 -> 33.
; Submitted by Christian Krause
; 0,1,2,1,1,3,2,1,2,1,3,3,1,3,2,1,1,3,2,1,3,3,3,3,2,1,3,3,1,3,2,1,2,1,3,3,1,3,2,1,3,3,3,3,3,3,3,3,1,3,2,1,3,3,3,3,2,1,3,3,1,3,2,1,1,3,2,1,3,3,3,3,2,1,3,3,1,3,2,1,3,3,3,3,3,3,3,3,3,3,... | 27.176471 | 201 | 0.538961 |
e0892b3c6884287437a811c9cac6342eab37ae40 | 219 | asm | Assembly | oeis/000/A000215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000215: Fermat numbers: a(n) = 2^(2^n) + 1.
; Submitted by Simon Strandgaard
; 3,5,17,257,65537,4294967297,18446744073709551617,340282366920938463463374607431768211457
mov $1,2
pow $1,$0
mov $0,2
pow $0,$1
add $0,1
| 21.9 | 90 | 0.726027 |
c9038748efc5cd92c1d3543de1d996ff46b6433f | 2,646 | asm | Assembly | asm/tests/manual/mul_pt2.asm | ZopharsDomain/PCX86-JAVASCRIPT-jemul8 | 0c4828db606f9163e833258b77db8ebf3da09388 | [
"MIT"
] | 67 | 2015-01-04T14:55:27.000Z | 2022-01-05T05:41:55.000Z | asm/tests/manual/mul_pt2.asm | ZopharsDomain/PCX86-JAVASCRIPT-jemul8 | 0c4828db606f9163e833258b77db8ebf3da09388 | [
"MIT"
] | 3 | 2015-09-26T19:37:17.000Z | 2021-11-23T00:37:30.000Z | asm/tests/manual/mul_pt2.asm | ZopharsDomain/PCX86-JAVASCRIPT-jemul8 | 0c4828db606f9163e833258b77db8ebf3da09388 | [
"MIT"
] | 14 | 2015-01-17T11:32:49.000Z | 2021-12-26T12:47:22.000Z | ;
; jemul8 - JavaScript x86 Emulator
; Copyright (c) 2012 http://ovms.co. All Rights Reserved.
;
; MODULE: Flags test suite (boot sector)
;
org 0
jmp 0x07C0:start
start:
cli
; Update DS & ES to be 7C0 instead of 0
push CS
pop DS
push CS
pop ES
; Create stack
mov ax, 0x0000
mov ss, ax
mov sp, 0x... | 16.746835 | 86 | 0.598639 |
052c62a995f1969318c5b7bb9556f505dd66c7f7 | 756 | asm | Assembly | oeis/153/A153337.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/153/A153337.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/153/A153337.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A153337: Number of zig-zag paths from top to bottom of a 2n-1 by 2n-1 square whose color is that of the top right corner
; Submitted by Christian Krause
; 1,4,24,136,720,3624,17584,83024,383904,1746280,7839216,34812144,153204064,669108496,2903267040,12526343584,53779871552,229895033832,978965187184,4154438114480,1757... | 47.25 | 495 | 0.834656 |
af93d28ee81cb2b2f3a964d4b1c8de0e80e7e733 | 691 | asm | Assembly | oeis/167/A167471.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/167/A167471.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/167/A167471.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A167471: Janet periodic table of the elements and structured hexagonal diamond numbers. a(n) = A166911(2n) + A166911(2n+1).
; 16,128,464,1152,2320,4096,6608,9984,14352,19840,26576,34688,44304,55552,68560,83456,100368,119424,140752,164480,190736,219648,251344,285952,323600,364416,408528,456064,507152,561920,620496,683... | 62.818182 | 497 | 0.806078 |
31802161ce7fd87187c99e334c20b5a76fe470a3 | 494 | asm | Assembly | programs/oeis/047/A047548.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047548.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047548.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047548: Numbers that are congruent to {1, 2, 3, 4, 7} mod 8.
; 1,2,3,4,7,9,10,11,12,15,17,18,19,20,23,25,26,27,28,31,33,34,35,36,39,41,42,43,44,47,49,50,51,52,55,57,58,59,60,63,65,66,67,68,71,73,74,75,76,79,81,82,83,84,87,89,90,91,92,95,97,98,99,100,103,105,106,107,108,111,113,114,115,116,119,121,122,123,124,127,129... | 35.285714 | 332 | 0.645749 |
b6dcbd1ec5fa1c69fb8d9bf1ea876618028c0f03 | 7,828 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_856.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_856.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_856.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xbb8a, %rsi
nop
nop
nop
nop
xor %r15, %r15
mov (%rsi), %rbp
nop
nop
nop
nop
xor $39715, %r10
lea addresses_A_ht+0xa2a, %r11
clflush (%r11)
nop
nop
nop
cmp $46101, %rax
movw $... | 31.187251 | 2,999 | 0.65649 |
c83c38870b5dd9eb206464a7e74fdb226887f418 | 12,418 | asm | Assembly | lib/ffmpeg/jni/ffmpeg/libavcodec/x86/hpeldsp.asm | adachigit/BlueFrog-Cocos2dx | fcf44c0e427aebc6a353a2fa1b89df588c2bbb79 | [
"MIT"
] | null | null | null | lib/ffmpeg/jni/ffmpeg/libavcodec/x86/hpeldsp.asm | adachigit/BlueFrog-Cocos2dx | fcf44c0e427aebc6a353a2fa1b89df588c2bbb79 | [
"MIT"
] | null | null | null | lib/ffmpeg/jni/ffmpeg/libavcodec/x86/hpeldsp.asm | adachigit/BlueFrog-Cocos2dx | fcf44c0e427aebc6a353a2fa1b89df588c2bbb79 | [
"MIT"
] | null | null | null | ;******************************************************************************
;*
;* Copyright (c) 2000-2001 Fabrice Bellard <fabrice@bellard.org>
;* Copyright (c) Nick Kurshev <nickols_k@mail.ru>
;* Copyright (c) 2002 Michael Niedermayer <michaelni@gmx.at>
;* Copyright (c) 2002 Zdenek Kabelac <kabi@informatics.m... | 24.687873 | 96 | 0.492994 |
5b7ffe5edc2bacd28d769fc53c5e638cf6441b18 | 7,671 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1725.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1725.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1725.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 %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x34e1, %rsi
lea addresses_WT_ht+0xf21, %rdi
nop
nop
nop
and %rbp, %rbp
mov $55, %rcx
rep movsl
nop
xor $34287, %r10
lea addresses_normal_ht+0x1d275, %rdx
nop
nop
nop
nop
xor $1... | 33.942478 | 2,999 | 0.655325 |
3a90a9d1826987bcf0648ee6de39ef8116c95bdf | 12,919 | asm | Assembly | MSX/rddev_full.asm | Konamiman/NestorDevice | 5b8f745ee13cf1348426d0174706c9638ec7878f | [
"MIT"
] | 1 | 2021-07-22T20:59:03.000Z | 2021-07-22T20:59:03.000Z | MSX/rddev_full.asm | Konamiman/NestorDevice | 5b8f745ee13cf1348426d0174706c9638ec7878f | [
"MIT"
] | null | null | null | MSX/rddev_full.asm | Konamiman/NestorDevice | 5b8f745ee13cf1348426d0174706c9638ec7878f | [
"MIT"
] | null | null | null | ; USB device implementation for MSX with Rookie Drive
; By Konamiman, 7/2021
;
; This is an attempt to implement a full device
; in CH372 "external firmware" mode. It doesn't really work,
; for some reason Windows throws timeout errors
; when trying to configure the device.
; It looks like a limitation of the CH376.
;
... | 14.212321 | 73 | 0.709652 |
a06368be89fa7dba18c46f571ad4c0cfe4f6ad2d | 1,829 | asm | Assembly | programs/oeis/027/A027788.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/027/A027788.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/027/A027788.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A027788: a(n) = 15*(n+1)*C(n+2,15)/2.
; 105,1800,16320,104040,523260,2209320,8139600,26860680,80901810,225544440,588376800,1448655000,3389852700,7582037400,16287339600,33738060600,67621543875,131530532400,248917996800,459351961200,828225505800,1461574422000,2528333935200,4293282020400,7165139588100,11765913428880,190... | 166.272727 | 1,718 | 0.915254 |
479d2b77745b97dc32b14a872acde20dbd23f5b8 | 1,048 | asm | Assembly | archive/d/debug/helloworld.asm | asharma13524/sample-programs | 1e15059b92144991a2983112c0d8fe14111fd0a8 | [
"MIT"
] | 422 | 2018-08-14T11:57:47.000Z | 2022-03-07T23:54:34.000Z | archive/d/debug/helloworld.asm | asharma13524/sample-programs | 1e15059b92144991a2983112c0d8fe14111fd0a8 | [
"MIT"
] | 1,498 | 2018-08-10T19:18:52.000Z | 2021-12-14T03:02:00.000Z | archive/d/debug/helloworld.asm | asharma13524/sample-programs | 1e15059b92144991a2983112c0d8fe14111fd0a8 | [
"MIT"
] | 713 | 2018-08-12T21:37:49.000Z | 2022-03-02T22:57:21.000Z | ; ------------------------------------------------------------------
; helloworld.asm
;
; This is a Win64 console program that writes "Hello World"
; on a single line and then exits.
;
; To assemble to .obj: nasm -f Win64 helloworld.asm
; To compile to .exe: gcc helloworld.obj -o helloworld.exe
; ---------------------... | 41.92 | 72 | 0.461832 |
2f574ade8cd956a035c87168d8a4dc8ea59cc231 | 248 | asm | Assembly | libsrc/math/zxmath/ftoe.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/math/zxmath/ftoe.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/math/zxmath/ftoe.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
;
; ZX Maths Routines
;
; 12/12/02 - Stefano Bodrato
;
; $Id: ftoe.asm,v 1.3 2016/06/22 19:59:18 dom Exp $
;
;
; Just a dirty placeholder.. :oP
SECTION code_fp
PUBLIC ftoe
EXTERN ftoa
.ftoe
jp ftoa
| 13.052632 | 57 | 0.540323 |
57213a3b13beba9d6b1a863c2e410f68813d8ba9 | 37,704 | asm | Assembly | Main.asm | DevEd2/ScootTheBurbs | b276b511b1ba66eb1a67062fb4ed6ba887d392cd | [
"MIT"
] | 5 | 2018-03-19T20:39:13.000Z | 2019-06-18T21:11:57.000Z | Main.asm | DevEd2/ScootTheBurbs | b276b511b1ba66eb1a67062fb4ed6ba887d392cd | [
"MIT"
] | null | null | null | Main.asm | DevEd2/ScootTheBurbs | b276b511b1ba66eb1a67062fb4ed6ba887d392cd | [
"MIT"
] | null | null | null | ; ================================================================
; Scoot the Burbs
; ================================================================
; Debug flag
; If set to 1, enable debugging features.
DebugFlag set 1
; ================================================================
; Project includes
; ======... | 17.463641 | 141 | 0.618475 |
769331641eaaeadef967778bf552224bfb26a931 | 5,395 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_1233.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.log_21829_1233.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.log_21829_1233.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 %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xefcf, %rsi
lea addresses_UC_ht+0xd63f, %rdi
xor %r14, %r14
mov $89, %rcx
rep movsw
nop
nop
nop
inc %r12
lea addresses_D_ht+0x368f, %rsi
lea addresses_D_ht+0xdc2f, %rdi
nop
nop
nop
add... | 41.183206 | 2,999 | 0.657646 |
bf618653b1c4319ff5dac3fabfd16cc389a8ce22 | 4,848 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_114.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_114.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_114.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %rax
push %rbp
push %rbx
push %rdi
push %rdx
lea addresses_normal_ht+0x1aab, %rax
nop
nop
nop
nop
cmp $44847, %r8
mov (%rax), %rdi
cmp %rbx, %rbx
lea addresses_WT_ht+0x1089f, %r11
nop
add %rdx, %rdx
mov (%r11), %ebp
nop
and %rbp, %rbp
lea addresses_no... | 50.5 | 2,999 | 0.659447 |
8e5d7b8fcfdaaaeec2395cf0602138a85e00a943 | 14,022 | asm | Assembly | src/spread/wdef/main.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/wdef/main.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/wdef/main.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * Spreadsheet 29/11-91
* - main window layout
*
include win1_mac_menu_long
include win1_keys_colour
include win1_keys_wman
include win1_keys_wwork
include win1_keys_wstatus
include win1_keys_wdef_long
include win1_spread_keys
xref.s met.flag
white equ 7
red equ 2
green equ 4
black equ... | 19.945946 | 72 | 0.618457 |
7fb65a6aeb98575a45b00da4cdc7d253be7d4269 | 338 | asm | Assembly | programs/oeis/204/A204694.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/204/A204694.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/204/A204694.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A204694: a(n) = n^n (mod 8).
; 1,1,4,3,0,5,0,7,0,1,0,3,0,5,0,7,0,1,0,3,0,5,0,7,0,1,0,3,0,5,0,7,0,1,0,3,0,5,0,7,0,1,0,3,0,5,0,7,0,1,0,3,0,5,0,7,0,1,0,3,0,5,0,7,0,1,0,3,0,5,0,7,0,1,0,3,0,5,0,7,0,1,0,3,0,5,0
mov $1,1
mov $2,$0
lpb $0
sub $0,1
mul $1,$2
mod $1,8
lpe
add $1,5
mov $2,$0
sub $2,1
mov $3,$2
pow $3,2
s... | 18.777778 | 175 | 0.5 |
a3478b3bf824891d43cf8fb703a33147523a78c1 | 806 | asm | Assembly | src/test/ref/assignment-chained.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/assignment-chained.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/assignment-chained.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests that chained assignments work as intended
// Commodore 64 PRG executable file
.file [name="assignment-chained.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Ba... | 23.705882 | 69 | 0.593052 |
45f2dc8e15a61319e90a0de5bb3b61f999df98da | 540 | asm | Assembly | oeis/016/A016798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016798: (3n+2)^10.
; 1024,9765625,1073741824,25937424601,289254654976,2015993900449,10240000000000,41426511213649,141167095653376,420707233300201,1125899906842624,2758547353515625,6278211847988224,13422659310152401,27197360938418176,52599132235830049,97656250000000000,174887470365513049,303305489096114176,5111167533... | 77.142857 | 488 | 0.9 |
3690d63ddeb4c7f7f33900578e7c9c88fce584c8 | 5,295 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_21829_1067.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_21829_1067.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i3-7100_9_0xca_notsx.log_21829_1067.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x11599, %rsi
lea addresses_UC_ht+0x1baf9, %rdi
nop
nop
cmp $64117, %r12
mov $91, %rcx
rep movsw
nop
nop
nop
nop
dec %rsi
lea addresses_normal_ht+0x149f9, %r9
nop
nop
nop
nop
nop
xor $21211, %rsi
m... | 39.222222 | 2,999 | 0.661001 |
6718b5bf09d06d076aac9646e07792941e3df3a9 | 651 | asm | Assembly | oeis/037/A037604.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037604.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037604.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037604: Base-4 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,3.
; 1,6,27,109,438,1755,7021,28086,112347,449389,1797558,7190235,28760941,115043766,460175067,1840700269,7362801078,29451204315,117804817261,471219269046,1884877076187,7539508304749,30158033218998,120632132875995... | 72.333333 | 491 | 0.861751 |
933a7ea5fd65c50fe779c500643bd61d5092d467 | 166 | asm | Assembly | libsrc/target/laser500/graphics/pointxy_MODE2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/target/laser500/graphics/pointxy_MODE2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/target/laser500/graphics/pointxy_MODE2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null |
SECTION code_clib
PUBLIC pointxy_MODE2
.pointxy_MODE2
defc NEEDpoint = 1
INCLUDE "target/laser500/graphics/w_pixel_MODE2.asm"
| 16.6 | 60 | 0.644578 |
73ed52ab0fd51afcb5b73bc40d6d065ae352d00a | 306 | asm | Assembly | libsrc/_DEVELOPMENT/l/sdcc/__mulint.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/sdcc/__mulint.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/sdcc/__mulint.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_l_sdcc
PUBLIC __mulint
EXTERN l_mulu_16_16x16
__mulint:
; 16-bit multiplication, LSW 16-bit result
;
; enter : stack = multiplicand, multiplicand, ret
;
; exit : hl = product
pop af
pop hl
pop de
push de
push hl
push af
jp l_mulu_16_16x16
| 12.24 | 52 | 0.633987 |
caeb69d409af30a8cde5320f90cc93b3d6ab0354 | 6,710 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1154.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_1154.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_1154.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1d6b1, %rcx
nop
nop
nop
sub %rbp, %rbp
vmovups (%rcx), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $1, %xmm4, %r14
nop
nop
nop
nop
nop
add %rbx, %rbx
lea addresses_A_ht+0x96b1... | 38.342857 | 2,999 | 0.657079 |
c5356162604fce7b3db282a57c19273bd8ded1c2 | 421 | asm | Assembly | tests/issue115/3.asm | Emmett81/customasm | cd58621d56b56820cb6d473706f402a4ff607337 | [
"Apache-2.0"
] | null | null | null | tests/issue115/3.asm | Emmett81/customasm | cd58621d56b56820cb6d473706f402a4ff607337 | [
"Apache-2.0"
] | null | null | null | tests/issue115/3.asm | Emmett81/customasm | cd58621d56b56820cb6d473706f402a4ff607337 | [
"Apache-2.0"
] | null | null | null | #ruledef {
emit {x: u8} => x
test => asm
{
label:
emit $
label2:
emit $
emit label
emit label2
emit $
}
nested_test => asm
{
label:
emit $
label2:
emit $
emit label
emit label2
e... | 14.517241 | 47 | 0.441805 |
8480e7ca6b2004264191b2cf3d00ce7ad30bbef8 | 29 | asm | Assembly | test/testdata_vm/017 notation_decimal_pound_sign.asm | onlyafly/oakblue | 377c22f499526750b4b6adb54f54923ae8bded12 | [
"MIT"
] | null | null | null | test/testdata_vm/017 notation_decimal_pound_sign.asm | onlyafly/oakblue | 377c22f499526750b4b6adb54f54923ae8bded12 | [
"MIT"
] | null | null | null | test/testdata_vm/017 notation_decimal_pound_sign.asm | onlyafly/oakblue | 377c22f499526750b4b6adb54f54923ae8bded12 | [
"MIT"
] | null | null | null | .ORIG x3000
ADD R0 R0 #2
HALT | 9.666667 | 12 | 0.724138 |
0304809abc3af2fd102f40165d6bb3cf753d5218 | 1,385 | asm | Assembly | programs/oeis/113/A113876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/113/A113876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/113/A113876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A113876: a(n) = a(n-1) + 2^(k(n)), where k(n) is the n-th term of the sequence formed by k(1)=0 together with the numbers A042964.
; 1,5,13,77,205,1229,3277,19661,52429,314573,838861,5033165,13421773,80530637,214748365,1288490189,3435973837,20615843021,54975581389,329853488333,879609302221,5277655813325,1407374883553... | 98.928571 | 1,155 | 0.889531 |
5b1910bcf1222454828509dc0511fd8923a84ed5 | 2,739 | asm | Assembly | programs/oeis/008/A008859.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/008/A008859.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/008/A008859.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A008859: a(n) = Sum_{k=0..6} C(n,k).
; 1,2,4,8,16,32,64,127,247,466,848,1486,2510,4096,6476,9949,14893,21778,31180,43796,60460,82160,110056,145499,190051,245506,313912,397594,499178,621616,768212,942649,1149017,1391842,1676116,2007328,2391496,2835200,3345616,3930551,4598479,5358578,6220768,7195750,8295046,9531040,109... | 391.285714 | 2,603 | 0.880248 |
8841c28d9f55e77e86cde56f204bcac52ced25e8 | 213 | asm | Assembly | programs/oeis/136/A136516.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/136/A136516.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/136/A136516.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A136516: a(n) = (2^n+1)^n.
; 1,3,25,729,83521,39135393,75418890625,594467302491009,19031147999601100801,2460686496619787545743873,1280084544196357822418212890625
mov $1,2
pow $1,$0
add $1,1
pow $1,$0
mov $0,$1
| 23.666667 | 134 | 0.751174 |
005b8f5c6b6e2373f336041ecfcb810eb9a775de | 262 | asm | Assembly | libsrc/fcntl/spectrum/plus3/lseek.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/fcntl/spectrum/plus3/lseek.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/fcntl/spectrum/plus3/lseek.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; long fdtell(int fd, long posn, int whence)
;
; Set position in file
;
; Not written as yet!
;
; $Id: lseek.asm,v 1.4 2017/01/02 21:02:22 aralbrec Exp $
SECTION code_clib
PUBLIC lseek
PUBLIC _lseek
.lseek
._lseek
ld hl,-1
ld d,h
ld e,l
ret
| 13.1 | 57 | 0.641221 |
5a606a5f69a09d215c2ed24eb65f057f4b36ce92 | 534 | nasm | Assembly | code/misc/shellcode/encoders/not/not_decoder.nasm | rbctee/MalwareDevelopment | 115cc5a7f2a0d42a6e7b6ae81b2b07ea514537e2 | [
"BSD-3-Clause"
] | null | null | null | code/misc/shellcode/encoders/not/not_decoder.nasm | rbctee/MalwareDevelopment | 115cc5a7f2a0d42a6e7b6ae81b2b07ea514537e2 | [
"BSD-3-Clause"
] | null | null | null | code/misc/shellcode/encoders/not/not_decoder.nasm | rbctee/MalwareDevelopment | 115cc5a7f2a0d42a6e7b6ae81b2b07ea514537e2 | [
"BSD-3-Clause"
] | null | null | null | ; Author: rbct
; Shellcode length: 19 bytes without the encoded shellcode
global _start
section .text
_start:
jmp short CallDecodeShellcode
DecodeShellcode:
pop esi
xor ecx, ecx
mov cl, 27
DecodeByte:
not byte [esi]
inc esi
loop DecodeByte
jmp short shellcode
CallDecodeSh... | 16.6875 | 178 | 0.683521 |
cb63696530bb560f6e7c43756a113c233f7e1711 | 390 | asm | Assembly | code/gfx/software/sw_render.asm | NEMESIS13cz/SysBench | f8ea62a7866d8df2ae726a84e26617c08c8f9be0 | [
"MIT"
] | 3 | 2018-02-26T20:09:33.000Z | 2018-03-07T20:46:01.000Z | code/gfx/software/sw_render.asm | NEMESIS13cz/SysBench | f8ea62a7866d8df2ae726a84e26617c08c8f9be0 | [
"MIT"
] | null | null | null | code/gfx/software/sw_render.asm | NEMESIS13cz/SysBench | f8ea62a7866d8df2ae726a84e26617c08c8f9be0 | [
"MIT"
] | null | null | null | [BITS 64]
global swrender_framebuffercpy
; void swrender_framebuffercpy(void* back, void* front, void* destination, uint64_t size);
swrender_framebuffercpy:
.repeat:
mov rax, [rdi]
mov r8, [rsi]
cmp rax, r8
je .jump_over
mov [rdx], rax
mov [rsi], rax
.jump_over:
add rdi, 8
... | 18.571429 | 91 | 0.607692 |
b83ae8f109e096ddc979304ed8721ec09e64a546 | 1,576 | asm | Assembly | src/stub_40h.asm | k-takata/startw | a68af29bc010f891a6386370c0424db3e9a286d0 | [
"BSD-2-Clause"
] | 1 | 2021-01-17T20:52:49.000Z | 2021-01-17T20:52:49.000Z | src/stub_40h.asm | k-takata/startw | a68af29bc010f891a6386370c0424db3e9a286d0 | [
"BSD-2-Clause"
] | null | null | null | src/stub_40h.asm | k-takata/startw | a68af29bc010f891a6386370c0424db3e9a286d0 | [
"BSD-2-Clause"
] | null | null | null | ;
; stub_40h.asm - a 40h-byte MS-DOS stub file
;
; Copyright (C) 2001-2012, K.Takata
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; 1. Redistributions of source code must retain ... | 35.022222 | 75 | 0.735406 |
c45d10c012a91d3289a98dc58f1bbc37a0f15d98 | 3,983 | asm | Assembly | guest/s2ebios/s2e-bios-low-asm.asm | sebastianpoeplau/s2e | 995cac6126e7d80337e8c4a72bfa9a87eea7eb68 | [
"MIT"
] | 55 | 2019-12-20T03:25:14.000Z | 2022-01-16T07:19:47.000Z | guest/s2ebios/s2e-bios-low-asm.asm | Moirai7/s2e | 5a321f76d1a862c3898b9d24de621109b0c12b7d | [
"MIT"
] | 2 | 2020-11-02T08:01:00.000Z | 2022-03-27T02:59:18.000Z | guest/s2ebios/s2e-bios-low-asm.asm | Moirai7/s2e | 5a321f76d1a862c3898b9d24de621109b0c12b7d | [
"MIT"
] | 11 | 2020-08-06T03:59:45.000Z | 2022-02-25T02:31:59.000Z | ; S2E Selective Symbolic Execution Platform
;
; Copyright (c) 2013 Dependable Systems Laboratory, EPFL
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without... | 22.630682 | 80 | 0.646247 |
6210ef168c86416d945ce9b817df0fd1507c050a | 541 | asm | Assembly | oeis/017/A017719.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017719.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017719.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017719: Binomial coefficients C(n,55).
; 1,56,1596,30856,455126,5461512,55525372,491796152,3872894697,27540584512,179013799328,1074082795968,5996962277488,31368725759168,154603005527328,721480692460864,3201570572795084,13559593014190944,54991682779774384,214178132931752864,803167998494073240,2906703232645217440,1017... | 90.166667 | 477 | 0.902033 |
b6217abb3223802f4f0035fd7fc1e1ac30d34eb7 | 583 | asm | Assembly | oeis/279/A279415.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/279/A279415.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/279/A279415.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A279415: Triangle read by rows: T(n,k), n>=k>=1, is the number of right isosceles triangles with integral coordinates that have a bounding box of size n X k.
; Submitted by Jon Maiga
; 0,0,4,0,2,4,0,0,4,4,0,0,2,4,4,0,0,0,4,4,4,0,0,0,2,4,4,4,0,0,0,0,4,4,4,4,0,0,0,0,2,4,4,4,4,0,0,0,0,0,4,4,4,4,4,0,0,0,0,0,2,4,4,4,4,4,... | 29.15 | 201 | 0.578045 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.