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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
45b89c0b2606f8fdcdfe9d19166ffa5b61407100 | 148 | asm | Assembly | x64/dll/add.asm | januwA/nasm-scaffold | e3bcd6a33c4d5642838cac0de958b40e1fde685c | [
"MIT"
] | null | null | null | x64/dll/add.asm | januwA/nasm-scaffold | e3bcd6a33c4d5642838cac0de958b40e1fde685c | [
"MIT"
] | null | null | null | x64/dll/add.asm | januwA/nasm-scaffold | e3bcd6a33c4d5642838cac0de958b40e1fde685c | [
"MIT"
] | null | null | null | global dllmain
section .text
dllmain:
mov eax,1
ret
add:
push rbp
mov rbp,rsp
mov rax,rcx
add rax,rdx
mov rsp,rbp
pop rbp
ret | 8.222222 | 14 | 0.648649 |
d23671806052d30d1fb1dae968558ca80352e227 | 9,602 | asm | Assembly | programs/pong.asm | SimonFJ20/jdh-8 | 33fb336858f3253bca3a3e5e7ce2970c402fbbee | [
"MIT"
] | 911 | 2021-06-13T15:11:54.000Z | 2022-03-31T16:43:01.000Z | programs/pong.asm | SimonFJ20/jdh-8 | 33fb336858f3253bca3a3e5e7ce2970c402fbbee | [
"MIT"
] | 33 | 2021-06-13T16:40:47.000Z | 2022-01-31T15:33:17.000Z | programs/pong.asm | SimonFJ20/jdh-8 | 33fb336858f3253bca3a3e5e7ce2970c402fbbee | [
"MIT"
] | 88 | 2021-06-13T17:34:49.000Z | 2022-03-29T14:04:40.000Z | ; ========
; = PONG =
; ========
@include "os/arch.asm"
@include "os/oscall.asm"
@org ADDR_RAM
; sizes
@define PADDLE_HEIGHT 16
@define BALL_SIZE 1
; paddles
@define PLEFT 0
@define PRIGHT 1
; run out of characters after this
@define MAX_SCORE 9
; keyboard port
@define KBPRT 2
jmp [main]
; dirty flags
@defi... | 15.976705 | 65 | 0.59373 |
c14f51014e2e2e6ac84043245d2704e741564d97 | 51,931 | asm | Assembly | zombie.asm | tphan022/CS153assn2_p1 | 55210e54ba0d62a989fcfdbb897827eab955fa1e | [
"MIT-0"
] | null | null | null | zombie.asm | tphan022/CS153assn2_p1 | 55210e54ba0d62a989fcfdbb897827eab955fa1e | [
"MIT-0"
] | null | null | null | zombie.asm | tphan022/CS153assn2_p1 | 55210e54ba0d62a989fcfdbb897827eab955fa1e | [
"MIT-0"
] | null | null | null |
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 10 sub $0x10,%... | 33.986257 | 64 | 0.431226 |
4bafdb41f2879479a8e97ef10981fda31026def0 | 29,300 | asm | Assembly | kernel/fonts/glaux-mono.asm | ssebs/xos | 8c50cb7753690ad67696131a8b9935947e1a8075 | [
"MIT"
] | 15 | 2020-05-02T22:04:24.000Z | 2021-08-31T16:56:59.000Z | kernel/fonts/glaux-mono.asm | JamesLinus/xos | 3fba0cb15e84b5f7cd08e0a29ed5f86087192d2e | [
"MIT"
] | null | null | null | kernel/fonts/glaux-mono.asm | JamesLinus/xos | 3fba0cb15e84b5f7cd08e0a29ed5f86087192d2e | [
"MIT"
] | 1 | 2019-07-20T10:10:36.000Z | 2019-07-20T10:10:36.000Z | ; ==============================================================================
; file: "source/system/fonts/glaux-mono.asm"
; use: to be compiled into "system/fonts/glaux-mono.sys"
; ==============================================================================
unicode_0000:
times 528 db 0
;times 16 d... | 17.044793 | 81 | 0.613242 |
a06f453ab77d8b756747981364c8a0fbe481df66 | 988 | asm | Assembly | HW-1/ASMfiles/printB.asm | AlperMulayim/OperatingSystem | 8f3e697428dfebbc55046a842e8487aaa3dae200 | [
"MIT"
] | 3 | 2018-04-01T12:11:40.000Z | 2018-06-28T18:35:47.000Z | HW-1/ASMfiles/printB.asm | AlperMulayim/OperatingSystem | 8f3e697428dfebbc55046a842e8487aaa3dae200 | [
"MIT"
] | null | null | null | HW-1/ASMfiles/printB.asm | AlperMulayim/OperatingSystem | 8f3e697428dfebbc55046a842e8487aaa3dae200 | [
"MIT"
] | null | null | null | ; 8080 assembler code
.hexfile sum.hex
.binfile printB.com
; try "hex" for downloading in hex format
.download bin
.objcopy gobjcopy
.postbuild echo "OK!"
;.nodump
; OS call list
PRINT_B equ 1
PRINT_MEM equ 2
READ_B equ 3
READ_MEM equ 4
PRINT_STR equ... | 20.163265 | 74 | 0.623482 |
28bf807b7a46e0a4f47f317755da8abd86ed83d7 | 428 | asm | Assembly | oeis/090/A090613.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/090/A090613.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/090/A090613.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A090613: Numbers k such that the k-th prime is congruent to 3 mod 7.
; Submitted by Jamie Morken(s1)
; 2,7,11,17,21,26,37,46,49,53,57,61,64,71,73,80,92,98,103,106,114,118,121,137,138,145,148,160,166,168,175,186,188,190,196,204,206,210,215,218,232,236,243,248,255,258,263,265,273,281,289,292,296,316,321,334
seq $0,454... | 47.555556 | 205 | 0.705607 |
1464e0bc5b8d848bab2a955bf6b7d147fc803e01 | 532 | asm | Assembly | Basics and Integer Operations/Sum and Difference.asm | MrR0B0T777/MIPS_Programming | 5bbb84c8cf15b9e254f19b47a9e0b365ed7ca7d4 | [
"MIT"
] | null | null | null | Basics and Integer Operations/Sum and Difference.asm | MrR0B0T777/MIPS_Programming | 5bbb84c8cf15b9e254f19b47a9e0b365ed7ca7d4 | [
"MIT"
] | null | null | null | Basics and Integer Operations/Sum and Difference.asm | MrR0B0T777/MIPS_Programming | 5bbb84c8cf15b9e254f19b47a9e0b365ed7ca7d4 | [
"MIT"
] | null | null | null | .data
first: .asciiz "\nEnter the first integer please:"
second: .asciiz "\nEnter the second integer please:"
Sum: .asciiz "\nThe sum is ="
Difference: .asciiz "\nThe difference is ="
.text
main:
#first number
la $a0, first
li $v0, 4
syscall
li $v0, 5
syscall
move $t0, $v0
li $v0, 4
la $a0, second
syscall
li $v0,5 ... | 13.641026 | 52 | 0.657895 |
d796b916796eb06e474554d3a56e6a041a694fc9 | 346 | asm | Assembly | oeis/154/A154287.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/154/A154287.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/154/A154287.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A154287: (L)-sieve transform of {1,4,9,16,...,n^2,...}=A000290.
; Submitted by Jon Maiga
; 1,3,6,9,13,18,23,29,35,42,49,57,66,75,85,95,106,117,129,141,154,167,181,195,210,225,241,258,275,293,311,330,349,369,389,410,431,453,475,498,521,545,569
mov $1,$0
lpb $1
mov $1,$0
add $0,1
add $2,1
div $1,$2
sub $1,$2... | 23.066667 | 153 | 0.615607 |
c4402cc2301fd2f25a2d35f1b394ae5936e3c78e | 665 | asm | Assembly | programs/oeis/000/A000975.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/000/A000975.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000975.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A000975: a(2n) = 2*a(2n-1), a(2n+1) = 2*a(2n)+1 (also a(n) is the n-th number without consecutive equal binary digits).
; 0,1,2,5,10,21,42,85,170,341,682,1365,2730,5461,10922,21845,43690,87381,174762,349525,699050,1398101,2796202,5592405,11184810,22369621,44739242,89478485,178956970,357913941,715827882,1431655765,286... | 83.125 | 504 | 0.82406 |
ee503f9d19e49c7ce930ae979df5e8080f5b8ac9 | 18,395 | asm | Assembly | Object/Optimized/kernel/KeyBoard.asm | collinsmichael/spartan | e0f85504d45fea8337cc3f87c357e6ac4034d3ba | [
"MIT"
] | 16 | 2018-04-24T20:50:57.000Z | 2022-01-09T22:51:35.000Z | Object/Optimized/kernel/KeyBoard.asm | collinsmichael/spartan | e0f85504d45fea8337cc3f87c357e6ac4034d3ba | [
"MIT"
] | 1 | 2019-08-11T12:27:45.000Z | 2019-12-02T12:25:41.000Z | Object/Optimized/kernel/KeyBoard.asm | collinsmichael/spartan | e0f85504d45fea8337cc3f87c357e6ac4034d3ba | [
"MIT"
] | 4 | 2018-07-23T20:10:19.000Z | 2021-09-29T17:23:15.000Z | ; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.40629.0
TITLE C:\Users\cex123\Desktop\FYP\develop\spartan\Source\Kernel\Device\Drivers\KeyBoard.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB OLDNAMES
PUBLIC ??_C@_06MMPHGNOC@Qwerty?$AA@ ; `string'
PUBLIC ??_C@_06BKOE... | 22.59828 | 91 | 0.616146 |
cba88e559bcb674146ec0af6e5487ef60bda790e | 191 | asm | Assembly | putchar.asm | imneme/spectrum-minilib | e3b999f209f8cf1014aeb240accff8b7b15270d6 | [
"MIT"
] | 1 | 2020-09-22T09:18:19.000Z | 2020-09-22T09:18:19.000Z | putchar.asm | imneme/spectrum-minilib | e3b999f209f8cf1014aeb240accff8b7b15270d6 | [
"MIT"
] | null | null | null | putchar.asm | imneme/spectrum-minilib | e3b999f209f8cf1014aeb240accff8b7b15270d6 | [
"MIT"
] | null | null | null | INCLUDE "romdefs.inc"
SECTION code_clib
GLOBAL _putchar
GLOBAL putchar_a
_putchar:
ld a,l
putchar_a:
cp '\n'
jr nz, printit
ld a,13
printit:
rst $10
ret
| 11.9375 | 22 | 0.612565 |
2c60d6867c9dc43c8e0da493bdbedf0226b22e12 | 24,439 | asm | Assembly | sound/musicasm/Continue.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | 7 | 2019-12-05T00:35:57.000Z | 2022-02-27T20:00:33.000Z | sound/musicasm/Continue.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | sound/musicasm/Continue.asm | NatsumiFox/Sonic-3-93-Nov-03 | 032e4fc25f243636d458639c4a4311caca898f96 | [
"MIT"
] | null | null | null | Continue_Header:
sHeaderInit ; Z80 offset is $BA99
sHeaderPatch Continue_Patches
sHeaderCh $06, $03
sHeaderTempo $01, $43
sHeaderDAC Continue_DAC
sHeaderFM Continue_FM1, $18, $16
sHeaderFM Continue_FM2, $18, $14
sHeaderFM Continue_FM3, $0C, $12
sHeaderFM Continue_FM4, $0C, $12
sHeaderFM Continue_FM5, $0C... | 28.384437 | 59 | 0.552559 |
abfe2d1abb4602554f993f1994e98f812a496a5d | 143 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/window.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/window.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/window.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: window.asm
Type: file
Size: 7803
Last-Modified: '1992-04-28T12:18:21Z'
SHA-1: 5C60618CE23E0EE6656CE1143704D0489FCD39E5
Description: null
| 20.428571 | 47 | 0.811189 |
e278b7eea4a07fb0b0e0adcb5c4995c25762d5a9 | 576 | asm | Assembly | programs/oeis/337/A337624.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/337/A337624.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/337/A337624.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A337624: a(n) is the least positive integer in base n that when multiplied by 2n-1 will contain only the digits 0 and 1.
; 1,1,2,3,14,23,27,39,386,579,703,983,1143,1525,1754,2255,43026,56987,67107,86359,99623,125311,143312,176783,199299,241929,271106,324491,359860,425609,469835,549791,19868738,23734923,26663279,31534... | 22.153846 | 236 | 0.678819 |
e720e4f3a51a890e540cd3802011b355f44d5d55 | 709 | asm | Assembly | oeis/061/A061253.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/061/A061253.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/061/A061253.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A061253: Let G_n be the elementary Abelian group G_n = (C_3)^n; a(n) is the number of times the number 1 appears in the character table of G_n.
; 5,33,261,2241,19845,177633,1595781,14353281,129153285,1162300833,10460471301,94143533121,847289672325,7625600673633,68630386930821,617673424981761,5559060652648965,50031545... | 54.538462 | 477 | 0.846262 |
8dba40c7288ed20a485379f95b911d75083292de | 1,145 | asm | Assembly | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_17.asm | gxw1/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 640 | 2019-03-30T11:32:43.000Z | 2022-03-31T14:05:18.000Z | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_17.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 6 | 2019-07-22T01:57:24.000Z | 2022-01-20T15:03:16.000Z | books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/9_17.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z | WWIDTH =40
WTOP =10
WLEFT =15
WBOTTOM =20
WRIGHT =WLEFT+WWIDTH-1
CODE SEGMENT
ASSUME CS:CODE
START: MOV AL,0
MOV AH,5
INT 10H
MOV CH,WTOP
MOV CL,WLEFT
MOV DH,WBOTTOM
MOV DL,WRIGHT
MOV ... | 22.019231 | 29 | 0.369432 |
112c4b5236089b249d9d442fafc6485509def88b | 368 | asm | Assembly | programs/oeis/046/A046819.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/046/A046819.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/046/A046819.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A046819: Number of 1's in binary expansion of 3n+2.
; 1,2,1,3,3,2,2,4,3,4,1,3,3,3,3,5,3,4,3,5,5,2,2,4,3,4,2,4,4,4,4,6,3,4,3,5,5,4,4,6,5,6,1,3,3,3,3,5,3,4,3,5,5,3,3,5,4,5,3,5,5,5,5,7,3,4,3,5,5,4,4,6,5,6,3,5,5,5,5,7,5,6,5,7,7,2,2,4,3,4,2,4,4
add $0,1
mov $2,$0
lpb $2
mul $2,12
mov $1,$2
sub $2,3
lpb $1
div... | 21.647059 | 187 | 0.521739 |
bc500c99a4f21c333485d58eb8d9d85deea88678 | 746 | asm | Assembly | code/YeWenting/T23.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | 1 | 2021-08-20T03:57:29.000Z | 2021-08-20T03:57:29.000Z | code/YeWenting/T23.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | code/YeWenting/T23.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | ;; Created by Ywt.
;; Date: 11/22/2016
TITLE T23_YWT
DATA SEGMENT
M DW 1, -1, 2, 3, 6 DUP (0), ?, ?
N EQU 10
ENDS
CODE SEGMENT
ASSUME CS:CODE, DS:DATA
START: MOV AX, DATA
MOV DS, AX
;; BX->INDEX CX->MAX_ABS
;; DI->MAX_INDEX
;; DX->MAX_NUM
... | 16.954545 | 41 | 0.442359 |
fa4697168f17b6092aa871b67015f4c9d806b3cb | 430 | asm | Assembly | Lab6/Read a character and display it 50 times on the next line. Hints use LOOP instructions and put cx = 50.asm | Deboraj-roy/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-C- | 7ad0268edada61a648499557948d174ae1faea8b | [
"MIT"
] | null | null | null | Lab6/Read a character and display it 50 times on the next line. Hints use LOOP instructions and put cx = 50.asm | Deboraj-roy/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-C- | 7ad0268edada61a648499557948d174ae1faea8b | [
"MIT"
] | 1 | 2022-03-16T14:31:47.000Z | 2022-03-16T14:31:47.000Z | Lab6/Read a character and display it 50 times on the next line. Hints use LOOP instructions and put cx = 50.asm | Deboraj-roy/COMPUTER-ORGANIZATION-AND-ARCHITECTURE-C- | 7ad0268edada61a648499557948d174ae1faea8b | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.CODE
MAIN PROC
MOV AH,1
INT 21H
MOV BL,AL
MOV AH,2
MOV DL,0DH
INT 21H
MOV DL,0AH
INT 21H
MOV CX,50
MOV AH,2
MOV DL,BL
JCXZ SKIP
TOP:
INT 21H
LOOP ... | 10.75 | 21 | 0.390698 |
d8bfec1314393153b851ccac5346850a24a32bad | 393 | asm | Assembly | oeis/195/A195256.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/195/A195256.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/195/A195256.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A195256: O.g.f.: Sum_{n>=0} 4*(n+4)^(n-1)*x^n/(1+n*x)^n.
; Submitted by Jamie Morken(s2)
; 1,4,20,104,568,3296,20576,139840,1044416,8617472,78605824,790252544,8709555200,104581771264,1359831461888,19038714208256,285585008091136,4569377309327360,77679482978041856,1398230968482660352,26566389500682174464
mov $2,1
lpb ... | 28.071429 | 214 | 0.725191 |
935f56bc9b8f937279a37e6f78617339b4e4c343 | 5,971 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2318.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_2318.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_2318.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 %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x14ff3, %r11
clflush (%r11)
nop
nop
nop
nop
nop
xor %rsi, %rsi
vmovups (%r11), %ymm4
vextracti128 $0, %ymm4, %xmm4
vpextrq $1, %xmm4, %r12
nop
nop
nop
cmp $33548, %rbx
le... | 40.344595 | 2,999 | 0.661196 |
3df53c93bcc2c0bc283a6111c8bb76a037229ee5 | 1,989 | asm | Assembly | programs/oeis/051/A051959.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/051/A051959.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/051/A051959.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A051959: Expansion of (1+6x)/( (1-2x-x^2)(1-x)^2).
; 1,10,36,104,273,686,1688,4112,9969,24114,58268,140728,339809,820438,1980784,4782112,11545121,27872474,67290196,162453000,392196337,946845822,2285888136,5518622256,13323132817,32164888066,77652909132,187470706520,452594322369,1092659351462,2637913025504,636848540268... | 165.75 | 1,827 | 0.917044 |
5f4c0551caee24185b3ea251ffd8369ea93ca13c | 39,264 | asm | Assembly | Gsanity.asm | Ghazal-S/Project2 | daccdc4a2df7464412109758741aa497a7d23b7e | [
"MIT-0"
] | null | null | null | Gsanity.asm | Ghazal-S/Project2 | daccdc4a2df7464412109758741aa497a7d23b7e | [
"MIT-0"
] | null | null | null | Gsanity.asm | Ghazal-S/Project2 | daccdc4a2df7464412109758741aa497a7d23b7e | [
"MIT-0"
] | null | null | null |
_Gsanity: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b: 89 e5 ... | 35.565217 | 72 | 0.414196 |
e66fc32cabb251382d82d3c16d166e494bf0c440 | 6,535 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_481.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_481.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_481.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1183b, %rbp
nop
nop
nop
sub $49093, %r14
movl $0x61626364, (%rbp)
nop
cmp $8206, %rsi
lea addresses_UC_ht+0x1d03b, %rbp
nop
nop
sub %r14, %r14
movl $0x61626364, (%rbp)
nop
no... | 35.906593 | 2,999 | 0.660291 |
9a8ccb44dec08b1df71534a7a5b7c7f1faab5b07 | 3,398 | asm | Assembly | RTCSys/asm/main.asm | Threetwosevensixseven/CSpectPlugins | fde1601aa153276cab3855cca9014bde9bca552f | [
"Apache-2.0"
] | 4 | 2020-01-13T12:54:11.000Z | 2020-10-10T14:04:13.000Z | RTCSys/asm/main.asm | Threetwosevensixseven/CSpectPlugins | fde1601aa153276cab3855cca9014bde9bca552f | [
"Apache-2.0"
] | null | null | null | RTCSys/asm/main.asm | Threetwosevensixseven/CSpectPlugins | fde1601aa153276cab3855cca9014bde9bca552f | [
"Apache-2.0"
] | 1 | 2020-04-19T18:45:36.000Z | 2020-04-19T18:45:36.000Z | ; main.asm
; Copyright 2019-2020 Robin Verhagen-Guest
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable la... | 46.547945 | 135 | 0.473514 |
563c787b6f5a3e6582c33504006fc57dcd12c9ac | 3,362 | asm | Assembly | data/actors/seagull-3.asm | sinusoid-studios/rhythm-land | 6471f1d7b7d885bbb898888645ac291d45125134 | [
"MIT"
] | 11 | 2021-08-10T20:31:11.000Z | 2021-12-28T11:57:03.000Z | data/actors/seagull-3.asm | sinusoid-studios/rhythm-land | 6471f1d7b7d885bbb898888645ac291d45125134 | [
"MIT"
] | null | null | null | data/actors/seagull-3.asm | sinusoid-studios/rhythm-land | 6471f1d7b7d885bbb898888645ac291d45125134 | [
"MIT"
] | 1 | 2021-10-02T17:49:10.000Z | 2021-10-02T17:49:10.000Z | INCLUDE "constants/hardware.inc"
INCLUDE "constants/games/seagull-serenade.inc"
INCLUDE "constants/actors.inc"
INCLUDE "macros/actors.inc"
SECTION "Seagull Serenade Seagull 3 Actor Animation Data", ROMX
xActorSeagull3Animation::
animation Seagull3
set_tiles resting, 6
.bobLoop
cel resting4, 5
cel res... | 21.551282 | 65 | 0.640393 |
2674c2aeb1d7ab6df981856455bb0cf82d8294fb | 444 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sccz80/esxdos_disk_read_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sccz80/esxdos_disk_read_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zx/esxdos/c/sccz80/esxdos_disk_read_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; int esxdos_disk_read(uchar device, ulong position, void *dst)
SECTION code_clib
SECTION code_esxdos
PUBLIC esxdos_disk_read_callee
EXTERN asm_esxdos_disk_read
esxdos_disk_read_callee:
pop hl
pop ix
pop de
pop bc
ex (sp),hl
ld a,l
push ix
pop hl
jp asm_esxdos_disk_read
; SDCC bri... | 14.322581 | 63 | 0.77027 |
095f7dabdc5ce7801a3f428e3e076e3d047006ae | 334 | asm | Assembly | programs/oeis/272/A272470.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/272/A272470.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/272/A272470.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A272470: 7 times the primes.
; 14,21,35,49,77,91,119,133,161,203,217,259,287,301,329,371,413,427,469,497,511,553,581,623,679,707,721,749,763,791,889,917,959,973,1043,1057,1099,1141,1169,1211,1253,1267,1337,1351,1379,1393,1477,1561,1589,1603,1631,1673,1687,1757,1799,1841,1883,1897
cal $0,40 ; The prime numbers.
mul $... | 47.714286 | 251 | 0.733533 |
d41122bc155124392fd6db69bace0e08c4628eeb | 7,337 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_41.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_21829_41.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_21829_41.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1b07f, %r13
nop
nop
nop
nop
xor $38886, %r8
movb (%r13), %r11b
nop
nop
nop
nop
nop
cmp %rdx, %rdx
lea addresses_WT_ht+0x14eb4, %r10
clflush (%r10)
nop
nop
and %rdx, %... | 33.35 | 2,999 | 0.658307 |
eb598a51aad60ccae323531880bb59b4a635739c | 28 | asm | Assembly | tools/yasm/tests/nasm/reloc2.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/reloc2.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/reloc2.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | SECTION .text
.text db 5
| 4.666667 | 13 | 0.642857 |
2e60eb506556d5f60b729f1cd8058e2ea3e08b9d | 2,112 | asm | Assembly | programs/oeis/200/A200748.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/200/A200748.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/200/A200748.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A200748: Smallest number requiring n terms to be expressed as a sum of factorials.
; 0,1,3,5,11,17,23,47,71,95,119,239,359,479,599,719,1439,2159,2879,3599,4319,5039,10079,15119,20159,25199,30239,35279,40319,80639,120959,161279,201599,241919,282239,322559,362879,725759,1088639,1451519,1814399,2177279,2540159,2903039,3... | 66 | 1,680 | 0.818655 |
bcf3d432ccfd0234e18f4bb92a2a670d52b589be | 4,525 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_337.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_337.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_337.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 %rbp
push %rdi
lea addresses_D_ht+0x13ca8, %r9
clflush (%r9)
dec %r14
mov (%r9), %r11
nop
nop
and $12075, %rdi
lea addresses_WT_ht+0x528, %rbp
nop
nop
cmp %r11, %r11
movups (%rbp), %xmm6
vpextrq $0, %xmm6, %rdi
nop
nop
nop
nop
nop
add %r14, ... | 52.011494 | 2,999 | 0.658564 |
6e6cbb8e5dff37930792c8694d3e9656f86d1efd | 1,237 | asm | Assembly | waterbackground/_includes/subroutines/gradientFade.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 5 | 2021-05-15T21:47:38.000Z | 2022-03-27T19:33:15.000Z | wireframe/_includes/subroutines/gradientFade.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 1 | 2021-06-09T10:17:41.000Z | 2021-06-09T15:07:37.000Z | wireframe/_includes/subroutines/gradientFade.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | null | null | null | gradientFade:
movem.l d0-a6,-(sp)
WaitVBlank
move.w #$2700,sr ; Interrupts off
; set gradient to initial position:
move.w #($FFFF-192),(ram_plane_a_scroll_x).l
SetVRAMWrite vram_addr_hscroll
move.w #($FFFF-192),vdp_data
; replace Plane A map (logos) w... | 42.655172 | 105 | 0.587712 |
c99a150d49dafeac361be94e9401f63e8fffd1be | 508 | asm | Assembly | src/test/ref/preprocessor-8.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/preprocessor-8.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/preprocessor-8.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test the preprocessor
// Macro generating inline kickasm
// Commodore 64 PRG executable file
.file [name="preprocessor-8.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segme... | 21.166667 | 65 | 0.645669 |
3987090774f7d8068f1222db3df029a2c92c9cce | 2,225 | asm | Assembly | audio/music/pokemonchannel.asm | AtmaBuster/pokecrystal16-493-plus | 0c8cd4d187c246fe1debc07f89e278fd702595d7 | [
"blessing"
] | 1 | 2021-01-19T04:15:45.000Z | 2021-01-19T04:15:45.000Z | audio/music/pokemonchannel.asm | AtmaBuster/pokecrystal16-493-plus | 0c8cd4d187c246fe1debc07f89e278fd702595d7 | [
"blessing"
] | null | null | null | audio/music/pokemonchannel.asm | AtmaBuster/pokecrystal16-493-plus | 0c8cd4d187c246fe1debc07f89e278fd702595d7 | [
"blessing"
] | 1 | 2021-01-16T00:12:08.000Z | 2021-01-16T00:12:08.000Z | Music_PokemonChannel:
channel_count 4
channel 1, Music_PokemonChannel_Ch1
channel 2, Music_PokemonChannel_Ch2
channel 3, Music_PokemonChannel_Ch3
channel 4, Music_PokemonChannel_Ch4
Music_PokemonChannel_Ch1::
tempo 155
volume 7, 7
stereo_panning TRUE, FALSE
duty_cycle 1
note_type 12, 5, 6
.loop
octave 4
... | 14.082278 | 42 | 0.693034 |
313bd09211591bbfbb458c97e5e4da47e28ec465 | 967 | asm | Assembly | oeis/260/A260483.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/260/A260483.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/260/A260483.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A260483: Beatty sequence for e^(1/Pi) = A179706.
; Submitted by Christian Krause
; 1,2,4,5,6,8,9,10,12,13,15,16,17,19,20,21,23,24,26,27,28,30,31,32,34,35,37,38,39,41,42,43,45,46,48,49,50,52,53,54,56,57,59,60,61,63,64,65,67,68,70,71,72,74,75,76,78,79,81,82,83,85,86,87,89,90,92,93,94,96,97,98,100,101,103,104,105,107,10... | 19.34 | 322 | 0.525336 |
bcc24fbdef995841a22affe87219ec10498488db | 357 | asm | Assembly | oeis/093/A093140.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/093/A093140.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/093/A093140.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A093140: Expansion of (1-6*x)/((1-x)*(1-10*x)).
; Submitted by Jamie Morken(m1)
; 1,5,45,445,4445,44445,444445,4444445,44444445,444444445,4444444445,44444444445,444444444445,4444444444445,44444444444445,444444444444445,4444444444444445,44444444444444445,444444444444444445
seq $0,42 ; Unary representation of natural ... | 39.666667 | 192 | 0.784314 |
e0957382aed20ac573b3d653adaebaaf3e3fb0eb | 699 | asm | Assembly | oeis/276/A276602.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/276/A276602.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/276/A276602.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A276602: Values of k such that k^2 + 10 is a triangular number (A000217).
; Submitted by Jamie Morken(s1.)
; 0,9,54,315,1836,10701,62370,363519,2118744,12348945,71974926,419500611,2445028740,14250671829,83059002234,484103341575,2821561047216,16445262941721,95850016603110,558654836676939,3256079003458524,1897781918407... | 46.6 | 488 | 0.826896 |
b9faed94e8b74928a4804cff45162edc905fc1dd | 1,514 | asm | Assembly | Snippeturi/modele/2/2/goldbach.asm | DanBrezeanu/IOCLA | 1a22cc2949afc72818289f47288e32004f633fd1 | [
"MIT"
] | 2 | 2019-11-18T15:56:21.000Z | 2020-01-18T01:22:37.000Z | Snippeturi/modele/2/2/goldbach.asm | zatbogdan99/IOCLA | 3d499ad18624f571e6c49ff891649a05ac9908e4 | [
"MIT"
] | null | null | null | Snippeturi/modele/2/2/goldbach.asm | zatbogdan99/IOCLA | 3d499ad18624f571e6c49ff891649a05ac9908e4 | [
"MIT"
] | null | null | null | %include "io.inc"
extern fgets
extern stdin
extern printf
section .data
n dd 7
format_str db "Number: %d", 13, 10, 0
prime_format db "isPrime: %d", 13, 10, 0
section .bss
number resb 9
section .text
global main
;TODO b: Implement stringToNumber
stringToNumber:
push ebp
mov ... | 13.63964 | 59 | 0.575297 |
9fb5e06f63aa00a5204a31aceb96757e26a0346f | 5,890 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2026.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2026.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2026.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x2d51, %rsi
lea addresses_UC_ht+0x1ca81, %rdi
nop
nop
nop
nop
add $41195, %rbx
mov $67, %rcx
rep movsw
nop
nop
nop
and %rdx, %rdx
lea addresses_A_ht+0x8f01, %r9
nop
cmp $20166, %rdi
mov... | 39.266667 | 2,999 | 0.655857 |
fdb34f4441e4a813ab2d8fb0201905c478d3c7e5 | 23 | asm | Assembly | Assembly Microbenchmarks/mulTest.asm | idn0971/HLS_Benchmarking | 1dccf2c83d8e7bb4f2a50bc2b7e464bb7c270f65 | [
"MIT"
] | null | null | null | Assembly Microbenchmarks/mulTest.asm | idn0971/HLS_Benchmarking | 1dccf2c83d8e7bb4f2a50bc2b7e464bb7c270f65 | [
"MIT"
] | null | null | null | Assembly Microbenchmarks/mulTest.asm | idn0971/HLS_Benchmarking | 1dccf2c83d8e7bb4f2a50bc2b7e464bb7c270f65 | [
"MIT"
] | null | null | null | li t0, 3
mul s6, t0 ,t0 | 11.5 | 14 | 0.608696 |
63195b6ce3ab138f68231761df11500818940689 | 1,888 | asm | Assembly | programs/oeis/157/A157517.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/157/A157517.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/157/A157517.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A157517: a(n) = 7 + 12*n - 6*n^2.
; 7,13,7,-11,-41,-83,-137,-203,-281,-371,-473,-587,-713,-851,-1001,-1163,-1337,-1523,-1721,-1931,-2153,-2387,-2633,-2891,-3161,-3443,-3737,-4043,-4361,-4691,-5033,-5387,-5753,-6131,-6521,-6923,-7337,-7763,-8201,-8651,-9113,-9587,-10073,-10571,-11081,-11603,-12137,-12683,-13241,-13811... | 209.777778 | 1,803 | 0.712924 |
837a3249987d21508baac1c2f398a10b3e72d75b | 6,107 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_1715.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_1715.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_1715.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x16761, %r11
nop
nop
cmp $31714, %r13
mov $0x6162636465666768, %r10
movq %r10, (%r11)
nop
nop
nop
nop
nop
sub %rdx, %rdx
lea addresses_UC_ht+0x1d649, %rsi
lea addresses_UC_ht+0x1a7e1, %... | 38.408805 | 2,999 | 0.656951 |
235d9ec59e6a9372d55041938b204dc6d17fca76 | 3,970 | asm | Assembly | engine/battle/moveEffects/reflect_light_screen_effect.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | engine/battle/moveEffects/reflect_light_screen_effect.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | engine/battle/moveEffects/reflect_light_screen_effect.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | ReflectLightScreenEffect_:
ld hl, wPlayerBattleStatus3
ld de, wPlayerMoveEffect
ld a, [H_WHOSETURN]
and a
jr z, .reflectLightScreenEffect
ld hl, wEnemyBattleStatus3
ld de, wEnemyMoveEffect
.reflectLightScreenEffect
ld a, [de]
cp SPIKES_EFFECT
jr nz, .light
set SpikesStatusUp, [hl]
ld a,[H_WHOSETURN]
and a
... | 17.644444 | 120 | 0.699496 |
b4fab9d4cc2445e42f29d4ae14779ffa325491c5 | 2,283 | asm | Assembly | samples/sprites/initializer/boo_ring_gen.asm | boldowa/GIEPY | 5aa326b264ef19f71d2e0ab5513b08fac7bca941 | [
"MIT"
] | 8 | 2018-03-15T22:01:35.000Z | 2019-07-13T18:04:41.000Z | samples/sprites/initializer/boo_ring_gen.asm | telinc1/GIEPY | 9c87ad1070e519637fc4b11b6bef01f998961678 | [
"MIT"
] | 21 | 2018-02-18T06:25:40.000Z | 2018-07-13T17:54:40.000Z | samples/sprites/initializer/boo_ring_gen.asm | telinc1/GIEPY | 9c87ad1070e519637fc4b11b6bef01f998961678 | [
"MIT"
] | 2 | 2018-07-25T21:04:23.000Z | 2022-01-01T08:40:13.000Z | ;-------------------------------------------------
; Cluster sprite initialize code
; (boo ring generator)
;
; [Initializer's Scratch Memory Usage]
; $00 ... Screen boundary X(Y) + offset
; $01 ... Screen boundary X(Y) + offset
; $02 ... 's' bit (#$10 or #$00)
; $03 ... Sprite da... | 21.138889 | 58 | 0.51336 |
4c46a4fd73fc5b7d44d5edf0a1a418686e27a7c6 | 25,235 | asm | Assembly | Library/Kernel/Thread/threadSem.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Kernel/Thread/threadSem.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Kernel/Thread/threadSem.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Thread
FILE: threadSem.asm
ROUTINES:
Name Description
---- -----------
GLB ThreadBlockOnQueue Block on a queue (application entry
... | 20.976725 | 81 | 0.598019 |
8ceaee384e053b078cca052fd5df551f1a0185e3 | 453 | asm | Assembly | src/radar_event_hacks.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/radar_event_hacks.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/radar_event_hacks.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | %include "macros/patch.inc"
%include "macros/datatypes.inc"
%include "TiberianSun.inc"
;;; Don't create a radar event for a new unit or building being placed
@CLEAR 0x004BED18, 0x90, 0x004BED1E
@LJZ 0x004BD438, _HouseClass__Attacked_spectator_events
cextern IsSpectatorArray
section .text
_HouseClass__Attacked_specta... | 25.166667 | 70 | 0.748344 |
c3b0f508dd99c7ce2491b28782cc9d345ed3bb16 | 677 | asm | Assembly | oeis/229/A229283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/229/A229283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/229/A229283.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A229283: Number of ascending runs in {1,...,9}^n.
; Submitted by Jon Maiga
; 0,9,126,1539,17496,190269,2007666,20726199,210450636,2109289329,20920706406,205720279659,2008387814976,19487638017189,188098071296346,1807266603941919,17294855095950516,164918796807813849,1567655079768657486,14859368894402912979,140488578637... | 42.3125 | 491 | 0.833087 |
adf9bf336a0caecd55b7ab30efedd9863ced30a0 | 503 | asm | Assembly | oeis/166/A166621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/166/A166621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/166/A166621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A166621: a(n) = 10*n - a(n-1), with n>1, a(1)=5.
; Submitted by Christian Krause
; 5,15,15,25,25,35,35,45,45,55,55,65,65,75,75,85,85,95,95,105,105,115,115,125,125,135,135,145,145,155,155,165,165,175,175,185,185,195,195,205,205,215,215,225,225,235,235,245,245,255,255,265,265,275,275,285,285,295,295,305,305,315,315,325... | 55.888889 | 381 | 0.697813 |
77f4232fdd1416cca76de48a1775155e1ea56614 | 707 | asm | Assembly | oeis/041/A041030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041030.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041030: Numerators of continued fraction convergents to sqrt(20).
; Submitted by Jon Maiga
; 4,9,76,161,1364,2889,24476,51841,439204,930249,7881196,16692641,141422324,299537289,2537720636,5374978561,45537549124,96450076809,817138163596,1730726404001,14662949395604,31056625195209,263115950957276,557288527109761,47214... | 41.588235 | 491 | 0.826025 |
588b9b3f6b409230783fa3c8c31e4533c73f6e8a | 363 | asm | Assembly | programs/oeis/051/A051405.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/051/A051405.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/051/A051405.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A051405: a(n) = (3^n+1)*(3^(n+1)+1)/4.
; 2,10,70,574,5002,44530,399310,3589414,32291602,290585050,2615147350,23535971854,211822683802,1906400965570,17157599124190,154418363419894,1389765184685602,12507886403890090
mov $2,3
pow $2,$0
mul $2,3
pow $0,0
mul $0,7
mov $1,1
lpb $0,1
sub $0,1
add $1,1
lpe
add $1,$2
sub... | 18.15 | 174 | 0.69146 |
ddb2ed98fe92722a1c5f8ce964e0106fbb80a621 | 624 | asm | Assembly | oeis/155/A155557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/155/A155557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/155/A155557.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A155557: A proximate-prime polynomial sequence generated by 2*n^2 - 2*n + 53089.
; 53089,53093,53101,53113,53129,53149,53173,53201,53233,53269,53309,53353,53401,53453,53509,53569,53633,53701,53773,53849,53929,54013,54101,54193,54289,54389,54493,54601,54713,54829,54949,55073,55201,55333,55469,55609,55753,55901,56053,5... | 78 | 499 | 0.801282 |
92e4629fc6a41defba440c40335321d9e679e141 | 1,207 | asm | Assembly | programs/oeis/008/A008594.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/008/A008594.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/008/A008594.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A008594: Multiples of 12.
; 0,12,24,36,48,60,72,84,96,108,120,132,144,156,168,180,192,204,216,228,240,252,264,276,288,300,312,324,336,348,360,372,384,396,408,420,432,444,456,468,480,492,504,516,528,540,552,564,576,588,600,612,624,636,648,660,672,684,696,708,720,732,744,756,768,780,792,804,816,828,840,852,864,876,888,... | 201.166667 | 1,157 | 0.776305 |
e12af978c5d379d3ba7c2fb78226d05ff9997c58 | 456 | asm | Assembly | oeis/133/A133091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/133/A133091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/133/A133091.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A133091: A133080 * A002260.
; Submitted by Jon Maiga
; 1,2,2,1,2,3,2,4,6,4,1,2,3,4,5,2,4,6,8,10,6,1,2,3,4,5,6,7,2,4,6,8,10,12,14,8,1,2,3,4,5,6,7,8,9,2,4,6,8,10,12,14,16,18,10,1,2,3,4,5,6,7,8,9,10,11,2,4,6,8,10,12,14,16,18,20,22,12,1,2,3,4,5,6,7,8,9,10,11,12,13,2,4,6,8,10,12,14,16,18
add $0,1
mov $2,$0
lpb $0
add $... | 21.714286 | 230 | 0.539474 |
6d1485b4eae47836a525c52eaa77470a744638cd | 11,686 | asm | Assembly | src/intel/tools/tests/gen8/mov.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen8/mov.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen8/mov.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | mov(8) g123<1>UD g1<8,8,1>UD { align1 WE_all 1Q };
mov(8) g124<1>F 0x40c00000F /* 6F */ { align1 1Q };
mov(8) g14<1>UD 0x00000000UD { align1 1Q };
mov(8) g17<1>F g12<8,8,1>F { align1 1Q ... | 80.041096 | 85 | 0.342547 |
991c0a864bccb96a6c6267b16043afc6297845a1 | 300 | asm | Assembly | programs/oeis/131/A131506.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/131/A131506.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/131/A131506.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A131506: 2n+1 appears 2n-1 times.
; 3,5,5,5,7,7,7,7,7,9,9,9,9,9,9,9,11,11,11,11,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,13,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,19,19,19,19,19,19,19,19,19,19,19
add $0,1
lpb $0
add $1,2
sub $0,$1
lpe
add $1,3
| 30 | 210 | 0.62 |
6b71be57f26e8c1f0c3028c6c8b1b8067ef65717 | 452 | asm | Assembly | libsrc/fcntl/spectrum/plus3/fdtell.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/fcntl/spectrum/plus3/fdtell.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/fcntl/spectrum/plus3/fdtell.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ;
; long fdtell(int fd)
;
; Return position in file
;
; Not written as yet!
;
; $Id: fdtell.asm,v 1.8 2017-01-02 21:02:22 aralbrec Exp $
SECTION code_clib
PUBLIC fdtell
PUBLIC _fdtell
INCLUDE "p3dos.def"
EXTERN dodos
.fdtell
._fdtell
pop hl ;ret address
pop bc ;lower 8 is file handle
push ... | 12.914286 | 58 | 0.65708 |
cb6d86dff79e6d83f0953c319bf5d30f7e1c9089 | 865 | asm | Assembly | programs/oeis/177/A177082.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/177/A177082.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/177/A177082.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A177082: a(n) = 2*n*A071148(n).
; 6,32,90,208,390,672,1050,1568,2286,3160,4290,5664,7254,9128,11370,14016,16966,20376,24206,28400,33138,38368,44206,50784,57950,65624,73926,82768,92278,103080,114638,127104,140250,154632,169750,185904,203130,221312,240630,261120,282490,305424,329294,354288,380250,408112,437946,469056,5... | 96.111111 | 688 | 0.808092 |
dc9affcfac69c10d3a456d7dad868f1306448245 | 644 | asm | Assembly | oeis/129/A129009.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/129/A129009.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/129/A129009.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A129009: (n^3+n^2)*9^n.
; Submitted by Jamie Morken(s3)
; 18,972,26244,524880,8857350,133923132,1874923848,24794911296,313810596090,3835462841100,45565298552268,528708092292432,6014054549826414,67257769817585340,741208075540736400,8064343861883212032,86754699201665491938,923982574888326588876,9753149401599002882580,1... | 42.933333 | 488 | 0.849379 |
caa5a6be814b25154211adae443b11c894ad7bb3 | 6,601 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_163.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_163.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_163.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x7717, %r11
nop
nop
nop
nop
add $5253, %rax
movb $0x61, (%r11)
nop
nop
inc %r8
lea addresses_WT_ht+0x4c37, %r12
nop
nop
nop
nop
nop
cmp $65473, %r11
mov (%r12), %ecx
nop
and %r1... | 37.293785 | 2,999 | 0.656416 |
e7898668ee629785ba1039a31722bccf62b05aaf | 1,133 | asm | Assembly | programs/oeis/059/A059545.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/059/A059545.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/059/A059545.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A059545: Beatty sequence for log(10).
; 2,4,6,9,11,13,16,18,20,23,25,27,29,32,34,36,39,41,43,46,48,50,52,55,57,59,62,64,66,69,71,73,75,78,80,82,85,87,89,92,94,96,99,101,103,105,108,110,112,115,117,119,122,124,126,128,131,133,135,138,140,142,145,147,149,151,154,156,158,161,163,165,168,170,172,174,177,179,181,184,186,1... | 62.944444 | 954 | 0.70962 |
addf672c56b797a08b41f8882d975b1e8fe2dc05 | 366 | asm | Assembly | oeis/347/A347838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/347/A347838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/347/A347838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A347838: Positive numbers that are congruent to 2, 5, or 11 modulo 12.
; Submitted by Christian Krause
; 2,5,11,14,17,23,26,29,35,38,41,47,50,53,59,62,65,71,74,77,83,86,89,95,98,101,107,110,113,119,122,125,131,134,137,143,146,149,155,158,161,167,170,173,179,182,185,191,194,197,203,206,209,215,218,221,227,230,233,239
... | 36.6 | 214 | 0.704918 |
98bb9a6b7a669d50123c5fb0a7bb496df55bc197 | 1,704 | asm | Assembly | solutions/22-fibonacci visitor/precomputed series - speed optimized.asm | Ernesto-Alvarez/HRM-Puzzles | 2ec938341dbf67cd186a1d7f1e794a3acd63155f | [
"Unlicense"
] | null | null | null | solutions/22-fibonacci visitor/precomputed series - speed optimized.asm | Ernesto-Alvarez/HRM-Puzzles | 2ec938341dbf67cd186a1d7f1e794a3acd63155f | [
"Unlicense"
] | null | null | null | solutions/22-fibonacci visitor/precomputed series - speed optimized.asm | Ernesto-Alvarez/HRM-Puzzles | 2ec938341dbf67cd186a1d7f1e794a3acd63155f | [
"Unlicense"
] | null | null | null | -- HUMAN RESOURCE MACHINE PROGRAM --
COMMENT 0
BUMPUP 9
COPYTO 0
COPYTO 1
ADD 0
COPYTO 2
ADD 1
COPYTO 3
ADD 2
COPYTO 4
ADD 3
COPYTO 5
ADD 4
COPYTO 6
ADD 5
COPYTO 7
ADD 6
COPYTO 8
COMMENT ... | 18.725275 | 80 | 0.655516 |
55962834349c9b13fe29300afc5d13d41e731027 | 523 | asm | Assembly | oeis/298/A298752.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/298/A298752.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/298/A298752.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A298752: Decimal expansion of (1/2)(1 + sqrt(-7 + 4*sqrt(5))).
; Submitted by Christian Krause
; 1,1,9,7,1,8,5,7,5,5,3,7,6,4,2,0,2,4,9,1,9,7,0,6,0,4,4,8,2,0,5,5,8,5,5,7,4,8,5,0,5,5,7,0,7,1,9,9,0,3,9,7,8,7,2,9,5,2,2,2,5,0,5,7,7,3,9,7,4,1,8,0,3,4,0,4,5,0,0,1,0,3,1,9,4,5,2,8,3,2,5,4,3,2,0,5,9,0,2,3
mov $1,1
mov $3,$0
m... | 19.37037 | 201 | 0.523901 |
f0e70528f9b171be349922f43bd1221059b41a72 | 704 | asm | Assembly | oeis/130/A130563.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/130/A130563.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/130/A130563.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A130563: Fourth column (m=3) of the Laguerre-Sonin a=1/2 coefficient triangle.
; Submitted by Jon Maiga
; 1,36,990,25740,675675,18378360,523783260,15713497800,496939367925,16564645597500,581419060472250,21459648959248500,831561397170879375,33774185977401870000,1435402904039579475000,63731888939357328690000,2951583106... | 70.4 | 499 | 0.87642 |
b0d0ee06e895f000967853c1a718470a32015637 | 1,711 | asm | Assembly | programs/oeis/195/A195321.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/195/A195321.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195321.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A195321: a(n) = 18*n^2.
; 0,18,72,162,288,450,648,882,1152,1458,1800,2178,2592,3042,3528,4050,4608,5202,5832,6498,7200,7938,8712,9522,10368,11250,12168,13122,14112,15138,16200,17298,18432,19602,20808,22050,23328,24642,25992,27378,28800,30258,31752,33282,34848,36450,38088,39762,41472,43218,45000,46818,48672,50562,5248... | 244.428571 | 1,654 | 0.836937 |
8cab0500caf08778d08dfcf3a1431ea27b96e2e5 | 3,076 | asm | Assembly | libsrc/_DEVELOPMENT/math/integer/fast/l_fast_divu_8_8x8.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/fast/l_fast_divu_8_8x8.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/integer/fast/l_fast_divu_8_8x8.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_math
PUBLIC l_fast_divu_8_8x8, l0_fast_divu_8_8x8
EXTERN error_divide_by_zero_mc
; alternate entry to swap dividend / divisor
ex de,hl
l_fast_divu_8_8x8:
; unsigned division of two 8-bit numbers
;
; enter : l = 8-bit dividend
; e... | 10.391892 | 47 | 0.447984 |
e708113fd44f9ce01feab5509b77b9469610f4f5 | 1,215 | asm | Assembly | engine/load_mon_data.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | engine/load_mon_data.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | engine/load_mon_data.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | LoadMonData_:
; Load monster [wWhichPokemon] from list [wMonDataLocation]:
; 0: partymon
; 1: enemymon
; 2: boxmon
; 3: daycaremon
; Return monster id at wcf91 and its data at wLoadedMon.
; Also load base stats at wMonHeader for convenience.
ld a, [wDayCareMonSpecies]
ld [wcf91], a
ld a, [wMonDataLocation]
cp ... | 17.608696 | 65 | 0.725926 |
80529e0fdd56bb8ca6738f00cc09d893e0876b99 | 364 | asm | Assembly | _maps/obj5Eballs.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 2 | 2020-04-09T19:36:35.000Z | 2021-01-05T14:20:17.000Z | _maps/obj5Eballs.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | null | null | null | _maps/obj5Eballs.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 1 | 2020-06-17T14:16:35.000Z | 2020-06-17T14:16:35.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - spiked balls on the seesaws (SLZ)
; ---------------------------------------------------------------------------
dc.w byte_119EA-Map_obj5Ea
dc.w byte_119F0-Map_obj5Ea
byte_119EA: dc.b 1
dc.b $F4, $A, 0, 0, $F4
byte_11... | 36.4 | 77 | 0.379121 |
530e84a54eaceb69db1ef754ae15ca9b802f905c | 498 | asm | Assembly | programs/oeis/178/A178222.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/178/A178222.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/178/A178222.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A178222: Partial sums of floor(3^n/4).
; 0,2,8,28,88,270,816,2456,7376,22138,66424,199284,597864,1793606,5380832,16142512,48427552,145282674,435848040,1307544140,3922632440,11767897342,35303692048,105911076168,317733228528,953199685610,2859599056856,8578797170596,25736391511816,77209174535478,231627523606464,69488257... | 29.294118 | 320 | 0.753012 |
d1f18dbb3ff06156b49d7b4976d49e68fd16708b | 677 | asm | Assembly | oeis/071/A071721.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/071/A071721.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/071/A071721.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A071721: Expansion of (1+x^2*C^2)*C^2, where C = (1-(1-4*x)^(1/2))/(2*x) is g.f. for Catalan numbers, A000108.
; 1,2,6,18,56,180,594,2002,6864,23868,83980,298452,1069776,3863080,14040810,51325650,188574240,695987820,2579248980,9593714460,35804293200,134032593240,503154100020,1893689067348,7144084508256,27010813341400... | 75.222222 | 478 | 0.797637 |
e7f3a140f5e83ff4a94428a40b14efd4cda4b958 | 3,291 | asm | Assembly | next_level/demosrc/ibpcaablocks.asm | viznut/demoscene | 0a9b663a18ce5c31a1243fbdb85794325eeed1d8 | [
"CC0-1.0"
] | 14 | 2021-01-06T12:13:48.000Z | 2021-02-10T20:39:48.000Z | next_level/demosrc/ibpcaablocks.asm | viznut/demoscene | 0a9b663a18ce5c31a1243fbdb85794325eeed1d8 | [
"CC0-1.0"
] | null | null | null | next_level/demosrc/ibpcaablocks.asm | viznut/demoscene | 0a9b663a18ce5c31a1243fbdb85794325eeed1d8 | [
"CC0-1.0"
] | null | null | null | ;,; ibpcaablocks .align=1024 .pos=$1400
;,; -> ch0000183C3C180000
;,; -> ch000018183C3C3C3C
;,; -> ch3C3C3C3C18180000
;,; -> ch3C3C3C3C3C3C3C3C
;,; -> ch0000F0FCFCF00000
;,; -> ch0080C0E0F0F8FCFE
;,; -> chFEFCF8F0E0C08000
;,; -> chFCFCFCFCFCFCFCFC
;,; -> ch00000F3F3F0F0000
;,; -> ch000103070F1F3F7F
;,; -> ch7F3F1F0F070... | 17.140625 | 46 | 0.712853 |
7d44f1bad8b2e654e2cdf5e3d89bd529d51d56ba | 2,507 | asm | Assembly | programs/oeis/220/A220212.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/220/A220212.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/220/A220212.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A220212: Convolution of natural numbers (A000027) with tetradecagonal numbers (A051866).
; 0,1,16,70,200,455,896,1596,2640,4125,6160,8866,12376,16835,22400,29240,37536,47481,59280,73150,89320,108031,129536,154100,182000,213525,248976,288666,332920,382075,436480,496496,562496,634865,714000,800310,894216,996151,1106560... | 139.277778 | 2,270 | 0.858795 |
5cfce141ae8aba92873364d90a26bcfc01c76949 | 88 | asm | Assembly | src/Bayonetta2/Mods/DisableVsync/patch_vsync.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 1,002 | 2017-01-10T13:10:55.000Z | 2020-11-20T18:34:19.000Z | src/Bayonetta2/Mods/DisableVsync/patch_vsync.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 347 | 2017-01-11T21:13:20.000Z | 2020-11-27T11:33:05.000Z | src/Bayonetta2/Mods/DisableVsync/patch_vsync.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 850 | 2017-01-10T06:06:43.000Z | 2020-11-06T21:16:49.000Z | [Bayo2USv0]
moduleMatches = 0xAF5D1A85
.origin = codecave
0x034461C4 = nop #Kill Vsync
| 14.666667 | 28 | 0.772727 |
be76c7bbe555c6b3ac2854e8069fbfdbf25c35ae | 4,341 | asm | Assembly | ugbc/src/hw/6809/cpu_math_div_16bit_to_16bit.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 10 | 2021-10-03T13:44:25.000Z | 2022-03-10T23:53:32.000Z | ugbc/src/hw/6809/cpu_math_div_16bit_to_16bit.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 379 | 2021-08-12T09:46:09.000Z | 2022-03-27T11:29:12.000Z | ugbc/src/hw/6809/cpu_math_div_16bit_to_16bit.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 2 | 2021-11-08T19:37:50.000Z | 2021-11-20T22:27:12.000Z | ; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021-2022 Marco Spedaletti (asimov@mclink.it)
; *
; * Licens... | 29.732877 | 80 | 0.645013 |
36d259473de96c576af528e5ac3ccabc6d892ef2 | 778 | asm | Assembly | examples/fib_recursive.asm | Dreistein/toyvm | 0a3697ec46a746ccb47cd4903e1b111fa59e1f28 | [
"MIT"
] | 2 | 2021-01-25T14:34:13.000Z | 2021-05-19T01:16:30.000Z | examples/fib_recursive.asm | Dreistein/toyvm | 0a3697ec46a746ccb47cd4903e1b111fa59e1f28 | [
"MIT"
] | 6 | 2018-03-01T19:48:31.000Z | 2018-10-18T07:52:34.000Z | examples/fib_recursive.asm | Dreistein/toyvm | 0a3697ec46a746ccb47cd4903e1b111fa59e1f28 | [
"MIT"
] | 2 | 2018-05-18T02:55:04.000Z | 2020-10-02T21:57:31.000Z | # Sample prog that implements the fibonacci sequence
MOV R0 10
PUSH R0
CALL $FIB
POP R0
OUT R0, 0
MOV PC 0xFFFF
DW 0 #also hlt instruction, safety first
# Recursive fibonacci implementation
FIB:
# prolog
PUSH SB
MOV SB SP
# get argument
MOV R0 SB
ADD R0 2
MOV R1 @R0
# if arg == 0 or... | 12.548387 | 53 | 0.613111 |
3c9b155a177911d3ad03f4031549686221958b2a | 1,194 | asm | Assembly | x86-Win-NASM/src/Tables/sum_of_elements.asm | gramai/school-related | 152d67b4e475c3ba7c9370d6de39b38fc453392d | [
"MIT"
] | null | null | null | x86-Win-NASM/src/Tables/sum_of_elements.asm | gramai/school-related | 152d67b4e475c3ba7c9370d6de39b38fc453392d | [
"MIT"
] | null | null | null | x86-Win-NASM/src/Tables/sum_of_elements.asm | gramai/school-related | 152d67b4e475c3ba7c9370d6de39b38fc453392d | [
"MIT"
] | null | null | null | ;English
;Print on the screen the sum of the elements
;of a table
;Example:
;x DW 1,2,2,3,3
;n DW 5
;The value that has to be printed is : 11
;French
;Affichage sur l'écran de l'émulateur la
;somme des éléments d'un tableau.
;Exemple:
;x DW 1,2,2,3,3
;n DW 5
;La valeur doit être imprimé est: 11
org ... | 20.586207 | 126 | 0.627303 |
8dcdfae3d68e2cba11a47f17008032bc60ba8fcd | 425 | asm | Assembly | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_PrintString.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_PrintString.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_PrintString.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void sp1_PrintString(struct sp1_pss *ps, uchar *s)
; CALLER linkage for function pointers
SECTION code_clib
SECTION code_temp_sp1
PUBLIC sp1_PrintString
EXTERN asm_sp1_PrintString
sp1_PrintString:
ld hl,2
add hl,sp
ld e,(hl)
inc hl
ld d,(hl) ; de = & string
inc hl
ld a,(hl)
... | 17 | 52 | 0.621176 |
befdd342b278543ec95bb9c8b46c5fde1f87f7c3 | 364 | asm | Assembly | programs/oeis/327/A327376.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/327/A327376.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/327/A327376.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A327376: BII-numbers of set-systems with vertex-connectivity 3.
; 2868,2869,2870,2871,2876,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914
mov $5,4
clr $2,$0
add $2,$0
add $2,... | 30.333333 | 216 | 0.733516 |
5f02bf6edca96345b57f5db6c734da66a7c231ec | 1,257 | asm | Assembly | Practice/Final/Lab 5/4. Write an ASM code to read a letter and print if it is Upper case or Lower case.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | Practice/Final/Lab 5/4. Write an ASM code to read a letter and print if it is Upper case or Lower case.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | Practice/Final/Lab 5/4. Write an ASM code to read a letter and print if it is Upper case or Lower case.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
PROMPT DB 'Enter the letter : $'
MSG_1 DB 'The input letter is: $'
MSG_2 DB 'The input is not letter!$'
MSG_3 DB "'Uppercase'$"
MSG_4 DB "'Lowercase'$"
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
JMP @INPUT
@ERROR_P... | 15.329268 | 40 | 0.459825 |
f66613209ebc4004fa1f9659bf41c25e6daee7b7 | 611 | asm | Assembly | oeis/003/A003951.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/003/A003951.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/003/A003951.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A003951: Expansion of g.f.: (1+x)/(1-8*x).
; 1,9,72,576,4608,36864,294912,2359296,18874368,150994944,1207959552,9663676416,77309411328,618475290624,4947802324992,39582418599936,316659348799488,2533274790395904,20266198323167232,162129586585337856,1297036692682702848,10376293541461622784,83010348331692982272,664082786... | 55.545455 | 499 | 0.860884 |
3c2133b9ad9b8c2c52065e96421976ce4818337c | 60,816 | asm | Assembly | target/cos_117/disasm/iop_overlay1/D4LOG.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/D4LOG.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/D4LOG.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x2047- f:00020 d: 71 | A = OR[71]
0x0001 (0x000002) 0x1207- f:00011 d: 7 | A = A & 7 (0x0007)
0x0002 (0x000004) 0x2847- f:00024 d: 71 | OR[71] = A
0x0003 (0x000006) 0x3102- f:00030 d: 258 | A = (OR[258])
... | 81.304813 | 127 | 0.463579 |
02b98f46a5df67ae65495cf19ad0e9c5da8265cc | 133 | asm | Assembly | sw/552tests/inst_tests/xori_11.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/inst_tests/xori_11.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/inst_tests/xori_11.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // Original test: ./shojaei/hw4/problem6/xori_4.asm
// Author: shojaei
// Test source code follows
lbi r1, 255
xori r1, r1, 0
halt
| 14.777778 | 51 | 0.706767 |
bcd800ee5e0c101230d3b77ff2d92949b3200f1f | 6,238 | asm | Assembly | display.asm | polluks/scorch_src | 3839f822b1f50c6da6807c02ecb8e813ae61a3e4 | [
"Unlicense"
] | 6 | 2020-05-14T00:17:13.000Z | 2022-03-31T18:35:06.000Z | display.asm | polluks/scorch_src | 3839f822b1f50c6da6807c02ecb8e813ae61a3e4 | [
"Unlicense"
] | 26 | 2021-06-17T01:11:17.000Z | 2022-03-28T22:02:52.000Z | display.asm | polluks/scorch_src | 3839f822b1f50c6da6807c02ecb8e813ae61a3e4 | [
"Unlicense"
] | 7 | 2018-10-28T07:36:10.000Z | 2022-03-23T13:55:02.000Z | ; @com.wudsn.ide.asm.mainsourcefile=program.asm
.IF *>0 ;this is a trick that prevents compiling this file alone
;-----------------------------------------------------
;-------------display-lists---------------------------
;-----------------------------------------------------
PurchaseDL
.byte $70,$70,$20
... | 31.505051 | 78 | 0.306348 |
07024472650590ef48d7e3678ff450e22f1abb17 | 45,575 | asm | Assembly | tests/pong-game/asm/Ball.asm | DimitarYordanov17/jack-compiler | 166f034a5405552842a90a39059bd0fa69b2d991 | [
"MIT"
] | 5 | 2021-05-03T19:13:43.000Z | 2021-05-24T07:07:42.000Z | tests/pong-game/asm/Ball.asm | DimitarYordanov17/jack-compiler | 166f034a5405552842a90a39059bd0fa69b2d991 | [
"MIT"
] | null | null | null | tests/pong-game/asm/Ball.asm | DimitarYordanov17/jack-compiler | 166f034a5405552842a90a39059bd0fa69b2d991 | [
"MIT"
] | null | null | null | // function Ball.new 0
(Ball.new)
// push constant 15
@15
D=A
@R13
M=D
@R13
D=M
@SP
A=M
M=D
@SP
M=M+1
// call Memory.alloc 1
@Ball:Memory.alloc:12:RETURN
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL
D=M
@R13
M=D
@R13
D=M
@SP
A=M
M=D
@SP
M=M+1
@ARG
D=M
@R13
M=D
@R13
D=M
@SP
A=M
M=D
@SP
M=M+1
@THIS
D=M
@R13
M=D
@R13
D=M
@SP
A=M
M=D
@S... | 5.9975 | 65 | 0.589819 |
8d2e1b8dcac2325fe925135adea457b83182bbcd | 293 | asm | Assembly | programs/oeis/011/A011658.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/011/A011658.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/011/A011658.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A011658: Period 5: repeat [0, 0, 0, 1, 1]; also expansion of 1/(x^4 + x^3 + x^2 + x + 1) (mod 2).
; 0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0
mov $1,$0
mod $1,5
div $1,3
| 41.857143 | 163 | 0.508532 |
c0c32844b667fa4a80fb717c2af0f4fa2f0f4b46 | 663 | asm | Assembly | programs/oeis/051/A051870.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/051/A051870.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/051/A051870.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A051870: 18-gonal (or octadecagonal) numbers: a(n) = n*(8*n-7).
; 0,1,18,51,100,165,246,343,456,585,730,891,1068,1261,1470,1695,1936,2193,2466,2755,3060,3381,3718,4071,4440,4825,5226,5643,6076,6525,6990,7471,7968,8481,9010,9555,10116,10693,11286,11895,12520,13161,13818,14491,15180,15885,16606,17343,18096,18865,19650,... | 73.666667 | 547 | 0.773756 |
0231b281182e6b6769653a774ba45f92b8bcab19 | 729 | asm | Assembly | programs/oeis/157/A157919.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/157/A157919.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/157/A157919.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A157919: a(n) = 50*n^2 - 1.
; 49,199,449,799,1249,1799,2449,3199,4049,4999,6049,7199,8449,9799,11249,12799,14449,16199,18049,19999,22049,24199,26449,28799,31249,33799,36449,39199,42049,44999,48049,51199,54449,57799,61249,64799,68449,72199,76049,79999,84049,88199,92449,96799,101249,105799,110449,115199,120049,124999,1... | 72.9 | 638 | 0.799726 |
7e4e1cccdf5e6946fd167591d0373cf5beb42a95 | 542 | asm | Assembly | programs/oeis/134/A134309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/134/A134309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/134/A134309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A134309: Triangle read by rows, where row n consists of n zeros followed by 2^(n-1).
; 1,0,1,0,0,2,0,0,0,4,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,32,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,0,0,0,0,0
mov $4,2
mov $6,$0
... | 20.074074 | 212 | 0.52583 |
3c1295ee5499ca97a9e3416dfc8114f776d7df78 | 304 | asm | Assembly | oeis/101/A101000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/101/A101000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/101/A101000.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A101000: Periodic sequence with period 3.
; Submitted by Christian Krause
; 0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3,0,1,3
mod $0,3
mul $0,7
div $0,4
| 38 | 199 | 0.572368 |
b0ce7c239820bda71d5e25c202d6a1d143d34ce4 | 6,114 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1366.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.log_21829_1366.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.log_21829_1366.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 %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1d8a2, %r13
nop
nop
nop
nop
add %r10, %r10
mov (%r13), %rax
nop
nop
nop
nop
nop
dec %rdx
lea addresses_D_ht+0xbca2, %rsi
lea addresses_WC_ht+0x44a2, %rdi
clflush (%rdi)
nop
nop
no... | 37.509202 | 2,999 | 0.65718 |
ca14d6709c0c85a02d6e190c72b5d8d65e8241f6 | 246 | asm | Assembly | programs/oeis/180/A180602.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/180/A180602.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/180/A180602.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A180602: (2^(n+1) - 1)^n.
; 1,3,49,3375,923521,992436543,4195872914689,70110209207109375,4649081944211090042881,1227102111503512992112190463,1291749870339606615892191271170049
mov $1,2
mov $2,$0
add $2,1
pow $1,$2
sub $1,1
pow $1,$0
mov $0,$1
| 22.363636 | 149 | 0.747967 |
58238f303bce9c0e515b580de56942744421fd7c | 1,743 | asm | Assembly | programs/oeis/195/A195323.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/195/A195323.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195323.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A195323: a(n) = 22*n^2.
; 0,22,88,198,352,550,792,1078,1408,1782,2200,2662,3168,3718,4312,4950,5632,6358,7128,7942,8800,9702,10648,11638,12672,13750,14872,16038,17248,18502,19800,21142,22528,23958,25432,26950,28512,30118,31768,33462,35200,36982,38808,40678,42592,44550,46552,48598,50688,52822,55000,57222,59488,61798,6... | 249 | 1,686 | 0.839931 |
8105a55fd88cf9292325a138538f701863aa5a3a | 231 | asm | Assembly | libsupcs/x86_64_arith.asm | jncronin/tysila | 5ebb13b7a6b32cac30e87505e34cf910c1604e8f | [
"MIT"
] | 6 | 2019-04-02T20:57:11.000Z | 2022-03-25T14:03:08.000Z | libsupcs/x86_64_arith.asm | jncronin/tysila | 5ebb13b7a6b32cac30e87505e34cf910c1604e8f | [
"MIT"
] | 1 | 2020-10-06T06:02:39.000Z | 2021-09-04T15:24:09.000Z | libsupcs/x86_64_arith.asm | jncronin/tysila | 5ebb13b7a6b32cac30e87505e34cf910c1604e8f | [
"MIT"
] | 1 | 2019-04-02T22:28:11.000Z | 2019-04-02T22:28:11.000Z | global __signbits_r8
global __signbits_r4
global _conv_u4_r8
extern __halt
__signbits_r8: dq 0x8000000000000000, 0x8000000000000000
__signbits_r4: dq 0x8000000080000000, 0x8000000080000000
_conv_u4_r8:
call __halt
| 17.769231 | 57 | 0.822511 |
ad4bf72e2f5ec0921e401ee55bb78841b7ee996f | 503 | asm | Assembly | programs/oeis/009/A009986.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/009/A009986.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/009/A009986.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A009986: Powers of 42.
; 1,42,1764,74088,3111696,130691232,5489031744,230539333248,9682651996416,406671383849472,17080198121677824,717368321110468608,30129469486639681536,1265437718438866624512,53148384174432398229504,2232232135326160725639168,93753749683698750476845056,3937657486715347520027492352,165381614442044595... | 71.857143 | 446 | 0.904573 |
3464debf35908395159656f6523c8040526592bf | 1,523 | asm | Assembly | programs/oeis/182/A182097.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/182/A182097.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/182/A182097.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A182097: Expansion of 1/(1-x^2-x^3).
; 1,0,1,1,1,2,2,3,4,5,7,9,12,16,21,28,37,49,65,86,114,151,200,265,351,465,616,816,1081,1432,1897,2513,3329,4410,5842,7739,10252,13581,17991,23833,31572,41824,55405,73396,97229,128801,170625,226030,299426,396655,525456,696081,922111,1221537,1618192,2143648,2839729,3761840,4983377,6... | 66.217391 | 1,242 | 0.816809 |
36bfaf0b6da122d8b8f97413900439f1dfc0203d | 507 | asm | Assembly | verify/lxp32/src/firmware/test014.asm | roneissu/bonfire-cpu | a2e3d84f719936bd8e8272b9cfe33c342684c841 | [
"MIT"
] | 38 | 2016-06-14T01:58:10.000Z | 2022-02-01T02:58:08.000Z | verify/lxp32/src/firmware/test014.asm | roneissu/bonfire-cpu | a2e3d84f719936bd8e8272b9cfe33c342684c841 | [
"MIT"
] | 2 | 2016-09-30T19:12:49.000Z | 2017-03-06T15:15:27.000Z | verify/lxp32/src/firmware/test014.asm | roneissu/bonfire-cpu | a2e3d84f719936bd8e8272b9cfe33c342684c841 | [
"MIT"
] | 5 | 2018-01-20T20:53:43.000Z | 2021-06-16T10:14:46.000Z | /*
* Test "hlt" instruction
*/
lc r100, 0x10000000 // test result output pointer
lc r101, halt
lc r103, 0x20000000 // timer: number of pulses (0xFFFFFFFF - infinite)
lc r104, 0x20000004 // timer: delay between pulses (in cycles)
lc iv0, timer_handler
mov r10, 2
mov cr, 1 // enable interrupt 0
lc r0, 1000
... | 18.107143 | 87 | 0.682446 |
77eae681ba7f5b90e5fb1a82074decdc48c963e8 | 1,612 | asm | Assembly | programs/oeis/265/A265724.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/265/A265724.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/265/A265724.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A265724: Total number of OFF (white) cells after n iterations of the "Rule 1" elementary cellular automaton starting with a single ON (black) cell.
; 0,3,7,10,18,21,33,36,52,55,75,78,102,105,133,136,168,171,207,210,250,253,297,300,348,351,403,406,462,465,525,528,592,595,663,666,738,741,817,820,900,903,987,990,1078,10... | 84.842105 | 1,302 | 0.76861 |
12c0a7137ae67684905fa90539cd11719982d9d3 | 128 | asm | Assembly | a/assembler_6502appleII.asm | venusing1998/hello-world | 4b5ff1ef90ceb442f5633fc9e5d28297ac0f69ff | [
"MIT"
] | 3 | 2016-04-03T03:41:18.000Z | 2016-04-18T20:29:10.000Z | a/assembler_6502appleII.asm | venusing1998/hello-world | 4b5ff1ef90ceb442f5633fc9e5d28297ac0f69ff | [
"MIT"
] | 6 | 2019-01-27T06:06:31.000Z | 2019-02-22T04:30:12.000Z | a/assembler_6502appleII.asm | venusing1998/hello-world | 4b5ff1ef90ceb442f5633fc9e5d28297ac0f69ff | [
"MIT"
] | 1 | 2018-10-28T11:06:52.000Z | 2018-10-28T11:06:52.000Z | STROUT EQU $DB3A ;OUTPUTS AY-POINTED NULL TERMINATED STRING
LDY #>HELLO
LDA #<HELLO
JMP STROUT
HELLO ASC "HELLO WORLD!",00
| 18.285714 | 60 | 0.734375 |
3753914bac2eef5f9b461ff9e511efcae9cecd46 | 475 | asm | Assembly | programs/oeis/008/A008599.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008599.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008599.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008599: Multiples of 17.
; 0,17,34,51,68,85,102,119,136,153,170,187,204,221,238,255,272,289,306,323,340,357,374,391,408,425,442,459,476,493,510,527,544,561,578,595,612,629,646,663,680,697,714,731,748,765,782,799,816,833,850,867,884,901,918,935,952,969,986,1003,1020,1037,1054,1071,1088,1105,1122,1139,1156,1173,1190,1... | 95 | 435 | 0.757895 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.