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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
84ad396b793963f5e2466e223729596017d6a8b9 | 4,417 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2445.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2445.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2445.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 %r13
push %r14
push %r15
push %rax
push %rbx
// Store
mov $0x2a364700000001e3, %r14
cmp $47335, %r12
mov $0x5152535455565758, %rbx
movq %rbx, (%r14)
sub $25442, %r15
// Load
lea addresses_PSE+0x120a3, %... | 58.893333 | 2,999 | 0.656101 |
1e3ea70714deec4af00f4bfeef5f5fd204ce97b9 | 2,297 | asm | Assembly | programs/oeis/085/A085740.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/085/A085740.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/085/A085740.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A085740: a(n) = T(n)^2 - n^2, where T(n) is a triangular number.
; 0,0,5,27,84,200,405,735,1232,1944,2925,4235,5940,8112,10829,14175,18240,23120,28917,35739,43700,52920,63525,75647,89424,105000,122525,142155,164052,188384,215325,245055,277760,313632,352869,395675,442260,492840,547637,606879,670800,739640,813645,89306... | 255.222222 | 2,180 | 0.868089 |
2fee2eb7f343022a720aecabc2c35b7b69d661fe | 505 | asm | Assembly | libmikeos/src.os/os_draw_block.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | libmikeos/src.os/os_draw_block.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null | libmikeos/src.os/os_draw_block.asm | mynameispyo/InpyoOS | b6ddb6d9715b027ab65891bd4c4f46dbe5c9890d | [
"BSD-3-Clause",
"MIT"
] | null | null | null |
; @@@ void mikeos_draw_block(unsigned char column, unsigned char row, unsigned char width, unsigned char height, unsigned char colour);
%include "os_vector.inc"
section .text
use16
global _mikeos_draw_block
_mikeos_draw_block:
push bp
mov bp, sp
push si
push di
mov dl, [bp + 4]
movzx ax, [bp + 6]
movzx s... | 15.78125 | 135 | 0.673267 |
f7b6036318f03208e88d85faccb1663ddac40d32 | 1,304 | asm | Assembly | test_programs/uart.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 53 | 2016-04-12T07:22:49.000Z | 2022-03-25T09:24:48.000Z | test_programs/uart.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 196 | 2020-06-05T04:59:50.000Z | 2021-03-13T21:27:11.000Z | test_programs/uart.asm | mfkiwl/QNICE-FPGA-hyperRAM | aabc8291ac1e0c4666c51f84acddf599d7521e53 | [
"BSD-3-Clause"
] | 15 | 2017-07-31T11:26:56.000Z | 2022-02-22T14:22:46.000Z | ; very basic UART test which echos all input chars back to the terminal
; plus it displays the ASCII code of the character on the TIL
; by sy2002 in August 2015
.ORG 0x8000
#define FPGA
#include "../dist_kit/sysdef.asm"
MOVE IO$TIL_DISPLAY, R12
MOVE 0xFFAA, @R12
... | 39.515152 | 78 | 0.507669 |
d950e7c6ce6eee0e98cdc6f0f0d0e938f83c935e | 4,610 | asm | Assembly | Driver/Printer/HP/PSB/psbPage.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/HP/PSB/psbPage.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/HP/PSB/psbPage.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: PostScript printer driver
FILE: psbPage.asm
AUTHOR: Jim DeFrisco
ROUTINES:
Name Description
---- -----------
PrintStartPage i... | 25.75419 | 79 | 0.539046 |
b5ba6b2dfd369b2426a53e153667f1e233347319 | 400 | asm | Assembly | programs/oeis/034/A034112.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/034/A034112.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/034/A034112.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A034112: Fractional part of square root of a(n) starts with 6: first term of runs.
; 7,13,22,32,44,58,74,93,113,135,159,185,214,244,276,310,346,385,425,467,511,557,606,656,708,762,818,877,937,999,1063,1129,1198,1268,1340,1414,1490,1569,1649,1731,1815,1901,1990,2080,2172,2266,2362,2461,2561
mov $1,8
add $1,$0
div $1,... | 26.666667 | 207 | 0.6875 |
419e3513b669eddc8ebe5bf1ba307ed0f91d0d2f | 663 | asm | Assembly | oeis/166/A166625.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/166/A166625.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/166/A166625.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A166625: Totally multiplicative sequence with a(p) = 4p for prime p.
; 1,8,12,64,20,96,28,512,144,160,44,768,52,224,240,4096,68,1152,76,1280,336,352,92,6144,400,416,1728,1792,116,1920,124,32768,528,544,560,9216,148,608,624,10240,164,2688,172,2816,2880,736,188,49152,784,3200,816,3328,212,13824,880,14336,912,928,236,15... | 55.25 | 454 | 0.723982 |
1cce63e3e1b4a2f1e308147445ca3d64ad7f351b | 522 | asm | Assembly | programs/oeis/216/A216325.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/216/A216325.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/216/A216325.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A216325: Number of divisors of the degree of the minimal polynomial for 2*cos(Pi/n), n >= 1.
; 1,1,1,2,2,2,2,3,2,3,2,3,4,4,3,4,4,4,3,4,4,4,2,4,4,6,3,6,4,4,4,5,4,5,6,6,6,6,6,5,6,6,4,6,6,4,2,5,4,6,5,8,4,6,6,8,6,6,2,5,8,8,6,6,8,6,4,6,4,8,4,8,9,9,6,9,8,8,4,6,4,8,2,8,6,8,6,8,6,8,9,6,8,4,9,6,10,8
mul $0,2
add $0,1
seq $0,... | 52.2 | 198 | 0.599617 |
b50217895aba6ec9bcda9baa0490065b87b11f2a | 2,141 | asm | Assembly | Library/Net/netObject.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Net/netObject.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Net/netObject.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:
FILE: netObject.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- ---... | 19.824074 | 71 | 0.493695 |
7af66cb6ad7e5235f25abe8a666d512daf47ce45 | 6,990 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1625.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.log_21829_1625.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.log_21829_1625.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x12214, %rbx
nop
nop
nop
nop
inc %rax
movw $0x6162, (%rbx)
cmp %r14, %r14
lea addresses_A_ht+0x1b744, %rsi
lea addresses_WC_ht+0x19d44, %rdi
nop
nop
nop
nop
nop
dec %rdx
mov $... | 35.663265 | 2,999 | 0.660229 |
096819e9db5b9d07070247284b89c6adceb41dcb | 8,656 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_3750_1886.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_3750_1886.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_3750_1886.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xfda9, %rbx
clflush (%rbx)
nop
nop
nop
nop
add %rdi, %rdi
movb (%rbx), %r9b
nop
nop
and %r12, %r12
lea addresses_D_ht+0xf709, %r10
nop
nop
nop
inc %r13
movups (%... | 28.853333 | 2,999 | 0.64799 |
b62c4f3f4ad757b245a96f0283f734125921cdf0 | 497 | asm | Assembly | src/firmware-tests/Ui/States/Boot/EnableLcdTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Ui/States/Boot/EnableLcdTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Ui/States/Boot/EnableLcdTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Mcu.inc"
#include "FarCalls.inc"
#include "Ui.inc"
#include "../../UiStates.inc"
#include "../../../Platform/Lcd/EnableDisableLcdMocks.inc"
#include "TestFixture.inc"
radix decimal
EnableLcdTest code
global testArrange
testArrange:
fcall initialiseUi
fcall initialiseEnableAndDisableLcdMocks
test... | 18.407407 | 74 | 0.760563 |
35b7359d165dad5bbcc9c2dcc3d442e2660e3b36 | 182 | asm | Assembly | data/wildPokemon/route3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/wildPokemon/route3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/wildPokemon/route3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | Route3Mons:
db $14
db 8,SPEAROW
db 9,SPEAROW
db 9,MANKEY
db 10,RATTATA
db 8,SANDSHREW
db 10,RATTATA
db 10,SANDSHREW
db 12,MURKROW
db 11,JIGGLYPUFF
db 12,HOOTHOOT
db $00
| 12.133333 | 17 | 0.71978 |
3b0abf511ce0b0c1a03aebfbab5da98016a3c83c | 668 | asm | Assembly | oeis/234/A234464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/234/A234464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/234/A234464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A234464: 5*binomial(8*n+5, n)/(8*n+5).
; Submitted by Christian Krause
; 1,5,50,630,8925,135751,2165800,35759900,605902440,10475490875,184068392508,3277575482090,59012418601500,1072549882307925,19651558477204200,362592313327737592,6731396321743423000,125645122201355505000,2356570385677427920770,4439056009074341680025... | 41.75 | 487 | 0.842814 |
598bb1f9cfb49ad706bb703a8769abcb3f49346b | 287 | asm | Assembly | programs/oeis/047/A047915.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/047/A047915.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047915.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047915: 3*n^2-2*n+6.
; 6,7,14,27,46,71,102,139,182,231,286,347,414,487,566,651,742,839,942,1051,1166,1287,1414,1547,1686,1831,1982,2139,2302,2471,2646,2827,3014,3207,3406,3611,3822,4039,4262,4491,4726,4967,5214,5467,5726,5991,6262,6539
mov $1,$0
bin $0,2
mul $0,6
add $1,$0
add $1,6
| 31.888889 | 214 | 0.707317 |
f4e772215de19d8d69a92376bac9d7fcc7a1b5e9 | 781 | asm | Assembly | program/keyboard.asm | doowzs/BuggyOS | 4138261de7b25bd13ab7d343f3492a4e26939ae3 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 7 | 2019-01-02T15:30:10.000Z | 2020-12-10T20:15:57.000Z | program/keyboard.asm | doowzs/BuggyOS | 4138261de7b25bd13ab7d343f3492a4e26939ae3 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | program/keyboard.asm | doowzs/BuggyOS | 4138261de7b25bd13ab7d343f3492a4e26939ae3 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 4 | 2019-07-18T13:13:01.000Z | 2020-12-14T02:41:34.000Z | _init:
xor $k0, $k0, $k0
xor $k1, $k1, $k1
xor $s0, $s0, $s0
addi $k0, $k0, 0x10000000
addi $k1, $k1, 0x10000118
addi $s0, $s0, 0x0000000d # ENTER KEY
j _read
_read:
lw $a0, 0x100020D0 # read this key
lw $t0, 0x100020D4 # load last key
sw $a0, 0x100020D4 # save this key
beq $a0, $zero, _read # key != 0
beq $a0, $t0, ... | 18.162791 | 37 | 0.640205 |
95f0ad30052b65668a1d49f36724d0f330fa06b5 | 242 | asm | Assembly | libsrc/osca/root_dir.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/osca/root_dir.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/osca/root_dir.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; Get the FLOS version number
; by Stefano Bodrato, 2011
;
;
;
; $Id: root_dir.asm,v 1.2 2015/01/19 01:33:00 pauloscustodio Exp $
;
INCLUDE "flos.def"
PUBLIC root_dir
EXTERN flos_err
root_dir:
call kjt_root_dir
jp flos_err
| 13.444444 | 66 | 0.68595 |
b063b59b8d34603c583e085c370edbbe4c4b63e0 | 5,220 | asm | Assembly | coverage/IN_CTS/0570-COVERAGE-constant-folding-1830-2496/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/IN_CTS/0570-COVERAGE-constant-folding-1830-2496/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/IN_CTS/0570-COVERAGE-constant-folding-1830-2496/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 95
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %76
OpExecutionMode %4 OriginUp... | 34.342105 | 59 | 0.475287 |
6968ec6673bb9f4bbb7e36647e87264fc8b0edf8 | 60 | asm | Assembly | gfx/pokemon/shellder/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/shellder/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/shellder/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | setrepeat 3
frame 0, 07
frame 1, 07
dorepeat 1
endanim
| 10 | 12 | 0.7 |
9375771b88d74bead1eabec31e9c71b80fdd3b23 | 1,060 | nasm | Assembly | OvmfPkg/AmdSev/ConfidentialMigration/MigrationEntryPoint.nasm | secure-migration/edk2-mirror | c24efd878425041bb9ee5e7fc5527dc65083d467 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | OvmfPkg/AmdSev/ConfidentialMigration/MigrationEntryPoint.nasm | secure-migration/edk2-mirror | c24efd878425041bb9ee5e7fc5527dc65083d467 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | OvmfPkg/AmdSev/ConfidentialMigration/MigrationEntryPoint.nasm | secure-migration/edk2-mirror | c24efd878425041bb9ee5e7fc5527dc65083d467 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | ; Entrypoint for Migration Handler
DEFAULT REL
SECTION .text
%define ENABLE_DEBUG 1
%define X86_CR0_PG BIT31
%define X86_EFER_LME BIT8
%define X86_CR4_PAE BIT5
%define ENTRY_BASE FixedPcdGet32 (PcdConfidentialMigrationEntryBase)
%define LONG_MODE_OFFSET 0x200;
%define ENTRY_ADDRS_OFFSET ... | 20.384615 | 69 | 0.717925 |
51298a549a2fd42ca4b8accf7ba2120ed6cb44f9 | 625 | asm | Assembly | oeis/259/A259713.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/259/A259713.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/259/A259713.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A259713: a(n) = 3*2^n - 2*(-1)^n.
; Submitted by Jon Maiga
; 1,8,10,26,46,98,190,386,766,1538,3070,6146,12286,24578,49150,98306,196606,393218,786430,1572866,3145726,6291458,12582910,25165826,50331646,100663298,201326590,402653186,805306366,1610612738,3221225470,6442450946,12884901886,25769803778,51539607550,103079215... | 48.076923 | 486 | 0.8128 |
c9e670e539df8fecab4b111f22a1e6b6596a0345 | 117 | asm | Assembly | exmpl_6point1.asm | selectiveduplicate/8086-assembly | c7c1e9e2a0841a9ed775cb10380122fb6c8122b6 | [
"MIT"
] | 2 | 2020-04-11T00:32:34.000Z | 2022-02-05T16:23:25.000Z | exmpl_6point1.asm | selectiveduplicate/8086-assembly | c7c1e9e2a0841a9ed775cb10380122fb6c8122b6 | [
"MIT"
] | null | null | null | exmpl_6point1.asm | selectiveduplicate/8086-assembly | c7c1e9e2a0841a9ed775cb10380122fb6c8122b6 | [
"MIT"
] | 3 | 2018-04-16T13:46:18.000Z | 2021-05-07T06:51:31.000Z | MOV AX, 0FFFFH
MOV BX, 0FFFEH
MOV CX, AX
CMP BX, CX
JLE STOP_IT
MOV CX, BX
STOP_IT: ;MOV CX, BX | 10.636364 | 20 | 0.57265 |
161f8dcfb97245767b96869263ca73973070c61b | 5,232 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_2851_1783.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_2851_1783.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_2851_1783.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1cb81, %rsi
lea addresses_WT_ht+0x1b0d, %rdi
nop
nop
nop
nop
nop
sub $14190, %r15
mov $22, %rcx
rep movsq
nop
nop
nop
nop
nop
and $3712, %r8
lea addresses_D_ht+0x74cd, %r9
nop
nop
sub %r... | 38.755556 | 2,999 | 0.659404 |
b37afa3208930ae1a40d38559e98f50aded2a598 | 582 | asm | Assembly | Working Disassembly/Levels/HCZ/Misc Object Data/DPLC - Miniboss Splash.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/HCZ/Misc Object Data/DPLC - Miniboss Splash.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/HCZ/Misc Object Data/DPLC - Miniboss Splash.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | PLC_362C7E: dc.w Frame_362C90-PLC_362C7E
dc.w Frame_362C94-PLC_362C7E
dc.w Frame_362C98-PLC_362C7E
dc.w Frame_362C9C-PLC_362C7E
dc.w Frame_362CA0-PLC_362C7E
dc.w Frame_362CA4-PLC_362C7E
dc.w Frame_362CA8-PLC_362C7E
dc.w Frame_362CAC-PLC_362C7E
dc.w Frame_362CB0-PLC_362C7E
Frame_362C90: dc.w 0
dc.w 5
F... | 20.785714 | 40 | 0.738832 |
f906a0ef38a5d3e30ed35d9fcf1f0b91b875936c | 40,433 | asm | Assembly | echo.asm | itouri/xv6 | e4ff42fded474c0b5d148aeb92f0d5ddc3a6a98c | [
"MIT-0"
] | null | null | null | echo.asm | itouri/xv6 | e4ff42fded474c0b5d148aeb92f0d5ddc3a6a98c | [
"MIT-0"
] | null | null | null | echo.asm | itouri/xv6 | e4ff42fded474c0b5d148aeb92f0d5ddc3a6a98c | [
"MIT-0"
] | null | null | null |
_echo: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... | 34.034512 | 60 | 0.414909 |
84e8fcc4c5897f6120cd20e3583c734f713016bc | 459 | asm | Assembly | oeis/215/A215460.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/215/A215460.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/215/A215460.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A215460: Floor(n!^2 / n^n).
; Submitted by Jamie Morken(s3)
; 1,1,1,2,4,11,30,96,339,1316,5584,25733,128025,683949,3905083,23731187,152934464,1041782238,7479469995,56448098958,446768591341,3700276748921,32007269639380,288630046441757,2708888570942365,26419890078249485,267389254029561667
add $0,1
mov $1,$0
pow $1,$0
... | 41.727273 | 227 | 0.755991 |
c15ff724a360841c6e3f1dce5e52b7cf4234d606 | 53 | asm | Assembly | klc3-manual/examples/zjui_ece220_fa18/mp3/stack_alloc_.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa18/mp3/stack_alloc_.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa18/mp3/stack_alloc_.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | .ORIG x7E00
.BLKW x400 ; KLC3: UNINITIALIZED
.END
| 8.833333 | 33 | 0.698113 |
8ed14a5fe69baba73d3d432588b38a37e0191e72 | 86 | asm | Assembly | libc/_syscall.asm | Moldytzu/mOS | 16756e6fb7c8c723ee8e9ac6c87ceba124471855 | [
"MIT"
] | null | null | null | libc/_syscall.asm | Moldytzu/mOS | 16756e6fb7c8c723ee8e9ac6c87ceba124471855 | [
"MIT"
] | null | null | null | libc/_syscall.asm | Moldytzu/mOS | 16756e6fb7c8c723ee8e9ac6c87ceba124471855 | [
"MIT"
] | null | null | null | bits 64
global _syscall
_syscall:
mov r9, r8
mov r8, rcx
syscall
ret | 9.555556 | 15 | 0.616279 |
79db7675aea51911e0f5059e497b355c4dd52414 | 770 | asm | Assembly | oeis/140/A140146.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140146.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140146.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140146: a(1)=1, a(n)=a(n-1)+n^1 if n odd, a(n)=a(n-1)+ n^4 if n is even.
; Submitted by Jon Maiga
; 1,17,20,276,281,1577,1584,5680,5689,15689,15700,36436,36449,74865,74880,140416,140433,245409,245428,405428,405449,639705,639728,971504,971529,1428505,1428532,2043188,2043217,2853217,2853248,3901824,3901857,5238193,523... | 36.666667 | 501 | 0.738961 |
ac524f7c2ec8c79ce7864b14985f1c7b1cb91d58 | 615 | asm | Assembly | programs/oeis/034/A034999.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/034/A034999.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/034/A034999.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A034999: Number of ways to cut a 2 X n rectangle into rectangles with integer sides.
; 1,2,8,34,148,650,2864,12634,55756,246098,1086296,4795090,21166468,93433178,412433792,1820570506,8036386492,35474325410,156591247016,691227204226,3051224496244,13468756547882,59453967813584,262442511046330,1158477291582892
mov $5,2... | 20.5 | 223 | 0.656911 |
48f8853e1f7396f50e3ad97be6a9e98d8ccb3946 | 79 | asm | Assembly | loadingstripes_data.asm | gasman/kisskill | 9f8112a8fb282dc1cf1d0c8ed5f91eacbb59485d | [
"MIT"
] | 2 | 2015-05-26T12:49:13.000Z | 2018-09-09T16:43:06.000Z | loadingstripes_data.asm | gasman/kisskill | 9f8112a8fb282dc1cf1d0c8ed5f91eacbb59485d | [
"MIT"
] | null | null | null | loadingstripes_data.asm | gasman/kisskill | 9f8112a8fb282dc1cf1d0c8ed5f91eacbb59485d | [
"MIT"
] | null | null | null | org 0xc000
poster_scr
incbin "assets/poster.scr"
rept 0x300
db 0x01
endm
| 11.285714 | 27 | 0.746835 |
daa27deb1a6e598d1fde26a703fbb84a5e6c60d9 | 568 | asm | Assembly | oeis/348/A348990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/348/A348990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/348/A348990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A348990: a(n) = n / gcd(n, A003961(n)), where A003961(n) is fully multiplicative function with a(prime(k)) = prime(k+1).
; Submitted by Christian Krause
; 1,2,3,4,5,2,7,8,9,10,11,4,13,14,3,16,17,6,19,20,21,22,23,8,25,26,27,28,29,2,31,32,33,34,5,4,37,38,39,40,41,14,43,44,9,46,47,16,49,50,51,52,53,18,55,56,57,58,59,4,6... | 47.333333 | 281 | 0.647887 |
1cc43b30e1b0057e7c05dc41abd4c25300ad142b | 507 | asm | Assembly | oeis/278/A278475.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/278/A278475.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/278/A278475.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A278475: a(n) = floor(phi^7*a(n-1)) for n>0, a(0) = 1, where phi is the golden ratio (A001622).
; Submitted by Jon Maiga
; 1,29,841,24417,708933,20583473,597629649,17351843293,503801085145,14627583312497,424703717147557,12331035380591649,358024729754305377,10395048198255447581,301814422479162285225,876301330009396171... | 28.166667 | 252 | 0.74359 |
1ddf65fc42e35bcf2b3b48e03b81798e0f1c6eaf | 1,083 | asm | Assembly | x86/src/32/north-32.asm | sneakin/north | bff0fdaa6d4641c54c4dc9942948e2edd34f2251 | [
"Linux-OpenIB"
] | 2 | 2019-02-25T19:20:26.000Z | 2019-05-11T00:32:01.000Z | x86/src/32/north-32.asm | sneakin/north | bff0fdaa6d4641c54c4dc9942948e2edd34f2251 | [
"Linux-OpenIB"
] | null | null | null | x86/src/32/north-32.asm | sneakin/north | bff0fdaa6d4641c54c4dc9942948e2edd34f2251 | [
"Linux-OpenIB"
] | null | null | null | ;; A basic call threaded interpreter. The op code is just a list of function addresses.
bits 32
section .text
global main
global outer_eval
ptrsize equ 4
%include "dict_macros.h"
%define eval_ip edi
%define fp ebp
%ifidni PLATFORM,windows
%if BITS==32
global _main
_main:
%endif
%endif
main:
push fp
mov fp... | 14.835616 | 87 | 0.732225 |
cefad23041e451fe1349dedc4e51c001d5246f9a | 117 | asm | Assembly | src_test/tests/test.asm | hgunicamp/Mips8B | 1b9271ead28d45fc9056056f0d3221351fd4e833 | [
"Unlicense"
] | null | null | null | src_test/tests/test.asm | hgunicamp/Mips8B | 1b9271ead28d45fc9056056f0d3221351fd4e833 | [
"Unlicense"
] | null | null | null | src_test/tests/test.asm | hgunicamp/Mips8B | 1b9271ead28d45fc9056056f0d3221351fd4e833 | [
"Unlicense"
] | null | null | null | add $0 $1 $2
sub $3 $4 $5
and $6 $7 $0
or $1 $2 $3
slt $4 $5 $6
addi $7 $0 1
beq $5 $6 7
lb $0 $1 2
sb $3 $4 5
j 67
| 10.636364 | 12 | 0.470085 |
c8168c725aef3ed7b905bce5f6205ba8a8c48df0 | 188 | asm | Assembly | unit_tests/static-tests/common/memory.oob3.error.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | 34 | 2016-06-17T16:47:47.000Z | 2021-12-07T08:09:50.000Z | unit_tests/static-tests/common/memory.oob3.error.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | 1 | 2016-09-30T09:22:36.000Z | 2016-09-30T12:28:33.000Z | unit_tests/static-tests/common/memory.oob3.error.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | null | null | null | // Allocate block outside the ROM_SIZE area
define MEMORY_MAP = HIROM
define ROM_SIZE = 16
include "../../../src/common/memory.inc"
createDataBlock(data, 0xe00000, 0xe0ffff) // ERROR
| 18.8 | 51 | 0.728723 |
a4e8831278102fc0009771580ce5e5dc02ca9bd6 | 2,364 | asm | Assembly | tests/heif/invalid-ccst-wrong-size.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | 3 | 2020-01-02T17:30:16.000Z | 2021-09-27T18:32:18.000Z | tests/heif/invalid-ccst-wrong-size.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | 34 | 2020-01-22T01:41:22.000Z | 2021-12-09T13:20:33.000Z | tests/heif/invalid-ccst-wrong-size.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | 2 | 2020-11-05T01:41:08.000Z | 2021-11-19T13:12:35.000Z | %define BE(a) ( ((((a)>>24)&0xFF) << 0) + ((((a)>>16)&0xFF) << 8) + ((((a)>>8)&0xFF) << 16) + ((((a)>>0)&0xFF) << 24))
%define fourcc(a) db a
ftyp_start:
dd BE(ftyp_end - ftyp_start)
db "ftyp"
db "isom"
dd BE(0x00)
db "mif1", "miaf"
ftyp_end:
meta_start:
dd BE(meta_end - meta_start)
db "meta"
dd BE(0)
hdlr_start:... | 18.46875 | 193 | 0.678511 |
c597508ed6a9e458a6ea0dc12af3beff23077eba | 249 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_py2saddr.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_py2saddr.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_py2saddr.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *tshr_py2saddr(uchar y)
SECTION code_clib
SECTION code_arch
PUBLIC tshr_py2saddr
EXTERN zx_py2saddr
defc tshr_py2saddr = zx_py2saddr
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshr_py2saddr
defc _tshr_py2saddr = tshr_py2saddr
ENDIF
| 13.833333 | 35 | 0.827309 |
ffee652f2c3cab68175e663eacad4231ace65256 | 561 | asm | Assembly | STM8S005-FanController/stsw-stm8069/STM8S_StdPeriph_Lib/Project/STM8S_StdPeriph_Template/RIDE/STM8_OB.asm | hansonCc/IAR-STM8 | 78e1ff16b1eb561e5d8e45700a706f24a059ddf0 | [
"MIT"
] | 1 | 2022-03-21T15:31:00.000Z | 2022-03-21T15:31:00.000Z | STM8S005-FanController/stsw-stm8069/STM8S_StdPeriph_Lib/Project/STM8S_StdPeriph_Template/RIDE/STM8_OB.asm | hansonCc/IAR-STM8 | 78e1ff16b1eb561e5d8e45700a706f24a059ddf0 | [
"MIT"
] | null | null | null | STM8S005-FanController/stsw-stm8069/STM8S_StdPeriph_Lib/Project/STM8S_StdPeriph_Template/RIDE/STM8_OB.asm | hansonCc/IAR-STM8 | 78e1ff16b1eb561e5d8e45700a706f24a059ddf0 | [
"MIT"
] | 1 | 2022-03-21T15:31:03.000Z | 2022-03-21T15:31:03.000Z | ;This file contains the values to program in the option bytes.
;You can change the values below according to the device datasheet.
;Be careful to respect the complement bytes,
; or the default values of the option bytes will be used.
;See the device datasheet for more information on the meaning of each bit.
cseg at 0... | 16.028571 | 74 | 0.750446 |
593aea6cfa21b7aad42a7700b71cfbeef20d5b08 | 1,750 | asm | Assembly | programs/oeis/270/A270851.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/270/A270851.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/270/A270851.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A270851: Number of 2X2X2 triangular 0..n arrays with some element plus some adjacent element totalling n+1, n or n-1 exactly once.
; 0,0,6,24,66,120,198,288,402,528,678,840,1026,1224,1446,1680,1938,2208,2502,2808,3138,3480,3846,4224,4626,5040,5478,5928,6402,6888,7398,7920,8466,9024,9606,10200,10818,11448,12102,12768,... | 60.344828 | 1,309 | 0.764 |
30852a800fa3b788b134f30a6ac40db0d4efff4d | 162 | asm | Assembly | programs/oeis/066/A066587.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/066/A066587.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/066/A066587.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A066587: Duplicate of A047621.
; 3,5,11,13,19,21,27,29,35,37,43,45,51,53,59,61,67,69,75,77,83,85,91,93
mov $1,$0
mod $0,2
mul $1,2
sub $1,$0
mul $1,2
add $1,3
| 16.2 | 71 | 0.623457 |
fe98c5d1d5320a942ace685f03d7575e71359847 | 510 | asm | Assembly | segment.asm | teawhy1230/quaros | 7baa4ed87556265d6967cd9837b2ef2830c69cb2 | [
"MIT"
] | 1 | 2021-08-13T15:41:23.000Z | 2021-08-13T15:41:23.000Z | segment.asm | ty60/quaros | 7baa4ed87556265d6967cd9837b2ef2830c69cb2 | [
"MIT"
] | null | null | null | segment.asm | ty60/quaros | 7baa4ed87556265d6967cd9837b2ef2830c69cb2 | [
"MIT"
] | null | null | null | bits 32
%define NULL_SEG (0)
%define KERN_DATA_SEG (1)
%define KERN_CODE_SEG (2)
%define USER_DATA_SEG (3)
%define USER_CODE_SEG (4)
%define TSS_SEG (5)
global reload_segment_regs
segment .text
reload_segment_regs:
push ebp
mov ebp, esp
jmp KERN_CODE_SEG << 3:reload_cs ; far jump is needed for cs reloa... | 16.451613 | 71 | 0.658824 |
9c52f3333ae752a77609917571cd5f3706aea145 | 2,115 | asm | Assembly | src/init.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | 10 | 2019-10-27T23:16:43.000Z | 2019-11-14T13:53:55.000Z | src/init.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | null | null | null | src/init.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | null | null | null | ; This code is called when the NES is reset
RESET:
SEI
CLD
LDA #PPUCtrl_Base2000 | PPUCtrl_WriteHorizontal | PPUCtrl_Sprite0000 | PPUCtrl_Background0000 | PPUCtrl_SpriteSize8x8 | PPUCtrl_NMIDisabled
STA PPUCTRL
LDX #$FF ; Reset stack pointer
TXS
; Wait for two VBlanks
- LDA PPUSTATUS
AND #PPUStatus_VBlankHit
... | 17.479339 | 140 | 0.679905 |
0e53c7ebb4c1244a8d96f3399d68e828f70aec04 | 2,657 | asm | Assembly | srcs/data/pqueue.asm | gamozolabs/falkervisor_beta | 48e83a56badcf53dba94a5ab224eb37775a2f37d | [
"MIT"
] | 69 | 2018-09-09T01:30:53.000Z | 2021-07-27T18:56:39.000Z | srcs/data/pqueue.asm | gamozolabs/falkervisor_beta | 48e83a56badcf53dba94a5ab224eb37775a2f37d | [
"MIT"
] | null | null | null | srcs/data/pqueue.asm | gamozolabs/falkervisor_beta | 48e83a56badcf53dba94a5ab224eb37775a2f37d | [
"MIT"
] | 15 | 2018-09-09T05:46:41.000Z | 2022-02-16T01:46:38.000Z | [bits 64]
; rcx -> ID of spinlock to acquire
acquire_spinlock:
push rbx
; Acquire a lock
mov rbx, 1
lock xadd qword [fs:globals.spinlocks_lock + rcx*8], rbx
; Spin until we're the chosen one
.spin:
pause
cmp rbx, qword [fs:globals.spinlocks_release + rcx*8]
jne short .spin
pop rbx
ret
; rcx -> ID of spi... | 14.761111 | 63 | 0.638314 |
90858734f168841e5fdc80ef8cdd6a0f897009c7 | 1,200 | asm | Assembly | week2/better_shell.asm | CS395-BinX/CS395-BinX.github.io | fff0403fdb6cb1d4e6f5842989160e21eecb15e3 | [
"MIT"
] | 3 | 2022-01-01T18:36:53.000Z | 2022-01-28T20:17:04.000Z | week2/better_shell.asm | CS395-BinX/CS395-BinX.github.io | fff0403fdb6cb1d4e6f5842989160e21eecb15e3 | [
"MIT"
] | null | null | null | week2/better_shell.asm | CS395-BinX/CS395-BinX.github.io | fff0403fdb6cb1d4e6f5842989160e21eecb15e3 | [
"MIT"
] | 2 | 2021-12-29T21:28:29.000Z | 2021-12-30T12:18:40.000Z | section .text ; Text section for code
global _start ; Begins execution at _start
_start:
; Get 59 in RAX
xor rax, rax ; Clear the RAX register
mov al, 59 ; Syscall for execve
; Push a string terminator onto the stack
xor rbx, rbx ; Sets RBX to NULL
push rbx ; Pushes a NULL byte onto the stack
; Push /bin/sh onto the... | 38.709677 | 101 | 0.709167 |
7589b3d592ff094a4e0a93e6206bd8201c3ec42d | 525 | asm | Assembly | boots.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 2 | 2020-08-09T03:52:55.000Z | 2020-10-29T23:30:23.000Z | boots.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 1 | 2021-11-01T14:20:30.000Z | 2021-11-01T14:20:30.000Z | boots.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 7 | 2020-10-17T08:40:52.000Z | 2022-01-14T01:39:47.000Z | ;================================================================================
; Boots State Modifier
;--------------------------------------------------------------------------------
!BOOTS_MODIFIER = "$7F50CE"
ModifyBoots:
PHA
LDA !BOOTS_MODIFIER : CMP.b #$01 : BNE +
PLA : AND $7EF379 : ORA.b #$04 : RTL ; ye... | 35 | 81 | 0.32381 |
280e7ba4fff4709d09d4728a80256f7e3c606d1c | 96,750 | asm | Assembly | ioq3/build/release-js-js/missionpack/cgame/cg_event.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/missionpack/cgame/cg_event.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/missionpack/cgame/cg_event.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | bss
align 1
LABELV $72
skip 64
export CG_PlaceString
code
proc CG_PlaceString 12 20
ADDRFP4 0
ADDRFP4 0
INDIRI4
ASGNI4
ADDRFP4 0
INDIRI4
CNSTI4 16384
BANDI4
CNSTI4 0
EQI4 $73
ADDRFP4 0
ADDRFP4 0
INDIRI4
CNSTI4 -16385
BANDI4
ASGNI4
ADDRLP4 4
ADDRGP4 $75
ASGNP4
ADDRGP4 $74
JUMPV
LABELV $73
ADDRLP4 4
ADDRGP4 $76
ASGNP4
LA... | 10.923563 | 45 | 0.799969 |
d36427abebc56495c56459d74e5480fe6eced857 | 803 | asm | Assembly | src/mem_layout.asm | Gegel85/RemiFlap | 00f5970ef388e1748d8f807fced9b0f60c9313c4 | [
"MIT"
] | null | null | null | src/mem_layout.asm | Gegel85/RemiFlap | 00f5970ef388e1748d8f807fced9b0f60c9313c4 | [
"MIT"
] | null | null | null | src/mem_layout.asm | Gegel85/RemiFlap | 00f5970ef388e1748d8f807fced9b0f60c9313c4 | [
"MIT"
] | null | null | null | include "src/registers.asm"
SECTION "crash", ROM0
jp crash
SECTION "vblank", ROM0
jp vblank_interrupt
SECTION "hblank", ROM0
jp hblank_interrupt
SECTION "timer", ROM0
jp timer_interrupt
SECTION "serial", ROM0
jp serial_interrupt
SECTION "joypad", ROM0
jp joypad_interrupt
crash::
di
ld b, b
ld hl, lcdLin... | 11.808824 | 27 | 0.653798 |
93cc4d92f0552ff5e6f87b77dd1ea1cca24c663b | 16 | asm | Assembly | ESEMPI/PROGRAMMA CORTO.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 8 | 2019-06-07T10:38:41.000Z | 2022-03-24T13:05:12.000Z | ESEMPI/PROGRAMMA CORTO.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 2 | 2015-07-14T12:22:33.000Z | 2018-05-11T08:35:24.000Z | ESEMPI/PROGRAMMA CORTO.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 9 | 2015-05-06T14:35:08.000Z | 2021-03-23T14:27:21.000Z | ORG 100
HLT
END
| 4 | 7 | 0.75 |
8da27c9d9ad7af8a8a95a407b807f2b0bec56346 | 138 | asm | Assembly | tools/yasm/tests/nasm/bits.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/bits.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/bits.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | bits 16
[ bits 16 ]
[bits
[bits 16
[eax]
[bits 16]
[bits 32]
[bits 64]
a equ 5
[bits a]
b equ 16
[bits b]
[bits 30+2]
[section .text]
| 9.2 | 15 | 0.594203 |
c8a83dcad7a210874a26874bde729fff91681cff | 2,557 | asm | Assembly | src/rom_512.asm | ka6sox/icestick_6502 | 01aaf4003623ce26cfa6244fd84301e2b2d79d40 | [
"MIT"
] | null | null | null | src/rom_512.asm | ka6sox/icestick_6502 | 01aaf4003623ce26cfa6244fd84301e2b2d79d40 | [
"MIT"
] | null | null | null | src/rom_512.asm | ka6sox/icestick_6502 | 01aaf4003623ce26cfa6244fd84301e2b2d79d40 | [
"MIT"
] | null | null | null | ; rom_512.asm
; 6502 assembly in acme syntax for for tst_6502.
; E. Brombaugh 03-02-19
; some fixed addresses in the design
tst_ram = $0000
tst_gpio = $1000
acia_ctl = $2000
acia_dat = $2001
tst_rom = $fe00
cpu_nmi = $fffa
cpu_reset = $fffc
cpu_irq = $fffe
; some variables
led_bits = tst_ram
dly_cnt = t... | 17.394558 | 60 | 0.6535 |
b9f098fdbe5652e3c7b5e05ea84d3faba9d8eae7 | 1,461 | asm | Assembly | avr/attiny13/045_blinky_with_timer_compa_asm/main.asm | RedPack7/blog | d1d246f5bfef9caca7acfec2058bd3954b61dee4 | [
"BSD-3-Clause"
] | 264 | 2016-11-15T05:05:08.000Z | 2022-03-31T16:28:27.000Z | avr/attiny13/045_blinky_with_timer_compa_asm/main.asm | RedPack7/blog | d1d246f5bfef9caca7acfec2058bd3954b61dee4 | [
"BSD-3-Clause"
] | 13 | 2016-07-12T14:08:23.000Z | 2021-04-11T20:29:15.000Z | avr/attiny13/045_blinky_with_timer_compa_asm/main.asm | RedPack7/blog | d1d246f5bfef9caca7acfec2058bd3954b61dee4 | [
"BSD-3-Clause"
] | 116 | 2016-10-11T04:23:18.000Z | 2022-03-13T15:22:23.000Z | ; Copyright (c) 2018, Łukasz Marcin Podkalicki <lpodkalicki@gmail.com>
; ATtiny13/044
; Simple blinky with Timer Compare Match A (assembler version, 36 bytes of program flash).
.nolist
.include "tn13def.inc"
.list
; define constnt
.equ LED_PIN = PB0 ; use PB0 as LED pin
; define register
.def tmp = r16 ; define... | 32.466667 | 90 | 0.698836 |
18ca017c1c3a1c923156869e303a7a2b23f61112 | 9,904 | asm | Assembly | target/cos_117/disasm/iop_overlay1/DESCRIBE.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/DESCRIBE.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/DESCRIBE.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x102B- f:00010 d: 43 | A = 43 (0x002B)
0x0001 (0x000002) 0x2922- f:00024 d: 290 | OR[290] = A
0x0002 (0x000004) 0x1800-0x0177 f:00014 d: 0 | A = 375 (0x0177)
0x0004 (0x000008) 0x2923- f:00024 d: 291 | OR[291] = A
... | 80.520325 | 127 | 0.459309 |
9a36fb996b73c509d69a330bf6e245efc04e054c | 1,068 | asm | Assembly | programs/oeis/047/A047615.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/047/A047615.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047615.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047615: Numbers that are congruent to {0, 5} mod 8.
; 0,5,8,13,16,21,24,29,32,37,40,45,48,53,56,61,64,69,72,77,80,85,88,93,96,101,104,109,112,117,120,125,128,133,136,141,144,149,152,157,160,165,168,173,176,181,184,189,192,197,200,205,208,213,216,221,224,229,232,237,240,245,248,253,256,261,264,269,272,277,280,285,288... | 133.5 | 973 | 0.730337 |
bf72faaa601a5d4330688c754d0fa0688f8e4c71 | 11,909 | asm | Assembly | C0Compiler/mips.asm | hanayashiki/C0CompilerForVS2010 | 252cf79fe360957746bb8e0ff75617866243d698 | [
"MIT"
] | 4 | 2017-11-20T08:07:46.000Z | 2022-02-09T10:59:13.000Z | C0Compiler/mips.asm | hanayashiki/C0CompilerForVS2010 | 252cf79fe360957746bb8e0ff75617866243d698 | [
"MIT"
] | null | null | null | C0Compiler/mips.asm | hanayashiki/C0CompilerForVS2010 | 252cf79fe360957746bb8e0ff75617866243d698 | [
"MIT"
] | 1 | 2018-12-07T04:17:30.000Z | 2018-12-07T04:17:30.000Z | .data
const_str_26: .asciiz " "
.text
j main_22
nop
# quick_sort_0:
quick_sort_0:
# PROLOG quick_sort;
sw $8 -204($29)
sw $9 -208($29)
sw $10 -212($29)
sw $11 -216($29)
sw $12 -220($29)
sw $13 -224($29)
sw $14 -228($29)
sw $15 -232($29)
sw $16 -236($29)
sw $17 -240($29)
sw $18 -244($29)
sw $19 -248($29)
sw $20 -252($29... | 17.748137 | 35 | 0.631287 |
35f92dfabe88388dfc96f7b3875f56c3e14147f0 | 102 | asm | Assembly | boot/floppy.asm | Littledarren/os_exp | 5dda8050cb97c0ec940a3bdb88465d24249f490a | [
"MIT"
] | null | null | null | boot/floppy.asm | Littledarren/os_exp | 5dda8050cb97c0ec940a3bdb88465d24249f490a | [
"MIT"
] | null | null | null | boot/floppy.asm | Littledarren/os_exp | 5dda8050cb97c0ec940a3bdb88465d24249f490a | [
"MIT"
] | null | null | null | INCBIN "../temp/IPL.bin"
INCBIN "../temp/kernel"
;用于生成想要的软盘
times 80 * 18 * 2 * 512 - ($ - $$) db 0 | 25.5 | 39 | 0.558824 |
75910cbfcc784f056b89230be06af186b54dc31f | 1,214 | asm | Assembly | programs/oeis/184/A184581.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/184/A184581.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/184/A184581.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A184581: a(n) = floor((n + 1/4)*(2 + sqrt(2))).
; 4,7,11,14,17,21,24,28,31,34,38,41,45,48,52,55,58,62,65,69,72,75,79,82,86,89,93,96,99,103,106,110,113,116,120,123,127,130,134,137,140,144,147,151,154,157,161,164,168,171,174,178,181,185,188,192,195,198,202,205,209,212,215,219,222,226,229,233,236,239,243,246,250,253,256... | 52.782609 | 970 | 0.687809 |
191a48b8846a37ca417a3611fe6f66a822e7284e | 669 | asm | Assembly | asm/hello.asm | rupertl/mts-languages | ae0a82d54479b098f9627e4400c08895a4e6e2bb | [
"BSD-3-Clause"
] | 7 | 2017-10-30T17:51:34.000Z | 2020-11-23T00:39:28.000Z | asm/hello.asm | rupertl/mts-languages | ae0a82d54479b098f9627e4400c08895a4e6e2bb | [
"BSD-3-Clause"
] | null | null | null | asm/hello.asm | rupertl/mts-languages | ae0a82d54479b098f9627e4400c08895a4e6e2bb | [
"BSD-3-Clause"
] | 1 | 2019-04-10T20:01:54.000Z | 2019-04-10T20:01:54.000Z | * Hello world program in System/360 assembly language
HELLO START 0 PROGRAM AT RELATIVE ADDRESS 0
USING HELLO,12 R12 WILL CONTAIN PROGRAM ADDR
LR 12,15 LOAD R12 WITH ABSOLUTE ADDR
L 3,RUNS LOAD R3 WITH NUMBER OF RUNS
LOOP SPRIN... | 51.461538 | 63 | 0.503737 |
154837d361277ef12e1b2a79e01cb38c12fa2b12 | 81,492 | asm | Assembly | Appl/BigCalc/bigcalcMath.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/BigCalc/bigcalcMath.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/BigCalc/bigcalcMath.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:
FILE: bigcalcMath.asm
AUTHOR: Christian Puscasiu, Mar 4, 1992
ROUTINES:
Name Description
---- -----------
CalcEngineChangeMode
RPNEng... | 21.977346 | 81 | 0.604157 |
7603a93bf24ef4ee9db4444895a66d047f7c54b5 | 7,630 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2941.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2941.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2941.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x13f96, %r13
nop
nop
nop
nop
and %r14, %r14
mov $0x6162636465666768, %r9
movq %r9, %xmm0
movups %xmm0, (%r13)
nop
nop
dec %rbx
lea addresses_WT_ht+0x1e796, %r10
nop
... | 35.488372 | 2,999 | 0.657536 |
6c65d946419cce86a2ac0a9078cd2c4bca2d6fb9 | 494 | asm | Assembly | programs/oeis/203/A203232.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/203/A203232.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/203/A203232.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A203232: (n-1)-st elementary symmetric function of the first n terms of the periodic sequence (2,3,2,3,2,3,...).
; 1,5,16,60,156,540,1296,4320,9936,32400,72576,233280,513216,1632960,3545856,11197440,24074496,75582720,161243136,503884800,1068235776,3325639680,7014076416,21767823360,45712429056,141490851840
add $0,1
s... | 70.571429 | 193 | 0.708502 |
75b8d60984f3004d542b93dd10dc958d510dc46d | 825 | asm | Assembly | oeis/142/A142276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142276: Primes congruent to 27 mod 43.
; Submitted by Jon Maiga
; 113,199,457,887,1231,1489,1747,2521,2693,3037,3209,3467,4241,4327,5101,5273,5531,6047,6133,6563,6907,7079,7681,7853,8111,8369,8627,8713,8971,10433,10691,10949,11551,11981,12239,12497,12583,12841,13099,13873,14303,14389,14561,15077,15679,15937,16453,16... | 34.375 | 496 | 0.729697 |
88b2566c47a0486dee07de5a5461b17f24f7d1e6 | 3,238 | asm | Assembly | c2000/C2000Ware_1_00_06_00/libraries/dsp/VCU/c28/examples/fft/2837x_vcu0_cfft_64/cfft_64_data.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/dsp/VCU/c28/examples/fft/2837x_vcu0_cfft_64/cfft_64_data.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/dsp/VCU/c28/examples/fft/2837x_vcu0_cfft_64/cfft_64_data.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | ;******************************************************************************
;******************************************************************************
;
; FILE: cfft_64_data.asm
;
; DESCRIPTION: Input test data for the FFT
;
;******************************************************************************
; ... | 44.356164 | 79 | 0.388511 |
0d86b637b54eef3a7c25a44ca982ab5dcd05023e | 1,253 | asm | Assembly | _build/dispatcher/jmp_ippsGFpScratchBufferSize_666fc8cb.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpScratchBufferSize_666fc8cb.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpScratchBufferSize_666fc8cb.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpScratchBufferSize:function
extern n8_ippsGFpScratchBufferSize:function
extern y8_ippsGFpScratchBufferSize:function
extern e9_ippsGFpScratchBufferSize:function
extern l9_ippsGFpScratchBufferSize:function
extern n0_ippsGFpScratchBufferSize:function
extern k0_ippsGFpScratchBufferSize:function
extern ippcp... | 32.128205 | 123 | 0.824421 |
ccb610864a65df1daf7cd446b309d386fa286517 | 5,767 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_922.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_922.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_922.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 %r9
push %rbx
push %rcx
push %rdi
lea addresses_WC_ht+0xf086, %rbx
and %r10, %r10
movb (%rbx), %cl
cmp %r10, %r10
lea addresses_WT_ht+0x6ec8, %r9
nop
nop
nop
nop
inc %r15
mov (%r9), %r12
nop
nop
and %r10, %r10
lea addresses_WC_ht+0x1648, %r... | 36.5 | 2,999 | 0.651812 |
76eb8f5ac6fe9531452883506faf9ce3aa5c0cdc | 495 | asm | Assembly | oeis/177/A177705.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/177/A177705.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/177/A177705.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A177705: Decimal expansion of (3+2*sqrt(6))/5.
; Submitted by Jon Maiga
; 1,5,7,9,7,9,5,8,9,7,1,1,3,2,7,1,2,3,9,2,7,8,9,1,3,6,2,9,8,8,2,3,5,6,5,5,6,7,8,6,3,7,8,9,9,2,2,6,2,6,6,8,0,5,1,3,7,3,0,7,7,0,2,6,9,0,0,3,8,4,1,5,0,9,8,2,9,2,6,0,1,0,6,1,5,9,4,3,7,7,3,2,4,1,8,5,6,0,9,3
mov $1,1
mov $3,$0
mul $3,4
lpb $3
add $1... | 18.333333 | 201 | 0.527273 |
b1acfb65da7058535bf61fe691c72c03fef81eda | 4,301 | asm | Assembly | engine/oak_speech.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | engine/oak_speech.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | engine/oak_speech.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SetDefaultNames:
ld a, [wLetterPrintingDelayFlags]
push af
ld a, [wOptions]
push af
ld a, [wd732]
push af
ld hl, wPlayerName
ld bc, wBoxDataEnd - wPlayerName
xor a
call FillMemory
ld hl, wSpriteStateData1
ld bc, $200
xor a
call FillMemory
pop af
ld [wd732], a
pop af
ld [wOptions], a
pop af
ld [wLett... | 18.380342 | 43 | 0.751686 |
e835d5fe9e35af6b8d5ed2bf09ca08051f446b3f | 3,777 | asm | Assembly | audio/music/lookyoungster.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/lookyoungster.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/lookyoungster.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_LookYoungster:
musicheader 3, 1, Music_LookYoungster_Ch1
musicheader 1, 2, Music_LookYoungster_Ch2
musicheader 1, 3, Music_LookYoungster_Ch3
Music_LookYoungster_Ch1:
tempo 118
volume $77
stereopanning $f
dutycycle $3
notetype $c, $a3
octave 3
note G_, 1
note G#, 1
note A_, 1
note A#, 1
intensity $3... | 12.760135 | 48 | 0.646015 |
da3a02f7c873f4dd41600988f5dd80ac14e15d04 | 102 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/isless.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/isless.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/isless.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC _isless
EXTERN cm48_sdccix_isless
defc _isless = cm48_sdccix_isless
| 11.333333 | 33 | 0.852941 |
6d26dea2442abde527788381ca730bc273032a74 | 35 | asm | Assembly | testjmp.asm | muhammad20/DI2H-Processor | 4c687163e1c2ae03ce8a43095f946fef2da7b003 | [
"MIT"
] | null | null | null | testjmp.asm | muhammad20/DI2H-Processor | 4c687163e1c2ae03ce8a43095f946fef2da7b003 | [
"MIT"
] | null | null | null | testjmp.asm | muhammad20/DI2H-Processor | 4c687163e1c2ae03ce8a43095f946fef2da7b003 | [
"MIT"
] | null | null | null | IN R2
INC R1
JZ R1
DEC R1
NOP
JZ R2 | 5.833333 | 6 | 0.714286 |
5c5d46dfb2b504fc69aa191b3836775aba35f51e | 6,247 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_656.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_21829_656.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_21829_656.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r9
push %rcx
push %rdx
lea addresses_D_ht+0x2f9, %r13
nop
nop
nop
add %r12, %r12
mov (%r13), %r15
cmp %r10, %r10
lea addresses_WC_ht+0x1953a, %rcx
nop
nop
nop
nop
nop
add $58906, %rdx
movb (%rcx), %r15b
nop
add %rdx, %rdx
lea add... | 34.899441 | 2,999 | 0.651353 |
cf4dbc7c5c812538bd8a0ab830572bd6d8eec80e | 312,375 | asm | Assembly | usertests.asm | niknikniknik/nunix | 8f4839dd23554441f671c1a010d476a9bd144bac | [
"MIT-0"
] | null | null | null | usertests.asm | niknikniknik/nunix | 8f4839dd23554441f671c1a010d476a9bd144bac | [
"MIT-0"
] | null | null | null | usertests.asm | niknikniknik/nunix | 8f4839dd23554441f671c1a010d476a9bd144bac | [
"MIT-0"
] | null | null | null |
_usertests: file format elf32-i386
Disassembly of section .text:
00000000 <iputtest>:
int stdout = 1;
// does chdir() call iput(p->cwd) in a transaction?
void
iputtest(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 08 sub $0x... | 39.551152 | 240 | 0.437381 |
5745bfd5eaffc92d32f9240b7be749bb69923ec7 | 510 | asm | Assembly | fe12_squeeze.asm | dsprenkels/curve13318 | 4af2f2f0dc8748efed9c152df02d462d1f9376b1 | [
"CC0-1.0"
] | 3 | 2019-03-27T09:35:40.000Z | 2020-04-17T13:47:07.000Z | fe12_squeeze.asm | dsprenkels/curve13318-ivybridge | fa9ffbf5a11eaa22910df9b5f77f95082af129c0 | [
"CC0-1.0"
] | null | null | null | fe12_squeeze.asm | dsprenkels/curve13318-ivybridge | fa9ffbf5a11eaa22910df9b5f77f95082af129c0 | [
"CC0-1.0"
] | null | null | null | ; Carry ripple implementation for integers modulo 2^255 - 19
;
; Author: Daan Sprenkels <hello@dsprenkels.com>
%include "fe12_squeeze.mac"
global crypto_scalarmult_curve13318_ref12_fe12x4_squeeze, crypto_scalarmult_curve13318_ref12_fe12x4_squeeze_noload
section .text
crypto_scalarmult_curve13318_ref12_fe12x4_squeez... | 25.5 | 114 | 0.852941 |
a9bb5c9b0d701e4ffa7cca85691e688dca780681 | 4,040 | asm | Assembly | purity-check.asm | sambacha/sol-ast | 33af502c5fb954035c2c74bd5484df1693a81cfe | [
"ISC"
] | 1 | 2021-02-21T07:50:21.000Z | 2021-02-21T07:50:21.000Z | purity-check.asm | sambacha/sol-ast | 33af502c5fb954035c2c74bd5484df1693a81cfe | [
"ISC"
] | null | null | null | purity-check.asm | sambacha/sol-ast | 33af502c5fb954035c2c74bd5484df1693a81cfe | [
"ISC"
] | null | null | null | // https://gist.github.com/chriseth/9c3c4cbf6d3debddc6b14a8863d92719
{
// Some elementary helpers ---------------------------------------
function memptr() -> addr
{
addr := 0x40
}
function allocate(size) -> addr
{
addr := mload(memptr())
mstore(memptr(), add(size, mload(memptr())))
}
function init()
{
... | 23.085714 | 93 | 0.540842 |
3cf0cd77636745a2912bd40494cc6f4b1e281d58 | 2,781 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/arm/v5/mod_1_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/arm/v5/mod_1_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/arm/v5/mod_1_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl ARM mpn_mod_1_1p
dnl Contributed to the GNU project by Torbjörn Granlund.
dnl Copyright 2012 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU ... | 21.392308 | 79 | 0.652283 |
8cd469ab5cc626b32770d5c5e929a4f4ae195712 | 3,368 | asm | Assembly | smsq/qpc/mouse.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/qpc/mouse.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/qpc/mouse.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; QPC Mouse Routines v1.01 2006 Marcel Kilgus
;
; 2006-03-08 1.01 Does horizontal wheel scroll if CTRL is pressed (MK)
section driver
xdef mouse_init
xref pt_button3
xref ioq_pbyt
include 'dev8_smsq_qpc_keys'
include 'dev8_keys_con'
include 'dev8_keys_iod'
include 'dev8_keys_sys'
include 'dev8_ke... | 23.388889 | 72 | 0.650238 |
e2d12145c5961b298f2f69f2cd02c55663b3868b | 1,203 | asm | Assembly | programs/oeis/120/A120200.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/120/A120200.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/120/A120200.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A120200: a(1)=7; a(n)=floor((62+sum(a(1) to a(n-1)))/8).
; 7,8,9,10,12,13,15,17,19,21,24,27,30,34,38,43,48,54,61,69,77,87,98,110,124,139,157,176,198,223,251,282,317,357,402,452,508,572,643,724
mov $5,$0
add $5,1
mov $7,$0
lpb $5
mov $0,$7
sub $5,1
sub $0,$5
mov $9,2
mov $11,$0
lpb $9
mov $0,$11
s... | 15.623377 | 135 | 0.399834 |
e714fd58f8123929b474b5da2c0adffd66b36bd7 | 426 | asm | Assembly | libsrc/spectrum/zx_multiface.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/spectrum/zx_multiface.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/zx_multiface.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; ZX Spectrum specific routines
; by Stefano Bodrato, 14/09/2006
;
; int zx_multiface();
;
; The result is:
; - 1 (true) if the MultiFace is connected
; - 0 (false) otherwise
;
; $Id: zx_multiface.asm,v 1.1 2006/12/01 16:58:30 stefano Exp $
;
XLIB zx_multiface
zx_multiface:
ld hl,0
in a,($bf)
... | 14.2 | 64 | 0.584507 |
69a48249762b9b13678886d2cf48bc058cf34d01 | 195 | asm | Assembly | uw2/pitchBound.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | uw2/pitchBound.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | uw2/pitchBound.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %include "../UltimaPatcher.asm"
%include "include/uw2.asm"
defineAddress 143, 0x0F87, pushCrystalBallPitchBound
defineAddress 143, 0x0F92, pushPlayerPitchBound
%include "../uw1/pitchBound.asm"
| 24.375 | 52 | 0.794872 |
719d4bca8c435c5461fdaf04606b1ea350634a01 | 426 | asm | Assembly | oeis/065/A065651.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/065/A065651.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/065/A065651.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A065651: Sum_{k=1..n} (-1)^tau(k)=n-2*floor(sqrt(n)).
; 0,1,0,1,2,3,4,3,4,5,6,7,8,9,8,9,10,11,12,13,14,15,16,15,16,17,18,19,20,21,22,23,24,25,24,25,26,27,28,29,30,31,32,33,34,35,36,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,63,64,65,66,67,68,69,70,71,72,73,74,75,76... | 32.769231 | 285 | 0.603286 |
a17b7c3a9e60e6c3832730881c88272f89e56830 | 184 | asm | Assembly | micro-bit/longan-nano-#0030-blink-direct/startup.asm | wovo/bmptk-examples | 81fdfd79c03e341e4b1c40e49d76f66e455218f9 | [
"BSL-1.0"
] | null | null | null | micro-bit/longan-nano-#0030-blink-direct/startup.asm | wovo/bmptk-examples | 81fdfd79c03e341e4b1c40e49d76f66e455218f9 | [
"BSL-1.0"
] | 1 | 2021-01-05T17:05:34.000Z | 2021-01-05T20:18:13.000Z | micro-bit/longan-nano-#0030-blink-direct/startup.asm | wovo/hwlib-examples | 5ccb40db23c1df6d28515971e217fcdfc0c14ed6 | [
"BSL-1.0"
] | 3 | 2021-01-05T14:39:39.000Z | 2021-09-15T05:18:46.000Z |
.globl _start
_start:
lui x2,0x20001
jal main
j .
.globl dummy
dummy:
ret
.globl PUT32
PUT32:
sw x11,(x10)
ret
.globl GET32
GET32:
lw x10,(x10)
ret
| 8.761905 | 18 | 0.581522 |
1ea13529b5fede0936a40fe944d3fa1b41479e8e | 340 | asm | Assembly | kernel/src/start.asm | brian-kelley/GoldOS | 738e19c3b9310cfea6bf316c6a4b398eee900324 | [
"MIT"
] | 5 | 2016-11-10T02:29:38.000Z | 2022-01-09T23:45:59.000Z | kernel/src/start.asm | brian-kelley/GoldOS | 738e19c3b9310cfea6bf316c6a4b398eee900324 | [
"MIT"
] | null | null | null | kernel/src/start.asm | brian-kelley/GoldOS | 738e19c3b9310cfea6bf316c6a4b398eee900324 | [
"MIT"
] | null | null | null | bits 32
section .text
global _start
extern kernel_main
_start:
; set up all data segments to GDT descriptor 0x10 (flat data, full address space)
; stack will grow downward from start of start of bootloader
; can't write over any of bootloader because it contains permanent GDT
mov ebp, 0x9DD00
mov esp, ebp... | 20 | 83 | 0.755882 |
7789e7539bc44b76b14c29cd1137a93d2762ea2e | 226 | asm | Assembly | Algorithms/Assembly 8086/Factorial.asm | NVombat/Competitive-Programming | 57155a8db242c6ef34d3b1ab949d4e59d1675464 | [
"MIT"
] | 5 | 2021-04-27T19:12:35.000Z | 2022-03-22T17:24:38.000Z | Algorithms/Assembly 8086/Factorial.asm | NVombat/Competitive-Programming | 57155a8db242c6ef34d3b1ab949d4e59d1675464 | [
"MIT"
] | null | null | null | Algorithms/Assembly 8086/Factorial.asm | NVombat/Competitive-Programming | 57155a8db242c6ef34d3b1ab949d4e59d1675464 | [
"MIT"
] | null | null | null | DATA SEGMENT
A DW 5H
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE, DS:DATA
START:
MOV AX, DATA
MOV DS, AX
MOV CX, A
MOV AX, 0001H
L1: MUL CX
LOOP L1
CODE ENDS
END START
| 11.3 | 28 | 0.526549 |
ea1922dbfbc72822c3da8ee14daf980745b95000 | 891 | asm | Assembly | bootsector/printfuncs32.asm | drakeor/koiz-os-v1 | e16c708fc7022d18a2c3fa439a86c3bb128adb0b | [
"MIT"
] | null | null | null | bootsector/printfuncs32.asm | drakeor/koiz-os-v1 | e16c708fc7022d18a2c3fa439a86c3bb128adb0b | [
"MIT"
] | null | null | null | bootsector/printfuncs32.asm | drakeor/koiz-os-v1 | e16c708fc7022d18a2c3fa439a86c3bb128adb0b | [
"MIT"
] | 1 | 2021-02-10T00:02:38.000Z | 2021-02-10T00:02:38.000Z | use32
; This is pretty much a copy-paste from Page 32 of OS-DEV but fixed the bug in it
; I'll rewrite it later.. with local labels and stuff
VIDEO_MEMORY equ 0xb8000
WHITE_ON_BLACK equ 0x0f
; prints a null - terminated string pointed to by EDX
print_string_pm :
pusha
mov edx, VIDEO_MEMORY ; Set edx to the st... | 34.269231 | 81 | 0.705948 |
29726d0f8e73fedbec3f8bd56230bea8108ca0dc | 562 | asm | Assembly | oeis/024/A024075.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/024/A024075.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/024/A024075.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A024075: a(n) = 7^n-1.
; 0,6,48,342,2400,16806,117648,823542,5764800,40353606,282475248,1977326742,13841287200,96889010406,678223072848,4747561509942,33232930569600,232630513987206,1628413597910448,11398895185373142,79792266297612000,558545864083284006,3909821048582988048,27368747340080916342,191581231380566414400,13... | 70.25 | 497 | 0.880783 |
746d1bf50b5bfd25de0b27e80f26d63ea59dfcaa | 632 | asm | Assembly | programs/oeis/173/A173645.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/173/A173645.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/173/A173645.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A173645: Partial sums of floor(n^2/11).
; 0,0,0,0,1,3,6,10,15,22,31,42,55,70,87,107,130,156,185,217,253,293,337,385,437,493,554,620,691,767,848,935,1028,1127,1232,1343,1460,1584,1715,1853,1998,2150,2310,2478,2654,2838,3030,3230,3439,3657,3884,4120,4365,4620,4885,5160,5445,5740,6045,6361,6688,7026,7375,7735,8107,8491,... | 42.133333 | 478 | 0.726266 |
61d8d05c6dbb57ca7153da6a819d8b8945f7f5f6 | 285 | asm | Assembly | libsrc/games/enterprise/bit_open.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/games/enterprise/bit_open.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/games/enterprise/bit_open.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; $Id: bit_open.asm,v 1.1 2011/03/18 07:12:41 stefano Exp $
;
; Enterprise 64/128 1 bit sound functions
;
; void bit_open();
;
; Stefano Bodrato - 2011
;
XLIB bit_open
.bit_open
ld a,@00001000 ; Set D/A mode on left channel
out ($A7),a
ret
| 15.833333 | 59 | 0.578947 |
82858150500e275728fd73a0d732b0b30aa2d804 | 721 | asm | Assembly | oeis/041/A041071.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041071.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041071.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041071: Denominators of continued fraction convergents to sqrt(42).
; Submitted by Jon Maiga
; 1,2,25,52,649,1350,16849,35048,437425,909898,11356201,23622300,294823801,613269902,7654062625,15921395152,198710804449,413343004050,5158826853049,10730996710148,133930787374825,278592571459798,3477041644892401,723267586124... | 40.055556 | 494 | 0.825243 |
3ec9162c671b9e723673c0042514877803597129 | 760 | asm | Assembly | oeis/328/A328563.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/328/A328563.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/328/A328563.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A328563: Nonsquarefree unitary weird numbers that are also weird numbers.
; Submitted by Jon Maiga
; 1554070,1596070,1725430,1859830,1952230,2095030,2242870,2293270,2553670,2607430,2716630,2772070,3116470,3481030,3607030,3670870,3800230,3998470,4065670,4410070,4623430,4841830,5065270,5140870,5371030,5527270,5606230,6... | 44.705882 | 501 | 0.811842 |
7252a7dcab6fcedbfb497e99443e4ae3ec6bcd88 | 1,534 | asm | Assembly | 2011400_NguyenTuanKiet_Lab5/bt3_4.asm | alumica/KTMT | e500d826639df7e0c06f49f3ca2f3e9c86ea79f4 | [
"CECILL-B"
] | null | null | null | 2011400_NguyenTuanKiet_Lab5/bt3_4.asm | alumica/KTMT | e500d826639df7e0c06f49f3ca2f3e9c86ea79f4 | [
"CECILL-B"
] | null | null | null | 2011400_NguyenTuanKiet_Lab5/bt3_4.asm | alumica/KTMT | e500d826639df7e0c06f49f3ca2f3e9c86ea79f4 | [
"CECILL-B"
] | null | null | null | .model small
.stack 100
.data
tbn db 'Nhap so thap luc phan (toi da 4 ky so): $'
tbx db 13, 10, 'So thap luc vua nhap: $'
dem db ? ;toi da 4 ky so
.code
mov ax, @data
mov ds, ax
mov dem, 0
lea dx, tbn
mov ah, 9
int 21h
xor bx, bx
mov cl, 4
n2: ... | 18.938272 | 55 | 0.386571 |
b630c5589bcb92f127387692bd3a9f42c10c400e | 1,831 | asm | Assembly | programs/oeis/242/A242853.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/242/A242853.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/242/A242853.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A242853: 256*n^8 - 448*n^6 + 240*n^4 - 40*n^2 + 1.
; 1,9,40545,1372105,15003009,93149001,409389409,1423656585,4178507265,10783446409,25154396001,54085723209,108742564225,206671502025,374437978209,651009141001,1092011153409,1775000307465,2805897612385,4326746846409,6524966384001,9644275432009,13997485630305,1998135929... | 96.368421 | 1,637 | 0.894593 |
32dbc5157be96dcda99beab57c62b830f5d741d4 | 426 | asm | Assembly | programs/add_two_numbers.asm | blurpy/8-bit-computer-emulator | cc5fbdaccbe36c7be42b636d91837726f4e5b97c | [
"MIT"
] | 12 | 2021-03-28T13:31:18.000Z | 2022-03-23T04:17:32.000Z | programs/add_two_numbers.asm | blurpy/8-bit-computer-emulator | cc5fbdaccbe36c7be42b636d91837726f4e5b97c | [
"MIT"
] | 1 | 2021-05-22T17:35:16.000Z | 2021-05-22T17:35:16.000Z | programs/add_two_numbers.asm | blurpy/8-bit-computer-emulator | cc5fbdaccbe36c7be42b636d91837726f4e5b97c | [
"MIT"
] | null | null | null | LDA 14 ; Put the value from memory location 14 in the A-register
ADD 15 ; Put the value from memory location 15 in the B-register, and store A+B in the A-register
OUT ; Output the value of the A-register
HLT ; Halt the computer
ORG 14 ; Change memory location to 14
DB 28 ; Define a byte w... | 53.25 | 101 | 0.694836 |
83496ce12dfc9c8f56a68fe5ff0ae38fdfd53eb7 | 835 | asm | Assembly | oeis/175/A175659.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/175/A175659.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/175/A175659.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A175659: Eight bishops and one elephant on a 3 X 3 chessboard: a(n)= (3^(n+1)-Jacobsthal(n+1))-(3^n-Jacobsthal(n)), with Jacobsthal=A001045.
; Submitted by Christian Krause
; 1,6,16,52,156,476,1436,4332,13036,39196,117756,353612,1061516,3185916,9560476,28686892,86071596,258236636,774753596,2324348172,6973219276,20920... | 37.954545 | 488 | 0.782036 |
505794a13ec039e59ce5c8f81712b63bf30fa555 | 447 | asm | Assembly | programs/oeis/184/A184592.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/184/A184592.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/184/A184592.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A184592: a(n) = floor((n*(Pi-1) + 1)/(Pi-2)); complement of A184591.
; 2,4,6,8,10,12,14,15,17,19,21,23,25,27,29,30,32,34,36,38,40,42,44,45,47,49,51,53,55,57,59,60,62,64,66,68,70,72,74,75,77,79,81,83,85,87,89,90,92,94,96,98,100,102,104,105,107,109,111,113,115,117,119,120,122,124,126,128,130,132,134,135,137,139,141,143... | 63.857143 | 345 | 0.675615 |
3d19378998e306a9784f6cd6ea409e8c05eb33a1 | 28 | asm | Assembly | examples/getc.asm | shockkolate/shk-asm | 8db629519929eb03e852de0e85b98d879610a133 | [
"Apache-2.0"
] | null | null | null | examples/getc.asm | shockkolate/shk-asm | 8db629519929eb03e852de0e85b98d879610a133 | [
"Apache-2.0"
] | null | null | null | examples/getc.asm | shockkolate/shk-asm | 8db629519929eb03e852de0e85b98d879610a133 | [
"Apache-2.0"
] | null | null | null | getc:
LOD $0, #1:#0
RET
| 7 | 15 | 0.464286 |
e63d9e4993f9c289f82e9e0c1181c7d8db6788a5 | 651 | asm | Assembly | cards/bn6/ModCards/137-A042 JapanMan.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | 10 | 2017-12-05T14:25:38.000Z | 2022-02-21T04:28:00.000Z | cards/bn6/ModCards/137-A042 JapanMan.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | null | null | null | cards/bn6/ModCards/137-A042 JapanMan.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | null | null | null | .include "defaults_mod.asm"
table_file_jp equ "exe6-utf8.tbl"
table_file_en equ "bn6-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252354A // BR5J
game_code_2 equ 0x42523545 // BR5E
game_code_3 equ 0x42523550 // BR5P
card_type equ 1
card_id equ 42
card_no equ "042"
card_sub equ "Mod Card 042"
card_sub_x ... | 24.111111 | 35 | 0.772657 |
b1470394e2b63e6019b5e52097013f751595ca6f | 151 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_close.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_close.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_close.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | ; unsigned char esx_f_close(unsigned char handle)
SECTION code_esxdos
PUBLIC esx_f_close
EXTERN asm_esx_f_close
defc esx_f_close = asm_esx_f_close
| 15.1 | 49 | 0.84106 |
65a3401dc608d35d1a51c314d8aef79890b320ea | 737 | asm | Assembly | oeis/323/A323117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/323/A323117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/323/A323117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A323117: a(n) = T_{n}(n-1) where T_{n}(x) is a Chebyshev polynomial of the first kind.
; Submitted by Jon Maiga
; 1,0,1,26,577,15124,470449,17057046,708158977,33165873224,1730726404001,99612037019890,6269617090376641,428438743526336412,31592397706723526737,2500433598371461203374,211434761022028192051201,1902387940960... | 35.095238 | 464 | 0.804613 |
5d4f401bf9378a792c6da8daeb35a2de3e490885 | 304 | asm | Assembly | source/asm-example/perfect-squares.asm | Cligor/pyOS | d98c5a02f3fff7e7cbab81f3c73d753197620455 | [
"MIT"
] | null | null | null | source/asm-example/perfect-squares.asm | Cligor/pyOS | d98c5a02f3fff7e7cbab81f3c73d753197620455 | [
"MIT"
] | null | null | null | source/asm-example/perfect-squares.asm | Cligor/pyOS | d98c5a02f3fff7e7cbab81f3c73d753197620455 | [
"MIT"
] | null | null | null | str_end: .asciiz "perfect-squares ended"
_start:
mov r0, 1 # teste comentario
mov r2, 8
mov r1, 1
mov r4, data
loop:
mul r5, r1, r1
store [r4], r5
add r4, r4, r0
add r1, r1, r0
cmp_neq r3, r1, r2
jump_cond r3, loop
end:
mov r0, 1
mov r1, str_end
syscall
mov r0, 0
syscall
data: .data 10 | 14.47619 | 40 | 0.654605 |
244acf67d8fe2e817e2b713deeb73f6873b7d882 | 2,840 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_45_816.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_0x48_notsx.log_45_816.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_0x48_notsx.log_45_816.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1b922, %rbx
nop
nop
cmp %rdx, %rdx
movb $0x61, (%rbx)
nop
and %r8, %r8
lea addresses_normal_ht+0x17c42, %r13
nop
nop
nop
dec %r10
mov $0x6162636465666768, ... | 19.189189 | 148 | 0.651408 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.