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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fa4abdc2148df461b5cc714ecb58a9100adb7764 | 1,159 | asm | Assembly | llvm/test/tools/llvm-ml/radix.asm | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 2,338 | 2018-06-19T17:34:51.000Z | 2022-03-31T11:00:37.000Z | llvm/test/tools/llvm-ml/radix.asm | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 3,740 | 2019-01-23T15:36:48.000Z | 2022-03-31T22:01:13.000Z | llvm/test/tools/llvm-ml/radix.asm | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 500 | 2019-01-23T07:49:22.000Z | 2022-03-30T02:59:37.000Z | ; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s
.code
t1:
mov eax, 100b
mov eax, 100y
; CHECK-LABEL: t1:
; CHECK-NEXT: mov eax, 4
; CHECK-NEXT: mov eax, 4
t2:
mov eax, 100o
mov eax, 100q
; CHECK-LABEL: t2:
; CHECK-NEXT: mov eax, 64
; CHECK-NEXT: mov eax, 64
t3:
mov eax, 100d
mov eax, 100t
; CHECK-LABEL: t3:
;... | 11.826531 | 50 | 0.644521 |
314ef29c07aef4418e3d9b5e8702533b21ec2e31 | 2,463 | asm | Assembly | Ejemplos/mikroBasic/Blink/blink.asm | DAFRELECTRONICS/ThunderBolt-Nova | ae8faa47958e86e31e90db24b55800edf308482c | [
"MIT"
] | null | null | null | Ejemplos/mikroBasic/Blink/blink.asm | DAFRELECTRONICS/ThunderBolt-Nova | ae8faa47958e86e31e90db24b55800edf308482c | [
"MIT"
] | null | null | null | Ejemplos/mikroBasic/Blink/blink.asm | DAFRELECTRONICS/ThunderBolt-Nova | ae8faa47958e86e31e90db24b55800edf308482c | [
"MIT"
] | null | null | null |
_main:
;blink.mbas,6 :: org 0x1000
;blink.mbas,10 :: TRISB = %00000000
CLRF TRISB+0
;blink.mbas,11 :: TRISC = %00000000
CLRF TRISC+0
;blink.mbas,15 :: loop:
L__main_loop:
;blink.mbas,20 :: latc.3 = 1
BSF LATC+0, 3
;blink.mbas,21 :: gosub wait
CALL L__main_wait, 0
;blink... | 24.147059 | 37 | 0.546488 |
13feb067521a0f1bc58c6ee6d4f2d7c8fa27bf9c | 267 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_saddrpright_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_saddrpright_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshr_saddrpright_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; void *tshr_saddrpright(void *saddr, uchar bitmask)
SECTION code_clib
SECTION code_arch
PUBLIC tshr_saddrpright_callee
EXTERN asm_tshr_saddrpright
tshr_saddrpright_callee:
pop af
pop hl
dec sp
pop de
push af
ld e,d
jp asm_tshr_saddrpright
| 13.35 | 52 | 0.7603 |
4e6e8ccbd79acee20f4f51a5844071da2603e517 | 614 | asm | Assembly | oeis/284/A284233.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/284/A284233.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/284/A284233.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A284233: Sum of odd prime power divisors of n (not including 1).
; Submitted by Jamie Morken(s2)
; 0,0,3,0,5,3,7,0,12,5,11,3,13,7,8,0,17,12,19,5,10,11,23,3,30,13,39,7,29,8,31,0,14,17,12,12,37,19,16,5,41,10,43,11,17,23,47,3,56,30,20,13,53,39,16,7,22,29,59,8,61,31,19,0,18,14,67,17,26,12,71,12,73,37,33,19,18,16,79,5
ad... | 19.1875 | 217 | 0.550489 |
c33967048485114c928956d6f6089b7e36f5f2b9 | 332 | asm | Assembly | programs/oeis/132/A132118.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132118.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132118.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A132118: A000027 + A002260 - A000012.
; 1,2,4,4,6,8,7,9,11,13,11,13,15,17,19,16,18,20,22,24,26,22,24,26,28,30,32,34,29,31,33,35,37,39,41,43,37,39,41,43,45,47,49,51,53,46,48,50,52,54,56,58,60,62,64
mov $5,$0
add $0,1
lpb $0,1
add $0,1
mov $2,2
add $2,$4
mov $3,$0
trn $0,$2
mov $1,$3
add $4,1
lpe
sub $1,... | 19.529412 | 158 | 0.581325 |
2c5bbac7261eb7c9721428071da0da3222b81cff | 853 | asm | Assembly | Assembly/normal-fizzbuzz.asm | veotani/Hacktoberfest-2020-FizzBuzz | 2881cdb8ff2c86a4ace56e6302c57881e0ac891c | [
"Unlicense"
] | 80 | 2020-10-01T00:32:34.000Z | 2021-01-08T21:56:09.000Z | Assembly/normal-fizzbuzz.asm | veotani/Hacktoberfest-2020-FizzBuzz | 2881cdb8ff2c86a4ace56e6302c57881e0ac891c | [
"Unlicense"
] | 672 | 2020-09-30T22:53:47.000Z | 2020-11-01T12:39:59.000Z | Assembly/normal-fizzbuzz.asm | veotani/Hacktoberfest-2020-FizzBuzz | 2881cdb8ff2c86a4ace56e6302c57881e0ac891c | [
"Unlicense"
] | 618 | 2020-09-30T22:21:12.000Z | 2020-10-31T21:28:06.000Z | ; FizzBuzz implemented in x86asm
; Author: @meneza
global _main
extern _printf
section .text
_main:
push ebp
mov ebp, esp
xor esi, esi
check:
cmp esi, 100
je end
push newline
call _printf
add esp, 4
inc esi
xor ebx, ebx
xor edx, edx
mov eax, esi
mov ecx, 3
id... | 11.684932 | 32 | 0.567409 |
934e74aabd11ebea5d0e7a7686a1ef89654f794f | 9,238 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1323.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_21829_1323.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_21829_1323.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1e7b6, %rsi
lea addresses_WC_ht+0xd9d6, %rdi
nop
and %rbx, %rbx
mov $124, %rcx
rep movsl
nop
nop
nop
nop
nop
sub $219, %rbp
lea addresses_WC_ht+0xd4f6, %r8
nop
xor $38509... | 30.589404 | 2,999 | 0.652306 |
8d7b2750845916901e2b7c3670bfa7d42dd01d17 | 185 | asm | Assembly | libsrc/graphics/gal/xorpixl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/graphics/gal/xorpixl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/graphics/gal/xorpixl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
SECTION code_clib
PUBLIC xorpixl
EXTERN xor_MODE0
EXTERN xor_MODE1
EXTERN __gal_mode
xorpixl:
ld a,(__gal_mode)
cp 1
jp z,xor_MODE1
and a
ret nz
jp xor_MODE0
| 10.277778 | 19 | 0.702703 |
7876ab4a02491d592dd7ce40ec0749d622596f23 | 650 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_copy0_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_copy0_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_copy0_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *obstack_copy0(struct obstack *ob, void *address, size_t size)
;
; Attempt to allocate size+1 bytes from the obstack and initialize
; it by copying data from address,... | 25 | 69 | 0.516923 |
6da99db62e87b31171612d055c1d1a38e4ae3aa9 | 466 | asm | Assembly | programs/oeis/070/A070098.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070098.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070098.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070098: Number of integer triangles with perimeter n which are acute and isosceles.
; 0,0,1,0,1,1,1,1,2,2,2,2,3,2,3,3,4,3,4,4,4,4,5,4,5,5,6,5,6,6,6,6,7,7,7,7,8,7,8,8,8,8,9,9,9,9,10,9,10,10,11,10,11,11,11,11,12,12,12,12,13,12,13,13,13,13,14,14,14,14,15,14,15,15,16,15,16,16,16,16,17,16,17,17,18,17,18,18,18,18,19,19,19... | 42.363636 | 254 | 0.650215 |
44769d3f03ab8c91bbcfd9a36f789bab926adba1 | 1,955 | asm | Assembly | python_src/other/export/screen_2_2.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 43 | 2017-10-21T23:01:25.000Z | 2022-02-21T17:45:11.000Z | python_src/other/export/screen_2_2.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | null | null | null | python_src/other/export/screen_2_2.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 6 | 2017-10-23T05:48:50.000Z | 2022-01-06T03:11:49.000Z | org $0000
; Object types
OBJECT_NONE EQU 0
OBJECT_SWITCH EQU 1
OBJECT_DOOR EQU 2
OBJECT_DOOR_DESTROY EQU 3
OBJECT_FLOOR_DESTROY EQU 4
OBJECT_WALL_DESTROY EQU 5
OBJECT_BOX_LEFT EQU 6
OBJECT_BOX_RIGHT EQU 7
OBJECT_JAR EQU 8
OBJECT_TELEPORTER EQU 9
; Pickable object types
OBJECT_KEY_GREEN EQU 11
OBJECT_KEY_BLUE EQU... | 29.179104 | 68 | 0.664962 |
0039adef76b32385cea9eda123cdc0f429307817 | 645 | asm | Assembly | My Codes/Lab-3/pRINT_2.asm | jahinmahbub/CSE331L_Section_7_Summer_2020_NSU | 4be780dbad2ab55708bed99e614cbab630e2fc37 | [
"MIT"
] | null | null | null | My Codes/Lab-3/pRINT_2.asm | jahinmahbub/CSE331L_Section_7_Summer_2020_NSU | 4be780dbad2ab55708bed99e614cbab630e2fc37 | [
"MIT"
] | null | null | null | My Codes/Lab-3/pRINT_2.asm | jahinmahbub/CSE331L_Section_7_Summer_2020_NSU | 4be780dbad2ab55708bed99e614cbab630e2fc37 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
MSG1 DB "HELLO WORLD$"
MSG2 DB "ASSEMBLY LANGUAGE CSE331$"
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS, AX ;these 2 lines for initializing. Only write once
LEA DX, MSG1
MOV AH,9
INT 21H ;these 3 lines for printing
MOV AH, 2
... | 20.15625 | 67 | 0.530233 |
4f0e174b82e5f821e0241b73937188031470368d | 749 | asm | Assembly | tests/nasm/cvtps2pi.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 12,700 | 2015-01-04T15:03:42.000Z | 2022-03-31T06:43:06.000Z | tests/nasm/cvtps2pi.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 566 | 2015-01-01T18:16:40.000Z | 2022-03-31T19:59:10.000Z | tests/nasm/cvtps2pi.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 1,182 | 2015-01-05T09:20:48.000Z | 2022-03-31T12:16:52.000Z | global _start
section .data
align 16
float0low:
dd 12345.678
float0high:
dd 1234.5
float1low:
dd 0x80000001.0
float1high:
dd -2147483130.0
mxcsr:
dd 0
; Set mxcsr regiter rouding bits
%macro setRoundingBits 1
stmxcsr [mxcsr]
mov eax, [mxcsr]
and ax, 0x9F80
or ah, %1
mov [mxcsr], eax
ldmxcsr [mx... | 17.833333 | 41 | 0.732977 |
3c0500bff9585f680d98a9f13091ba8faec56c70 | 23,224 | asm | Assembly | invitron.asm | petersobolev/invitron | bc09115e481d3724a6d103bcc82f196e23cd0e05 | [
"MIT"
] | null | null | null | invitron.asm | petersobolev/invitron | bc09115e481d3724a6d103bcc82f196e23cd0e05 | [
"MIT"
] | null | null | null | invitron.asm | petersobolev/invitron | bc09115e481d3724a6d103bcc82f196e23cd0e05 | [
"MIT"
] | null | null | null |
; INVITRON intro for Vectrex by Frog
; Invitation intro for Chaos Constructions'2015
;
; http://frog.enlight.ru
; e-mail: frog@enlight.ru
; July 2015
include "vectrex.i"
; RAM till $c926 (inc. $c926) used by music player!
chunk_n equ $c931
textline_i equ $c932 ; curre... | 38.00982 | 183 | 0.420944 |
ad62e3ece6e3e675aa9bc68fc42b517f32b9b16c | 2,222 | asm | Assembly | programs/oeis/229/A229573.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/229/A229573.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/229/A229573.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A229573: Number of defective 4-colorings of an n X 3 0..3 array connected horizontally, vertically, diagonally and antidiagonally with exactly one mistake, and colors introduced in row-major 0..3 order.
; 2,26,76,171,362,757,1584,3323,6982,14673,30812,64615,135282,282749,589960,1228947,2556062,5308585,11010228,228067... | 92.583333 | 1,829 | 0.894239 |
278d24da4fdc6f67cf3871462bf71d7a8b0b2cbd | 542 | asm | Assembly | oeis/152/A152765.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152765.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152765.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152765: Smallest prime divisor of Catalan number A000108(n), with a(0) = a(1) = 1.
; Submitted by Jamie Morken(m4)
; 1,1,2,5,2,2,2,3,2,2,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,7,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
... | 67.75 | 201 | 0.588561 |
e3604ebfb75928e14321aa8716434cd4750b672c | 1,206 | asm | Assembly | example/loadertest/example.asm | d23/bitfire | 94341b7d5e2fdf1264d5f18e52d1f0f02cb5a3ef | [
"BSD-3-Clause"
] | 27 | 2016-06-24T22:01:06.000Z | 2022-03-13T17:06:27.000Z | example/loadertest/example.asm | d23/bitfire | 94341b7d5e2fdf1264d5f18e52d1f0f02cb5a3ef | [
"BSD-3-Clause"
] | 9 | 2020-05-10T12:58:46.000Z | 2022-03-03T06:11:04.000Z | example/loadertest/example.asm | d23/bitfire | 94341b7d5e2fdf1264d5f18e52d1f0f02cb5a3ef | [
"BSD-3-Clause"
] | 11 | 2016-06-12T07:15:15.000Z | 2021-11-23T13:47:07.000Z | !src "../../loader/loader_acme.inc"
!src "../../macros/link_macros_acme.inc"
* = $1000
!bin "../../loader/installer",,2
* = $0800
lda #$0b
sta $d020
sta $d021
ldx #$00
-
lda #$7b
sta $0400,x
sta $0500,x
sta $0600,x
sta $0700,x
dex
bne -
lda #$3b
sta $d011
lda #$18
... | 13.550562 | 41 | 0.548922 |
5fd4b72b92d6f3faed14b0597cd335d159935739 | 3,991 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_16108_487.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_16108_487.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_16108_487.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r14
push %r9
push %rcx
push %rdi
push %rdx
// Store
lea addresses_D+0x11646, %rcx
add $44603, %r9
movl $0x51525354, (%rcx)
add $1953, %rdx
// Faulty Load
lea addresses_PSE+0x16e46, %r14
nop
nop
xor $35... | 75.301887 | 2,999 | 0.661739 |
028a2bd0c032aed58f3d23d29f68e114a96a00f7 | 4,146 | asm | Assembly | 05_exec/win32/exec32.asm | jacwil/nasm-on-windows | 331b4252d202817b732a5491baca4173ab8a591b | [
"BSD-3-Clause"
] | 13 | 2016-03-23T19:42:42.000Z | 2022-03-30T21:50:16.000Z | 05_exec/win32/exec32.asm | jacwil/nasm-on-windows | 331b4252d202817b732a5491baca4173ab8a591b | [
"BSD-3-Clause"
] | null | null | null | 05_exec/win32/exec32.asm | jacwil/nasm-on-windows | 331b4252d202817b732a5491baca4173ab8a591b | [
"BSD-3-Clause"
] | 1 | 2020-01-18T13:47:34.000Z | 2020-01-18T13:47:34.000Z | [BITS 32]
GLOBAL _main
EXTERN _CloseHandle@4
EXTERN _CreateProcessA@40
EXTERN _ExitProcess@4
EXTERN _GetCommandLineA@0
EXTERN _GetLastError@0
EXTERN _GetStdHandle@4
EXTERN _WaitForSingleObject@8
EXTERN _WriteFile@20
SECTION .data
sUsage db 'USAGE: exec mycmd [cmdarg]...',10,'Executes the progr... | 25.280488 | 127 | 0.496382 |
1b0d0f89a0fa2458f5395e76b25e9cc2571eacd5 | 8,252 | asm | Assembly | dos_games/Ultimate Pong/gpfshower/gpfshower.asm | QAston/fasm-2006 | efc8911cc8b21da2b73865e30cf4c788048fe536 | [
"MIT"
] | null | null | null | dos_games/Ultimate Pong/gpfshower/gpfshower.asm | QAston/fasm-2006 | efc8911cc8b21da2b73865e30cf4c788048fe536 | [
"MIT"
] | null | null | null | dos_games/Ultimate Pong/gpfshower/gpfshower.asm | QAston/fasm-2006 | efc8911cc8b21da2b73865e30cf4c788048fe536 | [
"MIT"
] | null | null | null | format mz
;program do wyswietlania plikow gpf z rozjasnieniem i wyciemnieniem
;wersja kozystajaca z instrukcji movsd
heap 01000h
stack 500h
include 'loader.inc'
;fs= 0-based segment ;ds=es-data segnt cs=code segment gs=wolny
segment _code use32
code32:
alloc_dos:
mov [AErrorMsg],TMemoryErrorMsg
mov eax,100h ... | 26.448718 | 130 | 0.63015 |
a7f929c13f9d5437d52024c9881ef34bc20689b8 | 1,310 | asm | Assembly | pwnlib/shellcraft/templates/mips/setregs.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 8,966 | 2015-01-02T11:58:14.000Z | 2022-03-31T21:19:56.000Z | pwnlib/shellcraft/templates/mips/setregs.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,401 | 2015-01-01T00:56:22.000Z | 2022-03-31T16:19:53.000Z | pwnlib/shellcraft/templates/mips/setregs.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,844 | 2015-01-07T04:38:06.000Z | 2022-03-30T03:54:46.000Z | <%
from pwnlib.regsort import regsort
from pwnlib.constants import Constant, eval
from pwnlib.shellcraft import registers
from pwnlib.shellcraft.mips import mov
%>
<%page args="reg_context, stack_allowed = True"/>
<%docstring>
Sets multiple registers, taking any register dependencies into account
(i.e., given e... | 28.478261 | 83 | 0.58855 |
6218e98c2926b3132ce91df552df2608ec85555a | 3,042 | asm | Assembly | dd/nd/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dd/nd/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dd/nd/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Network Driver initialisation (Fixed clock) V0.2 1985 Tony Tebby QJUMP
*
section nd
*
xdef nd_initb
xdef nf_name
*
xref nd_io network io
xref nd_open open
xref nd_close close
xref nd_rechp release heap
xref nd_test test input
xref nd_fbyte fetch byte
xref nd_sbyte send byte
*
xref nf... | 22.043478 | 79 | 0.684747 |
1e31f9ad76fcb89ffc2df96af6b93e6fb9788a33 | 1,226 | asm | Assembly | ch07/32 bit/BinToAsc.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch07/32 bit/BinToAsc.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch07/32 bit/BinToAsc.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; Binary to ASCII (BinToAsc.asm)
; This program converts a 32-bit binary integer to ASCII.
INCLUDE Irvine32.inc
.data
binVal DWORD 1234ABCDh ; sample binary value
buffer BYTE 32 dup(0),0
.code
main PROC
mov eax,binVal ; EAX = binary integer
mov esi,OFFSET buffer ; point to the ... | 24.039216 | 63 | 0.607667 |
0afe5779bcbb257405e3e97d18a235b57706748d | 1,885 | asm | Assembly | chap18/ex2/transform_avx512.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 374 | 2021-06-08T10:42:01.000Z | 2022-03-29T14:21:45.000Z | chap18/ex2/transform_avx512.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 1 | 2021-06-11T20:24:02.000Z | 2021-06-11T20:24:02.000Z | chap18/ex2/transform_avx512.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 39 | 2021-06-08T11:25:29.000Z | 2022-03-05T05:14:17.000Z | ;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA... | 29.453125 | 79 | 0.731034 |
d75b752ebc51ad433a9c9c781b0627d3636c7f9e | 301 | asm | Assembly | masm/1_hello.asm | oceanwavechina/assembly | 803e4a4c03645fbbc026092b3329ea472e070cab | [
"Apache-2.0"
] | null | null | null | masm/1_hello.asm | oceanwavechina/assembly | 803e4a4c03645fbbc026092b3329ea472e070cab | [
"Apache-2.0"
] | null | null | null | masm/1_hello.asm | oceanwavechina/assembly | 803e4a4c03645fbbc026092b3329ea472e070cab | [
"Apache-2.0"
] | null | null | null | ; 这段代码是展示masm汇编的基本结构
; 这段代码没有特定的功能,就是联系指令的使用
; 用debug 程序,一步一步观察程序执行时,寄存器的变化
; 将cs寄存器指向 democode 这个段的起始
assume cs:democode
; 段的开始
democode segment
start:
mov ax, 0123h
mov bx, 0456h
add ax, bx
add ax, ax
; 下边两行是代码结束返回
mov ax, 4c00h
int 21h
democode ends
end start | 13.681818 | 30 | 0.684385 |
e069249cbabbe706da211c08824ead360f4cb489 | 401 | asm | Assembly | programs/oeis/083/A083222.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/083/A083222.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/083/A083222.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A083222: a(n) = (4*5^n + (-5)^n)/5.
; 1,3,25,75,625,1875,15625,46875,390625,1171875,9765625,29296875,244140625,732421875,6103515625,18310546875,152587890625,457763671875,3814697265625,11444091796875,95367431640625,286102294921875,2384185791015625,7152557373046875
mov $1,4
mov $2,5
pow $2,$0
mul $2,2
mul $1,$2
mov $3... | 22.277778 | 227 | 0.723192 |
de28394c4d3a43a867548f6e19747854ddea77f2 | 618 | asm | Assembly | programs/oeis/049/A049691.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/049/A049691.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/049/A049691.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A049691: a(n)=T(n,n), array T as in A049687. Also a(n)=T(2n,2n), array T given by A049639.
; 0,3,5,9,13,21,25,37,45,57,65,85,93,117,129,145,161,193,205,241,257,281,301,345,361,401,425,461,485,541,557,617,649,689,721,769,793,865,901,949,981,1061,1085,1169,1209,1257,1301,1393,1425,1509,1549,1613,1661,1765,1801,1881,192... | 77.25 | 443 | 0.724919 |
90952ba7ee97c0870330bda565499b6ecb7be8f6 | 451,314 | asm | Assembly | project/win32kstub/i386/10_0_15063_sp0_shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 16542bdcf0add03960a7b0a379af7a59ceb0b822 | [
"BSD-3-Clause"
] | 372 | 2017-06-05T06:58:29.000Z | 2022-03-31T08:26:53.000Z | project/win32kstub/i386/10_0_15063_sp0_shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 16542bdcf0add03960a7b0a379af7a59ceb0b822 | [
"BSD-3-Clause"
] | null | null | null | project/win32kstub/i386/10_0_15063_sp0_shadowssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 16542bdcf0add03960a7b0a379af7a59ceb0b822 | [
"BSD-3-Clause"
] | 105 | 2017-06-05T08:34:18.000Z | 2022-03-11T06:15:58.000Z | ; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; shadowssdt asm stub for 10.0.15063-sp0-windows-10-rs2-1703 i386
.686
.mmx
.xmm
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG __stdcall NtUserGetOwnerTransformedMonitorRect( ULONG arg_01 ... | 23.429061 | 323 | 0.784234 |
6c6cc165ef082d7ff8f3d335c2fa427fcdceb94d | 8,575 | asm | Assembly | dimension/cell/lib/string/md5/md5.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | 7 | 2019-03-04T08:53:33.000Z | 2022-01-28T19:32:12.000Z | dimension/cell/lib/string/md5/md5.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | dimension/cell/lib/string/md5/md5.asm | ekscrypto/Unununium | 4b67e7c5e63cf1be2157382ffd4c1e9d12957a1f | [
"BSD-2-Clause"
] | null | null | null | ;; $Header: /cvsroot/uuu/dimension/cell/lib/string/md5/md5.asm,v 1.2 2002/08/11 07:41:24 lukas2000 Exp $
;;
;; md5 - A cell implementing the MD5 secure message-digest algorithm
;; Written by Phil Frost
;; The code in this file and the MD5 algorithm are public domain.
;;
;; todo:
;; -----
;; * globalfuncise _transform s... | 26.630435 | 104 | 0.488513 |
f239c3894c7b1a987fa763eaff8cce1370c78174 | 1,651 | asm | Assembly | C/LoDosLib/gettime.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 232 | 2016-04-27T21:56:11.000Z | 2022-03-29T09:02:15.000Z | C/LoDosLib/gettime.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 31 | 2016-05-09T09:05:36.000Z | 2022-03-29T19:17:45.000Z | C/LoDosLib/gettime.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 94 | 2016-06-01T18:10:39.000Z | 2022-03-26T10:44:57.000Z | page ,132
;*****************************************************************************;
; ;
; FILE NAME: gettime.asm ;
; ;
; DESCRIPTION: MS-DOS get time function 2CH ;
; ;
; NOTES: ;
; ;
; HISTORY: ... | 31.150943 | 79 | 0.384615 |
194ef3903172c33e0c68a3788e5229b7e9c93aca | 1,909 | asm | Assembly | Kernel/asm/interrupts.asm | gbarbieripederiva/tp2_so2 | 992c1354ea70779132b6e0f3f732c8d53a49f1a9 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/interrupts.asm | gbarbieripederiva/tp2_so2 | 992c1354ea70779132b6e0f3f732c8d53a49f1a9 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/interrupts.asm | gbarbieripederiva/tp2_so2 | 992c1354ea70779132b6e0f3f732c8d53a49f1a9 | [
"BSD-3-Clause"
] | null | null | null | GLOBAL _cli
GLOBAL _sti
GLOBAL pic_master_mask
GLOBAL pic_slave_mask
GLOBAL haltcpu
GLOBAL _hlt
GLOBAL _irq00_handler
GLOBAL _irq01_handler
GLOBAL _exception0_handler
GLOBAL _exception6_handler
GLOBAL _exception13_handler
GLOBAL _syscall_handler
EXTERN irq_dispatcher
EXTERN exception_dispatcher
EXTERN syscall_dispach... | 12.642384 | 50 | 0.728654 |
4d99b32d3af8c6745f2f86b37eb60a7eb111640b | 1,533 | asm | Assembly | programs/oeis/239/A239035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/239/A239035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/239/A239035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A239035: Product of 8 consecutive integers.
; 0,40320,362880,1814400,6652800,19958400,51891840,121080960,259459200,518918400,980179200,1764322560,3047466240,5079110400,8204716800,12893126400,19769460480,29654190720,43609104000,62990928000,89513424000,125318793600,173059286400,235989936000,318073392000,424097856000,55... | 191.625 | 1,443 | 0.914547 |
4d875f58205eee2dc46d2033056a10ce7f26c585 | 1,068 | asm | Assembly | programs/oeis/064/A064718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/064/A064718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/064/A064718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A064718: A Beatty sequence for 2^i + 2^-i where i = sqrt(-1).
; 2,5,8,11,14,17,19,22,25,28,31,34,37,39,42,45,48,51,54,57,59,62,65,68,71,74,77,79,82,85,88,91,94,97,99,102,105,108,111,114,117,119,122,125,128,131,134,137,139,142,145,148,151,154,157,159,162,165,168,171,174,177,179,182,185,188,191,194,197,199,202,205,208,... | 133.5 | 963 | 0.724719 |
0e0ed81b819af01425ed4da71403c390c8792e4b | 755 | asm | Assembly | lab08/3-stack-addressing/stack-addressing.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | lab08/3-stack-addressing/stack-addressing.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | lab08/3-stack-addressing/stack-addressing.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | %include "../utils/printf32.asm"
%define NUM 5
section .text
extern printf
global main
main:
mov ebp, esp
; TODO 1: replace every push by an equivalent sequence of commands (use direct addressing of memory. Hint: esp)
mov ecx, NUM
push_nums:
push ecx
loop push_nums
push 0
push "mere"... | 19.358974 | 115 | 0.64106 |
575c9356471b3e0c6bbb7df2e598542c946342c5 | 858 | asm | Assembly | libsrc/psg/sn76489/psg_envelope.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/psg/sn76489/psg_envelope.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/psg/sn76489/psg_envelope.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | SECTION code_clib
PUBLIC psg_envelope
PUBLIC _psg_envelope
;
; $Id: psg_envelope.asm $
;========================================================================================
; void psg_envelope(unsigned int waveform, int period, unsigned int channel) __smallc;
;=============================================... | 22 | 89 | 0.487179 |
56f438b0b39aa5ef2c36ef8d291bab13a7355d50 | 2,984 | asm | Assembly | 06-C语言结合汇编/objconv源码/extras/w2ustubvec.asm | wdkang123/MyOperatingSystem | 66d0fcbbde079a3fae75484871590df470229d7b | [
"MIT"
] | 7 | 2021-01-28T11:42:08.000Z | 2021-12-12T11:16:14.000Z | 06-C语言结合汇编/objconv源码/extras/w2ustubvec.asm | wdkang123/MyOperatingSystem | 66d0fcbbde079a3fae75484871590df470229d7b | [
"MIT"
] | 1 | 2021-09-09T03:52:11.000Z | 2021-09-13T00:20:23.000Z | 06-C语言结合汇编/objconv源码/extras/w2ustubvec.asm | wdkang123/MyOperatingSystem | 66d0fcbbde079a3fae75484871590df470229d7b | [
"MIT"
] | 1 | 2021-08-25T12:57:10.000Z | 2021-08-25T12:57:10.000Z | ; *************************** w2ustubvec.asm *******************************
; Author: Agner Fog
; Date created: 2008-06-03
;
; Description:
; Call stub for calling 64-bit Windows functions from Linux, BSD or Mac
; with up to four vector parameters.
;
; (c) 2008 GNU General Public License www.gnu.or... | 36.390244 | 97 | 0.616957 |
a4721c4ca55dec99ccc44fb8325867e20552553a | 433 | asm | Assembly | oeis/092/A092092.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/092/A092092.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/092/A092092.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A092092: Back and Forth Summant S(n, _3): a(n) = Sum_{i=0..floor(2n/3)} (n-3i).
; 1,1,0,3,2,0,5,3,0,7,4,0,9,5,0,11,6,0,13,7,0,15,8,0,17,9,0,19,10,0,21,11,0,23,12,0,25,13,0,27,14,0,29,15,0,31,16,0,33,17,0,35,18,0,37,19,0,39,20,0,41,21,0,43,22,0,45,23,0,47,24,0,49,25,0,51,26,0,53,27,0,55,28,0,57,29,0,59,30,0,61,31,0,63... | 30.928571 | 254 | 0.575058 |
1db55d07256dbbf6af9f4747b44b44ccf0c68663 | 611 | asm | Assembly | oeis/138/A138401.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/138/A138401.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/138/A138401.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A138401: a(n) = prime(n)^4 - prime(n).
; 14,78,620,2394,14630,28548,83504,130302,279818,707252,923490,1874124,2825720,3418758,4879634,7890428,12117302,13845780,20151054,25411610,28398168,38950002,47458238,62742152,88529184,104060300,112550778,131079494,141158052,163047248,260144514,294499790,352275224,373300902,49288... | 67.888889 | 498 | 0.826514 |
f1b08ab0986b27909e33366766b499b678721548 | 337 | asm | Assembly | oeis/003/A003138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/003/A003138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/003/A003138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A003138: Nearest integer to 24(2^n-1)/n.
; Submitted by Jon Maiga
; 24,36,56,90,149,252,435,765,1363,2455,4466,8190,15122,28085,52427,98303,185041,349524,662257,1258290,2396744,4575603,8753329,16777215,32212254,61946643,119304646,230087533
add $0,1
mov $1,2
pow $1,$0
sub $1,1
mul $1,48
div $1,$0
sub $1,1
div $1,2
mo... | 22.466667 | 173 | 0.721068 |
46479622fc750ee4194d5794bcddd4fa368cccb9 | 16,603 | asm | Assembly | rom/boot.asm | hisahi/ellipse1100 | 930588825d8cc3ad3b069269ff9d596022f84d02 | [
"Zlib"
] | null | null | null | rom/boot.asm | hisahi/ellipse1100 | 930588825d8cc3ad3b069269ff9d596022f84d02 | [
"Zlib"
] | null | null | null | rom/boot.asm | hisahi/ellipse1100 | 930588825d8cc3ad3b069269ff9d596022f84d02 | [
"Zlib"
] | null | null | null | ; Ellipse Workstation 1100 (fictitious computer)
; ROM code (initial boot)
;
; Copyright (c) 2020 Sampo Hippeläinen (hisahi)
;
; 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... | 26.146457 | 81 | 0.464013 |
465a5f33e836a249d3e251f660fd15fa7bc9a2ab | 370 | asm | Assembly | oeis/109/A109955.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/109/A109955.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/109/A109955.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A109955: Number triangle binomial(n+2k,3k).
; Submitted by Jon Maiga
; 1,1,1,1,4,1,1,10,7,1,1,20,28,10,1,1,35,84,55,13,1,1,56,210,220,91,16,1,1,84,462,715,455,136,19,1,1,120,924,2002,1820,816,190,22,1,1,165,1716,5005,6188,3876,1330,253,25,1,1,220,3003,11440,18564,15504,7315,2024
lpb $0
mov $1,$0
add $2,1
sub $... | 26.428571 | 210 | 0.651351 |
9fa2b992a84f5fb5315fd54a0e5f07449a49c07b | 6,554 | asm | Assembly | kernel/syscall.asm | TheMachine02/Sorcery | ee657f5a64049bee0c947add7ff2cb92d7281ec1 | [
"MIT"
] | 14 | 2020-05-27T13:20:35.000Z | 2022-02-10T01:19:54.000Z | kernel/syscall.asm | TheMachine02/Sorcery | ee657f5a64049bee0c947add7ff2cb92d7281ec1 | [
"MIT"
] | 10 | 2020-06-12T20:53:03.000Z | 2021-03-21T23:11:44.000Z | kernel/syscall.asm | TheMachine02/Sorcery | ee657f5a64049bee0c947add7ff2cb92d7281ec1 | [
"MIT"
] | 84 | 2020-06-11T06:27:03.000Z | 2021-05-29T17:06:24.000Z | define VM_HYPERVISOR_ADRESS $0BF000
virtual at 0
PROFIL_BUFFSIZE: rb 3
PROFIL_BUFF: rb 3
PROFIL_OFFSET: rb 3
PROFIL_SCALE: rb 3
end virtual
macro sysdef label
label = $
; all register are paramaters (a,de,bc,hl,iy,ix)
; all register are preserved across syscall (except hl as return register)
push af
push ix... | 17.112272 | 151 | 0.70293 |
5cadd0682a6ca3c1caab0f2e03297ff852c0ffdb | 7,781 | asm | Assembly | maps/TrainerHouse1F.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | maps/TrainerHouse1F.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | maps/TrainerHouse1F.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | object_const_def ; object_event constants
const TRAINERHOUSE1F_TEACHER
const TRAINERHOUSE1F_STUDENT1
const TRAINERHOUSE1F_STUDENT2
const TRAINERHOUSE1F_GENTLEMAN
TrainerHouse1F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
TrainerHouse1F_TeacherScript:
faceplayer
opentext
checkevent EVENT_BEAT_TEACHER_... | 18.794686 | 156 | 0.754402 |
cc8448b18f44080454e1293b35eb5760b0649cb1 | 2,697 | asm | Assembly | OvmfPkg/ResetVector/Main.asm | ray-linn/myedk2 | b6a8574cb6ba49044fe43a748b98f31d417ece07 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | OvmfPkg/ResetVector/Main.asm | ray-linn/myedk2 | b6a8574cb6ba49044fe43a748b98f31d417ece07 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | OvmfPkg/ResetVector/Main.asm | ray-linn/myedk2 | b6a8574cb6ba49044fe43a748b98f31d417ece07 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | ;------------------------------------------------------------------------------
; @file
; Main routine of the pre-SEC code up through the jump into SEC
;
; Copyright (c) 2008 - 2009, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
;-------------------------------------------... | 22.106557 | 79 | 0.585836 |
fbba6d24be05fd820387363e6cb57529b75b7c1a | 1,725 | asm | Assembly | programs/oeis/062/A062708.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/062/A062708.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/062/A062708.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A062708: Write 0,1,2,3,4,... in a triangular spiral; then a(n) is the sequence found by reading the terms along the line from 0 in the direction 0,2,...
; 0,2,13,33,62,100,147,203,268,342,425,517,618,728,847,975,1112,1258,1413,1577,1750,1932,2123,2323,2532,2750,2977,3213,3458,3712,3975,4247,4528,4818,5117,5425,5742,6... | 215.625 | 1,530 | 0.816812 |
e868f51ae9810ce07c392c2731e28b18a62f193c | 43,394 | asm | Assembly | setPriority.asm | inesane/Modified-xv6-OS | 5a0dfe3ec39e115d62e0f002d7cf39fed5dee482 | [
"MIT-0"
] | null | null | null | setPriority.asm | inesane/Modified-xv6-OS | 5a0dfe3ec39e115d62e0f002d7cf39fed5dee482 | [
"MIT-0"
] | null | null | null | setPriority.asm | inesane/Modified-xv6-OS | 5a0dfe3ec39e115d62e0f002d7cf39fed5dee482 | [
"MIT-0"
] | null | null | null |
_setPriority: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "traps.h"
#include "memlayout.h"
int
main(int argc, char *argv[])
{
0: f3 0f 1e fb endbr32
4: 8d 4c 24 04 lea 0x4(%esp),%ecx
8: 83 e4 f0 and $0xfffffff0,%esp
b: ff 71... | 34.087981 | 72 | 0.410817 |
bdf50a091e86c04a4b384fb64139166f2f8b5fbc | 307 | asm | Assembly | programs/oeis/121/A121205.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/121/A121205.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/121/A121205.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A121205: "666" in bases 7 and higher rewritten in base 10.
; 342,438,546,666,798,942,1098,1266,1446,1638,1842,2058,2286,2526,2778,3042,3318,3606,3906,4218,4542,4878,5226,5586,5958,6342,6738,7146,7566,7998,8442,8898,9366,9846,10338,10842,11358,11886,12426
mov $1,$0
add $0,15
mul $1,$0
add $1,57
mul $1,6
| 34.111111 | 195 | 0.736156 |
9c4f1a73caef362f48b5270f6a8aeef42ebaf7c1 | 507 | asm | Assembly | programs/oeis/274/A274601.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/274/A274601.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/274/A274601.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A274601: a(n) = 2*3^(s-1) - n, where s is the number of trits of n in balanced ternary form.
; 1,4,3,2,13,12,11,10,9,8,7,6,5,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,121,120,119,118,117,116,115,114,113,112,111,110,109,108,107,106,105,104,103,102,101,100,99,98,97,96,95,94,93,92,... | 36.214286 | 314 | 0.635108 |
5aaf837f0fec4b92a9793673d4c05f4663787fd6 | 732 | asm | Assembly | oeis/112/A112771.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/112/A112771.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/112/A112771.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A112771: Semiprimes of the form 6n + 1.
; Submitted by Christian Krause
; 25,49,55,85,91,115,121,133,145,169,187,205,217,235,247,253,259,265,289,295,301,319,355,361,391,403,415,427,445,451,469,481,493,505,511,517,529,535,553,559,565,583,589,649,655,667,679,685,697,703,721,745,763,781,793,799,817,835,841,865,871,889,8... | 33.272727 | 424 | 0.685792 |
678bd51d419a3be10adb076184539b2e11111c3a | 443 | asm | Assembly | programs/oeis/315/A315710.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/315/A315710.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/315/A315710.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A315710: Coordination sequence Gal.6.628.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,12,17,23,29,35,41,47,53,58,64,70,76,82,87,93,99,105,111,117,123,128,134,140,146,152,157,163,169,175,181,187,193,198,204,210,216,222,227,... | 34.076923 | 181 | 0.713318 |
d7f776efa25977a6d6e888caeee7c3a7d93014a6 | 332 | asm | Assembly | programs/oeis/169/A169726.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/169/A169726.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/169/A169726.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A169726: a(n) = 3*2^n*(2^n-1) + 1.
; 1,7,37,169,721,2977,12097,48769,195841,784897,3142657,12576769,50319361,201302017,805257217,3221127169,12884705281,51539214337,206157643777,824632147969,3298531737601,13194133241857,52776545550337,211106207367169,844424879800321,3377699619864577
mov $1,2
pow $1,$0
bin $1,2
mul $1... | 36.888889 | 247 | 0.786145 |
30e033122f7da69fb67ce6d6f2d9e7cc9c475cf5 | 1,018 | asm | Assembly | fm/DosMove.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | fm/DosMove.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | fm/DosMove.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | ;/*!
; @file
;
; @ingroup fapi
;
; @brief DosMove DOS wrapper
;
; (c) osFree Project 2018, <http://www.osFree.org>
; for licence see licence.txt in root directory, or project website
;
; This is Family API implementation for DOS, used with BIND tools
; to link required API
;
; @author Yuri Prokushev (yu... | 18.509091 | 69 | 0.697446 |
28bfea16efd1a5d5b50fa68905ea708dfc4cbd53 | 3,952 | asm | Assembly | Boot16.asm | MarioSieg/Booster | 4b24d2e438591605e3823d9f706d78cde61ec161 | [
"MIT"
] | null | null | null | Boot16.asm | MarioSieg/Booster | 4b24d2e438591605e3823d9f706d78cde61ec161 | [
"MIT"
] | null | null | null | Boot16.asm | MarioSieg/Booster | 4b24d2e438591605e3823d9f706d78cde61ec161 | [
"MIT"
] | null | null | null | # On boot the BIOS does not know how to load the OS
# so the boot sector must do that. The boot sector is stored
# in a known location. That is the first sector of the disk,
# which is cylinder 0, header 0 and sector 0.
# The size of the boot sector is 512 bytes.
# To mark the region as bootable, the 511th and 512th by... | 39.128713 | 128 | 0.595901 |
0112b7713b41d64dfe180111dec878a52696609a | 229 | asm | Assembly | src/get_via_serial.asm | I8087/libm | 47874572a2bc1356e1ab70f9c29b6fa50875f3c3 | [
"BSD-2-Clause"
] | 13 | 2015-06-13T00:56:27.000Z | 2022-01-25T16:55:26.000Z | src/get_via_serial.asm | I8087/libm | 47874572a2bc1356e1ab70f9c29b6fa50875f3c3 | [
"BSD-2-Clause"
] | 10 | 2016-02-02T23:34:27.000Z | 2019-06-11T22:41:23.000Z | src/get_via_serial.asm | I8087/libm | 47874572a2bc1356e1ab70f9c29b6fa50875f3c3 | [
"BSD-2-Clause"
] | 1 | 2016-06-21T05:19:15.000Z | 2016-06-21T05:19:15.000Z | global _get_via_serial
_get_via_serial:
push bp
mov bp, sp
call os_get_via_serial
and ah, 64
jnz .error
mov word [_ioerr], 0
jmp .skip
.error:
mov word [_ioerr], 1
.skip:
pop bp
ret
| 10.904762 | 26 | 0.598253 |
159148691bb74cdf4b52b049f9df134eb38ce1c6 | 342 | asm | Assembly | programs/oeis/084/A084964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/084/A084964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/084/A084964.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A084964: Follow n+2 by n. Also solution of a(n+2)=a(n)+1, a(0)=2, a(1)=0.
; 2,0,3,1,4,2,5,3,6,4,7,5,8,6,9,7,10,8,11,9,12,10,13,11,14,12,15,13,16,14,17,15,18,16,19,17,20,18,21,19,22,20,23,21,24,22,25,23,26,24,27,25,28,26,29,27,30,28,31,29,32,30,33,31,34,32,35,33,36,34,37,35,38,36,39
mov $1,$0
mod $0,2
gcd $0,6
add $0... | 34.2 | 208 | 0.602339 |
bdf353cac9928dff76fe49fdb1cbd2b84f981222 | 299 | asm | Assembly | tests/nasm/movntpd.asm | DecBio/DecBio.github.io | 7d37fd40905bbd01501eaf40af3a36ab90fca7b4 | [
"BSD-2-Clause-FreeBSD"
] | 12,700 | 2015-01-04T15:03:42.000Z | 2022-03-31T06:43:06.000Z | tests/nasm/movntpd.asm | DecBio/DecBio.github.io | 7d37fd40905bbd01501eaf40af3a36ab90fca7b4 | [
"BSD-2-Clause-FreeBSD"
] | 566 | 2015-01-01T18:16:40.000Z | 2022-03-31T19:59:10.000Z | tests/nasm/movntpd.asm | DecBio/DecBio.github.io | 7d37fd40905bbd01501eaf40af3a36ab90fca7b4 | [
"BSD-2-Clause-FreeBSD"
] | 1,182 | 2015-01-05T09:20:48.000Z | 2022-03-31T12:16:52.000Z | global _start
section .data
align 16
myfloat0:
dd 1.234567e20
myfloat1:
dd 2.345678e20
myfloat2:
dd 3.456789e20
myfloat3:
dd 4.567891e20
myaddress:
dd 0xdeadbeef
%include "header.inc"
movapd xmm0, [myfloat0]
movntpd [myaddress], xmm0
movapd xmm1, [myaddress]
%include "footer.inc"
| 13.590909 | 29 | 0.735786 |
a23481cbaac6172503a08bc1cf639d0d04f5cf82 | 3,651 | asm | Assembly | meetings/content/tale_of_a_format_string/mips_example.asm | FPSIT/SIT_Records | 88f3b08c5abcfe996c6eec90007de8601d0929ef | [
"Unlicense"
] | null | null | null | meetings/content/tale_of_a_format_string/mips_example.asm | FPSIT/SIT_Records | 88f3b08c5abcfe996c6eec90007de8601d0929ef | [
"Unlicense"
] | null | null | null | meetings/content/tale_of_a_format_string/mips_example.asm | FPSIT/SIT_Records | 88f3b08c5abcfe996c6eec90007de8601d0929ef | [
"Unlicense"
] | null | null | null | # **************************************************************************** #
# #
# |\ #
# prime_finder.mips ------| \---- ... | 23.707792 | 80 | 0.49685 |
68259a0f895562df16433e9cb82374f1c3acd51d | 7,227 | asm | Assembly | src/float/tensorOps.asm | mathigatti/orga2-tp | 3e8dfb8f97672c3bec06987899929da79528d119 | [
"MIT"
] | 1 | 2020-09-12T18:24:57.000Z | 2020-09-12T18:24:57.000Z | src/float/tensorOps.asm | mathigatti/orga2-tp | 3e8dfb8f97672c3bec06987899929da79528d119 | [
"MIT"
] | null | null | null | src/float/tensorOps.asm | mathigatti/orga2-tp | 3e8dfb8f97672c3bec06987899929da79528d119 | [
"MIT"
] | null | null | null | ; RECORDATORIOS
; inputs: rdi, rsi, rdx, rcx, r8, r9
; preservar: r12, r13, r14, r15, rbx,
; la pila: rbp, rsp
; devolver cosas por rax o xmmo
; inputs floats: xmm0, xmm1, ..., xmm7
global cost_derivative
global vector_sum
global update_weight
global hadamard_product
global matrix_prod
; YA IMPLEMENTADAS EN C
e... | 20.648571 | 107 | 0.624741 |
35b4b05f727f111b7abf893c196495b3e2712b8b | 51,167 | asm | Assembly | ls.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 1f48674b6c30c9b5bdc66f85708823fa4a261f1a | [
"MIT-0"
] | null | null | null | ls.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 1f48674b6c30c9b5bdc66f85708823fa4a261f1a | [
"MIT-0"
] | null | null | null | ls.asm | Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads | 1f48674b6c30c9b5bdc66f85708823fa4a261f1a | [
"MIT-0"
] | null | null | null |
_ls: file format elf32-i386
Disassembly of section .text:
00000000 <fmtname>:
#include "user.h"
#include "fs.h"
char*
fmtname(char *path)
{
0: f3 0f 1e fb endbr32
4: 55 push %ebp
5: 89 e5 mov %esp,%ebp
7: 56 push %esi
8: 53 ... | 33.975432 | 82 | 0.428225 |
cefa378f46974c0a8d9127e29971cc2b22f6a419 | 752 | asm | Assembly | oeis/164/A164412.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/164/A164412.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/164/A164412.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A164412: Number of binary strings of length n with no substrings equal to 0000 0001 or 0111.
; Submitted by Jamie Morken(s2)
; 13,22,37,60,98,160,259,420,681,1102,1784,2888,4673,7562,12237,19800,32038,51840,83879,135720,219601,355322,574924,930248,1505173,2435422,3940597,6376020,10316618,16692640,27009259,43701900,70... | 83.555556 | 501 | 0.805851 |
7afe609bc2718d5f4a86261b1592bc392cc30519 | 95 | asm | Assembly | samples/BYTE_WORD_LONG.asm | taisukef/asm15 | f717f78af1768eb1c6d5b50de3675a0e141b1514 | [
"CC0-1.0"
] | 3 | 2021-01-30T12:18:30.000Z | 2021-02-03T22:33:54.000Z | samples/BYTE_WORD_LONG.asm | taisukef/asm15 | f717f78af1768eb1c6d5b50de3675a0e141b1514 | [
"CC0-1.0"
] | null | null | null | samples/BYTE_WORD_LONG.asm | taisukef/asm15 | f717f78af1768eb1c6d5b50de3675a0e141b1514 | [
"CC0-1.0"
] | 1 | 2019-05-03T06:24:20.000Z | 2019-05-03T06:24:20.000Z | R2=#80
R2=R2<<4
R1=R1+R2
R0=[R1+R0] W
'R0=[R1+R0] B
'R0=[R1+R0] L
RET
'[1]=100
'?usr(#700,1*2)
| 9.5 | 15 | 0.536842 |
29e07ccd5be3b9273c2d9dd6c73e93138f4a8d36 | 14,297 | asm | Assembly | iod/iou/io.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/iou/io.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/iou/io.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; IO Operations V2.05 1989 Tony Tebby QJUMP
section iou
xdef iou_io
xdef iou_flsh
xdef iou_load
xdef iou_save
xdef iou_ckro
xref iou_sect
xref iou_opfl
xref iou_fmul
xref iou_flin
xref iou_smul
xref iou_fden
xref iou_fde0
xref iou_sden
xref iou_fnam
xref iou_ckch
xref iou_mkdr
xref iou_ckd... | 21.694992 | 67 | 0.659159 |
b1b70a3c92064cb3bdf8795ec4224bd56eb5242f | 25,419 | asm | Assembly | software/profi/net-tools/src/pqdos/browser/player/player.asm | r4wabr/karabas_pro | f41089d36be46a06f317c34adc11897b481d734b | [
"MIT"
] | 3 | 2022-02-28T18:27:02.000Z | 2022-03-01T11:51:58.000Z | software/profi/net-tools/src/pqdos/browser/player/player.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | null | null | null | software/profi/net-tools/src/pqdos/browser/player/player.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | 2 | 2022-03-01T11:52:04.000Z | 2022-03-05T18:15:47.000Z | ;Universal PT2'n'PT3 Turbo Sound player for ZX Spectrum
;(c)2004-2007 S.V.Bulba <vorobey@mail.khstu.ru>
;Specially for AlCo
;http://bulba.untergrund.net/ (http://bulba.at.kz/)
MODULE VTPL
;Release number
Release EQU "0"
;Conditional assembly
;1) Current position counters at (Vars1+0) and (Vars2+0)
CurPosCounter=0
;2) ... | 15.148391 | 64 | 0.661434 |
6200a0b0bae5374c129d8c1794a8d87fa3113cfa | 728 | asm | Assembly | PIC/parity_checker.asm | StxGuy/EmbeddedSystems | 6d9bc8b295724d361ea1d82e701e6530f74e2300 | [
"MIT"
] | null | null | null | PIC/parity_checker.asm | StxGuy/EmbeddedSystems | 6d9bc8b295724d361ea1d82e701e6530f74e2300 | [
"MIT"
] | null | null | null | PIC/parity_checker.asm | StxGuy/EmbeddedSystems | 6d9bc8b295724d361ea1d82e701e6530f74e2300 | [
"MIT"
] | null | null | null | ;-----------------------------;
; PARITY CHECKER FOR PIC ;
; ;
; Por: Prof. Carlo Requiao ;
; 26/Ago/2020 ;
;-----------------------------;
list p = 16f877a ; Specify processor
include <p16f877a.inc> ; Include mapping
mem equ 0x20 ; byte to be tested
counter equ ... | 22.75 | 44 | 0.548077 |
2fbe6528509328344f05ecfff7a4eecf08866452 | 89 | asm | Assembly | spcp.asm | mrehkopf/playercode | 8bc4174d9350425bfef0219f710188d57830704e | [
"Unlicense"
] | 9 | 2017-05-18T05:12:25.000Z | 2021-12-03T02:58:06.000Z | spcp.asm | osoumen/playercode | e6cd233d8ace71fe7ceaa3e712fc0cbbf580e561 | [
"Unlicense"
] | null | null | null | spcp.asm | osoumen/playercode | e6cd233d8ace71fe7ceaa3e712fc0cbbf580e561 | [
"Unlicense"
] | 2 | 2017-05-18T05:13:44.000Z | 2019-08-30T12:59:34.000Z | .include "spcp/defines.i"
.define waittable $0030
.include "spcp/spcplayercode.s"
| 14.833333 | 32 | 0.707865 |
8e4fae7db5e5071c42aff1aba165513c4869f63e | 830 | asm | Assembly | programs/oeis/271/A271997.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/271/A271997.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/271/A271997.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A271997: The icosagen sequence : a(n) = A018227(n)-5, for n >= 2.
; 5,13,31,49,81,113,163,213,285,357,455,553,681,809,971,1133,1333,1533,1775,2017,2305,2593,2931,3269,3661,4053,4503,4953,5465,5977,6555,7133,7781,8429,9151,9873,10673,11473,12355,13237,14205,15173,16231,17289,18441,19593,20843,22093,23445,24797,26255,2... | 63.846154 | 563 | 0.774699 |
f1db5097425eb6608ba825b96f08404fccdbfe4c | 3,787 | asm | Assembly | original/10 - Tutorial Ten.asm | rodoherty1/6502-Examples | 86db5035a324ef161327f28452ba625d43668924 | [
"MIT"
] | null | null | null | original/10 - Tutorial Ten.asm | rodoherty1/6502-Examples | 86db5035a324ef161327f28452ba625d43668924 | [
"MIT"
] | null | null | null | original/10 - Tutorial Ten.asm | rodoherty1/6502-Examples | 86db5035a324ef161327f28452ba625d43668924 | [
"MIT"
] | null | null | null | ; 10 SYS (2304)
*=$0801
BYTE $0E, $08, $0A, $00, $9E, $20, $28
BYTE $32, $33, $30, $34, $29, $00, $00, $00
;*******************************************************************************
;* Tutorial Ten (LDA, STA, ADC ) Fibonacii Series Generator *
;* ... | 42.077778 | 80 | 0.227093 |
d3fbc7bf60a7d945344838d59161c700b0ff8935 | 364 | asm | Assembly | programs/oeis/029/A029918.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/029/A029918.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/029/A029918.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A029918: Convert n from meters to feet.
; 0,3,7,10,13,16,20,23,26,30,33,36,39,43,46,49,52,56,59,62,66,69,72,75,79,82,85,89,92,95,98,102,105,108,112,115,118,121,125,128,131,135,138,141,144,148,151,154,157,161,164,167,171,174,177,180,184,187,190,194
mul $0,7
mov $1,$0
add $1,4
mov $2,$0
add $2,$0
div $2,32
sub $1,$2
d... | 22.75 | 207 | 0.653846 |
0e4cfe22f274472117d1b473fb7e33238d2e823b | 400 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_disk_filemap_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_disk_filemap_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_disk_filemap_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned char esx_disk_filemap(uint8_t handle,struct esx_filemap *fmap)
SECTION code_esxdos
PUBLIC esx_disk_filemap_callee
EXTERN asm_esx_disk_filemap
esx_disk_filemap_callee:
pop af
pop hl
pop de
push af
ld a,e
jp asm_esx_disk_filemap
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_dis... | 16 | 73 | 0.805 |
0aa3293b25ceb2182c629b15160cc6e52003761e | 703 | asm | Assembly | oeis/015/A015211.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015211.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015211.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015211: Sum of Gaussian binomial coefficients for q=20.
; Submitted by Stefano Spezia
; 1,2,23,844,185665,135410486,594398635307,8667459765860128,760847587518093084949,221888491692526853220309770,389554408585486196960076347534591,2272138934040070259456673438099474759412,7978074742258505166315556940223415292260198423... | 30.565217 | 428 | 0.812233 |
879a713f27ae620d23d50651c0d96c3dad29bf2c | 8,701 | asm | Assembly | base/ntsetup/textmode/winnt/dna.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/ntsetup/textmode/winnt/dna.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/ntsetup/textmode/winnt/dna.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ; ========================================================
if 0
REBOOT.ASM
Copyright (c) 1991 - Microsoft Corp.
All rights reserved.
Microsoft Confidential
johnhe - 12/01/89
endif
;-----------------------------------------------------------------------------;
... | 29.900344 | 86 | 0.404091 |
6adbc6b0c22f2f36fc52e0caf64376fa2491d60b | 605 | asm | Assembly | oeis/167/A167180.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/167/A167180.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/167/A167180.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A167180: a(n) = pi(n) plus the number of nonprimes less than prime(n).
; Submitted by Jon Maiga
; 1,2,4,5,9,10,14,15,18,23,25,30,34,35,38,43,49,50,56,59,60,65,69,74,81,84,85,88,90,93,107,110,115,116,125,126,132,137,140,145,151,152,162,163,166,167,179,190,193,194,197,202,204,213,218,223,228,229,235,238,240,249,262,265... | 60.5 | 366 | 0.692562 |
b1b1517ef349e8a03a5917034fecff34e6c92ab1 | 812 | asm | Assembly | oeis/142/A142109.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142109.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142109.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142109: Primes congruent to 29 mod 36.
; Submitted by Jamie Morken(s3)
; 29,101,137,173,281,317,353,389,461,569,641,677,821,857,929,1109,1181,1217,1289,1361,1433,1613,1721,1901,1973,2081,2153,2297,2333,2441,2477,2549,2621,2657,2693,2729,2801,2837,2909,3089,3413,3449,3557,3593,3701,3881,3917,3989,4133,4241,4349,4421,... | 35.304348 | 485 | 0.713054 |
30d0f93402e0b38c18f6231bd3e257151f434f76 | 62 | asm | Assembly | src/main/fragment/mos6502-common/vwum1_eq_vwuc1_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/vwum1_eq_vwuc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1_eq_vwuc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {m1}
cmp #<{c1}
bne !+
lda {m1}+1
cmp #>{c1}
beq {la1}
!:
| 7.75 | 10 | 0.483871 |
f9ce0f33b8965d31f933dfb81a4324fe36769d53 | 378 | asm | Assembly | data/mapObjects/beach_house.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/beach_house.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/beach_house.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | BeachHouseObjects:
db $a ; border block
db 2 ; warps
db 7,2,0,$ff
db 7,3,0,$ff
db 4 ; signs
db 0,3,3
db 0,7,4
db 0,$b,5
db 1,$d,6
db 2 ; objects
object SPRITE_FISHER, 2, 3, STAY, DOWN, 1 ; surfin' dude
object SPRITE_PIKACHU, 5, 3, WALK, $01, 2 ; sprite_pikachu was refered to by $3d
; warp-to
EVENT_DIS... | 18 | 81 | 0.671958 |
af36cccde055a6a93223531e12d900461a3bf237 | 636 | asm | Assembly | programs/oeis/224/A224521.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/224/A224521.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/224/A224521.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A224521: Numbers a(n) with property a(n) + a(n+5) = 2^(n+5) - 1 = A000225(n+5).
; 0,1,3,7,15,31,62,124,248,496,992,1985,3971,7943,15887,31775,63550,127100,254200,508400,1016800,2033601,4067203,8134407,16268815,32537631,65075262,130150524,260301048,520602096,1041204192,2082408385,4164816771,8329633543,16659267087,3331... | 79.5 | 513 | 0.827044 |
9df7291bf684ea9346c313729afafaceeae6538c | 506 | asm | Assembly | Arquitetura de Computadores/Atividade 08/Lab_02.asm | antuniooh/ExercisesFEI | fea8855178e098713173aceee0f0616a69c438e4 | [
"MIT"
] | 1 | 2021-05-05T22:55:03.000Z | 2021-05-05T22:55:03.000Z | Arquitetura de Computadores/Atividade 08/Lab_02.asm | antuniooh/ExercisesFEI | fea8855178e098713173aceee0f0616a69c438e4 | [
"MIT"
] | null | null | null | Arquitetura de Computadores/Atividade 08/Lab_02.asm | antuniooh/ExercisesFEI | fea8855178e098713173aceee0f0616a69c438e4 | [
"MIT"
] | 1 | 2021-11-24T06:55:09.000Z | 2021-11-24T06:55:09.000Z | org 0000h
LJMP START ;Pula incondicionalmente para START
MOV R7, #0
org 0003h
INT_TEMP0:
INC R7;complementa P1.0
MOV P1, R7
CLR IE0
RETI ;Retorna da interrupção
org 0013h
INT_TEMP1:
DEC R7;complementa P1.0
MOV P1, R7
CLR IE1
RETI ;Retorna da interrupção
org 0080h
START:
SETB EA ;Habilita as interrupções
SET... | 21.083333 | 47 | 0.762846 |
0c62570710ac630e3f4c41138e0e52e38934136a | 2,428 | asm | Assembly | src/asm/fizzbuzz6502.asm | Sausty/UltimateFizzbuzzDatabase | 4f8d451d36ab2a461cc059535ccc96080642d4fb | [
"MIT"
] | 1 | 2020-12-24T15:56:12.000Z | 2020-12-24T15:56:12.000Z | src/asm/fizzbuzz6502.asm | Sausty/UltimateFizzbuzzDatabase | 4f8d451d36ab2a461cc059535ccc96080642d4fb | [
"MIT"
] | null | null | null | src/asm/fizzbuzz6502.asm | Sausty/UltimateFizzbuzzDatabase | 4f8d451d36ab2a461cc059535ccc96080642d4fb | [
"MIT"
] | null | null | null | .lf fzbz6502.lst
.cr 6502
.tf fzbz6502.obj,ap1
;------------------------------------------------------
; FizzBuzz for the 6502 by barrym95838 2013.04.04
; Thanks to sbprojects.com for a very nice assembler!
; The target for this assembly is an Apple II with
; mixed-case output capabilities and Applesoft
; B... | 30.734177 | 55 | 0.525124 |
d99153948cc2fbb4c00efaad4b5481ed7e0bda9e | 658 | asm | Assembly | MEMZ/PayloadMBR/decompress.asm | Dobby233Liu/HarmlessMEMZ | cc8a4716b47aa462e69eefdc8d738118619c68e3 | [
"MIT"
] | null | null | null | MEMZ/PayloadMBR/decompress.asm | Dobby233Liu/HarmlessMEMZ | cc8a4716b47aa462e69eefdc8d738118619c68e3 | [
"MIT"
] | null | null | null | MEMZ/PayloadMBR/decompress.asm | Dobby233Liu/HarmlessMEMZ | cc8a4716b47aa462e69eefdc8d738118619c68e3 | [
"MIT"
] | null | null | null | mov bx, daddr
mov es, bx
mov ds, bx
; Read from disk
mov ax, 0x0204
mov cx, 0x0002
mov dh, 0
mov bx, compressed
int 13h
xor ax, ax
mov bx, ax
mov cx, ax
mov dx, ax
mov si, compressed
mov di, image
readcommand:
lodsb
cmp si, compressed+compsize
jae startanimation
cmp al, 128
jae newdata
jmp olddata
newda... | 9.969697 | 28 | 0.658055 |
a2ddc1dd1d9eb18740b57885df62cd5f20008d57 | 183 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sccz80/ftrylockfile.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdio/c/sccz80/ftrylockfile.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdio/c/sccz80/ftrylockfile.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int ftrylockfile (FILE *stream)
SECTION code_clib
SECTION code_stdio
PUBLIC ftrylockfile
EXTERN asm_ftrylockfile
ftrylockfile:
push hl
pop ix
jp asm_ftrylockfile
| 10.764706 | 33 | 0.759563 |
38a3e57f4073112bbba54a15008fafcc8ddc01a5 | 5,935 | asm | Assembly | 8088/cga/plasma/plasma.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/cga/plasma/plasma.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/cga/plasma/plasma.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | org 0x100
cpu 8086
programBase:
pitCyclesPerScanline equ 76 ; Fixed by CGA hardware
scanlinesPerFrame equ 262 ; Fixed by NTSC standard
activeScanlines equ 200 ; Standard CGA full-screen
visual_profiler equ 0
onScreenPitCycles equ pitCyclesPerScanline*activeScanlines - 22
offScreenPitCycles ... | 15.784574 | 117 | 0.675484 |
4af3ffc301e6dea1ec515a152bbfa1be166eba26 | 2,908 | asm | Assembly | hang/hang.asm | dorinelfilip/docker | 7f22772ceeae14ce363f1f1ef8ec87638471549c | [
"MIT"
] | null | null | null | hang/hang.asm | dorinelfilip/docker | 7f22772ceeae14ce363f1f1ef8ec87638471549c | [
"MIT"
] | 1 | 2021-05-09T14:10:34.000Z | 2021-05-09T14:10:34.000Z | hang/hang.asm | dorinelfilip/docker | 7f22772ceeae14ce363f1f1ef8ec87638471549c | [
"MIT"
] | 1 | 2018-07-21T11:18:08.000Z | 2018-07-21T11:18:08.000Z | ; The MIT License (MIT)
;
; Copyright (c) 2017 Nathan Osman
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modi... | 23.079365 | 79 | 0.710798 |
8e4f96e0aa0111d2429e80f14d4aa0425d1d4324 | 604 | asm | Assembly | oeis/345/A345495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/345/A345495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/345/A345495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A345495: Numbers that are the sum of eight squares in eight or more ways.
; Submitted by Jamie Morken(s4)
; 56,59,62,64,65,67,68,70,71,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,12... | 33.555556 | 365 | 0.678808 |
d30c12ba41d7f5c8e930bd77e67f3891ae547448 | 637 | asm | Assembly | oeis/030/A030192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/030/A030192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/030/A030192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A030192: Scaled Chebyshev U-polynomial evaluated at sqrt(6)/2.
; 1,6,30,144,684,3240,15336,72576,343440,1625184,7690464,36391680,172207296,814893696,3856118400,18247348224,86347378944,408600184320,1933516832256,9149499887616,43295898332160,204878390667264,969494954010624,4587699380060160,21709226556297216,10272916305... | 49 | 485 | 0.847724 |
8d724e44b8d1662c8dd394b667eae50df9a973e8 | 345 | asm | Assembly | programs/oeis/037/A037611.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/037/A037611.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/037/A037611.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A037611: Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,2.
; 1,7,30,121,487,1950,7801,31207,124830,499321,1997287,7989150,31956601,127826407,511305630,2045222521,8180890087,32723560350,130894241401,523576965607,2094307862430,8377231449721,33508925798887
mov $1,4
pow $... | 43.125 | 194 | 0.797101 |
a075c048bed5bdfd19541ad9dc6fadfb55ecb84e | 716 | asm | Assembly | programs/oeis/011/A011707.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/011/A011707.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/011/A011707.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A011707: A binary m-sequence: expansion of reciprocal of x^8+x^7+x^6+x^4+x^2+x+1.
; 0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,... | 71.6 | 501 | 0.544693 |
db717ef097b22a495a3e34f291c4bcbd7372ae91 | 10,101 | asm | Assembly | configs/xtrs/src/xtrs_head.asm | liuweisword/Nuttx | 63775322bf25adb406594f8e610122fe0cef2f7a | [
"Zlib"
] | 15 | 2017-07-21T07:26:56.000Z | 2022-01-11T17:51:02.000Z | configs/xtrs/src/xtrs_head.asm | liuweisword/Nuttx | 63775322bf25adb406594f8e610122fe0cef2f7a | [
"Zlib"
] | 11 | 2017-10-22T09:45:51.000Z | 2019-05-28T23:25:29.000Z | configs/xtrs/src/xtrs_head.asm | liuweisword/Nuttx | 63775322bf25adb406594f8e610122fe0cef2f7a | [
"Zlib"
] | 14 | 2017-02-20T07:36:52.000Z | 2021-12-28T03:07:04.000Z | ;**************************************************************************
; configs/xtrs/src/xtrs_head.asm
;
; Copyright (C) 2008-2009, 2012 Gregory Nutt. All rights reserved.
; Author: Gregory Nutt <gnutt@nuttx.org>
;
; Redistribution and use in source and binary forms, with or without
; modification, are permit... | 34.010101 | 83 | 0.598555 |
6973d902bbead81463006db2d5b46edced5ccc5b | 6,249 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_1826_1764.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_1826_1764.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_1826_1764.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 %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x161e2, %rdi
nop
nop
nop
inc %r11
movb $0x61, (%rdi)
nop
nop
nop
nop
nop
inc %rdx
lea addresses_WC_ht+0xc0c2, %rsi
lea addresses_UC_ht+0x13142, %rdi
clflush (%rdi)
nop
nop
nop
nop
inc %... | 36.121387 | 2,999 | 0.656905 |
0a2c37b0ae19d4c65887e374ed69a9ff1b5e3424 | 15,576 | asm | Assembly | third_party/fasmarm/ARMDOC/InstructionFormatsVFP.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 8 | 2020-06-21T22:05:00.000Z | 2021-10-06T19:59:20.000Z | third_party/fasmarm/ARMDOC/InstructionFormatsVFP.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 82 | 2020-06-21T22:02:00.000Z | 2020-08-04T01:48:42.000Z | third_party/fasmarm/ARMDOC/InstructionFormatsVFP.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 1 | 2020-06-22T15:16:02.000Z | 2020-06-22T15:16:02.000Z | ;This document is intended to show the basic formats for
;all of the instructions supported by fasmarm.
;These formats are divided into sections showing the CPU
;processor directive needed to enable the instruction.
;Opcodes are listed in alphabetical order within each
;section. A blank line separates each opcode fro... | 13.907143 | 56 | 0.678672 |
14eab882bcbac9a86aeccccf94fbd40556f8cbf2 | 2,107 | asm | Assembly | Driver/Printer/HP/PSB/psbStream.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/HP/PSB/psbStream.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/HP/PSB/psbStream.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: PostScript Printer Driver
FILE: psbStream.asm
AUTHOR: Jim DeFrisco
ROUTINES:
Name Description
---- -----------
REVISION HIS... | 25.083333 | 79 | 0.549597 |
b9b05423d9d40ec4a3344b398bc084651454f870 | 1,171 | asm | Assembly | programs/oeis/262/A262925.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/262/A262925.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/262/A262925.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A262925: Sum of n consecutive fourth powers starting with n^4.
; 0,1,97,962,4578,14979,38995,86996,173636,318597,547333,891814,1391270,2092935,3052791,4336312,6019208,8188169,10941609,14390410,18658666,23884427,30220443,37834908,46912204,57653645,70278221,85023342,102145582,121921423,144647999,170643840,200249616,233... | 83.642857 | 1,006 | 0.855679 |
c885fcb996717fd9240278f713689d4a3417b121 | 3,936 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_176_340.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_176_340.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_176_340.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x72d8, %rsi
lea addresses_UC_ht+0x172fc, %rdi
nop
sub %rax, %rax
mov $32, %rcx
rep movsq
nop
nop
nop
cmp %rcx, %rcx
lea addresses_D_ht+0x68ec, %rbx
nop
nop
dec %r14
mov $0x6162636465666... | 22.883721 | 527 | 0.648628 |
38b1b63549f490d4c1b4d53107bb92cc069a107b | 425 | asm | Assembly | oeis/121/A121240.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/121/A121240.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/121/A121240.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A121240: Numerator of sum_{k=1..n} 1/2^prime(k).
; Submitted by Christian Krause
; 1,3,13,53,849,3397,54353,217413,3478609,222630977,890523909,56993530177,911896482833,3647585931333,58361374901329,3735127993685057,239048191595843649,956192766383374597,61196337048535974209
seq $0,40 ; The prime numbers.
sub $0,1
seq ... | 53.125 | 191 | 0.778824 |
6f7de960e69bb9ff5527ec98e59e6aa0aa9e20f0 | 1,203 | asm | Assembly | programs/oeis/180/A180122.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/180/A180122.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/180/A180122.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A180122: First of three "least, sum, least" self-generating sequences.
; 1,4,7,9,12,15,18,20,23,26,29,31,34,37,39,42,45,48,50,53,56,59,61,64,67,70,72,75,78,80,83,86,89,91,94,97,100,102,105,108,111,113,116,119,121,124,127,130,132,135,138,141,143,146,149,151,154,157,160,162,165,168,171,173,176,179,182,184,187,190,192,1... | 57.285714 | 961 | 0.701579 |
3eb1f8df0dd61c643f4301dd5e3f48391e396a4b | 412 | asm | Assembly | ola mundo.asm | lucass235/Programas_em_Assembly | 651cdfbd2e40f964fdc5bd183b538ae0c2d71f83 | [
"MIT"
] | null | null | null | ola mundo.asm | lucass235/Programas_em_Assembly | 651cdfbd2e40f964fdc5bd183b538ae0c2d71f83 | [
"MIT"
] | null | null | null | ola mundo.asm | lucass235/Programas_em_Assembly | 651cdfbd2e40f964fdc5bd183b538ae0c2d71f83 | [
"MIT"
] | null | null | null | .data # campo para armazenar os dados na memoria principal.
msg: .asciiz "Ola Mundo!" # criacao da variavel (msg) para armazenar a String.
.text # campo onde sera feito toda as intrucoes do programa.
li $v0, 4 # Comando (li) de impressao do valor do registrador($v0, 4).
la $a0, msg # comando para armazenar a Str... | 37.454545 | 79 | 0.708738 |
0c55c2fd46343635442a43ff16827f6a524500bf | 689 | asm | Assembly | oeis/068/A068766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/068/A068766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/068/A068766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A068766: Generalized Catalan numbers.
; Submitted by Simon Strandgaard
; 1,1,8,68,608,5664,54528,538944,5441024,55889408,582348800,6140864512,65414742016,702897995776,7609805045760,82929151328256,908978855215104,10014523823357952,110840574196580352,1231847926116384768,13741442706784124928,153806722691229548544,172685... | 57.416667 | 483 | 0.824383 |
1d2192a250d99cfba2fbab7abfac73718915e223 | 364 | asm | Assembly | oeis/021/A021423.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021423.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021423.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021423: Decimal expansion of 1/419.
; Submitted by Jamie Morken(m2)
; 0,0,2,3,8,6,6,3,4,8,4,4,8,6,8,7,3,5,0,8,3,5,3,2,2,1,9,5,7,0,4,0,5,7,2,7,9,2,3,6,2,7,6,8,4,9,6,4,2,0,0,4,7,7,3,2,6,9,6,8,9,7,3,7,4,7,0,1,6,7,0,6,4,4,3,9,1,4,0,8,1,1,4,5,5,8,4,7,2,5,5,3,6,9,9,2,8,4,0
seq $0,83811 ; Numbers n such that 2n+1 is the d... | 45.5 | 199 | 0.593407 |
c1188aabb36d806d976bf8b352b9c13bdd1b6be3 | 554 | asm | Assembly | oeis/017/A017439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017439: a(n) = (11*n + 4)^3.
; 64,3375,17576,50653,110592,205379,343000,531441,778688,1092727,1481544,1953125,2515456,3176523,3944312,4826809,5832000,6967871,8242408,9663597,11239424,12977875,14886936,16974593,19248832,21717639,24389000,27270901,30371328,33698267,37259704,41063625,45118016,49430863,54010152,58863869... | 79.142857 | 492 | 0.837545 |
9f5be6542e2c25599afd2c56ad200ba165745153 | 2,834 | asm | Assembly | 1571/64tass/copy.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 23 | 2015-03-23T15:16:57.000Z | 2022-03-18T12:43:42.000Z | 1571/64tass/copy.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | null | null | null | 1571/64tass/copy.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 8 | 2016-04-13T11:19:35.000Z | 2021-12-22T07:39:00.000Z | ; copy file(s) to one file
copy jsr lookup ; look ip all files
lda f2cnt
cmp #3
bcc cop10
lda fildrv
cmp fildrv+1
bne cop10
lda entind
cmp entind+1
bne cop10
lda entsec
cmp entsec+1
bne cop10
... | 18.402597 | 62 | 0.452717 |
f373c83ef418ef124623f7be9f8a7d4c077ec588 | 270 | asm | Assembly | Lab Assessment Submission/Lab Assessment 2/2.asm | 1813355042-Kamal/CSE331L-Section-1-Fall20-NSU | 0d6ce50d466ef5cc2f8a1ee35eea1b5be673bcb6 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab Assessment 2/2.asm | 1813355042-Kamal/CSE331L-Section-1-Fall20-NSU | 0d6ce50d466ef5cc2f8a1ee35eea1b5be673bcb6 | [
"MIT"
] | null | null | null | Lab Assessment Submission/Lab Assessment 2/2.asm | 1813355042-Kamal/CSE331L-Section-1-Fall20-NSU | 0d6ce50d466ef5cc2f8a1ee35eea1b5be673bcb6 | [
"MIT"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
N1 EQU 1;
N2 EQU 2;
N3 EQU 3;
N4 EQU 4;
MOV AX, 0;
ADD AX, N1;
ADD AX, N2;
ADD AX, N3;
ADD AX, N4;
MOV BX,AX;
ret
| 10.8 | 68 | 0.640741 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.