max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
napoca/bios_hooks.nasm
fengjixuchui/napoca
170
125866
; ; Copyright (c) 2020 Bitdefender ; SPDX-License-Identifier: Apache-2.0 ; section .text ; ; Guest interrupt handlers/hooks, originally part of _init32.nasm ; ; ; Exported symbols ; global __RealModeHookPre global __RealModeHookPost global __RealModeHookStubEnd align 0x100 __RealModeHookPre: vmcall __RealModeHook...
altairsim/umzapex.asm
qoelet/z80pack
85
125867
<filename>altairsim/umzapex.asm TITLE <Zapple Monitor Extension for MITS ALTAIR> ; ; ADDITIONAL DRIVERS FOR ZAPPLE ON MITS ALTAIR ; IMPLEMENTS LIST DEVICE CONNECTED TO PRINTER ; AND READER/PUNCH DEVICE CONNECTED TO 2SIO B ; ; V1.0 - OCT. 2017 - <NAME> ; BASE EQU 0F800H ; ; I/O DEFINITIONS ; LSTAT EQU 02H ;PRINTER STA...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_865.asm
ljhsiun2/medusa
9
125871
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xaee4, %rdx nop nop add %r9, %r9 mov $0x6162636465666768, %r14 movq %r14, %xmm3 vmovups %ymm3, (%rdx) nop nop nop nop nop add %rcx, %rcx lea addresse...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_2040_839.asm
ljhsiun2/medusa
9
125872
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1997e, %r13 nop nop nop dec %rbx movups (%r13), %xmm7 vpextrq $0, %xmm7, %rsi nop nop nop sub $24565, %r13 lea addresses_normal_ht+0x15b7e, %r8 nop nop nop xor %rsi,...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_519.asm
ljhsiun2/medusa
9
125873
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x4bce, %rsi lea addresses_A_ht+0xbc7e, %rdi nop nop nop inc %r10 mov $90, %rcx rep movsw nop sub $43102, %rcx lea addresses_D_ht+0xf96e, %rsi lea add...
oeis/104/A104683.asm
neoneye/loda-programs
11
125874
<filename>oeis/104/A104683.asm<gh_stars>10-100 ; A104683: Interlaces "2*n^2 - 1 is a square" with NSW numbers. ; Submitted by <NAME> ; 1,1,5,7,29,41,169,239,985,1393,5741,8119,33461,47321,195025,275807,1136689,1607521,6625109,9369319,38613965,54608393,225058681,318281039,1311738121,1855077841,7645370045,10812186007,445...
sw/552tests/inst_tests/bnez_4.asm
JPShen-UWM/ThreadKraken
1
125875
<reponame>JPShen-UWM/ThreadKraken<filename>sw/552tests/inst_tests/bnez_4.asm // Original test: ./lavallee/hw4/problem6/bnez_4.asm // Author: lavallee // Test source code follows //// This program tests a regular branch case lbi r5, 5 // set r5 to non zero number bnez r5, 76 // non-corner case branch halt
oeis/270/A270299.asm
neoneye/loda-programs
11
125876
<filename>oeis/270/A270299.asm ; A270299: Numbers which are representable as a sum of eleven but no fewer consecutive nonnegative integers. ; Submitted by <NAME> ; 88,176,352,704,968,1144,1408,1496,1672,1936,2024,2288,2552,2728,2816,2992,3256,3344,3608,3784,3872,4048,4136,4576,4664,5104,5192,5368,5456,5632,5896,5984,62...
tests/daid/speed_switch_timing_ly.asm
OFFTKP/GameboyTKP
0
125877
<reponame>OFFTKP/GameboyTKP<gh_stars>0 CHECK_REG equs "rLY" TEST_SIZE equ 128 INCLUDE "speed_switch_timing.inc" label: db "LY:", 0 preSwitch: ret expect: db $85, $86, $86, $86, $86, $86, $86, $86 db $86, $86, $86, $86, $86, $86, $86, $86 db $86, $86, $86, $86, $86, $86, $86, $86 db $86, $86, $86, $86, $...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_235.asm
ljhsiun2/medusa
9
125878
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %rax push %rbx push %rdi push %rdx lea addresses_WC_ht+0x14ede, %rax add $50663, %rdx mov $0x6162636465666768, %rdi movq %rdi, %xmm6 and $0xffffffffffffffc0, %rax movaps %xmm6, (%rax) cmp %r8, %r8 lea addresses_WC_ht+0x4dbe, %rbx nop nop sub %rdi, %rd...
22-ilinux-process-scheduling/lib/i386/ipc/ipc_msg.asm
weimanzhou/ilinux
0
125879
;================================================================================================ ; 文件:ipc.asm ; 作用:i386体系的消息通信向外暴露的的系统调用 ; 作者: Flyan ; 联系QQ: <PASSWORD> ;================================================================================================ ; 库函数开始 [SECTION .lib] ; 导出库函数 global send global ...
onnxruntime/core/mlas/lib/amd64/DgemmKernelFma3.asm
dennyac/onnxruntime
6,036
125880
;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; Licensed under the MIT License. ; ; Module Name: ; ; DgemmKernelFma3.asm ; ; Abstract: ; ; This module implements the kernels for the double precision matrix/matrix ; multiply operation (DGEMM). ; ; This implementation uses AVX fused multiply...
sphere-computer/ROMs/pds.asm
paulscottrobson/assorted-archives
0
125881
<filename>sphere-computer/ROMs/pds.asm<gh_stars>0 ; ************************************************************************************************** ; ************************************************************************************************** ; ; PDS for Sphere 6800 ; ; Version:V3N ; ; Progr...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_936.asm
ljhsiun2/medusa
9
125884
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x178df, %rsi lea addresses_D_ht+0xfd3b, %rdi nop nop nop nop sub $58639, %r10 mov $127, %rcx rep movsl and %r10, %r10 lea addresses_WT_ht+0xcc2f, %rcx add $55216, %rdx mov (%rcx), %r12...
Transynther/x86/_processed/AVXALIGN/_un_/i9-9900K_12_0xa0_notsx.log_16_794.asm
ljhsiun2/medusa
9
125885
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r15 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1ccd1, %rbx nop nop xor $9396, %r15 and $0xffffffffffffffc0, %rbx movaps (%rbx), %xmm0 vpextrq $0, %xmm0, %r9 nop nop nop nop inc %rdi lea addresses_UC_ht+0x1c...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_3_1210.asm
ljhsiun2/medusa
9
125887
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x193b7, %r11 nop nop add $11381, %rsi movw $0x6162, (%r11) cmp %rcx, %rcx lea addresses_normal_ht+0x303e, %rsi lea addresses_WT_ht+0xa3fe, %rdi nop nop nop nop nop cmp %r13, %r13 mov $...
programs/oeis/061/A061234.asm
neoneye/loda
22
125888
<reponame>neoneye/loda ; A061234: Smallest number with prime(n)^2 divisors where prime(n) is the n-th prime. ; 6,36,1296,46656,60466176,2176782336,2821109907456,101559956668416,131621703842267136,6140942214464815497216,221073919720733357899776,10314424798490535546171949056,13367494538843734067838845976576 seq $0,40976...
objlayout.asm
Veltas/spectrum-env
0
125889
; vim: set syntax=z80: ; Trim AuditAssert's from the release build #cflags -DNAUDIT _project_start equ 0x8000 #target BIN #code _HEADER, _project_start #code _GSINIT #code _HOME #code _CODE #code _INITIALIZER #data _INITIALIZED, _INITIALIZER, _INITIALIZER_size #code _CABS, _INITIALIZER_end, 0 #code _GSFINAL, *, 0 ...
lib/chibiakumas/SrcMSX/MSX_V1_ReadJoystick.asm
gilbertfrancois/msx
0
125890
<filename>lib/chibiakumas/SrcMSX/MSX_V1_ReadJoystick.asm Player_ReadControlsDual: ld b,2 ;lets read the joystick too! (2 joysticks!) joynextjoy: ld a, 15 ; AY port 15 (we're getting kana LED state) out (&A0), a ; &A0 = AY Register write port in a, (&A2) ; &A2 = Value read port and 128 ;kana led st...
5_2_1.asm
CodingWorker/tempfiles
1
125892
;5-2-1.asm 计算Y=5X-18,用正常程序格式,X从键盘输入 data segment x db ? ;x初始为空 y dw ? ;y初始为空 cc db 0ah,0dh,'Y=5X-18=$' ;换行0ah 回车 0dh hint db 'input a number:$' newline_c db 0ah enter_c db 0dh echo_x db 'X=$' neg_v db 02dh ;短横线ascii值 data ends code segment assume c...
array/array.asm
zaoad/assembly-
0
125893
<filename>array/array.asm segment .data mul: dw "The String is:",0 fmt: dq "%s %s ",10,0 fmt_in: dq "%d", 0 section .bss str: resb 20 db a segment .text global main extern printf extern scanf main: push RBP mov RAX, 0 mov RDI, fmt_in mov RSI, b call scanf mov rbx, [b] mov rdx,0 loop: cmp rdx,rbx jz init mov RAX, ...
src/filters/source/D2VSource/idctmmx.asm
chinajeffery/MPC-BE--1.2.3
0
125894
<filename>src/filters/source/D2VSource/idctmmx.asm ; ; idct8x8_xmm.asm ; ; Originally provided by Intel at AP-922 ; http://developer.intel.com/vtune/cbts/strmsimd/922down.htm ; (See more app notes at http://developer.intel.com/vtune/cbts/strmsimd/appnotes.htm) ; but in a limited edition. ; New macro implements a column...
oeis/325/A325459.asm
neoneye/loda-programs
11
125895
; A325459: Sum of numbers of nontrivial divisors (greater than 1 and less than k) of k for k = 1..n. ; Submitted by <NAME>(s4) ; 0,0,0,0,1,1,3,3,5,6,8,8,12,12,14,16,19,19,23,23,27,29,31,31,37,38,40,42,46,46,52,52,56,58,60,62,69,69,71,73,79,79,85,85,89,93,95,95,103,104,108,110,114,114,120,122,128,130,132,132,142,142,144...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1535.asm
ljhsiun2/medusa
9
125897
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1535.asm .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x12280, %rsi lea addresses_WT_ht+0xf840, %rdi nop nop nop nop xor $4...
programs/oeis/130/A130556.asm
neoneye/loda
22
125898
<reponame>neoneye/loda<gh_stars>10-100 ; A130556: A model of the atomic nucleus (Shell model of nucleus). A triangle. ; 1,11,1,111,1,11,1111,11,1,111,11111,111,1,11,1111,111111,1111,11,1,111,11111,1111111,11111,111,1,11,1111,111111,11111111,111111,1111,11,1,111,11111,1111111 mul $0,2 seq $0,4737 ; Concatenation of seq...
oeis/136/A136211.asm
neoneye/loda-programs
11
125899
; A136211: Denominators in continued fraction [0; 1, 3, 1, 3, 1, 3,...]. ; Submitted by <NAME>(s4) ; 1,4,5,19,24,91,115,436,551,2089,2640,10009,12649,47956,60605,229771,290376,1100899,1391275,5274724,6665999,25272721,31938720,121088881,153027601,580171684,733199285,2779769539,3512968824,13318676011,16831644835,63813610...
oeis/108/A108648.asm
neoneye/loda-programs
11
125900
<filename>oeis/108/A108648.asm<gh_stars>10-100 ; A108648: a(n) = (n+1)^2*(n+2)^3*(n+3)/24. ; 1,18,120,500,1575,4116,9408,19440,37125,66550,113256,184548,289835,441000,652800,943296,1334313,1851930,2527000,3395700,4500111,5888828,7617600,9750000,12358125,15523326,19336968,23901220,29329875,35749200,43298816,52132608,624...
libsrc/newbrain/nb_putc.asm
dex4er/deb-z88dk
1
125901
; ; Grundy Newbrain Specific libraries ; ; <NAME> - 19/05/2007 ; ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; put char to stream ; ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ; ; void nb_putc( int stream, char byte ); ; ; - - - - - - - - - - - - - - - - - - - ...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_1_1871.asm
ljhsiun2/medusa
9
125902
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x6810, %rsi lea addresses_A_ht+0x14a80, %rdi nop nop nop cmp %rbp, %rbp mov $104, %rcx rep movsb nop sub $11822, %r8 lea addresses_A_ht+0x17f42, %rsi lea addresses_normal_ht+0x...
init.asm
zzddhhtjzz/xv6
0
125903
_init: file format elf32-i386 Disassembly of section .text: 00000000 <main>: char *argv[] = { "sh", 0 }; int main(void) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 e4 f0 and $0xfffffff0,%esp 6: 83 ec 20 sub $0x20,%esp int...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_1414.asm
ljhsiun2/medusa
9
125905
<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_1414.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1c033, %rsi lea addresses_WT_ht+0x190cb, %rdi clflush (%rsi) nop nop nop nop and %r10, %r10 mov $98, %rc...
unittests/32Bit_ASM/X87/DC_07.asm
cobalt2727/FEX
628
125906
<reponame>cobalt2727/FEX<filename>unittests/32Bit_ASM/X87/DC_07.asm<gh_stars>100-1000 %ifdef CONFIG { "RegData": { "MM7": ["0x8000000000000000", "0x4001"] }, "Mode": "32BIT" } %endif lea edx, [data] fld tword [edx + 8 * 0] lea edx, [data2] fdivr qword [edx + 8 * 0] hlt align 8 data: dt 2.0 dq 0 data2...
programs/oeis/327/A327737.asm
neoneye/loda
22
125907
; A327737: a(n) is the sum of the lengths of the base-b expansions of n for all b with 1 <= b <= n. ; 1,4,7,11,14,17,20,24,28,31,34,37,40,43,46,51,54,57,60,63,66,69,72,75,79,82,86,89,92,95,98,102,105,108,111,115,118,121,124,127,130,133,136,139,142,145,148,151,155,158,161,164,167,170,173,176,179,182,185 mov $1,$0 seq $...
inc/const2.asm
minblock/msdos
0
125909
<filename>inc/const2.asm<gh_stars>0 ; SCCSID = @(#)const2.asm 1.4 85/07/24 ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; Break <Initialized data and data used at DOS initialization> ; ; We need to identify the parts of the data area that are relevant to tasks ; and th...
projects/08/ProgramFlow/BasicLoop/BasicLoop.asm
WuShaoa/Nand2Tetris
0
125910
@0 D=A @SP A=M M=D @SP M=M+1 @LCL D=M @0 D=D+A @R15 M=D @SP M=M-1 A=M D=M @R15 A=M M=D ($LOOP_START) @ARG D=M @0 A=D+A D=M @SP A=M M=D @SP M=M+1 @LCL D=M @0 A=D+A D=M @SP A=M M=D @SP M=M+1 @SP M=M-1 A=M D=M @SP M=M-1 A=M D=D+M @SP A=M M=D @SP M=M+1 @LCL D=M @0 D=D+A @R15 M=D @SP M=M-1 A=M D=M @R15 A=M M=D @ARG D=M @0 A...
_build/dispatcher/jmp_ippsSHA1Final_05b47050.asm
zyktrcn/ippcp
1
125911
extern m7_ippsSHA1Final:function extern n8_ippsSHA1Final:function extern y8_ippsSHA1Final:function extern e9_ippsSHA1Final:function extern l9_ippsSHA1Final:function extern n0_ippsSHA1Final:function extern k0_ippsSHA1Final:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeInit:function segment .data align 8 ...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_681.asm
ljhsiun2/medusa
9
125913
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x11a61, %rdi nop nop nop cmp $48942, %rbp mov $0x6162636465666768, %r9 movq %r9, %xmm4 movups %xmm4, (%rdi) nop nop nop nop nop sub $57500,...
oeis/022/A022355.asm
neoneye/loda-programs
11
125914
; A022355: Fibonacci sequence beginning 0, 21. ; Submitted by <NAME> ; 0,21,21,42,63,105,168,273,441,714,1155,1869,3024,4893,7917,12810,20727,33537,54264,87801,142065,229866,371931,601797,973728,1575525,2549253,4124778,6674031,10798809,17472840,28271649,45744489,74016138,119760627,193776765,313537392,507314157,82085154...
startrip.asm
vsariola/startrip
1
125916
org 100h start: mov al, 0x13 int 0x10 mov dx, 0x3C8 ; set palette out dx, al inc dx .paletteloop: out dx, al ; simple grayscale palette out dx, al out dx, al inc ax jnz .paletteloop push 0xA000 - 10 ; shift the s...
Transynther/x86/_processed/AVXALIGN/_zr_un_/i7-7700_9_0x48_notsx.log_6370_752.asm
ljhsiun2/medusa
9
125917
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x8766, %rsi lea addresses_WT_ht+0x1ebe, %rdi nop nop nop nop nop inc %r13 mov $102, %rcx rep movsq nop add $136, %r11 pop %rsi pop %rdi pop %rcx pop %r13 pop %r11 ret .globa...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_1_1650.asm
ljhsiun2/medusa
9
125918
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r15 push %r9 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x6cb6, %rax nop nop and %rdi, %rdi mov $0x6162636465666768, %rbp movq %rbp, %xmm4 vmovups %ymm4, (%rax) nop nop nop nop add $25512, %rax lea addresse...
abc.asm
ReneMuala/ABC-in-Assembly
0
125919
;; abc.asm ;; abc ;; ;; Created on 03/03/21 by <NAME> ;; ;; section .bss ;; consts SYS_Write equ 0x4 SYS_Exit equ 0x1 EXIT_SUCESS equ 0x0 stdout equ 0x1 byte_size equ 0x4 Total_to_print equ 0x1a section .data global c_let c_let dd 65 section .text global _start _start: mov r8,c_let ;; sets the first l...
test/asm/align-pc.asm
orbea/rgbds
522
125920
SECTION "fixed org", SRAM[$BEAD] ds 42 static_assert @ == $BED7 align 5,$17 ; Should land at $0001 SECTION "align", ROM0,ALIGN[1,1] db 69 align 1 ; This wants to go at $0000, $0002, $0004... ; Should land at $0003 SECTION "under-aligned", ROM0,ALIGN[1,1] dw $BEEF align 2,1 ; This wants to go at $0001, $0005,...
chap18/ex10/scalar_compress.asm
JamesType/optimization-manual
374
125921
<filename>chap18/ex10/scalar_compress.asm ; ; 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 ...
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_VRAMmemcpy.asm
jpoikela/z88dk
640
125922
<filename>libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_VRAMmemcpy.asm<gh_stars>100-1000 ; void SMS_VRAMmemcpy(unsigned int dst,void *src,unsigned int size) SECTION code_clib SECTION code_SMSlib PUBLIC SMS_VRAMmemcpy EXTERN asm_SMSlib_VRAMmemcpy SMS_VRAMmemcpy: pop af pop bc pop de pop hl pus...
oeis/139/A139754.asm
neoneye/loda-programs
11
125923
; A139754: a(n) = floor(n*2*(3^n-2^n)/2^n). ; Submitted by <NAME>(w2) ; 1,5,14,32,65,124,225,394,673,1133,1880,3089,5034,8146,13106,20986,33464,53168,84201,132970,209449,329156,516200,807989,1262508,1969539,3067962,4772414,7414316,11505003 add $0,1 mov $2,1 mov $3,$0 lpb $3 mul $1,3 mul $2,2 add $1,$2 sub $3,1...
data/pokemon/dex_entries/clefable.asm
Dev727/ancientplatinum
28
125924
db "FAIRY@" ; species name dw 403, 880 ; height, weight db "Said to live in" next "quiet, remote" next "mountains, this" page "type of fairy has" next "a strong aversion" next "to being seen.@"
src/kernel/arch/x86_64/asm/k_syscall.asm
aryanmaurya1/ArvernOS
77
125925
global syscall_handler syscall_handler: sti push rcx ; save the return address push r11 ; save the flags push rbp push rbx push rdx push rdi push rsi push r8 push r9 push r10 push r12 push r13 push r14 push r15 mov rcx, r10 ; fix 3rd syscall arg extern syscall_handlers ca...
transformy/tables/gen/0026.asm
mborik/regression
3
125926
xor a ld hl, basescradr + #01f4 ld (hl), a inc h ld (hl), a inc h ld (hl), a ld hl, basescradr + #0815 ld (hl), a inc h ld (hl), a inc h ld (hl), a ld hl, basescradr + #0b36 ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a ld hl, basescradr +...
P6/P6Judger - 100 testpoints/testpoint/testpoint10.asm
flyinglandlord/BUAA-CO-2021
5
125927
ori $1, $0, 1 ori $2, $0, 6 ori $3, $0, 0 ori $4, $0, 3 sw $3, 0($0) sw $3, 4($0) sw $3, 8($0) sw $1, 12($0) sw $2, 16($0) sw $2, 20($0) sw $3, 24($0) sw $1, 28($0) sw $1, 32($0) sw $3, 36($0) sw $3, 40($0) sw $4, 44($0) sw $4, 48($0) sw $2, 52($0) sw $4, 56($0) sw $1, 60($0) sw $4, 64($0) sw $1, 68($0) sw $3, 72($0) s...
programs/oeis/084/A084310.asm
neoneye/loda
22
125929
<reponame>neoneye/loda<filename>programs/oeis/084/A084310.asm<gh_stars>10-100 ; A084310: a(n) = gcd(prime(n)+1, n). ; 1,2,3,4,1,2,1,4,3,10,1,2,1,2,3,2,1,2,1,4,1,2,1,6,1,2,1,4,1,6,1,4,3,2,5,4,1,2,3,2,1,14,1,2,9,2,1,16,1,10,3,4,1,18,1,8,3,2,1,6,1,2,7,8,1,6,1,2,3,70,1,72,1,2,5,4,1,2,1,10,3,2,1,14,5,2,3,2,1,2,13,4,1,2,5,24...
Tests/yasm-regression/ebpindex.asm
13xforever/x86-assembly-textmate-bundle
69
125930
[bits 32] xor eax, [ebp+4*ecx ] ; out: 33 44 8d 00 xor ebx, [ebp+4*ecx+ 4] ; out: 33 5c 8d 04 xor esi, [ebp+4*ecx+ 8] ; out: 33 74 8d 08 xor edi, [ebp+4*ecx+12] ; out: 33 7c 8d 0c
libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_getMDKeysHeld.asm
jpoikela/z88dk
640
125932
<gh_stars>100-1000 ; ************************************************** ; SMSlib - C programming library for the SMS/GG ; ( part of devkitSMS - github.com/sverx/devkitSMS ) ; ************************************************** INCLUDE "SMSlib_private.inc" SECTION code_clib SECTION code_SMSlib PUBLIC asm_SMSlib_getMDK...
02-pattern-test/02-pattern-test.asm
ivanhawkes/6502
0
125933
; Compile: ; vasm6502_oldstyle.exe 02-pattern-test.asm -o 02-pattern-test.bin -c02 -dotdir -Fbin .org $8000 ; Base address of the 6522 VIA. VIA_BASE_ADDR = $6000 ; 6522 VIA ports and registers. PORT_B = VIA_BASE_ADDR + 0 PORT_A = VIA_BASE_ADDR + 1 DDRB = VIA_BASE_ADDR + 2 DDRA = VIA_BA...
Kernal64/asm/examples/nightshift.asm
abbruzze/kernal64
92
125934
<reponame>abbruzze/kernal64 BasicUpstart($810,"Basic") //--------------------------------------------------------- //--------------------------------------------------------- // SID Player (Single speed) for KickAssmbler adapted for k64ass //--------------------------------------------------------- //------------------...
oeis/349/A349003.asm
neoneye/loda-programs
11
125935
<filename>oeis/349/A349003.asm ; A349003: Decimal expansion of lim_{n->infinity} E(2*n, n)/n^(2*n), where E(n, x) is the n-th Euler polynomial. ; Submitted by <NAME> ; 2,3,8,4,0,5,8,4,4,0,4,4,2,3,5,1,1,1,8,8,0,5,4,1,7,1,7,3,9,5,2,0,6,4,0,9,5,8,7,2,3,1,4,0,2,7,4,2,0,6,3,4,4,8,4,0,3,1,8,9,4,9,9,8,7,8,0,4,6,7,5,5,4,2,3,3,...
forth11.asm
tonypdmtr/eForth
1
125936
;******************************************************************************* ; FORTH11.ASM fig-FORTH for the Motorola MC68HC11A1 ; October 30, 1990 ;****************************************************************************** ; Memory Map ; ; $0000 - $00ff 68hc11 i...
src/sprite_rollingstone.asm
fjpena/sword-of-ianna-zx
67
125937
; ASM source file created by SevenuP v1.21 ; SevenuP (C) Copyright 2002-2007 by <NAME>, aka Metalbrain ;GRAPHIC DATA: ;Pixel Size: ( 24, 32) ;Char Size: ( 3, 4) ;Frames: 6 ;Sort Priorities: X char, Char line, Y char, Frame number ;Data Outputted: Gfx ;Interleave: Sprite ;Mask: ...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_266.asm
ljhsiun2/medusa
9
125938
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xd228, %r8 xor $16221, %r12 vmovups (%r8), %ymm2 vextracti128 $0, %ymm2, %xmm2 vpextrq $0, %xmm2, %r13 nop nop nop cmp $31049, %rbp lea addresses_A_ht+0xada8, %rdx c...
src/core/asm/x86/inst_0x0f80.asm
Hiroshi123/bin_tools
0
125939
<reponame>Hiroshi123/bin_tools default rel section .text global _0x0f80_jo global _0x0f81_jno global _0x0f82_jnae global _0x0f83_jnc global _0x0f84_je global _0x0f85_jne global _0x0f86_jna global _0x0f87_jnbe global _0x0f88_js global _0x0f89_jns global _0x0f8a_jpe global _0x0f8b_jpo global _0x0f8c_jnl...
old/tst5.asm
Jaxartes/vtj1
0
125940
; Copyright (c) 2015 <NAME> ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; 1. Redistributions of source code must retain the above copyright ; notice, this list of conditions and the foll...
dos/debug.asm
osfree-project/FamilyAPI
1
125941
.8086 include helpers.inc EXTERN VioWrtTTY: Far _DATA SEGMENT BYTE PUBLIC 'DATA' USE16 @tracemsg2 DosBeep @tracemsg2 DosCLIAccess @tracemsg2 DosCloseQueue @tracemsg2 DosCloseSem @tracemsg2 DosCreateQueue @tracemsg2 DosCreateSem @tracemsg2 DosCreateThread @tracemsg2 DosCWait @tracemsg2 DosDevConfig @tracemsg2 Dos...
oeis/075/A075142.asm
neoneye/loda-programs
11
125942
<filename>oeis/075/A075142.asm ; A075142: Denominator of the generalized harmonic number H(n,5,3). ; Submitted by <NAME> ; 3,24,312,936,21528,150696,1657656,31495464,1354304952,2708609904,143556324912,4163133422448,1387711140816,23591089393872,1722149525752656,574049841917552,47646136879156816,4331466989014256 add $0,...
programs/oeis/039/A039209.asm
neoneye/loda
22
125944
<reponame>neoneye/loda<filename>programs/oeis/039/A039209.asm ; A039209: Numbers whose base-11 representation has the same number of 9's and 10's. ; 0,1,2,3,4,5,6,7,8,11,12,13,14,15,16,17,18,19,22,23,24,25,26,27,28,29,30,33,34,35,36,37,38,39,40,41,44,45,46,47,48,49,50,51,52,55,56,57,58,59,60,61,62,63,66,67,68,69,70,71,...
data/mapHeaders/fightingdojo.asm
adhi-thirumala/EvoYellow
16
125945
FightingDojo_h: db DOJO ; tileset db FIGHTING_DOJO_HEIGHT, FIGHTING_DOJO_WIDTH ; dimensions (y, x) dw FightingDojoBlocks, FightingDojoTextPointers, FightingDojoScript ; blocks, texts, scripts db $00 ; connections dw FightingDojoObject ; objects
oeis/164/A164539.asm
neoneye/loda-programs
11
125946
<reponame>neoneye/loda-programs ; A164539: a(n) = 2*a(n-1) + 7*a(n-2) for n > 1; a(0) = 1, a(1) = 13. ; Submitted by <NAME>(s2) ; 1,13,33,157,545,2189,8193,31709,120769,463501,1772385,6789277,25985249,99495437,380887617,1458243293,5582699905,21373102861,81825105057,313261930141,1199299595681,4591432702349,1757796257446...
pkgs/tools/yasm/src/modules/objfmts/xdf/tests/xdflong.asm
manggoguy/parsec-modified
2,151
125947
<reponame>manggoguy/parsec-modified<filename>pkgs/tools/yasm/src/modules/objfmts/xdf/tests/xdflong.asm ;; ######################################################################## ;; Macros ;; ######################################################################## ; descriptor type, base, limit, p_dpl_s, g_db_a %macr...
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshc_scroll_wc_up.asm
jpoikela/z88dk
38
125948
<reponame>jpoikela/z88dk ; void tshc_scroll_wc_up(struct r_Rect8 *r, uchar rows, uchar attr) SECTION code_clib SECTION code_arch PUBLIC tshc_scroll_wc_up EXTERN asm0_tshc_scroll_wc_up tshc_scroll_wc_up: pop af pop hl pop de pop ix push de push de push hl push af jp asm0_tshc_scroll_...
libsrc/_DEVELOPMENT/input/cpm/z80/asm_in_inkey.asm
jpoikela/z88dk
640
125949
<gh_stars>100-1000 ; =============================================================== ; Oct 2015 ; =============================================================== ; ; int in_inkey(void) ; ; Read instantaneous state of the keyboard and return ascii code ; if only one key is pressed. ; ; Note: Limited by cpm here as it ...
Maths/asm_sqrt.asm
ped7g/EliteNext
9
125951
<filename>Maths/asm_sqrt.asm ; "ASM SQRT : TESTGOOD" ; "16-bit integer square root" ; "call with de = number to square root" ; "returns hl = square root" ; "corrupts bc, de" asm_sqrt: ld bc,$8000 ld h,c ld l,c .sqrloop: srl b rr c add hl,bc ex de,hl sbc hl,de jr c,.sqrbit ex de,hl add hl,bc jr .sqrfi .sq...
s2e/qemu/roms/s2ebios/s2e-inst.asm
wyz7155/SymDrive
0
125952
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [bits 32] s2e_timing: push ebp mov ebp, esp mov eax, [ebp - 4] mov edx, [ebp - 8] db 0x0f db 0x3f ; S2EOP db 0x00 ; Built-in instructions db 0x04 ; Insert timing db 0x00 db 0x00 ...
tests/test build script and options/opt dirbol/option dirbol test.asm
fengjixuchui/sjasmplus
220
125953
; tests that build script does ignore the ".i.asm" include files ; tests --dirbol option (directives like INCLUDE may start at beginning of line) include "option dirbol test.i.asm" TEST_EMPTY_MACRO_IN_INCLUDE
src/test/ref/summin.asm
jbrandwood/kickc
2
125955
<gh_stars>1-10 // Commodore 64 PRG executable file .file [name="summin.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :BasicUpstart(main) .label screen = $400 ....
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_131.asm
ljhsiun2/medusa
9
125956
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x14d16, %r8 nop nop nop xor %r13, %r13 mov (%r8), %rcx nop nop sub %rdi, %rdi lea addresses_WC_ht+0x19616, %r13 nop dec %rsi and $0xffffffffffffffc0, %r13 vmovaps...
Lista_ASM/Q4.asm
maluwastaken/Infra_de_Software
0
125957
org 0x7c00 jmp 0x0000:_begin input1 times 100 db 0 input2 times 100 db 0 yes db 'sim', 0 no db 'nao', 0 current times 10 db 0 _begin: xor ax, ax mov cx, ax mov ds, ax mov es, ax call set_videomode mov di, input1 call gets mov di, input2 call gets mov di, input1 mo...
Ex02.asm
wjacoud/Assembly_Repo
0
125958
.8086 .model small .stack 2048 dseg segment para public 'data' comprimento byte 20 altura byte 5 linha byte 12 ; posição destino coluna byte 40 dseg ends cseg segment para public 'code' assume cs:cseg, ds:dseg main PROC mov ax, dseg mov ds, ax mov ax, 0B800h ;memoria de video mov e...
data/mapHeaders/vermilionhouse3.asm
adhi-thirumala/EvoYellow
16
125959
VermilionHouse3_h: db HOUSE ; tileset db VERMILION_HOUSE_3_HEIGHT, VERMILION_HOUSE_3_WIDTH ; dimensions (y, x) dw VermilionHouse3Blocks, VermilionHouse3TextPointers, VermilionHouse3Script ; blocks, texts, scripts db $00 ; connections dw VermilionHouse3Object ; objects
Driver/Printer/PrintCom/Text/textSetLineSpacing.asm
steakknife/pcgeos
504
125960
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Printer Drivers FILE: textSetLineSpacing.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- PrintSetLineSpacing Set the line ...
programs/oeis/277/A277992.asm
jmorken/loda
1
125961
<reponame>jmorken/loda ; A277992: b(n, 2) where b(n, m) is defined by expansion of ((Product_{k>=1} (1 - x^(prime(n)*k))/(1 - x^k)^prime(n)) - 1)/prime(n) in powers of x. ; 2,3,4,5,7,8,10,11,13,16,17,20,22,23,25,28,31,32,35,37,38,41,43,46,50,52,53,55,56,58,65,67,70,71,76,77,80,83,85,88,91,92,97,98,100,101,107,113,115,1...
oeis/141/A141043.asm
neoneye/loda-programs
11
125962
<reponame>neoneye/loda-programs<filename>oeis/141/A141043.asm ; A141043: Number of sequences of length n whose terms are positive integers less than or equal to n in which the i-th term is greater than both the (i-2)nd and (i-3)rd terms. ; Submitted by <NAME> ; 1,4,9,31,88,288,889,2884,9211,29976,97296,318371,1042756,3...
SHAKIB KHAN 1711661642 - Quiz and Lab Assessment/Quiz and Lab Assessment/Solution/4.asm
Shakib-IO/CSE331L-Section-10-Fall20-NSU
0
125963
<reponame>Shakib-IO/CSE331L-Section-10-Fall20-NSU .MODEL SMALL .STACK 100H .DATA PRMPT_MSG_1 DB 0AH,0DH ,'ENTER A HEX DIGIT "0"..."9" OR "A".."F": $' OUTPUT_PRMPT DB 0AH,0DH,'In Decimal it is: $' PROMPT_TRY_MSG DB 0AH,0DH,'Invalid Character.$' .CODE MAIN PROC MOV AX,@DATA MOV DS,AX TOP: ...
map/map.asm
StraDaMa/mmbn6-pikachu-boss-battle
7
125965
<reponame>StraDaMa/mmbn6-pikachu-boss-battle<filename>map/map.asm .vorg 0x0804E95C, 0x080503CC .word lans_room_npc_list .vorg 0x0804466C, 0x080456B4 .word lans_room_cutscene_text .vorg 0x0804F4F0, 0x08050F60 FL_JUMP lans_room_init_flag_listener_hook .vorg 0x0804F744, 0x080511B4 FL_JUMP lans_room_flag_listener_hook ...
src/timer.asm
Gegel85/BTTGB
1
125967
updateTimer:: ; increment the timer ld a, 1 ld hl, TIMER_FRAME_COUNTER_REGISTER dec [hl] jr nz, .noInc ; 1 of 3 frames ld a, 2 ld [hl], a .noInc: ld hl, TIMER_REGISTER add [hl] daa ld [hli], a ld a, 0 adc [hl] daa cp $60 scf ccf jr nz, .displaySecs xor a scf .displaySecs: ld [hli], a ld a, 0 adc [...
Driver/Printer/PrintCom/Job/jobResetPrinterAndWait.asm
steakknife/pcgeos
504
125968
<reponame>steakknife/pcgeos<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: Printer Drivers FILE: jobResetPrinterAndWait.asm AUTHOR: <NAME> ROUTINES: Name Description --...
programs/oeis/104/A104435.asm
karttu/loda
1
125969
<gh_stars>1-10 ; A104435: Number of ways to split 1, 2, 3, ..., 2n into 2 arithmetic progressions each with n terms. ; 1,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 mov $2,$0 lpb $0,1 mov $1,$0 add $1,$2 sub $2,5 sub $0,1 lpe add $1,1
src/CodeSetSize/native.asm
Bhaskers-Blu-Org2/msr-cloak
9
125970
<filename>src/CodeSetSize/native.asm<gh_stars>1-10 include ksamd64.inc .DATA .CODE ;int execTrans(void*) LEAF_ENTRY execTrans, _TEXT$00 mov rax, success ; return address xbegin failed jmp rcx success: xend ; write XBEGIN_STARTED to rax xor rax, rax not rax ret failed: ret LEAF_END execTrans, _TEXT$00 ;...
oeis/185/A185113.asm
neoneye/loda-programs
11
125971
; A185113: Number of dissections of a convex (3n+3)-sided polygon into n pentagons and one triangle (up to equivalence) ; Submitted by <NAME> ; 1,3,18,130,1020,8379,70840,610740,5340060,47187580,420412278,3770221338,33991902308,307826695050,2798052616800,25514463687720,233296537299228,2138295980859588,19639886707062280...
libsrc/games/pc88/bit_open_di.asm
jpoikela/z88dk
640
125972
<reponame>jpoikela/z88dk<gh_stars>100-1000 ; $Id: bit_open_di.asm $ ; ; NEC PC-8801 - 1 bit sound functions ; ; void bit_open(); ; ; <NAME> - 2018 ; SECTION code_clib PUBLIC bit_open_di PUBLIC _bit_open_di EXTERN __snd_tick EXTERN __bit_irqstatus .bit_open_di ._bit_open_di ...
Transynther/x86/_processed/AVXALIGN/_zr_un_/i7-7700_9_0x48.log_21829_384.asm
ljhsiun2/medusa
9
125973
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1bc29, %rsi lea addresses_WT_ht+0x12cbd, %rdi nop nop nop cmp %r13, %r13 mov $115, %rcx rep movsb nop xor %rsi, %rsi lea addresses_WC_ht+0x1846d, %r13 sub $39...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_9.asm
ljhsiun2/medusa
9
125974
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x623d, %rdi nop nop nop add $60329, %r10 movb $0x61, (%rdi) nop nop nop nop xor %rcx, %rcx lea addresses_D_ht+0x1540b, %r15 xor $63563, %rbx mov $0x6162636465666768, %r9 movq %...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1788.asm
ljhsiun2/medusa
9
125976
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1788.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xe71f, %r15 nop nop nop nop dec %r11 movb (%r15), %al nop dec %rd...
source/main/evaluate/support.asm
paulscottrobson/6502-basic
3
125977
; ************************************************************************************************ ; ************************************************************************************************ ; ; Name: support.asm ; Purpose: Support/Link for evaluate ; Created: 22nd February 2021 ; Reviewed: 7th March 2021 ...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_9_2271.asm
ljhsiun2/medusa
9
125978
.global s_prepare_buffers s_prepare_buffers: push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1590e, %r9 nop nop nop nop add %rbx, %rbx movups (%r9), %xmm6 vpextrq $1, %xmm6, %r8 nop xor %rdx, %rdx lea addresses_D_ht+0xaf52, %r8 nop nop nop nop xor $13973, %rcx mov $0x6...
programs/bootloader.asm
firemark/katp91
3
125979
<gh_stars>1-10 .MEM: val: db 0xA00A .INT_BUTTONS: PUSH AX PUSH CX PUSH DX MOV AH 0xB0 ; buttons register MOV AL 0x00 LD CX AX MOV CH CL AND CH 0x01 ; if first button is clicked ;BREQ buttons_end ; if result is zero - jump to end ; reset counter ADD BL 0x0F ADC BH 0 ...
platforms/m3/prc_v13/software/design_tb_0/design_tb_0.asm
lab11/M-ulator
19
125980
<filename>platforms/m3/prc_v13/software/design_tb_0/design_tb_0.asm design_tb_0/design_tb_0.elf: file format elf32-littlearm Disassembly of section .text: 00000000 <hang-0x80>: 0: 00002000 .word 0x00002000 4: 00000091 .word 0x00000091 ... 10: 00000080 .word 0x00000080 14: 00000080 .word 0x0000008...
libsrc/nc100/heaplock.asm
meesokim/z88dk
0
125981
<reponame>meesokim/z88dk<filename>libsrc/nc100/heaplock.asm PUBLIC heaplock .heaplock pop hl pop de pop bc push bc push de push hl call 0xb884 ld h, b ld l, c ret
Exploit-Dev/shellcodes/egghunter/bytes_24.asm
bbhunter/Security-Guide
98
125983
<reponame>bbhunter/Security-Guide<gh_stars>10-100 /* ;Title: x64 Linux egghunter in 24 bytes ;Author: <NAME> a.k.a d4sh&r ;Contact: https://mx.linkedin.com/in/d4v1dvc ;Description: x64 Linux egghunter that looks for the string "h@ckh@ck" ; and then execute the s...
Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xca_notsx.log_21829_215.asm
ljhsiun2/medusa
9
125984
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xa68f, %r10 clflush (%r10) nop xor %rbp, %rbp vmovups (%r10), %ymm5 vextracti128 $0, %ymm5, %xmm5 vpextrq $0, %xmm5, %rdi nop and $44147, %rbx lea addresses_normal_ht+0x93d7, %rsi lea a...
2020/8/handheld_halting_p1.asm
ped7g/adventofcode
2
125985
; https://adventofcode.com/2020/day/8 (part 1) OPT listoff : DEVICE ZXSPECTRUMNEXT : MMU 0 7, 0, $0000 inputFile: ; load the input into virtual device memory for processing INCBIN "input.txt" inputEnd: ds 256,0 ; some zeroed mem in case the algorithm reads way beyond input OP_JMP EQU $8000 OP_...
programs/oeis/167/A167467.asm
jmorken/loda
1
125986
<filename>programs/oeis/167/A167467.asm ; A167467: a(n) = 25*n^3 - n*(5*n+1)/2 + 1. ; 23,190,652,1559,3061,5308,8450,12637,18019,24746,32968,42835,54497,68104,83806,101753,122095,144982,170564,198991,230413,264980,302842,344149,389051,437698,490240,546827,607609,672736,742358,816625,895687,979694,1068796,1163143,126288...