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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d23a56b203c1dd62889079bf5883a96f0fce7850 | 9,866 | asm | Assembly | game/banks/chr_data.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | game/banks/chr_data.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | game/banks/chr_data.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | * = $8000
; Reserved for characters tiles (no need for static initialization, game logic handles it)
.dsb CHARACTERS_END_TILES_OFFSET, 0
; Tiles moved elsewhere
;TODO move all other tiles in more appropriate locations
.dsb 27*16, 0
; TILE $7d - Blood particle
;
; 02000000
; 22200000
; 02000000
; 00000000
; 00000200
... | 37.090226 | 91 | 0.718528 |
4e92c22cc1275e8575c90db4371946cb96837157 | 6,909 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1239.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1239.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1239.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 %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1ad75, %rsi
lea addresses_UC_ht+0x10015, %rdi
cmp $65490, %rax
mov $43, %rcx
rep movsl
nop
nop
nop
nop
nop
and %r9, %r9
lea addresses_D_ht+0x1d86d, %r12
nop
add $37865, %... | 34.893939 | 2,999 | 0.660153 |
827270ccaec060c4b4ef3698dc18bb3260245ff9 | 856 | asm | Assembly | src/RPN_Parser.asm | Juaanma/RPN-Parser | 32f2373f5727e06f76b6ddabc6012ce394ddd311 | [
"MIT"
] | null | null | null | src/RPN_Parser.asm | Juaanma/RPN-Parser | 32f2373f5727e06f76b6ddabc6012ce394ddd311 | [
"MIT"
] | null | null | null | src/RPN_Parser.asm | Juaanma/RPN-Parser | 32f2373f5727e06f76b6ddabc6012ce394ddd311 | [
"MIT"
] | null | null | null | ; Reverse Polish notation parser in ASM (NASM x86 32 bits).
%include "Parser_Helper.asm"
SYS_EXIT equ 1
segment .data
msg1 db "This is a reverse Polish notation parser written in NASM.", 0xA
msg1_len equ $ - msg1
msg2 db "Please enter a valid expression to be evaluated. For example: '3 5 + 2 *'.", 0xA
msg2_len equ $... | 24.457143 | 105 | 0.721963 |
92b646761174cbf7dc6ca0ca34159d536e4d998a | 1,660 | asm | Assembly | programs/oeis/160/A160749.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/160/A160749.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/160/A160749.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A160749: a(n) = (11*n^2 + 19*n + 10)/2.
; 5,20,46,83,131,190,260,341,433,536,650,775,911,1058,1216,1385,1565,1756,1958,2171,2395,2630,2876,3133,3401,3680,3970,4271,4583,4906,5240,5585,5941,6308,6686,7075,7475,7886,8308,8741,9185,9640,10106,10583,11071,11570,12080,12601,13133,13676,14230,14795,15371,15958,16556,17165,... | 166 | 1,557 | 0.818675 |
d43f07ffcba751ab6a1c52cdb76eb19c6767953c | 3,094 | asm | Assembly | programs/oeis/001/A001303.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/001/A001303.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001303.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A001303: Stirling numbers of first kind, s(n+3, n), negated.
; 6,50,225,735,1960,4536,9450,18150,32670,55770,91091,143325,218400,323680,468180,662796,920550,1256850,1689765,2240315,2932776,3795000,4858750,6160050,7739550,9642906,11921175,14631225,17836160,21605760,26016936,31154200,37110150,43985970,51891945,60947991... | 221 | 2,934 | 0.89819 |
bc529704c53f9d27940007c98cd42a8f1fd91f6f | 6,019 | asm | Assembly | src/text.asm | howprice/specnext-invaders | f356f2f0f86203a40cf0ae42a9cb6bbff87e8b89 | [
"MIT"
] | 17 | 2021-01-03T17:10:18.000Z | 2022-01-05T06:01:46.000Z | src/text.asm | howprice/specnext-invaders | f356f2f0f86203a40cf0ae42a9cb6bbff87e8b89 | [
"MIT"
] | null | null | null | src/text.asm | howprice/specnext-invaders | f356f2f0f86203a40cf0ae42a9cb6bbff87e8b89 | [
"MIT"
] | null | null | null | ;
; Prints a single character out to a screen address
; A = Character to print
; D = Character Y position
; E = Character X position
; Modifies: AF, BC, DE, HL
;
PrintChar:
ld hl, 0x3C00 ; Character set bitmap data in ROM
ld b,0 ; BC = character code
ld c,... | 33.254144 | 91 | 0.501578 |
04597a7456d21bdb261d11204c24b27bd5af7ae0 | 506 | asm | Assembly | oeis/082/A082081.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/082/A082081.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/082/A082081.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A082081: a(n) = fixed point when the pseudo-log function A008475[ ] is iterated.
; Submitted by Simon Strandgaard
; 0,2,3,4,5,5,7,8,9,7,11,7,13,9,8,16,17,11,19,9,7,13,23,11,25,8,27,11,29,7,31,32,9,19,7,13,37,7,16,13,41,7,43,8,9,25,47,19,49,27,9,17,53,29,16,8,13,31,59,7,61,9,16,64,11,16,67,7,8,9,71,17,73,16,11,23,11,1... | 50.6 | 264 | 0.634387 |
8284865e400d986badcf9f5d9e8b384835ba8d52 | 10,061 | asm | Assembly | Transynther/x86/_processed/US/_st_zr_un_4k_sm_/i3-7100_9_0x84_notsx.log_21004_442.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_zr_un_4k_sm_/i3-7100_9_0x84_notsx.log_21004_442.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_zr_un_4k_sm_/i3-7100_9_0x84_notsx.log_21004_442.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 %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xac8f, %r13
nop
nop
nop
nop
xor %r14, %r14
mov (%r13), %r10
nop
nop
nop
nop
add $10236, %r11
lea addresses_UC_ht+0x10db1, %rsi
clflush (%rsi)
nop
and $12930, %rax
mo... | 29.078035 | 2,999 | 0.65411 |
544bd03b993e0e991b4fdfd7f374bfa5b8efdef8 | 1,073 | asm | Assembly | programs/oeis/055/A055997.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/055/A055997.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/055/A055997.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A055997: Numbers n such that n(n - 1)/2 is a square.
; 1,2,9,50,289,1682,9801,57122,332929,1940450,11309769,65918162,384199201,2239277042,13051463049,76069501250,443365544449,2584123765442,15061377048201,87784138523762,511643454094369,2982076586042450,17380816062160329,101302819786919522,590436102659356801,3441313796... | 71.533333 | 909 | 0.883504 |
df54f0546561b1a239d73964690b6c989055526a | 135 | asm | Assembly | src/set_time_fmt.asm | I8087/libm | 47874572a2bc1356e1ab70f9c29b6fa50875f3c3 | [
"BSD-2-Clause"
] | 13 | 2015-06-13T00:56:27.000Z | 2022-01-25T16:55:26.000Z | src/set_time_fmt.asm | I8087/libm | 47874572a2bc1356e1ab70f9c29b6fa50875f3c3 | [
"BSD-2-Clause"
] | 10 | 2016-02-02T23:34:27.000Z | 2019-06-11T22:41:23.000Z | src/set_time_fmt.asm | I8087/libm | 47874572a2bc1356e1ab70f9c29b6fa50875f3c3 | [
"BSD-2-Clause"
] | 1 | 2016-06-21T05:19:15.000Z | 2016-06-21T05:19:15.000Z | global _set_time_fmt
_set_time_fmt:
push bp
mov bp, sp
mov al, byte [bp+4]
call os_set_time_fmt
pop bp
ret
| 10.384615 | 24 | 0.622222 |
0faa88a8778023af6c616faa92b83194dd202a25 | 629 | asm | Assembly | programs/oeis/008/A008797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008797: Molien series for group [2,4]+ = 224.
; 1,0,2,0,4,1,6,2,9,4,12,6,16,9,20,12,25,16,30,20,36,25,42,30,49,36,56,42,64,49,72,56,81,64,90,72,100,81,110,90,121,100,132,110,144,121,156,132,169,144,182,156,196,169,210,182,225,196,240,210,256,225,272,240,289,256,306,272,324,289,342,306,361,324,380,342,400,361,420,380... | 22.464286 | 351 | 0.63752 |
1318717d39c7ad28f4f4aebcb1a6c7fe654ac085 | 425 | asm | Assembly | programs/oeis/229/A229013.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/229/A229013.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/229/A229013.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A229013: Number of arrays of median of three adjacent elements of some length-5 0..n array, with no adjacent equal elements in the latter.
; 2,15,46,101,186,307,470,681,946,1271,1662,2125,2666,3291,4006,4817,5730,6751,7886,9141,10522,12035,13686,15481,17426,19527,21790,24221,26826,29611,32582,35745,39106,42671,46446,... | 38.636364 | 214 | 0.748235 |
5d00a5cc9fc422937d19a6daf1af041dbe0ab97f | 175 | asm | Assembly | libsrc/stdio/c7420/getk.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/c7420/getk.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/c7420/getk.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | ;
; Keyboard routines for the Philips Videopac C7420
; By Stefano Bodrato - 2015
;
; getk() Read key status
;
;
; $Id:
;
PUBLIC getk
.getk
call $a22
ld h,0
ld l,a
ret
| 9.722222 | 50 | 0.645714 |
5cec553ac138896d05cc0416d08d173edfed17c3 | 4,916 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2_notsx.log_126_53.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2_notsx.log_126_53.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2_notsx.log_126_53.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x4457, %rsi
lea addresses_WC_ht+0x4117, %rdi
nop
nop
nop
dec %r9
mov $95, %rcx
rep movsb
nop
nop
nop
nop
nop
inc %rbp
lea addresses_D_ht+0x912d, %r11
nop
nop
nop
nop
nop
x... | 20.742616 | 377 | 0.646867 |
dc6980f169003b9159d81b2a1f66e179c50d15fc | 3,847 | asm | Assembly | extra/ASM 8086/flat386.asm | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/ASM 8086/flat386.asm | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | extra/ASM 8086/flat386.asm | jfitz/code-stat | dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26 | [
"MIT"
] | null | null | null | ; flatmode.asm
;
; This program demonstrates flat real mode, which is simply real mode
; with 4G descriptors for some segments. In this code it's done by
; going into protected mode, setting the FS register to a descriptor
; with 4G limits and then returning to real mode. The protected mode
; limit stays in effe... | 39.659794 | 73 | 0.484533 |
67560bec98c17fc06168358e2ffacac0ebdb3d5b | 14,007 | asm | Assembly | src/play/backdrop.asm | endstation/golf | 5784b06e5b025c7c52b9b6ebcba2c62592730804 | [
"BSD-2-Clause"
] | 1 | 2022-02-13T16:09:18.000Z | 2022-02-13T16:09:18.000Z | src/play/backdrop.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | null | null | null | src/play/backdrop.asm | 1888games/golf | 5078fc0699e5f91a53761cc30526b510d49e955c | [
"BSD-2-Clause"
] | 1 | 2022-02-12T23:40:10.000Z | 2022-02-12T23:40:10.000Z | ; Top-hole Golf
; Copyright 2020-2021 Matthew Clarke
bdrop_c_BEGIN = *
; *****************
; *** CONSTANTS ***
; *****************
bdrop_c_MAX_TILES = 48
bdrop_c_MAX_DISTANT_OBJECTS = 5
bdrop_c_PATTERN_BLOCK_SIZE = 288
bdrop_c_MAX_VISIBLE_DISTANT_OBJECTS = 3
; NOTE: assume object is 1000yds away.
; Rotate vector b... | 23.306156 | 80 | 0.63661 |
997f6623154b7f4c42b400b5d20e57efc45a34ff | 125,227 | asm | Assembly | k-mer/k2readasm/example/k2a/kra.4.asm/kra.4.asm.asm | liu3zhenlab/scripts | 5f25f0b1eecee154ffb452408f827ded663b7ad6 | [
"MIT"
] | 6 | 2019-04-02T22:28:41.000Z | 2021-09-17T02:00:28.000Z | k-mer/k2readasm/example/k2a/kra.4.asm/kra.4.asm.asm | liu3zhenlab/scripts | 5f25f0b1eecee154ffb452408f827ded663b7ad6 | [
"MIT"
] | null | null | null | k-mer/k2readasm/example/k2a/kra.4.asm/kra.4.asm.asm | liu3zhenlab/scripts | 5f25f0b1eecee154ffb452408f827ded663b7ad6 | [
"MIT"
] | 2 | 2020-06-30T03:30:29.000Z | 2021-07-30T06:11:48.000Z | {MDI
ref:(kra.4.asm,1)
mea:350.000
std:50.000
min:-2147483648
max:2147483647
buc:0
his:
}
{AFG
acc:(110000000001,1)
mst:D
chi:0
cha:0
clr:0,150
}
{AFG
acc:(120000000001,2)
mst:D
chi:0
cha:0
clr:0,150
}
{AFG
acc:(110000000003,3)
mst:D
chi:0
cha:0
clr:11,150
}
{AFG
acc:(120000000003,4)
mst:D
chi:0
cha:0
clr:0,150
}
{AFG
... | 9.448242 | 178 | 0.759557 |
f0c97c5c7d241b50da320bbcca48942e7e86deec | 587 | asm | Assembly | programs/oeis/104/A104584.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/104/A104584.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/104/A104584.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A104584: a(n) = (1/2) * ( 3*n^2 + n*(-1)^n ).
; 0,1,7,12,26,35,57,70,100,117,155,176,222,247,301,330,392,425,495,532,610,651,737,782,876,925,1027,1080,1190,1247,1365,1426,1552,1617,1751,1820,1962,2035,2185,2262,2420,2501,2667,2752,2926,3015,3197,3290,3480,3577,3775,3876,4082,4187,4401,4510,4732,4845,5075,5192,5430,55... | 58.7 | 482 | 0.730835 |
ca0347102d97f33b68ae9a11d118b57a636d4087 | 121 | asm | Assembly | src/code/alias.asm | gb-archive/waveform-gb | 016c923745620d2166bd24e6e9afc6bd35a89a4b | [
"MIT"
] | null | null | null | src/code/alias.asm | gb-archive/waveform-gb | 016c923745620d2166bd24e6e9afc6bd35a89a4b | [
"MIT"
] | null | null | null | src/code/alias.asm | gb-archive/waveform-gb | 016c923745620d2166bd24e6e9afc6bd35a89a4b | [
"MIT"
] | null | null | null | SECTION "hl", ROM0
__hl__::
jp hl
SECTION "de", ROM0
__de__::
push de
ret
SECTION "bc", ROM0
__bc__::
push bc
ret
| 8.642857 | 18 | 0.652893 |
4ec93bca12fca550b8b1f6accccaa2dbc6cdaddc | 13,670 | asm | Assembly | arch/z80/src/ez80/ez80f92_loader.asm | eenurkka/incubator-nuttx | 5c3d6bba6d9ec5015896c3019cd2064696373210 | [
"Apache-2.0"
] | 1,006 | 2019-12-17T23:45:41.000Z | 2022-03-31T19:42:44.000Z | arch/z80/src/ez80/ez80f92_loader.asm | eenurkka/incubator-nuttx | 5c3d6bba6d9ec5015896c3019cd2064696373210 | [
"Apache-2.0"
] | 2,661 | 2019-12-21T15:16:09.000Z | 2022-03-31T22:30:04.000Z | arch/z80/src/ez80/ez80f92_loader.asm | eenurkka/incubator-nuttx | 5c3d6bba6d9ec5015896c3019cd2064696373210 | [
"Apache-2.0"
] | 613 | 2019-12-21T10:17:37.000Z | 2022-03-28T09:42:20.000Z | ;**************************************************************************
; arch/z80/src/ez80/ez80f92_loader.asm
;
; Licensed to the Apache Software Foundation (ASF) under one or more
; contributor license agreements. See the NOTICE file distributed with
; this work for additional information regarding copyright own... | 38.725212 | 75 | 0.650988 |
bea36463f225620ac57f5f3c0ca2e735f972623a | 461 | asm | Assembly | oeis/054/A054442.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054442.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054442.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054442: Second convolution of A001405 (central binomial numbers).
; Submitted by Jon Maiga
; 1,3,9,22,54,123,281,618,1362,2934,6330,13452,28620,60243,126921,265282,554874,1153506,2399390,4966740,10286196,21219038,43790154,90076452,185353204,380364108,780786516,1599015192,3275589144
mov $2,$0
add $2,1
mov $4,$0
lpb ... | 20.954545 | 191 | 0.687636 |
8191e66651b45d50a32cc48ed9cbc2ebc6728c40 | 793 | asm | Assembly | programs/oeis/098/A098301.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/098/A098301.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/098/A098301.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A098301: Member r=16 of the family of Chebyshev sequences S_r(n) defined in A092184.
; 0,1,16,225,3136,43681,608400,8473921,118026496,1643897025,22896531856,318907548961,4441809153600,61866420601441,861688079266576,12001766689130625,167163045568562176,2328280871270739841,32428769152221795600,451674487259834398561,629... | 113.285714 | 621 | 0.872636 |
ae9ddd5d6c68376f9cc01534eccf1c78e99c9bea | 82,912 | asm | Assembly | target/cos_117/disasm/iop_overlay1/CNCDIS.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/CNCDIS.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/CNCDIS.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x2104- f:00020 d: 260 | A = OR[260]
0x0001 (0x000002) 0x290D- f:00024 d: 269 | OR[269] = A
0x0002 (0x000004) 0x2104- f:00020 d: 260 | A = OR[260]
0x0003 (0x000006) 0x1403- f:00012 d: 3 | A = A + 3 (0x0003)
... | 84.777096 | 127 | 0.472477 |
4015b058f477e5925c0f01a740d75991eea170a6 | 821 | asm | Assembly | programs/oeis/141/A141865.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/141/A141865.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/141/A141865.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A141865: Primes congruent to 13 mod 17.
; 13,47,149,251,353,421,523,557,659,727,761,829,863,1033,1237,1373,1543,1747,1951,2053,2087,2393,2699,2767,2801,2903,2971,3209,3413,3583,3617,3719,3821,3889,3923,4093,4127,4229,4297,4603,4637,4909,4943,5011,5113,5147,5351,5419,5521,5623,5657,5827,5861,6133,6269,6337,6473,6779,6... | 34.208333 | 507 | 0.7162 |
0793f16a9347cca464d4b81dfaa530cc0b2c736a | 768 | asm | Assembly | oeis/295/A295680.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/295/A295680.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/295/A295680.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A295680: a(n) = a(n-1) + a(n-3) + a(n-4), where a(0) = 0, a(1) = 0, a(2) = 0, a(3) = 2.
; Submitted by Jamie Morken(w1)
; 0,0,0,2,2,2,4,8,12,18,30,50,80,128,208,338,546,882,1428,2312,3740,6050,9790,15842,25632,41472,67104,108578,175682,284258,459940,744200,1204140,1948338,3152478,5100818,8253296,13354112,21607408,349... | 40.421053 | 497 | 0.72526 |
99e725c470c476e32301028adcfe7f1c62bcf23e | 8,705 | asm | Assembly | asm_patches/includes/bgm_file.asm | robertkirkman/WW_Hacking_API | 39dae37bde0b3684a2dfe221f7faae177a676e44 | [
"MIT"
] | 5 | 2020-05-09T22:35:35.000Z | 2021-04-13T02:26:52.000Z | asm_patches/includes/bgm_file.asm | robertkirkman/WW_Hacking_API | 39dae37bde0b3684a2dfe221f7faae177a676e44 | [
"MIT"
] | null | null | null | asm_patches/includes/bgm_file.asm | robertkirkman/WW_Hacking_API | 39dae37bde0b3684a2dfe221f7faae177a676e44 | [
"MIT"
] | 4 | 2020-12-26T15:37:53.000Z | 2021-10-05T08:20:46.000Z |
.open "sys/main.dol"
; Load the BGM file after System.arc is finished loading.
.org 0x8022DC20 ; In phase_1(dScnLogo_c *)
b load_bgm_file
; Replace all the static variable loads of the list variables to instead call functions that dynamically return the list variable in the BGM file.
; Replace loads of JAIZelBasi... | 31.089286 | 146 | 0.76255 |
a7425a9658ea908baf388be2ee47fa597229cec8 | 710 | asm | Assembly | oeis/185/A185874.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/185/A185874.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/185/A185874.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A185874: Second accumulation array of A051340, by antidiagonals.
; Submitted by Jon Maiga
; 1,3,4,6,11,10,10,21,26,20,15,34,48,50,35,21,50,76,90,85,56,28,69,110,140,150,133,84,36,91,150,200,230,231,196,120,45,116,196,270,325,350,336,276,165,55,144,248,350,435,490,504,468,375,220,66,175,306,440,560,651,700,696,630,495... | 71 | 377 | 0.716901 |
eaa94213e8754bc90e662d782113ceb84fefa945 | 204 | asm | Assembly | pkgs/tools/yasm/src/libyasm/tests/equ-expand.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/libyasm/tests/equ-expand.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/libyasm/tests/equ-expand.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | nop
end1:
line_out equ end1+258 ;length = 1 + 263
real_end equ end1+258+264
cmp bx,(real_end-line_out)/4
cmp bx,((end1+258+264)-(end1+258))/4
cmp bx,(end1+258+264-end1-258)/4
| 20.4 | 49 | 0.607843 |
e1c9be68b868e2f47679223a8de30377e564ad11 | 434 | asm | Assembly | oeis/228/A228509.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/228/A228509.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/228/A228509.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A228509: a(n) = binomial(n^2+n+1,n) * (n+1) / (n^2+n+1) for n>=0.
; Submitted by Jon Maiga
; 1,2,9,88,1425,32886,992446,37106784,1657248417,86128357150,5107663394691,340427678198400,25194445531808735,2050156960934135340,181938723871328671500,17487609556155439051136,1809886850192627028383553,20067098439256636269801411... | 48.222222 | 258 | 0.764977 |
8c97e386780d4b7d88c8ad96b4d927c425ca74d6 | 4,311 | asm | Assembly | lib/crt/classic/crt_command_line.asm | witchcraft2001/z88dk | 11adca337a4125aff611ddfdf3fc2401e8dda5b2 | [
"ClArtistic"
] | 1 | 2021-04-05T00:08:04.000Z | 2021-04-05T00:08:04.000Z | lib/crt/classic/crt_command_line.asm | witchcraft2001/z88dk | 11adca337a4125aff611ddfdf3fc2401e8dda5b2 | [
"ClArtistic"
] | null | null | null | lib/crt/classic/crt_command_line.asm | witchcraft2001/z88dk | 11adca337a4125aff611ddfdf3fc2401e8dda5b2 | [
"ClArtistic"
] | null | null | null | ; Command line parsing
; Push pointers to argv[n] onto the stack now
; We must start from the end
; Entry: hl = end of arguments
; c = length of arguments
; b = 0
; Exit: bc = argc
; hl = argv
IF CRT_ENABLE_COMMANDLINE = 1
jr argv_begin
redir_fopen_flag: defb 'w',0
redir_fopen_flagr: def... | 23.302703 | 80 | 0.49826 |
a1cfae5382374447e30806a25bbb964d66e4d34e | 498 | asm | Assembly | 21-speed.asm | yuwanzeon/human-resource-machine-solutions | c95641bf409ed3419f7e71eafac0fcdabecb7204 | [
"MIT"
] | 1 | 2016-12-29T06:55:26.000Z | 2016-12-29T06:55:26.000Z | 21-speed.asm | yuwanzeon/human-resource-machine-solutions | c95641bf409ed3419f7e71eafac0fcdabecb7204 | [
"MIT"
] | null | null | null | 21-speed.asm | yuwanzeon/human-resource-machine-solutions | c95641bf409ed3419f7e71eafac0fcdabecb7204 | [
"MIT"
] | null | null | null | -- HUMAN RESOURCE MACHINE PROGRAM --
a:
INBOX
JUMPZ h
COPYTO 0
INBOX
JUMPZ g
ADD 0
COPYTO 0
INBOX
JUMPZ f
ADD 0
COPYTO 0
INBOX
JUMPZ e
ADD 0
COPYTO 0
INBOX
JUMPZ d
ADD 0
COPYTO 0
... | 11.581395 | 36 | 0.411647 |
6bd17441f5d2e7229cc38108598e80d2f2c086cf | 391 | asm | Assembly | programs/oeis/066/A066628.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/066/A066628.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/066/A066628.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A066628: a(n) = n - the largest Fibonacci number <= n.
; 0,0,0,0,1,0,1,2,0,1,2,3,4,0,1,2,3,4,5,6,7,0,1,2,3,4,5,6,7,8,9,10,11,12,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,0,1,2,3,4,5,6,7,8,9,10
lpb $0
sub $0,1
m... | 30.076923 | 240 | 0.554987 |
66a34eb1ea57635e9f3b1e3b4d29587eaccdef7e | 532 | asm | Assembly | PRG/levels/Plains/W3HBA.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Plains/W3HBA.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Plains/W3HBA.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $B3E7
; Hammer Bro battle area (World 3 out of water)
.word $0000 ; Alternate level layout
.word $0000 ; Alternate object layout
.byte LEVEL1_SIZE_01 | LEVEL1_YSTART_180
.byte LEVEL2_BGPAL_02 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_00 | LEVEL3_VSCROLL_LOCKED
.byte LEVEL4_... | 40.923077 | 85 | 0.710526 |
6ed2157d267f9915233d01a94a6f216c0b3477b2 | 773 | asm | Assembly | oeis/274/A274588.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/274/A274588.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/274/A274588.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A274588: Values of n such that 2*n-1 and 7*n-1 are both triangular numbers.
; Submitted by Jon Maiga
; 1,8,638,6931,572671,6223778,514257668,5588945461,461802812941,5018866799948,414698411763098,4506936797407591,372398711960448811,4047224225205216518,334413628642071268928,3634402847297487025321,3003030661218680390482... | 32.208333 | 471 | 0.796895 |
3c6d72acf6c2bbb3283ba7329a220d365c913416 | 5,791 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_832.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_832.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_832.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 %rax
push %rbp
push %rbx
push %rdx
push %rsi
lea addresses_WC_ht+0x296d, %rdx
nop
nop
nop
nop
xor %rbp, %rbp
mov $0x6162636465666768, %r8
movq %r8, %xmm5
and $0xffffffffffffffc0, %rdx
vmovntdq %ymm5, (%rdx)
nop
nop
nop
nop
nop
cmp %r10, %r10
lea addre... | 38.606667 | 2,999 | 0.659126 |
675a6bab6eb21ef8227a3ceb0b4c17840a770d39 | 502 | asm | Assembly | oeis/307/A307096.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/307/A307096.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/307/A307096.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A307096: Positive integers m such that for any positive integer k the last k bits of the binary expansion of m is not a multiple of 3.
; Submitted by Jamie Morken(w4)
; 1,5,13,17,29,37,49,61,65,77,101,113,125,133,145,157,193,205,229,241,253,257,269,293,305,317,389,401,413,449,461,485,497,509,517,529,541,577,589,613,6... | 62.75 | 206 | 0.727092 |
f06f1171182b836c08fbc0918b5ec3eed679f90a | 578 | asm | Assembly | oeis/280/A280026.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/280/A280026.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/280/A280026.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A280026: Fill an infinite square array by following a spiral around the origin; in the n-th cell, enter the number of earlier cells that can be seen from that cell.
; Submitted by Jamie Morken(s4)
; 0,1,2,3,3,4,4,5,6,5,6,7,6,7,8,9,7,8,9,10,8,9,10,11,12,9,10,11,12,13,10,11,12,13,14,15,11,12,13,14,15,16,12,13,14,15,16,... | 38.533333 | 279 | 0.655709 |
0be5d96310d5d40c8f80cb8434e3b246d9c1debd | 4,971 | asm | Assembly | compsci courses/CPSC355 - Computing Machinery/assignments/as3/assign3.asm | q-omar/UofC | 03ad4cb9145854394c98ccdb6292825d2b3927c6 | [
"MIT"
] | 1 | 2021-04-11T10:18:55.000Z | 2021-04-11T10:18:55.000Z | compsci courses/CPSC355 - Computing Machinery/assignments/as3/assign3.asm | q-omar/UofC | 03ad4cb9145854394c98ccdb6292825d2b3927c6 | [
"MIT"
] | null | null | null | compsci courses/CPSC355 - Computing Machinery/assignments/as3/assign3.asm | q-omar/UofC | 03ad4cb9145854394c98ccdb6292825d2b3927c6 | [
"MIT"
] | null | null | null | //CPSC 355
//Safian Omar Qureshi
//ID 10086638
//Assignment 3
//The following ARM assembly code generates a 50 element array that is made up of random positive integers (mod 1024)
//It is printed to console and then the array is sorted via selection sort and then printed once more to console
//Begin with using assem... | 26.582888 | 117 | 0.6035 |
7861bbfb11f1273578154883f3f054854c753761 | 11,595 | asm | Assembly | sys_prog/lab_7/test_8.asm | vimikeva/s | 59a4697ef1c054049643b754a82b1823bf32c2ae | [
"MIT"
] | null | null | null | sys_prog/lab_7/test_8.asm | vimikeva/s | 59a4697ef1c054049643b754a82b1823bf32c2ae | [
"MIT"
] | null | null | null | sys_prog/lab_7/test_8.asm | vimikeva/s | 59a4697ef1c054049643b754a82b1823bf32c2ae | [
"MIT"
] | null | null | null | .386p
descriptor struc
limit_1 dw 0 ; Limit (0 - 15).
base_1 dw 0 ; Base (0 - 15).
base_2 db 0 ; Base (16 - 23).
attr db 0 ; Attributes.
bt6 db 0 ; Limit_2 (0 - 3), Attributes (4 - 7).
base_3 db 0 ; Base (24 - 31).
descriptor ends
;-------------------------------------------------------... | 24.308176 | 85 | 0.56947 |
f0767efb1b127074e75eb4142a9146cd3daa530c | 18,225 | asm | Assembly | src/public/src/FM7/util/rawReadToRS232C/readdisk.asm | rothberg-cmu/rothberg-run | a42df5ca9fae97de77753864f60d05295d77b59f | [
"MIT"
] | 1 | 2019-08-10T00:24:09.000Z | 2019-08-10T00:24:09.000Z | src/public/src/FM7/util/rawReadToRS232C/readdisk.asm | rothberg-cmu/rothberg-run | a42df5ca9fae97de77753864f60d05295d77b59f | [
"MIT"
] | null | null | null | src/public/src/FM7/util/rawReadToRS232C/readdisk.asm | rothberg-cmu/rothberg-run | a42df5ca9fae97de77753864f60d05295d77b59f | [
"MIT"
] | 2 | 2019-05-01T03:11:10.000Z | 2019-05-01T03:30:35.000Z | EXPORT DRIVE
EXPORT TRACK
EXPORT SIDE
EXPORT READTRACK
EXPORT SEEKTRACK
EXPORT CLEARFORMATINFO
EXPORT ANALYZETRACK
EXPORT DUMPSECTOR
EXPORT RESTORE_DISK
EXPORT READ_ADDRMARK
EXPORT ADDRMARKADDR
EXPORT ADDRMARKUSED
EXPORT READSIZE
EXPORT RAWREADCHE... | 21.441176 | 103 | 0.60203 |
36c8a0b9153f00f593308514e85c759e05ede67c | 2,988 | nasm | Assembly | bindshell.nasm | Re4son/slae-assignment1 | b707329e4021e25ba017d1cba3d1d378abc1b056 | [
"Unlicense"
] | 4 | 2017-07-23T17:20:45.000Z | 2022-01-11T11:53:08.000Z | bindshell.nasm | Re4son/slae-assignment1 | b707329e4021e25ba017d1cba3d1d378abc1b056 | [
"Unlicense"
] | null | null | null | bindshell.nasm | Re4son/slae-assignment1 | b707329e4021e25ba017d1cba3d1d378abc1b056 | [
"Unlicense"
] | 1 | 2019-10-13T12:52:20.000Z | 2019-10-13T12:52:20.000Z | ; Filename: bindshell.nasm
; Author: Re4son re4son [at] whitedome.com.au
; Website: http://www.whitedome.com.au/re4son
;
; Purpose: Spawn a bind shell on port 31337
; 91 bytes
global _start
section .text
_start:
; --- socket ---
xor ebx, ebx ; clear ebx
mul ebx ; clear e... | 29.294118 | 79 | 0.603079 |
940c28787618d20faa1a98aa62a8904fcf0a0ffc | 436 | asm | Assembly | oeis/006/A006183.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006183.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006183.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006183: a(n) = (n+1)*a(n-1) + (2-n)*a(n-2).
; Submitted by Jamie Morken(s4)
; 1,2,6,22,98,522,3262,23486,191802,1753618,17755382,197282022,2387112466,31249472282,440096734638,6635304614542,106638824162282,1819969265702946,32873194861759462,626524419718239158,12565295306571352002,264532532769923200042
mov $1,1
mov $... | 24.222222 | 225 | 0.704128 |
bda46237ed31b4d2fe986fe4714efc563c79359a | 247 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_reserve_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_reserve_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_reserve_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; int b_vector_reserve(b_vector_t *v, size_t n)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC b_vector_reserve_callee
EXTERN asm_b_vector_reserve
b_vector_reserve_callee:
pop hl
pop bc
ex (sp),hl
jp asm_b_vector_reserve
| 13.722222 | 47 | 0.781377 |
d7c8c24df986674d1715fab301cae0b150795289 | 14,609 | asm | Assembly | src/gamemode.asm | tewtal/lttphack | 1653fbae6de1181de356f36eb013bd6ecf8136a2 | [
"MIT"
] | null | null | null | src/gamemode.asm | tewtal/lttphack | 1653fbae6de1181de356f36eb013bd6ecf8136a2 | [
"MIT"
] | null | null | null | src/gamemode.asm | tewtal/lttphack | 1653fbae6de1181de356f36eb013bd6ecf8136a2 | [
"MIT"
] | null | null | null | pushpc
org $008056 ; Game Mode Hijack
JSL gamemode_hook
pullpc
macro test_shortcut(shortcut, func, leavecarry)
+ LDA.w !ram_ctrl1 : AND <shortcut> : CMP <shortcut> : BNE +
AND.l !ram_ctrl1_filtered : BEQ +
JSR.w <func>
if equal(<leavecarry>, 0)
CLC
endif
RTS
endmacro
gamemode_hook:
PHB : PHK : PLB
JSR check... | 21.452276 | 87 | 0.69909 |
0a98ee8c1299bbed618807123cfc86d621eaa735 | 1,189 | asm | Assembly | Source/Test/Case/HookSetSuccess/CallSubroutine.asm | samuelgr/Hookshot | cf6e0fa6c273fcac087e0c0a97097433736e72ab | [
"BSD-3-Clause"
] | 4 | 2021-01-10T22:25:31.000Z | 2022-01-11T16:55:25.000Z | Source/Test/Case/HookSetSuccess/CallSubroutine.asm | samuelgr/Hookshot | cf6e0fa6c273fcac087e0c0a97097433736e72ab | [
"BSD-3-Clause"
] | 2 | 2021-01-11T11:23:47.000Z | 2021-05-12T05:26:30.000Z | Source/Test/Case/HookSetSuccess/CallSubroutine.asm | samuelgr/Hookshot | cf6e0fa6c273fcac087e0c0a97097433736e72ab | [
"BSD-3-Clause"
] | 2 | 2020-10-02T03:07:50.000Z | 2021-12-29T14:42:25.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Hookshot
; General-purpose library for injecting DLLs and hooking function calls.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Authored by Samuel Grossman
; Copyright (c) 2019-2021
;;;;;;;;;;;;;;;;;;... | 24.770833 | 119 | 0.52397 |
726d538a1acc49185aa1a0bdef92325a2e8e5c12 | 1,985 | asm | Assembly | programs/oeis/157/A157337.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157337.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157337.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157337: a(n) = 128*n^2 + 32*n + 1.
; 161,577,1249,2177,3361,4801,6497,8449,10657,13121,15841,18817,22049,25537,29281,33281,37537,42049,46817,51841,57121,62657,68449,74497,80801,87361,94177,101249,108577,116161,124001,132097,140449,149057,157921,167041,176417,186049,195937,206081,216481,227137,238049,249217,260641,27... | 180.454545 | 1,876 | 0.847355 |
da49ffecce640edebae04c3d9bc57ed05d470fb5 | 6,308 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_2073.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_21829_2073.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_21829_2073.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 %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc2c7, %rcx
and %r10, %r10
mov (%rcx), %r13
nop
nop
nop
add %r10, %r10
lea addresses_D_ht+0x2ac7, %rsi
lea addresses_WT_ht+0x6ac7, %rdi
nop
nop
nop
nop
nop
and %r11, %r11
mov $127, %rcx... | 36.252874 | 2,999 | 0.656944 |
196f212f4ab525010b0ae3e240f947c6381daf32 | 439 | asm | Assembly | oeis/156/A156033.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/156/A156033.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/156/A156033.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A156033: Numerator of (Sum_{k=1..n} k^3)/n!.
; Submitted by Christian Krause
; 0,1,9,6,25,15,49,7,9,5,121,11,169,91,1,1,289,17,361,19,1,11,529,23,1,13,1,1,841,29,961,31,1,17,1,1,1369,703,1,1,1681,41,1849,43,1,23,2209,47,1,1,1,1,2809,53,1,1,1,29,3481,59,3721,1891,1,1,1,1,4489,67,1,1,5041,71,5329
add $0,1
mov $2,1
lpb... | 23.105263 | 218 | 0.603645 |
1d53781d73e69008c6bda8b14c8f00bd25ef25cf | 10,011 | asm | Assembly | Appl/SDK_Asm/Avoid/avoidApp.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/SDK_Asm/Avoid/avoidApp.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/SDK_Asm/Avoid/avoidApp.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Avoid
FILE: avoidApp.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Doug 4/93 Initial version
DESCRIPTION:
Demonstrat... | 26.76738 | 80 | 0.59994 |
e48d431e7e9a35bd2e6f5164e8dff4aebd8bd5ab | 1,984 | asm | Assembly | bvs/BvsGetConfig.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | bvs/BvsGetConfig.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | bvs/BvsGetConfig.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | ;/*!
; @file
;
; @brief BvsGetConfig DOS wrapper
;
; (c) osFree Project 2008-2022, <http://www.osFree.org>
; for licence see licence.txt in root directory, or project website
;
; This is Family API implementation for DOS, used with BIND tools
; to link required API
;
; @author Yuri Prokushev (yuri.prokush... | 17.714286 | 69 | 0.688004 |
f88bcb661b53cbd13ac4570dac25354104519cef | 2,356 | asm | Assembly | kernel/dev/flash.asm | TheMachine02/Sorcery | ee657f5a64049bee0c947add7ff2cb92d7281ec1 | [
"MIT"
] | 14 | 2020-05-27T13:20:35.000Z | 2022-02-10T01:19:54.000Z | kernel/dev/flash.asm | TheMachine02/Sorcery | ee657f5a64049bee0c947add7ff2cb92d7281ec1 | [
"MIT"
] | 10 | 2020-06-12T20:53:03.000Z | 2021-03-21T23:11:44.000Z | kernel/dev/flash.asm | TheMachine02/Sorcery | ee657f5a64049bee0c947add7ff2cb92d7281ec1 | [
"MIT"
] | 84 | 2020-06-11T06:27:03.000Z | 2021-05-29T17:06:24.000Z | define KERNEL_FLASH_MAPPING $E00003
define KERNEL_FLASH_CTRL $E00005
define KERNEL_FLASH_SIZE $400000
flash:
.init:
ld hl, .phy_program
ld de, flash_program
ld bc, .phy_program_size
ldir
ld hl, .FLASH_DEV
ld c, KERNEL_VFS_PERMISSION_RW or KERNEL_VFS_TYPE_BLOCK_DEVICE
ld de, .phy_mem_ops
jp _mknod
.FLASH_DE... | 14.81761 | 63 | 0.665959 |
fe4b7d756e31a83c9543a1ceada8e73925059ee7 | 1,185 | asm | Assembly | programs/oeis/272/A272476.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/272/A272476.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/272/A272476.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A272476: a(n) = n if n is prime, a(n) = 2*n+3 otherwise.
; 3,5,2,3,11,5,15,7,19,21,23,11,27,13,31,33,35,17,39,19,43,45,47,23,51,53,55,57,59,29,63,31,67,69,71,73,75,37,79,81,83,41,87,43,91,93,95,47,99,101,103,105,107,53,111,113,115,117,119,59,123,61,127,129,131,133,135,67,139,141,143,71,147,73,151,153,155,157,159,79,1... | 69.705882 | 936 | 0.703797 |
e956dd6e71b14435cf40e0f5446d35ac5633f790 | 6,584 | asm | Assembly | libsrc/graphics/ace/zx_hardcopy.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/ace/zx_hardcopy.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/ace/zx_hardcopy.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Copy the graphics from screen to the zx printer
; It can be used for any redefined (or not) pseudo-graphics, fonts and characters.
;
; Traps the BREAK key to avoid an unwanted C program termination, etc..
;
; Stefano Bodrato, 2018
;
;
; $Id: zx_hardcopy.asm $
;
SECTION code_clib
PUBLIC zx_hardcopy
PUBL... | 26.231076 | 104 | 0.515492 |
748eb1d5ade7b03a220167e23e7c4daa85d27a95 | 563 | asm | Assembly | programs/oeis/121/A121990.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/121/A121990.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/121/A121990.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A121990: Expansion of x*(1+9*x+2*x^2)/((1-x)*(1-3*x+x^2)).
; 1,13,50,149,409,1090,2873,7541,19762,51757,135521,354818,928945,2432029,6367154,16669445,43641193,114254146,299121257,783109637,2050207666,5367513373,14052332465,36789484034,96316119649,252158874925,660160505138,1728322640501,4524807416377,11846099608642,31... | 29.631579 | 352 | 0.746004 |
629e87fddb2d8015bf8295435c2833a404bcff2c | 131 | asm | Assembly | src/task/tss.asm | NotYourFox/MystOS | f80f3625466c56d4886ff16800a462c6fc43dab7 | [
"Apache-2.0"
] | 4 | 2021-08-17T10:26:37.000Z | 2021-12-25T21:09:31.000Z | src/task/tss.asm | NotYourFox/MystOS | f80f3625466c56d4886ff16800a462c6fc43dab7 | [
"Apache-2.0"
] | null | null | null | src/task/tss.asm | NotYourFox/MystOS | f80f3625466c56d4886ff16800a462c6fc43dab7 | [
"Apache-2.0"
] | null | null | null | section .asm
global tss_load
extern log
tss_load:
push ebp
mov ebp, esp
mov ax, [ebp+8]
ltr ax
pop ebp
ret | 11.909091 | 19 | 0.610687 |
386dba8c7b56ef8ea3ebd45c1ec81a53b6c3ea94 | 600 | asm | Assembly | data/mapObjects/celadonmart4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/celadonmart4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/celadonmart4.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | CeladonMart4Object:
db $f ; border block
db $3 ; warps
db $1, $c, $0, CELADON_MART_3
db $1, $10, $1, CELADON_MART_5
db $1, $1, $0, CELADON_MART_ELEVATOR
db $1 ; signs
db $1, $e, $4 ; CeladonMart4Text4
db $3 ; objects
object SPRITE_MART_GUY, $5, $7, STAY, NONE, $1 ; person
object SPRITE_BLACK_HAIR_BOY_2, $f... | 28.571429 | 64 | 0.693333 |
875645f5029efce43594fd16605783e5cf83c664 | 732 | asm | Assembly | oeis/082/A082367.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/082/A082367.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/082/A082367.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A082367: G.f.: (1-8*x-sqrt(64*x^2-20*x+1))/(2*x).
; Submitted by Christian Krause
; 1,9,90,981,11430,140058,1782900,23369805,313426350,4281280686,59360821740,833312907522,11820849447420,169182862497108,2440064033240040,35428651752626109,517446157031236350,7596984785432607270,112056832110601395900,16597754217185919886... | 36.6 | 495 | 0.804645 |
3ed86036befc38e4e523b3a4e121c69b02d74686 | 1,115 | asm | Assembly | programs/oeis/285/A285779.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/285/A285779.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/285/A285779.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A285779: Parity index: number of integers z with 1 <= z <= n for which A010060(z) = A010060(n), negated if A010060(n) = 1.
; 0,-1,-2,1,-3,2,3,-4,-5,4,5,-6,6,-7,-8,7,-9,8,9,-10,10,-11,-12,11,12,-13,-14,13,-15,14,15,-16,-17,16,17,-18,18,-19,-20,19,20,-21,-22,21,-23,22,23,-24,24,-25,-26,25,-27,26,27,-28,-29,28,29,-30,30... | 123.888889 | 908 | 0.598206 |
49d0ae447f36821a63854010b6a42f4019461b72 | 3,103 | asm | Assembly | helloos/Bootloader/loader.asm | kbu1564/HelloOS | a30ed7822ec4ac250717fad6e2d4529a4970ccd9 | [
"MIT"
] | 15 | 2015-01-19T04:20:29.000Z | 2022-01-25T14:03:07.000Z | helloos/Bootloader/loader.asm | kbu1564/HelloOS | a30ed7822ec4ac250717fad6e2d4529a4970ccd9 | [
"MIT"
] | 10 | 2015-01-25T08:09:08.000Z | 2016-11-09T03:15:29.000Z | helloos/Bootloader/loader.asm | kbu1564/HelloOS | a30ed7822ec4ac250717fad6e2d4529a4970ccd9 | [
"MIT"
] | 9 | 2015-03-20T06:58:14.000Z | 2021-11-29T07:00:14.000Z | [org 0x7c00]
[bits 16]
jmp _start
nop
%include "loader.fat32.8GB.asm"
_start:
xor ax, ax
mov es, ax
mov ds, ax
mov ss, ax
mov fs, ax
mov gs, ax
; boot(0x7c00) -> booting!!
; video memory(0xb8000) 여기서 일정 크기만큼의 공간의
; 메모리의 값을 화면에 지속적으로 출력!! - GPU
; ---------------
; | char | attr |
; ----------... | 18.920732 | 58 | 0.532388 |
221a2396b947fe29237ba978f652f7edbdaa9006 | 209 | asm | Assembly | libsrc/z80_crt0s/crt0/l_gintsp.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/z80_crt0s/crt0/l_gintsp.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/z80_crt0s/crt0/l_gintsp.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; Z88 Small C+ Run time Library
; l_gint variant to be used sometimes by the peephole optimizer
;
XLIB l_gintsp
.l_gintsp
add hl,sp
inc hl
inc hl
ld a,(hl)
inc hl
ld h,(hl)
ld l,a
ret
| 13.933333 | 69 | 0.641148 |
d7323732f07b26f95775f17a968348399012e0ec | 930 | asm | Assembly | programs/oeis/214/A214392.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/214/A214392.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/214/A214392.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A214392: If n mod 4 = 0 then a(n) = n/4, otherwise a(n) = n.
; 0,1,2,3,1,5,6,7,2,9,10,11,3,13,14,15,4,17,18,19,5,21,22,23,6,25,26,27,7,29,30,31,8,33,34,35,9,37,38,39,10,41,42,43,11,45,46,47,12,49,50,51,13,53,54,55,14,57,58,59,15,61,62,63,16,65,66,67,17,69,70,71,18,73,74,75,19,77,78,79,20,81,82,83,21,85,86,87,22,89,90... | 155 | 846 | 0.688172 |
e6627b01a9ca1d509fd46ab7384795dd1d8f19f0 | 810 | asm | Assembly | macros/macros-all.asm | dougmasten/coco_libraries | b3b460cfe3398e8f6678680d84f7a9c56a030a8a | [
"MIT"
] | 2 | 2019-04-04T04:21:18.000Z | 2019-07-07T13:59:11.000Z | macros/macros-all.asm | dougmasten/coco_libraries | b3b460cfe3398e8f6678680d84f7a9c56a030a8a | [
"MIT"
] | null | null | null | macros/macros-all.asm | dougmasten/coco_libraries | b3b460cfe3398e8f6678680d84f7a9c56a030a8a | [
"MIT"
] | 1 | 2019-06-01T21:23:52.000Z | 2019-06-01T21:23:52.000Z | ; macros-all.asm
*pragmapush list ; Save state of list pragma
pragma nolist ; Turn off assembly listing and exclude from symbol list
ifndef MACROS_ALL_LOADED ; Load macros only once
include boomerang.asm
... | 38.571429 | 100 | 0.508642 |
263812dcaad635c2a8c2d158454d3a95b3c541dc | 17,524 | asm | Assembly | Contact_V04A.asm | leadinglights/Contact | 9538c9d2596dffcf37501489c5b42c273651199e | [
"MIT"
] | 5 | 2020-01-17T15:10:57.000Z | 2021-03-25T02:56:54.000Z | Contact_V04A.asm | leadinglights/Contact | 9538c9d2596dffcf37501489c5b42c273651199e | [
"MIT"
] | null | null | null | Contact_V04A.asm | leadinglights/Contact | 9538c9d2596dffcf37501489c5b42c273651199e | [
"MIT"
] | null | null | null |
;;Version history
; V04 replaces V03 as the baseline mAD calculations were unrecoverably screwed
; In this version the oldesr 112 readings are used to establish a true running
; average to get a redictable baseline. The same values are used to get a good
; Mean Average Deviation.
; Response to various good an... | 25.287157 | 115 | 0.689226 |
e1c9755472cdbf32fd2dad3ed0f331fbabcca38e | 598 | asm | Assembly | programs/oeis/001/A001903.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/001/A001903.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001903.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A001903: Final digit of 7^n.
; 1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3,1,7,9,3... | 54.363636 | 501 | 0.511706 |
b150c375f7825d278b40ba5e7c3ffd67e7fb7ecb | 119 | asm | Assembly | Lab Assessment Submission/Lab Assessment 2/1.asm | NasirSunny50/CSE331L-Section-1-Fall20-NSU | cede019f310e694ac660292b19c181bbf1579a00 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab Assessment 2/1.asm | NasirSunny50/CSE331L-Section-1-Fall20-NSU | cede019f310e694ac660292b19c181bbf1579a00 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab Assessment 2/1.asm | NasirSunny50/CSE331L-Section-1-Fall20-NSU | cede019f310e694ac660292b19c181bbf1579a00 | [
"MIT"
] | null | null | null |
org 100h
A DW 5 DUP (?)
MOV AX, OFFSET ARRO
MOV [AX],1
MOV [AX++],2
MOV [AX],3
MOV [AX++],4
MOV [AX],5
ret
| 5.95 | 19 | 0.521008 |
a54b541132e2b557912e6c14760afa66b74545af | 364 | asm | Assembly | data/mapObjects/RedsHouse1F.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/RedsHouse1F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/RedsHouse1F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | RedsHouse1F_Object:
db $a ; border block
db 3 ; warps
warp 2, 7, 0, -1 ; exit1
warp 3, 7, 0, -1 ; exit2
warp 7, 1, 0, REDS_HOUSE_2F ; staircase
db 1 ; signs
sign 3, 1, 2 ; TV
db 1 ; objects
object SPRITE_MOM, 5, 4, STAY, LEFT, 1 ; Mom
; warp-to
warp_to 2, 7, REDS_HOUSE_1F_WIDTH
warp_to 3, 7, REDS_HOUSE_... | 19.157895 | 45 | 0.664835 |
a5dc77edfc9269bc7dd7ee861c1fa596c4f6620f | 547 | asm | Assembly | Models/Car System module/CarSystem006/CarSystem006Functions.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem006/CarSystem006Functions.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem006/CarSystem006Functions.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | //Sixth refinement of Adaptive Exterior Light and Speed Control System
//Setting and modifying desired speed -
//Cruise control - Speed limit - Traffic sign detection
//from SCS-1 to SCS-17
//from SCS-29 to SCS-35
//from SCS-36 to SCS-39
module CarSystem006Functions
import ../../StandardLibrary
import ../CarSystem005... | 24.863636 | 70 | 0.718464 |
4ac28645f0072af44d2be5d07a0a978465d4056e | 472 | asm | Assembly | oeis/004/A004488.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004488.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004488.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004488: Tersum n + n.
; Submitted by Jon Maiga
; 0,2,1,6,8,7,3,5,4,18,20,19,24,26,25,21,23,22,9,11,10,15,17,16,12,14,13,54,56,55,60,62,61,57,59,58,72,74,73,78,80,79,75,77,76,63,65,64,69,71,70,66,68,67,27,29,28,33,35,34,30,32,31,45,47,46,51,53,52,48,50,49,36,38,37,42,44,43,39,41,40,162,164,163,168,170,169,165,167,166... | 29.5 | 310 | 0.625 |
7478cd09c844da104edd6913ed664032b0cd6338 | 32 | asm | Assembly | School Directory Project/test_data/ann.asm | AriaPahlavan/Fall-2014-EE-306-Projects-Assembly-Binary | 589bf1e85c1813efa71bfa8ec656ee8701d31a6a | [
"MIT"
] | 1 | 2016-01-14T05:17:37.000Z | 2016-01-14T05:17:37.000Z | School Directory Project/test_data/ann.asm | apahlavan1/Fall-2014-EE-306-Projects-Assembly-Binary | 589bf1e85c1813efa71bfa8ec656ee8701d31a6a | [
"MIT"
] | null | null | null | School Directory Project/test_data/ann.asm | apahlavan1/Fall-2014-EE-306-Projects-Assembly-Binary | 589bf1e85c1813efa71bfa8ec656ee8701d31a6a | [
"MIT"
] | null | null | null | .ORIG x4300
.STRINGZ "ANN"
.END
| 8 | 14 | 0.6875 |
8ec93141d3bdec940daba2277d5ae710108b53cc | 652 | asm | Assembly | oeis/314/A314124.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/314/A314124.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/314/A314124.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A314124: Coordination sequence Gal.6.619.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Jamie Morken(s2)
; 1,5,11,16,21,26,32,38,43,48,53,59,64,69,75,80,85,90,96,102,107,112,117,123,128,133,139,144,149,154,160,166,1... | 46.571429 | 182 | 0.730061 |
f1f31d877ff70d533b963867247451e593b274e0 | 171 | asm | Assembly | size_test/size_fln_fix.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | 12 | 2020-02-17T09:07:02.000Z | 2022-02-09T22:15:34.000Z | size_test/size_fln_fix.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | null | null | null | size_test/size_fln_fix.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | 1 | 2021-06-21T23:30:28.000Z | 2021-06-21T23:30:28.000Z | INCLUDE "finit.asm"
INCLUDE "size_settings.asm"
fix_ln EQU 1
; Lookup tables
INCLUDE "fln.tab"
; Subroutines
INCLUDE "fln.asm"
| 15.545455 | 33 | 0.567251 |
b29ec47b8af5432ef45eaac06bcf4a1fe37dd62d | 710 | asm | Assembly | oeis/262/A262236.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/262/A262236.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/262/A262236.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A262236: Number of (n+3) X (1+3) 0..1 arrays with each row and column divisible by 11, read as a binary number with top and left being the most significant bits.
; 2,3,6,12,24,47,94,187,373,745,1490,2979,5958,11916,23832,47663,95326,190651,381301,762601,1525202,3050403,6100806,12201612,24403224,48806447,97612894,1952... | 71 | 486 | 0.825352 |
e9167522189933c99b5ed0de267cd3f93b9ac3d0 | 495 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/PSGlib/z80/asm_PSGlib_SilenceChannels.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/arch/sms/PSGlib/z80/asm_PSGlib_SilenceChannels.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/arch/sms/PSGlib/z80/asm_PSGlib_SilenceChannels.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; **************************************************
; PSGlib - C programming library for the SEGA PSG
; ( part of devkitSMS - github.com/sverx/devkitSMS )
; **************************************************
INCLUDE "PSGlib_private.inc"
SECTION code_clib
SECTION code_PSGlib
PUBLIC asm_PSGlib_SilenceChannels
EXTERN... | 23.571429 | 53 | 0.60404 |
f11c86faea3f795fb8b8b8a576b8bfacbaf4a46e | 773 | asm | Assembly | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/5_11.asm | gxw1/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 640 | 2019-03-30T11:32:43.000Z | 2022-03-31T14:05:18.000Z | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/5_11.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 6 | 2019-07-22T01:57:24.000Z | 2022-01-20T15:03:16.000Z | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/5_11.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z | DATA SEGMENT
BASE DW SUBP1,SUBP2,SUBP3,SUBP4
DW SUBP5,SUBP6,SUBP7,SUBP8
DISPLAY DB 'ERROR',0AH,0DH,'$'
DATA ENDS
STACK SEGMENT STACK
DW 100 DUP (?)
STACK ENDS
CODE SEGMENT
ASSUME CS:CODE,SS:STACK,DS:DATA
START: MOV AX,DATA
MOV DS,AX
INPUT... | 21.472222 | 42 | 0.442432 |
03ba45bc7bdf133422e5e7def3886d0ea4e843e0 | 434 | asm | Assembly | oeis/332/A332172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/332/A332172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/332/A332172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A332172: a(n) = 7*(10^(2n+1)-1)/9 - 5*10^n.
; Submitted by Jon Maiga
; 2,727,77277,7772777,777727777,77777277777,7777772777777,777777727777777,77777777277777777,7777777772777777777,777777777727777777777,77777777777277777777777,7777777777772777777777777,777777777777727777777777777,77777777777777277777777777777,7777777... | 31 | 273 | 0.797235 |
5ea0f82525f0d45b56f682505fbd3a03c6282661 | 636 | asm | Assembly | oeis/036/A036878.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036878.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036878.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036878: Integers of the form p^(p-1), where p is prime.
; Submitted by Jon Maiga
; 2,9,625,117649,25937424601,23298085122481,48661191875666868481,104127350297911241532841,907846434775996175406740561329,88540901833145211536614766025207452637361,550618520345910837374536871905139185678862401,285273917723723876056171083... | 63.6 | 480 | 0.886792 |
9c3123cb54971fd940940526618805cafe2b25aa | 117 | asm | Assembly | 1.asm | Nurglureddo/MiniPractice | 85b78948ab3be259e34c78728ecb06a69fb51d23 | [
"MIT"
] | null | null | null | 1.asm | Nurglureddo/MiniPractice | 85b78948ab3be259e34c78728ecb06a69fb51d23 | [
"MIT"
] | null | null | null | 1.asm | Nurglureddo/MiniPractice | 85b78948ab3be259e34c78728ecb06a69fb51d23 | [
"MIT"
] | null | null | null | .model tiny
.code
N: push cs
pop ds
mov ax,4c00h
int 21h
.data
a db 12
b dw 1000
c dd 1000000000
d db '306'
end N
| 9 | 15 | 0.683761 |
f201ae769a527471d2af73ca49d76038d76a90c4 | 86,321 | asm | Assembly | benchmarks/prime/main.asm | TRDDC-TUM/wcet-benchmarks | f3e2870ea17b7baeb753db53eeba5de674351bf1 | [
"MIT"
] | 2 | 2019-10-25T02:58:38.000Z | 2019-10-25T14:17:08.000Z | benchmarks/prime/main.asm | TRDDC-TUM/wcet-benchmarks | f3e2870ea17b7baeb753db53eeba5de674351bf1 | [
"MIT"
] | null | null | null | benchmarks/prime/main.asm | TRDDC-TUM/wcet-benchmarks | f3e2870ea17b7baeb753db53eeba5de674351bf1 | [
"MIT"
] | 2 | 2019-06-02T14:18:44.000Z | 2020-04-16T00:45:03.000Z |
main.elf: file format elf32-avr
Disassembly of section .text:
00000000 <__vectors>:
__vectors():
../../../../crt1/gcrt1.S:52
0: 0c 94 46 00 jmp 0x8c ; 0x8c <__ctors_end>
../../../../crt1/gcrt1.S:53
4: 0c 94 50 00 jmp 0xa0 ; 0xa0 <__bad_interrupt>
../../../../crt1/gcrt1.S:54
8: 0c 94 50 00 jmp 0xa0 ;... | 32.934376 | 80 | 0.485548 |
e41feb0c357b25a926d2d6127c0115da4dff2eba | 2,271 | asm | Assembly | tb/tprog/asm/test.sll.asm | mshaklunov/mips_onemore | b52b01f4d3bf458285b610aafd700d23e8c7f676 | [
"MIT"
] | null | null | null | tb/tprog/asm/test.sll.asm | mshaklunov/mips_onemore | b52b01f4d3bf458285b610aafd700d23e8c7f676 | [
"MIT"
] | null | null | null | tb/tprog/asm/test.sll.asm | mshaklunov/mips_onemore | b52b01f4d3bf458285b610aafd700d23e8c7f676 | [
"MIT"
] | null | null | null |
#SLL INSTRUCTION
#RUN ALL SHIFTING MODES (0-31)
#EACH RESULT'S BIT GO THROUGH 0 AND 1
lui $1 0xFFFF
ori $1 0xFFFF
lui $2 0x8000
ori $2 0x0000
sll $3 $1 31
bne $3 $2 fail
lui $2 0xC000
ori $2 0x0000
sll $3 $1 30
bne $3 $2 fail
lui $2 0xE000
ori $2 0x0000
sll $3 $1 29
bne $3 $2 fail
l... | 12.903409 | 37 | 0.558344 |
7bda8d8920056fd34c2cd24dd64c177d58adc896 | 149 | asm | Assembly | PRG/objects/D320.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/D320.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/D320.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | .byte $00 ; Unknown purpose
.byte OBJ_THWOMP, $3E, $12
.byte OBJ_ROTODISCCLOCKWISE, $45, $15
.byte OBJ_THWOMP, $4B, $12
.byte $FF ; Terminator
| 21.285714 | 38 | 0.677852 |
a6a8aa3a1d14e9e0fd29cdc89eed1df3068ed694 | 6,197 | asm | Assembly | Games/banchorce/source/hud.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2019-03-31T11:49:12.000Z | 2019-03-31T11:49:12.000Z | Games/banchorce/source/hud.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | null | null | null | Games/banchorce/source/hud.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2020-03-09T13:21:19.000Z | 2020-03-09T13:21:19.000Z | ;---------------------------------------------------------------;
; ;
; Banchor ;
; HUD routines ;
; ... | 27.061135 | 100 | 0.411167 |
da697a70b2b00ab6ab1bbd7d06df74c62a12c84d | 7,529 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_644_1785.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_notsx.log_644_1785.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_notsx.log_644_1785.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x4573, %rdx
add $33528, %r15
mov $0x6162636465666768, %r14
movq %r14, %xmm4
vmovups %ymm4, (%rdx)
nop
nop
nop
add %rdx, %rdx
lea addresses_WC_ht+0x15d73, %rsi
lea addresses_normal_ht+0... | 26.60424 | 1,931 | 0.653606 |
d98d6b4f9c003845ac2fd87c9b0805f066864234 | 479 | asm | Assembly | oeis/098/A098159.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098159.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098159.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098159: Numbers n with property that when writing down all the nonnegative numbers from 0 to n one uses n odd digits.
; Submitted by Jon Maiga
; 1,17,18,20,21,37,38,40,41,57,58,60,61,77,78,80,81,97,98
mov $4,$0
add $4,1
mov $7,$0
lpb $4
mov $0,$7
sub $4,1
sub $0,$4
add $0,3
gcd $0,4
mov $2,$0
mov $3,$... | 15.966667 | 120 | 0.563674 |
3ab2d4b8db5192330bf46e8c101d478f098bde19 | 3,805 | asm | Assembly | install/lib/disk/findboot.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | install/lib/disk/findboot.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | install/lib/disk/findboot.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | ;========================================================
COMMENT #
FINDBOOT.ASM
Copyright (c) 1991 - Microsoft Corp.
All rights reserved.
Microsoft Confidential
=================================================
Returns the first harddisk drive letter. Determine
which logical drive is the first hard disk driv... | 20.679348 | 57 | 0.583968 |
4a78b52fd681e5058f28b54523b1f7cb58385d70 | 1,800 | asm | Assembly | Models/Car System module/CarSystem001/CarSystem001Functions.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem001/CarSystem001Functions.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | Models/Car System module/CarSystem001/CarSystem001Functions.asm | fmselab/ABZ2020CaseStudyInAsmeta | 12d8f7338ef457ea31022bdd0f13ef77fe19e2f9 | [
"CC0-1.0"
] | null | null | null | //Ground model of Adaptive Exterior Light and Speed Control System
//Direction Blinking
//Hazard warning light
//from ELS-1 to ELS-13
module CarSystem001Functions
import ../../StandardLibrary
import CarSystem001Domains
export *
signature:
// DOMAINS
// FUNCTIONS
//Parameters setted initially
static marketCode... | 41.860465 | 147 | 0.788333 |
ab89b38fc3a426279a07c94f0f46d3b910c92d02 | 10,425 | asm | Assembly | src/items.asm | hackneyc/CastleEscape | cbf676a4358bdb32d5b2b5251dd17951af19b5df | [
"BSD-3-Clause"
] | null | null | null | src/items.asm | hackneyc/CastleEscape | cbf676a4358bdb32d5b2b5251dd17951af19b5df | [
"BSD-3-Clause"
] | 11 | 2021-01-26T02:59:18.000Z | 2021-02-05T04:45:55.000Z | src/items.asm | hackneyc/CastleEscape | cbf676a4358bdb32d5b2b5251dd17951af19b5df | [
"BSD-3-Clause"
] | null | null | null | extern _levels
extern _tileMapX
extern _xPos
extern _yPos
extern clearAttr
extern displayPixelTile
extern displayTile
extern displayTile
extern setTileAttr
public _initItems
public checkItemCollision
public disp... | 26.325758 | 86 | 0.41765 |
b3b7bb8a86709bef4f1439061ba30a10438732ca | 642 | asm | Assembly | programs/oeis/241/A241678.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/241/A241678.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/241/A241678.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A241678: 2^p - 5 where p is prime.
; -1,3,27,123,2043,8187,131067,524283,8388603,536870907,2147483643,137438953467,2199023255547,8796093022203,140737488355323,9007199254740987,576460752303423483,2305843009213693947,147573952589676412923,2361183241434822606843,9444732965739290427387,604462909807314587353083,9671406556... | 91.714286 | 526 | 0.875389 |
c29edf4ecb78970bb44925691c5e988c867e1652 | 513 | asm | Assembly | oeis/022/A022461.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/022/A022461.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/022/A022461.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A022461: a(n) = prime(n+1)*prime(n+2) mod prime(n).
; Submitted by Christian Krause
; 1,2,2,3,1,11,12,2,2,16,29,24,12,40,25,48,16,60,24,16,60,40,1,7,24,12,24,12,72,26,40,48,24,120,16,72,60,40,72,48,24,120,12,24,28,89,192,24,12,40,48,24,160,72,72,48,16,60,24,24,240,252,24,12,72,280,96,120,12,40,84,112,72,60,40,84,96,4... | 46.636364 | 308 | 0.664717 |
95307089eb7753915cb9d26ee102e942adcf14b9 | 327 | asm | Assembly | _anim/obj47.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 2 | 2020-04-09T19:36:35.000Z | 2021-01-05T14:20:17.000Z | _anim/obj47.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | null | null | null | _anim/obj47.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 1 | 2020-06-17T14:16:35.000Z | 2020-06-17T14:16:35.000Z | ; ---------------------------------------------------------------------------
; Animation script - flamethrower (SBZ)
; ---------------------------------------------------------------------------
dc.w byte_EAF4-Ani_obj47
dc.w byte_EAF8-Ani_obj47
byte_EAF4: dc.b $F, 0, $FF, 0
byte_EAF8: dc.b 3, 1, 2, 1, 2, $FD, 0, 0... | 40.875 | 77 | 0.348624 |
3388bd3b1e0b3e8cc2a115f5884accd21fb0345d | 124,977 | asm | Assembly | gf/avr/test/code.asm | frevson/Finite-Fields-Arithmetic-and-applications | 72b7c6317a1ff9300bfeceaa5efb9cbcf7dd2b8b | [
"Apache-2.0"
] | 2 | 2015-02-02T16:26:41.000Z | 2015-02-09T13:50:42.000Z | gf/avr/test/code.asm | gbanegas/CryptoSith | 72b7c6317a1ff9300bfeceaa5efb9cbcf7dd2b8b | [
"Apache-2.0"
] | null | null | null | gf/avr/test/code.asm | gbanegas/CryptoSith | 72b7c6317a1ff9300bfeceaa5efb9cbcf7dd2b8b | [
"Apache-2.0"
] | null | null | null |
test_cpucycles_atmega328p.hex: file format ihex
Disassembly of section .sec1:
00000000 <.sec1>:
0: jmp 0x68 ; 0x68
4: jmp 0xa2 ; 0xa2
8: jmp 0xa2 ; 0xa2
c: jmp 0xa2 ; 0xa2
10: jmp 0xa2 ; 0xa2
14: jmp 0xa2 ; 0xa2
18: jmp 0xa2 ; 0xa2
1c: jmp 0xa2 ; 0xa2
... | 25.864445 | 51 | 0.525841 |
bdee136e38ceaa8097e4e45950e9c5998b473a37 | 476 | asm | Assembly | oeis/120/A120996.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/120/A120996.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/120/A120996.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A120996: Numerators of partial sums of Catalan numbers scaled by powers of 1/9.
; Submitted by Christian Krause
; 1,10,92,833,7511,22547,202967,1826846,49326272,443941310,3995488586,35959456060,323635312552,2912718555868,2912718853028,26214470754457,235930240718743,6370116542620991,57331049042801819
mul $0,2
mov $1,... | 21.636364 | 188 | 0.714286 |
01f6644bff46f1b0992dd6e4480d943f6cf6c468 | 687 | asm | Assembly | project_testing/Graphics/f1.asm | Ahmed-ata112/processor_simulation_game | e4222ab7974292b8b025cd5711ee1d1b10be4373 | [
"MIT"
] | 1 | 2022-02-28T15:44:58.000Z | 2022-02-28T15:44:58.000Z | project_testing/graphics_mode.asm | Ahmed-ata112/processor_simulation_game | e4222ab7974292b8b025cd5711ee1d1b10be4373 | [
"MIT"
] | null | null | null | project_testing/graphics_mode.asm | Ahmed-ata112/processor_simulation_game | e4222ab7974292b8b025cd5711ee1d1b10be4373 | [
"MIT"
] | null | null | null |
.model small
.stack 64
.data
.code
main proc far
mov ax, @data
mov ds, ax
; Clear screen
mov ah,0
mov al,3h
int 10h
mov ah, 0 ;Change video mode (Graphical MODE)
mov al, 13h ;Max memory size 16KByte
;AL:4 (320 * 200=64000 [2 bits for each pi... | 16.357143 | 68 | 0.497817 |
1c2cdaf65afb260b96c6e918c8a7bb855374491f | 3,688 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_192.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_192.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_192.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r14
push %r15
push %rcx
push %rsi
// Faulty Load
mov $0x26e097000000015a, %rcx
nop
add %rsi, %rsi
mov (%rcx), %r15w
lea oracles, %rcx
and $0xff, %r15
shlq $12, %r15
mov (%rcx,%r15,1), %r15
pop %rsi
pop ... | 89.95122 | 2,999 | 0.663503 |
33caede589c68db2de04b71e7dd866bc309ad671 | 5,269 | asm | Assembly | lib/kliba.asm | lemonacy/os-oranges | 38c18473a1ef3d3b106a3af8afe0235fe320b779 | [
"MIT"
] | 1 | 2019-11-05T09:13:11.000Z | 2019-11-05T09:13:11.000Z | lib/kliba.asm | lemonacy/os-oranges | 38c18473a1ef3d3b106a3af8afe0235fe320b779 | [
"MIT"
] | null | null | null | lib/kliba.asm | lemonacy/os-oranges | 38c18473a1ef3d3b106a3af8afe0235fe320b779 | [
"MIT"
] | null | null | null | %include "sconst.inc"
; 导入全局变量
extern disp_pos
[section .text]
; 导出函数
global disp_str
global disp_color_str
global out_byte
global in_byte
global enable_irq
global disable_irq
global enable_int
global disable_int
; ====================================================================================================... | 28.481081 | 102 | 0.309546 |
793b8fcae94a0a6954fbd7302680a84ef509a4cc | 697 | asm | Assembly | oeis/018/A018091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/018/A018091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/018/A018091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A018091: Expansion of 1/((1-3x)(1-9x)(1-11x)).
; Submitted by Jon Maiga
; 1,23,370,5150,66451,819413,9810340,115087100,1330524901,15216894803,172615989910,1945847389850,21827965327351,243920416546193,2717439768299080,30200674142257400,334986945826585801,3709872176577373583,41033735895102897850,453397372422060233750,5... | 38.722222 | 488 | 0.82066 |
c49a2bb576a1169ee9df865a60d24378eb9df34b | 2,624 | asm | Assembly | asm/Inventory-Report.asm | hixio-mh/hrm-cpu | e119e1952807aa3a299b61af3e5607497ecfac92 | [
"MIT"
] | 24 | 2015-10-22T00:12:30.000Z | 2022-02-21T22:23:39.000Z | asm/Inventory-Report.asm | hixio-mh/hrm-cpu | e119e1952807aa3a299b61af3e5607497ecfac92 | [
"MIT"
] | 27 | 2015-10-21T04:21:10.000Z | 2015-11-05T00:55:12.000Z | asm/Inventory-Report.asm | hixio-mh/hrm-cpu | e119e1952807aa3a299b61af3e5607497ecfac92 | [
"MIT"
] | null | null | null | -- HUMAN RESOURCE MACHINE PROGRAM --
a:
COPYFROM 14
COPYTO 15
COPYTO 16
INBOX
COPYTO 17
COMMENT 0
b:
COPYFROM [15]
JUMPZ e
SUB 17
JUMPZ c
JUMP d
c:
COMMENT 2
BUMPUP 16
d:
BUMPUP 15
JUMP b
e:
COMMENT 1
COPYFROM 16
... | 36.957746 | 80 | 0.884146 |
c982d9d6bf7449fcccaf7d9ca5cd0eb37938b174 | 4,237 | asm | Assembly | home/audio.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | home/audio.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | home/audio.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | PlayDefaultMusic::
call WaitForSoundToFinish
xor a
ld c, a
ld d, a
ld [wLastMusicSoundID], a
jr PlayDefaultMusicCommon
PlayDefaultMusicFadeOutCurrent::
; Fade out the current music and then play the default music.
ld c, 10
ld d, 0
ld a, [wd72e]
bit 5, a ; has a battle just ended?
jr z, PlayDefaultMusicCommo... | 19.347032 | 77 | 0.719613 |
3b45214bc5bb866dc147d5496bfe24c0d7d4ebc3 | 4,252 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_1006_585.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_1006_585.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_1006_585.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r13
push %r8
push %r9
push %rbp
push %rdx
// Store
lea addresses_US+0x1fdc3, %r12
clflush (%r12)
nop
nop
nop
nop
xor %r8, %r8
movl $0x51525354, (%r12)
nop
nop
nop
sub %r8, %r8
// Store
mov $0x3be2ca000... | 55.947368 | 2,999 | 0.659454 |
c2438dbe9c83bceff225e3cc3565665d7822268c | 86,826 | asm | Assembly | src/sprite_minotauro_sup.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 43 | 2017-10-21T23:01:25.000Z | 2022-02-21T17:45:11.000Z | src/sprite_minotauro_sup.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | null | null | null | src/sprite_minotauro_sup.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 6 | 2017-10-23T05:48:50.000Z | 2022-01-06T03:11:49.000Z | idle:
DB 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
DB 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
DB 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
DB 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
DB 0, 0, 0, 0, 0, 0, 0, 0, 0... | 63.422936 | 65 | 0.317773 |
b981f88c7fb0747c8a3806fce831b574b544ad38 | 378 | asm | Assembly | programs/oeis/047/A047262.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047262.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047262.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047262: Numbers that are congruent to {0, 2, 4, 5} mod 6.
; 0,2,4,5,6,8,10,11,12,14,16,17,18,20,22,23,24,26,28,29,30,32,34,35,36,38,40,41,42,44,46,47,48,50,52,53,54,56,58,59,60,62,64,65,66,68,70,71,72,74,76,77,78,80,82,83,84,86,88,89,90,92,94,95,96,98
mul $0,3
mov $2,10
add $2,$0
mov $0,$2
mov $1,$2
sub $2,3
div $2... | 22.235294 | 193 | 0.608466 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.