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 |
|---|---|---|---|---|
programs/oeis/290/A290903.asm | neoneye/loda | 22 | 207123 | ; A290903: p-INVERT of the positive integers, where p(S) = 1 - 5*S.
; 5,35,240,1645,11275,77280,529685,3630515,24883920,170556925,1169014555,8012544960,54918800165,376419056195,2580014593200,17683683096205,121205767080235,830756686465440,5694091038177845,39027880580779475,267501073027278480,1833479630610169885,12566856... |
concerto_gui/mouse.asm | biermanncarl/cx16-concerto | 4 | 207124 | ; Copyright 2021 <NAME>
; This file contains the mouse controller unit/routines.
; It interprets the data coming from the mouse and calls subroutines
; of the GUI, like left click, drag, or reset routines
; Mouse controls are:
; Left click behaves as expected. Can also be used for dragging controls
; Right klick is ... |
src/test/ref/reserve-zp-procedure-1.asm | jbrandwood/kickc | 2 | 207125 | // Demonstrates a procedure reserving addresses on zeropage
// Commodore 64 PRG executable file
.file [name="reserve-zp-procedure-1.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"... |
src/lw_lw_tester.asm | Sai-Manish/Tomasulo-O3-processor | 2 | 207126 | <gh_stars>1-10
LW x1, 0(x2)
LW x7, 9(x2)
ADD x7, x7, x1
SW x7, 0(x2)
LW x1, 8(x2)
LW x7, 2(x2)
LW x7, 2(x2)
|
oeis/196/A196468.asm | neoneye/loda-programs | 11 | 207127 | ; A196468: a(1)=11; a(n) = floor((2 + sqrt(8))*a(n-1)) for n > 1.
; Submitted by <NAME>
; 11,53,255,1231,5943,28695,138551,668983,3230135,15596471,75306423,363611575,1755671991,8477134263,40931225015,197633437111,954258648503,4607568342455,22247307963831,107419505225143,518667252755895,2504347031924151,1209205713872018... |
programs/oeis/138/A138037.asm | neoneye/loda | 22 | 207128 | <reponame>neoneye/loda
; A138037: a(0) = 0, a(n+1) = n + a(n)/(2 - a(n) mod 2).
; 0,1,3,6,7,12,12,13,21,30,25,36,30,28,28,29,45,62,49,68,54,48,46,46,47,72,62,58,57,86,73,104,84,75,109,144,108,91,129,168,124,103,145,188,138,114,103,150,123,172,136,119,171,224,166,138,125,182,149,208,164,143,205,268,198,164,148,141,209,2... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_996.asm | ljhsiun2/medusa | 9 | 207129 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x4c57, %r9
nop
add $35023, %r10
movb (%r9), %r12b
inc %rcx
lea addresses_D_ht+0x10647, %r11
nop
nop
nop
nop
sub $22037, %r8
mov $0x6162636465666768, %r12
mov... |
Appl/Saver/Flame/flame.asm | steakknife/pcgeos | 504 | 207130 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994 -- All Rights Reserved
PROJECT: Lights Out
MODULE: Flame
FILE: flame.asm
AUTHOR: <NAME>, Aug 26, 1994
ROUTINES:
Name Description
---- -----------
REVISION HISTORY... |
Driver/Printer/HP/PSB/psbTextRes.asm | steakknife/pcgeos | 504 | 207132 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: postscript print driver
FILE: psbText.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
... |
libpal/intel_64bit_systemv_nasm/xsetbv.asm | mars-research/pal | 26 | 207133 | <gh_stars>10-100
bits 64
default rel
section .text
global pal_execute_xsetbv
pal_execute_xsetbv :
mov rax, rdi
mov rdx, rdi
shr rdx, 32
mov rcx, 0
xsetbv
ret
|
libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_realloc_unlocked_callee.asm | jpoikela/z88dk | 640 | 207134 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/heap_realloc_unlocked_callee.asm
; void *heap_realloc_unlocked_callee(void *heap, void *p, size_t size)
SECTION code_clib
SECTION code_alloc_malloc
PUBLIC _heap_realloc_unlocked_callee
EXTERN asm_heap_realloc_unlocked
_heap_realloc_unlock... |
codec/encoder/core/x86/coeff.asm | gpatil/openh264 | 1 | 207135 | ;*!
;* \copy
;* Copyright (c) 2010-2013, Cisco Systems
;* All rights reserved.
;*
;* 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 abo... |
oeis/092/A092844.asm | neoneye/loda-programs | 11 | 207136 | <filename>oeis/092/A092844.asm
; A092844: (Sum( prime(k)*10^(k-1),k=1..n) ).
; Submitted by <NAME>(s2)
; 2,32,532,7532,117532,1417532,18417532,208417532,2508417532,31508417532,341508417532,4041508417532,45041508417532,475041508417532,5175041508417532,58175041508417532,648175041508417532,6748175041508417532,737481750415... |
programs/oeis/230/A230075.asm | neoneye/loda | 22 | 207137 | <reponame>neoneye/loda
; A230075: Period 8: repeat [2, 1, 0, 1, -2, -1, 0, -1].
; 2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1,-2,-1,0,-1,2,1,0,1
s... |
libsrc/target/primo/games/bit_open_di.asm | jorgegv/z88dk | 0 | 207138 | <reponame>jorgegv/z88dk<gh_stars>0
SECTION code_clib
PUBLIC bit_open_di
PUBLIC _bit_open_di
EXTERN bit_open
EXTERN __snd_tick
EXTERN __bit_irqstatus
INCLUDE "games/games.inc"
.bit_open_di
._bit_open_di
ld a,($403B)
ld (__bit_irqstatus),a
and @011111... |
SMP/crypto/sha512-586.asm | louissong7912/SMP_openssl | 2 | 207139 | %ifidn __OUTPUT_FORMAT__,obj
section code use32 class=code align=64
%elifidn __OUTPUT_FORMAT__,win32
%ifndef __YASM_VER__
$@feat.00 equ 1
%endif
section .text code align=64
%else
section .text code
%endif
;extern _OPENSSL_ia32cap_P
global _sha512_block_data_order
align 16
_sha512_block_data_order:
L$_sha512_block_data_... |
examples/fibonacci.asm | wixette/meowlang | 12 | 207140 | <reponame>wixette/meowlang
Jmp
4
1 ;; The first number.
1 ;; The second number.
Push ;; Start loop. Repeat 10 times.
10
Load ;; Print the first number.
2
Meow
Ret
Pop
Load ;; Push the first number.
2
Load ;; Push the second number.
3
Add
Load... |
programs/oeis/140/A140529.asm | neoneye/loda | 22 | 207142 | <gh_stars>10-100
; A140529: a(n) = 6*4^n - 1.
; 5,23,95,383,1535,6143,24575,98303,393215,1572863,6291455,25165823,100663295,402653183,1610612735,6442450943,25769803775,103079215103,412316860415,1649267441663,6597069766655,26388279066623,105553116266495,422212465065983,1688849860263935,6755399441055743,27021597764222975... |
stage23/lib/libgcc.s2.asm | jlxip/limine | 0 | 207143 | <reponame>jlxip/limine
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
__um... |
boot.asm | cleak/FlappyBoot | 3 | 207144 | ; boot.asm
; Author: <NAME>
; Created: 10/18/2014
; Compile with "dasm boot.asm -oboot.bin -f3"
PROCESSOR 6502
INCLUDE "vcs.h"
ORG $F000
; RAM locations
PLAYER_Y_POS_LO = $80
PLAYER_Y_POS_HI = $81
PLAYER_Y_SPD_LO = $82
PLAYER_Y_SPD_HI = $83
PLAYER_ROT_LO = $84
PLAYER_ROT_HI ... |
oeis/078/A078037.asm | neoneye/loda-programs | 11 | 207145 | <filename>oeis/078/A078037.asm
; A078037: Expansion of (1-x)/(1+2*x^2+2*x^3).
; Submitted by <NAME>
; 1,-1,-2,0,6,4,-12,-20,16,64,8,-160,-144,304,608,-320,-1824,-576,4288,4800,-7424,-18176,5248,51200,25856,-112896,-154112,174080,534016,-39936,-1416192,-988160,2912256,4808704,-3848192,-15441920,-1921024,38580224,3472588... |
assign/d2h.asm | apurvjain9999/Microprocessor-8085 | 0 | 207146 | <gh_stars>0
MVI A,55H
MOV B,A
ANI 0FH
MOV C,A
MOV A,B
ANI 0F0H
RRC
RRC
RRC
RRC
MVI D,0AH
LOOP: ADI 01H
DCR D
JNZ LOOP
ADD C
hlt |
programs/oeis/262/A262621.asm | jmorken/loda | 1 | 207147 | <gh_stars>1-10
; A262621: First differences of A262620.
; 1,4,12,4,28,20,12,4,60,52,44,36,28,20,12,4,124,116,108,100,92,84,76,68,60,52,44,36,28,20,12,4,252,244,236,228,220,212,204,196,188,180,172,164,156,148,140,132,124,116,108,100,92,84,76,68,60,52,44,36,28,20,12,4,508,500,492,484,476,468,460,452,444,436
mov $7,1
lpb... |
src/assembly.asm | alexa-00/all-hello-world | 0 | 207148 | <gh_stars>0
global _main
extern _printf
section .text
_main:
push message
call _printf
add esp, 4
ret
message:
db '<NAME>', 10, 0 |
Library/Kernel/Sys/sysError.asm | steakknife/pcgeos | 504 | 207149 | <reponame>steakknife/pcgeos
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Kernel -- System notification
FILE: sysError.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
... |
unittests/ASM/TwoByte/0F_3F.asm | phire/FEX | 628 | 207150 | %ifdef CONFIG
{
"RegData": {
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
; this just ensures the thunking system runs
; it doesn't actually load a lib
; create struct in ram
lea rdi, [rel libname]
lea rax, [rel init_struct]
mov [rax + 0], rdi
mov [rax + 8], rdi
; thunk
lea rdi, [rel init_struc... |
4-BookVersion.asm | TheRealCatherine/MakingGamesForAtari2600-MADS | 0 | 207152 | <filename>4-BookVersion.asm
; @com.wudsn.ide.asm.hardware=ATARI2600
icl "vcs.asm"
opt h-f+l+ ;Create plain 4k ROM file
org $f000 ;start code at $f000
.proc Cart ;cart procedure (code segment)
Start
sei ;disable interrupts
cld ;disable BCD math mode
ldx #$ff ;init stack pointer to $FF
txs ;tran... |
programs/oeis/042/A042968.asm | jmorken/loda | 1 | 207153 | <filename>programs/oeis/042/A042968.asm
; A042968: a(n) = 1 + n + floor(n/3).
; 1,2,3,5,6,7,9,10,11,13,14,15,17,18,19,21,22,23,25,26,27,29,30,31,33,34,35,37,38,39,41,42,43,45,46,47,49,50,51,53,54,55,57,58,59,61,62,63,65,66,67,69,70,71,73,74,75,77,78,79,81,82,83,85,86,87,89,90,91,93,94,95,97,98,99,101,102,103,105,106,10... |
oeis/314/A314758.asm | neoneye/loda-programs | 11 | 207154 | ; A314758: Coordination sequence Gal.6.193.2 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.
; Submitted by <NAME>
; 1,5,9,13,19,23,28,33,37,43,47,51,56,61,65,69,75,79,84,89,93,99,103,107,112,117,121,125,131,135,140,145,149,155,159,163... |
codes/if_else_then.asm | rupak10987/ASSEMBLY_language_practice | 0 | 207155 | title pgm:which one comes first in ascii
.model small
.stack 100h
.data
.code
main proc
mov bh,'c'
mov bl,'b'
mov ah,2
cmp bh,bl
jnbe else
mov dl,bh
jmp display
else:
mov dl,bl
display:
int 21h
;exit to dos
mov ah,9
mov dl, 4Ch
int 21h
main e... |
programs/oeis/305/A305847.asm | neoneye/loda | 22 | 207156 | ; A305847: Solution a() of the complementary equation a(n) + b(n) = 5*n, where a(1) = 1. See Comments.
; 1,2,3,5,6,7,9,10,11,13,14,16,17,18,20,21,22,24,25,27,28,29,31,32,33,35,36,38,39,40,42,43,45,46,47,49,50,51,53,54,56,57,58,60,61,62,64,65,67,68,69,71,72,74,75,76,78,79,80,82,83,85,86,87,89,90,91,93,94,96,97,98,100,10... |
programs/oeis/056/A056924.asm | neoneye/loda | 22 | 207157 | <filename>programs/oeis/056/A056924.asm
; A056924: Number of divisors of n that are smaller than sqrt(n).
; 0,1,1,1,1,2,1,2,1,2,1,3,1,2,2,2,1,3,1,3,2,2,1,4,1,2,2,3,1,4,1,3,2,2,2,4,1,2,2,4,1,4,1,3,3,2,1,5,1,3,2,3,1,4,2,4,2,2,1,6,1,2,3,3,2,4,1,3,2,4,1,6,1,2,3,3,2,4,1,5,2,2,1,6,2,2,2,4,1,6,2,3,2,2,2,6,1,3,3,4
seq $0,5 ; ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_49_339.asm | ljhsiun2/medusa | 9 | 207158 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_49_339.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x12812, %r9
clflush (%r9)
nop
dec %r15
movl $0x61626364, (%r9)
nop
nop
xor %rc... |
Kernel/asm/keyboardDriver.asm | agusosimani/TP-ARQUI | 0 | 207159 | section .text
; Port 0x64 (Command Port)
; Port 0x60 (Data Port)
GLOBAL scan_key
GLOBAL keyboard_wait
scan_key:
push rbp
mov rbp, rsp
and al,0h
in al,0x60
mov rsp, rbp
pop rbp
ret
keyboard_wait:
push rbp
mov rbp, rsp
in al, 0x64
and al, 0x01
mov rsp, rbp
pop rbp
ret
|
X-Y+Z-90.asm | ARBII-xD/AssemblyCodes | 0 | 207160 | <gh_stars>0
.data
msg1: .asciiz "PERFORMING THE OPERATIONS TO CALCULATE X-y+Z -90 \n"
inp1: .asciiz "ENTER THE FIRST NUMBER X : "
inp2: .asciiz "ENTER THE SECOND NUMBER Y : "
inp3: .asciiz "ENTER THE THIRD NUMBER Z : "
msg2: .asciiz "THE RESULT OF THE OPERATION IS : "
.text
.globl main
.ent main
m... |
int13h.asm | satadriver/LiunuxOS_t | 0 | 207161 | .386p
KERNEL segment public para use32
assume cs:KERNEL
align 10h
;param:edi->secno,edi+4->seccnt,edi+8->buf,edi + 12->bufsize
__int13hProc proc
cli
pushad
push ds
push es
push fs
push gs
push ss
mov ax,rwData32Seg
mov ds,ax
mov es,ax
mov ebx,kernelData
shl ebx,4
mov eax,ds:[edi]
mov dword ptr ds:[ebx + _sectorNumb... |
oeis/131/A131019.asm | neoneye/loda-programs | 11 | 207162 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A131019: Semiperimeters of quadrilaterals whose sides are 4 consecutive odd primes.
; Submitted by <NAME>(s2)
; 13,18,24,30,36,44,51,60,69,76,84,92,101,110,120,129,136,145,153,162,174,185,195,204,210,216,228,240,254,267,278,288,298,310,319,330,341,350,362,372,381,390,40... |
oeis/005/A005068.asm | neoneye/loda-programs | 11 | 207163 | <reponame>neoneye/loda-programs
; A005068: Sum of 4th powers of odd primes dividing n.
; Submitted by <NAME>
; 0,0,81,0,625,81,2401,0,81,625,14641,81,28561,2401,706,0,83521,81,130321,625,2482,14641,279841,81,625,28561,81,2401,707281,706,923521,0,14722,83521,3026,81,1874161,130321,28642,625,2825761,2482,3418801,14641,70... |
programs/oeis/054/A054879.asm | neoneye/loda | 22 | 207164 | ; A054879: Closed walks of length 2n along the edges of a cube based at a vertex.
; 1,3,21,183,1641,14763,132861,1195743,10761681,96855123,871696101,7845264903,70607384121,635466457083,5719198113741,51472783023663,463255047212961,4169295424916643,37523658824249781,337712929418248023,3039416364764232201,2735474728287808... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0x48.log_21829_1570.asm | ljhsiun2/medusa | 9 | 207165 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x16bd0, %r15
nop
nop
nop
inc %rcx
mov $0x6162636465666768, %r8
movq %r8, (%r15)
nop
nop
nop
nop
inc %r8
lea addresses_D_ht+0x122f8, %rax
nop
dec %rdi
mov $0x6162636465666768, %... |
CONIO.asm | electrickery/Z80SerialMonitor | 1 | 207167 | ;***************************************************************************
; PROGRAM: CONIO
; PURPOSE: Subroutines for console I/O
; ASSEMBLER: original: TASM 3.2 , converted to z80pack/z80asm
; LICENCE: The MIT Licence
; AUTHOR : MCook
; CREATE DATE : 19 May 15
;********************************... |
oeis/249/A249997.asm | neoneye/loda-programs | 11 | 207168 | <reponame>neoneye/loda-programs<filename>oeis/249/A249997.asm
; A249997: Expansion of 1/((1-x)*(1+3*x)*(1-4*x)).
; Submitted by <NAME>
; 1,2,15,40,221,702,3355,11780,52041,193402,817895,3138720,12953461,50618102,206059635,813476860,3286192481,13047914802,52482224575,209057202200,838843897101,3347530323502,1341365708871... |
sdk-6.5.20/tools/led/example/sdk88680.asm | copslock/broadcom_cpri | 0 | 207169 | <reponame>copslock/broadcom_cpri<filename>sdk-6.5.20/tools/led/example/sdk88680.asm<gh_stars>0
; $Id: sdk88680.asm,v 1.2 2016/12/27 06:52:51 junjund Exp $
;
; This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
;
; Copyright 2007-2020 Broa... |
scripts/FuchsiaGym.asm | AmateurPanda92/pokemon-rby-dx | 9 | 207170 | <filename>scripts/FuchsiaGym.asm
FuchsiaGym_Script:
call FuchsiaGymScript_75453
call EnableAutoTextBoxDrawing
ld hl, FuchsiaGymTrainerHeader0
ld de, FuchsiaGym_ScriptPointers
ld a, [wFuchsiaGymCurScript]
call ExecuteCurMapScriptInTable
ld [wFuchsiaGymCurScript], a
ret
FuchsiaGymScript_75453:
ld hl, wCurrentMa... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca.log_21829_1669.asm | ljhsiun2/medusa | 9 | 207171 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x12631, %r9
nop
nop
nop
nop
sub $65425, %rax
mov $0x6162636465666768, %r13
movq %r13, %xmm4
movups %xmm4, (%r9)
nop
nop
nop
nop
inc %r11
lea addresses_D_ht+0x3549, %rsi
lea ad... |
oeis/115/A115390.asm | neoneye/loda-programs | 11 | 207172 | <filename>oeis/115/A115390.asm<gh_stars>10-100
; A115390: Binomial transform of tribonacci sequence A000073.
; Submitted by <NAME>
; 0,0,1,4,12,34,96,272,772,2192,6224,17672,50176,142464,404496,1148480,3260864,9258528,26287616,74638080,211918912,601698560,1708394752,4850622592,13772308480,39103533056,111026143488,31523... |
libsrc/stdio/puts_cons.asm | grancier/z180 | 0 | 207173 | ;
; Devilishly simple routines for the Spectrum
;
; puts(char *s) - put string to screen
;
;
; $Id: puts_cons.asm,v 1.7 2016/07/02 13:52:42 dom Exp $
;
MODULE puts_cons_native
SECTION code_clib
PUBLIC puts_cons_native
EXTERN fputc_cons
; Enter in with hl holding the address of string to print
.puts_cons_nat... |
SlamIt/Patching/compareHeight.asm | E66666666/VStancer | 11 | 207174 | ; Wheel height patch so it only sets the height once
; Wheels should stop bouncing but it break Lowriders
; MASM is weird but ok I hope this compiles normally
; also the registers should be still in place???????
PUBLIC compare_height
.data
align 16
floatZero REAL4 0.0
align 16
backup1 REAL4 0.0
align 16
backup... |
testprograms/helloworld.asm | Techzombie12345/tvm | 11 | 207175 | ; contributed by drain
mov str,r0
loop:
loadb r0,r1
ifeq r1,0 mov end,rf
out r1
add 1,r0,r0
mov loop,rf
end: mov end,rf
str: string "Hello, World!" byte 0 ; strings must be manually null terminated |
programs/oeis/184/A184656.asm | neoneye/loda | 22 | 207176 | ; A184656: floor(nr+h), where r=(1+sqrt(5))/2, h=-1/2; complement of A184657.
; 1,2,4,5,7,9,10,12,14,15,17,18,20,22,23,25,27,28,30,31,33,35,36,38,39,41,43,44,46,48,49,51,52,54,56,57,59,60,62,64,65,67,69,70,72,73,75,77,78,80,82,83,85,86,88,90,91,93,94,96,98,99,101,103,104,106,107,109,111,112,114,115,117,119,120,122,124,... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_1521.asm | ljhsiun2/medusa | 9 | 207177 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x3357, %rsi
lea addresses_A_ht+0x5307, %rdi
nop
nop
nop
nop
nop
inc %r11
mov $65, %rcx
rep movsl
nop
nop
nop
nop
and %rbx, %rbx
lea addresses_WT_ht+0x1ad97, %rax... |
programs/oeis/233/A233931.asm | karttu/loda | 0 | 207178 | <filename>programs/oeis/233/A233931.asm
; A233931: a(2n) = a(n) + n, a(2n+1) = a(n), with a(0)=0.
; 0,0,1,0,3,1,3,0,7,3,6,1,9,3,7,0,15,7,12,3,16,6,12,1,21,9,16,3,21,7,15,0,31,15,24,7,30,12,22,3,36,16,27,6,34,12,24,1,45,21,34,9,42,16,30,3,49,21,36,7,45,15,31,0,63,31,48,15,58,24,42,7,66,30,49,12,60,22,42,3,76,36,57,16,69... |
oeis/015/A015480.asm | neoneye/loda-programs | 11 | 207179 | ; A015480: q-Fibonacci numbers for q=8.
; Submitted by <NAME>
; 0,1,8,513,262664,1075872257,35254182380040,9241672386909078017,19381191729586400963887624,325162439984693881306137776652801,43642563925681986905603214423711358943752,46860846193598377389128951260272824707920762536449,402531603728782230933591987104981519221... |
oeis/085/A085613.asm | neoneye/loda-programs | 11 | 207180 | ; A085613: a(n) = 2^(n-1) + (2 + (-1)^n)^((n-2)/2).
; Submitted by <NAME>(s1)
; 2,3,5,11,17,41,65,155,257,593,1025,2291,4097,8921,16385,34955,65537,137633,262145,543971,1048577,2156201,4194305,8565755,16777217,34085873,67108865,135812051,268435457,541653881,1073741825
mov $3,$0
seq $0,130599 ; Transformation of sequen... |
programs/oeis/157/A157476.asm | neoneye/loda | 22 | 207181 | ; A157476: 2048n^2 + 128n + 1.
; 2177,8449,18817,33281,51841,74497,101249,132097,167041,206081,249217,296449,347777,403201,462721,526337,594049,665857,741761,821761,905857,994049,1086337,1182721,1283201,1387777,1496449,1609217,1726081,1847041,1972097,2101249,2234497,2371841,2513281,2658817,2808449,2962177,3120001,32819... |
src/header.asm | QuinnPainter/GameBoyFullScreen | 0 | 207182 | <reponame>QuinnPainter/GameBoyFullScreen
; interrupt vectors
SECTION "vblank",ROM0[$40]
jp VBlank
SECTION "lcdstat",ROM0[$48]
jp LCDInterrupt
SECTION "timer",ROM0[$50]
reti
SECTION "serial",ROM0[$58]
reti
SECTION "joypad",ROM0[$60]
reti
SECTION "Header", ROM0[$100]
di ; entry point
jp EntryPoint
; allocate... |
oldstuff/tigcc/PolySnd/sources/statique/_SkipData_voice1.asm | bcherry/bcherry | 3 | 207184 | <gh_stars>1-10
section ".data"
xdef pSnd_SkipData_voice1
pSnd_SkipData_voice1:
move.l a0,-(a7)
lea _fcounter1,a0
clr.w (a0) ;_fcounter1
clr.w 2(a0) ;_ucounter1
clr.w 8(a0) ;frequency_voice1
clr.l 28(a0) ;note_time_voice1
clr.b -50(a0) ;lenght_voice1
clr.b -48(a0) ;_lcounter1
clr.b... |
src/firmware/Platform/Lcd/EnableTrySetByteMode2State.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 207185 | #include "Platform.inc"
#include "FarCalls.inc"
#include "Lcd.inc"
#include "States.inc"
#include "WaitState.inc"
radix decimal
NUMBER_OF_TICKS_100US_PLUS_MARGIN equ 1
defineLcdState LCD_STATE_ENABLE_TRYSETBYTEMODE2
movlw b'00000011'
call writeRegisterNibble
setLcdWaitState NUMBER_OF_TICKS_100US_PLUS_M... |
Driver/Printer/PrintCom/Graphics/graphicsHiRedwood.asm | steakknife/pcgeos | 504 | 207186 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Canon 64-pin print drivers
FILE: graphicsHiRedwood.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- ------... |
programs/oeis/001/A001817.asm | jmorken/loda | 1 | 207187 | ; A001817: G.f.: Sum_{n>0} x^n/(1-x^(3n)) = Sum_{n>=0} x^(3n+1)/(1-x^(3n+1)).
; 1,1,1,2,1,1,2,2,1,2,1,2,2,2,1,3,1,1,2,3,2,2,1,2,2,2,1,4,1,2,2,3,1,2,2,2,2,2,2,4,1,2,2,3,1,2,1,3,3,3,1,4,1,1,2,4,2,2,1,3,2,2,2,4,2,2,2,3,1,4,1,2,2,2,2,4,2,2,2,5,1,2,1,4,2,2,1,4,1,2,4,3,2,2,2,3,2,3,1,5,1,2,2,4,2,2,1,2,2,4,2,6,1,2,2,3,2,2,2,4,... |
programs/oeis/043/A043636.asm | karttu/loda | 0 | 207188 | ; A043636: Numbers n such that base 9 representation has exactly 7 runs.
; 538084,538085,538086,538087,538088,538089,538090,538091,538101,538102,538104,538105,538106,538107,538108,538109,538110,538111,538112,538114,538115,538116,538117,538118,538119,538120,538121
mov $2,$0
mov $4,$0
trn $4,7
lpb $4,1
mov $3,4
lpb ... |
Examples/template_rom.asm | sparks-c16/zasm | 43 | 207190 | ; ================================================================
; Example source with target 'rom'
; Copyright (c) <NAME> 1994 - 2017
; mailto:<EMAIL>
; ================================================================
; same as 'bin', except that the default fill byte for 'defs' etc.... |
Driver/IFS/DOS/MS7/ms7Strings.asm | steakknife/pcgeos | 504 | 207191 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(c) Copyright Geoworks 1996. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT:
MODULE:
FILE: ms7Strings.asm
AUTHOR: <NAME>, Dec 17, 1996
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
... |
programs/oeis/057/A057819.asm | jmorken/loda | 1 | 207192 | <filename>programs/oeis/057/A057819.asm
; A057819: a(0)=4, a(1)=9, a(n) = 4a(n-1) - a(n-2).
; 4,9,32,119,444,1657,6184,23079,86132,321449,1199664,4477207,16709164,62359449,232728632,868555079,3241491684,12097411657,45148154944,168495208119,628832677532,2346835502009,8758509330504,32687201820007
mov $1,4
mov $3,4
lpb $... |
data/mapObjects/celadongamecorner.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 207193 | <gh_stars>1-10
CeladonGameCornerObject:
db $f ; border block
db $3 ; warps
db $11, $f, $7, $ff
db $11, $10, $7, $ff
db $4, $11, $1, ROCKET_HIDEOUT_1
db $1 ; signs
db $4, $9, $c ; CeladonGameCornerText12
db $b ; objects
object SPRITE_FOULARD_WOMAN, $2, $6, STAY, DOWN, $1 ; person
object SPRITE_MART_GUY, $5,... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_1286_1733.asm | ljhsiun2/medusa | 9 | 207194 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xa6ed, %rbx
nop
nop
add %rbp, %rbp
movb $0x61, (%rbx)
nop
nop
nop
nop
nop
and %rbx, %rbx
lea addresses_D_ht+0xd15d, %r15
xor %rdi, %rdi
mov (%r15), %r11d
nop
nop
nop
and $1733... |
programs/oeis/188/A188588.asm | neoneye/loda | 22 | 207195 | <reponame>neoneye/loda
; A188588: Row sums of 1-Euler triangle A188587.
; 1,2,3,12,60,360,2520,20160,181440,1814400,19958400,239500800,3113510400,43589145600,653837184000,10461394944000,177843714048000,3201186852864000,60822550204416000,1216451004088320000,25545471085854720000
mov $1,$0
mov $2,$0
sub $2,2
lpb $2
mul... |
libsrc/games/bit_click.asm | dex4er/deb-z88dk | 1 | 207196 | <filename>libsrc/games/bit_click.asm<gh_stars>1-10
; $Id: bit_click.asm,v 1.2 2002/04/17 21:30:23 dom Exp $
;
; Generic 1 bit sound functions
;
; void bit_click();
;
; <NAME> - 2/10/2001
;
XLIB bit_click
INCLUDE "games/games.inc"
XREF snd_tick
.bit_click
ld a,(snd_tick)
xo... |
libsrc/stdio/spectrum/fgetc_cons.asm | meesokim/z88dk | 0 | 207197 | ;
; Devilishly simple Spectrum Routines
;
; getkey() Wait for keypress
;
; 17/5/99 djm
;
; 22/3/2000 djm Rechristened getchar
; 1/4/2000 djm Rechristened fgetc_cons
;
;
; $Id: fgetc_cons.asm,v 1.3 2015/01/19 01:33:21 pauloscustodio Exp $
;
PUBLIC fgetc_cons
.fgetc_cons
xor a
ld (23560),a
.getkey1
ld a,(23560)
... |
wc.asm | tphan022/AssignmentTestCases | 0 | 207202 |
_wc: file format elf32-i386
Disassembly of section .text:
00001000 <wc>:
char buf[512];
void
wc(int fd, char *name)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 ec 48 sub $0x48,%esp
int i, n;
int l, w, c, inword;
l = w = c =... |
programs/oeis/276/A276659.asm | karttu/loda | 0 | 207203 | <reponame>karttu/loda
; A276659: Accumulation of the upper left triangle used in binomial transform of nonnegative integers.
; 0,2,11,39,114,300,741,1757,4052,9162,20415,44979,98214,212888,458633,982905,2097000,4456278,9436995,19922735,41942810,88080132,184549101,385875669,805306044,1677721250,3489660551,7247756907,150... |
CourseDesign02/bk.asm | bgst009/AssemblyLanguage | 0 | 207204 | assume cs:code,ss:stack
stack segment
db 128 dup(0)
stack ends
code segment
start:
mov ax,stack
mov ss,ax
mov sp,128
call copy_boot
call save_old_int9
mov ax,0
push ax
mov ax,200h
push ax
retf
mov ax,4c00h
int 21h
;================ save int9 =====================... |
programs/oeis/090/A090740.asm | jmorken/loda | 1 | 207205 | <gh_stars>1-10
; A090740: Exponent of 2 in 3^n - 1.
; 1,3,1,4,1,3,1,5,1,3,1,4,1,3,1,6,1,3,1,4,1,3,1,5,1,3,1,4,1,3,1,7,1,3,1,4,1,3,1,5,1,3,1,4,1,3,1,6,1,3,1,4,1,3,1,5,1,3,1,4,1,3,1,8,1,3,1,4,1,3,1,5,1,3,1,4,1,3,1,6,1,3,1,4,1,3,1,5,1,3,1,4,1,3,1,7,1,3,1,4,1,3,1,5,1,3,1,4,1,3,1,6,1,3,1,4,1,3,1,5,1,3,1,4,1,3,1,9,1,3,1,4,1,... |
kernel/mt/thread.nasm | r-tty/radios | 0 | 207206 | ;*******************************************************************************
; thread.nasm - RadiOS thread management.
; Copyright (c) 2000,2003 RET & COM Research.
; Based on the TINOS Operating System (c) 1998 <NAME>.
;*******************************************************************************
%include "sysc... |
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/fft/CFFT_f32.asm | ramok/Themis_ForHPSDR | 0 | 207207 | <reponame>ramok/Themis_ForHPSDR<gh_stars>0
;;#############################################################################
;;! \file source/fft/CFFT_f32.asm
;;!
;;! \brief Complex FFT
;;! \author C2000
;;
;; DESCRIPTION:
;;
;; This function computes a complex FFT. The input buffer must be aligned to
;; a multiple o... |
exmpl_6point8.asm | selectiveduplicate/8086-assembly | 2 | 207208 | <reponame>selectiveduplicate/8086-assembly
TITLE EXM_SXPTEIGHT
;count-controlled loop to display a row of 80 stars
;for loop using LOOP instruction
;;;;;;;;;;;;;;;;;;;;
;The LOOP instruction is applied as follows:
; LOOP destination_label
;;;;;;;;;;;;;;;;;;;;
.MODEL SMALL
.STACK 100H
... |
programs/oeis/154/A154870.asm | jmorken/loda | 1 | 207209 | ; A154870: Period 6: repeat [7, 5, 1, -7, -5, -1].
; 7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1,-7,-5,-1,7,5,1
mov $1,$0
mov $0,4
mov $2,$1
add $2,1
add $0,$2
mo... |
P6/P6Judger - 100 testpoints/testpoint/testpoint77.asm | flyinglandlord/BUAA-CO-2021 | 5 | 207211 | <reponame>flyinglandlord/BUAA-CO-2021<gh_stars>1-10
ori $1, $0, 10
ori $2, $0, 13
ori $3, $0, 6
ori $4, $0, 0
sw $2, 0($0)
sw $3, 4($0)
sw $2, 8($0)
sw $4, 12($0)
sw $4, 16($0)
sw $3, 20($0)
sw $4, 24($0)
sw $3, 28($0)
sw $4, 32($0)
sw $1, 36($0)
sw $2, 40($0)
sw $4, 44($0)
sw $2, 48($0)
sw $4, 52($0)
sw $2, 56($0)
sw ... |
oeis/022/A022409.asm | neoneye/loda-programs | 11 | 207213 | ; A022409: a(n) = a(n-1) + a(n-2) + 1, with a(0)=3, a(1)=10.
; Submitted by <NAME>(s4)
; 3,10,14,25,40,66,107,174,282,457,740,1198,1939,3138,5078,8217,13296,21514,34811,56326,91138,147465,238604,386070,624675,1010746,1635422,2646169,4281592,6927762,11209355,18137118,29346474,47483593,76830068,124313662,201143731,325457... |
codegen-tests/native-bitfield/gcc5.3.0/12-post-increment.asm | Deaod/bitfields | 0 | 207214 | <gh_stars>0
test_device():
sub rsp, 24
call rand
mov rax, QWORD PTR [rsp]
shr rax, 12
and eax, 63
lea edx, [rax+1]
movzx eax, al
and edx, 63
mov ecx, edx
mov edx, DWORD PTR [rsp]
sal ecx, 12
... |
programs/oeis/342/A342675.asm | neoneye/loda | 22 | 207216 | <filename>programs/oeis/342/A342675.asm<gh_stars>10-100
; A342675: a(n) = Sum_{d|n} d^(n-d+1).
; 1,3,4,13,6,120,8,1161,2197,16148,12,603190,14,5773008,50422464,201359377,18,16590656229,20,269768284118,4748723771432,3138430473896,24,2972582195034162,476837158203151,3937376419253748,1350852564961601560,406651504418186065... |
src/test_ball_actions.asm | itsmiriam42/pong | 2 | 207217 | <reponame>itsmiriam42/pong
# Authors: <NAME>, <NAME>, <NAME>
# Tests for the functions in ball_actions.asm
.include "cesplib_rars.asm"
.text
# test code for init_ball
# expected output (changes within ranges due to random numbers):
# 128/somewhere in this range: 3...125/-4, -3, -2, 2, 3, or 4/-4, -3, -2, 2, 3, or 4/1... |
ch10/Walk.asm | William0Friend/my_masm | 0 | 207218 | <filename>ch10/Walk.asm<gh_stars>0
TITLE Drunkard's Walk (Walk.asm)
; Drunkard's walk program. The professor starts at
; coordinates 25,25 and wanders around the immediate area.
INCLUDE Irvine32.inc
WalkMax = 50
StartX = 25
StartY = 25
DrunkardWalk STRUCT
path COORD WalkMax DUP(<0,0>)
pathsUsed W... |
oeis/080/A080048.asm | neoneye/loda-programs | 11 | 207219 | <reponame>neoneye/loda-programs
; A080048: Operation count to create all permutations of n distinct elements using Algorithm L (lexicographic permutation generation) from Knuth's The Art of Computer Programming, Vol. 4, chapter 7.2.1.2. Sequence gives number of loop repetitions in reversal step.
; Submitted by <NAME>
;... |
code/lab0/hello.asm | MJYINMC/OS | 0 | 207220 |
hello: file format elf64-littleriscv
Disassembly of section .text:
00000000000100b0 <register_fini>:
100b0: 00000793 li a5,0
100b4: c791 beqz a5,100c0 <register_fini+0x10>
100b6: 6549 lui a0,0x12
100b8: 48250513 addi a0,a0,1154 # 12482 <__libc_fini... |
programs/oeis/225/A225051.asm | neoneye/loda | 22 | 207222 | ; A225051: Numbers of the form x^3 + SumOfCubedDigits(x).
; 0,2,16,54,128,250,432,686,1024,1458,1001,1333,1737,2225,2809,3501,4313,5257,6345,7589,8008,9270,10664,12202,13896,15758,17800,20034,22472,25126,27027,29819,32803,35991,39395,43027,46899,51023,55411,60075,64064,68986
mov $5,$0
lpb $0
mov $2,$0
div $0,10
... |
programs/oeis/021/A021095.asm | neoneye/loda | 22 | 207225 | <filename>programs/oeis/021/A021095.asm
; A021095: Decimal expansion of 1/91.
; 0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0,9,8,9,0,1,0
sub $0,4
pow $0,2
lpb $0
mul $0,5
mod... |
8088/setmo.asm | reenigne/reenigne | 92 | 207226 | <filename>8088/setmo.asm
%include "defaults_bin.asm"
mov ax,0xaa
db 0xd1,0xf0
outputHex
outputCharacter ' '
; mov al,0xaa
; db 0xd0,0xf0
; outputHex
; outputCharacter ' '
complete
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_36.asm | ljhsiun2/medusa | 9 | 207227 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xdf2f, %rbp
nop
add %r9, %r9
movl $0x61626364, (%rbp)
nop
nop
add $7767, %r8
lea addresses_WC_ht+0x84af, %r13
nop
nop
nop
cmp $8879, %r9
vmovups (%r13), %ymm... |
programs/oeis/315/A315537.asm | karttu/loda | 0 | 207228 | <filename>programs/oeis/315/A315537.asm
; A315537: Coordination sequence Gal.6.641.4 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,6,11,17,23,28,34,39,45,51,56,62,68,73,79,85,90,96,101,107,113,118,124,130,135,141,147,152,158,163,... |
src/main/fragment/mos6502-common/pdsm1_derefidx_vbuc1=pdsm2_derefidx_vbuc2.asm | jbrandwood/kickc | 2 | 207230 | lda {m2}
sta $fc
lda {m2}+1
sta $fd
lda {m1}
sta $fe
lda {m1}+1
sta $ff
ldy #{c2}
lda ($fc),y
ldy #{c1}
sta ($fe),y
ldy #{c2}+1
lda ($fc),y
ldy #{c1}+1
sta ($fe),y
ldy #{c2}+2
lda ($fc),y
ldy #{c1}+2
sta ($fe),y
ldy #{c2}+3
lda ($fc),y
ldy #{c1}+3
sta ($fe),y |
programs/oeis/339/A339196.asm | karttu/loda | 0 | 207231 | <reponame>karttu/loda<filename>programs/oeis/339/A339196.asm<gh_stars>0
; A339196: Number of (undirected) cycles on the n X 2 king graph.
; 7,30,85,204,451,954,1969,4008,8095,16278,32653,65412,130939,262002,524137,1048416,2096983,4194126,8388421,16777020,33554227,67108650,134217505,268435224,536870671,1073741574,214748... |
programs/oeis/035/A035338.asm | jmorken/loda | 1 | 207232 | ; A035338: 4th column of Wythoff array.
; 5,18,26,39,52,60,73,81,94,107,115,128,141,149,162,170,183,196,204,217,225,238,251,259,272,285,293,306,314,327,340,348,361,374,382,395,403,416,429,437,450,458,471,484,492,505,518,526,539,547,560,573,581,594,602,615,628,636,649,662,670,683,691,704,717,725,738,751,759,772,780,793,... |
libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm__dtoa_sgnabs.asm | ahjelm/z88dk | 640 | 207233 | <filename>libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm__dtoa_sgnabs.asm<gh_stars>100-1000
SECTION code_clib
SECTION code_fp_am9511
PUBLIC __dtoa_sgnabs
EXTERN asm_am9511__dtoa_sgnabs
; enter : x = dehl' = floating point number
;
; exit : dehl' = |x|
; a = sgn(x) = 1 if negative, 0 ot... |
programs/oeis/168/A168273.asm | neoneye/loda | 22 | 207234 | <reponame>neoneye/loda<filename>programs/oeis/168/A168273.asm
; A168273: a(n) = 2*n + (-1)^n - 1.
; 0,4,4,8,8,12,12,16,16,20,20,24,24,28,28,32,32,36,36,40,40,44,44,48,48,52,52,56,56,60,60,64,64,68,68,72,72,76,76,80,80,84,84,88,88,92,92,96,96,100,100,104,104,108,108,112,112,116,116,120,120,124,124,128,128,132,132,136,13... |
oeis/319/A319930.asm | neoneye/loda-programs | 11 | 207235 | ; A319930: a(n) = (1/24)*n*(n - 1)*(n - 3)*(n - 14).
; 0,0,1,0,-5,-15,-30,-49,-70,-90,-105,-110,-99,-65,0,105,260,476,765,1140,1615,2205,2926,3795,4830,6050,7475,9126,11025,13195,15660,18445,21576,25080,28985,33320,38115,43401,49210,55575,62530,70110,78351,87290,96965
sub $0,1
mov $2,$0
lpb $0
add $3,$0
sub $0,1
... |
oeis/277/A277169.asm | neoneye/loda-programs | 11 | 207236 | ; A277169: Product of squares of proper divisors of n.
; 1,1,1,4,1,36,1,64,9,100,1,20736,1,196,225,4096,1,104976,1,160000,441,484,1,191102976,25,676,729,614656,1,729000000,1,1048576,1089,1156,1225,78364164096,1,1444,1521,4096000000,1,5489031744,1,3748096,4100625,2116,1,28179280429056,49,6250000,2601,7311616,1,247949112... |
src/test/ref/struct-pointer-typing.asm | jbrandwood/kickc | 2 | 207237 | <reponame>jbrandwood/kickc
// Commodore 64 PRG executable file
.file [name="struct-pointer-typing.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(mai... |
api/api020.asm | yosswi414/HariboteOS_USB | 0 | 207238 | [BITS 32]
GLOBAL api_beep
[SECTION .text]
api_beep: ; void api_beep(int tone);
MOV EDX, 20
MOV EAX, [ESP+4] ; tone
INT 0x40
RET
|
SumoBot_Code_Dev/SumoBot_Maze/asm/src/range_service.asm | CmdrZin/chips_avr_examples | 5 | 207241 | /*
* Optocal Range Sensor Service
*
* org: 10/20/2014
* auth: Nels "Chip" Pearson
* rev: 01/26/2015
*
* Target: Sumo Bot Demo Board, 8MHz w/65ms reset delay,
*
* Resources
* SRAM
*
* IO
*
*/
.equ RNG_LED_DELAY_COUNT = 1 ; 1ms
.equ RNG_IDLE_DELAY_COUNT = 100 ; 100ms
.equ RNG_LED_LEFT_R = PORTC7
.equ ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.