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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
36ef652b5d44eda34cbd10aaeecf1027e16be58b | 12,528 | asm | Assembly | P6/data_P6_2/ALUTest105.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/ALUTest105.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/ALUTest105.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | slt $3,$5,$3
subu $4,$3,$3
slt $4,$3,$3
lhu $3,0($0)
nor $6,$5,$3
or $3,$6,$3
sw $4,0($0)
slt $1,$1,$3
sw $3,4($0)
and $4,$4,$3
addu $3,$4,$3
or $5,$5,$3
slt $0,$0,$3
subu $3,$3,$3
slti $5,$4,24876
sltu $6,$4,$3
lhu $4,4($0)
slti $3,$0,23161
srl $3,$3,9
addu $3,$3,$3
sll $4,$0,23
addiu $3,$3,-27639
sltiu $3,$1,27602
ad... | 14.092238 | 18 | 0.522909 |
d2bb29a533dd916a9bb38c9244359586cb0ae94c | 7,010 | asm | Assembly | Cameras/SOTTR/InjectableGenericCameraSystem/Interceptor.asm | valdisiljuconoks/InjectableGenericCameraSystem | e6d518729b986bd62474b1bfe54d94cd44446d53 | [
"BSD-2-Clause"
] | 7 | 2020-02-02T09:34:11.000Z | 2021-05-15T03:22:11.000Z | Cameras/SOTTR/InjectableGenericCameraSystem/Interceptor.asm | valdisiljuconoks/InjectableGenericCameraSystem | e6d518729b986bd62474b1bfe54d94cd44446d53 | [
"BSD-2-Clause"
] | null | null | null | Cameras/SOTTR/InjectableGenericCameraSystem/Interceptor.asm | valdisiljuconoks/InjectableGenericCameraSystem | e6d518729b986bd62474b1bfe54d94cd44446d53 | [
"BSD-2-Clause"
] | 5 | 2020-02-03T16:27:17.000Z | 2021-02-22T08:49:49.000Z | ;////////////////////////////////////////////////////////////////////////////////////////////////////////
;// Part of Injectable Generic Camera System
;// Copyright(c) 2017, Frans Bouma
;// All rights reserved.
;// https://github.com/FransBouma/InjectableGenericCameraSystem
;//
;// Redistribution and use in source and ... | 52.313433 | 149 | 0.627817 |
a93dd07c1759b1b542377fcf106ec2b6176fea70 | 459 | asm | Assembly | CS300s/CS310/Handouts/AssemblerExamples/Sum.asm | AndrewZurn/sju-compsci-archive | 3ea0e4f0db8453a011fc7511140df788dde5aae2 | [
"Apache-2.0"
] | null | null | null | CS300s/CS310/Handouts/AssemblerExamples/Sum.asm | AndrewZurn/sju-compsci-archive | 3ea0e4f0db8453a011fc7511140df788dde5aae2 | [
"Apache-2.0"
] | null | null | null | CS300s/CS310/Handouts/AssemblerExamples/Sum.asm | AndrewZurn/sju-compsci-archive | 3ea0e4f0db8453a011fc7511140df788dde5aae2 | [
"Apache-2.0"
] | null | null | null | DATA
PROGRAM
#Read(n);
IMLO R10 0xFE
IMLO R11 0xFF
LOAD R3 [R10] #R3 is n
#sum=0;
IMLO R4 0 #R4 is sum
#index=1;
IMLO R5 1 #R5 is index
#while(index<=n) {
While SUB SCR R3 R5 #Calculate R3-R5=n-index
BRNG Print #When difference is negative
# jump out of loop
# sum=sum+index;
ADD ... | 18.36 | 49 | 0.625272 |
66c741eabc7e3fc8a09fb5175ce56c6164b89e5a | 4,410 | asm | Assembly | z80unlze.asm | uniabis/z80depacker | a5dc3a0a7d3cb07a814490463b93fa42b3e66c68 | [
"MIT"
] | 25 | 2019-08-16T11:03:39.000Z | 2022-03-23T23:22:46.000Z | z80unlze.asm | uniabis/z80depacker | a5dc3a0a7d3cb07a814490463b93fa42b3e66c68 | [
"MIT"
] | null | null | null | z80unlze.asm | uniabis/z80depacker | a5dc3a0a7d3cb07a814490463b93fa42b3e66c68 | [
"MIT"
] | 1 | 2021-04-04T01:07:24.000Z | 2021-04-04T01:07:24.000Z | ; Decompression routine for LZEXE-compressed streams, v1.1
;
; Copyright © 2020 Pedro Gimeno Fortea
;
; This is a decompressor for LZEXE-compressed streams. Copying, distribution
; and modification of this package or parts of it are permitted, under two
; conditions: that any copyright notices and this notice are prese... | 20.322581 | 105 | 0.670975 |
102b998e8c64c80777c5187330a0ca7d6a1acab5 | 1,146 | asm | Assembly | programs/oeis/098/A098352.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/098/A098352.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/098/A098352.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A098352: Multiplication table of the even numbers read by antidiagonals.
; 4,8,8,12,16,12,16,24,24,16,20,32,36,32,20,24,40,48,48,40,24,28,48,60,64,60,48,28,32,56,72,80,80,72,56,32,36,64,84,96,100,96,84,64,36,40,72,96,112,120,120,112,96,72,40,44,80,108,128,140,144,140,128,108,80,44,48,88,120,144,160,168,168,160,144,12... | 60.315789 | 919 | 0.69808 |
964e7e9d0f1160d56cbb88514392e26d5b052461 | 455 | asm | Assembly | programs/oeis/000/A000593.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/000/A000593.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/000/A000593.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A000593: Sum of odd divisors of n.
; 1,1,4,1,6,4,8,1,13,6,12,4,14,8,24,1,18,13,20,6,32,12,24,4,31,14,40,8,30,24,32,1,48,18,48,13,38,20,56,6,42,32,44,12,78,24,48,4,57,31,72,14,54,40,72,8,80,30,60,24,62,32,104,1,84,48,68,18,96,48,72,13,74,38,124,20,96,56,80,6,121,42,84,32,108,44,120,12,90,78,112,24,128,48,120,4,98,57,1... | 45.5 | 288 | 0.637363 |
7c0433965c64241c62bc79db497cbfd3ef69d2f5 | 1,044 | asm | Assembly | UFAL/OAC/Lista 1/Q6.asm | NelsonGomesNeto/ProgramC | e743b1b869f58f7f3022d18bac00c5e0b078562e | [
"MIT"
] | 3 | 2018-12-18T13:39:42.000Z | 2021-06-23T18:05:18.000Z | UFAL/OAC/Lista 1/Q6.asm | NelsonGomesNeto/ProgramC | e743b1b869f58f7f3022d18bac00c5e0b078562e | [
"MIT"
] | 1 | 2018-11-02T21:32:40.000Z | 2018-11-02T22:47:12.000Z | UFAL/OAC/Lista 1/Q6.asm | NelsonGomesNeto/ProgramC | e743b1b869f58f7f3022d18bac00c5e0b078562e | [
"MIT"
] | 6 | 2018-10-27T14:07:52.000Z | 2019-11-14T13:49:29.000Z | # Main
addi $a0, $zero, 7 # n = 7
jal fib # fib(7)
add $s0, $zero, $v0 # s0 = fib(n)
j END
# Functions
fib:
addi $sp, $sp, -12 # prepare stack
sw $ra, 8($sp) # save return address
sw $a0, 0($sp) # save n
addi $t1, $zero, 2 # t1 = 2
slt $t0, $a0, $t1 # t0 = (a < 2)
beq $t0, $... | 29 | 57 | 0.464559 |
f5897aa2d5480b812fddccf4a61e0ed64f79f3d7 | 1,417 | asm | Assembly | programs/oeis/185/A185270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/185/A185270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/185/A185270.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A185270: a(n) = 648 * n^6.
; 0,648,41472,472392,2654208,10125000,30233088,76236552,169869312,344373768,648000000,1147971528,1934917632,3127772232,4879139328,7381125000,10871635968,15641144712,22039921152,30485730888,41472000000,55576446408,73470177792,95927256072,123834728448,158203125000,200177422848,251048476872,31... | 236.166667 | 1,366 | 0.91108 |
f038f70ebc1ae1437cb45750ec02f7d372591db2 | 3,535 | asm | Assembly | Driver/Printer/DotMatrix/Red64/red64Manager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/DotMatrix/Red64/red64Manager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/DotMatrix/Red64/red64Manager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Canon Redwood 64-jet printer driver
FILE: red64Manager.asm
AUTHOR: Dave Durran
REVISION HISTORY:
Name Date Description
---- ---- ----... | 33.990385 | 80 | 0.521641 |
7f8f8829bc49d6e8e9dd9d9e05386b2b4423f6bc | 11,519 | asm | Assembly | sha256_mb/sha256_mb_x4_avx.asm | intelkevinputnam/isa-l_crypto | 99d3b44924279c4f82108a035dc8d91062a54446 | [
"BSD-3-Clause"
] | 178 | 2019-05-07T21:09:12.000Z | 2022-03-24T06:17:51.000Z | sha256_mb/sha256_mb_x4_avx.asm | intelkevinputnam/isa-l_crypto | 99d3b44924279c4f82108a035dc8d91062a54446 | [
"BSD-3-Clause"
] | 761 | 2019-05-13T09:35:59.000Z | 2022-03-31T18:18:06.000Z | sha256_mb/sha256_mb_x4_avx.asm | intelkevinputnam/isa-l_crypto | 99d3b44924279c4f82108a035dc8d91062a54446 | [
"BSD-3-Clause"
] | 57 | 2019-05-30T13:41:29.000Z | 2022-02-20T17:13:01.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2016 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... | 26.664352 | 72 | 0.697543 |
3d8623b2b0b246bf61d9a347f93e8d3e2831d368 | 531 | asm | Assembly | oeis/111/A111230.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/111/A111230.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/111/A111230.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A111230: Numbers n such that 5*n + 14 is prime.
; Submitted by Jon Maiga
; 1,3,9,13,15,19,25,27,33,37,43,45,51,67,69,73,75,79,81,85,87,93,97,99,111,117,121,129,139,141,145,151,159,163,165,169,181,183,199,201,205,207,211,219,223,243,247,249,253,255,261,277,279,283,285,289,295,297
mov $1,8
mov $2,$0
add $2,2
pow $2,2
... | 23.086957 | 206 | 0.638418 |
673de186237f453367cb85c5c9c4d59eeae4f64c | 844 | asm | Assembly | oeis/142/A142325.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142325.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142325.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142325: Primes congruent to 26 mod 45.
; Submitted by Simon Strandgaard
; 71,251,431,521,701,881,971,1061,1151,1511,1601,1871,2141,2411,2591,2861,3041,3221,3491,3581,3671,3761,3851,4211,4391,4481,4751,4931,5021,5381,5471,5651,5741,6011,6101,6551,6911,7001,7451,7541,7901,8081,8171,9161,9341,9431,9521,9791,10061,10151... | 33.76 | 497 | 0.726303 |
ee58008cfbcb32d924463e199e433c2b86796900 | 595 | asm | Assembly | oeis/049/A049637.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049637.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049637.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049637: Congruent to 2, 3, 6, 8, 10 or 12 mod 13, but not equal to 3.
; Submitted by Jamie Morken(s4)
; 2,6,8,10,12,15,16,19,21,23,25,28,29,32,34,36,38,41,42,45,47,49,51,54,55,58,60,62,64,67,68,71,73,75,77,80,81,84,86,88,90,93,94,97,99,101,103,106,107,110,112,114,116,119,120,123,125,127,129,132,133,136,138,140,142,1... | 39.666667 | 353 | 0.665546 |
13d404554f2b1d3eda9cc0cb22834ce8f32f0c59 | 13,518 | asm | Assembly | spriteRoutines.asm | RevolutionSoftware/Juego | 31c1706e41713e9bcf631f369b89ce1f94bef0d5 | [
"Unlicense"
] | 1 | 2021-09-18T21:02:45.000Z | 2021-09-18T21:02:45.000Z | spriteRoutines.asm | RevolutionSoftware/Juego | 31c1706e41713e9bcf631f369b89ce1f94bef0d5 | [
"Unlicense"
] | null | null | null | spriteRoutines.asm | RevolutionSoftware/Juego | 31c1706e41713e9bcf631f369b89ce1f94bef0d5 | [
"Unlicense"
] | null | null | null | ;playerSprite: pointer to first sprite. each player direction has 3 sprites and 3 masks, all 16x16.
;playerDir: direction value between 0 & 3
;playerY: player's y coordinate on screen (range between $10-$20)
;playerX: x coord (range: $10-$40 or $20-$30, haven't decided yet)
drawPlayer:
call drawPlayer_call
;check... | 22.911864 | 126 | 0.595798 |
376a408f75fab238be35577a6740eccca84be7f3 | 1,126 | asm | Assembly | programs/oeis/129/A129771.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/129/A129771.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/129/A129771.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A129771: Evil odd numbers.
; 3,5,9,15,17,23,27,29,33,39,43,45,51,53,57,63,65,71,75,77,83,85,89,95,99,101,105,111,113,119,123,125,129,135,139,141,147,149,153,159,163,165,169,175,177,183,187,189,195,197,201,207,209,215,219,221,225,231,235,237,243,245,249,255,257,263,267,269,275,277,281,287,291,293,297,303,305,311,315,3... | 66.235294 | 973 | 0.71492 |
4fdb3d68276d98ca2c900c7b1855cb1726315830 | 675 | asm | Assembly | oeis/064/A064170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/064/A064170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/064/A064170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A064170: a(1) = 1; a(n+1) = product of numerator and denominator in Sum_{k=1..n} 1/a(k).
; 1,1,2,10,65,442,3026,20737,142130,974170,6677057,45765226,313679522,2149991425,14736260450,101003831722,692290561601,4745030099482,32522920134770,222915410843905,1527884955772562,10472279279564026,71778070001175617,491974210728... | 84.375 | 474 | 0.828148 |
994a2b2ecf0484b07ef7c7cd089535037c8c7fae | 8,175 | asm | Assembly | maps/Route41.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/Route41.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/Route41.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const ROUTE41_OLIVINE_RIVAL1
const ROUTE41_OLIVINE_RIVAL2
const ROUTE41_OLIVINE_RIVAL3
const ROUTE41_OLIVINE_RIVAL4
const ROUTE41_OLIVINE_RIVAL5
const ROUTE41_SWIMMER_GIRL1
const ROUTE41_SWIMMER_GIRL2
const ROUTE41_SWIMMER_GIRL3
const ROUTE41_SWIMMER_GIRL4
const ROUT... | 22.275204 | 156 | 0.782508 |
439d31c0755e1e761d66d8696c9dac51717eae32 | 50 | asm | Assembly | src/main/fragment/mos6502-common/vwsm1=vwsm1_minus_1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwsm1=vwsm1_minus_1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwsm1=vwsm1_minus_1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | sec
lda {m1}
sbc #1
sta {m1}
bcs !+
dec {m1}+1
!:
| 6.25 | 10 | 0.52 |
ae9d1920b37964507a634892b36d096856792a37 | 871 | asm | Assembly | oeis/142/A142629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142629.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142629: Primes congruent to 39 mod 55.
; Submitted by Jamie Morken(s4)
; 149,479,809,919,1249,1579,2129,2239,2459,2789,3119,3229,3449,3559,3779,3889,4219,4549,5099,5209,5869,6089,6199,6529,7079,8069,8179,8839,9059,9719,9829,10159,10709,11149,11369,11699,12689,12799,13679,13789,14009,14449,14669,14779,15329,15439,163... | 32.259259 | 500 | 0.717566 |
132ae6e8844e498b12eb650a62f631d60a1cdda2 | 199 | asm | Assembly | factorial.asm | danielzy95/x86-funz | 67763837b7ed236379359f51ab87d8200d141bd6 | [
"MIT"
] | null | null | null | factorial.asm | danielzy95/x86-funz | 67763837b7ed236379359f51ab87d8200d141bd6 | [
"MIT"
] | null | null | null | factorial.asm | danielzy95/x86-funz | 67763837b7ed236379359f51ab87d8200d141bd6 | [
"MIT"
] | null | null | null | mov eax, 1 ; fact = 1
mov ebx, 6 ; n = 6
mov ecx, 1 ; for i = 1
loop:
cmp ebx, ecx
jl show_result
imul eax, ecx ; fact = fact * i
inc ecx
jmp loop
show_result:
#show eax ; EasyASM directive
| 13.266667 | 32 | 0.628141 |
78d33176765bc4d481774134565102126794b1f7 | 1,241 | asm | Assembly | kernel/arch/x86_64/utility.asm | jasonwer/WingOS | 1e3b8b272bc93542fda48ed1cf3226e63c923f39 | [
"BSD-2-Clause"
] | 549 | 2020-08-19T12:03:58.000Z | 2022-03-31T18:04:39.000Z | kernel/arch/x86_64/utility.asm | jasonwer/WingOS | 1e3b8b272bc93542fda48ed1cf3226e63c923f39 | [
"BSD-2-Clause"
] | 8 | 2020-08-29T18:05:13.000Z | 2021-02-01T23:15:27.000Z | kernel/arch/x86_64/utility.asm | jasonwer/WingOS | 1e3b8b272bc93542fda48ed1cf3226e63c923f39 | [
"BSD-2-Clause"
] | 32 | 2021-02-15T17:19:00.000Z | 2022-02-08T18:41:10.000Z | global reload_cr3
reload_cr3:
mov rax, cr3
mov cr3, rax
ret
global read_pit_counter
global sse_init
; sse 1 and 2 should be supported on any 64bit processor
sse_init:
mov rax, cr0
and rax, ~(1<<2)
or rax, (1<<1)
mov cr0, rax
mov rax, cr4
or rax, 3 << 9
mov cr4, rax
ret
glo... | 13.788889 | 56 | 0.605157 |
82ff15cd5e97b15d1f046b137a7dfd7312923b23 | 381 | asm | Assembly | oeis/107/A107298.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/107/A107298.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/107/A107298.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A107298: a(n) = 3*a(n-1)-a(n-2)-2*a(n-3)+a(n-4), n>5.
; Submitted by Jon Maiga
; 3,2,5,10,25,56,128,288,649,1459,3280,7371,16564,37220,83634,187925,422265,948822,2131985,4790528,10764220,24186984,54347661,122118087,274396852,616564131
mov $3,1
lpb $0
sub $0,1
add $1,$2
add $2,$3
mov $4,$3
mov $3,$1
add $... | 20.052632 | 155 | 0.627297 |
6badba747e38a4bb52c38d0d04fb6cf7397d3480 | 2,886 | asm | Assembly | examples/loader.asm | jblang/ColecoController | 9c9056b6cd2dda5379e7fdf64fc563caa42c0915 | [
"Unlicense"
] | 12 | 2019-01-29T12:41:39.000Z | 2022-02-06T23:21:45.000Z | examples/loader.asm | jblang/ColecoController | 9c9056b6cd2dda5379e7fdf64fc563caa42c0915 | [
"Unlicense"
] | null | null | null | examples/loader.asm | jblang/ColecoController | 9c9056b6cd2dda5379e7fdf64fc563caa42c0915 | [
"Unlicense"
] | 3 | 2019-08-13T08:28:50.000Z | 2020-10-12T16:02:29.000Z | ; ColecoVision Game Loader for CP/M on RC2014
;
; Works with RomWBW 512K RAM/ROM Board
; Incompatible with 64KB Pageable ROM Board due to port conflicts
;
; Assemble with sjasm. ColecoVision BIOS ROM must be in "coleco.rom"
; in the same directory where loader.asm is assembled.
;
; CP/M file loader code from h... | 26.477064 | 72 | 0.656965 |
06e3376fceb0637fe00dc04fc1331f32c9e6bbb8 | 620 | asm | Assembly | oeis/314/A314108.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/314/A314108.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/314/A314108.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A314108: Coordination sequence Gal.6.198.6 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 Christian Krause
; 1,5,11,16,21,26,30,34,39,44,49,55,60,65,71,76,81,86,90,94,99,104,109,115,120,125,131,136,141,146,150,154,159... | 56.363636 | 182 | 0.743548 |
e7905d4c87afbe6f5ee4dfdb6e6ba1228d043ceb | 2,176 | asm | Assembly | programs/oeis/143/A143938.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/143/A143938.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/143/A143938.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A143938: The Wiener index of a benzenoid consisting of a linear chain of n hexagons.
; 27,109,279,569,1011,1637,2479,3569,4939,6621,8647,11049,13859,17109,20831,25057,29819,35149,41079,47641,54867,62789,71439,80849,91051,102077,113959,126729,140419,155061,170687,187329,205019,223789,243671,264697,286899,310309,334959... | 217.6 | 2,032 | 0.863511 |
777026e14568270449cc2f2a5f0d5e20ba0f7dbe | 712 | asm | Assembly | Src/Q12.asm | OferMon/MIPS-Assembly-Exercises | 6f5699f2d1f5c3312467af038679eab238d33866 | [
"Apache-2.0"
] | null | null | null | Src/Q12.asm | OferMon/MIPS-Assembly-Exercises | 6f5699f2d1f5c3312467af038679eab238d33866 | [
"Apache-2.0"
] | null | null | null | Src/Q12.asm | OferMon/MIPS-Assembly-Exercises | 6f5699f2d1f5c3312467af038679eab238d33866 | [
"Apache-2.0"
] | null | null | null | .data 0x10020000
array: .space 80 # 20 words
.text
li $a0, 0x10020000
jal init_array
li $a0, 0x10020000
jal multiply_array_by_two
b end
#------------------------#
init_array:
add $t2, $a0, $zero
li $t3, 0
_init_array_loop_start:
li $v0, 42
li $a0, 0
li $a1, 101
syscall
subi $a0, $a0, 50
sw $a0, ($t2)
addi $t2,... | 16.55814 | 47 | 0.592697 |
f6125fe79a8e5d30541cbce742b60280ca83cb91 | 399 | asm | Assembly | programs/oeis/037/A037646.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/037/A037646.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/037/A037646.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A037646: Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 3,0,1.
; 3,12,49,199,796,3185,12743,50972,203889,815559,3262236,13048945,52195783,208783132,835132529,3340530119,13362120476,53448481905,213793927623,855175710492,3420702841969,13682811367879,54731245471516,2189249818... | 49.875 | 248 | 0.817043 |
45e895ebd39e8b091b2014e45ca6aeb98ffcd68f | 287 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_copy_vram_to_mem.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_copy_vram_to_mem.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/vram/c/sccz80/sms_copy_vram_to_mem.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *sms_copy_vram_to_mem(void *dst, unsigned int n)
SECTION code_clib
SECTION code_crt_common
PUBLIC sms_copy_vram_to_mem
EXTERN asm_sms_copy_vram_to_mem
sms_copy_vram_to_mem:
pop af
pop bc
pop hl
push hl
push bc
push af
jp asm_sms_copy_vram_to_mem
| 13.666667 | 55 | 0.752613 |
8c0ff301c6097d26ceae9c13fd87751a89df99db | 615 | asm | Assembly | oeis/005/A005998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005998: Number of paraffins.
; 1,2,7,14,29,48,79,116,169,230,311,402,517,644,799,968,1169,1386,1639,1910,2221,2552,2927,3324,3769,4238,4759,5306,5909,6540,7231,7952,8737,9554,10439,11358,12349,13376,14479,15620,16841,18102,19447,20834,22309,23828,25439,27096,28849,30650,32551,34502,36557,38664,40879,43148,45529,4796... | 47.307692 | 497 | 0.772358 |
dba9f51859902310c0bc88fefe61568b1d085abb | 1,129 | asm | Assembly | test-roms/multiply.asm | martinkauppinen/gibberish | 7dcfb34751b6ded467a1757212a52adee3b79bd0 | [
"MIT"
] | 1 | 2022-02-11T18:30:21.000Z | 2022-02-11T18:30:21.000Z | test-roms/multiply.asm | martinkauppinen/gibberish | 7dcfb34751b6ded467a1757212a52adee3b79bd0 | [
"MIT"
] | null | null | null | test-roms/multiply.asm | martinkauppinen/gibberish | 7dcfb34751b6ded467a1757212a52adee3b79bd0 | [
"MIT"
] | null | null | null | SECTION "Header", ROM0[$100]
jp start
ds $150 - @, 0 ; Header
start:
ld de, $dead ; Values to check that stack
ld hl, $beef ; popping works as intended
ld a, $0
ld b, $1
call multiply
ld a, $2
ld b, $2
call multiply
ld a, $5
ld b, $3
call multiply
ld a, $F
... | 14.291139 | 50 | 0.501329 |
d49a3ce4d673073e78932405839c89d864ba9d85 | 16,622 | asm | Assembly | src/lib/g5_math.asm | Prashant446/GFCC | 6feb2e95d2a8e2f2499b2cb4a66921e4b769c822 | [
"MIT"
] | 1 | 2021-06-11T03:51:00.000Z | 2021-06-11T03:51:00.000Z | src/lib/g5_math.asm | Debarsho/GFCC | 0b51d14d8010bc06952984f3554a56d60d3886cb | [
"MIT"
] | null | null | null | src/lib/g5_math.asm | Debarsho/GFCC | 0b51d14d8010bc06952984f3554a56d60d3886cb | [
"MIT"
] | 1 | 2021-06-11T03:50:07.000Z | 2021-06-11T03:50:07.000Z | .text
.globl g5_abs # int g5_abs(int x);
g5_abs:
sw $ra, -4($sp) # return address
sw $fp, -8($sp) # frame pointer of caller
move $fp, $sp # begin new frame
subu $sp, $sp, 44 # expad frame - expect address of formatter
sw $s0, -12($fp) # callee saved register
sw $s1, -16($fp) # callee saved register
sw $... | 34.629167 | 74 | 0.579112 |
4e2025762b6d4cab5dc8fdd17c797bea4536d00f | 251 | asm | Assembly | libsrc/_DEVELOPMENT/compress/zx1/c/sdcc/dzx1_smart_rcs_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/compress/zx1/c/sdcc/dzx1_smart_rcs_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/compress/zx1/c/sdcc/dzx1_smart_rcs_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void dzx1_smart_rcs_callee(void *src, void *dst)
SECTION code_clib
SECTION code_compress_zx1
PUBLIC _dzx1_smart_rcs_callee
EXTERN asm_dzx1_smart_rcs
_dzx1_smart_rcs_callee:
pop af
pop hl
pop de
push af
jp asm_dzx1_smart_rcs
| 13.210526 | 50 | 0.772908 |
783ff8bfb33f0eefaac66ed82c9b48b48d9de1bc | 731 | asm | Assembly | oeis/097/A097262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/097/A097262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/097/A097262.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A097262: Numbers whose set of base 16 digits is {0,F}, where F base 16 = 15 base 10.
; Submitted by Jamie Morken(s3)
; 0,15,240,255,3840,3855,4080,4095,61440,61455,61680,61695,65280,65295,65520,65535,983040,983055,983280,983295,986880,986895,987120,987135,1044480,1044495,1044720,1044735,1048320,1048335,1048560,104857... | 45.6875 | 500 | 0.78249 |
8243e2eb845cb47ba84fab180f4741a019566ecf | 1,021 | asm | Assembly | sbsext/ut/write.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ut/write.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ut/write.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Write out bits and pieces Tony Tebby QJUMP
*
section utils
*
xdef ut_trap3
xdef ut_trp3r
xdef ut_wrta1
xdef ut_wrtst
xdef ut_wrtnl
xdef ut_wrtch
*
include dev8_sbsext_ext_keys
*
ut_wrtnl
moveq #$a,d1 new... | 24.902439 | 60 | 0.458374 |
ee989b639809237d38f3b3816698229597fec3a4 | 4,401 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_un_/i9-9900K_12_0xa0_notsx.log_275_504.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_un_/i9-9900K_12_0xa0_notsx.log_275_504.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_un_/i9-9900K_12_0xa0_notsx.log_275_504.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 %r14
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x3788, %rbx
nop
nop
nop
sub %rax, %rax
mov $0x6162636465666768, %rbp
movq %rbp, (%rbx)
nop
nop
nop
nop
nop
cmp %rbx, %rbx
lea addresses_UC_ht+0x11410, %r10
nop
dec %r14
movl ... | 23.789189 | 824 | 0.649625 |
11903f77e9eee69563e21604ff195ef7da778dac | 253 | asm | Assembly | ESEMPI/13 PROGRAMMA MAX.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 8 | 2019-06-07T10:38:41.000Z | 2022-03-24T13:05:12.000Z | ESEMPI/13 PROGRAMMA MAX.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 2 | 2015-07-14T12:22:33.000Z | 2018-05-11T08:35:24.000Z | ESEMPI/13 PROGRAMMA MAX.asm | Porchetta/py-pdp8-tk | 5eba6bb2cf72b97602bfa2239e7bf44c454794e0 | [
"MIT"
] | 9 | 2015-05-06T14:35:08.000Z | 2021-03-23T14:27:21.000Z | ORG 400 /Mette in RIS il più grande tra A,B,C,D
LDA A
CMA
INC
ADD B
SPA
BUN H
ADD A
STA A
H, LDA C
CMA
INC
ADD D
SPA
BUN K
ADD C
STA C
K, LDA A
CMA
INC
ADD C
SPA
BUN S
ADD A
STA A
S, LDA A
STA RIS
HLT
A, DEC 10
B, DEC 5
C, DEC 3
D, DEC 7
RIS, DEC 0
END
| 7.228571 | 47 | 0.664032 |
e77b8d73d5f6af82bb3bcd60779ef4670940eef3 | 636 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_hypotf.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_hypotf.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_hypotf.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; float _hypotf (float left, float right) __z88dk_callee
SECTION code_clib
SECTION code_fp_am9511
PUBLIC asm_hypotf
EXTERN asm_am9511_hypot_callee
; find the hypotenuse of two sccz80 floats
;
; enter : stack = sccz80_float left, ret
; DEHL = sccz80_float right
;
; exit : DEHL = s... | 27.652174 | 80 | 0.575472 |
2309746327bf7e41c6ce69a6be257535b115647a | 4,898 | asm | Assembly | Transynther/x86/_processed/US/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1006.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1006.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1006.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x189fd, %rsi
lea addresses_WC_ht+0xbd8d, %rdi
nop
nop
nop
nop
cmp %r13, %r13
mov $62, %rcx
rep movsl
add %rcx, %rcx
lea addresses_WC_ht+0xb085, %r9
nop
nop
and $50190, %rax
mov (%r9), %... | 51.020833 | 2,999 | 0.656799 |
f067995cdbfffd56ac17d5a361a309d2edf13bcc | 5,282 | asm | Assembly | coffee_machine/mpu/HALCoGen_EMAC_Driver_with_lwIP_Demonstration/v00.03.00/TMS570LC43x/HALCoGen-TMS570LC43x/source/HL_sys_pmu.asm | daeroro/IntegrationProject | 3b37f31e172cf4411ad0c2481e154e5facfb4d1e | [
"MIT"
] | null | null | null | coffee_machine/mpu/HALCoGen_EMAC_Driver_with_lwIP_Demonstration/v00.03.00/TMS570LC43x/HALCoGen-TMS570LC43x/source/HL_sys_pmu.asm | daeroro/IntegrationProject | 3b37f31e172cf4411ad0c2481e154e5facfb4d1e | [
"MIT"
] | null | null | null | coffee_machine/mpu/HALCoGen_EMAC_Driver_with_lwIP_Demonstration/v00.03.00/TMS570LC43x/HALCoGen-TMS570LC43x/source/HL_sys_pmu.asm | daeroro/IntegrationProject | 3b37f31e172cf4411ad0c2481e154e5facfb4d1e | [
"MIT"
] | 2 | 2019-04-29T01:05:25.000Z | 2019-04-29T02:45:44.000Z | ;-------------------------------------------------------------------------------
; HL_sys_pmu.asm
;
; (c) Texas Instruments 2009-2013, All rights reserved.
;
.text
.arm
;-------------------------------------------------------------------------------
; Initialize Pmu
; Note: It will reset all coun... | 23.580357 | 81 | 0.380159 |
9f57f4ea9ddcd3b2693ef6c3146a995af3e4acbb | 375 | asm | Assembly | asm/x64/lm_start.asm | icebit/modulon | c7e75e2e5ce1676b9493340ce7d92ce80731fe5a | [
"Apache-2.0"
] | 5 | 2016-02-24T05:05:14.000Z | 2016-04-13T23:15:27.000Z | asm/x64/lm_start.asm | modulon/kernel | c7e75e2e5ce1676b9493340ce7d92ce80731fe5a | [
"Apache-2.0"
] | null | null | null | asm/x64/lm_start.asm | modulon/kernel | c7e75e2e5ce1676b9493340ce7d92ce80731fe5a | [
"Apache-2.0"
] | null | null | null | ;;------------------------------------------------------------------------------------------------
;;`arch/x64/lm_start.asm`
;;
;;First 64 bit file to be called, calls kmain().
;;------------------------------------------------------------------------------------------------
global lm_start
extern kmain
extern kb_hand... | 22.058824 | 98 | 0.346667 |
3d2649877de785975648f57e7604b19aaa9a7624 | 9,673 | asm | Assembly | titlescreen.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | titlescreen.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | titlescreen.asm | adamsmasher/bustfree | 446d6777f42d3baa57f29ec9e4613a3e5cd4afe9 | [
"MIT"
] | null | null | null | INCLUDE "font.inc"
INCLUDE "input.inc"
STATE_SCROLLING1 EQU 0
STATE_SCROLLING2 EQU 1
STATE_FADING EQU 2
STATE_WAITING EQU 3
FADE_DELAY EQU 5
FLASH_DELAY EQU 45
BUST_FIRST_TILE_ADDR EQU $8B00
FREE_FIRST_TILE_ADDR EQU $8E20
KATAKANA_FIRST_TILE_ADDR EQU $9200
BUST_F... | 26.356948 | 66 | 0.439367 |
27ac9b7e9dfdb0631b17058df3d2ae4bd49629b9 | 517 | asm | Assembly | Kernel/asm/temperature.asm | inesmarca/2TP_SO | 7174f27d68e7fc381dff00207a7ae0e1d5b09aed | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/temperature.asm | inesmarca/2TP_SO | 7174f27d68e7fc381dff00207a7ae0e1d5b09aed | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/temperature.asm | inesmarca/2TP_SO | 7174f27d68e7fc381dff00207a7ae0e1d5b09aed | [
"BSD-3-Clause"
] | null | null | null | GLOBAL getTempTargetInfo
GLOBAL getTempOffsetInfo
getTempTargetInfo:
push rbp
mov rbp,rsp
mov ecx,1A2h; setear la direc de memoria para temperature_status
;rdmsr; me tira la info de la temp en edx:eax
mov eax,0x5640000
mov rsp, rbp
pop rbp
ret
getTempOffsetInfo:
push rbp
... | 19.148148 | 70 | 0.682785 |
8cfc491e07034191fa872fcfe61a2a760971fd52 | 10 | asm | Assembly | programs/templates/call.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/templates/call.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 69 | 2021-08-28T10:34:30.000Z | 2022-03-20T19:16:19.000Z | programs/templates/call.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | cal $0,-1
| 5 | 9 | 0.5 |
784d41624006d834f8d1914187f9af2377ee4a63 | 617 | asm | Assembly | programs/oeis/157/A157990.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/157/A157990.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/157/A157990.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A157990: a(n) = 288*n + 1.
; 289,577,865,1153,1441,1729,2017,2305,2593,2881,3169,3457,3745,4033,4321,4609,4897,5185,5473,5761,6049,6337,6625,6913,7201,7489,7777,8065,8353,8641,8929,9217,9505,9793,10081,10369,10657,10945,11233,11521,11809,12097,12385,12673,12961,13249,13537,13825,14113,14401,14689,14977,15265,15553,15... | 102.833333 | 564 | 0.795786 |
7d9bf79c15ce174973c0550c333440ab3ff24452 | 371 | asm | Assembly | programs/oeis/187/A187468.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/187/A187468.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/187/A187468.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A187468: Sum of the squares modulo 2^n of the odd numbers less than 2^n.
; 1,2,4,40,208,928,3904,16000,64768,260608,1045504,4188160,16764928,67084288,268386304,1073643520,4294770688,17179475968,68718690304,274876334080,1099508482048,4398040219648,17592173461504,70368719011840,281474926379008
mov $1,2
pow $1,$0
sub $... | 30.916667 | 219 | 0.77628 |
8c5d58ac9838002800ec7577e572eff7e615ec3e | 7,710 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_2458.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_2458.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_2458.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 %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x4d6b, %r15
nop
nop
nop
cmp %r10, %r10
mov (%r15), %r14
nop
nop
nop
nop
and $64607, %rbx
lea addresses_WC_ht+0xf36b, %rsi
lea addresses_WT_ht+0x7921, %rdi
nop
nop
nop
nop
xor... | 33.376623 | 2,999 | 0.653956 |
bee1ff43a90f25513cc49200941ffc4dff99da43 | 4,915 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_182.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_182.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_182.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 %r14
push %r8
push %rax
push %rcx
push %rdx
lea addresses_normal_ht+0x1113d, %rdx
nop
nop
nop
nop
sub $62267, %r14
movups (%rdx), %xmm6
vpextrq $0, %xmm6, %rax
nop
nop
nop
nop
nop
and $65025, %r10
lea addresses_D_ht+0x1587d, %r8
nop
nop
nop
xor %rdx, %rdx
vmov... | 46.367925 | 2,999 | 0.6588 |
631403a84e079b68098f5d1e2ff28590a1e6e93a | 2,223 | asm | Assembly | static/files/attiny10_analog.asm | AlanFromJapan/alanWebSites | d1c98f69c10814f0746fa1be5d2a27fa729d4bf7 | [
"MIT"
] | 1 | 2019-10-05T18:34:27.000Z | 2019-10-05T18:34:27.000Z | static/files/attiny10_analog.asm | AlanFromJapan/alanWebSites | d1c98f69c10814f0746fa1be5d2a27fa729d4bf7 | [
"MIT"
] | null | null | null | static/files/attiny10_analog.asm | AlanFromJapan/alanWebSites | d1c98f69c10814f0746fa1be5d2a27fa729d4bf7 | [
"MIT"
] | 1 | 2015-09-10T09:32:22.000Z | 2015-09-10T09:32:22.000Z | ;
; for using the ADC
; Set up a variable voltage divider and connect
; it to pin 3 (PB1).
; connect an LED to pin 1 (PB0)
; If voltage is more than 2.5V, LED is on
; less than 2.5V, LED is off
;
; variables
.DEF rsreg = r23 ; to save status register
.CSEG ; code section
.ORG $0000 ; the address
; interrupt vectors
... | 26.464286 | 105 | 0.690508 |
b461e38ba3faaedf8a92741a282f4ab480647b83 | 146 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Doppler-p.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/Doppler-p.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/Doppler-p.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: Doppler-p.asm
Type: file
Size: 8962
Last-Modified: '1992-07-30T05:00:31Z'
SHA-1: 53F56F95B99AF3C624101EB8FD2D9BBF914855A9
Description: null
| 20.857143 | 47 | 0.808219 |
09ddb78cc16a8d2a1080d6daec33990920a46485 | 5,950 | asm | Assembly | dino/lcs/enemy/7D.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 | dino/lcs/enemy/7D.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/enemy/7D.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
00492A move.b D0, ($7d,A6)
00492E move.b D0, ($87,A6)
011F2C tst.b ($7d,A3) [enemy+6C]
011F30 bpl $11f3a [enemy+7D]
02AC30 tst.b ($7d,A6)
02AC34 bmi $2ac6e
02B0EE tst.b ($7d,A6)
02B0F2 bpl $2b150
03246C move.b ($7d,A1), D0
0324... | 33.240223 | 54 | 0.563193 |
3dbcb0618c2f49cf5f43800816e068d06757722a | 383 | asm | Assembly | infraestrutura-de-hardware/lista2/JoaoDowsley-2.asm | kbcvcbk/cesar-school | b857ac651175bd08551303a7e82d16c4a9f621d8 | [
"MIT"
] | 2 | 2020-05-14T00:29:38.000Z | 2022-03-08T23:28:02.000Z | infraestrutura-de-hardware/lista2/JoaoDowsley-2.asm | kbcvcbk/cesar-school | b857ac651175bd08551303a7e82d16c4a9f621d8 | [
"MIT"
] | 1 | 2022-03-02T11:26:37.000Z | 2022-03-02T11:26:37.000Z | infraestrutura-de-hardware/lista2/JoaoDowsley-2.asm | kbcvcbk/cesar-school | b857ac651175bd08551303a7e82d16c4a9f621d8 | [
"MIT"
] | 2 | 2020-11-03T09:36:27.000Z | 2022-03-08T23:28:14.000Z | .data
str: .asciiz "Arrakis"
.text
j main # Start program
strlen:
li $v0, 0 # Start string count as zero
loop:
lb $t0, ($a0) # Load char
beqz $t0, endloop # If char == \0 endloop; Else pass;
addi $v0, $v0, 1 # v0 += 1
addi $a0, $a0, 1 # Point to the next char
j loop # Repeat proced... | 22.529412 | 58 | 0.56658 |
600a5340778c3908914ec485d647fe9f9c68855e | 3,389 | asm | Assembly | programs/oeis/136/A136008.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/136/A136008.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/136/A136008.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A136008: a(n) = n^6 - n^2.
; 0,0,60,720,4080,15600,46620,117600,262080,531360,999900,1771440,2985840,4826640,7529340,11390400,16776960,24137280,34011900,47045520,63999600,85765680,113379420,148035360,191102400,244140000,308915100,387419760,481889520,594822480,728999100,887502720,1073740800,1291466880,1544803260,18382... | 423.625 | 3,320 | 0.915314 |
49890ed7af627166eb372c7543ea938744c85cb9 | 31 | nasm | Assembly | Gargoyle/gadget.nasm | fengjixuchui/ProcessInjection | 6d89cee0f274b3fac1381c6e99ed18ef4ab899f2 | [
"MIT"
] | 167 | 2019-02-26T13:01:25.000Z | 2022-03-30T08:27:09.000Z | Gargoyle/gadget.nasm | decay88/ProcessInjection | 6d89cee0f274b3fac1381c6e99ed18ef4ab899f2 | [
"MIT"
] | null | null | null | Gargoyle/gadget.nasm | decay88/ProcessInjection | 6d89cee0f274b3fac1381c6e99ed18ef4ab899f2 | [
"MIT"
] | 49 | 2019-03-16T15:59:06.000Z | 2022-02-24T02:20:12.000Z | BITS 32
pop eax
pop esp
ret | 6.2 | 8 | 0.677419 |
2f89231fd71d8c0a09620b5cc45943ee59c49b79 | 724 | asm | Assembly | oeis/160/A160072.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/160/A160072.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/160/A160072.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A160072: Numerator of Hermite(n, 7/26).
; Submitted by Christian Krause
; 1,7,-289,-6755,245761,10853087,-339364481,-24385611803,632237079425,70364353871287,-1430714718511841,-247846519114532947,3584471689625294209,1030356783355922692495,-8537671120722083906881,-4935411996685280768234507,8738108605264000030245121,267... | 36.2 | 493 | 0.809392 |
abce38b0459c92889b1e7b7a65ac6161ac1667b8 | 5,402 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_18079_1760.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_18079_1760.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_18079_1760.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x359a, %rsi
lea addresses_A_ht+0xd0aa, %rdi
nop
nop
nop
xor %rax, %rax
mov $25, %rcx
rep movsl
nop
nop
nop
sub $42449, %r12
lea addresses_WC_ht+0x6f6a, %rsi
nop
nop
add %rax, %rax
mov (... | 40.014815 | 2,999 | 0.659015 |
ccbf05e44b53c4010b20716470acf4177f0eb764 | 556 | asm | Assembly | kPrlll.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | kPrlll.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | kPrlll.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | .386p
Kernel Segment public para use32
assume cs:Kernel
__kParallelProc proc
pushad
mov ebp,esp
add ebp,32
push dword ptr ICW2_MASTER_INT_NO + 7
push dword ptr 0
push dword ptr [ebp]
push dword ptr [ebp + 4]
push dword ptr [ebp + 8]
test dword ptr [ebp + 4],3
jz _kParallelKernelModeInt
push dword ptr [ebp + 12]
... | 14.25641 | 37 | 0.77518 |
8e089ab90380ca4d967f2b8893f9814391d566d4 | 329 | asm | Assembly | programs/oeis/070/A070465.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070465.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070465.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070465: a(n) = n^2 mod 43.
; 0,1,4,9,16,25,36,6,21,38,14,35,15,40,24,10,41,31,23,17,13,11,11,13,17,23,31,41,10,24,40,15,35,14,38,21,6,36,25,16,9,4,1,0,1,4,9,16,25,36,6,21,38,14,35,15,40,24,10,41,31,23,17,13,11,11,13,17,23,31,41,10,24,40,15,35,14,38,21,6,36,25,16,9,4,1,0,1,4,9,16,25,36,6,21,38,14,35,15,40
pow $0,2
m... | 54.833333 | 278 | 0.620061 |
d3d82d64aae1f7f22993690e5ab64257d000f995 | 240 | asm | Assembly | programs/oeis/011/A011850.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/011/A011850.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/011/A011850.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A011850: a(n) = floor(binomial(n,4)/4).
; 0,0,0,0,0,1,3,8,17,31,52,82,123,178,250,341,455,595,765,969,1211,1496,1828,2213,2656,3162,3737,4387,5118,5937,6851,7866,8990,10230,11594,13090,14726,16511,18453,20562
bin $0,4
div $0,4
mov $1,$0
| 34.285714 | 168 | 0.695833 |
f8d33114cc5253ec856b465cd1af2c0a7ba3af02 | 858 | asm | Assembly | encapsulation/rle.asm | jephthai/EvilVM | 429fcc9df6f1168d38c21f37b377c36cf7bcc957 | [
"MIT"
] | 141 | 2019-05-18T20:46:47.000Z | 2022-02-28T05:10:43.000Z | encapsulation/rle.asm | jephthai/EvilVM | 429fcc9df6f1168d38c21f37b377c36cf7bcc957 | [
"MIT"
] | 6 | 2019-06-04T15:33:21.000Z | 2021-05-07T15:27:58.000Z | encapsulation/rle.asm | jephthai/EvilVM | 429fcc9df6f1168d38c21f37b377c36cf7bcc957 | [
"MIT"
] | 21 | 2019-05-22T02:48:30.000Z | 2021-11-03T05:34:48.000Z | BITS 64
default rel
global main
%include "defines.asm"
section .text
main: xor edi, edi
mov esi, edi
mov edx, edi
;; final length of shellcode
mov di, orig_len
mov si, short_len
base: lea rbx, [$ + code - base]
mov ecx, esi ; get count for total bytes to process
add rsi, rbx ; put source register at e... | 18.255319 | 53 | 0.629371 |
cce86e0b8fd926ef11e0eed486a9d5d103905b32 | 697 | asm | Assembly | oeis/123/A123011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/123/A123011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/123/A123011.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A123011: a(n) = 2*a(n-1) + 5*a(n-2) for n > 1; a(0) = 1, a(1) = 5.
; Submitted by Jamie Morken(s4)
; 1,5,15,55,185,645,2215,7655,26385,91045,314015,1083255,3736585,12889445,44461815,153370855,529050785,1824955845,6295165615,21715110455,74906048985,258387650245,891305545415,3074549342055,10605626411185,36583999532645,... | 43.5625 | 486 | 0.787661 |
d070a476bbfa9ea26d0e0136efa21c2316aa4945 | 3,625 | asm | Assembly | vpx_scale/arm/neon/vp8_vpxyv12_copy_y_neon.asm | tizenorg/platform.upstream.libvpx | fa8ddbf339415d2af2323d21b7fda2737db81fdd | [
"BSD-3-Clause"
] | 49 | 2015-01-07T04:37:04.000Z | 2022-03-25T08:37:14.000Z | src/third_party/libvpx/source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copy_y_neon.asm | mcanthony/Chromium-WebCL | 41baee31a8e6e3241e097db4047025a3ecbfc9f4 | [
"MIT"
] | 1 | 2020-11-24T03:13:47.000Z | 2020-11-25T12:57:59.000Z | src/third_party/libvpx/source/libvpx/vpx_scale/arm/neon/vp8_vpxyv12_copy_y_neon.asm | mcanthony/Chromium-WebCL | 41baee31a8e6e3241e097db4047025a3ecbfc9f4 | [
"MIT"
] | 8 | 2015-06-29T21:53:18.000Z | 2019-11-01T21:22:47.000Z | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | 29.233871 | 89 | 0.492966 |
1c19f00cf870199a375929d101ba133ba63996de | 420 | asm | Assembly | libs/Libmy/ASM/src/asm_strchr.asm | DarkyZShadow/my_printf | 4d1b3519dc430e347dd57ed2d1b2460fc16bb3c4 | [
"MIT"
] | null | null | null | libs/Libmy/ASM/src/asm_strchr.asm | DarkyZShadow/my_printf | 4d1b3519dc430e347dd57ed2d1b2460fc16bb3c4 | [
"MIT"
] | null | null | null | libs/Libmy/ASM/src/asm_strchr.asm | DarkyZShadow/my_printf | 4d1b3519dc430e347dd57ed2d1b2460fc16bb3c4 | [
"MIT"
] | null | null | null | ;
; char *strchr (const char *str, char c);
;
BITS 64
SECTION .text
GLOBAL asm_strchr
asm_strchr:
PUSH RCX
MOV RCX, -1 ; Init counter
_loop: ; Basic while
INC RCX
CMP BYTE [RDI + RCX], SIL
JE _finded
CMP BYTE [RDI + RCX], 0
JNE _loop
MOV RCX, 0
_end... | 13.548387 | 54 | 0.542857 |
94dae0ec71a45676aeb8e64dacaab2e1747414a6 | 870 | asm | Assembly | oeis/326/A326136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/326/A326136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/326/A326136.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | ; A326136: a(n) = sigma(n) - sigma(A028234(n)), where sigma is the sum of divisors of n, and A028234 gives n without any occurrence of its smallest prime factor.
; Submitted by Jamie Morken(w2)
; 0,2,3,6,5,8,7,14,12,12,11,24,13,16,18,30,17,26,19,36,24,24,23,56,30,28,39,48,29,48,31,62,36,36,40,78,37,40,42,84,41,64,43,72... | 24.166667 | 313 | 0.575862 |
ef6a29cdf3f57dd31b86e1ff292fef6bb36fe6d4 | 12,122 | asm | Assembly | common/packsegs.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | common/packsegs.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | common/packsegs.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE PACKSEGS - Copyright (c) 1994 SLR Systems
INCLUDE MACROS
INCLUDE SEGMENTS
INCLUDE GROUPS
if fg_segm
INCLUDE SEGMSYMS
endif
PUBLIC PACK_SEGMENTS
.DATA
EXTERNDEF SEGMENT_COUNT:DWORD,ZERO_LENGTH_SEGMENTS:DWORD,PACKCODE:DWORD,PACKDATA:DWORD,PACK_DEFAULT_SIZE:DWORD
EXTERNDEF FIRST_SEGMENT_GINDEX... | 16.628258 | 112 | 0.720673 |
1998feb11fc94f0811c8ae10697a51f11bcb5b23 | 289 | asm | Assembly | Verilog/P7/test/test.asm | JJLeo/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 9 | 2021-03-04T07:22:24.000Z | 2021-11-30T02:56:08.000Z | Verilog/P7/test/test.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | null | null | null | Verilog/P7/test/test.asm | johnnyamazing/BUAA-CO-2020 | 1d1a3797f7188530464a1dfbe8a017dd01bb817a | [
"MIT"
] | 3 | 2021-09-28T07:41:35.000Z | 2021-12-14T08:55:28.000Z | .ktext 0x4180
mfc0 $k0, $14
addiu $k0, $k0, 4
mtc0 $k0, $14
lui $k0, 12
lui $k1, 2131
div $k1, $k0
eret
mflo $k0
lui $20, 0x7654
lui $21, 0x8654
lui $22, 0x9654
.text
li $5, 0x0000ff11
mtc0 $5, $12
li $2, 0x7fffffff
li $3, 0x5ff
add $2, $3, $2
lui $16, 0xabcd
lui $17, 0x1234
end:j end | 12.041667 | 17 | 0.633218 |
0856268d156809d6e4b142d6b305ea1997a72191 | 1,021 | asm | Assembly | programs/oeis/135/A135674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/135/A135674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/135/A135674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A135674: Floor(n+n^(2/3)).
; 2,3,5,6,7,9,10,12,13,14,15,17,18,19,21,22,23,24,26,27,28,29,31,32,33,34,36,37,38,39,40,42,43,44,45,46,48,49,50,51,52,54,55,56,57,58,60,61,62,63,64,65,67,68,69,70,71,72,74,75,76,77,78,80,81,82,83,84,85,86,88,89,90,91,92,93,95,96,97,98,99,100,102,103,104,105,106,107,108,110,111,112,113,114,... | 127.625 | 914 | 0.710088 |
a2dc67f245d3bc115a1a4568b2bbde28c0e590fe | 690 | asm | Assembly | oeis/020/A020478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020478: Number of singular 2 X 2 matrices over Z(n) (i.e., with determinant = 0).
; Submitted by Jon Maiga
; 1,10,33,88,145,330,385,736,945,1450,1441,2904,2353,3850,4785,6016,5185,9450,7201,12760,12705,14410,12673,24288,18625,23530,26001,33880,25201,47850,30721,48640,47553,51850,55825,83160,51985,72010,77649,106720,... | 76.666667 | 501 | 0.776812 |
72e623b379c396a24d748ddf57acf4fffe2fe409 | 8,949 | asm | Assembly | coverage/IN_CTS/0532-COVERAGE-basic-tti-impl-h-427-444/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/IN_CTS/0532-COVERAGE-basic-tti-impl-h-427-444/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/IN_CTS/0532-COVERAGE-basic-tti-impl-h-427-444/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 186
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %110
OpExecutionMode %4 Origin... | 35.511905 | 118 | 0.478936 |
016faa1e845d6dc1a9fcdd38b756300f7badf730 | 178 | asm | Assembly | data/wildPokemon/victoryroad3.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/wildPokemon/victoryroad3.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/wildPokemon/victoryroad3.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | PlateauMons3:
db $0F
db 41,GEODUDE
db 44,GOLBAT
db 36,GEODUDE
db 46,GEODUDE
db 49,ONIX
db 41,GRAVELER
db 47,GRAVELER
db 42,MACHOKE
db 45,MACHOKE
db 45,MACHOKE
db $00
| 12.714286 | 15 | 0.719101 |
5af86f1315d2c9e6499dd2ac89b01e35b943bbdc | 8,321 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1358.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1358.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1358.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 %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xb674, %rbx
and $53771, %r13
movups (%rbx), %xmm4
vpextrq $1, %xmm4, %r15
nop
add $38208, %r12
lea addresses_A_ht+0x152d0, %r10
nop
nop
inc %rbx
movb (%r10), %d... | 32.631373 | 2,999 | 0.654248 |
fe19a91d476e3e0a1a8be46c2311be44c6bce460 | 4,473 | asm | Assembly | OvmfPkg/ResetVector/Ia32/PageTables64.asm | KaoTuz/edk2-stable202108 | 49d9306e7bf64b2f07d8473be1f2faea49d0a012 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | OvmfPkg/ResetVector/Ia32/PageTables64.asm | KaoTuz/edk2-stable202108 | 49d9306e7bf64b2f07d8473be1f2faea49d0a012 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | OvmfPkg/ResetVector/Ia32/PageTables64.asm | KaoTuz/edk2-stable202108 | 49d9306e7bf64b2f07d8473be1f2faea49d0a012 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | null | null | null | ;------------------------------------------------------------------------------
; @file
; Sets the CR3 register for 64-bit paging
;
; Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.<BR>
; Copyright (c) 2017 - 2020, Advanced Micro Devices, Inc. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2... | 29.622517 | 82 | 0.572323 |
33bdf128f1290c953c24104c16a07345cb5f86a4 | 1,781 | asm | Assembly | examples/brightness/program.asm | michielvoo/snes | 17addd20de4a78d4287618c212e7dce82351c5fc | [
"MIT"
] | 51 | 2015-04-29T04:44:56.000Z | 2019-12-04T05:59:35.000Z | examples/brightness/program.asm | michielvoo/super | 17addd20de4a78d4287618c212e7dce82351c5fc | [
"MIT"
] | 6 | 2015-07-29T04:35:33.000Z | 2015-07-29T04:36:49.000Z | examples/brightness/program.asm | michielvoo/super | 17addd20de4a78d4287618c212e7dce82351c5fc | [
"MIT"
] | 5 | 2015-08-20T09:03:29.000Z | 2019-02-08T00:10:26.000Z | ; brightness
; Turn the brightness of the display up or down using the D-pad.
.INCLUDE "../lib/header.asm"
.INCLUDE "../lib/registers.asm"
.INCLUDE "../lib/settings.asm"
.INCLUDE "../lib/values.asm"
.INCLUDE "../lib/initialization.asm"
.BANK 0
.ORG 0
.SECTION ""
Main:
Reset
; Set accumulator to 8-bit mode
... | 17.81 | 87 | 0.651319 |
4b78449a40ecedf25ae06af5d2c356ba0a248d4b | 514 | asm | Assembly | programs/oeis/131/A131063.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/131/A131063.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/131/A131063.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A131063: Triangle read by rows: T(n,k) = 5*binomial(n,k) - 4 for 0 <= k <= n.
; 1,1,1,1,6,1,1,11,11,1,1,16,26,16,1,1,21,46,46,21,1,1,26,71,96,71,26,1,1,31,101,171,171,101,31,1,1,36,136,276,346,276,136,36,1,1,41,176,416,626,626,416,176,41,1,1,46,221,596,1046,1256,1046,596,221,46,1,1,51,271,821,1646,2306,2306,1646,821... | 36.714286 | 340 | 0.64786 |
2068474f000fee2714dac9b51ea89c7faed15291 | 6,253 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_2602_788.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_2602_788.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_2602_788.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 %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1b954, %rsi
lea addresses_WT_ht+0x161b4, %rdi
nop
nop
nop
cmp %r13, %r13
mov $50, %rcx
rep movsl
nop
cmp %r15, %r15
lea addresses_normal_ht+0xcca, %rsi
lea addresses_WT_h... | 38.598765 | 2,999 | 0.661123 |
732531074107402920238c72ede2ec172a25a7d2 | 286 | asm | Assembly | wof/lcs/base/1DC.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/1DC.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/base/1DC.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
012A6A move.b #$ff, ($1dc,A5) [base+1D8, base+1DA]
012A70 clr.b ($1f8,A5) [base+1DC]
012ADC move.b #$ff, ($1dc,A5)
012AE2 rts [base+1DC]
01A610 dbra D1, $1a60e
copyright zengfr site:http://github.com/zengfr/romhack
| 28.6 | 54 | 0.681818 |
4ad08d2d2922708259b1cfff113c18fee1b88575 | 504 | asm | Assembly | asm/masm32/t2e/dosstub.asm | dindoliboon/archive | a5b54367dbb57260f9230375ac81e86c5fce0d7d | [
"MIT"
] | 4 | 2020-10-02T15:24:20.000Z | 2021-11-02T04:20:38.000Z | asm/masm32/t2e/dosstub.asm | dindoliboon/archive | a5b54367dbb57260f9230375ac81e86c5fce0d7d | [
"MIT"
] | null | null | null | asm/masm32/t2e/dosstub.asm | dindoliboon/archive | a5b54367dbb57260f9230375ac81e86c5fce0d7d | [
"MIT"
] | 2 | 2019-10-28T01:20:07.000Z | 2020-10-02T15:25:13.000Z | ; #########################################################################
.186
.model tiny
.code
start:
; #########################################################################
push cs ; point data segment to code segment
pop ds ; since data is after code segmen... | 25.2 | 75 | 0.281746 |
d980a35d5330e3da0f08fe7b6fe1636c3ac6f1f8 | 13,059 | asm | Assembly | test/pillman.asm | humbertocsjr/tinyasm | 0162e885a4bb178a6e65fe826dce0763d8eba06c | [
"BSD-2-Clause"
] | 176 | 2019-10-03T17:53:21.000Z | 2022-02-20T04:22:14.000Z | test/pillman.asm | humbertocsjr/tinyasm | 0162e885a4bb178a6e65fe826dce0763d8eba06c | [
"BSD-2-Clause"
] | 5 | 2019-10-04T17:47:56.000Z | 2020-05-29T03:04:16.000Z | test/pillman.asm | humbertocsjr/tinyasm | 0162e885a4bb178a6e65fe826dce0763d8eba06c | [
"BSD-2-Clause"
] | 14 | 2019-10-03T20:58:04.000Z | 2022-02-22T16:27:29.000Z | ;
; Pillman
;
; by Oscar Toledo G.
; http://nanochess.org/
;
; (c) Copyright 2019 Oscar Toledo G.
;
; Creation date: Jun/11/2019.
; Revision date: Jun/12/2019. Draws level.
; Revision date: Jun/13/2019. Pillman can move.
... | 33.657216 | 83 | 0.476683 |
2990985fee30387baf4a78995d2b9a66d4a9c400 | 4,414 | asm | Assembly | release/src/router/libpcap/msdos/ndis_0.asm | ghsecuritylab/tomato_egg | 50473a46347f4631eb4878a0f47955cc64c87293 | [
"FSFAP"
] | 183 | 2015-01-01T09:17:54.000Z | 2021-11-12T11:34:34.000Z | ARODataCollector/external/libpcap-1.1.1/msdos/ndis_0.asm | tweezy23/ARO | 5621a6dd92e5506e5b8b0db326179ec3dd316a17 | [
"Apache-2.0",
"Unlicense"
] | 18 | 2016-08-25T12:32:23.000Z | 2018-02-07T11:06:50.000Z | ARODataCollector/external/libpcap-1.1.1/msdos/ndis_0.asm | tweezy23/ARO | 5621a6dd92e5506e5b8b0db326179ec3dd316a17 | [
"Apache-2.0",
"Unlicense"
] | 55 | 2015-02-08T18:54:30.000Z | 2022-03-11T07:33:43.000Z | PAGE 60,132
NAME NDIS_0
ifdef DOSX
.386
_TEXT SEGMENT PUBLIC DWORD USE16 'CODE'
_TEXT ENDS
_DATA SEGMENT PUBLIC DWORD USE16 'CODE'
_DATA ENDS
_TEXT32 SEGMENT PUBLIC BYTE USE32 'CODE'
_TEXT32 ENDS
CB_DSEG EQU <CS> ; DOSX is tiny-model
D_SEG EQU <_TEXT SE... | 23.354497 | 74 | 0.557318 |
1c5dafea4fe6be1517e68828ce4a526425b7e175 | 234 | asm | Assembly | data/mapHeaders/SSAnne3F.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/SSAnne3F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/SSAnne3F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SSAnne3F_h:
db SHIP ; tileset
db SS_ANNE_3F_HEIGHT, SS_ANNE_3F_WIDTH ; dimensions (y, x)
dw SSAnne3F_Blocks ; blocks
dw SSAnne3F_TextPointers ; texts
dw SSAnne3F_Script ; scripts
db 0 ; connections
dw SSAnne3F_Object ; objects
| 26 | 59 | 0.782051 |
85863ababceb5a20bd0b10a520843fab55f275cb | 4,257 | asm | Assembly | SumoBot_Code_Dev/SumoRing/asm/src/floor_det_service.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | 5 | 2017-04-17T15:11:40.000Z | 2021-12-13T23:52:09.000Z | SumoBot_Code_Dev/SumoRing/asm/src/floor_det_service.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | SumoBot_Code_Dev/SumoRing/asm/src/floor_det_service.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | /*
* Sumo Bot Floor Detector Code
*
* org: 10/17/2014
* auth: Nels "Chip" Pearson
*
* Target: LCD_CDM-116100 Demo Board, 8MHz, Sumo Bot, 3 IR Front Sensors
*
* Resources
* SRAM
*
* IO
*
*/
.equ FLOOR_DELAY_COUNT = 1
.equ FLOOR_LED_IO_RIGHT = PORTD1
.equ FLOOR_LED_IO_CENTER = PORTD2
.equ FLOOR_LED_IO_LEFT... | 20.368421 | 72 | 0.728212 |
b01922d9acfcec1ff9a6368665d5b1a199fe4ee9 | 2,136 | asm | Assembly | programs/oeis/100/A100791.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/100/A100791.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/100/A100791.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A100791: Group the natural numbers so that the n-th group contains n(n+1)/2 = T(n) terms: (1), (2,3,4), (5,6,7,8,9,10), (11,12,13,14,15,16,17,18,19,20),(21,22,23,24,25,26,27,28,29,30,31,32,33,34,35),... The n-th row of the following triangle is formed from the sum of first n terms, next n-1 terms,next n-2 terms ... o... | 71.2 | 1,253 | 0.730337 |
d7a55318a77a9d1ab022f30962e9238030fdcdfe | 389 | asm | Assembly | ITS_Assembler/test1.asm | RobertGageStroud/Portfolio | 7e2f915cd34eb7f818b94398ba261f65c7135db9 | [
"MIT"
] | null | null | null | ITS_Assembler/test1.asm | RobertGageStroud/Portfolio | 7e2f915cd34eb7f818b94398ba261f65c7135db9 | [
"MIT"
] | null | null | null | ITS_Assembler/test1.asm | RobertGageStroud/Portfolio | 7e2f915cd34eb7f818b94398ba261f65c7135db9 | [
"MIT"
] | 1 | 2020-10-27T16:58:32.000Z | 2020-10-27T16:58:32.000Z |
;Test file for assembly
;This is a comment
.orig x3000
ADD R1, R2, R3
add R0, R3, #10
and R1, R1, R2
AND R0, R3, #-10
L0
BR L1
BRN L0
BRZ L1
BRP L0
BRNZ L1
BRNP L0
BRZP L1
BRNZP L0
LD R1, L2
LDR R1, R2, #-5
L1
NOT R3, R4
ST R5, L2
STR R6, R1, #-5
TRAP x20
TRAP x21
TRAP x22
TRAP x23... | 10.236842 | 23 | 0.583548 |
597ca6495c7cf55c975b0d91119dceaa8e206510 | 11,695 | asm | Assembly | examples/float.asm | AbdulrahmanAbumdas/emu8086 | b99ea60f5dbf8647f278eef60ed1bd8a174468e5 | [
"FSFAP"
] | 287 | 2015-10-01T20:34:49.000Z | 2022-03-31T09:19:39.000Z | examples/float.asm | BurunluVoldi/emu8086 | b99ea60f5dbf8647f278eef60ed1bd8a174468e5 | [
"FSFAP"
] | 6 | 2017-06-13T17:22:24.000Z | 2021-01-29T23:40:11.000Z | examples/float.asm | BurunluVoldi/emu8086 | b99ea60f5dbf8647f278eef60ed1bd8a174468e5 | [
"FSFAP"
] | 239 | 2015-09-13T09:40:53.000Z | 2022-03-29T14:15:16.000Z | ; calculate equation with high precision without math coprocessor
; this program calculates linear equation: ax + b = 0
; the result is printed with floating point.
; for example: a = 7, b = 2
; x = -0.28571428....
name "float"
precision = 30 ; max digits after the dot.
dseg segmen... | 25.479303 | 81 | 0.420778 |
915db2c21d3192454510466823c82ca387f26b37 | 203 | asm | Assembly | data/pokemon/dex_entries/dragonair.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/pokemon/dex_entries/dragonair.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/pokemon/dex_entries/dragonair.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | db "DRAGON@" ; species name
dw 1301, 360 ; height, weight
db "It is called the"
next "divine #MON."
next "When its entire"
page "body brightens"
next "slightly, the"
next "weather changes.@"
| 18.454545 | 30 | 0.665025 |
164e0023a5775d348f26dab4ca42f7a1f89a9875 | 1,678 | asm | Assembly | programs/CCREQ.asm | cid0rz/CTCS-Cidorz-Train-Concurrent-System | 20a8400d8db460bd854218873992596fa955bc04 | [
"MIT"
] | null | null | null | programs/CCREQ.asm | cid0rz/CTCS-Cidorz-Train-Concurrent-System | 20a8400d8db460bd854218873992596fa955bc04 | [
"MIT"
] | null | null | null | programs/CCREQ.asm | cid0rz/CTCS-Cidorz-Train-Concurrent-System | 20a8400d8db460bd854218873992596fa955bc04 | [
"MIT"
] | null | null | null | ##CCREQ
hlt
:start
clr
:check_inventory
fig r6 [item=wood]
bge r6 1000 :make_req
slp 3600
jmp :check_inventory
:make_req
:load_dict
btr [virtual-signal=signal-grey] ;wait for polling signal
slp 4
xmov mem1 red
nop
xmov mem2 red
:select_channel
blt cnm2 3 :start ; to prevent infinite looping
rnd r7 1 cnm2
floor r7
mov ... | 21.792208 | 80 | 0.743147 |
7197255d01cc36e58db53b99c98210e7689d3ff4 | 5,976 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1558.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1558.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1558.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 %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x2fcd, %rbp
nop
nop
nop
nop
cmp $28692, %rsi
mov $0x6162636465666768, %r12
movq %r12, %xmm1
vmovups %ymm1, (%rbp)
nop
nop
nop
nop
sub %rax, %rax
lea addresses_WC_ht+0xf8d, %rsi
lea addr... | 38.554839 | 2,999 | 0.658969 |
e2c62c8026dadd7e99d22fa86542ec7fe7676a87 | 622 | asm | Assembly | oeis/141/A141495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/141/A141495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/141/A141495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A141495: a(n) = 3*a(n-1) for n>2; a(0)=1, a(1)=3, a(2)=7.
; 1,3,7,21,63,189,567,1701,5103,15309,45927,137781,413343,1240029,3720087,11160261,33480783,100442349,301327047,903981141,2711943423,8135830269,24407490807,73222472421,219667417263,659002251789,1977006755367,5931020266101,17793060798303,53379182394909,16013754... | 56.545455 | 493 | 0.824759 |
758d66a6fe4a6a3294337f8b4c3072b2ed9d0977 | 568 | asm | Assembly | ubb/asc/template.asm | AlexanderChristian/private_courses | c80f3526af539e35f93b460f3909f669aaef573c | [
"MIT"
] | null | null | null | ubb/asc/template.asm | AlexanderChristian/private_courses | c80f3526af539e35f93b460f3909f669aaef573c | [
"MIT"
] | 6 | 2020-03-04T20:52:39.000Z | 2022-03-31T00:33:07.000Z | ubb/asc/template.asm | AlexanderChristian/private_courses | c80f3526af539e35f93b460f3909f669aaef573c | [
"MIT"
] | null | null | null | ASSUME cs: code, ds:data
;spunem asamblorului care sunt segmentele folosite de noi
data SEGMENT
a dw 1
b dw 10
c dw ?
;data - segmentul de date in care vom defini variabilele
data ENDS
code SEGMENT
;code - numele segmentului de cod
start:
mov ax,data ;adresa segmentului de date se copiaza in ax
m... | 22.72 | 63 | 0.683099 |
ce5c96231fd4aebf089a11cb69aa9f3fff083705 | 1,247 | asm | Assembly | _incObj/sub FindFreeObj.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _incObj/sub FindFreeObj.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _incObj/sub FindFreeObj.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Subroutine to find a free object space
; output:
; a1 = free position in object RAM
; ---------------------------------------------------------------------------
; ||||||||||||||| S U B R O U T I N E ||||||||||||||||||||||||||||||||||||||... | 23.092593 | 77 | 0.44587 |
942d217f7224d47e47de6be67c567f7c0b131424 | 3,538 | asm | Assembly | 3rdparty/dyncall/dyncallback/dyncall_callback_x86_masm.asm | KrisShannon/nqp | 2e578b5d4a122e0c75db9d74e8669132be4990d1 | [
"Artistic-2.0"
] | 1 | 2021-04-03T14:58:45.000Z | 2021-04-03T14:58:45.000Z | 3rdparty/dyncall/dyncallback/dyncall_callback_x86_masm.asm | KrisShannon/nqp | 2e578b5d4a122e0c75db9d74e8669132be4990d1 | [
"Artistic-2.0"
] | null | null | null | 3rdparty/dyncall/dyncallback/dyncall_callback_x86_masm.asm | KrisShannon/nqp | 2e578b5d4a122e0c75db9d74e8669132be4990d1 | [
"Artistic-2.0"
] | null | null | null | ;//////////////////////////////////////////////////////////////////////////////
;
; Copyright (c) 2007-2009 Daniel Adler <dadler@uni-goettingen.de>,
; Tassilo Philipp <tphilipp@potion-studios.com>
;
; Permission to use, copy, modify, and distribute this software for any
; purpose with or withou... | 26.80303 | 84 | 0.547484 |
a58b5abdbc422fa208c41e886d36e6eff9eb4856 | 393 | asm | Assembly | oeis/037/A037653.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037653.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037653.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037653: Base 4 digits are, in order, the first n terms of the periodic sequence with initial period 3,0,2.
; Submitted by Jamie Morken(s1)
; 3,12,50,203,812,3250,13003,52012,208050,832203,3328812,13315250,53261003,213044012,852176050,3408704203,13634816812,54539267250,218157069003,872628276012,3490513104050,13962052... | 39.3 | 199 | 0.788804 |
e2f4bdc7394377ea3ceff6607a764717c982dfca | 243 | asm | Assembly | tests/z80n/op_cspect_emulator.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/z80n/op_cspect_emulator.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/z80n/op_cspect_emulator.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | OUTPUT "op_cspect_emulator.bin"
;;; CSpect emulator extensions, instructions EXIT and BREAK
;;; available only with option `--zxnext=cspect`
exit ; #DD00
break ; #DD01
| 30.375 | 63 | 0.522634 |
cca3349f0e0ac9f0b72eb686418b5a1b1ed93d07 | 175 | asm | Assembly | data/pokemon/dex_entries/castform.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/castform.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/castform.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "WEATHER@" ; species name
db "This #MON can"
next "change its cells,"
next "taking different"
page "forms based on"
next "the temperature"
next "and humidity.@"
| 17.5 | 29 | 0.674286 |
484a09d07d5cf86e7be41c07335d323ff42540ef | 1,184 | asm | Assembly | 3rdparty/dyncall/dyncallback/dyncall_callback_arch_x86_masm.asm | KrisShannon/nqp | 2e578b5d4a122e0c75db9d74e8669132be4990d1 | [
"Artistic-2.0"
] | 1 | 2021-04-03T14:58:45.000Z | 2021-04-03T14:58:45.000Z | 3rdparty/dyncall/dyncallback/dyncall_callback_arch_x86_masm.asm | KrisShannon/nqp | 2e578b5d4a122e0c75db9d74e8669132be4990d1 | [
"Artistic-2.0"
] | null | null | null | 3rdparty/dyncall/dyncallback/dyncall_callback_arch_x86_masm.asm | KrisShannon/nqp | 2e578b5d4a122e0c75db9d74e8669132be4990d1 | [
"Artistic-2.0"
] | null | null | null | .386
.MODEL FLAT
.CODE
DCThunk_size = 16
DCArgs_size = 20
DCValue_size = 8
CTX_thunk = 0
CTX_phandler = 16
CTX_pargsvt = 20
CTX_stack_cleanup = 24
CTX_userdata = 28
frame_arg0 = 8
frame_ret = 4
frame_parent = 0
frame_CTX = -4
frame_DCArgs = -24
frame_DCValue = -32
_dcCallbackThunkEntry PROC
OPTION PROLOGUE:NONE, EPILO... | 16 | 42 | 0.741554 |
c1245b692d9fdfe17e4f091c46f945a775562bed | 440 | asm | Assembly | programs/oeis/315/A315309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/315/A315309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/315/A315309.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A315309: Coordination sequence Gal.4.133.4 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.
; 1,6,10,16,20,26,30,36,42,46,52,56,62,66,72,78,82,88,92,98,102,108,114,118,124,128,134,138,144,150,154,160,164,170,174,180,186,190,196,200,20... | 62.857143 | 179 | 0.734091 |
4b0a5067cf5f2de52185df328521f00e67c36c74 | 1,943 | asm | Assembly | c_projects/project1/ch1-ch3/boot_sector_10.asm | darbinreyes/subparprogrammer | e3588adc494a69a564fe0a9859ff296fc710eab0 | [
"MIT"
] | null | null | null | c_projects/project1/ch1-ch3/boot_sector_10.asm | darbinreyes/subparprogrammer | e3588adc494a69a564fe0a9859ff296fc710eab0 | [
"MIT"
] | 1 | 2021-05-11T22:20:01.000Z | 2021-05-11T22:20:01.000Z | c_projects/project1/ch1-ch3/boot_sector_10.asm | darbinreyes/subparprogrammer | e3588adc494a69a564fe0a9859ff296fc710eab0 | [
"MIT"
] | null | null | null | ; Section 3.6.4 Putting it all Together.
; Read some sectors from the boot disk using our disk_read function.
[org 0x7c00] ; For convenience, tell the assembler where BIOS will load us into
; memory, otherwise we have to explicitly use 0x7c00 as a base address for every
; memory access we make.
mov [BOOT_DRIVE], dl ; ... | 36.660377 | 80 | 0.728255 |
0c9ef7c42706949b2e60984a13f7de8bc2ad570e | 1,052 | asm | Assembly | kernel_old/arch/i386/asm/boot.asm | TheKernelCorp/NuummiteOS | a3e9498e6758c929c57f906d1de0bb23029454d8 | [
"MIT"
] | 72 | 2016-12-28T17:09:27.000Z | 2021-09-24T07:20:00.000Z | kernel_old/arch/i386/asm/boot.asm | TheKernelCorp/NuummiteOS | a3e9498e6758c929c57f906d1de0bb23029454d8 | [
"MIT"
] | 30 | 2017-01-01T14:37:09.000Z | 2018-11-03T10:07:07.000Z | kernel_old/arch/i386/asm/boot.asm | TheKernelCorp/NuummiteOS | a3e9498e6758c929c57f906d1de0bb23029454d8 | [
"MIT"
] | 10 | 2017-01-05T09:04:18.000Z | 2021-06-25T16:54:47.000Z | ; Multiboot constants
MBALIGN equ 1<<0
MEMINFO equ 1<<1
VIDINFO equ 1<<2
FLAGS equ MBALIGN | MEMINFO | VIDINFO
MAGIC equ 0x1BADB002
CHECKSUM equ -(MAGIC + FLAGS)
; Multiboot header
section .multiboot
align 4
dd MAGIC
dd FLAGS
dd CHECKSUM
dd 0x00000000
dd 0x00000000
dd 0x00000000... | 12.987654 | 41 | 0.665399 |
c634c1355a502184537b78927af9b1db9fae8442 | 415 | asm | Assembly | programs/oeis/097/A097165.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/097/A097165.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/097/A097165.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A097165: Expansion of (1-3x)/((1-x)(1-4x)(1-5x)).
; 1,7,41,227,1221,6447,33601,173467,889181,4533287,23015961,116477907,587981941,2962279327,14900875121,74862289547,375743103501,1884442140567,9445117195081,47317211944387,236952563597861
add $0,1
mov $1,1
lpb $0,1
sub $0,1
add $1,1
mul $1,5
sub $1,3
mov $2,... | 18.863636 | 186 | 0.677108 |
1f550df2f3dd3767dac71808e88cd5be03cf2ac9 | 5,705 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1017.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1017.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1017.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 %r8
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1278e, %r10
nop
nop
inc %r12
mov $0x6162636465666768, %r8
movq %r8, (%r10)
nop
nop
nop
nop
nop
add %r12, %r12
lea addresses_D_ht+0x1b12e, %rsi
lea addresses_normal_ht+0x9f8e, %rdi
nop
... | 37.045455 | 2,999 | 0.657143 |
39fbe2c4f58ff9b71c1b2487e46efd5f0f1d25a7 | 4,166 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_5363_1119.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_5363_1119.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_5363_1119.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 %r13
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
// Store
lea addresses_WC+0x601b, %rcx
nop
nop
nop
nop
nop
cmp $3029, %rdx
movb $0x51, (%rcx)
nop
nop
inc %rcx
// Store
lea addresses_D+0x17cf, %rcx
sub %r13... | 61.264706 | 2,999 | 0.658425 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.