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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8aab9405678f95601365c6b42a9619bbb53bc49b | 2,673 | asm | Assembly | examples/asm_header/gbasm/header.asm | rukai/ggbasm | 8b75b758e71a5d3771a73e77bc681e251b874c24 | [
"MIT"
] | 10 | 2019-01-01T02:41:02.000Z | 2021-07-07T21:18:04.000Z | examples/asm_header/gbasm/header.asm | rukai/ggbasm | 8b75b758e71a5d3771a73e77bc681e251b874c24 | [
"MIT"
] | 2 | 2018-08-17T11:39:20.000Z | 2018-09-30T07:56:22.000Z | examples/asm_header/gbasm/header.asm | rukai/ggbasm | 8b75b758e71a5d3771a73e77bc681e251b874c24 | [
"MIT"
] | 1 | 2019-10-05T08:59:12.000Z | 2019-10-05T08:59:12.000Z | ;*****************************************
;* cartridge header
;*****************************************
RST_00:
jp 0x100
advance_address 0x8
RST_08:
jp 0x100
advance_address 0x10
RST_10:
jp 0x100
advance_address 0x18
RST_18:
jp 0x100
advance_address 0x20
RST_20:
jp 0x100
... | 21.731707 | 107 | 0.601571 |
e009dd8983d4484d845329728ba8a4131fa0d076 | 710 | asm | Assembly | asm/for_loop.asm | stfnwong/smips | f305d24e16632b0a4907607386fc9d98f3d389b5 | [
"MIT"
] | null | null | null | asm/for_loop.asm | stfnwong/smips | f305d24e16632b0a4907607386fc9d98f3d389b5 | [
"MIT"
] | null | null | null | asm/for_loop.asm | stfnwong/smips | f305d24e16632b0a4907607386fc9d98f3d389b5 | [
"MIT"
] | null | null | null | # For loop example
# Taken from https://courses.cs.washington.edu/courses/cse378/03wi/lectures/mips-asm-examples.html
add $t0, $gp, $zero # &A[0] - 28
lw $t1, 4($gp) # fetch N
sll $t1, $t1, 2 # N as byte offset
add $t1, $t1, $gp # &A[N] - 28
ori $t2, $z... | 44.375 | 112 | 0.515493 |
1a3d0f22e39c9a40ad2e397ada1ac8e6828e48e3 | 394 | asm | Assembly | oeis/110/A110377.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/110/A110377.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/110/A110377.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A110377: a(n) = Sum_{r < n, gcd(r,n)=1} n!/r!.
; Submitted by Jamie Morken(m3a)
; 1,2,9,28,205,726,8659,47384,562545,4234330,68588311,483088332,10699776685,102434734598,2016289908585,24588487650736,611171244308689,6456997293606738,209020565553571999,2838875160624256460
add $0,1
mov $2,$0
lpb $2
mov $3,$2
gcd $3,... | 23.176471 | 189 | 0.692893 |
d42d87a46154c7f6025d12f7cfbb8fe566235f30 | 789 | asm | Assembly | oeis/226/A226538.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/226/A226538.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/226/A226538.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A226538: a(2t) = a(2t-1) + 1, a(2t+1) = a(2t) + a(2t-2) for t >= 1, with a(0) = a(1) = 1.
; Submitted by Jamie Morken(s3)
; 1,1,2,3,4,6,7,11,12,19,20,32,33,53,54,87,88,142,143,231,232,375,376,608,609,985,986,1595,1596,2582,2583,4179,4180,6763,6764,10944,10945,17709,17710,28655,28656,46366,46367,75023,75024,121391,121... | 60.692308 | 497 | 0.741445 |
9b5c245be9d3b9a2e22efaee79ae5cfc5a6cad79 | 742 | asm | Assembly | oeis/091/A091149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/091/A091149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/091/A091149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A091149: Expansion of (1 - x - sqrt(1 - 2*x - 23*x^2))/(12*x^2).
; Submitted by Christian Krause
; 1,1,7,19,109,421,2251,10207,53593,263305,1385263,7109323,37728901,198723565,1065245299,5706564247,30879236017,167409942289,913397457367,4996676997379,27455383898269,151263170713909,836158046041243,4633543701807055,25745... | 35.333333 | 479 | 0.781671 |
99e4dbe69e4bc56db78392b987eb97ae7482ddc6 | 768 | asm | Assembly | oeis/062/A062877.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062877.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062877.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062877: Apart from the initial term (0), each a(n) is representable as a sum of distinct odd-indexed Fibonacci numbers.
; Submitted by Simon Strandgaard
; 0,1,2,3,5,6,7,8,13,14,15,16,18,19,20,21,34,35,36,37,39,40,41,42,47,48,49,50,52,53,54,55,89,90,91,92,94,95,96,97,102,103,104,105,107,108,109,110,123,124,125,126,12... | 26.482759 | 353 | 0.634115 |
435444ed705f020401d7f05043fc1fe113510bae | 408 | asm | Assembly | programs/oeis/048/A048776.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | null | null | null | programs/oeis/048/A048776.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | null | null | null | programs/oeis/048/A048776.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | null | null | null | ; A048776: First partial sums of A048739; second partial sums of A000129.
; 1,4,12,32,81,200,488,1184,2865,6924,16724,40384,97505,235408,568336,1372096,3312545,7997204,19306972,46611168,112529329,271669848,655869048,1583407968,3822685009,9228778012,22280241060,53789260160,129858761409,313506783008
add $0,2
mov $2,$0
s... | 40.8 | 224 | 0.754902 |
41b90c6bfa285e1a8eecb55ce6566ae57fa43ac4 | 16,785 | asm | Assembly | trunk/win/lib/openssl-1.0.1e/tmp32/sha512-586.asm | chundonglinlin/srs.win | 0e45a27ebf0df35509cac33741d4e3e8454d83fa | [
"MIT"
] | 9 | 2016-02-04T02:09:25.000Z | 2019-08-11T15:11:44.000Z | trunk/win/lib/openssl-1.0.1e/tmp32/sha512-586.asm | suhetao/srs.win | 0e45a27ebf0df35509cac33741d4e3e8454d83fa | [
"MIT"
] | null | null | null | trunk/win/lib/openssl-1.0.1e/tmp32/sha512-586.asm | suhetao/srs.win | 0e45a27ebf0df35509cac33741d4e3e8454d83fa | [
"MIT"
] | 23 | 2015-12-06T15:18:41.000Z | 2021-12-23T13:59:25.000Z | TITLE sha512-586.asm
IF @Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
.686
.XMM
IF @Version LT 800
XMMWORD STRUCT 16
DQ 2 dup (?)
XMMWORD ENDS
ENDIF
.MODEL FLAT
OPTION DOTNAME
IF @Version LT 800
.text$ SEGMENT PAGE 'CODE'
ELSE
.text$ SEGMENT ALIGN(64) 'CODE'
ENDIF
;E... | 19.608645 | 65 | 0.69014 |
ce2f8844ef6f1f2c18725d2121ee888a023f98e4 | 737 | asm | Assembly | oeis/180/A180035.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/180/A180035.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/180/A180035.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A180035: Eight white queens and one red queen on a 3 X 3 chessboard. G.f.: (1+x)/(1-5*x-3*x^2).
; Submitted by Jamie Morken(s4)
; 1,6,33,183,1014,5619,31137,172542,956121,5298231,29359518,162692283,901539969,4995776694,27683503377,153404846967,850074744966,4710588265731,26103165563553,144647592614958,801547459765449,... | 46.0625 | 497 | 0.814111 |
4d99d9efd7531943829c46432f8a26c2d15e74e8 | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_play.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_play.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_play.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_play.asm
Type: file
Size: 356132
Last-Modified: '2016-05-13T04:25:37Z'
SHA-1: C5BF521676B3C71D20F38DA7636698EAD5C87EF0
Description: null
| 21 | 47 | 0.816327 |
152198bba4cf47167718ffb3a8d15a853ac0b2de | 743 | asm | Assembly | oeis/217/A217275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/217/A217275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/217/A217275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A217275: Expansion of 2/(1-x+sqrt(1-2*x-27*x^2)).
; Submitted by Christian Krause
; 1,1,8,22,141,561,3291,15583,88691,459187,2599570,14136200,80391235,450046143,2579291352,14710321998,85002979083,491050703739,2859262171872,16674374605722,97747766045679,574231140306699,3385974360904227,20009363692187115,11858264996302... | 35.380952 | 495 | 0.798116 |
848746d7f99772e9d45d6b0520d308c1e2ddeb52 | 66 | asm | Assembly | audio/sfx/noise_instrument13_3.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | audio/sfx/noise_instrument13_3.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | audio/sfx/noise_instrument13_3.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | SFX_Noise_Instrument13_3_Ch8:
noise_note 0, 10, 2, 17
sound_ret
| 16.5 | 29 | 0.80303 |
ce33c5edf00b8718e4967e35bfad67b916128d14 | 1,235 | asm | Assembly | testdata/clockstep.asm | bassosimone/risc32 | f0b0fc0e41390b5bc18541aeb9bd51cb3cb461d7 | [
"MIT"
] | null | null | null | testdata/clockstep.asm | bassosimone/risc32 | f0b0fc0e41390b5bc18541aeb9bd51cb3cb461d7 | [
"MIT"
] | null | null | null | testdata/clockstep.asm | bassosimone/risc32 | f0b0fc0e41390b5bc18541aeb9bd51cb3cb461d7 | [
"MIT"
] | null | null | null | movi r1 _boot
jalr r0 r1
.space 1021
__itbl: .space 1024
__istack: .space 2048
_boot: nop
# set interrupt handler base address
movi r1 __itbl
wsr r1 2
# set interrupt handler for interrupt one (clock)
movi r8 _... | 27.444444 | 61 | 0.409717 |
52b38ee977aee7594a7d1a8e2fab97b7d061a5f7 | 5,626 | asm | Assembly | Encoding.asm | MrLittleKitty/Assembly-Language-RLE-Algorithm | 49b6769e782eb7f4861221df05ef0761e2bbee4f | [
"MIT-0"
] | 1 | 2019-06-28T16:19:40.000Z | 2019-06-28T16:19:40.000Z | Encoding.asm | MrLittleKitty/Assembly-Language-RLE-Algorithm | 49b6769e782eb7f4861221df05ef0761e2bbee4f | [
"MIT-0"
] | null | null | null | Encoding.asm | MrLittleKitty/Assembly-Language-RLE-Algorithm | 49b6769e782eb7f4861221df05ef0761e2bbee4f | [
"MIT-0"
] | 2 | 2020-03-10T04:52:26.000Z | 2021-07-23T09:43:57.000Z | ;************************************************************
; Eric Wolfe
;
; CS M30
;
; Programming Assignment 4
;
; The goal of this project is to write an assembly language
; procedure that compresses a file using a specific implementation
; of the Run Length Encoding algorithm. The procedure that uses this
; algor... | 44.299213 | 130 | 0.624067 |
761f0084893373cd941c7193ecf9c77f9f050082 | 687 | asm | Assembly | oeis/135/A135756.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/135/A135756.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/135/A135756.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A135756: a(n) = Sum_{k=0..n} C(n,k) * 2^(k*(k-1)).
; Submitted by Jon Maiga
; 1,2,7,80,4381,1069742,1080096067,4405584869660,72092808533798521,4723015159635987920282,1237987266193328694390243007,1298087832233881093828346620725800,5444533447707296101446012633157149337621,91343923112015002085726359385842062050700622022... | 31.227273 | 437 | 0.790393 |
7375aa0df3cec423368fd2a9677bdd42767d0811 | 404 | asm | Assembly | sk/sfx/DB.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | sk/sfx/DB.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | sk/sfx/DB.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound_DB_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_DB_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cPSG3, Sound_DB_PSG3, $00, $00
; PSG3 Data
Sound_DB_PSG3:
smpsPSGform $E7
dc.b nA6, $05
Sound_DB_Loop00:
dc.b smpsNoAttack, nMaxPSG2, $16
smpsContinuousLoop... | 19.238095 | 52 | 0.772277 |
dd361e9d4998e3bc9fc40caad34840a6bcd6d59e | 10,613 | asm | Assembly | P6/data_P6_2/MDTest135.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/MDTest135.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/MDTest135.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | ori $ra,$ra,0xf
srav $5,$6,$5
divu $5,$ra
mthi $4
mtlo $5
addu $5,$5,$5
mfhi $5
lb $6,0($0)
srav $5,$4,$5
lb $1,16($0)
srav $3,$2,$3
multu $5,$4
lb $6,15($0)
sll $4,$2,14
mult $4,$2
mult $5,$5
sb $2,2($0)
mthi $6
sb $6,2($0)
srav $4,$4,$4
lui $4,18020
lb $4,9($0)
multu $3,$5
mflo $4
sb $0,15($0)
addiu $4,$2,5460
srav $... | 11.924719 | 18 | 0.567606 |
7e569d7994c719aead444d5cef079dc0ad9600b8 | 257 | asm | Assembly | mc-sema/validator/x86_64/tests/CVTTSS2SIrr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86_64/tests/CVTTSS2SIrr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/CVTTSS2SIrr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; put 2 into ecx for future load into xmm0
mov ecx, 2
cvtsi2ss xmm0, ecx
;TEST_BEGIN_RECORDING
cvttss2si ecx, xmm0
;TEST_END_RECORDING
xor ecx, ecx
cvtsi2sd xmm0, ecx
| 15.117647 | 42 | 0.805447 |
b47a787e7f85bc433847bfcab72765ab17341aa3 | 420 | asm | Assembly | programs/oeis/001/A001475.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001475.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001475.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A001475: a(n) = a(n-1) + n * a(n-2), where a(1) = 1, a(2) = 2.
; 1,2,5,13,38,116,382,1310,4748,17848,70076,284252,1195240,5174768,23103368,105899656,498656912,2404850720,11879332048,59976346448,309442319456,1628921941312,8746095288800,47840221880288,266492604100288,1510338372987776,8705638683695552
add $0,3
mov $2,1... | 26.25 | 236 | 0.697619 |
285272a8fce1d939dee97b7a68186cd28e8eb13f | 684 | asm | Assembly | header/001/SMROM.asm | freem/nes_corelib | a890aa3c436e931a765866265f24ccf3c432f71d | [
"0BSD"
] | 16 | 2015-06-23T03:17:40.000Z | 2021-10-05T23:40:28.000Z | nes_corelib/header/001/SMROM.asm | master-g/childhood | 7cd2a6a13f7e862df6d239e78371df6222b30a53 | [
"Apache-2.0"
] | null | null | null | nes_corelib/header/001/SMROM.asm | master-g/childhood | 7cd2a6a13f7e862df6d239e78371df6222b30a53 | [
"Apache-2.0"
] | 3 | 2015-11-12T01:29:55.000Z | 2020-07-06T05:15:06.000Z | ; SMROM: 256KB PRG-ROM + 8KB CHR-RAM
; http://bootgod.dyndns.org:7777/search.php?keywords=SMROM&kwtype=pcb
; Only used for "Hokkaidou Rensa Satsujin: Okhotsu ni Shoyu" (J)?
;------------------------------------------------------------------------------;
; MMC1 mirroring is mapper controlled. This just sets the default.... | 36 | 80 | 0.616959 |
05bd6b4e19a20632d39042925daf27b477766b45 | 312 | asm | Assembly | Chapter_4/Program 4.1/x86_64/Program_4.1_NASM.asm | LaudateCorpus1/Assembly-1 | a034a8d441ff8b659cd9ea4014e7090428f93e8d | [
"MIT"
] | 272 | 2016-12-28T02:24:21.000Z | 2022-03-30T21:05:37.000Z | Chapter_4/Program 4.1/x86_64/Program_4.1_NASM.asm | LaudateCorpus1/Assembly-1 | a034a8d441ff8b659cd9ea4014e7090428f93e8d | [
"MIT"
] | 1 | 2018-04-17T19:47:52.000Z | 2018-04-17T19:47:52.000Z | Chapter_4/Program 4.1/x86_64/Program_4.1_NASM.asm | LaudateCorpus1/Assembly-1 | a034a8d441ff8b659cd9ea4014e7090428f93e8d | [
"MIT"
] | 62 | 2017-02-02T14:39:37.000Z | 2022-01-04T09:02:07.000Z | ; Program 4.1
; Addition and Subtraction - NASM (64-bit)
; Copyright (c) 2020 Hall & Slonka
SECTION .data
sum: DQ 0
val: DQ 25
SECTION .text
global _main
_main:
mov rax, 0
inc rax
add rax, 200
sub rax, [val]
mov [sum], rax
dec QWORD [sum]
neg QWORD [sum]
mov rax, 60
xor rdi, rdi
syscall
| 13 | 42 | 0.644231 |
87f92635eee76c9adefc17b259f6cd1c39eec247 | 843 | asm | Assembly | engine/joypad.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | engine/joypad.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | engine/joypad.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | _Joypad::
; hJoyReleased: (hJoyLast ^ hJoyInput) & hJoyLast
; hJoyPressed: (hJoyLast ^ hJoyInput) & hJoyInput
ldh a, [hJoyInput]
cp A_BUTTON + B_BUTTON + SELECT + START ; soft reset
jp z, TrySoftReset
ld b, a
ldh a, [hJoyLast]
ld e, a
xor b
ld d, a
and e
ldh [hJoyReleased], a
ld a, d
and b
ldh [hJoyPres... | 13.596774 | 53 | 0.657177 |
ed9d0b695464b09d74a9f116ffc8614b011e6b0a | 1,331 | asm | Assembly | samplebot.asm | YellowberryHN/nanorg-stuff | 8af2a4e7a9d3b29954b816e9b095a09360118bc8 | [
"Unlicense"
] | 1 | 2018-10-29T00:02:51.000Z | 2018-10-29T00:02:51.000Z | samplebot.asm | YellowberryHN/nanorg-stuff | 8af2a4e7a9d3b29954b816e9b095a09360118bc8 | [
"Unlicense"
] | null | null | null | samplebot.asm | YellowberryHN/nanorg-stuff | 8af2a4e7a9d3b29954b816e9b095a09360118bc8 | [
"Unlicense"
] | null | null | null | info: AJOSampleBot, John Doe
main:
// select a random direction and distance to move
rand [dir], 4
rand [count], 10 //edit
add [count], 1 //edit
loop:
// check if I'm top of food and eat if so
sense r2
jns noFood
eat
noFood:
// see if we'r... | 27.163265 | 94 | 0.511645 |
2420db61b593820e14816e81402a4209d7d261b3 | 525 | asm | Assembly | programs/oeis/005/A005665.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005665.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005665.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A005665: Tower of Hanoi with 3 pegs and cyclic moves only (clockwise).
; 0,1,5,15,43,119,327,895,2447,6687,18271,49919,136383,372607,1017983,2781183,7598335,20759039,56714751,154947583,423324671,1156544511,3159738367,8632565759,23584608255,64434348031,176037912575,480944521215,1313964867583,3589818777599,980756729036... | 37.5 | 344 | 0.779048 |
a119e73036704ea92647658af2e9645331e0fcf4 | 2,199 | asm | Assembly | bfintrinsics/src/arch/x64/rdtsc.asm | chp-io/hypervisor | 7c1dce35e9e54601de1c4655565fde803ab446f0 | [
"MIT"
] | 5 | 2020-03-28T18:31:24.000Z | 2022-03-16T07:51:29.000Z | bfintrinsics/src/arch/x64/rdtsc.asm | chp-io/hypervisor | 7c1dce35e9e54601de1c4655565fde803ab446f0 | [
"MIT"
] | 7 | 2017-11-07T00:25:25.000Z | 2018-02-14T18:37:18.000Z | bfintrinsics/src/arch/x64/rdtsc.asm | chp-io/hypervisor | 7c1dce35e9e54601de1c4655565fde803ab446f0 | [
"MIT"
] | 2 | 2020-05-21T22:57:04.000Z | 2020-06-17T15:04:38.000Z | ;
; Copyright (C) 2019 Assured Information Security, Inc.
;
; Permission is hereby granted, free of charge, to any person obtaining a copy
; of this software and associated documentation files (the "Software"), to deal
; in the Software without restriction, including without limitation the rights
; to use, copy, modify... | 27.4875 | 121 | 0.736698 |
e6302a553fd7cabd6b62906b892d3c3b6ad97261 | 250 | asm | Assembly | asm/first_asm/exit.asm | dmike16/study-notes | 9c12393f3bb4bacfe7bfa2489500c5129bd375ae | [
"MIT"
] | null | null | null | asm/first_asm/exit.asm | dmike16/study-notes | 9c12393f3bb4bacfe7bfa2489500c5129bd375ae | [
"MIT"
] | 25 | 2017-11-29T10:08:49.000Z | 2022-01-14T22:34:57.000Z | asm/first_asm/exit.asm | dmike16/study-notes | 9c12393f3bb4bacfe7bfa2489500c5129bd375ae | [
"MIT"
] | null | null | null | ; Program: exit
;
; Input no
;
; Output: only set the exit code. ($? into the shell)
;
segment .text
global _start
_start:
mov eax,1 ; 1 is the exit syscall number
mov ebx,5 ; the status value to return
int 0x80 ; execute a syscall
| 17.857143 | 53 | 0.656 |
26be141291a830c2da5a04ed40c0ef3a59cb40ae | 254 | asm | Assembly | Working Disassembly/Levels/LBZ/Misc Object Data/Map - Unused Elevator.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/Levels/LBZ/Misc Object Data/Map - Unused Elevator.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/LBZ/Misc Object Data/Map - Unused Elevator.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_2248EA: dc.w Frame_2248EC-Map_2248EA ; ...
Frame_2248EC: dc.w 6
dc.b $F8, $D, 0,$10,$FF,$D0
dc.b $F8, 5, 0,$14,$FF,$F0
dc.b $F8, 5, 0,$14, 0, 0
dc.b $F8, $D, 8,$10, 0,$10
dc.b 8, 5, 0,$18,$FF,$F0
dc.b 8, 5, 8,$18, 0, 0
| 28.222222 | 46 | 0.480315 |
60939d2df07781e536e916f29523beafb278d818 | 721 | asm | Assembly | _maps/SBZ Spinning Platforms.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _maps/SBZ Spinning Platforms.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _maps/SBZ Spinning Platforms.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - spinning platforms (SBZ)
; ---------------------------------------------------------------------------
Map_Spin_internal:
dc.w @flat-Map_Spin_internal
dc.w @spin1-Map_Spin_internal
dc.w @spin2-Map_Spin_internal
dc.... | 28.84 | 77 | 0.450763 |
caed58c3a7e52e332e5335eb9fcf0d4e8ad033e0 | 3,988 | asm | Assembly | Transynther/x86/_processed/US/_st_/i9-9900K_12_0xca.log_14_1511.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_/i9-9900K_12_0xca.log_14_1511.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_/i9-9900K_12_0xca.log_14_1511.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 %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x18ce, %rsi
clflush (%rsi)
nop
nop
nop
xor %r15, %r15
mov $0x6162636465666768, %r13
movq %r13, %xmm4
movups %xmm4, (%rsi)
dec %rax
lea addresses_WT_ht+0xfd1e, %r12
n... | 19.359223 | 149 | 0.64343 |
7ecc8ebb5d78a70041057279348e5f8c80e384e6 | 582 | asm | Assembly | programs/oeis/186/A186539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/186/A186539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/186/A186539.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A186539: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f(i)=i^2 and g(j)=-2+3j^2. Complement of A186540.
; 1,3,4,6,7,9,11,12,14,15,17,18,20,22,23,25,26,28,29,31,33,34,36,37,39,41,42,44,45,47,48,50,52,53,55,56,58,59,61,63,64,66,67,69,70,72,74,75,77,78,80,82,83,85,86,88,... | 52.909091 | 332 | 0.659794 |
413a76e9472c44e05ee43ae238a5e5e22a4634c8 | 727 | asm | Assembly | AssemblyExamples/09_calling_stack/stack.asm | jude-arokiam-uoit/csci-2050-assembly-examples | 334c89128864e9763d1653702c773ae0effd04d9 | [
"MIT"
] | 1 | 2019-03-09T23:55:01.000Z | 2019-03-09T23:55:01.000Z | AssemblyExamples/09_calling_stack/stack.asm | jude-arokiam-uoit/csci-2050-assembly-examples | 334c89128864e9763d1653702c773ae0effd04d9 | [
"MIT"
] | null | null | null | AssemblyExamples/09_calling_stack/stack.asm | jude-arokiam-uoit/csci-2050-assembly-examples | 334c89128864e9763d1653702c773ae0effd04d9 | [
"MIT"
] | 2 | 2019-04-01T23:57:18.000Z | 2019-04-02T16:59:14.000Z | extern printf
extern scanf
global main
section .text
add4:
mov rax, [rsp+8]
add rax, [rsp+16]
add rax, [rsp+24]
add rax, [rsp+32]
gotArg:
ret 32
main:
; experiments with calling stack data
beforeArgs:
push qword 0x1 ; argument #1
push qword 0x2 ; argument #2
push qword 0x3 ... | 14.254902 | 70 | 0.587345 |
8ebf63a2a37832541009acd2dde9ba2ff84f8cd8 | 364 | asm | Assembly | programs/oeis/212/A212765.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/212/A212765.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212765.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A212765: Number of (w,x,y,z) with all terms in {0,...,n}, w even and x, y, and z odd.
; 0,1,2,16,24,81,108,256,320,625,750,1296,1512,2401,2744,4096,4608,6561,7290,10000,11000,14641,15972,20736,22464,28561,30758,38416,41160,50625,54000,65536,69632,83521,88434,104976,110808,130321,137180
mov $1,$0
add $0,1
div $0,2
po... | 30.333333 | 200 | 0.692308 |
15de756e1475985b28125d0345065838d1a0a793 | 641 | asm | Assembly | 2_4.asm | EduardaSRBastos/Assembly-2020 | 65fd798bd2b9a4f4520256f71aac7bd91398a7fd | [
"MIT"
] | null | null | null | 2_4.asm | EduardaSRBastos/Assembly-2020 | 65fd798bd2b9a4f4520256f71aac7bd91398a7fd | [
"MIT"
] | null | null | null | 2_4.asm | EduardaSRBastos/Assembly-2020 | 65fd798bd2b9a4f4520256f71aac7bd91398a7fd | [
"MIT"
] | null | null | null | MOV AH, 9
LEA DX, TEXTO1
INT 21H
MOV AH, 9
LEA DX, TEXTO2
INT 21H
MOV AH, 9
LEA DX, TEXTO2
INT 21H
MOV AH, 9
LEA DX, TEXTO2
INT 21H
MOV AH, 9
LEA DX, TEXTO2
INT 21H
MOV AH, 9
LEA DX, TEXTO2... | 14.906977 | 35 | 0.382215 |
46f10f8fd30d24bb6d07269d49f9a14f3aa92da3 | 1,370 | asm | Assembly | 8088/loope.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/loope.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/loope.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | %include "defaults_bin.asm"
mov bx,0x0102
mov al,'B'
cmp bl,bh
mov cx,9999
loope l1
mov al,'A'
l1:
outputCharacter
mov bx,0x0102
mov al,'B'
cmp bl,bh
mov cx,9999
loopne l2
mov al,'A'
l2:
outputCharacter
mov bx,0x0102
mov al,'B'
cmp bl,bh
mov cx,9999
db 0xf2
loope l3
mov a... | 10.873016 | 29 | 0.621898 |
81b99f958b09eedcdac3cf83440b1b033796af63 | 3,384 | asm | Assembly | asm/playlzs16.asm | dmsc/lzss-sap | ed2e6e23e7776f0f9bbe6852216d04f2ed58f731 | [
"MIT"
] | 3 | 2020-12-21T00:49:38.000Z | 2022-02-26T23:41:13.000Z | asm/playlzs16.asm | dmsc/lzss-sap | ed2e6e23e7776f0f9bbe6852216d04f2ed58f731 | [
"MIT"
] | null | null | null | asm/playlzs16.asm | dmsc/lzss-sap | ed2e6e23e7776f0f9bbe6852216d04f2ed58f731 | [
"MIT"
] | null | null | null | ;
; LZSS Compressed SAP player for 16 match bits
; --------------------------------------------
;
; (c) 2020 DMSC
; Code under MIT license, see LICENSE file.
;
; This player uses:
; Match length: 8 bits (1 to 256)
; Match offset: 8 bits (1 to 256)
; Min length: 2
; Total match bits: 16 bits
;
; Compress using:
; ... | 19.674419 | 96 | 0.574468 |
1bb23102e002ce4f3286ae7ce8db79fda8c863ca | 7,574 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_21829_380.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_380.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_380.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x15981, %r11
nop
nop
nop
and %rcx, %rcx
mov (%r11), %r14d
cmp %r12, %r12
lea addresses_D_ht+0x1d021, %rsi
lea addresses_A_ht+0x1041, %rdi
nop
sub $21491, %r13
mov $12, %rcx
re... | 36.589372 | 2,999 | 0.659889 |
0da6ff03ce7cbcf135ac0e974c67041aa894de0f | 3,783 | asm | Assembly | rolling_hash/rolling_hash2_multibinary.asm | carl008-ma/isa-l_crypto | 0e4f088aace7ccca8540f54735150bf78731f0b7 | [
"BSD-3-Clause"
] | null | null | null | rolling_hash/rolling_hash2_multibinary.asm | carl008-ma/isa-l_crypto | 0e4f088aace7ccca8540f54735150bf78731f0b7 | [
"BSD-3-Clause"
] | null | null | null | rolling_hash/rolling_hash2_multibinary.asm | carl008-ma/isa-l_crypto | 0e4f088aace7ccca8540f54735150bf78731f0b7 | [
"BSD-3-Clause"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2017 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; * Redistributions of so... | 31.008197 | 75 | 0.738567 |
985efd1060b6371206c58365528402ecad65c2c9 | 780 | asm | Assembly | oeis/049/A049363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049363.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049363: a(1) = 1; for n>1, smallest digitally balanced number in base n.
; Submitted by Christian Krause
; 1,2,11,75,694,8345,123717,2177399,44317196,1023456789,26432593615,754777787027,23609224079778,802772380556705,29480883458974409,1162849439785405935,49030176097150555672,2200618769387072998445,104753196945250864... | 33.913043 | 477 | 0.788462 |
3af0c7aeed0b5672c5f0542f2bb6c847bb4d1bdd | 425 | asm | Assembly | oeis/169/A169803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/169/A169803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/169/A169803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A169803: Triangle read by rows: T(n,k) = binomial(n+1-k,k) (n >= 0, 0 <= k <= n).
; Submitted by Christian Krause
; 1,1,1,1,2,0,1,3,1,0,1,4,3,0,0,1,5,6,1,0,0,1,6,10,4,0,0,0,1,7,15,10,1,0,0,0,1,8,21,20,5,0,0,0,0,1,9,28,35,15,1,0,0,0,0,1,10,36,56,35,6,0,0,0,0,0,1,11,45,84,70,21,1,0,0,0,0,0,1,12,55,120,126,56,7,0,0,0,0,... | 32.692308 | 234 | 0.567059 |
f98508f354ffbbbc8e437b62c59a68b173876a85 | 7,624 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_790_2219.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_790_2219.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_790_2219.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xbb60, %r11
nop
nop
nop
nop
nop
xor %r15, %r15
movb (%r11), %r14b
nop
sub $19057, %rax
lea addresses_UC_ht+0xe4d0, %rbx
add $6173, %r14
movw $0x6162, (%rbx)
inc %r11
... | 33.734513 | 2,369 | 0.654119 |
d517f408f3695c79787863514a2aa237cd2122e6 | 572 | asm | Assembly | programs/oeis/065/A065994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/065/A065994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/065/A065994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A065994: a(n) = prime(prime(n) - n).
; 2,2,3,5,13,17,29,31,43,67,71,97,107,109,131,157,181,191,223,233,239,269,281,313,359,379,383,401,409,431,503,523,569,571,619,631,659,691,719,751,787,797,857,859,881,883,971,1039,1061,1063,1091,1117,1123,1201,1231,1279,1301,1303,1361,1381,1399,1453,1549,1567,1571,1597,1693,1723,17... | 95.333333 | 438 | 0.743007 |
c1c5fa05657e4f00025d48664ad1029f2403cf97 | 328 | asm | Assembly | programs/oeis/176/A176003.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/176/A176003.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/176/A176003.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A176003: a(n) = 3*(n-th noncomposite number) - 2.
; 1,4,7,13,19,31,37,49,55,67,85,91,109,121,127,139,157,175,181,199,211,217,235,247,265,289,301,307,319,325,337,379,391,409,415,445,451,469,487,499,517,535,541,571,577,589,595,631,667,679,685,697,715,721,751
sub $0,1
cal $0,40 ; The prime numbers.
mov $1,$0
mul $1,3
s... | 36.444444 | 206 | 0.679878 |
dd752348b3e9e5e9ca840339bd93031edf969faa | 4,395 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1617.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1617.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1617.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 %rbp
push %rdi
push %rsi
lea addresses_normal_ht+0x12e53, %rbp
nop
nop
nop
nop
dec %rsi
movw $0x6162, (%rbp)
nop
nop
nop
nop
and %rdi, %rdi
pop %rsi
pop %rdi
pop %rbp
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r9
push %rcx
push %rdi... | 52.951807 | 2,999 | 0.663481 |
53d17ef29ba11fcd05ff13b0f917c7e9936946e1 | 1,105 | asm | Assembly | programs/oeis/168/A168413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/168/A168413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/168/A168413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A168413: a(n) = 9*n - a(n-1) - 5, with a(1)=2.
; 2,11,11,20,20,29,29,38,38,47,47,56,56,65,65,74,74,83,83,92,92,101,101,110,110,119,119,128,128,137,137,146,146,155,155,164,164,173,173,182,182,191,191,200,200,209,209,218,218,227,227,236,236,245,245,254,254,263,263,272,272,281,281,290,290,299,299,308,308,317,317,326,326... | 122.777778 | 1,008 | 0.727602 |
7721076d420c93da10fa14b297e281313ca6b9a1 | 725 | asm | Assembly | programs/oeis/329/A329509.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329509.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329509.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A329509: Expansion of (1 + x)*(1 + x + x^2 - x^3) / (1 - x).
; 1,3,5,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,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... | 36.25 | 501 | 0.488276 |
6a0502c08b88481faa665e187fb67521c6f48324 | 72 | asm | Assembly | lab3_test_harness/Lab1test/add.asm | Zaydax/PipelineProcessor | f45f7d1a245f291218d53a7f16fd7f98a50ce47e | [
"MIT"
] | 2 | 2017-03-05T17:40:26.000Z | 2017-03-15T01:41:25.000Z | lab3_test_harness/Lab1test/add.asm | Zaydax/PipelineProcessor | f45f7d1a245f291218d53a7f16fd7f98a50ce47e | [
"MIT"
] | null | null | null | lab3_test_harness/Lab1test/add.asm | Zaydax/PipelineProcessor | f45f7d1a245f291218d53a7f16fd7f98a50ce47e | [
"MIT"
] | null | null | null | .ORIG x3000
AND R0, R0, #0
ADD R7, R0, #5
ADD R4, R7, R7
HALT
.END | 12 | 15 | 0.569444 |
8cb72a172c0478ed7f50a4fc15d9e03fba64c47c | 7,827 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_287.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_287.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_287.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 %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x3d31, %r14
nop
dec %rax
mov (%r14), %r8w
nop
nop
add %r12, %r12
lea addresses_UC_ht+0xfa71, %rdi
nop
nop
nop
xor $42829, %rcx
vmovups (%rdi), %ymm2
vextracti128 $1, %ymm2, %xmm... | 31.433735 | 2,999 | 0.64993 |
943212f020de89b01be8ddd4a047764ffdcc5342 | 22 | asm | Assembly | projects/Links_Awakening_gb.windfish/configuration/macros/changebank.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 68 | 2020-12-16T10:06:48.000Z | 2022-03-29T19:54:01.000Z | projects/Links_Awakening_gb.windfish/configuration/macros/changebank.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 62 | 2020-12-19T04:28:41.000Z | 2021-02-15T22:18:16.000Z | projects/Links_Awakening_gb.windfish/configuration/macros/changebank.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 4 | 2021-01-17T03:51:22.000Z | 2021-01-21T16:26:53.000Z | ld a, #1
ld [$2100], a | 11 | 13 | 0.5 |
b32bbcba8121a45a941eba7d3186efa1977aac8e | 61,951 | asm | Assembly | ls.asm | Alpr1010/cpsc405 | d071f61d11f02cd43eb09deeb793e84bde7b8a2d | [
"MIT-0"
] | null | null | null | ls.asm | Alpr1010/cpsc405 | d071f61d11f02cd43eb09deeb793e84bde7b8a2d | [
"MIT-0"
] | null | null | null | ls.asm | Alpr1010/cpsc405 | d071f61d11f02cd43eb09deeb793e84bde7b8a2d | [
"MIT-0"
] | null | null | null |
_ls: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
close(fd);
}
int
main(int argc, char *argv[])
{
1000: 8d 4c 24 04 lea 0x4(%esp),%ecx
1004: 83 e4 f0 and $0xfffffff0,%esp
1007: ff 71 fc pushl -0x4(%ecx)
100a: 55 ... | 33.093483 | 73 | 0.412584 |
a33e2995f6041de96c25f8fe2cf6c4198e4155cf | 8,936 | asm | Assembly | boot/loader.asm | kammce/KinXOS | 637ecc7a345e19df7ebffd95b476591ce1134829 | [
"MIT"
] | null | null | null | boot/loader.asm | kammce/KinXOS | 637ecc7a345e19df7ebffd95b476591ce1134829 | [
"MIT"
] | null | null | null | boot/loader.asm | kammce/KinXOS | 637ecc7a345e19df7ebffd95b476591ce1134829 | [
"MIT"
] | null | null | null | ; All underscores shall be removed!!!!
global loader ; making entry point visible to linker
global MULTIBOOT
extern kmain ; kmain is defined in kmain.cpp
; setting up the Multiboot header - see GRUB docs for details
MODULEALIGN equ 1<<0 ; align ... | 16.57885 | 92 | 0.638205 |
6e2f413131bc087c4d174c456df48dc5961b7aee | 353 | asm | Assembly | oeis/054/A054104.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054104.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054104.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054104: T(n,2), array T as in A054098.
; Submitted by Christian Krause
; 2,3,8,30,134,714,4462,32126,262362,2398738,24287222,269858022,3265282066,42745510682,601999275438,9076296768142,145869055202282,2489498542118946
mov $2,1
lpb $0
sub $0,1
add $1,1
add $2,1
mov $4,$3
add $3,$2
mul $2,$1
dif $4,2
... | 19.611111 | 146 | 0.685552 |
845828711f816ca4703e3818676c57334d059710 | 454 | asm | Assembly | programs/oeis/044/A044752.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/044/A044752.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/044/A044752.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A044752: Numbers n such that string 3,9 occurs in the base 10 representation of n but not of n+1.
; 39,139,239,339,399,439,539,639,739,839,939,1039,1139,1239,1339,1399,1439,1539,1639,1739,1839,1939,2039,2139,2239,2339,2399,2439,2539,2639,2739,2839,2939,3039,3139,3239,3339,3399,3439
add $0,1
cal $0,277592 ; Numbers k... | 41.272727 | 184 | 0.72467 |
3bc6f8d1bfa5b61b137e2cf781fd575f12699631 | 619 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_1grow_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_1grow_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_1grow_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *obstack_1grow(struct obstack *ob, char c)
;
; Append char c to the growing object.
;
; ===============================================================
SECTION code_... | 18.757576 | 65 | 0.526656 |
205acbf0a049e472d2f9ae9377cc9f66e65f2b61 | 2,129 | asm | Assembly | programs/oeis/118/A118719.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/118/A118719.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/118/A118719.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A118719: Cubes for which the digital root is also a cube.
; 0,1,8,64,125,343,512,1000,1331,2197,2744,4096,4913,6859,8000,10648,12167,15625,17576,21952,24389,29791,32768,39304,42875,50653,54872,64000,68921,79507,85184,97336,103823,117649,125000,140608,148877,166375,175616,195112,205379,226981,238328,262144,274625,3007... | 163.769231 | 1,978 | 0.852513 |
956d57232132a77ed490136863b2f2ee2f84eeb2 | 20,961 | asm | Assembly | ftm/love3.asm | zeta0134/bhop | d083a65431847e5a30ff5c7eaa045d43d78701ac | [
"MIT-0"
] | 4 | 2021-07-18T18:44:10.000Z | 2021-12-09T03:38:04.000Z | ftm/love3.asm | zeta0134/bhop | d083a65431847e5a30ff5c7eaa045d43d78701ac | [
"MIT-0"
] | null | null | null | ftm/love3.asm | zeta0134/bhop | d083a65431847e5a30ff5c7eaa045d43d78701ac | [
"MIT-0"
] | 1 | 2021-08-22T22:18:59.000Z | 2021-08-22T22:18:59.000Z | ; Dn-FamiTracker exported music data: love_3_option.0cc
;
; Module header
.word ft_song_list
.word ft_instrument_list
.word ft_sample_list
.word ft_samples
.word ft_groove_list
.byte 4 ; flags
.word 3840 ; NTSC speed
.word 3840 ; PAL speed
; Instrument pointer list
ft_instrument_list:
.word ft_inst_0
.word ... | 46.997758 | 105 | 0.479653 |
e07dd4dde86511ec99fd015c3e6de64bc76f9a16 | 882 | asm | Assembly | data/pokemon/base_stats/hitmonlee.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/hitmonlee.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/hitmonlee.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 50, 120, 53, 87, 35, 110
; hp atk def spd sat sdf
db FIGHTING, FIGHTING ; type
db 45 ; catch rate
db 139 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F0 ; gender ratio
db 25 ; step cycles to hatch
INCBIN "gfx/pokemon/hitmonlee/front.dimensions"
db GROWTH_MEDI... | 44.1 | 446 | 0.756236 |
a8644bf0086b217327ec84037f98c066b176d7c4 | 240 | asm | Assembly | programs/oeis/295/A295473.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/295/A295473.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/295/A295473.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A295473: a(0) = 0; for n>0, a(n) = 9*n!.
; 0,9,18,54,216,1080,6480,45360,362880,3265920,32659200,359251200,4311014400,56043187200,784604620800,11769069312000,188305108992000,3201186852864000
mov $1,$0
pow $2,$1
fac $1
sub $1,$2
mul $1,9
| 26.666667 | 149 | 0.720833 |
88dcdf91ff3b6061985fa9c31f8e8d4dcbb302c4 | 681 | asm | Assembly | oeis/036/A036562.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036562.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036562.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036562: a(n) = 4^(n+1) + 3*2^n + 1.
; Submitted by Jamie Morken(s2)
; 1,8,23,77,281,1073,4193,16577,65921,262913,1050113,4197377,16783361,67121153,268460033,1073790977,4295065601,17180065793,68719869953,274878693377,1099513200641,4398049656833,17592192335873,70368756760577,281475001876481,1125899957174273,4503599728... | 37.833333 | 484 | 0.807636 |
40e246360bf9286092fb42b1da11520b80cdafc5 | 9,599 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1453.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_1453.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_1453.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 %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1cc7b, %rsi
nop
nop
nop
and %r14, %r14
movb (%rsi), %bl
add $51568, %r15
lea addresses_WT_ht+0x1b3f3, %r12
nop
nop
nop
nop
and %r13, %r13
movw $0x6162, (%r12)
nop
nop
nop
nop... | 28.653731 | 2,999 | 0.654756 |
88ed1c51eb4abc581476656ae570d9707684c555 | 319 | asm | Assembly | programs/oeis/070/A070463.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070463.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070463.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070463: a(n) = n^2 mod 41.
; 0,1,4,9,16,25,36,8,23,40,18,39,21,5,32,20,10,2,37,33,31,31,33,37,2,10,20,32,5,21,39,18,40,23,8,36,25,16,9,4,1,0,1,4,9,16,25,36,8,23,40,18,39,21,5,32,20,10,2,37,33,31,31,33,37,2,10,20,32,5,21,39,18,40,23,8,36,25,16,9,4,1,0,1,4,9,16,25,36,8,23,40,18,39,21,5,32,20,10,2
pow $0,2
mod $0,41
| 53.166667 | 268 | 0.60815 |
f3667a9c09924f9fc07b37f01428f6d6362f95c9 | 360 | asm | Assembly | WEEK-7/6.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-7/6.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-7/6.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | LXI H,9000
MOV A,M // lower byte
INX H
MOV B,M // upper byte
INX H
MOV C,M // denominator
INX B
LXI H,0000
LOOP: SUB C
JC SKIP
INCR: INX H // increase quotient
JMP LOOP
SKIP: DCR B
JZ END
JMP INCR
END: ADD C
XCHG
LXI H,9100
MOV M,E
INX H
... | 12.413793 | 35 | 0.505556 |
81d00c13b3ebc92c436253a7cc716caa3b201b80 | 732 | asm | Assembly | oeis/028/A028145.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028145.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028145.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028145: Expansion of 1/((1-4x)(1-7x)(1-8x)(1-9x)).
; Submitted by Jon Maiga
; 1,28,497,7148,90993,1070076,11908849,127304716,1320106865,13369686044,132894679281,1301200322604,12584262543217,120472024886332,1143539682545393,10777265023323212,100956186031265649,940834862478389340,8729146807983980785,806819826928789689... | 40.666667 | 477 | 0.797814 |
88d7b5cdde0d9bf05fd80eae837504f501a3a5d3 | 525 | asm | Assembly | programs/oeis/124/A124197.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/124/A124197.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/124/A124197.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A124197: Number of subsets S of {1,2,3,...,n}, including the empty subset, such that if x and y are in S with x<y and x+y even, then (x+y)/2 is also in S.
; 1,2,4,7,12,18,26,36,48,61,77,95,115,137,161,187,217,248,281,317,355,395,439,485,533,583,636,691,750,811,874,941,1010,1080,1154,1230,1310,1393,1478,1565,1656,1749... | 26.25 | 213 | 0.638095 |
c7bde9ec83354ccda06b2a94e77da8b59ac1f637 | 4,340 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1643.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_1643.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_1643.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x10a10, %r8
and %rbx, %rbx
movw $0x6162, (%r8)
add %r14, %r14
lea addresses_WT_ht+0x126e1, %rsi
lea addresses_UC_ht+0x1ca53, %rdi
clflush (%rdi)
nop
nop
nop
nop
xor $56161, %rbx
mov... | 59.452055 | 2,999 | 0.662442 |
dc43c3e9cc6129a2da1db7e9560d266b365a6319 | 5,604 | asm | Assembly | templates/amd64-386/sinks.asm | going-digital/sointu | 60e45182301be0c1cdcca48a0100133f63000e7d | [
"MIT"
] | 76 | 2020-07-15T04:33:30.000Z | 2022-03-21T02:51:31.000Z | templates/amd64-386/sinks.asm | going-digital/sointu | 60e45182301be0c1cdcca48a0100133f63000e7d | [
"MIT"
] | 85 | 2020-05-26T06:28:50.000Z | 2022-03-23T16:20:14.000Z | templates/amd64-386/sinks.asm | going-digital/sointu | 60e45182301be0c1cdcca48a0100133f63000e7d | [
"MIT"
] | 3 | 2020-10-16T21:26:48.000Z | 2021-05-17T11:18:58.000Z | {{- if .HasOp "out"}}
;-------------------------------------------------------------------------------
; OUT opcode: outputs and pops the signal
;-------------------------------------------------------------------------------
{{- if .Mono "out"}}
; Mono: add ST0 to main left port, then pop
{{- end}}
{{- if .Stereo ... | 43.44186 | 215 | 0.456638 |
929ccf1658d3c166e2c2e517a04a86eee546a25c | 544 | asm | Assembly | oeis/296/A296168.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/296/A296168.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/296/A296168.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A296168: Decimal expansion of BesselJ(1,2)/BesselJ(0,2).
; 2,5,7,5,9,2,0,3,2,1,3,6,8,2,2,1,9,5,6,8,5,7,4,9,6,7,8,2,3,1,5,0,4,4,4,9,0,6,1,2,9,8,1,9,5,3,2,6,0,0,1,5,1,4,6,2,7,8,2,7,2,4,1,9,9,3,2,0,0,2,4,9,9,1,3,9,2,2,7,4,2,3,2,1,3,5,1,5,6,4,0,1,0,9,3,0,1,4,5,3
mov $1,1
mov $2,1
mov $3,$0
mul $3,5
lpb $3
mul $2,$3
... | 17.548387 | 201 | 0.509191 |
6645989896c99ddaab2ae9261bd5a9f395a921e7 | 265 | asm | Assembly | programs/oeis/186/A186948.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/186/A186948.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/186/A186948.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A186948: a(n) = 3^n - 2*n.
; 1,1,5,21,73,233,717,2173,6545,19665,59029,177125,531417,1594297,4782941,14348877,43046689,129140129,387420453,1162261429,3486784361,10460353161,31381059565,94143178781,282429536433,847288609393
mov $1,3
pow $1,$0
sub $1,$0
sub $1,$0
| 33.125 | 195 | 0.758491 |
2a6d3e86fa0893e1f4bec900df7787396cf0b969 | 7,419 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1251.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1251.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1251.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x16d0b, %rsi
lea addresses_A_ht+0x6d1b, %rdi
clflush (%rsi)
nop
nop
nop
add $39667, %r10
mov $42, %rcx
rep movsq
nop
xor $20036, %rax
lea addresses_D_ht+0xa41d, %rbp
nop
nop
no... | 34.995283 | 2,999 | 0.656962 |
63900b5d4523e4061cb0dfae2daab4606bd848f5 | 166 | asm | Assembly | yasm_x86-64_linux/test.asm | oceanwavechina/assembly | 803e4a4c03645fbbc026092b3329ea472e070cab | [
"Apache-2.0"
] | null | null | null | yasm_x86-64_linux/test.asm | oceanwavechina/assembly | 803e4a4c03645fbbc026092b3329ea472e070cab | [
"Apache-2.0"
] | null | null | null | yasm_x86-64_linux/test.asm | oceanwavechina/assembly | 803e4a4c03645fbbc026092b3329ea472e070cab | [
"Apache-2.0"
] | null | null | null | ; 1. 用lea 指令获取变量的内存地址
section .data
bVar1 db 22
bVar2 db 33
section .text
global _start
_start:
lea rax, qword [bVar1]
last:
mov rax, 60
mov rdi, 0
syscall | 10.375 | 23 | 0.698795 |
42130e52bf46b2e38ebdbb840d1a1e3a39ee2b75 | 215 | asm | Assembly | Testing-File/Test_Ex8.asm | srsarangi/riscv-emulator | 3fa9a744c50632a81f0908189a53abf38bb32f21 | [
"Apache-2.0"
] | null | null | null | Testing-File/Test_Ex8.asm | srsarangi/riscv-emulator | 3fa9a744c50632a81f0908189a53abf38bb32f21 | [
"Apache-2.0"
] | null | null | null | Testing-File/Test_Ex8.asm | srsarangi/riscv-emulator | 3fa9a744c50632a81f0908189a53abf38bb32f21 | [
"Apache-2.0"
] | null | null | null | / RISC-V assembly code to implement a function
int foo(void)
{
return 2;
}
/
.foo:
addi x5, x0, 2
jalr x0, 0(x1)
.main:
addi x6, x0, 3
jal x1, .foo
add x7, x5, x6
.print x7
end
| 13.4375 | 47 | 0.534884 |
2b74da823df41c4e9aed0a03c1ebfadd36a0ff56 | 2,282 | asm | Assembly | programs/oeis/005/A005994.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/005/A005994.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/005/A005994.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A005994: Alkane (or paraffin) numbers l(7,n).
; 1,3,9,19,38,66,110,170,255,365,511,693,924,1204,1548,1956,2445,3015,3685,4455,5346,6358,7514,8814,10283,11921,13755,15785,18040,20520,23256,26248,29529,33099,36993,41211,45790,50730,56070,61810,67991,74613,81719,89309,97428,106076,115300,125100,135525,146575,158301,1707... | 78.689655 | 1,933 | 0.812007 |
2e9210b9bfc624e4be61bb6cbceac217840ecec6 | 1,183 | asm | Assembly | programs/oeis/053/A053367.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/053/A053367.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/053/A053367.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A053367: Partial sums of A050494.
; 1,11,63,255,825,2277,5577,12441,25740,50050,92378,163098,277134,455430,726750,1129854,1716099,2552517,3725425,5344625,7548255,10508355,14437215,19594575,26295750,34920756,45924516,59848228,77331980,99128700,126119532,159330732,199952181,249357615,309126675,381068883,467249653,57001... | 98.583333 | 1,038 | 0.866441 |
d1dcdc1d96a736558a4a4004bc85cce3fddbe624 | 454 | asm | Assembly | asmVariable.asm | slowy07/learnAsm | d278573eecd96e0e56f720c92fe7783d33528e43 | [
"MIT"
] | 1 | 2021-10-14T06:35:29.000Z | 2021-10-14T06:35:29.000Z | asmVariable.asm | coderzhaxor/asmSourceCode | 95a349e5b6e4fb52d29528f15635708d2273e676 | [
"MIT"
] | null | null | null | asmVariable.asm | coderzhaxor/asmSourceCode | 95a349e5b6e4fb52d29528f15635708d2273e676 | [
"MIT"
] | 1 | 2021-09-30T03:22:35.000Z | 2021-09-30T03:22:35.000Z | ;db = define byte allocating 1 byte
;dw = define word allocationg 2 byte
;dd = define double word allocating 4 byte
;dq = define quadword allocating 8 byte
;dt = define ten bytes allocating 10 byte
section .text
global _start
_start:
mov edx, 1 ;mesage len
mov ecx, choice ;mesasge to write
mov ebx, ... | 20.636364 | 53 | 0.69163 |
7e746663bbcebefce1e1aac5d47b57b3b508f3a3 | 652 | asm | Assembly | oeis/022/A022357.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/022/A022357.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/022/A022357.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A022357: Fibonacci sequence beginning 0, 23.
; Submitted by Jon Maiga
; 0,23,23,46,69,115,184,299,483,782,1265,2047,3312,5359,8671,14030,22701,36731,59432,96163,155595,251758,407353,659111,1066464,1725575,2792039,4517614,7309653,11827267,19136920,30964187,50101107,81065294,131166401,212231695,343398096,555629791,8990... | 46.571429 | 491 | 0.812883 |
457cca653c3e78c0d2de3eb243644eec80a8e31e | 566 | asm | Assembly | oeis/130/A130064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/130/A130064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/130/A130064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A130064: (n / SmallestPrimeFactor(n)) * GreatestPrimeFactor(n).
; Submitted by Simon Strandgaard
; 1,2,3,4,5,9,7,8,9,25,11,18,13,49,25,16,17,27,19,50,49,121,23,36,25,169,27,98,29,75,31,32,121,289,49,54,37,361,169,100,41,147,43,242,75,529,47,72,49,125,289,338,53,81,121,196,361,841,59,150,61,961,147,64,169,363,67,578,5... | 70.75 | 345 | 0.683746 |
ea8178ea3e1aae87509dc275ad6665292c679472 | 329,121 | asm | Assembly | tmp1/c55x-sim2/foo/Debug/queue.asm | jwestmoreland/eZdsp-DBG-sim | f6eacd75d4f928dec9c751545e9e919d052e4ade | [
"MIT"
] | 1 | 2020-08-27T11:31:13.000Z | 2020-08-27T11:31:13.000Z | tmp1/c55x-sim2/foo/Debug/queue.asm | jwestmoreland/eZdsp-DBG-sim | f6eacd75d4f928dec9c751545e9e919d052e4ade | [
"MIT"
] | null | null | null | tmp1/c55x-sim2/foo/Debug/queue.asm | jwestmoreland/eZdsp-DBG-sim | f6eacd75d4f928dec9c751545e9e919d052e4ade | [
"MIT"
] | null | null | null | ;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.4.1 *
;* Date/Time created: Sat Oct 06 06:38:29 2018 *
;****************************************************************************... | 44.165459 | 134 | 0.602715 |
5f459b629c3f446071508de0d16f1382fad6c583 | 263 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_setBackdropColor.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_setBackdropColor.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_setBackdropColor.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void SMS_setBackdropColor(unsigned char entry)
SECTION code_clib
SECTION code_SMSlib
PUBLIC _SMS_setBackdropColor
EXTERN asm_SMSlib_setBackdropColor
_SMS_setBackdropColor:
pop af
pop hl
push hl
push af
jp asm_SMSlib_setBackdropColor
| 13.842105 | 48 | 0.787072 |
70f8248a0c1e00c832acb9c9fd71ac51eb1ef7eb | 323 | asm | Assembly | programs/oeis/251/A251755.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/251/A251755.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/251/A251755.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A251755: Digital root of n + n^2.
; 0,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9,2,6,3,2,3,6,2,9,9
mov $2,$0
mul $2,$0
add $0,$2
lpb $0
sub $0,1
mod $0,9
add $1,1
lpe
mov $0,... | 24.846154 | 201 | 0.510836 |
9e17b30a916533f94a0d99e9ef85cdad22cd61a3 | 289 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_aaddr2saddr.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_aaddr2saddr.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_aaddr2saddr.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *tshc_aaddr2saddr(void *aaddr)
SECTION code_clib
SECTION code_arch
PUBLIC tshc_aaddr2saddr
EXTERN asm_tshc_aaddr2saddr
defc tshc_aaddr2saddr = asm_tshc_aaddr2saddr
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshc_aaddr2saddr
defc _tshc_aaddr2saddr = tshc_aaddr2saddr
ENDIF
| 16.055556 | 44 | 0.847751 |
5c1b1d50fe4522b61e4c7cc8b61ac7e0738d3c07 | 16,779 | asm | Assembly | bootloader-nrf2401/bootloader-nrf.asm | natdan/AVR-Bootloaders | f01768fe1b6f3f2ba2602bfaef155a87afae0937 | [
"Apache-2.0"
] | null | null | null | bootloader-nrf2401/bootloader-nrf.asm | natdan/AVR-Bootloaders | f01768fe1b6f3f2ba2602bfaef155a87afae0937 | [
"Apache-2.0"
] | null | null | null | bootloader-nrf2401/bootloader-nrf.asm | natdan/AVR-Bootloaders | f01768fe1b6f3f2ba2602bfaef155a87afae0937 | [
"Apache-2.0"
] | null | null | null | ; ===============================================================================
;
; Bootloader for nRF24L01
;
; Copyright (C) 2017 Creative Sphere Limited
;
; Copyright (C) 2017 Creative Sphere Limited
; All rights reserved. This program and the accompanying materials
; are made available under the terms of the Apach... | 24.96875 | 84 | 0.421241 |
ae60f063fe0a5f11208e32baa2b93a5e6346937e | 11,336 | asm | Assembly | MSDOS/Virus.MSDOS.Unknown.cvirus.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:13.000Z | 2022-03-16T09:11:05.000Z | MSDOS/Virus.MSDOS.Unknown.cvirus.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | null | null | null | MSDOS/Virus.MSDOS.Unknown.cvirus.asm | fengjixuchui/Family | 2abe167082817d70ff2fd6567104ce4bcf0fe304 | [
"MIT"
] | 3 | 2021-05-15T15:57:15.000Z | 2022-01-08T20:51:04.000Z | ifndef ??version
?debug macro
endm
$comm macro name,dist,size,count
comm dist name:BYTE:count*size
endm
else
$comm macro name,dist,size,count
comm dist name[size]:BYTE:count
endm
endif
?debug S "cvirus.c"
?debug C E9A18C4217086376697275732E63
?debug C E90008A41413433A5C54435C494E434C5544455C6469722E68
?debu... | 19.020134 | 88 | 0.622265 |
eef8b5346aaf2f1a67ac852a317f36165b7368a5 | 5,505 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1266.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1266.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_1266.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 %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x72c9, %r15
nop
nop
nop
nop
nop
add $50340, %r13
mov $0x6162636465666768, %rax
movq %rax, (%r15)
nop
nop
and $59402, %r10
lea addresses_WT_ht+0x707d, %rsi
lea addresses_UC_ht... | 39.891304 | 2,999 | 0.66158 |
f5a602a602dc1c817d24e6295f99644f92007a72 | 3,970 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_408.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_0x48.log_21829_408.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_0x48.log_21829_408.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r14
push %r15
push %rax
push %rdi
// Load
lea addresses_US+0x1a7c9, %r12
nop
nop
nop
nop
nop
cmp $184, %rdi
mov (%r12), %r14d
nop
nop
nop
nop
xor %rdi, %rdi
// Faulty Load
lea addresses_US+0x... | 63.015873 | 2,999 | 0.661461 |
f63d144c923ef47d02b329a340e4e0c88d3a93e3 | 904 | asm | Assembly | src/extended/read_disk.asm | abxxbo/biboot | e16350d0300553c1a15cef5043d60313586c252f | [
"0BSD"
] | 4 | 2022-02-07T15:33:46.000Z | 2022-02-14T04:22:54.000Z | src/extended/read_disk.asm | abxxbo/biboot | e16350d0300553c1a15cef5043d60313586c252f | [
"0BSD"
] | null | null | null | src/extended/read_disk.asm | abxxbo/biboot | e16350d0300553c1a15cef5043d60313586c252f | [
"0BSD"
] | null | null | null | ;; read_disk.asm: be able to read the disk.
;; read_disk: finally! the meat and bones of
;; this entire file
_read_disk:
mov ah, 0x02 ;; Danger: not having this will fail reading disk
mov bx, 0x8000 ;; bx is where we will finally load the 32bit/64bit
;; section of o... | 21.023256 | 77 | 0.623894 |
c78367e8f050e0dae1e83f1eadfa69efa568eac5 | 5,999 | asm | Assembly | hello_random_array.asm | EdTheBass/asm_tutorial | 0731a1465a2fd85e1797e6a530950347f9dad341 | [
"BSD-3-Clause"
] | 97 | 2019-07-09T22:08:40.000Z | 2022-03-25T06:52:42.000Z | hello_random_array.asm | EdTheBass/asm_tutorial | 0731a1465a2fd85e1797e6a530950347f9dad341 | [
"BSD-3-Clause"
] | 1 | 2021-05-18T18:38:25.000Z | 2021-08-05T05:37:45.000Z | hello_random_array.asm | EdTheBass/asm_tutorial | 0731a1465a2fd85e1797e6a530950347f9dad341 | [
"BSD-3-Clause"
] | 20 | 2019-07-09T22:08:36.000Z | 2022-01-07T02:54:26.000Z | ; This program allocates and fills an array with random numbers and then computes
; the minimum value of the array. If the array size <= 20, it prints the values
; in the array.
; TODO: Crashing when specifying 10000 on the command line
; TODO: Not printing the indices correctly
default rel
bits 64
segment .bs... | 27.773148 | 154 | 0.572095 |
42da570abbd6410c0a232c53705eeb17e622f166 | 425 | asm | Assembly | programs/oeis/184/A184524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/184/A184524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/184/A184524.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A184524: Lower s-Wythoff sequence, where s=5n-1. Complement of A184525.
; 1,2,3,4,6,7,8,9,10,12,13,14,15,16,18,19,20,21,22,24,25,26,27,28,29,31,32,33,34,35,37,38,39,40,41,43,44,45,46,47,49,50,51,52,53,55,56,57,58,59,60,62,63,64,65,66,68,69,70,71,72,74,75,76,77,78,80,81,82,83,84,86,87,88,89,90,91,93,94,95,96,97,99,10... | 53.125 | 310 | 0.675294 |
ca2a55b1077035a691ca94cb55daa2c793b9005e | 697 | asm | Assembly | oeis/215/A215862.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/215/A215862.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/215/A215862.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A215862: Number of simple labeled graphs on n+2 nodes with exactly n connected components that are trees or cycles.
; 0,4,19,55,125,245,434,714,1110,1650,2365,3289,4459,5915,7700,9860,12444,15504,19095,23275,28105,33649,39974,47150,55250,64350,74529,85869,98455,112375,127720,144584,163064,183260,205275,229215,255189,... | 58.083333 | 498 | 0.791966 |
e0f097cfb21173039608a67455a906d674ecbd99 | 95 | asm | Assembly | src/main/fragment/mos6502-common/_deref_pwsz1=_deref_pwsz1_rol_3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/_deref_pwsz1=_deref_pwsz1_rol_3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/_deref_pwsz1=_deref_pwsz1_rol_3.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | ldy #0
ldx #3
!:
lda ({z1}),y
asl
sta ({z1}),y
iny
lda ({z1}),y
rol
sta ({z1}),y
dey
dex
bne !- | 7.307692 | 12 | 0.526316 |
ba9380870eb36c9f8b09733cc86c75ab8996675b | 1,303 | asm | Assembly | Esercizi/Operazioni con le stringhe/Palindroma.asm | lucafioravanti/MIPS | a52ea3bde6463ac8878f475a50c64830fccd9776 | [
"Unlicense"
] | null | null | null | Esercizi/Operazioni con le stringhe/Palindroma.asm | lucafioravanti/MIPS | a52ea3bde6463ac8878f475a50c64830fccd9776 | [
"Unlicense"
] | null | null | null | Esercizi/Operazioni con le stringhe/Palindroma.asm | lucafioravanti/MIPS | a52ea3bde6463ac8878f475a50c64830fccd9776 | [
"Unlicense"
] | null | null | null | .data
parola: .space 100
.data 0x10010100
ins: .asciiz "Inserisci parola: "
.text
# input e salvataggio stringa
li $v0, 4
la $a0, ins
syscall
li $v0, 8
la $a0, parola
li $a1, 101
syscall
# controllo lunghezza parola
la $a0, parola
jal strlen
move $s0, $v0 ... | 19.742424 | 71 | 0.551804 |
2403b94f5b2e4fccb3fe0e149d8abd3de7de7e0a | 868 | asm | Assembly | libsrc/sdcard/sd_set_sector_addr_lba0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/sdcard/sd_set_sector_addr_lba0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/sdcard/sd_set_sector_addr_lba0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Old School Computer Architecture - SD Card driver
; Taken from the OSCA Bootcode by Phil Ruston 2011
; Port by Stefano Bodrato, 2012
;
; set HL to dest address for data
; set B to number of bytes required
;
; $Id: sd_set_sector_addr_lba0.asm,v 1.4 2015-01-19 01:33:07 pauloscustodio Exp $
;
PUBLIC sd_set_sector_... | 16.692308 | 81 | 0.710829 |
eb1facf591ea8c1c070446f9d04407bd3edb6368 | 5,463 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_326.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_326.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_326.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x14d34, %rsi
lea addresses_A_ht+0x1d3d4, %rdi
clflush (%rsi)
nop
nop
nop
xor %r8, %r8
mov $8, %rcx
rep movsw
nop
nop
and %r14, %r14
lea addresses_WT_ht+0x8654, %rbp
nop
nop
nop
nop
nop
... | 40.768657 | 2,999 | 0.660443 |
2425a046173d8a362a7555f73a104b08602fc1eb | 4,604 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1589.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_1589.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_1589.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 %rbx
push %rcx
push %rdi
push %rdx
lea addresses_normal_ht+0x1c47b, %r8
nop
nop
nop
xor $21773, %rbx
mov $0x6162636465666768, %rdi
movq %rdi, %xmm4
and $0xffffffffffffffc0, %r8
movaps %xmm4, (%r8)
nop
nop
nop
nop
nop
and $8781, %r8
lea addresses_WC_ht... | 54.809524 | 2,999 | 0.661816 |
63792b719a776f4c8323515b8ae0e01acc96e287 | 318 | asm | Assembly | Chapter_5/Program 5.1/x86:64/Program_5.1_MASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 272 | 2016-12-28T02:24:21.000Z | 2022-03-30T21:05:37.000Z | Chapter_5/Program 5.1/x86:64/Program_5.1_MASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 1 | 2018-04-17T19:47:52.000Z | 2018-04-17T19:47:52.000Z | Chapter_5/Program 5.1/x86:64/Program_5.1_MASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 62 | 2017-02-02T14:39:37.000Z | 2022-01-04T09:02:07.000Z | ; Program 5.1
; Conditional Jump - MASM (64-bit)
; Copyright (c) 2019 Hall & Slonka
extrn ExitProcess : proc
.data
wages DWORD 46000
taxes DWORD ?
.code
_main PROC
mov eax, 50000
cmp wages, eax
jae higher
mov taxes, 2000
jmp done
higher:
mov taxes, 4000
done:
xor rcx, rcx
call ExitProcess
_main ENDP
END
| 10.965517 | 34 | 0.713836 |
73ec36ec7aba9bb18aa50272e8038a0994d374d7 | 452 | asm | Assembly | programs/oeis/217/A217038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/217/A217038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/217/A217038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A217038: Number of powerful numbers < n.
; 0,1,1,1,2,2,2,2,3,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,6,6,7,7,7,7,7,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13
lpb $0
mov $2,$0
su... | 32.285714 | 252 | 0.606195 |
a8166ab6baa020d433b07af14d63723453dd51b0 | 504 | asm | Assembly | programs/oeis/004/A004641.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/004/A004641.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/004/A004641.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A004641: Fixed under 0 -> 10, 1 -> 100.
; 1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1
mov $3,2
mov $4,$0
lpb $3
mov $0,$4
sub $3,1
add $0,$3
trn $0,1
s... | 21 | 201 | 0.509921 |
231260b0fd304e3d88ecfac8fce1d81fed832c10 | 708 | asm | Assembly | oeis/027/A027466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/027/A027466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/027/A027466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A027466: Triangle whose (i,j)-th entry is binomial(i,j)*7^(i-j).
; Submitted by Christian Krause
; 1,7,1,49,14,1,343,147,21,1,2401,1372,294,28,1,16807,12005,3430,490,35,1,117649,100842,36015,6860,735,42,1,823543,823543,352947,84035,12005,1029,49,1,5764801,6588344,3294172,941192,168070,19208,1372,56,1,40353607,5188320... | 44.25 | 500 | 0.759887 |
b4a36c31ae660f0a8904ce5f305fc9a3d9a56a0b | 657 | asm | Assembly | programs/oeis/195/A195313.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/195/A195313.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/195/A195313.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A195313: Generalized 13-gonal numbers: m*(11*m-9)/2 with m = 0, 1, -1, 2, -2, 3, -3, ...
; 0,1,10,13,31,36,63,70,106,115,160,171,225,238,301,316,388,405,486,505,595,616,715,738,846,871,988,1015,1141,1170,1305,1336,1480,1513,1666,1701,1863,1900,2071,2110,2290,2331,2520,2563,2761,2806,3013,3060,3276,3325,3550,3601,3835... | 50.538462 | 478 | 0.713851 |
6bb0b26867a2741ea722fb4b382dc71bc90634e0 | 570 | asm | Assembly | oeis/053/A053405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053405: Definition: A kara B = C, where C is the least nonnegative integer such that: C * B >= A and C * (B-1) < A. Sequence gives smallest a such that n kara a is undefined.
; Submitted by Jon Maiga
; 3,4,4,5,5,4,6,5,5,6,6,6,5,7,7,6,6,8,7,7,7,6,8,8,8,7,7,9,9,8,8,8,7,9,9,9,9,8,8,10,10,10,9,9,9,8,11,10,10,10,10,9,9,1... | 35.625 | 255 | 0.614035 |
4415b86c572f288f07b1047c3c695aa59ade7451 | 136 | asm | Assembly | P5/P5_TestCode/P5_L1_testcase33/P5_L1_testcase33/mips33.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P5/P5_TestCode/P5_L1_testcase33/mips33.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P5/P5_TestCode/P5_L1_testcase33/mips33.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | ori $3, $0,203
addu $4,$0, 203 #??????
beq $3,$4 next
ori $5,123
ori $6,123
next:
jal end
ori $8,$31,0
ori $9,$31,0
end:
ori $10,$31,0 | 11.333333 | 23 | 0.551471 |
24efcaec70bef23bbb3bd47bef1a4f72b8af49ff | 8,962 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_7902_997.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_7902_997.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_7902_997.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 %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x13f3c, %r15
nop
sub $59035, %rbp
movw $0x6162, (%r15)
nop
nop
dec %r12
lea addresses_normal_ht+0x90ec, %r8
xor %r15, %r15
movl $0x61626364, (%r8)
nop
dec ... | 31.118056 | 2,999 | 0.653091 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.