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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ccdf39ad5aefc8fb83026caf1a997ed5ef48948c | 526 | asm | Assembly | programs/oeis/320/A320896.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/320/A320896.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/320/A320896.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A320896: a(n) = Sum_{k=1..n} k * tau(k)^2, where tau is A000005.
; 1,9,21,57,77,173,201,329,410,570,614,1046,1098,1322,1562,1962,2030,2678,2754,3474,3810,4162,4254,5790,6015,6431,6863,7871,7987,9907,10031,11183,11711,12255,12815,15731,15879,16487,17111,19671,19835,22523,22695,24279
mov $3,$0
add $3,1
mov $5,$0
lpb $... | 26.3 | 217 | 0.638783 |
56caf70ccb7bba15e0b8043482a1490d85b54bef | 427 | asm | Assembly | programs/oeis/282/A282816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/282/A282816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/282/A282816.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A282816: Number of inequivalent ways to color the faces of a cube using at most n colors so that no two opposite sides have the same color.
; 0,0,1,11,76,340,1135,3101,7336,15576,30405,55495,95876,158236,251251,385945,576080,838576,1193961,1666851,2286460,3087140,4108951,5398261,7008376,9000200,11442925,14414751,1800... | 42.7 | 227 | 0.779859 |
913f8b2f89dbada9b644f3c79e0784120889ea53 | 702 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/z80/asm_funlockfile.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdio/z80/asm_funlockfile.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdio/z80/asm_funlockfile.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Jan 2014
; ===============================================================
;
; void funlockfile(FILE *file)
;
; Reduce lock count of file by one.
;
; ===============================================================
SECTION code_clib
SECTION code_stdi... | 17.121951 | 65 | 0.424501 |
38c460e26225db07d0561fd079ac0a25e162fced | 369 | asm | Assembly | programs/oeis/040/A040297.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040297.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040297.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040297: Continued fraction for sqrt(315).
; 17,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1,34,1,2,1
pow $0,2
add $0,4
mov $1,4
lpb $0,1
mov $1,$0
sub $0,8
sub $1,4
mov $2,1
lp... | 20.5 | 190 | 0.560976 |
7224fd0a858965cc772ca6ba281788fe8226d3e4 | 102,719 | asm | Assembly | sanity.asm | weilern1121/OS-ass1-scheduling | 2d151b60f11a2eb70000a953d91c8e9323e1373e | [
"MIT-0"
] | null | null | null | sanity.asm | weilern1121/OS-ass1-scheduling | 2d151b60f11a2eb70000a953d91c8e9323e1373e | [
"MIT-0"
] | null | null | null | sanity.asm | weilern1121/OS-ass1-scheduling | 2d151b60f11a2eb70000a953d91c8e9323e1373e | [
"MIT-0"
] | null | null | null |
_sanity: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
exit(0);
}*/
int main(int argc, char *argv[]){
0: 55 push %ebp
int fd;
int writed;
printf(1,"opening path\n");
1: b8 10 16 00 00 mov $0x1610,%eax
int main(int argc, cha... | 39.446621 | 119 | 0.43619 |
31f40b55864750500bc380e26552a9e7482121c4 | 3,518 | asm | Assembly | asm/script/story/episode_17/script.asm | h3rmit-git/F-Zero-Climax-GBA-Translation | 233901558ce721b75d643872bfa89cdebef8cd0a | [
"MIT",
"Unlicense"
] | 6 | 2019-05-15T09:08:51.000Z | 2021-11-01T18:40:10.000Z | asm/script/story/episode_17/script.asm | h3rmit-git/F-Zero-Climax-GBA-Translation | 233901558ce721b75d643872bfa89cdebef8cd0a | [
"MIT",
"Unlicense"
] | 2 | 2019-05-21T11:34:55.000Z | 2019-06-11T09:53:02.000Z | asm/script/story/episode_17/script.asm | h3rmit-git/F-Zero-Climax-GBA-Translation | 233901558ce721b75d643872bfa89cdebef8cd0a | [
"MIT",
"Unlicense"
] | 4 | 2017-03-04T07:07:05.000Z | 2021-11-15T15:28:38.000Z | ; F-Zero Climax Translation by Normmatt
.align 4
StoryEpisode17PointerList:
.word Episode17_Line1
.word Episode17_Line2
.word Episode17_Line3
.word Episode17_Line4
.word Episode17_Line5
.word Episode17_Line6
.word Episode17_Line7
.word Episode17_Line8
.word Episode17_Line9
.word Episode17_Line10
.word Epis... | 21.582822 | 46 | 0.781126 |
220d8f789bad5a6c67ab65d7470fd0b2c51b1edb | 698 | asm | Assembly | oeis/108/A108851.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/108/A108851.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/108/A108851.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A108851: a(n) = 4*a(n-1) + 3*a(n-2), a(0) = 1, a(1) = 2.
; Submitted by Christian Krause
; 1,2,11,50,233,1082,5027,23354,108497,504050,2341691,10878914,50540729,234799658,1090820819,5067682250,23543191457,109375812578,508132824683,2360658736466,10967033419913,50950109889050,236701539815939,1099656488930906,5108730575... | 43.625 | 495 | 0.799427 |
9a8073be6d1c0801474d296598c4e7a90114f98f | 497 | asm | Assembly | libsrc/_DEVELOPMENT/l/sdcc/____sdcc_ll_lsl_hlix_a.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/sdcc/____sdcc_ll_lsl_hlix_a.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/sdcc/____sdcc_ll_lsl_hlix_a.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_l_sdcc
PUBLIC ____sdcc_ll_lsl_hlix_a
PUBLIC ____sdcc_ll_lsl_hlix_a_0
EXTERN l_lsl_dehldehl
EXTERN l_load_64_dehldehl_mbc, l_store_64_dehldehl_mbc
____sdcc_ll_lsl_hlix_a:
IFDEF __SDCC_IX
push ix
pop bc
ELSE
push iy
pop bc
ENDIF
add hl,bc
ld c,l
l... | 11.833333 | 54 | 0.726358 |
b1fab96e4200b6809839559ba77055879a0be474 | 5,725 | asm | Assembly | Transynther/x86/_processed/NC/_ht_st_zr_un_/i3-7100_9_0xca_notsx.log_285_157.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_/i3-7100_9_0xca_notsx.log_285_157.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_/i3-7100_9_0xca_notsx.log_285_157.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x134e7, %rdi
nop
nop
nop
nop
nop
xor $35422, %rbp
mov (%rdi), %esi
nop
nop
nop
sub %r10, %r10
lea addresses_WT_ht+0x1b9e7, %rsi
lea addresses_normal_ht+0xc08f, %rdi
nop
n... | 23.178138 | 854 | 0.647336 |
91f30a7dbf0436267f59b1e3994d60345d240ba5 | 34 | asm | Assembly | tests/inputs/test_dep_inst/test_addi_dep_inst/addi_dep.asm | danielstumpp/tomasulo-simulator | 54fd896adc6a7bcb098ad51cc35e7127ef7911b5 | [
"MIT"
] | null | null | null | tests/inputs/test_dep_inst/test_addi_dep_inst/addi_dep.asm | danielstumpp/tomasulo-simulator | 54fd896adc6a7bcb098ad51cc35e7127ef7911b5 | [
"MIT"
] | 6 | 2021-11-13T03:26:46.000Z | 2021-11-17T15:20:10.000Z | tests/inputs/test_dep_inst/test_addi_dep_inst/addi_dep.asm | danielstumpp/tomasulo-simulator | 54fd896adc6a7bcb098ad51cc35e7127ef7911b5 | [
"MIT"
] | null | null | null | Addi, R5, R5, 100
Addi, R6, R5, 15 | 17 | 17 | 0.617647 |
8a3acdeeaf87792324efc418e2a49b5e8db0897b | 1,132 | asm | Assembly | Lab_05/Lab_5_calc_power.asm | dthornton22/CPE325_FA20_UAH | be59704b4ff96145249de8dd5aa572916385ba8b | [
"MIT"
] | 1 | 2020-11-11T02:14:02.000Z | 2020-11-11T02:14:02.000Z | Lab_05/Lab_5_calc_power.asm | dthornton22/CPE325_FA20_UAH | be59704b4ff96145249de8dd5aa572916385ba8b | [
"MIT"
] | null | null | null | Lab_05/Lab_5_calc_power.asm | dthornton22/CPE325_FA20_UAH | be59704b4ff96145249de8dd5aa572916385ba8b | [
"MIT"
] | null | null | null | ;-------------------------------------------------------------------------------
; File: Lab_5_calc_power.asm
; Description: This subroutine calls the SW and HW subroutines
; Input: None
; Output: None
; Author: David Thornton (dht0002@uah.edu)
; Lab Section: 2
; Date: September 30, 2020
;------------------------------... | 29.789474 | 80 | 0.532686 |
5816e526267ee566e20109eb3e9fcec866d28d5a | 565 | asm | Assembly | misc/tests/test2.asm | SimonFJ20/jdh-8 | 33fb336858f3253bca3a3e5e7ce2970c402fbbee | [
"MIT"
] | 911 | 2021-06-13T15:11:54.000Z | 2022-03-31T16:43:01.000Z | misc/tests/test2.asm | SimonFJ20/jdh-8 | 33fb336858f3253bca3a3e5e7ce2970c402fbbee | [
"MIT"
] | 33 | 2021-06-13T16:40:47.000Z | 2022-01-31T15:33:17.000Z | misc/tests/test2.asm | SimonFJ20/jdh-8 | 33fb336858f3253bca3a3e5e7ce2970c402fbbee | [
"MIT"
] | 88 | 2021-06-13T17:34:49.000Z | 2022-03-29T14:04:40.000Z | @org 0x0000
@include "os/arch.asm"
@define SEED 0x8000
@define OFFSET 0x8001
sw [ADDR_MB], 0x01
lda a, b, [0x0000]
loop:
lda [image]
add16 h, l, a, b
lw c
lda [ADDR_BANK]
add16 h, l, a, b
sw c
add16 a, b, 0x01
eq16 a, b, (SCANLINE_WIDTH_BYTES * SCREEN_HEIGHT)
jne [loop]
; fib
fib:
mw a, 0
... | 13.139535 | 54 | 0.580531 |
a71892af75f9a6ee61b6cd0f9df3579fc0183025 | 7,019 | asm | Assembly | cmd/command/romstub/command.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/command/romstub/command.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/command/romstub/command.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | page ,132
title Command.com stub for ROM COMMAND
comment %
This command.com lies around on disk in a ROM DOS system, in case
someone needs to find and/or EXEC command.com from disk. We find ROM
COMMAND and jump to it's entry point, with all registers set as for
the original EXEC. ROM COMMAND will use the same PSP... | 18.136951 | 71 | 0.656789 |
bd3be8462957935644da22a344d91b6837d147ba | 2,953 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_55_1706.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_55_1706.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_55_1706.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 %r14
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rsi
// Store
lea addresses_A+0x8b78, %r15
nop
nop
and %rbp, %rbp
mov $0x5152535455565758, %r14
movq %r14, (%r15)
nop
nop
nop
sub %rbp, %rbp
// Store
lea addresses... | 19.300654 | 164 | 0.635963 |
5cc2d5e7f8141678f23ba180c1963199f085c6c4 | 3,346 | asm | Assembly | ttt.asm | egtzori/ttt | e7d4ae60814bddc9ea8a73930ad9f660d22da351 | [
"MIT"
] | null | null | null | ttt.asm | egtzori/ttt | e7d4ae60814bddc9ea8a73930ad9f660d22da351 | [
"MIT"
] | null | null | null | ttt.asm | egtzori/ttt | e7d4ae60814bddc9ea8a73930ad9f660d22da351 | [
"MIT"
] | null | null | null | [bits 16] ; tell assembler that working in real mode(16 bit mode)
[org 0x7c00] ; organize from 0x7C00 memory location where BIOS will load us
start:
; cls
mov ax, 0xb800
push ax
mov es, ax
xor di, di
mov cx, 0x07d0
mov ax, 0x0000
rep stosw
pop ax
mov ds, ax
mov bl, '0' ;; i... | 16.401961 | 84 | 0.586372 |
b4e7e1bf8d271d6798c73ded65bc551ba5745343 | 1,548 | asm | Assembly | Irvine/Examples/ch09/32 bit/StringDemo.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch09/32 bit/StringDemo.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch09/32 bit/StringDemo.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | ; String Library Demo (StringDemo.asm)
; This program demonstrates the string-handling procedures in
; the book's link library.
INCLUDE Irvine32.inc
.data
string_1 BYTE "abcde////",0
string_2 BYTE "ABCDE",0
msg0 BYTE "string_1 in upper case: ",0
msg1 BYTE "string1 and string2 are equal",0
msg2 BYTE "str... | 18.428571 | 62 | 0.741602 |
d41c173395c2935758daaf483ff396db6c0822f4 | 2,772 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_1_705.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_1_705.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_1_705.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 %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x2cfe, %rsi
lea addresses_WC_ht+0x3960, %rdi
nop
and $34807, %rax
mov $4, %rcx
rep movsb
nop
inc %rbx
lea addresses_A_ht+0x1ca85, %rdi
nop
nop
nop
nop
nop
and %r8, %r8
mov $0x6162636465... | 20.382353 | 147 | 0.650072 |
04bc432010647ef17fd7890bddf3274c1cf50a74 | 389 | asm | Assembly | programs/oeis/274/A274380.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/274/A274380.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/274/A274380.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A274380: A 4-cycle of the iterated sum of deficient divisors function.
; 34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48,34,54,42,48
mod $0,4
mov $1,$0
add $1,$0
add $1,$0
mov $2,$0
mul $2,2
cmp $2... | 21.611111 | 181 | 0.637532 |
80516017b748107aa00b8d22445bce0be558342a | 5,441 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_486.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_486.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_486.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xb92, %rsi
lea addresses_UC_ht+0x1178a, %rdi
nop
nop
nop
nop
sub %rax, %rax
mov $99, %rcx
rep movsw
nop
sub %rbp, %rbp
lea addresses_normal_ht+0x9032, %rsi
lea addresses_UC_ht+0x1444, ... | 40.909774 | 2,999 | 0.659805 |
a79a637ba64254c73fc54a69c68914888d42a312 | 540 | asm | Assembly | programs/oeis/184/A184727.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/184/A184727.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/184/A184727.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A184727: a(n) = A005843(n-1)/A090369(n-1) for n > 2 and a(n) = 0 for n <= 2.
; 0,0,1,2,2,2,4,2,4,6,5,2,8,2,7,10,8,2,12,2,10,14,11,2,16,10,13,18,14,2,20,2,16,22,17,14,24,2,19,26,20,2,28,2,22,30,23,2,32,14,25,34,26,2,36,22,28,38,29,2,40,2,31,42,32,26,44,2,34,46,35,2,48,2,37,50,38,22,52,2,40,54,41,2,56,34,43,58,44,2,60... | 24.545455 | 266 | 0.540741 |
220e852fcc30aa07bd7b2110ab2af32720249fb3 | 512 | asm | Assembly | programs/oeis/112/A112926.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/112/A112926.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/112/A112926.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A112926: Smallest squarefree integer > the n-th prime.
; 3,5,6,10,13,14,19,21,26,30,33,38,42,46,51,55,61,62,69,73,74,82,85,91,101,102,105,109,110,114,129,133,138,141,151,154,158,165,170,174,181,182,193,194,199,201,213,226,229,230,235,241,246,253,258,265,271,273,278,282,285,295,309,313,314,318,334,339,349,353,354,362,... | 85.333333 | 374 | 0.724609 |
ffe4ca8f3f0d926bc04cbed499939560703fcd16 | 31,200 | asm | Assembly | target/cos_117/disasm/iop_overlay1/DEF.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/DEF.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/DEF.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x2940- f:00024 d: 320 | OR[320] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x2941- f:00024 d: 321 | OR[321] = A
... | 79.795396 | 79 | 0.469167 |
59669176168782754a56c04b4fa194866550373c | 205 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_setdrv.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_setdrv.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/sdcc_iy/esx_m_setdrv.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned char esx_m_setdrv(unsigned char drive)
SECTION code_esxdos
PUBLIC _esx_m_setdrv
EXTERN asm_esx_m_setdrv
_esx_m_setdrv:
pop af
pop hl
push hl
push af
jp asm_esx_m_setdrv
| 11.388889 | 49 | 0.746341 |
0c96a31e60d9b8e24c66d74ebe1ed0a1b7271c3e | 241 | asm | Assembly | libsrc/osca/set_pen.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/osca/set_pen.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/osca/set_pen.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; Old School Computer Architecture - interfacing FLOS
; Stefano Bodrato, 2011
;
; $Id: set_pen.asm,v 1.3 2015/01/19 01:33:00 pauloscustodio Exp $
;
INCLUDE "flos.def"
PUBLIC set_pen
set_pen:
;__FASTCALL__
ld a,l
jp kjt_set_pen
| 15.0625 | 65 | 0.709544 |
16580d80a764bacdd3fdc8958dfe9f519d59b7a1 | 629 | asm | Assembly | oeis/005/A005920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005920: Tricapped prism numbers.
; 1,9,33,82,165,291,469,708,1017,1405,1881,2454,3133,3927,4845,5896,7089,8433,9937,11610,13461,15499,17733,20172,22825,25701,28809,32158,35757,39615,43741,48144,52833,57817,63105,68706,74629,80883,87477,94420,101721,109389,117433,125862,134685,143911,153549,163608,174097,185025,19640... | 44.928571 | 495 | 0.780604 |
2f92740d2e641a04ff08c82ac89544c63e9612da | 30 | asm | Assembly | projects/project08/src/translations/bootstrap.asm | lemmingapex/ElementsOfComputingSystems | 649c19676141a92ffec4f52b28388ad59048ee04 | [
"MIT"
] | 15 | 2015-05-03T10:35:44.000Z | 2021-07-21T08:59:03.000Z | projects/project08/src/translations/bootstrap.asm | jigth/ElementsOfComputingSystems | 649c19676141a92ffec4f52b28388ad59048ee04 | [
"MIT"
] | null | null | null | projects/project08/src/translations/bootstrap.asm | jigth/ElementsOfComputingSystems | 649c19676141a92ffec4f52b28388ad59048ee04 | [
"MIT"
] | 9 | 2017-02-18T02:29:20.000Z | 2021-11-29T22:49:58.000Z | // bootstrap
@256
D=A
@SP
M=D
| 5 | 12 | 0.6 |
bb111eb7fa6b1661266324409a41e2c4489af885 | 902 | asm | Assembly | oeis/230/A230893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/230/A230893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/230/A230893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A230893: Number of n X 2 0..3 arrays x(i,j) with each element horizontally or vertically next to at least one element with value (x(i,j)+1) mod 4 and at least one element with value (x(i,j)-1) mod 4, no adjacent elements equal, and upper left element zero.
; Submitted by Jamie Morken(s4)
; 0,2,2,10,22,70,186,538,1494... | 56.375 | 497 | 0.796009 |
bbf9692ce9990d2d852f791653c5260d639144fd | 28,222 | asm | Assembly | Library/Math/Main/mainThread.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Math/Main/mainThread.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Math/Main/mainThread.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: mainThread.asm
AUTHOR: jimmy lefkowitz
ROUTINES:
Name Description
---- -----------
MathThreadListCompact fill in hole in list with la... | 25.28853 | 73 | 0.630678 |
6d2aebd73ee7c2212c6956726d425bcead05502e | 448 | asm | Assembly | oeis/131/A131721.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/131/A131721.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/131/A131721.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A131721: Overlay of Pell companion numbers: a(n)=A001333(n)+A001333(n-6).
; Submitted by Christian Krause
; 1,1,3,7,17,41,100,240,580,1400,3380,8160,19700,47560,114820,277200,669220,1615640,3900500,9416640,22733780,54884200,132502180,319888560,772279300,1864447160,4501173620,10866794400,26234762420,63336319240
mov $... | 24.888889 | 205 | 0.709821 |
8ccceadc86ba2a3e82aba289b539efbd843b3b83 | 314 | asm | Assembly | ffight/lcs/enemy/93.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | ffight/lcs/enemy/93.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/enemy/93.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
038FC8 move.b #$1, ($93,A6) [enemy+96, enemy+98]
038FCE rts [enemy+93]
0396F4 clr.b ($93,A6)
0396F8 move.b #$2, ($3,A6)
039C96 clr.b ($93,A6) [enemy+9C, enemy+9E]
039C9A clr.b ($17,A6)
copyright zengfr site:http://github.com/zengfr/romhack
| 28.545455 | 54 | 0.659236 |
ff94c816e1628e761e255a52726ab59ff2d06d0c | 679,625 | asm | Assembly | kernel.asm | ehsansalimian/xv6_changed | f8bf5acd82f1b951dde9ee891a4eb5713ed5751e | [
"MIT-0"
] | null | null | null | kernel.asm | ehsansalimian/xv6_changed | f8bf5acd82f1b951dde9ee891a4eb5713ed5751e | [
"MIT-0"
] | null | null | null | kernel.asm | ehsansalimian/xv6_changed | f8bf5acd82f1b951dde9ee891a4eb5713ed5751e | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 0f in $0xf,%al
8010000c <entry>:... | 33.033197 | 74 | 0.536689 |
1a156d0ca5d1f660eb761ae518333e116d46ff4b | 862 | asm | Assembly | untested/x64/gcd_Lcm.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x64/gcd_Lcm.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x64/gcd_Lcm.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | global _gcd
global _lcm
global _gcd64
global _lcm64
segment .text align=16
_gcd:
test edi, edi
je .return0
test esi, esi
je .return0
cmp esi, edi
je .returnEsi
jl .bigger
sub esi, edi
jmp _gcd
.bigger:
sub edi, esi
jmp _gcd
.return0:
xor eax, eax
ret
.returnEsi:
mov eax, esi
ret
... | 7.836364 | 22 | 0.62529 |
b3895554e3c3212649b2ff686222962f68dba8ff | 174 | asm | Assembly | Testing-File/Test_Ex14.asm | srsarangi/riscv-emulator | 3fa9a744c50632a81f0908189a53abf38bb32f21 | [
"Apache-2.0"
] | null | null | null | Testing-File/Test_Ex14.asm | srsarangi/riscv-emulator | 3fa9a744c50632a81f0908189a53abf38bb32f21 | [
"Apache-2.0"
] | null | null | null | Testing-File/Test_Ex14.asm | srsarangi/riscv-emulator | 3fa9a744c50632a81f0908189a53abf38bb32f21 | [
"Apache-2.0"
] | null | null | null | @Assembly program to print 10 multiples of 5
.main:
addi x1, x0, 5
addi x2, x0, 1
addi x3, x0, 11
loop:
mul x4, x1, x2
.print x4
addi x2, x2, 1
bne x2, x3, loop
end | 15.818182 | 45 | 0.637931 |
4bdb594916df6e6d2882f3559f85d4132bec117b | 7,311 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_76.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_76.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_76.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11af4, %rsi
lea addresses_UC_ht+0x18fa0, %rdi
clflush (%rsi)
nop
nop
nop
and $46785, %r9
mov $11, %rcx
rep movsl
nop
add $46078, %r12
lea addresses_WT_ht+0xfedc, %rsi
lea addresses... | 32.784753 | 2,999 | 0.649022 |
1f6456bd7a3818231d230a7ebe1d6a783a36b69c | 436 | asm | Assembly | oeis/028/A028153.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028153.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028153.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028153: Expansion of 1/((1-4x)(1-7x)(1-10x)(1-12x)).
; Submitted by Jon Maiga
; 1,33,699,12133,188307,2724645,37614403,502459221,6553738323,83980945477,1061789912547,13286272788789,164915485814899,2034013938152229,24960030504150531,305050074724911637
mov $1,1
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
trn $2,1
sub ... | 24.222222 | 172 | 0.678899 |
7f7966adfcbf6c8c96d4b03ee3bed8820a353ad6 | 392 | asm | Assembly | programs/oeis/134/A134402.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/134/A134402.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/134/A134402.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A134402: Triangle read by rows, for n > 0, n zeros followed by n.
; 1,0,1,0,0,2,0,0,0,3,0,0,0,0,4,0,0,0,0,0,5,0,0,0,0,0,0,6,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0
seq $0,127648 ; Triangle read by rows: row n c... | 43.555556 | 204 | 0.586735 |
ef928dfccf6c1daeb497e8841e13dc0d9bbfe56e | 28,196 | asm | Assembly | Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_equals.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_equals.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Implements/vs_build/x86_Release/pmc_equals.asm | rougemeilland/Palmtree.Math.Core.Implements | 52f4f6c765d16c9b0baf1fd212c61a33daae138c | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\pmc_equals.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRT
INCLUDELIB OLDNAMES
PUBLIC _Initialize_Equals
PUBLIC _P... | 22.904955 | 121 | 0.553022 |
5ef617b2029661c8387fa92c37a77f8dda59f68c | 613 | asm | Assembly | oeis/089/A089772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089772: a(n) = Lucas(11*n).
; Submitted by Christian Krause
; 2,199,39603,7881196,1568397607,312119004989,62113250390418,12360848946698171,2459871053643326447,489526700523968661124,97418273275323406890123,19386725908489881939795601,3858055874062761829426214722,767772505664398093937756525279,1527905866830892834554429... | 76.625 | 468 | 0.853181 |
d5d4bdd8a1de2ce281d90399f32a21798d039100 | 18,495 | asm | Assembly | Cyberpunk1077/Cyber_Punk_1077.asm | JoaoVitorDio/Projetos-Organizacao-de-Computadores-Digitais | 47d175ecccb1aff8181d812cc156af5d1feb86e5 | [
"MIT"
] | null | null | null | Cyberpunk1077/Cyber_Punk_1077.asm | JoaoVitorDio/Projetos-Organizacao-de-Computadores-Digitais | 47d175ecccb1aff8181d812cc156af5d1feb86e5 | [
"MIT"
] | null | null | null | Cyberpunk1077/Cyber_Punk_1077.asm | JoaoVitorDio/Projetos-Organizacao-de-Computadores-Digitais | 47d175ecccb1aff8181d812cc156af5d1feb86e5 | [
"MIT"
] | null | null | null | ; GRUPO:
; Adrian Pereira da Silva 11816171
; João Vitor Diógenes 11816122
; Julio Igor Casemiro Oliveira 11816139
; Marcio Hideo Ishikawa 11832902
; string que fica na tela inicial
cyber: string "cyber"
punk: string "punk"
L1077: string "1077"
loadn r1, #'O' ;obstaculo
loadn r2, #'X' ;personagem
pontuacao: var #1
l... | 28.585781 | 239 | 0.608164 |
70b590e03aac6abb7947cb3c3204989b1363033a | 269 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_saddrcleft.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_saddrcleft.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_saddrcleft.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *tshc_saddrcleft(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC tshc_saddrcleft
EXTERN zx_saddrcleft
defc tshc_saddrcleft = zx_saddrcleft
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshc_saddrcleft
defc _tshc_saddrcleft = tshc_saddrcleft
ENDIF
| 14.944444 | 39 | 0.836431 |
4e7f3df6ec3453d1a5891f11186dd9938e134ce6 | 454 | asm | Assembly | programs/oeis/082/A082462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/082/A082462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/082/A082462.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A082462: Let chi(k) = 1 if prime(k+1) - prime(k) = 2, = 0 otherwise; sequence gives a(n) = sum_{k <= n} chi(k).
; 0,1,2,2,3,3,4,4,4,5,5,5,6,6,6,6,7,7,7,8,8,8,8,8,8,9,9,10,10,10,10,10,11,11,12,12,12,12,12,12,13,13,14,14,15,15,15,15,16,16,16,17,17,17,17,17,18,18,18,19,19,19,19,20,20,20,20,20,21,21,21,21,21,21,21,21,21,... | 64.857143 | 208 | 0.618943 |
ee5903ea648ab5afe4bb496328a7fc4a20db9483 | 1,305 | asm | Assembly | u7bg/eop-castByKey.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | u7bg/eop-castByKey.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | u7bg/eop-castByKey.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %include "include/u7bg-all-includes.asm"
%assign ADD_RUNE_SOUND 15
%assign REMOVE_RUNE_SOUND 92
%assign NUMBER_OF_SPELLS 72
%macro gameSpecificSpellRunes 0
; Linear
db 'az', 0
db 'rh', 0
db 'af', 0
db 'bo', 0
db 'bl', 0
db 'kl', 0
db 'if', 0
db 'vk', 0
; First Ci... | 14.032258 | 47 | 0.518008 |
5736375b2199a3e3fa6d139c051d2f8c38133293 | 1,388 | asm | Assembly | programs/oeis/022/A022409.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/022/A022409.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/022/A022409.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A022409: a(n) = a(n-1) + a(n-2) + 1, with a(0)=3, a(1)=10.
; 3,10,14,25,40,66,107,174,282,457,740,1198,1939,3138,5078,8217,13296,21514,34811,56326,91138,147465,238604,386070,624675,1010746,1635422,2646169,4281592,6927762,11209355,18137118,29346474,47483593,76830068,124313662,201143731,325457394,526601126,852058521,13... | 231.333333 | 1,265 | 0.889049 |
7ff94e22ebccc471f92c953b897cdcc64ba2ab5d | 779 | asm | Assembly | programs/oeis/039/A039982.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/039/A039982.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/039/A039982.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A039982: Let phi denote the morphism 0 -> 11, 1 -> 10. This sequence is the limit S(oo) where S(0) = 1; S(n+1) = 1.phi(S(n)).
; 1,1,0,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,0,... | 43.277778 | 501 | 0.51733 |
60dc0444023d156c8a0f66c071dbf015e4dc49a4 | 2,695 | asm | Assembly | test-klc3/issue_detection/read_uninitialized_reg.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | test-klc3/issue_detection/read_uninitialized_reg.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | test-klc3/issue_detection/read_uninitialized_reg.asm | liuzikai/klc3 | 0c7c1504158f1cce3e6bff32f69b4cb3067cffff | [
"NCSA"
] | null | null | null | ; This program uses uninitialized registers
; KLC3 is expected to detect and give warning about it
; 2020.08.02 by liuzikai
.ORIG x3000
MAIN
JSR SUB1
HALT
SUB1
ST R1, SUB1_R1_STORE
ST R2, SUB1_R2_STORE
ST R3, SUB1_R3_STORE
ST R7, SUB1_R7_STORE
JSR SUB2
AND R0, R0, #0 ; this i... | 24.724771 | 116 | 0.672356 |
de481826f1cc5d09640be2719fa9f50e34462921 | 3,068 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_216_2048.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_216_2048.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_216_2048.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1cc06, %rdi
nop
nop
nop
xor $49768, %r12
mov $0x6162636465666768, %rax
movq %rax, %xmm4
movups %xmm4, (%rdi)
add %rsi, %rsi
lea addresses_WT_ht+0x1166, %rsi
lea addresses_WC_ht+0x17c45... | 25.566667 | 647 | 0.655476 |
5d3c80025e05ce1b1614cf2a9235ce8a5015a953 | 580 | asm | Assembly | oeis/192/A192245.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192245.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192245.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192245: 1-sequence of reduction of triangular number sequence by x^2 -> x+1.
; Submitted by Jamie Morken(s4)
; 0,3,9,29,74,179,403,871,1816,3686,7316,14258,27362,51827,97067,180027,331038,604125,1095085,1973095,3535810,6305148,11193384,19790484,34860084,61193859,107080413,186826121,325073906,564190391
lpb $0
add ... | 27.619048 | 193 | 0.668966 |
f3854626858ebd9b5a92370d2a883c3065e6655c | 734 | asm | Assembly | oeis/091/A091761.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/091/A091761.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/091/A091761.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A091761: a(n) = Pell(4n) / Pell(4).
; Submitted by Jamie Morken(s1)
; 0,1,34,1155,39236,1332869,45278310,1538129671,52251130504,1775000307465,60297759323306,2048348816684939,69583562007964620,2363792759454112141,80299370259431848174,2727814796061228725775,92665403695822344828176,3147895910861898495432209,106935795565... | 56.461538 | 501 | 0.844687 |
9b492f2d2ca63f3cf80f994d32e9c9bf488517a1 | 120 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/fmin_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/fmin_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/fmin_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC fmin_callee
EXTERN cm48_sccz80_fmin_callee
defc fmin_callee = cm48_sccz80_fmin_callee
| 13.333333 | 42 | 0.875 |
1b6cf9e64cf8780410e22874139fba45b863acf1 | 6,552 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0x84_notsx.log_21829_2334.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0x84_notsx.log_21829_2334.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0x84_notsx.log_21829_2334.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 %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1c4a5, %rsi
lea addresses_normal_ht+0x9111, %rdi
cmp $57972, %r11
mov $113, %rcx
rep movsl
nop
nop
nop
nop
xor $8391, %r9
lea addresses_normal_ht+0xcea5, %r15
nop
nop
dec %r11
movl... | 36.4 | 2,999 | 0.658883 |
d7c88023dc7f20f3880e23f91ebcd3147af9fbe5 | 4,825 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_452.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_452.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_452.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
lea addresses_normal_ht+0x1695, %r12
nop
nop
nop
sub %rax, %rax
movb (%r12), %bl
nop
nop
nop
nop
nop
xor $55258, %rax
lea addresses_normal_ht+0x16d09, %rcx
clflush (%rcx)
nop
nop
nop
nop
mfence
movups (%rc... | 46.394231 | 2,999 | 0.660104 |
1831421bfb3b599cd4252fcb4a52c0126bc536b9 | 4,795 | asm | Assembly | Assembly/Examples/MATH.asm | p-rivero/CESCA | 7772671e36ef137bdb468bc09f50e53f0371ce20 | [
"MIT"
] | 7 | 2020-05-18T15:33:30.000Z | 2021-02-07T09:24:05.000Z | Assembly/Examples/MATH.asm | p-rivero/CESCA | 7772671e36ef137bdb468bc09f50e53f0371ce20 | [
"MIT"
] | null | null | null | Assembly/Examples/MATH.asm | p-rivero/CESCA | 7772671e36ef137bdb468bc09f50e53f0371ce20 | [
"MIT"
] | 1 | 2021-01-30T22:56:36.000Z | 2021-01-30T22:56:36.000Z | #ifndef _MATHLIB
#define _MATHLIB
; Include library only once
; ====================
; MATH LIBRARY
; ====================
; This file contains a collection of useful math subroutines. Other files can include this library
; in order to call its functions, by simply adding the following line (at the end of the file... | 27.244318 | 117 | 0.598749 |
7a74352d843df1b40ca23d89a7c4e5fa34c735c1 | 2,493 | asm | Assembly | src/CORE32/faterr.asm | masscry/dmc | c7638f7c524a65bc2af0876c76621d8a11da42bb | [
"BSL-1.0"
] | 86 | 2018-05-24T12:03:44.000Z | 2022-03-13T03:01:25.000Z | src/CORE32/faterr.asm | masscry/dmc | c7638f7c524a65bc2af0876c76621d8a11da42bb | [
"BSL-1.0"
] | 1 | 2019-05-30T01:38:40.000Z | 2019-10-26T07:15:01.000Z | src/CORE32/faterr.asm | masscry/dmc | c7638f7c524a65bc2af0876c76621d8a11da42bb | [
"BSL-1.0"
] | 14 | 2018-07-16T08:29:12.000Z | 2021-08-23T06:21:30.000Z | ;_ faterr.asm
; Copyright (C) 1985-1994 Digital Mars
; All rights reserved.
; 32 bit fatal error exit
; $Revision: 1.1.1.2 $
include macros.asm
extrn __Exit:near
ifdef _WIN32
extrn __win32_faterr:near
endif
ifdef M_UNIX
extrn _write:near
endif
ifdef __OS2__
ext... | 23.083333 | 64 | 0.463297 |
bad69d882b2fef523d841cee4b36006b43ae8c6e | 322 | asm | Assembly | programs/oeis/043/A043704.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/043/A043704.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/043/A043704.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A043704: Numbers n such that number of runs in the base 15 representation of n is even.
; 15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,65,66,67,68,69,70,71,72,73,74,75,76,77,78
add $0,14
mov $1,32
mul $1,$0
div $1,30
add $1,... | 35.777778 | 181 | 0.673913 |
27883ac1b112cfcdc952d8cd9d6b0224ec63b663 | 4,322 | asm | Assembly | dino/lcs/etc/20.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/etc/20.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/etc/20.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
00495A move.l D0, (A4)+
00495C move.l D0, (A4)+
004D38 move.l D0, (A4)+
004D3A move.l D0, (A4)+
00AE84 move.w (A1)+, ($20,A0) [etc+ 0]
00AE88 move.w (A1)+, ($26,A0) [etc+20]
00AEA8 move.w #$44, ... | 51.452381 | 350 | 0.596946 |
36e5befbaa94c4b24c4ad7a1e9b2072934e9bda0 | 464 | asm | Assembly | programs/oeis/187/A187341.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/187/A187341.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/187/A187341.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A187341: Floor((5-sqrt(5))n); complement of A187342.
; 2,5,8,11,13,16,19,22,24,27,30,33,35,38,41,44,46,49,52,55,58,60,63,66,69,71,74,77,80,82,85,88,91,93,96,99,102,105,107,110,113,116,118,121,124,127,129,132,135,138,140,143,146,149,152,154,157,160,163,165,168
mov $3,$0
mul $0,2
mov $1,6
mov $2,3
add $2,$0
add $0,2
s... | 17.846154 | 206 | 0.618534 |
81f9d7d063b600f8c698036184c675a27fea1c93 | 783 | asm | Assembly | oeis/240/A240023.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/240/A240023.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/240/A240023.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A240023: Product of factorials of prime divisors of n (with multiplicity).
; Submitted by Jamie Morken
; 1,2,6,4,120,12,5040,8,36,240,39916800,24,6227020800,10080,720,16,355687428096000,72,121645100408832000,480,30240,79833600,25852016738884976640000,48,14400,12454041600,216,20160,8841761993739701954543616000000,1440... | 35.590909 | 496 | 0.776501 |
4c10899451e05b7446a97994d1e022fd8f7d58af | 547 | asm | Assembly | oeis/326/A326188.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/326/A326188.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/326/A326188.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A326188: a(n) = A001065(n) - A003557(n), where A001065(n) = the sum of proper divisors of n, and A003557(n) = n divided by its largest squarefree divisor.
; Submitted by Christian Krause
; -1,0,0,1,0,5,0,3,1,7,0,14,0,9,8,7,0,18,0,20,10,13,0,32,1,15,4,26,0,41,0,15,14,19,12,49,0,21,16,46,0,53,0,38,30,25,0,68,1,38,20,44... | 54.7 | 271 | 0.64351 |
07245cd48b331f145534547b5a50ef86425687f7 | 1,301 | asm | Assembly | asm/PrintNum.asm | artrag/voicenc_scc | da1f60fed9a8357a6fb1f905fd7dd15036645656 | [
"BSD-2-Clause"
] | 4 | 2021-02-12T19:22:31.000Z | 2021-12-23T22:48:14.000Z | asm/PrintNum.asm | artrag/voicenc_scc | da1f60fed9a8357a6fb1f905fd7dd15036645656 | [
"BSD-2-Clause"
] | null | null | null | asm/PrintNum.asm | artrag/voicenc_scc | da1f60fed9a8357a6fb1f905fd7dd15036645656 | [
"BSD-2-Clause"
] | null | null | null | ;---------------------------------------------------------
; method that prints hl on screen
; to address de
;---------------------------------------------------------
PrintNum:
ld a,e
out (99h),a
ld a,d
and 3Fh
or 40h
out (99h),... | 19.712121 | 62 | 0.263643 |
6cb7eba776327b3de9212c07b25c974a86790319 | 4,387 | asm | Assembly | external/source/shellcode/windows/msf2/win32_stage_uploadexec.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 35 | 2015-08-08T07:23:38.000Z | 2021-04-07T18:00:44.000Z | external/source/shellcode/windows/msf2/win32_stage_uploadexec.asm | madhavarao-yejarla/VoIP | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2019-02-12T12:13:53.000Z | 2019-02-12T12:13:53.000Z | external/source/shellcode/windows/msf2/win32_stage_uploadexec.asm | fozavci/metasploit-framework-with-viproy | 3f7d0cdc0bb1423f9e952e411d073a1424ef9f5e | [
"Apache-2.0",
"BSD-3-Clause"
] | 23 | 2015-08-11T05:07:47.000Z | 2020-11-06T03:55:10.000Z | ; Title: Win32 Network Shell
; Platforms: Windows NT 4.0, Windows 2000, Windows XP, Windows 2003
; Author: hdm[at]metasploit.com
[BITS 32]
%ifndef FN_RECV
%define FN_RECV [ebp + 24]
%endif
%define BLOCKSZ 32
; [ebp + 0] = kernel32.dll base
; [ebp + 4] = LGetProcAddress
; [ebp ... | 25.068571 | 78 | 0.542284 |
c0db1988202c2d8258fd5bf7b3a1b2eed43e2772 | 773 | asm | Assembly | programs/oeis/110/A110807.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/110/A110807.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/110/A110807.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A110807: n times largest n-digit number.
; 0,9,198,2997,39996,499995,5999994,69999993,799999992,8999999991,99999999990,1099999999989,11999999999988,129999999999987,1399999999999986,14999999999999985,159999999999999984,1699999999999999983,17999999999999999982,189999999999999999981,1999999999999999999980,20999999999999... | 96.625 | 689 | 0.913325 |
44d736a60bd731252660a28c6e4351a3a1d87fbb | 493 | asm | Assembly | examples/mov.asm | paulbarbu/cpu-emu | b8f9595179777855c2e4ca6c9a6fd81de6d58f7d | [
"BSD-3-Clause",
"Unlicense"
] | 2 | 2016-06-27T09:39:52.000Z | 2018-03-13T18:51:27.000Z | examples/mov.asm | paulbarbu/cpu-emu | b8f9595179777855c2e4ca6c9a6fd81de6d58f7d | [
"BSD-3-Clause",
"Unlicense"
] | null | null | null | examples/mov.asm | paulbarbu/cpu-emu | b8f9595179777855c2e4ca6c9a6fd81de6d58f7d | [
"BSD-3-Clause",
"Unlicense"
] | null | null | null | ;MOV R4, 4
;BR ADDlbl
;MOV R1, 1
; MOV R3, 0
;MOV R5, 42
;MOV R2, 42
; MOV R0,R1
; MOV R4,(R1)
; MOV R4,(R1)1
;MOV (R1),R2
;MOV (R3), 121
; MOV (R1)1,(R1)
; MOV (R3)1,(R1)1
;JMP testlbl
;CLC
;ADDlbl:
;CLR R3
;ADD R5, R1
;MOV R1, 43
;SUB R5, R1
;OR R5, R1
;XOR R1, R1
;INC R1
mov r1, 1
PUSH r1
SEZ
SEZ
SEZ
SEZ
SEZ
SEZ
... | 9.301887 | 17 | 0.614604 |
12ea40343de7da26c9206d19d8d641023280c241 | 5,948 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_un_sm_/i9-9900K_12_0xa0_notsx.log_21829_666.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_un_sm_/i9-9900K_12_0xa0_notsx.log_21829_666.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_un_sm_/i9-9900K_12_0xa0_notsx.log_21829_666.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xa938, %r14
nop
nop
nop
nop
nop
add %r13, %r13
mov $0x6162636465666768, %rbx
movq %rbx, %xmm7
movups %xmm7, (%r14)
nop
nop
nop
inc %rsi
lea addresses_WT_ht+0x1b1e, %rcx
nop
nop
nop
... | 37.408805 | 2,999 | 0.656019 |
d4440b51d6c6c9f4ab34be791706722f5fbd61a8 | 8,651 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1564.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1564.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_1564.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x100b2, %r14
and $25248, %r11
mov (%r14), %eax
nop
nop
nop
xor %rdi, %rdi
lea addresses_UC_ht+0x1cd32, %rdx
nop
nop
nop
nop
cmp $5094, %rbp
mov (%rdx), %r14
nop
xor ... | 32.159851 | 2,999 | 0.650214 |
ca37d1f1747c4e78014ed2a4ee1298223bff29f5 | 442 | asm | Assembly | oeis/068/A068605.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/068/A068605.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/068/A068605.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A068605: Number of functions from [1,2,...,n] to [1,2,...,n] such that the image contains exactly two elements.
; Submitted by Jamie Morken(s1)
; 2,18,84,300,930,2646,7112,18360,45990,112530,270204,638820,1490762,3440430,7864080,17825520,40107726,89652906,199229060,440401500,968883762,2122317318,4630511064,1006632900... | 29.466667 | 199 | 0.733032 |
24b8fe8590529712db589c449049d159a1e8dd34 | 1,123 | asm | Assembly | programs/oeis/070/A070550.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070550.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070550.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070550: a(n) = a(n-1) + a(n-3) + a(n-4), starting with a(0..3) = 1, 2, 2, 3.
; 1,2,2,3,6,10,15,24,40,65,104,168,273,442,714,1155,1870,3026,4895,7920,12816,20737,33552,54288,87841,142130,229970,372099,602070,974170,1576239,2550408,4126648,6677057,10803704,17480760,28284465,45765226,74049690,119814915,193864606,313679... | 48.826087 | 724 | 0.751558 |
a8abb4d3e328423e28d08528faba0256a104f713 | 2,104 | asm | Assembly | utils/hardware/cputype2/cpu.asm | vbmacher/qsOS | 40ee57c1aaa9849a62057f4e7d7770e8661f60ba | [
"Apache-2.0"
] | 1 | 2019-09-19T04:27:54.000Z | 2019-09-19T04:27:54.000Z | utils/hardware/cputype2/cpu.asm | vbmacher/qsOS | 40ee57c1aaa9849a62057f4e7d7770e8661f60ba | [
"Apache-2.0"
] | null | null | null | utils/hardware/cputype2/cpu.asm | vbmacher/qsOS | 40ee57c1aaa9849a62057f4e7d7770e8661f60ba | [
"Apache-2.0"
] | null | null | null | ;
; CPU.ASM
;
; (c) Copyright 2005, vbmacher
;
;
.model tiny
.486P
.data
msg_is db 10,13,'CPU_ID is available$'
msg_not db 10,13,'CPU_ID is not available$'
msg_notbrand db 10,13,'Brand string is not supported$'
msg_vendor db 10,13, 'Vendor: '
vendor db 12 dup (0), '$'
msg_brand db 10,13, 'Brand string: '
... | 12.674699 | 56 | 0.64116 |
83b205d0d70b4520a830120f8a60d44554b01d97 | 2,516 | asm | Assembly | programs/oeis/157/A157858.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157858.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157858.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157858: a(n) = 1728000*n - 240.
; 1727760,3455760,5183760,6911760,8639760,10367760,12095760,13823760,15551760,17279760,19007760,20735760,22463760,24191760,25919760,27647760,29375760,31103760,32831760,34559760,36287760,38015760,39743760,41471760,43199760,44927760,46655760,48383760,50111760,51839760,53567760,55295760,... | 359.428571 | 2,439 | 0.888315 |
dca2a89c3f761a5bb03f8fa5c413dd5b2b920b35 | 1,168 | asm | Assembly | programs/oeis/033/A033937.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/033/A033937.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/033/A033937.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A033937: Convolution of natural numbers n >= 1 with Fibonacci numbers F(k), k >= 3.
; 2,7,17,35,66,118,204,345,575,949,1556,2540,4134,6715,10893,17655,28598,46306,74960,121325,196347,317737,514152,831960,1346186,2178223,3524489,5702795,9227370,14930254,24157716,39088065,63245879,102334045,165580028,267914180,43349431... | 35.393939 | 721 | 0.741438 |
781819277593e0c795026439900aef271a36f129 | 1,104 | asm | Assembly | 06_Data_display_debugger/src/move.asm | junehan-dev/asm-beginning_x64_programming | 3ed924c3687600804823382e6123254f8ea760f8 | [
"MIT"
] | null | null | null | 06_Data_display_debugger/src/move.asm | junehan-dev/asm-beginning_x64_programming | 3ed924c3687600804823382e6123254f8ea760f8 | [
"MIT"
] | null | null | null | 06_Data_display_debugger/src/move.asm | junehan-dev/asm-beginning_x64_programming | 3ed924c3687600804823382e6123254f8ea760f8 | [
"MIT"
] | null | null | null | section .data
bNum db 123
wNum dw 12345
dNum dd 1234567890
qNum1 dq 1234567890123456789
qNum2 dq 123456
qNum3 dq 3.14
section .bss
section .text
global main
main:
push rbp
mov rbp, rsp
mov rax, -1 ; fill rax with all 1 bits for 8bytes.
... | 24.533333 | 70 | 0.550725 |
371bbf9d20aa4834cb36c6ffc5687a5eeda79344 | 463 | asm | Assembly | oeis/077/A077902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077902: Expansion of (1-x)^(-1)/(1 + x - x^2 + x^3).
; Submitted by Jamie Morken(s2)
; 1,0,2,-2,5,-8,16,-28,53,-96,178,-326,601,-1104,2032,-3736,6873,-12640,23250,-42762,78653,-144664,266080,-489396,900141,-1655616,3045154,-5600910,10301681,-18947744,34850336,-64099760,117897841,-216847936,398845538,-733591314,13492... | 27.235294 | 249 | 0.647948 |
cda9e5346c4ca9c7a8d3586319bd135f668ff5ce | 345 | asm | Assembly | programs/oeis/200/A200263.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/200/A200263.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/200/A200263.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A200263: a(n) = 1 iff n-th prime has an odd digit sum.
; 0,1,1,1,0,0,0,0,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0,0,1,0,1,1,1,0,1,1,0,0,1,1,0,1,1,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,1,1,1,1,0,0,1,1,0,1,1,0,0,1,1,1,0,1,0,0,0,1,1,0,1,1,1,0,1,0,0,0,0,0,0,0
seq $0,40 ; The prime numbers.
lpb $0
add $1,$0
div $0,1... | 31.363636 | 201 | 0.53913 |
61d7f16623755bd59a526f83aa652d54bf4cb38b | 5,161 | asm | Assembly | software/pcx86/bdsrc/boot/wboot.asm | fatman2021/basicdos | d5de65300632632dd0f5a4d9335d38b4aa39d268 | [
"MIT"
] | 59 | 2020-12-22T21:02:32.000Z | 2022-02-16T05:53:49.000Z | software/pcx86/bdsrc/boot/wboot.asm | fatman2021/basicdos | d5de65300632632dd0f5a4d9335d38b4aa39d268 | [
"MIT"
] | null | null | null | software/pcx86/bdsrc/boot/wboot.asm | fatman2021/basicdos | d5de65300632632dd0f5a4d9335d38b4aa39d268 | [
"MIT"
] | 5 | 2020-12-24T03:07:40.000Z | 2022-02-03T18:40:55.000Z | ;
; BASIC-DOS Boot Sector Updater
;
; @author Jeff Parsons <Jeff@pcjs.org>
; @copyright (c) 2020-2021 Jeff Parsons
; @license MIT <https://basicdos.com/LICENSE.txt>
;
; This file is part of PCjs, a computer emulation software project at pcjs.org
;
include macros.inc
include bios.inc
include devapi.inc
i... | 25.549505 | 80 | 0.658593 |
4ffc7cffce9c696b09c125883b20d5467cb33e03 | 294 | asm | Assembly | uw2/keyAndMouseBindings.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | uw2/keyAndMouseBindings.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | uw2/keyAndMouseBindings.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %include "../UltimaPatcher.asm"
%include "include/uw2.asm"
%include "include/uw2-eop.asm"
%include "include/additionalCharacterCodes.asm"
%include "include/bindKeyOrMouse.asm"
defineAddress 143, 0x01AD, bindsBegin
defineAddress 143, 0x071F, bindsEnd
%include "../uw1/keyAndMouseBindings.asm"
| 26.727273 | 47 | 0.789116 |
f505d0c26f320af0a080e4604e285e0d82a59bb2 | 820 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_conv_float.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/sccz80/l_f16_conv_float.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/sccz80/l_f16_conv_float.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC l_f16_ftof16
PUBLIC l_f16_f16tof
PUBLIC f16_f48
PUBLIC f48_f16
PUBLIC f16_f32
PUBLIC f32_f16
PUBLIC f16_f24
PUBLIC f24_f16
PUBLIC f24_f32
PUBLIC f32_f24
EXTERN l_ret
EXTERN asm_f32_f48
EXTERN asm_f48_f32
EXTERN as... | 14.909091 | 27 | 0.719512 |
249e9089f08f3b031d1d0c6a47755552228594af | 757 | asm | Assembly | oeis/045/A045342.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/045/A045342.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/045/A045342.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A045342: Primes congruent to {1, 2, 3} mod 7.
; Submitted by Jon Maiga
; 2,3,17,23,29,31,37,43,59,71,73,79,101,107,113,127,149,157,163,191,197,199,211,227,233,239,241,269,281,283,311,317,331,337,353,359,367,373,379,401,409,421,443,449,457,463,479,491,499,521,541,547,563,569,577,617,619,631,647,653,659,661,673,701,709... | 30.28 | 402 | 0.667107 |
dfd299eb901453d731154213f47e080d2f2b9c6c | 713 | asm | Assembly | projects/07/MemoryAccess/PointerTest/PointerTest.asm | SAhmadi/FromNandToTetris | 5b05effa5d6adef251463494c6289efe805985ce | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/PointerTest/PointerTest.asm | SAhmadi/FromNandToTetris | 5b05effa5d6adef251463494c6289efe805985ce | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/PointerTest/PointerTest.asm | SAhmadi/FromNandToTetris | 5b05effa5d6adef251463494c6289efe805985ce | [
"MIT"
] | null | null | null | @3030
D=A
@SP
A=M
M=D
@SP
M=M+1
@R3
D=A
@R13
M=D
@SP
M=M-1
@SP
A=M
D=M
@R13
A=M
M=D
@3040
D=A
@SP
A=M
M=D
@SP
M=M+1
@R4
D=A
@R13
M=D
@SP
M=M-1
@SP
A=M
D=M
@R13
A=M
M=D
@32
D=A
@SP
A=M
M=D
@SP
M=M+1
@2
D=A
@THIS
A=M
A=A+D
D=A
@R13
M=D
@SP
M=M-1
@SP
A=M
D=M
@R13
A=M
M=D
@46
D=A
@SP
A=M
M=D
@SP
M=M+1
@6
D=A
@THAT
A=M
A=A+... | 4.45625 | 5 | 0.513324 |
061cc10d5480e0795be85f59874eca46b53747f2 | 8,418 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_3311_1403.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-8650U_0xd2_notsx.log_3311_1403.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-8650U_0xd2_notsx.log_3311_1403.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1398, %rsi
lea addresses_D_ht+0x4318, %rdi
nop
nop
nop
nop
and $54797, %r13
mov $17, %rcx
rep movsb
add $16620, %rdx
lea addresses_A_ht+0x1c2b0, %rsi
lea addresses_D_ht+0x7b9... | 30.172043 | 2,999 | 0.652887 |
50b44456b61113ed96dee0f1aec8d818152a962e | 1,272 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_8_1655.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_0xca.log_8_1655.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_0xca.log_8_1655.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 %r13
push %r14
push %r9
push %rax
push %rbx
push %rsi
// Store
lea addresses_A+0xef61, %r14
add %r10, %r10
movw $0x5152, (%r14)
nop
nop
nop
and %rsi, %rsi
// Load
lea addresses_WT+0x1e521, %rbx
clflush (%rbx)
nop... | 18.705882 | 122 | 0.636792 |
6e2d00f46977a7b1d283d4b008d5688d9382b2a4 | 1,084 | asm | Assembly | decode/sound.asm | paulscottrobson/dungeon-campaign | c6dffce22a3a1311e3025b0438abc34c3b6347bd | [
"MIT"
] | null | null | null | decode/sound.asm | paulscottrobson/dungeon-campaign | c6dffce22a3a1311e3025b0438abc34c3b6347bd | [
"MIT"
] | null | null | null | decode/sound.asm | paulscottrobson/dungeon-campaign | c6dffce22a3a1311e3025b0438abc34c3b6347bd | [
"MIT"
] | null | null | null | ;
; The sound machine code.
;
org $2
$0002 LDA $C030 AD 30 C0 ; toggle speaker
$0005 LDA $00 A5 00 ; get time delay
$0007 JSR $FCA8 20 A8 FC ; wait for (5*(dly*dly)+27*dly+26))*0.5 us ... | 47.130435 | 120 | 0.428967 |
d16e9a845a911dccf1561e7d3473dc608e40a4b1 | 8,127 | asm | Assembly | Library/Pref/Preflvl/preflvl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Pref/Preflvl/preflvl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Pref/Preflvl/preflvl.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) MyTurn.com 2001. All rights reserved.
MYTURN.COM CONFIDENTIAL
PROJECT: GlobalPC
MODULE: User level pref module
FILE: preflvl.asm
AUTHOR: David Hunter, Jan 08, 2001
ROUTINES:
Name Description
---- --... | 28.515789 | 80 | 0.528608 |
8037e473513f54248c8acb9850152a24f8949273 | 28 | asm | Assembly | tests/ret.asm | paul-nameless/lc3-asm | 38ac008c4665515dc82bf0d972920cef62253cee | [
"Unlicense"
] | null | null | null | tests/ret.asm | paul-nameless/lc3-asm | 38ac008c4665515dc82bf0d972920cef62253cee | [
"Unlicense"
] | null | null | null | tests/ret.asm | paul-nameless/lc3-asm | 38ac008c4665515dc82bf0d972920cef62253cee | [
"Unlicense"
] | null | null | null | .ORIG x3000
RET
.END
| 5.6 | 13 | 0.535714 |
4248528fb8ce33d8bf1b2877f913b035b235604e | 533 | asm | Assembly | oeis/120/A120865.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/120/A120865.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/120/A120865.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A120865: a(n) is the number k for which there exists a unique pair (j,k) of positive integers such that (j + k + 1)^2 - 4*k = 12*n^2.
; 1,4,9,1,6,13,22,4,13,24,37,9,22,37,1,16,33,52,6,25,46,69,13,36,61,88,22,49,78,4,33,64,97,13,46,81,118,24,61,100,141,37,78,121,9,52,97,144,22,69,118,169,37,88,141,1,54,109,166,16,73,1... | 66.625 | 323 | 0.67167 |
73e71f532cf64971096ec39505793237e8e592ff | 454 | asm | Assembly | programs/oeis/107/A107757.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/107/A107757.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/107/A107757.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A107757: Numbers k such that Sum_{j=1..k} Catalan(j) == 2 (mod 3).
; 3,9,11,27,29,35,39,81,83,89,93,107,111,117,119,243,245,251,255,269,273,279,281,323,327,333,335,351,353,359,363,729,731,737,741,755,759,765,767,809,813,819,821,837,839,845,849,971,975,981,983,999,1001,1007,1011
add $0,1
cal $0,191107 ; Increasing se... | 41.272727 | 211 | 0.682819 |
24ad5dd026a2fc871ebfcbec35d342ea5b9dfaad | 7,174 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2563.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2563.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2563.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 %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x113c6, %rsi
lea addresses_normal_ht+0xdbe6, %rdi
clflush (%rdi)
nop
nop
nop
nop
xor %r11, %r11
mov $34, %rcx
rep movsq
nop
nop
nop
sub $57713, %rsi
lea addresses_A_ht+0x3be6, ... | 34 | 2,999 | 0.660022 |
4edcc11ad9af487c90f255fd28a31beab67db20f | 39,274 | asm | Assembly | bm-1/examples/music-demosong.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 59 | 2015-02-28T14:15:56.000Z | 2022-03-26T12:06:01.000Z | bm-1/examples/music-demosong.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 1 | 2016-08-22T05:32:43.000Z | 2016-08-22T09:33:28.000Z | bm-1/examples/music-demosong.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 9 | 2015-02-28T14:16:31.000Z | 2022-01-18T17:52:48.000Z | ;bm-1 demo song
;************************************************************************************************************************************************
;song sequence
dw ptn3
dw ptn4
mloop ;sequence loop point (mandatory)
dw ptn5
dw ptn5
dw ptn6
dw ptn7
dw 0 ;sequence end marker (mandatory)
;****... | 28.835536 | 145 | 0.396471 |
6dc7fb7d7122afcf46dda5f91702b288a95d4db6 | 5,502 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca_notsx.log_21829_1718.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca_notsx.log_21829_1718.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca_notsx.log_21829_1718.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 %r9
push %rax
push %rbp
push %rsi
lea addresses_UC_ht+0x2266, %r9
nop
nop
nop
nop
sub %r10, %r10
mov $0x6162636465666768, %rsi
movq %rsi, (%r9)
nop
nop
sub %rax, %rax
lea addresses_WC_ht+0x4166, %rsi
cmp %r9, %r9
movl $0x61626364, (%rsi)
no... | 41.681818 | 2,999 | 0.654489 |
bca9ad030a209b1c3fe384fbd400f6c4eba38c13 | 75,999 | asm | Assembly | bddisasm_test/avx/avx_64.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 675 | 2020-07-09T12:57:49.000Z | 2022-03-26T15:03:53.000Z | bddisasm_test/avx/avx_64.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 41 | 2020-07-22T07:15:07.000Z | 2022-03-23T08:34:28.000Z | bddisasm_test/avx/avx_64.asm | andreaswimmer/bddisasm | 960e9eaeee4f87d8269095031cd6cfb8aabb998b | [
"Apache-2.0"
] | 94 | 2020-07-09T14:39:02.000Z | 2022-03-27T10:37:03.000Z | bits 64
vaddpd xmm2, xmm7, xmm0
vaddpd xmm2, xmm7, [rbx]
vaddpd xmm2, xmm7, [rbx+r11*8+256]
vaddpd xmm2, xmm7, [rbx+r11*8-256]
vaddpd ymm16, ymm13, ymm15
vaddpd ymm16, ymm13, [rbx]
vaddpd ymm16, ymm13, [rbx+r11*8+256]
vaddpd ymm16, ymm13, [rbx+r11*8-256]
vaddpd zmm24, zmm24,... | 34.529305 | 48 | 0.640508 |
1222cf86873bd9f65bf5adad87f288057849cdc9 | 414 | asm | Assembly | zadanie2/dijkstra_semaphore.asm | BAndysc/SO | ed70e3dd45ec1afb009060e1cd7381eaefdbbd47 | [
"Unlicense"
] | null | null | null | zadanie2/dijkstra_semaphore.asm | BAndysc/SO | ed70e3dd45ec1afb009060e1cd7381eaefdbbd47 | [
"Unlicense"
] | null | null | null | zadanie2/dijkstra_semaphore.asm | BAndysc/SO | ed70e3dd45ec1afb009060e1cd7381eaefdbbd47 | [
"Unlicense"
] | 1 | 2020-03-26T16:51:37.000Z | 2020-03-26T16:51:37.000Z | global proberen
global verhogen
section .text
proberen:
testandcmp:
cmp dword [rdi], 0
jle testandcmp
mov eax, -1
lock xadd dword [rdi], eax ; decrease semaphore
test eax, eax
jg proberen_ok
lock inc dword [rdi] ; semaphore was below 1, restore state
jmp proberen ... | 16.56 | 70 | 0.611111 |
3d007318354cf5de315bfb1ffb90cc880d80ea28 | 873 | asm | Assembly | nasm/echoargs/main.asm | wbwiltshire/LinuxAssembler | 7832553b0fab63c2446432ca60a5f9435c2c920d | [
"Apache-2.0"
] | 1 | 2022-01-11T16:06:43.000Z | 2022-01-11T16:06:43.000Z | nasm/echoargs/main.asm | wbwiltshire/LinuxAssembler | 7832553b0fab63c2446432ca60a5f9435c2c920d | [
"Apache-2.0"
] | null | null | null | nasm/echoargs/main.asm | wbwiltshire/LinuxAssembler | 7832553b0fab63c2446432ca60a5f9435c2c920d | [
"Apache-2.0"
] | null | null | null | ; -----------------------------------------------------------------------------
; A 64-bit program that displays its command line arguments, one per line.
;
; On entry, rdi will contain argc and rsi will contain argv.
; -----------------------------------------------------------------------------
global main
... | 31.178571 | 79 | 0.400916 |
1050c17ea39cfe5ba18c2f28f0228ebf2d9af872 | 619 | asm | Assembly | programs/oeis/108/A108696.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/108/A108696.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/108/A108696.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A108696: Generated by a sieve: see comments.
; 1,2,3,5,7,11,13,19,23,31,35,43,49,59,61,79,83,103,109,119,133,151,155,175,193,211,215,241,259,275,283,323,331,361,373,403,419,443,455,499,511,541,571,613,623,649,673,719,733,781,803,841,871,919,931,991,1003,1055,1069,1123,1175,1201,1213,1279,1333,1393,1403,1429,1489,1549... | 34.388889 | 423 | 0.684976 |
63374e00c3b33684e056f2261e07117748a4ee01 | 562 | asm | Assembly | oeis/116/A116666.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/116/A116666.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/116/A116666.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A116666: Triangle, row sums = number of edges in n-dimensional hypercubes.
; Submitted by Jamie Morken(s4.)
; 1,1,3,1,6,5,1,9,15,7,1,12,30,28,9,1,15,50,70,45,11,1,18,75,140,135,66,13,1,21,105,245,315,231,91,15,1,24,140,392,630,616,364,120,17,1,27,180,588,1134,1386,1092,540,153,19,1,30,225,840,1890,2772,2730,1800,765,... | 40.142857 | 368 | 0.697509 |
32f9f8f15ee65e823149e17e7ed6ef54e084f41b | 5,020 | asm | Assembly | 3-Assemble(80x86)/lab-2/lab2.asm | ftxj/4th-Semester | 1d5c7e7e028176524bdafc64078775d42b73b51c | [
"MIT"
] | null | null | null | 3-Assemble(80x86)/lab-2/lab2.asm | ftxj/4th-Semester | 1d5c7e7e028176524bdafc64078775d42b73b51c | [
"MIT"
] | null | null | null | 3-Assemble(80x86)/lab-2/lab2.asm | ftxj/4th-Semester | 1d5c7e7e028176524bdafc64078775d42b73b51c | [
"MIT"
] | null | null | null | .386
STACK SEGMENT USE16 STACK
DB 300 DUP(0)
STACK ENDS
DATA SEGMENT USE16
N EQU 30
POIN DW 0
BUF DB 'zhangsan', 0, 0
DB 0, 0, 0, ?
DB 'lisi', 6 DUP(0)
DB 80, 100, 70, ?
DB 'B',0,0,0,0,0,0,0,0,0
DB 10, 20, 12, ?
DB N-4 DUP('TempValue',0, 80, 90, 95, ?)
DB 'xinjie', 0, ... | 14.940476 | 84 | 0.548805 |
a8faea6c28b69acfb750557542cb8e1e4ad8b232 | 5,516 | nasm | Assembly | asmlib/seh.nasm | fengjixuchui/napoca | ed26609ab9a3ea12d12882b311dcb332dc759d32 | [
"Apache-2.0"
] | 170 | 2020-07-30T15:04:59.000Z | 2022-03-24T10:59:29.000Z | asmlib/seh.nasm | a-cristi/napoca | ed6691125bf703366581e47a1fe789167009c24a | [
"Apache-2.0"
] | 3 | 2020-08-10T09:16:56.000Z | 2022-02-18T21:40:43.000Z | asmlib/seh.nasm | a-cristi/napoca | ed6691125bf703366581e47a1fe789167009c24a | [
"Apache-2.0"
] | 44 | 2020-07-30T15:06:55.000Z | 2022-02-25T08:55:55.000Z | ;
; Copyright (c) 2020 Bitdefender
; SPDX-License-Identifier: Apache-2.0
;
%include "struct.nasm"
startenum 0
enum UNW_FLAG.EHANDLER
enum UNW_FLAG.UHANDLER
enum UNW_FLAG.CHAININFO
stopenum
startenum 0
enum UWOP_PUSH_NONVOL
enum UWOP_ALLOC_LARGE
enum UWOP_ALLOC_SMALL
enum UWOP_SET_FPREG
... | 27.858586 | 147 | 0.645939 |
b8f536ddb24de654644e206d8ff6cfc23f955949 | 637 | asm | Assembly | libsrc/_DEVELOPMENT/z180/z180/asm_z180_indr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/z180/z180/asm_z180_indr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/z180/z180/asm_z180_indr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Nov 2014
; ===============================================================
;
; void *z180_indr(void *dst, uint8_t port, uint8_t num)
;
; Read sequence of bytes from port and store at address dst.
;
; ===================================================... | 20.548387 | 69 | 0.430141 |
44cd72d12929b47f5e45f99c87b28e71a614577c | 797 | asm | Assembly | oeis/255/A255182.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/255/A255182.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/255/A255182.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A255182: Third differences of eighth powers (A001016).
; Submitted by Jon Maiga
; 1,253,5796,46620,213444,697788,1832292,4131036,8329860,15426684,26721828,43858332,68862276,104183100,152733924,217931868,303738372,414699516,555986340,733435164,953587908,1223732412,1551942756,1947119580,2419030404,2978349948,3636700452... | 37.952381 | 497 | 0.790464 |
2c9a710e59ee15fc63f6f449498d456e35d151d2 | 1,696 | asm | Assembly | programs/oeis/045/A045945.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/045/A045945.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/045/A045945.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A045945: Hexagonal matchstick numbers: a(n) = 3*n*(3*n+1).
; 0,12,42,90,156,240,342,462,600,756,930,1122,1332,1560,1806,2070,2352,2652,2970,3306,3660,4032,4422,4830,5256,5700,6162,6642,7140,7656,8190,8742,9312,9900,10506,11130,11772,12432,13110,13806,14520,15252,16002,16770,17556,18360,19182,20022,20880,21756,22650,2... | 212 | 1,595 | 0.82783 |
c098a6b5c6acc38307ef18ab4f4dde4c01328799 | 1,276 | asm | Assembly | programs/oeis/321/A321358.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/321/A321358.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/321/A321358.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A321358: a(n) = (2*4^n + 7)/3.
; 3,5,13,45,173,685,2733,10925,43693,174765,699053,2796205,11184813,44739245,178956973,715827885,2863311533,11453246125,45812984493,183251937965,733007751853,2932031007405,11728124029613,46912496118445,187649984473773,750599937895085,3002399751580333,12009599006321325,48038396025285293,... | 127.6 | 1,185 | 0.914577 |
40dd336b3dd7c1ccd2845f1a940277b376f14814 | 6,993 | asm | Assembly | lib/am335x_sdk/ti/drv/spi/firmware/icss_espi/src/pru_x/eSPI_dual_mode.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | 2 | 2021-12-27T10:19:01.000Z | 2022-03-15T07:09:06.000Z | lib/am335x_sdk/ti/drv/spi/firmware/icss_espi/src/pru_x/eSPI_dual_mode.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | lib/am335x_sdk/ti/drv/spi/firmware/icss_espi/src/pru_x/eSPI_dual_mode.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | ;
; TEXAS INSTRUMENTS TEXT FILE LICENSE
;
; Copyright (c) 2018 Texas Instruments Incorporated
;
; All rights reserved not granted herein.
;
; Limited License.
;
; Texas Instruments Incorporated grants a world-wide, royalty-free, non-exclusive
; license under copyrights and patents it now or hereafter owns... | 31.931507 | 91 | 0.760332 |
f5bbb97ea2400ffcfc870d0a596e8f7baa6e96ce | 680 | asm | Assembly | programs/oeis/069/A069513.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/069/A069513.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/069/A069513.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A069513: Characteristic function of the prime powers p^k, k >= 1.
; 0,1,1,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,... | 68 | 501 | 0.530882 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.