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 |
|---|---|---|---|---|
base_func/video/print/lib.asm | Turboxray/VDC_display_latch_test | 0 | 46119 |
include "..\base_func\video\print\print.inc"
;...............................................................................
;//Print string ascii string
;///////////////////////////
; vram addr in X:A
; string addr in R0
;
PrintString:
bcs .skip
stz <vdc_reg
st0 #$00
sta $0002
... |
libsrc/math/cpcmath/pow.asm | RC2014Z80/z88dk | 8 | 46120 | <gh_stars>1-10
;
; CPC Maths Routines
;
; August 2003 **_|warp6|_** <kbaccam /at/ free.fr>
;
; $Id: pow.asm,v 1.4 2016-06-22 19:50:49 dom Exp $
;
SECTION code_fp
INCLUDE "cpcfirm.def"
INCLUDE "cpcfp.def"
PUBLIC pow
PUBLIC powc
EXTERN fa
.pow
ld hl,8
add hl,sp
l... |
oeis/019/A019492.asm | neoneye/loda-programs | 11 | 46122 | ; A019492: Pisot sequence T(4,9), a(n) = floor(a(n-1)^2/a(n-2)).
; Submitted by <NAME>
; 4,9,20,44,96,209,455,990,2154,4686,10194,22176,48241,104942,228287,496607,1080300,2350043,5112193,11120867,24191904,52626132,114480851,249037213,541745915,1178493097,2563648273,5576861234,12131688091,26390804748,57409535261,1248864... |
oeis/066/A066430.asm | neoneye/loda-programs | 11 | 46123 | <gh_stars>10-100
; A066430: a(n) = 8^n mod n^8.
; 0,64,512,4096,32768,262144,2097152,0,5077565,73741824,15579352,352387072,769038655,195124224,1009588832,0,4384458125,2836131328,9009163584,7006846976,33653509289,41376995328,17808619293,26138902528,11605068943,200037316608,161669290688,88607293440,486559764369,544999124... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_754.asm | ljhsiun2/medusa | 9 | 46124 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rax
push %rbx
push %rdx
push %rsi
lea addresses_UC_ht+0x10123, %r8
clflush (%r8)
add $14634, %rbx
movb $0x61, (%r8)
nop
and %rdx, %rdx
lea addresses_D_ht+0x1029f, %rsi
add %rax, %rax
movw $0x6162, (%rsi)
sub %rbx, %rbx
lea addresses_WC_ht+0... |
programs/oeis/321/A321243.asm | neoneye/loda | 22 | 46125 | ; A321243: a(n) is the product of n and all its decimal digits individually except the leftmost digit.
; 0,1,2,3,4,5,6,7,8,9,0,11,24,39,56,75,96,119,144,171,0,21,44,69,96,125,156,189,224,261,0,31,64,99,136,175,216,259,304,351,0,41,84,129,176,225,276,329,384,441,0,51,104,159,216,275,336,399,464,531,0,61,124,189,256,325,... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_24.asm | ljhsiun2/medusa | 9 | 46126 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1be1a, %r11
nop
nop
nop
nop
nop
xor %r9, %r9
mov $0x6162636465666768, %rsi
movq %rsi, %xmm2
and $0xffffffffffffffc0, %r11
movaps %xmm2, (%r11)
nop
cmp %r11, %r11
lea addre... |
libsrc/_DEVELOPMENT/stdlib/c/sccz80/dtoa.asm | jpoikela/z88dk | 640 | 46127 |
; size_t dtoa(double x, char *buf, uint16_t prec, uint16_t flag)
SECTION code_clib
SECTION code_stdlib
PUBLIC dtoa
EXTERN asm_dtoa, dload
dtoa:
ld hl,8
add hl,sp
call dload
pop af
pop bc
pop de
pop hl
push hl
push de
push bc
push af
jp asm_dtoa
|
oeis/254/A254965.asm | neoneye/loda-programs | 11 | 46128 | <reponame>neoneye/loda-programs
; A254965: Indices of centered hexagonal numbers (A003215) that are also heptagonal numbers (A000566).
; Submitted by <NAME>
; 1,2,13,34,275,736,6027,16148,132309,354510,2904761,7783062,63772423,170872844,1400088535,3751419496,30738175337,82360356058,674839768869,1808176413770,1481573673... |
oeis/139/A139714.asm | neoneye/loda-programs | 11 | 46129 | ; A139714: a(n) = Sum_{k>=0} binomial(n,5*k+2).
; Submitted by <NAME>(s1.)
; 0,0,1,3,6,10,15,22,36,72,165,385,859,1807,3614,6995,13380,25773,50559,101118,204820,416405,843756,1698458,3396916,6765175,13455325,26789257,53457121,106914242,214146295,429124630,859595529,1720537327,3441074654,6878624730,13748021995,274811136... |
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/tests/x86call.asm | problem-frames/openpf | 1 | 46130 | dnl x86 calling conventions checking.
dnl Copyright (C) 2000 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Public License as
dnl published by the... |
smsq/q68/driver/dv3.asm | olifink/smsqe | 0 | 46131 | <gh_stars>0
;SMSQ Q68 DV3 Main Routine <NAME> 2017-2018
; 2018-05-08 1.01 preset card type in sysvars
section header
xref smsq_end
xref.l dv3_vers
header_base
dc.l dv3_base-header_base ; length of header
dc.l 0 ; module length unknown
dc.l smsq_end-dv3_base ; loaded length
dc.l 0 ; checksum
dc.l 0 ... |
qxl/qxl.smes.asm | olifink/smsqe | 0 | 46133 | <reponame>olifink/smsqe<gh_stars>0
; QXL_SMES.ASM Adds a message to the send list / buffer
ASSUME ds:DGROUP
ASSUME es:DGROUP
; AX pointer to message header (word length in words)
; CX length in words to fill in
; DI smashed
; CC NC OK, C queue full
qxl_smess:
cli
mov di, ax
mov [di]... |
programs/test.asm | Ahsan-Sarbaz/JinVM | 0 | 46134 | <reponame>Ahsan-Sarbaz/JinVM
JMP END
LABEL START
LD R0, 1
LD R1, 2
ADD R0, R1
LD R2, 5
LD R3, 3
SUB R2, R3
LD R0, 3
LD R1, 5
MUL R0, R1
LD R2, 10
LD R3, 2
DIV R2, R3
LABEL END
JMP START
|
asm/mxetso.asm | rscott-rocket/mxe | 8 | 46136 | MXETSO TITLE 'MXE - TSO CLIENT PROGRAM'
*--------+---------+---------+---------+---------+---------+---------+-
* Name : MXETSO
*
* Function : MXE Client TSO Program
*
* (o) Locate the MXEGBVT via name/token lookup
*
* (o) Issue MXE QUERY request to get the ACEE for... |
programs/oeis/087/A087446.asm | neoneye/loda | 22 | 46137 | <filename>programs/oeis/087/A087446.asm
; A087446: Numbers that are congruent to {1, 6} mod 15.
; 1,6,16,21,31,36,46,51,61,66,76,81,91,96,106,111,121,126,136,141,151,156,166,171,181,186,196,201,211,216,226,231,241,246,256,261,271,276,286,291,301,306,316,321,331,336,346,351,361,366,376,381,391,396,406
mul $0,6
div $0,4... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccixp_ds2ulong_callee.asm | jpoikela/z88dk | 640 | 46138 | <reponame>jpoikela/z88dk
; signed long __fs2ulong_callee(float f)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdccixp_ds2ulong_callee
EXTERN cm48_sdccixp_dcallee1, am48_dfix32u
cm48_sdccixp_ds2ulong_callee:
; double to unsigned long
;
; enter : stack = sdcc_float x, ret
;
; exit : dehl = ... |
programs/oeis/014/A014206.asm | karttu/loda | 1 | 46140 | <gh_stars>1-10
; A014206: a(n) = n^2 + n + 2.
; 2,4,8,14,22,32,44,58,74,92,112,134,158,184,212,242,274,308,344,382,422,464,508,554,602,652,704,758,814,872,932,994,1058,1124,1192,1262,1334,1408,1484,1562,1642,1724,1808,1894,1982,2072,2164,2258,2354,2452,2552,2654,2758,2864,2972,3082,3194,3308,3424,3542,3662,3784,3908,40... |
programs/oeis/213/A213387.asm | karttu/loda | 0 | 46141 | <reponame>karttu/loda<filename>programs/oeis/213/A213387.asm
; A213387: a(n) = 5*2^(n-1)-2-3*n.
; 0,2,9,26,63,140,297,614,1251,2528,5085,10202,20439,40916,81873,163790,327627,655304,1310661,2621378,5242815,10485692,20971449,41942966,83886003,167772080,335544237,671088554,1342177191,2684354468,5368709025,10737418142,214... |
programs/oeis/157/A157842.asm | karttu/loda | 0 | 46142 | ; A157842: 3600n^2 - 5599n + 2177.
; 178,5379,17780,37381,64182,98183,139384,187785,243386,306187,376188,453389,537790,629391,728192,834193,947394,1067795,1195396,1330197,1472198,1621399,1777800,1941401,2112202,2290203,2475404,2667805,2867406,3074207,3288208,3509409,3737810,3973411,4216212,4466213,4723414,4987815,52594... |
Codes/Chapter05/P02/P05-02.asm | ar-ekt/Dandamudi-Assembly-Solutions | 8 | 46143 | <filename>Codes/Chapter05/P02/P05-02.asm
%INCLUDE "lib.h"
global _start
section .data
prompt_msg db "Please input a set of integers: (input can be terminated by entering 0 or by entering 20 integers)", 10, 0
open_parenthes db ") ", 0
sum_msg db "Sum of integers is ", 0
endl db 10, 0
section .bss
i... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_715.asm | ljhsiun2/medusa | 9 | 46144 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x17d16, %rsi
lea addresses_normal_ht+0x12916, %rdi
nop
add $55199, %rbp
mov $22, %rcx
rep movsw
nop
nop
nop
nop
nop
cmp %rbx, %rbx
lea addresses_D_ht+0x7a16, %rsi
nop
nop
cmp %rdi, %rd... |
ta19demo/dist_to_hh.asm | hallorant/bitmit | 6 | 46145 | <reponame>hallorant/bitmit
; _____ _ _ _______
; | __ \(_) | | |__ __|
; | | | |_ ___| |_ | | ___
; | | | | / __| __| | |/ _ \
; | |__| | \__ \ |_ | | (_) | ... |
bootable/UEFI-Program-MZ-DOS-Stub.asm | ElecBot/x64-FASM-Programs | 0 | 46147 | <reponame>ElecBot/x64-FASM-Programs<filename>bootable/UEFI-Program-MZ-DOS-Stub.asm
;MZ Executable (EXE) DOS Program Stub for use in the beginning of a Portable Executable (PE) UEFI Program
;This assembly program is assembled by FASM
;Total EXE File Size Target: 60-bytes / 30-words so that entire program stub (file) c... |
programs/oeis/123/A123348.asm | karttu/loda | 0 | 46149 | <reponame>karttu/loda<filename>programs/oeis/123/A123348.asm
; A123348: Kekulé numbers for certain benzenoids (see the Cyvin-Gutman book for details).
; 0,3,12,54,240,1068,4752,21144,94080,418608,1862592,8287584,36875520,164077248,730060032,3248394624,14453698560,64311583488,286153731072,1273238091264,5665259827200,252... |
programs/oeis/086/A086568.asm | neoneye/loda | 22 | 46150 | ; A086568: Smallest number having as many distinct prime factors as n has prime factors, when counted with multiplicity.
; 1,2,2,6,2,6,2,30,6,6,2,30,2,6,6,210,2,30,2,30,6,6,2,210,6,6,30,30,2,30,2,2310,6,6,6,210,2,6,6,210,2,30,2,30,30,6,2,2310,6,30,6,30,2,210,6,210,6,6,2,210,2,6,30,30030,6,30,2,30,6,30,2,2310,2,6,30,30,... |
MMC-Ideas/PrimeNumbersC/Release/Main.asm | oelsnerc/MMC-Ideas | 0 | 46151 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 15.00.21022.08
TITLE e:\Work\MySVN\C#\MMC-Ideas\PrimeNumbersC\Main.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB OLDNAMES
PUBLIC ??_C@_0P@GHFPNOJB@bad?5allocation?$AA@ ; `string'
PUBLIC ??0_Sentry_base@?$basic_ostream@DU?$... |
libsrc/_DEVELOPMENT/im2/z80/asm_im2_pop_registers.asm | jpoikela/z88dk | 640 | 46152 |
SECTION code_clib
SECTION code_im2
PUBLIC asm_im2_pop_registers
asm_im2_pop_registers:
; pop all z80 registers from the stack
; must be called
; uses : all
pop hl
exx
pop iy
pop ix
pop hl
pop de
pop bc
pop af
ex af,af'
exx
pop de
pop bc
pop af
ex (sp),h... |
base/crts/crtw32/string/amd64/_ctypev.asm | npocmaka/Windows-Server-2003 | 17 | 46153 | ;***
;_ctypev.asm - copy bytes until a character is found
;
; Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines _ctype vector. The reason we need asm file is we want _ctype to
; point in middle of the table so that _ctype[(signed char)0xfe] would work
; fine. Also ... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_436_1894.asm | ljhsiun2/medusa | 9 | 46156 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %r15
push %r8
push %rbx
push %rdi
push %rdx
// Store
mov $0xefe, %rdi
and %r15, %r15
movb $0x51, (%rdi)
add %r8, %r8
// Store
lea addresses_A+0x19b92, %rdx
nop
nop
nop
nop
nop
add $20685, %r14
mov $0x51... |
CANIO.asm | grodansparadis/vscp_pic1_bootloader | 2 | 46157 | <filename>CANIO.asm
;*****************************************************************************
;*
;* Microchip CAN Bootloader
;*
;*****************************************************************************
;* FileName: CANIO.asm
;* Dependencies:
;* Processor: PIC18F with CAN... |
libsrc/_DEVELOPMENT/arch/hbios/c/sccz80/hbios_a_dehl_callee.asm | Frodevan/z88dk | 640 | 46158 |
; uint8_t hbios_a_dehl(uint16_t func_device, uint32_t arg) __smallc __z88dk_callee
SECTION code_clib
SECTION code_arch
PUBLIC hbios_a_dehl_callee
EXTERN asm_hbios_a
.hbios_a_dehl_callee
pop af
pop hl
pop de
pop bc
push af
jp asm_hbios_a
|
firmware/coreboot/3rdparty/blobs/cpu/amd/geode_lx/gplvsa_ii/vsm_lib/message.asm | fabiojna02/OpenCellular | 1 | 46159 | ;
; Copyright (c) 2006-2008 Advanced Micro Devices,Inc. ("AMD").
;
; This library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as
; published by the Free Software Foundation; either version 2.1 of the
; License, or (at your option) any lat... |
verify/alfy/3_expression/logic.alfy.asm | alexandruradovici/alf-alfy-asm-public | 0 | 46160 | <filename>verify/alfy/3_expression/logic.alfy.asm
; script
start:
; asm
; expression =
; expression +
; value int 2
set r4 2
; value int 3
set r5 3
add r3 r4 r5
; expression +
; value... |
oeis/266/A266007.asm | neoneye/loda-programs | 11 | 46161 | <reponame>neoneye/loda-programs
; A266007: Number of n X 3 integer arrays with each element equal to the number of horizontal and antidiagonal neighbors equal to itself.
; Submitted by <NAME>(s2)
; 2,2,6,14,22,46,102,190,374,782,1542,3038,6166,12334,24486,49150,98486,196430,393030,786974,1572694,3144814,6292710,1258348... |
data/maps/objects/UndergroundPathRoute8.asm | opiter09/ASM-Machina | 1 | 46162 | <gh_stars>1-10
UndergroundPathRoute8_Object:
db $a ; border block
def_warps
warp 3, 7, 4, LAST_MAP
warp 4, 7, 4, LAST_MAP
warp 4, 4, 1, UNDERGROUND_PATH_WEST_EAST
def_signs
def_objects
object SPRITE_GIRL, 3, 4, STAY, NONE, 1 ; person
def_warps_to UNDERGROUND_PATH_ROUTE_8
|
programs/oeis/329/A329845.asm | neoneye/loda | 22 | 46163 | <reponame>neoneye/loda
; A329845: Beatty sequence for (3+sqrt(29))/5.
; 1,3,5,6,8,10,11,13,15,16,18,20,21,23,25,26,28,30,31,33,35,36,38,40,41,43,45,46,48,50,51,53,55,57,58,60,62,63,65,67,68,70,72,73,75,77,78,80,82,83,85,87,88,90,92,93,95,97,98,100,102,103,105,107
add $0,1
mov $3,1
mov $5,$0
mov $0,8
mul $5,52
sub $5,1... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1519.asm | ljhsiun2/medusa | 9 | 46164 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1519.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1da91, %rsi
lea addresses_normal_ht+0x1c291, %rdi
clflush (%rdi)
n... |
source/command/wait.asm | mega65dev/rom-assembler | 0 | 46167 | <reponame>mega65dev/rom-assembler<filename>source/command/wait.asm
; ********************************************************************************************
; ********************************************************************************************
;
; Name : wait.asm
; Purpose : ..
; Created : 15th No... |
Game v0.0.7.asm | Jeconias/assembly | 1 | 46168 | <reponame>Jeconias/assembly<filename>Game v0.0.7.asm<gh_stars>1-10
# <NAME>
# github.com/jeconias/assembly
# v0.0.7
.data
.space 131072 # 131072 ESPACOS PARA COMECAR A ARMAZENAR OS DADOS .word
# 0.1: OS .words SAO "ARRAYS" DE INTEIROS QUE PRESENTA POSICOES DE ENDERECO DE MEMORIA EM RELACAO AO INICIO DA MEMORIA STATI... |
programs/oeis/192/A192790.asm | neoneye/loda | 22 | 46169 | <filename>programs/oeis/192/A192790.asm
; A192790: Molecular topological index of the Andrasfai graphs
; 4,80,336,880,1820,3264,5320,8096,11700,16240,21824,28560,36556,45920,56760,69184,83300,99216,117040,136880,158844,183040,209576,238560,270100,304304,341280,381136,423980,469920
add $0,1
mul $0,3
bin $0,3
mul $0,4
|
test/asm/lods.asm | nigelperks/BasicAssembler | 0 | 46170 | <reponame>nigelperks/BasicAssembler<filename>test/asm/lods.asm
IDEAL
SEGMENT SEG1
ASSUME CS:SEG1,DS:SEG1,ES:SEG1,SS:SEG1
ORG 100h
start:
jmp over ; force resize pass
; source: SI
; destination: AL
lods [byte si]
lods [byte ds:si]
lods [byte es:si]
lods [byte ss:si]
lods [byte cs:si]
lods [word si]
... |
src/syscalls/system.asm | moneytech/BareMetal-kernel | 289 | 46171 | ; =============================================================================
; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems
; Copyright (C) 2008-2020 Return Infinity -- see LICENSE.TXT
;
; System Functions
; =============================================================================
; --------... |
somma_elementi_diagonale_secondaria_matrice.asm | lorenzocamilli/assembly-mips-esercizi | 0 | 46172 | #Somma elementi diagonale non principale matrice
.text
.globl main
main:
li $t0, 1 #indice colonna
li $t1, 1 #indice riga
li $a0, 4 #numero righe
li $a1, 4 #nuemro colonne
li $a2, 0 #sommatore
li $t7, 4 #indice colonna diagonale
li $t8, 1 #indice riga diagonale
reset_indice_colonna:
li $t0, 1
scorriemnto... |
data/pokemon/base_stats/ho_oh.asm | AtmaBuster/pokeplat-gen2 | 6 | 46173 | db 0 ; species ID placeholder
db 106, 130, 90, 90, 110, 154
; hp atk def spd sat sdf
db FIRE, FLYING ; type
db 3 ; catch rate
db 220 ; base exp
db SACRED_ASH, SACRED_ASH ; items
db GENDER_UNKNOWN ; gender ratio
db 120 ; step cycles to hatch
INCBIN "gfx/pokemon/ho_oh/front.dimensions"
db GROWTH_SLO... |
programs/oeis/113/A113637.asm | neoneye/loda | 22 | 46174 | ; A113637: In the sequence of positive integers subtract 1 from each nonprime number.
; 0,2,3,3,5,5,7,7,8,9,11,11,13,13,14,15,17,17,19,19,20,21,23,23,24,25,26,27,29,29,31,31,32,33,34,35,37,37,38,39,41,41,43,43,44,45,47,47,48,49,50,51,53,53,54,55,56,57,59,59,61,61,62,63,64,65,67,67,68,69,71,71,73
mov $1,$0
seq $1,63918... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_3666_1787.asm | ljhsiun2/medusa | 9 | 46175 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xfa44, %r10
nop
nop
nop
nop
sub $25882, %rcx
mov (%r10), %dx
nop
nop
nop
dec %rdi
lea addresses_normal_ht+0x3aed, %r12
sub %rcx, %rcx
movb (%r12), %r11b
nop
nop
nop
nop
sub %r... |
src/util.asm | onlymx13/cesium | 0 | 46176 | util_find_var:
call ti.Mov9ToOP1
jp ti.ChkFindSym
util_delete_program_from_usermem:
or a,a
sbc hl,hl
ld de,(ti.asm_prgm_size) ; get program size
ld (ti.asm_prgm_size),hl ; delete whatever was there
ld hl,ti.userMem
jp ti.DelMem
util_show_time:
bit setting_clock,(iy + settings_flag)
ret z
set ti.clockOn,(... |
Library/Kernel/Graphics/graphicsTextObject.asm | steakknife/pcgeos | 504 | 46177 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Kernel Library
FILE: graphicsTextObject.asm
AUTHOR: <NAME>, Jan 26, 1990
ROUTINES:
Name Description
---- -----------
EXT GrTextObjCalc Ca... |
IOCLA/Teme/tema1/tema1.asm | mihai-constantin/ACS | 0 | 46178 | <gh_stars>0
; <NAME> - 321CD
%include "io.inc"
%define MAX_INPUT_SIZE 4096
section .data
negative db 0
aux dd 0
val1 dd 0
val2 dd 0
aux_eax dd 0; copy of eax register
aux_ecx dd 0; copy of ecx register
section .bss
expr: resb MAX_INPUT_SIZE
section .text
global CMAIN
CMAIN:
mov ebp, es... |
src/firmware/Platform/Lcd/WaitState.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 46179 | <filename>src/firmware/Platform/Lcd/WaitState.asm
#include "Platform.inc"
#include "TailCalls.inc"
#include "Timer0.inc"
#include "States.inc"
#include "WaitState.inc"
radix decimal
defineLcdState LCD_STATE_WAIT
checkIfExpectedNumberOfTicksHasElapsed:
elapsedSinceTimer0 LCD_WAIT_PARAM_INITIAL_TICKS
.setBan... |
examples/01-helloworld/01-helloworld.asm | billsix/spimulator | 0 | 46180 | # Copyright (c) 2021 <NAME>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, ... |
programs/oeis/108/A108151.asm | karttu/loda | 1 | 46181 | <reponame>karttu/loda
; A108151: a(n) = n^2 + 3*n + 1 if prime or 0 if composite.
; 5,11,19,29,41,0,71,89,109,131,0,181,0,239,271,0,0,379,419,461,0,0,599,0,701,0,811,0,929,991,0,0,0,1259,0,0,1481,1559,0,1721,0,0,1979,2069,2161,0,2351,0,2549,0
mov $1,$0
add $1,4
mul $0,$1
add $0,$1
mov $1,$0
add $1,1
cal $0,10051 ; Cha... |
data/pokemon/dex_entries/igglybuff.asm | AtmaBuster/pokeplat-gen2 | 6 | 46182 | <gh_stars>1-10
db "BALLOON@" ; species name
db "Instead of walking"
next "with its short"
next "legs, it moves"
page "around by bouncing"
next "on its soft,"
next "tender body.@"
|
Programs/consoleV0.57.asm | dmcnaughton/PHANAND_ONE | 16 | 46183 | #include "cpudef.asm"
;Console_v0.57
;Fixed backspace on chars with offset
bootload:
#addr 0x00
MOV Si, #0x00 ; RAM program start address to be copied to
MOV Di, #start ; ROM address to start copying from
MOV Rd, #(end - start + 1)[7:0] ; RAM program leng... |
oeis/021/A021725.asm | neoneye/loda-programs | 11 | 46184 | <reponame>neoneye/loda-programs
; A021725: Decimal expansion of 1/721.
; Submitted by <NAME>(m2)
; 0,0,1,3,8,6,9,6,2,5,5,2,0,1,1,0,9,5,7,0,0,4,1,6,0,8,8,7,6,5,6,0,3,3,2,8,7,1,0,1,2,4,8,2,6,6,2,9,6,8,0,9,9,8,6,1,3,0,3,7,4,4,7,9,8,8,9,0,4,2,9,9,5,8,3,9,1,1,2,3,4,3,9,6,6,7,1,2,8,9,8,7,5,1,7,3,3,7,0,3
seq $0,83811 ; Numbe... |
oeis/076/A076026.asm | neoneye/loda-programs | 11 | 46185 | <filename>oeis/076/A076026.asm
; A076026: Expansion of g.f.: (1-4*x*C)/(1-5*x*C) where C = (1/2-1/2*(1-4*x)^(1/2))/x = g.f. for Catalan numbers A000108.
; Submitted by <NAME>
; 1,1,6,37,230,1434,8952,55917,349374,2183230,13643972,85270626,532926716,3330739972,20816939100,130105200765,813155081070,5082210417270,31763782... |
programs/oeis/158/A158420.asm | neoneye/loda | 22 | 46186 | <filename>programs/oeis/158/A158420.asm<gh_stars>10-100
; A158420: 1024n^2 - 2n.
; 1022,4092,9210,16376,25590,36852,50162,65520,82926,102380,123882,147432,173030,200676,230370,262112,295902,331740,369626,409560,451542,495572,541650,589776,639950,692172,746442,802760,861126,921540,984002,1048512,1115070,1183676,1254330,... |
programs/oeis/273/A273724.asm | karttu/loda | 1 | 46188 | <filename>programs/oeis/273/A273724.asm
; A273724: Place n equally-spaced points around a circle, labeled 0,1,2,...,n-1. For each i = 0..n-1 such that 3i != i mod n, draw an (undirected) chord from i to (3i mod n). Then a(n) is the total number of distinct chords.
; 0,0,0,2,1,4,4,6,3,8,8,10,9,12,12,14,11,16,16,18,17,20... |
programs/oeis/227/A227015.asm | karttu/loda | 0 | 46189 | ; A227015: a(n) = floor(M(g(n-1)+1, ..., g(n))), where M = harmonic mean and g(n) = n^3 + n^2 + n + 1.
; 2,8,26,60,117,203,324,487,696,958,1279,1666,2123,2657,3274,3981,4782,5684,6693,7816,9057,10423,11920,13555,15332,17258,19339,21582,23991,26573,29334,32281,35418,38752,42289,46036,49997,54179,58588,63231,68112,73238,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_354_1242.asm | ljhsiun2/medusa | 9 | 46191 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rbx
push %rdx
lea addresses_D_ht+0x1d7dc, %r15
nop
nop
nop
nop
nop
and %r12, %r12
movl $0x61626364, (%r15)
nop
nop
nop
nop
nop
cmp $7876, %rdx
pop %rdx
pop %rbx
pop %r15
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r11... |
lib/am335x_sdk/ti/csl/arch/a53/src/csl_a53v8func.asm | brandonbraun653/Apollo | 2 | 46192 | <gh_stars>1-10
/**
* @file csl_arm64func.s
*
* @brief
* A RM General Maintainence Functions
* \par
* ================================================================================
*
* @n (C) Copyright 2015 Texas Instruments Incorporated
*
* Redistribution and ... |
oeis/142/A142693.asm | neoneye/loda-programs | 11 | 46194 | ; A142693: Primes congruent to 46 mod 57.
; Submitted by <NAME>
; 103,331,673,787,1129,1471,1699,2269,2383,2953,3067,3181,3637,4093,4549,4663,5119,5233,5347,5689,6373,6829,7057,7741,8311,8539,9109,9337,9679,9907,10477,11047,11161,11503,11617,11731,11959,12073,12301,12757,13099,13327,13441,13669,14011,14923,15493,15607,... |
Code/CustomControl/SpreadSheet/SprDemo/Misc.asm | CherryDT/FbEditMOD | 11 | 46195 |
.code
GetColor proc hWin:DWORD,dwRGB:DWORD
LOCAL lpcc:CHOOSECOLOR
mov lpcc.lStructSize,sizeof CHOOSECOLOR
mov eax,hWin
mov lpcc.hwndOwner,eax
mov eax,hInstance
mov lpcc.hInstance,eax
mov lpcc.lpCustColors,offset CustColors
mov lpcc.Flags,CC_FULLOPE... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_2_1319.asm | ljhsiun2/medusa | 9 | 46196 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r8
push %r9
push %rbp
push %rbx
push %rsi
// Load
lea addresses_D+0x725c, %r12
nop
inc %rbp
mov (%r12), %r8d
nop
nop
nop
nop
nop
and $51477, %rbp
// Store
lea addresses_RW+0x1a2a8, %r12
nop
nop
nop
nop... |
oeis/333/A333262.asm | neoneye/loda-programs | 11 | 46197 | ; A333262: Number of steps to reach 1 by iterating the alternating sum of divisors function A071324 starting from n.
; Submitted by <NAME>(s1)
; 0,1,2,3,4,4,5,5,6,5,6,6,7,6,7,7,8,8,9,7,8,7,8,8,9,7,8,9,10,8,9,9,9,9,10,10,11,8,10,9,10,10,11,9,11,9,10,10,12,10,11,11,12,10,11,9,10,9,10,10,11,10,10,12,10,11,12,11,11,11,12,1... |
audio/music/nothing.asm | chaos-lord/CryEd | 1 | 46199 | <filename>audio/music/nothing.asm
Music_Nothing:
channel_count 4
channel 1, Music_Nothing_Ch1
channel 2, Music_Nothing_Ch2
channel 3, Music_Nothing_Ch3
channel 4, Music_Nothing_Ch4
Music_Nothing_Ch1:
Music_Nothing_Ch2:
Music_Nothing_Ch3:
Music_Nothing_Ch4:
sound_ret
|
SpectrumZX/main.asm | tehongis/reTry | 0 | 46200 |
SCR equ $4000 ; Sets a constant
org $8000 ; Where our program will being in the computer's memory
MAIN
ld bc,STRING
ld de,SCR
LOOP ; Marker
ld a,(bc)
cp 0 ; zero not 'o'
jr z,EXIT
rst $10
inc bc
inc de
jr LOOP
EXIT
ret
STRING
defb... |
oeis/038/A038873.asm | neoneye/loda-programs | 11 | 46201 | <gh_stars>10-100
; A038873: Primes p such that 2 is a square mod p; or, primes congruent to {1, 2, 7} mod 8.
; Submitted by <NAME>
; 2,7,17,23,31,41,47,71,73,79,89,97,103,113,127,137,151,167,191,193,199,223,233,239,241,257,263,271,281,311,313,337,353,359,367,383,401,409,431,433,439,449,457,463,479,487,503,521,569,577,5... |
oeis/021/A021385.asm | neoneye/loda-programs | 11 | 46203 | <reponame>neoneye/loda-programs
; A021385: Decimal expansion of 1/381.
; Submitted by <NAME>
; 0,0,2,6,2,4,6,7,1,9,1,6,0,1,0,4,9,8,6,8,7,6,6,4,0,4,1,9,9,4,7,5,0,6,5,6,1,6,7,9,7,9,0,0,2,6,2,4,6,7,1,9,1,6,0,1,0,4,9,8,6,8,7,6,6,4,0,4,1,9,9,4,7,5,0,6,5,6,1,6,7,9,7,9,0,0,2,6,2,4,6,7,1,9,1,6,0,1,0
seq $0,83811 ; Numbers n s... |
Driver/Printer/DotMatrix/Epson24/epson24ControlCodes.asm | steakknife/pcgeos | 504 | 46204 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Epson 24-pin Print Driver
FILE: epson24ControlCodes.asm
AUTHOR: <NAME>, 1 March 1990
ROUTINES:
Name Description
---- --------... |
libsrc/time/mtx/clock.asm | jpoikela/z88dk | 640 | 46205 | <reponame>jpoikela/z88dk<filename>libsrc/time/mtx/clock.asm
;
; clock() function
;
; Return the current time basically
; Typically used to find amount of CPU time
; used by a program.
;
; ANSI allows any time at start of program so
; properly written programs should call this fn
... |
programs/oeis/063/A063107.asm | jmorken/loda | 1 | 46207 | <reponame>jmorken/loda
; A063107: Dimension of the space of weight 2n cusp forms for Gamma_0( 39 ).
; 3,12,22,30,40,50,58,68,78,86,96,106,114,124,134,142,152,162,170,180,190,198,208,218,226,236,246,254,264,274,282,292,302,310,320,330,338,348,358,366,376,386,394,404,414,422,432,442,450,460
mov $2,7
lpb $0
mov $1,$0
... |
Pure64 v0.5.0 Distribution/src/syscalls.asm | svilerino/intel_multicore | 1 | 46209 | <filename>Pure64 v0.5.0 Distribution/src/syscalls.asm
; =============================================================================
; Pure64 -- a 64-bit OS loader written in Assembly for x86-64 systems
; Copyright (C) 2008-2012 Return Infinity -- see LICENSE.TXT
;
; System Calls
; ===============================... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1774.asm | ljhsiun2/medusa | 9 | 46210 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xd19b, %r14
nop
nop
nop
nop
nop
and %r11, %r11
movb $0x61, (%r14)
nop
nop
add $9067, %rdx
lea addresses_D_ht+0x491c, %rsi
lea addresses_A_ht+0x59db, %rdi
nop
and $28086, %rdx
m... |
Transynther/x86/_processed/AVXALIGN/_ht_/i7-7700_9_0xca_notsx.log_1_1576.asm | ljhsiun2/medusa | 9 | 46211 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x158c2, %rbx
clflush (%rbx)
nop
nop
nop
nop
nop
cmp $51257, %r12
mov (%rbx), %r15w
nop
add $54690, %r11
lea addresses_WT_ht+0xe9c2, %rdi
no... |
document/Elf_library_reduced/open_source_tools/ELFkickers/tiny/keepalive-2.2.17.asm | unanao/Elfdbs | 0 | 46212 | ;; keepalive.asm: Copyright (C) 2001 by <NAME>, under the GNU
;; General Public License (version 2 or later). No warranty.
;;
;; To build:
;; nasm -f bin -o keepalive keepalive.asm && chmod +x keepalive
BITS 32
%define origin 0x05070000
org origin
db 0x7F, "ELF" ; timespec begins at the "F"
dd 1 ; spec... |
oeis/006/A006287.asm | neoneye/loda-programs | 11 | 46214 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A006287: Sum of squares of digits of ternary representation of n.
; Submitted by <NAME>(s1)
; 0,1,4,1,2,5,4,5,8,1,2,5,2,3,6,5,6,9,4,5,8,5,6,9,8,9,12,1,2,5,2,3,6,5,6,9,2,3,6,3,4,7,6,7,10,5,6,9,6,7,10,9,10,13,4,5,8,5,6,9,8,9,12,5,6,9,6,7,10,9,10,13,8,9,12,9,10,13,12,13,16... |
architecture/quantization/lab1/t1_s2.asm | sabertazimi/hust-lab | 29 | 46215 | section .bss
section .data
buff db 01H,02H,03H,04H
section .text
global _start
_start:
mov ecx, 03FFFFFFFH; loop times = 2 ^ 30 - 1
l:
mov al, [buff]
mov ah, [buff + 1]
mov bl, [buff + 2]
mov bh, [buff + 3]
add dl, al
add dh, ah
add dl, bl
add dh, bh
LOOP l
; exit
... |
src/bootloader/GDT.asm | Thombrom/SnekOS | 0 | 46216 | ;
; For GDT layout and specification
;
gdt_start:
gdt_null: ; Mandatory null descriptor
dd 0x0
dd 0x0
gdt_code:
; We set base=0x0, limit=0xffffff
; Flags1: present=1, privilige=00, descriptortype=1,
; code=1, conforming=0, readable=1, accessed=0
; -> 10011010
; Flags... |
CS35101/mzrimsek/Project 1/selectionSort.asm | mzrimsek/school | 0 | 46217 | <gh_stars>0
#<NAME>
#Project 1 - Selection Sort
.data #data segment
.align 2 #align on next word boundary
prompt: .asciiz "Please enter 10 characters (upper/lowercase mixed):\n"
.align 2 #align on next word boundary
unsorted: .asciiz "Unsorted: "
.align 2
sorted: .asciiz "Sorted: "
.align 2
thestring: ... |
lib/wram.asm | stoneface86/tbengine | 6 | 46218 | <gh_stars>1-10
; -----------------------------------------------------------------------------
; WRAM variables
SECTION "tbengine_wram", WRAM0, ALIGN[3]
; this part of the section is aligned to quad words (8 bytes)
; so when calculating the address, the channel id can be added to the low byte
; of the address without... |
programs/oeis/101/A101854.asm | karttu/loda | 0 | 46219 | ; A101854: a(n) = n*(n+1)*(n^2+21*n+50)/24.
; 6,24,61,125,225,371,574,846,1200,1650,2211,2899,3731,4725,5900,7276,8874,10716,12825,15225,17941,20999,24426,28250,32500,37206,42399,48111,54375,61225,68696,76824,85646,95200,105525,116661,128649,141531,155350,170150,185976,202874,220891,240075,260475,282141,305124,329476,3... |
3d/setup.asm | osgcc/descent-pc | 3 | 46220 | <reponame>osgcc/descent-pc
;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END... |
bugs/PENDING_SUBMIT/0391-BAD-IMAGE-0c6af234-opt-O-test-host-Nvidia/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 46221 | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 133
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %22 %68
OpExecutionMode %4 Ori... |
contrib.asm | mmxbass/z3randomizer | 20 | 46223 | <reponame>mmxbass/z3randomizer
;================================================================
; Contributor: Myramong
;================================================================
;Sprite_ShowMessageFromPlayerContact_Edit:
;{
; STZ $1CE8
; JSL.l Sprite_CheckDamageToPlayerSameLayerLong : BCC .dont_show
;
; LDA $4... |
14.asm | LeslieYon/8086asm | 0 | 46226 | DSEG SEGMENT;数据段
BUFF DW 100,99,98,97,150,95,94,93,92,91,44,89,88,87,152,85 ;此处的BUFF即为题目中的DATA
;由于100DH太大,这里用10H的字数组代替
;注意:BUFF中必须至少有一个偶数
NUMIDX DW 1,10,100,1000,10000
DSEG ENDS
SSEG SEGMENT;堆栈段
DW 64 DUP(?)
SSEG ENDS
CSEG SEGMENT;代码段
ASSUME CS:CSEG,DS:DSEG,SS:SSEG
SHOWNUM PROC FAR ;此函数用于向... |
plasm.asm | littleli/plasm | 0 | 46227 | <filename>plasm.asm
; plasm.asm 256b demo, v1.1 (2002-06-13)
; coder/ littleli / idea by <NAME>
[ORG 0100h]
spd1 equ 1
spd2 equ 2
spd3 equ 3
spd4 equ 4
RED equ 0
GREEN equ 1
BLUE equ 2
color1 equ GREEN
color2 equ BLUE
[SECTION .bss]
tpos1 ... |
Driver/Power/NoPower/nopower.asm | steakknife/pcgeos | 504 | 46228 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: NoPower power management driver
FILE: nopower.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Tony 1/92 Initial version
... |
Library/Mailbox/Inbox/inboxFetch.asm | steakknife/pcgeos | 504 | 46229 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT:
MODULE:
FILE: inboxFetch.asm
AUTHOR: <NAME>, Dec 1, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
... |
oeis/078/A078023.asm | neoneye/loda-programs | 11 | 46230 | <reponame>neoneye/loda-programs
; A078023: Expansion of (1-x)/(1-2*x^2-2*x^3).
; Submitted by <NAME>
; 1,-1,2,0,2,4,4,12,16,32,56,96,176,304,544,960,1696,3008,5312,9408,16640,29440,52096,92160,163072,288512,510464,903168,1597952,2827264,5002240,8850432,15659008,27705344,49018880,86728704,153448448,271495168,480354304,8... |
oeis/248/A248558.asm | neoneye/loda-programs | 11 | 46231 | <filename>oeis/248/A248558.asm
; A248558: Squares of the digits of the decimal expansion of e.
; 4,49,1,64,4,64,1,64,4,64,16,25,81,0,16,25,4,9,25,9,36,0,4,64,49,16,49,1,9,25,4,36,36,4,16,81,49,49,25,49,4,16,49,0,81,9,36,81,81,81,25,81,25,49,16,81,36,36,81,36,49,36,4,49,49,4,16,0,49,36
seq $0,1113 ; Decimal expansion o... |
src/unison/test/fast/Mips/speed/h264ref.sei.UpdateRandomAccess.asm | Patstrom/disUnison | 88 | 46232 | .text
.abicalls
.section .mdebug.abi32,"",@progbits
.nan legacy
.file "h264ref.sei.UpdateRandomAccess.ll"
.text
.globl UpdateRandomAccess
.align 2
.type UpdateRandomAccess,@function
.set nomicromips
.set nomips16
.ent UpdateRandomAccess
UpdateRandomAccess: # @UpdateRandomAccess
.frame $... |
maps/RockTunnel1F.asm | Dev727/ancientplatinum | 28 | 46234 | object_const_def ; object_event constants
const ROCKTUNNEL1F_POKE_BALL1
const ROCKTUNNEL1F_POKE_BALL2
RockTunnel1F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
RockTunnel1FElixer:
itemball ELIXER
RockTunnel1FTMSteelWing:
itemball TM_STEEL_WING
RockTunnel1FHiddenXAccuracy:
hiddenitem X_ACCURACY, EVENT_... |
programs/oeis/273/A273407.asm | jmorken/loda | 1 | 46235 | <filename>programs/oeis/273/A273407.asm
; A273407: First differences of number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 673", based on the 5-celled von Neumann neighborhood.
; 3,17,23,33,39,49,55,65,71,81,87,97,103,113,119,129,135,145,151,161,167,177,183,... |
oeis/019/A019879.asm | neoneye/loda-programs | 11 | 46236 | <reponame>neoneye/loda-programs
; A019879: Decimal expansion of sine of 70 degrees.
; Submitted by <NAME>
; 9,3,9,6,9,2,6,2,0,7,8,5,9,0,8,3,8,4,0,5,4,1,0,9,2,7,7,3,2,4,7,3,1,4,6,9,9,3,6,2,0,8,1,3,4,2,6,4,4,6,4,6,3,3,0,9,0,2,8,6,6,6,2,7,7,4,2,2,1,2,1,0,9,9,5,8,8,9,4,5,8,9,4,9,7,4,5,8,8,9,8,3,7,9,4,8,0,6,7,4
mov $1,1
mo... |
oeis/267/A267322.asm | neoneye/loda-programs | 11 | 46237 | ; A267322: Expansion of (1 + x + x^2 + x^4 + 2*x^5)/(1 - x^3)^3.
; Submitted by <NAME>
; 1,1,1,3,4,5,6,9,12,10,16,22,15,25,35,21,36,51,28,49,70,36,64,92,45,81,117,55,100,145,66,121,176,78,144,210,91,169,247,105,196,287,120,225,330,136,256,376,153,289,425,171,324,477,190,361,532,210,400,590,231,441,651
lpb $0
sub $0,... |
programs/oeis/022/A022926.asm | jmorken/loda | 1 | 46238 | ; A022926: Number of powers of 7 between 2^n and 2^(n+1).
; 0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1
mov $4,2
mov $5,$0
lpb $4
sub $4,1
add $0,$4
sub $0,1
... |
src/test/ref/word-pointer-compound.asm | jbrandwood/kickc | 2 | 46239 | // Test word pointer compound assignment
// Commodore 64 PRG executable file
.file [name="word-pointer-compound.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
:Ba... |
programs/oeis/105/A105058.asm | neoneye/loda | 22 | 46240 | <gh_stars>10-100
; A105058: G.f. (1+8x-x^2)/((x+1)(x^2-6x+1)).
; 1,13,69,409,2377,13861,80781,470833,2744209,15994429,93222357,543339721,3166815961,18457556053,107578520349,627013566049,3654502875937,21300003689581,124145519261541,723573111879673
mov $1,1
mov $2,2
lpb $0
sub $0,1
add $2,$1
sub $1,1
add $1,$2
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.