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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
28c58a35fec00b14a75def3b0fe147f68b2d20f7 | 981 | asm | Assembly | 2. Add two numbers .asm | arfin97/Assembly | 5411b2cbe2c83c301a654c779ec8c739acd63a9b | [
"MIT"
] | 1 | 2021-05-22T10:03:30.000Z | 2021-05-22T10:03:30.000Z | 2. Add two numbers .asm | arfin97/Assembly | 5411b2cbe2c83c301a654c779ec8c739acd63a9b | [
"MIT"
] | null | null | null | 2. Add two numbers .asm | arfin97/Assembly | 5411b2cbe2c83c301a654c779ec8c739acd63a9b | [
"MIT"
] | null | null | null | .model small
.stack 100h
.code
main proc
mov ah, 1 ;input fucntion ah e nilam
int 21h ;input function execute korlam
mov bl, al ;input eshe al e dhukbe, setake bl e mov korlam
int 21h ;abar input function execute korlam second num er jonno
mov cl, al ;input eshe al e dhukbe, setake cl e ... | 33.827586 | 77 | 0.673802 |
a4dfa70504fcfc06b03073cdad88ef6778184be8 | 6,109 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2513.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_0x48.log_21829_2513.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_0x48.log_21829_2513.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 %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xb511, %rdx
and %rdi, %rdi
mov $0x6162636465666768, %r10
movq %r10, (%rdx)
nop
nop
nop
nop
cmp %rdx, %rdx
lea addresses_WC_ht+0xba51, %r15
and %rdi, %rdi
mov $0x61626364656667... | 39.160256 | 2,999 | 0.656409 |
c466d66a7846af5e94051e0dae8b170ae008045f | 1,105 | asm | Assembly | collections/demo/roms/jmp-to-coredump.asm | pinobatch/action53 | 145cb28c02a50af7c7647b3cf5855b4208594017 | [
"Xnet",
"X11"
] | 6 | 2018-07-16T22:44:21.000Z | 2021-06-17T10:00:31.000Z | collections/demo/roms/jmp-to-coredump.asm | pinobatch/action53 | 145cb28c02a50af7c7647b3cf5855b4208594017 | [
"Xnet",
"X11"
] | 7 | 2018-07-27T23:20:38.000Z | 2018-09-29T15:40:29.000Z | collections/demo/roms/jmp-to-coredump.asm | pinobatch/action53 | 145cb28c02a50af7c7647b3cf5855b4208594017 | [
"Xnet",
"X11"
] | 2 | 2018-07-17T17:11:55.000Z | 2020-09-23T13:52:39.000Z | ; written to compile with asm6
;----------------------------------------------------------------
; NES 2.0 header
;----------------------------------------------------------------
INES_MAPPER = 34 ; 0 = NROM, 218 = Single Chip
INES_PRG_COUNT = 1 ; number of 16KB PRG-ROM pages
INES_CHR_COUNT = 0 ; numb... | 20.462963 | 65 | 0.546606 |
b258d8b74a658ac085c8e32eea18e7a36f0ad69f | 332 | asm | Assembly | programs/oeis/159/A159986.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/159/A159986.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/159/A159986.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A159986: Catalan numbers read modulo 7.
; 1,1,2,5,0,0,6,2,2,4,3,0,0,4,6,6,5,2,0,0,4,6,6,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2,2,4,3,0,0,5,4,4,1,6,0,0,1,5,5,3,4,0,0,1,5,5,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,6
seq $0,108 ; Catalan numbers: C(n) = binomial(2n,n)/(n+1) = (2n)!/(n!(n+1)!... | 55.333333 | 201 | 0.536145 |
d3850b4aa0caaddddf1e6857fe7d1db11bc1a716 | 670 | asm | Assembly | oeis/159/A159669.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159669.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159669.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159669: Expansion of x*(x + 1)/(x^2 - 28*x + 1).
; Submitted by Jamie Morken(w3)
; 1,29,811,22679,634201,17734949,495944371,13868707439,387827863921,10845311482349,303280893641851,8481019710489479,237165271000063561,6632146568291290229,185462938641156062851,5186330135384078469599,145031780852113041085921,40557035337... | 41.875 | 473 | 0.822388 |
01865045bde292bd67a47496cc91341c50a6cc1f | 5,733 | asm | Assembly | audio/music/pokemoncenter.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/pokemoncenter.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/pokemoncenter.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_PokemonCenter:
musicheader 4, 1, Music_PokemonCenter_Ch1
musicheader 1, 2, Music_PokemonCenter_Ch2
musicheader 1, 3, Music_PokemonCenter_Ch3
musicheader 1, 4, Music_PokemonCenter_Ch4
Music_PokemonCenter_Ch1:
tempo 152
volume $77
dutycycle $2
vibrato $a, $14
tone $0001
Music_PokemonCenter_branch_ed5df:
... | 14.155556 | 48 | 0.665446 |
469b9cb69f0003d6e4e60d5129ef0d68efbc7270 | 339 | asm | Assembly | programs/oeis/113/A113225.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/113/A113225.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/113/A113225.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A113225: a(2n) = A011900(n), a(2n+1) = A001109(n+1).
; 1,1,3,6,15,35,85,204,493,1189,2871,6930,16731,40391,97513,235416,568345,1372105,3312555,7997214,19306983,46611179,112529341,271669860,655869061,1583407981,3822685023,9228778026,22280241075,53789260175
cal $0,52937 ; Expansion of (2-3*x-x^2)/((1-x)*(1-2*x-x^2)).
... | 48.428571 | 202 | 0.719764 |
fe50e8aebef5814c62a14f2b9a387d22953893e2 | 1,459 | asm | Assembly | constants/script_constants.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | constants/script_constants.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | constants/script_constants.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | ; EmotionBubblesPointerTable indexes (see engine/overworld/emotion_bubbles.asm)
const_def
const EXCLAMATION_BUBBLE ; 0
const QUESTION_BUBBLE ; 1
const SMILE_BUBBLE ; 2
; slot symbols
SLOTS7 EQU $0200
SLOTSBAR EQU $0604
SLOTSCHERRY EQU $0A08
SLOTSFISH EQU $0E0C
SLOTSBIRD EQU $1210
SLOTSMOUSE E... | 24.316667 | 79 | 0.795751 |
d01d31cf31842a9e2ca65892b1d582a27b6483bb | 826 | asm | Assembly | PRG/levels/Ice/6-1Bonus.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/6-1Bonus.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/6-1Bonus.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $BF29
; 6-1 bonus
.word W601L ; Alternate level layout
.word W601O ; Alternate object layout
.byte LEVEL1_SIZE_02 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_12 | LEVEL3_VSCROLL_LOCKED | LEVEL3_PIPENOTEXIT
.byte LE... | 51.625 | 85 | 0.618644 |
aae4d8077c0c77d24a8f9d625e6931dd56e8910d | 469 | asm | Assembly | oeis/308/A308090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/308/A308090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/308/A308090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A308090: a(n) = gcd(2^n + n!, 3^n + n!, n+1).
; Submitted by Jon Maiga
; 1,1,1,5,1,7,1,1,1,11,1,13,1,1,1,17,1,19,1,1,1,23,1,1,1,1,1,29,1,31,1,1,1,1,1,37,1,1,1,41,1,43,1,1,1,47,1,1,1,1,1,53,1,1,1,1,1,59,1,61,1,1,1,1,1,67,1,1,1,71,1,73,1,1,1,1,1,79,1,1,1,83,1,1,1,1,1,89,1,1,1,1,1,1,1,97,1,1,1
lpb $0
mov $2,$0
add ... | 27.588235 | 220 | 0.52452 |
d9d94b313bf70c9872b069a485f12a5215188d50 | 7,596 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1122.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1122.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1122.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 %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xb3b1, %r15
nop
inc %r9
mov $0x6162636465666768, %r13
movq %r13, %xmm7
movups %xmm7, (%r15)
and %r11, %r11
lea addresses_normal_ht+0x1644f, %r9
nop
nop
sub $41372, %rdi
mov $0x... | 36.171429 | 2,999 | 0.659426 |
dac9bc09c7abd97d2d1bf6072d291e4cc4324761 | 149 | asm | Assembly | data/maps/objects/Colosseum.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/objects/Colosseum.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/objects/Colosseum.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Colosseum_Object:
db $e ; border block
def_warps
def_signs
def_objects
object SPRITE_RED, 2, 2, STAY, 0, 1 ; person
def_warps_to COLOSSEUM
| 12.416667 | 45 | 0.738255 |
97ab74a217e5bec824f2de98dbe4e82951963019 | 490 | asm | Assembly | uebung6/u6a7.asm | Sebb767/rechnerarchitektur | 3df204684d66b3305110ab3ef882869ffc76a291 | [
"WTFPL"
] | 1 | 2016-05-02T12:16:44.000Z | 2016-05-02T12:16:44.000Z | uebung6/u6a7.asm | Sebb767/rechnerarchitektur | 3df204684d66b3305110ab3ef882869ffc76a291 | [
"WTFPL"
] | null | null | null | uebung6/u6a7.asm | Sebb767/rechnerarchitektur | 3df204684d66b3305110ab3ef882869ffc76a291 | [
"WTFPL"
] | null | null | null | section .text
extern printf
global main
main:
mov eax, 1 ; info descriptor descriptor
cpuid
push eax
mov eax, 0 ; cpu name
cpuid
mov [storage], ebx
mov [storage+4], edx
mov [storage+8], ecx
push storage
push format
call printf
end:
; exit
mov eax, 1 ; sys_exit
mov ebx, 0 ; error-code = 0
int 0x80 ... | 14 | 59 | 0.679592 |
291cfc61572c29cb67fdfc8e55859e7c2461b471 | 514 | asm | Assembly | PRG/objects/2-5.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/2-5.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/2-5.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | .byte $00 ; Unknown purpose
.byte OBJ_CHAINCHOMP, $09, $19
.byte OBJ_CHAINCHOMP, $19, $19
.byte OBJ_REDTROOPA, $22, $17
.byte OBJ_CHAINCHOMP, $34, $19
.byte OBJ_GOOMBA, $34, $13
.byte OBJ_GOOMBA, $35, $19
.byte OBJ_GOOMBA, $43, $11
.byte OBJ_GOOMBA, $43, $17
.byte OBJ_REDTROOPA, $52, $11
.byte OBJ_REDTROOPA... | 27.052632 | 33 | 0.673152 |
140efe94229aab8a90c4777ef4a0d402ea3bbe8c | 169 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_saddr2py_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_saddr2py_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_saddr2py_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; uint zx_saddr2py_fastcall(void *saddr)
SECTION code_arch
PUBLIC _zx_saddr2py_fastcall
_zx_saddr2py_fastcall:
INCLUDE "arch/zx/display/z80/asm_zx_saddr2py.asm"
| 15.363636 | 52 | 0.816568 |
f8945a2712a41e1abbac5f47e70fff3a62e192a6 | 260 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_erf_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_erf_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_erf_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; float erf(float x) __z88dk_fastcall
SECTION code_fp_math48
PUBLIC cm48_sdcciy_erf_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_erf, cm48_sdcciyp_m482d
cm48_sdcciy_erf_fastcall:
call cm48_sdcciyp_dx2m48
call am48_erf
jp cm48_sdcciyp_m482d
| 15.294118 | 56 | 0.811538 |
748f34be2c0bd8573dea7c2a37be8b626f4dc5a8 | 817 | asm | Assembly | oeis/089/A089574.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089574.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089574.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089574: Column 4 of an array closely related to A083480. (Both arrays have shape sequence A083479).
; Submitted by Jamie Morken(s1)
; 5,32,113,299,664,1309,2366,4002,6423,9878,14663,21125,29666,40747,54892,72692,94809,121980,155021,194831,242396,298793,365194,442870,533195,637650,757827,895433,1052294,1230359,143170... | 19 | 202 | 0.553244 |
67971318f1471d236c135cbdb07adb1eb34cc16d | 1,239 | asm | Assembly | maps.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 53 | 2017-08-25T01:27:33.000Z | 2021-08-30T19:55:57.000Z | maps.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 6 | 2017-08-24T19:40:33.000Z | 2018-05-14T19:37:34.000Z | maps.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 10 | 2017-08-24T18:37:35.000Z | 2019-10-02T04:35:39.000Z |
INCLUDE "macros.asm"
INCLUDE "constants.asm"
SECTION "Map pointers", ROMX[$4000]
MapROMBanks:: ; MAKE SURE THIS IS 256-BYTE ALIGNED!!
db BANK(StarthamMap)
db BANK(TestHouse)
db BANK(IntroMap)
db BANK(StarthamForestMap)
db BANK(PlayerHouse)
db BANK(PlayerHouse2F)
db BANK(StarthamHouse2)
db ... | 23.826923 | 62 | 0.697337 |
d662b7dfe00edaac84444c9b7fe5ce045ab2e19b | 112 | asm | Assembly | gfx/pokemon/unown_s/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/unown_s/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/unown_s/anim.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 12
frame 0, 10
frame 2, 12
frame 0, 24
setrepeat 2
frame 1, 03
frame 2, 03
dorepeat 5
endanim
| 11.2 | 12 | 0.660714 |
dab7afa6855ed5b21ab9827d5094097a680e0a21 | 83 | asm | Assembly | projects/06/max/MaxL.asm | qckpckt/nand2tetris | 0f45becdc3ca5d5d3a0e8a5c5840a80389d06e6e | [
"Apache-2.0"
] | null | null | null | projects/06/max/MaxL.asm | qckpckt/nand2tetris | 0f45becdc3ca5d5d3a0e8a5c5840a80389d06e6e | [
"Apache-2.0"
] | null | null | null | projects/06/max/MaxL.asm | qckpckt/nand2tetris | 0f45becdc3ca5d5d3a0e8a5c5840a80389d06e6e | [
"Apache-2.0"
] | null | null | null | @0
D=M
@1
D=D-M
@10
D;JGT
@1
D=M
@12
0;JMP
@0
D=M
@2
M=D
@14
0;JMP
| 4.882353 | 6 | 0.409639 |
e61a4ab8c3de892c98b5c184e20e60d2d1f1b2be | 709 | asm | Assembly | programs/oeis/053/A053639.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/053/A053639.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053639.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A053639: a(n) = ceiling(2^(n+1)/n).
; 4,4,6,8,13,22,37,64,114,205,373,683,1261,2341,4370,8192,15421,29128,55189,104858,199729,381301,729445,1398102,2684355,5162221,9942054,19173962,37025581,71582789,138547333,268435456,520602097,1010580541,1963413622,3817748708,7429132621,14467258261,28192605841,54975581389,107269427... | 37.315789 | 525 | 0.792666 |
2f4058617448618ea0bf2a462cd57ad5b8b0bc10 | 446 | asm | Assembly | mymemset.asm | CelestialAmber/tobutobugirl-dx | 5c2ec21f800966c67825afe825765a082021b2da | [
"MIT"
] | 47 | 2019-10-28T21:49:06.000Z | 2022-03-06T12:21:38.000Z | mymemset.asm | CelestialAmber/tobutobugirl-dx | 5c2ec21f800966c67825afe825765a082021b2da | [
"MIT"
] | null | null | null | mymemset.asm | CelestialAmber/tobutobugirl-dx | 5c2ec21f800966c67825afe825765a082021b2da | [
"MIT"
] | 5 | 2019-10-29T02:38:16.000Z | 2021-09-12T02:51:03.000Z | ; void mymemset(void* dest, UBYTE value, UWORD count) {
_mymemset::
; copy dest to de
ldhl sp,#2
ld e, (hl)
inc hl
ld d, (hl)
inc hl
; copy value to a
ld a, (hl+)
; copy count to bc
ld c, (hl)
inc hl
ld b, (hl)
; copy de to hl
ld h, d
ld l, e
;ld hl, de
... | 14.387097 | 55 | 0.459641 |
c17506df7b84616eb309a547a141d2d78c1483dd | 437 | asm | Assembly | programs/oeis/098/A098127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/098/A098127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/098/A098127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A098127: Fibonacci sequence with a(1) = 7 and a(2) = 26.
; 7,26,33,59,92,151,243,394,637,1031,1668,2699,4367,7066,11433,18499,29932,48431,78363,126794,205157,331951,537108,869059,1406167,2275226,3681393,5956619,9638012,15594631,25232643,40827274,66059917,106887191,172947108
mul $0,2
add $0,1
mov $2,6
mov $3,14
mov $... | 21.85 | 217 | 0.679634 |
5b04e887cb5ce0e9edbfc594ccd8f7aa6bf5b27d | 551 | asm | Assembly | iod/con2/sprite/cursor.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/sprite/cursor.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/sprite/cursor.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Cursor and flashing cursor
section sprite
xdef sp_cursor
xdef sp_curflash
xref sp_zero
sp_cursor
dc.w $0100,$0000
dc.w 6,10,3,4
dc.l sp_curs-*
dc.l sp_zero-*
dc.l 0
sp_curflash
dc.w $0100,$0A00
dc.w 6,10,3,4
dc.l sp_curs-*
dc.l sp_zero-*
dc.l sp_flash-*
sp_flash
dc.w $0100,$1400
dc.w 6,10,3,4
dc.... | 13.119048 | 28 | 0.651543 |
b6ffa883883eb2d61e988d96159ac1acb1e2bf3d | 39,570 | asm | Assembly | zombie.asm | jhyunleehi/xv6-public | 85fb0f281dc198c571553a7f625919c66905de6e | [
"MIT-0"
] | null | null | null | zombie.asm | jhyunleehi/xv6-public | 85fb0f281dc198c571553a7f625919c66905de6e | [
"MIT-0"
] | 2 | 2021-04-14T15:27:25.000Z | 2022-01-15T15:29:32.000Z | zombie.asm | jhyunleehi/xv6-public | 85fb0f281dc198c571553a7f625919c66905de6e | [
"MIT-0"
] | null | null | null |
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
0: f3 0f 1e fb endbr32
4: 8d 4c 24 04 lea 0x4(%esp),%ecx
8: 83 e4 f0 and $0xfffffff0,%esp
b: ff 71 fc pushl -0x4(... | 35.204626 | 60 | 0.421582 |
262bb81dee2a8408c9302c699ea36a77fa1483bb | 736 | asm | Assembly | oeis/054/A054877.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/054/A054877.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/054/A054877.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A054877: Closed walks of length n along the edges of a pentagon based at a vertex.
; Submitted by Christian Krause
; 1,0,2,0,6,2,20,14,70,72,254,330,948,1430,3614,6008,13990,24786,54740,101118,215766,409640,854702,1652090,3396916,6643782,13530350,26667864,53971350,106914242,215492564,428292590,860941798,1714834440,34... | 43.294118 | 495 | 0.797554 |
fe9b98dddc9bd2064a40472c6147e2e1c43bc8e0 | 4,580 | asm | Assembly | examples/07-subrountines/07-subrountines-1.asm | billsix/spimulator | a7bc8c654921908257c6f6e279d9dfe91ba63a50 | [
"BSD-3-Clause"
] | null | null | null | examples/07-subrountines/07-subrountines-1.asm | billsix/spimulator | a7bc8c654921908257c6f6e279d9dfe91ba63a50 | [
"BSD-3-Clause"
] | null | null | null | examples/07-subrountines/07-subrountines-1.asm | billsix/spimulator | a7bc8c654921908257c6f6e279d9dfe91ba63a50 | [
"BSD-3-Clause"
] | null | null | null | # Copyright (c) 2021 William Emerison Six
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish... | 26.783626 | 93 | 0.49345 |
080ce5bdac6b8da979e95316331196f45e257117 | 1,050 | asm | Assembly | _maps/obj2A.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 2 | 2020-04-09T19:36:35.000Z | 2021-01-05T14:20:17.000Z | _maps/obj2A.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | null | null | null | _maps/obj2A.asm | NatsumiFox/AMPS-Sonic-1-2005 | ac8730799f1b96291358c77a4b64529de94ce8a4 | [
"Apache-2.0"
] | 1 | 2020-06-17T14:16:35.000Z | 2020-06-17T14:16:35.000Z | ; ---------------------------------------------------------------------------
; Sprite mappings - doors (SBZ)
; ---------------------------------------------------------------------------
dc.w byte_89FE-Map_obj2A, byte_8A09-Map_obj2A
dc.w byte_8A14-Map_obj2A, byte_8A1F-Map_obj2A
dc.w byte_8A2A-Map_obj2A, byte_8A3... | 29.166667 | 77 | 0.494286 |
c41ffa8380c117cb85e1b9e1b2d6e768f607af8d | 1,415 | asm | Assembly | programs/oeis/022/A022351.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/022/A022351.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/022/A022351.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A022351: Fibonacci sequence beginning 0, 17.
; 0,17,17,34,51,85,136,221,357,578,935,1513,2448,3961,6409,10370,16779,27149,43928,71077,115005,186082,301087,487169,788256,1275425,2063681,3339106,5402787,8741893,14144680,22886573,37031253,59917826,96949079,156866905,253815984,410682889,664498873,1075181762,1739680635,28... | 235.833333 | 1,274 | 0.889046 |
a032c080903a1d783d8f60c8cde711302b1ab86b | 648 | asm | Assembly | VM/altairx/bin/test.asm | Kannagi/AltairX | 4b9a34203d2fc026612b5bf52c1afd67da188db6 | [
"MIT"
] | 17 | 2021-11-06T18:12:35.000Z | 2022-03-31T09:12:06.000Z | VM/altairx/bin/test.asm | Kannagi/AltairX | 4b9a34203d2fc026612b5bf52c1afd67da188db6 | [
"MIT"
] | null | null | null | VM/altairx/bin/test.asm | Kannagi/AltairX | 4b9a34203d2fc026612b5bf52c1afd67da188db6 | [
"MIT"
] | 1 | 2021-11-06T18:12:38.000Z | 2021-11-06T18:12:38.000Z | ;syscall
;0x00
;kernel console ,read/write file
;0x01
;GIF
;0x02
;SIF
;0x03
;input (clavier/souris/joypad)
;0x04
;Net
;0x05
;GUI
include "macro.asm"
include "vector.asm"
movei r60,1
fmovei v0,1.5
fmovei v1,1.0
addi r63,r63,5
fadd.p v0,v0,v1
nop
syscall 0x00
nop
lab2:
smove.w r5,$8000
... | 6.967742 | 32 | 0.618827 |
d669c614e9fdc4b7beac9964da4b6fd9f41b1528 | 347 | asm | Assembly | programs/oeis/212/A212506.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/212/A212506.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/212/A212506.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A212506: Number of (w,x,y,z) with all terms in {1,...,n} and w<=2x and y<=2z.
; 0,1,16,64,196,441,900,1600,2704,4225,6400,9216,12996,17689,23716,30976,40000,50625,63504,78400,96100,116281,139876,166464,197136,231361,270400,313600,362404,416025,476100,541696,614656,693889,781456
mov $1,$0
pow $0,2
mul $0,3
div $0,2
a... | 31.545455 | 200 | 0.708934 |
d0357aceb1cf516fda55910beceb76bb175d1675 | 838 | asm | Assembly | programs/oeis/284/A284413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/284/A284413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/284/A284413.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A284413: Exponent of 3 in 2^n + 1.
; 1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,4,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,5,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,3,0,1,0,1,0,2,0,1,0,1,0,2,0,1,0,1,0,4,0,1,0,1,0,2... | 27.032258 | 501 | 0.49642 |
e5011e6418efdd7877f77c8f48489bcb3e4462ad | 4,202 | asm | Assembly | lib/am335x_sdk/ti/board/src/evmDRA75x/pinmux/iodelay_stack_M4.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | 2 | 2021-12-27T10:19:01.000Z | 2022-03-15T07:09:06.000Z | lib/am335x_sdk/ti/board/src/evmDRA75x/pinmux/iodelay_stack_M4.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | lib/am335x_sdk/ti/board/src/evmDRA75x/pinmux/iodelay_stack_M4.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | ;/******************************************************************************
; * Copyright (c) 2018 Texas Instruments Incorporated - http://www.ti.com
; *
; * Redistribution and use in source and binary forms, with or without
; * modification, are permitted provided that the following conditions
; * are met:
; *... | 64.646154 | 102 | 0.494764 |
fc661cea79d6fcd605afe1948ee9fb1614c95786 | 1,721 | asm | Assembly | number_spiral_diagonals.asm | guynan/asmpe | 86742a309a7837b884a6396893fcb4896fa1003a | [
"MIT"
] | null | null | null | number_spiral_diagonals.asm | guynan/asmpe | 86742a309a7837b884a6396893fcb4896fa1003a | [
"MIT"
] | null | null | null | number_spiral_diagonals.asm | guynan/asmpe | 86742a309a7837b884a6396893fcb4896fa1003a | [
"MIT"
] | null | null | null |
global _start
extern printf
extern asm_prime
section .text
_start:
; This one is done by a pen and paper reduction of the problem. I
; found that I could represent the right corner trivially as the
; number of what iteration of square it was, squared. The subsequent... | 17.742268 | 78 | 0.467751 |
21f32f8107358c6b2d9f3374b43a6c649c5f3d6c | 577,016 | asm | Assembly | kernel.asm | hamedmiir/xv6-Os-Lab-1 | 5b2499eac1fa6cb3d8bfd4a273b61584eb497f4c | [
"MIT-0"
] | null | null | null | kernel.asm | hamedmiir/xv6-Os-Lab-1 | 5b2499eac1fa6cb3d8bfd4a273b61584eb497f4c | [
"MIT-0"
] | null | null | null | kernel.asm | hamedmiir/xv6-Os-Lab-1 | 5b2499eac1fa6cb3d8bfd4a273b61584eb497f4c | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
8010... | 41.363154 | 76 | 0.515223 |
4d268808183eeade7a34e37560c8020a79013b00 | 910 | asm | Assembly | test/e2e/data/arm7.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 8 | 2020-06-21T22:05:00.000Z | 2021-10-06T19:59:20.000Z | test/e2e/data/arm7.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 82 | 2020-06-21T22:02:00.000Z | 2020-08-04T01:48:42.000Z | test/e2e/data/arm7.asm | matanlurey/armv4t.dart | 06235938d16cb1f2b09d26f564b985854e4155c0 | [
"MIT"
] | 1 | 2020-06-22T15:16:02.000Z | 2020-06-22T15:16:02.000Z | ; expected results:
;
; 0x1fc (508) = 1
; 0x200 (512) = 1
; 0x204 (516) = 0x200
mov r13, #0x200 ; r13 = 512
mov r0, #1 ; r0 = 1
stmed r13, {r0, r13} ; starting @512 store memory
; ed == da == decrement after
;
; @508 =... | 28.4375 | 59 | 0.276923 |
89c9301bad08058b69737486eeefff9182d524a6 | 7,838 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_21829_1824.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_21829_1824.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_21829_1824.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x36d2, %rbp
nop
nop
nop
nop
sub %r13, %r13
movw $0x6162, (%rbp)
nop
nop
nop
nop
nop
and %rax, %rax
lea addresses_A_ht+0x9570, %rsi
lea addresses_WC_ht+0x1dd30, %rdi
nop
nop
cmp %rax... | 32.522822 | 2,999 | 0.652845 |
b6067d3f200d6fc834fffdbc60a61547816e0c57 | 439 | asm | Assembly | programs/oeis/279/A279847.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/279/A279847.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/279/A279847.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A279847: a(n) = Sum_{k=1..n} k^2*(floor(n/k) - 1).
; 0,1,2,7,8,22,23,44,54,84,85,151,152,206,241,326,327,458,459,605,664,790,791,1065,1091,1265,1356,1622,1623,2023,2024,2365,2496,2790,2865,3480,3481,3847,4026,4636,4637,5373,5374,6000,6341,6875,6876,7982,8032,8787,9086,9952,9953,11137,11284
mov $2,$0
mov $3,$0
lpb $2... | 31.357143 | 239 | 0.66287 |
65d87600b2dab120127a1c9e4bcb4629df10ccbd | 5,949 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_917.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_917.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_917.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x801a, %rsi
lea addresses_WT_ht+0x251a, %rdi
nop
nop
sub %r8, %r8
mov $59, %rcx
rep movsb
nop
sub $35919, %rbx
lea addresses_A_ht+0x141a, %rdx
clflush (%rdx)
nop
inc %r13
movl ... | 39.926174 | 2,999 | 0.659102 |
cc68478ead65a31e638783cc6d2456235267b7fc | 7,791 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_262.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_0xca.log_21829_262.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_0xca.log_21829_262.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 %r15
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xa2de, %rbx
cmp $7071, %r11
mov (%rbx), %eax
nop
add %rsi, %rsi
lea addresses_D_ht+0x1d61e, %rbx
and %r15, %r15
movups (%rbx), %xmm2
vpextrq $0, %xmm2, %r9
nop
nop
n... | 35.094595 | 2,999 | 0.655885 |
ac18d514d7543cd52b8288718db8b80720bf02a1 | 304 | asm | Assembly | programs/oeis/239/A239141.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/239/A239141.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/239/A239141.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A239141: Number of strict partitions of n having standard deviation σ <= 1.
; 1,1,2,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2,3,2,2
bin $0,2
lpb $0
mod $0,3
add $0,1
lpe
add $0,1
| 30.4 | 173 | 0.565789 |
35a342b2a079219c725ef2d0ccd59b3badff2897 | 532 | asm | Assembly | programs/oeis/266/A266662.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/266/A266662.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/266/A266662.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A266662: Number of ON (black) cells in the n-th iteration of the "Rule 47" elementary cellular automaton starting with a single ON (black) cell.
; 1,2,2,5,2,9,2,13,2,17,2,21,2,25,2,29,2,33,2,37,2,41,2,45,2,49,2,53,2,57,2,61,2,65,2,69,2,73,2,77,2,81,2,85,2,89,2,93,2,97,2,101,2,105,2,109,2,113,2,117,2,121,2,125,2,129,2... | 35.466667 | 273 | 0.631579 |
ff28dd7d0e1a8976c7f6c22ce12233676d650ceb | 717 | asm | Assembly | programs/oeis/052/A052747.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/052/A052747.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/052/A052747.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A052747: a(0) = a(1) = a(2) = 0; a(n) = n!/(n-2) for n > 2.
; 0,0,0,6,12,40,180,1008,6720,51840,453600,4435200,47900160,566092800,7264857600,100590336000,1494484992000,23712495206400,400148356608000,7155594141696000,135161222676480000,2688996956405760000,56200036388880384000,1231048416137379840000,2820220007878361088... | 47.8 | 541 | 0.811715 |
cc3b8e5b39c0735fb041cb98c76920e3af86935b | 870 | asm | Assembly | programs/oeis/047/A047927.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047927.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047927.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047927: a(n) = n*(n-1)*(n-2)^2.
; 0,6,48,180,480,1050,2016,3528,5760,8910,13200,18876,26208,35490,47040,61200,78336,98838,123120,151620,184800,223146,267168,317400,374400,438750,511056,591948,682080,782130,892800,1014816,1148928,1295910,1456560,1631700,1822176,2028858,2252640,2494440,2755200,3035886,3337488,3661020,... | 87 | 776 | 0.827586 |
6ffc58eb5571e62998edecc5c7bb243713bb61d9 | 543 | asm | Assembly | programs/oeis/308/A308572.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/308/A308572.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/308/A308572.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A308572: a(n) = Fibonacci(2*prime(n)).
; 3,8,55,377,17711,121393,5702887,39088169,1836311903,591286729879,4052739537881,1304969544928657,61305790721611591,420196140727489673,19740274219868223167,6356306993006846248183,2046711111473984623691759,14028366653498915298923761,4517090495650391871408712937,212207101440105399... | 77.571429 | 393 | 0.837937 |
16a839b79b9b798d1283bb660047c644e62ffe7b | 458 | asm | Assembly | programs/oeis/007/A007401.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/007/A007401.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/007/A007401.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A007401: Add n-1 to n-th term of 'n appears n times' sequence (A002024).
; 1,3,4,6,7,8,10,11,12,13,15,16,17,18,19,21,22,23,24,25,26,28,29,30,31,32,33,34,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,55,56,57,58,59,60,61,62,63,64,66,67,68,69,70,71,72,73,74,75,76,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,... | 38.166667 | 308 | 0.646288 |
899bf93dee3fa5fa63b7c9464e6fc42b9ada1741 | 455 | asm | Assembly | oeis/342/A342411.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/342/A342411.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/342/A342411.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A342411: a(n) = Sum_{k=1..n} (n/gcd(k,n))^(n/gcd(k,n) - 2).
; Submitted by Christian Krause
; 1,2,7,34,501,2600,100843,1048610,28697821,400000502,23579476911,247669459528,21505924728445,340163474352620,15569560546875507,576460752304472098,45798768824157052689,728637186579594211070,98646963440126439346903
add $0,1
mo... | 23.947368 | 213 | 0.692308 |
b5ae3becea60c7969f3186541c953448f4d1d5c1 | 339 | asm | Assembly | programs/oeis/105/A105994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/105/A105994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/105/A105994.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A105994: Fibonacci sequence (mod 13).
; 0,1,1,2,3,5,8,0,8,8,3,11,1,12,0,12,12,11,10,8,5,0,5,5,10,2,12,1,0,1,1,2,3,5,8,0,8,8,3,11,1,12,0,12,12,11,10,8,5,0,5,5,10,2,12,1,0,1,1,2,3,5,8,0,8,8,3,11,1,12,0,12,12,11,10,8,5,0,5,5,10,2,12,1,0,1,1,2,3,5,8,0,8,8,3,11,1,12,0,12
seq $0,22086 ; Fibonacci sequence beginning 0, 3.
... | 48.428571 | 228 | 0.60177 |
3b4fd19d6e022df1bc5d7243db7dafa621362b9d | 548 | asm | Assembly | oeis/016/A016856.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016856.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016856.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016856: a(n) = (5*n)^8.
; 0,390625,100000000,2562890625,25600000000,152587890625,656100000000,2251875390625,6553600000000,16815125390625,39062500000000,83733937890625,167961600000000,318644812890625,576480100000000,1001129150390625,1677721600000000,2724905250390625,4304672100000000,6634204312890625,10000000000000000... | 91.333333 | 496 | 0.894161 |
150f55e90a748d551e2f92816b2d716bb9383cd1 | 3,712 | asm | Assembly | stage2/16/do-rm16.asm | tkchia/biefircate | c940a4c23d170e5cc06e2b3c82b9c01947bf5253 | [
"BSD-3-Clause"
] | 24 | 2021-03-03T00:02:43.000Z | 2022-03-27T15:22:19.000Z | stage2/16/do-rm16.asm | tkchia/biefircate | c940a4c23d170e5cc06e2b3c82b9c01947bf5253 | [
"BSD-3-Clause"
] | 1 | 2021-08-15T15:21:02.000Z | 2021-08-16T14:44:05.000Z | stage2/16/do-rm16.asm | tkchia/biefircate | c940a4c23d170e5cc06e2b3c82b9c01947bf5253 | [
"BSD-3-Clause"
] | 1 | 2022-02-23T01:16:20.000Z | 2022-02-23T01:16:20.000Z | ; Copyright (c) 2021 TK Chia
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are
; met:
;
; * Redistributions of source code must retain the above copyright
; notice, this list of conditions and the following disclaimer.
;... | 31.193277 | 74 | 0.727909 |
a79a6be53a798a789e52963fdf08ae9250cd9f05 | 953 | asm | Assembly | oeis/017/A017818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017818: Expansion of 1/(1-x^3-x^4-x^5).
; Submitted by Jon Maiga
; 1,0,0,1,1,1,1,2,3,3,4,6,8,10,13,18,24,31,41,55,73,96,127,169,224,296,392,520,689,912,1208,1601,2121,2809,3721,4930,6531,8651,11460,15182,20112,26642,35293,46754,61936,82047,108689,143983,190737,252672,334719,443409,587392,778128,1030800,1365520,18089... | 24.435897 | 498 | 0.653725 |
1855de4b91272baf78b5ce22997244117486b72e | 532 | asm | Assembly | programs/oeis/115/A115293.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/115/A115293.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/115/A115293.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A115293: Row sums of correlation triangle for (1+x)^3/(1-x).
; 1,8,31,80,160,272,416,592,800,1040,1312,1616,1952,2320,2720,3152,3616,4112,4640,5200,5792,6416,7072,7760,8480,9232,10016,10832,11680,12560,13472,14416,15392,16400,17440,18512,19616,20752,21920,23120,24352
mov $2,$0
add $2,1
mov $3,$0
lpb $2
mov $0,$3
... | 21.28 | 206 | 0.614662 |
8100a8fcd0f5777909a324bf53b3de6f762cae65 | 720 | asm | Assembly | books_and_notes/professional_courses/Security/sources/extra_books/Hacking:The Art of Exploitation (Second Edition)源代码/booksrc/helloworld.asm | gxw1/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 640 | 2019-03-30T11:32:43.000Z | 2022-03-31T14:05:18.000Z | books_and_notes/professional_courses/Security/sources/extra_books/Hacking:The Art of Exploitation (Second Edition)源代码/booksrc/helloworld.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 371 | 2020-03-04T21:51:56.000Z | 2022-03-31T20:59:11.000Z | books_and_notes/professional_courses/Security/sources/extra_books/Hacking:The Art of Exploitation (Second Edition)源代码/booksrc/helloworld.asm | yyzVegst/review_the_national_post-graduate_entrance_examination | 8812779a7a4ce185a531d120562d5194b697c0c9 | [
"MIT"
] | 212 | 2019-04-10T02:31:50.000Z | 2022-03-30T02:32:47.000Z | section .data ; data segment
msg db "Hello, world!", 0x0a ; the string and newline char
section .text ; text segment
global _start ; Default entry point for ELF linking
_start:
; SYSCALL: write(1, msg, 14)
mov eax, 4 ; put 4 into eax, since write is syscall #4
mov ebx, 1 ... | 37.894737 | 69 | 0.611111 |
54eb015a396d55d18ce9857fa629d62f6d2bc676 | 2,814 | asm | Assembly | programs/oeis/231/A231303.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/231/A231303.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/231/A231303.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A231303: Recurrence a(n) = a(n-2) + n^M for M=4, starting with a(0)=0, a(1)=1.
; 0,1,16,82,272,707,1568,3108,5664,9669,15664,24310,36400,52871,74816,103496,140352,187017,245328,317338,405328,511819,639584,791660,971360,1182285,1428336,1713726,2042992,2421007,2852992,3344528,3901568,4530449,5237904,6031074,6917520,790... | 148.105263 | 2,579 | 0.867448 |
24d8e210d74c5a1971f720e07bb2ce1fc950b57a | 727 | asm | Assembly | programs/oeis/309/A309954.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/309/A309954.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/309/A309954.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A309954: Product of digits of (n written in base 4).
; 0,1,2,3,0,1,2,3,0,2,4,6,0,3,6,9,0,0,0,0,0,1,2,3,0,2,4,6,0,3,6,9,0,0,0,0,0,2,4,6,0,4,8,12,0,6,12,18,0,0,0,0,0,3,6,9,0,6,12,18,0,9,18,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,3,0,2,4,6,0,3,6,9,0,0,0,0,0,2,4,6,0,4,8,12,0,6,12,18,0,0,0,0,0,3,6,9,0,6,12,18,0,9... | 45.4375 | 547 | 0.535076 |
36b37a150ad4a8c412bb99ab2a3d8e3150d0c455 | 408 | asm | Assembly | programs/oeis/299/A299965.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/299/A299965.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/299/A299965.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A299965: Number of triangles in a Star of David of size n.
; 0,20,118,348,764,1420,2370,3668,5368,7524,10190,13420,17268,21788,27034,33060,39920,47668,56358,66044,76780,88620,101618,115828,131304,148100,166270,185868,206948,229564,253770,279620,307168,336468,367574,400540,435420,472268
mov $1,$0
sub $1,1
mul $1,$0
m... | 25.5 | 227 | 0.720588 |
824d2f716c10fab18401c328692e72466bf6d2eb | 1,232 | asm | Assembly | Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0x84_notsx.log_55_2529.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0x84_notsx.log_55_2529.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0x84_notsx.log_55_2529.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rdi
lea addresses_normal_ht+0x8ec7, %r15
nop
nop
nop
inc %r9
mov (%r15), %edi
nop
nop
nop
cmp $55308, %r13
pop %rdi
pop %r9
pop %r15
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r15
push %rax
push %rcx
pu... | 20.196721 | 164 | 0.647727 |
686ed901b045b5f367768341d08ae858271ea646 | 114 | asm | Assembly | src/test/resources/data/generationtests/mdl-include-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 36 | 2020-06-29T06:52:26.000Z | 2022-02-10T19:41:58.000Z | src/test/resources/data/generationtests/mdl-include-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 39 | 2020-07-02T18:19:34.000Z | 2022-03-27T18:08:54.000Z | src/test/resources/data/generationtests/mdl-include-expected.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 7 | 2020-07-02T06:00:05.000Z | 2021-11-28T17:31:13.000Z | ; Test case:
include_label: equ $
label: ; this was inside of the include
nop
loop:
jr loop
__mdlrenamed__end: | 16.285714 | 40 | 0.736842 |
9dc0e6bac6b6a150707e3d46d00bbf77f1a3dbe1 | 2,706 | asm | Assembly | text/Route15.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | text/Route15.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | text/Route15.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | _Route15BattleText1::
text "Let me try out the"
line "#MON I just"
cont "got in a trade!"
done
_Route15EndBattleText1::
text "Not"
line "good enough!"
prompt
_Route15AfterBattleText1::
text "You can't change"
line "the nickname of"
cont "any #MON you"
cont "get in a trade."
para "Only the Original"
line... | 15.641618 | 27 | 0.709165 |
d30d389289c56f508ed70815c0d04951a354e941 | 594 | asm | Assembly | oeis/168/A168088.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/168/A168088.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/168/A168088.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A168088: a(n) = 2^tetranacci(n).
; Submitted by Christian Krause
; 1,1,1,2,2,4,16,256,32768,536870912,72057594037927936,324518553658426726783156020576256,411376139330301510538742295639337626245683966408394965837152256,5164499756173817179311838344006023748659411585658447025661318713081295244033682389259290706560275662... | 66 | 274 | 0.76936 |
232f32995def94ecfdd8a77b270d2cf082a95c48 | 2,853 | asm | Assembly | jni/jpeg-turbo/simd/jcgrass2-64.asm | maqiangddb/AndroidVncServer | 3bd4414ff4a84cd7407493364078dc4d77d4e5ad | [
"MIT"
] | 2 | 2016-05-26T06:54:21.000Z | 2021-05-09T18:05:50.000Z | jni/jpeg-turbo/simd/jcgrass2-64.asm | maqiangddb/AndroidVncServer | 3bd4414ff4a84cd7407493364078dc4d77d4e5ad | [
"MIT"
] | null | null | null | jni/jpeg-turbo/simd/jcgrass2-64.asm | maqiangddb/AndroidVncServer | 3bd4414ff4a84cd7407493364078dc4d77d4e5ad | [
"MIT"
] | 1 | 2019-03-16T08:46:46.000Z | 2019-03-16T08:46:46.000Z | ;
; jcgrass2-64.asm - grayscale colorspace conversion (64-bit SSE2)
;
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; Copyright (C) 2011, D. R. Commander.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file should be assembled with NASM (N... | 25.026316 | 78 | 0.732562 |
d0a0e69fea51c4a0c30ac9b63aa0a4f8e349d22a | 311 | asm | Assembly | asm/sa1/invoke_sa1.asm | VitorVilela7/SMW-CodeLib | 003827dbf59907718789d1d46bbb0f30f7e728d6 | [
"Unlicense"
] | 14 | 2018-11-27T05:20:10.000Z | 2021-10-10T22:12:31.000Z | asm/sa1/invoke_sa1.asm | kaizoman666/SMW-CodeLib | 62e2ac86ed8fecb5e811174fbfa5c3ee984517b9 | [
"Unlicense"
] | null | null | null | asm/sa1/invoke_sa1.asm | kaizoman666/SMW-CodeLib | 62e2ac86ed8fecb5e811174fbfa5c3ee984517b9 | [
"Unlicense"
] | 2 | 2018-11-28T04:43:48.000Z | 2021-03-27T11:16:34.000Z | ; Example for invoking the SA-1 CPU
snes:
; Set 24-bit pointer to execute SA-1 code.
LDA.b #sa1_code
STA $3180
LDA.b #sa1_code>>8
STA $3181
LDA.b #sa1_code>>16
STA $3182
; Call and wait for the SA-1 CPU.
JSR $1E80
; Return
RTS
sa1_code:
PHB
PHK
PLB
; Execute your SA-1 code here.
PLB
RTL
| 12.44 | 43 | 0.662379 |
32a94a8d3ad0d005346a92e90fb74e0bbe05d08b | 339 | asm | Assembly | programs/oeis/276/A276878.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/276/A276878.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/276/A276878.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A276878: Sums-complement of the Beatty sequence for 2*Pi.
; 1,2,3,4,5,8,9,10,11,14,15,16,17,20,21,22,23,24,27,28,29,30,33,34,35,36,39,40,41,42,45,46,47,48,49,52,53,54,55,58,59,60,61,64,65,66,67,68,71,72,73,74,77,78,79,80,83,84,85,86,89,90,91,92,93,96
mov $1,2
mov $2,$0
mul $2,7
div $2,5
mov $3,$2
div $3,6
mul $1,$3
... | 26.076923 | 192 | 0.637168 |
fb2efd8d0c9a9fc9aa293c1b10f3fc7126fd15f8 | 503 | a51 | Assembly | Lab_9/C_Task_1.a51 | SSaxena2001/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | null | null | null | Lab_9/C_Task_1.a51 | SSaxena2001/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | null | null | null | Lab_9/C_Task_1.a51 | SSaxena2001/8051_Programs | d65b45d906caac16859129082431fa196ac4db56 | [
"BSD-3-Clause"
] | 1 | 2021-09-19T12:11:52.000Z | 2021-09-19T12:11:52.000Z | ;To write an ALP for the generation of the square pulse of 50% duty cycle with on time of 10 ms using timer 0 and
;simultaneously send ‘Y’ and ‘N’ to port 0 and port 1 respectively. Assume that XTAL = 11.0592 MHz.
ORG 0x0000H
ACALL MAIN
LJMP BACK
ORG 0x150H
BACK:MOV A, #'Y'
MOV P0, A
MOV A, #'N'
MOV P1, A
SJMP ... | 19.346154 | 114 | 0.705765 |
7d3cc15181b2fcc9515e928f21d7ec6f3d327686 | 235 | asm | Assembly | src/main/resources/Examples/System Calls/Trap 000000.asm | jimw278/MIPS | 13d666f46ad945f038514768d975150d89cd612b | [
"Apache-2.0"
] | 3 | 2020-11-04T00:03:41.000Z | 2020-11-30T00:35:39.000Z | src/main/resources/Examples/System Calls/Trap 000000.asm | jimw278/MIPS | 13d666f46ad945f038514768d975150d89cd612b | [
"Apache-2.0"
] | 27 | 2020-09-01T00:44:10.000Z | 2021-05-10T15:59:46.000Z | src/main/resources/Examples/System Calls/Trap 000000.asm | jimw278/MIPS | 13d666f46ad945f038514768d975150d89cd612b | [
"Apache-2.0"
] | 1 | 2020-12-05T00:14:11.000Z | 2020-12-05T00:14:11.000Z | ;trap 0 will halt the program
addi $4, $0, 5 ;puts the number 5 into register 4
addi $5, $0, 9 ;puts the number 9 into register 5
sub $4, $5, $2 ;subtracts register 4 from 5 and puts the result into register 2
trap 0 ;stops the program | 47 | 79 | 0.719149 |
99fd73251c4e1ee1ff7f770de29ae642bbb42439 | 420 | asm | Assembly | oeis/162/A162769.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/162/A162769.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/162/A162769.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A162769: a(n) = ((1+sqrt(5))*(4+sqrt(5))^n + (1-sqrt(5))*(4-sqrt(5))^n)/2.
; Submitted by Jon Maiga
; 1,9,61,389,2441,15249,95141,593389,3700561,23077209,143911501,897442709,5596515161,34900251489,217640345141,1357219994749,8463716161441,52780309349289,329141597018461,2052549373305509
lpb $0
sub $0,1
mul $1,5
... | 23.333333 | 185 | 0.669048 |
d2f2257d84ee576e4c1d455f2ce927b31723fcb6 | 4,876 | asm | Assembly | ffmpeg-3.2.5/libavcodec/x86/vp9itxfm_template.asm | huyu0415/FFmpeg | 7a3f75791cb3255805bf17126d4074a328f46c8c | [
"Apache-2.0"
] | 3,645 | 2016-08-25T09:31:17.000Z | 2022-03-25T06:28:34.000Z | ffmpeg-3.2.5/libavcodec/x86/vp9itxfm_template.asm | huyu0415/FFmpeg | 7a3f75791cb3255805bf17126d4074a328f46c8c | [
"Apache-2.0"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | ffmpeg-3.2.5/libavcodec/x86/vp9itxfm_template.asm | huyu0415/FFmpeg | 7a3f75791cb3255805bf17126d4074a328f46c8c | [
"Apache-2.0"
] | 764 | 2016-08-26T09:19:00.000Z | 2022-03-22T12:07:16.000Z | ;******************************************************************************
;* VP9 IDCT SIMD optimizations
;*
;* Copyright (C) 2013 Clément Bœsch <u pkh me>
;* Copyright (C) 2013 Ronald S. Bultje <rsbultje gmail com>
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute it and/or
;*... | 34.097902 | 92 | 0.492617 |
7982247e9fbcd2e7313a27ed3e969b148bffeadf | 466 | asm | Assembly | data/pokemon/base_stats/hoenn/mudkip.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/hoenn/mudkip.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | data/pokemon/base_stats/hoenn/mudkip.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | null | null | null | db 0 ; 258 DEX NO
db 50, 70, 50, 40, 50, 50
; hp atk def spd sat sdf
db WATER, WATER ; type
db 45 ; catch rate
db 65 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/hoenn/mudkip/front.di... | 21.181818 | 51 | 0.665236 |
6b5fabd62cb9fc93af156a9f581db2df471d3283 | 296 | asm | Assembly | programs/oeis/339/A339276.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/339/A339276.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/339/A339276.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A339276: Nearest integer to the fourth root of n.
; 1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
lpb $0,1
add $1,24
add $0,$1
div $0,7
lpe
div $1,24
add $1,1
| 26.909091 | 175 | 0.543919 |
3d7d2c8ea76de235e301ea0cc82f92e9ad4de34b | 696 | asm | Assembly | oeis/033/A033192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/033/A033192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/033/A033192.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A033192: a(n) = binomial(Fibonacci(n) + 1, 2).
; Submitted by Jon Maiga
; 0,1,1,3,6,15,36,91,231,595,1540,4005,10440,27261,71253,186355,487578,1276003,3339820,8742471,22885995,59912931,156848616,410626153,1075018896,2814412825,7368190921,19290113571,50502074766,132215989335,346145696820,906220783315,2372516138895,621... | 69.6 | 500 | 0.807471 |
4c88465d01bc56d4cf03177519a24a3f10ff5c3c | 497 | asm | Assembly | oeis/179/A179601.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/179/A179601.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/179/A179601.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A179601: Eight white kings and one red king on a 3 X 3 chessboard. G.f.: (1+4*x)/(1 - 2*x - 10*x^2 - 4*x^3).
; Submitted by Jon Maiga
; 1,6,22,108,460,2088,9208,41136,182704,813600,3618784,16104384,71651008,318820992,1418569600,6311953152,28084886272,124963582464,556023840256,2474023050240,11008138832896,489806035292... | 24.85 | 202 | 0.674044 |
99c42ea283026f6b05aece30c571b9d681fcab24 | 1,137 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_un_/i7-7700_9_0x48_notsx.log_12_1968.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_un_/i7-7700_9_0x48_notsx.log_12_1968.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_un_/i7-7700_9_0x48_notsx.log_12_1968.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 %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x120ce, %rsi
lea addresses_normal_ht+0x1c9ce, %rdi
nop
add %r11, %r11
mov $58, %rcx
rep movsb
nop
nop
dec %r11
pop %rsi
pop %rdi
pop %rcx
pop %r11
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
p... | 18.639344 | 152 | 0.653474 |
8f794c04ae3007cad8b1ab386236bdc18a10fc73 | 8,842 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1587.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1587.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1587.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x3c11, %r9
nop
nop
nop
nop
and %r13, %r13
mov $0x6162636465666768, %rdx
movq %rdx, %xmm2
and $0xffffffffffffffc0, %r9
movntdq %xmm2, (%r9)
nop
nop
nop
add %rsi, %rsi
... | 30.808362 | 2,999 | 0.654716 |
46067b8f7f4c9fc21627819c389ddcdadb6ccaee | 686 | asm | Assembly | oeis/086/A086420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/086/A086420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/086/A086420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A086420: Euler's totient of 3-smooth numbers: a(n) = A000010(A003586(n)).
; Submitted by Jamie Morken(s3)
; 1,1,2,2,2,4,6,4,8,6,8,18,16,12,16,18,32,24,54,32,36,64,48,54,64,72,162,128,96,108,128,144,162,256,192,216,486,256,288,324,512,384,432,486,512,576,648,1024,1458,768,864,972,1024,1152,1296,2048,1458,1536,1728,194... | 85.75 | 432 | 0.730321 |
cff39f8af2cffca825fa193528ff0bed7927e4fe | 339 | asm | Assembly | programs/oeis/136/A136412.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/136/A136412.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/136/A136412.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A136412: a(n) = (5*4^n+1)/3.
; 2,7,27,107,427,1707,6827,27307,109227,436907,1747627,6990507,27962027,111848107,447392427,1789569707,7158278827,28633115307,114532461227,458129844907,1832519379627,7330077518507,29320310074027,117281240296107,469124961184427,1876499844737707,7505999378950827
mov $1,4
pow $1,$0
div $1,3... | 37.666667 | 260 | 0.79941 |
2c2eb1b5129a8b47596dba1759f208ffc59ab080 | 6,148 | asm | Assembly | base/remoteboot/bootfloppy/src/bootware/pxe/tftp.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/remoteboot/bootfloppy/src/bootware/pxe/tftp.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/remoteboot/bootfloppy/src/bootware/pxe/tftp.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | Struc DESCRIPTOR
Dummy dw ?, ?, ?, ?
GDT_LOC dw ?, ?, ?, ?
SourceLimit dw ?
SourceLoWord dw ?
SourceHiByte db ?
SourceRights db ?
SourceInternal db ?
SourceHiByteHi db ?
TargetLimit dw ?
TargetLoWord dw ?
TargetHiByte db ?
TargetRights db ?
TargetInternal db ?
TargetHiByteHi db ?
Bios d... | 24.890688 | 76 | 0.558556 |
b4e89629a197b023cb90ee29f8e370e6fc271775 | 1,367 | asm | Assembly | src/Structure/SRAM.asm | stoneface86/GameboyBoilerplateProj | 7d2dedb2c3f6fe49819f8ca32c4f6308022d18c7 | [
"MIT"
] | 25 | 2018-06-08T19:19:53.000Z | 2021-10-03T05:07:38.000Z | src/Structure/SRAM.asm | stoneface86/GameboyBoilerplateProj | 7d2dedb2c3f6fe49819f8ca32c4f6308022d18c7 | [
"MIT"
] | 1 | 2020-07-14T20:15:47.000Z | 2020-07-15T20:15:26.000Z | src/Structure/SRAM.asm | stoneface86/GameboyBoilerplateProj | 7d2dedb2c3f6fe49819f8ca32c4f6308022d18c7 | [
"MIT"
] | 6 | 2019-05-23T05:32:11.000Z | 2020-04-26T21:26:00.000Z | section "SRAM Bank 0 Setup", sram[$A000],bank[0]
sBank0No::
ds 1
; If the RAM has been formatted then it will have the proper signature
; "CAFE BABE F1EE DECF FEED"
sSignature::
ds 10
; Keep track of version differences and incompatibilities
sVersion::
ds 2
; Bank #1 is a Non-Persistent Data Bank
section... | 22.409836 | 70 | 0.670812 |
ec468d56e37e87ab17d0460dd5e6163220e4564d | 211 | asm | Assembly | asm/1010_SUB.asm | barrettotte/angstrom-cpu | f49cf9a60c0a20fffad55839b31bb444977706b2 | [
"MIT"
] | null | null | null | asm/1010_SUB.asm | barrettotte/angstrom-cpu | f49cf9a60c0a20fffad55839b31bb444977706b2 | [
"MIT"
] | null | null | null | asm/1010_SUB.asm | barrettotte/angstrom-cpu | f49cf9a60c0a20fffad55839b31bb444977706b2 | [
"MIT"
] | null | null | null | ; subtract memory from accumulator; 8-1=7
LDI #1 ; 00010000 00000001 0x1001
STA #0x01 ; 00100000 00000001 0x2001
LDI #8 ; 00010000 00000001 0x1001
SUB #0x01 ; 10100000 00000001 0xA001
| 30.142857 | 41 | 0.672986 |
ecebf456f599443526fb9d429cd0230dfc63c846 | 501 | asm | Assembly | EserciziMips/4.2-Sommatoria.asm | AntoAndGar/MIPS | 776bbf3ca1d9a3184f469a11b5230d4d03622826 | [
"MIT"
] | null | null | null | EserciziMips/4.2-Sommatoria.asm | AntoAndGar/MIPS | 776bbf3ca1d9a3184f469a11b5230d4d03622826 | [
"MIT"
] | null | null | null | EserciziMips/4.2-Sommatoria.asm | AntoAndGar/MIPS | 776bbf3ca1d9a3184f469a11b5230d4d03622826 | [
"MIT"
] | null | null | null | # Effettuare la sommatoria di numeri reali poistivi immessi da input. La sommatoria è calcolata quando il valore immesso dall'utente è nullo o negativo.
# INPUT
# 3.5;7.23;5.6;9.17;-1
# OUTPUT
# 25.5
.text
.globl main
main:
#l.d $f4, uno
l.d $f10, zero
loop:
li $v0, 7
syscall
c.lt.d $f10, $f0
bc1f stampa
add.d... | 14.735294 | 152 | 0.638723 |
76f2f2373794dee629f20ce7fe99d4cdfec3c56e | 800 | asm | Assembly | programs/oeis/273/A273337.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/273/A273337.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/273/A273337.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A273337: First differences of number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 657", based on the 5-celled von Neumann neighborhood.
; 3,13,31,32,40,48,56,64,72,80,88,96,104,112,120,128,136,144,152,160,168,176,184,192,200,208,216,224,232,240,248,256,264,... | 29.62963 | 388 | 0.69125 |
3aa2d87402ee25a6f1c1dd9ab49cd722f26d9233 | 6,994 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1114.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1114.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1114.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1b2ab, %rbp
xor $35422, %rax
movups (%rbp), %xmm3
vpextrq $0, %xmm3, %r9
nop
cmp $54777, %r14
lea addresses_UC_ht+0x112ab, %rsi
lea addresses_normal_ht+0x7deb, %rdi
cmp %r13,... | 32.37963 | 2,999 | 0.652845 |
21f6f24fa5c2c5d5f46996cfbbdf713f741af580 | 5,228 | asm | Assembly | octode2k15/main.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 59 | 2015-02-28T14:15:56.000Z | 2022-03-26T12:06:01.000Z | octode2k15/main.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 1 | 2016-08-22T05:32:43.000Z | 2016-08-22T09:33:28.000Z | octode2k15/main.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 9 | 2015-02-28T14:16:31.000Z | 2022-01-18T17:52:48.000Z | ;******************************************************************
;Octode 2k15 - 8ch beeper engine
;
;original code: Shiru 02'11
;"XL" version: introspec 10'14-04'15
;"2k15" version: utz 09'15
;******************************************************************
org #8000
di
init
ei ;detect kempston
halt
in a,... | 13.235443 | 70 | 0.453137 |
3887aced5162ba8602b807cfc580d2e64e009341 | 5,623 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_505.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_505.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_505.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1af92, %r10
nop
nop
nop
dec %r11
mov (%r10), %rdi
nop
nop
sub %r14, %r14
lea addresses_UC_ht+0x16f8a, %rsi
lea addresses_UC_ht+0x73d2, %rdi
nop
nop
nop
sub %rbx, %rbx
mov $4, %rcx... | 41.345588 | 2,999 | 0.659968 |
af3d03135619eddaffc34629ae5196d8b17a34b9 | 1,229 | asm | Assembly | src/coreclr/vm/amd64/thunktemplates.asm | berkansasmaz/runtime | 7626c5d8be527d6735eddcdc7c97423211d8f9e9 | [
"MIT"
] | 8 | 2022-02-19T15:57:07.000Z | 2022-03-10T06:00:02.000Z | src/coreclr/vm/amd64/thunktemplates.asm | berkansasmaz/runtime | 7626c5d8be527d6735eddcdc7c97423211d8f9e9 | [
"MIT"
] | 6 | 2020-03-20T18:33:48.000Z | 2022-01-13T13:20:05.000Z | src/coreclr/vm/amd64/thunktemplates.asm | berkansasmaz/runtime | 7626c5d8be527d6735eddcdc7c97423211d8f9e9 | [
"MIT"
] | 2 | 2022-02-24T06:39:57.000Z | 2022-03-18T16:03:11.000Z | ; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
include <AsmMacros.inc>
include AsmConstants.inc
PAGE_SIZE = 4096
DATA_SLOT macro stub, field
exitm @CatStr(stub, <Code + PAGE_SIZE + >, stub, <Data__>, field)
endm
LEAF_ENTRY S... | 35.114286 | 82 | 0.736371 |
6fe4dff42971e67d3d666f579a065ca8525a6bd9 | 620 | asm | Assembly | programs/oeis/268/A268524.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/268/A268524.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/268/A268524.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A268524: a(n) = r*a(ceiling(n/2))+s*a(floor(n/2)) with a(1)=1 and (r,s)=(3,1).
; 1,4,13,16,43,52,61,64,145,172,199,208,235,244,253,256,499,580,661,688,769,796,823,832,913,940,967,976,1003,1012,1021,1024,1753,1996,2239,2320,2563,2644,2725,2752,2995,3076,3157,3184,3265,3292,3319,3328,3571,3652,3733,3760,3841,3868,3895
... | 34.444444 | 238 | 0.637097 |
76d62e66ecf40137e9a312c0a842e209f326bca7 | 1,099 | asm | Assembly | programs/oeis/184/A184578.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/184/A184578.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/184/A184578.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A184578: a(n) = floor((n+1/3)*sqrt(2)), complement of A184579.
; 1,3,4,6,7,8,10,11,13,14,16,17,18,20,21,23,24,25,27,28,30,31,32,34,35,37,38,40,41,42,44,45,47,48,49,51,52,54,55,57,58,59,61,62,64,65,66,68,69,71,72,74,75,76,78,79,81,82,83,85,86,88,89,90,92,93,95,96,98,99,100,102,103,105,106,107,109,110,112,113,115,116,1... | 73.266667 | 925 | 0.702457 |
4b5d6aaae6747f97cf311a0e48fe7d4c3306be7e | 3,998 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_2021.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_2021.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_2021.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 %r10
push %r13
push %r15
push %r9
push %rbx
push %rcx
push %rsi
// Load
lea addresses_A+0x8543, %rbx
nop
nop
nop
and $23363, %r9
vmovups (%rbx), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq $1, %xmm7, %r10
and %r9, %r9
// F... | 67.762712 | 2,999 | 0.66083 |
c10df55c19486767a40890d57488d5351345d74b | 2,298 | asm | Assembly | arch/x86_64/boot.asm | zillolo/alpaca | 393581bd30715049526f5a409e18c49cd95b3ce0 | [
"MIT"
] | null | null | null | arch/x86_64/boot.asm | zillolo/alpaca | 393581bd30715049526f5a409e18c49cd95b3ce0 | [
"MIT"
] | null | null | null | arch/x86_64/boot.asm | zillolo/alpaca | 393581bd30715049526f5a409e18c49cd95b3ce0 | [
"MIT"
] | null | null | null | ; MB header (https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html)
section .multiboot
align 4
header:
dd 0xe85250d6
dd 0
dd (header.end - header)
dd -(0xe85250d6 + header.end - header)
; End tag
dw 0
dw 0
dd 8
.end:
section .bss
align 4096
table:
.p4:
resb 4096
.p3:
... | 14.825806 | 80 | 0.570931 |
7bc9c30523952ae30d08ae22c15a0e0c6ec44bd0 | 754 | asm | Assembly | programs/oeis/309/A309873.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/309/A309873.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/309/A309873.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A309873: Period-doubling turn sequence, +1 when the 2-adic valuation of n is even or -1 when odd.
; 1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,1,1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,-1... | 68.545455 | 585 | 0.480106 |
81e1fae37d3b92607e50e01b3f362d7ef7c5feaf | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/sfc/ys_enmy6.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/sfc/ys_enmy6.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/sfc/ys_enmy6.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_enmy6.asm
Type: file
Size: 194952
Last-Modified: '2016-05-13T04:50:38Z'
SHA-1: 3BE175B7329CF5586F2EA2AFA15F101E9794065D
Description: null
| 21 | 47 | 0.816327 |
07ce09c064334242e8e5e78e9d1aa8518fb936bb | 773 | asm | Assembly | oeis/028/A028027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028027.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028027: Expansion of 1 / ((1 - 3*x)*(1 - 4*x)*(1 - 5*x)*(1 - 8*x)).
; Submitted by Jon Maiga
; 1,20,257,2716,25809,230244,1975009,16524332,136058417,1108775668,8975764161,72350153148,581586939025,4666887733892,37407122372513,299621333407564,2398809490126833,19199738367402516,153644492886804865,1229389968857205980,98... | 42.944444 | 496 | 0.77749 |
2b027fdb6864a59fd79bacfcaea64762ee3e1045 | 1,752 | asm | Assembly | base/mvdm/wow16/ole/server/olesvr.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/wow16/ole/server/olesvr.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/wow16/ole/server/olesvr.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ;\
; ole.asm
;
; Copyright (C) 1991, MicroSoft Corporation
;
; Contains pointer vaildation routine
;
; History: sriniK 02/26/1991 original
;/
.286p
.MODEL SMALL
.CODE
;**************************** _CheckPointer **************************... | 28.258065 | 76 | 0.358447 |
4be69700ecee45a6d0f3554d7b59032cfb8c3221 | 530 | asm | Assembly | oeis/159/A159803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159803.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159803: Number of primes p with (2m+1)^2 - 2m <= p < (2m+1)^2.
; Submitted by Jamie Morken(w1)
; 1,1,2,2,1,3,2,3,4,4,3,5,3,5,4,4,5,2,6,4,4,7,3,8,5,7,6,5,7,8,10,5,8,7,10,8,7,10,9,7,10,9,13,10,11,11,11,11,11,12,9,9,11,14,12,11,12,12,11,15,12,11,14,12,12,14,15,12,15,14,17,18,20,18,17,14,18,12,15,15,15,14,21
mul $0,2
a... | 27.894737 | 210 | 0.592453 |
2d76eabcc64c7cdf52e6d469dce1554e8b552b6d | 2,349 | asm | Assembly | kernel/x86/apic.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | 1 | 2021-03-21T19:49:05.000Z | 2021-03-21T19:49:05.000Z | kernel/x86/apic.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | null | null | null | kernel/x86/apic.asm | leonardoruilova/xos | 1e72d2294a7373dbbd601e6796a8a95d0d7056a8 | [
"MIT"
] | null | null | null |
;; xOS32
;; Copyright (C) 2016-2017 by Omar Mohammad.
use32
; Note: If you're looking for the sources of multi-core task management --
; -- see tasking/smp.asm instead. This file contains an I/O APIC driver and SMP initialization.
IA32_MSR_APICBASE = 0x1B ; this MSR contains the base of the local apic, and also if ... | 17.661654 | 98 | 0.736484 |
628ca28c9f0a4e2610ce529e42229b7e730e0e63 | 642 | asm | Assembly | oeis/015/A015249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/015/A015249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/015/A015249.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A015249: Gaussian binomial coefficient [ n,2 ] for q = -2.
; 1,3,15,55,231,903,3655,14535,58311,232903,932295,3727815,14913991,59650503,238612935,954429895,3817763271,15270965703,61084037575,244335800775,977343902151,3909374210503,15637499638215,62549992960455,250199983026631,1000799909736903,4003199683686855,1601279... | 45.857143 | 480 | 0.831776 |
385fc877650bc679210781659d2a454329128775 | 4,092 | asm | Assembly | programs/oeis/109/A109116.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/109/A109116.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/109/A109116.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A109116: a(n) = (n+1)^3*(n+2)^2*(n+5).
; 20,432,3024,12800,40500,105840,241472,497664,947700,1694000,2874960,4672512,7320404,11113200,16416000,23674880,33428052,46317744,63102800,84672000,112058100,146452592,189221184,241920000,306312500,384387120,478375632,590772224,724353300,882198000,1067709440,1284636672,15370973... | 49.902439 | 3,348 | 0.849462 |
3f437073baab8e33a35dfe6e967320ce6afc5df5 | 443 | asm | Assembly | SO/so-assignments/3-loader/skel-win/test_prog/hello.asm | mihai-constantin/ACS | 098c99d82dad8fb5d0e909da930c72f1185a99e2 | [
"Apache-2.0"
] | null | null | null | SO/so-assignments/3-loader/skel-win/test_prog/hello.asm | mihai-constantin/ACS | 098c99d82dad8fb5d0e909da930c72f1185a99e2 | [
"Apache-2.0"
] | null | null | null | SO/so-assignments/3-loader/skel-win/test_prog/hello.asm | mihai-constantin/ACS | 098c99d82dad8fb5d0e909da930c72f1185a99e2 | [
"Apache-2.0"
] | null | null | null | .386
.model flat, stdcall
EXTRN ExitProcess@4:PROC
EXTRN GetStdHandle@4:PROC
EXTRN WriteFile@20:PROC
.data
msg db 'Hello, world!', 10, 0
bytesWritten dd 0
.code
start proc
push -11 ; STD_OUTPUT_HANDLE
call GetStdHandle@4
push 0 ; lpOverlapped
push offset bytesWritten ; lpNumberOfBytesWritten
push 14 ; nNumberO... | 15.821429 | 50 | 0.769752 |
a834665cfa1c5ff0630952e53234b1c4e184018b | 368 | asm | Assembly | pwnlib/shellcraft/templates/arm/linux/findpeersh.asm | alexpark07/pwntools | c86022e844c8264ba4c35ed1dd5d55f1c76be90b | [
"MIT"
] | 1 | 2015-04-21T11:30:28.000Z | 2015-04-21T11:30:28.000Z | pwnlib/shellcraft/templates/arm/linux/findpeersh.asm | alexpark07/pwntools | c86022e844c8264ba4c35ed1dd5d55f1c76be90b | [
"MIT"
] | null | null | null | pwnlib/shellcraft/templates/arm/linux/findpeersh.asm | alexpark07/pwntools | c86022e844c8264ba4c35ed1dd5d55f1c76be90b | [
"MIT"
] | null | null | null | <% from pwnlib.shellcraft import arm, common %>
<% from pwnlib.util.misc import binary_ip %>
<% from pwnlib.util.packing import u32 %>
<%page args="port=None"/>
<%docstring>
Args: port (defaults to any)
Finds an open socket which connects to a specified
port, and then opens a dup2 shell on it.
</%docstring>
${arm... | 28.307692 | 54 | 0.706522 |
f369144cfe3bbac48a2f01852beee06693abf5eb | 267 | asm | Assembly | programs/oeis/137/A137508.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/137/A137508.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/137/A137508.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A137508: Successive structures of alkaline earth metals (periodic table elements from 2nd column).
; 2,2,2,8,2,2,8,8,2,2,8,18,8,2,2,8,18,18,8,2,2,8,18,32,18,8,2
add $0,1
cal $0,3983 ; Array read by antidiagonals with T(n,k) = min(n,k).
pow $0,2
mov $1,$0
mul $1,2
| 29.666667 | 100 | 0.670412 |
070cb9785e98a258fddc2f9c691dba30e9f90a6f | 653 | asm | Assembly | oeis/182/A182542.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/182/A182542.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/182/A182542.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A182542: Second diagonal of triangle in A145879.
; Submitted by Jon Maiga
; 1,8,46,232,1093,4944,21778,94184,401930,1698160,7119516,29666704,123012781,508019104,2091005866,8582372584,35141476126,143595498544,585720020356,2385430111024,9701814930466,39411044641888,159926316674356,648348726966672,2626193752638388,10629... | 46.642857 | 489 | 0.849923 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.