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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4581f3c040c371967ba3c5a429b38fba940e3dff | 350 | asm | Assembly | programs/oeis/209/A209900.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/209/A209900.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/209/A209900.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A209900: Floor of the expected number of occupied cells in a random placement of 2n balls into n cells.
; 1,1,2,3,4,5,6,7,7,8,9,10,11,12,13,13,14,15,16,17,18,19,20,20,21,22,23,24,25,26,26,27,28,29,30,31,32,32,33,34,35,36,37,38,39,39,40,41,42,43,44,45,45,46,47,48,49,50,51,52,52,53,54,55,56,57,58,58
mul $0,32
sub $0,1... | 38.888889 | 194 | 0.671429 |
fdf6073f4b0c5e8a7bce73930e4a5ce4ad58914e | 1,300 | asm | Assembly | base/crts/fpw32/tran/i386/87sqrt.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/crts/fpw32/tran/i386/87sqrt.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/crts/fpw32/tran/i386/87sqrt.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page ,132
title 87sqrt - square root - SQRT
;***
;87sqrt.asm - common square root support (80x87/emulator version)
;
; Copyright (c) 1984-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
; Common support for the sqrt function (80x87/emulator version)
;
;Revision History:
; 07-04-84 GFW init... | 21.311475 | 81 | 0.585385 |
e7ceb4d769693c3d942b707792bd6d763f987611 | 238 | asm | Assembly | libsrc/_DEVELOPMENT/z180/c/sdcc/z180_otimr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/z180/c/sdcc/z180_otimr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/z180/c/sdcc/z180_otimr_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *z180_otimr_callee(void *src, uint8_t port, uint8_t num)
SECTION code_clib
SECTION code_z180
PUBLIC _z180_otimr_callee
EXTERN asm_z180_otimr
_z180_otimr_callee:
pop af
pop hl
pop bc
push af
jp asm_z180_otimr
| 13.222222 | 63 | 0.756303 |
ad57117eccb00aec2dcec29120cc4904cd4f8a02 | 13,336 | asm | Assembly | src/code/gameplay.asm | Hacktix/gb-tictactoe | d20409c58e4fa4a25ce5f07dbfd51de64d864c3c | [
"MIT"
] | 8 | 2020-09-06T15:50:46.000Z | 2021-09-24T21:54:27.000Z | src/code/gameplay.asm | Hacktix/gb-tictactoe | d20409c58e4fa4a25ce5f07dbfd51de64d864c3c | [
"MIT"
] | null | null | null | src/code/gameplay.asm | Hacktix/gb-tictactoe | d20409c58e4fa4a25ce5f07dbfd51de64d864c3c | [
"MIT"
] | 1 | 2021-07-23T14:51:01.000Z | 2021-07-23T14:51:01.000Z | SECTION "Main Gameplay Code", ROM0
;==============================================================
; Initializes everything required for running the playing
; field section of the game.
;==============================================================
InitPlayingField::
; Load sprite tile data
ld hl, $8000
ld... | 19.964072 | 119 | 0.537343 |
bacb30a1de77de0052f2ebb0c50144175e70e9fa | 319 | asm | Assembly | oeis/337/A337025.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/337/A337025.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/337/A337025.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A337025: Number of n-state 2-symbol halt-free Turing machines.
; 1,16,4096,2985984,4294967296,10240000000000,36520347436056576,182059119829942534144,1208925819614629174706176,10314424798490535546171949056,109951162777600000000000000000000,1432052311740255546466984939315265536
mov $1,$0
pow $0,2
mul $0,16
pow $0,$1
| 39.875 | 213 | 0.84953 |
811a913f53fe8124ae1bf76ee482b2642da933d0 | 692 | asm | Assembly | oeis/002/A002056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/002/A002056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/002/A002056.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A002056: Number of diagonal dissections of a convex n-gon into n-5 regions.
; Submitted by Jamie Morken(l1)
; 1,14,120,825,5005,28028,148512,755820,3730650,17978180,84987760,395482815,1816357725,8250123000,37119350400,165645101160,733919156190,3231337461300,14147884842000,61636377252450,267325773340626,11547618820428... | 46.133333 | 484 | 0.84104 |
ad477e6fa9c9a4ac9d45479e3088db6a1497783f | 1,723 | asm | Assembly | programs/oeis/052/A052944.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/052/A052944.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/052/A052944.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A052944: a(n) = 2^n + n - 1.
; 0,2,5,10,19,36,69,134,263,520,1033,2058,4107,8204,16397,32782,65551,131088,262161,524306,1048595,2097172,4194325,8388630,16777239,33554456,67108889,134217754,268435483,536870940,1073741853,2147483678,4294967327,8589934624,17179869217,34359738402,68719476771,137438953508,274877906981,549... | 191.444444 | 1,642 | 0.916425 |
40ebb48cfc9fed9c27b0ec87389d1ceae7278137 | 24,733 | asm | Assembly | Universe/StarDust/StarRoutines.asm | TinfoilAsteroid/EliteNext | 417511cefd3d5c7dd7a46b0354eec801ea2c9ca2 | [
"Unlicense"
] | 9 | 2021-09-29T22:08:15.000Z | 2022-03-23T05:35:43.000Z | Universe/StarDust/StarRoutines.asm | TinfoilAsteroid/EliteNext | 417511cefd3d5c7dd7a46b0354eec801ea2c9ca2 | [
"Unlicense"
] | 1 | 2022-01-21T12:35:42.000Z | 2022-01-21T17:47:24.000Z | Universe/StarDust/StarRoutines.asm | TinfoilAsteroid/EliteNext | 417511cefd3d5c7dd7a46b0354eec801ea2c9ca2 | [
"Unlicense"
] | 1 | 2022-01-15T10:13:49.000Z | 2022-01-15T10:13:49.000Z | ;note: DIV16Amul256dCUNDOC as per
; BC = A0
; DE = 0C
; so BC = a * 256 / C
; We can cheat here, Speed is always 0 or positive
; z postion will always be positive if we can see it
InitStarAtHL: ex de,... | 56.727064 | 159 | 0.275988 |
99f0f106b96936973a55bd1f37a31800656c588a | 702 | asm | Assembly | oeis/047/A047902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/047/A047902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/047/A047902.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A047902: a(1) = 11; for n > 0, a(n+1) = a(n) * sum of digits of a(n).
; Submitted by Jon Maiga
; 11,22,88,1408,18304,292864,9078784,390387712,15615508480,671466864640,38945078149120,2375649767096320,180549382299320320,12638456760952422400,960522713832384102400,67236589968266887168000,8135627386160293347328000,7891558... | 43.875 | 459 | 0.809117 |
be61f3fe4e92b2f1a0e4fd991ca5d38bf479c36e | 3,674 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1431.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1431.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1431.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 %r8
push %rax
push %rbp
push %rcx
push %rdi
// Faulty Load
lea addresses_WT+0x1003d, %r8
nop
nop
nop
nop
sub %rax, %rax
mov (%r8), %bp
lea oracles, %r8
and $0xff, %rbp
shlq $12, %rbp
mov (%r8,%rbp,1), %rbp
pop %rdi
pop %rcx... | 87.47619 | 2,999 | 0.663038 |
fb119725c45fb65f9dccf85267d30257d2b226fe | 161 | asm | Assembly | Lab2/Lab2 Solution/supporting_files/Solution Programs/even-odd.asm | Smile040501/Processor_Simulator_for_ToyRISC_ISA | 2f05143a6acc00d54acba5cf9d24119fde284766 | [
"MIT"
] | 1 | 2021-05-16T14:13:12.000Z | 2021-05-16T14:13:12.000Z | Lab2/Lab2 Solution/supporting_files/Solution Programs/even-odd.asm | Smile040501/Processor_Simulator_for_ToyRISC_ISA | 2f05143a6acc00d54acba5cf9d24119fde284766 | [
"MIT"
] | null | null | null | Lab2/Lab2 Solution/supporting_files/Solution Programs/even-odd.asm | Smile040501/Processor_Simulator_for_ToyRISC_ISA | 2f05143a6acc00d54acba5cf9d24119fde284766 | [
"MIT"
] | 1 | 2022-03-19T14:56:20.000Z | 2022-03-19T14:56:20.000Z | .data
a:
10
.text
main:
load %x0, $a, %x3
addi %x0, 2, %x4
div %x3, %x4, %x5
bne %x0, %x31, odd
even:
subi %x0, 1, %x10
end
odd:
addi %x0, 1, %x10
end | 10.733333 | 19 | 0.534161 |
77ce47f6891c5a7d6463c95527798cb76462baa7 | 890 | asm | Assembly | Levels/Pachinko/Debug/Main.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | af951b39f0ca103a905d7492448ac5245a2e8104 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Levels/Pachinko/Debug/Main.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | af951b39f0ca103a905d7492448ac5245a2e8104 | [
"Apache-2.0"
] | null | null | null | Levels/Pachinko/Debug/Main.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | af951b39f0ca103a905d7492448ac5245a2e8104 | [
"Apache-2.0"
] | null | null | null | ; Object Mappings Subtype Frame Arttile
dbglistobj Obj_Ring, Map_Ring, 0, 0, make_art_tile(ArtTile_Ring,1,1)
dbglistobj Obj_Bumper, Map_PachinkoBumper, 0, 0, make_art_tile($2CD,3,0)
dbglistobj Obj_PachinkoTriangleBumper, Map_PachinkoTriangleBumper, 0, 1, make_art_tile($2EB,3,1... | 80.909091 | 106 | 0.738202 |
1bd642defc1b3b28e5f9f51ce69173427b834e6d | 1,015 | asm | Assembly | Module 1/4. ArithmeticOperations/AddSubIncDec.asm | hoangcuongflp/SLAE | 8687f207748b2d46660a6a03d0a0d0855d7d3b24 | [
"MIT"
] | 47 | 2017-05-04T09:15:53.000Z | 2022-02-21T22:19:51.000Z | Module 1/4. ArithmeticOperations/AddSubIncDec.asm | TaharAmine/SLAE | 8687f207748b2d46660a6a03d0a0d0855d7d3b24 | [
"MIT"
] | null | null | null | Module 1/4. ArithmeticOperations/AddSubIncDec.asm | TaharAmine/SLAE | 8687f207748b2d46660a6a03d0a0d0855d7d3b24 | [
"MIT"
] | 18 | 2017-05-10T04:32:06.000Z | 2021-07-27T17:52:09.000Z | ; AddSubIncDec.asm
; By Abatchy
;
; nasm -felf32 AddSubIncDec.asm && ld -o AddSubIncDec AddSubIncDec.o
global _start
section .text
_start:
; ADD instruction example
; ADD reg/mem, reg/mem/imm
mov eax, 0x0 ; EAX = 0
add al, 0x1 ; EAX = 0x1
add ax, 0x2000 ; EA... | 22.555556 | 70 | 0.500493 |
4e785319a9f33441d2fa40ea5055c69d17ee3f86 | 357 | asm | Assembly | programs/oeis/079/A079908.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/079/A079908.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/079/A079908.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A079908: Solution to the Dancing School Problem with 3 girls and n+3 boys: f(3,n).
; 1,4,14,36,76,140,234,364,536,756,1030,1364,1764,2236,2786,3420,4144,4964,5886,6916,8060,9324,10714,12236,13896,15700,17654,19764,22036,24476,27090,29884,32864,36036,39406,42980,46764,50764,54986,59436
mov $3,$0
pow $0,3
pow $1,$0
ad... | 32.454545 | 202 | 0.722689 |
be9ccb040d34d9eb505cc32d882711ece2306626 | 895 | asm | Assembly | programs/oeis/258/A258085.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/258/A258085.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/258/A258085.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A258085: Strictly increasing list of F and F - 1, where F = A000045, the Fibonacci numbers.
; 0,1,2,3,4,5,7,8,12,13,20,21,33,34,54,55,88,89,143,144,232,233,376,377,609,610,986,987,1596,1597,2583,2584,4180,4181,6764,6765,10945,10946,17710,17711,28656,28657,46367,46368,75024,75025,121392,121393,196417,196418,317810,317... | 149.166667 | 691 | 0.822346 |
a12463f73358c6f3cf572e6bd19a19c77d91f839 | 470 | asm | Assembly | programs/oeis/291/A291015.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/291/A291015.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/291/A291015.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A291015: p-INVERT of (1,1,1,1,1,...), where p(S) = (1 - S^3)^2.
; 2,7,23,75,244,793,2576,8366,27167,88215,286439,930072,3019941,9805712,31838986,103380599,335674791,1089929347,3538978588,11490991649,37311016064,121148109014,393365440335,1277249563655,4147203285279,13465884484800,43723452275981,141969157756384,4609709... | 67.142857 | 296 | 0.72766 |
cad542b22cf2f60ee228ad1c7b6f953d08cd967a | 226 | asm | Assembly | lib/rle-global.asm | ggramlich/kickass-run-length-encoding | 7bf8f817d22a34a0f24015efd27de5f618a95e0c | [
"MIT"
] | null | null | null | lib/rle-global.asm | ggramlich/kickass-run-length-encoding | 7bf8f817d22a34a0f24015efd27de5f618a95e0c | [
"MIT"
] | null | null | null | lib/rle-global.asm | ggramlich/kickass-run-length-encoding | 7bf8f817d22a34a0f24015efd27de5f618a95e0c | [
"MIT"
] | null | null | null | #importonce
#import "./rle.asm"
#import "./rleCharPad.asm"
.filenamespace rle
.macro @rle_import(file) {rleImportFile(file)}
.macro @rle_decode_charpad(charmap, colormap) {LIBSCREEN_SETBACKGROUND_RLE_AA(charmap, colormap)}
| 22.6 | 97 | 0.778761 |
ca5d584b209bc9d6f33d88e3d365e34f57c8c667 | 781 | asm | Assembly | programs/oeis/199/A199685.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/199/A199685.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/199/A199685.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A199685: a(n) = 5*10^n+1.
; 6,51,501,5001,50001,500001,5000001,50000001,500000001,5000000001,50000000001,500000000001,5000000000001,50000000000001,500000000000001,5000000000000001,50000000000000001,500000000000000001,5000000000000000001,50000000000000000001,500000000000000000001,5000000000000000000001,500000000000000... | 86.777778 | 703 | 0.903969 |
aebfa380a150f0ab92867ac8b741230b42585b7f | 1,992 | asm | Assembly | EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/Power10U64.asm | James992927108/uEFI_Edk2_Practice | 2cac7618dfee10bfa5104a2e167c85425fde0100 | [
"BSD-2-Clause"
] | 8 | 2019-06-03T10:47:48.000Z | 2021-08-21T19:11:38.000Z | EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/Power10U64.asm | James992927108/uEFI_Edk2_Practice | 2cac7618dfee10bfa5104a2e167c85425fde0100 | [
"BSD-2-Clause"
] | null | null | null | EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/Power10U64.asm | James992927108/uEFI_Edk2_Practice | 2cac7618dfee10bfa5104a2e167c85425fde0100 | [
"BSD-2-Clause"
] | 1 | 2021-04-21T06:20:00.000Z | 2021-04-21T06:20:00.000Z | ;/*++
;
;Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
;This program and the accompanying materials
;are licensed and made available under the terms and conditions of the BSD License
;which accompanies this distribution. The full text of the license may be found at ... | 23.714286 | 91 | 0.539659 |
6e8bda2269977a6c4db754820e8283746df12ce6 | 648 | asm | Assembly | oeis/153/A153758.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/153/A153758.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/153/A153758.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A153758: a(n) = Sum_{k=1..n} A153757(k).
; Submitted by Jon Maiga
; 1,3,7,17,57,337,3737,72657,2369257,127188257,11156500857,1592432891857,369041278550057,138668563737942657,84415532990575319257,83213455958038482903857,132788829902694935512664457,342962001904259249964245209057
mov $4,$0
add $4,1
mov $6,$0
lpb $4
m... | 18 | 211 | 0.591049 |
93099b16384bab161df067a6c8d06d54e0d8070f | 679 | asm | Assembly | Final Assignment CSE331/Solution/ANSWER 4.asm | MehreenAfree/CSE331L-Section-1-Fall20-NSU | 8a036af0014836b61c8e270e1a41468bef0d298d | [
"MIT"
] | null | null | null | Final Assignment CSE331/Solution/ANSWER 4.asm | MehreenAfree/CSE331L-Section-1-Fall20-NSU | 8a036af0014836b61c8e270e1a41468bef0d298d | [
"MIT"
] | null | null | null | Final Assignment CSE331/Solution/ANSWER 4.asm | MehreenAfree/CSE331L-Section-1-Fall20-NSU | 8a036af0014836b61c8e270e1a41468bef0d298d | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
MSG1 DB 'AL value: $'
MSG2 DB 0DH,0AH,' AL value NEW: $'
MAIN PROC
MOV AX, @DATA
MOV DS, AX
LEA DX, MSG1
MOV AH, 9
INT 21H
MOV AL, 34H
MOV BL, AL
MOV AH, 2 ... | 16.166667 | 38 | 0.344624 |
80a17e28f240fad3d90ce3cd5568a6f90f7cba1a | 7,242 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_369.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_369.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_369.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x14334, %rsi
lea addresses_WT_ht+0xc504, %rdi
nop
and %rdx, %rdx
mov $127, %rcx
rep movsb
nop
nop
nop
sub $2497, %rax
lea addresses_normal_ht+0x12804, %r13
nop
nop
nop
add $3... | 36.21 | 2,999 | 0.657829 |
e12c22747c53407d405494b81218037a1455c6af | 36 | asm | Assembly | test/asm/reference-undefined-sym.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 2 | 2016-08-12T19:03:03.000Z | 2016-11-02T14:49:28.000Z | test/asm/reference-undefined-sym.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | null | null | null | test/asm/reference-undefined-sym.asm | orbea/rgbds | 91889fc14abbf705271bb484e89e349e08f76477 | [
"MIT"
] | 1 | 2021-04-05T03:56:30.000Z | 2021-04-05T03:56:30.000Z | SECTION "sec", ROM0[0]
db X
X = 2
| 7.2 | 22 | 0.555556 |
8dcfb2746e67538dbaca9cd5a89b92238f654f88 | 597 | asm | Assembly | programs/oeis/301/A301696.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/301/A301696.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/301/A301696.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A301696: Partial sums of A219529.
; 1,6,17,33,54,81,113,150,193,241,294,353,417,486,561,641,726,817,913,1014,1121,1233,1350,1473,1601,1734,1873,2017,2166,2321,2481,2646,2817,2993,3174,3361,3553,3750,3953,4161,4374,4593,4817,5046,5281,5521,5766,6017,6273,6534,6801,7073,7350,7633,7921,8214,8513,8817,9126,9441,9761,1008... | 66.333333 | 513 | 0.778894 |
dd8ba3d46ef6137f832e90da5b2d5b0895584358 | 6,215 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1904.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_1904.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_1904.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 %r15
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xba42, %r8
add $64573, %rdx
vmovups (%r8), %ymm3
vextracti128 $1, %ymm3, %xmm3
vpextrq $1, %xmm3, %r15
nop
nop
nop
nop
add $38110, %r10
lea addresses_normal_ht+0x1cdaa, %rsi
le... | 38.602484 | 2,999 | 0.656154 |
8118386c902ab6226959765602fefb496e845999 | 586 | asm | Assembly | oeis/163/A163277.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/163/A163277.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/163/A163277.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A163277: a(n) = n^7*(n+1)^2/2.
; 0,2,576,17496,204800,1406250,6858432,26353376,84934656,239148450,605000000,1403076312,3027787776,6149354666,11859019200,21870000000,38788923392,66474865026,110505715776,178774347800,282240000000,435863426922,659757661376,980589728736,1433272320000,2062988281250,2927594809152,410045845... | 53.272727 | 486 | 0.843003 |
2eebc99f2d27651471925380877920813d9f127a | 4,240 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1616.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1616.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1616.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r8
lea addresses_WT_ht+0x14f6b, %r8
clflush (%r8)
nop
nop
nop
nop
nop
add %r15, %r15
mov (%r8), %r14
nop
nop
nop
nop
add $17133, %r13
pop %r8
pop %r15
pop %r14
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push... | 56.533333 | 2,999 | 0.658962 |
f53ed4731b50f4fd2a454a7d66cdbc1eefc65470 | 307 | asm | Assembly | programs/oeis/109/A109718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/109/A109718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/109/A109718.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A109718: Periodic sequence with period {0,1,0,3}, or n^3 mod 4.
; 0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0,1,0,3,0
pow $0,3
mov $1,$0
mod $1,4
| 43.857143 | 211 | 0.537459 |
6bdac09a33b6dedb19713a66c40a525d4ddeb150 | 193 | asm | Assembly | libsrc/_DEVELOPMENT/adt/ba_stack/c/sdcc_iy/ba_stack_pop_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/ba_stack/c/sdcc_iy/ba_stack_pop_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/ba_stack/c/sdcc_iy/ba_stack_pop_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int ba_stack_pop_fastcall(ba_stack_t *s)
SECTION code_clib
SECTION code_adt_ba_stack
PUBLIC _ba_stack_pop_fastcall
EXTERN asm_ba_stack_pop
defc _ba_stack_pop_fastcall = asm_ba_stack_pop
| 16.083333 | 46 | 0.865285 |
61667d781982074e67600323efd91d3fe5c2d1bb | 8,842 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_861.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_861.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_861.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 %r8
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x14b8b, %rsi
lea addresses_WC_ht+0x1753, %rdi
nop
nop
nop
cmp $45100, %r11
mov $31, %rcx
rep movsb
nop
nop
cmp %r8, %r8
lea addresses_UC_ht+0x165eb, %r8
clflush (%r8)
nop
... | 31.920578 | 2,999 | 0.659579 |
11fd181dabc290c028ab3981b4e78c06dbef6371 | 95 | asm | Assembly | bootloader/functions/print_nl.asm | 0xSkiddie/moneOS | ed6ab79230bcbe4cbe0400d907df69c85b959433 | [
"MIT"
] | null | null | null | bootloader/functions/print_nl.asm | 0xSkiddie/moneOS | ed6ab79230bcbe4cbe0400d907df69c85b959433 | [
"MIT"
] | null | null | null | bootloader/functions/print_nl.asm | 0xSkiddie/moneOS | ed6ab79230bcbe4cbe0400d907df69c85b959433 | [
"MIT"
] | null | null | null | print_nl:
pusha
mov si, nl_bytes
call print
popa
ret
;
;Data
;
nl_bytes:
db 0xD, 0xA, 0
| 7.307692 | 17 | 0.663158 |
6dd6e8f1852fbcf06a185d9eccfd6941deea5f94 | 8,336 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_318.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_318.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_318.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x477, %rdi
nop
nop
xor $51608, %rdx
mov (%rdi), %rax
nop
nop
nop
nop
nop
add $38397, %rbp
lea addresses_WT_ht+0x4131, %rbx
and $1984, %rax
movw $0x6162, (%rbx)
and ... | 34.878661 | 2,999 | 0.650312 |
a15fc1590c1eb752c763105559ebfbf45e393694 | 448 | asm | Assembly | oeis/166/A166549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/166/A166549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/166/A166549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A166549: The number of halving steps of the Collatz 3x+1 map to reach 1 starting from 2n-1.
; Submitted by Jamie Morken
; 0,5,4,11,13,10,7,12,9,14,6,11,16,70,13,67,18,10,15,23,69,20,12,66,17,17,9,71,22,22,14,68,19,19,11,65,73,11,16,24,16,70,8,21,21,59,13,67,75,18,18,56,26,64,72,45,10,23,15,23,61,31,69,31,77,20,20,28,... | 64 | 218 | 0.689732 |
407ff1b7f7a18851e0ec216929190e0d341e72c7 | 807 | asm | Assembly | oeis/141/A141943.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/141/A141943.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/141/A141943.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A141943: Primes congruent to 21 mod 25.
; Submitted by Jon Maiga
; 71,271,421,521,571,821,971,1021,1171,1321,1471,1571,1621,1721,1871,2221,2371,2521,2621,2671,2971,3121,3221,3271,3371,3571,3671,3821,4021,4271,4421,4621,4721,4871,5021,5171,5471,5521,5821,6121,6221,6271,6421,6521,6571,6871,6971,7121,7321,7621,8171,8221... | 36.681818 | 496 | 0.726146 |
8269542370ac7c194d4dcaa410cb5ad66fedb7a4 | 225 | asm | Assembly | programs/oeis/052/A052571.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/052/A052571.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/052/A052571.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A052571: E.g.f. x^3/(1-x)^2.
; 0,0,0,6,48,360,2880,25200,241920,2540160,29030400,359251200,4790016000,68497228800,1046139494400,16999766784000,292919058432000,5335311421440000
mov $1,$0
sub $0,2
fac $1
mov $2,$0
mul $1,$2
| 25 | 146 | 0.737778 |
2d111152cacb394185e9d599434c38e49e7e0282 | 327 | asm | Assembly | oeis/230/A230579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/230/A230579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/230/A230579.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A230579: a(n) = 2^n mod 341.
; Submitted by Christian Krause
; 1,2,4,8,16,32,64,128,256,171,1,2,4,8,16,32,64,128,256,171,1,2,4,8,16,32,64,128,256,171,1,2,4,8,16,32,64,128,256,171,1,2,4,8,16,32,64,128,256,171,1,2,4,8,16,32,64,128,256,171,1,2,4,8,16,32,64,128,256,171
add $0,1
mov $1,2
pow $1,$0
mod $1,682
mov $0,$1
di... | 29.727273 | 204 | 0.636086 |
42c77d9219032ab7525819496823046787c1c768 | 554 | asm | Assembly | oeis/017/A017311.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017311.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017311.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017311: a(n) = (10*n + 3)^7.
; 2187,62748517,3404825447,42618442977,271818611107,1174711139837,3938980639167,11047398519097,27136050989627,60170087060757,122987386542487,235260548044817,425927596977747,736141813551277,1222791080775407,1962637152460137,3057125241215467,4637914326451397,6873178582377927,99747303260050... | 79.142857 | 492 | 0.884477 |
7d74f4adbe3edef6b05af53cd1b33a830b1d7c29 | 680 | asm | Assembly | oeis/081/A081892.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/081/A081892.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/081/A081892.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A081892: Second binomial transform of C(n+2,2).
; 1,5,22,90,351,1323,4860,17496,61965,216513,747954,2558790,8680203,29229255,97785144,325241892,1076168025,3544180029,11622614670,37967207922,123587135991,400980206115,1297083797172,4184141281200,13462474572261,43211719081593,138390472875690,442284654129246,141073553472... | 37.777778 | 491 | 0.823529 |
99261522caff1b93cc92aafa2cced721eceed779 | 1,128 | asm | Assembly | programs/oeis/247/A247778.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/247/A247778.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/247/A247778.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A247778: Least k such that e - (1 + 1/k)^k < 1/n.
; 1,2,4,5,6,8,9,10,12,13,15,16,17,19,20,21,23,24,25,27,28,29,31,32,34,35,36,38,39,40,42,43,44,46,47,49,50,51,53,54,55,57,58,59,61,62,63,65,66,68,69,70,72,73,74,76,77,78,80,81,82,84,85,87,88,89,91,92,93,95,96,97,99,100,102,103,104,106,107,108,110,111,112,114,115,116,11... | 56.4 | 921 | 0.691489 |
d15255041a0595d9ffb5b7f4b54fc771955e0b25 | 379 | asm | Assembly | oeis/316/A316140.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/316/A316140.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/316/A316140.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A316140: Denominator of the autosequence 2/((n+2)*(n+3)) difference table written by antidiagonals.
; Submitted by Christian Krause
; 3,6,6,10,15,10,15,30,30,15,21,105,70,105,21,28,84,140,140,84,28,36,126,252,315,252,126,36,45,180,420,630,630,420,180,45,55,495,660,1155,1386,1155,660,495,55,66,330
seq $0,61928 ; Arra... | 54.142857 | 165 | 0.712401 |
984202f6dfe136995e4458f1ee383cc45db7d61c | 6,411 | asm | Assembly | audio/music/cities1.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | audio/music/cities1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | audio/music/cities1.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | Music_Cities1_branch_aa6f::
tempo 232
loopchannel 0, Music_Cities1_branch_aa79
Music_Cities1_Ch0::
tempo 144
Music_Cities1_branch_aa79::
volume 7, 7
vibrato 8, 2, 4
duty 3
Music_Cities1_branch_aa80::
notetype 12, 12, 5
octave 3
G# 4
F# 4
E_ 2
E_ 2
F# 2
D# 2
E_ 2
E_ 2
D# 2
C# 4
D# 4
E_ 2
D# 4
C#... | 9.743161 | 41 | 0.646077 |
40a46cdc4aa332c06cc88cda8f603cf34c03962e | 1,838 | asm | Assembly | programs/oeis/055/A055775.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/055/A055775.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/055/A055775.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A055775: a(n) = floor(n^n / n!).
; 1,1,2,4,10,26,64,163,416,1067,2755,7147,18613,48638,127463,334864,881657,2325750,6145596,16263866,43099804,114356611,303761260,807692034,2149632061,5726042115,15264691107,40722913454,108713644516,290404350962,776207020879,2075825009901,5554277310717,14868745536619,39821588060720,106... | 102.111111 | 1,659 | 0.900435 |
cdd9a903b009c64373104719ff54ca2aaa3f1c60 | 946 | asm | Assembly | oeis/110/A110170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/110/A110170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/110/A110170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A110170: First differences of the central Delannoy numbers (A001850).
; Submitted by Jon Maiga
; 1,2,10,50,258,1362,7306,39650,217090,1196834,6634890,36949266,206549250,1158337650,6513914634,36718533570,207412854786,1173779487810,6653482333450,37770112857074,214694383882498,1221832400430482,6961037946938250,396978308... | 24.894737 | 480 | 0.717759 |
2d5928c07b8adf390aaa28c95b67cb7bcda84f45 | 320 | asm | Assembly | programs/oeis/173/A173536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/173/A173536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/173/A173536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A173536: A173039(n) + A173259(n).
; 1,0,1,9,4,25,49,16,81,121,36,169,225,64,289,361,100,441,529,144,625,729,196,841,961,256,1089,1225,324,1369,1521,400,1681,1849,484,2025,2209,576,2401,2601,676,2809,3025,784,3249,3481,900,3721,3969,1024,4225,4489,1156,4761,5041,1296,5329
mul $0,4
sub $0,3
div $0,3
dif $0,2
pow $0,2
| 35.555556 | 237 | 0.709375 |
1bd6854c10b30db918d5896ec2937377d9d4851c | 201 | asm | Assembly | libsrc/_DEVELOPMENT/z80/c/sccz80/z80_otir_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/z80/c/sccz80/z80_otir_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/z80/c/sccz80/z80_otir_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
; void *z80_otir(void *src, uint16_t port)
SECTION code_clib
SECTION code_z80
PUBLIC z80_otir_callee
EXTERN asm_z80_otir
z80_otir_callee:
pop hl
pop bc
ex (sp),hl
jp asm_z80_otir
| 11.166667 | 42 | 0.726368 |
e7659b7659d389e694eca321f26040e712a9da41 | 853 | asm | Assembly | oeis/213/A213720.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/213/A213720.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/213/A213720.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A213720: a(0)=0, a(1)=0; for n>1, a(n) = a(n-1) + (n+2)*a(n-2) + 1.
; Submitted by Jon Maiga
; 0,0,1,2,9,24,97,314,1285,4740,20161,81782,364037,1590768,7415361,34458418,167934917,822644860,4181343201,21456885262,113446435685,606954796712,3329669253153,18503539170954,105074939752933,604670497368692,3546768810450817,21... | 29.413793 | 489 | 0.716295 |
a195af9479a948abb2b96959b456900ec522b862 | 821 | asm | Assembly | oeis/034/A034680.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/034/A034680.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/034/A034680.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A034680: Sum of sixth powers of unitary divisors.
; Submitted by Jon Maiga
; 1,65,730,4097,15626,47450,117650,262145,531442,1015690,1771562,2990810,4826810,7647250,11406980,16777217,24137570,34543730,47045882,64019722,85884500,115151530,148035890,191365850,244140626,313742650,387420490,482012050,594823322,741453700,8... | 29.321429 | 500 | 0.744214 |
00a193f492bacdd755659825d819e22a2ef8f004 | 987 | asm | Assembly | libsrc/vz/vz_point_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/vz/vz_point_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/vz/vz_point_callee.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | ;*****************************************************
;
; Video Technology library for small C compiler
;
; Stefano Bodrato
;
;*****************************************************
; ----- int __CALLEE__ vz_point_callee(int x, int y)
SECTION code_clib
PUBLIC vz_point_callee
PUBLIC _vz_point_callee
PUBLIC cpoint_cal... | 13.337838 | 59 | 0.550152 |
cfc1fad46c131454870c9ad6e7bc7b9ab72478b4 | 814 | asm | Assembly | data/pokemon/base_stats/charizard.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | data/pokemon/base_stats/charizard.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | data/pokemon/base_stats/charizard.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | db 0 ; species ID placeholder
db 79, 84, 77, 101, 109, 85
; hp atk def spd sat sdf
db FIRE, DRAGON ; type
db 45 ; catch rate
db 209 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/charizard/... | 37 | 346 | 0.727273 |
61056ae40d65be50341901c97fe0d524dd0c1e0c | 823 | asm | Assembly | demo_os/src/00/header.asm | mmarkle/DecentOS | e0067823248082318b1455c0e07ae4652fd54ba8 | [
"MIT"
] | null | null | null | demo_os/src/00/header.asm | mmarkle/DecentOS | e0067823248082318b1455c0e07ae4652fd54ba8 | [
"MIT"
] | null | null | null | demo_os/src/00/header.asm | mmarkle/DecentOS | e0067823248082318b1455c0e07ae4652fd54ba8 | [
"MIT"
] | null | null | null | ; This is the very start of the OS, and will end up at address 0x0000. It
; includes the code for each RST (restart), which I leave you to populate
; as you think of things to put here. It also includes some information
; the boot code will tweak that you need to successfully send an OS to your
; calculator.
; 0x0000
... | 16.137255 | 75 | 0.663426 |
61925b37f5584f1afb850a1e34a537d970c58f38 | 5,292 | asm | Assembly | test/ilog2.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 3 | 2015-03-21T07:35:15.000Z | 2018-01-12T01:24:02.000Z | 3rdParties/src/nasm/nasm-2.15.02/test/ilog2.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-03-26T19:58:54.000Z | 2020-04-24T08:58:04.000Z | test/ilog2.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 5 | 2015-03-21T07:35:21.000Z | 2021-01-14T10:54:46.000Z | %use ifunc
db ilog2(0x1)
db ilog2(0x2)
db ilog2(0x4)
db ilog2(0x8)
db ilog2(0x10)
db ilog2(0x20)
db ilog2(0x40)
db ilog2(0x80)
db ilog2(0x100)
db ilog2(0x200)
db ilog2(0x400)
db ilog2(0x800)
db ilog2(0x1000)
db ilog2(0x2000)
db ilog2(0x4000)
db ilog2(0x8000)
db ilog2(0x10000)
db il... | 19.455882 | 23 | 0.701058 |
543b1929db6151199ae7828aca9a70a8f9b35ea7 | 802 | asm | Assembly | oeis/277/A277560.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/277/A277560.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/277/A277560.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A277560: Binary representation of the x-axis, from the left edge to the origin, or from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 7", based on the 5-celled von Neumann neighborhood.
; 1,11,0,1111,0,111111,0,11111111,0,1111111111,0,111111111111... | 80.2 | 483 | 0.840399 |
445db6d9395a8cc7ed1dd5e13a42df9fe7b17fd5 | 16,414 | asm | Assembly | Appl/Games/BJack/bjack.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Games/BJack/bjack.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Games/BJack/bjack.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Black Jack
FILE: bjack.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
bchow 2 /93 Initial Version
DESCRIPTION:
RCS... | 23.892285 | 80 | 0.601925 |
6193f1e5065bbbfdf2db934051cff3fae6383143 | 556 | asm | Assembly | TEST_stringcolor.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | TEST_stringcolor.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | TEST_stringcolor.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | TITLE stringcolor.asm (TEST_stringcolor.asm)
INCLUDE Irvine32.inc
INCLUDELIB Irvine32.lib
INCLUDELIB Kernel32.Lib
INCLUDELIB User32.Lib
.data
COUNT = 4
BlueTextOnGray = 2 + (lightGray * 16)
DefaultColor = lightGray+ (black * 16)
arrayD SDWORD 12345678h,1A4B2000h,3434h,7AB9h
prompt BYTE "ENTER a 32-bit signed intege... | 19.857143 | 47 | 0.782374 |
a86c554b2e76a54a5baf4c6245299f1cf7f10217 | 7,613 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0x48_notsx.log_21829_1830.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0x48_notsx.log_21829_1830.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0x48_notsx.log_21829_1830.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 %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1bcdd, %rdx
nop
nop
nop
and $6329, %r8
mov $0x6162636465666768, %rcx
movq %rcx, %xmm7
movups %xmm7, (%rdx)
nop
nop
xor $9792, %r11
lea addresses_UC_ht+0x1cf5d, %rsi
lea addre... | 36.777778 | 2,999 | 0.655195 |
f0963f1aebdd36d1c114ee841e03de38d48cdff5 | 638 | asm | Assembly | examples/print_args/echo.asm | cmattoon/pyasm | bc831183f8c3b7c054941d0379924b890adc1839 | [
"MIT"
] | 1 | 2017-05-18T01:54:42.000Z | 2017-05-18T01:54:42.000Z | examples/print_args/echo.asm | cmattoon/pyasm | bc831183f8c3b7c054941d0379924b890adc1839 | [
"MIT"
] | null | null | null | examples/print_args/echo.asm | cmattoon/pyasm | bc831183f8c3b7c054941d0379924b890adc1839 | [
"MIT"
] | null | null | null | ;; A 64-bit program that displays argv, one per line
;; On entry, rdi will contain argc and rsi will contain argv
global main
extern puts
section .text
main: ; this is function my_args() in python
push rdi ; save registers that puts uses to the stack
push rsi ; save...
sub rsp, 8 ; align stack bef... | 22 | 61 | 0.678683 |
0b804ff7b4dab3bbb4439c825252b7023d71d420 | 398 | asm | Assembly | FlameOS/Includes32/RSDP_Func.asm | Th3Matt/FlameOS | 58c80646eea8c2f3140e45bf9aa5db368e0fac22 | [
"MIT"
] | null | null | null | FlameOS/Includes32/RSDP_Func.asm | Th3Matt/FlameOS | 58c80646eea8c2f3140e45bf9aa5db368e0fac22 | [
"MIT"
] | null | null | null | FlameOS/Includes32/RSDP_Func.asm | Th3Matt/FlameOS | 58c80646eea8c2f3140e45bf9aa5db368e0fac22 | [
"MIT"
] | null | null | null |
RSDPStr: dw 'RSD PTR '
RSDPerr1: dw 'Failed to find RSDP.'
findRSDP:
mov esi, RSPDStr
mov edi, 0x80000
mov ebx, 0x80400
mov edx, 0x16
call PMT.findStr
cmp edi, 0
jne .found
mov edi, 0xE0000
mov ebx, 0xFFFFF
call PMT.findStr
cmp edi, 0
jne .found
... | 13.724138 | 35 | 0.550251 |
7d3e208c5679291993228a036f8d1e31aeebe496 | 102 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/tgamma.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/tgamma.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/tgamma.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC _tgamma
EXTERN cm48_sdccix_tgamma
defc _tgamma = cm48_sdccix_tgamma
| 11.333333 | 33 | 0.852941 |
7d8b7f8a1d514026daf2565370d9a197144f4da8 | 437 | asm | Assembly | Breaks6502/BreaksDebug/Build/Visual6502.asm | ogamespec/breaknes | b053afb6924ca661f71a129766e8945f64f6ec7b | [
"CC0-1.0"
] | 37 | 2021-08-02T20:36:28.000Z | 2022-03-20T13:22:31.000Z | Docs/6502/6502_logisim/Visual6502.asm | andkorzh/breaks | 1ee3c20709c35bab760930413762be1053290610 | [
"CC0-1.0"
] | 96 | 2021-08-08T18:24:27.000Z | 2022-03-28T14:52:13.000Z | Docs/6502/6502_logisim/Visual6502.asm | andkorzh/breaks | 1ee3c20709c35bab760930413762be1053290610 | [
"CC0-1.0"
] | 3 | 2021-11-01T19:43:36.000Z | 2022-03-20T09:08:43.000Z | ; Visual6502 demo program, for simulation comparison.
; The only difference is that the program starts at $C000 instead of $0.
PROCESSOR 6502
ORG $C000
RESET:
NMI:
IRQ:
LDA #0
AGAIN:
JSR PROC1
JMP AGAIN
BRK
BRK
BRK
BRK
BRK
BRK
BRK
RTI
PROC1:
INX
... | 10.925 | 72 | 0.553776 |
e35075b2e50a84ce1ec6c9e2d6ad1b8978c2b542 | 394 | asm | Assembly | Kernel/asm/timeDriver.asm | srosati/TPE_ARQUI | b2e6a3b56c0a82026a353a9e4f487b629861440e | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/timeDriver.asm | srosati/TPE_ARQUI | b2e6a3b56c0a82026a353a9e4f487b629861440e | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/timeDriver.asm | srosati/TPE_ARQUI | b2e6a3b56c0a82026a353a9e4f487b629861440e | [
"BSD-3-Clause"
] | null | null | null | GLOBAL getYear
GLOBAL getMonth
GLOBAL getDay
GLOBAL getHour
GLOBAL getMinute
GLOBAL getSecond
EXTERN bcdToInt
section .text
%macro rtcHandler 1
push rdi
mov al, %1
out 70h, al
in al, 71h
mov rdi, rax
call bcdToInt
pop rdi
ret
%endmacro
getYear:
rtcHandler 9
getMonth:
rtcHandler 8
getDay:
rtcHandler 7
... | 10.102564 | 19 | 0.763959 |
2753c80cb8778936108654fd5953441b93e37016 | 368 | asm | Assembly | programs/oeis/052/A052545.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/052/A052545.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/052/A052545.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A052545: Expansion of (1-x)^2/(1-3*x+x^3).
; 1,1,4,11,32,92,265,763,2197,6326,18215,52448,151018,434839,1252069,3605189,10380728,29890115,86065156,247814740,713554105,2054597159,5915976737,17034376106,49048531159,141229616740,406654474114
mov $1,1
mov $2,1
lpb $0,1
sub $0,1
add $3,$2
add $3,$1
add $4,$2
mo... | 23 | 195 | 0.682065 |
37388656a23ab503983a5274a776e1ae19b1e8da | 6,411 | asm | Assembly | Library/Trans/Graphics/Bitmap/GraphicsCommon/exportCommon.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Trans/Graphics/Bitmap/GraphicsCommon/exportCommon.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Trans/Graphics/Bitmap/GraphicsCommon/exportCommon.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: exportCommon.asm
AUTHOR: Maryann Simmons, Jun 8, 1992
ROUTINES:
Name Description
---- -----------
GLB GraphicsExportCommon per... | 28.367257 | 82 | 0.665887 |
548816e051105316123395a7185cae780d972a60 | 694 | asm | Assembly | software/profi/net-tools/src/pqdos/browser/main.asm | andykarpov/karabas-pro | 11d897e51a7a66fddcdfb97fc7b785ca535d48dd | [
"MIT"
] | 26 | 2020-07-25T15:00:32.000Z | 2022-03-22T19:30:04.000Z | software/profi/net-tools/src/pqdos/browser/main.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | 42 | 2020-07-29T14:29:18.000Z | 2022-03-22T11:34:28.000Z | software/profi/net-tools/src/pqdos/browser/main.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | 7 | 2020-09-07T14:21:31.000Z | 2022-01-24T17:18:56.000Z | output "moonr.com"
org 100h
jp start
include "vdp/driver.asm"
include "utils/index.asm"
include "gopher/render/index.asm"
include "dos/msxdos.asm"
include "gopher/engine/history/index.asm"
include "gopher/engine/urlencoder.asm"
include "gopher/engine/fetcher.asm"
include "gop... | 25.703704 | 47 | 0.672911 |
dd76dde2aa96e8252555377d02e2e40ba85332c9 | 23 | asm | Assembly | 2e.asm | sekharkaredla/8085 | bca7395498d013c0a337f696aad49ead34f8cbdd | [
"MIT"
] | 1 | 2019-07-31T04:41:42.000Z | 2019-07-31T04:41:42.000Z | 2e.asm | sekharkaredla/8085 | bca7395498d013c0a337f696aad49ead34f8cbdd | [
"MIT"
] | null | null | null | 2e.asm | sekharkaredla/8085 | bca7395498d013c0a337f696aad49ead34f8cbdd | [
"MIT"
] | 1 | 2022-01-11T07:50:34.000Z | 2022-01-11T07:50:34.000Z | LDA 2070H
CMA
STA 2000H | 7.666667 | 9 | 0.826087 |
000b525ebdab86a894f200b59a7d92f8e8f33513 | 145 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm1/zel_vma.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm1/zel_vma.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm1/zel_vma.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_vma.asm
Type: file
Size: 47622
Last-Modified: '2016-05-13T04:20:48Z'
SHA-1: 05C50DC6FD4C9648A05A24A4A960BF296AD88322
Description: null
| 20.714286 | 47 | 0.813793 |
2ea3cb9bca3de0fe0756410efa381c6a79c71ec8 | 364 | asm | Assembly | programs/oeis/321/A321789.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/321/A321789.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/321/A321789.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A321789: Factorials of terms of Pascal's triangle by row.
; 1,1,1,1,2,1,1,6,6,1,1,24,720,24,1,1,120,3628800,3628800,120,1,1,720,1307674368000
cal $0,206735 ; Triangle T(n,k), read by rows, given by (0, 2, -1/2, 1/2, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, 0, -1/2, 1/2, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operat... | 52 | 197 | 0.615385 |
453a366c8c96ed8e7ee27a955385ba7b3b083fda | 282 | asm | Assembly | src/firmware/Platform/Lcd/IdleState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware/Platform/Lcd/IdleState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware/Platform/Lcd/IdleState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "TailCalls.inc"
#include "States.inc"
radix decimal
global isLcdIdle
defineLcdState LCD_STATE_IDLE
returnFromLcdState
isLcdIdle:
.safelySetBankFor lcdState
movf lcdState, W
xorlw LCD_STATE_IDLE
btfss STATUS, Z
retlw 0
retlw 1
end
| 13.428571 | 30 | 0.77305 |
00735439c34cc4072f0edaba85f4f32697fe0311 | 1,518 | asm | Assembly | programs/oeis/084/A084535.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/084/A084535.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/084/A084535.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A084535: a(n) = floor(n^2 - n^(3/2)).
; 0,0,1,3,8,13,21,30,41,54,68,84,102,122,143,166,192,218,247,278,310,344,380,418,458,500,543,588,635,684,735,788,842,899,957,1017,1080,1143,1209,1277,1347,1418,1491,1567,1644,1723,1804,1886,1971,2058,2146,2236,2329,2423,2519,2617,2716,2818,2922,3027,3135,3244,3355,3468,3584,3700,... | 151.8 | 1,343 | 0.789855 |
f3b72f9970e4a4fe84bb6529a6187b632cc29553 | 397 | asm | Assembly | oeis/174/A174889.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/174/A174889.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/174/A174889.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A174889: First column of A174888.
; Submitted by Simon Strandgaard
; 1,0,0,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,1,1,1,0,0,0,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,0,1,0,1,1,1,1,0,0,1,1,0,0,1,0,1,1,1,1
seq $0,8683 ; Möbius (or Moebius) function mu(n). mu(1) = 1; mu(n) = (-1)^k if n is the produc... | 39.7 | 155 | 0.596977 |
4039167267adf2978e7ce9369ab4287fc7c194ac | 1,243 | asm | Assembly | lib/src/xr/x86/xrniswho.asm | zanud/xds-2.60 | b4a32b9c9c91fe513fa5ff78ec87bb44102a3b72 | [
"Apache-2.0"
] | 53 | 2019-06-10T18:19:44.000Z | 2021-12-28T18:56:00.000Z | Sources/Lib/src/xr/x86/xrniswho.asm | undecidedzogvisvitalispotent8stars360/xds | cfd20e209193c9cfcee94ad2ca30d8c32ead48c9 | [
"Apache-2.0"
] | 5 | 2020-07-10T16:06:48.000Z | 2021-07-30T07:17:50.000Z | Sources/Lib/src/xr/x86/xrniswho.asm | undecidedzogvisvitalispotent8stars360/xds | cfd20e209193c9cfcee94ad2ca30d8c32ead48c9 | [
"Apache-2.0"
] | 20 | 2019-06-10T18:09:16.000Z | 2021-10-02T19:46:42.000Z | ; COPYRIGHT (c) 1995,99,2002 XDS. All Rights Reserved.
; Implementation for isWholeNum function
cpu 386
bits 32
%ifdef OS2
group DGROUP _DATA
section _DATA use32 align=4 FLAT public 'DATA'
%else
group DGROUP _DATA
section _DATA use32 align=4 public 'DATA'
%en... | 21.807018 | 73 | 0.550282 |
78f2be1cf69ff21af40ef6f529373bbfdab55277 | 51,012 | asm | Assembly | ls.asm | douglasbreyer/StrideXV6 | f12fd94f869e2e3d99457c23c2edf8801ecb7b2b | [
"Apache-2.0"
] | null | null | null | ls.asm | douglasbreyer/StrideXV6 | f12fd94f869e2e3d99457c23c2edf8801ecb7b2b | [
"Apache-2.0"
] | null | null | null | ls.asm | douglasbreyer/StrideXV6 | f12fd94f869e2e3d99457c23c2edf8801ecb7b2b | [
"Apache-2.0"
] | null | null | null |
_ls: formato de ficheiro elf32-i386
Desmontagem da secção .text:
00000000 <fmtname>:
#include "user.h"
#include "fs.h"
char*
fmtname(char *path)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
4: 83 ec 14 sub $0x1... | 36.620244 | 73 | 0.423351 |
4c4b0ae20c4789a11f0b473bf69ea071256e5ba7 | 18 | asm | Assembly | programs/test.asm | pramukap/8080_emulator | fbb747b3a80d6e705dacd79c8fc43bc2bb40acbd | [
"MIT"
] | null | null | null | programs/test.asm | pramukap/8080_emulator | fbb747b3a80d6e705dacd79c8fc43bc2bb40acbd | [
"MIT"
] | null | null | null | programs/test.asm | pramukap/8080_emulator | fbb747b3a80d6e705dacd79c8fc43bc2bb40acbd | [
"MIT"
] | null | null | null |
END
MVI A, 02
| 2.571429 | 9 | 0.5 |
e6701c20bd5c1c6ca4a263b9fd1d58c0183c5af9 | 7,774 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_511.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_21829_511.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_21829_511.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xebf0, %rbx
nop
nop
nop
nop
xor $19165, %rax
movb $0x61, (%rbx)
and %r11, %r11
lea addresses_WT_ht+0xb08e, %rsi
lea addresses_normal_ht+0x9cf6, %rdi
nop
nop
xor $53104, %r11
m... | 34.705357 | 2,999 | 0.657705 |
052ce9697ae8d031b8fcb2fd8cccf1e45617a05e | 327 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/posix_memalign_unlocked.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/posix_memalign_unlocked.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/posix_memalign_unlocked.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int posix_memalign_unlocked(void **memptr, size_t alignment, size_t size)
SECTION code_alloc_malloc
PUBLIC _posix_memalign_unlocked
EXTERN asm_posix_memalign_unlocked
_posix_memalign_unlocked:
pop af
pop de
pop bc
pop hl
push hl
push bc
push de
push af
jp asm_posix_memalign_un... | 14.217391 | 75 | 0.749235 |
e596841b2b9314eac038a2f537fbf85d807f3bff | 1,491 | asm | Assembly | _anim/Drowning Countdown.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _anim/Drowning Countdown.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _anim/Drowning Countdown.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Animation script - countdown numbers and bubbles (LZ)
; ---------------------------------------------------------------------------
Ani_Drown: dc.w @zeroappear-Ani_Drown
dc.w @oneappear-Ani_Drown
dc.w @twoappear-Ani_Drown
dc.w @threea... | 36.365854 | 77 | 0.57277 |
ecc93bfb58c47155058d977795f1ce11639132d0 | 6,922 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_617.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_617.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_617.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xf5da, %r14
xor %rax, %rax
mov $0x6162636465666768, %r13
movq %r13, %xmm5
vmovups %ymm5, (%r14)
nop
nop
nop
nop
sub $44410, %r8
lea addresses_A_ht+0x1de6a, %rsi
lea addresses_... | 35.680412 | 2,999 | 0.660792 |
65526a91b965543367a12bfb77069258b3229d22 | 372 | asm | Assembly | _maps/obj7B.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 2 | 2020-04-09T19:36:35.000Z | 2021-01-05T14:20:17.000Z | _maps/obj7B.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | null | null | null | _maps/obj7B.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 1 | 2020-06-17T14:16:35.000Z | 2020-06-17T14:16:35.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - exploding spikeys that the SLZ boss drops
; ---------------------------------------------------------------------------
dc.w byte_190E2-Map_obj7B
dc.w byte_190E8-Map_obj7B
byte_190E2: dc.b 1
dc.b $FC, 0, 0, $27, $FC
... | 37.2 | 77 | 0.395161 |
09421f1efeeb48981709d6816613078eb2f451c7 | 7,413 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1416.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1416.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1416.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x410d, %rbx
nop
nop
cmp $56320, %r11
movb $0x61, (%rbx)
nop
nop
nop
xor %r15, %r15
lea addresses_UC_ht+0x16b8d, %rsi
lea addresses_normal_ht+0x12eb4, %rdi
nop
nop
nop
nop
sub... | 34.319444 | 2,999 | 0.656819 |
c9edb4adf44524f062af8ad3fd1794e1eec46658 | 93 | asm | Assembly | src/main/fragment/mos6502-common/vwum1=vwum2_ror_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwum1=vwum2_ror_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwum1=vwum2_ror_vbuyy.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {m2}
sta {m1}
lda {m2}+1
sta {m1}+1
cpy #0
beq !e+
!:
lsr {m1}+1
ror {m1}
dey
bne !-
!e:
| 7.153846 | 10 | 0.516129 |
c1c75882acf3feac8c9de9ae3010247a9b94dde2 | 69 | asm | Assembly | software/profi/net-tools/src/pqdos/browser/drivers/index.asm | andykarpov/karabas-pro | 11d897e51a7a66fddcdfb97fc7b785ca535d48dd | [
"MIT"
] | 26 | 2020-07-25T15:00:32.000Z | 2022-03-22T19:30:04.000Z | software/profi/net-tools/src/pqdos/browser/drivers/index.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | 42 | 2020-07-29T14:29:18.000Z | 2022-03-22T11:34:28.000Z | software/profi/net-tools/src/pqdos/browser/drivers/index.asm | zxrepo/andykarpov.karabas-pro | ab84aa2c95c206b2384d99054eb23cbe6aeec56b | [
"MIT"
] | 7 | 2020-09-07T14:21:31.000Z | 2022-01-24T17:18:56.000Z | include "uart.asm"
include "utils.asm"
include "wifi.asm" | 23 | 23 | 0.623188 |
69cf5a7f35e5644e814bc166efbe9f79fbb8a23d | 3,378 | asm | Assembly | 3/2/AVS/sources/ipr2.asm | xdegtyarev/bsuir | e7d6073629ff57912f4e70894f2a539c5063bfd0 | [
"MIT"
] | 2 | 2021-11-28T10:57:37.000Z | 2021-11-29T04:28:31.000Z | 3/2/AVS/sources/ipr2.asm | xdegtyarev/bsuir | e7d6073629ff57912f4e70894f2a539c5063bfd0 | [
"MIT"
] | null | null | null | 3/2/AVS/sources/ipr2.asm | xdegtyarev/bsuir | e7d6073629ff57912f4e70894f2a539c5063bfd0 | [
"MIT"
] | 2 | 2019-01-11T20:46:33.000Z | 2021-08-24T08:47:14.000Z | section .data
titlemsg: db "Lab2 Var6", 10, 0
resmsg: db "For X:%f in [%f,%f] with h: %f yx=%f sx=%f and sx-yx<e on k=%f",10, 0
amsg: db "a is:",10,0
bmsg: db "b is:",10,0
hmsg: db "h is:",10,0
emsg: db "e is:",10,0
one: dq 1.0
two: dq 2.0
four: dq 4.0
k: dq 0.0
ststr: db "status %x",10,0
fmtstr: db "debug %f",10,0
... | 15.147982 | 81 | 0.631439 |
650aeccee7c1bb81e31e9a5b77018efb29cf5004 | 1,507 | asm | Assembly | programs/oeis/274/A274428.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/274/A274428.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/274/A274428.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A274428: Positions in A274426 of products of distinct Lucas numbers > 1.
; 3,6,9,10,14,15,19,20,21,26,27,28,33,34,35,36,42,43,44,45,51,52,53,54,55,62,63,64,65,66,73,74,75,76,77,78,86,87,88,89,90,91,99,100,101,102,103,104,105,114,115,116,117,118,119,120,129,130,131,132,133,134,135,136,146,147,148,149,150,151,152,153,1... | 37.675 | 955 | 0.643663 |
162aab6c42bc58a303010bdd93a36cfb15279d60 | 5,447 | asm | Assembly | week5/demo.asm | WeiChienHsu/CS271 | 5f31b8a8bc40061fddaafeb8039e4b4b8f5b6c46 | [
"MIT"
] | 1 | 2019-01-06T22:35:53.000Z | 2019-01-06T22:35:53.000Z | week5/demo.asm | WeiChienHsu/CS271 | 5f31b8a8bc40061fddaafeb8039e4b4b8f5b6c46 | [
"MIT"
] | null | null | null | week5/demo.asm | WeiChienHsu/CS271 | 5f31b8a8bc40061fddaafeb8039e4b4b8f5b6c46 | [
"MIT"
] | null | null | null | TITLE Summation (demo4.asm)
; Author: Paulson
; CS271 9/10/2012
; Description: This program gets two integers from the user,
; and calculates the summation of the integers from the
; first to the second. For example, if the user enters
; 1 and 10, the program calculates 1+2+3+4+5+6+7+8+9+10.
; Note: Thi... | 24.426009 | 84 | 0.663852 |
b52993e4d41506df7ae0b76aa12ce7e7679eebd3 | 7,640 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2544.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2544.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2544.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 %r14
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x10b2e, %r11
clflush (%r11)
nop
nop
nop
cmp %r14, %r14
mov $0x6162636465666768, %r15
movq %r15, %xmm2
and $0xffffffffffffffc0, %r11
movaps %xmm2, (%r11)
nop
nop
nop
nop
nop
and... | 31.440329 | 2,999 | 0.657723 |
3fc81e71af36928799f975e474906200675e3626 | 772 | asm | Assembly | libsrc/stdio/ansi/ts2068/f_ansi_scrollup.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/stdio/ansi/ts2068/f_ansi_scrollup.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/stdio/ansi/ts2068/f_ansi_scrollup.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ; We should scroll the screen up one character here
; Blanking the bottom row..
XLIB ansi_SCROLLUP
LIB zx_rowtab
.ansi_SCROLLUP
ld ix,zx_rowtab
ld a,8
.outer_loop
push af
push ix
ld a,23
.inner_loop
ld e,(ix+16)
ld d,(ix+17)
ex de,hl
ld e,(ix+0)
ld d,(ix+1)
ld bc,32
ldir
; secon... | 11.69697 | 51 | 0.626943 |
7a453507a13abf5903e2e95bbc3a94b6da8518b1 | 1,905 | nasm | Assembly | sys/receive.nasm | DerickEddington/cabna | d53305542a808aeb628db4cefdf6d1094e57559b | [
"Unlicense"
] | null | null | null | sys/receive.nasm | DerickEddington/cabna | d53305542a808aeb628db4cefdf6d1094e57559b | [
"Unlicense"
] | null | null | null | sys/receive.nasm | DerickEddington/cabna | d53305542a808aeb628db4cefdf6d1094e57559b | [
"Unlicense"
] | null | null | null | bits 64
default rel
%include "cabna/sys/conv.nasm"
global notify_receiver
global supply_retval
extern sched_task
section .text
proc notify_receiver:
; Notify the currently executing task's waiting receiver task that one of its
; tasks finished. If the receiver task gets its final notice, schedule the
... | 31.75 | 80 | 0.732283 |
7aaef115429630b94c676208b29622ef9037096c | 266 | asm | Assembly | programs/oeis/040/A040812.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040812.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040812.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040812: Continued fraction for sqrt(842).
; 29,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58
pow $1,$0
gcd $1,2
mul $1,29
| 38 | 190 | 0.661654 |
cc3a649db38e6a2021f96a7700fdc094704bbdf8 | 435 | asm | Assembly | programs/oeis/336/A336842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/336/A336842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/336/A336842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A336842: Number of trailing 1-bits in the binary representation of A003961(n): a(n) = A007814(1+A003961(n)).
; 1,2,1,1,3,4,2,2,1,1,1,1,1,1,2,1,2,2,3,6,3,3,1,3,1,2,1,2,5,1,1,2,1,1,1,1,1,1,1,1,2,1,4,1,4,3,1,1,1,2,5,1,2,3,2,1,2,1,1,2,2,4,2,1,3,2,3,2,1,3,1,2,4,2,1,4,4,8,2,3,1,1,1,4,1,1,2,5,1,1,2,1,1,5,1,6,1,2,1,1
seq $0... | 62.142857 | 201 | 0.6 |
a235201075a3a17645f59debc403b38560a34c30 | 450 | asm | Assembly | programs/oeis/144/A144412.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/144/A144412.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/144/A144412.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A144412: Invert transform of odd nonprime gaps adjusted to be from the set {2,1,0,-1}: b(n)=A067970(n)/2-2; a(n)=Sum[b(n + 1)*a(n - k), {k, 1, n}].
; 2,2,4,0,-8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0... | 32.142857 | 202 | 0.535556 |
f868e74ee9db937e75b8bae555b0ec509e0fc7d2 | 4,501 | asm | Assembly | a02A.asm | Sahilsinggh/MP_SEM4 | 706ef4874544e1cc03d034b2d8ac93cb94d79daa | [
"MIT"
] | 1 | 2021-01-06T13:44:34.000Z | 2021-01-06T13:44:34.000Z | a02A.asm | Sahilsinggh/MP_SEM4 | 706ef4874544e1cc03d034b2d8ac93cb94d79daa | [
"MIT"
] | null | null | null | a02A.asm | Sahilsinggh/MP_SEM4 | 706ef4874544e1cc03d034b2d8ac93cb94d79daa | [
"MIT"
] | 1 | 2020-02-26T08:28:44.000Z | 2020-02-26T08:28:44.000Z | ;# NON-OVERLAPPING BLOCK TRANSFER
%macro print 2
mov rax,01
mov rdi,01
mov rsi,%1
mov rdx,%2
syscall
%endmacro
%macro read 2
mov rax,00
mov rdi,00
mov rsi,%1
mov rdx,%2
syscall
%endmacro
;_______________________________________________________________________________
section .data
title: db "NON-OVERLAPPE... | 16.608856 | 80 | 0.75561 |
5adaa0c3f9da1ae06b509dd11ebb189cc191e864 | 713 | asm | Assembly | lab7.asm | L2jLiga/assembler | 8c3fa1602ff61b8802033d2d6354ddb36e073779 | [
"MIT"
] | null | null | null | lab7.asm | L2jLiga/assembler | 8c3fa1602ff61b8802033d2d6354ddb36e073779 | [
"MIT"
] | null | null | null | lab7.asm | L2jLiga/assembler | 8c3fa1602ff61b8802033d2d6354ddb36e073779 | [
"MIT"
] | null | null | null | Dseg segment
InputText db 'Input your number (HEX): $'
OutputText db 'Convert result (DEC): $'
InputError db 'Error! Max symbols - 3! Try again.. $'
number dw ?
temper db ?
Dseg ends
include coollibheader.inc
; Input
Inputer_hex:
LEA DX,InputText
outstr
mov AL,4 ; Setup legth of ... | 19.27027 | 56 | 0.646564 |
22db56535f4a70332b53f02859aebe6ca295375f | 1,098 | asm | Assembly | boot/hex/print_hex.asm | Phant0mas/Manolix | 323214bb988e30c32286e9676d9a54ede59c67fe | [
"MIT"
] | null | null | null | boot/hex/print_hex.asm | Phant0mas/Manolix | 323214bb988e30c32286e9676d9a54ede59c67fe | [
"MIT"
] | null | null | null | boot/hex/print_hex.asm | Phant0mas/Manolix | 323214bb988e30c32286e9676d9a54ede59c67fe | [
"MIT"
] | 1 | 2021-05-20T16:36:44.000Z | 2021-05-20T16:36:44.000Z | ; =============================================================================
; Copyright (C) 2015 Manolis Fragkiskos Ragkousis -- see LICENSE.TXT
; =============================================================================
;;; expects arg in dx
%ifndef PRINT_HEX_16BIT
%define PRINT_HEX_16BIT
print_hex: ... | 23.361702 | 79 | 0.444444 |
e432910646a91b65830f702a72916b2da8d7f33e | 744 | asm | Assembly | contextswitch.asm | TotallyNotTito/titos-xv6-riscv | f5ff81e6ed869ac1be804d2260fc5a86a74cf97f | [
"MIT-0"
] | 1 | 2021-07-07T22:54:51.000Z | 2021-07-07T22:54:51.000Z | contextswitch.asm | TotallyNotTito/xv6-riscv | f5ff81e6ed869ac1be804d2260fc5a86a74cf97f | [
"MIT-0"
] | null | null | null | contextswitch.asm | TotallyNotTito/xv6-riscv | f5ff81e6ed869ac1be804d2260fc5a86a74cf97f | [
"MIT-0"
] | null | null | null | void swtch(struct context ** old, struct context * new);
; save current regs context in old
; load regs context from new
.globl swtch
swtch:
; save old regs
movl 4(%esp), %eax ; put old ptr into eax
popl 0(%eax) ; save the old ip
movl %esp, 4(%eax) ; save stack
movl %ebx, 8(%eax) ; save other regs
movl %ecx, 12(%... | 26.571429 | 56 | 0.642473 |
710d4f41d48f43712b86a9eacdee9c629c1f2214 | 423 | asm | Assembly | programs/oeis/238/A238965.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/238/A238965.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/238/A238965.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A238965: Duplicate of A036042.
; 0,1,2,2,3,3,3,4,4,4,4,4,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8
mov $6,$0
mov $0,16
mov $1,1
mov $2,4
mov $3,10
mov $4,$6
add $6,16
lpb $0
mov $0,2
add $0,$2
mul $4,$6
add $0,$4
add $3,21
add $3,$2
mov $5,$1
add $1,$0
add $5,2
m... | 13.645161 | 101 | 0.498818 |
f8d5fa736c55a128a2636eb4b2795157097f0400 | 3,499 | nasm | Assembly | src/nucleus/x86/interrupt.nasm | fossabot/metta | a5f56403886ddfb93f2262e4f03b49b38bbcce00 | [
"BSL-1.0"
] | 32 | 2017-05-29T00:55:50.000Z | 2022-03-15T06:40:01.000Z | src/nucleus/x86/interrupt.nasm | fossabot/metta | a5f56403886ddfb93f2262e4f03b49b38bbcce00 | [
"BSL-1.0"
] | 1 | 2018-01-01T14:22:32.000Z | 2021-06-30T14:15:51.000Z | src/nucleus/x86/interrupt.nasm | fossabot/metta | a5f56403886ddfb93f2262e4f03b49b38bbcce00 | [
"BSL-1.0"
] | 9 | 2017-09-22T00:58:29.000Z | 2021-06-25T16:54:44.000Z | ;
; Part of Metta OS. Check https://atta-metta.net for latest version.
;
; Copyright 2007 - 2017, Stanislav Karchebnyy <berkus@atta-metta.net>
;
; Distributed under the Boost Software License, Version 1.0.
; (See file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt)
;
extern isr_handler ; in isr.cp... | 21.598765 | 78 | 0.645327 |
edfef0f1a81c4e03feda9ba283e68a26cfc0ef90 | 768 | asm | Assembly | oeis/255/A255303.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/255/A255303.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/255/A255303.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A255303: a(n) = A255302(2^n - 1).
; Submitted by Jamie Morken(w1)
; 1,4,16,60,216,768,2728,9704,34552,123064,438328,1561176,5560248,19803096,70529656,251194904,894643768,3186321112,11348251384,40417397400,143948695992,512680882776,1825940038264,6503181876248,23161425701176,82490640856024,293794773978616,1046365603664... | 32 | 496 | 0.768229 |
5c26dd19318a1bf2f4a922007cbc5b25484b97da | 6,732 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_225.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_225.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_225.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf26f, %r8
cmp %rax, %rax
mov (%r8), %r12
nop
nop
cmp %r10, %r10
lea addresses_WC_ht+0x96d7, %r12
nop
nop
nop
nop
inc %r14
mov $0x6162636465666768, %rbp
mov... | 36 | 2,999 | 0.656269 |
c6ab90004c999586aebd0cb7e5cb15d3b996726f | 1,660 | asm | Assembly | programs/oeis/212/A212262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/212/A212262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/212/A212262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A212262: a(n) = 3^n + Fibonacci(n).
; 1,4,10,29,84,248,737,2200,6582,19717,59104,177236,531585,1594556,4783346,14349517,43047708,129141760,387423073,1162265648,3486791166,10460364149,31381077320,94143207484,282429582849,847288684468,2541865949722,7625597681405,22876792772772,68630377879112,205891132926689,61767339763... | 150.909091 | 1,475 | 0.90241 |
ec6041e08c57ba75f360aa50515119c52b52e0d0 | 542 | asm | Assembly | programs/oeis/005/A005880.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/005/A005880.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/005/A005880.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A005880: Theta series of D_4 lattice with respect to edge.
; 2,8,12,16,26,24,28,48,36,40,64,48,62,80,60,64,96,96,76,112,84,88,156,96,114,144,108,144,160,120,124,208,168,136,192,144,148,248,192,160,242,168,216,240,180,224,256,240,196,312,204,208,384,216,220,304,228,288,364,288,266,336,312,256,352,264,320,480,276,280,3... | 77.428571 | 377 | 0.715867 |
8435487ff8fd4fb348560336a406960d160964c5 | 10,699 | asm | Assembly | Appl/SDK_Asm/Document/DosFile/dosfile.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/SDK_Asm/Document/DosFile/dosfile.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/SDK_Asm/Document/DosFile/dosfile.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: DosFile (Sample PC GEOS application)
FILE: dosfile.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
tony 7/91 Initial versio... | 22.812367 | 80 | 0.55837 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.