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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
73b8aa1222d9b6175eb735ea8f69bad7639ddd87 | 8,923 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_1227.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_/i3-7100_9_0x84_notsx.log_21829_1227.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_/i3-7100_9_0x84_notsx.log_21829_1227.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_A_ht+0x67e6, %rsi
lea addresses_UC_ht+0x8e46, %rdi
clflush (%rdi)
xor %r9, %r9
mov $123, %rcx
rep movsl
nop
and %rdi, %rdi
lea addresses_normal_ht+0x2752, %rdx
nop
nop
nop
nop
sub %r... | 32.097122 | 2,999 | 0.653256 |
6165554bd132635b7e73b325ee8c4834448b5c49 | 600 | asm | Assembly | 8BitSub.asm | MBadriNarayanan/MASM | e81b5821695c42fa2904e6c877f24d1135c648b3 | [
"MIT"
] | null | null | null | 8BitSub.asm | MBadriNarayanan/MASM | e81b5821695c42fa2904e6c877f24d1135c648b3 | [
"MIT"
] | null | null | null | 8BitSub.asm | MBadriNarayanan/MASM | e81b5821695c42fa2904e6c877f24d1135c648b3 | [
"MIT"
] | null | null | null | CR EQU 0DH
LF EQU 0AH
DATA SEGMENT
TABLE DB '0123456789ABCDEF'
NUMBER1 DB 099H
NUMBER2 DB 099H
RESULT DB 00H
MESSAGE DB ' THE RESULT IS'
ASCIIRESULT DB 2 DUP(?)
DB CR, LF, '$'
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE, DS: DATA
START: MOV AX, DATA
MOV DS, AX
MOV AL, NUMBER1
SUB AL, NUMBER2
DAS
MOV RESULT,... | 14.285714 | 28 | 0.683333 |
548d3e51d3819da9d5ab02c359cf9576d0605d53 | 547 | asm | Assembly | programs/oeis/001/A001816.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/001/A001816.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001816.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A001816: Coefficients of x^n in Hermite polynomial H_{n+4}
; 12,120,720,3360,13440,48384,161280,506880,1520640,4392960,12300288,33546240,89456640,233963520,601620480,1524105216,3810263040,9413591040,23011000320,55710842880,133706022912,318347673600,752458137600,1766640844800,4122161971200,9563415773184,22069421015040... | 34.1875 | 373 | 0.809872 |
5c39fa418f361725b771074aa38999bdbc278423 | 5,485 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_330.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_0xca.log_21829_330.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_0xca.log_21829_330.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 %r14
push %r8
push %rcx
push %rdi
lea addresses_WC_ht+0x1ac32, %r11
xor $16210, %rcx
movups (%r11), %xmm4
vpextrq $1, %xmm4, %r8
nop
nop
add %rdi, %rdi
lea addresses_WT_ht+0x1e122, %r14
clflush (%r14)
nop
nop
lfence
movl $0x61626364, (%r14)... | 45.330579 | 2,999 | 0.654695 |
cb01cac21154501bf3309608a1c4f283fcf9af72 | 4,775 | asm | Assembly | coverage/IN_CTS/0571-COVERAGE-basic-alias-analysis-327/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/IN_CTS/0571-COVERAGE-basic-alias-analysis-327/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/IN_CTS/0571-COVERAGE-basic-alias-analysis-327/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 97
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %78
OpExecutionMode %4 OriginUp... | 35.37037 | 79 | 0.477277 |
56227eb801c247192e0d3842841ac7ad00d20171 | 5,255 | asm | Assembly | plugins/mvtools/src/asm/Variance.asm | darcyg/vapoursynth-plugins | 5aaf090d3523cb8c53841949f2da286688ba33bb | [
"BSD-2-Clause"
] | null | null | null | plugins/mvtools/src/asm/Variance.asm | darcyg/vapoursynth-plugins | 5aaf090d3523cb8c53841949f2da286688ba33bb | [
"BSD-2-Clause"
] | null | null | null | plugins/mvtools/src/asm/Variance.asm | darcyg/vapoursynth-plugins | 5aaf090d3523cb8c53841949f2da286688ba33bb | [
"BSD-2-Clause"
] | 1 | 2020-04-06T16:52:59.000Z | 2020-04-06T16:52:59.000Z | %include "include/x86inc.asm"
SECTION_TEXT
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
%macro VAR4x4 0
movd m0, [srcpq] ; first line
movd m1, [srcpq + strideq] ; second line
movd m4, [srcpq + strideq * 2] ; third line
movd m5, [srcpq + stride3q] ; fourth line
ps... | 14.202703 | 54 | 0.550904 |
2d9fc4cbf1fe259a53ea23a12e968c5041817e8f | 370 | asm | Assembly | programs/oeis/010/A010124.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010124.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010124.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010124: Continued fraction for sqrt(19).
; 4,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3,1,2,8,2,1,3
mov $1,1
sub $1,$0
seq $0,10125 ; Continued fraction for sqrt(21).
add $0... | 28.461538 | 201 | 0.562162 |
81edffd2949f7ca025225eadb494aa29af2a1a08 | 51,899 | asm | Assembly | Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_bitwiseor.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_bitwiseor.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_bitwiseor.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\pmc_bitwiseor.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRT
INCLUDELIB OLDNAMES
PUBLIC _Initialize_BitwiseOr
PUB... | 25.654474 | 121 | 0.625735 |
0ddfb0530f1fbf94f984c9bdc4de2567dcefb1b0 | 277 | asm | Assembly | oeis/292/A292432.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/292/A292432.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/292/A292432.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A292432: Number of normal multisets that cannot be expressed as the multiset-union of a set of sets.
; Submitted by Jamie Morken(s4)
; 0,1,1,3,5,9,16,27,46,76
mov $1,7
mov $2,1
mov $3,1
lpb $0
sub $0,1
div $1,7
add $1,$3
add $3,$2
mov $2,$1
lpe
mov $0,$2
sub $0,1
| 16.294118 | 102 | 0.635379 |
78ec7f56bd0e0e90239a65b07d251f318401ef67 | 301 | asm | Assembly | libsrc/graphics/vg5k/swapgfxbk.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/vg5k/swapgfxbk.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/graphics/vg5k/swapgfxbk.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | ;
; Philips VG-5000 Graphics Functions
;
; swapgfxbk () -- foo routine for fake swapping
;
; Stefano Bodrato - 2015
;
;
; $Id: swapgfxbk.asm,v 1.1 2015/10/09 13:02:43 stefano Exp $
;
PUBLIC swapgfxbk
PUBLIC swapgfxbk1
.swapgfxbk
ld ix,$47FA
ret
.swapgfxbk1
ret
| 10.37931 | 60 | 0.621262 |
414d8b81770ee3d891c4e5d43732a555ba318853 | 711 | asm | Assembly | oeis/115/A115113.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/115/A115113.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/115/A115113.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A115113: a(n) = 3*a(n-1) + 4*a(n-2), with a(0) = 2, a(1) = 6.
; Submitted by Jamie Morken(s4)
; 2,6,10,54,202,822,3274,13110,52426,209718,838858,3355446,13421770,53687094,214748362,858993462,3435973834,13743895350,54975581386,219902325558,879609302218,3518437208886,14073748835530,56294995342134,225179981368522,900719... | 41.823529 | 501 | 0.804501 |
ac68f3bf90de6c5dbd16b729cfe23c475200159f | 4,246 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_963.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_963.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_963.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rsi
// REPMOV
lea addresses_PSE+0x4911, %rsi
lea addresses_PSE+0x15a41, %rdi
nop
and %r13, %r13
mov $32, %rcx
rep movsw
nop
nop
nop
nop
nop
cmp $51583, %rcx
// St... | 60.657143 | 2,999 | 0.660857 |
b35f9295c79e985fee55d0a008e82919663a8470 | 578 | asm | Assembly | programs/oeis/171/A171089.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/171/A171089.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/171/A171089.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A171089: a(n) = 2*(Lucas(n)^2 - (-1)^n)).
; 6,4,16,34,96,244,646,1684,4416,11554,30256,79204,207366,542884,1421296,3720994,9741696,25504084,66770566,174807604,457652256,1198149154,3136795216,8212236484,21499914246,56287506244,147362604496,385800307234,1010038317216,2644314644404,6922905616006,18124402203604,474503009... | 44.461538 | 363 | 0.754325 |
27dd80b85889263777b5a167b354d2d2d031b08a | 124 | asm | Assembly | code/4-S-1.asm | gdzhang2012/Assembly-Language-by-Wangshuang | 7c53cfc60d83c19165e674d66015759f49663985 | [
"Apache-2.0"
] | null | null | null | code/4-S-1.asm | gdzhang2012/Assembly-Language-by-Wangshuang | 7c53cfc60d83c19165e674d66015759f49663985 | [
"Apache-2.0"
] | null | null | null | code/4-S-1.asm | gdzhang2012/Assembly-Language-by-Wangshuang | 7c53cfc60d83c19165e674d66015759f49663985 | [
"Apache-2.0"
] | null | null | null | assume cs:codesg
codesg segment
mov ax,0123h
mov bx,0456h
add ax,bx
add ax,ax
mov ax,4c00h
int 21h
codesg ends
end
| 8.857143 | 16 | 0.725806 |
9e31b9cc20742843d9dbf4b3d2571f49c59e23b2 | 59 | asm | Assembly | libsrc/target/zx/_zx_printf.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/zx/_zx_printf.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/zx/_zx_printf.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | PUBLIC _zx_printf
EXTERN _printk
defc _zx_printf = _printk
| 14.75 | 25 | 0.847458 |
6ce49ee34d28fce91818172177b8ceeed20fb2eb | 449 | asm | Assembly | _maps/obj51.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 2 | 2020-04-09T19:36:35.000Z | 2021-01-05T14:20:17.000Z | _maps/obj51.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | null | null | null | _maps/obj51.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 1 | 2020-06-17T14:16:35.000Z | 2020-06-17T14:16:35.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - smashable green block (MZ)
; ---------------------------------------------------------------------------
dc.w byte_FDD8-Map_obj51
dc.w byte_FDE3-Map_obj51
byte_FDD8: dc.b 2
dc.b $F0, $D, 0, 0, $F0
dc.b 0, $D, 0, 0,... | 32.071429 | 77 | 0.36971 |
5cb6fbadc4b7054a6045e94ebc38323dc5136763 | 1,210 | asm | Assembly | programs/oeis/298/A298364.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/298/A298364.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/298/A298364.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A298364: Permutation of the natural numbers partitioned into quadruples [4k-2, 4k-1, 4k-3, 4k] for k > 0.
; 2,3,1,4,6,7,5,8,10,11,9,12,14,15,13,16,18,19,17,20,22,23,21,24,26,27,25,28,30,31,29,32,34,35,33,36,38,39,37,40,42,43,41,44,46,47,45,48,50,51,49,52,54,55,53,56,58,59,57,60,62,63,61,64,66,67,65,68,70,71,69,72,74,... | 50.416667 | 893 | 0.679339 |
1f0a2636e1619015da00f713ef2cf7c3ca237ec0 | 5,585 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xa0_notsx.log_128_1061.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xa0_notsx.log_128_1061.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xa0_notsx.log_128_1061.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 %r13
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x14e3b, %rdx
nop
nop
nop
nop
nop
xor $2552, %r12
mov $0x6162636465666768, %r10
movq %r10, (%rdx)
nop
nop
nop
xor %r8, %r8
lea addresses_WT_ht+0x1393b, %rcx
nop
nop
n... | 21.563707 | 383 | 0.646553 |
9b92e311b0227532f767ebc1dd050b4ffdaad4e1 | 450 | asm | Assembly | 07/test.asm | InversionSpaces/nand2tetrisSolutions | 5cebf69aea2d25950890b16c6c8b5b409fc685fc | [
"MIT"
] | null | null | null | 07/test.asm | InversionSpaces/nand2tetrisSolutions | 5cebf69aea2d25950890b16c6c8b5b409fc685fc | [
"MIT"
] | null | null | null | 07/test.asm | InversionSpaces/nand2tetrisSolutions | 5cebf69aea2d25950890b16c6c8b5b409fc685fc | [
"MIT"
] | null | null | null | @256
D=A
@SP
M=D
@111
D=A
@SP
A=M
M=D
@SP
M=M+1
@333
D=A
@SP
A=M
M=D
@SP
M=M+1
@888
D=A
@SP
A=M
M=D
@SP
M=M+1
@STATIC8
D=A
@R13
M=D
@SP
M=M-1
A=M
D=M
@R13
A=M
M=D
@STATIC3
D=A
@R13
M=D
@SP
M=M-1
A=M
D=M
@R13
A=M
M=D
@STATIC1
D=A
@R13
M=D
@SP
M=M-1
A=M
D=M
@R13
A=M
M=D
@STATIC3
D=M
@SP
A=M
M=D
@SP
M=M+1
@STATIC1
D=M
@SP... | 4.6875 | 8 | 0.544444 |
ae761949903925cbb2fa8a11abefb1cf21f0b1a2 | 958 | asm | Assembly | oeis/208/A208388.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/208/A208388.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/208/A208388.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A208388: Number of n X 4 0..2 arrays with new values 0..2 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.
; Submitted by Christian Krause
; 14,1017,76806,5800644,438083928,33085555344,2498731184736,188712490047552,14252194... | 119.75 | 493 | 0.865344 |
9cd66f5dceae1076d92b6d68c6f2697b76ec096c | 261 | asm | Assembly | SystemsProgramming/p3.asm | aaiijmrtt/JUCSE | 3413b7280bc4883c056a9444e8dc56144b692e32 | [
"MIT"
] | 6 | 2016-04-21T15:07:02.000Z | 2020-11-26T14:47:13.000Z | SystemsProgramming/p3.asm | aaiijmrtt/JUCSEsem2 | 3413b7280bc4883c056a9444e8dc56144b692e32 | [
"MIT"
] | null | null | null | SystemsProgramming/p3.asm | aaiijmrtt/JUCSEsem2 | 3413b7280bc4883c056a9444e8dc56144b692e32 | [
"MIT"
] | 5 | 2015-08-09T17:31:10.000Z | 2018-03-19T10:45:38.000Z | %include "util.mac"
extern buffer, store, newline, newlinesize
section .text
global _start
_start:
mov ecx, 26
again:
mov [buffer], byte 40h
add [buffer], cl
mov [store], cl
write buffer, 1
mov cl, [store]
loop again
write newline, newlinesize
exit
| 14.5 | 42 | 0.712644 |
e5367f63e40fe6ac8c4051208082aec0bb6f8625 | 68,544 | asm | Assembly | game.asm | eightbitjim/spaceship-minus-one | 1041f05837d18d9ed6d9782c38ce6328f00a2a00 | [
"MIT"
] | 1 | 2018-09-05T07:02:51.000Z | 2018-09-05T07:02:51.000Z | game.asm | eightbitjim/spaceship-minus-one | 1041f05837d18d9ed6d9782c38ce6328f00a2a00 | [
"MIT"
] | 3 | 2017-11-24T07:37:59.000Z | 2017-11-24T08:04:39.000Z | game.asm | eightbitjim/viccy-spaceship | 1041f05837d18d9ed6d9782c38ce6328f00a2a00 | [
"MIT"
] | null | null | null | ; MIT License
; Copyright (c) 2017 James Lean
; 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, merge, pub... | 33.46875 | 132 | 0.466182 |
ac092600e02892d23a21e54ac56cd15aee283e44 | 1,781 | asm | Assembly | lab5pb7B.asm | Codrin18/CSA | 0aa253fefcc6d8d00cc64fb8066153435d1f70d5 | [
"MIT"
] | null | null | null | lab5pb7B.asm | Codrin18/CSA | 0aa253fefcc6d8d00cc64fb8066153435d1f70d5 | [
"MIT"
] | null | null | null | lab5pb7B.asm | Codrin18/CSA | 0aa253fefcc6d8d00cc64fb8066153435d1f70d5 | [
"MIT"
] | null | null | null | bits 32 ; assembling for the 32 bits architecture
; declare the EntryPoint (a label defining the very first instruction of the program)
global start
; declare external functions needed by our program
extern exit,printf,gets,scanf ; tell nasm that exit exists even if we won't be defining it
import ... | 29.683333 | 138 | 0.541269 |
12bc9b4c39d07050107b0f5c930efa8e0bd3c7a6 | 53 | asm | Assembly | test/invalid-datalab.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/invalid-datalab.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/invalid-datalab.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z | txt "&something"
txt "*something"
mov r1, *undefined
| 13.25 | 18 | 0.716981 |
d2165c2537d61f30c77cc496a98461781f7e12b6 | 512 | asm | Assembly | programs/oeis/302/A302332.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/302/A302332.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/302/A302332.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A302332: a(0)=1, a(1)=193; for n>1, a(n) = 194*a(n-1) - a(n-2).
; 1,193,37441,7263361,1409054593,273349327681,53028360515521,10287228590683393,1995669318232062721,387149560508429484481,75105019069317087926593,14569986549887006628274561,2826502285659009968797338241,548326873431298046940055344193,1063725869433861620964... | 39.384615 | 301 | 0.761719 |
1bc250d34e81b5977e6446619a0477b0431ed39d | 468 | asm | Assembly | programs/oeis/229/A229144.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/229/A229144.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/229/A229144.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A229144: Partial sums of (Fibonacci numbers mod 3).
; 0,1,2,4,4,6,8,9,9,10,11,13,13,15,17,18,18,19,20,22,22,24,26,27,27,28,29,31,31,33,35,36,36,37,38,40,40,42,44,45,45,46,47,49,49,51,53,54,54,55,56,58,58,60,62,63,63,64,65,67,67,69,71,72,72,73,74,76,76,78,80,81,81,82,83,85,85,87,89
mov $2,$0
mov $3,$0
lpb $2
mov $0... | 31.2 | 229 | 0.596154 |
79b643fb8248f5a3f27e341e1753852e22a273ed | 5,912 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_16822_869.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_16822_869.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_16822_869.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x2979, %r9
nop
and $30852, %r13
movb (%r9), %r12b
nop
inc %rbx
lea addresses_WC_ht+0x102f9, %rsi
lea addresses_WT_ht+0x1e479, %rdi
nop
nop
nop
nop
inc %r8
mov $35, %rcx
rep mov... | 39.677852 | 2,999 | 0.659675 |
ff8453ba6e98bde2b327a21cd75c3bfc16f1415d | 2,953 | asm | Assembly | test_pic_got_plt.asm | gau-veldt/Godot-GDGD | 503320982a115b6832b480c9332229bae454c58c | [
"MIT"
] | 2 | 2019-04-26T12:28:04.000Z | 2021-10-14T21:26:29.000Z | test_pic_got_plt.asm | gau-veldt/Godot-GDGD | 503320982a115b6832b480c9332229bae454c58c | [
"MIT"
] | null | null | null | test_pic_got_plt.asm | gau-veldt/Godot-GDGD | 503320982a115b6832b480c9332229bae454c58c | [
"MIT"
] | null | null | null | cpu ia64
bits 64
default rel
;typedef struct {
; godot_bool in_editor;
; uint64_t core_api_hash;
; uint64_t editor_api_hash;
; uint64_t no_api_hash;
; void (*report_version_mismatch)(const godot_object *p_library, const char *p_what, godot_gdnative_api_version p_want, godot_gdnative_api_version p_have);
; vo... | 29.828283 | 156 | 0.752794 |
9c79ecf9f38c9911e1097b8c37f4539158da1bce | 5,284 | asm | Assembly | src/util/oli/qdos/sbchan.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/qdos/sbchan.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/oli/qdos/sbchan.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * SuperBASIC channel stuff July 1989 J.R.Oakley QView
* (mod. for SMS2 keys.. O.Fink)
section utility
*
include win1_keys_bv
include win1_keys_chn
include win1_keys_err
include win1_keys_qdos_ioa
include win1_keys... | 33.443038 | 79 | 0.449659 |
df4459d8c02af85bd21390dc7fd5afa05f5d2537 | 1,341 | asm | Assembly | Python/examples/divi.asm | tomxp411/8080Asm | 0c11923933b0c12db109a8356b880fcc7f861d63 | [
"MIT"
] | null | null | null | Python/examples/divi.asm | tomxp411/8080Asm | 0c11923933b0c12db109a8356b880fcc7f861d63 | [
"MIT"
] | null | null | null | Python/examples/divi.asm | tomxp411/8080Asm | 0c11923933b0c12db109a8356b880fcc7f861d63 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; NAME: divi.asm
; EDITOR: Kevin Cole ("The Ubuntourist") <kevin.cole@novawebdevelopment.org>
; LASTMOD: 2020.11.22 (kjc)
;
; DESCRIPTION:
;
; Divide the contents of register pair BC by D.
; C will contain the quotient; B will ... | 19.720588 | 78 | 0.541387 |
662d257d23b88968888aaf28dfc26d2ac37da21d | 274 | asm | Assembly | ffight/lcs/weapon/88.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | ffight/lcs/weapon/88.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/weapon/88.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
009ACA dbra D5, $9ac8
057B34 move.b #$5, ($8a,A6)
057B54 jsr $440c.w [weapon+88]
058AF6 clr.b ($88,A6) [weapon+86]
058AFA move.b #$1, ($4a,A6)
copyright zengfr site:http://github.com/zengfr/romhack
| 27.4 | 54 | 0.664234 |
34a184319fad2e26c862d00983cb35596fcf5374 | 7,172 | asm | Assembly | src/new.asm | cmounce/all-purpose-tsr | 196ad7912a425bb9d2a785af5339970a53ad735a | [
"MIT"
] | null | null | null | src/new.asm | cmounce/all-purpose-tsr | 196ad7912a425bb9d2a785af5339970a53ad735a | [
"MIT"
] | null | null | null | src/new.asm | cmounce/all-purpose-tsr | 196ad7912a425bb9d2a785af5339970a53ad735a | [
"MIT"
] | null | null | null | ; Functionality for creating new TSRs
%include 'system.asm'
;-------------------------------------------------------------------------------
; Code
;-------------------------------------------------------------------------------
section .text
; Write a new TSR to a file.
create_new_tsr:
push bx
push si
;... | 25.076923 | 80 | 0.584635 |
bb77455f1951af8534547bb5151d4abd4fc627ef | 335 | asm | Assembly | oeis/341/A341413.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/341/A341413.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/341/A341413.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A341413: a(n) = (Sum_{k=1..7} k^n) mod n.
; Submitted by Jon Maiga
; 0,0,1,0,3,2,0,4,1,0,6,8,2,0,4,4,11,14,9,16,7,8,5,20,8,10,1,0,28,20,28,4,25,4,14,32,28,26,4,36,28,20,28,12,28,2,28,20,0,0,19,48,28,32,34,28,43,24,28,56,28,16,28,4,18,20,28,52,25,0,28,68,28,66,19,40
add $0,1
mov $2,$0
seq $0,1554 ; 1^n + 2^n + ... + ... | 37.222222 | 198 | 0.570149 |
09f81835b70a16f91b36e373ad2374cf70edbe8f | 463 | asm | Assembly | oeis/076/A076690.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/076/A076690.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/076/A076690.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A076690: Nearest integer to average of the smallest and largest prime factors of n (0.5 is rounded to 1).
; Submitted by Christian Krause
; 2,3,2,5,3,7,2,3,4,11,3,13,5,4,2,17,3,19,4,5,7,23,3,5,8,3,5,29,4,31,2,7,10,6,3,37,11,8,4,41,5,43,7,4,13,47,3,7,4,10,8,53,3,8,5,11,16,59,4,61,17,5,2,9,7,67,10,13,5,71,3,73,20,4,11,... | 51.444444 | 207 | 0.647948 |
997a9aeabf8a92c890f2d957a0232d4643965bdf | 501 | asm | Assembly | programs/oeis/115/A115561.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/115/A115561.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/115/A115561.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A115561: a(n) = lpf((n/lpf(n))/lpf(n/lpf(n))), where lpf=A020639, least prime factor.
; 1,1,1,1,1,1,1,2,1,1,1,3,1,1,1,2,1,3,1,5,1,1,1,2,1,1,3,7,1,5,1,2,1,1,1,3,1,1,1,2,1,7,1,11,5,1,1,2,1,5,1,13,1,3,1,2,1,1,1,3,1,1,7,2,1,11,1,17,1,7,1,2,1,1,5,19,1,13,1,2,3,1,1,3,1,1,1,2,1,3,1,23,1,1,1,2,1,7,11,5
mov $2,54
lpb $2
mo... | 41.75 | 209 | 0.572854 |
fb1248b2764ac5feceee3f12003d2f7eaa8d0c39 | 5,605 | asm | Assembly | c2nasm/library.asm | TimerChen/MxCompiler | 656c751fc460026dabb551d938ea0991f57050e4 | [
"MIT"
] | 2 | 2018-05-16T08:14:55.000Z | 2018-05-29T11:22:06.000Z | c2nasm/library.asm | TimerChen/MxCompiler | 656c751fc460026dabb551d938ea0991f57050e4 | [
"MIT"
] | null | null | null | c2nasm/library.asm | TimerChen/MxCompiler | 656c751fc460026dabb551d938ea0991f57050e4 | [
"MIT"
] | null | null | null |
default rel
global __array_array
global __array_new
global __string_string
global _print
global _println
global __string_length
global __string_substring
global __string_parseInt
global __string_ord
global __string__plus
global __string__less
global __string__lessEqual
global __string__equal
global __array_size
... | 15.067204 | 41 | 0.444246 |
3d50d181ba25ab9ba588bdc3048be3315c2effec | 489 | asm | Assembly | hw5/add_N_terms_to_polynomial_test.asm | Cyfurion/CSE220 | 81dba7e7557e4812104f4b605819732e321bd58a | [
"Unlicense"
] | null | null | null | hw5/add_N_terms_to_polynomial_test.asm | Cyfurion/CSE220 | 81dba7e7557e4812104f4b605819732e321bd58a | [
"Unlicense"
] | null | null | null | hw5/add_N_terms_to_polynomial_test.asm | Cyfurion/CSE220 | 81dba7e7557e4812104f4b605819732e321bd58a | [
"Unlicense"
] | null | null | null | .data
pair: .word 6 10
terms: .word 2 12 4 -14 5 11 0 -1
p: .word 0
N: .word 2
.text:
main:
la $a0, p
la $a1, pair
jal init_polynomial
la $a0, p
la $a1, terms
lw $a2, N
jal add_N_terms_to_polynomial
#write test code
li $v0, 1
la $s0, p
lw $s0, 0($s0)
lw $a0, 0($s0)
... | 13.583333 | 33 | 0.515337 |
cf26c1c322625e6588b1b5a1b902027175098a90 | 8,259 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_99.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_99.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_99.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xa5b1, %r9
nop
dec %r15
mov (%r9), %r14
nop
nop
nop
nop
and $31567, %r13
lea addresses_A_ht+0x19511, %rax
sub $23111, %rbp
movl $0x61626364, (%rax)
nop
nop
nop
dec %... | 31.522901 | 2,999 | 0.653469 |
421179610df10c361b95fa6daec4e6c798313c77 | 409 | asm | Assembly | oeis/087/A087206.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/087/A087206.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/087/A087206.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A087206: a(n) = 2*a(n-1) + 4*a(n-2); with a(0)=1, a(1)=4.
; Submitted by Jamie Morken(s2)
; 1,4,12,40,128,416,1344,4352,14080,45568,147456,477184,1544192,4997120,16171008,52330496,169345024,548012032,1773404160,5738856448,18571329536,60098084864,194481487872,629355315200,2036636581888
mov $1,2
pow $1,$0
add $0,2
seq... | 40.9 | 195 | 0.691932 |
f58293c6267e70f3b68cc4eb32a2e85d868fd561 | 874 | asm | Assembly | oeis/186/A186244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/186/A186244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/186/A186244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A186244: Number of ternary strings of length n containing 00.
; Submitted by Jon Maiga
; 0,0,1,5,21,79,281,963,3217,10547,34089,108955,345137,1085331,3392377,10549739,32667201,100782787,309946697,950599131,2908512145,8880484019,27064776729,82350874699,250212362465,759269653155,2301393567721,6968615051195,210818830661... | 28.193548 | 492 | 0.73341 |
1290dd837787ea59c65dadfc82394f79b0fece0e | 228 | asm | Assembly | pkgs/tools/yasm/src/modules/preprocs/nasm/tests/ifcritical-err.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/preprocs/nasm/tests/ifcritical-err.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/preprocs/nasm/tests/ifcritical-err.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | ; This worked under NASM. Due to the once-parse model used by YASM, this no
; longer works. However, it should error, not crash!
teststring db "Hello, world"
teststringlen equ $-teststring
%if teststringlen>100
db '5'
%endif
| 28.5 | 76 | 0.745614 |
3628d38718188d017582e41a0fb3e03198d2a599 | 6,172 | asm | Assembly | loader/fixed_loader_x86.asm | AntiRootkit/Amber | a331b344bf33aa1a4c14b33da36fb7273e30c987 | [
"MIT"
] | 461 | 2017-10-24T13:22:13.000Z | 2020-11-19T18:17:40.000Z | loader/fixed_loader_x86.asm | AntiRootkit/Amber | a331b344bf33aa1a4c14b33da36fb7273e30c987 | [
"MIT"
] | 12 | 2020-11-25T16:08:07.000Z | 2022-02-14T16:24:48.000Z | loader/fixed_loader_x86.asm | AntiRootkit/Amber | a331b344bf33aa1a4c14b33da36fb7273e30c987 | [
"MIT"
] | 133 | 2017-10-24T17:53:56.000Z | 2020-09-03T15:40:00.000Z | ;#==================================================#
;# x86 Fixed Address Reflective Stub (no relocation)#
;# Author: Ege Balcı <egebalci@pm.me> #
;# Version: 2.0 #
;#==================================================#
[BITS 32]
[ORG 0]
call start ; ... | 48.21875 | 106 | 0.562541 |
450e6e7305e0f2f368373b20057b9262f89e542d | 5,599 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_31_403.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_notsx.log_31_403.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_notsx.log_31_403.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 %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13bbb, %rdi
nop
nop
nop
nop
xor %rbx, %rbx
movw $0x6162, (%rdi)
nop
nop
nop
nop
and $34997, %r12
lea addresses_UC_ht+0xb3bb, %rbx
xor %r13, %r13
mov $0x6162636465666768, %rs... | 21.048872 | 152 | 0.648151 |
d23a62350c1ff564a0d1cdf76bcbba9cc11ae17f | 6,201 | asm | Assembly | Driver/IFS/GEOS/Common/gfsUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/IFS/GEOS/Common/gfsUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/IFS/GEOS/Common/gfsUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT:
MODULE:
FILE: gfsUtils.asm
AUTHOR: Adam de Boor, Apr 14, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descriptio... | 21.911661 | 79 | 0.547976 |
8dbe49a3c910689c4b4570db56dd17271b989be2 | 1,023 | asm | Assembly | programs/oeis/172/A172272.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/172/A172272.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/172/A172272.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A172272: a(n) = floor(n*(sqrt(11)-sqrt(3))).
; 0,1,3,4,6,7,9,11,12,14,15,17,19,20,22,23,25,26,28,30,31,33,34,36,38,39,41,42,44,45,47,49,50,52,53,55,57,58,60,61,63,64,66,68,69,71,72,74,76,77,79,80,82,83,85,87,88,90,91,93,95,96,98,99,101,102,104,106,107,109,110,112,114,115,117,118,120,122,123,125,126,128,129,131,133,13... | 127.875 | 930 | 0.714565 |
8c529358e4ba239047e5d32df9ae5ca7c4130f01 | 1,245 | asm | Assembly | programs/oeis/188/A188161.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/188/A188161.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/188/A188161.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A188161: 2*4^n + 3.
; 5,11,35,131,515,2051,8195,32771,131075,524291,2097155,8388611,33554435,134217731,536870915,2147483651,8589934595,34359738371,137438953475,549755813891,2199023255555,8796093022211,35184372088835,140737488355331,562949953421315,2251799813685251,9007199254740995,36028797018963971,144115188075855875... | 138.333333 | 1,174 | 0.922892 |
f6153dcd8fb8d7665a69dde522f4d5c2999753ba | 696 | asm | Assembly | oeis/018/A018069.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/018/A018069.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/018/A018069.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A018069: Expansion of 1/((1-3x)(1-8x)(1-10x)).
; Submitted by Jamie Morken(s4)
; 1,21,307,3873,45235,504633,5465323,58007361,606913219,6283868745,64556638939,659310178449,6703052628403,67910134629657,686138217844555,6917677165178337,69627131588692387,699874195511336169,7027564992496080571,70506234225184818225,7069070... | 40.941176 | 496 | 0.827586 |
636d286cc0d0880906f5be705abc54c6e4ec00dd | 20 | asm | Assembly | release/src-rt-6.x.4708/router/nettle/ecc-256-redc.asm | zaion520/ATtomato | 4d48bb79f8d147f89a568cf18da9e0edc41f93fb | [
"FSFAP"
] | 2 | 2019-01-13T09:19:10.000Z | 2019-02-15T01:21:02.000Z | release/src-rt-6.x.4708/router/nettle/ecc-256-redc.asm | zaion520/ATtomato | 4d48bb79f8d147f89a568cf18da9e0edc41f93fb | [
"FSFAP"
] | null | null | null | release/src-rt-6.x.4708/router/nettle/ecc-256-redc.asm | zaion520/ATtomato | 4d48bb79f8d147f89a568cf18da9e0edc41f93fb | [
"FSFAP"
] | 2 | 2020-03-08T01:58:25.000Z | 2020-12-20T10:34:54.000Z | arm/ecc-256-redc.asm | 20 | 20 | 0.8 |
caa26d052de77d690c627e5f5086d8f4903e12cb | 498 | asm | Assembly | programs/oeis/316/A316320.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/316/A316320.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/316/A316320.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A316320: Coordination sequence for a hexavalent node in a chamfered version of the 3^6 triangular tiling of the plane.
; 1,6,15,27,39,51,63,75,87,99,111,123,135,147,159,171,183,195,207,219,231,243,255,267,279,291,303,315,327,339,351,363,375,387,399,411,423,435,447,459,471,483,495,507,519,531,543,555,567,579,591,603,6... | 24.9 | 209 | 0.656627 |
d2c024897c01a0d5d86960d5f616d76a4924c76b | 2,365 | asm | Assembly | lib/c128_crt0.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | lib/c128_crt0.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | lib/c128_crt0.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; Commodore 128 (Z80 mode) CRT0 stub
;
; Stefano Bodrato - 22/08/2001
;
; $Id: c128_crt0.asm,v 1.28 2016/07/15 21:03:25 dom Exp $
;
MODULE c128_crt0
;--------
; Include zcc_opt.def to find out some info
;--------
defc crt0 = 1
INCLUDE "zcc_opt.def"
; O... | 18.622047 | 74 | 0.55518 |
4c6a61a9ecfa991ddeb9297f5f3045b731687e21 | 8,558 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_408.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_408.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_408.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x4395, %r14
clflush (%r14)
nop
nop
sub %rdi, %rdi
movb (%r14), %bl
nop
sub %rsi, %rsi
lea addresses_normal_ht+0x656d, %rsi
lea addresses_A_ht+0xed, %rdi
nop
sub $13888, %r13
m... | 32.664122 | 2,999 | 0.655527 |
a32621c1f8820039e81a83cf45971670f74159ab | 19,296 | asm | Assembly | Library/Spline/Spline/splineEndSelect.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spline/Spline/splineEndSelect.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spline/Spline/splineEndSelect.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: splineEndSelect.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---... | 21.778781 | 76 | 0.596445 |
124a766b9faf9d0c9e1575cd00238668ebce4486 | 490 | asm | Assembly | base/atari/vbxeput.asm | zbyti/Mad-Pascal | 546cae9724828f93047080109488be7d0d07d47e | [
"MIT"
] | 7 | 2020-05-02T15:37:57.000Z | 2021-02-17T01:59:41.000Z | base/atari/vbxeput.asm | michalkolodziejski/Mad-Pascal | 0a7a1e2f379e50b0a23878b0d881ff3407269ed6 | [
"MIT"
] | 14 | 2020-05-03T02:02:35.000Z | 2020-08-10T08:41:19.000Z | base/atari/vbxeput.asm | michalkolodziejski/Mad-Pascal | 0a7a1e2f379e50b0a23878b0d881ff3407269ed6 | [
"MIT"
] | 5 | 2020-06-02T18:34:14.000Z | 2020-07-09T18:13:44.000Z |
; VBXE put char
; input:
; A - char
.proc @vbxe_put (.byte a) .reg
pha
cmp #eol
beq stop
cmp #$7d ; clrscr
bne skp
jsr @vbxe_init.cmapini
jmp stop
skp lda rowcrs
pha
:4 lsr @
add #$80+MAIN.SYSTEM.VBXE_MAPADR/$1000
fxsa FX_MEMS
pla
and #$0f
add >MAIN.SYSTEM.VBXE_WINDOW
... | 10.652174 | 40 | 0.585714 |
80e4925f1e1a3a6245daedb407f7c882985d8d7d | 52,422 | asm | Assembly | wc.asm | PieMyth/cs333 | 85b46a2f677ed49065504aa051f918b3f803e294 | [
"MIT-0"
] | null | null | null | wc.asm | PieMyth/cs333 | 85b46a2f677ed49065504aa051f918b3f803e294 | [
"MIT-0"
] | null | null | null | wc.asm | PieMyth/cs333 | 85b46a2f677ed49065504aa051f918b3f803e294 | [
"MIT-0"
] | null | null | null |
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <wc>:
char buf[512];
void
wc(int fd, char *name)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp
int i, n;
int l, w, c, inword;
l = w = c = 0;
6: c7... | 34.375082 | 60 | 0.42093 |
660217671cd6385ee73628c9cc60512457e0a23a | 5,619 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_912_1479.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_912_1479.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_912_1479.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf68e, %rsi
lea addresses_WC_ht+0x2b7e, %rdi
nop
nop
dec %rbx
mov $99, %rcx
rep movsw
nop
sub $9242, %rdx
lea addresses_normal_ht+0x7afe, %rbx
nop
nop
cmp %rax, %rax
movl $0x61626364, (... | 35.789809 | 2,735 | 0.656878 |
53412257a8cee3297b64dfc14ece486b8d6ff9be | 6,488 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_725_1441.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_725_1441.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_725_1441.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xf23a, %rsi
lea addresses_A_ht+0x142f5, %rdi
clflush (%rsi)
nop
nop
nop
nop
add $11349, %r13
mov $43, %rcx
rep movsq
nop
nop
nop
nop
xor $54398, %rcx
lea addresses_WT_ht+0x123... | 30.748815 | 2,174 | 0.656443 |
cadab3adf860d6ddd99ed3144edcb6ea0cee3c24 | 3,971 | asm | Assembly | release/src/router/gmp/source/mpn/powerpc64/mode64/addmul_1.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | release/src/router/gmp/source/mpn/powerpc64/mode64/addmul_1.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 8 | 2019-12-19T19:34:56.000Z | 2022-03-10T10:11:28.000Z | release/src/router/gmp/source/mpn/powerpc64/mode64/addmul_1.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl PowerPC-64 mpn_addmul_1 -- Multiply a limb vector with a limb and add
dnl the result to a second limb vector.
dnl Copyright 1999, 2000, 2001, 2003, 2004, 2005, 2006 Free Software
dnl Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute ... | 21.349462 | 79 | 0.641904 |
981f4db0a588f9786b2f0a87f43e6d135f7e15bd | 399 | asm | Assembly | programs/oeis/107/A107239.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/107/A107239.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/107/A107239.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A107239: Sum of squares of tribonacci numbers (A000073).
; 0,0,1,2,6,22,71,240,816,2752,9313,31514,106590,360606,1219935,4126960,13961456,47231280,159782161,540539330,1828631430,6186215574,20927817799,70798300288,239508933824,810252920400,2741065994769
lpb $0
mov $2,$0
sub $0,1
seq $2,85697 ; a(n) = T(n)^2, wh... | 36.272727 | 195 | 0.73183 |
63f8af29b3759472a584ba395e7448bc0831b835 | 13,861 | asm | Assembly | P6/data_P6_2/beq_bne_test7.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/beq_bne_test7.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/beq_bne_test7.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | lui $1,28668
ori $1,$1,42926
lui $2,52815
ori $2,$2,36460
lui $3,42933
ori $3,$3,18879
lui $4,51096
ori $4,$4,60937
lui $5,23017
ori $5,$5,48169
lui $6,8033
ori $6,$6,35819
mthi $1
mtlo $2
sec0:
nop
nop
nop
bne $3,$2,yes0
nop
no0:addiu $k1,$k1,1
yes0:addiu $k0,$k0,1
sec1:
nop
nop
sltu $2,$3,$3
bne $3,$2,yes1
... | 12.158772 | 22 | 0.603564 |
4faf35aecc69e6c9b458451a80575445c4d14978 | 691 | asm | Assembly | oeis/042/A042414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/042/A042414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/042/A042414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A042414: Numerators of continued fraction convergents to sqrt(735).
; Submitted by Jon Maiga
; 27,244,13203,119071,6443037,58106404,3144188853,28355806081,1534357717227,13837575261124,748763421817923,6752708371622431,365395015489429197,3295307847776485204,178312018795419630213,1608103477006553157121,87015899777149290... | 40.647059 | 473 | 0.839363 |
fdcf61de118fd7874eca242f272f7356b3e840e4 | 353 | asm | Assembly | programs/oeis/047/A047300.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047300.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047300.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047300: Numbers that are congruent to {2, 3, 4, 6} mod 7.
; 2,3,4,6,9,10,11,13,16,17,18,20,23,24,25,27,30,31,32,34,37,38,39,41,44,45,46,48,51,52,53,55,58,59,60,62,65,66,67,69,72,73,74,76,79,80,81,83,86,87,88,90,93,94,95,97,100,101,102,104,107,108,109,111
mul $0,7
add $0,7
mov $1,$0
div $1,2
sub $0,$1
div $0,2
mod $... | 25.214286 | 196 | 0.626062 |
3d5ed7333243b9c50da61667c3c501aafa95cce6 | 678 | asm | Assembly | oeis/246/A246831.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/246/A246831.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/246/A246831.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A246831: a(n) is the concatenation of n and 3n in binary.
; Submitted by Jon Maiga
; 0,7,22,57,76,95,210,245,280,315,350,737,804,871,938,1005,1072,1139,1206,1273,1340,1407,2882,3013,3144,3275,3406,3537,3668,3799,3930,4061,4192,4323,4454,4585,4716,4847,4978,5109,5240,5371,5502,11137,11396,11655,11914,12173,12432,12691... | 45.2 | 499 | 0.756637 |
4c2dbb17f64eb7758bbf84f596e25213feb4a9b7 | 488 | asm | Assembly | u7bg/suppressBarks.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | u7bg/suppressBarks.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | u7bg/suppressBarks.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %include "include/u7bg-all-includes.asm"
%define barkWithoutDialogs_ibo di
defineAddress 212, 0x0258, barkWithoutDialogs_getItemZ
defineAddress 212, 0x0279, barkWithoutDialogs_getItemZ_end
defineAddress 212, 0x027F, barkWithoutDialogs_dontBark
%define barkWithDialogs_ibo [di]
defineAddress 340, 0x1A83, barkWithDialog... | 34.857143 | 58 | 0.856557 |
8d7114e931930d145bba1680af7f0330a82a02d6 | 5,581 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1676.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1676.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1676.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x2370, %rsi
lea addresses_WC_ht+0x60a8, %rdi
nop
nop
nop
nop
xor %r12, %r12
mov $126, %rcx
rep movsw
nop
nop
nop
nop
nop
and %rbp, %rbp
lea addresses_UC_ht+0xcf70, %rbx
nop
and $20545,... | 40.737226 | 2,999 | 0.655617 |
32e7fbedd1e40e259587dc4bdf8c5bfa14034339 | 12,239 | asm | Assembly | engine/graphics-text.asm | richard42/dynosprite | 0b83f640a63656087653266baa2ec2499a39538d | [
"BSD-2-Clause"
] | 10 | 2015-04-16T20:48:06.000Z | 2021-09-07T02:08:30.000Z | engine/graphics-text.asm | jamieleecho/space-bandits | b0f45c4d6e8a2bbf8d1653b7b3c10059fa9ff13d | [
"BSD-2-Clause"
] | 1 | 2016-12-04T23:18:42.000Z | 2016-12-05T01:17:49.000Z | engine/graphics-text.asm | jamieleecho/space-bandits | b0f45c4d6e8a2bbf8d1653b7b3c10059fa9ff13d | [
"BSD-2-Clause"
] | 8 | 2015-01-04T17:05:42.000Z | 2021-01-31T01:46:13.000Z | *********************************************************************************
* DynoSprite - graphics-text.asm
* Copyright (c) 2013, Richard Goedeken
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions ar... | 52.982684 | 135 | 0.430264 |
9be25efa6eadcce7fd6c956c8ba5ff4c189e471e | 4,571 | asm | Assembly | Transynther/x86/_processed/NC/_st_4k_sm_/i7-8650U_0xd2_notsx.log_2_1377.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_4k_sm_/i7-8650U_0xd2_notsx.log_2_1377.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_4k_sm_/i7-8650U_0xd2_notsx.log_2_1377.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1994a, %rsi
lea addresses_WT_ht+0x3012, %rdi
clflush (%rsi)
xor $6509, %r12
mov $77, %rcx
rep movsq
nop
nop
nop
nop
nop
sub $43801, %r14
lea addresses_UC_ht+0x8412, %rsi
lea addresses... | 19.368644 | 151 | 0.64953 |
8c7f2b28fdadc28d465604e333d081145e9cd207 | 747 | asm | Assembly | oeis/094/A094649.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/094/A094649.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/094/A094649.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A094649: An accelerator sequence for Catalan's constant.
; Submitted by Jamie Morken(s4)
; 4,1,7,4,19,16,58,64,187,247,622,925,2110,3394,7252,12289,25147,44116,87727,157492,307294,560200,1079371,1987891,3798310,7043041,13382818,24927430,47191492,88165105,166501903,311686804,587670811,1101562312,2074699234,3892357744,... | 35.571429 | 490 | 0.779116 |
73f13a1b30ea2bb635a56a228339bf45c8e6a884 | 1,972 | asm | Assembly | exampl07/slickhuh/slickhuh.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl07/slickhuh/slickhuh.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl07/slickhuh/slickhuh.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | .686p
.model flat, stdcall
option casemap :none
externdef _imp__DispatchMessageA@4:PTR pr1
m2wp equ <_imp__DispatchMessageA@4>
externdef _imp__GetMessageA@16:PTR pr4
gms equ <_imp__GetMessageA@16>
externdef _imp__DefWindowProcA@16:PTR pr4
dpro equ <_imp__DefWindowProcA@16>
extern... | 22.157303 | 47 | 0.635396 |
02327941b3d59c58c4729fa66172f1b3223d9800 | 663 | asm | Assembly | model/apple_impl.asm | jacmba/neske | e2e45da767563f73de3b349ed9e40171cd92e010 | [
"MIT"
] | null | null | null | model/apple_impl.asm | jacmba/neske | e2e45da767563f73de3b349ed9e40171cd92e010 | [
"MIT"
] | null | null | null | model/apple_impl.asm | jacmba/neske | e2e45da767563f73de3b349ed9e40171cd92e010 | [
"MIT"
] | null | null | null | ;===========================================================
; apple_impl.asm
;
; Apple model implementation routines
;===========================================================
;-----------------------------------------------------------
; Initialize apple object
;----------------------------------------------------... | 22.1 | 60 | 0.310709 |
dcf45219b02d2958e5d768f007078c9949b01ec6 | 1,763 | asm | Assembly | Lab Work/5th-semester/assembly-language/book/CH-07/7_11.asm | akazad13/bsc-academic-work | c9a1df5948ed93ce54822bb0a3f1972a9201e9f9 | [
"MIT"
] | null | null | null | Lab Work/5th-semester/assembly-language/book/CH-07/7_11.asm | akazad13/bsc-academic-work | c9a1df5948ed93ce54822bb0a3f1972a9201e9f9 | [
"MIT"
] | null | null | null | Lab Work/5th-semester/assembly-language/book/CH-07/7_11.asm | akazad13/bsc-academic-work | c9a1df5948ed93ce54822bb0a3f1972a9201e9f9 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
MSG1 DB 0AH,'TYPE A BINARY NUMBER, UP TO 16 DIGITS: $'
MSG2 DB 0AH,'ILLEGAL BINARY DIGIT, TRY AGAIN: $';
MSG3 DB 'IN HEX IT IS $'
I DB 0
.CODE
MAIN PROC
; initializing data segment
MOV AX,@DATA
MOV DS,AX
LEA DX,MSG1 ; getting offset of 1st message
MOV AH,9 ; string print funct... | 20.264368 | 55 | 0.663074 |
075895a2553dd7dec71897d4345ac5f6f3378427 | 2,575 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.zigzag.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.zigzag.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.zigzag.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z |
code segment
assume cs:code, ds:code, es:code, ss:nothing
org 0100h
start: db 8Bh,0DBh
mov ah,4Eh ;find a file
mov cx,0000h ;
mov dx,offset filemask ;load searchmask, .COM
loopy: int 21h
jb effect ... | 29.94186 | 67 | 0.352233 |
ca099c65e256d122d18dc343a4dfa0700c2f9138 | 735 | asm | Assembly | oeis/006/A006152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006152.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006152: Exponential generating function x*exp(x/(1-x)).
; Submitted by Jon Maiga
; 1,2,9,52,365,3006,28357,301064,3549177,45965530,648352001,9888877692,162112109029,2841669616982,53025262866045,1049180850990736,21937381717388657,483239096122434354,11184035897992673017,271287473871771163460,6881656485607798743261,182... | 73.5 | 472 | 0.846259 |
c3d97a6b7fb909f105e3c75dcb07f66a9e170fff | 662 | asm | Assembly | oeis/076/A076006.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/076/A076006.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/076/A076006.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A076006: Sixth column of triangle A075503.
; Submitted by Christian Krause
; 1,168,17024,1354752,93499392,5881430016,346987429888,19548208103424,1064285732077568,56464495286943744,2936605030892961792,150373246607730671616,7606369972746352328704,381025640076812853706752,18938335262382167410343936,935400438453715177127... | 73.555556 | 496 | 0.888218 |
12d1e37a97180f66b28dafa791ee4f43f1b12be4 | 703 | asm | Assembly | LAB06/TASK03.asm | PrabalChowdhury/CSE-341-MICROPROCESSOR | 88f0dea914890c5aa5bc10d0131233b2ebd27586 | [
"MIT"
] | null | null | null | LAB06/TASK03.asm | PrabalChowdhury/CSE-341-MICROPROCESSOR | 88f0dea914890c5aa5bc10d0131233b2ebd27586 | [
"MIT"
] | null | null | null | LAB06/TASK03.asm | PrabalChowdhury/CSE-341-MICROPROCESSOR | 88f0dea914890c5aa5bc10d0131233b2ebd27586 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
A DB 5 dup(?)
Y dw $-A
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
mov ax,data
mov ds,ax
mov si,0
INPUT:
cmp si,5
je CHECKIN
mov ah,1
int 21h
sub al,30h
mov a[si],al
add si,1
loop INPUT
CHECKIN:
mov si,0
mov dl,0ah
mov ah,2
int 21h
mov dl... | 8.369048 | 15 | 0.571835 |
d2fe98f197b5ee980999fa2994759d0a5fa2550e | 1,459 | asm | Assembly | programs/oeis/002/A002232.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/002/A002232.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/002/A002232.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A002232: 8th powers written backwards.
; 0,1,652,1656,63556,526093,6169761,1084675,61277761,12764034,1,188853412,696189924,127037518,6509875741,5260982652,6927694924,1447575796,67506991011,14036538961,652,16395822873,63537857845,18258901387,671413570011,526098785251,675460728802,184635924282,633899108773,169214642005... | 112.230769 | 1,326 | 0.892392 |
5c3ff10a345af60db3252ca53f3b28e0b78ccea2 | 490 | asm | Assembly | oeis/152/A152090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152090: a(n) = 2^n*Product_{k=1..floor((n-1)/2)} (1 + 2*cos(k*Pi/n)^2 + 4*cos(k*Pi/n)^4).
; Submitted by Christian Krause
; 1,1,1,3,7,16,39,91,217,513,1216,2881,6825,16171,38311,90768,215047,509491,1207089,2859841,6775552,16052673,38032081,90105811,213479175,505776016,1198287271,2838988683,6726147337,15935624641,377... | 24.5 | 203 | 0.646939 |
0295ae8b6b1cf000a1d5f5c6c7e52ddc6346d2a4 | 156 | asm | Assembly | Kernel/asm/systemTime.asm | Smonjeau/TPE2-SO | 9ff6dff3a1d1e0344d8e4092bf38a4098e74aa4e | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/systemTime.asm | Smonjeau/TPE2-SO | 9ff6dff3a1d1e0344d8e4092bf38a4098e74aa4e | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/systemTime.asm | Smonjeau/TPE2-SO | 9ff6dff3a1d1e0344d8e4092bf38a4098e74aa4e | [
"BSD-3-Clause"
] | null | null | null |
GLOBAL get_Time
SECTION .text
get_Time:
push rbp
mov rbp,rsp
mov rax, 0
mov rax, rdi
out 70h, al
in al, 71h
mov rsp,rbp
pop rbp
ret
| 8.210526 | 15 | 0.628205 |
ad01f6116ddad3b3f677684a3bf6dde802658d54 | 617 | asm | Assembly | src/bswap32.asm | shines77/base64_fast | 3661aa1dd89d3e2b97bdd6f2d83f0abb68b904e3 | [
"MIT"
] | null | null | null | src/bswap32.asm | shines77/base64_fast | 3661aa1dd89d3e2b97bdd6f2d83f0abb68b904e3 | [
"MIT"
] | null | null | null | src/bswap32.asm | shines77/base64_fast | 3661aa1dd89d3e2b97bdd6f2d83f0abb68b904e3 | [
"MIT"
] | null | null | null | page ,132
title ByteSwap32 (bswap32.asm)
;
; See: http://www.cppblog.com/luqingfei/archive/2010/08/11/123078.aspx
; See: https://msdn.microsoft.com/en-us/library/ss9fh0d6.aspx
;
ifndef X64
.586
;.686p
;.mmx
;.XMM
.model flat, C
option casemap : none
endif
.xlist
;include base64_fast.inc
.list
;.stack 100h
.... | 11.017857 | 70 | 0.680713 |
aef8348932914e66996e06219224760bbdf5c112 | 309 | asm | Assembly | oeis/139/A139217.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/139/A139217.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/139/A139217.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A139217: Smallest positive integer of the form 3k+1 such that all subsets of {a(1),...,a(n)} have a different sum.
; Submitted by Jon Maiga
; 1,4,7,13,22,49,97,190,385,769,1534,3073,6145,12286
sub $0,1
mov $1,$0
pow $0,2
mod $0,3
mov $2,$1
cmp $2,0
add $1,$2
mov $3,2
pow $3,$1
add $0,$3
mul $0,3
sub $0,2
| 18.176471 | 116 | 0.644013 |
531b587891dc54557de6a0130723fa6635a4cb49 | 218 | asm | Assembly | tests/data/src/test_ld_iyn.asm | protoCall7/PZ80emu | 2ff78d206bda4a173bfca0700462cd5f1cb3d637 | [
"BSD-3-Clause"
] | 1 | 2016-03-07T23:18:59.000Z | 2016-03-07T23:18:59.000Z | tests/data/src/test_ld_iyn.asm | protoCall7/PZ80emu | 2ff78d206bda4a173bfca0700462cd5f1cb3d637 | [
"BSD-3-Clause"
] | 3 | 2015-12-13T00:27:06.000Z | 2017-10-20T18:39:25.000Z | tests/data/src/test_ld_iyn.asm | protoCall7/PZ80emu | 2ff78d206bda4a173bfca0700462cd5f1cb3d637 | [
"BSD-3-Clause"
] | null | null | null | ld iy,0x0070
ld (iy+0),0x00
ld (iy+1),0x01
ld (iy+2),0x02
ld (iy+3),0x03
ld (iy+4),0x04
ld (iy+5),0x05
ld (iy+6),0x06
ld (iy+7),0x07
ld a,(iy+1)
ld b,(iy+2)
ld c,(iy+3)
ld d,(iy+4)
ld e,(iy+5)
ld h,(iy+6)
ld l,(iy+7)
| 12.111111 | 14 | 0.568807 |
6bfbe8b013d79a2a09155c14c9f2f0751b28ab05 | 2,020 | asm | Assembly | software/minol/source/commands/goto_run.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | software/minol/source/commands/goto_run.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | software/minol/source/commands/goto_run.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | ; ****************************************************************************************************************
; ****************************************************************************************************************
;
; GOTO and RUN
;
; *********************************************************... | 42.978723 | 114 | 0.298515 |
420495cccaba9a428f696f635620dbaaf49fd906 | 531 | asm | Assembly | oeis/292/A292631.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/292/A292631.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/292/A292631.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A292631: a(n) = n! * [x^n] exp(n*x)*(BesselI(0,2*x) + BesselI(1,2*x)).
; Submitted by Christian Krause
; 1,2,10,75,758,9660,148772,2688420,55784710,1307378358,34158527852,984547901051,31034429035260,1062081192039140,39218355263626632,1554260970293874135,65803396940022289734,2964120950479432183950,14154814989401656275... | 26.55 | 273 | 0.72693 |
6e50e632b55c94cdacf1b7adb27f5bb88083e095 | 90 | asm | Assembly | kernel/devices/video/font.asm | lixk28/emerald | 12b46cdcf906473f230978d74cddcbc1321437f3 | [
"MIT"
] | 378 | 2020-11-04T13:50:12.000Z | 2022-03-29T07:29:22.000Z | kernel/devices/video/font.asm | lixk28/emerald | 12b46cdcf906473f230978d74cddcbc1321437f3 | [
"MIT"
] | 30 | 2020-11-05T01:19:57.000Z | 2021-12-09T22:45:15.000Z | kernel/devices/video/font.asm | lixk28/emerald | 12b46cdcf906473f230978d74cddcbc1321437f3 | [
"MIT"
] | 48 | 2020-11-04T13:43:03.000Z | 2022-03-12T03:27:01.000Z | global fb_font
section .data
align 8
fb_font:
incbin "kernel/devices/video/fb_font.psf"
| 12.857143 | 42 | 0.788889 |
37e2130be9cf1cacb6b0f358be4b6fb82ff15d98 | 261,135 | asm | Assembly | disassemble/mrtnt.asm | BleuLlama/GameDocs | 7f542ae50a2d0c7045c3ed826497b32941eafa0a | [
"MIT"
] | 14 | 2015-09-04T02:30:43.000Z | 2022-02-19T10:31:14.000Z | disassemble/mrtnt.asm | BleuLlama/GameDocs | 7f542ae50a2d0c7045c3ed826497b32941eafa0a | [
"MIT"
] | null | null | null | disassemble/mrtnt.asm | BleuLlama/GameDocs | 7f542ae50a2d0c7045c3ed826497b32941eafa0a | [
"MIT"
] | 2 | 2021-01-09T23:45:45.000Z | 2022-03-08T12:57:58.000Z | ; Mr. TNT
;
; preliminary disassembly, for when I added this in to a menu system
;
Starting address: 0
Ending address: 16383
Output file: (none)
Pass 1 of 1
0000 f3 di
0001 af xor a
0002 0608 ld b,#08
0004 210050 ld hl,#5000
0007 77 ld (hl),a
0008 23 ... | 30.297598 | 78 | 0.44588 |
53e8228d6841c9a9735424c078889f839d12d177 | 2,134 | nasm | Assembly | fio.nasm | fasync/Syndicate | e206c600bf811aa3e30ba60d305728dd8bebfbf0 | [
"BSD-2-Clause"
] | 1 | 2021-03-02T23:29:32.000Z | 2021-03-02T23:29:32.000Z | fio.nasm | fasync/Syndicate | e206c600bf811aa3e30ba60d305728dd8bebfbf0 | [
"BSD-2-Clause"
] | null | null | null | fio.nasm | fasync/Syndicate | e206c600bf811aa3e30ba60d305728dd8bebfbf0 | [
"BSD-2-Clause"
] | null | null | null | ;; Copyright (c) 2020, Florian Büstgens
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;; 1. Redistributions of source code must retain the above copyright
;; notice, this list of ... | 34.419355 | 83 | 0.701968 |
dc254d055222b34a8707f04e6b26022c9c0af9ed | 1,893 | asm | Assembly | programs/oeis/005/A005970.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/005/A005970.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/005/A005970.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A005970: Partial sums of squares of Lucas numbers.
; 1,10,26,75,196,520,1361,3570,9346,24475,64076,167760,439201,1149850,3010346,7881195,20633236,54018520,141422321,370248450,969323026,2537720635,6643838876,17393796000,45537549121,119218851370,312119004986,817138163595,2139295485796,5600748293800,14662949395601,38388... | 118.3125 | 1,674 | 0.908082 |
8bbac80e71ad25f7e15e000effc72b0bade058fe | 3,996 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_522.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_522.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_522.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 %r12
push %r13
push %r8
push %r9
push %rbp
push %rbx
push %rsi
// Store
mov $0x7ca, %rbp
cmp $48087, %r13
mov $0x5152535455565758, %rsi
movq %rsi, %xmm4
movups %xmm4, (%rbp)
nop
nop
cmp %rsi, %rsi
// Faulty Load
lea addres... | 70.105263 | 2,999 | 0.660661 |
db872395685561094701e72ed9c471a9d5444356 | 604 | asm | Assembly | oeis/006/A006342.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006342.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006342.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006342: Coloring a circuit with 4 colors.
; 1,1,4,10,31,91,274,820,2461,7381,22144,66430,199291,597871,1793614,5380840,16142521,48427561,145282684,435848050,1307544151,3922632451,11767897354,35303692060,105911076181,317733228541,953199685624,2859599056870,8578797170611,25736391511831,77209174535494,231627523606480,6... | 60.4 | 501 | 0.860927 |
4630028e1a6300ecd7c180b20f4fc90c9e78cac7 | 55 | asm | Assembly | Sistemi e reti/Assembly/add.asm | Gabri3445/EquazioneSecondoGrado | 63d64812e6bb0d2d3733a37537c11b425ebbff8f | [
"CC0-1.0"
] | null | null | null | Sistemi e reti/Assembly/add.asm | Gabri3445/EquazioneSecondoGrado | 63d64812e6bb0d2d3733a37537c11b425ebbff8f | [
"CC0-1.0"
] | null | null | null | Sistemi e reti/Assembly/add.asm | Gabri3445/EquazioneSecondoGrado | 63d64812e6bb0d2d3733a37537c11b425ebbff8f | [
"CC0-1.0"
] | null | null | null | LDA #2
LDB #4
ADD
STA 1337
LDB #6
ADD
STA 1338
OUT
HLT
| 5.5 | 8 | 0.690909 |
e73f861baf23061c4ac84a3fc653c8a160dde536 | 1,703 | asm | Assembly | Sim/tests/08_test_conditional_jump.asm | ericsims/16B | d0921ae55e2b830531dd7dd5e71ea1fd2bdb10bc | [
"MIT"
] | null | null | null | Sim/tests/08_test_conditional_jump.asm | ericsims/16B | d0921ae55e2b830531dd7dd5e71ea1fd2bdb10bc | [
"MIT"
] | null | null | null | Sim/tests/08_test_conditional_jump.asm | ericsims/16B | d0921ae55e2b830531dd7dd5e71ea1fd2bdb10bc | [
"MIT"
] | null | null | null | #include "../CPU.asm"
#bank rom
; tests jmz, jmc, jnz. does not test jnc, jmn, jnn
; ** jmz tests ***
; first test case
test1:
load a, #0xAA
assert a, #0xAA
add a, #0x00
; jump if zero. should evaluate to false
jmz .b
; assert a reg is still correct
assert a, #0xAA
; go to next test case
jmp test2
; if we jump h... | 13.20155 | 50 | 0.672343 |
d192c27b1f4595c036cb716e5ff08c6513df543b | 3,852 | asm | Assembly | src/include.asm | ViGrey/iss-nes | 3ca87be0f7590893d0f6f9d8b5d5e77463de7792 | [
"Unlicense"
] | 23 | 2020-08-09T05:18:44.000Z | 2021-04-24T23:37:12.000Z | src/include.asm | ViGrey/iss-nes | 3ca87be0f7590893d0f6f9d8b5d5e77463de7792 | [
"Unlicense"
] | null | null | null | src/include.asm | ViGrey/iss-nes | 3ca87be0f7590893d0f6f9d8b5d5e77463de7792 | [
"Unlicense"
] | null | null | null | ; Copyright (C) 2020, Vi Grey
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
;
; 1. Redistributions of source code must retain the above copyright
; notice, this list of conditions and the f... | 56.647059 | 911 | 0.553219 |
32a0221690ebc9c04eda2eba4666491cb7e6d495 | 1,446 | asm | Assembly | src/firmware-tests/Platform/Motor/EnableDisable/IsEnabledTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Motor/EnableDisable/IsEnabledTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Motor/EnableDisable/IsEnabledTest.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "Motor.inc"
#include "../../Smps/IsSmpsEnabledStub.inc"
#include "TestFixture.inc"
radix decimal
udata
global stubIsSmpsEnabled
global numberOfEnableCalls
global numberOfDisableCalls
global expectedIsMotorVddEnabled
stubIsSmpsEnabled res 1
numberOfE... | 20.083333 | 64 | 0.834025 |
fc333cffde8e77667d9d8b603f4d004d3c98de1e | 789 | asm | Assembly | oeis/192/A192921.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192921.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192921.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192921: Constant term in the reduction by (x^2->x+1) of the polynomial p(n,x) defined below at Comments.
; Submitted by Jamie Morken(s2)
; 1,2,2,7,16,44,113,298,778,2039,5336,13972,36577,95762,250706,656359,1718368,4498748,11777873,30834874,80726746,211345367,553309352,1448582692,3792438721,9928733474,25993761698,68... | 37.571429 | 483 | 0.780735 |
97a822b2082e65a9178b89157477c359fdbcd4ca | 1,700 | asm | Assembly | programs/oeis/173/A173308.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/173/A173308.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/173/A173308.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A173308: 17*n*(n+1).
; 0,34,102,204,340,510,714,952,1224,1530,1870,2244,2652,3094,3570,4080,4624,5202,5814,6460,7140,7854,8602,9384,10200,11050,11934,12852,13804,14790,15810,16864,17952,19074,20230,21420,22644,23902,25194,26520,27880,29274,30702,32164,33660,35190,36754,38352,39984,41650,43350,45084,46852,48654,50490,... | 242.857143 | 1,646 | 0.837059 |
311d7a34f2c71c9628671b6a9ca300e12be37552 | 23,349 | asm | Assembly | jsrc/openssl/sha/asm/sha1-586-nasm.asm | jsoftware/j-playground | fec7be5a9dc92d45c7326556b6058e63fb4f979a | [
"MIT"
] | 4 | 2022-01-19T04:23:49.000Z | 2022-03-28T18:55:38.000Z | jsrc/openssl/sha/asm/sha1-586-nasm.asm | jsoftware/j-playground | fec7be5a9dc92d45c7326556b6058e63fb4f979a | [
"MIT"
] | 15 | 2022-02-28T13:09:29.000Z | 2022-03-11T01:15:39.000Z | jsrc/openssl/sha/asm/sha1-586-nasm.asm | jsoftware/j-playground | fec7be5a9dc92d45c7326556b6058e63fb4f979a | [
"MIT"
] | 2 | 2022-01-29T13:26:27.000Z | 2022-02-23T02:43:31.000Z | %ifidn __OUTPUT_FORMAT__,obj
section code use32 class=code align=64
; %elifidn __OUTPUT_FORMAT__,win32
$@feat.00 equ 1
section .text code align=64
%else
section .text code
%endif
global _sha1_block_data_order
align 16
_sha1_block_data_order:
L$_sha1_block_data_order_begin:
push ebp
push ebx
push esi
push edi
mov e... | 16.858484 | 61 | 0.676003 |
4d6853be64b44867b486a9131a3d7b6d63644c5f | 2,386 | asm | Assembly | scripts/bikeshop.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | scripts/bikeshop.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | scripts/bikeshop.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | BikeShopScript:
jp EnableAutoTextBoxDrawing
BikeShopTextPointers:
dw BikeShopText1
dw BikeShopText2
dw BikeShopText3
BikeShopText1:
TX_ASM
CheckEvent EVENT_GOT_BICYCLE
jr z, .asm_260d4
ld hl, BikeShopText_1d82f
call PrintText
jp .Done
.asm_260d4
ld b, BIKE_VOUCHER
call IsItemInBag
jr z, .asm_41190
ld hl... | 16.121622 | 31 | 0.766555 |
bf579c8735e5b0cf15417559bd3fcd564cdaa5fa | 2,110 | asm | Assembly | dv3/hd/fchk.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/hd/fchk.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/hd/fchk.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Hard Disk Format Check V2.00 1990 Tony Tebby QJUMP
section dv3
xdef hd_fchk
xref cv_upcas
include 'dev8_keys_err'
include 'dev8_keys_msg8'
include 'dev8_keys_sys'
include 'dev8_keys_k'
include 'dev8_keys_qdos_io'
include 'dev8_keys_qdos_sms'
include 'dev8_dv3_keys'
include 'dev8_dv3_hd_keys'
... | 16.88 | 64 | 0.671564 |
fcafd9c48f665f4caed6552bc48035749ec77f97 | 20,990 | asm | Assembly | components/x264/x264-snapshot-20181221-2245-stable/common/x86/cabac-a.asm | plkumar/esp32-homekit-camera | 9ae7bf0482bfa08eec7a7e52a920a2664e19f7d6 | [
"MIT"
] | 286 | 2019-01-09T14:33:32.000Z | 2022-03-29T00:18:28.000Z | components/x264/x264-snapshot-20181221-2245-stable/common/x86/cabac-a.asm | jangolen/esp32-homekit-camera | 8a2f6e5e92c148853f681b427cd7c73e30ec3f57 | [
"MIT"
] | 95 | 2019-01-13T13:14:12.000Z | 2022-03-26T16:15:50.000Z | components/x264/x264-snapshot-20181221-2245-stable/common/x86/cabac-a.asm | jangolen/esp32-homekit-camera | 8a2f6e5e92c148853f681b427cd7c73e30ec3f57 | [
"MIT"
] | 71 | 2019-01-07T22:56:17.000Z | 2022-03-03T19:53:37.000Z | ;*****************************************************************************
;* cabac-a.asm: x86 cabac
;*****************************************************************************
;* Copyright (C) 2008-2018 x264 project
;*
;* Authors: Loren Merritt <lorenm@u.washington.edu>
;* Fiona Glaser <fiona@x264.com>... | 26.502525 | 97 | 0.623678 |
91ea9a9310dbefe8bf1f859900f7d3d9c64eca22 | 722 | asm | Assembly | oeis/338/A338086.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/338/A338086.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/338/A338086.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A338086: Duplicate the ternary digits of n, so each 0, 1 or 2 becomes 00, 11 or 22 respectively.
; Submitted by Jamie Morken(w1)
; 0,4,8,36,40,44,72,76,80,324,328,332,360,364,368,396,400,404,648,652,656,684,688,692,720,724,728,2916,2920,2924,2952,2956,2960,2988,2992,2996,3240,3244,3248,3276,3280,3284,3312,3316,3320,3... | 45.125 | 481 | 0.732687 |
21e07208110e0528cd5644bf6d3cc65664a3ea92 | 1,033 | asm | Assembly | libsrc/math/genmath/rshift_noaf.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/math/genmath/rshift_noaf.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/math/genmath/rshift_noaf.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; Z88dk Generic Floating Point Math Library
;
; Shift c ix de b right by a
;
; $Id: rshift_noaf.asm,v 1.1 2012/04/17 16:37:46 stefano Exp $:
XLIB rshift
XDEF rsh8
.RSHIFT LD B,0
.RSH2 SUB 8
JR C,RSH4 ;c => 7 or fewer shifts remain
LD B,E ;shift c ix de b... | 20.66 | 69 | 0.393998 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.