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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d742e1e8d828e32624a4858e7abd65ab86fa7eb9 | 967 | asm | Assembly | programs/oeis/250/A250015.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/250/A250015.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/250/A250015.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A250015: Number of length 1+5 0..n arrays with no six consecutive terms having the maximum of any three terms equal to the minimum of the remaining three terms.
; 20,300,2040,8840,28860,77700,182000,383760,745380,1355420,2335080,3845400,6095180,9349620,13939680,20272160,28840500,40236300,55161560,74441640,99038940,13... | 13.619718 | 204 | 0.632885 |
f13dd748de2b3e091c69a1a5e18cc836688a7d4a | 344 | asm | Assembly | codes/low-level/ch02/hello.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | codes/low-level/ch02/hello.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | codes/low-level/ch02/hello.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | %include "../lib/syscall.inc"
section .data
message: db 'hello, world!', 10
section .text
global _start
_start:
mov rax, NR_WRITE
mov rdi, 1 ; argument #1: stdout
mov rsi, message ; argument #2: string address
mov rdx, 14 ; argument #3: string length in bytes
syscall
mov rax, NR_EXIT
... | 20.235294 | 59 | 0.651163 |
26460bfd0e911b5f4b783a93beebe6cb6c046f10 | 503 | asm | Assembly | programs/oeis/050/A050140.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/050/A050140.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/050/A050140.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A050140: a(n) = 2*floor(n*phi)-n, where phi = (1+sqrt(5))/2.
; 1,4,5,8,11,12,15,16,19,22,23,26,29,30,33,34,37,40,41,44,45,48,51,52,55,58,59,62,63,66,69,70,73,76,77,80,81,84,87,88,91,92,95,98,99,102,105,106,109,110,113,116,117,120,121,124,127,128,131,134,135,138,139,142,145,146,149,152,153,156,157,160,163,164,167,168,... | 71.857143 | 352 | 0.687873 |
1ca2f6b8c879fe511903b817ade986b1ef132e37 | 877 | asm | Assembly | programs/oeis/089/A089123.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/089/A089123.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/089/A089123.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A089123: Smallest prime factor of numbers of the form A^2 + 3.
; 2,7,2,19,2,3,2,67,2,103,2,3,2,199,2,7,2,3,2,13,2,487,2,3,2,7,2,787,2,3,2,13,2,19,2,3,2,1447,2,7,2,3,2,7,2,13,2,3,2,2503,2,2707,2,3,2,43,2,7,2,3,2,3847,2,4099,2,3,2,7,2,4903,2,3,2,5479,2,5779,2,3,2,19,2,7,2,3,2,7,2,61,2,3,2,8467,2,8839,2,3,2,13,2,7,2,3,2... | 97.444444 | 639 | 0.621437 |
b1fa5e4add344107326b2bb6183c7d14830542dc | 501 | asm | Assembly | programs/oeis/315/A315019.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/315/A315019.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/315/A315019.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A315019: Coordination sequence Gal.6.320.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,9,15,19,23,29,33,37,43,47,52,57,61,67,71,75,81,85,89,95,99,104,109,113,119,123,127,133,137,141,147,151,156,161,165,171,175,179,185,189,1... | 26.368421 | 177 | 0.682635 |
5ea393afd024dfc684d0ae6fd929aed722e5d47c | 570 | asm | Assembly | Sem-4/COA LAB Programs/ASM-Projects/program.asm | rituraj-iter/ASSIGNMENTS | f317a2990bac43202314320d6d97356498c44603 | [
"MIT"
] | 10 | 2021-04-24T11:46:48.000Z | 2022-01-17T05:14:37.000Z | Sem-4/COA LAB Programs/ASM-Projects/program.asm | rituraj-iter/ASSIGNMENTS | f317a2990bac43202314320d6d97356498c44603 | [
"MIT"
] | 2 | 2021-06-28T11:51:50.000Z | 2021-11-01T08:21:53.000Z | Sem-4/COA LAB Programs/ASM-Projects/program.asm | rituraj-iter/ASSIGNMENTS | f317a2990bac43202314320d6d97356498c44603 | [
"MIT"
] | 16 | 2021-04-24T11:46:58.000Z | 2022-03-02T05:08:19.000Z | dosseg
.model small
.stack 100h
.data
.code
main proc
mov ax, @data
mov ds, ax
MOV AX,0600H ;06 TO SCROLL & 00 FOR FULLJ SCREEN
MOV BH,0h ;ATTRIBUTE 7 FOR BACKGROUND AND 1 FOR FOREGROUND
MOV CX,0000H ;STARTING COORDINATES
MOV DX,184FH ;ENDING COORDINATES
INT 10H ;FOR VIDEO DISPLAY
... | 12.954545 | 62 | 0.649123 |
bf089c9bebd41ceafe00a3b7fe5584fa5d402196 | 346 | asm | Assembly | oeis/308/A308347.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/308/A308347.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/308/A308347.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A308347: n-th digit in the base-6 expansion of 1/n.
; Submitted by Jamie Morken(s3)
; 0,0,0,0,1,0,0,0,0,3,0,0,0,2,2,0,0,0,0,4,4,1,0,0,5,1,0,4,0,1,0,0,0,1,0,0,0,0,5,2,0,0,0,5,4,0,0,0,0,5,4,0,0,0,3,5,3,0,0,3,0,0,3,0,5,4,0,1,3,0,0,0,0,0,1,5,5,4,0,1,0,0,0,3,1,0,2,0,0,2,4,2,2,0,3,0,0,5,4,5
add $0,1
mov $1,6
pow $1,$0
div... | 31.454545 | 201 | 0.554913 |
ba4c7cccdd05e054622019a76c14f504989dc1c9 | 98,698 | asm | Assembly | user/sh.asm | noakrams/OS-assignment1 | fd87b500b2e47ee94db540c4ce241e55b6dc34b6 | [
"MIT-0"
] | null | null | null | user/sh.asm | noakrams/OS-assignment1 | fd87b500b2e47ee94db540c4ce241e55b6dc34b6 | [
"MIT-0"
] | null | null | null | user/sh.asm | noakrams/OS-assignment1 | fd87b500b2e47ee94db540c4ce241e55b6dc34b6 | [
"MIT-0"
] | null | null | null |
user/_sh: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <getcmd>:
exit(0);
}
int
getcmd(char *buf, int nbuf)
{
0: 1101 addi sp,sp,-32
2: ec06 sd ra,24(sp)
4: e822 sd s0,16(sp)
6: e426 sd... | 35.061456 | 71 | 0.43853 |
f6a51d79bc1cf6f695dc5a8cabe7ac9113a4cea9 | 8,331 | asm | Assembly | init_b.asm | MarcosCM/reversi-S3CEV40 | 8d6c89a16ec6a450ee879e46deb42a8be0ea4d5e | [
"MIT"
] | null | null | null | init_b.asm | MarcosCM/reversi-S3CEV40 | 8d6c89a16ec6a450ee879e46deb42a8be0ea4d5e | [
"MIT"
] | null | null | null | init_b.asm | MarcosCM/reversi-S3CEV40 | 8d6c89a16ec6a450ee879e46deb42a8be0ea4d5e | [
"MIT"
] | null | null | null | .text
# ENTRY /* mark the first instruction to call */
.global patron_volteo_arm
.global patron_volteo_thumb
/*indicates that we are using the ARM instruction set */
#------standard initial code
# --- Setup interrupt / exception vectors
/* In this version we do not use the following handlers *... | 27.048701 | 135 | 0.511823 |
2dc7ab769967a056cd0781f7c1b951f39aea4bc6 | 401 | asm | Assembly | programs/oeis/208/A208139.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/208/A208139.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/208/A208139.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A208139: Number of n X 5 0..1 arrays avoiding 0 0 1 and 0 1 1 horizontally and 0 0 1 and 1 0 1 vertically.
; 12,144,720,2400,6300,14112,28224,51840,89100,145200,226512,340704,496860,705600,979200,1331712,1779084,2339280,3032400,3880800,4909212,6144864,7617600,9360000,11407500,13798512,16574544,19780320,23463900
add ... | 30.846154 | 205 | 0.743142 |
bc1f9f4510298f7f1ee3b40561aa770e4beb1c87 | 386 | asm | Assembly | oeis/327/A327564.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/327/A327564.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/327/A327564.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A327564: If n = Product (p_j^k_j) then a(n) = Product ((p_j + 1)^(k_j - 1)).
; 1,1,1,3,1,1,1,9,4,1,1,3,1,1,1,27,1,4,1,3,1,1,1,9,6,1,16,3,1,1,1,81,1,1,1,12,1,1,1,9,1,1,1,3,4,1,1,27,8,6,1,3,1,16,1,9,1,1,1,3,1,1,4,243,1,1,1,3,1,1,1,36,1,1,6,3,1,1,1,27,64,1,1,3,1
seq $0,336551 ; a(n) = A003557(n) - 1.
seq $0,3959 ; If n... | 64.333333 | 182 | 0.528497 |
4ada20163427d0e7a4869bbe26254028ba321672 | 705 | asm | Assembly | oeis/098/A098309.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098309.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098309.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098309: Unsigned member r = -10 of the family of Chebyshev sequences S_r(n) defined in A092184.
; Submitted by Christian Krause
; 0,1,10,121,1440,17161,204490,2436721,29036160,345997201,4122930250,49129165801,585427059360,6975995546521,83126519498890,990542238440161,11803380341783040,140650021862956321,1675996882013... | 88.125 | 482 | 0.84539 |
d3f6c86e4ed77c21905c6dd07fce99ed9f65805d | 898 | asm | Assembly | ch12/13_22.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch12/13_22.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch12/13_22.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | assume cs:code, ds:data
data segment
db 'conversation', 0
data ends
code segment
start:
; copy code
mov ax, cs
mov ds, ax
mov si, offset capital
mov cx, offset capitalend - offset capital
mov ax, 0
mov es, ax
mov di, 200H
cld
rep ... | 16.62963 | 50 | 0.477728 |
50bdb05d6161c1d7d0dbd08ba37ed777b152db87 | 1,264 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/cstrings/wmemset.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/cstrings/wmemset.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/cstrings/wmemset.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;[]-----------------------------------------------------------------[]
;| WMEMSET.ASM -- sets memory to value (16-bits) |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1996, 2000 by Inprise Corporation... | 23.849057 | 80 | 0.414557 |
bafa1bd95fa0f27fce022ff6d451a00ab7d00c92 | 280 | asm | Assembly | programs/oeis/110/A110270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/110/A110270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/110/A110270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A110270: a(n) = (n mod 2)*(n mod 3).
; 0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0
mov $1,$0
mod $0,3
mod $1,2
mul $0,$1
| 35 | 201 | 0.496429 |
244f82e7f871a65967c7a41139402395e3221bad | 557 | asm | Assembly | helloWorld.asm | hridayK/8086-Assembly-programs | a16906fc8ed1f1c6afae4149df1deed0daee01b7 | [
"MIT"
] | 1 | 2022-03-12T07:13:47.000Z | 2022-03-12T07:13:47.000Z | helloWorld.asm | hridayK/8086-Assembly-programs | a16906fc8ed1f1c6afae4149df1deed0daee01b7 | [
"MIT"
] | null | null | null | helloWorld.asm | hridayK/8086-Assembly-programs | a16906fc8ed1f1c6afae4149df1deed0daee01b7 | [
"MIT"
] | null | null | null | DATA SEGMENT
MESSAGE DB "Hello World$"
ENDS
CODE SEGMENT
ASSUME DS:DATA CS:CODE
START:
MOV AX,DATA ;moving address of data segment to ax register
MOV DS,AX ; initializing data segment register to accumulator
LEA DX,MESSAGE ;loading effective msg of MESSAGE vraible to Data Register
MOV AH, 09H ... | 32.764706 | 77 | 0.746858 |
5f380a1311ef03caea260c3fe2733a98f7012ff3 | 5,942 | asm | Assembly | routine.asm | Chatatata/SysProgHW1_1 | dab55d63be0073dc1b68c600445b2bfd0eb7bff1 | [
"MIT"
] | null | null | null | routine.asm | Chatatata/SysProgHW1_1 | dab55d63be0073dc1b68c600445b2bfd0eb7bff1 | [
"MIT"
] | null | null | null | routine.asm | Chatatata/SysProgHW1_1 | dab55d63be0073dc1b68c600445b2bfd0eb7bff1 | [
"MIT"
] | null | null | null |
; Bugra Ekuklu
; 150120016
; Assembly to generating 1D cellular automata
;
; STACK PARAMETERS MUTATED?
; ebp+8 : Input array (int32_t[BUFSIZ]) NO
; ebp+12 : Length of the input... | 41.552448 | 80 | 0.468529 |
990959ca5f32bface28bbd4a13bf7a142d456e4e | 3,623 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_63_1890.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_63_1890.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_63_1890.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 %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x84b1, %rsi
nop
nop
nop
nop
nop
sub $24628, %r12
movb (%rsi), %r13b
nop
nop
nop
sub $61367, %rdi
lea addresses_UC_ht+0xbf31, %r9
nop
nop
nop
nop
dec %rbx
mov $0x616263646566676... | 20.240223 | 188 | 0.647806 |
6467aa34f89a2a882440201328401082e1557428 | 22 | asm | Assembly | pkgs/tools/yasm/src/modules/objfmts/elf/tests/elfglobext2.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/objfmts/elf/tests/elfglobext2.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/objfmts/elf/tests/elfglobext2.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | global foo
extern foo
| 7.333333 | 10 | 0.818182 |
057a9f09cfc268c17c99cfb6a323904ace561e54 | 87 | asm | Assembly | test/asm/nested-brackets.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 522 | 2017-02-25T21:10:13.000Z | 2020-09-13T14:26:18.000Z | test/asm/nested-brackets.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 405 | 2017-02-25T21:32:37.000Z | 2020-09-13T16:43:29.000Z | test/asm/nested-brackets.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 84 | 2017-02-25T21:10:26.000Z | 2020-09-13T14:28:25.000Z | STRING equs "OK"
WRAPPER equs "TRIN"
PRINTLN "{S{WRAPPER}G}"
PRINTLN "{S{WRAPPER}G"
| 14.5 | 24 | 0.678161 |
74f06843a8fdf81a624e3508ce165acd1f801914 | 23,569 | asm | Assembly | Library/Ruler/rulerGrid.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Ruler/rulerGrid.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Ruler/rulerGrid.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: Ruler Library
FILE: rulerGrid.asm
AUTHOR: Jon Witort, 14 October 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
... | 21.762696 | 106 | 0.594213 |
59006fee4fc93838ddb900768f440dbf04ba3b10 | 466 | asm | Assembly | oeis/071/A071521.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/071/A071521.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/071/A071521.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A071521: Number of 3-smooth numbers <= n.
; Submitted by Jamie Morken(s3.)
; 1,2,3,4,4,5,5,6,7,7,7,8,8,8,8,9,9,10,10,10,10,10,10,11,11,11,12,12,12,12,12,13,13,13,13,14,14,14,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,... | 29.125 | 284 | 0.613734 |
bf1069e48b6a909417db169c471f033a2c79c374 | 345 | asm | Assembly | source/Cosmos.Debug.DebugStub/Utilities.asm | mmkhmmkh/Cosmos | 417df82cf7ee4ed841f82ee4704cbd8d72fe84f7 | [
"BSD-3-Clause"
] | 1 | 2021-06-27T07:20:36.000Z | 2021-06-27T07:20:36.000Z | source/Cosmos.Debug.DebugStub/Utilities.asm | mmkhmmkh/Cosmos | 417df82cf7ee4ed841f82ee4704cbd8d72fe84f7 | [
"BSD-3-Clause"
] | null | null | null | source/Cosmos.Debug.DebugStub/Utilities.asm | mmkhmmkh/Cosmos | 417df82cf7ee4ed841f82ee4704cbd8d72fe84f7 | [
"BSD-3-Clause"
] | null | null | null |
DebugStub_CheckStack:
Add eax, 4
Mov EBX, EBP
Add EBX, EAX
Cmp EBX, ESP
JE DebugStub_CheckStack_Block1_End
Mov EAX, [ESP + 0]
Mov [DebugStub_CallerEIP], EAX
Call DebugStub_SendStackCorruptionOccurred
DebugStub_CheckStack_halt:
Jmp DebugStub_CheckStack_halt
DebugStub_CheckStack_Block1_End:
DebugStub_... | 17.25 | 43 | 0.797101 |
3d1379701e4aeb3334f14cfe8e03d0d3cf2e0098 | 548 | asm | Assembly | oeis/017/A017362.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017362.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017362.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017362: a(n) = (10*n + 7)^10.
; 282475249,2015993900449,205891132094649,4808584372417849,52599132235830049,362033331456891249,1822837804551761449,7326680472586200649,24842341419143568849,73742412689492826049,196715135728956532249,480682838924478847449,1091533853073393531649,2329194047563391944849,4711653532607691047... | 78.285714 | 484 | 0.89781 |
bc856a0554b05f396590f704f535e4d36dab7152 | 603 | asm | Assembly | oeis/004/A004662.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004662.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004662.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004662: Powers of 3 written in base 8.
; 1,3,11,33,121,363,1331,4213,14641,46343,163251,531773,2015761,6051723,22175571,66571153,244153501,754502703,2705710511,10521531733,31765015621,115737051263,351635174031,1275327564113,4070207134341,14250625425243,44772300477751,156757101677673,514715305477461,1746550120676623,... | 75.375 | 497 | 0.865672 |
386faea15f66613d22be4a20a58ce57196115f39 | 563 | asm | Assembly | oeis/298/A298011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/298/A298011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/298/A298011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A298011: If n = Sum_{i=1..h} 2^b_i with 0 <= b_1 < ... < b_h, then a(n) = Sum_{i=1..h} i * 2^b_i.
; Submitted by Jon Maiga
; 0,1,2,5,4,9,10,17,8,17,18,29,20,33,34,49,16,33,34,53,36,57,58,81,40,65,66,93,68,97,98,129,32,65,66,101,68,105,106,145,72,113,114,157,116,161,162,209,80,129,130,181,132,185,186,241,136,193,194,2... | 43.307692 | 356 | 0.641208 |
c65402aeab3adb94c0276806735e17a8672fd06b | 100 | asm | Assembly | src/util/sprite/f9.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/sprite/f9.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/sprite/f9.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * Sprite f9
section sprite
xdef mes_f9
include 'dev8_keys_sysspr'
mes_f9
dc.b 0,sp.f9
*
end
| 8.333333 | 27 | 0.71 |
b389a1f5fef539b72064ad45ff0b9aab2952a0d1 | 278 | asm | Assembly | src/asm/branch_after_load.asm | ivanvig/MIPS | be825ce89a11f6aecf9aacf10b9b615628815c03 | [
"MIT"
] | 1 | 2021-01-21T22:38:50.000Z | 2021-01-21T22:38:50.000Z | src/asm/branch_after_load.asm | ivanvig/MIPS | be825ce89a11f6aecf9aacf10b9b615628815c03 | [
"MIT"
] | null | null | null | src/asm/branch_after_load.asm | ivanvig/MIPS | be825ce89a11f6aecf9aacf10b9b615628815c03 | [
"MIT"
] | null | null | null | #branch after load
#branch -> X -> LOAD
#loop 4 veces restando desde 8 hasta 4
ORI $t0, $0, 8
ORI $t1, $0, 4
ORI $t3, $0, 1
SW $t1, 0($t1) #mem(7-4) = 4
LOOP:
SUBU $t0, $t0, $t3 #t0 = t0-1
LW $t2, 0($t1) #t2 <- 4
ADDI $t4, $t1, 1 #da igual
BNE $t2, $t0, LOOP
HLT
| 17.375 | 38 | 0.535971 |
975810aba72a6048244cc3bf20d0f0338677559f | 70 | asm | Assembly | examples/endless.asm | gon1332/rusty-vm | fff11a7ca295b0ed095910b15a997671faceb79e | [
"MIT"
] | 2 | 2018-06-26T21:53:36.000Z | 2019-10-25T23:46:45.000Z | examples/endless.asm | gon1332/rusty-vm | fff11a7ca295b0ed095910b15a997671faceb79e | [
"MIT"
] | null | null | null | examples/endless.asm | gon1332/rusty-vm | fff11a7ca295b0ed095910b15a997671faceb79e | [
"MIT"
] | null | null | null | log PC
log PC
log PC
log PC
log PC
log PC
log PC
log PC
set PC 0
halt
| 6.363636 | 8 | 0.714286 |
1802bc58f726d78b2e84c72a1732a85e68781c43 | 380 | asm | Assembly | programs/oeis/087/A087963.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/087/A087963.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/087/A087963.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A087963: Exponent of highest power of 2 dividing 3*prime(n)+1.
; 0,1,4,1,1,3,2,1,1,3,1,4,2,1,1,5,1,3,1,1,2,1,1,2,2,4,1,1,3,2,1,1,2,1,6,1,3,1,1,3,1,5,1,2,4,1,1,1,1,4,2,1,2,1,2,1,3,1,6,2,1,4,1,1,2,3,1,2,1,3,2,1,1,5,1,1,4,3,2,2,1,4,1,2,1,1,2,2,3,1,1,1,1,1,1,1,3,2,1,3
seq $0,40 ; The prime numbers.
mul $0,3
seq $0,59132... | 47.5 | 201 | 0.586842 |
e144d32bcf88cc2fb145e50e0d1dc138b8a6361f | 2,466 | asm | Assembly | programs/oeis/006/A006221.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/006/A006221.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006221.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A006221: From Apery continued fraction for zeta(3): zeta(3)=6/(5-1^6/(117-2^6/(535-3^6/(1463...))).
; 5,117,535,1463,3105,5665,9347,14355,20893,29165,39375,51727,66425,83673,103675,126635,152757,182245,215303,252135,292945,337937,387315,441283,500045,563805,632767,707135,787113,872905,964715,1062747,1167205,1278293,1... | 145.058824 | 2,234 | 0.857664 |
e66ee2a110d9272701bb9bf7b3990eed1eacfed2 | 15,554 | asm | Assembly | kernel/ram/mem.asm | gniuk/BOS | 5e144deaab35e84b572c5374dcda25490dd5c737 | [
"Unlicense"
] | 16 | 2015-01-21T18:19:25.000Z | 2022-02-10T02:56:59.000Z | kernel/ram/mem.asm | gniuk/BOS | 5e144deaab35e84b572c5374dcda25490dd5c737 | [
"Unlicense"
] | 1 | 2018-12-27T20:57:54.000Z | 2018-12-31T20:00:09.000Z | kernel/ram/mem.asm | gniuk/BOS | 5e144deaab35e84b572c5374dcda25490dd5c737 | [
"Unlicense"
] | 5 | 2015-01-16T13:31:14.000Z | 2019-07-01T15:17:44.000Z | ;----------------------------------------------------------;
; BOS kernel Christoffer Bubach, 2003-2005. ;
;----------------------------------------------------------;
; ;
; functions to allocate/free mem. ;
; ... | 40.087629 | 84 | 0.350521 |
154a5067c687657dfd33f2440a78bb7440f74d21 | 7,988 | asm | Assembly | data/maps/attributes.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2022-02-17T11:11:03.000Z | 2022-02-21T03:41:01.000Z | data/maps/attributes.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/maps/attributes.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | map_attributes: MACRO
;\1: map name
;\2: map id
;\3: border block
;\4: connections: combo of NORTH, SOUTH, WEST, and/or EAST, or 0 for none
CURRENT_MAP_WIDTH = \2_WIDTH
CURRENT_MAP_HEIGHT = \2_HEIGHT
\1_MapAttributes::
db \3
db CURRENT_MAP_HEIGHT, CURRENT_MAP_WIDTH
db BANK(\1_Blocks)
dw \1_Blocks
db BANK(\1_MapScr... | 35.345133 | 80 | 0.77654 |
1e29240de7f9d2f96f95a8c5acb82d21d43ab09d | 2,221 | asm | Assembly | repel-prompt/main.asm | Sagiri/firered-asm-routines | 9cb1f7ac1daa196c0a69746dc95e73b2505498b3 | [
"BSD-2-Clause"
] | 1 | 2021-07-14T22:23:59.000Z | 2021-07-14T22:23:59.000Z | repel-prompt/main.asm | Sagiri/firered-asm-routines | 9cb1f7ac1daa196c0a69746dc95e73b2505498b3 | [
"BSD-2-Clause"
] | null | null | null | repel-prompt/main.asm | Sagiri/firered-asm-routines | 9cb1f7ac1daa196c0a69746dc95e73b2505498b3 | [
"BSD-2-Clause"
] | null | null | null | // change these constants as needed
infile equ "firered.gba"
outfile equ "test.gba"
.definelabel free_space, 0x08800000
// -----------------------------------------------------------------------------
.gba
.thumb
.create outfile, 0x08000000
.import infile
// --------------------------------------------------------... | 24.677778 | 284 | 0.580819 |
1f42fa2ec1ecf5ef6757513533e392747fe20976 | 3,016 | asm | Assembly | scripts/LoreleisRoom.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | scripts/LoreleisRoom.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | scripts/LoreleisRoom.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | LoreleisRoom_Script:
call LoreleiShowOrHideExitBlock
call EnableAutoTextBoxDrawing
ld hl, LoreleisRoomTrainerHeaders
ld de, LoreleisRoom_ScriptPointers
ld a, [wLoreleisRoomCurScript]
call ExecuteCurMapScriptInTable
ld [wLoreleisRoomCurScript], a
ret
LoreleiShowOrHideExitBlock:
; Blocks or clears the exit to th... | 20.241611 | 117 | 0.790782 |
eeac594a2d76728c98813bcca54a43e553cfa694 | 1,498 | asm | Assembly | src/tests/vuln1.asm | mguarnieri/revizor | a3d91b19d91bcc9a266b7f10e5b9631906ebfedd | [
"MIT"
] | 29 | 2021-05-24T12:45:19.000Z | 2022-03-16T16:53:10.000Z | src/tests/vuln1.asm | mguarnieri/revizor | a3d91b19d91bcc9a266b7f10e5b9631906ebfedd | [
"MIT"
] | 3 | 2021-11-23T15:37:25.000Z | 2022-01-24T12:01:44.000Z | src/tests/vuln1.asm | mguarnieri/revizor | a3d91b19d91bcc9a266b7f10e5b9631906ebfedd | [
"MIT"
] | 3 | 2021-06-17T09:00:27.000Z | 2022-03-28T03:42:01.000Z | .intel_syntax noprefix
.test_case_enter:
CALL test_case_main
JMP .test_case_exit
test_case_main:
.test_case_main.entry:
IMUL edi, edi, 2891336453
ADD edi, 12345
IMUL edi, edi, 2891336453
ADD edi, 12345
IMUL edi, edi, 2891336453
ADD edi, 12345
IMUL edi, edi, 2891336453
IMUL edi, edi, 2891336453
IMUL edi, edi, 2891336453... | 18.725 | 36 | 0.75968 |
493e8506a574d32973ce615c7969d8b316e88ffd | 7,429 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1539.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_0x84_notsx.log_21829_1539.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_0x84_notsx.log_21829_1539.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 %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x176d4, %rdx
nop
nop
nop
dec %rdi
mov $0x6162636465666768, %rsi
movq %rsi, %xmm3
movups %xmm3, (%rdx)
nop
xor %rcx, %rcx
lea addresses_D_ht+0x1a7a3, %rsi
lea addresses_A_... | 33.313901 | 2,999 | 0.661866 |
a05d633215019e559ee9712f0496cf831d270f9f | 351 | asm | Assembly | src/boot/main64.asm | sohamroy19/BonelessOS | 27ecbff76350f4571a4f951608ccf0390794149a | [
"MIT"
] | 1 | 2021-11-11T04:46:55.000Z | 2021-11-11T04:46:55.000Z | src/boot/main64.asm | sohamroy19/BonelessOS | 27ecbff76350f4571a4f951608ccf0390794149a | [
"MIT"
] | null | null | null | src/boot/main64.asm | sohamroy19/BonelessOS | 27ecbff76350f4571a4f951608ccf0390794149a | [
"MIT"
] | null | null | null | global long_mode_start
extern kernel_main
section .text ; code section
bits 64 ; 64-bit mode
long_mode_start:
; initialise all data segment registers to 0
mov ax, 0
mov ss, ax
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
call kernel_main ; entry point for ... | 17.55 | 59 | 0.603989 |
15d2018ba22c58afdbaa489530644c1a54087e4e | 330 | asm | Assembly | input/sprt5Test4-abr.asm | needsguidance/Semref | 28cbaf2d953e982b22b929516c5e39f7b1c93ffb | [
"MIT"
] | 1 | 2019-11-12T22:03:04.000Z | 2019-11-12T22:03:04.000Z | input/sprt5Test4-abr.asm | needsguidance/Semref | 28cbaf2d953e982b22b929516c5e39f7b1c93ffb | [
"MIT"
] | 12 | 2019-10-27T00:14:05.000Z | 2019-12-02T22:03:16.000Z | input/sprt5Test4-abr.asm | needsguidance/Semref | 28cbaf2d953e982b22b929516c5e39f7b1c93ffb | [
"MIT"
] | 1 | 2020-05-21T11:56:43.000Z | 2020-05-21T11:56:43.000Z | org 0
mayor db 0
menor db 0
LOADIM R1, #01
LOADIM R2,#042
LOADIM R3,#0A
LOADIM R4,#0F
GRT R2,R3
JCONDADDR R2mayor
ADD R5,R0,R3
JMPADDR R3mayor
R2mayor:
ADD R5,R0,R2
R3mayor:
GRTEQ R4,R5
JCONDADDR R4mayor
JMPADDR fin
R4mayor:
ADD R5,R0,R4
fin:
STORE mayor, R5
... | 15 | 21 | 0.621212 |
7a9a213415a921dd05bb21480d45b93ef2be8204 | 7,618 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1525.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_1525.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_1525.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 %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xdf35, %rdx
nop
nop
nop
nop
nop
xor $47023, %rsi
mov (%rdx), %eax
nop
nop
nop
nop
sub %rdi, %rdi
lea addresses_WT_ht+0x18fb5, %rcx
add %r9, %r9
mov $0x6162636465666768, %r11
mo... | 32.279661 | 2,999 | 0.65529 |
e790e9007e371d009bb5e9b4470f2fcc1d6ffe3c | 2,319 | asm | Assembly | Q_one/q_one.asm | mugoh/MicroProcessors_ETI_2407 | 311853d90c7d15eeaf90ccb863ed82cbbe7316ea | [
"MIT"
] | null | null | null | Q_one/q_one.asm | mugoh/MicroProcessors_ETI_2407 | 311853d90c7d15eeaf90ccb863ed82cbbe7316ea | [
"MIT"
] | null | null | null | Q_one/q_one.asm | mugoh/MicroProcessors_ETI_2407 | 311853d90c7d15eeaf90ccb863ed82cbbe7316ea | [
"MIT"
] | null | null | null | ; Tab Character: 09
org 100h
include "emu8086.inc"
.code
jmp start
start:
; Print input prompt to stdout
mov AH, 9
mov DX, offset msg_prompt
int 21h
; Read number
; Stored in CX
call scan_num
; Print column header to stdout
... | 20.705357 | 95 | 0.577404 |
50f3f10c79aaf3178dee86321c24f565c226e653 | 646 | asm | Assembly | oeis/008/A008402.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/008/A008402.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/008/A008402.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A008402: Crystal ball sequence for {E_6}* lattice.
; 1,55,883,6085,26461,86491,232975,545833,1151065,2235871,4065931,7004845,11535733,18284995,28048231,41818321,60815665,86520583,120707875,165483541,223323661,297115435,390200383,506419705,650161801,826411951,1040804155,1299675133,1610120485,1980053011,2418263191,2934... | 46.142857 | 494 | 0.821981 |
c7d963480846df16c08a8c68e658354fd6b67859 | 558 | asm | Assembly | src/shaders/h264/ildb/SetupVPKernel.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/h264/ildb/SetupVPKernel.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/h264/ildb/SetupVPKernel.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | /*
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
*/
// Modual name: SetupVPKernel.asm
//
// Initial setup fo... | 22.32 | 87 | 0.654122 |
5f2b4c187ed1ef7d403badb67fec0b4cacb6b6da | 28,947 | asm | Assembly | AVR_Studio_project/src/mixtape.asm | pappavis/mixtape_alpha | 514ccc0b1f59d9e831d561e4c734392ed7e400f6 | [
"MIT"
] | null | null | null | AVR_Studio_project/src/mixtape.asm | pappavis/mixtape_alpha | 514ccc0b1f59d9e831d561e4c734392ed7e400f6 | [
"MIT"
] | null | null | null | AVR_Studio_project/src/mixtape.asm | pappavis/mixtape_alpha | 514ccc0b1f59d9e831d561e4c734392ed7e400f6 | [
"MIT"
] | null | null | null | .include "m328pdef.inc" ; definitions file
; fuse settings
;
; internal 8MHz RC oscillator, slowest startup time
; isp enabled
; brownout disabled
; no boot reset
; no memory locks
; pin usage
;
; pb0:5 = led1:6, led7:11
; pb6 = led direction, 1 = led1:6, 0 = led7:11
; pb7 = nc
; pc0:5 = pad1:6, pad7:12
; pc6 =... | 25.369851 | 89 | 0.750095 |
067d01986c96b4c2962ee845fe923f800cb52fc3 | 920 | asm | Assembly | libsrc/math/math48/_ftoe.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/math/math48/_ftoe.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/math/math48/_ftoe.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math48
PUBLIC _ftoe
EXTERN __convert_sdccf2reg
EXTERN l_glong
EXTERN _ftoe_impl
; sdcc implementation (l->r calling convention)
; (double x,int f,char *str);
._ftoe
ld hl,6 ; &x
add hl,sp
call l_glong
ex de,hl
call __convert... | 21.395349 | 57 | 0.434783 |
0dec115d7967e4f9c64abada4698427b130f2db9 | 522 | asm | Assembly | libsrc/target/ts2068/psg/asm_vt2_hardware_out.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/ts2068/psg/asm_vt2_hardware_out.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/ts2068/psg/asm_vt2_hardware_out.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; ZX Implementation of the hardware out for VortexTracker/z80
SECTION code_psg
PUBLIC asm_vt_hardware_out
PUBLIC asm_vt_hardware_out_A0
EXTERN asm_VT_AYREGS
asm_vt_hardware_out:
XOR A
asm_vt_hardware_out_A0:
ROUT_A0:
LD DE,$f5f6
LD BC,$f5
LD HL,asm_VT_AYREGS
LOUT:
OUT (C)... | 16.3125 | 61 | 0.551724 |
1878a08fbdc41cfb8a492358cdd1cefbb27aca0b | 7,156 | asm | Assembly | Cameras/Ni No Kuni Remaster/InjectableGenericCameraSystem/Interceptor.asm | zanzo420/IGCS-GITC | 598e227d24ef31443de257c9bb411707a6b3e92f | [
"BSD-2-Clause"
] | 42 | 2019-04-21T22:05:43.000Z | 2022-03-29T18:18:31.000Z | Cameras/Ni No Kuni Remaster/InjectableGenericCameraSystem/Interceptor.asm | zanzo420/IGCS-GITC | 598e227d24ef31443de257c9bb411707a6b3e92f | [
"BSD-2-Clause"
] | 13 | 2019-07-26T18:21:26.000Z | 2021-06-28T21:27:39.000Z | Cameras/Ni No Kuni Remaster/InjectableGenericCameraSystem/Interceptor.asm | zanzo420/IGCS-GITC | 598e227d24ef31443de257c9bb411707a6b3e92f | [
"BSD-2-Clause"
] | 8 | 2019-08-08T17:06:16.000Z | 2022-03-29T18:20:06.000Z | ;////////////////////////////////////////////////////////////////////////////////////////////////////////
;// Part of Injectable Generic Camera System
;// Copyright(c) 2019, Frans Bouma
;// All rights reserved.
;// https://github.com/FransBouma/InjectableGenericCameraSystem
;//
;// Redistribution and use in source and ... | 51.114286 | 149 | 0.674259 |
1f0117b55dfe92675215cbb7d311aaca85738137 | 1,756 | asm | Assembly | programs/oeis/157/A157287.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157287.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157287.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157287: a(n) = 1728*n - 24.
; 1704,3432,5160,6888,8616,10344,12072,13800,15528,17256,18984,20712,22440,24168,25896,27624,29352,31080,32808,34536,36264,37992,39720,41448,43176,44904,46632,48360,50088,51816,53544,55272,57000,58728,60456,62184,63912,65640,67368,69096,70824,72552,74280,76008,77736,79464,81192,82920,8464... | 250.857143 | 1,689 | 0.839977 |
660f8982aa73ea40907d80682b79810a3c25a83e | 185 | asm | Assembly | core/runtime/procs_windows_amd64.asm | NoahR02/Odin | 3c2ed3bb69df24ba162e5f2ea8f61ee3f7fd8e2f | [
"BSD-3-Clause"
] | 214 | 2015-03-29T00:45:17.000Z | 2017-12-03T17:40:58.000Z | core/runtime/procs_windows_amd64.asm | NoahR02/Odin | 3c2ed3bb69df24ba162e5f2ea8f61ee3f7fd8e2f | [
"BSD-3-Clause"
] | 143 | 2016-12-04T10:41:14.000Z | 2017-12-03T21:34:23.000Z | core/runtime/procs_windows_amd64.asm | NoahR02/Odin | 3c2ed3bb69df24ba162e5f2ea8f61ee3f7fd8e2f | [
"BSD-3-Clause"
] | 42 | 2016-12-05T16:28:47.000Z | 2017-12-03T18:25:58.000Z | global __chkstk
global _tls_index
global _fltused
section .data
_tls_index: dd 0
_fltused: dd 0x9875
section .text
__chkstk: ; proc "c" (rawptr)
; TODO implement correctly
ret | 14.230769 | 29 | 0.751351 |
ca151a4259b38d3aaa70846adf3521e4f9139f32 | 863 | asm | Assembly | oeis/142/A142068.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142068.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142068.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142068: Primes congruent to 32 mod 33.
; Submitted by Jon Maiga
; 131,197,263,461,593,659,857,1187,1319,1451,1583,1847,1913,1979,2111,2243,2309,2441,2837,2903,2969,3167,3299,3761,4091,4157,4289,4421,4751,4817,5081,5147,5279,5477,5741,5807,5939,6203,6269,6599,6863,7127,7193,7457,7523,7589,7853,7919,8117,8447,8513,904... | 31.962963 | 500 | 0.713789 |
32be4a4429167509dddddc05144d18f231b8c7ce | 728 | asm | Assembly | programs/oeis/267/A267446.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267446.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267446.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267446: Total number of ON (black) cells after n iterations of the "Rule 129" elementary cellular automaton starting with a single ON (black) cell.
; 1,1,2,2,7,10,15,15,28,39,52,59,76,87,100,100,129,156,185,208,241,268,297,312,353,388,425,448,489,516,545,545,606,665,726,781,846,905,966,1013,1086,1153,1222,1277,1350,... | 60.666667 | 443 | 0.737637 |
b3020018795e9997a716c132b25637a0fbb467da | 64 | asm | Assembly | src/test/fixtures/jmpn.asm | nrkn/momo-vm | b0d8673e1585b0b277d594196addaecd4bdb13b1 | [
"MIT"
] | 1 | 2018-04-13T10:18:56.000Z | 2018-04-13T10:18:56.000Z | src/test/fixtures/jmpn.asm | nrkn/momo-vm | b0d8673e1585b0b277d594196addaecd4bdb13b1 | [
"MIT"
] | null | null | null | src/test/fixtures/jmpn.asm | nrkn/momo-vm | b0d8673e1585b0b277d594196addaecd4bdb13b1 | [
"MIT"
] | null | null | null | prog 2 1
copy 3 2
jmpn $6 3
dec 3
inc 4
jmp $2
copy 0 3
copy 1 4 | 8 | 9 | 0.65625 |
d1e0a93189e6047cc6b455914a9c077e77f64b2b | 70 | asm | Assembly | Lab Assessment Submission/LAB ASSESMENT 2/2.asm | saimamiduri/CSE331L-Section-1-Fall20-NSU | 721fec082f9fb29fb30552e4f0d93a53bb3e31df | [
"MIT"
] | null | null | null | Lab Assessment Submission/LAB ASSESMENT 2/2.asm | saimamiduri/CSE331L-Section-1-Fall20-NSU | 721fec082f9fb29fb30552e4f0d93a53bb3e31df | [
"MIT"
] | null | null | null | Lab Assessment Submission/LAB ASSESMENT 2/2.asm | saimamiduri/CSE331L-Section-1-Fall20-NSU | 721fec082f9fb29fb30552e4f0d93a53bb3e31df | [
"MIT"
] | null | null | null |
org 100h
MOV AX,3
MOV AL,3
MOV AL,3
MOV AX,BX
ret
| 4.666667 | 12 | 0.5 |
66bb21bc6a5ed250c42083bec662f3149dfe542a | 344 | asm | Assembly | programs/oeis/132/A132429.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/132/A132429.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/132/A132429.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A132429: Period 4: repeat [3, 1, -1, -3].
; 3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3,3,1,-1,-3
mul $0,2
mod $0,8
mov $... | 38.222222 | 251 | 0.43314 |
45f69da502ae2b49a6139c9ee17bc71d4a087432 | 2,098 | asm | Assembly | libsrc/input/m5/in_keytranstbl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/input/m5/in_keytranstbl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/input/m5/in_keytranstbl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; This table translates key presses into ascii codes.
; Also used by 'GetKey' and 'LookupKey'. An effort has been made for
; this key translation table to emulate a PC keyboard with the 'CTRL' key
SECTION rodata_clib
PUBLIC in_keytranstbl
.in_keytranstbl
; Each table 64 bytes
;Unshifted
defb 255, 255, 255, 255,... | 48.790698 | 92 | 0.374166 |
34b43440882969c8924c97c83d32d53a699a7bf9 | 17,327 | asm | Assembly | samples/z80-demo1/src/normals.asm | jlaso/MyZ80 | d85f0b2174a58f7233ed9a4da6c17d1991042eff | [
"MIT"
] | null | null | null | samples/z80-demo1/src/normals.asm | jlaso/MyZ80 | d85f0b2174a58f7233ed9a4da6c17d1991042eff | [
"MIT"
] | null | null | null | samples/z80-demo1/src/normals.asm | jlaso/MyZ80 | d85f0b2174a58f7233ed9a4da6c17d1991042eff | [
"MIT"
] | null | null | null | ;; A byte-by-byte software scroll.
;;
;; Rate dependant on mode:
;; Mode 0: 2 pixels at a time
;; Mode 1: 4 pixels at a time
;; Mode 2: 8 pixels at a time
;;
;; Coded in 1992 by Kevin Thacker
;;
;; Note uses "I" register so will not work with Interrupt mode 2.
;; Font is mode 1, 2 bytes wide and 16 lines tall
org &200... | 36.022869 | 77 | 0.561609 |
3210faf18cdd5ba512dda6f3109cf7f837062506 | 333 | asm | Assembly | oeis/021/A021723.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021723.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021723.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021723: Decimal expansion of 1/719.
; Submitted by Jamie Morken(s4.)
; 0,0,1,3,9,0,8,2,0,5,8,4,1,4,4,6,4,5,3,4,0,7,5,1,0,4,3,1,1,5,4,3,8,1,0,8,4,8,4,0,0,5,5,6,3,2,8,2,3,3,6,5,7,8,5,8,1,3,6,3,0,0,4,1,7,2,4,6,1,7,5,2,4,3,3,9,3,6,0,2,2,2,5,3,1,2,9,3,4,6,3,1,4,3,2,5,4,5,2
add $0,1
mov $2,10
pow $2,$0
mov $0,$2
div $0,7... | 30.272727 | 199 | 0.558559 |
d4553fc2e91876905f6110296b431ae338e06705 | 8,354 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1235.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_1235.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_1235.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xc412, %rsi
lea addresses_D_ht+0x13392, %rdi
clflush (%rsi)
nop
sub $63765, %r14
mov $38, %rcx
rep movsq
nop
nop
nop
xor $46661, %rcx
lea addresses_normal_ht+0x10d42, %rbp... | 32.760784 | 2,999 | 0.657649 |
a78d0789aab27bc462fa942356b7b2e145d019c1 | 75,733 | asm | Assembly | next_level/demosrc/s_gone.asm | viznut/demoscene | 0a9b663a18ce5c31a1243fbdb85794325eeed1d8 | [
"CC0-1.0"
] | 14 | 2021-01-06T12:13:48.000Z | 2021-02-10T20:39:48.000Z | next_level/demosrc/s_gone.asm | viznut/demoscene | 0a9b663a18ce5c31a1243fbdb85794325eeed1d8 | [
"CC0-1.0"
] | null | null | null | next_level/demosrc/s_gone.asm | viznut/demoscene | 0a9b663a18ce5c31a1243fbdb85794325eeed1d8 | [
"CC0-1.0"
] | null | null | null |
;,; SC70_000
;,; <- ibpcaablocks
!src "demosrc/smac.inc"
+s8bpc
+sAddr $900e
!byte $00,$10
; method 4 ( clrscr0 bytes ) -- 196 bytes (196 cumu)
; method 5 ( clrscr0 ibpc0 bytes ) -- 234 bytes (234 cumu)
; method 6 ( clrscr0 bytes ) -- 196 bytes (196 cumu)
; method 7 ( clrscr0 ibpc0 ibpcaa bytes ) -- 242 bytes (242 cu... | 25.396714 | 67 | 0.683097 |
58d5e5694938d30aa1b19d99ef15d246352eec4d | 866 | asm | Assembly | programs/oeis/256/A256647.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/256/A256647.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/256/A256647.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A256647: 27-gonal pyramidal numbers: a(n) = n*(n+1)*(25*n-22)/6.
; 0,1,28,106,260,515,896,1428,2136,3045,4180,5566,7228,9191,11480,14120,17136,20553,24396,28690,33460,38731,44528,50876,57800,65325,73476,82278,91756,101935,112840,124496,136928,150161,164220,179130,194916,211603,229216,247780,267320,287861,309428,33204... | 78.727273 | 683 | 0.788684 |
7c9fa55509740ad0fc9d45a134e054a2bdc0b160 | 38,705 | asm | Assembly | Aurora/Aurora/x64/Debug/vmmngr.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | 8 | 2021-07-19T04:46:35.000Z | 2022-03-12T17:56:00.000Z | Aurora/Aurora/x64/Debug/vmmngr.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | null | null | null | Aurora/Aurora/x64/Debug/vmmngr.asm | manaskamal/aurora-xeneva | fe277f7ac155a40465c70f1db3c27046e4d0f7b5 | [
"BSD-2-Clause"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 17.00.50727.1
include listing.inc
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
PUBLIC ?root_cr3@@3PEA_KEA ; root_cr3
_BSS SEGMENT
?root_cr3@@3PEA_KEA DQ 01H DUP (?) ; root_cr3
_BSS ENDS
PUBLIC ?pml4_index@@YA_K_K@Z ; pml4_index
PUBLIC ?pdp_index@@YA_... | 23.557517 | 112 | 0.661775 |
cb67b5325986080e390726db014f8f53cc7b7539 | 637 | asm | Assembly | oeis/093/A093197.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/093/A093197.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/093/A093197.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A093197: Number of labeled plane 2-trees on n triangles.
; Submitted by Jon Maiga
; 1,6,56,720,11880,240240,5765760,160392960,5079110400,180503769600,7117005772800,308403583488000,14572069319808000,745747076954880000,41098950018846720000,2427001153744527360000,152901072685905223680000,10237090866494416404480000,72590... | 45.5 | 468 | 0.860283 |
ae7519da5aa323575251e8684645fc4e94cac77d | 560 | asm | Assembly | programs/oeis/161/A161912.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/161/A161912.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/161/A161912.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A161912: a(n) = A040976(n+1) - A006218(n).
; 0,0,0,0,1,1,1,1,1,4,2,6,4,4,4,6,7,7,7,9,5,7,7,11,11,12,10,10,6,8,14,16,16,14,20,18,15,19,19,21,19,19,21,21,19,15,23,33,27,26,24,26,22,30,28,30,28,26,28,30,20,28,38,36,31,31,37,41,45,43,39,43,39,43,45,43,43,47,43,49,49,46,52,52,46,46,48,52,48,48,40,48,50,50,54,54,48,58,54,6... | 56 | 276 | 0.6125 |
5fde340ac43888cbf296ff45de5d584cb4a00f23 | 661 | asm | Assembly | oeis/000/A000271.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000271.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000271.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000271: Sums of ménage numbers.
; Submitted by Jon Maiga
; 1,0,0,1,3,16,96,675,5413,48800,488592,5379333,64595975,840192288,11767626752,176574062535,2825965531593,48052401132800,865108807357216,16439727718351881,328839946389605643,6906458590966507696,151957709012196732000,3495340527215980878955,838947658918390515596... | 38.882353 | 474 | 0.821483 |
7e5021f7653e81d4c34fd456aa04e9b65af32f81 | 218 | asm | Assembly | tests/bank_default.asm | clubby789/customasm | c85b2422d933e6266dd817e0ec3cbb9e30b181fa | [
"Apache-2.0"
] | 1 | 2021-01-02T13:38:01.000Z | 2021-01-02T13:38:01.000Z | tests/bank_default.asm | clubby789/customasm | c85b2422d933e6266dd817e0ec3cbb9e30b181fa | [
"Apache-2.0"
] | null | null | null | tests/bank_default.asm | clubby789/customasm | c85b2422d933e6266dd817e0ec3cbb9e30b181fa | [
"Apache-2.0"
] | null | null | null | ; :::
#d8 1, 2, 3, 4 ; = 0x01020304
; :::
#d8 1, 2, 3, 4
#bankdef a_new_bank {} ; error: default bank
; :::
#res 4
#bankdef a_new_bank {} ; error: default bank
; :::
x = 0x25
label:
#bankdef a_new_bank {}
; = 0x | 10.9 | 44 | 0.555046 |
119e90496cfa04c642c052c4cd879c2f1978fa4a | 7,504 | asm | Assembly | Transynther/x86/_processed/US/_st_/i9-9900K_12_0xca.log_21829_603.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_/i9-9900K_12_0xca.log_21829_603.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_/i9-9900K_12_0xca.log_21829_603.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1e590, %r11
clflush (%r11)
nop
nop
nop
nop
sub %r8, %r8
mov (%r11), %rdi
dec %r13
lea addresses_WT_ht+0xc810, %rsi
lea addresses_UC_ht+0x12162, %rdi
nop
nop
nop
nop
dec %r... | 33.5 | 2,999 | 0.655384 |
5f3767322ca05f034d59bfe27e30fbff2ef4eb9f | 2,357 | asm | Assembly | detect.asm | fengjixuchui/Errata1337 | e3f25e92f52058a26ec3ae62dc4ada461ba2bb6d | [
"MIT"
] | 46 | 2020-04-26T17:49:49.000Z | 2022-02-09T10:57:39.000Z | detect.asm | fengjixuchui/Errata1337 | e3f25e92f52058a26ec3ae62dc4ada461ba2bb6d | [
"MIT"
] | 1 | 2020-12-17T04:15:41.000Z | 2020-12-17T04:15:41.000Z | detect.asm | fengjixuchui/Errata1337 | e3f25e92f52058a26ec3ae62dc4ada461ba2bb6d | [
"MIT"
] | 19 | 2020-04-28T00:44:43.000Z | 2021-08-23T16:44:47.000Z | ;++
; LSTARHookDetect
; Copyright (c) 2017-2020, Aidan Khoury. All rights reserved.
;
; @file detect.asm
; @author Aidan Khoury (ajkhoury)
; @date 4/20/2020
;--
DEFAULT REL
[BITS 64]
SECTION .text USE64
global FallbackHandler
FallbackHandler:
iretq
global PageFaultHandler
PageFaultHandler:
a... | 39.949153 | 111 | 0.4056 |
23d5aa7b4eebb318a249ad1bb5470ada38222b95 | 404 | asm | Assembly | programs/oeis/003/A003555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/003/A003555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/003/A003555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A003555: Sum{1,2,...,(10^n - 1)/9}, or (10^n -1)/9)((10^n -1)/9 +1)/2 (n-th term is the middle 2(n-1) digits of the (n+9)-th term for n > 1).
; 1,66,6216,617716,61732716,6172882716,617284382716,61728399382716,6172839549382716,617283951049382716,61728395066049382716,6172839506216049382716,617283950617716049382716
mov... | 31.076923 | 171 | 0.69802 |
23ddd2de3f64d9362697fd491677674f59fe52e8 | 54,880 | asm | Assembly | target/cos_117/disasm/iop_overlay1/D3SKR.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/D3SKR.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/D3SKR.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x2100- f:00020 d: 256 | A = OR[256]
0x0001 (0x000002) 0x5800- f:00054 d: 0 | B = A
0x0002 (0x000004) 0x2101- f:00020 d: 257 | A = OR[257]
0x0003 (0x000006) 0x1407- f:00012 d: 7 | A = A + 7 (0x0007)
... | 79.883552 | 79 | 0.464851 |
23e871bc5a1aafac149a11b76aeb05f2a2d337b6 | 6,323 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_193_1490.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_193_1490.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_193_1490.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1302a, %rbx
nop
nop
nop
nop
nop
and $11114, %r8
movb (%rbx), %r11b
nop
nop
nop
add %r9, %r9
lea addresses_normal_ht+0x1196, %rax
nop
nop
nop
xor $22647, %rsi
mov (%ra... | 23.246324 | 578 | 0.65238 |
8524b63f28f5c3f92af8e99f5687f717068965ed | 3,247 | asm | Assembly | Tejas-Simulator/PIN/pin-2.14/source/tools/Regvalue/changeRegs_intel64.asm | markoshorro/tejas_knl | 5e772aef46362d8bec8ad6d5427b9bcff9be5cfe | [
"Apache-2.0"
] | 17 | 2021-07-10T13:22:26.000Z | 2022-02-09T20:11:39.000Z | pin_kit/source/tools/Regvalue/changeRegs_intel64.asm | sawansib/SNIPER | 45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497 | [
"MIT"
] | 4 | 2021-08-18T14:07:24.000Z | 2022-01-24T16:38:06.000Z | pin_kit/source/tools/Regvalue/changeRegs_intel64.asm | sawansib/SNIPER | 45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497 | [
"MIT"
] | 11 | 2016-07-01T02:21:06.000Z | 2020-11-23T08:29:22.000Z | PUBLIC ChangeRegsWrapper
PUBLIC ChangeRegs
PUBLIC SaveRegsToMem
extern gprval:qword
extern agprval:qword
extern stval:real10
extern astval:real10
extern xmmval:xmmword
extern axmmval:xmmword
IFDEF CONTEXT_USING_AVX
extern ymmval:ymmword
extern aymmval:ymmword
ENDIF
extern fpSaveArea:qword
.code
; void ChangeRegsWrap... | 25.566929 | 87 | 0.699415 |
eb39f5dc110dd89baf93119c1fc6cd2bcfe25b89 | 453 | asm | Assembly | lab1/ass1.asm | vinitvijan26/System-Programming-Lab | b5949cc3dec7f1c66f5c8eb4b45a0ea1bcdc43e2 | [
"Apache-2.0"
] | null | null | null | lab1/ass1.asm | vinitvijan26/System-Programming-Lab | b5949cc3dec7f1c66f5c8eb4b45a0ea1bcdc43e2 | [
"Apache-2.0"
] | null | null | null | lab1/ass1.asm | vinitvijan26/System-Programming-Lab | b5949cc3dec7f1c66f5c8eb4b45a0ea1bcdc43e2 | [
"Apache-2.0"
] | null | null | null | ;file handling to replace the macro definitions in the place of their calls and taking care of the actual parameters as well
.model small
.data
msg1 d6 10,13,"str1$"
msg2 d6 10,13,"str2$"
macro accept
mov ah,01
int 21h
mend
macro macro2 &msg,&1
mov ah,09h
lea dx, &msg
; needed this space after ','
int 21h
add bl, &1
... | 12.942857 | 124 | 0.732892 |
0d0a04ce7dfe65829913b55d71470b9700d87674 | 392 | asm | Assembly | odd_or_even.asm | alfiejsmith/LMC | 46aa24b2bd93e66527a91bd03b2bd43fcf3934ca | [
"Unlicense"
] | 1 | 2022-03-05T21:00:49.000Z | 2022-03-05T21:00:49.000Z | odd_or_even.asm | alfiejfs/lmc | 46aa24b2bd93e66527a91bd03b2bd43fcf3934ca | [
"Unlicense"
] | null | null | null | odd_or_even.asm | alfiejfs/lmc | 46aa24b2bd93e66527a91bd03b2bd43fcf3934ca | [
"Unlicense"
] | 1 | 2020-11-06T22:25:39.000Z | 2020-11-06T22:25:39.000Z | // Take a number input and display 0 if even and 1 if odd
INP
STA number
BRZ even
BRP checkPos
BRA checkNeg
checkPos SUB one
BRZ odd
SUB one
BRZ even
BRA checkPos
checkNeg ADD one
BRZ odd
ADD one
BRZ even
BRA checkNeg
odd LDA one
OUT
HL... | 11.878788 | 57 | 0.576531 |
bc8c80cdf09ea091b222a19bd51204932d4eae5a | 6,526 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_71.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_71.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_71.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xb9ce, %rsi
lea addresses_WC_ht+0x84e, %rdi
cmp %rbp, %rbp
mov $76, %rcx
rep movsb
cmp $7749, %rax
lea addresses_WT_ht+0x59ce, %rsi
lea addresses_WC_ht+0x1d6b0, %rdi
nop
no... | 39.792683 | 2,999 | 0.655072 |
4c11683e523d3cf60c9846a24493970ff3552e2e | 31 | asm | Assembly | etc/shitass/mov.asm | rndtrash/experiments | e2d9794ced0d46018a96fc2b4194baa6299c214a | [
"WTFPL"
] | 1 | 2021-03-01T07:50:23.000Z | 2021-03-01T07:50:23.000Z | etc/shitass/mov.asm | rndtrash/experiments | e2d9794ced0d46018a96fc2b4194baa6299c214a | [
"WTFPL"
] | null | null | null | etc/shitass/mov.asm | rndtrash/experiments | e2d9794ced0d46018a96fc2b4194baa6299c214a | [
"WTFPL"
] | null | null | null | # comment
mov 0, ax
mov ax, dx
| 7.75 | 10 | 0.645161 |
129c592d4bbb6e8726510acfbf4bd430cc26e130 | 950 | asm | Assembly | example/function.asm | kumavale/vsmi | 3826a1621c738718067a44dae7d80ae8efad8911 | [
"MIT"
] | 1 | 2021-08-23T18:09:12.000Z | 2021-08-23T18:09:12.000Z | example/function.asm | kumavale/mipsi | 3826a1621c738718067a44dae7d80ae8efad8911 | [
"MIT"
] | null | null | null | example/function.asm | kumavale/mipsi | 3826a1621c738718067a44dae7d80ae8efad8911 | [
"MIT"
] | null | null | null |
main:
# Initialize registers
xor $t0, $t0, $t0 # $t0 = 0
xor $t1, $t1, $t1 # $t1 = 0
addi $t0, $t0, 5 # $t0 = %t0 + 5
move $s0, $t0 # $s0 = $t0
move $s1, $t1 # $s1 = $t1
# Call function
move $a0, $s0 # Argument 1: $t0($s0)
jal fun # Save current PC in $ra, and jump to fun
move $s1, $v0 ... | 23.75 | 63 | 0.564211 |
9657f15735d5a59f7caa5415f1c89119fa9e3924 | 5,790 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1457.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_21829_1457.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_21829_1457.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 %r8
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xd214, %rdi
nop
inc %r12
movw $0x6162, (%rdi)
nop
sub $11068, %r13
lea addresses_WT_ht+0x1cb54, %rsi
lea addresses_WT_ht+0x1914, %rdi
nop
nop
and $50745, %r11
mov $46, %rcx
rep movsb
no... | 40.208333 | 2,999 | 0.661313 |
423f160c18e7a2d3560367faaf9dba4035253c94 | 78 | asm | Assembly | brk.asm | davidgiven/cshell | 19fee656094fd98349691dcb1776f0c28546a676 | [
"BSD-2-Clause"
] | 3 | 2020-12-06T23:34:02.000Z | 2021-12-21T20:05:07.000Z | brk.asm | davidgiven/cshell | 19fee656094fd98349691dcb1776f0c28546a676 | [
"BSD-2-Clause"
] | null | null | null | brk.asm | davidgiven/cshell | 19fee656094fd98349691dcb1776f0c28546a676 | [
"BSD-2-Clause"
] | 1 | 2022-01-16T17:57:43.000Z | 2022-01-16T17:57:43.000Z | .include "c64.inc"
.include "cshell.inc"
.cpu "6502"
CSHELL_HEADER
brk
| 9.75 | 22 | 0.666667 |
7d074d5eaa7ae44eafe5c4763646dc03d313358f | 2,884 | asm | Assembly | programs/oeis/085/A085538.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/085/A085538.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/085/A085538.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A085538: a(n) = n^5 - n^4.
; 0,0,16,162,768,2500,6480,14406,28672,52488,90000,146410,228096,342732,499408,708750,983040,1336336,1784592,2345778,3040000,3889620,4919376,6156502,7630848,9375000,11424400,13817466,16595712,19803868,23490000,27705630,32505856,37949472,44099088,51021250,58786560,67469796,77150032,87910758,... | 360.5 | 2,815 | 0.900485 |
dde679712ec8e9571351a12198ee45150bbcf113 | 1,949 | asm | Assembly | programs/oeis/183/A183156.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/183/A183156.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/183/A183156.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A183156: The number T(n) of isometries of all subspaces of the finite metric space {1,2,...,n} (as a subspace of the reals with the Euclidean metric).
; 1,2,7,22,59,142,319,686,1435,2950,5999,12118,24379,48926,98047,196318,392891,786070,1572463,3145286,6290971,12582382,25165247,50331022,100662619,201325862,402652399,... | 216.555556 | 1,717 | 0.906106 |
dc8bee71a68eb6dd9e33309cc203bf5d70172bd0 | 3,224 | asm | Assembly | 07/StackOverflowTest/StackTestOverflow.asm | Savioor/nand2tetris2022-public | 5dfdd4c608bcc2f4ab73421138ada293e658e4a9 | [
"Apache-2.0"
] | null | null | null | 07/StackOverflowTest/StackTestOverflow.asm | Savioor/nand2tetris2022-public | 5dfdd4c608bcc2f4ab73421138ada293e658e4a9 | [
"Apache-2.0"
] | null | null | null | 07/StackOverflowTest/StackTestOverflow.asm | Savioor/nand2tetris2022-public | 5dfdd4c608bcc2f4ab73421138ada293e658e4a9 | [
"Apache-2.0"
] | null | null | null | // push constant 0
@0
D = A
@SP
M = M + 1
A = M - 1
M = D
// push constant 32767
@32767
D = A
@SP
M = M + 1
A = M - 1
M = D
// sub
@SP
A = M - 1
A = A - 1
D = M
A = A + 1
D = D - M
A = A - 1
M = D
@SP
M = M - 1
// push constant 2
@2
D = A
@SP
M = M + 1
A = M - 1
M = D
// lt
@SP
AM = M - 1
D = M // D HOLDS Y
@YLE01
D; J... | 10.043614 | 48 | 0.516129 |
2ec1a43ef3015a69eadc9ebaebeb38f0390d22ca | 188 | asm | Assembly | test/asm/test2.asm | kamaboko123/kanade32 | 903e8c28f22f0c0c0def77146d9f41c71f8dcb72 | [
"MIT"
] | 1 | 2019-11-07T16:53:09.000Z | 2019-11-07T16:53:09.000Z | test/asm/test2.asm | kamaboko123/kanade32 | 903e8c28f22f0c0c0def77146d9f41c71f8dcb72 | [
"MIT"
] | null | null | null | test/asm/test2.asm | kamaboko123/kanade32 | 903e8c28f22f0c0c0def77146d9f41c71f8dcb72 | [
"MIT"
] | null | null | null | .text
main:
addi $t0, $zero, 1
addi $t1, $zero, 0x10
addi $t2, $zero, 0x20
nop
j b
a:
add $t3, $t0, $t1
b:
add $t3, $t0, $t2
end:
nop
j end
nop
| 9.4 | 25 | 0.452128 |
d880a91c3b75a47173596fe07b3e2e5a4343a0f1 | 234 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/memory/c/sdcc/zxn_mangle_bank_state_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zxn/memory/c/sdcc/zxn_mangle_bank_state_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zxn/memory/c/sdcc/zxn_mangle_bank_state_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned int zxn_mangle_bank_state(unsigned int state)
SECTION code_clib
SECTION code_arch
PUBLIC _zxn_mangle_bank_state_fastcall
EXTERN asm_zxn_mangle_bank_state
defc _zxn_mangle_bank_state_fastcall = asm_zxn_mangle_bank_state
| 21.272727 | 64 | 0.888889 |
cb2bb4a032b967b89b40b844212dcd6569140928 | 197 | asm | Assembly | spectranet/libspectranet/get_ifconfig_gw.asm | speccytools/spectranet-gdbserver | c76acd970e5e8bbf793d8514bf64c32a180c26a4 | [
"MIT"
] | 40 | 2021-07-23T21:33:59.000Z | 2022-02-07T19:07:46.000Z | spectranet/libspectranet/get_ifconfig_gw.asm | speccytools/spectranet-gdbserver | c76acd970e5e8bbf793d8514bf64c32a180c26a4 | [
"MIT"
] | null | null | null | spectranet/libspectranet/get_ifconfig_gw.asm | speccytools/spectranet-gdbserver | c76acd970e5e8bbf793d8514bf64c32a180c26a4 | [
"MIT"
] | 2 | 2021-08-02T17:49:03.000Z | 2021-10-09T21:53:41.000Z | ; process
; void __FASTCALL__ get_ifconfig_gw(in_addr_t *addr);
PUBLIC get_ifconfig_gw
EXTERN libspectranet
include "spectranet.asm"
.get_ifconfig_gw
ex de, hl
HLCALL GET_IFCONFIG_GW_ROM
ret
| 16.416667 | 53 | 0.812183 |
ea9c6084d37f9280e953a736c00b6a17dfa02ddb | 6,471 | asm | Assembly | Bill_Cravener/controls/controls.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | Bill_Cravener/controls/controls.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | Bill_Cravener/controls/controls.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | ; ####################################################
; William F. Cravener 5/14/2003
; ####################################################
.486
.model flat,stdcall
option casemap:none ; case sensitive
; ####################################################
includ... | 36.767045 | 87 | 0.472261 |
d86e9d0af315c4288c77ef4f1c6f8a80b47b1c3f | 4,287 | asm | Assembly | 08/FunctionCalls/NestedCall/NestedCall.asm | gabrieljablonski/ESC-College-Course-Work | a06b8129c820eaca3c8cf9419297b823d5652206 | [
"MIT"
] | null | null | null | 08/FunctionCalls/NestedCall/NestedCall.asm | gabrieljablonski/ESC-College-Course-Work | a06b8129c820eaca3c8cf9419297b823d5652206 | [
"MIT"
] | null | null | null | 08/FunctionCalls/NestedCall/NestedCall.asm | gabrieljablonski/ESC-College-Course-Work | a06b8129c820eaca3c8cf9419297b823d5652206 | [
"MIT"
] | 1 | 2018-12-14T13:40:05.000Z | 2018-12-14T13:40:05.000Z | // Bootstrap
@261
D=A
@SP
M=D
@Sys.init
0;JMP
// function Sys.init 0
(Sys.init)
@Sys.init.locals
M=0
(Sys.init.locals_loop)
@0
D=A
@Sys.init.locals
D=D-M
@Sys.init.end_locals_loop
D;JEQ
@SP
M=M+1
A=M-1
M=0
@Sys.init.locals
M=M+1
@Sys.init.locals_loop
0;JMP
(Sys.init.end_locals_loop)
// push consta... | 7.391379 | 27 | 0.519477 |
585b2001b439d1990619f50e644a3c79b362ff12 | 410 | asm | Assembly | oeis/155/A155124.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/155/A155124.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/155/A155124.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A155124: Triangle T(n, k) = 1-n if k=0 else 2, read by rows.
; Submitted by Jamie Morken(s4)
; 1,0,2,-1,2,2,-2,2,2,2,-3,2,2,2,2,-4,2,2,2,2,2,-5,2,2,2,2,2,2,-6,2,2,2,2,2,2,2,-7,2,2,2,2,2,2,2,2,-8,2,2,2,2,2,2,2,2,2,-9,2,2,2,2,2,2,2,2,2,2,-10,2,2,2,2,2,2,2,2,2,2,2,-11,2,2,2,2,2,2,2,2,2,2,2,2,-12,2,2,2,2,2,2,2,2
lpb $0
... | 25.625 | 216 | 0.52439 |
7375cca1640402e052933fd7bea4616440864097 | 1,386 | asm | Assembly | pcl/edsger_lib/stdio/readb.asm | johnp41/Compiler-Uni | 4f653180d4f3f98316b15e566e57443041ef6faa | [
"MIT"
] | null | null | null | pcl/edsger_lib/stdio/readb.asm | johnp41/Compiler-Uni | 4f653180d4f3f98316b15e566e57443041ef6faa | [
"MIT"
] | null | null | null | pcl/edsger_lib/stdio/readb.asm | johnp41/Compiler-Uni | 4f653180d4f3f98316b15e566e57443041ef6faa | [
"MIT"
] | null | null | null | ; bool readBoolean ();
; --------------------
; This function reads a boolean from the standard input.
; A whole line (of up to MAXSTRING characters) is actually
; read by a call to readString. The result is true if the
; first character of the line is a 't', ignoring case.
; Leading spaces are also ignored.
... | 32.232558 | 76 | 0.401876 |
5f0b3f77cf38fced418fc0acdc409d083be005f9 | 110 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/atanh_fastcall.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/atanh_fastcall.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/atanh_fastcall.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC _atanh_fastcall
EXTERN _am9511_atanh
defc _atanh_fastcall = _am9511_atanh
| 15.714286 | 37 | 0.845455 |
27a0156179ca0efd9deef0dcbe34c281d7184baf | 625 | asm | Assembly | programs/oeis/067/A067392.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/067/A067392.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/067/A067392.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A067392: Sum of numbers <= n which have common prime factors with n.
; 0,2,3,6,5,15,7,20,18,35,11,54,13,63,60,72,17,117,19,130,105,143,23,204,75,195,135,238,29,345,31,272,231,323,210,450,37,399,312,500,41,651,43,550,495,575,47,792,196,775,510,754,53,999,440,924,627,899,59,1350,61,1023,882,1056,585,1551,67,1258,897,16... | 44.642857 | 386 | 0.6944 |
82e63c389957d823053d487207e35288c057f3d9 | 348 | asm | Assembly | programs/oeis/102/A102677.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/102/A102677.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/102/A102677.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A102677: Number of digits >= 6 in decimal representation of n.
; 0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2,1,1,1,1,1,1,2,2,2,2
lpb $0
mov $2,$0
div $0,10
mod $2,10
div $2,... | 29 | 201 | 0.537356 |
7cf283b925865cb9dd197a636cd0cacfe4e1ad8a | 703 | asm | Assembly | oeis/184/A184937.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/184/A184937.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/184/A184937.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A184937: a(n) = binomial(2n, n) + binomial(2n-1, n-1) + binomial(2n+1, n).
; Submitted by Christian Krause
; 3,6,19,65,231,840,3102,11583,43615,165308,629850,2410226,9256534,35659200,137733660,533216475,2068423695,8037976980,31285334850,121941160110,475898730450,1859436293520,7272863809380,28473947932950,111576708743... | 46.866667 | 494 | 0.817923 |
77b9aa616469aae9049a673de784025c3d4ffb6f | 438 | asm | Assembly | programs/oeis/189/A189028.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/189/A189028.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/189/A189028.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A189028: Zero-one sequence based on the sequence (5n-4): a(A016861(k))=a(k); a(A047203(k))=1-a(k); a(1)=0.
; 0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0,1,1,1,1,0,1,1,0,0,0,0,0,1,0,0,1,0,1,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,1,0,1,1,1,1,0,0,1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0,1,1,0,1,0,1,0,0,0,0,0,1,1
mov $3,... | 25.764706 | 201 | 0.522831 |
45e068a9f5770f976a654653a323f7b8ef0ee90f | 12,209 | asm | Assembly | vp8/decoder/arm/detokenize.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | null | null | null | vp8/decoder/arm/detokenize.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | null | null | null | vp8/decoder/arm/detokenize.asm | CM-Archive/android_external_libvpx | 76e0247ec867fcc232fc79f21e9bf85d3c3a5a3f | [
"BSD-3-Clause"
] | null | null | null | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 38.034268 | 117 | 0.40634 |
829d079d376e3dd1a545573b6fe7c37a91b778a1 | 612 | asm | Assembly | programs/oeis/131/A131640.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/131/A131640.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/131/A131640.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A131640: First differences are periodic: 50, 50, 75, 50, 50, 75, ...
; 985,1035,1085,1160,1210,1260,1335,1385,1435,1510,1560,1610,1685,1735,1785,1860,1910,1960,2035,2085,2135,2210,2260,2310,2385,2435,2485,2560,2610,2660,2735,2785,2835,2910,2960,3010,3085,3135,3185,3260,3310,3360,3435,3485,3535,3610,3660,3710,3785,383... | 76.5 | 500 | 0.764706 |
5a62c01020ff7de2b45c3e516838e715d9bb94f0 | 1,292 | asm | Assembly | asm/field.ext.asm | RockmanEXEZone/MMBN45-English-Translation | 61c8df305f76b3b94395cf58cee16d816b56eaaa | [
"BSD-3-Clause"
] | 6 | 2019-11-16T10:19:15.000Z | 2022-03-25T16:36:40.000Z | asm/field.ext.asm | RockmanEXEZone/MMBN45-English-Translation | 61c8df305f76b3b94395cf58cee16d816b56eaaa | [
"BSD-3-Clause"
] | null | null | null | asm/field.ext.asm | RockmanEXEZone/MMBN45-English-Translation | 61c8df305f76b3b94395cf58cee16d816b56eaaa | [
"BSD-3-Clause"
] | null | null | null | .align 2
field_prependUnderscores:
push r14
// Render underscore tile after the normal text
ldr r0,=file_7097D8
mov r1,0x0
ldr r2,=0x203F300
ldr r3,=0x600D300
mov r4,0x1
mov r5,0x1
ldr r6,=file_612E38
mov r7,0x0
bl 0x80554A4
// Fill tilemap with underscores
ldr r0,=0xE298
add r1,r0,0x1
ldr r2,=0x30004A... | 17.459459 | 88 | 0.705882 |
d4cbf3f981b80167784bda1e84dea8a5ddb1a994 | 22 | asm | Assembly | src/main/fragment/mos6502-common/vbuaa=_byte0_qvoz1_derefidx_vbuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbuaa=_byte0_qvoz1_derefidx_vbuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbuaa=_byte0_qvoz1_derefidx_vbuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | ldy #{c1}
lda ({z1}),y | 11 | 12 | 0.5 |
37cfe9609e74babd2a2e1c93ad481df4595d16c7 | 706 | asm | Assembly | libsrc/psg/wyz/ay_wyz_init.asm | jsmolina/z88dk | 09070bff4e2a1bc28a10d82c6f87af9ea359b810 | [
"ClArtistic"
] | null | null | null | libsrc/psg/wyz/ay_wyz_init.asm | jsmolina/z88dk | 09070bff4e2a1bc28a10d82c6f87af9ea359b810 | [
"ClArtistic"
] | null | null | null | libsrc/psg/wyz/ay_wyz_init.asm | jsmolina/z88dk | 09070bff4e2a1bc28a10d82c6f87af9ea359b810 | [
"ClArtistic"
] | null | null | null | IF !__CPU_INTEL__ && !__CPU_GBZ80__
SECTION code_psg
PUBLIC ay_wyz_init
PUBLIC _ay_wyz_init
EXTERN asm_wyz_player_init
EXTERN asm_wyz_TABLA_PAUTAS
EXTERN asm_wyz_TABLA_SONIDOS
EXTERN asm_wyz_TABLA_SONG
EXTERN asm_wyz_DATOS_NOTAS
; void ay_wyz_init(wyz_song *song) __z... | 16.809524 | 51 | 0.715297 |
3c705eaa8b8cdb41e6e6aeedf1207cae267b9e49 | 395 | asm | Assembly | programs/oeis/228/A228230.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/228/A228230.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/228/A228230.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A228230: Recurrence a(n) = 1/2*n*(n + 1)*a(n-1) + 1 with a(0) = 1.
; 1,2,7,43,431,6466,135787,3802037,136873333,6159299986,338761499231,22358258949247,1743944198041267,158698922021755298,16663386812284306291,1999606417474116754921,271946472776479878669257,41607810334801421436396322
mov $1,$0
lpb $1
sub $1,1
add ... | 26.333333 | 215 | 0.716456 |
80debad92d06827419d384c20bcda1dfea7aa46d | 302 | asm | Assembly | programs/oeis/017/A017714.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/017/A017714.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017714.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A017714: Binomial coefficients C(n,50).
; 1,51,1326,23426,316251,3478761,32468436,264385836,1916797311,12565671261,75394027566,418094152866,2160153123141,10468434365991,47855699958816,207374699821536,855420636763836,3371363686069236,12736262814039336,46252743903616536
add $0,50
bin $0,50
mov $1,$0
| 43.142857 | 228 | 0.844371 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.