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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4550bb956ef9393b84c17c18b841899896885453 | 665 | asm | Assembly | programs/oeis/166/A166350.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166350.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166350.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166350: Table T(n,m) = m! read by rows.
; 1,1,2,1,2,6,1,2,6,24,1,2,6,24,120,1,2,6,24,120,720,1,2,6,24,120,720,5040,1,2,6,24,120,720,5040,40320,1,2,6,24,120,720,5040,40320,362880,1,2,6,24,120,720,5040,40320,362880,3628800,1,2,6,24,120,720,5040,40320,362880,3628800,39916800,1,2,6,24,120,720,5040,40320,362880,3628800,3... | 44.333333 | 402 | 0.687218 |
5dcc0f85dcd40d4f8d5140d947aa91e648c94aec | 662 | asm | Assembly | DCS216 Operating System/ep5/lib/test.asm | Lan-Jing/Courses | 540db9499b8725ca5b82a2c4e7a3da09f73c0efa | [
"MIT"
] | 1 | 2021-12-17T23:09:00.000Z | 2021-12-17T23:09:00.000Z | DCS216 Operating System/ep5/lib/test.asm | Lan-Jing/Courses | 540db9499b8725ca5b82a2c4e7a3da09f73c0efa | [
"MIT"
] | null | null | null | DCS216 Operating System/ep5/lib/test.asm | Lan-Jing/Courses | 540db9499b8725ca5b82a2c4e7a3da09f73c0efa | [
"MIT"
] | 1 | 2021-08-03T23:42:06.000Z | 2021-08-03T23:42:06.000Z | .file "test.c"
.code16gcc
.intel_syntax noprefix
.text
.p2align 2,,3
.globl _start
.def _start; .scl 2; .type 32; .endef
_start:
push ebx
sub esp, 44
call _getch
movsx eax, al
mov DWORD PTR [esp], eax
call _putchar
call _getchar
movsx eax, al
mov DWORD PTR [esp], eax
call _putchar
lea ebx, [esp+4]
mo... | 20.060606 | 44 | 0.655589 |
be655bdc0bfd746550a1b6ac78ae03fef4ac4f5f | 599 | asm | Assembly | oeis/057/A057300.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/057/A057300.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/057/A057300.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A057300: Binary counter with odd/even bit positions swapped; base-4 counter with 1's replaced by 2's and vice versa.
; Submitted by Jamie Morken(s1.)
; 0,2,1,3,8,10,9,11,4,6,5,7,12,14,13,15,32,34,33,35,40,42,41,43,36,38,37,39,44,46,45,47,16,18,17,19,24,26,25,27,20,22,21,23,28,30,29,31,48,50,49,51,56,58,57,59,52,54,53... | 35.235294 | 327 | 0.66611 |
4401e600b0c7193e0b4630f9c451b88a3b2a303b | 4,726 | asm | Assembly | s3/music/Knuckles.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s3/music/Knuckles.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s3/music/Knuckles.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Snd_Knux_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_Knux_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $43
smpsHeaderDAC Snd_Knux_DAC
smpsHeaderFM Snd_Knux_FM1, $C2, $03
smpsHeaderFM Snd_Knux_FM2, $E0, $18
smpsHeaderFM Snd_Knux_FM3, $0C, $10
smpsHeaderFM ... | 33.28169 | 135 | 0.625688 |
7e3859eb883f41437d61efb5fd35ff2715e218a5 | 449 | asm | Assembly | programs/oeis/168/A168414.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168414.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168414.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168414: a(n) = (18*n - 9*(-1)^n - 3)/4.
; 6,6,15,15,24,24,33,33,42,42,51,51,60,60,69,69,78,78,87,87,96,96,105,105,114,114,123,123,132,132,141,141,150,150,159,159,168,168,177,177,186,186,195,195,204,204,213,213,222,222,231,231,240,240,249,249,258,258,267,267,276,276,285,285,294,294,303,303,312,312,321,321,330,330,339... | 64.142857 | 377 | 0.685969 |
a78aa97eb29d4c730d7dd4a08bc75f1c0b5f7690 | 485 | asm | Assembly | oeis/310/A310378.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/310/A310378.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/310/A310378.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A310378: Coordination sequence Gal.6.320.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Jamie Morken(s1)
; 1,4,10,14,18,24,28,34,38,42,48,52,56,62,66,70,76,80,86,90,94,100,104,108,114,118,122,128,132,138,142,146,152... | 32.333333 | 178 | 0.709278 |
92f0f92fde777071894072f8c636fe639a329fed | 180 | asm | Assembly | Assembly/MIPS/Atividades/AT01/01_somatorios.asm | Kaioguilherme1/PythonCodigos | 76d078c09f825d5fc81d21ba9cc14793a546847c | [
"MIT"
] | 2 | 2020-05-21T16:02:43.000Z | 2020-05-23T17:51:55.000Z | Assembly/MIPS/Atividades/AT01/01_somatorios.asm | Kaioguilherme1/EstudoDeLinguagens | f2acc5fc74178bd33d503de19f817c69959c1690 | [
"MIT"
] | null | null | null | Assembly/MIPS/Atividades/AT01/01_somatorios.asm | Kaioguilherme1/EstudoDeLinguagens | f2acc5fc74178bd33d503de19f817c69959c1690 | [
"MIT"
] | null | null | null | .text
li $s0, 12 #adicionar um valor em determinado registrator
li $s1, 5
add $t0, $s0, $s0 # t0 = s0 + s0
add $t1, $s0, $s1
sub $t2, $t0, $t1 # t2 = t0 + t1
| 22.5 | 61 | 0.522222 |
2391bd5ec2d3affd6ffee190320b1ec1a6804813 | 2,722 | asm | Assembly | Examples/ch08/Params.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch08/Params.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch08/Params.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | TITLE Procedure Parameter Examples (Params.asm)
; Demonstration of the PROC, PROTO, and INVOKE directives.
; Last update: 07/21/01
INCLUDE Irvine32.inc
Sub1 PROTO someData:WORD
Sub2 PROTO dataPtr:PTR WORD
ArraySum PROTO,
ptrArray:PTR DWORD,
szArray:DWORD
AddThree PROTO,
val1:DWORD,
val... | 21.265625 | 59 | 0.645481 |
a3622899ad017e30d7b9f049412a3431b2dbc687 | 330 | asm | Assembly | oeis/083/A083326.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/083/A083326.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/083/A083326.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A083326: a(n) = 6^n - 5^n + 4^n.
; Submitted by Jamie Morken(s1)
; 1,5,27,155,927,5675,35127,218195,1354527,8386715,51749127,318163235,1949418927,11907099755,72529083927,440741148275,2672816984127,16180899860795,97813978879527,590561131589315,3561890520050127
mov $2,4
pow $2,$0
seq $0,155639 ; 6^n-5^n+1^n.
add $0,$2... | 33 | 194 | 0.748485 |
37b1abe293cc7cda130ce2f0fcf2b80bc1751be0 | 2,847 | asm | Assembly | Tests/MIPS/Macros/Macros.asm | Zeturic/armips | 10b827f4a951a1c8c4c64428dad84f51c801b179 | [
"MIT"
] | 2 | 2021-04-06T14:36:44.000Z | 2022-03-08T07:03:55.000Z | Tests/MIPS/Macros/Macros.asm | Zeturic/armips | 10b827f4a951a1c8c4c64428dad84f51c801b179 | [
"MIT"
] | null | null | null | Tests/MIPS/Macros/Macros.asm | Zeturic/armips | 10b827f4a951a1c8c4c64428dad84f51c801b179 | [
"MIT"
] | 1 | 2021-08-15T19:57:29.000Z | 2021-08-15T19:57:29.000Z | .ps2
.create "output.bin",0
; li
li a0,0x123456 ; standard li
li a0,-0x123456 ; negative value, lower half MSB set
li a0,0xFFFFF123 ; li that turns into addiu from r0
li a0,-0xEDD ; should give the same result
li a0,0x120000 ; only lui
li a0,0x7FF0 ; li that turns into ori from r0
li a0, 1.0 ; f... | 18.487013 | 58 | 0.702845 |
d1b9a239ee2da2d66a18f5a179180b7d6c693342 | 543 | asm | Assembly | oeis/144/A144613.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/144/A144613.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/144/A144613.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A144613: a(n) = sigma(3*n) = A000203(3*n).
; Submitted by Jamie Morken(w2)
; 4,12,13,28,24,39,32,60,40,72,48,91,56,96,78,124,72,120,80,168,104,144,96,195,124,168,121,224,120,234,128,252,156,216,192,280,152,240,182,360,168,312,176,336,240,288,192,403,228,372,234,392,216,363,288,480,260,360,240,546,248,384,320,508,336,... | 60.333333 | 382 | 0.683241 |
630871b48defce83982d61fb195b73702026a32b | 1,330 | asm | Assembly | unordnung_auch_assembler/asm/attiny13/tinyProg.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/tinyProg.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/tinyProg.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | .include "myTiny13.h"
; 320x240 Pixel
.equ PiXh, 1 ; width high byte
.equ PiXl, 64 ; width low byte
.equ PiYh, 0 ; height high byte
.equ PiYl, 240 ; height low byte
; Register X has line-width, register Y has image-hight
Main:
; set frequency higher in steps -> 69 = 166% (16MHz) / 40 = 150% (7F = 200%)
ldi A, 0... | 17.733333 | 77 | 0.654135 |
3781ef1b95c0cb0e488cc92c2bcf21bc0dda0b4f | 1,662 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_20_1136.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_20_1136.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_20_1136.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 %rcx
lea addresses_normal_ht+0x2541, %r13
nop
nop
nop
nop
inc %rcx
movb (%r13), %r12b
nop
add $13617, %r11
pop %rcx
pop %r13
pop %r12
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r15
push %r9
push %rax
push %rdi
pu... | 17.3125 | 128 | 0.652226 |
df267beaca5b1e1938aa8d333207460018d1a8eb | 255 | asm | Assembly | oeis/140/A140584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/140/A140584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/140/A140584.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A140584: Row sums of A140583.
; 1,3,5,6,9,10,13,12,15,18,21,20,25,26
mov $1,$0
mov $2,$0
seq $2,171462 ; Number of hands a bartender needs to have in order to win at the blind bartender's problem with n glasses in a cycle.
add $1,$2
mov $0,$1
add $0,1
| 25.5 | 133 | 0.682353 |
34c52c45415700e440579a3921c051cdcb8aef92 | 664 | asm | Assembly | oeis/052/A052923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052923.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052923: Expansion of (1-x)/(1 - x - 4*x^2).
; Submitted by Jamie Morken(l1)
; 1,0,4,4,20,36,116,260,724,1764,4660,11716,30356,77220,198644,507524,1302100,3332196,8540596,21869380,56031764,143509284,367636340,941673476,2412218836,6178912740,15827788084,40543439044,103854591380,266028347556,681446713076,1745560103300,... | 47.428571 | 495 | 0.810241 |
c3dc791d1f73d9416022c90d0a34aa3349049bf4 | 615 | asm | Assembly | software/minol/source/commands/os.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | software/minol/source/commands/os.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | software/minol/source/commands/os.asm | paulscottrobson/retrochallenge-jan-2016 | 8bd340efc85969fa6f2fecc788aa21b27123a4db | [
"MIT"
] | null | null | null | ; ****************************************************************************************************************
; ****************************************************************************************************************
;
; OS command
;
; ***********************************************************... | 41 | 114 | 0.134959 |
13808c3b5222bc92dda61e43b44398fb68f9002f | 1,045 | asm | Assembly | 6502/sfc8.asm | tertu-m/8bit-prngs | bb0a83ebad518888045603cc67b5b37a315232ba | [
"CC0-1.0"
] | null | null | null | 6502/sfc8.asm | tertu-m/8bit-prngs | bb0a83ebad518888045603cc67b5b37a315232ba | [
"CC0-1.0"
] | null | null | null | 6502/sfc8.asm | tertu-m/8bit-prngs | bb0a83ebad518888045603cc67b5b37a315232ba | [
"CC0-1.0"
] | null | null | null | ;SFC8 for 6502
;Returns a random 8-bit number in RndResult and A
;Carry is indeterminate
;A port of SFC8 with constants by M. E. O'Neill based on Chris
;Doty-Humphrey's SFC PRNG scheme.
;Takes 75 cycles if state is in zpg, 90 if it is not.
_random:
;note: all arithmetic should be unsigned
;a, b, c, and d are th... | 20.9 | 78 | 0.601914 |
be6c821eae62cd4dab623cafdcf9d6a8689d54fa | 755 | asm | Assembly | oeis/273/A273480.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/273/A273480.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/273/A273480.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A273480: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 737", based on the 5-celled von Neumann neighborhood.
; 1,5,30,79,160,281,450,675,964,1325,1766,2295,2920,3649,4490,5451,6540,7765,9134,10655,12336,14185,16210,18419,20820,2342... | 75.5 | 499 | 0.796026 |
50878d0f48a21af0541f24a490a682c35659d989 | 3,094 | asm | Assembly | externals/mpir-3.0.0/mpn/x86_64w/k8/rshift.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | externals/mpir-3.0.0/mpn/x86_64w/k8/rshift.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/x86_64w/k8/rshift.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | ; PROLOGUE(mpn_rshift)
; Verdxon 1.1.4.
;
; Copyright 2008 Jason Moxham
;
; Windows Conversion Copyright 2008 Brian Gladman
;
; This file is part of the MPIR Library.
;
; The MPIR Library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as publ... | 21.943262 | 77 | 0.596639 |
7fe70c9556d1880107afa7ca86069c0f34512584 | 3,791 | asm | Assembly | src/asm/interrupts.asm | antivir88/BasicOS | 8370e536a20b863253b8112546900f3fc02ef922 | [
"MIT"
] | null | null | null | src/asm/interrupts.asm | antivir88/BasicOS | 8370e536a20b863253b8112546900f3fc02ef922 | [
"MIT"
] | null | null | null | src/asm/interrupts.asm | antivir88/BasicOS | 8370e536a20b863253b8112546900f3fc02ef922 | [
"MIT"
] | null | null | null | section .text
extern isr_handler
extern irq_handler
extern gdt_ptr
extern idt_ptr
global load_gdt
global load_idt
global load_tss
; Загрузчик GDT векторов
load_gdt:
lgdt [gdt_ptr] ; Загружает новый указатель GDT
mov ax, 0x10 ; 0x10 является смещением, находящимся в таблице GDT и указываемым на... | 21.297753 | 111 | 0.684252 |
fa85efa5c8736f7c16abc087aafda743f361c6b1 | 364 | asm | Assembly | test/asm/code-after-endm-endr-endc.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 522 | 2017-02-25T21:10:13.000Z | 2020-09-13T14:26:18.000Z | test/asm/code-after-endm-endr-endc.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 405 | 2017-02-25T21:32:37.000Z | 2020-09-13T16:43:29.000Z | test/asm/code-after-endm-endr-endc.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 84 | 2017-02-25T21:10:26.000Z | 2020-09-13T14:28:25.000Z | println "start"
; will not define 'mac'
mac: MACRO
println \1
ENDM println "<_<"
mac "argument"
; will not repeat
REPT 3
println "hey!"
ENDR println "<_<"
IF 0
println "skipped"
bad syntax!?
ELSE println "<_<"
println "else clause"
ENDC println "<_<"
IF 1
println "if clause"
ELSE println "<_<"
println "not ... | 13 | 23 | 0.67033 |
4e78f5eea3cc0e8b708b7d7a97cd1bf9fabf8256 | 79 | asm | Assembly | tut.fi/cpu.subsystem.test/core_example.setup/1.0/src/branchProgram.asm | berigei/ipxactexamplelib | ceb25816711a8d8e6e1af2299133e8a2bdca6838 | [
"MIT"
] | 13 | 2016-11-27T11:33:39.000Z | 2021-08-18T02:30:18.000Z | tut.fi/cpu.subsystem.test/core_example.setup/1.0/src/branchProgram.asm | berigei/ipxactexamplelib | ceb25816711a8d8e6e1af2299133e8a2bdca6838 | [
"MIT"
] | null | null | null | tut.fi/cpu.subsystem.test/core_example.setup/1.0/src/branchProgram.asm | berigei/ipxactexamplelib | ceb25816711a8d8e6e1af2299133e8a2bdca6838 | [
"MIT"
] | 4 | 2017-09-09T05:05:08.000Z | 2020-12-22T14:21:00.000Z | nop
set 4 1
set 3 0x7 @start
minus 3 4 @target
bne target
bra start
nop
nop
end | 8.777778 | 17 | 0.746835 |
c7c082c09428cd789e7d6197fa22853a28144a7d | 620 | asm | Assembly | oeis/000/A000540.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000540.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000540.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000540: Sum of 6th powers: 0^6 + 1^6 + 2^6 + ... + n^6.
; 0,1,65,794,4890,20515,67171,184820,446964,978405,1978405,3749966,6735950,11562759,19092295,30482920,47260136,71397705,105409929,152455810,216455810,302221931,415601835,563637724,754740700,998881325,1307797101,1695217590,2177107894,2771931215,3500931215,438843... | 56.363636 | 492 | 0.808065 |
83a44ffa47d19dd2b1a0f024ddee56d276721a0f | 466 | asm | Assembly | oeis/203/A203799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/203/A203799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/203/A203799.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A203799: G.f.: Sum_{n>=0} (n-2*x)^n * x^n / (1 + n*x - 2*x^2)^n.
; Submitted by Jon Maiga
; 1,1,1,8,48,312,2280,18720,171360,1733760,19232640,232243200,3033676800,42631142400,641383142400,10287038361600,175228365312000,3159341273088000,60111175348224000,1203646256676864000,25302180885037056000,557134559872450560000,... | 27.411765 | 250 | 0.708155 |
32a8a15ab304f198260d41030a2ff686919628d9 | 5,747 | asm | Assembly | samples/boing/boing.asm | rwiker/c256emu | 4f4172e4bc87c63019f62b3ff0bf21489fcbd032 | [
"MIT"
] | 18 | 2019-06-04T00:47:10.000Z | 2021-06-23T04:59:33.000Z | samples/boing/boing.asm | rwiker/c256emu | 4f4172e4bc87c63019f62b3ff0bf21489fcbd032 | [
"MIT"
] | null | null | null | samples/boing/boing.asm | rwiker/c256emu | 4f4172e4bc87c63019f62b3ff0bf21489fcbd032 | [
"MIT"
] | 2 | 2019-06-10T14:42:43.000Z | 2020-04-21T18:58:03.000Z | .p816
.feature c_comments
.include "macros.inc"
.rodata
ball0_tile_set: .incbin "tiles-256.bin"
ball1_tile_set: .incbin "tiles-224.bin"
ball2_tile_set: .incbin "tiles-192.bin"
ball3_tile_set: .incbin "tiles-160.bin"
bmp_1: .incbin "grid-00000.bin"
bmp_2: .incbin "grid-10000.bin"
bmp_3: .incbin "grid-20000.bin"
... | 22.449219 | 70 | 0.72925 |
f549aee97bde1e4eba2903eef97e92b4b43eb0fe | 453 | asm | Assembly | oeis/279/A279539.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/279/A279539.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/279/A279539.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A279539: Sum of ceilings of natural logs of first n integers.
; Submitted by Jamie Morken(s2)
; 0,1,3,5,7,9,11,14,17,20,23,26,29,32,35,38,41,44,47,50,54,58,62,66,70,74,78,82,86,90,94,98,102,106,110,114,118,122,126,130,134,138,142,146,150,154,158,162,166,170,174,178,182,186,191,196,201,206,211,216,221,226,231,236,241,... | 30.2 | 259 | 0.671082 |
ae346ff5f1dc4a7164b3c85fad4000b5b042b28a | 356 | asm | Assembly | 2e03.asm | sqph/td-micl | fbd130a6a741a38945c80bd8a1c2cfa7105754bd | [
"Unlicense"
] | null | null | null | 2e03.asm | sqph/td-micl | fbd130a6a741a38945c80bd8a1c2cfa7105754bd | [
"Unlicense"
] | null | null | null | 2e03.asm | sqph/td-micl | fbd130a6a741a38945c80bd8a1c2cfa7105754bd | [
"Unlicense"
] | null | null | null | ; 2e03.asm
global main
section .text
main:
nop
mov al, 'd' ; on charge une lettre minuscule dans AL
btr ax, 5 ; 'Bit Test and Reset(?)' sur bit #5
; Seulement sur 16 ou 32 bits! -> AX
nop ; ne fait rien
;fin
... | 18.736842 | 72 | 0.455056 |
0ba2e67b0aff618efc41aa8cbc94ae26e03726c8 | 289 | asm | Assembly | programs/oeis/040/A040305.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040305.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040305.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A040305: Continued fraction for sqrt(323).
; 17,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34
mov $1,17
lpb $0
mod $0,2
mul $1,2
lpe
gcd $1,$0
| 28.9 | 189 | 0.605536 |
8258fe1beb7af1e2548e2accb7fcf43e9a672850 | 4,914 | asm | Assembly | texmap/tmap_16g.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | 3 | 2016-03-22T12:32:01.000Z | 2017-11-07T12:14:28.000Z | texmap/tmap_16g.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | null | null | null | texmap/tmap_16g.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | 1 | 2021-03-30T07:34:36.000Z | 2021-03-30T07:34:36.000Z | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYI... | 22.855814 | 120 | 0.644892 |
cf77dd6992ccb209cf8083364cffa036f757a420 | 111 | asm | Assembly | gfx/pokemon/totodile/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/totodile/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/totodile/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | setrepeat 3
frame 1, 10
frame 2, 10
dorepeat 1
setrepeat 3
frame 0, 10
frame 2, 10
dorepeat 5
endanim
| 11.1 | 12 | 0.693694 |
4ef38f3b4046a9817114045e8212f02055fe5876 | 2,613 | asm | Assembly | source/pit.asm | re0ah/nameless-OS16 | 3218ec1e83130a027ec74697ab72e2de75b3bb66 | [
"Unlicense"
] | null | null | null | source/pit.asm | re0ah/nameless-OS16 | 3218ec1e83130a027ec74697ab72e2de75b3bb66 | [
"Unlicense"
] | null | null | null | source/pit.asm | re0ah/nameless-OS16 | 3218ec1e83130a027ec74697ab72e2de75b3bb66 | [
"Unlicense"
] | null | null | null | ;This is free and unencumbered software released into the public domain.
;Anyone is free to copy, modify, publish, use, compile, sell, or
;distribute this software, either in source code form or as a compiled
;binary, for any purpose, commercial or non-commercial, and by any
;means.
;In jurisdictions that recognize c... | 35.310811 | 76 | 0.746269 |
88ac3674e8fbc01d4015d893d5464e06b4a7471e | 1,673 | asm | Assembly | Common/print.asm | Martin-H1/6502 | e57e4b71d44e8cccfb5ba7e1d31db8d59e3e02a6 | [
"MIT"
] | 3 | 2020-05-10T02:45:52.000Z | 2020-08-27T19:30:21.000Z | Common/print.asm | Martin-H1/6502 | e57e4b71d44e8cccfb5ba7e1d31db8d59e3e02a6 | [
"MIT"
] | null | null | null | Common/print.asm | Martin-H1/6502 | e57e4b71d44e8cccfb5ba7e1d31db8d59e3e02a6 | [
"MIT"
] | null | null | null | ; -----------------------------------------------------------------------------
; Print related functions that are platform independant, unlike console I/O
; which is platform dependant.
; Martin Heermance <mheermance@gmail.com>
; -----------------------------------------------------------------------------
.scope
;
... | 14.422414 | 79 | 0.61327 |
0f0af4482dc4215b5395b66e7c6475e62522733c | 289 | asm | Assembly | programs/oeis/035/A035018.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/035/A035018.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/035/A035018.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A035018: One fifth of 9-factorial numbers.
; 1,14,322,10304,422464,21123200,1246268800,84746278400,6525463436800,561189855564800,53313036278656000,5544555772980224000,626534802346765312000,76437245886305368064000
mov $1,1
mov $2,5
lpb $0
sub $0,1
add $2,9
mul $1,$2
lpe
mov $0,$1
| 24.083333 | 169 | 0.778547 |
44545c0c9f50d039a3d6bfef2cfc2780aab68aa0 | 393 | asm | Assembly | programs/oeis/100/A100689.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100689.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100689.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100689: a(n) = prime(n) * 4^prime(n) - 1.
; 31,191,5119,114687,46137343,872415231,292057776127,5222680231935,1618481116086271,8358680908399640575,142962266571249025023,698910239464707491627007,198263834416799184651812863,3326963855579459488791396351,930930909542605966724141416447
seq $0,40 ; The prime numbers.
mov ... | 30.230769 | 238 | 0.783715 |
12bd050d8fc46782e85bbf7618dd38a28af149bf | 837 | asm | Assembly | oeis/142/A142443.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142443.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142443.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142443: Primes congruent to 34 mod 49.
; Submitted by Simon Strandgaard
; 83,181,769,1063,1259,1553,1847,2141,2239,2729,3023,3121,3709,4003,4297,4493,4591,4787,5081,5179,5669,6257,6551,7237,7433,7727,8609,8707,9001,9491,9883,10079,10177,10667,11059,11353,11549,11941,12823,13313,13411,13901,13999,14293,14489,14783,15... | 34.875 | 500 | 0.732378 |
ca3252cf942859d493f6db07e724e11ca72f476f | 748 | asm | Assembly | oeis/216/A216318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/216/A216318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/216/A216318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A216318: Number of peaks in all Dyck n-paths after changing each valley to a peak by the transform DU -> UD.
; Submitted by Christian Krause
; 0,1,2,8,31,119,456,1749,6721,25883,99892,386308,1496782,5809478,22584160,87922215,342741285,1337698515,5226732060,20442936360,80031775890,313585934610,1229695855440,4825705232... | 44 | 489 | 0.824866 |
105f86ae0ab26726e373a78aa8caaac31a0f3d2d | 264 | asm | Assembly | src/guard_mode_patch.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/guard_mode_patch.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/guard_mode_patch.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | %include "TiberianSun.inc"
%include "macros/patch.inc"
%include "macros/datatypes.inc"
;;; http://www.ppmforums.com/viewtopic.php?t=38895
; # Units in Guard mode will no longer chase after enemies that move out of firing range
@CLEAR 0x004A1AA8, 0x90, 0x004A1AAA
| 33 | 88 | 0.765152 |
27fdb2c8582ad5a2183ef927888d6135f8c0e3c1 | 6,681 | asm | Assembly | Transynther/x86/_processed/US/_st_zr_sm_/i7-7700_9_0x48.log_21829_2088.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_zr_sm_/i7-7700_9_0x48.log_21829_2088.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_zr_sm_/i7-7700_9_0x48.log_21829_2088.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 %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xac06, %r8
nop
xor $17341, %rdi
mov $0x6162636465666768, %r9
movq %r9, %xmm4
vmovups %ymm4, (%r8)
nop
nop
nop
nop
add $8616, %r12
lea addresses_WT_ht+0x56c6, %rsi
lea addresses_D_ht+... | 33.913706 | 2,999 | 0.654094 |
24ffdb148fbac164269482b7df7dd5296259d529 | 869 | asm | Assembly | programs/oeis/063/A063492.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/063/A063492.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/063/A063492.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A063492: a(n) = (2*n - 1)*(11*n^2 - 11*n + 6)/6.
; 1,14,60,161,339,616,1014,1555,2261,3154,4256,5589,7175,9036,11194,13671,16489,19670,23236,27209,31611,36464,41790,47611,53949,60826,68264,76285,84911,94164,104066,114639,125905,137886,150604,164081,178339,193400,209286,226019,243621,262114,281520,301861,323159,345436... | 57.933333 | 682 | 0.767549 |
8120060dd4d438b67e64fc7f39333bcebdca0434 | 316 | asm | Assembly | zx_rom_beeper.asm | imneme/spectrum-minilib | e3b999f209f8cf1014aeb240accff8b7b15270d6 | [
"MIT"
] | 1 | 2020-09-22T09:18:19.000Z | 2020-09-22T09:18:19.000Z | zx_rom_beeper.asm | imneme/spectrum-minilib | e3b999f209f8cf1014aeb240accff8b7b15270d6 | [
"MIT"
] | null | null | null | zx_rom_beeper.asm | imneme/spectrum-minilib | e3b999f209f8cf1014aeb240accff8b7b15270d6 | [
"MIT"
] | null | null | null | INCLUDE "romdefs.inc"
SECTION code_clib
GLOBAL _zx_rom_beeper
_zx_rom_beeper:
pop af ; retaddr
pop de ; freqtime
pop hl ; tstates
push af ; restore retaddr
push ix
call ROM3_BEEPER
pop ix
ret
| 19.75 | 50 | 0.484177 |
43a8138c910e52555be2f4a97b658933e553fb98 | 6,498 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2714.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2714.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2714.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x120e1, %rsi
lea addresses_normal_ht+0x13a31, %rdi
clflush (%rsi)
nop
add %rdx, %rdx
mov $65, %rcx
rep movsl
nop
nop
nop
nop
sub %r8, %r8
lea addresses_WT_ht+0x1b29, %rax
... | 36.505618 | 2,999 | 0.658049 |
8ba9249f2096e286d54e72084f9ec74eac699596 | 46,109 | asm | Assembly | tests/my_progs/objdump_sprectre.asm | tarunsolanki17/gem5 | 49622e04935783ae2bc78960a39cd2f13ffbdd19 | [
"BSD-3-Clause"
] | 1 | 2020-04-08T15:42:39.000Z | 2020-04-08T15:42:39.000Z | tests/my_progs/objdump_sprectre.asm | tarunsolanki17/gem5 | 49622e04935783ae2bc78960a39cd2f13ffbdd19 | [
"BSD-3-Clause"
] | null | null | null | tests/my_progs/objdump_sprectre.asm | tarunsolanki17/gem5 | 49622e04935783ae2bc78960a39cd2f13ffbdd19 | [
"BSD-3-Clause"
] | 1 | 2020-02-24T06:49:04.000Z | 2020-02-24T06:49:04.000Z |
spectre_test_1: file format elf64-x86-64
Disassembly of section .interp:
0000000000000238 <.interp>:
238: 2f (bad)
239: 6c ins BYTE PTR es:[rdi],dx
23a: 69 62 36 34 2f 6c 64 imul esp,DWORD PTR [rdx+0x36],0x646c2f34
241: 2d 6c 69 6e 75 sub eax,0x756e696... | 46.763692 | 123 | 0.472619 |
7c93ab184e79fde5eec70157fbb035998a5cf0cd | 206 | asm | Assembly | programs/test1.asm | tofu13/pyc64 | 1ffb1d864de1b4df64f6eceb724ff653ce68aa2a | [
"MIT"
] | null | null | null | programs/test1.asm | tofu13/pyc64 | 1ffb1d864de1b4df64f6eceb724ff653ce68aa2a | [
"MIT"
] | null | null | null | programs/test1.asm | tofu13/pyc64 | 1ffb1d864de1b4df64f6eceb724ff653ce68aa2a | [
"MIT"
] | null | null | null | * = $C000
INX
INX
DEX
TXA
TAY
NOP
DEY
INY
DEY
CLC
CLD
CLI
CLV
SEC
SED
SEI
| 11.444444 | 13 | 0.252427 |
eaec2c11ccdca581a54e16cbc44bc08f75dda6c8 | 685 | asm | Assembly | programs/oeis/141/A141759.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/141/A141759.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/141/A141759.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A141759: a(n) = 16n^2 + 32n + 15.
; 15,63,143,255,399,575,783,1023,1295,1599,1935,2303,2703,3135,3599,4095,4623,5183,5775,6399,7055,7743,8463,9215,9999,10815,11663,12543,13455,14399,15375,16383,17423,18495,19599,20735,21903,23103,24335,25599,26895,28223,29583,30975,32399,33855,35343,36863,38415,39999,41615,43263,4494... | 68.5 | 588 | 0.783942 |
0e86ab09d097460b33818dd45d7ad78ca462eda7 | 11,640 | asm | Assembly | FadeRoutines.asm | DevEd2/HokeyPokey-GB | b7d08b8c3eadc5f19519bfb2961cda7eacf11c6f | [
"MIT"
] | null | null | null | FadeRoutines.asm | DevEd2/HokeyPokey-GB | b7d08b8c3eadc5f19519bfb2961cda7eacf11c6f | [
"MIT"
] | null | null | null | FadeRoutines.asm | DevEd2/HokeyPokey-GB | b7d08b8c3eadc5f19519bfb2961cda7eacf11c6f | [
"MIT"
] | null | null | null | INCLUDE "RGBGRAFX.INC"
INCLUDE "HARDWARE.INC"
INCLUDE "INCDEC.INC"
;INCLUDE "DEBUGMSG.INC"
SECTION "RGBG_SimpleFadeOut_RAM",WRAM0
RGBG_fade_to_color:: DS 1
SECTION "RGBG_SimpleFadeOut",ROM0
RGBG_MakeLighter::
cp 31
adc 0
ld d,a
ld a,l ;a
cp 31
adc 0
ld l,a
ld a,h
cp 31
adc 0
ld ... | 13.410138 | 100 | 0.630412 |
7558682a211dae0d4777d600b52565c28e208689 | 2,387 | asm | Assembly | src/c64/driver.asm | apvilkko/jane8-musicdisk | 86d1ffa8c268f782b23e2b0bb32c62620eadfb58 | [
"MIT"
] | null | null | null | src/c64/driver.asm | apvilkko/jane8-musicdisk | 86d1ffa8c268f782b23e2b0bb32c62620eadfb58 | [
"MIT"
] | null | null | null | src/c64/driver.asm | apvilkko/jane8-musicdisk | 86d1ffa8c268f782b23e2b0bb32c62620eadfb58 | [
"MIT"
] | null | null | null | SoundDriver:
jsr AdvanceFrame
lda tickCount
beq continueSound
jmp ExitSoundDriver
continueSound:
ldx #$00
stx channel
stx offset
loopChannels:
; Read next data
ldy #$00
lda (dataPosLo),y
cmp #$ff
bne skipResetPointer
resetPointer:
lda #<MusicDataStart
sta dataPosLo
lda #>MusicDataStar... | 13.959064 | 75 | 0.683703 |
afaaf2a8fbfb9e68f1ce0f2afa2afbaad87e019a | 562 | asm | Assembly | oeis/134/A134013.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/134/A134013.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/134/A134013.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A134013: Expansion of q * phi(q) * psi(q^8) in powers of q where phi(), psi() are Ramanujan theta functions.
; Submitted by Christian Krause
; 1,2,0,0,2,0,0,0,1,4,0,0,2,0,0,0,2,2,0,0,0,0,0,0,3,4,0,0,2,0,0,0,0,4,0,0,2,0,0,0,2,0,0,0,2,0,0,0,1,6,0,0,2,0,0,0,0,4,0,0,2,0,0,0,4,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,1,4,0,0,4,0,0,0... | 51.090909 | 201 | 0.624555 |
efd911b4b58d9d44a00725993fd65f3f4c7cc08a | 2,313 | asm | Assembly | programs/oeis/253/A253679.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/253/A253679.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/253/A253679.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A253679: Numbers a(n) that are the starting terms in the sum of an odd number of consecutive cubes equal to a square.
; 23,118,333,716,1315,2178,3353,4888,6831,9230,12133,15588,19643,24346,29745,35888,42823,50598,59261,68860,79443,91058,103753,117576,132575,148798,166293,185108,205291,226890,249953,274528,300663,3284... | 144.5625 | 2,077 | 0.855166 |
b7dedc6d423c68b9d6bb6e6310f6666708bbaf6f | 159 | asm | Assembly | src/BreathOfTheWild/Cheats/InfiniteDaruk/patch_InfiniteDaruk.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 1,002 | 2017-01-10T13:10:55.000Z | 2020-11-20T18:34:19.000Z | src/BreathOfTheWild/Cheats/InfiniteDaruk/patch_InfiniteDaruk.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 347 | 2017-01-11T21:13:20.000Z | 2020-11-27T11:33:05.000Z | src/BreathOfTheWild/Cheats/InfiniteDaruk/patch_InfiniteDaruk.asm | lilystudent2016/cemu_graphic_packs | a7aaa6d07df0d5ca3f6475d741fb8b80fadd1a46 | [
"CC0-1.0"
] | 850 | 2017-01-10T06:06:43.000Z | 2020-11-06T21:16:49.000Z | [BotW_InfiniteDaruk_V208]
moduleMatches = 0x6267BFD0
0x02D74498 = nop
[BotW_InfiniteDaruk_V176V192]
moduleMatches = 0xFD091F9F,0xD472D8A5
0x02D73EFC = nop
| 14.454545 | 37 | 0.830189 |
bf825e313e252882bd268c34b61f61a5f3b3d9cf | 433 | asm | Assembly | programs/oeis/334/A334210.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/334/A334210.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/334/A334210.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A334210: a(n) = sigma(prime(n) + 1) - sigma(prime(n)).
; 1,3,6,7,16,10,21,22,36,42,31,22,54,40,76,66,108,34,58,123,40,106,140,144,73,114,106,172,106,126,127,204,150,196,222,148,82,130,312,186,366,154,316,100,270,265,166,280,332,202,312,504,157,476,270,456,450,286,142,294
seq $0,6005 ; The odd prime numbers together ... | 72.166667 | 216 | 0.69746 |
fe7497c3d185864a21f14d95565fefdcadfacee3 | 394 | asm | Assembly | oeis/024/A024496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/024/A024496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/024/A024496.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A024496: a(n) = (3/(8n-4))*C(4n,n).
; Submitted by Jon Maiga
; 3,7,33,195,1292,9177,68310,525915,4153380,33460284,273904969,2271800037,19050406788,161242554550,1375709203260,11819200090635,102162535941492,887830494976788,7752586858050900,67986848888695660,598522586288243760,5287559893638230385
mov $1,$0
mul $0,2
mov... | 26.266667 | 233 | 0.751269 |
ffb64e03a11f279110d13629ffc5197916ab305c | 1,419 | asm | Assembly | src/test/ref/inline-string.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/inline-string.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/inline-string.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Inline Strings in method calls are automatically converted to local constant variables byte st[] = "..."; - generating an ASM .text).
// Commodore 64 PRG executable file
.file [name="inline-string.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$080... | 19.175676 | 136 | 0.567301 |
3b8149add4a59535b9a82d921e4665154a5d43d2 | 145 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/z00_bms2.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/z00_bms2.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/z00_bms2.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: z00_bms2.asm
Type: file
Size: 2237
Last-Modified: '2016-05-13T04:36:32Z'
SHA-1: E4A85053D86A782F84925F70729657C6741B93CF
Description: null
| 20.714286 | 47 | 0.813793 |
577af2c293be5b2261c58984faf462fd2845e071 | 507 | asm | Assembly | demo/std.asm | slcz/hummingbird | 8f5d0695a6b6460b1eeaa0e1c520abf6527c0492 | [
"Apache-2.0"
] | null | null | null | demo/std.asm | slcz/hummingbird | 8f5d0695a6b6460b1eeaa0e1c520abf6527c0492 | [
"Apache-2.0"
] | null | null | null | demo/std.asm | slcz/hummingbird | 8f5d0695a6b6460b1eeaa0e1c520abf6527c0492 | [
"Apache-2.0"
] | null | null | null | #define H(x) (((((x) & 0x8) >> 3) + ((x) >> 4)) & 0xf)
#define L(x) ((x) & 0xf)
#define JMPWORD(x) (0x60 | ((x) >> 8))
#define li(x) lh H(x) addi L(x)
#define ge
#define not nori 0
#define ori(x) nori x nori ~0
#define or(x) nor x nori ~0
#define clrz setz ne
#define save clrz call
#define ret clrz ne call
#define hl... | 26.684211 | 54 | 0.65286 |
1d9d8a9990da4edf4d76450b207ef31a89737b2f | 794 | asm | Assembly | oeis/142/A142643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142643.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142643: Primes congruent to 5 mod 56.
; Submitted by Jon Maiga
; 5,61,173,229,397,509,677,733,1013,1069,1181,1237,1741,2357,2693,2749,2861,2917,3253,3533,3701,4093,4261,4373,4597,4877,4933,5101,5381,5437,5717,6053,6221,6277,6389,6781,6949,7229,7621,7789,7901,8069,8237,8293,8461,8573,8629,8741,9133,9413,9749,9973,101... | 37.809524 | 496 | 0.730479 |
0a8f51ddf109dccb72548a3467f21b2860e36c2b | 351 | asm | Assembly | wof/lcs/base/2F0.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | wof/lcs/base/2F0.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/base/2F0.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
001452 movea.w (A4)+, A1 [base+2F0]
001458 subq.w #1, ($302,A5) [base+2F0]
00152A move.w A0, -(A4) [base+2F0]
001530 addq.w #1, ($302,A5) [base+2F0]
01A7EA move.w A6, ($2f0,A5) [base+302]
01A7EE lea ($613c,A5), A0 [base+2F0]
copyright zengfr site:htt... | 31.909091 | 54 | 0.660969 |
6c5e4909112a818edea4128e0c5cb4b2cdaa5195 | 4,581 | asm | Assembly | Code/VKDebug/Src/hexdump.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 11 | 2016-12-03T16:35:42.000Z | 2022-03-26T06:02:53.000Z | Code/VKDebug/Src/hexdump.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 1 | 2018-02-24T20:17:46.000Z | 2018-03-02T08:57:40.000Z | Code/VKDebug/Src/hexdump.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 4 | 2018-10-19T01:14:55.000Z | 2021-09-11T18:51:48.000Z | ;-----------------------------------------------------------------------------
;HexDump2 function is written by NaN.
;-----------------------------------------------------------------------------
.386
.model flat, stdcall
option casemap: none
include VKDebug.inc
includelib kernel32.lib
includelib user32.l... | 49.793478 | 136 | 0.320454 |
3068194c51fc6b19a340459d8a188374a3e8a2b0 | 16,774 | asm | Assembly | ZORTON.reko/ZORTON_21CC.asm | 0xLiso/dePIXELator | d74a663e5cb41a404f2b714e262ce44b668d3632 | [
"MIT"
] | null | null | null | ZORTON.reko/ZORTON_21CC.asm | 0xLiso/dePIXELator | d74a663e5cb41a404f2b714e262ce44b668d3632 | [
"MIT"
] | null | null | null | ZORTON.reko/ZORTON_21CC.asm | 0xLiso/dePIXELator | d74a663e5cb41a404f2b714e262ce44b668d3632 | [
"MIT"
] | 1 | 2021-03-10T22:29:06.000Z | 2021-03-10T22:29:06.000Z | ;;; Segment 21CC (21CC:0000)
l216E_05E0:
pop es
pop si
pop di
pop bp
retf
216E:05E5 00 00 00 00 00 FF 00 00 00 00 FF ...........
216E:05F0 00 00 FF FF 00 00 00 00 FF 00 FF 00 FF 00 00 FF ................
216E:0600 FF 00 FF FF FF 00 00 00 00 FF FF 00 00 FF 00 FF ................
216E:0610 00 FF... | 11.379919 | 74 | 0.650829 |
7b3e5cf5e342e09222c5f19cf0071175f643de7b | 1,757 | asm | Assembly | ffmpeg-3.2.5/libavfilter/x86/vf_pp7.asm | huyu0415/FFmpeg | 7a3f75791cb3255805bf17126d4074a328f46c8c | [
"Apache-2.0"
] | 3,645 | 2016-08-25T09:31:17.000Z | 2022-03-25T06:28:34.000Z | ffmpeg-3.2.5/libavfilter/x86/vf_pp7.asm | huyu0415/FFmpeg | 7a3f75791cb3255805bf17126d4074a328f46c8c | [
"Apache-2.0"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | ffmpeg-3.2.5/libavfilter/x86/vf_pp7.asm | huyu0415/FFmpeg | 7a3f75791cb3255805bf17126d4074a328f46c8c | [
"Apache-2.0"
] | 764 | 2016-08-26T09:19:00.000Z | 2022-03-22T12:07:16.000Z | ;*****************************************************************************
;* x86-optimized functions for pp7 filter
;*
;* Copyright (c) 2005 Michael Niedermayer <michaelni@gmx.at>
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute it and/or modify
;* it under the terms of the GN... | 30.293103 | 79 | 0.599317 |
79c4dafbd4180040d30f4c6e394e0b3939f7c13e | 404 | asm | Assembly | programs/oeis/206/A206224.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/206/A206224.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/206/A206224.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A206224: Floor(n^2/4) appears 1+floor(n/2) times.
; 0,0,1,1,2,2,4,4,4,6,6,6,9,9,9,9,12,12,12,12,16,16,16,16,16,20,20,20,20,20,25,25,25,25,25,25,30,30,30,30,30,30,36,36,36,36,36,36,36,42,42,42,42,42,42,42,49,49,49,49,49,49,49,49,56,56,56,56,56
mov $1,$0
add $0,3
mov $2,$1
seq $2,336751 ; Smallest side of integer-side... | 40.4 | 192 | 0.658416 |
b6c531f04a5874af7d5ca7b9b0fb70aa40e330d4 | 7,763 | asm | Assembly | core/old/primitives.asm | paulscottrobson/nextForth | 3725af76cedd403e1e468fc8392e819fc0feb744 | [
"MIT"
] | 2 | 2019-02-17T02:39:13.000Z | 2020-06-10T09:57:22.000Z | core/old/primitives.asm | paulscottrobson/nextForth | 3725af76cedd403e1e468fc8392e819fc0feb744 | [
"MIT"
] | 1 | 2019-03-03T20:40:02.000Z | 2020-07-02T09:39:48.000Z | core/old/primitives.asm | paulscottrobson/nextForth | 3725af76cedd403e1e468fc8392e819fc0feb744 | [
"MIT"
] | null | null | null | ; **********************************************************************************************************
;
; Name: primitives.asm
; Purpose Primitive Words for Z80 CMForth Core (5.1.1)
; Author: Paul Robson (paul@robsons.org.uk)
; Date: 28th January 2018
;
; *************************************************... | 26.954861 | 108 | 0.186912 |
f9f89059d4c530f2e12c303e49404ddedc20cf25 | 666 | asm | Assembly | oeis/014/A014445.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/014/A014445.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/014/A014445.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A014445: Even Fibonacci numbers; or, Fibonacci(3*n).
; Submitted by Jamie Morken(m4)
; 0,2,8,34,144,610,2584,10946,46368,196418,832040,3524578,14930352,63245986,267914296,1134903170,4807526976,20365011074,86267571272,365435296162,1548008755920,6557470319842,27777890035288,117669030460994,498454011879264,2111485077978... | 95.142857 | 486 | 0.839339 |
a0feb3bbe021f51ac434ef399a829649fbae3b5d | 503 | asm | Assembly | oeis/096/A096040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/096/A096040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/096/A096040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A096040: Triangle read by rows: T(n,k) = (n+1,k)-th element of (M^6-M)/5, where M is the infinite lower Pascal's triangle matrix, 1<=k<=n.
; Submitted by Jon Maiga
; 1,7,2,43,21,3,259,172,42,4,1555,1295,430,70,5,9331,9330,3885,860,105,6,55987,65317,32655,9065,1505,147,7,335923,447896,261268,87080,18130,2408,196,8,201... | 26.473684 | 205 | 0.673956 |
2205907260a164719a1e753c691fc8cc2bcdd4ff | 20 | asm | Assembly | src/main/fragment/mos6502-common/vbuyy_lt_vbuc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbuyy_lt_vbuc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbuyy_lt_vbuc1_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | cpy #{c1}
bcc {la1}
| 6.666667 | 9 | 0.55 |
0e9497f7a0c598de180de3f65edd4e522b6068da | 3,263 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_83_1152.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_83_1152.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_83_1152.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 %r13
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1dd9f, %r13
inc %rbx
mov $0x6162636465666768, %rdi
movq %rdi, %xmm6
movups %xmm6, (%r13)
nop
nop
add $3942, %rdx
lea addresses_normal_ht+0x4b05, %rsi
lea addresses_D_ht+0x12f... | 20.916667 | 248 | 0.655532 |
48adc48bc4ff9a22eef345dca0d87b1bda569fd7 | 5,257 | asm | Assembly | Working Disassembly/Levels/Misc/Object list - Sonic & Knuckles.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/Misc/Object list - Sonic & Knuckles.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/Misc/Object list - Sonic & Knuckles.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | dc.l Obj_Ring ; 0
dc.l Obj_Monitor ; 1
dc.l Obj_PathSwap ; 2
dc.l Obj_03_2 ; 3
dc.l Obj_CollapsingPlatform; 4
dc.l Obj_AIZLRZEMZRock ; 5
dc.l Obj_MHZPulleyLift ; 6
dc.l Obj_Spring ; 7
dc.l Obj_Spikes ; 8
dc.l Obj_MHZCurledVine ; 9
dc.l Obj_MHZStickyVine ; 10
dc.l Obj_MHZSwingBarHorizontal; 1... | 28.263441 | 45 | 0.714476 |
dac2cfcf3188e0c4c90c76cb08f27b7a9b0881c9 | 793 | asm | Assembly | programs/oeis/184/A184038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/184/A184038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/184/A184038.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A184038: 1/16 the number of (n+1) X 9 0..3 arrays with all 2 X 2 subblocks having the same four values.
; 1225,1237,1258,1300,1378,1534,1834,2434,3610,5962,10618,19930,38458,75514,149434,297274,592570,1183162,2363578,4724410,9444538,18884794,37762234,75517114,151020730,302027962,604030138,1208034490,2416018618,483198... | 46.647059 | 558 | 0.812106 |
b6700ad82be00ce907259b95c1090b3aced6f701 | 9,034 | asm | Assembly | 32kb_flash_cartridge/programmer/tester.asm | kant/myelin-acorn-electron-hardware | 38fef0a38d005ae0f1b93f4a7da74b0e15f10c0d | [
"Apache-2.0"
] | 42 | 2017-04-22T06:37:00.000Z | 2022-03-30T07:23:13.000Z | 32kb_flash_cartridge/programmer/tester.asm | kant/myelin-acorn-electron-hardware | 38fef0a38d005ae0f1b93f4a7da74b0e15f10c0d | [
"Apache-2.0"
] | 6 | 2018-01-05T16:28:29.000Z | 2019-01-15T05:57:49.000Z | 32kb_flash_cartridge/programmer/tester.asm | kant/myelin-acorn-electron-hardware | 38fef0a38d005ae0f1b93f4a7da74b0e15f10c0d | [
"Apache-2.0"
] | 20 | 2017-04-24T01:35:12.000Z | 2022-01-06T13:49:09.000Z | ; Copyright 2017 Google Inc.
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, ... | 16.485401 | 88 | 0.69814 |
7b4ff02ac3458aa58d5312e86f62805ecea0212f | 300 | asm | Assembly | Working Disassembly/General/Sprites/Jawz/Map - Jawz.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/Jawz/Map - Jawz.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Sprites/Jawz/Map - Jawz.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Map_361364: dc.w Frame_361368-Map_361364
dc.w Frame_36137C-Map_361364
Frame_361368: dc.w 3
dc.b $FC, $D, 0, 0,$FF,$E8
dc.b $F4, 6, 0, 8, 0, 8
dc.b $F4, 2, 0, $E, 0,$18
Frame_36137C: dc.w 3
dc.b $FC, $D, 0, 0,$FF,$E8
dc.b $F4, 6, 0, 8, 0, 8
dc.b $F4, 2, 0,$11, 0,$18
| 27.272727 | 40 | 0.53 |
46b93e070ba724aeb65ae398c917662711376643 | 436 | asm | Assembly | programs/oeis/318/A318455.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/318/A318455.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/318/A318455.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A318455: The 2-adic valuation of A318454(n).
; 0,1,0,3,0,1,0,4,0,1,0,3,0,1,0,7,0,1,0,3,0,1,0,4,0,1,0,3,0,1,0,8,0,1,0,3,0,1,0,4,0,1,0,3,0,1,0,7,0,1,0,3,0,1,0,4,0,1,0,3,0,1,0,10,0,1,0,3,0,1,0,4,0,1,0,3,0,1,0,7,0,1,0,3,0,1,0,4,0,1,0,3,0,1,0,8,0,1,0,3
seq $0,7814 ; Exponent of highest power of 2 dividing n, a.k.a. the b... | 43.6 | 202 | 0.600917 |
a257a8126c627a05d4d007bd4e2cc24c8da761c2 | 619 | asm | Assembly | _maps/SS Chaos Emeralds.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _maps/SS Chaos Emeralds.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _maps/SS Chaos Emeralds.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - special stage chaos emeralds
; ---------------------------------------------------------------------------
Map_SS_Chaos1: dc.w byte_1B96C-Map_SS_Chaos1
dc.w byte_1B97E-Map_SS_Chaos1
Map_SS_Chaos2: dc.w byte_1B972-Map_SS_... | 34.388889 | 77 | 0.53958 |
95a2f10543d3350e06af3fbdbe24311160091130 | 3,300 | asm | Assembly | wof/lcs/enemy/40.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | wof/lcs/enemy/40.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/enemy/40.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
0010D6 add.w ($42,A0), D1 [123p+ 40, enemy+40]
0010DA move.w D1, ($40,A0) [123p+ 42, enemy+42]
0010DE ext.l D1 [123p+ 40, enemy+40]
001102 ext.l D1 [enemy+40]
001590 lea ($20,A0), A0
007CD8 move.w D0, ($40,A0)
007CDC move.w #$ffc8, ($4a,A0)
... | 38.372093 | 54 | 0.595152 |
14cb2a72002b069ce78bd4970c7fd8932a860080 | 909 | asm | Assembly | programs/oeis/193/A193252.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/193/A193252.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/193/A193252.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A193252: Great rhombicuboctahedron with faces of centered polygons.
; 1,75,365,1015,2169,3971,6565,10095,14705,20539,27741,36455,46825,58995,73109,89311,107745,128555,151885,177879,206681,238435,273285,311375,352849,397851,446525,499015,555465,616019,680821,750015,823745,902155,985389,1073591,1166905,1265475,1369445,... | 75.75 | 762 | 0.834983 |
a55f68b4682263a708dd06b8bcb09711f19b2bd0 | 532 | asm | Assembly | programs/oeis/144/A144519.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/144/A144519.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/144/A144519.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A144519: Triangular numbers n*(n+1)/2 with n prime and n+1 nonprime.
; 6,15,28,66,91,153,190,276,435,496,703,861,946,1128,1431,1770,1891,2278,2556,2701,3160,3486,4005,4753,5151,5356,5778,5995,6441,8128,8646,9453,9730,11175,11476,12403,13366,14028,15051,16110,16471,18336,18721,19503,19900,22366,24976,25878
add $0,1
c... | 31.294118 | 237 | 0.697368 |
abf49bad066a673e6cb0b9063db97e0aac917445 | 144 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/runed2.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/runed2.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/runed2.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: runed2.asm
Type: file
Size: 19055
Last-Modified: '1992-11-18T01:42:32Z'
SHA-1: D8069438A5423D5A97FD3E594E505B155D12855F
Description: null
| 20.571429 | 47 | 0.8125 |
749095e40a2eb368d03f632b322d214b71c34e49 | 4,409 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_loadSTMcompressedTileMapArea.c.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_loadSTMcompressedTileMapArea.c.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_loadSTMcompressedTileMapArea.c.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; **************************************************
; SMSlib - C programming library for the SMS/GG
; ( part of devkitSMS - github.com/sverx/devkitSMS )
; **************************************************
INCLUDE "SMSlib_private.inc"
SECTION code_clib
SECTION code_SMSlib
PUBLIC asm_SMSlib_loadSTMcompressedTileMapA... | 17.995918 | 118 | 0.699025 |
0ec19a29ef988c73d7bba4c50ee21b971df779fd | 5,232 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1181.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.log_21829_1181.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.log_21829_1181.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 %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13ac2, %r10
nop
nop
cmp $24299, %r12
vmovups (%r10), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $1, %xmm0, %r15
nop
inc %r9
lea addresses_WC_ht+0x19ec2, ... | 47.135135 | 2,999 | 0.662844 |
2128fbeed4321fd4483690b8211c6a36ead549f9 | 1,676 | asm | Assembly | release/src/router/gmp/source/mpn/pa32/lshift.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | release/src/router/gmp/source/mpn/pa32/lshift.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 8 | 2019-12-19T19:34:56.000Z | 2022-03-10T10:11:28.000Z | release/src/router/gmp/source/mpn/pa32/lshift.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl HP-PA mpn_lshift -- Shift a number left.
dnl Copyright 1992, 1994, 2000, 2001, 2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as p... | 25.784615 | 79 | 0.686158 |
d61d90176abb9f7819ae0914d9931e4172edd957 | 297 | asm | Assembly | oeis/040/A040756.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/040/A040756.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/040/A040756.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A040756: Continued fraction for sqrt(785).
; Submitted by Christian Krause
; 28,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56
min $0,1
add $0,1
mul $0,28
| 37.125 | 190 | 0.680135 |
c62d299eb1abc90645c93f2ad27e497826665bc1 | 644 | asm | Assembly | oeis/054/A054489.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054489.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054489.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054489: Expansion of (1+4*x)/(1-6*x+x^2).
; 1,10,59,344,2005,11686,68111,396980,2313769,13485634,78600035,458114576,2670087421,15562409950,90704372279,528663823724,3081278570065,17959007596666,104672767009931,610077594462920,3555792799767589,20724679204142614,120792282425088095,704029015346385956,4103381809653227641... | 42.933333 | 490 | 0.82764 |
cc7ca9ac9fc9b7f2dc89e2d379d9c1b3eda24679 | 1,227 | asm | Assembly | Borland/CBuilder5/Source/Vcl/rename.asm | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/Vcl/rename.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/Vcl/rename.asm | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null |
; *******************************************************
; * *
; * Delphi Runtime Library *
; * *
; * Copyright (c) 1996,98 Inprise Corporation *
; * *
; *******************************************************
INCLUDE SE.ASM
INCLUDE FILEIO.ASM
.386
.MODEL FLAT
EX... | 13.943182 | 76 | 0.576202 |
51151bdaaeb01e74638f817e15dfd167bc22a163 | 2,931 | asm | Assembly | examples/x86/life.asm | hfutxqd/fasmg | 3d723e3b3c5f50716873f6f6a2d522c89592d723 | [
"BSD-3-Clause"
] | 2 | 2019-12-05T02:28:51.000Z | 2022-01-21T05:31:59.000Z | external/fasmg/examples/x86/life.asm | hpdporg/hpdp | 1ef4c2718cf920223d5cc566eb72c136b2706c48 | [
"BSD-3-Clause"
] | null | null | null | external/fasmg/examples/x86/life.asm | hpdporg/hpdp | 1ef4c2718cf920223d5cc566eb72c136b2706c48 | [
"BSD-3-Clause"
] | null | null | null |
; Life - fasm example program
; Controls:
; arrow keys - move cursor
; Space - switch cell
; Enter - move to next generation
; Esc - exit program
include '80186.inc'
org 100h
jumps
mov di,screen_data
xor al,al
mov cx,80*50*2
rep stosb
mov ax,3
int 10h ; set text mode
mov ah,1
mov ch,20h
int ... | 13.957143 | 40 | 0.688843 |
514766e3d280fc73830a929540ac09e370e84369 | 13,923 | asm | Assembly | s2/music-improved/88 - CNZ 2P.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/music-improved/88 - CNZ 2P.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/music-improved/88 - CNZ 2P.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | CNZ_2p_Header:
smpsHeaderStartSong 2
smpsHeaderVoice CNZ_2p_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $BD
smpsHeaderDAC CNZ_2p_DAC
smpsHeaderFM CNZ_2p_FM1, $F4, $06
smpsHeaderFM CNZ_2p_FM2, $F4, $0D
smpsHeaderFM CNZ_2p_FM3, $F4, $10
smpsHeaderFM CNZ_2p_... | 32.006897 | 78 | 0.582777 |
6952fd8cf74ea35d3b3e856a187cb6a810fc6d13 | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_pysb.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_pysb.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_pysb.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_pysb.asm
Type: file
Size: 126790
Last-Modified: '2016-05-13T04:22:15Z'
SHA-1: CB4A4D77CF4CF82E67521515D610DE68E5806272
Description: null
| 21 | 47 | 0.816327 |
18b4841bec1c2982d8af42d489b4401123764b0f | 31,706 | asm | Assembly | source/mcbank5.asm | PaulSlocum/marble-craze | 559c73c898d3a5e2d6548ae67f0f077b282372ab | [
"MIT"
] | 1 | 2020-12-12T21:23:31.000Z | 2020-12-12T21:23:31.000Z | source/mcbank5.asm | PaulSlocum/marble-craze | 559c73c898d3a5e2d6548ae67f0f077b282372ab | [
"MIT"
] | null | null | null | source/mcbank5.asm | PaulSlocum/marble-craze | 559c73c898d3a5e2d6548ae67f0f077b282372ab | [
"MIT"
] | null | null | null | ;------------------------------
; Marble Craze bank 5
;------------------------------
; Includes:
; level control data
; some game logic
;------------------------------
org $5000
rorg $1000
paddleDecode2
; byte 0,0,0,0,0,0,1,1,1,1,1,1,1
; byte 2,2,2,2,2,2,3,3,3,3,3,3,3
; byte 4,4,4,4,4,4,5,5,5,5,5,5,5
; byte 6,6,... | 14.333635 | 108 | 0.6061 |
f17be62535de0e34720daa79ce180295ffcbc377 | 490 | asm | Assembly | oeis/267/A267848.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/267/A267848.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/267/A267848.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A267848: Triangle read by rows giving successive states of cellular automaton generated by "Rule 229" initiated with a single ON (black) cell.
; Submitted by Simon Strandgaard
; 1,0,1,0,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,... | 30.625 | 201 | 0.6 |
5a60defc9e59138175c38c4c9fa64d27be709fde | 3,805 | asm | Assembly | syzygy/core/disassembler_test_code.asm | nzeh/syzygy | 3573e3d458dbb4285753c28a7cb42ced739f9f55 | [
"Apache-2.0"
] | 343 | 2015-01-07T05:58:44.000Z | 2022-03-15T14:55:21.000Z | syzygy/core/disassembler_test_code.asm | nzeh/syzygy-nzeh | 3757e53f850644721284073de318e218224dd411 | [
"Apache-2.0"
] | 61 | 2015-03-19T18:20:21.000Z | 2019-10-23T12:58:23.000Z | syzygy/core/disassembler_test_code.asm | nzeh/syzygy-nzeh | 3757e53f850644721284073de318e218224dd411 | [
"Apache-2.0"
] | 66 | 2015-01-20T15:35:05.000Z | 2021-11-25T16:49:41.000Z | ; Copyright 2011 Google Inc. All Rights Reserved.
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or a... | 30.198413 | 79 | 0.670434 |
a6ebb34e851f00b4fd2aca03ef4dabc893102ce9 | 51,918 | asm | Assembly | stressfs.asm | shahendahamdy/xv6 | a8124692310f3deea36949224b02f3945092f7fd | [
"MIT-0"
] | null | null | null | stressfs.asm | shahendahamdy/xv6 | a8124692310f3deea36949224b02f3945092f7fd | [
"MIT-0"
] | null | null | null | stressfs.asm | shahendahamdy/xv6 | a8124692310f3deea36949224b02f3945092f7fd | [
"MIT-0"
] | null | null | null |
_stressfs: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "fs.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
1000: f3 0f 1e fb endbr32
1004: 8d 4c 24 04 lea 0x4(%esp),%ecx
1008: 83 e4 f0 and $0xfffffff0,%esp
int fd,... | 36.179791 | 63 | 0.411225 |
0cf7ada0d6270023af8985a6d87b1d450375e4ba | 6,397 | asm | Assembly | Drag_and_Drop_GUI/Drag_and_Drop_GUI.asm | attilathedud/BW_Hacks | 22a1ce4acee5f416d22f62f819051830875b0866 | [
"MIT"
] | 9 | 2017-04-18T00:20:56.000Z | 2022-02-14T22:26:02.000Z | Drag_and_Drop_GUI/Drag_and_Drop_GUI.asm | attilathedud/BW_Hacks | 22a1ce4acee5f416d22f62f819051830875b0866 | [
"MIT"
] | null | null | null | Drag_and_Drop_GUI/Drag_and_Drop_GUI.asm | attilathedud/BW_Hacks | 22a1ce4acee5f416d22f62f819051830875b0866 | [
"MIT"
] | 2 | 2018-05-22T14:01:39.000Z | 2020-01-21T13:38:38.000Z | ; Basic drag-and-drop interface for StarCraft: Brood War 1.16.1. Draws a dot every other space
; to simulate a transparent effect.
;
; Originally written on 2009/05/29 by attilathedud.
; System descriptors
.386
.model flat,stdcall
option casemap:none
VirtualAlloc proto stdcall :DWORD, :DWORD, :DWORD,... | 22.058621 | 98 | 0.620603 |
c9469937e2babf0fd653c4d0b1405f1ffa9d6036 | 460 | asm | Assembly | 4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter5_2/AsmTest/LogicInstTest/inst_rom.asm | ladike/912_project | 5178c1c93ac6ca30ffc72dd689f5c6932704b4ab | [
"MIT"
] | 640 | 2019-03-30T11:32:43.000Z | 2022-03-31T14:05:18.000Z | 4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter5_2/AsmTest/LogicInstTest/inst_rom.asm | ladike/912_project | 5178c1c93ac6ca30ffc72dd689f5c6932704b4ab | [
"MIT"
] | 6 | 2019-07-22T01:57:24.000Z | 2022-01-20T15:03:16.000Z | 4 专业科目/计算机组成/习题/hw/自己动手写CPU/Code/Chapter5_2/AsmTest/LogicInstTest/inst_rom.asm | ladike/912_project | 5178c1c93ac6ca30ffc72dd689f5c6932704b4ab | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z |
inst_rom.om: file format elf32-tradbigmips
Disassembly of section .text:
00000000 <_start>:
0: 3c010101 lui at,0x101
4: 34210101 ori at,at,0x101
8: 34221100 ori v0,at,0x1100
c: 00220825 or at,at,v0
10: 302300fe andi v1,at,0xfe
14: 00610824 and at,v1,at
18: 3824ff00 xori a0,at,0xff00
1c... | 21.904762 | 46 | 0.686957 |
26e085a63a71b78f9feb610c0bf84b9f07035915 | 6,622 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_16771_91.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_16771_91.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_16771_91.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 %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x14e9b, %r10
nop
nop
add %rbp, %rbp
movl $0x61626364, (%r10)
nop
nop
nop
cmp %r12, %r12
lea addresses_D_ht+0x1cb0b, %rsi
lea addresses_A_ht+0x18a9b, %rdi
nop
sub %r12, %r12
mo... | 33.614213 | 2,999 | 0.656599 |
abc7dc6c3f3cb8aa23eff6c41db8c01ac5c0c4e9 | 926 | asm | Assembly | oeis/190/A190038.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/190/A190038.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/190/A190038.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A190038: Number of nondecreasing arrangements of n+2 numbers in 0..6 with the last equal to 6 and each after the second equal to the sum of one or two of the preceding three.
; 10,18,30,47,72,107,151,203,263,331,407,491,583,683,791,907,1031,1163,1303,1451,1607,1771,1943,2123,2311,2507,2711,2923,3143,3371,3607,3851,41... | 29.870968 | 500 | 0.720302 |
059dd0f3474533d4787374ede0caaaab0e7267d7 | 599 | asm | Assembly | game/data/stages/gem/tilesets.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | 91 | 2017-08-06T18:30:13.000Z | 2022-02-17T00:26:45.000Z | game/data/stages/gem/tilesets.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | 2 | 2018-10-12T04:34:13.000Z | 2021-12-25T17:01:18.000Z | game/data/stages/gem/tilesets.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | 9 | 2016-10-08T21:24:37.000Z | 2022-02-05T00:13:31.000Z | tileset_stage_thehunt_sprites:
; Tileset's size in tiles (zero means 256)
.byt (tileset_stage_thehunt_sprites_end-tileset_stage_thehunt_sprites_tiles)/16
tileset_stage_thehunt_sprites_tiles:
; TILE - Gem
;
; 00111100
; 01333010
; 13330301
; 13333031
; 13333301
; 01333310
; 13133131
; 01011010
TILE_GEM = (*-tileset_s... | 26.043478 | 91 | 0.797997 |
b90fea2ac11fb3f24cf998a6bb03e6ce2deba67f | 658 | asm | Assembly | oeis/000/A000589.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000589.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000589.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000589: a(n) = 11*binomial(2n,n-5)/(n+6).
; Submitted by Jon Maiga
; 1,11,77,440,2244,10659,48279,211508,904475,3798795,15737865,64512240,262256280,1059111900,4254603804,17018415216,67837293986,269638992062,1069258071970,4232010895376,16723268860760,65997186039785,260170725132045,1024713341952300,4032978938683695,15... | 47 | 498 | 0.835866 |
e225e5987d38eeea14e7f8be6123485db774aa36 | 1,968 | asm | Assembly | Games/CMonster (Breakout)/Source/ti84cse.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2019-03-31T11:49:12.000Z | 2019-03-31T11:49:12.000Z | Games/CMonster (Breakout)/Source/ti84cse.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | null | null | null | Games/CMonster (Breakout)/Source/ti84cse.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2020-03-09T13:21:19.000Z | 2020-03-09T13:21:19.000Z | ;############## CMonster by Patrick Davidson - TI-84 Plus CSE main program
#include ti84pcse.inc
#define WORDLEN 2
#include data.asm
#define rscount $4024
Search_Levels rs(3)
Read_Ext_Level rs(3)
Draw_String rs(3)
Dra... | 30.276923 | 77 | 0.457317 |
d9c7b13711353fa94233d55f1f559235ff296eb2 | 1,527 | asm | Assembly | lib/target/msx/classic/rom.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | lib/target/msx/classic/rom.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | lib/target/msx/classic/rom.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; startup == 3
; msx cartridge rom
; April 2014
; submitted by Timmy
; For cartridge I am not sure what facilities are available from the MSX
; system, if any. So this CRT only provides the bare minimum.
;
; Declarations
;
defc TAR__clib_exit_stack_size = 0
defc TAR__register_sp = -0xfc4a
... | 17.157303 | 74 | 0.67518 |
3f93e87e989db08df19b6d8e9e91ff846e0e2ff7 | 1,445 | asm | Assembly | testing/subtest1.asm | stacklover/b5500emulator | 2d5e867b2d0a91cdebcb40078196ef48594867db | [
"MIT"
] | 4 | 2017-09-26T16:51:11.000Z | 2022-01-03T06:03:32.000Z | testing/subtest1.asm | stacklover/b5500emulator | 2d5e867b2d0a91cdebcb40078196ef48594867db | [
"MIT"
] | null | null | null | testing/subtest1.asm | stacklover/b5500emulator | 2d5e867b2d0a91cdebcb40078196ef48594867db | [
"MIT"
] | null | null | null | # Test operators - regular function calls
# assemble a small program
.ORG 020
# space for function result
LITC 0
# mark stack
MKS
# push three parameters
LITC 0222
LITC 0444
LITC 0456
# call function 1
DESC 040
# get result into A
LNG
LNG
# stop
ZPI
# program descriptor for functions
.ORG 040
.WORD 075000... | 16.055556 | 65 | 0.721107 |
8a495a654eb9a7402c5389eb3a4c82d0327f3c06 | 1,201 | asm | Assembly | explo_dirasm1_puts/hello.asm | afterlisp/x64callexplore | 58a87aa1cbbd2204d6706c0fb752fe9b3466bb88 | [
"Apache-2.0"
] | null | null | null | explo_dirasm1_puts/hello.asm | afterlisp/x64callexplore | 58a87aa1cbbd2204d6706c0fb752fe9b3466bb88 | [
"Apache-2.0"
] | null | null | null | explo_dirasm1_puts/hello.asm | afterlisp/x64callexplore | 58a87aa1cbbd2204d6706c0fb752fe9b3466bb88 | [
"Apache-2.0"
] | null | null | null | ; ----------------------------------------------------------------------------------------
; This is a Win64 console program that prints "Hello" on one line and then exits.
; we simulate a main C function (named main of course)
; we need to reserve some shadow space (see our notes) as mentionned by Microsoft doc...
;... | 57.190476 | 152 | 0.498751 |
bffb7945fe4c8efe8f7dc5b1bab3695493edaf91 | 120,797 | asm | Assembly | src/sound/song087restored.asm | MusicTheorist/Mother2GbaTranslation | 70de3975a3284c4002a33e8ef8c20e4c2b039037 | [
"MIT"
] | 1 | 2021-04-18T04:26:52.000Z | 2021-04-18T04:26:52.000Z | src/sound/song087restored.asm | MusicTheorist/Mother2GbaTranslation | 70de3975a3284c4002a33e8ef8c20e4c2b039037 | [
"MIT"
] | null | null | null | src/sound/song087restored.asm | MusicTheorist/Mother2GbaTranslation | 70de3975a3284c4002a33e8ef8c20e4c2b039037 | [
"MIT"
] | null | null | null | song087restored_pri equ 0
song087restored_rev equ 0
song087restored_mvl equ 127
song087restored_key equ 0
song087restored_tbs equ 1
song087restored_exg equ 1
song087restored_cmp equ 1
.align 4
;**************** Track 1 ****************;
@song087restored_1:
; 000 ----------------------------------------
.b... | 22.800491 | 46 | 0.568193 |
c632c4adbabaddd6eab6653281e1bf36b180da64 | 193 | asm | Assembly | mc-sema/validator/x86/tests/ROR16ri.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86/tests/ROR16ri.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/ROR16ri.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_OF
;TEST_FILE_META_END
; ROR16ri
mov cx, 0x545
;TEST_BEGIN_RECORDING
ror cx, 0x8
;TEST_END_RECORDING
| 16.083333 | 25 | 0.751295 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.