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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3cdd6c8f6dc95ee8740281fe0c869db8e2e8d6be | 416 | asm | Assembly | ffight/lcs/1p/96.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/96.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/1p/96.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
00A2C6 dbra D0, $a2c0
00A368 clr.b ($96,A4)
00A36C clr.b ($95,A4)
00A6B6 clr.b ($96,A6)
00A6BA clr.b ($98,A6)
00A7B4 jmp $36a2.w [1p+96]
00A88C clr.b ($96,A6)
00A890 tst.w ($18,A6)
00BC4A move.b #$18, ($3,A6) [1p+96]
00BC86 clr.... | 26 | 54 | 0.615385 |
6880c78551fb4d5eb8ce33efdb4d67810b37082f | 325 | asm | Assembly | DoppelGate/DoppelGate/compilation.asm | asaurusrex/DoppelGate | c40ceb29a701f70081f262a8ed69bc08a196b3a9 | [
"BSD-4-Clause"
] | 98 | 2020-12-12T21:12:26.000Z | 2022-03-31T11:23:28.000Z | DoppelGate/DoppelGate/compilation.asm | asaurusrex/DoppelGate | c40ceb29a701f70081f262a8ed69bc08a196b3a9 | [
"BSD-4-Clause"
] | null | null | null | DoppelGate/DoppelGate/compilation.asm | asaurusrex/DoppelGate | c40ceb29a701f70081f262a8ed69bc08a196b3a9 | [
"BSD-4-Clause"
] | 19 | 2020-12-13T13:18:26.000Z | 2022-03-29T18:50:54.000Z | .data
wSystemCall DWORD 000h
.code
DoppelGate PROC
mov wSystemCall, 000h
mov wSystemCall, ecx
ret
DoppelGate ENDP
DoppelDescent PROC
mov r10, rcx
mov eax, wSystemCall
syscall
ret
DoppelDescent ENDP
... | 16.25 | 33 | 0.513846 |
fff5af18a8f780e65c5bd151bf0b3962174b0848 | 662 | asm | Assembly | oeis/325/A325644.asm | loda-lang/loda-programs | 773fe0baed2ca30c72b7faf16c0801749f2e6f9a | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/325/A325644.asm | loda-lang/loda-programs | 773fe0baed2ca30c72b7faf16c0801749f2e6f9a | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/325/A325644.asm | loda-lang/loda-programs | 773fe0baed2ca30c72b7faf16c0801749f2e6f9a | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A325644: "Sloping quaternary numbers": write numbers in quaternary under each other (right-justified), read diagonals in upward direction, convert to decimal.
; Submitted by Jamie Morken(w2)
; 0,1,2,7,4,5,6,11,8,9,10,15,12,13,30,19,16,17,18,23,20,21,22,27,24,25,26,31,28,29,46,35,32,33,34,39,36,37,38,43,40,41,42,47,44... | 30.090909 | 295 | 0.648036 |
a5fc4464fe4987c2090cd84d2ca46b6b574d8948 | 552 | asm | Assembly | programs/oeis/315/A315207.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/315/A315207.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/315/A315207.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A315207: Coordination sequence Gal.5.140.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.
; 1,6,10,14,20,24,30,34,38,44,50,54,58,64,68,74,78,82,88,94,98,102,108,112,118,122,126,132,138,142,146,152,156,162,166,170,176,182,186,190,196... | 24 | 178 | 0.652174 |
5732000695c4322f5ef0d673b0278d3433855dfd | 32,698 | asm | Assembly | source_cpc/Source/EG_Sprites_Player_Grind.asm | kieranhj/edge-beeb | 8af058259c91bdf8a0dfabd938cf9ce988b5274c | [
"MIT"
] | null | null | null | source_cpc/Source/EG_Sprites_Player_Grind.asm | kieranhj/edge-beeb | 8af058259c91bdf8a0dfabd938cf9ce988b5274c | [
"MIT"
] | null | null | null | source_cpc/Source/EG_Sprites_Player_Grind.asm | kieranhj/edge-beeb | 8af058259c91bdf8a0dfabd938cf9ce988b5274c | [
"MIT"
] | null | null | null | .PlayerSpriteGrind0
;
ld l,(ix+0)
inc ixl
ld h,(ix+0)
inc ixl
; ld (hl),0
res 3,h
; ld (hl),0
inc hl
set 3,h
ld (hl),230
res 3,h
ld (hl),204
inc hl
set 3,h
ld (hl),164
res 3,h
ld (hl),149
inc hl
set 3,h
ld (hl),180
res 3,h
ld (hl),212... | 13.006364 | 19 | 0.410056 |
b5407215ca852965087d7cc72c8f716218c81573 | 608 | asm | Assembly | programs/oeis/066/A066715.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/066/A066715.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/066/A066715.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A066715: a(n) = gcd(2n+1, sigma(2n+1)).
; 1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,3,1,1,1,1,1,3,1,1,3,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,3,1,7,1,5,1,3,1,1,3,1,1,1,1,1,13,1,1,3,1,1,1,1,1,15,1,1,3,1,5,3,1,1,9,1,1,3,1,1,3,1,1,1,1,1,3,1,1,1,1,1,1,1,1,3,1,1,1,1,1,3,1,1,3,1,1,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,3,1,1,3,1,1,3,1,1,3,1,1,7,... | 86.857143 | 506 | 0.506579 |
205b97addd5fc492dae0779708011845d058c09f | 484 | asm | Assembly | libsrc/graphics/drawb.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/graphics/drawb.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/graphics/drawb.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
;
; ----- void __CALLEE__ drawb(int x, int y, int h, int v)
;
; $Id: drawb.asm $
;
SECTION code_graphics
PUBLIC drawb
PUBLIC _drawb
EXTERN drawb_callee
EXTERN ASMDISP_DRAWB_CA... | 14.235294 | 57 | 0.61157 |
dbea34568ca6fa8d407b82a6a1c307d56f3454a4 | 668 | asm | Assembly | oeis/000/A000178.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000178.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000178.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000178: Superfactorials: product of first n factorials.
; Submitted by Jamie Morken
; 1,1,2,12,288,34560,24883200,125411328000,5056584744960000,1834933472251084800000,6658606584104736522240000000,265790267296391946810949632000000000,127313963299399416749559771247411200000000000,79278669759579679560737708640087148855... | 44.533333 | 485 | 0.872754 |
b00d90fb081401bdbe3d95aecf386b11fd7839e1 | 2,340 | asm | Assembly | dino/lcs/base/796.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 | dino/lcs/base/796.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/base/796.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
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D2A move.l D0, (A4)+
004D2C move.l D0, (A4)+
02040E clr.l ($796,A5)
020412 clr.l ($7e0,A5) [base+796, base+798]
020A00 move.w ($0,A4), ($5a,A6) [base+7B5]
020A06 move.b ($e,A4), ($7b,A6) [bas... | 68.823529 | 351 | 0.649145 |
ca94a0c17c937739d37de59497bb77d3b435862f | 1,037 | asm | Assembly | _build/dispatcher/jmp_ippsPrimeSet_BN_d9b184c1.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsPrimeSet_BN_d9b184c1.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsPrimeSet_BN_d9b184c1.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsPrimeSet_BN:function
extern n8_ippsPrimeSet_BN:function
extern y8_ippsPrimeSet_BN:function
extern e9_ippsPrimeSet_BN:function
extern l9_ippsPrimeSet_BN:function
extern n0_ippsPrimeSet_BN:function
extern k0_ippsPrimeSet_BN:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment ... | 26.589744 | 87 | 0.78785 |
ddb03ad557e2e26eb62866a44031db35e639e316 | 5,471 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_16872_497.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_16872_497.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_16872_497.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 %r9
push %rax
push %rdx
lea addresses_normal_ht+0x7cb8, %r11
nop
nop
xor %rax, %rax
mov (%r11), %r9w
nop
nop
nop
sub %rdx, %rdx
lea addresses_A_ht+0x3158, %rdx
clflush (%rdx)
nop
nop
nop
and %rax, %rax
mov (%rdx), %r11
nop
nop
xor $48239, %r12
pop %r... | 40.227941 | 2,999 | 0.652897 |
c3cc5b7101adad575e8b32af03a8d46b4d9642ad | 542 | asm | Assembly | oeis/144/A144693.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/144/A144693.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/144/A144693.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A144693: Triangle read by rows, A000012 * (3*A144328 - 2*A000012), where A000012 means a lower triangular matrix of all 1's.
; Submitted by Christian Krause
; 1,2,1,3,2,4,4,3,8,7,5,4,12,14,10,6,5,16,21,20,13,7,6,20,28,30,26,16,8,7,24,35,40,39,32,19,9,8,28,42,50,52,48,38,22,10,9,32,49,60,65,64,57,44,25,11,10,36,56,70,... | 36.133333 | 290 | 0.656827 |
d01a15ba9a264872bcfd8a325a81fe5eaf0e8740 | 3,084 | asm | Assembly | blank.asm | nsn/vcsdev | 56e16a2d74ae222b089729d7372c8a9d0fe9452a | [
"Apache-2.0"
] | null | null | null | blank.asm | nsn/vcsdev | 56e16a2d74ae222b089729d7372c8a9d0fe9452a | [
"Apache-2.0"
] | null | null | null | blank.asm | nsn/vcsdev | 56e16a2d74ae222b089729d7372c8a9d0fe9452a | [
"Apache-2.0"
] | null | null | null | ; blank vcs 2600 project
processor 6502
include "vcs.h"
include "macro.h"
;----------------------------
; Constants
;----------------------------
; ntsc constants
VBLANK_WAIT = #43
NUM_SCANLINES = 191
;--- end Constants
;############################
; Bank1
;############################
;------------... | 17.522727 | 60 | 0.482166 |
8c2d71363693f1092cdbdf97dda512d30765c480 | 872 | asm | Assembly | x86.asm | zenny-chen/Cloud-Server-Building-and-Server-Development-Relevant-Resource-Collection | b905432366363a0b08fffb552d70969f484e42f3 | [
"BSD-2-Clause"
] | 2 | 2020-02-19T05:51:50.000Z | 2021-12-06T09:36:40.000Z | x86.asm | zenny-chen/Cloud-Server-Building-and-Server-Development-Relevant-Resource-Collection | b905432366363a0b08fffb552d70969f484e42f3 | [
"BSD-2-Clause"
] | null | null | null | x86.asm | zenny-chen/Cloud-Server-Building-and-Server-Development-Relevant-Resource-Collection | b905432366363a0b08fffb552d70969f484e42f3 | [
"BSD-2-Clause"
] | null | null | null | ; 汇编源文件func.asm
.model flat
.code
_CFunc proc public
mov eax, [esp + 4] ; EAX存放第一个参数
mov ecx, [esp + 8] ; ECX存放第二个参数
sub eax, ecx
ret
_CFunc endp
_CFunc2 proc public
mov edx, 12345678H ; 存放高4字节
mov eax, 90abcdefH ; 存放低4字节
ret
_CFunc2 endp
... | 15.854545 | 52 | 0.512615 |
9435c109aac4f5c24a3b418d81576f8c0f7e9691 | 490 | asm | Assembly | wof/lcs/enemy/3C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | wof/lcs/enemy/3C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/enemy/3C.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
001590 lea ($20,A0), A0
003D30 move.b (A1)+, ($3c,A0) [enemy+92]
003D34 move.l A1, ($bc,A0) [enemy+3C]
003D92 move.b (A1)+, ($3c,A0) [enemy+92]
003D96 move.b (A1)+, ($ae,A0) [enemy+3C]
0066CA move.l #$1500060, D1 [123p+ 3C, enemy+3C]
01226A move.l ... | 35 | 54 | 0.630612 |
1003282222f38ae282cf0c04ac36c25b0c4b923a | 4,984 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1569.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1569.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1569.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x25dc, %rsi
lea addresses_WC_ht+0x6c51, %rdi
clflush (%rdi)
lfence
mov $122, %rcx
rep movsb
and %rcx, %rcx
lea addresses_WT_ht+0x16cc4, %rsi
lea addresses_WT_ht+0x172c4, %rdi
nop
lfence
mov $82, ... | 50.857143 | 2,999 | 0.664727 |
cf7102deb183fbc9c3078b2b530b3329ba2d66a3 | 2,637 | asm | Assembly | librfxcodec/src/common.asm | abm-osing/xrdp | 3c5df611b820c725db70d69f33d8f556a1f83909 | [
"Apache-2.0"
] | null | null | null | librfxcodec/src/common.asm | abm-osing/xrdp | 3c5df611b820c725db70d69f33d8f556a1f83909 | [
"Apache-2.0"
] | null | null | null | librfxcodec/src/common.asm | abm-osing/xrdp | 3c5df611b820c725db70d69f33d8f556a1f83909 | [
"Apache-2.0"
] | null | null | null | ;
;Copyright 2017 Pavel Roskin
;Copyright 2017 mirabilos
;
;Permission to use, copy, modify, distribute, and sell this software and its
;documentation for any purpose is hereby granted without fee, provided that
;the above copyright notice appear in all copies and that both that
;copyright notice and this permission no... | 20.76378 | 96 | 0.773606 |
ec4f005f669ff2ab2e082bca047194312cbc0126 | 1,611 | asm | Assembly | programs/oeis/277/A277108.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/277/A277108.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/277/A277108.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A277108: a(n) = 4n*(n+5).
; 24,56,96,144,200,264,336,416,504,600,704,816,936,1064,1200,1344,1496,1656,1824,2000,2184,2376,2576,2784,3000,3224,3456,3696,3944,4200,4464,4736,5016,5304,5600,5904,6216,6536,6864,7200,7544,7896,8256,8624,9000,9384,9776,10176,10584,11000,11424,11856,12296,12744,13200,13664,14136,14616,15104... | 179 | 1,533 | 0.819988 |
1c8d9a9f2e21e8db1542e049664aa8b661e782e0 | 146 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_sut1.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_sut1.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_sut1.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_sut1.asm
Type: file
Size: 67203
Last-Modified: '2016-05-13T04:22:15Z'
SHA-1: EC74D956A544DE4AC0058BD1F3142094A50C254E
Description: null
| 20.857143 | 47 | 0.815068 |
4daaa280af6b8c2bb7c1f49e40f9921194d0fa93 | 103 | asm | Assembly | Assembly Tests/shiftTest.asm | idn0971/289-CPU | 3d038b9057e0310f9628e9ec2cd3977ff6fc7e58 | [
"MIT"
] | 2 | 2020-03-07T03:59:48.000Z | 2020-03-07T05:43:00.000Z | Assembly Tests/shiftTest.asm | idn0971/289-CPU | 3d038b9057e0310f9628e9ec2cd3977ff6fc7e58 | [
"MIT"
] | 3 | 2020-03-07T05:42:03.000Z | 2020-03-08T07:16:13.000Z | Assembly Tests/shiftTest.asm | idn0971/289-CPU | 3d038b9057e0310f9628e9ec2cd3977ff6fc7e58 | [
"MIT"
] | 1 | 2020-03-13T15:37:17.000Z | 2020-03-13T15:37:17.000Z | addi t0, zero, 1
sll t1, t0, t0
slli t2, t1, 1
srl t3, t2, t0
srli t4, t3, 1
auipc t5, 0
#end : jal end | 14.714286 | 16 | 0.621359 |
e92de17b9f0650a75db4d54544d611804a963ba7 | 4,651 | asm | Assembly | data/Updated_0x37_Event_Command/0x37 - Item.asm | nic0lette/ffr-hmsj | 16a7f16c963687821c343d0059545682df906601 | [
"Apache-2.0"
] | 1 | 2019-06-06T00:19:18.000Z | 2019-06-06T00:19:18.000Z | data/Updated_0x37_Event_Command/0x37 - Item.asm | nic0lette/ffr-hmsj | 16a7f16c963687821c343d0059545682df906601 | [
"Apache-2.0"
] | 14 | 2019-06-04T11:39:22.000Z | 2019-06-11T11:27:52.000Z | data/Updated_0x37_Event_Command/0x37 - Item.asm | nic0lette/ffr-hmsj | 16a7f16c963687821c343d0059545682df906601 | [
"Apache-2.0"
] | null | null | null | @Rewriting the item give/take/check command to allow for immediate parameters
@by setting bit 0x40 in the mode parameter
@However, you must use the 12-length command!
@For 0x5E318
.thumb
push {r4-r7,r14}
mov r7,r10
mov r6,r9
mov r5,r8
push {r5-r7}
mov ... | 27.358824 | 101 | 0.480757 |
740c1aa3a62a18258b397cf5e7eae2e35c2271da | 4,928 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.creeper.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.creeper.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.creeper.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ;
; Demoralized Youth proudly presents: Creeper v1.0, Original Source
;
; Written by: TORMENTOR
;
; Yez, here it is... It's not like 4096 or Pogue, but it's a virus!
; The reason why I release the original source is that I think I
; can't do much more on this virus... I will start from scratch
; and write a larger... | 14.978723 | 78 | 0.629261 |
d77623d765f172ad9ab64357f8d67ae77442cf4d | 1,868 | asm | Assembly | 2/revshell_asm.asm | 91fc7b/SLAE | 8ba0831963b077cb3739b8bb53ed430cd3b564e0 | [
"Unlicense"
] | null | null | null | 2/revshell_asm.asm | 91fc7b/SLAE | 8ba0831963b077cb3739b8bb53ed430cd3b564e0 | [
"Unlicense"
] | null | null | null | 2/revshell_asm.asm | 91fc7b/SLAE | 8ba0831963b077cb3739b8bb53ed430cd3b564e0 | [
"Unlicense"
] | null | null | null | global _start
section .text
_start:
;---------------------------------------
; socket syscall
mov eax,102 ; socket syscall
mov ebx,1 ; subcall
push 0 ; argument protocol
push 1 ; argument type SOCK_STREAM
push 2 ; argument domain AF_INET
mov ecx,esp ; adress of arguments
int 0x80 ; execute syscall, -> f... | 20.086022 | 55 | 0.526231 |
1d44c2815c7a9f096257f3ba8e809f3837d269f0 | 360 | asm | Assembly | programs/oeis/135/A135416.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/135/A135416.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/135/A135416.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A135416: a(n) = A036987(n)*(n+1)/2.
; 1,0,2,0,0,0,4,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
add $0,2
mov $1,$0
seq $1,209229 ; Characteristic function of powers of 2, cf... | 36 | 203 | 0.552778 |
2fe8f0aa9adc58c2742c81bb06c82f710b64d414 | 314 | asm | Assembly | oeis/067/A067409.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/067/A067409.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/067/A067409.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A067409: Ninth column of triangle A067402.
; 1,17,1377,111537,9034497,731794257,59275334817,4801302120177,388905471734337,31501343210481297,2551608800048985057,206680312803967789617,16741105337121390958977
mov $2,1
lpb $0
sub $0,1
add $3,$2
mov $2,5
mul $3,81
lpe
mov $0,$3
div $0,81
mul $0,16
add $0,1
| 20.933333 | 162 | 0.757962 |
8a8c67f120aa967c95e08b124ffb4c5c8bd518b9 | 147 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_tanh.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_tanh.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_tanh.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_am9511
PUBLIC cam32_sdcc_tanh
EXTERN asm_sdcc_read1, _am9511_tanh
.cam32_sdcc_tanh
call asm_sdcc_read1
jp _am9511_tanh
| 13.363636 | 35 | 0.823129 |
1eb4a7859cd3933f699ba181e5588c0b88949b01 | 632 | asm | Assembly | oeis/090/A090749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/090/A090749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/090/A090749.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A090749: a(n) = 12 * C(2n+1,n-5) / (n+7).
; Submitted by Jon Maiga
; 1,12,90,544,2907,14364,67298,303600,1332045,5722860,24192090,100975680,417225900,1709984304,6962078952,28192122176,113649492522,456442180920,1827459250276,7297426411968,29075683360185,115631433392020,459124809056550,1820529677650320,7210477496434485... | 48.615385 | 482 | 0.830696 |
8d239374be06129cefc1a4568a01f332b74cfff2 | 732 | asm | Assembly | oeis/183/A183767.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/183/A183767.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/183/A183767.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A183767: 1/32 the number of (n+1) X 5 binary arrays with equal numbers of 2 X 2 subblocks with sum mod two being 0 and 1.
; Submitted by Jamie Morken(s4)
; 12,280,7392,205920,5912192,173065984,5134924800,153876579840,4646469273600,141154845511680,4309194677698560,132086184685977600,4062564621910867968,125316146802859... | 45.75 | 470 | 0.838798 |
f38305d972def7f6a62387ad09e68a7d9a480736 | 7,304 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1808.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1808.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1808.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1d53f, %r13
nop
nop
nop
nop
nop
sub $51579, %rbp
vmovups (%r13), %ymm6
vextracti128 $0, %ymm6, %xmm6
vpextrq $0, %xmm6, %rax
nop
nop
nop
sub %rsi, %rsi
lea addresses... | 34.616114 | 2,999 | 0.657859 |
810fef337f305f2235ea869434f4ee36da478971 | 333 | asm | Assembly | programs/oeis/241/A241575.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/241/A241575.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/241/A241575.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A241575: Sturmian expansion of 1/2 in base sqrt(2)-1.
; 0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0
add $0,36
seq $0,285073 ; 0-limiting word of the morphism 0->... | 55.5 | 201 | 0.567568 |
5f94daa18541e1ccd99d3af515f8c7471ef5f68f | 359 | asm | Assembly | programs/oeis/084/A084861.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/084/A084861.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/084/A084861.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A084861: Expansion of (1-3x+4x^2-3x^3+x^4)/(1-2x)^2.
; 1,1,4,9,21,48,108,240,528,1152,2496,5376,11520,24576,52224,110592,233472,491520,1032192,2162688,4521984,9437184,19660800,40894464,84934656,176160768,364904448,754974720,1560281088,3221225472
mov $1,6
mov $2,$0
mul $0,4
lpb $2
add $0,$1
mul $0,2
sub $2,1
lp... | 22.4375 | 192 | 0.70195 |
5300f2e73110ba7e62882e96877dfd11496a0263 | 988 | asm | Assembly | day_01/helloos.asm | macrat/30days-os | 58514889afd889dbd9d3f95d35592d2f898e4aaa | [
"MIT"
] | 1 | 2020-01-10T03:04:01.000Z | 2020-01-10T03:04:01.000Z | day_01/helloos.asm | macrat/30days-os | 58514889afd889dbd9d3f95d35592d2f898e4aaa | [
"MIT"
] | null | null | null | day_01/helloos.asm | macrat/30days-os | 58514889afd889dbd9d3f95d35592d2f898e4aaa | [
"MIT"
] | null | null | null | ; hello-os
; FAT12 on floppy
DB 0xeb, 0x4e, 0x90
DB "HELLOIPL"
DW 512
DB 1
DW 1
DB 2
DW 224
DW 2880
DB 0xf0
DW 9
DW 18
DW 2
DD 0
DD 2880
DB 0, 0, 0x29
DD 0xffffffff
DB ... | 22.454545 | 58 | 0.472672 |
aaaded8a107c7a0a03b2b4a3afe56b93620e3c80 | 894 | asm | Assembly | programs/oeis/266/A266377.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/266/A266377.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/266/A266377.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A266377: Triangle read by rows giving successive states of cellular automaton generated by "Rule 21" initiated with a single ON (black) cell.
; 1,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,... | 44.7 | 501 | 0.535794 |
e6a1e623c32799c80f82d8192ee6c45f1a7d8e9f | 614 | asm | Assembly | tests/parsing/exclamation_label_prefix.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/parsing/exclamation_label_prefix.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/parsing/exclamation_label_prefix.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | LoudMainLabel1:
!SilentMainLabel1:
.loop:
!.noEffectOnLocals:
jr LoudMainLabel1.loop
jr SilentMainLabel1
jr LoudMainLabel1.noEffectOnLocals
@LoudMainLabel2:
!@SilentMainLabel2:
.loop:
!.noEffectOnLocals:
jr LoudMainLabel2.loop
jr SilentMainLabel2
jr LoudMainLabel2.noEffectOnLocals
jr... | 19.806452 | 40 | 0.724756 |
72c6efe7d03a626974b9bc51974bded004f7de3e | 5,862 | asm | Assembly | PIC16/assy/pwm.asm | Classrooms/Microcontrollers | 554a2129d45a14306b69af0d72d5b3816b1e21ec | [
"MIT"
] | 1 | 2020-11-04T17:00:32.000Z | 2020-11-04T17:00:32.000Z | PIC16/assy/pwm.asm | Classrooms/Microcontrollers | 554a2129d45a14306b69af0d72d5b3816b1e21ec | [
"MIT"
] | null | null | null | PIC16/assy/pwm.asm | Classrooms/Microcontrollers | 554a2129d45a14306b69af0d72d5b3816b1e21ec | [
"MIT"
] | null | null | null | ; *******************************************************************
; Lesson 8 - PWM
;
; Pulse-Width Modulation (PWM) is a scheme that provides power to a load by switching
; quickly between fully on and fully off states. The PWM signal resembles a square wave
; where the high portion of the signal is considered the ... | 52.339286 | 151 | 0.512282 |
f8aaf7485cb18b10156285754c9a466a5f499c5b | 580 | asm | Assembly | head.asm | laffey98/c64-snake | 1fbd458930090a89b11aa837ee78b52a22bcff56 | [
"MIT"
] | 5 | 2021-03-31T12:41:46.000Z | 2021-10-12T05:52:56.000Z | head.asm | fumiama/c64-snake | 7797df0307b701d5d5aa7e1c47017bcbee330359 | [
"MIT"
] | 1 | 2021-04-12T12:12:54.000Z | 2021-04-12T12:13:23.000Z | head.asm | laffey98/c64-snake | 1fbd458930090a89b11aa837ee78b52a22bcff56 | [
"MIT"
] | 5 | 2021-03-31T12:41:51.000Z | 2022-02-04T07:14:17.000Z | .alias cblk $66 ; 边框
.alias csnk $a0 ; 像素
.alias csps $20 ; 空白
.alias crnd $51 ; 食物
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; 按钮配置,调试时使用WASD控制
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.alias go_u 'W ;$55 ; 上
.alias go_d 'S ;$5f ; 下
.alias go_l 'A ;$1d ; 左
.alias go_r 'D ;$32 ; 右
.alias st_g 'P ;$a0 ; 开始/暂停
.alias e... | 19.333333 | 32 | 0.505172 |
301078c765d41cb6e165db1ae4b1c5cbef4db493 | 310 | asm | Assembly | programs/oeis/021/A021802.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021802.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021802.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021802: Decimal expansion of 1/798.
; 0,0,1,2,5,3,1,3,2,8,3,2,0,8,0,2,0,0,5,0,1,2,5,3,1,3,2,8,3,2,0,8,0,2,0,0,5,0,1,2,5,3,1,3,2,8,3,2,0,8,0,2,0,0,5,0,1,2,5,3,1,3,2,8,3,2,0,8,0,2,0,0,5,0,1,2,5,3,1,3,2,8,3,2,0,8,0,2,0,0,5,0,1,2,5,3,1,3,2
add $0,1
mov $1,10
pow $1,$0
mul $1,5
div $1,3990
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
b8a81244f08340828ce4daf2283b9f811674ebb0 | 1,879 | asm | Assembly | FindingBiggest.asm | ClaudioKamoda/MIPS-Assembly-Projects | 663597b8defb0a00e04e48cdae6d6680822fe304 | [
"MIT"
] | null | null | null | FindingBiggest.asm | ClaudioKamoda/MIPS-Assembly-Projects | 663597b8defb0a00e04e48cdae6d6680822fe304 | [
"MIT"
] | null | null | null | FindingBiggest.asm | ClaudioKamoda/MIPS-Assembly-Projects | 663597b8defb0a00e04e48cdae6d6680822fe304 | [
"MIT"
] | null | null | null | # Made by Claudio, Beatriz and Israel
# September 19, 2019
# Finding the biggest of three numbers :)
.data
msg: .asciiz "\nInsert the first number:\n"
msg2: .asciiz "\nInsert the second number:\n"
msg3: .asciiz "\nInsert the third number:\n"
msg4: .asciiz " is the biggest\n"
.text
main:
li $v0, 4 # syscall code to... | 23.197531 | 121 | 0.654071 |
2bb68bf01029710263aa7fb67a89d3dbc117a22f | 154 | asm | Assembly | src/docu/reg16.asm | MijnOS/MijnOS | faf73edc0e506cc6c8ceb16faafbb29f225c1eb0 | [
"MIT"
] | null | null | null | src/docu/reg16.asm | MijnOS/MijnOS | faf73edc0e506cc6c8ceb16faafbb29f225c1eb0 | [
"MIT"
] | null | null | null | src/docu/reg16.asm | MijnOS/MijnOS | faf73edc0e506cc6c8ceb16faafbb29f225c1eb0 | [
"MIT"
] | null | null | null | [BITS 16]
[MAP ALL reg16.map]
start:
mov bx,0
mov dx,word [bx]
ret
segments:
mov ax,0
mov fs,ax
ret
| 11.846154 | 25 | 0.448052 |
d1eb84e54deaf914caa62da22ecf870bb32c97e2 | 366 | asm | Assembly | oeis/032/A032607.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/032/A032607.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/032/A032607.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A032607: Concatenation of n and n + 2 or {n,n+2}.
; Submitted by Jon Maiga
; 13,24,35,46,57,68,79,810,911,1012,1113,1214,1315,1416,1517,1618,1719,1820,1921,2022,2123,2224,2325,2426,2527,2628,2729,2830,2931,3032,3133,3234,3335,3436,3537,3638,3739,3840,3941,4042,4143,4244
mov $1,$0
add $0,1
add $1,6
mov $2,$0
lpb $1
... | 24.4 | 195 | 0.691257 |
06f4af0a68c1458153240610deb697e8af2b1c00 | 487 | asm | Assembly | oeis/091/A091946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/091/A091946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/091/A091946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A091946: a(n) = floor(11^n/10^n).
; Submitted by Jamie Morken(w3)
; 1,1,1,1,1,1,1,1,2,2,2,2,3,3,3,4,4,5,5,6,6,7,8,8,9,10,11,13,14,15,17,19,21,23,25,28,30,34,37,41,45,49,54,60,66,72,80,88,97,106,117,129,142,156,171,189,207,228,251,276,304,334,368,405,445,490,539,593,652,717,789,868,955,1051,1156,1271,1399,1538,1692,18... | 44.272727 | 357 | 0.681725 |
369d3d2d63375d07ff63722fc8900aa7c56274e1 | 678 | asm | Assembly | oeis/166/A166152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/166/A166152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/166/A166152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A166152: a(n) = (6^n+12*(-7)^n)/13.
; Submitted by Christian Krause
; 1,-6,48,-300,2316,-14916,112188,-738660,5450556,-36474276,265397628,-1797317220,12944017596,-88431340836,632080079868,-4346196394980,30893559749436,-213433808338596,1510963317814908,-10475183268035940,73935642616262076,-513893339873771556,361919032... | 39.882353 | 484 | 0.789086 |
96d9b8543c678a89e3272c41c6b74becb94ccb2d | 178 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/___ulonglong2fs_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/___ulonglong2fs_callee.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/c/sdcc_iy/___ulonglong2fs_callee.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 ___ulonglong2fs_callee
EXTERN cm48_sdcciyp_ulonglong2ds_callee
defc ___ulonglong2fs_callee = cm48_sdcciyp_ulonglong2ds_callee
| 17.8 | 62 | 0.904494 |
4aa1c3a90fadfc228a2007ee7f4820eb672a81ce | 319 | asm | Assembly | oeis/021/A021918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021918.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021918: Decimal expansion of 1/914.
; Submitted by Jon Maiga
; 0,0,1,0,9,4,0,9,1,9,0,3,7,1,9,9,1,2,4,7,2,6,4,7,7,0,2,4,0,7,0,0,2,1,8,8,1,8,3,8,0,7,4,3,9,8,2,4,9,4,5,2,9,5,4,0,4,8,1,4,0,0,4,3,7,6,3,6,7,6,1,4,8,7,9,6,4,9,8,9,0,5,9,0,8,0,9,6,2,8,0,0,8,7,5,2,7,3,5
seq $0,199685 ; a(n) = 5*10^n+1.
div $0,457
mod $0,10
| 39.875 | 199 | 0.554859 |
94d8c031eb77239aa56dd61ad9107d3ad67f1859 | 1,296 | asm | Assembly | libsrc/_DEVELOPMENT/target/rc2014/device/acia/z80/__acia_data_Rx.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/rc2014/device/acia/__acia_data_Rx.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/rc2014/device/acia/__acia_data_Rx.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | INCLUDE "config_private.inc"
SECTION data_driver
PUBLIC aciaRxCount, aciaRxIn, aciaRxOut, aciaRxLock
aciaRxCount: defb 0 ; Space for Rx Buffer Management
aciaRxIn: defw aciaRxBuffer ; pointer to buffer
aciaRxOut: defw aciaRxBuffer ; pointer to buffer
aciaRxLock: defb ... | 19.938462 | 73 | 0.698302 |
bace4c08de414a54c3b6f267d5c66035574b1028 | 1,413 | asm | Assembly | programs/oeis/277/A277644.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/277/A277644.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/277/A277644.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A277644: Beatty sequence for sqrt(6)/2.
; 1,2,3,4,6,7,8,9,11,12,13,14,15,17,18,19,20,22,23,24,25,26,28,29,30,31,33,34,35,36,37,39,40,41,42,44,45,46,47,48,50,51,52,53,55,56,57,58,60,61,62,63,64,66,67,68,69,71,72,73,74,75,77,78,79,80,82,83,84,85,86,88,89,90,91,93,94,95,96,97,99,100,101,102,104,105,106,107,109,110,111,1... | 33.642857 | 912 | 0.624204 |
3c431443be4e267537f59a0903bce44a26b83fc8 | 4,352 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_566_342.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_566_342.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_566_342.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x3250, %r9
nop
nop
dec %r15
mov (%r9), %rdi
nop
nop
xor $6929, %rdx
lea addresses_A_ht+0x195f8, %rax
nop
nop
nop
xor %rcx, %rcx
mov (%rax), %r9d
nop
nop
nop
cmp %rdi, %rdi
lea... | 30.647887 | 1,697 | 0.656939 |
c0ca106ef72184b992f4ff614feb2454b43fa89d | 2,481 | asm | Assembly | KEK/Source/Windows-amd64/Window.asm | MarcasRealAccount/VulkanInAssemblyWHYYYYY | 6033f60c3803f63dc1b02e82205c374148be89dd | [
"MIT"
] | 3 | 2022-01-17T22:59:47.000Z | 2022-01-29T15:56:13.000Z | KEK/Source/Windows-amd64/Window.asm | MarcasRealAccount/VulkanInAssemblyWHYYYYY | 6033f60c3803f63dc1b02e82205c374148be89dd | [
"MIT"
] | null | null | null | KEK/Source/Windows-amd64/Window.asm | MarcasRealAccount/VulkanInAssemblyWHYYYYY | 6033f60c3803f63dc1b02e82205c374148be89dd | [
"MIT"
] | null | null | null | %include "Common.asminc"
%if BUILD_IS_SYSTEM_WINDOWS && BUILD_IS_PLATFORM_AMD64
%include "Windows-amd64/Window.asminc"
%include "Windows-amd64/Logger.asminc"
%include "Windows-amd64/LibC.asminc"
%include "Windows-amd64/GLFW.asminc"
extern AppLogger
section .rdata
GLFWErrorFormat: db "GLFW (%d) => %s", 0
section .d... | 19.690476 | 81 | 0.688432 |
cd65597dcb10226c9bcf68fd9f06b90d0fb80cba | 1,919 | asm | Assembly | libsrc/input/excali64/in_keytranstbl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/input/excali64/in_keytranstbl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/input/excali64/in_keytranstbl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; This table translates key presses into ascii codes.
; Also used by 'GetKey' and 'LookupKey'. An effort has been made for
; this key translation table to emulate a PC keyboard with the 'CTRL' key
SECTION rodata_clib
PUBLIC in_keytranstbl
.in_keytranstbl
;Unshifted
defb 'r', 'w', 255, 'e','\t', 6, 'a', 'q' ;r w... | 47.975 | 74 | 0.450756 |
df8274c70d8590ab38b3a35d3f8b77c6649ebf63 | 236 | asm | Assembly | programs/oeis/037/A037953.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/037/A037953.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/037/A037953.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A037953: C(n,[ (n-5)/2 ]).
; 0,0,0,0,0,1,1,7,8,36,45,165,220,715,1001,3003,4368,12376,18564,50388,77520,203490,319770,817190,1307504,3268760,5311735,13037895,21474180,51895935,86493225,206253075
mov $1,$0
div $0,2
add $0,3
bin $1,$0
| 29.5 | 167 | 0.70339 |
24e8bf3f57e41ed1992f19b820bca2892c890987 | 618 | asm | Assembly | programs/oeis/173/A173196.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/173/A173196.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/173/A173196.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A173196: Partial sums of A002620.
; 0,0,1,3,7,13,22,34,50,70,95,125,161,203,252,308,372,444,525,615,715,825,946,1078,1222,1378,1547,1729,1925,2135,2360,2600,2856,3128,3417,3723,4047,4389,4750,5130,5530,5950,6391,6853,7337,7843,8372,8924,9500,10100,10725,11375,12051,12753,13482,14238,15022,15834,16675,17545,18445,1937... | 56.181818 | 513 | 0.768608 |
838d0ea35abb9e30d7627d8c34dc6a39d3a65caa | 462 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_push_back.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_push_back.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_push_back.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void p_forward_list_push_back(p_forward_list_t *list, void *item)
SECTION code_clib
SECTION code_adt_p_forward_list
PUBLIC p_forward_list_push_back
EXTERN asm_p_forward_list_push_back
p_forward_list_push_back:
pop af
pop de
pop hl
push hl
push de
push af
jp asm_p_forward_list_push_b... | 15.931034 | 67 | 0.807359 |
06dc4a423341a26d518360829739fecab8b495f2 | 2,607 | asm | Assembly | klc3-manual/examples/zjui_ece220_fa20/mp3/extra.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa20/mp3/extra.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | klc3-manual/examples/zjui_ece220_fa20/mp3/extra.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | .ORIG x4800
; Weekday bit vector
; A bit vector of -1 ends the event list.
; May assume all bit vectors have 0 bits in the high 11 bits.
; May not assume that event bit vectors are non-zero.
; Event name pointer
; May assume valid and unique ASCII strings
; Event slot bit vector
; Can be anything
; Must ig... | 42.737705 | 236 | 0.620253 |
07ae9da75ccf51a7088ed96923b57dd8afeda904 | 435 | asm | Assembly | oeis/255/A255044.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/255/A255044.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/255/A255044.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A255044: Array A read by upward antidiagonals: A(n,k) = ((2*n+1)*9^k-1)/2, n,k >= 0.
; Submitted by Simon Strandgaard
; 0,1,4,2,13,40,3,22,121,364,4,31,202,1093,3280,5,40,283,1822,9841,29524,6,49,364,2551,16402,88573,265720,7,58,445,3280,22963,147622,797161,2391484,8,67,526,4009,29524,206671,1328602,7174453,21523360
... | 24.166667 | 199 | 0.666667 |
044eae3c500f6b3889050481717add1d22e1574c | 626 | asm | Assembly | programs/oeis/084/A084558.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/084/A084558.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/084/A084558.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A084558: a(0) = 0; for n >= 1: a(n) = largest m such that n >= m!.
; 0,1,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5... | 62.6 | 501 | 0.5 |
f3cefb84183899f30824075feb00c54f53720155 | 2,822 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_239_2026.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_notsx.log_239_2026.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_notsx.log_239_2026.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x6382, %rsi
add %r8, %r8
movb (%rsi), %dl
nop
nop
nop
nop
xor $33115, %rsi
lea addresses_normal_ht+0x1abab, %rdi
nop
nop
nop
nop
nop
xor %rax, %rax
movb $0x61, (%rdi)
nop
nop
... | 23.714286 | 716 | 0.651311 |
be8e5e349ad9fe9cac893f574e4ebcdafb00a1ef | 1,490 | asm | Assembly | files/file.asm | urandu/assembly-language | 368756ce3e48d825b6e4d8845528955f1c909d85 | [
"Apache-2.0"
] | null | null | null | files/file.asm | urandu/assembly-language | 368756ce3e48d825b6e4d8845528955f1c909d85 | [
"Apache-2.0"
] | null | null | null | files/file.asm | urandu/assembly-language | 368756ce3e48d825b6e4d8845528955f1c909d85 | [
"Apache-2.0"
] | null | null | null | section .text
global _start ;must be declared for using gcc
_start: ;tell linker entry point
;create the file
mov eax, 8
mov ebx, file_name
mov ecx, 0777 ;read, write and execute by all
int 0x80 ;call kernel
mov [fd_out], eax
; write into the fi... | 20.135135 | 57 | 0.593289 |
107ff7fb90ddd9f7f040d941e9794d6a26ae2f55 | 1,591 | asm | Assembly | programs/4bit_and_subroutine.asm | Kostu96/K4004 | e9741e9df77de6426303b421bb8514ba6dd911cf | [
"MIT"
] | 1 | 2021-11-18T11:40:38.000Z | 2021-11-18T11:40:38.000Z | programs/4bit_and_subroutine.asm | Kostu96/K4004 | e9741e9df77de6426303b421bb8514ba6dd911cf | [
"MIT"
] | null | null | null | programs/4bit_and_subroutine.asm | Kostu96/K4004 | e9741e9df77de6426303b421bb8514ba6dd911cf | [
"MIT"
] | null | null | null | ; four bit "AND" routine on the Intel 4004
;
START FIM P4, 0 ; LOAD ROM PORT 0 ADDRESS
SRC P4 ; SEND ROM PORT ADDRESS
RDR ; READ INPUT A
XCH R0 ; A TO REGISTER 0
INC R8 ; LOAD ROM PORT 1 ADDRESS
SRC P4 ; SEND ROM PORT ADDRESS
RDR ; READ INPUT B
X... | 37 | 61 | 0.527341 |
ee02def8d044c5bfffe4a3ee0d3a91489b671faf | 2,045 | asm | Assembly | programs/oeis/250/A250655.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/250/A250655.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/250/A250655.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A250655: Number of (n+1) X (7+1) 0..1 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing min(x(i,j),x(i-1,j)) in the j direction.
; 81,169,345,697,1401,2809,5625,11257,22521,45049,90105,180217,360441,720889,1441785,2883577,5767161,11534329,23068665,46137337,92274681,184549369,369098745,738... | 227.222222 | 1,835 | 0.913447 |
66a13c6d03f5b5dfac513fd273e2a0347d42e4a3 | 75 | asm | Assembly | Tests/yasm-regression/fwdequ64.asm | 13xforever/x86-assembly-textmate-bundle | f1bb62f77b776d87d0fd85b0276d4237ff72c43c | [
"MIT"
] | 69 | 2015-04-16T18:01:22.000Z | 2022-02-15T07:54:26.000Z | Tests/yasm-regression/fwdequ64.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 17 | 2016-09-20T08:49:09.000Z | 2021-02-19T15:01:04.000Z | Tests/yasm-regression/fwdequ64.asm | javiercbk/x86-assembly-textmate-bundle | 62d700e0196f62ef4353a9b95c2e64beb0a6afda | [
"MIT"
] | 19 | 2016-05-31T07:11:14.000Z | 2021-07-19T10:17:12.000Z | [bits 64]
l1:
inc dword [l2] ; out: ff 04 25 04 00 00 00
l2 equ 4-(l1-$$)
| 15 | 43 | 0.573333 |
5011ee34dc6a66f30279051447dafc245e61c32b | 982 | asm | Assembly | test/test.fs.stat.asm | richRemer/atlatl | 169c0c9c29d277dc1295e6c37b0963af6e02741a | [
"MIT"
] | null | null | null | test/test.fs.stat.asm | richRemer/atlatl | 169c0c9c29d277dc1295e6c37b0963af6e02741a | [
"MIT"
] | null | null | null | test/test.fs.stat.asm | richRemer/atlatl | 169c0c9c29d277dc1295e6c37b0963af6e02741a | [
"MIT"
] | null | null | null | global test_case
extern fs.stat
extern sys.error
%include "fs.inc"
section .text
test_case:
lea rax, [test_path] ; test filesystem path
call fs.stat ; get file stats
mov rbx, rax ; stat result
mov rax, [rbx+Stat.dev_id] ; device
cmp rax,... | 25.179487 | 68 | 0.46945 |
502bdda0354f08a3452eae80001d1c6af0501f5d | 8,322 | asm | Assembly | home/pokemon.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | home/pokemon.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | home/pokemon.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | DrawHPBar::
; Draw an HP bar d tiles long, and fill it to e pixels.
; If c is nonzero, show at least a sliver regardless.
; The right end of the bar changes with [wHPBarType].
push hl
push de
push bc
; Left
ld a, $71 ; "HP:"
ld [hli], a
ld a, $62
ld [hli], a
push hl
; Middle
ld a, $63 ; empty
.draw
ld [... | 18.210066 | 84 | 0.701754 |
a36cb6114864f4fc2b5ebd924a0ae7ddec88453b | 1,693 | asm | Assembly | programs/oeis/087/A087348.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/087/A087348.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/087/A087348.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A087348: a(n) = 10*n^2 - 6*n + 1.
; 5,29,73,137,221,325,449,593,757,941,1145,1369,1613,1877,2161,2465,2789,3133,3497,3881,4285,4709,5153,5617,6101,6605,7129,7673,8237,8821,9425,10049,10693,11357,12041,12745,13469,14213,14977,15761,16565,17389,18233,19097,19981,20885,21809,22753,23717,24701,25705,26729,27773,28837,299... | 188.111111 | 1,606 | 0.825753 |
00a05b81e3c7c75d1d67ea21903963fef5dc42bc | 395 | asm | Assembly | programs/oeis/242/A242062.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/242/A242062.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/242/A242062.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A242062: Expansion of x * (1 - x^12) / ((1 - x^3) * (1 - x^4) * (1 - x^7)) in powers of x.
; 0,1,0,0,1,1,0,1,2,1,1,2,2,1,2,3,2,2,3,3,2,3,4,3,3,4,4,3,4,5,4,4,5,5,4,5,6,5,5,6,6,5,6,7,6,6,7,7,6,7,8,7,7,8,8,7,8,9,8,8,9,9,8,9,10,9,9,10,10,9,10,11,10,10,11,11,10,11,12,11,11,12,12,11,12,13,12,12,13,13,12,13,14,13,13,14,14,1... | 35.909091 | 234 | 0.526582 |
45d316cb90b00b418b721afdad3d4052f183174e | 18,940 | asm | Assembly | tests/lab2.asm | Gennadiyev/yet-another-lc3-sim | 00e301ea9c8f369798d11b4e5564795c998e7e5e | [
"MIT"
] | null | null | null | tests/lab2.asm | Gennadiyev/yet-another-lc3-sim | 00e301ea9c8f369798d11b4e5564795c998e7e5e | [
"MIT"
] | null | null | null | tests/lab2.asm | Gennadiyev/yet-another-lc3-sim | 00e301ea9c8f369798d11b4e5564795c998e7e5e | [
"MIT"
] | null | null | null | ;10-22 main
; The Calculator, Main Algorithm
;
.ORIG x3000
LEA R6,StackBase ; Initialize the Stack.
LEA R0,PromptMsg
PUTS
GETC
OUT
;
; Check the com... | 38.653061 | 89 | 0.44905 |
0fe654a2ba1f7b676867bbacfa85c5335e8e981a | 379 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_pop_front.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_pop_front.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_pop_front.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *p_forward_list_pop_front(p_forward_list_t *list)
SECTION code_clib
SECTION code_adt_p_forward_list
PUBLIC p_forward_list_pop_front
EXTERN asm_p_forward_list_pop_front
defc p_forward_list_pop_front = asm_p_forward_list_pop_front
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _p_forward_list_pop_front
defc _... | 19.947368 | 60 | 0.881266 |
02516b20754e8b7f560c32c5ba66a0f321df00db | 194 | asm | Assembly | CSE3030: Assembly Programming/Lecture Notes and Codes From Text/Ch3 - Assembly Language Fundamentals/3.6-02_AddTwoSum_64-02.asm | yoonBot/Sogang-CSE | 34a267a0f4debc2082d6ec11e289e4250019fb96 | [
"MIT"
] | 1 | 2020-11-05T15:55:48.000Z | 2020-11-05T15:55:48.000Z | CSE3030: Assembly Programming/Lecture Notes and Codes From Text/Ch3 - Assembly Language Fundamentals/3.6-02_AddTwoSum_64-02.asm | yoonBot/Sogang-CSE | 34a267a0f4debc2082d6ec11e289e4250019fb96 | [
"MIT"
] | null | null | null | CSE3030: Assembly Programming/Lecture Notes and Codes From Text/Ch3 - Assembly Language Fundamentals/3.6-02_AddTwoSum_64-02.asm | yoonBot/Sogang-CSE | 34a267a0f4debc2082d6ec11e289e4250019fb96 | [
"MIT"
] | 1 | 2021-01-13T10:36:51.000Z | 2021-01-13T10:36:51.000Z | ; AddTwoSum_64.asm - Chapter 3 example.
ExitProcess PROTO
.data
sum QWORD 0
.code
main PROC
mov rax, 5
add rax, 6
mov sum, rax
mov rcx, 0
call ExitProcess
main ENDP
END | 11.411765 | 40 | 0.654639 |
2c213d8b17df30ac62e2b02ec4ca739389905b4d | 472 | asm | Assembly | libsrc/stdio_new/fd/general/stdio_getfdstruct.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdio_new/fd/general/stdio_getfdstruct.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdio_new/fd/general/stdio_getfdstruct.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; stdio_getfdstruct
; 07.2009 aralbrec
PUBLIC stdio_getfdstruct
; return fd struct address given fd table entry
; (see stdio_fdtblentry), validate it by checking
; if non-zero
;
; enter : hl = & stdio_fdtbl[fd]
; exit : ix = fdstruct *, carry reset
; hl = & stdio_fdtbl[fd] + 1
; carry set if fdstruct... | 16.857143 | 49 | 0.629237 |
836122a9be62633ec3294d2af78c5968190f3aa3 | 279 | asm | Assembly | programs/oeis/070/A070435.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070435.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070435.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070435: a(n) = n^2 mod 12, or alternately n^4 mod 12.
; 0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9,4,1,0,1,4,9
pow $0,2
mod $0,12
| 46.5 | 201 | 0.526882 |
0b3037c2fba11fcf4afc7c6585bb8a93de0b74f4 | 1,472 | asm | Assembly | programs/oeis/069/A069205.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/069/A069205.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/069/A069205.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A069205: a(n) = Sum_{k=1..n} 2^bigomega(k).
; 1,3,5,9,11,15,17,25,29,33,35,43,45,49,53,69,71,79,81,89,93,97,99,115,119,123,131,139,141,149,151,183,187,191,195,211,213,217,221,237,239,247,249,257,265,269,271,303,307,315,319,327,329,345,349,365,369,373,375,391,393,397,405,469,473,481,483,491,495,503,505,537,539,543,551... | 73.6 | 1,105 | 0.730978 |
ca30033bac08b262e8d13a543a9b7955f82ee182 | 4,895 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_1494.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_1494.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_1494.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 %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xc187, %rdx
sub $19120, %rbx
movups (%rdx), %xmm2
vpextrq $1, %xmm2, %r8
add %rdi, %rdi
lea addresses_WC_ht+0x1ec97, %rsi
lea addresses_A_ht+0x9b69, %rdi
and %rbx, %rbx
mov $102, %r... | 50.989583 | 2,999 | 0.661287 |
e3599e9884fd1a2e7d3e5645bdb2c869ed9c22da | 1,286 | asm | Assembly | programs/oeis/281/A281482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/281/A281482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/281/A281482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A281482: a(n) = 2^(n + 1) * (2^n + 1) - 1.
; 3,11,39,143,543,2111,8319,33023,131583,525311,2099199,8392703,33562623,134234111,536903679,2147549183,8590065663,34360000511,137439477759,549756862463,2199025352703,8796097216511,35184380477439,140737505132543,562949986975743,2251799880794111,9007199388958719,3602879728739... | 116.909091 | 1,174 | 0.905132 |
d1c59193850fa1cb8f3a0b03c6b376aefe761209 | 547 | asm | Assembly | oeis/331/A331799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/331/A331799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/331/A331799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A331799: Normalized volume of the Caracol flow polytope. Also equal to the number of "unified diagrams" of the Caracol graph (see Section 4.3 and Section 5 in Benedetti et al. reference).
; Submitted by Jon Maiga
; 1,3,32,625,18144,705894,34603008,2051893701,143000000000,11464341673642,1039964049506304,10535394092385... | 36.466667 | 234 | 0.79159 |
45053b12085d8d14277958f079548413e71c7553 | 1,386 | asm | Assembly | dist/vale/cpuid-x86_64-msvc.asm | beurdouche/hacl-core | 34e39acbbb8c9037e8cadf056317bde36dee4415 | [
"Apache-2.0"
] | 2 | 2020-01-19T14:52:24.000Z | 2020-05-11T11:03:25.000Z | src/hacl/c89-compatible/cpuid-x86_64-msvc.asm | rot256/everrs | 94ccede5a3319613c7b01c2d3df73f25d35e2042 | [
"MIT"
] | null | null | null | src/hacl/c89-compatible/cpuid-x86_64-msvc.asm | rot256/everrs | 94ccede5a3319613c7b01c2d3df73f25d35e2042 | [
"MIT"
] | 1 | 2020-06-29T17:58:27.000Z | 2020-06-29T17:58:27.000Z | .code
ALIGN 16
check_aesni proc
mov r9, rbx
mov rcx, 0
mov rax, 1
cpuid
mov rax, rcx
and rax, 33554432
shr rax, 24
and rcx, 2
and rax, rcx
mov rbx, r9
ret
check_aesni endp
ALIGN 16
check_sha proc
mov r9, rbx
mov rax, 7
mov rcx, 0
cpuid
and rbx, 536870912
mov rax, rbx
mov rbx, r9
re... | 13.075472 | 21 | 0.655844 |
e307c436e74cba92f5c1e2e6370605738d8e8d96 | 468 | asm | Assembly | data/pokemon/base_stats/hoenn/whiscash.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/hoenn/whiscash.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/hoenn/whiscash.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | db 0 ; 340 DEX NO
db 110, 78, 73, 60, 76, 71
; hp atk def spd sat sdf
db WATER, GROUND ; type
db 75 ; catch rate
db 158 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/hoenn/whiscash/front.... | 21.272727 | 53 | 0.668803 |
5f3dbf7c994a53694ba934cbd2472b706cb7053e | 10,664 | asm | Assembly | c/03-bootstrap/03-joypad/build/main.rgbds.asm.tidy.asm | willbr/gameboy-tests | a0d9f68f5a4898067b7993f690d8d4ca6de831c5 | [
"MIT"
] | null | null | null | c/03-bootstrap/03-joypad/build/main.rgbds.asm.tidy.asm | willbr/gameboy-tests | a0d9f68f5a4898067b7993f690d8d4ca6de831c5 | [
"MIT"
] | null | null | null | c/03-bootstrap/03-joypad/build/main.rgbds.asm.tidy.asm | willbr/gameboy-tests | a0d9f68f5a4898067b7993f690d8d4ca6de831c5 | [
"MIT"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.0.0 #11528 (MINGW64)
;--------------------------------------------------------
; MODULE main
.optsdcc -mgbz80
; Generated using the rgbds tokens.
;-----------------------------------------... | 18.907801 | 70 | 0.537791 |
348918b12d68dfddaf8cc8f9ae1201780736cb72 | 272 | asm | Assembly | src/test.asm | harkal/picovm | 0dfd82db9f6315c9cf7e4bacb6ff7869d28b8243 | [
"MIT"
] | 14 | 2020-06-17T17:48:16.000Z | 2022-02-11T23:02:28.000Z | src/test.asm | harkal/picovm | 0dfd82db9f6315c9cf7e4bacb6ff7869d28b8243 | [
"MIT"
] | null | null | null | src/test.asm | harkal/picovm | 0dfd82db9f6315c9cf7e4bacb6ff7869d28b8243 | [
"MIT"
] | 1 | 2020-11-22T16:05:48.000Z | 2020-11-22T16:05:48.000Z |
LOAD32 [res]
CALL sqr
CALLUSER
la: LOAD32 1
SUB32
JLT la
HLT
one: DB 0x04030001
res: DB 0x00000002
sqr: LOAD32 [sfp + 2]
DUP32
MUL32
STORE32 [sfp + 2]
RET
| 11.826087 | 25 | 0.415441 |
3cb6e1c594b7d9960f77f3b72b60378dfebc6a45 | 638 | asm | Assembly | tests/data_unsized.asm | clubby789/customasm | c85b2422d933e6266dd817e0ec3cbb9e30b181fa | [
"Apache-2.0"
] | 1 | 2021-01-02T13:38:01.000Z | 2021-01-02T13:38:01.000Z | tests/data_unsized.asm | clubby789/customasm | c85b2422d933e6266dd817e0ec3cbb9e30b181fa | [
"Apache-2.0"
] | null | null | null | tests/data_unsized.asm | clubby789/customasm | c85b2422d933e6266dd817e0ec3cbb9e30b181fa | [
"Apache-2.0"
] | null | null | null | ; :::
#d 0x00 ; = 0x00
; :::
#d 0x0000 ; = 0x0000
; :::
#d 0x12 ; = 0x12
; :::
#d 0x1234 ; = 0x1234
; :::
#d 10`16 ; = 0x000a
; :::
#d (0x12 + 0x34)`16 ; = 0x0046
; :::
#d 0x12, 0x345, 0x6, 0x789a ; = 0x123456789a
; :::
x = 0x1234
#d x, 0x56, x ; = 0x1234561234
; :::
#d x, 0x56, x ; = 0x1234561234
#d x, 0x56, x ; =... | 13.020408 | 44 | 0.517241 |
8644e4c9f0e593e349b88e682d32b1a6808f248b | 605 | asm | Assembly | oeis/009/A009120.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/009/A009120.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/009/A009120.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A009120: a(n) = (4n)!/(2n)!.
; 1,12,1680,665280,518918400,670442572800,1295295050649600,3497296636753920000,12576278705767096320000,58102407620643984998400000,335367096786357081410764800000,2365008766537390138108713369600000,20007974164906320568399715106816000000,199999709752403580401723552207732736000000,23319966157... | 46.538462 | 489 | 0.867769 |
ae700c7647331c04e3c5dcf05eeb16b95129ea38 | 735 | asm | Assembly | Scripts/game/system/round_manager.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | 1 | 2022-02-13T16:09:18.000Z | 2022-02-13T16:09:18.000Z | Scripts/game/system/round_manager.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | Scripts/game/system/round_manager.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | ROUND_MANAGER: {
* = * "-Round Manager"
Init: {
jsr GFX_SETUP.InitColours
jsr SCORE_CARDS.ResetAll
jsr GOLFER.Init
rts
}
// *******************
// *** SUBROUTINES ***
// *******************
//!zone {
// round_s_init
// jsr gfxs_s_init_colors
// jsr sc_s... | 13.867925 | 39 | 0.548299 |
e302a38f3da40f20aac3c98b2423819143f550fd | 560 | asm | Assembly | programs/oeis/080/A080723.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/080/A080723.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/080/A080723.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A080723: a(0) = 1; for n>0, a(n) is taken to be the smallest positive integer greater than a(n-1) which is consistent with the condition "n is a member of the sequence if and only if a(n) == 1 mod 3".
; 1,4,5,6,7,10,13,16,17,18,19,20,21,22,23,24,25,28,31,34,37,40,43,46,49,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,... | 40 | 209 | 0.651786 |
6bffc6ece1bf965ec8bd919bf9b0e866a174bae5 | 101 | asm | Assembly | tests/sjasmplus_regressions/incbin.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/sjasmplus_regressions/incbin.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/sjasmplus_regressions/incbin.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | device zxspectrum128
OUTPUT incbin.bin
org #8000
INCBIN incbin.asm
| 14.428571 | 28 | 0.554455 |
f0016f222575450f82c8e2df15d5866291b57413 | 4,657 | asm | Assembly | ModelRender/drawforwards-LL17.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 9 | 2021-09-29T22:08:15.000Z | 2022-03-23T05:35:43.000Z | ModelRender/drawforwards-LL17.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-21T12:35:42.000Z | 2022-01-21T17:47:24.000Z | ModelRender/drawforwards-LL17.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-15T10:13:49.000Z | 2022-01-15T10:13:49.000Z | SetLastFaceVisible: MACRO
ld a,$FF ; last normal is always visible ;;;
ld (UbnkFaceVisArray+15),a ; XX2+15 ... | 75.112903 | 233 | 0.335839 |
eaf99224bd6cb83a06db72fc1e41b7f6acb2eb6e | 1,883 | asm | Assembly | programs/oeis/209/A209345.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/209/A209345.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/209/A209345.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A209345: Number of 4-bead necklaces labeled with numbers -n..n allowing reversal, with sum zero with no three beads in a row equal
; 4,15,35,72,128,205,311,448,618,829,1083,1382,1734,2141,2605,3134,3730,4395,5137,5958,6860,7851,8933,10108,11384,12763,14247,15844,17556,19385,21339,23420,25630,27977,30463,33090,35866,3... | 67.25 | 1,478 | 0.795539 |
8c728c75f7645cd65615ac337557e60f0f16e4cf | 6,458 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1309.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_1309.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_1309.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 %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xf11e, %r10
nop
nop
nop
nop
nop
cmp $4244, %rax
mov (%r10), %ebx
nop
xor $20628, %r10
lea addresses_D_ht+0x1b11e, %r8
nop
nop
nop
nop
and %rdx, %rdx
vmovups... | 34.72043 | 2,999 | 0.662279 |
e13991f777dbccf6bdd5ea79c5138cd14d641497 | 584 | asm | Assembly | Engine Hacks/ItemEffectRevamp/IERevamp_Core/MasterKey_Usability.asm | sme23/Christmas2 | f3f3daeda1afe2b78bfed38cbf60d8bc17ca9f79 | [
"CC0-1.0"
] | 3 | 2020-06-15T14:22:38.000Z | 2020-06-28T19:44:52.000Z | Wizardry/Necessary/ItemEffectRevamp/IERevamp_Core/MasterKey_Usability.asm | sme23/WhatHeck | 746a2be83358aaa4e855182176b47c4808f2587a | [
"CC0-1.0"
] | null | null | null | Wizardry/Necessary/ItemEffectRevamp/IERevamp_Core/MasterKey_Usability.asm | sme23/WhatHeck | 746a2be83358aaa4e855182176b47c4808f2587a | [
"CC0-1.0"
] | null | null | null | .thumb
@Master Key Usability
@r0 holds ram character pointer
push {r4,r14}
mov r4, r0
ldr r3, ChestCheck @check if on top of a chest tile?
bl Jump
lsl r0,r0, #0x18
cmp r0, #0x0
bne TrueCase
mov r0, r4
ldr r3, DoorCheck @check if next to a door tile?
bl Jump
lsl r0,r0, #0x18
cmp r0, #0x0
bne TrueCase
mov r0, r... | 14.243902 | 53 | 0.702055 |
9fd4c9460eddec04cef077c1b106f5c29bf670c5 | 742 | asm | Assembly | oeis/294/A294810.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/294/A294810.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/294/A294810.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A294810: a(n) = Sum_{d|n} d^(n+2).
; Submitted by Christian Krause, https://github.com/ckrause
; 1,17,244,4161,78126,1686434,40353608,1074791425,31381236757,1000244144722,34522712143932,1283997101947770,51185893014090758,2177986570740006274,98526126098761952664,4722384497336874434561,239072435685151324847154,12748248... | 35.333333 | 477 | 0.799191 |
501f33d191dd7fd9e743fed40c832646c33ad853 | 594 | asm | Assembly | programs/oeis/070/A070474.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070474.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070474.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070474: a(n) = n^3 mod 12, n^5 mod 12.
; 0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0,1,8,3,4,5,0,7,8,9,4,11,0... | 84.857143 | 521 | 0.520202 |
5cd545a9e5d80bc118acaf8fef8e05764d61aee5 | 1,077 | asm | Assembly | sbsext/ut/cksep.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ut/cksep.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ut/cksep.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Check separators V0.5 1984 Tony Tebby QJUMP
*
* check if parameter is preceded by a given separator
*
section utils
*
xdef ut_ckcomma
xdef ut_ckto
xdef ut_cksemi
xdef ut_cksep
*
include dev8_sbsext_ext_keys
include dev8_sbsext_ext_ex_defs... | 29.108108 | 77 | 0.566388 |
a81123e818d599ef39a10f6a3e9f0f23d93b8987 | 753 | asm | Assembly | data/player_names.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/player_names.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/player_names.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | ChrisNameMenuHeader:
db MENU_BACKUP_TILES ; flags
menu_coords 0, 0, 10, TEXTBOX_Y - 1
dw .MaleNames
db 1 ; ????
db 0 ; default option
.MaleNames:
db STATICMENU_CURSOR | STATICMENU_PLACE_TITLE | STATICMENU_DISABLE_B ; flags
db 5 ; items
db "New Name@"
MalePlayerNameArray:
db "Mat@"
db "Purple@"
db "Allan@"
... | 19.815789 | 77 | 0.698539 |
9b0c44c357dd64124d7aeab4f8c786c7e9f0e7d5 | 432 | asm | Assembly | MP-CSE 4th Sem/8a.asm | MyCollegeForums/4thSemISE | 7c8b64c594a081954e2a011e1dcac71638d5f9b5 | [
"Apache-2.0"
] | null | null | null | MP-CSE 4th Sem/8a.asm | MyCollegeForums/4thSemISE | 7c8b64c594a081954e2a011e1dcac71638d5f9b5 | [
"Apache-2.0"
] | 1 | 2018-02-06T10:51:31.000Z | 2018-02-06T10:51:31.000Z | MP-CSE 4th Sem/8a.asm | MyCollegeForums/4thSemISE | 7c8b64c594a081954e2a011e1dcac71638d5f9b5 | [
"Apache-2.0"
] | 3 | 2018-02-06T10:46:32.000Z | 2018-04-23T13:41:07.000Z | PRESERVE8
THUMB
AREA |.text|,CODE,READONLY
EXPORT __main
__main
MOVS R0,#3
CMP R0,#3
BHI default_case
MOVS R2,#4
MUL R0,R2,R0
LDR R1,=BranchTable
LDR R2,[R1,R0]
BX R2
ALIGN 4
BranchTable
DCD Test0
DCD Test1
DCD Test2
DCD Test3
default_case
MOVS R0,#1
stop B stop
Test0
MOVS R0,#2
stop1 B stop1
Te... | 12 | 27 | 0.6875 |
63d33e4714dd0e8b4854ee863cd34459c46ab310 | 15,340 | asm | Assembly | audio/music/sandgemtown.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2022-02-17T11:11:03.000Z | 2022-02-21T03:41:01.000Z | audio/music/sandgemtown.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | audio/music/sandgemtown.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | Music_SandgemTown:
channel_count 4
channel 1, Music_SandgemTown_Ch1
channel 2, Music_SandgemTown_Ch2
channel 3, Music_SandgemTown_Ch3
channel 4, Music_SandgemTown_Ch4
Music_SandgemTown_Ch1:
volume 10, 10
duty_cycle 2
note_type 12, 10, 6
tempo 82
;Bar 1
octave 3
volume_envelope 12, 2
note A_, 4
volume_enve... | 13.133562 | 86 | 0.645046 |
664c58bd95fd3dd7a5c4273fddb2e6e20cba19ad | 1,624 | asm | Assembly | programs/oeis/153/A153644.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/153/A153644.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/153/A153644.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A153644: a(n) = 4*n^2 + 28*n + 10.
; 42,82,130,186,250,322,402,490,586,690,802,922,1050,1186,1330,1482,1642,1810,1986,2170,2362,2562,2770,2986,3210,3442,3682,3930,4186,4450,4722,5002,5290,5586,5890,6202,6522,6850,7186,7530,7882,8242,8610,8986,9370,9762,10162,10570,10986,11410,11842,12282,12730,13186,13650,14122,14602... | 180.444444 | 1,537 | 0.81835 |
113781d35ba3947a1a908e692431961e1334ff39 | 250 | asm | Assembly | wof/lcs/enemy/4E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | wof/lcs/enemy/4E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/enemy/4E.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
001590 lea ($20,A0), A0
012272 move.l (A2)+, (A3)+ [enemy+48, enemy+4A]
012274 move.l (A2)+, (A3)+
01A75E dbra D4, $1a75c
copyright zengfr site:http://github.com/zengfr/romhack
| 27.777778 | 54 | 0.664 |
d43d34a87d5dec155355ac0bcdef448dd181122c | 243 | asm | Assembly | libsrc/_DEVELOPMENT/l/sccz80/5-z80/f48/dstore.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/sccz80/5-z80/f48/dstore.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/sccz80/5-z80/f48/dstore.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_l_sccz80
PUBLIC dstore
EXTERN fa
;--------------
; Copy FA to hl
;--------------
dstore:
ld de,fa
ex de,hl
ld bc,6
ldir
ex de,hl ; returns de=fa+6, hl=hl+6
ret
| 13.5 | 47 | 0.489712 |
ed508e6790ba6c7521bfdd434ac4f785323bf913 | 413 | asm | Assembly | oeis/039/A039619.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/039/A039619.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/039/A039619.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A039619: Second column of Jabotinsky-triangle A038455 related to A006963.
; Submitted by Christian Krause
; 1,9,107,1650,31594,725592,19471500,598482000,20742534576,800575997760,34059828307680,1583808130195200,79925022369273600,4350478314951982080,254086498336122950400,15849890120755311667200
add $0,1
mov $1,1
mov $... | 24.294118 | 187 | 0.762712 |
6333deb2cc2f80d18f959d85e8742fca6b270334 | 2,398 | asm | Assembly | src/libYARP_dev/56f807/cotroller_dc/Support/DSP56800_xromxram.asm | robotology-legacy/yarp1 | 21434f5b776edea201b39a9644552dca59339dbc | [
"Artistic-1.0-Perl"
] | null | null | null | src/libYARP_dev/56f807/cotroller_dc/Support/DSP56800_xromxram.asm | robotology-legacy/yarp1 | 21434f5b776edea201b39a9644552dca59339dbc | [
"Artistic-1.0-Perl"
] | null | null | null | src/libYARP_dev/56f807/cotroller_dc/Support/DSP56800_xromxram.asm | robotology-legacy/yarp1 | 21434f5b776edea201b39a9644552dca59339dbc | [
"Artistic-1.0-Perl"
] | null | null | null |
; metrowerks sample code
; this __romCopy copies xROM to xRAM
; define which __romCopy routine to assemble
; see alternative routine below
; use the software loop routine
; if you have more than 8191 elements to zero
; use the hardware loop routine
; if you have less than 8191 elements to zero
; 5680... | 19.031746 | 71 | 0.593411 |
d89a09356931bc582832671eac13565c9f81834e | 382 | asm | Assembly | libsrc/graphics/text6/swapgfxbk.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/graphics/text6/swapgfxbk.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/graphics/text6/swapgfxbk.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Generic pseudo graphics routines for text-only platforms
; Version for the 2x3 graphics symbols
;
; Written by Stefano Bodrato 19/12/2006
;
;
; Dummy gfx paging for text mode.
;
;
; $Id: swapgfxbk.asm,v 1.1 2006/12/23 21:33:10 stefano Exp $
;
XLIB swapgfxbk
XDEF ... | 13.172414 | 64 | 0.591623 |
61b7d766c3620f24e029d15e890f5bed1dcffb9a | 600 | asm | Assembly | oeis/176/A176616.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/176/A176616.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/176/A176616.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A176616: Primes of the form x^2 + 7*y^2, where x and y=x+1 are consecutive natural numbers.
; Submitted by Christian Krause
; 7,29,67,191,277,379,631,947,1129,1327,2017,2557,2851,4561,4951,5779,6217,8647,9181,12721,13367,14029,15401,16111,17579,20707,21529,22367,24091,24977,31627,36857,37951,42487,43661,44851,47279,5... | 25 | 204 | 0.675 |
44610e4a9f7995c73e167ef74dabf4bfb80c59b1 | 5,141 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_103.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_103.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_103.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 %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x10d89, %r14
nop
nop
nop
lfence
movb $0x61, (%r14)
nop
nop
nop
dec %r12
lea addresses_normal_ht+0xdc09, %rsi
lea addresses_WT_ht+0x11e42, %rdi
nop
nop
mfence
mov $93, %rcx
rep... | 40.480315 | 2,999 | 0.659988 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.