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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9f5605c4c9c1a4b206ea398bf283f05bf6773e0a | 976 | asm | Assembly | test.asm | bisand/c64-training | 5f07562eb80a0c3cd8349a314758342bbca7e7df | [
"MIT"
] | null | null | null | test.asm | bisand/c64-training | 5f07562eb80a0c3cd8349a314758342bbca7e7df | [
"MIT"
] | null | null | null | test.asm | bisand/c64-training | 5f07562eb80a0c3cd8349a314758342bbca7e7df | [
"MIT"
] | null | null | null | ; basic loader program
;10 SYS 4096; $0801 = 2049
*=$0801
; $0C $08 = $080C 2-byte pointer to the next line of BASIC code
; $0A = 10; 2-byte line number low byte ($000A = 10)
; $00 = 0 ; 2-byte line number high bye
; $9E = SYS BASIC token
; $20 = [space]
; $34 = “4” , $30 = “0”, $39 = “9”, $36 = “6” (ASCII encoded num... | 16 | 98 | 0.589139 |
e1c8546df5a4ec2b068ea068504d75cfbc1f81e3 | 905 | asm | Assembly | programs/oeis/185/A185355.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/185/A185355.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/185/A185355.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A185355: Number of n X n symmetric (0,1)-matrices containing four ones.
; 0,1,12,52,150,345,686,1232,2052,3225,4840,6996,9802,13377,17850,23360,30056,38097,47652,58900,72030,87241,104742,124752,147500,173225,202176,234612,270802,311025,355570,404736,458832,518177,583100,653940,731046,814777,905502,1003600,1109460,122... | 69.615385 | 744 | 0.820994 |
ebcd6d5c2c431c461b26150c2e30dadde9722720 | 363 | asm | Assembly | programs/oeis/212/A212686.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/212/A212686.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/212/A212686.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A212686: Number of (w,x,y,z) with all terms in {1,...,n} and 2|w-x|=n+|y-z|.
; 0,0,4,8,24,40,76,112,176,240,340,440,584,728,924,1120,1376,1632,1956,2280,2680,3080,3564,4048,4624,5200,5876,6552,7336,8120,9020,9920,10944,11968,13124,14280,15576,16872,18316,19760,21360,22960
lpb $0
mov $2,$0
sub $0,1
div $2,2
p... | 27.923077 | 195 | 0.655647 |
9b42343b667b34261f84f85f596784306d4a9395 | 538 | asm | Assembly | programs/oeis/235/A235115.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/235/A235115.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/235/A235115.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A235115: Number of independent vertex subsets of the graph obtained by attaching two pendant edges to each vertex of the star graph S_n (having n vertices; see A235114).
; 5,24,116,564,2756,13524,66596,328884,1628036,8074644,40111076,199506804,993339716,4949921364,24682497956,123144054324,614646529796,3068937681684,1... | 31.647059 | 244 | 0.780669 |
10802059d4b2df2624064c5383857e828d5b3289 | 343 | asm | Assembly | src/PJ/rexlib/mathlib/highc387.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/rexlib/mathlib/highc387.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/rexlib/mathlib/highc387.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z | CGROUP group code
code segment dword 'CODE'
assume cs:CGROUP,ds:CGROUP
code ends
_BSS SEGMENT PUBLIC DWORD USE32 'BSS'
public _mw87_used
public _mw387_used
ORG 00000000H
_mw87_used LABEL BYTE
_mw387_used LABEL BYTE
ORG 00000004H
_BSS ... | 19.055556 | 49 | 0.588921 |
4c459e6aabb77322b8b0a670596a3c2fd3a01a3d | 477 | asm | Assembly | oeis/303/A303990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/303/A303990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/303/A303990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A303990: Triangle, read by rows: n^k * k^n, for n >= 1 and k = 1..n.
; Submitted by Christian Krause
; 1,2,16,3,72,729,4,256,5184,65536,5,800,30375,640000,9765625,6,2304,157464,5308416,121500000,2176782336,7,6272,750141,39337984,1313046875,32934190464,678223072849,8,16384,3359232,268435456,12800000000,440301256704,12... | 26.5 | 245 | 0.704403 |
27029f473bdace00be25547f7c934aeab1a8d9c7 | 312 | asm | Assembly | libsrc/msx/msx_text.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/msx/msx_text.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/msx/msx_text.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; MSX specific routines
; by Stefano Bodrato, 30/11/2007
;
; int msx_text();
;
; Switch to text mode
;
; $Id: msx_text.asm,v 1.4 2009/06/22 21:44:17 dom Exp $
;
XLIB msx_text
LIB msxbios
IF FORmsx
INCLUDE "msxbios.def"
ELSE
INCLUDE "svibios.def"
ENDIF
msx_text:
ld ix,TOTEXT
jp msxbios
| 13 | 55 | 0.660256 |
823e29d80bcc023c81454e916730782b492a30a0 | 8,980 | asm | Assembly | test/or.asm | CrackerCat/AssemblyLine | 981ec818cbdbe8e7a01fd0c00faa80e9cb5f22b8 | [
"Apache-2.0"
] | null | null | null | test/or.asm | CrackerCat/AssemblyLine | 981ec818cbdbe8e7a01fd0c00faa80e9cb5f22b8 | [
"Apache-2.0"
] | null | null | null | test/or.asm | CrackerCat/AssemblyLine | 981ec818cbdbe8e7a01fd0c00faa80e9cb5f22b8 | [
"Apache-2.0"
] | null | null | null | SECTION .text
GLOBAL test
test:
or rsp, 0x39a8
or r10, r11
or r10, r12
or r10, r13
or r10, r14
or r10, r15
or r10, r8
or r10, r9
or r10, rax
or r10, rbp
or r10, rbx
or r10, rcx
or r10, rdi
or r10, rdx
or r10, rsi
or r10, [ rsp + 0x11f0 ]
or r10, [ rsp + 0x19f0 ]
or r10, [ rsp + 0x1b10 ]
or r10, [ rsp + 0x1c10 ]
or r10... | 17.573386 | 28 | 0.604677 |
9b5da869aa78cdbc5472e4b66e977fcb0a849d7d | 64 | asm | Assembly | src/kernel/entry.asm | xnoe/xnoe-os | 57768784a6e6a3e01c8554737f876f5363edee5e | [
"MIT"
] | 5 | 2021-08-30T00:05:43.000Z | 2021-12-16T02:12:24.000Z | src/kernel/entry.asm | xnoe/xnoe-os | 57768784a6e6a3e01c8554737f876f5363edee5e | [
"MIT"
] | null | null | null | src/kernel/entry.asm | xnoe/xnoe-os | 57768784a6e6a3e01c8554737f876f5363edee5e | [
"MIT"
] | null | null | null | [BITS 32]
_start:
mov esp, 0xc1005ffc
jmp main
extern main | 9.142857 | 21 | 0.703125 |
9e580e6241256e515a92cf5d3d9a73418a84deb1 | 716 | asm | Assembly | oeis/213/A213554.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/213/A213554.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/213/A213554.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A213554: Principal diagonal of the convolution array A213553.
; Submitted by Christian Krause
; 1,43,334,1406,4271,10577,22764,44220,79437,134167,215578,332410,495131,716093,1009688,1392504,1883481,2504067,3278374,4233334,5398855,6807977,8497028,10505780,12877605,15659631,18902898,22662514,26997811,31972501,37654832,... | 42.117647 | 497 | 0.798883 |
4c5bc7147829294d67f3632cddc437ff48d93c9c | 463 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_double32.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_double32.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_double32.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC am48_double32
EXTERN am48_double32u, l_neg_dehl
am48_double32:
; 32-bit signed long to double
;
; enter : DEHL = 32-bit integer n
;
; exit : AC = AC' (AC' saved)
; AC'= (double)(n)
;
; uses : af, bc, de, hl, af', bc', de', hl'
ld a,d
or a
jp... | 14.935484 | 47 | 0.535637 |
82af81c522ba3257d213369cac1fddaf0d98f74d | 1,973 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/x86/pentium4/copyd.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/x86/pentium4/copyd.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/x86/pentium4/copyd.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl Pentium-4 mpn_copyd -- copy limb vector, decrementing.
dnl Copyright 1999-2001 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General P... | 27.402778 | 79 | 0.736442 |
660eebeea8082ca09637aaaf07d499263eb0ef93 | 551 | asm | Assembly | libsrc/math/zxmath/asin.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/math/zxmath/asin.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/math/zxmath/asin.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
;
; ZX Maths Routines
;
; 7/12/02 - Stefano Bodrato
;
; $Id: asin.asm,v 1.5 2016/06/22 19:59:18 dom Exp $
;
;double asin(double)
;Number in FA..
IF FORzx
INCLUDE "zxfp.def"
ENDIF
IF FORzx81
INCLUDE "81fp.def"
ENDIF
IF FORlambda
INCLUDE "lambdafp.def"
ENDIF
SECTION code... | 13.775 | 57 | 0.573503 |
10e9d9c4b926a4a4793f3b7294f15dabf18d6f5c | 288 | asm | Assembly | factorial/fact.asm | AbderrhmanAbdellatif/SysPro | fa6ee66a63a62043c5d114bf80efec397fb1a13c | [
"MIT"
] | null | null | null | factorial/fact.asm | AbderrhmanAbdellatif/SysPro | fa6ee66a63a62043c5d114bf80efec397fb1a13c | [
"MIT"
] | null | null | null | factorial/fact.asm | AbderrhmanAbdellatif/SysPro | fa6ee66a63a62043c5d114bf80efec397fb1a13c | [
"MIT"
] | null | null | null | segment .text
global fact
fact:
push ebp
mov ebp,esp
sub esp,4
mov dword [ebp-4],1
mov ecx,[ebp+8]
back:
mov eax,[ebp-4]
mul ecx
mov [ebp-4],eax
dec ecx
cmp ecx,1
jne back
mov eax,[ebp-4]
mov esp,ebp
pop ebp
ret
| 12.521739 | 24 | 0.517361 |
dccc56647047afa8f4c397bd4ffb19cdcbe4924b | 620 | asm | Assembly | programs/oeis/151/A151821.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/151/A151821.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/151/A151821.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A151821: Powers of 2, omitting 2 itself.
; 1,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,1048576,2097152,4194304,8388608,16777216,33554432,67108864,134217728,268435456,536870912,1073741824,2147483648,4294967296,8589934592,17179869184,34359738368,68719476736,137438953472,2748779... | 56.363636 | 512 | 0.841935 |
8c04a0021e10e4b4ee06609a858adaf8b3efd13f | 456 | asm | Assembly | oeis/037/A037739.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037739.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037739.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037739: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,1,3,0.
; Submitted by Jon Maiga
; 2,13,81,486,2918,17509,105057,630342,3782054,22692325,136153953,816923718,4901542310,29409253861,176455523169,1058733139014,6352398834086,38114393004517,228686358027105,137211814816... | 25.333333 | 187 | 0.72807 |
9b023b02512633b1364bcdcce2eabf6112be5b1c | 578 | asm | Assembly | programs/oeis/031/A031971.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/031/A031971.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/031/A031971.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A031971: a(n) = Sum_{k=1..n} k^n.
; 1,5,36,354,4425,67171,1200304,24684612,574304985,14914341925,427675990236,13421957361110,457593884876401,16841089312342855,665478473553144000,28101527071305611528,1262899292504270591313,60182438244917445266889,3031284048960901518840700,160908785696531607621474266,897831234279465370... | 38.533333 | 430 | 0.820069 |
fa16d5b5390aa4f1caa9b93f465a2bf38c7508f4 | 2,133 | asm | Assembly | programs/oeis/269/A269495.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/269/A269495.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/269/A269495.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A269495: Number of length-4 0..n arrays with no repeated value differing from the previous repeated value by one.
; 14,77,250,617,1286,2389,4082,6545,9982,14621,20714,28537,38390,50597,65506,83489,104942,130285,159962,194441,234214,279797,331730,390577,456926,531389,614602,707225,809942,923461,1048514,1185857,1336270... | 152.357143 | 1,920 | 0.868261 |
367c22f3c81445ddde0cbbba37e3b8f81188df89 | 539 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fputc_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fputc_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/fputc_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int fputc_callee(int c, FILE *stream)
INCLUDE "clib_cfg.asm"
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _fputc_callee
EXTERN asm_fputc
_fputc_callee:
pop af
pop de
pop ix
push af
jp asm_fputc
;;;;;;;;;;;;;;;;;;;... | 14.184211 | 43 | 0.489796 |
b96c119352d0c6c507b4bbe191c3d05168828189 | 5,234 | asm | Assembly | bootloader/stage0.asm | Cisco-Talos/Barbervisor | b34cd716d965d100fcf61ae10f31eb15966dce78 | [
"Apache-2.0"
] | 122 | 2020-08-10T16:02:02.000Z | 2022-03-13T22:05:55.000Z | bootloader/stage0.asm | Cisco-Talos/Barbervisor | b34cd716d965d100fcf61ae10f31eb15966dce78 | [
"Apache-2.0"
] | null | null | null | bootloader/stage0.asm | Cisco-Talos/Barbervisor | b34cd716d965d100fcf61ae10f31eb15966dce78 | [
"Apache-2.0"
] | 19 | 2020-08-10T16:50:26.000Z | 2022-01-08T18:41:48.000Z | [bits 16]
[org 0x7c00]
struc flatpe
.entry: resd 1
.sections: resd 1
.payload:
endstruc
struc flatpe_section
.vaddr: resd 1
.size: resd 1
.data:
endstruc
entry:
; Disable interrupts and clear the direction flag
cli
cld
; Set the A20 line
in al, 0x92
or al, 2
out 0x92, al
; Zero out DS for ... | 17.273927 | 78 | 0.647115 |
e14029611cde1579a56d75c257a9814b164c407f | 4,483 | asm | Assembly | base/mvdm/vdd/hpscan/hpscan16.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/vdd/hpscan/hpscan16.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/vdd/hpscan/hpscan16.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | .MODEL small
;*************************************************
; Filename: hpscan16.asm
; Purpose: Stub DOS Device Driver. Pass device
; "HPSCAN" requests to the VDD, hpscan32.dll.
; Environment: MSDOS, Windows NT.
; (C) Hewlett-Packard Company 1993.
;*************************************************
INCLU... | 32.485507 | 51 | 0.535133 |
1224ab28df4af977f60ffb32ac6a1a43ff272e5a | 681 | asm | Assembly | src/solace_project/example_project/math/math.asm | NablaVM/solace | ffe2967586b6b3a61d028201f8b4c8586ca4f21f | [
"MIT"
] | null | null | null | src/solace_project/example_project/math/math.asm | NablaVM/solace | ffe2967586b6b3a61d028201f8b4c8586ca4f21f | [
"MIT"
] | null | null | null | src/solace_project/example_project/math/math.asm | NablaVM/solace | ffe2967586b6b3a61d028201f8b4c8586ca4f21f | [
"MIT"
] | null | null | null | ;
; MODULUS
; Performs modulus operation on r1, and r2
; Results in r0
; Ex: r0 = r1 % r2
; Uses : r0, r1, r2, r3, r4
; Saves: r1, r2, r3, r4
<modulus:
blt r1 r2 modspecial
pushw ls r1
pushw ls r2
pushw ls r3
pushw ls r4
mov r3 $0 ; Init temp, and result
div r3 r1 r2 ; Divide Num/D... | 17.461538 | 42 | 0.603524 |
608cd4bdaefc3e472ecca5207d34b0ff759c1e50 | 1,101 | asm | Assembly | libsrc/psg/einstein/psg_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/psg/einstein/psg_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/psg/einstein/psg_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Einstein specific routines
; by Stefano Bodrato, Fall 2017
;
; int set_psg(int reg, int val);
;
; Play a sound by PSG
;
;
; $Id: psg_init.asm $
;
SECTION code_clib
PUBLIC psg_init
PUBLIC _psg_init
psg_init:
_psg_init:
ld e,@01010101
xor a ; R0: Channel A frequency low bits
call outpsg
ld e,a
l... | 17.758065 | 92 | 0.597639 |
eb38f5f79ee087d227546b74597cf7138626c814 | 7,365 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1529.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1529.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1529.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xa50e, %rcx
nop
nop
nop
nop
sub %rbp, %rbp
movups (%rcx), %xmm7
vpextrq $0, %xmm7, %rdx
nop
nop
nop
nop
nop
cmp %rdx, %rdx
lea addresses_normal_ht+0x2a8e, %rbp
nop
n... | 35.752427 | 2,999 | 0.654447 |
27dae7f11b5152b95bb4e2eda8b5eeb29534d884 | 265 | asm | Assembly | programs/oeis/070/A070599.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070599.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070599.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070599: n^5 mod 14.
; 0,1,4,5,2,3,6,7,8,11,12,9,10,13,0,1,4,5,2,3,6,7,8,11,12,9,10,13,0,1,4,5,2,3,6,7,8,11,12,9,10,13,0,1,4,5,2,3,6,7,8,11,12,9,10,13,0,1,4,5,2,3,6,7,8,11,12,9,10,13,0,1,4,5,2,3,6,7,8,11,12,9,10,13,0,1,4,5,2,3,6,7,8
pow $0,5
mod $0,14
mov $1,$0
| 37.857143 | 211 | 0.554717 |
b01f27d867dde69b565a05a2c73b5f415fda7308 | 454 | asm | Assembly | oeis/020/A020957.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020957.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020957.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020957: a(n) = Sum_{k >= 1} floor(2*tau^(n-k)).
; Submitted by Christian Krause
; 3,6,11,19,32,54,89,147,240,392,637,1035,1678,2720,4405,7133,11546,18688,30243,48941,79194,128146,207351,335509,542872,878394,1421279,2299687,3720980,6020682,9741677,15762375,25504068,41266460,66770545
lpb $0
sub $0,1
sub $4,2
su... | 21.619048 | 202 | 0.64978 |
b0de150961630d5b56af6bbfee509fa40bd2bda6 | 4,222 | asm | Assembly | kernel/mm/vmm.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | 1 | 2021-03-21T19:49:05.000Z | 2021-03-21T19:49:05.000Z | kernel/mm/vmm.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | null | null | null | kernel/mm/vmm.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | null | null | null |
;; xOS32
;; Copyright (C) 2016-2017 by Omar Mohammad.
use32
page_directory = 0x9C000
page_tables = 0x200000
PAGE_PRESENT = 0x01
PAGE_WRITEABLE = 0x02
PAGE_USER = 0x04
PAGE_NO_CACHE = 0x10
; vmm_init:
; Initializes the virtual memory manager and paging subsystem
vmm_init:
; first construct the page d... | 14.971631 | 65 | 0.680246 |
1067a0ef65d555e6e34b45bc9ce9c693f5613d65 | 576 | asm | Assembly | oeis/086/A086601.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/086/A086601.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/086/A086601.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A086601: Triangular numbers + 1 squared.
; 1,4,16,49,121,256,484,841,1369,2116,3136,4489,6241,8464,11236,14641,18769,23716,29584,36481,44521,53824,64516,76729,90601,106276,123904,143641,165649,190096,217156,247009,279841,315844,355216,398161,444889,495616,550564,609961,674041,743044,817216,896809,982081,1073296,11707... | 72 | 495 | 0.819444 |
615e00c86a7c63491ed8ee8c47a0262861eb2a7b | 420 | asm | Assembly | oeis/215/A215990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/215/A215990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/215/A215990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A215990: Numerator of sum( k!/2^k, k=1..n ).
; Submitted by Jon Maiga
; 0,1,1,7,13,7,73,461,1721,7391,35741,95833,140902,7208291,6221977,738064507,5846167507,49265043007,440034922507,4152348777757,41275487330257,431068442131507,4718790944945257,27013799863651691,322866652557800441,502628413904332477
mov $1,1
lpb $0
... | 24.705882 | 230 | 0.728571 |
a9f767756bae040dfba062ffaf24e96cfe00b6d4 | 412 | asm | Assembly | oeis/335/A335087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/335/A335087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/335/A335087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A335087: Row sums of A335436.
; Submitted by Jon Maiga
; 1,7,34,150,628,2540,10024,38840,148368,560368,2096928,7786592,28726592,105390272,384788096,1398978432,5067403520,18294707968,65854095872,236421150208,846732997632,3025927678976,10792083499008,38420157773824,136547503083520,484546494459904,1716976084393984
mov ... | 27.466667 | 257 | 0.771845 |
dd345554e3c96a1a55a373d62c873425f360789a | 572 | asm | Assembly | programs/oeis/168/A168614.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/168/A168614.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168614.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A168614: a(n) = 2^n + 5.
; 6,7,9,13,21,37,69,133,261,517,1029,2053,4101,8197,16389,32773,65541,131077,262149,524293,1048581,2097157,4194309,8388613,16777221,33554437,67108869,134217733,268435461,536870917,1073741829,2147483653,4294967301,8589934597,17179869189,34359738373,68719476741,137438953477,274877906949,5497558... | 81.714286 | 515 | 0.851399 |
ad551cb306e054b8a34905a1bce407191a1f68e7 | 559 | asm | Assembly | oeis/134/A134171.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/134/A134171.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/134/A134171.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A134171: a(n) = (9/2)*(n-1)*(n-2)*(n-3).
; 0,0,0,27,108,270,540,945,1512,2268,3240,4455,5940,7722,9828,12285,15120,18360,22032,26163,30780,35910,41580,47817,54648,62100,70200,78975,88452,98658,109620,121365,133920,147312,161568,176715,192780,209790,227772,246753,266760,287820,309960,333207,357588,383130,409860,437805... | 93.166667 | 495 | 0.796064 |
40970c7cd13e95587603d7df49dbafa16a136429 | 379 | asm | Assembly | oeis/134/A134489.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/134/A134489.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/134/A134489.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A134489: a(n) = Fibonacci(5*n + 2).
; Submitted by Jamie Morken(s1)
; 1,13,144,1597,17711,196418,2178309,24157817,267914296,2971215073,32951280099,365435296162,4052739537881,44945570212853,498454011879264,5527939700884757,61305790721611591,679891637638612258
mul $0,5
mov $1,1
mov $2,1
lpb $0
sub $0,2
add $1,$2
... | 21.055556 | 190 | 0.725594 |
45b8845f24d55aed55b519372adf9d63693f51e2 | 540 | asm | Assembly | lista1/exerc4.asm | Durfan/ufsj-lab-aoc1 | 8ef39c1074b8418b4ca49e2a8f309a4c58d63158 | [
"MIT"
] | null | null | null | lista1/exerc4.asm | Durfan/ufsj-lab-aoc1 | 8ef39c1074b8418b4ca49e2a8f309a4c58d63158 | [
"MIT"
] | null | null | null | lista1/exerc4.asm | Durfan/ufsj-lab-aoc1 | 8ef39c1074b8418b4ca49e2a8f309a4c58d63158 | [
"MIT"
] | null | null | null | .data
a: .word 0:2
b: .word 0
c: .word 0
d: .word 0
e: .word 0
.text
la $s0,a
la $s1,b
la $s2,c
la $s3,d
la $s4,e
li $t0,10
sw $t0,0($s0)
lw $t0,0($s0)
li $t1,5
add $t0,$t0,$t1
sw $t0,4($s0)
lw $t0,0($s0)
lw $t1,4($s0)
add $t2,$t0,$t1
sw $t2,0($s1)
sub $t2,$t0,$t1
sw $t2,0($s2)
lw $t0,0($s1)
lw $t1,0($s2)
add ... | 9.642857 | 15 | 0.522222 |
3c0c1b3ef045313d7a253a9075ee829a7786e5e4 | 2,940 | asm | Assembly | programs/oeis/013/A013964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/013/A013964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/013/A013964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A013964: a(n) = sigma_16(n), the sum of the 16th powers of the divisors of n.
; 1,65537,43046722,4295032833,152587890626,2821153019714,33232930569602,281479271743489,1853020231898563,10000152587956162,45949729863572162,184887084343023426,665416609183179842,2177986570740006274,6568408508343827972,18447025552981295105,... | 140 | 2,680 | 0.92415 |
cfe03caa5c7291db5aca9934d1c0d0a175a1e0b0 | 518 | asm | Assembly | oeis/328/A328011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/328/A328011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/328/A328011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A328011: The 5x + 1 sequence beginning at 1.
; Submitted by Christian Krause
; 1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6,3,16,8,4,2,1,6
add $0,1
mov $1,$0
mov $... | 19.185185 | 215 | 0.528958 |
55215721527dbd400171e682081675ed3ea727b0 | 535 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/vscanf.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/vscanf.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/vscanf.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int vscanf(const char *format, void *arg)
INCLUDE "clib_cfg.asm"
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _vscanf
EXTERN asm_vscanf
_vscanf:
pop af
pop de
pop bc
push bc
push de
push af
jp asm_vscanf
... | 13.04878 | 43 | 0.456075 |
32b8012c8cfaddcd92f76cbd088117d850c7c8ca | 330 | asm | Assembly | Tareas/Ensamblador/tasm/BIN/macro.asm | TEC-2014092195/IC3101-Arquitectura_De_Computadores | 9f96940bd74f8899aadf18d9668f4314d6012b52 | [
"MIT"
] | null | null | null | Tareas/Ensamblador/tasm/BIN/macro.asm | TEC-2014092195/IC3101-Arquitectura_De_Computadores | 9f96940bd74f8899aadf18d9668f4314d6012b52 | [
"MIT"
] | null | null | null | Tareas/Ensamblador/tasm/BIN/macro.asm | TEC-2014092195/IC3101-Arquitectura_De_Computadores | 9f96940bd74f8899aadf18d9668f4314d6012b52 | [
"MIT"
] | null | null | null | Datos Segment
Datos EndS
Delay Macro Param, Num
mov cx,Num
Param:
push cx
pop cx
loop Param
EndM
Codigo Segment
comienceaqui:
Assume cs:codigo, ds:datos
xor ax,ax
mov ax,Datos
mov Ds,Ax
Delay A,5
mov ax,4c00h
int 21h
Codigo EndS
End co... | 11.37931 | 28 | 0.587879 |
0dc27b0ad55fb89736cb28f205c090aa2e1d36bd | 525 | asm | Assembly | pwnlib/shellcraft/templates/mips/linux/dupio.asm | tkmikan/pwntools | 1238fc359eb72313d3f82849b2effdb7063ab429 | [
"MIT"
] | 8,966 | 2015-01-02T11:58:14.000Z | 2022-03-31T21:19:56.000Z | pwnlib/shellcraft/templates/mips/linux/dupio.asm | tkmikan/pwntools | 1238fc359eb72313d3f82849b2effdb7063ab429 | [
"MIT"
] | 1,401 | 2015-01-01T00:56:22.000Z | 2022-03-31T16:19:53.000Z | pwnlib/shellcraft/templates/mips/linux/dupio.asm | tkmikan/pwntools | 1238fc359eb72313d3f82849b2effdb7063ab429 | [
"MIT"
] | 1,844 | 2015-01-07T04:38:06.000Z | 2022-03-30T03:54:46.000Z | <% from pwnlib.shellcraft import common %>
<% from pwnlib.shellcraft.mips.linux import dup2 %>
<% from pwnlib.shellcraft.mips import mov %>
<%page args="sock = '$s0'"/>
<%docstring>
Args: [sock (imm/reg) = s0]
Duplicates sock to stdin, stdout and stderr
</%docstring>
<%
dup = common.label("dup")
looplab... | 25 | 64 | 0.611429 |
4fce5df1199dd6f48810819bca91d365f8045144 | 409 | asm | Assembly | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_CreateSpr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_CreateSpr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_CreateSpr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; struct sp1_ss __CALLEE__ *sp1_CreateSpr_callee(void *drawf, uchar type, uchar height, int graphic, uchar plane)
; 03.2006 aralbrec, Sprite Pack v3.0
; sinclair zx version
SECTION code_clib
SECTION code_temp_sp1
PUBLIC sp1_CreateSpr_callee
EXTERN asm_sp1_CreateSpr
sp1_CreateSpr_callee:
pop ix
pop bc
pop ... | 16.36 | 113 | 0.740831 |
7eb482450a5ef45a15fa24af51082275633657e2 | 1,938 | asm | Assembly | programs/oeis/003/A003261.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/003/A003261.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/003/A003261.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A003261: Woodall (or Riesel) numbers: n*2^n - 1.
; 1,7,23,63,159,383,895,2047,4607,10239,22527,49151,106495,229375,491519,1048575,2228223,4718591,9961471,20971519,44040191,92274687,192937983,402653183,838860799,1744830463,3623878655,7516192767,15569256447,32212254719,66571993087,137438953471,283467841535,584115552255... | 193.8 | 1,828 | 0.923633 |
d19be5d9313e777e7d4030d8a310d00256026928 | 590 | asm | Assembly | oeis/246/A246057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/246/A246057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/246/A246057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A246057: a(n) = (5*10^n - 2)/3.
; 1,16,166,1666,16666,166666,1666666,16666666,166666666,1666666666,16666666666,166666666666,1666666666666,16666666666666,166666666666666,1666666666666666,16666666666666666,166666666666666666,1666666666666666666,16666666666666666666,166666666666666666666,1666666666666666666666,166666666... | 59 | 496 | 0.867797 |
9b14a722c9c36a56404295b2a832462f7b943622 | 615 | asm | Assembly | libsrc/stdio/osca/getk.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/osca/getk.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/osca/getk.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; Basic keyboard handling for the OSCA architecture
; By Stefano Bodrato Jul. 2011
;
; getk() Read key status
;
;
; $Id: getk.asm,v 1.4 2016/06/12 17:32:01 dom Exp $
;
INCLUDE "flos.def"
SECTION code_clib
PUBLIC getk
PUBLIC _getk
.getk
._getk
call kjt_get_key
or a
jr nz,knz
ld b,a
.knz
cp $5a... | 10.423729 | 52 | 0.642276 |
10afaf57b2d0ca81270ce41533c79c0c1a3f82d3 | 7,619 | asm | Assembly | data/sprites/map_objects.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/sprites/map_objects.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/sprites/map_objects.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | SpriteMovementData::
; entries correspond to SPRITEMOVEDATA_* constants
; SPRITEMOVEDATA_00
db SPRITEMOVEFN_00 ; movement function
db DOWN ; facing
db OBJECT_ACTION_STAND ; action
db WONT_DELETE ; flags1
db 0 ; flags2
db 0 ; palette flags
; SPRITEMOVEDATA_STILL
db SPRITEMOVEFN_STANDING ; movement function
db ... | 24.81759 | 65 | 0.774905 |
dcaf3824bb5c8ccfccb1739355c20999e25feb70 | 473 | asm | Assembly | oeis/156/A156095.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156095.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156095.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156095: 5 F(2n) (F(2n) + 1) + 1 where F(n) denotes the n-th Fibonacci number.
; Submitted by Christian Krause
; 1,11,61,361,2311,15401,104401,712531,4875781,33398201,228859951,1568486161,10750188961,73681909211,505020747661,3461456968201,23725161388951,162614629188281,1114577128871281,7639424974303651,52361396909490... | 36.384615 | 210 | 0.727273 |
63ffe937e4c2d5a1ccd0c4432238b2875b2cc1b8 | 390 | asm | Assembly | _maps/SSRblock.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 2 | 2020-04-09T19:36:35.000Z | 2021-01-05T14:20:17.000Z | _maps/SSRblock.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | null | null | null | _maps/SSRblock.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 1 | 2020-06-17T14:16:35.000Z | 2020-06-17T14:16:35.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - special stage "R" block
; ---------------------------------------------------------------------------
dc.w byte_1B912-Map_SS_R, byte_1B918-Map_SS_R
dc.w byte_1B91E-Map_SS_R
byte_1B912: dc.b 1
dc.b $F4, $A, 0, 0, $F4
... | 35.454545 | 77 | 0.405128 |
2770f165f86838df83582b75d7652ac583d5ad77 | 63 | asm | Assembly | Asm/4.1.asm | cquca/csco_book_codes | ccf709d744454695ad9460cad4c241439592d3ab | [
"MIT"
] | 3 | 2020-05-08T03:12:53.000Z | 2021-05-02T10:25:19.000Z | Asm/4.1.asm | cquca/csco_book_codes | ccf709d744454695ad9460cad4c241439592d3ab | [
"MIT"
] | null | null | null | Asm/4.1.asm | cquca/csco_book_codes | ccf709d744454695ad9460cad4c241439592d3ab | [
"MIT"
] | null | null | null | if($t8 <0)
{$s0=0-$t8;
$tl=$t1+1;}
else
{$s0=$t8;
$t2=$t2+1;} | 7.875 | 11 | 0.444444 |
730ec794aad9ff830a905c533f93ce600d6ae2ce | 841 | asm | Assembly | programs/oeis/008/A008624.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/008/A008624.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/008/A008624.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A008624: Expansion of (1+x^3)/((1-x^2)*(1-x^4)) = (1-x+x^2)/((1+x)*(1-x)^2*(1+x^2)).
; 1,0,1,1,2,1,2,2,3,2,3,3,4,3,4,4,5,4,5,5,6,5,6,6,7,6,7,7,8,7,8,8,9,8,9,9,10,9,10,10,11,10,11,11,12,11,12,12,13,12,13,13,14,13,14,14,15,14,15,15,16,15,16,16,17,16,17,17,18,17,18,18,19,18,19,19,20,19,20,20,21,20,21,21,22,21,22,22,23,2... | 105.125 | 714 | 0.62069 |
73bee6d6fb2251c707d0f0ad37c938e71bc0d732 | 256 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_resize.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_resize.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/b_array/c/sdcc_iy/b_array_resize.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int b_array_resize(b_array_t *a, size_t n)
SECTION code_clib
SECTION code_adt_b_array
PUBLIC _b_array_resize
EXTERN asm_b_array_resize
_b_array_resize:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_b_array_resize
| 11.636364 | 44 | 0.726563 |
fd66e63ca5e1be5eb9fe7c8fc324c7f05298a648 | 433 | asm | Assembly | libsrc/spectrum/ulaplus/ulaplus_set.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/ulaplus/ulaplus_set.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/ulaplus/ulaplus_set.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; ZX Spectrum specific routines
; by Stefano Bodrato, MAR 2010
;
; int ulaplus_set(attribute,rgbvalue);
;
;
; $Id: ulaplus_set.asm,v 1.3 2016/06/10 21:14:23 dom Exp $
;
SECTION code_clib
PUBLIC ulaplus_set
PUBLIC _ulaplus_set
ulaplus_set:
_ulaplus_set:
pop bc
pop de
pop hl
push hl
push de
push bc
ld bc,... | 12.735294 | 58 | 0.688222 |
11a2ac19df91f7699f667f8c7d9a9d057daab21f | 11,497 | asm | Assembly | BufferOverflow/stack.asm | potato1996/PCS-Labs | ebdbac4189bb679577f1f99c3bc58a7e0372b1e0 | [
"MIT"
] | null | null | null | BufferOverflow/stack.asm | potato1996/PCS-Labs | ebdbac4189bb679577f1f99c3bc58a7e0372b1e0 | [
"MIT"
] | null | null | null | BufferOverflow/stack.asm | potato1996/PCS-Labs | ebdbac4189bb679577f1f99c3bc58a7e0372b1e0 | [
"MIT"
] | null | null | null |
stack: file format elf32-i386
Disassembly of section .init:
08048324 <_init>:
8048324: 53 push %ebx
8048325: 83 ec 08 sub $0x8,%esp
8048328: e8 c3 00 00 00 call 80483f0 <__x86.get_pc_thunk.bx>
804832d: 81 c3 d3 1c 00 00 add $0x1cd3,%ebx
8048333: 8b 83 fc... | 43.059925 | 75 | 0.500391 |
091bed1f6c9deee82235c28cb52e80e98600d80a | 51,728 | asm | Assembly | lib/i386/aesasm.asm | 0xflotus/SymCrypt | 406f973a28a9982065f975aa9e973d481d53356f | [
"MIT"
] | 1 | 2021-03-18T15:09:13.000Z | 2021-03-18T15:09:13.000Z | lib/i386/aesasm.asm | 0xflotus/SymCrypt | 406f973a28a9982065f975aa9e973d481d53356f | [
"MIT"
] | null | null | null | lib/i386/aesasm.asm | 0xflotus/SymCrypt | 406f973a28a9982065f975aa9e973d481d53356f | [
"MIT"
] | 1 | 2019-12-23T06:35:21.000Z | 2019-12-23T06:35:21.000Z | ;
; AesAsm.asm Assembler code for fast AES on the x86
;
; Copyright (c) Microsoft Corporation. Licensed under the MIT license.
;
; This code is derived from the AesFast implemenation that
; Niels Ferguson wrote from scratch for BitLocker during Vista.
; That code is still in RSA32.
;
TITLE "... | 28.235808 | 120 | 0.502069 |
662e55fb02dafbe03b6666113abb9215f1b63e3a | 737 | asm | Assembly | oeis/145/A145621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/145/A145621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/145/A145621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A145621: Numerator of the polynomial A_l(x) = sum_{d=1..l-1} x^(l-d)/d for index l=2n+1 evaluated at x=7.
; Submitted by Christian Krause
; 105,31087,2538991,248821433,21946050833,11828921402977,7535022933740305,3692161237533130831,1025190103621701235981,954451986471803883166747,15589382445706130101521201,52707702048... | 92.125 | 484 | 0.856174 |
c70e9473a38c7f7489c9787441601ae90b38208e | 499 | asm | Assembly | programs/oeis/333/A333996.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/333/A333996.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/333/A333996.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A333996: Number of composite numbers in the triangular n X n multiplication table.
; 0,1,3,7,11,17,23,31,40,50,60,72,84,98,113,129,145,163,181,201,222,244,266,290,315,341,368,396,424,454,484,516,549,583,618,654,690,728,767,807,847,889,931,975,1020,1066,1112,1160,1209,1259,1310,1362,1414
mov $2,$0
mov $3,$0
add $3,1
... | 27.722222 | 204 | 0.671343 |
95c52c8da376dfa147cc6313afe05d6679c74528 | 2,329 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_24_1799.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_24_1799.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_24_1799.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rbp
push %rbx
push %rcx
push %rdx
lea addresses_normal_ht+0x9361, %r12
nop
nop
nop
cmp $58578, %r11
mov (%r12), %bp
nop
nop
nop
nop
xor %rbp, %rbp
lea addresses_D_ht+0x1ee15, %rbx
nop
nop
nop
sub $24068, %r13
mov $0x6162636465666768, %rcx
... | 19.090164 | 129 | 0.655646 |
a8380ed4e5ac0aaa148265d0c6c5f3c71ee2199d | 4,754 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2311.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.log_21829_2311.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.log_21829_2311.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 %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1970a, %rbx
nop
cmp %r10, %r10
vmovups (%rbx), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $0, %xmm6, %r14
and $60926, %rsi
lea addresses_A_ht+0x121ea, %r15
nop
nop
nop
... | 51.11828 | 2,999 | 0.665124 |
708977fe1409f73558a30c0fb7ee073714d9a5dd | 885 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_array/z80/asm_w_array_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/w_array/z80/asm_w_array_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/w_array/z80/asm_w_array_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Mar 2014
; ===============================================================
;
; w_array_t *w_array_init(void *p, void *data, size_t capacity)
;
; Initialize a word array structure at address p and set the
; array's initial data and capacity members. ... | 20.581395 | 65 | 0.442938 |
4ce3295d5168a494e72531ceab1225fee67a8959 | 148,451 | asm | Assembly | asm_src/sg_test4/sg_test4.asm | yhzmr442/jspce | 61c170cfdfa60b28af773005a5985a00cd36fa1d | [
"MIT"
] | 9 | 2020-01-09T08:21:11.000Z | 2021-11-02T06:34:31.000Z | asm_src/sg_test4/sg_test4.asm | yhzmr442/jspce | 61c170cfdfa60b28af773005a5985a00cd36fa1d | [
"MIT"
] | 5 | 2020-06-27T19:45:57.000Z | 2020-12-15T22:13:53.000Z | asm_src/sg_test4/sg_test4.asm | yhzmr442/jspce | 61c170cfdfa60b28af773005a5985a00cd36fa1d | [
"MIT"
] | 2 | 2020-09-22T01:05:01.000Z | 2020-09-23T17:02:13.000Z | VDC_0 .equ $0000
VDC_1 .equ $0001
VDC_2 .equ $0002
VDC_3 .equ $0003
VDC1 .equ 1
VDC1_0 .equ VDC_0
VDC1_1 .equ VDC_1
VDC1_2 .equ VDC_2
VDC1_3 .equ VDC_3
VDC2 .equ 2
VDC2_0 .equ $0010
VDC2_1 .equ $0011
VDC2_2 .equ $0012
VDC2_3 .equ $0013
VPC_0 .equ $0008
VPC_1 .equ $00... | 18.070724 | 168 | 0.556082 |
98b0d74b4a2952d2916803714b37dc1dadd237eb | 370 | asm | Assembly | oeis/115/A115332.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/115/A115332.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/115/A115332.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A115332: E.g.f: exp(x/(1-5*x))/sqrt(1-25*x^2).
; Submitted by Jon Maiga
; 1,1,36,256,11236,181476,9461776,251412736,15256202256,574194155536,39891552832576,1953973812658176,153336819846991936,9264773325882888256,812060124489852846336,58352827798669641650176
mov $3,1
lpb $0
mul $1,$0
sub $0,1
mov $2,$3
add $3... | 23.125 | 185 | 0.716216 |
98fa091bdcc3af643b773e1c75ec4ecf0b0c24af | 2,975 | asm | Assembly | libsrc/z80_crt0s/gbz80/sdcc/l_divu16.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/z80_crt0s/gbz80/sdcc/l_divu16.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/z80_crt0s/gbz80/sdcc/l_divu16.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_l_sdcc
PUBLIC l_divu8
PUBLIC l_modu8
PUBLIC l_divu16
PUBLIC l_modu16
l_divu8:
l_modu8:
ld b,0x00
ld d,b
; Fall through to divu16
l_divu16:
l_modu16:
;; Check for division by zero
ld a,e
or d
jr NZ,divide ; Bran... | 35.843373 | 80 | 0.455126 |
dff9f318f06cc4ebb40de97adf44c62c5c209e08 | 583 | asm | Assembly | programs/oeis/186/A186316.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/186/A186316.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/186/A186316.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A186316: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f and g are the squares and hexagonal numbers. Complement of A186315.
; 2,4,6,9,11,14,16,18,21,23,26,28,31,33,35,38,40,43,45,47,50,52,55,57,60,62,64,67,69,72,74,76,79,81,84,86,88,91,93,96,98,101,103,105,108,110,113... | 64.777778 | 356 | 0.698113 |
a9eabecee30b6c897435728f3746395d41951258 | 3,123 | asm | Assembly | external/source/shellcode/linux/ia32/single_shell_bind_tcp_random_port.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 35 | 2015-08-08T07:23:38.000Z | 2021-04-07T18:00:44.000Z | external/source/shellcode/linux/ia32/single_shell_bind_tcp_random_port.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2019-02-12T12:13:53.000Z | 2019-02-12T12:13:53.000Z | external/source/shellcode/linux/ia32/single_shell_bind_tcp_random_port.asm | fozavci/metasploit-framework-with-viproy | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 23 | 2015-08-11T05:07:47.000Z | 2020-11-06T03:55:10.000Z | ;;
;
; Name: single_shell_bind_tcp_random
; Qualities: None
; Platforms: Linux
; Author: Geyslan G. Bem <geyslan@gmail.com>
; License: BSD 3-Clause
;
; 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:
... | 26.466102 | 122 | 0.674672 |
f3a5d849da37e620e71dc58dc606a99bd1d011d1 | 199 | asm | Assembly | libsrc/alloc/malloc-classic/mallinfo.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/alloc/malloc-classic/mallinfo.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/alloc/malloc-classic/mallinfo.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; CALLER linkage for function pointers
SECTION code_clib
PUBLIC mallinfo
PUBLIC _mallinfo
EXTERN HeapInfo
EXTERN _heap
.mallinfo
._mallinfo
ld hl,_heap
ex (sp),hl
push hl
jp HeapInfo
| 11.705882 | 38 | 0.753769 |
8bd1baacce0a395c634c46e735e7467f8792307b | 797 | asm | Assembly | oeis/142/A142037.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142037.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142037.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142037: Primes congruent to 7 mod 32.
; Submitted by Jon Maiga
; 7,71,103,167,199,263,359,487,647,743,839,967,1031,1063,1223,1319,1447,1511,1543,1607,1831,2087,2311,2503,2663,2791,2887,3079,3271,3463,3527,3559,3623,3719,3847,3911,3943,4007,4231,4327,4391,4423,4519,4583,4679,4871,4903,4967,4999,5351,5479,5639,5927,61... | 37.952381 | 499 | 0.723965 |
550fa89443a67d9981f834d4a8b7aac662928e33 | 142 | asm | Assembly | 01. 8051/02. Data Transfer/Act2.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | 01. 8051/02. Data Transfer/Act2.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | 01. 8051/02. Data Transfer/Act2.asm | nitrece/microprocessor-laboratory | 40d9e41537e56fb049ef6230fcaaaee3b5d3b121 | [
"MIT"
] | null | null | null | org 0h
mov r0, #40h
mov r3, #5
mov b, @r0
loop:
mov a, b
subb a, @r0
jnc is_smaller
mov b, @r0
is_smaller:
inc r0
djnz r3, loop
mov p2, b
end
| 9.466667 | 14 | 0.661972 |
27da7b3a89eacd6238f0efa84b1779d6b5a09e65 | 224 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sccz80/strsep.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sccz80/strsep.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sccz80/strsep.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; char *strsep(char ** restrict stringp, const char * restrict delim)
SECTION code_string
PUBLIC strsep
EXTERN asm_strsep
strsep:
pop af
pop de
pop bc
push bc
push de
push af
jp asm_strsep
| 10.666667 | 69 | 0.660714 |
b4e99a8eb20d29a0b07d74686bf771a97f9879c1 | 3,719 | asm | Assembly | assembler/tests/t_hmcs4x/t_hmcs4x.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_hmcs4x/t_hmcs4x.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_hmcs4x/t_hmcs4x.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | cpu HD614023
page 0
lai 7
ld #7,a ; AS-specific equivalent
lbi 12
ld #12,b ; AS-specific equivalent
lmid 3,$7f
ld #3,$7f ; AS-specific equivalent
lmiiy 4
ld #4,m+ ; AS-specific equivalent
lab
ld b,a ; AS-specific equivalent
lba
ld a,b ; AS-specific equivalent
lay
ld y,a ; AS-specific equivalent... | 17.709524 | 38 | 0.685399 |
34772d2d69bf9154fe2705b090c62b4f085069fb | 311 | asm | Assembly | libsrc/_DEVELOPMENT/l/sccz80/4-r2k/l_asr_u.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/sccz80/4-r2k/l_asr_u.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/sccz80/4-r2k/l_asr_u.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Crt0 for Rabbit
;
; Shift de right by hl bits
;
;
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_asr_u
; Entry: hl = bit shift counter
; de = value to shift
; Exit: hl = result
;
.l_asr_u
ex de,hl
.l_asr_u_1
dec e
ret m
and a
defb 0xfc ; rr hl
jp l_asr_u_1
| 13.521739 | 31 | 0.601286 |
f6be93a05f0890ffb475a12eb01a14759dc1f724 | 268 | asm | Assembly | libsrc/strings/strchr.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/strings/strchr.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/strings/strchr.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; CALLER linkage for function pointers
SECTION code_clib
PUBLIC strchr
PUBLIC _strchr
EXTERN strchr_callee
EXTERN ASMDISP_STRCHR_CALLEE
.strchr
._strchr
pop af
pop bc
pop hl
push hl
push bc
push af
jp strchr_callee + ASMDISP_STRCHR_CALLEE
| 12.761905 | 43 | 0.75 |
118524bfaf587654f34d5e0ebba97ef95a6a52dd | 1,558 | asm | Assembly | programs/oeis/001/A001950.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001950.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001950.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A001950: Upper Wythoff sequence (a Beatty sequence): a(n) = floor(n*phi^2), where phi = (1+sqrt(5))/2.
; 2,5,7,10,13,15,18,20,23,26,28,31,34,36,39,41,44,47,49,52,54,57,60,62,65,68,70,73,75,78,81,83,86,89,91,94,96,99,102,104,107,109,112,115,117,120,123,125,128,130,133,136,138,141,143,146,149,151,154,157,159,162,164,16... | 35.409091 | 960 | 0.621951 |
1255c9933e9f7c4c2fc9511e870aa8c13f95b03e | 1,382 | asm | Assembly | AVR/PWM.asm | StxGuy/EmbeddedSystems | 6d9bc8b295724d361ea1d82e701e6530f74e2300 | [
"MIT"
] | null | null | null | AVR/PWM.asm | StxGuy/EmbeddedSystems | 6d9bc8b295724d361ea1d82e701e6530f74e2300 | [
"MIT"
] | null | null | null | AVR/PWM.asm | StxGuy/EmbeddedSystems | 6d9bc8b295724d361ea1d82e701e6530f74e2300 | [
"MIT"
] | null | null | null | ;-------------------------------------;
; PWM FOR ATMEGAL328p ;
; ;
; Por: Prof. Carlo Requiao ;
; 10/Nov/2021 ;
;-------------------------------------;
.device ATmega328P
;-------------------------------------;
; MAC... | 19.194444 | 47 | 0.410275 |
d272a8c38e96ea6078342fcee5bce05bf542f446 | 1,073 | asm | Assembly | programs/oeis/104/A104745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/104/A104745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/104/A104745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A104745: a(n) = 5^n + n.
; 1,6,27,128,629,3130,15631,78132,390633,1953134,9765635,48828136,244140637,1220703138,6103515639,30517578140,152587890641,762939453142,3814697265643,19073486328144,95367431640645,476837158203146,2384185791015647,11920928955078148,59604644775390649,298023223876953150,1490116119384765651,74505... | 134.125 | 1,005 | 0.917055 |
7d8fa40c370037ef717f74b3d60fe9af0448ea21 | 296 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/UNSAFE_SMS_VRAMmemcpy128_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/UNSAFE_SMS_VRAMmemcpy128_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/UNSAFE_SMS_VRAMmemcpy128_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void UNSAFE_SMS_VRAMmemcpy128(unsigned int dst,void *src)
SECTION code_clib
SECTION code_SMSlib
PUBLIC _UNSAFE_SMS_VRAMmemcpy128_callee
EXTERN asm_SMSlib_UNSAFE_VRAMmemcpy128
_UNSAFE_SMS_VRAMmemcpy128_callee:
pop af
pop hl
pop de
push af
jp asm_SMSlib_UNSAFE_VRAMmemcpy128
| 16.444444 | 59 | 0.824324 |
e1b44d42b0a6629a3bd416bc0c891b0a83d00371 | 3,778 | asm | Assembly | third_party/virtualbox/src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 521 | 2019-03-29T15:44:08.000Z | 2022-03-22T09:46:19.000Z | third_party/virtualbox/src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 30 | 2019-06-04T17:00:49.000Z | 2021-09-08T20:44:19.000Z | third_party/virtualbox/src/VBox/Runtime/r0drv/os2/RTR0Os2DHVMGlobalToProcess.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 99 | 2019-03-29T16:04:13.000Z | 2022-03-28T16:59:34.000Z | ; $Id: RTR0Os2DHVMGlobalToProcess.asm $
;; @file
; IPRT - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
;
;
; Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
;
; Permission is hereby granted, free of charge, to any person
; obtaining a copy of this software and associated documentation
; files (the ... | 32.852174 | 85 | 0.560614 |
6108bf599f25896437260d620dba88ac9d4d2425 | 1,411 | asm | Assembly | programs/oeis/214/A214297.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/214/A214297.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/214/A214297.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A214297: a(0)=-1, a(1)=0, a(2)=-3; thereafter a(n+2) - 2*a(n+1) + a(n) has period 4: repeat -4, 8, -4, 2.
; -1,0,-3,2,3,6,5,12,15,20,21,30,35,42,45,56,63,72,77,90,99,110,117,132,143,156,165,182,195,210,221,240,255,272,285,306,323,342,357,380,399,420,437,462,483,506,525,552,575,600,621,650,675,702,725,756,783,812,837,... | 100.785714 | 1,210 | 0.750532 |
0ff11ad913784bb1789e9b7c6b02a94ec6722460 | 11,774 | asm | Assembly | Ports/C28x/Generic/CCS/os_cpu_a.asm | Qetu107/uC-OS2 | 22a9ded73d7352110be0996708f1ed0e9c4621f0 | [
"Apache-2.0"
] | 169 | 2021-01-28T09:10:52.000Z | 2022-03-26T03:33:19.000Z | Ports/C28x/Generic/CCS/os_cpu_a.asm | Qetu107/uC-OS2 | 22a9ded73d7352110be0996708f1ed0e9c4621f0 | [
"Apache-2.0"
] | 10 | 2021-02-03T22:48:49.000Z | 2021-10-14T17:27:03.000Z | Ports/C28x/Generic/CCS/os_cpu_a.asm | Qetu107/uC-OS2 | 22a9ded73d7352110be0996708f1ed0e9c4621f0 | [
"Apache-2.0"
] | 63 | 2020-03-03T08:10:49.000Z | 2020-12-06T12:40:44.000Z | ;********************************************************************************************************
; uC/OS-II
; The Real-Time Kernel
;
; Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
;
; ... | 41.60424 | 119 | 0.35434 |
6073a55d062b2d908e2840757f5652c9ac3ca6df | 7,697 | asm | Assembly | Transynther/x86/_processed/US/_st_4k_/i7-7700_9_0xca.log_21829_983.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_4k_/i7-7700_9_0xca.log_21829_983.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_4k_/i7-7700_9_0xca.log_21829_983.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 %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xb77c, %r11
clflush (%r11)
nop
dec %rax
movl $0x61626364, (%r11)
nop
nop
nop
sub $48137, %rdx
lea addresses_WT_ht+0x60a8, %rbx
clflush (%rbx)
nop
nop
nop
nop
nop
an... | 32.893162 | 2,999 | 0.657919 |
59654e370f4069023d1620d4d751b9d3e4bb6065 | 31,720 | asm | Assembly | Library/SpecUI/CommonUI/CView/cviewPaneScale.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/SpecUI/CommonUI/CView/cviewPaneScale.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/SpecUI/CommonUI/CView/cviewPaneScale.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: OpenLook/View
FILE: cviewPaneScale.asm
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- ... | 24.4 | 81 | 0.649874 |
313f559aeacc58a541d87919f15277d19e873513 | 1,183 | asm | Assembly | programs/oeis/088/A088225.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/088/A088225.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/088/A088225.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A088225: Solutions to x^n == 7 mod 11.
; 2,6,7,8,13,17,18,19,24,28,29,30,35,39,40,41,46,50,51,52,57,61,62,63,68,72,73,74,79,83,84,85,90,94,95,96,101,105,106,107,112,116,117,118,123,127,128,129,134,138,139,140,145,149,150,151,156,160,161,162,167,171,172,173,178,182,183,184,189,193,194,195,200,204,205,206,211,215,216,2... | 51.434783 | 961 | 0.69907 |
fe92a4ce2411babcc3f0b8dca661c9c72321cadd | 8,411 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2310.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_2310.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_2310.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 %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x296b, %r11
clflush (%r11)
and $64393, %r10
movb $0x61, (%r11)
nop
nop
dec %rdi
lea addresses_D_ht+0x1d567, %rsi
lea addresses_normal_ht+0x1ee23, %rdi
nop
nop
nop
sub %rbp, %... | 32.984314 | 2,999 | 0.662109 |
bf673b7baa1f1d2d3d5676ae831a62c659c08b0b | 2,721 | asm | Assembly | src/sys/init.asm | neri/osz | d1766e2f5daabd5914a80b838c0219f330a0d0af | [
"MIT"
] | 7 | 2017-01-11T17:13:10.000Z | 2022-02-17T06:40:50.000Z | src/sys/init.asm | neri/osz | d1766e2f5daabd5914a80b838c0219f330a0d0af | [
"MIT"
] | null | null | null | src/sys/init.asm | neri/osz | d1766e2f5daabd5914a80b838c0219f330a0d0af | [
"MIT"
] | 1 | 2019-06-24T09:49:43.000Z | 2019-06-24T09:49:43.000Z | ;;
;; SYSINIT: Root Process for MEG-OS Zero
;;
;; Copyright (c) MEG-OS project
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without modification,
;; are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the a... | 23.868421 | 84 | 0.664094 |
9afe7de6dbb5bffd0f1d505cc94e2a9398b41723 | 2,609 | asm | Assembly | Appl/Art/Decks/GeoDeck/CGADiamondJ.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Art/Decks/GeoDeck/CGADiamondJ.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Art/Decks/GeoDeck/CGADiamondJ.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | CGADiamondJ label byte
word C_BLACK
Bitmap <67,41,0,BMF_MONO>
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00
db 0x07, 0xe0, 0x00, 0x3b, 0x76, 0xd0, 0x00, 0x0e,
0x00
db 0x01, 0x80, 0x00, 0x6d, 0x8d, 0xb4, 0x03, 0x34,
0x00
db 0... | 30.337209 | 53 | 0.616328 |
1cec1e71e5a11c4a026cd1d2a56a1a35ec35e513 | 5,389 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_775.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_775.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_775.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 %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x21bc, %rsi
lea addresses_D_ht+0x18df8, %rdi
nop
nop
sub $49593, %r13
mov $17, %rcx
rep movsw
nop
nop
nop
nop
nop
sub $14848, %rcx
lea addresses_A_ht+0xb3bc, %rbx
nop
nop
nop
n... | 40.825758 | 2,999 | 0.659677 |
1d87f9825527eb90b780ac52d65a8958c3b05aad | 455 | asm | Assembly | oeis/159/A159353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159353: a(n) = the smallest positive integer such that a(n) *(2^n -2) is a multiple of n.
; Submitted by Simon Strandgaard
; 1,1,1,2,1,3,1,4,3,5,1,6,1,7,5,8,1,9,1,10,7,11,1,12,5,13,9,2,1,15,1,16,11,17,35,18,1,19,13,20,1,21,1,22,3,23,1,24,7,25,17,26,1,27,55,28,19,29,1,30,1,31,21,32,13,33,1,34,23,5,1,36,1,37,25,38,77,... | 50.555556 | 258 | 0.615385 |
567737180e986b269d177b02a924c0d4efcac4df | 279 | asm | Assembly | printbyte.asm | laffey98/c64-snake | 1fbd458930090a89b11aa837ee78b52a22bcff56 | [
"MIT"
] | 5 | 2021-03-31T12:41:46.000Z | 2021-10-12T05:52:56.000Z | printbyte.asm | dreamingPainter/c64-snake | dd1ab483f78d65b05405ea3ced5bdd9624e7478a | [
"MIT"
] | 1 | 2021-04-12T12:12:54.000Z | 2021-04-12T12:13:23.000Z | printbyte.asm | dreamingPainter/c64-snake | dd1ab483f78d65b05405ea3ced5bdd9624e7478a | [
"MIT"
] | 5 | 2021-03-31T12:41:51.000Z | 2022-02-04T07:14:17.000Z | .data zp
.space _na 1 ; a的临时存放处
.text
printbyte:
php
pha
sta _na
txa
pha
ldx #8 ; 打印8bit
* lda #$30 ; a = '0'
asl _na ; 左移一位,溢出到c
adc #0 ; a = a + c + 0
jsr chrout ; putchar(a)
dex ; x--
bne - ; if(x != 0) goto 上个星号
lda #$20
jsr chrout
pla
tax
pla
plp
rts | 12.130435 | 30 | 0.562724 |
a6cebdf400902f0741625d7bfa10d69e68cfca28 | 1,242 | asm | Assembly | doc/assembly_arithmetics_if/code/00_arithmetics_if.asm | CodeLingoBot/learn | d7ea19cb9a887ec60435698b9e945a110163eea2 | [
"CC-BY-4.0"
] | 1,235 | 2015-09-08T20:21:49.000Z | 2022-03-28T10:54:28.000Z | doc/assembly_arithmetics_if/code/00_arithmetics_if.asm | fengpf/learn | d7ea19cb9a887ec60435698b9e945a110163eea2 | [
"CC-BY-4.0"
] | 10 | 2015-09-08T23:16:52.000Z | 2021-12-15T01:15:13.000Z | doc/assembly_arithmetics_if/code/00_arithmetics_if.asm | fengpf/learn | d7ea19cb9a887ec60435698b9e945a110163eea2 | [
"CC-BY-4.0"
] | 183 | 2015-09-08T14:46:09.000Z | 2022-03-06T07:03:31.000Z | ; -------------------------------------------------------------
; nasm -f elf64 -o 00_arithmetics_if.o 00_arithmetics_if.asm
; ld -o 00_arithmetics_if 00_arithmetics_if.o
; ./00_arithmetics_if
; -------------------------------------------------------------
section .data
; define constants
num1: equ 100
n... | 20.7 | 63 | 0.557166 |
f22de0fa445166596e1a12ad3180dd8c63e4952c | 271 | asm | Assembly | data/mapHeaders/SSAnne2FRooms.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/SSAnne2FRooms.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/SSAnne2FRooms.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SSAnne2FRooms_h:
db SHIP ; tileset
db SS_ANNE_2F_ROOMS_HEIGHT, SS_ANNE_2F_ROOMS_WIDTH ; dimensions (y, x)
dw SSAnne2FRooms_Blocks ; blocks
dw SSAnne2FRooms_TextPointers ; texts
dw SSAnne2FRooms_Script ; scripts
db 0 ; connections
dw SSAnne2FRooms_Object ; objects
| 30.111111 | 71 | 0.811808 |
9af89b85345f857ab4953f420e071985c874083b | 62 | asm | Assembly | tests/function_simple/err_result_size_larger1.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | tests/function_simple/err_result_size_larger1.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | tests/function_simple/err_result_size_larger1.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | #fn add1(value) => value + 1
#d8 add1(0xffff) ; error: larger | 20.666667 | 32 | 0.645161 |
1737778938a44e8f5cd5fad7ec7f7355b01fe13e | 428 | asm | Assembly | programs/oeis/118/A118149.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/118/A118149.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/118/A118149.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A118149: Start with 1 and repeatedly reverse the digits and add 52 to get the next term.
; 1,53,87,130,83,90,61,68,138,883,440,96,121,173,423,376,725,579,1027,7253,3579,9805,5141,1467,7693,4019,9156,6571,1808,8133,3370,785,639,988,941,201,154,503,357,805,560,117,763,419,966,721,179,1023,3253,3575
mov $2,$0
mov $0,1
... | 38.909091 | 208 | 0.714953 |
aca4e2a1db86dff7fe9d268b96961b790760fa1e | 271 | asm | Assembly | 24-Budget-Brigade-1.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 24-Budget-Brigade-1.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 24-Budget-Brigade-1.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | -- 7 Billion Humans --
-- 24: Budget Brigade 1 --
-- Size: 7/7 --
-- Speed: 187/53 --
a:
if s == printer and
myitem == nothing:
takefrom s
endif
if e == person and
myitem == datacube:
giveto e
endif
if s == shredder and
myitem == datacube:
giveto s
endif
jump a
| 12.318182 | 26 | 0.627306 |
febe54dadcd167a110d64e1d7d9914700cd53035 | 18,197 | asm | Assembly | src/presets/allbosskpdr_menu.asm | idlechild/sm_practice_hack | 3cc51e8f12cfe42fd360f7cfaa90fa767a06c8c7 | [
"Unlicense"
] | 15 | 2019-02-23T20:38:49.000Z | 2022-02-18T01:14:04.000Z | src/presets/allbosskpdr_menu.asm | idlechild/sm_practice_hack | 3cc51e8f12cfe42fd360f7cfaa90fa767a06c8c7 | [
"Unlicense"
] | 50 | 2019-03-06T22:02:17.000Z | 2022-03-31T05:25:54.000Z | src/presets/allbosskpdr_menu.asm | idlechild/sm_practice_hack | 3cc51e8f12cfe42fd360f7cfaa90fa767a06c8c7 | [
"Unlicense"
] | 20 | 2019-02-23T20:40:53.000Z | 2022-02-22T17:44:45.000Z | PresetsMenuAllbosskpdr:
dw #presets_goto_allbosskpdr_crateria
dw #presets_goto_allbosskpdr_brinstar
dw #presets_goto_allbosskpdr_upper_norfair
dw #presets_goto_allbosskpdr_wrecked_ship
dw #presets_goto_allbosskpdr_maridia
dw #presets_goto_allbosskpdr_upper_norfair_revisit
dw #presets_goto_al... | 41.076749 | 104 | 0.858054 |
3a0dce920a534073f1e027dcdc05f4a0a5558a35 | 446 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_insert_block_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_insert_block_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_insert_block_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *b_vector_insert_block(b_vector_t *v, size_t idx, size_t n)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC b_vector_insert_block_callee
EXTERN asm_b_vector_insert_block
b_vector_insert_block_callee:
pop hl
pop de
pop bc
ex (sp),hl
jp asm_b_vector_insert_block
; SDCC bridge for Class... | 17.153846 | 66 | 0.818386 |
aaf6149dfd9937759b08e5dccf8e485c0d278821 | 7,828 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_21829_589.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.log_21829_589.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.log_21829_589.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x190b6, %rbx
nop
nop
inc %r14
mov $0x6162636465666768, %r13
movq %r13, %xmm1
movups %xmm1, (%rbx)
nop
and $22296, %r11
lea addresses_UC_ht+0x1acb6, %rsi
lea addresses_A_ht+0x6... | 34.333333 | 2,999 | 0.657001 |
7a352036011595586b105a558adf1e8f44b021cc | 1,062 | asm | Assembly | Lab2 (MIPS)/Version 2.asm | taylanu/CMPEN331 | 2ba05a516a6a43c8693b4e30a4852408362a5edd | [
"MIT"
] | null | null | null | Lab2 (MIPS)/Version 2.asm | taylanu/CMPEN331 | 2ba05a516a6a43c8693b4e30a4852408362a5edd | [
"MIT"
] | null | null | null | Lab2 (MIPS)/Version 2.asm | taylanu/CMPEN331 | 2ba05a516a6a43c8693b4e30a4852408362a5edd | [
"MIT"
] | null | null | null | # Version 2, do nothing, then Exit
# switch to the Text segment
.text
.globl main
main:
#rest of the main program will go here
#call function Exit0
jal Exit0 #end program, default return status
#------------------------------------------------------------------
# Wrapper functions around some of the system ca... | 20.423077 | 89 | 0.679849 |
19e30121d92ff5e95900e3d0017649acb5b2e1cb | 443 | asm | Assembly | oeis/022/A022777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/022/A022777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/022/A022777.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A022777: Place where n-th 1 occurs in A007337.
; Submitted by Jon Maiga
; 1,3,7,13,20,29,40,53,67,83,101,121,142,165,190,216,244,274,306,339,374,411,450,490,532,576,622,669,718,769,821,875,931,989,1048,1109,1172,1237,1303,1371,1441,1513,1586,1661,1738,1816,1896,1978,2062
mov $2,$0
add $2,1
mov $4,$0
lpb $2
mov $0,... | 24.611111 | 199 | 0.663657 |
b2d88f0ae3ebc849dcf39e7af6ae390cbed604c4 | 402 | asm | Assembly | programs/oeis/338/A338996.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/338/A338996.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/338/A338996.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A338996: Numbers of squares and rectangles of all sizes in 3*n*(n+1)/2-ominoes in form of three-quarters of Aztec diamonds.
; 0,5,27,85,205,420,770,1302,2070,3135,4565,6435,8827,11830,15540,20060,25500,31977,39615,48545,58905,70840,84502,100050,117650,137475,159705,184527,212135,242730,276520
lpb $0
mov $2,$0
su... | 36.545455 | 169 | 0.699005 |
d5d556dc9ed2ca5236d97e0f6764f89fdc1c85dd | 2,985 | asm | Assembly | src/gamestates.asm | santiontanon/talesofpopolon-ext | a7c7fd1164d506d6b0c6245fdf3ad0b634facd84 | [
"Apache-2.0"
] | 4 | 2019-10-20T08:14:01.000Z | 2021-09-24T19:41:47.000Z | src/gamestates.asm | santiontanon/talesofpopolon-ext | a7c7fd1164d506d6b0c6245fdf3ad0b634facd84 | [
"Apache-2.0"
] | 1 | 2019-10-20T12:21:06.000Z | 2019-10-21T21:52:35.000Z | src/gamestates.asm | santiontanon/talesofpopolon-ext | a7c7fd1164d506d6b0c6245fdf3ad0b634facd84 | [
"Apache-2.0"
] | null | null | null | ;-----------------------------------------------
; Determines which game loop to change to, given the current game state
change_game_state:
ld (game_state),a
or a
; cp GAME_STATE_SPLASH
jp z,SplashScreen_Loop
dec a
; cp GAME_STATE_TITLE
jp z,TitleScreen_Loop
dec a
; cp GAME_STATE_STORY
... | 21.630435 | 99 | 0.682412 |
1571435e2ae3c2f3e27c9c0c132c82ce1836dabc | 6,186 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_143.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_143.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_143.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x3e68, %r10
nop
nop
nop
cmp %r9, %r9
movups (%r10), %xmm6
vpextrq $1, %xmm6, %rbp
nop
add $17085, %rbx
lea addresses_A_ht+0x11da8, %r11
nop
nop
nop
nop
and ... | 36.821429 | 2,999 | 0.653088 |
4dae7fed3189a8b0a4b0dc78d26a1e1843849007 | 215 | asm | Assembly | Lab2/Preliminary_Work/preLIMQuestion3.asm | zeynepCankara/Computer_Organization_Labs | 30f5a72996af89e13c027da0957194a35fca9f4f | [
"MIT"
] | 3 | 2020-02-29T10:15:36.000Z | 2021-12-22T23:43:50.000Z | Lab2/Preliminary_Work/preLIMQuestion3.asm | zeynepCankara/Computer_Organization_Labs | 30f5a72996af89e13c027da0957194a35fca9f4f | [
"MIT"
] | null | null | null | Lab2/Preliminary_Work/preLIMQuestion3.asm | zeynepCankara/Computer_Organization_Labs | 30f5a72996af89e13c027da0957194a35fca9f4f | [
"MIT"
] | 7 | 2020-05-12T07:49:19.000Z | 2022-01-17T14:24:01.000Z |
.text
again:
addi $t0, $0,2
addi $t1, $0, 3
addi $t2, $0, 0
addi $t3, $0, 0
beq $t0, $t1, next
bne $t2, $t3, again
add $t0, $0, $t0
add $t0, $0, $t0
jr $ra
next:
j again | 15.357143 | 24 | 0.437209 |
90f04a1df4d5131cebcf54e01d3d3e5f22d53f09 | 988 | asm | Assembly | programs/oeis/240/A240828.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/240/A240828.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/240/A240828.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A240828: a(1)=a(2)=0, a(3)=2; thereafter a(n) = Sum( a(n-i-s-a(n-i-1)), i=0..k-1 ), where s=0, k=3.
; 0,0,2,2,4,2,6,4,8,4,10,6,12,6,14,8,16,8,18,10,20,10,22,12,24,12,26,14,28,14,30,16,32,16,34,18,36,18,38,20,40,20,42,22,44,22,46,24,48,24,50,26,52,26,54,28,56,28,58,30,60,30,62,32,64,32,66,34,68,34,70,36,72,36,74,38,76... | 109.777778 | 838 | 0.671053 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.