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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9eb3ff80db446bd605abf22319808c9b65b547a6 | 275 | asm | Assembly | Mid-Term/Solution/4.asm | NasirSunny50/CSE331L-Section-1-Fall20-NSU | cede019f310e694ac660292b19c181bbf1579a00 | [
"MIT"
] | null | null | null | Mid-Term/Solution/4.asm | NasirSunny50/CSE331L-Section-1-Fall20-NSU | cede019f310e694ac660292b19c181bbf1579a00 | [
"MIT"
] | null | null | null | Mid-Term/Solution/4.asm | NasirSunny50/CSE331L-Section-1-Fall20-NSU | cede019f310e694ac660292b19c181bbf1579a00 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.data
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
MOV CX, 1
MOV AH, 2
MOV DL, 42
@LOOP:
INT 21H
INC DL
DEC CX
JNZ @LOOP
MOV AH, 4CH
INT 21H
MAIN ENDP
END MAIN
| 8.088235 | 17 | 0.458182 |
f683601204901e4998a6d8742024ffe1ca55ddb7 | 2,097 | asm | Assembly | demo/joypad.asm | stoneface86/tbengine | a3c6c0f2bf28426f89eedfabbd6f480f6c59d0db | [
"MIT"
] | 6 | 2020-07-18T01:14:29.000Z | 2022-03-11T18:18:52.000Z | scraps/demo/joypad.asm | stoneface86/gbsoundengine | 774a9ea67143e5930f7692b86a6a011257adc0f1 | [
"MIT"
] | null | null | null | scraps/demo/joypad.asm | stoneface86/gbsoundengine | 774a9ea67143e5930f7692b86a6a011257adc0f1 | [
"MIT"
] | null | null | null |
INCLUDE "hardware.inc"
SECTION "joypad", ROM0
debounce: MACRO
REPT 4 ; increase if debouncing occurs
ld a, [rP1]
ENDR
ENDM
; pressed: ~prev | current
; released: ~(~prev & current)
joypad_init::
push hl
ld a, $FF
ld hl, wJoypadState
REPT 3
... | 25.888889 | 76 | 0.504053 |
5f1f950138921e412e7bc56ac025d6121883c57e | 312 | asm | Assembly | programs/oeis/095/A095311.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/095/A095311.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/095/A095311.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A095311: 47-gonal numbers.
; 1,47,138,274,455,681,952,1268,1629,2035,2486,2982,3523,4109,4740,5416,6137,6903,7714,8570,9471,10417,11408,12444,13525,14651,15822,17038,18299,19605,20956,22352,23793,25279,26810,28386,30007,31673,33384
mov $1,45
mul $1,$0
add $1,2
mov $2,$0
add $2,1
mul $1,$2
div $1,2
mov $0,$1
| 26 | 204 | 0.724359 |
c03019ba4005854f71fc017abc76c389ed1bdb0a | 571 | asm | Assembly | programs/oeis/003/A003589.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/003/A003589.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/003/A003589.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A003589: a(n) has the property that the sequence b(n) = number of 2's between successive 3's is the same as the original sequence.
; 2,2,3,2,2,3,2,2,3,2,2,2,3,2,2,3,2,2,3,2,2,2,3,2,2,3,2,2,3,2,2,2,3,2,2,3,2,2,3,2,2,3,2,2,2,3,2,2,3,2,2,3,2,2,2,3,2,2,3,2
mov $2,$0
mov $5,2
lpb $5,1
mov $0,$2
sub $5,1
add $0,$5
... | 16.794118 | 132 | 0.530648 |
12b223cc1f8fb6e1977fe6163be006733bfc316f | 522 | asm | Assembly | programs/oeis/262/A262770.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/262/A262770.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/262/A262770.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A262770: A Beatty sequence: a(n)=floor(n*p) where p=2*cos(Pi/7)=A160389.
; 0,1,3,5,7,9,10,12,14,16,18,19,21,23,25,27,28,30,32,34,36,37,39,41,43,45,46,48,50,52,54,55,57,59,61,63,64,66,68,70,72,73,75,77,79,81,82,84,86,88,90,91,93,95,97,99,100,102,104,106,108,109,111,113,115,117,118,120,122,124,126,127,129,131,133,135,1... | 43.5 | 367 | 0.67433 |
94c24728bf6b9f2fe947a9b9a6b78b8693327a32 | 818 | asm | Assembly | initcode.asm | dylsugar/cs461_hw6 | 7935498fa371ac4eada4e8b0d73d92f5f0ed592b | [
"MIT-0"
] | null | null | null | initcode.asm | dylsugar/cs461_hw6 | 7935498fa371ac4eada4e8b0d73d92f5f0ed592b | [
"MIT-0"
] | null | null | null | initcode.asm | dylsugar/cs461_hw6 | 7935498fa371ac4eada4e8b0d73d92f5f0ed592b | [
"MIT-0"
] | null | null | null |
initcode.o: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <start>:
#include "traps.h"
# exec(init, argv)
.global start
start:
mov $init, %rdi
0: 48 c7 c7 00 00 00 00 mov $0x0,%rdi
mov $argv, %rsi
7: 48 c7 c6 00 00 00 00 mov $0x0,%rsi
mov $SYS_exec, %rax
e: 48 c7... | 19.95122 | 61 | 0.545232 |
1dabb3ef1caa0fd4ed5ff185c2ca283a315a5c2e | 735 | asm | Assembly | lab4/es1.asm | neskov7/AssemblyProgramsCE | 35b7ea5afe8d30d630a148244bfe0fec07da76a4 | [
"MIT"
] | null | null | null | lab4/es1.asm | neskov7/AssemblyProgramsCE | 35b7ea5afe8d30d630a148244bfe0fec07da76a4 | [
"MIT"
] | null | null | null | lab4/es1.asm | neskov7/AssemblyProgramsCE | 35b7ea5afe8d30d630a148244bfe0fec07da76a4 | [
"MIT"
] | null | null | null | .model small
.stack
.data
a dw -2
b dw 1
c dw 2
m4 db 4
nonRealeMessage db 'no radici reali!!!!!!'
realeMessage db 'si radici reali!!!!!!'
errorDD db 'delta non rappresentabile in word!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! '
.code
.startup
mov di,0
mov ax,b
imul b
jc erroreDD
mov dx, ax
mov ax,a
imul c
i... | 12.04918 | 92 | 0.598639 |
68b8ce611ed919776b1e8cd6902eac656f3329ef | 685 | asm | Assembly | oeis/166/A166149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/166/A166149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/166/A166149.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A166149: a(n) = (5^n + 10*(-6)^n)/11.
; Submitted by Jon Maiga
; 1,-5,35,-185,1235,-6785,43835,-247385,1562435,-8983985,55857035,-325376585,2001087635,-11762385185,71795014235,-424666569785,2578516996835,-15318514090385,92674023995435,-552229446706985,3332450166570035,-19899333567779585,119872838564880635,-7168528455... | 36.052632 | 476 | 0.772263 |
e5556d88c4b5ce8bc146bdb9d1b0ff38816080e9 | 582 | asm | Assembly | oeis/173/A173275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/173/A173275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/173/A173275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A173275: a(n) = 169*n^2 + n.
; 170,678,1524,2708,4230,6090,8288,10824,13698,16910,20460,24348,28574,33138,38040,43280,48858,54774,61028,67620,74550,81818,89424,97368,105650,114270,123228,132524,142158,152130,162440,173088,184074,195398,207060,219060,231398,244074,257088,270440,284130,298158,312524,327228,342270,35765... | 64.666667 | 500 | 0.798969 |
b294253b90fa67a2169a7767552ed3351df8cefe | 720 | asm | Assembly | programs/oeis/089/A089090.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/089/A089090.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/089/A089090.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A089090: a(n) is the smallest composite number coprime to n.
; 4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,49,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,49,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,49,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,4,25,4,9,4,9,... | 60 | 543 | 0.566667 |
28f4d72b6417d78f0ddbe45d62a43c72a978f482 | 3,736 | asm | Assembly | SE-2/MIL/15_ndp/ndpadi.asm | Adityajn/College-Codes | f40e1eee53b951f2101981230fc72201081fd5f7 | [
"Unlicense"
] | 1 | 2017-02-22T18:22:39.000Z | 2017-02-22T18:22:39.000Z | SE-2/MIL/15_ndp/ndpadi.asm | Adityajn/College-Codes | f40e1eee53b951f2101981230fc72201081fd5f7 | [
"Unlicense"
] | null | null | null | SE-2/MIL/15_ndp/ndpadi.asm | Adityajn/College-Codes | f40e1eee53b951f2101981230fc72201081fd5f7 | [
"Unlicense"
] | null | null | null | %macro inout 4
push rax
push rbx
push rcx
push rdx
mov eax,%1
mov ebx,%2
mov ecx,%3
mov edx,%4
int 80h
pop rdx
pop rcx
pop rbx
pop rax
%endmacro
section .data
arr dd 123.44,152.56,456.23
tn dd 3.0
mean db "Mean is:",20h
meanlen equ $-mean
msg1 db "1.Enter your choice-",10,"1.Mean",10,"2.Variance",10,"3.Standard Deviat... | 23.496855 | 99 | 0.7053 |
9cabb5bdf79b7c70c83bb53d728425a56769105c | 101 | asm | Assembly | kamehameha.x86-32.asm | brightprogrammer/r2wars-bots | 2c4cac045a20d7a92f31780592179ddd64b09aa0 | [
"CC0-1.0"
] | null | null | null | kamehameha.x86-32.asm | brightprogrammer/r2wars-bots | 2c4cac045a20d7a92f31780592179ddd64b09aa0 | [
"CC0-1.0"
] | null | null | null | kamehameha.x86-32.asm | brightprogrammer/r2wars-bots | 2c4cac045a20d7a92f31780592179ddd64b09aa0 | [
"CC0-1.0"
] | null | null | null | mov eax, 0x100
mov esp, eax
mov ebp, 0xe4ff6060
mov esi, 0x6060e046
mov edi, 0x0f60fc83
pusha
jmp esp | 14.428571 | 19 | 0.782178 |
69ab81ee316979f00307a94b4983a15063e9fc0a | 762 | asm | Assembly | programs/oeis/032/A032608.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/032/A032608.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/032/A032608.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A032608: Concatenation of n and n + 3.
; 14,25,36,47,58,69,710,811,912,1013,1114,1215,1316,1417,1518,1619,1720,1821,1922,2023,2124,2225,2326,2427,2528,2629,2730,2831,2932,3033,3134,3235,3336,3437,3538,3639,3740,3841,3942,4043,4144,4245
mov $2,$0
add $2,1
mov $8,$0
lpb $2
mov $0,$8
sub $2,1
sub $0,$2
mov $9,$... | 16.212766 | 196 | 0.511811 |
9c08cfed928b06ee2baf48d250ff77f3a0ae8773 | 700 | asm | Assembly | oeis/049/A049392.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/049/A049392.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/049/A049392.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A049392: Expansion of (1-25*x)^(2/5).
; Submitted by Jon Maiga
; 1,-10,-75,-1000,-16250,-292500,-5606250,-112125000,-2312578125,-48821093750,-1049653515625,-22901531250000,-505742148437500,-11281940234375000,-253843655273437500,-5753789519531250000,-131258323414306640625,-3011220360681152343750,-694253583157043457031... | 33.333333 | 473 | 0.772857 |
007c43a7ec2b0fbbaa2f0235fb8d5eb921da62ee | 712 | asm | Assembly | programs/oeis/059/A059867.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/059/A059867.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/059/A059867.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A059867: Number of irreducible representations of the symmetric group S_n that have odd degree.
; 1,2,2,4,4,8,8,8,8,16,16,32,32,64,64,16,16,32,32,64,64,128,128,128,128,256,256,512,512,1024,1024,32,32,64,64,128,128,256,256,256,256,512,512,1024,1024,2048,2048,512,512,1024,1024,2048,2048,4096,4096,4096,4096,8192,8192,16... | 64.727273 | 422 | 0.705056 |
5f9c34f5c336b70cb447706a2f95cd98131e1f4b | 308 | asm | Assembly | data/wild/maps/VictoryRoad3F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/wild/maps/VictoryRoad3F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/wild/maps/VictoryRoad3F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | VictoryRoad3FWildMons:
def_grass_wildmons 0 ;15 ; encounter rate
;db 24, MACHOP
;db 26, GEODUDE
;db 22, ZUBAT
;db 42, ONIX
;db 40, VENOMOTH
;db 45, ONIX
;db 43, GRAVELER
;db 41, GOLBAT
;db 42, MACHOKE
;db 45, MACHOKE
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons
| 18.117647 | 42 | 0.730519 |
e89e3333c243f237e588c146ed9e17ec6e8037c1 | 8,297 | asm | Assembly | Transynther/x86/_processed/NC/_ht_zr_un_/i7-7700_9_0xca.log_21829_555.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_zr_un_/i7-7700_9_0xca.log_21829_555.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_zr_un_/i7-7700_9_0xca.log_21829_555.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_UC_ht+0x1b732, %rbx
nop
nop
sub $31082, %rsi
and $0xffffffffffffffc0, %rbx
movaps (%rbx), %xmm7
vpextrq $1, %xmm7, %r14
nop
nop
nop
mfence
lea addresses_WT_ht+0x13612, %r13
clflush (... | 33.321285 | 2,999 | 0.654453 |
cee6e7e5c449c8192fcb37172112f09527c54c1b | 321 | asm | Assembly | programs/oeis/084/A084857.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/084/A084857.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/084/A084857.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A084857: Inverse binomial transform of n^2*3^(n-1).
; 0,1,10,48,176,560,1632,4480,11776,29952,74240,180224,430080,1011712,2351104,5406720,12320768,27852800,62521344,139460608,309329920,682622976,1499463680,3279945728,7147094016,15518924800,33587986432
mov $1,2
mov $2,$0
mul $0,3
bin $0,2
pow $1,$2
mul $0,$1
div $0,6... | 29.181818 | 199 | 0.760125 |
09998072d079ba8b9bb277841f49eaf9bbe0613d | 271 | nasm | Assembly | Projetos/F-Assembly/src/nasm/abs.nasm | juanjorgegarcia/Z01 | 7d49ef8f476f9c8e9f187a62f96fdca7bcd46314 | [
"Unlicense"
] | null | null | null | Projetos/F-Assembly/src/nasm/abs.nasm | juanjorgegarcia/Z01 | 7d49ef8f476f9c8e9f187a62f96fdca7bcd46314 | [
"Unlicense"
] | 67 | 2018-03-13T21:40:05.000Z | 2018-05-23T19:17:13.000Z | Projetos/F-Assembly/src/nasm/abs.nasm | juanjorgegarcia/Z01 | 7d49ef8f476f9c8e9f187a62f96fdca7bcd46314 | [
"Unlicense"
] | 3 | 2018-03-07T01:27:37.000Z | 2018-03-23T19:35:14.000Z | ; Arquivo: Abs.nasm
; Curso: Elementos de Sistemas
; Criado por: Luciano Soares
; Data: 27/03/2017
; Copia o valor de RAM[1] para RAM[0] deixando o valor sempre positivo.
leaw $1,%A
movw (%A),%S
leaw $6,%A
jge %S
nop
negw %S
leaw $0,%A
movw %S,(%A)
nop
| 15.941176 | 72 | 0.627306 |
c4fb153497d4d34e8d3f6e7365a56be6c32723b4 | 864 | asm | Assembly | programs/oeis/179/A179339.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/179/A179339.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/179/A179339.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A179339: Positive integers of the form (30*m^2+1)/11.
; 11,221,461,1091,1571,2621,3341,4811,5771,7661,8861,11171,12611,15341,17021,20171,22091,25661,27821,31811,34211,38621,41261,46091,48971,54221,57341,63011,66371,72461,76061,82571,86411,93341,97421,104771,109091,116861,121421,129611,134411,143021,148061,157091,1623... | 43.2 | 651 | 0.777778 |
703611acad4419eb925a2de984ba5d9fd34f1755 | 428 | asm | Assembly | src/z80asm/dev/z80asm_lib/add_de_a.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | src/z80asm/dev/z80asm_lib/add_de_a.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | src/z80asm/dev/z80asm_lib/add_de_a.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; Substitute for the z80 add de,a instruction
; no flags are affected
; CPU Min T Max T
; 8080 74 74
; 8085 73 73
; gbz80 72 72
; r2k 52 52
; z180 69 69
; z80 71 71
; z80n 8 8
SECTION code_crt0_sccz80
PUBLIC __z80asm__add_de_a
__z80asm__add_de_a:
push af
a... | 15.851852 | 45 | 0.511682 |
81ab94a31ff5c3417a461cbc099e093cd0927082 | 569 | asm | Assembly | programs/oeis/003/A003842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/003/A003842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/003/A003842.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A003842: The infinite Fibonacci word: start with 1, repeatedly apply the morphism 1->12, 2->1, take limit; or, start with S(0)=2, S(1)=1, and for n>1 define S(n)=S(n-1)S(n-2), then the sequence is S(oo).
; 1,2,1,1,2,1,2,1,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,1,2,1,2,1,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,1,2,1,2,1,1,2,1,2,1,1,... | 35.5625 | 205 | 0.574692 |
6372f24f2f2291f7234c882eab72e28179593718 | 2,786 | asm | Assembly | src/main.asm | munshkr/nes-snake | f46910798e453edc17b274d6bd65f8665addea61 | [
"Apache-2.0"
] | null | null | null | src/main.asm | munshkr/nes-snake | f46910798e453edc17b274d6bd65f8665addea61 | [
"Apache-2.0"
] | null | null | null | src/main.asm | munshkr/nes-snake | f46910798e453edc17b274d6bd65f8665addea61 | [
"Apache-2.0"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;
;;; VARIABLES ;;;
;;;;;;;;;;;;;;;;;;;;;
.enum $0000 ; Zero Page variables
; main
nmis .dsb 1
cur_keys .dsb 2
new_keys .dsb 2
ticks .dsb 1
; player
snake_px .dsb 1
snake_py .dsb 1
snake_dir .dsb 1
snake_next_dir .dsb 1
snake_tile .dsb 1
; apples.asm
appl... | 18.090909 | 98 | 0.57107 |
662c2d4509f8292d3f2f0d77098f4ddde7b22d3c | 16,520 | asm | Assembly | src/coreclr/src/vm/amd64/JitHelpers_Fast.asm | patricksadowski/runtime | aa5b2041471d7687dbddb1d275ea8a93943c43bf | [
"MIT"
] | 2 | 2020-03-28T13:38:11.000Z | 2020-12-18T15:00:04.000Z | src/coreclr/src/vm/amd64/JitHelpers_Fast.asm | patricksadowski/runtime | aa5b2041471d7687dbddb1d275ea8a93943c43bf | [
"MIT"
] | 1 | 2020-04-24T10:03:11.000Z | 2020-04-24T10:03:11.000Z | src/coreclr/src/vm/amd64/JitHelpers_Fast.asm | patricksadowski/runtime | aa5b2041471d7687dbddb1d275ea8a93943c43bf | [
"MIT"
] | 3 | 2021-02-10T16:20:05.000Z | 2021-03-12T07:55:36.000Z | ; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
; See the LICENSE file in the project root for more information.
; ==++==
;
;
; ==--==
; ***********************************************************************
; File: JitHelpers_Fas... | 30.93633 | 141 | 0.630024 |
98772243f6d2818bf039f40848427516ffb5e3f4 | 6,299 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_831.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_831.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_831.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 %r13
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x171cf, %rsi
lea addresses_D_ht+0x10f8f, %rdi
nop
nop
nop
inc %r13
mov $63, %rcx
rep movsq
nop
sub %r12, %r12
lea addresses_normal_ht+0x4796, %r13
nop
nop
sub $20753, %rbx
mo... | 40.902597 | 2,999 | 0.661534 |
55dfa086bc41f0a494a34a6de595c3204f348485 | 662 | asm | Assembly | oeis/055/A055798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/055/A055798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/055/A055798.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A055798: T(2n+5,n), array T as in A055794.
; 1,7,29,93,255,627,1419,3003,6006,11440,20878,36686,62322,102714,164730,257754,394383,591261,870067,1258675,1792505,2516085,3484845,4767165,6446700,8625006,11424492,14991724,19501108,25158980,32208132,40932804,51664173,64786371,80743065,100044633,123275971,151104967,1842916... | 55.166667 | 499 | 0.800604 |
d2ea99b0393bc86fd8eb0c559731e4e6c52386e9 | 294 | asm | Assembly | GAS/Gas/GASC/UtilsLib/Errors.asm | Gabidal/GAS_Pack | 02f13531849bc5c03721a4319a9e315a60ba7707 | [
"MIT"
] | 1 | 2021-09-21T13:07:37.000Z | 2021-09-21T13:07:37.000Z | GAS/Gas/GASC/UtilsLib/Errors.asm | Gabidal/GAS_Pack | 02f13531849bc5c03721a4319a9e315a60ba7707 | [
"MIT"
] | null | null | null | GAS/Gas/GASC/UtilsLib/Errors.asm | Gabidal/GAS_Pack | 02f13531849bc5c03721a4319a9e315a60ba7707 | [
"MIT"
] | null | null | null | openErr:
append Error, openError, 23
sout Error
jmp endCompile
readErr:
append Error, readError, 32
sout Error
jmp endCompile
writeErr:
append Error, writeError, 43
sout Error
jmp endCompile
closeErr:
append Error, closeError, 18
sout Error
jmp endCompile | 14.7 | 31 | 0.707483 |
e6b8d17a88efe5092e842c8b22ded006aa4cbe35 | 566 | asm | Assembly | programs/oeis/002/A002378.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/002/A002378.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/002/A002378.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A002378: Oblong (or promic, pronic, or heteromecic) numbers: a(n) = n*(n+1).
; 0,2,6,12,20,30,42,56,72,90,110,132,156,182,210,240,272,306,342,380,420,462,506,552,600,650,702,756,812,870,930,992,1056,1122,1190,1260,1332,1406,1482,1560,1640,1722,1806,1892,1980,2070,2162,2256,2352,2450,2550,2652,2756,2862,2970,3080,3192... | 80.857143 | 456 | 0.745583 |
1ad0bd8c02576090872cf2c78ac713da7f361e41 | 1,033 | asm | Assembly | libsrc/_DEVELOPMENT/temp/sp1/zx/sprites/asm_sp1_PutSprClr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/sprites/asm_sp1_PutSprClr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/sprites/asm_sp1_PutSprClr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void sp1_PutSprClr(uchar **sprdest, struct sp1_ap *src, uchar n)
; 02.2006 aralbrec, Sprite Pack v3.0
; sinclair spectrum version
SECTION code_clib
SECTION code_temp_sp1
PUBLIC asm_sp1_PutSprClr
asm_sp1_PutSprClr:
; Colour sprite by writing (mask,attr) pairs into each
; struct_sp1_cs whose addresses are stored in... | 25.825 | 86 | 0.657309 |
87370ef9e61bef641f2d9fc885f28fcdcb2f0d8b | 564 | asm | Assembly | oeis/001/A001405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001405.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001405: a(n) = binomial(n, floor(n/2)).
; 1,1,2,3,6,10,20,35,70,126,252,462,924,1716,3432,6435,12870,24310,48620,92378,184756,352716,705432,1352078,2704156,5200300,10400600,20058300,40116600,77558760,155117520,300540195,601080390,1166803110,2333606220,4537567650,9075135300,17672631900,35345263800,68923264410,1378465... | 80.571429 | 490 | 0.840426 |
a8ee17e11df9806700c545d52792c6f6af698e0a | 434 | asm | Assembly | Samples/Primes.asm | charles-fox/ManchesterBabyPython | dcf544c8beec83d07943ec4da2926821a4fbe6eb | [
"MIT"
] | null | null | null | Samples/Primes.asm | charles-fox/ManchesterBabyPython | dcf544c8beec83d07943ec4da2926821a4fbe6eb | [
"MIT"
] | null | null | null | Samples/Primes.asm | charles-fox/ManchesterBabyPython | dcf544c8beec83d07943ec4da2926821a4fbe6eb | [
"MIT"
] | null | null | null | --
-- Each time the program is run (pressing the EXEC button) the next prime number in the sequence is generated.
--
00: JMP 24
01: LDN 21
02: STO 21
03: LDN 21
04: SUB 15
05: STO 21
06: LDN 15
07: STO 22
08: LDN 22
09: STO 22
10: LDN 22
11: SUB 15
12: STO 22
13: SUB 21
14: CMP
15: NUM -1
16: LDN 21
17: STO 23
18: LDN ... | 12.764706 | 110 | 0.656682 |
f03bb0f6320f453cfbd508cd5b66b0b46f2ea675 | 4,563 | asm | Assembly | common/c32quik.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | common/c32quik.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | common/c32quik.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE QUIK-SUBS Copyright (c) SLR Systems, Inc 1994
INCLUDE MACROS
if fg_dospack OR fg_winpack
INCLUDE SLR32
PUBLIC PUTSTUFF_SMALL_QUIK32,PUTSTUFF_QUIK32,FLUSHSTUFF_QUIK32,FIX_BUFFERS_QUIK32,PUT_0,PUT_1,FLUSH_PUTSTUFF
.DATA
EXTERNDEF HUF_MINI_BUFFER:BYTE
EXTERNDEF SLR_MASK:DWORD,SLR_WORD:DWORD,SLR... | 11.4075 | 110 | 0.662503 |
2a7bbe0bfacfdca2266896ac8db793697bf41836 | 475 | asm | Assembly | programs/oeis/005/A005356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/005/A005356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/005/A005356.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A005356: Number of low discrepancy sequences in base 2.
; 0,0,1,3,5,8,11,14,18,22,26,30,34,38,43,48,53,58,63,68,73,78,83,89,95,101,107,113,119,125,131,137,143,149,155,161,167,173,179,185,191,198,205,212,219,226,233,240,247,254,261,268,275,282,289,296
mov $2,$0
mov $6,$0
lpb $2
mov $0,$6
sub $2,1
sub $0,$2
mu... | 19 | 194 | 0.591579 |
63ecfed25f9b12e5c69214c1127d185a43e70e00 | 424 | asm | Assembly | programs/oeis/202/A202049.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/202/A202049.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202049.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A202049: Number of (n+2) X 7 binary arrays avoiding patterns 001 and 110 in rows and columns.
; 966,3304,9170,22092,47950,95984,180054,320180,544390,890904,1410682,2170364,3255630,4775008,6864158,9690660,13459334,18418120,24864546,33152812,43701518,57002064,73627750,94243604,119616966,150628856
mov $1,9
add $1,$0
ad... | 24.941176 | 201 | 0.742925 |
6cb96234e2a9b5e8b74fb90147c0c2f42df3da63 | 632 | asm | Assembly | chapter09/ex9.asm | bgst009/AssemblyLanguage | 60969495e42830a2e5be5fb6d6dacf2dc635e3d4 | [
"Apache-2.0"
] | null | null | null | chapter09/ex9.asm | bgst009/AssemblyLanguage | 60969495e42830a2e5be5fb6d6dacf2dc635e3d4 | [
"Apache-2.0"
] | null | null | null | chapter09/ex9.asm | bgst009/AssemblyLanguage | 60969495e42830a2e5be5fb6d6dacf2dc635e3d4 | [
"Apache-2.0"
] | 1 | 2021-05-21T07:05:07.000Z | 2021-05-21T07:05:07.000Z | assume cs:code,ds:data,ss:stack
stack segment
db 128 dup(0)
stack ends
data segment
db 'welcome to masm!'
db 00001010B
db 00101100B
db 01111001B
data ends
code segment
start:
mov ax,data
mov ds,ax
mov ax,0b800h
mov es,ax
mov si,0
mov bx,16
mov di,160*10+2*30
mov cx,3
... | 10.031746 | 31 | 0.582278 |
5828c518e7b58c84c39aeff85aadfddc1e701663 | 438 | asm | Assembly | oeis/335/A335840.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/335/A335840.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/335/A335840.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A335840: Expansion of x*(1+2*x)/((1-2*x)*(1-x+4*x^2)).
; Submitted by Jon Maiga
; 1,5,9,5,1,45,169,245,81,125,1849,5445,6241,845,8649,70805,167281,146205,1369,465125,2556801,4890605,3052009,266805,21613201,87654845,135419769,53235845,48427681,909226125,2862999049,3521061845,659000241,3754622045
mov $1,1
mov $2,1
mov... | 23.052632 | 215 | 0.675799 |
84ced2ed30ab023b2fede7d77b38efba32006bb2 | 291 | asm | Assembly | libsrc/_DEVELOPMENT/l/sccz80/9-common/l_debug_pop_frame.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/sccz80/9-common/l_debug_pop_frame.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/sccz80/9-common/l_debug_pop_frame.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | IF !__CPU_GBZ80__
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_debug_pop_frame
EXTERN __debug_framepointer
l_debug_pop_frame:
pop bc ;return code
ex (sp),hl ;hl=old frame pointer
ld (__debug_framepointer),hl
pop hl
push bc
ret
ENDIF
| 16.166667 | 41 | 0.680412 |
1a3d28cff9bd0a1253508b188c169cefa8d6f646 | 697 | asm | Assembly | data/pokemon/base_stats/mantine.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | data/pokemon/base_stats/mantine.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | data/pokemon/base_stats/mantine.asm | Karkino/KarkCrystal16 | 945dde0354016f9357e9d3798312cc6efa52ff7a | [
"blessing"
] | null | null | null | db 0 ; species ID placeholder
db 85, 40, 70, 70, 80, 140
; hp atk def spd sat sdf
db WATER, FLYING ; type
db 25 ; catch rate
db 168 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 25 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/mantine/f... | 31.681818 | 236 | 0.708752 |
d99c0c9718ea95c5d72cd2c9b7655a0a9286df63 | 705 | asm | Assembly | oeis/078/A078318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/078/A078318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/078/A078318.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A078318: Sum of divisors of n*rad(n)+1, where rad=A007947 (squarefree kernel).
; Submitted by Christian Krause
; 3,6,18,13,42,38,93,18,56,102,186,74,324,198,342,48,540,110,546,272,756,588,972,180,312,678,126,528,1266,972,1596,84,1980,1260,1842,256,2484,1842,2286,402,2613,2124,3534,1440,1281,2220,4536,307,660,672,3906... | 100.714286 | 456 | 0.743262 |
6fe4df6df6152ceb9e97cba164a879fabc705513 | 517 | asm | Assembly | oeis/159/A159702.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159702.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159702.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159702: Decimal expansion of (969 + 44*sqrt(2))/967.
; Submitted by Christian Krause
; 1,0,6,6,4,1,7,1,6,3,1,2,7,6,2,7,9,0,2,9,4,4,4,4,0,8,5,1,9,8,0,5,8,6,0,5,5,2,8,1,3,5,0,1,1,6,3,5,6,3,4,5,1,0,3,6,3,9,8,9,0,2,8,7,9,7,4,7,5,9,2,8,5,4,7,2,9,3,9,7,2,0,4,8,5,4,3,6,4,5,4,5,0,9,2,2,0,5,0,5
bin $1,$0
mov $2,2
mov $3,$0
... | 18.464286 | 201 | 0.539652 |
e0552d670b875145da7cd5e35e1253e7aaf45684 | 2,912 | asm | Assembly | assiignment3.asm | Klaus073/Assembly-language | 2ddddf9e3ef6ce6c05f56b015be5697d1ac3c0be | [
"BSD-2-Clause"
] | null | null | null | assiignment3.asm | Klaus073/Assembly-language | 2ddddf9e3ef6ce6c05f56b015be5697d1ac3c0be | [
"BSD-2-Clause"
] | null | null | null | assiignment3.asm | Klaus073/Assembly-language | 2ddddf9e3ef6ce6c05f56b015be5697d1ac3c0be | [
"BSD-2-Clause"
] | null | null | null | ;q1
[org 0x0100]
jmp start
Array: dw 3, 9, 56, 43, 1, 2, 23
odd_counter: dw 0
even_counter: dw 0
Odd_Subroutine: ;; function for finding no. of odd number is array by Subroutine method
mov cx,2 ;divider
loop_odd:
xor ax,ax
xor dx,dx
mov ax ,[Array+bx]
... | 16.088398 | 120 | 0.544643 |
e0a062695b99a69d3d830b75316189ed7c8e94bf | 116 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_cls.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_cls.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/misc/c/sccz80/zx_cls.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void zx_cls(uchar attr)
SECTION code_arch
PUBLIC zx_cls
zx_cls:
INCLUDE "arch/zx/misc/z80/asm_zx_cls.asm"
| 10.545455 | 44 | 0.741379 |
b0b8e39924a2772a1e211447a8baa75d422e3754 | 681 | asm | Assembly | oeis/127/A127896.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/127/A127896.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/127/A127896.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A127896: Expansion of 1/(1 + 2*x + 3*x^2 + x^3).
; Submitted by Jamie Morken(s1)
; 1,-2,1,3,-7,4,10,-25,16,33,-89,63,108,-316,245,350,-1119,943,1121,-3952,3598,3539,-13920,13625,10971,-48897,51256,33208,-171287,191694,97265,-598325,713161,271388,-2083934,2640543,699328,-7236351,9734175,1541375,-25048924,35739548,2126... | 45.4 | 499 | 0.737151 |
eb2b1e32e4334ea59f1efd9b855c2888bd66afa2 | 144 | asm | Assembly | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/atexit_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/atexit_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdlib/c/sdcc_iy/atexit_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int atexit_fastcall(void (*func)(void))
SECTION code_stdlib
PUBLIC _atexit_fastcall
EXTERN asm_atexit
defc _atexit_fastcall = asm_atexit
| 13.090909 | 41 | 0.805556 |
4c0013328bf01de5ff4f5f106b3841dd9c6e1427 | 4,571 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_97.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_97.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_97.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 %rdi
push %rsi
lea addresses_D_ht+0x19ed, %rsi
lea addresses_UC_ht+0x18b8d, %rdi
xor $42686, %r15
mov $126, %rcx
rep movsw
nop
nop
nop
sub $39795, %rbp
lea addresses_UC_ht+0x1d59d, %r13
nop
nop
lfence
movb (%r13), %r15b
... | 51.943182 | 2,999 | 0.662656 |
6391b48c19f49402dc105b53d2752170a43571eb | 795 | asm | Assembly | Game of Life/C64GameOfLife/Macros.asm | detlefgrohs/C64 | f9b6c0bb664b93aecae92f6a8f4db5225148dfdb | [
"MIT"
] | null | null | null | Game of Life/C64GameOfLife/Macros.asm | detlefgrohs/C64 | f9b6c0bb664b93aecae92f6a8f4db5225148dfdb | [
"MIT"
] | null | null | null | Game of Life/C64GameOfLife/Macros.asm | detlefgrohs/C64 | f9b6c0bb664b93aecae92f6a8f4db5225148dfdb | [
"MIT"
] | null | null | null | !MACRO ROL_3 {
ROL
ROL
ROL
}
!MACRO ROL_7 {
ROL
ROL
ROL
ROL
ROL
ROL
ROL
}
!MACRO ROR_5 {
ROR
ROR
ROR
ROR
ROR
}
!MACRO LOAD_WORD_TO_ZPA ZPA, WORD {
LDA #<WORD
STA ZPA
LDA #>WORD... | 15.9 | 39 | 0.431447 |
34d634ab27ba96feb03397b823ff2c9439bc6a61 | 3,818 | asm | Assembly | src/vm/arm64/PInvokeStubs.asm | danmosemsft/coreclr | 04a3d11e4eecec2a4b7dcc81ab1575a57e30e3e2 | [
"MIT"
] | 6 | 2017-09-22T06:55:45.000Z | 2021-07-02T07:07:08.000Z | src/vm/arm64/PInvokeStubs.asm | danmosemsft/coreclr | 04a3d11e4eecec2a4b7dcc81ab1575a57e30e3e2 | [
"MIT"
] | 2 | 2017-09-23T08:21:05.000Z | 2017-09-27T03:31:06.000Z | src/vm/arm64/PInvokeStubs.asm | danmosemsft/coreclr | 04a3d11e4eecec2a4b7dcc81ab1575a57e30e3e2 | [
"MIT"
] | 2 | 2017-06-04T15:47:12.000Z | 2020-03-16T07:01:47.000Z | ; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
; See the LICENSE file in the project root for more information.
; ==++==
;;
;;
;; ==--==
#include "ksarm64.h"
#include "asmconstants.h"
#include "asmmacros.h"
IMPORT VarargPI... | 27.666667 | 89 | 0.608958 |
3cfa4cff8882783b582638d9a6ffe94b09a0de8e | 512 | asm | Assembly | programs/oeis/284/A284620.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/284/A284620.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/284/A284620.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A284620: {00->2}-transform of the infinite Fibonacci word A003849.
; 0,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1
mov $3,2
mov $5,$0
lpb $3
mov $0,$5
sub $3,1... | 23.272727 | 201 | 0.554688 |
43666fd7ff69e74b5510d8e17791760a036132f4 | 239 | asm | Assembly | libsrc/_DEVELOPMENT/ctype/z80/asm_toupper.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/ctype/z80/asm_toupper.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/ctype/z80/asm_toupper.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_ctype
PUBLIC asm_toupper
asm_toupper:
; if char is in [a-z] make it upper case
; enter : a = char
; exit : a = upper case char
; uses : af
cp 'a'
ret c
cp 'z'+1
ret nc
and $df
ret
| 10.863636 | 43 | 0.543933 |
4471b486bd6cbe69f40cbe323bf40713b4aa2339 | 435 | asm | Assembly | print/p009.asm | czfshine/assembly-exercise | 95c8be8331810dfd12f50e48109a4b2a8a978853 | [
"MIT"
] | 1 | 2018-05-16T13:01:26.000Z | 2018-05-16T13:01:26.000Z | print/p009.asm | czfshine/assembly-exercise | 95c8be8331810dfd12f50e48109a4b2a8a978853 | [
"MIT"
] | null | null | null | print/p009.asm | czfshine/assembly-exercise | 95c8be8331810dfd12f50e48109a4b2a8a978853 | [
"MIT"
] | null | null | null | ; 8086 assembly file
; by:czfshine
; date: 2018/04/12 10:10:56
;编写一个程序,从键盘输入一个不长于8位的四进制数,
;并将所输入的数以10进制数形式显示出来。
; The Main Data segment
include scan.inc
DATA SEGMENT
DATA ENDS
;entry code segment
CODE SEGMENT
ASSUME CS:CODE ,DS:DATA
START: ;entry point
MOV AX,DATA
MOV DS,AX
mov di,4
... | 16.111111 | 34 | 0.666667 |
f3ccc8916cca23e07c55ae06e66bf1660886f08a | 692 | asm | Assembly | oeis/084/A084214.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/084/A084214.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/084/A084214.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A084214: Inverse binomial transform of a math magic problem.
; Submitted by Jamie Morken(s2)
; 1,1,4,6,14,26,54,106,214,426,854,1706,3414,6826,13654,27306,54614,109226,218454,436906,873814,1747626,3495254,6990506,13981014,27962026,55924054,111848106,223696214,447392426,894784854,1789569706,3579139414,7158278826,14316... | 43.25 | 492 | 0.819364 |
86db44670ba30ae9c8b0228663e2e092b65bb1c9 | 7,935 | asm | Assembly | maps/AzaleaGym.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/AzaleaGym.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/AzaleaGym.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const AZALEAGYM_BUGSY
const AZALEAGYM_BUG_CATCHER1
const AZALEAGYM_BUG_CATCHER2
const AZALEAGYM_BUG_CATCHER3
const AZALEAGYM_TWIN1
const AZALEAGYM_TWIN2
const AZALEAGYM_GYM_GUY
AzaleaGym_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
AzaleaGymBugsyScript:
facep... | 20.718016 | 152 | 0.775173 |
814c8ae311896d997f8fa3f17ef80916f555924a | 2,214 | asm | Assembly | CONFidence CTF 2016/Teaser/Bubblegum/solution/shellcode.asm | IMULMUL/ctf-tasks | 9c1549c71aa5fc876f3a46751de226320dc879af | [
"Apache-2.0"
] | 581 | 2019-02-20T08:53:36.000Z | 2022-03-20T13:29:29.000Z | CONFidence CTF 2016/Teaser/Bubblegum/solution/shellcode.asm | Ma3k4H3d/ctf-tasks | 67b3564307a20a9175bcf695ce9643fb80d4652f | [
"Apache-2.0"
] | null | null | null | CONFidence CTF 2016/Teaser/Bubblegum/solution/shellcode.asm | Ma3k4H3d/ctf-tasks | 67b3564307a20a9175bcf695ce9643fb80d4652f | [
"Apache-2.0"
] | 61 | 2019-02-20T10:57:42.000Z | 2021-07-02T06:53:09.000Z | [bits 32]
; Constants
CREATEFILEW_OFFSET equ 0x2511C
READFILE_OFFSET equ 0x250FC
GETSTDHANDLE_OFFSET equ 0x250CC
WRITEFILE_OFFSET equ 0x250D8
SLEEPEX_OFFSET equ 0x2500C
STD_OUTPUT_HANDLE equ 0xfffffff5
; Shellcode start
start:
; Get the instruction pointer into... | 27.333333 | 83 | 0.608401 |
0642d29c48d3e2ff6cf14f1587e8fc38023e2af5 | 3,889 | asm | Assembly | lib/sprites.asm | cppchriscpp/waddles-the-duck | 05127094ffea6dbb3bc822fb8c0be2a7800e5060 | [
"MIT"
] | null | null | null | lib/sprites.asm | cppchriscpp/waddles-the-duck | 05127094ffea6dbb3bc822fb8c0be2a7800e5060 | [
"MIT"
] | null | null | null | lib/sprites.asm | cppchriscpp/waddles-the-duck | 05127094ffea6dbb3bc822fb8c0be2a7800e5060 | [
"MIT"
] | null | null | null | ; Definitions for all sprites used by our app, and some useful constants.
SPRITE_TYPE_COLLECTIBLE = 0
SPRITE_TYPE_JUMPABLE_ENEMY = 1
SPRITE_TYPE_INVULN_ENEMY = 2
SPRITE_TYPE_DIMENSIONER = 3
SPRITE_TYPE_FIREBALL = 4
SPRITE_TYPE_SHARK = 5
SPRITE_TYPE_PROFESSOR = 6
SPRITE_TYPE_TELEPORT = 7
SPRITE_TYPE_TELE... | 58.044776 | 201 | 0.794549 |
8075ac003c05ae19c9113cfdb424131dae944d7f | 1,718 | asm | Assembly | programs/oeis/098/A098021.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/098/A098021.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/098/A098021.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A098021: Positions of 0's in the zero-one sequence [nr+2r]-[nr]-[2r], where r=sqrt(2) and [ ]=floor; see A187967.
; 5,10,17,22,29,34,39,46,51,58,63,68,75,80,87,92,99,104,109,116,121,128,133,138,145,150,157,162,169,174,179,186,191,198,203,208,215,220,227,232,237,244,249,256,261,268,273,278,285,290,297,302,307,314,319,... | 35.791667 | 1,062 | 0.643772 |
6ce06cfcd6e1abc3fd7884ffd8e628ec603caea3 | 728 | asm | Assembly | oeis/019/A019525.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/019/A019525.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/019/A019525.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A019525: Poincaré series [or Poincare series] for depths of roots in a certain root system.
; Submitted by Jon Maiga
; 2,3,6,12,27,60,138,315,726,1668,3843,8844,20370,46899,108006,248700,572715,1318812,3036954,6993387,16104246,37084404,85397139,196650348,452841762,1042792803,2401318086,5529696492,12733650747,29322740... | 45.5 | 500 | 0.815934 |
d1d09c67d5e525656e6c0bd58c77c9adbea49a08 | 111 | asm | Assembly | patches/vwf_dialogues/vwffontpointers.asm | RPGHacker/SMW-Workspace | dbbc37a650b71800c5113b28f115aa6ffc59fa7f | [
"MIT"
] | 9 | 2017-11-03T17:37:24.000Z | 2021-10-16T23:01:24.000Z | patches/vwf_dialogues/vwffontpointers.asm | RPGHacker/SMW-Workspace | dbbc37a650b71800c5113b28f115aa6ffc59fa7f | [
"MIT"
] | 17 | 2017-11-03T17:37:16.000Z | 2021-11-02T14:42:12.000Z | patches/vwf_dialogues/vwffontpointers.asm | RPGHacker/SMW-Workspace | dbbc37a650b71800c5113b28f115aa6ffc59fa7f | [
"MIT"
] | 3 | 2018-01-14T21:49:55.000Z | 2019-06-27T10:41:27.000Z | ; This table contains the pointers to each font.
; Format:
; dl <fontName>,<fontWidth>
dl Font1,Font1_Width
| 18.5 | 48 | 0.72973 |
f5db4c1a1671e76c56a176b9c1e69a9c3c2524ee | 2,683 | asm | Assembly | TP4_PWM/main.asm | lmberard/Assembly | cbd0c332f08247aa82115fd3d4bfb9643f20a4db | [
"MIT"
] | null | null | null | TP4_PWM/main.asm | lmberard/Assembly | cbd0c332f08247aa82115fd3d4bfb9643f20a4db | [
"MIT"
] | null | null | null | TP4_PWM/main.asm | lmberard/Assembly | cbd0c332f08247aa82115fd3d4bfb9643f20a4db | [
"MIT"
] | null | null | null | ;----------------------------------------------------------------------
; Universidad de Buenos Aires
; Facultad de Ingenieria
; Laboratorio de microprocesadores
; Trabajo Practico N4 : PWM
; Alumna : Lucia Berard
; Padron : 101213
;--------------------------------------------------... | 28.242105 | 120 | 0.453224 |
9981f5e437ca8a5ef0ce9c9fd3b218371fa7e977 | 118 | asm | Assembly | audio/sfx/battle_19.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | audio/sfx/battle_19.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | audio/sfx/battle_19.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SFX_Battle_19_Ch1:
unknownnoise0x20 2, 132, 67
unknownnoise0x20 2, 196, 34
unknownnoise0x20 8, 242, 52
endchannel
| 19.666667 | 28 | 0.788136 |
1bf478dbde6028c4d58d4d9942dd507dd49acf87 | 336 | asm | Assembly | programs/oeis/095/A095122.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/095/A095122.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/095/A095122.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A095122: Fib(n)(2Fib(n)-1).
; 0,1,1,6,15,45,120,325,861,2278,5995,15753,41328,108345,283881,743590,1947351,5099221,13351528,34957341,91523685,239618886,627341331,1642418641,4299936480,11257426225,29472399505,77159865030,202007345631
seq $0,45 ; Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0) = 0 and F(1) = 1.
mu... | 48 | 204 | 0.72619 |
bed8869bb7fab3e816be7d605488687bf3c6aa07 | 1,054 | asm | Assembly | programs/oeis/048/A048883.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/048/A048883.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/048/A048883.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A048883: a(n) = 3^wt(n), where wt(n) = A000120(n).
; 1,3,3,9,3,9,9,27,3,9,9,27,9,27,27,81,3,9,9,27,9,27,27,81,9,27,27,81,27,81,81,243,3,9,9,27,9,27,27,81,9,27,27,81,27,81,81,243,9,27,27,81,27,81,81,243,27,81,81,243,81,243,243,729,3,9,9,27,9,27,27,81,9,27,27,81,27,81,81,243,9,27,27,81,27,81,81,243,27,81,81,243,81,243,... | 47.909091 | 806 | 0.63093 |
f0bd641390d2c234654fbc56a09cb1ff0617aaf4 | 657 | asm | Assembly | oeis/321/A321942.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/321/A321942.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/321/A321942.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A321942: A sequence related to the Euler-Gompertz constant.
; Submitted by Jon Maiga
; 1,2,8,44,300,2420,22460,235260,2741660,35152820,491459820,7436765660,121046445260,2108118579060,39104985755420,769549656815420,16009942093608060,351030466622487860,8089084984387984460,195421894806240545820,4938445392988428283820,13... | 43.8 | 468 | 0.841705 |
81883fe428a5354963e8420bdba5f9eaf328e58b | 2,347 | asm | Assembly | data/moves/effects_pointers.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | 1 | 2022-02-21T03:41:27.000Z | 2022-02-21T03:41:27.000Z | data/moves/effects_pointers.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | null | null | null | data/moves/effects_pointers.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | null | null | null | MoveEffectsPointers:
; entries correspond to EFFECT_* constants
dw NormalHit
dw DoSleep
dw PoisonHit
dw LeechHit
dw BurnHit
dw FreezeHit
dw ParalyzeHit
dw Selfdestruct
dw DreamEater
dw MirrorMove
dw AttackUp
dw DefenseUp
dw SpeedUp
dw SpecialAttackUp
dw SpecialDefenseUp
dw AccuracyUp
dw EvasionUp
dw N... | 14.57764 | 42 | 0.792927 |
bc4be6883f0b6bd2ea610ee777e1643606be6a29 | 207 | asm | Assembly | libsrc/_DEVELOPMENT/string/c/sdcc_iy/strnlen.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sdcc_iy/strnlen.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/string/c/sdcc_iy/strnlen.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; size_t strnlen(const char *s, size_t maxlen)
SECTION code_string
PUBLIC _strnlen
EXTERN asm_strnlen
_strnlen:
pop af
pop hl
pop bc
push bc
push hl
push af
jp asm_strnlen
| 9.857143 | 46 | 0.666667 |
106f0c804dd21ec0cc937fda25149e209e5ca9c2 | 745 | asm | Assembly | programs/oeis/014/A014024.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/014/A014024.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/014/A014024.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A014024: Inverse of 15th cyclotomic polynomial.
; 1,1,1,0,0,-1,-1,-1,0,0,0,0,0,0,0,1,1,1,0,0,-1,-1,-1,0,0,0,0,0,0,0,1,1,1,0,0,-1,-1,-1,0,0,0,0,0,0,0,1,1,1,0,0,-1,-1,-1,0,0,0,0,0,0,0,1,1,1,0,0,-1,-1,-1,0,0,0,0,0,0,0,1,1,1,0,0,-1,-1,-1,0,0,0,0,0,0,0,1,1,1,0,0,-1,-1,-1,0,0,0,0,0,0,0,1,1,1,0,0,-1,-1,-1,0,0,0,0,0,0,0,1,1,... | 39.210526 | 552 | 0.488591 |
8624a6c01a5bcdd1223fd5aae2e746412d736512 | 138 | asm | Assembly | pkgs/tools/yasm/src/modules/arch/x86/tests/loopadsz.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/loopadsz.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/loopadsz.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | [bits 16]
foo: a32 loop foo ; 67 E2 FD
bar: loop bar, ecx ; 67 E2 FD
[bits 32]
baz: a16 loop baz ; 67 E2 FD
qux: loop qux, cx ; 67 E2 FD
| 17.25 | 29 | 0.630435 |
61bbbeebfe7c4773b87f29566ac6e87991243d85 | 2,070 | asm | Assembly | dino/lcs/enemy/8D.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/enemy/8D.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/enemy/8D.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
03563C bne $35634 [enemy+ 9, enemy+29, enemy+49, enemy+69, enemy+89, enemy+A9]
035644 move.b #$1, ($ad,A6) [enemy+ 9, enemy+29, enemy+49, enemy+69, enemy+89, enemy+A9]
03564A jsr $119c.l [enemy+ D, enemy+2D, enemy+4D, enemy+6D, enemy+8D, enemy+AD]
035A... | 62.727273 | 150 | 0.645894 |
bc5337b31461617b552f8f581eb203f36012d2e6 | 4,082 | asm | Assembly | Source/a20.asm | Dogelix/SystemsProgramming_Stage1 | e3c0adf578a2690213232f5ac6fc8fca4f2f6b3d | [
"MIT"
] | null | null | null | Source/a20.asm | Dogelix/SystemsProgramming_Stage1 | e3c0adf578a2690213232f5ac6fc8fca4f2f6b3d | [
"MIT"
] | null | null | null | Source/a20.asm | Dogelix/SystemsProgramming_Stage1 | e3c0adf578a2690213232f5ac6fc8fca4f2f6b3d | [
"MIT"
] | null | null | null | ; Test_A20_Enabled. Check the status of the A20 line.
;
; Returns: 0 in ax if the A20 line is disabled (memory wraps around)
; 1 in ax if the A20 line is enabled (memory does not wrap around)
Test_A20_Enabled:
pushf
push ds
push es
push di
push si
xor ax, ax ; Set DS:SI to... | 27.958904 | 121 | 0.657276 |
cd61083931bae7abed7f64014d2672c28e314626 | 1,692 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_s.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_s.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_s.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_stdio
PUBLIC __stdio_scanf_s
PUBLIC __stdio_scanf_s_tail
EXTERN __stdio_recv_input_eat_ws_repeat, __stdio_recv_input_eatc, __stdio_scanf_sm_string
__stdio_scanf_s:
; %s converter called from vfscanf()
;
; enter : ix = FILE *
; bc = field width (0 means default)
... | 18.593407 | 96 | 0.600473 |
0fdd60ab64c5a88d29466d730254d039a35385a2 | 926 | asm | Assembly | unittests/ASM/X87_F64/FXAM_Push_F64.asm | Seas0/FEX | 4f4263263b560b0a25e0d48555d5b99ca12c938f | [
"MIT"
] | null | null | null | unittests/ASM/X87_F64/FXAM_Push_F64.asm | Seas0/FEX | 4f4263263b560b0a25e0d48555d5b99ca12c938f | [
"MIT"
] | null | null | null | unittests/ASM/X87_F64/FXAM_Push_F64.asm | Seas0/FEX | 4f4263263b560b0a25e0d48555d5b99ca12c938f | [
"MIT"
] | null | null | null | %ifdef CONFIG
{
"RegData": {
"RAX": "8"
},
"Env": { "FEX_X87REDUCEDPRECISION" : "1" }
}
%endif
mov rdx, 0xe0000000
; This behaviour was seen around Wine 32-bit libraries
; Anything doing a call to a double application would spin
; the x87 stack on to the stack looking for fxam to return empty
; Empty in thi... | 12.861111 | 64 | 0.703024 |
fb37385bad51255d10edaff64dca375225ccd7db | 175 | asm | Assembly | libsrc/target/lviv/stdio/fputc_cons_native.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/lviv/stdio/fputc_cons_native.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/lviv/stdio/fputc_cons_native.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
PUBLIC fputc_cons_native
PUBLIC _fputc_cons_native
fputc_cons_native:
_fputc_cons_native:
ld hl,2
add hl,sp
ld a,(hl)
call $bffa
ret
| 11.666667 | 26 | 0.72 |
12ea0e333618d0e40d57ddea9bfe3616b32a26e1 | 4,054 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_7129_1700.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_7129_1700.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_7129_1700.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_WT_ht+0x133fa, %rsi
lea addresses_WC_ht+0x69e2, %rdi
sub $3443, %rbp
mov $71, %rcx
rep movsw
nop
nop
xor %rbp, %rbp
pop %rsi
pop %rdi
pop %rcx
pop %rbp
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r8
push... | 68.711864 | 2,999 | 0.664282 |
9fccb0e27ca0cdd960abc1064b82039408ee156e | 1,099 | asm | Assembly | programs/oeis/033/A033116.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033116.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033116.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033116: Base-6 digits are, in order, the first n terms of the periodic sequence with initial period 1,0.
; 1,6,37,222,1333,7998,47989,287934,1727605,10365630,62193781,373162686,2238976117,13433856702,80603140213,483618841278,2901713047669,17410278286014,104461669716085,626770018296510,3760620109779061,22563720658674... | 91.583333 | 915 | 0.899909 |
b4b8298ee2364866e462aa88991fb1e7153d77cd | 649 | asm | Assembly | oeis/022/A022087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/022/A022087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/022/A022087.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A022087: Fibonacci sequence beginning 0, 4.
; Submitted by Jon Maiga
; 0,4,4,8,12,20,32,52,84,136,220,356,576,932,1508,2440,3948,6388,10336,16724,27060,43784,70844,114628,185472,300100,485572,785672,1271244,2056916,3328160,5385076,8713236,14098312,22811548,36909860,59721408,96631268,156352676,252983944,409336620,6623... | 46.357143 | 490 | 0.807396 |
818993d145beaed5a4296900dfe7356b43b41367 | 211 | asm | Assembly | Assembly/Exemplos-de-Codigos/subtrair.asm | carlosvilela/Testes-C- | b6be1d94569027d0b5d6e8aa227e279a7cb16937 | [
"MIT"
] | null | null | null | Assembly/Exemplos-de-Codigos/subtrair.asm | carlosvilela/Testes-C- | b6be1d94569027d0b5d6e8aa227e279a7cb16937 | [
"MIT"
] | null | null | null | Assembly/Exemplos-de-Codigos/subtrair.asm | carlosvilela/Testes-C- | b6be1d94569027d0b5d6e8aa227e279a7cb16937 | [
"MIT"
] | null | null | null | ; Desenvolvido em Visual Studio 2012
.486
.model tiny
.code
main:
mov eax, 07h ; move 07h para o registrador eax
mov ebx, 05h ; move 05h para o registrador ebx
sub eax, ebx ; subtrai ebx do abx
end main
| 14.066667 | 47 | 0.71564 |
7d7b536ae5b6d479f5ee0a2b4e610fbe0391de1b | 324 | asm | Assembly | programs/oeis/014/A014018.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014018.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014018.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014018: Inverse of 9th cyclotomic polynomial.
; 1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1
lpb $0
mod $0,9
lpe
pow $1,$0
cmp $0,3
sub $1,$0
mov $0... | 29.454545 | 212 | 0.527778 |
8b6e08879b05ad7e90a9529913bf55dd3d0b07ac | 16,677 | asm | Assembly | T1.asm | matprado/Calculadora_Assembly | c3c69b7b2e53ebf7389eea9ba7df07003d21502b | [
"MIT"
] | null | null | null | T1.asm | matprado/Calculadora_Assembly | c3c69b7b2e53ebf7389eea9ba7df07003d21502b | [
"MIT"
] | null | null | null | T1.asm | matprado/Calculadora_Assembly | c3c69b7b2e53ebf7389eea9ba7df07003d21502b | [
"MIT"
] | null | null | null | #Trabalho 1 de Organização e Arquitetura de Computadores.
#O objetivo desse trabalho é fazer um programa em Assembly MIPS que simule uma calculadora com
#determinadas operações.
#Convenção: argumentos para os procedimentos sempre ficam entre os registradores $a0, ..., $a3(ou $f.. para valores flutuantes)
# e retorno ... | 17.970905 | 127 | 0.599868 |
eef420e0bcff6e14d68f695f0efa9401f56c3549 | 592 | asm | Assembly | oeis/275/A275574.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/275/A275574.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/275/A275574.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A275574: ((-1)^n - 1 + 2*(n^floor((n + 1)/2)))/4
; 0,1,4,8,62,108,1200,2048,29524,50000,885780,1492992,31374258,52706752,1281445312,2147483648,59293938248,99179645184,3065533128900,5120000000000,175138750271110,292159150705664,10957312216010160,18260173718028288,745058059692382812,1240576436601868288,5470949456575617... | 53.818182 | 473 | 0.83277 |
b8d0cab47be985328d051c64818c0d73d1a48ad6 | 6,216 | asm | Assembly | CS2ASM/Amd64/EntryPoint.asm | nifanfa/CS2ASM | d4c3fcc039aeba38d4c6e387da17e603cabc0c7e | [
"MIT"
] | 23 | 2021-11-30T07:17:11.000Z | 2022-02-07T05:42:46.000Z | CS2ASM/Amd64/EntryPoint.asm | nifanfa/IL2ASM | d4c3fcc039aeba38d4c6e387da17e603cabc0c7e | [
"MIT"
] | 5 | 2021-11-30T16:00:49.000Z | 2022-02-10T03:42:19.000Z | CS2ASM/Amd64/EntryPoint.asm | nifanfa/CS2ASM | d4c3fcc039aeba38d4c6e387da17e603cabc0c7e | [
"MIT"
] | 2 | 2021-12-10T19:51:21.000Z | 2022-01-06T23:01:26.000Z | [BITS 32]
[global _start]
[ORG 0x100000]
;If using '-f bin' we need to specify the
;origin point for our code with ORG directive
;multiboot loaders load us at physical
;address 0x100000
MULTIBOOT_AOUT_KLUDGE equ 1 << 16
;FLAGS[16] indicates to GRUB we are not
;an ELF executable and the fields
;header address, loa... | 27.626667 | 115 | 0.581403 |
040716039e004bbcafea4acff133ad36101b29d8 | 630 | asm | Assembly | programs/oeis/093/A093050.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/093/A093050.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/093/A093050.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A093050: Exponent of 2 in (3^n-3)*2^(n-1).
; 0,0,3,2,6,4,7,6,11,8,11,10,14,12,15,14,20,16,19,18,22,20,23,22,27,24,27,26,30,28,31,30,37,32,35,34,38,36,39,38,43,40,43,42,46,44,47,46,52,48,51,50,54,52,55,54,59,56,59,58,62,60,63,62,70,64,67,66,70
mov $5,$0
mov $7,2
lpb $7,1
clr $0,5
mov $0,$5
sub $7,1
add $0,$7
... | 15.75 | 199 | 0.519048 |
86baa61d878ac5c214d6c46430cdcb63eb4bd500 | 7,493 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_890.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_890.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_890.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xe408, %rbx
nop
inc %rax
movl $0x61626364, (%rbx)
nop
nop
cmp $65136, %rbp
lea addresses_normal_ht+0x13918, %rsi
lea addresses_D_ht+0x1263c, %rdi
nop
nop
add %rdx, %rdx
mov $8... | 35.34434 | 2,999 | 0.662618 |
5531b3ce0c0e93b39d2245a3a1bf79339f02e5fd | 2,131 | asm | Assembly | data/trainers/dvs.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | 1 | 2022-02-21T03:41:27.000Z | 2022-02-21T03:41:27.000Z | data/trainers/dvs.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | null | null | null | data/trainers/dvs.asm | AtmaBuster/pokeoctober | 12652b84eb2df1a0ed2f654a0ffcfb78202e515f | [
"blessing"
] | null | null | null | TrainerClassDVs:
; entries correspond to trainer classes (see constants/trainer_constants.asm)
; atk,def,spd,spc
dn 9, 10, 7, 7 ; FALKNER
dn 8, 8, 8, 8 ; BUGSY
dn 9, 8, 8, 8 ; WHITNEY
dn 9, 8, 8, 8 ; MORTY
dn 9, 8, 8, 8 ; PRYCE
dn 9, 8, 8, 8 ; JASMINE
dn 9, 8, 8, 8 ; CHUCK
dn 7, 12... | 29.191781 | 77 | 0.498358 |
984ad38cca68e7d222e28910dbe9ef33d72ec092 | 1,566 | asm | Assembly | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_64/zx_01_output_char_64_oterm_msg_printc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_64/zx_01_output_char_64_oterm_msg_printc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_64/zx_01_output_char_64_oterm_msg_printc.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fcntl
PUBLIC zx_01_output_char_64_oterm_msg_printc
EXTERN asm_zx_cyx2saddr, asm_zx_saddr2aaddr
zx_01_output_char_64_oterm_msg_printc:
; enter : c = ascii code >= 32
; b = parameter (currently unused)
; l = absolute x coordinate
; h = absolute y coord... | 16.659574 | 60 | 0.498084 |
835ad25e339a684a679f70a6e8d00d0de8f4003a | 6,962 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1395.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_1395.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_1395.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 %r15
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x13420, %r10
nop
nop
nop
sub %r15, %r15
mov (%r10), %di
and %r14, %r14
lea addresses_D_ht+0x6568, %rsi
lea addresses_WT_ht+0x19564, %rdi
nop
nop
nop
nop
sub $12273, %r15
mov $... | 35.886598 | 2,999 | 0.66073 |
40848e4de246b515db9b5c140e7d1e90b5c4734e | 173 | asm | Assembly | data/pokemon/dex_entries/deoxys.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/deoxys.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/deoxys.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "DNA@" ; species name
db "DNA from a space"
next "virus mutated and"
next "became a #MON."
page "It appeares when"
next "auroras are seen"
next "in the sky.@"
| 17.3 | 25 | 0.647399 |
076a243cc90fd70a2e826d92707c02ef37b7f93e | 898 | asm | Assembly | programs/oeis/080/A080239.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/080/A080239.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/080/A080239.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A080239: Antidiagonal sums of triangle A035317.
; 1,1,2,3,6,9,15,24,40,64,104,168,273,441,714,1155,1870,3025,4895,7920,12816,20736,33552,54288,87841,142129,229970,372099,602070,974169,1576239,2550408,4126648,6677056,10803704,17480760,28284465,45765225,74049690,119814915,193864606,313679521,507544127,821223648,1328767... | 112.25 | 723 | 0.821826 |
cd1d7c5ca91eb1247ed5e1088eb8fb84e40ec01e | 749 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_drawBackTilesH_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_drawBackTilesH_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_drawBackTilesH_callee.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_h.h" for further details
; ----------------------------------------------------------------
; void BIFROSTH_drawBackTilesH(unsigned int lin,unsigned int col,unsigned int... | 27.740741 | 83 | 0.539386 |
dc4bdf056f6334b74e37e52d58a857863ba81437 | 43,090 | asm | Assembly | base/mvdm/wow16/drivers/comm/ibmcom1.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/wow16/drivers/comm/ibmcom1.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/wow16/drivers/comm/ibmcom1.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page
;---------------------------Module-Header-------------------------------;
; Module Name: IBMCOM1.ASM
;
; Copyright (c) Microsoft Corporation 1985-1990. All Rights Reserved.
;
;----------------------------Private-Routine----------------------------;
;
; DoLPT - Do Function To LPT port
;
; The given fun... | 27.675016 | 80 | 0.482409 |
7e600fe28d84ab10d87b2854fb9c7d2f806faf55 | 3,118 | asm | Assembly | source/float/fpfromstr.asm | paulscottrobson/basic-65 | 5d38713aca0ec239bb1ee89ea05e548448abcc2c | [
"MIT"
] | null | null | null | source/float/fpfromstr.asm | paulscottrobson/basic-65 | 5d38713aca0ec239bb1ee89ea05e548448abcc2c | [
"MIT"
] | null | null | null | source/float/fpfromstr.asm | paulscottrobson/basic-65 | 5d38713aca0ec239bb1ee89ea05e548448abcc2c | [
"MIT"
] | null | null | null | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : fpfromstr.asm
; Purpose : Convert String to floating point
; Date : 16th August 2019
; Author : Paul Robson (paul... | 30.271845 | 93 | 0.502245 |
83c20d39c16731e2940c50f59f68bb5ef2500355 | 1,568 | asm | Assembly | programs/oeis/049/A049451.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/049/A049451.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/049/A049451.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A049451: Twice second pentagonal numbers.
; 0,4,14,30,52,80,114,154,200,252,310,374,444,520,602,690,784,884,990,1102,1220,1344,1474,1610,1752,1900,2054,2214,2380,2552,2730,2914,3104,3300,3502,3710,3924,4144,4370,4602,4840,5084,5334,5590,5852,6120,6394,6674,6960,7252,7550,7854,8164,8480,8802,9130,9464,9804,10150,10502... | 196 | 1,483 | 0.820791 |
ba703b3cd5f75e434cc96964152bcec794c41284 | 704 | asm | Assembly | oeis/235/A235355.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/235/A235355.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/235/A235355.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A235355: 0 followed by the sum of (1),(2), (3,4),(5,6), (7,8,9),(10,11,12) from the natural numbers.
; 0,1,2,7,11,24,33,58,74,115,140,201,237,322,371,484,548,693,774,955,1055,1276,1397,1662,1806,2119,2288,2653,2849,3270,3495,3976,4232,4777,5066,5679,6003,6688,7049,7810,8210,9051,9492,10417,10901,11914,12443,13548,141... | 50.285714 | 497 | 0.724432 |
3497b2b93b0c3990039ed1c076f15edc5d141fe9 | 1,256 | asm | Assembly | data/maps/environment_colors.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/maps/environment_colors.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/maps/environment_colors.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | EnvironmentColorsPointers:
; entries correspond to environment constants (see constants/map_data_constants.asm)
dw .OutdoorColors ; unused
dw .OutdoorColors ; TOWN
dw .OutdoorColors ; ROUTE
dw .IndoorColors ; INDOOR
dw .DungeonColors ; CAVE
dw .Env5Colors ; ENVIRONMENT_5
dw .IndoorColors ; GATE
dw .Dungeon... | 34.888889 | 84 | 0.555732 |
83b3f986c6bdd458cae2610bf7a7ad159526ea4e | 466 | asm | Assembly | arch/i386/hwid/hwdetect.asm | moondeck/hydrogen | 5b98da9dac1ad85b3aaf98cc739a092350db6d1b | [
"Apache-2.0"
] | 6 | 2016-12-28T21:51:28.000Z | 2021-02-15T18:48:40.000Z | arch/i386/hwid/hwdetect.asm | moondeck/hydrogen | 5b98da9dac1ad85b3aaf98cc739a092350db6d1b | [
"Apache-2.0"
] | 7 | 2017-02-07T16:03:31.000Z | 2018-01-02T19:41:21.000Z | arch/i386/hwid/hwdetect.asm | moondeck/hydrogen | 5b98da9dac1ad85b3aaf98cc739a092350db6d1b | [
"Apache-2.0"
] | 2 | 2017-03-11T13:25:06.000Z | 2018-03-25T15:35:48.000Z | [BITS 32]
global identify_cpu
identify_cpu:
mov esi, [ebp + 8] ;offset to the function argument
mov eax, 0x00
cpuid
mov [esi], ebx
add esi, 4
mov [esi], edx
add esi, 4
mov [esi], ecx
add esi, 4
inc esi
mov eax, 0x00
mov [esi], eax
add esi, 4
cpuid ... | 11.948718 | 78 | 0.570815 |
07e5bade0c93b8d6f9d1babf2a2e342d49647428 | 742 | asm | Assembly | oeis/206/A206927.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/206/A206927.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/206/A206927.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A206927: Minimal numbers of binary length n+1 such that the number of contiguous palindromic bit patterns in the binary representation is minimal.
; 2,4,9,18,37,75,150,300,601,1202,2405,4811,9622,19244,38489,76978,153957,307915,615830,1231660,2463321,4926642,9853285,19706571,39413142,78826284,157652569,315305138,6306... | 53 | 497 | 0.828841 |
9294fa94e7a0ea640d26244044b572a96a852489 | 2,653 | asm | Assembly | programs/oeis/202/A202048.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202048.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/202/A202048.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A202048: Number of (n+2) X 6 binary arrays avoiding patterns 001 and 110 in rows and columns.
; 636,1968,4980,11016,22092,41088,71964,120000,192060,296880,445380,651000,930060,1302144,1790508,2422512,3230076,4250160,5525268,7103976,9041484,11400192,14250300,17670432,21748284,26581296,32277348,38955480,46746636,557944... | 176.866667 | 2,449 | 0.892951 |
6d8209ee61c8ac04efa0b01bfb1f5122264049ef | 1,843 | asm | Assembly | Appl/Startup/BStartup/bsTimeDate.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Startup/BStartup/bsTimeDate.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Startup/BStartup/bsTimeDate.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: bsTimeDate.asm
AUTHOR: Steve Yegge, Jul 15, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Desc... | 23.935065 | 79 | 0.473142 |
730d8f2df1b1de0702061feb0f3cae2d25f5c260 | 63 | asm | Assembly | data/maps/headers/Route2Gate.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/headers/Route2Gate.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/headers/Route2Gate.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null |
map_header Route2Gate, ROUTE_2_GATE, GATE, 0
end_map_header
| 15.75 | 45 | 0.809524 |
83295b8c54cff8666f04d21c1a48431e03b516a3 | 2,215 | asm | Assembly | programs/oeis/158/A158413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158413: 961n^2 + 2n.
; 963,3848,8655,15384,24035,34608,47103,61520,77859,96120,116303,138408,162435,188384,216255,246048,277763,311400,346959,384440,423843,465168,508415,553584,600675,649688,700623,753480,808259,864960,923583,984128,1046595,1110984,1177295,1245528,1315683,1387760,1461759,1537680,1615523,1695288,1776... | 184.583333 | 2,103 | 0.866366 |
0063dd3c6e3f70417d390d2434530a8f6d08b880 | 3,591 | asm | Assembly | Chapter07/structures_win.asm | PacktPublishing/Mastering-Assembly-Programming | f5de70a911021e3e5189864cec8dc1ddfa103d24 | [
"MIT"
] | 34 | 2019-07-10T00:32:25.000Z | 2022-03-20T16:32:08.000Z | Chapter07/structures_win.asm | PacktPublishing/Mastering-Assembly-Programming | f5de70a911021e3e5189864cec8dc1ddfa103d24 | [
"MIT"
] | null | null | null | Chapter07/structures_win.asm | PacktPublishing/Mastering-Assembly-Programming | f5de70a911021e3e5189864cec8dc1ddfa103d24 | [
"MIT"
] | 4 | 2020-04-13T01:23:51.000Z | 2021-09-21T03:17:00.000Z | ; File: src\template_win.asm
; First of all, we tell the compiler which type of executable
; we want it to be. In our case it is a 32-bit PE executable.
format PE GUI
; Tell the compiler where we want our program to start - define
; the entry point. We want it to be at the place labeled with '_start'.
entry _... | 19.622951 | 104 | 0.639655 |
df9bc4b078611d41fb103a286b8d20929a1c167d | 114 | asm | Assembly | test/test.asm | richRemer/atlatl | 169c0c9c29d277dc1295e6c37b0963af6e02741a | [
"MIT"
] | null | null | null | test/test.asm | richRemer/atlatl | 169c0c9c29d277dc1295e6c37b0963af6e02741a | [
"MIT"
] | null | null | null | test/test.asm | richRemer/atlatl | 169c0c9c29d277dc1295e6c37b0963af6e02741a | [
"MIT"
] | null | null | null | global _start
extern test_case
extern sys.exit
section .text
_start:
call test_case
call sys.exit
| 11.4 | 21 | 0.710526 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.