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
3713fa4ef6bee0b785e804c12f0b8ca69171a7c5
2,270
asm
Assembly
src/int2str.asm
LessNick/CLi-for-WildCommander
9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb
[ "BSD-2-Clause" ]
8
2016-10-22T19:38:38.000Z
2021-08-22T12:53:28.000Z
src/int2str.asm
LessNick/CLi-for-WildCommander
9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb
[ "BSD-2-Clause" ]
null
null
null
src/int2str.asm
LessNick/CLi-for-WildCommander
9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb
[ "BSD-2-Clause" ]
2
2019-04-28T16:12:08.000Z
2020-04-14T13:15:06.000Z
;-------------------------------------------------------------- ; int2str перевод int в текст (десятичное число) ; (C) BUDDER/MGN - 2011.12.26 ; char2str перевод char(8bit) в текст (десятичное число) ; Added by breeze ;-------------------------------------------------------------- ; i:[HL] - int16, EXX DE - Strin...
20.45045
64
0.460352
bec1aa08b009df0c403d6fe34201715b4de23e3c
531
asm
Assembly
src/basics/input.asm
Pentium1080Ti/x86-assembly
4af3caf07e17bdd23e08b85f6666d67f63f610c2
[ "MIT" ]
null
null
null
src/basics/input.asm
Pentium1080Ti/x86-assembly
4af3caf07e17bdd23e08b85f6666d67f63f610c2
[ "MIT" ]
null
null
null
src/basics/input.asm
Pentium1080Ti/x86-assembly
4af3caf07e17bdd23e08b85f6666d67f63f610c2
[ "MIT" ]
null
null
null
%include 'src/include/functions.asm' SECTION .data msg1 db 'Please enter your name: ', 0h msg2 db 'Hello, ', 0h SECTION .bss sinput: resb 255 SECTION .text global _start _start: mov eax, msg1 call sprint mov edx, 255 ; read 255 bytes mov ecx, sinput ; buffer for input mov ebx, 0 ; writ...
17.7
72
0.642185
c3ae47ad354a85dd9451802695d1834332fc4488
5,928
asm
Assembly
Transynther/x86/_processed/NONE/_un_xt_sm_/i9-9900K_12_0xca.log_21829_352.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_un_xt_sm_/i9-9900K_12_0xca.log_21829_352.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_un_xt_sm_/i9-9900K_12_0xca.log_21829_352.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 %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1c27a, %rsi lea addresses_normal_ht+0x162aa, %rdi nop nop cmp %r13, %r13 mov $37, %rcx rep movsq nop xor %r9, %r9 lea addresses_A_ht+0x443a, %r12 nop nop nop nop nop xor %rsi, %rsi mov ...
37.05
2,999
0.654184
88d8eb5dcc718bf53c2dd0cd9c73aa027e772506
787
asm
Assembly
oeis/131/A131569.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/131/A131569.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/131/A131569.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A131569: a(n) = (1/2)*(F(n+2)-1)*(F(n+2)-2) + F(n), where F() are the Fibonacci numbers. ; Submitted by Jon Maiga ; 1,2,8,24,71,198,541,1452,3862,10208,26885,70644,185369,485982,1273420,3335640,8735707,22875050,59895221,156819960,410579786,1074943872,2814291433,7367994504,19289795761,50501560538,132215157296,34614435...
35.772727
493
0.758577
82bf69fe1fdcabb5a147a0670b854bafc1a71b25
565
asm
Assembly
lang/italian/fnam.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
lang/italian/fnam.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
lang/italian/fnam.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; English texts for File Name Menu  1988 Tony Tebby QJUMP section language include 'dev8_mac_text' mkiobl fnnf\ 0,0,{This file cannot be found. Use Qram} \40 0,1,{FILES menu to check the directory.} ;40 mkiobl fniu\ 0,0...
28.25
67
0.497345
3a6f6f9fa27234c460b65670d688440691e3849c
7,989
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2839.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_0x48.log_21829_2839.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_0x48.log_21829_2839.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 %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x8512, %rsi lea addresses_WT_ht+0xdeb2, %rdi clflush (%rsi) nop add %rbx, %rbx mov $77, %rcx rep movsl nop nop nop nop xor %r9, %r9 lea addresses_WC_ht+0x1b800, %rbp nop and %r...
33.995745
2,999
0.659657
9dd1fdefbcef0adb3fc1b1f7c2a9346d8a9bcf6e
542
asm
Assembly
base/runtime/trunc.asm
zbyti/Mad-Pascal
546cae9724828f93047080109488be7d0d07d47e
[ "MIT" ]
7
2020-05-02T15:37:57.000Z
2021-02-17T01:59:41.000Z
base/runtime/trunc.asm
michalkolodziejski/Mad-Pascal
0a7a1e2f379e50b0a23878b0d881ff3407269ed6
[ "MIT" ]
14
2020-05-03T02:02:35.000Z
2020-08-10T08:41:19.000Z
base/runtime/trunc.asm
michalkolodziejski/Mad-Pascal
0a7a1e2f379e50b0a23878b0d881ff3407269ed6
[ "MIT" ]
5
2020-06-02T18:34:14.000Z
2020-07-09T18:13:44.000Z
/* @TRUNC @TRUNC_SHORT */ .proc @TRUNC ldy :STACKORIGIN+STACKWIDTH*3,x spl jsr negCARD mva :STACKORIGIN+STACKWIDTH,x :STACKORIGIN,x mva :STACKORIGIN+STACKWIDTH*2,x :STACKORIGIN+STACKWIDTH,x mva :STACKORIGIN+STACKWIDTH*3,x :STACKORIGIN+STACKWIDTH*2,x mva #$00 :STACKORIGIN+STACKWIDTH*3,x t...
13.219512
61
0.680812
2f1113bad6fc387f6dbdbc0e2b22d07dfa027792
453
asm
Assembly
oeis/037/A037582.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/037/A037582.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/037/A037582.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A037582: Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 1,3. ; Submitted by Jon Maiga ; 1,13,131,1313,13131,131313,1313131,13131313,131313131,1313131313,13131313131,131313131313,1313131313131,13131313131313,131313131313131,1313131313131313,13131313131313131,131313...
34.846154
231
0.799117
03238bae7fd8ef8cfd2a51fbb2836df0d34129e6
485
asm
Assembly
Microprocessor_Interfacing_CSE_2006/Applications_Lab_10/divisibility.asm
aadhityasw/VIT-Labs
2c449f64f4fdd8c0ed5f2b51d05a7c586e6ab2ab
[ "CC0-1.0" ]
2
2021-11-18T05:30:24.000Z
2022-03-07T06:28:06.000Z
Microprocessor_Interfacing_CSE_2006/Applications_Lab_10/divisibility.asm
aadhityasw/VIT-Labs
2c449f64f4fdd8c0ed5f2b51d05a7c586e6ab2ab
[ "CC0-1.0" ]
null
null
null
Microprocessor_Interfacing_CSE_2006/Applications_Lab_10/divisibility.asm
aadhityasw/VIT-Labs
2c449f64f4fdd8c0ed5f2b51d05a7c586e6ab2ab
[ "CC0-1.0" ]
3
2021-10-14T01:10:34.000Z
2022-03-18T14:33:52.000Z
ASSUME CS:CODE,DS:DATA DATA SEGMENT arr db 31d, 23d, 61d, 23d, 44d, 00d count db 00h DATA ENDS CODE SEGMENT START: mov ax,DATA mov ds,ax mov cx,06h mov bl,00h mov bh,04d mov si, OFFSET arr L1: mov ax,0000h mov al,[si] add si,01h div bh cmp ah,0...
15.645161
39
0.527835
fc0e64981a2a5523ee1d9db7665c425c46f35515
782
asm
Assembly
soft3.asm
Euno257/VTU-Microprocessor-and-Microcontroller-LAB-Programs
3ae4bc4da1262fad1bd4e3865ffe47c4d7485582
[ "MIT" ]
1
2021-04-20T03:18:33.000Z
2021-04-20T03:18:33.000Z
soft3.asm
Euno257/VTU-Microprocessor-and-Microcontroller-LAB-Programs
3ae4bc4da1262fad1bd4e3865ffe47c4d7485582
[ "MIT" ]
null
null
null
soft3.asm
Euno257/VTU-Microprocessor-and-Microcontroller-LAB-Programs
3ae4bc4da1262fad1bd4e3865ffe47c4d7485582
[ "MIT" ]
null
null
null
.MODEL SMALL .DATA A DW 1122H,2345H,3333H,4455H,6666H LEN DW ($-A)/2 SRCH EQU 2345H SUCMSG DB 10,13,'ELEMENT FOUND AT POSITION: ' RES DB ?,'$' FAILMSG DB 10,13,'ELEMENT NOT FOUND $' .CODE MOV AX,@DATA MOV DS,AX MOV BX,1 MOV CX,SRCH MOV DX,LEN AGAIN: CM...
15.038462
51
0.506394
f173cecffef6f16ea1b4be4f0e1224b5000cfd01
884
asm
Assembly
programs/oeis/169/A169611.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/169/A169611.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/169/A169611.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A169611: Number of prime divisors of n that are not greater than 3, counted with multiplicity. ; 0,1,1,2,0,2,0,3,2,1,0,3,0,1,1,4,0,3,0,2,1,1,0,4,0,1,3,2,0,2,0,5,1,1,0,4,0,1,1,3,0,2,0,2,2,1,0,5,0,1,1,2,0,4,0,3,1,1,0,3,0,1,2,6,0,2,0,2,1,1,0,5,0,1,1,2,0,2,0,4,4,1,0,3,0,1,1,3,0,3,0,2,1,1,0,6,0,1,2,2,0,2,0,3,1,1,0,5,0,1,1...
28.516129
501
0.512443
6724784693742495922709316ceeb427eac6432d
17,875
asm
Assembly
roms/ppu/bkg/bkg.asm
flga/vnes
fe8b504e5b780ff51add570d1bcc400d48248077
[ "Unlicense" ]
1
2019-02-28T12:11:33.000Z
2019-02-28T12:11:33.000Z
roms/ppu/bkg/bkg.asm
flga/vnes
fe8b504e5b780ff51add570d1bcc400d48248077
[ "Unlicense" ]
null
null
null
roms/ppu/bkg/bkg.asm
flga/vnes
fe8b504e5b780ff51add570d1bcc400d48248077
[ "Unlicense" ]
null
null
null
; A graphics test (first) ; This to be assembled using the NES Assembler. ; Copyright (C) 2003 Justin Patrick "Beneficii" Butler .inesprg 1 ; Only 16kb PRG-ROM needed. .ineschr 1 ; Only 8kb CHR-ROM needed. .inesmir 0 ; No (though set to horizontal) mirroring needed. .inesmap...
35.536779
118
0.583664
6aae1a5f7117944485b3c81a2aeee8f4c938a4ef
6,352
asm
Assembly
src/shaders/post_processing/gen5_6/Common/YUV_to_RGBX_Coef.asm
me176c-dev/android_hardware_intel-vaapi-driver
0f2dca8d604220405e4678c0b6c4faa578d994ec
[ "MIT" ]
192
2018-01-26T11:51:55.000Z
2022-03-25T20:04:19.000Z
src/shaders/post_processing/gen5_6/Common/YUV_to_RGBX_Coef.asm
me176c-dev/android_hardware_intel-vaapi-driver
0f2dca8d604220405e4678c0b6c4faa578d994ec
[ "MIT" ]
256
2017-01-23T02:10:27.000Z
2018-01-23T10:00:05.000Z
src/shaders/post_processing/gen5_6/Common/YUV_to_RGBX_Coef.asm
me176c-dev/android_hardware_intel-vaapi-driver
0f2dca8d604220405e4678c0b6c4faa578d994ec
[ "MIT" ]
64
2018-01-30T19:51:53.000Z
2021-11-24T01:26:14.000Z
/* * All Video Processing kernels * Copyright © <2010>, Intel Corporation. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the ri...
48.861538
116
0.553999
7314f3a027f970ba46d7e21196801da55aba0e6a
1,245
asm
Assembly
programs/oeis/122/A122795.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/122/A122795.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/122/A122795.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A122795: Connell (5,3)-sum sequence (partial sums of the (5,3)-Connell sequence) ; 1,3,10,22,39,57,80,108,141,179,222,270,319,373,432,496,565,639,718,802,891,985,1080,1180,1285,1395,1510,1630,1755,1885,2020,2160,2305,2455,2610,2766,2927,3093,3264,3440,3621,3807,3998,4194,4395,4601,4812,5028,5249,5475,5706,5938,6175,6...
19.761905
324
0.493976
2341bba22999042534af65f34fe823ddfb5b12fe
305
asm
Assembly
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_ix/tshc_scroll_wc_up.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_ix/tshc_scroll_wc_up.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_ix/tshc_scroll_wc_up.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void tshc_scroll_wc_up(struct r_Rect8 *r, uchar rows, uchar attr) SECTION code_clib SECTION code_arch PUBLIC _tshc_scroll_wc_up EXTERN l0_tshc_scroll_wc_up_callee _tshc_scroll_wc_up: pop af pop bc pop de push de push bc push af ld l,d jp l0_tshc_scroll_wc_up_callee
13.863636
67
0.740984
ad9b5a8f2ca694722dabcaba4e97f72f4edc70b6
700
asm
Assembly
oeis/140/A140413.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/140/A140413.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/140/A140413.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A140413: a(2n) = A000045(6n) + 1, a(2n+1) = A000045(6n+3) - 1. ; Submitted by Jamie Morken(s4) ; 1,1,9,33,145,609,2585,10945,46369,196417,832041,3524577,14930353,63245985,267914297,1134903169,4807526977,20365011073,86267571273,365435296161,1548008755921,6557470319841,27777890035289,117669030460993,498454011879265,211...
41.176471
486
0.804286
4e0cf10ba62a61bbde206ff0ae503fbef4c0c6dc
1,953
asm
Assembly
Microcontroller_Lab/Lab_6/Lab_6/Read_Code_With_Comments.asm
MuhammadAlBarham/pic16f778_projects
c12e15e48a62cd16f869cbe9411728a4eea8f499
[ "MIT" ]
null
null
null
Microcontroller_Lab/Lab_6/Lab_6/Read_Code_With_Comments.asm
MuhammadAlBarham/pic16f778_projects
c12e15e48a62cd16f869cbe9411728a4eea8f499
[ "MIT" ]
null
null
null
Microcontroller_Lab/Lab_6/Lab_6/Read_Code_With_Comments.asm
MuhammadAlBarham/pic16f778_projects
c12e15e48a62cd16f869cbe9411728a4eea8f499
[ "MIT" ]
null
null
null
Include "p16F84A.inc" ; ---------------------------------------------------------- ; General Purpose RAM Assignments ; ---------------------------------------------------------- cblock 0x0C Counter Endc ; ---------------------------------------------------------- ; Macro Definitions ; -------------------------------...
29.149254
61
0.410138
8b28a41849148096a6ffac4bb8e559a93375d4c0
2,013
asm
Assembly
HW_Example/h701.asm
smallru8/smallMasmLib
5c6e525a9867ecf82fa0db98d0a46c8b00c1ec74
[ "BSD-3-Clause" ]
null
null
null
HW_Example/h701.asm
smallru8/smallMasmLib
5c6e525a9867ecf82fa0db98d0a46c8b00c1ec74
[ "BSD-3-Clause" ]
null
null
null
HW_Example/h701.asm
smallru8/smallMasmLib
5c6e525a9867ecf82fa0db98d0a46c8b00c1ec74
[ "BSD-3-Clause" ]
null
null
null
TITLE (.asm) INCLUDE Irvine32.inc INCLUDE Macros.inc .data MAX = 100 string1 BYTE MAX+1 DUP(0) string2 BYTE MAX+1 DUP(0) .code main PROC LOCAL ediLen:DWORD mWrite "Destination string : " mov edx,OFFSET string1 mov ecx,MAX call ReadString mov edi,OFFSET string1 mov esi,edi call strl...
15.022388
32
0.61997
9a60a815ef63ff84d14c504b0235283b8f3b39b5
298
asm
Assembly
Practice/Assignments assembly class/7.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
4f36bf223c44afd2233a243a2f8ba92df18f5545
[ "MIT" ]
null
null
null
Practice/Assignments assembly class/7.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
4f36bf223c44afd2233a243a2f8ba92df18f5545
[ "MIT" ]
null
null
null
Practice/Assignments assembly class/7.asm
WardunIslam/CSE331L_Section_7_Summer_2020_NSU
4f36bf223c44afd2233a243a2f8ba92df18f5545
[ "MIT" ]
null
null
null
org 100h L1: NOP L2: MOV AX, 0F000H MOV DS, AX MOV BX, 0FFFFH MOV AL, BYTE PTR DS:[BX] L3: MOV CX, 00000H MOV DS, CX MOV BX, 00000H MOV AH, BYTE PTR DS:[BX] L4: SUB AL, AH L5: JNS L7 L6: OUT 00H, AL JMP L8 L7: MOV DX, 0FFFFH OUT DX, AL L8: HLT ret
11.037037
28
0.553691
46916c429d10fcf808b4277d88f60c7223cdd906
972
asm
Assembly
Data/INPUT_ADD.asm
Anikcb/Microprocessor
b17c805dce1b09c0a12f05c3f0014a5d40c2ed53
[ "MIT" ]
null
null
null
Data/INPUT_ADD.asm
Anikcb/Microprocessor
b17c805dce1b09c0a12f05c3f0014a5d40c2ed53
[ "MIT" ]
null
null
null
Data/INPUT_ADD.asm
Anikcb/Microprocessor
b17c805dce1b09c0a12f05c3f0014a5d40c2ed53
[ "MIT" ]
null
null
null
.Model Small .Stack 100h .Data .Code main Proc MOV ax, @data MOV ds, ax MOV AH, 1 INT 21h MOV bl, al SUB bl, 48 MOV AH, 2 MOV DL, 10 INT 21H MOV AH, 2 MOV DL, 13 INT 21H MOV...
11.302326
30
0.328189
711912d573a740c198ece8f9b9df292358a5ea86
64,830
asm
Assembly
src/strcvtf.asm
majioa/faststring
ec42f805116940b8effa0a3adc0db82318b540de
[ "MIT" ]
1
2021-01-16T08:11:27.000Z
2021-01-16T08:11:27.000Z
src/strcvtf.asm
majioa/faststring
ec42f805116940b8effa0a3adc0db82318b540de
[ "MIT" ]
null
null
null
src/strcvtf.asm
majioa/faststring
ec42f805116940b8effa0a3adc0db82318b540de
[ "MIT" ]
null
null
null
.386 .model flat include constant.inc PUBLIC @FastString@$oo$xqqrv PUBLIC @FastString@$oc$xqqrv PUBLIC @FastString@$ozc$xqqrv PUBLIC @FastString@$ouc$xqqrv PUBLIC @FastString@$os$xqqrv PUBLIC @FastString@$ous$xqqrv PUBLIC @FastString@$oi$xqqrv PUBLIC @FastString@$ol$xqqrv PUBLIC @FastString@$...
26.504497
949
0.685439
0fe55ef022b81d65cfdea5e32d4c791bbf2dce5a
1,611
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_1_1227.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_1_1227.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_1_1227.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 %rcx push %rdi push %rsi lea addresses_WC_ht+0xfa2f, %rsi lea addresses_A_ht+0xe6a7, %rdi nop sub $28260, %r12 mov $88, %rcx rep movsq nop nop nop and $61719, %rdi pop %rsi pop %rdi pop %rcx pop %r12 ret .global s_faulty_load s_faulty_load: push %r10 push...
17.322581
147
0.648045
7031536ebbf2f942017380f8a3e37a8c3d47775d
5,329
asm
Assembly
data/cries.asm
AmateurPanda92/pokemon-rby-dx
f7ba1cc50b22d93ed176571e074a52d73360da93
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
data/cries.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
data/cries.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
CryData: ;$BaseCry, $Pitch, $Length db $11, $00, $80; Rhydon db $03, $00, $80; Kangaskhan db $00, $00, $80; Nidoran♂ db $19, $CC, $01; Clefairy db $10, $00, $80; Spearow db $06, $ED, $80; Voltorb db $09, $00, $80; Nidoking db $1F, $00, $80; Slowbro db $0F, $20, $80; Ivysaur db $0D, $00, $80; Exeggutor db $0...
27.611399
29
0.561831
81fee2119ed2c1a16fb0bcc69e2720a6cfcc33fd
1,450
asm
Assembly
audio/wave_samples.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
audio/wave_samples.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
audio/wave_samples.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
WaveSamples: ; These are streams of 32 nybbles (4-bit values) used as wave patterns. ; Plot them as a line chart to see the wave's shape. dn 0, 2, 4, 6, 8, 10, 12, 14, 15, 15, 15, 14, 14, 13, 13, 12, 12, 11, 10, 9, 8, 7, 6, 5, 4, 4, 3, 3, 2, 2, 1, 1 dn 0, 2, 4, 6, 8, 10, 12, 14, 14, 15, 15, 1...
103.571429
130
0.405517
4af7687aa9a57022ced5cc6e8f0e2d247224084c
4,800
asm
Assembly
vp8/encoder/arm/neon/fastfdct4x4_neon.asm
mrchapp/libvpx
c2a8d8b54c7ebefd1cd9c55f53b9e8378f088e8b
[ "BSD-3-Clause" ]
1
2015-05-03T19:25:39.000Z
2015-05-03T19:25:39.000Z
vp8/encoder/arm/neon/fastfdct4x4_neon.asm
mrchapp/libvpx
c2a8d8b54c7ebefd1cd9c55f53b9e8378f088e8b
[ "BSD-3-Clause" ]
null
null
null
vp8/encoder/arm/neon/fastfdct4x4_neon.asm
mrchapp/libvpx
c2a8d8b54c7ebefd1cd9c55f53b9e8378f088e8b
[ "BSD-3-Clause" ]
null
null
null
; ; Copyright (c) 2010 The VP8 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 projec...
37.5
116
0.515
b6c5c547e3bb8641ac0471a4e161c608571fa5fd
1,179
asm
Assembly
Mips Exersice/GCD.asm
Pandula1234/Machine-Instructions
4fa06486968a546a727fffd897e5a18f75e95c04
[ "BSL-1.0" ]
null
null
null
Mips Exersice/GCD.asm
Pandula1234/Machine-Instructions
4fa06486968a546a727fffd897e5a18f75e95c04
[ "BSL-1.0" ]
null
null
null
Mips Exersice/GCD.asm
Pandula1234/Machine-Instructions
4fa06486968a546a727fffd897e5a18f75e95c04
[ "BSL-1.0" ]
null
null
null
# index number : 18001521 .text main: #(1)read data ------------------------------------------------------------------ #print first message la $a0,first li $v0,4 syscall #reading first integer li $v0,5 syscall move $t0,$v0 #print second message la $a0,second li $v0,4 syscall #reading second integer li $v0,5 syscall mo...
19.016129
80
0.532655
2ea9301715810dd0b3d77b96ecdba79b34cab48a
1,254
asm
Assembly
src/test/ref/address-of-1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/address-of-1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/address-of-1.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Test address-of - pass the pointer as parameter // Commodore 64 PRG executable file .file [name="address-of-1.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :B...
19
63
0.547847
0c03c5af5655c8c1bd5fd21a16df3017ebc2783f
26,117
asm
Assembly
Appl/Games/Uki/uki.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Appl/Games/Uki/uki.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Appl/Games/Uki/uki.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PROJECT: Practice Project MODULE: Uki program FILE: uki.asm Author Jimmy Lefkowitz, January 14, 1991 $Id: uki.asm,v 1.1 97/04/04 15:47:09 newdeal Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@ UkiCod...
21.113177
78
0.565455
3f571fcd5669ce5d529ce53a9a21acc02fa8a5ef
161
nasm
Assembly
Projetos/F-Assembly/src/nasm/mov.nasm
gabrielvf1/Z01---Grupo-H
ef44894eb6a245c9b856802dd96ebe0051315602
[ "Unlicense" ]
null
null
null
Projetos/F-Assembly/src/nasm/mov.nasm
gabrielvf1/Z01---Grupo-H
ef44894eb6a245c9b856802dd96ebe0051315602
[ "Unlicense" ]
77
2018-03-09T12:33:31.000Z
2018-05-18T10:42:22.000Z
Projetos/F-Assembly/src/nasm/mov.nasm
gabrielvf1/Z01---Grupo-H
ef44894eb6a245c9b856802dd96ebe0051315602
[ "Unlicense" ]
null
null
null
leaw $R1,%A movw (%A),%D leaw $R0,%A movw (%A),%S leaw $R0,%A movw %D,(%A) leaw $R1,%A movw %S,(%A) leaw $1,%A movw %A,%D leaw $R3,%A movw %D,(%A)
11.5
13
0.478261
fed22f3bee802d251c5bf49e586e443db614f196
457
asm
Assembly
Tejas-Simulator/PIN/pin-2.14/source/tools/ToolUnitTests/inline_opt_test_df_ia32.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/ToolUnitTests/inline_opt_test_df_ia32.asm
sawansib/SNIPER
45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497
[ "MIT" ]
4
2021-08-18T14:07:24.000Z
2022-01-24T16:38:06.000Z
pin_kit/source/tools/ToolUnitTests/inline_opt_test_df_ia32.asm
sawansib/SNIPER
45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497
[ "MIT" ]
11
2016-07-01T02:21:06.000Z
2020-11-23T08:29:22.000Z
PUBLIC SetDf .686 .XMM .model flat, c .code SetDf PROC std lea eax, [eax + edx] lea eax, [eax + edx] lea eax, [eax + edx] lea eax, [eax + edx] lea eax, [eax + edx] lea eax, [eax + edx] lea eax, [eax + edx] lea eax, [eax + edx] lea eax, [eax + edx] lea eax, [eax ...
10.880952
24
0.49453
ff6c16961abed824365560e9bc19dad70086e690
251,378
asm
Assembly
win32/VC10/Win32/libxml2_Debug/xinclude.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
win32/VC10/Win32/libxml2_Debug/xinclude.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
win32/VC10/Win32/libxml2_Debug/xinclude.asm
txwizard/libxml2_x64_and_ARM
bc19a931370a09ee379d641a7c9a862fecebff3b
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1 TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\xinclude.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES _DATA SEGMENT COMM _xmlMalloc:DWORD CO...
22.366581
112
0.654528
b8d0fb2f1bc612f23016a9695c9cb59c33a5e063
416
asm
Assembly
programs/oeis/014/A014979.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/014/A014979.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/014/A014979.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A014979: Numbers that are both triangular and pentagonal. ; 0,1,210,40755,7906276,1533776805,297544793910,57722156241751,11197800766105800,2172315626468283465,421418033734080886426,81752926228785223683195,15859646270350599313653420 mul $0,2 trn $0,1 seq $0,157089 ; Consider all Consecutive Integer Pythagorean septup...
52
173
0.802885
771e66de618394d1a4b7b9a40bbf74ed5bfa6376
577
asm
Assembly
libsrc/math/daimath32/c/sccz80/l_f32_f2sint.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/math/daimath32/c/sccz80/l_f32_f2sint.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/math/daimath32/c/sccz80/l_f32_f2sint.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_dai32 PUBLIC l_f32_f2sint PUBLIC l_f32_f2uint PUBLIC l_f32_f2ulong PUBLIC l_f32_f2slong EXTERN ___dai32_setup_single_reg EXTERN ___dai32_return EXTERN ___dai32_xfix EXTERN ___dai32_fpac l_f32_f2sint: l_f32_f2uint: l_f32_f2slong: l_f32_f2...
19.233333
39
0.60312
07fbe697f1aa410f024f247156bce44550d603bb
7,817
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_1032.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_1032.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_1032.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 %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x929a, %r12 nop nop nop nop add %rax, %rax and $0xffffffffffffffc0, %r12 vmovaps (%r12), %ymm2 vextracti128 $1, %ymm2, %xmm2 vpextrq $0, %xmm2, %r9 and %r11, %r11 lea addresses...
33.549356
2,999
0.657797
3b1f9b0e69588d04f46c9d66caf82d49a19bd0a8
339
asm
Assembly
programs/oeis/004/A004960.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/004/A004960.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/004/A004960.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A004960: a(n) = ceiling(n*phi^5), where phi is the golden ratio, A001622. ; 0,12,23,34,45,56,67,78,89,100,111,122,134,145,156,167,178,189,200,211,222,233,244,256,267,278,289,300,311,322,333,344,355,366,378,389,400,411,422,433,444,455,466,477 mov $1,$0 add $0,1 mul $1,$0 mul $0,11 lpb $1 sub $1,$0 add $0,1 trn ...
24.214286
167
0.657817
a229884ff78297f1e960916a7afb503eb336a167
147
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sample2/interrupt.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sample2/interrupt.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sample2/interrupt.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: interrupt.asm Type: file Size: 19083 Last-Modified: '1992-10-05T06:12:42Z' SHA-1: C76D989143FB47E4CED4C8C716CC182D879D9EF9 Description: null
21
47
0.816327
c01702a17ea0bac6932175aa1b78bf507ba018df
759
asm
Assembly
programs/oeis/302/A302588.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/302/A302588.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/302/A302588.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A302588: a(n) = a(n-3) + 7*(n-2), a(0)=1, a(1)=2, a(2)=4. ; 1,2,4,8,16,25,36,51,67,85,107,130,155,184,214,246,282,319,358,401,445,491,541,592,645,702,760,820,884,949,1016,1087,1159,1233,1311,1390,1471,1556,1642,1730,1822,1915,2010 mov $12,$0 mov $14,$0 add $14,1 lpb $14,1 clr $0,12 mov $0,$12 sub $14,1 sub $...
17.25
172
0.478261
b72a0209509e14ec641bbdfee990e243d8aba75d
434
asm
Assembly
oeis/246/A246697.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/246/A246697.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/246/A246697.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A246697: Row sums of the triangular array A246696. ; Submitted by Jamie Morken(s3) ; 1,5,16,34,67,111,178,260,373,505,676,870,1111,1379,1702,2056,2473,2925,3448,4010,4651,5335,6106,6924,7837,8801,9868,10990,12223,13515,14926,16400,18001,19669,21472,23346,25363,27455,29698,32020,34501,37065,39796 mov $2,$0 mov $3,$0 ...
22.842105
213
0.700461
f174889d39617faa63852c7df50018686ea6d72a
752
asm
Assembly
oeis/028/A028196.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/028/A028196.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/028/A028196.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A028196: Expansion of 1/((1-5x)(1-9x)(1-10x)(1-11x)). ; Submitted by Christian Krause ; 1,35,776,13930,221151,3240825,44906926,597218720,7698198101,96837355615,1194615734676,14505367659510,173840151316651,2060770407338405,24205227062904026,282088240414000300,3265447176464616801,37582206965366853195,430364865022642734...
41.777778
481
0.797872
bef158ef7d03e60171d536d7cecd0d2b3a07ffe3
744
asm
Assembly
oeis/143/A143056.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/143/A143056.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/143/A143056.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A143056: a(n) = Re(b(n)) where b(n)=(1+i)*b(n-1)+b(n-2), with b(1)=0, b(2)=1. ; Submitted by Christian Krause ; 0,1,1,1,0,-3,-9,-19,-32,-43,-39,5,128,377,783,1305,1728,1513,-367,-5495,-15744,-32267,-53177,-69371,-58464,21693,235305,656909,1328896,2165489,2781855,2249009,-1161856,-10052911,-27385695,-54696687,-8812569...
41.333333
493
0.71371
04fbd571857688651b601a216369ab73148281d5
314
asm
Assembly
src/G1/boot.asm
mzxrules/z64-dual
f3f7877875ee6400223a449a392fd4a74ac97c56
[ "MIT" ]
null
null
null
src/G1/boot.asm
mzxrules/z64-dual
f3f7877875ee6400223a449a392fd4a74ac97c56
[ "MIT" ]
null
null
null
src/G1/boot.asm
mzxrules/z64-dual
f3f7877875ee6400223a449a392fd4a74ac97c56
[ "MIT" ]
null
null
null
.headersize(0x80080060 - G1_ADDR - 0x1060) //Fix dmadata read .org 0x80080D14 lui a0, hi(G_G1_DMADATA) lui t6, hi(G_G1_DMADATA + G1_DMADATA_SIZE) addiu t6, lo(G_G1_DMADATA + G1_DMADATA_SIZE) addiu a0, a0, lo(G_G1_DMADATA) //prevent osNmiBuffer from being wiped .org 0x8008A8F0 nop
26.166667
50
0.700637
86d01e8ce801700b91b0ea3d0fc066390b64c319
933
asm
Assembly
oeis/273/A273409.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/273/A273409.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/273/A273409.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A273409: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 678", based on the 5-celled von Neumann neighborhood. ; 1,6,11,28,37,66,87,152,177,254,291,404,453,602,687,944,1033,1302,1403,1708,1821,2162,2311,2760,2921,3406,3603,4196,4429,...
77.75
495
0.778135
55b9e801bfc5317d4dfa7e047ebb5752b720d8eb
4,949
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1260.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1260.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1260.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x14db5, %rsi lea addresses_D_ht+0x8555, %rdi nop nop sub %r15, %r15 mov $126, %rcx rep movsb nop nop nop nop cmp %rsi, %rsi lea addresses_normal_ht+0x9195, %r12 clflush (%r12) nop nop ...
44.585586
2,999
0.66074
2dc134fb2dd9942c641af12ba91e163c81e52b61
333
asm
Assembly
programs/oeis/145/A145816.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/145/A145816.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/145/A145816.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A145816: 1/4 of the number of islands of ones fitting in an n X n array symmetric under 90-degree rotation with all ones connected only either three adjacent vertically or three adjacent horizontally. ; 0,0,0,0,1,1,2,2,3,3,4,5,6,7,9,9,11,12,14,15,17,18 mov $3,$0 div $0,2 mov $2,$3 add $2,1 mul $0,$2 mov $1,3 add $1,...
27.75
202
0.6997
7c759b699da2720d021594f5522de3b4eda7f28a
225
asm
Assembly
oeis/222/A222346.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/222/A222346.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/222/A222346.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A222346: Number of (n+2) X 1 arrays of occupancy after each element moves up to +-n places including 0. ; 8,33,124,460,1714,6433,24308,92376,352714,1352076 add $0,3 mov $1,2 mul $1,$0 bin $1,$0 div $1,2 sub $1,2 mov $0,$1
20.454545
105
0.68
4446c5b13dbbe194218c416b2d6d78220921af00
40,059
asm
Assembly
software/application/ifirm.asm
JCLemme/eprisc
05a792c1845982bf5571e2eed5e3f3cef845d2e2
[ "MIT" ]
null
null
null
software/application/ifirm.asm
JCLemme/eprisc
05a792c1845982bf5571e2eed5e3f3cef845d2e2
[ "MIT" ]
null
null
null
software/application/ifirm.asm
JCLemme/eprisc
05a792c1845982bf5571e2eed5e3f3cef845d2e2
[ "MIT" ]
null
null
null
; epRISC Interactive Firmware ; copyright 2018 by John C Lemme, jclemme (at) proportionallabs (dot) com ; Layout of the dictionary ; Word 0 Defined[0Empty,1Code,2Variable,3Constant],Precedence[0Norm,1Immd],Pad[2bit],NameSize[1byte] ; Word 1..n Packed name, zero padded ; Word n+1 Next definition ; Word n+2 Code po...
46.310983
144
0.392271
54d6088f88432a1a75adc69129723aa0be64a3f9
587
asm
Assembly
programs/oeis/007/A007093.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/007/A007093.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/007/A007093.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A007093: Numbers in base 7. ; Coded manually 2021-05-07 by Simon Strandgaard, https://github.com/neoneye ; 0,1,2,3,4,5,6,10,11,12,13,14,15,16,20,21,22,23,24,25,26,30,31,32,33,34,35,36,40,41,42,43,44,45,46,50,51,52,53,54,55,56,60,61,62,63,64,65,66,100,101,102,103,104,105,106,110,111,112,113,114,115,116,120 mov $3,1 ;...
39.133333
201
0.679727
413cfa0ac10d5e5f978c921ba2e93899837fb6f0
1,478
asm
Assembly
binutils-2.21.1/gcc-4.5.1/gcc/config/xtensa/crtn.asm
cberner12/xv6
53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845
[ "MIT-0" ]
51
2015-01-31T01:51:39.000Z
2022-02-18T02:01:50.000Z
binutils-2.21.1/gcc-4.5.1/gcc/config/xtensa/crtn.asm
cberner12/xv6
53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845
[ "MIT-0" ]
7
2017-05-29T09:29:00.000Z
2019-03-11T16:01:39.000Z
binutils-2.21.1/gcc-4.5.1/gcc/config/xtensa/crtn.asm
cberner12/xv6
53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845
[ "MIT-0" ]
12
2015-03-26T08:05:38.000Z
2022-02-18T02:01:51.000Z
# End of .init and .fini sections. # Copyright (C) 2003, 2009 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later ver...
31.446809
73
0.752368
82bf35137ba01e7cce758243dc5f5e6bbfb30287
487
asm
Assembly
oeis/194/A194589.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/194/A194589.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/194/A194589.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A194589: a(n) = A194588(n) - A005043(n); complementary Riordan numbers. ; Submitted by Jon Maiga ; 0,0,1,1,5,11,34,92,265,751,2156,6194,17874,51702,149941,435749,1268761,3700391,10808548,31613474,92577784,271407896,796484503,2339561795,6877992334,20236257626,59581937299,175546527727,517538571125,1526679067331,4505996...
24.35
227
0.694045
5c8f1dc9656d39f1bc2b0a21157179c8fcc20820
333
asm
Assembly
commands/help.asm
alexbelm48/AtieDOS
89e10732870ea0cb0d665974966cc19753fe6698
[ "BSD-3-Clause" ]
33
2020-03-14T16:42:25.000Z
2022-01-15T21:04:01.000Z
commands/help.asm
alexbelm48/AtieDOS
89e10732870ea0cb0d665974966cc19753fe6698
[ "BSD-3-Clause" ]
1
2020-03-18T11:35:36.000Z
2020-03-18T11:35:36.000Z
commands/help.asm
alexbelm48/AtieDOS
89e10732870ea0cb0d665974966cc19753fe6698
[ "BSD-3-Clause" ]
6
2020-03-15T09:55:26.000Z
2021-07-06T13:47:43.000Z
; AtieDOS 2.10 Help Command ; Copyright (c) 2020 AtieSoftware. All rights reserved. ; See LICENSE in the root folder command_help: call os_command_init mov bx, .HELP_COMMANDS call os_print_string call os_command_finish .HELP_COMMANDS: db "about chset clear echo help pause prompt restart shutdown s...
20.8125
91
0.756757
c58673a4f4e87a7873a53d49e2ebaee15636527d
774
asm
Assembly
oeis/345/A345176.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/345/A345176.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/345/A345176.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A345176: a(n) = Sum_{k=1..n} floor(n/k)^k. ; Submitted by Jamie Morken(s3) ; 1,3,5,10,12,26,28,52,73,115,117,295,297,439,713,1160,1162,2448,2450,4644,6832,8902,8904,23536,25639,33857,53247,84961,84963,192237,192239,318477,493909,625015,695789,1761668,1761670,2285996,3872598,6255230,6255232,13392362,13392364,21608510,...
33.652174
501
0.728682
3fdd781f9e50b90b5ad1e5c8b4ac2e2d7bdb1c4c
29,800
asm
Assembly
MSDOS/Virus.MSDOS.Unknown.vclquake.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
MSDOS/Virus.MSDOS.Unknown.vclquake.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
MSDOS/Virus.MSDOS.Unknown.vclquake.asm
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
; ----------------------------------------------------------------------------- ; QUAKE.ASM ; Created with Nowhere Man's Virus Creation Laboratory v1.00 ; ; Heavily modified VCL and Original Code by the best Bleeding Edge virus ; writer: Night Breeze. See you all in fuckin' HELL! ; ; This is a "spawning" virus and, te...
41.678322
81
0.429228
7012b0ee0de563f59e1d753ee35ed4840b547dd3
710
asm
Assembly
programs/oeis/033/A033562.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/033/A033562.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/033/A033562.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A033562: a(n) = 2*n^3 + 1. ; 1,3,17,55,129,251,433,687,1025,1459,2001,2663,3457,4395,5489,6751,8193,9827,11665,13719,16001,18523,21297,24335,27649,31251,35153,39367,43905,48779,54001,59583,65537,71875,78609,85751,93313,101307,109745,118639,128001,137843,148177,159015,170369,182251,194673,207647,221185,235299,250001,2...
101.428571
652
0.815493
80a6bcdc991bd29a34901842d87c3bebf01b7d95
779
asm
Assembly
oeis/008/A008269.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/008/A008269.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/008/A008269.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A008269: Number of strings on n symbols in Stockhausen problem. ; Submitted by Jamie Morken(s1.) ; 1,2,9,112,2921,126966,8204497,735944084,87394386417,13265365173706,2504688393449081,575664638548522392,158222202503521622809,51242608446417388426622,19312113111034490954560641,8379247307752508262094697596,41468368503519...
33.869565
490
0.803594
dbbd7f0b5a59721a6a1d3d80b4236659d3130fca
763
asm
Assembly
oeis/345/A345094.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/345/A345094.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/345/A345094.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A345094: a(n) = Sum_{k=1..n} floor(n/k)^(floor(n/k) - 1). ; Submitted by Christian Krause ; 1,3,11,68,630,7790,117664,2097224,43046801,1000000643,25937425245,743008378547,23298085130341,793714773371879,29192926025508929,1152921504608944840,48661191875668966346,2185911559738739586562,104127350297911284587436,524288000...
33.173913
477
0.777195
83e83c05d217113795fb5089a34aa4bebb5fb233
625
asm
Assembly
oeis/104/A104721.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/104/A104721.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/104/A104721.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A104721: Expansion of (1+x)^2/(1-4*x^2). ; 1,2,5,8,20,32,80,128,320,512,1280,2048,5120,8192,20480,32768,81920,131072,327680,524288,1310720,2097152,5242880,8388608,20971520,33554432,83886080,134217728,335544320,536870912,1342177280,2147483648,5368709120,8589934592,21474836480,34359738368,85899345920,137438953472,34359...
48.076923
497
0.8208
3ddbc5ca39c257755a1c93aa1a48a748a6579aa3
397
asm
Assembly
programs/oeis/137/A137495.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/137/A137495.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/137/A137495.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A137495: A098601(2n)+A098601(2n+1) ; 2,3,4,7,13,23,40,70,123,216,379,665,1167,2048,3594,6307,11068,19423,34085,59815,104968,184206,323259,567280,995507,1746993,3065759,5380032,9441298,16568323,29075380,51023735,89540413,157132471,275748264,483904470,849193147,1490230088 mov $1,$0 lpb $1 add $2,$0 add $3,$2 sub...
24.8125
235
0.702771
2c555ee332133911eaf73c138accd848a0154a70
390
asm
Assembly
programs/oeis/160/A160511.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/160/A160511.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/160/A160511.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A160511: Number of weighings needed to find lighter coins among n coins. ; 1,2,3,3,4,4,5,6,6,7,7,8,9,9,10,11,11,12,13,13,14,14,15,16,16,17,18,18,19 mov $2,$0 seq $0,74065 ; Numerators a(n) of fractions slowly converging to sqrt(3): let a(1) = 0, b(n) = n - a(n); if (a(n) + 1) / b(n) < sqrt(3), then a(n+1) = a(n) + 1...
35.454545
179
0.589744
23a599c03557ad071cdccfdc0e025a3527ae08f6
2,511
asm
Assembly
SumoBot_Code_Dev/SumoRing/asm/src/adc_util_triggered.asm
CmdrZin/chips_avr_examples
d4b57a8efd6aff2a678adef4fd405e6359e891e6
[ "MIT" ]
5
2017-04-17T15:11:40.000Z
2021-12-13T23:52:09.000Z
SumoBot_Code_Dev/SumoRing/asm/src/adc_util_triggered.asm
CmdrZin/chips_avr_examples
d4b57a8efd6aff2a678adef4fd405e6359e891e6
[ "MIT" ]
null
null
null
SumoBot_Code_Dev/SumoRing/asm/src/adc_util_triggered.asm
CmdrZin/chips_avr_examples
d4b57a8efd6aff2a678adef4fd405e6359e891e6
[ "MIT" ]
null
null
null
/* * ADC Utilities * * org: 10/21/2014 * auth: Nels "Chip" Pearson * * Target: LCD_CDM-116100 Demo Board, 8MHz, ATmega328P * * Usage: * .include adc_util_triggered.asm * * These functions are for triggered ADC sampling. * * Resources; * adc_buff 4 bytes * * NOTE: PORTC shared supports I2C. */ ; Mo...
18.195652
76
0.658303
a101f6805c4eee7efe596729930038f01c347ba2
2,914
asm
Assembly
Mips/fizzbuzz.asm
Mystic-Developer/FizzBuzz-EVERYTHING
2daed09d9d7b5e25e1027b7a740c179e653f74af
[ "MIT" ]
null
null
null
Mips/fizzbuzz.asm
Mystic-Developer/FizzBuzz-EVERYTHING
2daed09d9d7b5e25e1027b7a740c179e653f74af
[ "MIT" ]
null
null
null
Mips/fizzbuzz.asm
Mystic-Developer/FizzBuzz-EVERYTHING
2daed09d9d7b5e25e1027b7a740c179e653f74af
[ "MIT" ]
null
null
null
.data fizz: .asciiz "Fizz" buzz: .asciiz "Buzz" fizzbuzz: .asciiz "FizzBuzz" new_line: .asciiz "\n" prompt: .asciiz "Please enter the highest number you want to go for FizzBuzz: " .text addi $s0, $zero, 5 # s0 = 5; addi $s1, $zero, 3 # s1 = 3; addi $t0, $zero, 1 # t0 = 1; This will...
23.691057
151
0.56383
777a4dc85818e764eca6d8f6c01a950636cc165d
855
asm
Assembly
smsq/java/ip/init.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/java/ip/init.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/java/ip/init.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; IP initialisation V1.02  2004 Marcel Kilgus ; 1.02 check for UDP ; 1.01 adatped for java wl section ip xdef ip_init xref.l ip_vers xref ip_io xref ip_open xref ip_close xref ip_cnam xref iou_idset xref iou_idlk include 'dev8_mac_vec' include 'dev8_keys_iod' include 'dev8_keys_java' include 'dev...
16.442308
50
0.711111
df2bfa67c45984f8982f896c1d7b0d2a46b22a52
341
asm
Assembly
programs/oeis/139/A139817.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/139/A139817.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/139/A139817.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A139817: 2^n - number of digits of 2^n. ; 0,1,3,7,14,30,62,125,253,509,1020,2044,4092,8188,16379,32763,65531,131066,262138,524282,1048569,2097145,4194297,8388601,16777208,33554424,67108856,134217719,268435447,536870903,1073741814,2147483638,4294967286,8589934582 mov $2,2 pow $2,$0 mov $0,$2 mov $1,$2 lpb $0,1 div ...
28.416667
222
0.741935
98fab2de363a39e9ede8a5ba6ecb034d3d9a3716
7,936
asm
Assembly
z80/dzx0_fast.asm
pfusik/ZX0
dcbb75d404c9a438ceab6b082afe37e79d4fa0b1
[ "BSD-3-Clause" ]
1
2021-09-23T02:28:20.000Z
2021-09-23T02:28:20.000Z
z80/dzx0_fast.asm
pfusik/ZX0
dcbb75d404c9a438ceab6b082afe37e79d4fa0b1
[ "BSD-3-Clause" ]
null
null
null
z80/dzx0_fast.asm
pfusik/ZX0
dcbb75d404c9a438ceab6b082afe37e79d4fa0b1
[ "BSD-3-Clause" ]
null
null
null
; ; Speed-optimized ZX0 decompressor by spke (191 bytes) ; ; ver.00 by spke (27/01-23/03/2021, 191 bytes) ; ver.01 by spke (24/03/2021, 193(+2) bytes - fixed a bug in the initialization) ; ver.01patch2 by uniabis (25/03/2021, 191(-2) bytes - fixed a bug with elias over 8bits) ; ver.01patch3 by uniabis (27/03/2021,...
31.61753
111
0.529108
d16884d804f7ea8e20bc0fdf49a8826a0b28c2ff
807
asm
Assembly
oeis/188/A188685.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/188/A188685.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/188/A188685.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A188685: Partial alternating sums of binomial(3n,n)^2/(2n+1)^2. ; Submitted by Christian Krause ; 1,0,9,135,2890,71639,1967545,58125959,1813561210,59034994415,1987910416810,68818255912790,2437897047570874,88061136002276310,3234416650430634090,120525771933269446806,4548292982313797644875,173561488213443692617350,66889...
42.473684
472
0.804213
4364414f7d657c2c36ffe47eb905c1b0110b23e0
843
asm
Assembly
programs/oeis/010/A010892.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010892.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010892.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A010892: Inverse of 6th cyclotomic polynomial. A period 6 sequence. ; 1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-1,0,1,1,0,-1,-...
36.652174
584
0.467378
fda352aebb6b2773d1474a6f39f96588d1e6219d
3,544
asm
Assembly
main.asm
Kenneth-Sweet/GameBoyCProj
cccb47969b6beb275a286bdb5d4412cc28431978
[ "MIT" ]
null
null
null
main.asm
Kenneth-Sweet/GameBoyCProj
cccb47969b6beb275a286bdb5d4412cc28431978
[ "MIT" ]
null
null
null
main.asm
Kenneth-Sweet/GameBoyCProj
cccb47969b6beb275a286bdb5d4412cc28431978
[ "MIT" ]
null
null
null
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 4.1.6 #12539 (MINGW32) ;-------------------------------------------------------- .module main .optsdcc -mgbz80 ;-------------------------------------------------------- ; Public variables in...
24.611111
66
0.430587
baae497b1e0867931eb07e4c1e4b909a34055de4
1,271
asm
Assembly
programs/oeis/128/A128470.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/128/A128470.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/128/A128470.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A128470: a(n) = 30*n + 1. ; 1,31,61,91,121,151,181,211,241,271,301,331,361,391,421,451,481,511,541,571,601,631,661,691,721,751,781,811,841,871,901,931,961,991,1021,1051,1081,1111,1141,1171,1201,1231,1261,1291,1321,1351,1381,1411,1441,1471,1501,1531,1561,1591,1621,1651,1681,1711,1741,1771,1801,1831,1861,1891,1921,1951...
181.571429
1,212
0.778914
6064637b56dc41e8dce9e866224a4d631b0c29e3
343
asm
Assembly
libsrc/adt/linkedlist/adt_ListConcat.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/adt/linkedlist/adt_ListConcat.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/adt/linkedlist/adt_ListConcat.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void adt_ListConcat(struct adt_List *list1, struct sp_List *list2) ; CALLER linkage for function pointers PUBLIC adt_ListConcat EXTERN adt_ListConcat_callee EXTERN ASMDISP_ADT_LISTCONCAT_CALLEE .adt_ListConcat pop bc pop hl pop de push de push hl push bc jp adt_ListConcat_callee + ASMDISP...
18.052632
68
0.781341
73cf4edaab7e32e4eaef62e17d6129730330c952
2,343
asm
Assembly
3rd Year/Computer Architecture II/t3.asm
DanielNugent/College
6b6807fd35334eb4bbcc65f800c5f5137f96be68
[ "MIT" ]
1
2020-03-13T12:20:39.000Z
2020-03-13T12:20:39.000Z
3rd Year/Computer Architecture II/t3.asm
DanielNugent/College
6b6807fd35334eb4bbcc65f800c5f5137f96be68
[ "MIT" ]
null
null
null
3rd Year/Computer Architecture II/t3.asm
DanielNugent/College
6b6807fd35334eb4bbcc65f800c5f5137f96be68
[ "MIT" ]
1
2020-05-12T14:01:07.000Z
2020-05-12T14:01:07.000Z
add r0, #4, r9 ; int_inp = 4 max: ; int max(int a, int b, int c) add r0, r26, r1 ; r1 = v = a sub r27, r1, r0, {C} ; if(b > v) then v = b jle max_1 ; xor r0, r0, r0 ; no operation add r0, r27, r1 ; max_1: sub r28, r1, ...
32.09589
85
0.412292
eec0f318c6171fa0fcb44279c7d63593975f0751
1,925
asm
Assembly
programs/oeis/059/A059570.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/059/A059570.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/059/A059570.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A059570: Number of fixed points in all 231-avoiding involutions in S_n. ; 1,2,6,14,34,78,178,398,882,1934,4210,9102,19570,41870,89202,189326,400498,844686,1776754,3728270,7806066,16311182,34020466,70837134,147266674,305718158,633805938,1312351118,2714180722,5607318414,11572550770,23860929422,49153514610,101170340750,...
175
1,753
0.913247
8623fc8b539867d64900dcf90ff6c5cf200ec9be
2,839
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21_40.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21_40.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21_40.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 %rbp push %rbx push %rdx lea addresses_normal_ht+0x381c, %rdx nop nop nop nop and %rbp, %rbp mov $0x6162636465666768, %r13 movq %r13, (%rdx) inc %r13 lea addresses_D_ht+0x180c4, %r11 nop nop nop nop xor $56007, %rdx movb (%r11), %r...
18.555556
128
0.640719
a3a7d40c8fb2817daa7f78effad69088fad6f64c
604
asm
Assembly
oeis/224/A224336.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/224/A224336.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/224/A224336.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A224336: Number of idempotent 5X5 0..n matrices of rank 4. ; 155,805,2555,6245,12955,24005,40955,65605,99995,146405,207355,285605,384155,506245,655355,835205,1049755,1303205,1599995,1944805,2342555,2798405,3317755,3906245,4569755,5314405,6146555,7072805,8099995,9235205,10485755,11859205,13363355,15006245,16796155,187...
67.111111
495
0.834437
1bc8457b663148df6a0bfd65e029f27ce25dec46
139
asm
Assembly
scripts/CeruleanCave2F.asm
AmateurPanda92/pokemon-rby-dx
f7ba1cc50b22d93ed176571e074a52d73360da93
[ "MIT" ]
9
2020-07-12T19:44:21.000Z
2022-03-03T23:32:40.000Z
scripts/CeruleanCave2F.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
scripts/CeruleanCave2F.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2021-03-28T18:33:43.000Z
2021-05-06T13:12:09.000Z
CeruleanCave2F_Script: jp EnableAutoTextBoxDrawing CeruleanCave2F_TextPointers: dw PickUpItemText dw PickUpItemText dw PickUpItemText
17.375
28
0.877698
4fe8fe92d5fb0b9f048b5c707cbd2d62c90eef2c
1,147
asm
Assembly
programs/oeis/156/A156812.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/156/A156812.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/156/A156812.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A156812: a(n) = 225*n^2 - 199*n + 44. ; 44,70,546,1472,2848,4674,6950,9676,12852,16478,20554,25080,30056,35482,41358,47684,54460,61686,69362,77488,86064,95090,104566,114492,124868,135694,146970,158696,170872,183498,196574,210100,224076,238502,253378,268704,284480,300706,317382,334508,352084,370110,388586,407512,42688...
29.410256
698
0.686138
0b50f65ab450a9b3ceab99052365e46e13aa2bac
2,726
asm
Assembly
ioctl/Cat08.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
1
2021-11-25T14:01:48.000Z
2021-11-25T14:01:48.000Z
ioctl/Cat08.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
null
null
null
ioctl/Cat08.asm
osfree-project/FamilyAPI
2119a95cb2bbe6716ecacff4171866f6ea51b8d7
[ "BSD-3-Clause" ]
2
2021-11-05T06:48:43.000Z
2021-12-06T08:07:38.000Z
;/*! ; @file ; ; @ingroup fapi ; ; @brief DosDevIOCtl Category 8 Functions ; ; (c) osFree Project 2021, <http://www.osFree.org> ; for licence see licence.txt in root directory, or project website ; ; This is Family API implementation for DOS, used with BIND tools ; to link required API ; ; @author Yuri ...
26.211538
95
0.68562
500886cc2503a6fb73c2116de9c0a072e2dc67b6
422
asm
Assembly
oeis/299/A299920.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/299/A299920.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/299/A299920.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A299920: Motzkin numbers (A001006) mod 6. ; Submitted by Christian Krause ; 1,1,2,4,3,3,3,1,5,1,4,2,1,3,0,0,3,3,0,0,3,3,3,3,3,1,2,4,1,5,1,3,3,3,4,2,1,1,5,1,3,3,0,0,3,3,0,0,3,3,0,0,3,3,3,3,3,3,0,0,3,3,0,0,3,3,0,0,3,3,3,3,3,3,0,0,3,3,0,4,5,1,4,2,1,3,3,3,1,5,4,4,5,1,3,3,3,3,0,0 seq $0,1006 ; Motzkin numbers: number of ...
60.285714
201
0.635071
f6ce5e61633cafff7ec54c3d2e632647f5696371
685
asm
Assembly
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fmul.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fmul.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/c/sccz80/cam32_sccz80_fmul.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; float __fmul(float left, float right) SECTION code_clib SECTION code_fp_am9511 PUBLIC cam32_sccz80_fmul EXTERN cam32_sccz80_switch_arg, cam32_sccz80_readl EXTERN asm_am9511_fmul ; multiply two sccz80 floats ; ; enter : stack = sccz80_float left, sccz80_float right, ret ; ; exit : DEHL = scc...
26.346154
86
0.654015
616feced33981a0a207747cabcb1fd929d82c13c
6,492
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1873.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_1873.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_1873.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1ac24, %rsi lea addresses_WC_ht+0x1bf84, %rdi nop nop nop nop nop inc %rbp mov $10, %rcx rep movsb nop nop and %r12, %r12 lea addresses_A_ht+0x1cd24, %r15 nop nop nop nop nop cmp ...
36.268156
2,999
0.656808
4eb7dde95a6cdb816551028f287cdbaac696cc57
3,845
asm
Assembly
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_uscib1_spi_10.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_uscib1_spi_10.asm
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
null
null
null
apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_uscib1_spi_10.asm
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
null
null
null
;******************************************************************************* ; msp430x24x Demo - USCI_B1, SPI 3-Wire Slave Data Echo ; ; Description: SPI slave talks to SPI master using 3-wire mode. Data received ; from master is echoed back. USCI RX ISR is used to handle communication, ; CPU normally...
50.592105
91
0.394278
98f7e8a78b8a37ded937530e397d6c48efa44cae
591
asm
Assembly
oeis/142/A142471.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142471.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142471.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142471: a(0) = a(1) = 0; thereafter a(n) = a(n-1)*a(n-2) + 2. ; Submitted by Jon Maiga ; 0,0,2,2,6,14,86,1206,103718,125083910,12973452977382,1622770224612082123622,21052933202100473722674133293917606,34164073141115747076263787631563122725393126176374288934,71925394975158473455710759024063742095079387170370903455158...
42.214286
408
0.817259
92060ea3ff89ec3ae3341bcb7b4f598eae80da25
1,186
asm
Assembly
engine/events/sweet_scent.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
engine/events/sweet_scent.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
engine/events/sweet_scent.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
SweetScentFromMenu: ld hl, .SweetScent call QueueScript ld a, $1 ld [wFieldMoveSucceeded], a ret .SweetScent: reloadmappart special UpdateTimePals callasm GetPartyNick writetext UnknownText_0x50726 waitbutton callasm SweetScentEncounter iffalse SweetScentNothing checkflag ENGINE_BUG_CONTEST_TIMER iftrue ...
17.188406
43
0.812816
4e2280a10c696add63d79b827d8c94fb0966594b
321
asm
Assembly
programs/oeis/317/A317657.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/317/A317657.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/317/A317657.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A317657: Numbers congruent to {15, 75, 95} mod 100. ; 15,75,95,115,175,195,215,275,295,315,375,395,415,475,495,515,575,595,615,675,695,715,775,795,815,875,895,915,975,995,1015,1075,1095,1115,1175,1195,1215,1275,1295,1315,1375,1395,1415,1475,1495,1515 mov $1,$0 add $0,2 div $0,3 mul $0,2 add $0,$1 mul $0,20 add $0,15...
29.181818
198
0.700935
2a8c81566bdf33da171e591ac557dcb54508f56a
520
asm
Assembly
oeis/140/A140248.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/140/A140248.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/140/A140248.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A140248: Decimal expansion of 0.3 * sqrt(15). ; Submitted by Christian Krause ; 1,1,6,1,8,9,5,0,0,3,8,6,2,2,2,5,0,6,5,5,5,3,7,7,9,6,1,9,9,3,4,7,1,9,8,8,3,2,4,9,8,7,6,5,1,1,5,8,7,4,7,7,2,4,7,9,7,6,2,7,2,1,2,9,8,3,4,0,4,4,9,2,7,5,8,1,0,9,3,7,1,0,0,5,5,7,8,6,2,1,3,0,5,7,6,0,2,0,5,5 mov $3,$0 mul $3,3 lpb $3 mov $5,$6...
18.571429
201
0.528846
5c1d4a16c45ad7b6244bdd3c21182d6f41f86c9b
38
asm
Assembly
asminator/Debug/rawdatatest.asm
mgohde/MiniMicroII
28351912580956551041fe00ebcbd320562a617e
[ "BSD-2-Clause" ]
null
null
null
asminator/Debug/rawdatatest.asm
mgohde/MiniMicroII
28351912580956551041fe00ebcbd320562a617e
[ "BSD-2-Clause" ]
null
null
null
asminator/Debug/rawdatatest.asm
mgohde/MiniMicroII
28351912580956551041fe00ebcbd320562a617e
[ "BSD-2-Clause" ]
null
null
null
>lbl1 . 1,2 >lbl2 nop #lbl1 nop #lbl2
6.333333
9
0.631579
d1cf33783b53db53530c3c576d3161436f7d8292
771
asm
Assembly
oeis/177/A177728.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/177/A177728.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/177/A177728.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A177728: Expansion of (1 + 14*x) / ((1 - x)*(1 - 2*x)*(1 - 4*x)*(1 - 8*x)*(1 - 16*x)). ; Submitted by Christian Krause ; 1,45,1085,20925,366141,6120765,100080445,1618667325,26038501181,417737748285,6692790374205,107156587499325,1715081133346621,27445904805580605,439171333486530365,7027036201446788925,1124349381999856...
48.1875
486
0.780804
124f18a6a6fc938a01851bf4a6b9346cf7003ec2
495
asm
Assembly
programs/oeis/075/A075425.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/075/A075425.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/075/A075425.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A075425: Number of steps to reach 1 starting with n and iterating the map n ->rad(n)-1, where rad(n) is the squarefree kernel of n (A007947). ; 0,1,2,1,2,3,4,1,2,3,4,3,4,5,6,1,2,3,4,3,4,5,6,3,2,3,2,5,6,7,8,1,2,3,4,3,4,5,6,3,4,5,6,5,6,7,8,3,4,3,4,3,4,3,4,5,6,7,8,7,8,9,4,1,2,3,4,3,4,5,6,3,4,5,6,5,6,7,8,3,2,3,4,5,6,7,8,...
49.5
202
0.614141
9fc57a561faedfa510c1746a022ca6173f23f5c8
537
asm
Assembly
oeis/263/A263790.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/263/A263790.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/263/A263790.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A263790: The number of length-n permutations avoiding the patterns 1234, 1324 and 2143. ; Submitted by Christian Krause ; 1,1,2,6,21,75,268,958,3425,12245,43778,156514,559565,2000543,7152292,25570698,91419729,326841561,1168515890,4177649198,14935828405,53398205443,190907947468,682529386598,2440162233937,8724007852045...
25.571429
245
0.724395
a8b34ed1d9c798054ffa1c8d4e2ae300100fb020
434
asm
Assembly
programs/oeis/109/A109474.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/109/A109474.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/109/A109474.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A109474: a(1)=1, a(2)=3; thereafter, a(n) = least positive integer > a(n-1) and not equal to a(i)+a(j)+a(k) for 1<=i<=j<=k<=n-1. ; 1,3,4,13,14,23,24,33,34,43,44,53,54,63,64,73,74,83,84,93,94,103,104,113,114,123,124,133,134,143,144,153,154,163,164,173,174,183,184,193,194,203,204,213,214,223,224,233,234,243,244,253,254...
33.384615
213
0.626728
4e83dc7ba6d0a1827ad1b150532f20b0b9332bea
879
asm
Assembly
oeis/268/A268093.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/268/A268093.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/268/A268093.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A268093: Number of 1 X n 0..2 arrays with every repeated value in every row not one larger and in every column one larger mod 3 than the previous repeated value, and upper left element zero. ; Submitted by Christian Krause ; 1,3,9,26,74,208,580,1608,4440,12224,33584,92128,252448,691200,1891392,5173376,14145920,386713...
39.954545
487
0.796359
0d6600b821a45d41d6f81b84143ed4561bc521f1
511
asm
Assembly
kernel/cpu/syscall.asm
modscleo4/dos
91a83f55be4065026404e488a9bff23b7d7a3353
[ "Apache-2.0" ]
11
2020-05-19T13:04:24.000Z
2022-03-18T22:39:29.000Z
kernel/cpu/syscall.asm
modscleo4/dos
91a83f55be4065026404e488a9bff23b7d7a3353
[ "Apache-2.0" ]
null
null
null
kernel/cpu/syscall.asm
modscleo4/dos
91a83f55be4065026404e488a9bff23b7d7a3353
[ "Apache-2.0" ]
null
null
null
global syscall_handler section .text syscall_handler: extern run_syscall extern __syscall_ret cli push byte 1 push byte 0 pusha push ds push es push fs push gs mov ax, 0x10 mov ds, ax mov es, ax mov fs, ax mov gs, ax push esp ...
12.463415
29
0.53229
58cec07b2fe76e576283b0915c6edfb81e2ad505
578
asm
Assembly
libsrc/_DEVELOPMENT/EXAMPLES/z80/stdio/terminal/term_01_output_char/term_01_output_char_iterm_msg_bell.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/EXAMPLES/z80/stdio/terminal/term_01_output_char/term_01_output_char_iterm_msg_bell.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/EXAMPLES/z80/stdio/terminal/term_01_output_char/term_01_output_char_iterm_msg_bell.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver SECTION code_driver_terminal_output PUBLIC term_01_output_char_iterm_msg_bell EXTERN l_ret defc term_01_output_char_iterm_msg_bell = l_ret ; * ITERM_MSG_BELL (optional) ; ; can use: af, bc, de, hl ; ; The input terminal generates this message to ; indicate the edit buffer is eithe...
27.52381
64
0.769896
4518e4f1fe1cbdb3c8d1fe78b6b182bcad5d849b
7,944
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1533.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_1533.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_1533.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x124db, %rsi lea addresses_WC_ht+0x1c597, %rdi clflush (%rdi) nop nop xor %r15, %r15 mov $80, %rcx rep movsb nop nop nop nop and %r8, %r8 lea addresses_WT_ht+0x1e297, %r14 clf...
35.464286
2,999
0.657855
5c3d7f203e69a4a9d3b74f1ef396eac261536f65
40
asm
Assembly
src/main/fragment/mos6502-common/_deref_pwuz1=vbuaa.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/_deref_pwuz1=vbuaa.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/_deref_pwuz1=vbuaa.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
ldy #0 sta ({z1}),y tya iny sta ({z1}),y
8
12
0.55
4e11c38db3811f8a6683485497adbadc3ce2f966
6,661
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_234.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_234.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_234.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x14464, %rdx nop nop nop nop sub %rbp, %rbp mov (%rdx), %rsi sub %r13, %r13 lea addresses_WC_ht+0x7500, %rsi lea addresses_normal_ht+0x103b0, %rdi clflush (%rdi) nop nop nop ...
34.874346
2,999
0.661762
2ae943e0cde24012b3a9943670bf647ea0313416
145
asm
Assembly
libsrc/_DEVELOPMENT/inttypes/c/sdcc_iy/imaxabs_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/inttypes/c/sdcc_iy/imaxabs_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/inttypes/c/sdcc_iy/imaxabs_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; intmax_t imaxabs_fastcall(intmax_t j) SECTION code_inttypes PUBLIC _imaxabs_fastcall EXTERN _labs_fastcall defc _imaxabs = _labs_fastcall
13.181818
39
0.841379
cb87a6fbfd05e606e856578b95f3a22109758e7b
245
asm
Assembly
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_ide_get_lfn_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_ide_get_lfn_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_ide_get_lfn_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; unsigned char esx_ide_get_lfn(struct esx_lfn *dir, struct esx_cat_entry *query) SECTION code_esxdos PUBLIC esx_ide_get_lfn_callee EXTERN asm_esx_ide_get_lfn esx_ide_get_lfn_callee: pop hl pop de ex (sp),hl jp asm_esx_ide_get_lfn
15.3125
81
0.804082
cb8f593bf81163325b16a935ee03841686b1722a
880
asm
Assembly
os/bootloader/32bit_print.asm
stplasim/basic-os
36d951e2e2adcbae75a6066b464552b61a3d7f2c
[ "MIT" ]
2
2021-03-21T09:32:19.000Z
2022-01-28T22:22:41.000Z
os/bootloader/32bit_print.asm
stplasim/basic-os
36d951e2e2adcbae75a6066b464552b61a3d7f2c
[ "MIT" ]
null
null
null
os/bootloader/32bit_print.asm
stplasim/basic-os
36d951e2e2adcbae75a6066b464552b61a3d7f2c
[ "MIT" ]
null
null
null
; This print string routine works in 32-bit mode ; Here we don't have BIOS interrupts. We directly manipulating the VGA video memory instead of calling int 0x10 ; The VGA memory starts at address 0xb8000 and it has a text mode which is useful to avoid manipulating direct pixels. [bits 32] ; using 32-bit protected mode...
27.5
118
0.738636
0dc058fcf8f0ed98986f909cf6ef47c43e55e4e8
3,578
asm
Assembly
Library/Config/Pref/prefStringItem.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Config/Pref/prefStringItem.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Config/Pref/prefStringItem.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: prefStringItem.asm AUTHOR: Chris Boyke ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ----...
22.789809
78
0.567356
dd09a3ab7bfd50f6e89d71abca726c05ff28a45a
340
asm
Assembly
src/chips/UPD7759.asm
sharksym/vgmplay-sharksym
d7763b87a379da4e6dadcc55026969d310957952
[ "BSD-2-Clause" ]
6
2020-04-21T17:26:27.000Z
2021-09-25T18:41:01.000Z
src/chips/UPD7759.asm
sharksym/vgmplay-sharksym
d7763b87a379da4e6dadcc55026969d310957952
[ "BSD-2-Clause" ]
null
null
null
src/chips/UPD7759.asm
sharksym/vgmplay-sharksym
d7763b87a379da4e6dadcc55026969d310957952
[ "BSD-2-Clause" ]
null
null
null
; ; VGM UPD7759 chip ; UPD7759: MACRO super: Chip UPD7759_name, Header.uPD7759Clock, System_Return ENDM ; ix = this ; iy = header UPD7759_Construct: equ Chip_Construct ; jp Chip_Construct ; ix = this UPD7759_Destruct: equ Chip_Destruct ; jp Chip_Destruct ; SECTION RAM UPD7759_instance: UPD7759 ENDS UPD7759_na...
13.076923
61
0.758824
24fb08ef1dff6ec685792e40c9835e173b235cfa
7,607
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1421.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_0x48_notsx.log_21829_1421.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_0x48_notsx.log_21829_1421.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 %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x11762, %rsi lea addresses_UC_ht+0x15f62, %rdi nop dec %r12 mov $3, %rcx rep movsq nop nop sub $43772, %r14 lea addresses_A_ht+0x790, %r15 clflush (%r15) nop nop nop nop sub ...
37.658416
2,999
0.658604