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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
59f612ce19855683155f391a4e5c31463974b70f | 1,077 | asm | Assembly | libsrc/input/zx81/in_keytranstbl.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/input/zx81/in_keytranstbl.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/input/zx81/in_keytranstbl.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null |
; This table translates key presses into ascii codes.
; Also used by 'GetKey' and 'LookupKey'.
; I would like to add lower case letters too but not
; sure how to go about it with just one shift key
XLIB in_keytranstbl
.in_keytranstbl
; unshifted
defb 255,'Z','X','C','V' ; SHIFT, Z, X, C, V
defb 'A','... | 33.65625 | 53 | 0.414113 |
6f68576671d6da7bbf6eeaa549d579b70fb51bdf | 221 | asm | Assembly | delay.asm | brainsmoke/softpwmpdk | a893ed1e32ee5ad0b4101964e21a021cca0027c7 | [
"MIT"
] | 1 | 2021-11-08T17:12:45.000Z | 2021-11-08T17:12:45.000Z | delay.asm | brainsmoke/softpwmpdk | a893ed1e32ee5ad0b4101964e21a021cca0027c7 | [
"MIT"
] | null | null | null | delay.asm | brainsmoke/softpwmpdk | a893ed1e32ee5ad0b4101964e21a021cca0027c7 | [
"MIT"
] | 1 | 2022-03-25T17:50:53.000Z | 2022-03-25T17:50:53.000Z | ;
.macro switchcase_filler n
.rept n
nop
.endm
.endm
.macro delay n, ?l1
.ifgt n - 3*255+2
.error 1
.else
mov a, #(n / 3)
l1:
dzsn a
goto l1
.ifgt n%3
nop
.ifgt n%3-1
nop
.endif
.endif
.endif
.endm
| 7.62069 | 26 | 0.58371 |
d37bde4d90d9d5cf2a6c7503dd9986808200d6c2 | 1,303 | asm | Assembly | Labs/Lab5_Structs-Arrays/6-process-structure/process_structure.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | Labs/Lab5_Structs-Arrays/6-process-structure/process_structure.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | Labs/Lab5_Structs-Arrays/6-process-structure/process_structure.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | %include "io.inc"
struc stud_struct
name: resb 32
surname: resb 32
age: resb 1
group: resb 8
gender: resb 1
birth_year: resw 1
id: resb 16
endstruc
section .data
sample_student:
istruc stud_struct
at name, db 'Andrei', 0
at surname, db 'Voinea', 0
... | 21.016129 | 73 | 0.5802 |
efca139648aec92c9dbd5861cda02c12e04cb607 | 321 | asm | Assembly | programs/oeis/090/A090773.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/090/A090773.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/090/A090773.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A090773: Numbers that are congruent to {4, 6} mod 10.
; 4,6,14,16,24,26,34,36,44,46,54,56,64,66,74,76,84,86,94,96,104,106,114,116,124,126,134,136,144,146,154,156,164,166,174,176,184,186,194,196,204,206,214,216,224,226,234,236,244,246,254,256,264,266,274,276,284
mov $1,$0
div $1,2
mul $1,3
add $0,$1
mul $0,2
add $0,4... | 32.1 | 207 | 0.679128 |
84a36a191f5dd952f33b800916e129375079ce6a | 6,251 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_2_809.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_2_809.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_2_809.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x16ca7, %r9
nop
nop
add $19715, %rdx
mov $0x6162636465666768, %rdi
movq %rdi, (%r9)
nop
nop
nop
nop
nop
lfence
lea addresses_UC_ht+0xe4a3, %r9
nop
nop
nop
lfence
mov (%r9), %eb... | 21.189831 | 152 | 0.641657 |
2f14b459753b1e21af78f11417da1849aa0a9748 | 4,019 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_8_687.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_8_687.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_8_687.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xf05a, %rsi
lea addresses_WC_ht+0xa212, %rdi
clflush (%rdi)
nop
nop
nop
inc %r13
mov $76, %rcx
rep movsl
nop
nop
dec %rcx
lea addresses_UC_ht+0x5dd2, %rsi
lea addresses_W... | 21.37766 | 152 | 0.654392 |
870c66638566f0b2c38391910c263f84ee7da17d | 5,077 | asm | Assembly | flame32.asm | drako0812/flame32 | cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab | [
"MIT"
] | 2 | 2019-08-21T09:16:32.000Z | 2020-08-12T12:56:08.000Z | flame32.asm | drako0812/flame32 | cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab | [
"MIT"
] | null | null | null | flame32.asm | drako0812/flame32 | cf79e5fc14838cc3ca0dbe702bbdb8f157a587ab | [
"MIT"
] | null | null | null | #cpudef
{
#bits 8
#tokendef reg
{
A = 0
B = 1
C = 2
D = 3
E = 4
F = 5
G = 6
H = 7
X = 8
Y = 9
N = 10
O = 11
P = 12
S = 13
T = 14
U = 15
}
#tokendef flag
{
Z ... | 30.04142 | 67 | 0.46622 |
2905ad79058c36b7bc8e4faa9bc761266527c3fd | 5,153 | asm | Assembly | base/crts/crtw32/string/i386/_memicmp.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/crts/crtw32/string/i386/_memicmp.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/crts/crtw32/string/i386/_memicmp.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page ,132
title memicmp - compare blocks of memory, ignore case
;***
;memicmp.asm - compare memory, ignore case
;
; Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines __ascii_memicmp() - compare two blocks of memory for lexical
;... | 33.032051 | 85 | 0.47254 |
fc2030c0717a6cf5f767abf56cba3b376b15618a | 990 | asm | Assembly | oeis/100/A100151.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/100/A100151.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/100/A100151.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A100151: Structured snub dodecahedral numbers.
; 1,60,286,788,1675,3056,5040,7736,11253,15700,21186,27820,35711,44968,55700,68016,82025,97836,115558,135300,157171,181280,207736,236648,268125,302276,339210,379036,421863,467800,516956,569440,625361,684828,747950,814836,885595,960336,1039168,1122200,1209541,1301300,1397... | 19.038462 | 498 | 0.69697 |
ce0b3e6d12114236795aa35593c0f04c8f74d123 | 423 | asm | Assembly | oeis/098/A098569.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098569.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098569.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098569: Row sums of the triangle of triangular binomial coefficients given by A098568.
; Submitted by Jon Maiga
; 1,2,5,14,43,143,510,1936,7775,32869,145665,674338,3251208,16282580,84512702,453697993,2514668492,14367066833,84489482201,510760424832,3170267071640,20182121448815,131642848217536,878999194493046
mov $4,... | 26.4375 | 196 | 0.744681 |
dab0ea847384dab28c17255249921585c5222f1a | 1,026 | asm | Assembly | src/map.asm | ryanw/speccy-junk | 1c55a09806dccf192a7b352b0143eb9cdb97dd81 | [
"MIT"
] | null | null | null | src/map.asm | ryanw/speccy-junk | 1c55a09806dccf192a7b352b0143eb9cdb97dd81 | [
"MIT"
] | null | null | null | src/map.asm | ryanw/speccy-junk | 1c55a09806dccf192a7b352b0143eb9cdb97dd81 | [
"MIT"
] | null | null | null | ; HL: Map to draw
draw_map:
; BC: address for tileset
ld c, (hl)
inc hl
ld b, (hl)
; BC: start of tileset
; HL: start of map tiles
draw_map_tile:
; DE: destination for data
ld de, PIXELS_ADDR
next_tile:
inc hl
; Load tile number into A
ld a, (hl)
; if tile is 0xFF then we're done
cp 0xff
jp z... | 13.153846 | 50 | 0.650097 |
6c08eb7a2f8b12dd84fe5e503730d63b3407d41b | 297 | asm | Assembly | programs/oeis/093/A093136.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/093/A093136.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/093/A093136.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A093136: Expansion of (1 - 8*x)/(1 - 10*x).
; 1,2,20,200,2000,20000,200000,2000000,20000000,200000000,2000000000,20000000000,200000000000,2000000000000,20000000000000,200000000000000,2000000000000000,20000000000000000,200000000000000000
mov $1,10
pow $1,$0
sub $1,1
div $1,5
add $1,1
mov $0,$1
| 29.7 | 192 | 0.767677 |
c1cc8235e448b74b3eab0010e716e4eb635af3dd | 6,771 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_371.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_371.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_371.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1d249, %rax
nop
and %r8, %r8
vmovups (%rax), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $1, %xmm0, %rbp
nop
nop
nop
nop
add $42858, %r9
lea addresses_D_ht+0x9d19, %... | 35.636842 | 2,999 | 0.657953 |
907e918380468396d908b1150c0296a6b396e7fd | 20,233 | asm | Assembly | vpx_dsp/arm/loopfilter_4_neon.asm | clear39/avcode-libvpx | f4653c1efc0a8d758195572de34ae05271453d93 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | vpx_dsp/arm/loopfilter_4_neon.asm | clear39/avcode-libvpx | f4653c1efc0a8d758195572de34ae05271453d93 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | vpx_dsp/arm/loopfilter_4_neon.asm | clear39/avcode-libvpx | f4653c1efc0a8d758195572de34ae05271453d93 | [
"BSD-3-Clause"
] | 338 | 2015-01-17T12:36:51.000Z | 2022-03-22T16:12:11.000Z | ;
; Copyright (c) 2013 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 36.787273 | 79 | 0.432017 |
59f179cb1feea55fb629271868a6e4023627c445 | 3,705 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_449.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_449.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_449.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r15
push %r8
push %rbp
push %rcx
push %rsi
// Faulty Load
lea addresses_WT+0x1ca59, %r8
nop
inc %r15
movups (%r8), %xmm4
vpextrq $0, %xmm4, %rcx
lea oracles, %r8
and $0xff, %rcx
shlq $12, %rcx
mov (%r8,%rcx,1), %... | 88.214286 | 2,999 | 0.663428 |
bf7851de272c54f906dce8b119941c9460fef24a | 32,833 | asm | Assembly | Library/Spreadsheet/Spreadsheet/spreadsheetRange.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetRange.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spreadsheet/Spreadsheet/spreadsheetRange.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GeoCalc
FILE: spreadsheetRange.asm
AUTHOR: Gene Anderson, Mar 2, 1991
ROUTINES:
Name Description
---- -----------
METHOD SpreadsheetPr... | 27.089934 | 79 | 0.613681 |
64d271c92b45e1e40a295d8f18cd6032d539f647 | 656 | asm | Assembly | subprojects/kernel/src/arch/i386/tss.asm | SlumberousForests/octOs | c1454ded1c42d83811a7c6bfcbbdfcb88bcae527 | [
"MIT"
] | 9 | 2019-10-25T10:11:43.000Z | 2021-11-09T00:16:20.000Z | subprojects/kernel/src/arch/i386/tss.asm | SlumberousForests/octOs | c1454ded1c42d83811a7c6bfcbbdfcb88bcae527 | [
"MIT"
] | 7 | 2019-10-24T16:32:37.000Z | 2021-07-19T13:33:56.000Z | subprojects/kernel/src/arch/i386/tss.asm | SlumberousForests/octOs | c1454ded1c42d83811a7c6bfcbbdfcb88bcae527 | [
"MIT"
] | 2 | 2019-10-24T18:32:02.000Z | 2022-02-19T23:22:35.000Z | tss_entry:
dd 0x00000000 ; prev_tss: unused
dd 0x00000000 ; esp0: the stack pointer which needs to be loaded when kernel mode is entered
dd 0x00000010 ; ss0: the kernel stack segment (the data segment in the GDT)
dd 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ; i won't use the rest of the TSS
... | 54.666667 | 110 | 0.640244 |
18b6af0e220af74ce671030a7671a589c6ff29a3 | 2,419 | asm | Assembly | Microprocessor/HexConvertor.asm | Nmane1612/Nihar-Mane | aa4db52a384f706a431c994e4e12d8e5e0cd8402 | [
"Apache-2.0"
] | 3 | 2019-12-27T06:07:37.000Z | 2020-07-01T08:51:32.000Z | Microprocessor/HexConvertor.asm | Nihar16/Personal-Repository | 0d319eeb8dbfa3f7c3eb8501829939ecd6923464 | [
"MIT"
] | null | null | null | Microprocessor/HexConvertor.asm | Nihar16/Personal-Repository | 0d319eeb8dbfa3f7c3eb8501829939ecd6923464 | [
"MIT"
] | null | null | null | ; hex convertor.
; this example converts a 2 digit hexadecimal number
; into a numeric value and then into decimal/ascii string representation,
; and finally it prints out the result in binary code.
; to see decimal string:
; 1. click "vars"
; 2. click "result" variable
; 3. enter "3" for the elements a... | 18.898438 | 76 | 0.623398 |
c5d4483f35e0d5b779fdbd8f2db4300cdac74c6a | 798 | asm | Assembly | data/pokemon/base_stats/tentacruel.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/tentacruel.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/tentacruel.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 80, 70, 65, 100, 80, 120
; hp atk def spd sat sdf
db WATER, POISON ; type
db 60 ; catch rate
db 205 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/tentacruel/front.dimensions"
db GROWTH_SLOW ; ... | 39.9 | 378 | 0.740602 |
a09dd47d3ff7d6db690698d044ee885b89d35082 | 522 | asm | Assembly | verify/output/real_write.alfy.asm | alexandruradovici/alf-alfy-asm-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | null | null | null | verify/output/real_write.alfy.asm | alexandruradovici/alf-alfy-asm-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | 2 | 2017-05-18T20:29:57.000Z | 2017-05-19T19:03:07.000Z | verify/output/real_write.alfy.asm | alexandruradovici/alf-alfy-asm-language-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | null | null | null | start:
readnumber r2
set r3 0
store r3 r2
set r2 undefined
load r2 r2
push r2
run real_write
set r2 4
pushsp
pop r3
add r3 r3 r2
push r3
popsp
mov r2 r1
stop
real_write:
push r0
pushsp
pop r0
set r2 4
sub r2 r0 r2
push r2
popsp
set r3 12
load r3 r3
set r4 0
store r4 r3
pop r3
set r4 4
stor... | 10.653061 | 17 | 0.685824 |
8572845f8182dc1e65ae64b9907e4db537ee97ad | 1,466 | asm | Assembly | compile.asm | StraDaMa/mmbn6-pikachu-boss-battle | 0bc38a6a83c3971541bf20ed55583df3ab357a90 | [
"MIT"
] | 7 | 2021-04-04T13:38:05.000Z | 2022-03-31T01:33:46.000Z | compile.asm | StraDaMa/mmbn6-pikachu-boss-battle | 0bc38a6a83c3971541bf20ed55583df3ab357a90 | [
"MIT"
] | null | null | null | compile.asm | StraDaMa/mmbn6-pikachu-boss-battle | 0bc38a6a83c3971541bf20ed55583df3ab357a90 | [
"MIT"
] | 1 | 2021-10-02T23:15:01.000Z | 2021-10-02T23:15:01.000Z | .gba
.relativeinclude on
.if _version == 1
@INPUT_ROM equ "input_jp.gba"
@OUTPUT_ROM equ "ROCKEXE6_FXX_BR6J00.gba"
;Count's sprite
@CODE_FREESPACE_START equ 0x082EFE48
@CODE_FREESPACE_SIZE equ 0x082F3224 - 0x082EFE48
.else
@INPUT_ROM equ "input_us.gba"
@OUTPUT_ROM equ "MEGAMAN6_FXX_BR6E00.gba"
;Unused Proto Soul... | 25.719298 | 49 | 0.778308 |
68f5c495e5de3c2609dd7f37261befa02f416f10 | 12,555 | asm | Assembly | M-OS-6502/MOS_monitor.asm | mkeller0815/MOUSE2Go | 23215ce81b73aef4c603c77951afe21b2b60b967 | [
"MIT"
] | 23 | 2017-08-30T20:32:24.000Z | 2022-01-04T06:04:03.000Z | M-OS-6502/MOS_monitor.asm | mkeller0815/MOUSE2Go | 23215ce81b73aef4c603c77951afe21b2b60b967 | [
"MIT"
] | null | null | null | M-OS-6502/MOS_monitor.asm | mkeller0815/MOUSE2Go | 23215ce81b73aef4c603c77951afe21b2b60b967 | [
"MIT"
] | 6 | 2017-12-12T18:29:42.000Z | 2021-12-06T04:50:59.000Z | ;
; M-OS monitor programm
;
; Character set
.alias AsciiCC $03 ; break (Control-C) ASCCI character
.alias AsciiBS $08 ; backspace ASCII character
.alias AsciiLF $0A ; line feed ASCII character
.alias AsciiCR $0D ; carriage return ASCII character
.alias AsciiSP $20 ; space ASCII character
.alias AsciiDS $2D ... | 30.253012 | 368 | 0.56137 |
2f12d91677f8f46ef2fc3b8a283b909ef33acbec | 594 | asm | Assembly | programs/oeis/100/A100586.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100586.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100586.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100586: Write down the numbers from 3 to infinity. Take next number, M say, that has not been crossed off. Counting through the numbers that have not yet been crossed off after that M, cross off every 5th term. Repeat, always crossing off every 5th term of those that remain. The numbers that are left form the sequen... | 49.5 | 323 | 0.739057 |
ce0713c4837afed95b2a82f0c57332b064413387 | 1,001 | asm | Assembly | source/features/sound.asm | feliposz/FelipOS | 9d50454d187a5a74a711c4b23a1653b5ece3df17 | [
"MIT"
] | null | null | null | source/features/sound.asm | feliposz/FelipOS | 9d50454d187a5a74a711c4b23a1653b5ece3df17 | [
"MIT"
] | null | null | null | source/features/sound.asm | feliposz/FelipOS | 9d50454d187a5a74a711c4b23a1653b5ece3df17 | [
"MIT"
] | null | null | null | ; ==========================================================
; os_speaker_tone -- Generate PC speaker tone (call os_speaker_off to turn off)
; IN: AX = note frequency divisor (from 1193182 hz of the PIT)
; OUT: Nothing (registers preserved)
os_speaker_tone:
push ax
push bx
push dx
mov cx, ax
mov al,... | 29.441176 | 106 | 0.544456 |
9a8517feb5a2666b84aad40803c8b396f42acb9c | 692 | asm | Assembly | oeis/041/A041687.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041687.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041687.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041687: Denominators of continued fraction convergents to sqrt(363).
; Submitted by Jamie Morken(s1.)
; 1,19,723,13756,523451,9959325,378977801,7210537544,274379404473,5220419222531,198650309860651,3779576306574900,143822549959706851,2736408025541005069,104127327520517899473,1981155630915381095056,753880413023049995... | 40.705882 | 466 | 0.839595 |
ee09fc395a5605a9c38dcd60140553ba428ed27c | 4,784 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_30_283.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-8650U_0xd2_notsx.log_30_283.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-8650U_0xd2_notsx.log_30_283.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x11fa8, %r14
nop
nop
nop
dec %r8
movl $0x61626364, (%r14)
cmp $30677, %r10
lea addresses_D_ht+0x153f4, %rsi
lea addresses_A_ht+0x1b274, %rdi
nop
nop
cmp $31356, %rax
mov $29, ... | 20.982456 | 156 | 0.64653 |
2273df5c237521ac321c1e1a321628d374056081 | 2,357 | asm | Assembly | src/ram.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | 10 | 2019-10-27T23:16:43.000Z | 2019-11-14T13:53:55.000Z | src/ram.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | null | null | null | src/ram.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | null | null | null |
; RAM addresses for stuff
TempAddrLo: .dsb 1
TempAddrHi: .dsb 1
Temp0002: .dsb 1
Temp0003: .dsb 1
NMIWaitFlag: .dsb 1
FramesToWait: .dsb 1
PPUCtrlMirror: .dsb 1
PPUMaskMirror: .dsb 1
MMC3Bank8000: .dsb 1
MMC3BankA000: .dsb 1
PPUBufferReady: .dsb 1
PPUBufferLo: .dsb 1
PPUBufferHi: .dsb 1
PPUScrollX: .dsb 1
PPUScro... | 19.806723 | 69 | 0.664828 |
7ab4d229fd5a045c920580b7faeab9e2c4355e72 | 627 | asm | Assembly | programs/oeis/158/A158004.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/158/A158004.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/158/A158004.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A158004: a(n) = 392*n - 1.
; 391,783,1175,1567,1959,2351,2743,3135,3527,3919,4311,4703,5095,5487,5879,6271,6663,7055,7447,7839,8231,8623,9015,9407,9799,10191,10583,10975,11367,11759,12151,12543,12935,13327,13719,14111,14503,14895,15287,15679,16071,16463,16855,17247,17639,18031,18423,18815,19207,19599,19991,20383,2077... | 104.5 | 574 | 0.799043 |
e457409a1bc810967d1418cd21ea6e733c059a83 | 1,827 | asm | Assembly | binutils-2.21.1/gcc-4.5.1/gcc/config/h8300/crti.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 51 | 2015-01-31T01:51:39.000Z | 2022-02-18T02:01:50.000Z | binutils-2.21.1/gcc-4.5.1/gcc/config/h8300/crti.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 7 | 2017-05-29T09:29:00.000Z | 2019-03-11T16:01:39.000Z | binutils-2.21.1/gcc-4.5.1/gcc/config/h8300/crti.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 12 | 2015-03-26T08:05:38.000Z | 2022-02-18T02:01:51.000Z | /* Copyright (C) 2001, 2002, 2009 Free Software Foundation, Inc.
This file is part of GCC.
GCC 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 Software Foundation; either version 3, or (at your option) any
later version.
GCC is dis... | 28.546875 | 70 | 0.758073 |
877c409885058c9f3006fbb0b6e9bb39a5200b69 | 12,742 | asm | Assembly | Build/Interpreters/beebOzmoo/asm/stack.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | Build/Interpreters/beebOzmoo/asm/stack.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | Build/Interpreters/beebOzmoo/asm/stack.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; Anatomy of a stack frame:
;
; Number of pushed bytes (2*n)
; Pushed word n-1
; ...
; Pushed word 0
; ZZZZZZZZ ZZZZZZZZ
; SPPPLLLL 0000EZZZ
; Local variable k-1
; ...
; Local variable 0
;
; S = Does return address point to a a variable where return value should be stored?
; PPP = Number of parameters wi... | 19.160902 | 109 | 0.707346 |
084d2921cfacc1e5fc80f25c39081f8b25f7f3dc | 2,115 | asm | Assembly | raytracing/trs80-m1.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | null | null | null | raytracing/trs80-m1.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | null | null | null | raytracing/trs80-m1.asm | gp48k/lpfp | 070c73a8b67d98f85d2de86d75b23f0e71a18a8a | [
"MIT"
] | null | null | null | ; Version for the TRS-80 Model 1 and Model III.
;
; Graphics are done with special graphics characters on the text screen
; for an effective 128 x 48 resolution. Scaling down the Spectrum
; coordinates means stepping by 2 on the X axis and 4 on the Y.
;
; Suggest zmac to build and trs80gp to emulate.
; http://48k.ca/z... | 18.232759 | 71 | 0.656738 |
49998f64d1d563699c8e880e36fae696cac90005 | 482,980 | asm | Assembly | pru_codes/tmp/main.asm | PierrickRauby/BBB-PRU-SHARED-MEM-ADC | 61cf69f78b890b1060c509027ffa4f761c2132dd | [
"MIT"
] | null | null | null | pru_codes/tmp/main.asm | PierrickRauby/BBB-PRU-SHARED-MEM-ADC | 61cf69f78b890b1060c509027ffa4f761c2132dd | [
"MIT"
] | null | null | null | pru_codes/tmp/main.asm | PierrickRauby/BBB-PRU-SHARED-MEM-ADC | 61cf69f78b890b1060c509027ffa4f761c2132dd | [
"MIT"
] | null | null | null | ;******************************************************************************
;* PRU C/C++ Codegen Unix v2.1.5 *
;* Date/Time created: Tue Jul 13 16:13:52 2021 *
;******************************************************************************
... | 50.754519 | 143 | 0.722158 |
9745876a22ab610b20ac5eec2ff6b48842524334 | 3,075 | asm | Assembly | C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/q15tofl.asm | HeroSizy/Sizy | 89bc29940dc7666591259730b5112efd0a626043 | [
"Unlicense"
] | null | null | null | C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/q15tofl.asm | HeroSizy/Sizy | 89bc29940dc7666591259730b5112efd0a626043 | [
"Unlicense"
] | null | null | null | C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/q15tofl.asm | HeroSizy/Sizy | 89bc29940dc7666591259730b5112efd0a626043 | [
"Unlicense"
] | null | null | null | ;***********************************************************
; Version 2.40.00
;***********************************************************
; Function: q15tofl
; Description: converts Q15 to IEEE floating point
;
; Copyright Texas instruments Inc, 2000
;*************... | 24.212598 | 67 | 0.331057 |
2285f1ff2ab9b8e59ec410e6af665f403ec41c6f | 9,480 | asm | Assembly | vera.asm | yignoth/x16-pminer | 8cee8d3aa37a48baa7b822945b02b819fbaf6f5f | [
"Unlicense"
] | 2 | 2019-10-28T16:48:13.000Z | 2020-03-01T02:38:32.000Z | vera.asm | yignoth/x16-pminer | 8cee8d3aa37a48baa7b822945b02b819fbaf6f5f | [
"Unlicense"
] | null | null | null | vera.asm | yignoth/x16-pminer | 8cee8d3aa37a48baa7b822945b02b819fbaf6f5f | [
"Unlicense"
] | null | null | null | ;
; VERA Library
;
bpoke: .macro
lda #\1
sta \2
.endm
wpoke: .macro
lda #<\1
sta \2
lda #>\1
sta \2 + 1
.endm
lpoke: .macro
lda #<\1
sta \2
lda #>\1
sta \2 + 1
lda #`\1
sta \2 + 2
.endm
vaddr: .macro ; increment, 20bit addr
lda #<(\2)
sta Vera.IO_VERA.addrL
lda #>(\2)
sta Vera.IO_VERA.... | 21.99536 | 104 | 0.621308 |
87bcc31b87b8219705a307ea449ef0a60512705b | 675 | asm | Assembly | oeis/092/A092498.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/092/A092498.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/092/A092498.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A092498: G.f.: (1+x+2x^2)/((1-x)^3*(1-x^3)).
; Submitted by Jon Maiga
; 1,4,11,23,41,67,102,147,204,274,358,458,575,710,865,1041,1239,1461,1708,1981,2282,2612,2972,3364,3789,4248,4743,5275,5845,6455,7106,7799,8536,9318,10146,11022,11947,12922,13949,15029,16163,17353,18600,19905,21270,22696,24184,25736,27353,29036,307... | 42.1875 | 499 | 0.745185 |
d56e0596a32221ba2e0a4d88e21563e2870e1b12 | 42,688 | asm | Assembly | project.asm | HxnDev/Canon-War-Game-using-Assembly-Language | 2422ee8136d4303ccf0a13ee5cf19e827cad0ca2 | [
"MIT"
] | 6 | 2021-07-04T09:06:01.000Z | 2021-11-30T19:24:22.000Z | project.asm | HxnDev/Canon-War-Game-using-Assembly-Language | 2422ee8136d4303ccf0a13ee5cf19e827cad0ca2 | [
"MIT"
] | null | null | null | project.asm | HxnDev/Canon-War-Game-using-Assembly-Language | 2422ee8136d4303ccf0a13ee5cf19e827cad0ca2 | [
"MIT"
] | null | null | null | ;bulets zyada damage canon ka zyada krna damage player ka kam krna hy
.model small
.stack 100h
.386
.data
scor db "Score:$"
cman db "Robot$"
canon1 db "CannonA$"
canon2 db "CannonB$"
play db "PLAY$"
endd db "Game End$"
inst db "INSTRUCTIONS$"
scr db "SCORE$"
exts db "EXIT$"
;ooof db "<- ->: move, Up Arr... | 20.308278 | 163 | 0.50075 |
9ca37e6c09caa13b4b96d59ea6f20e0f780ad4a3 | 311 | asm | Assembly | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_at_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_at_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_at_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void *w_vector_at(b_vector_t *v, size_t idx)
SECTION code_clib
SECTION code_adt_w_vector
PUBLIC w_vector_at_callee
EXTERN w_array_at_callee
defc w_vector_at_callee = w_array_at_callee
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _w_vector_at_callee
defc _w_vector_at_callee = w_vector_at_callee
ENDIF
| 16.368421 | 46 | 0.845659 |
8f1825363488726d7840af2d6825cd04b46f7000 | 490 | asm | Assembly | oeis/348/A348508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/348/A348508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/348/A348508.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A348508: a(n) = A003959(n) - 2*n, where A003959 is multiplicative with a(p^e) = (p+1)^e.
; Submitted by Jon Maiga
; -1,-1,-2,1,-4,0,-6,11,-2,-2,-10,12,-12,-4,-6,49,-16,12,-18,14,-10,-8,-22,60,-14,-10,10,16,-28,12,-30,179,-18,-14,-22,72,-36,-16,-22,82,-40,12,-42,20,6,-20,-46,228,-34,8,-30,22,-52,84,-38,104,-34,-26,-58... | 54.444444 | 249 | 0.577551 |
1fcac64e9930704d5173bff101e8f5152fcc0441 | 4,279 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1635.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_0xca.log_21829_1635.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_0xca.log_21829_1635.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xfb0c, %rsi
lea addresses_A_ht+0x6a8c, %rdi
nop
nop
sub $42016, %r13
mov $13, %rcx
rep movsq
nop
nop
xor %r11, %r11
lea addresses_D_ht+0xf0c, %rbx
nop
nop
nop
sub %r14, %r14
mov (%rbx),... | 61.128571 | 2,999 | 0.661136 |
03e9fff50aabb05793e2cc6823d415f2068a1938 | 424 | asm | Assembly | 7/01.asm | Changlon/x86Assembly | f363aaad6231f27d2e27e05be2c765e7be34099c | [
"MIT"
] | null | null | null | 7/01.asm | Changlon/x86Assembly | f363aaad6231f27d2e27e05be2c765e7be34099c | [
"MIT"
] | null | null | null | 7/01.asm | Changlon/x86Assembly | f363aaad6231f27d2e27e05be2c765e7be34099c | [
"MIT"
] | null | null | null | ; @author Changlon <changlong.a2@gmail.com>
; @github https://github.com/Changlon
; @date 2022-02-05 15:33:03
; IF 中断标志位,1 ->接受 INTER 中断信号
; cli ->清除IF -> 0
; sti -> 设置IF -> 1
; iret -> pop : ip ,cs ,flags
; test r/m , r/imm 相当于and 但不保存结果,影响 zf,sf,pf
; test al, 0000 1000b 测试al 位3 从而影响 zf
; not r/m 求反... | 16.96 | 46 | 0.622642 |
ab1babbf8a70e4f28274026f81bd1443cb1a5a37 | 18,120 | asm | Assembly | test.asm | cnsumner/SNAPS | 5913d2ea6a1715e97770bf40761b01cad563ebda | [
"MIT"
] | null | null | null | test.asm | cnsumner/SNAPS | 5913d2ea6a1715e97770bf40761b01cad563ebda | [
"MIT"
] | null | null | null | test.asm | cnsumner/SNAPS | 5913d2ea6a1715e97770bf40761b01cad563ebda | [
"MIT"
] | null | null | null | var n 1000
var newn 0
var zero 0
var i 0
var j 0
var temp1 0
var temp2 0
var arg1 0
var arg2 0
array nums1 81 66 17 -24 51 -87 -99 -52 95 -12 62 77 -57 84 2 40 95 100 86 8 -92 -17 52 51 -99 -73 53 78 18 69 45 -100 -36 24 -39 -75 -43 -65 55 90 2 17 85 -8 10 22 54 -86 63 58 5 50 -15 -53 25 60 69 -49 48 91 -13 40 -32 -68... | 262.608696 | 3,456 | 0.560817 |
f88a910a4c69a9f8c335f4b0568a116c7c713f23 | 427 | asm | Assembly | oeis/283/A283428.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/283/A283428.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/283/A283428.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A283428: Starting with a(1)=3, a(2)=4, a(n)=sum of digits of a(n-1) + sum of digits of a(n-2).
; Submitted by Christian Krause
; 3,4,7,11,9,11,11,4,6,10,7,8,15,14,11,7,9,16,16,14,12,8,11,10,3,4,7,11,9,11,11,4,6,10,7,8,15,14,11,7,9,16,16,14,12,8,11,10,3,4,7,11,9,11,11,4,6,10,7,8,15,14,11,7,9,16,16,14,12,8,11,10,3,4
m... | 26.6875 | 188 | 0.58548 |
dd1759b9b0d81aa5d46693a4149953467c63afc2 | 261 | asm | Assembly | programs/oeis/217/A217628.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/217/A217628.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/217/A217628.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A217628: a(n) = 3^((n-1)*(n+2)/2).
; 1,9,243,19683,4782969,3486784401,7625597484987,50031545098999707,984770902183611232881,58149737003040059690390169,10301051460877537453973547267843
add $0,2
bin $0,2
mov $1,3
pow $1,$0
sub $1,3
div $1,3
add $1,1
mov $0,$1
| 21.75 | 148 | 0.731801 |
70323e5f46408a92ca90fa610826a5388ab100b8 | 830 | asm | Assembly | oeis/142/A142627.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142627.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142627.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142627: Primes congruent to 37 mod 55.
; Submitted by Jon Maiga
; 37,257,367,587,1907,2017,2237,2347,2677,2897,3557,4217,4327,4547,4657,4877,4987,5647,5867,6197,6637,6857,6967,7187,7297,7517,8287,8837,9277,9497,10267,10487,10597,11257,11587,11807,12577,12907,13127,13457,13567,14447,14557,14887,15107,15217,15767,1587... | 34.583333 | 500 | 0.73012 |
43e6ba7e95b5a9ccf8ffe993d94483523c84221d | 12,060 | asm | Assembly | workshop.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | 1 | 2018-12-26T22:55:37.000Z | 2018-12-26T22:55:37.000Z | workshop.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | workshop.asm | FolkertVanVerseveld/c64 | a244b976cc650a86566b88066c0f7cb3a3915f09 | [
"MIT"
] | null | null | null | // Assembler: KickAssembler v4.19
BasicUpstart2(main)
.var brkFile = createFile("breakpoints.txt")
.macro break() {
.eval brkFile.writeln("break " + toHexString(*))
}
.var irq_line_top = 40
.var irq_line_middle = 200
.var irq_line_bottom = 250
.var roll_timer = 6
.var music = LoadSid("/home/methos/Music/HVSC69/MUS... | 19.770492 | 205 | 0.482338 |
36c6a08a74abe73b9bdac7c05ca8bb698e045ce2 | 518 | asm | Assembly | oeis/085/A085057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/085/A085057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/085/A085057.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A085057: a(n) is the smallest integer of the form a*b*c.../p*q*r..., where the numerator and the denominator contain n numbers each and a,b,c,...p,q,r... are all the integers from 1 to 2n.
; Submitted by Simon Strandgaard
; 2,6,5,70,7,231,858,1430,12155,46189,176358,676039,104006,44574,1077205,66786710,64822395,90751... | 64.75 | 194 | 0.762548 |
f64d409dfa0c8d4cfe270306ea539e4b4702bb86 | 7,800 | asm | Assembly | P6/data_P6_2/P6_1.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/P6_1.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/P6_1.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null |
.data
.space 64
arr1: .space 64
arr2: .space 64
.space 64
.text
N0: ori $t1, $t1, 1
divu $zero, $t1
N1: mthi $zero
N2: nor $t0, $t3, $t3
N3: add $t2, $t3, $t1
N4: srav $zero, $t1, $t3
N5: sra $t1, $t1, 28
andi $t1, $t1, 0xfffffffc
sw $t2, 64($t1)
N6: sra $t3, $t3, 28
lb $t3, 77($t3)
N7: multu $t2, $t0
N8: sllv $t1,... | 21.081081 | 29 | 0.591282 |
5f244d1bc3d0f2e93282c8b426a8ac1cbfe05bea | 257 | asm | Assembly | programs/oeis/132/A132397.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/132/A132397.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132397.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A132397: Second trisection of A024494.
; 2,10,86,682,5462,43690,349526,2796202,22369622,178956970,1431655766,11453246122,91625968982,733007751850,5864062014806,46912496118442,375299968947542,3002399751580330
mov $1,8
pow $1,$0
div $1,3
mul $1,4
add $1,2
| 28.555556 | 168 | 0.801556 |
ffe5fd9639b3a637a158869fc3d41d487b733a7a | 314 | asm | Assembly | ESEMPI/Es_outNum.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 8 | 2019-06-07T10:38:41.000Z | 2022-03-24T13:05:12.000Z | ESEMPI/Es_outNum.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 2 | 2015-07-14T12:22:33.000Z | 2018-05-11T08:35:24.000Z | ESEMPI/Es_outNum.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 9 | 2015-05-06T14:35:08.000Z | 2021-03-23T14:27:21.000Z | ORG 100
LDA NUM
CMA
INC
STA NUM
CICLO, LDA HEAD I
ADD DIFF
ADD NUM
SZA
BUN AFT
BUN FINE
AFT, LDA HEAD
INC
STA HEAD
BUN CICLO
FINE, LDA HEAD I
OUT
HLT
NUM, DEC 5
DIFF, DEC -48
N0, DEC 48
N1, DEC 49
N2, DEC 50
N3, DEC 51
N4, DEC 52
N5, DEC 53
N6, DEC 54
N7, DEC 55
N8, DEC 56
N9, DEC 57
TOT, DEC -10
HEAD, N0
END | 8.486486 | 17 | 0.684713 |
fc181c94b452ce894dbc5f0158f89f9d53a2c787 | 420 | asm | Assembly | programs/oeis/123/A123357.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/123/A123357.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/123/A123357.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A123357: Kekulé numbers for certain benzenoids (see the Cyvin-Gutman book for details).
; 1,6,40,272,1856,12672,86528,590848,4034560,27549696,188121088,1284571136,8771600384,59896233984,408997068800,2792806678528,19070476877824,130221361594368,889207077732352,6071885729103872,41461429210972160
mov $1,1
lpb $0
sub ... | 26.25 | 206 | 0.742857 |
f13f57b77ee01f816df3abb65b2b663e0af468d0 | 502 | asm | Assembly | oeis/279/A279136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/279/A279136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/279/A279136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A279136: a(n) = n*Sum_{i=0..n-1} binomial(n,i)*binomial(i-1,n-i-1)/(n-i).
; Submitted by Jon Maiga
; 0,1,3,10,27,76,210,589,1659,4708,13428,38479,110682,319411,924339,2681410,7794939,22702396,66229212,193495279,566069052,1658026093,4861703289,14269842184,41922504570,123265254451,362719839225,1068105234304
mov $1,3
m... | 20.916667 | 207 | 0.661355 |
0867c5129296d883a95a6320ed2209aca266d532 | 1,295 | asm | Assembly | programs/oeis/036/A036100.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/036/A036100.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/036/A036100.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A036100: Centered cube numbers: (n+1)^22 + n^22.
; 1,4194305,31385253913,17623567104025,2401777977060041,134005889633282761,4041442752425255185,77696797343421194513,1058557878478449439345,10984770902183611232881,91402749386839761113321,633464188299276178706665,3763900316867291522750713,19610816941310676211030265,9121... | 143.888889 | 1,193 | 0.934363 |
17f1a7318a91a39f6f7e4db073af5f1b180fab18 | 1,320 | asm | Assembly | projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm | ITFS777/n2t | 5e794244d83c0b31fd172c183b6101dff466d0ee | [
"MIT"
] | null | null | null | projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm | ITFS777/n2t | 5e794244d83c0b31fd172c183b6101dff466d0ee | [
"MIT"
] | null | null | null | projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm | ITFS777/n2t | 5e794244d83c0b31fd172c183b6101dff466d0ee | [
"MIT"
] | null | null | null | @256
D=A
@SP
M=D
@MAIN
0;JMP
(PUSH_TRUE)
@SP
A=M
M=0
M=M-1
@SP
M=M+1
@LCL
A=M
0;JMP
(MAIN)
@ARG
D=M
@1
A=A+D
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@4
M=D
@0
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@THAT
A=M
M=D
@1
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
... | 5.840708 | 18 | 0.448485 |
25c8252585038e6357e2cc146d30722705155411 | 814 | asm | Assembly | oeis/127/A127617.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/127/A127617.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/127/A127617.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A127617: Number of walks from (0,0) to (n,n) in the region 0 <= x-y <= 3 with the steps (1,0), (0, 1), (2,0) and (0,2).
; Submitted by Christian Krause
; 1,1,5,22,92,395,1684,7189,30685,130973,559038,2386160,10184931,43472696,185556025,792015257,3380586357,14429474710,61589830404,262886022219,1122085581740,4789437042... | 37 | 481 | 0.759214 |
e173ddc9b3a2ba74a539a0a0c5f5f627f3158e3b | 7,526 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1594.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1594.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_1594.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xead, %r8
sub %r9, %r9
movw $0x6162, (%r8)
nop
nop
nop
nop
nop
and %r8, %r8
lea addresses_normal_ht+0xff5, %rsi
lea addresses_WT_ht+0x1a90d, %rdi
xor $8256, %rbp
mov $104, %rcx
... | 34.522936 | 2,999 | 0.658251 |
8b23239eb88e0b990def84a0d38fb792879c6a34 | 245 | asm | Assembly | ioctl/IodReadTrack.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 1 | 2021-11-25T14:01:48.000Z | 2021-11-25T14:01:48.000Z | ioctl/IodReadTrack.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | ioctl/IodReadTrack.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 2 | 2021-11-05T06:48:43.000Z | 2021-12-06T08:07:38.000Z | ;--------------------------------------------------------
; Category 8 Function 64H Read Track - not supported for DOS 2.X and DOS 3.X
;--------------------------------------------------------
;
;
;
IODREADTACK PROC NEAR
RET
IODREADTACK ENDP
| 22.272727 | 76 | 0.383673 |
5a910c5bc5459387b2553ce5c2ac625dbf5d65a5 | 487 | asm | Assembly | programs/oeis/068/A068636.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/068/A068636.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/068/A068636.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A068636: a(n) = Min(n, R(n)), where R(n) (A004086) = digit reversal of n.
; 1,2,3,4,5,6,7,8,9,1,11,12,13,14,15,16,17,18,19,2,12,22,23,24,25,26,27,28,29,3,13,23,33,34,35,36,37,38,39,4,14,24,34,44,45,46,47,48,49,5,15,25,35,45,55,56,57,58,59,6,16,26,36,46,56,66,67,68,69,7,17,27,37,47,57,67,77,78,79,8,18,28,38,48,58,68,7... | 44.272727 | 282 | 0.62423 |
50f079e2168d97512b8c76319dee54aab1d6a0e0 | 58 | asm | Assembly | src/test/resources/data/generationtests/tniasm-error.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | null | null | null | src/test/resources/data/generationtests/tniasm-error.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | null | null | null | src/test/resources/data/generationtests/tniasm-error.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | null | null | null | ; Test case:
%error "ips_cls offset address is too big!" | 19.333333 | 43 | 0.706897 |
2a17ba345d1730490deb27c2c14aa04ab23fa64e | 294 | asm | Assembly | ESEMPI/Es_MIN.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 12 | 2016-04-12T15:13:40.000Z | 2021-05-14T09:29:12.000Z | ESEMPI/Es_MIN.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 2 | 2015-07-14T12:22:33.000Z | 2018-05-11T08:35:24.000Z | ESEMPI/Es_MIN.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 9 | 2015-05-06T14:35:08.000Z | 2021-03-23T14:27:21.000Z | ORG 100
BUN START
DEC 1
DEC 5
DEC 88
DEC -7
DEC -21
DEC 16
DEC 99
START, CLA
CLE
LDA HEAD I
CMA
INC
ADD MIN
SPA
BUN AFT
LDA HEAD I
STA MIN
AFT, SZE
BUN CHECK
BUN NEXT
CHECK, LDA HEAD I
STA MIN
NEXT, LDA HEAD
INC
STA HEAD
ISZ NUM
BUN START
HLT
HEAD, HEX 101
NUM, DEC -7
MIN, DEC 32767
END | 7.170732 | 17 | 0.710884 |
a74a0a9b05d7c183471dc6a7778d20deacae3242 | 428 | asm | Assembly | oeis/131/A131594.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/131/A131594.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/131/A131594.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A131594: Decimal expansion of sqrt(2)/3, the volume of a regular octahedron with edge length 1.
; Submitted by Jamie Morken(s4)
; 4,7,1,4,0,4,5,2,0,7,9,1,0,3,1,6,8,2,9,3,3,8,9,6,2,4,1,4,0,3,2,3,2,6,9,2,8,5,6,5,5,7,2,9,1,7,9,2,3,1,6,0,2,4,3,9,2,2,2,6,5,7,9,3,3,0,2,4,4,1,5,9,4,8,7,3,6,9,0,1,2,9,5,0,1,2,9,1,7,8,1,0,9,2,... | 47.555556 | 201 | 0.619159 |
41ad06aa7119c8494051e5cb7ae7704b79940eca | 3,887 | asm | Assembly | project/testRoms/ppu/sprite_hit_timing/sprite_hit_timing.asm | zzqqqzzz/WebNES | 5b31fb44b3b6323cf4fe300a7050095f232de1ac | [
"MIT"
] | 719 | 2016-10-23T18:26:27.000Z | 2022-03-20T00:26:35.000Z | rustnes-dev/test_roms/sprite_hit_timing/sprite_hit_timing.asm | w1n5t0n99/rustnes | 2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4 | [
"MIT"
] | 17 | 2016-10-30T12:46:35.000Z | 2020-01-31T11:34:38.000Z | rustnes-dev/test_roms/sprite_hit_timing/sprite_hit_timing.asm | w1n5t0n99/rustnes | 2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4 | [
"MIT"
] | 47 | 2016-10-24T00:30:56.000Z | 2022-02-10T15:19:41.000Z | ; Tests sprite 0 hit timing to within 4 CPU clocks (12 PPU clocks).
; Tests time it's cleared each frame, time it's set at upper-left
; corner, time for each PPU pixel, and time for each PPU scanline.
; Depends on proper PPU frame length (less than 29781 CPU clocks).
;
; Result codes:
; 2) Sprite 0 hit was cleared too ... | 20.786096 | 67 | 0.466941 |
f411c974c098baa08c02d25429f70700590e6fed | 879 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_reserveSprite.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_reserveSprite.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_reserveSprite.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; **************************************************
; SMSlib - C programming library for the SMS/GG
; ( part of devkitSMS - github.com/sverx/devkitSMS )
; **************************************************
INCLUDE "SMSlib_private.inc"
SECTION code_clib
SECTION code_SMSlib
PUBLIC asm_SMSlib_reserveSprite
EXTERN err... | 17.58 | 53 | 0.536974 |
e176110cbc5041d55805e592699f9838c1fa168c | 8,808 | asm | Assembly | Cameras/Injustice2/InjectableGenericCameraSystem/Interceptor.asm | ghostinthecamera/InjectableGenericCameraSystem | f4de55ab8fa58a479834b8b6586171f82b3d6b08 | [
"BSD-2-Clause"
] | 623 | 2016-12-02T16:01:05.000Z | 2022-03-29T19:59:10.000Z | Cameras/Injustice2/InjectableGenericCameraSystem/Interceptor.asm | AmyChocolates/InjectableGenericCameraSystem | 0b686603cdaf93184146e1b9e0c8400015e47137 | [
"BSD-2-Clause"
] | 113 | 2016-12-10T17:34:24.000Z | 2022-02-06T21:59:42.000Z | Cameras/Injustice2/InjectableGenericCameraSystem/Interceptor.asm | AmyChocolates/InjectableGenericCameraSystem | 0b686603cdaf93184146e1b9e0c8400015e47137 | [
"BSD-2-Clause"
] | 232 | 2016-12-17T06:32:08.000Z | 2022-03-27T16:51:29.000Z | ;////////////////////////////////////////////////////////////////////////////////////////////////////////
;// Part of Injectable Generic Camera System
;// Copyright(c) 2017, Frans Bouma
;// All rights reserved.
;// https://github.com/FransBouma/InjectableGenericCameraSystem
;//
;// Redistribution and use in source and ... | 50.62069 | 150 | 0.63272 |
d171d504d2ef4445a75b9e4b952255d6d3e5c0cd | 2,643 | asm | Assembly | Z80/Common/toolbxlt.asm | BleuLlama/LlamaVampireDrive | 63f5990f239afaf7a88373041bece0873eb7b67b | [
"MIT"
] | 4 | 2020-12-01T03:34:41.000Z | 2021-07-22T23:26:40.000Z | Z80/Common/toolbxlt.asm | BleuLlama/LlamaVampireDrive | 63f5990f239afaf7a88373041bece0873eb7b67b | [
"MIT"
] | null | null | null | Z80/Common/toolbxlt.asm | BleuLlama/LlamaVampireDrive | 63f5990f239afaf7a88373041bece0873eb7b67b | [
"MIT"
] | null | null | null | ; Toolbox
;
; helper functions for this project
; - Print to ACIA
; - delay routine
; - mini-Llama Vampire Drive interface
.include "../Common/hardware.asm"
.include "../Common/basicusr.asm"
.module TOOLBOX
.area .CODE (ABS)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;... | 20.175573 | 80 | 0.598562 |
783f1c645c43d14a9977af96f29edd00fe565815 | 1,199 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/z80/asm_sms_outi.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/sms/z80/asm_sms_outi.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/sms/z80/asm_sms_outi.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | SECTION code_clib
SECTION code_crt_common
PUBLIC asm_sms_outi
; call asm_sms_outi - 2*n
; n = number of outi <= 128
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
outi
... | 7.685897 | 30 | 0.514595 |
5435bc33976cb9cf64bbe86378e61dcc31070381 | 760 | asm | Assembly | programs/oeis/024/A024152.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024152.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024152.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024152: a(n) = 12^n - n^12.
; 1,11,-3952,-529713,-16756480,-243891793,-2173796352,-13805455393,-68289495040,-277269756129,-938082635776,-2395420006033,0,83695120256591,1227224552173568,15277275236695743,184602783918325760,2218028484503207231,26622176449503817728,319477786055703860687,3833755896447475122176,460051125... | 84.444444 | 677 | 0.886842 |
3c3d327bc39462b4910621daeb2880be39858ea0 | 3,644 | asm | Assembly | Firmware/Libraries/STM8_SelfTest_Library/src/stm8_stl_cpurun_IAR.asm | SergeiSOficial/AESTOUS_STM8 | 9f155667e2ad08dada069a89ee860aecad9fe6a0 | [
"CC0-1.0"
] | null | null | null | Firmware/Libraries/STM8_SelfTest_Library/src/stm8_stl_cpurun_IAR.asm | SergeiSOficial/AESTOUS_STM8 | 9f155667e2ad08dada069a89ee860aecad9fe6a0 | [
"CC0-1.0"
] | null | null | null | Firmware/Libraries/STM8_SelfTest_Library/src/stm8_stl_cpurun_IAR.asm | SergeiSOficial/AESTOUS_STM8 | 9f155667e2ad08dada069a89ee860aecad9fe6a0 | [
"CC0-1.0"
] | null | null | null | ;******************* (C) COPYRIGHT 2017 STMicroelectronics ********************
; File Name : stm8_stl_cpurun_IAR.s
; Author : MCD Application Team
; Author : STMicroelectronics - MCD Application Team
; Version : V2.0.0
; Date : Dec-2017
;***********************... | 36.079208 | 82 | 0.624588 |
9aa28116cccf1ea31334cd71cf748fa95e62093e | 356 | asm | Assembly | programs/oeis/065/A065164.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/065/A065164.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/065/A065164.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A065164: Permutation t->t+1 of Z, folded to N.
; 2,4,1,6,3,8,5,10,7,12,9,14,11,16,13,18,15,20,17,22,19,24,21,26,23,28,25,30,27,32,29,34,31,36,33,38,35,40,37,42,39,44,41,46,43,48,45,50,47,52,49,54,51,56,53,58,55,60,57,62,59,64,61,66,63,68,65,70,67,72,69,74
add $0,1
lpb $0
sub $0,1
mul $0,2
lpe
seq $0,165754 ; a(n... | 32.363636 | 208 | 0.61236 |
4aa44eae328ea721f04a885577147b9700d0c3b2 | 844 | asm | Assembly | Problem1/Problem1.asm | DebugBSD/ProjectEuler | 766b806012f647cd5996208329658cba03bed1ec | [
"BSD-3-Clause"
] | 2 | 2021-01-25T07:38:54.000Z | 2021-01-30T13:32:16.000Z | Problem1/Problem1.asm | DebugBSD/ProjectEuler | 766b806012f647cd5996208329658cba03bed1ec | [
"BSD-3-Clause"
] | null | null | null | Problem1/Problem1.asm | DebugBSD/ProjectEuler | 766b806012f647cd5996208329658cba03bed1ec | [
"BSD-3-Clause"
] | 1 | 2021-01-25T07:38:55.000Z | 2021-01-25T07:38:55.000Z | .686
.model flat, stdcall
; Problem 1 - Multiples of 3 and 5
;
; Statement:
; If we list all the natural numbers below 10 that are multiples of 3 or 5, we
; get 3, 5, 6 and 9. The sum of these multiples is 23.
;
; Find the sum of all the multiples of 3 or 5 below 1000.
EXIT_SUCCESS = 0
EXIT_FAILURE = -1
ExitProces... | 13.396825 | 79 | 0.697867 |
89335ec737bc6836ee2053317a9ccfa6c728396c | 519 | asm | Assembly | oeis/197/A197733.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/197/A197733.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/197/A197733.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A197733: Decimal expansion of 2*Pi/(1+Pi).
; Submitted by Jamie Morken(l1)
; 1,5,1,7,0,9,3,9,8,5,9,8,9,5,5,2,2,9,0,6,8,8,8,6,1,3,7,8,0,8,9,7,8,5,7,2,8,2,7,6,8,5,2,7,3,1,2,8,1,0,6,1,9,9,3,3,3,7,9,7,6,4,2,7,5,6,5,0,9,6,2,7,4,2,0,1,9,1,4,7,5,2,6,4,1,2,6,6,3,4,8,0,3,0,7,1,1,5,4
add $0,1
mov $2,1
mov $3,$0
mul $3,5
lpb $... | 17.896552 | 199 | 0.526012 |
350da2bfd1ae6794612fa4bc638a1fd5b7fd978e | 2,186 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_56_1248.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_56_1248.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_56_1248.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rbp
lea addresses_WT_ht+0x11f33, %r10
nop
nop
cmp %rbp, %rbp
mov $0x6162636465666768, %r15
movq %r15, (%r10)
nop
nop
nop
nop
sub %r14, %r14
pop %rbp
pop %r15
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r... | 19.345133 | 167 | 0.635407 |
c2cdbaa8d3ba8d3ff077a90a2e2edb15b64d8902 | 23 | asm | Assembly | src/main/fragment/mos6502-common/_stackpushword_=vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/_stackpushword_=vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/_stackpushword_=vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | tax
lda #0
pha
txa
pha
| 3.833333 | 6 | 0.695652 |
8a9a9a3f61a394a9424a71dbdb1f6fff3b800e05 | 316 | asm | Assembly | oeis/090/A090115.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/090/A090115.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/090/A090115.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A090115: a(n)=Product[p(n)-j, j=1..n]/n!=A090114(n)/n!.
; 1,1,4,15,252,924,11440,43758,497420,13123110,54627300,1251677700,12033222880,52860229080,511738760544,10363194502115,197548686920970,925029565741050,17302625882942400,161884603662657876
mov $2,$0
seq $0,40 ; The prime numbers.
sub $0,1
add $2,1
bin $0,$2
| 35.111111 | 187 | 0.756329 |
f1cf5df9a4f95ee5deeefcf1daff7655b82bfed7 | 5,519 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_150.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_150.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_150.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x4484, %rbx
xor $5060, %rax
mov $0x6162636465666768, %r8
movq %r8, %xmm2
vmovups %ymm2, (%rbx)
nop
add $17440, %rcx
lea addresses_A_ht+0x15284, %rsi
lea addresses_WT_ht+0x... | 45.237705 | 2,999 | 0.661714 |
4fd718085fc3ef4c0498d669ae33c627d643fcc4 | 956 | asm | Assembly | src/main.asm | stid/kick-c64-dead-test | faf7623d559f5009e38835944c6f7b946b0139e0 | [
"MIT"
] | 22 | 2020-03-30T01:39:01.000Z | 2022-01-12T10:56:19.000Z | src/main.asm | stid/kick-c64-dead-test | faf7623d559f5009e38835944c6f7b946b0139e0 | [
"MIT"
] | 2 | 2020-05-18T12:40:05.000Z | 2021-02-26T09:48:42.000Z | src/main.asm | stid/kick-c64-dead-test | faf7623d559f5009e38835944c6f7b946b0139e0 | [
"MIT"
] | 2 | 2020-05-10T10:13:48.000Z | 2020-05-27T13:37:53.000Z | #importonce
//-------------------------------------------
// c64 deadtest diagnostic 781220
// original disassembly by worldofjani.com
// Kickassembler porting by =stid=
// Revisited flow by =stid=
//-------------------------------------------
//
#import "./zeropage_map.asm"
* = $e000 "Main"
#import "./main_l... | 29.875 | 79 | 0.544979 |
3477bf2cad85619f466866d7b8bdfa6b8aae8a6c | 287 | asm | Assembly | programs/oeis/141/A141425.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/141/A141425.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/141/A141425.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A141425: Period 6: repeat [1, 2, 4, 5, 7, 8].
; 1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5,7,8,1,2,4,5
mod $0,6
mul $0,3
div $0,2
add $0,1
| 35.875 | 201 | 0.508711 |
a78db79096de8ad296cdf6e259d64f0c38d543c5 | 2,107 | asm | Assembly | src/native/third_party/isa-l/igzip/igzip_deflate_hash.asm | eshelmarc/noobaa-core | a1db60038170f253ebc7049860b652999bea9d25 | [
"Apache-2.0"
] | 178 | 2019-05-07T21:09:12.000Z | 2022-03-24T06:17:51.000Z | src/native/third_party/isa-l/igzip/igzip_deflate_hash.asm | eshelmarc/noobaa-core | a1db60038170f253ebc7049860b652999bea9d25 | [
"Apache-2.0"
] | 761 | 2019-05-13T09:35:59.000Z | 2022-03-31T18:18:06.000Z | src/native/third_party/isa-l/igzip/igzip_deflate_hash.asm | eshelmarc/noobaa-core | a1db60038170f253ebc7049860b652999bea9d25 | [
"Apache-2.0"
] | 57 | 2019-05-30T13:41:29.000Z | 2022-02-20T17:13:01.000Z | %include "options.asm"
%include "lz0a_const.asm"
%include "data_struct2.asm"
%include "huffman.asm"
%include "reg_sizes.asm"
%define DICT_SLOP 8
%define DICT_END_SLOP 4
%ifidn __OUTPUT_FORMAT__, win64
%define arg1 rcx
%define arg2 rdx
%define arg3 r8
%define swap1 rdi
%define swap2 rsi
%else
%define arg1 rdi
%define ... | 16.207692 | 62 | 0.725676 |
3e617292664b712744306f02a781c766513b1b01 | 482 | asm | Assembly | oeis/023/A023834.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/023/A023834.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/023/A023834.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A023834: Sum of exponents in prime-power factorization of C(4n,2n).
; Submitted by Jon Maiga
; 2,3,5,6,6,7,11,9,11,12,12,13,15,14,15,15,16,15,18,17,20,22,22,22,23,22,23,22,23,25,28,25,25,29,28,28,32,30,32,31,30,31,34,34,34,34,36,35,37,34,36,38,38,38,40,38,41,42,42,40,44,46,44,43,43,44,46,42,46,47,47,46,48,47,50,51,50... | 60.25 | 294 | 0.682573 |
939b8655a4a6319d3e04a49a12ddbdd51f54286d | 1,481 | asm | Assembly | engine/phone/scripts/tully.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | engine/phone/scripts/tully.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | engine/phone/scripts/tully.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | TullyPhoneCalleeScript:
gettrainername STRING_BUFFER_3, FISHER, TULLY1
checkflag ENGINE_TULLY
iftrue .WantsBattle
farscall PhoneScript_AnswerPhone_Male
checkflag ENGINE_TULLY_SUNDAY_NIGHT
iftrue .NotSunday
checkflag ENGINE_TULLY_HAS_WATER_STONE
iftrue .WaterStone
readvar VAR_WEEKDAY
ifnotequal SUNDAY, .NotSun... | 24.278689 | 47 | 0.872384 |
aab04008997806a7fcef18e61903c76c7f3244ad | 5,679 | asm | Assembly | audio.asm | unlink2/nesrpg | be08966cb171d8e54287bf0e59ec6262be7e8463 | [
"MIT"
] | 5 | 2020-01-23T14:58:55.000Z | 2021-06-27T15:00:29.000Z | audio.asm | unlink2/nano_dungeons | be08966cb171d8e54287bf0e59ec6262be7e8463 | [
"MIT"
] | null | null | null | audio.asm | unlink2/nano_dungeons | be08966cb171d8e54287bf0e59ec6262be7e8463 | [
"MIT"
] | null | null | null | ; this sub routine inits audio
; side effects:
; overwrites a register
init_audio_channels:
; Init $4000-4013
ldy #$13
@loop: lda @regs,y
sta $4000,y
dey
bpl @loop
; We have to skip over $4014 (OAMDMA)
; enable Square 1, Square 2, Triangle and Noise channels. Disable DMC.
lda #$... | 16.508721 | 75 | 0.641486 |
09bc4db41c65d36f1d402da6f28cc4e36f37ffc9 | 7,923 | asm | Assembly | exampl01/listbox/listbox.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl01/listbox/listbox.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl01/listbox/listbox.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | ; #########################################################################
.386
.model flat, stdcall
option casemap :none ; case sensitive
; #########################################################################
include \masm32\include\windows.inc
include \masm32\include\user32.in... | 26.857627 | 75 | 0.498801 |
60121e784baea1744c398a7cf02971811cdc7efa | 5,504 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_737.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_0xca.log_21829_737.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_0xca.log_21829_737.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x18960, %rsi
lea addresses_WT_ht+0xd8a0, %rdi
nop
nop
nop
nop
cmp %r10, %r10
mov $48, %rcx
rep movsq
nop
nop
nop
cmp $40914, %r14
lea addresses_normal_ht+0x960, %r9
nop
nop
nop... | 39.884058 | 2,999 | 0.66061 |
b9c7716b181d86d3349ad24cd66ba44ea69cdbbf | 871 | asm | Assembly | programs/oeis/062/A062318.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/062/A062318.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/062/A062318.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A062318: Numbers of the form 3^m - 1 or 2*3^m - 1; i.e., the union of sequences A048473 and A024023.
; 0,1,2,5,8,17,26,53,80,161,242,485,728,1457,2186,4373,6560,13121,19682,39365,59048,118097,177146,354293,531440,1062881,1594322,3188645,4782968,9565937,14348906,28697813,43046720,86093441,129140162,258280325,387420488... | 48.388889 | 631 | 0.807118 |
80cee98164028a33c1c60c632a351a1d3967a2e5 | 4,672 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2254.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2254.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2254.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13323, %r8
and $15131, %rsi
vmovups (%r8), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $0, %xmm2, %r12
nop
nop
nop
sub %r8, %r8
lea addresses_D_ht+0x1c80b, %rsi
lea addresses_WT_ht+0x3e... | 51.911111 | 2,999 | 0.660745 |
4490f9a9da414b43ace77e72d92351ffa96d18d4 | 6,075 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1258.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1258.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1258.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x10c3b, %r15
nop
sub %r12, %r12
mov $0x6162636465666768, %rsi
movq %rsi, %xmm7
vmovups %ymm7, (%r15)
nop
nop
nop
nop
xor $55549, %r8
lea addresses_normal_ht+0x1be3b, %rcx
nop
n... | 38.449367 | 2,999 | 0.661893 |
6c3c069affb5c34c8fb626f80f07b06a3cf157db | 1,858 | asm | Assembly | kernel/cpu/int.asm | richard-hgs/InfinityOS | 7f185f88836a0f34e3e264735034a5ffde075168 | [
"BSL-1.0"
] | null | null | null | kernel/cpu/int.asm | richard-hgs/InfinityOS | 7f185f88836a0f34e3e264735034a5ffde075168 | [
"BSL-1.0"
] | null | null | null | kernel/cpu/int.asm | richard-hgs/InfinityOS | 7f185f88836a0f34e3e264735034a5ffde075168 | [
"BSL-1.0"
] | null | null | null | ; ================================================
; Interrupt handler and interrupt server routines.
; Written by Infinity Technology
; ================================================
[section .text]
[bits 32]
%macro isr_return 1
[global isr%1]
isr%1:
push byte %1
jmp isr_common_stub
%endmacro
%macro isr_nor... | 13.463768 | 50 | 0.649085 |
f3cacd84af86dfa78ca3ba0d7c3844c17c3687a3 | 182 | asm | Assembly | tests/disasm/ret-conditional.asm | arpruss/z80 | 0729e01a4531515f837ca4f4c985225b8a22239e | [
"MIT"
] | 46 | 2019-05-04T12:32:27.000Z | 2022-03-17T10:04:16.000Z | Libs/Z80/tests/disasm/ret-conditional.asm | drunkfly/retrotoolkit | 38fc08ce931339948d697a4dcf6f2441bccef7d6 | [
"MIT",
"Unlicense"
] | 44 | 2020-08-19T21:13:30.000Z | 2022-03-15T15:45:46.000Z | Libs/Z80/tests/disasm/ret-conditional.asm | drunkfly/retrotoolkit | 38fc08ce931339948d697a4dcf6f2441bccef7d6 | [
"MIT",
"Unlicense"
] | 8 | 2020-09-29T01:22:55.000Z | 2022-02-20T17:03:43.000Z | cp 0x82 ; @@ 0x0c32 fe 82 .instr
ret c ; @@ 0x0c34 d8
ld a, d ; @@ 0x0c35 7a
| 45.5 | 71 | 0.247253 |
88b808889f4068df6a48365d6963e907cf3225d6 | 3,614 | asm | Assembly | programs/oeis/101/A101092.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/101/A101092.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/101/A101092.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A101092: Second partial sums of fifth powers (A000584).
; 1,34,310,1610,6035,18236,47244,109020,229845,450670,832546,1463254,2465255,4005080,6304280,9652056,14419689,21076890,30210190,42543490,58960891,80531924,108539300,144509300,190244925,247861926,319827834,409004110,518691535,652678960,815295536,1011466544,124677... | 328.545455 | 3,434 | 0.908688 |
2b411653d3dc490117049bcaa25c5dc9c533fb19 | 2,151 | asm | Assembly | Borland/CBuilder5/Source/RTL/source/memory/_stkavl.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/RTL/source/memory/_stkavl.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/RTL/source/memory/_stkavl.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | ;[]-----------------------------------------------------------------[]
;| _STKAVL.ASM -- available stack space |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1992, 2000 by Inprise Corporation... | 30.728571 | 77 | 0.499768 |
a83ca32c0721eab62b9d10b3ee230caff09f69e4 | 301 | asm | Assembly | programs/oeis/040/A040309.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040309.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040309.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040309: Continued fraction for sqrt(328).
; 18,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36,9,36
add $0,1
mov $1,$0
mul $1,$0
trn $1,3
sub $1,2
gcd $1,8
mul $1,9
| 27.363636 | 189 | 0.604651 |
6d6c7a907689021e5bfb50d25b109cb045a44c0b | 7,121 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_3233_800.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_3233_800.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_3233_800.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x9aae, %r9
nop
nop
nop
nop
add %r8, %r8
mov (%r9), %di
nop
nop
nop
xor $59154, %rsi
lea addresses_D_ht+0xac2e, %rsi
lea addresses_normal_ht+0x3b3e, %rdi
clflush (%rdi)
nop
nop
... | 35.252475 | 2,999 | 0.659739 |
4e0e7d3b02200844c961faf7b38a681ba78efd59 | 1,723 | asm | Assembly | programs/oeis/173/A173196.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/173/A173196.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/173/A173196.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; 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... | 114.866667 | 1,578 | 0.81834 |
91453b16c05796ad69f1f1cc6bf503b7f99a30f0 | 1,135 | asm | Assembly | programs/oeis/064/A064223.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/064/A064223.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/064/A064223.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A064223: a(1) = 1; a(n+1) = a(n) + number of decimal digits of a(n) for n > 0.
; 1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,103,106,109,112,115,118,121,124,127,130,133,136,139,142,145,148,151,154,157,160,... | 75.666667 | 938 | 0.69163 |
0507290d4e6f70cf7e9681e4c4c951824a299f27 | 181 | asm | Assembly | Working Disassembly/Levels/Pachinko/Misc Object Data/Anim - Triangle Bumper.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/Pachinko/Misc Object Data/Anim - Triangle Bumper.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/Pachinko/Misc Object Data/Anim - Triangle Bumper.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Ani_49BF6: dc.w byte_49BFA-Ani_49BF6
dc.w byte_49BFD-Ani_49BF6
byte_49BFA: dc.b $1F, 0, $FF
byte_49BFD: dc.b 0, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, $FD, 0
| 30.166667 | 75 | 0.541436 |
f3f120bee6e0ee615410536a84e3209f9528aa41 | 1,562 | asm | Assembly | src/display-fx.asm | kieranhj/funky-fresh | 739962d911ba7a3719878b3bd593d3c79e9e52b8 | [
"MIT"
] | null | null | null | src/display-fx.asm | kieranhj/funky-fresh | 739962d911ba7a3719878b3bd593d3c79e9e52b8 | [
"MIT"
] | null | null | null | src/display-fx.asm | kieranhj/funky-fresh | 739962d911ba7a3719878b3bd593d3c79e9e52b8 | [
"MIT"
] | null | null | null | \ -*- mode:beebasm -*-
\ ******************************************************************
\ * DISPLAY FX
\ ******************************************************************
\\ TODO: Support Display FX code in SWRAM banks.
.display_fx_table
{
equw do_nothing, fx_static_image_draw, SLOT_BANK2 ; &00
e... | 27.892857 | 108 | 0.658771 |
9b6d49a23efc93f98c11a929d972bcfa2eee2ff2 | 3,183 | asm | Assembly | source/interaction/warm.asm | paulscottrobson/6502-basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 3 | 2021-09-30T19:34:11.000Z | 2021-10-31T06:55:50.000Z | source/interaction/warm.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | null | null | null | source/interaction/warm.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 1 | 2021-12-07T21:58:44.000Z | 2021-12-07T21:58:44.000Z | ; ************************************************************************************************
; ************************************************************************************************
;
; Name: warm.asm
; Purpose: Warm start
; Created: 10th March 2021
; Reviewed: 16th March 2021
; Author: Paul Rob... | 29.472222 | 98 | 0.511781 |
cd12936f1e3632c5df1c7f6ac3d9906134b71c6c | 40,431 | asm | Assembly | user/prog2.asm | airaShrestha/xv6Modification | bb2e2799da71b0e66e6a390fa147fd964c460efd | [
"MIT-0"
] | null | null | null | user/prog2.asm | airaShrestha/xv6Modification | bb2e2799da71b0e66e6a390fa147fd964c460efd | [
"MIT-0"
] | null | null | null | user/prog2.asm | airaShrestha/xv6Modification | bb2e2799da71b0e66e6a390fa147fd964c460efd | [
"MIT-0"
] | null | null | null |
user/_prog2: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <main>:
#include "kernel/types.h"
#include "kernel/stat.h"
#include "user/user.h"
int main(int argc, char *argv[])
{
0: 1141 addi sp,sp,-16
2: e406 sd ra,8(sp)
4: e022 ... | 29.425764 | 80 | 0.461948 |
9b2a8e42345edc25ddbef367d6c0c4b986340283 | 1,829 | asm | Assembly | install/ientry.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | install/ientry.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | install/ientry.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE ENTRY - Copyright (C) 1994 SLR Systems
INCLUDE MACROS
INCLUDE SEGMSYMS
if fg_segm
PUBLIC INSTALL_ENTRY
.DATA
EXTERNDEF ENTRY_STUFF:ALLOCS_STRUCT,ENTRY_GARRAY:STD_PTR_S
.CODE PASS2_TEXT
EXTERNDEF COMMON_INST_INIT:PROC,ENTRY_POOL_GET:PROC
INIT_ENTRY PROC
;
;
;
MOV EAX,OFF ENTRY_ST... | 13.548148 | 60 | 0.704757 |
00dd6e1b0ddbbd1f87f4320c8a8c4abcb4a6dd59 | 2,342 | asm | Assembly | programs/oeis/236/A236770.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/236/A236770.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/236/A236770.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A236770: a(n) = n*(n + 1)*(3*n^2 + 3*n - 2)/8.
; 0,1,12,51,145,330,651,1162,1926,3015,4510,6501,9087,12376,16485,21540,27676,35037,43776,54055,66045,79926,95887,114126,134850,158275,184626,214137,247051,283620,324105,368776,417912,471801,530740,595035,665001,740962,823251,912210,1008190,1111551,1222662,1341901,146965... | 234.2 | 2,235 | 0.868061 |
cf77ae30a83a7d72d6dd5d90d0f3d93bb8dd3493 | 1,663 | asm | Assembly | programs/oeis/135/A135704.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/135/A135704.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/135/A135704.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A135704: a(n) = 7*n^2 + 4*n + 1.
; 4,1,12,37,76,129,196,277,372,481,604,741,892,1057,1236,1429,1636,1857,2092,2341,2604,2881,3172,3477,3796,4129,4476,4837,5212,5601,6004,6421,6852,7297,7756,8229,8716,9217,9732,10261,10804,11361,11932,12517,13116,13729,14356,14997,15652,16321,17004,17701,18412,19137,19876,20629,21396,... | 166.3 | 1,571 | 0.820806 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.