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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ed5501b396a75e3bcddd8be0bf02aaee3f4108e4 | 917 | asm | Assembly | libsrc/games/synth_phase.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/games/synth_phase.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/games/synth_phase.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; $Id: synth_phase.asm $
;
; Generic 1 bit sound functions
; by Stefano Bodrato, 2021
;
; set up the frequency shifting parameters for synth_play
;
IF !__CPU_GBZ80__ && !__CPU_INTEL__
SECTION code_clib
PUBLIC synth_phase
PUBLIC _synth_phase
PUBLIC synth_phase_1
PUBLIC _synth_ph... | 13.893939 | 57 | 0.699019 |
5e481b8b08960cddbada87a7788fe5342ad79992 | 2,800 | asm | Assembly | tables/crc32q-table256.asm | dougmasten/crc32-6x09 | e15f25803b10f4c7b845aceb209b249cb0b62da5 | [
"MIT"
] | 6 | 2020-03-24T15:08:02.000Z | 2021-09-12T04:41:13.000Z | tables/crc32q-table256.asm | dougmasten/crc32-6x09 | e15f25803b10f4c7b845aceb209b249cb0b62da5 | [
"MIT"
] | null | null | null | tables/crc32q-table256.asm | dougmasten/crc32-6x09 | e15f25803b10f4c7b845aceb209b249cb0b62da5 | [
"MIT"
] | null | null | null | ; crc32q-table256.asm
; Polynomial - $d5828281
fqb $00000000,$999a0002,$98310507,$01ab0505,$9b670f0d,$02fd0f0f,$03560a0a,$9acc0a08
fqb $9dcb1b19,$04511b1b,$05fa1e1e,$9c601e1c,$06ac1414,$9f361416,$9e9d1113,$07071111
fqb $90933331,$09093333,$08a23636,$91383634,$0bf43c3c,$926e3c3e,$93c5393b,$0a5f3939
fqb $0d58282... | 77.777778 | 85 | 0.778214 |
bd8a28036d50c91a15ee50e97d0df2d1ddabeb59 | 311 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_setClippingWindow_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_setClippingWindow_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_setClippingWindow_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void SMS_setClippingWindow(unsigned char x0,unsigned char y0,unsigned char x1,unsigned char y1)
SECTION code_clib
SECTION code_SMSlib
PUBLIC _SMS_setClippingWindow_callee
EXTERN asm_SMSlib_setClippingWindow
_SMS_setClippingWindow_callee:
pop hl
pop de
ex (sp),hl
jp asm_SMSlib_setClippingWindow
| 18.294118 | 97 | 0.832797 |
26d3d80980c49fcf242a304ffc5882f984feb640 | 1,115 | asm | Assembly | Models/Car System module/CarSystem006/CarSystem006main.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem006/CarSystem006main.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem006/CarSystem006main.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | //Sixth refinement of Adaptive Exterior Light and Speed Control System
//Setting and modifying desired speed -
//Cruise control - Speed limit - Traffic sign detection
//from SCS-1 to SCS-17
//from SCS-29 to SCS-35
//from SCS-36 to SCS-39
asm CarSystem006main
import ../../StandardLibrary
import CarSystem006SpeedLimitT... | 21.862745 | 70 | 0.757848 |
e5bce1e335bd01121aa6fbe6de6192a9b24d0aa0 | 725 | asm | Assembly | 0_init.asm | chriswyatt/znake | 4a5a95107b4658b5eb77fa207758bee0bc6ea9e7 | [
"Apache-2.0"
] | 8 | 2016-11-11T22:01:17.000Z | 2021-05-03T02:23:21.000Z | 0_init.asm | chriswyatt/znake | 4a5a95107b4658b5eb77fa207758bee0bc6ea9e7 | [
"Apache-2.0"
] | null | null | null | 0_init.asm | chriswyatt/znake | 4a5a95107b4658b5eb77fa207758bee0bc6ea9e7 | [
"Apache-2.0"
] | 1 | 2020-11-28T10:47:33.000Z | 2020-11-28T10:47:33.000Z | ; /////////////////////////////////////////////////////////////////////////////
; Znake (ZX Spectrum 48K)
; -----------------------------------------------------------------------------
; 0_init.asm
; -----------------------------------------------------------------------------
; Copyright (C) 2016, Chris Wyatt
; A... | 20.138889 | 79 | 0.413793 |
47f4fabd596a5fb7b21ff57d7e27b743727daa16 | 2,220 | asm | Assembly | programs/oeis/008/A008779.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/008/A008779.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/008/A008779.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A008779: Number of n-dimensional partitions of 5.
; 1,7,24,59,120,216,357,554,819,1165,1606,2157,2834,3654,4635,5796,7157,8739,10564,12655,15036,17732,20769,24174,27975,32201,36882,42049,47734,53970,60791,68232,76329,85119,94640,104931,116032,127984,140829,154610,169371,185157,202014,219989,239130,259486,281107,30404... | 130.588235 | 2,032 | 0.848198 |
7a25f843db1a5e348ec27a9772ac9479a001ad56 | 81 | asm | Assembly | src/demo/card_queue.asm | Lasoloz/aengine | 8d16bc633a186ecb431df97272e50d970facddb5 | [
"MIT"
] | 2 | 2017-01-17T17:36:11.000Z | 2018-10-27T15:52:27.000Z | src/demo/card_queue.asm | Lasoloz/aengine | 8d16bc633a186ecb431df97272e50d970facddb5 | [
"MIT"
] | null | null | null | src/demo/card_queue.asm | Lasoloz/aengine | 8d16bc633a186ecb431df97272e50d970facddb5 | [
"MIT"
] | null | null | null | ;
; Copyright (c) 2016-2017 László Heim
;
; Source file for card queue options
;
| 13.5 | 37 | 0.703704 |
191836c99d7ab9191bca700fce960e07a6bc6b6a | 392 | asm | Assembly | programs/oeis/102/A102207.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/102/A102207.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/102/A102207.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A102207: a(n) = 5a(n-1) - 5a(n-2) + a(n-3) with a(0) = 4, a(1) = 17, a(2) = 65.
; 4,17,65,244,912,3405,12709,47432,177020,660649,2465577,9201660,34341064,128162597,478309325,1785074704,6661989492,24862883265,92789543569,346295291012,1292391620480,4823271190909,18000693143157
mov $1,9
mov $2,8
lpb $0
sub $0,1
add... | 24.5 | 195 | 0.670918 |
db80a59f3f4e7994af104505eb13e13539d1866e | 770 | asm | Assembly | lib/Common/Common/arm/arm_GET_CURRENT_FRAME.asm | P1umer/ChakraCore | 6b471d9b9096ded789a924bc7f0518bbb000c320 | [
"MIT"
] | 8,664 | 2016-01-13T17:33:19.000Z | 2019-05-06T19:55:36.000Z | lib/Common/Common/arm/arm_GET_CURRENT_FRAME.asm | P1umer/ChakraCore | 6b471d9b9096ded789a924bc7f0518bbb000c320 | [
"MIT"
] | 5,058 | 2016-01-13T17:57:02.000Z | 2019-05-04T15:41:54.000Z | lib/Common/Common/arm/arm_GET_CURRENT_FRAME.asm | P1umer/ChakraCore | 6b471d9b9096ded789a924bc7f0518bbb000c320 | [
"MIT"
] | 1,367 | 2016-01-13T17:54:57.000Z | 2019-04-29T18:16:27.000Z | ;-------------------------------------------------------------------------------------------------------
; Copyright (C) Microsoft. All rights reserved.
; Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
;-------------------------------------------------------------... | 24.83871 | 104 | 0.509091 |
5138d931490cc0a3351c61fa94b9f1e7bcfdc287 | 376 | asm | Assembly | ffight/lcs/1p/4A.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 | ffight/lcs/1p/4A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/1p/4A.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
009C8A move.w A0, ($4c,A6) [1p+4A]
00A2C6 dbra D0, $a2c0
00A31C clr.b ($4a,A4)
00A320 clr.b ($4c,A4)
00A6B6 clr.b ($96,A6)
00A888 clr.b ($4a,A6) [weapon+3E]
00A88C clr.b ($96,A6)
00B944 clr.b ($4a,A6) [1p+2B]
00B948 clr.w ($4c,A6)
... | 26.857143 | 54 | 0.630319 |
3b2c5d10809c00cad2f16d7e841b57370479881e | 620 | asm | Assembly | oeis/089/A089621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089621: n^4 + n-th prime.
; 3,19,86,263,636,1309,2418,4115,6584,10029,14672,20773,28602,38459,50672,65589,83580,105037,130388,160071,194554,234335,279924,331865,390722,457077,531544,614763,707390,810113,923648,1048707,1186058,1336475,1500774,1679767,1874318,2085299,2313608,2560173,2825940,3111877,3418992,3748289,410... | 56.363636 | 500 | 0.803226 |
25eeca3bb40b74264cbb2477eb5186eaf0c02139 | 2,244 | asm | Assembly | programs/oeis/211/A211618.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/211/A211618.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/211/A211618.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A211618: Number of ordered triples (w,x,y) with all terms in {-n,...-1,1,...,n} and 2w+x+y>1.
; 0,3,24,89,218,439,772,1245,1878,2699,3728,4993,6514,8319,10428,12869,15662,18835,22408,26409,30858,35783,41204,47149,53638,60699,68352,76625,85538,95119,105388,116373,128094,140579,153848,167929,182842,198615,215268,232829... | 112.2 | 1,994 | 0.838235 |
c14ddeba05dce0254de5f20d1c829667699b6f8c | 617 | asm | Assembly | programs/oeis/002/A002984.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/002/A002984.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/002/A002984.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A002984: a(0) = 1; for n > 0, a(n) = a(n-1) + floor(sqrt(a(n-1))).
; 1,2,3,4,6,8,10,13,16,20,24,28,33,38,44,50,57,64,72,80,88,97,106,116,126,137,148,160,172,185,198,212,226,241,256,272,288,304,321,338,356,374,393,412,432,452,473,494,516,538,561,584,608,632,657,682,708,734,761,788,816,844,873,902,932,962,993,1024,1056... | 51.416667 | 406 | 0.667747 |
f8b0939ff5f5605d62e38e363ad388d1df995932 | 678 | asm | Assembly | oeis/020/A020745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020745: Pisot sequence T(3,5).
; Submitted by Jon Maiga
; 3,5,8,12,18,27,40,59,87,128,188,276,405,594,871,1277,1872,2744,4022,5895,8640,12663,18559,27200,39864,58424,85625,125490,183915,269541,395032,578948,848490,1243523,1822472,2670963,3914487,5736960,8407924,12322412,18059373,26467298,38789711,56849085,83316384,1... | 39.882353 | 496 | 0.778761 |
d0c1a538d660a429cbcbd1ef3b6202055591d4e8 | 292 | asm | Assembly | Game of Life/C64GameOfLife/ProgramAddresses.asm | detlefgrohs/C64 | f9b6c0bb664b93aecae92f6a8f4db5225148dfdb | [
"MIT"
] | null | null | null | Game of Life/C64GameOfLife/ProgramAddresses.asm | detlefgrohs/C64 | f9b6c0bb664b93aecae92f6a8f4db5225148dfdb | [
"MIT"
] | null | null | null | Game of Life/C64GameOfLife/ProgramAddresses.asm | detlefgrohs/C64 | f9b6c0bb664b93aecae92f6a8f4db5225148dfdb | [
"MIT"
] | null | null | null | ; WORD Storage
ZPA_BUFFER_CURR = $10
ZPA_BUFFER_NEXT = $12
ZPA_CELLOFFSET_LOOKUP = $14
ZPA_C0 = $20
ZPA_C1 = $22
ZPA_C2 = $24
ZPA_C3 = $26
ZPA_C4 = $28
ZPA_C5 = $2A
ZPA_C6 = $2C
ZPA_C7 = $2E
ZPA_C8 = $30
ZPA_LOGIC_LOOKUP = $14
; BYTE Storage
ZPA_NEXT_CELL = $16
ZPA_ROW = $17
ZPA_COL = $18 | 13.904762 | 27 | 0.691781 |
d56a02c642176dfdd40417085e1c609228301585 | 926 | asm | Assembly | programs/oeis/022/A022365.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022365.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022365.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A022365: Fibonacci sequence beginning 0, 31.
; 0,31,31,62,93,155,248,403,651,1054,1705,2759,4464,7223,11687,18910,30597,49507,80104,129611,209715,339326,549041,888367,1437408,2325775,3763183,6088958,9852141,15941099,25793240,41734339,67527579,109261918,176789497,286051415,462840912,748892327,1211733239,1960625566,317... | 44.095238 | 707 | 0.813175 |
18083ba17185965b4046650796b8bf53c1f3dc63 | 6,546 | asm | Assembly | src/isa/avx/masm/remainder_piby2f_new.asm | jepler/aocl-libm-ose | 4033e022da428125747e118ccd6fdd9cee21c470 | [
"BSD-3-Clause"
] | 66 | 2020-11-04T17:06:10.000Z | 2022-03-10T08:03:12.000Z | src/isa/avx/masm/remainder_piby2f_new.asm | HollowMan6/aocl-libm-ose | 4033e022da428125747e118ccd6fdd9cee21c470 | [
"BSD-3-Clause"
] | 8 | 2021-04-18T18:37:53.000Z | 2022-03-11T12:49:31.000Z | src/isa/avx/masm/remainder_piby2f_new.asm | HollowMan6/aocl-libm-ose | 4033e022da428125747e118ccd6fdd9cee21c470 | [
"BSD-3-Clause"
] | 8 | 2020-11-09T03:45:01.000Z | 2021-11-08T02:25:31.000Z | ;
; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. 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 the above copyright notice,
; this list of... | 18.336134 | 145 | 0.659792 |
85ade610463ac8756e2781660dea3b024cd0da7e | 27,016 | nasm | Assembly | CryptoPkg/Library/OpensslLib/X64/crypto/aes/vpaes-x86_64.nasm | KaoTuz/edk2-stable202108 | 49d9306e7bf64b2f07d8473be1f2faea49d0a012 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | CryptoPkg/Library/OpensslLib/X64/crypto/aes/vpaes-x86_64.nasm | KaoTuz/edk2-stable202108 | 49d9306e7bf64b2f07d8473be1f2faea49d0a012 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | CryptoPkg/Library/OpensslLib/X64/crypto/aes/vpaes-x86_64.nasm | KaoTuz/edk2-stable202108 | 49d9306e7bf64b2f07d8473be1f2faea49d0a012 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | ; WARNING: do not edit!
; Generated from openssl/crypto/aes/asm/vpaes-x86_64.pl
;
; Copyright 2011-2020 The OpenSSL Project Authors. All Rights Reserved.
;
; Licensed under the OpenSSL license (the "License"). You may not use
; this file except in compliance with the License. You can obtain a copy
; in the file LICEN... | 23.011925 | 83 | 0.561556 |
b96a18d940470353f11e12ef041b90c92644aa34 | 1,605 | asm | Assembly | programs/oeis/118/A118266.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/118/A118266.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/118/A118266.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A118266: Coefficient of q^n in (1-q)^5/(1-5q); dimensions of the enveloping algebra of the derived free Lie algebra on 5 letters.
; 1,0,10,40,205,1024,5120,25600,128000,640000,3200000,16000000,80000000,400000000,2000000000,10000000000,50000000000,250000000000,1250000000000,6250000000000,31250000000000,156250000000000... | 17.074468 | 188 | 0.443614 |
a330074f395f949e354f5497b7dd14f71a8276ef | 383 | asm | Assembly | src/init.asm | Gip-Gip/VePseu | 44e89cd70cab8c9e24ddb024b953cfa842ed54c7 | [
"0BSD"
] | 5 | 2018-04-20T01:00:01.000Z | 2020-08-18T23:31:50.000Z | src/init.asm | Gip-Gip/VePseu | 44e89cd70cab8c9e24ddb024b953cfa842ed54c7 | [
"0BSD"
] | 3 | 2018-06-25T14:07:03.000Z | 2018-06-29T00:56:36.000Z | src/init.asm | Gip-Gip/VePseu | 44e89cd70cab8c9e24ddb024b953cfa842ed54c7 | [
"0BSD"
] | null | null | null | ; VePseu's init file
SUBROUTINE
LDX #stack
TXS
LDA #NULL
TAX
CLD
CLC
CLI
CLV
.loop:
STA cleanStart,X
DEX
BNE .loop
JSR map_01_load
LDA mapWidth
STA yLoss
LDA #ONE
STA xGain
LDA #WCOLU
STA wallColour
... | 10.351351 | 21 | 0.493473 |
4253f056584cf7e4ca352739d7934fcada3b2672 | 484 | asm | Assembly | oeis/080/A080446.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/080/A080446.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/080/A080446.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A080446: a(1) = 2, a(n) = smallest (nontrivial) multiple of a(n-1) containing n digits, a(n) not equal to 10*a(n-1).
; Submitted by Christian Krause
; 2,12,108,1188,10692,117612,1058508,11643588,104792292,1152715212,10374436908,114118805988,1027069253892,11297761792812,101679856135308,1118478417488388,100663057573954... | 60.5 | 190 | 0.75 |
b29347a75580c684a4d6fa46cd944e49c3f82299 | 217 | asm | Assembly | mc-sema/validator/x86_64/tests/ADD32rr.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/ADD32rr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/ADD32rr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; ADD32rr
mov ecx, 0x7fffffff
mov edx, 0x6ffeeeee
;TEST_BEGIN_RECORDING
add ecx, edx
;TEST_END_RECORDING
| 16.692308 | 25 | 0.741935 |
90a41b22644962cfda6d5503cf2648c4424e14b7 | 39,084 | asm | Assembly | user/zombie.asm | noastern/os212-ass1 | 1001de3ab58c0a4455009727ac2a33795f16dfce | [
"MIT-0"
] | null | null | null | user/zombie.asm | noastern/os212-ass1 | 1001de3ab58c0a4455009727ac2a33795f16dfce | [
"MIT-0"
] | null | null | null | user/zombie.asm | noastern/os212-ass1 | 1001de3ab58c0a4455009727ac2a33795f16dfce | [
"MIT-0"
] | null | null | null |
user/_zombie: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "kernel/stat.h"
#include "user/user.h"
int
main(void)
{
0: 1141 addi sp,sp,-16
2: e406 sd ra,8(sp)
4: e022 sd s0,0(sp)
6: 0800 ... | 29.254491 | 60 | 0.461237 |
678bb5fe9a1572e197a5c51ec56477c6c221ed71 | 1,424 | asm | Assembly | external/source/shellcode/bsd/ia32/stager_sock_bind.asm | OsmanDere/metasploit-framework | b7a014a5d22d3b57157e301d4af57e3a31ad03a9 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 26,932 | 2015-01-01T00:04:51.000Z | 2022-03-31T22:51:38.000Z | external/source/shellcode/bsd/ia32/stager_sock_bind.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 11,048 | 2015-01-01T00:05:44.000Z | 2022-03-31T21:49:52.000Z | external/source/shellcode/bsd/ia32/stager_sock_bind.asm | Kilo-411/metasploit-framework | aaf27d7fa51390895dea63c58cb3b76e959d36f8 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 12,593 | 2015-01-01T01:01:20.000Z | 2022-03-31T22:13:32.000Z | ;;
;
; Name: stager_sock_bind
; Qualities: Can Have Nulls
; Version: $Revision: 1628 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and copyrights as
; the rest of this package.
;
; Description:
;
; Implementati... | 14.383838 | 78 | 0.692416 |
6aa5e3a0470c0a7f9bdc1e71116c62c3c1040683 | 99 | asm | Assembly | PROGS/problema.asm | carlos-santiago-2017/HC12-MicrocontrollerNotes | 76e98b5761eae8c157fc8fd34324bc6c543ca9a3 | [
"MIT"
] | null | null | null | PROGS/problema.asm | carlos-santiago-2017/HC12-MicrocontrollerNotes | 76e98b5761eae8c157fc8fd34324bc6c543ca9a3 | [
"MIT"
] | null | null | null | PROGS/problema.asm | carlos-santiago-2017/HC12-MicrocontrollerNotes | 76e98b5761eae8c157fc8fd34324bc6c543ca9a3 | [
"MIT"
] | null | null | null | ORG $100
LDAA $200
STAA $205
CLC
ROT ROL $205
BRA ROT
| 14.142857 | 17 | 0.383838 |
b9da2ca0a3bcd916fb15e2236d7eba0b75669835 | 5,766 | asm | Assembly | Source/Nostromo/Tree.asm | benryves/Nostromo | 71caf36ea76a2414dc8a2f66ed72c22f39f947ab | [
"MIT"
] | null | null | null | Source/Nostromo/Tree.asm | benryves/Nostromo | 71caf36ea76a2414dc8a2f66ed72c22f39f947ab | [
"MIT"
] | null | null | null | Source/Nostromo/Tree.asm | benryves/Nostromo | 71caf36ea76a2414dc8a2f66ed72c22f39f947ab | [
"MIT"
] | null | null | null | .module Tree
Code:
; ==========================================================================
; Node offsets
; --------------------------------------------------------------------------
; These refer to offsets to fields within a tree node.
; ===================================================================... | 31.681319 | 97 | 0.417967 |
4026531d5c8a29a9a1a70fb8b55769b3f93c08b2 | 2,684 | asm | Assembly | programs/oeis/017/A017134.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017134.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017134.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017134: a(n) = (8*n + 5)^10.
; 9765625,137858491849,16679880978201,420707233300201,4808584372417849,34050628916015625,174887470365513049,713342911662882601,2446194060654759801,7326680472586200649,19687440434072265625,48398230717929318249,110462212541120451001,236736367459211723401,480682838924478847449,9313225746154... | 383.428571 | 2,622 | 0.950447 |
462dfdf37b529162044a29d1aeee29abc68e890b | 276 | asm | Assembly | data/mapHeaders/celadonmansion2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/celadonmansion2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/celadonmansion2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | CeladonMansion2_h:
db MANSION ; tileset
db CELADON_MANSION_2_HEIGHT, CELADON_MANSION_2_WIDTH ; dimensions (y, x)
dw CeladonMansion2Blocks, CeladonMansion2TextPointers, CeladonMansion2Script ; blocks, texts, scripts
db $00 ; connections
dw CeladonMansion2Object ; objects
| 39.428571 | 102 | 0.826087 |
833ce64dd370a293b7eecd81398090f54d84d22a | 316 | asm | Assembly | programs/oeis/120/A120413.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/120/A120413.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/120/A120413.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A120413: Largest even number strictly less than n^2.
; 0,2,8,14,24,34,48,62,80,98,120,142,168,194,224,254,288,322,360,398,440,482,528,574,624,674,728,782,840,898,960,1022,1088,1154,1224,1294,1368,1442,1520,1598,1680,1762,1848,1934,2024,2114,2208,2302,2400,2498,2600
mov $1,$0
add $0,2
mul $0,$1
div $0,2
mul $0,2
| 35.111111 | 212 | 0.718354 |
83c6e4208bda0b631b7872e11d0c0bb700f59ab4 | 6,152 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_10014_1126.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_10014_1126.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_10014_1126.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 %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x18cc3, %rsi
lea addresses_D_ht+0xfc83, %rdi
nop
inc %r13
mov $69, %rcx
rep movsl
nop
nop
nop
nop
cmp %rbp, %rbp
lea addresses_A_ht+0x12903, %r14
cmp $10309, %rsi
mov (%r1... | 40.473684 | 2,999 | 0.658648 |
a93516196699b4e3c08c7e3f786ce39d4261f8e9 | 189 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/PSGlib/c/sdcc/PSGSilenceChannels.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/PSGlib/c/sdcc/PSGSilenceChannels.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/PSGlib/c/sdcc/PSGSilenceChannels.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void PSGSilenceChannels(void)
SECTION code_clib
SECTION code_PSGlib
PUBLIC _PSGSilenceChannels
EXTERN asm_PSGlib_SilenceChannels
defc _PSGSilenceChannels = asm_PSGlib_SilenceChannels
| 17.181818 | 53 | 0.878307 |
a257db1fac9519aff5ef7452b5eb31b70edcfe7d | 695 | asm | Assembly | src/first.asm | no111u3/m48_robo_asm | a2341f46eb411ec3d015f7ed1f150a1d3856721d | [
"Apache-2.0"
] | null | null | null | src/first.asm | no111u3/m48_robo_asm | a2341f46eb411ec3d015f7ed1f150a1d3856721d | [
"Apache-2.0"
] | null | null | null | src/first.asm | no111u3/m48_robo_asm | a2341f46eb411ec3d015f7ed1f150a1d3856721d | [
"Apache-2.0"
] | null | null | null | ;****************************************************************
.include "m48def.inc"
;****************************************************************
; Data
;****************************************************************
.dseg
;****************************************************************
; Code
;***********... | 18.783784 | 65 | 0.204317 |
11b725589dc3bb6be8f4e93bd28f29c3474fcf71 | 592 | asm | Assembly | programs/oeis/080/A080030.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/080/A080030.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/080/A080030.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A080030: a(n) is taken to be the smallest positive integer not already present which is consistent with the condition "n is a member of the sequence if and only if a(n) is congruent to 1 mod 3".
; 2,1,4,5,7,10,8,13,16,11,19,22,14,25,28,17,31,34,20,37,40,23,43,46,26,49,52,29,55,58,32,61,64,35,67,70,38,73,76,41,79,82,4... | 26.909091 | 207 | 0.636824 |
29acdfaeb8c4c46dda65623703fce5df71e5b43c | 636 | asm | Assembly | programs/oeis/212/A212013.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212013.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212013.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A212013: Triangle read by rows: total number of pairs of states of the first n subshells of the nuclear shell model in which the subshells are ordered by energy level in increasing order.
; 1,3,4,7,9,10,14,17,19,20,25,29,32,34,35,41,46,50,53,55,56,63,69,74,78,81,83,84,92,99,105,110,114,117,119,120,129,137,144,150,155... | 23.555556 | 190 | 0.622642 |
c20abb1f44e262d97ebd2e54fadf181fd4c4657f | 622 | asm | Assembly | oeis/033/A033455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/033/A033455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/033/A033455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A033455: Convolution of nonzero squares A000290 with themselves.
; 1,8,34,104,259,560,1092,1968,3333,5368,8294,12376,17927,25312,34952,47328,62985,82536,106666,136136,171787,214544,265420,325520,396045,478296,573678,683704,809999,954304,1118480,1304512,1514513,1750728,2015538,2311464,2641171,3007472,3413332,3861872,4... | 62.2 | 495 | 0.823151 |
202c8918a3f3e2918103b5a522cb3b34a0bb2efe | 9,358 | asm | Assembly | GraphMovement/GraphMovement.asm | TroyFrazier209/Graph | 35a45295d7ee51321a45e99f3edced191285caea | [
"MIT"
] | null | null | null | GraphMovement/GraphMovement.asm | TroyFrazier209/Graph | 35a45295d7ee51321a45e99f3edced191285caea | [
"MIT"
] | null | null | null | GraphMovement/GraphMovement.asm | TroyFrazier209/Graph | 35a45295d7ee51321a45e99f3edced191285caea | [
"MIT"
] | null | null | null | #Troy Frazier
#CS 3340.003
# Graph Movement
# From a simple undireced/direced graph which is represented as an adjacency matrix...
# Find the possible moves that each node can make in an x amount of turns.
# Graph input is taken from Graph.txt.
# Boolean matrix multiplication is used to find the possible moves
#Curre... | 25.22372 | 103 | 0.667343 |
6a9f549e87da5df86ccb71b613dfab764ca5d59d | 1,445 | asm | Assembly | src/unison/test/fast/Mips/speed/gcc.jump.unsigned_condition.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 88 | 2016-09-27T15:20:07.000Z | 2022-03-24T15:23:06.000Z | src/unison/test/fast/Mips/speed/gcc.jump.unsigned_condition.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 56 | 2018-02-26T16:44:15.000Z | 2019-02-23T17:07:32.000Z | src/unison/test/fast/Mips/speed/gcc.jump.unsigned_condition.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 10 | 2016-11-22T15:03:46.000Z | 2020-07-13T21:34:31.000Z | .text
.abicalls
.section .mdebug.abi32,"",@progbits
.nan legacy
.file "gcc.jump.unsigned_condition.ll"
.text
.globl unsigned_condition
.align 2
.type unsigned_condition,@function
.set nomicromips
.set nomips16
.ent unsigned_condition
unsigned_condition: # @unsigned_condition
.frame $sp,... | 23.688525 | 174 | 0.654671 |
4cd36d668680ce8ed1e94c3bc7015bddb96c798c | 439 | asm | Assembly | programs/oeis/063/A063724.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/063/A063724.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/063/A063724.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A063724: Consider problem of placing N queens on an n X n board so that each queen attacks precisely 4 others. Sequence gives maximal number of queens.
; 0,0,0,8,11,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,15... | 36.583333 | 207 | 0.699317 |
c461a7e07b69c73fd9445b5d22586458aed8a742 | 310 | asm | Assembly | programs/oeis/040/A040215.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/040/A040215.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/040/A040215.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A040215: Continued fraction for sqrt(231).
; 15,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30,5,30
sub $0,1
mod $0,2
mul $0,10
add $0,2
pow $0,2
div $0,26
mul $0,5
add $0,5
| 25.833333 | 189 | 0.609677 |
303245245b480fd1427b56baebb43ca5c8e71124 | 9,497 | asm | Assembly | src/test.asm | Nils-Trinity/brainfuck-compiler | 0a614502b7fa017bd673656d0ad634ccb06e43a7 | [
"Unlicense"
] | null | null | null | src/test.asm | Nils-Trinity/brainfuck-compiler | 0a614502b7fa017bd673656d0ad634ccb06e43a7 | [
"Unlicense"
] | null | null | null | src/test.asm | Nils-Trinity/brainfuck-compiler | 0a614502b7fa017bd673656d0ad634ccb06e43a7 | [
"Unlicense"
] | null | null | null | section .data
arr_size equ 30000
arg_size equ 256 ; MAKE THIS VARIABLE ; COMPILER FLAG
section .bss
cell_arr resb arr_size
cell_ptr resb 8
io_buffer resb 1
syscall_len resb 1 ; New compared to systemf
syscall_data resb 8 ; These allow syscalls up to 8 bytes long
; Probably over... | 16.234188 | 90 | 0.675898 |
7b09b7ff663ea7bc306e21600c523f556d0abe5b | 597 | asm | Assembly | oeis/083/A083062.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083062.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083062.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083062: (n+1)^n/(n+2)-(-1)^n/(n+2).
; 0,1,2,13,104,1111,14706,233017,4304672,90909091,2161452050,57154490053,1664148937320,52914318216943,1824557876586914,67818912035696881,2703399548648159360,115047976828352449051,5206367514895562076642,249660952380952380952381,12646292247588706756236200,674758650917429955329341351... | 54.272727 | 488 | 0.854271 |
cf93607b180e9df8901bdbf877ec24eb0ff1a96b | 1,411 | asm | Assembly | CO/P1/Pre/P2_L0_full.asm | ygZhou02/2022_CO-OS | 88ff9f50de2bc088be16887b28eaf34ba6fc291a | [
"MIT"
] | null | null | null | CO/P1/Pre/P2_L0_full.asm | ygZhou02/2022_CO-OS | 88ff9f50de2bc088be16887b28eaf34ba6fc291a | [
"MIT"
] | null | null | null | CO/P1/Pre/P2_L0_full.asm | ygZhou02/2022_CO-OS | 88ff9f50de2bc088be16887b28eaf34ba6fc291a | [
"MIT"
] | null | null | null | .data
.text
main: li $v0, 5
syscall
sw $v0, 2048($0) # 2048 store n
addiu $sp, $sp, -20
sw $0, 0($sp)
jal FA
li $v0, 10
syscall
FA:
lw $s0, 0($sp) # $s0 = index
lw $t0, 2048($0) # $t0 = n
li $t1, 0 # $t1 = for i
beq $s0, $t0, print
reFA: beq $t1, $t0, exit # if i==n, break
sll $t... | 18.565789 | 92 | 0.51949 |
a1c59b05f45703a8484426be90632e66219a6401 | 5,653 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_677.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_677.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_677.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15a0, %rsi
clflush (%rsi)
nop
nop
nop
nop
xor %r11, %r11
movb (%rsi), %r14b
nop
nop
nop
dec %rax
lea addresses_UC_ht+0x1ac34, %r12
nop
nop
nop
nop
nop
cmp $20596, %... | 37.686667 | 2,999 | 0.656466 |
b441860a9e77cb197361db1ec1c1469fdf1d0b53 | 287 | asm | Assembly | HelloWorld/Main.asm | GZYangKui/assembly | 0af4d180f48094e9e6e568b4d09717a7e70579ae | [
"Apache-2.0"
] | null | null | null | HelloWorld/Main.asm | GZYangKui/assembly | 0af4d180f48094e9e6e568b4d09717a7e70579ae | [
"Apache-2.0"
] | null | null | null | HelloWorld/Main.asm | GZYangKui/assembly | 0af4d180f48094e9e6e568b4d09717a7e70579ae | [
"Apache-2.0"
] | null | null | null |
extern exit_app
extern print_text
extern print_num
section .data
LF equ 10
NULL equ 0
msg db "Hello,World!",LF,NULL
section .text
global _start
_start:
push $
call print_num
mov rsi,msg
call print_text
last:
call exit_app | 14.35 | 44 | 0.616725 |
53dfac2bb5b67dd7ed08ed33d5f12f4c6bfcbcba | 337 | asm | Assembly | programs/oeis/290/A290707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/290/A290707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/290/A290707.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A290707: a(n) = 2^(n+1) + n^2 - 1.
; 1,4,11,24,47,88,163,304,575,1104,2147,4216,8335,16552,32963,65760,131327,262432,524611,1048936,2097551,4194744,8389091,16777744,33555007,67109488,134218403,268436184,536871695,1073742664,2147484547,4294968256,8589935615
mov $1,2
pow $1,$0
mul $1,2
sub $1,1
mov $2,$0
mul $2,$0
add... | 28.083333 | 221 | 0.718101 |
c40466f354f12e88ec4e4736aa4fa7ee16282740 | 617 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dhexpop.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dhexpop.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dhexpop.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC am48_dhexpop
EXTERN mm48__left, am48_derror_znc
am48_dhexpop:
; strtod helper
;
; create double from mantissa on stack
; (one extra nibble on stack)
;
; enter : stack = mantissa, ret
;
; exit : AC'= double
;
; uses : af, bc', de', hl'
... | 11.017857 | 41 | 0.581848 |
a2d019b824f0b00df8eb6875a8dd8554046ed304 | 571 | asm | Assembly | programs/oeis/243/A243305.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/243/A243305.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/243/A243305.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A243305: a(n) = 2^phi(n)+1 = A066781(n)+1.
; 3,3,5,5,17,5,65,17,65,17,1025,17,4097,65,257,257,65537,65,262145,257,4097,1025,4194305,257,1048577,4097,262145,4097,268435457,257,1073741825,65537,1048577,65537,16777217,4097,68719476737,262145,16777217,65537,1099511627777,4097,4398046511105,1048577,16777217,4194305,703687... | 57.1 | 400 | 0.777583 |
ec130b8405beac37aef5b0424f5ae13dc3951236 | 2,254 | asm | Assembly | enableA20.asm | ears99/JOS | ff239612caff718f314f825ea4e14680c6c739dd | [
"MIT"
] | null | null | null | enableA20.asm | ears99/JOS | ff239612caff718f314f825ea4e14680c6c739dd | [
"MIT"
] | null | null | null | enableA20.asm | ears99/JOS | ff239612caff718f314f825ea4e14680c6c739dd | [
"MIT"
] | null | null | null | ;ALL THREE WORK SUCCESSFULLY, 9 times out of 10, BIOS will work, but it's good to test multiple times just to make sure.
enableA20:
pusha
;BIOS A20 ENABLE
mov ax, 0x2401 ;high bit is 24, low bit is 01. value for enabling the A20 line.
int 0x15 ;BIOS interrupt for the A20 line
call testA20
cmp ax, 1 ;ax returns 1 ... | 24.5 | 121 | 0.720941 |
d57a8832af77d4043c963118f952f21e9822962e | 30,586 | asm | Assembly | max_mon.asm | arhefner/max_mon | 75c02804089c957c53bf5f68c52f89ba5ceeb5bc | [
"MIT"
] | null | null | null | max_mon.asm | arhefner/max_mon | 75c02804089c957c53bf5f68c52f89ba5ceeb5bc | [
"MIT"
] | null | null | null | max_mon.asm | arhefner/max_mon | 75c02804089c957c53bf5f68c52f89ba5ceeb5bc | [
"MIT"
] | null | null | null | ; MAX Monitor program
;
; Simple monitor for 1802-based systems.
;
; This monitor makes use of the MAX BIOS for I/O, as well
; as to set up the RCA SCRT system for subroutine calls.
;
INCL "1802.inc"
INCL "max_bios.inc"
MAXLINE: EQU 80
SCRATCHLEN: EQU 35
SCRATCHEND: EQU CHARIN
S... | 26.254077 | 62 | 0.318283 |
4ba8fc8c75a8815d06a3e003db246292849fa923 | 11,318 | asm | Assembly | source/features/graphics.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | source/features/graphics.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | source/features/graphics.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | ; ==================================================================
; MichalOS Graphics functions
; ==================================================================
; Draws a character in EGA.
; IN: AL/AH: Character/Attribute, CX: Column, DX: Row
; OUT: nothing
os_draw_char:
pushad
mov [.character], ax
push ... | 15.294595 | 129 | 0.586764 |
c4a17df01431be1adf696f03ffd50c2d72be62fd | 100 | asm | Assembly | gfx/pokemon/stantler/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/stantler/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/stantler/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 14
frame 0, 12
frame 1, 14
frame 0, 22
frame 2, 08
frame 0, 08
frame 2, 08
endanim
| 11.111111 | 12 | 0.63 |
3f451a5d6b3ef0c099b882bff2ffebf595429496 | 7,268 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1390.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_1390.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_1390.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xed72, %r13
cmp %rbp, %rbp
mov (%r13), %eax
and %r11, %r11
lea addresses_A_ht+0x2b2, %rbp
nop
nop
nop
nop
nop
and $43900, %r10
mov (%rbp), %bx
nop
nop
nop
cmp %r11,... | 33.036364 | 2,999 | 0.656852 |
29e7aa9c391b9e806ca472457f2c8c7175cd7878 | 795 | asm | Assembly | src/userland/echo.asm | Nufflee/EPIC | 5eb86190317640ba66dbe52e33d56db5aa4d0ee6 | [
"MIT"
] | 32 | 2020-01-04T00:15:47.000Z | 2021-02-28T15:29:47.000Z | src/userland/echo.asm | Nufflee/EPIC | 5eb86190317640ba66dbe52e33d56db5aa4d0ee6 | [
"MIT"
] | 15 | 2019-12-30T00:36:33.000Z | 2020-07-21T17:31:37.000Z | src/userland/echo.asm | Nufflee/EPIC | 5eb86190317640ba66dbe52e33d56db5aa4d0ee6 | [
"MIT"
] | 10 | 2019-12-31T22:33:02.000Z | 2020-07-21T16:15:17.000Z | BITS 32
%define SYS_EXIT 1
%define SYS_WRITE 4
%define STDOUT 1
org PROCESS_BASE_ADDRESS
; ebp [ebp + 0]
; argc [ebp + 4]
; argv[i] [ebp + (8 + i * 4)]
section .text
global _start
_start:
push ebp
mov ebp, esp
mov ecx, [ebp + 4] ; argc
cmp ecx, 1
jbe _start_end
mov ecx, [... | 13.032787 | 36 | 0.603774 |
310b37472bdf97a70c53c7c12368e981a9ca8d7e | 621 | asm | Assembly | samples/netcatBind9999.asm | 0x00-0x00/shellcoding | a975d4d0f2e4d6de80feb99e760db2c4a7d8a43d | [
"MIT"
] | null | null | null | samples/netcatBind9999.asm | 0x00-0x00/shellcoding | a975d4d0f2e4d6de80feb99e760db2c4a7d8a43d | [
"MIT"
] | null | null | null | samples/netcatBind9999.asm | 0x00-0x00/shellcoding | a975d4d0f2e4d6de80feb99e760db2c4a7d8a43d | [
"MIT"
] | 1 | 2019-10-27T12:58:16.000Z | 2019-10-27T12:58:16.000Z | [SECTION .text]
global _start
_start:
jmp short ender
second:
xor eax, eax
pop esi
mov byte [esi + 11], al
mov byte [esi + 14], al
mov byte [esi + 22], al
mov byte [esi + 32], al
mov byte [esi + 37], al
mov long [esi + 38], esi
lea ebx, [esi + 12]
mov long [esi + 42], ebx
lea ebx, [esi + 15]
mov long [esi + 46], ebx ... | 19.40625 | 67 | 0.63285 |
66e2ee687c60d6cfac2cbf61fe03ece520985b71 | 582 | asm | Assembly | programs/oeis/152/A152749.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/152/A152749.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/152/A152749.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A152749: a(n) = (n+1)*(3*n+1)/4 for n odd, a(n) = n*(3*n+2)/4 for n even.
; 0,2,4,10,14,24,30,44,52,70,80,102,114,140,154,184,200,234,252,290,310,352,374,420,444,494,520,574,602,660,690,752,784,850,884,954,990,1064,1102,1180,1220,1302,1344,1430,1474,1564,1610,1704,1752,1850,1900,2002,2054,2160,2214,2324,2380,2494,255... | 58.2 | 450 | 0.714777 |
b477d607248111c62a3cd26b090ea669b53a0616 | 1,358 | nasm | Assembly | MdePkg/Library/BaseLib/Ia32/MultU64x64.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | 9 | 2021-07-26T17:02:51.000Z | 2021-12-30T10:49:46.000Z | MdePkg/Library/BaseLib/Ia32/MultU64x64.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | null | null | null | MdePkg/Library/BaseLib/Ia32/MultU64x64.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | null | null | null | ;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; MultU64x64.nasm
;
; Abstract:
;
; Calculate the product of a 64-bit integer and another 64-bit integ... | 33.121951 | 79 | 0.384389 |
ea26564c9b573dcd1e1729a1cc23b42d1ed0dfe0 | 67,998 | asm | Assembly | src/PJ/flic386p/libsrc/svga/svgaintf.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/drivekit/svga/svgaintf.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/flic386p/libsrc/svga/svgaintf.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z | ;*****************************************************************************
;* SVGAINTF.ASM - The hardware interface code for the supervga driver.
;*
;* NOTES:
;*
;* This driver is designed to work with most super vga cards that have
;* a windowed access method into video memory. (Any card that could
;* ... | 30.302139 | 92 | 0.562737 |
b99ed6382829ce123afed85b076f55e389a33e25 | 821 | asm | Assembly | lesson 02/src/kernel.asm | yelouafi/aos | a4867fe519dd404a0a25b38a398ecaec0ed9e278 | [
"MIT"
] | 3 | 2021-11-22T23:37:54.000Z | 2021-11-23T16:11:11.000Z | lesson 02/src/kernel.asm | yelouafi/aos | a4867fe519dd404a0a25b38a398ecaec0ed9e278 | [
"MIT"
] | null | null | null | lesson 02/src/kernel.asm | yelouafi/aos | a4867fe519dd404a0a25b38a398ecaec0ed9e278 | [
"MIT"
] | null | null | null | [BITS 32]
[ORG 0x1000]
%define VIDEO_MEM 0xB8000 ; Adress of text mode video memory
%define VIDEO_LENGTH 80*25 ; Adress of text mode video memory
mov ebx, 0xB8000
mov ecx, VIDEO_LENGTH
clear_screen:
mov byte [ebx], ' '
inc ebx
mov byte [ebx], 7
inc ebx
loop clear_screen
prints:
xor... | 20.525 | 93 | 0.645554 |
5977977fc5c5909f495cb075ad16ce62d25a4473 | 529 | asm | Assembly | programs/oeis/155/A155450.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/155/A155450.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/155/A155450.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A155450: Numbers equal to 5 or 18 mod 23.
; 5,18,28,41,51,64,74,87,97,110,120,133,143,156,166,179,189,202,212,225,235,248,258,271,281,294,304,317,327,340,350,363,373,386,396,409,419,432,442,455,465,478,488,501,511,524,534,547,557,570,580,593,603,616,626,639,649,662,672,685,695,708,718,731,741,754,764,777,787,800,810,... | 44.083333 | 404 | 0.714556 |
b73b5e0394add45e67f09244ce798e8b8c208625 | 318 | asm | Assembly | programs/oeis/143/A143730.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/143/A143730.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/143/A143730.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A143730: A141616(n) - A100181(n).
; 5,7,9,9,11,11,13,13,13,15,15,15,17,17,17,17,19,19,19,19,21,21,21,21,21,23,23,23,23,23,25,25,25,25,25,25,27,27,27,27,27,27,29,29,29,29,29,29,29,31,31,31,31,31,31,31,33,33,33,33,33,33,33,33,35,35,35,35,35,35,35
mul $0,2
mov $1,1
lpb $0
add $1,1
sub $0,$1
lpe
mul $1,2
add $1,3
| 26.5 | 210 | 0.622642 |
0f6ce42f76991d5a1c547a678f20c8c59bc22d7e | 636 | asm | Assembly | oeis/050/A050492.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/050/A050492.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/050/A050492.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A050492: Thickened cube numbers: n*(n^2+(n-1)^2)+(n-1)*2*n*(n-1).
; 1,14,63,172,365,666,1099,1688,2457,3430,4631,6084,7813,9842,12195,14896,17969,21438,25327,29660,34461,39754,45563,51912,58825,66326,74439,83188,92597,102690,113491,125024,137313,150382,164255,178956,194509,210938,228267,246520,265721,285894,307063,32... | 57.818182 | 501 | 0.781447 |
455f532dec5e1a3c4e4038faca2fc1b63b78499b | 320 | asm | Assembly | sound/sfxasm/B6.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | 7 | 2019-12-05T00:35:57.000Z | 2022-02-27T20:00:33.000Z | sound/sfxasm/B6.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | sound/sfxasm/B6.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | B6_Header:
sHeaderInit ; Z80 offset is $D720
sHeaderPatch B6_Patches
sHeaderTick $01
sHeaderCh $01
sHeaderSFX $80, $C0, B6_PSG3, $FF, $00
B6_PSG3:
sNoisePSG $E7
sVolEnvPSG v15
ssModZ80 $01, $01, $DD, $02
dc.b nE5, $04
B6_Loop1:
dc.b nG6, $01
saVolPSG $01
sLoop $00, $0C, B6_Loop1
sStop
B6_Patches:
| 15.238095 | 39 | 0.684375 |
135425e9da18659bb4aca7244c1a63b4edfd9434 | 444 | asm | Assembly | programs/oeis/056/A056965.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/056/A056965.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/056/A056965.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A056965: a(n) = n - (reversal of digits of n).
; 0,0,0,0,0,0,0,0,0,0,9,0,-9,-18,-27,-36,-45,-54,-63,-72,18,9,0,-9,-18,-27,-36,-45,-54,-63,27,18,9,0,-9,-18,-27,-36,-45,-54,36,27,18,9,0,-9,-18,-27,-36,-45,45,36,27,18,9,0,-9,-18,-27,-36,54,45,36,27,18,9,0,-9,-18,-27,63,54,45,36,27,18,9,0,-9,-18,72,63,54,45,36,27,18,9,0,... | 63.428571 | 301 | 0.572072 |
c70621add130f281038426a0bf3902f52f4072ba | 315 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/balloc/c/sccz80/balloc_blockcount.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/alloc/balloc/c/sccz80/balloc_blockcount.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/alloc/balloc/c/sccz80/balloc_blockcount.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; size_t balloc_blockcount(unsigned char queue)
SECTION code_clib
SECTION code_alloc_balloc
PUBLIC balloc_blockcount
EXTERN asm_balloc_blockcount
defc balloc_blockcount = asm_balloc_blockcount
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _balloc_blockcount
defc _balloc_blockcount = balloc_blockcount
ENDIF
| 16.578947 | 47 | 0.860317 |
6ec36fcac92f03bd22bdb6234fb62764d58a1d6d | 1,700 | asm | Assembly | r2/c3.asm | mcjonker/csce-212-computer-architecture | 1d66405253aa348f9fc8a3dba8b4f7e8e4ac1320 | [
"MIT"
] | null | null | null | r2/c3.asm | mcjonker/csce-212-computer-architecture | 1d66405253aa348f9fc8a3dba8b4f7e8e4ac1320 | [
"MIT"
] | null | null | null | r2/c3.asm | mcjonker/csce-212-computer-architecture | 1d66405253aa348f9fc8a3dba8b4f7e8e4ac1320 | [
"MIT"
] | null | null | null | # Property of Mitchell Jonker
.data
welc: .asciiz "Welcome to Total Work Time Calculator!\n"
pHW: .asciiz "How many homeworks did you complete?\n"
pAvgHWTime: .asciiz "On average, how long did it take to complete one homework (in hours)?\n"
pEx: .asciiz "How many exercises did you complete?\n"
pAvgExTime: .asciiz... | 13.821138 | 98 | 0.588235 |
e50aecbdbe88136124b78e5236cc3711c1b4a296 | 6,227 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1753.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1753.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1753.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 %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xe352, %rsi
lea addresses_WC_ht+0x3cd2, %rdi
add %rbx, %rbx
mov $114, %rcx
rep movsb
nop
nop
sub %rbp, %rbp
lea addresses_UC_ht+0x1dc52, %r12
nop
nop
nop
and $63494, %r15
mov... | 39.916667 | 2,999 | 0.659226 |
75147b183830ac0f3ece831b2be8647a4a946f5c | 2,826 | asm | Assembly | common/commonProcedures.asm | laoo/TimePilot | 88b2548ab23d213677047ca530b68f9523ea7140 | [
"MIT"
] | 24 | 2018-05-17T05:55:38.000Z | 2021-12-30T10:22:45.000Z | common/commonProcedures.asm | laoo/TimePilot | 88b2548ab23d213677047ca530b68f9523ea7140 | [
"MIT"
] | 1 | 2018-06-27T11:08:01.000Z | 2018-06-27T11:08:01.000Z | common/commonProcedures.asm | laoo/TimePilot | 88b2548ab23d213677047ca530b68f9523ea7140 | [
"MIT"
] | 3 | 2018-05-19T03:47:19.000Z | 2021-06-01T12:33:32.000Z |
.proc copyText
sta color+1
stx _CopyFrom
sty _CopyFrom+1
lda #<bufScreenTxt
sta copyTo+1
lda #>bufScreenTxt
sta copyTo+2
ldy #0
lda (_CopyFrom),y
tax
iny
lda (_CopyFrom),y
tay
beq start
posy
adw copyTo+1 #20
dey
bne posy
start
ldy #2
copy
lda (_CopyFrom),y
cmp #3 ; ... | 16.056818 | 169 | 0.68259 |
cfd1c48a03bc16c7456452610a30fe98ccd6000e | 520 | asm | Assembly | oeis/132/A132698.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/132/A132698.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/132/A132698.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A132698: Decimal expansion of 8/Pi.
; Submitted by Jon Maiga
; 2,5,4,6,4,7,9,0,8,9,4,7,0,3,2,5,3,7,2,3,0,2,1,4,0,2,1,3,9,6,0,2,2,9,7,9,2,5,5,1,3,5,4,3,3,1,8,4,7,3,0,3,1,7,9,9,6,2,6,7,7,5,0,4,9,4,2,3,4,8,7,6,2,1,4,7,6,2,4,5,6,1,4,4,1,8,2,0,8,4,4,2,6,0,0,4,9,3,7,5
mov $1,1
mov $3,$0
mul $3,4
lpb $3
mov $6,$1
mul $... | 17.333333 | 201 | 0.521154 |
82f94215be331edda070cc38dadfed17d9af4332 | 6,245 | asm | Assembly | Transynther/x86/_processed/US/_st_zr_4k_/i7-8650U_0xd2_notsx.log_151_551.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_zr_4k_/i7-8650U_0xd2_notsx.log_151_551.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_zr_4k_/i7-8650U_0xd2_notsx.log_151_551.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x347a, %r8
nop
nop
nop
xor $10509, %r14
vmovups (%r8), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $0, %xmm3, %rdx
nop
nop
nop
xor %rsi, %rsi
lea addresses_WC_ht+0x1e7a, %r13
n... | 22.14539 | 452 | 0.644355 |
9617969540b7cda4fa6f9905a73ff03bbcb63d17 | 144 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/condrv.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/condrv.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/condrv.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: condrv.asm
Type: file
Size: 24663
Last-Modified: '1991-10-30T08:40:03Z'
SHA-1: E68699AAFD7EF40093A9107450CB2D4C9B565BD1
Description: null
| 20.571429 | 47 | 0.8125 |
f5dc37007ef9ac3421e2953d7392963cd30aef26 | 516 | asm | Assembly | oeis/039/A039653.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/039/A039653.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/039/A039653.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A039653: a(0) = 0; for n > 0, a(n) = sigma(n)-1.
; Submitted by Jon Maiga
; 0,0,2,3,6,5,11,7,14,12,17,11,27,13,23,23,30,17,38,19,41,31,35,23,59,30,41,39,55,29,71,31,62,47,53,47,90,37,59,55,89,41,95,43,83,77,71,47,123,56,92,71,97,53,119,71,119,79,89,59,167,61,95,103,126,83,143,67,125,95,143,71,194,73,113,123,139,95,16... | 32.25 | 325 | 0.618217 |
f120364fc76b2404a4f99e085639bfd17093d6f3 | 371 | asm | Assembly | oeis/203/A203478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/203/A203478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/203/A203478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A203478: a(n) = v(n+1)/v(n), where v=A203477.
; Submitted by Jamie Morken(s1)
; 3,30,1080,146880,77552640,161309491200,1331771159347200,43809944057885491200,5753472333233985788313600,3019422280481195741706977280000,6335279362770913356551778761441280000
add $0,1
mov $2,1
mov $3,2
mov $4,1
lpb $0
sub $0,1
add $3,$... | 21.823529 | 174 | 0.727763 |
3435a67dcc64a0eb7409693d7e7d2cdc299b69ab | 726 | asm | Assembly | oeis/267/A267045.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/267/A267045.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/267/A267045.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A267045: Decimal representation of the middle column of the "Rule 91" elementary cellular automaton starting with a single ON (black) cell.
; 1,2,4,8,17,34,69,138,277,554,1109,2218,4437,8874,17749,35498,70997,141994,283989,567978,1135957,2271914,4543829,9087658,18175317,36350634,72701269,145402538,290805077,581610154... | 55.846154 | 497 | 0.830579 |
d1517754cbb137714923e21f8966cb8474e5134d | 283 | asm | Assembly | libsrc/target/zx/stdio/bordercolour.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/zx/stdio/bordercolour.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/zx/stdio/bordercolour.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void bordercolor(int c) __z88dk_fastcall;
;
;
SECTION code_clib
PUBLIC bordercolor
PUBLIC _bordercolor
EXTERN conio_map_colour
EXTERN zx_border
bordercolor:
_bordercolor:
ld a,l
call conio_map_colour
ld l,a
jp zx_border
| 15.722222 | 43 | 0.65371 |
0f69ab5b47a65cf7c9b349d75d050d54646d95bc | 1,276 | asm | Assembly | src/test/ref/union-8.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/union-8.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/union-8.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Minimal union with C-Standard behavior - union return value
// Commodore 64 PRG executable file
.file [name="union-8.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment B... | 20.253968 | 62 | 0.581505 |
1256a7f665b046b7e6c6cd476b0b6a1c84547aa1 | 6,411 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_sm_/i7-8650U_0xd2.log_2053_1532.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-8650U_0xd2.log_2053_1532.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-8650U_0xd2.log_2053_1532.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 %r8
push %rax
push %rdx
push %rsi
lea addresses_normal_ht+0x19bf3, %r8
nop
nop
and $52014, %r10
mov $0x6162636465666768, %r14
movq %r14, %xmm0
vmovups %ymm0, (%r8)
nop
nop
nop
sub %rsi, %rsi
lea addresses_WT_ht+0x43f3, %rdx
nop
nop
nop
nop
... | 35.032787 | 2,999 | 0.652784 |
a81909803b94d99d91af994de6afd9741248b0e8 | 895 | asm | Assembly | src/unison/test/fast/Hexagon/speed/gobmk.patterns.autohelperpat301.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 88 | 2016-09-27T15:20:07.000Z | 2022-03-24T15:23:06.000Z | src/unison/test/fast/Hexagon/speed/gobmk.patterns.autohelperpat301.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 56 | 2018-02-26T16:44:15.000Z | 2019-02-23T17:07:32.000Z | src/unison/test/fast/Hexagon/speed/gobmk.patterns.autohelperpat301.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 10 | 2016-11-22T15:03:46.000Z | 2020-07-13T21:34:31.000Z | .text
.file "gobmk.patterns.autohelperpat301.ll"
.hidden autohelperpat301
.globl autohelperpat301
.align 16
.type autohelperpat301,@function
autohelperpat301: // @autohelperpat301
// BB#0:
{
r16 = r2
memd(r29 + #-16) = r17:16
allocframe(#8)
}
{
r0 = add(##transformation, asl(r... | 21.829268 | 174 | 0.649162 |
0b0a244780cb067b161e9e95cc65d954a840faef | 357 | asm | Assembly | oeis/127/A127262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/127/A127262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/127/A127262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A127262: a(0)=2, a(1)=2, a(n) = 2*a(n-1) + 12*a(n-2).
; Submitted by Jon Maiga
; 2,2,28,80,496,1952,9856,43136,204544,926720,4307968,19736576,91168768,419176448,1932378112,8894873600,40978284544,188695052288,869129519104,4002599665664,18434753560576,84900703109120
mov $3,2
lpb $0
sub $0,1
mov $2,$3
mul $2,13
... | 25.5 | 185 | 0.694678 |
4ea3b55f082522ab81fac2b484675ff44d73903a | 541 | asm | Assembly | programs/oeis/057/A057859.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/057/A057859.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/057/A057859.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A057859: Number of residue classes modulo n which contain a prime.
; 1,2,3,3,5,4,7,5,7,6,11,6,13,8,10,9,17,8,19,10,14,12,23,10,21,14,19,14,29,11,31,17,22,18,26,14,37,20,26,18,41,15,43,22,26,24,47,18,43,22,34,26,53,20,42,26,38,30,59,19,61,32,38,33,50,23,67,34,46,27,71,26,73,38,42,38,62,27,79,34,55,42,83,27,66,44,58,42... | 60.111111 | 287 | 0.672828 |
0bd684e7c3d59b7fca2fa4856f474a001078990f | 2,742 | asm | Assembly | Library/Text/TextStorage/tsSmallFind.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Text/TextStorage/tsSmallFind.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Text/TextStorage/tsSmallFind.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: tsSmallFind.asm
AUTHOR: John Wedgwood, Nov 26, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date D... | 28.268041 | 79 | 0.563093 |
77e66a4719b196eaefd183185ba211f239cac39f | 440 | asm | Assembly | oeis/240/A240135.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/240/A240135.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/240/A240135.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A240135: a(n) = composite(n)*2^(n - 3).
; Submitted by Christian Krause
; 1,3,8,18,40,96,224,480,1024,2304,5120,10752,22528,49152,102400,212992,442368,917504,1966080,4194304,8650752,17825792,36700160,75497472,159383552,327155712,671088640,1409286144,2952790016,6039797760,12348030976,25769803776
mov $1,$0
seq $0,1403... | 36.666667 | 223 | 0.736364 |
11b15e41f7e87c867ad94da157a522393028e801 | 364 | asm | Assembly | samples/class.asm | Idorobots/asm | 37ebdef318ef7fc01b8e55a50baac57f74ddbe38 | [
"MIT"
] | 2 | 2017-03-02T20:24:31.000Z | 2020-03-26T03:20:12.000Z | samples/class.asm | Idorobots/asm | 37ebdef318ef7fc01b8e55a50baac57f74ddbe38 | [
"MIT"
] | null | null | null | samples/class.asm | Idorobots/asm | 37ebdef318ef7fc01b8e55a50baac57f74ddbe38 | [
"MIT"
] | null | null | null | ################################################################################
# ASM Class example
#
# > (var hello ((HelloWorld! new)))
# > (hello string)
# "Hello world!"
# > ((hello sayHi))
# Hello world!
####################
# The class:
(class HelloWorld! {
(static var string "Hello world!")
(func... | 20.222222 | 80 | 0.412088 |
eb6834ae9d5612ee5d1fa5818e31abbd1cf70e9e | 520 | asm | Assembly | oeis/049/A049777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049777: Triangular array read by rows: T(m,n) = n + n+1 + ... + m = (m+n)(m-n+1)/2.
; Submitted by Christian Krause
; 1,3,2,6,5,3,10,9,7,4,15,14,12,9,5,21,20,18,15,11,6,28,27,25,22,18,13,7,36,35,33,30,26,21,15,8,45,44,42,39,35,30,24,17,9,55,54,52,49,45,40,34,27,19,10,66,65,63,60,56,51,45,38,30,21,11,78,77,75,72,68,6... | 30.588235 | 289 | 0.607692 |
cbd284ef54999757ad5ec6a6bbc40dab28da0075 | 814 | asm | Assembly | lab09/demo/demo.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | lab09/demo/demo.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | lab09/demo/demo.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | %include "../utils/printf32.asm"
section .data
len: dd 5
fmt_len: db "%d", 10, 0
fmt_sum: db "%hd", 10, 0
v: db 1, 2, 3, 4, 5
section .text
extern printf
global main
; https://docs.google.com/presentation/d/1BwDVE_Qo0oo9WduuorB09m3k3QPXAQATZ-7yiqhxnuw/edit?usp=sharing
get_sum:
push ebp
mov ebp, esp
sub... | 13.79661 | 102 | 0.576167 |
44105bae120a7fe7a8763d87ea112af8be308213 | 427 | asm | Assembly | oeis/116/A116733.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/116/A116733.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/116/A116733.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A116733: Number of permutations of length n which avoid the patterns 321, 1324, 2341.
; Submitted by Christian Krause
; 1,2,5,12,24,41,63,90,122,159,201,248,300,357,419,486,558,635,717,804,896,993,1095,1202,1314,1431,1553,1680,1812,1949,2091,2238,2390,2547,2709,2876,3048,3225,3407,3594,3786,3983,4185,4392,4604,4821,5... | 28.466667 | 208 | 0.702576 |
5368ae323c4cf9abc6dc6a9dbfa8c32d68b06ca4 | 817 | asm | Assembly | programs/oeis/046/A046174.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/046/A046174.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/046/A046174.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A046174: Indices of pentagonal numbers which are also triangular.
; 0,1,12,165,2296,31977,445380,6203341,86401392,1203416145,16761424636,233456528757,3251629977960,45289363162681,630799454299572,8785902997031325,122371842504138976,1704419892060914337,23739506646348661740,330648673156820350021,4605341917549136238552,6... | 48.058824 | 617 | 0.858017 |
e7035db60355f4ce9ee54c8f52fdddb474897afa | 16,047 | asm | Assembly | compeng205-assign-45/game.asm | cooperbarth/COMP_ENG-205-Final | 22596601a27b16d61f856b60aa4b10ae281035fa | [
"MIT"
] | null | null | null | compeng205-assign-45/game.asm | cooperbarth/COMP_ENG-205-Final | 22596601a27b16d61f856b60aa4b10ae281035fa | [
"MIT"
] | null | null | null | compeng205-assign-45/game.asm | cooperbarth/COMP_ENG-205-Final | 22596601a27b16d61f856b60aa4b10ae281035fa | [
"MIT"
] | null | null | null | ; #########################################################################
;
; game.asm - Assembly file for CompEng205 Assignment 4/5
;
;
; #########################################################################
.586
.MODEL FLAT,STDCALL
.STACK 4096
option casemap :none ; case sensitive
i... | 18.812427 | 141 | 0.718016 |
fb116a5190c7b05c37338c746cb3df6dbd439d06 | 55 | asm | Assembly | Assembler/AssemblyCode/LowLevel/SET_AB.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | 8 | 2017-04-16T16:53:03.000Z | 2021-09-14T22:29:28.000Z | Assembler/AssemblyCode/LowLevel/SET_AB.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | null | null | null | Assembler/AssemblyCode/LowLevel/SET_AB.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | null | null | null | ; Sets the register A and B
SET A, "1010"
SET B, "0101" | 18.333333 | 27 | 0.654545 |
609c7a32eee32cf753a8584c2f6416a786c118b9 | 160 | asm | Assembly | tests/devices/ramtop/ramtop_global.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/devices/ramtop/ramtop_global.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/devices/ramtop/ramtop_global.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ; test new RAMTOP feature against the "global device" feature
ORG $8000 : jr $
DEVICE ZXSPECTRUM48, $7FFF
SAVESNA "ramtop_global.bin", $8000
| 20 | 65 | 0.66875 |
0d2ece018c7bbd8ded35ddf54d3708132889eed7 | 422 | asm | Assembly | programs/oeis/164/A164654.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/164/A164654.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/164/A164654.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A164654: a(n) = 2*a(n-2) for n > 2; a(1) = 3, a(2) = 8.
; 3,8,6,16,12,32,24,64,48,128,96,256,192,512,384,1024,768,2048,1536,4096,3072,8192,6144,16384,12288,32768,24576,65536,49152,131072,98304,262144,196608,524288,393216,1048576,786432,2097152,1572864,4194304,3145728
mov $2,$0
mod $0,2
mul $2,2
add $2,2
mov $3,$0
mo... | 21.1 | 211 | 0.64455 |
23e05a9a6a5c3436fcc324343742c7b2e304558e | 3,885 | asm | Assembly | src/u1/p6.asm | luishendrix92/lenguajezinterfaz | 05d7c0621f3eb99f0134ae100cb451543ff80afc | [
"MIT"
] | null | null | null | src/u1/p6.asm | luishendrix92/lenguajezinterfaz | 05d7c0621f3eb99f0134ae100cb451543ff80afc | [
"MIT"
] | null | null | null | src/u1/p6.asm | luishendrix92/lenguajezinterfaz | 05d7c0621f3eb99f0134ae100cb451543ff80afc | [
"MIT"
] | null | null | null | ; 6 - Programa que dibuja un círculo
; López Garay Luis Felipe
; 15211312
; 17 de Septiembre del 2018
.Model small
.stack 64
.Data
.Code
; limpiar pantalla
mov ax,03h ; servicio de página
int 10h ; interrupción de pantalla
; posicionar cursor
mov ah,02h ; servicio de cursor
mov dh,4 ; fila
mov d... | 13.304795 | 39 | 0.623681 |
371dd89c2695403027187b0dd4e41ac19819da87 | 373 | asm | Assembly | oeis/001/A001202.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001202.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001202.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001202: a(1)=0, a(2n) = a(n)+1, a(2n+1) = 10*a(n+1).
; Submitted by Simon Strandgaard
; 0,1,10,2,100,11,20,3,1000,101,110,12,200,21,30,4,10000,1001,1010,102,1100,111,120,13,2000,201,210,22,300,31,40,5,100000,10001,10010,1002,10100,1011,1020,103
mov $2,1
lpb $0
gcd $2,$3
mov $3,$0
div $0,2
dif $3,$0
mod $3... | 21.941176 | 158 | 0.608579 |
4505565eb9c88300f1656b91118b06d0c5036cd6 | 654 | asm | Assembly | oeis/181/A181546.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/181/A181546.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/181/A181546.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A181546: a(n) = Sum_{k=0..floor(n/2)} C(n-k,k)^4.
; Submitted by Jon Maiga
; 1,1,2,17,83,338,1923,11553,63028,359203,2172469,13026034,78106885,478415635,2957675956,18321372721,114301292581,718253640196,4531427831111,28699590926291,182566373639352,1165539703613397,7463505345238503,47934838731663378,308718415850464759,... | 43.6 | 476 | 0.814985 |
45119233875d91ef0b7357c27a7ee4a0cd7b60b3 | 415 | asm | Assembly | oeis/052/A052621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052621: E.g.f. (2+x+x^2+x^3)/(1-x^4).
; Submitted by Jon Maiga
; 2,1,2,6,48,120,720,5040,80640,362880,3628800,39916800,958003200,6227020800,87178291200,1307674368000,41845579776000,355687428096000,6402373705728000,121645100408832000,4865804016353280000
mov $1,$0
dif $0,2
gcd $0,2
seq $1,142 ; Factorial numbers: n! ... | 41.5 | 189 | 0.742169 |
99ce191a74dbcdd1d5525a7f3e39b3bb772e4b47 | 1,005 | asm | Assembly | programs/oeis/079/A079547.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/079/A079547.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/079/A079547.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A079547: a(n) = ((n^6 - (n-1)^6) - (n^2 - (n-1)^2))/60.
; 0,1,11,56,192,517,1183,2408,4488,7809,12859,20240,30680,45045,64351,89776,122672,164577,217227,282568,362768,460229,577599,717784,883960,1079585,1308411,1574496,1882216,2236277,2641727,3103968,3628768,4222273,4891019,5641944,6482400,7420165,8463455,9620936,109... | 67 | 835 | 0.8 |
9260db08e437ac46f34179c52c9eac02950a7bc6 | 4,841 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1834.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.log_21829_1834.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.log_21829_1834.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 %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1323c, %rsi
lea addresses_WC_ht+0x75cc, %rdi
cmp $35839, %r11
mov $61, %rcx
rep movsq
nop
nop
nop
nop
nop
dec %rbp
lea addresses_D_ht+0x51e, %r15
nop
nop
sub %r9, %r9
movl $0x61626364,... | 49.397959 | 2,999 | 0.660194 |
2b1ae37782cc48015b7e4cb5ecaf56b374c08f02 | 7,131 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_408.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_408.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_408.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 %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x19a8a, %rsi
lea addresses_WC_ht+0x2362, %rdi
nop
nop
inc %rbp
mov $71, %rcx
rep movsl
nop
nop
add $18492, %r12
lea addresses_WT_ht+0xa38a, %rsi
lea addresses_WT_ht+0x808a, %rd... | 36.948187 | 2,999 | 0.657131 |
f6b42526a0368e99ee063fc7e1e1776d681cf35b | 1,135 | asm | Assembly | programs/oeis/286/A286988.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/286/A286988.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/286/A286988.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A286988: Positions of 0 in A286987; complement of A286989.
; 3,6,8,11,13,16,19,21,24,26,29,32,34,37,39,42,44,47,50,52,55,57,60,63,65,68,70,73,75,78,81,83,86,88,91,94,96,99,101,104,107,109,112,114,117,119,122,125,127,130,132,135,138,140,143,145,148,150,153,156,158,161,163,166,169,171,174,176,179,182,184,187,189,192,19... | 94.583333 | 960 | 0.718943 |
709d914cdfd8c5df75e105098943c4a35c9db773 | 12,536 | asm | Assembly | P6/data_P6_2/ALUTest45.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/ALUTest45.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/ALUTest45.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | sll $4,$5,18
sltiu $3,$2,-21013
lb $1,4($0)
or $2,$2,$3
sra $2,$2,11
sltu $0,$0,$3
and $5,$3,$3
addiu $5,$3,-411
andi $3,$0,6323
addiu $5,$5,-31596
lw $0,0($0)
or $5,$0,$3
ori $5,$5,60606
or $4,$5,$3
addu $5,$5,$3
ori $4,$4,36804
addiu $4,$4,-15773
and $3,$5,$3
slti $0,$0,27484
nor $5,$5,$3
ori $3,$1,40081
addiu $4,$3,... | 14.101237 | 18 | 0.523373 |
07445ad87708a3b8b8bd9b75f32033abe679319d | 60,376 | asm | Assembly | Appl/Bindery/Document/documentPageSetup.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Bindery/Document/documentPageSetup.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Bindery/Document/documentPageSetup.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-1994 -- All Rights Reserved
PROJECT: GEOS
MODULE: Studio
FILE: documentUserSection.asm
ROUTINES:
Name Description
---- -----------
INT DPS_ObjMessageNoFlags Notification that a master... | 23.630528 | 196 | 0.665264 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.