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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c2a3116abae503b00ed0dca599cbdd20419092b1 | 1,663 | asm | Assembly | programs/oeis/236/A236223.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/236/A236223.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/236/A236223.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A236223: Sum of the fifteenth powers of the first n primes.
; 32768,14381675,30531959800,4778093469743,4182026262885394,55367919276976151,2917790970786791944,18098918000661590243,284734153465052835850,8913922901063237276799,32379184892907923206750,365825452844723230295243,1920923767836261141183844,5097994133634216803... | 103.9375 | 1,457 | 0.91822 |
a4bb3667a3a44eb077361e51dd237fd9502ddeec | 1,418 | asm | Assembly | logokoala.asm | SalesforceFoundation/c64-salesforce-demo | b3896b11efd9ad0e5a7de5bda5784c1051367bf9 | [
"BSD-3-Clause"
] | 1 | 2017-11-03T18:34:30.000Z | 2017-11-03T18:34:30.000Z | logokoala.asm | SalesforceFoundation/c64-salesforce-demo | b3896b11efd9ad0e5a7de5bda5784c1051367bf9 | [
"BSD-3-Clause"
] | null | null | null | logokoala.asm | SalesforceFoundation/c64-salesforce-demo | b3896b11efd9ad0e5a7de5bda5784c1051367bf9 | [
"BSD-3-Clause"
] | 2 | 2022-02-08T15:51:21.000Z | 2022-02-26T14:08:52.000Z | ;From http://www.lemon64.com/forum/viewtopic.php?t=36491&sid=0c9db642484183b7b07bf8d768f056c8
;Koala Picture Code by Stranger on CSDb
PICTURE = $2000
BITMAP = PICTURE
VIDEO = PICTURE+$1f40
COLOR = PICTURE+$2328
BACKGROUND = PICTURE+$2710
*=$0801
; BASIC stub: "1 SYS 2061"
!by $0b,$08,$01,$00,$9e,$32,$30,$36,$... | 19.162162 | 96 | 0.641749 |
3f7b15df5ced7363309482f21941b873c072fd5b | 668 | asm | Assembly | oeis/052/A052333.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052333.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052333.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052333: Riesel problem: start with n; repeatedly double and add 1 until reach a prime. Sequence gives prime reached, or 0 if no prime is ever reached.
; Submitted by Jamie Morken(s4)
; 3,5,7,19,11,13,31,17,19,43,23,103,223,29,31,67,71,37,79,41,43,367,47,199,103,53,223,463,59,61,127,131,67,139,71,73,151,311,79,163,83... | 25.692308 | 203 | 0.654192 |
41751f6b27458dec180c7027d7c3e7fcb53c19ab | 916 | asm | Assembly | programs/oeis/062/A062811.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/062/A062811.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/062/A062811.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A062811: a(n) = Sum_{i=1..n} i^(n - i) + (i - n)^i.
; 1,1,3,9,21,65,215,713,2809,11425,49339,234825,1148013,6009153,33216239,190115849,1152491825,7244099617,47387741107,323632894729,2280785100549,16702573959489,126413562204231,986688266888777,7960928383114409,66059744250227873,564580510931670763,4962212040742355401,4... | 50.888889 | 722 | 0.836245 |
15ac6e34a42ff3ebae628daf150d42bd5896198e | 432 | asm | Assembly | programs/oeis/134/A134235.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/134/A134235.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/134/A134235.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A134235: Triangle read by rows: a(1) = 1; then n-th row = n terms of (n+2), (n+4), (n+6),...n.
; 1,4,2,5,7,3,6,8,10,4,7,9,11,13,5,8,10,12,14,16,6,9,11,13,15,17,19,7,10,12,14,16,18,20,22,8,11,13,15,17,19,21,23,25,9,12,14,16,18,20,22,24,26,28,10
mul $0,2
add $0,2
mov $1,1
mov $2,1
lpb $0,1
mov $4,$0
sub $0,1
add... | 18.782609 | 148 | 0.555556 |
b554a4b11325a17ccf4d4ce470523a167de1a479 | 40 | asm | Assembly | codes/low-level/ch05/macro_asm_parts.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | codes/low-level/ch05/macro_asm_parts.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | codes/low-level/ch05/macro_asm_parts.asm | zhoujiagen/learning-system-programming | 2a18e9f8558433708837ba4bd0fae5d7c11bf110 | [
"MIT"
] | null | null | null | %define a mov rax,
%define b rbx
a b | 13.333333 | 18 | 0.625 |
41b8c0d0e8f9cd949f5cef26e6963e70fbf5d9d4 | 4,417 | asm | Assembly | src/displaybcd.asm | hackneyc/CastleEscape | cbf676a4358bdb32d5b2b5251dd17951af19b5df | [
"BSD-3-Clause"
] | null | null | null | src/displaybcd.asm | hackneyc/CastleEscape | cbf676a4358bdb32d5b2b5251dd17951af19b5df | [
"BSD-3-Clause"
] | 11 | 2021-01-26T02:59:18.000Z | 2021-02-05T04:45:55.000Z | src/displaybcd.asm | hackneyc/CastleEscape | cbf676a4358bdb32d5b2b5251dd17951af19b5df | [
"BSD-3-Clause"
] | null | null | null | extern printChar
public addBCD
public decBCD
public display2BCD
public display4BCD
public displayBCD
public incBCD
public subBCD
include "defs.inc"
section CODE_2
; On entry:
; a[3:0] = BCD value to display, a[7:... | 26.291667 | 79 | 0.4048 |
fc8304b87090999a406f5c39e05c936272a50893 | 606 | asm | Assembly | oeis/340/A340806.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/340/A340806.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/340/A340806.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A340806: a(n) = Sum_{k=1..n-1} (k^n mod n).
; Submitted by Jamie Morken(s3)
; 0,1,3,2,10,13,21,4,27,45,55,38,78,77,105,8,136,93,171,146,210,209,253,172,250,325,243,294,406,365,465,16,528,561,595,402,666,665,741,372,820,673,903,726,945,897,1081,536,1029,1125,1275,1170,1378,765,1485,924,1596,1653,1711,1078,1830,1705,18... | 40.4 | 427 | 0.693069 |
4b961ff14a524a52f620c20e1af6de1c71f6591d | 203 | asm | Assembly | programs/oeis/038/A038364.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/038/A038364.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/038/A038364.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A038364: Numbers n such that n = (product of digits of n) + (sum of digits of n).
; 0,19,29,39,49,59,69,79,89,99
lpb $0,1
sub $0,1
mov $2,4
add $1,5
mov $3,5
lpe
add $2,$1
add $1,$3
add $1,$2
| 15.615385 | 83 | 0.581281 |
26d412f8885a07d295696228b4219b25ce44cadb | 4,606 | asm | Assembly | ladder.asm | dsprenkels/curve13318-haswell | 8f281e2dd5938bf8b7f0e246c99491739cbd8090 | [
"CC0-1.0"
] | 1 | 2019-10-12T17:52:30.000Z | 2019-10-12T17:52:30.000Z | ladder.asm | dsprenkels/curve13318-haswell | 8f281e2dd5938bf8b7f0e246c99491739cbd8090 | [
"CC0-1.0"
] | null | null | null | ladder.asm | dsprenkels/curve13318-haswell | 8f281e2dd5938bf8b7f0e246c99491739cbd8090 | [
"CC0-1.0"
] | null | null | null | ; Ladder for shared secret point multiplication
;
; Author: Daan Sprenkels <hello@dsprenkels.com>
%include "ge_double.mac.asm"
%include "ge_add.mac.asm"
%include "select.mac.asm"
global crypto_scalarmult_curve13318_avx2_ladder
section .text
crypto_scalarmult_curve13318_avx2_ladder:
; Double-and-add ladder for sh... | 25.731844 | 89 | 0.604863 |
aaca8736933f5a90601dd137f5e1ebac6670a020 | 562 | asm | Assembly | oeis/158/A158766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158766: a(n) = 1444*n^2 + 38.
; 38,1482,5814,13034,23142,36138,52022,70794,92454,117002,144438,174762,207974,244074,283062,324938,369702,417354,467894,521322,577638,636842,698934,763914,831782,902538,976182,1052714,1132134,1214442,1299638,1387722,1478694,1572554,1669302,1768938,1871462,1976874,2085174,2196362,231043... | 80.285714 | 496 | 0.825623 |
c9a64d142c6e80f01336be755210c0e947168848 | 450 | asm | Assembly | programs/oeis/262/A262342.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/262/A262342.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/262/A262342.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A262342: Area of Lewis Carroll's paradoxical F(2n+1) X F(2n+3) rectangle.
; 10,65,442,3026,20737,142130,974170,6677057,45765226,313679522,2149991425,14736260450,101003831722,692290561601,4745030099482,32522920134770,222915410843905,1527884955772562,10472279279564026,71778070001175617
add $0,3
mov $1,2
mov $2,1
mov $... | 22.5 | 210 | 0.713333 |
a2291a2a803f33a29d83c5c3daa40019ab2f52c9 | 3,682 | asm | Assembly | audio/music/unusedsong.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | audio/music/unusedsong.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | audio/music/unusedsong.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Music_UnusedSong_Ch1::
tempo 144
volume 7, 7
vibrato 5, 1, 6
Music_UnusedSong_branch_a91b::
note_type 12, 1, 0
octave 6
note E_, 1
rest 1
octave 5
note B_, 1
rest 1
octave 6
note C#, 1
rest 1
octave 5
note B_, 1
octave 6
note E_, 1
rest 4
note E_, 2
rest 2
note D#, 1
rest 1
octave 5
note B_, 1
... | 10.861357 | 43 | 0.597501 |
ac4276bdb3828f95c18811baaf15de38418df0b1 | 1,391 | asm | Assembly | engine/overworld/emotion_bubbles.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | engine/overworld/emotion_bubbles.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | engine/overworld/emotion_bubbles.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | EmotionBubble:
ld a, [wWhichEmotionBubble]
ld c, a
ld b, 0
ld hl, EmotionBubblesPointerTable
add hl, bc
add hl, bc
ld e, [hl]
inc hl
ld d, [hl]
ld hl, vChars1 + $780
lb bc, BANK(EmotionBubbles), $04
call CopyVideoData
ld a, [wUpdateSpritesEnabled]
push af
ld a, $ff
ld [wUpdateSpritesEnabled], a
ld a, [... | 18.546667 | 80 | 0.676492 |
65691734e29b25e629f6bdf60ca4f831eccfbf3b | 370 | asm | Assembly | programs/oeis/038/A038723.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/038/A038723.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/038/A038723.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A038723: a(n) = 6*a(n-1) - a(n-2), n >= 2, a(0)=1, a(1)=4.
; 1,4,23,134,781,4552,26531,154634,901273,5253004,30616751,178447502,1040068261,6061962064,35331704123,205928262674,1200237871921,6995498968852,40772755941191,237641036678294,1385073464128573
mov $1,1
lpb $0,1
sub $0,1
add $3,$1
add $3,$1
sub $1,1
... | 24.666667 | 191 | 0.664865 |
0311233efbb4309322ff4004b2ffbd2dadfa4550 | 922 | asm | Assembly | programs/oeis/213/A213830.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/213/A213830.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/213/A213830.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A213830: Antidiagonal sums of the convolution array A213828.
; 2,18,78,230,540,1092,1988,3348,5310,8030,11682,16458,22568,30240,39720,51272,65178,81738,101270,124110,150612,181148,216108,255900,300950,351702,408618,472178,542880,621240,707792,803088,907698,1022210,1147230,1283382,1431308,1591668,1765140,1952420,21542... | 70.923077 | 771 | 0.830803 |
6f4d42876c47192fee9a33138768788ce7b3e0c0 | 288 | asm | Assembly | dd/nd/proctab.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dd/nd/proctab.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dd/nd/proctab.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; ND SuperBASIC procedures / functions
section procs
xdef nd_proctab
include 'dev8_mac_proc'
nd_proctab
proc_stt
proc_def FSERVE ; file server
proc_def NFS_USE
proc_end
proc_stt
proc_end
end
| 16 | 46 | 0.559028 |
bfb78a85f80c06d9c11a41f5f461cc3397243511 | 287 | asm | Assembly | src/test/resources/data/searchtests/opt-test10-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | null | null | null | src/test/resources/data/searchtests/opt-test10-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | null | null | null | src/test/resources/data/searchtests/opt-test10-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | null | null | null | org #4000
execute:
ld hl, v1
ld (hl), 5
ld iy, v2
ld (iy + 0), 1
ld (iy + 1), 2
ld (iy + 2), 3
ld (iy + 3), 4
ld l, v3
ld (hl), 11
inc l
ld (hl), 12
loop:
jr loop
org #c000
v1:
org $ + 1
v2:
org $ + 4
v3:
org $ + 2 | 10.62963 | 18 | 0.38676 |
43914904b60cb2de41c755c2445b41833f536f70 | 5,098 | asm | Assembly | compiled/prime.asm | GGN-2015/Coffee | 6119f51917604930299a0119bc0a4e19843aaa4b | [
"MIT"
] | 1 | 2022-03-13T11:08:45.000Z | 2022-03-13T11:08:45.000Z | compiled/prime.asm | GGN-2015/Coffee | 6119f51917604930299a0119bc0a4e19843aaa4b | [
"MIT"
] | null | null | null | compiled/prime.asm | GGN-2015/Coffee | 6119f51917604930299a0119bc0a4e19843aaa4b | [
"MIT"
] | null | null | null | STACKSG SEGMENT STACK
GLOBAL_BUILTIN_GETS_BUF DW 129 DUP(0)
GLOBAL_BUILTIN_GETS_CHARCOUNT DW 1 DUP(0)
DW 16254 DUP(0)
STACKSG ENDS
CODESG SEGMENT
ASSUME CS:CODESG, DS:STACKSG, SS:STACKSG
FUNC_isprime: ; localVar: 2, arguCnt: 1
PUSH BP
MOV BP, SP
SUB SP, 4
MOV AX, [BP+4]
MOV... | 18.951673 | 48 | 0.587093 |
60efd0f89eabbbe6a06be5f23b13062a16acc5fa | 469 | asm | Assembly | oeis/084/A084474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/084/A084474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/084/A084474.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A084474: Write n in binary and replace 0 with 0000.
; Submitted by Christian Krause
; 1,10000,11,100000000,100001,110000,111,1000000000000,1000000001,1000010000,1000011,1100000000,1100001,1110000,1111,10000000000000000,10000000000001,10000000010000,10000000011,10000100000000
seq $0,84473 ; Replace 0 with 0000 in bin... | 67 | 191 | 0.808102 |
2a94917c53c0a2a7afa124f18750d333a62d83d4 | 822 | asm | Assembly | Working Disassembly/General/Sprites/Buggernaut/Map - Buggernaut.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/Sprites/Buggernaut/Map - Buggernaut.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Sprites/Buggernaut/Map - Buggernaut.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_360EB4: dc.w Frame_360EC0-Map_360EB4
dc.w Frame_360EC8-Map_360EB4
dc.w Frame_360EDC-Map_360EB4
dc.w Frame_360EF6-Map_360EB4
dc.w Frame_360EFE-Map_360EB4
dc.w Frame_360F12-Map_360EB4
Frame_360EC0: dc.w 1
dc.b $F8, 9, 0, 0,$FF,$F4
Frame_360EC8: dc.w 3
dc.b $F8, 9, 0, 0,$FF,$F4
dc.b $EC, 5, 0, ... | 24.909091 | 40 | 0.543796 |
e552a6db6fb9e56a6793074a8b6469a10ac94600 | 489 | asm | Assembly | util/cv/vcurs.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/cv/vcurs.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | util/cv/vcurs.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; visible strings for cursor/caps V0.00 1988 Tony Tebby QJUMP
section cv
xdef cv_vcurs
;+++
; Table of visible strings for cursor keys and caps.
; 5 (positive) relative byte pointer to byte length strings.
;---
cv_vcurs
dc.b left-*
dc.b right-*
dc.b up-*
... | 21.26087 | 69 | 0.519427 |
e63811d902176c746533a750ff64c98491465ba1 | 826 | asm | Assembly | oeis/037/A037117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037117: Trajectory of 3 under map n->39n+1 if n odd, n->n/2 if n even
; Submitted by Jon Maiga
; 3,118,59,2302,1151,44890,22445,875356,437678,218839,8534722,4267361,166427080,83213540,41606770,20803385,811332016,405666008,202833004,101416502,50708251,1977621790,988810895,38563624906,19281812453,751990685668,37599534... | 29.5 | 486 | 0.745763 |
4ae0b0b46f8bf347321bc0b06bb3580c4f7c1ecc | 185 | asm | Assembly | data/wildPokemon/route16.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/wildPokemon/route16.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/wildPokemon/route16.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Route16Mons:
db $19
db 22,NATU ;day
db 22,DODUO
db 23,RATTATA
db 24,YANMA ;day
db 24,DODUO
db 26,SPEAROW
db 23,YANMA ;day
db 24,FEAROW
db 25,RATICATE
db 26,RATICATE
db $00
| 12.333333 | 17 | 0.691892 |
4dd16667fc37723ad7233cd196760c30e881a3ce | 1,074 | asm | Assembly | s2/sfx-original/AD - Inhaling Bubble.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/sfx-original/AD - Inhaling Bubble.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/sfx-original/AD - Inhaling Bubble.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound2D_InhalingBubble_Header:
smpsHeaderStartSong 2, 1
smpsHeaderVoice Sound2D_InhalingBubble_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, Sound2D_InhalingBubble_FM5, $0E, $00
; FM5 Data
Sound2D_InhalingBubble_FM5:
smpsSetvoice $00
smpsModSet $01, $01, ... | 29.027027 | 64 | 0.624767 |
95d79da9488f93e5ae3e8b79b5c80f68eb07086f | 698 | asm | Assembly | oeis/174/A174755.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/174/A174755.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/174/A174755.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A174755: x-values in the solution to x^2-47*y^2=1.
; Submitted by Jon Maiga
; 1,48,4607,442224,42448897,4074651888,391124132351,37543842053808,3603817713033217,345928956609135024,33205576016763929087,3187389368652728057328,305956173814645129574401,29368605296837279711085168,2819080152322564207134601727,27060232601766... | 38.777778 | 486 | 0.833811 |
650fa7537d607d1ad95309780035266eb9acce76 | 471 | asm | Assembly | oeis/217/A217730.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/217/A217730.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/217/A217730.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A217730: Expansion of (1+2*x-x^3)/(1-4*x^2+2*x^4).
; Submitted by Jon Maiga
; 1,2,4,7,14,24,48,82,164,280,560,956,1912,3264,6528,11144,22288,38048,76096,129904,259808,443520,887040,1514272,3028544,5170048,10340096,17651648,35303296,60266496,120532992,205762688,411525376,702517760,1405035520,2398545664,4797091328,8189... | 26.166667 | 272 | 0.719745 |
9da0a47ccc19f4e37875f71a4028960ef2635a0d | 379 | asm | Assembly | programs/oeis/048/A048038.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/048/A048038.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/048/A048038.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A048038: Number of nonempty subsets of {1,2,...,n} in which exactly 1/2 of the elements are <= (n+1)/3.
; 0,1,2,3,9,14,20,55,83,119,329,494,714,2001,3002,4367,12375,18563,27131,77519,116279,170543,490313,735470,1081574,3124549,4686824,6906899,20030009,30045014,44352164,129024479,193536719,286097759
mov $1,$0
mov $2,... | 31.583333 | 195 | 0.712401 |
13da60066e8f32b338f809e564d410ebb6bda43b | 755 | asm | Assembly | oeis/163/A163833.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/163/A163833.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/163/A163833.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A163833: a(n) = n*(6*n^2 + 15*n + 5)/2.
; Submitted by Jamie Morken(s2)
; 0,13,59,156,322,575,933,1414,2036,2817,3775,4928,6294,7891,9737,11850,14248,16949,19971,23332,27050,31143,35629,40526,45852,51625,57863,64584,71806,79547,87825,96658,106064,116061,126667,137900,149778,162319,175541,189462,204100,219473,235599,2... | 31.458333 | 498 | 0.736424 |
0b665e9792a5d4399c8b4c6db267e36e934112bc | 192 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_shrink_to_fit.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_shrink_to_fit.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_shrink_to_fit.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int wv_stack_shrink_to_fit(wv_stack_t *s)
SECTION code_adt_wv_stack
PUBLIC _wv_stack_shrink_to_fit
EXTERN _b_vector_shrink_to_fit
defc _wv_stack_shrink_to_fit = _b_vector_shrink_to_fit
| 17.454545 | 54 | 0.875 |
7dd40ac36f88146fdbe66994d59f90e58e853596 | 100,402 | asm | Assembly | calcsys.asm | denglend/calcsys | 3dee09376f1f3b08be49ca001d4e206604508a1f | [
"BSD-3-Clause"
] | 3 | 2022-01-20T03:57:08.000Z | 2022-01-20T13:23:48.000Z | calcsys.asm | denglend/calcsys | 3dee09376f1f3b08be49ca001d4e206604508a1f | [
"BSD-3-Clause"
] | 1 | 2018-10-16T11:40:08.000Z | 2018-10-16T11:40:08.000Z | calcsys.asm | denglend/calcsys | 3dee09376f1f3b08be49ca001d4e206604508a1f | [
"BSD-3-Clause"
] | null | null | null | ;Calcsys 1.3 for the TI-83 Plus and the TI-73 (and TI-83?)
;(c) 2000ish Detached Solutions, Dan Englender
;So what's new in 1.4?
;This is just a bug fix release, although the source has been released again
; (the last release was 1.1).
;Bug fixes:
; Flag byte 20 now displays correctly
; Displays correct size ... | 23.08092 | 84 | 0.434971 |
0269516917a1711c5113e86c99771f0dc3715bad | 345 | asm | Assembly | oeis/334/A334604.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/334/A334604.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/334/A334604.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A334604: Denominator of Sum_{k=1..n} (-1)^(k+1)/k^5.
; Submitted by Jon Maiga
; 1,32,7776,248832,777600000,777600000,13069123200000,418211942400000,101625502003200000,101625502003200000,16366888723117363200000,16366888723117363200000,6076911214672415134617600000
seq $0,51426 ; Least common multiple of {2, 4, 6, ...,... | 43.125 | 184 | 0.773913 |
8996afaba2e10ff0a37513929e58375e443f4ab6 | 594 | asm | Assembly | programs/oeis/048/A048493.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/048/A048493.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/048/A048493.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A048493: a(n) = (n+1)*2^n - n.
; 1,3,10,29,76,187,442,1017,2296,5111,11254,24565,53236,114675,245746,524273,1114096,2359279,4980718,10485741,22020076,46137323,96468970,201326569,419430376,872415207,1811939302,3758096357,7784628196,16106127331,33285996514,68719476705,141733920736,292057776095,601295421406,123695058121... | 45.692308 | 475 | 0.816498 |
2d9a1f743b6fb6700ea2d8017670033f4f0e8c3f | 5,958 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1174.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1174.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1174.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 %r13
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x8361, %r13
nop
add $11835, %rcx
movl $0x61626364, (%r13)
nop
nop
nop
nop
and %r10, %r10
lea addresses_WT_ht+0x15276, %rsi
lea addresses_D_ht+0x3a76, %rdi
nop
nop
nop
dec %rb... | 38.192308 | 2,999 | 0.659282 |
a6f4210ba21903472e79031bb1b61cea8278e300 | 1,303 | asm | Assembly | programs/oeis/001/A001750.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/001/A001750.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001750.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A001750: Primes multiplied by 5.
; 10,15,25,35,55,65,85,95,115,145,155,185,205,215,235,265,295,305,335,355,365,395,415,445,485,505,515,535,545,565,635,655,685,695,745,755,785,815,835,865,895,905,955,965,985,995,1055,1115,1135,1145,1165,1195,1205,1255,1285,1315,1345,1355,1385,1405,1415,1465,1535,1555,1565,1585,1655,16... | 144.777778 | 1,197 | 0.778204 |
31eb8d73773ecc6e1b7f3ddf71de15a6e6eb1369 | 1,242 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_3_1252.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_3_1252.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_3_1252.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r8
push %r9
push %rax
push %rbx
push %rdx
// Store
lea addresses_UC+0x1f07c, %rax
nop
nop
nop
nop
cmp $9324, %r12
movb $0x51, (%rax)
nop
nop
cmp $16248, %r9
// Load
lea addresses_A+0x1783c, %r8
nop
add... | 17.492958 | 122 | 0.636071 |
ad0a2573de5eff5839d9ced56ee74fc425c52481 | 1,949 | asm | Assembly | test/mpx.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 1 | 2020-06-20T07:35:25.000Z | 2020-06-20T07:35:25.000Z | 3rdParties/src/nasm/nasm-2.15.02/travis/test/mpx.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-03-26T19:58:54.000Z | 2020-04-24T08:58:04.000Z | test/mpx.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | null | null | null | ;Testname=mpx; Arguments=-felf -ompx.o -O0; Files=stdout stderr mpx.o
BITS 32
bndmk bnd1, [eax]
bndmk bnd1, [0x399]
bndmk bnd1, [ecx+0x3]
bndmk bnd1, [eax+ecx]
bndmk bnd1, [ecx*1]
bndmk bnd1, [edx+1*eax+0x3]
; bndmov
bndmov bnd1, [eax]
bndmov bnd1, [0x399]
bndmov bnd1, [ecx+0x3]
bndmov bnd1, ... | 21.655556 | 70 | 0.614674 |
64c421b2deb999e0ab1c219a4730547a3f659ab0 | 9,396 | asm | Assembly | RcloneWrapper_Src/RcloneWrapper.asm | DeviousMalcontent/galaxy-integration-rclone | 891476c1e2839bbdfa4f0309ccbebe208542bc79 | [
"Apache-2.0"
] | null | null | null | RcloneWrapper_Src/RcloneWrapper.asm | DeviousMalcontent/galaxy-integration-rclone | 891476c1e2839bbdfa4f0309ccbebe208542bc79 | [
"Apache-2.0"
] | null | null | null | RcloneWrapper_Src/RcloneWrapper.asm | DeviousMalcontent/galaxy-integration-rclone | 891476c1e2839bbdfa4f0309ccbebe208542bc79 | [
"Apache-2.0"
] | null | null | null | ; #########################################################################
;
; Program: RcloneWrapper
; Purpose: Adds a GUI readout to the command line based Rclone.org client,
; Lists and executes simple commands such as -AddGame,
; handles parsing of -RunGame FileToExecute.exe from GOG galaxy as a
; command line... | 34.291971 | 159 | 0.540336 |
39a3544dd485e20eb906bce74123376d14e4f5ba | 2,441 | asm | Assembly | Outputs/mixers/m32flat/mix8b.asm | jgunthorpe/muse | 7701cab4377938a8ce3d8c8d2eb68f5f7a7152bf | [
"MIT"
] | null | null | null | Outputs/mixers/m32flat/mix8b.asm | jgunthorpe/muse | 7701cab4377938a8ce3d8c8d2eb68f5f7a7152bf | [
"MIT"
] | null | null | null | Outputs/mixers/m32flat/mix8b.asm | jgunthorpe/muse | 7701cab4377938a8ce3d8c8d2eb68f5f7a7152bf | [
"MIT"
] | null | null | null | ; ASM mixing code
;
; MixAsm_20_xx - For 2.0 <= x incrs
; Shuffles the code around to optimize for the constant motion using a
; variable whole number.
;
; MixAsm_10_20 - For 1.0 <= x < 2.0 incrs
; Shuffles the code around to optimize for the constant motion, uses a
; whole number portion of 1.
;
... | 38.140625 | 79 | 0.603032 |
9425491f4f13461840828c1c959be28a55624e14 | 406 | asm | Assembly | 07_Jump_Loop/src/jumploop.asm | junehan-dev/asm-beginning_x64_programming | 3ed924c3687600804823382e6123254f8ea760f8 | [
"MIT"
] | null | null | null | 07_Jump_Loop/src/jumploop.asm | junehan-dev/asm-beginning_x64_programming | 3ed924c3687600804823382e6123254f8ea760f8 | [
"MIT"
] | null | null | null | 07_Jump_Loop/src/jumploop.asm | junehan-dev/asm-beginning_x64_programming | 3ed924c3687600804823382e6123254f8ea760f8 | [
"MIT"
] | null | null | null | extern printf
section .data
number dq 5
fmt db "The sum from 0 to %ld is %ld", 10, 0
section .bss
section .text
global main
main:
push rbp
mov rbp, rsp
mov rbx, 0 ; counter
mov rax, 0 ; sum will be in rax
jloop:
add rax, rbx
inc rbx
cmp rbx, [number]
jle jloop
print:
mov rdi, fmt
mov rsi, ... | 13.533333 | 46 | 0.637931 |
1d090c66f4a3d54911cd36315750bb5fdf238485 | 5,286 | asm | Assembly | c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAexp10.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAexp10.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAexp10.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | ;;#############################################################################
;; FILE: CLAexp10.asm
;;
;; DESCRIPTION: CLA Base 10 Exponent function
;;
;; Group: C2000
;; Target Family: C28x+CLA
;;
;;#############################################################################
;; $TI Release: CLA Math... | 40.976744 | 108 | 0.484109 |
cefb1193d28647dd50b57db8cad66d203caa6222 | 2,816 | asm | Assembly | C/LoDosLib/find_tsr.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 232 | 2016-04-27T21:56:11.000Z | 2022-03-29T09:02:15.000Z | C/LoDosLib/find_tsr.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 31 | 2016-05-09T09:05:36.000Z | 2022-03-29T19:17:45.000Z | C/LoDosLib/find_tsr.asm | p-k-p/SysToolsLib | 827be2799e541410cb5c11358cd4ce6859e171ad | [
"Apache-2.0"
] | 94 | 2016-06-01T18:10:39.000Z | 2022-03-26T10:44:57.000Z | page 60, 132
;*****************************************************************************;
; ;
; FILE NAME: FIND_TSR.ASM ;
; ;
; DESCRIPTION: Find a TSR int 2F handle ;
; ;
; NOTES: ;
; ;
; HISTORY: ;
... | 26.317757 | 79 | 0.501776 |
d519b75b9f5ac42392b7f48274d4f50ec1401104 | 53 | asm | Assembly | tests/inchexstr/9.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/inchexstr/9.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/inchexstr/9.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #d inchexstr("data1.txt", "data2.txt") ; error: wrong | 53 | 53 | 0.679245 |
01494dde5331c4258f4515ca9f66855fbbc4b1ad | 1,520 | asm | Assembly | test_cases/caso liset/casoprueba.asm | lorainemg/s-mipsv2-processor | 8988a5ef730aaa7918bd50539f35f5247bd3c0f7 | [
"MIT"
] | null | null | null | test_cases/caso liset/casoprueba.asm | lorainemg/s-mipsv2-processor | 8988a5ef730aaa7918bd50539f35f5247bd3c0f7 | [
"MIT"
] | null | null | null | test_cases/caso liset/casoprueba.asm | lorainemg/s-mipsv2-processor | 8988a5ef730aaa7918bd50539f35f5247bd3c0f7 | [
"MIT"
] | null | null | null | addi r1 r0 76
addi r2 r0 105
addi r3 r0 115
addi r4 r0 101
addi r30 r0 1
add r5 r30 r3
j salta
addi r1 r0 99
tty r1
addi r1 r1 12
tty r1
push r1
sw r1, 0(r31)
addi r2 r0 2
sub r1 r1 r2
tty r1
lw r1, 0(r31)
tty r1
pop r1
addi r25 r0 1
pop r5
pop r4
pop r3
pop r2
pop r1
j inicio
#como
salta:
j dontstop
halt
d... | 7.272727 | 17 | 0.699342 |
8ee91d442df7be303f99aa6f36cfc555715089ad | 301 | asm | Assembly | src/distrb.asm | dshadoff/Star-Spores_TRS-80_Mod1 | 31fd3fa0597c66fef680e8eecfaa0dcdeee781ae | [
"MIT"
] | 1 | 2021-12-16T05:15:27.000Z | 2021-12-16T05:15:27.000Z | src/distrb.asm | dshadoff/Star-Spores_TRS-80_Mod1 | 31fd3fa0597c66fef680e8eecfaa0dcdeee781ae | [
"MIT"
] | null | null | null | src/distrb.asm | dshadoff/Star-Spores_TRS-80_Mod1 | 31fd3fa0597c66fef680e8eecfaa0dcdeee781ae | [
"MIT"
] | null | null | null | ORG 4F00H
ENTRY EQU 5460H
DISTRB DEFM 'Press <SPACE> for instructions. To play, press "1" or "2" '
DEFM 'for the number of players. Copyright (C) 1982, by '
DEFM 'Dave Shadoff. All rights reserved. Distributed by: C-Soft, '
DEFM 'Mississauga, Ontario, Canada. '
DEFB 00
END ENTRY
| 27.363636 | 73 | 0.677741 |
cc12d7b72a734affa94c705b2eb17b5b2df92026 | 1,017 | asm | Assembly | src/conversion/PrintHexa.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | 2 | 2019-08-03T17:09:30.000Z | 2021-04-01T22:17:09.000Z | src/conversion/PrintHexa.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | null | null | null | src/conversion/PrintHexa.asm | jhm-ciberman/calculator-asm | f5305f345d7efdd616b34a485f7460f6789f4d9c | [
"MIT"
] | 1 | 2019-08-04T21:26:32.000Z | 2019-08-04T21:26:32.000Z | ;;;
; Prints _int as a hexadecimal number.
; User uses the '.h' command to print the stack's top as a hexadecimal number.
;;;
proc PrintHexa uses rax rcx rdx r14 , _int:QWORD ; _int saved in rcx
local _array:QWORD, _rem:QWORD, _num:QWORD, _i:WORD
mov [_num], rcx
fastcall ArrayListCreate, 10 ; Creates au... | 19.557692 | 78 | 0.605703 |
9a19790a66c0d990606069f51c8a0b7c2b435684 | 1,566 | asm | Assembly | programs/oeis/220/A220509.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/220/A220509.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/220/A220509.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A220509: n^3 + 3n + 3^n.
; 1,7,23,63,157,383,963,2551,7097,20439,60079,178511,533205,1596559,4785755,14352327,43050865,129145127,387426375,1162268383,3486792461,10460362527,31381070323,94143191063,282429550377,847288625143,2541865845983,7625597504751,22876792476997,68630377389359,205891132121739,617673396313831,18530... | 195.75 | 1,476 | 0.920179 |
e6ff8d3c0683bd4ea46a66efe8f9a26b5fb3842f | 4,664 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_442.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_442.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_442.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1cf63, %rsi
lea addresses_UC_ht+0x141e3, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
cmp %rbp, %rbp
mov $59, %rcx
rep movsb
nop
nop
cmp $57008, %r13
lea addresses_A_ht+0x10dc7, %rsi
lea address... | 52.404494 | 2,999 | 0.664451 |
5bd55293e7ef3bafc9225917ecc7f2bee2be2592 | 2,603 | asm | Assembly | programs/oeis/006/A006470.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/006/A006470.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006470.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A006470: Number of rooted planar maps.
; 2,15,60,175,420,882,1680,2970,4950,7865,12012,17745,25480,35700,48960,65892,87210,113715,146300,185955,233772,290950,358800,438750,532350,641277,767340,912485,1078800,1268520,1484032,1727880,2002770,2311575,2657340,3043287,3472820,3949530,4477200,5059810,5701542,6406785,718014... | 289.222222 | 2,513 | 0.890511 |
7a9281ea455d87df62ba7df2e3fd625925e8ef40 | 36,139 | asm | Assembly | kernel.asm | mateusnbm/breakout | efbaf66a9fc6a1dfcc2b14b48f8ffd31c5747271 | [
"MIT"
] | null | null | null | kernel.asm | mateusnbm/breakout | efbaf66a9fc6a1dfcc2b14b48f8ffd31c5747271 | [
"MIT"
] | null | null | null | kernel.asm | mateusnbm/breakout | efbaf66a9fc6a1dfcc2b14b48f8ffd31c5747271 | [
"MIT"
] | null | null | null | org 0x7E00
xor ax, ax
mov ds, ax
jmp begin
color_aux: db 1
game_active: dw 0
game_lifes: dw 3
game_score: dw 0
plat_posx: dw 130
plat_posy: dw 190
ball_posx: dw 153
ball_posy: dw 180
ball_orienx: dw 0
ball_orieny: dw 1
display_bcd: times 35 dw 0
welcome_message: db "breakout"
gover_message: db "game ... | 18.8814 | 645 | 0.578931 |
653fd19711b07d74c16fe87ae668553de7048142 | 697 | asm | Assembly | oeis/021/A021049.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021049.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021049.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021049: Expansion of 1/((1-x)(1-2x)(1-3x)(1-10x)).
; Submitted by Jon Maiga
; 1,16,185,1940,19701,197976,1982785,19837180,198400301,1984089536,19841156985,198412358820,1984125963301,19841266774696,198412689204785,1984126956486860,19841269758316701,198412698163773456,1984126983380078185,19841269839028861300,198412698... | 53.615385 | 496 | 0.829268 |
9cb283bb3f570cc779cc0bdae6e178a1efcc9a79 | 619 | asm | Assembly | oeis/244/A244802.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/244/A244802.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/244/A244802.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A244802: The 60 degree spoke (or ray) of a hexagonal spiral of Ulam.
; 1,10,43,100,181,286,415,568,745,946,1171,1420,1693,1990,2311,2656,3025,3418,3835,4276,4741,5230,5743,6280,6841,7426,8035,8668,9325,10006,10711,11440,12193,12970,13771,14596,15445,16318,17215,18136,19081,20050,21043,22060,23101,24166,25255,26368,27... | 68.777778 | 498 | 0.783522 |
3d1a5d3cf1696fa6b9100913da9fef479be32782 | 1,761 | asm | Assembly | programs/oeis/111/A111927.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/111/A111927.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/111/A111927.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A111927: Expansion of x^3 / ((x-1)*(2*x-1)*(x^2-x+1)).
; 0,0,0,1,4,10,21,42,84,169,340,682,1365,2730,5460,10921,21844,43690,87381,174762,349524,699049,1398100,2796202,5592405,11184810,22369620,44739241,89478484,178956970,357913941,715827882,1431655764,2863311529,5726623060,11453246122,22906492245,45812984490,91625968... | 117.4 | 1,596 | 0.894946 |
685298aa2246590650e7a41288a4e295f5a48de8 | 470 | asm | Assembly | ch09/32 bit/Ucase.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch09/32 bit/Ucase.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch09/32 bit/Ucase.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; Upper Case Conversion (Ucase.asm)
; This program tests the Str_ucase procedure, which converts
; the letters in a string to uppercase.
INCLUDE Irvine32.inc
Str_ucase PROTO,
pString:PTR BYTE
.data
string_1 BYTE "abcdef",0
string_2 BYTE "aB234cdEfg",0
string_3 BYTE 0
.code
main P... | 17.407407 | 62 | 0.710638 |
08358d660ff510fc4e9d216742f1aaaea51be189 | 3,286 | asm | Assembly | lib/target/coleco/classic/rom.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | lib/target/coleco/classic/rom.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | lib/target/coleco/classic/rom.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Startup for Colecovision
;
; 1k of memory
EXTERN msx_set_mode
EXTERN asm_im1_handler
EXTERN nmi_vectors
EXTERN asm_interrupt_handler
defc CRT_ORG_BSS = 0x7000
defc CRT_ORG_CODE = 0x8000
defc TAR__fputc_cons_generic = 1
defc TAR__no_a... | 22.979021 | 82 | 0.602861 |
9c3df403229798a9721459a1fd5abadeeac3e6b6 | 553 | asm | Assembly | oeis/017/A017296.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017296.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017296.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017296: a(n) = (10*n + 2)^4.
; 16,20736,234256,1048576,3111696,7311616,14776336,26873856,45212176,71639296,108243216,157351936,221533456,303595776,406586896,533794816,688747536,875213056,1097199376,1358954496,1664966416,2019963136,2428912656,2897022976,3429742096,4032758016,4711998736,5473632256,6324066576,726994969... | 79 | 491 | 0.855335 |
d3f227f603b954acbaa01f98712f12a24d66bc39 | 381 | asm | Assembly | oeis/090/A090439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/090/A090439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/090/A090439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A090439: Alternating row sums of array A090438 ((4,2)-Stirling2).
; Submitted by Christian Krause
; 1,5,37,-887,-168919,-21607859,-2799384755,-337767590383,-11912361112367,21032925955607701,16703816669710968821,10654267957172226744985,6614425802684094455696377,4120103872599589439389105373
mul $0,2
seq $0,62197 ; Row... | 54.428571 | 191 | 0.816273 |
3e78f05ae768380523645a2d1ff816125a1dfa24 | 1,989 | asm | Assembly | programs/oeis/054/A054447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/054/A054447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/054/A054447.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A054447: Row sums of triangle A054446 (partial row sums triangle of Fibonacci convolution triangle).
; 1,3,9,26,73,201,545,1460,3873,10191,26633,69198,178889,460437,1180545,3016552,7684481,19522203,49473097,125093506,315654537,795016545,1998909985,5017895196,12578040097,31485713511,78716283081,196563649718,4903011385... | 331.5 | 1,802 | 0.922071 |
056a7ac42544e8aa3db3825dbf35119c4831ece1 | 695 | asm | Assembly | oeis/052/A052939.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052939.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052939.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052939: Expansion of (1-x)*(1+x)/(1-3*x-x^2+2*x^3).
; Submitted by Jamie Morken(s1)
; 1,3,9,28,87,271,844,2629,8189,25508,79455,247495,770924,2401357,7480005,23299524,72575863,226067103,704178124,2193449749,6832393165,21282272996,66292312655,206494424631,643211040556,2003542920989,6240850954261,19439673702660,605527... | 40.882353 | 485 | 0.795683 |
0a4a895d1b02feb09f6a03c7f92706fa565fe17d | 481 | asm | Assembly | data/mapObjects/CeladonDiner.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/CeladonDiner.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/CeladonDiner.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | CeladonDiner_Object:
db $f ; border block
db 2 ; warps
warp 3, 7, 10, -1
warp 4, 7, 10, -1
db 0 ; signs
db 5 ; objects
object SPRITE_COOK, 8, 5, WALK, 2, 1 ; person
object SPRITE_MOM_GEISHA, 7, 2, STAY, NONE, 2 ; person
object SPRITE_FAT_BALD_GUY, 1, 4, STAY, DOWN, 3 ; person
object SPRITE_FISHER2, 5, 3, S... | 24.05 | 57 | 0.686071 |
203f4d24ebf1d989a66bdd4c64604d3fbcfd6e14 | 7,201 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_1909.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_0xca_notsx.log_21829_1909.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_0xca_notsx.log_21829_1909.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xf33c, %r15
nop
nop
nop
nop
sub %r11, %r11
movups (%r15), %xmm5
vpextrq $1, %xmm5, %rbp
nop
cmp $60187, %rbp
lea addresses_UC_ht+0x956c, %rax
and $13289, %rcx
mov $0x6162... | 34.78744 | 2,999 | 0.656575 |
dd142f7147c9f6ed4c9be5842a83512e416be218 | 1,077 | asm | Assembly | programs/oeis/132/A132078.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/132/A132078.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/132/A132078.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A132078: Multiply previous term by 6 and reverse.
; 1,6,63,873,8325,5994,46953,817182,2903094,46581471,628884972,2389033773,83620243341,640064127105,362674830483,8982898406712,27204409379835,10972654622361,66143772953856,631327736268693,8512167146697873,83278108820037015,90222029256866994,469102145571233145,788937243... | 89.75 | 888 | 0.895079 |
b403213900710d8cac914f88fead05106077a66f | 2,289 | asm | Assembly | programs/oeis/334/A334706.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/334/A334706.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/334/A334706.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A334706: Number of collinear triples in a 4 X n rectangular grid.
; 4,8,20,44,84,140,224,332,472,648,864,1120,1428,1784,2196,2668,3204,3804,4480,5228,6056,6968,7968,9056,10244,11528,12916,14412,16020,17740,19584,21548,23640,25864,28224,30720,33364,36152,39092,42188,45444,48860,52448,56204,60136,64248,68544,73024,7770... | 60.236842 | 1,796 | 0.777632 |
fb0162adea805574fe6940071936de6702a64aec | 232 | asm | Assembly | libsrc/stdio_new/file/fsetpos.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdio_new/file/fsetpos.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdio_new/file/fsetpos.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; CALLER linkage for function pointers
PUBLIC fsetpos
EXTERN fsetpos_callee
EXTERN ASMDISP_FSETPOS_CALLEE
.fsetpos
pop de
pop hl
pop ix
push hl
push hl
push de
jp fsetpos_callee + ASMDISP_FSETPOS_CALLEE
| 12.888889 | 45 | 0.737069 |
1275a3f43ca1983e427789deb804b6cd8faa8f11 | 749 | asm | Assembly | programs/oeis/070/A070362.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070362.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070362.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070362: a(n) = 3^n mod 44.
; 1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,3,9,27,37,23,25,31,5,15,1,... | 68.090909 | 651 | 0.600801 |
b4aa87f823d0522fab79baa93862f000f69bfc61 | 624 | asm | Assembly | libsrc/_DEVELOPMENT/target/rc2014/device/acia/8080/acia_peekc.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 4 | 2021-12-23T15:34:05.000Z | 2021-12-23T15:36:16.000Z | libsrc/_DEVELOPMENT/target/rc2014/device/acia/8080/acia_peekc.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/target/rc2014/device/acia/8080/acia_peekc.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
SECTION code_driver
SECTION code_driver_character_input
PUBLIC _acia_peekc
EXTERN aciaRxCount, aciaRxOut
._acia_peekc
ld a,(aciaRxCount) ; get the number of bytes in the Rx buffer
ld l,a ; and put it in hl
or a ; see if there are zero bytes available
... | 28.363636 | 83 | 0.567308 |
996cd610ae1b7d73ef9c871a86a02500e53f6d0b | 13,203 | asm | Assembly | zoom-plasma/zoom-plasma.asm | yupferris/makeshift | 609671c97ce82a2783fa0c8cf25f4b3140d7cabe | [
"MIT"
] | 29 | 2017-07-22T12:33:06.000Z | 2020-09-07T01:44:13.000Z | zoom-plasma/zoom-plasma.asm | logicomacorp/makeshift | 609671c97ce82a2783fa0c8cf25f4b3140d7cabe | [
"MIT"
] | 1 | 2017-07-22T12:45:49.000Z | 2017-07-22T12:57:49.000Z | zoom-plasma/zoom-plasma.asm | logicomacorp/makeshift | 609671c97ce82a2783fa0c8cf25f4b3140d7cabe | [
"MIT"
] | 2 | 2017-08-08T11:54:34.000Z | 2020-06-17T09:22:04.000Z | #import "../common.inc"
#import "zoom-plasma.inc"
#import "../sine-boxes/sine-boxes.inc"
.const stretching_loop_speedcode = $6600
.const zp_base = $02
.const scale_index = zp_base
.const x_move_index = zp_base + 1
.const y_move_index = zp_base + 2
.const y_flow_index = zp_base + 3
.const... | 20.597504 | 125 | 0.606908 |
ed2ff3b7f9f6383cf9f476dc5c0cb23175e86f25 | 501 | asm | Assembly | ee/hot/english.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/hot/english.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/hot/english.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; English and Toolkit II Definitions 1985 T.Tebby QJUMP
xref hkc_english
section defs
xdef ynaq
xdef message
ynaq dc.b 'YNAQ'
message
dc.w yn_messg-*
dc.w ynaq_mes-*
dc.w to_messg-*
dc.w exist_ms-*
dc.w ov... | 20.875 | 63 | 0.518962 |
d19398b23ac718779899b4331f615287c835f668 | 553 | asm | Assembly | programs/oeis/289/A289356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/289/A289356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/289/A289356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A289356: Least number k such that n^2 + n + k is prime.
; 2,1,1,1,3,1,1,3,1,7,3,5,1,9,1,1,5,1,5,3,1,1,3,5,1,3,7,1,9,7,7,5,5,1,3,17,29,3,1,7,17,1,5,9,7,11,17,11,5,9,1,5,11,17,1,3,11,1,11,1,11,11,1,17,17,7,1,5,11,1,3,1,5,5,7,1,5,1,1,3,1,11,17,5,11,11,5,13,9,1,1,5,7,5,3,7,7,5,17,1
mov $2,$0
add $2,1
mul $0,$2
add $2,1
... | 23.041667 | 222 | 0.553345 |
2cc93032fd859e50e4f4f826a188585b8d5df4df | 316 | asm | Assembly | libsrc/target/zx/display/zx_py2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/target/zx/display/zx_py2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/target/zx/display/zx_py2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; uchar __FASTCALL__ *zx_py2saddr(uchar ycoord)
; aralbrec 06.2007
SECTION code_clib
PUBLIC zx_py2saddr
PUBLIC _zx_py2saddr
.zx_py2saddr
._zx_py2saddr
ld a,l
and $07
ld h,a
ld a,l
and $c0
rra
inc a
rrca
rrca
or h
ld h,a
ld a,l
rla
rla
and $e0
ld l,a
ret
| 10.533333 | 47 | 0.610759 |
e61591021fa444876efece6bf5efd1297634354c | 302 | asm | Assembly | programs/oeis/155/A155628.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/155/A155628.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/155/A155628.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A155628: 7^n-4^n+1^n
; 1,4,34,280,2146,15784,113554,807160,5699266,40091464,281426674,1973132440,13824509986,96821901544,677954637394,4746487768120,33228635602306,232613334118024,1628344878433714,11398620307466200
mov $2,7
pow $2,$0
mov $1,$2
mov $3,4
pow $3,$0
sub $1,$3
div $1,3
mul $1,3
add $1,1
| 23.230769 | 192 | 0.758278 |
7aec2650a5e8476abac3ccc645bb9c2a439abcca | 1,390 | asm | Assembly | programs/oeis/185/A185170.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/185/A185170.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/185/A185170.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A185170: a(n) = floor( (2*n^2 - 6*n + 9) / 5).
; 1,1,1,1,3,5,9,13,17,23,29,37,45,53,63,73,85,97,109,123,137,153,169,185,203,221,241,261,281,303,325,349,373,397,423,449,477,505,533,563,593,625,657,689,723,757,793,829,865,903,941,981,1021,1061,1103,1145,1189,1233,1277,1323,1369,1417,1465,1513,1563,1613,1665,1717,1769,1... | 115.833333 | 1,264 | 0.772662 |
5a50dd25713d1a9675bc002a3ce27630e1b4cd41 | 747 | asm | Assembly | data/pokemon/base_stats/sandslash.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/pokemon/base_stats/sandslash.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/pokemon/base_stats/sandslash.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | db DEX_SANDSLASH ; pokedex id
db 75, 100, 110, 65, 55
; hp atk def spd spc
db GROUND, GROUND ; type
db 90 ; catch rate
db 163 ; base exp
INCBIN "gfx/pokemon/front/sandslash.pic", 0, 1 ; sprite dimensions
dw SandslashPicFront, SandslashPicBack
db SCRATCH, SAND_ATTACK, NO_MOVE, NO_MOVE ; level 1 lea... | 29.88 | 77 | 0.615797 |
66a12b73a78f37c33c285f1423bdd77edda9e5f7 | 2,098 | asm | Assembly | src/paging.asm | faibz/OperatingSystem | 5c516a6405063b7dea016bf32e23fb9d6d8b300e | [
"MIT"
] | null | null | null | src/paging.asm | faibz/OperatingSystem | 5c516a6405063b7dea016bf32e23fb9d6d8b300e | [
"MIT"
] | null | null | null | src/paging.asm | faibz/OperatingSystem | 5c516a6405063b7dea016bf32e23fb9d6d8b300e | [
"MIT"
] | null | null | null | ; Setup paging for bootloader
bits 32
; Address of page directory table
%define PAGE_DIR 9C000h
;Address of 0th page table. Address must be 4KB aligned
%define PAGE_TABLE_0 9D000h
; Address of 512th page table. Address must be 4KB aligned
%define PAGE_TABLE_512 9E000h
; Each page table has 1024 entries
%de... | 28.739726 | 112 | 0.703527 |
802ada51f3d7bb9753084e2a893ad007ad6be064 | 3,326 | asm | Assembly | kernel/isr.asm | EmilNorden/tunaos | fccaeb90609b08066470fe8e4cde0e64f85c2f15 | [
"MIT"
] | null | null | null | kernel/isr.asm | EmilNorden/tunaos | fccaeb90609b08066470fe8e4cde0e64f85c2f15 | [
"MIT"
] | null | null | null | kernel/isr.asm | EmilNorden/tunaos | fccaeb90609b08066470fe8e4cde0e64f85c2f15 | [
"MIT"
] | null | null | null | global _isr0
global _isr1
global _isr2
global _isr3
global _isr4
global _isr5
global _isr6
global _isr7
global _isr8
global _isr9
global _isr10
global _isr11
global _isr12
global _isr13
global _isr14
global _isr15
global _isr16
global _isr17
global _isr18
global _isr19
global _isr20
global _isr21
global _isr22
global _... | 12.273063 | 74 | 0.703247 |
a71a17750873159b0e58768c212b89cf4daa167c | 837 | asm | Assembly | oeis/142/A142365.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142365.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142365.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142365: Primes congruent to 14 mod 47.
; Submitted by Jon Maiga
; 61,719,907,1283,1471,1753,1847,2129,2411,2693,3163,3257,3539,3727,3821,5231,5419,5701,6359,6547,6829,7393,7487,8521,8803,9461,9649,9743,9931,10589,11059,11717,12281,13033,13127,13597,13691,13879,14537,15101,15289,15383,16229,16417,16699,16981,17827,17... | 33.48 | 496 | 0.726404 |
d8ffb7c11ccc902131e5496d59f10cc963e6830b | 1,599 | asm | Assembly | src/spread/help_english.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/help_english.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/help_english.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | section language
xdef tab_explanation
msg macro text
[.lab] dc.w [.len(text)]
dc.b '[text]'
endm
tab_explanation
dc.l 0
dc.l loose-*
dc.l 0
loose
dc.w 33
dc.w i0-*
dc.w i1-*
dc.w i2-*
dc.w i3-*
dc.w i4-*
dc.w i5-*
dc.w i6-*
dc.w i7-*
dc.w i8-*
dc.w i9-*
dc.w 0
dc.w i11-*
dc.w i12-*
dc.w i13-*
... | 18.37931 | 66 | 0.662914 |
3d75d9142f7710c1ce830417dcdad4f396cd4342 | 542 | asm | Assembly | oeis/016/A016748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016748: a(n) = (2*n)^8.
; 0,256,65536,1679616,16777216,100000000,429981696,1475789056,4294967296,11019960576,25600000000,54875873536,110075314176,208827064576,377801998336,656100000000,1099511627776,1785793904896,2821109907456,4347792138496,6553600000000,9682651996416,14048223625216,20047612231936,28179280429056,390... | 90.333333 | 493 | 0.881919 |
4284214fc1a10d244325d3219bbfa79b37186b7a | 411 | asm | Assembly | engine/events/hidden_objects/town_map.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | engine/events/hidden_objects/town_map.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | engine/events/hidden_objects/town_map.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | TownMapText::
text_far _TownMapText
text_promptbutton
text_asm
ld a, $1
ld [wDoNotWaitForButtonPressAfterDisplayingText], a
ld hl, wd730
set 6, [hl]
call GBPalWhiteOutWithDelay3
xor a
ldh [hWY], a
inc a
ldh [hAutoBGTransferEnabled], a
call LoadFontTilePatterns
farcall DisplayTownMap
ld hl, wd730
res 6, ... | 17.869565 | 52 | 0.76399 |
5f2f2880de5e150ab2ce1221223bc8b3c16adf84 | 1,257 | asm | Assembly | programs/oeis/017/A017476.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017476.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017476.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017476: a(n) = (11*n + 7)^4.
; 2401,104976,707281,2560000,6765201,14776336,28398241,49787136,81450625,126247696,187388721,268435456,373301041,506250000,671898241,875213056,1121513121,1416468496,1766100625,2176782336,2655237841,3208542736,3844124001,4569760000,5393580481,6324066576,7370050801,8540717056,9845600625,11... | 179.571429 | 1,195 | 0.894193 |
f15d31fb0fc9a4f60093e8e31362a176588cd1d2 | 580 | asm | Assembly | oeis/194/A194715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/194/A194715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/194/A194715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A194715: 15 times triangular numbers.
; 0,15,45,90,150,225,315,420,540,675,825,990,1170,1365,1575,1800,2040,2295,2565,2850,3150,3465,3795,4140,4500,4875,5265,5670,6090,6525,6975,7440,7920,8415,8925,9450,9990,10545,11115,11700,12300,12915,13545,14190,14850,15525,16215,16920,17640,18375,19125,19890,20670,21465,22275,23... | 72.5 | 499 | 0.789655 |
7118305cfaf918d71f02dd4e9bf1e4edc59d0d64 | 3,524 | asm | Assembly | books/nand2tetris/ch08/FunctionCalls/StaticsTest.asm | luksamuk/study | 7a4062cb894be52d786852b4729ac6a4e784b5a3 | [
"MIT"
] | 3 | 2019-03-13T02:16:44.000Z | 2020-03-05T21:14:18.000Z | books/nand2tetris/ch08/FunctionCalls/StaticsTest.asm | luksamuk/study | 7a4062cb894be52d786852b4729ac6a4e784b5a3 | [
"MIT"
] | 1 | 2019-03-15T00:52:59.000Z | 2019-03-15T00:53:54.000Z | books/nand2tetris/ch08/FunctionCalls/StaticsTest.asm | luksamuk/study | 7a4062cb894be52d786852b4729ac6a4e784b5a3 | [
"MIT"
] | 1 | 2020-03-05T21:14:29.000Z | 2020-03-05T21:14:29.000Z | @256
D=A
@SP
M=D
@-INTERNAL.HACKVM.FUNCALLRET.0
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL
D=M
@SP
A=M
M=D
@SP
M=M+1
@ARG
D=M
@SP
A=M
M=D
@SP
M=M+1
@THIS
D=M
@SP
A=M
M=D
@SP
M=M+1
@THAT
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
D=M
@0
D=D-A
@5
D=D-A
@ARG
M=D
@SP
D=M
@LCL
M=D
@Sys.init
0;JMP
(-INTERNAL.HACKVM.FUNCALLRET.0)
(Class1.set)
@ARG
A=... | 5.012802 | 31 | 0.555619 |
c8138e06abe6121fc77eb6bc7ce70938e4d2f87b | 6,324 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3071.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_3071.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_3071.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xaaf3, %rsi
lea addresses_WT_ht+0x1b8d9, %rdi
add %rdx, %rdx
mov $44, %rcx
rep movsl
nop
nop
nop
nop
nop
sub %rax, %rax
lea addresses_WC_ht+0x11d6c, %rbp
clflush (%rbp)
no... | 38.096386 | 2,999 | 0.657021 |
a97ef35dd29342f663043309af756c36498a3bc9 | 1,762 | asm | Assembly | programs/oeis/057/A057587.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/057/A057587.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057587.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A057587: Nonnegative numbers of form n*(n^2+-1)/2.
; 0,1,3,5,12,15,30,34,60,65,105,111,168,175,252,260,360,369,495,505,660,671,858,870,1092,1105,1365,1379,1680,1695,2040,2056,2448,2465,2907,2925,3420,3439,3990,4010,4620,4641,5313,5335,6072,6095,6900,6924,7800,7825,8775,8801,9828,9855,10962,10990,12180,12209,13485,135... | 83.904762 | 1,543 | 0.798524 |
ca6c5a19b7b886aa5857db2b4732ab45a3611712 | 1,268 | asm | Assembly | projects/04/fill/Fill.asm | tanderegg/nand2tetris | 7c233e3558f4fe215842c64d43cbcc8dc2805b60 | [
"CC0-1.0"
] | null | null | null | projects/04/fill/Fill.asm | tanderegg/nand2tetris | 7c233e3558f4fe215842c64d43cbcc8dc2805b60 | [
"CC0-1.0"
] | null | null | null | projects/04/fill/Fill.asm | tanderegg/nand2tetris | 7c233e3558f4fe215842c64d43cbcc8dc2805b60 | [
"CC0-1.0"
] | null | null | null | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i.e. writes... | 13.489362 | 69 | 0.62776 |
92e9b5c286af94ccc2e34e712b34ab55b7881a2d | 886 | asm | Assembly | boot/04_stack.asm | musgravejw/OS | deaf471565ba6cea82cccd9e44bd14a017dab095 | [
"BSD-3-Clause"
] | 8 | 2019-11-09T19:14:04.000Z | 2021-11-24T15:02:38.000Z | boot/04_stack.asm | musgravejw/OS | deaf471565ba6cea82cccd9e44bd14a017dab095 | [
"BSD-3-Clause"
] | null | null | null | boot/04_stack.asm | musgravejw/OS | deaf471565ba6cea82cccd9e44bd14a017dab095 | [
"BSD-3-Clause"
] | 2 | 2019-11-10T06:26:57.000Z | 2021-06-25T17:24:51.000Z | ;
; A simple boot sector program that demonstrates the stack.
;
mov ah, 0x0e ; int 10/ah = 0eh -> scrolling teletype BIOS routine
mov bp, 0x8000 ; Set the base of the stack a little above where BIOS ; loads our boot sector - so it won’t overwrite us.
mov sp, bp
; Push some characters on the stack for later ; retr... | 22.15 | 121 | 0.688488 |
837bdfa64060f73e805491b7940901bafe2c553b | 27 | asm | Assembly | tools/yasm/tests/nasm/global.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/global.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/global.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | [common a 4]
[global a]
a:
| 6.75 | 12 | 0.592593 |
9f9a14c755f6f639149110c22fbc5a6d089b8d5b | 4,940 | asm | Assembly | mbr/bootloader.asm | anupcshan/internal | 5d31fd380528e9e6cecf99aa20055a413684bdbd | [
"BSD-3-Clause"
] | 6 | 2018-06-10T14:52:43.000Z | 2021-03-09T20:09:12.000Z | mbr/bootloader.asm | anupcshan/internal | 5d31fd380528e9e6cecf99aa20055a413684bdbd | [
"BSD-3-Clause"
] | 8 | 2017-07-22T08:26:04.000Z | 2021-06-19T18:35:51.000Z | mbr/bootloader.asm | anupcshan/internal | 5d31fd380528e9e6cecf99aa20055a413684bdbd | [
"BSD-3-Clause"
] | 5 | 2017-03-04T16:04:02.000Z | 2022-01-03T07:52:35.000Z | ; Minimal Linux Bootloader
; ========================
; @ author: Sebastian Plotz
; @ version: 1.0
; @ date: 24.07.2012
; Copyright (C) 2012 Sebastian Plotz
; Minimal Linux Bootloader is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the ... | 20.497925 | 82 | 0.697166 |
c06a11fc72b157cf51ce4f18d7ac1b1e7fcbfcc0 | 1,102 | asm | Assembly | programs/oeis/022/A022841.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022841.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/022/A022841.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A022841: Beatty sequence for sqrt(7).
; 2,5,7,10,13,15,18,21,23,26,29,31,34,37,39,42,44,47,50,52,55,58,60,63,66,68,71,74,76,79,82,84,87,89,92,95,97,100,103,105,108,111,113,116,119,121,124,126,129,132,134,137,140,142,145,148,150,153,156,158,161,164,166,169,171,174,177,179,182,185,187,190,193,195,198,201,203,206,209,21... | 73.466667 | 961 | 0.718693 |
10b6386b747a3c704959f826f3120b94cfffaba6 | 1,890 | asm | Assembly | src/transition.asm | SlyryD/Beta-Quest | 97e0ff4214bf69e7993cc7ed87231592e2cebee9 | [
"MIT"
] | 1 | 2019-08-22T20:28:08.000Z | 2019-08-22T20:28:08.000Z | src/transition.asm | SlyryD/Beta-Quest | 97e0ff4214bf69e7993cc7ed87231592e2cebee9 | [
"MIT"
] | 2 | 2021-12-29T20:52:49.000Z | 2022-01-02T22:48:44.000Z | src/transition.asm | SlyryD/Beta-Quest | 97e0ff4214bf69e7993cc7ed87231592e2cebee9 | [
"MIT"
] | 2 | 2021-11-22T04:59:58.000Z | 2022-03-24T06:32:41.000Z | .org 0x8009A2B0
.area (0x8009A340 - 0x8009A2B0), 0
//a0 = Global Context
//a1 = screen transition effect
addiu sp, sp, 0xFFE0
sw ra, 0x0014(sp)
sw a0, 0x0020(sp)
andi t0, a1, -2 //drop least significant bit so that we can test for 0x0E and 0x0F
li at, 0x000E //sandstorm e... | 24.230769 | 89 | 0.579365 |
a78b91cb5bff4d4686db9f86ac6c1bb36babf394 | 597 | asm | Assembly | oeis/158/A158634.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/158/A158634.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/158/A158634.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A158634: a(n) = 46*n^2 - 1.
; Submitted by Christian Krause
; 45,183,413,735,1149,1655,2253,2943,3725,4599,5565,6623,7773,9015,10349,11775,13293,14903,16605,18399,20285,22263,24333,26495,28749,31095,33533,36063,38685,41399,44205,47103,50093,53175,56349,59615,62973,66423,69965,73599,77325,81143,85053,89055,93149,97335... | 66.333333 | 496 | 0.79732 |
80f03ebb01cc5db0feeafd6e229b3c3182178242 | 548 | asm | Assembly | programs/oeis/112/A112929.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/112/A112929.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/112/A112929.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A112929: Number of squarefree integers less than the n-th prime.
; 1,2,3,5,7,8,11,12,15,17,19,23,26,28,30,32,36,37,41,44,45,49,51,55,60,61,63,66,67,70,77,80,83,85,91,92,95,99,102,104,108,109,116,117,120,121,129,138,140,141,144,148,149,153,157,161,165,166,169,171,173,179,187,190,191,193,203,206,211,212,213,218,222,225... | 78.285714 | 357 | 0.724453 |
dc149b738812e33f3461217c06002fb8799fba9c | 2,447 | asm | Assembly | programs/oeis/193/A193248.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/193/A193248.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/193/A193248.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A193248: Truncated dodecahedron, and truncated icosahedron with faces of centered polygons.
; 1,93,455,1267,2709,4961,8203,12615,18377,25669,34671,45563,58525,73737,91379,111631,134673,160685,189847,222339,258341,298033,341595,389207,441049,497301,558143,623755,694317,770009,851011,937503,1029665,1127677,1231719,1341... | 143.941176 | 2,223 | 0.86555 |
45312a9cd7cb46368caa2a87f4b02d414bd62389 | 432 | asm | Assembly | programs/oeis/025/A025765.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/025/A025765.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/025/A025765.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A025765: Expansion of 1/((1-x)(1-x^2)(1-x^9)).
; 1,1,2,2,3,3,4,4,5,6,7,8,9,10,11,12,13,14,16,17,19,20,22,23,25,26,28,30,32,34,36,38,40,42,44,46,49,51,54,56,59,61,64,66,69,72,75,78,81,84,87,90,93,96,100,103,107,110
add $0,7
lpb $0
sub $0,1
mov $1,$0
mov $0,1
pow $1,2
add $1,3
mov $2,1
mov $4,7
mov $5,... | 16.615385 | 166 | 0.55787 |
6097f84e7056c2c4361fe05e0a4cebe5007de4e8 | 4,043 | asm | Assembly | src/asm/kernel/ServicesRoutines_Handlers.asm | EduardoCulau/MIPS_uC | 5ecc9d791dbbff16eed90268ecec1f61b76c344e | [
"MIT"
] | null | null | null | src/asm/kernel/ServicesRoutines_Handlers.asm | EduardoCulau/MIPS_uC | 5ecc9d791dbbff16eed90268ecec1f61b76c344e | [
"MIT"
] | null | null | null | src/asm/kernel/ServicesRoutines_Handlers.asm | EduardoCulau/MIPS_uC | 5ecc9d791dbbff16eed90268ecec1f61b76c344e | [
"MIT"
] | null | null | null | #Kernel com os handlers e rotinas de tratamento de interruptions (internas e externas)
#Tamanho da string de sistema
.eqv SYSTRING_SIZE 80
.text
InterruptionServiceRoutine:
#Salva contexto na pilha
Salvar_Contexto_ISR
#Verificar a origem da intr, informada pelo PIC.
la $t0, picAddrArray #Pega ... | 36.754545 | 119 | 0.596587 |
508795e91066d31998e68d7f722eba163643f6c9 | 7,656 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_871.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.log_21829_871.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.log_21829_871.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1eeb9, %rax
nop
nop
nop
nop
nop
sub %r12, %r12
movw $0x6162, (%rax)
nop
nop
dec %rdx
lea addresses_D_ht+0x2a39, %rax
nop
nop
nop
nop
add $12682, %r10
movups (%rax)... | 33.578947 | 2,999 | 0.656348 |
6aa3eb827e320ee87a39fefef47d558b16ecabfc | 2,890 | asm | Assembly | c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_DF13_C2C3.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_DF13_C2C3.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | null | null | null | c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_DF13_C2C3.asm | ramok/Themis_ForHPSDR | d0f323a843ac0a488ef816ccb7c828032855a40a | [
"Unlicense"
] | 1 | 2021-07-21T08:10:37.000Z | 2021-07-21T08:10:37.000Z | ; DCL_DF13_C2C3.asm - Pre-computed Direct Form 1 implementation in third order
;
; Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
; ALL RIGHTS RESERVED
.if __TI_EABI__
.asg DCL_runDF13_C2, _DCL_runDF13_C2
.asg DCL_runDF13_C3, _DCL_runDF13_C3
.endif
.global _DCL_runDF13_C2
.global ... | 26.759259 | 78 | 0.574048 |
a824e141a2c937ad7cd4f6babe01587ade66395e | 6,532 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1025.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_1025.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_1025.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 %r14
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x126f3, %r11
nop
nop
nop
nop
nop
inc %r12
mov (%r11), %di
and $132, %r14
lea addresses_UC_ht+0xf7f3, %rsi
lea addresses_D_ht+0x1c3e3, %rdi
nop
add %r11, %r11
mov $126, %rcx
r... | 37.976744 | 2,999 | 0.660288 |
432f020dd6ad61fe08c25e94c1e604e4240dc866 | 1,086 | asm | Assembly | _maps/Prison Capsule.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _maps/Prison Capsule.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _maps/Prison Capsule.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - prison capsule
; ---------------------------------------------------------------------------
Map_Pri_internal:
dc.w @capsule-Map_Pri_internal
dc.w @switch1-Map_Pri_internal
dc.w @broken-Map_Pri_internal
dc.w @switc... | 29.351351 | 77 | 0.479742 |
3c94ff675864413909c0e86fedf80009d9120d3c | 80,948 | asm | Assembly | MH6502-4/ASM/monitor.asm | FredericSegard/Micro-Hobbyist | 4074e5d91154db92efedda5952a58f48531b4cf3 | [
"MIT"
] | null | null | null | MH6502-4/ASM/monitor.asm | FredericSegard/Micro-Hobbyist | 4074e5d91154db92efedda5952a58f48531b4cf3 | [
"MIT"
] | null | null | null | MH6502-4/ASM/monitor.asm | FredericSegard/Micro-Hobbyist | 4074e5d91154db92efedda5952a58f48531b4cf3 | [
"MIT"
] | null | null | null | ; _ _
; __ _ __| | __| | _ __ ___ ___ ___
; / _` | / _` | / _` | | '__| / _ \ / __| / __|
; | (_| | | (_| | | (_| | | | | __/ \__ \ \__ \
; \__,_| \__,_| \__,_| |_| \___| |___/ |___/
;
; Set current address
; --------------------------------------------------------------... | 31.145825 | 132 | 0.636421 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.