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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0257f628cc518ecfbb33689224bbb55f50759d43 | 806 | asm | Assembly | programs/oeis/024/A024117.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024117.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024117.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024117: a(n) = 10^n - n^3.
; 1,9,92,973,9936,99875,999784,9999657,99999488,999999271,9999999000,99999998669,999999998272,9999999997803,99999999997256,999999999996625,9999999999995904,99999999999995087,999999999999994168,9999999999999993141,99999999999999992000,999999999999999990739,9999999999999999989352,99999999999... | 73.272727 | 705 | 0.889578 |
fdc653e25e42fc5471b30a7414e506877002cbcd | 221 | asm | Assembly | template.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | template.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | template.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; Program template
.386
.model flat,stdcall
.stack 4096
ExitProcess proto,dwExitCode:dword
.data
; declare variables here
.code
main proc
; write your code here
invoke ExitProcess,0
main endp
end main | 13.8125 | 35 | 0.723982 |
4c766153fc7ac1898eed15c370ab6ea70b915b21 | 724 | asm | Assembly | tests/nasm/maskmovdqu.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 12,700 | 2015-01-04T15:03:42.000Z | 2022-03-31T06:43:06.000Z | tests/nasm/maskmovdqu.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 566 | 2015-01-01T18:16:40.000Z | 2022-03-31T19:59:10.000Z | tests/nasm/maskmovdqu.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 1,182 | 2015-01-05T09:20:48.000Z | 2022-03-31T12:16:52.000Z | global _start
section .data
align 16
dquad0:
dq 0x1234567890abcdef
dq 0xfedcba0987654321
dquad1:
dq 0xffffffffffffffff
dq 0xffffffffffffffff
mask0:
dq 0x8081828384858687
dq 0x88898a8b8c8d8e8f
mask1:
dq 0x10203080405080ff
dq 0x1234567890abcdef
%include "header.inc"
movdqu xmm0, [dquad0]
movdqu xmm1, [dqua... | 15.083333 | 48 | 0.734807 |
3772f79165b92006732600876044b0a7cc13c458 | 3,587 | asm | Assembly | Bill_Cravener/popinfo/popinfo.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | Bill_Cravener/popinfo/popinfo.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | Bill_Cravener/popinfo/popinfo.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | ; ####################################################
; William F. Cravener 8/4/2003
; ####################################################
.486
.model flat,stdcall
option casemap:none ; case sensitive
; ####################################################
include... | 32.026786 | 80 | 0.40145 |
fd48215515dfcdb8a79f68bd141530598de2dbff | 744 | asm | Assembly | oeis/042/A042439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/042/A042439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/042/A042439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A042439: Denominators of continued fraction convergents to sqrt(747).
; Submitted by Christian Krause
; 1,3,163,492,26731,80685,4383721,13231848,718903513,2169942387,117895792411,355857319620,19334191051891,58358430475293,3170689436717713,9570426740628432,519973733430653041,1569491627032587555,85272521593190381011,25... | 37.2 | 486 | 0.823925 |
cb5699623b93616650da5067079283be96c05294 | 798 | asm | Assembly | oeis/141/A141930.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/141/A141930.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/141/A141930.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A141930: Primes congruent to 4 mod 25.
; Submitted by Jon Maiga
; 29,79,179,229,379,479,829,929,1129,1229,1279,1429,1579,1879,1979,2029,2129,2179,2579,2729,2879,3079,3229,3329,3529,3779,3929,4079,4129,4229,4679,4729,5179,5279,5479,5779,5879,6029,6079,6229,6329,6379,6529,6679,6779,6829,7079,7129,7229,7529,7829,7879,81... | 38 | 497 | 0.726817 |
743179917e4113224a3b5f845a970a158a5a8394 | 312 | asm | Assembly | programs/oeis/157/A157966.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/157/A157966.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/157/A157966.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A157966: Number of 3's in A157733(n).
; 0,1,1,1,3,3,5,5,7,9,9,11,13,13,15,17,19,19,21,23,23,25,27,29,31,33,33,35,35,37,41,43,45,45,49,49,51,53,55,57,59,59,63,63,65,65,69,73,75,75,77,79,79,83,85,87,89,89,91,93,93,97,101,103,103,105,109,111,115,115,117
seq $0,40 ; The prime numbers.
sub $0,5
div $0,3
add $0,1
| 39 | 212 | 0.650641 |
a95bc046904336eee3acea5277704bc0b3562f58 | 385 | asm | Assembly | oeis/308/A308580.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/308/A308580.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/308/A308580.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A308580: a(n) = 3*2^n + n^2 - n.
; Submitted by Jon Maiga
; 3,6,14,30,60,116,222,426,824,1608,3162,6254,12420,24732,49334,98514,196848,393488,786738,1573206,3146108,6291876,12583374,25166330,50332200,100663896,201327242,402653886,805307124,1610613548,3221226342,6442451874,12884902880,25769804832
mov $1,2
pow $1,$0
m... | 27.5 | 238 | 0.732468 |
c3afa601ba4b670ca43226055dd6e14229aa97ef | 6,182 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_886.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_886.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_886.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x19b14, %rsi
lea addresses_WC_ht+0x4d34, %rdi
nop
nop
nop
nop
xor $9257, %rax
mov $90, %rcx
rep movsq
nop
nop
nop
nop
nop
inc %rbx
lea addresses_normal_ht+0x131f8, %rsi
lea a... | 38.160494 | 2,999 | 0.659172 |
cae8f884e57dc98a96923f9d8218f4742f19f7b8 | 1,431 | asm | Assembly | day8/io.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | 11 | 2021-06-09T01:11:51.000Z | 2022-03-17T12:32:28.000Z | day8/io.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | null | null | null | day8/io.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | null | null | null | [BITS 32]
; 程序中包含函数名
GLOBAL io_hlt, io_cli, io_sti, io_stihlt
GLOBAL io_in8, io_in16, io_in32
GLOBAL io_out8, io_out16, io_out32
GLOBAL io_load_eflags, io_store_eflags
[SECTION .text]
io_hlt: ; void io_hlt(void);
HLT
RET
io_cli: ; void io_cli(void);
CLI
RET
io_s... | 19.875 | 60 | 0.525507 |
00dbc7a2a3b5a941cc1be0659f648ae074d606ee | 5,447 | asm | Assembly | third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE16.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 521 | 2019-03-29T15:44:08.000Z | 2022-03-22T09:46:19.000Z | third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE16.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 30 | 2019-06-04T17:00:49.000Z | 2021-09-08T20:44:19.000Z | third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchToPE16.asm | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 99 | 2019-03-29T16:04:13.000Z | 2022-03-28T16:59:34.000Z | ; $Id: bs3-mode-SwitchToPE16.asm $
;; @file
; BS3Kit - Bs3SwitchToPE16
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or modify it under the terms of... | 28.820106 | 125 | 0.659629 |
d2ceb69751e881693192ae9dc151d0667ce173ec | 4,839 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_16000_384.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_16000_384.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_16000_384.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 %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1c85d, %rbp
nop
add $57758, %r14
movl $0x61626364, (%rbp)
nop
nop
nop
nop
nop
and %r13, %r13
lea addresses_WT_ht+0x1d78d, %rsi
lea addresses_A_ht+0x6bc5, %rdi
clflush (%rdi)
... | 46.085714 | 2,999 | 0.659847 |
0641889fd20ea8915e498693ee76f64dac69a93a | 29 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=vwum2_setbyte1_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwum1=vwum2_setbyte1_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=vwum2_setbyte1_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | sta {m1}+1
lda {m2}
sta {m1}
| 7.25 | 10 | 0.551724 |
343d6caae028d35c981fffd29d920cbbf75a5fd7 | 410 | asm | Assembly | programs/oeis/133/A133695.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/133/A133695.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/133/A133695.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A133695: a(n) = 2*A008683 - 1.
; 1,-3,-3,-1,-3,1,-3,-1,-1,1,-3,-1,-3,1,1,-1,-3,-1,-3,-1,1,1,-3,-1,-1,1,-1,-1,-3,-3,-3,-1,1,1,1,-1,-3,1,1,-1,-3,-3,-3,-1,-1,1,-3,-1,-1,-1,1,-1,-3,-1,1,-1,1,1,-3,-1,-3,1,-1,-1,1,-3,-3,-1,1,-3,-3,-1,-3,1,-1,-1
cal $0,8683 ; Möbius (or Moebius) function mu(n). mu(1) = 1; mu(n) = (-1)^k if... | 51.25 | 207 | 0.482927 |
5d1c63147d193493fda796408e4882dc8798c21e | 1,562 | asm | Assembly | PRG/maps/World7L.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/maps/World7L.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/maps/World7L.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null |
.byte $8D, $87, $95, $95, $95, $95, $95, $95, $89, $95, $88, $87, $95, $95, $95, $95
.byte $8D, $8E, $E5, $45, $47, $45, $47, $BE, $9D, $BC, $8C, $8E, $BE, $BC, $BE, $67
.byte $8D, $8E, $46, $BE, $BE, $BE, $46, $BE, $9D, $46, $8C, $8E, $BE, $54, $BE, $46
.byte $8D, $8E, $03, $45, $BC, $BE, $BC, $BE, $9D, $50, $8C,... | 67.913043 | 85 | 0.418694 |
73598479fd827ef055a6341fd9ee566ef996adc4 | 4,632 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_730.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_730.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_730.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 %r8
push %rbp
push %rbx
push %rdx
push %rsi
lea addresses_normal_ht+0x2638, %rsi
nop
nop
add %rdx, %rdx
mov $0x6162636465666768, %rbx
movq %rbx, %xmm6
movups %xmm6, (%rsi)
and $743, %r8
lea addresses_UC_ht+0x1b4fa, %r11
clflush (%r11)
nop
nop
inc %rb... | 50.901099 | 2,999 | 0.660622 |
8352c1e652cf81a50d3476b6a6a0163dd9f7f7af | 20,991 | asm | Assembly | enduser/netmeeting/av/codecs/intel/h263/i386/cxm12242.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/cxm12242.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/cxm12242.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;-------------------------------------------------------------------------
; INTEL Corporation Proprietary Information
;
; This listing is supplied under the terms of a license
; agreement with INTEL Corporation and may not be copied
; nor disclosed except in accordance with the terms of
; that agr... | 36.761821 | 81 | 0.481206 |
dc709574623eea243a726476bc9f1ad3ce9ad240 | 395 | asm | Assembly | programs/oeis/346/A346633.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/346/A346633.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/346/A346633.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A346633: Sum of even-indexed parts (even bisection) of the n-th composition in standard order.
; 0,0,0,1,0,1,2,1,0,1,2,1,3,2,1,2,0,1,2,1,3,2,1,2,4,3,2,3,1,2,3,2,0,1,2,1,3,2,1,2,4,3,2,3,1,2,3,2,5,4,3,4,2,3,4,3,1,2,3,2,4,3,2,3,0,1,2,1,3,2,1,2,4,3,2,3,1,2,3,2,5,4,3,4,2,3,4
lpb $0
mov $2,$0
div $0,2
seq $2,102393 ... | 30.384615 | 175 | 0.577215 |
b45f8f09d7b5972b8d7adbcbbfcc058d5a75f0f3 | 1,653 | asm | Assembly | programs/oeis/226/A226538.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/226/A226538.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/226/A226538.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A226538: a(2t) = a(2t-1) + 1, a(2t+1) = a(2t) + a(2t-2) for t >= 1, with a(0) = a(1) = 1.
; 1,1,2,3,4,6,7,11,12,19,20,32,33,53,54,87,88,142,143,231,232,375,376,608,609,985,986,1595,1596,2582,2583,4179,4180,6763,6764,10944,10945,17709,17710,28655,28656,46366,46367,75023,75024,121391,121392,196416,196417,317809,317810,... | 118.071429 | 1,459 | 0.843315 |
7e627b8811139a0fbc703f6b4367ad838d7be7c6 | 783 | asm | Assembly | hal/gdt.asm | davidepianca98/hoho | eec1fc695dd800296ccb09e0455cfecabd3e152d | [
"Apache-2.0"
] | 7 | 2016-09-15T18:33:28.000Z | 2021-07-03T13:53:18.000Z | hal/gdt.asm | davidepianca98/hoho | eec1fc695dd800296ccb09e0455cfecabd3e152d | [
"Apache-2.0"
] | 2 | 2016-09-17T17:25:18.000Z | 2018-12-17T20:43:19.000Z | hal/gdt.asm | davidepianca98/hoho | eec1fc695dd800296ccb09e0455cfecabd3e152d | [
"Apache-2.0"
] | 3 | 2017-04-21T09:05:36.000Z | 2021-07-09T17:05:08.000Z | ;
; Copyright 2016 Davide Pianca
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in... | 23.727273 | 75 | 0.687101 |
8b846117a0e0785f7c553d0c73638287364e989c | 2,375 | asm | Assembly | Pushbutton.X/pushbutton.asm | veysby/MPLABXProjects | 4445ec82b3e900959c1275dfc908d27af60f45bc | [
"MIT"
] | 2 | 2021-11-01T00:05:48.000Z | 2022-01-20T01:18:41.000Z | Pushbutton.X/pushbutton.asm | veysby/MPLABXProjects | 4445ec82b3e900959c1275dfc908d27af60f45bc | [
"MIT"
] | null | null | null | Pushbutton.X/pushbutton.asm | veysby/MPLABXProjects | 4445ec82b3e900959c1275dfc908d27af60f45bc | [
"MIT"
] | null | null | null | PROCESSOR 16F1455
; PIC16F1455 Configuration Bit Settings
; Assembly source line config statements
#include <xc.inc>
; CONFIG1
/*
CONFIG FOSC = INTOSC ; Oscillator Selection Bits (INTOSC oscillator: I/O function on CLKIN pin)
CONFIG WDTE = OFF ; Watchdog Timer Enable (WDT disabled)
CONFIG... | 37.109375 | 138 | 0.685474 |
eabed623048f0dad4347bcdccb9b227e58524fe9 | 245 | asm | Assembly | Kernel/asm/spinlock.asm | agustinmorantes/TPE2SO | 6f32c93bc1dff868ec465c940f6e6d46d605f108 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/spinlock.asm | agustinmorantes/TPE2SO | 6f32c93bc1dff868ec465c940f6e6d46d605f108 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/spinlock.asm | agustinmorantes/TPE2SO | 6f32c93bc1dff868ec465c940f6e6d46d605f108 | [
"BSD-3-Clause"
] | null | null | null | ; GLOBAL initLock
GLOBAL acquire
GLOBAL release
section .text
; initLock:
; mov BYTE[rdi], 1
; ret
acquire:
mov al, 1
xchg al, [rdi]
test al, al
jnz acquire
ret
release:
mov al, 0
xchg al, [rdi]
ret | 10.652174 | 22 | 0.57551 |
0cb2d0d84f043f40866621af19de8c1f1d8b0fe9 | 868 | asm | Assembly | programs/oeis/238/A238276.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/238/A238276.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/238/A238276.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A238276: a(n) = (9*8^n - 2)/7.
; 1,10,82,658,5266,42130,337042,2696338,21570706,172565650,1380525202,11044201618,88353612946,706828903570,5654631228562,45237049828498,361896398627986,2895171189023890,23161369512191122,185290956097528978,1482327648780231826,11858621190241854610,94868969521934836882,7589517561754786950... | 78.909091 | 770 | 0.892857 |
3f3b2f8bbad840a327d52293f255fc51dc3aa246 | 338 | asm | Assembly | programs/oeis/091/A091084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/091/A091084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/091/A091084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A091084: a(n) = A001045(n) mod 10.
; 0,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3,5,1,1,3
mul $0,2
add $0,2
lpb $0,3
mod $0,8
mov $2,3
add $2,$0
gcd $0,2
gcd $3... | 24.142857 | 201 | 0.502959 |
9089fed6af99fe011a195acf377c7df0c7e74310 | 80 | asm | Assembly | tests/testdata/codegen-in-2-bad.asm | roycrippen/sicxe | fdca37f56c95f2a76a78455f86a90e4b89329a54 | [
"MIT"
] | null | null | null | tests/testdata/codegen-in-2-bad.asm | roycrippen/sicxe | fdca37f56c95f2a76a78455f86a90e4b89329a54 | [
"MIT"
] | null | null | null | tests/testdata/codegen-in-2-bad.asm | roycrippen/sicxe | fdca37f56c95f2a76a78455f86a90e4b89329a54 | [
"MIT"
] | null | null | null | test START 0
a LDA @[0xfffff0 * 2]
END test
| 20 | 34 | 0.375 |
d7d5e09ca98b0adb859ca06ed490c6db4d13a440 | 38,787 | asm | Assembly | sources/ippcp/asm_intel64_gas_converted/linux/pic/y8/singlecpu/pcpmontreductionm7as.asm | ymarkovitch/ipp-crypto | ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8 | [
"Apache-2.0"
] | null | null | null | sources/ippcp/asm_intel64_gas_converted/linux/pic/y8/singlecpu/pcpmontreductionm7as.asm | ymarkovitch/ipp-crypto | ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8 | [
"Apache-2.0"
] | null | null | null | sources/ippcp/asm_intel64_gas_converted/linux/pic/y8/singlecpu/pcpmontreductionm7as.asm | ymarkovitch/ipp-crypto | ac8f1c443cc79e9f2f8508f8c707c9ed0caa22c8 | [
"Apache-2.0"
] | null | null | null | ###############################################################################
# Copyright 2019 Intel Corporation
# All Rights Reserved.
#
# If this software was obtained under the Intel Simplified Software License,
# the following terms apply:
#
# The source code, information and material ("Material") containe... | 30.445055 | 80 | 0.370021 |
9057c6ade01275d9abd9c88588d1929983b86b24 | 1,758 | asm | Assembly | programs/oeis/169/A169713.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/169/A169713.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/169/A169713.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A169713: The function W_n(10) (see Borwein et al. reference for definition).
; 1,252,4653,31504,127905,384156,948157,2039808,3965409,7132060,12062061,19407312,29963713,44685564,64699965,91321216,126065217,170663868,227079469,297519120,384449121,490609372,619027773,773034624,956277025,1172733276,1426727277,1722942928,... | 27.046154 | 1,135 | 0.779863 |
a48c2cf3e4e9e4446b649391e2ac8e9203d85f08 | 517 | asm | Assembly | src/io/io.asm | yotam5/SmollOs | afa4471295ae885ed0fc7f045405d722c424f63a | [
"MIT"
] | null | null | null | src/io/io.asm | yotam5/SmollOs | afa4471295ae885ed0fc7f045405d722c424f63a | [
"MIT"
] | null | null | null | src/io/io.asm | yotam5/SmollOs | afa4471295ae885ed0fc7f045405d722c424f63a | [
"MIT"
] | null | null | null | section .asm
global insb
global insw
global outb
global outw
insb:
push ebp
mov ebp, esp
xor eax, eax
mov edx, [ebp+8]
in al, dx
pop ebp
ret
insw:
push ebp
mov ebp, esp
xor eax, eax
mov edx, [ebp+8]
in ax, dx
pop ebp
ret
outb:
push ebp
mov ebp, esp... | 10.34 | 21 | 0.526112 |
e8a08ebfd518f4e943e7bb25036d3c994bd861ae | 206 | asm | Assembly | libsrc/games/vg5k/bit_close.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/games/vg5k/bit_close.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/games/vg5k/bit_close.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ; $Id: bit_close.asm,v 1.2 2015/01/19 01:32:45 pauloscustodio Exp $
;
; VG-5000 1 bit sound functions
;
; void bit_click();
;
; Stefano Bodrato - 2014
;
PUBLIC bit_close
.bit_close
ret
| 13.733333 | 67 | 0.631068 |
5e8b642063515133d1b32b6301b1a22b4ae93d03 | 341 | asm | Assembly | programs/oeis/344/A344953.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/344/A344953.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/344/A344953.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A344953: Positions of words in A341258 that end with 1.
; 2,4,7,8,12,13,14,20,21,22,23,24,33,34,35,36,37,38,39,40,54,55,56,57,58,59,60,61,62,63,64,65,66,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,143,144,145,146,147,148,149
mov $1,$0
add $1,1
seq $1,256654 ; Least Fibonacci number not le... | 42.625 | 196 | 0.68915 |
5a25a8fa2cde9558528c7df6a92c881cdd81a815 | 874 | asm | Assembly | programs/oeis/280/A280154.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/280/A280154.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/280/A280154.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A280154: a(n) = 5*Lucas(n).
; 10,5,15,20,35,55,90,145,235,380,615,995,1610,2605,4215,6820,11035,17855,28890,46745,75635,122380,198015,320395,518410,838805,1357215,2196020,3553235,5749255,9302490,15051745,24354235,39405980,63760215,103166195,166926410,270092605,437019015,707111620,1144130635,1851242255,2995372890,4846... | 58.266667 | 728 | 0.827231 |
224caf38c6f17ebfd5f39ff476374fa6ccf289c4 | 6,419 | asm | Assembly | deeperanddeeper.asm | robinfaury/LudumDare48_Deeper | 86f1a6b8b5845a0f2f4e05d5ec2dab0dd9986dac | [
"MIT"
] | 1 | 2021-04-27T07:37:35.000Z | 2021-04-27T07:37:35.000Z | deeperanddeeper.asm | robinfaury/LudumDare48_Deeper | 86f1a6b8b5845a0f2f4e05d5ec2dab0dd9986dac | [
"MIT"
] | null | null | null | deeperanddeeper.asm | robinfaury/LudumDare48_Deeper | 86f1a6b8b5845a0f2f4e05d5ec2dab0dd9986dac | [
"MIT"
] | null | null | null | include "gbhw.inc"
include "dma.inc"
include "cgbhw.inc"
SECTION "Vblank", ROM0[$0040]
jp DMA_ROUTINE
SECTION "LCDC", ROM0[$0048]
reti
SECTION "Timer", ROM0[$0050]
reti
SECTION "Serial", ROM0[$0058]
reti
SECTION "Joypad", ROM0[$0060]
reti
SECTION "ROM_entry_point", ROM0[$0100]
nop
jp code_begins
SECTION ... | 17.732044 | 80 | 0.678455 |
62be8f2c131188159e44fd670415a9ac42840dea | 303 | asm | Assembly | cwiczenia6/zad3/maxval.asm | adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow | 0b1d41c6903632dd9ab2b7d624288eb2f5f80240 | [
"MIT"
] | 1 | 2019-02-28T15:40:21.000Z | 2019-02-28T15:40:21.000Z | cwiczenia6/zad3/maxval.asm | adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow | 0b1d41c6903632dd9ab2b7d624288eb2f5f80240 | [
"MIT"
] | null | null | null | cwiczenia6/zad3/maxval.asm | adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow | 0b1d41c6903632dd9ab2b7d624288eb2f5f80240 | [
"MIT"
] | 1 | 2019-03-03T17:52:08.000Z | 2019-03-03T17:52:08.000Z | section .text
global maxval
maxval:
mov rbx, rdi ;adres tablicy
mov r12, rsi ;ilosc elementow
xor r14, r14 ;maksymalna wartosc
xor r13, r13 ;licznik petli
_petla:
cmp [rdi+4*r13+4], r14
jb _dalej
mov r14, [rdi+4*r13+4]
_dalej:
inc r13
cmp r13, r12
jl _petla
mov rax, r14
ret
| 9.181818 | 33 | 0.669967 |
c14fda7ee79856de6b3e026503f560bbe28ef099 | 310 | asm | Assembly | programs/oeis/074/A074066.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/074/A074066.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/074/A074066.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A074066: Zigzag modulo 3.
; 1,4,3,2,7,6,5,10,9,8,13,12,11,16,15,14,19,18,17,22,21,20,25,24,23,28,27,26,31,30,29,34,33,32,37,36,35,40,39,38,43,42,41,46,45,44,49,48,47,52,51,50,55,54,53,58,57,56,61,60,59,64,63,62,67,66,65,70,69
mov $1,$0
add $0,5
mul $1,2
mov $2,4
lpb $1
mov $2,$1
trn $1,6
lpe
sub $0,$2
| 23.846154 | 199 | 0.616129 |
7abb45862b1d290d4867d08e7de4d984b73abec4 | 690 | asm | Assembly | oeis/158/A158696.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158696.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158696.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158696: a(n) = Hermite(n, 17).
; Submitted by Jon Maiga
; 1,34,1154,39100,1322476,44651384,1504922296,50631541456,1700403497360,57003614246944,1907515621443616,63715458844144064,2124360257029138624,70699077726731255680,2348535276026105088896,77870625208539097863424,2577145198809546174689536,8513107675285131880781465... | 38.333333 | 496 | 0.827536 |
b77e9638ea2c0416131e8c005221f66ea822b2f2 | 1,062 | asm | Assembly | source/MicroBenchX.Ipc/IpcTests/sub_sse128_float.asm | clayne/MicroBenchX | 9b109102d6cb5932d8a3e8a1b102ba0d0c33a1be | [
"MIT"
] | 15 | 2021-10-11T01:52:42.000Z | 2022-02-14T15:32:42.000Z | source/MicroBenchX.Ipc/IpcTests/sub_sse128_float.asm | clayne/MicroBenchX | 9b109102d6cb5932d8a3e8a1b102ba0d0c33a1be | [
"MIT"
] | null | null | null | source/MicroBenchX.Ipc/IpcTests/sub_sse128_float.asm | clayne/MicroBenchX | 9b109102d6cb5932d8a3e8a1b102ba0d0c33a1be | [
"MIT"
] | 1 | 2021-09-12T09:31:40.000Z | 2021-09-12T09:31:40.000Z | [BITS 64]
%include "parameters.inc"
extern exit
global sub_sse128_float
section .text
sub_sse128_float:
push rbp
mov rax, ITERATIONS_sub_sse128f
lea rbx, [rel sse_iv]
movdqa xmm0, [rbx]
movdqa xmm1, [rbx]
movdqa xmm2, [rbx]
movdqa xmm3, [rbx]
movdqa xmm4, [rbx]
movdqa xmm5, [rbx]
movdqa xmm6, [rbx]... | 16.857143 | 43 | 0.685499 |
5bbd03cd57b834af0326d1e2eea9b37477dd8fa4 | 449 | asm | Assembly | programs/oeis/017/A017497.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017497.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017497.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017497: a(n) = 11*n + 9.
; 9,20,31,42,53,64,75,86,97,108,119,130,141,152,163,174,185,196,207,218,229,240,251,262,273,284,295,306,317,328,339,350,361,372,383,394,405,416,427,438,449,460,471,482,493,504,515,526,537,548,559,570,581,592,603,614,625,636,647,658,669,680,691,702,713,724,735,746,757,768,779,790,801,812,823,... | 74.833333 | 400 | 0.719376 |
6298f35761cb26771a7038061d7b1ae60959898f | 416 | asm | Assembly | programs/oeis/154/A154992.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/154/A154992.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/154/A154992.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A154992: A048473 prefixed by two zeros.
; 0,0,1,5,17,53,161,485,1457,4373,13121,39365,118097,354293,1062881,3188645,9565937,28697813,86093441,258280325,774840977,2324522933,6973568801,20920706405,62762119217,188286357653,564859072961,1694577218885,5083731656657,15251194969973,45753584909921,137260754729765,4117822641... | 41.6 | 317 | 0.824519 |
af3bcfe3349d14b631c9b9c520c1dbaa5a7ad018 | 586 | asm | Assembly | oeis/075/A075830.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/075/A075830.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/075/A075830.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A075830: Let u(1) = x and u(n+1) = (n^2/u(n)) + 1 for n >= 1; then a(n) is such that u(n) = (b(n)*x + c(n))/(a(n)*x + d(n)) (in lowest terms) and a(n), b(n), c(n), d(n) are positive integers.
; Submitted by Christian Krause
; 0,1,1,5,7,47,37,319,533,1879,1627,20417,18107,263111,237371,52279,95549,1768477,1632341,3346... | 45.076923 | 197 | 0.66041 |
9c97b5c7ed5f70c8a2e44eed49a3ee5bef2343d4 | 63 | asm | Assembly | data/maps/headers/MtMoonB1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/headers/MtMoonB1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/headers/MtMoonB1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null |
map_header MtMoonB1F, MT_MOON_B1F, CAVERN, 0
end_map_header
| 15.75 | 45 | 0.809524 |
4a0681d1366ddb6673c3c5b43bf1569e01d8b8b4 | 3,698 | asm | Assembly | dino/lcs/enemy/A5.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/enemy/A5.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/enemy/A5.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
033954 move.b #$ff, ($a5,A6)
03395A move.b #$14, ($a9,A6) [enemy+A5]
035420 cmp.b ($a5,A6), D0
035424 bne $3542a [enemy+A5]
03542A move.b D0, ($a5,A6)
03542E jsr $119c.l [enemy+A5]
03543E move.b ($a5,A6), D0 [enemy+80]
035442 bne $3547a... | 33.315315 | 54 | 0.582477 |
393975dfda0273f26b6d9e3ea2145ecbe07b884e | 1,981 | asm | Assembly | src/syscalls/config.asm | moneytech/BareMetal-kernel | 7d5aed7a5c2b9bfd97c10dd3c0ebffb82e3970de | [
"BSD-2-Clause"
] | 289 | 2015-01-02T06:54:12.000Z | 2020-01-19T12:45:22.000Z | src/syscalls/config.asm | moneytech/BareMetal-kernel | 7d5aed7a5c2b9bfd97c10dd3c0ebffb82e3970de | [
"BSD-2-Clause"
] | 37 | 2015-01-14T18:13:35.000Z | 2018-10-25T19:06:03.000Z | src/syscalls/config.asm | moneytech/BareMetal-kernel | 7d5aed7a5c2b9bfd97c10dd3c0ebffb82e3970de | [
"BSD-2-Clause"
] | 83 | 2015-02-13T16:09:40.000Z | 2020-01-16T13:38:31.000Z | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2020 Return Infinity -- see LICENSE.TXT
;
; Config Functions
; =============================================================================
; --------... | 19.613861 | 90 | 0.618375 |
6759e9aeac619bf7ba93e15ea2b557c56e32ac61 | 3,969 | asm | Assembly | libsrc/target/pmd85/stdio/generic_console.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/pmd85/stdio/generic_console.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/pmd85/stdio/generic_console.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
PUBLIC generic_console_cls
PUBLIC generic_console_printc
PUBLIC generic_console_scrollup
PUBLIC generic_console_set_ink
PUBLIC generic_console_set_pap... | 16.961538 | 61 | 0.511212 |
69d8ef410b0a8b5529458e6cc5b60fc301ad24bf | 319,763 | asm | Assembly | 6.2.9200-sp0-windows-8/i386/shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 16542bdcf0add03960a7b0a379af7a59ceb0b822 | [
"BSD-3-Clause"
] | 372 | 2017-06-05T06:58:29.000Z | 2022-03-31T08:26:53.000Z | 6.2.9200-sp0-windows-8/i386/shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 16542bdcf0add03960a7b0a379af7a59ceb0b822 | [
"BSD-3-Clause"
] | null | null | null | 6.2.9200-sp0-windows-8/i386/shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 16542bdcf0add03960a7b0a379af7a59ceb0b822 | [
"BSD-3-Clause"
] | 105 | 2017-06-05T08:34:18.000Z | 2022-03-11T06:15:58.000Z | ; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; shadowssdt asm stub for 6.2.9200-sp0-windows-8 i386
.686
.mmx
.xmm
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG __stdcall NtUserYieldTask( );
NtUserYieldTask PROC STDCALL
mov eax ,... | 19.093748 | 291 | 0.732449 |
ff0f266addfad6abb0e0cde0429fa18374be302e | 414 | asm | Assembly | Vivid/libv/linux_x64_vivid/system.asm | lehtojo/v | f86911ed110639312e05bc1bf042c728cf82f4f9 | [
"MIT"
] | 3 | 2021-07-15T20:45:25.000Z | 2022-02-08T17:51:33.000Z | Vivid/libv/linux_x64_vivid/system.asm | lehtojo/zz | ca17d6d6c03420908d53e3b0b7c3cfa3e2e4d209 | [
"MIT"
] | null | null | null | Vivid/libv/linux_x64_vivid/system.asm | lehtojo/zz | ca17d6d6c03420908d53e3b0b7c3cfa3e2e4d209 | [
"MIT"
] | null | null | null | .export _V4timev_rx
sub rsp, 16
mov rdi, rsp
mov rax, 96 # System call: sys_gettimeofday
syscall
imul rax, qword [rsp], 10000000
mov rcx, 116444736000000000 # 116444736000000000 = 0x019DB1DED53E8000 = January 1, 1970 (Unix epoch) in 'ticks'
add rax, rcx
mov rcx, qword [rsp+8] # Load the microseconds and convert them to... | 29.571429 | 111 | 0.763285 |
5b06f5c8f766d4de5e8fdab39545218d373a5192 | 9,363 | asm | Assembly | app.asm | Pisay127/boolean_switches | 9976a5d8d7d5fce4009bb40620dd802638422505 | [
"MIT"
] | null | null | null | app.asm | Pisay127/boolean_switches | 9976a5d8d7d5fce4009bb40620dd802638422505 | [
"MIT"
] | null | null | null | app.asm | Pisay127/boolean_switches | 9976a5d8d7d5fce4009bb40620dd802638422505 | [
"MIT"
] | null | null | null | .model small
.code
.386
.stack 128
include libgfx.asm
include libmouse.asm
org 100h
; Switch text flag
andor_text_flag db ?
; first_input refers to the first input for the switch
first_input_x dw ?
first_input_y dw ?
first_input_x1 dw ?
first_input_y1 dw ?
first_input_color db ?
; first not_input refers to the f... | 22.948529 | 94 | 0.686425 |
75b1573283823d1bac96676389d7581677de8812 | 1,488 | asm | Assembly | game/banks/data06_bank.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 91 | 2017-08-06T18:30:13.000Z | 2022-02-17T00:26:45.000Z | game/banks/data06_bank.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 2 | 2018-10-12T04:34:13.000Z | 2021-12-25T17:01:18.000Z | game/banks/data06_bank.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 9 | 2016-10-08T21:24:37.000Z | 2022-02-05T00:13:31.000Z | #echo
#echo ====== DATA-06-BANK =====
* = $8000
bank_data06_begin:
bank_data_online_mode_screen_fadein_begin:
#include "game/logic/game_states/online_mode_screen/online_mode_screen_fadein.asm"
#echo
#echo Online mode screen fade-in:
#print *-bank_data_online_mode_screen_fadein_begin
bank_data_menu_mode_select_data_b... | 24.393443 | 82 | 0.810484 |
e198df055649fadba87729f7dcf1784cc9d7b509 | 553 | asm | Assembly | oeis/330/A330045.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/330/A330045.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/330/A330045.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A330045: Expansion of e.g.f. exp(x) / (1 - x^4).
; Submitted by Christian Krause
; 1,1,1,1,25,121,361,841,42001,365905,1819441,6660721,498971881,6278929801,43710250585,218205219961,21795091762081,358652470233121,3210080802962401,20298322381652065,2534333270094778681,51516840824285500441,563561785768079119561
mov $2,... | 20.481481 | 228 | 0.654611 |
35324f88d217696add0440383ca932ebaaa74a84 | 3,926 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_450.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_450.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_450.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r15
push %rax
push %rbp
push %rcx
// Store
lea addresses_A+0xcb78, %rcx
xor $16504, %rax
movl $0x51525354, (%rcx)
nop
nop
cmp %rcx, %rcx
// Faulty Load
lea addresses_WT+0x3429, %r10
nop
nop
nop
nop
nop... | 72.703704 | 2,999 | 0.660978 |
282e3d07cd1a6f9a4131b19038176282b9b8b34c | 4,334 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1484.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_1484.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_1484.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rdx
push %rsi
lea addresses_A_ht+0x122e, %r10
and %r14, %r14
mov $0x6162636465666768, %rdx
movq %rdx, %xmm3
and $0xffffffffffffffc0, %r10
vmovntdq %ymm3, (%r10)
nop
nop
nop
nop
sub $25778, %r14
lea addresses_UC_ht+0x18656, %r10
add $55713,... | 60.194444 | 2,999 | 0.663129 |
bdd5d8f482fb1c5126fef1abcf5ac083ad5bc698 | 836 | asm | Assembly | engine/battle/init_battle_variables.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | engine/battle/init_battle_variables.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | engine/battle/init_battle_variables.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | InitBattleVariables:
ld a, [hTilesetType]
ld [wSavedTilesetType], a
xor a
ld [wActionResultOrTookBattleTurn], a
ld [wBattleResult], a
ld hl, wPartyAndBillsPCSavedMenuItem
ld [hli], a
ld [hli], a
ld [hli], a
ld [hl], a
ld [wListScrollOffset], a
ld [wCriticalHitOrOHKO], a
ld [wBattleMonSpecies], a
ld [wPart... | 21.435897 | 38 | 0.732057 |
01b8e8482752bedce9decfb9d7e582a10aabc5a3 | 244 | asm | Assembly | programs/oeis/139/A139788.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/139/A139788.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/139/A139788.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A139788: Period 5: repeat 1, 7, 3, 9, 5.
; 1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5,1,7,3,9,5
mov $1,$0
mul $1,6
mod $1,10
add $1,1
| 30.5 | 161 | 0.516393 |
13f96e1dc1aca7b1612d2e8b74bdc0462c52dd00 | 342 | asm | Assembly | programs/oeis/065/A065961.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/065/A065961.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/065/A065961.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A065961: a(n) = (3*n - 1)!*n/2.
; 1,120,60480,79833600,217945728000,1067062284288000,8515157028618240000,103408066955539906560000,1814811575069725360128000000,44208809968698509772718080000000
add $0,1
mul $0,3
seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of symmetric group S_n, number of permutations of... | 42.75 | 159 | 0.760234 |
f7557fff845f5aa18e48b35a53d4a6a253e1684b | 435 | asm | Assembly | programs/oeis/118/A118425.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/118/A118425.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/118/A118425.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A118425: Number of binary sequences of length n containing exactly one subsequence 001.
; 0,0,0,1,4,12,30,68,144,291,568,1080,2012,3688,6672,11941,21180,37284,65210,113420,196320,338375,581040,994416,1696824,2887632,4902240,8304073,14038324,23688636,39905238,67118420,112726512,189072363
lpb $0
sub $0,1
mov $2,$0... | 33.461538 | 199 | 0.742529 |
1de53c349942707f550a76d9c2f14ee1c07b419b | 30,520 | asm | Assembly | 45/qb/ir/prscg.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/prscg.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/prscg.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE prscg.asm - Parser Code Generation Functions
;==========================================================================
;
; Module: prscg.asm - Parser Code Generation Functions
; Subsystem: Parser
; System: Quick BASIC Interpreter
;
;=======================================================================... | 28.077277 | 78 | 0.650033 |
3f74bc856c4344fec270a51280a3b2784d3768f9 | 6,421 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_219.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_219.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_219.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x10c07, %rsi
lea addresses_normal_ht+0x93cf, %rdi
clflush (%rdi)
nop
nop
nop
sub $12223, %r9
mov $123, %rcx
rep movsb
nop
nop
add $60718, %r14
lea addresses_WT_ht+0x14767, %rbx
nop
nop
a... | 38.680723 | 2,999 | 0.652858 |
b215002367a2819a86a4177cec37c7fb4aa731f0 | 15,832 | asm | Assembly | src/8088/payload/screen.asm | MichalPleban/cbm2-pc-emulator | 1ad7fe27e77cf6c25c863d92be75348c104c462c | [
"Apache-2.0"
] | 15 | 2017-11-03T21:50:59.000Z | 2021-07-21T10:09:54.000Z | src/8088/payload/screen.asm | MichalPleban/cbm2-pc-emulator | 1ad7fe27e77cf6c25c863d92be75348c104c462c | [
"Apache-2.0"
] | 8 | 2017-11-04T10:37:41.000Z | 2021-05-30T20:35:08.000Z | src/8088/payload/screen.asm | MichalPleban/cbm2-pc-emulator | 1ad7fe27e77cf6c25c863d92be75348c104c462c | [
"Apache-2.0"
] | 5 | 2017-11-03T22:04:20.000Z | 2021-04-18T16:40:20.000Z |
Screen_Segment equ 0B000h
; --------------------------------------------------------------------------------------
; Check if the screen conversion memory is installed.
; --------------------------------------------------------------------------------------
Screen_Init:
xor ah, ah
int 0C1h
... | 25.576737 | 88 | 0.410371 |
95267d19c33be457325066cf9be1a5a9efd0e463 | 146 | asm | Assembly | test2.asm | DarkShadow44/win16 | 694624aa8a27fced984216b7e212a58c774b8b42 | [
"MIT"
] | null | null | null | test2.asm | DarkShadow44/win16 | 694624aa8a27fced984216b7e212a58c774b8b42 | [
"MIT"
] | null | null | null | test2.asm | DarkShadow44/win16 | 694624aa8a27fced984216b7e212a58c774b8b42 | [
"MIT"
] | null | null | null | extern WinMainCRTStartup_ : near
public wstart_
.code
wstart_:
call WinMainCRTStartup_
; exit
mov ah, 04ch
int 021h
int 021h
end wstart_
| 12.166667 | 32 | 0.760274 |
f79712ee398387478870eabd394cdb58d6978a7e | 620 | asm | Assembly | oeis/288/A288937.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/288/A288937.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/288/A288937.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A288937: Positions of 0 in A288936; complement of A288938.
; Submitted by Jon Maiga
; 1,2,4,5,8,11,15,20,26,33,41,50,60,71,83,96,110,125,141,158,176,195,215,236,258,281,305,330,356,383,411,440,470,501,533,566,600,635,671,708,746,785,825,866,908,951,995,1040,1086,1133,1181,1230,1280,1331,1383,1436,1490,1545,1601,1658,... | 41.333333 | 433 | 0.717742 |
1694f72a8f1baa292664319244a9010be8deeb66 | 881 | asm | Assembly | programs/oeis/180/A180671.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/180/A180671.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/180/A180671.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A180671: a(n) = Fibonacci(n+6) - Fibonacci(6).
; 0,5,13,26,47,81,136,225,369,602,979,1589,2576,4173,6757,10938,17703,28649,46360,75017,121385,196410,317803,514221,832032,1346261,2178301,3524570,5702879,9227457,14930344,24157809,39088161,63245978,102334147,165580133,267914288,433494429,701408725,1134903162,1836311895,... | 58.733333 | 724 | 0.833144 |
05dd1018728b611745f2cc5fdd46a108800c027e | 412 | asm | Assembly | programs/oeis/063/A063542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/063/A063542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/063/A063542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A063542: Least number of empty convex quadrilaterals (4-gons) determined by n points in the plane.
; 0,1,3,6,10,15,23,32,42,51
mov $5,$0
mov $6,$0
lpb $5
mov $0,$6
mov $3,0
mov $4,0
sub $5,1
sub $0,$5
lpb $0
mov $2,$0
seq $2,94328 ; Iterate the map in A006369 starting at 4.
add $4,$0
sub ... | 16.48 | 100 | 0.56068 |
f12f500b930e90c5aa66c5d82c733594706e48fe | 7,319 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_653.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_653.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_653.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xe39, %rsi
lea addresses_WT_ht+0xce70, %rdi
nop
nop
nop
xor $31852, %r8
mov $49, %rcx
rep movsb
nop
nop
nop
nop
sub $26165, %r8
lea addresses_D_ht+0x1b0c4, %rsi
lea addresses_WT_ht+0x186c... | 35.019139 | 2,999 | 0.658423 |
edd0d53e8839289575c3ec85fd15ad78d3c407e3 | 4,028 | asm | Assembly | externals/mpir-3.0.0/mpn/x86_64w/sandybridge/copyi.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/x86_64w/sandybridge/copyi.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/x86_64w/sandybridge/copyi.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | ; PROLOGUE(mpn_copyi)
; Copyright 2009 Jason Moxham
;
; Windows Conversion Copyright 2008 Brian Gladman
;
; This file is part of the MPIR Library.
; The MPIR Library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as published
; by the Free So... | 20.14 | 77 | 0.589871 |
ceea0874a41f9f3bdb5ebdb173f9a073eaebd6a6 | 39,461 | asm | Assembly | Library/Kernel/DBase/dbaseCode.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Kernel/DBase/dbaseCode.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Kernel/DBase/dbaseCode.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Database manager.
FILE: dbCode.asm
AUTHOR: John Wedgwood, Jun 21, 1989
ROUTINES:
Name Description
---- -----------
VMOpen Open or creat... | 27.750352 | 80 | 0.572413 |
daea98d95da1cab60ee2ae07cccba9e83d88f6fb | 34,940 | asm | Assembly | cat/cat.asm | yasulab/hackbench-on-xv6 | 9b822399d75ae7cd47a3b34292fb017993ad61a8 | [
"MIT-0"
] | 3 | 2015-12-06T17:17:04.000Z | 2020-02-03T10:08:09.000Z | cat/cat.asm | yasulab/hackbench-on-xv6 | 9b822399d75ae7cd47a3b34292fb017993ad61a8 | [
"MIT-0"
] | null | null | null | cat/cat.asm | yasulab/hackbench-on-xv6 | 9b822399d75ae7cd47a3b34292fb017993ad61a8 | [
"MIT-0"
] | 1 | 2022-03-08T22:16:41.000Z | 2022-03-08T22:16:41.000Z |
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <cat>:
char buf[512];
void
cat(int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
4: 83 ec 14 sub $0x14,%esp
7: 8b 5d 08 mo... | 38.779134 | 59 | 0.405896 |
efa270ca03578c162c3bda07aa63d03b5c075c9f | 1,679 | asm | Assembly | programs/oeis/183/A183625.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/183/A183625.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/183/A183625.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A183625: Number of (n+1) X 3 0..2 arrays with every 2 X 2 subblock summing to 4.
; 45,87,189,447,1125,2967,8109,22767,65205,189447,556029,1643487,4881285,14545527,43439949,129926607,388993365,1165407207,3493075869,10472936127,31406225445,94193510487,282530199789,847489936047,2542268481525,7626402791367,22878403067709... | 98.764706 | 1,473 | 0.905301 |
c255b24c612ca7bd32867a7ee1d626be6756c847 | 4,257 | asm | Assembly | src/cm_rng.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 6 | 2020-02-14T17:14:52.000Z | 2021-12-06T19:51:25.000Z | src/cm_rng.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 1 | 2020-09-26T07:40:33.000Z | 2020-09-26T07:40:33.000Z | src/cm_rng.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 7 | 2019-12-02T21:51:51.000Z | 2021-07-03T17:53:04.000Z | RNG_SUBMENU:
%menu_header("RNG CONTROL", 13)
;===================================================================================================
%choice_here("Prize packs", SA1RAM.drop_rng, 3)
%list_item("Vanilla")
%list_item("Always")
%list_item("Never")
;=========================================================... | 23.13587 | 100 | 0.485553 |
fe4b76914c1bfdc104473c7b5986df8c2935db7c | 7,668 | asm | Assembly | tests/altium_crap/Soft Designs/Legacy/NB1/EX25/Simple Network Protocol Embedded/simplenetworkapplication.asm | hanun2999/Altium-Schematic-Parser | a9bd5b1a865f92f2e3f749433fb29107af528498 | [
"MIT"
] | 1 | 2020-06-08T11:17:46.000Z | 2020-06-08T11:17:46.000Z | tests/altium_crap/Soft Designs/Legacy/NB1/EX25/Simple Network Protocol Embedded/simplenetworkapplication.asm | hanun2999/Altium-Schematic-Parser | a9bd5b1a865f92f2e3f749433fb29107af528498 | [
"MIT"
] | null | null | null | tests/altium_crap/Soft Designs/Legacy/NB1/EX25/Simple Network Protocol Embedded/simplenetworkapplication.asm | hanun2999/Altium-Schematic-Parser | a9bd5b1a865f92f2e3f749433fb29107af528498 | [
"MIT"
] | null | null | null |
.INCLUDE "GeneralDefines.asm"
.INCLUDE "UtilsInclude.asm"
.INCLUDE "NetworkInclude.asm"
.INCLUDE "PageSelectInclude.asm"
;...............................................................................
NV01_LEDS_PORT .equ PORTD ; output
NV02_SENSOR_PORT .equ PORTD ; input
NODE_ID_PORT .equ POR... | 32.629787 | 92 | 0.503782 |
3a8e70a9c8522ee4dd91d6bbb1bf4f3c6256d9ab | 386 | asm | Assembly | wof/lcs/base/1A2.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | wof/lcs/base/1A2.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/base/1A2.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
01A610 dbra D1, $1a60e
05360C move.w D2, ($1a4,A5) [base+1A2]
053616 move.w D1, ($1a4,A5) [base+1A2]
053638 move.w D1, ($1a4,A5) [base+1A2]
053642 move.w D3, ($1a4,A5) [base+1A2]
053654 move.w D2, ($1a4,A5) [base+1A2]
05365E move.w D3, ($1a4,A5) [... | 32.166667 | 54 | 0.665803 |
6aac72e7c9704eb63222fb3876a73ce6f6d63f41 | 6,559 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1518.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1518.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1518.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x106b6, %rsi
lea addresses_normal_ht+0x1e3f, %rdi
nop
nop
nop
nop
nop
and %r11, %r11
mov $58, %rcx
rep movsw
nop
nop
nop
nop
nop
add %r9, %r9
lea addresses_WT_ht+0x1e036, %r8
no... | 33.635897 | 2,999 | 0.65757 |
593fc0582a1caa9ad029e2dbc7c715179db55fcf | 275 | asm | Assembly | programs/oeis/038/A038061.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/038/A038061.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/038/A038061.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A038061: a(n) = 3^n*n^(n-1).
; 3,18,243,5184,151875,5668704,257298363,13759414272,847288609443,59049000000000,4594736955793347,394865111526801408,37144672966729275363,3796313155316599873536,418886580596209716796875
mov $1,1
add $1,$0
mul $1,3
pow $1,$0
mul $1,3
mov $0,$1
| 27.5 | 185 | 0.774545 |
e6eb7aeb2d28108c7a4d8980ff91d51bda917252 | 358 | asm | Assembly | programs/oeis/134/A134115.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/134/A134115.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/134/A134115.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A134115: Powers of 9 written backwards and sorted.
; 1,9,18,927,1656,94095,144135,9692874,12764034,984024783,1044876843,90695018313,184635924282,9238285681452,16945429767822,946490231198502,1481588810203581,96566699618177661,121999692536490051
mul $0,2
mov $1,-3
pow $1,$0
seq $1,4086 ; Read n backwards (referred to ... | 39.777778 | 192 | 0.793296 |
1af873a2e4fd9cd35885495041bfcda6b9d7911a | 6,097 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_74.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_74.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_74.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x348, %r11
nop
nop
dec %r9
movups (%r11), %xmm4
vpextrq $0, %xmm4, %r14
nop
nop
inc %rdi
lea addresses_UC_ht+0x5bbe, %rsi
lea addresses_D_ht+0x2158, %rdi
clflush (%rsi)
no... | 41.47619 | 2,999 | 0.657701 |
4190548cfb815223af512299d9fc631d4e8b46e0 | 1,153 | asm | Assembly | data/trainers/class_names.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/trainers/class_names.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | null | null | null | data/trainers/class_names.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | TrainerClassNames::
; entries correspond to trainer classes (see constants/trainer_constants.asm)
db "LEADER@"
db "LEADER@"
db "LEADER@"
db "LEADER@"
db "LEADER@"
db "LEADER@"
db "LEADER@"
db "LEADER@"
db "RIVAL@"
db "#MON PROF.@"
db "ELITE FOUR@"
db "ELITE FOUR@"
db "ELITE FOUR@"
db "ELITE FOUR@"
db "<P... | 16.239437 | 77 | 0.613183 |
917a101b163034403be128a4183512a5e59dc719 | 713 | asm | Assembly | oeis/159/A159528.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159528.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159528.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159528: Numerator of Hermite(n, 15/16).
; Submitted by Christian Krause
; 1,15,97,-2385,-73023,125775,48621345,632724975,-34073850495,-1159018131825,21867803792865,1811560265628975,-3616463755919295,-2836803524344895025,-36534257175323718495,4535538057996196107375,138178844646564481121025,-7216099273077742411088625,... | 35.65 | 479 | 0.799439 |
1d10138fbb68968137a97496e26b6024a25d4ef1 | 207 | nasm | Assembly | Chapter03/hello-world.nasm | firebitsbr/Penetration-Testing-with-Shellcode | 2d756bccace6b727e050b2010ebf23e08d221fdc | [
"MIT"
] | 30 | 2018-05-15T21:45:09.000Z | 2022-03-23T20:04:25.000Z | Chapter03/hello-world.nasm | naveenselvan/Penetration-Testing-with-Shellcode | 2d756bccace6b727e050b2010ebf23e08d221fdc | [
"MIT"
] | 1 | 2020-10-19T13:03:32.000Z | 2020-11-24T05:50:17.000Z | Chapter03/hello-world.nasm | naveenselvan/Penetration-Testing-with-Shellcode | 2d756bccace6b727e050b2010ebf23e08d221fdc | [
"MIT"
] | 18 | 2018-02-20T21:21:23.000Z | 2022-01-26T04:19:28.000Z | global _start
section .text
_start:
mov rax, 1
mov rdi, 1
mov rsi, hello_world
mov rdx, length
syscall
section .data
hello_world: db 'hello world',0xa
length: equ $-hello_world
| 14.785714 | 37 | 0.657005 |
fff7158e36ab832cf1c836e6b2d3c737e8d9f05f | 295 | asm | Assembly | src/system/execute.asm | Pentium1080Ti/x86-assembly | 4af3caf07e17bdd23e08b85f6666d67f63f610c2 | [
"MIT"
] | null | null | null | src/system/execute.asm | Pentium1080Ti/x86-assembly | 4af3caf07e17bdd23e08b85f6666d67f63f610c2 | [
"MIT"
] | null | null | null | src/system/execute.asm | Pentium1080Ti/x86-assembly | 4af3caf07e17bdd23e08b85f6666d67f63f610c2 | [
"MIT"
] | null | null | null | %include 'src/include/functions.asm'
SECTION .data
cmd db '/bin/ls', 0h
arg1 db '-l', 0h
args dd cmd
dd arg1
dd 0h
env dd 0h
SECTION .text
global _start
_start:
mov edx, env
mov ecx, args
mov ebx, cmd
mov eax, 11 ; opcode for sys_execve
int 80h
call quit | 13.409091 | 43 | 0.627119 |
b516a0923d2fe81cf299025d9de43431d0ab04f8 | 310 | asm | Assembly | programs/oeis/021/A021631.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021631.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021631.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021631: Decimal expansion of 1/627.
; 0,0,1,5,9,4,8,9,6,3,3,1,7,3,8,4,3,7,0,0,1,5,9,4,8,9,6,3,3,1,7,3,8,4,3,7,0,0,1,5,9,4,8,9,6,3,3,1,7,3,8,4,3,7,0,0,1,5,9,4,8,9,6,3,3,1,7,3,8,4,3,7,0,0,1,5,9,4,8,9,6,3,3,1,7,3,8,4,3,7,0,0,1,5,9,4,8,9,6
add $0,1
mov $1,10
pow $1,$0
mul $1,5
div $1,3135
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
b5c9c79ebb57cc95381d06f463fe7db579f687ff | 2,827 | asm | Assembly | src/Question 5/Question B/Main.asm | xTVaser/x86-assembly-sample-code | f90456d860136bd88d1ea046c77d5671118f99e4 | [
"MIT"
] | null | null | null | src/Question 5/Question B/Main.asm | xTVaser/x86-assembly-sample-code | f90456d860136bd88d1ea046c77d5671118f99e4 | [
"MIT"
] | null | null | null | src/Question 5/Question B/Main.asm | xTVaser/x86-assembly-sample-code | f90456d860136bd88d1ea046c77d5671118f99e4 | [
"MIT"
] | null | null | null | ;Tyler Wilding
;DESKTOP-EVD5HKS
;8/2/2016 9:48:52 AM
;Question_B
INCLUDE Irvine32.inc
.data
string BYTE 250 DUP (?)
numLetters DWORD ?
prompt BYTE "Give me a string: ",0
newLine BYTE 13d,10d
fileName BYTE "output.txt",0
fileHandle DWORD ?
.code
main PROC
... | 25.468468 | 113 | 0.426601 |
a66e4306d4590ec4f34154b5827a1fdcec5d23b0 | 1,739 | asm | Assembly | testA20.asm | ears99/JOS | ff239612caff718f314f825ea4e14680c6c739dd | [
"MIT"
] | null | null | null | testA20.asm | ears99/JOS | ff239612caff718f314f825ea4e14680c6c739dd | [
"MIT"
] | null | null | null | testA20.asm | ears99/JOS | ff239612caff718f314f825ea4e14680c6c739dd | [
"MIT"
] | null | null | null | ;test the A20 line - if we can enable it (assuming it's off by default) then we get access to all the memory on offer to us.
; We're not trying to write an OS that's compatible with 8086 hardware, so we need it enabled.
testA20:
pusha
;set up a reference so we have something to test from.
mov ax, [0x7DFE]
mov dx... | 28.048387 | 128 | 0.699827 |
499151c4c7e8287d747d7997200cb8aa9c99aa32 | 2,648 | asm | Assembly | main.asm | laerreal/flyshooter | c4a512b48788647d5cf946bcc39253b724f581c7 | [
"BSD-3-Clause"
] | null | null | null | main.asm | laerreal/flyshooter | c4a512b48788647d5cf946bcc39253b724f581c7 | [
"BSD-3-Clause"
] | null | null | null | main.asm | laerreal/flyshooter | c4a512b48788647d5cf946bcc39253b724f581c7 | [
"BSD-3-Clause"
] | null | null | null | mov ax,13h
int 10h
mov di,0
push sky1
call skyInicialize
push sky2
call skyInicialize
push sky3
call skyInicialize
main:
;-----------------
push bx
in ax,60h
mov bx,[_a]
cmp byte [KEY_UP],1
jne _next1
sub [player+6],bx
jmp _next2
_next1:
cmp byte [KEY_DOWN],1
jne _next2
add [player+6... | 12.431925 | 40 | 0.59139 |
c1683600899f67f65ee6217935fb49d7977d42d0 | 238 | asm | Assembly | programs/oeis/010/A010884.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010884.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010884.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010884: Simple periodic sequence: repeat 1,2,3,4,5.
; 1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1
mod $0,5
add $0,1
| 39.666667 | 163 | 0.55042 |
87a68330f20c723658f2e444fbb9edf7659030bd | 450 | asm | Assembly | oeis/221/A221161.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/221/A221161.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/221/A221161.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A221161: G.f.: Sum_{n>=0} (4*n+3)^n * x^n / (1 + (4*n+3)*x)^n.
; Submitted by Jamie Morken(s1)
; 1,7,72,1056,19968,460800,12533760,392232960,13872660480,546979184640,23781703680000,1130106558873600,58263271479705600,3238634262940876800,193064390900475494400,12285915784575713280000,831229959367865401344000,59578968979... | 32.142857 | 238 | 0.726667 |
c26b954383c9aad15bb24531ba84fad5790f9be3 | 141 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/Hit.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/Hit.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/Hit.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: Hit.asm
Type: file
Size: 10545
Last-Modified: '1992-02-13T07:47:44Z'
SHA-1: BBD4EB79026D29BC88FDA317A1BCA8F949D7E08A
Description: null
| 20.142857 | 47 | 0.808511 |
390f11aab33a7ccd5ded16e71214b8a08c66598d | 662 | asm | Assembly | programs/oeis/194/A194454.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/194/A194454.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/194/A194454.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A194454: a(n) = 12*n^2 + 2*n + 1.
; 1,15,53,115,201,311,445,603,785,991,1221,1475,1753,2055,2381,2731,3105,3503,3925,4371,4841,5335,5853,6395,6961,7551,8165,8803,9465,10151,10861,11595,12353,13135,13941,14771,15625,16503,17405,18331,19281,20255,21253,22275,23321,24391,25485,26603,27745,28911,30101,31315,32553,33815,3... | 66.2 | 566 | 0.773414 |
14bbfeb102a66e402f7c57dc6513b3551047a871 | 224 | asm | Assembly | src/firmware-tests/TestDoubles.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/TestDoubles.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/TestDoubles.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Mcu.inc"
radix decimal
udata
global mockCallCounter
mockCallCounter res 1
TestDoubles code
global initialiseTestDoubles
initialiseTestDoubles:
banksel mockCallCounter
clrf mockCallCounter
return
end
| 11.789474 | 29 | 0.816964 |
8ee01d9d1f64a7c32911e412acf3a121b907f0bd | 3,507 | asm | Assembly | src/map.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | 1 | 2020-03-28T22:38:50.000Z | 2020-03-28T22:38:50.000Z | src/map.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | null | null | null | src/map.asm | Gegel85/BTTGB | 4efeb1470759f0c391a0543649f3bd9a96a17eef | [
"MIT"
] | null | null | null | allMaps::
dw MapTuto
db BANK(MapTuto)
dw Map1
db BANK(Map1)
dw Map2
db BANK(Map2)
dw Map3
db BANK(Map3)
dw Map4
db BANK(Map4)
dw Map5
db BANK(Map5)
dw Map6
db BANK(Map6)
allMapsEnd::
copyMap::
ld a, [hli]
ld b, a
ld a, [hli]
add $49
ld c, a
ld a, b
adc $00
ld b, a
inc hl
inc hl
inc hl
inc hl... | 13.645914 | 45 | 0.644711 |
166a15debf67ee1a60fb1203365c1aef2760e268 | 423 | asm | Assembly | programs/oeis/202/A202565.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/202/A202565.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/202/A202565.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A202565: Indices of decagonal numbers which are also pentagonal.
; 1,56,5451,534106,52336901,5128482156,502538914351,49243685124206,4825378603257801,472837859434140256,46333284845942487251,4540189077042929610306,444892196265361159322701,43594895044928350684014356,4271854822206713005874084151
mul $0,2
seq $0,31138 ; ... | 38.454545 | 227 | 0.794326 |
283f682cf2a26762dbef3c64ab8d98e9aeb0e5d7 | 4,510 | asm | Assembly | libsrc/sms/aplib_depack.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/sms/aplib_depack.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/sms/aplib_depack.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | PUBLIC aplib_depack
EXTERN aPLibMemory_bits
EXTERN aPLibMemory_byte
EXTERN aPLibMemory_LWM
EXTERN aPLibMemory_R0
;==============================================================
; aplib_depack(unsigned char *src, unsigned char *dest)
;==============================================================
; Uncompresses ... | 19.273504 | 104 | 0.66541 |
f82dc341d2f810c7f7a05ec38c6ef505825b13c9 | 5,527 | asm | Assembly | asm_code32/asm_code.asm | stolenbytes/apcforthewin | d750972ff35853bc645bcf8eef6f9df712388274 | [
"MIT"
] | 16 | 2017-09-05T14:59:09.000Z | 2020-08-05T13:50:06.000Z | asm_code32/asm_code.asm | stolenbytes/apcforthewin | d750972ff35853bc645bcf8eef6f9df712388274 | [
"MIT"
] | 1 | 2017-09-05T22:46:41.000Z | 2017-09-06T10:11:59.000Z | asm_code32/asm_code.asm | stolenbytes/apcforthewin | d750972ff35853bc645bcf8eef6f9df712388274 | [
"MIT"
] | 9 | 2017-09-05T16:22:54.000Z | 2020-08-05T13:50:09.000Z | .586p
.model flat, stdcall
option casemap:none
include pe64.inc
.code
assume fs:nothing
ExportShellcode proc pdwSize:dword
... | 40.940741 | 99 | 0.297087 |
d0c57ae17f8e51c830b928f854e832f266b653ad | 346 | asm | Assembly | oeis/079/A079827.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/079/A079827.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/079/A079827.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A079827: a(n) = floor((n + reverse(n))/2).
; Submitted by Jamie Morken(w4)
; 1,2,3,4,5,6,7,8,9,5,11,16,22,27,33,38,44,49,55,11,16,22,27,33,38,44,49,55,60,16,22,27,33,38,44,49,55,60,66,22,27,33,38,44,49,55,60,66,71,27,33,38,44,49,55,60,66,71,77,33,38,44,49,55,60,66,71,77,82,38,44,49,55
add $0,1
seq $0,345111 ; a(n) =... | 43.25 | 210 | 0.621387 |
d6f3886a6761fd175b0001ed44f6dfaf51f69c54 | 579 | asm | Assembly | oeis/153/A153062.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/153/A153062.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/153/A153062.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A153062: a(0)=1, a(n)=a(n-1)^2-n^2.
; Submitted by Christian Krause
; 1,0,-4,7,33,1064,1132060,1281559843551,1642395632602463596289537,2697463413991646582332856337058890220473935674288,7276308869823469318922107258255539214217660183827400648026742290333726278585952350082821224306844,52944670769071693378922738846034146... | 38.6 | 409 | 0.839378 |
c83a80b701d3e4e266b790c2209ecc0cab5d5dbc | 618 | asm | Assembly | oeis/327/A327760.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/327/A327760.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/327/A327760.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A327760: Primes in Rob Gahan's arithmetic progression of 27 primes.
; 224584605939537911,242720302537486841,260855999135435771,278991695733384701,297127392331333631,315263088929282561,333398785527231491,351534482125180421,369670178723129351,387805875321078281,405941571919027211,424077268516976141,442212965114925071,4... | 103 | 495 | 0.915858 |
68cb2d46848338e877f3bc0dce70c8f6ca7b68d2 | 270 | asm | Assembly | programs/oeis/033/A033484.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/033/A033484.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/033/A033484.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A033484: a(n) = 3*2^n - 2.
; 1,4,10,22,46,94,190,382,766,1534,3070,6142,12286,24574,49150,98302,196606,393214,786430,1572862,3145726,6291454,12582910,25165822,50331646,100663294,201326590,402653182,805306366,1610612734,3221225470
mov $1,2
pow $1,$0
mul $1,3
sub $1,2
| 33.75 | 202 | 0.751852 |
19f0eaebdc12cb00d360f88231ea9ebb92e6d1f3 | 684 | asm | Assembly | programs/oeis/157/A157791.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157791.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157791.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A157791: Least number of lattice points on two adjacent sides from which every point of a square n X n lattice is visible.
; 1,1,2,2,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5
mov $1,2
mov $2,$0... | 17.538462 | 175 | 0.508772 |
16991dda497d8b30d60ee5387a290a736cbeb8d4 | 5,112 | asm | Assembly | solutions/65 - Defrag Ordered/size-125_speed-15.asm | behrmann/7billionhumans | 36d53daf278ef4f3729bc5cba2f2398d5411bd6d | [
"MIT"
] | 45 | 2018-09-05T04:56:59.000Z | 2021-11-22T08:57:26.000Z | solutions/65 - Defrag Ordered/size-125_speed-15.asm | behrmann/7billionhumans | 36d53daf278ef4f3729bc5cba2f2398d5411bd6d | [
"MIT"
] | 36 | 2018-09-01T11:34:26.000Z | 2021-05-19T23:20:49.000Z | solutions/65 - Defrag Ordered/size-125_speed-15.asm | behrmann/7billionhumans | 36d53daf278ef4f3729bc5cba2f2398d5411bd6d | [
"MIT"
] | 36 | 2018-09-01T07:44:19.000Z | 2021-09-10T19:07:35.000Z | -- 7 Billion Humans (2053) --
-- 65: Defrag Ordered --
-- Author: ansvonwa
-- Size: 125
-- Speed: 15
step n
step n
if c == datacube and
ne == datacube:
comment 0
comment 1
pickup c
step ne
step ne
step ne
drop
step n
step nw
comment 2
pickup e
drop
step e
step e
step e
comment 4
pickup e
step w
st... | 21.389121 | 80 | 0.874022 |
64570a6ccc8da115fa8cd5f0c0b43df8ed3c7639 | 1,219 | asm | Assembly | scripts/route6gate.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | scripts/route6gate.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | scripts/route6gate.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | Route6GateScript:
call EnableAutoTextBoxDrawing
ld hl, Route6GateScriptPointers
ld a, [wRoute6GateCurScript]
call CallFunctionInTable
ret
Route6GateScriptPointers:
dw Route6GateScript0
dw Route6GateScript1
Route6GateScript0:
ld a, [wd728]
bit 6, a
ret nz
ld hl, CoordsData_1e08c
call ArePlayerCoordsInArray... | 17.169014 | 43 | 0.756358 |
ce73535ac62e733bc086883f871359fe21e88d10 | 257 | asm | Assembly | hello/asm1.asm | revprez/tutorial-asm-soliduscode | 88a61dbd03b007921f9e200b845472a1e14f0ca6 | [
"BSD-2-Clause"
] | null | null | null | hello/asm1.asm | revprez/tutorial-asm-soliduscode | 88a61dbd03b007921f9e200b845472a1e14f0ca6 | [
"BSD-2-Clause"
] | null | null | null | hello/asm1.asm | revprez/tutorial-asm-soliduscode | 88a61dbd03b007921f9e200b845472a1e14f0ca6 | [
"BSD-2-Clause"
] | null | null | null | SECTION .data ;initalized data
msg: db "Hello, World. This is assembler." ;our message
SECTION .text ;asm code
extern printf
global main
main:
push ebp
mov ebp, esp
push msg
call printf
mov esp, ebp
pop ebp
ret | 13.526316 | 56 | 0.622568 |
e4deb20bff9289b06db8c6c1ff86b0bccac9c139 | 286 | asm | Assembly | compile/minsys-assembler/test/Exercise3.1.asm | lonelyhentai/workspace | 2a996af58d6b9be5d608ed040267398bcf72403b | [
"MIT"
] | 2 | 2021-04-26T16:37:38.000Z | 2022-03-15T01:26:19.000Z | compile/minsys-assembler/test/Exercise3.1.asm | lonelyhentai/workspace | 2a996af58d6b9be5d608ed040267398bcf72403b | [
"MIT"
] | null | null | null | compile/minsys-assembler/test/Exercise3.1.asm | lonelyhentai/workspace | 2a996af58d6b9be5d608ed040267398bcf72403b | [
"MIT"
] | 1 | 2022-03-15T01:26:23.000Z | 2022-03-15T01:26:23.000Z | .data
a: .word 3
.text 0x0000 #;代码开始的首地址
start: lui $1,0xffff #;让$28为0FFFF0000H作为端口地址的高16位
ori $28,$1,0xF000 #;$28端口是系统的I/O地址的高20位
switled: #;测试led和拨码开关
lw $1,0xC70($28) #;从拨码开关读取数据
sw $1,0xC60($28) #;将拨码开端的数据写到led上
j switled
| 28.6 | 60 | 0.576923 |
793a522c6e7d0173475847ec256053705278eb82 | 4,505 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_2_1201.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_2_1201.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_2_1201.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 %r12
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x25a4, %r12
nop
nop
nop
sub %r10, %r10
mov (%r12), %cx
nop
nop
nop
nop
nop
sub %rcx, %rcx
lea addresses_A_ht+0x13aa4, %rsi
lea addresses_UC_ht+0x1d5a4, %rdi
nop
nop
nop
and $... | 19.586957 | 148 | 0.646171 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.