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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c7d1503c07bb6f8d039680d17a2e07aaa45a3669 | 4,586 | asm | Assembly | bootloader/bootsector/fat_loader/intro.asm | LetsPlaySomeUbuntu/XitongOS-test-1 | 792d0c76f9aa4bb2b579d47c2c728394a3acf9f9 | [
"MIT"
] | null | null | null | bootloader/bootsector/fat_loader/intro.asm | LetsPlaySomeUbuntu/XitongOS-test-1 | 792d0c76f9aa4bb2b579d47c2c728394a3acf9f9 | [
"MIT"
] | null | null | null | bootloader/bootsector/fat_loader/intro.asm | LetsPlaySomeUbuntu/XitongOS-test-1 | 792d0c76f9aa4bb2b579d47c2c728394a3acf9f9 | [
"MIT"
] | null | null | null | %include "config.asm"
%define CONVENTIONAL_MEMORY_END 0x00080000
%define RESERVED_MEMORY 0x1000 * 3
%define STACK_TOP (CONVENTIONAL_MEMORY_END - RESERVED_MEMORY)
%define PML4_ADDRESS (CONVENTIONAL_MEMORY_END - 0x1000 * 3)
%define PDPE_ADDRESS (CONVENTIONAL_MEMORY_END - 0x1000 * 2)
%define PD_ADDRESS (CONVENTIONAL_M... | 27.136095 | 107 | 0.501962 |
ca6a80156465fe71ac8346a167cd95248453e806 | 1,955 | asm | Assembly | gbasm/fireball.asm | rukai/HeartacheGB | 18dd50fd002a8168af1ca7b01a5eeaf138eab738 | [
"MIT"
] | 2 | 2018-10-25T16:57:39.000Z | 2019-01-08T08:12:08.000Z | gbasm/fireball.asm | rukai/HeartacheGB | 18dd50fd002a8168af1ca7b01a5eeaf138eab738 | [
"MIT"
] | 2 | 2019-01-05T12:19:39.000Z | 2019-01-05T12:19:48.000Z | gbasm/fireball.asm | rukai/HeartacheGB | 18dd50fd002a8168af1ca7b01a5eeaf138eab738 | [
"MIT"
] | 1 | 2019-10-05T08:59:34.000Z | 2019-10-05T08:59:34.000Z | InitFireballs:
; TODO: this code should be moved into something called by an entity draw call
; set render info
; Zero out all sprite values to ensure that no unused sprites are displayed as garbage
ld hl, wOAMBuffer
ld a, 0xa0
repeat:
ld [hl], 0
inc hl
dec a
jp nz, repeat
; fireball 1
ld hl, wSprite4+2... | 15.515873 | 87 | 0.630179 |
a723ef978be8fdab7ba3bae916566bda8bff20ef | 10,243 | asm | Assembly | fiat-amd64/54.52_ratio13237_seed2165586197121668_square_p256.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 491 | 2015-11-25T23:44:39.000Z | 2022-03-29T17:31:21.000Z | fiat-amd64/54.52_ratio13237_seed2165586197121668_square_p256.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 755 | 2016-02-02T14:03:05.000Z | 2022-03-31T16:47:23.000Z | fiat-amd64/54.52_ratio13237_seed2165586197121668_square_p256.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 117 | 2015-10-25T16:28:15.000Z | 2022-02-08T23:01:09.000Z | SECTION .text
GLOBAL square_p256
square_p256:
sub rsp, 0xa8 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x78 ], rbx; saving to stack
mov [ rsp + 0x80 ], rbp; saving to stack
mov [ rsp + 0x88 ], r12; saving to stack
mov [ rsp + 0x90 ], r13; saving to stack
mov [ rsp + 0x98 ], r14; saving to stack
mov [ rsp + 0x... | 40.011719 | 134 | 0.688958 |
ed5f929d2b0b59fe7acdababe51c1b759739aa90 | 728 | asm | Assembly | Micro_Processor_Lab/8a-CalculateNCR/CalculateNCR.asm | MohithGowdaHR/PES-Engineering-Lab-Programs | 1d2e854158ad7b4e32c3b39b5801eac38c0b41ca | [
"MIT"
] | null | null | null | Micro_Processor_Lab/8a-CalculateNCR/CalculateNCR.asm | MohithGowdaHR/PES-Engineering-Lab-Programs | 1d2e854158ad7b4e32c3b39b5801eac38c0b41ca | [
"MIT"
] | null | null | null | Micro_Processor_Lab/8a-CalculateNCR/CalculateNCR.asm | MohithGowdaHR/PES-Engineering-Lab-Programs | 1d2e854158ad7b4e32c3b39b5801eac38c0b41ca | [
"MIT"
] | null | null | null | ; Assembly Level Program 8a
; Compute nCr using recursive procedure. Assume that ‘n’ and ‘r’ are non-negative integers.
.model SMALL
.data
N dB 21d
R dB 19d
NCR dW ?
.code
; Initialize Data Segment
MOV AX, @DATA
MOV DS, AX
; Clear NCR
MOV AX, 00h
MOV AL, N
MOV BL, R
MOV NCR, 00h
CALL NCRProcedure
E... | 10.705882 | 91 | 0.695055 |
2ea36406eef8d7031d0c17c142bba303508fd9db | 9,613 | asm | Assembly | Main.asm | DevEd2/DevSound-SMS | 0c9b5ae6d3c13eb952f2b7139145621998ff2f1c | [
"MIT"
] | 1 | 2021-04-26T14:53:38.000Z | 2021-04-26T14:53:38.000Z | Main.asm | DevEd2/DevSound-SMS | 0c9b5ae6d3c13eb952f2b7139145621998ff2f1c | [
"MIT"
] | null | null | null | Main.asm | DevEd2/DevSound-SMS | 0c9b5ae6d3c13eb952f2b7139145621998ff2f1c | [
"MIT"
] | null | null | null | ; Sega Master System test program
.include "SMS.inc"
.org $00
; ================================================================
; Macros
; ================================================================
; USAGE: lcolor reg, R, G, B
; R = Red component (0-3)
; G = Green component (0-3)
; B = Blue c... | 18.486538 | 97 | 0.535733 |
e72bb6ad3f7b7a24ebba52475ccea64791e0fbbd | 22,341 | asm | Assembly | Appl/Art/Decks/GeoDeck/LCGrapes.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Art/Decks/GeoDeck/LCGrapes.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Art/Decks/GeoDeck/LCGrapes.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | LCGrapes label byte
word C_BLACK
Bitmap <71,100,BMC_PACKBITS,BMF_4BIT or mask BMT_MASK>
db 0x00, 0x1f, 0xfa, 0xff, 0x00, 0xf0
db 0x01, 0x22, 0x20, 0xe1, 0x00, 0x01, 0x22, 0x20
db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xfc
db 0x01, 0x20, 0x07, 0xe1, 0x77, 0x01, 0x00, 0x20
db 0x00, 0x7f, 0xfa, 0xff, 0x00, 0xfc
db... | 43.464981 | 57 | 0.624189 |
9b08f2746a3fd8adf402e5f681173a85a41dcde4 | 985 | asm | Assembly | Kernel/asm/time.asm | jcgrethe/Arqui2017 | 1fa12a4111d11bc2a287718a78e4c9c70d548c42 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/time.asm | jcgrethe/Arqui2017 | 1fa12a4111d11bc2a287718a78e4c9c70d548c42 | [
"BSD-3-Clause"
] | null | null | null | Kernel/asm/time.asm | jcgrethe/Arqui2017 | 1fa12a4111d11bc2a287718a78e4c9c70d548c42 | [
"BSD-3-Clause"
] | null | null | null | GLOBAL getMin
GLOBAL getHour
GLOBAL getDay
GLOBAL getMonth
GLOBAL getYear
GLOBAL binaryTime
%include "./asm/macros.m"
section .text
binaryTime:
pushStack
mov rax,0
mov al,0Bh
out 70h,al
in al,71h
or al,4
out 71h,al
leave
... | 16.147541 | 25 | 0.408122 |
7cfa2177edf3454f1a58e63ae7b77a91bb6a3888 | 188 | asm | Assembly | CPU/cpu_test/test_storage/jr.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | 55 | 2021-09-06T12:12:47.000Z | 2022-01-15T04:30:53.000Z | CPU/cpu_test/test_storage/jr.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | null | null | null | CPU/cpu_test/test_storage/jr.asm | SilenceX12138/MIPS-Microsystems | d389b706b0930151a710b544db436c2883af958b | [
"MIT"
] | null | null | null | .text
#ori $t0,10 #can be removed
ori $t1,10
ori $t2,1
beq $t0,$t1,end_loop
nop
jal addone
nop
end_loop:
nop
jal end
addone:
addu $t1,$t1,$t2
jr $ra
end:
| 8.545455 | 30 | 0.56383 |
780af69f81481b1e1e30f22b3defe5b00fcc7d73 | 1,823 | asm | Assembly | codigo/capitulo 52/suma_array.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | 2 | 2020-03-19T19:10:21.000Z | 2021-04-10T16:01:21.000Z | codigo/capitulo 52/suma_array.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | null | null | null | codigo/capitulo 52/suma_array.asm | Nabucodonosor-editorial/ensamblador-x86 | d6d1498e67fdc58278cef9e45cdb5c423ade552f | [
"MIT"
] | null | null | null | extern printf
; utilizaremos la funcion printf de C para imprimir
; un numero decimal en pantalla
section .data
; cada dato esta definido como un double world
; (flotante de 32 bits)
vector dd 7.36464646465, 0.930984158273, 10.6047098049
dd 14.3058722306, 15.2983812149, -17.4394255035
dd -17.8120975978, -1... | 35.745098 | 67 | 0.682392 |
96c553d82ef70d5545808ae394db371639006134 | 674 | asm | Assembly | programs/oeis/088/A088821.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/088/A088821.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/088/A088821.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A088821: a(n) is the sum of smallest prime factors of numbers from 1 to n.
; 0,2,5,7,12,14,21,23,26,28,39,41,54,56,59,61,78,80,99,101,104,106,129,131,136,138,141,143,172,174,205,207,210,212,217,219,256,258,261,263,304,306,349,351,354,356,403,405,412,414,417,419,472,474,479,481,484,486,545,547,608,610,613,615,620,622,... | 29.304348 | 396 | 0.652819 |
a92d5754f8df7d6d4179c9a0ceff388818c10c32 | 6,705 | asm | Assembly | exampl05/mmfdemo/slave/slave.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl05/mmfdemo/slave/slave.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl05/mmfdemo/slave/slave.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | ; #########################################################################
.486 ; create 32 bit code
.model flat, stdcall ; 32 bit memory model
option casemap :none ; case sensitive
include slave.inc ; local includes for this file
include dbmacros.a... | 26.397638 | 81 | 0.480537 |
2ce993131df6c69119c2c07e40e0827365bac015 | 431 | asm | Assembly | src/asm/Fill.asm | shmuga/nadn2tetris | 7a69122a328079958f030f87ff72a53c47d811e7 | [
"MIT"
] | null | null | null | src/asm/Fill.asm | shmuga/nadn2tetris | 7a69122a328079958f030f87ff72a53c47d811e7 | [
"MIT"
] | null | null | null | src/asm/Fill.asm | shmuga/nadn2tetris | 7a69122a328079958f030f87ff72a53c47d811e7 | [
"MIT"
] | null | null | null | (LOOP)
@24576
D=M
@WHITE
D;JEQ
(BLACK)
@R0
M=-1
@PAINT
0;JMP
(WHITE)
@R0
M=0
(PAINT)
// initial values for paint
@8191
D=A
@SCREEN
D=A+D
@counter
M=D
// paint 1 word from the end while not reached start of canvas
(PAINT1)
@R0
D=M
@counter
A=M
M=D
// decrement counter and che... | 8.62 | 63 | 0.582367 |
2cf3e894f2937ebd9f442d0e1cbbcd5db7a4bdd4 | 346 | asm | Assembly | programs/oeis/138/A138432.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/138/A138432.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/138/A138432.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A138432: a(n) = ((n-th prime)^5-(n-th prime)^3)/2.
; 12,108,1500,8232,79860,184548,707472,1234620,3212088,10243380,14299680,34646652,57893640,73464468,114620592,209023308,357359460,422184660,674912172,901935720,1036341288,1538281680,1969234428,2791677240
seq $0,40 ; The prime numbers.
mov $1,$0
pow $1,2
mul $0,$1
su... | 31.454545 | 203 | 0.742775 |
63a23ece5d791e6fe42c9723af36c8d7a0e31d13 | 1,487 | asm | Assembly | programs/oeis/034/A034850.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/034/A034850.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/034/A034850.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A034850: Triangular array formed by taking every other term of Pascal's triangle.
; 1,1,2,1,3,1,6,1,5,10,1,6,20,6,1,21,35,7,1,28,70,28,1,9,84,126,36,1,10,120,252,120,10,1,55,330,462,165,11,1,66,495,924,495,66,1,13,286,1287,1716,715,78,1,14,364,2002,3432,2002,364,14,1,105,1365,5005,6435,3003,455,15,1,120,1820,8008,128... | 212.428571 | 1,282 | 0.780767 |
ee19471a89dc11f5d9a918d33f34836bbb5a2f02 | 335 | asm | Assembly | oeis/021/A021903.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021903.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021903.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021903: Decimal expansion of 1/899.
; Submitted by Jamie Morken(s1.)
; 0,0,1,1,1,2,3,4,7,0,5,2,2,8,0,3,1,1,4,5,7,1,7,4,6,3,8,4,8,7,2,0,8,0,0,8,8,9,8,7,7,6,4,1,8,2,4,2,4,9,1,6,5,7,3,9,7,1,0,7,8,9,7,6,6,4,0,7,1,1,9,0,2,1,1,3,4,5,9,3,9,9,3,3,2,5,9,1,7,6,8,6,3,1,8,1,3,1,2,5
add $0,1
mov $2,10
pow $2,$0
div $2,899
mov $... | 30.454545 | 201 | 0.558209 |
f58a5d876b3c0205ee1d3fde4e2eabefbf966189 | 975,580 | asm | Assembly | win32/VC10/Win32/libxml2_Debug/HTMLparser.asm | txwizard/libxml2_x64_and_ARM | bc19a931370a09ee379d641a7c9a862fecebff3b | [
"MIT"
] | null | null | null | win32/VC10/Win32/libxml2_Debug/HTMLparser.asm | txwizard/libxml2_x64_and_ARM | bc19a931370a09ee379d641a7c9a862fecebff3b | [
"MIT"
] | null | null | null | win32/VC10/Win32/libxml2_Debug/HTMLparser.asm | txwizard/libxml2_x64_and_ARM | bc19a931370a09ee379d641a7c9a862fecebff3b | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27027.1
TITLE C:\Users\DAG\Documents\_Clients\CodeProject Authors Group\Windows on ARM\libxml2\libxml2-2.9.9\HTMLparser.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
PUBLIC ??_C@_0CL@ILDKNODA@greek?5cap... | 24.875822 | 126 | 0.67149 |
96dd1ae92cd4fdc207442eda7f9b695a3d7e09b0 | 365 | asm | Assembly | programs/oeis/131/A131037.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/131/A131037.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/131/A131037.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A131037: Sequence A001333 with last digits set to zero.
; 0,0,0,0,10,40,90,230,570,1390,3360,8110,19600,47320,114240,275800,665850,1607520,3880890,9369310,22619530,54608390,131836320,318281030,768398400,1855077840,4478554080,10812186000,26102926090,63018038200
cal $0,1333 ; Numerators of continued fraction convergen... | 45.625 | 204 | 0.794521 |
a313765f5dee6da01d20e22fb44b7bf9128d5303 | 243 | asm | Assembly | add.asm | deepaksaipendyala/sum_in_mips | 3bd8cab54322e03284c8b751049fa2022ba67cad | [
"MIT"
] | null | null | null | add.asm | deepaksaipendyala/sum_in_mips | 3bd8cab54322e03284c8b751049fa2022ba67cad | [
"MIT"
] | null | null | null | add.asm | deepaksaipendyala/sum_in_mips | 3bd8cab54322e03284c8b751049fa2022ba67cad | [
"MIT"
] | null | null | null | .data
msg1: .asciiz"Enter the num 1:"
msg2: .asciiz"Enter the num 2:"
.text
li $v0,4
la $a0,msg1
syscall
li $v0,5
syscall
move $s0,$v0
li $v0,4
la $a0,msg2
syscall
li $v0,5
syscall
move $s1,$v0
add $s2,$s0,$s1
move $a0,$s2
li $v0,1
syscall | 10.125 | 31 | 0.662551 |
e387de466057308c1bd749820cd6d11d0df7f267 | 627 | asm | Assembly | programs/oeis/165/A165994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/165/A165994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/165/A165994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A165994: a(n) is the number of nonzero values of floor (j^2/prime(n)), over 1 <= j < prime(n).
; 0,1,2,4,7,9,12,14,18,23,25,30,34,36,40,45,51,53,58,62,64,70,73,79,87,90,92,96,98,102,115,119,125,127,136,138,144,150,154,159,165,167,177,179,182,184,196,208,211,213,217,223,225,235,240,246,252,254,260,264,266,275,289,293,... | 78.375 | 366 | 0.69697 |
a8f9af11e7af012d9c1923a15c955021b969e095 | 721 | asm | Assembly | oeis/163/A163844.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/163/A163844.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/163/A163844.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A163844: Row sums of triangle A163841.
; Submitted by Jon Maiga
; 1,5,25,125,621,3065,15051,73645,359485,1752125,8532591,41537105,202200415,984526275,4795673085,23372376525,113978687085,556205251325,2716129289775,13273197773125,64909884686595,317652752793975,1555587408645225,7623031579626625,37380290962433871,1834123... | 34.333333 | 491 | 0.805825 |
cb744b1b4f3ec2c3b40d64d09034438f08a965a3 | 3,412 | asm | Assembly | programs/oeis/017/A017284.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/017/A017284.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017284.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A017284: a(n) = (10*n + 1)^4.
; 1,14641,194481,923521,2825761,6765201,13845841,25411681,43046721,68574961,104060401,151807041,214358881,294499921,395254161,519885601,671898241,855036081,1073283121,1330863361,1632240801,1982119441,2385443281,2847396321,3373402561,3969126001,4640470641,5393580481,6234839521,7170871761,... | 426.5 | 3,340 | 0.915592 |
9f84e9d7c944535a84fa95b05ba1779c6c6182cb | 17,568 | asm | Assembly | ASCI/asc_final/trabalho.asm | MiguelNdeCarvalho/university | ea6ad1ca47089ff46242de2be2f611e3c51c2ce8 | [
"MIT"
] | 2 | 2019-03-24T14:04:51.000Z | 2022-01-05T12:39:07.000Z | ASCI/asc_final/trabalho.asm | MiguelNdeCarvalho/university | ea6ad1ca47089ff46242de2be2f611e3c51c2ce8 | [
"MIT"
] | 1 | 2021-06-25T15:49:43.000Z | 2021-06-25T15:49:43.000Z | ASCI/asc_final/trabalho.asm | MiguelNdeCarvalho/University | ea6ad1ca47089ff46242de2be2f611e3c51c2ce8 | [
"MIT"
] | 1 | 2019-01-15T03:45:28.000Z | 2019-01-15T03:45:28.000Z | ############################################################################################################
# Redução de Ruído #
# Autores: Miguel de Carvalho & Ricardo Oliveira ... | 21.796526 | 109 | 0.498577 |
a8856194105f32c9dddfb8ceb6deefb50f6d67a3 | 381 | asm | Assembly | programs/oeis/076/A076556.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/076/A076556.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/076/A076556.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A076556: Greatest prime divisor of n-th prime + n.
; 3,5,2,11,2,19,3,3,2,13,7,7,3,19,31,23,19,79,43,13,47,101,53,113,61,127,13,5,23,13,79,163,17,173,23,17,97,67,103,71,11,223,13,79,11,7,43,271,23,31,71,97,7,61,13,29,163,47,7,31,43,71,37,5,7,383,199,5,13,419
mov $2,$0
seq $0,40 ; The prime numbers.
add $0,$2
seq $0,6... | 47.625 | 206 | 0.645669 |
53933de3d3787c202f925bac29d146e942ea8ec9 | 8,698 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_540.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_540.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_540.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x18cb1, %r8
nop
nop
nop
xor %r13, %r13
mov $0x6162636465666768, %rdi
movq %rdi, %xmm0
movups %xmm0, (%r8)
nop
nop
sub %r10, %r10
lea addresses_A_ht+0x9099, %rbx
nop
nop
nop
nop... | 30.096886 | 2,999 | 0.653713 |
11042aa19b5292e64a85604656c8b1a3f3ca7068 | 469 | asm | Assembly | GCD/gcd.asm | AbderrhmanAbdellatif/SysPro | fa6ee66a63a62043c5d114bf80efec397fb1a13c | [
"MIT"
] | null | null | null | GCD/gcd.asm | AbderrhmanAbdellatif/SysPro | fa6ee66a63a62043c5d114bf80efec397fb1a13c | [
"MIT"
] | null | null | null | GCD/gcd.asm | AbderrhmanAbdellatif/SysPro | fa6ee66a63a62043c5d114bf80efec397fb1a13c | [
"MIT"
] | null | null | null | segment .text
global gcd
;int gcd(int n1,int n2)
gcd:
push ebp
mov ebp,esp
sub esp,4
mov edx,[ebp+12]; n2
mov ecx,[ebp+8] ; n1
while_:
cmp ecx,edx
jne ending
cmp ecx,edx
jl n2
sub ecx,edx
mov ecx,ecx
n2:
sub edx,ecx ; n2-n1
... | 13.4 | 32 | 0.466951 |
baeb1bfea88e6e802d2fcd5307c57f30680d16bd | 5,734 | asm | Assembly | lib/Runtime/Language/arm64/arm64_CallEhFrame.asm | rekhadpr/demoazure1 | 394d777e507b171876734d871d50e47254636b9d | [
"MIT"
] | 1 | 2021-11-07T18:56:21.000Z | 2021-11-07T18:56:21.000Z | lib/Runtime/Language/arm64/arm64_CallEhFrame.asm | MaxMood96/ChakraCore | 9d9fea268ce1ae6c00873fd966a6a2be048f3455 | [
"MIT"
] | null | null | null | lib/Runtime/Language/arm64/arm64_CallEhFrame.asm | MaxMood96/ChakraCore | 9d9fea268ce1ae6c00873fd966a6a2be048f3455 | [
"MIT"
] | 1 | 2021-09-04T23:26:57.000Z | 2021-09-04T23:26:57.000Z | ;-------------------------------------------------------------------------------------------------------
; Copyright (C) Microsoft. All rights reserved.
; Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
;-------------------------------------------------------------... | 33.729412 | 118 | 0.613533 |
6bf397c28449c2fe63c8d1058287ee94b199122c | 62 | a51 | Assembly | a51test/(16)DCE_@Ri.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(16)DCE_@Ri.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(16)DCE_@Ri.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | MOV 0, #0xF0
MOV 1, #0x80
START:
DEC @R0
DEC @R1
SJMP START | 10.333333 | 12 | 0.645161 |
a897b667338623314ef6732599b2cc18dd39db77 | 186 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshc_cls.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshc_cls.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sdcc_iy/tshc_cls.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void tshc_cls(uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_cls
EXTERN asm_tshc_cls
_tshc_cls:
pop af
pop hl
push hl
push af
jp asm_tshc_cls
| 9.789474 | 27 | 0.704301 |
bafff134f770640c6f59fa64a08e0ed832ad07d2 | 26 | asm | Assembly | src/test/resources/data/searchtests/test1b-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 36 | 2020-06-29T06:52:26.000Z | 2022-02-10T19:41:58.000Z | src/test/resources/data/searchtests/test1b-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 39 | 2020-07-02T18:19:34.000Z | 2022-03-27T18:08:54.000Z | src/test/resources/data/searchtests/test1b-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 7 | 2020-07-02T06:00:05.000Z | 2021-11-28T17:31:13.000Z | ld bc, 4
ld hl, 2
| 8.666667 | 12 | 0.384615 |
ad2443e5d4d6e95be78e5e0cb34217e240666835 | 929 | asm | Assembly | oeis/267/A267246.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/267/A267246.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/267/A267246.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A267246: Binary representation of the n-th iteration of the "Rule 165" elementary cellular automaton starting with a single ON (black) cell.
; Submitted by Jon Maiga
; 1,10,1110,101010,11111110,1011111010,111011101110,10101010101010,1111111111111110,101111111111111010,11101111111111101110,1010101111111110101010,11111... | 132.714286 | 486 | 0.866523 |
c1ed1347686af88340be797fe879b93909f0c521 | 2,647 | asm | Assembly | programs/oeis/032/A032794.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/032/A032794.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/032/A032794.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A032794: Positive integers of the form n(n+1)(n+2)(n+3)(n+4)/(n+(n+1)+(n+2)+(n+3)+(n+4)) that are a multiple of n.
; 8,36,224,756,1232,2808,5544,7488,12852,20672,25704,38456,55440,65780,90720,122148,140616,183744,236096,266112,334628,415584,461168,563472,681912,747684,893376,1059380,1150560,1350440,1575288,1697696,19... | 147.055556 | 2,397 | 0.863997 |
76bcdd5d0aaaacb6e555a983f508fca61bbc45c2 | 10,283 | asm | Assembly | bahamut/source/menu-saves.asm | higan-emu/bahamut-lagoon-translation-kit | 6f08de5b92b597c0b9ecebd485cc975b99acfc13 | [
"0BSD"
] | 2 | 2021-08-15T04:10:10.000Z | 2021-08-15T20:14:13.000Z | bahamut/source/menu-saves.asm | higan-emu/bahamut-lagoon-translation-kit | 6f08de5b92b597c0b9ecebd485cc975b99acfc13 | [
"0BSD"
] | 1 | 2022-02-16T02:46:39.000Z | 2022-02-16T04:30:29.000Z | bahamut/source/menu-saves.asm | higan-emu/bahamut-lagoon-translation-kit | 6f08de5b92b597c0b9ecebd485cc975b99acfc13 | [
"0BSD"
] | 1 | 2021-12-25T11:34:57.000Z | 2021-12-25T11:34:57.000Z | namespace menu {
seek(codeCursor)
//code used by both game loading and saving
namespace saves {
enqueue pc
seek($ee55bb); jsl hookDMA; jmp $5629 //expand chapter name DMA transfer size
//All Slots
seek($eed577); string.skip() //"Chapter" text
seek($eed5d5); string.skip() //"Time" text
see... | 33.937294 | 90 | 0.629291 |
76fb4d610dc8a099faeb45d18d9dbd3442f48810 | 753 | asm | Assembly | oeis/006/A006862.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006862.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006862.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006862: Euclid numbers: 1 + product of the first n primes.
; Submitted by Jon Maiga
; 2,3,7,31,211,2311,30031,510511,9699691,223092871,6469693231,200560490131,7420738134811,304250263527211,13082761331670031,614889782588491411,32589158477190044731,1922760350154212639071,117288381359406970983271,7858321551080267055879... | 32.73913 | 474 | 0.788845 |
fb7aeb22c4c62262bee3d04035b5d0cc287757cf | 2,251 | asm | Assembly | libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_4000/vgl_01_output_4000_oterm_msg_printc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_4000/vgl_01_output_4000_oterm_msg_printc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/target/vgl/driver/terminal/vgl_01_output_4000/vgl_01_output_4000_oterm_msg_printc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z |
INCLUDE "config_private.inc"
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC vgl_01_output_4000_oterm_msg_printc
PUBLIC vgl_01_output_4000_oterm_msg_printc_raw
;PUBLIC vgl_01_output_4000_oterm_msg_printc_cursor
EXTERN vgl_01_output_4000_refresh
vgl_01_output_4000_oterm_msg_printc:
; enter : ... | 24.467391 | 73 | 0.614394 |
726940fdf276daba63010d1d5d9bde5564ff7dba | 541 | asm | Assembly | oeis/066/A066949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/066/A066949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/066/A066949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A066949: Take the sum of the previous two terms, subtract n if this sum is greater than n.
; Submitted by Christian Krause
; 0,1,1,2,3,5,2,7,1,8,9,6,3,9,12,6,2,8,10,18,8,5,13,18,7,25,6,4,10,14,24,7,31,5,2,7,9,16,25,2,27,29,14,43,13,11,24,35,11,46,7,2,9,11,20,31,51,25,18,43,1,44,45,26,7,33,40,6,46,52,28,9,37,46,9,55,6... | 27.05 | 263 | 0.609982 |
28e02e0a6d2c61f2e5ec3764cd52d427b31b63a5 | 500 | asm | Assembly | oeis/213/A213441.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/213/A213441.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/213/A213441.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A213441: Number of 2-colored graphs on n labeled nodes.
; Submitted by Christian Krause
; 0,4,24,160,1440,18304,330624,8488960,309465600,16011372544,1174870185984,122233833963520,18023122242478080,3765668654914699264,1114515608405262434304,467221312005126294077440,277362415313453291571118080,2331504772202131935988563... | 62.5 | 306 | 0.862 |
e43206211a4ae7b7ea7745c71dd79ecaeac5e012 | 223 | asm | Assembly | inc_dec/inc_dec.asm | abhishekmishra/learn_asm | 0416deb1e223142c396f29c4cde8bd083e795c1a | [
"Unlicense"
] | null | null | null | inc_dec/inc_dec.asm | abhishekmishra/learn_asm | 0416deb1e223142c396f29c4cde8bd083e795c1a | [
"Unlicense"
] | null | null | null | inc_dec/inc_dec.asm | abhishekmishra/learn_asm | 0416deb1e223142c396f29c4cde8bd083e795c1a | [
"Unlicense"
] | null | null | null | section .data
section .text
global _start
_start:
nop
;Put your experiments between the two nops...
mov eax, 0FFFFFFFFh
mov ebx, 02Dh
dec ebx
inc eax
;Put your experiments between the two nops...
nop
section .bss
| 13.117647 | 45 | 0.735426 |
699c49821ed98cc159610b91c7cbeab1231fea71 | 13,133 | asm | Assembly | engine/playfieldRenderer/preinit.asm | laoo/TimePilot | 88b2548ab23d213677047ca530b68f9523ea7140 | [
"MIT"
] | 24 | 2018-05-17T05:55:38.000Z | 2021-12-30T10:22:45.000Z | engine/playfieldRenderer/preinit.asm | laoo/TimePilot | 88b2548ab23d213677047ca530b68f9523ea7140 | [
"MIT"
] | 1 | 2018-06-27T11:08:01.000Z | 2018-06-27T11:08:01.000Z | engine/playfieldRenderer/preinit.asm | laoo/TimePilot | 88b2548ab23d213677047ca530b68f9523ea7140 | [
"MIT"
] | 3 | 2018-05-19T03:47:19.000Z | 2021-06-01T12:33:32.000Z |
cPixelsPerByte = 4
cPlanesPerObj = 2 ;graphics and mask
egGfxDataPtr .ds 2
egGfxEnemyPtr .ds 2 ;pointer to beginning of enemy data
ebTmpGfxObj equ zeroPageLocal+0 ;object number
ebTmpHeight equ zeroPageLocal+1
ebTmpWidth equ zeroPageLocal+2
ebTmpSize equ zeroPageLocal+3 ;w
ebTmpGfxSrc equ zeroPageLo... | 22.800347 | 214 | 0.703038 |
2971359fb487162cdbdcc2b9ec1d4235ecfa974a | 502 | asm | Assembly | programs/oeis/171/A171757.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/171/A171757.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/171/A171757.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A171757: Even numbers whose binary expansion begins 10.
; 2,4,8,10,16,18,20,22,32,34,36,38,40,42,44,46,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,256,258,260,262,264,266,268,270,272,274... | 71.714286 | 366 | 0.727092 |
b91eba3704967511f085fe07113b34fa97a88417 | 299 | asm | Assembly | programs/oeis/183/A183002.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/183/A183002.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/183/A183002.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A183002: Partial sums of A161840.
; 0,0,0,2,2,4,4,6,8,10,10,14,14,16,18,22,22,26,26,30,32,34,34,40,42,44,46,50,50,56,56,60,62,64,66,74,74,76,78,84,84,90,90,94,98,100,100,108,110,114,116,120,120,126,128,134,136,138,138
mov $1,$0
seq $0,94820 ; Partial sums of A038548.
sub $0,$1
sub $0,1
mul $0,2
| 33.222222 | 183 | 0.665552 |
21f4b2c82e151686130553810522f48691915110 | 498,723 | asm | Assembly | kernel.asm | phylchen/SPRINGCS153 | 328f9c2b7a46ea7d6a38253fba4a96709d0b3a9c | [
"MIT-0"
] | null | null | null | kernel.asm | phylchen/SPRINGCS153 | 328f9c2b7a46ea7d6a38253fba4a96709d0b3a9c | [
"MIT-0"
] | null | null | null | kernel.asm | phylchen/SPRINGCS153 | 328f9c2b7a46ea7d6a38253fba4a96709d0b3a9c | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
8010... | 45.21924 | 74 | 0.517869 |
c101666b127f26edb11cdde8f3bb0d609dde83bc | 675 | asm | Assembly | oeis/005/A005246.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005246.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005246.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005246: a(n) = (1 + a(n-1)*a(n-2))/a(n-3), a(0) = a(1) = a(2) = 1.
; 1,1,1,2,3,7,11,26,41,97,153,362,571,1351,2131,5042,7953,18817,29681,70226,110771,262087,413403,978122,1542841,3650401,5757961,13623482,21489003,50843527,80198051,189750626,299303201,708158977,1117014753,2642885282,4168755811,9863382151,15558008491,... | 45 | 492 | 0.76 |
e50420797d511de13a8a265277cc7c62db793d04 | 95,155 | asm | Assembly | Library/User/Vis/visSpec.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/User/Vis/visSpec.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/User/Vis/visSpec.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: User/Spec
FILE: visSpec.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Chris 7/91 Initial version
DESCRIPTION:
This f... | 28.904921 | 85 | 0.664715 |
1e015463487c292b0b83caec5bbc568d53b6ded1 | 4,378 | asm | Assembly | FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/RegTest.asm | FMD-AE/FreeRTOS | 426ad44c056c1b41b4a9dca8349d44fbcdfed8ae | [
"MIT"
] | 1 | 2021-11-18T12:37:39.000Z | 2021-11-18T12:37:39.000Z | FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/RegTest.asm | FMD-AE/FreeRTOS | 426ad44c056c1b41b4a9dca8349d44fbcdfed8ae | [
"MIT"
] | null | null | null | FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/RegTest.asm | FMD-AE/FreeRTOS | 426ad44c056c1b41b4a9dca8349d44fbcdfed8ae | [
"MIT"
] | 1 | 2020-11-24T18:31:01.000Z | 2020-11-24T18:31:01.000Z | ;/*
; * FreeRTOS V202111.00
; * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
; *
; * Permission is hereby granted, free of charge, to any person obtaining a copy of
; * this software and associated documentation files (the "Software"), to deal in
; * the Software without restrictio... | 23.923497 | 85 | 0.653038 |
cecfa6aedd25868053d27c76ec555d421d5ad90a | 517 | asm | Assembly | programs/oeis/070/A070803.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070803.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070803.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070803: Number of primes not exceeding sum of divisors of n.
; 0,2,2,4,3,5,4,6,6,7,5,9,6,9,9,11,7,12,8,13,11,11,9,17,11,13,12,16,10,20,11,18,15,16,15,24,12,17,16,24,13,24,14,23,21,20,15,30,16,24,20,25,16,30,20,30,22,24,17,39,18,24,27,31,23,34,19,30,24,34,20,44,21,30,30,34,24,39,22,42,30,30,23,48,28,32,30,41,24,51,29... | 64.625 | 283 | 0.65764 |
6f22ed34800a9fa697c79d162ff8cac5a21f4645 | 7,274 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0xca_notsx.log_21829_1302.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_0xca_notsx.log_21829_1302.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_0xca_notsx.log_21829_1302.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 %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x11193, %rsi
lea addresses_A_ht+0x75d3, %rdi
nop
nop
nop
nop
nop
dec %r12
mov $35, %rcx
rep movsw
inc %rdi
lea addresses_WT_ht+0x1be93, %rax
nop
nop
nop
nop
nop
and $63517, %r12
movb (... | 34.150235 | 2,999 | 0.654798 |
5d6d27244db80e145d6c21c52043e3899728aaf6 | 7,877 | asm | Assembly | master/rcpod-1.0/rcpod-1.0/firmware/descript.asm | AlexRogalskiy/DevArtifacts | 931aabb8cbf27656151c54856eb2ea7d1153203a | [
"MIT"
] | 4 | 2018-09-07T15:35:24.000Z | 2019-03-27T09:48:12.000Z | master/rcpod-1.0/rcpod-1.0/firmware/descript.asm | AlexRogalskiy/DevArtifacts | 931aabb8cbf27656151c54856eb2ea7d1153203a | [
"MIT"
] | 371 | 2020-03-04T21:51:56.000Z | 2022-03-31T20:59:11.000Z | master/rcpod-1.0/rcpod-1.0/firmware/descript.asm | AlexRogalskiy/DevArtifacts | 931aabb8cbf27656151c54856eb2ea7d1153203a | [
"MIT"
] | 3 | 2019-06-18T19:57:17.000Z | 2020-11-06T03:55:08.000Z | ;################################################################################
;
; descript.asm - USB descriptors for the rcpod project
;
; This file is part of the rcpod project. This file is based on the revision 2.00
; USB firmware distributed by Microchip for use with the PIC16C745 and PIC16C765
; microcontrolle... | 25.74183 | 88 | 0.673861 |
f2b4e5570c9e152f04a751121b6e57a10b87f23b | 1,114 | asm | Assembly | programs/oeis/099/A099188.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/099/A099188.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/099/A099188.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A099188: a(n) = 2*ceiling(n/sqrt(2)).
; 0,2,4,6,6,8,10,10,12,14,16,16,18,20,20,22,24,26,26,28,30,30,32,34,34,36,38,40,40,42,44,44,46,48,50,50,52,54,54,56,58,58,60,62,64,64,66,68,68,70,72,74,74,76,78,78,80,82,84,84,86,88,88,90,92,92,94,96,98,98,100,102,102,104,106,108,108,110,112,112,114,116,116,118,120,122,122,124,12... | 61.888889 | 925 | 0.683124 |
d676aba2b75b4652ff5762106c9f5688af095cc3 | 583 | asm | Assembly | caesar.asm | rec0de/RO18 | bf5b17d087243dee78501b515f397f7fe96ee1f5 | [
"Unlicense"
] | null | null | null | caesar.asm | rec0de/RO18 | bf5b17d087243dee78501b515f397f7fe96ee1f5 | [
"Unlicense"
] | null | null | null | caesar.asm | rec0de/RO18 | bf5b17d087243dee78501b515f397f7fe96ee1f5 | [
"Unlicense"
] | null | null | null | .data:
message: .asciiz "JEVGVATZVCFNFFRZOYLFHPXF"
.text
# Find start and end of string and store in $t3 / $t2
la $t2, message
add $t3, $0, $t2
fndloop:
addi $t2, $t2, 1
lb $t0, 0($t2)
bne $t0, $0, fndloop
# Store data length in $t5
sub $t5, $t2, $t3
li $t1, 26
cryptbyte:
lb $t0, 0($t3) # Load next byte
subi $t0, $t... | 20.103448 | 63 | 0.634648 |
d6deebd9c3687c783a809f1d9d57a5a7829b18c1 | 719 | asm | Assembly | oeis/012/A012244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/012/A012244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/012/A012244.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A012244: a(n+2) = (2n+3)*a(n+1) + (n+1)^2*a(n), a(0) = 1, a(1) = 1.
; Submitted by Christian Krause
; 1,1,4,24,204,2220,29520,463680,8401680,172504080,3958113600,100370793600,2787459998400,84139894238400,2742857884166400,96034297911552000,3594206259195552000,143193586818810528000,6050501147565883008000,27026326458923... | 42.294118 | 490 | 0.794159 |
b3bccf3e1ef4eb3c0c8f02879260dcf6d6a8ebd4 | 3,347 | asm | Assembly | libsrc/graphics/putsprite2.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/graphics/putsprite2.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/graphics/putsprite2.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Sprite Rendering Routine
; original code by Patrick Davidson (TI 85)
; modified by Stefano Bodrato - Jan 2001
;
; Sept 2003 - Stefano: Fixed bug for sprites wider than 8.
;
; Much More Generic version
; Uses plotpixel, respixel and xorpixel
;
;
; $Id: putsprite2.asm,v 1.4 2003/09/22 13:30:52 stefano Exp $
;
XLIB... | 12.582707 | 61 | 0.608306 |
8e7d341c54d3212518a10065ccee22fae3d567da | 590 | asm | Assembly | programs/oeis/059/A059293.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/059/A059293.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/059/A059293.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A059293: a(n) = round(n*(5*n - 14)/12) + 1.
; 1,0,0,1,3,6,9,13,18,24,31,39,47,56,66,77,89,102,115,129,144,160,177,195,213,232,252,273,295,318,341,365,390,416,443,471,499,528,558,589,621,654,687,721,756,792,829,867,905,944,984,1025,1067,1110,1153,1197,1242,1288,1335,1383,1431,1480,1530,1581,1633,1686,1739,1793,1848,19... | 36.875 | 426 | 0.684746 |
1dd85e06bf724acc5605c18ee1c523e602a83bfa | 201 | asm | Assembly | asm/amd64/windows-post.asm | dd86k/ddcput | 01f206a6c824f72b94f39c051790ecdaabcf2be4 | [
"MIT"
] | 1 | 2018-09-15T23:29:35.000Z | 2018-09-15T23:29:35.000Z | asm/amd64/windows-post.asm | dd86k/ddcputester | 01f206a6c824f72b94f39c051790ecdaabcf2be4 | [
"MIT"
] | 1 | 2019-11-22T16:34:37.000Z | 2019-11-22T16:34:37.000Z | asm/amd64/windows-post.asm | dd86k/ddcputester | 01f206a6c824f72b94f39c051790ecdaabcf2be4 | [
"MIT"
] | null | null | null | BITS 64
pre_test:
dec edi
jnz near pre_test ; translates to a DWORD
; -- Test finished at this point --
rdtsc
mov [rsi + 8], eax ; __TEST_SETTINGS.ts2_l
mov [rsi + 12], edx ; __TEST_SETTINGS.ts2_h
ret | 20.1 | 43 | 0.721393 |
72310000227209929a29241de9ba24615a956713 | 430 | asm | Assembly | programs/oeis/220/A220494.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/220/A220494.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/220/A220494.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A220494: Number of toothpicks and D-toothpicks after n-th stage in the structure of the D-toothpick "wide" triangle of the first kind.
; 0,1,3,7,11,15,19,27,35,39,43,51,59,67,75,91,107,111,115,123,131,139,147,163,179,187,195,211,227,243,259,291,323,327,331,339,347,355,363,379,395,403,411,427,443,459,475,507,539,547,5... | 39.090909 | 197 | 0.697674 |
e99ede0ed0dabd13278a7058889e0a552c5a2ed8 | 25,550 | asm | Assembly | Driver/Mouse/PS2/ps2.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Mouse/PS2/ps2.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Mouse/PS2/ps2.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: MOUSE DRIVER -- Any Mouse in IBM PS/2 port
FILE: ps2.asm
AUTHOR: Adam de Boor, September 29, 1989
ROUTINES:
Name Description
---- ---------... | 27.35546 | 230 | 0.62454 |
9a7fca0d445a6fa4523ae08202efca41ed352c94 | 401 | asm | Assembly | programs/oeis/302/A302406.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/302/A302406.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/302/A302406.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A302406: Total domination number of the n X n torus grid graph.
; 0,1,2,3,4,8,10,14,16,23,26,33,36,46,50,60,64,77,82,95,100,116,122,138,144,163,170,189,196,218,226,248,256,281,290,315,324,352,362,390,400,431,442,473,484,518,530,564,576,613,626,663,676,716,730,770,784,827,842,885
mov $2,$0
mov $4,$0
lpb $4
add $1,$... | 25.0625 | 215 | 0.643392 |
d9f68f960b526dcd92e4ca322b752c49d37bb7c3 | 483 | asm | Assembly | oeis/225/A225919.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/225/A225919.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/225/A225919.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A225919: a(n) is the least k such that f(a(n-1)+1) + ... + f(k) > f(a(n-2)+1) + ... + f(a(n-1)) for n > 1, where f(n) = 1/(n+4) and a(1) = 1.
; Submitted by Christian Krause
; 1,11,40,124,367,1070,3104,8989,26016,75280,217815,630210,1823388,5275597,15263836,44162700,127775471,369691398,1069624136
add $0,3
mov $2,2
l... | 21 | 143 | 0.583851 |
95d2e6021a2c73688f030adfb06dd80a94f437ed | 342 | asm | Assembly | programs/oeis/069/A069996.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/069/A069996.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/069/A069996.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A069996: Number of spanning trees on the bipartite graph K_{3,n}.
; 1,12,81,432,2025,8748,35721,139968,531441,1968300,7144929,25509168,89813529,312487308,1076168025,3673320192,12440502369,41841412812,139858796529,464904586800,1537671920841,5062810950252,16600580533161
add $0,1
mov $1,$0
pow $0,2
lpb $1
mul $0,3
... | 28.5 | 202 | 0.777778 |
8573e9ed924707b4554867a0262daf5362ff6549 | 268 | asm | Assembly | libsrc/_DEVELOPMENT/input/zx/c/sccz80/in_mouse_amx_init.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/input/zx/c/sccz80/in_mouse_amx_init.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/input/zx/c/sccz80/in_mouse_amx_init.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void in_mouse_amx_init(uint8_t x_vector, uint8_t y_vector)
SECTION code_input
PUBLIC in_mouse_amx_init
EXTERN asm_in_mouse_amx_init
in_mouse_amx_init:
pop af
pop bc
pop de
push de
push bc
push af
ld b,e
jp asm_in_mouse_amx_init
| 12.181818 | 60 | 0.727612 |
a0c4aacb7a0f4fc15f3c8a0f98e4aaa4fb6c0ff4 | 7,309 | asm | Assembly | lib/sc3000_crt0.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | lib/sc3000_crt0.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | lib/sc3000_crt0.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; CRT0 stub for the SEGA SC-3000
;
; Stefano Bodrato - Jun 2010
;
; $Id: sc3000_crt0.asm,v 1.18 2016-07-13 22:12:25 dom Exp $
;
; Constants for ROM mode (-startup=2)
DEFC ROM_Start = $0000
DEFC INT_Start = $0038
DEFC NMI_Start = $0066
DEFC CODE_Start = $0100
DEFC RAM_Start = $C000
DEFC RAM_Len... | 20.705382 | 113 | 0.614858 |
5caa4c52f6c247c6ceef35dfe1bac52c61189e62 | 145 | asm | Assembly | libsrc/_DEVELOPMENT/input/sms/c/sdcc/in_stick_2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/input/sms/c/sdcc/in_stick_2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/input/sms/c/sdcc/in_stick_2.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; uint16_t in_stick_2(void)
SECTION code_clib
SECTION code_input
PUBLIC _in_stick_2
EXTERN asm_in_stick_2
defc _in_stick_2 = asm_in_stick_2
| 12.083333 | 33 | 0.834483 |
d708f87f4c558a6f37fb47429671dbee9921faf5 | 687 | asm | Assembly | src/unison/test/fast/Hexagon/speed/gcc.xexit.xexit.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 88 | 2016-09-27T15:20:07.000Z | 2022-03-24T15:23:06.000Z | src/unison/test/fast/Hexagon/speed/gcc.xexit.xexit.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 56 | 2018-02-26T16:44:15.000Z | 2019-02-23T17:07:32.000Z | src/unison/test/fast/Hexagon/speed/gcc.xexit.xexit.asm | Patstrom/disUnison | 94731ad37cefa9dc3b6472de3adea8a8d5f0a44b | [
"BSD-3-Clause"
] | 10 | 2016-11-22T15:03:46.000Z | 2020-07-13T21:34:31.000Z | .text
.file "gcc.xexit.xexit.ll"
.globl xexit
.align 16
.type xexit,@function
xexit: // @xexit
// BB#0:
{
r16 = r0
memd(r29 + #-16) = r17:16
allocframe(#8)
}
{
r1 = memw(##_xexit_cleanup)
if (cmp.eq(r1.new, #0)) jump:t .LBB0_2
}
{
jump .LBB0_1
}
.LBB0_1:
{
... | 17.615385 | 174 | 0.604076 |
f7a51cc39e6417b698f3940b462bcd4d9fe8e9df | 1,818 | asm | Assembly | programs/oeis/097/A097809.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/097/A097809.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/097/A097809.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A097809: a(n) = 5*2^n-2*n-4.
; 1,4,12,30,68,146,304,622,1260,2538,5096,10214,20452,40930,81888,163806,327644,655322,1310680,2621398,5242836,10485714,20971472,41942990,83886028,167772106,335544264,671088582,1342177220,2684354498,5368709056,10737418174,21474836412,42949672890,85899345848,171798691766,343597383604,68719... | 151.5 | 1,710 | 0.913641 |
9e533805b8a573b6310ce41dff0da4e847595335 | 231 | asm | Assembly | programs/oeis/107/A107973.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/107/A107973.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/107/A107973.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A107973: Numbers of the form a^2 + b for a= 21 to 40 and b= 20 to 1 step -1.
; 461,503,547,593,641,691,743,797,853,911,971,1033,1097,1163,1231,1301,1373,1447,1523,1601
add $0,21
bin $0,2
mov $1,$0
sub $1,210
mul $1,2
add $1,461
| 23.1 | 90 | 0.666667 |
350ebd62f21bbd4cfee04a9c80f948dc4f9cfd11 | 1,261 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_86_3126.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_86_3126.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_86_3126.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 %r11
push %r12
push %r15
push %rbp
push %rdx
push %rsi
// Store
lea addresses_WC+0x221a, %rbp
nop
nop
nop
nop
nop
add $34671, %rsi
mov $0x5152535455565758, %r15
movq %r15, (%rbp)
nop
nop
nop
nop
sub $35359, %r11
// Faulty ... | 20.672131 | 257 | 0.65345 |
e656b80cbc3a5421c0b4995c0d3a55a021c6cf36 | 402 | asm | Assembly | data/maps/objects/VermilionPokecenter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/VermilionPokecenter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/VermilionPokecenter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | VermilionPokecenter_Object:
db $0 ; border block
def_warps
warp 3, 7, 0, LAST_MAP
warp 4, 7, 0, LAST_MAP
def_signs
def_objects
object SPRITE_NURSE, 3, 1, STAY, DOWN, 1 ; person
object SPRITE_FISHING_GURU, 10, 5, STAY, NONE, 2 ; person
object SPRITE_SAILOR, 5, 4, STAY, NONE, 3 ; person
object SPRITE_LIN... | 23.647059 | 63 | 0.728856 |
1d8608d41b54ab88655f49025ce520ffa34ee269 | 48 | asm | Assembly | gfx/pokemon/remoraid/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/remoraid/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/remoraid/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 05
frame 2, 10
frame 3, 10
endanim
| 9.6 | 12 | 0.645833 |
bf5da475936f17786b9d5c471e7ea3f23924b11c | 1,904 | asm | Assembly | Altair101/asm/programs/opOutPlayerGame.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 2 | 2021-12-12T23:27:10.000Z | 2022-02-17T14:01:21.000Z | Altair101/asm/programs/opOutPlayerGame.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | null | null | null | Altair101/asm/programs/opOutPlayerGame.asm | tigerfarm/arduino | e51f111a092fe6737646b146a825f4eecbd05d44 | [
"OLDAP-2.4",
"OLDAP-2.7"
] | 4 | 2021-08-29T19:55:49.000Z | 2022-02-15T08:30:15.000Z | ; ----------------------------------------
; Test MP3 player out ports.
;
; OUT 13, play MP3 and delay based on the default of 300.
... | 50.105263 | 97 | 0.215861 |
26afe1d3d77b9ab99c6b21afbbe3341f5947fc17 | 543 | asm | Assembly | oeis/177/A177353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/177/A177353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/177/A177353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A177353: n! (mod n^2+1).
; Submitted by Christian Krause
; 1,2,6,7,16,17,40,20,30,72,108,45,20,188,206,115,240,0,12,266,0,355,440,17,612,271,260,485,302,459,884,750,930,936,1064,1088,860,0,196,1430,1218,1725,0,143,916,870,0,1990,2024,2419,2,2610,2770,1355,2040,99,0,465,310,2015,432,3125,1480,2074,2982,3912,740,0,3950... | 49.363636 | 394 | 0.699816 |
8d3b98772bdb28b21b5374fbc546d57e8245ae3a | 1,077 | asm | Assembly | programs/oeis/006/A006579.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006579.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/006/A006579.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A006579: Sum of gcd(n,k) for k = 1 to n-1.
; 0,1,2,4,4,9,6,12,12,17,10,28,12,25,30,32,16,45,18,52,44,41,22,76,40,49,54,76,28,105,30,80,72,65,82,132,36,73,86,140,40,153,42,124,144,89,46,192,84,145,114,148,52,189,134,204,128,113,58,300,60,121,210,192,160,249,66,196,156,281,70,348,72,145,250,220,196,297,78,352,216,161,8... | 97.909091 | 959 | 0.712163 |
a7b3da75ac0c1579df1a74f7ced10a2fe3e785a6 | 1,907 | asm | Assembly | dv3/qlsd/getstr.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qlsd/getstr.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | dv3/qlsd/getstr.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; get_str3
; get ONE string from the basic interpreter updating A3
; entry exit
; d0 0 or error
; a1 top of math stack pointer to string on math stack
; a3 ptr to start of parameter updated to point to next parameter
; a5 ptr to end of all parameters preserved
;
; all other registers presered
section pr... | 24.766234 | 66 | 0.657053 |
c4d02806bcb6381d9316079c087d3d838bd29bd6 | 662 | asm | Assembly | programs/oeis/123/A123567.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/123/A123567.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/123/A123567.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A123567: Recursive sum of 2*Omega(n), where Omega(n) is the sequence A001222.
; 3,5,7,11,13,17,19,25,29,33,35,41,43,47,51,59,61,67,69,75,79,83,85,93,97,101,107,113,115,121,123,133,137,141,145,153,155,159,163,171,173,179,181,187,193,197,199,209,213,219,223,229,231,239,243,251,255,259,261,269,271,275,281,293,297,303,30... | 50.923077 | 373 | 0.685801 |
a0343677eac21557c6d292c16b048c765e9587cf | 1,745 | asm | Assembly | programs/oeis/064/A064061.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/064/A064061.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/064/A064061.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A064061: Eighth column of Catalan triangle A009766.
; 429,1430,3432,7072,13260,23256,38760,62016,95931,144210,211508,303600,427570,592020,807300,1085760,1442025,1893294,2459664,3164480,4034712,5101360,6399888,7970688,9859575,12118314,14805180,17985552,21732542,26127660,31261516
mov $23,$0
mov $25,$0
add $25,1
lpb $2... | 18.763441 | 226 | 0.40745 |
8f155052a9237947bc32086f0c1aa8a0fb414cdb | 438 | asm | Assembly | programs/oeis/213/A213443.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213443.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213443.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A213443: a(0)=5, thereafter a(n) = chromatic number (or Heawood number) Chi(n) of surface of genus n.
; 5,7,8,9,10,11,12,12,13,13,14,15,15,16,16,16,17,17,18,18,19,19,19,20,20,20,21,21,21,22,22,22,23,23,23,24,24,24,24,25,25,25,25,26,26,26,27,27,27,27,28,28,28,28,28,29,29,29,29,30,30,30,30,31,31,31,31,31,32,32
mov $1,... | 25.764706 | 207 | 0.621005 |
97166433ad7bf87e7adf82050f56fcb59605e57e | 1,484 | asm | Assembly | ispw/src/test/demo-workspace/rjk2/ASM/CLASMS01.asm | david-kennedy/vscode-ispw | 3d0688ba0038870961879e7dc34c4472d7f7ae72 | [
"MIT"
] | 5 | 2021-03-20T01:09:50.000Z | 2022-01-06T21:51:15.000Z | ispw/src/test/demo-workspace/rjk2/ASM/CLASMS01.asm | david-kennedy/vscode-ispw | 3d0688ba0038870961879e7dc34c4472d7f7ae72 | [
"MIT"
] | null | null | null | ispw/src/test/demo-workspace/rjk2/ASM/CLASMS01.asm | david-kennedy/vscode-ispw | 3d0688ba0038870961879e7dc34c4472d7f7ae72 | [
"MIT"
] | 2 | 2021-11-04T14:45:48.000Z | 2022-02-09T20:04:03.000Z | TITLE 'SEE IF MEMBER IS IN THE PDS'
SPACE 3
CLEQUM01
BASEREG EQU 12
CLASMS01 CSECT
*******************************************************************
** SAVE REGISTERS, ETC.
*******************************************************************
STM R14,R12,12(R13) ... | 46.375 | 73 | 0.328841 |
db147eafb5b1957b238c42e47aba60aab1ec97d2 | 844 | asm | Assembly | oeis/033/A033814.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/033/A033814.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/033/A033814.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A033814: Convolution of positive integers n with Lucas numbers L(k)(A000032) for k >= 4.
; 7,25,61,126,238,426,737,1247,2079,3432,5628,9188,14955,24293,39409,63874,103466,167534,271205,438955,710387,1149580,1860216,3010056,4870543,7880881,12751717,20632902,33384934,54018162,87403433,141421943,228825735,370248048,5990... | 28.133333 | 498 | 0.75 |
bd5455bbe8ac5640ba559dea660b000dafc9909d | 149 | asm | Assembly | 47-Automated-Pleasantries.speed.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 47-Automated-Pleasantries.speed.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | 47-Automated-Pleasantries.speed.size.asm | blueset/7bh-solutions | 988afddf87411bec06ec9e90179b55fb55345a5d | [
"MIT"
] | null | null | null | -- 7 Billion Humans --
-- 47: Automated Pleasantries --
-- Size: 3/3 --
-- Speed: 7/8 --
if w != nothing:
listenfor morning
endif
tell e morning
| 12.416667 | 32 | 0.624161 |
3fd558c1dcc6bcba26cded5d2037759e60703005 | 998 | asm | Assembly | libsrc/input/sc3000/in_KeyPressed.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/input/sc3000/in_KeyPressed.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/input/sc3000/in_KeyPressed.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uint in_KeyPressed(uint scancode)
SECTION code_clib
PUBLIC in_KeyPressed
PUBLIC _in_KeyPressed
; Determines if a key is pressed using the scan code
; returned by in_LookupKey.
; enter : l = scan row
; h = key mask
; exit : carry = key is pressed & HL = 1
; no carry = key not pressed & HL = 0
; use... | 15.121212 | 70 | 0.618236 |
2906bdaad56f01a522dd58f540068b07f0ef98e3 | 337 | asm | Assembly | programs/oeis/261/A261424.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/261/A261424.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/261/A261424.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A261424: Difference between n and the largest palindrome <= n.
; 0,0,0,0,0,0,0,0,0,0,1,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0,1,2,3,4,5,6,7,8,9,10,0
mov $1,$0
seq $1,261423 ; Largest palindrome... | 48.142857 | 209 | 0.578635 |
ec9a5da8d0f5adefcda89134c2fb94399373c545 | 6,573 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_1881.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-7700_9_0x48.log_21829_1881.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-7700_9_0x48.log_21829_1881.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 %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xd7f4, %rcx
nop
nop
nop
cmp $33607, %r13
movl $0x61626364, (%rcx)
xor %rbp, %rbp
lea addresses_normal_ht+0x1e694, %rax
add %rsi, %rsi
movw $0x6162, (%rax)
nop
nop
nop
nop
nop
... | 35.52973 | 2,999 | 0.65267 |
a6781d80264078883df40bdf2d6cbd18415c824c | 62,666 | asm | Assembly | Appl/Bindery/Main/mainProcess.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Bindery/Main/mainProcess.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Bindery/Main/mainProcess.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-1994 -- All Rights Reserved
PROJECT: GEOS
MODULE: Studio
FILE: mainProcess.asm
ROUTINES:
Name Description
---- -----------
INT EncapsulateToTargetVisText
Send a message to the tar... | 25.238019 | 80 | 0.603469 |
b6e9f4a2c335d2e4e613a5b176994e8e33b7877d | 454 | asm | Assembly | programs/oeis/161/A161938.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/161/A161938.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/161/A161938.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A161938: a(n) = ((3+sqrt(2))*(2+sqrt(2))^n + (3-sqrt(2))*(2-sqrt(2))^n)/2.
; 3,8,26,88,300,1024,3496,11936,40752,139136,475040,1621888,5537472,18906112,64549504,220385792,752444160,2569005056,8771131904,29946517504,102243806208,349082189824,1191841146880,4069200207872,13893118537728,47434073735168,161950057865216,552... | 34.923077 | 289 | 0.740088 |
6c253fef8ba8879846036ecde2e6ab8f5798edb1 | 191 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fmul10u.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fmul10u.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fmul10u.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_am9511
PUBLIC cam32_sccz80_fmul10u
EXTERN asm_sccz80_read1, asm_am9511_fmul10u_fastcall
.cam32_sccz80_fmul10u
call asm_sccz80_read1
jp asm_am9511_fmul10u_fastcall
| 17.363636 | 52 | 0.863874 |
fe337853007e4fd60f0651e599d45b952b3c5e86 | 753 | asm | Assembly | oeis/290/A290990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/290/A290990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/290/A290990.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A290990: p-INVERT of the nonnegative integers (A000027), where p(S) = 1 - S - S^2.
; Submitted by Christian Krause
; 0,1,2,5,12,28,64,145,328,743,1686,3830,8704,19781,44950,102133,232048,527208,1197808,2721421,6183108,14048151,31917714,72517738,164761792,374342057,850512458,1932380869,4390407092,9975090996,2266360272... | 41.833333 | 497 | 0.783533 |
49b5a3b72b063a3c60251a577ce7dd740b3d53b3 | 279 | asm | Assembly | pwnlib/shellcraft/templates/arm/linux/setpgid.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 325 | 2016-01-25T08:38:06.000Z | 2022-03-30T14:31:50.000Z | pwnlib/shellcraft/templates/arm/linux/setpgid.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 8 | 2016-08-23T10:15:27.000Z | 2019-01-16T02:49:34.000Z | pwnlib/shellcraft/templates/arm/linux/setpgid.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 71 | 2016-07-13T10:03:52.000Z | 2022-01-10T11:57:34.000Z | <%
from pwnlib.shellcraft.arm.linux import syscall
%>
<%page args="pid, pgid"/>
<%docstring>
Invokes the syscall setpgid. See 'man 2 setpgid' for more information.
Arguments:
pid(pid_t): pid
pgid(pid_t): pgid
</%docstring>
${syscall('SYS_setpgid', pid, pgid)}
| 19.928571 | 71 | 0.673835 |
33ce385baac67b8b20b0405d95bbe83fd704b7e3 | 588 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_free_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_free_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_free_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
; void heap_free(void *heap, void *p)
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_alloc_malloc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $01
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC heap_free_callee
EXTERN asm_heap_free
heap_free_callee:
pop af
pop hl
pop de
push af
... | 15.076923 | 49 | 0.527211 |
4831b9fe997998f0910d25cd52b5ec443eb502ae | 42,334 | asm | Assembly | Engine/Player.asm | gbcompo21/ReboundGB | 68611cf8e35bb03362dd9059173a03796ba3bde4 | [
"MIT"
] | null | null | null | Engine/Player.asm | gbcompo21/ReboundGB | 68611cf8e35bb03362dd9059173a03796ba3bde4 | [
"MIT"
] | null | null | null | Engine/Player.asm | gbcompo21/ReboundGB | 68611cf8e35bb03362dd9059173a03796ba3bde4 | [
"MIT"
] | null | null | null | ; ==================
; Player RAM defines
; ==================
section "Player RAM",wram0
PlayerRAM:
Player_MovementFlags:: db ; bit 0 = moving, bit 7 = dir (0 = left, 1 = right)
Player_XPos:: db ; current X position
Player_XSubpixel:: db ; current X subpixel
Player_YPos:: ... | 24.843897 | 214 | 0.51011 |
756b96a17e196771f5002ad229acc55c2c1ac551 | 275 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_copysign_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_copysign_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_copysign_callee.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; double __CALLEE__ copysign(double x, double y)
SECTION code_fp_math48
PUBLIC cm48_sccz80_copysign_callee
EXTERN am48_copysign, cm48_sccz80p_dcallee2
cm48_sccz80_copysign_callee:
call cm48_sccz80p_dcallee2
; AC'= y
; AC = x
exx
jp am48_copysign
| 14.473684 | 48 | 0.756364 |
cefe698837676c978be571cd0bff502f236cbc4a | 856 | asm | Assembly | lib/target/sc3000/classic/sc3000_crt0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | lib/target/sc3000/classic/sc3000_crt0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | lib/target/sc3000/classic/sc3000_crt0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
MODULE sc3000_crt
defc crt0 = 1
INCLUDE "zcc_opt.def"
EXTERN _main
PUBLIC cleanup
PUBLIC l_dcal
PUBLIC msxbios
; Always use the generic console unless overridden
defc TAR__fputc_cons_generic = 1
defc CONSOLE_COLUMNS = 32
... | 16.784314 | 55 | 0.566589 |
b5ff53f4100065f34de3e11f31a4584999a06191 | 677 | asm | Assembly | projects/07/MemoryAccess/completed/StaticTest/StaticTest.asm | ITFS777/n2t | 5e794244d83c0b31fd172c183b6101dff466d0ee | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/completed/StaticTest/StaticTest.asm | ITFS777/n2t | 5e794244d83c0b31fd172c183b6101dff466d0ee | [
"MIT"
] | null | null | null | projects/07/MemoryAccess/completed/StaticTest/StaticTest.asm | ITFS777/n2t | 5e794244d83c0b31fd172c183b6101dff466d0ee | [
"MIT"
] | null | null | null | @256
D=A
@SP
M=D
@MAIN
0;JMP
(PUSH_TRUE)
@SP
A=M
M=0
M=M-1
@SP
M=M+1
@LCL
A=M
0;JMP
(MAIN)
@111
D=A
@SP
A=M
M=D
@SP
M=M+1
@333
D=A
@SP
A=M
M=D
@SP
M=M+1
@888
D=A
@SP
A=M
M=D
@SP
M=M+1
@SP
M=M-1
A=M
D=M
@16
A=A+1
A=A+1
A=A+1
A=A+1
A=A+1
A=A+1
A=A+1
A=A+1
M=D
@SP
M=M-1... | 5.689076 | 12 | 0.423929 |
18a8b0256cbdacd27d00a284cf683093ba0339da | 106 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/round_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/round_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/round_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math32
PUBLIC _round_fastcall
EXTERN _m32_roundf
defc _round_fastcall = _m32_roundf
| 15.142857 | 35 | 0.839623 |
c6c8ccf8729336e89dd5b042bef5f2a054d4dfb8 | 663 | asm | Assembly | programs/oeis/028/A028949.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/028/A028949.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/028/A028949.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A028949: Write numbers from 1 to n(n+1)/2 in a left-justified lower triangular array (a) downwards and (b) across; a(n) is number of numbers in same position in both.
; 1,3,4,4,5,4,4,6,4,6,4,6,6,4,6,4,6,6,4,6,4,5,8,4,10,4,4,6,6,10,4,4,6,4,6,4,4,10,6,6,4,6,10,4,6,6,6,8,4,6,8,4,6,6,8,6,6,6,6,8,6,4,10,6,6,6,4,10,6,6,4,4... | 36.833333 | 212 | 0.597285 |
bf087b14091b6c4d3c8a414468af0878d4a385a6 | 878 | asm | Assembly | libsrc/sprites/software/sp1/spectrum/collision/SP1IsPt8InRect.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/sprites/software/sp1/spectrum/collision/SP1IsPt8InRect.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/sprites/software/sp1/spectrum/collision/SP1IsPt8InRect.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null |
; SP1IsPt8InRect
; 05.2006 aralbrec, Sprite Pack v3.0
; sinclair spectrum version
; uses rectangles library
XLIB SP1IsPt8InRect
LIB RIsPtInRect8
; Determines if a pixel coordinate lies within an 8-bit
; rectangle described using character coordinates. The
; pixel coordinate is divided by 8 to change to character
; ... | 18.291667 | 57 | 0.6082 |
475b71a2595fffd63c004904e480aaa914814652 | 332 | asm | Assembly | programs/oeis/002/A002264.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/002/A002264.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/002/A002264.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A002264: Nonnegative integers repeated 3 times.
; 0,0,0,1,1,1,2,2,2,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,8,8,8,9,9,9,10,10,10,11,11,11,12,12,12,13,13,13,14,14,14,15,15,15,16,16,16,17,17,17,18,18,18,19,19,19,20,20,20,21,21,21,22,22,22,23,23,23,24,24,24,25,25,25,26,26,26,27,27,27,28,28,28,29,29,29,30,30,30,31,31,31,32,32,32,3... | 66.4 | 271 | 0.64759 |
62b639ac305fafe69bef4613c097d9827f7b2db7 | 21,118 | asm | Assembly | ASM-Homework/Refactor/Print.asm | SokolovVadim/ComputerScience | 226043aa89edaff3a633f7ce98be9f20cf767203 | [
"MIT"
] | null | null | null | ASM-Homework/Refactor/Print.asm | SokolovVadim/ComputerScience | 226043aa89edaff3a633f7ce98be9f20cf767203 | [
"MIT"
] | null | null | null | ASM-Homework/Refactor/Print.asm | SokolovVadim/ComputerScience | 226043aa89edaff3a633f7ce98be9f20cf767203 | [
"MIT"
] | null | null | null | ; DONE!
section .data
msg db '%c want to eat %x and drink %s coffee in %d cups with %x and %b classmates', 0xA, 0xD
msglen equ $ - msg
mystr db 'very-very hot'
mystrlen equ $ - mystr
STRLEN equ 22
STRHEX db '0123456789ABCDEF'
section .bss
buffer resb ... | 28.615176 | 173 | 0.231082 |
4dbdd90496d2715cc8d481f9775e997d93234b4e | 593 | asm | Assembly | oeis/004/A004158.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004158.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004158.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004158: Triangular numbers written backwards.
; Submitted by Jon Maiga
; 0,1,3,6,1,51,12,82,63,54,55,66,87,19,501,21,631,351,171,91,12,132,352,672,3,523,153,873,604,534,564,694,825,165,595,36,666,307,147,87,28,168,309,649,99,5301,1801,8211,6711,5221,5721,6231,8731,1341,5841,451,6951,3561,1171,771,381,1981,3591,6102,... | 39.533333 | 418 | 0.718381 |
168595daa174b37db6f68b85f0b462b089a59711 | 327 | asm | Assembly | programs/oeis/090/A090529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/090/A090529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/090/A090529.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A090529: a(n) is the smallest m such that n <= m!.
; 1,1,2,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5
sub $0,1
mov $1,2
lpb $0
div $0,$1
add $1,1
lpe
sub $1,1
mov... | 27.25 | 201 | 0.519878 |
c9f308f5d23ecd1edca6f6b527e68ca12f1c82fc | 2,517 | asm | Assembly | tests/misc/ifused_test.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/misc/ifused_test.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/misc/ifused_test.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Test case for IFUSED / IFNUSED ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Compilation:
;; sjasmplus.exe ifused_test.asm --lstlab --lst=ifused_test.lst
;;
;; After compilation, please check the listing file "ifused_test.lst"
;; This must generate syntax errors
IFU... | 25.683673 | 78 | 0.474374 |
b31bdd50cd0cfb0d60ccd6b06012ae946395ce56 | 811 | asm | Assembly | oeis/135/A135593.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/135/A135593.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/135/A135593.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A135593: Number of n X n symmetric (0,1)-matrices with exactly n+1 entries equal to 1 and no zero rows or columns.
; Submitted by Jon Maiga
; 2,9,36,140,540,2142,8624,35856,152280,666380,2982672,13716144,64487696,310693320,1528801920,7691652992,39474925344,206758346256,1103332900160,5999356762560,33197323465152,18692... | 67.583333 | 491 | 0.844636 |
9cefa3c89916db22d112f2a2605cf6a4d2b8ade8 | 66,812 | asm | Assembly | Projects/PJZ2/Greetz/Greetz.asm | jonathanbennett73/amiga-pjz-planet-disco-balls | 1890f797ec7e8061ce4bfb9a8e6844f2ce9f6e1b | [
"MIT"
] | 21 | 2021-04-04T06:00:44.000Z | 2022-01-19T19:12:24.000Z | Projects/PJZ2/Greetz/Greetz.asm | jonathanbennett73/amiga-pjz-planet-disco-balls | 1890f797ec7e8061ce4bfb9a8e6844f2ce9f6e1b | [
"MIT"
] | null | null | null | Projects/PJZ2/Greetz/Greetz.asm | jonathanbennett73/amiga-pjz-planet-disco-balls | 1890f797ec7e8061ce4bfb9a8e6844f2ce9f6e1b | [
"MIT"
] | null | null | null | *****************************************************************************
; Name : Template.s
; Coded by : Antiriad (Jonathan Bennett <jon@autoitscript.com)
; Description : Template routine.
; Date last edited : 04/02/2020
****************************************************************************... | 29.239387 | 122 | 0.639331 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.