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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
633db98a01ce14b1220165dde125002079692a09 | 1,006 | asm | Assembly | src/util/oli/wm/wsiz.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/wm/wsiz.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/wm/wsiz.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | ; calculate window size
include win1_mac_oli
include win1_keys_wwork
include win1_keys_wdef_long
section utility
xdef xwm_wsiz
xref ut_appr
;+++
; calculate window size
;
; Entry Exit
; d1.l size (or -1 for max) new size
; a0 channel id
; a3 wdef
;---
xwm_wsiz subr d2/d3/a3
move.b wd_wattr+wda_shdd(a3),... | 17.344828 | 44 | 0.687873 |
61b669e4aa84e99fe072c47998f02570f3a3849d | 603 | asm | Assembly | test/fibonacci.asm | zephray/Dramite | 34cf8beb35f37dcf5303a391c4c5e6b3f554776b | [
"MIT"
] | 4 | 2018-09-17T02:13:12.000Z | 2021-08-12T12:16:59.000Z | test/fibonacci.asm | CapaciPort/Dramite | 34cf8beb35f37dcf5303a391c4c5e6b3f554776b | [
"MIT"
] | null | null | null | test/fibonacci.asm | CapaciPort/Dramite | 34cf8beb35f37dcf5303a391c4c5e6b3f554776b | [
"MIT"
] | 2 | 2019-12-28T13:15:57.000Z | 2020-12-13T17:24:14.000Z | ; fibonacci.asm
;
; $ nasm -v
; NASM version 2.11.08
; $ nasm fibonacci.asm -o fibonacci.bin
; $ hexdump -C fibonacci.bin
; 00000000 66 31 db 66 b9 09 00 00 00 66 31 d2 66 b8 01 00 |f1.f.....f1.f...|
; 00000010 00 00 eb 00 66 89 da 66 89 c3 66 01 d0 66 49 66 |....f..f..f..fIf|
; 00000020 83 f9 00 75 ef f4 ... | 19.451613 | 80 | 0.558872 |
817e284bbf10395bd4f85ba4d41e5c9b107c1f5d | 347 | asm | Assembly | source/lli_end.asm | mateuszstompor/Linked-List-x86-64-ASM | 0652d03458ef65e93a6cad4586dacbd5893c5ed6 | [
"MIT"
] | 5 | 2019-07-12T11:30:22.000Z | 2022-03-07T18:39:52.000Z | source/lli_end.asm | mateuszstompor/Linked-List-x86-64-ASM | 0652d03458ef65e93a6cad4586dacbd5893c5ed6 | [
"MIT"
] | 6 | 2019-07-22T21:34:01.000Z | 2020-02-09T15:09:10.000Z | source/lli_end.asm | mateuszstompor/Linked-List-x86-64-ASM | 0652d03458ef65e93a6cad4586dacbd5893c5ed6 | [
"MIT"
] | null | null | null | ;
; Created by Mateusz Stompór on 25/06/2019.
;
%include "source/offsets.asm"
%include "source/iterator.asm"
%include "source/constants.asm"
%include "source/memory_management.asm"
global LLI_END
section .text
LLI_END:
add rsi, LL_LIST_LAST_OFFSET
mov rcx, [rsi]
mov qword [rdi], NULL_PTR
add rdi, 8
... | 16.52381 | 43 | 0.694524 |
df400f02d596c1f828360eb02a7d1e6cedafed1d | 319 | asm | Assembly | oeis/165/A165801.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/165/A165801.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/165/A165801.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A165801: f(n), f(f(n)), ... are all prime, where f(n) = (n-1)/2. Stop when f(...f(n)...) is less than 4.
; 1,2,3,5,7,11,15,23,47,95
seq $0,279078 ; Maximum starting value of X such that repeated replacement of X with X-ceiling(X/8) requires n steps to reach 0.
seq $0,52955 ; a(2n) = 2*2^n - 1, a(2n+1) = 3*2^n - 1.
| 53.166667 | 128 | 0.605016 |
009cc6211b8fffb9b58d7761cba1a87c9b294095 | 819 | asm | Assembly | programs/oeis/157/A157619.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/157/A157619.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/157/A157619.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A157619: 31250n - 22150.
; 9100,40350,71600,102850,134100,165350,196600,227850,259100,290350,321600,352850,384100,415350,446600,477850,509100,540350,571600,602850,634100,665350,696600,727850,759100,790350,821600,852850,884100,915350,946600,977850,1009100,1040350,1071600,1102850,1134100,1165350,1196600,1227850,1259100... | 136.5 | 765 | 0.85348 |
50cdbdbbccfe1f2dfc6f4b7d564cfd9995173fb8 | 10,599 | asm | Assembly | uuu/src/cells/storage/seaborgium/seaborgium.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | 7 | 2019-03-04T08:53:33.000Z | 2022-01-28T19:32:12.000Z | uuu/src/cells/storage/seaborgium/seaborgium.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | uuu/src/cells/storage/seaborgium/seaborgium.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | ;; $Header: /cvsroot/uuu/uuu/src/cells/storage/seaborgium/seaborgium.asm,v 1.21 2001/12/10 16:58:27 instinc Exp $
;; Seaborgium cell Copyright 2001 Phil Frost
;; A tempoary ramdisk Distrubited under the BSD license
;;
;; status:
;; -------
;; highly hacked; currently designed only to give a minimal, one disk, total... | 25.85122 | 113 | 0.469478 |
6d842c6b1f34ab51171d665fc4d8f3c183519e4f | 3,857 | asm | Assembly | S4/HW_Lab/linear_search.asm | akxavier/Assignments | 968e657dcdbf78cef72d3c5450c73c341c1fa91d | [
"MIT"
] | null | null | null | S4/HW_Lab/linear_search.asm | akxavier/Assignments | 968e657dcdbf78cef72d3c5450c73c341c1fa91d | [
"MIT"
] | null | null | null | S4/HW_Lab/linear_search.asm | akxavier/Assignments | 968e657dcdbf78cef72d3c5450c73c341c1fa91d | [
"MIT"
] | null | null | null | ;linear search
section .data
msg1 : db 'Enter array size : '
l1 : equ $-msg1
msg2 : db 'Enter array element : '
l2 : equ $-msg2
msg3 : db 'Enter item to be searched : '
l3 : equ $-msg3
msg_found : db 'Element found at position '
l_found : equ $-msg_found
msg_notfound : db 'Element not found'
l_notfound : equ $-msg_not... | 17.295964 | 44 | 0.47524 |
c09fbcce18ae2e4a4d8decf9e2ffa719ae7e34bc | 5,905 | asm | Assembly | src/vars.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 43 | 2017-10-21T23:01:25.000Z | 2022-02-21T17:45:11.000Z | src/vars.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | null | null | null | src/vars.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 6 | 2017-10-23T05:48:50.000Z | 2022-01-06T03:11:49.000Z | ; MSX BIOS definitions
RAM_Start EQU $C000
ENASLT EQU $0024 ;enable slot
RSLREG EQU $0138 ;read primary slot select register
EXPTBL EQU $FCC1 ;slot is expanded or not
CLIKSW EQU $F3DB ; variable to set/reset the keyboard click sound
; Engine variables
string_area: ds 2048
OBJECT_DA... | 28.389423 | 138 | 0.77138 |
86f94b662802b742165d448f4140dea6364e4902 | 5,642 | asm | Assembly | sdk-6.5.16/tools/led/example/sdk56560.asm | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.16/tools/led/example/sdk56560.asm | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | sdk-6.5.16/tools/led/example/sdk56560.asm | copslock/broadcom_cpri | 8e2767676e26faae270cf485591902a4c50cf0c5 | [
"Spencer-94"
] | null | null | null | ;
;
;
; This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
;
; Copyright 2007-2019 Broadcom Inc. All rights reserved.
;
;
; This is the default program for the BCM5656x/BCM5676x.
; There are two LED processors on BCM5656x/BCM5676x.
; Each... | 22.842105 | 133 | 0.6028 |
f38028b4c92ae05e5938100a7ab53f3d8401a320 | 179 | asm | Assembly | data/pokemon/dex_entries/infernape.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/infernape.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/infernape.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "FLAME@" ; species name
db "It tosses its"
next "enemies around"
next "with agility. It"
page "uses all its limbs"
next "to fight in its "
next "own unique style.@"
| 17.9 | 27 | 0.659218 |
42a89fc6a7e1fc7ec17a39c53dc3e12b4d4890ce | 992 | asm | Assembly | Tests/sample3.asm | 13xforever/x86-assembly-textmate-bundle | f1bb62f77b776d87d0fd85b0276d4237ff72c43c | [
"MIT"
] | 69 | 2015-04-16T18:01:22.000Z | 2022-02-15T07:54:26.000Z | Tests/sample3.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 17 | 2016-09-20T08:49:09.000Z | 2021-02-19T15:01:04.000Z | Tests/sample3.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 19 | 2016-05-31T07:11:14.000Z | 2021-07-19T10:17:12.000Z | .data
.align 16
v1: .float 1.1, 2.2, 3.3, 4.4
v2: .float 5.5, 6.6, 7.7, 8.8
v3: .float 0, 0, 0, 0
.text
.global _start
_start:
movaps v1,%xmm0 # load v1 into xmm0 to xmm6
movaps v1,%xmm1 # using movaps since v1 is 16 byte aligned
movaps v1,%xmm2
m... | 36.740741 | 88 | 0.586694 |
73a1c5d32d699c4016cacfad308e9b815b1e1ba1 | 987 | nasm | Assembly | UefiPayloadPkg/UefiPayloadEntry/Ia32/SecEntry.nasm | kavyak11/Upl_Rebased | a5dc96cd3846b9eeb856f649c0ecf3a02b94fdb1 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | UefiPayloadPkg/UefiPayloadEntry/Ia32/SecEntry.nasm | kavyak11/Upl_Rebased | a5dc96cd3846b9eeb856f649c0ecf3a02b94fdb1 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | UefiPayloadPkg/UefiPayloadEntry/Ia32/SecEntry.nasm | kavyak11/Upl_Rebased | a5dc96cd3846b9eeb856f649c0ecf3a02b94fdb1 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | ;------------------------------------------------------------------------------
;*
;* Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
;* SPDX-License-Identifier: BSD-2-Clause-Patent
;------------------------------------------------------------------------------
#include <Base.h>
SECTION .t... | 18.277778 | 79 | 0.54306 |
400ac24cf916df88acea8770077a3829176e6275 | 715 | asm | Assembly | oeis/178/A178821.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/178/A178821.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/178/A178821.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A178821: Triangle read by rows: T(n,k) = binomial(n+4,4) * binomial(n,k), 0 <= k <= n.
; Submitted by Christian Krause
; 1,5,5,15,30,15,35,105,105,35,70,280,420,280,70,126,630,1260,1260,630,126,210,1260,3150,4200,3150,1260,210,330,2310,6930,11550,11550,6930,2310,330,495,3960,13860,27720,34650,27720,13860,3960,495,715... | 47.666667 | 500 | 0.741259 |
54608161a3276070213d3ff822627e5b5edc6902 | 130 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2sint.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2sint.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2sint.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC ___fs2sint
EXTERN cm48_sdccixp_ds2sint
defc ___fs2sint = cm48_sdccixp_ds2sint
| 13 | 38 | 0.869231 |
364e3e01f1491b19b5d2909f5b15a93d385c7d85 | 397 | asm | Assembly | programs/oeis/026/A026817.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/026/A026817.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/026/A026817.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A026817: Number of sets which can be obtained by selecting unique elements from two sets with 2n and 3n elements respectively and n common elements.
; 6,23,51,90,140,201,273,356,450,555,671,798,936,1085,1245,1416,1598,1791,1995,2210,2436,2673,2921,3180,3450,3731,4023,4326,4640,4965,5301,5648,6006,6375,6755,7146,7548,... | 49.625 | 205 | 0.768262 |
4f1da978fdc5dfbc88108147832c7dab5df3ea6c | 2,629 | asm | Assembly | Assembly Works 2/TASK_1_Lab_2.asm | AhmadVakil/Assembly-C_Micro-Controller | 0e48bf9b3aff2b20a6b3df50cdca6c45f50df0a2 | [
"MIT"
] | null | null | null | Assembly Works 2/TASK_1_Lab_2.asm | AhmadVakil/Assembly-C_Micro-Controller | 0e48bf9b3aff2b20a6b3df50cdca6c45f50df0a2 | [
"MIT"
] | null | null | null | Assembly Works 2/TASK_1_Lab_2.asm | AhmadVakil/Assembly-C_Micro-Controller | 0e48bf9b3aff2b20a6b3df50cdca6c45f50df0a2 | [
"MIT"
] | null | null | null | ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 1DT301, Computer Technology I
; Date: 2016-09-29
; Author:
; Ahmadreza Vakilalroayayi
;
;
; Lab number: 2
; Title: How to use the PORTs. Digital input/output. Subroutine call.
;
; Hardware: STK600, CPU ATmega2560
;
; Function: Switch between ri... | 17.071429 | 79 | 0.658425 |
eaa9b8e2ee9f0d4fb007bba9948d2e8dc6aa0be6 | 1,520 | asm | Assembly | uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/Rivl/Ia32/RivlCall.asm | sunnywang-arm/edk2-test | 475be9f7a70d012705eca64dd24a9eeaed643183 | [
"BSD-2-Clause"
] | 47 | 2018-10-15T02:34:39.000Z | 2022-02-07T11:02:45.000Z | uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/Rivl/Ia32/RivlCall.asm | sunnywang-arm/edk2-test | 475be9f7a70d012705eca64dd24a9eeaed643183 | [
"BSD-2-Clause"
] | null | null | null | uefi-sct/SctPkg/TestInfrastructure/SCT/Framework/ENTS/Rivl/Ia32/RivlCall.asm | sunnywang-arm/edk2-test | 475be9f7a70d012705eca64dd24a9eeaed643183 | [
"BSD-2-Clause"
] | 78 | 2018-10-08T01:17:19.000Z | 2022-03-16T14:33:15.000Z | ;@file
;
; Copyright 2006 - 2010 Unified EFI, Inc.<BR>
; Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
;
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. The full tex... | 26.666667 | 105 | 0.504605 |
5cc3222522ddd17ca1d42f4003fe46fb8c7e4bf7 | 405 | asm | Assembly | programs/oeis/286/A286016.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/286/A286016.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/286/A286016.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A286016: Signed continued fraction expansion with all signs negative of tanh(1).
; 1,5,2,2,2,2,9,2,2,2,2,2,2,2,2,13,2,2,2,2,2,2,2,2,2,2,2,2,17,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,21,2,2,2,2,2,2
mov $1,2
mov $2,$0
lpb $2
trn $2,$3
add $3,4
mov $5,$2
lpb $5
trn $4,5
trn $5,$3
lpe
lpb $4
sub $3,$3
... | 16.2 | 108 | 0.535802 |
34eb898e0af200ee985812509f12f878c67c7d7b | 149 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/kart-init-e.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/kart-init-e.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/kart-init-e.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: kart-init-e.asm
Type: file
Size: 57645
Last-Modified: '1992-08-06T07:17:01Z'
SHA-1: 0E495B9127E964C5D90CEDD865B9AA1FF8B2D22C
Description: null
| 21.285714 | 47 | 0.805369 |
e338f5b8d51d74bd834e1dfa37b1069f5defa533 | 1,243 | asm | Assembly | programs/oeis/001/A001552.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/001/A001552.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/001/A001552.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A001552: 1^n + 2^n + ... + 5^n.
; 5,15,55,225,979,4425,20515,96825,462979,2235465,10874275,53201625,261453379,1289414505,6376750435,31605701625,156925970179,780248593545,3883804424995,19349527020825,96470431101379,481245667164585,2401809362313955,11991391850823225,59886402198414979,299149971105959625,1494622260945073... | 49.72 | 1,007 | 0.861625 |
2d19559d370f48a7189fefda87762cdb3a383576 | 656,107 | asm | Assembly | lab02/lab2/kernel.asm | ahchu1993/opsys | b3405cdf48e99654b4bbc2bad8b3cd4ce1cbd09f | [
"Xnet",
"X11"
] | null | null | null | lab02/lab2/kernel.asm | ahchu1993/opsys | b3405cdf48e99654b4bbc2bad8b3cd4ce1cbd09f | [
"Xnet",
"X11"
] | null | null | null | lab02/lab2/kernel.asm | ahchu1993/opsys | b3405cdf48e99654b4bbc2bad8b3cd4ce1cbd09f | [
"Xnet",
"X11"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 0f in $0xf,%al
8010000c <entry>:... | 37.776773 | 74 | 0.537938 |
50dbe42cae7b561790684f5dbd9ab1c433aa7d00 | 385 | asm | Assembly | Working Disassembly/General/Sprites/SS Entry/DPLC - Special Stage Entry Flash.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/General/Sprites/SS Entry/DPLC - Special Stage Entry Flash.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Sprites/SS Entry/DPLC - Special Stage Entry Flash.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | DPLC_61BFA: dc.w word_61C02-DPLC_61BFA
dc.w word_61C0A-DPLC_61BFA
dc.w word_61C12-DPLC_61BFA
dc.w word_61C1C-DPLC_61BFA
word_61C02: dc.w 2
dc.w 2
dc.w $35
dc.w $90
word_61C0A: dc.w 2
dc.w $A3
dc.w $E7
dc.w $161
word_61C12: dc.w 3
dc.w $182
dc.w $1BB
dc.w $273
dc.w $2B1
word_61C1C: dc... | 16.041667 | 39 | 0.623377 |
f0872c6a82891421963462b70441f0aa129c1be5 | 458 | asm | Assembly | oeis/192/A192305.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192305.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192305.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192305: 0-sequence of reduction of (2n) by x^2 -> x+1.
; Submitted by Jon Maiga
; 2,2,8,16,36,72,142,270,504,924,1672,2992,5306,9338,16328,28392,49132,84664,145350,248710,424312,721972,1225488,2075616,3508466,5919602,9970952,16768960,28161204,47229864,79112062,132362622,221216376,369341388,616061848,1026669712,17095... | 30.533333 | 275 | 0.735808 |
f3213e42b9af3cd377cf1f8a9e9564edcae28eaa | 1,091 | asm | Assembly | bbc/error.asm | peter-mount/departures8bit | cb0cd95503c9d0872d1cfaf3579c6f7c9ece282f | [
"Apache-2.0"
] | null | null | null | bbc/error.asm | peter-mount/departures8bit | cb0cd95503c9d0872d1cfaf3579c6f7c9ece282f | [
"Apache-2.0"
] | null | null | null | bbc/error.asm | peter-mount/departures8bit | cb0cd95503c9d0872d1cfaf3579c6f7c9ece282f | [
"Apache-2.0"
] | null | null | null | ; ********************************************************************************
; Handle errors from BRK instructions.
;
; Errors raised with:
; BRK
; EQUB error code (unused)
; EQUS error string
; BRK or EQUB 0 to terminate string
; ***************************************************************************... | 24.795455 | 82 | 0.461045 |
dfe5cfd6429dabcc3352e8fba3a6d4c302402c0e | 5,530 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_225.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_225.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_225.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x4003, %rdi
nop
nop
nop
nop
xor %rdx, %rdx
mov (%rdi), %r9
nop
nop
sub $52574, %rdx
lea addresses_normal_ht+0x1eceb, %r9
sub $36005, %r13
mov $0x6162636465666768, %r14
movq %r... | 38.402778 | 2,999 | 0.66094 |
2a2bc7efb7ed82ccea86f4fa563fac49d531c649 | 752 | asm | Assembly | oeis/228/A228920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/228/A228920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/228/A228920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A228920: Number of solutions to Sum_{i=1..n} x_i^2 == 0 (mod 4) with x_i in 0..3.
; Submitted by Christian Krause
; 2,4,8,32,192,1024,4608,18432,69632,262144,1015808,4063232,16515072,67108864,270532608,1082130432,4311744512,17179869184,68585259008,274341036032,1098437885952,4398046511104,17600775979008,70403103916032... | 37.6 | 483 | 0.791223 |
4f932b4631bd486dcc3e10faa9a9af66dbc89b4c | 7,835 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1408.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_0xca_notsx.log_21829_1408.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_0xca_notsx.log_21829_1408.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1d6b, %r8
nop
nop
nop
nop
nop
xor $53839, %rcx
movb (%r8), %r9b
nop
cmp %rdx, %rdx
lea addresses_D_ht+0x40b, %rbx
inc %r12
mov $0x6162636465666768, %r8
movq %r8, (%r... | 32.645833 | 2,999 | 0.65769 |
dffb3dfcc0f4a6495081fb48fa8b3773648e2fee | 5,411 | asm | Assembly | Transynther/x86/_processed/US/_zr_un_/i7-7700_9_0xca.log_486_321.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_un_/i7-7700_9_0xca.log_486_321.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_un_/i7-7700_9_0xca.log_486_321.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 %r13
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1ba15, %r13
nop
sub %r8, %r8
mov $0x6162636465666768, %r10
movq %r10, %xmm3
vmovups %ymm3, (%r13)
nop
nop
sub $13439, %r12
lea addresses_WT_ht+0x2f4e, %r11
nop
nop
nop
dec %r... | 27.748718 | 1,457 | 0.65219 |
36afdb3595a9725b076eb213a952689f996d7ebc | 284 | asm | Assembly | programs/oeis/182/A182214.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/182/A182214.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/182/A182214.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A182214: Bondage number of the Cartesian product graph G = C_n X K_2.
; 3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3,2,2,4,3
mov $1,$0
add $1,6
mul $1,3
mod $1,4
trn $1,1
add $1,2
| 28.4 | 155 | 0.566901 |
b2c710bed07c41e21f278510873194a4269a4be6 | 6,321 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_695.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_21829_695.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_21829_695.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xde3, %rsi
nop
xor %r10, %r10
movb (%rsi), %r13b
nop
nop
xor $17249, %r14
lea addresses_A_ht+0xfb43, %rsi
lea addresses_A_ht+0x17479, %rdi
nop
nop
dec %rbp
mov $96, %rcx
rep m... | 38.542683 | 2,999 | 0.654801 |
cc3312e249e853391f3082e381afdf8e3b172f9f | 350 | asm | Assembly | libsrc/stdio/ansi/ace/f_ansi_cls.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/ansi/ace/f_ansi_cls.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/ansi/ace/f_ansi_cls.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; ANSI Video handling for the Jupiter ACE
;
; CLS - Clear the screen
;
;
; Stefano Bodrato - Feb. 2001
;
;
; $Id: f_ansi_cls.asm,v 1.4 2016-04-04 18:31:22 dom Exp $
;
SECTION code_clib
PUBLIC ansi_cls
.ansi_cls
ld hl,$2400
ld (hl),32 ;' '
ld d,h
ld e,l
inc de
ld bc,32*24
ldir
;;;
;;; The ROM cls... | 11.666667 | 57 | 0.597143 |
c9df391f42e03cd2c050c925c5a957f0aa410d7a | 24,776 | asm | Assembly | src/test/ref/examples/nes/nes-conio.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/examples/nes/nes-conio.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/examples/nes/nes-conio.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // NES conio printing
/// @file
/// Nintendo Entertainment System (NES
///
/// https://en.wikipedia.org/wiki/Nintendo_Entertainment_System_(Model_NES-101)
/// https://github.com/gregkrsak/first_nes
/// @file
/// Ricoh 2C02 - NES Picture Processing Unit (PPU)
///
/// Ricoh RP2C02 (NTSC version) / RP2C07 (PAL version),
/... | 25.281633 | 147 | 0.622538 |
c17faa7af29f55f0308d874ad450983d715e2c93 | 922 | asm | Assembly | S-F200VX_20180920_WithFactory/Factory_Funs.asm | xcwk/8-Pads-WiFi-Fat-Scale | 50023e1c9246398e0d76c6de84307d2be226b826 | [
"Unlicense"
] | 1 | 2019-07-23T11:38:41.000Z | 2019-07-23T11:38:41.000Z | S-F200VX_20180920_WithFactory/Factory_Funs.asm | xcwk/8-Pads-WiFi-Fat-Scale | 50023e1c9246398e0d76c6de84307d2be226b826 | [
"Unlicense"
] | null | null | null | S-F200VX_20180920_WithFactory/Factory_Funs.asm | xcwk/8-Pads-WiFi-Fat-Scale | 50023e1c9246398e0d76c6de84307d2be226b826 | [
"Unlicense"
] | 2 | 2020-03-25T15:07:37.000Z | 2020-04-17T07:33:32.000Z | ;==================================================
;==== Factory_Funs.ASM
;==================================================
Factory_Mark_ADDR_H EQU 010H
Factory_Mark_ADDR_L EQU 011H
Factory_Mark_Value_H EQU 0A5H
Factory_Mark_Value_L EQU 05AH
F_Factory_Chk_Mark:
;
MOVLW Factory_Mark_ADDR_H
... | 20.488889 | 51 | 0.665944 |
6f465c3d72c04bcb94d8aa3c16ec6a3f8169a724 | 970 | asm | Assembly | ALINK/rtn.asm | DarkRiDDeR/mandelbrotin-fractal-generation-NASM | 69f4e4cb98ad8bae983b3e76e7c38c5a7861acb6 | [
"MIT"
] | 3 | 2016-07-19T06:49:01.000Z | 2018-04-25T06:46:25.000Z | ALINK/rtn.asm | DarkRiDDeR/mandelbrotin-fractal-generation-NASM | 69f4e4cb98ad8bae983b3e76e7c38c5a7861acb6 | [
"MIT"
] | null | null | null | ALINK/rtn.asm | DarkRiDDeR/mandelbrotin-fractal-generation-NASM | 69f4e4cb98ad8bae983b3e76e7c38c5a7861acb6 | [
"MIT"
] | null | null | null | ;NASM Win32 resource sample
; compile and link with
;
;nasm -fobj rtn.asm
;
;alink -oPE rtn win32.lib rtn.res
[extern DialogBoxParamA]
[extern GetModuleHandleA]
[extern ExitProcess]
[extern EndDialog]
WM_INITDIALOG equ 0110h
WM_COMMAND equ 0111h
IDOK equ 1
[segment code public use32 class='CODE']
..start:
enter ... | 14.057971 | 40 | 0.747423 |
f9aa4c6531409803eb0796617705b045bcc0cd2a | 819 | asm | Assembly | oeis/193/A193643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/193/A193643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/193/A193643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A193643: Number of arrays of -3..3 integers x(1..n) with every x(i) in a subsequence of length 1 or 2 with sum zero
; Submitted by Jon Maiga
; 1,7,19,67,217,721,2377,7855,25939,85675,282961,934561,3086641,10194487,33670099,111204787,367284457,1213058161,4006458937,13232434975,43703763859,144343726555,476734943521,157... | 37.227273 | 498 | 0.782662 |
94faa2616c7efc6defe310e53981f6092c476acd | 556 | asm | Assembly | oeis/070/A070951.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/070/A070951.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/070/A070951.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A070951: Number of 0's in n-th row of triangle in A070950.
; Submitted by Christian Krause
; 0,0,2,1,5,2,8,3,10,7,10,9,13,8,16,9,18,16,17,15,20,20,22,19,23,24,27,22,27,25,30,24,39,28,40,25,41,31,39,34,34,42,40,38,51,36,51,44,53,46,58,44,53,47,60,46,56,55,61,50,60,53,66,49,65,75,68,66,68,72,64,65,72,79,66,73,75,68,77,... | 69.5 | 290 | 0.692446 |
2f2bede77bd4720d770d0310442dc3f2111e5e2e | 1,434 | asm | Assembly | programs/oeis/187/A187710.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/187/A187710.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/187/A187710.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A187710: a(n) = n^2 + n + 10.
; 10,12,16,22,30,40,52,66,82,100,120,142,166,192,220,250,282,316,352,390,430,472,516,562,610,660,712,766,822,880,940,1002,1066,1132,1200,1270,1342,1416,1492,1570,1650,1732,1816,1902,1990,2080,2172,2266,2362,2460,2560,2662,2766,2872,2980,3090,3202,3316,3432,3550,3670,3792,3916,4042,4170,4... | 179.25 | 1,361 | 0.798466 |
39021b79951b325492295fe9c67a0293bc2d8545 | 574 | asm | Assembly | Microprocessor/bcd_aas.asm | Nmane1612/Nihar-Mane | aa4db52a384f706a431c994e4e12d8e5e0cd8402 | [
"Apache-2.0"
] | 3 | 2019-12-27T06:07:37.000Z | 2020-07-01T08:51:32.000Z | Microprocessor/bcd_aas.asm | Nihar16/Personal-Repository | 0d319eeb8dbfa3f7c3eb8501829939ecd6923464 | [
"MIT"
] | null | null | null | Microprocessor/bcd_aas.asm | Nihar16/Personal-Repository | 0d319eeb8dbfa3f7c3eb8501829939ecd6923464 | [
"MIT"
] | null | null | null | ; this is an example of aas instruction,
; it is used to subtract huge bcd numbers (binary coded decimals).
name "bcd_aas"
org 100h
; make 5 - 8
; al = 0fdh (not in binary coded decimal form)
mov al, 05h
mov bl, 08h
sub al, bl
; convert to binary coded decimal,
; al = 7
; and 1 is borrowed from ah... | 16.4 | 67 | 0.660279 |
a05f4b0539417c155b7b3ae0b898ffad363a925e | 365 | asm | Assembly | controlFlow/if_statement.asm | DanerSound/MIPS-from-scratch | e56bc5e4a0ade738e63f0ae827afbff94a8a7efd | [
"MIT"
] | 2 | 2018-07-16T20:23:52.000Z | 2019-03-08T18:49:39.000Z | controlFlow/if_statement.asm | DanerSound/MIPS-from-scratch | e56bc5e4a0ade738e63f0ae827afbff94a8a7efd | [
"MIT"
] | 3 | 2018-03-22T15:47:59.000Z | 2019-03-06T11:21:35.000Z | controlFlow/if_statement.asm | DanerSound/MIPS-from-scratch | e56bc5e4a0ade738e63f0ae827afbff94a8a7efd | [
"MIT"
] | 5 | 2018-03-22T15:49:10.000Z | 2018-07-24T07:46:10.000Z | # simple workflow to understand the if- construct
#
.data
.text
main:
li $t1,50
li $t2,50
bne $t1, $t2, label # if(t1!=t2) do label
add $t1, $t2, $t2 # else t1=t2+t2
j after # this row is mandatory to break the linear execution
label: sub $t2, $t1, $t1
after: # do something diferent, in thi... | 26.071429 | 64 | 0.624658 |
ab9cab5ebc633f54f1dde2e59f03f2a025f3b8ed | 2,480 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_73_861.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_73_861.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_73_861.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
lea addresses_WC_ht+0x1c4e4, %r15
add $22615, %r13
mov $0x6162636465666768, %r8
movq %r8, %xmm3
movups %xmm3, (%r15)
nop
nop
nop
nop
nop
and $26058, %r8
pop %r8
pop %r15
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
p... | 19.84 | 218 | 0.63629 |
d943657d708cc3814194e3bea5bd32433b73f442 | 1,543 | asm | Assembly | programs/oeis/245/A245764.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/245/A245764.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/245/A245764.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A245764: a(n) = 2*(n^2 + 1) + n*(1 + (-1)^n).
; 2,4,14,20,42,52,86,100,146,164,222,244,314,340,422,452,546,580,686,724,842,884,1014,1060,1202,1252,1406,1460,1626,1684,1862,1924,2114,2180,2382,2452,2666,2740,2966,3044,3282,3364,3614,3700,3962,4052,4326,4420,4706,4804,5102,5204,5514,5620,5942,6052,6386,6500,6846,6964,7... | 140.272727 | 1,425 | 0.794556 |
e027f0872c553287d037176537c9a371c9f1ddab | 5,569 | asm | Assembly | Transynther/x86/_processed/US/_ht_zr_/i7-8650U_0xd2.log_1379_1450.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_zr_/i7-8650U_0xd2.log_1379_1450.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_zr_/i7-8650U_0xd2.log_1379_1450.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 %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x15a79, %rsi
lea addresses_WC_ht+0x5e19, %rdi
nop
nop
nop
nop
xor $2004, %rax
mov $57, %rcx
rep movsw
nop
nop
nop
nop
sub %rdx, %rdx
lea addresses_A_ht+0x1d879, %rsi
lea addresses_WC_h... | 43.507813 | 2,999 | 0.660801 |
85b18baf2cac8726bfd2e4d1cb490c12e52b71df | 103 | asm | Assembly | PCMgrLoader/shellcode_x64.asm | fengjixuchui/PCMgr | 00a576f33221baec273a9f543c8429daa1fe605f | [
"MIT"
] | 40 | 2020-04-20T13:59:04.000Z | 2022-03-31T03:03:51.000Z | PCMgrLoader/shellcode_x64.asm | fengjixuchui/PCMgr | 00a576f33221baec273a9f543c8429daa1fe605f | [
"MIT"
] | 2 | 2020-05-08T15:13:15.000Z | 2021-02-14T12:51:36.000Z | PCMgrLoader/shellcode_x64.asm | fengjixuchui/PCMgr | 00a576f33221baec273a9f543c8429daa1fe605f | [
"MIT"
] | 19 | 2020-04-03T11:32:19.000Z | 2022-03-10T12:52:10.000Z | .data
.code
MGetCurrentPeb PROC
mov rbx, 0
mov rbx, GS:[60h]
mov rax, rbx
ret
MGetCurrentPeb ENDP
END | 9.363636 | 19 | 0.747573 |
de774eca0b0303e5bcac4150177d43797ab51b41 | 539 | asm | Assembly | oeis/073/A073010.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/073/A073010.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/073/A073010.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A073010: Decimal expansion of Pi/sqrt(27).
; Submitted by Jon Maiga
; 6,0,4,5,9,9,7,8,8,0,7,8,0,7,2,6,1,6,8,6,4,6,9,2,7,5,2,5,4,7,3,8,5,2,4,4,0,9,4,6,8,8,7,4,9,3,6,4,2,4,6,8,5,8,5,2,3,2,9,4,9,7,8,4,6,2,7,0,7,7,2,7,0,4,2,1,1,7,9,6,1,2,2,8,0,4,1,6,6,2,7,3,7,3,5,3,3,8,9,6
mov $1,1
mov $2,1
mov $3,$0
mul $3,5
lpb $3
m... | 17.387097 | 201 | 0.523191 |
a0465d3fd9b48db01a12054819b2e0c234cf0e76 | 286 | asm | Assembly | programs/oeis/040/A040120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/040/A040120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/040/A040120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A040120: Continued fraction for sqrt(132).
; 11,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2,22,2
sub $0,1
mod $0,2
mul $0,11
add $0,2
pow $0,2
sub $0,2
div $0,8
add $0,2
| 23.833333 | 166 | 0.608392 |
4859e81c2bb15c9fee88e1e50d51334621241c3b | 343 | asm | Assembly | programs/oeis/158/A158137.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/158/A158137.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/158/A158137.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A158137: Period 9: repeat [-2,4,-2,4,-2,-2,1,1,-2].
; -2,4,-2,4,-2,-2,1,1,-2,-2,4,-2,4,-2,-2,1,1,-2,-2,4,-2,4,-2,-2,1,1,-2,-2,4,-2,4,-2,-2,1,1,-2,-2,4,-2,4,-2,-2,1,1,-2,-2,4,-2,4,-2,-2,1,1,-2,-2,4,-2,4,-2,-2,1,1,-2,-2,4,-2,4,-2,-2,1,1,-2,-2,4,-2,4,-2,-2,1,1,-2,-2,4,-2
seq $0,158090 ; Period 9: repeat [0, 6, 0, 6, 0,... | 57.166667 | 216 | 0.437318 |
bd287c9f63b21f1104f16c707da4fdd78a26e917 | 91,775 | asm | Assembly | patch.asm | hansbonini/-GBA-Spiderman-3 | 2e1ca0d5aa584d46b0057c2255104fbbb55864b9 | [
"MIT"
] | null | null | null | patch.asm | hansbonini/-GBA-Spiderman-3 | 2e1ca0d5aa584d46b0057c2255104fbbb55864b9 | [
"MIT"
] | null | null | null | patch.asm | hansbonini/-GBA-Spiderman-3 | 2e1ca0d5aa584d46b0057c2255104fbbb55864b9 | [
"MIT"
] | null | null | null | ;//----------------------------------
;// [GBA] Spider Man 3
;//----------------------------------
;// Asm patch for Translation
;//----------------------------------
endian lsb
output "spiderman3_br.gba",create
origin $00000000
insert "spiderman3.gba"
map '0',$30, 10
map 'A',$41, 26
map 'a',$61, 26
;//-------- Poi... | 24.551899 | 476 | 0.565666 |
8e66368a38e28808aec69da147816aa0ab0f41f1 | 180 | asm | Assembly | libsrc/_DEVELOPMENT/compress/aplib/z80/__aplib_getbitbc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/compress/aplib/z80/__aplib_getbitbc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/compress/aplib/z80/__aplib_getbitbc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION code_clib
SECTION code_compress_aplib
PUBLIC __aplib_getbitbc
EXTERN __aplib_getbit
__aplib_getbitbc:
sla c
rl b
call __aplib_getbit
ret z
inc bc
ret
| 11.25 | 27 | 0.761111 |
9c7c0de812a3e5071b34f6e6237b5e80d6be0b17 | 672 | asm | Assembly | Lab03/Write an assembly program that prints Hello World five times and then prints Bye world. Hints Use unconditional CMP, conditional JE, JNE instruction.asm | Deboraj-roy/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-C- | 7ad0268edada61a648499557948d174ae1faea8b | [
"MIT"
] | null | null | null | Lab03/Write an assembly program that prints Hello World five times and then prints Bye world. Hints Use unconditional CMP, conditional JE, JNE instruction.asm | Deboraj-roy/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-C- | 7ad0268edada61a648499557948d174ae1faea8b | [
"MIT"
] | 1 | 2022-03-16T14:31:47.000Z | 2022-03-16T14:31:47.000Z | Lab03/Write an assembly program that prints Hello World five times and then prints Bye world. Hints Use unconditional CMP, conditional JE, JNE instruction.asm | Deboraj-roy/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-C- | 7ad0268edada61a648499557948d174ae1faea8b | [
"MIT"
] | null | null | null | ;Write an assembly program that prints Hello World five times and then prints Bye world. Hints: Use unconditional CMP, conditional JE, JNE instruction
.MODEL SMALL
.STACK 100H
.DATA
CR EQU '0DH'
LF EQU '0AH'
MSG DB 'HELLO WORLD $'
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,A... | 15.272727 | 152 | 0.5 |
b14f7ec1356d213ecaedab5e9b6b84f607148312 | 102 | asm | Assembly | modules/divide.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | 2 | 2021-05-08T20:51:42.000Z | 2021-05-08T20:52:06.000Z | modules/divide.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | null | null | null | modules/divide.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | 2 | 2020-12-14T00:09:01.000Z | 2021-03-25T14:07:08.000Z | DIVIDE:
MOV R4, #'/'
MOV R0, #0h
MOV A, #50h
ADD A, R0
MOV R0, A
MOV A, @R0
ACALL CONTINUECODE
| 11.333333 | 19 | 0.588235 |
af55beda864e30157c145823d047c1344c09c1ad | 670 | asm | Assembly | oeis/111/A111215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/111/A111215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/111/A111215.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A111215: Numbers k such that 4k + 5 is prime.
; Submitted by Jon Maiga
; 0,2,3,6,8,9,12,14,17,21,23,24,26,27,33,36,38,42,44,47,48,56,57,59,63,66,68,69,72,77,78,83,86,87,92,96,98,99,101,104,107,111,113,114,126,129,134,138,141,143,147,149,152,153,159,162,164,167,168,174,176,182,188,189,191,192,198,201,204,206,212,213,2... | 30.454545 | 357 | 0.658209 |
bb17c6fc4d4f1b77a89e127baf72f090a48f98a8 | 499 | asm | Assembly | programs/oeis/166/A166362.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166362.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166362.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166362: a(n) = phi(nonprime(n)).
; 1,2,2,4,6,4,4,6,8,8,6,8,12,10,8,20,12,18,12,8,16,20,16,24,12,18,24,16,12,20,24,22,16,42,20,32,24,18,40,24,36,28,16,30,36,32,48,20,32,44,24,24,36,40,36,60,24,32,54,40,24,64,42,56,40,24,72,44,60,46,72,32,42,60,40,32,48,48,52,36,40,72,48,36,88,56,72,58,96,32,110,60,80,60,100,36,64,84,... | 71.285714 | 289 | 0.669339 |
5cc4d4bb881594f7b55a50c7dc00e0bf63afe1c4 | 275 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___h2sint_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___h2sint_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___h2sint_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC ___h2sint_callee
PUBLIC _i16_f16_fastcall
EXTERN cm16_sdcc___h2sint_callee
EXTERN cm16_sdcc___h2sint_fastcall
defc ___h2sint_callee = cm16_sdcc___h2sint_callee
defc _i16_f16_fastcall = cm16_sdcc___h2sint_fastcall
| 22.916667 | 56 | 0.810909 |
3e5df999a6319569415da348063ef6daa6c39291 | 460 | asm | Assembly | c_asm/19-passing_and_return_value/math_func.asm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | c_asm/19-passing_and_return_value/math_func.asm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | c_asm/19-passing_and_return_value/math_func.asm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | section .data
section .bss
section .text
global add
add:
add rdi, rsi
mov rax, rdi
ret
global sub
sub:
sub rdi, rsi
mov rax, rdi
ret
global mul
mul:
mov rax, rdi
mul rsi
ret
global div_i
div_i:
cvtsi2ss xm... | 13.142857 | 26 | 0.482609 |
6f13d8b6841828ea70574eb7814caa72fc882552 | 8,016 | asm | Assembly | audio/music/rockettheme.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/rockettheme.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/rockettheme.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_RocketTheme:
musicheader 4, 1, Music_RocketTheme_Ch1
musicheader 1, 2, Music_RocketTheme_Ch2
musicheader 1, 3, Music_RocketTheme_Ch3
musicheader 1, 4, Music_RocketTheme_Ch4
Music_RocketTheme_Ch1:
tempo 128
volume $77
dutycycle $3
stereopanning $f
vibrato $5, $64
notetype $c, $a8
octave 4
note C_, 1
... | 16.875789 | 47 | 0.730414 |
95544e4c3907627151589295153035a74b974b53 | 347 | nasm | Assembly | Projetos/F-Assembly/src/nasm/examples/Linha.nasm | juanjorgegarcia/Z01 | 7d49ef8f476f9c8e9f187a62f96fdca7bcd46314 | [
"Unlicense"
] | null | null | null | Projetos/F-Assembly/src/nasm/examples/Linha.nasm | juanjorgegarcia/Z01 | 7d49ef8f476f9c8e9f187a62f96fdca7bcd46314 | [
"Unlicense"
] | 67 | 2018-03-13T21:40:05.000Z | 2018-05-23T19:17:13.000Z | Projetos/F-Assembly/src/nasm/examples/Linha.nasm | juanjorgegarcia/Z01 | 7d49ef8f476f9c8e9f187a62f96fdca7bcd46314 | [
"Unlicense"
] | 3 | 2018-03-07T01:27:37.000Z | 2018-03-23T19:35:14.000Z | ; carrega x"FF" em S (todos pxs em '1')
leaw $0, %A
movw %A, %S
notw %S
; linha 1
leaw $17389, %A ;16384
movw %S, (%A)
incw %A
movw %S, (%A)
incw %A
movw %S, (%A)
incw %A
movw %S, (%A)
leaw $17409, %A
movw %S, (%A)
incw %A
movw %S, (%A)
incw %A
movw %S, (%A)
i... | 13.88 | 40 | 0.432277 |
460353b0439ad33da3193279dd2b29c0ba7f1153 | 128 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/___fs2schar.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/___fs2schar.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/___fs2schar.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math32
PUBLIC ___fs2schar
EXTERN cm32_sdcc___fs2schar
defc ___fs2schar = cm32_sdcc___fs2schar
| 18.285714 | 43 | 0.773438 |
af24655026e4dc725c727a222104c1d462e6e4bd | 7,664 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_2231.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_2231.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_2231.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 %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1c9f, %rbx
nop
sub $36814, %r12
mov (%rbx), %ax
nop
nop
sub %rsi, %rsi
lea addresses_normal_ht+0x49b7, %rsi
lea addresses_WT_ht+0x1ddb7, %rdi
nop
cmp %r8, %r8
mov $12, %rcx
re... | 33.467249 | 2,999 | 0.655532 |
c584d4facae29a84b52fa7b2f3f45cd7c519e9cc | 1,416 | asm | Assembly | src/gfx/ico_ice.asm | beckadamtheinventor/BOSshell5 | 04b2b4bdb6d9b415dd5e9c7fbfa3218dc4571400 | [
"BSD-3-Clause"
] | 2 | 2019-09-25T04:28:00.000Z | 2019-09-26T00:46:40.000Z | src/gfx/ico_ice.asm | beckadamtheinventor/BOSshell5 | 04b2b4bdb6d9b415dd5e9c7fbfa3218dc4571400 | [
"BSD-3-Clause"
] | null | null | null | src/gfx/ico_ice.asm | beckadamtheinventor/BOSshell5 | 04b2b4bdb6d9b415dd5e9c7fbfa3218dc4571400 | [
"BSD-3-Clause"
] | null | null | null | ; convpng v7.3
; 8 bpp image
_ico_ice_size equ 258
_ico_ice:
db 16,16
db 0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh
db 0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh
db 0FFh,0FFh,06Bh,06Bh,06Bh,06Bh,06Bh,06Bh,06Bh,06Bh,06Bh,06Bh,06Bh,06Bh,0FFh,0... | 61.565217 | 83 | 0.782486 |
deb0b881f9300dbff82f6c115fd4e45b68c79cc2 | 7,313 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_633.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_633.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_633.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xbeeb, %rdi
nop
nop
sub %r15, %r15
mov $0x6162636465666768, %r13
movq %r13, %xmm6
vmovups %ymm6, (%rdi)
nop
nop
nop
nop
inc %rcx
lea addresses_UC_ht+0xe46b, %r15
nop
nop
nop
... | 31.119149 | 2,999 | 0.653904 |
b37107005d822bd7d6ec3d32055a9ae7add14651 | 541 | asm | Assembly | libsrc/math/mbf32/c/sccz80/ceil.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/mbf32/c/sccz80/ceil.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/mbf32/c/sccz80/ceil.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_mbf32
PUBLIC ceil
EXTERN msbios
EXTERN ___mbf32_setup_single
EXTERN ___mbf32_return
EXTERN ___mbf32_FPADD
EXTERN ___mbf32_FPREG
EXTERN ___mbf32_discard_fraction
ceil:
call ___mbf32_setup_single
call ___mbf32_discard_fraction
ld a,(___mbf32_FPREG+2) ;... | 18.033333 | 42 | 0.757856 |
7b721eceaeee321328f722476be068efeaf24f97 | 2,441 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_29_1819.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_29_1819.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_29_1819.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbx
push %rcx
push %rdx
lea addresses_normal_ht+0x1ea3d, %r14
nop
nop
xor $39430, %rdx
mov $0x6162636465666768, %rbx
movq %rbx, %xmm2
vmovups %ymm2, (%r14)
nop
xor %r11, %r11
lea addresses_normal_ht+0xf57d, %r10
nop
nop
nop
and %rcx, %rcx
... | 19.220472 | 129 | 0.646047 |
850daa4a28cd4421060508ccb9dbd2a380c9dfee | 775 | asm | Assembly | programs/oeis/277/A277237.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/277/A277237.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/277/A277237.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A277237: Number of strings of length n composed of symbols from the circular list [1,2,3,4,5,6] such that adjacent symbols in the string must be adjacent in the list. No runs of length 2 or more are allowed for symbols 1, 3 and 5.
; 1,6,15,39,99,255,651,1671,4275,10959,28059,71895,184131,471711,1208235,3095079,792801... | 59.615385 | 234 | 0.770323 |
1c588a42620fa377242a58290aa9036d31a5cf22 | 8,463 | asm | Assembly | Library/GrObj/UI/uiConvertControl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/GrObj/UI/uiConvertControl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/GrObj/UI/uiConvertControl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: uiConvertControl.asm
AUTHOR: Jon Witort
REVISION HISTORY:
Name Date Description
---- ---- -----------
jon 24 feb 1992 Initial version.
... | 27.656863 | 109 | 0.686754 |
bbcb387daac48ff0972508451b3f2264993f2131 | 375 | asm | Assembly | oeis/008/A008507.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/008/A008507.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/008/A008507.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A008507: Number of odd composite numbers less than n-th odd prime.
; 0,0,0,1,1,2,2,3,5,5,7,8,8,9,11,13,13,15,16,16,18,19,21,24,25,25,26,26,27,33,34,36,36,40,40,42,44,45,47,49,49,53,53,54,54,59,64,65,65,66,68,68,72,74,76,78,78,80,81,81,85,91,92,92,93,99,101,105,105,106,108,111,113,115,116,118
mov $2,$0
seq $0,98090 ;... | 46.875 | 225 | 0.669333 |
9182f0293a6f3ecf64f437510699109aa11dbd11 | 4,000 | asm | Assembly | UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.asm | CEOALT1/RefindPlusUDK | 116b957ad735f96fbb6d80a0ba582046960ba164 | [
"BSD-2-Clause"
] | 4 | 2017-11-17T21:25:36.000Z | 2019-10-08T05:32:00.000Z | UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.asm | CEOALT1/RefindPlusUDK | 116b957ad735f96fbb6d80a0ba582046960ba164 | [
"BSD-2-Clause"
] | 5 | 2020-12-25T05:24:37.000Z | 2021-01-11T01:01:01.000Z | UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.asm | CEOALT1/RefindPlusUDK | 116b957ad735f96fbb6d80a0ba582046960ba164 | [
"BSD-2-Clause"
] | 16 | 2020-07-31T17:57:27.000Z | 2021-03-10T14:32:36.000Z | ;------------------------------------------------------------------------------ ;
; Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distri... | 30.075188 | 85 | 0.55775 |
4d2371b9e397d7526daea35cb2b63673b4742a97 | 290 | asm | Assembly | programs/oeis/010/A010955.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/010/A010955.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/010/A010955.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A010955: Binomial coefficient C(39,n).
; 1,39,741,9139,82251,575757,3262623,15380937,61523748,211915132,635745396,1676056044,3910797436,8122425444,15084504396,25140840660,37711260990,51021117810,62359143990,68923264410,68923264410,62359143990,51021117810,37711260990
mov $1,39
bin $1,$0
| 48.333333 | 227 | 0.837931 |
6f9526a4185bb52057a1eeb1de2ed69771a9f05a | 305 | asm | Assembly | oeis/176/A176040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/176/A176040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/176/A176040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A176040: Periodic sequence: Repeat 3, 1.
; Submitted by Christian Krause
; 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1
gcd $0,2
mul $0,2
sub $0,1
| 38.125 | 201 | 0.563934 |
9530baea5903942c66e78af86194904da66e35cc | 248 | asm | Assembly | libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_2000/vgl_01_output_2000_iterm_msg_bell.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_2000/vgl_01_output_2000_iterm_msg_bell.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_2000/vgl_01_output_2000_iterm_msg_bell.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
INCLUDE "config_private.inc"
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC vgl_01_output_2000_iterm_msg_bell
EXTERN vgl_01_output_2000_oterm_msg_bell
defc vgl_01_output_2000_iterm_msg_bell = vgl_01_output_2000_oterm_msg_bell
| 19.076923 | 74 | 0.903226 |
3e3a39ad2d822193b96bcb92f51d32bb19b48d3c | 3,157 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_1_1449.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_0x84_notsx.log_1_1449.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_0x84_notsx.log_1_1449.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 %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x3b7d, %rsi
lea addresses_A_ht+0xf95d, %rdi
nop
nop
nop
nop
add $43642, %rdx
mov $18, %rcx
rep movsq
nop
nop
sub %rdi, %rdi
lea addresses_D_ht+0xb6fd, %r11
nop
cmp %rbp, %rbp
mov (%r11),... | 17.9375 | 146 | 0.642065 |
38740d13de0c05a7c03976546c9b4366df4b294b | 1,082 | asm | Assembly | programs/oeis/024/A024053.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024053.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024053.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024053: a(n) = 5^n - n^4.
; 1,4,9,44,369,2500,14329,75724,386529,1946564,9755625,48813484,244119889,1220674564,6103477209,30517527500,152587825089,762939369604,3814697160649,19073486197804,95367431480625,476837158008644,2384185790781369,11920928954798284,59604644775058849,298023223876562500,1490116119384308649,74505... | 120.222222 | 1,003 | 0.913124 |
8e15945e0bebdd9c2f3e55ea4f0855ea8629cbf9 | 2,815 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_25_565.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_25_565.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_25_565.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 %r15
push %r9
push %rax
push %rbp
push %rbx
push %rcx
lea addresses_normal_ht+0xbc47, %r15
clflush (%r15)
nop
nop
nop
nop
nop
dec %r9
movw $0x6162, (%r15)
nop
nop
nop
nop
nop
sub $17030, %r14
lea addresses_normal_ht+0x13187, %rbp
nop
nop
dec %rbx
mov (%rbp), %... | 18.766667 | 142 | 0.642629 |
95859c57ca24370c39231d99ae5b0738e2a1a5d5 | 2,169 | asm | Assembly | libsrc/_DEVELOPMENT/math/integer/fast/l_fast_divs_16_16x16.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/fast/l_fast_divs_16_16x16.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/fast/l_fast_divs_16_16x16.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_math
PUBLIC l_fast_divs_16_16x16, l0_fast_divs_16_16x16
EXTERN l0_fast_divu_16_16x16, error_divide_by_zero_mc
; alternate entry to swap dividend / divisor
ex de,hl
l_fast_divs_16_16x16:
; signed division of two 16-bit numbers
;
; enter : hl = 16-bit dividend
; de = 16-bit d... | 17.491935 | 64 | 0.496542 |
5be0e32d3eb095eeb3b74f8da517a7c998912413 | 150 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fsmul_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fsmul_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fsmul_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC ___fsmul_callee
EXTERN cm48_sdccixp_dsmul_callee
defc ___fsmul_callee = cm48_sdccixp_dsmul_callee
| 15 | 48 | 0.886667 |
842821f1bf16d5a9e9ad388bc7ffc582e2f14ec9 | 4,355 | asm | Assembly | Cdata.asm | ItaiCuker/Assembly8086CrossyRoad | 414e0403edebe376f1151b965daafb9f27c48f7e | [
"MIT"
] | null | null | null | Cdata.asm | ItaiCuker/Assembly8086CrossyRoad | 414e0403edebe376f1151b965daafb9f27c48f7e | [
"MIT"
] | null | null | null | Cdata.asm | ItaiCuker/Assembly8086CrossyRoad | 414e0403edebe376f1151b965daafb9f27c48f7e | [
"MIT"
] | null | null | null | ;vars of file
filename dw ? ; משתנה ששמים בו את הכתובת של התמונה
filePos dw ? ; המיקום של התמונה במסך
filehandle dw ? ; פעולות ההדפסה של התמונה משתמשות בו כדי לדעת מה התמונה
filewidth dw ? ; רוחב התמונה
fileheight dw ? ; גובה התמונה
Header db... | 50.057471 | 135 | 0.602755 |
ce1d5d5d8643c9bc2c64d52681e21bd5208ab895 | 706 | asm | Assembly | programs/oeis/130/A130857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A130857: a(n) = (n-1)*n*(n+1)*(n+2)*(2n+11)/120.
; 0,3,17,57,147,322,630,1134,1914,3069,4719,7007,10101,14196,19516,26316,34884,45543,58653,74613,93863,116886,144210,176410,214110,257985,308763,367227,434217,510632,597432,695640,806344,930699,1069929
mov $14,$0
mov $16,$0
lpb $16,1
clr $0,14
mov $0,$14
sub $16... | 18.578947 | 201 | 0.529745 |
7a16bd6d64b00c852c81e4969814cd12321ba8c2 | 9,771 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_881_974.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_881_974.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_881_974.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 %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1b835, %rcx
nop
sub $18820, %r13
mov (%rcx), %eax
sub $30841, %rax
lea addresses_D_ht+0x73d5, %r8
nop
dec %r9
mov $0x6162636465666768, %r10
movq %r10, %xmm4
and $0xfffffff... | 29.430723 | 2,642 | 0.650803 |
87352facd63f0ff21902a61c5b45482c3d09ce5b | 309 | asm | Assembly | programs/oeis/089/A089207.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/089/A089207.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/089/A089207.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A089207: a(n) = 4n^3 + 2n^2.
; 6,40,126,288,550,936,1470,2176,3078,4200,5566,7200,9126,11368,13950,16896,20230,23976,28158,32800,37926,43560,49726,56448,63750,71656,80190,89376,99238,109800,121086,133120,145926,159528,173950,189216
add $0,1
mul $0,2
mov $1,$0
pow $0,2
pow $1,3
add $1,$0
div $1,4
mul $1,2
| 25.75 | 202 | 0.711974 |
e58bbff3cef6d71de54171cafb6fc2a27e6066c3 | 1,848 | asm | Assembly | src/XenobladeChroniclesX/Mods/CollectiblesCatchRange/patch_catch.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 1,002 | 2017-01-10T13:10:55.000Z | 2020-11-20T18:34:19.000Z | src/XenobladeChroniclesX/Mods/CollectiblesCatchRange/patch_catch.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 347 | 2017-01-11T21:13:20.000Z | 2020-11-27T11:33:05.000Z | src/XenobladeChroniclesX/Mods/CollectiblesCatchRange/patch_catch.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 850 | 2017-01-10T06:06:43.000Z | 2020-11-06T21:16:49.000Z | [XCX_COLLECTIBLESRANGE_ALL]
moduleMatches = 0xF882D5CF, 0x30B6E091, 0xAB97DE6B ; 1.0.1E, 1.0.2U, 1.0.1U
.origin = codecave
; ----------------------------------------------------------------------------
; WHO : cfs::CfPopManagerItem::updateTouchItem((void))
; WHAT : Initialize collectibles distance
_rangeInnerConst:... | 23.692308 | 124 | 0.67316 |
0ab05af595f61dea2dac26085fc3e075709e0227 | 1,356 | asm | Assembly | src/test/ref/intermediates-struct.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/intermediates-struct.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/intermediates-struct.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test intermediate vars
// Commodore 64 PRG executable file
.file [name="intermediates-struct.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:BasicUpstart(main)... | 19.652174 | 71 | 0.575221 |
0e2efaa754f10fae7479842ec53aa4eb6d752c90 | 788 | asm | Assembly | examples/mix-c-asm/sources/mynum-v850.asm | JohnHau/cmake-tutorial | 7ba24e39927fd506ba65fe5387e0b847906030cd | [
"MIT"
] | 14 | 2021-11-12T05:30:26.000Z | 2022-03-24T07:03:18.000Z | examples/mix-c-asm/sources/mynum-v850.asm | JohnHau/cmake-tutorial | 7ba24e39927fd506ba65fe5387e0b847906030cd | [
"MIT"
] | 3 | 2021-10-21T03:13:51.000Z | 2022-02-14T15:45:25.000Z | examples/mix-c-asm/sources/mynum-v850.asm | JohnHau/cmake-tutorial | 7ba24e39927fd506ba65fe5387e0b847906030cd | [
"MIT"
] | 4 | 2021-11-05T09:40:17.000Z | 2022-03-27T12:11:02.000Z | NAME mynum
RSEG CSTACK:DATA:SORT:NOROOT(2)
EXTERN ?longjmp10
EXTERN ?longjmp2
EXTERN ?longjmp6
EXTERN ?setjmp10
EXTERN ?setjmp2
EXTERN ?setjmp6
PUBWEAK ?setjmp_save_lock10
PUBWEAK ?setjmp_save_lock2
PUBWEAK ?setjmp_save_lock6
... | 19.7 | 39 | 0.568528 |
b1a804cbac0cd5884cbf7e4fb11154f8d40eac99 | 1,314 | asm | Assembly | programs/oeis/004/A004116.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/004/A004116.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/004/A004116.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A004116: a(n) = floor((n^2 + 6n - 3)/4).
; 1,3,6,9,13,17,22,27,33,39,46,53,61,69,78,87,97,107,118,129,141,153,166,179,193,207,222,237,253,269,286,303,321,339,358,377,397,417,438,459,481,503,526,549,573,597,622,647,673,699,726,753,781,809,838,867,897,927,958,989,1021,1053,1086,1119,1153,1187,1222,1257,1293,1329,1366,1... | 146 | 1,223 | 0.773973 |
b91be9e8d93659e8749011f204c6ee88817571c5 | 505 | asm | Assembly | programs/oeis/294/A294017.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/294/A294017.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/294/A294017.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A294017: Partial sums of A294016.
; 1,5,12,26,43,73,106,154,211,285,362,472,585,719,872,1056,1243,1473,1706,1984,2285,2615,2948,3354,3773,4225,4704,5240,5779,6403,7030,7720,8441,9203,9992,10892,11795,12743,13726,14810,15897,17093,18292,19572,20919,22319,23722,25278,26851,28511,30214,32010,33809
lpb $0
mov $2,$0
... | 42.083333 | 261 | 0.70099 |
21e115bf188884845433f3a88665421afa8bc3e2 | 474 | asm | Assembly | examples/audio_beep.asm | KCreate/mos6502 | 78f9128d991c8e47f4f8dfc5324ccaf18e1a85fb | [
"MIT"
] | 13 | 2018-03-03T15:08:32.000Z | 2022-03-16T20:57:25.000Z | examples/audio_beep.asm | KCreate/mos6502 | 78f9128d991c8e47f4f8dfc5324ccaf18e1a85fb | [
"MIT"
] | null | null | null | examples/audio_beep.asm | KCreate/mos6502 | 78f9128d991c8e47f4f8dfc5324ccaf18e1a85fb | [
"MIT"
] | null | null | null | ; this program beeps audio channel 1
; some commonly used addresses
.def ADDR_CLOCK1 0x4906
.def ADDR_AUDIO1 0x4908
.RST
; setup the audio channel
lda #$D1
sta ADDR_AUDIO1
; setup toggle byte
lda #$18
sta TOGGLE
; setup the clock
lda #$16
sta ADDR_CLOCK1
; loop
.LOOP
nop
jmp .LOOP
.IRQ
... | 12.810811 | 55 | 0.694093 |
3bef946a255c5a198cda79b271dedc27a088915d | 3,355 | asm | Assembly | Modellazione_e_analisi_di_sistemi/eclipse_workspace_mas/esercizi/scaricati/producerConsumerRaff.asm | katema-official/Universita_magistrale_anno_1.2 | 8123bef1e519e1047bc359499fc2d8f229a19363 | [
"MIT"
] | null | null | null | Modellazione_e_analisi_di_sistemi/eclipse_workspace_mas/esercizi/scaricati/producerConsumerRaff.asm | katema-official/Universita_magistrale_anno_1.2 | 8123bef1e519e1047bc359499fc2d8f229a19363 | [
"MIT"
] | null | null | null | Modellazione_e_analisi_di_sistemi/eclipse_workspace_mas/esercizi/scaricati/producerConsumerRaff.asm | katema-official/Universita_magistrale_anno_1.2 | 8123bef1e519e1047bc359499fc2d8f229a19363 | [
"MIT"
] | null | null | null | asm producerConsumerRaff
//Produttore - Consumatore
// - un solo produttore ed un solo consumatore
// - ogni product prodotto dal produttore viene consumato dal consumatore
// - gli accessi al buffer devono essere sincronizzati
//la funzione booleana waiting($b in Buffer) dice se un agente e' in attesa del
//buffer. ... | 33.217822 | 129 | 0.743666 |
e4f304767045e5491d709c357705025754971b06 | 1,850 | asm | Assembly | chrissalo/dot1.asm | mikepea/vectrex-playground | 0de7d2d6db0914d915f4334402f747ab3bcdc7e6 | [
"0BSD"
] | 5 | 2018-01-14T10:03:50.000Z | 2020-01-17T13:53:49.000Z | chrissalo/dot1.asm | mikepea/vectrex-playground | 0de7d2d6db0914d915f4334402f747ab3bcdc7e6 | [
"0BSD"
] | null | null | null | chrissalo/dot1.asm | mikepea/vectrex-playground | 0de7d2d6db0914d915f4334402f747ab3bcdc7e6 | [
"0BSD"
] | null | null | null | ;***************************************************************************
; DEFINE SECTION
;***************************************************************************
include "VECTREX.I" ; vectrex function includes
; start of vectrex memory with cartridge name...
org ... | 57.8125 | 77 | 0.257838 |
3e2dff68f65539eea66b812187ea7f664f9002a8 | 726 | asm | Assembly | ch11/Keybd.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch11/Keybd.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch11/Keybd.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; Keyboard Toggle Keys (Keybd.asm)
; This program shows how to detect the states of various
; keyboard toggle keys. Before you run the program, hold
; down a selected key.
INCLUDE Irvine32.inc
INCLUDE Macros.inc
; GetKeyState sets bit 0 in EAX if a toggle key is
; currently on (CapsLock, NumLoc... | 22 | 59 | 0.694215 |
d544218b120b4b9fbd95aa2da120960688161645 | 762 | asm | Assembly | programs/oeis/186/A186226.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/186/A186226.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/186/A186226.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A186226: Adjusted joint rank sequence of (g(j)) and (f(i)) with f(i) after g(j) when f(i)=g(j), where f and g are the triangular numbers and pentagonal numbers. Complement of A186225.
; 1,4,7,10,12,15,18,21,23,26,29,31,34,37,40,42,45,48,51,53,56,59,62,64,67,70,72,75,78,81,83,86,89,92,94,97,100,103,105,108,111,113,11... | 30.48 | 362 | 0.645669 |
491d39a5ae0fda1e739f6743a373f1b7995b3e63 | 2,019 | asm | Assembly | programs/oeis/305/A305271.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/305/A305271.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/305/A305271.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A305271: a(n) = 680*2^n - 548.
; 132,812,2172,4892,10332,21212,42972,86492,173532,347612,695772,1392092,2784732,5570012,11140572,22281692,44563932,89128412,178257372,356515292,713031132,1426062812,2852126172,5704252892,11408506332,22817013212,45634026972,91268054492,182536109532,365072219612,730144439772,146028888009... | 201.9 | 1,924 | 0.928182 |
87edd73d767800f0a2b88766d1df09cd142fb834 | 13,784 | asm | Assembly | src/nes/trackdata.asm | apvilkko/jane8-musicdisk | 86d1ffa8c268f782b23e2b0bb32c62620eadfb58 | [
"MIT"
] | null | null | null | src/nes/trackdata.asm | apvilkko/jane8-musicdisk | 86d1ffa8c268f782b23e2b0bb32c62620eadfb58 | [
"MIT"
] | null | null | null | src/nes/trackdata.asm | apvilkko/jane8-musicdisk | 86d1ffa8c268f782b23e2b0bb32c62620eadfb58 | [
"MIT"
] | null | null | null | cybass11:
db $fc,$83,$7f,$bf,$83,$7f,$df,$81,$7f,$bf,$83,$7f,$bf,$83,$7f,$bf,$83,$7f,$df,$81,$7f,$bf,$83,$7f,$bf,$83,$7f,$df,$81,$7f,$bf,$83,$7f,$df,$81,$7f,$bf,$83,$7f,$df,$81,$7f,$df,$81,$7f,$bf,$83,$7f,$ef,$80,$ff
cybass12:
db $fc,$83,$7f,$bf,$83,$7f,$df,$81,$7f,$bf,$83,$7f,$bf,$83,$7f,$bf,$83,$7f,$df,$81,$7f,$... | 106.852713 | 2,000 | 0.544109 |
95be16a54eee0a5f30760c7a5603113dbcb017fa | 1,366 | asm | Assembly | areatri_alterado.asm | gust-luiz/UnB_System-Software-projects | a9ce4717ff50b4d022ddd74a6ee942c00cb11b46 | [
"MIT"
] | null | null | null | areatri_alterado.asm | gust-luiz/UnB_System-Software-projects | a9ce4717ff50b4d022ddd74a6ee942c00cb11b46 | [
"MIT"
] | null | null | null | areatri_alterado.asm | gust-luiz/UnB_System-Software-projects | a9ce4717ff50b4d022ddd74a6ee942c00cb11b46 | [
"MIT"
] | null | null | null | TAMSTRBASE EQU 30
TAMSTRALTURA EQU 30
TAMSTRRESULT EQU 20
TAMSTREXIT EQU 20
TAMSHOWSTR EQU 5 ;tamanho para EscreverString - variar para verificar se exibe corretamente a quantidade
SECTION TEXT
S_INPUT STRBASE, TAMSTRBASE ; escreva msg para solicitar o valor da base
S_INPUT STRALTURA, TAMSTRALTURA ; escrev... | 35.025641 | 104 | 0.785505 |
aa3528e237d26444a9dcdb754a58b88230ee1e44 | 75 | asm | Assembly | libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_sp1/BlackStar/mus/song1.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_sp1/BlackStar/mus/song1.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_sp1/BlackStar/mus/song1.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION rodata_user
PUBLIC _song1
_song1:
BINARY "song1.ntropic.zx7"
| 9.375 | 29 | 0.76 |
18ef1e6a49bd1a6b118a1a5c21bb5b135c038581 | 378 | asm | Assembly | oeis/208/A208653.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/208/A208653.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/208/A208653.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A208653: Product{C(n-1,i) : 1<=i<=floor[(n+1)/2]}.
; Submitted by Christian Krause
; 1,1,1,3,4,50,90,5145,12544,3429216,11340000,15219319500,68309049600,457937132487120,2790771598030416,94609025993497640625,783056974947287040000,135476575389769051389952000
mov $1,2
mov $2,$0
lpb $0
sub $0,1
div $0,2
mov $3,$2
... | 22.235294 | 173 | 0.701058 |
e077e1e0d57d995411cfa1dc5fe0cbabd596c5dc | 7,779 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_213.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_213.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_213.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 %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1c820, %r13
nop
sub %r9, %r9
movb $0x61, (%r13)
nop
xor %rcx, %rcx
lea addresses_WC_ht+0xd424, %rsi
lea addresses_D_ht+0x107d4, %rdi
nop
nop
cmp %r9, %r9
mov $3, %rcx
rep movs... | 30.505882 | 2,999 | 0.652397 |
bb485a7f2e6b76e0808e2551b18b119a90901809 | 298 | asm | Assembly | programs/oeis/100/A100286.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100286.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100286.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100286: Expansion of (1+2x^2-2x^3+2x^4)/(1-x+x^2-x^3+x^4-x^5).
; 1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2,1,1,2,0,0,2
sub $0,743
dif $0,2
gcd $0,$0
add $0,20
mod $0,3
| 33.111111 | 181 | 0.52349 |
ef91526085fd36fb561a055e75110e5a1661a1c4 | 13,897 | asm | Assembly | src/strategies/x86_asm/picture-x86-asm-satd.asm | fador/kvazaar | 55bb8ee17f96a9625b8c10bce7c82fa91e7eec09 | [
"BSD-3-Clause"
] | 512 | 2015-01-13T21:42:48.000Z | 2022-03-31T17:57:28.000Z | src/strategies/x86_asm/picture-x86-asm-satd.asm | fador/kvazaar | 55bb8ee17f96a9625b8c10bce7c82fa91e7eec09 | [
"BSD-3-Clause"
] | 217 | 2015-01-04T16:06:49.000Z | 2022-03-30T12:54:29.000Z | src/strategies/x86_asm/picture-x86-asm-satd.asm | fador/kvazaar | 55bb8ee17f96a9625b8c10bce7c82fa91e7eec09 | [
"BSD-3-Clause"
] | 179 | 2015-01-05T08:58:40.000Z | 2022-03-29T07:08:24.000Z | ;/*****************************************************************************
; * This file is part of Kvazaar HEVC encoder.
; *
; * Copyright (c) 2021, Tampere University, ITU/ISO/IEC, project contributors
; * All rights reserved.
; *
; * Redistribution and use in source and binary forms, with or without modificati... | 24.126736 | 88 | 0.600633 |
9e0a0e2d15b3c9e631284442a41122ff39e31c86 | 1,919 | asm | Assembly | cmos.asm | creaktive/LockIt | 1632739ee1aafb466b2b7e78586da0cc0b97ba3a | [
"Artistic-1.0-Perl"
] | 1 | 2017-07-04T02:52:01.000Z | 2017-07-04T02:52:01.000Z | cmos.asm | creaktive/LockIt | 1632739ee1aafb466b2b7e78586da0cc0b97ba3a | [
"Artistic-1.0-Perl"
] | null | null | null | cmos.asm | creaktive/LockIt | 1632739ee1aafb466b2b7e78586da0cc0b97ba3a | [
"Artistic-1.0-Perl"
] | null | null | null | locals
.286
.model large, PASCAL
GLOBAL ReadCMOS:PROC
GLOBAL WriteCMOS:PROC
GLOBAL ReadCMOSW:PROC
GLOBAL WriteCMOSW:PROC
GLOBAL CalculateChecksum:PROC
.data
.code
;*************************************
; CMOS Accessing routines
;*************************************
ReadCMOS PROC PASCAL
... | 17.605505 | 42 | 0.442418 |
a420f9f9d18983eb44d177e8512dacf458fdc5b1 | 147 | asm | Assembly | libsrc/_DEVELOPMENT/font/fzx/fonts/kk/_ff_kk_MontereyLatin1.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/font/fzx/fonts/kk/_ff_kk_MontereyLatin1.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/font/fzx/fonts/kk/_ff_kk_MontereyLatin1.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION rodata_font
SECTION rodata_font_fzx
PUBLIC _ff_kk_MontereyLatin1
_ff_kk_MontereyLatin1:
BINARY "font/fzx/fonts/kk/Monterey_Latin1.fzx"
| 14.7 | 46 | 0.857143 |
9ad5a034215cabbd37c1c61a5c2c378395a3974a | 285 | asm | Assembly | programs/oeis/155/A155590.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/155/A155590.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/155/A155590.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A155590: 7^n+2^n-1^n.
; 1,8,52,350,2416,16838,117712,823670,5765056,40354118,282476272,1977328790,13841291296,96889018598,678223089232,4747561542710,33232930635136,232630514118278,1628413598172592,11398895185897430
mov $1,7
pow $1,$0
mov $2,2
pow $2,$0
add $1,$2
mov $0,$1
sub $0,1
| 25.909091 | 192 | 0.768421 |
a554974491991ef9a8b8d167a1b12e8d26c76e18 | 317 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_updateSpriteImage.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_updateSpriteImage.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_updateSpriteImage.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void SMS_updateSpriteImage(signed char sprite, unsigned char image)
SECTION code_clib
SECTION code_SMSlib
PUBLIC SMS_updateSpriteImage
EXTERN asm_SMSlib_updateSpriteImage
SMS_updateSpriteImage:
pop af
pop bc
pop de
push de
push bc
push af
ld a,c
jp asm_SMSlib_updateSpriteImage
| 14.409091 | 69 | 0.760252 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.