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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b105dd29e6bf934c008cbafad72085fd6d402e00 | 500 | asm | Assembly | Assembly_in_C_VS/ASM_MessageBox/ASM_MessageBox/CallMSG.asm | sickn3ss/c_code | 3ca752b8a4be07e5829df6ed397c81061d28e10d | [
"Apache-2.0"
] | 2 | 2020-04-26T09:45:01.000Z | 2020-10-10T04:54:49.000Z | Assembly_in_C_VS/ASM_MessageBox/ASM_MessageBox/CallMSG.asm | sickn3ss/c_code | 3ca752b8a4be07e5829df6ed397c81061d28e10d | [
"Apache-2.0"
] | null | null | null | Assembly_in_C_VS/ASM_MessageBox/ASM_MessageBox/CallMSG.asm | sickn3ss/c_code | 3ca752b8a4be07e5829df6ed397c81061d28e10d | [
"Apache-2.0"
] | null | null | null | extrn MessageBoxA: PROC ; external functions in system libraries
_DATA SEGMENT
caption db '64-bit hello!', 0
message db 'Hello World!', 0
_DATA ENDS
_TEXT SEGMENT
CallMSG PROC
sub rsp,28h ; shadow space, aligns stack
mov rcx, 0 ; hWnd = HWND_DESKTOP
lea rdx, message ; LPCSTR lpT... | 23.809524 | 65 | 0.656 |
4a4f871942894124ddf691e9374d33effa20512c | 163 | asm | Assembly | libsrc/_DEVELOPMENT/l/sccz80/9-common/f48/__atof2.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/sccz80/9-common/f48/__atof2.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/sccz80/9-common/f48/__atof2.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_l_sccz80
PUBLIC __atof2
EXTERN atof
__atof2:
push hl
call atof
pop bc
ret
| 12.538462 | 21 | 0.539877 |
4abb8b6bfebd706d0215cdbef0d9dd607d9b58d3 | 7,972 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1611.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.log_21829_1611.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.log_21829_1611.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x9fe9, %rsi
lea addresses_A_ht+0x89e9, %rdi
inc %r14
mov $7, %rcx
rep movsl
xor %r9, %r9
lea addresses_A_ht+0xb6e9, %r14
nop
nop
nop
nop
nop
sub $15228, %r15
vmovups (%r14), %y... | 33.637131 | 2,999 | 0.655043 |
7b87fc7dab75f11d69f5b8924c8ca30e25ec6236 | 495 | asm | Assembly | programs/oeis/104/A104104.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/104/A104104.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/104/A104104.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A104104: a(1) = 1, if A(k) = sequence of first 2^(k-1) terms and if B(k) is A(k) with 0's and 1's exchanged, then A(k+1) = A(k)A(k) if a(k) = 0, A(k+1) = A(k)B(k) if a(k) = 1.
; 1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0,1,... | 33 | 211 | 0.513131 |
26b21ce07cf6b77b8ec1bae327565002f1948836 | 6,461 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_863.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_863.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_863.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 %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x13068, %r14
nop
nop
nop
nop
nop
cmp $15127, %rdx
and $0xffffffffffffffc0, %r14
vmovaps (%r14), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $0, %xmm7, %r11
nop
and $60789, %r1... | 36.297753 | 2,999 | 0.656709 |
af02e3786688a578a6b88f9412cd8054ce47baff | 2,136 | asm | Assembly | src/third_party/nasm/test/emptyarg.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | src/third_party/nasm/test/emptyarg.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 250 | 2018-02-02T23:16:57.000Z | 2022-03-21T06:09:53.000Z | src/third_party/nasm/test/emptyarg.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | %define EMPTY
%macro bar 1
db "bar", __LINE__, %0, %1
%endmacro
%macro baz 2
db "baz", __LINE__, %0, %1, %2
%endmacro
%macro nothing 0
db "nothing", __LINE__, %0
%endmacro
%macro xyzzy 1-2
db "xyzzy", __LINE__, %0, %1, %2, %3
%endmacro
%macro vararg 0-*
db "vararg", __LINE__, %0
%assign %%i 1
%rep %0
db ... | 14.432432 | 47 | 0.6353 |
c24c78ba14acdb166d610d1e12c796ea30ea5074 | 666 | asm | Assembly | oeis/312/A312926.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/312/A312926.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/312/A312926.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A312926: Coordination sequence Gal.6.118.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Simon Strandgaard
; 1,4,9,13,18,22,26,30,34,39,43,48,52,56,61,65,70,74,78,82,86,91,95,100,104,108,113,117,122,126,130,134,138,1... | 41.625 | 182 | 0.726727 |
71d3d4a7c11fa9d1a5c9186b0e17fd08fec7c114 | 646 | asm | Assembly | programs/oeis/134/A134195.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/134/A134195.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/134/A134195.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A134195: Antidiagonal sums of square array A126885.
; 1,3,7,15,32,72,178,494,1543,5373,20581,85653,383494,1833250,9301792,49857540,281193501,1663183383,10286884195,66365330811,445598473612,3107611606908,22470529228910,168190079241210,1301213084182483,10391369994732593,85553299734530113
mov $17,$0
mov $19,$0
add $19,... | 19.575758 | 234 | 0.626935 |
e558e0e0861aaa5dad54e0d8b4bebd037137ac9a | 726 | asm | Assembly | oeis/139/A139464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/139/A139464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/139/A139464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A139464: n! + 2n - 1.
; Submitted by Jon Maiga
; 2,5,11,31,129,731,5053,40335,362897,3628819,39916821,479001623,6227020825,87178291227,1307674368029,20922789888031,355687428096033,6402373705728035,121645100408832037,2432902008176640039,51090942171709440041,1124000727777607680043,25852016738884976640045,62044840173323... | 60.5 | 498 | 0.838843 |
b7823cd93c8dfdbffd9f63b1c03eaa19cdf4124d | 3,082 | asm | Assembly | stage4/graphics_animation.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | 5 | 2019-11-23T10:07:23.000Z | 2021-05-22T08:13:45.000Z | stage4/graphics_animation.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | null | null | null | stage4/graphics_animation.asm | amrwc/8086-graphics | 396ebd087f7747f13fee9b24bb41b54c53f43b9d | [
"MIT"
] | 2 | 2020-11-03T14:48:04.000Z | 2021-05-23T03:50:13.000Z | %assign anim_x0 10
%assign anim_y0 8
%assign anim_len 6
%assign px_set 4
Graphics_Animation:
call Graphics_Set_Display_Mode
push word 58d ; x0 ; Line's parameters
push word 100d ; y0
push word 200d ; length
push word 0C0Fh ; colour
call Graphic... | 26.568966 | 90 | 0.47599 |
914320abdc63cf2323e54e4cee585209c590251f | 328 | asm | Assembly | oeis/218/A218150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/218/A218150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/218/A218150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A218150: 5^((6+5*n+n^3)/6).
; Submitted by Jon Maiga
; 1,5,25,625,390625,30517578125,1490116119384765625,227373675443232059478759765625,542101086242752217003726400434970855712890625,100974195868289511092701256356196637398170423693954944610595703125
mov $1,5
mov $2,$0
bin $0,3
add $2,1
add $0,$2
pow $1,$0
mov $0,$1
d... | 25.230769 | 195 | 0.783537 |
7544ff0cb7cf2723ad6692f5cb7b7bf128a19b58 | 836 | asm | Assembly | programs/oeis/055/A055278.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/055/A055278.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/055/A055278.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A055278: Number of rooted trees with n nodes and 3 leaves.
; 1,3,8,18,35,62,103,161,241,348,487,664,886,1159,1491,1890,2364,2922,3574,4329,5198,6192,7322,8600,10039,11651,13450,15450,17665,20110,22801,25753,28983,32508,36345,40512,45028,49911,55181,60858,66962,73514,80536
mov $15,$0
mov $17,$0
add $17,1
lpb $17
cl... | 18.173913 | 213 | 0.5311 |
bf6bbf427c211124e9564b8b7e592ff8ab68f397 | 862 | asm | Assembly | Driver/Printer/PrintCom/printcomPCLPage.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/PrintCom/printcomPCLPage.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/PrintCom/printcomPCLPage.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: LaserJet printer driver
FILE: printcomPCLPage.asm
AUTHOR: Dave Durran
ROUTINES:
Name Description
---- -----------
PrintStartP... | 25.352941 | 79 | 0.576566 |
389e5dcfc07438473403f8d6a87dff3f4f8b888d | 660 | asm | Assembly | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_12.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/9_12.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/9_12.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z | STACK SEGMENT STACK
DW 64 DUP(?)
STACK ENDS
CODE SEGMENT
ASSUME CS:CODE,SS:STACK
START: PUSH DS
MOV AX,0
PUSH AX
MOV AH,0FH
INT 10H
MOV AH,0
MOV AL,3
INT 10H
... | 23.571429 | 36 | 0.316667 |
bf853377f73d1cba5ca052d92941ddb8101ea7a8 | 2,268 | asm | Assembly | chap18/ex25/fma_only_tpt.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 374 | 2021-06-08T10:42:01.000Z | 2022-03-29T14:21:45.000Z | chap18/ex25/fma_only_tpt.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 1 | 2021-06-11T20:24:02.000Z | 2021-06-11T20:24:02.000Z | chap18/ex25/fma_only_tpt.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 39 | 2021-06-08T11:25:29.000Z | 2022-03-05T05:14:17.000Z | ;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA... | 27 | 79 | 0.75485 |
6c2e4693f14ee2b7dea0f954af35076176d10119 | 7,181 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1853.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1853.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1853.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x19149, %rdx
clflush (%rdx)
nop
nop
nop
and %r15, %r15
mov (%rdx), %r9d
nop
nop
nop
cmp $59970, %r12
lea addresses_WT_ht+0x1bda7, %rsi
lea addresses_normal_ht+0x13747, %rdi
no... | 35.905 | 2,999 | 0.656872 |
e90501c0b40f405e47f232f619654b672af49ad1 | 352 | asm | Assembly | strings.asm | jakiki6/simpleOS | d252b6e9eb49130ed0b758fcfec75eede0f0fcbb | [
"MIT"
] | 5 | 2021-01-06T10:22:04.000Z | 2021-04-21T17:18:09.000Z | strings.asm | jakiki6/simpleOS | d252b6e9eb49130ed0b758fcfec75eede0f0fcbb | [
"MIT"
] | 1 | 2021-06-27T23:36:50.000Z | 2021-06-27T23:37:41.000Z | strings.asm | jakiki6/simpleOS | d252b6e9eb49130ed0b758fcfec75eede0f0fcbb | [
"MIT"
] | null | null | null | strings:
.welcome:
db "Kernel loaded!", 0x0a, 0x0d, 0x00
errors:
.panic: db "System paniced!", 0x0a, 0x0d, "Press any key to reboot.", 0x0a, 0x0d, 0x00
.div_int:
db "Division error!", 0x0a, 0x0d, 0x00
.nmi_int:
db "NMI", 0x0a, 0x0d, 0x00
.ill_opcode:
db "Invalid opcode!", 0x0a, 0x0d, 0x00
.cpuid:
db "No cpu... | 25.142857 | 86 | 0.664773 |
9a3d0054111029eb2143ea8625c1be6ce7b275fc | 664 | asm | Assembly | oeis/001/A001811.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001811.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001811.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001811: Coefficients of Laguerre polynomials.
; Submitted by Christian Krause
; 1,25,450,7350,117600,1905120,31752000,548856000,9879408000,185513328000,3636061228800,74373979680000,1586644899840000,35272336619520000,816302647480320000,19645683716026368000,491142092900659200000,12740803704070041600000,342586055153883... | 47.428571 | 500 | 0.875 |
57337a10015b60e69b67e2c55ef8614eb1864e3b | 651 | asm | Assembly | Esercizi/Overflow con istruzioni unsigned/Rileva overflow con unsigned.asm | lucafioravanti/MIPS | a52ea3bde6463ac8878f475a50c64830fccd9776 | [
"Unlicense"
] | null | null | null | Esercizi/Overflow con istruzioni unsigned/Rileva overflow con unsigned.asm | lucafioravanti/MIPS | a52ea3bde6463ac8878f475a50c64830fccd9776 | [
"Unlicense"
] | null | null | null | Esercizi/Overflow con istruzioni unsigned/Rileva overflow con unsigned.asm | lucafioravanti/MIPS | a52ea3bde6463ac8878f475a50c64830fccd9776 | [
"Unlicense"
] | null | null | null | .text
li $t1, 0xf0001000
li $t2, 0xf0001000
addu $t0, $t1, $t2
# Guardo operandi se hanno segno opposto. segno opposto => no ow
xor $t3, $t1, $t2
srl $t3, $t3, 31 # (slt $t3, $t3, $0)
bnez $t3, no_ow
# Guardo se risultato ha segno coerente con operandi
# 2 positivi => positivo
# 2 negativi => negativo
... | 23.25 | 74 | 0.637481 |
523030ea7fdd0ecd85685e13b29fb356b377e5e3 | 1,642 | asm | Assembly | programs/oeis/022/A022270.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/022/A022270.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022270.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A022270: a(n) = n*(13*n - 1)/2.
; 0,6,25,57,102,160,231,315,412,522,645,781,930,1092,1267,1455,1656,1870,2097,2337,2590,2856,3135,3427,3732,4050,4381,4725,5082,5452,5835,6231,6640,7062,7497,7945,8406,8880,9367,9867,10380,10906,11445,11997,12562,13140,13731,14335,14952,15582,16225,16881,17550,18232,18927,19635,20356,2... | 205.25 | 1,567 | 0.823995 |
c673e75b52b461a639b9e3c1b5b5b5b0bb20e625 | 2,908 | asm | Assembly | Dark soft/IFSB_Bot src/IFSB_Source Code/10.vnc/VNC/Common/i386/w64stubs.asm | ExaByt3s/hack_scripts | cc801b36ea25f3b5a82d2900f53f5036e7abd8ad | [
"WTFPL"
] | 3 | 2021-01-22T19:32:23.000Z | 2022-01-03T01:06:44.000Z | Dark soft/IFSB_Bot src/IFSB_Source Code/10.vnc/VNC/Common/i386/w64stubs.asm | a04512/hack_scripts | cc801b36ea25f3b5a82d2900f53f5036e7abd8ad | [
"WTFPL"
] | null | null | null | Dark soft/IFSB_Bot src/IFSB_Source Code/10.vnc/VNC/Common/i386/w64stubs.asm | a04512/hack_scripts | cc801b36ea25f3b5a82d2900f53f5036e7abd8ad | [
"WTFPL"
] | 1 | 2019-06-18T22:10:53.000Z | 2019-06-18T22:10:53.000Z | ;//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
;// VNC project. Version 1.9.17.3
;//
;// module: w64stubs.asm
;// $Revision: 184 $
;// $Date: 2014-07-04 13:31:58 +0400 (Пт, 04 июл 2014) $
;// description:
;// X86 and WOW64 context stubs.
... | 18.883117 | 123 | 0.557428 |
6104d25fc155093bef7bc9ad1c11a6bcf1409f28 | 375 | asm | Assembly | asm/string.asm | tylerdmace/lc3vm | 2a20d6db534b4a04d5598421e74b1ab689c6ab76 | [
"MIT"
] | 1 | 2019-04-10T01:35:16.000Z | 2019-04-10T01:35:16.000Z | asm/string.asm | tylerdmace/lc3vm | 2a20d6db534b4a04d5598421e74b1ab689c6ab76 | [
"MIT"
] | null | null | null | asm/string.asm | tylerdmace/lc3vm | 2a20d6db534b4a04d5598421e74b1ab689c6ab76 | [
"MIT"
] | null | null | null | .ORIG x3000 ; Address where program is loaded
LEA R0, TEST_STR ; Load the address of TEST_STR into R0
PUTs ; Ouput the string pointed to by R0 to STDOUT
HALT ; Halt execution
TEST_STR .STRINGZ "This is a test!" ; Ou... | 62.5 | 81 | 0.48 |
621a107048b959464c06c515680cbe4459743fee | 270 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_trunc_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_trunc_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_trunc_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; float trunc(float x) __z88dk_fastcall
SECTION code_fp_math48
PUBLIC cm48_sdcciy_trunc_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_trunc, cm48_sdcciyp_m482d
cm48_sdcciy_trunc_fastcall:
call cm48_sdcciyp_dx2m48
call am48_trunc
jp cm48_sdcciyp_m482d
| 15.882353 | 58 | 0.818519 |
dadc37484658967b25fec4b4e4d91245781c9fe4 | 2,965 | asm | Assembly | programs/oeis/133/A133073.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/133/A133073.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/133/A133073.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A133073: a(n) = n^5 + n^3 + n^2.
; 0,3,44,279,1104,3275,8028,17199,33344,59859,101100,162503,250704,373659,540764,762975,1052928,1425059,1895724,2483319,3208400,4093803,5164764,6449039,7977024,9781875,11899628,14369319,17233104,20536379,24327900,28659903,33588224,39172419,45475884,52565975,60514128,69395979,79291484,... | 197.666667 | 2,820 | 0.890051 |
6aa91c8b6752eba37dea9270c5043a9b085e9e53 | 8,293 | asm | Assembly | src/shaders/post_processing/gen5_6/Core_Kernels/PA_DNDI_ALG.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/post_processing/gen5_6/Core_Kernels/PA_DNDI_ALG.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/post_processing/gen5_6/Core_Kernels/PA_DNDI_ALG.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | /*
* All Video Processing kernels
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
*/
#define DI_ENABLE
#include ... | 59.235714 | 165 | 0.594116 |
183650f7d8132ffa20483b18f13fa9ecae4379c3 | 17,809 | asm | Assembly | src/integer_io/integer_io.asm | James-P-D/x86ASMDump | 60230b8db4705122762245764c773116e6a7d80c | [
"MIT"
] | null | null | null | src/integer_io/integer_io.asm | James-P-D/x86ASMDump | 60230b8db4705122762245764c773116e6a7d80c | [
"MIT"
] | null | null | null | src/integer_io/integer_io.asm | James-P-D/x86ASMDump | 60230b8db4705122762245764c773116e6a7d80c | [
"MIT"
] | null | null | null | ; To compile:
; del integer_io.exe
; c:\masm32\bin\ml.exe /c /coff integer_io.asm
; c:\masm32\bin\polink.exe /SUBSYSTEM:console integer_io.obj
; integer_io.exe
.386 ; 386 Processor Instruction Set
.model flat, stdcall ; Flat memory model and stdcall method
option casemap: none ; Case Sensitive
incl... | 61.410345 | 199 | 0.432534 |
a7a32b4fd8703c984db74e149dfc29597b86e4de | 455 | asm | Assembly | oeis/131/A131710.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/131/A131710.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/131/A131710.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A131710: Overlay of Pell numbers: a(n)=A000129(n)+A000129(n-6).
; Submitted by Christian Krause
; 0,1,2,5,12,29,70,170,410,990,2390,5770,13930,33630,81190,196010,473210,1142430,2758070,6658570,16075210,38808990,93693190,226195370,546083930,1318363230,3182810390,7683984010,18550778410,44785540830,108121860070
mov $2,... | 23.947368 | 213 | 0.705495 |
5b47cd603227da71b1af031e2997511a5c49c1e8 | 308 | asm | Assembly | programs/oeis/219/A219977.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/219/A219977.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/219/A219977.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A219977: Expansion of 1/(1+x+x^2+x^3).
; 1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0,1,-1,0,0
mov $1,-3
bin $1,$0
mod $1,2
mov $0,$1
| 38.5 | 226 | 0.470779 |
5624711d8dfc9a53b5b02127c05c89f01d297ca2 | 2,195 | asm | Assembly | src/test/ref/liverange-10.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/liverange-10.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/liverange-10.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test effective live range and register allocation
// Here outsw::sw and outw::w should have the same allocation
// Commodore 64 PRG executable file
.file [name="liverange-10.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [st... | 16.021898 | 63 | 0.511617 |
30127006787990e415530752b9386c469c13e6be | 4,850 | asm | Assembly | save/flash.asm | jsmolka/gba-suite | a6447c5404c8fc2898ddc51f438271f832083b7e | [
"MIT"
] | 31 | 2020-01-18T21:48:54.000Z | 2021-01-08T11:17:56.000Z | save/flash.asm | jsmolka/gba-suite | a6447c5404c8fc2898ddc51f438271f832083b7e | [
"MIT"
] | 8 | 2020-01-19T07:37:23.000Z | 2020-11-10T17:09:24.000Z | save/flash.asm | jsmolka/gba-tests | a6447c5404c8fc2898ddc51f438271f832083b7e | [
"MIT"
] | 6 | 2021-05-28T09:35:20.000Z | 2021-12-22T18:09:32.000Z | flash_common:
t001:
; Uninitialized memory
ldrb r0, [r11]
cmp r0, 0xFF
bne f001
add r11, 32
b t002
f001:
m_exit 1
t002:
; Mirror 1
mov r0, 1
mov r1, r11
m_flash 0xA0
strb r0, [r1]
... | 17.830882 | 32 | 0.395052 |
7a9a19cbc86341dafe5ad278a931041b36ed6a61 | 153 | asm | Assembly | programs/oeis/191/A191682.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/191/A191682.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/191/A191682.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A191682: Twice A113473.
; 2,4,4,6,6,6,6,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10
add $0,1
log $0,2
mov $1,$0
mul $1,2
add $1,2
| 17 | 79 | 0.594771 |
b2d136485a41df0fa6bf02507da5494877ee04ea | 198 | asm | Assembly | core/src/vm/vm.asm | w1jtoo/myvm | 5136a43763c42b60cbd78be03e4baba1abd12e8c | [
"MIT"
] | null | null | null | core/src/vm/vm.asm | w1jtoo/myvm | 5136a43763c42b60cbd78be03e4baba1abd12e8c | [
"MIT"
] | null | null | null | core/src/vm/vm.asm | w1jtoo/myvm | 5136a43763c42b60cbd78be03e4baba1abd12e8c | [
"MIT"
] | null | null | null | global _compile
section .text
; edi -- pointer to array of machine codes
; esi -- length of array of machine codes
_compile:
mov eax, 4
mov ebx, 1
mov ecx, edi
mov edx, esi
int 80h
ret
| 11 | 42 | 0.681818 |
76d2379d4a31663cd0f70e90f331b844f40eb10c | 5,161 | asm | Assembly | source/personalities/personality_6502.asm | paulscottrobson/4510-unit-test | ffe14d6a0786f0b2c2a427a7df9e0942d9d6fb92 | [
"MIT"
] | null | null | null | source/personalities/personality_6502.asm | paulscottrobson/4510-unit-test | ffe14d6a0786f0b2c2a427a7df9e0942d9d6fb92 | [
"MIT"
] | null | null | null | source/personalities/personality_6502.asm | paulscottrobson/4510-unit-test | ffe14d6a0786f0b2c2a427a7df9e0942d9d6fb92 | [
"MIT"
] | 1 | 2021-10-21T22:53:41.000Z | 2021-10-21T22:53:41.000Z | ; ******************************************************************************
; ******************************************************************************
;
; Name: personality_6502.asm
; Purpose: Personality Code for Development Platform.
; Date: 26th July 2019
; Author: Paul Robson
;
; ***************... | 26.065657 | 80 | 0.369696 |
4699d072a3eda35c53643a0bc280bd0cebbf1387 | 108 | asm | Assembly | Week_7/19 - Week7_cmp_2.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | 1 | 2021-08-10T13:39:26.000Z | 2021-08-10T13:39:26.000Z | Week_7/19 - Week7_cmp_2.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | null | null | null | Week_7/19 - Week7_cmp_2.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | null | null | null | .model small
.data
.code
main proc
mov ax,1000H
mov bx,2000H
cmp ax,bx
endp
end main | 8.307692 | 16 | 0.592593 |
6cedd7f395b258cfd683ef1e6ec061c6b3a7cbe0 | 262 | asm | Assembly | programs/oeis/198/A198686.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/198/A198686.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/198/A198686.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A198686: 4*7^n-1.
; 3,27,195,1371,9603,67227,470595,3294171,23059203,161414427,1129900995,7909306971,55365148803,387556041627,2712892291395,18990246039771,132931722278403,930522055948827,6513654391641795,45595580741492571
mov $1,7
pow $1,$0
mul $1,4
sub $1,1
| 32.75 | 203 | 0.812977 |
d3899260fef16d8474ed755fe9df987d3ac4fa7f | 745 | asm | Assembly | programs/oeis/257/A257199.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/257/A257199.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/257/A257199.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A257199: a(n) = n*(n+1)*(n+2)*(n^2+2*n+17)/120.
; 1,5,16,41,91,182,336,582,957,1507,2288,3367,4823,6748,9248,12444,16473,21489,27664,35189,44275,55154,68080,83330,101205,122031,146160,173971,205871,242296,283712,330616,383537,443037,509712,584193,667147,759278,861328,974078
mov $14,$0
mov $16,$0
add $16,1
lpb $16
... | 18.625 | 226 | 0.542282 |
e2dbfe02faeb9ef7503b914cdf1ce9074286bcb4 | 5,744 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_13687_1178.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_13687_1178.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_13687_1178.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 %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xb98f, %rsi
lea addresses_UC_ht+0xb69, %rdi
nop
nop
nop
nop
add $3684, %rax
mov $8, %rcx
rep movsw
nop
nop
nop
nop
cmp $61784, %rdx
lea addresses_normal_ht+0x1d1f9, %rcx
sub $2... | 41.927007 | 2,999 | 0.659993 |
aa3704bc46b8d5073b4328b95fb2c921d58440a5 | 725 | asm | Assembly | oeis/036/A036257.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036257.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036257.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036257: Number of inequivalent strings of 2n digits, when 2 strings are equivalent if turning 1 upside down gives the other.
; Submitted by Jamie Morken(s4)
; 1,90,9700,992250,99805000,9995118750,999877937500,99996948281250,9999923706250000,999998092652343750,99999952316289062500,9999998807907128906250,9999999701976... | 55.769231 | 486 | 0.868966 |
a224986c22e3c603eb2fd18afc1801a79a46a85a | 6,289 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_1_1374.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_1_1374.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_1_1374.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x119ee, %r15
nop
xor $39317, %rcx
mov $0x6162636465666768, %rdi
movq %rdi, %xmm0
movups %xmm0, (%r15)
nop
nop
nop
nop
cmp $37329, %rcx
lea addresses_UC_ht+0x1e9ee, %rsi
lea ad... | 21.104027 | 149 | 0.649865 |
29b1a9fc16195909cbcbe057336993b45abd85d6 | 5,238 | asm | Assembly | spec/render_results_spec.asm | andrzejsliwa/64spec | fb5e1325fb873b4c5052998377b6ec42e22580ba | [
"MIT"
] | 53 | 2015-10-28T07:17:01.000Z | 2022-01-26T15:46:02.000Z | spec/render_results_spec.asm | c64lib/64spec | bbf79e7b76a407725b0ba827e52e8372cf3aea69 | [
"MIT"
] | 4 | 2017-02-03T14:27:15.000Z | 2021-05-13T12:01:08.000Z | spec/render_results_spec.asm | c64lib/64spec | bbf79e7b76a407725b0ba827e52e8372cf3aea69 | [
"MIT"
] | 11 | 2015-12-18T20:32:18.000Z | 2022-03-26T19:31:34.000Z | .import source "64spec.asm"
.import source "64core/kernal.asm"
.import source "64core/memory.asm"
.const COLOR_RAM = $d800
.eval config_64spec("change_character_set", false)
// TODO: try printing on a different screen to not screw up test results.
sfspec: :init_spec()
with_default_settings:
// TODO: capture and resto... | 29.426966 | 133 | 0.793242 |
260173f826a6ac687a0a6e34abebab61fea919a3 | 1,163 | asm | Assembly | lib/strcat.asm | argymouz/alan-compiler | a226f3f0f4428fc77d2daacc39c0668bbe7dc5d9 | [
"MIT"
] | null | null | null | lib/strcat.asm | argymouz/alan-compiler | a226f3f0f4428fc77d2daacc39c0668bbe7dc5d9 | [
"MIT"
] | null | null | null | lib/strcat.asm | argymouz/alan-compiler | a226f3f0f4428fc77d2daacc39c0668bbe7dc5d9 | [
"MIT"
] | null | null | null | ; void strcat (char * trg, char * src);
; -------------------------------------
; This function concatenates the null terminated strings
; trg and src. The result is stored in trg. Pointers to
; both strings are passed. String src is left untouched.
; It is assumed that trg has enough space to hold the
; result o... | 30.605263 | 65 | 0.427343 |
9a49ea0f29879865f511dcfcb88e6c1f996369ce | 1,029 | asm | Assembly | kernel/src/isrs.asm | filp/jsos | 86d8082684b2afb9f058be89b12d0b77a928368c | [
"NCSA",
"BSD-2-Clause",
"Unlicense"
] | 1 | 2015-04-27T05:05:28.000Z | 2015-04-27T05:05:28.000Z | kernel/src/isrs.asm | filp/jsos | 86d8082684b2afb9f058be89b12d0b77a928368c | [
"NCSA",
"BSD-2-Clause",
"Unlicense"
] | null | null | null | kernel/src/isrs.asm | filp/jsos | 86d8082684b2afb9f058be89b12d0b77a928368c | [
"NCSA",
"BSD-2-Clause",
"Unlicense"
] | null | null | null | global asm_isr_init
extern isr_dispatch
extern idt_register_handler
extern kprintf
lol: db "interrupt %d", 10, 0
%define WITH_ERROR push eax
%macro isr 1-2 push dword 0
jmp isr_%1.fin
isr_%1:
cli
pusha
%2
push dword %1
call isr_dispatch
add esp, 8
... | 11.064516 | 29 | 0.612245 |
d65034e3ab9ecd8936d41f857ed5235e13915307 | 8,893 | asm | Assembly | base/crts/crtw32/misc/i386/exsup2.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/crts/crtw32/misc/i386/exsup2.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/crts/crtw32/misc/i386/exsup2.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;***
;exsup2.asm
;
; Copyright (c) 1994-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
; Exception handling for i386. This is just the C8.0 version of
; the language-specific exception handler. The C9.0 version is
; found in exsup3.asm, and the routines common to both C8 and C9
; are found in ... | 34.468992 | 96 | 0.607332 |
2265c54503d78ece35dc949465287aa55e9bbf93 | 3,948 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_866.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_866.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_866.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 %r11
push %r12
push %r8
push %rax
push %rbp
push %rdi
// Load
lea addresses_US+0x10731, %rax
nop
nop
nop
nop
sub %r10, %r10
movb (%rax), %r12b
nop
inc %rbp
// Faulty Load
lea addresses_D+0x1f1, %r11
xor %rdi, %rd... | 71.781818 | 2,999 | 0.660334 |
35fb792e92f1e61f7714016de034a318e37a9dbd | 362 | asm | Assembly | oeis/072/A072042.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/072/A072042.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/072/A072042.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A072042: a(n+2) = a(n+1)*a(n)*(1+1/n), a(1)=a(2)=1.
; Submitted by Jamie Morken(s1)
; 1,1,2,3,8,30,288,10080,3317760,37623398400,138694895861760000,5739990655358858585702400000,868480806755424464755519466250436608000000000
sub $0,1
mov $1,1
mov $2,1
mov $3,1
mov $4,1
lpb $0
sub $0,1
mul $4,$1
mov $1,$3
add $... | 19.052632 | 138 | 0.657459 |
5921dbeceb0118cf677805eb80e4b2f9951bddc0 | 114 | asm | Assembly | tests/include_path_test.asm | no111u3/avra-rs | 45f09edace6263636d7fd3d80d339fa92891f776 | [
"Apache-2.0"
] | 27 | 2020-02-29T00:03:10.000Z | 2022-01-02T18:23:18.000Z | tests/include_path_test.asm | no111u3/avra-rs | 45f09edace6263636d7fd3d80d339fa92891f776 | [
"Apache-2.0"
] | null | null | null | tests/include_path_test.asm | no111u3/avra-rs | 45f09edace6263636d7fd3d80d339fa92891f776 | [
"Apache-2.0"
] | null | null | null | .includepath "includes"
.include "include_test_2.inc"
.cseg
in r0, SREG ; Read status from status register into r0 | 28.5 | 54 | 0.780702 |
5db57665d2e19ddae1264375e70a34fffaa35979 | 4,963 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_949.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_949.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_949.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x52d1, %r10
nop
nop
sub %r14, %r14
movups (%r10), %xmm4
vpextrq $0, %xmm4, %r12
xor %rbx, %rbx
lea addresses_WC_ht+0x14c9, %r14
nop
nop
inc %rdx
mov (%r14), %si
nop
nop
nop
no... | 47.721154 | 2,999 | 0.660488 |
49af7fabb7891d42f0ec1c916bc0a4b3186e728c | 4,824 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_1_270.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_1_270.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_1_270.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 %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1e779, %rsi
lea addresses_normal_ht+0x13499, %rdi
nop
nop
nop
nop
nop
cmp $20799, %r8
mov $50, %rcx
rep movsw
nop
nop
nop
cmp %rdx, %rdx
lea addresses_UC_ht+0xd09, %r11
nop
n... | 20.52766 | 156 | 0.654022 |
e80fba75e2d50940734f9968e7d4657057552ca9 | 1,570 | asm | Assembly | home/vblank.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | home/vblank.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | home/vblank.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | VBlank::
push af
push bc
push de
push hl
ld a, [H_LOADEDROMBANK]
ld [wVBlankSavedROMBank], a
ld a, [hSCX]
ld [rSCX], a
ld a, [hSCY]
ld [rSCY], a
ld a, [wDisableVBlankWYUpdate]
and a
jr nz, .ok
ld a, [hWY]
ld [rWY], a
.ok
call AutoBgMapTransfer
call VBlankCopyBgMap
call RedrawRowOrColumn
call VBl... | 14.811321 | 49 | 0.729299 |
e486c09c2fc678f421468b3f1b87c7918bdd0157 | 389 | asm | Assembly | src/firmware-tests/Platform/Lcd/PollAfterLcdMock.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Lcd/PollAfterLcdMock.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Lcd/PollAfterLcdMock.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "PollChain.inc"
#include "TestDoubles.inc"
radix decimal
udata
global calledPollAfterLcd
calledPollAfterLcd res 1
PollAfterLcdMock code
global initialisePollAfterLcdMock
global POLL_AFTER_LCD
initialisePollAfterLcdMock:
banksel calledPollAfterLcd
clrf calledPollAfterLcd
... | 14.961538 | 34 | 0.830334 |
0ec4050cccb3583cfff99aef748429746eea84bc | 257 | asm | Assembly | examples/reverse2.asm | Rkern91/util.asm | c8dfac102a2e3c6bc2d2ca5802c783bebc0f2f37 | [
"MIT"
] | 1 | 2021-11-09T02:40:41.000Z | 2021-11-09T02:40:41.000Z | examples/reverse2.asm | Rkern91/util.asm | c8dfac102a2e3c6bc2d2ca5802c783bebc0f2f37 | [
"MIT"
] | null | null | null | examples/reverse2.asm | Rkern91/util.asm | c8dfac102a2e3c6bc2d2ca5802c783bebc0f2f37 | [
"MIT"
] | null | null | null | %include '../util.asm'
section .text
global _start
_start:
mov rbx, 8
.laco1:
call readint
push rax
dec rbx
jnz .laco1
call endl
mov rbx, 8
.laco2:
pop rdi
call printint
call endl
dec rbx
jnz .laco2
call exit0
| 10.28 | 22 | 0.607004 |
9172affce1f3d4669abd466712b566c6731b0423 | 1,582 | asm | Assembly | HW4/ChristianWebber-HW4-2.asm | vonderborch/CS260 | ff435317be557c10f131f99184e944ef2ada7cdf | [
"MIT"
] | null | null | null | HW4/ChristianWebber-HW4-2.asm | vonderborch/CS260 | ff435317be557c10f131f99184e944ef2ada7cdf | [
"MIT"
] | null | null | null | HW4/ChristianWebber-HW4-2.asm | vonderborch/CS260 | ff435317be557c10f131f99184e944ef2ada7cdf | [
"MIT"
] | null | null | null | # test data
.data
cstr: .asciiz "eve"
.text
.globl palMAIN, isPalindrome
# a test main
palMAIN:
la $a0, cstr
jal isPalindrome
li $v0, 10
syscall
# main function to call for this task
isPalindrome:
# save the return address to the stack after opening space for it
addi $sp,$sp,-4
sw $ra,0($sp)
add $a1, $a0, $... | 28.25 | 117 | 0.689001 |
a49cccb6727ad05feaad5aa6579c3692813a9674 | 409 | asm | Assembly | constants/mart_constants.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | constants/mart_constants.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | constants/mart_constants.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | ; mart types (see engine/items/mart.asm)
const_def
const MARTTYPE_STANDARD
const MARTTYPE_BITTER
const MARTTYPE_BARGAIN
const MARTTYPE_PHARMACY
const MARTTYPE_ROOFTOP
const MARTTYPE_TM
; Marts indexes (see data/items/marts.asm)
const_def
const MART_0_BADGE
const MART_1_BADGE
const MART_3_BADGE
const MART_5... | 20.45 | 42 | 0.831296 |
d0b2cab7d5241854d27843e65156e5fc589a0011 | 974 | asm | Assembly | oeis/194/A194149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/194/A194149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/194/A194149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A194149: Sum{floor(j*(5-sqrt(3))/2) : 1<=j<=n}; n-th partial sum of Beatty sequence for (5-sqrt(3))/2.
; Submitted by Jon Maiga
; 1,4,8,14,22,31,42,55,69,85,102,121,142,164,188,214,241,270,301,333,367,402,439,478,518,560,604,649,696,745,795,847,900,955,1012,1070,1130,1192,1255,1320,1386,1454,1524,1595,1668,1743,1819,... | 22.651163 | 199 | 0.526694 |
b71905a1e968486223e339eb099a05914d13282e | 6,976 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1436.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_1436.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_1436.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 %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x15409, %rsi
lea addresses_A_ht+0x1d58f, %rdi
nop
nop
nop
nop
dec %rdx
mov $33, %rcx
rep movsw
nop
nop
nop
nop
inc %rax
lea addresses_WT_ht+0x257a, %rsi
lea addresses_UC_ht+0x... | 36.715789 | 2,999 | 0.6584 |
1eb91f9bc186621dba809d81c872c2bce82209ab | 6,724 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1586.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1586.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1586.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xf9a7, %rsi
lea addresses_UC_ht+0x1331a, %rdi
nop
nop
nop
add %r14, %r14
mov $39, %rcx
rep movsl
nop
nop
and %rdx, %rdx
lea addresses_UC_ht+0x70ba, %rsi
and $25156, %r10
movb ... | 37.988701 | 2,999 | 0.659726 |
59b4f6d3df0996b09274e7f1b2665d070f024f4f | 599 | asm | Assembly | oeis/234/A234249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/234/A234249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/234/A234249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A234249: Number of ways to choose 4 points in an n X n X n triangular grid.
; 15,210,1365,5985,20475,58905,148995,341055,720720,1426425,2672670,4780230,8214570,13633830,21947850,34389810,52602165,78738660,115584315,166695375,236561325,330791175,456326325,621682425,837222750,1115465715,1471429260,1923014940,2491434660... | 85.571429 | 492 | 0.856427 |
b75d30d99edb34065ce5d69075b0f480f1db26cb | 526 | asm | Assembly | oeis/062/A062097.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062097.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062097.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062097: a(1) = 1; a(n) = sum of the sum and the product of all previous terms.
; Submitted by Christian Krause
; 1,2,5,18,206,37312,1383566504,1914204327753559888,3664178205741957271429583378492509856,13426201923434349344563612023870972836592501276745812341399323779519061312,18026289808883222193965617405456759411787... | 35.066667 | 312 | 0.811787 |
2007325f58129e57726735652ca3e075e893d472 | 2,005 | asm | Assembly | programs/oeis/035/A035597.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/035/A035597.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/035/A035597.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A035597: Number of points of L1 norm 3 in cubic lattice Z^n.
; 0,2,12,38,88,170,292,462,688,978,1340,1782,2312,2938,3668,4510,5472,6562,7788,9158,10680,12362,14212,16238,18448,20850,23452,26262,29288,32538,36020,39742,43712,47938,52428,57190,62232,67562,73188,79118,85360,91922,98812,106038,113608,121530,129812,138462... | 200.5 | 1,884 | 0.852369 |
26d3b36d2e3256eb1b533b6567ff563fd0d28e53 | 6,414 | asm | Assembly | OS/ASM/OS_ISR_a.asm | anton-qiu/QuickRTOS | 7257d19def28793f0d9a39b7b2edd4add0494772 | [
"MIT"
] | null | null | null | OS/ASM/OS_ISR_a.asm | anton-qiu/QuickRTOS | 7257d19def28793f0d9a39b7b2edd4add0494772 | [
"MIT"
] | null | null | null | OS/ASM/OS_ISR_a.asm | anton-qiu/QuickRTOS | 7257d19def28793f0d9a39b7b2edd4add0494772 | [
"MIT"
] | null | null | null |
$INCLUDE (.\Common\ASM\include.asm)
AREA OS_ISR_ASM, CODE // READONLY, ALIGN=4
ENTRY
EXTERN DATA (psCurrentTCB)
EXTERN CODE32 (OS_SWI_Schedule?A)
EXTERN CODE32 (OS_VTimer_Handler?A)
;;/************************************************************************... | 34.117021 | 86 | 0.486124 |
f28760f54947c55e36f3b01b765050071810d1a0 | 1,669 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_17_1615.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_17_1615.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_17_1615.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 %r15
push %r9
push %rbp
push %rbx
push %rdi
lea addresses_UC_ht+0xe052, %r9
nop
nop
nop
nop
inc %r10
movb $0x61, (%r9)
nop
nop
nop
mfence
lea addresses_D_ht+0x14e32, %r10
nop
nop
nop
nop
sub %r15, %r15
mov (%r10), %bx
nop
nop
nop
nop
nop
sub $61460, %r10
pop %... | 17.206186 | 123 | 0.649491 |
70b7982f0f6cb0d3937c8db0c736c5947d16a469 | 232 | asm | Assembly | test/bubbleSortWithAddress.asm | bogas04/asm8085 | d2fdb8ea6384992ed4cb719169b1cc00fad3bf0c | [
"MIT"
] | 1 | 2015-10-11T09:35:41.000Z | 2015-10-11T09:35:41.000Z | test/bubbleSortWithAddress.asm | bogas04/asm8085 | d2fdb8ea6384992ed4cb719169b1cc00fad3bf0c | [
"MIT"
] | null | null | null | test/bubbleSortWithAddress.asm | bogas04/asm8085 | d2fdb8ea6384992ed4cb719169b1cc00fad3bf0c | [
"MIT"
] | null | null | null | 0000 21
0001 00
0002 50
0003 4E
0004 0D
0005 51
0006 21
0007 01
0008 50
0009 7E
000A 23
000B BE
000C DA
000D 14
000E 00
000F 46
0010 77
0011 2B
0012 70
0013 23
0014 15
0015 C2
0016 09
0017 00
0018 0D
0019 C2
001A 05
001B 00
001C 76
| 7.733333 | 7 | 0.75 |
4f60d50bee09891f92b4c011e8a6f528e9289427 | 1,010 | asm | Assembly | programs/oeis/100/A100186.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100186.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100186.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100186: Structured heptagonal anti-diamond numbers (vertex structure 7).
; 1,16,67,176,365,656,1071,1632,2361,3280,4411,5776,7397,9296,11495,14016,16881,20112,23731,27760,32221,37136,42527,48416,54825,61776,69291,77392,86101,95440,105431,116096,127457,139536,152355,165936,180301,195472,211471,228320,246041,264656,28... | 34.827586 | 682 | 0.753465 |
029d8c0190e35da2b9a43109ceea31f504a5e8ee | 2,269 | asm | Assembly | engine/menu/start_menu.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | engine/menu/start_menu.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | engine/menu/start_menu.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | DisplayStartMenu::
ld a,BANK(StartMenu_Pokedex)
ld [H_LOADEDROMBANK],a
ld [MBC1RomBank],a
ld a,[wWalkBikeSurfState] ; walking/biking/surfing
ld [wWalkBikeSurfStateCopy],a
ld a, SFX_START_MENU
call PlaySound
RedisplayStartMenu::
callba DrawStartMenu
callba PrintSafariZoneSteps ; print Safari Zone info, if in S... | 26.383721 | 81 | 0.777435 |
78e90932e6046fa8300495ca0194d356d3ee68ab | 4,125 | asm | Assembly | 8088/tandy/tandy_test.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/tandy/tandy_test.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/tandy/tandy_test.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | org 0x100
%include "..\defaults_common.asm"
mov ax,6
; mov ax,0xa
int 0x10
mov dx,0x3d8
mov al,0x1a
out dx,al
mov ax,0xb800
mov es,ax
mov di,0
mov cx,100
yLoop:
mov al,0
push cx
mov cx,16
cLoop:
mov [es:di],al
mov [es:di+1],al
mov [es:di+2],al
mov [es:di+3],al
mov [es:di+4],al
... | 16.633065 | 33 | 0.732606 |
0160654f91dbcf61c3c269b54a85f241e0623d77 | 9,242 | asm | Assembly | src/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_UV_h.asm | me176c-dev/android_hardware_intel-vaapi-driver | 0f2dca8d604220405e4678c0b6c4faa578d994ec | [
"MIT"
] | 192 | 2018-01-26T11:51:55.000Z | 2022-03-25T20:04:19.000Z | src/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_UV_h.asm | me176c-dev/android_hardware_intel-vaapi-driver | 0f2dca8d604220405e4678c0b6c4faa578d994ec | [
"MIT"
] | 256 | 2017-01-23T02:10:27.000Z | 2018-01-23T10:00:05.000Z | src/shaders/h264/ildb/AVC_ILDB_Filter_Mbaff_UV_h.asm | me176c-dev/android_hardware_intel-vaapi-driver | 0f2dca8d604220405e4678c0b6c4faa578d994ec | [
"MIT"
] | 64 | 2018-01-30T19:51:53.000Z | 2021-11-24T01:26:14.000Z | /*
* Copyright © <2010>, Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merg... | 36.385827 | 111 | 0.617291 |
474a5982b800bb8ed777d36c6fea4e7b45adc017 | 272 | asm | Assembly | oeis/347/A347671.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/347/A347671.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/347/A347671.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A347671: a(n) = n^n mod 100.
; Submitted by Jon Maiga
; 1,1,4,27,56,25,56,43,16,89,0,11,56,53,16,75,16,77,24,79,0,21,84,67,76,25,76,3,36,69,0,31,76,13,36,75,36,17,4,59,0,41,64,7,96,25,96,63,56,49,0,51,96,73,56,75,56,57,84,39,0,61,44,47,16,25,16,23
pow $0,$0
mod $0,100
| 38.857143 | 193 | 0.632353 |
c1c13c92ca3017cca1558c3f370b88c254f38bdb | 10,095 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_20113_44.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_20113_44.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_20113_44.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x5b13, %rsi
lea addresses_D_ht+0x9ec5, %rdi
clflush (%rdi)
nop
nop
nop
and %r12, %r12
mov $40, %rcx
rep movsq
nop
nop
nop
dec %rax
lea addresses_normal_ht+0x911f, %rax
nop
nop... | 28.119777 | 2,999 | 0.650223 |
bb1dbe8695ca6e4c875bc9c8bcaf66ca32880b20 | 561 | asm | Assembly | libsrc/target/cpc/cpcrslib/cpc_SetInkGphStrM1_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/cpc/cpcrslib/cpc_SetInkGphStrM1_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/cpc/cpcrslib/cpc_SetInkGphStrM1_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Amstrad CPC library
;
; void __LIB__ __CALLEE__ cpc_SetInkGphStr(char *color, char *valor);
;
; $Id: cpc_SetInkGphStrM1_callee.asm $
;
SECTION code_clib
PUBLIC cpc_SetInkGphStrM1_callee
PUBLIC _cpc_SetInkGphStrM1_callee
PUBLIC asm_cpc_SetInkGphStrM1
... | 16.028571 | 75 | 0.664884 |
e086875c56b755a1630b06accc24ea3b6a2c54ec | 7,788 | asm | Assembly | EM4100_Cloner_multimap.asm | kbembedded/EM4100_Cloner | 4fe53131fbddc142846dbb44c400b4d025f5ebdb | [
"MIT"
] | 66 | 2015-08-07T20:50:39.000Z | 2022-01-07T23:17:50.000Z | EM4100_Cloner_multimap.asm | kbembedded/EM4100_Cloner | 4fe53131fbddc142846dbb44c400b4d025f5ebdb | [
"MIT"
] | null | null | null | EM4100_Cloner_multimap.asm | kbembedded/EM4100_Cloner | 4fe53131fbddc142846dbb44c400b4d025f5ebdb | [
"MIT"
] | 9 | 2015-12-07T00:59:49.000Z | 2021-11-18T17:28:26.000Z | ;The MIT License (MIT)
;
;Copyright (c) 2014 KBEmbedded
;
;This project is based on the OPEN RFID tag with resources pulled from t4f.org
;and kukata86.com.
;
;Permission is hereby granted, free of charge, to any person obtaining a copy of
;this software and associated documentation files (the "Software"), to de... | 27.715302 | 82 | 0.476246 |
c74842b4f02454355d1d4aba6a4fca0467f77d04 | 2,810 | asm | Assembly | private/windows/shell/accesory/cardfile/indos.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 11 | 2017-09-02T11:27:08.000Z | 2022-01-02T15:25:24.000Z | private/windows/shell/accesory/cardfile/indos.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | null | null | null | private/windows/shell/accesory/cardfile/indos.asm | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 14 | 2019-01-16T01:01:23.000Z | 2022-02-20T15:54:27.000Z | title indos.asm
;************************************************************************/
;* */
;* Windows Cardfile - Written by Mark Cliggett */
;* (c) Copyright Microsoft Corp. 1985, 1991 - All Rights Reserved */
;* ... | 20.215827 | 75 | 0.490391 |
6114ccecee5cd83f52a7c89c6935e8d31f493747 | 805 | asm | Assembly | oeis/133/A133533.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/133/A133533.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/133/A133533.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A133533: Sum of sixth powers of three consecutive primes.
; Submitted by Jon Maiga
; 16418,134003,1904835,6716019,30735939,76010259,219219339,789905091,1630362891,4048053411,8203334331,13637193699,21850682619,39264939507,75124110099,115865269131,184159290171,270079040451,369892892379,522521965731,721362055179,1067009... | 33.541667 | 489 | 0.772671 |
d4cd65d92e885fb16bbd08b00363b8f082b96faa | 902 | asm | Assembly | ASS4/avg_of_float_arr (q4).asm | rahulkumawat1/NASM | 09b69e1338e59e43b6ff7403337d13810070d59f | [
"MIT"
] | null | null | null | ASS4/avg_of_float_arr (q4).asm | rahulkumawat1/NASM | 09b69e1338e59e43b6ff7403337d13810070d59f | [
"MIT"
] | null | null | null | ASS4/avg_of_float_arr (q4).asm | rahulkumawat1/NASM | 09b69e1338e59e43b6ff7403337d13810070d59f | [
"MIT"
] | null | null | null | section .text
global main
extern scanf
extern printf
print:
push ebp
mov ebp, esp
sub esp, 8
fst qword[ebp-8]
push format2
call printf
mov esp, ebp
pop ebp
ret
read:
push ebp
mov ebp, esp
sub esp, 8
lea eax, [esp]
push eax
push format1
call scanf
fld qword[ebp-8]
mov esp, ebp
pop ebp
ret
readnat:push ebp
mov ebp, esp
... | 12.026667 | 50 | 0.71286 |
ca2e525de5793d781a24f8080ffd593078d9e148 | 4,534 | asm | Assembly | audio/music/crystalopening.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/crystalopening.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/crystalopening.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_CrystalOpening:
musicheader 4, 1, Music_CrystalOpening_Ch1
musicheader 1, 2, Music_CrystalOpening_Ch2
musicheader 1, 3, Music_CrystalOpening_Ch3
musicheader 1, 4, Music_CrystalOpening_Ch4
Music_CrystalOpening_Ch1:
tempo 136
volume $77
tone $0002
vibrato $10, $34
dutycycle $3
stereopanning $f0
notetype... | 12.594444 | 43 | 0.603 |
f31bb435d979b4f9aeb3ce40b4a708e2d1c7d373 | 345 | asm | Assembly | kernel/Arch/x86/Boot.asm | AymenSekhri/CyanOS | 1e42772911299a40aab0e7aac50181b180941800 | [
"MIT"
] | 63 | 2020-06-18T11:04:07.000Z | 2022-02-24T09:01:44.000Z | kernel/Arch/x86/Boot.asm | AymenSekhri/CyanOS | 1e42772911299a40aab0e7aac50181b180941800 | [
"MIT"
] | 4 | 2020-08-31T23:07:37.000Z | 2021-06-08T21:54:02.000Z | kernel/Arch/x86/Boot.asm | AymenSekhri/CyanOS | 1e42772911299a40aab0e7aac50181b180941800 | [
"MIT"
] | 9 | 2020-08-03T13:48:50.000Z | 2022-03-31T11:50:59.000Z | extern kernel_boot_stage2
KERNEL_BASE equ 0xC0000000
; Stack
section .bss
align 16
resb 16384 ; 16 KiB
__stack_top:
;stack_top equ (__stack_top - KERNEL_BASE)
; bootstrap stage 1
section .bootstrap
global _kernel_boot_stage1
_kernel_boot_stage1:
mov ecx, __stack_top
sub ecx, KERNEL_BASE
mov esp, ecx
push ebx
push eax... | 16.428571 | 42 | 0.82029 |
dc0422e01698a64b983a831f1a22f5ada50770ea | 681 | asm | Assembly | test/floatb.asm | ystk/debian-nasm | aeb5ae6e38f73788ef70a2b41c384dd7503bce66 | [
"BSD-2-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | test/floatb.asm | ystk/debian-nasm | aeb5ae6e38f73788ef70a2b41c384dd7503bce66 | [
"BSD-2-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | test/floatb.asm | ystk/debian-nasm | aeb5ae6e38f73788ef70a2b41c384dd7503bce66 | [
"BSD-2-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | ;Testname=unoptimized; Arguments=-O0 -fbin -ofloatb.bin; Files=stdout stderr floatb.bin
;Testname=optimized; Arguments=-Ox -fbin -ofloatb.bin; Files=stdout stderr floatb.bin
;; Known problematic floating-point numbers and their proper
;; encoding...
bits 64
dd 1.1e10
dd 0x5023e9ac ; Should be...
dd 50.40e... | 18.916667 | 87 | 0.745962 |
27264057b79be521fc525f6e7e5b95e5bbfc3ed4 | 38,425 | asm | Assembly | Source/Cinema.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Cinema.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Cinema.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | ;------------------------------------------------------------------------
; Cinema.asm
; 1-5-2000 by Martin Casado
; 4.27.2000 by Abe Pralle
;
; Description: Routines to handle drawing and minipulating cinema
; tiles and sprites
;
; Contents:
; LoadCinemaBG
; LoadCinemaSprite
; LoadCinemaTextBox
;... | 22.682999 | 74 | 0.415667 |
da70ea27ba0e6db9d175c6b0aaecde4ea7bc783c | 62 | asm | Assembly | src/main/fragment/mos6502-common/vwsm1=vwsm2_band_vdsc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwum1=vwum2_band_vwuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=vwum2_band_vwuc1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {m2}
and #<{c1}
sta {m1}
lda {m2}+1
and #>{c1}
sta {m1}+1
| 8.857143 | 10 | 0.516129 |
0a063fa066d5851339f2d131e56970b1a3e31787 | 86 | asm | Assembly | sisprog/programas_assembly/prova1.asm | bmnascimento/von-neumann-simulator | a36879939f2ccf58a8079b7730bac00e0ba29ce0 | [
"MIT"
] | null | null | null | sisprog/programas_assembly/prova1.asm | bmnascimento/von-neumann-simulator | a36879939f2ccf58a8079b7730bac00e0ba29ce0 | [
"MIT"
] | null | null | null | sisprog/programas_assembly/prova1.asm | bmnascimento/von-neumann-simulator | a36879939f2ccf58a8079b7730bac00e0ba29ce0 | [
"MIT"
] | 1 | 2020-09-04T01:12:08.000Z | 2020-09-04T01:12:08.000Z | @ 107
K 42
K 45
K 52
K 4E
K 41
K 52
K 44
K 4F
K 4D
K 41
K 52
K 43
K 45
K 4C
K 49
K 4E
| 4.777778 | 5 | 0.593023 |
123c36638963bfaabafc6f250f3af2b3a82484c9 | 581 | asm | Assembly | programs/oeis/226/A226292.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/226/A226292.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/226/A226292.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A226292: (10*n^2+4*n+(1-(-1)^n))/8.
; 2,6,13,22,34,48,65,84,106,130,157,186,218,252,289,328,370,414,461,510,562,616,673,732,794,858,925,994,1066,1140,1217,1296,1378,1462,1549,1638,1730,1824,1921,2020,2122,2226,2333,2442,2554,2668,2785,2904,3026,3150,3277,3406,3538,3672,3809,3948,4090,4234,4381,4530,4682,4836,4993,515... | 52.818182 | 474 | 0.733219 |
e31f7e10de8a40b65559856acaabf987bc9d4ccf | 744 | asm | Assembly | source/modules/basic/common/vectors.asm | paulscottrobson/mega-basic | f71750889136e2fdc4e6053c5696593318162bcf | [
"MIT"
] | 3 | 2019-12-03T06:05:24.000Z | 2021-03-24T01:51:07.000Z | source/modules/basic/common/vectors.asm | paulscottrobson/mega-basic | f71750889136e2fdc4e6053c5696593318162bcf | [
"MIT"
] | null | null | null | source/modules/basic/common/vectors.asm | paulscottrobson/mega-basic | f71750889136e2fdc4e6053c5696593318162bcf | [
"MIT"
] | null | null | null | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : vectors.asm
; Purpose : Vectored I/O
; Date : 29th August 2019
; Author : Paul Robson (paul@robsons.org.uk)
;
; *... | 23.25 | 93 | 0.342742 |
3edd170fd83a090a3f3293b16d08056e018b3b56 | 883 | asm | Assembly | oeis/255/A255381.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/255/A255381.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/255/A255381.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A255381: Number of strings of k+n decimal digits that contain one string of exactly k consecutive "0" digits, where k >= n.
; Submitted by Jamie Morken(s1)
; 1,18,261,3420,42300,504000,5850000,66600000,747000000,8280000000,90900000000,990000000000,10710000000000,115200000000000,1233000000000000,13140000000000000,1395... | 38.391304 | 482 | 0.782559 |
a002c0639234c42c2a9909bf48efe13eefc28e5f | 652 | asm | Assembly | libsrc/target/z9001/stdio/ansi/f_ansi_cls.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/target/z9001/stdio/ansi/f_ansi_cls.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/target/z9001/stdio/ansi/f_ansi_cls.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null | ;
; ANSI Video handling for the Robotron Z9001
;
; Stefano Bodrato - Sept. 2016
;
;
; CLS - Clear the screen
;
;
;
; $Id: f_ansi_cls.asm,v 1.1 2016-09-23 06:21:35 stefano Exp $
;
SECTION code_clib
PUBLIC ansi_cls
EXTERN KRT_DISABLE
EXTERN KRT_PORT
EXTERN __z9001_attr
.ansi_cls
ld a... | 16.3 | 61 | 0.507669 |
c60bba4a36fc20742f68b28c428d27e549811afd | 7,820 | asm | Assembly | reference_asm/battle_menu_layout.asm | tashiww/maten_tools | efaf43958639edfdcd342615f4c23ccba35d80ce | [
"MIT"
] | 1 | 2021-05-14T19:14:38.000Z | 2021-05-14T19:14:38.000Z | reference_asm/battle_menu_layout.asm | tashiww/maten_tools | efaf43958639edfdcd342615f4c23ccba35d80ce | [
"MIT"
] | null | null | null | reference_asm/battle_menu_layout.asm | tashiww/maten_tools | efaf43958639edfdcd342615f4c23ccba35d80ce | [
"MIT"
] | null | null | null | ; ########################################################################################
; # Generated by the active disassembly feature of the Exodus emulation platform
; #
; # Battle menu adjustments!
; #
; # Creation Date: 2021-1-3 14:24:36
; # Analysis Region: 0x0000D894 - 0x0000DAFE
; #########################... | 33.135593 | 167 | 0.67954 |
6842a368a002ebe54adc5002af8f6965fb097909 | 676 | asm | Assembly | programs/oeis/050/A050493.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/050/A050493.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/050/A050493.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A050493: a(n) = sum of binary digits of n-th triangular number.
; 0,1,2,2,2,4,3,3,2,4,5,2,4,5,4,4,2,4,5,6,4,6,7,3,4,4,7,6,5,6,5,5,2,4,5,6,5,8,6,4,5,7,6,6,8,4,5,4,4,5,8,6,5,7,7,3,6,7,8,7,6,7,6,6,2,4,5,6,5,8,7,8,4,6,8,5,8,9,4,5,5,8,7,8,8,7,8,8,7,8,12,5,6,5,6,5,4,5,8,7,8,7,5,7,6,9,7,6,10,9,9,4,6,6,8,6,5,10,9,8,7,8,9,8,7... | 52 | 525 | 0.536982 |
0e7202bb731814eb1b4424a450a7ecd8dbb8d126 | 771 | asm | Assembly | src/jstd/udiv128.asm | shines77/ArrayRotate | 93c99ae530997c0c3aec0b6f3585ddc3ac261fb2 | [
"MIT"
] | null | null | null | src/jstd/udiv128.asm | shines77/ArrayRotate | 93c99ae530997c0c3aec0b6f3585ddc3ac261fb2 | [
"MIT"
] | null | null | null | src/jstd/udiv128.asm | shines77/ArrayRotate | 93c99ae530997c0c3aec0b6f3585ddc3ac261fb2 | [
"MIT"
] | null | null | null |
;
; From: https://stackoverflow.com/questions/8453146/128-bit-division-intrinsic-in-visual-c
;
; extern "C" uint64_t __udiv128(uint64_t low, uint64_t high, uint64_t divisor, uint64_t * remainder);
;
; Arguments
; RCX Low Digit
; RDX High Digit
; R8 Divisor
; R9 *Remainder
; RAX Quotien... | 27.535714 | 106 | 0.664073 |
ab0e6be39b1f31c3905964ca2eb7c9da101c410c | 4,561 | asm | Assembly | kernel/arch/x86/asm/interrupt_stubs.asm | DevilGladiator/XeonOS | cfd928a75fca527156c19e95b9cca1503eba41bb | [
"MIT"
] | 2 | 2021-09-13T14:10:40.000Z | 2021-09-24T11:41:59.000Z | kernel/arch/x86/asm/interrupt_stubs.asm | ManuelAngel99/XeonOS | cfd928a75fca527156c19e95b9cca1503eba41bb | [
"MIT"
] | null | null | null | kernel/arch/x86/asm/interrupt_stubs.asm | ManuelAngel99/XeonOS | cfd928a75fca527156c19e95b9cca1503eba41bb | [
"MIT"
] | null | null | null | ;
; Author: Manuel Ángel Suárez Álvarez
; E-mail Manuel_Angel99@outlook.com
; Created: 2016-08-13 20:54:25
;
; File: interrupt_stubs.asm
; Description: Defines the interrupt stubs
;
section .text
extern exception_handler ; interrupt_handler is defined elsewhere
extern irq_handler ; irq handl... | 29.616883 | 107 | 0.597457 |
767ea783d7323ba75f58618d2ecc600bedc4e947 | 1,987 | asm | Assembly | libraries/kernel/stack.asm | paulscottrobson/cerberus-2080 | c6731eab1b77d818bd22480554dd231cb28e2cf0 | [
"MIT"
] | 1 | 2022-01-09T15:19:28.000Z | 2022-01-09T15:19:28.000Z | m8cc/libraries/kernel/stack.asm | paulscottrobson/cerberus-2080 | c6731eab1b77d818bd22480554dd231cb28e2cf0 | [
"MIT"
] | 1 | 2021-12-11T07:08:54.000Z | 2021-12-11T19:07:19.000Z | m8cc/libraries/kernel/stack.asm | paulscottrobson/cerberus-2080 | c6731eab1b77d818bd22480554dd231cb28e2cf0 | [
"MIT"
] | 1 | 2021-12-12T14:20:32.000Z | 2021-12-12T14:20:32.000Z | ; ***************************************************************************************
; ***************************************************************************************
;
; Name : stack.asm
; Author : Paul Robson (paul@robsons.org.uk)
; Date : 31st October 2021
; Purpose : Stack words
;
; ***********... | 18.063636 | 89 | 0.211374 |
f82aeec49ac9e5317f8ffb3163adfb4061def76d | 426 | asm | Assembly | WEEK-12/1.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-12/1.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-12/1.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | MOV R0, #20H;set source address 20H to R0
MOV R1, #30H;set destination address 30H to R1
MOV A, @R0;take the first operand from source to register A
INC R0; Point to the next location
MOV B, @R0; take the second operand from source to register B
DIV AB ; Divide A by B
MOV @R1, A; Store Quotient to 30H
INC R1; Increa... | 32.769231 | 61 | 0.741784 |
9a470ebe93d17f85d077cc8c4a1fe1b3b0da230f | 7,343 | asm | Assembly | src/fx/logoanim.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 8 | 2016-12-26T19:33:13.000Z | 2021-02-19T21:01:07.000Z | src/fx/logoanim.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | 9 | 2016-11-25T00:58:44.000Z | 2017-06-26T15:22:10.000Z | src/fx/logoanim.asm | bitshifters/teletextr | 1bbf9ae4ca8a9c9601be3fe3fff2ed151814e615 | [
"MIT"
] | null | null | null |
; animated logo
; using b&w bitshifters frame by @horsenburger for Bad Apple
\\ Letter positions (columns)
\\ b [2-4]
\\ i [5-6]
\\ t [7-10]
\\ s [11-13]
\\ h [14-17]
\\ i [18-19]
\\ f [20-22]
\\ t [23-26]
\\ e [27-30]
\\ r [31-33]
\\ s [34-36]
\\ Ascender/descender positions (columns)
\\ b [2-3] up - 0x20, 0x6a
\\ ... | 19.686327 | 86 | 0.691271 |
aa49e74d59727b6fca857face40354ae164b87f5 | 1,700 | asm | Assembly | programs/oeis/000/A000801.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/000/A000801.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/000/A000801.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A000801: Sum_{k = 1..n} floor(2^k / k).
; 2,4,6,10,16,26,44,76,132,234,420,761,1391,2561,4745,8841,16551,31114,58708,111136,211000,401650,766372,1465422,2807599,5388709,10359735,19946715,38459505,74250899,143524565,277742293,538043341,1043333611,2025040421,3933914774,7648481084,14882110214,28978413134,56466203828,110... | 113.333333 | 1,547 | 0.894118 |
9b583cce673e3982233d28a951d509cff345535e | 733 | asm | Assembly | main.asm | Sagiri/mvitem | 362dc6278818b7a5d2c17ec362d90fed9eddae44 | [
"0BSD"
] | 5 | 2019-09-06T07:32:24.000Z | 2020-09-24T08:40:33.000Z | main.asm | Sagiri/mvitem | 362dc6278818b7a5d2c17ec362d90fed9eddae44 | [
"0BSD"
] | 1 | 2020-09-18T22:47:38.000Z | 2020-09-26T02:41:35.000Z | main.asm | Sagiri/mvitem | 362dc6278818b7a5d2c17ec362d90fed9eddae44 | [
"0BSD"
] | 1 | 2019-09-21T15:18:30.000Z | 2019-09-21T15:18:30.000Z | .gba
.thumb
.include "macros.s"
.include "constants.s"
.open "rom.gba", "test.gba", 0x08000000
.org allocation
.area allocation_size
.importobj "build/linked.o"
.endarea
// expanded ITEM menu window template
.org sItemGiveTakeWindowTemplate
window_template 0x02, 0x16, 0x0B, 0x07, 0x08, 0x0E, 0x373
.org sPartyM... | 22.212121 | 71 | 0.792633 |
2cf5e3eb146b13858fafd80d92a44b136f13843f | 1,177 | asm | Assembly | source/extension/extension.asm | paulscottrobson/6502-basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 3 | 2021-09-30T19:34:11.000Z | 2021-10-31T06:55:50.000Z | source/extension/extension.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | null | null | null | source/extension/extension.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 1 | 2021-12-07T21:58:44.000Z | 2021-12-07T21:58:44.000Z | ;
; Automatically generated
;
.include "extensionhandler.asm"
.include "graphics/general.asm"
.include "graphics/line.asm"
.include "graphics/plot.asm"
.include "graphics/rectframe.asm"
.include "graphics/renderer.asm"
.include "graphics/utils.asm"
.include "option_x16/driver/coords.asm"
.include "option_x16/d... | 33.628571 | 46 | 0.779949 |
59bd3b4a001ca77a500950d169de7f63f856b5c9 | 2,282 | asm | Assembly | kernel/data.asm | paulscottrobson/flat | 976644db7f52f04dae50dce43504ede9e97f695e | [
"MIT"
] | null | null | null | kernel/data.asm | paulscottrobson/flat | 976644db7f52f04dae50dce43504ede9e97f695e | [
"MIT"
] | null | null | null | kernel/data.asm | paulscottrobson/flat | 976644db7f52f04dae50dce43504ede9e97f695e | [
"MIT"
] | null | null | null | ; ***************************************************************************************
; ***************************************************************************************
;
; Name : data.asm
; Author : Paul Robson (paul@robsons.org.uk)
; Date : 12th March 2019
; Purpose : Data area
;
; ****************... | 28.525 | 89 | 0.357143 |
6a45bee056c678034850cdcac3fbc884e55c7584 | 660 | asm | Assembly | programs/oeis/081/A081631.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/081/A081631.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/081/A081631.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A081631: 2*2^n-(-2)^n.
; 1,6,4,24,16,96,64,384,256,1536,1024,6144,4096,24576,16384,98304,65536,393216,262144,1572864,1048576,6291456,4194304,25165824,16777216,100663296,67108864,402653184,268435456,1610612736,1073741824,6442450944,4294967296,25769803776,17179869184,103079215104,68719476736,412316860416,274877906944,1... | 41.25 | 510 | 0.79697 |
08dd8bdf6562e13ce47f5615ee782f14c0c0ca4f | 122 | asm | Assembly | test/decoder/sete.asm | fotcorn/x86emu | 3e7a24a275ffc81b6eb89ea5e5e7174458b912a2 | [
"MIT"
] | 18 | 2017-01-19T20:15:54.000Z | 2021-10-04T04:26:03.000Z | test/decoder/sete.asm | fotcorn/x86emu | 3e7a24a275ffc81b6eb89ea5e5e7174458b912a2 | [
"MIT"
] | 4 | 2017-04-09T23:36:30.000Z | 2017-07-18T15:41:34.000Z | test/decoder/sete.asm | fotcorn/x86emu | 3e7a24a275ffc81b6eb89ea5e5e7174458b912a2 | [
"MIT"
] | 3 | 2020-03-16T00:30:57.000Z | 2020-09-28T03:36:04.000Z | .text
.global _start
_start:
sete %dil
sete %al
sete %r8b
sete -0x39(%rax)
sete -0x39(%rsp)
int $0x80
| 10.166667 | 18 | 0.581967 |
753711657b4be053981eb4457ef7c7dd02026764 | 1,208 | asm | Assembly | programs/oeis/246/A246425.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/246/A246425.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/246/A246425.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A246425: In the Collatz 3x+1 problem: start at an odd number 2n+1 and find the next odd number 2m+1 in the trajectory; then a(n) = m-n.
; 0,1,-2,2,-1,3,-4,4,-2,5,-10,6,-3,7,-9,8,-4,9,-15,10,-5,11,-14,12,-6,13,-24,14,-7,15,-19,16,-8,17,-28,18,-9,19,-24,20,-10,21,-42,22,-11,23,-29,24,-12,25,-41,26,-13,27,-34,28,-14,29,... | 151 | 907 | 0.604305 |
4abb9e6e1cf804e7a92674e6640b24a52d77d808 | 21,176 | asm | Assembly | v2_18g3.asm | dmtucker/battleshit | 0d05840f1f95f26086993e55133028d045f75907 | [
"BSD-3-Clause"
] | null | null | null | v2_18g3.asm | dmtucker/battleshit | 0d05840f1f95f26086993e55133028d045f75907 | [
"BSD-3-Clause"
] | null | null | null | v2_18g3.asm | dmtucker/battleshit | 0d05840f1f95f26086993e55133028d045f75907 | [
"BSD-3-Clause"
] | 1 | 2021-04-25T17:02:37.000Z | 2021-04-25T17:02:37.000Z | //version 2.18g3 revised 10-21-08 by Alexandra Holloway <fire@soe>
// saving X in OUTSTRING
//version 2.18g3 revised 05-20-02 by Stuart Norton <stuart@cse>
// saving a,b,x,y registers in (non-simulator version of) OUTCHAR
// saving y register in (non-simulator version of) GETCHAR
// included CONSOLEINT and DUMPREG... | 30.512968 | 91 | 0.533717 |
d203e94bca0c715077b34c8bbc5e9e57d3b986d8 | 5,697 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1207.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1207.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1207.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 %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x14366, %rax
nop
nop
nop
add $30615, %rbx
movl $0x61626364, (%rax)
nop
nop
nop
sub $35834, %rsi
lea addresses_UC_ht+0x49e2, %rsi
nop
nop
nop
add %rdx, %rdx
vmovups (%rsi), %ym... | 41.282609 | 2,999 | 0.65947 |
cba86ef7297f339b6e5fe9c72a3824fcd7f32d73 | 61 | asm | Assembly | src/main/fragment/mos6502-common/vwsm1=_neg_pwsc1_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwsm1=_neg_pwsc1_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwsm1=_neg_pwsc1_derefidx_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | sec
lda #0
sbc {c1},y
sta {m1}
lda #0
sbc {c1}+1,y
sta {m1}+1 | 8.714286 | 12 | 0.57377 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.