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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4a92a644a8525f8a538e9693f057990737e058f8 | 429 | asm | Assembly | programs/oeis/106/A106514.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/106/A106514.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/106/A106514.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A106514: Expansion of (1-x)/((1-2x)(1-2x-x^2)).
; 1,3,9,25,67,175,449,1137,2851,7095,17553,43225,106051,259423,633089,1541985,3749827,9107175,22095249,53559817,129739171,314086735,760009793,1838300625,4444999651,10745077143,25968708369,62749602745
mov $1,4
mov $2,1
mov $4,1
lpb $0,1
sub $0,1
sub $1,1
add $1,$4... | 19.5 | 199 | 0.666667 |
c6e7fc797eb27289983e25bffca773ed59ac1672 | 8,437 | asm | Assembly | yasmandelv.asm | jarekratajski/yamandel | fd5012ea7557bc97a7881122e6fe5407a985aa27 | [
"BSD-3-Clause"
] | 2 | 2020-03-22T13:29:47.000Z | 2020-03-22T16:27:18.000Z | yasmandelv.asm | jarekratajski/yamandel | fd5012ea7557bc97a7881122e6fe5407a985aa27 | [
"BSD-3-Clause"
] | null | null | null | yasmandelv.asm | jarekratajski/yamandel | fd5012ea7557bc97a7881122e6fe5407a985aa27 | [
"BSD-3-Clause"
] | null | null | null | ; mandelbrot calculation in assembly using horizontal vectorization
; just experiment in writing plain assembly
; the resulting code seems to be faster than generated by gcc (as the algorithm is a little too nasty for
; good vectorization)
; however it is neither optimal nor well written - just some fun
; in real life... | 28.407407 | 105 | 0.603058 |
83c5d081d77062af2b34014c64125afdeca71a3d | 654 | asm | Assembly | unordnung_auch_assembler/asm/attiny13/versuche/timerUsage.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/versuche/timerUsage.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | unordnung_auch_assembler/asm/attiny13/versuche/timerUsage.asm | no-go/Blink_atmega328p | a81e41906c4a6d843a7fb87962288a0894105bd7 | [
"Unlicense"
] | null | null | null | ; atTINY 13 - Board without 7seg display
.equ PORTB, 0x18
.equ DDRB, 0x17
.equ PINB, 0x16
.equ TCCR0B, 0x33
.equ TCNT0, 0x32
; set Port-direction and timer
; cpuclock/1024 -> 1 Tick in TCNT0. If 256 Tick -> start with zero
Start: ldi r16, 0b00010000 ; Pin 4 is output
out DDRB, r16
ldi r16, 0b00000101 ; timer... | 21.096774 | 66 | 0.648318 |
b87227c6d72408dbc7c6bc7df27340dd89955e68 | 1,185 | asm | Assembly | Driver/DMA/DOSReal/dosrealManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/DMA/DOSReal/dosrealManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/DMA/DOSReal/dosrealManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: DMA Driver
FILE: dosrealManager.asm
AUTHOR: Todd Stumpf, Nov. 15, 1992
REVISION HISTORY:
Name Date Description
---- ---- -----------
TS 11/... | 25.212766 | 79 | 0.420253 |
88f64ed30c02173cbdb3696a97501ba2b33ec57b | 5,922 | asm | Assembly | src/presets/cm_presets_defeatagahnim.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 6 | 2020-02-14T17:14:52.000Z | 2021-12-06T19:51:25.000Z | src/presets/cm_presets_defeatagahnim.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 1 | 2020-09-26T07:40:33.000Z | 2020-09-26T07:40:33.000Z | src/presets/cm_presets_defeatagahnim.asm | spannerisms/lttphack | 8309fecd1b73db4d81616ec500253ae1aa52b399 | [
"MIT"
] | 7 | 2019-12-02T21:51:51.000Z | 2021-07-03T17:53:04.000Z | ;===================================================================================================
; PRESET DATA HEADER
;===================================================================================================
presetheader_defeatagahnim:
dw presetSRAM_defeatagahnim ; location of SRAM
dw presetpersistent_... | 30.683938 | 100 | 0.372847 |
fa0cfc344581bffaf805e414b38b2088c08665b9 | 1,240 | asm | Assembly | ee/wman/opwin.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/opwin.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ee/wman/opwin.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; OPW.xxx compatible routines 1989 Tony Tebby
; 2002 Marcel Kilgus
section wman
xdef wm_opw
xref gu_fopen
xref wmc_trap3
include 'dev8_keys_qdos_io'
include 'dev8_keys_qdos_ioa'
include 'dev8_keys_qdos_sms'
include 'dev8_keys_qlv'
con dc.w 3,'CON'
scr dc.w 3,'SCR'
;+++
; Emulate OPW.WIND, OPW.C... | 14.588235 | 57 | 0.680645 |
6307c4514900eb4348f210cdb1a82ef3d2a3b492 | 3,688 | asm | Assembly | Maths/Utilities/RequAmul256divQ-BFRDIV.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 9 | 2021-09-29T22:08:15.000Z | 2022-03-23T05:35:43.000Z | Maths/Utilities/RequAmul256divQ-BFRDIV.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-21T12:35:42.000Z | 2022-01-21T17:47:24.000Z | Maths/Utilities/RequAmul256divQ-BFRDIV.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-15T10:13:49.000Z | 2022-01-15T10:13:49.000Z | ;;;LL28:
;;; ld c,a ;
;;; ld a,(varQ) ;
;;; ld b,a ;
;;; ld a,c ; Get varQ into b and retain c
;;;RequAmul256divB: ;
;;;LL28Breg:
;;;; "BFRDIV R = (A * 256 / Q) byte from... | 26.919708 | 96 | 0.4859 |
825a54bc2dd2685b9be1c2b0e0f25fbc5dd31da7 | 13,463 | asm | Assembly | exampl01/generic/generic.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl01/generic/generic.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl01/generic/generic.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | ; #########################################################################
;
; GENERIC.ASM is a roadmap around a standard 32 bit
; windows application skeleton written in MASM32.
;
; #########################################################################
; Assembler specific inst... | 40.068452 | 75 | 0.490901 |
71a53cc81065bba4c4aa1c924c8669abfecabaeb | 19,050 | asm | Assembly | kernel2.asm | fernandesbarreto/bootloader_asm | b62519cd840b325b2402d2e7cbc99df2cd53041e | [
"MIT"
] | 1 | 2022-03-21T03:45:36.000Z | 2022-03-21T03:45:36.000Z | kernel2.asm | mallocaholic/bootloader_asm | 1ef38a5a3c7c82a1532429678c4a629098e5d696 | [
"MIT"
] | null | null | null | kernel2.asm | mallocaholic/bootloader_asm | 1ef38a5a3c7c82a1532429678c4a629098e5d696 | [
"MIT"
] | 1 | 2022-03-04T22:19:31.000Z | 2022-03-04T22:19:31.000Z | org 0x8600
jmp 0x0000:start
letraJ db 'J', 0
letraB db 'B', 0
letraF db 'F', 0
letraG db 'G', 0
letraH db 'H', 0
strBuy db 'Buy', 0
strCAC db 'CAC', 0
strAll db 'All', 0
strCCEN db 'CCEN', 0
strCCS db 'CCS', 0
printString:
lodsb
mov ah, 0xe
mov bh, 0
mov bl, 0xf
int 10h
cmp al, 0
jne printString
ret
... | 14.801865 | 105 | 0.58231 |
b06c83ffc69c96d4d8e90282999231388ddcb8a7 | 512 | asm | Assembly | programs/oeis/284/A284624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/284/A284624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/284/A284624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A284624: Positions of 1 in A284749.
; 2,5,9,12,16,20,23,27,30,34,38,41,45,49,52,56,59,63,67,70,74,77,81,85,88,92,96,99,103,106,110,114,117,121,125,128,132,135,139,143,146,150,153,157,161,164,168,172,175,179,182,186,190,193,197,200,204,208,211,215,219,222,226,229,233,237,240,244,248,251,255,258,262,266,269,273,276,280... | 73.142857 | 370 | 0.677734 |
a1873c17aa19bee5955aaa54f94f076556506bb5 | 1,159 | asm | Assembly | programs/oeis/164/A164482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/164/A164482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/164/A164482.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A164482: Number of binary strings of length n with no substrings equal to 0001, 0110, or 1110.
; 1,2,4,8,13,20,29,41,57,78,106,143,192,257,343,457,608,808,1073,1424,1889,2505,3321,4402,5834,7731,10244,13573,17983,23825,31564,41816,55397,73388,97221,128793,170617,226022,299418,396647,525448,696073,922103,1221529,16181... | 96.583333 | 836 | 0.814495 |
16da4003e77cfe7e55b4d327bb4df805752f60f1 | 493 | asm | Assembly | oeis/025/A025492.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/025/A025492.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/025/A025492.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A025492: Fixed point reached by iterating the Kempner function A002034 starting at n.
; Submitted by Christian Krause
; 1,2,3,4,5,3,7,4,3,5,11,4,13,7,5,3,17,3,19,5,7,11,23,4,5,13,3,7,29,5,31,4,11,17,7,3,37,19,13,5,41,7,43,11,3,23,47,3,7,5,17,13,53,3,11,7,19,29,59,5,61,31,7,4,13,11,67,17,23,7,71,3,73,37,5,19,11,13,79,... | 49.3 | 255 | 0.6714 |
b1ae87ed99bd1dee20b6e8c28d281b5887153358 | 565 | asm | Assembly | oeis/034/A034478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/034/A034478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/034/A034478.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A034478: a(n) = (5^n + 1)/2.
; 1,3,13,63,313,1563,7813,39063,195313,976563,4882813,24414063,122070313,610351563,3051757813,15258789063,76293945313,381469726563,1907348632813,9536743164063,47683715820313,238418579101563,1192092895507813,5960464477539063,29802322387695313,149011611938476563,745058059692382813,372529029... | 62.777778 | 485 | 0.860177 |
8a8b133555020fc6d94b0605a106687a6d6d9e6a | 987 | asm | Assembly | vbox/src/VBox/VMM/VMMRC/VMMRC0.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/VMM/VMMRC/VMMRC0.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | vbox/src/VBox/VMM/VMMRC/VMMRC0.asm | Nurzamal/rest_api_docker | a9cc01dfc235467d490d9663755b33ef6990bdd8 | [
"MIT"
] | null | null | null | ; $Id: VMMRC0.asm 69221 2017-10-24 15:07:46Z vboxsync $
;; @file
; VMMRC0 - The first object module in the link.
;
;
; Copyright (C) 2006-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistrib... | 24.073171 | 71 | 0.764944 |
0b551a4607bb7117394426280cf709dcdf558640 | 7,147 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_1684.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_1684.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca.log_21829_1684.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 %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1ab07, %rsi
lea addresses_A_ht+0x13e65, %rdi
nop
nop
nop
nop
nop
lfence
mov $76, %rcx
rep movsl
nop
xor $27655, %rdx
lea addresses_WC_ht+0x6307, %rsi
lea addresses_UC_ht+0xc1... | 38.015957 | 2,999 | 0.659857 |
511b2adf22d5df545f4094421e6947241115ca27 | 676 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_ceil.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_ceil.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_ceil.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; double ceil(double x)
SECTION code_clib
SECTION code_fp_math48
PUBLIC am48_ceil
EXTERN am48_modf, am48_dconst_1, am48_dadd
am48_ceil:
; Return smallest integer not less than x.
;
; enter : AC' = double x
;
; exit : AC' = ceil(x)
;
; notes : ceil(-3.7) = -3
; ceil( 3.7) = 4
;... | 17.333333 | 55 | 0.494083 |
1a62eeed575973054f75b95832fd921d6962bcc6 | 7,012 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x85a3, %rax
nop
nop
nop
nop
xor $42045, %r12
movw $0x6162, (%rax)
nop
nop
nop
nop
nop
add $33419, %rbx
lea addresses_UC_ht+0x3543, %rsi
lea addresses_normal_ht+0xc843, %rdi
clflush (%r... | 37.902703 | 2,999 | 0.657159 |
95472098d4b4cbb0e4d52226a688e2082ccc61b3 | 5,074 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1768.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_1768.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_1768.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x16194, %rdi
nop
nop
nop
nop
cmp %r14, %r14
movups (%rdi), %xmm6
vpextrq $0, %xmm6, %r12
nop
nop
nop
nop
inc %r10
lea addresses_A_ht+0x13744, %rsi
lea addresses_A_ht+0x668e, %rdi
nop
nop
nop
nop... | 41.590164 | 2,999 | 0.657075 |
bb0e52c7533f18df44a5afd343de918724fbbd9e | 2,354 | asm | Assembly | arch/avr/ATMega32/iccavr/port_s.asm | rceet/TencentOS-tiny | 1830420984f21e7dfced30dcb6e8f9ef146f0226 | [
"Apache-2.0"
] | 5,547 | 2019-09-18T02:20:53.000Z | 2021-08-25T10:29:54.000Z | arch/avr/ATMega32/iccavr/port_s.asm | rceet/TencentOS-tiny | 1830420984f21e7dfced30dcb6e8f9ef146f0226 | [
"Apache-2.0"
] | 103 | 2019-09-19T13:16:09.000Z | 2021-08-04T03:51:19.000Z | arch/avr/ATMega32/iccavr/port_s.asm | rceet/TencentOS-tiny | 1830420984f21e7dfced30dcb6e8f9ef146f0226 | [
"Apache-2.0"
] | 1,445 | 2019-09-18T04:38:19.000Z | 2021-08-25T09:17:30.000Z | #include <iom32.h>
RSEG CODE
EXTERN k_curr_task
EXTERN k_next_task
PUBLIC port_int_disable
PUBLIC port_int_enable
PUBLIC port_cpsr_save
PUBLIC port_cpsr_restore
PUBLIC port_sched_start
PUBLIC port_irq_context_switch
PUBLIC port_context_switch
port_int_disable:
CLI
... | 14.898734 | 35 | 0.491504 |
8eb1242bb44b2caf8edaff6c32a72fa5bd38c6fd | 7,692 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1074.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_1074.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_1074.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 %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1d83d, %rdx
clflush (%rdx)
nop
nop
sub $24679, %rsi
mov $0x6162636465666768, %r11
movq %r11, %xmm5
movups %xmm5, (%rdx)
nop
nop
nop
nop
cmp %rdx, %rdx
lea addresses_WC_h... | 33.012876 | 2,999 | 0.659776 |
29d31f7916785b068abb62ca1e851efff0dc8d91 | 218,019 | asm | Assembly | project/win32kstub/amd64/6_0_6002_sp2_shadowssdt_sysenter.asm | rmusser01/windows-syscall-table | 6216a2559d714eb04bad278792a6544ab8f21d41 | [
"BSD-3-Clause"
] | 6 | 2018-01-18T02:30:27.000Z | 2020-01-11T03:42:33.000Z | project/win32kstub/amd64/6_0_6002_sp2_shadowssdt_sysenter.asm | stonedreamforest/windows-syscall-table | 6216a2559d714eb04bad278792a6544ab8f21d41 | [
"BSD-3-Clause"
] | null | null | null | project/win32kstub/amd64/6_0_6002_sp2_shadowssdt_sysenter.asm | stonedreamforest/windows-syscall-table | 6216a2559d714eb04bad278792a6544ab8f21d41 | [
"BSD-3-Clause"
] | 3 | 2017-12-29T07:50:35.000Z | 2020-10-15T09:28:54.000Z | ; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; shadowssdt asm stub for 6.0.6002-sp2-windows-vista amd64
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG64 __stdcall NtUserGetThreadState( ULONG64 arg_01 );
_6_0_6002_sp2_windows_vista_NtUserGetThreadState PROC STDCALL
mov r... | 20.093917 | 324 | 0.808278 |
83372ff900a96f8505f87eab44a11502023899bf | 328 | asm | Assembly | programs/oeis/166/A166446.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/166/A166446.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/166/A166446.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A166446: Period 12: repeat [1,1,1,1,0,0,-1,-1,-1,-1,0,0].
; 1,1,1,1,0,0,-1,-1,-1,-1,0,0,1,1,1,1,0,0,-1,-1,-1,-1,0,0,1,1,1,1,0,0,-1,-1,-1,-1,0,0,1,1,1,1,0,0,-1,-1,-1,-1,0,0,1,1,1,1,0,0,-1,-1,-1,-1,0,0,1,1,1,1,0,0,-1,-1,-1,-1,0,0,1,1,1,1,0,0
sub $0,3
mov $1,1
lpb $0
sub $0,1
trn $0,1
add $2,$1
sub $1,$2
lpe
mo... | 25.230769 | 181 | 0.466463 |
5011e5ab5b2015d90192db0bf64b38ade9419c54 | 45,122 | asm | Assembly | ps.asm | joeofportland/project4final | 4140c7c9293205eb6dcdadb5c8ed537e8e5c2f59 | [
"MIT-0"
] | null | null | null | ps.asm | joeofportland/project4final | 4140c7c9293205eb6dcdadb5c8ed537e8e5c2f59 | [
"MIT-0"
] | null | null | null | ps.asm | joeofportland/project4final | 4140c7c9293205eb6dcdadb5c8ed537e8e5c2f59 | [
"MIT-0"
] | null | null | null |
_ps: file format elf32-i386
Disassembly of section .text:
00000000 <printTableEntry>:
#define MAX 10
void
printTableEntry(struct uproc* t)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 push %esi
5... | 34.08006 | 104 | 0.43194 |
a414bb4dde298a45f946ff531384cba5724e00fa | 46,707 | asm | Assembly | ln.asm | ehsansalimian/xv6_changed | f8bf5acd82f1b951dde9ee891a4eb5713ed5751e | [
"MIT-0"
] | null | null | null | ln.asm | ehsansalimian/xv6_changed | f8bf5acd82f1b951dde9ee891a4eb5713ed5751e | [
"MIT-0"
] | null | null | null | ln.asm | ehsansalimian/xv6_changed | f8bf5acd82f1b951dde9ee891a4eb5713ed5751e | [
"MIT-0"
] | null | null | null |
_ln: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
4: 83 e4 f0 and $0xff... | 28.532071 | 60 | 0.423513 |
16f98fc38455bebbdde26c4e040ed0f99c336a5a | 168,731 | asm | Assembly | JOSSimulation/obj/kern/kernel.asm | marcus-deans/duke-operatingsystems | f37997402a4a1c4f9b69076addc27cecedddceeb | [
"MIT"
] | null | null | null | JOSSimulation/obj/kern/kernel.asm | marcus-deans/duke-operatingsystems | f37997402a4a1c4f9b69076addc27cecedddceeb | [
"MIT"
] | null | null | null | JOSSimulation/obj/kern/kernel.asm | marcus-deans/duke-operatingsystems | f37997402a4a1c4f9b69076addc27cecedddceeb | [
"MIT"
] | null | null | null |
obj/kern/kernel: file format elf32-i386
Disassembly of section .text:
00400000 <_start-0xc>:
.globl _start
_start = entry
.globl entry
entry:
movw $0x1234,0x472 # warm boot
400000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
400006: 00 00 add %al,(%eax)
400008: fe 4f 52 ... | 41.043785 | 92 | 0.481553 |
f9950ff54a97b247dcc8e7ad0cf7bc791690018f | 711 | asm | Assembly | PRG/objects/3-2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/3-2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/objects/3-2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | .byte $01 ; Unknown purpose
.byte OBJ_AUTOSCROLL, $00, $60
.byte OBJ_CHARGINGCHEEPCHEEP, $00, $19
.byte OBJ_WOODENPLATFORMFALL, $0B, $11
.byte OBJ_WOODENPLATFORMFALL, $0F, $17
.byte OBJ_WOODENPLATUNSTABLE, $1B, $15
.byte OBJ_FLYINGREDPARATROOPA, $2F, $13
.byte OBJ_CHEEPCHEEPHOPPER, $37, $19
.byte OBJ_CHEEPCHE... | 33.857143 | 40 | 0.735584 |
e4bbd55a8fd32e55ef5ba7705be0762a878ba09f | 552 | asm | Assembly | libsrc/spectrum/diagnostic/zx_betadisk.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/diagnostic/zx_betadisk.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/spectrum/diagnostic/zx_betadisk.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; ZX Spectrum specific routines
;
; int zx_betadisk();
;
; The result is:
; - 0 (false) if the Beta 128 Disk Interface is missing
; - 1 (true) if the Beta 128 Disk Interface is connected
;
; It has the side effect of enabling the TRDOS System variables
;
;
; $Id: zx_betadisk.asm,v 1.3 2016/06/10 20:02:05 dom Exp $
;
... | 17.25 | 63 | 0.719203 |
b565f448d57093f09e70a41b4cc7327761980236 | 12,069 | asm | Assembly | Games/banchorce/source/tiles.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2019-03-31T11:49:12.000Z | 2019-03-31T11:49:12.000Z | Games/banchorce/source/tiles.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | null | null | null | Games/banchorce/source/tiles.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2020-03-09T13:21:19.000Z | 2020-03-09T13:21:19.000Z | ;---------------------------------------------------------------;
; ;
; Banchor ;
; Tile equates ;
; ... | 45.37218 | 65 | 0.301351 |
ef7da4dabca4dd04e95cce8153b89cf0eeda6ce8 | 411 | asm | Assembly | Include/IOName_MMC3.asm | absindx/NES-RamEdit | bd686399c2509775da9a79d741ce22ba36992ec3 | [
"MIT"
] | null | null | null | Include/IOName_MMC3.asm | absindx/NES-RamEdit | bd686399c2509775da9a79d741ce22ba36992ec3 | [
"MIT"
] | null | null | null | Include/IOName_MMC3.asm | absindx/NES-RamEdit | bd686399c2509775da9a79d741ce22ba36992ec3 | [
"MIT"
] | null | null | null | ;--------------------------------------------------
; IO name - MMC3
;--------------------------------------------------
IO_MMC3_BankSelect = $8000 ; [Reg0]
IO_MMC3_BankData = $8001 ; [Reg1]
IO_MMC3_Mirroring = $A000 ; [Reg2]
IO_MMC3_RAMProtect = $A001 ; [Reg3]
IO_MMC3_IRQLatch = $C000 ; [Reg4]
IO_MMC3_IRQReload ... | 31.615385 | 51 | 0.513382 |
1421f31c2a89c21a4c70852de270a0ba4d5eab78 | 831 | asm | Assembly | oeis/081/A081495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/081/A081495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/081/A081495.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A081495: Start with Pascal's triangle; form a rhombus by sliding down n steps from top on both sides then sliding down inwards to complete the rhombus and then deleting the inner numbers; a(n) = sum of entries on perimeter of rhombus.
; 1,5,17,55,189,681,2519,9451,35765,136153,520695,1998745,7696467,29716025,11500094... | 92.333333 | 491 | 0.835138 |
61fbc936817943ab1338ee5f9d8eddbd7ab8de81 | 640 | asm | Assembly | programs/oeis/310/A310370.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/310/A310370.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/310/A310370.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A310370: Coordination sequence Gal.5.109.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,4,10,14,18,22,26,32,36,40,46,50,54,58,62,68,72,76,82,86,90,94,98,104,108,112,118,122,126,130,134,140,144,148,154,158,162,166,170,176,180,1... | 22.068966 | 177 | 0.6 |
6113fa0e9e12b0b454431f7804a2993f0fa70e40 | 724 | asm | Assembly | programs/oeis/175/A175851.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/175/A175851.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/175/A175851.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A175851: a(n) = 1 for noncomposite n, a(n) = n - previousprime(n) + 1 for composite n.
; 1,1,1,2,1,2,1,2,3,4,1,2,1,2,3,4,1,2,1,2,3,4,1,2,3,4,5,6,1,2,1,2,3,4,5,6,1,2,3,4,1,2,1,2,3,4,1,2,3,4,5,6,1,2,3,4,5,6,1,2,1,2,3,4,5,6,1,2,3,4,1,2,1,2,3,4,5,6,1,2,3,4,1,2,3,4,5,6,1,2,3,4,5,6,7,8,1,2,3,4,1,2,1,2,3,4,1,2,1,2,3,4,1,2,3... | 55.692308 | 515 | 0.526243 |
2d953d90ec9ef8920acaef467c8eaddbd245b1d2 | 158,145 | asm | Assembly | trunk/plf/bx2400/bootloader/boot_ram_download/boot_ram_download.asm | HESUPING/JmeshBLE-StaticLib | cf0900f004026c7e2e3448ffde07e21d4af8e387 | [
"Apache-2.0"
] | null | null | null | trunk/plf/bx2400/bootloader/boot_ram_download/boot_ram_download.asm | HESUPING/JmeshBLE-StaticLib | cf0900f004026c7e2e3448ffde07e21d4af8e387 | [
"Apache-2.0"
] | null | null | null | trunk/plf/bx2400/bootloader/boot_ram_download/boot_ram_download.asm | HESUPING/JmeshBLE-StaticLib | cf0900f004026c7e2e3448ffde07e21d4af8e387 | [
"Apache-2.0"
] | 3 | 2019-08-27T17:11:42.000Z | 2021-02-04T06:38:35.000Z |
========================================================================
** ELF Header Information
File Name: .\Objects\boot_ram_download.axf
Machine class: ELFCLASS32 (32-bit)
Data encoding: ELFDATA2LSB (Little endian)
Header version: EV_CURRENT (Current version)
Operating System ABI: none
... | 58.056167 | 980 | 0.451029 |
fb316fb40d3abdbef2784a65c8af75a4596cbdc4 | 9,932 | asm | Assembly | ZX-Spectrum/l_lamps/library.asm | peroff/8-Bit-Tea-Party | 374d486a9712a7d6286d8080c1e98e28b1c5e066 | [
"MIT"
] | 13 | 2018-08-01T20:29:20.000Z | 2021-09-03T21:49:25.000Z | ZX-Spectrum/l_lamps/library.asm | peroff/8-Bit-Tea-Party | 374d486a9712a7d6286d8080c1e98e28b1c5e066 | [
"MIT"
] | 3 | 2019-09-18T21:13:41.000Z | 2021-10-10T13:45:17.000Z | ZX-Spectrum/l_lamps/library.asm | peroff/8-Bit-Tea-Party | 374d486a9712a7d6286d8080c1e98e28b1c5e066 | [
"MIT"
] | 4 | 2019-09-18T20:25:37.000Z | 2021-08-19T10:17:46.000Z | ;OUR LIBRARY FUNCTIONS FOR PROJECTS.
;ALL FUNCTIONS IN ONE PLACE FOR NOW.
;EVERY FUNCTION MUST HAVE DISCRIPTION WITH
;PARAMETERS AND DATA ON EXIT.
;FULL LIST IN ALPHABET ORDER:
;CLEAR SCREEN
;
;SOME GLOBAL CONSTANTS, ADD LATER
;CLEAR SCREEN FUNCTION.
;D - BYTE FOR FILL SCREEN.
;E - BYTE FOR FILL ATTRIBUTES.
CLEAR_S... | 23.93253 | 42 | 0.485501 |
b14a38181537c6de456c9c4f6e6a1bce998aa744 | 2,058 | asm | Assembly | Games/Cellar TI 84 CE/sqrt.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2019-03-31T11:49:12.000Z | 2019-03-31T11:49:12.000Z | Games/Cellar TI 84 CE/sqrt.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | null | null | null | Games/Cellar TI 84 CE/sqrt.asm | CiaranGruber/Ti-84-Calculator | 96742a4a2b9e21aa9d675575dc7e4f26365430c0 | [
"MIT"
] | 1 | 2020-03-09T13:21:19.000Z | 2020-03-09T13:21:19.000Z | .assume ADL=1
XDEF _square_root_fast
XREF _temp
XREF _square_root_table
; Square root table lookup algorithm : check if either of the top 2 bits is set.
; If so, look up using the top 10 bits in a 256-1023 table which is already shifted.
; If not, shift left 2 bits (i.... | 30.264706 | 86 | 0.468416 |
9ccb9b08f968397c12f3e3f08b3d4a70bd63cf5a | 293 | asm | Assembly | programs/oeis/195/A195037.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/195/A195037.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195037.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A195037: 17 times triangular numbers.
; 0,17,51,102,170,255,357,476,612,765,935,1122,1326,1547,1785,2040,2312,2601,2907,3230,3570,3927,4301,4692,5100,5525,5967,6426,6902,7395,7905,8432,8976,9537,10115,10710,11322,11951,12597,13260,13940,14637,15351,16082,16830
sub $1,$0
bin $1,2
mul $1,17
| 41.857143 | 222 | 0.761092 |
50e267bfe23737711fe405a8a28fa3fcd781cda2 | 1,223 | asm | Assembly | tests/asm/br.asm | benjaminselfridge/lc3b | 12d2cf93799d98ae6b927d93456b0939ba25a6d6 | [
"BSD-3-Clause"
] | 5 | 2019-11-27T06:50:14.000Z | 2021-08-30T23:51:45.000Z | tests/asm/br.asm | benjaminselfridge/lc3b | 12d2cf93799d98ae6b927d93456b0939ba25a6d6 | [
"BSD-3-Clause"
] | null | null | null | tests/asm/br.asm | benjaminselfridge/lc3b | 12d2cf93799d98ae6b927d93456b0939ba25a6d6 | [
"BSD-3-Clause"
] | null | null | null | 0x3400
;; 1) test unconditional branch.
START: BR LBR ;0x3400
BR DONE
;; 3) test branch zero.
LBRp: XOR R1 R1 R1
BRp DONE
BRn DONE
BRz LBRz
;; 6.1) test branch np.
LBRnz2: ADD R3 R3 -6
BRz DONE
BRnp LBRnp1 ... | 20.04918 | 48 | 0.459526 |
6142f22de3ecbcdf752ae998b38f85fa742d7e3c | 743 | asm | Assembly | oeis/145/A145720.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/145/A145720.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/145/A145720.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A145720: Numbers x such that there exists n in N with (x+1)^3-x^3=127*n^2.
; Submitted by Jamie Morken(s1)
; 6,13201,26799038,54402034953,110436104156566,224185237035795041,455095920746559777678,923844494930279312892313,1875403869612546258611618726,3807068931468973974702273122481,7728348055478147556099355827018718,15... | 39.105263 | 490 | 0.833109 |
f544f17c839467afd77a53424327e5a27bc14447 | 4,565 | asm | Assembly | programs/keyboard.asm | vladkorotnev/CompOS | 8289ce194031d9cfbeee499e23b16269835f1329 | [
"BSD-3-Clause"
] | 2 | 2015-08-19T15:59:40.000Z | 2015-09-01T19:21:42.000Z | programs/keyboard.asm | vladkorotnev/CompOS | 8289ce194031d9cfbeee499e23b16269835f1329 | [
"BSD-3-Clause"
] | null | null | null | programs/keyboard.asm | vladkorotnev/CompOS | 8289ce194031d9cfbeee499e23b16269835f1329 | [
"BSD-3-Clause"
] | null | null | null | ; ------------------------------------------------------------------
; Music keyboard -- Use the keyboard to play notes via the PC speaker
; Use Z key rightwards for an octave
; ------------------------------------------------------------------
BITS 16
%INCLUDE "mikedev.inc"
ORG 32768
start:
call o... | 13.505917 | 91 | 0.585323 |
60a6fdeceb918a782ceff6441d4895824a49c5fd | 610 | asm | Assembly | programs/oeis/031/A031390.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/031/A031390.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/031/A031390.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A031390: a(n) = prime(9*n - 3).
; 13,47,89,137,181,233,281,347,397,449,503,571,619,677,743,811,863,937,997,1051,1109,1187,1249,1303,1399,1453,1511,1579,1627,1709,1783,1867,1931,1999,2069,2131,2213,2281,2347,2399,2473,2557,2657,2699,2753,2833,2903,2971,3061,3163,3221,3307,3361,3457,3527,3581,3643,3719,3797,3877,3931,4... | 61 | 479 | 0.745902 |
45627e442b9afa04f15aed28b26a3a26a4b43521 | 571 | asm | Assembly | programs/oeis/169/A169078.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/169/A169078.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/169/A169078.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A169078: Number of reduced words of length n in Coxeter group on 17 generators S_i with relations (S_i)^2 = (S_i S_j)^25 = I.
; 1,17,272,4352,69632,1114112,17825792,285212672,4563402752,73014444032,1168231104512,18691697672192,299067162755072,4785074604081152,76561193665298432,1224979098644774912,19599665578316398592... | 57.1 | 192 | 0.793345 |
510e6d6c49c401b80ece4d18142f7be81b666ede | 364 | asm | Assembly | programs/oeis/154/A154244.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/154/A154244.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/154/A154244.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A154244: a(n) = 6*a(n-1) - 2*a(n-2) for n>1; a(1)=1, a(2)=6.
; 1,6,34,192,1084,6120,34552,195072,1101328,6217824,35104288,198190080,1118931904,6317211264,35665403776,201358000128,1136817193216,6418187159040,36235488567808,204576557088768,1154988365396992,6520777078204416
mov $1,1
mov $2,1
lpb $0,1
sub $0,1
add $... | 28 | 210 | 0.708791 |
49a1137f64ac6f8cd2791f0245f665f0d76fa461 | 1,818 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_42_2081.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_42_2081.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_42_2081.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x18c5d, %rsi
lea addresses_WC_ht+0x5e5d, %rdi
clflush (%rdi)
nop
nop
nop
and %r9, %r9
mov $76, %rcx
rep movsq
cmp $21098, %rdi
lea addresses_A_ht+0x16ccd, %r9
nop
nop
nop
and $51205... | 20.659091 | 153 | 0.656766 |
bfd0acaac70283da89de0899f5fbfd3e53e3e9de | 312 | asm | Assembly | libsrc/_DEVELOPMENT/z80/c/sdcc_iy/im2_create_generic_isr.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/z80/c/sdcc_iy/im2_create_generic_isr.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/z80/c/sdcc_iy/im2_create_generic_isr.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
; void *im2_create_generic_isr(uint8_t num_callback, void *address)
SECTION code_clib
SECTION code_z80
PUBLIC _im2_create_generic_isr
EXTERN l0_im2_create_generic_isr_callee
_im2_create_generic_isr:
pop af
pop hl
pop de
push de
push hl
push af
jp l0_im2_create_generic_isr_callee
| 14.181818 | 67 | 0.782051 |
f1324d3861a7bc1bf526b133167d73abce4e9666 | 804 | asm | Assembly | oeis/142/A142106.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142106.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142106.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142106: Primes congruent to 19 mod 36.
; Submitted by Jon Maiga
; 19,127,163,199,271,307,379,487,523,631,739,811,883,919,991,1063,1171,1279,1423,1459,1531,1567,1747,1783,1999,2143,2179,2251,2287,2467,2503,2539,2647,2683,2719,2791,2971,3079,3187,3259,3331,3511,3547,3583,3691,3727,3907,3943,4051,4159,4231,4339,4447,44... | 34.956522 | 485 | 0.712687 |
e0386a8a1271317eb5aade8a2e9f4b21780844da | 845 | asm | Assembly | oeis/164/A164407.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/164/A164407.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/164/A164407.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A164407: Number of binary strings of length n with no substrings equal to 0000 0001 or 0010
; Submitted by Jon Maiga
; 13,23,40,71,124,218,382,671,1177,2066,3625,6362,11164,19592,34381,60335,105880,185807,326068,572210,1004158,1762175,3092401,5426786,9523345,16712306,29328052,51467144,90318541,158497991,278144584,488... | 31.296296 | 493 | 0.75503 |
b0555a4c8734044346fc71f696aafa189fe666d4 | 46,148 | asm | Assembly | Project/NinjasVF.asm | Opty1337/CAI | 3cadb7247b82ad6c2c05a9ce0f154746cf2a99c4 | [
"MIT"
] | null | null | null | Project/NinjasVF.asm | Opty1337/CAI | 3cadb7247b82ad6c2c05a9ce0f154746cf2a99c4 | [
"MIT"
] | null | null | null | Project/NinjasVF.asm | Opty1337/CAI | 3cadb7247b82ad6c2c05a9ce0f154746cf2a99c4 | [
"MIT"
] | null | null | null | ;CONSTANTES
POUT1 EQU 0A000H ; Endereco do POUT1
POUT2 EQU 0C000H ; Endereco do POUT2
PIN EQU 0E000H ; Endereco do PIN
SCREEN EQU 8000H ; Endereco do PixelScreen
FIM_SCREEN EQU 8080H ; Fim do endereco do PixelScreen
ON EQU 11H ; Simboliza 'ON'
OFF EQU 00H ; Simboli... | 25.482054 | 101 | 0.462642 |
04240bfce17bdad3e5c86315298b45feeacfc214 | 150 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/nearbyint_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/nearbyint_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/nearbyint_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC _nearbyint_fastcall
EXTERN cm48_sdccix_nearbyint_fastcall
defc _nearbyint_fastcall = cm48_sdccix_nearbyint_fastcall
| 16.666667 | 57 | 0.9 |
ca1bcc9a2655c605c00cbd06ca128cc27b20de4b | 205 | asm | Assembly | smsq/qpc/ip/version.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/qpc/ip/version.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/qpc/ip/version.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; IP Version
section version
xdef ip_vmess
xdef ip_vmend
xdef ip_vers
; V1.00 Initial version
ip_vers equ '1.00'
ip_vmess
dc.w 'QPC IP devices V'
dc.l ip_vers
dc.b ' ',$a
ip_vmend
ds.w 0
end
| 10.789474 | 24 | 0.692683 |
00e4aa4a3a89921e1d66074186b6c44a9002b3b9 | 345 | asm | Assembly | programs/oeis/010/A010130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/010/A010130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/010/A010130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A010130: Continued fraction for sqrt(32).
; 5,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1,10,1,1,1
dif $0,2
sub $0,1
mod $0,2
mul $0,11
add $0,2
pow... | 28.75 | 225 | 0.576812 |
022e10034236817dc4a2875b547f90486dd9e053 | 2,030 | asm | Assembly | programs/oeis/208/A208902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/208/A208902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/208/A208902.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A208902: The sum over all bitstrings b of length n of the number of runs in b not immediately followed by a longer run.
; 2,6,14,34,78,182,414,942,2110,4702,10366,22718,49406,106878,229886,492286,1049598,2229758,4720638,9964542,20975614,44046334,92282878,192950270,402669566,838885374,1744863230,3623927806,7516258302,... | 135.333333 | 1,797 | 0.907389 |
80c4320710e3095184ce5e2a12bb08cdcd14eb63 | 2,436 | asm | Assembly | asm/hw3.asm | tclendo/tiny_vm | 87c55f66a3531b7cfe71d3ab5f06a573f932b4cd | [
"CC-BY-3.0"
] | null | null | null | asm/hw3.asm | tclendo/tiny_vm | 87c55f66a3531b7cfe71d3ab5f06a573f932b4cd | [
"CC-BY-3.0"
] | null | null | null | asm/hw3.asm | tclendo/tiny_vm | 87c55f66a3531b7cfe71d3ab5f06a573f932b4cd | [
"CC-BY-3.0"
] | null | null | null | .class hw3:Obj
.method $constructor
.local x,y,temp,z,done
enter
load x
const 5
load x
const 5
store x
load y
const "hello!"
load y
const "hello!"
store y
jump labelwhilecmp0
labelwhilebody1:
load temp
const 3
load temp
const 3
store temp
jump labe... | 16.684932 | 33 | 0.644089 |
f55bd62a5b4d457527805ec76d2545e29c4f6234 | 711 | asm | Assembly | oeis/014/A014818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/014/A014818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/014/A014818.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A014818: a(n) is the sum over all floor(k^3/n), k=0 to n inclusive.
; 1,4,11,24,43,71,109,160,222,298,391,502,631,781,953,1150,1369,1617,1891,2196,2531,2899,3301,3740,4215,4726,5283,5874,6511,7193,7921,8700,9521,10396,11323,12306,13339,14431,15581,16792,18061,19394,20791,22254,23784,25381,27049,28790,30604,32490,3445... | 39.5 | 495 | 0.728551 |
990d3528f993045740bef85ea1fd3ae53d896f43 | 3,884 | asm | Assembly | main/hram.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 53 | 2017-08-25T01:27:33.000Z | 2021-08-30T19:55:57.000Z | main/hram.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 6 | 2017-08-24T19:40:33.000Z | 2018-05-14T19:37:34.000Z | main/hram.asm | ISSOtm/Aevilia-GB | 9b4e233bac6fbf175ca9ae7e4c0a8f16c8222275 | [
"Apache-2.0"
] | 10 | 2017-08-24T18:37:35.000Z | 2019-10-02T04:35:39.000Z |
SECTION "QuickRAM", HRAM
; Check the CONSOLE_* constants for the types.
hConsoleType::
ds 1
hCurRAMBank::
ds 1
hCurROMBank::
ds 1
; Flags for graphics
; If bit 7 is non-zero, will trigger the compensation for GBA screens
; If bit 6 is non-zero, palettes will not be committed to the screen when lo... | 23.539394 | 143 | 0.71447 |
a8142eb239add04f2384e2d8208b6a6e0414a884 | 1,631 | asm | Assembly | examples/asm/fsm_9.asm | ptorru/reticle | b46d960201e75f4c15b87c143ebabf9149ff67c0 | [
"Apache-2.0"
] | 35 | 2020-06-19T13:51:33.000Z | 2022-03-14T17:37:09.000Z | examples/asm/fsm_9.asm | ptorru/reticle | b46d960201e75f4c15b87c143ebabf9149ff67c0 | [
"Apache-2.0"
] | null | null | null | examples/asm/fsm_9.asm | ptorru/reticle | b46d960201e75f4c15b87c143ebabf9149ff67c0 | [
"Apache-2.0"
] | 4 | 2021-05-08T20:04:30.000Z | 2021-08-31T17:33:04.000Z | def main(i0:bool, i1:bool, i2:bool, i3:bool, i4:bool, i5:bool, i6:bool, i7:bool, i8:bool) -> (y:i4) {
t37:i4 = lmuxrega_i4(t27, t0, t35, t9) @lut(??, ??);
t9:bool = const[1];
t27:bool = land_bool(t18, i8) @lut(??, ??);
t0:i4 = const[0];
t35:i4 = lmux_i4(t26, t8, t34) @lut(??, ??);
t18:bool = leq... | 40.775 | 101 | 0.485592 |
ebac238bef169d24b04fcbe3dac29e1ce2cd9dcf | 281 | asm | Assembly | Assembly/Estrutura_Basica.asm | carlosvilela/Testes-C- | b6be1d94569027d0b5d6e8aa227e279a7cb16937 | [
"MIT"
] | null | null | null | Assembly/Estrutura_Basica.asm | carlosvilela/Testes-C- | b6be1d94569027d0b5d6e8aa227e279a7cb16937 | [
"MIT"
] | null | null | null | Assembly/Estrutura_Basica.asm | carlosvilela/Testes-C- | b6be1d94569027d0b5d6e8aa227e279a7cb16937 | [
"MIT"
] | null | null | null | ;http://kipirvine.com/asm/gettingStartedVS2013/index.htm
; AddTwo.asm - adds two 32-bit integers.
; Chapter 3 example
.386
.model flat,stdcall
.stack 4096
ExitProcess proto,dwExitCode:dword
.code
main proc
mov eax,5
add eax,6
;invoke ExitProcess,0
main endp
end main
| 15.611111 | 56 | 0.743772 |
7c78247b3b7bbf951c0a54aa432e7ade42c05fcc | 10,217 | asm | Assembly | juandiegotor.asm | EIA-University/MultitaskingArduino | d088e4447f228a3424e3ce07c5db4ab01e2c210b | [
"MIT"
] | null | null | null | juandiegotor.asm | EIA-University/MultitaskingArduino | d088e4447f228a3424e3ce07c5db4ab01e2c210b | [
"MIT"
] | null | null | null | juandiegotor.asm | EIA-University/MultitaskingArduino | d088e4447f228a3424e3ce07c5db4ab01e2c210b | [
"MIT"
] | null | null | null | ;based on the code by VINOD.S <vinodstanur@gmail.com> <http://blog.vinu.co.in>
;
;-->atmega328p
;author Juan Diego Torres Morales
;author Pablo Merizalde Maya
;AVR atmega328p
;codigo super hipermega comentado
.include "./m328Pdef.inc"
.cseg
;DEFINICIONES-----------------------------------------------------------------... | 22.805804 | 82 | 0.5668 |
a8519b65278fe6c87c466f2a240467cf6e3e53de | 1,868 | asm | Assembly | programs/oeis/264/A264619.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/264/A264619.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/264/A264619.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A264619: a(0) = 1; for n>0, working in binary, write n followed by 1 then n-reversed (including leading zeros); show result in base 10.
; 1,7,21,31,73,93,107,127,273,313,341,381,403,443,471,511,1057,1137,1193,1273,1317,1397,1453,1533,1571,1651,1707,1787,1831,1911,1967,2047,4161,4321,4433,4593,4681,4841,4953,5113,5189... | 64.413793 | 1,468 | 0.769807 |
00261e5cdf5107570ec69a3e673176fcaab98f89 | 648 | asm | Assembly | oeis/074/A074559.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/074/A074559.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/074/A074559.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A074559: a(n) = 3^n + 7^n + 9^n.
; Submitted by Jamie Morken(s1)
; 3,19,139,1099,9043,76099,649819,5608699,48818083,427793779,3769318699,33358563499,296271355123,2638756433059,23555020310779,210638707953499,1886253162468163,16909812342793939,151723049282330059,1362250614020626699,12237457728841325203,1099775350060559... | 46.285714 | 492 | 0.839506 |
6e891fb6f5608e86b971a3166e57f0620464aee3 | 342 | asm | Assembly | examples/test2.asm | takenobu-hs/processor-creative-kit | fa1f1e4ce2d1b1e670e0fd3a7a0ff7dab56f5f4b | [
"BSD-3-Clause"
] | 5 | 2015-01-31T15:28:51.000Z | 2020-01-07T13:23:40.000Z | examples/test2.asm | takenobu-hs/processor-creative-kit | fa1f1e4ce2d1b1e670e0fd3a7a0ff7dab56f5f4b | [
"BSD-3-Clause"
] | 1 | 2015-02-05T20:25:46.000Z | 2015-02-06T12:47:30.000Z | examples/test2.asm | takenobu-hs/processor-creative-kit | fa1f1e4ce2d1b1e670e0fd3a7a0ff7dab56f5f4b | [
"BSD-3-Clause"
] | null | null | null | /*
* example2: if structure
* if (r0 == 0) {r1 = 10;}
* else {r1 = 20;}
*/
/* if (r0 == 0) */
mov r2, 0 # r2 = 0
cmp r0, r2 # flag = compare(r0, r2)
b eq, 3 # if (flag == eq) goto pc+3 (to then clause)
/* else clause */
mov r1, 20 # r1 = 20
jmp 2 # goto pc+2 (to halt)
/* then clause */
mov r1, ... | 16.285714 | 55 | 0.48538 |
cabeae8c6d109796e2f9db82f7e8990ccb89bcc8 | 260 | asm | Assembly | libsrc/math/genmath/dge.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/math/genmath/dge.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/math/genmath/dge.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ;
; Z88dk Generic Floating Point Math Library
;
; TOS >= FA
;
; $Id: dge.asm,v 1.3 2016/06/21 21:16:49 dom Exp $:
SECTION code_fp
PUBLIC dge
EXTERN dcompar
EXTERN f_yes
EXTERN f_no
.dge call dcompar
jp z,f_yes
jp p,f_no
jp f_yes
| 13 | 57 | 0.634615 |
df02c89c7d4712c0b8bd945d535d795f243f4333 | 162 | asm | Assembly | libsrc/stdio/conio/wherey.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/stdio/conio/wherey.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/stdio/conio/wherey.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | ; void wherey()
; 09.2017 stefano
SECTION code_clib
PUBLIC wherey
PUBLIC _wherey
EXTERN __console_y
.wherey
._wherey
ld a,(__console_y)
ld l,a
ld h,0
ret
| 9.529412 | 19 | 0.734568 |
6b8055471afab14dd2bf9af00fce082af1fd36c1 | 120 | asm | Assembly | methods/finishPawnTransaction.asm | caffeinum/pravda-contracts | 23b7cc52559f37aa76e50dae9a2590040c0b7246 | [
"Apache-2.0"
] | 3 | 2018-07-22T15:55:55.000Z | 2018-08-24T18:37:26.000Z | methods/finishPawnTransaction.asm | caffeinum/pravda.contracts | 23b7cc52559f37aa76e50dae9a2590040c0b7246 | [
"Apache-2.0"
] | null | null | null | methods/finishPawnTransaction.asm | caffeinum/pravda.contracts | 23b7cc52559f37aa76e50dae9a2590040c0b7246 | [
"Apache-2.0"
] | null | null | null | push 7
push "finishPawnTransaction"
push xF5AB1676D87235E4B5B1830C00A5BC783B9A58D2DC9AFE23D5FA387F1C80736E
push 2
pcall
| 20 | 70 | 0.908333 |
60bad652f441ff54ab2a70d7530a9361e27b7937 | 2,669 | asm | Assembly | stage2/start.asm | tkchia/biefircate | c940a4c23d170e5cc06e2b3c82b9c01947bf5253 | [
"BSD-3-Clause"
] | 24 | 2021-03-03T00:02:43.000Z | 2022-03-27T15:22:19.000Z | stage2/start.asm | tkchia/biefircate | c940a4c23d170e5cc06e2b3c82b9c01947bf5253 | [
"BSD-3-Clause"
] | 1 | 2021-08-15T15:21:02.000Z | 2021-08-16T14:44:05.000Z | stage2/start.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.
;... | 30.329545 | 74 | 0.753091 |
2bc7fa433300009d98c1ef83f8b2c5eb004e989c | 486 | asm | Assembly | oeis/019/A019770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/019/A019770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/019/A019770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A019770: Decimal expansion of 2*e/17.
; 3,1,9,7,9,7,8,6,2,1,7,1,6,5,2,3,8,0,6,3,0,6,2,2,0,5,5,4,5,3,2,5,4,4,1,1,5,0,0,8,5,2,5,9,9,2,5,8,8,1,8,7,7,3,5,2,5,5,2,5,6,0,3,2,6,1,6,5,6,0,7,4,1,5,9,2,4,0,8,9,3,4,7,8,9,8,6,1,3,8,6,5,0,0,1,9,5,7,9,6
add $0,1
mov $2,1
mov $3,$0
mul $3,5
lpb $3
mul $2,$3
add $1,$2
cmp $4,... | 17.357143 | 201 | 0.512346 |
860fc98ffe294819cf70a4f7b1c8f83a55294e0b | 1,608 | asm | Assembly | chap18/ex27/s2s_vscatterdps.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 374 | 2021-06-08T10:42:01.000Z | 2022-03-29T14:21:45.000Z | chap18/ex27/s2s_vscatterdps.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 1 | 2021-06-11T20:24:02.000Z | 2021-06-11T20:24:02.000Z | chap18/ex27/s2s_vscatterdps.asm | JamesType/optimization-manual | 61cdcebb16e0768a6ab7e85ed535e64e9d8cc31a | [
"0BSD"
] | 39 | 2021-06-08T11:25:29.000Z | 2022-03-05T05:14:17.000Z | ;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA... | 25.52381 | 79 | 0.713308 |
e75619df32911ef496eb05d582d39e829ec76e78 | 536 | asm | Assembly | oeis/109/A109040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/109/A109040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/109/A109040.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A109040: Expansion of 1-eta(q)eta(q^3)(eta(q^4)eta(q^6))^2/eta(q^12)^2 in powers of q.
; Submitted by Jon Maiga
; 1,1,1,1,-4,1,-6,1,1,-4,12,1,14,-6,-4,1,-16,1,-18,-4,-6,12,24,1,21,14,1,-6,-28,-4,-30,1,12,-16,24,1,38,-18,14,-4,-40,-6,-42,12,-4,24,48,1,43,21,-16,14,-52,1,-48,-6,-18,-28,60,-4,62,-30,-6,1,-56,12,-66,-16,... | 24.363636 | 245 | 0.531716 |
8660d2aba340f712d31eb61902a9d938998d75f5 | 4,112 | asm | Assembly | Lab6/Hex_display_part/Hex_display_part/main.asm | SeyisJohn/280 | 1002595a62d7b6603d54438b1f2e601bb9dff0b4 | [
"MIT"
] | null | null | null | Lab6/Hex_display_part/Hex_display_part/main.asm | SeyisJohn/280 | 1002595a62d7b6603d54438b1f2e601bb9dff0b4 | [
"MIT"
] | null | null | null | Lab6/Hex_display_part/Hex_display_part/main.asm | SeyisJohn/280 | 1002595a62d7b6603d54438b1f2e601bb9dff0b4 | [
"MIT"
] | null | null | null | ;***************************************************************************
;*
;* Title: Desgin Task 2
;* Author: Seyi Olajuyi & Bassel El Amine
;* Version: 1.0
;* Last updated: Oct 24, 2019
;*
;* DESCRIPTION:
;* The purpose of this code is to display the Hex to ASCII Characters read by PortD
;* This code s... | 34.554622 | 99 | 0.523346 |
5853188756033dca6f46560ec6f8eed40db9274b | 1,243 | asm | Assembly | programs/oeis/251/A251418.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/251/A251418.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/251/A251418.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A251418: Floor((n^2+7n-23)/14).
; -2,-2,-1,0,1,2,3,5,6,8,10,12,14,16,19,21,24,27,30,33,36,40,43,47,51,55,59,63,68,72,77,82,87,92,97,103,108,114,120,126,132,138,145,151,158,165,172,179,186,194,201,209,217,225,233,241,250,258,267,276,285,294,303,313,322,332,342,352,362,372,383,393,404,415,426,437,448,460,471,483,495,50... | 77.6875 | 1,094 | 0.738536 |
96f1c6a2cca9af13443020920220dbb63af80ab9 | 804 | asm | Assembly | programs/oeis/186/A186540.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/186/A186540.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/186/A186540.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A186540: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f(i)=i^2 and g(j)=-2+3j^2. Complement of A186539.
; 2,5,8,10,13,16,19,21,24,27,30,32,35,38,40,43,46,49,51,54,57,60,62,65,68,71,73,76,79,81,84,87,90,92,95,98,101,103,106,109,112,114,117,120,122,125,128,131,133,136,1... | 21.157895 | 282 | 0.573383 |
a1fb6dd4d9140c6563233c590e82b2b888bad5b0 | 784 | asm | Assembly | oeis/141/A141893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/141/A141893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/141/A141893.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A141893: Primes congruent to 11 mod 21.
; Submitted by Jon Maiga
; 11,53,137,179,263,347,389,431,557,599,641,683,809,977,1019,1061,1103,1187,1229,1439,1481,1523,1607,1733,1901,2027,2069,2111,2153,2237,2447,2531,2657,2699,2741,2909,3119,3203,3329,3371,3413,3539,3581,3623,3833,3917,4001,4127,4211,4253,4337,4421,4463,45... | 37.333333 | 485 | 0.718112 |
66ea333d38e3d34b8bba004fcd5d9a52a7372db6 | 7,308 | asm | Assembly | src/x86-64/drivers/storage/ide.asm | ohnx/ge | e1ea8dcc1a908aa4d45963a282ad40c82a71b0a8 | [
"BSD-2-Clause"
] | null | null | null | src/x86-64/drivers/storage/ide.asm | ohnx/ge | e1ea8dcc1a908aa4d45963a282ad40c82a71b0a8 | [
"BSD-2-Clause"
] | null | null | null | src/x86-64/drivers/storage/ide.asm | ohnx/ge | e1ea8dcc1a908aa4d45963a282ad40c82a71b0a8 | [
"BSD-2-Clause"
] | null | null | null | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2015 Return Infinity -- see LICENSE.TXT
;
; IDE Driver
; =============================================================================
; NOTE: ... | 28.435798 | 138 | 0.594554 |
cdebbe29607225bacab1067c96e492e9f98d70ef | 1,043 | asm | Assembly | programs/oeis/133/A133072.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/133/A133072.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/133/A133072.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A133072: a(n) = n^5 + n^3 - n^2.
; 0,1,36,261,1072,3225,7956,17101,33216,59697,100900,162261,250416,373321,540372,762525,1052416,1424481,1895076,2482597,3207600,4092921,5163796,6447981,7975872,9780625,11898276,14367861,17231536,20534697,24326100,28657981,33586176,39170241,45473572,52563525,60511536,69393241,79288596,... | 86.916667 | 929 | 0.846596 |
0034c400283cc0329119fe70df26afa6774d2311 | 1,349 | asm | Assembly | exercises/fasl6soal5.asm | amirshnll/assembly-exercises | 473d970bfa48655b51ca238f961e434700f21ced | [
"MIT"
] | 4 | 2019-11-17T02:35:34.000Z | 2022-01-08T10:30:29.000Z | exercises/fasl6soal5.asm | amirshnll/assembly-exercises | 473d970bfa48655b51ca238f961e434700f21ced | [
"MIT"
] | null | null | null | exercises/fasl6soal5.asm | amirshnll/assembly-exercises | 473d970bfa48655b51ca238f961e434700f21ced | [
"MIT"
] | null | null | null | ; multi-segment executable file template.
data segment
; add your data here!
pkey db 10, 13, "press any key...$"
msginput db "Enter A String... ", 10, 13, "$"
msgoutput db 10, 13, "String Length : $"
count db 0
outstring dw 50 dup(?)
... | 17.986667 | 61 | 0.483321 |
be09daa99e7c9d1aee68ff3167c4828c031b6cc9 | 466 | asm | Assembly | Bloc2/Micro/Project 5/projet_9.asm | MrGunnery/Helha | 553a73bd95bcda6c5fd329b76b39fde2df5bfd22 | [
"MIT"
] | 1 | 2018-02-07T12:18:52.000Z | 2018-02-07T12:18:52.000Z | Bloc2/Micro/Project 5/projet_9.asm | MrGunnery/Helha | 553a73bd95bcda6c5fd329b76b39fde2df5bfd22 | [
"MIT"
] | null | null | null | Bloc2/Micro/Project 5/projet_9.asm | MrGunnery/Helha | 553a73bd95bcda6c5fd329b76b39fde2df5bfd22 | [
"MIT"
] | null | null | null | md equ 10
mx equ 12
cpt equ 14
Hrep equ 15
Lrep equ 16
status equ 03
;**********Programation*************
Start movlw d'25'
movwf md
movlw d'12'
movwf mx
movlw d'8'
movwf cpt
movlw d'0'
movwf Hrep
movlw d'0'
movwf Lrep
multi rrf mx,1
btfsc status,0
goto add
s... | 12.944444 | 37 | 0.54721 |
fdbf8e2fd2771cd62b11c99c12867be56b434844 | 462 | asm | Assembly | programs/oeis/193/A193583.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/193/A193583.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/193/A193583.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A193583: Number of fixed points under iteration of sum of squares of digits in base b.
; 1,3,1,3,1,5,3,3,1,3,3,7,1,3,1,7,5,3,1,7,3,7,1,3,1,7,3,3,3,7,5,7,3,3,1,7,5,3,1,5,3,11,3,3,3,15,3,3,3,3,3,7,1,7,1,15,3,3,3,3,3,7,3,3,1,7,7,3,5,3,7,15,1,7,3,7,3,3,3,7,5,15,1,3,3,7,3,7,1,7,3,11,1,3,3,7,7,11,3,3
add $0,2
pow $0,2
sub... | 30.8 | 208 | 0.603896 |
3dbcfc3a5c9cc11462577b0a41e89a57c36e527e | 7,976 | asm | Assembly | 1998-fall/mp2/mp2.asm | ece291/machine-problems | 5f91f9f2ddceb7cda1e14c2973d83023a42d9929 | [
"RSA-MD"
] | 3 | 2016-07-16T04:33:49.000Z | 2021-07-13T16:18:17.000Z | 1998-fall/mp2/mp2.asm | ece291/machine-problems | 5f91f9f2ddceb7cda1e14c2973d83023a42d9929 | [
"RSA-MD"
] | null | null | null | 1998-fall/mp2/mp2.asm | ece291/machine-problems | 5f91f9f2ddceb7cda1e14c2973d83023a42d9929 | [
"RSA-MD"
] | null | null | null | TITLE ECE291:MP2-RSA - Your Name - Date
COMMENT % RSA Data Encryption.
For this MP, you will write an interactive program which uses
RSA encryption to encrypt and decrypt textual data.
ECE291: Machine Problem 2
Prof. John W. Lockwood
Guest Author: Brandon Tipp
... | 31.525692 | 82 | 0.538365 |
a14aa941fa20db2a6cfd4150efd2f2b384b03083 | 130 | asm | Assembly | tests/nasm/fxtract-zero.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 12,700 | 2015-01-04T15:03:42.000Z | 2022-03-31T06:43:06.000Z | tests/nasm/fxtract-zero.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 566 | 2015-01-01T18:16:40.000Z | 2022-03-31T19:59:10.000Z | tests/nasm/fxtract-zero.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 1,182 | 2015-01-05T09:20:48.000Z | 2022-03-31T12:16:52.000Z | global _start
section .data
align 16
%include "header.inc"
push 0
fild dword [esp]
fxtract
%include "footer.inc"
| 10 | 21 | 0.661538 |
e3e5bf8132a2ce293d40afdacf6c11e21808faa2 | 1,604 | asm | Assembly | iod/con2/ptr/vec.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ptr/vec.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/con2/ptr/vec.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; CON driver vectored routines table V1.04 2003 Marcel Kilgus
;
; 2003-05-13 1.01 added pt_size (wl)
; 2004-04-01 1.02 added pt_cursp (wl)
; 2006-01-04 1.03 added pt_bgctl (MK)
; 2013-04-28 1.04 added pt_cmmblk (wl)
section driver
xdef pv_table
xref pt_fspr
xref pt_sspr
xref.l pt.vers
xref pt_m... | 19.095238 | 80 | 0.647756 |
a1e6ed13bbc3bd665e0f6c1a5cdaadfb698b6660 | 1,420 | asm | Assembly | programs/oeis/138/A138451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/138/A138451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/138/A138451.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A138451: a(n) = (prime(n)^6-prime(n)^2)/60.
; 1,12,260,1960,29524,80444,402288,784092,2467256,9913708,14791712,42762084,79168376,105356020,179653552,369405972,703008836,858672844,1507639628,2135004648,2522237016,4051457488,5449006108,8283021384,13882866592,17692002340,19900871432,25012172340,27951668316,34699195664,6... | 142 | 1,292 | 0.889437 |
0bf946b1d31c08aa41d4669f6febbbf162e54bec | 8,794 | asm | Assembly | audio/music/lookrival.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | audio/music/lookrival.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | audio/music/lookrival.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | Music_LookRival:
channel_count 4
channel 1, Music_LookRival_Ch1
channel 2, Music_LookRival_Ch2
channel 3, Music_LookRival_Ch3
channel 4, Music_LookRival_Ch4
Music_LookRival_Ch1::
tempo 139
volume 7, 7
duty_cycle 3
vibrato 20, 2, 3
stereo_panning TRUE, FALSE
note_type 12, 12, 2
octave 3
note A_, 1
note... | 12.800582 | 37 | 0.643734 |
042f2537e8850fde488f7b0fc47fe5a3b3ee2c72 | 1,561 | asm | Assembly | src/i386/cpuid.asm | ajkhoury/CpuInfo | f9a8fc7ddf10afb326a12058ab2ced164ba6c9e3 | [
"BSD-2-Clause",
"Apache-2.0"
] | 9 | 2018-11-19T01:05:16.000Z | 2022-03-16T10:37:47.000Z | src/i386/cpuid.asm | ajkhoury/CpuInfo | f9a8fc7ddf10afb326a12058ab2ced164ba6c9e3 | [
"BSD-2-Clause",
"Apache-2.0"
] | null | null | null | src/i386/cpuid.asm | ajkhoury/CpuInfo | f9a8fc7ddf10afb326a12058ab2ced164ba6c9e3 | [
"BSD-2-Clause",
"Apache-2.0"
] | 3 | 2019-07-19T07:13:48.000Z | 2021-02-18T23:51:56.000Z | ;++
; CpuInfo
; Copyright (c) 2017-2018, Aidan Khoury. All rights reserved.
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless requi... | 26.016667 | 74 | 0.634209 |
55c87b59b865a3bf123fc23cc0af8a9134cb7fe2 | 681 | asm | Assembly | oeis/108/A108204.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/108/A108204.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/108/A108204.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A108204: a(n) = 2*(n-1)*a(n-1) -(n-1)*a(n-2) with a(0)=0, a(1)=1.
; Submitted by Christian Krause
; 0,1,2,6,30,216,2010,22824,305466,4704864,81938358,1591718520,34116485502,799695029808,20348556463482,558563850560184,16451687169853290,517516967826342336,17315898224208133494,614057030650618643736,230051650984635539255... | 42.5625 | 471 | 0.806167 |
0bd3ddf333bdc52bc116ecf65ad4e863899e9f43 | 3,278 | asm | Assembly | libs/screen.asm | kindjie/6502Assembly | 35b4968be3bdd26804a5d195557d1225497a0358 | [
"MIT"
] | 6 | 2017-03-18T15:53:31.000Z | 2021-12-31T10:04:29.000Z | libs/screen.asm | kindjie/6502Assembly | 35b4968be3bdd26804a5d195557d1225497a0358 | [
"MIT"
] | null | null | null | libs/screen.asm | kindjie/6502Assembly | 35b4968be3bdd26804a5d195557d1225497a0358 | [
"MIT"
] | 3 | 2018-10-07T14:51:18.000Z | 2021-12-08T02:17:42.000Z | ;Macros, subroutines, and constants for manipulating the screen.
screencols=40 ;Number of character columns.
screenrows=20 ;Number of character rows.
screen=$0400 ;Address for screen 40x25 characters.
colors=$d800 ;Address for screen 40x25 colors.
pixels=$1000 ;Address for pixels.
screencon=$d016 ;Address ... | 21.424837 | 77 | 0.649481 |
439f549d17310f47b7bc2a02ac46500f75b9020c | 1,468 | asm | Assembly | programs/oeis/007/A007574.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/007/A007574.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/007/A007574.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A007574: Patterns in a dual ring.
; 1,3,7,15,31,60,113,207,373,663,1167,2038,3537,6107,10499,17983,30703,52272,88769,150407,254321,429223,723167,1216490,2043361,3427635,5742463,9609327,16062463,26821668,44744657,74576703,124192237,206650167,343594479,570877918,947857713,1572754187,2608015739,4322192287,7159034191,118... | 183.5 | 1,332 | 0.901907 |
2abbe0f6cf7cc40f1fed3268f103dbd90735e04b | 317 | asm | Assembly | packages/x86-toolkit/x86-assembler/tests/asm/times.asm | Mati365/ts-c99-compiler-toolkit | ca0d9a15c955abaedb32b07a44a0801cc22c5802 | [
"MIT",
"Intel",
"Unlicense"
] | 66 | 2016-10-15T23:47:05.000Z | 2022-01-02T06:31:31.000Z | packages/x86-toolkit/x86-assembler/tests/asm/times.asm | Mati365/ts-c99-compiler-toolkit | ca0d9a15c955abaedb32b07a44a0801cc22c5802 | [
"MIT",
"Intel",
"Unlicense"
] | 22 | 2019-06-19T18:00:27.000Z | 2021-12-18T14:04:54.000Z | packages/x86-toolkit/x86-assembler/tests/asm/times.asm | Mati365/ts-c99-compiler-toolkit | ca0d9a15c955abaedb32b07a44a0801cc22c5802 | [
"MIT",
"Intel",
"Unlicense"
] | 8 | 2020-04-22T08:46:54.000Z | 2021-11-23T15:01:26.000Z | ;= test: calc correct instruction size in times with label
;= bin: d906117cd906117c9090909090909090f40000f942
[org 7c00h]
abc:
times 2 fld dword [val_dd]
times $-abc nop
hlt
val_dd: dd 124.5
;= test: proper size of output
;= bin: 000000000055aa
[org 7c00h]
times 5-($-$$) db 0
times 5-($-$$) db 0
db 0x55
db 0xaa
| 15.85 | 58 | 0.709779 |
ad27d949f57a15cb9e1a7ace70fbff2573988813 | 583 | asm | Assembly | oeis/238/A238275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/238/A238275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/238/A238275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A238275: a(n) = (4*7^n - 1)/3.
; 1,9,65,457,3201,22409,156865,1098057,7686401,53804809,376633665,2636435657,18455049601,129185347209,904297430465,6330082013257,44310574092801,310174018649609,2171218130547265,15198526913830857,106389688396816001,744727818777712009,5213094731443984065,36491663120107888457,2554416418407... | 64.777778 | 501 | 0.867925 |
fdad8bc05e4660a7a31db7a01189768e5e0e4f66 | 20,320 | asm | Assembly | asm/vwf_8x8.asm | unknownbrackets/tomatotrans | 4d4447a965c59cbb0ccda1176ae83870ad116528 | [
"0BSD"
] | 14 | 2020-07-06T00:37:34.000Z | 2021-09-20T12:32:53.000Z | asm/vwf_8x8.asm | MiYakuGaming/tomatotrans | 6ae7fd95bc98518165869b05da3f394372bd8b5a | [
"0BSD"
] | 11 | 2020-07-03T08:57:10.000Z | 2021-09-26T19:42:29.000Z | asm/vwf_8x8.asm | MiYakuGaming/tomatotrans | 6ae7fd95bc98518165869b05da3f394372bd8b5a | [
"0BSD"
] | 2 | 2020-07-11T03:41:38.000Z | 2021-08-11T01:12:39.000Z | ; The 8x8 VWF font is already partially implemented in the game.
; The drawing func (080713D0) doesn't blend correctly, so it's not used.
; widthIndex is stored as 0xFD (means normal char) in 0806FA50.
; This patches both of those functions.
@WidthIndex equ 0x08649C4C
.org 0x0806FA50
.region 0x0806FAB8-.,0x00
.func G... | 19.670862 | 99 | 0.716585 |
a9496aa944ac11003d46c7d3711b8af69221499d | 1,428 | asm | Assembly | stage23/lib/libgcc.s2.asm | ArsenArsen/limine | 50dcc58a776b4233f7b2c0622cad3b6ff0a0be0d | [
"BSD-2-Clause"
] | 658 | 2020-08-30T15:44:33.000Z | 2022-03-31T12:17:51.000Z | stage23/lib/libgcc.s2.asm | synthels/limine | 5217f50bbdbc2daf033f539f014c188ead57577a | [
"BSD-2-Clause"
] | 82 | 2020-09-06T01:33:52.000Z | 2022-03-21T01:30:59.000Z | stage23/lib/libgcc.s2.asm | synthels/limine | 5217f50bbdbc2daf033f539f014c188ead57577a | [
"BSD-2-Clause"
] | 109 | 2020-08-30T20:07:08.000Z | 2022-03-21T00:29:23.000Z | section .text
global __udivdi3
__udivdi3:
mov eax, dword [esp+4]
mov edx, dword [esp+8]
div dword [esp+12]
xor edx, edx
ret
global __divdi3
__divdi3:
mov eax, dword [esp+4]
mov edx, dword [esp+8]
idiv dword [esp+12]
xor edx, edx
ret
global __umoddi3
__umoddi3:
mov eax, dwo... | 15.354839 | 34 | 0.580532 |
746c8b5a97083dcde53c36adbd64b27b3a374d75 | 612 | asm | Assembly | programs/oeis/186/A186541.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/186/A186541.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/186/A186541.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A186541: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) after g(j) when f(i)=g(j), where f(i)=i^2 and g(j)=-2+3j^2. Complement of A186542.
; 2,3,4,6,8,9,11,12,14,15,17,18,20,22,23,25,26,28,30,31,33,34,36,37,39,41,42,44,45,47,48,50,52,53,55,56,58,59,61,63,64,66,67,69,70,72,74,75,77,78,80,82,83,85,86,88,8... | 76.5 | 332 | 0.665033 |
f5eea9eafab234eec3eee5f8a86de16ab6a3ed68 | 1,788 | asm | Assembly | test_files/asm.asm | pheonixo/file_info | 1585f9938e591ea92312f49d9d2d7481951d9e18 | [
"MIT"
] | null | null | null | test_files/asm.asm | pheonixo/file_info | 1585f9938e591ea92312f49d9d2d7481951d9e18 | [
"MIT"
] | null | null | null | test_files/asm.asm | pheonixo/file_info | 1585f9938e591ea92312f49d9d2d7481951d9e18 | [
"MIT"
] | null | null | null | ;;
;; initialized data
;;
section .data
SYS_WRITE equ 1
STD_OUT equ 1
SYS_EXIT equ 60
EXIT_CODE equ 0
NEW_LINE db 0xa
INPUT db "Hello world!"
;;
;; non initialized data
;;
section .bss
OUTPUT resb 1
;;
;; code
;;
section .text
global _start
;;
;; main routine
;;
_start:
;; get addres of INPUT
mov rsi, I... | 14.419355 | 58 | 0.686801 |
8108020f73bf1582342be2f644a8d86ad1b63074 | 2,421 | asm | Assembly | newitems/macros/utilities.asm | fcard/z3randomizer | f2d0c2e58512e9c4c7f37996b52f6a0dc828f3ec | [
"MIT"
] | null | null | null | newitems/macros/utilities.asm | fcard/z3randomizer | f2d0c2e58512e9c4c7f37996b52f6a0dc828f3ec | [
"MIT"
] | null | null | null | newitems/macros/utilities.asm | fcard/z3randomizer | f2d0c2e58512e9c4c7f37996b52f6a0dc828f3ec | [
"MIT"
] | null | null | null | function digit(value,d) = (value>>(d*4))-((value>>((d+1)*4))<<4)
function word(x) = x-(bank(x)<<16)
function hibyte(x) = bank(x)
function midbyte(x) = ((x>>8)-(bank(x)<<8))
function lowbyte(x) = (x-((x>>8)<<8))
macro Dec2Hex(result, value)
!Dec2Hex_value #= <value>
if !Dec2Hex_value > $0FFFFF
%Dec2Hex1... | 38.428571 | 89 | 0.638579 |
e1240dc8b96be84211623bbfaab522c467629c1e | 122 | asm | Assembly | unit_tests/static-tests/common/assert.assertshadowram0.error.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | 34 | 2016-06-17T16:47:47.000Z | 2021-12-07T08:09:50.000Z | unit_tests/static-tests/common/assert.assertshadowram0.error.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | 1 | 2016-09-30T09:22:36.000Z | 2016-09-30T12:28:33.000Z | unit_tests/static-tests/common/assert.assertshadowram0.error.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | null | null | null | architecture wdc65816-strict
include "../../../src/common/assert.inc"
constant a = 0x2000
assertShadowRam(a) // ERROR
| 13.555556 | 40 | 0.713115 |
12a1b6fc0be507e5eb7bfbb8908524d17a17ab44 | 526 | asm | Assembly | audio/sfx/psybeam.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | audio/sfx/psybeam.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | audio/sfx/psybeam.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | SFX_Psybeam_Ch4:
dutycycle 161
unknownsfx0x20 10, 241, 64, 6
unknownsfx0x20 10, 243, 128, 6
unknownsfx0x20 10, 242, 32, 6
loopchannel 4, SFX_Psybeam_Ch4
unknownsfx0x20 10, 241, 64, 6
endchannel
SFX_Psybeam_Ch5:
dutycycle 179
unknownsfx0x20 10, 243, 113, 5
unknownsfx0x20 7, 227, 49, 5
unknownsfx0x20 10, 241... | 20.230769 | 32 | 0.76616 |
4c9e15e8ba658d96989245ddb5bceb57d985932b | 5,674 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_255.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_255.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_255.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x33b6, %rsi
lea addresses_D_ht+0x9343, %rdi
dec %rax
mov $98, %rcx
rep movsl
sub $30943, %r12
lea addresses_D_ht+0x152ee, %rcx
nop
nop
nop
nop
and %r13, %r13
movl $0x61626364,... | 43.646154 | 2,999 | 0.660909 |
53ff4cb159a1fce69bc7d45414356a21c1a85c54 | 1,012 | asm | Assembly | openmode.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 31 | 2018-05-03T06:43:23.000Z | 2021-07-16T13:17:01.000Z | openmode.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 13 | 2018-05-08T20:15:54.000Z | 2022-01-20T21:28:53.000Z | openmode.asm | Catobat/z3randomizer | e82f01ae2f81cfcf2ddd334a93df4a8f953878fb | [
"MIT"
] | 26 | 2018-05-04T12:25:41.000Z | 2022-03-23T20:27:57.000Z | ;================================================================================
; Open Mode Uncle Rain State Check
;================================================================================
!INFINITE_ARROWS = "$7F50C8"
!INFINITE_BOMBS = "$7F50C9"
!INFINITE_MAGIC = "$7F50CA"
SetUncleRainState:
LDA.l OpenMode :... | 46 | 133 | 0.447628 |
9ff2ac558807d8453f6c23d104fdbb2ec18886be | 439 | asm | Assembly | examples/demo/demo_method.asm | sfauvel/demo-assembler | ddfa834f0ee03501edfdba7f947aafd0b94f4175 | [
"MIT"
] | null | null | null | examples/demo/demo_method.asm | sfauvel/demo-assembler | ddfa834f0ee03501edfdba7f947aafd0b94f4175 | [
"MIT"
] | null | null | null | examples/demo/demo_method.asm | sfauvel/demo-assembler | ddfa834f0ee03501edfdba7f947aafd0b94f4175 | [
"MIT"
] | 2 | 2021-02-08T19:37:40.000Z | 2021-02-09T03:12:38.000Z | ; -----------------------------------------------------------------------------
; Can define several methods in the same file.
;
; -----------------------------------------------------------------------------
; Define methods exported
global method_return_2 ;
global method_return_3 ;
... | 25.823529 | 79 | 0.364465 |
7ce7aec6eeaa8e7d86da99bf2201bda9be7bd174 | 3,683 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1027.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1027.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1027.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 %r15
push %rax
push %rdi
push %rdx
// Faulty Load
lea addresses_UC+0x13824, %r15
nop
nop
nop
nop
sub %rax, %rax
movb (%r15), %r14b
lea oracles, %rdi
and $0xff, %r14
shlq $12, %r14
mov (%rdi,%r14,1), %r14
pop %rdx
... | 87.690476 | 2,999 | 0.663861 |
cd8179e5de016674f70590ea6c0264a834b628ef | 176 | asm | Assembly | data/wildPokemon/rocktunnel1.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/wildPokemon/rocktunnel1.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/wildPokemon/rocktunnel1.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | TunnelMonsB1:
db $0F
db 15,JYNX
db 16,TYROGUE
db 17,TEDDIURSA
db 19,DUNSPARCE
db 18,GEODUDE
db 20,ZUBAT
db 21,ZUBAT
db 17,TYROGUE
db 19,MACHOP
db 21,MACHOP
db $00
| 11.733333 | 16 | 0.710227 |
ba82dcf259d953dda02ef11ec3b8ebc6803a5909 | 271 | asm | Assembly | programs/oeis/053/A053464.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/053/A053464.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053464.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A053464: a(n) = n*5^(n-1).
; 0,1,10,75,500,3125,18750,109375,625000,3515625,19531250,107421875,585937500,3173828125,17089843750,91552734375,488281250000,2593994140625,13732910156250,72479248046875,381469726562500,2002716064453125
mov $1,5
pow $1,$0
mul $1,$0
div $1,5
| 33.875 | 202 | 0.782288 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.