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
f4083fbfc7fe77b76c164ad426ec5f5fdc504535
379
asm
Assembly
programs/oeis/190/A190089.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/190/A190089.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/190/A190089.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A190089: Row sums of the triangular matrix A190088. ; 1,4,21,114,616,3329,17991,97229,525456,2839729,15346786,82938844,448227521,2422362079,13091204281,70748973084,382349636061,2066337330754,11167134898976,60350698792449,326154101090951,1762639037938629,9525854090667496,51480702630305689 mul $0,2 mov $1,1 mov $2,1 l...
29.153846
236
0.781003
85889bcae865cfb70c1fc29492351e8404165e3a
169
asm
Assembly
libsrc/_DEVELOPMENT/adt/p_list/c/sccz80/p_list_front.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/p_list/c/sccz80/p_list_front.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/adt/p_list/c/sccz80/p_list_front.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void *p_list_front(p_list_t *list) SECTION code_adt_p_list PUBLIC p_list_front defc p_list_front = asm_p_list_front INCLUDE "adt/p_list/z80/asm_p_list_front.asm"
15.363636
45
0.816568
08c963f63fa061f000e1d1cd9dca36110fa4e73d
650
asm
Assembly
oeis/167/A167167.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/167/A167167.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/167/A167167.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A167167: A001045 with a(0) replaced by -1. ; -1,1,1,3,5,11,21,43,85,171,341,683,1365,2731,5461,10923,21845,43691,87381,174763,349525,699051,1398101,2796203,5592405,11184811,22369621,44739243,89478485,178956971,357913941,715827883,1431655765,2863311531,5726623061,11453246123,22906492245,45812984491,91625968981,1832519...
81.25
490
0.832308
47e74274ba00b9950d2540bdecaedf3b7ceabf2a
780
asm
Assembly
2nd Assignment/ASSEMBLY_1B.asm
BeenCoding/Microprocessors-NTUA
354b27a01918a2ddb64e852714599b147c1602c2
[ "MIT" ]
null
null
null
2nd Assignment/ASSEMBLY_1B.asm
BeenCoding/Microprocessors-NTUA
354b27a01918a2ddb64e852714599b147c1602c2
[ "MIT" ]
null
null
null
2nd Assignment/ASSEMBLY_1B.asm
BeenCoding/Microprocessors-NTUA
354b27a01918a2ddb64e852714599b147c1602c2
[ "MIT" ]
null
null
null
ARXH: IN 10H MVI A,FFH ; FFH=255 decimal LXI B,0900H ; BC pair has memory location 0900H LXI D,0000H ; INIT DE PAIR MVI L,00H ;L IS A COUNTER LOOPA: STAX B ;store accumulator to register pair HL DCR A ; A--; INX B ;Move one memory space down CPI 00H JNZ LOOPA ;FINISHED INIT MATRIX STARTIN...
22.285714
58
0.639744
62a729fec85137c65d57c6cd77a0c11305ba1176
2,967
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_10_1752.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_0xca.log_10_1752.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_0xca.log_10_1752.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r9 push %rdi push %rdx lea addresses_WC_ht+0x12220, %r11 nop nop nop cmp $64728, %r9 mov $0x6162636465666768, %rdi movq %rdi, (%r11) nop nop nop cmp %r12, %r12 lea addresses_A_ht+0x119be, %r9 clflush (%r9) nop add $54596, %r10 mov (%r9), %...
19.141935
124
0.641726
1f5ee151b2475825c73a118387f1503fac13beb9
167
asm
Assembly
home/start.asm
manuelmartinezbosch/testing-gb
c5be7c37a5a0f21d1bc5a9c898b6ad8755d00790
[ "MIT" ]
null
null
null
home/start.asm
manuelmartinezbosch/testing-gb
c5be7c37a5a0f21d1bc5a9c898b6ad8755d00790
[ "MIT" ]
null
null
null
home/start.asm
manuelmartinezbosch/testing-gb
c5be7c37a5a0f21d1bc5a9c898b6ad8755d00790
[ "MIT" ]
null
null
null
; Save 1 in wGBC for game boy color hardware _Start:: cp BOOTUP_A_CGB jr z, .gbc xor a jr .done .gbc ld a, TRUE .done ld [wGBC], a jp Init
13.916667
44
0.580838
2dabf582cab729ece00f66d12bd87026a54bb4ee
239
asm
Assembly
exemplo1.asm
Durfan/ufsj-lab-aoc1
8ef39c1074b8418b4ca49e2a8f309a4c58d63158
[ "MIT" ]
null
null
null
exemplo1.asm
Durfan/ufsj-lab-aoc1
8ef39c1074b8418b4ca49e2a8f309a4c58d63158
[ "MIT" ]
null
null
null
exemplo1.asm
Durfan/ufsj-lab-aoc1
8ef39c1074b8418b4ca49e2a8f309a4c58d63158
[ "MIT" ]
null
null
null
.text li $s2, 1 #carrega o valor IMEDIATO 1 no registrador s2 (li = load immediate) li $s3, 100 #carrega o valor IMEDIATO 100 no registrador s3 add $s1, $s2, $s3 #executa a soma de s2 com s3 e armazena o resultado em s1
59.75
87
0.669456
1d12a1f5044af281a91092fd4e15285bc42ceba7
429
asm
Assembly
data.asm
malayli/snes-logo
b21d4a5b1b08a4d0a84aaf610308b2453702e690
[ "MIT" ]
1
2022-02-12T18:22:25.000Z
2022-02-12T18:22:25.000Z
data.asm
malayli/snes-logo
b21d4a5b1b08a4d0a84aaf610308b2453702e690
[ "MIT" ]
null
null
null
data.asm
malayli/snes-logo
b21d4a5b1b08a4d0a84aaf610308b2453702e690
[ "MIT" ]
null
null
null
.include "hdr.asm" .section ".rodata1" superfree snesfont: .incbin "res/font/pvsneslibfont.pic" snesfont_end: .ends .section ".rodata2" superfree gameLogoSprite: .incbin "res/logo/logo.pic" gameLogoSprite_end: gameLogoPalette: .incbin "res/logo/logo.pal" gameLogoPalette_end: .ends .section ...
14.3
47
0.706294
3b47fa1df10d8b65097f8f0a49dc6bf0d7505a12
103
asm
Assembly
kernel/register.asm
Anne1231/yurios
4e55c25b4b0cb0fec35cb416574997d7f2527485
[ "MIT" ]
1
2020-10-20T10:44:29.000Z
2020-10-20T10:44:29.000Z
kernel/register.asm
Anne1231/yurios
4e55c25b4b0cb0fec35cb416574997d7f2527485
[ "MIT" ]
7
2016-12-08T14:56:37.000Z
2017-02-01T15:00:23.000Z
kernel/register.asm
Anne1231/yurios
4e55c25b4b0cb0fec35cb416574997d7f2527485
[ "MIT" ]
null
null
null
[BITS 32] global load_eip [SECTION .text] ;;; eipレジスタの値をロードする関数 load_eip: mov eax, [esp] ret
9.363636
21
0.660194
7b3f3320ff8df4aaa97f854c16260808491c10e3
356
asm
Assembly
u7bg/eop2-entryPoints.asm
JohnGlassmyer/UltimaHacks
f9a114e00c4a1edf1ac7792b465feff2c9b88ced
[ "MIT" ]
68
2018-03-04T22:34:22.000Z
2022-03-10T15:18:32.000Z
u7bg/eop2-entryPoints.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
19
2018-11-20T04:06:49.000Z
2021-11-08T16:37:10.000Z
u7bg/eop2-entryPoints.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
4
2020-09-01T17:57:36.000Z
2022-01-04T20:51:11.000Z
%include "include/u7bg-all-includes.asm" startPatch EXE_LENGTH, eop2-entryPoints startBlockAt addr_eop2_entry1 jmp calcJump(off_eop2_varArgsDispatcher) times 3 nop endBlockOfLength 5 startBlockAt addr_eop2_entry2 retf times 4 nop endBlockOfLength 5 startBlockAt addr_eop2_entry3 retf times...
16.181818
42
0.792135
6c1ba82cf674bd3576a245ab8f2d2058f56c7754
573
asm
Assembly
Final Assignment CSE331/Solution/3.asm
afra-tech/CSE331L-Section-1-Fall20-NSU
cea1d602e75e7b413d032ac990dfc85e9e0c36e6
[ "MIT" ]
null
null
null
Final Assignment CSE331/Solution/3.asm
afra-tech/CSE331L-Section-1-Fall20-NSU
cea1d602e75e7b413d032ac990dfc85e9e0c36e6
[ "MIT" ]
null
null
null
Final Assignment CSE331/Solution/3.asm
afra-tech/CSE331L-Section-1-Fall20-NSU
cea1d602e75e7b413d032ac990dfc85e9e0c36e6
[ "MIT" ]
null
null
null
.MODEL SMALL .STACK 100H .DATA MSG1 DB 13,10,"Enter Digit:$" MSG2 DB 13,10,"Multiplied by 4 using SHL:$" .CODE MAIN PROC MOV AX, @DATA MOV DS, AX LEA DX, MSG1 MOV AH, 9 INT 21H MOV AH, 1 INT 21H SUB AL,30H MOV CL,2 ; 2 shifts so multiplicatio...
11.693878
52
0.471204
6ae4840f2b35f7524fd916debba3094b89d9c02b
183
asm
Assembly
mc-sema/validator/x86/tests/MOV8ri.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
2
2021-08-07T16:21:29.000Z
2021-11-17T10:58:37.000Z
mc-sema/validator/x86/tests/MOV8ri.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86/tests/MOV8ri.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; MOV8ri mov ah, 0x2 ;TEST_BEGIN_RECORDING mov ah, 0x3 ;TEST_END_RECORDING
15.25
25
0.737705
2de5d9a021f387376fc62c1a1f29708631236d8c
899
asm
Assembly
external/source/shellcode/windows/x86/src/single/single_service_stuff.asm
OsmanDere/metasploit-framework
b7a014a5d22d3b57157e301d4af57e3a31ad03a9
[ "BSD-2-Clause", "BSD-3-Clause" ]
26,932
2015-01-01T00:04:51.000Z
2022-03-31T22:51:38.000Z
external/source/shellcode/windows/x86/src/single/single_service_stuff.asm
Kilo-411/metasploit-framework
aaf27d7fa51390895dea63c58cb3b76e959d36f8
[ "BSD-2-Clause", "BSD-3-Clause" ]
11,048
2015-01-01T00:05:44.000Z
2022-03-31T21:49:52.000Z
external/source/shellcode/windows/x86/src/single/single_service_stuff.asm
Kilo-411/metasploit-framework
aaf27d7fa51390895dea63c58cb3b76e959d36f8
[ "BSD-2-Clause", "BSD-3-Clause" ]
12,593
2015-01-01T01:01:20.000Z
2022-03-31T22:13:32.000Z
;-----------------------------------------------------------------------------; ; Author: agix (florian.gaultier[at]gmail[dot]com) ; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4 ; Size: 448 bytes ; Build: >build.py single_service_stuff ;------------------------------------------------------------------------...
37.458333
92
0.560623
2decb980653e58042213b3abd8db48f7fe222c89
4,404
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_11378_2557.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_0x48.log_11378_2557.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_0x48.log_11378_2557.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: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r12 push %r14 push %r8 push %rax push %rdi // Load lea addresses_PSE+0x19ae, %r14 nop nop cmp $5205, %r8 mov (%r14), %r12w nop nop nop add %r14, %r14 // Load lea addresses_D+0x8d2e, %r8 xor %rax, %rax ...
55.746835
2,999
0.655086
ec1392a1a7f4feb95fda95b57aeb03f019f16339
258
asm
Assembly
os/print_string.asm
atupal/my-toys
0b6338c97ee51c66c15f8642eec8aa3553e4b6f4
[ "MIT" ]
1
2017-01-04T12:35:18.000Z
2017-01-04T12:35:18.000Z
os/print_string.asm
atupal/my-toys
0b6338c97ee51c66c15f8642eec8aa3553e4b6f4
[ "MIT" ]
null
null
null
os/print_string.asm
atupal/my-toys
0b6338c97ee51c66c15f8642eec8aa3553e4b6f4
[ "MIT" ]
null
null
null
print_string: pusha mov ah, 0x0e print_string_loop: mov al, [bx] int 0x10 cmp al, 0 je print_string_done add bx, 1 jmp print_string_loop ; loop around to print the next char. print_string_done: popa ret ; Return from the function
12.9
62
0.70155
c9c401bf9335ea23fc1f7e0378128a9914097e04
139
asm
Assembly
Led_Bucles_Anidados.asm
Craziertexas/INTEL-5180---ASSEMBLER
4fd0f8c8c6d4f640152342e63dc4b5f76d85859b
[ "MIT" ]
null
null
null
Led_Bucles_Anidados.asm
Craziertexas/INTEL-5180---ASSEMBLER
4fd0f8c8c6d4f640152342e63dc4b5f76d85859b
[ "MIT" ]
null
null
null
Led_Bucles_Anidados.asm
Craziertexas/INTEL-5180---ASSEMBLER
4fd0f8c8c6d4f640152342e63dc4b5f76d85859b
[ "MIT" ]
null
null
null
ORG 0 LJMP MAIN ORG 0030 MAIN: MOV R2, #002H LOOP1: MOV R1, #010H LOOP2: DJNZ R1, LOOP2 DJNZ R2, LOOP1 CPL P1.0 LJMP MAIN
11.583333
19
0.625899
08efd546d1b68088b24f752da49ef5c07f49e74f
321
asm
Assembly
programs/oeis/230/A230074.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/230/A230074.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/230/A230074.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A230074: Period 4: repeat [1, -2, 1, 0]. ; 1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0,1,-2,1,0 add $0,2523 gcd $0,4 mov $1,2 sub $1,$0 mov $0,$1...
35.666667
226
0.47352
91f7f44e1499d7905fe0671a61a82e69ae328de6
9,022
asm
Assembly
iod/con2/ptr/wdef.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/con2/ptr/wdef.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/con2/ptr/wdef.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
* Reset the pointer areas, hit and outline, for a window and its * corresponding primary. * * 2005-11-14 1.01 Correctly restores screen for unbehaved windows (MK) * * Registers: * Entry Exit * D4-D7 smashed * A0 pointer to cdb to set preserved * section driver * include 'dev8_keys_con' include 'dev8_keys_...
25.851003
79
0.704168
b6ca10319c36a39c53da3d0eef1014a75a10c4e2
6,533
asm
Assembly
unittest/lib/i386/savexmm.asm
xumia/SymCrypt
b15ec2c87d54704474ee8d26c95e90762c746ba2
[ "MIT" ]
170
2019-05-07T01:45:42.000Z
2022-03-28T19:02:38.000Z
unittest/lib/i386/savexmm.asm
xumia/SymCrypt
b15ec2c87d54704474ee8d26c95e90762c746ba2
[ "MIT" ]
15
2019-05-07T01:25:48.000Z
2022-03-22T13:51:49.000Z
unittest/lib/i386/savexmm.asm
xumia/SymCrypt
b15ec2c87d54704474ee8d26c95e90762c746ba2
[ "MIT" ]
31
2019-05-07T07:49:21.000Z
2022-03-27T03:15:43.000Z
; ; savexmm.asm ; ; Copyright (c) Microsoft Corporation. Licensed under the MIT license. ; ; Routines for saving and restoring XMM registers. ; TITLE savexmm.asm .686 .xmm _TEXT SEGMENT PARA PUBLIC USE32 'CODE' ASSUME CS:_TEXT, DS:FLAT, SS:FLAT PUBLIC ...
35.313514
121
0.558702
85ce0fafa6f64ea3c4707fec016d05133e260cd9
4,228
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_978.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_978.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_978.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 %r15 push %r9 push %rbx lea addresses_D_ht+0xcb50, %r9 nop nop nop nop nop cmp $39201, %r15 movups (%r9), %xmm7 vpextrq $0, %xmm7, %rbx add %r11, %r11 pop %rbx pop %r9 pop %r15 pop %r11 ret .global s_faulty_load s_faulty_load: push %r10 push %r15 push %r9...
58.722222
2,999
0.658467
a67f57c7aa96140cd290ab8d4ab575e7c44483d6
399
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sccz80/NIRVANAM_stop.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sccz80/NIRVANAM_stop.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sccz80/NIRVANAM_stop.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE NIRVANA ENGINE - by Einar Saukas ; ; See "nirvana-.h" for further details ; ---------------------------------------------------------------- ; void NIRVANAM_stop(void) SECTION code_clib SECTION code_nirvanam PUBLIC N...
23.470588
66
0.536341
a4894a6f7c24e0907c3442f86e6c30eccc14a51d
370
asm
Assembly
programs/oeis/170/A170156.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/170/A170156.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/170/A170156.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A170156: Number of reduced words of length n in Coxeter group on 3 generators S_i with relations (S_i)^2 = (S_i S_j)^39 = I. ; 1,3,6,12,24,48,96,192,384,768,1536,3072,6144,12288,24576,49152,98304,196608,393216,786432,1572864,3145728,6291456,12582912,25165824,50331648,100663296,201326592,402653184,805306368,1610612736...
46.25
204
0.764865
49d51c6de1c31f3352b45de161f0d9ef4dc96f8e
6,784
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1961.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_1961.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_1961.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 %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x85ac, %rsi lea addresses_WT_ht+0x158b2, %rdi nop nop add %rbx, %rbx mov $70, %rcx rep movsw and $37250, %r15 lea addresses_normal_ht+0x30ac, %r8 nop and %rdi, %rdi movb (%r8),...
35.89418
2,999
0.657282
af30a30c0ecb238dad7598fefe1e1958000e03b2
361
asm
Assembly
programs/oeis/077/A077109.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/077/A077109.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/077/A077109.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A077109: A077107(n) - n^2. ; 0,0,4,18,11,2,28,15,0,44,25,4,72,47,20,118,87,54,19,151,112,71,28,200,153,104,53,0,216,159,100,39,307,242,175,106,35,359,284,207,128,47,433,348,261,172,81,535,440,343,244,143,40,566,459,350,239,126,11 lpb $0 pow $0,2 mov $2,$0 cal $2,48763 ; Smallest cube >= n. sub $2,$0 sub $0...
25.785714
202
0.617729
3af778909033f476cc5020ee5015277b7b296626
565
asm
Assembly
oeis/024/A024126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/024/A024126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/024/A024126.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A024126: a(n) = 10^n - n^12. ; 1,9,-3996,-530441,-16767216,-244040625,-2175782336,-13831287201,-68619476736,-281429536481,-990000000000,-3038428376721,-7916100448256,-13298085122481,43306087624704,870253662109375,9718525023289344,99417377762770239,998843168618573824,9997786685080933839,99995904000000000000,9999926441...
62.777778
482
0.853097
aa9d8d803471b6fa0ab2082a3525edb20438efa1
137
asm
Assembly
examples/lds285/JpegPixels.asm
AIHZP/andysworkshop-stm32plus
8f7868bf30e9df7df38004597a0430d1fe5d0370
[ "BSD-3-Clause" ]
607
2015-01-06T18:38:17.000Z
2022-03-19T18:37:09.000Z
examples/lds285/JpegPixels.asm
AIHZP/andysworkshop-stm32plus
8f7868bf30e9df7df38004597a0430d1fe5d0370
[ "BSD-3-Clause" ]
148
2015-01-02T11:34:15.000Z
2021-05-10T05:15:30.000Z
examples/lds285/JpegPixels.asm
AIHZP/andysworkshop-stm32plus
8f7868bf30e9df7df38004597a0430d1fe5d0370
[ "BSD-3-Clause" ]
203
2015-01-10T14:24:58.000Z
2022-03-25T16:08:57.000Z
.global JpegTest0Pixels .global JpegTest0PixelsSize JpegTest0Pixels: .incbin "jpeg/test0.jpg" JpegTest0PixelsSize=.-JpegTest0Pixels
19.571429
38
0.824818
21b18a2e615078b82cb28b454224c5cdfe19528f
2,755
asm
Assembly
tgalib_effects.asm
raphnet/rc201804
b59293e2b08fdd0559eda4896fc92b16c3b0042c
[ "MIT" ]
null
null
null
tgalib_effects.asm
raphnet/rc201804
b59293e2b08fdd0559eda4896fc92b16c3b0042c
[ "MIT" ]
null
null
null
tgalib_effects.asm
raphnet/rc201804
b59293e2b08fdd0559eda4896fc92b16c3b0042c
[ "MIT" ]
null
null
null
section .text %define effect_height(h) ((h) * 250 / 200) ; cx : Effect height (See effect_height macro) eff_checkboard: push bx push dx mov bx, 0xF0F0 ; Even scanlines mov dx, 0x0F0F ; Odd scanlines call eff_andpixels pop dx pop bx ret ;;;;;;;;; Fade screen to black ; es : Video memory base ; cx : Effect hei...
12.75463
50
0.69873
5246465cb975bbf123627a46eb6ec3f16259e67a
4,874
asm
Assembly
ReactNativeFrontend/ios/Pods/Flipper-Boost-iOSX/asm/make_i386_ms_pe_masm.asm
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
32,467
2015-01-01T04:00:01.000Z
2022-03-31T20:08:37.000Z
ReactNativeFrontend/ios/Pods/Flipper-Boost-iOSX/asm/make_i386_ms_pe_masm.asm
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
ReactNativeFrontend/ios/Pods/Flipper-Boost-iOSX/asm/make_i386_ms_pe_masm.asm
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
8,715
2015-01-01T02:45:36.000Z
2022-03-31T05:14:20.000Z
; Copyright Oliver Kowalke 2009. ; Distributed under the Boost Software License, Version 1.0. ; (See accompanying file LICENSE_1_0.txt or copy at ; http://www.boost.org/LICENSE_1_0.txt) ; --------------------------------------------------------------------------------- ; | 0 | 1 ...
34.567376
95
0.532827
c67e0379d4f85874366991eeeb4941b955059c05
2,090
asm
Assembly
libc/string/memmove.asm
BernieGurs/MonkOS
84381b14e8706d1e8f46ddd045cdb0ae9f64eff7
[ "BSD-2-Clause" ]
132
2016-02-03T22:03:46.000Z
2022-01-27T19:17:36.000Z
libc/string/memmove.asm
BernieGurs/MonkOS
84381b14e8706d1e8f46ddd045cdb0ae9f64eff7
[ "BSD-2-Clause" ]
2
2020-05-13T11:56:53.000Z
2021-06-14T16:31:07.000Z
libc/string/memmove.asm
BernieGurs/MonkOS
84381b14e8706d1e8f46ddd045cdb0ae9f64eff7
[ "BSD-2-Clause" ]
34
2016-03-01T07:08:56.000Z
2021-11-18T16:17:58.000Z
;============================================================================= ; @file memmove.asm ; @brief Move bytes from one memory region to another. ; ; Copyright 2016 Brett Vickers. ; Use of this source code is governed by a BSD-style license that can ; be found in the MonkOS LICENSE file. ;===============...
27.142857
78
0.483254
017c26f55b73636b843e692779b5447e42b35899
339
asm
Assembly
libsrc/_DEVELOPMENT/compress/zx7/c/sdcc/sms_dzx7_standard_vram_unsafe.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/compress/zx7/c/sdcc/sms_dzx7_standard_vram_unsafe.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/compress/zx7/c/sdcc/sms_dzx7_standard_vram_unsafe.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; unsigned int sms_dzx7_standard_vram(void *src, unsigned int dst) SECTION code_clib SECTION code_compress_zx7 PUBLIC _sms_dzx7_standard_vram_unsafe EXTERN asm_sms_dzx7_standard_vram_unsafe _sms_dzx7_standard_vram_unsafe: pop af pop hl pop de push de push hl push af jp asm_sms_dzx7_st...
15.409091
66
0.787611
cc4cd072e0fd0aef00c3dd1690458df12f143d28
531
asm
Assembly
test/novm_movsem_mvsmve.asm
kspalaiologos/asmbf
c98a51d61724a46855de291a27d68a49a034810b
[ "MIT" ]
67
2020-08-03T06:26:35.000Z
2022-03-24T19:50:51.000Z
test/novm_movsem_mvsmve.asm
pyautogui/asmbf
37c54a8a62df2fc4bab28bdeb43237b4905cbecd
[ "MIT" ]
55
2019-10-02T19:37:08.000Z
2020-06-12T19:40:53.000Z
test/novm_movsem_mvsmve.asm
pyautogui/asmbf
37c54a8a62df2fc4bab28bdeb43237b4905cbecd
[ "MIT" ]
9
2019-05-18T11:59:41.000Z
2020-06-21T20:40:25.000Z
stk 5 ; prints 1111321 mbegin mov r1, 5 mov r2, 5 le r1, r2 mov r2, 5 mov r2, 6 le r1, r2 and r1, r2 mend add r1, .0 out r1 mbegin mov r1, 4 mov r2, 2 le r1, r2 mend add r1, .0 inc r1 out r1 mov r1, 9 ^mod r1, 2 add r1, .0 out r1 ^mov r1, 3 ^mov r2, 2 ^ne r1, r2 ^mov r2, 3 ^mov r3, 3 ^ne r2, r3 log r2...
7.808824
16
0.595104
46972bc371ece120cc6faae3556c95f18336a029
870
asm
Assembly
programs/oeis/166/A166863.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/166/A166863.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/166/A166863.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A166863: a(1)= 1; a(2)= 5; thereafter a(n)= a(n-1) + a(n-2) + 5. ; 1,5,11,21,37,63,105,173,283,461,749,1215,1969,3189,5163,8357,13525,21887,35417,57309,92731,150045,242781,392831,635617,1028453,1664075,2692533,4356613,7049151,11405769,18454925,29860699,48315629,78176333,126491967,204668305,331160277,535828587,8669888...
66.923077
716
0.822989
1427c78c9c2ebd5357344a47dd642286a8d0ba79
675
asm
Assembly
oeis/132/A132720.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/132/A132720.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/132/A132720.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A132720: Sequence is identical to its second differences in absolute values. ; 1,2,4,8,8,16,32,32,64,128,128,256,512,512,1024,2048,2048,4096,8192,8192,16384,32768,32768,65536,131072,131072,262144,524288,524288,1048576,2097152,2097152,4194304,8388608,8388608,16777216,33554432,33554432,67108864,134217728,134217728,2684...
48.214286
501
0.811852
a4d69614c2aa42839a3bb648edc5cb00a6ec3c4f
461
asm
Assembly
programs/oeis/199/A199747.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/199/A199747.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/199/A199747.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A199747: a(n) = binomial(n*(3*n+1)/2, n). ; 1,2,21,455,14950,658008,36288252,2404808340,186087894300,16466440817750,1639875152957965,181513211783531667,22105238818111121361,2937279723907795168000,422879027090638497044400,65572027180886570401929144,10894880155433107077641916792,1931018648072394951230094120186,36366845...
38.416667
337
0.822126
abd9e9c29768f5794ee7cf8c2b4d0019e3321853
11,320
asm
Assembly
libsrc/_DEVELOPMENT/compress/zx1/z80/dzx1_mega_back.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/compress/zx1/z80/dzx1_mega_back.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/compress/zx1/z80/dzx1_mega_back.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ----------------------------------------------------------------------------- ; ZX1 decoder by Einar Saukas & introspec ; "Mega" version (406 bytes, 25% faster) - BACKWARDS VARIANT ; ----------------------------------------------------------------------------- ; Parameters: ; HL: last source address (compressed dat...
37.114754
80
0.408834
efb9cd611b162546c7361b09759da38e56b4c6cc
569,213
asm
Assembly
kernel.asm
SayantonDibbo/lab2_os
0c1998936013ac99ed94f723be4e717df604b35d
[ "MIT-0" ]
1
2019-03-11T23:12:43.000Z
2019-03-11T23:12:43.000Z
kernel.asm
SayantonDibbo/lab2_os
0c1998936013ac99ed94f723be4e717df604b35d
[ "MIT-0" ]
null
null
null
kernel.asm
SayantonDibbo/lab2_os
0c1998936013ac99ed94f723be4e717df604b35d
[ "MIT-0" ]
null
null
null
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <entry>: # E...
37.98045
74
0.527894
7b221586436f90feaced16f9cfbb37650d493da2
262
asm
Assembly
8085_programming/YT/part5_find_largest_N.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
16
2018-11-26T08:39:42.000Z
2019-05-08T10:09:52.000Z
8085_programming/YT/part5_find_largest_N.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
8
2020-05-04T06:29:26.000Z
2022-02-12T05:33:16.000Z
8085_programming/YT/part5_find_largest_N.asm
SayanGhoshBDA/code-backup
8b6135facc0e598e9686b2e8eb2d69dd68198b80
[ "MIT" ]
5
2020-02-11T16:02:21.000Z
2021-02-05T07:48:30.000Z
// TO FIND THE LARGEST OF N NOS. MVI C,09 LXI H,2060 MOV A,M L1: INX H MOV B,M CMP B JC L2 L3: DCR C JNZ L1 STA 2070 HLT L2: MOV A,B STC CMC JMP L3 # ORG 2060 # DB 04,05,89H,45H,54H,02H,91H,45H,06H,90H
11.909091
42
0.519084
ff03f3ed942806072eed1b92214a2971010bf7a8
65
asm
Assembly
libsrc/nc100/heapfree.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/nc100/heapfree.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/nc100/heapfree.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
PUBLIC heapfree ; fastcall .heapfree ex de, hl jp 0xb884
8.125
17
0.676923
1aea9cc713385957d30fe714da6991949dc9d764
60,171
asm
Assembly
asg/asm/rdkafka_aux.asm
asgkafka/librdkafka
d0a14ca313ed1efafb3924ff33fb6c4d474efe3c
[ "BSD-2-Clause-NetBSD", "Zlib", "BSD-2-Clause", "MIT", "BSD-3-Clause" ]
null
null
null
asg/asm/rdkafka_aux.asm
asgkafka/librdkafka
d0a14ca313ed1efafb3924ff33fb6c4d474efe3c
[ "BSD-2-Clause-NetBSD", "Zlib", "BSD-2-Clause", "MIT", "BSD-3-Clause" ]
null
null
null
asg/asm/rdkafka_aux.asm
asgkafka/librdkafka
d0a14ca313ed1efafb3924ff33fb6c4d474efe3c
[ "BSD-2-Clause-NetBSD", "Zlib", "BSD-2-Clause", "MIT", "BSD-3-Clause" ]
1
2021-05-05T11:49:00.000Z
2021-05-05T11:49:00.000Z
*PROCESS DUPALIAS * * Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07 * on Fri Apr 30 15:35:23 2021 * WXTRN @@ZARCH# * * * * Code Section * @CODE ALIAS X'7CD9C4D2C1C6D2C16DC1E4E7' @CODE CSECT @CODE AMODE ANY @CODE RMODE ANY @DATA ALIAS X'7C998492818692816D81A4A7' __assert ALI...
28.11729
72
0.490402
b95e205953be4220a735f48559922bd410f1f32e
3,266
asm
Assembly
pkgs/tools/yasm/src/modules/arch/x86/tests/simd-2.asm
saveriomiroddi/parsec-benchmark-tweaks
df00c274823818c9ca4e35663d4cfaea2464ec43
[ "BSD-3-Clause" ]
39
2018-05-13T16:02:04.000Z
2021-12-14T02:05:08.000Z
pkgs/tools/yasm/src/modules/arch/x86/tests/simd-2.asm
saveriomiroddi/parsec-benchmark-tweaks
df00c274823818c9ca4e35663d4cfaea2464ec43
[ "BSD-3-Clause" ]
8
2018-10-31T16:12:07.000Z
2021-05-15T14:30:49.000Z
pkgs/tools/yasm/src/modules/arch/x86/tests/simd-2.asm
saveriomiroddi/parsec-benchmark-tweaks
df00c274823818c9ca4e35663d4cfaea2464ec43
[ "BSD-3-Clause" ]
24
2018-06-14T04:19:46.000Z
2022-03-22T15:48:30.000Z
[bits 32] pextrw ebx, mm5, 0 ; 0F C5 DD 00 pextrw ecx, xmm0, 1 ; 66 0F C5 C8 01 pinsrw mm3, esi, 5 ; 0F C4 DE 05 pinsrw mm3, [0], 4 ; 0F C4 1D 00 00 00 00 04 pinsrw xmm1, eax, 3 ; 66 0F C4 C8 03 pinsrw xmm1, [0], 2 ; 66 0F C4 0D 00 00 00 00 02 movmskpd edx, xmm7 ; 66 0F 50 D7 movmskps eax, xmm1 ; 0F 50 C1 p...
31.104762
52
0.649724
c81f8212a2de4778c1826215e883f0e11d06183f
834
nasm
Assembly
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/Ia32/AsmFuncs.nasm
KaoTuz/edk2-stable202108
49d9306e7bf64b2f07d8473be1f2faea49d0a012
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
9
2021-07-26T17:02:51.000Z
2021-12-30T10:49:46.000Z
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/Ia32/AsmFuncs.nasm
ESdove/edk2_exploring
34ff32b45f43d233d9696e7c8e3de68ea3000a7b
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/Ia32/AsmFuncs.nasm
ESdove/edk2_exploring
34ff32b45f43d233d9696e7c8e3de68ea3000a7b
[ "Python-2.0", "Zlib", "BSD-2-Clause", "MIT", "BSD-2-Clause-Patent", "BSD-3-Clause" ]
null
null
null
;------------------------------------------------------------------------------ ; ; Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; AsmFuncs.Asm ; ; Abstract: ; ; Assembly function to set segment selectors. ; ; Notes: ; ;-----------...
23.166667
81
0.406475
2dd45959c43d4c6f34d2f9d550d4e4e6af845857
1,141
asm
Assembly
Modules/nettle/x86_64/fat/aes-decrypt-internal-2.asm
blondfrogs/ravenwallet-ios
ebcaf881edb2b3d1588de200c4d2fff217c3061f
[ "MIT" ]
278
2015-11-03T03:01:20.000Z
2022-01-20T18:21:05.000Z
Modules/nettle/x86_64/fat/aes-decrypt-internal-2.asm
blondfrogs/ravenwallet-ios
ebcaf881edb2b3d1588de200c4d2fff217c3061f
[ "MIT" ]
374
2015-11-03T12:37:22.000Z
2021-12-17T14:18:08.000Z
Modules/nettle/x86_64/fat/aes-decrypt-internal-2.asm
blondfrogs/ravenwallet-ios
ebcaf881edb2b3d1588de200c4d2fff217c3061f
[ "MIT" ]
96
2015-11-22T07:47:26.000Z
2022-01-20T19:52:19.000Z
C x86_64/fat/aes-decrypt-internal-2.asm ifelse(< Copyright (C) 2015 Niels Möller This file is part of GNU Nettle. GNU Nettle is free software: you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Founda...
31.694444
72
0.727432
0812144ca45abf1a063da6393f36075e626aed41
824
asm
Assembly
asm/while.asm
tclendo/tiny_vm
87c55f66a3531b7cfe71d3ab5f06a573f932b4cd
[ "CC-BY-3.0" ]
null
null
null
asm/while.asm
tclendo/tiny_vm
87c55f66a3531b7cfe71d3ab5f06a573f932b4cd
[ "CC-BY-3.0" ]
null
null
null
asm/while.asm
tclendo/tiny_vm
87c55f66a3531b7cfe71d3ab5f06a573f932b4cd
[ "CC-BY-3.0" ]
null
null
null
.class while:Obj .method $constructor .local x,y enter load x const 10 load x const 10 store x jump labelwhilecmp0 labelwhilebody1: load y const 0 load y const 0 store y jump labelwhilecmp2 labelwhilebody3: load y load y const 1 roll 1 call Int:plu...
14.206897
27
0.612864
f2a2cfe1ce4bc3fe0d6b2feec63592dd61dff8c4
781
asm
Assembly
_maps/obj12.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
2
2020-04-09T19:36:35.000Z
2021-01-05T14:20:17.000Z
_maps/obj12.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
null
null
null
_maps/obj12.asm
NatsumiFox/AMPS-Sonic-1-2005
ac8730799f1b96291358c77a4b64529de94ce8a4
[ "Apache-2.0" ]
1
2020-06-17T14:16:35.000Z
2020-06-17T14:16:35.000Z
; --------------------------------------------------------------------------- ; Sprite mappings - lamp (SYZ) ; --------------------------------------------------------------------------- dc.w byte_E98E-Map_obj12, byte_E999-Map_obj12 dc.w byte_E9A4-Map_obj12, byte_E9AF-Map_obj12 dc.w byte_E9BA-Map_obj12, byte_E9C5...
31.24
77
0.450704
57721b45ec1e3f602e0afa50d3a443f974f13132
404
asm
Assembly
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_seek.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_f_seek.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_f_seek.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; uint32_t esx_f_seek(unsigned char handle, uint32_t distance, unsigned char whence) SECTION code_esxdos PUBLIC esx_f_seek EXTERN asm_esx_f_seek esx_f_seek: pop af pop hl pop de pop bc pop ix push bc push bc push de push hl push af ld a,ixl jp asm_esx_f_seek ; SDCC brid...
12.625
84
0.715347
9c594e63d69f9a6a61fb65d56447133aa2cc0e23
14,505
asm
Assembly
examples/jonassen/rotate/rotate.asm
jamieleecho/tasm6801
e64b3e97243ba767e98d97aa6e90e35726e5ecdd
[ "MIT" ]
8
2019-05-07T00:06:50.000Z
2022-01-29T14:57:54.000Z
examples/jonassen/rotate/rotate.asm
jamieleecho/tasm6801
e64b3e97243ba767e98d97aa6e90e35726e5ecdd
[ "MIT" ]
null
null
null
examples/jonassen/rotate/rotate.asm
jamieleecho/tasm6801
e64b3e97243ba767e98d97aa6e90e35726e5ecdd
[ "MIT" ]
1
2021-01-18T01:50:42.000Z
2021-01-18T01:50:42.000Z
;*********************************** ; BARREL ROLL LOGO ; SIMON JONASSEN 2015 ;*********************************** .msfirst start .org $5000 jsr setup loop inc y1+2 inc y2+2 inc y3+2 inc y4+2 inc y5+2 inc y6+2 inc y7+2 inc y8+2 inc y9+2 inc y10+2 inc y11+2 inc y12+2 inc y13+2 ...
15.109375
71
0.579731
c5ef2970ba33686216eac195161e0b7a53d33411
619
asm
Assembly
programs/oeis/014/A014028.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/014/A014028.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/014/A014028.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A014028: Inverse of 19th cyclotomic polynomial. ; 1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...
61.9
515
0.513732
1d67084b2af0e7fb3562417eb9fafd584fe49ea8
31,707
asm
Assembly
Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_pow.asm
rougemeilland/Palmtree.Math.Core.Implements
52f4f6c765d16c9b0baf1fd212c61a33daae138c
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_pow.asm
rougemeilland/Palmtree.Math.Core.Implements
52f4f6c765d16c9b0baf1fd212c61a33daae138c
[ "MIT" ]
null
null
null
Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_pow.asm
rougemeilland/Palmtree.Math.Core.Implements
52f4f6c765d16c9b0baf1fd212c61a33daae138c
[ "MIT" ]
null
null
null
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1 TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\pmc_pow.c .686P .XMM include listing.inc .model flat INCLUDELIB MSVCRT INCLUDELIB OLDNAMES PUBLIC _Initialize_Pow PUBLIC _PMC_Pow...
28.616426
121
0.661589
d641619653eac2fa0053648a6bd301accc42a3ec
927
asm
Assembly
programs/oeis/219/A219527.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/219/A219527.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/219/A219527.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A219527: a(n) = (6*n^2 + 7*n - 9 + 2*n^3)/12 - (-1)^n*(n+1)/4. ; 1,3,11,19,37,55,87,119,169,219,291,363,461,559,687,815,977,1139,1339,1539,1781,2023,2311,2599,2937,3275,3667,4059,4509,4959,5471,5983,6561,7139,7787,8435,9157,9879,10679,11479,12361,13243 mov $16,$0 mov $18,$0 add $18,1 lpb $18,1 clr $0,16 mov $0,$...
17.490566
189
0.468177
051ad521697cd6fdf77ba3edd3888f2ad1bd651c
5,211
asm
Assembly
picoctf/EasyRsa/gmp-ecm/athlon/mulredc12.asm
beninato8/ctfs
b28c7b1e5f15a74fd62774da2b93aac225e38f57
[ "MIT" ]
null
null
null
picoctf/EasyRsa/gmp-ecm/athlon/mulredc12.asm
beninato8/ctfs
b28c7b1e5f15a74fd62774da2b93aac225e38f57
[ "MIT" ]
null
null
null
picoctf/EasyRsa/gmp-ecm/athlon/mulredc12.asm
beninato8/ctfs
b28c7b1e5f15a74fd62774da2b93aac225e38f57
[ "MIT" ]
null
null
null
# mp_limb_t mulredc12(mp_limb_t * z, const mp_limb_t * x, const mp_limb_t * y, # const mp_limb_t *m, mp_limb_t inv_m); # # Stack: # inv_m ## parameters # m # y # x # z (4*(2k+7))%esp # ??? (1 limb???) # ebp ## pushed registers (4*(2k+5))%esp # ed...
17.784983
78
0.540012
2966433490d74f69468b1bb31d47d16081a24a12
356
asm
Assembly
exercises/extrn/lib.asm
amirshnll/assembly-exercises
473d970bfa48655b51ca238f961e434700f21ced
[ "MIT" ]
4
2019-11-17T02:35:34.000Z
2022-01-08T10:30:29.000Z
exercises/extrn/lib.asm
amirshnll/assembly-exercises
473d970bfa48655b51ca238f961e434700f21ced
[ "MIT" ]
null
null
null
exercises/extrn/lib.asm
amirshnll/assembly-exercises
473d970bfa48655b51ca238f961e434700f21ced
[ "MIT" ]
null
null
null
.model small .Code public MyMul public MySum ;--------------------------------------------------------- MyMul proc far push bp mov bp,sp mov ax, [bp+6] ; mov ax, ss:[bp+6] mov bx, [bp+8] ; mov bx, ss:[bp+8] mul bx pop bp ret 4 MyMul endp ;------------------------------------------------------------ MySum proc ...
17.8
61
0.432584
149e3cf1ae284e3eae2e7a06c934283b1dfcb5ad
2,697
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i9-9900K_12_0xa0.log_2_844.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i9-9900K_12_0xa0.log_2_844.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i9-9900K_12_0xa0.log_2_844.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1775f, %rsi lea addresses_UC_ht+0x17af6, %rdi nop nop nop nop add %r11, %r11 mov $4, %rcx rep movsb nop nop nop nop nop cmp $47478, %r9 lea addresses_D_ht+0x1e68, %rbp nop nop nop and %rcx, ...
17.4
152
0.644791
b9533c4def410f1c27b1a5ed9ac3853fb0a74818
8,706
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2175.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_2175.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_2175.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_WC_ht+0x1c8d6, %rsi lea addresses_A_ht+0x7130, %rdi nop nop nop nop nop cmp %rbp, %rbp mov $108, %rcx rep movsb nop nop nop nop nop sub $25089, %rbx lea addresses_WC_ht+0x1316, %rbx...
30.334495
2,999
0.658741
16070c63ce6539b68d9494de3c8bb08861451254
224
asm
Assembly
libsrc/fcntl/spectrum/microdrive/writebyte.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/fcntl/spectrum/microdrive/writebyte.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
null
null
null
libsrc/fcntl/spectrum/microdrive/writebyte.asm
grancier/z180
e83f35e36c9b4d1457e40585019430e901c86ed9
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ; Placeholder for writebyte ; ; Stefano - 2/3/2005 ; ; $Id: writebyte.asm,v 1.3 2016/06/23 20:42:35 dom Exp $ SECTION code_clib PUBLIC writebyte PUBLIC _writebyte .writebyte ._writebyte ld hl,-1 ld d,h ld e,l ret
12.444444
56
0.691964
49627a42762af7f80858612ed944128ba6eb4dd2
1,105
asm
Assembly
programs/oeis/003/A003269.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/003/A003269.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/003/A003269.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A003269: a(n) = a(n-1) + a(n-4) with a(0) = 0, a(1) = a(2) = a(3) = 1. ; 0,1,1,1,1,2,3,4,5,7,10,14,19,26,36,50,69,95,131,181,250,345,476,657,907,1252,1728,2385,3292,4544,6272,8657,11949,16493,22765,31422,43371,59864,82629,114051,157422,217286,299915,413966,571388,788674,1088589,1502555,2073943,2862617,3951206,5453761...
52.619048
807
0.761991
e8ac1137aa24578f97b5f7ad4ff70e0c3cc9a6c7
7,077
asm
Assembly
libsrc/target/gb/fonts/lower.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/gb/fonts/lower.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/gb/fonts/lower.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Header for the standard z88dk fonts to add the required magic needed ; for gbdk + some lores graphics characters ; defb 2+4 ;256 char encoding, compressed defb 128 ;Number of tiles ; Character: ? (00) defb @00000000 defb @00000000 defb @00000000 defb @00000000 defb @00000000 defb @00000000 defb @00000000...
22.610224
70
0.566907
6266b1cc666fdbf4cf8081ca1f123623e54d7545
1,094
asm
Assembly
programs/uart_io.asm
ept221/pet-on-a-chip
e64546ea7bf3993e0f168fae8060f490630f0f69
[ "MIT" ]
9
2021-08-02T12:59:50.000Z
2022-03-02T21:42:11.000Z
programs/uart_io.asm
ept221/pet-on-a-chip
e64546ea7bf3993e0f168fae8060f490630f0f69
[ "MIT" ]
null
null
null
programs/uart_io.asm
ept221/pet-on-a-chip
e64546ea7bf3993e0f168fae8060f490630f0f69
[ "MIT" ]
2
2021-08-25T11:09:52.000Z
2021-10-01T10:30:12.000Z
;****************************************************************************** .define dir_reg, 0x00 .define port_reg, 0x01 .define pin_reg, 0x02 .define prescaler_l, 0x03 .define prescaler_h, 0x04 .define count_ctrl, 0x05 .define uart_baud, 0x0A .defin...
33.151515
88
0.423218
bd36dcadb051af15b22145baa684593a4379b9a3
224
asm
Assembly
libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/dzx7_agile_rcs_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/dzx7_agile_rcs_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/compress/zx7/c/sccz80/dzx7_agile_rcs_callee.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; void dzx7_agile_rcs_callee(void *src, void *dst) SECTION code_compress_zx7 PUBLIC dzx7_agile_rcs_callee EXTERN asm_dzx7_agile_rcs dzx7_agile_rcs_callee: pop hl pop de ex (sp),hl jp asm_dzx7_agile_rcs
13.176471
50
0.763393
972143b252a1735a9ed238954d3b7a9be8905c82
1,693
asm
Assembly
Program.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
Program.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
1
2019-10-13T06:14:21.000Z
2019-10-13T14:02:45.000Z
Program.asm
bbernardoni/MathTI83
9b2c7da3b486fd3a41761413332e3ba7f0ffec6f
[ "MIT" ]
null
null
null
; =============================================================== ; Math ; =============================================================== set appRetKeyOff, (IY + APIFlg) set appTextSave, (IY + appFlags) set appAutoScroll, (IY+appFlags) res FmtReal, (IY + FmtFlags) res FmtPolar, (IY + FmtFlags) set FmtRect, (IY +...
17.27551
65
0.64619
e92295d3f43917365afcfd092c9a32041959e5f8
467
asm
Assembly
programs/oeis/167/A167385.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/167/A167385.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/167/A167385.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A167385: a(n)= sum_{i=7..n+6} A000931(i). ; 1,3,5,8,12,17,24,33,45,61,82,110,147,196,261,347,461,612,812,1077,1428,1893,2509,3325,4406,5838,7735,10248,13577,17987,23829,31568,41820,55401,73392,97225,128797,170621,226026,299422,396651,525452,696077,922107,1221533 mov $5,$0 add $5,2 mov $0,$5 lpb $0,1 sub $0,1 mov...
20.304348
220
0.640257
181f23f83b8da391b8d96a109bebccaa21cc7261
2,354
asm
Assembly
source/features/math.asm
KK-KishoreKumar/bergen
82bc00035e11d270cba66e0c5cb5f35fb4fb0b1f
[ "BSD-2-Clause" ]
2
2018-12-22T15:48:54.000Z
2019-05-14T09:30:43.000Z
source/features/math.asm
KK-KishoreKumar/bergen
82bc00035e11d270cba66e0c5cb5f35fb4fb0b1f
[ "BSD-2-Clause" ]
null
null
null
source/features/math.asm
KK-KishoreKumar/bergen
82bc00035e11d270cba66e0c5cb5f35fb4fb0b1f
[ "BSD-2-Clause" ]
null
null
null
; ================================================================== ; MikeOS -- The Mike Operating System kernel ; Copyright (C) 2006 - 2014 MikeOS Developers -- see doc/LICENSE.TXT ; ; MATH ROUTINES ; ================================================================== ; -----------------------------------------------...
20.293103
75
0.53271
0a2de776c7fe48dc6f14708c9ff1018397705eb4
1,122
asm
Assembly
lab_07/key_timer.asm
ak-karimzai/asm
e5433922cbb69cae3c03be86447e0e83fbd8cb0b
[ "Unlicense" ]
null
null
null
lab_07/key_timer.asm
ak-karimzai/asm
e5433922cbb69cae3c03be86447e0e83fbd8cb0b
[ "Unlicense" ]
null
null
null
lab_07/key_timer.asm
ak-karimzai/asm
e5433922cbb69cae3c03be86447e0e83fbd8cb0b
[ "Unlicense" ]
2
2021-06-07T06:29:31.000Z
2021-06-08T16:52:03.000Z
.model tiny .code .186 org 100h main: cur_sec db 0 speed db 01fh old_int dd ? int_installed db 'I' init: mov ax, 351ch int 21H cmp es:int_installed, 'I' je reset mov word ptr old_int, bx mov word ptr old_int + 2, es mov ax, 251ch mov dx, offset set ...
11.56701
35
0.524955
d7516f255d1a8bfbe89791111728edc2be03f776
6,886
asm
Assembly
lib/opt.asm
frenchfaso/XC-BASIC
e8b7c489a393bafd1044b92668bd801f7b2662bc
[ "MIT" ]
77
2019-02-13T19:17:11.000Z
2022-01-18T20:01:52.000Z
lib/opt.asm
frenchfaso/XC-BASIC
e8b7c489a393bafd1044b92668bd801f7b2662bc
[ "MIT" ]
125
2019-02-24T15:05:07.000Z
2022-02-21T12:09:08.000Z
lib/opt.asm
frenchfaso/XC-BASIC
e8b7c489a393bafd1044b92668bd801f7b2662bc
[ "MIT" ]
19
2019-02-13T19:17:13.000Z
2021-12-22T13:24:21.000Z
LIST OFF ; -------------------------------- ; Optimized sequences for ADDITION ; -------------------------------- ; [OPT_MACRO] MAC opt_pbyte_pbyte_add ; > pbyte+pbyte+addb ; > pbyte+pbvar+addb ; > pbvar+pbyte+addb ; > pbvar+pbvar+addb ; [/OPT_MACRO] lda {1} clc adc {2} IF !FPUSH pha ENDIF ENDM ...
12.967985
39
0.579872
49ce35348fb19ca7d75f21fcd8fbd9ba4864c64d
633
asm
Assembly
src/test/ref/test-interrupt.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/test-interrupt.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/test-interrupt.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Commodore 64 PRG executable file .file [name="test-interrupt.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :BasicUpstart(main) .label KERNEL_IRQ = $314 .l...
19.78125
65
0.620853
210f154d5e171717b0e9a6db8c8389ba4f45424b
2,078
asm
Assembly
base/ntos/mm/i386/pae.asm
yang235/wrk-v1.2
daeeb598c7bf091b1370e8875626ad0cb3cd1ec0
[ "Intel" ]
209
2018-10-30T15:59:10.000Z
2022-03-31T06:02:48.000Z
base/ntos/mm/i386/pae.asm
WindowsExploitation/wrk-v1.2
daeeb598c7bf091b1370e8875626ad0cb3cd1ec0
[ "Intel" ]
2
2019-01-17T04:52:33.000Z
2019-06-11T06:37:43.000Z
base/ntos/mm/i386/pae.asm
WindowsExploitation/wrk-v1.2
daeeb598c7bf091b1370e8875626ad0cb3cd1ec0
[ "Intel" ]
66
2018-08-03T11:15:44.000Z
2022-03-31T01:03:03.000Z
title "pae" ;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt). ; If you do not agree to the terms, do not use the code. ; ; ; Module Name: ; ; pae.asm ; ; ...
21.645833
134
0.631376
c616bbb9a62b5926a0137e3fb6801b4102d35465
620
asm
Assembly
oeis/268/A268685.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/268/A268685.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/268/A268685.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A268685: a(n) = 3*(n + 1)*(n + 2)*(3*n + 1)*(3*n + 4)/4. ; 6,126,630,1950,4680,9576,17556,29700,47250,71610,104346,147186,202020,270900,356040,459816,584766,733590,909150,1114470,1352736,1627296,1941660,2299500,2704650,3161106,3673026,4244730,4880700,5585580,6364176,7221456,8162550,9192750,10317510,11542446,12873336,...
56.363636
496
0.787097
7683c85dbef0634086ed06a85f135c26323fc34c
66,403
asm
Assembly
tmp1/c55x-sim2/foo/Debug/ezdsp5535_gpio.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/ezdsp5535_gpio.asm
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
null
null
null
tmp1/c55x-sim2/foo/Debug/ezdsp5535_gpio.asm
jwestmoreland/eZdsp-DBG-sim
f6eacd75d4f928dec9c751545e9e919d052e4ade
[ "MIT" ]
null
null
null
;******************************************************************************* ;* TMS320C55x C/C++ Codegen PC v4.4.1 * ;* Date/Time created: Sat Oct 06 06:37:16 2018 * ;****************************************************************************...
47.66906
134
0.699426
9d3a33891e53432b58659114e09fd46825e1371f
917
asm
Assembly
programs/oeis/166/A166756.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/166/A166756.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/166/A166756.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A166756: Number of nX2 1..3 arrays containing at least one of each value, and all equal values connected. ; 0,24,174,642,1716,3780,7314,12894,21192,32976,49110,70554,98364,133692,177786,231990,297744,376584,470142,580146,708420,856884,1027554,1222542,1444056,1694400,1975974,2291274,2642892,3033516,3465930,3943014,446...
48.263158
661
0.802617
4907adaf367f022b1b721118278d00560b0aff8f
7,542
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_3486_1222.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_3486_1222.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_3486_1222.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 %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x230c, %rsi lea addresses_A_ht+0x1178c, %rdi nop nop nop sub $16728, %r14 mov $1, %rcx rep movsw nop nop nop cmp $14593, %rbx lea addresses_WT_ht+0x3a2c, %r11 nop nop nop nop nop cmp $1...
31.822785
2,999
0.653805
d67285d37e93c8a5f5ad71987084cf8cd68eb50c
227
asm
Assembly
programs/oeis/124/A124072.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/124/A124072.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/124/A124072.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A124072: First differences of A129819. ; 0,1,0,2,1,3,1,4,2,5,2,6,3,7,3,8,4,9,4,10,5,11,5,12,6,13,6,14,7,15,7,16,8,17,8,18,9,19,9,20,10,21,10,22,11,23,11,24,12,25,12,26 mul $0,2 mov $1,2 add $1,$0 gcd $0,4 div $1,2 div $1,$0
22.7
128
0.603524
976a6068dc100c63cfceed84fe63209cbaf31ca1
2,182
asm
Assembly
mission_prostol/src/sidwizard_labels.asm
ricardoquesada/sid-player
9d35a905445966e621690c2f0033f67d8999ffe3
[ "Apache-2.0" ]
null
null
null
mission_prostol/src/sidwizard_labels.asm
ricardoquesada/sid-player
9d35a905445966e621690c2f0033f67d8999ffe3
[ "Apache-2.0" ]
null
null
null
mission_prostol/src/sidwizard_labels.asm
ricardoquesada/sid-player
9d35a905445966e621690c2f0033f67d8999ffe3
[ "Apache-2.0" ]
1
2020-08-11T12:32:55.000Z
2020-08-11T12:32:55.000Z
;***** SID-Wizard labels ***** PLAYERADDR=$1000 ;the address of the included SID-Wizard music-player inisub=PLAYERADDR+0 playsub=PLAYERADDR+3 SFXsub=PLAYERADDR+12 varpos=PLAYERADDR+$1e ;variables start here - must be fixed address from now on... ;variables for channel1, (for other channels 7 / 14 must be ad...
47.434783
96
0.746563
b6c524a4c37b1dbc9553b796d3dfa841b1d38f1c
288,308
asm
Assembly
non_regression/other_x86_macosx_13.o.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
1
2021-02-28T21:31:18.000Z
2021-02-28T21:31:18.000Z
non_regression/other_x86_macosx_13.o.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
non_regression/other_x86_macosx_13.o.asm
LRGH/plasmasm
4cd50546c3dc895763d72dd60b7c46179c1916bc
[ "Apache-2.0" ]
null
null
null
.macosx_version_min 10, 12 .section __TEXT,__text,regular,pure_instructions .align 4, 0x90 .globl _F2x_degree _F2x_degree: pushl %esi movl 8(%esp), %edx movl $16777215, %ecx andl (%edx), %ecx movl $-1, %eax cmpl $2, %ecx je L00000064 L00000016: movl -4(%edx,%ec...
22.079032
69
0.499955
93cbb3229683dc0ecf1d41ad46d85c059ec0c430
749
asm
Assembly
oeis/116/A116201.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/116/A116201.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/116/A116201.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A116201: a(n) = a(n-1) + a(n-2) + a(n-3) - a(n-4); a(0)=0, a(1)=1, a(2)=1, a(3)=1. ; Submitted by Jamie Morken(s4) ; 0,1,1,1,3,4,7,13,21,37,64,109,189,325,559,964,1659,2857,4921,8473,14592,25129,43273,74521,128331,220996,380575,655381,1128621,1943581,3347008,5763829,9925797,17093053,29435671,50690692,87293619,1503269...
41.611111
493
0.734312
ee1586e963033fce4c13714dd698dfbf7a7c6adf
1,122
asm
Assembly
programs/oeis/064/A064800.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/064/A064800.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/064/A064800.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A064800: n plus the number of its prime factors: a(n) = n + A001222(n). ; 1,3,4,6,6,8,8,11,11,12,12,15,14,16,17,20,18,21,20,23,23,24,24,28,27,28,30,31,30,33,32,37,35,36,37,40,38,40,41,44,42,45,44,47,48,48,48,53,51,53,53,55,54,58,57,60,59,60,60,64,62,64,66,70,67,69,68,71,71,73,72,77,74,76,78,79,79,81,80,85,85,84,84,88...
124.666667
898
0.71123
684ef5bb9c62e31d0b56fda1ab983d82617010d5
6,242
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_3004_851.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_3004_851.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_3004_851.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xb4ea, %r12 nop nop nop nop xor %r11, %r11 mov $0x6162636465666768, %r10 movq %r10, %xmm3 vmovups %ymm3, (%r12) nop nop nop nop nop cmp $23935, %rsi lea addresses_WC...
37.60241
2,999
0.657161
b91c3a77430c93c33afd7ad15dde3f44bbb23cd3
5,917
asm
Assembly
source/extension/option_x16/driver/driver.asm
paulscottrobson/6502-basic
d4c360041bfa49427a506465e58bb0ef94beaa44
[ "MIT" ]
3
2021-09-30T19:34:11.000Z
2021-10-31T06:55:50.000Z
source/extension/option_x16/driver/driver.asm
paulscottrobson/6502-Basic
d4c360041bfa49427a506465e58bb0ef94beaa44
[ "MIT" ]
null
null
null
source/extension/option_x16/driver/driver.asm
paulscottrobson/6502-Basic
d4c360041bfa49427a506465e58bb0ef94beaa44
[ "MIT" ]
1
2021-12-07T21:58:44.000Z
2021-12-07T21:58:44.000Z
; ************************************************************************************************ ; ************************************************************************************************ ; ; Name: driver.asm ; Purpose: Graphics Driver. ; Created: 31st March 2021 ; Reviewed: 27th April 2021 ; Author: ...
29.883838
98
0.454115
9d33f4bc3b1aa1421071cd3d16fd06c9a041ca41
287
asm
Assembly
oeis/021/A021341.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021341.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021341.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021341: Decimal expansion of 1/337. ; 0,0,2,9,6,7,3,5,9,0,5,0,4,4,5,1,0,3,8,5,7,5,6,6,7,6,5,5,7,8,6,3,5,0,1,4,8,3,6,7,9,5,2,5,2,2,2,5,5,1,9,2,8,7,8,3,3,8,2,7,8,9,3,1,7,5,0,7,4,1,8,3,9,7,6,2,6,1,1,2,7,5,9,6,4,3,9,1,6,9,1,3,9,4,6,5,8,7,5 seq $0,173833 ; 10^n - 3. div $0,337 mod $0,10
41
199
0.54007
4b9607f88068d755dda4f0249a6b3665d95b0032
1,859
asm
Assembly
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/expn.asm
lborgav/Historical-Source-Codes
c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5
[ "MIT" ]
7
2017-01-12T17:48:48.000Z
2021-11-28T04:37:34.000Z
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/expn.asm
lborgav/Historical-Source-Codes
c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5
[ "MIT" ]
null
null
null
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/expn.asm
lborgav/Historical-Source-Codes
c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5
[ "MIT" ]
5
2017-03-28T08:04:30.000Z
2020-03-25T14:25:29.000Z
include w2.inc include noxport.inc include consts.inc include structs.inc createSeg exp_PCODE,exp,byte,public,CODE ; DEBUGGING DECLARATIONS ; EXTERNAL FUNCTIONS externFP <CbAllocSb, CbReallocSb, FreeSb, ReloadSb, CbSizeSb> sBegin data ; EXTERNALS externW mpsbps ...
17.373832
75
0.540613
f2a663e750a5c2dad8e0fee4484bacdea7fbcca8
17,668
asm
Assembly
src/coreclr/nativeaot/Runtime/arm/WriteBarriers.asm
pyracanda/runtime
72bee25ab532a4d0636118ec2ed3eabf3fd55245
[ "MIT" ]
9,402
2019-11-25T23:26:24.000Z
2022-03-31T23:19:41.000Z
src/coreclr/nativeaot/Runtime/arm/WriteBarriers.asm
pyracanda/runtime
72bee25ab532a4d0636118ec2ed3eabf3fd55245
[ "MIT" ]
37,522
2019-11-25T23:30:32.000Z
2022-03-31T23:58:30.000Z
src/coreclr/nativeaot/Runtime/arm/WriteBarriers.asm
pyracanda/runtime
72bee25ab532a4d0636118ec2ed3eabf3fd55245
[ "MIT" ]
3,629
2019-11-25T23:29:16.000Z
2022-03-31T21:52:28.000Z
;; Licensed to the .NET Foundation under one or more agreements. ;; The .NET Foundation licenses this file to you under the MIT license. ;; ;; Define the helpers used to implement the write barrier required when writing an object reference into a ;; location residing on the GC heap. Such write barriers allow the GC to...
41.867299
135
0.660743
e403d66418ee9ec11524653918555ba2ae62e638
2,247
asm
Assembly
libsrc/stdio/ticalc/getk_decode.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2018-09-04T23:07:24.000Z
2018-09-04T23:07:24.000Z
libsrc/stdio/ticalc/getk_decode.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/stdio/ticalc/getk_decode.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; ; TI calc Routines ; ; getk_decode() Translates key code ; ; Stefano Bodrato - Dec 2000 ; ; ; $Id: getk_decode.asm,v 1.5 2002/04/17 21:30:26 dom Exp $ ; XLIB getk_decode INCLUDE "stdio/ansi/ticalc/ticalc.inc" .getk_decode IF FORti82 ; **** If we have a TI82 and we use CRASH, **** ; **** letters and numbers ar...
15.496552
68
0.658211
ee702649c7e7cb81ba9efcc4c58d3155b7ffb9a4
861
asm
Assembly
oeis/142/A142145.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142145.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142145.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142145: Primes congruent to 36 mod 37. ; Submitted by Jon Maiga ; 73,443,739,887,1109,1553,1627,1997,2293,2441,2663,3181,3329,3847,4217,4513,4957,5179,5623,6067,6659,6733,7103,7177,7547,7621,8287,8731,9323,9397,9619,9767,10211,10433,10729,11173,11321,11617,11839,11987,12653,13171,13763,14207,14281,14503,14947,15391,...
31.888889
498
0.718931
af7a8523ad99959fdc0c13ed8b57d0edee65eec5
278
asm
Assembly
scripts/viridianforestexit.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
1
2022-01-09T05:28:52.000Z
2022-01-09T05:28:52.000Z
scripts/viridianforestexit.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
scripts/viridianforestexit.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
null
null
null
ViridianForestExitScript: jp EnableAutoTextBoxDrawing ViridianForestExitTextPointers: dw ViridianForestExitText1 dw ViridianForestExitText2 ViridianForestExitText1: TX_FAR _ViridianForestExitText1 db "@" ViridianForestExitText2: TX_FAR _ViridianForestExitText2 db "@"
18.533333
32
0.863309
cc342c02777f23122245250de5f3e2fd579520b0
4,919
asm
Assembly
ProgramExamples/MIPSOut/IntOverflowAddSub.asm
Abductcows/GlorifiedCalculatorCompiler
088db9e92d9566d2fa6a7e558e74594ec4febad5
[ "Apache-2.0" ]
null
null
null
ProgramExamples/MIPSOut/IntOverflowAddSub.asm
Abductcows/GlorifiedCalculatorCompiler
088db9e92d9566d2fa6a7e558e74594ec4febad5
[ "Apache-2.0" ]
null
null
null
ProgramExamples/MIPSOut/IntOverflowAddSub.asm
Abductcows/GlorifiedCalculatorCompiler
088db9e92d9566d2fa6a7e558e74594ec4febad5
[ "Apache-2.0" ]
null
null
null
.data _newLine: .asciiz "\n" _divByZeroMessage: .asciiz "\nException: division by zero\nProgram will be terminated\n" _floatOverflowMessage: .asciiz "\nException: floating point operation result too great to fit in floating point word\nProgram will be terminated\n" _floatUnderflowMessage: .asciiz "\nException: floating...
17.505338
148
0.645253
28385b3594d673dcc3de349f5bc539c995879db5
2,031
asm
Assembly
src/tests/generated-fn/003344-09-11-20.asm
mguarnieri/revizor
a3d91b19d91bcc9a266b7f10e5b9631906ebfedd
[ "MIT" ]
29
2021-05-24T12:45:19.000Z
2022-03-16T16:53:10.000Z
src/tests/generated-fn/003344-09-11-20.asm
mguarnieri/revizor
a3d91b19d91bcc9a266b7f10e5b9631906ebfedd
[ "MIT" ]
3
2021-11-23T15:37:25.000Z
2022-01-24T12:01:44.000Z
src/tests/generated-fn/003344-09-11-20.asm
mguarnieri/revizor
a3d91b19d91bcc9a266b7f10e5b9631906ebfedd
[ "MIT" ]
3
2021-06-17T09:00:27.000Z
2022-03-28T03:42:01.000Z
.intel_syntax noprefix .test_case_enter: test_case_main: .test_case_main.entry: IMUL EDI, EDI, 2891336453 ADD EDI, 12345 MOV EAX, EDI IMUL EDI, EDI, 2891336453 ADD EDI, 12345 MOV EBX, EDI IMUL EDI, EDI, 2891336453 ADD EDI, 12345 MOV ECX, EDI IMUL EDI, EDI, 2891336453 ADD EDI, 12345 MOV EDX, EDI IMUL EDI, EDI, 289133645...
17.067227
29
0.720827
681458bc2171f4441301c55163c0f716f86ba552
7,980
asm
Assembly
sha1_mb/sha1_mb_mgr_submit_avx512.asm
carl008-ma/isa-l_crypto
0e4f088aace7ccca8540f54735150bf78731f0b7
[ "BSD-3-Clause" ]
null
null
null
sha1_mb/sha1_mb_mgr_submit_avx512.asm
carl008-ma/isa-l_crypto
0e4f088aace7ccca8540f54735150bf78731f0b7
[ "BSD-3-Clause" ]
null
null
null
sha1_mb/sha1_mb_mgr_submit_avx512.asm
carl008-ma/isa-l_crypto
0e4f088aace7ccca8540f54735150bf78731f0b7
[ "BSD-3-Clause" ]
null
null
null
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2016 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of so...
32.704918
73
0.641855
35a5394a8e903e412ed7fbae3d435e15468bf6a1
433
asm
Assembly
oeis/106/A106191.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/106/A106191.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/106/A106191.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A106191: Expansion of sqrt(1-4x)/(1-x). ; Submitted by Jamie Morken(s4) ; 1,-1,-3,-7,-17,-45,-129,-393,-1251,-4111,-13835,-47427,-164999,-581023,-2066823,-7415703,-26805393,-97520733,-356810313,-1312087713,-4846614093,-17974854933,-66907388973,-249872516253,-935991743553,-3515800038201,-13239692841105 mov $1,1 mov $...
24.055556
230
0.667436
0ebfba574b48679c82a86a39fbb9455b5eecb806
137
asm
Assembly
gfx/pokemon/bellsprout/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
gfx/pokemon/bellsprout/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
gfx/pokemon/bellsprout/anim.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
setrepeat 2 frame 0, 08 frame 3, 08 dorepeat 1 setrepeat 2 frame 0, 08 frame 1, 08 frame 2, 12 frame 1, 08 dorepeat 5 endanim
11.416667
12
0.678832
309104bac40b8882875315bdec67a700216a3fda
4,665
asm
Assembly
Library/GrObj/UI/uiGrObjStyleSheetControl.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/GrObj/UI/uiGrObjStyleSheetControl.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/GrObj/UI/uiGrObjStyleSheetControl.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: GrObj Library FILE: uiGrObjStyleSheetControl.asm ROUTINES: Name Description ---- ----------- GLB GrObjStyleSheetControlClass Style menu o...
22.867647
81
0.620793
bf92e1d303f9ec10736d28a8d63ef7913b28196f
5,186
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_571.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_571.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_571.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: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %rax push %rbp push %rbx push %rdi push %rdx // Store lea addresses_UC+0x3519, %r11 clflush (%r11) cmp %rdx, %rdx movw $0x5152, (%r11) nop nop and %rax, %rax // Store lea addresses_A+0x1b47a, %r12 nop n...
44.324786
2,999
0.652333
2db5051495f8a87f07a2b513d9b03a6b6c7db51b
146
asm
Assembly
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_sut3.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_sut3.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_sut3.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: zel_sut3.asm Type: file Size: 67203 Last-Modified: '2016-05-13T04:22:15Z' SHA-1: E500E48ED99BE24E4ECEC30D291C2812625E0D23 Description: null
20.857143
47
0.815068
fff38c7994fb33f6fa259c681b686bf2afeab9c2
7,326
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_18038_1121.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_18038_1121.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_18038_1121.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 %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xda4a, %rdi dec %rbx movb (%rdi), %al nop nop nop nop cmp %r13, %r13 lea addresses_A_ht+0x53f2, %rsi lea addresses_UC_ht+0x12922, %rdi nop nop cmp $27693, %rax mov $46, %rcx ...
34.394366
2,999
0.65875
08b528457b744d1f4973908504edde023726ce8e
1,819
asm
Assembly
engine/battle/move_effects/encore.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
1
2021-07-05T23:48:37.000Z
2021-07-05T23:48:37.000Z
engine/battle/move_effects/encore.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
1
2020-12-16T01:11:20.000Z
2020-12-16T22:53:56.000Z
engine/battle/move_effects/encore.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
1
2021-07-05T23:33:22.000Z
2021-07-05T23:33:22.000Z
BattleCommand_Encore: ; encore ld hl, wEnemyMonMoves ld de, wEnemyEncoreCount ldh a, [hBattleTurn] and a jr z, .ok ld hl, wBattleMonMoves ld de, wPlayerEncoreCount .ok ld a, BATTLE_VARS_LAST_MOVE_OPP call GetBattleVar ld b, a push hl ld hl, .invalid_moves call CheckMoveInList pop hl jp c, .failed .got_...
14.788618
42
0.717977
c9c9f786d74a8874e22ecb2dc22f34046a54c636
353
asm
Assembly
programs/oeis/099/A099767.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/099/A099767.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/099/A099767.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A099767: Number of n-digit palindromes in base n. ; 1,6,12,100,180,2058,3584,52488,90000,1610510,2737152,57921708,97883968,2392031250,4026531840,111612119056,187339329792,5808378560022,9728000000000,333597619564020,557758378619904,20961814674106394,34998666292887552 mov $1,$0 add $1,1 mov $2,$0 add $2,2 lpb $0 sub...
27.153846
216
0.773371
ed3bbf7287b5ecc60c6f6db1548b9adc76ba2fce
2,200
asm
Assembly
modules/bgBuffer.asm
formicant/Cuboid
ace0a43dbd0ac686e2f60eb31837f12c655ba61e
[ "MIT" ]
1
2021-11-05T00:18:17.000Z
2021-11-05T00:18:17.000Z
modules/bgBuffer.asm
formicant/Cuboid
ace0a43dbd0ac686e2f60eb31837f12c655ba61e
[ "MIT" ]
null
null
null
modules/bgBuffer.asm
formicant/Cuboid
ace0a43dbd0ac686e2f60eb31837f12c655ba61e
[ "MIT" ]
1
2021-11-05T00:19:07.000Z
2021-11-05T00:19:07.000Z
MODULE BgBuffer ; Stores a fixed-sized rectangle of the screen background ; requires: Stack, Tile ALIGN 256 buffer ; tiles of the rectangle by rows block 540 ; 8×16 tiles + 7 tiles for horiz offset coords v byte -0 ; top of the buffered screen rectangle in tiles u byte -0 ...
20.754717
77
0.557727
cc575aa209052f0794e9f9e278fb25587c6a7b82
122
asm
Assembly
test/asm/line-continuation.asm
orbea/rgbds
91889fc14abbf705271bb484e89e349e08f76477
[ "MIT" ]
522
2017-02-25T21:10:13.000Z
2020-09-13T14:26:18.000Z
test/asm/line-continuation.asm
orbea/rgbds
91889fc14abbf705271bb484e89e349e08f76477
[ "MIT" ]
405
2017-02-25T21:32:37.000Z
2020-09-13T16:43:29.000Z
test/asm/line-continuation.asm
orbea/rgbds
91889fc14abbf705271bb484e89e349e08f76477
[ "MIT" ]
84
2017-02-25T21:10:26.000Z
2020-09-13T14:28:25.000Z
; Test that \ after a macro invocation at the end of the file doesn't ; cause a segfault. bar: MACRO ENDM foo: bar baz\
15.25
69
0.713115
c1e1a9509c074bdd489b8c18fe6f23af7ddefa74
1,098
asm
Assembly
game/banks/data03_bank.asm
sgadrat/super-tilt-bro
f918731c63a32dc3d0c80f10e7b053d6fa218c50
[ "WTFPL" ]
91
2017-08-06T18:30:13.000Z
2022-02-17T00:26:45.000Z
game/banks/data03_bank.asm
sgadrat/super-tilt-bro
f918731c63a32dc3d0c80f10e7b053d6fa218c50
[ "WTFPL" ]
2
2018-10-12T04:34:13.000Z
2021-12-25T17:01:18.000Z
game/banks/data03_bank.asm
sgadrat/super-tilt-bro
f918731c63a32dc3d0c80f10e7b053d6fa218c50
[ "WTFPL" ]
9
2016-10-08T21:24:37.000Z
2022-02-05T00:13:31.000Z
#echo #echo ====== DATA-03-BANK ===== * = $8000 bank_data03_begin: bank_data_theme_jump_rope_begin: #include "game/data/music/theme_jump_rope.asm" bank_data_theme_jump_rope_end: #echo #echo Theme jump_rope size: #print bank_data_theme_jump_rope_end-bank_data_theme_jump_rope_begin bank_data_theme_perihelium_begin: #i...
22.875
70
0.822404
192736e30a8e80bee686de096fec7b8f05c83928
463
asm
Assembly
Student/examples/Correct/CPRL0/Correct_105.asm
SoftMoore/CPRL-Kt
c2dfdbd5b30ed6175f419398071e2f98e582d23a
[ "Unlicense" ]
6
2021-02-02T10:08:02.000Z
2022-03-24T08:10:44.000Z
Student/examples/Correct/CPRL0/Correct_105.asm
SoftMoore/CPRL-Kt
c2dfdbd5b30ed6175f419398071e2f98e582d23a
[ "Unlicense" ]
1
2021-02-27T21:55:26.000Z
2021-02-28T12:39:29.000Z
Student/examples/Correct/CPRL0/Correct_105.asm
SoftMoore/CPRL-Kt
c2dfdbd5b30ed6175f419398071e2f98e582d23a
[ "Unlicense" ]
6
2020-02-24T13:51:32.000Z
2021-06-05T19:02:05.000Z
PROGRAM 8 LDCSTR "Enter value for x: " PUTSTR LDGADDR 0 GETINT STOREW LDCSTR "Enter value for y: " PUTSTR LDGADDR 4 GETINT STOREW LDCSTR "x = " PUTSTR LDGADDR 0 LOADW PUTINT PUTEOL LDCSTR "y = " PUTSTR LDGADDR 4 LOADW PUTINT PUTEOL LDGADDR 0 LOA...
11.575
31
0.563715
8f6e2591a3be3da22977468a664042d3a2ff27db
439
asm
Assembly
oeis/143/A143445.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/143/A143445.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/143/A143445.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A143445: Triangle read by rows, A051731 * (A001318 * 0^(n-k)); 1<=k<=n. ; Submitted by Jon Maiga ; 1,1,2,1,0,5,1,2,0,7,1,0,0,0,12,1,2,5,0,0,15,1,0,0,0,0,0,22,1,2,0,7,0,0,0,26,1,0,5,0,0,0,0,0,35,1,2,0,0,12,0,0,0,0,40,1,0,0,0,0,0,0,0,0,0,51,1,2,5,7,0,15,0,0,0,0,0,57 seq $0,127093 ; Triangle read by rows: T(n,k)=k if k...
54.875
167
0.596811
261e6a661df85eac7fb048b8a363724b0990fe4c
205
asm
Assembly
asm/tmp.asm
fronzbot/CPyU
5c5522e8b38e8b41accc87e20190c981aebc5f6a
[ "MIT" ]
null
null
null
asm/tmp.asm
fronzbot/CPyU
5c5522e8b38e8b41accc87e20190c981aebc5f6a
[ "MIT" ]
null
null
null
asm/tmp.asm
fronzbot/CPyU
5c5522e8b38e8b41accc87e20190c981aebc5f6a
[ "MIT" ]
null
null
null
ld r0, 0x7 ld r1, 0x1 sub r0, r1 ld r2, 0x4 add r0, r2 ld r3, 0x3 add r2, r3 add r1, r2 and r0, r1 add r3, r2 sub r0, r2 and r2, r3 add r0, r1 not r3 shrl r1 shra r3 shla r3 shll r0 cpy r2, r1 swap r0, r3
9.761905
11
0.658537
fe5b15be06fb842141d04b1fcc605ce61bbb3095
47,930
asm
Assembly
ioq3/build/release-js-js/missionpack/cgame/cg_consolecmds.asm
RawTechnique/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
1
2021-12-31T10:26:58.000Z
2021-12-31T10:26:58.000Z
ioq3/build/release-js-js/missionpack/cgame/cg_consolecmds.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
28
2019-03-05T20:45:07.000Z
2019-03-05T20:45:57.000Z
ioq3/build/release-js-js/missionpack/cgame/cg_consolecmds.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
null
null
null
export CG_TargetCommand_f code proc CG_TargetCommand_f 20 12 ADDRLP4 8 ADDRGP4 CG_CrosshairPlayer CALLI4 ASGNI4 ADDRLP4 0 ADDRLP4 8 INDIRI4 ASGNI4 ADDRLP4 0 INDIRI4 CNSTI4 -1 NEI4 $81 ADDRGP4 $80 JUMPV LABELV $81 CNSTI4 1 ARGI4 ADDRLP4 4 ARGP4 CNSTI4 4 ARGI4 ADDRGP4 trap_Argv CALLV pop ADDRLP4 4 ARGP4 ADDRLP4 12 ADDRGP...
13.020918
45
0.822136