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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8258605612b9f936b0d85af3c5a71dd68102c5c2 | 3,489 | asm | Assembly | main.asm | captdam/Nixie-tube-driver | 602fe661f036f9a7db2119954d0af4dcac93d3ff | [
"MIT"
] | 3 | 2018-11-02T01:47:52.000Z | 2019-10-16T12:59:41.000Z | main.asm | captdam/Nixie-tube-driver | 602fe661f036f9a7db2119954d0af4dcac93d3ff | [
"MIT"
] | null | null | null | main.asm | captdam/Nixie-tube-driver | 602fe661f036f9a7db2119954d0af4dcac93d3ff | [
"MIT"
] | null | null | null | ;Config
TIME EQU 0xDC05 ;Timer value, 0xFFFF - 9216 = 0xDC00, 5 extra step to jump and step this value
TCYL EQU 0x64 ;Timer cycle, 100 (0x64). @11.0529MHz, 12T, 1s = 9216 * 100 steps
;Define
TIMER DATA 0x23 ;Memory for core timer counter
MEM_H DATA 0X22 ;Memory for time values
MEM_M DAT... | 18.363158 | 101 | 0.600745 |
dba155ce1a76eda4c6edd7bafb406502df332a3f | 839 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_sign.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_sign.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_sign.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_stdio
PUBLIC __stdio_printf_sign, __stdio_printf_sign_0
__stdio_printf_sign:
; write sign to buffer
;
; enter : ix = FILE *
; hl = char *buffer
;
; exit : ix = FILE *
; hl = char *buffer (where to write next char)
;
; uses : af, hl
l... | 14.982143 | 64 | 0.512515 |
9f2ee74343a465c047473e0179f8ea2113202ea1 | 3,702 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_214.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_214.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_214.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 %r15
push %r9
push %rbp
push %rdi
push %rdx
// Faulty Load
mov $0x195b3e0000000f61, %rdx
clflush (%rdx)
nop
nop
nop
dec %r9
mov (%rdx), %rbp
lea oracles, %rdi
and $0xff, %rbp
shlq $12, %rbp
mov (%rdi,%rbp,1), %rbp... | 84.136364 | 2,999 | 0.663695 |
60f26789233840cee51bb1105aa4ce776c675d19 | 1,346 | asm | Assembly | libsrc/zx81/zx_setstr_callee.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/zx81/zx_setstr_callee.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/zx81/zx_setstr_callee.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; ZX 81 specific routines
; by Stefano Bodrato, Oct 2007
;
; Copy a string to a BASIC variable
;
; int __CALLEE__ zx_setstr_callee(char variable, char *value);
;
;
; $Id: zx_setstr_callee.asm,v 1.2 2007/10/23 20:33:49 stefano Exp $
;
XLIB zx_setstr_callee
XDEF ASMDISP_ZX_SETSTR_CALLEE
LIB asctozx81
zx_setstr_callee... | 11.911504 | 67 | 0.6263 |
7e75af2d8e154d4ecb5be5033d461be6708d6d7b | 928 | asm | Assembly | programs/oeis/312/A312555.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/312/A312555.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/312/A312555.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A312555: Coordination sequence Gal.5.110.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,4,8,14,18,24,28,34,38,42,46,50,56,60,66,70,76,80,84,88,92,98,102,108,112,118,122,126,130,134,140,144,150,154,160,164,168,172,176,182,186,1... | 17.185185 | 177 | 0.559267 |
fd0a8d83998b5d38f13ef31a0df070aa8da8ded5 | 2,304 | asm | Assembly | original/22 - Tutorial TwentyTwo.asm | rodoherty1/6502-Examples | 86db5035a324ef161327f28452ba625d43668924 | [
"MIT"
] | null | null | null | original/22 - Tutorial TwentyTwo.asm | rodoherty1/6502-Examples | 86db5035a324ef161327f28452ba625d43668924 | [
"MIT"
] | null | null | null | original/22 - Tutorial TwentyTwo.asm | rodoherty1/6502-Examples | 86db5035a324ef161327f28452ba625d43668924 | [
"MIT"
] | null | null | null | ;*******************************************************************************
;* Tutorial Twenty-Two Basic Gravity Physics Engine *
;* *
;* Written By John C. Dale ... | 34.38806 | 80 | 0.355035 |
6bf6384b61b5fc38b5ee816cfaf7b8b913ad4c2c | 693 | asm | Assembly | oeis/001/A001565.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001565.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001565.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001565: 3rd differences of factorial numbers.
; Submitted by Christian Krause
; 2,11,64,426,3216,27240,256320,2656080,30078720,369774720,4906137600,69894316800,1064341555200,17255074636800,296754903244800,5396772116736000,103484118786048000,2086818140639232000,44150769074700288000,977904962186600448000,2263085448005... | 40.764706 | 490 | 0.839827 |
3d81965612ff2cb61ebf570d47f7602562aff478 | 314 | asm | Assembly | oeis/060/A060677.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060677.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060677.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060677: Number of linear n-celled polyominoes, those with the property that a line can be drawn that intersects the interior of every cell.
; Submitted by Jon Maiga
; 1,1,2,3,5,8,11,17,22,31,38,52
add $0,1
mov $2,$0
pow $0,2
add $0,3
mov $1,3
mul $1,$0
div $2,2
add $2,1
mul $1,$2
mov $0,$1
div $0,60
add $0,1
| 18.470588 | 142 | 0.675159 |
4462aa4ef48b4ed4d8cb63235555d19f5a2e20b7 | 353 | asm | Assembly | turtleOS/src/kernel.asm | EmreBugday99/TurtleOS | 9d44f835ef6c498e8460abc734868a37212685d9 | [
"MIT"
] | null | null | null | turtleOS/src/kernel.asm | EmreBugday99/TurtleOS | 9d44f835ef6c498e8460abc734868a37212685d9 | [
"MIT"
] | null | null | null | turtleOS/src/kernel.asm | EmreBugday99/TurtleOS | 9d44f835ef6c498e8460abc734868a37212685d9 | [
"MIT"
] | null | null | null | [BITS 32]
global _start
extern kernel_main
CODE_SEG equ 0x08
DATA_SEG equ 0x10
_start:
mov ax, DATA_SEG
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
mov ebp, 0x00200000
mov esp, ebp
; enabling A20 line
in al, 0x92
or al, 2
out 0x92, al
call kernel_main
... | 13.576923 | 23 | 0.594901 |
eb4ac53b985a50986940cf839ed6874719b29600 | 449 | asm | Assembly | masm/14_rep.asm | oceanwavechina/assembly | 803e4a4c03645fbbc026092b3329ea472e070cab | [
"Apache-2.0"
] | null | null | null | masm/14_rep.asm | oceanwavechina/assembly | 803e4a4c03645fbbc026092b3329ea472e070cab | [
"Apache-2.0"
] | null | null | null | masm/14_rep.asm | oceanwavechina/assembly | 803e4a4c03645fbbc026092b3329ea472e070cab | [
"Apache-2.0"
] | null | null | null | ; 这段代码是演示:
; 内存数据的拷贝
; 串传送指令的使用
; 即内存地址之间的数据拷贝
assume cs:code, ds:data
data segment
db 'Welecom to masm!'
db 16 dup(0)
data ends
code segment
start:
mov ax, data
mov ds, ax
mov si, 0 ; ds:si 指向第一个数据的起始位置
mov es, ax
mov di, 16 ; es:di 指向第二个数组的起始位置
mov cx, 16 ; 设置循环的次数,也就是拷... | 14.03125 | 38 | 0.594655 |
73e3eeb2dad570f17e69ed28dd5dc00a72056286 | 157 | asm | Assembly | libsrc/target/laser500/graphics/pointxy_MODE0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/target/laser500/graphics/pointxy_MODE0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/target/laser500/graphics/pointxy_MODE0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z |
SECTION code_clib
PUBLIC pointxy_MODE0
.pointxy_MODE0
defc NEEDpoint = 1
INCLUDE "graphics/generic_console/pixel.asm"
| 17.444444 | 52 | 0.636943 |
cbcbebd060ef1360ae2d811622f3a0e989d82518 | 1,523 | asm | Assembly | programs/oeis/120/A120940.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/120/A120940.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/120/A120940.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A120940: Alternating sum of the Fibonacci numbers multiplied by their (combinatorial) indices.
; 0,1,3,6,14,26,52,95,177,318,572,1012,1784,3117,5423,9382,16170,27758,47500,81035,137885,234046,396408,670056,1130544,1904281,3202587,5378310,9020102,15109058,25279012,42248567,70537929,117657342,196076468,326485852,543195... | 138.454545 | 1,308 | 0.881812 |
4f77203b26fb7bf000965ef8410b83881412a82d | 580 | asm | Assembly | programs/oeis/163/A163871.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/163/A163871.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/163/A163871.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A163871: The n-th composite plus the sum of its nontrivial divisors.
; 6,11,14,12,17,27,23,23,30,38,41,31,35,59,30,41,39,55,71,62,47,53,47,90,59,55,89,95,83,77,71,123,56,92,71,97,119,71,119,79,89,167,95,103,126,83,143,125,95,143,194,113,123,139,95,167,185,120,125,223,107,131,119,179,233,111,167,127,143,119,251,170,15... | 82.857143 | 358 | 0.715517 |
8b68b76e58083f1c4dee50217e6d030a6b090cd3 | 34,756 | asm | Assembly | src/third_party/nss/nss/lib/freebl/intel-gcm-x64-masm.asm | neeker/chromium_extract | 0f9a0206a1876e98cf69e03869983e573138284c | [
"BSD-3-Clause"
] | 27 | 2016-04-27T01:02:03.000Z | 2021-12-13T08:53:19.000Z | src/third_party/nss/nss/lib/freebl/intel-gcm-x64-masm.asm | neeker/chromium_extract | 0f9a0206a1876e98cf69e03869983e573138284c | [
"BSD-3-Clause"
] | 2 | 2017-03-09T09:00:50.000Z | 2017-09-21T15:48:20.000Z | src/third_party/nss/nss/lib/freebl/intel-gcm-x64-masm.asm | neeker/chromium_extract | 0f9a0206a1876e98cf69e03869983e573138284c | [
"BSD-3-Clause"
] | 17 | 2016-04-27T02:06:39.000Z | 2019-12-18T08:07:00.000Z | ; LICENSE:
; This submission to NSS is to be made available under the terms of the
; Mozilla Public License, v. 2.0. You can obtain one at http:
; //mozilla.org/MPL/2.0/.
;###############################################################################
; Copyright(c) 2014, Intel Corp.
; Developers and authors:
; Shay Gu... | 26.817901 | 125 | 0.56163 |
54eff59177dc9a4d86fce49b3f5da156c95f063d | 961 | asm | Assembly | programs/oeis/038/A038163.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/038/A038163.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/038/A038163.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A038163: G.f.: 1/((1-x)*(1-x^2))^3.
; 1,3,9,19,39,69,119,189,294,434,630,882,1218,1638,2178,2838,3663,4653,5863,7293,9009,11011,13377,16107,19292,22932,27132,31892,37332,43452,50388,58140,66861,76551,87381,99351,112651,127281,143451,161161,180642,201894,225170,250470,278070,307970,340470,375570,413595,454545,498771,5... | 35.592593 | 669 | 0.721124 |
02b9eb01fbdbb8f0143dc77a6feeae426b2bc101 | 4,562 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_14886_1557.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_14886_1557.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_14886_1557.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x15f6, %rax
xor %rdi, %rdi
mov (%rax), %bx
nop
nop
nop
nop
and $29708, %r13
lea addresses_WT_ht+0x1b200, %rsi
lea addresses_UC_ht+0x14000, %rdi
nop
nop
nop
inc %r9
mov $90, %rcx
rep movs... | 55.634146 | 2,999 | 0.662648 |
0d9e57b8a65baaf66eb3f6e8c934f8fa4b8515e3 | 604 | asm | Assembly | programs/oeis/066/A066760.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/066/A066760.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/066/A066760.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A066760: Sum_{1<=k<=n, k is not a divisor of n and k is not coprime to n} k.
; 0,0,0,0,0,4,0,6,6,18,0,27,0,40,37,42,0,79,0,89,74,108,0,145,45,154,96,183,0,274,0,210,184,270,163,360,0,340,257,411,0,556,0,467,418,504,0,669,140,683,439,657,0,880,369,805,548,810,0,1183,0,928,779,930,502,1408,0,1133,802,1502,0,1570,0,1330... | 30.2 | 356 | 0.634106 |
faa46549dae945d728cb0a1d389d32d774ef23a7 | 74 | asm | Assembly | libsrc/math/mbf32/c/sccz80/fabs.asm | rjcorrig/z88dk | c49c26bb232c17ea5a45d21bb81b6343572b7f4c | [
"ClArtistic"
] | null | null | null | libsrc/math/mbf32/c/sccz80/fabs.asm | rjcorrig/z88dk | c49c26bb232c17ea5a45d21bb81b6343572b7f4c | [
"ClArtistic"
] | null | null | null | libsrc/math/mbf32/c/sccz80/fabs.asm | rjcorrig/z88dk | c49c26bb232c17ea5a45d21bb81b6343572b7f4c | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_mbf32
PUBLIC fabs
fabs:
res 7,e
ret
| 8.222222 | 29 | 0.567568 |
c74be0883d39c07dcf9ee359a9081defc22fc7f3 | 439 | asm | Assembly | libsrc/z80_crt0s/z80/sccz80/l_gintspsp.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/z80_crt0s/z80/sccz80/l_gintspsp.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/z80_crt0s/z80/sccz80/l_gintspsp.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; Z88 Small C+ Run time Library
; l_gint variant to be used sometimes by the peephole optimizer
;
SECTION code_crt0_sccz80
PUBLIC l_gintspsp
.l_gintspsp
add hl,sp
inc hl
inc hl
IF __CPU_GBZ80__
ld a,(hl+)
ld h,(hl)
ld l,a
pop af ;Return address
push hl
push af
ret
ELSE
IF EZ8... | 14.16129 | 69 | 0.624146 |
45197cfc9a02a664bdcadc620341b5133c3c2836 | 464 | asm | Assembly | programs/oeis/146/A146307.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/146/A146307.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/146/A146307.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A146307: a(n) = denominator of (n-6)/(2n) = denominator of (n+6)/(2n).
; 2,1,2,4,10,1,14,8,6,5,22,4,26,7,10,16,34,3,38,20,14,11,46,8,50,13,18,28,58,5,62,32,22,17,70,12,74,19,26,40,82,7,86,44,30,23,94,16,98,25,34,52,106,9,110,56,38,29,118,20,122,31,42,64,130,11,134,68,46,35,142,24,146,37,50,76,154,13,158,80,54,41,166,... | 35.692308 | 303 | 0.625 |
8636d7f2f02f132206a6e2e10cfe7c0ef869393a | 389 | asm | Assembly | oeis/212/A212692.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/212/A212692.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/212/A212692.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A212692: Number of (w,x,y,z) with all terms in {1,...,n} and w<|x-y|+|y-z|.
; Submitted by Christian Krause
; 0,0,6,22,54,106,184,292,436,620,850,1130,1466,1862,2324,2856,3464,4152,4926,5790,6750,7810,8976,10252,11644,13156,14794,16562,18466,20510,22700,25040,27536,30192,33014,36006,39174,42522,46056,49780
mul $0,10... | 29.923077 | 199 | 0.696658 |
fd20f7223d6558133db8dcdc84b93353a79a5f90 | 6,178 | asm | Assembly | scripts/Route20.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | scripts/Route20.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | scripts/Route20.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Route20_Script:
CheckAndResetEvent EVENT_IN_SEAFOAM_ISLANDS
call nz, Route20Script_50cc6
call EnableAutoTextBoxDrawing
ld hl, Route20TrainerHeaders
ld de, Route20_ScriptPointers
ld a, [wRoute20CurScript]
call ExecuteCurMapScriptInTable
ld [wRoute20CurScript], a
ret
Route20Script_50cc6:
CheckBothEventsSet EVE... | 21.601399 | 112 | 0.868404 |
d1ee84abd7fa03152cc7668b6feae8376cc8271e | 7,755 | asm | Assembly | src/vm/arm64/crthelpers.asm | CyberSys/coreclr-mono | 83b2cb83b32faa45b4f790237b5c5e259692294a | [
"MIT"
] | 10 | 2015-11-03T16:35:25.000Z | 2021-07-31T16:36:29.000Z | src/vm/arm64/crthelpers.asm | CyberSys/coreclr-mono | 83b2cb83b32faa45b4f790237b5c5e259692294a | [
"MIT"
] | 1 | 2019-03-05T18:50:09.000Z | 2019-03-05T18:50:09.000Z | src/vm/arm64/crthelpers.asm | CyberSys/coreclr-mono | 83b2cb83b32faa45b4f790237b5c5e259692294a | [
"MIT"
] | 4 | 2015-10-28T12:26:26.000Z | 2021-09-04T11:36:04.000Z | ;
; Copyright (c) Microsoft. All rights reserved.
; Licensed under the MIT license. See LICENSE file in the project root for full license information.
;
;; ==++==
;;
;;
;; ==--==
#include "ksarm64.h"
TEXTAREA
; Calls to JIT_MemSet is emitted by jit for initialization of large structs.
; We need to provide ou... | 25.42623 | 136 | 0.478143 |
107a83e00e5a7079774b323b979ff8a813a6dff6 | 8,881 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1276.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1276.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1276.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1e26c, %rsi
lea addresses_D_ht+0x1646c, %rdi
clflush (%rdi)
nop
nop
nop
sub %r11, %r11
mov $69, %rcx
rep movsw
add %r8, %r8
lea addresses_A_ht+0x536c, %rcx
nop
nop
sub %r14, ... | 31.492908 | 2,999 | 0.653192 |
1273eb55af505671d9a0d6ad51fed58cbcc43233 | 12,662 | asm | Assembly | lab/jos/obj/boot/boot.asm | Bit64L/MIT6.828 | cd31b68112cd88bc6a9868b1c1af0e7394c083c5 | [
"MIT"
] | null | null | null | lab/jos/obj/boot/boot.asm | Bit64L/MIT6.828 | cd31b68112cd88bc6a9868b1c1af0e7394c083c5 | [
"MIT"
] | null | null | null | lab/jos/obj/boot/boot.asm | Bit64L/MIT6.828 | cd31b68112cd88bc6a9868b1c1af0e7394c083c5 | [
"MIT"
] | null | null | null |
obj/boot/boot.out: file format elf32-i386
Disassembly of section .text:
00007c00 <start>:
.set CR0_PE_ON, 0x1 # protected mode enable flag
.globl start
start:
.code16 # Assemble for 16-bit mode
cli # Disable interrupts
7c00: fa ... | 34.690411 | 73 | 0.486574 |
f6650084f0432a2242cb4300f23d7bd2097b5878 | 323 | asm | Assembly | programs/oeis/176/A176624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/176/A176624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/176/A176624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A176624: a(n) = prime(n) + n*(-1)^n.
; 1,5,2,11,6,19,10,27,14,39,20,49,28,57,32,69,42,79,48,91,52,101,60,113,72,127,76,135,80,143,96,163,104,173,114,187,120,201,128,213,138,223,148,237,152,245,164,271,178,279,182,291,188,305,202,319,212,329,218
mov $2,-2
bin $2,$0
seq $0,40976 ; a(n) = prime(n) - 2.
sub $0,$2
add $0... | 35.888889 | 207 | 0.628483 |
456350ffd44c1eff0b59211ac1df211ab1baec9e | 2,064 | asm | Assembly | programs/oeis/100/A100214.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/100/A100214.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100214.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A100214: a(n) = 4*n^3 + 4.
; 4,8,36,112,260,504,868,1376,2052,2920,4004,5328,6916,8792,10980,13504,16388,19656,23332,27440,32004,37048,42596,48672,55300,62504,70308,78736,87812,97560,108004,119168,131076,143752,157220,171504,186628,202616,219492,237280,256004,275688,296356,318032,340740,364504,389348,415296,442372,47... | 258 | 1,996 | 0.861434 |
a837085aad2683f41f3b7355285d071c47db2d97 | 472 | asm | Assembly | oeis/129/A129464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/129/A129464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/129/A129464.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A129464: Second column (m=1) of triangle A129462 (v=2 member of a certain family).
; Submitted by Jon Maiga
; 1,-2,-6,-48,-720,-17280,-604800,-29030400,-1828915200,-146313216000,-14485008384000,-1738201006080000,-248562743869440000,-41758540970065920000,-8142915489162854400000,-1824013069572479385600000,-465123332740... | 24.842105 | 225 | 0.71822 |
cb9a60d9822f44fcd8028e4aa0f66aa7e4affbbd | 3,708 | asm | Assembly | data/pokemon/ezchat_order.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/pokemon/ezchat_order.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/pokemon/ezchat_order.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | ; Every Pokémon sorted by their Japanese names in gojūon order.
; Notably, Rhydon is missing (it should be before Rhyhorn).
EZChat_SortedPokemon:
dw .a
dw .i
dw .u
dw .e
dw .o
dw .ka_ga
dw .ki_gi
dw .ku_gu
dw .ke_ge
dw .ko_go
dw .sa_za
dw .shi_ji
dw .su_zu
dw .se_ze
dw .so_zo
dw .ta_da
dw .chi_dhi
dw... | 38.625 | 177 | 0.680151 |
b8394e308527abacf6e5992effa3abfdf72f7677 | 372 | asm | Assembly | programs/oeis/117/A117451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/117/A117451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/117/A117451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A117451: Expansion of (1-x+x^2+x^5)/((1-x)*(1-x^5)).
; 1,0,1,1,1,3,2,3,3,3,5,4,5,5,5,7,6,7,7,7,9,8,9,9,9,11,10,11,11,11,13,12,13,13,13,15,14,15,15,15,17,16,17,17,17,19,18,19,19,19,21,20,21,21,21,23,22,23,23,23,25,24,25,25,25,27,26,27,27,27,29,28,29,29,29,31,30,31
add $0,5
lpb $0
mul $0,2
sub $0,1
mul $0,6
ad... | 24.8 | 210 | 0.572581 |
71ab4d98f3fded718f40b5276d9d5b689b70c9a0 | 3,257 | asm | Assembly | MIPS_Course/project/binary_convert.asm | akellermann97/college-dump | 5c82d93767038709ad71b8f212fdb6243eeb0aec | [
"MIT"
] | null | null | null | MIPS_Course/project/binary_convert.asm | akellermann97/college-dump | 5c82d93767038709ad71b8f212fdb6243eeb0aec | [
"MIT"
] | null | null | null | MIPS_Course/project/binary_convert.asm | akellermann97/college-dump | 5c82d93767038709ad71b8f212fdb6243eeb0aec | [
"MIT"
] | null | null | null | ######################################################################################
# File : binary_convert.asm
# Author : Alexander Kellermann Nieves
# Description : In this file, we take the decimal number from main, and store it
# into an array called converted_num. This file also contains the method ... | 22.156463 | 86 | 0.472521 |
cc456dd0f5ce8f6607e333e427cd9513b35eb4c6 | 4,522 | asm | Assembly | assembly/projects/calculator/float_calculator.asm | mahzoun/programs | 39fbd730d635ed49a0af2d16dd486eba1db2f295 | [
"MIT"
] | null | null | null | assembly/projects/calculator/float_calculator.asm | mahzoun/programs | 39fbd730d635ed49a0af2d16dd486eba1db2f295 | [
"MIT"
] | null | null | null | assembly/projects/calculator/float_calculator.asm | mahzoun/programs | 39fbd730d635ed49a0af2d16dd486eba1db2f295 | [
"MIT"
] | null | null | null | section .data
operator dq 0
X dq 0
X2 dq 0
Y dq 0
Y2 dq 0
input_size dd 0
output_size dd 0
input_max_size equ word 100
section .bss
input resb input_max_size
output resb input_max_size
temp_array resb input_max_size
section .text
global _start
_start:
run:
xor esi, esi
xor r9, r9
m... | 16.625 | 63 | 0.559708 |
e6a215b6fa8335c4f88adceddc21a22f85f69c64 | 477 | asm | Assembly | oeis/179/A179931.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/179/A179931.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/179/A179931.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A179931: a(n) = gcd(sigma(n), sigma_2(n)).
; Submitted by Jamie Morken(s1)
; 1,1,2,7,2,2,2,5,13,2,2,14,2,2,4,31,2,13,2,42,4,2,2,10,31,2,20,14,2,4,2,21,4,2,4,91,2,10,4,10,2,4,2,42,26,2,2,62,57,93,4,14,2,20,4,10,20,10,2,84,2,2,26,127,4,4,2,42,4,4,2,65,2,2,62,14,4,4,2,62,121,2,2,28,4,2,20,10,2,26,4,42,4,2,4,42,2,57,26,2... | 23.85 | 245 | 0.557652 |
3f265099c5934ff381d2095696b0c8509f5a4d67 | 145 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_map.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_map.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_map.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_map.asm
Type: file
Size: 140904
Last-Modified: '2016-05-13T04:51:16Z'
SHA-1: 891BE4FF8DDFEFEE7EA26019F375E0CA0F236387
Description: null
| 20.714286 | 47 | 0.813793 |
91b9fc711e0816c2c64fe46fb43d433aadf55985 | 2,019 | asm | Assembly | Codigos exemplos/ex.asm | LFMP/ARQ1 | 0f675e2e7c68a8e7ac97332e186170e5e4cfda45 | [
"MIT"
] | 2 | 2018-09-08T18:14:41.000Z | 2018-09-24T16:14:27.000Z | Codigos exemplos/ex.asm | LFMP/ARQ1 | 0f675e2e7c68a8e7ac97332e186170e5e4cfda45 | [
"MIT"
] | null | null | null | Codigos exemplos/ex.asm | LFMP/ARQ1 | 0f675e2e7c68a8e7ac97332e186170e5e4cfda45 | [
"MIT"
] | null | null | null | ;##################################################################################################
;COMPILAR
; nasm -FELF64 exemplo.asm -o exemplo.o
;LINKER
; gcc -o exemplo exemplo.o -no-pie
;##################################################################################################
BITS 64
;################... | 17.556522 | 99 | 0.374443 |
29458e9968e9aab6cf297c49c6f469141b6a91d9 | 11,550 | asm | Assembly | Driver/Task/BNF/bnfSummons.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Task/BNF/bnfSummons.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Task/BNF/bnfSummons.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: bnfSummons.asm
AUTHOR: Adam de Boor, Oct 1, 1991
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date D... | 24.315789 | 85 | 0.592987 |
6fe0001603a2976133bf719fa1f31e266e0f54e7 | 262 | asm | Assembly | programs/oeis/017/A017197.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017197.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017197.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A017197: a(n) = 9*n + 3.
; 3,12,21,30,39,48,57,66,75,84,93,102,111,120,129,138,147,156,165,174,183,192,201,210,219,228,237,246,255,264,273,282,291,300,309,318,327,336,345,354,363,372,381,390,399,408,417,426,435,444,453,462,471,480
mov $1,$0
mul $1,9
add $1,3
| 37.428571 | 205 | 0.675573 |
b3b6ff6883a83a8d8e1e30211d12c51c8e18a3ba | 7,943 | asm | Assembly | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fd_toll_t2.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fd_toll_t2.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fd_toll_t2.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | ;******************************************************************************
;* FD_TOLL_T2.ASM - THUMB-2 STATE - *
;* *
;* Copyright (c) 1996 Texas Instruments Incorporated *
... | 44.623596 | 79 | 0.434093 |
56ff8ed7e8e25917e9c1b81a24968f3437659ca9 | 37 | asm | Assembly | Lab Assessment Submission/Lab 2/L2 task 4.asm | FariaIslamHridy/CSE331L-Section-10-Fall20-NSU | 5b0ed4addf8d39995adc1ce8fab10f21afe63155 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab 2/L2 task 4.asm | FariaIslamHridy/CSE331L-Section-10-Fall20-NSU | 5b0ed4addf8d39995adc1ce8fab10f21afe63155 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab 2/L2 task 4.asm | FariaIslamHridy/CSE331L-Section-10-Fall20-NSU | 5b0ed4addf8d39995adc1ce8fab10f21afe63155 | [
"MIT"
] | null | null | null | org 100h
A DB 10 DUP(1,2)
ret
| 4.111111 | 16 | 0.540541 |
625f1aed31ca3330d4dcc98daa5430a3e0d5ff99 | 625 | asm | Assembly | oeis/051/A051604.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/051/A051604.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/051/A051604.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A051604: a(n) = (3*n+4)!!!/4!!!
; 1,7,70,910,14560,276640,6086080,152152000,4260256000,132067936000,4490309824000,166141463488000,6645658539520000,285763317199360000,13145112591170560000,644110516967357440000,33493746882302586880000,1842156078526642278400000,106845052554545252147200000,6517548205827260380979200000,41... | 44.642857 | 498 | 0.8496 |
afad20e42a3cf1bbd5a8f779ff0a54c6515b191c | 488 | asm | Assembly | programs/oeis/063/A063227.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/063/A063227.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/063/A063227.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A063227: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 66 ).
; 3,4,8,12,16,16,24,24,28,32,36,36,44,44,48,52,56,56,64,64,68,72,76,76,84,84,88,92,96,96,104,104,108,112,116,116,124,124,128,132,136,136,144,144,148,152,156,156,164,164
mov $2,$0
mov $3,$0
mov $5,$0
lpb $2
div $0,3
mov $4,$3
div ... | 18.074074 | 168 | 0.596311 |
794fe574d6036f2eab91cbb1f792810b4f280b0f | 104 | asm | Assembly | programs/test_ADC.asm | tofu13/pyc64 | 1ffb1d864de1b4df64f6eceb724ff653ce68aa2a | [
"MIT"
] | null | null | null | programs/test_ADC.asm | tofu13/pyc64 | 1ffb1d864de1b4df64f6eceb724ff653ce68aa2a | [
"MIT"
] | null | null | null | programs/test_ADC.asm | tofu13/pyc64 | 1ffb1d864de1b4df64f6eceb724ff653ce68aa2a | [
"MIT"
] | null | null | null | * = $C000
lda #$10
.loop
SEC
sbc #$01
jmp .loop
| 13 | 21 | 0.269231 |
f9dc90d792f457a01761958a7ec6d084233d86ea | 445 | asm | Assembly | oeis/192/A192256.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192256.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192256.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192256: 0-sequence of reduction of (n^3) by x^2 -> x+1.
; Submitted by Jon Maiga
; 1,1,28,92,342,990,2705,6801,16278,37278,82532,177572,373105,768241,1554616,3098808,6095738,11851922,22805745,43477745,82197986,154231706,287411688,532248552,980014177,1794978145,3271695220,5936514356,10726952958
add $0,1
lpb $0
add... | 23.421053 | 213 | 0.68764 |
48ffaaaf325b52fa89dd299476a2f67fc5a26cd9 | 8,129 | asm | Assembly | src/ledscape/firmware/ledscape.asm | iontank/ThrowingBagels | b9b5f323e4a15265267e65c08bf2b09778361f85 | [
"MIT"
] | 9 | 2021-01-22T14:58:28.000Z | 2021-11-08T01:06:40.000Z | src/ledscape/firmware/ledscape.asm | iontank/ThrowingBagels | b9b5f323e4a15265267e65c08bf2b09778361f85 | [
"MIT"
] | 3 | 2021-01-29T18:11:18.000Z | 2021-12-14T18:20:17.000Z | src/ledscape/firmware/ledscape.asm | iontank/ThrowingBagels | b9b5f323e4a15265267e65c08bf2b09778361f85 | [
"MIT"
] | null | null | null | ; LEDScape ASM heavily based on the original LEDscape software
; but updated
; This expects strip-oriented input data, that is to say
; 32 bytes for G (one per strip), then 32 bytes for R (one per strip), etc.
; Should work with either 24-bit or 32-bit color values
; memtest ASM
.cdecls "main.c"
.clink
.global S... | 23.09375 | 76 | 0.67413 |
d98decf3abd3036d7a1bc3d0d73fef59b3913191 | 325 | asm | Assembly | programs/oeis/127/A127973.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/127/A127973.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/127/A127973.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A127973: a(2n)=A060632(n); a(2n+1)=A048896(n)/2.
; 1,2,2,2,2,4,2,2,2,4,4,4,4,8,2,2,2,4,4,4,4,8,4,4,4,8,8,8,8,16,2,2,2,4,4,4,4,8,4,4,4,8,8,8,8,16,4,4,4,8,8,8,8,16,8,8,8,16,16,16,16
mov $1,$0
add $1,2
dif $1,2
add $1,$0
sub $1,$0
cal $1,60632 ; a(n) = 2^wt(floor(n/2)) (i.e., 2^A000120(floor(n/2)), or A001316(floor(n/2... | 32.5 | 130 | 0.547692 |
8726db9ab26f2ce7053f2ed305b5627ab7d56ced | 53 | asm | Assembly | test/nav.asm | esovm/asmbf | d132f59813259314cf996d9f83b4dca8bea238eb | [
"MIT"
] | 1 | 2020-07-22T16:29:07.000Z | 2020-07-22T16:29:07.000Z | test/nav.asm | esovm/asmbf | d132f59813259314cf996d9f83b4dca8bea238eb | [
"MIT"
] | null | null | null | test/nav.asm | esovm/asmbf | d132f59813259314cf996d9f83b4dca8bea238eb | [
"MIT"
] | null | null | null | #!/bin/asmbf/bfmake
mov r1, .0
clr r4
nav r1
raw ..
| 7.571429 | 19 | 0.622642 |
87aeb1693549483999d8c480c5daf8e88b7d8b1a | 1,655 | asm | Assembly | programs/oeis/139/A139271.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/139/A139271.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/139/A139271.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A139271: a(n) = 2*n*(4*n-3).
; 0,2,20,54,104,170,252,350,464,594,740,902,1080,1274,1484,1710,1952,2210,2484,2774,3080,3402,3740,4094,4464,4850,5252,5670,6104,6554,7020,7502,8000,8514,9044,9590,10152,10730,11324,11934,12560,13202,13860,14534,15224,15930,16652,17390,18144,18914,19700,20502,21320,22154,23004,23870,24752... | 206.875 | 1,584 | 0.825982 |
200545e2b5b72dcdb26912c9e04d1fc3784aa89c | 148 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/logb_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/logb_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/logb_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC _logb_fastcall
EXTERN cm48_sdcciy_logb_fastcall
defc _logb_fastcall = cm48_sdcciy_logb_fastcall
| 14.8 | 47 | 0.885135 |
25f5d183d7aaa01fe8c39da3b30e99ee2ff0bc32 | 1,065 | asm | Assembly | LM/Aula5/Lista3/ex6.asm | Kw-Vinicius/Linguagem-de-Montagem- | b0b878bb7ed9093433e0e37037fb61b79570f2b9 | [
"MIT"
] | null | null | null | LM/Aula5/Lista3/ex6.asm | Kw-Vinicius/Linguagem-de-Montagem- | b0b878bb7ed9093433e0e37037fb61b79570f2b9 | [
"MIT"
] | null | null | null | LM/Aula5/Lista3/ex6.asm | Kw-Vinicius/Linguagem-de-Montagem- | b0b878bb7ed9093433e0e37037fb61b79570f2b9 | [
"MIT"
] | null | null | null | ;--------------------------------------------------------------------------------------------
;6. Escreva um programa que inicialize 10 posições de memórias com caracteres em
;maiúsculo, ordeneos em ordem alfabética e exiba na tela o conteúdo do vetor.
; Vinicius Atsushi Sato
;--------------------------------------... | 19.722222 | 114 | 0.521127 |
c5ee3c0c74b4058cdb53937794be85fbba720cad | 68,326 | asm | Assembly | grep.asm | AlonYeroushalmi/Assignment_1 | 87299d2946405c5d22dac5c8397a7c639b0a7999 | [
"MIT-0"
] | null | null | null | grep.asm | AlonYeroushalmi/Assignment_1 | 87299d2946405c5d22dac5c8397a7c639b0a7999 | [
"MIT-0"
] | null | null | null | grep.asm | AlonYeroushalmi/Assignment_1 | 87299d2946405c5d22dac5c8397a7c639b0a7999 | [
"MIT-0"
] | null | null | null |
_grep: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b:... | 30.299778 | 60 | 0.412186 |
6eea12d32959e84839f7ec6d981dcf2a5d28e3bf | 1,434 | asm | Assembly | emulator/old/test6.asm | paulscottrobson/scmp-computer | c0c2af499f54383f13782cfe9757009f38567203 | [
"MIT"
] | null | null | null | emulator/old/test6.asm | paulscottrobson/scmp-computer | c0c2af499f54383f13782cfe9757009f38567203 | [
"MIT"
] | null | null | null | emulator/old/test6.asm | paulscottrobson/scmp-computer | c0c2af499f54383f13782cfe9757009f38567203 | [
"MIT"
] | null | null | null | ; ***********************************************************************************************
;
; Bootloader 2. Displays AAA.DDD in octal. Writes to page 1xx
;
; ***********************************************************************************************
cpu sc/mp
bootloader:
nop
ldi 0xC7 ... | 23.9 | 97 | 0.485356 |
1e43df40aa1b4f45a716e2891df79b716daa4304 | 2,722 | asm | Assembly | source/command/sound/volume.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/sound/volume.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/sound/volume.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : volume.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : Fred Bowen
;
; **... | 32.023529 | 96 | 0.335783 |
e8b904ef892291037b7f7cbc9c6da7c287cc8b59 | 3,354 | asm | Assembly | base/crts/crtw32/string/i386/strcmp.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/crts/crtw32/string/i386/strcmp.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/crts/crtw32/string/i386/strcmp.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page ,132
title strcmp.asm - compare two strings
;***
;strcmp.asm - routine to compare two strings (for equal, less, or greater)
;
; Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
; STRCMP compares two strings and returns an integer
; to indicate whether the first is less th... | 20.45122 | 81 | 0.597496 |
ab3db6c1834bbb1767f0a7933fb1fde9565f8d25 | 597 | asm | Assembly | Chapter_7/Program 7.1/x86/Program_7.1_MASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 272 | 2016-12-28T02:24:21.000Z | 2022-03-30T21:05:37.000Z | Chapter_7/Program 7.1/x86/Program_7.1_MASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 1 | 2018-04-17T19:47:52.000Z | 2018-04-17T19:47:52.000Z | Chapter_7/Program 7.1/x86/Program_7.1_MASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 62 | 2017-02-02T14:39:37.000Z | 2022-01-04T09:02:07.000Z | ; Program 7.1
; CMPS - MASM (32-bit)
; Copyright (c) 2017 Hall & Slonka
.386
.MODEL FLAT, stdcall
.STACK 4096
ExitProcess PROTO, dwExitCode:DWORD
.data
src BYTE "Test sentence",0
lenSrc EQU ($ - src)
dst BYTE "Test sentence",0
lenDst EQU ($ - dst)
.code
_main PROC
; compare string lengths
mov eax, lenSrc
cmp eax, l... | 13.568182 | 42 | 0.731993 |
f427d2dc23c671b2e69b2090e2954a4c4b707900 | 35,258 | asm | Assembly | Software/ROM/monitor.asm | reinvantveer/68KatyClone | a6bbf84bd06cad4d4c9bd5abb20ea416155f94f7 | [
"MIT"
] | 1 | 2020-07-15T15:29:56.000Z | 2020-07-15T15:29:56.000Z | Software/ROM/monitor.asm | reinvantveer/68KatyClone | a6bbf84bd06cad4d4c9bd5abb20ea416155f94f7 | [
"MIT"
] | null | null | null | Software/ROM/monitor.asm | reinvantveer/68KatyClone | a6bbf84bd06cad4d4c9bd5abb20ea416155f94f7 | [
"MIT"
] | null | null | null | ; zBug V1.0 is a small monitor program for 68000-Based Single Board Computer
; The source code was assembled using C32 CROSS ASSEMBLER VERSION 3.0
;
; Copyright (c) 2002 WICHIT SIRICHOTE email kswichit@kmitl.ac.th
;
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the G... | 23.599732 | 135 | 0.500681 |
3fdf418e33ba8d112adba405da22c5d2dc07daa6 | 468 | asm | Assembly | programs/oeis/053/A053297.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053297.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053297.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A053297: Row sums of array T in A053199.
; 1,5,22,92,372,1468,5688,21728,82064,307088,1140320,4206912,15434048,56350912,204875648,742104064,2679197952,9644109056,34623075840,124001176576,443136848896,1580464036864,5626501838848,19996918849536,70960191213568,251445325991936,889803477901312,3144896687390720
mov $1,1
m... | 23.4 | 265 | 0.737179 |
e4e73d954c7c4d248171436524a9e78a75a6b177 | 29,264 | asm | Assembly | Appl/Tools/Localize/Document/documentMisc.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Tools/Localize/Document/documentMisc.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Tools/Localize/Document/documentMisc.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: ResEdit/Document
FILE: documentMisc.asm
AUTHOR: Cassie Hartzog, Oct 9, 1992
ROUTINES:
Name Description
---- -----------
EXT DocumentSetNa... | 26.459313 | 79 | 0.61222 |
71dfbf8c7317238590cefad0d6878c831cff1373 | 2,203 | asm | Assembly | lib/target/sam/classic/basic.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | lib/target/sam/classic/basic.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | lib/target/sam/classic/basic.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Startup fo SAM Coupe
;
; Stefano 26/3/2001
;
; If an error occurs eg break we just drop back to BASIC
;
; $Id: sam_crt0.asm,v 1.20 2016-06-21 20:49:06 dom Exp $
;
PUBLIC THIS_FUNCTION_ONLY_WORKS_WITH_BASIC_SUBTYPE
defc THIS_FUNCTION_ONLY_WORKS_WITH_BASIC_SUBTYPE = 1
defc ... | 19.495575 | 69 | 0.620971 |
648de9433563a93c73c14de648581af8c30562da | 1,033 | asm | Assembly | programs/oeis/212/A212831.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/212/A212831.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212831.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A212831: a(4*n) = 2*n, a(2*n+1) = 2*n+1, a(4*n+2) = 2*n+2.
; 0,1,2,3,2,5,4,7,4,9,6,11,6,13,8,15,8,17,10,19,10,21,12,23,12,25,14,27,14,29,16,31,16,33,18,35,18,37,20,39,20,41,22,43,22,45,24,47,24,49,26,51,26,53,28,55,28,57,30,59,30,61,32,63,32,65,34,67,34,69,36,71,36,73,38,75,38,77,40,79,40,81,42,83,42,85,44,87,44,89,4... | 60.764706 | 838 | 0.652469 |
30baafff45e3221bd8c6911275d21574f0c9f684 | 445 | asm | Assembly | programs/oeis/086/A086767.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/086/A086767.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/086/A086767.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A086767: Last coefficient of the last term in the numerator of the simplified expansion of the solutions of FLT for n=2 for FLT n=1,2,3,..
; 1,1,1,1,1,3,1,1,1,5,1,3,1,7,1,1,1,9,1,5,1,11,1,3,1,13,1,7,1,15,1,1,1,17,1,9,1,19,1,5,1,21,1,11,1,23,1,3,1,25,1,13,1,27,1,7,1,29,1,15,1,31,1,1,1,33,1,17,1,35,1,9,1,37,1,19,1,39,1... | 34.230769 | 211 | 0.602247 |
bf6fcbccc9a5a72b286e1dad7d99bd22f5f7ca6d | 18,103 | asm | Assembly | lib/sse/mb_mgr_aes_ccm_auth_submit_flush_sse.asm | dalekzhangdong/intel-ipsec-mb | 33323ac995f273cd6a66d0a5df2210331baabb06 | [
"BSD-3-Clause"
] | 1 | 2021-03-15T09:26:31.000Z | 2021-03-15T09:26:31.000Z | lib/sse/mb_mgr_aes_ccm_auth_submit_flush_sse.asm | dalekzhangdong/intel-ipsec-mb | 33323ac995f273cd6a66d0a5df2210331baabb06 | [
"BSD-3-Clause"
] | null | null | null | lib/sse/mb_mgr_aes_ccm_auth_submit_flush_sse.asm | dalekzhangdong/intel-ipsec-mb | 33323ac995f273cd6a66d0a5df2210331baabb06 | [
"BSD-3-Clause"
] | null | null | null | ;;
;; Copyright (c) 2019-2020, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... | 32.269162 | 87 | 0.598354 |
b3c4f7bf7816119d17d782ff946f206f50f55836 | 1,626 | nasm | Assembly | MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.nasm | sscargal/ipmctl | 48e4cdc8682e9efafc838bda66d4af282c29dc11 | [
"BSD-3-Clause"
] | 151 | 2018-06-01T20:14:34.000Z | 2022-03-13T08:34:07.000Z | MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.nasm | sscargal/ipmctl | 48e4cdc8682e9efafc838bda66d4af282c29dc11 | [
"BSD-3-Clause"
] | 179 | 2018-06-21T18:07:54.000Z | 2022-03-30T16:06:39.000Z | MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.nasm | sscargal/ipmctl | 48e4cdc8682e9efafc838bda66d4af282c29dc11 | [
"BSD-3-Clause"
] | 58 | 2018-06-07T21:59:15.000Z | 2022-03-16T23:26:38.000Z | ;------------------------------------------------------------------------------
;
; Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
; Portions copyright (c) 2011, Apple Inc. All rights reserved.<BR>
; This program and the accompanying materials
; are licensed and made available under the terms and condi... | 33.875 | 84 | 0.517835 |
59ac215dceb521584270479f648c12e99e54f84f | 4,810 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1839.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1839.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1839.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rbp
push %rbx
lea addresses_normal_ht+0x76b5, %r11
clflush (%r11)
nop
nop
nop
dec %rbx
vmovups (%r11), %ymm7
vextracti128 $0, %ymm7, %xmm7
vpextrq $1, %xmm7, %r8
nop
nop
nop
nop
and %rbp, %rbp
lea addresses_WT_ht+0x18de9, %r13
nop
... | 44.953271 | 2,999 | 0.658212 |
d6ba975e9d902e6acef3128e1051b08e5d5a3056 | 7,592 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_17191_159.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_17191_159.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_17191_159.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x16689, %r13
nop
nop
nop
and %rsi, %rsi
mov (%r13), %r11
nop
nop
sub $21524, %rbp
lea addresses_WC_ht+0x12753, %r15
nop
nop
nop
nop
nop
and %rax, %rax
and $0xffffffffffffffc0... | 32.033755 | 2,999 | 0.655032 |
1834edbbb2a0914853a5971541962ec74f564471 | 144 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_w14.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_w14.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/sfc/ys_w14.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_w14.asm
Type: file
Size: 14245
Last-Modified: '2016-05-13T04:51:16Z'
SHA-1: A3588426F57799C8A6F5C4867819DD7F1C8FAAB4
Description: null
| 20.571429 | 47 | 0.8125 |
2949c627eb4f546ed7611eb5cdf5acf7b9dbf6c7 | 1,014 | asm | Assembly | non_regression/other_sparc.o.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | 1 | 2021-02-28T21:31:18.000Z | 2021-02-28T21:31:18.000Z | non_regression/other_sparc.o.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | non_regression/other_sparc.o.asm | LRGH/plasmasm | 4cd50546c3dc895763d72dd60b7c46179c1916bc | [
"Apache-2.0"
] | null | null | null | .file "a02bis.c"
.text
.globl toto
.type toto, #function
toto:
save %sp, -96, %sp
st %i0, [%fp+68]
ld [%fp+68], %g1
ld [%g0+%g1]0, %g1
add %g1, 1, %g2
ld [%fp+68], %g1
st %g2, [%g0+%g1]0
restore
retl
nop
.size toto, .-toto
# ----------------------
.globl tata
.type tata, #function
tata:
save ... | 16.095238 | 26 | 0.482249 |
1f94d43bd9efe66f265c6a094f9d44b9f0d82afc | 3,140 | asm | Assembly | lib/asm_util_lib.asm | imsouza/low-level-programming | 7db95a287cbc8c141898bee2a557670a89775dcc | [
"MIT"
] | null | null | null | lib/asm_util_lib.asm | imsouza/low-level-programming | 7db95a287cbc8c141898bee2a557670a89775dcc | [
"MIT"
] | null | null | null | lib/asm_util_lib.asm | imsouza/low-level-programming | 7db95a287cbc8c141898bee2a557670a89775dcc | [
"MIT"
] | null | null | null | bits 64
section .text
exit:
mov rax, 60
xor rdi, rdi
syscall
print_newline:
mov rdi, 10
jmp print_char
print_string:
push rdi
call string_length
pop rsi
mov rdx, rax
mov rax, 1
mov rdi, 1
syscall
ret
print_char:
push rdi
mov rdi, rsp
call print_string
p... | 12.123552 | 31 | 0.491401 |
d300b0d516a29725a638a4b16a014c1b77cb6398 | 459 | asm | Assembly | oeis/138/A138414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/138/A138414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/138/A138414.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A138414: A bisection of A000957.
; Submitted by Christian Krause
; 1,1,6,57,622,7338,91144,1174281,15548694,210295326,2892818244,40347919626,569274150156,8110508473252,116518215264492,1686062250699433,24552388991392230,359526085719652662,5290709340633314596,78201907647506243758,1160507655117628665252,1728386222182215... | 51 | 285 | 0.808279 |
f8e49aeae6ca459650af605de87b997f19f74c38 | 5,559 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.sd.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.sd.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.sd.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ; +----------------------------------------------------+ ;
; | Sample DVM Shower for use with the Magic Assembler | ;
; +----------------------------------------------------+ ;
mov ah,09
mov dx,offset(headtxt)
int 21
cmp byte [0081],0d
jne @1
mov d... | 23.259414 | 100 | 0.380284 |
163192f5f5f2d1a8aca74b617c00c02bf2747772 | 7,065 | asm | Assembly | buildTools/win32-x64/gbdk/libc/atol.asm | asiekierka/gb-studio | 0ff8b7c5bd661a13c2b574e844ae7f2299b439e2 | [
"MIT"
] | 6,433 | 2019-04-17T14:58:27.000Z | 2022-03-31T08:41:22.000Z | buildTools/win32-x64/gbdk/libc/atol.asm | asiekierka/gb-studio | 0ff8b7c5bd661a13c2b574e844ae7f2299b439e2 | [
"MIT"
] | 878 | 2019-04-18T18:57:48.000Z | 2022-03-31T19:42:20.000Z | buildTools/win32-x64/gbdk/libc/atol.asm | asiekierka/gb-studio | 0ff8b7c5bd661a13c2b574e844ae7f2299b439e2 | [
"MIT"
] | 440 | 2019-04-18T18:10:50.000Z | 2022-03-31T21:30:57.000Z | ;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.1 Wed Sep 04 21:56:15 2019
;--------------------------------------------------------
.module atol
;--------------------------------------------------------
; Public variables in this module
;---... | 16.662736 | 69 | 0.514225 |
3f064b9e1e6a03c0cf386098153d2020073eb341 | 6,178 | asm | Assembly | Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_962_699.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_962_699.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_zr_/i7-8650U_0xd2.log_962_699.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x14d6d, %rsi
lea addresses_A_ht+0x5504, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
and %rbp, %rbp
mov $5, %rcx
rep movsl
nop
sub $24517, %rbp
lea addresses_WC_ht+0xbb6d, %rsi
le... | 35.710983 | 2,885 | 0.663483 |
d0770bb4bde7f7d6d6921c8db2716f0eb517d013 | 2,589 | asm | Assembly | PR2/Definitivo/pract2-parte1/init.asm | rocgar08/EC-UCM | aec5203bfa594d26b343deda4927ad2bdcfe45b4 | [
"MIT"
] | null | null | null | PR2/Definitivo/pract2-parte1/init.asm | rocgar08/EC-UCM | aec5203bfa594d26b343deda4927ad2bdcfe45b4 | [
"MIT"
] | null | null | null | PR2/Definitivo/pract2-parte1/init.asm | rocgar08/EC-UCM | aec5203bfa594d26b343deda4927ad2bdcfe45b4 | [
"MIT"
] | null | null | null | /*-----------------------------------------------------------------
**
** Fichero:
** init.asm
**
** Estructura de Computadores
** Dpto. de Arquitectura de Computadores y Autom�tica
** Facultad de Inform�tica. Universidad Complutense de Madrid
**
** Prop�sito:
** Arranca un programa en C
**
** Notas d... | 21.575 | 85 | 0.593279 |
d07cb18aa8d85d436822ddc32e826cddd68c03c9 | 917 | asm | Assembly | programs/oeis/118/A118824.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/118/A118824.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/118/A118824.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A118824: 2-adic continued fraction of zero, where a(n) = -2 if n is odd, A006519(n/2) otherwise.
; -2,1,-2,2,-2,1,-2,4,-2,1,-2,2,-2,1,-2,8,-2,1,-2,2,-2,1,-2,4,-2,1,-2,2,-2,1,-2,16,-2,1,-2,2,-2,1,-2,4,-2,1,-2,2,-2,1,-2,8,-2,1,-2,2,-2,1,-2,4,-2,1,-2,2,-2,1,-2,32,-2,1,-2,2,-2,1,-2,4,-2,1,-2,2,-2,1,-2,8,-2,1,-2,2,-2,1,-2... | 76.416667 | 633 | 0.470011 |
f1d0bf0c446c1139c1adf971e3b7285ac8497195 | 598 | asm | Assembly | programs/oeis/061/A061349.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/061/A061349.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/061/A061349.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A061349: Sum of antidiagonals of A060736.
; 0,1,6,17,40,75,130,203,304,429,590,781,1016,1287,1610,1975,2400,2873,3414,4009,4680,5411,6226,7107,8080,9125,10270,11493,12824,14239,15770,17391,19136,20977,22950,25025,27240,29563,32034,34619,37360,40221
mov $2,$0
mov $4,$0
lpb $2
mov $0,$4
sub $2,1
sub $0,$2
mov ... | 18.121212 | 206 | 0.556856 |
1f2660a3c23a653a1af42fd03e34c3d93c64489d | 4,702 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_1_1117.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_1_1117.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_1_1117.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x11ed9, %r10
clflush (%r10)
nop
nop
nop
nop
nop
sub $56999, %r11
mov (%r10), %esi
and $38331, %r11
lea addresses_A_ht+0x1e535, %rbp
nop
nop
nop
nop
xor %r9, %r9
mov (%rbp), %rc... | 19.591667 | 151 | 0.64547 |
3abeb5c27ceed1b5f27c67d3c7233af4e365cdd4 | 239 | asm | Assembly | programs/oeis/016/A016840.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/016/A016840.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/016/A016840.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A016840: (4n+3)^4.
; 81,2401,14641,50625,130321,279841,531441,923521,1500625,2313441,3418801,4879681,6765201,9150625,12117361,15752961,20151121,25411681,31640625,38950081,47458321,57289761
mov $1,4
mul $1,$0
add $1,3
pow $1,4
mov $0,$1
| 26.555556 | 169 | 0.761506 |
0e3e8efe70ff46faa9f1b82d105c6fffabecb03e | 818 | asm | Assembly | programs/oeis/193/A193739.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/193/A193739.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/193/A193739.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A193739: Mirror of the triangle A193738.
; 1,1,1,2,2,1,3,3,2,1,4,4,3,2,1,5,5,4,3,2,1,6,6,5,4,3,2,1,7,7,6,5,4,3,2,1,8,8,7,6,5,4,3,2,1,9,9,8,7,6,5,4,3,2,1,10,10,9,8,7,6,5,4,3,2,1,11,11,10,9,8,7,6,5,4,3,2,1,12,12,11,10,9,8,7,6,5,4,3,2,1,13,13,12,11,10,9,8,7,6,5,4,3,2,1,14,14,13,12,11,10,9,8,7,6,5,4,3,2,1,15,15,14,13,12,... | 35.565217 | 591 | 0.56846 |
18c41badf42414d981b89d1b621bf55864462a19 | 1,153 | asm | Assembly | Source/Boot/Bootloader.asm | rxbin1201/Simple-64Bit-OperatingSystem | 9d5c4836508f0c0b2fe509481ce023bed9e98ba4 | [
"MIT"
] | null | null | null | Source/Boot/Bootloader.asm | rxbin1201/Simple-64Bit-OperatingSystem | 9d5c4836508f0c0b2fe509481ce023bed9e98ba4 | [
"MIT"
] | null | null | null | Source/Boot/Bootloader.asm | rxbin1201/Simple-64Bit-OperatingSystem | 9d5c4836508f0c0b2fe509481ce023bed9e98ba4 | [
"MIT"
] | null | null | null | global start
extern callKernel
section .text
BITS 32
start:
mov esp, stackTop
call setupPageTables
call enablePaging
lgdt [GDT64.Pointer]
jmp GDT64.codeSegment:callKernel
hlt
setupPageTables:
mov eax, pageTableL3
or eax, 0b11
mov [pageTableL4], eax
... | 12.955056 | 53 | 0.558543 |
39033f8c51b384dd9936c19e1552dedc5ec7955a | 7,948 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1783.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_1783.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_1783.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 %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x2a26, %rdx
nop
nop
nop
nop
and $23269, %rax
movb $0x61, (%rdx)
nop
nop
nop
cmp $15940, %r13
lea addresses_UC_ht+0x1db66, %rsi
lea addresses_D_ht+0x1d3f6, %rdi
nop
and $62144... | 32.178138 | 2,999 | 0.657901 |
ec58f769cdd218ac193b7c514a734f61c9ec51a5 | 193 | asm | Assembly | libsrc/_DEVELOPMENT/fcntl/c/sdcc_iy/dup2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/fcntl/c/sdcc_iy/dup2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/fcntl/c/sdcc_iy/dup2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int dup2(int fd, int fd2)
SECTION code_clib
SECTION code_fcntl
PUBLIC _dup2
EXTERN asm_dup2
_dup2:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_dup2
| 8.772727 | 27 | 0.642487 |
598be0f7524ccb39995540dd6807dba2a49f51dd | 19,895 | asm | Assembly | src/fontm.asm | Kannagi/Mega-Mario-TD | baaccbf7baad8cc2159d0f49af1e5b7ce3a3b3b0 | [
"Unlicense"
] | 2 | 2017-01-13T02:15:59.000Z | 2018-06-13T16:11:35.000Z | src/fontm.asm | Kannagi/Mega-Mario-TD | baaccbf7baad8cc2159d0f49af1e5b7ce3a3b3b0 | [
"Unlicense"
] | null | null | null | src/fontm.asm | Kannagi/Mega-Mario-TD | baaccbf7baad8cc2159d0f49af1e5b7ce3a3b3b0 | [
"Unlicense"
] | null | null | null |
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00000000
dc.l $00111000
dc.l $01121100
dc.l $01333100
dc.l $01333100
dc.l $01131100
dc.l $00111000
dc.l $00121000
dc.l $00111000
dc.l $000... | 16.903144 | 41 | 0.574466 |
b7f486c4e3cc568005c7c073a1dfbe248823c62f | 5,267 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_339.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_339.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_339.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1291f, %rdx
nop
nop
nop
nop
sub %rdi, %rdi
movb (%rdx), %r15b
nop
nop
nop
cmp $17390, %rsi
lea addresses_A_ht+0x1902b, %rsi
lea addresses_WC_ht+0x706b, %rdi
nop
nop
nop
inc %rbp
mov $2... | 45.8 | 2,999 | 0.65806 |
524f326ac396cdc281fd24739505a58a98b74935 | 152 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddr2cx.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddr2cx.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_saddr2cx.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uchar tshc_saddr2cx(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_saddr2cx
EXTERN _zx_saddr2cx
defc _tshc_saddr2cx = _zx_saddr2cx
| 13.818182 | 34 | 0.835526 |
c5ee323cdc9be9b46520875021c65c2f8a2f631b | 301 | asm | Assembly | programs/oeis/094/A094561.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/094/A094561.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/094/A094561.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A094561: Final decimal digit of floor(Pi*n), Pi=3.1415...
; 3,6,9,2,5,8,1,5,8,1,4,7,0,3,7,0,3,6,9,2,5,9,2,5,8,1,4,7,1,4,7,0,3,6,9,3,6,9,2,5,8,1,5,8,1,4,7,0,3,7,0,3,6,9,2,5,9,2,5,8,1,4,7,1,4,7,0,3,6,9,3,6,9,2,5,8,1,5,8,1,4,7,0,3,7,0,3,6,9,2,5,9,2,5,8,1,4,7,1,4
mul $0,22
div $0,7
add $0,3
mod $0,10
| 37.625 | 201 | 0.541528 |
68ad09aeb96427b70100a02165050630a0b21ad1 | 341 | asm | Assembly | programs/oeis/047/A047485.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047485.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047485.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A047485: Numbers that are congruent to {0, 3, 5, 7} mod 8.
; 0,3,5,7,8,11,13,15,16,19,21,23,24,27,29,31,32,35,37,39,40,43,45,47,48,51,53,55,56,59,61,63,64,67,69,71,72,75,77,79,80,83,85,87,88,91,93,95,96,99,101,103,104,107,109,111,112,115,117,119,120,123,125
mov $1,$0
lpb $0,1
add $1,$0
trn $0,3
add $1,1
sub ... | 28.416667 | 198 | 0.621701 |
15244b37302971755adc41db840efd126723a11a | 241 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshc_cls_wc.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.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.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void tshc_cls_wc(struct r_Rect8 *r, uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_cls_wc
EXTERN asm_tshc_cls_wc
_tshc_cls_wc:
pop af
pop ix
pop hl
push hl
push hl
push af
jp asm_tshc_cls_wc
| 11.47619 | 49 | 0.709544 |
affc1f01409c992c44f03c870572920bfc55a8ab | 4,572 | asm | Assembly | App64bitYasm1/test.asm | HJLebbink/Asm-Examples-Visual-Studio | c117ff7cb4df98b5b99f8d617138dbd991905b72 | [
"MIT"
] | 3 | 2017-03-09T14:16:30.000Z | 2021-06-20T08:55:33.000Z | App64bitYasm1/test.asm | HJLebbink/Asm-Examples-Visual-Studio | c117ff7cb4df98b5b99f8d617138dbd991905b72 | [
"MIT"
] | null | null | null | App64bitYasm1/test.asm | HJLebbink/Asm-Examples-Visual-Studio | c117ff7cb4df98b5b99f8d617138dbd991905b72 | [
"MIT"
] | 1 | 2020-11-06T12:59:56.000Z | 2020-11-06T12:59:56.000Z | .intel_syntax noprefix
.text # Code section
#region entry testCode_linux
testCode_linux:
.global testCode_linux
# extern "C" void testCode_linux(
# unsigned long * const data,
# const unsigned long long nItems1,
# const unsigned long long nItems2,
# const unsigned long long nItems3);
#
# testCode_linux(unsigned ... | 33.372263 | 147 | 0.637139 |
56541b89e1d42aca95e153d1d52ee194576d0aa6 | 828 | asm | Assembly | programs/oeis/036/A036138.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/036/A036138.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/036/A036138.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A036138: a(n) = 2^n mod 101.
; 1,2,4,8,16,32,64,27,54,7,14,28,56,11,22,44,88,75,49,98,95,89,77,53,5,10,20,40,80,59,17,34,68,35,70,39,78,55,9,18,36,72,43,86,71,41,82,63,25,50,100,99,97,93,85,69,37,74,47,94,87,73,45,90,79,57,13,26,52,3,6,12,24,48,96,91,81,61,21,42,84,67,33,66,31,62,23,46,92,83,65,29,58,15,30,60,19,38,7... | 75.272727 | 728 | 0.638889 |
65266d8cf7e53754374499d8635749a353f5591c | 121,929 | asm | Assembly | data/moves/animations.asm | pokeachromicdevs/pokeoctober | db74bb68bbfceac07eec6d64674bc24fd4c0b67f | [
"blessing"
] | 1 | 2021-07-05T23:48:37.000Z | 2021-07-05T23:48:37.000Z | data/moves/animations.asm | pokeachromicdevs/pokeoctober | db74bb68bbfceac07eec6d64674bc24fd4c0b67f | [
"blessing"
] | 1 | 2020-12-16T01:11:20.000Z | 2020-12-16T22:53:56.000Z | data/moves/animations.asm | pokeachromicdevs/pokeoctober | db74bb68bbfceac07eec6d64674bc24fd4c0b67f | [
"blessing"
] | 1 | 2021-07-05T23:33:22.000Z | 2021-07-05T23:33:22.000Z | ; entries correspond to constants/move_constants.asm
; negative entries first (see the constants file for details)
dw BattleAnim_ThrowPokeBall
dw BattleAnim_SendOutMon
dw BattleAnim_ReturnMon
dw BattleAnim_Confused
dw BattleAnim_Slp
dw BattleAnim_Brn
dw BattleAnim_Psn
dw BattleAnim_Sap
dw BattleAnim_Frz
dw Ba... | 24.25965 | 61 | 0.789107 |
686f70c1f24392b19088cf0443dfc73652b37ba0 | 1,406 | asm | Assembly | programs/oeis/054/A054406.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/054/A054406.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/054/A054406.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A054406: Beatty sequence for (3+sqrt 3)/2; complement of A022838.
; 2,4,7,9,11,14,16,18,21,23,26,28,30,33,35,37,40,42,44,47,49,52,54,56,59,61,63,66,68,70,73,75,78,80,82,85,87,89,92,94,97,99,101,104,106,108,111,113,115,118,120,123,125,127,130,132,134,137,139,141,144,146,149,151,153,156,158,160,163,165,167,170,172,175,... | 74 | 955 | 0.697013 |
b7a1c384f0e045ec1434f901559e7b064dbd052c | 182 | asm | Assembly | examples/asm/test/sioecho.asm | bielskij/altair-emu | 49463fd0fcacd70540fd6aa880dfc7cef0ad958d | [
"MIT"
] | null | null | null | examples/asm/test/sioecho.asm | bielskij/altair-emu | 49463fd0fcacd70540fd6aa880dfc7cef0ad958d | [
"MIT"
] | null | null | null | examples/asm/test/sioecho.asm | bielskij/altair-emu | 49463fd0fcacd70540fd6aa880dfc7cef0ad958d | [
"MIT"
] | null | null | null | ; SIO (not 2SIO) echo test
org 0
loop in 00h ;wait for character
rrc
jc loop ;nothing yet (negative logic)
in 01h ;read the character
out 01h ;echo it
jmp loop
| 16.545455 | 40 | 0.653846 |
0e8e25352d6692fa63203c391f13c60539dce459 | 866 | asm | Assembly | programs/oeis/270/A270684.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/270/A270684.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/270/A270684.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A270684: First differences of number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 190", based on the 5-celled von Neumann neighborhood.
; 4,7,12,8,20,8,28,8,36,8,44,8,52,8,60,8,68,8,76,8,84,8,92,8,100,8,108,8,116,8,124,8,132,8,140,8,148,8,156,8,164,8,172,8,... | 22.205128 | 288 | 0.58545 |
62272d0cf2aef7b6d912531b8f178c9f4b6f030e | 1,649 | asm | Assembly | Code/Check.asm | SBNovaScript/AssemblyPass | 7ce11fa388a24f5218ea56850d259f5d4101915e | [
"Apache-2.0"
] | null | null | null | Code/Check.asm | SBNovaScript/AssemblyPass | 7ce11fa388a24f5218ea56850d259f5d4101915e | [
"Apache-2.0"
] | null | null | null | Code/Check.asm | SBNovaScript/AssemblyPass | 7ce11fa388a24f5218ea56850d259f5d4101915e | [
"Apache-2.0"
] | null | null | null | ; Steven Baumann
; 12/12/18
;Checks if the password is in it's correct format
.386
.MODEL FLAT, C
.STACK 4096
.DATA
capWordCheck DWORD 0
numCheck DWORD 0
.CODE
asmCheck PROC chArray:DWORD, chLength:DWORD ; Start of the password checking program.
cmp chLength, 9 ; If the password is less than 9 chars, throw an er... | 20.6125 | 97 | 0.724682 |
154d33e3aeefe3ed509890fbd60935043a04d8d4 | 744 | asm | Assembly | tests/small.asm | tiaanl/eighty-eighty-six | 832c73ca58ab14eb1dfbeae1920de84955e377f7 | [
"MIT"
] | null | null | null | tests/small.asm | tiaanl/eighty-eighty-six | 832c73ca58ab14eb1dfbeae1920de84955e377f7 | [
"MIT"
] | null | null | null | tests/small.asm | tiaanl/eighty-eighty-six | 832c73ca58ab14eb1dfbeae1920de84955e377f7 | [
"MIT"
] | null | null | null | test bl, 0x07
; sum of odd numbers in the array.
;mov al, [10]
;enter 10, 20
;mov dx, bx
;mov [ds:si], dx
;shr byte [bp], cl
;inc ax
;inc cx
;inc dx
;inc bx
;inc sp
;inc bp
;inc si
;inc di
;dec ax
;dec cx
;dec dx
;dec bx
;dec sp
;dec bp
... | 11.809524 | 34 | 0.473118 |
74def3fcf3a9788340d6febae4adeb00b7f8edd1 | 1,679 | asm | Assembly | programs/oeis/097/A097869.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/097/A097869.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/097/A097869.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A097869: Expansion of g.f.: (1+x^4+x^5+x^9)/((1-x)*(1-x^2)*(1-x^4)^2).
; 1,1,2,2,6,7,11,12,21,25,34,38,54,63,79,88,113,129,154,170,206,231,267,292,341,377,426,462,526,575,639,688,769,833,914,978,1078,1159,1259,1340,1461,1561,1682,1782,1926,2047,2191,2312,2481,2625,2794,2938,3134,3303,3499,3668,3893,4089,4314,4510,476... | 88.368421 | 1,447 | 0.777248 |
6a6ba0e2fec39e2627305f968740d16230fde137 | 517 | asm | Assembly | Examples/ch16/MultCode.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | Examples/ch16/MultCode.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | Examples/ch16/MultCode.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | TITLE Multiple Code Segments (MultCode.asm)
; This small model program contains multiple
; code segments.
; Last update: 2/1/02
.model small,stdcall
.stack 100h
WriteString PROTO
.data
msg1 db "First Message",0dh,0ah,0
msg2 db "Second Message",0dh,0ah,"$"
.code
main PROC
mov ax,@data
mov ds,ax
mov dx,OFFSET... | 16.15625 | 48 | 0.70793 |
2def08bcde6fa809b0463652f160c41e15524dba | 345 | asm | Assembly | programs/oeis/040/A040928.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/040/A040928.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/040/A040928.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A040928: Continued fraction for sqrt(959).
; 30,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29,1,60,1,29
gcd $0,262156
mul $0,42
mod $0,13
mov $1,$0
div $1,5
mul $1,25
add $0,$1
mul $0,2
su... | 23 | 189 | 0.608696 |
ec6d0940ad46ef7b98f909aa20ef1fff1a94b1a2 | 160 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hsub.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hsub.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___hsub.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC ___hsub
PUBLIC _subf16
EXTERN cm16_sdcc_sub
defc ___hsub = cm16_sdcc_sub
defc _subf16 = cm16_sdcc_sub
| 14.545455 | 32 | 0.7125 |
e07fbe4aaabf3ae649241040774170e6521f8cd8 | 246 | asm | Assembly | Exercises/SEARCH/SEARCH.asm | unlam/68HC11-simulator | dd5f7e718fc50caa92543224c8671bae653a3c45 | [
"Apache-2.0"
] | 1 | 2019-05-07T20:58:12.000Z | 2019-05-07T20:58:12.000Z | Exercises/SEARCH/SEARCH.asm | unlam/68HC11-simulator | dd5f7e718fc50caa92543224c8671bae653a3c45 | [
"Apache-2.0"
] | null | null | null | Exercises/SEARCH/SEARCH.asm | unlam/68HC11-simulator | dd5f7e718fc50caa92543224c8671bae653a3c45 | [
"Apache-2.0"
] | null | null | null | ORG $0000
TOTAL RMB 1
VECTOR RMB 2
CANTIDAD RMB 1
ORG $8000
CLRB
CLR TOTAL
LDX VECTOR
LDAA CANTIDAD
SIGO LDAB 0,X
ANDB #1
BNE ESIMPAR
INC TOTAL
ESIMPAR INX
DECA
BNE SIGO
FIN BRA FIN | 13.666667 | 17 | 0.573171 |
6998d3abd686f4b0b806ececf76893d32852ca1e | 698 | asm | Assembly | programs/oeis/111/A111917.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/111/A111917.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/111/A111917.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A111917: The i-th term of the generalized Fibonacci sequence [0,k,k,2k,3k,...] is given by the formula F(i) = round( k/sqrt(5) * phi^i ) provided i >= s(k); a(n) = smallest value of k such that s(k) = n.
; 2,3,5,8,13,21,33,53,85,138,223,361,583,943,1525,2468,3993,6461,10453,16913,27365,44278
mov $2,2
mov $3,$0
lpb $... | 20.529412 | 205 | 0.554441 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.