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
5b1beb4bb6177076eeffe67c9f59ce4a8ec49bce
562
asm
Assembly
string/cmp.asm
czfshine/assembly-exercise
95c8be8331810dfd12f50e48109a4b2a8a978853
[ "MIT" ]
1
2018-05-16T13:01:26.000Z
2018-05-16T13:01:26.000Z
string/cmp.asm
czfshine/assembly-exercise
95c8be8331810dfd12f50e48109a4b2a8a978853
[ "MIT" ]
null
null
null
string/cmp.asm
czfshine/assembly-exercise
95c8be8331810dfd12f50e48109a4b2a8a978853
[ "MIT" ]
null
null
null
DATA SEGMENT STRING1 DB 'ABCDE' COUNT DW $-STRING1 STRING2 DB 'ABCDE' STRING3 DB 'MATCH$' STRING4 DB 'NO MATCH$' DATA ENDS STACKS SEGMENT ;此处输入堆栈段代码 STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATA,SS:STACKS START: MOV AX,DATA MOV DS,AX MOV es,AX LEA SI,STRING1 LEA DI...
14.05
37
0.640569
08fdce9063ff7f03fa0e8602d6a16090ab50fa45
499
asm
Assembly
smkrnl/tables/gdt_set.asm
medievalghoul/simplekernel
d63c4b9c380be0e2e0a0ee104ef2ed90b83ce6e8
[ "MIT" ]
19
2021-03-20T06:28:22.000Z
2022-02-13T03:01:45.000Z
smkrnl/tables/gdt_set.asm
medievalghoul/simplekernel
d63c4b9c380be0e2e0a0ee104ef2ed90b83ce6e8
[ "MIT" ]
1
2021-04-29T02:06:59.000Z
2021-04-30T14:55:49.000Z
smkrnl/tables/gdt_set.asm
medievalghoul/simplekernel
d63c4b9c380be0e2e0a0ee104ef2ed90b83ce6e8
[ "MIT" ]
null
null
null
CODE32 equ 0x08 ; offset for setting up CS DS_OFFSET equ 0x10 ; global gdt_flush section .text gdt_flush: mov eax, [esp + 4] ; load GDT register with start address of GDT lgdt [eax] mov ax, DS_OFFSET mov ds, ax mov es, ax mov fs, ax mov gs, ax mov ss, ax ; in...
19.192308
68
0.625251
ef8e4b54f2af0d1ea1750a46318e8a4c2d249467
567
asm
Assembly
src/util/oli/qdos/jbpar.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/oli/qdos/jbpar.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/oli/qdos/jbpar.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
; get standard QDOS job parameters ; section utility include win1_mac_oli xdef ut_jbpar ;+++ ; get QDOS job parameters ; ; Entry Exit ; a1 ptr to command line ; a2 ptr to c...
21
64
0.409171
67b56ae54ab178d58240718f5a3d48588e35446e
1,216
asm
Assembly
programs/oeis/234/A234431.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/234/A234431.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/234/A234431.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A234431: Numbers that are the sum of 2 successive evil numbers (A001969). ; 3,8,11,15,19,22,27,32,35,38,43,47,51,56,59,63,67,70,75,79,83,88,91,94,99,104,107,111,115,118,123,128,131,134,139,143,147,152,155,158,163,168,171,175,179,182,187,191,195,200,203,207,211,214,219,224,227,230,235,239,243,248,251,255,259,262,267,2...
86.857143
974
0.722862
8e407a5aa1ca76c1bfde178b392470d759467df6
3,506
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_27_853.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_27_853.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_27_853.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 %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x5b51, %rsi lea addresses_WC_ht+0x15501, %rdi nop add %r12, %r12 mov $9, %rcx rep movsb nop nop nop xor $42551, %rcx lea addresses_A_ht+0x14e01, %r13 nop nop and $35406, ...
19.477778
152
0.646606
569a2eee44cd9ad47597b84cd3818eb60c90c4ae
28,759
asm
Assembly
base/mvdm/dos/v86/cmd/edlin/edlcmd2.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/mvdm/dos/v86/cmd/edlin/edlcmd2.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/mvdm/dos/v86/cmd/edlin/edlcmd2.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
PAGE 60,132 TITLE Edlcmd2 - PART2 procedures called from EDLIN ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ;======================= START OF SPECIFICATIONS ========================= ...
23.906068
75
0.600925
8a9532b68223e9a57e78afac325bf0cf0dc64384
8,765
asm
Assembly
DATABASE/RAND0M/russian-roulette.asm
EgeBalci/Shellcode
2475af53b20186283b3eb1572d4de58650ad4652
[ "MIT" ]
2
2017-04-11T21:58:34.000Z
2020-05-18T02:04:41.000Z
DATABASE/RAND0M/russian-roulette.asm
EgeBalci/Shellcode
2475af53b20186283b3eb1572d4de58650ad4652
[ "MIT" ]
null
null
null
DATABASE/RAND0M/russian-roulette.asm
EgeBalci/Shellcode
2475af53b20186283b3eb1572d4de58650ad4652
[ "MIT" ]
4
2017-04-11T21:58:35.000Z
2021-05-14T04:53:15.000Z
; ; N ; A ; I E _ ; S T _-' "'-, ; S T _-' | d$$b | ; S E _-' | $$$$ | ; U L _-' | Y$$P | ; R U _-'| | | ; ...
36.67364
80
0.454079
170f3231ee5c851cbb4b7e82540bad6ca33bcfca
36,699
asm
Assembly
PRACT0/SO1H_0/asm/gm_x.asm
so1h/SO1H
7163aa1907b7f7ab70ab022012036c4fa0482e17
[ "BSD-2-Clause" ]
null
null
null
PRACT0/SO1H_0/asm/gm_x.asm
so1h/SO1H
7163aa1907b7f7ab70ab022012036c4fa0482e17
[ "BSD-2-Clause" ]
null
null
null
PRACT0/SO1H_0/asm/gm_x.asm
so1h/SO1H
7163aa1907b7f7ab70ab022012036c4fa0482e17
[ "BSD-2-Clause" ]
null
null
null
bits 16 ; glb intptr_t : int ; glb uintptr_t : unsigned ; glb intmax_t : int ; glb uintmax_t : unsigned ; glb int8_t : signed char ; glb int_least8_t : signed char ; glb int_fast8_t : signed char ; glb uint8_t : unsigned char ; glb uint_least8_t : unsigned char ; glb uint_fast8_t : unsigned char ; glb int16_t : short ...
21.536972
119
0.657157
1e8a8fea7e9d2783ecda66044dbf209dc01e8890
914
asm
Assembly
second.asm
jacmba/nerdy-nights
64cf2cb1a02944a6932e9db2c6c12f032ab1dd4e
[ "WTFPL" ]
null
null
null
second.asm
jacmba/nerdy-nights
64cf2cb1a02944a6932e9db2c6c12f032ab1dd4e
[ "WTFPL" ]
null
null
null
second.asm
jacmba/nerdy-nights
64cf2cb1a02944a6932e9db2c6c12f032ab1dd4e
[ "WTFPL" ]
null
null
null
.inesprg 1 .ineschr 1 .inesmir 1 .inesmap 0 .bank 0 .org $8000 Reset: sei cld ldx #$00 VBlank: bit $2002 bpl VBlank inx cpx #$02 bne VBlank ; Wait for 2 V-Blank cycles lda #%10000000 ;enable NMI sta $2000 lda #%00010000 ;enable sprite rendering sta $2001 lda $2002 lda #$3F...
12.351351
71
0.577681
2d8e381fcfe3713a14964c3caca50b2ff39085ad
47,360
asm
Assembly
out/grep.asm
harveydong/learning-xv6
6bfe152a45e87dcca0ee1932625d3fe6dd34a203
[ "MIT-0" ]
null
null
null
out/grep.asm
harveydong/learning-xv6
6bfe152a45e87dcca0ee1932625d3fe6dd34a203
[ "MIT-0" ]
null
null
null
out/grep.asm
harveydong/learning-xv6
6bfe152a45e87dcca0ee1932625d3fe6dd34a203
[ "MIT-0" ]
null
null
null
.fs/grep: file format elf64-x86-64 Disassembly of section .text: 0000000000000000 <main>: } } int main(int argc, char *argv[]) { 0: 55 push %rbp int fd, i; char *pattern; if(argc <= 1){ 1: 83 ff 01 cmp $0x1,%edi } } int main(int argc, char *argv[]) { ...
29.674185
75
0.437078
c59b6bfa7b12f893183adb5b41b405e0608d1b57
875
asm
Assembly
Documentation/Code/add2.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Documentation/Code/add2.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Documentation/Code/add2.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
# Barney Titmouse -- 11/02/96 # add2.asm-- A program that computes and prints the sum # of two numbers specified at runtime by the user. # Registers used: # r2 - used to hold the result. # r3 - used to hold the first number. # r4 - used to hold the second number. # r5 -...
31.25
56
0.536
ac858d3710d2c699a4f867976ea8a79da35b3fc6
3,521
asm
Assembly
Octavo/Assembler/benchmarks/hailstone-arrays/hailstone-arrays.asm
laforest/Octavo
e3041ad98c58eeff1f59e65b01da1eb458a0d591
[ "BSD-2-Clause" ]
63
2015-03-16T08:37:44.000Z
2021-11-15T00:35:14.000Z
Octavo/Assembler/benchmarks/hailstone-arrays/hailstone-arrays.asm
laforest/Octavo
e3041ad98c58eeff1f59e65b01da1eb458a0d591
[ "BSD-2-Clause" ]
55
2015-01-11T02:05:57.000Z
2019-03-20T00:12:32.000Z
Octavo/Assembler/benchmarks/hailstone-arrays/hailstone-arrays.asm
laforest/Octavo
e3041ad98c58eeff1f59e65b01da1eb458a0d591
[ "BSD-2-Clause" ]
13
2016-05-13T10:23:45.000Z
2021-11-15T00:35:13.000Z
# Assembly code for Hailstone benchmark and initial test # If x is odd, x = (3x+1)/2, else x = x / 2 # Rough syntax: if the first word is not a recognized command, it's a label for # the next word, which is a command, followed by its arguments. # Common library of definitions include ../common/opcodes.asm include .....
37.860215
130
0.534791
72704f169b082b063a38fe9783231201665e2c21
103,222
asm
Assembly
tmp1/c55x-sim2/foo/Debug/gpio_Output_Pin_Example.asm
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
1
2020-08-27T11:31:13.000Z
2020-08-27T11:31:13.000Z
tmp1/c55x-sim2/foo/Debug/gpio_Output_Pin_Example.asm
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
null
null
null
tmp1/c55x-sim2/foo/Debug/gpio_Output_Pin_Example.asm
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
null
null
null
;******************************************************************************* ;* TMS320C55x C/C++ Codegen PC v4.4.1 * ;* Date/Time created: Sat Sep 29 23:09:39 2018 * ;****************************************************************************...
48.62082
186
0.677947
e09c4a4cfc139dcec32bf8398ce12a29f90d74ba
334
asm
Assembly
oeis/101/A101680.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/101/A101680.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/101/A101680.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A101680: A modular binomial transform of 10^n. ; Submitted by Christian Krause ; 1,11,111,1011,10111,111011,1100111,10001011,100010111,1100111011,11101100111,101110001011,1011000010111,11100000111011,110000001100111,1000000010001011,10000000100010111,110000001100111011 mul $0,2 seq $0,101623 ; Modular binomial trans...
47.714286
190
0.832335
1a120b11c1aa2371a3d0ae81f80b9d7345e1da84
1,285
asm
Assembly
samples/vasm_oldstyle/common/24bit_division.asm
MaverickAlex/x6502
fdf25fd5ae6d2710ddce7c7a9bcbb63246f35460
[ "BSD-4-Clause" ]
null
null
null
samples/vasm_oldstyle/common/24bit_division.asm
MaverickAlex/x6502
fdf25fd5ae6d2710ddce7c7a9bcbb63246f35460
[ "BSD-4-Clause" ]
4
2021-12-23T00:53:24.000Z
2021-12-28T19:37:29.000Z
samples/vasm_oldstyle/common/24bit_division.asm
MaverickAlex/x6502
fdf25fd5ae6d2710ddce7c7a9bcbb63246f35460
[ "BSD-4-Clause" ]
null
null
null
; Executes an unsigned integer division of a 24-bit dividend by a 24-bit divisor ; the result goes to dividend and remainder variables ; ; Verz!!! 18-mar-2017 dividend .equ $0200 ; 3 bytes divisor .equ $0203 ; 3 bytes remainder .equ $0206 ; 3 bytes pztemp .equ $020a ; 1 bytes div24_init: lda #0 st...
21.065574
80
0.691829
9add08a75e0d2352aa59823b817feeb9f0e6a05e
2,012
asm
Assembly
tests/nas2cam_extseout/outboard.asm
twmacro/pyye
c4febd44be836bd87368da13c1fb0cf82838b687
[ "BSD-3-Clause" ]
17
2016-03-02T18:29:13.000Z
2022-03-18T08:41:56.000Z
tests/nas2cam_extseout/outboard.asm
twmacro/pyye
c4febd44be836bd87368da13c1fb0cf82838b687
[ "BSD-3-Clause" ]
2
2021-04-15T02:11:10.000Z
2021-12-06T12:49:57.000Z
tests/nas2cam_extseout/outboard.asm
twmacro/pyye
c4febd44be836bd87368da13c1fb0cf82838b687
[ "BSD-3-Clause" ]
6
2020-06-11T17:09:50.000Z
2022-02-07T19:15:07.000Z
$*********************************************************************** $ THE FOLLOWING BULK DATA ENTRIES RELATED TO EXT. SUPERELEMENT 101 $ ARE FOR USE IN THE MAIN BULK DATA PORTION OF THE ASSEMBLY RUN $*********************************************************************** $ SEBULK 101 EXTOP4 MA...
47.904762
72
0.498509
a258b9a59e9c9082ea132ef33cb52dfc605e0317
2,527
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_10_86.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_10_86.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_10_86.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 %rcx lea addresses_D_ht+0x1864b, %rax nop nop nop nop nop cmp $61538, %rcx mov (%rax), %r15 nop nop nop nop dec %r10 pop %rcx pop %rax pop %r15 pop %r10 ret .global s_faulty_load s_faulty_load: push %r12 push %r13 push %r14 push %r15 p...
17.548611
124
0.634349
495a7f559f9e6d75faa9af92f40655c48d3e4d93
444
asm
Assembly
oeis/183/A183228.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/183/A183228.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/183/A183228.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A183228: a(n) is the base-5 digit sum of 10^n+1. ; 2,3,5,5,5,5,9,5,5,9,13,13,13,13,9,13,17,21,21,21,17,13,21,25,29,21,33,33,25,33,41,41,33,25,29,33,33,41,29,37,37,41,45,41,37,41,37,45,45,45,45,49,53,53,49,57,41,57,69,61,53,53,49,61,57,65,61,49,57,61,61,65,61,61,61,65,53,49,65,69,57,81,81,81,81,69,77,77,77,97,93,93,85...
63.428571
290
0.637387
64e94f77aced387821ce68081415cef52d58ffdd
25,188
asm
Assembly
src/CORE32/read.asm
masscry/dmc
c7638f7c524a65bc2af0876c76621d8a11da42bb
[ "BSL-1.0" ]
86
2018-05-24T12:03:44.000Z
2022-03-13T03:01:25.000Z
src/CORE32/read.asm
masscry/dmc
c7638f7c524a65bc2af0876c76621d8a11da42bb
[ "BSL-1.0" ]
1
2019-05-30T01:38:40.000Z
2019-10-26T07:15:01.000Z
src/CORE32/read.asm
masscry/dmc
c7638f7c524a65bc2af0876c76621d8a11da42bb
[ "BSL-1.0" ]
14
2018-07-16T08:29:12.000Z
2021-08-23T06:21:30.000Z
;_ read.asm ; Copyright 1993 by Digital Mars ; All Rights Reserved ; $Revision: 1.1.1.1 $ include macros.asm include stdio.asm extrn __SET_ERRNO:near ifdef _WIN32 extrn _ReadFile@20:near extrn _SetFilePointer@16:near comm __osfhnd:dword:0F0h comm ___fhnd_info:byte:3Ch else ...
39.051163
79
0.368787
aa8289e2590d01b75d739b28c06e28798d74b0b8
74,670
asm
Assembly
tester.asm
sloanetj/Xv6-Container-Support
80a58b9ac7ead24c63d67ee21ab6cdc72243ab76
[ "MIT-0" ]
null
null
null
tester.asm
sloanetj/Xv6-Container-Support
80a58b9ac7ead24c63d67ee21ab6cdc72243ab76
[ "MIT-0" ]
null
null
null
tester.asm
sloanetj/Xv6-Container-Support
80a58b9ac7ead24c63d67ee21ab6cdc72243ab76
[ "MIT-0" ]
null
null
null
_tester: file format elf32-i386 Disassembly of section .text: 00000000 <main>: // update head head_tail[priority][0] = (head+1)%QSIZE; return p; } int main(){ 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) ...
36.602941
114
0.445266
9383893a703a44048482b3f246c2fda09430fb6b
29,206
asm
Assembly
Eudora71/OpenSSL/crypto/sha/asm/s1_win32.asm
dusong7/eudora-win
850a6619e6b0d5abc770bca8eb5f3b9001b7ccd2
[ "BSD-3-Clause-Clear" ]
10
2018-05-23T10:43:48.000Z
2021-12-02T17:59:48.000Z
Eudora71/OpenSSL/crypto/sha/asm/s1_win32.asm
ivanagui2/hermesmail-code
34387722d5364163c71b577fc508b567de56c5f6
[ "BSD-3-Clause-Clear" ]
1
2019-03-19T03:56:36.000Z
2021-05-26T18:36:03.000Z
Eudora71/OpenSSL/crypto/sha/asm/s1_win32.asm
ivanagui2/hermesmail-code
34387722d5364163c71b577fc508b567de56c5f6
[ "BSD-3-Clause-Clear" ]
11
2018-05-23T10:43:53.000Z
2021-12-27T15:42:58.000Z
; Don't even think of reading this code ; It was automatically generated by sha1-586.pl ; Which is a perl program used to generate the x86 assember for ; any of elf, a.out, BSDI, Win32, gaswin (for GNU as on Win32) or Solaris ; eric <eay@cryptsoft.com> ; TITLE sha1-586.asm .486 .model FLAT _TEXT SEGMENT...
20.086657
74
0.639184
d5fbb3eb354bf790b0b60fd12b663f4d08b03502
415
asm
Assembly
oeis/206/A206156.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/206/A206156.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/206/A206156.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A206156: a(n) = Sum_{k=0..n} binomial(n,k)^(2*k). ; Submitted by Christian Krause ; 1,2,6,92,5410,1400652,2687407464,18947436116184,536104663173431874,130559883231879141946580,136031455187223511721647272376,483565526783420050082035900177878504,14487924180895151383693101563813954330590756 lpb $0 sub $0,1 add $2,1...
24.411765
206
0.73012
bfe58f9dfbea0eb2e12a1f5c4878140e6aac093d
2,887
asm
Assembly
vmidle.asm
groktrev/vmidle
ea3d133fe17b1848890baf99cc6b2b60635a32bf
[ "BSD-2-Clause" ]
null
null
null
vmidle.asm
groktrev/vmidle
ea3d133fe17b1848890baf99cc6b2b60635a32bf
[ "BSD-2-Clause" ]
null
null
null
vmidle.asm
groktrev/vmidle
ea3d133fe17b1848890baf99cc6b2b60635a32bf
[ "BSD-2-Clause" ]
null
null
null
;***************************************************************************** ;Copyright (c) 2007, Trevor Scroggins ;All rights reserved. ; ;Redistribution and use in source and binary forms, with or without ;modification, are permitted provided that the following conditions are met: ; ;1. Redistributions of source co...
31.043011
78
0.570142
2555b82fbb07e5270ff589001c524ac0a130e813
639
asm
Assembly
programs/oeis/213/A213391.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/213/A213391.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/213/A213391.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A213391: Number of (w,x,y) with all terms in {0,...,n} and 2*max(w,x,y) < 3*min(w,x,y). ; 0,1,2,3,10,17,24,43,62,81,118,155,192,253,314,375,466,557,648,775,902,1029,1198,1367,1536,1753,1970,2187,2458,2729,3000,3331,3662,3993,4390,4787,5184,5653,6122,6591,7138,7685,8232,8863,9494,10125 mov $2,$0 mov $4,$0 lpb $2 mo...
18.794118
197
0.535211
51ea2c773e79226f61c2b7c188f04e8f04e6fa44
788
asm
Assembly
Src/Q3.asm
OferMon/MIPS-Assembly-Exercises
6f5699f2d1f5c3312467af038679eab238d33866
[ "Apache-2.0" ]
null
null
null
Src/Q3.asm
OferMon/MIPS-Assembly-Exercises
6f5699f2d1f5c3312467af038679eab238d33866
[ "Apache-2.0" ]
null
null
null
Src/Q3.asm
OferMon/MIPS-Assembly-Exercises
6f5699f2d1f5c3312467af038679eab238d33866
[ "Apache-2.0" ]
null
null
null
.data 0x10020000 array: .space 80 # 20 words .text jal init_array li $a0, 0x10020000 li $a1, 0x10040000 li $a2, 20 jal memory_copy_words b end #------------------------# init_array: la $t2, array li $t3, 0 _init_array_loop_start: li $v0, 42 li $a0, 0 li $a1, 101 syscall subi $a0, $a0, 50 sw $a0, ($t2) addi $...
17.130435
46
0.591371
0544ba04383f2e3759ddb855d9404e7edb4fff42
350
asm
Assembly
oeis/040/A040648.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/040/A040648.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/040/A040648.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A040648: Continued fraction for sqrt(674). ; Submitted by Jamie Morken(s1) ; 25,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24,1,50,1,24 gcd $0,262156 mul $0,42 mod $0,13 mov $1,$0 div $1,5...
26.923077
189
0.625714
2d9d07fe473e031f0d29cd0610421e27ab18e567
591
asm
Assembly
programs/oeis/065/A065202.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/065/A065202.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/065/A065202.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A065202: Characteristic function of A065201: a(n) = if A065201(k) = n for some k then 1 else 0. ; 0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,0,0,1,0,0,1,1 add $0,1 mov $2,2 m...
19.064516
201
0.499154
e89b30f19288441bfb6e5b2f6c2e484c97423a03
267
asm
Assembly
src/unimon_MC6850/dev_6850.asm
kuninet/K65-SBC
a0ee7e47bdc5990d5beff47f1b6af8d6b0aecb6a
[ "MIT" ]
null
null
null
src/unimon_MC6850/dev_6850.asm
kuninet/K65-SBC
a0ee7e47bdc5990d5beff47f1b6af8d6b0aecb6a
[ "MIT" ]
null
null
null
src/unimon_MC6850/dev_6850.asm
kuninet/K65-SBC
a0ee7e47bdc5990d5beff47f1b6af8d6b0aecb6a
[ "MIT" ]
null
null
null
;;; ;;; MCS6850 Console Driver ;;; INIT: LDA #ACIA_V1 STA ACIACS LDA #ACIA_V2 STA ACIACS RTS CONIN: LDA ACIACS AND #$01 BEQ CONIN LDA ACIADT RTS CONST: LDA ACIACS AND #$01 RTS CONOUT: PHA CO0: LDA ACIACS AND #$02 BEQ CO0 PLA STA ACIADT RTS
8.090909
26
0.64794
e8dc7e41143bb04474248d04b7a0def2a7996c4a
891
asm
Assembly
assembler/tests/t_9331_2/t_9331_2.asm
paulscottrobson/RCA-Cosmac-VIP-III
5d3fcea325aacb7c99269f266bc14e30439cdc2b
[ "MIT" ]
null
null
null
assembler/tests/t_9331_2/t_9331_2.asm
paulscottrobson/RCA-Cosmac-VIP-III
5d3fcea325aacb7c99269f266bc14e30439cdc2b
[ "MIT" ]
null
null
null
assembler/tests/t_9331_2/t_9331_2.asm
paulscottrobson/RCA-Cosmac-VIP-III
5d3fcea325aacb7c99269f266bc14e30439cdc2b
[ "MIT" ]
null
null
null
, , , , , , , , , , , , , , ; jc ,start ,gf0 , , , , , , , ; lda ,mod0 ,15h , , , , ; Initialization lda ,mod1 ,15h , , , , ; LACK of Low: Lch, High: lda ,df0 ,03h , , , , ; Rch are assumed for the lda ,df1 ,02h , , , , ; following comment relative lda ,dp0 ,01h , , , , ; t...
40.5
67
0.413019
8a79bf12602b73afbbcbd3690d9792cb99ceeeb3
881
nasm
Assembly
Exams/3-Individual_exam_3/src/nasm/separacao.nasm
FelixLuciano/Elements-of-Computing-Systems
bf36e4f4bbaa75aebefd1b864514a146b371495d
[ "MIT" ]
null
null
null
Exams/3-Individual_exam_3/src/nasm/separacao.nasm
FelixLuciano/Elements-of-Computing-Systems
bf36e4f4bbaa75aebefd1b864514a146b371495d
[ "MIT" ]
null
null
null
Exams/3-Individual_exam_3/src/nasm/separacao.nasm
FelixLuciano/Elements-of-Computing-Systems
bf36e4f4bbaa75aebefd1b864514a146b371495d
[ "MIT" ]
1
2022-02-20T21:45:28.000Z
2022-02-20T21:45:28.000Z
;------------------------------------- ; separacao.nasm ; Leia o README.md para detalhes ;------------------------------------- ; Separa primeiro byte leaw $10, %A ; Insere o endereço de RAM[10] no reg. A movw (%A), %D ; Copia o valor de RAM[10] no reg. D leaw $255, %A ; Copia o valor de máscara 000000001111111...
41.952381
69
0.586833
5af5a7fc75adc91b744068cb9ae466acb2dbaed0
1,175
asm
Assembly
LoopStatement.asm
akshithsriram/Hack-Computer
2cdbe28defe554f449c3664417a5d120ab0863c2
[ "CC0-1.0" ]
null
null
null
LoopStatement.asm
akshithsriram/Hack-Computer
2cdbe28defe554f449c3664417a5d120ab0863c2
[ "CC0-1.0" ]
null
null
null
LoopStatement.asm
akshithsriram/Hack-Computer
2cdbe28defe554f449c3664417a5d120ab0863c2
[ "CC0-1.0" ]
null
null
null
// Implementation of a Loop Statement in the Hack Machine Language // Calculates the sum of all numbers in the sequence [start, stop] with step size 'inc' // sum = start + (start + inc) + (start + 2*inc) + .. (till end is reached) // e.g. start = 1, inc = 2 calculates the sum 1 + 3 + 5 + ... + 99 // Equivale...
21.759259
88
0.435745
41f875fc483bad3ae17161f0575ecab983f551d1
21,448
asm
Assembly
EP1 - Rodando a baiana/EP1.asm
mateuslatrova/TecnicasDeProgramacao1
11e9a068ddd872ee74c2c474659982cc61f6570b
[ "MIT" ]
null
null
null
EP1 - Rodando a baiana/EP1.asm
mateuslatrova/TecnicasDeProgramacao1
11e9a068ddd872ee74c2c474659982cc61f6570b
[ "MIT" ]
null
null
null
EP1 - Rodando a baiana/EP1.asm
mateuslatrova/TecnicasDeProgramacao1
11e9a068ddd872ee74c2c474659982cc61f6570b
[ "MIT" ]
null
null
null
########### EP1 - Rodando a baiana ############# # Dupla: # Mateus Latrova Stephanin - NUSP 12542821 # Guilherme Mota Pereira - NUSP 12543307 #### Convenções utilizadas #### # - Em relação aos registradores de float: # O registrador $f0 foi usado como valor de retorno. # Já os registradores $f1-$f5 foram usados como...
36.414261
109
0.49296
a45f4ed00150f4adf25e9ab5453290f16022e2e0
638
asm
Assembly
oeis/084/A084172.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/084/A084172.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/084/A084172.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A084172: a(n) = 3*a(n-1) - a(n-2) - 3*a(n-3) + 2*a(n-4). ; 1,2,4,9,19,40,82,167,337,678,1360,2725,5455,10916,21838,43683,87373,174754,349516,699041,1398091,2796192,5592394,11184799,22369609,44739230,89478472,178956957,357913927,715827868,1431655750,2863311515,5726623045,11453246106,22906492228,45812984473,91625968963...
53.166667
501
0.80094
3b3ccea50256496675d9e745286e82336149a000
298
asm
Assembly
tests/issue88/1.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
414
2016-10-14T22:39:20.000Z
2022-03-30T07:52:44.000Z
tests/issue88/1.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
100
2018-03-22T16:12:24.000Z
2022-03-26T09:19:23.000Z
tests/issue88/1.asm
NullMember/customasm
6e34d6432583a41278e6b3596f1817ae82149531
[ "Apache-2.0" ]
47
2017-06-29T15:12:13.000Z
2022-03-10T04:50:51.000Z
#subruledef reg { ax => 0x0 bx => 0x1 cx => 0x2 } #subruledef memaccess { {o: s8}(%{r: reg}) => 0x00 @ r @ o } #subruledef arg { {m: memaccess} => 0x00 @ m %{r: reg} => 0x01 @ r } #ruledef { mov {a: arg}, {a2: arg} => 0x10 @ a @ a2 } mov (%ax), %bx ; error: no match
14.9
44
0.47651
76c0efb9015a4022b18f80bd084e95dfd81db1be
925
asm
Assembly
programs/oeis/022/A022364.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/022/A022364.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/022/A022364.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A022364: Fibonacci sequence beginning 0, 30. ; 0,30,30,60,90,150,240,390,630,1020,1650,2670,4320,6990,11310,18300,29610,47910,77520,125430,202950,328380,531330,859710,1391040,2250750,3641790,5892540,9534330,15426870,24961200,40388070,65349270,105737340,171086610,276823950,447910560,724734510,1172645070,1897379580,307...
44.047619
706
0.812973
39b8ced46512e1ca2e8fedfdfe517963d2251116
579
asm
Assembly
oeis/267/A267540.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/267/A267540.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/267/A267540.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A267540: Primes p such that p (mod 3) = p (mod 5). ; Submitted by Jamie Morken(w2) ; 2,17,31,47,61,107,137,151,167,181,197,211,227,241,257,271,317,331,347,421,467,541,557,571,587,601,617,631,647,661,677,691,751,797,811,827,857,887,947,977,991,1021,1051,1097,1171,1187,1201,1217,1231,1277,1291 mov $2,332202 mov $6,1 l...
23.16
209
0.633851
d5ab5822dfbd6a7038bccbaf41be3313cad1205c
202
asm
Assembly
gfx/pokemon/exeggcute/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/exeggcute/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/exeggcute/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
frame 0, 08 setrepeat 2 frame 1, 04 frame 2, 04 dorepeat 2 frame 0, 01 setrepeat 3 frame 1, 03 frame 2, 03 dorepeat 7 frame 0, 01 frame 1, 04 frame 2, 04 frame 0, 08 frame 3, 08 endanim
11.882353
12
0.658416
1c8f83f436031868532d78856c0923bbedf608e4
655
asm
Assembly
Z80/lloader/poke.asm
BleuLlama/LlamaVampireDrive
63f5990f239afaf7a88373041bece0873eb7b67b
[ "MIT" ]
4
2020-12-01T03:34:41.000Z
2021-07-22T23:26:40.000Z
Z80/lloader/poke.asm
BleuLlama/LlamaVampireDrive
63f5990f239afaf7a88373041bece0873eb7b67b
[ "MIT" ]
null
null
null
Z80/lloader/poke.asm
BleuLlama/LlamaVampireDrive
63f5990f239afaf7a88373041bece0873eb7b67b
[ "MIT" ]
null
null
null
; Poke ; Poke memory values ; ; 2016-06-15 Scott Lawrence ; ; This code is free for any use. MIT License, etc. .module Poke ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; PokeMemory PokeMemory: ld hl, #str_address call Print call GetWordFromUser ; de has the word p...
14.555556
70
0.58626
36e44e49402d3597fddfad7e0fcdd8db6a34a492
452
asm
Assembly
programs/oeis/269/A269221.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/269/A269221.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/269/A269221.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A269221: Factorial of the sum of decimal digits of n. ; 1,1,2,6,24,120,720,5040,40320,362880,1,2,6,24,120,720,5040,40320,362880,3628800,2,6,24,120,720,5040,40320,362880,3628800,39916800,6,24,120,720,5040,40320,362880,3628800,39916800,479001600,24,120,720,5040 lpb $0 mov $2,$0 div $0,10 mod $2,10 add $1,$2 lp...
37.666667
205
0.705752
7c44a4ac1b825a719099f767d101d6927b4b5307
43,571
asm
Assembly
cat.asm
reubenct/OSproject-xv6
5257baa562465aa1a7402bf422ea94211e0e6687
[ "MIT-0" ]
1
2017-05-16T11:41:39.000Z
2017-05-16T11:41:39.000Z
cat.asm
reubenct/OSproject-xv6
5257baa562465aa1a7402bf422ea94211e0e6687
[ "MIT-0" ]
null
null
null
cat.asm
reubenct/OSproject-xv6
5257baa562465aa1a7402bf422ea94211e0e6687
[ "MIT-0" ]
null
null
null
_cat: file format elf32-i386 Disassembly of section .text: 00000000 <main>: } } int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push %edi 4: 56 push %esi int fd, i; if(argc <= 1)...
32.539955
59
0.406945
36888765db836d26bead77e268061d7d417728c7
717
asm
Assembly
programs/oeis/251/A251924.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/251/A251924.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/251/A251924.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A251924: Numbers n such that the sum of the triangular numbers T(n) and T(n+1) is equal to a hexagonal number H(m) for some m. ; 0,34,1188,40390,1372104,46611178,1583407980,53789260174,1827251437968,62072759630770,2108646576008244,71631910824649558,2433376321462076760,82663163018885960314,2808114166320660573948,95393...
42.176471
461
0.825662
a6ebc3f708a13a372de2da59bbc7322ccd599b72
2,123
asm
Assembly
source/lessons/lsn9-10/ex_subroutine.asm
MarsUniversity/ECE382
83d20fe5879567e09a1783a0027db6051f22f757
[ "MIT" ]
null
null
null
source/lessons/lsn9-10/ex_subroutine.asm
MarsUniversity/ECE382
83d20fe5879567e09a1783a0027db6051f22f757
[ "MIT" ]
3
2017-12-24T23:20:03.000Z
2018-12-05T15:36:27.000Z
source/lessons/lsn9-10/ex_subroutine.asm
MarsUniversity/ece382
83d20fe5879567e09a1783a0027db6051f22f757
[ "MIT" ]
null
null
null
;------------------------------------------------------------------------------- ; Name: Capt Jeff Falkinburg ; Term: Fall 2016 ; MCU: MSP430G2553 ; Lecture: Subroutines and the Stack ; Date: 7 September 2016 ;------------------------------------------------------------------------------- .cdecls C,LIST,"ms...
40.056604
80
0.285445
a237905908d6643baf7b4550cebc54b30835f3bc
44,917
asm
Assembly
xv6/ln.asm
ZhangHnu/xv6FileSystem
a1bb5b607c45f8fa833f8f7b62aa2563d2b9007c
[ "MIT" ]
null
null
null
xv6/ln.asm
ZhangHnu/xv6FileSystem
a1bb5b607c45f8fa833f8f7b62aa2563d2b9007c
[ "MIT" ]
null
null
null
xv6/ln.asm
ZhangHnu/xv6FileSystem
a1bb5b607c45f8fa833f8f7b62aa2563d2b9007c
[ "MIT" ]
null
null
null
_ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 53 push %ebx 4: 83 e4 f0 and $0xff...
28.885531
60
0.412583
8f373c7358d1dab9385f7b9177aefdc79f804563
710
asm
Assembly
oeis/011/A011761.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/011/A011761.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/011/A011761.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A011761: a(n) = a(n-1) + a(n-3), with a(0) = a(1) = 1, a(2) = 5. ; Submitted by Jamie Morken(w3) ; 1,1,5,6,7,12,18,25,37,55,80,117,172,252,369,541,793,1162,1703,2496,3658,5361,7857,11515,16876,24733,36248,53124,77857,114105,167229,245086,359191,526420,771506,1130697,1657117,2428623,3559320,5216437,7645060,11204380,16...
44.375
500
0.752113
6f49e5bde239e77303612734464d379aae1d220d
10,301
asm
Assembly
samples/SVP_speed_test/main.asm
jdesiloniz/svpdev
13438d71c9cd45c8f78f9768732c40ddec2548d9
[ "MIT" ]
42
2021-02-09T18:15:27.000Z
2022-03-21T23:51:05.000Z
samples/SVP_speed_test/main.asm
jdesiloniz/ssp16asm
13438d71c9cd45c8f78f9768732c40ddec2548d9
[ "MIT" ]
2
2021-02-16T21:07:07.000Z
2021-02-16T21:08:31.000Z
samples/SVP_speed_test/main.asm
jdesiloniz/ssp16asm
13438d71c9cd45c8f78f9768732c40ddec2548d9
[ "MIT" ]
3
2021-02-22T08:08:27.000Z
2021-12-22T20:21:07.000Z
;************************************************************** ; SVP Tests ;************************************************************** ; by Javi Taiyou ;************************************************************** ; This sample is a way to run basic code tests on the SVP ; in order to find out more about its beh...
30.566766
115
0.652461
72170b85986f253856dc5eea2fb46019269beb7c
7,256
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_560.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_21829_560.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_21829_560.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x6c0c, %rbp xor $54739, %rcx movb (%rbp), %bl nop xor $40129, %rdx lea addresses_WT_ht+0x29dc, %rcx nop and %r10, %r10 movb (%rcx), %r14b xor $43950, %rsi lea addresses_UC_ht+...
37.595855
2,999
0.654217
3f0dad128700c98b2bf200ab06e8a4dbf4bdfeb6
8,997
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_625.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_625.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_625.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 %r14 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x13031, %r8 inc %rcx vmovups (%r8), %ymm7 vextracti128 $1, %ymm7, %xmm7 vpextrq $1, %xmm7, %r11 nop xor $21583, %r13 lea addresses_WC_ht+0x18a91, %r14 nop nop sub %rsi, %rsi m...
31.679577
2,999
0.656108
311340ebcab202f2b7f6f10962c98cdb400217c8
1,608
asm
Assembly
mips1.asm
RustyRipper/AssemblerMips32
638009d58354da7c058edb2292b203ca9ad5c6fe
[ "MIT" ]
null
null
null
mips1.asm
RustyRipper/AssemblerMips32
638009d58354da7c058edb2292b203ca9ad5c6fe
[ "MIT" ]
null
null
null
mips1.asm
RustyRipper/AssemblerMips32
638009d58354da7c058edb2292b203ca9ad5c6fe
[ "MIT" ]
null
null
null
.data idx_dodawanie: .word 0 idx_odejmowanie: .word 1 idx_mnozenie: .word 2 idx_dzielenie: .word 3 napis1: .asciiz "Podaj pierwsza liczbe\n" napis2: .asciiz "Podaj operacje\n 0.Dodawanie \n 1.Odejmowanie \n 2.Mnozenie \n 3.Dzielenie\n" napis3: .asciiz "Podaj druga liczbe\n" napis4: .asciiz "Wynik to: \n" napis...
13.4
95
0.627488
be122a93360fd57b3feef6edd88b1b64b910d57a
688
asm
Assembly
test2.asm
jbush001/MiteCPU
6fd120717f02cee8c1d21aae352fb34780a0d85e
[ "Apache-2.0" ]
12
2015-06-27T01:26:33.000Z
2022-01-23T18:53:16.000Z
test2.asm
ludwigschreier/MiteCPU
6fd120717f02cee8c1d21aae352fb34780a0d85e
[ "Apache-2.0" ]
null
null
null
test2.asm
ludwigschreier/MiteCPU
6fd120717f02cee8c1d21aae352fb34780a0d85e
[ "Apache-2.0" ]
7
2016-01-24T19:30:14.000Z
2022-01-23T18:53:10.000Z
# # Store values into a memory array # res result res count res buffer, 8 res ptr start: ldi 8 st count ldi buffer st ptr loop: ldi 0 # Clear accumulator add count # Copy count into accumulator index ptr # Load destination pointer st 0 # Store count...
20.235294
58
0.550872
78447392f66927686a9d7716e968b709b2c7e736
241
asm
Assembly
modules/showResult.asm
antuniooh/assembly-calculator
5e364c5cfdb0aa90958dc168e546c305cda1ee5a
[ "MIT" ]
2
2021-05-08T20:51:42.000Z
2021-05-08T20:52:06.000Z
modules/showResult.asm
antuniooh/assembly-calculator
5e364c5cfdb0aa90958dc168e546c305cda1ee5a
[ "MIT" ]
null
null
null
modules/showResult.asm
antuniooh/assembly-calculator
5e364c5cfdb0aa90958dc168e546c305cda1ee5a
[ "MIT" ]
2
2020-12-14T00:09:01.000Z
2021-03-25T14:07:08.000Z
SHOW_RESULT: MOV A, 70h ACALL posicionaCursor mov A, #'=' ACALL sendCharacter MOV A, R3 MOV B, #10 DIV AB ADD A, #30h ACALL sendCharacter MOV A,B ADD A, #30h ACALL sendCharacter ACALL delay ;exibe a resposta do R3 no lcd RET
13.388889
31
0.697095
08e4d8a357020a8dcbe87c58d4bb61302f60efc9
884
nasm
Assembly
assembler_nasm/interactive.nasm
matija94/show-me-the-code
7e98b15da03712e28417f2c808c4324989ce9bd7
[ "MIT" ]
1
2017-07-10T21:05:46.000Z
2017-07-10T21:05:46.000Z
assembler_nasm/interactive.nasm
matija94/show-me-the-code
7e98b15da03712e28417f2c808c4324989ce9bd7
[ "MIT" ]
null
null
null
assembler_nasm/interactive.nasm
matija94/show-me-the-code
7e98b15da03712e28417f2c808c4324989ce9bd7
[ "MIT" ]
null
null
null
section .data ;data segment userMsg db 'Please enter a number: ' lenUserMsg equ $-userMsg dispMsg db 'You have entered: ' lenDispMsg equ $-dispMsg section .bss ; unitialized data segment num resb 5 section .text ; code segment global _start _start: ; prompt user mov eax,4 ;(sys_write) mov ebx,1 ;(file descri...
19.644444
61
0.705882
c0aedf6e08023a798c687a65a9e0652117346744
1,711
asm
Assembly
asm/bitcount.asm
GabrielRavier/Generic-Assembly-Samples
fbf803960a14307b7fce0165058d0d4048abaf42
[ "Unlicense" ]
null
null
null
asm/bitcount.asm
GabrielRavier/Generic-Assembly-Samples
fbf803960a14307b7fce0165058d0d4048abaf42
[ "Unlicense" ]
null
null
null
asm/bitcount.asm
GabrielRavier/Generic-Assembly-Samples
fbf803960a14307b7fce0165058d0d4048abaf42
[ "Unlicense" ]
null
null
null
global @ASM_bitcount@4 extern _getInstructionSet segment .data align=16 actualASM_bitcountPtr dd actualASM_bitcountGetPtr segment .text align=16 %define result eax %define number ecx %define temp edx actualASM_bitcountNoPopcnt: mov result, number mov temp, result shr result, 1 ; S...
21.658228
105
0.663355
5f7cd6f7240e31e448dbe4959b46036afd5bb5af
952
asm
Assembly
wof/lcs/123p/10.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
wof/lcs/123p/10.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
wof/lcs/123p/10.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 0018EC add.w ($10,A1), D0 [123p+ C, enemy+ C] 0018F0 cmp.w D4, D0 007A10 add.w ($10,A0), D1 007A14 add.w (A3)+, D1 007A2C add.w ($10,A1), D1 [123p+ C, enemy+ C] 007A30 add.w (A3)+, D1 007A36 move.w D1, ($c,A0) 0084B2 add.w ($10,A0), D2...
30.709677
54
0.592437
589d9850370e1585c899ad96e5a341ccbc24dbb2
312
asm
Assembly
data/mapHeaders/safarizoneresthouse2.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapHeaders/safarizoneresthouse2.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapHeaders/safarizoneresthouse2.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
SafariZoneRestHouse2_h: db GATE ; tileset db SAFARI_ZONE_REST_HOUSE_2_HEIGHT, SAFARI_ZONE_REST_HOUSE_2_WIDTH ; dimensions (y, x) dw SafariZoneRestHouse2Blocks, SafariZoneRestHouse2TextPointers, SafariZoneRestHouse2Script ; blocks, texts, scripts db $00 ; connections dw SafariZoneRestHouse2Object ; objects
44.571429
117
0.846154
96c1a2ede303b7a05276409764051ad2c30d43b3
487
asm
Assembly
play68-pwm.asm
robin7g/swtpc-sound-card
327e32f2154eb6d307f036fc5a13d03eaecd380c
[ "MIT" ]
2
2020-12-31T01:21:40.000Z
2021-07-07T00:26:56.000Z
play68-pwm.asm
robin7g/swtpc-sound-card
327e32f2154eb6d307f036fc5a13d03eaecd380c
[ "MIT" ]
null
null
null
play68-pwm.asm
robin7g/swtpc-sound-card
327e32f2154eb6d307f036fc5a13d03eaecd380c
[ "MIT" ]
null
null
null
; PLAY68 PWM output ; by Robin Grosset code org $1EE0 ldab #$E8 ; amplitude ldx #$0FFF ; duration pwm ldaa #$AA ; frequency pulse deca ; pulse delay inca ; waste time pt1 deca ; waste time pt2 bne pulse stab...
30.4375
55
0.488706
c564174f9caa49f1f03d499fbd10ba8fea9d832c
131,897
asm
Assembly
assets/irhydra/code.asm
brycebaril/perf_goto_chicago
5bd2ecbdf683814c0ad14f122fc6c42ac2985bd8
[ "MIT" ]
1
2022-03-27T00:13:25.000Z
2022-03-27T00:13:25.000Z
assets/irhydra/code.asm
brycebaril/perf_goto_chicago
5bd2ecbdf683814c0ad14f122fc6c42ac2985bd8
[ "MIT" ]
null
null
null
assets/irhydra/code.asm
brycebaril/perf_goto_chicago
5bd2ecbdf683814c0ad14f122fc6c42ac2985bd8
[ "MIT" ]
null
null
null
--- FUNCTION SOURCE (SetFunctionName) id{0,0} --- (g,h,i){ if((typeof(h)==='symbol')){ h="["+%SymbolDescription(h)+"]"; } if((i===(void 0))){ %FunctionSetName(g,h); }else{ %FunctionSetName(g,i+" "+h); } } --- END --- --- FUNCTION SOURCE (ToName) id{1,0} --- (i){ return(typeof(i)==='symbol')?i:ToString(i); } --- END ---...
33.28211
212
0.616489
aa81a192c35b130e4cd0625af993a3621703217b
387
asm
Assembly
oeis/038/A038723.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/038/A038723.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/038/A038723.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A038723: a(n) = 6*a(n-1) - a(n-2), n >= 2, a(0)=1, a(1)=4. ; Submitted by Jamie Morken(s1.) ; 1,4,23,134,781,4552,26531,154634,901273,5253004,30616751,178447502,1040068261,6061962064,35331704123,205928262674,1200237871921,6995498968852,40772755941191,237641036678294,1385073464128573 mov $1,1 lpb $0 sub $0,1 add ...
25.8
191
0.682171
af83cb039744ef196299d5ce6ebd41eb3b63be72
570
asm
Assembly
programs/oeis/114/A114697.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/114/A114697.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/114/A114697.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A114697: Expansion of (1+x+x^2)/((x-1)*(x+1)*(x^2+2*x-1)); a Pellian-related sequence. ; 1,3,9,22,55,133,323,780,1885,4551,10989,26530,64051,154633,373319,901272,2175865,5253003,12681873,30616750,73915375,178447501,430810379,1040068260,2510946901,6061962063,14634871029,35331704122,85298279275,205928262673,49715480462...
63.333333
402
0.810526
b5d6569d8a5f26d1fdbd3f6a4cacaca4a64e4b14
727
asm
Assembly
oeis/191/A191782.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/191/A191782.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/191/A191782.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A191782: Sum of the lengths of the first ascents in all n-length left factors of Dyck paths. ; Submitted by Christian Krause ; 1,3,6,13,24,49,90,181,335,671,1253,2507,4718,9437,17874,35749,68067,136135,260337,520675,999361,1998723,3848221,7696443,14857999,29715999,57500459,115000919,222981434,445962869,866262914,1732...
45.4375
493
0.815681
bb1c234154f30d591cdb673e775957275bc61eed
730
asm
Assembly
8085 Microprocessor/Assignment 1/sol4.asm
neeladripal/bcse-lab
915d2f535ae95a062438fc85980419646a3951ad
[ "MIT" ]
null
null
null
8085 Microprocessor/Assignment 1/sol4.asm
neeladripal/bcse-lab
915d2f535ae95a062438fc85980419646a3951ad
[ "MIT" ]
null
null
null
8085 Microprocessor/Assignment 1/sol4.asm
neeladripal/bcse-lab
915d2f535ae95a062438fc85980419646a3951ad
[ "MIT" ]
1
2021-08-06T14:39:53.000Z
2021-08-06T14:39:53.000Z
LDA 2500H ; store the byte in accumulator MVI C,08H ; store 08H in register C acts to use as counter MVI B,00H ; clear register B to keep count of 1s in the byte LOOP: RLC ; rotate the byte right by 1 bit JC SKIP ; if carry is 0, skip to next iteration INR B ; carry is 1, so inc...
45.625
66
0.643836
506078b5455a62d5479eccb501de1ff6d92052c3
5,778
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_715_194.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_715_194.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_715_194.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xd0db, %rbx nop nop nop nop nop and %r10, %r10 movw $0x6162, (%rbx) nop nop nop cmp %r10, %r10 lea addresses_WT_ht+0x1d7cb, %rsi lea addresses_UC_ht+0x240b, %rdi nop xor $171...
31.747253
2,144
0.66009
583a94db09dd28fceadd0d7e59549f5b210d188b
42
asm
Assembly
tests/R/nor.asm
madhav-datt/mmcpu
e252133e3fd71076596c08775b79dd8bd35135b6
[ "MIT" ]
null
null
null
tests/R/nor.asm
madhav-datt/mmcpu
e252133e3fd71076596c08775b79dd8bd35135b6
[ "MIT" ]
null
null
null
tests/R/nor.asm
madhav-datt/mmcpu
e252133e3fd71076596c08775b79dd8bd35135b6
[ "MIT" ]
null
null
null
main: nor $s0, $0, $0 nor $s1, $s0, $0
10.5
22
0.452381
55c752a9745e4e997b053b20050a5f25536d9b63
3,636
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_50_1841.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_50_1841.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_50_1841.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 %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x5cf1, %rsi lea addresses_D_ht+0x4ee1, %rdi cmp $25406, %rdx mov $81, %rcx rep movsq nop nop add %rdx, %rdx lea addresses_UC_ht+0x1816f, %r9 nop nop nop cmp %r11, %r11 mov (%r9), %dx nop...
19.548387
149
0.644114
fbca9a52238d74e234912a973f9744da308cf136
728
asm
Assembly
Data/ships/Plate.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
Data/ships/Plate.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
Data/ships/Plate.asm
ped7g/EliteNext
6e930f9b9924b295d7281ee6acb879600d7e597f
[ "Unlicense" ]
null
null
null
Plate: DB $80, $00, $64 DW PlateEdges DB PlateEdgesSize DB $00, $0A DB PlateVertSize DB PlateEdgesCnt DB $00, $00 DB PlateNormalsSize DB $05, $10, $10 DW PlateNormals DB $03, $00 DW PlateVertices DB 0,0 ; Type and Tactics PlateVertices: DB $0F, $16, $09, $FF, $...
18.2
70
0.581044
cc160d8ada73ea6ea82f1513a42c84a358bb1bf2
428
asm
Assembly
programs/oeis/337/A337252.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/337/A337252.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/337/A337252.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A337252: Digits of 2^n can be rearranged with no leading zeros to form t^2, for t not a power of 2. ; 8,10,12,14,20,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144...
30.571429
230
0.658879
b910052dd4038e0b80a302035e13c9b24c11e5b6
837
asm
Assembly
oeis/142/A142891.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142891.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142891.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142891: Primes congruent to 4 mod 63. ; Submitted by Jon Maiga ; 67,193,571,823,1201,1327,1453,1579,1831,2083,2713,3217,3343,3469,3847,4099,4603,4729,5107,5233,5737,6367,6619,6871,6997,7753,7879,8761,8887,9013,9391,9643,9769,10273,10399,10651,10903,12037,12163,12289,12541,12919,13171,13297,14431,14557,14683,15061,15...
33.48
497
0.725209
e15015c065bdfefc905180f076b38491b28250d5
391
asm
Assembly
oeis/037/A037530.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/037/A037530.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/037/A037530.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A037530: Base-5 digits are, in order, the first n terms of the periodic sequence with initial period 1,1,2. ; Submitted by Christian Krause ; 1,6,32,161,806,4032,20161,100806,504032,2520161,12600806,63004032,315020161,1575100806,7875504032,39377520161,196887600806,984438004032,4922190020161,24610950100806,12305475050...
39.1
198
0.795396
f769ab7d1592aadd6d6925ef4abf1345a0b41997
297
asm
Assembly
programs/oeis/248/A248423.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/248/A248423.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/248/A248423.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A248423: Multiples of 4 with digits backwards. ; 0,4,8,21,61,2,42,82,23,63,4,44,84,25,65,6,46,86,27,67,8,48,88,29,69,1,401,801,211,611,21,421,821,231,631,41,441,841,251,651,61,461,861,271,671,81,481,881,291,691,2 mul $0,4 seq $0,4086 ; Read n backwards (referred to as R(n) in many sequences).
49.5
165
0.69697
524df3c89ba51eb11613c1d742974ce8bc28fcb9
461
asm
Assembly
oeis/332/A332147.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/332/A332147.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/332/A332147.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A332147: a(n) = 4*(10^(2*n+1)-1)/9 + 3*10^n. ; Submitted by Jamie Morken(s1) ; 7,474,44744,4447444,444474444,44444744444,4444447444444,444444474444444,44444444744444444,4444444447444444444,444444444474444444444,44444444444744444444444,4444444444447444444444444,444444444444474444444444444,44444444444444744444444444444...
28.8125
273
0.785249
11967b65a6a19b30a0d288edf2bc6a324ea28db7
1,676
asm
Assembly
programs/oeis/061/A061722.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/061/A061722.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/061/A061722.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A061722: a(n) = 10 * n^2 + 7. ; 7,17,47,97,167,257,367,497,647,817,1007,1217,1447,1697,1967,2257,2567,2897,3247,3617,4007,4417,4847,5297,5767,6257,6767,7297,7847,8417,9007,9617,10247,10897,11567,12257,12967,13697,14447,15217,16007,16817,17647,18497,19367,20257,21167,22097,23047,24017,25007,26017,27047,28097,29167,302...
209.5
1,604
0.828162
7510640ce0acab1725a6c5999a7d4c91218e8ada
1,070
asm
Assembly
lib/target/laser500/classic/rom.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
lib/target/laser500/classic/rom.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
lib/target/laser500/classic/rom.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Startup for V-Tech VZ-350/500/700? ; defc CRT_ORG_BSS = 0xc000 defc CRT_ORG_CODE = 0x0000 defc TAR__clib_exit_stack_size = 0 defc TAR__register_sp = 0xbfff INCLUDE "crt/classic/crt_rules.inc" org CRT_ORG_CODE if (ASMPC<>$0000) defs CODE_ALIGNMENT_ERROR endif def...
19.454545
64
0.674766
8d487ca52f9adc180f891e1cf2400e4cc812e680
102
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/cosh_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/cosh_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/cosh_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math32 PUBLIC _cosh_fastcall EXTERN _m32_coshf defc _cosh_fastcall = _m32_coshf
14.571429
33
0.833333
c3c7ed7093c8754e1fa559b992ff0089c3d0de6c
6,382
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_275.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_275.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_275.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 %r15 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x9101, %rsi lea addresses_WT_ht+0x1d7e1, %rdi clflush (%rdi) and %r9, %r9 mov $40, %rcx rep movsb nop nop nop nop nop xor %r8, %r8 lea addresses_WC_ht+0x6e61, %rsi nop nop nop nop nop inc...
36.056497
2,999
0.654027
2ae88a0cbf08bed41d415f4412b2c43fc9df596a
1,636
asm
Assembly
programs/oeis/126/A126264.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/126/A126264.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/126/A126264.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A126264: a(n) = 5*n^2 + 3*n. ; 8,26,54,92,140,198,266,344,432,530,638,756,884,1022,1170,1328,1496,1674,1862,2060,2268,2486,2714,2952,3200,3458,3726,4004,4292,4590,4898,5216,5544,5882,6230,6588,6956,7334,7722,8120,8528,8946,9374,9812,10260,10718,11186,11664,12152,12650,13158,13676,14204,14742,15290,15848,16416,16994,1...
163.6
1,548
0.819682
00a8fb349dfe2b5ab779abadf90fcd90a3fdf22a
807
asm
Assembly
kDriver.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
kDriver.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
kDriver.asm
satadriver/LiunuxOS
693174ac2b3e503d72782fc7a14f18c8a4f2756c
[ "Apache-2.0" ]
null
null
null
.386p Kernel Segment public para use32 assume cs:Kernel __kDriverProc proc pushad ;bit2 =1,reset controller ;bit1 =1,disable interrupt 0x0e;bit1 = 0,enable interrupt 0x0e mov dx,3f6h in al,dx mov al,0 out dx,al jmp _showDriverTips _driverIntEnd: mov al,20h out 20h,al out 0a0h,al popad ire...
15.519231
63
0.726146
9fa4d36833b64f37aca577ac2770bcf23209533a
1,897
asm
Assembly
programs/oeis/177/A177787.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/177/A177787.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/177/A177787.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A177787: Number of paths from (0,0) to (n+2,n) using only up and right steps and avoiding two or more consecutive moves up or three or more consecutive moves right. ; 2,5,10,18,30,47,70,100,138,185,242,310,390,483,590,712,850,1005,1178,1370,1582,1815,2070,2348,2650,2977,3330,3710,4118,4555,5022,5520,6050,6613,7210,78...
189.7
1,671
0.831313
cf856ea65461f9be2f78fa501957ac93c7d83002
6,517
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_853.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_853.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_853.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 %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x10b6d, %rdx nop nop nop nop dec %r9 movw $0x6162, (%rdx) nop nop xor %rdx, %rdx lea addresses_WT_ht+0x116d, %rdi sub $16885, %r15 mov $0x6162636465666768, %rbx movq %rbx,...
39.259036
2,999
0.661654
016bbbce0ba9a9371db65b31cfa7356cf0b13d53
1,684
asm
Assembly
kernel/boot.asm
martinliptak/kernel-from-scratch
085d691d6b7bc8b75d988a0f48ec4bb01af4a95c
[ "Unlicense" ]
2
2020-11-28T22:23:04.000Z
2021-02-27T19:50:04.000Z
kernel/boot.asm
martinliptak/kernel-from-scratch
085d691d6b7bc8b75d988a0f48ec4bb01af4a95c
[ "Unlicense" ]
null
null
null
kernel/boot.asm
martinliptak/kernel-from-scratch
085d691d6b7bc8b75d988a0f48ec4bb01af4a95c
[ "Unlicense" ]
null
null
null
%define STACK_SIZE 0x4000 %define MAGIC 0x1BADB002 %define FLAGS 3 %define VIRTUAL_BASE 0xc0000000 %define PAGE_NUMBER (VIRTUAL_BASE >> 22) section .text global pagedir extern kmain main: mov ecx, pagedir - VIRTUAL_BASE ; We need physical address and ecx, 0xfffff000 ; The last 3 bits are flags mov c...
20.289157
79
0.671615
24720ca3ad9dda84167f26e7115dc7190991555b
7,703
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_sm_/i7-8650U_0xd2_notsx.log_187_520.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_sm_/i7-8650U_0xd2_notsx.log_187_520.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_sm_/i7-8650U_0xd2_notsx.log_187_520.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 %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xe99a, %rbx nop nop nop nop nop dec %rdi mov $0x6162636465666768, %rdx movq %rdx, (%rbx) nop nop nop nop nop xor %r13, %r13 lea addresses_WC_ht+0xf51a, %r8 nop nop nop mfence ...
22.198847
560
0.64754
122fa1d174cace22d03f2bb075e98398fd879afe
992
nasm
Assembly
IntelFsp2Pkg/FspSecCore/X64/FspHelper.nasm
mefff/edk2
0a4019ec9de64c6565ea545dc8d847afe2b30d6c
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
IntelFsp2Pkg/FspSecCore/X64/FspHelper.nasm
mefff/edk2
0a4019ec9de64c6565ea545dc8d847afe2b30d6c
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
IntelFsp2Pkg/FspSecCore/X64/FspHelper.nasm
mefff/edk2
0a4019ec9de64c6565ea545dc8d847afe2b30d6c
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
1
2021-12-23T07:59:29.000Z
2021-12-23T07:59:29.000Z
;; @file ; Provide FSP helper function. ; ; Copyright (c) 2022, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ;; DEFAULT REL SECTION .text global ASM_PFX(AsmGetFspBaseAddress) ASM_PFX(AsmGetFspBaseAddress): call ASM_PFX(AsmGetFspInfoHeader) add ...
28.342857
83
0.678427
210ef6753cb8867fd7bff312ebb4c5cfe312d9d2
124
asm
Assembly
r5asm/test/test001.asm
walter-artica/r5asm
acfc448cbfcb09ed8f34e6c805bfbffe9bd32abc
[ "MIT" ]
null
null
null
r5asm/test/test001.asm
walter-artica/r5asm
acfc448cbfcb09ed8f34e6c805bfbffe9bd32abc
[ "MIT" ]
null
null
null
r5asm/test/test001.asm
walter-artica/r5asm
acfc448cbfcb09ed8f34e6c805bfbffe9bd32abc
[ "MIT" ]
null
null
null
.code set R1, 0 cmp R1, 0 bz label1 set R1, 1 bt label2 label1: set R1, 2 label2: bt label2 nop nop nop
8.857143
11
0.58871
ceb4260e1dab44882e822707adde67f9e7b7958e
388
asm
Assembly
programs/oeis/047/A047661.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/047/A047661.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/047/A047661.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A047661: Row 5 of square array defined in A047662. ; 5,30,115,340,841,1826,3591,6536,11181,18182,28347,42652,62257,88522,123023,167568,224213,295278,383363,491364,622489,780274,968599,1191704,1454205,1761110,2117835,2530220,3004545,3547546 add $0,1 lpb $0 mov $2,$0 sub $0,1 seq $2,8413 ; Coordination sequence ...
29.846154
188
0.744845
6798dd41306a8f80771bd40ecc4ae2a288acf42d
4,389
asm
Assembly
prog_2.asm
averov90/asm8086-io-arithmetic
792120e9cc881c10da5780680e22ff3987e08d3d
[ "Unlicense" ]
null
null
null
prog_2.asm
averov90/asm8086-io-arithmetic
792120e9cc881c10da5780680e22ff3987e08d3d
[ "Unlicense" ]
null
null
null
prog_2.asm
averov90/asm8086-io-arithmetic
792120e9cc881c10da5780680e22ff3987e08d3d
[ "Unlicense" ]
null
null
null
.model small .stack 12 ;bytes, 5 - word - stack depth for func_uint16OUT, 1 - for funclion call .data ;Variables threshold dw ? ;Constants msg_enterN db 0Ah,'Enter numbers: $' msg_enterT db 'Enter threshold number: $' msg_enterC_err db 0Ah,'Count of numbers must be above 0! ' msg_enterC db 0Ah,'Enter count of numbers...
24.79661
82
0.760538
6a545fc07230a66335083454da42549ffce060ef
3,598
asm
Assembly
src/text.asm
maziac/dezogif
e92f6a0e21ac6b465349e193417e3f19721f763d
[ "MIT" ]
2
2020-05-25T09:25:46.000Z
2020-12-30T10:43:58.000Z
src/text.asm
maziac/dezogif
e92f6a0e21ac6b465349e193417e3f19721f763d
[ "MIT" ]
null
null
null
src/text.asm
maziac/dezogif
e92f6a0e21ac6b465349e193417e3f19721f763d
[ "MIT" ]
null
null
null
;======================================================== ; text.asm ;======================================================== ; Code to use in strings for positioning: AT x, y (in pixels) AT: equ 0x16 ; Routines that draw text on the ULA or layer2 screen. ; Can be used as substitute for the original ZX...
21.54491
96
0.590328
7052504b94b64937c2980044810cf79430c50457
1,988
asm
Assembly
_incObj/35 Burning Grass.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
9
2021-01-15T13:47:53.000Z
2022-01-17T15:33:55.000Z
_incObj/35 Burning Grass.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
7
2021-01-14T02:18:48.000Z
2021-03-24T15:44:30.000Z
_incObj/35 Burning Grass.asm
kodishmediacenter/msu-md-sonic
3aa7c5e8add9660df2cd0eceaa214e7d59f2415c
[ "CC0-1.0" ]
2
2021-01-14T13:14:26.000Z
2021-01-29T17:46:04.000Z
; --------------------------------------------------------------------------- ; Object 35 - fireball that sits on the floor (MZ) ; (appears when you walk on sinking platforms) ; --------------------------------------------------------------------------- GrassFire: moveq #0,d0 move.b obRoutine(a0),d0 move.w GFire...
24.85
77
0.51006
63e3eea345ba783e4c7ef42fa2804577868e0d32
315
asm
Assembly
oeis/259/A259368.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/259/A259368.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/259/A259368.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A259368: Number of digits in n^n when written in binary. ; 1,3,5,9,12,16,20,25,29,34,39,44,49,54,59,65,70,76,81,87,93,99,105,111,117,123,129,135,141,148,154,161,167,173,180,187,193,200,207,213,220,227,234,241,248,255,262,269,276,283,290,297,304,311,318,326,333 seq $0,326299 ; a(n) = floor(n*log_2(n)). add $0,1
52.5
203
0.692063
4c63400b5e6dc256562ed45d94ad5a0fe4011a92
7,241
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2514.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_0x48.log_21829_2514.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_0x48.log_21829_2514.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x7b99, %r13 clflush (%r13) nop nop add %rbp, %rbp movb $0x61, (%r13) nop nop nop nop sub $64300, %rdx lea addresses_D_ht+0x16409, %rax nop nop nop nop nop xor $...
35.495098
2,999
0.653639
8bf6878602e2db8911d2b63958d6a0530e8971f1
374
asm
Assembly
u7si/printDestinationsOnDarkPathMap.asm
JohnGlassmyer/UltimaHacks
f9a114e00c4a1edf1ac7792b465feff2c9b88ced
[ "MIT" ]
68
2018-03-04T22:34:22.000Z
2022-03-10T15:18:32.000Z
u7si/printDestinationsOnDarkPathMap.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
19
2018-11-20T04:06:49.000Z
2021-11-08T16:37:10.000Z
u7si/printDestinationsOnDarkPathMap.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
4
2020-09-01T17:57:36.000Z
2022-01-04T20:51:11.000Z
%include "include/u7si-all-includes.asm" defineAddress 245, 0x0119, afterDrawingDarkPathMap defineAddress 245, 0x014E, afterDrawingDarkPathMap_end startPatch EXE_LENGTH, printDestinationsOnDarkPathMap startBlockAt addr_afterDrawingDarkPathMap callVarArgsEopFromOverlay printDarkPathDestinations, 0 times 44 nop...
28.769231
56
0.871658
6c978237b3b7ffba7361e21bdaa6df77c2eb0649
7,424
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_702.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_702.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_702.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1e6a8, %r8 sub $6025, %rcx mov (%r8), %si nop nop nop nop add %rdx, %rdx lea addresses_normal_ht+0x19710, %rsi lea addresses_UC_ht+0xda44, %rdi and $24463, %r12 mov $109, %rcx...
37.12
2,999
0.656654
a13a8e1926a299b7f92c1bbcac1ec9e36950bfa6
489
asm
Assembly
src/record_rng_func.asm
mvdhout1992/ts-patches
a426970abeb6993eea6703d1a756fd74489ffed2
[ "MIT" ]
33
2016-07-30T14:17:28.000Z
2021-12-19T15:45:19.000Z
src/record_rng_func.asm
A-Productions/ts-patches
326db731f7226d9e803feab475777c730688634e
[ "MIT" ]
73
2018-08-17T00:25:19.000Z
2021-05-10T08:31:15.000Z
src/record_rng_func.asm
A-Productions/ts-patches
326db731f7226d9e803feab475777c730688634e
[ "MIT" ]
18
2017-05-16T11:28:06.000Z
2022-03-20T20:41:03.000Z
%include "TiberianSun.inc" %include "macros/patch.inc" %include "macros/datatypes.inc" cextern record_rng_ii ; Defined in log_more_oos.c cextern record_rng_void hack 0x005BE080, 0x005BE086 push ecx call record_rng_ii pop ecx .Reg: mov eax, [esp+4] mov edx, ecx ...
19.56
59
0.605317
d219adb25aeb730eba441e04f563808c2380598a
4,109
asm
Assembly
C/BiosLib/disabkbd.asm
p-k-p/SysToolsLib
827be2799e541410cb5c11358cd4ce6859e171ad
[ "Apache-2.0" ]
232
2016-04-27T21:56:11.000Z
2022-03-29T09:02:15.000Z
C/BiosLib/disabkbd.asm
p-k-p/SysToolsLib
827be2799e541410cb5c11358cd4ce6859e171ad
[ "Apache-2.0" ]
31
2016-05-09T09:05:36.000Z
2022-03-29T19:17:45.000Z
C/BiosLib/disabkbd.asm
p-k-p/SysToolsLib
827be2799e541410cb5c11358cd4ce6859e171ad
[ "Apache-2.0" ]
94
2016-06-01T18:10:39.000Z
2022-03-26T10:44:57.000Z
PAGE ,132 TITLE System utilities, not relying on MS-DOS. ;*****************************************************************************; ; ; ; FILE NAME: DISABKBD.ASM ; ; ; ; DESCRIPTION: Keyboard enable/disable routines, for test purpose. ; ; ; ; ...
23.214689
79
0.530786
d81f4e75726410862ef2141d13298d0703400b00
2,501
asm
Assembly
symbolinen_konekieli/Ratol_msdos/teht23.asm
tkukka/VariousContent
f7e7ae98ff8521c6c709dabe30855104afe3fe04
[ "MIT" ]
null
null
null
symbolinen_konekieli/Ratol_msdos/teht23.asm
tkukka/VariousContent
f7e7ae98ff8521c6c709dabe30855104afe3fe04
[ "MIT" ]
null
null
null
symbolinen_konekieli/Ratol_msdos/teht23.asm
tkukka/VariousContent
f7e7ae98ff8521c6c709dabe30855104afe3fe04
[ "MIT" ]
null
null
null
;RaTol Symbolinen konekieli: Harjoitus 2, tehtävä 3 ;Tero Kukka IY96A ;Tiedosto: teht23.asm ;Luotu 25.2.1998 ;a-kohta ;Ohjelma kutsuu aliohjelmaa _Summaa1, joka ;palauttaa kahden luvun summan muistipaikkaan DS:summa. ;Yhteenlaskettavat luvut ovat rekistereissä ...
26.892473
69
0.539384
b44d1824f83c0c0980b33544ade9a3a015624174
102,991
asm
Assembly
Palmtree.Math.Core.Implements/vs_build/x64_Debug/pmc_tostring.asm
rougemeilland/Palmtree.Math.Core.Implements
52f4f6c765d16c9b0baf1fd212c61a33daae138c
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Implements/vs_build/x64_Debug/pmc_tostring.asm
rougemeilland/Palmtree.Math.Core.Implements
52f4f6c765d16c9b0baf1fd212c61a33daae138c
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Implements/vs_build/x64_Debug/pmc_tostring.asm
rougemeilland/Palmtree.Math.Core.Implements
52f4f6c765d16c9b0baf1fd212c61a33daae138c
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 include listing.inc INCLUDELIB MSVCRTD INCLUDELIB OLDNAMES msvcjmc SEGMENT __7B7A869E_ctype@h DB 01H __457DD326_basetsd@h DB 01H __4384A2D9_corecrt_memcpy_s@h DB 01H __4E51A221_corecrt_wstring@h DB 01H __2140C079_string@h DB 01H __1887E5...
22.69524
219
0.673243
812f77902cfea734aab87dced552f179c290da67
1,116
asm
Assembly
projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
nadavWeisler/Nand2Tetris
59c2e616c45044c15b99aeb8459d39b59e5e07ba
[ "MIT" ]
null
null
null
projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
nadavWeisler/Nand2Tetris
59c2e616c45044c15b99aeb8459d39b59e5e07ba
[ "MIT" ]
null
null
null
projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
nadavWeisler/Nand2Tetris
59c2e616c45044c15b99aeb8459d39b59e5e07ba
[ "MIT" ]
null
null
null
@1 D=A @ARG A=M+D D=M @SP A=M M=D @SP M=M+1 @1 D=A @THIS D=D+A @13 M=D @SP M=M-1 A=M D=M @13 A=M M=D @0 D=A @SP A=M M=D @SP M=M+1 @0 D=A @THAT D=D+M @13 M=D @SP M=M-1 A=M D=M @13 A=M M=D @1 D=A @SP A=M M=D @SP M=M+1 @1 D=A @THAT D=D+M @13 M=D @SP M=M-1 A=M D=M @13 A=M M=D @0 D=A @ARG A=M+D D=M @SP A=M M=D @SP M=M+1 @2 ...
4.669456
17
0.532258
4e712a196ca001bc3b1fa0816e084da81b228810
7,396
asm
Assembly
smsq/q68/driver/snd_ssss.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/q68/driver/snd_ssss.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/q68/driver/snd_ssss.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; Q68 SMSQ Sampled Sound System V1.02  2017-2018 W. Lenerz ; 1.02 improved queue handing ; partially based on ; Q40 SMSQ Sampled Sound System V2.00  1999 Tony Tebby section sound xdef ssss_init xref cpy_mmod xref gu_achpp xref snd_nam include 'dev8_keys_java' include 'dev8_keys_q68' include 'dev8_key...
24.735786
78
0.664954
99123e3a7091eb238a8ac458b7ddb1291997cc19
3,856
asm
Assembly
hm4_Xiaojie_Zhu.asm
XiaojieZhuForThree/Mips_Codes
855ac583a5df2cea680500cf97a9686c69964409
[ "Unlicense" ]
null
null
null
hm4_Xiaojie_Zhu.asm
XiaojieZhuForThree/Mips_Codes
855ac583a5df2cea680500cf97a9686c69964409
[ "Unlicense" ]
null
null
null
hm4_Xiaojie_Zhu.asm
XiaojieZhuForThree/Mips_Codes
855ac583a5df2cea680500cf97a9686c69964409
[ "Unlicense" ]
null
null
null
.data fileName: .asciiz "homework4.txt" textmessage: .asciiz "The quick brown fox jumped over the lazy river." inputBuffer: .space 100 parityBuffer: .space 100 outputOK: .asciiz "The data is intact." outputCorrupt: .asciiz "The data has been corrupted!" .text open_file: li $v0, 13 # created a new file named ...
27.942029
115
0.650156
24da4fb88f68ab67202fe828e23f58496ff1f24c
443
asm
Assembly
oeis/204/A204696.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/204/A204696.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/204/A204696.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A204696: G.f.: (32*x^7/(1-2*x) + 16*x^5 + 24*x^6)/(1-2*x^2). ; 0,0,0,0,0,16,24,64,112,256,480,1024,1984,4096,8064,16384,32512,65536,130560,262144,523264,1048576,2095104,4194304,8384512,16777216,33546240,67108864,134201344,268435456,536838144,1073741824,2147418112,4294967296,8589803520,17179869184,34359476224,68719476...
55.375
286
0.724605
ad5b7e9759a8b44181217bb682ec6e8648c7255d
580
asm
Assembly
oeis/163/A163672.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/163/A163672.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/163/A163672.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A163672: Triangle T(n,m) = 2mn + m + n + 7 read by rows. ; Submitted by Christian Krause ; 11,14,19,17,24,31,20,29,38,47,23,34,45,56,67,26,39,52,65,78,91,29,44,59,74,89,104,119,32,49,66,83,100,117,134,151,35,54,73,92,111,130,149,168,187,38,59,80,101,122,143,164,185,206,227,41,64,87,110,133,156,179,202,225,248,271,44,...
30.526316
354
0.655172
fae156f713c3343afe5d0eee31977701911d9c5c
5,656
asm
Assembly
Src/extras.asm
slowcorners/Minimal-FORTH
afb1bcac3018f5a72c5dcafa37c5dee497382d15
[ "MIT" ]
1
2021-06-13T18:31:19.000Z
2021-06-13T18:31:19.000Z
Src/extras.asm
slowcorners/Minimal-FORTH
afb1bcac3018f5a72c5dcafa37c5dee497382d15
[ "MIT" ]
null
null
null
Src/extras.asm
slowcorners/Minimal-FORTH
afb1bcac3018f5a72c5dcafa37c5dee497382d15
[ "MIT" ]
null
null
null
; ---------------------------------------------------------------------- ; EXTRAS (added by SlowCorners) HNOOP: DB ^4 "NOO" ^'P' ; ***** NOOP DW HARROW NOOP: DW DOCOL NOO10: DW SEMIS HASCII: DB ^^5 "ASCI" ^'I' ; ***** ASCII ...
34.487805
76
0.416902
118cc72eff7ebe720aa87d804661602695cfb7ce
3,328
asm
Assembly
maps/MountMoon.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
maps/MountMoon.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
maps/MountMoon.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
object_const_def ; object_event constants const MOUNTMOON_SILVER MountMoon_MapScripts: db 2 ; scene scripts scene_script .RivalEncounter ; SCENE_DEFAULT scene_script .DummyScene ; SCENE_FINISHED db 0 ; callbacks .RivalEncounter: prioritysjump .RivalBattle end .DummyScene: end .RivalBattle: turnobject PLA...
19.692308
138
0.763522