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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
546d0c2f09b4845cff6595fe33b22adabd24cdd9 | 739 | asm | Assembly | programs/oeis/119/A119387.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/119/A119387.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/119/A119387.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A119387: a(n) = number of binary digits (1's and nonleading 0's) which remain unchanged in their positions when n and (n+1) are written in binary.
; 0,0,1,0,2,1,2,0,3,2,3,1,3,2,3,0,4,3,4,2,4,3,4,1,4,3,4,2,4,3,4,0,5,4,5,3,5,4,5,2,5,4,5,3,5,4,5,1,5,4,5,3,5,4,5,2,5,4,5,3,5,4,5,0,6,5,6,4,6,5,6,3,6,5,6,4,6,5,6,2,6,5,6,4,6... | 56.846154 | 501 | 0.545332 |
f3de7872b53f981e1e9e39c6c5066c7f6528d125 | 2,211 | asm | Assembly | programs/oeis/158/A158369.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158369.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158369.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158369: 576n^2 + 2n.
; 578,2308,5190,9224,14410,20748,28238,36880,46674,57620,69718,82968,97370,112924,129630,147488,166498,186660,207974,230440,254058,278828,304750,331824,360050,389428,419958,451640,484474,518460,553598,589888,627330,665924,705670,746568,788618,831820,876174,921680,968338,1016148,1065110,1115224,1... | 138.1875 | 2,061 | 0.857983 |
6ebbfc8cf0f2d8dd183c4a430447819fbb3db1e3 | 397 | asm | Assembly | Lezioni/Assembly/ISA/2.asm | FoxySeta/unibo-11925-architettura-degli-elaboratori | 91b4b6aca66ea77aa7aa86590a1d7f946689ac31 | [
"MIT"
] | 2 | 2021-11-02T17:35:58.000Z | 2021-12-04T17:00:26.000Z | Lezioni/Assembly/ISA/2.asm | FoxySeta/unibo-11925-architettura-degli-elaboratori | 91b4b6aca66ea77aa7aa86590a1d7f946689ac31 | [
"MIT"
] | null | null | null | Lezioni/Assembly/ISA/2.asm | FoxySeta/unibo-11925-architettura-degli-elaboratori | 91b4b6aca66ea77aa7aa86590a1d7f946689ac31 | [
"MIT"
] | 1 | 2021-11-14T19:51:18.000Z | 2021-11-14T19:51:18.000Z | /*
Università di Bologna
Corso di laurea in Informatica
11925 - Architettura degli elaboratori
Stefano Volpe #969766
28/10/2020
2.asm
RAM[RAM[0],…,RAM[1]] = 1,…,1
assumendo RAM[1] > RAM[0]
*/
(LOOP) // do
@1
D = M // D = RAM[1]
A = D
M = 1 // RAM[D] = 1
@1
M = M - 1 // --RAM[1]
@0
D ... | 14.703704 | 42 | 0.508816 |
1bc94e1b1ca4a5964fc10a3420d3d31b36798656 | 230 | asm | Assembly | software/obsolete/new-rom/ui_panel.asm | Noah1989/micro-21 | f574c3dd089ee93737c8babc6f5eddf85e66987e | [
"MIT"
] | 1 | 2019-05-17T14:43:17.000Z | 2019-05-17T14:43:17.000Z | software/obsolete/new-rom/ui_panel.asm | Noah1989/loopmicro | 4d9a49b0aeee1d58aa712c7509cbb46d32477e16 | [
"MIT"
] | null | null | null | software/obsolete/new-rom/ui_panel.asm | Noah1989/loopmicro | 4d9a49b0aeee1d58aa712c7509cbb46d32477e16 | [
"MIT"
] | null | null | null | public ui_panel_IX_draw
extern ui_box_IX_fill_color_L_character_H
include "ui.inc"
ui_panel_IX_draw:
LD L, (IX+ui_panel_background_color)
LD H, (IX+ui_panel_background_character)
CALL ui_box_IX_fill_color_L_character_H
RET
| 19.166667 | 41 | 0.847826 |
4f326a9d407d9fda1f20ca82cddd42c0d50e1d4b | 12,630 | asm | Assembly | P6/data_P6_2/ALUTest182.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/ALUTest182.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/ALUTest182.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | srav $3,$3,$3
slti $6,$5,-8741
lh $3,16($0)
sra $4,$4,14
slt $4,$4,$3
addiu $1,$4,13651
srlv $5,$1,$3
or $3,$5,$3
srlv $1,$4,$3
subu $5,$3,$3
lbu $3,16($0)
sltu $3,$3,$3
addu $4,$3,$3
sltu $0,$6,$3
addiu $3,$5,-11656
xori $6,$3,36758
lw $1,8($0)
or $4,$3,$3
sllv $4,$3,$3
srl $5,$5,11
srav $3,$3,$3
sltiu $0,$6,-31455
sw... | 14.206974 | 18 | 0.526683 |
92a0d9cdb0a600f2a54dbd9d29f7a478606b45d0 | 119 | asm | Assembly | modules/incrementCursor.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | 2 | 2021-05-08T20:51:42.000Z | 2021-05-08T20:52:06.000Z | modules/incrementCursor.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | null | null | null | modules/incrementCursor.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | 2 | 2020-12-14T00:09:01.000Z | 2021-03-25T14:07:08.000Z | INCREMENT_CURSOR:
mov A, #0Eh
INC 70h
CALL delay
CJNE A, 70h, RETURN
mov 70h, #40h
RET
RETURN:
RET
| 10.818182 | 23 | 0.613445 |
cd179fb341facb7752f9d61599d79e1ea5d0ba1c | 776 | asm | Assembly | Miei-sorgenti/new/Seconda lezione/Versione 2/rwmemoria.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | 1 | 2019-03-06T13:26:10.000Z | 2019-03-06T13:26:10.000Z | Miei-sorgenti/new/Seconda lezione/Versione 2/rwmemoria.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | null | null | null | Miei-sorgenti/new/Seconda lezione/Versione 2/rwmemoria.asm | DigiOhhh/LabArchitettura2-2017-2018 | da34b9a75ab2945ac70d5cbf69395d0db5172f6f | [
"MIT"
] | 1 | 2019-03-06T13:25:28.000Z | 2019-03-06T13:25:28.000Z | # Si scriva il codice Assembly che effettui:
# A[99] = 5 + B[i] + C
#
# Inizializzazione dei registri indirizzi:
# i vettori A e B contengono 100 elementi, ogni elemento è un intero a 32 bit;
# variabili C e i sono interi a 32 bit.
#
# Inizializzazione dei valori dati in memoria:
# i = 3, C = 2, B[i] = 10.
.data
A: ... | 15.836735 | 78 | 0.551546 |
befee9fd24db3c162cf93cd474722446cee8fc74 | 4,522 | asm | Assembly | source/code/extern.asm | paulscottrobson/rpl-c | 2ee72fd0a3381c8b57e7b3af1080733f76e4781d | [
"MIT"
] | 1 | 2020-02-04T09:22:24.000Z | 2020-02-04T09:22:24.000Z | source/code/extern.asm | paulscottrobson/rpl-c | 2ee72fd0a3381c8b57e7b3af1080733f76e4781d | [
"MIT"
] | 10 | 2020-01-16T08:26:12.000Z | 2020-01-20T18:46:48.000Z | source/code/extern.asm | paulscottrobson/rpl-c | 2ee72fd0a3381c8b57e7b3af1080733f76e4781d | [
"MIT"
] | null | null | null | ; ******************************************************************************
; ******************************************************************************
;
; Name : extern.asm
; Purpose : External functionality
; Author : Paul Robson (paul@robsons.org.uk)
; Created : 10th January 2020
;
; *************... | 18.920502 | 80 | 0.336134 |
dd4b5fc719f31140c4085674f588de1c82417a59 | 2,779 | asm | Assembly | source/main/evaluate/dereference.asm | paulscottrobson/6502-basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 3 | 2021-09-30T19:34:11.000Z | 2021-10-31T06:55:50.000Z | source/main/evaluate/dereference.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | null | null | null | source/main/evaluate/dereference.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 1 | 2021-12-07T21:58:44.000Z | 2021-12-07T21:58:44.000Z | ; ************************************************************************************************
; ************************************************************************************************
;
; Name: dereference.asm
; Purpose: Dereference code - convert a ref to a value to the value.
; (variables and poi... | 27.514851 | 98 | 0.405182 |
37f93d43015d13c5baf92d7ed1db5a5ca3c840fb | 482 | asm | Assembly | data/mapObjects/CinnabarLabMetronomeRoom.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/CinnabarLabMetronomeRoom.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/CinnabarLabMetronomeRoom.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | CinnabarLabMetronomeRoom_Object:
db $17 ; border block
db 2 ; warps
warp 2, 7, 3, CINNABAR_LAB
warp 3, 7, 3, CINNABAR_LAB
db 3 ; signs
sign 0, 4, 3 ; Lab3Text3
sign 1, 4, 4 ; Lab3Text4
sign 2, 1, 5 ; Lab3Text5
db 2 ; objects
object SPRITE_OAK_AIDE, 7, 2, STAY, DOWN, 1 ; person
object SPRITE_OAK_AIDE, 2, 3... | 24.1 | 63 | 0.715768 |
c72cac0265ca1b3732b2006bc91f5a75617d51b0 | 5,578 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1362.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1362.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_1362.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 %r15
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x49cb, %rsi
lea addresses_D_ht+0x16373, %rdi
clflush (%rsi)
dec %r15
mov $60, %rcx
rep movsq
nop
cmp $18576, %rbx
lea addresses_normal_ht+0x14933, %rbp
nop
nop
nop
sub %r8, %r8... | 44.624 | 2,999 | 0.664217 |
b41a25d6c02d171111648b1cd9fa88a96fda9757 | 7,611 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_5995_145.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_5995_145.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_5995_145.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 %r12
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x14c59, %r11
nop
nop
nop
nop
nop
and %r10, %r10
mov $0x6162636465666768, %rdx
movq %rdx, %xmm5
vmovups %ymm5, (%r11)
nop
xor %rax, %rax
lea addresses_... | 33.977679 | 2,999 | 0.661411 |
8b11d1678e0b2ce569c54f861a0cb8ecf19655a6 | 405 | asm | Assembly | programs/oeis/208/A208064.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/208/A208064.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/208/A208064.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A208064: Number of n X 3 0..1 arrays avoiding 0 0 0 and 1 1 1 horizontally and 0 0 1 and 0 1 1 vertically.
; 6,36,72,144,216,324,432,576,720,900,1080,1296,1512,1764,2016,2304,2592,2916,3240,3600,3960,4356,4752,5184,5616,6084,6552,7056,7560,8100,8640,9216,9792,10404,11016,11664,12312,12996,13680,14400,15120,15876,1663... | 31.153846 | 212 | 0.716049 |
9fea43ff627ca7f04f6e324b54a32a0ca923bad6 | 340 | asm | Assembly | programs/oeis/089/A089013.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/089/A089013.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/089/A089013.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A089013: a(n) = (A088567(8n) mod 2).
; 1,0,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0,0,1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,0,1,1,0,1,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,1,1,0,0,0,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,0,1,0,0,1,1,1,0,0,1,1,0,1,1,1,0,0,1
mul $0,3
seq $0,38189 ; Bit to left of least significant 1-bit in binary expan... | 48.571429 | 201 | 0.564706 |
bef342948bb8360aceba664996ae0ab4a5cd751e | 7,030 | asm | Assembly | Transynther/x86/_processed/NC/_ht_st_zr_un_sm_/i7-7700_9_0x48_notsx.log_21829_803.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_sm_/i7-7700_9_0x48_notsx.log_21829_803.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_sm_/i7-7700_9_0x48_notsx.log_21829_803.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x11331, %r10
nop
nop
nop
xor %r15, %r15
movups (%r10), %xmm5
vpextrq $1, %xmm5, %r12
nop
nop
nop
and %r13, %r13
lea addresses_WC_ht+0xfaf4, %rsi
lea addresses_UC_ht+0x1b894, %... | 49.858156 | 2,999 | 0.61138 |
b0c398874a79d27e0cd5b919634fc727b16a1794 | 8,931 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_21829_1102.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_notsx.log_21829_1102.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_notsx.log_21829_1102.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 %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x18745, %rax
nop
add %r10, %r10
vmovups (%rax), %ymm5
vextracti128 $1, %ymm5, %xmm5
vpextrq $0, %xmm5, %r9
nop
nop
nop
dec %rbp
lea addresses_WT_ht+0x2b45, %r12
nop
... | 30.481229 | 2,999 | 0.652782 |
c773ccb05d768dd84ad9dd2e8ebfee33d16f7c97 | 7,155 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1453.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1453.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1453.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x80a, %rsi
lea addresses_A_ht+0x1120a, %rdi
sub %rbp, %rbp
mov $92, %rcx
rep movsq
nop
add %rax, %rax
lea addresses_A_ht+0x160a, %r14
nop
nop
nop
nop
and %rax, %rax
mov $... | 35.420792 | 2,999 | 0.654228 |
2a82126a56b7a29bb213e44c988df8e9595539aa | 1,638 | asm | Assembly | src/objects/player_hair.asm | matanui159/celeste-gameboy | 66688fb8508bfaa1712e764a3416db964c51ed59 | [
"MIT"
] | 8 | 2022-03-19T23:48:25.000Z | 2022-03-29T04:37:37.000Z | src/objects/player_hair.asm | matanui159/celeste-gameboy | 66688fb8508bfaa1712e764a3416db964c51ed59 | [
"MIT"
] | null | null | null | src/objects/player_hair.asm | matanui159/celeste-gameboy | 66688fb8508bfaa1712e764a3416db964c51ed59 | [
"MIT"
] | 1 | 2022-03-20T20:53:25.000Z | 2022-03-20T20:53:25.000Z | include "../hardware.inc"
section "Player hair ROM", rom0
;; Updates the players palette based on how many dashes they have
;; @param b: Dash count
PlayerHairPalette::
ld hl, wObjectPlayer + OAMA_FLAGS
ld a, [hl]
and a, ~OAMF_PALMASK
ld d, a
; We can compare against one so we can check less-than ... | 26 | 78 | 0.635531 |
bcf96d6c0b774bcbc06ccd163c8c6db96b22e573 | 458 | asm | Assembly | src/loader.asm | altaris/potatos | 51131c968fd94aa03b6d84db6cc28f6bc04ac886 | [
"MIT"
] | null | null | null | src/loader.asm | altaris/potatos | 51131c968fd94aa03b6d84db6cc28f6bc04ac886 | [
"MIT"
] | null | null | null | src/loader.asm | altaris/potatos | 51131c968fd94aa03b6d84db6cc28f6bc04ac886 | [
"MIT"
] | null | null | null | bits 32 ;nasm directive - 32 bit
section .text ;multiboot spec
align 4
dd 0x1BADB002 ;magic
dd 0x00 ;flags
dd - (0x1BADB002 + 0x00) ;checksum. m+f+c should be zero
extern kernelMain
global start
start:
cli ;block interrupts
mov esp, stack_sp... | 21.809524 | 60 | 0.58952 |
27d00e0df9c9db2d59008539501ecdf1de0e1c09 | 709 | asm | Assembly | Examples/common-gateway-interface/cookies.asm | agguro/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | 6 | 2020-07-19T18:34:43.000Z | 2022-03-26T10:21:09.000Z | Examples/common-gateway-interface/cookies.asm | NrdyBhu1/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | null | null | null | Examples/common-gateway-interface/cookies.asm | NrdyBhu1/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | 3 | 2020-07-19T18:35:10.000Z | 2021-07-25T17:34:50.000Z | ;Name: cookies.asm
;
;Build: nasm -felf64 cookies.asm -o cookies.o
; ld -s -melf_x86_64 -o cookies cookies.o
;
;Description: set cookies
; Send cookies to web client demo
bits 64
[list -]
%include "unistd.inc"
[list +]
section .data
cookies:
db "Set-Cookie:UserID=XY... | 21.484848 | 91 | 0.64598 |
00afea5d184b7188e68c1077491f68be0800ff3b | 6,066 | asm | Assembly | external/defyx/src/jit_compiler_x86_static.asm | blackrangersoftware/brs-scala | d460e4f53a931e154869eb8f25873fbc3f8a2117 | [
"MIT"
] | null | null | null | external/defyx/src/jit_compiler_x86_static.asm | blackrangersoftware/brs-scala | d460e4f53a931e154869eb8f25873fbc3f8a2117 | [
"MIT"
] | null | null | null | external/defyx/src/jit_compiler_x86_static.asm | blackrangersoftware/brs-scala | d460e4f53a931e154869eb8f25873fbc3f8a2117 | [
"MIT"
] | null | null | null | ; Copyright (c) 2018-2019, tevador <tevador@gmail.com>
;
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
; * Redistributions of source code must retain the above copyright
; notice, this list ... | 26.722467 | 125 | 0.810748 |
f8538036a535259bf0209ef2c8f1415902c7cfc9 | 691 | asm | Assembly | oeis/002/A002019.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/002/A002019.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/002/A002019.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A002019: a(n) = a(n-1) - (n-1)(n-2)a(n-2).
; Submitted by Christian Krause
; 1,1,1,-1,-7,5,145,-5,-6095,-5815,433025,956375,-46676375,-172917875,7108596625,38579649875,-1454225641375,-10713341611375,384836032842625,3663118565923375,-127950804666254375,-1519935859717136875,52219402100109700625,754429769289426936875,-2... | 38.388889 | 475 | 0.772793 |
b960dd03b5453b00487159a56cbb770e7a880b8b | 788 | asm | Assembly | libsrc/_DEVELOPMENT/drivers/character/character_00/output/character_00_output/character_00_output_stdio_msg_ictl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/drivers/character/character_00/output/character_00_output/character_00_output_stdio_msg_ictl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/drivers/character/character_00/output/character_00_output/character_00_output_stdio_msg_ictl.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
SECTION code_driver_character_output
PUBLIC character_00_output_stdio_msg_ictl
EXTERN asm_vioctl_driver
character_00_output_stdio_msg_ictl:
; ioctl messages understood:
;
; defc IOCTL_OCHAR_CRLF = $c014
;
; enter : ix = & FDSTRUCT.JP
; bc = first parameter
; ... | 17.511111 | 68 | 0.612944 |
6b8dcb070629782610a59144926da3a38c88e30c | 2,233 | asm | Assembly | PRG/levels/Ice/Unused7.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/Unused7.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/Unused7.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $B7BA
; "Unused Level 7"
.word Unused7_EndL ; Alternate level layout
.word Unused7_EndO ; Alternate object layout
.byte LEVEL1_SIZE_08 | LEVEL1_YSTART_070
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_12 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3... | 69.78125 | 85 | 0.497089 |
546965eba9f44f0e75de41c29d5862a7040fed82 | 386 | asm | Assembly | oeis/101/A101468.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/101/A101468.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/101/A101468.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A101468: Triangle read by rows: T(n,k)=(n+1-k)*(3*k+1).
; Submitted by Simon Strandgaard
; 1,2,4,3,8,7,4,12,14,10,5,16,21,20,13,6,20,28,30,26,16,7,24,35,40,39,32,19,8,28,42,50,52,48,38,22,9,32,49,60,65,64,57,44,25,10,36,56,70,78,80,76,66,50,28,11,40,63,80,91,96,95,88,75,56,31,12,44,70,90,104,112,114
lpb $0
add $1,... | 27.571429 | 211 | 0.621762 |
036b7c3cd60476900ea5347ad20f51a50cf217d7 | 7,449 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_296.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.log_21829_296.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.log_21829_296.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1bd44, %rsi
lea addresses_normal_ht+0x10d9c, %rdi
nop
xor %r14, %r14
mov $73, %rcx
rep movsl
nop
nop
nop
nop
nop
xor $65180, %r11
lea addresses_WT_ht+0xdb74, %r9
nop
and %rcx,... | 34.169725 | 2,999 | 0.658075 |
75a3e2f68884a61c2fc2a2718cd93ae3c8181a6e | 546 | asm | Assembly | oeis/026/A026169.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026169.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026169.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026169: a(n) = s(k), where k is the n-th number k such that s(j)<s(k) for all j<k, where s = A026166.
; Submitted by Christian Krause
; 1,2,4,8,10,16,20,22,26,28,34,40,44,46,52,56,58,62,64,70,74,76,80,82,88,94,98,100,106,112,116,118,124,128,130,134,136,142,148,152,154,160,164,166,170,172,178,182,184,188,190,196,202,... | 42 | 186 | 0.628205 |
aab72ea210e97014f9c60b5c3502a16a5c532c72 | 184 | asm | Assembly | data/pokemon/dex_entries/regice.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/regice.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/regice.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "ICEBERG@" ; species name
db "It is said to have"
next "slept in a glacier"
next "for thousands of"
page "years. Its body"
next "can't be melted,"
next "even by magma.@"
| 18.4 | 29 | 0.652174 |
b3020e1a83c197ff7b69bdd24052b2143fc74020 | 5,712 | asm | Assembly | Firmware/Libraries/STM8_SelfTest_Library/src/stm8_stl_fullRam_IAR.asm | SergeiSOficial/AESTOUS_STM8 | 9f155667e2ad08dada069a89ee860aecad9fe6a0 | [
"CC0-1.0"
] | null | null | null | Firmware/Libraries/STM8_SelfTest_Library/src/stm8_stl_fullRam_IAR.asm | SergeiSOficial/AESTOUS_STM8 | 9f155667e2ad08dada069a89ee860aecad9fe6a0 | [
"CC0-1.0"
] | null | null | null | Firmware/Libraries/STM8_SelfTest_Library/src/stm8_stl_fullRam_IAR.asm | SergeiSOficial/AESTOUS_STM8 | 9f155667e2ad08dada069a89ee860aecad9fe6a0 | [
"CC0-1.0"
] | null | null | null | ;******************* (C) COPYRIGHT 2017 STMicroelectronics ********************
; File Name : stm8_stl_fullRam_IAR.s
; Description : This file contains the RAM functional test to be done at
; start-up. This test is destructive and will initialize
; the whole RAM... | 43.272727 | 82 | 0.568452 |
28d645af01c51472ac0f23746c86b8085d160c02 | 277 | asm | Assembly | programs/oeis/021/A021275.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/021/A021275.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/021/A021275.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A021275: Decimal expansion of 1/271.
; 0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6,9,0,0,3,6
mov $1,$0
mod $1,5
trn $1,1
mul $1,3
| 34.625 | 199 | 0.534296 |
bf18269c2591078895dff52140d8dd8d9a82b9fa | 128 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sccz80/perror.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdio/c/sccz80/perror.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdio/c/sccz80/perror.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void perror(const char *s)
SECTION code_clib
SECTION code_stdio
PUBLIC perror
EXTERN asm_perror
defc perror = asm_perror
| 10.666667 | 28 | 0.789063 |
b28ab0f0afba540e76e54ed5ef4b952cdce9cbbf | 549 | asm | Assembly | programs/oeis/031/A031973.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/031/A031973.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/031/A031973.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A031973: a(n) = Sum_{k=0..n} n^k.
; 1,2,7,40,341,3906,55987,960800,19173961,435848050,11111111111,313842837672,9726655034461,328114698808274,11966776581370171,469172025408063616,19676527011956855057,878942778254232811938,41660902667961039785743,2088331858752553232964200,110376421052631578947368421,6134716369305281647... | 42.230769 | 428 | 0.839709 |
0c863a00340bc173a4fa3c5824ade66b82759448 | 623 | asm | Assembly | src/firmware/Platform/Motor/SoftStopState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware/Platform/Motor/SoftStopState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware/Platform/Motor/SoftStopState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "Motor.inc"
#include "States.inc"
#include "WaitState.inc"
radix decimal
DUTY_CYCLE_DECREMENT equ 6
defineMotorState MOTOR_STATE_SOFTSTOP
decreaseDutyCycle:
.setBankFor CCPR1L
movlw DUTY_CYCLE_DECREMENT
subwf CCPR1L, W
btfss STATUS, C
goto softStopFinished
movwf CCP... | 18.878788 | 66 | 0.812199 |
f463c796c13def667408f694b98166b5807b2894 | 2,952 | asm | Assembly | src/isr.asm | Garuflax/orga2-tp-final | d2b77213a37822bc3f3a2dbb8d5009f2f72f59ed | [
"MIT"
] | null | null | null | src/isr.asm | Garuflax/orga2-tp-final | d2b77213a37822bc3f3a2dbb8d5009f2f72f59ed | [
"MIT"
] | null | null | null | src/isr.asm | Garuflax/orga2-tp-final | d2b77213a37822bc3f3a2dbb8d5009f2f72f59ed | [
"MIT"
] | null | null | null | ; ** por compatibilidad se omiten tildes **
; ==================================================================================
; TRABAJO PRACTICO FINAL - System Programming - ORGANIZACION DE COMPUTADOR II - FCEN
; ==================================================================================
; definicion de rutin... | 21.547445 | 84 | 0.549458 |
c82395d93c33c1f55a5e57a9e899461fc247a76f | 386 | asm | Assembly | programs/oeis/128/A128219.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/128/A128219.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/128/A128219.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A128219: A000012 * A127701. a(1) = 1, a(2) = 2, a(3) = 2; by rows, n-1 terms of 2, 3, 4...followed by "n".
; 1,2,2,2,3,3,2,3,4,4,2,3,4,5,5,2,3,4,5,6,6,2,3,4,5,6,7,7,2,3,4,5,6,7,8,8,2,3,4,5,6,7,8,9,9,2,3,4,5,6,7,8,9,10,10,2,3,4,5,6,7,8,9,10,11,11,2,3,4,5,6,7,8,9,10,11,12,12,2,3,4,5,6
lpb $0
add $1,1
mov $2,$0
s... | 25.733333 | 176 | 0.518135 |
9380119285c1e5bde4a19693b7a7873cdf4f7f8f | 621 | asm | Assembly | oeis/029/A029145.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/029/A029145.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/029/A029145.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A029145: Expansion of 1/((1-x^2)(1-x^3)(1-x^5)(1-x^8)).
; 1,0,1,1,1,2,2,2,4,3,5,5,6,7,8,9,11,11,14,14,17,18,20,22,25,26,30,31,35,37,41,43,48,50,55,58,63,66,72,75,82,85,92,96,103,108,115,120,129,133,143,148,157,164,173,180,191,197,209,216,228,236,248,257,270,279,293,302,317,327,342,353,369,380,397,409,426,439,457,470,... | 31.05 | 341 | 0.608696 |
351ebd5dcfe1f9464b1e3e4c56ecafdf99034f77 | 5,509 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_14_566.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_14_566.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_14_566.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1af78, %r14
nop
nop
nop
nop
nop
xor $33542, %r13
mov (%r14), %rcx
sub %rsi, %rsi
lea addresses_D_ht+0xd778, %rdx
xor %r14, %r14
movl $0x61626364, (%rdx)
xor $56836, %r8
l... | 20.403704 | 149 | 0.646578 |
568a888f0caeed0208308623d90f3fedecb6a0d8 | 483 | asm | Assembly | src/paradrop.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/paradrop.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/paradrop.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | %include "TiberianSun.inc"
%include "macros/patch.inc"
%include "macros/datatypes.inc"
;; Dropships need to have ammo in order to paradrop their cargo
;; This sets ammo count to cargo/5 rounded up.
hack 0x00408A1F, 0x00408A25
push ebx
mov eax, [esi+0xA0] ; Cargo Count
add eax, 4 ;... | 21.954545 | 63 | 0.619048 |
e5ac6e31a7f5e5253cded5d6b8e7f40d7e4c0574 | 527 | asm | Assembly | oeis/078/A078719.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/078/A078719.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/078/A078719.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A078719: Number of odd terms among n, f(n), f(f(n)), ...., 1 for the Collatz function (that is, until reaching "1" for the first time), or -1 if 1 is never reached.
; Submitted by Jon Maiga
; 1,1,3,1,2,3,6,1,7,2,5,3,3,6,6,1,4,7,7,2,2,5,5,3,8,3,42,6,6,6,40,1,9,4,4,7,7,7,12,2,41,2,10,5,5,5,39,3,8,8,8,3,3,42,42,6,11,6,1... | 75.285714 | 226 | 0.624288 |
da0cf5e0be9fe6567bd1c732e75ea58a9060d001 | 456 | asm | Assembly | s2/sfx-original/A2 - Spike Switch.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/sfx-original/A2 - Spike Switch.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/sfx-original/A2 - Spike Switch.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound22_SpikeSwitch_Header:
smpsHeaderStartSong 2
smpsHeaderVoiceNull
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cPSG3, Sound22_SpikeSwitch_PSG3, $00, $00
; PSG3 Data
Sound22_SpikeSwitch_PSG3:
smpsModSet $01, $01, $F0, $08
smpsPSGform $E7
dc.b nEb5, $04, nCs6, $04
S... | 22.8 | 63 | 0.730263 |
d014cf0464a95f6eeab36a62853a4b2866335791 | 9,551 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_950.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_0xca_notsx.log_21829_950.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_0xca_notsx.log_21829_950.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x169e5, %r8
nop
nop
nop
nop
nop
cmp $1856, %rbp
movb $0x61, (%r8)
nop
nop
nop
inc %rdx
lea addresses_D_ht+0x183b5, %rsi
lea addresses_D_ht+0x1b3d5, %rdi
nop
nop
nop
sub %r12, ... | 28.681682 | 2,999 | 0.651136 |
8996f851e8f9e48cb020c8ab138140e03a3272c3 | 597 | asm | Assembly | oeis/286/A286750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/286/A286750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/286/A286750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A286750: Positions of 0 in A286749; complement of A286751.
; Submitted by Simon Strandgaard
; 3,4,8,9,12,13,17,18,22,23,26,27,31,32,35,36,40,41,45,46,49,50,54,55,59,60,63,64,68,69,72,73,77,78,82,83,86,87,91,92,95,96,100,101,105,106,109,110,114,115,119,120,123,124,128,129,132,133,137,138,142,143,146,147,151,152,156,15... | 59.7 | 355 | 0.700168 |
89d53dcf2b8c2ca7398c3e898c3a488c564ba060 | 639 | asm | Assembly | oeis/325/A325173.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/325/A325173.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/325/A325173.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A325173: Perfect squares of the form a + b^2 + c^3, where a,b,c are consecutive numbers.
; 9,144,1089,5184,18225,51984,127449,278784,558009,1040400,1830609,3069504,4941729,7683984,11594025,17040384,24472809,34433424,47568609,64641600,86545809,114318864,149157369,192432384,245705625,310746384,389549169,484352064,59765... | 63.9 | 490 | 0.830986 |
90975cd63427ea9ecf84f1495f0b8a9aa888567a | 390 | asm | Assembly | programs/oeis/145/A145397.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/145/A145397.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/145/A145397.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A145397: Numbers not of the form 1/6*m*(m+1)*(m+2), the non-tetrahedral numbers.
; 2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78
mov $1,$0
mov $2,1
mov $3... | 27.857143 | 210 | 0.617949 |
1f61d2ea27c3d60651d8861de081698c0be2f68c | 4,241 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_441_1026.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_441_1026.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_441_1026.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x15f12, %rsi
lea addresses_normal_ht+0xd92, %rdi
nop
nop
nop
xor $64341, %rbp
mov $60, %rcx
rep movsb
nop
nop
nop
and $37317, %rsi
pop %rsi
pop %rdi
pop %rcx
pop %rbp
ret
.global s_faulty_load
s_faulty_load:
pu... | 27.185897 | 1,322 | 0.651261 |
719cab59e113c1bb017276676f2acfebe3e4ba58 | 3,890 | asm | Assembly | source/games/outlaw.asm | paulscottrobson/atari-cosmos | b1cebdf3baca36df6604957b04aa890fb057074d | [
"MIT"
] | null | null | null | source/games/outlaw.asm | paulscottrobson/atari-cosmos | b1cebdf3baca36df6604957b04aa890fb057074d | [
"MIT"
] | null | null | null | source/games/outlaw.asm | paulscottrobson/atari-cosmos | b1cebdf3baca36df6604957b04aa890fb057074d | [
"MIT"
] | null | null | null | ; **********************************************************************************************************
; **********************************************************************************************************
;
; Outlaw
;
; ****************************************************************************... | 23.154762 | 108 | 0.558612 |
ee40213f12f118b86a118e2e34e68297321623f1 | 683 | asm | Assembly | oeis/015/A015255.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015255.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015255.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015255: Gaussian binomial coefficient [ n,2 ] for q = -5.
; Submitted by Jamie Morken(s2.)
; 1,21,546,13546,339171,8476671,211929796,5298179796,132454820421,3311368882921,82784230211046,2069605714586046,51740143068101671,1293503575685289171,32337589397218492296,808439734905030992296,20210993372752931382921,505274834... | 45.533333 | 493 | 0.852123 |
f9f9f7f5b00368d49fe9486f155b61c3a30c007a | 521 | asm | Assembly | fibonacci.asm | danielzy95/MIPS-Random | d9f8f74bea71d88436a0bc89924ed2d93a1b3e23 | [
"MIT"
] | null | null | null | fibonacci.asm | danielzy95/MIPS-Random | d9f8f74bea71d88436a0bc89924ed2d93a1b3e23 | [
"MIT"
] | null | null | null | fibonacci.asm | danielzy95/MIPS-Random | d9f8f74bea71d88436a0bc89924ed2d93a1b3e23 | [
"MIT"
] | null | null | null | .text
main:
addiu $a0, $zero, 6
jal fibonacci
j end
fibonacci:
addiu $sp, $sp, -12
sw $ra, 0($sp)
sw $s0, 4($sp)
sw $s1, 8($sp)
move $s0, $a0
bne $s0, $zero, else_if
addiu $v0, $zero, 0
j end_funct
else_if:
addiu $t1, $zero, 1
bne $s0, $t1, recurs
move $v0, $t1
j end_funct
recurs:
addiu $a0... | 13.025 | 24 | 0.554702 |
ef9eea4baa030afd547126cf7d60501ef824e11b | 2,370 | asm | Assembly | src/music.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 43 | 2017-10-21T23:01:25.000Z | 2022-02-21T17:45:11.000Z | src/music.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | null | null | null | src/music.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 6 | 2017-10-23T05:48:50.000Z | 2022-01-06T03:11:49.000Z | INCLUDE "music_sfx.sym"
; level1, level2, level3, level4, level5, level6, level7, level8, attrac, secret, nomus gameover intro main menu game end credits
music_levels: dw music1, music5, music3, music4, music5, music6, music7, music8, music0, music4, music0, music_gameover, music_intro, music_men... | 16.232877 | 171 | 0.710549 |
7be2c373bec376e51b2cf489788ca59ff17b1441 | 464 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_push_back_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_push_back_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/p_forward_list/c/sccz80/p_forward_list_push_back_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void p_forward_list_push_back(p_forward_list_t *list, void *item)
SECTION code_clib
SECTION code_adt_p_forward_list
PUBLIC p_forward_list_push_back_callee
EXTERN asm_p_forward_list_push_back
p_forward_list_push_back_callee:
pop hl
pop de
ex (sp),hl
jp asm_p_forward_list_push_back
; SDCC bridge ... | 18.56 | 71 | 0.842672 |
c58c9a7ab3440d03036f16d5334306a2c991c2b4 | 17,140 | asm | Assembly | src/gamemode.asm | helgefmi/lttphack | 2d3b80b029c7e5a46e9329856dadff0ed611a596 | [
"MIT"
] | 28 | 2016-02-19T04:33:56.000Z | 2022-02-25T05:30:58.000Z | src/gamemode.asm | helgefmi/lttphack | 2d3b80b029c7e5a46e9329856dadff0ed611a596 | [
"MIT"
] | 4 | 2017-08-01T18:20:49.000Z | 2019-07-28T13:39:01.000Z | src/gamemode.asm | helgefmi/lttphack | 2d3b80b029c7e5a46e9329856dadff0ed611a596 | [
"MIT"
] | 6 | 2016-10-05T10:27:31.000Z | 2019-07-19T14:14:29.000Z | pushpc
; Game Mode Hijack
org $008056
JSL gamemode_hook
pullpc
gamemode_hook:
PHB : PHK : PLB
JSR gamemode_shortcuts : BCS .skip_gamemode
%a16() : INC !lowram_room_gametime : %a8()
JSR gamemode_transition_detection
%ai8()
PLB
JSL $0080B5 ; GameModes
LDA !ram_lagometer_toggle : BEQ .done
JSR gamemode_lago... | 21.212871 | 87 | 0.687573 |
b775a0f968ef40d03e832b7bc4c4cd7678ca860e | 5,441 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_178.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_178.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_178.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rbp
push %rcx
push %rdx
push %rsi
lea addresses_WT_ht+0x73ee, %rcx
nop
nop
nop
nop
nop
xor $30767, %rdx
mov (%rcx), %r11
nop
xor $10509, %r13
lea addresses_WT_ht+0xea49, %rbp
nop
nop
cmp $24935, %r15
mov $0x6162636465666768, %rsi
movq %rsi... | 40.303704 | 2,999 | 0.657232 |
20bb5652107e6027b4cf8d966feb92751f35a52d | 4,085 | asm | Assembly | src/tocompress/title-sprites.asm | santiontanon/talesofpopolon-ext | a7c7fd1164d506d6b0c6245fdf3ad0b634facd84 | [
"Apache-2.0"
] | 4 | 2019-10-20T08:14:01.000Z | 2021-09-24T19:41:47.000Z | src/tocompress/title-sprites.asm | santiontanon/talesofpopolon-ext | a7c7fd1164d506d6b0c6245fdf3ad0b634facd84 | [
"Apache-2.0"
] | 1 | 2019-10-20T12:21:06.000Z | 2019-10-21T21:52:35.000Z | src/tocompress/title-sprites.asm | santiontanon/talesofpopolon-ext | a7c7fd1164d506d6b0c6245fdf3ad0b634facd84 | [
"Apache-2.0"
] | null | null | null | org #0000
title_bg_sprites1:
db #00, #00, #00, #03, #0f, #3f, #7f, #ff, #1f, #07, #03, #01, #00, #00, #00, #00
db #01, #1f, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #7f, #3f, #3e
db #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #ff, #c0, #1f
db #e0, #fc, #ff, #ff, #ff, #ff, ... | 77.075472 | 83 | 0.409547 |
75c3bf323ffeb5897370302f8133c92d29a2b209 | 66 | asm | Assembly | Bootloader programming/blank.asm | suriya-1403/Assemble-language | 2e389341ff4c95a5c43b1653d1bf8071a52e7da7 | [
"MIT"
] | null | null | null | Bootloader programming/blank.asm | suriya-1403/Assemble-language | 2e389341ff4c95a5c43b1653d1bf8071a52e7da7 | [
"MIT"
] | null | null | null | Bootloader programming/blank.asm | suriya-1403/Assemble-language | 2e389341ff4c95a5c43b1653d1bf8071a52e7da7 | [
"MIT"
] | null | null | null | [BITS 16]
[ORG 0x7C00]
JMP $
TIMES 510 - ($-$$) DB 0
DW 0xAA55
| 8.25 | 23 | 0.560606 |
5287bc10c94443c20f3bb60b8766634e0281415c | 1,027 | asm | Assembly | short-text/location-names.asm | TheAnsarya/ffmq-info | 650e361b8db17c1422e4f1fffbf2599046275953 | [
"MIT"
] | 3 | 2019-06-15T18:03:01.000Z | 2020-05-26T04:31:49.000Z | short-text/location-names.asm | TheAnsarya/ffmq-info | 650e361b8db17c1422e4f1fffbf2599046275953 | [
"MIT"
] | null | null | null | short-text/location-names.asm | TheAnsarya/ffmq-info | 650e361b8db17c1422e4f1fffbf2599046275953 | [
"MIT"
] | null | null | null |
; TEXT: Location names ($063ed0)
;
; TODO: maybe convert to a macro of some kind instead of * for $03?
LocationNames:
print "TEXT: Location names ($063ed0)) -- is at $",pc
db "World***********"
db "Focus Tower*****"
db "Hill of Destiny*"
db "Level Forest****"
db "Foresta*********"
db "Kaeli's House***"
db "S... | 22.822222 | 67 | 0.53554 |
ef981c51607413d1159afb60650be14897861a91 | 441 | asm | Assembly | programs/oeis/036/A036217.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/036/A036217.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/036/A036217.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A036217: Expansion of 1/(1-3*x)^5; 5-fold convolution of A000244 (powers of 3).
; 1,15,135,945,5670,30618,153090,721710,3247695,14073345,59108049,241805655,967222620,3794488740,14635885140,55616363532,208561363245,772903875555,2833980877035,10291825290285,37050571045026,132323468017950,469146841154550,165221278841385... | 29.4 | 256 | 0.770975 |
d9f68f6d1fdc84575d0d88e6118e75eea6cf9a36 | 4,312 | asm | Assembly | ee/wman/chwin.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/chwin.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/chwin.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Process change window event V1.01 1986 Tony Tebby QJUMP
* 2003-05-27 v1.02 call upon new move routine (WL)
section wman
*
xdef wm_chwin
*
xref sp_wmove
xref sp_wsize
xref wm_clrci
xref wm_wpos
xref changewin
*
include dev8_keys_qdos_io
include dev8_keys_qdos_pt
include dev8_keys_sys
include dev8_k... | 24.361582 | 64 | 0.716837 |
3a21ad82a3c1d3a1080f945f69d440bc7f04596c | 466 | asm | Assembly | libsrc/_DEVELOPMENT/stdlib/c/sccz80/strtoul_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdlib/c/sccz80/strtoul_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdlib/c/sccz80/strtoul_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; unsigned long strtoul( const char * restrict nptr, char ** restrict endptr, int base)
SECTION code_clib
SECTION code_stdlib
PUBLIC strtoul_callee
EXTERN asm_strtoul
strtoul_callee:
IF __CPU_GBZ80__
pop af ;ret
pop bc ;base
pop de ;endptr
pop hl ;nptr
push af
ELSE
pop hl
pop bc
pop de
e... | 14.121212 | 87 | 0.73176 |
1d718954370157f0de9eee85c63f3cc12975c4bb | 1,972 | asm | Assembly | programs/oeis/227/A227121.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/227/A227121.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/227/A227121.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A227121: Number of n X 2 0,1 arrays indicating 2 X 2 subblocks of some larger (n+1) X 3 binary array having a sum of zero, with rows and columns of the latter in lexicographically nondecreasing order.
; 3,7,13,23,40,68,112,178,273,405,583,817,1118,1498,1970,2548,3247,4083,5073,6235,7588,9152,10948,12998,15325,17953,2... | 103.789474 | 1,616 | 0.829108 |
b62476e804f32e55624b6e046d01fc3426548209 | 8,824 | asm | Assembly | roms/main/main.asm | gerikkub/gameboycart | f5cbee20806cd0490abfc68102676a058fd631a9 | [
"Apache-2.0"
] | null | null | null | roms/main/main.asm | gerikkub/gameboycart | f5cbee20806cd0490abfc68102676a058fd631a9 | [
"Apache-2.0"
] | null | null | null | roms/main/main.asm | gerikkub/gameboycart | f5cbee20806cd0490abfc68102676a058fd631a9 | [
"Apache-2.0"
] | null | null | null |
SECTION "graphics", ROMX[$4000], BANK[1]
;db $00, $18, $24, $24, $24, $24, $18, $00
;db $00, $18, $38, $18, $18, $18, $3C, $00
;db $00, $38, $44, $04, $08, $10, $3C, $00
;db $00, $18, $24, $04, $38, $04, $38, $00
;db $00, $24, $24, $24, $3C, $04, $04, $00
;db $00, $3C, $20, $20, $3C, $04, $3C, $00
;db $00, $1C, $20, ... | 15.006803 | 73 | 0.542498 |
2fbc62dfe8d8f3301b2b0658729398263e0ebd7c | 348 | asm | Assembly | maps/DragonsDen1F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/DragonsDen1F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/DragonsDen1F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | DragonsDen1F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
DragonsDen1F_MapEvents:
db 0, 0 ; filler
db 4 ; warp events
warp_event 3, 5, BLACKTHORN_CITY, 8
warp_event 3, 3, DRAGONS_DEN_1F, 4
warp_event 5, 15, DRAGONS_DEN_B1F, 1
warp_event 5, 13, DRAGONS_DEN_1F, 2
db 0 ; coord events
db 0 ; bg ev... | 17.4 | 38 | 0.70977 |
cc5699e4e66012f6675a26b7bdeb3dd411a8124b | 545 | asm | Assembly | oeis/072/A072223.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/072/A072223.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/072/A072223.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A072223: Decimal expansion of unimodal analog of golden section with respect to A072176: a=lim A072176(n)/A072176(n+1).
; Submitted by Christian Krause
; 5,2,4,8,8,8,5,9,8,6,5,6,4,0,4,7,9,3,8,9,9,4,8,6,1,3,8,5,4,1,2,8,3,9,1,5,6,9,0,3,4,2,9,4,7,7,3,9,3,4,2,1,5,9,6,5,3,1,4,2,1,6,4,2,1,1,8,5,8,0,6,8,6,5,8,4,4,4,4,1,7,2,... | 22.708333 | 199 | 0.577982 |
9c0c39b8035510f19a2c2296534eaf7ce5c67d57 | 262 | asm | Assembly | demo_os/src/boot/base.asm | mmarkle/DecentOS | e0067823248082318b1455c0e07ae4652fd54ba8 | [
"MIT"
] | null | null | null | demo_os/src/boot/base.asm | mmarkle/DecentOS | e0067823248082318b1455c0e07ae4652fd54ba8 | [
"MIT"
] | null | null | null | demo_os/src/boot/base.asm | mmarkle/DecentOS | e0067823248082318b1455c0e07ae4652fd54ba8 | [
"MIT"
] | null | null | null | ; Dummy boot page to get emulators to boot the OS
jr _
.fill 0x0F - $
.db "n.nn", 0 ; Boot code version number
_:
#ifdef TI84p
in a, (0x21)
res 0, a
out (0x21), a
#else
in a, (0x21)
set 0, a
out (0x21), a
#endif
jp 0x4000
| 16.375 | 49 | 0.549618 |
573806c9f22cc90cf89662a45b0d8a33df1b7dc1 | 2,537 | asm | Assembly | data/trainer_moves.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/trainer_moves.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | data/trainer_moves.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | ; yellow has its own format.
; entry = trainerclass, trainerid, moveset+, 0
; moveset = partymon location, partymon's move, moveid
SpecialTrainerMoves:
db BUG_CATCHER,$f
db 2,2,TACKLE
db 2,3,BIDE
db 0
db YOUNGSTER,$e
db 1,4,FISSURE
db 0
db BROCK,$1
db 2,3,ROCK_TOMB
db 2,4,BIDE
db 4,1,ABSORB
db 4,2,WATE... | 14.58046 | 55 | 0.696098 |
29935b2b1fdfbf17b6fb640ecb1984568f0a7340 | 3,565 | asm | Assembly | osloader/osloader.asm | 4dro/boot | 6f6a8d94c68093f25d98ea2b546d7f1c573a52b3 | [
"MIT"
] | 1 | 2021-12-18T03:29:10.000Z | 2021-12-18T03:29:10.000Z | osloader/osloader.asm | 4dro/boot | 6f6a8d94c68093f25d98ea2b546d7f1c573a52b3 | [
"MIT"
] | 1 | 2022-01-04T22:07:56.000Z | 2022-01-26T21:46:29.000Z | osloader/osloader.asm | 4dro/boot | 6f6a8d94c68093f25d98ea2b546d7f1c573a52b3 | [
"MIT"
] | null | null | null |
cpu 286
bits 16
; make it 75Kb - more than any cluster size
SECTORS_OCCUPY equ 150
; any number is OK for signature
SIGNATURE equ 0F629h
segment code
start:
; dl - boot drive
; cs:ip our absolute address
; expecting we are loaded at 2000:0
; but need to check this (could be loaded b... | 22.28125 | 86 | 0.575596 |
b6109bd19dbcb4aa66fd09d511b5395f59a0b0c0 | 5,424 | asm | Assembly | Lab_5/Forum(Notes)/group5.ex5.asm | nickbel7/ntua-microprocessors-systems | f39c7a8b9a68ff47ca6c6564c283abf1af8083e7 | [
"MIT"
] | null | null | null | Lab_5/Forum(Notes)/group5.ex5.asm | nickbel7/ntua-microprocessors-systems | f39c7a8b9a68ff47ca6c6564c283abf1af8083e7 | [
"MIT"
] | null | null | null | Lab_5/Forum(Notes)/group5.ex5.asm | nickbel7/ntua-microprocessors-systems | f39c7a8b9a68ff47ca6c6564c283abf1af8083e7 | [
"MIT"
] | null | null | null | ; Microcomputer Systems - Flow Y [6th Semester]
; Nafsika Abatzi - 031 17 198 - nafsika.abatzi@gmail.com
; Dimitris Dimos - 031 17 165 - dimitris.dimos647@gmail.com
; 5th Group of Exercises
; 5th Exercise
INCLUDE MACROS.ASM
PRINT_DEC MACRO
PUSH AX
ADD DL, 30H
MOV AH,2
INT 21H
... | 20.314607 | 79 | 0.536504 |
932421ac9806d4f2768c8369eb6ff9839297619c | 928 | asm | Assembly | kernel/entry/x64/entry-x64.asm | martin-hughes/project_azalea | 28aa0183cde350073cf0167df3f51435ea409c8b | [
"MIT"
] | 13 | 2017-12-20T00:02:38.000Z | 2022-01-07T11:18:36.000Z | kernel/entry/x64/entry-x64.asm | martin-hughes/project_azalea | 28aa0183cde350073cf0167df3f51435ea409c8b | [
"MIT"
] | 21 | 2016-09-21T16:50:39.000Z | 2020-04-12T12:58:19.000Z | kernel/entry/x64/entry-x64.asm | martin-hughes/project_azalea | 28aa0183cde350073cf0167df3f51435ea409c8b | [
"MIT"
] | 6 | 2017-12-20T00:02:27.000Z | 2019-03-21T16:28:24.000Z | [BITS 64]
SEGMENT .pretext
; This file is called from entry-x86.asm, which executes the 32-bit code needed to get as far as 64-bit long mode, and
; then passes control to pre_main_64. This resets the stack and makes some final adjustments to the page tables before
; passing control into the main part of the kernel.
E... | 27.294118 | 118 | 0.797414 |
29e59bfb9d5df6ce1eb5cd61212c05a40314c989 | 1,713 | asm | Assembly | lib/chibiakumas/SrcMSX/MSX1VDP_V1_Functions.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | lib/chibiakumas/SrcMSX/MSX1VDP_V1_Functions.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | lib/chibiakumas/SrcMSX/MSX1VDP_V1_Functions.asm | gilbertfrancois/msx | f34418180820df067530f31bd9727ef1c65a7989 | [
"Apache-2.0"
] | null | null | null | ; Learn Multi platform Z80 Assembly Programming... With Vampires!
;Please see my website at www.chibiakumas.com/z80/
;for the 'textbook', useful resources and video tutorials
;File MSX Firmware Functions
;Version V1.0b
;Date 2018/3/29
;Content Provides basic text functions using Firware calls
;Changelog ... | 15.432432 | 88 | 0.59603 |
711e95a8c3b6221afa2b19d3a17051226e02b16a | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm1/zel_label.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm1/zel_label.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_PAL/Fra_asm1/zel_label.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_label.asm
Type: file
Size: 17565
Last-Modified: '2016-05-13T04:20:48Z'
SHA-1: 78F510C1A63FC26921B88376F462E7F9E86C965E
Description: null
| 21 | 47 | 0.816327 |
f29e94325584523bab3f9308f5298159b0ab36e3 | 460 | asm | Assembly | oeis/346/A346796.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/346/A346796.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/346/A346796.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A346796: Number of equivalence classes of triangles in an n-dimensional hypercube, equivalent up to translation of difference vectors corresponding to edges.
; Submitted by Jon Maiga
; 0,2,22,180,1340,9622,68082,478760,3357880,23524842,164732942,1153307740,8073685620,56517393662,395626538602,2769400119120,19385843880... | 32.857143 | 187 | 0.782609 |
9792e1d79f52ec54ad13d619933c73a1d434e8ab | 8,528 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1643.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1643.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1643.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x9db4, %r14
clflush (%r14)
nop
nop
cmp $24767, %rsi
mov $0x6162636465666768, %rax
movq %rax, %xmm2
movups %xmm2, (%r14)
nop
nop
cmp %rsi, %rsi
lea addresses_A_ht+0x8550, %rsi... | 34.112 | 2,999 | 0.652087 |
b291b3b9cb2181f1fbd4f663d63ff3a3c3e4d3fa | 461 | asm | Assembly | oeis/332/A332183.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/332/A332183.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/332/A332183.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A332183: a(n) = 8*(10^(2n+1)-1)/9 - 5*10^n.
; Submitted by Jamie Morken(s4)
; 3,838,88388,8883888,888838888,88888388888,8888883888888,888888838888888,88888888388888888,8888888883888888888,888888888838888888888,88888888888388888888888,8888888888883888888888888,888888888888838888888888888,88888888888888388888888888888,... | 28.8125 | 273 | 0.787419 |
e03e95b3efcc2871978667033d8819f0fdc3ade8 | 1,069 | asm | Assembly | programs/oeis/195/A195122.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195122.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195122.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A195122: a(n) = 2*n - floor(n*r/2), where r=(1+sqrt(5))/2.
; 0,2,3,4,5,6,8,9,10,11,12,14,15,16,17,18,20,21,22,23,24,26,27,28,29,30,31,33,34,35,36,37,39,40,41,42,43,45,46,47,48,49,51,52,53,54,55,56,58,59,60,61,62,64,65,66,67,68,70,71,72,73,74,76,77,78,79,80,81,83,84,85,86,87,89,90,91,92,93,95,96,97,98,99,101,102,103,1... | 76.357143 | 909 | 0.693171 |
4a9a9ce0e0802c36ec4b105eb1b079e35b6e30cc | 425 | asm | Assembly | programs/oeis/166/A166946.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166946.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166946.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166946: a(n) = 1 if n is a rounded multiple of Phi (1.618033989...), the larger golden ratio value; else a(n) = 0
; 1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1
... | 53.125 | 201 | 0.581176 |
ab728f3174883a8c1bdccaef68edf5fdda5b06d3 | 309 | asm | Assembly | oeis/345/A345980.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/345/A345980.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/345/A345980.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A345980: a(n) = spum of a path P_n.
; Submitted by Christian Krause
; 5,7,9,12,15,19,22,23,26,27,30
lpb $0
sub $0,1
mov $1,10
sub $1,$4
add $3,$2
add $1,$3
sub $3,$2
add $1,$3
mod $1,3
mov $2,$3
add $4,1
mov $5,$4
add $4,$1
div $5,3
add $5,$4
mov $3,$5
lpe
mov $0,$3
add $0,5
| 12.875 | 37 | 0.521036 |
19c4218207aecbee84e8ad38ef4bdf8f24023990 | 1,143 | asm | Assembly | 1.1-Malloc/src/boot/log.asm | CedricFauth/VIteen-a-16-bit-OS | 654d6c4424b7f6ab45018665ed74e47f4d69ad78 | [
"MIT"
] | 13 | 2020-10-11T12:31:22.000Z | 2022-03-06T21:41:41.000Z | 1.1-Malloc/src/boot/log.asm | CedricFauth/VIteen-a-16-bit-OS | 654d6c4424b7f6ab45018665ed74e47f4d69ad78 | [
"MIT"
] | 4 | 2020-10-11T12:17:53.000Z | 2020-10-14T11:27:42.000Z | 1.1-Malloc/src/boot/log.asm | CedricFauth/VIteen-a-16-bit-OS | 654d6c4424b7f6ab45018665ed74e47f4d69ad78 | [
"MIT"
] | 2 | 2021-08-08T08:36:41.000Z | 2022-03-06T21:41:42.000Z |
;-----------------------------------------------
; bootloader library by Cedric Fauth
;-----------------------------------------------
; printing absolute addresses of all segments
see_segments: ; params: none
push ax
; info message
mov ax, seg_string
call printstr
; example fo... | 22.86 | 56 | 0.562555 |
8f738eec98c537458d4cbcfa22be399f0bdeaaed | 8,921 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_796.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_796.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_796.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 %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x4a3f, %r9
inc %rdx
vmovups (%r9), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $1, %xmm1, %r11
dec %r9
lea addresses_A_ht+0x3533, %r12
nop
nop
nop
nop
nop
inc %rax
mo... | 30.447099 | 2,999 | 0.654747 |
19547fd805fcf92efa625adb21c1d040e5ca9cbf | 709 | asm | Assembly | oeis/313/A313611.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/313/A313611.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/313/A313611.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A313611: Coordination sequence Gal.6.337.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Jon Maiga
; 1,5,10,14,20,24,29,34,38,44,48,53,58,63,68,72,78,82,87,92,96,102,106,111,116,121,126,130,136,140,145,150,154,160,16... | 19.694444 | 178 | 0.609309 |
a4ed90d40ebc4bed1855e6f1302da407b21df49d | 478 | asm | Assembly | programs/oeis/108/A108588.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/108/A108588.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/108/A108588.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A108588: Numbers n such that 10*n + 97 is prime.
; 0,1,3,4,6,7,10,13,16,18,21,22,24,25,27,30,36,37,39,45,46,48,49,51,52,55,58,63,66,69,70,73,76,78,79,81,84,85,87,88,90,99,100,102,109,112,114,118,120,121,123,127,133,135,139,147,150,151,153,154,156,157,160,165,168,169,175,177,178,181,189,190,192,193,199,204,211,214,217... | 68.285714 | 353 | 0.698745 |
5ee961dbc589ee1fa5a957dbf86337836fbb9684 | 846 | asm | Assembly | oeis/163/A163623.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/163/A163623.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/163/A163623.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A163623: Primes of the form 120*k + 1.
; Submitted by Jamie Morken(s4)
; 241,601,1201,1321,1801,2161,2281,2521,3001,3121,3361,4201,4441,4561,4801,5281,5521,5641,5881,6121,6361,6481,6841,6961,7321,7561,7681,8161,8521,8641,8761,9001,9241,9601,9721,10321,11161,12241,12601,12721,12841,13441,13681,13921,14281,14401,15121,... | 33.84 | 498 | 0.72104 |
b671144aafbaf9b83b1cef23d5ae28d309e4a82e | 205 | asm | Assembly | Test-files/Trial.asm | anchittandon/Implementation-of-a-5-stage-RISC-processor | a4a907cadf854ba70229e78ec64cf1f5502faf43 | [
"MIT"
] | 1 | 2019-12-14T21:21:57.000Z | 2019-12-14T21:21:57.000Z | Test-files/Trial.asm | anchittandon/Implementation-of-a-5-stage-RISC-processor | a4a907cadf854ba70229e78ec64cf1f5502faf43 | [
"MIT"
] | null | null | null | Test-files/Trial.asm | anchittandon/Implementation-of-a-5-stage-RISC-processor | a4a907cadf854ba70229e78ec64cf1f5502faf43 | [
"MIT"
] | null | null | null | .main:
mov r2, 2
mov r3, 3
mov r5, 5
mov r6, 6
mov r9, 9
mov r10, 10
call .foo
add r1, r2, r3
sub r4, r1, r6
b .end
.foo:
add r8, r9, r10
ret
.end:
nop
| 11.388889 | 19 | 0.453659 |
b98a1f489399c49a3e82cff5f129a6a35cf1b4ae | 6,356 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1977.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_1977.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_1977.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 %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xc6d6, %r10
nop
and $9193, %r15
movl $0x61626364, (%r10)
nop
and $59195, %r8
lea addresses_WT_ht+0x6b1a, %rsi
lea addresses_UC_ht+0x11c1a, %rdi
clflush (%rsi)
nop
xor %r11... | 36.953488 | 2,999 | 0.655758 |
39e0a9a1d57060c15fc89d50e4806709b82f92d7 | 1,103 | asm | Assembly | programs/oeis/056/A056699.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/056/A056699.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/056/A056699.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A056699: First differences are 2,1,-2,3 (repeated).
; 1,3,4,2,5,7,8,6,9,11,12,10,13,15,16,14,17,19,20,18,21,23,24,22,25,27,28,26,29,31,32,30,33,35,36,34,37,39,40,38,41,43,44,42,45,47,48,46,49,51,52,50,53,55,56,54,57,59,60,58,61,63,64,62,65,67,68,66,69,71,72,70,73,75,76,74,77,79,80,78,81,83,84,82,85,87,88,86,89,91,92,... | 55.15 | 893 | 0.687217 |
308ba2476c75ea8bc2f062ddc9ac70633bff81e3 | 2,949 | asm | Assembly | programs/oeis/244/A244882.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/244/A244882.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/244/A244882.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A244882: Expansion of (1 + 2*x + 2*x^2) / (1 - x)^6.
; 1,8,35,110,280,616,1218,2220,3795,6160,9581,14378,20930,29680,41140,55896,74613,98040,127015,162470,205436,257048,318550,391300,476775,576576,692433,826210,979910,1155680,1355816,1582768,1839145,2127720,2451435,2813406,3216928,3665480,4162730,4712540,5318971,5986... | 81.916667 | 2,506 | 0.826721 |
181e776c5d04a5e33f26a4ef03b85a0e1b43dae1 | 237 | asm | Assembly | tools/Jotter/NewFile.asm | denis-ryzhkov/antiques | 6a67bf606c1b49cc413df26bfdf00d392b605f88 | [
"MIT"
] | null | null | null | tools/Jotter/NewFile.asm | denis-ryzhkov/antiques | 6a67bf606c1b49cc413df26bfdf00d392b605f88 | [
"MIT"
] | null | null | null | tools/Jotter/NewFile.asm | denis-ryzhkov/antiques | 6a67bf606c1b49cc413df26bfdf00d392b605f88 | [
"MIT"
] | null | null | null | stk segment stack 'stack'
dw 100 dup (0)
stk ends
data segment 'data'
data ends
code segment 'code'
assume ds:data, cs:code
main: mov ax, data
mov ds, ax
mov ax, 4C00h
int 21h
code ends
end main | 14.8125 | 27 | 0.603376 |
79ec20b641172c6e98c9fd5aa180e07a002cf21b | 237 | asm | Assembly | hmPy.src/hmPy/Release/.NETFramework,Version=v4.5.AssemblyAttributes.asm | komiyamma/hm_ironpython | 051544168eee6bbd945e2860192f229203607d0f | [
"Apache-2.0"
] | null | null | null | hmPy.src/hmPy/Release/.NETFramework,Version=v4.5.AssemblyAttributes.asm | komiyamma/hm_ironpython | 051544168eee6bbd945e2860192f229203607d0f | [
"Apache-2.0"
] | null | null | null | hmPy.src/hmPy/Release/.NETFramework,Version=v4.5.AssemblyAttributes.asm | komiyamma/hm_ironpython | 051544168eee6bbd945e2860192f229203607d0f | [
"Apache-2.0"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27048.0
; Generated by VC++ for Common Language Runtime
.file "G:\repogitory\hm_ironpython\hmPy.src\hmPy\Release\.NETFramework,Version=v4.5.AssemblyAttributes.cpp"
| 47.4 | 107 | 0.797468 |
38a1090e4d89dc48888496d4656ed0b129e88692 | 107 | asm | Assembly | examples/test0.asm | takenobu-hs/processor-creative-kit | fa1f1e4ce2d1b1e670e0fd3a7a0ff7dab56f5f4b | [
"BSD-3-Clause"
] | 5 | 2015-01-31T15:28:51.000Z | 2020-01-07T13:23:40.000Z | examples/test0.asm | takenobu-hs/processor-creative-kit | fa1f1e4ce2d1b1e670e0fd3a7a0ff7dab56f5f4b | [
"BSD-3-Clause"
] | 1 | 2015-02-05T20:25:46.000Z | 2015-02-06T12:47:30.000Z | examples/test0.asm | takenobu-hs/processor-creative-kit | fa1f1e4ce2d1b1e670e0fd3a7a0ff7dab56f5f4b | [
"BSD-3-Clause"
] | null | null | null | /*
* example0: simple move, add
* r3 = 100 + 200
*/
mov r1, 100
mov r2, 200
add r3, r1, r2
halt
| 8.916667 | 29 | 0.542056 |
c24efc5e4104976aa302aa2dfdecbddb0302a028 | 360 | asm | Assembly | programs/oeis/329/A329826.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/329/A329826.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/329/A329826.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A329826: Beatty sequence for (5+sqrt(17))/4.
; 2,4,6,9,11,13,15,18,20,22,25,27,29,31,34,36,38,41,43,45,47,50,52,54,57,59,61,63,66,68,70,72,75,77,79,82,84,86,88,91,93,95,98,100,102,104,107,109,111,114,116,118,120,123,125,127,130,132,134,136,139
mov $1,$0
mov $2,$0
add $2,6
div $2,2
add $2,1
div $2,4
add $0,$2
div $0,... | 22.5 | 198 | 0.633333 |
950c8be680561fe350575d75a0a5b01f55ec1b48 | 7,519 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_5148_768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_5148_768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_5148_768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1ed68, %rdi
nop
add %r11, %r11
movl $0x61626364, (%rdi)
nop
nop
nop
nop
nop
and $60414, %r13
lea addresses_normal_ht+0xbf28, %rsi
lea addresses_WT_ht+0x2903, %rdi
nop
nop
nop
... | 31.995745 | 2,999 | 0.657933 |
74c9a94d170284f4ef9d3f925905ec267130df0c | 651 | asm | Assembly | oeis/313/A313747.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/313/A313747.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/313/A313747.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A313747: Coordination sequence Gal.6.200.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Simon Strandgaard
; 1,5,10,15,20,26,31,36,42,47,52,57,62,67,72,77,82,88,93,98,104,109,114,119,124,129,134,139,144,150,155,160,1... | 46.5 | 182 | 0.734255 |
47031fb3f93eee439842b93f7a7e04d216e97481 | 931 | asm | Assembly | Test/FileCreate.asm | delphi-pascal-archive/basm32 | ebd8dc341b4417b6721c14b8cfaf5361fcb1a75a | [
"Unlicense"
] | null | null | null | Test/FileCreate.asm | delphi-pascal-archive/basm32 | ebd8dc341b4417b6721c14b8cfaf5361fcb1a75a | [
"Unlicense"
] | null | null | null | Test/FileCreate.asm | delphi-pascal-archive/basm32 | ebd8dc341b4417b6721c14b8cfaf5361fcb1a75a | [
"Unlicense"
] | null | null | null | ; Title 'TestFile'
.APPTYPE GUI
include "inc\winconst.inc"
include 'inc\Kernel32.def'
include 'inc\User32.def'
.DATA
; Variables
FileHandle DD 0 ;THandle
BytesWritten DD 0 ;DWORD
FileName db 'TestFile',0
ALIGN 4
Buffer db 'Win Asm Test',0
.CODE
; FileHandle := CreateFileA(FileName, , 0, ... | 16.927273 | 66 | 0.634801 |
75f622a3abb218a8a357a92a3f8a4f38df5a3cbd | 1,404 | asm | Assembly | programs/oeis/286/A286772.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/286/A286772.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/286/A286772.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A286772: Decimal representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 221", based on the 5-celled von Neumann neighborhood.
; 1,2,0,14,1,62,1,254,1,1022,1,4094,1,16382,1,65534,1,262142,1,1048574,1,4194302,1,16777214,1,67108... | 234 | 946 | 0.859687 |
5ed164f313ab67417c74d8cdfc036051891c4a17 | 607 | asm | Assembly | WEEK-7/8incomplete.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-7/8incomplete.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | WEEK-7/8incomplete.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 279c1432f0dee01fae37dc8fcb1dcb798e5725d8 | [
"MIT"
] | null | null | null | LXI SP,9FFF
LDA 9000
MOV L,A
LDA 9001
MOV H,A // HL is Dividend
LDA 9002
MOV B,A // B is divisor
MVI C,00
MVI E,16 // E is counter
MVI A,00
XRA A
LOOP: CALL SHIFT
MOV A,C
SUB B
MOV C,A
ANI 80
JNZ POS
MOV A,L
ANI FE // unset LSB
MOV L,A
... | 12.645833 | 29 | 0.487644 |
9d554e49290e3a5c7af1a1bb52615b5b8c4c53a0 | 672 | asm | Assembly | oeis/076/A076644.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/076/A076644.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/076/A076644.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A076644: a(1)=1; for n>1, a(n) = a(n-floor(sqrt(n))) + n.
; Submitted by Jon Maiga
; 1,3,6,7,11,13,18,21,22,28,32,34,41,46,49,50,58,64,68,70,79,86,91,94,95,105,113,119,123,125,136,145,152,157,160,161,173,183,191,197,201,203,216,227,236,243,248,251,252,266,278,288,296,302,306,308,323,336,347,356,363,368,371,372,388,40... | 26.88 | 372 | 0.616071 |
89f6e683fd065f29848ba0f898f3e142a512ab77 | 468 | asm | Assembly | programs/oeis/269/A269100.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/269/A269100.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/269/A269100.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A269100: a(n) = 13*n + 11.
; 11,24,37,50,63,76,89,102,115,128,141,154,167,180,193,206,219,232,245,258,271,284,297,310,323,336,349,362,375,388,401,414,427,440,453,466,479,492,505,518,531,544,557,570,583,596,609,622,635,648,661,674,687,700,713,726,739,752,765,778,791,804,817,830,843,856,869,882,895,908,921,934,947,960,... | 78 | 417 | 0.730769 |
e6fcf8f4e1f6e78ee88de3744e6a144747fbe6b8 | 241 | asm | Assembly | programs/oeis/010/A010733.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/010/A010733.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/010/A010733.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A010733: Period 2: repeat (8,10).
; 8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10,8,10
mov $1,$0
mul $1,2
mod $1,4
add $1,8
| 30.125 | 166 | 0.589212 |
057eeab319fee1ae810f3bc376e7bdd72b2d5f76 | 386 | asm | Assembly | programs/oeis/246/A246146.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/246/A246146.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/246/A246146.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A246146: Limiting block extension of A010060 (Thue-Morse sequence) with first term as initial block.
; 0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0,1,1,0
mov $2,$0
add $0,256
add $2,18787
add $2,$... | 25.733333 | 173 | 0.585492 |
45bdee2cfa1d4e6fc4ee5ce06d9761bc96c2ac5e | 706 | asm | Assembly | oeis/052/A052543.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052543.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052543.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052543: Expansion of (1-x)/(1 - 3*x - 2*x^2 + 2*x^3).
; Submitted by Jon Maiga
; 1,2,8,26,90,306,1046,3570,12190,41618,142094,485138,1656366,5655186,19308014,65921682,225070702,768439442,2623616366,8957586578,30583113582,104417281170,356502897518,1217177027730,4155702315886,14188455208082,48442416200558,165392754386... | 39.222222 | 494 | 0.796034 |
a332d3c4ea19e3783c4019e9d28c0da27cce0ac7 | 1,519 | asm | Assembly | release_20201023/spd_classification/stkinit.asm | congnguyenthe/sample-bootstrap4-webapp | 1d5ba6fedc5b5f6dd5be1cd181a13dcae605938d | [
"MIT"
] | null | null | null | release_20201023/spd_classification/stkinit.asm | congnguyenthe/sample-bootstrap4-webapp | 1d5ba6fedc5b5f6dd5be1cd181a13dcae605938d | [
"MIT"
] | null | null | null | release_20201023/spd_classification/stkinit.asm | congnguyenthe/sample-bootstrap4-webapp | 1d5ba6fedc5b5f6dd5be1cd181a13dcae605938d | [
"MIT"
] | null | null | null | ; Copyright (C) 2014 Renesas Electronics Corporation
; RENESAS ELECTRONICS CONFIDENTIAL AND PROPRIETARY.
; This program must be used solely for the purpose for which
; it was furnished by Renesas Electronics Corporation. No part of this
; program may be reproduced or disclosed to others, in any
; form, without the... | 22.338235 | 71 | 0.59447 |
e50f7d6fffc20b7c1b0812c4123690a79b56f9a3 | 1,623 | asm | Assembly | Code/polymode.asm | LeifBloomquist/VICMIDI | 29c43bd537bd7cdb2db395c594a7804abb98915d | [
"MIT"
] | 7 | 2016-04-04T04:26:50.000Z | 2021-03-02T13:17:38.000Z | Code/polymode.asm | LeifBloomquist/VICMIDI | 29c43bd537bd7cdb2db395c594a7804abb98915d | [
"MIT"
] | 2 | 2021-03-02T12:34:11.000Z | 2021-03-03T16:32:44.000Z | Code/polymode.asm | LeifBloomquist/VICMIDI | 29c43bd537bd7cdb2db395c594a7804abb98915d | [
"MIT"
] | 2 | 2017-05-24T13:12:59.000Z | 2021-07-21T05:34:52.000Z |
;***************************************************************************
;*************** Determine next Channel in Poly Mode (set Y) **************
;***************************************************************************
get_poly_voice:
ldy #$00
get_poly_voice_loop:
lda poly_flags,y ... | 30.055556 | 88 | 0.486753 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.