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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9e09add8de3e85d2865e411a3633b60d918034fa | 1,347 | asm | Assembly | FASM/x32/console_add_call.asm | secana/Assembler-Examples | 4b67a32e702d5456ac00380ca081028c2e8d0baf | [
"Apache-2.0"
] | 8 | 2018-06-02T21:45:08.000Z | 2022-03-16T07:35:29.000Z | FASM/x32/console_add_call.asm | secana/Assembler-Examples | 4b67a32e702d5456ac00380ca081028c2e8d0baf | [
"Apache-2.0"
] | null | null | null | FASM/x32/console_add_call.asm | secana/Assembler-Examples | 4b67a32e702d5456ac00380ca081028c2e8d0baf | [
"Apache-2.0"
] | 7 | 2017-12-05T16:51:23.000Z | 2021-03-15T23:01:08.000Z | format PE console
entry start
include 'win32a.inc'
section '.idata' import data readable writeable
library kernel32, 'kernel32.dll', \
msvcrt, 'MSVCRT.DLL'
import kernel32, \
ExitProcess, 'ExitProcess'
import msvcrt, \
printf, 'printf', \
scanf, 'scanf'
section '.data' da... | 20.723077 | 47 | 0.570156 |
ebe86342e561cecc865b6adfec67139cc872a72d | 483 | asm | Assembly | Irvine/Examples/ch08/32 bit/Smallint.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch08/32 bit/Smallint.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch08/32 bit/Smallint.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | ; Demonstrate 16-bit stack parameter (Smallint.asm)
; This program demonstrates the use of 16-bit stack parameters.
INCLUDE Irvine32.inc
.data
wordVal WORD 1234h
.code
main PROC
push wordVal
call Smallint
call DumpRegs
exit
main ENDP
; receives a 16-bit stack parameter. Uses STDCALL.
PROC
push ebp
... | 14.636364 | 63 | 0.726708 |
4c1b94670b8e8566a8daea7d2c458be8a99e7c9c | 12,762 | asm | Assembly | lib/am335x_sdk/ti/drv/i2c/firmware/icss_i2c/src/I2C_scheduler.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | 2 | 2021-12-27T10:19:01.000Z | 2022-03-15T07:09:06.000Z | lib/am335x_sdk/ti/drv/i2c/firmware/icss_i2c/src/I2C_scheduler.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | lib/am335x_sdk/ti/drv/i2c/firmware/icss_i2c/src/I2C_scheduler.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | ;
; TEXAS INSTRUMENTS TEXT FILE LICENSE
;
; Copyright (c) 2017-2018 Texas Instruments Incorporated
;
; All rights reserved not granted herein.
;
; Limited License.
;
; Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
; license under copyrights and patents it now or hereafter... | 32.891753 | 104 | 0.672308 |
8c1473bdf294c462f48845e114051b2d98f12908 | 2,026 | asm | Assembly | externals/mpir-3.0.0/mpn/x86w/pentium4/sse2/modexact_1c_odd.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/x86w/pentium4/sse2/modexact_1c_odd.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/x86w/pentium4/sse2/modexact_1c_odd.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z |
; Copyright 2001, 2002 Free Software Foundation, Inc.
;
; This file is part of the GNU MP Library.
;
; The GNU MP 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 Software Foundation; either version 2.1 of th... | 23.55814 | 72 | 0.679664 |
0f28a4c18184a76e7a1890c0413b1285c40e20bf | 379 | asm | Assembly | programs/oeis/220/A220186.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/220/A220186.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/220/A220186.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A220186: Numbers n >= 0 such that n^2 + n*(n+1)/2 is a square.
; 0,8,800,78408,7683200,752875208,73774087200,7229107670408,708378777612800,69413891098384008,6801852948864020000,666512175097575576008,65311391306613542428800,6399849835873029582446408,627119972524250285537319200
seq $0,87799 ; a(n) = 10*a(n-1) - a(n-2)... | 54.142857 | 213 | 0.759894 |
7f7dac3f54dc18bfa3ab62acd6a3a3f081eaa590 | 19,532 | asm | Assembly | Code/CustomControl/RAResEd/Src/Bak/VersionEdit(3).asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 11 | 2016-12-03T16:35:42.000Z | 2022-03-26T06:02:53.000Z | Code/CustomControl/RAResEd/Src/Bak/VersionEdit(3).asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 1 | 2018-02-24T20:17:46.000Z | 2018-03-02T08:57:40.000Z | Code/CustomControl/RAResEd/Src/Bak/VersionEdit(3).asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 4 | 2018-10-19T01:14:55.000Z | 2021-09-11T18:51:48.000Z |
IDD_DLGVERSION equ 1700
IDC_EDTVERFILE equ 2903
IDC_EDTVERPROD equ 2904
IDC_CBOVEROS equ 2905
IDC_CBOVERTYPE equ 2906
IDC_CBOVERLANG equ 2907
IDC_CBOVERCHAR equ 2908
IDC_LSTVER equ 2909
IDC_EDTVER equ 2910
IDC_EDTVERTPE equ 2911
IDC_BTNVERADD equ 2912
.const
szVerOS dd 00000004h
... | 21.921437 | 96 | 0.665728 |
6e2c23ae8a045f880a7fecb5894772723ecd1cef | 396 | asm | Assembly | programs/oeis/301/A301797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/301/A301797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/301/A301797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A301797: a(n) = (4^prime(n) - 1)/3.
; 5,21,341,5461,1398101,22369621,5726623061,91625968981,23456248059221,96076792050570581,1537228672809129301,6296488643826193618261,1611901092819505566274901,25790417485112089060398421,6602346876188694799461995861,27043212804868893898596335048021
seq $0,6005 ; The odd prime number... | 36 | 246 | 0.800505 |
9811c88ff85b9659b87d8af1c112684d87277e04 | 147 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_exp2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_exp2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_exp2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math32
PUBLIC cm32_sdcc_exp2
EXTERN cm32_sdcc_fsread1, _m32_exp2f
cm32_sdcc_exp2:
call cm32_sdcc_fsread1
jp _m32_exp2f
| 13.363636 | 36 | 0.823129 |
82e33c266a1d658f254b174b65cdcf1f9476e575 | 126 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/exp_fastcall.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/exp_fastcall.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/exp_fastcall.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC _exp_fastcall
EXTERN asm_am9511_exp_fastcall
defc _exp_fastcall = asm_am9511_exp_fastcall
| 18 | 45 | 0.865079 |
f57960f1402f5755d7a601217ce447e00d26f9a2 | 387 | asm | Assembly | assembler/tests/t_hcs08/t_hcs08.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | 1 | 2022-01-17T16:06:15.000Z | 2022-01-17T16:06:15.000Z | assembler/tests/t_hcs08/t_hcs08.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_hcs08/t_hcs08.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | cpu 68HCS08
page 0
bgnd
cphx #$55aa
cphx $20
cphx $2030
cphx $40,sp
ldhx #$55aa
ldhx $20
ldhx $2030
ldhx ,x
ldhx $40,x
ldhx $4050,x
ldhx $40,sp
... | 17.590909 | 23 | 0.315245 |
07f89ef4931f5a6a7a5152505d28b5caac946455 | 3,790 | asm | Assembly | OvmfPkg/ResetVector/X64/IntelTdxMetadata.asm | nicklela/edk2 | dfafa8e45382939fb5dc78e9d37b97b500a43613 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 3,012 | 2015-01-01T19:58:18.000Z | 2022-03-31T22:07:14.000Z | OvmfPkg/ResetVector/X64/IntelTdxMetadata.asm | nicklela/edk2 | dfafa8e45382939fb5dc78e9d37b97b500a43613 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 1,199 | 2015-01-12T08:00:01.000Z | 2022-03-29T18:14:42.000Z | OvmfPkg/ResetVector/X64/IntelTdxMetadata.asm | nicklela/edk2 | dfafa8e45382939fb5dc78e9d37b97b500a43613 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 1,850 | 2015-01-01T11:28:12.000Z | 2022-03-31T18:10:59.000Z | ;------------------------------------------------------------------------------
; @file
; Tdx Virtual Firmware metadata
;
; When host VMM creates a new guest TD, some initial set of TD-private pages
; are added using the TDH.MEM.PAGE.ADD function. These pages typically contain
; Virtual BIOS code and data along w... | 32.672414 | 80 | 0.699472 |
3620361bc5856edb4c993330f0cb308d814680fa | 1,697 | asm | Assembly | cli.asm | paulmooreparks/Tortilla | bd0db349d0b114e9b86a85c8e991b42c8df9ae1d | [
"Apache-2.0"
] | 4 | 2016-09-27T20:52:07.000Z | 2021-12-24T06:46:46.000Z | cli.asm | paulmooreparks/Tortilla | bd0db349d0b114e9b86a85c8e991b42c8df9ae1d | [
"Apache-2.0"
] | 2 | 2018-08-29T03:26:54.000Z | 2020-12-28T03:35:43.000Z | cli.asm | paulmooreparks/Tortilla | bd0db349d0b114e9b86a85c8e991b42c8df9ae1d | [
"Apache-2.0"
] | null | null | null | INCLUDE "core.asm"
INCLUDE "stdlib.asm"
LABEL _start $00001000
LABEL output AUTO
LABEL first_word AUTO
LABEL second_word AUTO
LABEL message AUTO
LABEL prompt AUTO
LABEL color_1 AUTO
LABEL color_2 AUTO
; Startup routine
_start:
... | 16.80198 | 120 | 0.549204 |
2beb77c8fb5ba75d6d995934a2019e85462628f7 | 1,231 | asm | Assembly | programs/oeis/229/A229004.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/229/A229004.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/229/A229004.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A229004: Indices of Bell numbers divisible by 3.
; 4,8,9,11,17,21,22,24,30,34,35,37,43,47,48,50,56,60,61,63,69,73,74,76,82,86,87,89,95,99,100,102,108,112,113,115,121,125,126,128,134,138,139,141,147,151,152,154,160,164,165,167,173,177,178,180,186,190,191,193,199,203,204,206,212,216,217,219,225,229,230,232,238,242,243,... | 51.291667 | 968 | 0.690496 |
6b3fd63e6bfc6d3b0c03b73ff7b40ffc772ba1cc | 766 | asm | Assembly | oeis/290/A290913.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/290/A290913.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/290/A290913.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A290913: p-INVERT of the positive integers, where p(S) = 1 - 7*S^2.
; Submitted by Jamie Morken(w2)
; 0,7,28,119,532,2352,10388,45913,202916,896777,3963288,17515680,77410200,342112855,1511961052,6682082183,29531331004,130513137552,576800248892,2549157374953,11265950967908,49789649104601,220044376637232,97248180215020... | 36.47619 | 492 | 0.784595 |
816cd71e9935c9556e1a2ea77e1c0fb82d7ad74c | 475 | asm | Assembly | programs/oeis/132/A132189.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/132/A132189.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/132/A132189.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A132189: Number of non-constant 3-term geometric progressions with no term exceeding n.
; 0,0,0,2,2,2,2,4,8,8,8,10,10,10,10,16,16,20,20,22,22,22,22,24,32,32,36,38,38,38,38,44,44,44,44,54,54,54,54,56,56,56,56,58,62,62,62,68,80,88,88,90,90,94,94,96,96,96,96,98,98,98,102,116,116,116,116,118,118,118
lpb $0
mov $2,$0
... | 39.583333 | 208 | 0.671579 |
8b1d62e587e811a77ce2bfdc7f1e3b4ae062c343 | 1,298 | asm | Assembly | programs/pwd.asm | re0ah/nameless-OS16 | 3218ec1e83130a027ec74697ab72e2de75b3bb66 | [
"Unlicense"
] | null | null | null | programs/pwd.asm | re0ah/nameless-OS16 | 3218ec1e83130a027ec74697ab72e2de75b3bb66 | [
"Unlicense"
] | null | null | null | programs/pwd.asm | re0ah/nameless-OS16 | 3218ec1e83130a027ec74697ab72e2de75b3bb66 | [
"Unlicense"
] | null | null | null | ;This is free and unencumbered software released into the public domain.
;Anyone is free to copy, modify, publish, use, compile, sell, or
;distribute this software, either in source code form or as a compiled
;binary, for any purpose, commercial or non-commercial, and by any
;means.
;In jurisdictions that recognize c... | 41.870968 | 72 | 0.781972 |
6cee21c78487751bd20bbdc46029f9bcc448b76e | 1,769 | asm | Assembly | programs/oeis/168/A168220.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168220.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168220.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168220: a(n) = n^4*(n^6 + 1)/2.
; 0,1,520,29565,524416,4883125,30233736,141238825,536872960,1743395481,5000005000,12968719621,30958692480,68929260205,144627346696,288325220625,549755846656,1007996991985,1785233665800,3065533194061,5120000080000,8339940586341,13279961512840,20713255746745,31701690648576,4768371601562... | 196.555556 | 1,684 | 0.918033 |
f57b2f33025d1d12990ec3d3054e0e6080f5607a | 378 | asm | Assembly | oeis/347/A347478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/347/A347478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/347/A347478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A347478: Number of total dominating sets in the n-alkane graph.
; 15,64,256,1024,4096,16384,65536,262144,1048576,4194304,16777216,67108864,268435456,1073741824,4294967296,17179869184,68719476736,274877906944,1099511627776,4398046511104,17592186044416,70368744177664,281474976710656,1125899906842624
sub $0,1
mov $1,4
... | 31.5 | 234 | 0.793651 |
ba71b238e5598377ce6c88a8781a34b7f09d8430 | 178 | asm | Assembly | programs/oeis/289/A289642.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/289/A289642.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/289/A289642.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A289642: Number of 2-digit numbers whose digits add up to n.
; 1,2,3,4,5,6,7,8,9,9,8,7,6,5,4,3,2,1
add $0,1
mov $2,$0
lpb $0
mov $0,19
sub $2,1
sub $0,$2
sub $0,1
lpe
| 14.833333 | 62 | 0.578652 |
86c58c6b72a999fc6d2866b02c1711505142711d | 4,150 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_67_1337.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_67_1337.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_67_1337.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 %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x37a6, %rsi
lea addresses_D_ht+0x1ea6, %rdi
nop
nop
nop
add %r13, %r13
mov $13, %rcx
rep movsw
nop
nop
add %r12, %r12
lea addresses_WT_ht+0x5f2a, %r12
nop
nop
nop
nop
nop
add $6803, %rc... | 20.75 | 200 | 0.643614 |
6ec5f62ca5a081296f2edcbba7d69a2eb3b58f7e | 1,663 | asm | Assembly | 8088/mintimer/multimer.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/mintimer/multimer.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/mintimer/multimer.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | %include "../defaults_bin.asm"
in al,0x61
and al,0xfc
or al,1
out 0x61,al
; Enable auto-EOI
mov al,0x13 ; ICW4 needed, not cascaded, call address interval 8, edge triggered
out 0x20,al ; Set ICW1
mov al,0x08 ; Interrupt vector address
out 0x21,al ; Set ICW2
mov al,0x0f ; 8086/808 mode, auto... | 17.14433 | 118 | 0.621167 |
5ff4466ac93290d74d1e5afe455d6a1ca6c32672 | 8,932 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_9870_1605.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_9870_1605.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_9870_1605.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xe96d, %r9
xor %rdx, %rdx
vmovups (%r9), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $1, %xmm0, %r8
nop
nop
sub $58040, %rax
lea addresses_WT_ht+0x15ded, %r1... | 31.9 | 2,999 | 0.648791 |
be7130c8abc9b67456dcb0931ef25b13cba3fb8d | 589 | asm | Assembly | oeis/305/A305262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/305/A305262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/305/A305262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A305262: a(n) = 140*2^n - 127.
; 13,153,433,993,2113,4353,8833,17793,35713,71553,143233,286593,573313,1146753,2293633,4587393,9174913,18349953,36700033,73400193,146800513,293601153,587202433,1174404993,2348810113,4697620353,9395240833,18790481793,37580963713,75161927553,150323855233,300647710593,601295421313,12025908... | 58.9 | 495 | 0.843803 |
111646f1533c4a86b0a29fee87d5e13535cb6c17 | 22,381 | asm | Assembly | platforms/m3/pre_v12/compiled_prog_vlsipool/none/SRAM_test_0.asm | lab11/M-ulator | 95b49c6194678c74accca4a20af71380efbcac5f | [
"Apache-2.0",
"MIT"
] | 19 | 2015-01-26T10:47:23.000Z | 2021-08-13T11:07:54.000Z | platforms/m3/pre_v12/compiled_prog_vlsipool/none/SRAM_test_0.asm | lab11/M-ulator | 95b49c6194678c74accca4a20af71380efbcac5f | [
"Apache-2.0",
"MIT"
] | 14 | 2015-08-24T02:35:46.000Z | 2021-05-05T03:53:44.000Z | platforms/m3/pre_v12/compiled_prog_vlsipool/none/SRAM_test_0.asm | lab11/M-ulator | 95b49c6194678c74accca4a20af71380efbcac5f | [
"Apache-2.0",
"MIT"
] | 9 | 2015-05-27T23:27:35.000Z | 2020-10-05T22:02:43.000Z |
SRAM_test_0/SRAM_test_0.elf: file format elf32-littlearm
Disassembly of section .text:
00000000 <hang-0x90>:
0: 00002000 .word 0x00002000
4: 000000a1 .word 0x000000a1
...
1c: 00000090 .word 0x00000090
20: 00000090 .word 0x00000090
24: 00000090 .word 0x00000090
28: 00000090 .word 0x00000090
... | 31.611582 | 67 | 0.590635 |
7837c0ffab0cfbc697cfa9bd9330bfca6357fbd3 | 2,426 | nasm | Assembly | assignment6/shellcode-893-modified.nasm | tdmathison/SLAE32 | ca19cb8079ba2ccf8362c39e5bb257efc72d452e | [
"MIT"
] | null | null | null | assignment6/shellcode-893-modified.nasm | tdmathison/SLAE32 | ca19cb8079ba2ccf8362c39e5bb257efc72d452e | [
"MIT"
] | null | null | null | assignment6/shellcode-893-modified.nasm | tdmathison/SLAE32 | ca19cb8079ba2ccf8362c39e5bb257efc72d452e | [
"MIT"
] | null | null | null | ; Modified version of shellcode-893
; This was created as part of the SecurityTube Linux Assembly Expert
; course at http://securitytube-training.com/online-courses/securitytube-linux-assembly-expert/
;
; Travis Mathison
;
; The MIT License (MIT)
;
; Copyright (c) 2018 Travis Mathison
;
; Permission is hereby granted,... | 32.346667 | 95 | 0.663644 |
98acf75092bd638e5b0f604ff0066771732c9da7 | 7,713 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_542_327.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_542_327.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xca.log_542_327.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 %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x18f1d, %r13
nop
nop
sub %r15, %r15
movb (%r13), %r12b
nop
nop
nop
and $6523, %r8
lea addresses_A_ht+0x17378, %rdx
nop
add $24684, %rax
mov (%rdx), %cx
nop
nop
s... | 27.063158 | 1,625 | 0.647867 |
0db9381df1c1b790397c50121059bd9898b3e710 | 1,214 | asm | Assembly | programs/oeis/092/A092910.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/092/A092910.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/092/A092910.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A092910: a(n) is the (3n+2)-th component of the continued fraction for sum(k>=0,2^(-k!)).
; 3,4,3,3,2,3,4,3,2,4,3,2,3,3,4,3,2,4,3,3,2,3,4,2,3,4,3,2,3,3,4,3,2,4,3,3,2,3,4,3,2,4,3,2,3,3,4,2,3,4,3,3,2,3,4,2,3,4,3,2,3,3,4,3,2,4,3,3,2,3,4,3,2,4,3,2,3,3,4,3,2,4,3,3,2,3,4,2,3,4,3,2,3,3,4,2,3,4,3,3,2,3,4,3,2,4,3,2,3,3,4,2,3,... | 21.298246 | 501 | 0.472817 |
830ace733b4b160e2afa759af361bb75b35dcbb8 | 1,306 | asm | Assembly | 51-创建窗口api/OS-kernel-win-sheet/api_call.asm | wdkang123/MyOperatingSystem | 66d0fcbbde079a3fae75484871590df470229d7b | [
"MIT"
] | 7 | 2021-01-28T11:42:08.000Z | 2021-12-12T11:16:14.000Z | 51-创建窗口api/OS-kernel-win-sheet/api_call.asm | wdkang123/MyOperatingSystem | 66d0fcbbde079a3fae75484871590df470229d7b | [
"MIT"
] | 1 | 2021-09-09T03:52:11.000Z | 2021-09-13T00:20:23.000Z | 51-创建窗口api/OS-kernel-win-sheet/api_call.asm | wdkang123/MyOperatingSystem | 66d0fcbbde079a3fae75484871590df470229d7b | [
"MIT"
] | 1 | 2021-08-25T12:57:10.000Z | 2021-08-25T12:57:10.000Z | [map symbols app_c.map]
[SECTION .s32]
BITS 32
call main
mov edx, 4 ;返回内核
int 02Dh
api_putchar:
mov edx, 1
mov al, [esp + 4]
int 02Dh
ret
api_putstr: ;void api_putstr(char* s)
push ebx
mov edx, 2
mov ebx, [ESP+8]
int 02Dh
pop ebx
ret
api_openwin: ;int api_openwin(char*buf, int xsiz,... | 15.926829 | 89 | 0.613323 |
990dcb2e28273c8dcb6029e423d09be2944d6838 | 3,073 | asm | Assembly | programs/oeis/055/A055797.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/055/A055797.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/055/A055797.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A055797: T(2n+4,n), array T as in A055794.
; 1,6,22,64,162,372,792,1584,3003,5434,9438,15808,25636,40392,62016,93024,136629,196878,278806,388608,533830,723580,968760,1282320,1679535,2178306,2799486,3567232,4509384,5657872,7049152,8724672,10731369,13122198,15956694,19301568,23231338,27828996,33186712,39406576,46601379... | 279.363636 | 2,918 | 0.896518 |
820997ea6485be94d416f84abec78856e222df76 | 893 | asm | Assembly | oeis/221/A221686.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/221/A221686.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/221/A221686.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A221686: Number of 0..n arrays of length 7 with each element differing from at least one neighbor by 1 or less, starting with 0.
; Submitted by Christian Krause
; 64,320,844,1692,2856,4326,6102,8184,10572,13266,16266,19572,23184,27102,31326,35856,40692,45834,51282,57036,63096,69462,76134,83112,90396,97986,105882,1140... | 30.793103 | 495 | 0.74692 |
8c7c5d6c6858bff7501b23a39e55cc286ac4ac25 | 382 | asm | Assembly | oeis/128/A128937.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/128/A128937.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/128/A128937.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A128937: Triangle formed by reading A039598 mod 2.
; Submitted by Christian Krause
; 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,0,1,0,0,0,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0
seq $0,156290 ; Triangle read by... | 54.571429 | 201 | 0.628272 |
e0d9ce3d7622df03ec57a7fb1e342b6925b0d5d2 | 285 | asm | Assembly | src/kernel/start.asm | raining888/neonix | 4335b0866ae8d5ece91a287dde3c80ff66133c47 | [
"MIT"
] | null | null | null | src/kernel/start.asm | raining888/neonix | 4335b0866ae8d5ece91a287dde3c80ff66133c47 | [
"MIT"
] | null | null | null | src/kernel/start.asm | raining888/neonix | 4335b0866ae8d5ece91a287dde3c80ff66133c47 | [
"MIT"
] | null | null | null | [bits 32]
extern console_init
extern gdt_init
extern memory_init
extern kernel_init
global _start:
_start:
push ebx; loader中的ards_count
push eax; loader中的magic
call console_init; 控制台初始化
call gdt_init; 全局描述符初始化
call memory_init; 内存初始化
call kernel_init; 内核初始化
jmp $; 阻塞
| 15.833333 | 30 | 0.778947 |
7c8b97b783ba9ed21f6ba5ff4106288a4610513f | 427 | asm | Assembly | oeis/169/A169998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/169/A169998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/169/A169998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A169998: a(0)=1, a(1)=1; thereafter a(n) = -a(n-1) - 2*a(n-2).
; Submitted by Jon Maiga
; 1,1,-3,1,5,-7,-3,17,-11,-23,45,1,-91,89,93,-271,85,457,-627,-287,1541,-967,-2115,4049,181,-8279,7917,8641,-24475,7193,41757,-56143,-27371,139657,-84915,-194399,364229,24569,-753027,703889,802165,-2209943,605613,3814273,-5025499,... | 28.466667 | 238 | 0.627635 |
32e3de86310fb0a0c1eef1b9b44dca8d49708fdf | 199 | asm | Assembly | src/stars/tests/tests/pseudoOps/rolv_rorv_test.asm | kevintmcdonnell/stars | ce0df570c546a8490ef4f9ceeb84c8e1132b2791 | [
"MIT"
] | 9 | 2020-11-05T21:26:09.000Z | 2022-03-04T15:24:40.000Z | src/stars/tests/tests/pseudoOps/rolv_rorv_test.asm | kevintmcdonnell/stars | ce0df570c546a8490ef4f9ceeb84c8e1132b2791 | [
"MIT"
] | 7 | 2020-11-06T15:59:40.000Z | 2021-08-31T16:36:43.000Z | src/stars/tests/tests/pseudoOps/rolv_rorv_test.asm | kevintmcdonnell/stars | ce0df570c546a8490ef4f9ceeb84c8e1132b2791 | [
"MIT"
] | 1 | 2021-07-13T21:55:02.000Z | 2021-07-13T21:55:02.000Z | .text
main:
li $t0, 0x1234abcd
li $t1, 12
# Should be 0x4abcd123
rolv $a0, $t0, $t1
li $v0, 34
syscall
li $a0, ' '
li $v0, 11
syscall
# Should be 0xbcd1234a
rorv $a0, $t0, $t1
li $v0, 34
syscall | 9.95 | 22 | 0.638191 |
92dd3cd27aa258e1af08bb3d5f92f5afba73e935 | 347 | asm | Assembly | programs/oeis/029/A029132.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/029/A029132.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/029/A029132.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A029132: Expansion of 1/((1-x)(1-x^9)(1-x^10)(1-x^11)).
; 1,1,1,1,1,1,1,1,1,2,3,4,4,4,4,4,4,4,5,6,8,9,10,10,10,10,10,11,12,14,16,18,19,20,20,20,21,22,24,26,29,31,33,34,35,36,37,39,41,44,47,50,52,54,56,58,60,62,65,68,72,75
lpb $0
mov $2,$0
sub $0,9
seq $2,25793 ; Expansion of 1/((1-x)(1-x^10)(1-x^11)).
add $1... | 28.916667 | 165 | 0.567723 |
a3e44f2433dfbd9b5cb0e45a68a1c90aeccaf300 | 322 | asm | Assembly | programs/oeis/040/A040874.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040874.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040874.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040874: Continued fraction for sqrt(905).
; 30,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60
sub $0,1
mod $0,2
mul $0,10
add $0,2
pow $0,2
mov $1,$0
div $1,17
mul $1,6
add $1,1... | 24.769231 | 190 | 0.645963 |
e30653ee617340a83b5de39dc045846781db5a77 | 51 | asm | Assembly | src/main/fragment/mos6502-common/vdum1=_makelong4_(vbuxx)_(vbuaa)_(vbum2)_(vbuyy).asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vdum1=_makelong4_(vbuxx)_(vbuaa)_(vbum2)_(vbuyy).asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vdum1=_makelong4_(vbuxx)_(vbuaa)_(vbum2)_(vbuyy).asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | stx {m1}
sta {m1}+1
lda {m2}
sta {m1}+2
sty {m1}+3
| 8.5 | 10 | 0.54902 |
55eebb7fa346bf52fc5cb34a63d4eb297c3f36e2 | 113 | asm | Assembly | test_roms/test0.asm | zmarvel/slowboy | c173343746b425f97d15ad0f25637f345b867fcd | [
"MIT"
] | 2 | 2017-01-27T03:38:18.000Z | 2022-02-18T12:07:26.000Z | test_roms/test0.asm | zmarvel/slowboy | c173343746b425f97d15ad0f25637f345b867fcd | [
"MIT"
] | 4 | 2017-04-24T02:58:30.000Z | 2017-04-24T03:13:10.000Z | test_roms/test0.asm | zmarvel/slowboy | c173343746b425f97d15ad0f25637f345b867fcd | [
"MIT"
] | null | null | null | include "header.asm"
SECTION "EntryPoint",ROM0[$150]
;;
;; Actual entry point
;;
loop:
nop
jr $fd ;; -3
jr loop
| 10.272727 | 31 | 0.654867 |
11449a508070504f97efca51f672df9817e2edab | 954 | asm | Assembly | test/sreg.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | test/sreg.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | test/sreg.asm | km2m/nasm | 4c3798b7e6a1258122722d55d85ecd820721db5d | [
"BSD-2-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | bits 64
mov es,rax
mov ss,rax
mov ds,rax
mov fs,rax
mov gs,rax
mov es,eax
mov ss,eax
mov ds,eax
mov fs,eax
mov gs,eax
mov es,ax
mov ss,ax
mov ds,ax
mov fs,ax
mov gs,ax
mov es,[rsi]
mov ss,[rsi]
mov ds,[rsi]
mov fs,[rsi]
mov gs,[rsi]
mov es,word [rsi]
mov ss,word [rsi]
mov ds,word [rsi]
mov fs,w... | 14.454545 | 19 | 0.636268 |
81f2bca0bd5b0086f09ce29627aba7fdc3305ff5 | 1,181 | asm | Assembly | _build/dispatcher/jmp_ippsGFpIsUnityElement_9c83155f.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpIsUnityElement_9c83155f.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpIsUnityElement_9c83155f.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpIsUnityElement:function
extern n8_ippsGFpIsUnityElement:function
extern y8_ippsGFpIsUnityElement:function
extern e9_ippsGFpIsUnityElement:function
extern l9_ippsGFpIsUnityElement:function
extern n0_ippsGFpIsUnityElement:function
extern k0_ippsGFpIsUnityElement:function
extern ippcpJumpIndexForMergedLib... | 30.282051 | 111 | 0.813717 |
3de7f9ed50a111a8ae9cd3aca115900838a168a5 | 39,589 | asm | Assembly | zombie.asm | johnhhyang/os2 | 4a6108a836f08fb8e87b183683497ab299d235ba | [
"MIT-0"
] | null | null | null | zombie.asm | johnhhyang/os2 | 4a6108a836f08fb8e87b183683497ab299d235ba | [
"MIT-0"
] | null | null | null | zombie.asm | johnhhyang/os2 | 4a6108a836f08fb8e87b183683497ab299d235ba | [
"MIT-0"
] | null | null | null |
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 10 sub $0x10,%... | 33.77901 | 60 | 0.425143 |
e3264f2c232870c6a8e1e12e6111ef5dfe5ae264 | 6,508 | asm | Assembly | kernel/vfs/parse.asm | gniuk/BOS | 5e144deaab35e84b572c5374dcda25490dd5c737 | [
"Unlicense"
] | 16 | 2015-01-21T18:19:25.000Z | 2022-02-10T02:56:59.000Z | kernel/vfs/parse.asm | gniuk/BOS | 5e144deaab35e84b572c5374dcda25490dd5c737 | [
"Unlicense"
] | 1 | 2018-12-27T20:57:54.000Z | 2018-12-31T20:00:09.000Z | kernel/vfs/parse.asm | gniuk/BOS | 5e144deaab35e84b572c5374dcda25490dd5c737 | [
"Unlicense"
] | 5 | 2015-01-16T13:31:14.000Z | 2019-07-01T15:17:44.000Z | ;--------------------------------------------------------------;
; parse_path - parse path to get info on each part ;
;--------------------------------------------------------------;
; ;
; in: esi = pointer to full ASCIIZ path ... | 43.386667 | 84 | 0.309926 |
67e9a3a1ddd74e73d936019a969d8f0e9ec85cf3 | 7,525 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_15926_1481.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_15926_1481.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_15926_1481.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 %r9
push %rbp
push %rbx
push %rcx
lea addresses_WT_ht+0x4e9d, %r12
and %r11, %r11
mov $0x6162636465666768, %r10
movq %r10, %xmm3
movups %xmm3, (%r12)
xor %r9, %r9
lea addresses_WT_ht+0x1d29d, %r9
nop
nop
nop
sub $11541, %rbp
mov $0x61626364... | 33.896396 | 2,999 | 0.651561 |
61b750a6fe623db467ee0a99406e1ae857171d29 | 665 | asm | Assembly | src/firmware/Platform/Timer0/Initialise.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware/Platform/Timer0/Initialise.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware/Platform/Timer0/Initialise.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "TailCalls.inc"
#include "InitialisationChain.inc"
#include "Timer0.inc"
radix decimal
constrainedToMcuFastClockFrequencyHz 4000000
NON_TIMER0_MASK equ (1 << NOT_RABPU) | (1 << INTEDG)
PRESCALER_DIVIDE_BY_128 equ b'00000110'
extern INITIALISE_AFTER_TIMER0
Timer0 code
global... | 17.051282 | 52 | 0.806015 |
e3359ea1198d2cfe7664e51cfa7e118efc530ee7 | 533 | asm | Assembly | test.asm | MishaVernik/TASM-compiler | 1523bc4f105879ae37cd39a11c5999250b494a78 | [
"MIT"
] | null | null | null | test.asm | MishaVernik/TASM-compiler | 1523bc4f105879ae37cd39a11c5999250b494a78 | [
"MIT"
] | null | null | null | test.asm | MishaVernik/TASM-compiler | 1523bc4f105879ae37cd39a11c5999250b494a78 | [
"MIT"
] | null | null | null | CDATA SEGMENT
M1 DD 111b
M2 DW 0Fh
M3 DD 20
SMS DB 'COMPILER 1.0.0'
CDATA ENDS
INCAX MACRO
INC AX
ENDM
INCNUM MACRO NUMBER
INC NUMBER
ENDM
CSEG SEGMENT
START:
MOV AX, CDATA
MOV DS, AX
MOV AX, 10h
BT AX, BX
AAS
INC CX
DEC WORD PTR [DI]
AND... | 13.325 | 32 | 0.538462 |
60fac8ed4a7b9458920973d5c2f47c705ef253b4 | 5,274 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_503.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_503.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_503.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x19ed4, %rsi
lea addresses_D_ht+0x17fa6, %rdi
nop
nop
add $55101, %r10
mov $31, %rcx
rep movsb
and %rbx, %rbx
lea addresses_WT_ht+0x914e, %rsi
lea addresses_WT_ht+0x13af4, %rdi
nop
add %... | 46.672566 | 2,999 | 0.657755 |
e0dc581e3e4be3d02464cf48bc7c110de855b79b | 389 | asm | Assembly | programs/oeis/024/A024305.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024305.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024305.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024305: a(n) = 2*(n+1) + 3*n + ... + (k+1)*(n+2-k), where k = floor((n+1)/2).
; 4,6,17,22,43,52,86,100,150,170,239,266,357,392,508,552,696,750,925,990,1199,1276,1522,1612,1898,2002,2331,2450,2825,2960,3384,3536,4012,4182,4713,4902,5491,5700,6350,6580,7294,7546,8327,8602,9453,9752,10676,11000,12000
mov $2,$0
add $0,... | 29.923077 | 220 | 0.62982 |
f55a2619b673bd4de1a26813a1cc82bec58f02f5 | 1,182 | asm | Assembly | programs/oeis/091/A091998.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/091/A091998.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/091/A091998.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A091998: Numbers that are congruent to {1, 11} mod 12.
; 1,11,13,23,25,35,37,47,49,59,61,71,73,83,85,95,97,107,109,119,121,131,133,143,145,155,157,167,169,179,181,191,193,203,205,215,217,227,229,239,241,251,253,263,265,275,277,287,289,299,301,311,313,323,325,335,337,347,349,359,361,371,373,383,385,395,397,407,409,419... | 118.2 | 1,066 | 0.749577 |
707511c26398bc4e56def761a3ab892592158d61 | 7,918 | asm | Assembly | tests/avif/invalid-transformation-order-gpac.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | null | null | null | tests/avif/invalid-transformation-order-gpac.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | null | null | null | tests/avif/invalid-transformation-order-gpac.asm | y-guyon/ComplianceWarden | 7315f1266b083a1cd958eae9ce7c8f07a8a6ad2d | [
"BSD-3-Clause"
] | null | null | null | %define BE(a) ( ((((a)>>24)&0xFF) << 0) + ((((a)>>16)&0xFF) << 8) + ((((a)>>8)&0xFF) << 16) + ((((a)>>0)&0xFF) << 24))
ftyp_start:
dd BE(ftyp_end - ftyp_start)
dd "ftyp"
db 0x6D, 0x69, 0x66, 0x31 ; brand(32) ('mif1')
db 0x00, 0x00, 0x00, 0x00 ; version(32)
db 0x6D, 0x69, 0x66, 0x31 ; compatible_... | 39.788945 | 531 | 0.503031 |
f3a443de440795edc5bc102157500f083c85ec8d | 4,425 | asm | Assembly | engine/events/name_rater.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | engine/events/name_rater.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | engine/events/name_rater.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | _NameRater:
; Introduce himself
ld hl, NameRaterIntroText
call PrintText
call YesNoBox
jp c, .cancel
; Select a Pokemon from your party
ld hl, NameRaterWhichMonText
call PrintText
farcall SelectMonFromParty
jr c, .cancel
; He can't rename an egg...
ld a, [wCurPartySpecies]
cp EGG
jr z, .egg
; ... or a Pokemo... | 18.75 | 108 | 0.741695 |
0f8bdf162a893e07b624b6581a6a51b0f9a8d9aa | 833 | asm | Assembly | programs/oeis/256/A256243.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/256/A256243.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/256/A256243.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A256243: Smallest positive integer m such that n + 2m is a square.
; 4,1,3,6,2,5,1,4,8,3,7,2,6,1,5,10,4,9,3,8,2,7,1,6,12,5,11,4,10,3,9,2,8,1,7,14,6,13,5,12,4,11,3,10,2,9,1,8,16,7,15,6,14,5,13,4,12,3,11,2,10,1,9,18,8,17,7,16,6,15,5,14,4,13,3,12,2,11,1,10,20,9,19,8,18,7,17,6,16,5,15,4,14,3,13,2,12,1,11,22,10,21,9,20,8,... | 75.727273 | 635 | 0.620648 |
a783699e1eb3d1e3851ce00306d403147118c2f3 | 587 | asm | Assembly | oeis/050/A050989.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/050/A050989.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/050/A050989.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A050989: 7-idempotent numbers.
; 1,56,1764,41160,792330,13311144,201885684,2826399576,37096494435,461645264080,5493578642552,62926446269232,697434779483988,7510836086750640,78863778910881720,809668130151718992,8147285559651672357,80514351413028291528,782778416515552834300,7498193252938453465400,7085792624026838524803... | 53.363636 | 484 | 0.877342 |
c0744acf542124b6cc3aa6eecd036f015439cee1 | 424 | asm | Assembly | programs/oeis/119/A119915.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/119/A119915.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/119/A119915.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A119915: Number of ternary words of length n and having exactly one run of 0's of odd length.
; 0,1,4,13,40,117,332,921,2512,6761,18004,47525,124536,324317,840092,2166065,5562272,14232273,36300196,92321085,234192584,592695109,1496810732,3772761289,9492450672,23844342073,59804611060,149787196117
mov $2,1
lpb $0
mov... | 26.5 | 201 | 0.712264 |
814f027f2260547f416ea9c0e9c21200aee252cf | 1,401 | asm | Assembly | programs/oeis/055/A055989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/055/A055989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/055/A055989.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A055989: a(n) is its own 4th difference.
; 1,3,10,36,131,476,1728,6272,22765,82629,299915,1088589,3951206,14341527,52054840,188941273,685792227,2489191330,9034913540,32793647355,119029728628,432037221840,1568147413312,5691839002677,20659429692245,74986666876571,272175964826781,987905702640782,3585759962057263,1301508... | 100.071429 | 1,256 | 0.904354 |
32e7a79bb637f40017bc554b30ebf4be2f548dbc | 3,287 | asm | Assembly | data/pokemon/dex_order.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/pokemon/dex_order.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/pokemon/dex_order.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | PokedexOrder:
table_width 1, PokedexOrder
db DEX_RHYDON
db DEX_KANGASKHAN
db DEX_NIDORAN_M
db DEX_CLEFAIRY
db DEX_SPEAROW
db DEX_VOLTORB
db DEX_NIDOKING
db DEX_SLOWBRO
db DEX_IVYSAUR
db DEX_EXEGGUTOR
db DEX_LICKITUNG
db DEX_EXEGGCUTE
db DEX_GRIMER
db DEX_GENGAR
db DEX_NIDORAN_F
db DEX_NIDOQUEEN
db DEX... | 16.943299 | 40 | 0.776088 |
044c766941f2597ea8b89c6563422932d5f655f1 | 1,240 | asm | Assembly | programs/oeis/037/A037157.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/037/A037157.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/037/A037157.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A037157: Convolution of natural numbers n >= 1 with Fibonacci numbers F(k), for k >= 6.
; 8,29,71,147,278,498,862,1459,2433,4017,6588,10756,17508,28441,46139,74783,121138,196150,317530,513935,831733,1345949,2177976,3524232,5702528,9227093,14929967,24157419,39087758,63245562,102333718,165579691,267913833,433493961,701... | 31.794872 | 712 | 0.716129 |
27f21ba442449f6590abf2e637507a10c9527515 | 102 | asm | Assembly | tests/test build script and options/nonCodeOptions/optionMsgNone.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/test build script and options/nonCodeOptions/optionMsgNone.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/test build script and options/nonCodeOptions/optionMsgNone.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | nop
ld a,'warn'
some_error line
DISPLAY "Display is shown also in 'none' mode."
| 17 | 51 | 0.578431 |
a85819c1c9f93a856261dd027402367c3ba23549 | 330 | asm | Assembly | oeis/084/A084329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/084/A084329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/084/A084329.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A084329: a(0)=0, a(1)=1, a(n)=20a(n-1)-20a(n-2).
; 0,1,20,380,7200,136400,2584000,48952000,927360000,17568160000,332816000000,6304956800000,119442816000000,2262757184000000,42866287360000000,812070603520000000,15384086323200000000
mov $1,1
lpb $0
sub $0,1
mul $1,4
sub $1,$2
add $2,$1
mul $1,5
lpe
mov $0,$2... | 23.571429 | 181 | 0.712121 |
c363ef65b69c23ae53233e4a4121966667d95da3 | 1,085 | asm | Assembly | libsrc/z80_crt0s/z80/sccz80/l_long_mult.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/z80_crt0s/z80/sccz80/l_long_mult.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/z80_crt0s/z80/sccz80/l_long_mult.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ;
; Small C+ Long Library Functions
;
; Multiply 32 bit numbers
;
; Entry: dehl=arg1
; Staci: return address, arg2
;
; Exit: dehl=result
; djm note I don't particularly like the use of ix as a pointer to the
; second argument, however it makes it quite a short routine, alternate
; method... | 14.466667 | 71 | 0.552074 |
58bc150884557ba4e5657ef9d25fc07d97a36e47 | 743 | asm | Assembly | oeis/025/A025584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025584: Primes p such that p-2 is not a prime.
; Submitted by Jon Maiga
; 2,3,11,17,23,29,37,41,47,53,59,67,71,79,83,89,97,101,107,113,127,131,137,149,157,163,167,173,179,191,197,211,223,227,233,239,251,257,263,269,277,281,293,307,311,317,331,337,347,353,359,367,373,379,383,389,397,401,409,419,431,439,443,449,457,46... | 28.576923 | 382 | 0.651413 |
92dba6dc810177142c3795e141ea5f3bf96b7947 | 443 | asm | Assembly | programs/oeis/037/A037641.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/037/A037641.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/037/A037641.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A037641: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 2,3,1.
; 2,15,91,548,3291,19747,118484,710907,4265443,25592660,153555963,921335779,5528014676,33168088059,199008528355,1194051170132,7164307020795,42985842124771,257915052748628,1547490316491771
cal $0,33133 ; Base-6... | 55.375 | 187 | 0.792325 |
5cae29dfd1354b08f93ee705b1345fe0a84bfee9 | 367 | asm | Assembly | programs/oeis/097/A097789.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/097/A097789.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/097/A097789.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A097789: a(n)=4a(n-1)+C(n+4,4),n>0, a(0)=1.
; 1,9,51,239,1026,4230,17130,68850,275895,1104295,4418181,17674089,70698176,282795084,1131183396,4524737460,18098954685,72395824725,289583306215,1158333233715,4633332945486,18533331794594,74133327193326
lpb $0
mov $2,$0
sub $0,1
seq $2,97788 ; a(n)=4a(n-1)+C(n+3,3),n... | 30.583333 | 202 | 0.697548 |
780c1049f3b61291aab8d8576105d23dd35091ac | 6,077 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_874.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_874.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_874.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x13b52, %r9
nop
nop
nop
xor $4361, %rdx
movups (%r9), %xmm3
vpextrq $1, %xmm3, %r13
nop
nop
nop
nop
cmp $45238, %r13
lea addresses_A_ht+0x13762, %r14
nop
n... | 38.955128 | 2,999 | 0.658549 |
7ee4839df7dabedb8992f24116ad759d4dadd288 | 6,263 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_12034_1327.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_12034_1327.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_12034_1327.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x105b1, %rsi
lea addresses_A_ht+0x191b1, %rdi
nop
nop
nop
and %r15, %r15
mov $8, %rcx
rep movsq
nop
nop
nop
nop
sub $18206, %r12
lea addresses_A_ht+0x16cc4, %rsi
lea addresses... | 40.406452 | 2,999 | 0.659269 |
7d11d4a48a7d89cee2940c7de53223cc5ec36b3c | 851 | asm | Assembly | programs/oeis/062/A062176.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/062/A062176.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/062/A062176.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A062176: a(n) = 5^(n-1) mod n.
; 0,1,1,1,0,5,1,5,7,5,1,5,1,5,10,13,1,11,1,5,4,5,1,5,0,5,16,13,1,5,1,13,25,5,30,29,1,5,25,5,1,17,1,37,25,5,1,29,43,25,25,21,1,11,20,5,25,5,1,5,1,5,25,13,40,23,1,57,25,55,1,29,1,5,25,49,16,5,1,45,16,5,1,17,30,5,25,69,1,65,64,33,25,5,55,77,1,33,70,25,1,65,1,21,25,5,1,65,1,75,25,13,1,47,50... | 47.277778 | 683 | 0.60517 |
3452751c3ca6e7df06a32016cc5a5c5a81b8ed70 | 461,954 | asm | Assembly | non_regression/minigzip_x86_linux_2.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | 1 | 2021-02-28T21:31:18.000Z | 2021-02-28T21:31:18.000Z | non_regression/minigzip_x86_linux_2.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | non_regression/minigzip_x86_linux_2.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | .text
.local call_gmon_start
.type call_gmon_start, @function
call_gmon_start:
pushl %ebp
movl %esp, %ebp
pushl %ebx
call .L080488C5
.L080488C5:
popl %ebx
addl $68043, %ebx
pushl %edx
movl -4(%ebx), %eax
testl %eax, %eax
je .L080488D9
.L080488D7:
call *... | 20.140123 | 451 | 0.53288 |
5a14a1b5a451b7ab472bd69fdcfbedb464f3fc6e | 1,549 | asm | Assembly | code/Forec/t41.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | 1 | 2021-08-20T03:57:29.000Z | 2021-08-20T03:57:29.000Z | code/Forec/t41.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | code/Forec/t41.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | ;; last edit date: 2016/11/23
;; author: Forec
;; LICENSE
;; Copyright (c) 2015-2017, Forec <forec@bupt.edu.cn>
;; Permission to use, copy, modify, and/or distribute this code for any
;; purpose with or without fee is hereby granted, provided that the above
;; copyright notice and this permission notice appear in all ... | 18.890244 | 75 | 0.672046 |
b56bc5593a71c643c34e38b256d62e2b01cbe8eb | 9,873 | asm | Assembly | features/strings.asm | KenyStev/MicroFS_x86 | 56ac4fe5d6566fef1bbd3eeedabc8c0210062716 | [
"MIT"
] | null | null | null | features/strings.asm | KenyStev/MicroFS_x86 | 56ac4fe5d6566fef1bbd3eeedabc8c0210062716 | [
"MIT"
] | null | null | null | features/strings.asm | KenyStev/MicroFS_x86 | 56ac4fe5d6566fef1bbd3eeedabc8c0210062716 | [
"MIT"
] | null | null | null | ; ------------------------------------------------------------------
; os_string_length -- Return length of a string
; IN: AX = string location
; OUT AX = length (other regs preserved)
os_string_length:
pusha
mov bx, ax ; Move location of string to BX
mov cx, 0 ; Counter
.more:
cmp byte [bx], 0 ; Zero (end... | 20.611691 | 81 | 0.589183 |
ef4c35d127be98f1c4a85eed9713dc25f5feb74f | 9,176 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1784.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1784.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1784.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 %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x12f8e, %r11
nop
nop
nop
and %r12, %r12
mov (%r11), %rbx
nop
nop
nop
nop
sub $5428, %r15
lea addresses_WC_ht+0x2d9e, %r10
nop
nop
nop
nop
nop
xor $5568, %rbp
mov $0x... | 29.695793 | 2,999 | 0.652354 |
f1be6ae26229a01df2c4468a6bdb8c92df67d68c | 774 | asm | Assembly | oeis/337/A337466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/337/A337466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/337/A337466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A337466: Expansion of sqrt(2 / ( (1-4*x+36*x^2) * (1-6*x+sqrt(1-4*x+36*x^2)) )).
; Submitted by Christian Krause
; 1,4,-6,-120,-266,2520,17380,-13104,-599130,-1853544,12391116,108252144,6439356,-3577917200,-14043012984,65962248352,730407220998,602517029400,-22507424996420,-108316306187600,347406564086868,507354274015... | 33.652174 | 475 | 0.751938 |
09e3282aa7632b126791e263632e7ab01b9181c2 | 10,279 | asm | Assembly | kernel/boot.asm | brandonto/StarkOS | 527b1c3d9b1ebcc89ed944d48e9141396dd1893b | [
"0BSD"
] | 3 | 2016-04-23T04:16:34.000Z | 2016-05-07T01:29:22.000Z | kernel/boot.asm | brandonto/StarkOS | 527b1c3d9b1ebcc89ed944d48e9141396dd1893b | [
"0BSD"
] | null | null | null | kernel/boot.asm | brandonto/StarkOS | 527b1c3d9b1ebcc89ed944d48e9141396dd1893b | [
"0BSD"
] | null | null | null | ;
; start.asm
;
; Entry point for Kernel. Taken from: http://wiki.osdev.org/Bare_Bones_with_NASM
;
; Declare constants used for creating a multiboot header.
MBALIGN equ 1<<0 ; align loaded modules on page boundaries
MEMINFO equ 1<<1 ; provide memory map info
FLAGS ... | 18.689091 | 92 | 0.674774 |
1f5d601d479efef3010df8607a3d37d1d7dde9b6 | 138,531 | asm | Assembly | levelmove.asm | encukou/ti83-dex | e5c549a02f3b269b6101cac65f85996b5ad11694 | [
"MIT"
] | 1 | 2017-12-31T06:10:09.000Z | 2017-12-31T06:10:09.000Z | levelmove.asm | encukou/ti83-dex | e5c549a02f3b269b6101cac65f85996b5ad11694 | [
"MIT"
] | null | null | null | levelmove.asm | encukou/ti83-dex | e5c549a02f3b269b6101cac65f85996b5ad11694 | [
"MIT"
] | null | null | null | DEFINE P6LEVELMOVE, SPACE=ROM
SEGMENT P6LEVELMOVE
extern _Green
extern _DrawPkName
extern _Red
extern _Select
extern _Move
extern _LoadPic
extern _LPicBank1
extern _DrawMoveName
extern _DrawMoveName_AlignRight
extern _MoveList
public MoveList
extern _LoadLevelMoves
extern _LoadBreedMove... | 48.968187 | 136 | 0.781753 |
47008eb12ad77ac7e39065dfcad07d3e711e336e | 558 | asm | Assembly | oeis/010/A010983.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/010/A010983.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/010/A010983.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A010983: Binomial coefficient C(n,30).
; 1,31,496,5456,46376,324632,1947792,10295472,48903492,211915132,847660528,3159461968,11058116888,36576848168,114955808528,344867425584,991493848554,2741188875414,7309837001104,18851684897584,47129212243960,114456658306760,270533919634160,623404249591760,1402659561581460,3085851... | 93 | 495 | 0.894265 |
5195b592c4075a5f22af6bf8305fae26ad22f940 | 306 | asm | Assembly | programs/oeis/070/A070451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070451: a(n) = n^2 mod 29.
; 0,1,4,9,16,25,7,20,6,23,13,5,28,24,22,22,24,28,5,13,23,6,20,7,25,16,9,4,1,0,1,4,9,16,25,7,20,6,23,13,5,28,24,22,22,24,28,5,13,23,6,20,7,25,16,9,4,1,0,1,4,9,16,25,7,20,6,23,13,5,28,24,22,22,24,28,5,13,23,6,20,7,25,16,9,4,1,0,1,4,9,16,25,7,20,6,23,13,5,28
pow $0,2
mod $0,29
| 51 | 255 | 0.591503 |
d67b5dbf031a0caf47f54e7ed0aaa1e6e7104d53 | 223 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshc_cls.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshc_cls.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshc_cls.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void tshc_cls(uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC tshc_cls
EXTERN asm_tshc_cls
defc tshc_cls = asm_tshc_cls
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshc_cls
defc _tshc_cls = tshc_cls
ENDIF
| 12.388889 | 28 | 0.811659 |
d009ec17522ec7ef44bdc28b49599ddf0dc39f40 | 3,495 | asm | Assembly | programs/oeis/140/A140163.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/140/A140163.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/140/A140163.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A140163: a(1)=1, a(n) = a(n-1) + n^5 if n odd, a(n) = a(n-1) + n if n is even.
; 1,3,246,250,3375,3381,20188,20196,79245,79255,240306,240318,611611,611625,1371000,1371016,2790873,2790891,5266990,5267010,9351111,9351133,15787476,15787500,25553125,25553151,39902058,39902086,60413235,60413265,89042416,89042448,128177841... | 102.794118 | 3,069 | 0.858941 |
75fa563bda7e6f2f8d42c63c718a2077206478cc | 34,290 | asm | Assembly | +extras/external_libs/zlib/src/zlib-1.2.11/contrib/vstudio/vc14/x86/TestZlibDebug/Tmp/testzlib.asm | dkovari/ExtrasToolbox | b3d79c40e547fc9d994829701c2273ca080f8339 | [
"MIT"
] | null | null | null | +extras/external_libs/zlib/src/zlib-1.2.11/contrib/vstudio/vc14/x86/TestZlibDebug/Tmp/testzlib.asm | dkovari/ExtrasToolbox | b3d79c40e547fc9d994829701c2273ca080f8339 | [
"MIT"
] | null | null | null | +extras/external_libs/zlib/src/zlib-1.2.11/contrib/vstudio/vc14/x86/TestZlibDebug/Tmp/testzlib.asm | dkovari/ExtrasToolbox | b3d79c40e547fc9d994829701c2273ca080f8339 | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.14.26428.1
TITLE C:\Users\dkovari\Documents\GitHub\ExtrasToolbox\+extras\external_libs\zlib\src\zlib-1.2.11\contrib\testzlib\testzlib.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
PUBLIC ___local_stdio_pri... | 22.84477 | 126 | 0.65993 |
d78f34b47c4e1b129e8a74e3c02e15bff59abfe8 | 607 | asm | Assembly | 02_spectre_toy/01.asm | msmania/microarchitectural-attack | 013753d3545653f4d2c6287541c580f965a8591e | [
"MIT"
] | 17 | 2018-03-01T00:11:44.000Z | 2022-01-09T13:03:29.000Z | 02_spectre_toy/01.asm | msmania/microarchitectural-attack | 013753d3545653f4d2c6287541c580f965a8591e | [
"MIT"
] | 2 | 2018-05-16T01:59:04.000Z | 2021-03-03T15:59:48.000Z | 02_spectre_toy/01.asm | msmania/microarchitectural-attack | 013753d3545653f4d2c6287541c580f965a8591e | [
"MIT"
] | 6 | 2018-07-18T19:05:12.000Z | 2021-11-04T00:26:35.000Z | BITS 64
global branch_predictor
global memory_access
global indirect_call
global touch_and_break
section .text
branch_predictor:
cmp rcx, [r8]
jae .skip_access
movzx rax, byte [rdx + rcx]
shl rax, 0Ch
mov al, byte [r9 + rax]
.skip_access:
ret
memory_access:
mov r9, rcx
rdtscp
shl rdx, 20h
or ... | 11.901961 | 29 | 0.668863 |
352de254c8b47b4202859d6020be4d8d86fb61d9 | 3,118 | asm | Assembly | programs/oeis/062/A062990.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/062/A062990.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/062/A062990.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A062990: Eighth column (r=7) of FS(5) staircase array A062985.
; 5,30,110,315,771,1688,3396,6390,11385,19382,31746,50297,77415,116160,170408,245004,345933,480510,657590,887799,1183787,1560504,2035500,2629250,3365505,4271670,5379210,6724085,8347215,10294976,12619728,15380376,18642965,22481310,26977662,32223411,3831982... | 283.454545 | 2,951 | 0.895446 |
215d5d5eeedd762882d12346e8a00dba1bc0119b | 3,587 | asm | Assembly | install/lib/hardware/getmodel.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | install/lib/hardware/getmodel.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | install/lib/hardware/getmodel.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;==========================================================================
COMMENT #
GETMODEL.ASM
Copyright (c) 1991 - Microsoft Corp.
All rights reserved.
Microsoft Confidential
END COMMENT #
;==========================================================================
INCLUDE model.inc
.CODE
CONVERTIBLE_MODE... | 28.244094 | 77 | 0.489546 |
7b52dfef31c5d294544d22705b73d071a2afb6fc | 1,883 | asm | Assembly | src/test/ref/declared-memory-var-6.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/declared-memory-var-6.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/declared-memory-var-6.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test declaring a variable as "memory", meaning it will be stored in memory and accessed through an implicit pointer (using load/store)
// Commodore 64 PRG executable file
.file [name="declared-memory-var-6.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [s... | 24.776316 | 137 | 0.635688 |
410f2b7837441840af378c84952f38cc747c39e3 | 328 | asm | Assembly | ADL/Assemble/Insert/1/RH~R_insert_head.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | 3 | 2021-11-06T03:47:08.000Z | 2021-11-06T03:47:11.000Z | ADL/Assemble/Insert/1/RH~R_insert_head.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | null | null | null | ADL/Assemble/Insert/1/RH~R_insert_head.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | 1 | 2021-11-06T03:47:14.000Z | 2021-11-06T03:47:14.000Z | aLine 0
nNew newNodePtr, {0:D}
gNewVPtr temp
gMoveNext temp, Root
aLine 1
gBne temp, null, 5
aLine 2
nMoveRel newNodePtr, Root, 95, 164.545
pSetNext newNodePtr, Root
Jmp 4
aLine 5
nMoveRelOut newNodePtr, Root, 190
pSetNext newNodePtr, temp
aLine 7
pSetNext Root, newNodePtr
aLine 8
aStd
gDelete newNodePtr
gDelete t... | 13.12 | 38 | 0.786585 |
aa7876cf392569ce888b7a6522cf24e291de0251 | 12,632 | asm | Assembly | libsrc/oz/ozinterrupt/ozcustomisr.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/oz/ozinterrupt/ozcustomisr.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/oz/ozinterrupt/ozcustomisr.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by Alexander R. Pruss
; by Stefano Bodrato - Oct. 2003
;
;
; custom interrupt code + key scanning
;
;
; ------
; $Id: ozcustomisr.asm,v 1.3 2003/10/27 16:56:57 stefano Exp $
;
XLIB ozcustomisr
XDEF serial_hook
XDEF ozkeyclick
XDE... | 20.708197 | 74 | 0.431444 |
38033a54d29e4b821c4ba952b39f13ca6bb558b8 | 786 | asm | Assembly | asm/strnlen.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/strnlen.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/strnlen.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | global @ASM_strnlen@8
extern @ASM_memchr@12
%define ASM_memchr @ASM_memchr@12
segment .text align=16
%define string ecx
%define maxLength edx
%define startString esi
%define startMaxLength ebx
%define searchedChar edx
%define searchedString ecx
%define result eax
%define memchrRet eax
@ASM_strnlen@8:
... | 21.243243 | 47 | 0.706107 |
daeba26fdf3c2530bcf34bc2c5d8233eef7ea073 | 7,200 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_572.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_572.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_572.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x16ea, %r8
nop
nop
nop
nop
nop
xor %rbx, %rbx
movl $0x61626364, (%r8)
nop
nop
nop
nop
nop
sub $51861, %r10
lea addresses_normal_ht+0x103e6, %r10
nop
nop
no... | 32.579186 | 2,999 | 0.653056 |
f2e04bafb9d8d69d872c0b9d9ef7bbb4adb3341c | 278 | asm | Assembly | libsrc/_DEVELOPMENT/arch/cpm/c/sdcc_iy/cpm_set_offset.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/cpm/c/sdcc_iy/cpm_set_offset.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/cpm/c/sdcc_iy/cpm_set_offset.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void cpm_set_offset(void *p, unsigned long offset)
SECTION code_clib
SECTION code_arch
PUBLIC _cpm_set_offset
EXTERN asm_cpm_set_offset
_cpm_set_offset:
pop af
pop bc
pop hl
pop de
push de
push hl
push bc
push af
jp asm_cpm_set_offset
| 11.583333 | 52 | 0.708633 |
19003348492df8c9aefe77e31941e51dedf83056 | 494 | asm | Assembly | oeis/195/A195125.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/195/A195125.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/195/A195125.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A195125: a(n) = 2*n - floor(n*r), where r=Pi-3.
; Submitted by Jon Maiga
; 0,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28,30,32,34,36,38,40,41,43,45,47,49,51,53,54,56,58,60,62,64,66,67,69,71,73,75,77,79,80,82,84,86,88,90,92,93,95,97,99,101,103,105,106,108,110,112,114,116,118,119,121,123,125,127,129,131,132,134,136,138,14... | 38 | 342 | 0.657895 |
35176b98566cc909ed1e4e69a7ee64c955d6f1cc | 1,652 | asm | Assembly | programs/oeis/195/A195020.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/195/A195020.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195020.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A195020: Vertex number of a square spiral in which the length of the first two edges are the legs of the primitive Pythagorean triple [3, 4, 5]. The edges of the spiral have length A195019.
; 0,3,7,13,21,30,42,54,70,85,105,123,147,168,196,220,252,279,315,345,385,418,462,498,546,585,637,679,735,780,840,888,952,1003,10... | 110.133333 | 1,349 | 0.785714 |
c4f8f6e15abf7babfebf4b3a78872e321109d64e | 876 | asm | Assembly | sw/552tests/rand_simple/t_4_slli.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/rand_simple/t_4_slli.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/rand_simple/t_4_slli.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // seed 4
lbi r0, 246 // icount 0
slbi r0, 223 // icount 1
lbi r1, 105 // icount 2
slbi r1, 105 // icount 3
lbi r2, 23 // icount 4
slbi r2, 20 // icount 5
lbi r3, 164 // icount 6
slbi r3, 222 // icount 7
lbi r4, 176 // icount 8
slbi r4, 66 // icount 9
lbi r5, 203 // icount 10
slbi r5, 226 // icount 11
lbi r6, 165 // ic... | 25.028571 | 28 | 0.622146 |
b6c07e99163046ca157cba00bdac809935744b1a | 716 | asm | Assembly | programs/oeis/017/A017366.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017366.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017366.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017366: a(n) = (10*n+8)^2.
; 64,324,784,1444,2304,3364,4624,6084,7744,9604,11664,13924,16384,19044,21904,24964,28224,31684,35344,39204,43264,47524,51984,56644,61504,66564,71824,77284,82944,88804,94864,101124,107584,114244,121104,128164,135424,142884,150544,158404,166464,174724,183184,191844,200704,209764,219024,2284... | 102.285714 | 656 | 0.817039 |
7bd7e6bce193ba5abe23084953be1550c982c355 | 555 | asm | Assembly | forth/fibonacci.asm | baioc/S4PU | d098615ca0d4ac6c95d9bb3a2e69835f08fc165c | [
"Artistic-2.0"
] | null | null | null | forth/fibonacci.asm | baioc/S4PU | d098615ca0d4ac6c95d9bb3a2e69835f08fc165c | [
"Artistic-2.0"
] | null | null | null | forth/fibonacci.asm | baioc/S4PU | d098615ca0d4ac6c95d9bb3a2e69835f08fc165c | [
"Artistic-2.0"
] | null | null | null | ( S4PU-Forth Stack Fibonacci )
( jump to main routine )
branch
main
( x1 x2 -- x1 x2 x1 )
$over: lit
1
pick
exit
( x1 x2 -- x1 x2 x1 x2 )
$2dup: over
over
exit
( f[n-2] f[n-1] -- f[n-2] f[n-1] f[n] )
nop
$fibonacci: 2dup
+
exit
$main: lit
0 ( stdout )
>R
lit
... | 9.40678 | 39 | 0.412613 |
b0d036c6314aa87c30b0e92e7687c6f44f3230fb | 6,557 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1209.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_1209.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_1209.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xab64, %r11
nop
nop
nop
nop
nop
add $25697, %r14
mov (%r11), %rdx
nop
nop
nop
and $49685, %r12
lea addresses_UC_ht+0x91b0, %rbp
nop
nop
xor %rdx, %rdx
mov (%rbp), %r11d
nop
no... | 35.064171 | 2,999 | 0.65533 |
d71c5aa837cddfb36ef7a1ae7860f0829fe532f9 | 119 | asm | Assembly | tests/expr_asm_value/12.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/expr_asm_value/12.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/expr_asm_value/12.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | ; inner error
#ruledef
{
emit {x} => x
test {x} => asm { emit x }
}
test 12 ; error: failed / error:_:5: infer | 14.875 | 42 | 0.546218 |
cce97cfacef119d8d6a7e51686bfbfe89022c3a8 | 1,715 | asm | Assembly | programs/oeis/144/A144314.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/144/A144314.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/144/A144314.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A144314: a(n) = 3*n*(6*n+1).
; 0,21,78,171,300,465,666,903,1176,1485,1830,2211,2628,3081,3570,4095,4656,5253,5886,6555,7260,8001,8778,9591,10440,11325,12246,13203,14196,15225,16290,17391,18528,19701,20910,22155,23436,24753,26106,27495,28920,30381,31878,33411,34980,36585,38226,39903,41616,43365,45150,46971,48828,50721... | 245 | 1,654 | 0.834985 |
a465284b158e23c095bba2164d421145a1128029 | 322 | asm | Assembly | mano-machine-assembler/add_10_numbers.asm | ahodieb/course-projects | 49a7859864e660d2b32d16b42c2978cf9d778dff | [
"MIT"
] | null | null | null | mano-machine-assembler/add_10_numbers.asm | ahodieb/course-projects | 49a7859864e660d2b32d16b42c2978cf9d778dff | [
"MIT"
] | null | null | null | mano-machine-assembler/add_10_numbers.asm | ahodieb/course-projects | 49a7859864e660d2b32d16b42c2978cf9d778dff | [
"MIT"
] | 4 | 2020-01-01T22:19:49.000Z | 2021-11-07T21:21:53.000Z | ORG 100 /Origin of program is HEX 100
LDA ADS
STA PTR
CLZ,CLA
LOP,ADD PTR I
ISZ PTR
ISZ CTR
BUN LOP
STA SUM
HLT
ADS,HEX 150
PTR,HEX 0
NBR,DEC -10 / 10 operands
CTR,HEX 0
SUM,HEX 0
ORG 150
DTA,DEC 75 /just for testing
DTA,DEC 30
DEC 50
DEC 40
DEC 10
DEC 33
DEC 53
DEC 22
DEC 94
DEC 55
EN... | 11.5 | 40 | 0.65528 |
1ca74ba2bddd065e00e22e3fa1e0ab7905f8566a | 10 | asm | Assembly | src/main/fragment/mos6502-common/vbuyy=_byte3_vdum1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbuyy=_byte3_vdum1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbuyy=_byte3_vdum1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | ldy {m1}+3 | 10 | 10 | 0.6 |
c64e77da2090240af00ca89b0e7d8fad3d7bb8da | 729 | asm | Assembly | oeis/203/A203162.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/203/A203162.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/203/A203162.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A203162: (n-1)-st elementary symmetric function of the first n terms of (1,2,3,1,2,3,1,2,3,...).
; Submitted by Christian Krause
; 1,3,11,17,40,132,168,372,1188,1404,3024,9504,10800,22896,71280,79056,165888,513216,559872,1166400,3592512,3872448,8024832,24634368,26313984,54307584,166281984,176359680,362797056,11085465... | 45.5625 | 488 | 0.792867 |
ac76e935f40a636c70c420036332e8fac6ad5442 | 5,713 | asm | Assembly | intro.asm | w23/bepct4k | dd459c9b0f82e0e0ac49fd32c05632f4cc2257e9 | [
"WTFPL"
] | 30 | 2019-12-24T12:47:18.000Z | 2022-03-17T18:11:20.000Z | intro.asm | w23/bepct4k | dd459c9b0f82e0e0ac49fd32c05632f4cc2257e9 | [
"WTFPL"
] | 15 | 2019-12-24T02:53:41.000Z | 2020-03-11T08:31:28.000Z | intro.asm | w23/bepct4k | dd459c9b0f82e0e0ac49fd32c05632f4cc2257e9 | [
"WTFPL"
] | 2 | 2020-04-24T16:37:26.000Z | 2022-03-17T18:11:26.000Z | BITS 32
WIDTH equ 1920
HEIGHT equ 1080
%ifndef DEBUG
%define FULLSCREEN
%define AUDIO_THREAD
%define GLCHECK
%else
%define NO_AUDIO
%macro GLCHECK 0
call glGetError
test eax, eax
jz %%ok
int 3
%%ok:
%endmacro
%endif
%ifndef NO_AUDIO
%include "4klang.inc"
extern __4klang_render@4
%else
%define SAMPLE_RATE 44100
%... | 18.369775 | 108 | 0.752669 |
f4c311ea590f1423064c61cd4043f6773bb50052 | 470 | asm | Assembly | programs/oeis/088/A088492.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/088/A088492.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/088/A088492.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A088492: a(2n+1)=2n+1, a(2n) = floor(2*n/A005185(n)), a weighted inverse of Hofstadter's Q-sequence.
; 2,3,4,5,3,7,2,9,3,11,3,13,2,15,3,17,3,19,3,21,3,23,3,25,3,27,3,29,3,31,3,33,3,35,3,37,3,39,3,41,3,43,3,45,3,47,3,49,3,51,3,53,3,55,3,57,3,59,3,61,3,63,3,65,3,67,3,69,3,71,3,73,3,75,3,77,3,79,3,81,3,83,3,85,3,87
mov... | 24.736842 | 212 | 0.570213 |
a7d5339fe7b7ca580839d392ad5b57122afc723a | 612 | asm | Assembly | lab2-3/ascii.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | 14 | 2019-02-25T11:09:12.000Z | 2022-03-12T23:29:11.000Z | lab2-3/ascii.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | null | null | null | lab2-3/ascii.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | null | null | null | SSEG SEGMENT PARA STACK 'STACK'
DB 64 DUP(0)
SSEG ENDS
DSEG SEGMENT PARA 'DATA'
; DATA
DSEG ENDS
CSEG SEGMENT PARA 'CODE'
ASSUME CS:CSEG, DS:DSEG, SS:SSEG
OUTPUT PROC
CMP DL, 9
JA M1
ADD DL, '0' ; if dec digit
JMP M2
M1: ADD DL, 'A' ; if hex digit
SUB DL, 10 ; minus offset
M2: MOV AH, 2
INT 21H
RET
OUTPUT... | 14.232558 | 49 | 0.678105 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.