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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6a95b1bc5fa53208417fd60979260822e9a36168 | 268 | asm | Assembly | programs/oeis/047/A047356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047356: Numbers that are congruent to {1, 3} mod 7.
; 1,3,8,10,15,17,22,24,29,31,36,38,43,45,50,52,57,59,64,66,71,73,78,80,85,87,92,94,99,101,106,108,113,115,120,122,127,129,134,136,141,143,148,150,155,157,162,164,169
mul $0,3
div $0,2
mul $0,14
div $0,6
add $0,1
| 29.777778 | 165 | 0.66791 |
7ccbfe30dcaae1cf99b3bb6f949c9f4daaf49192 | 200 | asm | Assembly | Labs/Lab7_Function-calls/1-hello-world/NASMHello.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | Labs/Lab7_Function-calls/1-hello-world/NASMHello.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | Labs/Lab7_Function-calls/1-hello-world/NASMHello.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | %include "io.inc"
section .data
msg db 'Hello, world!', 0
section .text
global CMAIN
CMAIN:
mov ebp, esp
PRINT_STRING msg
NEWLINE
xor eax, eax
ret | 13.333333 | 30 | 0.545 |
b8b501eb5cb4fc987558e5cfacb93b1f67599a79 | 716 | asm | Assembly | external/source/shellcode/linux/ia32/stage_udp_shell.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 35 | 2015-08-08T07:23:38.000Z | 2021-04-07T18:00:44.000Z | external/source/shellcode/linux/ia32/stage_udp_shell.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2019-02-12T12:13:53.000Z | 2019-02-12T12:13:53.000Z | external/source/shellcode/linux/ia32/stage_udp_shell.asm | fozavci/metasploit-framework-with-viproy | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 23 | 2015-08-11T05:07:47.000Z | 2020-11-06T03:55:10.000Z | ;;
;
; Name: stage_udp_shell
; Type: Stage
; Qualities: None
; Platforms: Linux
; Authors: skape <mmiller [at] hick.org>
; Version: $Revision: 1400 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and cop... | 24.689655 | 72 | 0.642458 |
40640ca7ef5e89a51aab528ebd0610190ab0209e | 333 | asm | Assembly | programs/oeis/130/A130625.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/130/A130625.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130625.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A130625: First differences of A130624.
; 1,4,7,11,20,41,85,172,343,683,1364,2729,5461,10924,21847,43691,87380,174761,349525,699052,1398103,2796203,5592404,11184809,22369621,44739244,89478487,178956971,357913940,715827881,1431655765,2863311532
mov $1,1
mov $3,4
lpb $0
sub $0,1
add $2,$1
add $1,$3
sub $1,$2
... | 25.615385 | 203 | 0.732733 |
797d7bf9ed2f051474038ffa0d3365080f90efe4 | 12,423 | asm | Assembly | editPitchTable.asm | neilbaldwin/Pulsar | 8cc11ab4cb4117dc44022b7645b02f777a672bf2 | [
"BSD-2-Clause-FreeBSD"
] | 11 | 2021-04-08T14:24:52.000Z | 2022-03-25T00:45:27.000Z | editPitchTable.asm | neilbaldwin/Pulsar | 8cc11ab4cb4117dc44022b7645b02f777a672bf2 | [
"BSD-2-Clause-FreeBSD"
] | 3 | 2021-09-17T03:10:36.000Z | 2021-09-17T03:16:45.000Z | editPitchTable.asm | neilbaldwin/Pulsar | 8cc11ab4cb4117dc44022b7645b02f777a672bf2 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2021-04-08T14:24:54.000Z | 2021-04-08T14:24:54.000Z |
editTable:
.IF SRAM_MAP=32
lda #SRAM_TABLE_BANK
jsr setMMC1r1
.ENDIF
ldx tableCursorY
lda tableRowsIndex,x
ldx editorCurrentTable
clc
adc editTableAddressLo,x
sta tableVector
lda editTableAddressHi,x
adc #$00
sta tableVector+1
lda writeScreen ;need to write screen?
beq @a
jsr writeTa... | 16.009021 | 97 | 0.700555 |
3b1cd67d33a903533defa9788409e6fd43eba5cd | 37,352 | asm | Assembly | ugbc/src/hw/zx/mob.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 10 | 2021-10-03T13:44:25.000Z | 2022-03-10T23:53:32.000Z | ugbc/src/hw/zx/mob.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 379 | 2021-08-12T09:46:09.000Z | 2022-03-27T11:29:12.000Z | ugbc/src/hw/zx/mob.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 2 | 2021-11-08T19:37:50.000Z | 2021-11-20T22:27:12.000Z | ; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021-2022 Marco Spedaletti (asimov@mclink.it)
; *
; * Licens... | 19.846971 | 80 | 0.514859 |
74a5eca455221ea3fad34c66089ed954a4d89052 | 331 | asm | Assembly | programs/oeis/185/A185907.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/185/A185907.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/185/A185907.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A185907: Weight array of A185908, by antidiagonals.
; 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0
mul $0,2
mov $1,1
lpb $0
cmp $2,0
add $1,$2
sub $0,$1
lpe... | 27.583333 | 201 | 0.540785 |
5f38ef3f06ed55b71b9c532ab2c662d9091e393e | 711 | asm | Assembly | programs/oeis/011/A011851.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/011/A011851.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/011/A011851.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A011851: a(n) = floor(binomial(n,5)/5).
; 0,0,0,0,0,0,1,4,11,25,50,92,158,257,400,600,873,1237,1713,2325,3100,4069,5266,6729,8500,10626,13156,16146,19656,23751,28501,33982,40275,47467,55651,64926,75398,87179,100388,115151,131601,149879,170133,192519,217201,244351,274150,306787,342460,381376,423752,469812,519792,57393... | 118.5 | 649 | 0.819972 |
349a1b8997571cf8bab0347a6b253a353596839b | 251 | asm | Assembly | programs/oeis/070/A070716.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070716.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070716.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070716: n^7 mod 35.
; 0,1,23,17,4,5,6,28,22,9,10,11,33,27,14,15,16,3,32,19,20,21,8,2,24,25,26,13,7,29,30,31,18,12,34,0,1,23,17,4,5,6,28,22,9,10,11,33,27,14,15,16,3,32,19,20,21,8,2,24,25,26,13,7,29,30,31,18,12,34,0,1,23,17,4,5,6
pow $0,7
mod $0,35
| 41.833333 | 207 | 0.613546 |
47a57f62daff86ca72aaa7b3afb631f0bd5694bd | 123 | asm | Assembly | util/dummy/prcname.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/dummy/prcname.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/dummy/prcname.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Dummies for Pocedures name
section dummy
xdef prc_name
prc_name dc.w 10,'Procedures'
end
| 13.666667 | 31 | 0.593496 |
a23421875b33544cd9affa716fd7ec8ec6fd4467 | 3,540 | asm | Assembly | nasm/strings/strcpy.asm | codingneverends/assembly | dcac8cf841abd64d0a386105daf6c926ab2b124d | [
"MIT"
] | null | null | null | nasm/strings/strcpy.asm | codingneverends/assembly | dcac8cf841abd64d0a386105daf6c926ab2b124d | [
"MIT"
] | null | null | null | nasm/strings/strcpy.asm | codingneverends/assembly | dcac8cf841abd64d0a386105daf6c926ab2b124d | [
"MIT"
] | null | null | null | ;Cpying string
section .data
newline :db 10
space :db ' '
msg1 : db "Enter a String : "
size1 : equ $-msg1
msg2 : db "Copied as : "
size2 : equ $-msg2
section .bss
string1 : resb 50
string2 : resb 50
temp : resb 1
len : resb 1
count : resb 1
num : resb 1
section .text
... | 18.153846 | 106 | 0.54548 |
aed2bb5065a88d8eba2fc047b95b04228bbae1e0 | 63 | asm | Assembly | ROM_04.asm | neilbaldwin/Pulsar | 8cc11ab4cb4117dc44022b7645b02f777a672bf2 | [
"BSD-2-Clause-FreeBSD"
] | 11 | 2021-04-08T14:24:52.000Z | 2022-03-25T00:45:27.000Z | ROM_04.asm | neilbaldwin/Pulsar | 8cc11ab4cb4117dc44022b7645b02f777a672bf2 | [
"BSD-2-Clause-FreeBSD"
] | 3 | 2021-09-17T03:10:36.000Z | 2021-09-17T03:16:45.000Z | ROM_04.asm | neilbaldwin/Pulsar | 8cc11ab4cb4117dc44022b7645b02f777a672bf2 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2021-04-08T14:24:54.000Z | 2021-04-08T14:24:54.000Z | .segment "CODE_04"
.include "pulsar.h"
.include "hints.asm"
| 12.6 | 21 | 0.68254 |
174df4c389ffa5aeb98f10df82ad81fef4efe36a | 342 | asm | Assembly | libsrc/target/newbrain/break_status.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/newbrain/break_status.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/newbrain/break_status.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Grundy Newbrain Specific libraries
;
; Stefano Bodrato - 30/03/2007
;
;
; Check if user pressed BREAK
; 1 if BREAK, otherwise 0
;
;
;
; $Id: break_status.asm,v 1.4 2016-06-19 20:33:40 dom Exp $
;
SECTION code_clib
PUBLIC break_status
PUBLIC _break_status
.break_status
._break_status
rst 20h
defb 36h
ld hl,1... | 12.214286 | 59 | 0.707602 |
a2b6fae23a7de29c61ecf796188ff3d21c0252c6 | 1,436 | asm | Assembly | programs/oeis/083/A083098.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/083/A083098.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/083/A083098.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A083098: a(n) = 2*a(n-1) + 6*a(n-2).
; 1,1,8,22,92,316,1184,4264,15632,56848,207488,756064,2757056,10050496,36643328,133589632,487039232,1775616256,6473467904,23600633344,86042074112,313687948288,1143628341248,4169384372224,15200538791936,55417383817216,202038000386048,736580303675392,2685388609667072,979025904138649... | 110.461538 | 1,248 | 0.885097 |
c1dc9df5df3c1825bba4fc78a4c6b751e430c4eb | 317 | asm | Assembly | programs/oeis/271/A271216.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/271/A271216.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/271/A271216.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A271216: a(n) = 2^n floor(n/2)!
; 1,2,4,8,32,64,384,768,6144,12288,122880,245760,2949120,5898240,82575360,165150720,2642411520,5284823040,95126814720,190253629440,3805072588800
mov $3,$0
add $0,3
mov $2,$0
mul $3,2
div $3,4
fac $3
mul $3,2
mov $1,$3
lpb $2,1
mul $1,2
sub $2,1
lpe
sub $1,16
div $1,16
add $1,1
| 16.684211 | 144 | 0.675079 |
6813ccd4fecb5f81f8fe42f6ede1fe2a2b41e136 | 1,784 | asm | Assembly | ASM/src/cutscenes.asm | ShadoMagi/OoT-Randomizer | f9abb00a299e2f50f52fee4962047f8ab7f84975 | [
"MIT"
] | null | null | null | ASM/src/cutscenes.asm | ShadoMagi/OoT-Randomizer | f9abb00a299e2f50f52fee4962047f8ab7f84975 | [
"MIT"
] | null | null | null | ASM/src/cutscenes.asm | ShadoMagi/OoT-Randomizer | f9abb00a299e2f50f52fee4962047f8ab7f84975 | [
"MIT"
] | null | null | null | override_great_fairy_cutscene:
; a0 = global context
; a2 = fairy actor
lw t0, 0x1D2C (a0) ; t0 = switch flags
li t1, 1
sll t1, t1, 0x18 ; t1 = ZL switch flag
and v0, t0, t1
beqz v0, @@return ; Do nothing until ZL is played
nop
lhu t2, 0x02DC (a2) ; Load fai... | 26.626866 | 99 | 0.520179 |
22c01a0e7805c619c4f243a6d07debb41746e1b7 | 839 | asm | Assembly | ASPL/factorial.asm | timo-cmd/ASPL | fe9d959f97353c048e28b1d6b5d4d4679e33cc5e | [
"MIT"
] | 1 | 2020-05-22T09:33:31.000Z | 2020-05-22T09:33:31.000Z | ASPL/factorial.asm | timo-cmd/ASPL | fe9d959f97353c048e28b1d6b5d4d4679e33cc5e | [
"MIT"
] | 6 | 2020-06-03T17:02:05.000Z | 2020-07-18T06:06:29.000Z | ASPL/factorial.asm | timo-cmd/ASPL | fe9d959f97353c048e28b1d6b5d4d4679e33cc5e | [
"MIT"
] | null | null | null | .data
.equals string ' * 1 = '
.counter 7
.result 7
.times string ' * '
.text
.global main:
factorial:
lda A, .counter
psh A
; Print counter
mov B, A
mvi A, 0
mvi C, 0
sys
pop A
mvi B, 3
mvi D, done:
jlt A, B, D
psh a
psh b
psh c
mvi a, 0
m... | 10.4875 | 26 | 0.45888 |
fc9dd1eaf8275622d14c7e518177644ed8a80512 | 197 | asm | Assembly | test/unittest_get_module_size.asm | fabiankuffer/RISC-V-QR-Code-Generator | 88f4d1db2e02841203519423a870f9fdd0c3e221 | [
"MIT"
] | null | null | null | test/unittest_get_module_size.asm | fabiankuffer/RISC-V-QR-Code-Generator | 88f4d1db2e02841203519423a870f9fdd0c3e221 | [
"MIT"
] | null | null | null | test/unittest_get_module_size.asm | fabiankuffer/RISC-V-QR-Code-Generator | 88f4d1db2e02841203519423a870f9fdd0c3e221 | [
"MIT"
] | null | null | null | .include "qr_data.asm"
.text
addi a1, zero, 1
jal ra, get_module_size
#beendet das programm
li a7, 10
ecall
#muss am ende stehen sonst wird der code dort drin ausgeführt
.include "qr_draw.asm"
| 15.153846 | 61 | 0.751269 |
ac51514bf839372b428cbefff230027030e4cff8 | 804 | asm | Assembly | programs/oeis/208/A208086.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/208/A208086.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/208/A208086.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A208086: Number of 4 X (n+1) 0..1 arrays with every 2 X 2 subblock having the same number of equal edges as its horizontal neighbors and a different number from its vertical neighbors, and new values 0..1 introduced in row major order.
; 24,56,134,344,888,2318,6056,15848,41478,108584,284264,744206,1948344,5100824,133... | 33.5 | 364 | 0.75995 |
d396c6d690ac83b13c52d2f1eba8ef91016f4c35 | 848 | asm | Assembly | src/firmware-tests/Platform/Arithmetic32/SignExtend/SignExtendToUpperWordATest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Arithmetic32/SignExtend/SignExtendToUpperWordATest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Arithmetic32/SignExtend/SignExtendToUpperWordATest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "Arithmetic32.inc"
#include "TestFixture.inc"
radix decimal
udata
global expectedRAA
global expectedRAB
global expectedRAC
global expectedRAD
expectedRAA res 1
expectedRAB res 1
expectedRAC res 1
expectedRAD res 1
SignExtendToUpperWordATest code
gl... | 18.042553 | 47 | 0.760613 |
616f35e32b95df379cd7c53a41cfdb826c275bdc | 8,564 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_15.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_15.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_15.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x14d88, %rsi
lea addresses_WC_ht+0x1bb88, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
add %r10, %r10
mov $62, %rcx
rep movsq
nop
nop
add %r13, %r13
lea addresses_normal_ht+0x109c4... | 32.562738 | 2,999 | 0.655535 |
074fba6bf9dbe7369809d2e34d463f89b82cc887 | 2,448 | asm | Assembly | programs/oeis/172/A172202.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/172/A172202.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/172/A172202.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A172202: Number of ways to place 3 nonattacking kings on a 3 X n board.
; 0,0,8,34,105,248,490,858,1379,2080,2988,4130,5533,7224,9230,11578,14295,17408,20944,24930,29393,34360,39858,45914,52555,59808,67700,76258,85509,95480,106198,117690,129983,143104,157080,171938,187705,204408,222074,240730,260403,281120,302908,325... | 72 | 1,997 | 0.798203 |
3a63085d3b9e6140ba2213e1c6cb28dee64d2e4b | 3,546 | asm | Assembly | apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_hfxt2_nmi.asm | tp-freeforall/breakfast | 0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65 | [
"BSD-3-Clause"
] | 1 | 2020-05-15T18:08:48.000Z | 2020-05-15T18:08:48.000Z | apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_hfxt2_nmi.asm | tp-freeforall/breakfast | 0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65 | [
"BSD-3-Clause"
] | null | null | null | apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_hfxt2_nmi.asm | tp-freeforall/breakfast | 0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65 | [
"BSD-3-Clause"
] | null | null | null | ;*******************************************************************************
; MSP430x24x Demo - Basic Clock, LFXT1/MCLK Sourced from HF XTAL, NMI
;
; Description: Proper selection of an external HF XTAL for MCLK is shown with
; enabled OSC fault interrupt - if HF XTAL fails, NMI interrupt is requested.
... | 53.727273 | 81 | 0.375353 |
51961f76f6974582a6851b3ba6db85b15c17e8c3 | 12,861 | asm | Assembly | marbles.asm | DChristianson/atari-vcs-samples | 3ceed98ddd242d1991abab619c321d2d58de60d3 | [
"MIT"
] | null | null | null | marbles.asm | DChristianson/atari-vcs-samples | 3ceed98ddd242d1991abab619c321d2d58de60d3 | [
"MIT"
] | null | null | null | marbles.asm | DChristianson/atari-vcs-samples | 3ceed98ddd242d1991abab619c321d2d58de60d3 | [
"MIT"
] | null | null | null |
processor 6502
include "vcs.h"
include "macro.h"
NTSC = 0
PAL60 = 1
IFNCONST SYSTEM
SYSTEM = NTSC
ENDIF
; ----------------------------------
; constants
SPEED = 3
PLAYFIELD_HEIGHT_BLOCKS = 20
PLAYFIELD_HEIGHT_PIX = PLAYFIELD_HEIGHT_BLOCKS * 2
NUM_PLAYERS = 4
#if SYSTEM = NTSC
; NTSC Colors
WHI... | 26.034413 | 197 | 0.447555 |
25ea58c2fd924d56d477b2d4fc62616a1221d77b | 581 | asm | Assembly | oeis/062/A062158.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062158.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062158.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062158: a(n) = n^3 - n^2 + n - 1.
; -1,0,5,20,51,104,185,300,455,656,909,1220,1595,2040,2561,3164,3855,4640,5525,6516,7619,8840,10185,11660,13271,15024,16925,18980,21195,23576,26129,28860,31775,34880,38181,41684,45395,49320,53465,57836,62439,67280,72365,77700,83291,89144,95265,101660,108335,115296,122549,130100,1379... | 64.555556 | 495 | 0.774527 |
eefadb8c97c185720e366976780ad07555f8ded3 | 570,893 | asm | Assembly | kernel.asm | neha45556/cs153_lab3 | 926ca2f81414c7f296f99aa69a6ae8f0e65b428f | [
"MIT-0"
] | null | null | null | kernel.asm | neha45556/cs153_lab3 | 926ca2f81414c7f296f99aa69a6ae8f0e65b428f | [
"MIT-0"
] | null | null | null | kernel.asm | neha45556/cs153_lab3 | 926ca2f81414c7f296f99aa69a6ae8f0e65b428f | [
"MIT-0"
] | 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 .byte 0xe4
8010000c <entry>:
# E... | 38.069685 | 141 | 0.529378 |
512cb794778c0165f8ef4b5ffb735c90bad36117 | 1,385 | asm | Assembly | programs/oeis/020/A020712.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020712.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020712.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020712: Pisot sequences E(5,8), P(5,8).
; 5,8,13,21,34,55,89,144,233,377,610,987,1597,2584,4181,6765,10946,17711,28657,46368,75025,121393,196418,317811,514229,832040,1346269,2178309,3524578,5702887,9227465,14930352,24157817,39088169,63245986,102334155,165580141,267914296,433494437,701408733,1134903170,1836311903,297... | 106.538462 | 1,254 | 0.88231 |
87b4e5ab8d3a98e4fa6a70539905e79bfef4aae4 | 263 | asm | Assembly | programs/oeis/238/A238377.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/238/A238377.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/238/A238377.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A238377: Row sums of triangle in A204028.
; 1,2,6,10,17,24,34,44,57,70,86,102,121,140,162,184,209,234,262,290,321,352,386,420,457,494,534,574,617,660,706,752,801,850,902,954,1009,1064,1122,1180
mov $1,6
mul $1,$0
add $1,8
mul $1,$0
div $1,8
add $1,1
mov $0,$1
| 23.909091 | 151 | 0.676806 |
149c01ad64a46a0aa38289968df955bbf5311fd0 | 7 | asm | Assembly | shellcode/amd64/nop.asm | r0ck3rt/gopwn | 71f1d0881e0032f8b08353f0bf7d6d8551be0780 | [
"MIT"
] | 9 | 2021-08-23T08:05:15.000Z | 2022-03-09T21:03:30.000Z | shellcode/amd64/nop.asm | r0ck3rt/gopwn | 71f1d0881e0032f8b08353f0bf7d6d8551be0780 | [
"MIT"
] | null | null | null | shellcode/amd64/nop.asm | r0ck3rt/gopwn | 71f1d0881e0032f8b08353f0bf7d6d8551be0780 | [
"MIT"
] | 2 | 2021-08-23T08:12:27.000Z | 2021-09-19T14:47:15.000Z | nop | 7 | 7 | 0.428571 |
dfad05a6798f76406055f874134d616fe298ddc0 | 205 | asm | Assembly | programs/oeis/005/A005096.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005096.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005096.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A005096: a(n) = n! - n.
; 1,0,0,3,20,115,714,5033,40312,362871,3628790,39916789,479001588,6227020787,87178291186,1307674367985,20922789887984,355687428095983,6402373705727982
mov $1,$0
fac $1
sub $1,$0
| 29.285714 | 150 | 0.756098 |
b028e616e811d081eef8a97c4a53b1394a361f22 | 785 | asm | Assembly | audio/sfx/cry1e_1.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | audio/sfx/cry1e_1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | audio/sfx/cry1e_1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SFX_Cry1E_1_Ch4:
dutycycle 240
squarenote 6, 15, 2, 1536
squarenote 6, 14, 2, 1600
squarenote 6, 13, 2, 1664
squarenote 6, 14, 2, 1728
squarenote 6, 13, 2, 1792
squarenote 6, 12, 2, 1856
squarenote 6, 11, 2, 1920
squarenote 8, 10, 1, 1984
endchannel
SFX_Cry1E_1_Ch5:
dutycycle 17
squarenote 3, 0, 8, 1
squ... | 20.128205 | 26 | 0.673885 |
fe449b2ba60bb8962773645e1dd1e8384afaac00 | 4,268 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1770.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_1770.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_1770.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x234f, %rsi
add %rdi, %rdi
movb $0x61, (%rsi)
nop
inc %rax
lea addresses_WT_ht+0xb24f, %rsi
lea addresses_A_ht+0x15d3d, %rdi
clflush (%rdi)
sub $23998, %r13
mov $65, %rcx
rep movsb
and $38347, %rax
pop %r... | 63.701493 | 2,999 | 0.661668 |
51119122a16b8d88e8f63e3bf36a5897350a2551 | 198 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_queue/c/sdcc_iy/p_queue_front_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/p_queue/c/sdcc_iy/p_queue_front_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/p_queue/c/sdcc_iy/p_queue_front_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *p_queue_front_fastcall(p_queue_t *q)
SECTION code_clib
SECTION code_adt_p_queue
PUBLIC _p_queue_front_fastcall
EXTERN asm_p_queue_front
defc _p_queue_front_fastcall = asm_p_queue_front
| 16.5 | 48 | 0.863636 |
b10ae02c92bcae8ae683e68ddb9411cdf56a073a | 478 | asm | Assembly | oeis/319/A319880.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/319/A319880.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/319/A319880.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A319880: Difference between 2^n and the product of primes less than or equal to n.
; Submitted by Christian Krause
; 0,1,2,2,10,2,34,-82,46,302,814,-262,1786,-21838,-13646,2738,35506,-379438,-248366,-9175402,-8651114,-7602538,-5505386,-214704262,-206315654,-189538438,-155984006,-88875142,45342586,-5932822318,-5395951... | 43.454545 | 220 | 0.709205 |
d68a907f80792f84cadb3316d75e9b20ace839f1 | 4,839 | asm | Assembly | pwnlib/shellcraft/templates/aarch64/linux/loader.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 325 | 2016-01-25T08:38:06.000Z | 2022-03-30T14:31:50.000Z | pwnlib/shellcraft/templates/aarch64/linux/loader.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 8 | 2016-08-23T10:15:27.000Z | 2019-01-16T02:49:34.000Z | pwnlib/shellcraft/templates/aarch64/linux/loader.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 71 | 2016-07-13T10:03:52.000Z | 2022-01-10T11:57:34.000Z | <%
from pwnlib.shellcraft.aarch64.linux import exit as exit
from pwnlib.shellcraft.aarch64.linux import mmap
from pwnlib.shellcraft.aarch64 import setregs, mov, memcpy
from pwnlib.shellcraft import common
from pwnlib.util.packing import unpack
%>
<%page args="address"/>
<%docstring>
Loads a statica... | 26.298913 | 102 | 0.553833 |
2640446f58226d8fed26d77f6a4c7595c9ed7d92 | 29,113 | asm | Assembly | dos/file.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dos/file.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dos/file.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE FILE - Pathname related system calls
NAME FILE
;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1991
; All Rights Reserved.
;
;** FILE.ASM - Pathname Related System Calls
;
; These will be passed direct text of the
; pathname from the user. They will need to be passed through the macro
; expa... | 30.580882 | 89 | 0.688352 |
f65763a1b157dd0f75f0df1653e4b94c1a4322e5 | 58,864 | asm | Assembly | target/cos_117/disasm/iop_overlay1/COMM05.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/COMM05.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/COMM05.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x211C- f:00020 d: 284 | A = OR[284]
0x0001 (0x000002) 0x1601- f:00013 d: 1 | A = A - 1 (0x0001)
0x0002 (0x000004) 0x2922- f:00024 d: 290 | OR[290] = A
0x0003 (0x000006) 0x102C- f:00010 d: 44 | A = 44 (0x002C)
... | 80.087075 | 127 | 0.465684 |
dcfb380ee5b25c7698bc99dfd570845654d73641 | 2,751 | asm | Assembly | dev/emm386/dbg.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/emm386/dbg.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | dev/emm386/dbg.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | .386p
include emm386.inc
include emmdata.inc
include vdmseg.inc
include vdmsel.inc
ifdef DEBUG
_TEXT segment
assume cs:_TEXT, ds:NOTHING, es:NOTHING, fs:NOTHING, gs:NOTHING
public pDebugPrintf
pDebugPrintf proc far
Pcall VDMC_GSEL,pTestDbgIns
jnc pDP_skip_it
push bp
mov bp, sp
push es
push ds
push si
p... | 10.916667 | 71 | 0.658306 |
986fa8ece379dd422aa8d486c8f72f735931d1ae | 856 | asm | Assembly | programs/oeis/103/A103459.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/103/A103459.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/103/A103459.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A103459: a(n) = 8^n + 1 - 0^n.
; 1,9,65,513,4097,32769,262145,2097153,16777217,134217729,1073741825,8589934593,68719476737,549755813889,4398046511105,35184372088833,281474976710657,2251799813685249,18014398509481985,144115188075855873,1152921504606846977,9223372036854775809,73786976294838206465,590295810358705651713,... | 85.6 | 765 | 0.897196 |
6cf857a3104b0a455f2d8f2af55d76a6aefff4e8 | 2,884 | asm | Assembly | Driver/Printer/DotMatrix/CanonBJC/canonBJCcmyInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/DotMatrix/CanonBJC/canonBJCcmyInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/DotMatrix/CanonBJC/canonBJCcmyInfo.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1999. All rights reserved.
GLOBALPC CONFIDENTIAL
PROJECT: GlobalPC
MODULE: Canon BJC Printer Driver
FILE: canonBJCcmyInfo.asm
AUTHOR: Joon Song, Jan 25, 1999
ROUTINES:
Name Description
---- ... | 26.218182 | 79 | 0.465326 |
0dcf063fb7b77390a87d1e8060aa9d345bb46562 | 543 | asm | Assembly | oeis/244/A244725.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/244/A244725.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/244/A244725.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A244725: a(n) = 5*n^3.
; 0,5,40,135,320,625,1080,1715,2560,3645,5000,6655,8640,10985,13720,16875,20480,24565,29160,34295,40000,46305,53240,60835,69120,78125,87880,98415,109760,121945,135000,148955,163840,179685,196520,214375,233280,253265,274360,296595,320000,344605,370440,397535,425920,455625,486680,519115,552960,58... | 90.5 | 498 | 0.815838 |
ec7186ee10334c9c7dc85c8e31ce8997f440f921 | 4,765 | asm | Assembly | Graphics/TextHandler.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 5 | 2015-02-25T01:28:09.000Z | 2021-05-22T09:03:04.000Z | Graphics/TextHandler.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 38 | 2015-02-10T18:37:11.000Z | 2017-10-03T03:08:50.000Z | Graphics/TextHandler.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 2 | 2016-05-06T22:48:46.000Z | 2017-01-12T19:28:49.000Z | [bits 32]
newline equ 0x0A
endstring equ 0x0
;clearScreenG :
;pusha
;mov dx, 0x0
;mov ebx, [Dolphin.SCREEN_BUFFER]
;mov edx, ebx
;add edx, [Graphics.SCREEN_SIZE]
;csgloop :
;mov [ebx], dx
;add ebx, 0x2
;cmp ebx, edx
;jl csgloop
;mov ecx, [TextHandler.charpos]
;mov ecx, [Dolphin.SCREEN_BUFFER]
;mov [TextHandler.charpo... | 19.136546 | 60 | 0.740609 |
c6b19a5d4813a86d09f82a7c5a890dcd8744c10f | 691 | asm | Assembly | oeis/073/A073028.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/073/A073028.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/073/A073028.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A073028: a(n) = max{ C(n,0), C(n-1,1), C(n-2,2), ..., C(n-n,n) }.
; Submitted by Christian Krause
; 1,1,1,2,3,4,6,10,15,21,35,56,84,126,210,330,495,792,1287,2002,3003,5005,8008,12376,19448,31824,50388,77520,125970,203490,319770,497420,817190,1307504,2042975,3268760,5311735,8436285,13123110,21474180,34597290,54627300,... | 46.066667 | 488 | 0.755427 |
288d857414a656c5ae566ce10e58536f409abdcf | 450 | asm | Assembly | libsrc/graphics/g800/drawr.asm | bahmanrafatjoo/z88dk | 001b7eab7fa2e94ee7210ff483c789e15e8d6a40 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/g800/drawr.asm | bahmanrafatjoo/z88dk | 001b7eab7fa2e94ee7210ff483c789e15e8d6a40 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/g800/drawr.asm | bahmanrafatjoo/z88dk | 001b7eab7fa2e94ee7210ff483c789e15e8d6a40 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | SECTION code_clib
PUBLIC drawr
PUBLIC _drawr
EXTERN plotpixel
EXTERN draw_main
EXTERN last_pos
drawr:
_drawr:
push ix
ld ix,2
add ix,sp
ld de,(last_pos); x0/y0
ld h,(ix+4); xr
ld l,(ix+2); yr
ld a,h
add d
ld h,a
ld a,l
add e
ld l,a
... | 10.97561 | 29 | 0.524444 |
4bd931d9b1d1776f15a3f0f475c6bfc0b224b317 | 211 | asm | Assembly | WEEK-1/9.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-1/9.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-1/9.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | // Write an 8085 assembly language program to add two 8-bit numbers in an 8085 microprocessor
LDA 9100
MOV B,A
LDA 9101
ADD B
MOV L,A
MVI A,00
ADC A
MOV H,A
SHLD 9200
HLT
| 17.583333 | 93 | 0.611374 |
14d8c3c6099695febccb757623e2ee1077cba573 | 670 | asm | Assembly | oeis/124/A124644.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/124/A124644.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/124/A124644.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A124644: Mirror image of A098474 formatted as a triangular array.
; Submitted by Jon Maiga
; 1,1,1,2,2,1,5,6,3,1,14,20,12,4,1,42,70,50,20,5,1,132,252,210,100,30,6,1,429,924,882,490,175,42,7,1,1430,3432,3696,2352,980,280,56,8,1,4862,12870,15444,11088,5292,1764,420,72,9,1,16796,48620,64350,51480,27720,10584,2940,600,90... | 35.263158 | 439 | 0.713433 |
278fd27bf657d8a682b76343f1168a345488bcdc | 807 | asm | Assembly | programs/oeis/133/A133628.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/133/A133628.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/133/A133628.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A133628: a(1)=1, a(n) = a(n-1) + (p-1)*p^(n/2-1) if n is even, else a(n) = a(n-1) + p^((n-1)/2), where p=4.
; 1,4,8,20,36,84,148,340,596,1364,2388,5460,9556,21844,38228,87380,152916,349524,611668,1398100,2446676,5592404,9786708,22369620,39146836,89478484,156587348,357913940,626349396,1431655764,2505397588,5726623060,... | 35.086957 | 497 | 0.726146 |
d214554e8fc9143afd79808f752e75e6d3ac6f20 | 364 | asm | Assembly | programs/oeis/278/A278312.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/278/A278312.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/278/A278312.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A278312: a(n) = denominator of n/(2^(2*n+1)).
; 1,8,16,128,128,2048,4096,32768,16384,524288,1048576,8388608,8388608,134217728,268435456,2147483648,536870912,34359738368,68719476736,549755813888,549755813888,8796093022208,17592186044416,140737488355328,70368744177664,2251799813685248
mul $0,2
mov $1,2
mov $2,2
add $2... | 30.333333 | 237 | 0.760989 |
446ac1dff92b032cfd8f8c73fd98ef4d3a9e054c | 656 | asm | Assembly | MULTIPLEINPUTOUTPUT.asm | TashinAhmed/ASSEMBLY-LANGUAGE | fbda7c30f46f55eb3c1ce0907d22f99c2e8adf86 | [
"MIT"
] | null | null | null | MULTIPLEINPUTOUTPUT.asm | TashinAhmed/ASSEMBLY-LANGUAGE | fbda7c30f46f55eb3c1ce0907d22f99c2e8adf86 | [
"MIT"
] | null | null | null | MULTIPLEINPUTOUTPUT.asm | TashinAhmed/ASSEMBLY-LANGUAGE | fbda7c30f46f55eb3c1ce0907d22f99c2e8adf86 | [
"MIT"
] | null | null | null | ; AUTHOR : TASHIN AHMED
.MODEL SMALL
.STACK 100h
.CODE
MAIN PROC
MOV AH , 1
INT 21h
MOV BL , AL
INT 21h
MOV BH , AL
INT 21h
MOV CL , AL
INT 21h
MOV CH , AL
INT 21h
MOV AH , 2
MOV DL , ... | 16.820513 | 24 | 0.36128 |
6e43b764892cb5f62c149b60d5ea2b341f977c84 | 4,202 | nasm | Assembly | napoca/kernel/cpu_state_defs.nasm | fengjixuchui/napoca | ed26609ab9a3ea12d12882b311dcb332dc759d32 | [
"Apache-2.0"
] | 170 | 2020-07-30T15:04:59.000Z | 2022-03-24T10:59:29.000Z | napoca/kernel/cpu_state_defs.nasm | a-cristi/napoca | ed6691125bf703366581e47a1fe789167009c24a | [
"Apache-2.0"
] | 3 | 2020-08-10T09:16:56.000Z | 2022-02-18T21:40:43.000Z | napoca/kernel/cpu_state_defs.nasm | a-cristi/napoca | ed6691125bf703366581e47a1fe789167009c24a | [
"Apache-2.0"
] | 44 | 2020-07-30T15:06:55.000Z | 2022-02-25T08:55:55.000Z | ;
; Copyright (c) 2020 Bitdefender
; SPDX-License-Identifier: Apache-2.0
;
section .text
struc CPUSTATE_UNPACKED_DESCRIPTOR_DATA
.Limit resd 1
.Base resq 1
.AccessAndFlags resd 1
.Type resb 1
.System resb 1
.Privilege... | 35.310924 | 104 | 0.368396 |
37f7d3e888f6a047f5cc6661d8b37bbe99ccb010 | 419 | asm | Assembly | oeis/107/A107409.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/107/A107409.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/107/A107409.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A107409: Each term is sum of three previous terms mod 10.
; Submitted by Jon Maiga
; 0,1,2,3,6,1,0,7,8,5,0,3,8,1,2,1,4,7,2,3,2,7,2,1,0,3,4,7,4,5,6,5,6,7,8,1,6,5,2,3,0,5,8,3,6,7,6,9,2,7,8,7,2,7,6,5,8,9,2,9,0,1,0,1,2,3,6,1,0,7,8,5,0,3,8,1,2,1,4,7,2,3,2,7,2,1,0,3,4,7,4,5,6,5,6,7,8,1,6,5
mov $1,2
mov $2,1
lpb $0
sub $... | 23.277778 | 201 | 0.541766 |
81446df998ede4ccb2569831cd41d3cc0f55bca6 | 144 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_w33.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_w33.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/sfc/ys_w33.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_w33.asm
Type: file
Size: 18108
Last-Modified: '2016-05-13T04:51:43Z'
SHA-1: 67A1A6B12DFA0593D3AD658D65F498AB86AC5576
Description: null
| 20.571429 | 47 | 0.8125 |
cae150afcf056a0993dbbd0cf0409c9df341b385 | 5,914 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1234.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1234.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1234.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x57d6, %rdx
nop
nop
add $13180, %rsi
vmovups (%rdx), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $0, %xmm0, %rbp
and $65024, %rax
lea addresses_normal_ht+0xd9e, %rsi
lea addresses_A_ht+... | 40.786207 | 2,999 | 0.658607 |
0789918430fa1066d58c5dc47e2e8a31236657d5 | 465 | asm | Assembly | programs/oeis/293/A293668.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/293/A293668.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/293/A293668.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A293668: First differences of A292046.
; 1,2,3,1,4,1,1,1,2,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
mov $3,$0
mov $4,2
lpb $4
mov $0,$3
sub $4,1
add $0,$4
trn $0,1
se... | 22.142857 | 201 | 0.539785 |
93704a54d036eff9af3c14e75908d3b1dc636be0 | 24,696 | asm | Assembly | main.asm | vipoo/bbcbasic-z80 | 793c16b76059edc6917e60c12281fb009d529ead | [
"Zlib"
] | 2 | 2020-06-30T15:43:19.000Z | 2021-01-05T17:07:27.000Z | main.asm | vipoo/bbcbasic-z80 | 793c16b76059edc6917e60c12281fb009d529ead | [
"Zlib"
] | 6 | 2020-05-30T04:26:34.000Z | 2020-07-21T02:43:24.000Z | main.asm | vipoo/bbcbasic-z80 | 793c16b76059edc6917e60c12281fb009d529ead | [
"Zlib"
] | null | null | null | ; TITLE BBC BASIC (C) R.T.RUSSELL 1987
;
;BBC BASIC INTERPRETER - Z80 VERSION
;COMMAND, ERROR AND LEXICAL ANALYSIS MODULE - "MAIN"
;(C) COPYRIGHT R.T.RUSSELL 1984
;VERSION 2.3, 07-05-1984
;VERSION 3.0, 01-03-1987
;
include "hbios.inc"
include "constants.inc"
include "version._inc"
EXTERN XEQ
EXTERN RUN0
EXTERN C... | 14.743881 | 163 | 0.650186 |
0da94b1225ae42f30fc05f1ee3dce1dad9817254 | 420 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_ds2slong_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_ds2slong_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/c/sdcc_iy/cm48_sdcciyp_ds2slong_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; signed long __fs2slong_callee(float f)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdcciyp_ds2slong_callee
EXTERN cm48_sdcciyp_dcallee1, am48_dfix32
cm48_sdcciyp_ds2slong_callee:
; double to signed long
;
; enter : stack = sdcc_float x, ret
;
; exit : dehl = (long)(x)
;
; uses : ... | 17.5 | 49 | 0.690476 |
a10fac458341c71bc63932c57d6dcc79d9d70f30 | 171,470 | asm | Assembly | src/atari8.vm/xeroms.asm | softmac/xformer10 | 75598e6e32a06e647931c24fa762540d68892fc3 | [
"MIT"
] | 6 | 2021-06-29T01:44:59.000Z | 2021-10-30T19:25:16.000Z | src/atari8.vm/xeroms.asm | softmac/xformer10 | 75598e6e32a06e647931c24fa762540d68892fc3 | [
"MIT"
] | 1 | 2021-07-29T06:35:07.000Z | 2021-07-29T06:35:07.000Z | src/atari8.vm/xeroms.asm | softmac/xformer10 | 75598e6e32a06e647931c24fa762540d68892fc3 | [
"MIT"
] | 1 | 2021-12-24T05:56:13.000Z | 2021-12-24T05:56:13.000Z |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; XEROMS.ASM
;;
;; Hex dump of Atari XL/XE BASIC revision C and OS revision D
;;
;; Atari OS and BASIC used with permission. Copyright (C) 1979-1984 Atari Corp.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | 107.910636 | 136 | 0.630221 |
10391ecc5420c241b3ee6a3596a990c8962ecf54 | 489 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sccz80/fscanf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdio/c/sccz80/fscanf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdio/c/sccz80/fscanf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int fscanf(FILE *stream, const char *format, ...)
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC fscanf
EXTERN asm_fscanf
defc fscanf = asm_fscanf
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ELSE
;;;;... | 15.28125 | 51 | 0.474438 |
6bf77ddd39a88612f3cb72df35b8f97040dc5c64 | 4,453 | asm | Assembly | src/state-story.asm | santiontanon/triton | b3f7374852e8bf3077f647a8abaf71bb4bcb9874 | [
"Apache-2.0"
] | 41 | 2020-07-13T01:47:20.000Z | 2022-03-31T07:04:54.000Z | src/state-story.asm | santiontanon/triton | b3f7374852e8bf3077f647a8abaf71bb4bcb9874 | [
"Apache-2.0"
] | null | null | null | src/state-story.asm | santiontanon/triton | b3f7374852e8bf3077f647a8abaf71bb4bcb9874 | [
"Apache-2.0"
] | 3 | 2020-10-28T18:46:35.000Z | 2022-01-09T21:20:15.000Z | story_cutscene_1_text:
db TEXT_CUTSCENE_1_1_BANK, #f0, TEXT_CUTSCENE_1_1_IDX
db #fe ; new line
db TEXT_CUTSCENE_1_2_BANK, #f0, TEXT_CUTSCENE_1_2_IDX
db TEXT_CUTSCENE_1_3_BANK, #f0, TEXT_CUTSCENE_1_3_IDX
db TEXT_CUTSCENE_1_4_BANK, #f0, TEXT_CUTSCENE_1_4_IDX
db #fe ; new line
db TEXT_CUTSCENE_1_5_BANK, #f0, TEXT_C... | 21.408654 | 54 | 0.744217 |
618b1812fa533178f60f3121466af6be93e99984 | 876 | nasm | Assembly | MdePkg/Library/BaseLib/X64/WriteMsr64.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | 9 | 2021-07-26T17:02:51.000Z | 2021-12-30T10:49:46.000Z | MdePkg/Library/BaseLib/X64/WriteMsr64.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | null | null | null | MdePkg/Library/BaseLib/X64/WriteMsr64.nasm | kokweich/slimbootloader | 6fd1141c75a33894e3a7937dbc55859e4a6dacae | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | null | null | null | ;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; WriteMsr64.Asm
;
; Abstract:
;
; AsmWriteMsr64 function
;
; Notes:
;
;------------------------------... | 24.333333 | 79 | 0.388128 |
eb22f1d2a48c43e14f328175d9b273a8f4f3f043 | 8,704 | asm | Assembly | arm/data_processing.asm | jsmolka/gba-suite | a6447c5404c8fc2898ddc51f438271f832083b7e | [
"MIT"
] | 31 | 2020-01-18T21:48:54.000Z | 2021-01-08T11:17:56.000Z | arm/data_processing.asm | jsmolka/gba-suite | a6447c5404c8fc2898ddc51f438271f832083b7e | [
"MIT"
] | 8 | 2020-01-19T07:37:23.000Z | 2020-11-10T17:09:24.000Z | arm/data_processing.asm | jsmolka/gba-tests | a6447c5404c8fc2898ddc51f438271f832083b7e | [
"MIT"
] | 6 | 2021-05-28T09:35:20.000Z | 2021-12-22T18:09:32.000Z | data_processing:
; Tests for the data processing instruction
t200:
; ARM 3: Move
mov r0, 32
cmp r0, 32
bne f200
b t201
f200:
m_exit 200
t201:
; ARM 3: Move negative
mvn r0, 0
adds r0, 1
bne f201
... | 17.066667 | 82 | 0.413833 |
a3997912c63c64e0ce536d744118b2da08dd577e | 128 | asm | Assembly | test/br3392442.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 1 | 2020-06-20T07:35:25.000Z | 2020-06-20T07:35:25.000Z | 3rdParties/src/nasm/nasm-2.15.02/test/br3392442.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-03-26T19:58:54.000Z | 2020-04-24T08:58:04.000Z | test/br3392442.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | null | null | null | ;; Bug report 3392442: invalid warning
and byte [0], ~80h
and byte [0], 0xfff
and byte [0], -256
and byte [0], -257
| 18.285714 | 40 | 0.59375 |
379b9f6b6aa9b44201696bb90bc8e408e9349767 | 1,208 | asm | Assembly | programs/oeis/122/A122709.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/122/A122709.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/122/A122709.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A122709: a(0)=1; thereafter a(n) = 9*n-3.
; 1,6,15,24,33,42,51,60,69,78,87,96,105,114,123,132,141,150,159,168,177,186,195,204,213,222,231,240,249,258,267,276,285,294,303,312,321,330,339,348,357,366,375,384,393,402,411,420,429,438,447,456,465,474,483,492,501,510,519,528,537,546,555,564,573,582,591,600,609,618,627,636,... | 151 | 1,125 | 0.760762 |
be09ccdda75f5aa1a89ec8bd8eed792c3cf1720d | 303 | asm | Assembly | programs/oeis/139/A139782.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/139/A139782.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/139/A139782.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A139782: Binomial transform of A077947.
; 1,2,5,15,46,139,417,1250,3749,11247,33742,101227,303681,911042,2733125,8199375,24598126,73794379,221383137,664149410,1992448229,5977344687,17932034062,53796102187,161388306561,484164919682,1452494759045
mov $1,3
pow $1,$0
sub $1,1
mul $1,4
div $1,7
add $1,1
| 30.3 | 204 | 0.788779 |
5f8173ceeeb57ae3a0a784a8abd001f63879bbd1 | 216 | asm | Assembly | lab09/1-hello-world/hello-world.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | lab09/1-hello-world/hello-world.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | lab09/1-hello-world/hello-world.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | %include "../utils/printf32.asm"
section .data
msg db 'Hello, world!', 0
section .text
extern puts
global main
main:
push ebp
mov ebp, esp
push msg
call puts
add esp, 4
leave
ret
| 10.8 | 32 | 0.606481 |
36c3fecd0bbacef654e54211cef57a87b7e1c359 | 1,125 | asm | Assembly | programs/oeis/255/A255527.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/255/A255527.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/255/A255527.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A255527: Where records occur in A255437.
; 1,2,3,6,7,8,9,13,14,15,16,17,18,23,24,25,26,27,28,29,30,36,37,38,39,40,41,42,43,44,45,52,53,54,55,56,57,58,59,60,61,62,63,71,72,73,74,75,76,77,78,79,80,81,82,83,84,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,118,119,120,121,122,123,124,125,126,127,128,129,130,13... | 56.25 | 930 | 0.698667 |
f39536b0e650fd2ae3cdaa12b49ea7a6bfc5ca63 | 148 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/c-select-j.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/c-select-j.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/c-select-j.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: c-select-j.asm
Type: file
Size: 46127
Last-Modified: '1992-07-14T15:00:00Z'
SHA-1: 0CA16B7F3743209D4B70D98F6BD379E3FA26F779
Description: null
| 21.142857 | 47 | 0.804054 |
df93e161ac0f4a1c9227a4dc1d428350bc752d70 | 779 | asm | Assembly | programs/oeis/103/A103325.asm | ckrause/cm | 0021b6ca0be0fbe79164e647ddfd0e65869304fe | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/103/A103325.asm | ckrause/cm | 0021b6ca0be0fbe79164e647ddfd0e65869304fe | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/103/A103325.asm | ckrause/cm | 0021b6ca0be0fbe79164e647ddfd0e65869304fe | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A103325: Fifth powers of Lucas numbers.
; 32,1,243,1024,16807,161051,1889568,20511149,229345007,2535525376,28153056843,312079600999,3461619737632,38387392786601,425733547012443,4721411479245824,52361450147627807,580696556856146851,6440026990881070368,71420978989035821749,792070857155636444407,8784200148092074597376,9... | 111.285714 | 678 | 0.907574 |
5311ec1630acee80abddb9eee9246ecc8a0a3132 | 706 | asm | Assembly | oeis/345/A345368.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/345/A345368.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/345/A345368.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A345368: a(n) = Sum_{k=0..n} binomial(5*k,k) / (4*k + 1).
; 1,2,7,42,327,2857,26608,258488,2588933,26539288,277082658,2936050788,31494394563,341325970323,3731742758203,41108999917483,455850863463768,5084213586320193,56997201842602368,641906808539396253,7258985455500009623,82393287049581399283,938361765591288616333,10... | 35.3 | 477 | 0.78187 |
54b352e8237ded2a265c794f4486b834ef49f56b | 517 | asm | Assembly | data/baseStats/eevee.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/baseStats/eevee.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/baseStats/eevee.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | db EEVEE ; pokedex id
db 55 ; base hp
db 55 ; base attack
db 55 ; base defense
db 55 ; base speed
db 55 ; base special
db NORMAL ; species type 1
db NORMAL ; species type 2
db 45 ; catch rate
db 92 ; base exp yield
INCBIN "pic/gsmon/eevee.pic",0,1 ; 55, sprite dimensions
dw EeveePicFront
dw EeveePicBack
; attacks known... | 17.827586 | 56 | 0.733075 |
d45e8b18ba7ca178806395a4b3690b2af82012cf | 1,649 | asm | Assembly | bddisasm_test/basic/aes_64.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 675 | 2020-07-09T12:57:49.000Z | 2022-03-26T15:03:53.000Z | bddisasm_test/basic/aes_64.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 41 | 2020-07-22T07:15:07.000Z | 2022-03-23T08:34:28.000Z | bddisasm_test/basic/aes_64.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 94 | 2020-07-09T14:39:02.000Z | 2022-03-27T10:37:03.000Z | bits 64
; legacy, reg - reg
aesimc xmm7, xmm13
aesenc xmm7, xmm13
aesenclast xmm7, xmm13
aesdec xmm7, xmm13
aesdeclast xmm7, xmm13
aeskeygenassist xmm7, xmm13, 10
; legacy, reg - mem
aesimc xmm7, [rbx]
aesenc xmm7, [rbx]
aesenclast xm... | 28.929825 | 38 | 0.579745 |
cbf4b4693bb748f8ea76ebdb9b42cd97075ec9e4 | 3,105 | asm | Assembly | deps/gmp.js/mpn/x86_64/aorsmul_1.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | deps/gmp.js/mpn/x86_64/aorsmul_1.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 3 | 2020-09-22T18:09:12.000Z | 2021-11-27T22:37:52.000Z | deps/gmp.js/mpn/x86_64/aorsmul_1.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl AMD64 mpn_addmul_1 and mpn_submul_1.
dnl Copyright 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as publis... | 20.838926 | 79 | 0.641868 |
2e9bb6662f97e68562e3504e62b6924aa3cb03ea | 6,365 | asm | Assembly | Driver/Socket/EtherLink/etherUtil.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Socket/EtherLink/etherUtil.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Socket/EtherLink/etherUtil.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Tedious Endeavors 1998 -- All Rights Reserved
PROJECT: Native ethernet support
MODULE: Ethernet driver
FILE: etherUtil.asm
AUTHOR: Todd Stumpf, July 8th, 1998
ROUTINES:
Name Description
---- ----------... | 23.574074 | 79 | 0.531186 |
2445d4a547c1779858b8a3f4d6b103bdbb63593e | 793 | asm | Assembly | programs/oeis/214/A214848.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/214/A214848.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/214/A214848.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A214848: First difference of A022846.
; 1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,... | 28.321429 | 501 | 0.495586 |
4ed116f0c2d66a418a62e4c778c6992d2218b9fc | 680 | asm | Assembly | src/modules/engines/gl_common/shader/font_frag_s3c6410.asm | tizenorg/framework.uifw.evas | be359fde3762e4ea90a1d11ac5840302c20e1b12 | [
"BSD-2-Clause"
] | 1 | 2016-10-20T06:19:11.000Z | 2016-10-20T06:19:11.000Z | src/modules/engines/gl_common/shader/font_frag_s3c6410.asm | tizenorg/framework.uifw.evas | be359fde3762e4ea90a1d11ac5840302c20e1b12 | [
"BSD-2-Clause"
] | null | null | null | src/modules/engines/gl_common/shader/font_frag_s3c6410.asm | tizenorg/framework.uifw.evas | be359fde3762e4ea90a1d11ac5840302c20e1b12 | [
"BSD-2-Clause"
] | null | null | null | #-------------------------------------------------
# ORION - OpenGL ES 2.0 Shading Language Compiler
# SAMSUNG INDIA SOFTWARE OPERATIONS PVT. LTD.
# Compiler Version : v04.00.09
# Release Date : 19.01.2009
# FIMG VERSION : FIMGv1.5
# Optimizer Options : -O --nolodcalc
#------------------------------... | 25.185185 | 79 | 0.591176 |
9f98dc9f3b3081c89e7a362dbbcd6c6e23c644d1 | 380 | asm | Assembly | oeis/118/A118538.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/118/A118538.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/118/A118538.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A118538: a(n) = A000040(n+1) - 6.
; Submitted by Jon Maiga
; -3,-1,1,5,7,11,13,17,23,25,31,35,37,41,47,53,55,61,65,67,73,77,83,91,95,97,101,103,107,121,125,131,133,143,145,151,157,161,167,173,175,185,187,191,193,205,217,221,223,227,233,235,245,251,257,263,265,271,275,277,287,301,305,307,311,325,331,341,343,347
seq $... | 54.285714 | 252 | 0.689474 |
f390fa8b5fd6ab7b143be696cce9a9642d92722f | 714 | asm | Assembly | programs/oeis/111/A111406.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/111/A111406.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/111/A111406.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A111406: a(n) = f(f(n+1)) - f(f(n)), where f(m) = pi(m) = A000720(m), with f(0) = 0.
; 0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0... | 79.333333 | 501 | 0.504202 |
000741cb53d2ce08b68fb09221aad7b60cdc584c | 1,374 | asm | Assembly | kernel/kernel.asm | paulscottrobson/MZ-Compiler | 6f992844f6f447fbaf65569e3c70fb7dfc086b7e | [
"MIT"
] | null | null | null | kernel/kernel.asm | paulscottrobson/MZ-Compiler | 6f992844f6f447fbaf65569e3c70fb7dfc086b7e | [
"MIT"
] | null | null | null | kernel/kernel.asm | paulscottrobson/MZ-Compiler | 6f992844f6f447fbaf65569e3c70fb7dfc086b7e | [
"MIT"
] | null | null | null | ; ***************************************************************************************
; ***************************************************************************************
;
; Name : kernel.asm
; Author : Paul Robson (paul@robsons.org.uk)
; Date : 8th November 2018
; Purpose : MZ Kernel
;
; ************... | 27.48 | 89 | 0.44687 |
5fade819e8e9c2ad3be76b459c84dbbb4216cee0 | 364 | asm | Assembly | programs/oeis/172/A172022.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/172/A172022.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/172/A172022.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A172022: a(n) = prime(n) + (-1)^n.
; 1,4,4,8,10,14,16,20,22,30,30,38,40,44,46,54,58,62,66,72,72,80,82,90,96,102,102,108,108,114,126,132,136,140,148,152,156,164,166,174,178,182,190,194,196,200,210,224,226,230,232,240,240,252,256,264,268,272,276
mov $1,$0
mul $0,2
mod $0,4
seq $1,40 ; The prime numbers.
sub $1,$0
mov ... | 26 | 208 | 0.634615 |
116773d5c4af6a93eec90c7b69799815c09fb836 | 1,032 | asm | Assembly | libsrc/cpc/sprites/cpc_PutMaskSp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/cpc/sprites/cpc_PutMaskSp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/cpc/sprites/cpc_PutMaskSp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Amstrad CPC library
;
; ******************************************************
; ** Librería de rutinas para Amstrad CPC **
; ** Raúl Simarro, Artaburu 2009 **
; ******************************************************
;
; void cpc_PutMaskSp(int *sprite, char *alto, char *anch... | 19.471698 | 81 | 0.554264 |
589c460eefe584c5a3e47e433778bb1845f3df17 | 2,300 | asm | Assembly | libvpx/build/asm_enc_offsets.asm | ooyanglinoo/Plugin_Videoplayer | a4c00a9a4e7291364316ef22e8f3aaf0851d593a | [
"BSD-2-Clause"
] | 4 | 2017-02-25T15:50:39.000Z | 2021-04-13T21:10:42.000Z | libvpx/build/asm_enc_offsets.asm | Aboutdept/Plugin_Videoplayer | b2f823f4b3b58a8fb63f31015e98bc65c7d8365d | [
"BSD-2-Clause"
] | null | null | null | libvpx/build/asm_enc_offsets.asm | Aboutdept/Plugin_Videoplayer | b2f823f4b3b58a8fb63f31015e98bc65c7d8365d | [
"BSD-2-Clause"
] | 6 | 2017-05-10T15:22:20.000Z | 2021-04-13T21:11:01.000Z | vp8_block_coeff EQU 8
vp8_block_zbin EQU 40
vp8_block_round EQU 56
vp8_block_quant EQU 16
vp8_block_quant_fast EQU 24
vp8_block_zbin_extra EQU 64
vp8_bloc... | 50 | 52 | 0.435217 |
5ccc9508316bb1b1f9304e8dcaf329af6371bf5c | 501 | asm | Assembly | oeis/346/A346618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/346/A346618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/346/A346618.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A346618: Triangle read by rows: T(n,k) = 1 iff 2 divides binomial(n,k) but 4 does not (0 <= k <= n).
; Submitted by Christian Krause
; 0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0... | 62.625 | 187 | 0.628743 |
cf3a6c515d0fc84110608b12d2b25b581292bc68 | 712 | asm | Assembly | oeis/212/A212509.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/212/A212509.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/212/A212509.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A212509: Number of (w,x,y,z) with all terms in {1,...,n} and w<2x and y<=3z.
; Submitted by Christian Krause
; 0,1,12,63,180,437,891,1628,2736,4392,6600,9646,13608,18669,24990,32955,42432,54033,67797,84010,102900,125118,150282,179444,212544,249977,292032,339687,392196,451165,516375,588336,667392,754908,849660,953922,... | 44.5 | 495 | 0.773876 |
7376d0f43598c68f606813003920e09937da13fc | 243 | asm | Assembly | programs/oeis/017/A017431.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017431.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017431.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017431: (11n+3)^7.
; 2187,105413504,6103515625,78364164096,506623120463,2207984167552,7446353252589,20971520000000,51676101935731,114868566764928,235260548044817,450766669594624,817215093984375,1414067010444416
mul $0,11
add $0,3
pow $0,7
| 34.714286 | 191 | 0.839506 |
cb82806b52c8f046feb94582f800dfdd63af2492 | 10,227 | asm | Assembly | vbox/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-a20-1.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-a20-1.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-a20-1.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | ; $Id: bootsector2-cpu-a20-1.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; Bootsector that checks the A20 emulation.
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you ca... | 27.127321 | 98 | 0.595189 |
7f46e44c96710962a9e520a30b44e18d7e74a8d6 | 35,115 | asm | Assembly | private/ntos/ke/i386/newsysbg.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 11 | 2017-09-02T11:27:08.000Z | 2022-01-02T15:25:24.000Z | private/ntos/ke/i386/newsysbg.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | null | null | null | private/ntos/ke/i386/newsysbg.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 14 | 2019-01-16T01:01:23.000Z | 2022-02-20T15:54:27.000Z | title "System Startup"
;++
;
; Copyright (c) 1989 Microsoft Corporation
;
; Module Name:
;
; systembg.asm
;
; Abstract:
;
; This module implements the code necessary to initially startup the
; NT system.
;
; Author:
;
; Shie-Lin Tzong (shielint) 07-Mar-1990
;
; Environment:
;
;... | 30.883905 | 130 | 0.584394 |
4ed61c40a38b3d195ec7785f3f0cee814610f896 | 340 | asm | Assembly | libsrc/z80_crt0s/crt0/l_cmp.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/z80_crt0s/crt0/l_cmp.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/z80_crt0s/crt0/l_cmp.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; Z80 Runtime Library
;
; Signed integer compare
;
; $Id: l_cmp.asm,v 1.8 2015/01/19 01:33:25 pauloscustodio Exp $:
PUBLIC l_cmp
; signed compare of DE and HL
; carry is sign of difference [set => DE < HL]
; zero is zero/non-zero
.l_cmp
ld a,h
add $80
ld b,a
ld a,d
add $80
cp b
ret nz... | 13.6 | 64 | 0.605882 |
920eb49e3dd61589d27a930a08e795445f0d8ec1 | 933 | asm | Assembly | 28-speed.asm | yuwanzeon/human-resource-machine-solutions | c95641bf409ed3419f7e71eafac0fcdabecb7204 | [
"MIT"
] | 1 | 2016-12-29T06:55:26.000Z | 2016-12-29T06:55:26.000Z | 28-speed.asm | yuwanzeon/human-resource-machine-solutions | c95641bf409ed3419f7e71eafac0fcdabecb7204 | [
"MIT"
] | null | null | null | 28-speed.asm | yuwanzeon/human-resource-machine-solutions | c95641bf409ed3419f7e71eafac0fcdabecb7204 | [
"MIT"
] | null | null | null | -- HUMAN RESOURCE MACHINE PROGRAM --
a:
b:
c:
d:
e:
f:
INBOX
COPYTO 0
INBOX
COPYTO 1
INBOX
COPYTO 2
SUB 1
JUMPN i
COPYFROM 1
SUB 0
JUMPN g
COPYFROM 0
OUTBOX
COPYFROM 1
OUTBOX
COPYFROM 2
OUTBOX
JUMP e
g:
... | 12.276316 | 36 | 0.476956 |
9244ebaf9fb427f2a112df3e214e7d61224742cc | 308 | asm | Assembly | AssemblyExamples/using_gdb/debug.asm | jude-arokiam-uoit/csci-2050-assembly-examples | 334c89128864e9763d1653702c773ae0effd04d9 | [
"MIT"
] | 1 | 2019-03-09T23:55:01.000Z | 2019-03-09T23:55:01.000Z | AssemblyExamples/using_gdb/debug.asm | jude-arokiam-uoit/csci-2050-assembly-examples | 334c89128864e9763d1653702c773ae0effd04d9 | [
"MIT"
] | null | null | null | AssemblyExamples/using_gdb/debug.asm | jude-arokiam-uoit/csci-2050-assembly-examples | 334c89128864e9763d1653702c773ae0effd04d9 | [
"MIT"
] | 2 | 2019-04-01T23:57:18.000Z | 2019-04-02T16:59:14.000Z | extern printf
global main
section .text
main:
mov rdi, format ; argument #1
mov rsi, message ; argument #2
mov rax, 0
call printf ; call printf
mov rax, 0
ret ; return 0
section .data
message: db "Hello, world!", 0
format: db "%s", 0xa, 0
courseCode: dq 2050
| 17.111111 | 35 | 0.597403 |
7ce5a98aff7437d5ed413cd1db2d72ce4bcd39ed | 666 | asm | Assembly | libsrc/_DEVELOPMENT/math/integer/z180/l_z180_mulu_24_16x8.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/z180/l_z180_mulu_24_16x8.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/z180/l_z180_mulu_24_16x8.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | ; 2018 June feilipu
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_math
PUBLIC l_z180_mulu_24_16x8
l_z180_mulu_24_16x8:
; multiplication of 16-bit number and 8-bit number into a 24-bit product
;
; enter : hl = 16-bit multiplier = x
; e = 8-bit multiplicand = y
;
; e... | 19.028571 | 76 | 0.477477 |
dd92ca8385212de70c8bee98b06a60e7dadd58b7 | 408 | asm | Assembly | oeis/116/A116701.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/116/A116701.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/116/A116701.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A116701: Number of permutations of length n that avoid the patterns 132, 4321.
; Submitted by Christian Krause
; 1,1,2,5,13,31,66,127,225,373,586,881,1277,1795,2458,3291,4321,5577,7090,8893,11021,13511,16402,19735,23553,27901,32826,38377,44605,51563,59306,67891,77377,87825,99298,111861,125581,140527,156770,174383,193... | 31.384615 | 217 | 0.742647 |
adbc8c675ad8ba84e0a68b1248d4e71e23577f92 | 9,138 | asm | Assembly | calc-pi-ra.asm | cotarr/calc-pi-x86-64-asm | 1135d8060d3bbcde411cca59587c52287b31ea70 | [
"MIT"
] | null | null | null | calc-pi-ra.asm | cotarr/calc-pi-x86-64-asm | 1135d8060d3bbcde411cca59587c52287b31ea70 | [
"MIT"
] | null | null | null | calc-pi-ra.asm | cotarr/calc-pi-x86-64-asm | 1135d8060d3bbcde411cca59587c52287b31ea70 | [
"MIT"
] | null | null | null | ;-------------------------------------------------------------
;
; SINGLE THREAD FLOATING POINT MULTI-PRECISION CALCULATOR
;
; Calculation of Pi using Ramanujan Formula
;
; File: calc-pi-ra.asm
; Module: calc.asm, calc.o
; Exec: calc-pi
;
; Created 11/13/2014
; Last Edit 01/04/2015
;
;--------------------------... | 25.383333 | 80 | 0.600897 |
cdcbdf25c557ecd5b53d5e8879800ccffdf627c3 | 268 | asm | Assembly | ASM/src/every_frame.asm | deralex/Better-OoT | e8ed08ddd81f4921b6d1dd35cdad31e2ad9a3b7d | [
"MIT"
] | 75 | 2018-11-19T17:08:29.000Z | 2022-03-04T12:37:51.000Z | ASM/src/every_frame.asm | deralex/Better-OoT | e8ed08ddd81f4921b6d1dd35cdad31e2ad9a3b7d | [
"MIT"
] | 13 | 2019-01-01T16:20:14.000Z | 2021-12-27T01:10:13.000Z | ASM/src/every_frame.asm | deralex/Better-OoT | e8ed08ddd81f4921b6d1dd35cdad31e2ad9a3b7d | [
"MIT"
] | 16 | 2018-11-27T19:57:15.000Z | 2022-01-24T17:42:56.000Z | before_game_state_update_hook:
addiu sp, sp, -0x18
sw ra, 0x10 (sp)
jal before_game_state_update
nop
lw ra, 0x10 (sp)
addiu sp, sp, 0x18
; Displaced code
lw t6, 0x0018 (sp)
jr ra
lui at, 0x8010 | 19.142857 | 36 | 0.541045 |
df781619412ec1cc8d9867347a5c1f2be5117cad | 356 | asm | Assembly | oeis/191/A191488.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/191/A191488.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/191/A191488.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A191488: A companion to Gould’s sequence A001316.
; Submitted by Jon Maiga
; 4,6,8,10,8,12,16,18,8,12,16,20,16,24,32,34,8,12,16,20,16,24,32,36,16,24,32,40,32,48,64,66,8,12,16,20,16,24,32,36,16,24,32,40,32,48,64,68,16,24,32,40,32,48,64,72,32,48,64,80,64,96,128
mul $0,2
add $0,2
seq $0,105321 ; Convolution of binomial... | 44.5 | 184 | 0.691011 |
00f74d2ed07ee73d280fea408b06ae9ba5c34d32 | 334 | asm | Assembly | programs/oeis/139/A139698.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/139/A139698.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/139/A139698.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A139698: Binomial transform of [1, 25, 25, 25, ...].
; 1,26,76,176,376,776,1576,3176,6376,12776,25576,51176,102376,204776,409576,819176,1638376,3276776,6553576,13107176,26214376,52428776,104857576,209715176,419430376,838860776,1677721576,3355443176,6710886376,13421772776,26843545576
mov $1,2
pow $1,$0
sub $1,1
mul $... | 37.111111 | 230 | 0.769461 |
584d1178b0c586d5566af2d0a8cba0add75dd99d | 727 | asm | Assembly | oeis/258/A258547.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/258/A258547.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/258/A258547.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A258547: Number of (n+1)X(1+1) 0..1 arrays with every 2X2 subblock ne-sw antidiagonal difference nondecreasing horizontally and nw+se diagonal sum nondecreasing vertically
; 16,44,104,228,480,988,2008,4052,8144,16332,32712,65476,131008,262076,524216,1048500,2097072,4194220,8388520,16777124,33554336,67108764,134217624... | 66.090909 | 485 | 0.84044 |
ba42c200f5faa4c44cfcb7a2229e6613ace35cab | 2,667 | asm | Assembly | Kernel/asm/interrupts.asm | Khato1319/naiveOS | 1be1e941863b26641f0c94dec3b89178979addee | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/interrupts.asm | Khato1319/naiveOS | 1be1e941863b26641f0c94dec3b89178979addee | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/interrupts.asm | Khato1319/naiveOS | 1be1e941863b26641f0c94dec3b89178979addee | [
"BSD-3-Clause"
] | null | null | null |
GLOBAL _cli
GLOBAL _sti
GLOBAL picMasterMask
GLOBAL picSlaveMask
GLOBAL haltcpu
GLOBAL _hlt
GLOBAL _irq00Handler
GLOBAL _irq01Handler
GLOBAL _irq02Handler
GLOBAL _irq03Handler
GLOBAL _irq04Handler
GLOBAL _irq05Handler
GLOBAL _exception00Handler
GLOBAL _exception06Handler
GLOBAL _sysCallHandlerMaster
EXTERN irqDisp... | 12.521127 | 223 | 0.738658 |
86b92a14acd12d794f4eb0642a45fedf85b53531 | 1,041 | asm | Assembly | programs/oeis/014/A014771.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014771.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014771.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014771: Squares of odd hexagonal numbers.
; 1,225,2025,8281,23409,53361,105625,189225,314721,494209,741321,1071225,1500625,2047761,2732409,3575881,4601025,5832225,7295401,9018009,11029041,13359025,16040025,19105641,22591009,26532801,30969225,35940025,41486481,47651409,54479161,62015625,70308225,79405921,89359209,100... | 130.125 | 958 | 0.876081 |
2e895987cc0b0d0baf2dd54fb4a97e897f3f99dc | 3,300 | asm | Assembly | Verilog/P5 - 副本 (2)/test/test_P4+.asm | JJLeo/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 9 | 2021-03-04T07:22:24.000Z | 2021-11-30T02:56:08.000Z | Verilog/P5/test/test_P4+.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | null | null | null | Verilog/P5/test/test_P4+.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 3 | 2021-09-28T07:41:35.000Z | 2021-12-14T08:55:28.000Z | subu $28 $28 $28
subu $29 $29 $29
ori $0, $0, 0
ori $1, $1, 1
ori $2, $2, 2
ori $3, $3, 3
ori $4, $4, 4
ori $5, $5, 5
ori $6, $6, 6
ori $7, $7, 7
ori $8, $8, 8
ori $9, $9, 9
ori $10, $10, 10
ori $11, $11, 11
ori $12, $12, 12
ori $13, $13, 13
ori $14, $14, 14
ori $15, $15, 15
ori $16, $16, 16
ori $17, $17, 17
ori $18, $... | 13.580247 | 16 | 0.508182 |
2c81462844c4dc6e261a0bf6cdbd2668c5987bc3 | 5,443 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1304.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_1304.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_1304.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 %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x7c1d, %r12
nop
nop
nop
nop
and %rcx, %rcx
mov (%r12), %rbp
nop
nop
nop
cmp $46162, %rdx
lea addresses_WC_ht+0xbd9f, %r14
add $32659, %r13
movw $0x6162, (%r14)
nop
n... | 40.318519 | 2,999 | 0.661033 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.