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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b808209e013e90f94aa617db73c0b89f3ca3cf31 | 5,133 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2039.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_2039.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_2039.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 %r14
push %r15
push %r9
push %rcx
push %rdi
lea addresses_WT_ht+0x10586, %r11
cmp $42132, %r10
mov $0x6162636465666768, %r14
movq %r14, %xmm2
and $0xffffffffffffffc0, %r11
vmovntdq %ymm2, (%r11)
nop
nop
nop
nop
nop
xor %r9, %r9
lea addresses_D_ht+0x1... | 43.134454 | 2,999 | 0.658679 |
ec6e4a24b889e14c2eefc5ae0e7c3f23432425f8 | 1,103 | asm | Assembly | Lab2April/gcd.asm | forkkr/Assembly-Lab | e038fb965e45a88aa670a1158bf99a4b62ac374f | [
"MIT"
] | null | null | null | Lab2April/gcd.asm | forkkr/Assembly-Lab | e038fb965e45a88aa670a1158bf99a4b62ac374f | [
"MIT"
] | null | null | null | Lab2April/gcd.asm | forkkr/Assembly-Lab | e038fb965e45a88aa670a1158bf99a4b62ac374f | [
"MIT"
] | null | null | null | segment .data
scfmt: dq "%lld %lld",0
prr: dq "",10,0
fmt: dq "%lld" , 10 ,0
segment .bss
a: resq 1
b: resq 1
segment .text
global main
extern scanf
extern printf
main:
push RBP
mov RBP , RSP
xor rax ,rax
mov rdi , scfmt
mov rsi , a
mov rdx , b
call scanf
;push parameter and call function
... | 13.617284 | 36 | 0.50408 |
152eee49e203fbfca9d55fa96d7b37759a287728 | 2,850 | asm | Assembly | hello.asm | binarytemple/poc_docker-hello-world | e99dd264ec8c5fd295962c58da1712a9dfeff816 | [
"MIT"
] | null | null | null | hello.asm | binarytemple/poc_docker-hello-world | e99dd264ec8c5fd295962c58da1712a9dfeff816 | [
"MIT"
] | null | null | null | hello.asm | binarytemple/poc_docker-hello-world | e99dd264ec8c5fd295962c58da1712a9dfeff816 | [
"MIT"
] | null | null | null | ; this is especially thanks to:
; http://blog.markloiseau.com/2012/05/tiny-64-bit-elf-executables/
BITS 64
org 0x00400000 ; Program load offset
; 64-bit ELF header
ehdr:
; 1), 0 (ABI ver.)
db 0x7F, "ELF", 2, 1, 1, 0 ; e_ident
times 8 db 0 ; reserved (zeroes)
dw 2 ; e_type... | 33.928571 | 91 | 0.631579 |
1fc2322444c34e95c2bbb5303766dcab1de1e540 | 1,321 | asm | Assembly | programs/oeis/215/A215247.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/215/A215247.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/215/A215247.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A215247: A Beatty sequence: a(n) = floor((n-1/2)*(2 + 2*sqrt(2))).
; 2,7,12,16,21,26,31,36,41,45,50,55,60,65,70,74,79,84,89,94,98,103,108,113,118,123,127,132,137,142,147,152,156,161,166,171,176,181,185,190,195,200,205,210,214,219,224,229,234,239,243,248,253,258,263,267,272,277,282,287,292,296,301,306,311,316,321,325,... | 48.925926 | 1,021 | 0.697199 |
26ba9b40b1c83854e911c476fcbcf571f881499b | 222 | asm | Assembly | mc-sema/validator/x86/tests/FMULP_rST0.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86/tests/FMULP_rST0.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/FMULP_rST0.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_FPU_C1|FLAG_FPU_PE
;TEST_FILE_META_END
; FADDP
FLDPI
FLDPI
FLDPI
;TEST_BEGIN_RECORDING
fmulp st2, st0
;TEST_END_RECORDING
| 15.857143 | 41 | 0.747748 |
9f9978d397df2dae78f40cfafccab9d9244bc71f | 419 | asm | Assembly | oeis/302/A302764.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/302/A302764.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/302/A302764.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A302764: Pascal-like triangle with A000012 as the left border and A080956 as the right border.
; Submitted by Simon Strandgaard
; 1,1,1,1,2,0,1,3,2,-2,1,4,5,0,-5,1,5,9,5,-5,-9,1,6,14,14,0,-14,-14,1,7,20,28,14,-14,-28,-20,1,8,27,48,42,0,-42,-48,-27,1,9,35,75,90,42,-42,-90,-75,-35,1,10,44,110,165,132,0,-132,-165,-110,-... | 27.933333 | 192 | 0.610979 |
e1cd09b67dae0c9c1fbe75ef622021b1d12839ac | 1,414 | asm | Assembly | src/engine/joypad.asm | tbsp/Adjustris | d899e2f539c07ac49fd42c055605bf778a2df09d | [
"CC0-1.0"
] | 11 | 2017-10-30T17:27:32.000Z | 2021-08-30T19:52:51.000Z | src/engine/joypad.asm | tbsp/Adjustris | d899e2f539c07ac49fd42c055605bf778a2df09d | [
"CC0-1.0"
] | 2 | 2017-11-18T01:15:58.000Z | 2018-02-01T07:09:09.000Z | src/engine/joypad.asm | tbsp/Adjustris | d899e2f539c07ac49fd42c055605bf778a2df09d | [
"CC0-1.0"
] | 3 | 2017-10-31T16:25:15.000Z | 2019-08-31T22:10:49.000Z | ;******************************************************************************
;*
;* Adjustris - Block dropping puzzle game for Gameboy
;*
;* Written in 2017 by Dave VanEe (tbsp) dave.vanee@gmail.com
;*
;* To the extent possible under law, the author(s) have dedicated all copyright
;* and related and neighboring ri... | 21.424242 | 82 | 0.519802 |
9e5ceebf8fd7d0b63b9def40d12784c7549b1554 | 5,763 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_1599.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_1599.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_1599.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 %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1a8f5, %rsi
lea addresses_D_ht+0x1ae55, %rdi
sub $60655, %r10
mov $87, %rcx
rep movsw
nop
nop
nop
nop
nop
add %r14, %r14
lea addresses_WC_ht+0x18cd5, %rsi
lea addresses_WC_ht+0x102f5, ... | 40.584507 | 2,999 | 0.659552 |
428086e91c8916461596973f046a62939c16a3db | 401 | asm | Assembly | programs/oeis/128/A128130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/128/A128130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/128/A128130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A128130: Expansion of (1-x)/(1+x^4); period 8: repeat [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,-1,1,0,0,1,-1,0,0
seq $0,133882 ;... | 40.1 | 226 | 0.491272 |
07e267755d0c5705c620c8c0d5c32cb913b22f13 | 579 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_info.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_info.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_info.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
; void heap_info(void *heap, void *callback)
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_alloc_malloc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $01
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC heap_info
EXTERN asm_heap_info
heap_info:
pop af
pop ix
pop de
push de
push hl... | 13.785714 | 44 | 0.495682 |
831ed9c6486690263519a391decae20f9aeb5ed3 | 350 | asm | Assembly | programs/oeis/319/A319573.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/319/A319573.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/319/A319573.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A319573: The y coordinates of the stripe enumeration of N X N where N = {0, 1, 2, ...}.
; 0,1,0,0,1,2,3,2,1,0,0,1,2,3,4,5,4,3,2,1,0,0,1,2,3,4,5,6,7,6,5,4,3,2,1,0,0,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,0,0,1,2,3,4,5,6,7,8,9,10,11,10,9,8,7,6,5,4,3,2,1,0,0,1,2,3,4,5,6
mul $0,2
mov $1,5
lpb $0
sub $0,$1
gcd $0,$2
sub... | 26.923077 | 174 | 0.537143 |
9b3b34a4d0172fcc12e5ae042890033594a309d0 | 488 | asm | Assembly | tests/nasm/paddb.asm | Tuna0128/Tuna0128.github.io | 7976c8236209a09f82fddd7c74ebcec86119d491 | [
"BSD-2-Clause-FreeBSD"
] | 12,700 | 2015-01-04T15:03:42.000Z | 2022-03-31T06:43:06.000Z | tests/nasm/paddb.asm | Tuna0128/Tuna0128.github.io | 7976c8236209a09f82fddd7c74ebcec86119d491 | [
"BSD-2-Clause-FreeBSD"
] | 566 | 2015-01-01T18:16:40.000Z | 2022-03-31T19:59:10.000Z | tests/nasm/paddb.asm | Tuna0128/Tuna0128.github.io | 7976c8236209a09f82fddd7c74ebcec86119d491 | [
"BSD-2-Clause-FreeBSD"
] | 1,182 | 2015-01-05T09:20:48.000Z | 2022-03-31T12:16:52.000Z | global _start
section .data
align 16
quad1:
dq 0x70ad80ad7fffbaef
quad2:
dq 0x71ae010f0f000dbe
quad3:
dq 0xf100808080f0af42
quad4:
dq 0xffffffffffffffff
mydword:
dd 0xcafebabe
myaddress:
dq 0x00adbeefc0de00ce
%include "header.inc"
movq mm0, [quad1]
movq mm1, [quad2]
movq mm2, [quad3]
movq mm3, [quad2]... | 13.942857 | 22 | 0.709016 |
44b784f42e7c9d20ee8450891cb3589765b3b643 | 456 | asm | Assembly | programs/oeis/168/A168397.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168397.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168397.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168397: a(n) = 8 * floor(n/2).
; 0,8,8,16,16,24,24,32,32,40,40,48,48,56,56,64,64,72,72,80,80,88,88,96,96,104,104,112,112,120,120,128,128,136,136,144,144,152,152,160,160,168,168,176,176,184,184,192,192,200,200,208,208,216,216,224,224,232,232,240,240,248,248,256,256,264,264,272,272,280,280,288,288,296,296,304,304,312,... | 50.666667 | 373 | 0.688596 |
237df92bd1428fbb3488bc6312aae8ad20a4cd10 | 7,011 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_958.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_958.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_958.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 %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x6e51, %r12
nop
nop
nop
nop
and $21166, %rbx
movb (%r12), %r8b
nop
nop
and %r12, %r12
lea addresses_UC_ht+0x1a3, %rsi
lea addresses_WT_ht+0x7b51, %rdi
nop
nop
sub $7832, %... | 36.706806 | 2,999 | 0.658679 |
438ea262cb1db95ce29ac9fa5fefbfc2240b2ea8 | 386 | asm | Assembly | lab_09/ConsoleApplication1/setcler.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | 14 | 2019-02-25T11:09:12.000Z | 2022-03-12T23:29:11.000Z | lab_09/ConsoleApplication1/setcler.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | null | null | null | lab_09/ConsoleApplication1/setcler.asm | Winterpuma/bmstu_MDPL | 28fb1f93e5ce4321c98ff6cf1b997972a48724ee | [
"MIT"
] | null | null | null | .386
.model FLAT, C
PUBLIC SETCLER
.CODE
SETCLER:
PUSH EBP
MOV EBP, ESP
ADD EBP, 8
MOV ECX, [EBP + 8] ; P
MOV EAX, [EBP + 4] ; N
XOR EDX, EDX
MOV EBX, 32
DIV EBX
MOV EBX, [EBP] ; X
CMP EAX, 0
JE M
ADD EBX, 4
M:
CMP ECX, 0
JE ZERO
JMP ONE
ZERO:
BTR [EBX], EDX... | 9.414634 | 28 | 0.518135 |
9e1cb6de6201ec7c3b2fc40c88820d74c2b098db | 233 | asm | Assembly | sway-core/tests/ir_to_asm/tiny_asm_block.asm | binggh/sway | e75cbd7c975beb8ef1f93f5913abfb8db84e11f9 | [
"Apache-2.0"
] | 75 | 2022-01-03T17:05:46.000Z | 2022-03-26T13:25:56.000Z | sway-core/tests/ir_to_asm/tiny_asm_block.asm | binggh/sway | e75cbd7c975beb8ef1f93f5913abfb8db84e11f9 | [
"Apache-2.0"
] | 442 | 2022-01-03T17:12:10.000Z | 2022-03-31T23:30:21.000Z | sway-core/tests/ir_to_asm/tiny_asm_block.asm | binggh/sway | e75cbd7c975beb8ef1f93f5913abfb8db84e11f9 | [
"Apache-2.0"
] | 25 | 2022-01-03T18:45:19.000Z | 2022-03-25T17:24:58.000Z | .program:
ji i4
noop
DATA_SECTION_OFFSET[0..32]
DATA_SECTION_OFFSET[32..64]
lw $ds $is 1
add $$ds $$ds $is
bhei $r0 ; asm block
ret $r0
noop ; word-alignment of data section
.data:
| 19.416667 | 62 | 0.553648 |
b8a6ea905d816e8275d4a5c5539712e38d1625be | 2,050 | asm | Assembly | 2/revshell_asm_nonull.asm | 91fc7b/SLAE | 8ba0831963b077cb3739b8bb53ed430cd3b564e0 | [
"Unlicense"
] | null | null | null | 2/revshell_asm_nonull.asm | 91fc7b/SLAE | 8ba0831963b077cb3739b8bb53ed430cd3b564e0 | [
"Unlicense"
] | null | null | null | 2/revshell_asm_nonull.asm | 91fc7b/SLAE | 8ba0831963b077cb3739b8bb53ed430cd3b564e0 | [
"Unlicense"
] | null | null | null | global _start
section .text
_start:
;---------------------------------------
; socket syscall
xor ecx,ecx ; ecx=0
mov eax,ecx
mov al,102 ; socket syscall
mov ebx,ecx
mov bl,1 ; subcall
push ecx ; argument protocol (0)
push 1 ; argument type SOCK_STREAM
push 2 ; argument domain AF_INET
mov ecx,esp ; ... | 19.902913 | 55 | 0.539512 |
60f65d70af8779d15090f5e8054ae6edfc32594a | 4,527 | asm | Assembly | assembler/examples/day1.asm | glguy/synacor-vm | 337aaad8381b06b28e85977eef0c3e11d726ac6f | [
"0BSD"
] | 1 | 2015-12-14T16:55:37.000Z | 2015-12-14T16:55:37.000Z | assembler/examples/day1.asm | glguy/synacor-vm | 337aaad8381b06b28e85977eef0c3e11d726ac6f | [
"0BSD"
] | null | null | null | assembler/examples/day1.asm | glguy/synacor-vm | 337aaad8381b06b28e85977eef0c3e11d726ac6f | [
"0BSD"
] | null | null | null | # Advent of Code 2015 - Day 1
SET A welcome_msg
CALL printstring
CALL getline # loads linebuffer, sets A
SET B A # save line
CALL part1 # returns count in A
CALL printnumber
OUT '\n'
HALT
#####################################################
# part 1, find the difference in the count of ( and )
#
# Arguments: A, po... | 26.629412 | 70 | 0.475149 |
2e2e59bd66547589809429e77062cdeb00ed0f6f | 1,020 | asm | Assembly | programs/oeis/163/A163417.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/163/A163417.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/163/A163417.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A163417: a(n) = 2^(floor((n-1)/2)) - n*(n-1)/2.
; 1,0,-1,-4,-6,-11,-13,-20,-20,-29,-23,-34,-14,-27,23,8,120,103,341,322,814,793,1795,1772,3796,3771,7841,7814,15978,15949,32303,32272,65008,64975,130477,130442,261478,261441,523547,523508,1047756,1047715,2096249,2096206,4193314,4193269,8387527,8387480,16776040,16775991,... | 92.727273 | 901 | 0.828431 |
bcc1b662ac454d35159154069ef68c00de2bbcbe | 350 | asm | Assembly | programs/oeis/010/A010763.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/010/A010763.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/010/A010763.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A010763: a(n) = binomial(2n+1, n+1) - 1.
; 0,2,9,34,125,461,1715,6434,24309,92377,352715,1352077,5200299,20058299,77558759,300540194,1166803109,4537567649,17672631899,68923264409,269128937219,1052049481859,4116715363799,16123801841549,63205303218875,247959266474051,973469712824055,3824345300380219
mov $1,1
add $1,$0... | 38.888889 | 257 | 0.788571 |
5458a6684890b4b87df2b0d5dd3bd96f44579c24 | 620 | asm | Assembly | 0x00-singly_linked_lists/101-hello_holberton.asm | Samhaydarr/holbertonschool-c | d0384a27dc105cbce8f990568792ba03e99026f9 | [
"Apache-2.0"
] | null | null | null | 0x00-singly_linked_lists/101-hello_holberton.asm | Samhaydarr/holbertonschool-c | d0384a27dc105cbce8f990568792ba03e99026f9 | [
"Apache-2.0"
] | null | null | null | 0x00-singly_linked_lists/101-hello_holberton.asm | Samhaydarr/holbertonschool-c | d0384a27dc105cbce8f990568792ba03e99026f9 | [
"Apache-2.0"
] | null | null | null | ; assemble: nasm -f elf64 101-hello_holberton.asm
; link: gcc 101-hello_holberton.o
; run: 101-hello_holberton.asm
; output is: Hello Holberton, followed by a new line using printf
extern printf ; declare external function printf
section .data ; data section
fmt: db "Hello, Holberton", 10, 0 ; messa... | 26.956522 | 66 | 0.696774 |
6347b8bf624b8cfa7500f5d89f707377a4fe2217 | 3,563 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/x86/pentium4/sse2/mul_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/x86/pentium4/sse2/mul_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/x86/pentium4/sse2/mul_1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl mpn_mul_1 for Pentium 4 and P6 models with SSE2 (i.e., 9,D,E,F).
dnl Copyright 2005, 2007, 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU... | 21.593939 | 79 | 0.641875 |
82c46d0ab6351766f0458c922e52a27b3f4adafd | 305 | nasm | Assembly | sys/bug.nasm | DerickEddington/cabna | d53305542a808aeb628db4cefdf6d1094e57559b | [
"Unlicense"
] | null | null | null | sys/bug.nasm | DerickEddington/cabna | d53305542a808aeb628db4cefdf6d1094e57559b | [
"Unlicense"
] | null | null | null | sys/bug.nasm | DerickEddington/cabna | d53305542a808aeb628db4cefdf6d1094e57559b | [
"Unlicense"
] | null | null | null | global bug
section .data
message: db `Cabna bug!\n`,0
message_size equ $ - message
section .text
bug:
mov edx, message_size
mov esi, message
mov edi, 1 ; stdout
mov eax, 1 ; write syscall number
syscall
mov edi, 7 ; exit code
mov eax, 231 ; exit_group syscall number
syscall
| 14.52381 | 43 | 0.672131 |
36402f7c1949f913d8333a44cfaab89612668d67 | 289 | asm | Assembly | programs/oeis/025/A025174.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/025/A025174.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/025/A025174.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A025174: a(n) = binomial(3n-1, n-1).
; 0,1,5,28,165,1001,6188,38760,245157,1562275,10015005,64512240,417225900,2707475148,17620076360,114955808528,751616304549,4923689695575,32308782859535,212327989773900,1397281501935165,9206478467454345
mov $1,3
mul $1,$0
sub $1,1
bin $1,$0
div $1,2
| 32.111111 | 201 | 0.778547 |
ae7e6773c691a74e48b1b48f954e21f7293ffc11 | 5,530 | asm | Assembly | base/mvdm/sim16/siminit.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/sim16/siminit.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/sim16/siminit.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | include incs.inc
extrn LocalInit:FAR
extrn __acrtused:abs ; pull in windows startup code
MAIN_DATA SEGMENT
extrn RespPkt:BYTE
extrn ToWOW32Pkt:BYTE
extrn WAKEUPPkt:BYTE
extrn ACKPkt:BYTE
extrn NAKPkt:BYTE
extrn GetMemPkt:BYTE
extrn SetMemPkt:BYTE
... | 23.531915 | 79 | 0.445931 |
0dda689db62dbc96c072c23d567f8f1099ad39b6 | 457 | asm | Assembly | programs/oeis/078/A078309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/078/A078309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/078/A078309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A078309: Numbers that are congruent to {1, 4, 7} mod 10.
; 1,4,7,11,14,17,21,24,27,31,34,37,41,44,47,51,54,57,61,64,67,71,74,77,81,84,87,91,94,97,101,104,107,111,114,117,121,124,127,131,134,137,141,144,147,151,154,157,161,164,167,171,174,177,181,184,187,191,194,197,201,204,207,211,214,217,221,224,227,231,234,237,241,... | 65.285714 | 368 | 0.706783 |
12a08a6924b3a61f22636934733e5bfbf52866ea | 434 | asm | Assembly | oeis/085/A085002.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/085/A085002.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/085/A085002.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A085002: a(n) = floor(phi*n) - 2*floor(phi*n/2) where phi is the golden ratio.
; Submitted by Christian Krause
; 1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1
mov ... | 24.111111 | 201 | 0.5553 |
fb09c829e12dac4b024465c06614ed99776d6a68 | 398 | asm | Assembly | programs/oeis/245/A245555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/245/A245555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/245/A245555.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A245555: Trajectory of 1 under the morphism 1 -> 12, 2 -> 23, 3 -> 31.
; 1,2,2,3,2,3,3,1,2,3,3,1,3,1,1,2,2,3,3,1,3,1,1,2,3,1,1,2,1,2,2,3,2,3,3,1,3,1,1,2,3,1,1,2,1,2,2,3,3,1,1,2,1,2,2,3,1,2,2,3,2,3,3,1,2,3,3,1,3,1,1,2,3,1,1,2,1,2,2,3,3,1,1,2,1,2,2,3,1,2,2,3,2,3,3,1,3,1,1,2
seq $0,120 ; 1's-counting sequence: number o... | 56.857143 | 201 | 0.577889 |
0d256d158d63054d10685802b0b3a8a6a278885e | 887 | asm | Assembly | tests/Windows/basic/ConsolePrint64/consoleprint_64.asm | ncatlin/rgat | 4375f738161c45485da68a07cdf3995e272b6254 | [
"Apache-2.0"
] | 381 | 2016-10-02T21:45:45.000Z | 2022-03-04T05:28:55.000Z | tests/Windows/basic/ConsolePrint64/consoleprint_64.asm | ncatlin/rgat | 4375f738161c45485da68a07cdf3995e272b6254 | [
"Apache-2.0"
] | 24 | 2016-10-03T02:39:07.000Z | 2021-11-19T21:39:58.000Z | tests/Windows/basic/ConsolePrint64/consoleprint_64.asm | ncatlin/rgat | 4375f738161c45485da68a07cdf3995e272b6254 | [
"Apache-2.0"
] | 45 | 2016-10-03T03:32:37.000Z | 2022-03-18T20:29:36.000Z | ;basic sanity check with a few external calls
;initialised data
.data
Message db "drgat test 1 64 bit", 0Dh, 0Ah, 0
;bss/uninitialised data
.data?
tmp db ?
extrn GetStdHandle: PROC
extrn WriteFile: PROC
extrn ExitProcess: PROC
includelib kernel32
.code ;code
main proc
; n... | 20.627907 | 64 | 0.535513 |
2a5eddd4956c3b229cfbb4fec33e35507682767c | 750 | asm | Assembly | programs/oeis/070/A070630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070630.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070630: n^5 mod 47.
; 0,1,32,8,37,23,21,28,9,17,31,29,14,40,3,43,6,34,27,45,5,36,35,22,25,12,11,42,2,20,13,41,4,44,7,33,18,16,30,38,19,26,24,10,39,15,46,0,1,32,8,37,23,21,28,9,17,31,29,14,40,3,43,6,34,27,45,5,36,35,22,25,12,11,42,2,20,13,41,4,44,7,33,18,16,30,38,19,26,24,10,39,15,46,0,1,32,8,37,23,21,28,9,17,31,29,1... | 107.142857 | 696 | 0.633333 |
6698bdf60feff43f53b964cf732feba6b9030c20 | 14,290 | asm | Assembly | mallocRaw.asm | duanqn/sdyn-1.4 | b91650fca805c9932d74fae478d5e4679b090dec | [
"0BSD"
] | null | null | null | mallocRaw.asm | duanqn/sdyn-1.4 | b91650fca805c9932d74fae478d5e4679b090dec | [
"0BSD"
] | null | null | null | mallocRaw.asm | duanqn/sdyn-1.4 | b91650fca805c9932d74fae478d5e4679b090dec | [
"0BSD"
] | null | null | null | 0000000000073900 <ggggc_mallocRaw>:
73900: 41 57 push %r15
73902: 41 56 push %r14
73904: 41 55 push %r13
73906: 41 54 push %r12
73908: 55 push %rbp
73909: 53 push %rbx
7390a: 48 83 ec 3... | 55.820313 | 95 | 0.519734 |
3d75e0276d159a5a1dbde368719e5f98e6ac6d55 | 73 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=pwuz2_derefidx_vbuyy_minus_vwum3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwum1=pwuz2_derefidx_vbuyy_minus_vwum3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=pwuz2_derefidx_vbuyy_minus_vwum3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | sec
lda ({z2}),y
sbc {m3}
sta {m1}
iny
lda ({z2}),y
sbc {m3}+1
sta {m1}+1 | 9.125 | 12 | 0.547945 |
5f0ca0a76db76dd526d155e4b2b0c57f9662f63f | 2,093 | asm | Assembly | vbox/src/VBox/ValidationKit/bootsectors/bootsector-shutdown.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bootsector-shutdown.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bootsector-shutdown.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | ; $Id: bootsector-shutdown.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; Bootsector for grub chainloading that shutdowns the VM.
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free softwa... | 25.839506 | 97 | 0.671763 |
0fe9c57bcc135ebd379ba941ee5b4910a384c8db | 96,730 | asm | Assembly | oslab6/obj/user/faultbadhandler.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null | oslab6/obj/user/faultbadhandler.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null | oslab6/obj/user/faultbadhandler.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null |
obj/user/faultbadhandler.debug: 文件格式 elf32-i386
Disassembly of section .text:
00800020 <_start>:
// starts us running when we are initially loaded into a new environment.
.text
.globl _start
_start:
// See if we were started with arguments on the stack
cmpl $USTACKTOP, %esp
800020: 81 fc 00 e0 bf ee cmp... | 40.694152 | 91 | 0.455443 |
3d72760272cbd2fd53d4913d97de7b3ebea7830e | 6,561 | asm | Assembly | HospitalAppDemo/asm/LENPGM.asm | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/asm/LENPGM.asm | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | HospitalAppDemo/asm/LENPGM.asm | anuprakashm/HospitalAppDemo | 1eeb7a5e42821b9c7328224847a826833c7b025d | [
"Apache-2.0"
] | null | null | null | * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **
* This program read a 255 byte input string, reverses it, fills low- *
* values with spaces and return the length of the string to the *
* caller. * ... | 80.012195 | 80 | 0.22207 |
53d0a7924c0771049641de2450e5f0e2052dd486 | 429 | asm | Assembly | programs/oeis/187/A187287.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/187/A187287.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/187/A187287.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A187287: Number of 2-step one or two space at a time rook's tours on an n X n board summed over all starting positions.
; 0,8,36,80,140,216,308,416,540,680,836,1008,1196,1400,1620,1856,2108,2376,2660,2960,3276,3608,3956,4320,4700,5096,5508,5936,6380,6840,7316,7808,8316,8840,9380,9936,10508,11096,11700,12320,12956,136... | 42.9 | 248 | 0.74359 |
3664232c115deca0aec991e28d61902f7b0b71b5 | 110,630 | asm | Assembly | example-output/SyscallsStubs.x64.asm | xenoscr/SysWhispers2 | 545c3968f1b7709b2ccba2ac22453732befafd12 | [
"Apache-2.0"
] | 88 | 2022-03-03T01:56:35.000Z | 2022-03-22T06:48:31.000Z | example-output/SyscallsStubs.x64.asm | xenoscr/SysWhispers2 | 545c3968f1b7709b2ccba2ac22453732befafd12 | [
"Apache-2.0"
] | null | null | null | example-output/SyscallsStubs.x64.asm | xenoscr/SysWhispers2 | 545c3968f1b7709b2ccba2ac22453732befafd12 | [
"Apache-2.0"
] | 11 | 2022-03-03T11:13:00.000Z | 2022-03-18T09:51:05.000Z | .data
currentHash DWORD 0
.code
EXTERN SW2_GetSyscallNumber: PROC
WhisperMain PROC
pop rax
mov [rsp+ 8], rcx ; Save registers.
mov [rsp+16], rdx
mov [rsp+24], r8
mov [rsp+32], r9
sub rsp, 28h
mov ecx, currentHash
call SW2_GetSyscallNumber
add rsp, 28h
mov rcx, ... | 45.32159 | 96 | 0.749073 |
6d1bf194774413c7daecabe8e4c3f70fe4e5a104 | 5,292 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_1455.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_1455.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_1455.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 %rax
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x2cc1, %rsi
nop
nop
nop
nop
nop
add %r11, %r11
movb (%rsi), %r13b
nop
nop
nop
xor $38398, %r13
lea addresses_D_ht+0x389d, %rsi
nop
nop
xor %rdi, %rdi
vmovups (%rsi), %ymm3
vextracti128 ... | 41.023256 | 2,999 | 0.654006 |
3c6133773c0becab0a2e33a8056d87e7f1ded996 | 383 | asm | Assembly | Patches/Multiplayer_Hack/ASM/css_time.asm | abitalive/SuperSmashBros | 8ca311b8396c9ed269688b579f4d5810f7ece2df | [
"MIT"
] | 4 | 2016-10-15T15:10:04.000Z | 2017-02-15T07:41:03.000Z | Patches/Multiplayer_Hack/ASM/css_time.asm | abitalive/SuperSmashBros | 8ca311b8396c9ed269688b579f4d5810f7ece2df | [
"MIT"
] | null | null | null | Patches/Multiplayer_Hack/ASM/css_time.asm | abitalive/SuperSmashBros | 8ca311b8396c9ed269688b579f4d5810f7ece2df | [
"MIT"
] | null | null | null | // Allow full control of time setting on versus css
// Increase time
origin 0x138D78
base 0x8013AAF8
scope TimeIncrease: {
addiu v0, a0, 0x01
lli t0, 0x65
bne v0, t0, End
nop
lli v0, 0x01
End:
jr ra
nop
}
// Decrease time
origin 0x138E5C
base 0x8013ABDC
scope TimeDecrease: {
addiu v0, a0, -0x01
... | 13.206897 | 51 | 0.657963 |
617f7873fa6c0b1ac9715cd774b6148c0494e6da | 1,300 | asm | Assembly | install/sentrynm.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | install/sentrynm.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | install/sentrynm.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE SEARCH_ENTRYNAME - Copyright (C) 1994 SLR Systems
INCLUDE MACROS
INCLUDE SEGMSYMS
if fg_segm
PUBLIC SEARCH_ENTRYNAME
.DATA
EXTERNDEF SYMBOL_TEXT:BYTE
EXTERNDEF SYMBOL_LENGTH:DWORD
EXTERNDEF ENTRYNAME_STUFF:ALLOCS_STRUCT,ENTRYNAME_GARRAY:STD_PTR_S
.CODE PASS1_TEXT
SEARCH_ENTRYNAME PRO... | 14.606742 | 76 | 0.721538 |
5fd2c97c46cdd1ee278e16aaa70ea3c3196619d9 | 1,185 | asm | Assembly | oeis/268/A268263.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/268/A268263.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/268/A268263.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A268263: Number of length-(4+1) 0..n arrays with new repeated values introduced in sequential order starting with zero.
; 17,106,479,1610,4357,10082,20771,39154,68825,114362,181447,276986,409229,587890,824267,1131362,1524001,2018954,2635055,3393322,4317077,5432066,6766579,8351570,10220777,12410842,14961431,17915354,2... | 17.686567 | 495 | 0.691139 |
34e3f8eacd169352c906c5ae0516ccfbc4507092 | 205 | asm | Assembly | mc-sema/validator/x86_64/tests/XOR8rr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86_64/tests/XOR8rr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/XOR8rr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_AF
;TEST_FILE_META_END
; XOR8rr
mov ch, 0x2
mov dh, 0x3
;TEST_BEGIN_RECORDING
xor ch, dh
;TEST_END_RECORDING
| 15.769231 | 25 | 0.726829 |
9635574c58da4b6ebc92746d257251e7301bb53b | 408 | asm | Assembly | tools/test/TESTRUN.asm | Iambian/VANISH | aa7076d8765828ced3293a16f8846cd32f30ea8e | [
"MIT"
] | 1 | 2018-02-03T04:46:12.000Z | 2018-02-03T04:46:12.000Z | tools/test/TESTRUN.asm | Iambian/VANISH | aa7076d8765828ced3293a16f8846cd32f30ea8e | [
"MIT"
] | null | null | null | tools/test/TESTRUN.asm | Iambian/VANISH | aa7076d8765828ced3293a16f8846cd32f30ea8e | [
"MIT"
] | null | null | null | .org $9D93
.db $BB,$6D
#define equ .equ
#define EQU .equ
curRow EQU 844Bh ;0-7
#define bcall(xxxx) rst 28h \ .dw xxxx
_PutS EQU 450Ah
_ClrScrnFull EQU 4546h
_HomeUp EQU 4558h
_DispHL EQU 4507h
_GetCSC EQU 4018h
_CreateTempString EQU 4324h
ProgramStart:
bcall(_HomeUp)
ld hl,str1
l... | 13.16129 | 50 | 0.659314 |
9ff465be2fbd53faf44962a5c84b68647af2d9d5 | 417 | asm | Assembly | programs/oeis/244/A244583.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/244/A244583.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/244/A244583.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A244583: a(n) = sum of all divisors of all positive integers <= prime(n).
; 4,8,21,41,99,141,238,297,431,690,794,1136,1384,1524,1806,2304,2846,3076,3699,4137,4406,5128,5645,6499,7755,8401,8721,9393,9783,10513,13280,14095,15443,15871,18232,18756,20320,21873,22875,24604,26274,27002,29982,30684
seq $0,40 ; The prime nu... | 52.125 | 218 | 0.738609 |
3d54883aa08957b77291929cf01d07bdc291ee8c | 8,245 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-8650U_0xd2.log_8593_1323.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-8650U_0xd2.log_8593_1323.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-8650U_0xd2.log_8593_1323.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 %r12
push %r13
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x100f9, %r10
nop
nop
and $64790, %r11
mov $0x6162636465666768, %r13
movq %r13, (%r10)
nop
nop
and $43926, %r13
lea addresses_WT_ht+0x17cd1, %r12
nop
nop
nop
nop
nop
add %r13, %... | 31.34981 | 2,999 | 0.652274 |
987799699af0617ce40c3d52a892796634dbe209 | 3,792 | asm | Assembly | lib/firmware/usbdux/fx2-include.asm | jmather625/simple-container | 0916475c5136afbe3f103cc0672c6a2b5aabaeb2 | [
"Linux-OpenIB"
] | null | null | null | lib/firmware/usbdux/fx2-include.asm | jmather625/simple-container | 0916475c5136afbe3f103cc0672c6a2b5aabaeb2 | [
"Linux-OpenIB"
] | null | null | null | lib/firmware/usbdux/fx2-include.asm | jmather625/simple-container | 0916475c5136afbe3f103cc0672c6a2b5aabaeb2 | [
"Linux-OpenIB"
] | null | null | null | ; rev 0.91
; (c) Bernd Porr, BerndPorr@f2s.com
; GPL, GNU public license
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any late... | 22.981818 | 72 | 0.73866 |
fb2e072cd9b58baca0f7ebd358bd728e65a85b26 | 635 | asm | Assembly | programs/oeis/014/A014940.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014940.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014940.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014940: a(1)=1, a(n)=n*22^(n-1)+a(n-1).
; 1,45,1497,44089,1215369,32137161,825796489,20780659593,514663521417,12587355699337,304746506405001,7316566123340937,174431600326980745,4133772410690139273,97461091512107447433,2287542179758700278921,53480687617522807714953,1245979840167792604460169,28938460160501835662210185... | 48.846154 | 503 | 0.850394 |
77bed658ff0357fd2b79e37852e1365f518d4ee6 | 692 | asm | Assembly | oeis/041/A041390.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041390.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041390.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041390: Numerators of continued fraction convergents to sqrt(210).
; Submitted by Christian Krause
; 14,29,826,1681,47894,97469,2777026,5651521,161019614,327690749,9336360586,19000411921,541347894374,1101696200669,31388841513106,63879379226881,1820011459865774,3703902298958429,105529275830701786,214762453960362001,6... | 76.888889 | 485 | 0.878613 |
07b5f591e72c8a12424d13035b042661458cba56 | 405 | asm | Assembly | oeis/271/A271422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/271/A271422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/271/A271422.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A271422: Concatenation of prime(n) and its square.
; Submitted by Jon Maiga
; 24,39,525,749,11121,13169,17289,19361,23529,29841,31961,371369,411681,431849,472209,532809,593481,613721,674489,715041,735329,796241,836889,897921,979409,10110201,10310609,10711449,10911881,11312769,12716129,13117161,13718769
seq $0,6093 ;... | 57.857143 | 227 | 0.77284 |
f6c460a686bdf7d7889814e6b2517146429406ea | 374 | asm | Assembly | Assembler/AssemblyCode/SHR.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | 8 | 2017-04-16T16:53:03.000Z | 2021-09-14T22:29:28.000Z | Assembler/AssemblyCode/SHR.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | null | null | null | Assembler/AssemblyCode/SHR.asm | KPU-RISC/KPU | 9f85c322e1b8489eef31f0696799e0c6c7273c0e | [
"MIT"
] | null | null | null | ; Initialize the stack pointer and the base pointer
MOV XL, 0xFF
MOV XH, 0xFF
MOV SP, X
MOV XL, 0
MOV XH, 0
MOV BP, X
MOV D, 00000101b
; Carry is 1
SHR D
PUSHF
POP E
; Write register E to the Output Port
OUTB E
; Carry is 0
SHR D
PUSHF
POP F
; Write register F to the Output Port
OUTB F
; Carry is 1
SHR D
PUSHF
PO... | 10.685714 | 51 | 0.708556 |
12d8a5be7a78d034b85ae42440ef605fe4ac454d | 455 | asm | Assembly | programs/oeis/322/A322573.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/322/A322573.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/322/A322573.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A322573: G.f. = g(f(x)), where f(x) = g.f. of Fibonacci sequence A000045 and g(x) = g.f. of Jacobsthal sequence A001045.
; 0,1,2,7,22,73,240,793,2618,8647,28558,94321,311520,1028881,3398162,11223367,37068262,122428153,404352720,1335486313,4410811658,14567921287,48114575518,158911647841,524849519040,1733460204961,5725... | 56.875 | 252 | 0.76044 |
eafcd0f1f179948fcadfbae06613673813f6ba58 | 580 | asm | Assembly | programs/oeis/304/A304605.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/304/A304605.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/304/A304605.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A304605: a(n) = 48*2^n + 26 (n>=1).
; 122,218,410,794,1562,3098,6170,12314,24602,49178,98330,196634,393242,786458,1572890,3145754,6291482,12582938,25165850,50331674,100663322,201326618,402653210,805306394,1610612762,3221225498,6442450970,12884901914,25769803802,51539607578,103079215130,206158430234,412316860442,82463... | 64.444444 | 491 | 0.841379 |
d1fb12d750b8709dfcddc82c17c067373480a06e | 1,439 | asm | Assembly | external/randomarq/src/asm/configuration.asm | ArqTras/evox-master | 963360c3efbecefae08c82b780a3aedf848a1aa1 | [
"BSD-3-Clause"
] | 1 | 2019-12-11T08:06:27.000Z | 2019-12-11T08:06:27.000Z | external/randomarq/src/asm/configuration.asm | ArqTras/evox-master | 963360c3efbecefae08c82b780a3aedf848a1aa1 | [
"BSD-3-Clause"
] | 4 | 2019-10-14T10:08:26.000Z | 2021-12-02T02:06:45.000Z | external/randomarq/src/asm/configuration.asm | ArqTras/evox-master | 963360c3efbecefae08c82b780a3aedf848a1aa1 | [
"BSD-3-Clause"
] | 4 | 2019-10-12T20:29:34.000Z | 2020-10-12T15:31:37.000Z | ; File start: ..\src\configuration.h
RANDOMX_ARGON_MEMORY EQU 262144t
RANDOMX_ARGON_ITERATIONS EQU 1t
RANDOMX_ARGON_LANES EQU 1t
RANDOMX_ARGON_SALT TEXTEQU <"RandomARQ\x01">
RANDOMX_CACHE_ACCESSES EQU 8t
RANDOMX_SUPERSCALAR_LATENCY EQU 170t
RANDOMX_DATASET_BASE_SIZE EQU 2147483648t
RANDOMX_DATASET_EXTRA_SIZE EQU 335543... | 29.367347 | 44 | 0.885337 |
bc636bc679eba83caf1b1980a58cdec68880cced | 6,753 | asm | Assembly | enduser/netmeeting/av/codecs/intel/h261/i386/adjpels.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/adjpels.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/adjpels.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;*************************************************************************
;** INTEL Corporation Proprietary Information
;**
;** This listing is supplied under the terms of a license
;** agreement with INTEL Corporation and may not be copied
;** nor disclosed except in accordance with the terms of
;**... | 24.827206 | 84 | 0.573375 |
06c6a87d169b1a31ac65f78ca5b7bdf7f3d0e3d9 | 6,900 | asm | Assembly | MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_adc12_01.asm | sususweet/MSP430F541x-MSP430F543x-Code-Examples | 183b45c1aea66c1e71f717c697159acc4261d9cd | [
"Apache-2.0"
] | null | null | null | MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_adc12_01.asm | sususweet/MSP430F541x-MSP430F543x-Code-Examples | 183b45c1aea66c1e71f717c697159acc4261d9cd | [
"Apache-2.0"
] | null | null | null | MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_adc12_01.asm | sususweet/MSP430F541x-MSP430F543x-Code-Examples | 183b45c1aea66c1e71f717c697159acc4261d9cd | [
"Apache-2.0"
] | null | null | null | ; --COPYRIGHT--,BSD_EX
; Copyright (c) 2012, Texas Instruments Incorporated
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; * Redistributions of source code must retain the above co... | 51.879699 | 80 | 0.488116 |
adbb2be4c9ad16890952da0e76d15bbe74bcac97 | 248 | asm | Assembly | day30/apilib/api024.asm | itiB/hariboteOS_30days | f04fccc0f394f3f1687c547e65658af429898f48 | [
"MIT"
] | 1 | 2020-02-16T05:07:34.000Z | 2020-02-16T05:07:34.000Z | day30/apilib/api024.asm | itiB/hariboteOS_30days | f04fccc0f394f3f1687c547e65658af429898f48 | [
"MIT"
] | null | null | null | day30/apilib/api024.asm | itiB/hariboteOS_30days | f04fccc0f394f3f1687c547e65658af429898f48 | [
"MIT"
] | null | null | null | [CPU 486]
[BITS 32]
GLOBAL api_fsize
section .text
api_fsize: ; int api_fsize(int fhandle, int mode);
MOV EDX, 24
MOV EAX, [ESP + 4] ; fhandle
MOV ECX, [ESP + 8] ; mode
INT 0x40
RET
| 17.714286 | 54 | 0.504032 |
020ae15e5491257970d7e1a16276725e7240d849 | 44,421 | asm | Assembly | reef-env/amdgpu-dkms/amdgpu-4.3-52/amd/amdkfd/cwsr_trap_handler_gfx10.asm | SJTU-IPADS/reef-artifacts | 8750974f2d6655525a2cc317bf2471914fe68dab | [
"Apache-2.0"
] | 7 | 2022-03-23T07:04:20.000Z | 2022-03-30T02:44:42.000Z | reef-env/amdgpu-dkms/amdgpu-4.3-52/amd/amdkfd/cwsr_trap_handler_gfx10.asm | SJTU-IPADS/reef-artifacts | 8750974f2d6655525a2cc317bf2471914fe68dab | [
"Apache-2.0"
] | null | null | null | reef-env/amdgpu-dkms/amdgpu-4.3-52/amd/amdkfd/cwsr_trap_handler_gfx10.asm | SJTU-IPADS/reef-artifacts | 8750974f2d6655525a2cc317bf2471914fe68dab | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2018 Advanced Micro Devices, Inc.
*
* 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, m... | 40.678571 | 159 | 0.795592 |
ae4e418c1a51d03cfb848fa9b5f03c24a3b90d2b | 533 | asm | Assembly | concerto_synth/synth_zeropage.asm | biermanncarl/cx16-concerto | 475c87b10cb011e0be2e3c84ecdd61a9aaf4356e | [
"BSD-2-Clause"
] | 4 | 2021-11-08T14:14:02.000Z | 2022-02-25T02:29:42.000Z | concerto_synth/synth_zeropage.asm | biermanncarl/cx16-concerto | 475c87b10cb011e0be2e3c84ecdd61a9aaf4356e | [
"BSD-2-Clause"
] | 1 | 2021-03-02T20:31:05.000Z | 2021-03-15T09:56:24.000Z | concerto_synth/synth_zeropage.asm | biermanncarl/cx16-concerto | 475c87b10cb011e0be2e3c84ecdd61a9aaf4356e | [
"BSD-2-Clause"
] | 1 | 2022-02-25T01:56:31.000Z | 2022-02-25T01:56:31.000Z | ; Copyright 2021 Carl Georg Biermann
; my zero page words (ISR)
mzpwb: .word 0
; my zero page words (ISR)
mzpwc: .word 0
; my zero page words (ISR)
mzpwf: .word 0
; my zero page words (main program, timbre management (load, save, copy/paste))
mzpwg: .word 0
; my zero page bytes (ISR)
mzpbb: .byte 0
; my ze... | 21.32 | 79 | 0.658537 |
581eb61e715ebc8edb824034e1d05948be546b90 | 3,222 | asm | Assembly | vbox/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-xcpt-2.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-xcpt-2.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/ValidationKit/bootsectors/bootsector2-cpu-xcpt-2.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | ; $Id: bootsector2-cpu-xcpt-2.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; Bootsector test for debug exceptions.
;
; Recommended (but not necessary):
; VBoxManage setextradata bs-cpu-xcpt-2 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file i... | 26.85 | 96 | 0.633147 |
fb027c56b1ba2618ba2e3248683142c98657127a | 962 | asm | Assembly | ch12/do0.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch12/do0.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch12/do0.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | assume cs:code
code segment
start:
; 拷贝中断处理程序到 0:200H
mov ax, cs
mov ds, ax
mov si, offset do0
mov ax, 0
mov es, ax
mov di, 200H
mov cx, offset do0end - offset do0
cld
rep movsb
; 设置中断向量表
mov ax, 0
mov... | 16.305085 | 42 | 0.427235 |
1b25a1023b5b52fff570eed11641db0f2c90fa6d | 90,926 | nasm | Assembly | CryptoPkg/Library/OpensslLib/IA32/crypto/aes/aesni-x86.nasm | JoeLopez333/mu_basecore | 268c269152b0c83616dcdfd8376e042335067b38 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 100 | 2018-09-14T22:58:02.000Z | 2019-05-06T08:52:35.000Z | CryptoPkg/Library/OpensslLib/IA32/crypto/aes/aesni-x86.nasm | JoeLopez333/mu_basecore | 268c269152b0c83616dcdfd8376e042335067b38 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 7 | 2018-10-11T23:54:42.000Z | 2019-03-23T17:21:59.000Z | CryptoPkg/Library/OpensslLib/IA32/crypto/aes/aesni-x86.nasm | JoeLopez333/mu_basecore | 268c269152b0c83616dcdfd8376e042335067b38 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 19 | 2018-09-30T01:07:23.000Z | 2019-05-06T06:11:43.000Z | ; WARNING: do not edit!
; Generated from openssl/crypto/aes/asm/aesni-x86.pl
;
; Copyright 2009-2020 The OpenSSL Project Authors. All Rights Reserved.
;
; Licensed under the OpenSSL license (the "License"). You may not use
; this file except in compliance with the License. You can obtain a copy
; in the file L... | 28.308219 | 74 | 0.485472 |
ca718f4cd8e4bb7b4336cc4d48e94f126974a7d6 | 603 | asm | Assembly | multiply.asm | daniyalmarofi/assembly | b0ae19644aa7ac38395497c9962af626fee46ef4 | [
"MIT"
] | null | null | null | multiply.asm | daniyalmarofi/assembly | b0ae19644aa7ac38395497c9962af626fee46ef4 | [
"MIT"
] | null | null | null | multiply.asm | daniyalmarofi/assembly | b0ae19644aa7ac38395497c9962af626fee46ef4 | [
"MIT"
] | null | null | null | ; R3=R1*R2
.ORIG x3000
LD R1, X
LD R2, Y
MULT AND R3, R3, #0 ; empty R3
MULL ADD R3, R3, R1 ; R3=R3+R1
ADD R2, R2, #-1 ; R2=R2-1
BRp MULL
HALT
X .FILL #6
Y .FILL #5
.END
; ; this is the 4 lines that calculates R3=R1*R1
; 0101011011100000
; 0001011011000001
; 0... | 18.272727 | 49 | 0.650083 |
1001b37518ef4f191a933395a574d720e74d13c9 | 695 | asm | Assembly | oeis/159/A159523.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159523.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159523.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159523: Numerator of Hermite(n, 5/16).
; Submitted by Christian Krause
; 1,5,-103,-1795,30577,1071925,-14209655,-894286675,8260417505,957051642725,-4730742752135,-1248679816448675,417486712762705,1920059631628978325,8905600268107750505,-3396218858538590405875,-34079846807459832998975,6785056988249733986237125,108083... | 36.578947 | 474 | 0.804317 |
45cea905ecf6f0b08cf95df602adcb5ebd8ce77b | 401 | asm | Assembly | programs/oeis/023/A023857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/023/A023857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/023/A023857.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A023857: a(n) = 1*(n+3-1) + 2*(n+3-2) + .... + k*(n+3-k), where k=floor((n+1)/2).
; 3,4,13,16,34,40,70,80,125,140,203,224,308,336,444,480,615,660,825,880,1078,1144,1378,1456,1729,1820,2135,2240,2600,2720,3128,3264,3723,3876,4389,4560,5130,5320,5950,6160,6853,7084,7843,8096,8924,9200,10100,10400,11375,11700
add $0,3
... | 30.846154 | 225 | 0.628429 |
ad47c4a0a5403570a30aa2eb8aca1160173712db | 3,480 | asm | Assembly | home/copy2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | home/copy2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | home/copy2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | FarCopyDataDouble::
; Expand bc bytes of 1bpp image data
; from a:de to 2bpp data at hl.
ld [wFarCopyDataSavedROMBank],a
ld a,[H_LOADEDROMBANK]
push af
ld a,[wFarCopyDataSavedROMBank]
call BankswitchCommon
ld a,h ; swap hl and de
ld h,d
ld d,a
ld a,l
ld l,e
ld e,a
ld a,b
and a
jr z,.eightbitcopyamount
ld... | 14.808511 | 103 | 0.677586 |
639725e50a165b839530de40f9ff248af438177a | 543 | asm | Assembly | oeis/084/A084382.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/084/A084382.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/084/A084382.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A084382: a(n) = n^3 + 6.
; 6,7,14,33,70,131,222,349,518,735,1006,1337,1734,2203,2750,3381,4102,4919,5838,6865,8006,9267,10654,12173,13830,15631,17582,19689,21958,24395,27006,29797,32774,35943,39310,42881,46662,50659,54878,59325,64006,68927,74094,79513,85190,91131,97342,103829,110598,117655,125006,132657,140614,148883... | 90.5 | 496 | 0.799263 |
3406c70afc4ebd5421f843b71dec3e822faa47cd | 6,158 | asm | Assembly | keydropshuffle.asm | KScl/z3rasm | 7739c9bd6a0c803b1e4e1f435af3178b8e04207b | [
"MIT"
] | null | null | null | keydropshuffle.asm | KScl/z3rasm | 7739c9bd6a0c803b1e4e1f435af3178b8e04207b | [
"MIT"
] | null | null | null | keydropshuffle.asm | KScl/z3rasm | 7739c9bd6a0c803b1e4e1f435af3178b8e04207b | [
"MIT"
] | null | null | null | org $06926e ; <- 3126e - sprite_prep.asm : 2664 (LDA $0B9B : STA $0CBA, X)
jsl SpriteKeyPrep : nop #2
org $06d049 ; <- 35049 sprite_absorbable : 31-32 (JSL Sprite_DrawRippleIfInWater : JSR Sprite_DrawAbsorbable)
jsl SpriteKeyDrawGFX : bra + : nop : +
org $06d180
jsl BigKeyGet : bcs $07 : nop #5
org $06d18d ; <- 3518... | 27.247788 | 109 | 0.580383 |
ee8e7708f3326b7b39ae3c94d4ba50fdee75e673 | 421 | asm | Assembly | programs/oeis/212/A212764.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/212/A212764.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/212/A212764.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A212764: Number of (w,x,y,z) with all terms in {0,...,n}, w, x and y odd, and z odd.
; 0,1,8,16,54,81,192,256,500,625,1080,1296,2058,2401,3584,4096,5832,6561,9000,10000,13310,14641,19008,20736,26364,28561,35672,38416,47250,50625,61440,65536,78608,83521,99144,104976,123462,130321
add $0,1
mov $1,1
add $1,$0
div $1,2
... | 22.157895 | 194 | 0.660333 |
2e04534516b1372bf110b77c6ca77b38f1c92085 | 12,212 | asm | Assembly | enduser/netmeeting/av/codecs/intel/h263/i386/dx5cnvy.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/dx5cnvy.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | enduser/netmeeting/av/codecs/intel/h263/i386/dx5cnvy.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;/* *************************************************************************
;** INTEL Corporation Proprietary Information
;**
;** This listing is supplied under the terms of a license
;** agreement with INTEL Corporation and may not be copied
;** nor disclosed except in accordance with the terms of
... | 30.994924 | 85 | 0.555519 |
c7ecde8aff112072893e577df80f1b5c3d7e029e | 994 | asm | Assembly | Test_Cases/Memory_code.asm | Passant-Abdelgalil/MIPS-Processor-Harvard-Architecture | f93a5781f659072261143f389575d5844cf46873 | [
"MIT"
] | 6 | 2022-01-11T20:18:58.000Z | 2022-02-09T20:19:33.000Z | Test_Cases/Memory_code.asm | Passant-Abdelgalil/MIPS-Processor-Harvard-Architecture | f93a5781f659072261143f389575d5844cf46873 | [
"MIT"
] | null | null | null | Test_Cases/Memory_code.asm | Passant-Abdelgalil/MIPS-Processor-Harvard-Architecture | f93a5781f659072261143f389575d5844cf46873 | [
"MIT"
] | 1 | 2022-02-09T19:41:04.000Z | 2022-02-09T19:41:04.000Z | # all numbers in hex format
# we always start by reset signal
# this is a commented line
.ORG 0 #this means the the following line would be at address 0 , and this is the reset address
300
#you should ignore empty lines
.ORG 2 #this is empty stack exception handler address
100
.ORG 4 #this is invalid addess exce... | 22.590909 | 98 | 0.673038 |
537dc71b72ff5c4ce71164fd1db3ef1b186f72fb | 4,292 | asm | Assembly | OS-Unreal/S/pm.asm | lukaszgryglicki/old_asm | 164ed45612dc3c750c7389788e8aaf2ec3691add | [
"Apache-2.0"
] | null | null | null | OS-Unreal/S/pm.asm | lukaszgryglicki/old_asm | 164ed45612dc3c750c7389788e8aaf2ec3691add | [
"Apache-2.0"
] | null | null | null | OS-Unreal/S/pm.asm | lukaszgryglicki/old_asm | 164ed45612dc3c750c7389788e8aaf2ec3691add | [
"Apache-2.0"
] | null | null | null | [ORG 0x100]
[BITS 16]
start: xor ebx,ebx
mov bx,ds ; BX=segment
shl ebx,4 ; BX="linear" address of segment base
mov eax,ebx
mov [gdt2 + 2],ax ; set base address of 32-bit segments
mov [gdt3 + 2],ax
mov [gdt4 + 2],ax ; set base address... | 25.247059 | 71 | 0.548695 |
2ce12680ebcffd01c80ce7cdfadedf4a90cef1d4 | 119,793 | asm | Assembly | Game.asm | Happysword/BlockShoot | cc0beba61136f34007bbdac1ad331be82ee278cb | [
"MIT"
] | null | null | null | Game.asm | Happysword/BlockShoot | cc0beba61136f34007bbdac1ad331be82ee278cb | [
"MIT"
] | null | null | null | Game.asm | Happysword/BlockShoot | cc0beba61136f34007bbdac1ad331be82ee278cb | [
"MIT"
] | null | null | null |
;;;;;;;MACROS;;;;;;;;;;;
resetmainmenu MACRO
mov chatmoderecieveboolean , 0
mov chatmodesendboolean , 0
mov playmodesendboolean , 0
mov playmoderecieveboolean , 0
mov VALUERECIEVED,0
mov VALUESENT,0
ENDM
RECIEVEMACRO MACRO
LOCAL RECIEVECHK
;Check that Data is Ready
mov dx , 3FDH ; Line Status Register... | 23.51649 | 189 | 0.632349 |
60a4e6b5c998556f10791a8b747457deb641337c | 1,100 | asm | Assembly | oeis/288/A288661.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/288/A288661.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/288/A288661.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A288661: Binary representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 493", based on the 5-celled von Neumann neighborhood.
; Submitted by Christian Krause
; 1,10,1,1100,11,111000,111,11110000,1111,1111100000,11111,111111000... | 157.142857 | 496 | 0.85 |
88240c35ea63e98f5ec2658b46d272a42c418115 | 2,723 | asm | Assembly | src/shaders/h264/mc/AllAVCField.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/h264/mc/AllAVCField.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | src/shaders/h264/mc/AllAVCField.asm | tizenorg/platform.upstream.libva-intel-driver | 9ffc32731bacbfec2cef3d9fb5eb4c0c43952b90 | [
"MIT"
] | null | null | null | /*
* All field picture HWMC 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.
*
*/
// 2857702934 // 0xAA5... | 38.352113 | 80 | 0.637899 |
bae0771b16e8b407a33633b75d2596b528b01843 | 348 | asm | Assembly | oeis/021/A021111.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021111.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021111.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021111: Decimal expansion of 1/107.
; Submitted by Jon Maiga
; 0,0,9,3,4,5,7,9,4,3,9,2,5,2,3,3,6,4,4,8,5,9,8,1,3,0,8,4,1,1,2,1,4,9,5,3,2,7,1,0,2,8,0,3,7,3,8,3,1,7,7,5,7,0,0,9,3,4,5,7,9,4,3,9,2,5,2,3,3,6,4,4,8,5,9,8,1,3,0,8,4,1,1,2,1,4,9,5,3,2,7,1,0,2,8,0,3,7,3
seq $0,42 ; Unary representation of natural numbers.
mu... | 38.666667 | 199 | 0.591954 |
2e3933db031ccbc42a2629c2ff79bd5054acf424 | 696 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/z80/asm_b_vector_pop_back.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_vector/z80/asm_b_vector_pop_back.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/b_vector/z80/asm_b_vector_pop_back.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Mar 2014
; ===============================================================
;
; int b_vector_pop_back(b_vector_t *v)
;
; Pop char from end of vector.
;
; ===============================================================
SECTION code_adt_b_vector
PUBLI... | 21.090909 | 65 | 0.409483 |
543d941e9cf11a1069920aa1229e754f0e75bae0 | 4,487 | asm | Assembly | lib/zxr_crt0.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | lib/zxr_crt0.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | lib/zxr_crt0.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; Startup for Residos packages
;
; $Id: zxr_crt0.asm,v 1.4 2009/06/22 21:20:05 dom Exp $
;
MODULE zxs_crt0
org 0
INCLUDE "zcc_opt.def"
INCLUDE "zxsysvar48.def"
; Define all the restarts to go to an appropriate routine
if (ASMPC<>$0000)
defs CODE_ALIGNMENT_ERROR
endif
restar... | 23.128866 | 76 | 0.510363 |
d866e8c6b2062b4f01d0a0c5fdf7bc811b7df0fb | 554 | asm | Assembly | test/unittest_draw_circle.asm | timont02/cesp_timon | 7af1eb44ca493ece68f4e6b4a4b7bb144fd6b5e7 | [
"MIT"
] | null | null | null | test/unittest_draw_circle.asm | timont02/cesp_timon | 7af1eb44ca493ece68f4e6b4a4b7bb144fd6b5e7 | [
"MIT"
] | null | null | null | test/unittest_draw_circle.asm | timont02/cesp_timon | 7af1eb44ca493ece68f4e6b4a4b7bb144fd6b5e7 | [
"MIT"
] | null | null | null |
#this is the unittest for the function "draw_circle".
#input:
# circle on field 2, 6 and 7
#expected output:
# | |O| |
# | | |O|
# |O| | |
utest_draw_circle:
#draw a circle in the top right field
li a3, 256
li a4, 85
li a5, 50
li a7, 0xffffff
jal draw_circle
#draw a circle in the field in the midd... | 13.512195 | 53 | 0.646209 |
caf6f5b3eceecfed4019b8a9a6704e526f1f1b1e | 749 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_cls_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_cls_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/misc/z80/asm_zx_cls_pix.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; 2014
; ===============================================================
;
; void zx_cls_pix(unsigned char pix)
;
; Clear screen pixels.
;
; ===============================================================
INCLUDE "config_private.inc"
SECTION code_cli... | 14.403846 | 65 | 0.507343 |
ae648788ccc6baa8b9d3c16a8f8f0057bea437f5 | 258 | asm | Assembly | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_ChangeSprType.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_ChangeSprType.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_ChangeSprType.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ; void sp1_ChangeSprType(struct sp1_cs *c, void *drawf)
SECTION code_temp_sp1
PUBLIC _sp1_ChangeSprType
_sp1_ChangeSprType:
pop af
pop hl
pop de
push de
push hl
push af
INCLUDE "temp/sp1/zx/sprites/asm_sp1_ChangeSprType.asm"
| 14.333333 | 58 | 0.717054 |
a3d464b4c9e00426e1c336a61548788192f0b9cb | 399 | asm | Assembly | programs/oeis/105/A105723.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/105/A105723.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/105/A105723.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A105723: a(n) = 3^n - (-1)^n.
; 0,4,8,28,80,244,728,2188,6560,19684,59048,177148,531440,1594324,4782968,14348908,43046720,129140164,387420488,1162261468,3486784400,10460353204,31381059608,94143178828,282429536480,847288609444,2541865828328,7625597484988,22876792454960,68630377364884,205891132094648,617673396283948,18... | 44.333333 | 319 | 0.807018 |
4c7a7955bf15fd027851e0e12e5a75896888edb7 | 235 | asm | Assembly | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_size.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_size.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sccz80/ba_priority_queue_size.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; size_t ba_priority_queue_size(ba_priority_queue_t *q)
SECTION code_clib
SECTION code_adt_ba_priority_queue
PUBLIC ba_priority_queue_size
EXTERN asm_ba_priority_queue_size
defc ba_priority_queue_size = asm_ba_priority_queue_size
| 19.583333 | 56 | 0.889362 |
fadf485e75d00cf8f3976e8757297cf9cf4c60b9 | 852 | asm | Assembly | Driver/Printer/HP/QuietJet/quietjetText.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/HP/QuietJet/quietjetText.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/HP/QuietJet/quietjetText.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Printer Drivers
FILE: quietjetText.asm
AUTHOR: Dave Durran
ROUTINES:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Da... | 24.342857 | 79 | 0.611502 |
b010ebe046609b661cca3c311370e504dae413b8 | 103 | asm | Assembly | Week_8-9/10 - div_8_bit.asm | iamruveyda/KBU-Mikro | f343d1054fcdbc5de48ea9d0da467b5ecaa420b3 | [
"MIT"
] | 1 | 2021-08-10T13:39:26.000Z | 2021-08-10T13:39:26.000Z | Week_8-9/10 - div_8_bit.asm | iamruveyda/KBU-Micro | 0108ca4e94268cd7d5d2268d0a15d196a2ebe3d2 | [
"MIT"
] | null | null | null | Week_8-9/10 - div_8_bit.asm | iamruveyda/KBU-Micro | 0108ca4e94268cd7d5d2268d0a15d196a2ebe3d2 | [
"MIT"
] | null | null | null | .model small
.data
.code
main proc
mov ax,000AH
mov bl,02H
div bl
endp
end main | 7.923077 | 16 | 0.582524 |
7f9a6b79108d570278a4cbff0a801412ffd5e20d | 10,488 | asm | Assembly | release/src/router/nettle/x86_64/sha3-permute.asm | ghsecuritylab/Toastman-Tinc | 86307e635ac777050d7f48486fe1411bd7249aa0 | [
"FSFAP"
] | 34 | 2015-02-04T18:03:14.000Z | 2020-11-10T06:45:28.000Z | release/src/router/nettle/x86_64/sha3-permute.asm | ghsecuritylab/Toastman-Tinc | 86307e635ac777050d7f48486fe1411bd7249aa0 | [
"FSFAP"
] | 5 | 2015-06-30T21:17:00.000Z | 2016-06-14T22:31:51.000Z | release/src/router/nettle/x86_64/sha3-permute.asm | ghsecuritylab/Toastman-Tinc | 86307e635ac777050d7f48486fe1411bd7249aa0 | [
"FSFAP"
] | 15 | 2015-10-29T14:21:58.000Z | 2022-01-19T07:33:14.000Z | C nettle, low-level cryptographics library
C
C Copyright (C) 2012 Niels Möller
C
C The nettle library is free software; you can redistribute it and/or modify
C it under the terms of the GNU Lesser General Public License as published by
C the Free Software Foundation; either version 2.1 of the License, or (at your
C ... | 20.484375 | 78 | 0.65389 |
a0cd760ac7c45ad32fdf1cfd5d8eb9f623fa4158 | 1,611 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_m_execcmd.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_m_execcmd.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zxn/esxdos/z80/asm_esx_m_execcmd.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | ; uint16_t esx_m_execcmd(unsigned char *cmdline)
INCLUDE "config_private.inc"
SECTION code_esxdos
PUBLIC asm_esx_m_execcmd
EXTERN error_znc
asm_esx_m_execcmd:
; enter : hl = char *cmdline
;
; exit : success
;
; hl = 0
; carry reset
;
; fail
;
; ... | 20.392405 | 77 | 0.569212 |
91e531ce5739a55f93f49b318816e6aa8b727146 | 13,933 | asm | Assembly | os/ki.asm | ceharris/sbz80 | b5b6cbc8fb631e0703b15b0701d66e527bbf9ef7 | [
"Apache-2.0"
] | null | null | null | os/ki.asm | ceharris/sbz80 | b5b6cbc8fb631e0703b15b0701d66e527bbf9ef7 | [
"Apache-2.0"
] | null | null | null | os/ki.asm | ceharris/sbz80 | b5b6cbc8fb631e0703b15b0701d66e527bbf9ef7 | [
"Apache-2.0"
] | null | null | null | ;---------------------------------------------------------------
; Keyboard Input Module
;
; The keyboard hardward interface is compatible with a PS/2
; keyboard. The interface consists of a shift register and
; supporting logic to read 8-bit keyboard scan codes and
... | 36.18961 | 73 | 0.394818 |
affb98efc4b18477ff6765b45a3d08962072bf23 | 673 | asm | Assembly | oeis/047/A047665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/047/A047665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/047/A047665.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A047665: Expansion of (1/sqrt(1-6*x+x^2)-1/(1-x))/2.
; Submitted by Jamie Morken(w4)
; 0,1,6,31,160,841,4494,24319,132864,731281,4048726,22523359,125797984,704966809,3961924126,22321190911,126027618304,712917362209,4039658528934,22924714957471,130271906898720,741188107113961,4221707080583086,24070622500965631,1373691... | 96.142857 | 498 | 0.843982 |
5bd4e7cdd3114f23586513f834325e784174d2e2 | 695 | asm | Assembly | oeis/230/A230600.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/230/A230600.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/230/A230600.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A230600: a(n) = Lucas(2^n - 1).
; Submitted by Jon Maiga
; 2,1,4,29,1364,3010349,14662949395604,347880681146567910619198829,195816040085094172011386545446645681141059001652009364,62041768337314169100816125405238438263014895218124648720624536859920496229610874552659773465281966850403949,6228105716656046702269954058789... | 30.217391 | 444 | 0.794245 |
c184587b1d4cafe75763471bf39df05e557df49a | 139 | asm | Assembly | audio/apple/AudioSystem.asm | puzzud/puzl6502 | c38fa015d0d25f2c29f79fa41de10f8cc8c39693 | [
"MIT"
] | null | null | null | audio/apple/AudioSystem.asm | puzzud/puzl6502 | c38fa015d0d25f2c29f79fa41de10f8cc8c39693 | [
"MIT"
] | null | null | null | audio/apple/AudioSystem.asm | puzzud/puzl6502 | c38fa015d0d25f2c29f79fa41de10f8cc8c39693 | [
"MIT"
] | null | null | null | ; AudioSystem.asm
; Apple
;------------------------------------------------------------------
!zone InitializeAudio
InitializeAudio
rts
| 17.375 | 67 | 0.402878 |
c27ca04cbf7d93757acd40cf7ea688098275dc18 | 794 | asm | Assembly | programs/oeis/310/A310342.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/310/A310342.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/310/A310342.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A310342: Coordination sequence Gal.5.253.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.
; 1,4,10,12,18,22,26,32,34,40,44,48,54,56,62,66,70,76,78,84,88,92,98,100,106,110,114,120,122,128,132,136,142,144,150,154,158,164,166,172,176,1... | 18.465116 | 177 | 0.598237 |
c504729dfcbb0fe9630677d94296ad0ab4b13297 | 686 | asm | Assembly | asm/strlen.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/strlen.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | asm/strlen.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | global @ASM_strlen@4
segment .text align=16
%define string ecx
%define result eax
@ASM_strlen@4:
cmp byte [string], 0
je .return0
mov result, string
.loop:
lea edx, [result + 1]
mov result, edx
cmp byte [edx], 0
je .return
inc result
cmp byte [result], 0
... | 14.913043 | 27 | 0.553936 |
ce7deeb4cd690a3f71f33712466b44c07ba5ab63 | 350 | asm | Assembly | programs/oeis/123/A123578.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/123/A123578.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/123/A123578.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A123578: The Kruskal-Macaulay function M_2(n).
; 0,1,2,2,3,3,3,4,4,4,4,5,5,5,5,5,6,6,6,6,6,6,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14
lpb $0
add $... | 38.888889 | 255 | 0.608571 |
af53206fc44aab1657906fa01d5db353d1044517 | 623 | asm | Assembly | Library/SpecUI/CommonUI/CComp/copenIsoContent.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/SpecUI/CommonUI/CComp/copenIsoContent.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/SpecUI/CommonUI/CComp/copenIsoContent.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: OpenLook/COpen
FLE: copenIsoContent.asm
ROUTINES:
Name Description
---- -----------
GLB OLIsoContentClass Open look thread-isolated conte... | 23.961538 | 81 | 0.484751 |
b51ac9325cd5fe75cd0b9f070c14b17bc430d10e | 497 | asm | Assembly | oeis/190/A190179.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/190/A190179.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/190/A190179.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A190179: Decimal expansion of (1+sqrt(-3+4*sqrt(2)))/2.
; Submitted by Jon Maiga
; 1,3,1,4,9,9,2,9,8,3,0,2,0,7,7,1,1,9,7,1,1,9,1,6,4,2,0,3,6,3,8,2,6,3,0,4,4,5,6,4,9,0,9,3,4,6,6,3,3,7,5,6,0,0,3,2,0,8,0,0,3,1,7,2,6,0,5,6,0,2,8,8,6,5,3,6,0,3,8,8,6,6,1,9,2,6,2,4,0,6,2,5,8,0,8,8,0,9,3,2
mov $1,1
mov $3,$0
mul $3,4
lpb $3... | 19.115385 | 201 | 0.525151 |
efcd198591f691139a1b78f8070eb1da41b683c8 | 3,379 | asm | Assembly | halt.asm | QuinnPainter/hUGETracker | c1d59fa5d9b3d57538be7faa16d1b011dcffe389 | [
"Linux-OpenIB"
] | 3 | 2021-08-07T13:51:43.000Z | 2021-08-07T17:31:19.000Z | halt.asm | untoxa/hUGETracker | eddf79e1e7cbdde76212d82b829c1c65f94e955f | [
"Linux-OpenIB"
] | null | null | null | halt.asm | untoxa/hUGETracker | eddf79e1e7cbdde76212d82b829c1c65f94e955f | [
"Linux-OpenIB"
] | null | null | null | include "hUGEDriver/include/HARDWARE.INC"
;; This is a short program which just contains the noise macro logic found
;; in hUGEDriver. Values are poked by the tracker into RAM, and they are played back
;; by this routine, which is constantly running when the tracker is not playing a song.
add_a_to_r16: MACRO
add ... | 17.328205 | 97 | 0.581533 |
b93b3bac2a987013c3e2953487264da410f71acc | 534 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_list/z80/asm_p_list_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_list/z80/asm_p_list_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_list/z80/asm_p_list_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Jan 2014
; ===============================================================
;
; size_t p_list_size(p_list_t *list)
;
; Return number of items in list. O(n).
;
; ===============================================================
SECTION code_adt_p_list
... | 21.36 | 65 | 0.432584 |
8f8cc6c167fbd4d74443be311650f4e45e7ab2c9 | 270 | asm | Assembly | programs/oeis/033/A033420.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033420.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033420.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033420: a(n) = floor(100/n).
; 100,50,33,25,20,16,14,12,11,10,9,8,7,7,6,6,5,5,5,5,4,4,4,4,4,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
add $0,1
mov $1,100
div $1,$0
mov $0,$1
| 33.75 | 196 | 0.52963 |
de3e4be1f45929f35a47e9e5f0e9645d4aeaa1f6 | 5,859 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_283.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_283.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_283.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xfd40, %r11
sub %r13, %r13
mov $0x6162636465666768, %rdx
movq %rdx, %xmm4
movups %xmm4, (%r11)
nop
nop
nop
nop
cmp $14354, %r15
lea addresses_UC_ht+0x14af0, %rsi
lea addresse... | 37.8 | 2,999 | 0.660522 |
9c264f27adebf14f07b5c7b1f7dbdffee698eabe | 9,089 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2_notsx.log_21829_1303.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_21829_1303.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_21829_1303.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 %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x4cf5, %rcx
nop
nop
nop
add %r15, %r15
movw $0x6162, (%rcx)
nop
nop
nop
nop
xor $38682, %r11
lea addresses_UC_ht+0x14f01, %rsi
lea addresses_A_ht+0xdd1a, %rdi
nop
nop
sub %r9,... | 31.126712 | 2,999 | 0.652657 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.