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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
249eccc24e2b3f29b7287fe38caf413c147d81c0 | 489 | asm | Assembly | oeis/215/A215665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/215/A215665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/215/A215665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A215665: a(n) = 3*a(n-2) - a(n-3), with a(0)=0, a(1)=a(2)=-3.
; Submitted by Christian Krause
; 0,-3,-3,-9,-6,-24,-9,-66,-3,-189,57,-564,360,-1749,1644,-5607,6681,-18465,25650,-62076,95415,-211878,348321,-731049,1256841,-2541468,4501572,-8881245,16046184,-31145307,57019797,-109482105,202204698,-385466112,716096199
m... | 23.285714 | 221 | 0.603272 |
978133fdbaf26100c7583616ad7b6303198eb6d1 | 3,932 | asm | Assembly | Userland/SampleCodeModule/asm/lib.asm | BraveJero/bareOS | b1f3634a219cb2dddcc3c1b238541304361ce8dc | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/asm/lib.asm | BraveJero/bareOS | b1f3634a219cb2dddcc3c1b238541304361ce8dc | [
"BSD-3-Clause"
] | 17 | 2021-10-30T23:38:06.000Z | 2021-11-03T02:03:09.000Z | Userland/SampleCodeModule/asm/lib.asm | BraveJero/bareOS | b1f3634a219cb2dddcc3c1b238541304361ce8dc | [
"BSD-3-Clause"
] | null | null | null | GLOBAL print, setReg, fillDate, inforeg, fillMem, _quadratic, read
EXTERN print_f
; _quadratic(double * a, double * b, double * c, double * x1, double * x2)
; rdi, rsi, rdx, rcx, r8
_quadratic:
push rbp
mov rbp, rsp
; (-b +- sqrt(b^2 - 4ac)) / 2a
; https://math.stackexchange.com/question... | 17.021645 | 79 | 0.546287 |
b569b2e195559a15ff6d378226d9e166d18360d3 | 661 | asm | Assembly | libsrc/graphics/clga.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/graphics/clga.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/graphics/clga.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Stubs Written by D Morris - 30/9/98
;
;
; $Id: clga.asm,v 1.7 2016-04-13 21:09:09 dom Exp $
;
;Usage: clga(struct *pixels)
SECTION code_clib
PUBLIC clga
... | 17.394737 | 54 | 0.500756 |
72d7ab9e571fc442a715073db549789c433c9e93 | 304 | asm | Assembly | programs/oeis/105/A105637.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/105/A105637.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/105/A105637.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A105637: a(n) = a(n-2)+a(n-3)-a(n-5).
; 0,1,2,1,3,3,3,4,5,4,6,6,6,7,8,7,9,9,9,10,11,10,12,12,12,13,14,13,15,15,15,16,17,16,18,18,18,19,20,19,21,21,21,22,23,22,24,24,24,25,26,25,27,27,27,28,29,28,30,30,30,31,32,31,33,33,33,34,35,34,36,36,36,37,38,37
add $0,3
mov $1,$0
gcd $0,262149
sub $1,$0
div $1,2
| 33.777778 | 210 | 0.595395 |
b94155ff1e3078541417ccb160e00a4221d4712e | 471 | asm | Assembly | oeis/026/A026067.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026067.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026067.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026067: a(n) = (d(n)-r(n))/2, where d = A026066 and r is the periodic sequence with fundamental period (1,0,0,0).
; Submitted by Jon Maiga
; 52,84,123,170,225,290,364,448,542,648,765,894,1035,1190,1358,1540,1736,1948,2175,2418,2677,2954,3248,3560,3890,4240,4609,4998,5407,5838,6290,6764,7260,7780,8323,8890,9481,10098... | 31.4 | 232 | 0.700637 |
f7cb06f9f5bdd7762fe9cf2e3592276d631918be | 759 | asm | Assembly | oeis/090/A090995.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/090/A090995.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/090/A090995.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A090995: Number of meaningful differential operations of the n-th order on the space R^10.
; Submitted by Jon Maiga
; 10,18,32,58,104,188,338,610,1098,1980,3566,6428,11580,20870,37602,67762,122096,220018,396448,714388,1287266,2319594,4179738,7531660,13571542,24455124,44066548,79405254,143083226,257827186,464588384,83... | 37.95 | 487 | 0.786561 |
acd81bdd645fe32d9529647ee4e7bf283914b4b8 | 657 | asm | Assembly | oeis/054/A054320.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054320.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054320.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054320: Expansion of g.f.: (1 + x)/(1 - 10*x + x^2).
; Submitted by Jon Maiga
; 1,11,109,1079,10681,105731,1046629,10360559,102558961,1015229051,10049731549,99482086439,984771132841,9748229241971,96497521286869,955226983626719,9455772314980321,93602496166176491,926569189346784589,9172089397301669399,9079432478366990... | 43.8 | 477 | 0.821918 |
76aea44d27a9a05fc78895e8290782c78d7b1844 | 322 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_add.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_add.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_add.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math16
PUBLIC l_f16_add
PUBLIC f16_add
PUBLIC f16_add_callee
EXTERN asm_f16_add_callee
EXTERN cm16_sccz80_add
EXTERN cm16_sccz80_add_callee
defc l_f16_add = asm_f16_add_callee
defc f16_add = cm16_sccz80_add
defc f16_add_callee = cm16_sccz80_add_callee... | 16.947368 | 48 | 0.742236 |
f965941d7578a19cdeab9254e56e10cfd1103fcb | 660 | asm | Assembly | src/ow_parserDeclareVar_showOverwrite.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | 17 | 2018-07-11T20:53:46.000Z | 2022-03-01T18:20:42.000Z | src/ow_parserDeclareVar_showOverwrite.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | 24 | 2018-10-23T07:47:33.000Z | 2021-02-09T09:06:25.000Z | src/ow_parserDeclareVar_showOverwrite.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | null | null | null | ; Overwrite error message during parsing in zCParser::DeclareVar
%include "inc/macros.inc"
%if GOTHIC_BASE_VERSION == 1
%include "inc/symbols_g1.inc"
%elif GOTHIC_BASE_VERSION == 2
%include "inc/symbols_g2.inc"
%endif
%ifidn __OUTPUT_FORMAT__, bin
org g1g2(0x6F2113,0x79BABF)
%endif
bits 32
sect... | 23.571429 | 99 | 0.619697 |
658ef6864d03d08bcc9168842dca51c994ca643e | 825 | asm | Assembly | oeis/142/A142328.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142328.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142328.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142328: Primes congruent to 31 mod 45.
; Submitted by Jon Maiga
; 31,211,571,661,751,1021,1201,1291,1381,1471,1741,1831,2011,2281,2371,2551,2731,3001,3181,3271,3361,3541,3631,4261,4441,4621,4801,5431,5521,5701,5791,5881,6151,6421,6691,6781,6871,6961,7321,7411,7591,7681,7951,8221,8311,8581,8761,8941,9391,9661,9931,10... | 34.375 | 496 | 0.724848 |
03728b74dcd48d70e2430eeec1352a37992bec4a | 7,970 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1584.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_1584.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_1584.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 %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1ee1f, %r8
nop
nop
xor $2271, %rbp
movl $0x61626364, (%r8)
nop
nop
nop
nop
inc %rdx
lea addresses_D_ht+0xb285, %rdx
nop
nop
nop
nop
nop
add %rax, %rax
movw $0x6162, ... | 30.536398 | 2,999 | 0.652572 |
d647923cdeb3dd4286888ed4e818a26b0e039849 | 947 | asm | Assembly | data/maps/dungeon_maps.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/dungeon_maps.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/dungeon_maps.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | ; GetBattleTransitionID_IsDungeonMap fails to recognize
; VICTORY_ROAD_2F, VICTORY_ROAD_3F, all ROCKET_HIDEOUT maps,
; POKEMON_MANSION_1F, SEAFOAM_ISLANDS_[B1F-B4F], POWER_PLANT,
; DIGLETTS_CAVE, and SILPH_CO_[9-11]F as dungeon maps
; GetBattleTransitionID_IsDungeonMap checks if wCurMap
; is equal to one of these maps... | 33.821429 | 67 | 0.812038 |
15bd512a829b41ae1df95772a35db7426e9d0e64 | 406 | asm | Assembly | modules/lcd_init.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | 2 | 2021-05-08T20:51:42.000Z | 2021-05-08T20:52:06.000Z | modules/lcd_init.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | null | null | null | modules/lcd_init.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | 2 | 2020-12-14T00:09:01.000Z | 2021-03-25T14:07:08.000Z | lcd_init:
CLR RS
CLR P1.7
CLR P1.6
SETB P1.5
CLR P1.4
SETB EN
CLR EN
CALL delay
SETB EN
CLR EN
SETB P1.7
SETB EN
CLR EN
CALL delay
CLR P1.7
CLR P1.6
CLR P1.5
CLR P1.4
SETB EN
CLR EN
SETB P1.6
SETB P1.5
SETB EN
CLR EN
CALL delay
CLR P1.7
CLR P1.6
CLR P1.5
CLR P1.4
SETB EN
CL... | 6.881356 | 11 | 0.618227 |
bdf2a6dbf49c8ac61f68d311a197716645d13095 | 843 | asm | Assembly | Assembly/Exercise code/3.asm | XU-99/ONE | bd4c118d044941849c5a1357a7025859e091d32a | [
"MIT"
] | 1 | 2020-07-18T15:40:10.000Z | 2020-07-18T15:40:10.000Z | Assembly/Exercise code/3.asm | XU-99/ONE | bd4c118d044941849c5a1357a7025859e091d32a | [
"MIT"
] | null | null | null | Assembly/Exercise code/3.asm | XU-99/ONE | bd4c118d044941849c5a1357a7025859e091d32a | [
"MIT"
] | null | null | null |
INCLUDE Irvine32.inc
.data
Message byte "please enter first number = ",0
Message2 byte "please enter second number = ",0
Message3 byte "N^M = ",0
m byte ?
n byte ?
s byte 0
.code
main PROC
call Clrscr
mov edx,offset Message
call WriteString
... | 15.90566 | 55 | 0.492289 |
3319a301bde2631d1030529c2a734113fdbf47de | 3,202 | asm | Assembly | dino/lcs/123p/1E.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/1E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/123p/1E.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
00042A move.l D1, (A0)+
00042C dbra D0, $42a
0018CE add.w ($1e,A6), D0 [123p+ 18, enemy+18, item+18]
0018D2 move.w D0, ($18,A6) [123p+ 1E, enemy+1E, item+1E]
004D94 move.l D1, (A1)+
004D96 dbra D0, $4d94
00539C move.w (A0), ($1e,A6) [123p+ 1... | 50.03125 | 350 | 0.621799 |
30de65680c3545f148b188383c261f2a132771e6 | 711 | asm | Assembly | programs/oeis/033/A033044.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033044.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033044.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033044: Sums of distinct powers of 7.
; 0,1,7,8,49,50,56,57,343,344,350,351,392,393,399,400,2401,2402,2408,2409,2450,2451,2457,2458,2744,2745,2751,2752,2793,2794,2800,2801,16807,16808,16814,16815,16856,16857,16863,16864,17150,17151,17157,17158,17199,17200,17206,17207,19208,19209,19215,19216,19257,19258,19264,19265,1... | 101.571429 | 577 | 0.801688 |
1fdd1d239ad75a2b35af9dcba60b617e98c53522 | 405 | asm | Assembly | libsrc/spectrum/opus/get_kempston.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/opus/get_kempston.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/opus/get_kempston.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; ZX Spectrum OPUS DISCOVERY specific routines
;
; Stefano Bodrato - Jun. 2006
;
; This routine get the kempston joystick emulation status.
;
; $Id: get_kempston.asm,v 1.3 2016/06/27 19:16:33 dom Exp $
;
SECTION code_clib
PUBLIC get_kempston
PUBLIC _get_kempston
get_kempston:
_get_kempston:
call $1708 ; pag... | 15 | 59 | 0.718519 |
d9c56a1402b711c34aadb6e9ff3fe9b9a0292024 | 2,884 | asm | Assembly | Library/Ruler/rulerManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Ruler/rulerManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Ruler/rulerManager.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: GeoCalc
FILE: rulerManager.asm
AUTHOR: Gene Anderson, Jun 13, 1991
REVISION HISTORY:
Name Date Description
---- ---- -----------
Gene 6/13/... | 25.522124 | 80 | 0.459085 |
c11e6ea5ec7b3ea46da2a9ed572161c6b482a143 | 2,291 | asm | Assembly | programs/oeis/157/A157761.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157761.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157761.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157761: a(n) = 297754*n - 53000.
; 244754,542508,840262,1138016,1435770,1733524,2031278,2329032,2626786,2924540,3222294,3520048,3817802,4115556,4413310,4711064,5008818,5306572,5604326,5902080,6199834,6497588,6795342,7093096,7390850,7688604,7986358,8284112,8581866,8879620,9177374,9475128,9772882,10070636,10368390,106... | 327.285714 | 2,215 | 0.877346 |
c6e1a5cf1a2a83239648ae36b33333c5f27d660d | 680 | asm | Assembly | oeis/330/A330317.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/330/A330317.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/330/A330317.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A330317: a(n) = Sum_{i=0..n} r(i)*r(i+1), where r(n) = A004018(n) is the number of ways of writing n as a sum of two squares.
; Submitted by Jon Maiga
; 4,20,20,20,52,52,52,52,68,100,100,100,100,100,100,100,132,164,164,164,164,164,164,164,164,260,260,260,260,260,260,260,260,260,260,260,292,292,292,292,356,356,356,356... | 35.789474 | 259 | 0.660294 |
35438cd1a6d9d45bc6b553ac0ac9a1a24311d6a8 | 1,237 | asm | Assembly | Irvine/Examples/ch16/ColorSt2.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch16/ColorSt2.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch16/ColorSt2.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | TITLE Color String Example (ColorSt2.asm)
Comment !
Demonstrates INT 10h function 13h, which writes
a string containing embedded attribute bytes to the
video display. The write mode values in AL are:
0 = string contains only character codes; cursor not
updated after write, and attribute is in BL.
1 = ... | 23.339623 | 54 | 0.703314 |
8f111b3573f346fbfa2f06c63c47a165223ca3bd | 598,624 | asm | Assembly | kernel.asm | ngp111/xv6-SPOS-Proj | 411fd6cd9de857081da8e289918a6e6b9e09820e | [
"MIT-0"
] | null | null | null | kernel.asm | ngp111/xv6-SPOS-Proj | 411fd6cd9de857081da8e289918a6e6b9e09820e | [
"MIT-0"
] | null | null | null | kernel.asm | ngp111/xv6-SPOS-Proj | 411fd6cd9de857081da8e289918a6e6b9e09820e | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... | 38.272745 | 74 | 0.521932 |
5a542914c0349d436909a5720d5cf1ad7d700775 | 3,180 | asm | Assembly | VM/src/Linux/VPU/x86_64/organized/fetch.asm | ozdevguy/Ditto | 70ff02ae1f5483e168ba4900d28bcdfcacfe22bd | [
"Apache-2.0"
] | null | null | null | VM/src/Linux/VPU/x86_64/organized/fetch.asm | ozdevguy/Ditto | 70ff02ae1f5483e168ba4900d28bcdfcacfe22bd | [
"Apache-2.0"
] | null | null | null | VM/src/Linux/VPU/x86_64/organized/fetch.asm | ozdevguy/Ditto | 70ff02ae1f5483e168ba4900d28bcdfcacfe22bd | [
"Apache-2.0"
] | null | null | null | /*
*=========================================================================*
| The Ditto Virtual Machine | Written by Bobby Crawford (ozdevguy) |
| http://www.crawford-online.com |
| |
| This program is free software: you can redistribute it and/or modify |
| it unde... | 56.785714 | 137 | 0.642138 |
841260a51759fd3808d94e143a3f9bea8cfedaf3 | 8,108 | asm | Assembly | kernel/net/http.asm | ssebs/xos | 8c50cb7753690ad67696131a8b9935947e1a8075 | [
"MIT"
] | 15 | 2020-05-02T22:04:24.000Z | 2021-08-31T16:56:59.000Z | kernel/net/http.asm | JamesLinus/xos | 3fba0cb15e84b5f7cd08e0a29ed5f86087192d2e | [
"MIT"
] | null | null | null | kernel/net/http.asm | JamesLinus/xos | 3fba0cb15e84b5f7cd08e0a29ed5f86087192d2e | [
"MIT"
] | 1 | 2019-07-20T10:10:36.000Z | 2019-07-20T10:10:36.000Z |
;; xOS32
;; Copyright (C) 2016-2017 by Omar Mohammad.
use32
; HyperText Transfer Protocol
HTTP_DESTINATION_PORT = 80
HTTP_DEBUG_PORT = 8080 ; probably not needed..
HTTP_INITIAL_SEQ = 0x00000000
http_get_string db "GET "
http_head_string db "HEAD "
http_version_string db "HTTP/1.1"
http_user_agent_st... | 13.468439 | 75 | 0.686729 |
d98aadd75c2eca7f64ac4bb1c28d1ad4428b0627 | 4,163 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_73_1762.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_73_1762.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_73_1762.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 %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1d35, %rdx
nop
and %rsi, %rsi
movl $0x61626364, (%rdx)
and %rdx, %rdx
lea addresses_WC_ht+0xb09d, %r8
nop
nop
cmp $22295, %r10
mov $0x6162636465666768, %r14
movq %r14, %xmm5
m... | 20.608911 | 218 | 0.648571 |
059f766942e784a03d2945a73395b84436762188 | 9,069 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0_notsx.log_21829_341.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0_notsx.log_21829_341.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0_notsx.log_21829_341.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 %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x164fc, %r15
nop
nop
nop
xor %r8, %r8
movb $0x61, (%r15)
nop
nop
nop
cmp $58316, %r13
lea addresses_D_ht+0x40d8, %rsi
nop
inc %r8
mov (%rsi), %r10w
nop
dec %rsi
lea addresses_n... | 31.70979 | 2,999 | 0.653986 |
9c8e5df42444b46a0e6ffb2c6d3a8eabcb46393a | 11,532 | asm | Assembly | CODE/ZUMPUS/zumpus_funcs.asm | mspeculatrix/Zolatron64 | 030c8c60ae4776bcc75c7b00cb061c265549e235 | [
"MIT"
] | null | null | null | CODE/ZUMPUS/zumpus_funcs.asm | mspeculatrix/Zolatron64 | 030c8c60ae4776bcc75c7b00cb061c265549e235 | [
"MIT"
] | null | null | null | CODE/ZUMPUS/zumpus_funcs.asm | mspeculatrix/Zolatron64 | 030c8c60ae4776bcc75c7b00cb061c265549e235 | [
"MIT"
] | 1 | 2021-12-01T17:51:03.000Z | 2021-12-01T17:51:03.000Z | ; zumpus_funcs.asm
\ ------------------------------------------------------------------------------
\ --- get_decimal_input
\ --- Read a decimal number from STDIN_BUF
\ ------------------------------------------------------------------------------
\ ON EXIT : - 16-bit unsigned integer in MATH_TMP16, MATH_TMP16+1
\ ... | 28.126829 | 80 | 0.603798 |
482a885cc92b3a25dc0750ada3474a80d5a0fc9d | 1,029 | asm | Assembly | runtime/sources/arm/aeabi_ulcmp.asm | wdv4758h/Yeppp- | deeca59a88bc2b014be802fd575757f7c26c180e | [
"BSD-3-Clause"
] | 30 | 2015-09-18T00:52:22.000Z | 2021-11-03T17:44:30.000Z | runtime/sources/arm/aeabi_ulcmp.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 1 | 2017-02-09T04:53:29.000Z | 2017-02-09T04:53:29.000Z | runtime/sources/arm/aeabi_ulcmp.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 6 | 2017-02-09T03:05:32.000Z | 2022-03-17T06:50:19.000Z | /*
* Yeppp! library runtime infrastructure
*
* This file is part of Yeppp! library and licensed under MIT license.
* See runtime/LICENSE.txt for details.
*
*/
.include "common.inc"
.syntax unified
/**
* @brief EABI helper function which performs three-way comparison of two unsigned... | 35.482759 | 129 | 0.693878 |
d52f1ba109087d120e2a1ec1bd10045685e34bba | 2,424 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_3_1169.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_3_1169.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_3_1169.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 %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xd4c7, %r15
xor %r14, %r14
mov (%r15), %rbx
and $6136, %r10
lea addresses_UC_ht+0x130c7, %rsi
lea addresses_A_ht+0x1a807, %rdi
nop
nop
xor $7120, %r14
mov $90, %rcx
rep m... | 18.9375 | 148 | 0.64604 |
2db80255a231585d1adbad2e9cb567caf7871ab9 | 374 | asm | Assembly | programs/oeis/080/A080817.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/080/A080817.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/080/A080817.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A080817: Leading diagonal of triangle in A080818.
; 1,3,6,10,6,10,15,8,13,19,26,15,22,30,16,24,33,43,25,35,46,25,36,48,61,36,49,63,35,49,64,33,48,64,81,46,63,81,43,61,80,100,58,78,99,54,75,97,49,71,94,118,66,90,115,60,85,111,138,79,106,134,72,100,129,159,93,123
mov $1,$0
add $0,1
add $1,2
bin $1,2
seq $1,68527 ; Dif... | 37.4 | 211 | 0.676471 |
ee53e8c4b0beaba77fc7b2ad4c3be8cbf84b83c2 | 1,112 | asm | Assembly | data/pokemon/base_stats/jirachi.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/jirachi.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/jirachi.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 100, 100, 100, 100, 100, 100
; hp atk def spd sat sdf
db STEEL, PSYCHIC ; type
db 3 ; catch rate
db 215 ; base exp
db STAR_PIECE, STAR_PIECE ; items
db GENDER_UNKNOWN ; gender ratio
db 120 ; step cycles to hatch
INCBIN "gfx/pokemon/jirachi/front.dimensions"
db GROWTH... | 55.6 | 689 | 0.774281 |
6f68318655c61360225235269f24e8e8a088c387 | 16,214 | asm | Assembly | crt0msx_msxdos2_fork.asm | Konamiman/NestorWeb | 434a23176518c137731f4784046d3c472b845842 | [
"MIT"
] | 4 | 2020-01-19T11:53:25.000Z | 2021-05-10T21:13:47.000Z | crt0msx_msxdos2_fork.asm | Konamiman/NestorWeb | 434a23176518c137731f4784046d3c472b845842 | [
"MIT"
] | null | null | null | crt0msx_msxdos2_fork.asm | Konamiman/NestorWeb | 434a23176518c137731f4784046d3c472b845842 | [
"MIT"
] | 1 | 2020-01-20T05:17:46.000Z | 2020-01-20T05:17:46.000Z | ;--- crt0.asm for MSX-DOS 2 - by Konamiman, 1/2020
;
; Advanced version with fork:
;
; - Defines main as "int main(char** argv, int argc)",
; the returned value will be passed to _TERM.
;
; - Allows executing a separate program as a subprocess,
; when the suprocess ... | 22.333333 | 113 | 0.55156 |
e2ffd55f7fa2ae8888bf59b0ccbd2e8b83a94e7e | 3,442 | asm | Assembly | libsrc/target/zx81/gen_tv_field.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/zx81/gen_tv_field.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/zx81/gen_tv_field.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; ZX81 libraries - Stefano Dec 2012
;
;----------------------------------------------------------------
;
; $Id: gen_tv_field.asm,v 1.4 2016-06-26 20:36:33 dom Exp $
;
;----------------------------------------------------------------
;
; ZX80 (and ZX81 in FAST mode) trick to try to keep the display stable.
; This sub... | 47.805556 | 116 | 0.429111 |
3a4a6f7f348ea129570de33c3555fda8a278bfe8 | 2,332 | asm | Assembly | source/progaid/renumapp.asm | zellyn/goapple2 | 998569cee15e83ec7a37668ff57ba00258dad542 | [
"MIT"
] | 9 | 2016-07-13T22:04:29.000Z | 2021-10-12T01:06:24.000Z | source/progaid/renumapp.asm | zellyn/goapple2 | 998569cee15e83ec7a37668ff57ba00258dad542 | [
"MIT"
] | null | null | null | source/progaid/renumapp.asm | zellyn/goapple2 | 998569cee15e83ec7a37668ff57ba00258dad542 | [
"MIT"
] | 3 | 2018-01-01T20:30:27.000Z | 2020-04-06T19:12:41.000Z | **************************************************
* *
* APPLE-][ BASIC RENUMBER / APPEND SUBROUTINES *
* *
* VERSION TWO *
* RENUMBER *
* >CLR *
* >START= *
* >STEP= *
* >CALL -10531 *
* *
* OPTIONAL *
* >FROM= *
*... | 28.790123 | 53 | 0.519297 |
1cd103cfe350a49f14318f384ced17ee7786bbcf | 310 | asm | Assembly | programs/oeis/021/A021820.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021820.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021820.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021820: Decimal expansion of 1/816.
; 0,0,1,2,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3,7,2,5,4,9,0,1,9,6,0,7,8,4,3,1,3
add $0,1
mov $1,10
pow $1,$0
mul $1,2
div $1,1632
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
6210e8d1678c8ba55498cfcf2911de03336989d8 | 5,137 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_3_1779.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_3_1779.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_3_1779.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x10c3d, %rdi
nop
cmp %r9, %r9
movw $0x6162, (%rdi)
nop
nop
nop
nop
sub $12001, %r10
lea addresses_WC_ht+0x151dd, %rsi
lea addresses_normal_ht+0x9bdd, %rdi
xor %r13, %r13
mov $3... | 21.584034 | 153 | 0.653884 |
2fabd82edddeac07f1cdb1e8784f5d0665ffb2dd | 3,581 | asm | Assembly | src/u1/p9.asm | luishendrix92/lenguajezinterfaz | 05d7c0621f3eb99f0134ae100cb451543ff80afc | [
"MIT"
] | null | null | null | src/u1/p9.asm | luishendrix92/lenguajezinterfaz | 05d7c0621f3eb99f0134ae100cb451543ff80afc | [
"MIT"
] | null | null | null | src/u1/p9.asm | luishendrix92/lenguajezinterfaz | 05d7c0621f3eb99f0134ae100cb451543ff80afc | [
"MIT"
] | null | null | null | ; 9 - Programa que dibuja un triángulo en pantalla
; López Garay Luis Felipe
; 15211312
; 24 de Septiembre del 2018
.Model small
.stack 64
.Data
.Code
mov ax,03h
int 10h
mov ah,02h
mov dh,5
mov dl,39
int 10h
mov dx,111
mov ah,02h
int 21h
mov ah,02h
mov dh,6
mov dl,38
int 10h
mov dx,1... | 9.448549 | 50 | 0.59341 |
15046e0096e1f0755fe277827f63550d0d600a9c | 296 | asm | Assembly | swapping.asm | arfat01850/Assembly_Program | 000b38c4139fe276eba2941190bfd4b51cfec02f | [
"MIT"
] | 1 | 2019-04-18T22:44:47.000Z | 2019-04-18T22:44:47.000Z | swapping.asm | arfat01850/Assembly_Program | 000b38c4139fe276eba2941190bfd4b51cfec02f | [
"MIT"
] | null | null | null | swapping.asm | arfat01850/Assembly_Program | 000b38c4139fe276eba2941190bfd4b51cfec02f | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.CODE
MAIN PROC
MOV BL,2
MOV BH,4
ADD BL,48
ADD BH,48
XCHG BL,BH
; BL=4
; BH=2
MOV AH,2
MOV DL,BL
INT 21H
MOV DL,BH
INT 21H
MOV AH,4CH
INT 21H
MAIN ENDP
END MAIN | 11.84 | 15 | 0.445946 |
a67401022d4298e947db22d7f6ab262ec4f84a09 | 7,815 | asm | Assembly | pirataMOD2021/pirata_fixed.asm | ruyrybeyro/pirate128 | 1bde3ab8cc5e2e9b746d7e74a2b71cbd8fb5ab87 | [
"MIT"
] | 1 | 2021-04-17T06:10:18.000Z | 2021-04-17T06:10:18.000Z | pirataMOD2021/pirata_fixed.asm | ruyrybeyro/pirate128 | 1bde3ab8cc5e2e9b746d7e74a2b71cbd8fb5ab87 | [
"MIT"
] | null | null | null | pirataMOD2021/pirata_fixed.asm | ruyrybeyro/pirate128 | 1bde3ab8cc5e2e9b746d7e74a2b71cbd8fb5ab87 | [
"MIT"
] | null | null | null | ; PIRATA bugs fixed, code optimized and smaller
; Rui Ribeiro - 2021
;
; https://github.com/ruyrybeyro/pirate128/blob/main/pirataMOD2021/PirataMOD2021.tap
;
; border cyan/red - insert tape to copy
; SPACE to end, jump to save
;
; border yellow - insert blank tape and press 1
; (an... | 23.972393 | 88 | 0.56238 |
3eb5df334ad846ddc3a32900fea056732a797697 | 570 | asm | Assembly | programs/oeis/211/A211538.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/211/A211538.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/211/A211538.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A211538: Number of ordered triples (w,x,y) with all terms in {1,...,n} and 2w=2n-2x-y.
; 0,0,0,1,3,5,9,12,18,22,30,35,45,51,63,70,84,92,108,117,135,145,165,176,198,210,234,247,273,287,315,330,360,376,408,425,459,477,513,532,570,590,630,651,693,715,759,782,828,852,900,925,975,1001,1053,1080,1134,1162,1218,1247,1305,13... | 57 | 423 | 0.719298 |
16b680cf1fd9e5622437f4486952540d206e7821 | 126 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_derror_nannc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_derror_nannc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/z80/asm_derror_nannc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math32
PUBLIC derror_nannc
EXTERN m32_derror_nannc
defc derror_nannc = m32_derror_nannc
| 12.6 | 36 | 0.865079 |
b1e087084dd6d0d58fb38ebf5481077cf0cabe37 | 524 | asm | Assembly | programs/oeis/072/A072988.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/072/A072988.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/072/A072988.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A072988: Coefficient of the highest power of q in the expansion of nu(0)=1, nu(1)=b and for n>=2, nu(n)=b*nu(n-1)+lambda*(n-1)_q*nu(n-2) with (b,lambda)=(3,1), where (n)_q=(1+q+...+q^(n-1)) and q is a root of unity.
; 1,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,10,3,1... | 37.428571 | 217 | 0.587786 |
b79ea49930accba554ea9823df7d6597d520207d | 85 | asm | Assembly | codes/low-level/ch05/rep.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | codes/low-level/ch05/rep.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | codes/low-level/ch05/rep.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | %assign x 1
%assign a 0
%rep 10
%assign a x + a
%assign x x + 1
%endrep
result: dq a | 10.625 | 15 | 0.635294 |
d3db6a9a63324fde68ebae422087614ada1f37e2 | 1,099 | asm | Assembly | programs/oeis/187/A187272.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/187/A187272.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/187/A187272.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A187272: a(n) = (n/4)*2^(n/2)*((1+sqrt(2))^2 + (-1)^n*(1-sqrt(2))^2).
; 0,2,6,12,24,40,72,112,192,288,480,704,1152,1664,2688,3840,6144,8704,13824,19456,30720,43008,67584,94208,147456,204800,319488,442368,688128,950272,1474560,2031616,3145728,4325376,6684672,9175040,14155776,19398656,29884416,40894464,62914560,8598323... | 78.5 | 924 | 0.827116 |
354dc26b97c0ca7214e26ad179d1cfbfaf8adecb | 911 | asm | Assembly | untested/x64/arrayBitManip.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x64/arrayBitManip.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x64/arrayBitManip.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | global _setBit
global _clearBit
global _getBit
segment .text align=16
_setBit:
mov rdx, rsi
mov ecx, esi
mov eax, 1
shr rdx, 3
and ecx, 7
sal eax, cl
or byte [rdi + rdx], al
ret
align 16
_setBitBMI2:
mov rdx, rsi
mov eax, 1
and esi, 7
shr rdx, 3
shlx esi, eax, esi
or byte [rdi + rdx], sil
... | 9.20202 | 28 | 0.600439 |
84e817e2ee1f66fbbd74f2458a2f5a5f546eb3a8 | 32,403 | asm | Assembly | engine/graphics-blockdraw-6309.asm | richard42/dynosprite | 0b83f640a63656087653266baa2ec2499a39538d | [
"BSD-2-Clause"
] | 10 | 2015-04-16T20:48:06.000Z | 2021-09-07T02:08:30.000Z | engine/graphics-blockdraw-6309.asm | jamieleecho/space-bandits | b0f45c4d6e8a2bbf8d1653b7b3c10059fa9ff13d | [
"BSD-2-Clause"
] | 1 | 2016-12-04T23:18:42.000Z | 2016-12-05T01:17:49.000Z | engine/graphics-blockdraw-6309.asm | jamieleecho/space-bandits | b0f45c4d6e8a2bbf8d1653b7b3c10059fa9ff13d | [
"BSD-2-Clause"
] | 8 | 2015-01-04T17:05:42.000Z | 2021-01-31T01:46:13.000Z | *********************************************************************************
* DynoSprite - graphics-blockdraw-6309.asm
* Copyright (c) 2013-2014, Richard Goedeken
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followin... | 46.96087 | 81 | 0.174613 |
18721deca0110164cf70ef68b0a86f19f34d8c93 | 312 | asm | Assembly | programs/oeis/080/A080526.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/080/A080526.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/080/A080526.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A080526: Final entry in n-th row of triangle in A080524.
; 1,3,10,67,627,7781,117652,2097159,43046725,1000000009,25937424606,743008370699,23298085122487,793714773254157,29192926025390632,1152921504606846991,48661191875666868489,2185911559738696531985
mov $1,$0
add $0,1
pow $0,$1
dif $1,2
add $1,$0
mov $0,$1
| 31.2 | 193 | 0.794872 |
76548fab91251977e99e4ee5b5ad74557bd1197a | 3,195 | asm | Assembly | ps3.asm | michecode/CS237 | c9b7dc817e4080ee6c9aaa5d6775e98c1ed8b6ba | [
"Unlicense"
] | null | null | null | ps3.asm | michecode/CS237 | c9b7dc817e4080ee6c9aaa5d6775e98c1ed8b6ba | [
"Unlicense"
] | null | null | null | ps3.asm | michecode/CS237 | c9b7dc817e4080ee6c9aaa5d6775e98c1ed8b6ba | [
"Unlicense"
] | null | null | null | include Irvine32.inc
.data
caseTable byte '1' ; lookup value
dword AND_op ; address of procedure
entrySize = ($ - caseTable)
byte '2'
dword OR_op
byte '3'
dword NOT_op
byte '4'
dword XOR_op
entries = ($ - caseTable) / entrySize
prompt byte "1. x AND y",0Dh,0Ah
byte "2. x OR y",0Dh... | 18.050847 | 60 | 0.646635 |
90f5268acd4562bccc9d1319ad888b19d2b096da | 10,907 | asm | Assembly | Library/Mailbox/Outbox/outboxFeedbackGlyph.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Mailbox/Outbox/outboxFeedbackGlyph.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Mailbox/Outbox/outboxFeedbackGlyph.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1995 -- All Rights Reserved
PROJECT:
MODULE:
FILE: outboxFeedbackGlyph.asm
AUTHOR: Adam de Boor, Sep 5, 1995
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date ... | 22.913866 | 79 | 0.568167 |
a6838b0ea38fda66a537bba30413e83e9014eb76 | 1,104 | asm | Assembly | base/atari/vbxexdl.asm | zbyti/Mad-Pascal | 546cae9724828f93047080109488be7d0d07d47e | [
"MIT"
] | 1 | 2021-12-15T23:47:19.000Z | 2021-12-15T23:47:19.000Z | base/atari/vbxexdl.asm | michalkolodziejski/Mad-Pascal | 0a7a1e2f379e50b0a23878b0d881ff3407269ed6 | [
"MIT"
] | null | null | null | base/atari/vbxexdl.asm | michalkolodziejski/Mad-Pascal | 0a7a1e2f379e50b0a23878b0d881ff3407269ed6 | [
"MIT"
] | null | null | null |
; VBXE Set XDL
.proc @setxdl(.byte a) .reg
asl @
sta idx
fxs FX_MEMS #$80+MAIN.SYSTEM.VBXE_XDLADR/$1000
ldy #0
idx equ *-1
lda MAIN.SYSTEM.VBXE_WINDOW+s@xdl.xdlc
and msk,y
ora val,y
sta MAIN.SYSTEM.VBXE_WINDOW+s@xdl.xdlc
lda MAIN.SYSTEM.VBXE_WINDOW+s@xdl.xdlc+1
and msk+1,y
ora val+... | 23 | 63 | 0.656703 |
c6d38bacff1ff5279215f42260b9d0add45aff54 | 432 | asm | Assembly | libsrc/stdio/ansi/px4/f_ansi_dline.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/ansi/px4/f_ansi_dline.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/ansi/px4/f_ansi_dline.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; ANSI Video handling for the Epson PX4
; By Stefano Bodrato - Nov 2014
;
; Clean a text line
;
; in: A = text row number
;
;
; $Id: f_ansi_dline.asm,v 1.2 2016/06/12 16:06:43 dom Exp $
;
SECTION code_clib
PUBLIC ansi_del_line
EXTERN base_graphics
.ansi_del_line
ld de,32*8
ld b,a
ld hl,$e000
and ... | 11.675676 | 59 | 0.648148 |
e2f06a37777cfd287738b417d2c2f85d13ae9205 | 1,252 | asm | Assembly | test/04_utc_wtc.asm | x86128/pymesm | 4f5f2fe9ae06fd7023ef1022040774e157fd0792 | [
"MIT"
] | 2 | 2021-04-30T19:30:58.000Z | 2021-04-30T21:29:44.000Z | test/04_utc_wtc.asm | x86128/pymesm | 4f5f2fe9ae06fd7023ef1022040774e157fd0792 | [
"MIT"
] | null | null | null | test/04_utc_wtc.asm | x86128/pymesm | 4f5f2fe9ae06fd7023ef1022040774e157fd0792 | [
"MIT"
] | null | null | null | #
# Test for instructions UTC, WTC.
#
org 1
utc -1
vtm 0,3
vzm fail,3
utm 1,3
vim fail,3
lbl a
utc -1
lbl b
vtm 0,3
vzm fail,3
utm 1,3
vim fail,3
lbl c
wtc mmask
vtm ... | 19.873016 | 52 | 0.361821 |
e02e277eac37d77895f1f6937173ff59b314b38d | 708 | asm | Assembly | oeis/001/A001609.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001609.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001609.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001609: a(1) = a(2) = 1, a(3) = 4; thereafter a(n) = a(n-1) + a(n-3).
; Submitted by Jon Maiga
; 1,1,4,5,6,10,15,21,31,46,67,98,144,211,309,453,664,973,1426,2090,3063,4489,6579,9642,14131,20710,30352,44483,65193,95545,140028,205221,300766,440794,646015,946781,1387575,2033590,2980371,4367946,6401536,9381907,13749853,... | 41.647059 | 490 | 0.748588 |
8488fd7520e1658b0c4399ae08806ebfe1adca95 | 705 | asm | Assembly | reuse/Pointers.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | reuse/Pointers.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | reuse/Pointers.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; Pointers (Pointers.asm)
; Demonstration of pointers and TYPEDEF.
.386
.model flat,stdcall
.stack 4096
ExitProcess PROTO, dwExitCode:dword
; Create user-defined types.
PBYTE TYPEDEF PTR BYTE ; pointer to bytes
PWORD TYPEDEF PTR WORD ; pointer to words
PDWORD TYPEDEF PTR DWORD ; pointer to doublewor... | 18.552632 | 51 | 0.699291 |
2176634ecdd52048c5cbcdb37113e32a078683b5 | 1,173 | asm | Assembly | projects/07/MemoryAccess/PointerTest/PointerTest.asm | anArkitect/Nand2Tetris | 061a2866705692269af00cf541b5fcedb1e1b93e | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/PointerTest/PointerTest.asm | anArkitect/Nand2Tetris | 061a2866705692269af00cf541b5fcedb1e1b93e | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/PointerTest/PointerTest.asm | anArkitect/Nand2Tetris | 061a2866705692269af00cf541b5fcedb1e1b93e | [
"MIT"
] | null | null | null | //push constant 3030
@3030
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
AM=M-1
D=M
@3
M=D
//push constant 3040
@3040
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
AM=M-1
D=M
@4
M=D
//push constant 32
@32
D=A
@SP
A=M
M=D
@SP
M=M... | 8.954198 | 20 | 0.328218 |
c2064c3b693559995e69ba620c0098b228a50544 | 5,458 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2602.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_2602.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_2602.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 %r13
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x4820, %rsi
lea addresses_D_ht+0x73a0, %rdi
nop
dec %r11
mov $42, %rcx
rep movsb
nop
nop
nop
nop
nop
add $48450, %r9
lea addresses_WT_ht+0x2a0, %r13
nop
nop
nop
nop
and $48680,... | 44.016129 | 2,999 | 0.662331 |
ff8b640423e5b4142361c30584412e8a6036ba78 | 890 | asm | Assembly | programs/oeis/277/A277800.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/277/A277800.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/277/A277800.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A277800: Decimal representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 1", based on the 5-celled von Neumann neighborhood.
; 1,0,4,3,16,15,64,63,256,255,1024,1023,4096,4095,16384,16383,65536,65535,262144,262143,1048576,1... | 46.842105 | 509 | 0.78764 |
842e6626bc50dfa0fa222fddd06dd8dca6acff83 | 726 | asm | Assembly | oeis/027/A027383.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/027/A027383.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/027/A027383.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A027383: Number of balanced strings of length n: let d(S) = #(1's) - #(0's), # == count in S, then S is balanced if every substring T of S has -2 <= d(T) <= 2.
; 1,2,4,6,10,14,22,30,46,62,94,126,190,254,382,510,766,1022,1534,2046,3070,4094,6142,8190,12286,16382,24574,32766,49150,65534,98302,131070,196606,262142,39321... | 60.5 | 490 | 0.764463 |
5ea462bc888558409bf8ee9cdf44660bb83f792f | 328 | asm | Assembly | programs/oeis/042/A042970.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/042/A042970.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/042/A042970.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A042970: a(n) = binomial(n, floor(n/2)) mod n.
; 0,0,0,2,0,2,0,6,0,2,0,0,0,2,0,6,0,2,0,16,0,2,0,4,0,2,0,20,0,0,0,6,0,2,0,24,0,2,0,20,0,6,0,28,0,2,0,12,0,2,0,32,0,20,0,0,0,2,0,4,0,2,0,6,0,42,0,40,0,42,0,52,0,2,0,44,0,20,0,20,0,2,0,0,0,2,0,48,0,0,0,52,0,2,0,60,0,2,0,56
mov $1,$0
add $1,1
dif $1,2
bin $0,$1
mod $0,$1
m... | 32.8 | 220 | 0.542683 |
49c2acca74e878816925e244276cf02fd701d6fa | 126 | asm | Assembly | gfx/pokemon/drowzee/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/drowzee/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/drowzee/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 08
frame 2, 08
frame 3, 08
frame 4, 08
frame 0, 05
frame 1, 05
frame 2, 05
frame 3, 05
frame 4, 05
endanim
| 11.454545 | 12 | 0.626984 |
8f037e8d5872ba46b9464e0a56f8d3c013814f49 | 489 | asm | Assembly | runtime/sources/mips/memcpy.asm | wdv4758h/Yeppp- | deeca59a88bc2b014be802fd575757f7c26c180e | [
"BSD-3-Clause"
] | 30 | 2015-09-18T00:52:22.000Z | 2021-11-03T17:44:30.000Z | runtime/sources/mips/memcpy.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 1 | 2017-02-09T04:53:29.000Z | 2017-02-09T04:53:29.000Z | runtime/sources/mips/memcpy.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 6 | 2017-02-09T03:05:32.000Z | 2022-03-17T06:50:19.000Z | /*
* Yeppp! library runtime infrastructure
*
* This file is part of Yeppp! library and licensed under MIT license.
* See runtime/LICENSE.txt for details.
*
*/
.abicalls
.include "common.inc"
BEGIN_MIPS_FUNCTION memcpy
.set mips32
BEQZ $a2, .finish
MOVE $v0, $a0
.copy_byte:
L... | 16.862069 | 71 | 0.609407 |
d7efd99a2c56470e292585da3fd3523b3b8e1328 | 563 | asm | Assembly | smsq/java/driver/snd/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/java/driver/snd/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/java/driver/snd/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; SOUND device initialisation V1.00 2014 W. lenerz
; 1.00 2014 Jan 16 0
; BASED ON tt'S NUL device V2.01 1989 Tony Tebby QJUMP
section sound
xdef snd_init
xref iou_idset
xref iou_idlk
include 'dev8_keys_iod'
include 'dev8_mac_vec'
;+++
; SOUND driver initialisation
;---
snd_init
lea snd_link,a3... | 15.216216 | 63 | 0.705151 |
46f6dadec34f7d9c0da80d2e1caa4e060af430fc | 6,746 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.taz12.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.taz12.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.taz12.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | cseg segment byte public 'code'
assume cs:cseg, ds:cseg
org 100h
start_of_virus:
call get_offset
get_offset: ;alternative way to get the delta
mov di,sp ;offset without activating any flags in
mov bp,word ptr ss:[di] ;TB-scan
sub bp,offset get_offset
... | 26.664032 | 72 | 0.56552 |
efd94c412c4ba965c1981fc92d761b3322d7a042 | 386 | asm | Assembly | libsrc/_DEVELOPMENT/target/yaz180/driver/diskio/c/sccz80/disk_initialize_fastcall.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/yaz180/driver/diskio/c/sccz80/disk_initialize_fastcall.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/yaz180/driver/diskio/c/sccz80/disk_initialize_fastcall.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION code_driver
PUBLIC disk_initialize_fastcall
EXTERN asm_disk_initialize
;------------------------------------------------------------------------------
; Routines that talk with the IDE drive, these should be called from diskio.h
; extern DSTATUS disk_initialize (BYTE pdrv) __z88dk_fastcall;
;
; initialize t... | 25.733333 | 79 | 0.658031 |
41b1ca1c56f18f84f16bbd087a75c8b238560d10 | 587 | asm | Assembly | programs/oeis/061/A061819.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/061/A061819.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/061/A061819.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A061819: Multiples of 3 containing only digits 0,1,2,3.
; 0,3,12,21,30,33,102,111,120,123,132,201,210,213,222,231,300,303,312,321,330,333,1002,1011,1020,1023,1032,1101,1110,1113,1122,1131,1200,1203,1212,1221,1230,1233,1302,1311,1320,1323,1332,2001,2010,2013,2022,2031,2100,2103,2112,2121,2130,2133,2202,2211,2220,2223,... | 97.833333 | 485 | 0.773424 |
a54064a4a66f718d364e4a31d91d7449477bc53b | 8,436 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2495.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2495.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2495.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x145d5, %r15
nop
nop
add %rdi, %rdi
mov (%r15), %eax
cmp $3190, %rdx
lea addresses_WT_ht+0x15d3c, %rsi
lea addresses_UC_ht+0x15edc, %rdi
nop
nop
nop
nop
nop
add %rdx, %rdx
mo... | 34.016129 | 2,999 | 0.657776 |
93427b4359f25bd92b83df6abe5814dcb1fba677 | 471 | asm | Assembly | oeis/004/A004260.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004260.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004260.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004260: a(n) = round(10*log_2(n)).
; Submitted by Jamie Morken(s1)
; 0,10,16,20,23,26,28,30,32,33,35,36,37,38,39,40,41,42,42,43,44,45,45,46,46,47,48,48,49,49,50,50,50,51,51,52,52,52,53,53,54,54,54,55,55,55,56,56,56,56,57,57,57,58,58,58,58,59,59,59,59,60,60,60,60,60,61,61,61,61,61,62,62,62,62,62,63,63,63,63,63,64,64,... | 29.4375 | 300 | 0.63482 |
48455d55d46908e76b635146f20ee8d19253d09e | 2,291 | asm | Assembly | stage4++/graphics_main.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | 5 | 2019-11-23T10:07:23.000Z | 2021-05-22T08:13:45.000Z | stage4++/graphics_main.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | null | null | null | stage4++/graphics_main.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | 2 | 2020-11-03T14:48:04.000Z | 2021-05-23T03:50:13.000Z | %include "animation_circle.asm"
%include "triangle.asm"
%include "triangle_obtuse.asm"
%include "print_functions_graphics.asm"
Graphics_Main:
call Graphics_Main_Menu
;____________________
main_menu_get_key:
xor ah, ah ; Get a keystroke
int 16h
cmp ah, ... | 26.034091 | 94 | 0.642951 |
b2282eeeed41af324efb5fc8ac44c3735c7fa081 | 4,359 | asm | Assembly | dv3/q40/hd/ide_rsect.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/q40/hd/ide_rsect.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/q40/hd/ide_rsect.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Q40 DV3 IDE Read Sector V3.00 1998 Tony Tebby
; Provide for LBA FAT32 access & byteswap V3.01 W. Lenerz 2017 Nov 21
;
; If the drive is addressed with LLBA and not CHS, then it is presumed
; that the drive needs a byteswap ; each word read must have the two bytes
; composing it swapped. This is due t... | 22.82199 | 76 | 0.697178 |
2d4c89fa97232be72f8316a3d17223d83bf3648f | 3,427 | asm | Assembly | obj_files/echo.asm | blaz-r/SIC-XE-simulator | c148657a120331eea26e137db219c0f60662a1e8 | [
"MIT"
] | null | null | null | obj_files/echo.asm | blaz-r/SIC-XE-simulator | c148657a120331eea26e137db219c0f60662a1e8 | [
"MIT"
] | null | null | null | obj_files/echo.asm | blaz-r/SIC-XE-simulator | c148657a120331eea26e137db219c0f60662a1e8 | [
"MIT"
] | null | null | null | echo START 0
JSUB stackinit
LDCH TESTCHR
JSUB char
JSUB nl
LDA #STRING
JSUB string
JSUB nl
LDA COOLN
JSUB num
JSUB nl
HALT J HALT
.____________OUTPUT SEGMENT______________________
cha... | 19.809249 | 69 | 0.467756 |
a03823cce2da04305653f714d26723711c47f7bc | 314 | asm | Assembly | scripts/SafariZoneCenterRestHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | scripts/SafariZoneCenterRestHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | scripts/SafariZoneCenterRestHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SafariZoneCenterRestHouse_Script:
jp EnableAutoTextBoxDrawing
SafariZoneCenterRestHouse_TextPointers:
dw SafariZoneRestHouse1Text1
dw SafariZoneRestHouse1Text2
SafariZoneRestHouse1Text1:
text_far _SafariZoneRestHouse1Text1
text_end
SafariZoneRestHouse1Text2:
text_far _SafariZoneRestHouse1Text2
text_end
| 20.933333 | 39 | 0.904459 |
dbe541bdb66ff0b4ce43c933f32ea1c75b0323bf | 591 | asm | Assembly | programs/oeis/319/A319390.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/319/A319390.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/319/A319390.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A319390: a(n) = a(n-1) + 2*a(n-2) - 2*a(n-3) - a(n-4) + a(n-5), a(0)=1, a(1)=2, a(2)=3, a(3)=6, a(4)=8.
; 1,2,3,6,8,13,16,23,27,36,41,52,58,71,78,93,101,118,127,146,156,177,188,211,223,248,261,288,302,331,346,377,393,426,443,478,496,533,552,591,611,652,673,716,738,783,806,853,877,926,951,1002,1028,1081,1108,1163,1191... | 59.1 | 429 | 0.675127 |
d9bba65943d7b042733e134a13044379788620aa | 21,041 | asm | Assembly | tools/dy-uefi/x64.asm | Tiihala/Dancy | 75f42246faafed0576d4c41f4e572b400379a98c | [
"Unlicense"
] | 11 | 2017-08-24T07:08:04.000Z | 2022-03-17T22:30:15.000Z | tools/dy-uefi/x64.asm | Tiihala/Dancy | 75f42246faafed0576d4c41f4e572b400379a98c | [
"Unlicense"
] | 2 | 2018-03-03T11:20:13.000Z | 2018-03-11T14:02:08.000Z | tools/dy-uefi/x64.asm | Tiihala/Dancy | 75f42246faafed0576d4c41f4e572b400379a98c | [
"Unlicense"
] | 3 | 2017-09-13T02:33:39.000Z | 2021-09-10T14:37:51.000Z | ;;
;; Copyright (c) 2019 Antti Tiihala
;;
;; Permission to use, copy, modify, and/or distribute this software for any
;; purpose with or without fee is hereby granted, provided that the above
;; copyright notice and this permission notice appear in all copies.
;;
;; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCL... | 47.38964 | 78 | 0.466375 |
973a35728b37e031e197c8c116cc7fa6e0410cf0 | 440 | asm | Assembly | other/md/wrapper.asm | CaptainDreamcast/prism | a6b0f5c3e86d7b37d14c9139862775e7768998ce | [
"MIT"
] | 7 | 2018-04-08T15:01:59.000Z | 2022-02-27T12:13:19.000Z | other/md/wrapper.asm | CaptainDreamcast/prism | a6b0f5c3e86d7b37d14c9139862775e7768998ce | [
"MIT"
] | 1 | 2017-04-23T15:27:37.000Z | 2017-04-24T05:38:18.000Z | other/md/wrapper.asm | CaptainDreamcast/libtari | a6b0f5c3e86d7b37d14c9139862775e7768998ce | [
"MIT"
] | 1 | 2020-04-24T04:21:00.000Z | 2020-04-24T04:21:00.000Z | ; Include this for all prism functionality
; Expects a Dreamcast development directory layout
; TODO: Make dynamic with scripts(?) Maybe copy to local and change it there? What's the proper way to do this?
include '../addons/prism/other/md/init.asm'
include '../addons/prism/other/md/draw.asm'
include '../addon... | 40 | 112 | 0.734091 |
e04cd5cb92f9a73f6d964d8ff0549b5226a0d41a | 1,412 | asm | Assembly | programs/oeis/016/A016997.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016997.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016997.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016997: a(n) = (7*n + 1)^5.
; 1,32768,759375,5153632,20511149,60466176,147008443,312500000,601692057,1073741824,1804229351,2887174368,4437053125,6590815232,9509900499,13382255776,18424351793,24883200000,33038369407,43204003424,55730836701,71008211968,89466096875,111577100832,137858491849,168874213376,205236901143,24... | 201.714286 | 1,352 | 0.905807 |
0c164c1071b82a5c56498be0a8a6ca753e8fde3f | 64,319 | asm | Assembly | Disassembly/revenge.asm | paulscottrobson/Simon2Simon | 4be0f73947cce424d3a029a915fb7a4b9ef0c4bf | [
"MIT"
] | 2 | 2020-07-09T23:33:24.000Z | 2022-02-05T04:11:06.000Z | Disassembly/revenge.asm | paulscottrobson/Simon2Simon | 4be0f73947cce424d3a029a915fb7a4b9ef0c4bf | [
"MIT"
] | null | null | null | Disassembly/revenge.asm | paulscottrobson/Simon2Simon | 4be0f73947cce424d3a029a915fb7a4b9ef0c4bf | [
"MIT"
] | 2 | 2017-04-21T22:42:26.000Z | 2021-02-19T02:40:25.000Z |
; *******************************************************
page 0
.L000
xcall L1ea ; $000: $1e $ea //
tcy 3 ; $003: $4c // Set R3 to logic 1.
setr ; $007: $0d //
xbr L340 ; $00f: $1b $80 //
.L... | 47.051207 | 107 | 0.266982 |
ac9fa3572a7296f3a16ee1a828c384ef29aabce5 | 2,023 | asm | Assembly | p2/puzzle.asm | t0ush1/ComputerOrganization | 8093949bbd3e48678cea832133e9bf8990bbdf27 | [
"MIT"
] | 2 | 2022-03-06T06:05:24.000Z | 2022-03-10T09:08:08.000Z | p2/puzzle.asm | t0ush1/ComputerOrganization | 8093949bbd3e48678cea832133e9bf8990bbdf27 | [
"MIT"
] | null | null | null | p2/puzzle.asm | t0ush1/ComputerOrganization | 8093949bbd3e48678cea832133e9bf8990bbdf27 | [
"MIT"
] | null | null | null | .data
dx: .word -1:1
.word 0:1
.word 1:1
.word 0:1
dy: .word 0:1
.word 1:1
.word 0:1
.word -1:1
mat: .space 640
mark: .space 640
.macro readInt(%x)
li $v0, 5
syscall
move %x, $v0
.end_macro
.macro getOffset(%des, %i, %j)
sll %des, %i, 4
add %des, %des, %j
sll %des, %des, 2
.end_macro
.mac... | 16.055556 | 71 | 0.526446 |
deb7647d7b701af0faa0ff1e69176840bdb51381 | 1,671 | nasm | Assembly | IntelFsp2Pkg/Library/BaseFspSwitchStackLib/Ia32/Stack.nasm | KaoTuz/edk2-stable202108 | 49d9306e7bf64b2f07d8473be1f2faea49d0a012 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 9 | 2021-07-26T17:02:51.000Z | 2021-12-30T10:49:46.000Z | IntelFsp2Pkg/Library/BaseFspSwitchStackLib/Ia32/Stack.nasm | ESdove/edk2_exploring | 34ff32b45f43d233d9696e7c8e3de68ea3000a7b | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | IntelFsp2Pkg/Library/BaseFspSwitchStackLib/Ia32/Stack.nasm | ESdove/edk2_exploring | 34ff32b45f43d233d9696e7c8e3de68ea3000a7b | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | ;------------------------------------------------------------------------------
;
; Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Abstract:
;
; Switch the stack from temporary memory to permanent memory.
;
;-----------------------------------... | 24.217391 | 79 | 0.403351 |
97be33e545c951ec3d4f96324e8198d59e93a16c | 316 | asm | Assembly | home/hm_moves.asm | pokeachromicdevs/pokeoctober | db74bb68bbfceac07eec6d64674bc24fd4c0b67f | [
"blessing"
] | 1 | 2021-07-05T23:48:37.000Z | 2021-07-05T23:48:37.000Z | home/hm_moves.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | 1 | 2020-12-16T01:11:20.000Z | 2020-12-16T22:53:56.000Z | home/hm_moves.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | 1 | 2021-07-05T23:33:22.000Z | 2021-07-05T23:33:22.000Z | ; HM moves can't be forgotten
IsHM::
cp HM01
jr c, .NotHM
scf
ret
.NotHM:
and a
ret
IsHMMove::
call GetMoveIndexFromID
ld b, h
ld c, l
ld hl, .HMMoves
ld de, 2
jp IsInHalfwordArray
.HMMoves:
dw UPROOT
dw WIND_RIDE
dw WATER_SPORT
dw STRONG_ARM
dw BRIGHT_MOSS
dw BOUNCE
dw WHIRLPOOL
dw -1 ; end
| 10.896552 | 29 | 0.696203 |
0a5d52d865fe1c540afb3d438bc449b2e923ce88 | 715 | asm | Assembly | oeis/110/A110872.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/110/A110872.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/110/A110872.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A110872: Numbers n such that (n^2+7)/8 is prime.
; Submitted by Christian Krause
; 3,7,9,15,17,23,25,33,39,41,47,55,71,81,87,89,95,103,113,121,127,129,137,143,151,153,169,177,191,193,199,201,215,223,225,263,265,271,281,297,319,327,335,337,345,351,359,369,375,401,407,415,417,423,439,447,457,473,481,503,521,529,543,551... | 31.086957 | 381 | 0.667133 |
1ba0f275a81ba69323b9e50f3a05309ebb7a3eab | 136,437 | asm | Assembly | ucode/j68_ucode.asm | fredrequin/j68_cpu | 538badf8def66dc900947be665d0eac6f9ff833e | [
"ISC",
"MIT"
] | 31 | 2019-05-07T07:27:29.000Z | 2021-10-30T20:13:03.000Z | ucode/j68_ucode.asm | jotego/j68_cpu | 538badf8def66dc900947be665d0eac6f9ff833e | [
"ISC",
"MIT"
] | 2 | 2021-05-30T09:18:11.000Z | 2021-05-31T06:43:10.000Z | ucode/j68_ucode.asm | jotego/j68_cpu | 538badf8def66dc900947be665d0eac6f9ff833e | [
"ISC",
"MIT"
] | 6 | 2019-05-28T00:52:47.000Z | 2021-05-30T05:08:26.000Z | // Copyright 2011 - 2018 Frederic Requin
//
// The J68 microcode
///////////////////////////////////////
// 0100.111001.110000 : RESET opcode //
///////////////////////////////////////
Op_RESET:
NOP
LIT #$0000
LOOP16 // Loop 16 times
WRW RH[CNT] // Clear reg... | 34.885451 | 81 | 0.446983 |
dde76eea4c3c06060ab27a05a00c7ff23fa8f072 | 750 | asm | Assembly | programs/oeis/203/A203872.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/203/A203872.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/203/A203872.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A203872: Number of (n+1)X3 0..3 arrays with no 2X2 subblock having equal diagonal elements or equal antidiagonal elements, and new values 0..3 introduced in row major order
; 55,1135,23815,500095,10501975,220541455,4631370535,97258781215,2042434405495,42891122515375,900713572822855,18914985029279935,39721468561487861... | 75 | 514 | 0.876 |
2c2077a2cb028bece1da12353c94b7fc6a97d975 | 397 | asm | Assembly | programs/oeis/137/A137495.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/137/A137495.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/137/A137495.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A137495: A098601(2n)+A098601(2n+1)
; 2,3,4,7,13,23,40,70,123,216,379,665,1167,2048,3594,6307,11068,19423,34085,59815,104968,184206,323259,567280,995507,1746993,3065759,5380032,9441298,16568323,29075380,51023735,89540413,157132471,275748264,483904470,849193147,1490230088
mov $1,$0
lpb $0
add $2,$1
add $3,$2
sub... | 24.8125 | 235 | 0.702771 |
d7a247f1aee9727585c89cbaff674f09f84b78e3 | 1,627 | asm | Assembly | Modul 3/latih15proteus.asm | hyuwah/fu-praktikum-smd | a06fe109a42aa96e75f9a425a0905d6bfbfdfc7e | [
"MIT"
] | null | null | null | Modul 3/latih15proteus.asm | hyuwah/fu-praktikum-smd | a06fe109a42aa96e75f9a425a0905d6bfbfdfc7e | [
"MIT"
] | null | null | null | Modul 3/latih15proteus.asm | hyuwah/fu-praktikum-smd | a06fe109a42aa96e75f9a425a0905d6bfbfdfc7e | [
"MIT"
] | null | null | null | ;--------------------------------------------------------------------
; Praktikum SMD 2015
; M.Wahyudin (140310120031)
;
; Name : LATIH15.ASM Penyesuaian Rangkaian Proteus
; Desc : Menampilkan karakter A ke display matriks 7x5
; Input : -
; Output: Display matriks 7x5
;------------------------------------------------... | 24.651515 | 69 | 0.64536 |
18f9b805a9ac25ca59a018fd1a5e1dacafa50981 | 2,703 | asm | Assembly | data/tilesets/dark_cave_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/tilesets/dark_cave_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/tilesets/dark_cave_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | tilecoll WALL, WALL, WALL, WALL ; 00
tilecoll WALL, WALL, WALL, WALL ; 01
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 02
tilecoll TALL_GRASS, TALL_GRASS, TALL_GRASS, TALL_GRASS ; 03
tilecoll WALL, UP_WALL, WALL, FLOOR ; 04
tilecoll UP_WALL, UP_WALL, FLOOR, FLOOR ; 05
tilecoll UP_WALL, WALL, FLOOR, WALL ; 06
tilecoll ... | 41.584615 | 61 | 0.715871 |
0a87a5ffc0ea613a037d3861462ba00b0ff91bde | 1,354 | asm | Assembly | functions.asm | gaozihang/learning-asm | be23287dd6fcddb4035ae3179b174342d92db6c7 | [
"MIT"
] | null | null | null | functions.asm | gaozihang/learning-asm | be23287dd6fcddb4035ae3179b174342d92db6c7 | [
"MIT"
] | null | null | null | functions.asm | gaozihang/learning-asm | be23287dd6fcddb4035ae3179b174342d92db6c7 | [
"MIT"
] | null | null | null | atoi:
push ebx
push ecx
push edx
push esi
mov esi, eax
mov eax, 0
mov ecx, 0
.multiplyLoop:
xor ebx, ebx
mov bl, [esi + ecx]
cmp bl, 48
jl .finished
cmp bl, 57
jg .finished
sub bl, 48
add eax, ebx
mov ebx, 10
mul ebx
inc ecx
jmp .multiplyLoop
.finished:
cmp ecx, 0
je .rest... | 9.811594 | 21 | 0.605613 |
1b384385bca450aa419dc5517d1cf504ff820ba5 | 181 | asm | Assembly | 02/c/hi.asm | DaviNakamuraCardoso/assembly | 47ce8eeb253122f2d601c6d5bec276566e2df5cf | [
"MIT"
] | null | null | null | 02/c/hi.asm | DaviNakamuraCardoso/assembly | 47ce8eeb253122f2d601c6d5bec276566e2df5cf | [
"MIT"
] | null | null | null | 02/c/hi.asm | DaviNakamuraCardoso/assembly | 47ce8eeb253122f2d601c6d5bec276566e2df5cf | [
"MIT"
] | null | null | null |
section .data
hello db "Hi", 0x0a
len equ $ - hello
section .text
global hi
hi:
mov rax, 1
mov rdi, 1
mov rsi, hello
mov rdx, len
syscall
ret
| 11.3125 | 23 | 0.552486 |
125493dbf6a826d15b595c2667652d2a6a9e2e20 | 7,684 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2326.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_2326.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_2326.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 %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x7cfa, %r10
nop
add $20958, %rbp
vmovups (%r10), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $0, %xmm4, %r9
nop
sub %rsi, %rsi
lea addresses_A_ht+0x61fa, %r10
nop
nop
nop
xor $... | 34.303571 | 2,999 | 0.653696 |
202847d5c3de14ba35b004aaaeeb013d516ffbd2 | 949 | asm | Assembly | asm/doublewhile.asm | pedroreissantos/pepe | 444afc02359c31cfe24017dda49395016d94d43e | [
"BSD-3-Clause"
] | null | null | null | asm/doublewhile.asm | pedroreissantos/pepe | 444afc02359c31cfe24017dda49395016d94d43e | [
"BSD-3-Clause"
] | null | null | null | asm/doublewhile.asm | pedroreissantos/pepe | 444afc02359c31cfe24017dda49395016d94d43e | [
"BSD-3-Clause"
] | null | null | null | ; PEPE gerado por 'lcc' (IST: prs 2005, 2009)
; 'rl' serve como frame-pointer e 'r0' como acumulador
; os registos 'r1' a 'r10' sao preservados nas chamadas
include atoi.asm
include lib.asm
; global main
; TEXT
main: ; ncalls=3
PUSH r9
PUSH r10
PUSH rl
MOV rl, sp
; P_argc EQU 8
; P_argv EQU 10
SUB sp, 4
MOV r10, 10
ADD... | 13 | 55 | 0.650158 |
dca5d3507dac4573d79b19f42d34a97a03acc622 | 1,655 | asm | Assembly | mips_architecture/lab6_ex4.asm | christosmarg/uni-assignments | bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795 | [
"MIT"
] | null | null | null | mips_architecture/lab6_ex4.asm | christosmarg/uni-assignments | bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795 | [
"MIT"
] | 1 | 2021-06-03T22:25:48.000Z | 2021-06-03T22:25:48.000Z | mips_architecture/lab6_ex4.asm | christosmarg/uni-assignments | bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795 | [
"MIT"
] | 1 | 2021-06-03T10:36:57.000Z | 2021-06-03T10:36:57.000Z | .eqv SYS_PRINT_WORD 1
.eqv SYS_PRINT_STRING 4
.eqv SYS_READ_WORD 5
.eqv SYS_EXIT 10
.data
inputmsg: .asciiz "Number (0-15): "
bounderrstr: .asciiz "Number must be 0-15\n"
binstr: .asciiz "Binary: "
.text
.globl main
main:
li $v0, SYS_PRINT_STRING
... | 26.269841 | 65 | 0.464653 |
bd99abe2733bce803cbdaecf0928e17c7f5c4336 | 3,350 | asm | Assembly | dev/smartdrv/hooksini.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/smartdrv/hooksini.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/smartdrv/hooksini.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
include bambi.inc
public hook_ints
public init_bambi_io
;
; data from rdata.asm
;
extrn indosaddr :dword
extrn in_08 :byte
extrn in_09 :byte
ex... | 14.757709 | 65 | 0.701791 |
0171cc0d941c26b0cfce33230275d52c16a3dfbd | 5,399 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_1440.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_1440.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i9-9900K_12_0xa0_notsx.log_21829_1440.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 %r15
push %r8
push %rcx
push %rdx
push %rsi
lea addresses_D_ht+0x1a6f2, %rdx
nop
nop
sub %r15, %r15
mov $0x6162636465666768, %rsi
movq %rsi, %xmm0
vmovups %ymm0, (%rdx)
nop
nop
add $55831, %r8
lea addresses_D_ht+0x113c8, %r15
nop
nop
nop
nop
and %r14... | 42.511811 | 2,999 | 0.656603 |
002903e6b668f1e477384bff558f33d28afebe25 | 3,139 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_35_2292.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_35_2292.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_35_2292.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 %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x15b93, %r14
nop
add $13958, %rsi
movb $0x61, (%r14)
nop
nop
nop
add $18705, %r9
lea addresses_WT_ht+0x1c9cb, %rsi
lea addresses_D_ht+0x1a42d, %rdi
sub %rbx, %rbx
mov $66, %rcx... | 21.648276 | 148 | 0.648296 |
94aafbf70474f5d210eb743b145f262044d1641b | 389 | asm | Assembly | programs/oeis/113/A113010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/113/A113010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/113/A113010.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A113010: {Number of digits of n} raised to the power of {the sum of the digits of n}.
; 1,1,1,1,1,1,1,1,1,1,2,4,8,16,32,64,128,256,512,1024,4,8,16,32,64,128,256,512,1024,2048,8,16,32,64,128,256,512,1024,2048,4096,16,32,64,128,256,512,1024,2048,4096,8192,32,64,128,256,512,1024,2048,4096,8192
sub $0,9
lpb $0
sub $0,... | 27.785714 | 205 | 0.658098 |
21a023b6adb3698c8500473e86a1edf183357421 | 479 | asm | Assembly | oeis/182/A182027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/182/A182027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/182/A182027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A182027: a(n) = number of n-lettered words in the alphabet {1, 2} with as many occurrences of the substring (consecutive subword) [1, 1] as of [2, 2].
; 1,2,2,2,4,6,12,20,40,70,140,252,504,924,1848,3432,6864,12870,25740,48620,97240,184756,369512,705432,1410864,2704156,5408312,10400600,20801200,40116600,80233200,15511... | 43.545455 | 259 | 0.751566 |
fdc9ec7cf516e429cbabd412788770773d12eb42 | 693 | asm | Assembly | oeis/060/A060446.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060446.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060446.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060446: Number of ways to color vertices of a pentagon using <= n colors, allowing rotations and reflections.
; 0,1,8,39,136,377,888,1855,3536,6273,10504,16775,25752,38233,55160,77631,106912,144449,191880,251047,324008,413049,520696,649727,803184,984385,1196936,1444743,1732024,2063321,2443512,2877823,3371840,3931521... | 57.75 | 501 | 0.810967 |
0485f47002442dfbd7bb6b0c8625fe8a68f81cf7 | 1,565 | asm | Assembly | programs/oeis/298/A298791.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/298/A298791.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/298/A298791.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A298791: Partial sums of A298789.
; 1,5,12,22,37,55,75,101,130,160,197,237,277,325,376,426,485,547,607,677,750,820,901,985,1065,1157,1252,1342,1445,1551,1651,1765,1882,1992,2117,2245,2365,2501,2640,2770,2917,3067,3207,3365,3526,3676,3845,4017,4177,4357,4540,4710,4901,5095,5275,5477,5682,5872,6085,6301,6501,6725,6952,... | 97.8125 | 1,406 | 0.792332 |
9a42cf8df85ee7e55c1baa4e6d854ef4546174bb | 2,823 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_1_664.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_1_664.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_1_664.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xba2a, %rsi
lea addresses_UC_ht+0x5aba, %rdi
nop
nop
nop
nop
sub %r8, %r8
mov $41, %rcx
rep movsb
nop
and $33471, %rdx
lea addresses_WT_ht+0x1253a, %r14
clflush (%r14)
and %r15, %r15
mo... | 19.335616 | 153 | 0.652497 |
0c9782a392f07f35851a1abd0f83b8e6e276966c | 1,033 | asm | Assembly | programs/oeis/064/A064170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/064/A064170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/064/A064170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A064170: a(1) = 1; a(n+1) = product of numerator and denominator in Sum_{k=1..n} 1/a(k).
; 1,1,2,10,65,442,3026,20737,142130,974170,6677057,45765226,313679522,2149991425,14736260450,101003831722,692290561601,4745030099482,32522920134770,222915410843905,1527884955772562,10472279279564026,71778070001175617,491974210728... | 114.777778 | 832 | 0.878993 |
521eb7c7db1c7dcbd81f9e4475514d7274b9fe88 | 424 | asm | Assembly | programs/oeis/104/A104406.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/104/A104406.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/104/A104406.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A104406: Number of numbers <= n having no 2 in ternary representation.
; 1,1,2,3,3,3,3,3,4,5,5,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,9,9,10,11,11,11,11,11,12,13,13,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15
add $0,1
lpb $0
mov $2,$0
sub $0... | 35.333333 | 209 | 0.59434 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.