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
118bd98a4364374af7dbb348a21b3beaa3f28241
688
asm
Assembly
programs/oeis/027/A027809.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/027/A027809.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/027/A027809.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A027809: a(n) = 143*(n+1)*C(n+4,13)/2. ; 715,11011,90090,520520,2382380,9189180,31039008,94225560,261891630,675745070,1636014380,3747960216,8180071900,17103786700,34420042800,66927861000,126159017985,231196390425,412918656150,720279159600,1229442013800,2056876004040,3377860886400,5452308061200,8660358006300,135509131...
62.545455
575
0.856105
2c199bfacf8406ccd1c2b6a159f3e318bc980c8f
2,819
asm
Assembly
modules/core/Formatter - Hex.asm
vladikcomper/md-modules
24f652a036dc63f295173369dddfffb3be89bdd7
[ "MIT" ]
9
2018-01-22T06:44:43.000Z
2022-03-26T18:57:40.000Z
modules/core/Formatter - Hex.asm
vladikcomper/md-modules
24f652a036dc63f295173369dddfffb3be89bdd7
[ "MIT" ]
null
null
null
modules/core/Formatter - Hex.asm
vladikcomper/md-modules
24f652a036dc63f295173369dddfffb3be89bdd7
[ "MIT" ]
null
null
null
; =============================================================== ; --------------------------------------------------------------- ; Error handling and debugging modules ; 2016-2017, Vladikcomper ; --------------------------------------------------------------- ; String formatters : Hexidecimal number ; -------------...
29.673684
69
0.545229
3c1f7131de104d3046f97ec5c125affc4f0a5560
570
asm
Assembly
oeis/024/A024008.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/024/A024008.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/024/A024008.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A024008: a(n) = 1 - n^10. ; 1,0,-1023,-59048,-1048575,-9765624,-60466175,-282475248,-1073741823,-3486784400,-9999999999,-25937424600,-61917364223,-137858491848,-289254654975,-576650390624,-1099511627775,-2015993900448,-3570467226623,-6131066257800,-10239999999999,-16679880978200,-26559922791423,-41426511213648,-63403...
63.333333
491
0.805263
d2eefd2e89ceca58862e0597223de3e84ca89316
3,011
nasm
Assembly
Assignment-1/bindShell.nasm
xMilkPowderx/SLAE-Code
da0c6e9d0feacd3814b6954b3fd3af5ce1bbaffb
[ "MIT" ]
1
2021-04-22T06:37:00.000Z
2021-04-22T06:37:00.000Z
Assignment-1/bindShell.nasm
xMilkPowderx/SLAE-Code
da0c6e9d0feacd3814b6954b3fd3af5ce1bbaffb
[ "MIT" ]
null
null
null
Assignment-1/bindShell.nasm
xMilkPowderx/SLAE-Code
da0c6e9d0feacd3814b6954b3fd3af5ce1bbaffb
[ "MIT" ]
1
2020-01-23T15:45:18.000Z
2020-01-23T15:45:18.000Z
;Filename: bindShell.nasm ;Author: Jonathan So ;Student ID: SLAE-1470 ;SLAE-Exercise 1 global _start section .text _start: ;First, we will need to create a socket ; ; socketcall(int call, socket(int domain, int type, int protocol) ; eax: ebx: ecx: ; 0x66 call = 0x1 (SYS_SOCKET) *args = {domain = 0x2 (A...
34.215909
133
0.7001
0329b08a352859b597a8f2562a1ee3d85fa349e2
398
asm
Assembly
programs/oeis/078/A078835.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/078/A078835.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/078/A078835.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A078835: Sum of the divisors of the average of consecutive odd primes. ; 7,12,13,28,24,39,32,42,72,54,56,96,78,93,120,168,127,96,195,140,121,132,128,156,216,192,280,152,360,176,204,288,403,372,288,378,288,324,372,546,384,508,336,468,252,256,403,560,384,420,744,504,384,588,480 seq $0,24675 ; Average of two consecutiv...
56.857143
205
0.698492
f464ce59e6516cac6073f8c4ebff1f25e5ce3ee6
388
asm
Assembly
programs/oeis/040/A040414.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/040/A040414.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/040/A040414.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A040414: Continued fraction for sqrt(435). ; 20,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1,40,1,5,1 cal $0,40546 ; Continued fraction for sqrt(570). mov $1,$0 cal $1,47297 ; Numbers t...
38.8
190
0.610825
93ed26c348f0e8e04d32b83fdc0cd77e155f4229
1,476
asm
Assembly
assemblylabarray2/3duplicate.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
assemblylabarray2/3duplicate.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
assemblylabarray2/3duplicate.asm
zaoad/assembly-
09b282351ae46efe746bf647ccf2834433f9b177
[ "MIT" ]
null
null
null
segment .data a: dq 0 b: dq 0 cnt: dq 0 cnt1: dq 0 temp: dq 0 fmt: dq "%lld ",10,0 fmt_in: dq "%lld", 0 fmt_out: dq " the number is exist already : %lld more unique number required ",10,0 fmt_add: dq " add to array : %lld more unique number required " ,10, 0 newline: dq " " ,10,0 segment .bss array resq 100 unique res...
13.794393
84
0.663957
e664a20387dbc5795c6a5d7041da6b5fa5b17dbf
6,037
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_133.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_133.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_133.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 %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x16d9b, %rsi lea addresses_normal_ht+0x1d9db, %rdi nop nop nop nop dec %r8 mov $112, %rcx rep movsw nop nop nop nop and $34358, %r8 lea addresses_UC_ht+0x15a8b, %rbp nop xor $...
41.349315
2,999
0.662912
a270bc90976f91d8a5c81c759a373475da7fee94
3,567
asm
Assembly
Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_448_867.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_448_867.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca_notsx.log_448_867.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 %r8 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0xaff3, %rsi lea addresses_normal_ht+0x17233, %rdi nop nop nop nop add %r13, %r13 mov $79, %rcx rep movsq nop nop nop and %r11, %r11 lea addresses_WC_ht+0x6ab3, %rsi lea addresses_A_ht+0...
30.75
1,343
0.660779
c99a23d079d312f56d0c60ed6aa3df1f2cecd475
416
asm
Assembly
programs/oeis/186/A186189.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/186/A186189.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/186/A186189.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A186189: least k such that A074286^(k)(n)=1 where a^(k)=a(a^(k-1)). ; 1,1,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7 mov $2,$0 add $0,4 trn $2,3 add $2,$0 add $2,$0 mov $0,2 sub $2,3 add $0,$2...
18.909091
173
0.516827
d52a723787abae242f422d70835f07de388767f0
561
asm
Assembly
programs/oeis/169/A169960.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/169/A169960.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/169/A169960.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A169960: Binomial(11n,n). ; 1,11,231,5456,135751,3478761,90858768,2404808340,64276915527,1731030945644,46897636623981,1276749965026536,34898565177533200,957150015393611193,26327386978706181060,725971390105457325456,20062118235172477959495,555476984964439251664995,15406114558482236881576284,427936041510109397793688160...
70.125
491
0.898396
054c8aa4de38a540ac2e1b155f9fa1386207a567
405
asm
Assembly
oeis/044/A044131.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/044/A044131.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/044/A044131.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A044131: Numbers n such that string 4,5 occurs in the base 6 representation of n but not of n-1. ; Submitted by Jamie Morken(s4) ; 29,65,101,137,173,209,245,281,317,353,389,425,461,497,533,569,605,641,677,713,749,785,821,857,893,929,965,1001,1037,1109,1145,1181,1217,1253,1289,1325,1361,1397,1433,1469,1505,1541,1577,1...
36.818182
212
0.725926
944e4c0a94793f289f88d07bf958ae75b47c5c96
379
asm
Assembly
oeis/229/A229702.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/229/A229702.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/229/A229702.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A229702: Expansion of 1/((1-x)^4*(1-6x)). ; Submitted by Jamie Morken(s2) ; 1,10,70,440,2675,16106,96720,580440,3482805,20897050,125382586,752295880,4513775735,27082654970,162495930500,974975583816,5849853503865,35099121024330,210594726147310,1263568356885400,7581410141314171 add $0,1 lpb $0 sub $0,1 add $4,1 ...
25.266667
202
0.728232
97013f1e6d99d2f2284d282780510f78eaa02b53
376
asm
Assembly
programs/oeis/171/A171226.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/171/A171226.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/171/A171226.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A171226: 9+10^n+9*100^n. ; 19,919,90109,9001009,900010009,90000100009,9000001000009,900000010000009,90000000100000009,9000000001000000009,900000000010000000009,90000000000100000000009,9000000000001000000000009,900000000000010000000000009,90000000000000100000000000009 mov $1,10 pow $1,$0 mul $1,9 add $1,1 bin $1,2 di...
25.066667
242
0.800532
ef090a294aa2fee458416c3de5014cd0fff3c1ca
464
asm
Assembly
programs/oeis/025/A025800.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/025/A025800.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/025/A025800.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A025800: Expansion of 1/((1-x^2)(1-x^3)(1-x^11)). ; 1,0,1,1,1,1,2,1,2,2,2,3,3,3,4,4,4,5,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,13,13,14,15,15,16,17,17,18,19,19,21,21,22,23,24,24,26,26,27,28,29,30,31,32,33,34,35,36,37,38 mov $3,2 mov $5,$0 lpb $3,1 mov $0,$5 sub $3,1 add $0,$3 sub $0,1 cal $0,29005 ; Expansion ...
20.173913
165
0.530172
5d6ba6ae5fc0ca0fdd9456efb1e06363fade9c1d
6,983
asm
Assembly
Controller_Software/Tut2- PWM Interrupts and Sine Wave Generation/dsp/SGEN/v101/source/C28x_SGEN_LIB/tzdlgc.asm
equinoxorg/Micro-Hydro-ELC
242d1e07ae4defe1c675bc45748f24709c9eba0d
[ "CC-BY-3.0" ]
2
2017-04-05T13:08:33.000Z
2018-02-06T22:35:38.000Z
Controller_Software/Tut2- PWM Interrupts and Sine Wave Generation/dsp/SGEN/v101/source/C28x_SGEN_LIB/tzdlgc.asm
equinoxorg/Micro-Hydro-ELC
242d1e07ae4defe1c675bc45748f24709c9eba0d
[ "CC-BY-3.0" ]
null
null
null
Controller_Software/Tut2- PWM Interrupts and Sine Wave Generation/dsp/SGEN/v101/source/C28x_SGEN_LIB/tzdlgc.asm
equinoxorg/Micro-Hydro-ELC
242d1e07ae4defe1c675bc45748f24709c9eba0d
[ "CC-BY-3.0" ]
5
2015-11-14T21:53:00.000Z
2021-01-12T01:02:28.000Z
; ======================================================================== ; This software is licensed for use with Texas Instruments C28x ; family DSCs. This license was provided to you prior to installing ; the software. You may review this license by consulting a copy of ; the agreement in the doc directory of...
38.368132
81
0.334384
2134428897605b37bd96e67847d2e6ab0bbae9be
47,075
asm
Assembly
wc.asm
cassianomaia/SO1-P2
8152b4bb2e60b2907f1c34d77ff4b739b6da73be
[ "MIT-0" ]
null
null
null
wc.asm
cassianomaia/SO1-P2
8152b4bb2e60b2907f1c34d77ff4b739b6da73be
[ "MIT-0" ]
null
null
null
wc.asm
cassianomaia/SO1-P2
8152b4bb2e60b2907f1c34d77ff4b739b6da73be
[ "MIT-0" ]
null
null
null
_wc: file format elf32-i386 Disassembly of section .text: 00001000 <wc>: char buf[512]; void wc(int fd, char *name) { 1000: 55 push %ebp 1001: 89 e5 mov %esp,%ebp 1003: 83 ec 48 sub $0x48,%esp int i, n; int l, w, c, inword; l = w = c =...
38.365933
63
0.416888
8eb290914974c23f4e644a5486813a56fe500d64
713
asm
Assembly
oeis/117/A117216.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/117/A117216.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/117/A117216.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A117216: Number of points in the standard root system version of the D_4 lattice having L_infinity norm n. ; Submitted by Jon Maiga ; 1,40,272,888,2080,4040,6960,11032,16448,23400,32080,42680,55392,70408,87920,108120,131200,157352,186768,219640,256160,296520,340912,389528,442560,500200,562640,630072,702688,780680,864...
50.928571
493
0.805049
8a9dbc3f93419d93fe09f742dc27c7e6fbcff29b
320
asm
Assembly
programs/oeis/117/A117575.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/117/A117575.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/117/A117575.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A117575: Expansion of (1-x^3)/((1-x)*(1+2*x^2)). ; 1,1,-1,-2,2,4,-4,-8,8,16,-16,-32,32,64,-64,-128,128,256,-256,-512,512,1024,-1024,-2048,2048,4096,-4096,-8192,8192,16384,-16384,-32768,32768,65536,-65536,-131072,131072,262144,-262144,-524288,524288 sub $2,$0 div $0,2 mov $1,-2 pow $1,$0 gcd $2,2 dif $1,$2 mov $0,$1
29.090909
199
0.621875
89ca619de746347dfea2052821731638f373035e
165
asm
Assembly
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_at.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_at.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_at.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; int b_vector_at(b_vector_t *v, size_t idx) SECTION code_clib SECTION code_adt_b_vector PUBLIC _b_vector_at EXTERN _b_array_at defc _b_vector_at = _b_array_at
13.75
44
0.824242
150fa7263547b996f0dbe9c686184d79e46a1e5c
2,537
asm
Assembly
Source/ZUIDSTCK.asm
walmartlabs/zFAM
f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5
[ "Apache-2.0" ]
21
2018-04-17T15:37:29.000Z
2021-09-26T20:19:16.000Z
Source/ZUIDSTCK.asm
wizardofzos/zFAM
f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5
[ "Apache-2.0" ]
null
null
null
Source/ZUIDSTCK.asm
wizardofzos/zFAM
f57e36adec60c0c03d2fb86cd944b2ce0c43f8f5
[ "Apache-2.0" ]
9
2016-12-02T16:08:12.000Z
2017-10-27T04:07:02.000Z
* * PROGRAM: ZUIDSTCK * AUTHOR: Randy Frerking. * DATE: June 29, 2014 * COMMENTS: Get STCKE TOD for COBOL program. * * *********************************************************************** * Application dynamic storage area - start * **************************************...
35.732394
71
0.261726
155390fef5fca2eeb04f0a95e597832eecfde5c5
477
asm
Assembly
programs/oeis/246/A246030.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/246/A246030.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/246/A246030.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A246030: a(n) = (5*2^(2*n)+(-2)^(n+1))/3. ; 1,8,24,112,416,1728,6784,27392,109056,437248,1746944,6991872,27959296,111853568,447381504,1789591552,7158235136,28633202688,114532286464,458130194432,1832518680576,7330078916608,29320307277824,117281245888512,469124949999616,1876499867107328,7505999334211584 mov $1,-2 pow ...
21.681818
260
0.708595
89df657628bef01a0ef9187e49c1b71ac0133bfb
420
asm
Assembly
programs/oeis/278/A278741.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/278/A278741.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/278/A278741.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A278741: Odd numbers n such that tau(n-1) is a prime. ; 3,5,17,65,1025,4097,65537,262145,4194305,268435457,1073741825,68719476737,1099511627777,4398046511105,70368744177665,4503599627370497,288230376151711745,1152921504606846977,73786976294838206465,1180591620717411303425,4722366482869645213697 seq $0,6005 ; The odd...
35
241
0.797619
daf7d09b0fa2604e2fb1942a5fac729fd91c751e
5,196
asm
Assembly
Transynther/x86/_processed/NONE/_st_un_/i7-8650U_0xd2.log_11742_1253.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_un_/i7-8650U_0xd2.log_11742_1253.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_un_/i7-8650U_0xd2.log_11742_1253.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 %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x14873, %rsi lea addresses_D_ht+0x18a93, %rdi nop nop nop nop inc %r9 mov $56, %rcx rep movsl and $45633, %r9 lea addresses_UC_ht+0x1da13, %rsi lea addresses_A_ht+0x1ea13, %rdi cmp %rbp, %rbp mov $109, %rc...
43.663866
2,999
0.661085
746a3e40c7da02d7cc2200c9991ebfabca2f1120
1,988
asm
Assembly
E91.asm
SEUGaoJiajun/microcomputer
52ae69e576b53ccb7e80b3dd8715dec88fc7aec6
[ "MIT" ]
null
null
null
E91.asm
SEUGaoJiajun/microcomputer
52ae69e576b53ccb7e80b3dd8715dec88fc7aec6
[ "MIT" ]
null
null
null
E91.asm
SEUGaoJiajun/microcomputer
52ae69e576b53ccb7e80b3dd8715dec88fc7aec6
[ "MIT" ]
null
null
null
DATA SEGMENT BUFFER DB 11 DB ? DB 10 DUP(?) STIME DB 0DH,0AH DB 8 DUP(?) DB '$' DATA ENDS CODE SEGMENT ASSUME CS:CODE,DS:DATA BEGIN: MOV AX,DATA MOV DS,AX MOV DL,':' MOV AH,2 INT 21H MOV DX,OFFSET BUFFER MOV AH,0AH INT 21H MOV BX,OFFSET BUFFER+2 MOV AL,[BX] AND AL,0FH MOV ...
12.048485
31
0.581489
5c0b72943b6fe923e26ce387977e945c86e5ed9b
179
asm
Assembly
nasm/you_cant_code_under_pressure_#1_53ee5429ba190077850011d4.asm
p85/codewars-solutions
b4a5073b0c21f64e50e975416526ba5dd58019fc
[ "MIT" ]
null
null
null
nasm/you_cant_code_under_pressure_#1_53ee5429ba190077850011d4.asm
p85/codewars-solutions
b4a5073b0c21f64e50e975416526ba5dd58019fc
[ "MIT" ]
null
null
null
nasm/you_cant_code_under_pressure_#1_53ee5429ba190077850011d4.asm
p85/codewars-solutions
b4a5073b0c21f64e50e975416526ba5dd58019fc
[ "MIT" ]
null
null
null
SECTION .text global double_integer double_integer: mov eax,edi cmp eax,0d mov bx,2d jge positive neg eax mul bx neg eax jmp end positive: mul bx end: ret
11.1875
21
0.681564
68f6b803ee8b43b8a7744c207520ef9d3570dea3
6,908
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_900.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_900.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_900.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 %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x8daa, %r15 nop nop nop nop xor $13543, %rbx mov $0x6162636465666768, %rsi movq %rsi, %xmm6 movups %xmm6, (%r15) nop nop nop inc %rdi lea addresses_D_ht+0xa0e, %r12 sub %r10,...
34.368159
2,999
0.659959
895462533d10acee693770c8a185b2ac8120d23b
479
asm
Assembly
oeis/073/A073881.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/073/A073881.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/073/A073881.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A073881: a(n) = smallest number m (obviously prime) such that pi(m) = 2*pi(n). ; 1,3,7,7,13,13,19,19,19,19,29,29,37,37,37,37,43,43,53,53,53,53,61,61,61,61,61,61,71,71,79,79,79,79,79,79,89,89,89,89,101,101,107,107,107,107,113,113,113,113,113,113,131,131,131,131,131,131,139,139,151,151 seq $0,720 ; pi(n), the number o...
59.875
205
0.686848
5e88344ad3d22731fb440324fe5e2aeb4ad343b7
146
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/kart-apu.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/kart-apu.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/kart-apu.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: kart-apu.asm Type: file Size: 33859 Last-Modified: '1992-08-06T07:16:29Z' SHA-1: C4E070FC2CE65A68977D68DCC14A43E063138C5D Description: null
20.857143
47
0.808219
b509d31808294172340649a92edfe9556b180e7e
512
asm
Assembly
oeis/026/A026728.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/026/A026728.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/026/A026728.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A026728: a(n) = number of primes of the form k*(n-k) + 1. ; Submitted by Christian Krause ; 0,1,1,1,2,0,3,2,1,1,4,1,6,1,1,2,8,1,5,3,1,4,7,1,7,1,4,5,8,0,10,6,2,2,7,1,9,8,4,4,14,1,16,3,3,5,12,3,7,7,4,11,21,0,11,4,7,6,11,2,12,9,7,10,7,1,22,7,7,5,17,3,23,10,2,9,19,2,19,8,5,8,23,1,16,6,4,11,14,4,16,12,9,5,12 mov $3,$0 ad...
30.117647
214
0.580078
20b9a9a7402b586438d56fbd3ec996ba1da53fb8
234
asm
Assembly
src/res/music/song_table.asm
Xeyler/gb-hello-world
f8a10a3589caab9d3d183d459cdfd070c1d73070
[ "MIT" ]
null
null
null
src/res/music/song_table.asm
Xeyler/gb-hello-world
f8a10a3589caab9d3d183d459cdfd070c1d73070
[ "MIT" ]
null
null
null
src/res/music/song_table.asm
Xeyler/gb-hello-world
f8a10a3589caab9d3d183d459cdfd070c1d73070
[ "MIT" ]
null
null
null
add_song: MACRO .\1:: db BANK(\1) dw \1 ; The song bank must be representable with a single byte ASSERT BANK(\1) <= $FF ENDM SECTION "song table", ROMX song_table:: add_song ryukenden add_song wild_pokemon_appear add_song uwu
14.625
56
0.730769
f9cbbeaf25cfbe9f120aa5b351d9dcc0c50af844
189
nasm
Assembly
MdePkg/pcdhack.nasm
Zero-Tang/EDK-II-Library
18462d4d1fe318f3e89a03fc1ad7341d33902665
[ "MIT" ]
7
2020-09-02T14:57:52.000Z
2022-03-11T09:07:02.000Z
MdePkg/pcdhack.nasm
Zero-Tang/EDK-II-Library
18462d4d1fe318f3e89a03fc1ad7341d33902665
[ "MIT" ]
null
null
null
MdePkg/pcdhack.nasm
Zero-Tang/EDK-II-Library
18462d4d1fe318f3e89a03fc1ad7341d33902665
[ "MIT" ]
3
2020-09-04T14:06:11.000Z
2021-07-19T10:57:04.000Z
%define ASM_PFX(a) a %define PcdGet32(a) _gPcd_FixedAtBuild_ %+ a %define THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 0x00000002 %define THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL 0x00000004
31.5
60
0.857143
1aff365ae5b8aeaa5727f0baf9ea9aed216f5aec
1,993
asm
Assembly
programs/oeis/033/A033539.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/033/A033539.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/033/A033539.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A033539: a(0)=1, a(1)=1, a(2)=1, a(n) = 2*a(n-1) + a(n-2) + 1. ; 1,1,1,4,10,25,61,148,358,865,2089,5044,12178,29401,70981,171364,413710,998785,2411281,5821348,14053978,33929305,81912589,197754484,477421558,1152597601,2782616761,6717831124,16218279010,39154389145,94527057301,228208503748,550944064798,1330096633345,321...
221.444444
1,843
0.912694
8559af450314bff5439db217702b1be19e33360e
1,370
asm
Assembly
src/mappers/mapper11.asm
ddp34/neon64v2
f887944762b402ee372111e53ef6808bddd30ddb
[ "ISC" ]
36
2020-07-08T11:27:17.000Z
2022-03-15T08:38:52.000Z
src/mappers/mapper11.asm
ddp34/neon64v2
f887944762b402ee372111e53ef6808bddd30ddb
[ "ISC" ]
19
2020-07-12T23:14:03.000Z
2021-12-14T07:57:40.000Z
src/mappers/mapper11.asm
ddp34/neon64v2
f887944762b402ee372111e53ef6808bddd30ddb
[ "ISC" ]
6
2021-07-17T09:57:46.000Z
2022-03-13T07:50:25.000Z
// Mapper 11: Color Dreams scope Mapper11: { Init: addi sp, 8 sw ra, -8(sp) // 32K jal TLB.AllocateVaddr lui a0, 0x1'0000 >> 16 // align 64K to leave a 32k guard page unmapped ls_gp(sw a0, mapper11_prgrom_vaddr) ls_gp(sb a1, mapper11_prgrom_tlb_index) // 0x8000-0x1'0000 addi t0, a0, -0x8000 la_gp(t...
17.125
73
0.651825
84bb471c4205805e5b1e4478092a34d52071ba80
141
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/demo.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/demo.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/demo.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: demo.asm Type: file Size: 7075 Last-Modified: '1992-11-18T01:48:27Z' SHA-1: A0376E84CCFE0EE836CE249F891A99E642295D48 Description: null
20.142857
47
0.808511
9ae01482808f309612578c51b26eb3915d904a8e
437
asm
Assembly
programs/oeis/234/A234904.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/234/A234904.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/234/A234904.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A234904: a(n)*Pi is the total length of irregular spiral (center points: 2, 1, 3) after n rotations. ; 3,12,18,21,30,36,39,48,54,57,66,72,75,84,90,93,102,108,111,120,126,129,138,144,147,156,162,165,174,180,183,192,198,201,210,216,219,228,234,237,246,252,255,264,270,273,282,288,291,300,306,309,318,324,327,336,342,345,...
36.416667
256
0.688787
ce6c02eea59b1ebf52f22f013919d2a17acc1bdb
5,604
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i7-7700_9_0x48_notsx.log_21829_1850.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i7-7700_9_0x48_notsx.log_21829_1850.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_zr_4k_/i7-7700_9_0x48_notsx.log_21829_1850.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x2761, %rcx nop cmp %r14, %r14 and $0xffffffffffffffc0, %rcx movntdqa (%rcx), %xmm0 vpextrq $0, %xmm0, %rbx nop nop nop nop nop add %rbp, %rbp lea addresses_WC_ht+0xcc39, %rsi lea addr...
36.627451
2,999
0.657388
c2fcc03f6748a5e48cc61cef996052ca94f9526b
12,455
asm
Assembly
P6/data_P6_2/ALUTest115.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
1
2022-01-23T09:24:47.000Z
2022-01-23T09:24:47.000Z
P6/data_P6_2/ALUTest115.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
P6/data_P6_2/ALUTest115.asm
alxzzhou/BUAA_CO_2020
b54bf367081a5a11701ebc3fc78a23494aecca9e
[ "Apache-2.0" ]
null
null
null
andi $1,$4,8027 sh $3,4($0) lh $3,14($0) xori $4,$4,3757 sltu $3,$5,$3 sltiu $4,$5,14899 addu $3,$4,$3 nor $1,$4,$3 slti $3,$3,-27990 lh $4,4($0) slti $4,$6,-30725 sh $4,2($0) slt $3,$3,$3 srlv $5,$5,$3 andi $5,$6,2660 addu $5,$3,$3 sra $3,$4,29 slt $4,$3,$3 subu $5,$4,$3 addu $4,$4,$3 or $3,$6,$3 addiu $3,$1,28685 srl...
14.010124
18
0.518507
1e13cb0faddd25f13275fdfa09a652e746b81d84
165
asm
Assembly
code/occupying/t1.asm
KongoHuster/assembly-exercise
1c4a44c60c0e93a1350ed4f887aeaf1414702a51
[ "0BSD" ]
1
2021-08-20T03:57:29.000Z
2021-08-20T03:57:29.000Z
code/occupying/t1.asm
KongoHuster/assembly-exercise
1c4a44c60c0e93a1350ed4f887aeaf1414702a51
[ "0BSD" ]
null
null
null
code/occupying/t1.asm
KongoHuster/assembly-exercise
1c4a44c60c0e93a1350ed4f887aeaf1414702a51
[ "0BSD" ]
null
null
null
.data ARRAY dw 23,36,2,100,32000,54,0 ZERO dw ? .code start: mov ax,@data mov ds,ax mov bx,offset ARRAY mov [bx+14],0 mov bx,offset ARRAY[12] mov [bx+2],0 end start
12.692308
31
0.69697
2fb950af5ca0d250ba4f58448cde4a4554424a8a
838
asm
Assembly
oeis/094/A094687.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/094/A094687.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/094/A094687.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A094687: Convolution of Fibonacci and Jacobsthal numbers. ; 0,0,1,2,6,13,30,64,137,286,594,1221,2498,5084,10313,20858,42094,84797,170582,342760,688105,1380390,2767546,5546037,11109786,22248228,44542825,89160674,178442742,357081901,714481614,1429477456,2859786953,5720920174,11444018658,22891561893,45788826674,91586880...
29.928571
486
0.731504
3fc190992c61af8b5f15568ba2e3a274773fd08c
688
asm
Assembly
oeis/330/A330390.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/330/A330390.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/330/A330390.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A330390: G.f.: (1 + 15*x) / (1 - 2*x - 17*x^2). ; Submitted by Jamie Morken(s3) ; 1,17,51,391,1649,9945,47923,264911,1344513,7192513,37241747,196756215,1026622129,5398099913,28248776019,148265250559,776759693441,4074028646385,21352972081267,111964431151079,586929387683697,3077254104935737,16132307800494323,8457793538...
43
495
0.80814
f17ef38c5918cb69548386974197635f90a49d06
269
asm
Assembly
06/5-b/program4/Rect.asm
AbstractXan/ComputerSystemDesignLab
2851da683e4e894be66463dcc29a9fa6ba0538b6
[ "MIT" ]
null
null
null
06/5-b/program4/Rect.asm
AbstractXan/ComputerSystemDesignLab
2851da683e4e894be66463dcc29a9fa6ba0538b6
[ "MIT" ]
null
null
null
06/5-b/program4/Rect.asm
AbstractXan/ComputerSystemDesignLab
2851da683e4e894be66463dcc29a9fa6ba0538b6
[ "MIT" ]
null
null
null
@10 D=A @INFINITE_LOOP D;JLE @counter M=D @SCREEN D=A @address M=D (LOOP) @address A=M M=-1 @address D=M @32 D=D+A @address M=D @counter MD=M-1 @LOOP D;JGT (INFINITE_LOOP) @INFINITE_LOOP 0;JMP
9.607143
17
0.498141
031425ab7d43685feeda4cf615bf079379740954
387
asm
Assembly
programs/oeis/212/A212346.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/212/A212346.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/212/A212346.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A212346: Sequence of coefficients of x^0 in marked mesh pattern generating function Q_{n,132}^(0,4,0,0)(x). ; 1,1,2,5,14,28,48,75,110,154,208,273,350,440,544,663,798,950,1120,1309,1518,1748,2000,2275,2574,2898,3248,3625,4030,4464,4928,5423,5950,6510,7104,7733 mov $1,1 lpb $0 sub $0,1 add $3,1 add $2,$3 sub $...
22.764706
151
0.664083
c24be911b442d70a61de29bf8ad1877c91cfaaa2
452
asm
Assembly
programs/oeis/243/A243111.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/243/A243111.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/243/A243111.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A243111: Difference between the smallest triangular number >= n-th prime and the n-th prime. ; 1,0,1,3,4,2,4,2,5,7,5,8,4,2,8,2,7,5,11,7,5,12,8,2,8,4,2,13,11,7,9,5,16,14,4,2,14,8,4,17,11,9,19,17,13,11,20,8,4,2,20,14,12,2,19,13,7,5,23,19,17,7,18,14,12,8,20,14,4,2,25,19,11,5,27,23,17,9,5,26,16,14,4,2,26,22,16,8,4,2,29,1...
75.333333
246
0.628319
e8ed16c56c85558266c4a24b7ce1509dd566c3e8
689
asm
Assembly
Irvine/Examples/ch10/Struct2.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
Irvine/Examples/ch10/Struct2.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
Irvine/Examples/ch10/Struct2.asm
alieonsido/ASM_TESTING
4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7
[ "Apache-2.0" ]
null
null
null
; Nested Structures (Struct2.asm) ; This program shows how to declare nested ; structures, and how to access the members. INCLUDE Irvine32.inc Rectangle STRUCT UpperLeft COORD <> LowerRight COORD <> Rectangle ENDS .data rect1 Rectangle <> rect2 Rectangle { } rect3 Rectangle { {10,20}, {5,15} } rect4 ...
19.138889
46
0.724238
7afa93f0d3eeb948ba85253dfe8b6c111e867f96
3,205
asm
Assembly
asm_func.asm
toku-sa-n/my_cpp_os
a2044a2daee305450b68c1a34527935aa8c0ca2a
[ "MIT" ]
null
null
null
asm_func.asm
toku-sa-n/my_cpp_os
a2044a2daee305450b68c1a34527935aa8c0ca2a
[ "MIT" ]
null
null
null
asm_func.asm
toku-sa-n/my_cpp_os
a2044a2daee305450b68c1a34527935aa8c0ca2a
[ "MIT" ]
null
null
null
[bits 32] global IoHlt global IoCli global IoSti global IoStiHlt global IoIn8 global IoIn16 global IoIn32 global IoOut8 global IoOut16 global IoOut32 global IoLoadEflags global IoStoreEflags global LoadGdtr global LoadIdtr global AsmInterruptHandler21 ...
16.269036
88
0.633385
76da832299b7cc33f8d635bfd288aee6fda8d5e9
3,354
asm
Assembly
external/source/shellcode/linux/ia32/stager_sock_bind6.asm
madhavarao-yejarla/VoIP
3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e
[ "Apache-2.0", "BSD-3-Clause" ]
35
2015-08-08T07:23:38.000Z
2021-04-07T18:00:44.000Z
external/source/shellcode/linux/ia32/stager_sock_bind6.asm
madhavarao-yejarla/VoIP
3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e
[ "Apache-2.0", "BSD-3-Clause" ]
1
2019-02-12T12:13:53.000Z
2019-02-12T12:13:53.000Z
external/source/shellcode/linux/ia32/stager_sock_bind6.asm
fozavci/metasploit-framework-with-viproy
3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e
[ "Apache-2.0", "BSD-3-Clause" ]
23
2015-08-11T05:07:47.000Z
2020-11-06T03:55:10.000Z
;; ; ; Name: stager_sock_bind6 ; Qualities: Can Have Nulls ; Version: $Revision: 1607 $ ; License: ; ; This file is part of the Metasploit Exploit Framework ; and is subject to the same licenses and copyrights as ; the rest of this package. ; ; Description: ; ; ...
29.421053
87
0.610018
1f7cd4d6e4838a1d25442930502db1ecca52fe88
3,803
asm
Assembly
Altair101/asm/programs/opXra.asm
tigerfarm/arduino
e51f111a092fe6737646b146a825f4eecbd05d44
[ "OLDAP-2.4", "OLDAP-2.7" ]
2
2021-12-12T23:27:10.000Z
2022-02-17T14:01:21.000Z
Altair101/asm/programs/opXra.asm
tigerfarm/arduino
e51f111a092fe6737646b146a825f4eecbd05d44
[ "OLDAP-2.4", "OLDAP-2.7" ]
null
null
null
Altair101/asm/programs/opXra.asm
tigerfarm/arduino
e51f111a092fe6737646b146a825f4eecbd05d44
[ "OLDAP-2.4", "OLDAP-2.7" ]
4
2021-08-29T19:55:49.000Z
2022-02-15T08:30:15.000Z
; -------------------------------------- ; Test XRA. ; Exclusive OR a register, with register with A. ; ; A or B, but not, A and B ; 01010001 ...
30.669355
76
0.309493
03585baf07baca8612b59e572818c7cb174b621a
319
asm
Assembly
programs/oeis/081/A081106.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/081/A081106.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/081/A081106.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A081106: 6th binomial transform of (1,1,0,0,0,0,...). ; 1,7,48,324,2160,14256,93312,606528,3919104,25194240,161243136,1027924992,6530347008,41358864384,261213880320,1645647446016,10344069660672,64885527871488,406239826673664,2538998916710400 mov $1,$0 lpb $0,1 sub $0,1 add $1,5 mul $1,6 lpe div $1,6 add $1,1
26.583333
187
0.749216
763f9946bf9dabdab951fc654e743e7592a6a5c2
531
asm
Assembly
solutions/34 - Seek and Destroy 1/size-25_speed-11.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
45
2018-09-05T04:56:59.000Z
2021-11-22T08:57:26.000Z
solutions/34 - Seek and Destroy 1/size-25_speed-11.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T11:34:26.000Z
2021-05-19T23:20:49.000Z
solutions/34 - Seek and Destroy 1/size-25_speed-11.asm
michaelgundlach/7billionhumans
02c6f3963364362c95cb516cbc6ef1efc073bb2e
[ "MIT" ]
36
2018-09-01T07:44:19.000Z
2021-09-10T19:07:35.000Z
-- 7 Billion Humans (2087) -- -- 34: Seek and Destroy 1 -- -- Author: landfillbaby -- Size: 25 -- Speed: 11 mem1 = nearest datacube mem2 = nearest shredder step mem1 step n if c < mem1: mem1 = nearest datacube endif step n if c < mem1: mem1 = nearest datacube endif step n if c < mem1: mem1 = nearest datacube endif...
13.275
29
0.693032
330b6f37bee93cb3192ba5c02f7fe505ffb642de
583
asm
Assembly
oeis/168/A168555.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/168/A168555.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/168/A168555.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A168555: a(n) = n^6*(n^3 + 1)/2. ; 0,1,288,10206,133120,984375,5062176,20235628,67239936,193975965,500500000,1179859626,2581383168,5304663091,10334288160,19227375000,34368126976,59306007033,99196651296,161367371830,256032000000,397182906351,603691298848,900650348676,1320999321600,1907470703125,2714906297376,381299245...
64.777778
499
0.850772
33ea4856299e0dbb92e29cd430c7246c245d32a8
6,406
asm
Assembly
Options/Molar Mass.asm
vcte/eclectic
46d82f3a573d9fd09847a07cb9017d8a57db9b1a
[ "MIT" ]
1
2018-10-22T23:38:28.000Z
2018-10-22T23:38:28.000Z
Options/Molar Mass.asm
vcte/eclectic
46d82f3a573d9fd09847a07cb9017d8a57db9b1a
[ "MIT" ]
null
null
null
Options/Molar Mass.asm
vcte/eclectic
46d82f3a573d9fd09847a07cb9017d8a57db9b1a
[ "MIT" ]
null
null
null
; --------------------------------------------------------------- ; Molar Mass Calculator ; --------------------------------------------------------------- MolarMass: ld HL, tMolarMass call DrawHeader ld HL, tPromptForm b_call(_VPutS) call InitInput MolarMassLp: call ifastcopy call GetCSCCur ld HL, keymass...
17.174263
84
0.696066
627eee82a8464c99f853ff73728960dbd0b2127e
11,981
asm
Assembly
sdk/source/cxx/gccdefines.asm
fincs/FeOS
68258965239f2cd74ab545af2f5f0229d335d49b
[ "WTFPL" ]
55
2015-04-01T20:42:55.000Z
2022-02-16T03:00:06.000Z
sdk/source/cxx/gccdefines.asm
shutterbug2000/FeOS
68258965239f2cd74ab545af2f5f0229d335d49b
[ "WTFPL" ]
8
2017-04-05T18:30:12.000Z
2021-05-19T00:48:48.000Z
sdk/source/cxx/gccdefines.asm
shutterbug2000/FeOS
68258965239f2cd74ab545af2f5f0229d335d49b
[ "WTFPL" ]
4
2017-07-05T01:39:41.000Z
2021-11-26T12:13:43.000Z
@ libgcc code defines - extracted from lib1funcs.S /* Copyright 1995, 1996, 1998, 1999, 2000, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Softw...
22.952107
78
0.707787
bd5cb9aecde455dc1a826fe2e71f208ee2828228
97,031
asm
Assembly
gwnum/ymult3ax.asm
Kasual/GIMPS
a09c0d4cc1489558725eef0578613c66bd65a708
[ "Intel" ]
null
null
null
gwnum/ymult3ax.asm
Kasual/GIMPS
a09c0d4cc1489558725eef0578613c66bd65a708
[ "Intel" ]
null
null
null
gwnum/ymult3ax.asm
Kasual/GIMPS
a09c0d4cc1489558725eef0578613c66bd65a708
[ "Intel" ]
null
null
null
; Copyright 2011-2019 Mersenne Research, Inc. All rights reserved ; Author: George Woltman ; Email: woltman@alum.mit.edu ; ; Additional routines used with yr4dwpn (r4delay with partial normalization) FFTs, ; TITLE setup IFNDEF X86_64 .686 .XMM .MODEL FLAT ENDIF INCLUDE unravel.mac INCLUDE extrn.mac INCLUDE ...
36.809939
105
0.741505
90cd4b13ddce8ee37faa5ea0cade5b0ef44e5fe4
5,814
asm
Assembly
boot/boot.asm
cambridgejames/CP-JOS
71b431d96278978e01632e142f6022cff5f19651
[ "MIT" ]
null
null
null
boot/boot.asm
cambridgejames/CP-JOS
71b431d96278978e01632e142f6022cff5f19651
[ "MIT" ]
null
null
null
boot/boot.asm
cambridgejames/CP-JOS
71b431d96278978e01632e142f6022cff5f19651
[ "MIT" ]
null
null
null
; -------------------------------------------------------------- ; 作者:彭剑桥 ; 创建时间:2019-09-10 20:08 Feb. ; 编辑环境: OS: Deepin 15.9.1 unstable ; Kernel: x86_64 Linux 4.15.0-29deepin-generic ; 功能:操作系统引导程序,用来在磁盘中寻找内核加载程序并将其载入内存,然后 ; 将系统控制权转交给内核加载程序。 ; ------------------------------------------------------...
26.792627
65
0.528724
c9d9ee80678c439b80872b9653fb413cd94327bb
4,116
asm
Assembly
Driver/Printer/PrintCom/printcomTables.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Driver/Printer/PrintCom/printcomTables.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Driver/Printer/PrintCom/printcomTables.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Common print driver tables FILE: printcom9Tables.asm AUTHOR: Jim DeFrisco, 1 March 1990 REVISION HISTORY: Name Date Description ---- ---- ...
35.179487
79
0.609086
9cfbed2949fc561042f416431c2dde0573930d94
379
asm
Assembly
7_kyu/Triangular_Treasure.asm
UlrichBerntien/Codewars-Katas
bbd025e67aa352d313564d3862db19fffa39f552
[ "MIT" ]
null
null
null
7_kyu/Triangular_Treasure.asm
UlrichBerntien/Codewars-Katas
bbd025e67aa352d313564d3862db19fffa39f552
[ "MIT" ]
null
null
null
7_kyu/Triangular_Treasure.asm
UlrichBerntien/Codewars-Katas
bbd025e67aa352d313564d3862db19fffa39f552
[ "MIT" ]
null
null
null
section .text global triangular ; int triangular(int n); ; n --> edi, result --> eax triangular: xor eax, eax ; eax = 0, error return value test edi, edi js .error ; error case: return 0 mov eax, edi ; eax = n inc edi ; edi = n-1 xor rdx, rdx mul edi ; edx:eax = (n...
22.294118
49
0.532982
bf5d2e5a567ee01791642784e3c39d101317f34b
601
asm
Assembly
oeis/191/A191528.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/191/A191528.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/191/A191528.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A191528: Triangle read by rows: T(n,k) is the number of left factors of Dyck paths of length n that have k returns to the axis. ; Submitted by Jon Maiga ; 1,1,1,1,2,1,3,2,1,6,3,1,10,6,3,1,20,10,4,1,35,20,10,4,1,70,35,15,5,1,126,70,35,15,5,1,252,126,56,21,6,1,462,252,126,56,21,6,1,924,462,210,84,28,7,1,1716,924,462,21...
33.388889
317
0.655574
f1538b08d21929a96ff79eaf9f9848a7aec6c0ce
3,425
asm
Assembly
src/binData.asm
LessNick/CLi-for-WildCommander
9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb
[ "BSD-2-Clause" ]
8
2016-10-22T19:38:38.000Z
2021-08-22T12:53:28.000Z
src/binData.asm
LessNick/CLi-for-WildCommander
9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb
[ "BSD-2-Clause" ]
null
null
null
src/binData.asm
LessNick/CLi-for-WildCommander
9b3267278f89ff08b52d8ad8dfceb34af3f8fdcb
[ "BSD-2-Clause" ]
2
2019-04-28T16:12:08.000Z
2020-04-14T13:15:06.000Z
;--------------------------------------------- ; Binary Data ;--------------------------------------------- rootPath db "/",#00 binPath db "/bin",#00 fontsPath db "/fonts",#00 libsPath db "/libs",#00 localePath db "/locale",#00 systemPath db "/system",#00 cdBinPath db "/bin/" cibPath db " " cibFile ...
24.29078
70
0.559708
35825be69c42339afa1f65461be629b52c53e277
5,177
asm
Assembly
tests/gbcpu.asm
dimitrit/uz80as
b4fd490c9ce89ac30c5b130d951a1ed4288233d0
[ "MIT" ]
8
2017-05-03T10:49:20.000Z
2022-02-03T02:55:21.000Z
tests/gbcpu.asm
vipoo/uz80as
7cf5c353a5c1ceeaf5ba7b502e220fb41e7d9fb0
[ "MIT" ]
1
2020-02-25T06:28:30.000Z
2020-03-30T17:09:50.000Z
tests/gbcpu.asm
vipoo/uz80as
7cf5c353a5c1ceeaf5ba7b502e220fb41e7d9fb0
[ "MIT" ]
2
2020-02-26T21:12:55.000Z
2022-02-02T17:51:03.000Z
; =========================================================================== ; uz80as, an assembler for the Zilog Z80 and several other microprocessors. ; ; Sharp LR25902 (Nintendo Gameboy CPU). ; =========================================================================== #define equ .equ #define end .end n: ...
8.191456
77
0.523083
a5f8430be1c64b6ebe3932ce6dd2c35fe46fd990
417
asm
Assembly
libsrc/math/mbf64/c/sccz80/l_f64_swap.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/math/mbf64/c/sccz80/l_f64_swap.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/math/mbf64/c/sccz80/l_f64_swap.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_fp_mbf64 PUBLIC l_f64_swap EXTERN ___mbf64_FA ; Swap two values around ; Stack: +0 defw return address ; +2 defw right hand LSW ; +4 defw right hand NLSW ; +6 defw right hand NMSW ; +8 defw right hand MSW l_f64_swap: ld hl,2 add hl,sp ld de,___mbf64_FA ...
14.37931
32
0.611511
b2220613126e7b3f15be1d0c845d3833440fea1a
3,854
asm
Assembly
data/test_add_sub.asm
colinw7/C6502
a79e573e3b16da0d895b18d0081716d9a76e4654
[ "MIT" ]
null
null
null
data/test_add_sub.asm
colinw7/C6502
a79e573e3b16da0d895b18d0081716d9a76e4654
[ "MIT" ]
null
null
null
data/test_add_sub.asm
colinw7/C6502
a79e573e3b16da0d895b18d0081716d9a76e4654
[ "MIT" ]
null
null
null
ERROR: DB 0 S1: DB 0 S2: DB 0 U1: DB 0 U2: DB 0 SP: DB " ",0 ADCSTR: DB "ADC ",0 SBCSTR: DB "SBC ",0 ; ------------------ ORG $100 ; Demonstrate that the V flag works as described ; ; Returns with ERROR = 0 if the test passes, ERROR = 1 if the test fails ; ; Five (addi...
25.523179
76
0.589258
47a95f867de44d231219b7466bee06b60fc3c81a
1,008
asm
Assembly
libsrc/_DEVELOPMENT/stdlib/z80/asm_atof.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdlib/z80/asm_atof.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/stdlib/z80/asm_atof.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; =============================================================== ; Jun 2015 ; =============================================================== ; ; double atof(const char *nptr) ; ; Convert initial portion of string nptr to double. ; ; =============================================================== SECTION code_stdli...
20.571429
65
0.376984
a233d8829820d6f6b73a156b91db53460502231f
240
asm
Assembly
libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_cls_wc_pix_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_cls_wc_pix_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_cls_wc_pix_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; void zx_cls_wc_pix_callee(struct r_Rect8 *r, uchar pix) SECTION code_clib SECTION code_arch PUBLIC zx_cls_wc_pix_callee EXTERN asm_zx_cls_wc_pix zx_cls_wc_pix_callee: pop af pop hl pop ix push af jp asm_zx_cls_wc_pix
13.333333
57
0.779167
1ae0cdc8cc56e031216146e6ec9260fb736bf148
427
asm
Assembly
oeis/128/A128529.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/128/A128529.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/128/A128529.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A128529: Survivor of the Josephus problem, counting direction reversed after each step. ; Submitted by Jon Maiga ; 1,1,1,1,3,4,1,3,5,1,9,8,3,3,11,1,15,7,7,18,19,16,3,7,15,24,25,18,9,28,19,24,7,13,21,5,31,20,11,15,21,32,3,11,31,7,39,23,25,15,35,1,47,32,15,54,55,48,9,19,39,60,59,58,63,7,49,50,11,40,27,70,63,48,23,27,47...
28.466667
211
0.632319
cc6ae87bb07ef398d0b82a6cd93a25aedf049f69
6,252
asm
Assembly
binary_tree.asm
EdTheBass/asm_tutorial
0731a1465a2fd85e1797e6a530950347f9dad341
[ "BSD-3-Clause" ]
97
2019-07-09T22:08:40.000Z
2022-03-25T06:52:42.000Z
binary_tree.asm
EdTheBass/asm_tutorial
0731a1465a2fd85e1797e6a530950347f9dad341
[ "BSD-3-Clause" ]
1
2021-05-18T18:38:25.000Z
2021-08-05T05:37:45.000Z
binary_tree.asm
EdTheBass/asm_tutorial
0731a1465a2fd85e1797e6a530950347f9dad341
[ "BSD-3-Clause" ]
20
2019-07-09T22:08:36.000Z
2022-01-07T02:54:26.000Z
bits 64 default rel segment .bss ; Remember, the alignment must be the size of the largest data item in the struct. ; Can use ``alignb`` to achieve this if necessary. struc Node .value resq 1 .left resq 1 .right resq 1 endstruc struc Tree .count resq 1 .root resq 1 endstruc segment .text extern ExitProcess extern ...
24.046154
123
0.596769
8aa6b5d8e69c1b942c33d724a74cc3f2e15c84c0
20,673
asm
Assembly
source/system/boot.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
source/system/boot.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
source/system/boot.asm
mega65dev/rom-assembler
1670a56a8246dcdcc18e83b345d577eba686cf32
[ "MIT" ]
null
null
null
; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : boot.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ; Authors : Fred Bowen ; ; ****...
37.862637
121
0.366952
e242cb367a81f9013c42ac8447365af22a44cf1c
385
asm
Assembly
programs/oeis/027/A027657.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/027/A027657.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/027/A027657.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A027657: Expansion of (1+4*x)/(1-34*x+x^2). ; 1,38,1291,43856,1489813,50609786,1719242911,58403649188,1984004829481,67397760553166,2289539853978163,77776957274704376,2642127007485970621,89754541297248296738,3049012277098956118471 add $0,1 mul $0,2 sub $0,2 mov $1,4 mov $2,7 lpb $0 sub $0,1 add $2,$1 add $1,$2 ...
19.25
185
0.709091
8ffc8d7ff77c6e1ee5a25e0f13a708c6d7ffb633
26,497
asm
Assembly
Library/GrObj/GrObj/grobjUtils.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/GrObj/GrObj/grobjUtils.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/GrObj/GrObj/grobjUtils.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: objectUtils.asm AUTHOR: Steve Scholl, Nov 15, 1989 ROUTINES: Name Description ---- ----------- GrObjGrabMouse GrObjReleaseMouse ...
20.11921
79
0.596785
d6b43d6861889353dc2050a531f375820b42f0da
8,184
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_634.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_634.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_634.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 %r15 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x152a9, %r10 nop sub $14570, %rdx mov $0x6162636465666768, %rcx movq %rcx, %xmm5 vmovups %ymm5, (%r10) nop nop nop and %r13, %r13 lea addresses_normal_ht+0xf4af...
33.540984
2,999
0.660068
ecbe55eba99845bad8899271cfa27d4691345bcb
701
asm
Assembly
programs/oeis/017/A017768.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/017/A017768.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/017/A017768.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A017768: Binomial coefficients C(52,n). ; 1,52,1326,22100,270725,2598960,20358520,133784560,752538150,3679075400,15820024220,60403728840,206379406870,635013559600,1768966344600,4481381406320,10363194502115,21945588357420,42671977361650,76360380541900,125994627894135,191991813933920,270533919634160,352870329957600,426...
100.142857
627
0.884451
f7b11fc7eb9be0f5a5854d06ef53e3ccf1c50a53
1,055
asm
Assembly
Library/ParentC/parentcManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
504
2018-11-18T03:35:53.000Z
2022-03-29T01:02:51.000Z
Library/ParentC/parentcManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
96
2018-11-19T21:06:50.000Z
2022-03-06T10:26:48.000Z
Library/ParentC/parentcManager.asm
steakknife/pcgeos
95edd7fad36df400aba9bab1d56e154fc126044a
[ "Apache-2.0" ]
73
2018-11-19T20:46:53.000Z
2022-03-29T00:59:26.000Z
COMMENT @---------------------------------------------------------------------- Copyright (c) Globalpc 1999 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: parentcManager.asm AUTHOR: ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ----...
18.508772
80
0.476777
9d074d01cccc774bbf2ec8e707fc97206aa1c833
422
asm
Assembly
programs/oeis/032/A032793.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/032/A032793.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/032/A032793.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A032793: Numbers that are congruent to {1, 2, 4} mod 5. ; 1,2,4,6,7,9,11,12,14,16,17,19,21,22,24,26,27,29,31,32,34,36,37,39,41,42,44,46,47,49,51,52,54,56,57,59,61,62,64,66,67,69,71,72,74,76,77,79,81,82,84,86,87,89,91,92,94,96,97,99,101,102,104,106,107,109,111,112,114,116,117,119,121,122,124,126,127,129,131,132,134,13...
60.285714
335
0.682464
c977a477edffcb7cdcb25a321eff680847cadaba
12,872
asm
Assembly
Lab 6/lab6-P2.asm
AndrewDichabeng/Computer-Systems-Foundations
b98854118963c09d03f39a7f33354b17f503a540
[ "MIT" ]
null
null
null
Lab 6/lab6-P2.asm
AndrewDichabeng/Computer-Systems-Foundations
b98854118963c09d03f39a7f33354b17f503a540
[ "MIT" ]
null
null
null
Lab 6/lab6-P2.asm
AndrewDichabeng/Computer-Systems-Foundations
b98854118963c09d03f39a7f33354b17f503a540
[ "MIT" ]
null
null
null
; Lab6 - Subroutine to retrieve and print a salary from ; an Employee record from an array of structures ; Constant definitions Display .EQU 04E9h ; address of Libra display ; Offsets to access individual fields within the records ID .EQU 0 ; Zero bytes from start of record is ID ...
44.539792
123
0.456417
6447d1b4e4de2453faf0d6b1be2de9749833dc2b
4,657
asm
Assembly
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_uscib0_i2c_08.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_uscib0_i2c_08.asm
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
null
null
null
apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_uscib0_i2c_08.asm
tp-freeforall/breakfast
0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65
[ "BSD-3-Clause" ]
null
null
null
;******************************************************************************* ; MSP430x24x Demo - USCI_B0 I2C Master TX multiple bytes to MSP430 Slave ; ; Description: This demo connects two MSP430's via the I2C bus. The master ; transmits to the slave. This is the MASTER CODE. It continuously ; transmi...
54.151163
81
0.376423
ceab83661cae7729e5e66310e1d909356d45c42a
7,162
asm
Assembly
ArraySort/IOSortArray.asm
miguel2192/CSC211-Assembly
39cd43026f07e443d9809fb7ec229303522ecab9
[ "MIT" ]
null
null
null
ArraySort/IOSortArray.asm
miguel2192/CSC211-Assembly
39cd43026f07e443d9809fb7ec229303522ecab9
[ "MIT" ]
null
null
null
ArraySort/IOSortArray.asm
miguel2192/CSC211-Assembly
39cd43026f07e443d9809fb7ec229303522ecab9
[ "MIT" ]
null
null
null
############ IOSortArray.asm on ################## # Author: Miguel Rodriguez # # Illustrates Base Addressing # # # # Enter an array of numbers and # # sorts them and displays them # # ...
27.546154
94
0.4926
debd10cf497f554140d846895bc1260e98d348a3
507
asm
Assembly
oeis/066/A066588.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/066/A066588.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/066/A066588.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A066588: The sum of the digits of n^n. ; 1,4,9,13,11,27,25,37,45,1,41,54,58,52,99,88,98,108,127,31,117,148,146,153,151,154,189,163,167,63,184,205,207,214,260,270,271,265,306,112,308,315,313,325,306,352,374,333,355,151,414,412,350,378,442,391,450,472,470,243,484,451,495,487,572,531,526,583,477,259,638,558,604,607,639,...
39
376
0.684418
723f14ceb77b7ab1f5000bce277e5d37140d8ccb
420
asm
Assembly
programs/oeis/261/A261337.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/261/A261337.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/261/A261337.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A261337: Digit-sums in an incremental base that adjusts itself as the digits of n are generated from right to left. ; 0,1,1,2,1,3,2,2,1,3,3,4,2,3,2,4,1,5,3,2,3,5,4,6,2,3,3,3,2,7,4,4,1,4,5,4,3,3,2,5,3,5,5,4,4,6,6,6,2,5,3,4,3,7,3,2,2,5,7,8,4,5,4,6,1,5,4,6,5,7,4,6,3,3,3,5,2,7,5,3,3,6,5,8,5,7,4,7,4,9,6,4,6,8,6,6,2,4,5,3 ...
30
201
0.57381
6f2bd0d097aa14530de5ad28b3aa94070beef468
628
asm
Assembly
programs/oeis/076/A076338.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/076/A076338.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/076/A076338.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A076338: a(n) = 512*n + 1. ; 1,513,1025,1537,2049,2561,3073,3585,4097,4609,5121,5633,6145,6657,7169,7681,8193,8705,9217,9729,10241,10753,11265,11777,12289,12801,13313,13825,14337,14849,15361,15873,16385,16897,17409,17921,18433,18945,19457,19969,20481,20993,21505,22017,22529,23041,23553,24065,24577,25089,25601,26113,2...
104.666667
577
0.799363
56aa34bb32bc7e5b77e72a69a187da958a35f960
139
asm
Assembly
Working Disassembly/Levels/CNZ/Misc Object Data/Anim - Trap Door.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
Working Disassembly/Levels/CNZ/Misc Object Data/Anim - Trap Door.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/Levels/CNZ/Misc Object Data/Anim - Trap Door.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Ani_31D2E: dc.w byte_31D32-Ani_31D2E dc.w byte_31D35-Ani_31D2E byte_31D32: dc.b $7F, 0, $FF byte_31D35: dc.b 5, 1, 2, $FD, 0
27.8
39
0.647482
91ffd582d1f46036c446530affb6bb0f3e020065
578
asm
Assembly
tests/tcp-sack/tcp-sack.asm
ygrek/ubpf
10e0a45b11ea27696add38c33e24dbc631caffb6
[ "Apache-2.0" ]
466
2015-09-17T17:24:18.000Z
2022-03-30T14:14:37.000Z
tests/tcp-sack/tcp-sack.asm
ygrek/ubpf
10e0a45b11ea27696add38c33e24dbc631caffb6
[ "Apache-2.0" ]
79
2015-12-03T19:01:57.000Z
2022-03-30T13:01:39.000Z
tests/tcp-sack/tcp-sack.asm
ygrek/ubpf
10e0a45b11ea27696add38c33e24dbc631caffb6
[ "Apache-2.0" ]
104
2016-03-23T02:23:28.000Z
2022-03-28T09:25:08.000Z
ldxb r2, [r1+12] ldxb r3, [r1+13] lsh r3, 0x8 or r3, r2 mov r0, 0x0 jne r3, 0x8, +37 ldxb r2, [r1+23] jne r2, 0x6, +35 ldxb r2, [r1+14] add r1, 0xe and r2, 0xf lsh r2, 0x2 add r1, r2 mov r0, 0x0 ldxh r4, [r1+12] add r1, 0x14 rsh r4, 0x2 and r4, 0x3c mov r2, r4 add r2, 0xffffffec mov r5, 0x15 mov r3, 0x0 jgt r5, r4, +20...
12.844444
18
0.633218
30f7a09a2bb92b9317c25b8307826b1b2beda3d4
349
asm
Assembly
programs/oeis/320/A320661.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/320/A320661.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/320/A320661.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A320661: a(n) = 2^(n+3) - 6*n - 7. ; 1,3,13,39,97,219,469,975,1993,4035,8125,16311,32689,65451,130981,262047,524185,1048467,2097037,4194183,8388481,16777083,33554293,67108719,134217577,268435299,536870749,1073741655,2147483473,4294967115,8589934405,17179868991 mov $1,2 pow $1,$0 sub $0,$1 mul $0,3 sub $1,$0 sub $1,4...
26.846154
225
0.722063
573e8ce69caf4ace8a2dc21f65a196ed56d3033b
21
asm
Assembly
AtariSTDev/main.asm
tehongis/reTry
7c219cba39c806373d1c6098166a919345a2fe7b
[ "MIT" ]
null
null
null
AtariSTDev/main.asm
tehongis/reTry
7c219cba39c806373d1c6098166a919345a2fe7b
[ "MIT" ]
null
null
null
AtariSTDev/main.asm
tehongis/reTry
7c219cba39c806373d1c6098166a919345a2fe7b
[ "MIT" ]
null
null
null
move.w #0,d0 rts
4.2
13
0.52381
ff92a8e6721f98371d109b923c8409a040873a2b
1,282
asm
Assembly
Main.asm
sleepingburrito/BackIsle
546b4ac35136144c9103e0266bfa8d02a2834e17
[ "MIT" ]
1
2019-07-23T15:43:01.000Z
2019-07-23T15:43:01.000Z
Main.asm
sleepingburrito/BackIsle
546b4ac35136144c9103e0266bfa8d02a2834e17
[ "MIT" ]
null
null
null
Main.asm
sleepingburrito/BackIsle
546b4ac35136144c9103e0266bfa8d02a2834e17
[ "MIT" ]
null
null
null
;Back Isle ;2019 (C) SleepingBurrito MIT ; include "Constants.asm" include "GloableVarirables.asm" include "MacroTools.asm" SECTION "Interrupt Vblank", ROM0[$0040] reti include "RomHeader.asm" ;main ;==== SECTION "MAIN", ROM0[$0150] ;init code include "StartingState.asm" call InitGraphics ca...
17.805556
49
0.661466
62cba99a58a9fe1deaf29aced4d27d42476be5a4
409
asm
Assembly
oeis/238/A238292.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/238/A238292.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/238/A238292.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A238292: Final digit of imaginary part of (n+n*i)^n. ; Submitted by Jon Maiga ; 1,8,4,0,0,2,6,0,4,0,2,0,8,2,0,0,2,8,8,0,6,8,4,0,0,2,6,0,4,0,2,0,8,2,0,0,2,8,8,0,6,8,4,0,0,2,6,0,4,0,2,0,8,2,0,0,2,8,8,0,6,8,4,0,0,2,6,0,4,0,2,0,8,2,0,0,2,8,8,0,6,8,4,0,0,2,6,0,4,0,2,0,8,2,0,0,2,8,8,0 mov $1,$0 add $1,1 pow $1,$1 lpb $0 ...
22.722222
201
0.542787
1739097c6072624684b34a817413f0ff2403424e
40
asm
Assembly
MIPS64CLI/test.asm
Ryu64Emulator/MIPS64
116f95a1d0162bf89b1d09ffd6e5134c07c0a404
[ "Unlicense" ]
4
2019-01-08T07:35:59.000Z
2020-11-04T02:12:51.000Z
MIPS64CLI/test.asm
Ryu64Emulator/MIPS64
116f95a1d0162bf89b1d09ffd6e5134c07c0a404
[ "Unlicense" ]
null
null
null
MIPS64CLI/test.asm
Ryu64Emulator/MIPS64
116f95a1d0162bf89b1d09ffd6e5134c07c0a404
[ "Unlicense" ]
null
null
null
[BASE 0x8000] main: LB $t3, 0x1000($t3)
10
19
0.65
0ce2e7b018c650a98e774e37031b20378078f55c
625
asm
Assembly
Engine Hacks/Strmag/Strmag/ASM/SaveMoreUnitData.asm
sme23/Christmas2
f3f3daeda1afe2b78bfed38cbf60d8bc17ca9f79
[ "CC0-1.0" ]
3
2020-06-15T14:22:38.000Z
2020-06-28T19:44:52.000Z
Wizardry/ExternalHacks/StrMagSplit/ASM/SaveMoreUnitData.s
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
Wizardry/ExternalHacks/StrMagSplit/ASM/SaveMoreUnitData.s
sme23/WhatHeck
746a2be83358aaa4e855182176b47c4808f2587a
[ "CC0-1.0" ]
null
null
null
.thumb .org 0x00 .macro blh to, reg=r3 ldr \reg, =\to mov lr, \reg .short 0xF800 .endm Player: mov r0, #0x48 mov r2, #51 mul r2, r0 @Size of Copy ldr r1, =0x1F78 @Dest add r1, r7, r1 ldr r0, =0x202BE4C @Player Unit Pool blh 0x80D1724 @SaveToSram Enemy: mov r0, #0x48 mov r2, #50 mul r2, r0 @Size of Copy ldr r1, =0x1F...
14.534884
41
0.6864
d998c00a9610fb295bd1dfae54cab056e688fca3
689
asm
Assembly
practica7/practica7.asm
ramseslopez/Arqui
da2b4b8b384209417c2aeceeab06fd671f7e29b1
[ "MIT" ]
null
null
null
practica7/practica7.asm
ramseslopez/Arqui
da2b4b8b384209417c2aeceeab06fd671f7e29b1
[ "MIT" ]
null
null
null
practica7/practica7.asm
ramseslopez/Arqui
da2b4b8b384209417c2aeceeab06fd671f7e29b1
[ "MIT" ]
null
null
null
.data a: .word 5 b: .word 4 .text main: #Preambulo #Invocación #Retorno de mist_1 #Conclusión main #mist_1 recibe como argumentos $a0 y $a1 lw $a0 a lw $a1 b jal mist_1 j end_1 mist_1: subi $sp $s0 24 sw $ra 20($sp) sw $s0 16($sp) #Preambulo mist_1 move $s0, $a0 move $t0, $a1 li $t1, 1 loop_1: beqz ...
16.804878
43
0.640058
eda81f4ea9545dfbd6464b834328aedb21db1089
422
asm
Assembly
programs/oeis/033/A033142.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/033/A033142.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/033/A033142.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A033142: Base-6 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,0. ; 1,6,36,217,1302,7812,46873,281238,1687428,10124569,60747414,364484484,2186906905,13121441430,78728648580,472371891481,2834231348886,17005388093316,102032328559897,612193971359382,3673163828156292,220389829689...
30.142857
215
0.767773
c52f4f4a4eea928d23f6d4a71189561b5db9a8d9
40,123
asm
Assembly
srcs/mm/mm.asm
gamozolabs/falkervisor_beta
48e83a56badcf53dba94a5ab224eb37775a2f37d
[ "MIT" ]
69
2018-09-09T01:30:53.000Z
2021-07-27T18:56:39.000Z
srcs/mm/mm.asm
gamozolabs/falkervisor_beta
48e83a56badcf53dba94a5ab224eb37775a2f37d
[ "MIT" ]
null
null
null
srcs/mm/mm.asm
gamozolabs/falkervisor_beta
48e83a56badcf53dba94a5ab224eb37775a2f37d
[ "MIT" ]
15
2018-09-09T05:46:41.000Z
2022-02-16T01:46:38.000Z
[bits 64] ; Get the APIC ID for this core get_thread_id: mov rax, 0xFEE00020 mov eax, dword [rax] shr rax, (32 - 8) ret ; rcx <- Node ID get_current_node: push rax push rbx push rdx mov eax, 0x8000001E cpuid and ecx, (MAX_NODES - 1) pop rdx pop rbx pop rax ret ; rdi -> Haystack ; rdx -> Haystack size...
17.832444
81
0.67308
a01036b5b9eeb879c8f8ea92abf1e6ebd1114200
6,153
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1241.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1241.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1241.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x6b97, %rax nop nop nop nop sub %rdx, %rdx vmovups (%rax), %ymm1 vextracti128 $1, %ymm1, %xmm1 vpextrq $1, %xmm1, %rcx nop nop nop nop nop and $48710, %rbp lea addresses_WT_ht+0x12...
39.191083
2,999
0.652852
14aabf69900514e7f5e9de73f3f9bedcf2f85cf1
26,773
asm
Assembly
z80sbcFiles/source/cbios128.asm
roberts7531/z80Computer
28623b04db6c936bc43dd01dde4b736ec99cae67
[ "CC0-1.0" ]
null
null
null
z80sbcFiles/source/cbios128.asm
roberts7531/z80Computer
28623b04db6c936bc43dd01dde4b736ec99cae67
[ "CC0-1.0" ]
null
null
null
z80sbcFiles/source/cbios128.asm
roberts7531/z80Computer
28623b04db6c936bc43dd01dde4b736ec99cae67
[ "CC0-1.0" ]
null
null
null
;================================================================================== ; Contents of this file are copyright Grant Searle ; Blocking/unblocking routines are the published version by Digital Research ; (bugfixed, as found on the web) ; ; You have permission to use this for NON COMMERCIAL USE ONLY ; If...
25.425451
111
0.494117
d5c93d2c71d60950f3e9483bdb9c7abd35f9a745
7,917
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1366.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1366.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1366.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 %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1d6d9, %rsi lea addresses_D_ht+0x6e89, %rdi nop nop nop nop and %r14, %r14 mov $125, %rcx rep movsl nop add $57415, %r11 lea addresses_WT_ht+0x5559, %rdi nop nop dec %rb...
33.978541
2,999
0.660856
8a0c972d15ed90f6990b496ee52751b5bded2239
112
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_ddiv_s.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_ddiv_s.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_ddiv_s.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_clib SECTION code_fp_math48 PUBLIC asm_ddiv_s EXTERN am48_ddiv_s defc asm_ddiv_s = am48_ddiv_s
11.2
29
0.848214
760cd1be96f7f8544208df8c409393f7ef0d6a8a
140
asm
Assembly
libsrc/_DEVELOPMENT/z180/c/sccz80/z180_inp.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/z180/c/sccz80/z180_inp.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/z180/c/sccz80/z180_inp.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; uint8_t z180_inp(uint16_t port) SECTION code_clib SECTION code_z180 PUBLIC z180_inp EXTERN asm_z180_inp defc z180_inp = asm_z180_inp
11.666667
33
0.821429
efc0ccd1cadb3d215e1152d2c3df4d2b0962393d
824
asm
Assembly
oeis/142/A142022.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/142/A142022.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/142/A142022.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A142022: Primes congruent to 18 mod 31. ; Submitted by Jon Maiga ; 173,359,421,607,1103,1289,1723,1847,2281,2467,2591,2777,2963,3583,3769,4079,4327,4451,4513,4637,5009,5381,5443,5939,6311,6373,6869,7489,8171,8233,8419,8543,9349,9473,9721,9907,10093,10589,10651,10837,11519,11953,12263,12511,12697,12821,13007,13441,136...
35.826087
501
0.728155
2daf671c7e4531c5c66c805569231cd45c45c570
148
asm
Assembly
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sample2/DpolyZclip.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sample2/DpolyZclip.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/polygon.lzh/polygon/sample2/DpolyZclip.asm
prismotizm/gigaleak
d082854866186a05fec4e2fdf1def0199e7f3098
[ "MIT" ]
null
null
null
Name: DpolyZclip.asm Type: file Size: 13908 Last-Modified: '1992-09-24T02:25:43Z' SHA-1: FF775105EFA2438B4B1B2BC2691A4959C11A2E82 Description: null
21.142857
47
0.817568
eeb458a879a1891782828808293a13f90830165d
14,095
asm
Assembly
src/user_tools/ml2bas.asm
Chysn/wAx
fb74ca84ed0547f447a24f0cca7d11af217f1847
[ "MIT" ]
5
2020-06-13T09:19:46.000Z
2020-12-10T17:22:10.000Z
src/user_tools/ml2bas.asm
Chysn/VIC20-wAx
fb74ca84ed0547f447a24f0cca7d11af217f1847
[ "MIT" ]
1
2020-07-27T19:44:18.000Z
2020-07-31T13:59:24.000Z
src/user_tools/ml2bas.asm
Chysn/VIC20-wAx
fb74ca84ed0547f447a24f0cca7d11af217f1847
[ "MIT" ]
1
2020-08-06T20:00:40.000Z
2020-08-06T20:00:40.000Z
; wAx ML2BAS Tool ; 'start end+1 [R,H,T] ; Convert the 6502 code between start and end into a BASIC program in the ; current BASIC stage. The 6502 code will be appended to the existing program, ; with line numbers in increments of 5. ; ; The specified end address should be the byte after the last instruction ; in the p...
46.827243
90
0.491451
e6b1bebca766b82527910f19e97e238cda69a8b7
738
asm
Assembly
src/test/ref/unary-plus.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/test/ref/unary-plus.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/test/ref/unary-plus.asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
// Test unary plus // Commodore 64 PRG executable file .file [name="unary-plus.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) .const SIZEOF_...
20.5
61
0.597561
c1eb8aae47c17bdda8d91d765362083b6e9c47cd
298
asm
Assembly
oldstuff/tigcc/PolySnd/sources/statique/_SkipData_voice2.asm
bcherry/bcherry
5d2f1144dbdbf35d6284018fa2c9e24ec5cecec6
[ "MIT" ]
3
2016-11-13T09:06:41.000Z
2021-09-11T23:36:19.000Z
oldstuff/tigcc/PolySnd/sources/statique/_SkipData_voice2.asm
bcherry/bcherry
5d2f1144dbdbf35d6284018fa2c9e24ec5cecec6
[ "MIT" ]
null
null
null
oldstuff/tigcc/PolySnd/sources/statique/_SkipData_voice2.asm
bcherry/bcherry
5d2f1144dbdbf35d6284018fa2c9e24ec5cecec6
[ "MIT" ]
2
2017-04-04T10:03:18.000Z
2021-09-11T23:36:26.000Z
section ".data" xdef pSnd_SkipData_voice2 pSnd_SkipData_voice2: move.l a0,-(a7) lea _fcounter2,a0 clr.w (a0) clr.w 2(a0) clr.w 10(a0) clr.l 32(a0) clr.b -53(a0) ;lenght_voice2 clr.b -51(a0) ;_lcounter2 clr.b -42(a0) ;note_voice2 bclr.b #1,($60000E) move.l (a7)+,a0 rts
15.684211
32
0.637584