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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
92bda84283b4f36c32b5e96b7e69e7e8e1071a81 | 325 | asm | Assembly | oeis/021/A021575.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021575.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021575.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021575: Decimal expansion of 1/571.
; Submitted by Jon Maiga
; 0,0,1,7,5,1,3,1,3,4,8,5,1,1,3,8,3,5,3,7,6,5,3,2,3,9,9,2,9,9,4,7,4,6,0,5,9,5,4,4,6,5,8,4,9,3,8,7,0,4,0,2,8,0,2,1,0,1,5,7,6,1,8,2,1,3,6,6,0,2,4,5,1,8,3,8,8,7,9,1,5,9,3,6,9,5,2,7,1,4,5,3,5,9,0,1,9,2,6
add $0,1
mov $2,10
pow $2,$0
div $2,571
mov $0,$2
mod $... | 29.545455 | 199 | 0.556923 |
d112d5f93169733bfe56afd6c12ed02dad5c1b0c | 41,116 | asm | Assembly | opcodes1.asm | tonypdmtr/emu6809 | 2444447aa00882bc84fd3b0415c81edff4d85883 | [
"MIT"
] | 1 | 2020-12-11T00:36:51.000Z | 2020-12-11T00:36:51.000Z | opcodes1.asm | tonypdmtr/emu6809 | 2444447aa00882bc84fd3b0415c81edff4d85883 | [
"MIT"
] | 1 | 2020-05-29T14:15:55.000Z | 2020-06-01T11:29:42.000Z | opcodes1.asm | tonypdmtr/emu6809 | 2444447aa00882bc84fd3b0415c81edff4d85883 | [
"MIT"
] | null | null | null | ;*******************************************************************************
; Include: OPCODES1
; Version: 1.20
; Written: July 15, 1990
; Updated: Friday, August 12, 1994 7:52 pm
; Author : Tony G. Papadimitriou
; Purpose: This is an include file with half the opcode routines used by
; the MC6809E.ASM p... | 30.143695 | 83 | 0.314525 |
83419b97f73cdfd124519da275bf5b01b060ca4c | 1,468 | asm | Assembly | programs/oeis/006/A006697.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006697.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006697.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A006697: Number of subwords of length n in infinite word generated by a -> aab, b -> b.
; 1,2,4,6,9,13,17,22,28,35,43,51,60,70,81,93,106,120,135,151,167,184,202,221,241,262,284,307,331,356,382,409,437,466,496,527,559,591,624,658,693,729,766,804,843,883,924,966,1009,1053,1098,1144,1191,1239,1288,1338,1389,1441,1494,15... | 112.923077 | 1,285 | 0.776567 |
32a1166e8cd8ff744a4ba6cca522c4fb611b2228 | 851 | asm | Assembly | oeis/322/A322450.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/322/A322450.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/322/A322450.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A322450: Number of permutations of [2n] in which the size of the last cycle is n and the cycles are ordered by increasing smallest elements.
; Submitted by Jamie Morken(s3.)
; 1,1,4,60,2016,120960,11404800,1556755200,290594304000,71137485619200,22117290983424000,8515157028618240000,3977233344443842560000,221588714904... | 35.458333 | 471 | 0.79436 |
73509de136b095fc69ea8e31dc7bf56e8f23658b | 14,119 | asm | Assembly | Library/Spline/Spline/splinePtr.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spline/Spline/splinePtr.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spline/Spline/splinePtr.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: splinePtr.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- ---... | 21.755008 | 76 | 0.61357 |
cf1b9dd1511927baa3e8d7692bd90b07ee8e4765 | 643 | asm | Assembly | oeis/115/A115147.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/115/A115147.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/115/A115147.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A115147: Eighth convolution of A115140.
; Submitted by Christian Krause
; 1,-8,20,-16,2,0,0,0,-1,-8,-44,-208,-910,-3808,-15504,-62016,-245157,-961400,-3749460,-14567280,-56448210,-218349120,-843621600,-3257112960,-12570420330,-48507033744,-187187399448,-722477682080,-2789279908316,-10772391370048,-41620603020640,-160... | 45.928571 | 480 | 0.782271 |
f057e3e5471cb1e9dfe858899dd0dcf1179dd8e3 | 2,824 | asm | Assembly | book-01/Assembly/asm/avx/packed/avx_p_convert_float_to_byte_0_255_range.asm | gfurtadoalmeida/study-assembly-x64 | 4acdefb015d44706c60bd7ea5d94f726c4dbcbb4 | [
"MIT"
] | 2 | 2021-02-27T04:50:26.000Z | 2022-03-15T23:27:12.000Z | book-01/Assembly/asm/avx/packed/avx_p_convert_float_to_byte_0_255_range.asm | gfurtadoalmeida/study-assembly-x64 | 4acdefb015d44706c60bd7ea5d94f726c4dbcbb4 | [
"MIT"
] | null | null | null | book-01/Assembly/asm/avx/packed/avx_p_convert_float_to_byte_0_255_range.asm | gfurtadoalmeida/study-assembly-x64 | 4acdefb015d44706c60bd7ea5d94f726c4dbcbb4 | [
"MIT"
] | null | null | null | include macros.inc
include comparison_predicates.inc
.const
align 16
FloatToUint8Min real4 0.0, 0.0, 0.0, 0.0
FloatToUint8Max real4 1.0, 1.0, 1.0, 1.0
FloatToUint8Scale real4 255.0, 255.0, 255.0, 255.0
Uint8Min dword 0
Uint8Max dword 255
.code
; bool AVX_Packed_Convert_Float_To_Byte_0_255_Range(const float* in... | 23.147541 | 112 | 0.695467 |
2cb35b5d2337aaf1f9d0a9c818c81b4a79ef1c6c | 12,433 | asm | Assembly | calc/calc.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | 1 | 2021-03-21T19:49:05.000Z | 2021-03-21T19:49:05.000Z | calc/calc.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | null | null | null | calc/calc.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | null | null | null |
;; Calculator application for xOS
;; Copyright (C) 2017 by Omar Mohammad.
use32
org 0x8000000 ; programs are loaded to 128 MB, drivers to 2048 MB
application_header:
.id db "XOS1" ; tell the kernel we are a valid application
.type dd 0 ; 32-bit application
.entry dd main ; entry point
.reserved0 dq 0
... | 14.274397 | 66 | 0.693718 |
27aa6c27d74c67fbcbd8f0cbbec0f8d1c4a790f7 | 261 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshc_cls_wc_pix_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshc_cls_wc_pix_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshc_cls_wc_pix_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void tshc_cls_wc_pix(struct r_Rect8 *r, uchar pix)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_cls_wc_pix_callee
EXTERN asm_tshc_cls_wc_pix
_tshc_cls_wc_pix_callee:
pop hl
pop ix
dec sp
ex (sp),hl
ld l,h
jp asm_tshc_cls_wc_pix
| 13.736842 | 52 | 0.750958 |
02765dd34bf124d93441d3e18d59255bc25022e5 | 5,812 | asm | Assembly | unused/develop/obj/scene_0_actors.asm | pau-tomas/gbvm | c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b | [
"MIT"
] | 33 | 2020-12-27T11:53:23.000Z | 2022-02-19T23:05:12.000Z | unused/develop/obj/scene_0_actors.asm | pau-tomas/gbvm | c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b | [
"MIT"
] | 2 | 2020-12-10T16:53:53.000Z | 2022-01-31T21:42:01.000Z | unused/develop/obj/scene_0_actors.asm | pau-tomas/gbvm | c2c7a93a42f6e3168b013c93c4a3bd1c9e8b989b | [
"MIT"
] | 6 | 2021-04-18T08:09:16.000Z | 2022-01-31T21:52:24.000Z | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.1.4 #12246 (Mac OS X x86_64)
;--------------------------------------------------------
.module scene_0_actors
.optsdcc -mgbz80
;--------------------------------------------------------
; P... | 16.371831 | 57 | 0.490709 |
dc5495c1c443392858b6e54d10759b85757512f0 | 265 | asm | Assembly | programs/oeis/329/A329682.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/329/A329682.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329682.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A329682: Number of excursions of length n with Motzkin-steps forbidding all consecutive steps of length 2 except UH, UD, HU and DD.
; 1,1,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0
trn $0,3
mod $0,3
gcd $0,2
mov $1,$0
sub $1,1
| 29.444444 | 133 | 0.645283 |
bef1b49527d9d8dba5a5a50790b060250e248fed | 7,443 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1275.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1275.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1275.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 %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x58a5, %r8
nop
nop
nop
nop
nop
inc %rbx
movw $0x6162, (%r8)
sub $61988, %r10
lea addresses_UC_ht+0x1af85, %r12
nop
nop
nop
nop
cmp %rdi, %rdi
movw $0x6162, (%r12)
nop
nop
mfence... | 33.678733 | 2,999 | 0.65565 |
e7e5924a9c5330921da40a0d55141ed2285ff184 | 991 | asm | Assembly | data/mapObjects/silphco2.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/mapObjects/silphco2.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/mapObjects/silphco2.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | SilphCo2Object:
db $2e ; border block
db $7 ; warps
db $0, $18, $2, SILPH_CO_1F
db $0, $1a, $0, SILPH_CO_3F
db $0, $14, $0, SILPH_CO_ELEVATOR
db $3, $3, $6, SILPH_CO_3F
db $3, $d, $4, SILPH_CO_8F
db $f, $1b, $5, SILPH_CO_8F
db $f, $9, $4, SILPH_CO_6F
db $0 ; signs
db $5 ; objects
object SPRITE_LASS, $a, ... | 33.033333 | 67 | 0.686176 |
b85cf38e670a735c18ff75d0026c88cf0745a20f | 1,608 | asm | Assembly | programs/oeis/081/A081250.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/081/A081250.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/081/A081250.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A081250: Numbers k such that A081249(m)/m^2 has a local minimum for m = k.
; 1,3,11,33,101,303,911,2733,8201,24603,73811,221433,664301,1992903,5978711,17936133,53808401,161425203,484275611,1452826833,4358480501,13075441503,39226324511,117678973533,353036920601,1059110761803,3177332285411,9531996856233,28595990568701,... | 178.666667 | 1,482 | 0.922886 |
4cebc37f0ea7b7e38d5cda72cfa12f371663f30e | 4,029 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xa0_notsx.log_162_420.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xa0_notsx.log_162_420.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_sm_/i9-9900K_12_0xa0_notsx.log_162_420.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 %r8
push %rax
push %rbx
push %rdi
lea addresses_A_ht+0x14289, %rdi
nop
nop
nop
nop
nop
cmp %rbx, %rbx
mov (%rdi), %r8w
nop
nop
nop
nop
inc %rax
pop %rdi
pop %rbx
pop %rax
pop %r8
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %rax
push %rbp
push %rcx
push ... | 21.778378 | 485 | 0.63862 |
2a3d5bcf72e5590e905662aef22622a0400e5f94 | 10,992 | nasm | Assembly | CryptoPkg/Library/OpensslLib/X64/crypto/x86_64cpuid.nasm | nicklela/edk2 | dfafa8e45382939fb5dc78e9d37b97b500a43613 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 3,012 | 2015-01-01T19:58:18.000Z | 2022-03-31T22:07:14.000Z | CryptoPkg/Library/OpensslLib/X64/crypto/x86_64cpuid.nasm | nicklela/edk2 | dfafa8e45382939fb5dc78e9d37b97b500a43613 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 1,199 | 2015-01-12T08:00:01.000Z | 2022-03-29T18:14:42.000Z | CryptoPkg/Library/OpensslLib/X64/crypto/x86_64cpuid.nasm | nicklela/edk2 | dfafa8e45382939fb5dc78e9d37b97b500a43613 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 1,850 | 2015-01-01T11:28:12.000Z | 2022-03-31T18:10:59.000Z | ; WARNING: do not edit!
; Generated from openssl/crypto/x86_64cpuid.pl
;
; Copyright 2005-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 LICENSE... | 22.341463 | 74 | 0.454421 |
3a9dad76e3631974290d85db6a222c9682d83955 | 77 | asm | Assembly | codes/low-level/ch05/macro_local_labels.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | codes/low-level/ch05/macro_local_labels.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | codes/low-level/ch05/macro_local_labels.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | %macro mymacro 0
%%labelname:
%%labelname:
%endmacro
mymacro
mymacro
mymacro | 9.625 | 16 | 0.779221 |
ffa2211d3f2cc36d5e9e72fbd0797605bd973785 | 5,258 | asm | Assembly | savefile/maps/1A73_GameCorner.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 35 | 2018-04-01T06:55:28.000Z | 2021-05-09T19:09:42.000Z | savefile/maps/1A73_GameCorner.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 4 | 2018-04-01T15:32:55.000Z | 2019-02-23T20:46:49.000Z | savefile/maps/1A73_GameCorner.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 12 | 2018-04-01T15:48:09.000Z | 2021-01-27T10:22:33.000Z | SECTION "Map_1A73", ROM0[$B800]
Map_1A73_Header:
hdr_tileset 18
hdr_dimensions 7, 5
hdr_pointers_a Map_1A73_Blocks, Map_1A73_TextPointers
hdr_pointers_b Map_1A73_Script, Map_1A73_Objects
hdr_pointers_c Map_1A73_InitScript, Map_1A73_RAMScript
hdr_palette $06
... | 23.9 | 67 | 0.636554 |
159bcdc5e487b443049c85d6bc95c07a3723040f | 12,211 | asm | Assembly | source/system.asm | Krazune/BFASM | 51ff003a54fa50ea7f178742f397da7474808cff | [
"MIT"
] | null | null | null | source/system.asm | Krazune/BFASM | 51ff003a54fa50ea7f178742f397da7474808cff | [
"MIT"
] | null | null | null | source/system.asm | Krazune/BFASM | 51ff003a54fa50ea7f178742f397da7474808cff | [
"MIT"
] | null | null | null | ; Description:
; Some Linux system calls, and related defines.
;
; License:
; MIT License
;
; Copyright (c) 2019 Miguel Sousa
;
; 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 r... | 29.212919 | 109 | 0.696831 |
f21fcf20d5345f9e8d6760181ffd3d09b7824f0a | 190 | asm | Assembly | hello_world.asm | bcreagh/assembly-practice | 99c3697c01ea9e3ed9aa518e8b1cfc021e833690 | [
"MIT"
] | null | null | null | hello_world.asm | bcreagh/assembly-practice | 99c3697c01ea9e3ed9aa518e8b1cfc021e833690 | [
"MIT"
] | null | null | null | hello_world.asm | bcreagh/assembly-practice | 99c3697c01ea9e3ed9aa518e8b1cfc021e833690 | [
"MIT"
] | null | null | null |
section .data
text db "Hello, World! Good day :)", 10
section .text
global _start
_start:
mov rax, 1
mov rdi, 1
mov rsi, text
mov rdx, 26
syscall
mov rax, 60
mov rdi, 0
syscall
| 11.176471 | 40 | 0.663158 |
a6a3ea72bd533892afeb535584ccf5de44640982 | 5,927 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_26.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_26.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_26.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 %rsi
lea addresses_UC_ht+0x168d3, %r8
nop
nop
nop
nop
nop
cmp %rbx, %rbx
mov $0x6162636465666768, %r10
movq %r10, (%r8)
nop
nop
nop
cmp %r8, %r8
lea addresses_WT_ht+0x13e13, %rsi
lea addresses_WC_ht+0x6cd3, %rdi... | 36.58642 | 2,999 | 0.658006 |
572ce00814af3a195ddf9c9dfae876c6d675a5e2 | 570 | asm | Assembly | oeis/067/A067724.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/067/A067724.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/067/A067724.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A067724: a(n) = 5*n^2 + 10*n.
; 15,40,75,120,175,240,315,400,495,600,715,840,975,1120,1275,1440,1615,1800,1995,2200,2415,2640,2875,3120,3375,3640,3915,4200,4495,4800,5115,5440,5775,6120,6475,6840,7215,7600,7995,8400,8815,9240,9675,10120,10575,11040,11515,12000,12495,13000,13515,14040,14575,15120,15675,16240,16815,174... | 71.25 | 500 | 0.773684 |
f7d7e5219e2cc03121cf6dc9d65d5e3772f04650 | 397 | asm | Assembly | oeis/037/A037510.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037510.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037510.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037510: Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,0.
; Submitted by Christian Krause
; 1,11,99,892,8030,72270,650431,5853881,52684929,474164362,4267479260,38407313340,345665820061,3110992380551,27998931424959,251990382824632,2267913445421690
mov $2,1
lpb $0
su... | 26.466667 | 156 | 0.743073 |
4b44f2f4b18112954406e6d056d4a4ce941f663d | 1,878 | asm | Assembly | beacon/src/syscalls64.asm | paralax/shad0w | 226fb0635d310300e559a9e75d255a916e43b628 | [
"MIT"
] | 3 | 2022-02-08T15:40:28.000Z | 2022-03-03T18:36:28.000Z | beacon/src/syscalls64.asm | hkfmz/shad0w | fbb8aef4318a6d19374dcfbec592d9d3806974dc | [
"MIT"
] | null | null | null | beacon/src/syscalls64.asm | hkfmz/shad0w | fbb8aef4318a6d19374dcfbec592d9d3806974dc | [
"MIT"
] | 2 | 2020-10-14T07:35:53.000Z | 2021-09-15T16:23:53.000Z | section .text
; Windows 10 definitions
global NtQueueApcThread10
global NtWriteVirtualMemory10
global NtAllocateVirtualMemory10
global NtProtectVirtualMemory10
; Windows 8.1 definitions
global NtQueueApcThread81
global NtWriteVirtualMemory81
global NtAllocateVirtualMemory81
global NtProtectVirtualMemory81
; Windows ... | 15.781513 | 42 | 0.646965 |
ef8c3698e486bb7e691c01e54fdadf1350041c26 | 557 | asm | Assembly | oeis/016/A016954.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016954.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016954.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016954: a(n) = (6n+3)^10.
; 59049,3486784401,576650390625,16679880978201,205891132094649,1531578985264449,8140406085191601,34050628916015625,119042423827613001,362033331456891249,984930291881790849,2446194060654759801,5631351470947265625,12157665459056928801,24842341419143568849,48398230717929318249,9043820750088044... | 79.571429 | 498 | 0.899461 |
1f0ec219d7fec101c2fb1e8c59ec44348f185ee2 | 548 | asm | Assembly | Assembly Code/Number/2(a).asm | Jaggesher/LabWork | 9bf7ec80bf0b3b92d2b6e08c7acff2fced1553c5 | [
"MIT"
] | 1 | 2018-04-19T03:31:04.000Z | 2018-04-19T03:31:04.000Z | Assembly Code/Number/2(a).asm | Jaggesher/LabWork | 9bf7ec80bf0b3b92d2b6e08c7acff2fced1553c5 | [
"MIT"
] | 1 | 2019-08-22T13:19:41.000Z | 2019-08-22T13:19:41.000Z | Assembly Code/Number/2(a).asm | Jaggesher/LabWork | 9bf7ec80bf0b3b92d2b6e08c7acff2fced1553c5 | [
"MIT"
] | 2 | 2017-08-20T18:26:56.000Z | 2018-04-18T16:44:06.000Z | ;Lab: 2(a)
;Name: Jaggesher Mondal
;Roll: 14025423
.MODEL SMALL
.STACK 100H
.DATA
MSG1 DB 0AH,"Please Input a Digit From 0 To 9=$"
MSG2 DB 0AH,0DH,0AH,"The Input Digit Is ODD!$"
MSG3 DB 0AH,0DH,0AH,"The Input Digit Is EVEN!$"
X DB ?
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV AH,9;String Out
... | 13.7 | 48 | 0.582117 |
f297f1db2505f1cbd153e0ee44f1309c4aea5bd3 | 309 | asm | Assembly | Lab 2 - Addition and Subtraction/q4.asm | SathyasriS27/ARM7-Thumb-Programming | 60418e8e7e5a3a775d5eecdea2ff9512074d0cf2 | [
"Apache-2.0"
] | null | null | null | Lab 2 - Addition and Subtraction/q4.asm | SathyasriS27/ARM7-Thumb-Programming | 60418e8e7e5a3a775d5eecdea2ff9512074d0cf2 | [
"Apache-2.0"
] | null | null | null | Lab 2 - Addition and Subtraction/q4.asm | SathyasriS27/ARM7-Thumb-Programming | 60418e8e7e5a3a775d5eecdea2ff9512074d0cf2 | [
"Apache-2.0"
] | null | null | null | AREA SBCS, CODE, READONLY
ENTRY
MOV R0,#0X000000C0 ; 192 (First number MSB)
MOV R1,#0X00000090 ; 144 (Second number MSB)
MOV R2,#0X0000000A ; 10 (First number LSB)
MOV R3,#0X00000010 ; 16 (Second number LSB)
SUBS R5,R0,R1 ; 48
SBC R4,R2,R3 ; -6 (2's complement)
UP B UP
END | 30.9 | 49 | 0.631068 |
9dbc7f3e6ad55553e1aad26b65e415058acd7416 | 5,241 | asm | Assembly | lib/x1_crt0.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | lib/x1_crt0.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | lib/x1_crt0.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | ; CRT0 for the Sharp X1
;
; Karl Von Dyson (for X1s.org)
;
; $Id: x1_crt0.asm,v 1.7 2015/01/21 07:05:01 stefano Exp $
;
MODULE x1_crt0
;
; Initially include the zcc_opt.def file to find out lots of lovely
; information about what we should do..
;
INCLUDE "zcc_opt.def"
;--------
; Some s... | 17.41196 | 76 | 0.558481 |
212d50b293f1b16278f9c0b88748f21b57dc6593 | 2,026 | asm | Assembly | MeePwn/2018/Quals/babysandbox/exploit.asm | Per5ianCat/ctf-writeups | 1fd27f5d9619bddf670f25343948a8fe2f005f63 | [
"MIT"
] | 476 | 2019-10-23T10:53:18.000Z | 2021-03-30T10:54:19.000Z | MeePwn/2018/Quals/babysandbox/exploit.asm | lqhuyapcs/PersianCatsCTF | de26220cb0af73eb79d9d829c5a4b72f61aac5d2 | [
"MIT"
] | 9 | 2020-03-29T07:33:39.000Z | 2021-03-20T09:50:56.000Z | MeePwn/2018/Quals/babysandbox/exploit.asm | lqhuyapcs/PersianCatsCTF | de26220cb0af73eb79d9d829c5a4b72f61aac5d2 | [
"MIT"
] | 61 | 2019-11-11T08:39:16.000Z | 2021-03-27T16:49:16.000Z | bits 32
section .text
global _start
_start:
_socket: ; socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
push 6 ; IPPROTO_TCP
push 1 ; SOCK_STREAM
push 2 ; AF_INET
mov eax, 0x66 ; sys_socketcall
mov ebx, 1 ; sys_socket
mov ecx, esp... | 29.362319 | 94 | 0.526654 |
8f644d871045f8af56b5a30b91181354fce9ad39 | 3,320 | asm | Assembly | release/src/router/gmp/source/mpn/powerpc64/mode64/mul_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/mul_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/mul_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_mul_1 -- Multiply a limb vector with a limb and store
dnl the result in 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 i... | 19.761905 | 79 | 0.65241 |
a5f9506eb3c39c6ef90f961202a8be3e58c57d07 | 643 | asm | Assembly | oeis/020/A020771.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020771.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020771.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020771: Decimal expansion of 1/sqrt(14).
; Submitted by Christian Krause
; 2,6,7,2,6,1,2,4,1,9,1,2,4,2,4,3,8,4,6,8,4,5,5,3,4,8,0,8,7,9,7,5,3,5,2,1,5,5,4,0,0,1,4,1,4,8,4,1,3,3,7,6,3,9,0,2,1,6,9,6,1,0,4,8,0,8,5,7,3,9,3,9,7,3,6,2,0,9,9,3,0,5,6,9,7,7,2,1,3,5,3,7,1,0,2,7,1,1,2,2
add $0,1
mov $1,2
mov $2,1
mov $3,$0
add ... | 16.075 | 201 | 0.51944 |
b77813d3b0bbe6cc481e061aad498127a93eb8e7 | 719 | asm | Assembly | programs/oeis/321/A321102.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/321/A321102.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/321/A321102.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A321102: Sequence generated by: a(3*n) = 1, a(3*n+2) = 1 - a(3*n+1), a(9*n+1) = 1, a(9*n+7) = 0, a(9*n+4) = 1 - a(3*n+1), for n >= 0.
; 2,1,0,2,0,1,2,0,1,2,1,0,2,1,0,2,0,1,2,1,0,2,1,0,2,0,1,2,1,0,2,0,1,2,0,1,2,1,0,2,0,1,2,0,1,2,1,0,2,1,0,2,0,1,2,1,0,2,0,1,2,0,1,2,1,0,2,0,1,2,0,1,2,1,0,2,1,0,2,0,1,2,1,0,2,0,1,2,0,1,2,... | 79.888889 | 403 | 0.486787 |
f4b7c6883f234815b8aed69600b3303a1f0ceab4 | 762 | asm | Assembly | oeis/025/A025750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025750: 5th-order Patalan numbers (generalization of Catalan numbers).
; Submitted by Jon Maiga
; 1,1,10,150,2625,49875,997500,20662500,439078125,9513359375,209293906250,4661546093750,104884787109375,2380077861328125,54401779687500000,1251240932812500000,28934946571289062500,672311993862304687500,1568727985678710937... | 36.285714 | 500 | 0.821522 |
1740d6e575eb543528e155431f919b117b7a6afc | 1,810 | asm | Assembly | programs/oeis/035/A035038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/035/A035038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/035/A035038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A035038: a(n) = 2^n - C(n,0) - C(n,1) - ... - C(n,5).
; 0,0,0,0,0,0,1,8,37,130,386,1024,2510,5812,12911,27824,58651,121670,249528,507624,1026876,2069256,4158861,8344056,16721761,33486026,67025182,134116144,268313018,536724316,1073567387,2147277280,4294724471,8589650318,17179537972,34359354200,68719033032,137438443056... | 150.833333 | 1,634 | 0.885635 |
216ddc0ba1e4b8cac3aba724ab6de96a1b41b0cf | 2,206 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/sqr_diag_addlsh1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 278 | 2015-11-03T03:01:20.000Z | 2022-01-20T18:21:05.000Z | libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/sqr_diag_addlsh1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 374 | 2015-11-03T12:37:22.000Z | 2021-12-17T14:18:08.000Z | libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/sqr_diag_addlsh1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 96 | 2015-11-22T07:47:26.000Z | 2022-01-20T19:52:19.000Z | dnl SPARC v9 mpn_sqr_dial_addlsh1 for T3/T4/T5.
dnl Contributed to the GNU project by Torbjörn Granlund.
dnl Copyright 2013 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 ei... | 23.468085 | 79 | 0.662285 |
4d02a38541a19a8d046565629d1a197927137b14 | 1,278 | asm | Assembly | LCD_DRIVER_TEST.asm | magkopian/pic-asm-lcd-driver | 86002697398bdd75e00b8087007a027fd68b6f5a | [
"MIT"
] | 3 | 2018-11-01T20:32:53.000Z | 2021-08-12T07:55:57.000Z | LCD_DRIVER_TEST.asm | magkopian/pic-asm-lcd-driver | 86002697398bdd75e00b8087007a027fd68b6f5a | [
"MIT"
] | null | null | null | LCD_DRIVER_TEST.asm | magkopian/pic-asm-lcd-driver | 86002697398bdd75e00b8087007a027fd68b6f5a | [
"MIT"
] | 4 | 2019-05-14T08:40:44.000Z | 2021-08-12T08:41:39.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Copyright (c) 2013 Manolis Agkopian ;
;See the file LICENCE for copying permission. ;
; ;
;THIS IS JUST SOME TEST CODE THA USES THE LCD DRIVER TO PRINT ;
;THE NUMBERS FROM 0 TO 9 TO THE LCD WITH A DELAY ;
;;;;;;;;;;... | 30.428571 | 108 | 0.643192 |
46f7c8ea1c01f79c35cdf5bdeb012fd1d1de83e3 | 136 | asm | Assembly | samples/helloworld.asm | esovm/BrainfuckAsmCompiler | e290878b5fd138d3994679e7092dfc904048a62c | [
"MIT"
] | 1 | 2021-02-12T15:54:55.000Z | 2021-02-12T15:54:55.000Z | samples/helloworld.asm | esovm/BrainfuckAsmCompiler | e290878b5fd138d3994679e7092dfc904048a62c | [
"MIT"
] | null | null | null | samples/helloworld.asm | esovm/BrainfuckAsmCompiler | e290878b5fd138d3994679e7092dfc904048a62c | [
"MIT"
] | null | null | null | global 0 "Hello world.\n\0"
mov $0, 0
print_loop:
mov $1, [$0]
jz $1, break_print
out $1
add $0, 1
jmp print_loop
break_print:
| 9.714286 | 27 | 0.632353 |
08eed759014688f8d2bd49674f0d18587236640c | 21,535 | asm | Assembly | 45/runtime/rt/lltext.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/lltext.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/runtime/rt/lltext.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE LLTEXT - text screen mode support
;***
;LLTEXT - text screen mode support
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
; Support for text screen modes (BIOS 0,1,2,3,7).
; Note that this module module contains support
; code for all adapters capable of handling these
; screen modes and also attempts... | 28.224115 | 79 | 0.638681 |
479e7e3336fba95765f951af48e1a60c335c8e20 | 489 | asm | Assembly | programs/oeis/024/A024906.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024906.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024906.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024906: Numbers k such that 9*k + 1 is prime.
; 2,4,8,12,14,18,20,22,30,34,42,44,48,54,58,60,64,68,70,82,84,90,92,98,102,104,110,112,118,124,128,130,142,144,158,162,170,172,174,180,184,188,194,198,200,208,222,224,228,232,238,240,242,250,252,254,260,264,274,278,280,282,284,288,294,298,302,310,324,328,330,340,342,352,... | 81.5 | 374 | 0.711656 |
227a662f84350f38011039f8f89a3f8d3fbdd0e3 | 569 | asm | Assembly | oeis/330/A330613.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/330/A330613.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/330/A330613.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A330613: Triangle read by rows: T(n, k) = 1 + k - 2*n - 2*k*n + 2*n^2, with 0 <= k < n.
; Submitted by Jon Maiga
; 1,5,2,13,8,3,25,18,11,4,41,32,23,14,5,61,50,39,28,17,6,85,72,59,46,33,20,7,113,98,83,68,53,38,23,8,145,128,111,94,77,60,43,26,9,181,162,143,124,105,86,67,48,29,10,221,200,179,158,137,116,95,74,53,32,11,2... | 31.611111 | 331 | 0.625659 |
f9479d40e1a2c17f6ba5532412fe937ba318dbb3 | 628 | asm | Assembly | _maps/LZ Conveyor.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _maps/LZ Conveyor.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _maps/LZ Conveyor.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - platforms on a conveyor belt (LZ)
; ---------------------------------------------------------------------------
Map_LConv_internal:
dc.w @wheel1-Map_LConv_internal
dc.w @wheel2-Map_LConv_internal
dc.w @wheel3-Map_LCo... | 31.4 | 77 | 0.485669 |
a42b4e5165675051939964851385ac196c1b710d | 712 | asm | Assembly | programs/oeis/236/A236284.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/236/A236284.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/236/A236284.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A236284: a(n) = tau(n)^n, where tau(n) = A000005(n) = the number of divisors of n.
; 1,4,8,81,32,4096,128,65536,19683,1048576,2048,2176782336,8192,268435456,1073741824,152587890625,131072,101559956668416,524288,3656158440062976,4398046511104,17592186044416,8388608,4722366482869645213696,847288609443,4503599627370496,... | 89 | 515 | 0.837079 |
e505b07d2a89ac30c8d020eeaad1b52752fc84ac | 694 | asm | Assembly | oeis/033/A033303.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/033/A033303.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/033/A033303.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A033303: Expansion of (1 + x)/(1 - 2*x - x^2 + x^3).
; Submitted by Jamie Morken(w4)
; 1,3,7,16,36,81,182,409,919,2065,4640,10426,23427,52640,118281,265775,597191,1341876,3015168,6775021,15223334,34206521,76861355,172705897,388066628,871977798,1959316327,4402543824,9892426177,22228079851,49946042055,112227737784,2521... | 43.375 | 495 | 0.789625 |
cc86fd19f6b77d87818b961908af6130cade87f9 | 388 | asm | Assembly | boot.asm | lesmiskin/os | c2e9409fc858bab32c0234dbafb326cdd0d18eac | [
"CC0-1.0"
] | null | null | null | boot.asm | lesmiskin/os | c2e9409fc858bab32c0234dbafb326cdd0d18eac | [
"CC0-1.0"
] | null | null | null | boot.asm | lesmiskin/os | c2e9409fc858bab32c0234dbafb326cdd0d18eac | [
"CC0-1.0"
] | null | null | null | ; Source: pg 12
mov ah, 0x0e ; scrolling teletype BIOS routine.
mov al, 'H'
int 0x10
mov al, 'e'
int 0x10
mov al, 'l'
int 0x10
mov al, 'l'
int 0x10
mov al, 'o'
int 0x10
jmp $ ; make loop(?)
; Padding and magic number for boot recognition
times 510-($-$$) db 0 ; pad to 510 bytes
dw 0xaa55 ; our magic number!
... | 15.52 | 48 | 0.649485 |
521780b8dcbdd5860fb5ad3c8131cd44b76dde7d | 998 | asm | Assembly | map-data.asm | zorchenhimer/nes-platforming | 2e4f9a57618d119dee2909c5330fdb33e35e647c | [
"MIT"
] | 12 | 2020-05-31T08:14:32.000Z | 2021-11-18T18:23:50.000Z | map-data.asm | zorchenhimer/nes-platforming | 2e4f9a57618d119dee2909c5330fdb33e35e647c | [
"MIT"
] | null | null | null | map-data.asm | zorchenhimer/nes-platforming | 2e4f9a57618d119dee2909c5330fdb33e35e647c | [
"MIT"
] | 1 | 2021-09-12T23:16:11.000Z | 2021-09-12T23:16:11.000Z | ; asmsyntax=ca65
; Lookup tables that have values pointing to the
; start of each row of blocks in the data.
Block_RowsLow:
.repeat 15, row
.byte .lobyte(Blocks_FromTiled + (16 * row))
.endrepeat
Block_RowsHi:
.repeat 15, row
.byte .hibyte(Blocks_FromTiled + (16 * row))
.endrepeat
; Block metatiles.
; 0 = Ai... | 28.514286 | 48 | 0.56513 |
ac6928a9486a84d982711c45e40bb3d833e271d6 | 113 | asm | Assembly | src/arch/x86/boot/boot.asm | dunnousername/os3 | e5a4b98aca302c43046d4ce0c86aa3b519a027a6 | [
"MIT"
] | null | null | null | src/arch/x86/boot/boot.asm | dunnousername/os3 | e5a4b98aca302c43046d4ce0c86aa3b519a027a6 | [
"MIT"
] | null | null | null | src/arch/x86/boot/boot.asm | dunnousername/os3 | e5a4b98aca302c43046d4ce0c86aa3b519a027a6 | [
"MIT"
] | null | null | null | [BITS 64]
segment .text
extern _cstart
global _start
_start:
mov al, '.'
out 0xE9, al
call _cstart
| 10.272727 | 16 | 0.646018 |
0c0e621c0b996d2b5d5ddd8a6b9c96da2fdd8fe0 | 962 | asm | Assembly | s2/sfx-original/D7 - Platform Knock.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/sfx-original/D7 - Platform Knock.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/sfx-original/D7 - Platform Knock.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound57_PlatformKnock_Header:
smpsHeaderStartSong 2, 1
smpsHeaderVoice Sound57_PlatformKnock_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, Sound57_PlatformKnock_FM5, $00, $00
; FM5 Data
Sound57_PlatformKnock_FM5:
smpsSetvoice $00
dc.b nCs6, $15
smpsStop
Sound57_... | 28.294118 | 63 | 0.639293 |
335d33fe1f1c1408079305c4f56f877769c73c2d | 86 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_exp2.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_exp2.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_exp2.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC asm_exp2
EXTERN am48_exp2
defc asm_exp2 = am48_exp2
| 9.555556 | 25 | 0.825581 |
21b4b25716d68bd67b24dcecaf2742a8cf90f5cf | 1,841 | asm | Assembly | programs/oeis/071/A071099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/071/A071099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/071/A071099.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A071099: a(n) = (n-1)*(n+3) - 2^n + 4.
; 0,2,5,8,9,4,-15,-64,-175,-412,-903,-1904,-3927,-7996,-16159,-32512,-65247,-130748,-261783,-523888,-1048135,-2096668,-4193775,-8388032,-16776591,-33553756,-67108135,-134216944,-268434615,-536870012,-1073740863,-2147482624,-4294966207,-8589933436,-17179867959,-34359737072,-68719... | 167.363636 | 1,731 | 0.862032 |
206932bcc1a2feb0f40aeb65d0c82eeb16c9a1f4 | 318 | asm | Assembly | oeis/213/A213167.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/213/A213167.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/213/A213167.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A213167: a(n) = n! - (n-2)!.
; 1,5,22,114,696,4920,39600,357840,3588480,39553920,475372800,6187104000,86699289600,1301447347200,20835611596800,354379753728000,6381450915840000,121289412980736000,2426499634470912000
lpb $0
add $1,$0
add $0,1
mul $1,$0
gcd $2,$0
sub $0,2
add $1,$2
lpe
mov $0,$1
add $0,1
| 22.714286 | 185 | 0.704403 |
62e16b66de88dfbb6f5abcad54e5e8c5d63a4fee | 1,067 | asm | Assembly | programs/oeis/280/A280098.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/280/A280098.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/280/A280098.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A280098: The sum of the divisors of 24*n - 1, divided by 24.
; 1,2,3,5,6,7,7,8,11,10,11,14,13,17,15,16,19,18,28,20,21,24,25,31,25,30,27,31,35,30,31,35,38,41,35,36,37,38,54,46,41,45,43,53,49,46,57,48,62,55,51,55,56,76,55,60,57,63,71,60,80,62,63,77,65,66,67,78,83,74,77,79,78,93,86,76,77,78,95,85,85,94,91,112,85,86,87,8... | 88.916667 | 900 | 0.700094 |
a68589ae8e08adab9e6a4686713097d2f4b4c0f5 | 609 | asm | Assembly | oeis/191/A191637.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/191/A191637.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/191/A191637.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A191637: a(n) = floor((1 + 4^n)/(1 + 2*n)).
; 1,3,9,28,93,315,1092,3855,13797,49932,182361,671088,2485513,9256395,34636833,130150524,490853405,1857283155,7048151460,26817356775,102280151421,390937467653,1497207322929,5744387279809,22076468761620,84973577874915,327534518354217,1264168316454876,4885260612740877,1890035... | 55.363636 | 494 | 0.834154 |
51a3dc6a227448b1f69d2a1d387514cf750d9551 | 4,756 | asm | Assembly | CCS/wisp-base/RFID/Timer0A1_ISR.asm | whitecloudy/wisp5 | 17eafbd1715284d5e0477cd455c187dfc53ea817 | [
"BSD-2-Clause"
] | 53 | 2015-01-13T01:06:03.000Z | 2022-02-20T01:55:24.000Z | CCS/wisp-base/RFID/Timer0A1_ISR.asm | whitecloudy/wisp5 | 17eafbd1715284d5e0477cd455c187dfc53ea817 | [
"BSD-2-Clause"
] | 13 | 2015-02-10T11:39:26.000Z | 2022-01-27T08:53:47.000Z | CCS/wisp-base/RFID/Timer0A1_ISR.asm | whitecloudy/wisp5 | 17eafbd1715284d5e0477cd455c187dfc53ea817 | [
"BSD-2-Clause"
] | 83 | 2015-01-13T01:05:48.000Z | 2022-03-17T09:15:09.000Z | ;/***********************************************************************************************************************************/
;/**@file Timer0A1_ISR.asm
;* @brief Receive chain decoding routines.
;* @details
;*
;* @author Justin Reina, UW Sensor Systems Lab
;* @created
;* @last rev
;*
;* @notes
;*
;* ... | 51.695652 | 135 | 0.506518 |
288b6e450bda76220ac365fc75fb923aad7d4a54 | 2,008 | asm | Assembly | descriptor.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | descriptor.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | descriptor.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null |
RECODE EQU 9AH
ROCODE EQU 98H
RWDATA EQU 92H
RODATA EQU 90H
TASKGATE286 EQU 81h
LDTGATE EQU 82h
TASKGATE286B EQU 83h
CALLGATE286 EQU 84h
TASKGATE EQU 85h
INTRGATE286 EQU 86h
TRAPGATE286 EQU 87h
TSSSEG EQU 89h
TSSSEGB EQU 8bh
CALLGATE EQU 8ch
INTRGATE EQU 8eh
TRAPGATE EQU 8fh... | 15.565891 | 46 | 0.662351 |
bf9fd1dd59264c13e149c3e1415f8ae054196a63 | 469 | asm | Assembly | oeis/047/A047750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/047/A047750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/047/A047750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A047750: If n mod 2 = 0 then m := n/2 and a(n) = (3*m)!*(5*m+1)/((m+1)!*(2*m+1)!); otherwise m := (n-1)/2, a(n) = 6*(3*m+2)!/(m!*(2*m+3)!).
; Submitted by Jon Maiga
; 1,2,3,6,11,24,48,110,231,546,1183,2856,6324,15504,34884,86526,197087,493350,1134705,2861430,6633315,16829280,39268320,100134216,234930276,601661144,141... | 29.3125 | 194 | 0.633262 |
6c237980609f3c208508d5edb2db1c49dcfefd22 | 2,497 | asm | Assembly | levelselect.asm | wiebow/tetris.c64 | d15f86f62060d09323a7c30c20a422d58f6ed3a4 | [
"Unlicense",
"MIT"
] | 79 | 2015-03-03T03:41:44.000Z | 2022-01-17T13:09:59.000Z | levelselect.asm | wiebow/tetris.c64 | d15f86f62060d09323a7c30c20a422d58f6ed3a4 | [
"Unlicense",
"MIT"
] | null | null | null | levelselect.asm | wiebow/tetris.c64 | d15f86f62060d09323a7c30c20a422d58f6ed3a4 | [
"Unlicense",
"MIT"
] | 10 | 2015-04-13T06:52:25.000Z | 2021-11-13T19:10:56.000Z |
.const FLASH_DELAY = 18
// ----------------------------------
StartLevelSelectMode:
lda #$00
sta currentLevel
sta previousLevel
sta levelDisplayFlag
lda #1
sta levelFlashDelay // and delay counter
ldy #SCREEN_LEVELSELECT
jsr PRINT_SCREEN
// print the hi scores!
ldx #14
ldy #14
jsr PRINT_HISCORE_TABLE... | 17.835714 | 65 | 0.653985 |
95edfefee83b1e72ab88ffdb28c2a4600bff230b | 421 | asm | Assembly | wof/lcs/123p/AA.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 | wof/lcs/123p/AA.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/123p/AA.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
0016B2 rts [123p+ AA]
0016E8 cmpa.w ($1a6,A5), A1 [123p+ AA]
00812C btst #$6, ($73,A1) [123p+ AA]
00C3A6 move.w ($20,A6), D1
017DAC btst #$1, (-$3e,A5) [123p+ AA]
017DB8 btst #$2, (-$3e,A5) [123p+ AA]
017DC4 cmp.w D1, D0 [123p+ AA]
01A74C dbra... | 30.071429 | 54 | 0.624703 |
9dbfe1d54f07367b21360788a02456aa6085d7d5 | 332 | asm | Assembly | programs/oeis/089/A089893.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/089/A089893.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/089/A089893.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A089893: a(n) = (A001317(2n)-1)/4.
; 0,1,4,21,64,321,1092,5461,16384,81921,278532,1392661,4210752,21053761,71582788,357913941,1073741824,5368709121,18253611012,91268055061,275951648832,1379758244161,4691178030148,23455890150741
mov $1,1
lpb $0
sub $0,1
seq $1,48725 ; a(n) = Xmult(n,5) or rule90(n,1).
lpe
div $1,... | 30.181818 | 192 | 0.728916 |
5b30454caad8dfadd01f2e6944a174d83b69d79f | 2,404 | asm | Assembly | traffic light/traffic light.asm | sigma1326/Traffic-Lights | fa8439b33a32ddf64c94f031827ac89609eb783c | [
"Apache-2.0"
] | 7 | 2018-08-12T10:35:50.000Z | 2022-02-25T13:43:51.000Z | traffic light/traffic light.asm | Moinuddin9777/Traffic-Lights | fa8439b33a32ddf64c94f031827ac89609eb783c | [
"Apache-2.0"
] | 1 | 2019-11-30T05:38:22.000Z | 2019-11-30T05:38:22.000Z | traffic light/traffic light.asm | Moinuddin9777/Traffic-Lights | fa8439b33a32ddf64c94f031827ac89609eb783c | [
"Apache-2.0"
] | 6 | 2019-03-18T14:40:53.000Z | 2022-02-25T13:43:53.000Z | ORG 00h
;defining time slots
red equ 99
green equ 90
yellow equ 9
;r3 : light change counter
;r4 : traffic light1 counter
;r5 : traffic light2 counter
;r6 : traffic light3 counter
MAIN_LOOP:
;;;;;;;;;;;;;;;;;;;;; state 1
mov r4,#green
mov r5,#red
mov r6,#red
;G:1 - Y: - R:2,3
... | 15.92053 | 68 | 0.567804 |
ab11c25c0efee26516d08e08ac21d9d4ded8ba62 | 1,228 | asm | Assembly | 04/fill/Fill.asm | Giako/nand2tetris | 193ad504cca558456c312c47d70713b8e2806be2 | [
"Unlicense"
] | 1 | 2021-12-31T14:47:21.000Z | 2021-12-31T14:47:21.000Z | 04/fill/Fill.asm | Giako/nand2tetris | 193ad504cca558456c312c47d70713b8e2806be2 | [
"Unlicense"
] | null | null | null | 04/fill/Fill.asm | Giako/nand2tetris | 193ad504cca558456c312c47d70713b8e2806be2 | [
"Unlicense"
] | null | null | null | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i.e. writes... | 16.373333 | 72 | 0.548046 |
5ab067f51bc6f5c6aa214de4e972759c3cf68c96 | 8,121 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1224.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1224.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1224.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 %r14
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x10ed2, %r15
clflush (%r15)
nop
nop
nop
nop
dec %r14
movl $0x61626364, (%r15)
nop
nop
nop
nop
mfence
lea addresses_A_ht+0x15b12, %rax
nop
nop
nop
nop
n... | 31.355212 | 2,999 | 0.657308 |
b16073202231a8dc6a45cbcd8109c689e408cf1c | 3,613 | asm | Assembly | tools/dos/listing.asm | scientech-com-ua/case | 04fcd96f47d8dc4dcb25c301bc461a5ae0b1df01 | [
"BSD-2-Clause"
] | 17 | 2015-03-02T14:27:44.000Z | 2021-04-19T18:52:18.000Z | tools/dos/listing.asm | scientech-com-ua/case | 04fcd96f47d8dc4dcb25c301bc461a5ae0b1df01 | [
"BSD-2-Clause"
] | 1 | 2020-06-13T19:39:50.000Z | 2020-06-13T20:25:59.000Z | tools/dos/listing.asm | scientech-com-ua/case | 04fcd96f47d8dc4dcb25c301bc461a5ae0b1df01 | [
"BSD-2-Clause"
] | 2 | 2016-06-13T21:48:10.000Z | 2021-05-15T07:48:24.000Z |
format MZ
heap 0
stack 8000h
entry loader:init
include 'loader.inc'
segment main use32
start:
call get_params
jnc make_listing
mov esi,_usage
call display_string
mov ax,4C02h
int 21h
make_listing:
call listing
mov ax,4C00h
int 21h
error:
mov esi,_error_prefix
call display_string
pop esi
c... | 15.708696 | 69 | 0.732632 |
48ab9204af2c77a395e85be966311a76e52458f0 | 777 | asm | Assembly | programs/oeis/305/A305185.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/305/A305185.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/305/A305185.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A305185: a(n) minimizes the maximum norm of elements in a complete residue system of Eisenstein integers modulo n.
; 0,1,3,4,7,12,13,19,27,28,37,48,49,61,75,76,91,108,109,127,147,148,169,192,193,217,243,244,271,300,301,331,363,364,397,432,433,469,507,508,547,588,589,631,675,676,721,768,769,817,867,868,919,972,973,102... | 31.08 | 424 | 0.662806 |
8acd5607e6cfc96afa1cc844fa67531941cac7e3 | 13,412 | asm | Assembly | DE2Botv3Fall16/InterruptsExample.asm | DE5Amigos/CleanDE2Project | cde9ab3b458d45e8b3ac8fec3631e0c2597c50c5 | [
"MIT"
] | null | null | null | DE2Botv3Fall16/InterruptsExample.asm | DE5Amigos/CleanDE2Project | cde9ab3b458d45e8b3ac8fec3631e0c2597c50c5 | [
"MIT"
] | null | null | null | DE2Botv3Fall16/InterruptsExample.asm | DE5Amigos/CleanDE2Project | cde9ab3b458d45e8b3ac8fec3631e0c2597c50c5 | [
"MIT"
] | null | null | null | ; InterruptsExample.asm
; Created by Kevin Johnson
; (no copyright applied; edit freely, no attribution necessary)
; This program does basic initialization of the DE2Bot
; and provides an example of SCOMP's interrupt system.
; Section labels are for clarity only.
;****************************************************... | 32.792176 | 78 | 0.599836 |
010e733a0b75c8809ccaa1338f11081830f32301 | 334 | asm | Assembly | libsrc/_DEVELOPMENT/time/c/sccz80/tm_from_dostm.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/time/c/sccz80/tm_from_dostm.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/time/c/sccz80/tm_from_dostm.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void tm_from_dostm(struct tm *,struct dos_tm *)
SECTION code_time
PUBLIC tm_from_dostm
EXTERN asm_tm_from_dostm
tm_from_dostm:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_tm_from_dostm
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tm_from_dostm
defc _tm_from_dostm = tm_from... | 12.37037 | 49 | 0.739521 |
3a2e5bc96e9b4fa56b15e6bc1af64e7857544497 | 3,268 | asm | Assembly | examples/multiply.asm | dalehumby/d8 | 1b8e09270ddeccdad2aaa932f8085bb761e84cf6 | [
"MIT"
] | null | null | null | examples/multiply.asm | dalehumby/d8 | 1b8e09270ddeccdad2aaa932f8085bb761e84cf6 | [
"MIT"
] | null | null | null | examples/multiply.asm | dalehumby/d8 | 1b8e09270ddeccdad2aaa932f8085bb761e84cf6 | [
"MIT"
] | 1 | 2022-02-06T15:46:17.000Z | 2022-02-06T15:46:17.000Z | ; Multiply 2 8-bit numbers together, resulting in a 16-bit product
; Memory mapped register definitions in PAGE 0
.define SPPS 0x02 ; Stack pointer page select
.reset Init
.origin 0x10
Init:
CLR PAGE
ST PAGE, SPPS
LD SP, #0x0F
Start:
; Multiply, putting the two numbers on to... | 33.690722 | 145 | 0.557528 |
4b5ebaa02065eaa66751eb9a12d753fc391e8ce4 | 8,215 | asm | Assembly | main.asm | jaburns/dosdemo | 549a8081d65ddce47c7d09fc71e2a7bc3369b126 | [
"MIT"
] | 1 | 2018-11-19T16:44:13.000Z | 2018-11-19T16:44:13.000Z | main.asm | jaburns/dosdemo | 549a8081d65ddce47c7d09fc71e2a7bc3369b126 | [
"MIT"
] | null | null | null | main.asm | jaburns/dosdemo | 549a8081d65ddce47c7d09fc71e2a7bc3369b126 | [
"MIT"
] | null | null | null | bits 16
org 0x100
;; ===== Initialize video and sound
Init:
mov ax, 0x13 ; set up video mode 13h
int 0x10
mov ax, 0xA000
mov es, ax ; point ES to vram
mov al, 182
out 43h, al ; set up the 8253 timer chip
in al, 61h
or al, 00000011b
out 61h, al ; ... | 25.752351 | 115 | 0.520633 |
080226215cd194e9abf2a6980728a8ec7e48f0a9 | 316 | asm | Assembly | recursion.asm | Klaus073/Assembly-language | 2ddddf9e3ef6ce6c05f56b015be5697d1ac3c0be | [
"BSD-2-Clause"
] | null | null | null | recursion.asm | Klaus073/Assembly-language | 2ddddf9e3ef6ce6c05f56b015be5697d1ac3c0be | [
"BSD-2-Clause"
] | null | null | null | recursion.asm | Klaus073/Assembly-language | 2ddddf9e3ef6ce6c05f56b015be5697d1ac3c0be | [
"BSD-2-Clause"
] | null | null | null | [org 0x0100]
jmp start
sum: dw 0
sum1: dw 0
add2:
pop ax
pop bx
pop cx
add ax,bx
add ax,cx
add word[sum1],ax
ret
add1:
pop bx
pop ax
add word[sum],bx
add word[sum],ax
push word[sum]
push bx
push ax
call add2
ret 4
start:
mov ax,5
mov bx,4
push ax
push bx
call add1
mov ax, 0x4c00
int 0x21 | 5.745455 | 17 | 0.655063 |
16e907711a7cc317ae47c9c60c9e17f566181dd3 | 7,201 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1497.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1497.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1497.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x14a37, %rsi
lea addresses_D_ht+0x18a37, %rdi
nop
nop
sub %r9, %r9
mov $39, %rcx
rep movsb
nop
nop
nop
nop
nop
xor $27248, %rdi
lea addresses_D_ht+0x16237, %r12
nop
nop
nop
nop... | 34.290476 | 2,999 | 0.661714 |
a57f97a243d5d55e61cc6c31de85ac29e72275c8 | 812 | asm | Assembly | programs/oeis/257/A257845.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/257/A257845.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/257/A257845.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A257845: a(n) = floor(n/5) * (n mod 5).
; 0,0,0,0,0,0,1,2,3,4,0,2,4,6,8,0,3,6,9,12,0,4,8,12,16,0,5,10,15,20,0,6,12,18,24,0,7,14,21,28,0,8,16,24,32,0,9,18,27,36,0,10,20,30,40,0,11,22,33,44,0,12,24,36,48,0,13,26,39,52,0,14,28,42,56,0,15,30,45,60,0,16,32,48,64,0,17,34,51,68,0,18,36,54,72,0,19,38,57,76,0,20,40,60,80,0,21... | 90.222222 | 720 | 0.634236 |
ff80c15d48f52cbc3716ad2590d0d15a48ebc893 | 548 | asm | Assembly | programs/oeis/181/A181532.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/181/A181532.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/181/A181532.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A181532: a(0) = 0, a(1) = 1, a(2) = 1; a(n) = a(n-1) + a(n-2) + a(n-4)
; 0,1,1,2,3,6,10,18,31,55,96,169,296,520,912,1601,2809,4930,8651,15182,26642,46754,82047,143983,252672,443409,778128,1365520,2396320,4205249,7379697,12950466,22726483,39882198,69988378,122821042,215535903
mov $3,$0
mov $5,2
lpb $5
mov $0,$3
s... | 24.909091 | 204 | 0.633212 |
ef7e8826fe3f5e576338903a3d9c9f414ca014ad | 702 | asm | Assembly | unittests/ASM/PrimaryGroup/1_81_05.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/ASM/PrimaryGroup/1_81_05.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/ASM/PrimaryGroup/1_81_05.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"RAX": "0x41424344E3E44748",
"RBX": "0x51525354F3F3F3F4",
"RCX": "0x6162636404040404",
"RDX": "0x6162636465666868"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov rax, 0x4142434445464748
mov [rdx + 8 * 0], rax
mov rax, 0x515253545... | 18.972973 | 39 | 0.60114 |
142a5af45208b83ea7bd76bd7ff2e085d5a735b2 | 858 | asm | Assembly | test/asm/local-truncated.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 265 | 2020-09-15T11:56:31.000Z | 2022-03-30T23:14:29.000Z | test/asm/local-truncated.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 365 | 2020-09-18T15:43:06.000Z | 2022-03-28T16:22:26.000Z | test/asm/local-truncated.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 45 | 2020-09-16T10:44:57.000Z | 2022-03-29T07:26:15.000Z | SECTION "Test", ROM0
MACRO a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
println "truncated :("
ENDM
a012:... | 71.5 | 264 | 0.965035 |
03136f12079611ba529c1a09dddf6670104c4cc4 | 1,409 | asm | Assembly | programs/oeis/267/A267896.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/267/A267896.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267896.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A267896: a(n) = (Prime(n+1)^2 - Prime(n)^2) / 8.
; 2,3,9,6,15,9,21,39,15,51,39,21,45,75,84,30,96,69,36,114,81,129,186,99,51,105,54,111,420,129,201,69,360,75,231,240,165,255,264,90,465,96,195,99,615,651,225,114,231,354,120,615,381,390,399,135,411,279,141,720,1050,309,156,315,1134,501,855,174,351,534,726,555,564,381,57... | 48.586207 | 1,079 | 0.702626 |
29b2bef2c4b79e39239fd143d8171e14125554ea | 340 | asm | Assembly | oeis/194/A194599.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/194/A194599.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/194/A194599.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A194599: Units' digits of the nonzero hexagonal numbers.
; Submitted by Christian Krause
; 1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0
add $0,2
pow $0,2
sub $0,1... | 34 | 201 | 0.582353 |
5c43ba18f54fa7988feb5f1c2416cc80fdf16942 | 6,976 | asm | Assembly | codec/encoder/core/asm/mc_chroma.asm | TechSmith/openh264 | 5d616714c4cdd30287e2c6a8aa485c2fc6c68b84 | [
"BSD-2-Clause"
] | 1 | 2016-12-06T07:56:36.000Z | 2016-12-06T07:56:36.000Z | codec/encoder/core/asm/mc_chroma.asm | 3990995/openh264 | f2aa3c75ae8a3d41ef85be739752d3f189c7eea3 | [
"BSD-2-Clause"
] | null | null | null | codec/encoder/core/asm/mc_chroma.asm | 3990995/openh264 | f2aa3c75ae8a3d41ef85be739752d3f189c7eea3 | [
"BSD-2-Clause"
] | null | null | null | ;*!
;* \copy
;* Copyright (c) 2004-2013, Cisco Systems
;* 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 abo... | 21.937107 | 80 | 0.559633 |
3a294275779f56d03d9038d114c6eb42e380a63b | 617 | asm | Assembly | src/test/ref/modglobalmin.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/modglobalmin.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/modglobalmin.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Commodore 64 PRG executable file
.file [name="modglobalmin.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:BasicUpstart(main)
.label SCREEN = $400
.segment C... | 18.147059 | 63 | 0.581848 |
a07344e8f212d9cf3eddf5705169affd6e75fd2a | 6,260 | asm | Assembly | Transynther/x86/_processed/US/_st_zr_4k_/i7-7700_9_0x48.log_17634_2784.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_zr_4k_/i7-7700_9_0x48.log_17634_2784.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_zr_4k_/i7-7700_9_0x48.log_17634_2784.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 %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1e7ae, %r12
nop
nop
nop
nop
nop
add %r15, %r15
mov (%r12), %r13w
nop
nop
nop
nop
xor $23345, %r10
lea addresses_WT_ht+0x3fbe, %rsi
lea addresses_A_ht+0xc66, %rdi
nop
nop... | 36.823529 | 2,999 | 0.658147 |
6459ec3ab695d82fd682734a9836ef28fe556d89 | 109,665 | asm | Assembly | non_regression/other_x86_linux_13.o.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | 1 | 2021-02-28T21:31:18.000Z | 2021-02-28T21:31:18.000Z | non_regression/other_x86_linux_13.o.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | non_regression/other_x86_linux_13.o.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | .file "deflate.c"
.section .text.__x86.get_pc_thunk.bx,"axG",@progbits,__x86.get_pc_thunk.bx,comdat
.hidden __x86.get_pc_thunk.bx
.globl __x86.get_pc_thunk.bx
.type __x86.get_pc_thunk.bx, @function
__x86.get_pc_thunk.bx:
movl (%esp), %ebx
ret
# ----------------------
.section .rodata
.a... | 21.733056 | 88 | 0.505002 |
414cce9f5cac3cff4d74018013057ec2674aea27 | 505 | asm | Assembly | programs/oeis/078/A078881.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/078/A078881.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/078/A078881.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A078881: Size of the largest subset S of {1,2,3,...,n} with the property that if i and j are distinct elements of S then i XOR j is not in S, where XOR is the bitwise exclusive-OR operator.
; 1,2,2,3,4,4,4,5,6,7,8,8,8,8,8,9,10,11,12,13,14,15,16,16,16,16,16,16,16,16,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,3... | 36.071429 | 210 | 0.635644 |
c4c09e0a26c27038071fa52420f3701ba223ddca | 7,911 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1675.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1675.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1675.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x103f, %rcx
inc %r8
mov $0x6162636465666768, %rbp
movq %rbp, %xmm6
movups %xmm6, (%rcx)
nop
nop
dec %r10
lea addresses_UC_ht+0x1233f, %rax
nop
nop
nop
nop
add %r13, ... | 31.771084 | 2,999 | 0.656301 |
db4ba14d05acf0bf1ad0f722716bc7e17c368830 | 321 | asm | Assembly | src/u2/p8.asm | luishendrix92/lenguajezinterfaz | 05d7c0621f3eb99f0134ae100cb451543ff80afc | [
"MIT"
] | null | null | null | src/u2/p8.asm | luishendrix92/lenguajezinterfaz | 05d7c0621f3eb99f0134ae100cb451543ff80afc | [
"MIT"
] | null | null | null | src/u2/p8.asm | luishendrix92/lenguajezinterfaz | 05d7c0621f3eb99f0134ae100cb451543ff80afc | [
"MIT"
] | null | null | null | ; 8 - Imprimir 5 veces una frase cualquiera
; López Garay Luis Felipe
; 15211312
; 02 de Octubre del 2018
.Model small
.Stack 64
.Data
frase db "Casi repruebo la unidad uno :)", 10, 13, "$"
.Code
mov ax,@Data
mov ds,ax
mov cx,5
ciclofrase:
lea dx,frase
mov ah,09h
int 21h
loop ciclofrase
.Exit
end... | 11.464286 | 55 | 0.669782 |
189a06665d947577501caf97cc16d56b72fbfcff | 283 | asm | Assembly | libsrc/games/c128/bit_open_di.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/games/c128/bit_open_di.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/games/c128/bit_open_di.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ; $Id: bit_open_di.asm,v 1.2 2015/01/19 01:32:44 pauloscustodio Exp $
;
; TRS-80 1 bit sound functions
;
; Open sound and disable interrupts for exact timing
;
; Stefano Bodrato - 8/4/2008
;
PUBLIC bit_open_di
EXTERN bit_open
.bit_open_di
jp bit_open
ret
| 17.6875 | 69 | 0.674912 |
49b5ab6faa79bf6d92d1e16e9c5580630ff652dd | 424 | asm | Assembly | data/maps/objects/CeladonMartRoof.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/CeladonMartRoof.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/CeladonMartRoof.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | CeladonMartRoof_Object:
db $42 ; border block
def_warps
warp 15, 2, 0, CELADON_MART_5F
def_signs
sign 10, 1, 3 ; CeladonMartRoofText3
sign 11, 1, 4 ; CeladonMartRoofText4
sign 12, 2, 5 ; CeladonMartRoofText5
sign 13, 2, 6 ; CeladonMartRoofText6
def_objects
object SPRITE_SUPER_NERD, 10, 4, STAY, LEFT, ... | 23.555556 | 59 | 0.742925 |
30aff6c51a98d2f3cc8f58feb75248372a8980d4 | 360 | asm | Assembly | data/maps/objects/FuchsiaBillsGrandpasHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/FuchsiaBillsGrandpasHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/FuchsiaBillsGrandpasHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | FuchsiaBillsGrandpasHouse_Object:
db $a ; border block
def_warps
warp 2, 7, 1, LAST_MAP
warp 3, 7, 1, LAST_MAP
def_signs
def_objects
object SPRITE_MIDDLE_AGED_WOMAN, 2, 3, STAY, RIGHT, 1 ; person
object SPRITE_GAMBLER, 7, 2, STAY, UP, 2 ; person
object SPRITE_YOUNGSTER, 5, 5, STAY, NONE, 3 ; person
de... | 22.5 | 63 | 0.741667 |
71751d1ed65fc253b0f32d0db82e6a834e70bd97 | 370 | asm | Assembly | WEEK-6/10.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-6/10.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-6/10.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | LXI H,9000
MVI C,03 // 3 numbers
MVI B,00 // negetive nos
MVI E,00 // zeros
MVI D,00 // positive nos
LOOP: MOV A,M
CPI 00
JZ ZERO
ANI 80
JNZ NEG
INR D
JMP LAST
ZERO: INR E
JMP LAST
NEG: INR B
LAST: INX H
DCR C
JNZ LOOP
LXI H,9010
MOV M,B
... | 12.333333 | 28 | 0.497297 |
398e443c2ddf3bd6556d4f3fa063aceabd8b70ae | 20 | asm | Assembly | src/main/fragment/mos6502-common/vbuxx_lt_vbuc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbuxx_lt_vbuc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbuxx_lt_vbuc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | cpx #{c1}
bcc {la1}
| 6.666667 | 9 | 0.55 |
fcf3138076170d5463f04e3a9c9ff664da8e89e5 | 1,356 | asm | Assembly | programs/oeis/074/A074677.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/074/A074677.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/074/A074677.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A074677: a(n) = Sum_{i = 0..floor(n/2)} (-1)^(i + floor(n/2)) F(2*i + e), where F = A000045 (Fibonacci numbers) and e = (1-(-1)^n)/2.
; 0,1,1,1,2,4,6,9,15,25,40,64,104,169,273,441,714,1156,1870,3025,4895,7921,12816,20736,33552,54289,87841,142129,229970,372100,602070,974169,1576239,2550409,4126648,6677056,10803704,174... | 193.714286 | 1,139 | 0.842183 |
498fdfc68c326e07fd4ff3f52fb32537bc6cc276 | 418 | asm | Assembly | test/asm/nested-macrodef.asm | ISSOtm/rgbds-deb | f031957fd6ec0930269f53c6468f63039c9ef72a | [
"MIT"
] | null | null | null | test/asm/nested-macrodef.asm | ISSOtm/rgbds-deb | f031957fd6ec0930269f53c6468f63039c9ef72a | [
"MIT"
] | null | null | null | test/asm/nested-macrodef.asm | ISSOtm/rgbds-deb | f031957fd6ec0930269f53c6468f63039c9ef72a | [
"MIT"
] | null | null | null | outer_ok: MACRO
definition equs "inner_ok: MACRO\nPRINTT \"Hello!\\n\"\nENDM"
definition
PURGE definition
ENDM
outer_ok
inner_ok
outer_arg: MACRO
definition equs "inner_arg: MACRO\nPRINTT \"outer: \1\\ninner: \\1\\n\"\nENDM"
definition
PURGE definition
ENDM
outer_arg outside
inner_arg inside
outer: MACRO
W... | 14.928571 | 78 | 0.751196 |
52ec5f30d51d6ee4235ba2c2d7a83fe621fb51fc | 502 | asm | Assembly | Student/examples/Correct/CPRL0/Correct_125.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 6 | 2021-02-02T10:08:02.000Z | 2022-03-24T08:10:44.000Z | Student/examples/Correct/CPRL0/Correct_125.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 1 | 2021-02-27T21:55:26.000Z | 2021-02-28T12:39:29.000Z | Student/examples/Correct/CPRL0/Correct_125.asm | SoftMoore/CPRL-Kt | c2dfdbd5b30ed6175f419398071e2f98e582d23a | [
"Unlicense"
] | 6 | 2020-02-24T13:51:32.000Z | 2021-06-05T19:02:05.000Z | PROGRAM 8
LDGADDR 0
LDCINT 1
STOREW
L0:
LDGADDR 0
LDGADDR 0
LOADW
LDCINT 1
ADD
STOREW
LDGADDR 4
LDGADDR 0
LOADW
STOREW
L2:
LDGADDR 4
LDGADDR 4
LOADW
LDCINT 2
ADD
STOREW
LDGADDR 4
LOADW
LDCINT 10
CMP
BG L3
BR L2
L3:
LDGADDR 0
LOADW
LD... | 10.04 | 16 | 0.559761 |
e824f68e3311249f3d2d8f4f230faab1b4466a3a | 608 | asm | Assembly | oeis/038/A038867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/038/A038867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/038/A038867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A038867: (n+5)^3 - n^3.
; Submitted by Christian Krause
; 125,215,335,485,665,875,1115,1385,1685,2015,2375,2765,3185,3635,4115,4625,5165,5735,6335,6965,7625,8315,9035,9785,10565,11375,12215,13085,13985,14915,15875,16865,17885,18935,20015,21125,22265,23435,24635,25865,27125,28415,29735,31085,32465,33875,35315,36785,38... | 60.8 | 500 | 0.786184 |
738ce67eea827a9444828d3fa727123c1a438b13 | 6,474 | asm | Assembly | src/diskio.asm | poletaevvlad/http-asm | 353d90b4e61f37041e4a8dda2547d0aeef7dc9bb | [
"MIT"
] | 7 | 2018-10-12T19:41:55.000Z | 2022-01-29T08:37:04.000Z | src/diskio.asm | poletaevvlad/http-asm | 353d90b4e61f37041e4a8dda2547d0aeef7dc9bb | [
"MIT"
] | null | null | null | src/diskio.asm | poletaevvlad/http-asm | 353d90b4e61f37041e4a8dda2547d0aeef7dc9bb | [
"MIT"
] | 2 | 2021-02-06T08:36:22.000Z | 2022-01-26T05:14:12.000Z | %include "bufferutils.asm"
%define open_sc 2
%define fstat_sc 5
%define getdents_sc 78
%define write_sc 1
%define close_sc 3
%define S_IFDIR 0040000o
%define S_IFREG 0100000o
%define S_IFMT 0170000o
%define EACCESS 13
%define ENOENT 2
section .bss
path resq 1
pathLength resq 1
section .data
respFile ... | 19.325373 | 95 | 0.557615 |
a8a3017875f225f342e09009c5e200d9a4a622fc | 821 | asm | Assembly | oeis/001/A001003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001003.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001003: Schroeder's second problem (generalized parentheses); also called super-Catalan numbers or little Schroeder numbers.
; Submitted by Jamie Morken(w2)
; 1,1,3,11,45,197,903,4279,20793,103049,518859,2646723,13648869,71039373,372693519,1968801519,10463578353,55909013009,300159426963,1618362158587,8759309660445,4... | 37.318182 | 490 | 0.807552 |
4bd5b73ce80c86d54c4ac177362035afcca7d7f9 | 4,493 | asm | Assembly | filtros/monocromatizar_inf_asm.asm | partu18/edge_detection_algorithm_SIMD | 52cefd9c64e67602322e62d8528761272c89ebe8 | [
"MIT"
] | null | null | null | filtros/monocromatizar_inf_asm.asm | partu18/edge_detection_algorithm_SIMD | 52cefd9c64e67602322e62d8528761272c89ebe8 | [
"MIT"
] | null | null | null | filtros/monocromatizar_inf_asm.asm | partu18/edge_detection_algorithm_SIMD | 52cefd9c64e67602322e62d8528761272c89ebe8 | [
"MIT"
] | null | null | null | ; void monocromatizar_inf_asm (
; unsigned char *src,
; unsigned char *dst,
; int h,
; int w,
; int src_row_size,
; int dst_row_size
; );
global monocromatizar_inf_asm
section .data
mask: DQ 0x00000000FFFFFFFF
maskMaximos: DB 0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00
maskMa... | 28.617834 | 103 | 0.642778 |
93255d7fa64832e409a77b18a514b15a448833d5 | 459 | asm | Assembly | oeis/044/A044406.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/044/A044406.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/044/A044406.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A044406: Numbers n such that string 7,4 occurs in the base 10 representation of n but not of n-1.
; Submitted by Christian Krause
; 74,174,274,374,474,574,674,740,774,874,974,1074,1174,1274,1374,1474,1574,1674,1740,1774,1874,1974,2074,2174,2274,2374,2474,2574,2674,2740,2774,2874,2974,3074,3174,3274,3374,3474,3574
ad... | 45.9 | 184 | 0.747277 |
eb257063fc6e10b6cb730cc83732a2da29dc8e52 | 812 | asm | Assembly | lib/chibiakumas/SrcALL/V1_Functions.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | lib/chibiakumas/SrcALL/V1_Functions.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | lib/chibiakumas/SrcALL/V1_Functions.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | ifdef BuildCPC
read "..\SrcCPC\CPC_V1_Functions.asm"
endif
ifdef BuildMSX
read "..\SrcMSX\MSX_V1_Functions.asm"
endif
ifdef BuildTI8
read "..\SrcTI\TI_V1_Functions.asm"
endif
ifdef BuildZX8 ;ZX81
read "..\SrcZX8\ZX8_V1_Functions.asm"
endif
ifdef BuildZXS
read "..\SrcZX\ZX_V1_Function... | 21.368421 | 44 | 0.700739 |
6f9644236215867fc2cc5f269c371cd214c5259b | 6,030 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_210_765.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_210_765.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_210_765.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11ecf, %rsi
lea addresses_normal_ht+0x134cf, %rdi
clflush (%rsi)
nop
nop
nop
nop
cmp %r13, %r13
mov $70, %rcx
rep movsb
nop
cmp %rdi, %rdi
lea addresses_UC_ht+0x12854, %... | 21.30742 | 629 | 0.648922 |
45eb5a39ebaa82c4724929e363ff144c2455bfda | 1,188 | asm | Assembly | src/intel/tools/tests/gen6/mach.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen6/mach.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen6/mach.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | mach(8) g12<1>UD g10<8,8,1>UD 0xaaaaaaabUD { align1 1Q AccWrEnable };
mach(8) g16<1>D g10<8,8,1>D 1431655766D { align1 1Q AccWrEnable };
mach(16) g17<1>UD g14<8,8,1>UD 0xaaaaaaabUD { align1 1H AccWrEnable };
mach(16) g25<1>D g14<8,8,1>D ... | 84.857143 | 91 | 0.494108 |
e8ac1dce9f8740947537dbc7cf498206f07cbe36 | 987 | asm | Assembly | core86/dbg/Fib.asm | JulesIMF/HCC_86 | a4d8eab6006364f11a0b804eee3d1d3897de877a | [
"MIT"
] | null | null | null | core86/dbg/Fib.asm | JulesIMF/HCC_86 | a4d8eab6006364f11a0b804eee3d1d3897de877a | [
"MIT"
] | null | null | null | core86/dbg/Fib.asm | JulesIMF/HCC_86 | a4d8eab6006364f11a0b804eee3d1d3897de877a | [
"MIT"
] | null | null | null | .intel_syntax noprefix
.global main
call main
Fib:
push rbp
mov rbp, rsp
mov rbx, [rbp+16]
mov rcx, 0
cmp rbx, rcx
sete bl
movzx rbx, bl
test rbx, rbx
je .else_p1875457888
mov rbx, 0
mov rax, rbx
pop rbp
ret
jmp .endif_p1875457888
.else_p1875457888:
.endif_p1875457888:
mov rbx, [rbp+16]
... | 12.653846 | 23 | 0.643364 |
30b2dbb279cbf4fc8102eba3e7fe3869f710c7b3 | 39 | asm | Assembly | src/core/asm/arm/thumb/inst_0x60.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null | src/core/asm/arm/thumb/inst_0x60.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | 4 | 2019-02-27T05:41:26.000Z | 2020-07-16T00:24:24.000Z | src/core/asm/arm/thumb/inst_0x60.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null |
;;; 0x6x
;;; 0110|
__0x6x_ldr:
ret
| 5.571429 | 11 | 0.538462 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.