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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
151cb784afa32c50f021a7ce6ef61e516fa0f157 | 389 | asm | Assembly | programs/oeis/264/A264724.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/264/A264724.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/264/A264724.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A264724: a(n) = n^2 + phi(n).
; 2,5,11,18,29,38,55,68,87,104,131,148,181,202,233,264,305,330,379,408,453,494,551,584,645,688,747,796,869,908,991,1040,1109,1172,1249,1308,1405,1462,1545,1616,1721,1776,1891,1956,2049,2138,2255,2320,2443,2520
mov $1,$0
add $0,2
mov $2,$1
mul $1,$0
seq $2,10 ; Euler totient function phi... | 32.416667 | 209 | 0.673522 |
8aa2e34ba0cb0c253b4fbf895008d36dc693b148 | 24 | asm | Assembly | src/main/fragment/mos6502-common/vbuaa=vbuxx_minus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vbuaa=vbuxx_minus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vbuaa=vbuxx_minus_vbuaa.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | sta $ff
txa
sec
sbc $ff
| 4.8 | 7 | 0.666667 |
f1660db51986554a853a73704319e4a44bb44ebb | 416 | asm | Assembly | oeis/178/A178129.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/178/A178129.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/178/A178129.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A178129: Partial sums of A050508.
; Submitted by Jon Maiga
; 0,2,8,23,47,87,147,224,328,463,623,821,1049,1322,1644,2004,2420,2896,3418,4007,4647,5361,6153,7004,7940,8940,10032,11220,12480,13843,15313,16863,18527,20276,22146,24141,26229,28449,30767,33224,35824,38530
mov $2,$0
mov $4,$0
lpb $2
mov $0,$4
sub $2,1
... | 27.733333 | 206 | 0.699519 |
22f3b8ab67c0273c2b9170d9472f6fd3296972ac | 375 | asm | Assembly | programs/oeis/104/A104199.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/104/A104199.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/104/A104199.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A104199: Lower bound on a straddle prime pair.
; 3,5,7,7,7,11,13,13,13,17,19,19,19,23,23,23,23,23,29,31,31,31,31,31,37,37,37,41,43,43,43,47,47,47,47,47,53,53,53,53,53,59,61,61,61,61,61,67,67,67,71,73,73,73,73,73,79,79,79,83,83,83,83,83,89,89,89,89,89,89,89
seq $0,73169 ; a(n)=A002808(n)-n, difference between n-th co... | 53.571429 | 209 | 0.674667 |
b5c10f773f17338bc88fdc9256d143f006e03bee | 762 | asm | Assembly | oeis/278/A278586.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/278/A278586.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/278/A278586.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A278586: Start with X = n^2. Repeatedly replace X with X - ceiling(X/n); a(n) is the number of steps to reach 0.
; Submitted by Stefano Spezia
; 1,3,5,8,11,14,17,21,24,28,32,36,40,44,49,53,57,62,66,71,75,80,84,90,94,99,103,109,113,118,123,128,133,139,143,149,154,159,164,170,175,180,185,191,196,201,207,212,217,223,229... | 27.214286 | 371 | 0.636483 |
74252401c59535417225ea764ffbb8b153f59910 | 3,295 | asm | Assembly | scripts_br/items.asm | hansbonini/smd_beyondoasis | fa15eb880fba84a0a9e372e56cc0e77d0892444c | [
"MIT"
] | 2 | 2020-12-13T18:51:06.000Z | 2020-12-15T14:34:44.000Z | scripts_br/items.asm | hansbonini/smd_beyondoasis | fa15eb880fba84a0a9e372e56cc0e77d0892444c | [
"MIT"
] | null | null | null | scripts_br/items.asm | hansbonini/smd_beyondoasis | fa15eb880fba84a0a9e372e56cc0e77d0892444c | [
"MIT"
] | 1 | 2020-12-15T19:09:48.000Z | 2020-12-15T19:09:48.000Z | constant item_length(32)
constant item_column($20)
constant weapon_column($58)
constant item_counter_column($D0)
origin $003F3000
item_names:
gameItem(" ")
gameItem("ADAGA SIMPLES ")
gameItem("ESPADA ")
gameItem("SABRE ... | 45.763889 | 48 | 0.385432 |
fbe6ea6605b79ed52149166a13751d86cdb218a8 | 421 | asm | Assembly | oeis/344/A344957.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/344/A344957.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/344/A344957.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A344957: Positions of words in A341258 starting with 0 and ending with 1.
; Submitted by Simon Strandgaard
; 4,8,12,14,21,22,24,33,35,37,38,40,55,56,58,59,61,63,64,66,88,90,92,93,95,97,98,100,101,103,105,106,108,144,145,147,148,150,152,153,155,156,158,160,161,163,165,166,168,169,171,173,174,176,232,234,236
sub $2,$0... | 46.777778 | 200 | 0.724466 |
38b1fbbbfbc93e496fd34065d67797cc770292ce | 81 | asm | Assembly | data/maps/headers/CopycatsHouse2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/headers/CopycatsHouse2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/headers/CopycatsHouse2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null |
map_header CopycatsHouse2F, COPYCATS_HOUSE_2F, REDS_HOUSE_2, 0
end_map_header
| 20.25 | 63 | 0.851852 |
c4019e92b14714d656cbec0297480cc97d0cefd4 | 359 | asm | Assembly | programs/oeis/115/A115102.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/115/A115102.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/115/A115102.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A115102: a(0)=2, a(1)=8, a(n)=a(n-1)+2*a(n-2).
; 2,8,12,28,52,108,212,428,852,1708,3412,6828,13652,27308,54612,109228,218452,436908,873812,1747628,3495252,6990508,13981012,27962028,55924052,111848108,223696212,447392428,894784852,1789569708,3579139412,7158278828
mov $1,2
pow $1,$0
mov $2,$0
mod $2,2
add $2,4
add $1,... | 25.642857 | 215 | 0.707521 |
5df668d6fd43bb228321fcb59756d1f6c6decd43 | 407 | asm | Assembly | programs/oeis/023/A023505.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/023/A023505.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/023/A023505.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A023505: Least odd prime divisor of prime(n) - 1, or 1 if prime(n) - 1 is a power of 2.
; 1,1,1,3,5,3,1,3,11,7,3,3,5,3,23,13,29,3,3,5,3,3,41,11,3,5,3,53,3,7,3,5,17,3,37,3,3,3,83,43,89,3,5,3,7,3,3,3,113,3,29,7,3,5,1,131,67,3,3,5,3,73,3,5,3,79,3,3,173,3,11,179,3,3,3,191,97,3,5,3,11,3,5,3,3
seq $0,40 ; The prime number... | 58.142857 | 200 | 0.621622 |
316a16f25711da34f7067eda5cf550a48be67692 | 1,276 | asm | Assembly | maps/CeladonMansion2F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/CeladonMansion2F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/CeladonMansion2F.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | CeladonMansion2F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
CeladonMansion2FComputer:
jumptext CeladonMansion2FComputerText
CeladonMansion2FMeetingRoomSign:
jumptext CeladonMansion2FMeetingRoomSignText
CeladonMansion2FBookshelf:
jumpstd difficultbookshelf
CeladonMansion2FComputerText:
text "<PLAYER> t... | 19.044776 | 61 | 0.747649 |
58aaf8c4c774c5adfa37d8811bf71a9f7a9fab25 | 3,119 | asm | Assembly | iod/con2/ql/recol.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ql/recol.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ql/recol.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Recolour a window v0.01 1991 Tony Tebby
;
; 2009-06-06 0.01 Fixed mode 8 (MK)
;
; QL Colour
;
; Registers:
; Entry Exit
; D0 0
; D1-D7 smashed
; A0 CDB preserved
; A1 recolour list smashed
; A2-A5 smashed
;
; All other registers preserved
;
section con
include 'dev8_keys_con'
include 'd... | 14.995192 | 64 | 0.627445 |
e0d5ea6952beb35cd8f28ab51e076c0527d41b90 | 403 | asm | Assembly | MD407/Kap2/Uppgift2.6.asm | konglobemeralt/DAT017 | a0d3613ef6675fe7e28f27570bfe3a17a711d117 | [
"MIT"
] | null | null | null | MD407/Kap2/Uppgift2.6.asm | konglobemeralt/DAT017 | a0d3613ef6675fe7e28f27570bfe3a17a711d117 | [
"MIT"
] | null | null | null | MD407/Kap2/Uppgift2.6.asm | konglobemeralt/DAT017 | a0d3613ef6675fe7e28f27570bfe3a17a711d117 | [
"MIT"
] | 1 | 2022-02-01T10:37:58.000Z | 2022-02-01T10:37:58.000Z | @ varför vill de i boken
@ döpa filen till mom5.asm
@ när det är uppg 2.6? smh
start:
LDR R6, =0x55555555 @D som ut
LDR R5, =0x40020C00
STR R6, [R5]
@adressen till port Ds ut data register till R5
LDR R5, =0x40020C14
@adressen till port Es in dataregister till R6
LDR R6, =0x40021010
main:
LDRSB R0, [R6] @rea... | 20.15 | 47 | 0.677419 |
cc86fee81b15e68c9c6151413479284c6c9a3693 | 1,690 | asm | Assembly | programs/oeis/191/A191627.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/191/A191627.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/191/A191627.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A191627: a(n) = floor(3^n/(3n-1)).
; 1,1,3,7,17,42,109,285,757,2036,5535,15184,41955,116657,326111,915887,2582803,7309820,20754669,59098040,168715374,482785532,1384458512,3977880795,11449846073,33011244523,95319968562,275624005481,798027643777,2313383506681,6713841263955,19505475672124,56725107821995,165120610887787,... | 88.947368 | 1,511 | 0.9 |
af3411124278ea187b099bb68bda07f3fd30b450 | 647 | asm | Assembly | data/pokemon/base_stats/haunter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/pokemon/base_stats/haunter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/pokemon/base_stats/haunter.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | db DEX_HAUNTER ; pokedex id
db 45, 50, 45, 95, 115
; hp atk def spd spc
db GHOST, POISON ; type
db 90 ; catch rate
db 126 ; base exp
INCBIN "gfx/pokemon/front/haunter.pic", 0, 1 ; sprite dimensions
dw HaunterPicFront, HaunterPicBack
db LICK, CONFUSE_RAY, NIGHT_SHADE, NO_MOVE ; level 1 learnset
d... | 26.958333 | 77 | 0.632148 |
ab24c709440136897fb5ee4a5688d79ffeaa7828 | 2,402 | asm | Assembly | src/platform/win32/init_stack.asm | mendsley/coroutine | f267f79125f5e6c4efc167c86684c49b4d380919 | [
"BSD-2-Clause"
] | 7 | 2017-07-27T17:40:49.000Z | 2021-07-13T02:31:57.000Z | src/platform/win32/init_stack.asm | mendsley/coroutine | f267f79125f5e6c4efc167c86684c49b4d380919 | [
"BSD-2-Clause"
] | null | null | null | src/platform/win32/init_stack.asm | mendsley/coroutine | f267f79125f5e6c4efc167c86684c49b4d380919 | [
"BSD-2-Clause"
] | null | null | null | ; Copyright 2016-2019 Matthew Endsley
; All rights reserved
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted providing that the following conditions
; are met:
; 1. Redistributions of source code must retain the above copyright
; notice, this list of conditions and... | 25.284211 | 92 | 0.764363 |
7bf67836e18a9d9f3af1ea94e221c3a0345337f4 | 293 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_fabs.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_fabs.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_fabs.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math16
PUBLIC l_f16_fabs
PUBLIC f16_fabs
EXTERN asm_f16_fabs
defc l_f16_fabs = asm_f16_fabs
defc f16_fabs = asm_f16_fabs
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _f16_fabs
EXTERN cm16_sdcc_fabs
defc _f16_fabs = cm16_sdcc_fabs
ENDIF
| 13.318182 | 34 | 0.740614 |
9ead62ea6cb2df905512961c1e6380d61ea5a12a | 81 | asm | Assembly | worm.asm | timo-cmd2/Coldfire | b43a1c1a06c2ead46453665e2086a2b51583280e | [
"BSD-3-Clause"
] | 1 | 2021-05-10T08:43:09.000Z | 2021-05-10T08:43:09.000Z | worm.asm | timo-cmd2/Coldfire | b43a1c1a06c2ead46453665e2086a2b51583280e | [
"BSD-3-Clause"
] | null | null | null | worm.asm | timo-cmd2/Coldfire | b43a1c1a06c2ead46453665e2086a2b51583280e | [
"BSD-3-Clause"
] | null | null | null | .586p
.model flat
jumps
.radix 16
extrn ExitProcess:PROC
extrn MessageBoxA:PROC
| 10.125 | 22 | 0.802469 |
0606902a3d5621374809e88cdd7b04f550127669 | 336 | asm | Assembly | 8085_programming/PROGS/5_memadd.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 16 | 2018-11-26T08:39:42.000Z | 2019-05-08T10:09:52.000Z | 8085_programming/PROGS/5_memadd.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 8 | 2020-05-04T06:29:26.000Z | 2022-02-12T05:33:16.000Z | 8085_programming/PROGS/5_memadd.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 5 | 2020-02-11T16:02:21.000Z | 2021-02-05T07:48:30.000Z | ; Program to show the use of the memory
; change the contents of the memory before
; check the reset condition
LDA 0005H ; load the contents of memory addr 0005H to A
MOV B,A ; Move the contents of A to B
LDA 0006H ; A have the contents of the addr 0006H
ADD B ; Add B with A
STA 000BH ; store the result to memory lo... | 37.333333 | 55 | 0.75 |
ca207e7afc730b01ffcaf4aecca3ff1077ad38ba | 682 | asm | Assembly | oeis/255/A255821.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/255/A255821.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/255/A255821.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A255821: Numbers of words on {0,1,...,36} having no isolated zeros.
; Submitted by Christian Krause
; 1,36,1297,46729,1683577,60656797,2185374961,78735837637,2836736138665,102203420474269,3682238546710945,132665625592223221,4779746882367738841,172207232713967895181,6204372685172893559377,223534399861459456068709,8053... | 42.625 | 468 | 0.835777 |
02be175b1afa886c7b67fe09953f991bd90d98f9 | 10,241 | asm | Assembly | diolan-plus2-toad5/fw/xtea.asm | nyholku/TOAD4 | eea9f53fa4afe0c9380bc003212dc6c3064c96ce | [
"BSD-3-Clause"
] | null | null | null | diolan-plus2-toad5/fw/xtea.asm | nyholku/TOAD4 | eea9f53fa4afe0c9380bc003212dc6c3064c96ce | [
"BSD-3-Clause"
] | null | null | null | diolan-plus2-toad5/fw/xtea.asm | nyholku/TOAD4 | eea9f53fa4afe0c9380bc003212dc6c3064c96ce | [
"BSD-3-Clause"
] | 6 | 2016-10-18T04:19:48.000Z | 2020-07-08T23:36:45.000Z | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; BootLoader. ;;
;; Copyright (C) 2007 Diolan ( http://www.diolan.com ) ;;
;; ;;
... | 26.879265 | 79 | 0.520164 |
dc7d685c90901f9a5cab85a032e211aae7d64de9 | 436 | asm | Assembly | programs/oeis/017/A017221.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017221.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017221.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017221: a(n) = 9*n + 5.
; 5,14,23,32,41,50,59,68,77,86,95,104,113,122,131,140,149,158,167,176,185,194,203,212,221,230,239,248,257,266,275,284,293,302,311,320,329,338,347,356,365,374,383,392,401,410,419,428,437,446,455,464,473,482,491,500,509,518,527,536,545,554,563,572,581,590,599,608,617,626,635,644,653,662,671,680... | 72.666667 | 389 | 0.711009 |
b649bf949d62b565ce8d3fb207c45829e4dc4b11 | 191 | asm | Assembly | tests/align/5.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 414 | 2016-10-14T22:39:20.000Z | 2022-03-30T07:52:44.000Z | tests/align/5.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 100 | 2018-03-22T16:12:24.000Z | 2022-03-26T09:19:23.000Z | tests/align/5.asm | NullMember/customasm | 6e34d6432583a41278e6b3596f1817ae82149531 | [
"Apache-2.0"
] | 47 | 2017-06-29T15:12:13.000Z | 2022-03-10T04:50:51.000Z | #ruledef test
{
ld {x} => 0x55 @ x`8
}
#bankdef test { #bits 3, #addr 0, #outp 0 }
#d3 $ ; = 0b000
#align 6 ; = 0b000
label:
#align 12 ; = 0b000_000
#d3 $ ; = 0b100
#d3 label ; = 0b010 | 13.642857 | 43 | 0.544503 |
393ba9065ec38cbd6b6427c8ebc867107173651d | 677 | asm | Assembly | oeis/030/A030426.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/030/A030426.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/030/A030426.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A030426: a(n) = Fibonacci(prime(n)).
; Submitted by Christian Krause
; 1,2,5,13,89,233,1597,4181,28657,514229,1346269,24157817,165580141,433494437,2971215073,53316291173,956722026041,2504730781961,44945570212853,308061521170129,806515533049393,14472334024676221,99194853094755497,1779979416004714189,836211434898484229... | 52.076923 | 486 | 0.844904 |
253cc7dd8ee0a15c489d22bc70d2ae4f98118b1c | 13,098 | asm | Assembly | src/asm.run/src/stubs.asm | 0xCM/z0 | b157d3354cfff4630aa83c52ac0faf983ee4aafd | [
"BSD-3-Clause"
] | null | null | null | src/asm.run/src/stubs.asm | 0xCM/z0 | b157d3354cfff4630aa83c52ac0faf983ee4aafd | [
"BSD-3-Clause"
] | null | null | null | src/asm.run/src/stubs.asm | 0xCM/z0 | b157d3354cfff4630aa83c52ac0faf983ee4aafd | [
"BSD-3-Clause"
] | null | null | null | ; ----------------------------------------------------------------------------------------------------------------------------------------------------------------
; IntPtr func_32i_32i_32i(void* f)::located://asmrun/sigs?func_32i_32i_32i#func_32i_32i_32i_(void~ptr)
; public static ReadOnlySpan<byte> func_32i_32i_32i_ᐤv... | 89.102041 | 1,196 | 0.593831 |
85472813e015cf3ec69dbda7b2ec2b216dfe890a | 101,046 | asm | Assembly | oslab6/obj/user/faultdie.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null | oslab6/obj/user/faultdie.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null | oslab6/obj/user/faultdie.asm | jasha64/OperatingSystems-lab | 25a473adb754171d5c10c6bde391e0e07a2a43de | [
"MIT"
] | null | null | null |
obj/user/faultdie.debug: 文件格式 elf32-i386
Disassembly of section .text:
00800020 <_start>:
// starts us running when we are initially loaded into a new environment.
.text
.globl _start
_start:
// See if we were started with arguments on the stack
cmpl $USTACKTOP, %esp
800020: 81 fc 00 e0 bf ee cmp $0x... | 40.564432 | 93 | 0.460592 |
707dbc4984d0dff29c347583efe9247524017afb | 387 | asm | Assembly | libsrc/stdio/nc100/fputc_cons.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/nc100/fputc_cons.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/nc100/fputc_cons.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Put character to console
;
; fputc_cons(char c)
;
;
; $Id: fputc_cons.asm,v 1.5+ (now on GIT) $
;
SECTION code_clib
PUBLIC fputc_cons_native
.fputc_cons_native
ld hl,2
add hl,sp
ld a,(hl)
cp 12
jp z,$B824 ;TXTCLEARWINDOW (cls)
IF STANDARDESCAPECHARS
cp 10
ELSE
cp 13
ENDIF
jr nz,fputc_cons1
ld a,13
... | 11.727273 | 43 | 0.69509 |
f329a0b40042b6a9bb15ab6e50b9c5c94a22a920 | 3,974 | asm | Assembly | kernel.asm | alexbelm48/AtieDOS | 89e10732870ea0cb0d665974966cc19753fe6698 | [
"BSD-3-Clause"
] | 33 | 2020-03-14T16:42:25.000Z | 2022-01-15T21:04:01.000Z | kernel.asm | alexbelm48/AtieDOS | 89e10732870ea0cb0d665974966cc19753fe6698 | [
"BSD-3-Clause"
] | 1 | 2020-03-18T11:35:36.000Z | 2020-03-18T11:35:36.000Z | kernel.asm | alexbelm48/AtieDOS | 89e10732870ea0cb0d665974966cc19753fe6698 | [
"BSD-3-Clause"
] | 6 | 2020-03-15T09:55:26.000Z | 2021-07-06T13:47:43.000Z | ; AtieDOS 2.10 Kernel
; Copyright (c) 2020 AtieSoftware
; See LICENSE in root folder
; KERNEL STARTS HERE
kernel_main:
call os_print_new_line ; calls new line function
mov bx, STARTED_SUCCESS_MSG ; prints "AtieDOS started successfully."
call os_print_string
call os_print_ne... | 17.12931 | 98 | 0.659034 |
bc866b13a958a03d3bc062a271070ea37d27ebaf | 1,102 | asm | Assembly | test/z80/test_ld.asm | gb-archive/asmotor | c821d8be10b7b66d93e0b68777c8643d9a53955f | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | test/z80/test_ld.asm | gb-archive/asmotor | c821d8be10b7b66d93e0b68777c8643d9a53955f | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | test/z80/test_ld.asm | gb-archive/asmotor | c821d8be10b7b66d93e0b68777c8643d9a53955f | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | SECTION "Test",CODE[0]
Data: EQU $1234
ld (bc),a
ld (de),a
ld (hl),b
ld (hl),l
ld (hl),($21)*2
ld (ix+1),b
ld (ix+2),a
ld (ix+3),$42
ld (iy+4),b
ld (iy+5),l
ld (iy+6),$87
ld (Data),a
ld (Data),bc
ld (Data),de
ld (Data),hl
ld (Data),ix
ld (Data),iy
ld (Data),sp
ld a,... | 12.10989 | 23 | 0.435572 |
7df96d58f9533794d41e17153ab106ed471e3dff | 142 | asm | Assembly | src/main/fragment/mos6502-common/vdum1=vduc1_plus_vdum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vdum1=vduc1_plus_vdum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vdum1=vduc1_plus_vdum2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | clc
lda {m2}
adc #<{c1}
sta {m1}
lda {m2}+1
adc #>{c1}
sta {m1}+1
lda {m2}+2
adc #<{c1}>>$10
sta {m1}+2
lda {m2}+3
adc #>{c1}>>$10
sta {m1}+3
| 10.142857 | 15 | 0.514085 |
537a7cc664eaa8db327166b417e13fe285e5cbf4 | 4,779 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1930.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1930.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1930.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
// Load
lea addresses_PSE+0xa0f9, %r8
nop
nop
nop
sub %r14, %r14
mov (%r8), %bx
nop
nop
add $62330, %r9
// Load
lea addresses_WC+0x1f2f9, %r14
nop
ad... | 52.516484 | 2,999 | 0.655367 |
4114a647ae37b744e9d74da5bc77fd4e7f2a2c93 | 217 | asm | Assembly | test/e2e/data/arm1.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 8 | 2020-06-21T22:05:00.000Z | 2021-10-06T19:59:20.000Z | test/e2e/data/arm1.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 82 | 2020-06-21T22:02:00.000Z | 2020-08-04T01:48:42.000Z | test/e2e/data/arm1.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 1 | 2020-06-22T15:16:02.000Z | 2020-06-22T15:16:02.000Z | ; expected result: 0x100 = 5, 0x104 = 5, 0x108 = 5
mov r0, #1
mov r1, #2
mov r2, #3
adds r3, r2, r1
mov r4, #0
movne r4, r3
mov r6, #0x100
str r3, [r6, #0]
str r4, [r6, #4]
ldr r5, [r6, r0, LSL#2]
str r5, [r6, #8]
| 13.5625 | 50 | 0.562212 |
1758b65a0903d59c92f15d1471f6e4a47d2d8ab0 | 562 | asm | Assembly | engine/battle/move_effects/perish_song.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | engine/battle/move_effects/perish_song.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | engine/battle/move_effects/perish_song.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | BattleCommand_PerishSong:
; perishsong
ld hl, wPlayerSubStatus1
ld de, wEnemySubStatus1
bit SUBSTATUS_PERISH, [hl]
jr z, .ok
ld a, [de]
bit SUBSTATUS_PERISH, a
jr nz, .failed
.ok
bit SUBSTATUS_PERISH, [hl]
jr nz, .enemy
set SUBSTATUS_PERISH, [hl]
ld a, 4
ld [wPlayerPerishCount], a
.enemy
ld a, [de]
b... | 14.410256 | 27 | 0.727758 |
87c8a0770216b3ed33460932c1d03d3c84e418ec | 19,571 | asm | Assembly | tests/bfp-020-multlonger.asm | mtalexander/hyperion | 05ade04006bd53f03dba6ec8c0a0155bae994b84 | [
"BSL-1.0"
] | 187 | 2015-01-10T15:01:43.000Z | 2022-03-03T14:06:17.000Z | tests/bfp-020-multlonger.asm | mtalexander/hyperion | 05ade04006bd53f03dba6ec8c0a0155bae994b84 | [
"BSL-1.0"
] | 246 | 2015-01-04T15:59:06.000Z | 2022-03-19T23:21:55.000Z | tests/bfp-020-multlonger.asm | mtalexander/hyperion | 05ade04006bd53f03dba6ec8c0a0155bae994b84 | [
"BSL-1.0"
] | 83 | 2015-01-11T10:55:01.000Z | 2022-03-25T16:08:57.000Z | TITLE 'bfp-020-multlonger.asm: Test IEEE Multiply'
***********************************************************************
*
*Testcase IEEE MULTIPLY (to longer precision)
* Test case capability includes IEEE exceptions trappable and
* otherwise. Test results, FPCR flags, the Condition code, and any
* DXC are save... | 43.013187 | 72 | 0.585254 |
d0c5e16e996de464ca5e57f59478ce639cf532fe | 69 | asm | Assembly | Assembly/room_object_table.asm | CaitSith2/Enemizer | 53be2143063c5ca03216f76821ebbbce67313e34 | [
"WTFPL"
] | null | null | null | Assembly/room_object_table.asm | CaitSith2/Enemizer | 53be2143063c5ca03216f76821ebbbce67313e34 | [
"WTFPL"
] | null | null | null | Assembly/room_object_table.asm | CaitSith2/Enemizer | 53be2143063c5ca03216f76821ebbbce67313e34 | [
"WTFPL"
] | null | null | null | modified_room_object_table:
; Enemizer will write to here
skip #$1000 | 23 | 29 | 0.826087 |
203a3cc6a6646620f976b0b952472e001d166c87 | 2,404 | asm | Assembly | glitched.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 26 | 2018-12-19T03:33:19.000Z | 2021-08-07T19:47:06.000Z | glitched.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 26 | 2019-02-01T05:38:23.000Z | 2022-01-20T21:25:39.000Z | glitched.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 32 | 2018-12-18T13:54:33.000Z | 2022-01-25T23:38:48.000Z | ;================================================================================
; Glitched Mode Fixes
;================================================================================
GetAgahnimPalette:
LDA $A0 ; get room id
CMP.b #13 : BNE + ; Agahnim 2 room
LDA.b #$07 ; Use Agahnim 2
RTL
+ ; Elsewhere
LDA.... | 30.05 | 81 | 0.468386 |
6b6174605a10d3dffc6cbc21f062d1aa946dc3e0 | 313 | asm | Assembly | CSE3030: Assembly Programming/Lecture Notes and Codes From Text/Ch3 - Assembly Language Fundamentals/3.1.1-02_AddTwo_02.asm | yoonBot/Sogang-CSE | 34a267a0f4debc2082d6ec11e289e4250019fb96 | [
"MIT"
] | 1 | 2020-11-05T15:55:48.000Z | 2020-11-05T15:55:48.000Z | CSE3030: Assembly Programming/Lecture Notes and Codes From Text/Ch3 - Assembly Language Fundamentals/3.1.1-02_AddTwo_02.asm | yoonBot/Sogang-CSE | 34a267a0f4debc2082d6ec11e289e4250019fb96 | [
"MIT"
] | null | null | null | CSE3030: Assembly Programming/Lecture Notes and Codes From Text/Ch3 - Assembly Language Fundamentals/3.1.1-02_AddTwo_02.asm | yoonBot/Sogang-CSE | 34a267a0f4debc2082d6ec11e289e4250019fb96 | [
"MIT"
] | 1 | 2021-01-13T10:36:51.000Z | 2021-01-13T10:36:51.000Z | .data ; this is the data area
sum DWORD 0 ; create a variable named sum
.code ; this is the code area
main PROC
mov eax, 5 ; move 5 to the eax register
add eax, 6 ; add 6 to the eax register
mov sum, eax ; mov eax register to variable sum
INVOKE ExitProcess ; end the program
main ENDP | 28.454545 | 50 | 0.674121 |
68983cd4de95d59d631501c039d59ed77252969b | 5,079 | asm | Assembly | boot.asm | PenetratingShot/flametest | 5115c5a905d43636926d55cb03187201256d6f83 | [
"MIT"
] | 1 | 2020-02-26T20:53:31.000Z | 2020-02-26T20:53:31.000Z | boot.asm | PenetratingShot/flametest | 5115c5a905d43636926d55cb03187201256d6f83 | [
"MIT"
] | null | null | null | boot.asm | PenetratingShot/flametest | 5115c5a905d43636926d55cb03187201256d6f83 | [
"MIT"
] | 2 | 2019-12-01T21:54:09.000Z | 2020-02-26T21:30:22.000Z | ; boot.asm
[extern __kernel_start]
[extern __kernel_end]
[extern _startup64]
%define KNL_HIGH_VMA 0xFFFFFFFF80000000
ALIGN_MULTIBOOT equ 1<<0
MEMINFO equ 1<<1
;VIDEO_MODE equ 0x00000004
FLAGS equ (ALIGN_MULTIBOOT | MEMINFO); | VIDEO_MODE)
MAGIC equ 0x1BADB002
CHECKSUM equ -(MAGIC + FLAGS)
;VIDMODE equ 0
;WIDTH equ... | 30.969512 | 95 | 0.47529 |
69a3cfab7829a416bd2171d01138200ff49abe9b | 398 | asm | Assembly | oeis/147/A147536.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/147/A147536.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/147/A147536.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A147536: A counting vertex substitution vector matrix Markov 2x2 with characteristic polynomial:12 - 7 x + x=^2
; Submitted by Jamie Morken(s2)
; 5,16,52,172,580,1996,7012,25132,91780,340876,1284772,4902892,18902980,73486156,287567332,1131137452,4467154180,17696429836,70269158692,279526952812,1113458765380
mov $1,4
... | 28.428571 | 163 | 0.756281 |
4974ebcc88dc506dcd1a1cdb0064bba105a897e7 | 647 | asm | Assembly | oeis/181/A181151.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/181/A181151.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/181/A181151.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A181151: a(n) = prime(n)^3 + prime(n)^2 + 1.
; Submitted by Jon Maiga
; 13,37,151,393,1453,2367,5203,7221,12697,25231,30753,52023,70603,81357,106033,151687,208861,230703,305253,362953,394347,499281,578677,712891,922083,1040503,1103337,1236493,1306911,1455667,2064513,2265253,2590123,2704941,3330151,3465753,3894543,435... | 58.818182 | 495 | 0.799073 |
13ac4ced96478e21ba2d6b660f9e9024c10c5ce5 | 8,133 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_827.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_827.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_827.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 %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x523e, %rsi
lea addresses_D_ht+0x1847e, %rdi
add $55871, %r8
mov $24, %rcx
rep movsq
nop
cmp %r13, %r13
lea addresses_WT_ht+0x1767e, %rsi
lea addresses_UC_ht+0xfd3e, %rdi
nop
n... | 32.27381 | 2,999 | 0.65806 |
969cb1a642cfce2e3c5d098f9a469c4cc453426e | 145 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/union/ys_mram.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/union/ys_mram.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver1/union/ys_mram.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_mram.asm
Type: file
Size: 75216
Last-Modified: '2016-05-13T04:51:17Z'
SHA-1: 186125CCE51366D7DB5A8155BFF9A556A6EBCD4B
Description: null
| 20.714286 | 47 | 0.813793 |
51c1d169eaf7e7ab9f743c09718ad81fb76eba62 | 505 | asm | Assembly | oeis/161/A161909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/161/A161909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/161/A161909.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A161909: Inverse binomial transform of A181586.
; Submitted by Jon Maiga
; 0,0,1,-3,7,-13,23,-41,79,-161,335,-689,1391,-2769,5487,-10897,21743,-43537,87279,-174865,349935,-699665,1398511,-2795793,5590767,-11182353,22367983,-44740881,89485039,-178966801,357920495,-715821329,1431629551,-2863272209,5726596847
lpb $0
... | 21.956522 | 234 | 0.649505 |
edc56412821d590c6bf8c82a019310ac6b6594fb | 1,490 | asm | Assembly | src/unittests/unittest_grow.asm | lawrimon/SnakeV | 619a7e3697ef60950960ac0cce4b2f57f25d526f | [
"MIT"
] | 2 | 2021-12-08T18:10:44.000Z | 2022-03-11T09:24:51.000Z | src/unittests/unittest_grow.asm | lawrimon/SnakeV | 619a7e3697ef60950960ac0cce4b2f57f25d526f | [
"MIT"
] | null | null | null | src/unittests/unittest_grow.asm | lawrimon/SnakeV | 619a7e3697ef60950960ac0cce4b2f57f25d526f | [
"MIT"
] | 1 | 2021-11-03T17:10:56.000Z | 2021-11-03T17:10:56.000Z | .data
.include "../global_constants.asm"
.text
#initialization
la s4,snake #Vector of snake
li t0,3 #inital size of snake
sw t0,0(s4) #store size
li t0, 0x0014000F #first element of the snake
sw t0, 4(s4)
li t0, 0x0015000F #second element of the snake
sw t0, 8(s4)
li t0, 0x0016000F #third element of the snak... | 21.911765 | 113 | 0.748322 |
4d066767ea432db6f1db35feee09e6af5457f648 | 2,208 | asm | Assembly | Switch case programming exercises and solutions in C/7- C program to find all roots of a quadratic equation using switch case/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 491d86770895ec4c31a69c7e3d47a88dedc4427a | [
"Apache-2.0"
] | null | null | null | Switch case programming exercises and solutions in C/7- C program to find all roots of a quadratic equation using switch case/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 491d86770895ec4c31a69c7e3d47a88dedc4427a | [
"Apache-2.0"
] | null | null | null | Switch case programming exercises and solutions in C/7- C program to find all roots of a quadratic equation using switch case/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 491d86770895ec4c31a69c7e3d47a88dedc4427a | [
"Apache-2.0"
] | null | null | null | .file "project.c"
.def __main; .scl 2; .type 32; .endef
.section .rdata,"dr"
.LC1:
.ascii "WELCOME TO SIMPLE CALCULATOR\0"
.LC2:
.ascii "----------------------------\0"
.align 8
.LC3:
.ascii "Enter [number 1] [+ - * /] [number 2]\0"
.LC4:
.ascii "%f %c %f\0"
.LC5:
.ascii "Invalid operator\0"
.LC6:
.ascii "%.2... | 18.247934 | 72 | 0.594656 |
05322e98af7f264f6623476809152d7e8ad83000 | 5,270 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_556.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_556.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_556.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 %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x24c4, %rsi
lea addresses_A_ht+0x1298e, %rdi
nop
nop
nop
nop
cmp %r14, %r14
mov $110, %rcx
rep movsl
nop
nop
nop
cmp %rcx, %rcx
pop %rsi
pop %rdi
pop %rcx
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push ... | 41.171875 | 2,999 | 0.6537 |
5e261e59de281d9ed048afc93ef5bfb0c3427ecd | 775 | asm | Assembly | oeis/157/A157674.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/157/A157674.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/157/A157674.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A157674: G.f.: A(x) = 1 + x/exp( Sum_{k>=1} (A((-1)^k*x) - 1)^k/k ).
; Submitted by Christian Krause
; 1,1,1,-1,-3,1,9,1,-27,-13,81,67,-243,-285,729,1119,-2187,-4215,6561,15505,-19683,-56239,59049,202309,-177147,-724499,531441,2589521,-1594323,-9254363,4782969,33111969,-14348907,-118725597,43046721,426892131,-1291401... | 35.227273 | 500 | 0.709677 |
01394fcc2e7566dc8a8f46e72e7cd7da379304e0 | 5,604 | asm | Assembly | Library/Text/TextStorage/tsEnum.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Text/TextStorage/tsEnum.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Text/TextStorage/tsEnum.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: tsEnum.asm
AUTHOR: Tony Requist, 5/8/92
ROUTINES:
Name Description
---- -----------
EnumTextReference Enumerate a text reference
... | 22.873469 | 80 | 0.55389 |
25479b3d4392c9663ecb15dcf208502172b6cb55 | 752 | asm | Assembly | oeis/203/A203150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/203/A203150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/203/A203150.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A203150: (n-1)-st elementary symmetric function of the first n terms of (1,2,1,2,1,2,1,2,1,2,...)=A000034.
; Submitted by Jamie Morken(s4)
; 1,3,5,12,16,36,44,96,112,240,272,576,640,1344,1472,3072,3328,6912,7424,15360,16384,33792,35840,73728,77824,159744,167936,344064,360448,737280,770048,1572864,1638400,3342336,3473... | 47 | 501 | 0.776596 |
b134c92cb5c4c9244b4b5d28f578eab08fc94b91 | 5,603 | asm | Assembly | I2C_Master_Code_Dev/I2C_DemoBoard/src/key_matrix_4x4.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | 5 | 2017-04-17T15:11:40.000Z | 2021-12-13T23:52:09.000Z | I2C_Master_Code_Dev/I2C_DemoBoard/src/key_matrix_4x4.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | I2C_Master_Code_Dev/I2C_DemoBoard/src/key_matrix_4x4.asm | CmdrZin/chips_avr_examples | d4b57a8efd6aff2a678adef4fd405e6359e891e6 | [
"MIT"
] | null | null | null | /*
* Keypad Matrix 4x4
*
* org: 6/24/2014
* auth: Nels "Chip" Pearson
*
* Target: I2C Demo Board w/ display and keypad I/O, 20MHz
*
* Usage:
* .include key_matrix_4x4.asm
*
* Resources
* kms_buff: ; Key Matrix Scan last valid data buffer
* ; d3:0 = data..d7: 0=old..1=new
* kms_state: ; scan stat... | 23.443515 | 76 | 0.629127 |
9c3cbcd9a2d799963d63ab01cae2cb32f17dec9b | 262 | asm | Assembly | programs/oeis/070/A070593.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/070/A070593.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/070/A070593.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A070593: a(n) = n^5 mod 7.
; 0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4,5,2,3,6,0,1,4
mov $1,$0
pow $1,5
mod $1,7
| 37.428571 | 203 | 0.5 |
e4169bd716c488d4fd99e33e860eb5f3209fe1ec | 465 | asm | Assembly | data/pokemon/base_stats/sinnoh/mime_jr.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/sinnoh/mime_jr.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/sinnoh/mime_jr.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | db 0 ; 439 DEX NO
db 20, 25, 45, 60, 70, 90
; hp atk def spd sat sdf
db PSYCHIC, PSYCHIC ; type
db 145 ; catch rate
db 78 ; 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/sinnoh/mime_jr/fro... | 21.136364 | 53 | 0.664516 |
b3ee190e0783b43a3fcb116a62f603f01e40f54b | 437 | asm | Assembly | reuse/weeks.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | reuse/weeks.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | reuse/weeks.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; intExp.asm - calculates the expression A=(A+B)-(C+D)
.386
.model flat, stdcall
.stack 4096
ExitProcess PROTO, dwExitCode:dword
;include Irvine32.inc
.data
Sunday = 1
Monday = 2
Tuesday = 3
Wednesday = 4
Thursday = 5
Friday = 6
Saturday = 7
.code
daysArray BYTE Sunday,Monday,Tues... | 15.068966 | 76 | 0.670481 |
61d14640dfe65555b0dac3406b62e233c7b55f0e | 503 | asm | Assembly | oeis/129/A129514.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/129/A129514.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/129/A129514.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A129514: a(n) = gcd(Sum_{k|n} k, Sum_{1<k<n, k does not divide n} k) = gcd(sigma(n), n(n+1)/2 - sigma(n)) = gcd(sigma(n), n(n+1)/2), where sigma(n) = A000203(n).
; 1,3,2,1,3,3,4,3,1,1,6,2,7,3,24,1,9,3,10,42,1,1,12,60,1,3,2,14,15,3,16,3,3,1,6,1,19,3,4,10,21,3,22,6,3,1,24,4,1,3,6,2,27,15,4,12,1,1,30,6,31,3,8,1,3,3,34,6... | 26.473684 | 184 | 0.532803 |
027332e6e45d16f167f6f844efc875c8e0000a2e | 447 | asm | Assembly | oeis/249/A249863.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/249/A249863.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/249/A249863.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A249863: Chebyshev S polynomial (A049310) evaluated at x = 26/7 and multiplied by powers of 7 (A000420).
; Submitted by Jon Maiga
; 1,26,627,15028,360005,8623758,206577463,4948449896,118537401609,2839498396930,68018625641339,1629348845225244,39030157319430733,934945996889162102,22396118210466108735,536486719624549884... | 26.294118 | 191 | 0.740492 |
88c0974618f69e97cbc6e773f05a6f2358956027 | 1,208 | asm | Assembly | source/lib/win2kcompat.asm | krisseyy/Karl | 36600809a348bd3a09d59e335d2897ed16f11ac7 | [
"BSD-3-Clause"
] | 5,460 | 2015-01-01T04:23:00.000Z | 2022-03-31T21:55:33.000Z | source/lib/win2kcompat.asm | krisseyy/Karl | 36600809a348bd3a09d59e335d2897ed16f11ac7 | [
"BSD-3-Clause"
] | 153 | 2015-01-19T21:23:51.000Z | 2021-10-17T03:04:25.000Z | source/lib/win2kcompat.asm | krisseyy/Karl | 36600809a348bd3a09d59e335d2897ed16f11ac7 | [
"BSD-3-Clause"
] | 826 | 2015-01-06T14:27:09.000Z | 2022-03-30T04:03:08.000Z | ; Copyright 2010 Steve Gray aka 'Lexikos'
; Permission is granted to use and/or redistribute this code without restriction.
;
; Visual C++ 2010 ordinarily creates a dependency on EncodePointer and DecodePointer,
; which means XP SP2 or later is required to run the executable. Assembling this file
; and linking the r... | 37.75 | 86 | 0.76904 |
4f00e51dde4f64aca8b5c5da2a0eabed89d8cfb6 | 296 | asm | Assembly | programs/oeis/076/A076040.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/076/A076040.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/076/A076040.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A076040: a(n) = (-1)^n * (3^n - 1)/2.
; 0,-1,4,-13,40,-121,364,-1093,3280,-9841,29524,-88573,265720,-797161,2391484,-7174453,21523360,-64570081,193710244,-581130733,1743392200,-5230176601,15690529804,-47071589413,141214768240,-423644304721,1270932914164
mov $1,-3
pow $1,$0
div $1,2
mov $0,$1
| 37 | 215 | 0.706081 |
ebb5050bfe5e698d885684e1b483038a5fa10f11 | 472 | asm | Assembly | oeis/268/A268228.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/268/A268228.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/268/A268228.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A268228: a(n) = sum of digits of (2n + 1)^2.
; Submitted by Jamie Morken(s2)
; 1,9,7,13,9,4,16,9,19,10,9,16,13,18,13,16,18,10,19,9,16,22,9,13,7,9,19,10,18,16,13,27,13,25,18,10,19,18,25,13,18,31,16,27,19,19,27,16,22,18,4,16,9,19,19,9,25,13,27,13,16,18,19,19,18,16,31,18,31,16,27,19,10,18,7,13,18,13,25,18,19,28,18,34,22... | 29.5 | 286 | 0.612288 |
ca7dcae9e17268d9d2da5f5e0ce123005ebf7917 | 183 | asm | Assembly | data/pokemon/dex_entries/lotad.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/lotad.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/lotad.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "WATER WEED@" ; species name
db "Its leaf grew too"
next "large for it to"
next "live on land. This"
page "is why it chose to"
next "live by floating"
next "on water.@"
| 18.3 | 32 | 0.650273 |
09e642807bf3c8ef9c07d39ac5df1996e03f9a36 | 544 | asm | Assembly | sub16bit.asm | sirdangd/asm | 98a935b3217d7d0af4bf5b883bce71e5a7a2a3bc | [
"MIT"
] | null | null | null | sub16bit.asm | sirdangd/asm | 98a935b3217d7d0af4bf5b883bce71e5a7a2a3bc | [
"MIT"
] | null | null | null | sub16bit.asm | sirdangd/asm | 98a935b3217d7d0af4bf5b883bce71e5a7a2a3bc | [
"MIT"
] | null | null | null |
;sub16bit
;the first number is stored in reg bc
;the second number is stored in reg de
;the 8 bits from reg c are subtracted by the 8 bits in reg e
;the 8 bits from reg b are subtracted by the 8 bits in reg d
;sbb is used for the second subtraction isntead of sub because what is being subtracted is reg d and also wh... | 14.702703 | 136 | 0.722426 |
10feedc755d2102b746c60d4619a6a9c73d053da | 511 | asm | Assembly | oeis/131/A131686.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/131/A131686.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/131/A131686.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A131686: Sum of squares of five consecutive primes.
; Submitted by Christian Krause
; 208,373,653,989,1469,2189,2981,4061,5381,6701,8069,9917,12029,14069,16709,19541,22061,24821,27989,31421,35789,40661,45029,49589,53549,56909,62837,69389,76709,84149,93581,100253,107741,115541,124109,131837
mov $2,$0
add $2,1
mov $4,... | 24.333333 | 206 | 0.694716 |
544b6d7e0f5de6eb70a93a911fcb4dfce85adaae | 7,169 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1223.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1223.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1223.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x18911, %rsi
lea addresses_normal_ht+0x175b7, %rdi
nop
nop
mfence
mov $95, %rcx
rep movsw
nop
nop
nop
nop
nop
dec %rbx
lea addresses_normal_ht+0xd627, %rsi
lea addresses_WC_h... | 34.466346 | 2,999 | 0.66132 |
a5a1eb9d894c6c2ce79c35252ced2278a322917e | 944 | asm | Assembly | oeis/223/A223299.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/223/A223299.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/223/A223299.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A223299: 4 X 4 X 4 triangular graph coloring a rectangular array: number of n X 2 0..9 arrays where 0..9 label nodes of a graph with edges 0,1 0,2 1,2 1,3 1,4 2,4 3,4 2,5 4,5 3,6 3,7 4,7 6,7 4,8 5,8 7,8 5,9 8,9 and every array movement to a horizontal or vertical neighbor moves along an edge of this graph.
; Submitte... | 59 | 494 | 0.806144 |
e00e7fdf1dffbafc828e48f02529705423eb1564 | 4,149 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_10_1771.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_10_1771.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_10_1771.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 %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x11bfe, %rbx
nop
nop
nop
nop
add $54691, %rdi
movups (%rbx), %xmm7
vpextrq $1, %xmm7, %r8
nop
nop
nop
nop
cmp $54376, %r12
lea addresses_normal_ht+0x1b5ae, %r13
nop
nop
nop
nop... | 20.043478 | 151 | 0.649072 |
616932a7ffc1eabcd6b4ec41bbc2de2062e4385f | 146 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/c-select.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/c-select.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/c-select.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: c-select.asm
Type: file
Size: 32785
Last-Modified: '1992-06-30T09:01:37Z'
SHA-1: 8FC2D4B4270678E2DE7A7C9D0850E9679A999F8D
Description: null
| 20.857143 | 47 | 0.808219 |
1100d177c4f508963ed517e323938d806d660794 | 396 | asm | Assembly | oeis/199/A199922.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/199/A199922.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/199/A199922.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A199922: Table read by rows, T(0,0) = 1 and for n>0, 0<=k<=3^(n-1) T(n,k) = gcd(k,3^(n-1)).
; Submitted by Jamie Morken(s2)
; 1,1,1,3,1,1,3,9,1,1,3,1,1,3,1,1,9,27,1,1,3,1,1,3,1,1,9,1,1,3,1,1,3,1,1,9,1,1,3,1,1,3,1,1,27,81,1,1,3,1,1,3,1,1,9,1,1,3,1,1,3,1,1,9,1,1,3,1,1,3,1,1,27,1,1,3,1,1,3,1,1,9,1,1,3,1
sub $0,1
mul $0... | 26.4 | 177 | 0.530303 |
345cbadb617fe65e4250bcb42c3dd084b080fbf4 | 608 | asm | Assembly | oeis/129/A129952.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/129/A129952.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/129/A129952.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A129952: Binomial transform of A124625.
; 1,1,2,6,16,40,96,224,512,1152,2560,5632,12288,26624,57344,122880,262144,557056,1179648,2490368,5242880,11010048,23068672,48234496,100663296,209715200,436207616,905969664,1879048192,3892314112,8053063680,16642998272,34359738368,70866960384,146028888064,300647710720,61847529062... | 55.272727 | 498 | 0.845395 |
32af04b62f6944417dfa943988e0f6ed8f4671ee | 3,459 | asm | Assembly | programs/oeis/108/A108647.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/108/A108647.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/108/A108647.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A108647: a(n) = (n+1)^2*(n+2)^2*(n+3)^2*(n+4)/144.
; 1,20,150,700,2450,7056,17640,39600,81675,157300,286286,496860,828100,1332800,2080800,3162816,4694805,6822900,9728950,13636700,18818646,25603600,34385000,45630000,59889375,77808276,100137870,127747900,161640200,202963200,253027456,313322240,385533225,471561300,57354... | 247.071429 | 3,306 | 0.906042 |
54606c3c1d31b5180c7af971592e7361245b8e42 | 1,302 | asm | Assembly | programs/oeis/309/A309231.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/309/A309231.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/309/A309231.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A309231: Column 3 of the array at A326662 see Comments.
; 7,17,25,34,43,53,61,71,79,89,97,106,115,125,133,142,151,161,169,178,187,197,205,215,223,233,241,250,259,269,277,287,295,305,313,322,331,341,349,359,367,377,385,394,403,413,421,430,439,449,457,466,475,485,493,503,511,521,529,538,547,557,565,574,583,593,601,610,... | 81.375 | 1,128 | 0.753456 |
6a186d5414653c691f2950bb9cbc580ff9a49b7a | 4,803 | asm | Assembly | src/controls.asm | clach04/Chopper-Command-C64 | 176ee6cfc628692077420b029b28647f840f8b68 | [
"MIT"
] | 36 | 2019-08-23T20:18:40.000Z | 2021-11-07T16:44:26.000Z | src/controls.asm | clach04/Chopper-Command-C64 | 176ee6cfc628692077420b029b28647f840f8b68 | [
"MIT"
] | 1 | 2019-08-26T20:57:18.000Z | 2019-08-28T12:14:08.000Z | src/controls.asm | clach04/Chopper-Command-C64 | 176ee6cfc628692077420b029b28647f840f8b68 | [
"MIT"
] | 7 | 2019-08-23T23:42:17.000Z | 2020-01-22T04:57:55.000Z |
//we don't use 2 complement math in this game, but rather the num + sign format.
//it wastes one byte for each variable and it's slower for adc and sbc, but it's much faster when it comes to translating results to screen coordinates
//We need few macros and functions to handle this weird format though
//
//add... | 16.911972 | 152 | 0.513846 |
533193967ca71481b1c2537a6fd448e60ff68139 | 327 | asm | Assembly | programs/oeis/087/A087799.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/087/A087799.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/087/A087799.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A087799: a(n) = 10*a(n-1) - a(n-2), starting with a(0) = 2 and a(1) = 10.
; 2,10,98,970,9602,95050,940898,9313930,92198402,912670090,9034502498,89432354890,885289046402,8763458109130,86749292044898,858729462339850,8500545331353602
mov $1,2
lpb $0,1
sub $0,1
add $1,$2
add $2,$1
add $1,$2
add $2,$1
add $1,... | 25.153846 | 156 | 0.672783 |
119e314ee39e8121256eba32862a6d9552effcda | 262 | asm | Assembly | BigNum/Mod/Base/bnCmpAbs.asm | FloydZ/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 11 | 2015-03-17T10:31:23.000Z | 2022-01-21T17:42:43.000Z | BigNum/Mod/Base/bnCmpAbs.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | null | null | null | BigNum/Mod/Base/bnCmpAbs.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 6 | 2018-01-29T16:06:36.000Z | 2021-05-08T19:22:24.000Z | .686
.model flat,stdcall
option casemap:none
include .\bnlib.inc
include .\bignum.inc
.code
bnCmpAbs proc uses edi esi bnX:DWORD,bnY:DWORD
; 0 if |X|=|Y| 1 if |X|>|Y| -1 if |X|<|Y|
mov edi,bnX
mov esi,bnY
call _bn_cmp_array
ret
bnCmpAbs endp
end | 15.411765 | 51 | 0.675573 |
b80c7ccb3801d4c037739feb15e186592afabe11 | 310 | asm | Assembly | programs/oeis/021/A021745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021745.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021745: Decimal expansion of 1/741.
; 0,0,1,3,4,9,5,2,7,6,6,5,3,1,7,1,3,9,0,0,1,3,4,9,5,2,7,6,6,5,3,1,7,1,3,9,0,0,1,3,4,9,5,2,7,6,6,5,3,1,7,1,3,9,0,0,1,3,4,9,5,2,7,6,6,5,3,1,7,1,3,9,0,0,1,3,4,9,5,2,7,6,6,5,3,1,7,1,3,9,0,0,1,3,4,9,5,2,7
add $0,1
mov $1,10
pow $1,$0
mul $1,2
div $1,1482
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
3cc61dd7c3d19e0ac9887d9649f38dc2f5560443 | 8,848 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_4k_/i3-7100_9_0x84_notsx.log_21829_486.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_4k_/i3-7100_9_0x84_notsx.log_21829_486.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_4k_/i3-7100_9_0x84_notsx.log_21829_486.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x16b54, %rsi
lea addresses_WT_ht+0x120d4, %rdi
sub $11642, %r9
mov $70, %rcx
rep movsw
nop
nop
nop
add $38408, %r12
lea addresses_WC_ht+0x4bd4, %rsi
lea addresses_UC_ht+0x... | 31.045614 | 2,999 | 0.655741 |
131581512d0dbcfd4b02fb7fe69957c6c9232c88 | 579 | asm | Assembly | programs/oeis/128/A128473.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/128/A128473.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/128/A128473.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A128473: Numbers of the form 30*k+23 or numbers that cannot be part of a twin prime pair.
; 23,53,83,113,143,173,203,233,263,293,323,353,383,413,443,473,503,533,563,593,623,653,683,713,743,773,803,833,863,893,923,953,983,1013,1043,1073,1103,1133,1163,1193,1223,1253,1283,1313,1343,1373,1403,1433,1463,1493,1523,1553,15... | 96.5 | 465 | 0.768566 |
a9d3e1af466de793bb3142c74ebfa9c3699f0863 | 2,428 | asm | Assembly | programs/oeis/229/A229422.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/229/A229422.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/229/A229422.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A229422: Number of n X 2 0..2 arrays with horizontal differences mod 3 never 1, vertical differences mod 3 never -1, rows lexicographically nondecreasing, and columns lexicographically nonincreasing.
; 5,12,27,55,102,175,282,432,635,902,1245,1677,2212,2865,3652,4590,5697,6992,8495,10227,12210,14467,17022,19900,23127,... | 50.583333 | 1,631 | 0.752883 |
4f4f222f062beb7e4aede24c873bbb8fcb0107e0 | 664 | asm | Assembly | oeis/005/A005359.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/005/A005359.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/005/A005359.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A005359: a(n) = n! if n is even, otherwise 0 (from Taylor series for cos x).
; 1,0,2,0,24,0,720,0,40320,0,3628800,0,479001600,0,87178291200,0,20922789888000,0,6402373705728000,0,2432902008176640000,0,1124000727777607680000,0,620448401733239439360000,0,403291461126605635584000000,0,304888344611713860501504000000,0,265... | 51.076923 | 498 | 0.826807 |
6b2f635a744963c626b0234b138b02bfe4d3e01a | 1,825 | asm | Assembly | programs/oeis/086/A086225.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/086/A086225.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/086/A086225.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A086225: a(n) = 11*2^n - 1.
; 10,21,43,87,175,351,703,1407,2815,5631,11263,22527,45055,90111,180223,360447,720895,1441791,2883583,5767167,11534335,23068671,46137343,92274687,184549375,369098751,738197503,1476395007,2952790015,5905580031,11811160063,23622320127,47244640255,94489280511,188978561023,377957122047,7559142... | 202.777778 | 1,745 | 0.92274 |
4c2b506a5830d4cc80f098635868fca677e0a977 | 13,622 | asm | Assembly | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fd_add_t2.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fd_add_t2.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fd_add_t2.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | ;******************************************************************************
;* FD_ADD_T2.ASM - THUMB-2 STATE - *
;* *
;* Copyright (c) 1996 Texas Instruments Incorporated *
... | 41.530488 | 81 | 0.460946 |
a1afdfdf4266312286f5ecba49e52f4283d3bd95 | 1,243 | asm | Assembly | programs/oeis/082/A082285.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/082/A082285.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/082/A082285.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A082285: a(n) = 16n + 13.
; 13,29,45,61,77,93,109,125,141,157,173,189,205,221,237,253,269,285,301,317,333,349,365,381,397,413,429,445,461,477,493,509,525,541,557,573,589,605,621,637,653,669,685,701,717,733,749,765,781,797,813,829,845,861,877,893,909,925,941,957,973,989,1005,1021,1037,1053,1069,1085,1101,1117,1133,114... | 177.571429 | 1,183 | 0.774739 |
9bb92234360965d70a1c9cb1e4ac13a8516d3520 | 473 | asm | Assembly | oeis/349/A349137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/349/A349137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/349/A349137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A349137: a(n) = phi(A003602(n)), where A003602 is Kimberling's paraphrases, and phi is Euler totient function.
; Submitted by Jamie Morken(s2)
; 1,1,1,1,2,1,2,1,4,2,2,1,6,2,4,1,6,4,4,2,10,2,4,1,12,6,6,2,8,4,8,1,16,6,6,4,18,4,8,2,12,10,10,2,22,4,8,1,20,12,12,6,18,6,12,2,28,8,8,4,30,8,16,1,20,16,16,6,24,6,12,4,36,18,18... | 59.125 | 243 | 0.613108 |
004718e6df47fbe0f23ea3f721e693ee1a6defd7 | 1,259 | asm | Assembly | practica7/combinatoria.asm | ramseslopez/Arqui | da2b4b8b384209417c2aeceeab06fd671f7e29b1 | [
"MIT"
] | null | null | null | practica7/combinatoria.asm | ramseslopez/Arqui | da2b4b8b384209417c2aeceeab06fd671f7e29b1 | [
"MIT"
] | null | null | null | practica7/combinatoria.asm | ramseslopez/Arqui | da2b4b8b384209417c2aeceeab06fd671f7e29b1 | [
"MIT"
] | null | null | null | .data
n: .asciiz "Introduzca n: "
k: .asciiz "Introduzca k: "
sl: .asciiz "\n"
result: .asciiz "El resultado es "
.text
main: addi $sp, $sp, -4
sw $ra, 0($sp)
jal combinaciones
entero: li $v0, 4
syscall
li $v0, 5
syscall
jr $ra
combinaciones: addi $sp, $sp, -4
sw $ra, 0($sp)
la $a0, n
jal... | 16.350649 | 41 | 0.511517 |
8b2d13a200a1c6c1cd1f49f6b0c7b39ee8d75afe | 5,804 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_9716_947.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_9716_947.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_9716_947.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x5227, %rsi
lea addresses_UC_ht+0xaaf0, %rdi
nop
cmp %rbx, %rbx
mov $86, %rcx
rep movsw
sub $1084, %r9
lea addresses_UC_ht+0x87c7, %r14
nop
add %rsi, %rsi
mov (%r14), %di
nop
nop
nop
no... | 41.163121 | 2,999 | 0.655582 |
ade3873eb80d2a2f936fa4e872a49496d185460b | 108 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/sqrt.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/sqrt.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sdcc/sqrt.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math32
PUBLIC _sqrt
EXTERN cm32_sdcc_fssqrt
defc _sqrt = cm32_sdcc_fssqrt
| 15.428571 | 33 | 0.731481 |
4ca2973f71ab6fcbb8ad9cb0f51b5f9f5b5a0489 | 27,815 | asm | Assembly | cpm2/RomWBW/Source/Apps/OSLdr.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | cpm2/RomWBW/Source/Apps/OSLdr.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | cpm2/RomWBW/Source/Apps/OSLdr.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;===============================================================================
; OSLdr - Load a new OS image from filesystem on running system.
; Optionally, load a new HBIOS image at the same time.
;===============================================================================
;
; Author: Wayne Warthe... | 27.403941 | 81 | 0.64591 |
5f04902a279ff9d340b297280d25112a2dccb6dc | 17,170 | asm | Assembly | lib/third_party/mcu_vendor/renesas/rz_mcu_boards/core_package/generate/compiler/asm/r_cache_l1_rza2.asm | renesas-rx/amazon-freertos | 1f50ef5b1971183c29c6d6748b4a0a3635de2fdf | [
"MIT"
] | 7 | 2018-06-27T10:53:02.000Z | 2020-08-07T05:32:13.000Z | lib/third_party/mcu_vendor/renesas/rz_mcu_boards/core_package/generate/compiler/asm/r_cache_l1_rza2.asm | renesas-rx/amazon-freertos | 1f50ef5b1971183c29c6d6748b4a0a3635de2fdf | [
"MIT"
] | 19 | 2018-12-07T03:41:15.000Z | 2020-02-05T14:42:04.000Z | lib/third_party/mcu_vendor/renesas/rz_mcu_boards/core_package/generate/compiler/asm/r_cache_l1_rza2.asm | renesas-rx/amazon-freertos | 1f50ef5b1971183c29c6d6748b4a0a3635de2fdf | [
"MIT"
] | 11 | 2018-08-03T10:15:33.000Z | 2020-12-07T03:26:10.000Z | @/*******************************************************************************
@* DISCLAIMER
@* This software is supplied by Renesas Electronics Corporation and is only
@* intended for use with Renesas products. No other uses are authorized. This
@* software is owned by Renesas Electronics Corporation and is protect... | 39.74537 | 88 | 0.478567 |
6cd7090ca0c012cc0185df99287fe723da0bed87 | 6,119 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2083.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2083.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2083.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 %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x19648, %rsi
nop
nop
sub $1166, %r13
movb $0x61, (%rsi)
cmp %r9, %r9
lea addresses_normal_ht+0x30dc, %r8
nop
nop
nop
and $14689, %r11
mov (%r8), %r15w
nop
nop
nop... | 38.484277 | 2,999 | 0.655663 |
450fa8dff8555dbba86c2aae7db3508d51a2e017 | 394 | asm | Assembly | oeis/016/A016276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016276.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016276: Expansion of 1/((1-2x)(1-3x)(1-7x)).
; Submitted by Jon Maiga
; 1,12,103,786,5713,40656,286651,2012862,14109205,98822460,691932319,4844053578,33909961177,237374494824,1661635779907,11631493440534,81420583092829,569944468808148,3989612443394215
mov $1,1
mov $2,1
mov $3,2
lpb $0
sub $0,1
mul $1,7
mul $3... | 20.736842 | 181 | 0.69797 |
6715c0d9485a74763fbc7709e22f1888bb8237e2 | 767 | asm | Assembly | 2021-2022-sem1/lab05/4-sets/sets.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | 2021-2022-sem1/lab05/4-sets/sets.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | 2021-2022-sem1/lab05/4-sets/sets.asm | adinasm/iocla-demos | a4109ed9fd3a34b097299f941617a6380267c003 | [
"MIT"
] | null | null | null | %include "../io.mac"
section .text
global main
extern printf
main:
;cele doua multimi se gasesc in eax si ebx
mov eax, 139 ; 1000 1011 -> {7, 3, 1, 0}
mov ebx, 169 ; 1010 1001 -> {7, 5, 3, 0}
PRINTF32 `%u\n\x0`, eax ; afiseaza prima multime
PRINTF32 `%u\n\x0`, ebx ; afiseaza cea de-a doua ... | 17.044444 | 60 | 0.571056 |
ed632f1f6ed5494781999e3a627c1d773b21b0b4 | 3,628 | asm | Assembly | NVEncCore/cpu_info_x86.asm | yumetodo/NVEnc | 829b4cb5c7028f813bef51927a403a6d75d8c4cb | [
"MIT"
] | null | null | null | NVEncCore/cpu_info_x86.asm | yumetodo/NVEnc | 829b4cb5c7028f813bef51927a403a6d75d8c4cb | [
"MIT"
] | null | null | null | NVEncCore/cpu_info_x86.asm | yumetodo/NVEnc | 829b4cb5c7028f813bef51927a403a6d75d8c4cb | [
"MIT"
] | null | null | null | section .code
align 16
section .text
global _runl_por
;void __stdcall runl_por(uint32_t count_n) (
; [esp+04] uint32_t size
;)
_runl_por:
push ebp
push edi
push esi
push ebx
; @+16
xor eax, eax
cpuid
rdtscp
mov esi, eax
mov edi, ed... | 21.595238 | 45 | 0.461411 |
734d229d6dd4584f85d804c4b5808d9c2feae6ab | 1,037 | asm | Assembly | _build/dispatcher/jmp_ippsRSA_Encrypt_d5494553.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsRSA_Encrypt_d5494553.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsRSA_Encrypt_d5494553.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsRSA_Encrypt:function
extern n8_ippsRSA_Encrypt:function
extern y8_ippsRSA_Encrypt:function
extern e9_ippsRSA_Encrypt:function
extern l9_ippsRSA_Encrypt:function
extern n0_ippsRSA_Encrypt:function
extern k0_ippsRSA_Encrypt:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment ... | 26.589744 | 87 | 0.78785 |
6dd0a156c3aa97510b19ca5a8519187be27543b5 | 3,040 | asm | Assembly | examples/tiny_sk.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/novm_movsem_tiny_sk.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/novm_movsem_tiny_sk.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z |
stk 38
org 0
&heap
db 2
&changed
$(
function def_inline(ins)
print("@" .. ins .. "_i\n" .. ins .. " f2, f3\nret\n")
end
function inline(ins, arg1, arg2)
print("mov f2, " .. arg1 .. "\nmov f3, " .. arg2 .. "\n")
call(ins .. "_i")
end
function inline_r(ins, arg1, arg2)
... | 16.612022 | 65 | 0.453947 |
1b353ce248fd96dacd177561f2936a9766c34d7a | 1,681 | asm | Assembly | programs/oeis/286/A286927.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/286/A286927.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/286/A286927.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A286927: Positions of 1 in A286925; complement of A286926.
; 6,12,20,26,34,40,46,54,60,68,74,80,88,94,102,108,116,122,128,136,142,150,156,162,170,176,184,190,198,204,210,218,224,232,238,244,252,258,266,272,278,286,292,300,306,314,320,326,334,340,348,354,360,368,374,382,388,396,402,408,416,422,430,436,442,450,456,464,... | 35.020833 | 1,090 | 0.653778 |
6d5f29a53d89adc4fb7bd9ee37bbe1e29379c033 | 503 | asm | Assembly | programs/oeis/335/A335025.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/335/A335025.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/335/A335025.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A335025: Largest side lengths of almost-equilateral Heronian triangles.
; 5,15,53,195,725,2703,10085,37635,140453,524175,1956245,7300803,27246965,101687055,379501253,1416317955,5285770565,19726764303,73621286645,274758382275,1025412242453,3826890587535,14282150107685,53301709843203,198924689265125,742397047217295,277... | 23.952381 | 259 | 0.741551 |
1293ce60a5dea48c14a6bbbaba633fc23245a48b | 569 | asm | Assembly | programs/oeis/087/A087323.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/087/A087323.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/087/A087323.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A087323: a(n) = (n+1) * 2^n - 1.
; 0,3,11,31,79,191,447,1023,2303,5119,11263,24575,53247,114687,245759,524287,1114111,2359295,4980735,10485759,22020095,46137343,96468991,201326591,419430399,872415231,1811939327,3758096383,7784628223,16106127359,33285996543,68719476735,141733920767,292057776127,601295421439,1236950581... | 56.9 | 475 | 0.826011 |
0740dc70aafe42264b9f9cd275b96cbf54f990c6 | 845 | asm | Assembly | src/test/ref/loop-for-continue.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/loop-for-continue.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/loop-for-continue.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests continue statement in a simple for()-loop
// Commodore 64 PRG executable file
.file [name="loop-for-continue.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Bas... | 21.125 | 68 | 0.601183 |
3d6d6e3058259289c2ea30efe7640d5c9b0224c6 | 3,067 | asm | Assembly | gnutls/nettle/x86_64/aesni/aes-decrypt-internal.asm | TheShellLand/crossover-source | 247b5591f1b059b95553352adb56c45b775c0c24 | [
"MIT"
] | null | null | null | gnutls/nettle/x86_64/aesni/aes-decrypt-internal.asm | TheShellLand/crossover-source | 247b5591f1b059b95553352adb56c45b775c0c24 | [
"MIT"
] | null | null | null | gnutls/nettle/x86_64/aesni/aes-decrypt-internal.asm | TheShellLand/crossover-source | 247b5591f1b059b95553352adb56c45b775c0c24 | [
"MIT"
] | null | null | null | C x86_64/aesni/aes-decrypt-internal.asm
ifelse(<
Copyright (C) 2015, 2018 Niels Möller
This file is part of GNU Nettle.
GNU Nettle is free software: you can redistribute it and/or
modify it under the terms of either:
* the GNU Lesser General Public License as published by the Free
Software ... | 22.718519 | 72 | 0.691555 |
7f7da320b2c8d6b4cf08178d6822ccb574723a57 | 373 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_fabsf.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_fabsf.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_fabsf.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; float _fabsf (float number) __z88dk_fastcall
SECTION code_clib
SECTION code_fp_am9511
PUBLIC asm_fabsf
EXTERN asm_am9511_fabs_fastcall
; Takes the absolute value of a float
;
; enter : stack = ret
; DEHL = sccz80_float number
;
; exit : DEHL = |sccz80_float|
;
; uses ... | 17.761905 | 46 | 0.66756 |
a3caf3c7faaaa407d18c376174b2c9b19870441f | 551 | asm | Assembly | test/14_arx.asm | x86128/pymesm | 4f5f2fe9ae06fd7023ef1022040774e157fd0792 | [
"MIT"
] | 2 | 2021-04-30T19:30:58.000Z | 2021-04-30T21:29:44.000Z | test/14_arx.asm | x86128/pymesm | 4f5f2fe9ae06fd7023ef1022040774e157fd0792 | [
"MIT"
] | null | null | null | test/14_arx.asm | x86128/pymesm | 4f5f2fe9ae06fd7023ef1022040774e157fd0792 | [
"MIT"
] | null | null | null | #
# Test for ARX instruction.
#
org 1
lbl start
xta i11
arx i1
aex i12
uia fail
xta cful
arx i1
aex i1
uia fail
xta cful
arx cful
aex cful
uia fail
lbl pass
... | 19.678571 | 48 | 0.411978 |
d4ec6e871c3ccd6ec0a339ed9e21d10c2c1fcd54 | 526 | asm | Assembly | HW3/ChristianWebber-HW3-1.asm | vonderborch/CS260 | ff435317be557c10f131f99184e944ef2ada7cdf | [
"MIT"
] | null | null | null | HW3/ChristianWebber-HW3-1.asm | vonderborch/CS260 | ff435317be557c10f131f99184e944ef2ada7cdf | [
"MIT"
] | null | null | null | HW3/ChristianWebber-HW3-1.asm | vonderborch/CS260 | ff435317be557c10f131f99184e944ef2ada7cdf | [
"MIT"
] | null | null | null | .text
.globl MAIN
MAIN:
#set n
li $a0, 3
# clear v1
li $v1, 0
#call fib
jal FIB
#exit program
li $v0, 10
syscall
FIB:
#if n!=0 then goto FIBMAIN end
bne $a0, $zero, FIBMAIN
#else add 1 to v1 and return
addi $v1, $zero, 1
jr $ra
FIBMAIN:
#setup stack
addi $sp, $sp, -12
sw $ra, 0 ($sp)
sw $a0, 4 ($s... | 13.15 | 35 | 0.589354 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.