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
c91c51b63249b8ab5c65664d40030becc1e3be34
290
asm
Assembly
src/util/sprite/move.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/sprite/move.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/sprite/move.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
* Sprite move * * Mode 4 * +------|-----+ * |aaaaaaaa | * |aaggggaa | * |aaggggaa | * |aaggaaaaaaaa| * -aaaaaaaaggaa- * | aaggggaa| * | aaggggaa| * | aaaaaaaa| * +------|-----+ * section sprite xdef mes_move include 'dev8_keys_sysspr' mes_move dc.b 0,sp.wmove end
12.083333
27
0.541379
a0d785ba6d0095058599d2f6f47e8a2bd423fd24
100
asm
Assembly
WEEK-4/13.asm
ShruKin/Microprocessor-and-Microcontroller-Lab
279c1432f0dee01fae37dc8fcb1dcb798e5725d8
[ "MIT" ]
null
null
null
WEEK-4/13.asm
ShruKin/Microprocessor-and-Microcontroller-Lab
279c1432f0dee01fae37dc8fcb1dcb798e5725d8
[ "MIT" ]
null
null
null
WEEK-4/13.asm
ShruKin/Microprocessor-and-Microcontroller-Lab
279c1432f0dee01fae37dc8fcb1dcb798e5725d8
[ "MIT" ]
null
null
null
LHLD 9000 MOV A,L RAR MOV L,A MOV A,H RAR MOV H,A SHLD 9002 HLT
10
13
0.45
4954c9024484534f3be7b0e6c5eab8c63634b603
2,002
asm
Assembly
arch/X86_64/functions.asm
64epicks/mkos
de35b473e3e8e2531cfbbff68267bdc3489034d2
[ "MIT" ]
1
2019-11-12T19:27:37.000Z
2019-11-12T19:27:37.000Z
arch/X86_64/functions.asm
syncos/synos
de35b473e3e8e2531cfbbff68267bdc3489034d2
[ "MIT" ]
3
2019-11-07T19:45:58.000Z
2019-11-12T17:11:05.000Z
arch/X86_64/functions.asm
64epicks/mkos
de35b473e3e8e2531cfbbff68267bdc3489034d2
[ "MIT" ]
5
2019-11-12T19:27:53.000Z
2019-12-05T20:02:51.000Z
BITS 64 section .text global CPUID_enabled CPUID_enabled: pushfq ;Save RFLAGS pushfq ;Store RFLAGS xor qword [esp], 0x00200000 ;Invert the ID bit in stored RFLAGS popfq ;Load stored RFLAGS (with ID bit i...
17.258621
99
0.543457
763a437b081087433e37331e3aa91050358da440
240
asm
Assembly
mc-sema/validator/x86/tests/FIDIV_32m.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/FIDIV_32m.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86/tests/FIDIV_32m.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 ; set up st0 to be 3.141593 FLDPI ;TEST_BEGIN_RECORDING lea edi, [esp-08] mov dword [edi], 0x00000001 FIDIV dword [edi] mov edi, 0 ;TEST_END_RECORDING
15
27
0.7875
654e5927a775543094f4d4431fa79cf5f10968da
995
asm
Assembly
programs/oeis/017/A017487.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017487.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017487.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017487: a(n) = (11*n + 8)^3. ; 512,6859,27000,68921,140608,250047,405224,614125,884736,1225043,1643032,2146689,2744000,3442951,4251528,5177717,6229504,7414875,8741816,10218313,11852352,13651919,15625000,17779581,20123648,22665187,25412184,28372625,31554496,34965783,38614472,42508549,46656000,51064811,55742968,606984...
142.142857
933
0.866332
2fbbf59aaafbcf7476b3432f7d7769e2d4b4b728
13,988
asm
Assembly
src/gamemain.asm
iratahack/CastleEscape
da4456087af603dd80d65f5653a1931fb275635b
[ "BSD-3-Clause" ]
2
2022-01-11T11:38:22.000Z
2022-01-13T04:24:18.000Z
src/gamemain.asm
iratahack/CastleEscape
da4456087af603dd80d65f5653a1931fb275635b
[ "BSD-3-Clause" ]
4
2021-02-27T15:33:42.000Z
2022-01-09T16:40:09.000Z
src/gamemain.asm
iratahack/CastleEscape
da4456087af603dd80d65f5653a1931fb275635b
[ "BSD-3-Clause" ]
1
2022-01-05T17:26:51.000Z
2022-01-05T17:26:51.000Z
extern _LeftKnight0 extern _RightKnight0 extern RightJumpKnight0 extern LeftJumpKnight0 extern _animateCoins extern _cls extern _coinTables extern _copyScreen extern _displaySprite extern _initItems extern _lanternFlicker...
25.0681
102
0.451244
a2a446f2a49807e3d95db980cdc6b2c5c9b4457d
469
asm
Assembly
oeis/324/A324591.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/324/A324591.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/324/A324591.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A324591: E.g.f.: exp(2 * (x + x^2 / 2 + x^3 / 3)). ; Submitted by Christian Krause ; 1,2,6,24,108,552,3144,19392,129168,920736,6958944,55582848,466824384,4104798336,37688879232,360236187648,3575154053376,36768528142848,391060780180992,4293782854170624,48597548604926976,566152604314232832,6780179847538722816,833752091...
26.055556
246
0.703625
950530fefe2ae4e31253a9254cab0e12ba5583f1
359
asm
Assembly
src/store_in_array.asm
daullmer/tic-tac-toe
2d84db8ca338a81eda7ab600dd1a9fff8df977a8
[ "MIT" ]
1
2021-11-09T21:34:20.000Z
2021-11-09T21:34:20.000Z
src/store_in_array.asm
daullmer/tic-tac-toe
2d84db8ca338a81eda7ab600dd1a9fff8df977a8
[ "MIT" ]
null
null
null
src/store_in_array.asm
daullmer/tic-tac-toe
2d84db8ca338a81eda7ab600dd1a9fff8df977a8
[ "MIT" ]
1
2021-11-08T12:55:44.000Z
2021-11-08T12:55:44.000Z
####### # STORE GAME POSITION IN ARRAY # ------------ # inputs: a1 - Array start address # a2 - Array position starting from 0 # a3 - Value to store 1 = X 2 = O ####### store_in_array: slli a2, a2, 2 # shift by 2 -> multiply by 4 because every int is of size 4 add a1, a1, a2 # add position to start ...
27.615385
76
0.5961
4507b68a40e7eb99a7f8b91a1dcf73f82941942d
422
asm
Assembly
oeis/077/A077882.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/077/A077882.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/077/A077882.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A077882: Expansion of x/((1-x)*(1-x^2-2*x^3)). ; Submitted by Christian Krause ; 0,1,1,2,4,5,9,14,20,33,49,74,116,173,265,406,612,937,1425,2162,3300,5013,7625,11614,17652,26865,40881,62170,94612,143933,218953,333158,506820,771065,1173137,1784706,2715268,4130981,6284681,9561518,14546644,22130881,33669681 lpb $0 sub...
26.375
225
0.677725
b105c6e781b89a4f4d3d57c22b077535b6c74335
449
asm
Assembly
oeis/099/A099275.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/099/A099275.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/099/A099275.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A099275: Unsigned member r=-17 of the family of Chebyshev sequences S_r(n) defined in A092184. ; Submitted by Christian Krause ; 0,1,17,324,6137,116281,2203200,41744521,790942697,14986166724,283946225057,5379992109361,101935903852800,1931402181093841,36594705536930177,693368003020579524,13137397351854080777 mov $2,1...
24.944444
181
0.728285
9df19871001042667896938991eece2f3f2023be
18,111
a51
Assembly
avengers/toolkit/compilers/asem-51/examples/demo.a51
Arkh42/hardhack
33057b88cf6a782f201e2bfc84f1ad1359d9ddc7
[ "ECL-2.0" ]
1
2021-09-20T14:19:38.000Z
2021-09-20T14:19:38.000Z
avengers/toolkit/compilers/asem-51/examples/demo.a51
Arkh42/hardhack
33057b88cf6a782f201e2bfc84f1ad1359d9ddc7
[ "ECL-2.0" ]
null
null
null
avengers/toolkit/compilers/asem-51/examples/demo.a51
Arkh42/hardhack
33057b88cf6a782f201e2bfc84f1ad1359d9ddc7
[ "ECL-2.0" ]
null
null
null
; Demo Program for ASEM-51 V1.3 ; ============================= ; ; W.W. Heinz, 25. 6. 2002 ; 1. Primary Controls: ; -------------------- $DATE(June 2002) ;set date string $DEBUG ;generate debug information (OMF-51 output only) $...
22.249386
77
0.463089
52da9ecae9b091043b73ad56feb13917773652fb
6,781
asm
Assembly
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_9711_1407.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_9711_1407.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_9711_1407.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0xcd05, %rsi lea addresses_D_ht+0x14f85, %rdi nop nop nop nop sub %r9, %r9 mov $47, %rcx rep movsw lfence lea addresses_A_ht+0xf065, %rsi lea addresses_A_ht+0xd7e5, %rdi nop nop...
34.953608
2,999
0.65713
c87d62d4c0293950fccd4cd8d64abe5141d56b13
5,149
asm
Assembly
src/fxengine.asm
QuinnPainter/Renegade-Rush
84f5bf1af0a8fda258e6f963dad411f983923f5a
[ "MIT" ]
1
2021-09-17T08:19:10.000Z
2021-09-17T08:19:10.000Z
src/fxengine.asm
QuinnPainter/Renegade-Rush
84f5bf1af0a8fda258e6f963dad411f983923f5a
[ "MIT" ]
1
2020-05-25T11:19:44.000Z
2020-05-25T11:19:44.000Z
src/fxengine.asm
QuinnPainter/Renegade-Rush
84f5bf1af0a8fda258e6f963dad411f983923f5a
[ "MIT" ]
null
null
null
INCLUDE "hardware.inc" ; Sound array header: ; Byte 1 = FX Channel to play on (NOT the same as hardware audio channel!) (0 or 1) ; Byte 2 = Starting Sound Priority ; Format of sound array entries: ; Byte 1 = Command ; FF = Stop Sound ; FE = Change Priority ; FD = Change CH1 Pan ; FC = Change CH2 Pan ; FB = Change CH3...
25.616915
116
0.60905
4e66ed99c0eaa9e0263f7d32d65fe13032ef09ca
44,914
asm
Assembly
stressfs.asm
briansrls/xv6
a239977076a9bd2ede261e8d8bffd09a25d43598
[ "MIT-0" ]
null
null
null
stressfs.asm
briansrls/xv6
a239977076a9bd2ede261e8d8bffd09a25d43598
[ "MIT-0" ]
null
null
null
stressfs.asm
briansrls/xv6
a239977076a9bd2ede261e8d8bffd09a25d43598
[ "MIT-0" ]
null
null
null
_stressfs: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "fs.h" #include "fcntl.h" int main(int argc, char *argv[]) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push %edi 4: 56 push ...
34.259344
64
0.429599
d358ce4b50d3d9dd1c1708e1d204e499c7785dcb
815
asm
Assembly
examples/dm-exec/ex13.asm
jthornber/deconstructed-volume-manager
d68eac4d2b5aa97050c19dd24b8acd939c164789
[ "BSD-3-Clause" ]
null
null
null
examples/dm-exec/ex13.asm
jthornber/deconstructed-volume-manager
d68eac4d2b5aa97050c19dd24b8acd939c164789
[ "BSD-3-Clause" ]
null
null
null
examples/dm-exec/ex13.asm
jthornber/deconstructed-volume-manager
d68eac4d2b5aa97050c19dd24b8acd939c164789
[ "BSD-3-Clause" ]
null
null
null
# dm-exec files begin with declarations of devices, and tables device bar = {name = "bar", uuid = "LKJDSFLS"} device foo = {name = "foo"} table t1 = [ error 1024 "", error 4096 "" ] # Then the special label .start annouces the begining of the # instructions .start remove-all begin-object "bar" create bar jmp-...
15.377358
62
0.682209
13c54ec622a956242fd7ffabe8dad222b042a907
1,820
asm
Assembly
src/m12-intro.asm
Iemnur/Mother2GbaTranslation
b8ca6df07ef69762fc5cc7453657b8e71178c78d
[ "MIT" ]
149
2015-03-19T11:22:47.000Z
2022-03-23T17:57:39.000Z
src/m12-intro.asm
Iemnur/Mother2GbaTranslation
b8ca6df07ef69762fc5cc7453657b8e71178c78d
[ "MIT" ]
77
2015-06-16T17:38:47.000Z
2022-01-24T14:21:28.000Z
src/m12-intro.asm
Iemnur/Mother2GbaTranslation
b8ca6df07ef69762fc5cc7453657b8e71178c78d
[ "MIT" ]
29
2015-06-16T00:58:04.000Z
2021-12-23T22:38:30.000Z
REG_BASE equ 0x04000000 //Display Control, 16-bit REG_DISPSTAT equ 0x4 //General LCD Status REG_BG0CNT equ 0x8 //BG0 Control REG_IME equ 0x208 //Interrupt Master Enable Register REG_IE equ 0x200 //Interrupt Enable Register REG_IF equ 0x202 //Interrupt Request Flags / IRQ Acknowledge REG_BLDCNT equ 0x50 //Color Sp...
17.169811
61
0.671978
c7bd57e67d530e4dfb9363481d75fbd08cf20a67
2,110
a51
Assembly
a51test/(B8)CJNE_Rn_i_off.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(B8)CJNE_Rn_i_off.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
a51test/(B8)CJNE_Rn_i_off.a51
Aimini/51cpu
cdeb75510d1dcd867fbebe10e963c4dbecd5ff13
[ "MIT" ]
null
null
null
MOV 0xD0,#0x00 START_RS0_0: INC R0 CJNE R0,#0x20,START_RS0_0 START_RS0_1: INC R1 CJNE R1,#0x21,START_RS0_1 START_RS0_2: INC R2 CJNE R2,#0x22,START_RS0_2 START_RS0_3: INC R3 CJNE R3,#0x23,START_RS0_3 START_RS0_4: INC R4 CJNE R4,#0x24,START_...
12.634731
29
0.581991
9ddf2dfbc8199629feb163ad53f86b74a9fcfe79
345
asm
Assembly
oeis/088/A088129.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/088/A088129.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/088/A088129.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A088129: Expansion of sinh(x)/(1-x)^2. ; Submitted by Jon Maiga ; 0,1,4,19,104,661,4812,39607,364240,3704617,41310740,501328411,6578864184,92843236669,1402257345244,22570640656831,385718738160032,6975222838783057,133078088319220260,2671441145266564387 lpb $0 add $2,1 mul $1,$2 cmp $3,0 mul $3,$0 sub $0,1 ...
24.642857
187
0.733333
389f51fd4128c31ecef49a0aec446966f6085d6a
13,570
asm
Assembly
45/qb/ir/exgoto.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/qb/ir/exgoto.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/qb/ir/exgoto.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
page 49,132 TITLE EXGOTO - executors for goto and gosub varients ;*** ;exgoto - executors for goto and gosub varients ; ; Copyright <C> 1986, Microsoft Corporation ; ;Purpose: ; ; ;**************************************************************************** .xlist include version.inc IncludeOnce architec Include...
32.541966
79
0.63073
9fc89161192acb3fc97920eb9545ad99d72b16c8
366
asm
Assembly
oeis/332/A332602.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/332/A332602.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/332/A332602.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A332602: Tridiagonal matrix M read by antidiagonals: main diagonal is 1,2,2,2,2,..., two adjacent diagonals are 1,1,1,1,1,... ; Submitted by Christian Krause ; 1,1,1,0,2,0,0,1,1,0,0,0,2,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0 mul $0,2 mov $2,2 mov $3,3 lpb $0 sub $0,$2 ...
24.4
127
0.598361
8dc2e4354001317c1097f66de509d4d8a2c447a0
285
asm
Assembly
Src/Ant8/Tests/aa8/basic/e_lc_2.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/Tests/aa8/basic/e_lc_2.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/Tests/aa8/basic/e_lc_2.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
# $Id: e_lc_2.asm,v 1.1 2001/03/14 16:57:29 ellard Exp $ #@ tests for illegal register in lc. lc r0, 1 lc r1, 1 lc r2, 1 lc r3, 1 lc r4, 1 lc r5, 1 lc r6, 1 lc r7, 1 lc r8, 1 lc r9, 1 lc r10, 1 lc r11, 1 lc r12, 1 lc r13, 1 lc r14, 1 lc r15, 1 lc r16, 1 # Not OK
11.875
56
0.564912
eb2cd9675ac1040f4e16430975394c2955b52069
627
asm
Assembly
oeis/049/A049643.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/049/A049643.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/049/A049643.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A049643: Number of fractions in Farey series of order n. ; Submitted by Jon Maiga ; 0,2,3,5,7,11,13,19,23,29,33,43,47,59,65,73,81,97,103,121,129,141,151,173,181,201,213,231,243,271,279,309,325,345,361,385,397,433,451,475,491,531,543,585,605,629,651,697,713,755,775,807,831,883,901,941,965,1001,1029,1087,1103,1163,1193...
52.25
421
0.728868
1ecc1ff72de37434416694bb653aecf7bb347713
160
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc___fs2ulong.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc___fs2ulong.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc___fs2ulong.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_math32 PUBLIC cm32_sdcc___fs2ulong EXTERN m32_f2ulong EXTERN cm32_sdcc_fsread1 cm32_sdcc___fs2ulong: call cm32_sdcc_fsread1 jp m32_f2ulong
14.545455
27
0.88125
4beb082abbfccedec16140678a8eceec7b967ea5
483
asm
Assembly
programs/oeis/073/A073425.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/073/A073425.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/073/A073425.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A073425: a(0)=0; for n>0, a(n) = number of primes not exceeding n-th composite number. ; 0,2,3,4,4,4,5,6,6,6,7,8,8,8,9,9,9,9,9,10,11,11,11,11,11,12,12,12,13,14,14,14,15,15,15,15,15,16,16,16,16,16,17,18,18,18,18,18,19,19,19,20,21,21,21,21,21,22,22,22,23,23,23,23,23,24,24,24,24,24,24,24,25,25,25,26 mov $4,$0 cal $0,18...
32.2
210
0.635611
20ef127c525b69a5ec8474a9ca4517c2955a627b
808
asm
Assembly
examples/fibonacci_recursive.asm
jpfeiffer16/Yarn
c495efd9995dc48f48072984397fa74662c33926
[ "MIT" ]
268
2016-02-27T19:25:49.000Z
2021-07-27T19:12:13.000Z
examples/fibonacci_recursive.asm
jpfeiffer16/Yarn
c495efd9995dc48f48072984397fa74662c33926
[ "MIT" ]
4
2016-03-01T04:15:47.000Z
2018-02-06T05:01:15.000Z
examples/fibonacci_recursive.asm
jpfeiffer16/Yarn
c495efd9995dc48f48072984397fa74662c33926
[ "MIT" ]
20
2016-02-27T21:33:02.000Z
2021-07-06T02:52:57.000Z
Init: mov $20, %c1 push %c1 call :Fibonacci pop %c1 halt ; Fibonacci(int i) ; Recursivly finds the i'th number (starts counting at 0) of the fibonacci ; sequence. Fibonacci: push %bse mov %stk, %bse push %c1 push %c2 mov *(%bse+$8), %ret mov $1, %s1 lt %ret, %s1 ; if i < 1 return 0...
14.428571
76
0.579208
dc96199fa3021a079f6033eb4d91cb61f5b02559
14,277
nasm
Assembly
modules/dev/char/console/keyboard.nasm
r-tty/radios
fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b
[ "BSD-3-Clause" ]
null
null
null
modules/dev/char/console/keyboard.nasm
r-tty/radios
fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b
[ "BSD-3-Clause" ]
null
null
null
modules/dev/char/console/keyboard.nasm
r-tty/radios
fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b
[ "BSD-3-Clause" ]
null
null
null
;******************************************************************************* ; keyboard.nasm - AT keyboard driver. ; Copyright (c) 1999, 2002 RET & COM Research. ;******************************************************************************* module cons.kbd %include "rmk.ah" %include "errors.ah" %include "asciic...
22.032407
80
0.660363
8b7c9e435f3c2ee6a1e020697ecd540344e5a6bd
7,036
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1720.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1720.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1720.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_UC_ht+0x1a151, %rbx nop nop nop nop nop cmp %r8, %r8 mov $0x6162636465666768, %r15 movq %r15, %xmm3 and $0xffffffffffffffc0, %rbx movntdq %xmm3, (%rbx) nop nop nop nop nop xor $12452...
36.455959
2,999
0.658897
897e233adb0b0ea2f42506acb9250a3367ada2fe
3,092
asm
Assembly
programs/oeis/250/A250337.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/250/A250337.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/250/A250337.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A250337: Number of length 1+5 0..n arrays with every six consecutive terms having the maximum of some three terms equal to the minimum of the remaining three terms. ; 44,429,2056,6785,17796,39949,80144,147681,254620,416141,650904,981409,1434356,2041005,2837536,3865409,5171724,6809581,8838440,11324481,14340964,1796858...
52.40678
2,411
0.839586
59b9e78d04ab881c338a6f80abc591315ea66f25
7,617
asm
Assembly
transformy/tables/gen/0023.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
3
2019-09-18T05:34:22.000Z
2020-12-04T17:46:52.000Z
transformy/tables/gen/0023.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
null
null
null
transformy/tables/gen/0023.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
1
2020-01-17T01:04:24.000Z
2020-01-17T01:04:24.000Z
ld a, 7 ld (basescradr + #00f0), a ld (basescradr + #01f0), a ld (basescradr + #02d1), a ld (basescradr + #0c50), a ld (basescradr + #0c91), a ld a, 254 ld (basescradr + #02d2), a ld (basescradr + #05f4), a ld (basescradr + #0835), a ld (basescradr + #0ad5), a ld (basescradr + #0f15), a ld a, ...
17.964623
29
0.536432
5dc6f54a56e11d286f07d39e18bcc85f8a132ec6
738
asm
Assembly
oeis/024/A024382.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/024/A024382.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/024/A024382.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A024382: a(n) = n-th elementary symmetric function of the first n+1 positive integers congruent to 1 mod 4. ; Submitted by Jamie Morken(w3) ; 1,6,59,812,14389,312114,8011695,237560280,7990901865,300659985630,12511934225955,570616907588100,28301322505722525,1516683700464669450,87336792132539066775,53780361288298988364...
43.411765
473
0.827913
acd6447adcae799042096bc64db31f78ff3631ed
1,040
asm
Assembly
Micro_Processor_Lab/11a-CursorMovement/CursorMovement.asm
MohithGowdaHR/PES-Engineering-Lab-Programs
1d2e854158ad7b4e32c3b39b5801eac38c0b41ca
[ "MIT" ]
null
null
null
Micro_Processor_Lab/11a-CursorMovement/CursorMovement.asm
MohithGowdaHR/PES-Engineering-Lab-Programs
1d2e854158ad7b4e32c3b39b5801eac38c0b41ca
[ "MIT" ]
null
null
null
Micro_Processor_Lab/11a-CursorMovement/CursorMovement.asm
MohithGowdaHR/PES-Engineering-Lab-Programs
1d2e854158ad7b4e32c3b39b5801eac38c0b41ca
[ "MIT" ]
null
null
null
; Assembly Level Program 11a ; Read a pair of input co-ordinates in BCD and move the cursor to the specified location on the screen. .model SMALL .data MSGX dB 10, 13 ,'Enter X Coordinates: $' MSGY dB 10, 13 ,'Enter Y Coordinates: $' X dB ? Y dB ? .code ; Initialize Data Segment MOV AX, @DATA MOV DS, AX ...
13.684211
103
0.663462
d934594a0d3d4147647ce7fba78bf639c19b9563
146
asm
Assembly
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud1/Cobretti/_ff_dkud1_Cobretti.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud1/Cobretti/_ff_dkud1_Cobretti.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/font/fzx/fonts/dkud1/Cobretti/_ff_dkud1_Cobretti.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION rodata_font SECTION rodata_font_fzx PUBLIC _ff_dkud1_Cobretti _ff_dkud1_Cobretti: BINARY "font/fzx/fonts/dkud1/Cobretti/cobretti.fzx"
14.6
51
0.849315
e2870ff70c0c7177a19d61c8a4baad581c937e2a
6,694
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1045.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_1045.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_1045.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 %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x40b3, %rsi lea addresses_WT_ht+0x1665d, %rdi inc %r10 mov $47, %rcx rep movsl xor %r14, %r14 lea addresses_D_ht+0x187bd, %rsi lea addresses_D_ht+0x77dd, %rdi nop nop nop nop n...
39.376471
2,999
0.663579
b0049bd66fa99a4f9f323e22dfe3a827681d16a4
3,557
asm
Assembly
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_97_1260.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_97_1260.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_97_1260.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r14 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x98cc, %rbp nop cmp %r13, %r13 mov $0x6162636465666768, %r9 movq %r9, (%rbp) nop nop nop nop nop cmp %r10, %r10 lea addresses_UC_ht+0x116ec, %r12 xor %r14, %r14 vmovu...
21.557576
290
0.652235
69bd53947aa6b57df853f38e8536f64d9e12220a
759
asm
Assembly
oeis/217/A217787.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/217/A217787.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/217/A217787.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A217787: a(n) = (a(n-1)*a(n-3) + 1) / a(n-4) with a(0) = a(1) = a(2) = a(3) = 1. ; Submitted by Christian Krause ; 1,1,1,1,2,3,4,9,14,19,43,67,91,206,321,436,987,1538,2089,4729,7369,10009,22658,35307,47956,108561,169166,229771,520147,810523,1100899,2492174,3883449,5274724,11940723,18606722,25272721,57211441,89150161,...
39.947368
499
0.737813
763904344f675694232a078457800904c403a190
627
asm
Assembly
src/engine/utilities/load-immediate-16.asm
jameswilddev/comb
ef75d7d54af1ad599a0d72cb08cc793fa3f0eec6
[ "MIT" ]
null
null
null
src/engine/utilities/load-immediate-16.asm
jameswilddev/comb
ef75d7d54af1ad599a0d72cb08cc793fa3f0eec6
[ "MIT" ]
2
2021-04-17T09:31:24.000Z
2021-04-17T09:31:53.000Z
src/engine/utilities/load-immediate-16.asm
jameswilddev/comb
ef75d7d54af1ad599a0d72cb08cc793fa3f0eec6
[ "MIT" ]
null
null
null
; Load a two-byte word into a register pair in 2 cycles. ; - The r* to load the low byte into. ; - The r* to load the high byte into. ; - The value to load. .macro load_immediate_16 ldi @0, LOW(@2) ldi @1, HIGH(@2) .endm ; Load a two-byte constant into X in 2 cycles. ; - The value to load. .macro load_immediate_x ...
23.222222
56
0.700159
39317fd788a4b467d80f362d8fb87caae7f02d51
214,316
asm
Assembly
ET_atari_2600_source_code.asm
cxong/javascript-E.T.
f20fd40d5ae499a7981252b4a6898c689ac025f9
[ "MIT" ]
14
2015-09-04T02:30:43.000Z
2022-02-19T10:31:14.000Z
ET_atari_2600_source_code.asm
cxong/javascript-E.T.
f20fd40d5ae499a7981252b4a6898c689ac025f9
[ "MIT" ]
null
null
null
ET_atari_2600_source_code.asm
cxong/javascript-E.T.
f20fd40d5ae499a7981252b4a6898c689ac025f9
[ "MIT" ]
5
2016-01-01T12:42:49.000Z
2022-02-06T22:31:43.000Z
LIST OFF ; *** E . T. T H E E X T R A - T E R R E S T R I A L *** ; Copyright 1982 Atari, Inc. ; Designer: Howard Scott Warshaw ; Artist: Jerome Domurat ; Analyzed, labeled and commented ; by Dennis Debro ; Last Update: July 18, 2006 ; ; *** 116 BYTES OF RAM USED 12 BYTES FREE ; ; NTSC ROM usage ...
32.585677
92
0.536647
63a1b4d78b0ce725b50bb92f7f228337cf335a92
475
asm
Assembly
data/mapObjects/celadonmartroof.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapObjects/celadonmartroof.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapObjects/celadonmartroof.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
CeladonMartRoofObject: db $42 ; border block db $1 ; warps db $2, $f, $0, CELADON_MART_5 db $4 ; signs db $1, $a, $3 ; CeladonMartRoofText3 db $1, $b, $4 ; CeladonMartRoofText4 db $2, $c, $5 ; CeladonMartRoofText5 db $2, $d, $6 ; CeladonMartRoofText6 db $2 ; objects object SPRITE_BLACK_HAIR_BOY_2, $a, $4, ...
25
64
0.673684
beaee58d3a8e7cc60ffad94d1e11e54ef9dfae33
1,133
asm
Assembly
programs/oeis/325/A325482.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/325/A325482.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/325/A325482.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A325482: Number of colored set partitions of [n] where colors of the elements of subsets are distinct and in increasing order and exactly two colors are used. ; 3,12,41,140,497,1848,7191,29184,123107,538076,2430353,11317644,54229905,266906856,1347262319,6965034368,36833528195,199037675052,1097912385849,6176578272780,...
70.8125
852
0.872904
f513d78b7eae960ce3d8c97ab88eaa61b486742d
667,483
asm
Assembly
kernel.asm
briansrls/xv6
a239977076a9bd2ede261e8d8bffd09a25d43598
[ "MIT-0" ]
null
null
null
kernel.asm
briansrls/xv6
a239977076a9bd2ede261e8d8bffd09a25d43598
[ "MIT-0" ]
null
null
null
kernel.asm
briansrls/xv6
a239977076a9bd2ede261e8d8bffd09a25d43598
[ "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 0f in $0xf,%al 8010000c <entry>:...
39.709858
105
0.531136
a9bfa0f3ae13eaae9bfaf2f164ce5ecb45f9bfeb
6,612
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_241.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_241.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_241.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x20f6, %rsi lea addresses_WT_ht+0x1051, %rdi clflush (%rsi) nop and $56669, %r12 mov $74, %rcx rep movsl sub %r11, %r11 lea addresses_WT_ht+0x13b91, %r13 nop nop cmp $44331, %r11 mov $...
36.530387
2,999
0.654567
3bd2badb54e7e05513fb0c5b0762d43d4312b57e
1,880
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_3_471.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_notsx.log_3_471.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_notsx.log_3_471.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 %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x45c4, %rcx and $33755, %rdx movl $0x61626364, (%rcx) nop nop nop cmp $41798, %rdx lea addresses_D_ht+0x47c4, %rsi lea addresses_normal_ht+0x103f4, %rdi clflush (%rsi) nop sub %r10, %r...
18.989899
151
0.652128
32895411deceb9a4f46ffc3709fd9c9348980f27
7,705
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_652.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_652.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_652.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 %r14 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x20b7, %r9 nop nop sub %r10, %r10 mov (%r9), %r14d nop nop nop nop sub %rbp, %rbp lea addresses_normal_ht+0x149c, %rdx nop nop nop add %r10, %r10 movups (%rdx), %xmm...
33.646288
2,999
0.65464
cafd8d28eb6dd5c639fe0050665fff81633796e6
54
asm
Assembly
asm/deref_add.asm
toastedcornflakes/JIT_brainfuck
db0c33973aec267f3109507fff1ee74c1c692d5b
[ "BSD-3-Clause" ]
18
2015-10-05T04:30:26.000Z
2021-09-13T06:47:42.000Z
asm/deref_add.asm
newdive/JIT_brainfuck
db0c33973aec267f3109507fff1ee74c1c692d5b
[ "BSD-3-Clause" ]
1
2015-10-04T22:19:00.000Z
2015-10-05T18:01:07.000Z
asm/deref_add.asm
newdive/JIT_brainfuck
db0c33973aec267f3109507fff1ee74c1c692d5b
[ "BSD-3-Clause" ]
10
2015-10-06T18:01:49.000Z
2021-06-24T03:27:00.000Z
BITS 64 ; '+' brainfuck instruction add byte [rdx], 1
13.5
27
0.685185
88f2e018508ebe8de9e4f672a6d680f0b53918f6
6,106
asm
Assembly
count1.asm
HamHaZe/Stopwatch
1686b7ae0b12a45fcf14d570e745c31f63f0db9b
[ "Apache-2.0" ]
1
2018-02-20T17:23:42.000Z
2018-02-20T17:23:42.000Z
count1.asm
HamHaZe/Stopwatch
1686b7ae0b12a45fcf14d570e745c31f63f0db9b
[ "Apache-2.0" ]
null
null
null
count1.asm
HamHaZe/Stopwatch
1686b7ae0b12a45fcf14d570e745c31f63f0db9b
[ "Apache-2.0" ]
null
null
null
#include P16F84A.INC __config _XT_OSC & _WDT_OFF & _PWRTE_ON ; Ross Hamer & Ramy Elabbadi ;File Registers used by delay subroutine DELAY_COUNT1 EQU H'21' DELAY_COUNT2 EQU H'22' DELAY_COUNT3 EQU H'23' DELAY_COUNT4 EQU H'30' COUNTER EQU H'24' COUNTER1 EQU H'25' COUNTER2 EQU H'26' COUNTER3 EQU H'27' DELAY_P...
24.821138
68
0.723059
c10d923069923278d00327e51d87cd90eb720e8f
430
asm
Assembly
Laburi/Lab4/9-extract-from-vect/no_even_odd.asm
DanBrezeanu/IOCLA
1a22cc2949afc72818289f47288e32004f633fd1
[ "MIT" ]
2
2019-11-18T15:56:21.000Z
2020-01-18T01:22:37.000Z
Laburi/Lab4/9-extract-from-vect/no_even_odd.asm
zatbogdan99/IOCLA
3d499ad18624f571e6c49ff891649a05ac9908e4
[ "MIT" ]
null
null
null
Laburi/Lab4/9-extract-from-vect/no_even_odd.asm
zatbogdan99/IOCLA
3d499ad18624f571e6c49ff891649a05ac9908e4
[ "MIT" ]
null
null
null
%include "io.inc" section .data v db 1, 100, 0, -25, -7, 128, 220, -110 len db 8 section .text global CMAIN CMAIN: ;write your code here xor eax, eax xor edx, edx mov ecx, [len] count_even_odd: test byte [v + ecx - 1], 1 jz even inc eax ; odd jmp end_loop even: inc...
13.4375
39
0.572093
9ebe9311b1aa6c88eff9605aefd641a48aa461cf
60
asm
Assembly
gfx/pokemon/nosepass/anim.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
gfx/pokemon/nosepass/anim.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
gfx/pokemon/nosepass/anim.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
frame 0, 06 frame 1, 12 frame 2, 26 frame 1, 10 endanim
12
12
0.65
4eb40ff0b0b8fdd9162b57c46836504200b8beea
1,907
asm
Assembly
sample/VGMCPM.asm
kuninet/KZ80-YM2203
ec08714ae8df49c2c2efa59c0aa861ffa2007445
[ "MIT" ]
null
null
null
sample/VGMCPM.asm
kuninet/KZ80-YM2203
ec08714ae8df49c2c2efa59c0aa861ffa2007445
[ "MIT" ]
null
null
null
sample/VGMCPM.asm
kuninet/KZ80-YM2203
ec08714ae8df49c2c2efa59c0aa861ffa2007445
[ "MIT" ]
null
null
null
; ; YM2203 VGM PLAY FOR CP/M-80 ; CPU Z80 TARGET: equ "Z80" BDOS EQU 0005H DMA EQU 0008H FCB EQU 005CH OPM_ADDR EQU 040H OPM_DATA EQU 041H ; ; ORG 100H ; MAIN: LD DE,FCB LD C,0FH ;ファイルOPEN CALL BDOS OR A ;成功? JP NZ,OPEN_ERROR ; CALL MAIN1 RET ; OPEN_ERROR: LD DE,ERMSG1 ;ERROR MSG LD C,09H ;string...
10.594444
36
0.639748
73276affc00fb0594b093d28083c53f570328d78
373
asm
Assembly
programs/oeis/094/A094374.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/094/A094374.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/094/A094374.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A094374: a(n) = (3^n-1)/2 + 2^n. ; 1,3,8,21,56,153,428,1221,3536,10353,30548,90621,269816,805353,2407868,7207221,21588896,64701153,193972388,581655021,1744440776,5232273753,15694724108,47079978021,141231545456,423677859153,1271000023028,3812932960221,11438664662936 mov $2,$0 add $0,1 mov $1,3 pow $1,$2 mov $3,2 pow ...
24.866667
232
0.729223
4289c719258c1c62cc22eda1128a91ed2050566f
725
asm
Assembly
oeis/025/A025992.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/025/A025992.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/025/A025992.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A025992: Expansion of 1/((1-2x)(1-5x)(1-7x)(1-8x)). ; Submitted by Jon Maiga ; 1,22,313,3666,38493,377286,3529681,31947322,282198565,2447183310,20920905369,176852694018,1481626607917,12322682753494,101879323774177,838170485025354,6867569457133749,56077266261254238,456581462147924905,3708426810732166930,30057999226417...
42.647059
477
0.797241
9e754a9a252e829a7a681b54c23db624e766ecc9
6,425
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_3520_468.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_3520_468.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_3520_468.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 %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x10675, %r11 nop and $50676, %r8 movb (%r11), %bl nop nop nop nop nop cmp $34449, %rbx lea addresses_UC_ht+0xdaf5, %r15 nop nop nop nop nop cmp %rax, %rax movups (%r...
36.925287
2,999
0.657276
6b000a9946ad89338659b5ef48b848406fd94013
761
asm
Assembly
oeis/068/A068911.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/068/A068911.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/068/A068911.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A068911: Number of n step walks (each step +/-1 starting from 0) which are never more than 2 or less than -2. ; Submitted by Jamie Morken(s4) ; 1,2,4,6,12,18,36,54,108,162,324,486,972,1458,2916,4374,8748,13122,26244,39366,78732,118098,236196,354294,708588,1062882,2125764,3188646,6377292,9565938,19131876,28697814,5739...
42.277778
489
0.78318
a98fa164ab834fd079b97ab8e77c3a0fc21dc704
1,706
asm
Assembly
src/sprites.asm
Threetwosevensixseven/NextWidescreenImage
ffe0632b36a3b4a5bd87ee3725504b230bf455ec
[ "MIT" ]
5
2018-07-02T11:41:03.000Z
2020-11-01T18:53:44.000Z
src/sprites.asm
Threetwosevensixseven/NextWidescreenImage
ffe0632b36a3b4a5bd87ee3725504b230bf455ec
[ "MIT" ]
null
null
null
src/sprites.asm
Threetwosevensixseven/NextWidescreenImage
ffe0632b36a3b4a5bd87ee3725504b230bf455ec
[ "MIT" ]
null
null
null
; sprites.asm ResetSprites proc ld a, 64 ld h, 0 Loop: ld bc, Sprite_Index_Port ; Set the sprite index (port $303B) dec a out (c), a ; (0 to 63) ...
42.65
114
0.375733
6e5b34b212138095086af754efaf89132abd3ff9
372
asm
Assembly
oeis/349/A349417.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/349/A349417.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/349/A349417.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A349417: a(n) is the Wiener index of a sling on n+1 vertices. ; Submitted by Simon Strandgaard ; 9,18,32,52,79,114,158,212,277,354,444,548,667,802,954,1124,1313,1522,1752,2004,2279,2578,2902,3252,3629,4034,4468,4932,5427,5954,6514,7108,7737,8402,9104,9844,10623,11442,12302,13204,14149,15138,16172,17252,18379,19554,20...
37.2
226
0.739247
7c80467e9b6fb5cc76d4cf8e5563fe4f61d55539
2,039
asm
Assembly
programs/oeis/200/A200872.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/200/A200872.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/200/A200872.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A200872: Number of 0..n arrays x(0..3) of 4 elements without any interior element greater than both neighbors or less than both neighbors. ; 10,37,94,195,356,595,932,1389,1990,2761,3730,4927,6384,8135,10216,12665,15522,18829,22630,26971,31900,37467,43724,50725,58526,67185,76762,87319,98920,111631,125520,140657,157114...
88.652174
1,713
0.836685
8802cf042c28f91726f109db71eb2eed93e98f02
4,847
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_159_1433.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_159_1433.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_159_1433.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x2e6, %rbp nop nop cmp $44397, %r12 mov $0x6162636465666768, %r15 movq %r15, %xmm5 movups %xmm5, (%rbp) nop cmp $3100, %r12 lea addresses_D_ht+0x6c01, %rsi lea addresses_...
23.302885
476
0.656282
0ffc3ec50ca0af321b74c2bdeb98ed8fa4667f49
633
asm
Assembly
oeis/260/A260076.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/260/A260076.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/260/A260076.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A260076: Cyclotomic polynomial value Phi(9,n!). ; Submitted by Jamie Morken(s1) ; 3,3,73,46873,191116801,2985985728001,139314069877248001,16390160963204120064001,4296582355504685658144768001,2283380023591730863569702223872001,2283380023591730815832761109839872000001,4045146997974190235742912149285516869632000001,1207...
70.333333
488
0.886256
88c18bbeb1bde281187bf4497156e4de95c38f72
109
asm
Assembly
Src/Ant8/Tests/aa8/basic/e_hlt_1.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/Tests/aa8/basic/e_hlt_1.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
null
null
null
Src/Ant8/Tests/aa8/basic/e_hlt_1.asm
geoffthorpe/ant-architecture
d85952e3050c352d5d715d9749171a335e6768f7
[ "BSD-3-Clause" ]
1
2020-07-15T04:09:05.000Z
2020-07-15T04:09:05.000Z
# $Id: e_hlt_1.asm,v 1.2 2001/03/22 00:39:00 ellard Exp $ #@ tests for multiple operands in hlt. hlt 1, 2
18.166667
57
0.66055
ca3699efadb20bc18d2c1240a4a1e77897e23cfe
100,720
asm
Assembly
target/cos_117/disasm/iop_overlay1/D40IOR.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
49
2020-10-09T12:29:16.000Z
2022-03-12T02:33:35.000Z
target/cos_117/disasm/iop_overlay1/D40IOR.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
1
2021-12-29T15:59:25.000Z
2021-12-29T15:59:25.000Z
target/cos_117/disasm/iop_overlay1/D40IOR.asm
jrrk2/cray-sim
52c9639808d6890517092637b188282c00cce4f7
[ "BSL-1.0" ]
6
2021-04-12T06:10:32.000Z
2022-02-08T23:11:19.000Z
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0001 (0x000002) 0x2922- f:00024 d: 290 | OR[290] = A 0x0002 (0x000004) 0x291E- f:00024 d: 286 | OR[286] = A 0x0003 (0x000006) 0x2925- f:00024 d: 293 | OR[293] = A ...
79.936508
79
0.47217
4e0f29bc1389bd1a3d8b66383b70383d7e27bfc1
746
asm
Assembly
base/atari/getline.asm
zbyti/Mad-Pascal
546cae9724828f93047080109488be7d0d07d47e
[ "MIT" ]
7
2020-05-02T15:37:57.000Z
2021-02-17T01:59:41.000Z
base/atari/getline.asm
michalkolodziejski/Mad-Pascal
0a7a1e2f379e50b0a23878b0d881ff3407269ed6
[ "MIT" ]
14
2020-05-03T02:02:35.000Z
2020-08-10T08:41:19.000Z
base/atari/getline.asm
michalkolodziejski/Mad-Pascal
0a7a1e2f379e50b0a23878b0d881ff3407269ed6
[ "MIT" ]
5
2020-06-02T18:34:14.000Z
2020-07-09T18:13:44.000Z
/* GETLINE Program czeka, az uzytkownik wpisze ciag znakow z klawiatury i nacisnie klawisz RETURN. Znaki podczas wpisywania sa wyswietlane na ekranie, dzialaja tez normalne znaki kontrolne (odczyt jest robiony z edytora ekranowego). Wywolanie funkcji polega na zaladowaniu adresu, pod jaki maja byc ...
16.577778
92
0.675603
989f5f4335f03f3ff5b6b6025ce5793c289d0f83
59
asm
Assembly
src/main/fragment/mos6502-common/vwum1=vwum1_rol_7.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vwum1=vwum1_rol_7.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vwum1=vwum1_rol_7.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
lda {m1}+1 lsr lda {m1} ror sta {m1}+1 lda #0 ror sta {m1}
6.555556
10
0.59322
55bc597a014239d06cc18b6079335de854908894
41,500
asm
Assembly
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/RFFT_f32_twiddleFactors.asm
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
null
null
null
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/RFFT_f32_twiddleFactors.asm
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
null
null
null
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/RFFT_f32_twiddleFactors.asm
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
1
2021-07-21T08:10:37.000Z
2021-07-21T08:10:37.000Z
;;############################################################################# ;;! \file source/fft/RFFT_f32_twiddleFactors.asm ;; ;;! \brief Twiddle Factors for 1024-pt RFFT ;;! \author Vishal Coelho ;;! \date 23-Apr-2015 ;;! ;; ;; Group: C2000 ;; Target Family: C28x + FPU32 ;; ;;#########################...
74.506284
81
0.605084
047a9897a893d1937953fffea3fdf9f95d66a495
767
asm
Assembly
bootsect.asm
intothevoid/kos
7623de18e5cee28bc9b595a3b056921797288193
[ "MIT" ]
null
null
null
bootsect.asm
intothevoid/kos
7623de18e5cee28bc9b595a3b056921797288193
[ "MIT" ]
null
null
null
bootsect.asm
intothevoid/kos
7623de18e5cee28bc9b595a3b056921797288193
[ "MIT" ]
null
null
null
BITS 16 start: mov ax, 0x07C0 ; Set up 4k stack space add ax, 288 mov ss, ax mov sp, 4096 mov ax, 0x7C0 ; Set data segment to point where we're loaded mov ds, ax mov si, text_string call print_string jmp $ ; Infinite jump, we don't want to execute line text_string... text_string db 'Hello, world of ...
22.558824
92
0.706649
eb030ad75fc4ce78275ca785402d983e57e194ef
8,872
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2512.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_21829_2512.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_21829_2512.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x12d96, %rcx nop nop nop nop nop cmp %r14, %r14 and $0xffffffffffffffc0, %rcx vmovntdqa (%rcx), %ymm3 vextracti128 $0, %ymm3, %xmm3 vpextrq $1, %xmm3, %rax nop xor %r...
30.074576
2,999
0.650023
123d326eaa240753bc6428e8714fc3ea719c143d
274
asm
Assembly
014/04.asm
ilos-vigil/random-script
bf8d45196d4faa6912dc0469a86b8370f43ce7ac
[ "MIT" ]
null
null
null
014/04.asm
ilos-vigil/random-script
bf8d45196d4faa6912dc0469a86b8370f43ce7ac
[ "MIT" ]
null
null
null
014/04.asm
ilos-vigil/random-script
bf8d45196d4faa6912dc0469a86b8370f43ce7ac
[ "MIT" ]
null
null
null
; text with color (bertumpukan) mov ah, 0 mov al, 3 int 10h mov ah, 9 mov al, 'a' mov bh, 0 mov bl, 00101100b ; set warna mov cx, 10 ; jumlah karakter 'a' yg dicetak int 10h mov ah, 9 mov al, 'b' mov bh, 1 mov bl, 01001001b mov cx, 10 int 10h mov ah, 5 mov al, 1 int 10h
11.913043
43
0.664234
5fe891c50d6fc984a4d7d0a88d2e18ead4e98c42
710
asm
Assembly
oeis/096/A096620.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/096/A096620.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/096/A096620.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A096620: Denominator of -3*n + 2*(1+n)*HarmonicNumber(n). ; Submitted by Christian Krause ; 1,1,1,3,6,5,10,35,140,126,1260,1155,13860,12870,12012,45045,360360,340340,2042040,1939938,369512,117572,2586584,7436429,178474296,171609900,1487285800,1434168450,40156716600,38818159380,1164544781400,4512611027925,218793261960...
59.166667
486
0.816901
df32620a862c7fb6614150452ca8995f6beb4aea
1,086
asm
Assembly
ffight/lcs/1p/5.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
ffight/lcs/1p/5.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/1p/5.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 00AD08 clr.b ($5,A6) [1p+ 4] 00AD0C bra $c39e 00AD1E clr.b ($5,A6) [1p+ 4] 00AD22 bra $c3bc 00AD34 clr.b ($5,A6) [1p+ 4] 00AD38 bra $c3da 00AD4A clr.b ($5,A6) [1p+ 4] 00AD4E bra $c416 00AD98 clr.b ($5,A6) [1p+ 4] 00AD9C bra ...
31.028571
54
0.561694
773a5c60d31914a31bbeef1d8fdc18e102d92be4
326
asm
Assembly
macros/rst.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
macros/rst.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
macros/rst.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
FarCall EQU $08 Bankswitch EQU $10 JumpTable EQU $28 farcall: MACRO ; bank, address ld a, BANK(\1) ld hl, \1 rst FarCall ENDM callfar: MACRO ; address, bank ld hl, \1 ld a, BANK(\1) rst FarCall ENDM homecall: MACRO ldh a, [hROMBank] push af ld a, BANK(\1) rst Bankswitch call \1 pop af rst Bankswitch...
12.538462
30
0.674847
4c4f82cb9e77281566b7193f1534735393fb919c
873
asm
Assembly
programs/oeis/158/A158764.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/158/A158764.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/158/A158764.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A158764: 38*(38*n^2-1). ; 1406,5738,12958,23066,36062,51946,70718,92378,116926,144362,174686,207898,243998,282986,324862,369626,417278,467818,521246,577562,636766,698858,763838,831706,902462,976106,1052638,1132058,1214366,1299562,1387646,1478618,1572478,1669226,1768862,1871386,1976798,2085098,2196286,2310362,2427326,...
87.3
782
0.837342
433375a88562c7fbe1a842244a6d074543a5871e
76
asm
Assembly
test/link/vram-fixed-dmg-mode.asm
jmle/rgbds
06aaf5b5712ee81391e9150e96f89c35aee9916e
[ "MIT" ]
522
2017-02-25T21:10:13.000Z
2020-09-13T14:26:18.000Z
test/link/vram-fixed-dmg-mode.asm
jidoc01/rgbds
c8630eee95512bb0361b4dc389a61ee0a5a66875
[ "MIT" ]
405
2017-02-25T21:32:37.000Z
2020-09-13T16:43:29.000Z
test/link/vram-fixed-dmg-mode.asm
jidoc01/rgbds
c8630eee95512bb0361b4dc389a61ee0a5a66875
[ "MIT" ]
84
2017-02-25T21:10:26.000Z
2020-09-13T14:28:25.000Z
SECTION "v0", VRAM, BANK[0] DS $2000 SECTION "v1", VRAM, BANK[1] DS $2000
10.857143
27
0.631579
11cc8111cf401ef5a707db02e65421da9b753232
29,550
asm
Assembly
Library/StreamC/streamCSerial.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/StreamC/streamCSerial.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/StreamC/streamCSerial.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: GEOS MODULE: Libary/StreamC FILE: streamCSerial.asm AUTHOR: John D. Mitchell FUNCTIONS: Scope Name Description ----- ---- ----------- Ext SerialGetDeviceMap Get d...
23.754019
78
0.589171
ea4d654420530d5b799738c2aeb1ad9d8e6fac6c
287
asm
Assembly
oeis/021/A021343.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/021/A021343.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/021/A021343.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A021343: Decimal expansion of 1/339. ; 0,0,2,9,4,9,8,5,2,5,0,7,3,7,4,6,3,1,2,6,8,4,3,6,5,7,8,1,7,1,0,9,1,4,4,5,4,2,7,7,2,8,6,1,3,5,6,9,3,2,1,5,3,3,9,2,3,3,0,3,8,3,4,8,0,8,2,5,9,5,8,7,0,2,0,6,4,8,9,6,7,5,5,1,6,2,2,4,1,8,8,7,9,0,5,6,0,4,7 seq $0,173833 ; 10^n - 3. div $0,339 mod $0,10
41
199
0.54007
7c637560c5040aac08c3b77a3ad42f9a2b640159
2,513
asm
Assembly
44.PIC18_CRC32.X/CRC32.asm
timwuu/Projects
5077922e518a437711a9dbae6c97ca750fe621b2
[ "MIT" ]
null
null
null
44.PIC18_CRC32.X/CRC32.asm
timwuu/Projects
5077922e518a437711a9dbae6c97ca750fe621b2
[ "MIT" ]
null
null
null
44.PIC18_CRC32.X/CRC32.asm
timwuu/Projects
5077922e518a437711a9dbae6c97ca750fe621b2
[ "MIT" ]
null
null
null
#include <xc.inc> ; When assembly code is placed in a psect, it can be manipulated as a ; whole by the linker and placed in memory. ; ; In this example, barfunc is the program section (psect) name, 'local' means ; that the section will not be combined with other sections even if they have ; the same name. class=COD...
21.478632
80
0.625149
60e9eef0d7437a81f258aebcf58a588cc56f663f
461
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_resetTileImages.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_resetTileImages.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_resetTileImages.asm
teknoplop/z88dk
bb03fbfd6b2ab0f397a1358559089f9cd3706485
[ "ClArtistic" ]
1
2019-12-03T23:57:48.000Z
2019-12-03T23:57:48.000Z
; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L ; ; See "bifrost_l.h" for further details ; ---------------------------------------------------------------- ; void BIFROSTL_resetTileImages(void *addr) SECTION code_clib SECTION code_b...
27.117647
66
0.592191
beb9d69eeb7177ef5d9f8487d67d88e7db9f7944
493
asm
Assembly
programs/oeis/008/A008817.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/008/A008817.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/008/A008817.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A008817: Expansion of (1+x^10)/((1-x)^2*(1-x^10)). ; 1,2,3,4,5,6,7,8,9,10,13,16,19,22,25,28,31,34,37,40,45,50,55,60,65,70,75,80,85,90,97,104,111,118,125,132,139,146,153,160,169,178,187,196,205,214,223,232,241,250,261,272,283,294,305,316,327,338,349,360,373,386,399,412,425,438,451,464,477,490,505,520,535,550,565,580,5...
41.083333
362
0.663286
025016bc2b9ea4af1453d7bddbb4cd593dc02722
487
asm
Assembly
2020 Fall E C E 252/HW09/HW09A/hw09A.asm
jsswd888/2020_FALL_UW_MADISON
8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65
[ "MIT" ]
null
null
null
2020 Fall E C E 252/HW09/HW09A/hw09A.asm
jsswd888/2020_FALL_UW_MADISON
8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65
[ "MIT" ]
null
null
null
2020 Fall E C E 252/HW09/HW09A/hw09A.asm
jsswd888/2020_FALL_UW_MADISON
8bfb4616ec8d9c609ef0e15111ac98cfb1af9a65
[ "MIT" ]
null
null
null
.ORIG x2106 START LD R1, VAL0 BRn LABEL1 BRp LABEL2 BRz LABEL3 LABEL1 LD R1, VAL1 BR NEXT LABEL2 LD R1, VAL2 BR NEXT LABEL3 LD R1, VAL3 BR NEXT NEXT BRn LABEL4 BRp LABEL5 BRz LABEL6 LABEL4 LD R1, VAL4 BR DONE LABEL5 LD R1, VAL5 BR DONE LABEL6 LD R1, ...
12.487179
18
0.62423
6339aa4c13cfbc4ea10c270e9abbcfc0c5fbfe8e
1,498
asm
Assembly
programs/oeis/033/A033537.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/033/A033537.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/033/A033537.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A033537: a(n) = n*(2*n+5). ; 0,7,18,33,52,75,102,133,168,207,250,297,348,403,462,525,592,663,738,817,900,987,1078,1173,1272,1375,1482,1593,1708,1827,1950,2077,2208,2343,2482,2625,2772,2923,3078,3237,3400,3567,3738,3913,4092,4275,4462,4653,4848,5047,5250,5457,5668,5883,6102,6325,6552,6783,7018,7257,7500,7747,7998,8253...
187.25
1,428
0.807744
36f4e42d386686366b0b941412b08748f1fb3215
4,660
asm
Assembly
source/system/indirection.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
source/system/indirection.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
source/system/indirection.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : indirection.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ; Authors : Fred Bowen ;...
28.588957
100
0.298712
9bdc7d7d80b0b5e75a1aa38d04e6f2fc1e81d455
1,742
asm
Assembly
programs/oeis/066/A066779.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/066/A066779.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/066/A066779.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A066779: Sum of squarefree numbers <= n. ; 1,3,6,6,11,17,24,24,24,34,45,45,58,72,87,87,104,104,123,123,144,166,189,189,189,215,215,215,244,274,305,305,338,372,407,407,444,482,521,521,562,604,647,647,647,693,740,740,740,740,791,791,844,844,899,899,956,1014,1073,1073,1134,1196,1196,1196,1261,1327,1394,1394,1463,1533,16...
54.4375
1,242
0.716992
4278d9a45a7d14b7404f07261a6fd11df94f628a
9,374
asm
Assembly
Library/Pref/Prefkbd/prefkbd.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/Pref/Prefkbd/prefkbd.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/Pref/Prefkbd/prefkbd.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: prefkbd.asm AUTHOR: Gene Anderson, Aug 25, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Descri...
24.733509
80
0.569234
fabf7d43d09fac98f4cd38051c2f6e9efad538a0
2,448
asm
Assembly
Transynther/x86/_processed/US/_ht_zr_/i3-7100_9_0x84_notsx.log_60_1695.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_ht_zr_/i3-7100_9_0x84_notsx.log_60_1695.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_ht_zr_/i3-7100_9_0x84_notsx.log_60_1695.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xfc82, %rsi lea addresses_normal_ht+0x12162, %rdi nop nop nop nop nop cmp $49244, %r12 mov $11, %rcx rep movsb nop nop nop nop nop xor %r11, %r11 lea addresses_WT_ht+0x14bf2, %rsi ...
19.741935
179
0.656046
cf20554c6686d5f535239566bb7da7a845c2a61a
779
asm
Assembly
oeis/002/A002893.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/002/A002893.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/002/A002893.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A002893: a(n) = Sum_{k=0..n} binomial(n,k)^2 * binomial(2*k,k). ; Submitted by Jon Maiga ; 1,3,15,93,639,4653,35169,272835,2157759,17319837,140668065,1153462995,9533639025,79326566595,663835030335,5582724468093,47152425626559,399769750195965,3400775573443089,29016970072920387,248256043372999089,2129158861755559587,18...
31.16
476
0.766367
cb26ba7542b11bc257fdc5ccf71dd534fc04052f
4,559
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_2129_1698.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_2129_1698.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_2129_1698.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 %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x13f55, %rsi lea addresses_normal_ht+0xda75, %rdi xor %r15, %r15 mov $120, %rcx rep movsw add $56748, %r15 lea addresses_D_ht+0x13985, %r11 nop inc %r14 movl $0x61626364, (%r11) nop nop nop lfen...
51.224719
2,999
0.661549
eb51793e1ecb00fcfde33156ea07a05e365d1825
668
asm
Assembly
oeis/153/A153709.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/153/A153709.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/153/A153709.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A153709: Expansion of (1 + 7*x)/(1 - 11*x - 26*x^2). ; Submitted by Christian Krause ; 1,18,224,2932,38076,495068,6435724,83664732,1087640876,14139332668,183811322124,2389547192732,31064113495276,403833475459068,5249835180926924,68247857352131932,887222145577551276,11533887892508494268,149940542602609770124,194922705...
51.384615
501
0.848802
862330a327b3f05fed8962d014ade529318f2efd
624
asm
Assembly
ffight/lcs/boss/2E.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
ffight/lcs/boss/2E.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
ffight/lcs/boss/2E.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 0041A4 move.b ($2e,A1), ($2e,A6) [boss+10, boss+E, enemy+ E, enemy+10] 0041AA eori.b #$1, ($2e,A6) [boss+2E, enemy+2E] 0041B0 movea.l ($46,A6), A0 [boss+2E, enemy+2E] 0041E2 move.b (A0), ($43,A6) [boss+2E, enemy+2E] 03D3EE move.b #$1, ($2e,A6) [boss+10, b...
36.705882
72
0.621795
54873bdb2fa6e5da932b50147df3604b82c52ee4
526
asm
Assembly
programs/oeis/089/A089241.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/089/A089241.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/089/A089241.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A089241: Even numbers k such that k/2 - 1 is prime. ; 6,8,12,16,24,28,36,40,48,60,64,76,84,88,96,108,120,124,136,144,148,160,168,180,196,204,208,216,220,228,256,264,276,280,300,304,316,328,336,348,360,364,384,388,396,400,424,448,456,460,468,480,484,504,516,528,540,544,556,564,568,588,616,624,628,636,664,676,696,700,7...
65.75
390
0.722433
b99b9634c24560ea39f1c10e9357fd446ac4919d
5,300
asm
Assembly
ASM/FirstPass_WinFlash.asm
Ousret/Asus-WinFlash-Custom
677685d7335af5571680566beb67fedf98819f9e
[ "Unlicense" ]
4
2018-10-16T17:43:28.000Z
2020-12-28T10:21:31.000Z
ASM/FirstPass_WinFlash.asm
Ousret/Asus-WinFlash-Custom
677685d7335af5571680566beb67fedf98819f9e
[ "Unlicense" ]
null
null
null
ASM/FirstPass_WinFlash.asm
Ousret/Asus-WinFlash-Custom
677685d7335af5571680566beb67fedf98819f9e
[ "Unlicense" ]
4
2018-11-18T03:42:11.000Z
2022-01-08T16:43:05.000Z
;Source ASM code ;Version 1 ;ONLY FOR ASUS AMI EFI Firmware ;Change this at your own risk ;Credit goes to Ousret 004014BC SUB_L004014BC: ;Got'ya ;When you press "Flash" btn. 004014BC 55 push ebp 004014BD 8BEC mov ebp,esp 004014B...
56.382979
133
0.571509
23e41aa01fa27836ba0cb4877465a8fdc708dc06
901
asm
Assembly
NandToTetris/projects/04_2/mult/Mult.asm
davejlin/coursera
ac156968c1d886acfb88b699b9c31138f785eb50
[ "Unlicense" ]
null
null
null
NandToTetris/projects/04_2/mult/Mult.asm
davejlin/coursera
ac156968c1d886acfb88b699b9c31138f785eb50
[ "Unlicense" ]
2
2016-12-26T04:13:48.000Z
2020-06-08T01:17:39.000Z
NandToTetris/projects/project4_2/Mult.asm
davejlin/coursera
ac156968c1d886acfb88b699b9c31138f785eb50
[ "Unlicense" ]
null
null
null
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by Nisan and Schocken, MIT Press. // File name: projects/04/Mult.asm // Multiplies R0 and R1 and stores the result in R2. // (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.) // Put your code here....
16.685185
67
0.502775
961e052d5c96fe0ae873044c1db90ef89daf9c3d
374
asm
Assembly
oeis/105/A105188.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/105/A105188.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/105/A105188.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A105188: a(n) = determinant of the n X n matrix m(i,j)=(i+j+3)!/i!/j!. ; Submitted by Jon Maiga ; 1,120,21600,6048000,2540160000,1536288768000,1290482565120000,1460088845107200000,2168231934984192000000,4134095556036526080000000,9931751163822150254592000000,29578560738801240212766720000000 add $0,1 mov $2,$0 seq $0,...
37.4
194
0.745989
e156f7ad8f97b5d54e6f475592cd8d89f3a0b9ec
1,154
asm
Assembly
MySource/30-3 input cmp larg.asm
mdabdullahibnaharun/Assembly-Language
a56500622b961c7ecf9690ad9d2136c3e05ea1f7
[ "MIT" ]
null
null
null
MySource/30-3 input cmp larg.asm
mdabdullahibnaharun/Assembly-Language
a56500622b961c7ecf9690ad9d2136c3e05ea1f7
[ "MIT" ]
null
null
null
MySource/30-3 input cmp larg.asm
mdabdullahibnaharun/Assembly-Language
a56500622b961c7ecf9690ad9d2136c3e05ea1f7
[ "MIT" ]
null
null
null
; You may customize this and other start-up templates; ; The location of this template is c:\emu8086\inc\0_com_template.txt org 100h .model small .data msg1 db 10,13,"Enter First Number : $" msg2 db 10,13,"Enter Second Number : $" msg3 db 10,13,"Enter Third Number : $" num1 d...
13.576471
69
0.442808
536c3e57f3b1f0b93a79fb79e6ca2db2247bc4c1
110
asm
Assembly
libsrc/z80_crt0s/8080/sccz80/l_long_div_u.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/z80_crt0s/8080/sccz80/l_long_div_u.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
libsrc/z80_crt0s/8080/sccz80/l_long_div_u.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
null
null
null
SECTION code_crt_sccz80 PUBLIC l_long_div_u EXTERN l_long_divide l_long_div_u: ld a,1 jp l_long_divide
10
23
0.818182
07f2929ebb4fa34f341f83e76fae6685e733afe1
5,849
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1678.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1678.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1678.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r8 push %r9 push %rdi push %rdx lea addresses_D_ht+0x1ae4c, %r8 clflush (%r8) nop nop nop and %r15, %r15 mov $0x6162636465666768, %r9 movq %r9, %xmm7 movups %xmm7, (%r8) nop xor %rdi, %rdi lea addresses_UC_ht+0x18a50, %r12 and $60037, %rdx...
37.254777
2,999
0.653103
12c631ac7d1730510980b6652b1cdd35f45c1150
1,009
asm
Assembly
oeis/075/A075436.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/075/A075436.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/075/A075436.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A075436: Right- or upward-moving paths connecting opposite corners of an n X n chessboard, visiting the diagonal in 0 up to (n-2) intermediate points between start and finish. Equivalently, subdivide the chessboard into 1 up to (n-1) blocks along the diagonal in all possible ways and sum the path-count over all sub-b...
50.45
495
0.80773
e31f2a20d71fc9bd1b3245eea71c35032cfed948
2,129
asm
Assembly
programs/oeis/285/A285184.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/285/A285184.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/285/A285184.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A285184: a(n) = 2*a(n-1) + a(n-3) with initial terms 1,3,5. ; 1,3,5,11,25,55,121,267,589,1299,2865,6319,13937,30739,67797,149531,329801,727399,1604329,3538459,7804317,17212963,37964385,83733087,184679137,407322659,898378405,1981435947,4370194553,9638767511,21258970969,46888136491,103415040493,228089051955,50306624040...
152.071429
1,854
0.900423
96afaa4817d0f19adb318976d530560164041b57
8,575
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca.log_21829_100.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca.log_21829_100.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca.log_21829_100.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 %r13 push %r15 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x76dd, %rsi sub %r13, %r13 mov $0x6162636465666768, %rcx movq %rcx, (%rsi) nop nop nop nop nop xor $28849, %r13 lea addresses_A_ht+0x1cdd, %rbx nop add %r10, %r10 mov $0x616263...
32.729008
2,999
0.656676
ed6f226aced4cc51918307c20e71571a0f792b95
2,637
asm
Assembly
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_ta_13.asm
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
1
2020-05-15T18:08:48.000Z
2020-05-15T18:08:48.000Z
apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_ta_13.asm
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
null
null
null
apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_ta_13.asm
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
null
null
null
;****************************************************************************** ; MSP430x24x Demo - Timer_A, Toggle P1.1/TA0, Up/Down Mode, DCO SMCLK ; ; Description: Toggle P1.1 using hardware TA0 output. Timer_A is configured ; for up/down mode with TACCR0 defining period, TA0 also output on P1.1. In ; t...
50.711538
81
0.394388
73246e0811a6393fda41c3d0a6551fae1b43cb4d
633
asm
Assembly
oeis/315/A315747.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/315/A315747.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/315/A315747.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A315747: Coordination sequence Gal.6.638.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; Submitted by Simon Strandgaard ; 1,6,12,18,23,29,34,39,45,50,56,62,68,74,80,86,91,97,102,107,113,118,124,130,136,142,148,154,159,165,170,175...
52.75
182
0.742496
6acc1aa2a2f151d1ad95f0fc2f61439ae78c759e
710
asm
Assembly
oeis/281/A281064.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/281/A281064.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/281/A281064.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A281064: Values of x such that x^2 = 5*y^2 + 11, where x and y are positive integers. ; Submitted by Jon Maiga ; 4,16,56,284,1004,5096,18016,91444,323284,1640896,5801096,29444684,104096444,528363416,1867934896,9481096804,33518731684,170131379056,601469235416,3052883726204,10792927505804,54781775692616,193671225869056...
71
495
0.842254
a32fe9b3372d471fb846df23102cca8930bdb79b
152
asm
Assembly
programs/oeis/037/A037206.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/037/A037206.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/037/A037206.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A037206: Duplicate of A065530. ; 0,1,8,3,24,5,48,7,80,9,120,11,168,13,224,15,288,17,360,19,440,21,528 mov $1,1 add $1,$0 gcd $0,2 pow $1,$0 sub $1,1
16.888889
70
0.631579
b06b4b7f5b8eb575833434f24adb71e9b2a95cd1
8,109
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_716.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_716.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_716.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 %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xe951, %r9 nop nop nop nop nop sub $61367, %rax mov (%r9), %di nop nop cmp %rdi, %rdi lea addresses_UC_ht+0x9bfd, %rsi nop xor %r15, %r15 movb $0x61, (%rsi) nop nop add $4314, ...
31.925197
2,999
0.656308