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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
38186a1cc11a17f3c59db747a094c4ad29b07310 | 709 | asm | Assembly | oeis/227/A227016.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/227/A227016.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/227/A227016.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A227016: Floor(M(g(n-1)+1,..,g(n))), where M = harmonic mean and g(n) = n(n + 1)(n + 2)/6.
; Submitted by Jamie Morken(s3.)
; 1,2,7,14,27,45,69,101,141,191,252,323,408,506,618,746,890,1052,1233,1432,1653,1895,2159,2447,2759,3097,3462,3853,4274,4724,5204,5716,6260,6838,7451,8098,8783,9505,10265,11065,11905,12787,13712... | 50.642857 | 497 | 0.736248 |
48b66b2dd6e89e9eaccc567ca69f75f70dfc083f | 280 | asm | Assembly | Working Disassembly/General/Title/Map - S3 ANDKnuckles.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/General/Title/Map - S3 ANDKnuckles.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Title/Map - S3 ANDKnuckles.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | dc.w word_49B0-Map_TitleANDKnuckles
word_49B0: dc.w 6
dc.b $F4, $E, 0, 0, $FF, $AC
dc.b $F4, $E, 0, $C, $FF, $CC
dc.b $F4, $E, 0, $18, $FF, $EC
dc.b $F4, $E, 0, $24, 0, $C
dc.b $F4, $E, 0, $30, 0, $2C
dc.b $F4, 2, 0, $3C, 0, $4C
| 31.111111 | 37 | 0.417857 |
575a3384a5b2548f0eeff0797a98d164cf60a7ad | 14,270 | asm | Assembly | source/features/string.asm | feliposz/FelipOS | 9d50454d187a5a74a711c4b23a1653b5ece3df17 | [
"MIT"
] | null | null | null | source/features/string.asm | feliposz/FelipOS | 9d50454d187a5a74a711c4b23a1653b5ece3df17 | [
"MIT"
] | null | null | null | source/features/string.asm | feliposz/FelipOS | 9d50454d187a5a74a711c4b23a1653b5ece3df17 | [
"MIT"
] | null | null | null | ; ==========================================================
; os_string_strincmp -- See if two strings match up to set number of chars
; IN: SI = string one, DI = string two, CL = chars to check
; OUT: carry set if same, clear if different
os_string_strincmp:
pusha
cld
.loop:
jz .equal
mov al, [si]
... | 17.904642 | 135 | 0.513945 |
266617bfdf933fd0fba777f5195fe7bab1eed5ee | 483 | asm | Assembly | oeis/145/A145603.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/145/A145603.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/145/A145603.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A145603: a(n) is the number of walks from (0,0) to (0,4) that remain in the upper half-plane y >= 0 using 2*n +2 unit steps either up (U), down (D), left (L) or right (R).
; Submitted by Jon Maiga
; 1,35,720,12375,196625,3006003,45048640,668144880,9859090500,145173803500,2136958387520,31479019635375,464342770607625,6... | 30.1875 | 175 | 0.716356 |
e0e1d6ee7598b0698f63d1e7293460779f4e8b21 | 445 | asm | Assembly | programs/oeis/090/A090390.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/090/A090390.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/090/A090390.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A090390: Repeatedly multiply (1,0,0) by ([1,2,2],[2,1,2],[2,2,3]); sequence gives leading entry.
; 1,1,9,49,289,1681,9801,57121,332929,1940449,11309769,65918161,384199201,2239277041,13051463049,76069501249,443365544449,2584123765441,15061377048201,87784138523761,511643454094369,2982076586042449,17380816062160329
mov... | 26.176471 | 216 | 0.721348 |
dac6dbaac0f1739bff1960431f89bc717a99aa52 | 414 | asm | Assembly | Source/Common/Header.asm | xragey/qsmw | 522c661ccc874ab7b58230ee4dfb3160cf5028d9 | [
"MIT"
] | null | null | null | Source/Common/Header.asm | xragey/qsmw | 522c661ccc874ab7b58230ee4dfb3160cf5028d9 | [
"MIT"
] | null | null | null | Source/Common/Header.asm | xragey/qsmw | 522c661ccc874ab7b58230ee4dfb3160cf5028d9 | [
"MIT"
] | 1 | 2020-09-20T15:36:48.000Z | 2020-09-20T15:36:48.000Z | ;-------------------------------------------------------------------------------
;
; qSMW - Common/Header.asm
;
;-------------------------------------------------------------------------------
@asar 1.71
if read1($00FFD5) == $23
sa1rom
!sa1 = 1
!fast = 0
!dptr = $3000
!addr = $6000
!bank = $00
!long = $000000... | 16.56 | 80 | 0.333333 |
f1019284bb86b57f96a47ed32d55ca4a295824f3 | 510 | asm | Assembly | oeis/143/A143370.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/143/A143370.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/143/A143370.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A143370: Triangle read by rows: T(n,k) is the number of unordered pairs of vertices at distance k in the grid P_2 x P_n (1 <= k <= n). P_m is the path graph on m vertices.
; Submitted by Christian Krause
; 1,4,2,7,6,2,10,10,6,2,13,14,10,6,2,16,18,14,10,6,2,19,22,18,14,10,6,2,22,26,22,18,14,10,6,2,25,30,26,22,18,14,10... | 34 | 211 | 0.643137 |
5b967c6ad55d19257f3be52cdd1192f79bf7e1bf | 743 | asm | Assembly | examples/draw.asm | goakes007/zx-spectrum-utils | aa6abcd8cecfeff8ebb2419e872e77410a56f6e3 | [
"MIT"
] | 5 | 2022-02-14T10:37:35.000Z | 2022-03-07T07:23:36.000Z | examples/draw.asm | goakes007/zx-spectrum-utils | aa6abcd8cecfeff8ebb2419e872e77410a56f6e3 | [
"MIT"
] | 1 | 2022-02-20T19:08:18.000Z | 2022-02-20T19:08:18.000Z | examples/draw.asm | goakes007/zx-spectrum-utils | aa6abcd8cecfeff8ebb2419e872e77410a56f6e3 | [
"MIT"
] | null | null | null | DEVICE ZXSPECTRUM48 ; Select 48k spectrum as output device
ORG $8000 ; Start the output to $8000 memory address
main: ; Just a label - so that the savesna works
SCREEN_COLOUR equ BgYellow + FgBlue
include helper.asm
include ... | 21.228571 | 82 | 0.554509 |
b607d01134fc38b5aa63c9b1c8e0556ec76efab2 | 703 | asm | Assembly | oeis/035/A035101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/035/A035101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/035/A035101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A035101: E.g.f. x*(c(x/2)-1)/(1-2*x), where c(x) = g.f. for Catalan numbers A000108.
; Submitted by Jamie Morken(s1)
; 0,1,9,87,975,12645,187425,3133935,58437855,1203216525,27125492625,664761133575,17600023616175,500706514833525,15234653491682625,493699195087473375,16977671416936605375,617528830880480644125,236877386... | 41.352941 | 465 | 0.809388 |
28f6d056ba7eec17782aabb8518f8e90c82ff63c | 1,163 | asm | Assembly | scripts/FuchsiaGoodRodHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | scripts/FuchsiaGoodRodHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | scripts/FuchsiaGoodRodHouse.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | FuchsiaGoodRodHouse_Script:
jp EnableAutoTextBoxDrawing
FuchsiaGoodRodHouse_TextPointers:
dw FuchsiaHouse3Text1
FuchsiaHouse3Text1:
text_asm
ld a, [wd728]
bit 4, a ; got good rod?
jr nz, .got_item
ld hl, FuchsiaHouse3Text_561bd
call PrintText
call YesNoChoice
ld a, [wCurrentMenuItem]
and a
jr nz, .refused... | 17.358209 | 34 | 0.798796 |
46ba920c22e426099bfcc14dd2737e6a80bb1a15 | 2,890 | asm | Assembly | src/prime.asm | Platinum-Phoenix/assembly | c0e647f46b6998af8b8e1ea81778b19a8001abb5 | [
"MIT"
] | 6 | 2021-04-07T18:11:46.000Z | 2021-06-12T19:27:46.000Z | src/prime.asm | plat-phoenix/assembly | c0e647f46b6998af8b8e1ea81778b19a8001abb5 | [
"MIT"
] | null | null | null | src/prime.asm | plat-phoenix/assembly | c0e647f46b6998af8b8e1ea81778b19a8001abb5 | [
"MIT"
] | 1 | 2021-04-07T18:11:53.000Z | 2021-04-07T18:11:53.000Z | ;-----------------------------------------------------------
; src/prime.asm
; Usage: prime <n>
; Generates the <n>th prime number and all previous
; prime numbers
; TODO: Create an output buffer
%include "lib.inc"
%include "io.inc"
global _start
default rel
section .data
begin_text: db "Generating ", 0
... | 19.395973 | 77 | 0.453287 |
b6c77ba625e16f3b12396367c0a147ee5532dd8b | 531 | asm | Assembly | oeis/261/A261766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/261/A261766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/261/A261766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A261766: a(n) is the number of partial derangements of an n-set with at least one orbit of size exactly n.
; 1,0,3,8,30,144,840,5760,45360,403200,3991680,43545600,518918400,6706022400,93405312000,1394852659200,22230464256000,376610217984000,6758061133824000,128047474114560000,2554547108585472000,53523844179886080000,... | 25.285714 | 233 | 0.696798 |
173e515f3489d9f30c0b57de2fff33267655ef25 | 23,716 | asm | Assembly | sort.asm | GkHabib/OS_Lab_project3 | 3b9b0fe7129ad0153f0636700269a36b2d2f5316 | [
"MIT-0"
] | null | null | null | sort.asm | GkHabib/OS_Lab_project3 | 3b9b0fe7129ad0153f0636700269a36b2d2f5316 | [
"MIT-0"
] | null | null | null | sort.asm | GkHabib/OS_Lab_project3 | 3b9b0fe7129ad0153f0636700269a36b2d2f5316 | [
"MIT-0"
] | 1 | 2020-02-22T21:27:08.000Z | 2020-02-22T21:27:08.000Z |
_sort: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return str;
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 pus... | 32.222826 | 58 | 0.410398 |
a25519e8e6e462a0790e5dc10ff5a9e5807e195c | 2,185 | asm | Assembly | objects/objects_freespace.asm | StraDaMa/mmbn6-pikachu-boss-battle | 0bc38a6a83c3971541bf20ed55583df3ab357a90 | [
"MIT"
] | 7 | 2021-04-04T13:38:05.000Z | 2022-03-31T01:33:46.000Z | objects/objects_freespace.asm | StraDaMa/mmbn6-pikachu-boss-battle | 0bc38a6a83c3971541bf20ed55583df3ab357a90 | [
"MIT"
] | null | null | null | objects/objects_freespace.asm | StraDaMa/mmbn6-pikachu-boss-battle | 0bc38a6a83c3971541bf20ed55583df3ab357a90 | [
"MIT"
] | 1 | 2021-10-02T23:15:01.000Z | 2021-10-02T23:15:01.000Z | temp_attack_object_list:
.byte 0x0C,0x01,0x00,0x00,0x07;0x00
.byte 0x0C,0x01,0x01,0x00,0x07;0x01
.byte 0x0C,0x01,0x02,0x00,0x07;0x02
.byte 0x0C,0x00,0x00,0x00,0x00;0x03
.byte 0x0C,0x02,0x00,0x00,0x00;0x04
.byte 0x0C,0x06,0x00,0x00,0x10;0x05
.byte 0x0C,0x03,0x00,0x00,0x00;0x06
.byte 0x0C,0x3B,0x00,0x00,0x0D;0x07
.byte 0... | 33.106061 | 45 | 0.782609 |
2860eda4e36b414f21f2102bd6a7d6b43352ec10 | 6,538 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1406.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_21829_1406.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_21829_1406.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x181a5, %rsi
nop
cmp $47877, %r13
mov $0x6162636465666768, %rax
movq %rax, (%rsi)
nop
nop
nop
nop
nop
sub $24603, %rax
lea addresses_normal_ht+0x13e3c, %rsi
lea addresses_UC_h... | 35.726776 | 2,999 | 0.659529 |
edb531239cf5eacfcc23be60a7262989d772d4ae | 1,375 | asm | Assembly | libsrc/graphics/vg5k/textpixl6.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/vg5k/textpixl6.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/vg5k/textpixl6.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION rodata_clib
PUBLIC textpixl
EXTERN base_graphics
; 32 16
; 8 4
; 2 1
; If pixel > 32 then 191 - value
textpixl:
;
;
; .. X. .X XX
; .. .. .. ..
; .. .. .. ..
defb 192, 193, 194, 195
; .. X. .X XX
; X. X. X. X.
; .. .. .. ..
defb 196, 197,... | 12.276786 | 33 | 0.389818 |
90533d416e72a54ee0d330091a9d4bb0ab48c6a0 | 2,422 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_8_710.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_8_710.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_8_710.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 %r14
push %r15
push %rax
push %rbx
push %rcx
lea addresses_D_ht+0xbc1, %rbx
nop
nop
nop
nop
sub %r14, %r14
movups (%rbx), %xmm3
vpextrq $0, %xmm3, %rcx
nop
nop
nop
and %r15, %r15
lea addresses_UC_ht+0x1369, %r14
nop
xor $11661, %r12
movl $0x61626364, (%r14)
no... | 18.348485 | 124 | 0.64327 |
c104e44377d1fd416628ce7168523c9389aeef5e | 319 | asm | Assembly | Source/Macro/Free.asm | xragey/qsmw | 522c661ccc874ab7b58230ee4dfb3160cf5028d9 | [
"MIT"
] | null | null | null | Source/Macro/Free.asm | xragey/qsmw | 522c661ccc874ab7b58230ee4dfb3160cf5028d9 | [
"MIT"
] | null | null | null | Source/Macro/Free.asm | xragey/qsmw | 522c661ccc874ab7b58230ee4dfb3160cf5028d9 | [
"MIT"
] | 1 | 2020-09-20T15:36:48.000Z | 2020-09-20T15:36:48.000Z | ;-------------------------------------------------------------------------------
;
; qSMW - Macro/Free.asm
;
;-------------------------------------------------------------------------------
macro Free(addressStart, addressEnd)
pushpc
org <addressStart>
rep (<addressEnd>)-(<addressStart>) : db $FF
pullpc
endmacro
| 24.538462 | 80 | 0.347962 |
c4effa0f2b6edc828715078941dca0f91a172330 | 43,082 | asm | Assembly | init.asm | avivo23/os_ass3 | 9616ffbc3f422b5c8fa872f557b8d4a1eff7f2f3 | [
"MIT-0"
] | null | null | null | init.asm | avivo23/os_ass3 | 9616ffbc3f422b5c8fa872f557b8d4a1eff7f2f3 | [
"MIT-0"
] | null | null | null | init.asm | avivo23/os_ass3 | 9616ffbc3f422b5c8fa872f557b8d4a1eff7f2f3 | [
"MIT-0"
] | null | null | null |
_init: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
char *argv[] = { "sh", 0 };
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
... | 34.383081 | 60 | 0.422404 |
8a8193c89d95bda04dcd1fd00755cbd2680002b3 | 380 | asm | Assembly | programs/oeis/343/A343842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/343/A343842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/343/A343842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A343842: Series expansion of 1/sqrt(8*x^2 + 1), even powers only.
; 1,-4,24,-160,1120,-8064,59136,-439296,3294720,-24893440,189190144,-1444724736,11076222976,-85201715200,657270374400,-5082890895360,39392404439040,-305870434467840,2378992268083200,-18531097667174400,144542561803960320,-1128808577897594880
mov $1,-2
... | 34.545455 | 240 | 0.757895 |
bba94f509624368fc1c54f098bb1ebddb600c3eb | 151 | asm | Assembly | tests/asm/add.asm | benjaminselfridge/lc3b | 12d2cf93799d98ae6b927d93456b0939ba25a6d6 | [
"BSD-3-Clause"
] | 5 | 2019-11-27T06:50:14.000Z | 2021-08-30T23:51:45.000Z | tests/asm/add.asm | benjaminselfridge/lc3b | 12d2cf93799d98ae6b927d93456b0939ba25a6d6 | [
"BSD-3-Clause"
] | null | null | null | tests/asm/add.asm | benjaminselfridge/lc3b | 12d2cf93799d98ae6b927d93456b0939ba25a6d6 | [
"BSD-3-Clause"
] | null | null | null | 0x3000
ADD R0 R0 0x9
ADD R1 R0 R0
ADD R2 R1 R0
ADD R3 R2 -1
ADD R4 R2 0x0f
TRAP 0x0
| 16.777778 | 24 | 0.397351 |
194a6cbb9456ce4155f1b8477014f4182deefb43 | 231 | asm | Assembly | Codigos exemplos/ex_printf.asm | LFMP/ARQ1 | 0f675e2e7c68a8e7ac97332e186170e5e4cfda45 | [
"MIT"
] | 2 | 2018-09-08T18:14:41.000Z | 2018-09-24T16:14:27.000Z | Codigos exemplos/ex_printf.asm | LFMP/ARQ1 | 0f675e2e7c68a8e7ac97332e186170e5e4cfda45 | [
"MIT"
] | null | null | null | Codigos exemplos/ex_printf.asm | LFMP/ARQ1 | 0f675e2e7c68a8e7ac97332e186170e5e4cfda45 | [
"MIT"
] | null | null | null | BITS 64
extern printf
section .data
fmt1 db "Valor = %d", 10, 0 ; -> "fmt1"=nome de uma variável, "10" = ENTER, "0" = "\0"
section .text
global main
main:
mov rax, 10
mov rsi, rax
mov rdi, fmt1
xor rax, rax
call printf
ret | 15.4 | 87 | 0.640693 |
46c15365e1710ee3df6fc2dc68240cd32290cc1c | 702 | asm | Assembly | ch12/LoadAndStore.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch12/LoadAndStore.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch12/LoadAndStore.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; Load and Store (floats) (LoadAndStore.asm)
; This program demonstrates the use of Load and Store
; instructions in the FPU instruction set.
INCLUDE Irvine32.inc
.code
main PROC
.data
dblOne REAL8 1234.56
dblTwo REAL8 10.1
dblThree REAL8 ?
dblFour REAL8 ?
bigVal REAL10 1.01234567... | 16.325581 | 55 | 0.692308 |
14268c96ed081dba94354e37853e9b1bd42f133e | 381 | asm | Assembly | oeis/103/A103974.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/103/A103974.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/103/A103974.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A103974: Smaller sides (a) in (a,a,a+1)-integer triangle with integer area.
; Submitted by Jamie Morken(s3)
; 1,5,65,901,12545,174725,2433601,33895685,472105985,6575588101,91586127425,1275630195845,17767236614401,247465682405765,3446752317066305,48007066756522501,668652182274248705
mov $2,1
lpb $0
sub $0,1
add $... | 25.4 | 174 | 0.742782 |
9571d27770eb606fff0835e6e9a67035d51b319d | 3,370 | asm | Assembly | adamova.asm | hajzer/asm-basic-examples | e8a32746ea5e20eb3c769d4a859337aa1dbc4f57 | [
"MIT"
] | null | null | null | adamova.asm | hajzer/asm-basic-examples | e8a32746ea5e20eb3c769d4a859337aa1dbc4f57 | [
"MIT"
] | null | null | null | adamova.asm | hajzer/asm-basic-examples | e8a32746ea5e20eb3c769d4a859337aa1dbc4f57 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Nacitajte z klavesnice retazec znakov ukonceny znakom "noveho
; riadku".Nech slovo je postupnost znakov medzi dvoma
; znakmi"medzera".Urcte pocet slov, v ktorych sucet ASCII kodov
; znakov je vacsi ako 100.Pocet vytlacte desiatkovo.
;
; A... | 31.792453 | 90 | 0.504451 |
c24077f4e6126cc044de0677666c682492869459 | 869 | asm | Assembly | src/data/interrupts.asm | Hacktix/gb-tictactoe | d20409c58e4fa4a25ce5f07dbfd51de64d864c3c | [
"MIT"
] | 8 | 2020-09-06T15:50:46.000Z | 2021-09-24T21:54:27.000Z | src/data/interrupts.asm | Hacktix/gb-tictactoe | d20409c58e4fa4a25ce5f07dbfd51de64d864c3c | [
"MIT"
] | null | null | null | src/data/interrupts.asm | Hacktix/gb-tictactoe | d20409c58e4fa4a25ce5f07dbfd51de64d864c3c | [
"MIT"
] | 1 | 2021-07-23T14:51:01.000Z | 2021-07-23T14:51:01.000Z | SECTION "VBlank Handler", ROM0
VBlankHandler::
; Do OAM DMA if requested
ldh a, [hStartAddrOAM]
and a
jr z, .noOAMDMA
call hOAMDMA
xor a
ldh [hStartAddrOAM], a
.noOAMDMA
; Print string if requested
ldh a, [hStringDrawFlag]
and a
jr z, .noStringDraw
ld a, [hStringLocation... | 15.245614 | 33 | 0.591484 |
efcef0b91404f5299de8c6d73804c34ffb3c1d6d | 1,035 | asm | Assembly | programs/oeis/230/A230547.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/230/A230547.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/230/A230547.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A230547: a(n) = 3*binomial(3*n+9, n)/(n+3).
; 1,9,63,408,2565,15939,98670,610740,3786588,23535820,146710476,917263152,5752004349,36174046743,228124619100,1442387942520,9142452842985,58083251802345,369816259792035,2359448984037600,15082416490309740,96586612269316884,619586741695427928,3980919644709754320,2561656939296... | 64.6875 | 870 | 0.877295 |
ecc39a827dedc10be3b4fd010ad3bcb3dbb9dc01 | 3,604 | asm | Assembly | simple_io.asm | everbird/coursera_assignments | 37c9087f41386a0226473e813668370afdd4704c | [
"MIT"
] | null | null | null | simple_io.asm | everbird/coursera_assignments | 37c9087f41386a0226473e813668370afdd4704c | [
"MIT"
] | null | null | null | simple_io.asm | everbird/coursera_assignments | 37c9087f41386a0226473e813668370afdd4704c | [
"MIT"
] | null | null | null | # simple_io.asm
#
# Simple i/o using syscall
# Ref: Coursera | PKU | Computer Organization | Peer Assessments 1
#
# 利用系统功能调用从键盘输入,转换后在屏幕上显示,具体要求如下:
#
# (1) 如果输入的是字母(A~Z,区分大小写)或数字(0~9),则将其转换成对应的英文单词后在屏幕上显示,对应关系见下表
#
# (2) 若输入的不是字母或数字,则在屏幕上输出字符“*”,
#
# (3) 每输入一个字符,即时转换并在屏幕上显示,
#
# (4) 支持反复输入,直到按“?”键结束程序。
... | 25.928058 | 122 | 0.536626 |
8fea38a7c237a63a04523bbc45bbc3f90d75d708 | 314 | asm | Assembly | programs/oeis/103/A103204.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/103/A103204.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/103/A103204.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A103204: a(1) = 2, a(2) = 4; a(n) = 2*a(n-1) - 1.
; 2,4,7,13,25,49,97,193,385,769,1537,3073,6145,12289,24577,49153,98305,196609,393217,786433,1572865,3145729,6291457,12582913,25165825,50331649,100663297,201326593,402653185,805306369,1610612737,3221225473
mov $1,2
pow $1,$0
mul $1,9
div $1,6
add $1,1
mov $0,$1
| 31.4 | 204 | 0.703822 |
d0d7c139f60961fbbbcaeb3db98f10401ea69372 | 2,179 | asm | Assembly | basic/src/variables/complex/index.asm | paulscottrobson/eris | cf102530334ed86360deb20f0e41af1e10f5d584 | [
"MIT"
] | 13 | 2020-03-31T08:21:22.000Z | 2021-07-28T20:03:29.000Z | basic/src/variables/complex/index.asm | paulscottrobson/eris | cf102530334ed86360deb20f0e41af1e10f5d584 | [
"MIT"
] | 37 | 2020-03-31T06:35:37.000Z | 2020-09-17T08:56:48.000Z | basic/src/variables/complex/index.asm | paulscottrobson/eris | cf102530334ed86360deb20f0e41af1e10f5d584 | [
"MIT"
] | 5 | 2020-05-10T10:23:06.000Z | 2022-01-14T02:21:02.000Z | ; *****************************************************************************
; *****************************************************************************
;
; Name: index.asm
; Purpose: Array Indexing
; Created: 9th March 2020
; Reviewed: 17th March 2020
; Author: Paul Robson (paul@robsons.org.uk)
;
; ****... | 34.046875 | 91 | 0.479119 |
6fd41bc64db9d81a1bec280d2fc3df8006121005 | 742 | asm | Assembly | nes-test-roms/mmc3_irq_tests/source/5.MMC3_rev_A.asm | joebentley/ones | d2c7d21bd94dda9d312c56a197cddec164035d4f | [
"BSD-2-Clause"
] | 1,461 | 2022-02-25T17:44:34.000Z | 2022-03-30T06:18:29.000Z | rustnes-dev/test_roms/mmc3_irq_tests/source/5.MMC3_rev_A.asm | w1n5t0n99/rustnes | 2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4 | [
"MIT"
] | 17 | 2016-10-30T12:46:35.000Z | 2020-01-31T11:34:38.000Z | rustnes-dev/test_roms/mmc3_irq_tests/source/5.MMC3_rev_A.asm | w1n5t0n99/rustnes | 2d03cc0c5dcc33d6f4ca35a009b2aee9c0d096d4 | [
"MIT"
] | 47 | 2016-10-24T00:30:56.000Z | 2022-02-10T15:19:41.000Z | ; Tests MMC3 revision A differences
.include "prefix_mmc3_validation.a"
test_name:
.db "MMC3 IRQ COUNTER REVISION A",0
reset:
jsr begin_mmc3_tests
lda #2;) IRQ should be set when reloading to 0 after clear
ldx #0
jsr begin_counter_test
jsr clock_coun... | 23.935484 | 84 | 0.572776 |
31535dcae7eaf4d311f0292f1c439681c2bc7378 | 3,424 | asm | Assembly | Maths/Utilities/MoveShip5-MVS5.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 9 | 2021-09-29T22:08:15.000Z | 2022-03-23T05:35:43.000Z | Maths/Utilities/MoveShip5-MVS5.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-21T12:35:42.000Z | 2022-01-21T17:47:24.000Z | Maths/Utilities/MoveShip5-MVS5.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-15T10:13:49.000Z | 2022-01-15T10:13:49.000Z | ; T = x hi usigned /2
; RS = inwkx (strip sign)
; so RS -= (xhi /2)
;PA = unkxhi[y] (strip sign)
; T = sign bit inkxhy[y]
MoveShip5:
ld bc,(regX) ; b = regY, c = regX
MoveShip5regBC:
MVS5: ; Moveship5, small rotation in matrix (1-1/2/256 = cos 1/16 = sine)
ld hl,UBnKxhi ; hl - INW... | 29.016949 | 114 | 0.532418 |
c58398e19b1c83848cd93e168ff8204b41262f4c | 719 | asm | Assembly | oeis/246/A246923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/246/A246923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/246/A246923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A246923: G.f.: 1 / AGM(1-9*x, sqrt((1-x)*(1-81*x))).
; Submitted by Christian Krause
; 1,25,1089,60025,3690241,241025625,16359689025,1140463805625,81081830657025,5852177325225625,427465780890020929,31528177440967935225,2344153069158724611841,175473167541934734763225,13211212029033949825064769,99963071694284640877332... | 102.714286 | 488 | 0.841446 |
b1594c5fcf5dd3c9971662c75512db532effe075 | 432 | asm | Assembly | oeis/349/A349339.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/349/A349339.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/349/A349339.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A349339: Odd bisection of the Möbius transform of A126760.
; Submitted by Jamie Morken(s3)
; 1,0,1,2,0,3,4,0,5,6,0,7,7,0,9,10,0,8,12,0,13,14,0,15,14,0,17,14,0,19,20,0,16,22,0,23,24,0,20,26,0,27,22,0,29,24,0,24,32,0,33,34,0,35,36,0,37,30,0,32,37,0,33,42,0,43,36,0,45,46,0,40,38,0,49,50,0,40,52,0,44,54,0,55,52,0,57,40,0... | 27 | 230 | 0.608796 |
113cbc98fef2428842b10c16858fc49c7c9c6c2a | 7,132 | asm | Assembly | src/main.asm | tsoding/wassm | 7c07639b67ac2e2f1cf816bc57489c14030f07cb | [
"MIT"
] | 86 | 2017-09-28T08:15:56.000Z | 2022-03-18T12:38:39.000Z | src/main.asm | tsoding/wassm | 7c07639b67ac2e2f1cf816bc57489c14030f07cb | [
"MIT"
] | 33 | 2017-09-23T23:06:44.000Z | 2018-08-08T16:10:56.000Z | src/main.asm | tsoding/wassm | 7c07639b67ac2e2f1cf816bc57489c14030f07cb | [
"MIT"
] | 10 | 2017-09-28T10:48:15.000Z | 2020-10-26T13:30:25.000Z | %include "c.inc"
%include "http.inc"
%define REQUEST_BUFFER_CAPACITY 8192
SECTION .data
printf_string:
db "%s", 10, 0
printf_int:
db "%d", 10, 0
signal_handler_message:
db "The application was interrupted by a user...", 10, 0
client_socket_error:
db "Error during reading from the cli... | 19.593407 | 86 | 0.660264 |
a56b45785082978cbf381c354b33ccc45d61998a | 582 | asm | Assembly | oeis/216/A216886.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/216/A216886.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/216/A216886.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A216886: Primes p such that x^59 = 2 has a solution mod p.
; Submitted by Jon Maiga
; 2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,3... | 44.769231 | 372 | 0.69244 |
0a99ebac093f959350d70a4d4bad1608738d593b | 1,563 | asm | Assembly | programs/oeis/301/A301696.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/301/A301696.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/301/A301696.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A301696: Partial sums of A219529.
; 1,6,17,33,54,81,113,150,193,241,294,353,417,486,561,641,726,817,913,1014,1121,1233,1350,1473,1601,1734,1873,2017,2166,2321,2481,2646,2817,2993,3174,3361,3553,3750,3953,4161,4374,4593,4817,5046,5281,5521,5766,6017,6273,6534,6801,7073,7350,7633,7921,8214,8513,8817,9126,9441,9761,1008... | 156.3 | 1,469 | 0.816379 |
3a72c6018e6002bb064105ebc6b0ea036823e881 | 10,721 | asm | Assembly | msp430/core/fr2476-xt1/interrupts.asm | dmrq70/forth-mecrisp | 50ed8de458ff83f3549f602364ca05c9fe66f8a0 | [
"Unlicense"
] | 2 | 2019-10-24T19:12:05.000Z | 2021-02-05T09:26:34.000Z | msp430/core/fr2476/interrupts.asm | dmrq70/forth-mecrisp | 50ed8de458ff83f3549f602364ca05c9fe66f8a0 | [
"Unlicense"
] | null | null | null | msp430/core/fr2476/interrupts.asm | dmrq70/forth-mecrisp | 50ed8de458ff83f3549f602364ca05c9fe66f8a0 | [
"Unlicense"
] | null | null | null | ;
; Mecrisp - A native code Forth implementation for MSP430 microcontrollers
; Copyright (C) 2011 Matthias Koch
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation, either version 3... | 30.115169 | 80 | 0.482884 |
48008e34c722acabae03a1fe711d1c3699c23fc9 | 471 | asm | Assembly | programs/oeis/214/A214067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/214/A214067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/214/A214067.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A214067: [(5/2)*[(5/2)*n]], where [ ] = floor.
; 0,5,12,17,25,30,37,42,50,55,62,67,75,80,87,92,100,105,112,117,125,130,137,142,150,155,162,167,175,180,187,192,200,205,212,217,225,230,237,242,250,255,262,267,275,280,287,292,300,305,312,317,325,330,337,342,350,355,362,367,375,380,387,392,400,405,412,417,425,430,437,442... | 58.875 | 383 | 0.690021 |
c000e58e393acb5ac0ad48041658fd1120b27d93 | 248 | asm | Assembly | pkgs/tools/yasm/src/modules/arch/x86/tests/movdq32.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/movdq32.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/movdq32.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | [bits 32]
movd eax, mm0
movd mm0, eax
movd [0], mm0
movd mm0, [0]
movd eax, xmm0
movd xmm0, eax
movd [0], xmm0
movd xmm0, [0]
movq [0], xmm0
movq xmm0, [0]
movq xmm0, xmm1
movq xmm1, xmm0
movq [0], mm0
movq mm0, [0]
movq mm0, mm1
movq mm1, mm0
| 11.272727 | 15 | 0.645161 |
564368c62b90f871e56bc804998d3f8ac4458a86 | 1,640 | asm | Assembly | Examples/ch08/ArrySum.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch08/ArrySum.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch08/ArrySum.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | TITLE ArraySum Optimization (ArrySum.asm)
INCLUDE Irvine32.inc
Optimized = 1
.data
Array DWORD 50 DUP(5)
.code
main PROC
push LENGTHOF Array
push OFFSET Array
call ArraySum
add sp,8
call WriteDec ; display the sum
call Crlf
exit
main ENDP
Comment !
IMPLEMEN... | 17.634409 | 65 | 0.545732 |
ba43aeac08f068887ad0f01f93c17a067fb2da23 | 1,281 | asm | Assembly | programs/oeis/169/A169598.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/169/A169598.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/169/A169598.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A169598: Numbers that are congruent to {3,18} mod 23.
; 3,18,26,41,49,64,72,87,95,110,118,133,141,156,164,179,187,202,210,225,233,248,256,271,279,294,302,317,325,340,348,363,371,386,394,409,417,432,440,455,463,478,486,501,509,524,532,547,555,570,578,593,601,616,624,639,647,662,670,685,693,708,716,731,739,754,762,777,... | 116.454545 | 1,154 | 0.766589 |
8c367f02de63ec5ba156a5ac629ceddcf67b1470 | 789 | asm | Assembly | libsrc/video/tms9918/gen_setrd.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/video/tms9918/gen_setrd.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/video/tms9918/gen_setrd.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; z88dk library: Generic VDP support code
;
; $Id: gen_setrd.asm,v 1.3 2016-06-16 19:30:25 dom Exp $
;
SECTION code_clib
PUBLIC SETRD
PUBLIC _SETRD
EXTERN l_tms9918_disable_interrupts
EXTERN l_tms9918_enable_interrupts
INCLUDE "video/tms9918/vdp.inc"
;=================================... | 18.785714 | 63 | 0.520913 |
e4f57aec36df58f8f47c5dc2a02808dca65657af | 10,652 | asm | Assembly | P6/data_P6_2/MDTest99.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/MDTest99.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/MDTest99.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | ori $ra,$ra,0xf
mthi $4
addu $1,$4,$1
addiu $6,$6,-9230
srav $5,$0,$5
sb $1,6($0)
mflo $6
srav $5,$1,$5
lb $1,9($0)
mthi $4
ori $1,$1,45069
lb $5,0($0)
lui $4,48825
addu $2,$2,$4
srav $2,$2,$2
divu $6,$ra
sll $0,$0,14
mtlo $6
divu $1,$ra
multu $4,$3
div $5,$ra
mthi $5
mfhi $0
lui $1,54142
sll $2,$2,29
mthi $5
mtlo $1
m... | 11.968539 | 18 | 0.566936 |
3a286cb22696affa8f7155ae37158da6299d0100 | 148 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sccz80/flockfile.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sccz80/flockfile.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sccz80/flockfile.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void flockfile(FILE *file)
SECTION code_stdio
PUBLIC flockfile
EXTERN asm_flockfile
flockfile:
push hl
pop ix
jp asm_flockfile
| 9.25 | 28 | 0.722973 |
a46526ccd6ea72b27b63b75365906e1c5632bd53 | 349 | asm | Assembly | programs/oeis/074/A074506.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/074/A074506.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/074/A074506.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A074506: a(n) = 1^n + 3^n + 4^n.
; 3,8,26,92,338,1268,4826,18572,72098,281828,1107626,4371452,17308658,68703188,273218426,1088090732,4338014018,17309009348,69106897226,276040168412,1102998412178,4408506864308,17623567104026,70462887356492,281757406247138,1126747195452068,4506141493198826
mov $1,4
pow $1,$0
add $1,1
... | 34.9 | 255 | 0.77937 |
696096af25f6b05a8c80259c122101025cad8bdf | 299 | asm | Assembly | programs/oeis/000/A000655.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/000/A000655.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000655.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A000655: a(n) = number of letters in a(n-1), a(1) = 1 (in English).
; 1,3,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4
mov $2,$0
sub $0,1
mul $2,2
sub $2,3
clr $1,$0
add $2,4
mov $1,$2
| 27.181818 | 161 | 0.521739 |
52e627b89032d746c30cb47a0dd0e8efc2ebdc1c | 735 | asm | Assembly | smsq/qxl/spp/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/qxl/spp/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/qxl/spp/init.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; QXL SER PAR PRT device initialisation V2.10 1999 Tony Tebby
section spp
xdef qxl_spp_init
xdef qxl_spp_inits
xref spp_init
xref qxl_pardef
xref qxl_serdef
include 'dev8_smsq_qxl_keys'
include 'dev8_mac_vecx'
;+++
; SPP driver initialisation.
;
; a1-a3 scratch
; status return standard
;---
qxl_spp_i... | 15.638298 | 66 | 0.741497 |
71d5d9fec6427904ebfe0e304e6ba2a0d913b19c | 258 | asm | Assembly | src/code/video/copy.asm | gb-archive/waveform-gb | 016c923745620d2166bd24e6e9afc6bd35a89a4b | [
"MIT"
] | null | null | null | src/code/video/copy.asm | gb-archive/waveform-gb | 016c923745620d2166bd24e6e9afc6bd35a89a4b | [
"MIT"
] | null | null | null | src/code/video/copy.asm | gb-archive/waveform-gb | 016c923745620d2166bd24e6e9afc6bd35a89a4b | [
"MIT"
] | null | null | null | SECTION "Video Copy", ROM0
DrawTilemapRect::
; Fill a cxb rectangle at bg map address hl with a++.
push af
ld a, BG_WIDTH
sub c
ld e, a
ld d, 0
pop af
.y
push bc
.x
ld [hli], a
inc a
dec c
jr nz, .x
pop bc
add hl, de
dec b
jr nz, .y
ret
| 9.555556 | 53 | 0.612403 |
ed87a72ef2f2e7c4726eac8d12c19cd2dd1d787f | 598 | asm | Assembly | oeis/067/A067707.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/067/A067707.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/067/A067707.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A067707: a(n) = 3*n^2 + 12*n.
; Submitted by Christian Krause
; 15,36,63,96,135,180,231,288,351,420,495,576,663,756,855,960,1071,1188,1311,1440,1575,1716,1863,2016,2175,2340,2511,2688,2871,3060,3255,3456,3663,3876,4095,4320,4551,4788,5031,5280,5535,5796,6063,6336,6615,6900,7191,7488,7791,8100,8415,8736,9063,9396,9735... | 66.444444 | 496 | 0.770903 |
245b931ab43530c8f47796561c4c274adccb64ca | 5,188 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_533.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_533.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_533.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 %r14
push %r9
push %rbx
push %rdi
push %rsi
lea addresses_D_ht+0x1414d, %r10
nop
nop
nop
nop
sub $40105, %r9
mov (%r10), %rdi
dec %r14
lea addresses_normal_ht+0x1afc1, %rsi
nop
nop
sub $35721, %rbx
movl $0x61626364, (%rsi)
nop
cmp %r9, %r9
lea addres... | 43.966102 | 2,999 | 0.660563 |
ea17e0e989da2be1c8f7bb976b75d9b5fd44d51b | 993 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_10_1014.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_10_1014.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_10_1014.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r9
push %rax
push %rbp
push %rdx
// Store
lea addresses_WT+0x1f33a, %r11
nop
nop
nop
nop
xor $57020, %rax
mov $0x5152535455565758, %r9
movq %r9, %xmm6
vmovups %ymm6, (%r11)
nop
nop
xor $12642, %rax
// Faulty Loa... | 17.421053 | 122 | 0.647533 |
59404923c0dab7e19e751167fde7bdaaa4c5775a | 262 | asm | Assembly | Practice/Assignments assembly class/9.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | Practice/Assignments assembly class/9.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | Practice/Assignments assembly class/9.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | org 100h
L1: NOP
L2: MOV AX, 0000H
MOV DS, AX
MOV BX, 0000H
MOV AL, BYTE PTR DS:[BX]
L3: SHL AL, 01H
L4: JC NEGETIVE
POSITIVE: MOV AH, 02
MOV DL, 'P'
INT 21H
JMP L5
NEGETIVE: MOV AH, 02
MOV DL, 'N'
INT 21H
L5: HLT
ret | 10.48 | 28 | 0.557252 |
285b63797244f469bc18f0294ae4eec310848b1b | 694 | asm | Assembly | oeis/020/A020976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020976.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020976: Expansion of 1/((1-8*x)*(1-9*x)*(1-10*x)).
; Submitted by Jamie Morken(s2)
; 1,27,487,7335,99631,1265607,15341887,179688375,2050086511,22913907687,251930201887,2733012078615,29322230800591,311701053949767,3287717299503487,34448718207176055,358912563957741871,3721205876364935847,38418795293246494687,395192696... | 40.823529 | 489 | 0.821326 |
d6f8fda49a4faca40e743dea9a1e17b0f7aeaee6 | 419 | asm | Assembly | oeis/107/A107385.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/107/A107385.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/107/A107385.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A107385: a(n) = a(n-1)+4*a(n-2)-4*a(n-4).
; Submitted by Jamie Morken(s4)
; 0,1,1,2,6,10,30,62,158,366,878,2094,4974,11886,28270,67438,160622,382830,912238,2173806,5180270,12344174,29416302,70097774,167041902,398056302,948558702,2260392814,5386460014,12835806062,30587411310
mov $2,1
mov $4,3
lpb $0
sub $0,1
mov ... | 22.052632 | 200 | 0.665871 |
01caa56618afa977bef1d2a280b3fef60c0689fd | 14,101 | asm | Assembly | third_party/codecs/xvidcore/src/motion/x86_asm/sad_mmx.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 292 | 2015-08-10T18:34:55.000Z | 2022-01-26T00:38:45.000Z | third_party/codecs/xvidcore/src/motion/x86_asm/sad_mmx.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 366 | 2015-08-10T18:21:02.000Z | 2022-01-22T20:03:41.000Z | third_party/codecs/xvidcore/src/motion/x86_asm/sad_mmx.asm | Narflex/sagetv | 76cb5755e54fd3b01d2bb708a8a72af0aa1533f1 | [
"Apache-2.0"
] | 227 | 2015-08-10T22:24:29.000Z | 2022-02-25T19:16:21.000Z | ;/****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - K7 optimized SAD operators -
; *
; * Copyright(C) 2001 Peter Ross <pross@xvid.org>
; * 2002 Pascal Massimino <skal@planet-d.net>
; *
; * This program is free software; you can redistrib... | 19.185034 | 84 | 0.583008 |
b7413de0f220bb14435c94df9144e917b2669a92 | 2,144 | asm | Assembly | SLIDE_Video.asm | XlogicX/CactusCon2017 | d4cc716169dc8c6c2956c57079eb64342d5432bf | [
"BSD-2-Clause"
] | 2 | 2018-12-23T17:19:34.000Z | 2019-08-23T16:15:57.000Z | SLIDE_Video.asm | XlogicX/CactusCon2017 | d4cc716169dc8c6c2956c57079eb64342d5432bf | [
"BSD-2-Clause"
] | null | null | null | SLIDE_Video.asm | XlogicX/CactusCon2017 | d4cc716169dc8c6c2956c57079eb64342d5432bf | [
"BSD-2-Clause"
] | null | null | null | %include 'textmode.h'
call draw_border
mov di, 160 * 2 + 8 ;where to place cursor
mov si, line01 ;fetch the text
mov ah, 0x0A ;color
call slide_line
mov di, 160 * 4 + 16 ;where to place cursor
mov si, line02 ;fetch the text
mov ah, 0x0E
call slide_line
mov di, 160 * 6 + 16 ;where to place cursor
mov si... | 22.333333 | 45 | 0.689366 |
e6c4639441ed91c2feecbb44c4764a84b307df0a | 465 | asm | Assembly | programs/oeis/023/A023542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/023/A023542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/023/A023542.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A023542: Convolution of natural numbers with Beatty sequence for tau^2 A001950.
; 2,9,23,47,84,136,206,296,409,548,715,913,1145,1413,1720,2068,2460,2899,3387,3927,4521,5172,5883,6656,7494,8400,9376,10425,11549,12751,14034,15400,16852,18393,20025,21751,23573,25494,27517,29644
mov $2,$0
mov $3,$0
add $3,1
lpb $3
mov... | 29.0625 | 195 | 0.677419 |
399d8ec2445e61e2b2a9a9b3f3e1632ad1cf89e7 | 175 | asm | Assembly | src/test/resources/data/reorganizertests/test7-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 36 | 2020-06-29T06:52:26.000Z | 2022-02-10T19:41:58.000Z | src/test/resources/data/reorganizertests/test7-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 39 | 2020-07-02T18:19:34.000Z | 2022-03-27T18:08:54.000Z | src/test/resources/data/reorganizertests/test7-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 7 | 2020-07-02T06:00:05.000Z | 2021-11-28T17:31:13.000Z | ; Making sure the optimizer respects the "mdl:no-opt" directive
ld a, 1
jp label1 ; mdl:no-opt
label1:
add a, b
; jp label2 ; -mdl
label2:
ld (hl), a
label3:
jr label3 | 17.5 | 63 | 0.668571 |
5d0e23873887bd24aff4aebd6aca8e296e7dc379 | 10,657 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1648.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_notsx.log_21829_1648.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_notsx.log_21829_1648.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 %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x711b, %r10
nop
nop
nop
nop
nop
xor %rdi, %rdi
movb (%r10), %r11b
nop
nop
nop
nop
and $22236, %r13
lea addresses_normal_ht+0x17159, %rbx
nop
nop
cmp $25087, %rax
mov... | 29.358127 | 2,999 | 0.649808 |
179472e6569414a74fb3cc7c29ebcb3a18008cf6 | 503 | asm | Assembly | programs/oeis/256/A256008.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/256/A256008.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/256/A256008.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A256008: Self-inverse permutation of positive integers: 4k+1 is swapped with 4k+3, and 4k+2 with 4k+4.
; 3,4,1,2,7,8,5,6,11,12,9,10,15,16,13,14,19,20,17,18,23,24,21,22,27,28,25,26,31,32,29,30,35,36,33,34,39,40,37,38,43,44,41,42,47,48,45,46,51,52,49,50,55,56,53,54,59,60,57,58,63,64,61,62,67,68,65,66,71,72,69,70,75,76,... | 33.533333 | 293 | 0.648111 |
defab4d226ea04081c96178fa361fbd55d319446 | 435 | asm | Assembly | programs/oeis/246/A246127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/246/A246127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/246/A246127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A246127: Limiting block extension of the (2,1)-version of the infinite Fibonacci word A014675 with first term as initial block.
; 2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,1,2,2,1,2,2,1,2,1,2,2,1,2,2,... | 72.5 | 201 | 0.627586 |
9378bd281e3174cf99c9225b4e3e7e90e3bcd7af | 3,263 | asm | Assembly | src/kernel/bootloader.asm | thpertic/LostOS | e3a8ad1f31002620c401484e7cfd9e7a6462a2d9 | [
"MIT"
] | 8 | 2019-06-03T14:08:33.000Z | 2020-04-06T21:41:43.000Z | src/kernel/bootloader.asm | thpertic/LostOS | e3a8ad1f31002620c401484e7cfd9e7a6462a2d9 | [
"MIT"
] | null | null | null | src/kernel/bootloader.asm | thpertic/LostOS | e3a8ad1f31002620c401484e7cfd9e7a6462a2d9 | [
"MIT"
] | null | null | null | ; multiboot headers constants
MBALIGN equ 1<<0 ; align loaded modules on page boundaries
MEMINFO equ 1<<1 ; provide memory map
FLAGS equ MBALIGN | MEMINFO ; this is the Multiboot 'flag' field
MAGIC equ 0x1... | 31.375 | 146 | 0.663193 |
06005195a7328a36e6fdfff27943f64727bc6873 | 1,073 | nasm | Assembly | SLAE_assignments/assignment3/egg_hunter.nasm | RomainLanglois/SLAE_x86 | e5620b74499c53a25f6d0537f9a86fbbd4c335d1 | [
"MIT"
] | null | null | null | SLAE_assignments/assignment3/egg_hunter.nasm | RomainLanglois/SLAE_x86 | e5620b74499c53a25f6d0537f9a86fbbd4c335d1 | [
"MIT"
] | null | null | null | SLAE_assignments/assignment3/egg_hunter.nasm | RomainLanglois/SLAE_x86 | e5620b74499c53a25f6d0537f9a86fbbd4c335d1 | [
"MIT"
] | null | null | null | global _start
_start:
xor ecx, ecx ;Initialize ecx to NULL
mul ecx ;Initilize eax and edx to NULL
_firstStep:
or dx, 0xfff ;Do a OR on dx register, dx == 0xFFF
_secondStep:
inc edx ;Add 1 to edx, edx == 0x1000
lea ebx, [edx+0x4] ;Ebx now holds the value of edx + 0x4
push byte +0x21 ;Push 0x21 on the ... | 42.92 | 123 | 0.739981 |
78d8a453fd9e9eb9bec309529f30e4da36a65dd9 | 6,493 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_213.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_213.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_213.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 %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x4ea7, %r12
clflush (%r12)
nop
nop
cmp %rdi, %rdi
mov (%r12), %rsi
nop
nop
nop
add %rbx, %rbx
lea addresses_D_ht+0x19ba7, %rbp
nop
nop
nop
nop
inc %r12
mov $0x616263646566676... | 36.683616 | 2,999 | 0.658247 |
5401d28ad849a1c82cd63cd818ca91bb1eadf7eb | 63,609 | asm | Assembly | Build/Interpreters/beebOzmoo/asm/acorn.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | Build/Interpreters/beebOzmoo/asm/acorn.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | Build/Interpreters/beebOzmoo/asm/acorn.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; Acorn-specific code factored out into its own file for readability.
; Note that the code macros defined in here have the suffix "_inline" if control
; flows straight through them or "_subroutine" if they end by executing rts (or
; equivalent).
; A note on Acorn memory models - this affects code in many places, but ... | 34.570109 | 612 | 0.705608 |
918292781ee252d0b7a8e95ab4a5df10ca55fa30 | 668 | asm | Assembly | oeis/167/A167032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/167/A167032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/167/A167032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A167032: a(n) = 20*a(n-1) - 64*a(n-2) + 2 for n > 1; a(0) = 1, a(1) = 21.
; Submitted by Jon Maiga
; 1,21,358,5818,93450,1496650,23952202,383258442,6132227914,98116017994,1569857773386,25117730316106,401883708825418,6430139436277578,102882231360724810,1646115703292731210,26337851258768236362,421405620164629929802,674... | 44.533333 | 469 | 0.808383 |
a50f4a1a79bdeeca02d1fdd57df1e51b395c3305 | 1,770 | asm | Assembly | programs/oeis/143/A143272.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/143/A143272.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/143/A143272.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A143272: a(n) = d(n)*T(n), where d(n) is the number of divisors of n (A000005) and T(n)=n(n+1)/2 are the triangular numbers (A000217).
; 1,6,12,30,30,84,56,144,135,220,132,468,182,420,480,680,306,1026,380,1260,924,1012,552,2400,975,1404,1512,2436,870,3720,992,3168,2244,2380,2520,5994,1406,2964,3120,6560,1722,7224,189... | 118 | 1,457 | 0.790395 |
527a23f82fd8cb9e14a437911086c8169213dfdb | 23,576 | asm | Assembly | tests/lr35902/LR35902_syntax_by_neo.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/lr35902/LR35902_syntax_by_neo.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/lr35902/LR35902_syntax_by_neo.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ;; Sharp LR35902 - various syntax variants provided by NEO SPECTRUMAN
;; https://zx-pk.ru/threads/30314-sjasmplus-ot-z00m.html?p=1028186&viewfull=1#post1028186
;; Syntax examples are from IDA (disassembler), bgb (emulator) and GameBoy CPU Manual
;; also cross-checked with http://www.pastraiser.com/cpu/gameboy/gameboy_o... | 38.585925 | 93 | 0.531303 |
76a902745dc4947d5b802d2cc4e0eb6a8ed96eb6 | 2,251 | nasm | Assembly | lib/mutex-inline/futex-bivar.nasm | DerickEddington/cabna | d53305542a808aeb628db4cefdf6d1094e57559b | [
"Unlicense"
] | null | null | null | lib/mutex-inline/futex-bivar.nasm | DerickEddington/cabna | d53305542a808aeb628db4cefdf6d1094e57559b | [
"Unlicense"
] | null | null | null | lib/mutex-inline/futex-bivar.nasm | DerickEddington/cabna | d53305542a808aeb628db4cefdf6d1094e57559b | [
"Unlicense"
] | null | null | null | ; TODO: The interface must be the same across the other implementations of
; mutex-inline (futex-bivar, futex-tristate). What about the registers
; the syscalls don't preserve?
Instead of a futex variable having three states (unlocked, locked w/o waiters,
locked w/ waiters), have two variables: a futex, ... | 31.263889 | 84 | 0.693914 |
8e51412869fa94639f0e211f47a6591a2c4722af | 636 | asm | Assembly | src/timer_interrupt.asm | ISSOtm/smooth-player-demo | e511fb786f2ca9e75f2d4fd38f34d1ecfe608253 | [
"MIT"
] | 4 | 2019-06-26T16:04:03.000Z | 2021-12-01T12:22:13.000Z | src/timer_interrupt.asm | ISSOtm/smooth-player-demo | e511fb786f2ca9e75f2d4fd38f34d1ecfe608253 | [
"MIT"
] | 1 | 2021-07-19T18:40:35.000Z | 2021-07-19T18:40:35.000Z | src/timer_interrupt.asm | ISSOtm/smooth-player-demo | e511fb786f2ca9e75f2d4fd38f34d1ecfe608253 | [
"MIT"
] | null | null | null |
INCLUDE "src/include/hardware.inc/hardware.inc"
; Here is how you set up a timer int appropriately
; Yes, it *has* to be the timer int
SECTION "Timer interrupt", ROM0[$50]
TimerHandler:
; These two registers are used, so they must be saved
push af
push hl
; You don't have to include the code inline,
; you may... | 25.44 | 96 | 0.731132 |
19cedbc3ad6c5731c9e951192d15970f73f2172e | 766 | asm | Assembly | programs/oeis/157/A157651.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/157/A157651.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/157/A157651.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A157651: a(n) = 100*n^2 - 49*n + 6.
; 57,308,759,1410,2261,3312,4563,6014,7665,9516,11567,13818,16269,18920,21771,24822,28073,31524,35175,39026,43077,47328,51779,56430,61281,66332,71583,77034,82685,88536,94587,100838,107289,113940,120791,127842,135093,142544,150195,158046,166097,174348,182799,191450,200301,209352,218... | 69.636364 | 656 | 0.798956 |
4c918d5d0ffac29586c5dead93eb31857a2dfee0 | 387 | asm | Assembly | code/non1996/34.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | 1 | 2021-08-20T03:57:29.000Z | 2021-08-20T03:57:29.000Z | code/non1996/34.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | code/non1996/34.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | DATA SEGMENT
NUM DW 10
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE, DS:DATA
START:
MOV AX, DATA
MOV DS, AX
MOV AX, NUM
CALL SKIPLINES
MOV AH, 4CH
INT 21H
SKIPLINES PROC
PUSH AX
PUSH CX
PUSH DX
MOV CX, AX
MOV AH, 02H
OUT:
MOV DL, '-'
INT 21H
MOV DL, 0DH
INT 21H
MOV DL, 0AH
INT 21H
LOOP OUT
... | 9 | 24 | 0.653747 |
9b2f40f86f3c30e5c4a024c30dff10a092d6764f | 54 | asm | Assembly | VirtualMachine/Win32/UnitTests/Arithmetic/test3_multii_Arithmetic.asm | ObjectPascalInterpreter/BookPart_3 | 95150d4d02f7e13e5b1ebb58c249073a384f2a0a | [
"Apache-2.0"
] | 8 | 2021-11-07T22:45:25.000Z | 2022-03-12T21:38:53.000Z | VirtualMachine/Win32/UnitTests/Arithmetic/test3_multii_Arithmetic.asm | Irwin1985/BookPart_2 | 4e8c2e47cd09b77c6e5bd3455ddfe7492adf26bf | [
"Apache-2.0"
] | 4 | 2021-09-23T02:13:55.000Z | 2021-12-07T06:08:17.000Z | VirtualMachine/Win32/UnitTests/Arithmetic/test3_multii_Arithmetic.asm | Irwin1985/BookPart_2 | 4e8c2e47cd09b77c6e5bd3455ddfe7492adf26bf | [
"Apache-2.0"
] | 4 | 2021-11-24T17:24:56.000Z | 2021-12-21T04:56:58.000Z | # Test 3 - mult
pushi 2
pushi 5
mult
halt | 9 | 15 | 0.537037 |
2b1b0328ec6ef979bc0c7626fe0a8eea7da9249e | 2,896 | asm | Assembly | wireframe/_includes/macros.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 5 | 2021-05-15T21:47:38.000Z | 2022-03-27T19:33:15.000Z | whitenoise/_includes/macros.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | 1 | 2021-06-09T10:17:41.000Z | 2021-06-09T15:07:37.000Z | wireframe/_includes/macros.asm | ArcadeTV/megadrive-samples | bb00902a844f63d55c6f449d50b0ae8a72c3c05e | [
"CC0-1.0"
] | null | null | null | ;==============================================================
; MACROS
;==============================================================
; Set the VRAM (video RAM) address to write to next
macro SetVRAMWrite
move.l #(vdp_cmd_vram_write)|((\1)&$3FFF)<<16|(\1)>>14,vdp_control
endm
; Set the CRAM (colour RAM) add... | 27.065421 | 77 | 0.383978 |
3a22bf62ec4dca859921bc6d3294e3deeac04048 | 9,829 | asm | Assembly | src/enemies.asm | jannone/westen | e3883ded0f150355e43d68d69d5e102b2024eec4 | [
"Apache-2.0"
] | 49 | 2021-09-22T04:12:15.000Z | 2022-02-25T07:16:48.000Z | src/enemies.asm | jannone/westen | e3883ded0f150355e43d68d69d5e102b2024eec4 | [
"Apache-2.0"
] | 2 | 2021-09-26T19:46:28.000Z | 2021-09-28T00:25:06.000Z | src/enemies.asm | jannone/westen | e3883ded0f150355e43d68d69d5e102b2024eec4 | [
"Apache-2.0"
] | 4 | 2021-09-26T16:45:52.000Z | 2022-01-09T21:20:17.000Z | ;-----------------------------------------------
init_object_screen_coordinates:
ld a,(n_objects)
or a
ret z
ld iy,objects
ld b,a
init_object_screen_coordinates_loop:
push bc
ld a,(iy)
bit 7,a ; enemies are marked with the msb = 1
jr z,init_object_screen_coordinates_loop_skip
call update_enemy_screen_coo... | 22.964953 | 109 | 0.775969 |
c4cc2373160fdcac02c32cb7cd66885b09962996 | 1,477 | asm | Assembly | programs/oeis/001/A001105.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/001/A001105.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001105.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A001105: a(n) = 2*n^2.
; 0,2,8,18,32,50,72,98,128,162,200,242,288,338,392,450,512,578,648,722,800,882,968,1058,1152,1250,1352,1458,1568,1682,1800,1922,2048,2178,2312,2450,2592,2738,2888,3042,3200,3362,3528,3698,3872,4050,4232,4418,4608,4802,5000,5202,5408,5618,5832,6050,6272,6498,6728,6962,7200,7442,7688,7938,8192,84... | 211 | 1,422 | 0.811104 |
4d9a3a3f1da40e5b756da8903ca3e387f748b86f | 5,952 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1979.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_notsx.log_21829_1979.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_notsx.log_21829_1979.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_A_ht+0xe1ea, %rsi
lea addresses_UC_ht+0xc7ea, %rdi
nop
nop
nop
and %r10, %r10
mov $81, %rcx
rep movsw
nop
nop
nop
nop
sub $53633, %rcx
lea addresses_WT_ht+0x14dea, %r13
nop
cmp %rbp... | 41.333333 | 2,999 | 0.659778 |
debbc6fd9142a0c50983ae59070c39e0c3d1ac93 | 13,482 | asm | Assembly | Source/Levels/L0214.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0214.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | Source/Levels/L0214.asm | AbePralle/FGB | 52f004b8d9d4091a2a242a012dc8c1f90d4c160d | [
"MIT"
] | null | null | null | ; L0214.asm skippy's prison
; Generated 07.09.2000 by mlevel
; Modified 07.09.2000 by Abe Pralle
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;---------------------------------------------------------------------
SECTION "Level0214Section",ROMX
;-------------------------------------------------------------... | 24.379747 | 71 | 0.483979 |
13cddd36e58f34bc9bd8fdea1b61b515222de19f | 911 | asm | Assembly | programs/oeis/204/A204556.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/204/A204556.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/204/A204556.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A204556: Left edge of the triangle A045975.
; 1,2,9,24,45,90,133,224,297,450,561,792,949,1274,1485,1920,2193,2754,3097,3800,4221,5082,5589,6624,7225,8450,9153,10584,11397,13050,13981,15872,16929,19074,20265,22680,24013,26714,28197,31200,32841,36162,37969,41624,43605,47610,49773,54144,56497,61250,63801,68952,71709,772... | 31.413793 | 593 | 0.712404 |
2c5f8e5e7d6a5ec1bc3472070f0153c72c5cff6c | 672 | asm | Assembly | lab3example.asm | NFrisiani/Microcontroller-Engineering-I | 563d19f3355e536985ae7033b569db6fb450804d | [
"MIT"
] | 1 | 2017-12-10T15:24:46.000Z | 2017-12-10T15:24:46.000Z | lab3example.asm | NFrisiani/Microcontroller-Engineering-I | 563d19f3355e536985ae7033b569db6fb450804d | [
"MIT"
] | null | null | null | lab3example.asm | NFrisiani/Microcontroller-Engineering-I | 563d19f3355e536985ae7033b569db6fb450804d | [
"MIT"
] | null | null | null | processor 18F8722
config OSC=HS, WDT=OFF, LVP=OFF
org 0x0000
radix decimal
LATF equ 0xF8E ;assignign port F --> LEDs and U1/U2
TRISF equ 0xF97 ;assignign port F --> LEDs and U1/U2
PORTF equ 0xF85 ;assigning port F --> LEDs and U1/U2
LATH equ 0xF90 ;A --> transistor Q3
TRISH equ 0xF99 ;assigning port H --> t... | 15.272727 | 80 | 0.723214 |
fe64f8156fce02cafc6103644150b825a231926d | 444 | asm | Assembly | programs/oeis/006/A006591.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/006/A006591.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/006/A006591.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A006591: Sum_{k = 1..n } nearest integer to n/k (if n/k is midway between two numbers take the smaller).
; 1,3,5,8,11,14,17,22,24,28,33,36,40,45,48,53,57,62,66,71,74,79,86,89,93,99,102,109,114,117,122,129,133,138,143,148,152,159,164,169,175,178,185,190,193,202,207,212,215,223,227,232,241,244,249,256,259,266,273
mul ... | 26.117647 | 207 | 0.63964 |
2da0830f2d8926e96e32bb1cbf8a35b6f2eab513 | 364 | asm | Assembly | oeis/021/A021835.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021835.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021835.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021835: Decimal expansion of 1/831.
; Submitted by Christian Krause
; 0,0,1,2,0,3,3,6,9,4,3,4,4,1,6,3,6,5,8,2,4,3,0,8,0,6,2,5,7,5,2,1,0,5,8,9,6,5,1,0,2,2,8,6,4,0,1,9,2,5,3,9,1,0,9,5,0,6,6,1,8,5,3,1,8,8,9,2,9,0,0,1,2,0,3,3,6,9,4,3,4,4,1,6,3,6,5,8,2,4,3,0,8,0,6,2,5,7,5
seq $0,83811 ; Numbers n such that 2n+1 is the d... | 45.5 | 199 | 0.598901 |
8d63c84a52da21470a1e72108d39d45eb8b4acbc | 353 | asm | Assembly | programs/oeis/267/A267043.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267043.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267043.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267043: Middle column of the "Rule 91" elementary cellular automaton starting with a single ON (black) cell.
; 1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0
mov $... | 44.125 | 201 | 0.586402 |
cb249ab9dd11ce99092400c3ee382968cf10c36d | 346 | asm | Assembly | programs/oeis/028/A028329.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/028/A028329.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/028/A028329.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A028329: Twice central binomial coefficients.
; 2,4,12,40,140,504,1848,6864,25740,97240,369512,1410864,5408312,20801200,80233200,310235040,1202160780,4667212440,18150270600,70690527600,275693057640,1076515748880,4208197927440,16466861455200,64495207366200,252821212875504,991837065896208,3893878851296224
mov $1,$0
mu... | 43.25 | 258 | 0.83237 |
2e9909ecc6adae05ba8f56383f8299eeaf2fdfce | 658 | asm | Assembly | sbsext/ext/read.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ext/read.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ext/read.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; READ / EOF V2.00 1990 Tony Tebby QJUMP
;
; READ
; EOF (#n)
;
section exten
xdef read
xdef eof
xdef eofw
xref ut_chan0 ; get channel default #0
xref ut_rtfd1
xref ut_trap3
include 'dev8_keys_qdos_io'
include 'dev8_keys_err'
include 'dev8_keys_sbasic'
read
moveq #err.nimp,d0
read_rts
rts
dc... | 13.708333 | 52 | 0.670213 |
5010ba1579b0dc126b7baa58cb22d86a810d6aba | 605 | asm | Assembly | oeis/064/A064232.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/064/A064232.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/064/A064232.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A064232: a(n) = n^(n+2) mod (n+1)^(n+1).
; 0,1,16,243,971,31469,32530,6799175,298900846,1381059609,144064988167,7774410799163,72418038179852,6737865711858693,426377776285933636,6292404967145601295,586165173437961392811,2993987233372099394609,877718282434196639693502,85063895693373205673756419,104493087129812235033212... | 55 | 492 | 0.856198 |
6044d670e50077bc26eed3def33ce0cfcac9860c | 446 | asm | Assembly | oeis/036/A036711.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036711.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036711.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036711: a(n)=number of Gaussian integers z=a+bi satisfying |z|<=n+1/2, a>0, b>=0.
; Submitted by Christian Krause
; 0,2,5,9,17,24,34,44,56,73,87,105,122,144,166,187,215,243,271,300,328,364,399,435,471,513,554,594,640,683,733,781,828,880,936,992,1049,1105,1167,1226,1292,1354,1420,1489,1555,1627,1696
mul $0,2
add $0,... | 40.545455 | 185 | 0.690583 |
427cc5617dd701b07569ef01b96e8508f2ad047b | 4,139 | asm | Assembly | savefile/main_sram3.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 35 | 2018-04-01T06:55:28.000Z | 2021-05-09T19:09:42.000Z | savefile/main_sram3.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 4 | 2018-04-01T15:32:55.000Z | 2019-02-23T20:46:49.000Z | savefile/main_sram3.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 12 | 2018-04-01T15:48:09.000Z | 2021-01-27T10:22:33.000Z | ; === main_sram3.asm
; SRAM bank 3. Contains the map loader, custom audio tracks,
; and the connection test procedure.
SECTION "SRAM3", ROM0[$A000]
; This is where it all begins.
_EntryPoint:
jp _Start
; This flag is unset on a brand new save file.
FirstRunFlag:
db 0
; Custom audio tracks
include "includ... | 22.867403 | 74 | 0.681807 |
789f966ce65199bb5a3a9bf18879f48b81592055 | 403 | asm | Assembly | programs/oeis/212/A212691.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/212/A212691.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/212/A212691.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A212691: Number of (w,x,y,z) with all terms in {1,...,n} and w+|x-y|<=|x-z|+|y-z|.
; 0,0,2,8,26,50,100,154,252,348,510,660,902,1118,1456,1750,2200,2584,3162,3648,4370,4970,5852,6578,7636,8500,9750,10764,12222,13398,15080,16430,18352,19888,22066,23800,26250,28194,30932,33098,36140
mov $2,$0
mov $3,$0
lpb $2
sub $2,... | 25.1875 | 197 | 0.637717 |
a71d7340cd9718ce945f6e450625d33f97c47089 | 11,029 | asm | Assembly | Games/CMonster (Breakout)/Source/title.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2019-03-31T11:49:12.000Z | 2019-03-31T11:49:12.000Z | Games/CMonster (Breakout)/Source/title.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | null | null | null | Games/CMonster (Breakout)/Source/title.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2020-03-09T13:21:19.000Z | 2020-03-09T13:21:19.000Z | ;############# CMonster by Patrick Davidson - title screen
title_show_highscore:
call show_highscores
Show_Title_Screen:
call Clear_Screen
ld hl,levelData
ld de,map
ld bc,160
ldir
ld a,18
ld (delay... | 24.508889 | 94 | 0.386073 |
f5f363fb655eda19b1bd5d854809344f25e7dbbb | 515 | asm | Assembly | sertest.asm | WA6YDQ/nano80 | 17de2a6c13a3161f4702589f08ba53aadae3e84b | [
"MIT"
] | 2 | 2021-01-19T13:56:06.000Z | 2022-03-04T10:37:13.000Z | sertest.asm | WA6YDQ/nano80 | 17de2a6c13a3161f4702589f08ba53aadae3e84b | [
"MIT"
] | null | null | null | sertest.asm | WA6YDQ/nano80 | 17de2a6c13a3161f4702589f08ba53aadae3e84b | [
"MIT"
] | null | null | null | ; sertest.asm
; test serial read/write of nano80
; k theis 2019
; this program reads from the serial port. When a character
; is available, is returns it on the serial port ans sends it to
;the LED display port as well.
org 0
STATUS equ 2 ; serial status 0=not ready, n=# of chars
SIN equ 1 ; serial in
SOUT equ 1 ;... | 17.758621 | 65 | 0.714563 |
ca1d3e4e174f69b3da5166f45d60c9b5d71649cc | 4,640 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_787_1622.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_787_1622.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_787_1622.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 %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xe941, %rbx
nop
nop
nop
nop
cmp $20514, %r13
movl $0x61626364, (%rbx)
nop
nop
cmp %r8, %r8
lea addresses_WT_ht+0x5941, %rsi
lea addresses_normal_ht+0xe59a, %rdi
clflush (%rdi)
nop
xor $6... | 35.968992 | 2,360 | 0.658621 |
3d871288d97d3efdd4e605a126dd613021079a6f | 225 | asm | Assembly | libsrc/_DEVELOPMENT/adt/bv_stack/c/sccz80/bv_stack_init_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/adt/bv_stack/c/sccz80/bv_stack_init_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/adt/bv_stack/c/sccz80/bv_stack_init_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; bv_stack_t *bv_stack_init(void *p, size_t capacity, size_t max_size)
SECTION code_clib
SECTION code_adt_bv_stack
PUBLIC bv_stack_init_callee
EXTERN b_vector_init_callee
defc bv_stack_init_callee = b_vector_init_callee
| 18.75 | 70 | 0.853333 |
60e5cfc2be7cbade8ea0b04caf57d61b88f7865c | 404 | asm | Assembly | oeis/089/A089907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089907.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089907: Sum of digits of numbers between 0 and (6/9)*(10^n-1).
; Submitted by Christian Krause
; 0,21,483,7785,107787,1377789,16777791,197777793,2277777795,25777777797,287777777799,3177777777801,34777777777803,377777777777805,4077777777777807,43777777777777809,467777777777777811
mov $2,$0
lpb $0
sub $0,1
add $1... | 23.764706 | 184 | 0.727723 |
370e344ae3bfe5005b048a8f202c0cab09222a30 | 688 | asm | Assembly | oeis/306/A306495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/306/A306495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/306/A306495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A306495: Expansion of e.g.f. (2-exp(-x))*exp(x)/(x-1)^2.
; Submitted by Jon Maiga
; 1,4,16,74,402,2542,18446,151482,1390738,14126582,157365222,1908110866,25022451482,352918443438,5327630246542,85716034274282,1464281837606946,26470821156031462,504879319309407158,10132393298394712002,213441590598213760042,4708941619799... | 40.470588 | 482 | 0.813953 |
ba5ef7346834723f729a7da5f26df5da2050984d | 479 | asm | Assembly | programs/oeis/008/A008794.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008794.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008794.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008794: Squares repeated; a(n) = floor(n/2)^2.
; 0,0,1,1,4,4,9,9,16,16,25,25,36,36,49,49,64,64,81,81,100,100,121,121,144,144,169,169,196,196,225,225,256,256,289,289,324,324,361,361,400,400,441,441,484,484,529,529,576,576,625,625,676,676,729,729,784,784,841,841,900,900,961,961,1024,1024,1089,1089,1156,1156,1225,1225,... | 79.833333 | 409 | 0.730689 |
0bf201bccf16e5935c492e1c8f267c9b761089c2 | 6,864 | asm | Assembly | src/menu.asm | onslaught-demogroup/ons_paddo_music_disk | 6a945f918fd1220b325385d14327b5e1ee86295d | [
"MIT"
] | null | null | null | src/menu.asm | onslaught-demogroup/ons_paddo_music_disk | 6a945f918fd1220b325385d14327b5e1ee86295d | [
"MIT"
] | null | null | null | src/menu.asm | onslaught-demogroup/ons_paddo_music_disk | 6a945f918fd1220b325385d14327b5e1ee86295d | [
"MIT"
] | null | null | null | /*
Defined in menu_items.asm
.var menu_x = 5
.var menu_y = 10
.var menu_h = 10
.var menu_w = 8
.var item_w = 64
Deifned in sid_include.asm
sid_name.size()
*/
.var keyboard_scanning_delay_frames = 3
.var title_scroll_delay_frames = 5
.var title_scroll_delay_frames_major = 30
m_key_scan_delay:
.byte $05
m_title_scrol... | 18.909091 | 95 | 0.64831 |
2b82ed4c497966c74f0fd8c36c7d8df632425c99 | 4,572 | asm | Assembly | Pages.asm | vcte/eclectic | 46d82f3a573d9fd09847a07cb9017d8a57db9b1a | [
"MIT"
] | 1 | 2018-10-22T23:38:28.000Z | 2018-10-22T23:38:28.000Z | Pages.asm | vcte/eclectic | 46d82f3a573d9fd09847a07cb9017d8a57db9b1a | [
"MIT"
] | null | null | null | Pages.asm | vcte/eclectic | 46d82f3a573d9fd09847a07cb9017d8a57db9b1a | [
"MIT"
] | null | null | null | ; ===============================================================
; Pages
; ===============================================================
; ---------------------------------------------------------------
; PAGE 1 (General)
; ---------------------------------------------------------------
second1:
xor A
ld (curpag... | 14.748387 | 65 | 0.571522 |
4eae69ada5e0a26fa90b60739ca32933b6fe5724 | 406 | asm | Assembly | oeis/111/A111715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/111/A111715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/111/A111715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A111715: Sum of the squares of the first n squarefree numbers.
; Submitted by Jon Maiga
; 0,1,5,14,39,75,124,224,345,514,710,935,1224,1585,2026,2510,3039,3715,4556,5456,6417,7506,8662,9887,11256,12700,14221,15902,17666,19515,21631,23840,26441,29250,32275,35524,38888,42369,46090,49934,54159
lpb $0
sub $0,1
mov $2... | 31.230769 | 202 | 0.724138 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.