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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
255256a92e2a9257ecf0854f4eb280444d053338 | 748 | asm | Assembly | test/run_ccc.asm | iccicci/cc-c | 686e3a87cb5cc4f18f4ece3a1bf9ac629c4ea915 | [
"MIT"
] | 1 | 2020-07-29T00:35:26.000Z | 2020-07-29T00:35:26.000Z | test/run_ccc.asm | iccicci/cc-c | 686e3a87cb5cc4f18f4ece3a1bf9ac629c4ea915 | [
"MIT"
] | 5 | 2020-01-13T16:26:03.000Z | 2021-03-24T16:54:53.000Z | test/run_ccc.asm | iccicci/cc-c | 686e3a87cb5cc4f18f4ece3a1bf9ac629c4ea915 | [
"MIT"
] | null | null | null | .code
0x00 // sp
.data
jump_to_main:
.code
main
jump
.data
contract:
.code
0x00
calldataload
0xe0
shr // sp signature
dup1
0x6438a68d
eq
g_
jumpi
invalid
g_:
pop // sp
g_return // sp g_return
dup2 // sp g_return &*sp
dup3
32
add // sp_opig g_return &*sp_orig sp
32
4
dup3
calldatacopy
32
add // sp_opig g_return &*sp_... | 9.468354 | 42 | 0.719251 |
12fb82e94631ff1c5abfcf7018e5082af1db149b | 572 | asm | Assembly | oeis/269/A269790.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/269/A269790.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/269/A269790.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A269790: Primes p such that 2*p + 79 is a square.
; Submitted by Christian Krause
; 73,181,2341,4861,6121,9901,12601,18973,20161,26641,47701,51481,59473,61561,68041,79561,81973,84421,94573,110881,157321,185401,192781,207973,231841,244261,248473,270073,292573,335341,365473,440821,446473,452161,475273
mov $1,9
mov $2,... | 23.833333 | 218 | 0.683566 |
556373fcd4264f1f15c9085b7fe254071d18100a | 177 | asm | Assembly | src/third_party/nasm/travis/test/align13.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | src/third_party/nasm/travis/test/align13.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | src/third_party/nasm/travis/test/align13.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | ; Test of non-power-of-2 alignment
bits 32
inc eax
inc eax
align 13
inc eax
inc eax
align 13
inc eax
inc eax
align 13
align 13 ;should do nothing
inc eax
inc eax
| 10.411765 | 34 | 0.694915 |
3c6f2fa5884c8589fb7d162d6d022881d1e78979 | 790 | asm | Assembly | oeis/171/A171064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/171/A171064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/171/A171064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A171064: G.f.: -x*(x-1)*(1+x)/(1-x-7*x^2-x^3+x^4).
; Submitted by Christian Krause
; 0,1,1,7,15,64,175,631,1905,6433,20224,66529,212625,692119,2226799,7217728,23284815,75343591,243328225,786800449,2542156800,8217744577,26556314401,85835882791,277405671375,896595420736,2897714688751,9365452422487,30268644993105,978279... | 32.916667 | 493 | 0.746835 |
9f2fee598fa40b94c35eff4657523e3e7e2a5065 | 1,573 | asm | Assembly | programs/oeis/090/A090993.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/090/A090993.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/090/A090993.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A090993: Number of meaningful differential operations of the n-th order on the space R^8.
; 8,14,24,42,72,126,216,378,648,1134,1944,3402,5832,10206,17496,30618,52488,91854,157464,275562,472392,826686,1417176,2480058,4251528,7440174,12754584,22320522,38263752,66961566,114791256,200884698,344373768,602654094,1033121304... | 262.166667 | 1,423 | 0.905912 |
786721ce2a6167f4ac0fec62d9a5b463f9105cfa | 480 | asm | Assembly | programs/oeis/218/A218447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/218/A218447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/218/A218447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A218447: a(n) = Sum_{k>=0} floor(n/(5*k + 4)).
; 0,0,0,0,1,1,1,1,2,3,3,3,4,4,5,5,6,6,7,8,9,9,9,9,11,11,11,12,14,15,15,15,16,16,17,17,19,19,20,21,22,22,23,23,25,26,26,26,28,29,29,29,30,30,32,32,34,35,36,37,38,38,38,39,41,41,41,41,43,44,45,45,48,48,49,49,51,51,52,53,54,55,55,55,58,58,58,59,61,62,63,63,64,64,65,66,68,68... | 34.285714 | 277 | 0.585417 |
7ed6b4fceb6dbe2431dff054331ed73f8f8d1c0d | 55,088 | asm | Assembly | Library/Spool/Lib/libPaper.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spool/Lib/libPaper.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spool/Lib/libPaper.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Lib/Spool - PC/GEOS Spool Library
FILE: libPaper.asm
AUTHOR: Don Reeves, Jan 20, 1992
ROUTINES:
Name Description
---- -----------
GLB ... | 25.211899 | 81 | 0.579418 |
d5365b0651524eff978ca3fa222ef9d8b8f01044 | 800 | asm | Assembly | oeis/226/A226994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/226/A226994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/226/A226994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A226994: Number of lattice paths from (0,0) to (n,n) consisting of steps U=(1,1), H=(1,0) and S=(0,1) such that the first step leaving the diagonal (if any) is an H step.
; Submitted by Jamie Morken(w3)
; 1,2,7,32,161,842,4495,24320,132865,731282,4048727,22523360,125797985,704966810,3961924127,22321190912,12602761830... | 100 | 498 | 0.82375 |
924837205e9762b46795b3f22ee265de0d019754 | 100 | asm | Assembly | unittests/32Bit_ASM/SecondaryModRM/Reg_7_1.asm | fengjixuchui/FEX | 287c65dc6414523ec74303c4b1d03123ae720d6b | [
"MIT"
] | null | null | null | unittests/32Bit_ASM/SecondaryModRM/Reg_7_1.asm | fengjixuchui/FEX | 287c65dc6414523ec74303c4b1d03123ae720d6b | [
"MIT"
] | null | null | null | unittests/32Bit_ASM/SecondaryModRM/Reg_7_1.asm | fengjixuchui/FEX | 287c65dc6414523ec74303c4b1d03123ae720d6b | [
"MIT"
] | null | null | null | %ifdef CONFIG
{
"Mode": "32BIT"
}
%endif
; We can't really check the results of this
rdtscp
hlt
| 9.090909 | 43 | 0.67 |
0b315d5a47910126df8c94da40ca7ac81cda9e36 | 11,126 | asm | Assembly | research/deficon/def_drawer-icon_36_214.asm | nicodex/HelloAmi | 6dae73b6968cc2caaea356b7a35b0ae1dd78fe09 | [
"MIT"
] | 16 | 2019-02-14T15:47:57.000Z | 2021-03-28T20:50:54.000Z | research/deficon/def_drawer-icon_36_214.asm | nicodex/HelloAmi | 6dae73b6968cc2caaea356b7a35b0ae1dd78fe09 | [
"MIT"
] | 9 | 2019-01-17T09:08:30.000Z | 2021-04-15T19:32:47.000Z | research/deficon/def_drawer-icon_36_214.asm | nicodex/HelloAmi | 6dae73b6968cc2caaea356b7a35b0ae1dd78fe09 | [
"MIT"
] | 1 | 2019-01-04T16:19:03.000Z | 2019-01-04T16:19:03.000Z | ; vasmm68k_mot[_<HOST>] -Fbin -o icon_36_214/def_drawer.info def_drawer-icon_36_214.asm
;
; Default "ENV:def_drawer.info" data included in "icon 36.214 (11 Dec 1989)".
; Note that this icon data is never used (GetDefDiskObject returns NULL).
;
include deficon.inc
ifne DEFICON_MEM
align 1
endif
defIconDrawer:
dc... | 66.622754 | 96 | 0.715981 |
4effc5a7b473601de1d10c75d4d2a736c4a11ac7 | 888 | asm | Assembly | libsrc/graphics/gray/g_draw.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/graphics/gray/g_draw.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/graphics/gray/g_draw.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; TI Gray Library Functions
;
; Written by Stefano Bodrato - Mar 2001
;
;
; $Id: g_draw.asm,v 1.3 2001/04/18 13:21:38 stefano Exp $
;
;Usage: g_draw(int x1, int y1, int x2, int y2, int GrayLevel)
XLIB g_draw
LIB line
LIB plotpixel
... | 15.578947 | 61 | 0.48536 |
30d71f0e305adbafcfcffa44f9125bcbaf9a9bc7 | 2,558 | asm | Assembly | programs/oeis/239/A239607.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/239/A239607.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/239/A239607.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A239607: (1-2*n^2)^2.
; 1,1,49,289,961,2401,5041,9409,16129,25921,39601,58081,82369,113569,152881,201601,261121,332929,418609,519841,638401,776161,935089,1117249,1324801,1560001,1825201,2122849,2455489,2825761,3236401,3690241,4190209,4739329,5340721,5997601,6713281,7491169,8334769,9247681,10233601,11296321,12439729,1... | 284.222222 | 2,486 | 0.888194 |
b69846deed7219fe1961041406cfd24d87517e22 | 365 | asm | Assembly | programs/oeis/137/A137893.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/137/A137893.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/137/A137893.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A137893: Fixed point of the morphism 0->100, 1->101, starting from a(1) = 1.
; 1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,0
add $0,1
mul $0,2
mov $1,$0
... | 30.416667 | 211 | 0.536986 |
61767cf309cabfa7c8e227d8895a66e4489ad821 | 367 | asm | Assembly | programs/oeis/069/A069549.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/069/A069549.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/069/A069549.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A069549: Smallest composite k such that phi(k) > k*(1-1/n).
; 4,4,9,25,25,49,49,121,121,121,121,169,169,289,289,289,289,361,361,529,529,529,529,841,841,841,841,841,841,961,961,1369,1369,1369,1369,1369,1369,1681,1681,1681,1681,1849,1849,2209,2209,2209,2209,2809,2809,2809
cal $0,151800 ; Least prime > n (version 2 of ... | 52.428571 | 210 | 0.711172 |
43987837958e2bc25b464d12235b30186c382812 | 564 | asm | Assembly | in/lib/sys_in_out.asm | Daliji/Diers | 17ae90453827768e9949c96e9a9fcd7f601bccda | [
"MIT"
] | 4 | 2020-08-25T07:30:24.000Z | 2021-01-30T15:19:49.000Z | in/lib/sys_in_out.asm | Daliji/Diers | 17ae90453827768e9949c96e9a9fcd7f601bccda | [
"MIT"
] | null | null | null | in/lib/sys_in_out.asm | Daliji/Diers | 17ae90453827768e9949c96e9a9fcd7f601bccda | [
"MIT"
] | null | null | null | [bits 32]
[global in_sys_call]
[global ret_from_sys_call]
[global sys_call]
[extern sys_tick]
[extern sys_call_table]
[extern show_number]
in_sys_call:
pop esi
push ebx
push ecx
push edx
push edi
push ebp
push ds
push es
push fs
mov bx,0x10
mov ds,bx
mov es,bx
mov bx,0x17
mov fs,bx
jmp esi
ret_fr... | 12 | 33 | 0.718085 |
b853ed317a6d9971ff5274fa5e0ff9a4aaa2dbdc | 136 | asm | Assembly | tests/macros/end_in_if_dup_macro_include.i.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/macros/end_in_if_dup_macro_include.i.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/macros/end_in_if_dup_macro_include.i.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | MACRO test_end x?
DUP 3
IF 0 < x?
END
ENDIF
halt
EDUP
ENDM
| 15.111111 | 22 | 0.308824 |
8b7794fdb976acc832b4d504736f8a56e1690e65 | 322 | asm | Assembly | 53-100-Cubes-on-the-Floor.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 53-100-Cubes-on-the-Floor.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 53-100-Cubes-on-the-Floor.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | -- 7 Billion Humans --
-- 53: 100 Cubes on the Floor --
-- Size: 17/17 --
-- Speed: 106/103 --
a:
if w != wall:
step w
jump a
endif
if n != wall:
listenfor hi
mem1 = calc n + 10
pickup c
write mem1
drop
endif
tell s hi
b:
if e == datacube:
step e
mem1 = calc mem1 + 1
pickup c
write mem1
drop
jump b
endif
... | 10.733333 | 32 | 0.611801 |
361ba2a5c4c8acd45f94aa04954db57a7735f6c8 | 727 | asm | Assembly | oeis/156/A156626.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156626.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156626.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156626: a(0)=1; a(1)=2; a(2)=6; a(n+1) = 2*(n+1)*a(n) - n^2*a(n-1), n > 1.
; Submitted by Christian Krause
; 1,2,6,28,170,1252,10774,105764,1164298,14188468,189461222,2749300084,43058394154,723619035908,12984464393398,247704600763972,5005042735932554,106759075226130004,2396869357456172038,56491095210068416148,139437... | 42.764706 | 494 | 0.793673 |
962a13c53e931e1617944143cd3e014e7d5d3367 | 5,191 | asm | Assembly | file.asm | antoniojema/aoc_2021_assemblymaybe | ea5facca9f4cabc13392038cf2fd05a8f1345646 | [
"MIT"
] | null | null | null | file.asm | antoniojema/aoc_2021_assemblymaybe | ea5facca9f4cabc13392038cf2fd05a8f1345646 | [
"MIT"
] | null | null | null | file.asm | antoniojema/aoc_2021_assemblymaybe | ea5facca9f4cabc13392038cf2fd05a8f1345646 | [
"MIT"
] | null | null | null | global file_create, file_close, file_open, file_read_uint32, file_read_line
extern cstr_to_uint32, printd, printlb, printchar
section .text
;;------------------;;
;; file_create ;;
;;------------------;;
;; - Takes:
;; - Pointer to string with filename
;; - Permissions
;; - Creates a file
;; - Returns:... | 22.767544 | 90 | 0.437488 |
668c9e27aa2aa4c1199883ee64ff81ffd2b795b9 | 378 | asm | Assembly | oeis/189/A189071.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/189/A189071.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/189/A189071.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A189071: The n-th derivative of x^10 evaluated at x=2.
; Submitted by Christian Krause
; 1024,5120,23040,92160,322560,967680,2419200,4838400,7257600,7257600,3628800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
mov $1,4
mov $2,11
lpb $0
sub $0,1
... | 25.2 | 191 | 0.632275 |
a7351ee25c9e7b442bcef6ad118300bed9beff4c | 952 | asm | Assembly | programs/oeis/026/A026065.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/026/A026065.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/026/A026065.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A026065: a(n) = (d(n)-r(n))/5, where d = A026063 and r is the periodic sequence with fundamental period (1,4,0,0,0).
; 14,23,36,51,69,90,114,143,175,211,251,295,345,399,458,522,591,667,748,835,928,1027,1134,1247,1367,1494,1628,1771,1921,2079,2245,2419,2603,2795,2996,3206,3425,3655,3894,4143,4402,4671,4952,5243,5545,5... | 19.04 | 239 | 0.537815 |
a12dedb2b5b719ee45aad74e7332291cdee49b90 | 628 | asm | Assembly | ASM/asm/kbgprime.asm | kbilsted/CompilerTeknik | f4effdde5ee060eac1c186bc11dd261f1e47d958 | [
"Apache-2.0"
] | null | null | null | ASM/asm/kbgprime.asm | kbilsted/CompilerTeknik | f4effdde5ee060eac1c186bc11dd261f1e47d958 | [
"Apache-2.0"
] | null | null | null | ASM/asm/kbgprime.asm | kbilsted/CompilerTeknik | f4effdde5ee060eac1c186bc11dd261f1e47d958 | [
"Apache-2.0"
] | null | null | null | ;
; KBG prime
;
; find all primes within 31999
;
; written by KBG (c) 2000
;
; AX contains number to be tested (from 32000 down to 0)
DOSSEG
.MODEL SMALL
.STACK 200h
.DATA
.CODE
mov ax,@DATA
mov ds,ax
mov cx, 31999
again:
mov si, 2 ; si = 2
primeTsTStart:
cmp si, cx ; w... | 13.652174 | 66 | 0.562102 |
800591c68c73f49d272740646d252b35caf78949 | 2,249 | asm | Assembly | C/LoDosLib/critsect.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 232 | 2016-04-27T21:56:11.000Z | 2022-03-29T09:02:15.000Z | C/LoDosLib/critsect.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 31 | 2016-05-09T09:05:36.000Z | 2022-03-29T19:17:45.000Z | C/LoDosLib/critsect.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 94 | 2016-06-01T18:10:39.000Z | 2022-03-26T10:44:57.000Z | page ,132
;*****************************************************************************;
; ;
; FILE NAME: critsect.asm ;
; ;
; DESCRIPTION: Critical section management routines under Windows VMM ;
; ;
; NOTES: ;
; ;
; HI... | 28.1125 | 79 | 0.33526 |
4c047cffcd00bd45e9e5e6a1475f5f247f393260 | 5,688 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_338_163.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_338_163.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_338_163.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 %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x8f3f, %rcx
nop
nop
nop
nop
nop
and $10226, %r10
vmovups (%rcx), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $1, %xmm3, %rdi
nop
nop
inc %rax
lea addresses_D_ht+0x1ccff, %r8
n... | 25.506726 | 1,013 | 0.649789 |
0f77f88249b229c1e1b1637d63f4445e047f834d | 883 | asm | Assembly | src/tests/mds.asm | mguarnieri/revizor | a3d91b19d91bcc9a266b7f10e5b9631906ebfedd | [
"MIT"
] | 29 | 2021-05-24T12:45:19.000Z | 2022-03-16T16:53:10.000Z | src/tests/mds.asm | mguarnieri/revizor | a3d91b19d91bcc9a266b7f10e5b9631906ebfedd | [
"MIT"
] | 3 | 2021-11-23T15:37:25.000Z | 2022-01-24T12:01:44.000Z | src/tests/mds.asm | mguarnieri/revizor | a3d91b19d91bcc9a266b7f10e5b9631906ebfedd | [
"MIT"
] | 3 | 2021-06-17T09:00:27.000Z | 2022-03-28T03:42:01.000Z | .intel_syntax noprefix
AND rax, 0b111111111111 # keep the mem. access within the sandbox
#MOV rax, 46
MFENCE
# put a value into store buffer; repeated several times to make sure we get a hit
MOV qword ptr [r14], rax
MOV rax, qword ptr [r14]
SFENCE
MOV qword ptr [r14], rax
MOV rax, qword ptr [r14]
SFENCE
MOV qword ptr... | 19.622222 | 81 | 0.721404 |
772646289c2e5c151ef01b0b3af7b5d668abddf4 | 1,504 | asm | Assembly | programs/oeis/259/A259555.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/259/A259555.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/259/A259555.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A259555: a(n) = 2*n^2 - 2*n + 17.
; 17,21,29,41,57,77,101,129,161,197,237,281,329,381,437,497,561,629,701,777,857,941,1029,1121,1217,1317,1421,1529,1641,1757,1877,2001,2129,2261,2397,2537,2681,2829,2981,3137,3297,3461,3629,3801,3977,4157,4341,4529,4721,4917,5117,5321,5529,5741,5957,6177,6401,6629,6861,7097,7337,7581,... | 188 | 1,428 | 0.807181 |
7cdaaebb2dbfcfa45aa9ded3e67e3c18787ea99f | 2,209 | asm | Assembly | externals/mpir-3.0.0/mpn/powerpc64/mode64/sub_n.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | externals/mpir-3.0.0/mpn/powerpc64/mode64/sub_n.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/powerpc64/mode64/sub_n.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | dnl PowerPC-64 mpn_sub_n -- Subtract two limb vectors of the same length > 0
dnl and store difference in a third limb vector.
dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
... | 35.063492 | 79 | 0.738796 |
be7f25ccd58b6ea53fe430252372182e92080816 | 243 | asm | Assembly | programs/oeis/016/A016864.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/016/A016864.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/016/A016864.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A016864: a(n) = (5*n + 1)^4.
; 1,1296,14641,65536,194481,456976,923521,1679616,2825761,4477456,6765201,9834496,13845841,18974736,25411681,33362176,43046721,54700816,68574961,84934656,104060401,126247696
mul $0,5
add $0,1
pow $0,4
mov $1,$0
| 30.375 | 173 | 0.753086 |
86ef2f1dee2cac0db7401baada0438315ea59497 | 1,295 | asm | Assembly | Lab2April/d2b.asm | forkkr/Assembly-Lab | e038fb965e45a88aa670a1158bf99a4b62ac374f | [
"MIT"
] | null | null | null | Lab2April/d2b.asm | forkkr/Assembly-Lab | e038fb965e45a88aa670a1158bf99a4b62ac374f | [
"MIT"
] | null | null | null | Lab2April/d2b.asm | forkkr/Assembly-Lab | e038fb965e45a88aa670a1158bf99a4b62ac374f | [
"MIT"
] | null | null | null |
extern printf
extern scanf
extern gets
SECTION .data
int_in_fmt: db "%ld",0
int_out_fmt: db "%ld",0
int: dq 0
char: db 0
out_str_fmt: db "%s",10,0
in_str_fmt: db "%s",0
out_char_fmt: db "%c",10,0
in_char_fmt: db "%c",0
strs: db 0
SECTION .bss
str: resb 100
arr: resq 100
SECTION .text
global main
main... | 10.882353 | 36 | 0.633977 |
99948a84400fcfcbacb63473a83731d434ca9bdc | 519 | asm | Assembly | oeis/037/A037111.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037111.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037111.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037111: Trajectory of 3 under map n->27n+1 if n odd, n->n/2 if n even
; Submitted by Jon Maiga
; 3,82,41,1108,554,277,7480,3740,1870,935,25246,12623,340822,170411,4601098,2300549,62114824,31057412,15528706,7764353,209637532,104818766,52409383,1415053342,707526671,19103220118
add $0,1
mov $1,$0
mov $0,3
lpb $1
mov... | 18.535714 | 180 | 0.630058 |
454ec04ae88b69aec5ab5280dbca35fe41326ee3 | 719 | asm | Assembly | oeis/025/A025228.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025228.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025228.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025228: a(n) = a(1)*a(n-1) + a(2)*a(n-2) + ...+ a(n-1)*a(1) for n >= 3.
; Submitted by Jon Maiga
; 2,1,4,17,76,354,1704,8421,42508,218318,1137400,5996938,31940792,171605956,928931280,5061593709,27739833228,152809506582,845646470616,4699126915422,26209721959656,146681521121244,823429928805936,4635568494271458,2616405... | 79.888889 | 476 | 0.819193 |
4f26e766c852454b70f1d6ad45b2b11505457eb5 | 715 | asm | Assembly | programs/oeis/131/A131724.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/131/A131724.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/131/A131724.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A131724: Period 6: repeat [1, 9, 7, 13, 11, 9].
; 1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,... | 55 | 584 | 0.563636 |
8bf68ad2af230855f4507d242c7319339f4b4f81 | 890 | asm | Assembly | session_02/03-rwmemoria/rwmemoria.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | 1 | 2019-03-06T13:26:10.000Z | 2019-03-06T13:26:10.000Z | session_02/03-rwmemoria/rwmemoria.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | null | null | null | session_02/03-rwmemoria/rwmemoria.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | 1 | 2019-03-06T13:25:28.000Z | 2019-03-06T13:25:28.000Z | .data
A: .space 400 # vettore con 100 elementi
B: .space 400 # vettore con 100 elementi
C: .space 4 # intero a 32 bit
i: .space 4 # intero a 32 bit
.text
.globl main
main:
# Inizializzazione registri indirizzi
la $s0, A
la $s1, B
la $s2, C
la $s3, i
# Inizializzazione valori (i=3, C=2)
addi $t0, $... | 22.820513 | 52 | 0.525843 |
5cb1e4589e5fe9b440eb4f323fa3a1fb2e2ed42b | 710 | asm | Assembly | programs/oeis/049/A049001.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/049/A049001.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/049/A049001.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A049001: a(n) = prime(n)^2 - 2.
; 2,7,23,47,119,167,287,359,527,839,959,1367,1679,1847,2207,2807,3479,3719,4487,5039,5327,6239,6887,7919,9407,10199,10607,11447,11879,12767,16127,17159,18767,19319,22199,22799,24647,26567,27887,29927,32039,32759,36479,37247,38807,39599,44519,49727,51527,52439,54287,57119,58079,62999,66... | 88.75 | 594 | 0.794366 |
55825b828e604a4089f9e2fe7faba397bff2fdcc | 440 | asm | Assembly | oeis/025/A025989.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025989.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025989.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025989: Expansion of 1/((1-2x)(1-5x)(1-6x)(1-10x)).
; Submitted by Jon Maiga
; 1,23,347,4375,50211,546063,5750347,59371895,605580371,6130227103,61765086747,620509140615,6222647943331,62333853156143,623992946413547,6243906815856535,62463186581999091,624777847926261183
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
... | 25.882353 | 190 | 0.693182 |
ee4f6ea3c55c46031f527827a689c13be1a11163 | 431 | asm | Assembly | libsrc/oz/ozserial/ozgetrxhandshaking.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/oz/ozserial/ozgetrxhandshaking.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/oz/ozserial/ozgetrxhandshaking.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
; Serial libraries
; buffered serial input
;
; ------
; $Id: ozgetrxhandshaking.asm,v 1.1 2003/10/21 17:15:21 stefano Exp $
;
XLIB ozgetrxhandshaking
LIB serial_int
XREF SerialBuffer
XREF ozrxh... | 16.576923 | 69 | 0.663573 |
43c07c3260f1ff58ab81f68a9d60bb978508922d | 5,884 | asm | Assembly | Transynther/x86/_processed/US/_st_zr_/i7-8650U_0xd2.log_2666_271.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_zr_/i7-8650U_0xd2.log_2666_271.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_zr_/i7-8650U_0xd2.log_2666_271.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 %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xb8f7, %r11
nop
nop
nop
xor %r9, %r9
movl $0x61626364, (%r11)
cmp %r13, %r13
lea addresses_A_ht+0x1d0f7, %r10
nop
nop
nop
nop
nop
cmp $61642, %rbp
mov (%r10... | 39.226667 | 2,999 | 0.656526 |
82fdddcd3ae910bb78bd6037a443b6ad921567b4 | 41,936 | asm | Assembly | target/cos_117/disasm/iop_overlay1/COMM11.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/COMM11.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/COMM11.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x2104- f:00020 d: 260 | A = OR[260]
0x0001 (0x000002) 0x290D- f:00024 d: 269 | OR[269] = A
0x0002 (0x000004) 0x2104- f:00020 d: 260 | A = OR[260]
0x0003 (0x000006) 0x1403- f:00012 d: 3 | A = A + 3 (0x0003)
... | 80.491363 | 127 | 0.464017 |
0b9aa78bb261739d143c6a1299fbb143b3ea51fb | 2,814 | asm | Assembly | data/tilesets/forest_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/tilesets/forest_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/tilesets/forest_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 FLOOR, FLOOR, FLOOR, FLOOR ; 01
tilecoll WATER, WATER, WATER, WATER ; 02
tilecoll WATER, WATER, WATER, WATER ; 03
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 04
tilecoll WALL, WALL, WALL, WALL ; 05
tilecoll FLOOR, WARP_CARPET_RIGHT, FLOOR, WARP_CARPET_RIGHT ; 06
tilecoll ... | 43.292308 | 65 | 0.727079 |
8b636f3d084089041a8febdc045b049a384618eb | 9,924 | asm | Assembly | Gathered CTF writeups/2017-05-18-confidence-finals/keygenme/rawasm.asm | mihaid-b/CyberSakura | f60e6b6bfd6898c69b84424b080090ae98f8076c | [
"MIT"
] | 1 | 2022-03-27T06:00:41.000Z | 2022-03-27T06:00:41.000Z | Gathered CTF writeups/2017-05-18-confidence-finals/keygenme/rawasm.asm | mihaid-b/CyberSakura | f60e6b6bfd6898c69b84424b080090ae98f8076c | [
"MIT"
] | null | null | null | Gathered CTF writeups/2017-05-18-confidence-finals/keygenme/rawasm.asm | mihaid-b/CyberSakura | f60e6b6bfd6898c69b84424b080090ae98f8076c | [
"MIT"
] | 1 | 2022-03-27T06:01:42.000Z | 2022-03-27T06:01:42.000Z | mag_consts= dword ptr -84h
var_80= qword ptr -80h
anonymous_3= qword ptr -70h
anonymous_4= qword ptr -68h
var_60= byte ptr -60h
var_50= qword ptr -50h
anonymous_5= qword ptr -48h
var_40= qword ptr -40h
anonymous_2= qword ptr -38h
var_30= dword ptr -30h
anonymous_1= qword ptr -28h
var_20= qword ptr -20h
hi_arg= qword pt... | 21.668122 | 77 | 0.528617 |
4cf3fb0118d787b7e81a224c8073585073b80409 | 1,247 | asm | Assembly | HW8/Problem4.asm | ewbrowntech/COMP-3350 | bf797f743aca9fea8e9026e0652090663406fa0c | [
"CC0-1.0"
] | null | null | null | HW8/Problem4.asm | ewbrowntech/COMP-3350 | bf797f743aca9fea8e9026e0652090663406fa0c | [
"CC0-1.0"
] | null | null | null | HW8/Problem4.asm | ewbrowntech/COMP-3350 | bf797f743aca9fea8e9026e0652090663406fa0c | [
"CC0-1.0"
] | null | null | null | .386
.model flat,stdcall
.stack 4096
ExitProcess proto,dwExitCode:dword
TITLE Case Table Implementation - Ethan Brown (Problem4.asm)
INCLUDE Irvine32.inc
.data
CaseTable BYTE 'A'
DWORD Process_A
EntrySize = 4 ; ($ - CaseTable)
BYTE 'B'
DWORD Process_B
BYTE 'C'
DWORD Process_C
BYTE 'D'
... | 16.626667 | 61 | 0.659984 |
b9298a72e55c2d124fe8c5c95b0b1572d3ccee91 | 695 | asm | Assembly | source/modules/basic/expressions/floatonly/int.asm | paulscottrobson/mega-basic | f71750889136e2fdc4e6053c5696593318162bcf | [
"MIT"
] | 3 | 2019-12-03T06:05:24.000Z | 2021-03-24T01:51:07.000Z | source/modules/basic/expressions/floatonly/int.asm | paulscottrobson/mega-basic | f71750889136e2fdc4e6053c5696593318162bcf | [
"MIT"
] | null | null | null | source/modules/basic/expressions/floatonly/int.asm | paulscottrobson/mega-basic | f71750889136e2fdc4e6053c5696593318162bcf | [
"MIT"
] | null | null | null | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : int.asm
; Purpose : int( unary function
; Date : 22nd August 2019
; Review : 1st September 2019
; Author : Paul... | 40.882353 | 93 | 0.300719 |
34122c20193426c4b09a81255a022abf28dcf38a | 772 | asm | Assembly | oeis/246/A246474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/246/A246474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/246/A246474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A246474: Number of length n+3 0..3 arrays with no pair in any consecutive four terms totalling exactly 3.
; Submitted by Jamie Morken(s4)
; 60,132,292,644,1420,3132,6908,15236,33604,74116,163468,360540,795196,1753860,3868260,8531716,18817292,41502844,91537404,201892100,445287044,982111492,2166115084,4777517212,105371... | 96.5 | 488 | 0.836788 |
982c8aa63487efebccd11ec180df654d726ea3b7 | 2,851 | a51 | Assembly | programs/8051_stepper/servo_test_410_3.a51 | tsavas/e123_project | 59f9934ae2c7b271e07227a97a4b9ee7a5b3d757 | [
"MIT"
] | null | null | null | programs/8051_stepper/servo_test_410_3.a51 | tsavas/e123_project | 59f9934ae2c7b271e07227a97a4b9ee7a5b3d757 | [
"MIT"
] | null | null | null | programs/8051_stepper/servo_test_410_3.a51 | tsavas/e123_project | 59f9934ae2c7b271e07227a97a4b9ee7a5b3d757 | [
"MIT"
] | null | null | null | ; timer2_biflip.a51 use Timer2 to toggle LED, on interrupt by timer overflow
$NOSYMBOLS ; keeps listing short
$INCLUDE (C:\RIDE\INC\51\SILABS\c8051f410.inc)
$INCLUDE (C:\SiLabs\VECTORS320.INC) ; Tom's vectors definition file
STACKBOT EQU 80h ; put stack at start of scratch
DIV12 EQU 0DFh... | 27.95098 | 100 | 0.578394 |
04da136fee0ac3f25218ec8d52b35e7c6684d54c | 533 | asm | Assembly | libsrc/spectrum/if1_getname.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/spectrum/if1_getname.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/if1_getname.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; ZX IF1 & Microdrive functions
;
; char* if1_getname(char *location);
;
; Picks a file name from the specified location
;
; $Id: if1_getname.asm,v 1.2 2004/10/08 13:59:32 stefano Exp $
;
XLIB if1_getname
tempmdvname: defs 11
if1_getname:
pop bc ; ret addr
pop hl ; location
push hl
push... | 14.026316 | 63 | 0.600375 |
fb1e14f7de77a33f3d47c778c05bb62a6bff3307 | 899 | asm | Assembly | libsrc/_DEVELOPMENT/target/embedded/clib_target_cfg.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/embedded/clib_target_cfg.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/embedded/clib_target_cfg.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
IF !_CLIB_TARGET_CFG_ASM_
defc _CLIB_TARGET_CFG_ASM_ = 1
; **************************************************************************
; IF YOU MAKE CHANGES TO THIS FILE YOU MUST RECOMPILE THE EMBEDDED LIBRARIES
; **************************************************************************
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | 34.576923 | 76 | 0.342603 |
771923b72b2eede8ac6d1d12412f8d498678d844 | 695 | asm | Assembly | oeis/159/A159498.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159498.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159498.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159498: Numerator of Hermite(n, 6/13).
; Submitted by Christian Krause
; 1,12,-194,-10440,71436,14972112,58938504,-29656181088,-495322673520,74246441579712,2397728871804384,-222180226077773952,-11580918658301987136,762191973071827303680,60032860261440859119744,-2886298093438596491576832,-339002178646768313636024064,... | 40.882353 | 495 | 0.827338 |
638220c69f18d495d3ea565037d0f65910fc8efd | 59 | asm | Assembly | verify/output/symbol.alfy.asm | alexandruradovici/alf-alfy-asm-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | null | null | null | verify/output/symbol.alfy.asm | alexandruradovici/alf-alfy-asm-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | 2 | 2017-05-18T20:29:57.000Z | 2017-05-19T19:03:07.000Z | verify/output/symbol.alfy.asm | alexandruradovici/alf-alfy-asm-language-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | null | null | null | start:
set r2 2
set r3 's'
add r4 r2 r3
write r4
stop
| 8.428571 | 13 | 0.627119 |
fdad3dc2db7fcb1e5645691d951ac2d73c98d333 | 433 | asm | Assembly | oeis/020/A020807.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020807.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020807.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020807: Decimal expansion of 1/sqrt(50).
; Submitted by Christian Krause
; 1,4,1,4,2,1,3,5,6,2,3,7,3,0,9,5,0,4,8,8,0,1,6,8,8,7,2,4,2,0,9,6,9,8,0,7,8,5,6,9,6,7,1,8,7,5,3,7,6,9,4,8,0,7,3,1,7,6,6,7,9,7,3,7,9,9,0,7,3,2,4,7,8,4,6,2,1,0,7,0,3,8,8,5,0,3,8,7,5,3,4,3,2,7,6,4,1,5,7,2
mov $1,1
mov $2,1
mov $3,$0
mul $3,4
lpb ... | 20.619048 | 201 | 0.547344 |
12ad05ccbc2d936c1a1f648337c184e1cf0991b1 | 550 | asm | Assembly | programs/oeis/276/A276855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/276/A276855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/276/A276855.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A276855: Beatty sequence for (3 + golden ratio).
; 0,4,9,13,18,23,27,32,36,41,46,50,55,60,64,69,73,78,83,87,92,96,101,106,110,115,120,124,129,133,138,143,147,152,157,161,166,170,175,180,184,189,193,198,203,207,212,217,221,226,230,235,240,244,249,253,258,263,267,272,277,281,286,290,295,300,304,309,314,318,323,327,332,... | 61.111111 | 376 | 0.674545 |
403685c09b0643ca46bb4698129401c405991850 | 6,029 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_1005.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_notsx.log_21829_1005.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_notsx.log_21829_1005.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xa39a, %rax
nop
nop
sub %rcx, %rcx
movw $0x6162, (%rax)
nop
nop
nop
nop
and $7638, %r14
lea addresses_D_ht+0xacda, %rsi
lea addresses_A_ht+0x17f7a, %rdi
nop
nop
add %rdx, %rdx
mov $122... | 39.149351 | 2,999 | 0.659313 |
4e0cf0862729d8d2329158bda51163bc6543dcee | 860 | asm | Assembly | Working Disassembly/Levels/LBZ/Misc Object Data/Map - Cork Floor.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/Levels/LBZ/Misc Object Data/Map - Cork Floor.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/LBZ/Misc Object Data/Map - Cork Floor.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_229EE8: dc.w Frame_229EEC-Map_229EE8
dc.w Frame_229F1E-Map_229EE8
Frame_229EEC: dc.w 8
dc.b $E0, $D, 0, 0,$FF,$E0
dc.b $E0, $D, 0, 0, 0, 0
dc.b $F0, $D, 0,$18,$FF,$E0
dc.b $F0, $D, 0,$20, 0, 0
dc.b 0, $D, 0,$38,$FF,$E0
dc.b 0, $D, 0,$40, 0, 0
dc.b $10, $D, 0,$40,$FF,$E0
dc.b $10... | 29.655172 | 40 | 0.433721 |
2395c3ed4e63771a308e1c3fd49bbdf61e64905d | 122 | asm | Assembly | programs/oeis/146/A146975.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/146/A146975.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/146/A146975.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A146975: First quintisection of A061043: A061043(5n).
; 0,3,8,3,24,7,48,63,16,99
mov $2,2
add $2,$0
mul $0,$2
dif $0,5
| 15.25 | 55 | 0.639344 |
b866102f74a806d7d709f2a6940d4b7384748e19 | 4,044 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1971.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1971.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1971.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 %rbx
push %rdx
lea addresses_normal_ht+0x15435, %rbx
nop
and $57155, %rdx
movw $0x6162, (%rbx)
nop
nop
nop
nop
nop
add %r13, %r13
pop %rdx
pop %rbx
pop %r8
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r13
push %r15
... | 61.272727 | 2,999 | 0.663699 |
4202e63598e35dc8abde7455fc62456caa45a82a | 623 | asm | Assembly | programs/oeis/195/A195605.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/195/A195605.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/195/A195605.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A195605: a(n) = (4*n*(n+2)+(-1)^n+1)/2 + 1.
; 2,7,18,31,50,71,98,127,162,199,242,287,338,391,450,511,578,647,722,799,882,967,1058,1151,1250,1351,1458,1567,1682,1799,1922,2047,2178,2311,2450,2591,2738,2887,3042,3199,3362,3527,3698,3871,4050,4231,4418,4607,4802,4999,5202,5407,5618,5831,6050,6271,6498,6727,6962,7199,744... | 51.916667 | 500 | 0.733547 |
0495d2216ccb8ebe7aef5c8d587e8cba7d64a4e6 | 127 | asm | Assembly | tests/unreachable.asm | Liqi1003/lc3_vscode | a83f946637e29f47df0e4751ab2ce0afe92bdace | [
"Unlicense"
] | 2 | 2021-09-12T12:45:47.000Z | 2022-02-03T21:36:18.000Z | tests/unreachable.asm | Liqi1003/lc3_vscode | a83f946637e29f47df0e4751ab2ce0afe92bdace | [
"Unlicense"
] | null | null | null | tests/unreachable.asm | Liqi1003/lc3_vscode | a83f946637e29f47df0e4751ab2ce0afe92bdace | [
"Unlicense"
] | null | null | null | .ORIG x3000
; TEST: Unreachable instruction
BR SKIP_INSTRUCTION
ADD R0, R0, #0
SKIP_INSTRUCTION
ADD R0, R0, #0
.END
| 12.7 | 32 | 0.692913 |
cf8e5c3d03baa40fb15b4f8519fbb377ae8d326e | 1,463 | asm | Assembly | kernel/arch/x86_64/cpu/smp_trampoline.asm | qookei/quack | 47808580dda218cb47d0c9ca04b51eb24f1e2266 | [
"Zlib"
] | 16 | 2019-06-25T15:18:03.000Z | 2021-10-10T18:52:30.000Z | kernel/arch/x86_64/cpu/smp_trampoline.asm | qookei/quack | 47808580dda218cb47d0c9ca04b51eb24f1e2266 | [
"Zlib"
] | null | null | null | kernel/arch/x86_64/cpu/smp_trampoline.asm | qookei/quack | 47808580dda218cb47d0c9ca04b51eb24f1e2266 | [
"Zlib"
] | null | null | null | section .trampoline
bits 16
global smp_entry
KERN_DATA equ 0x500
KERN_DATA_HI equ 0xFFFF800000000500
KERNEL_VIRTUAL_BASE equ 0xFFFFFFFF80000000
extern init_pml4
smp_entry:
cli
cld
jmp 0x0000:.reset_cs
.reset_cs:
xor ax, ax
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
lgdt [gdt32_ptr]
mov eax... | 11.611111 | 42 | 0.700615 |
6c9cc67d4e4143ded552e46116e8f773ffd61164 | 352 | asm | Assembly | programs/oeis/100/A100530.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100530.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100530.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100530: Numbers == 0,2,5,9 modulo 10.
; 0,2,5,9,10,12,15,19,20,22,25,29,30,32,35,39,40,42,45,49,50,52,55,59,60,62,65,69,70,72,75,79,80,82,85,89,90,92,95,99,100,102,105,109,110,112,115,119,120,122,125,129,130,132,135,139,140,142,145,149,150,152,155
lpb $0
add $1,1
mov $2,$0
sub $0,1
seq $2,10873 ; a(n) = n m... | 29.333333 | 209 | 0.622159 |
99d346d0a858171dd38f9783cabfc5abc66aed4e | 1,522 | asm | Assembly | data/trainers/genders.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/trainers/genders.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | null | null | null | data/trainers/genders.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | ; Used by BattleTowerText
BTTrainerClassGenders:
; entries correspond to trainer classes
db MALE ; ROARK
db FEMALE ; GARDENIA
db FEMALE ; MAYLENE
db MALE ; WAKE
db FEMALE ; FANTINA
db MALE ; BYRON
db FEMALE ; CANDICE
db MALE ; VOLKNER
db MALE ; RIVAL1
db MALE ; POKEMON_PROF
db MALE ; AARON
db... | 21.138889 | 39 | 0.669514 |
32c1bd09a22f13a929a35ca580d269951b1a1c91 | 272 | asm | Assembly | programs/oeis/062/A062748.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/062/A062748.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/062/A062748.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A062748: Fourth column (r=3) of FS(3) staircase array A062745.
; 3,9,19,34,55,83,119,164,219,285,363,454,559,679,815,968,1139,1329,1539,1770,2023,2299,2599,2924,3275,3653,4059,4494,4959,5455,5983,6544,7139,7769,8435,9138,9879,10659
mov $1,$0
add $1,4
bin $1,3
sub $1,1
| 34 | 168 | 0.720588 |
40f5dce90215077f835271946327910414892b31 | 394 | asm | Assembly | programs/oeis/242/A242603.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/242/A242603.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/242/A242603.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A242603: Largest divisor of n not divisible by 7. Remove factors 7 from n.
; 1,2,3,4,5,6,1,8,9,10,11,12,13,2,15,16,17,18,19,20,3,22,23,24,25,26,27,4,29,30,31,32,33,34,5,36,37,38,39,40,41,6,43,44,45,46,47,48,1,50,51,52,53,54,55,8,57,58,59,60,61,62,9,64,65,66,67,68,69,10,71,72,73,74,75,76,11,78,79,80,81,82,83,12,85,86,... | 49.25 | 284 | 0.654822 |
4c3b0751533fe4c959d4fedcce4fc2b1a46c66ba | 1,593 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_6_1091.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.log_6_1091.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.log_6_1091.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 %r8
push %rax
lea addresses_WT_ht+0xc0ce, %r12
nop
and %r14, %r14
mov (%r12), %rax
nop
nop
nop
and $14363, %r8
pop %rax
pop %r8
pop %r14
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r15
push %rbp
push %rcx
push %rd... | 17.315217 | 124 | 0.646579 |
d23ad768191d897b31d2e5098090e3c8df59306f | 2,163 | asm | Assembly | programs/oeis/156/A156928.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/156/A156928.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/156/A156928.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A156928: G.f. of the z^1 coefficients of the FP1 in the second column of the A156921 matrix.
; 1,7,28,86,227,545,1230,2664,5613,11611,23728,48106,97031,195077,391394,784284,1570353,3142815,6288100,12579070,25161451,50326697,100657718,201320336,402646197,805298595,1610604120,3221215954,6442440463,12884890381,257697911... | 154.5 | 1,776 | 0.896902 |
6da11e0e72d03dd1462b8dc1479fbdad6f5e9837 | 7,170 | asm | Assembly | 16F877A-FINAL.asm | Artoriuz/PIC-ASM-Maglock | a8980058a74870ab3290720ad712b1a16463c3f2 | [
"MIT"
] | null | null | null | 16F877A-FINAL.asm | Artoriuz/PIC-ASM-Maglock | a8980058a74870ab3290720ad712b1a16463c3f2 | [
"MIT"
] | null | null | null | 16F877A-FINAL.asm | Artoriuz/PIC-ASM-Maglock | a8980058a74870ab3290720ad712b1a16463c3f2 | [
"MIT"
] | null | null | null | #INCLUDE <P16F877A.INC>
__CONFIG _HS_OSC&_WDT_OFF&_PWRTE_ON&_CP_OFF
#DEFINE OUTPUT_LED PORTC,3
#DEFINE PST_LCK 0x20,0 ;States to help with code flow
#DEFINE PST_OPN 0x20,1 ;States to help with code flow
#DEFINE BT_OPN_CLS PORTB,7 ;Open/Close button
#DEFINE BT_PSW_CHG PORTB,6 ;Password cha... | 20.722543 | 80 | 0.777406 |
6365ad5b8f90a78aceee09e60b88093d0e567de5 | 770 | asm | Assembly | oeis/108/A108215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/108/A108215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/108/A108215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A108215: 4-almost primes equal to the product of two successive semiprimes.
; Submitted by Jon Maiga
; 24,54,90,140,210,315,462,550,650,858,1122,1190,1330,1482,1794,2254,2499,2805,3135,3306,3596,4030,4485,5106,5698,6314,6970,7310,7482,7917,8463,8742,8930,10070,11766,12765,13570,14042,14399,14762,15006,15867,17157,178... | 40.526316 | 501 | 0.742857 |
d195ddb26c3b00631d63145fbe324bd951c5ef52 | 555 | asm | Assembly | code/S01E05/asm/02_ini_end.asm | fcatrin/bitabit | 2f5dca6fde7a5413ff9e3d1119fb74a82735dd01 | [
"MIT"
] | 2 | 2020-07-25T21:02:47.000Z | 2021-03-25T03:21:47.000Z | code/S01E05/asm/02_ini_end.asm | fcatrin/bitabit | 2f5dca6fde7a5413ff9e3d1119fb74a82735dd01 | [
"MIT"
] | null | null | null | code/S01E05/asm/02_ini_end.asm | fcatrin/bitabit | 2f5dca6fde7a5413ff9e3d1119fb74a82735dd01 | [
"MIT"
] | null | null | null |
ini = 40000
chars = 960
ptr = 202
len = 204
org $2000
start
lda #<ini
sta ptr
lda #>ini
sta ptr+1
lda #<chars
sta len
lda #>chars
sta len+1
ldy #0
loop lda 53770
sta (ptr),y
inc ... | 13.875 | 20 | 0.38018 |
50024badb8f353311fc049e6d019886fd758d568 | 1,090 | asm | Assembly | scripts/seafoamislands2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | scripts/seafoamislands2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | scripts/seafoamislands2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SeafoamIslands2Script:
call EnableAutoTextBoxDrawing
ld hl, wFlags_0xcd60
bit 7, [hl]
res 7, [hl]
jr z, .asm_46362
ld hl, Seafoam2HolesCoords
call CheckBoulderCoords
ret nc
EventFlagAddress hl, EVENT_SEAFOAM2_BOULDER1_DOWN_HOLE
ld a, [wCoordIndex]
cp $1
jr nz, .asm_46340
SetEventReuseHL EVENT_SEAFOAM2_BOUL... | 23.191489 | 96 | 0.805505 |
3cd31e366dff1d894372c140611bbf213e4f9a1e | 3,978 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1887.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_1887.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_1887.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 %rbx
push %rdi
push %rdx
lea addresses_normal_ht+0xdff2, %rdx
nop
xor $21190, %rdi
mov (%rdx), %rbx
cmp $22953, %rdi
pop %rdx
pop %rdi
pop %rbx
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r8
push %r9
push %rax
push %rcx
push %rdi
// Faulty Load
lea ad... | 75.056604 | 2,999 | 0.661388 |
74eefbf5eb66e80eb4e235ac385f7895a2b7e5a9 | 336 | asm | Assembly | programs/oeis/069/A069816.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/069/A069816.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/069/A069816.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A069816: a(n) = (sum of digits of n)^2 - (sum of digits^2 of n).
; 0,0,0,0,0,0,0,0,0,0,0,2,4,6,8,10,12,14,16,18,0,4,8,12,16,20,24,28,32,36,0,6,12,18,24,30,36,42,48,54,0,8,16,24,32,40,48,56,64,72,0,10,20,30,40,50,60,70,80,90,0,12,24,36,48,60,72,84,96,108,0,14,28,42,56,70,84
mov $1,$0
mod $1,10
sub $0,$1
mul $1,$0
div... | 33.6 | 208 | 0.598214 |
a9433480aae6e07144216d764b42950bfc65a244 | 150 | asm | Assembly | sw/552tests/inst_tests/jr_0.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/inst_tests/jr_0.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/inst_tests/jr_0.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // Test provided by Karu
lbi r1, 2
lbi r3, 4
// should jump to PC=0x000a
// skip the 2 add instructions
jr r1, 8
add r2, r1, r3
add r3, r1, r3
halt
| 15 | 30 | 0.666667 |
ebd0191859925af8dd8364edfc35128cdf5ca37a | 19,010 | asm | Assembly | third_party/codecs/xvidcore/src/image/x86_asm/interpolate8x8_xmm.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 292 | 2015-08-10T18:34:55.000Z | 2022-01-26T00:38:45.000Z | third_party/codecs/xvidcore/src/image/x86_asm/interpolate8x8_xmm.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 366 | 2015-08-10T18:21:02.000Z | 2022-01-22T20:03:41.000Z | third_party/codecs/xvidcore/src/image/x86_asm/interpolate8x8_xmm.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 227 | 2015-08-10T22:24:29.000Z | 2022-02-25T19:16:21.000Z | ;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - mmx 8x8 block-based halfpel interpolation -
; *
; * Copyright(C) 2002-2008 Michael Militzer <michael@xvid.org>
; * 2002 Pascal Massimino <skal@planet-d.net>
; *
; * This program is fre... | 23.09842 | 80 | 0.565439 |
df2f98e18e36be61094a871eca82e56ae63e2262 | 294 | asm | Assembly | data/mapHeaders/undergroundpathwe.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/undergroundpathwe.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/undergroundpathwe.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | UndergroundPathWE_h:
db UNDERGROUND ; tileset
db UNDERGROUND_PATH_WE_HEIGHT, UNDERGROUND_PATH_WE_WIDTH ; dimensions (y, x)
dw UndergroundPathWEBlocks, UndergroundPathWETextPointers, UndergroundPathWEScript ; blocks, texts, scripts
db $00 ; connections
dw UndergroundPathWEObject ; objects
| 42 | 108 | 0.836735 |
7882a8bfb806d2412445b6dc80f50a2a8297cb77 | 1,427 | asm | Assembly | lab_06/inter_1.asm | MrLIVB/BMSTU_MDPL | 37060559dee9c168f38b5f0a406a71eefc599e32 | [
"MIT"
] | null | null | null | lab_06/inter_1.asm | MrLIVB/BMSTU_MDPL | 37060559dee9c168f38b5f0a406a71eefc599e32 | [
"MIT"
] | null | null | null | lab_06/inter_1.asm | MrLIVB/BMSTU_MDPL | 37060559dee9c168f38b5f0a406a71eefc599e32 | [
"MIT"
] | null | null | null | .model tiny
.code
.186
org 100h
start proc near
mov ax, 351Ch
int 21h
mov word ptr old_int1Ch, bx
mov word ptr old_int1Ch+2, es
;mov ax, 251Ch
;mov dx, offset int1Ch_handler
;int 21h
call int1Ch_handler
mov ah, 1
int 21h
mov ax, 251Ch
mov dx, word ptr old_int1Ch+2
... | 16.593023 | 46 | 0.608269 |
47f13a9058546b3c3c57c0883138f6cc4b52b879 | 672 | asm | Assembly | oeis/005/A005605.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005605.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005605.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005605: a(n) = a(n-1) + (-1)^(n-1) * a(n-2)^2 for n >= 2 with a(0) = 0 and a(1) = 1.
; Submitted by Jon Maiga
; 0,1,1,2,1,5,4,29,13,854,685,730001,260776,532901720777,464897598601,283984244007552571082330,67854466822576053925129,80647050844541158378200602801460469923692154029,7604282217676508393461557375819573739615... | 33.6 | 403 | 0.75744 |
5276bf884a3c75c62b4daa329738e19f67f98653 | 595 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_fillC_callee.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_fillC_callee.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_fillC_callee.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE NIRVANA ENGINE - by Einar Saukas
;
; See "nirvana-.h" for further details
; ----------------------------------------------------------------
; void NIRVANAM_fillC(unsigned int attr, unsigned int lin, unsigned int col)
... | 22.037037 | 76 | 0.54958 |
529f6fef41aba513a32734cbe7b10dd7770c2cc5 | 607 | asm | Assembly | programs/oeis/081/A081352.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/081/A081352.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/081/A081352.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A081352: Main diagonal of square maze arrangement of natural numbers A081349.
; 1,7,11,21,29,43,55,73,89,111,131,157,181,211,239,273,305,343,379,421,461,507,551,601,649,703,755,813,869,931,991,1057,1121,1191,1259,1333,1405,1483,1559,1641,1721,1807,1891,1981,2069,2163,2255,2353,2449,2551,2651,2757,2861,2971,3079,3193,... | 55.181818 | 460 | 0.756178 |
1591b7d2836805a92f3ddc3413452b3984f2d683 | 6,853 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_724.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_724.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_724.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x10c4a, %rbx
nop
nop
nop
xor %r8, %r8
mov (%rbx), %r10w
nop
nop
nop
nop
and $3683, %rax
lea addresses_WT_ht+0x14b1, %r12
clflush (%r12)
nop
nop
nop
cmp $41066, %r10
mov $0... | 34.611111 | 2,999 | 0.660295 |
dbeca5b0752d2b7fc0ffbfa7cd8bd95948bf33ab | 624 | asm | Assembly | Library/SpecUI/CommonUI/CView/cviewPort.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/SpecUI/CommonUI/CView/cviewPort.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/SpecUI/CommonUI/CView/cviewPort.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: viewPort.asm
ROUTINES:
Name Description
---- -----------
GLB OLPortClass Open look port
REVISION HISTORY:
Name ... | 23.111111 | 81 | 0.466346 |
f29510b65f48140ab7f929fad061baf31dfb86b4 | 6,676 | asm | Assembly | c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAatan2.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAatan2.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAatan2.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | ;;#############################################################################
;; FILE: CLAatan2.asm
;;
;; DESCRIPTION: CLA arctan2 function
;;
;; Group: C2000
;; Target Family: C28x+CLA
;;
;;#############################################################################
;; $TI Release: CLA Math Library 4... | 39.976048 | 97 | 0.466297 |
727588570cb5466179e670d56c7729830103f9bd | 582 | asm | Assembly | programs/oeis/115/A115067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/115/A115067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/115/A115067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A115067: a(n) = (3*n^2 - n - 2)/2.
; 0,4,11,21,34,50,69,91,116,144,175,209,246,286,329,375,424,476,531,589,650,714,781,851,924,1000,1079,1161,1246,1334,1425,1519,1616,1716,1819,1925,2034,2146,2261,2379,2500,2624,2751,2881,3014,3150,3289,3431,3576,3724,3875,4029,4186,4346,4509,4675,4844,5016,5191,5369,5550,5734,5921,6... | 58.2 | 485 | 0.738832 |
72869cd8d0a9a7b30396b7e1d8e334353f635910 | 5,276 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_519_889.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_519_889.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_519_889.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 %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xd37d, %rsi
lea addresses_D_ht+0xc3fd, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
add $22990, %r10
mov $15, %rcx
rep movsw
nop
nop
nop
and %rbp, %rbp
lea addresses_A_ht+0x1eb7d, %rbp
add %... | 30.148571 | 1,556 | 0.650872 |
653cef3c57daeeb8ad18a9a54405286cb48617ba | 4,654 | asm | Assembly | Transynther/x86/_processed/P/_un_/i9-9900K_12_0xca.log_1_136.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_un_/i9-9900K_12_0xca.log_1_136.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_un_/i9-9900K_12_0xca.log_1_136.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x8b59, %rsi
lea addresses_UC_ht+0x25bc, %rdi
xor %r14, %r14
mov $102, %rcx
rep movsb
nop
xor %rdi, %rdi
lea addresses_A_ht+0xd3d9, %rsi
lea addresses_normal_ht+0x14fd9, %rdi
no... | 19.311203 | 152 | 0.650193 |
65fcde20dbf70be4b21395f98d2792a91e94e1de | 32,421 | asm | Assembly | Library/Spreadsheet/Spreadsheet/spreadsheetDrawUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetDrawUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetDrawUtils.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: spreadsheetDrawUtils.asm
AUTHOR: Gene Anderson, Jun 6, 1991
ROUTINES:
Name Description
---- -----------
EXT TranslateToVi... | 26.772089 | 79 | 0.598871 |
f76df5f2a07f0ff04f90c24a241327a9cef79b26 | 433 | asm | Assembly | programs/oeis/276/A276659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/276/A276659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/276/A276659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A276659: Accumulation of the upper left triangle used in binomial transform of nonnegative integers.
; 0,2,11,39,114,300,741,1757,4052,9162,20415,44979,98214,212888,458633,982905,2097000,4456278,9436995,19922735,41942810,88080132,184549101,385875669,805306044,1677721250,3489660551,7247756907,15032385102,31138512432,6... | 28.866667 | 227 | 0.766744 |
f29cd989c65e2f128cb68d8a0d001b4519a0bd7f | 253 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_visit_wc_attr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_visit_wc_attr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_visit_wc_attr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void zx_visit_wc_attr(struct r_Rect8 *r, void *function)
SECTION code_clib
SECTION code_arch
PUBLIC zx_visit_wc_attr_callee
EXTERN asm_zx_visit_wc_attr
zx_visit_wc_attr_callee:
pop af
pop de
pop ix
push af
jp asm_zx_visit_wc_attr
| 14.055556 | 58 | 0.786561 |
943dbe595c5e091723e15f72307ba741d0435f8b | 778 | asm | Assembly | oeis/143/A143414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/143/A143414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/143/A143414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A143414: Apéry-like numbers for the constant 1/e: a(n) = (1/(n-1)!)*Sum_{k = 0..n-1} binomial(n-1,k)*(2*n-k)!.
; Submitted by Christian Krause
; 0,2,30,492,9620,222630,5989242,184139480,6377545512,245868202890,10446648201110,485126443539012,24449173476952380,1329144227959100462,77535552689576436210,483127867468535462... | 37.047619 | 472 | 0.790488 |
6220bf5a7fa2f0ea4370b73dcbceaf7d351a3dd5 | 329 | asm | Assembly | programs/oeis/258/A258841.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/258/A258841.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/258/A258841.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A258841: a(n) = 9*n^2 - 237*n + 1927.
; 1927,1699,1489,1297,1123,967,829,709,607,523,457,409,379,367,373,397,439,499,577,673,787,919,1069,1237,1423,1627,1849,2089,2347,2623,2917,3229,3559,3907,4273,4657,5059,5479,5917,6373,6847,7339,7849,8377,8923,9487,10069
sub $0,13
mul $0,3
bin $0,2
mov $1,$0
div $1,3
mul $1,6
ad... | 29.909091 | 220 | 0.699088 |
da51fb0a178c467bc699676f5c748580d5d663ce | 3,605 | asm | Assembly | boot/interrupts.asm | paule32/deBlows | c6fa70cd2a5c04f63f37e4e0f092db626b7fbf3a | [
"MIT"
] | null | null | null | boot/interrupts.asm | paule32/deBlows | c6fa70cd2a5c04f63f37e4e0f092db626b7fbf3a | [
"MIT"
] | null | null | null | boot/interrupts.asm | paule32/deBlows | c6fa70cd2a5c04f63f37e4e0f092db626b7fbf3a | [
"MIT"
] | null | null | null | ; interrupts.asm
; contains all system exception interrupts
; and other system interface interrupts
; note: exception 15 and 20-31 are Intel Reserved
%define i386
%macro SAVE_REGS 0
%ifdef i386
push eax
push ebx
push ecx
push edx
; push esi
; push edi
; push ebp
; push esp
%else
push rax
push rbx
push r... | 13.865385 | 58 | 0.723994 |
0abbb2faac6b0e2a8f813052d2439b9212091530 | 283 | asm | Assembly | programs/oeis/074/A074617.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/074/A074617.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/074/A074617.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A074617: a(n) = 5^n + 8^n.
; 2,13,89,637,4721,35893,277769,2175277,17167841,136170853,1083507449,8638762717,68963617361,550976517013,4404150026729,35214889666957,281627564601281,2252562753138373,18018213206747609,144134261562183997
seq $0,74518 ; a(n) = 1^n + 5^n + 8^n.
sub $0,1
| 47.166667 | 204 | 0.770318 |
4664af8bff11efa05f8ece8b250f00cca4ad3efd | 656 | asm | Assembly | oeis/133/A133476.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/133/A133476.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/133/A133476.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A133476: a(n) = Sum_{k>=0} binomial(n,5*k+1).
; Submitted by Jon Maiga
; 0,1,2,3,4,5,7,14,36,93,220,474,948,1807,3381,6385,12393,24786,50559,103702,211585,427351,854702,1698458,3368259,6690150,13333932,26667864,53457121,107232053,214978335,430470899,860941798,1720537327,3437550076,6869397265,13733091643,27466183286,5... | 46.857143 | 494 | 0.801829 |
0361f9bec53a9efb943fa701f653a938619648c6 | 477 | asm | Assembly | programs/oeis/271/A271114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/271/A271114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/271/A271114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A271114: Expansion of (1+x)*(2+x)/(1-x)^2.
; 2,7,13,19,25,31,37,43,49,55,61,67,73,79,85,91,97,103,109,115,121,127,133,139,145,151,157,163,169,175,181,187,193,199,205,211,217,223,229,235,241,247,253,259,265,271,277,283,289,295,301,307,313,319,325,331,337,343,349,355,361,367,373,379,385,391,397,403,409,415,421,427,433,... | 53 | 382 | 0.69392 |
d6cadeee18e1e5e3884baa64b8b9fb8c824de6c2 | 6,715 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0_notsx.log_3_640.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_3_640.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_3_640.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x2e2b, %rsi
lea addresses_UC_ht+0x92eb, %rdi
and %rbx, %rbx
mov $40, %rcx
rep movsl
nop
nop
nop
nop
nop
inc %rdi
lea addresses_UC_ht+0xcf6b, %rbp
nop
nop
and %r10, %r10
m... | 19.634503 | 152 | 0.645867 |
b3ec896e312acd0501f96c155b8fbca5e7a74675 | 7,319 | asm | Assembly | assembly/asmsbs3e/chapter11/showchar/showchar.asm | ash1247/DocumentsWindows | 66f65b5170a1ba766cfae08b7104b63ab87331c2 | [
"MIT"
] | 5 | 2015-12-10T15:03:12.000Z | 2019-02-20T21:39:53.000Z | assembly/asmsbs3e/chapter11/showchar/showchar.asm | ash1247/DocumentsWindows | 66f65b5170a1ba766cfae08b7104b63ab87331c2 | [
"MIT"
] | null | null | null | assembly/asmsbs3e/chapter11/showchar/showchar.asm | ash1247/DocumentsWindows | 66f65b5170a1ba766cfae08b7104b63ab87331c2 | [
"MIT"
] | 9 | 2015-11-25T08:56:56.000Z | 2020-11-30T18:08:44.000Z | ; Executable name : SHOWCHAR
; Version : 1.0
; Created date : 5/11/2009
; Last update : 5/15/2009
; Author : Jeff Duntemann
; Description : A simple program in assembly for Linux, using NASM 2.05,
; demonstrating discontinuous string writes to memory using STOSB without
; REP. Th... | 39.139037 | 77 | 0.69586 |
a01f329cf733294eea113bd61378ed2dbf2a2aaf | 122 | asm | Assembly | asm/fork.asm | icefoxen/lang | 628185020123aabe4753f96c6ab4378637a2dbf5 | [
"MIT"
] | null | null | null | asm/fork.asm | icefoxen/lang | 628185020123aabe4753f96c6ab4378637a2dbf5 | [
"MIT"
] | null | null | null | asm/fork.asm | icefoxen/lang | 628185020123aabe4753f96c6ab4378637a2dbf5 | [
"MIT"
] | null | null | null | ; Let's see if we can assemble a forkbomb...
;segment .text
;global _start
_start:
mov eax, 2;
int 0x80;
jmp _start;
| 12.2 | 44 | 0.680328 |
a2c1ec9ceb56305a7059816651f930d4d26b878d | 1,356 | asm | Assembly | src/test/ref/array-16bit-lookup.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/array-16bit-lookup.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/array-16bit-lookup.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test KickC performance for 16-bit array lookup function from article "Optimizing C array lookups for the 6502"
// http://8bitworkshop.com/blog/compilers/2019/03/17/cc65-optimization.html
// Commodore 64 PRG executable file
.file [name="array-16bit-lookup.prg", type="prg", segments="Program"]
.segmentdef Program [s... | 22.229508 | 113 | 0.612094 |
c6d8fbbb4c84c9a9e26d700286b272e3e82e488b | 1,449 | asm | Assembly | maps/AzaleaMart.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/AzaleaMart.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/AzaleaMart.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const AZALEAMART_CLERK
const AZALEAMART_COOLTRAINER_M
const AZALEAMART_BUG_CATCHER
AzaleaMart_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
AzaleaMartClerkScript:
opentext
pokemart MARTTYPE_STANDARD, MART_AZALEA
closetext
end
AzaleaMartCooltrainerMScript:
jum... | 23.754098 | 153 | 0.763975 |
5a4c872260c1039ae330ca0688f7133b79fa6c9d | 390 | asm | Assembly | oeis/183/A183977.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/183/A183977.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/183/A183977.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A183977: 1/4 the number of (n+1)X(n+1) binary arrays with all 2X2 subblock sums the same
; Submitted by Christian Krause
; 4,8,14,26,46,86,158,302,574,1118,2174,4286,8446,16766,33278,66302,132094,263678
mov $3,$0
seq $0,209726 ; 1/4 the number of (n+1) X 8 0..2 arrays with every 2 X 2 subblock having distinct clockw... | 32.5 | 125 | 0.712821 |
09e3ff2519fbef889f363cfc3642d8909fb90c93 | 863 | asm | Assembly | programs/oeis/291/A291181.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/291/A291181.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/291/A291181.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A291181: p-INVERT of the positive integers, where p(S) = 1 - 8*S.
; 8,80,792,7840,77608,768240,7604792,75279680,745192008,7376640400,73021211992,722835479520,7155333583208,70830500352560,701149669942392,6940666199071360,68705512320771208,680114457008640720,6732439057765635992,66644276120647719200,65971032214871155600... | 107.875 | 703 | 0.876014 |
f9c64b93499e8c97d75f56a21a909e8441fc0ef0 | 3,682 | nasm | Assembly | winxp_sp3/trun/custom_rev_shell/win_reverse_shell.nasm | danf42/vulnserver | 1b01aaa0f0b5706b5bc24c5f64d99dddcdcfe913 | [
"MIT"
] | null | null | null | winxp_sp3/trun/custom_rev_shell/win_reverse_shell.nasm | danf42/vulnserver | 1b01aaa0f0b5706b5bc24c5f64d99dddcdcfe913 | [
"MIT"
] | null | null | null | winxp_sp3/trun/custom_rev_shell/win_reverse_shell.nasm | danf42/vulnserver | 1b01aaa0f0b5706b5bc24c5f64d99dddcdcfe913 | [
"MIT"
] | null | null | null | global _start
section .text
_start:
; clear direction flags
cld
; WSAStartup() - initiates use of the Winsock DLL by a process
xor eax, eax
mov ax, 0x0190 ; sizeof (struct WSAData)
sub esp, eax ; allocate space for WSAData struct
push esp ; push pointer to WSAData ... | 29.693548 | 66 | 0.620315 |
ce4dacaae90623512c44e04c06e61c581d807a90 | 45,880 | asm | Assembly | Build/Interpreters/beebOzmoo/asm/text.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | Build/Interpreters/beebOzmoo/asm/text.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | Build/Interpreters/beebOzmoo/asm/text.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; text opcodes
;TRACE_READTEXT = 1
;TRACE_TOKENISE = 1
;TRACE_SHOW_DICT_ENTRIES = 1
;TRACE_PRINT_ARRAYS = 1
;SFTODODATA 2
!ifndef ACORN { ; SFTODO!?
.text_tmp !byte 0
.current_character !byte 0
}
.petscii_char_read = zp_temp
; only ENTER + cursor + F1-F8 possible on a C64
; SFTODO: It may be a good idea to tweak this... | 24.534759 | 3,011 | 0.704163 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.