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 |
|---|---|---|---|---|
oeis/024/A024653.asm | neoneye/loda-programs | 11 | 48789 | <reponame>neoneye/loda-programs
; A024653: n written in fractional base 9/5.
; Submitted by <NAME>(s2)
; 0,1,2,3,4,5,6,7,8,50,51,52,53,54,55,56,57,58,510,511,512,513,514,515,516,517,518,560,561,562,563,564,565,566,567,568,5120,5121,5122,5123,5124,5125,5126,5127,5128,5170,5171,5172,5173,5174,5175,5176,5177,5178
mov $3,... |
oeis/098/A098401.asm | neoneye/loda-programs | 11 | 48790 | <reponame>neoneye/loda-programs
; A098401: a(n) = (0^n + 3^n*binomial(2n,n))/2.
; Submitted by <NAME>
; 1,3,27,270,2835,30618,336798,3752892,42220035,478493730,5454828522,62482581252,718549684398,8290957896900,95938227092700,1112883434275320,12937269923450595,150681143814306930,1757946677833580850,20540219077844997300,... |
ioq3/build/release-js-js/missionpack/game/ai_chat.asm | RawTechnique/quake-port | 1 | 48791 | <filename>ioq3/build/release-js-js/missionpack/game/ai_chat.asm
bss
align 4
LABELV $55
skip 4
export BotNumActivePlayers
code
proc BotNumActivePlayers 1060 12
ADDRGP4 $55
INDIRI4
CNSTI4 0
NEI4 $56
ADDRGP4 $58
ARGP4
ADDRLP4 1032
ADDRGP4 trap_Cvar_VariableIntegerValue
CALLI4
ASGNI4
ADDRGP4 $55
ADDRLP4 1032
INDIRI4
ASGNI4... |
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dstore.asm | jpoikela/z88dk | 640 | 48792 |
SECTION code_clib
SECTION code_fp_math48
PUBLIC am48_dstore
am48_dstore:
; store AC' to memory
;
; enter : hl = double *
;
; exit : AC' written to address HL
;
; uses : none
push hl
exx
ex de,hl
ex (sp),hl
ld (hl),e
inc hl
ld (hl),d
inc hl
ex (sp... |
os.asm | nickbild/fpga_rom_emulator | 8 | 48795 | <reponame>nickbild/fpga_rom_emulator<filename>os.asm
;;;;
; Vectron 65 Operating System
;
; <NAME>
; <EMAIL>
; November 2020
;
; Reserved memory:
;
; $0000-$7EFF - RAM
; $0000-$0006 - Named variables
; $0020-$00D7 - Tiny Basic variables/config
; $0100-$01FF - 6502 stack
; $0200-$5100 - Tiny Basic user program... |
oeis/225/A225667.asm | neoneye/loda-programs | 11 | 48796 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A225667: Decimal expansion of 13-5*sqrt(5).
; 1,8,1,9,6,6,0,1,1,2,5,0,1,0,5,1,5,1,7,9,5,4,1,3,1,6,5,6,3,4,3,6,1,8,8,2,2,7,9,6,9,0,8,2,0,1,9,4,2,3,7,1,3,7,8,6,4,5,5,1,3,7,7,2,9,4,7,3,9,5,3,7,1,8,1,0,9,7,5,5,0,2,9,2,7,9,2,7,9,5,8,1,0,6,0,8,8,6,2,5
lpb $0
mov $2,$0
se... |
oeis/006/A006199.asm | neoneye/loda-programs | 11 | 48797 | ; A006199: Bessel polynomial {y_n}'(-1).
; Submitted by <NAME>
; 0,1,-3,21,-185,2010,-25914,386407,-6539679,123823305,-2593076255,59505341676,-1484818160748,40025880386401,-1159156815431055,35891098374564105,-1183172853341759129,41372997479943753582,-1529550505546305534414,59608871544962952539335,-244235609559090283572... |
programs/oeis/118/A118070.asm | karttu/loda | 1 | 48798 | ; A118070: Numbers with exactly one even decimal digit.
; 0,2,4,6,8,10,12,14,16,18,21,23,25,27,29,30,32,34,36,38,41,43,45,47,49,50,52,54,56,58,61,63,65,67,69,70,72,74,76,78,81,83,85,87,89,90,92,94,96,98,101,103,105,107,109,110,112,114,116,118,121,123,125,127,129,130
mov $3,$0
div $0,5
trn $0,1
mov $1,$0
mod $1,2
mov $... |
Assembly/Project/JMPiList.asm | Myself086/Project-Nested | 338 | 48799 | <gh_stars>100-1000
// ---------------------------------------------------------------------------
.mx 0x00
JMPi__Listing:
JMPi__Listing_Compare:
cmp #0xffff
bne $+b_1
JMPi__Listing_Pull:
lda $_IO_Temp
plp
JMPi__Listing_Destination:
jmp $=JMPi__Listing_Destination
b_1:
JMPi__Listing_Next:
jmp $=JMPi__... |
04-bootsector-stack/exec4.asm | MCmengde/os-tutorial | 0 | 48800 | <gh_stars>0
mov ah, 0x0e
; the bottom of my stack
mov bp, 0x8000
; sp = bp, when the stack is empty
mov sp, bp
push 'o'
push 'l'
push 'l'
push 'e'
push 'H'
; print 'e', the absolute address alaways work
mov al, [0x7ff8]
int 0x10
mov cx, 5
myloop:
pop bx
mov al, bl
int 0x10
loop myloop
jmp $
times 510 ... |
head/secure/lib/libcrypto/Makefile.asm | dplbsd/soc2013 | 0 | 48804 | <filename>head/secure/lib/libcrypto/Makefile.asm
# $FreeBSD: soc2013/dpl/head/secure/lib/libcrypto/Makefile.asm 239316 2012-07-12 19:30:53Z jkim $
# Use this to help generate the asm *.[Ss] files after an import. It is not
# perfect by any means, but does what is needed.
# Do a 'make -f Makefile.asm all' and it will g... |
ipl.asm | toku-sa-n/my_cpp_os | 0 | 48805 | <reponame>toku-sa-n/my_cpp_os
; 定義
cyls equ 10
; このプログラムが読み込まれる場所の指定
org 0x7c00
; FAT12のための記述
jmp entry
db 0x90
db "HELLOIPL" ; ブートセクタの名前
dw 512 ; 1セクタの大きさ
db 1 ; クラスタの大きさ
dw 1 ; FATの開始地点
db 2 ; FATの個数
... |
oeis/059/A059631.asm | neoneye/loda-programs | 11 | 48806 | <reponame>neoneye/loda-programs
; A059631: Carryless multiplication 8 X n base 10.
; Submitted by <NAME>(w4)
; 0,8,6,4,2,0,8,6,4,2,80,88,86,84,82,80,88,86,84,82,60,68,66,64,62,60,68,66,64,62,40,48,46,44,42,40,48,46,44,42,20,28,26,24,22,20,28,26,24,22,0,8,6,4,2,0,8,6,4,2,80,88,86,84,82,80,88,86,84,82,60,68,66,64,62
mov... |
programs/oeis/270/A270369.asm | neoneye/loda | 22 | 48807 | ; A270369: Expansion of (1-7*x)/(1-9*x).
; 1,2,18,162,1458,13122,118098,1062882,9565938,86093442,774840978,6973568802,62762119218,564859072962,5083731656658,45753584909922,411782264189298,3706040377703682,33354363399333138,300189270593998242,2701703435345984178,24315330918113857602,218837978263024718418,196954180436722... |
openabeWrapper/gmp/gmp-6.2.1/mpn/rsh1sub_n.asm | StefanoBerlato/kotlin-multiplatform-openabe | 0 | 48808 | dnl X86-64 mpn_rsh1add_n, mpn_rsh1sub_n optimised for Intel Conroe/Penryn.
dnl Copyright 2003, 2005, 2009, 2011, 2012 Free Software Foundation, Inc.
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 modify
dnl it under the terms of either:
dn... |
data/pokemon/base_stats/hoenn/shroomish.asm | Dev727/ancientplatinum | 0 | 48809 | <filename>data/pokemon/base_stats/hoenn/shroomish.asm
db 0 ; 285 DEX NO
db 60, 40, 60, 35, 40, 60
; hp atk def spd sat sdf
db GRASS, GRASS ; type
db 255 ; catch rate
db 65 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 15 ; step cycles to hatch
db 5 ;... |
readlib/readlib.asm | abekermsx/makelib | 0 | 48810 |
MODULE libfile
; Load directory
; In: HL: pointer to filename of libfile to load
; DE: destination address directory
; Out: A: 0 if directory has been loaded
; <>0 if directory hasn't been loaded
; Destroys: all
load_directory:
ld (current_directory),de
ld de,fcb.FNAME
l... |
build/dogr.asm | jsmolina/speccy-misifu | 9 | 48811 | SECTION rodata_user
; Original: 96, 16 (=12 x 2 chars)
; Blocks: 3
; mask, sprite
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
PUBLIC _sprite_dog1
... |
Tareas/Ensamblador/tasm/BIN/quizs.asm | TEC-2014092195/IC3101-Arquitectura_De_Computadores | 0 | 48812 | <reponame>TEC-2014092195/IC3101-Arquitectura_De_Computadores
Pila Segment Stack 'Stack'
dw 2048 dup(?)
Pila Ends
Datos Segment
buff dw 1024
Datos Ends
Codigo Segment
Assume DS:Datos,CS:Codigo,SS:Pila
inicio:
xor ax, ax
mov es, ax ; ES <- 0
mov ch,00h ;CH = track/cylin... |
Library/Chart/CComp/ccompRealize.asm | steakknife/pcgeos | 504 | 48813 | <filename>Library/Chart/CComp/ccompRealize.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: ccompRealize.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTO... |
assign3/assign3c/assign3c.asm | Andrew-Slade/Assembler | 0 | 48814 | //KC03H99A JOB ,'<NAME>',MSGCLASS=H 00010004
//JSTEP01 EXEC PGM=ASSIST 00020004
//STEPLIB DD DSN=KC00NIU.ASSIST.LOADLIB,DISP=SHR 00030004
//SYSPRINT DD SYSOUT=* 00040004
//... |
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_copysign.asm | jpoikela/z88dk | 640 | 48816 |
; double copysign(double x, double y)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sccz80_copysign
EXTERN am48_copysign, cm48_sccz80p_dread2
cm48_sccz80_copysign:
call cm48_sccz80p_dread2
; AC'= y
; AC = x
exx
jp am48_copysign
|
oeis/028/A028368.asm | neoneye/loda-programs | 11 | 48818 | <reponame>neoneye/loda-programs
; A028368: a(n) = (Product_{j=1..n-1} (2^j-1)) * 2^binomial(n+1,2).
; Submitted by <NAME>
; 1,2,8,192,21504,10321920,20478689280,165140150353920,5369036568306647040,700981414358115837542400,366798338802685125615786393600,768480666818860817418136536376934400
mov $2,1
mov $3,1
mov $4,1
lp... |
programs/oeis/245/A245401.asm | neoneye/loda | 22 | 48819 | ; A245401: Number of nonnegative integers with property that their base 8/7 expansion (see A024649) has n digits.
; 8,8,8,8,8,8,8,8,16,16,16,16,24,24,32,32,40,40,48,56,64,72,80,96,112,128,144,160,184,216,240,280,320,360,416,472,544,616,704,808,920,1056,1208,1376,1576,1800,2056,2352,2688,3072,3512,4008,4584
mov $3,$0
m... |
PRG/levels/Under/3-8.asm | narfman0/smb3_pp1 | 0 | 48820 | .word $BD33 ; Alternate level layout
.word $C55B ; Alternate object layout
.byte LEVEL1_SIZE_08 | LEVEL1_YSTART_140
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_01 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PIPENOTEXIT
.byte LEVEL4_BGBANK_INDEX(19) | LEVEL4_INITACT_N... |
cp5/palindromos.asm | JavierOramas/CP_AC | 0 | 48821 | %include "io.inc"
section .bss
CAD resb 50
section .text
global CMAIN
CMAIN:
mov ebp, esp; for correct debugging
mov cl,0
readcad:
GET_STRING CAD,50
mov al,[CAD]
CMP al,10
JE end
call ISPALINDROME
cmp eax,1
jne readcad
inc cl ; Aunmenta contador de palindromos
jmp readcad... |
programs/oeis/143/A143785.asm | karttu/loda | 0 | 48822 | <gh_stars>0
; A143785: Antidiagonal sums of the triangle A120070.
; 3,8,20,36,63,96,144,200,275,360,468,588,735,896,1088,1296,1539,1800,2100,2420,2783,3168,3600,4056,4563,5096,5684,6300,6975,7680,8448,9248,10115,11016,11988,12996,14079,15200,16400,17640,18963,20328,21780,23276,24863,26496,28224,30000,31875,33800,35828,... |
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_frexp.asm | Toysoft/z88dk | 8 | 48823 |
; double frexp(double value, int *exp)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sccz80_frexp
EXTERN cm48_sccz80p_dload, am48_frexp
cm48_sccz80_frexp:
pop af
pop hl
push hl
push af
exx
ld hl,4
call cm48_sccz80p_dload
jp am48_frexp
|
Assembler/AssemblyCode/OVERFLOW_FLAG.asm | KPU-RISC/KPU | 8 | 48826 | <reponame>KPU-RISC/KPU<filename>Assembler/AssemblyCode/OVERFLOW_FLAG.asm
; Initialize the stack pointer and the base pointer
MOV XL, 0xFF
MOV XH, 0xFF
MOV SP, X
MOV XL, 0
MOV XH, 0
MOV BP, X
; Perform an addition
; Overflow-Flag is not set
MOV D, 01100100b ;100d
MOV E, 00010100b ;20d
ADD D, E
PUSHF
; Perform an addit... |
programs/oeis/026/A026806.asm | neoneye/loda | 22 | 48827 | <reponame>neoneye/loda
; A026806: a(n) = number of numbers k such that only one partition of n has least part k.
; 1,2,1,2,2,2,2,3,2,3,3,3,3,4,3,4,4,4,4,5,4,5,5,5,5,6,5,6,6,6,6,7,6,7,7,7,7,8,7,8,8,8,8,9,8,9,9,9,9,10,9,10,10,10,10,11,10,11,11,11,11,12,11,12,12,12,12,13,12,13,13,13,13,14,13,14,14,14,14,15,14,15,15,15,15,... |
programs/oeis/061/A061227.asm | neoneye/loda | 22 | 48829 | ; A061227: a(n) = p + R{p} where R{p} is the digit reversal of n-th prime p.
; 4,6,10,14,22,44,88,110,55,121,44,110,55,77,121,88,154,77,143,88,110,176,121,187,176,202,404,808,1010,424,848,262,868,1070,1090,302,908,524,928,544,1150,362,382,584,988,1190,323,545,949,1151,565,1171,383,403,1009,625,1231,443,1049,463,665,685... |
programs/oeis/067/A067053.asm | neoneye/loda | 22 | 48830 | ; A067053: Floor[ Sum_{1..n} 1/i ]^n.
; 1,1,1,16,32,64,128,256,512,1024,177147,531441,1594323,4782969,14348907,43046721,129140163,387420489,1162261467,3486784401,10460353203,31381059609,94143178827,282429536481,847288609443
mov $2,$0
mul $2,$0
add $0,1
mov $1,-1
add $2,1
lpb $2
add $1,1
div $2,10
lpe
add $1,1
pow ... |
programs/oeis/245/A245578.asm | karttu/loda | 0 | 48831 | <filename>programs/oeis/245/A245578.asm
; A245578: The number of permutations of {0,0,1,1,...,n-1,n-1} that begin with 0 and in which adjacent elements are adjacent mod n.
; 1,10,18,22,32,38,50,58,72,82,98,110,128,142,162,178,200,218,242,262,288,310,338,362,392,418,450,478,512,542,578,610,648,682,722,758,800,838,882,92... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_596_407.asm | ljhsiun2/medusa | 9 | 48832 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rsi
// Store
lea addresses_WT+0x128f9, %r9
nop
nop
nop
nop
and %rcx, %rcx
mov $0x5152535455565758, %r14
movq %r14, %xmm6
movups %xmm6, (%... |
oeis/152/A152714.asm | neoneye/loda-programs | 11 | 48833 | <reponame>neoneye/loda-programs
; A152714: Triangle read by rows: T(n,k) = 3^min(k, n-k).
; Submitted by <NAME>
; 1,1,1,1,3,1,1,3,3,1,1,3,9,3,1,1,3,9,9,3,1,1,3,9,27,9,3,1,1,3,9,27,27,9,3,1,1,3,9,27,81,27,9,3,1,1,3,9,27,81,81,27,9,3,1,1,3,9,27,81,243,81,27,9,3,1,1,3,9,27,81,243,243,81,27,9,3,1,1,3,9,27,81,243,729,243,81... |
data/pokemon/base_stats/heracross.asm | AtmaBuster/pokeplat-gen2 | 6 | 48834 | <gh_stars>1-10
db 0 ; species ID placeholder
db 80, 125, 75, 85, 40, 95
; hp atk def spd sat sdf
db BUG, FIGHTING ; type
db 45 ; catch rate
db 200 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 25 ; step cycles to hatch
INCBIN "gfx/pokemon/heracross/front.dimensions"
db ... |
base/mvdm/wow16/user/user1a.asm | npocmaka/Windows-Server-2003 | 17 | 48835 | <reponame>npocmaka/Windows-Server-2003<filename>base/mvdm/wow16/user/user1a.asm
;
; USER1A.ASM
; More Win16 USER thunks
;
; History:
;
; Created 25-Jan-1991 by <NAME> (jeffpar)
; Added Win 31 thunks 22nd-March-1992 by <NAME> (ChandanC)
; Split off from USER.ASM 9-Jun-92 by BobDay
;
;--
TITL... |
oeis/126/A126221.asm | neoneye/loda-programs | 11 | 48836 | <filename>oeis/126/A126221.asm<gh_stars>10-100
; A126221: a(n)=c(n)+c(n-1)+2*c(n-2)+4*c(n-3)+8*c(n-4)+...+2^(n-2)*c(1)+2^(n-1)*c(0), where c(k) are the Catalan numbers (A000108).
; Submitted by <NAME>
; 1,2,5,13,35,98,286,869,2739,8910,29754,101498,352222,1239332,4410204,15840813,57344451,208976022,765945954,2821516398... |
oeis/104/A104862.asm | neoneye/loda-programs | 11 | 48837 | <reponame>neoneye/loda-programs
; A104862: First differences of A014292.
; Submitted by <NAME>
; 0,1,1,1,1,0,-2,-5,-9,-13,-15,-12,0,25,65,117,169,196,158,3,-321,-841,-1519,-2200,-2560,-2079,-79,4121,10881,19720,28638,33435,27351,1547,-52895,-140772,-256000,-372775,-436655,-359763,-26871,678796,1821118,3323203,4852159,5... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1935.asm | ljhsiun2/medusa | 9 | 48838 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x135bf, %r9
nop
nop
nop
nop
dec %r15
movups (%r9), %xmm7
vpextrq $0, %xmm7, %r11
and $23598, %rdi
lea addresses_WT_ht+0x936, %rsi
lea addresses_UC_ht+0x39bf, %rdi
nop
sub $30124, %rdx
m... |
oeis/064/A064840.asm | neoneye/loda-programs | 11 | 48839 | ; A064840: a(n) = tau(n)*sigma(n).
; 1,6,8,21,12,48,16,60,39,72,24,168,28,96,96,155,36,234,40,252,128,144,48,480,93,168,160,336,60,576,64,378,192,216,192,819,76,240,224,720,84,768,88,504,468,288,96,1240,171,558,288,588,108,960,288,960,320,360,120,2016,124,384,624,889,336,1152,136,756,384,1152,144,2340,148,456,744,840,3... |
audio/music/unused/Radio/Kanto/Routes 3-10, 16-22.asm | AtmaBuster/pokeplat-gen2-old | 2 | 48840 | <gh_stars>1-10
Music_Routes3:
dbw $C0, Music_Routes3_Ch1
dbw $01, Music_Routes3_Ch2
dbw $02, Music_Routes3_Ch3
dbw $03, Music_Routes3_Ch4
Music_Routes3_Ch1: ; 9fad (2:5fad)
tempo 148
volume 119
dutycycle 3
vibrato 6, 52
notetype 12, 181
octave 3
note E_, 1
note F#, 1
note G_, 6
note F_, 1
note G_, 1
... |
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_alloc_fixed_unlocked.asm | jpoikela/z88dk | 640 | 48841 |
; void *heap_alloc_fixed_unlocked(void *heap, void *p, size_t size)
SECTION code_clib
SECTION code_alloc_malloc
PUBLIC heap_alloc_fixed_unlocked
EXTERN asm_heap_alloc_fixed_unlocked
heap_alloc_fixed_unlocked:
pop af
pop hl
pop bc
pop de
push de
push bc
push hl
push af
jp asm_hea... |
2020/21/allergen_assessment_p1.asm | ped7g/adventofcode | 2 | 48844 | <reponame>ped7g/adventofcode<filename>2020/21/allergen_assessment_p1.asm
; https://adventofcode.com/2020/day/21 (part 1)
OPT listoff : DEVICE ZXSPECTRUMNEXT : MMU 0 7, 0, $0000
inputFile: ; load the input.txt into virtual device memory for processing
; INCBIN "input_t.txt" ; expected result: 5
INCBIN "... |
functional-if/zipcode/results/4-assembler/procedural-ZipCode-raw.asm | stephanrauh/GraalVM-Test | 0 | 48845 | <filename>functional-if/zipcode/results/4-assembler/procedural-ZipCode-raw.asm
Compiled method (c2) 51 1 java.lang.StringLatin1::hashCode (42 bytes)
total in heap [0x000000010e3e9e90,0x000000010e3ea430] = 1440
relocation [0x000000010e3ea008,0x000000010e3ea018] = 16
main code [0x00000001... |
charFrequency.asm | nathalie-tate/MIPS | 0 | 48846 | <filename>charFrequency.asm
# charFrequency.asm
# <NAME>
# This code is freely available to be modified and distrubuted under the terms
# of the MIT License.
# CASE SENSITIVE- test has frequencies{(t,2),(e,1),(s,1)},
# Test has frequencies{(T,1),(e,1),(s,1),(t,1)}
# Takes 64 character input (including \n\0... |
strcpy.asm | zuzg/assembly-basics | 0 | 48847 | bits 64
default rel
global main
extern printf
extern scanf
section .data
format db "%s", 0
new_line db 10, 0
section .bss
input resb 1024
output resb 1024
section .text
main:
sub RSP, 8
;scanf
lea RDI, [format]
lea RSI, [input]
mov RAX, 0
... |
oeis/312/A312562.asm | neoneye/loda-programs | 11 | 48848 | <filename>oeis/312/A312562.asm
; A312562: Coordination sequence Gal.6.248.1 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,4,8,14,18,24,30,36,40,46,50,54,58,62,68,72,78,84,90,94,100,104,108,112,116,122,126,13... |
src/ppu/m3_lcdc_obj_size_change.asm | gb-archive/mealybug-tearoom-tests | 37 | 48849 | ; Copyright (C) 2018 <NAME> <<EMAIL>>
;
; 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, di... |
exercises/res.asm | amirshnll/assembly-exercises | 4 | 48850 | include io.h
cr equ 10
lf equ 13
.model small
.stack 200h
.data
newline db cr,lf,0
str_in db 10 dup(?)
prompt db cr,lf,'insert string : ',0
.code
main proc
mov ax,@data
mov ds,ax
;-------------------------------------------
clrscr
output prompt
inputs str_in
mov s... |
solutions/26 - Budget Brigade 2/size-23_speed-67.asm | michaelgundlach/7billionhumans | 45 | 48851 | -- 7 Billion Humans (2053) --
-- 26: Budget Brigade 2 --
-- Author: soerface
-- Size: 23
-- Speed: 67
if s == printer:
a:
takefrom s
giveto n
jump a
endif
if s == shredder:
b:
if myitem == datacube:
giveto s
endif
jump b
endif
if nw == worker and
ne == worker:
c:
if myitem >= 50:
giveto ne
endif
if m... |
Transynther/x86/_processed/US/_st_sm_/i7-8650U_0xd2.log_947_1765.asm | ljhsiun2/medusa | 9 | 48852 | <filename>Transynther/x86/_processed/US/_st_sm_/i7-8650U_0xd2.log_947_1765.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x67f5, %r15
clflush (%r15)
nop
nop
nop
add %rax, %rax
vmovups (%r15), %ymm6
vextracti128 $0, %ym... |
ASM_x86/LinuxAPI_17_sockets.asm | XlogicX/Learn | 43 | 48853 | ; Pull down a website and display it to the terminal
; API calls found in this example program:
; socketcall(socket,connect), write, read, close, exit
; High level description of what theis example program does:
; Create a socket with the socket part of socketcall API
; Connect to the socket with connect p... |
libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_capacity.asm | jpoikela/z88dk | 640 | 48854 |
; size_t w_array_capacity(w_array_t *a)
SECTION code_clib
SECTION code_adt_w_array
PUBLIC w_array_capacity
EXTERN asm_w_array_capacity
defc w_array_capacity = asm_w_array_capacity
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _w_array_capacity
defc _w_array_capacity = w_array_capacity
ENDIF
|
Layer2Graphics/layer2_print_character.asm | ped7g/EliteNext | 9 | 48855 | <filename>Layer2Graphics/layer2_print_character.asm
l2_print_chr_at:
; "l2_print_chr_at, bc = col,row, d= character, e = colour"
; "Need a version that also prints absence of character"
ld a,d
cp 32
jr c,.InvalidCharacter ; Must be between 32 and 127
cp 127
jr nc,.InvalidCharacter
.ValidCharater:
... |
programs/oeis/030/A030191.asm | neoneye/loda | 22 | 48857 | ; A030191: Scaled Chebyshev U-polynomial evaluated at sqrt(5)/2.
; 1,5,20,75,275,1000,3625,13125,47500,171875,621875,2250000,8140625,29453125,106562500,385546875,1394921875,5046875000,18259765625,66064453125,239023437500,864794921875,3128857421875,11320312500000,40957275390625,148184814453125,536137695312500,1939764404... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48_notsx.log_9_879.asm | ljhsiun2/medusa | 9 | 48858 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x5e71, %r11
nop
nop
nop
and %rdx, %rdx
movb (%r11), %r14b
nop
nop
nop
nop
nop
xor $55386, %r11
lea addresses_A_ht+0x2339, %r10
nop
dec %rbx
movl $0x61626364, (%r10)
... |
programs/oeis/112/A112873.asm | neoneye/loda | 22 | 48860 | ; A112873: Partial sums of A032378.
; 2,5,9,14,20,27,37,49,63,79,97,117,139,163,189,219,252,288,327,369,414,462,513,567,624,684,747,815,887,963,1043,1127,1215,1307,1403,1503,1607,1715,1827,1943,2063,2187,2317,2452,2592,2737,2887,3042,3202,3367,3537
lpb $0
mov $2,$0
sub $0,1
seq $2,32378 ; Noncubes such that n is... |
programs/oeis/067/A067482.asm | neoneye/loda | 22 | 48861 | <filename>programs/oeis/067/A067482.asm
; A067482: Powers of 4 with initial digit 4.
; 4,4096,4194304,4294967296,4398046511104,4503599627370496,4611686018427387904,4722366482869645213696,4835703278458516698824704,4951760157141521099596496896
mul $0,5
add $0,1
mov $1,4
pow $1,$0
mov $0,$1
|
LKS/MC_PAL.asm | Kannagi/Super-Kannagi-Sound | 11 | 48864 |
.MACRO LKS_PAL_ANIM
SNES_WMADD LKS_BUF_PAL&$FFFF+($20*\1),0
phx
ldx s_palette+_bgpl1+(3*\1)
stx MEM_TEMPFUNC
ldx s_palette+_bgpl1+(3*\1)+2
stx MEM_TEMPFUNC+4
ldx #\2
stx MEM_TEMPFUNC+2
ldx #\3
stx MEM_TEMPFUNC+6
plx
jsl LKS_PAL_Anim
.ENDM
|
libtool/src/gmp-6.1.2/mpn/powerpc64/mode64/p6/aorsmul_1.asm | kroggen/aergo | 1,602 | 48865 | dnl PowerPC-64 mpn_addmul_1 and mpn_submul_1 optimised for power6.
dnl Copyright 1999-2001, 2003-2006, 2008, 2010, 2011 Free Software Foundation,
dnl Inc.
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 modify
dnl it under the terms of eit... |
oeis/349/A349662.asm | neoneye/loda-programs | 11 | 48866 | ; A349662: a(n) is the number of squares strictly between n^2 and n^3.
; Submitted by <NAME>
; 0,0,0,2,3,6,8,11,14,17,21,25,29,33,38,43,47,53,58,63,69,75,81,87,93,99,106,113,120,127,134,141,149,156,164,172,179,188,196,204,212,221,230,238,247,256,265,275,284,293,303,313,322,332,342,352,363,373,383
mov $3,$0
pow $0,3
su... |
src/gamecode.asm | Gip-Gip/VePseu | 5 | 48867 | carl:
DC %00000000
DC %01100110
DC %00100100
DC %00111100
DC %01000010
DC %10111101
DC %11000011
DC %10000001
DC %10100101
DC %01000010
DC %00111100
carlH SET . - carl
|
nand2tetris/04/Fill.asm | SleimiKhalil/HtDP | 1 | 48869 | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME>, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i.e. writes "black" in ... |
Transynther/x86/_processed/AVXALIGN/_st_4k_/i3-7100_9_0xca_notsx.log_57_528.asm | ljhsiun2/medusa | 9 | 48870 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1a003, %r9
nop
nop
nop
nop
nop
cmp %r14, %r14
mov $0x6162636465666768, %rcx
movq %rcx, %xmm1
movups %xmm1, (%r9)
nop
nop
nop
nop
xor %r10,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3136.asm | ljhsiun2/medusa | 9 | 48871 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3136.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1e707, %rsi
lea addresses_UC_ht+0xb8e7, %rdi
nop
nop
nop
sub %r10, %r10
... |
programs/oeis/074/A074528.asm | neoneye/loda | 22 | 48872 | <reponame>neoneye/loda
; A074528: a(n) = 2^n + 3^n + 6^n.
; 3,11,49,251,1393,8051,47449,282251,1686433,10097891,60526249,362976251,2177317873,13062296531,78368963449,470199366251,2821153019713,16926788715971,101560344351049,609360902796251,3656161927895953,21936961102828211,131621735227521049,789730317205170251,4738381... |
programs/oeis/016/A016290.asm | neoneye/loda | 22 | 48873 | <reponame>neoneye/loda
; A016290: Expansion of 1/((1-2x)(1-4x)(1-8x)).
; 1,14,140,1240,10416,85344,690880,5559680,44608256,357389824,2861214720,22898104320,183218384896,1465881288704,11727587164160,93822844764160,750591347982336,6004765143465984,48038258586419200,384306618446643200,3074455146595352576,24595649968853745... |
Chapter_4/Program 4.3/x86/Program_4.3_NASM.asm | chen150182055/Assembly | 272 | 48874 | <reponame>chen150182055/Assembly
; Program 4.3
; Negative Division - NASM (32-bit)
; Copyright (c) 2017 Hall & Slonka
SECTION .text
global _main
_main:
mov eax, -534
cdq
mov ebx, 15
idiv ebx
mov eax, 1
mov ebx, 0
int 80h
|
oeis/153/A153317.asm | neoneye/loda-programs | 11 | 48875 | <reponame>neoneye/loda-programs
; A153317: Denominators of continued fraction convergents to sqrt(6/5).
; Submitted by <NAME>(s3)
; 1,10,21,220,461,4830,10121,106040,222201,2328050,4878301,51111060,107100421,1122115270,2351330961,24635424880,51622180721,540857232090,1133336644901,11874223681100
add $0,1
mov $3,1
lpb $... |
libsrc/z80_crt0s/crt0_long/l_long_aslo.asm | grancier/z180 | 0 | 48876 | <reponame>grancier/z180<gh_stars>0
; Z88 Small C+ Run Time Library
; Long support functions
;
; djm 25/2/99
; Made work! - Seems a little messed up previously (still untested)
;
; djm 7/5/99
; This version is called when the optimizer has had a look at
; the code
;
; ara... |
Library/Kernel/Heap/heapScrub.asm | steakknife/pcgeos | 504 | 48877 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Heap -- Heap scrubbing
FILE: heapScrub.asm
AUTHOR: <NAME>, Jun 25, 1990
ROUTINES:
Name Description
---- -----------
VScrub Let the scru... |
programs/oeis/106/A106546.asm | neoneye/loda | 22 | 48878 | <filename>programs/oeis/106/A106546.asm
; A106546: a(n) = n^2 if n^2 is the difference of two primes, otherwise a(n) = 0.
; 1,4,9,16,0,36,0,64,81,100,0,144,0,196,225,256,0,324,0,400,441,484,0,576,0,676,0,784,0,900,0,1024,1089,1156,0,1296,0,1444,1521,1600,0,1764,0,1936,2025,2116,0,2304,0,2500,0,2704,0,2916,0,3136,3249,3... |
asm/pet.ext.asm | RockmanEXEZone/MMBN45-English-Translation | 6 | 48879 | <gh_stars>1-10
.align 2
// Load third OAM for menu name
pet_loadThirdMenuNameOam:
bl 0x8029538
ldr r0,[@baseTiles]
add r1,0x4
bl 0x8029538
pop r4-r6,r15
.align 2
pet_overrideTextLength:
ldrb r0,[r5,0x8]
add r2,=@textLengths
ldrb r0,[r2,r0]
ldr r2,[r5,0x4]
mov r15,r14
.align 2
pet_overrideTextLengthPQ:
... |
oeis/259/A259967.asm | neoneye/loda-programs | 11 | 48880 | <gh_stars>10-100
; A259967: a(n) = a(n-1) + a(n-2) + a(n-4).
; Submitted by <NAME>
; 3,2,2,5,10,17,29,51,90,158,277,486,853,1497,2627,4610,8090,14197,24914,43721,76725,134643,236282,414646,727653,1276942,2240877,3932465,6900995,12110402,21252274,37295141,65448410,114853953,201554637,353703731,620706778,1089264462,19115... |
oeis/201/A201461.asm | neoneye/loda-programs | 11 | 48881 | <gh_stars>10-100
; A201461: Triangle read by rows: n-th row (n>=0) gives coefficients of the polynomial ((x+1)^(2^n) + (x-1)^(2^n))/2.
; Submitted by <NAME>
; 1,1,1,1,6,1,1,28,70,28,1,1,120,1820,8008,12870,8008,1820,120,1,1,496,35960,906192,10518300,64512240,225792840,471435600,601080390,471435600,225792840,64512240,10... |
ATMega328P/05-UART-transmit/UART_transmit_avr.asm | agguro/arduino-project | 0 | 48882 | <reponame>agguro/arduino-project
UART_transmit.hex: file format ihex
Disassembly of section .sec1:
00000000 <.sec1>:
0: 07 e6 ldi r16, 0x67 ; 103
2: 10 e0 ldi r17, 0x00 ; 0
4: 0e 94 15 00 call 0x2a ; 0x2a
8: e4 e6 ldi r30, 0x64 ; 100
a: f0 e0 ldi r31, 0x00 ; 0
c: ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1144.asm | ljhsiun2/medusa | 9 | 48884 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9e5d, %rsi
lea addresses_WT_ht+0xa45d, %rdi
nop
nop
nop
nop
nop
xor $45872, %r12
mov $15, %rcx
rep movsw
sub $13032, %r15
lea addresses_A_ht+0x9ddd, %rsi
lea addresses_UC_ht+... |
oeis/074/A074990.asm | neoneye/loda-programs | 11 | 48885 | <gh_stars>10-100
; A074990: Number of primes in the interval (n,3n].
; Submitted by <NAME>(w1)
; 2,2,2,3,3,4,4,5,5,6,6,6,6,7,8,9,8,9,8,9,10,10,10,11,12,12,13,14,13,14,13,13,14,15,16,17,17,18,18,18,17,17,17,18,18,19,19,19,19,20,21,21,21,21,22,23,23,24,23,24,24,24,24,25,26,27,27,27,27,27,27,27,26,26,27,28
mov $3,$0
add ... |
smsq/io/ckchn.asm | olifink/smsqe | 0 | 48886 | * Check channel ID V2.00 1986 <NAME> QJUMP
*
section io
*
xdef io_ckchn
*
include dev8_keys_err
include dev8_keys_sys
include dev8_keys_chn
include dev8_keys_iod
*
* d0 p if channel id ok
* d0 r ... otherwise error not open
* d7 s pointer to channel table
* a0 cr channel id / channel address
* a3 r... |
oeis/041/A041767.asm | neoneye/loda-programs | 11 | 48887 | ; A041767: Denominators of continued fraction convergents to sqrt(404).
; Submitted by <NAME>
; 1,10,401,4020,161201,1616030,64802401,649640040,26050404001,261153680050,10472197606001,104983129740060,4209797387208401,42202957001824070,1692328077460171201,16965483731603536080,680311677341601614401,6820082257147619680090... |
avr-examples/blink2.asm | carliros/favr | 0 | 48888 | <gh_stars>0
;************************************
; written by: 1o_o7
; date: <2014|10|29>
; version: 1.0
; file saved as: blink.asm
; for AVR: atmega328p
; clock frequency: 16MHz (optional)
;************************************
; Program funcion:---------------------
; counts off seconds by blinking an LED
;
; PD4 --... |
libsrc/zx81/chroma81/zx_aaddr2cy.asm | teknoplop/z88dk | 0 | 48889 | <gh_stars>0
; uint __FASTCALL__ zx_aaddr2cy(void *attraddr)
; Stefano, 2014.12
PUBLIC zx_aaddr2cy
EXTERN HRG_LineStart
.zx_aaddr2cy
ld b,-1
IF FORlambda
ld hl,8319
ELSE
ld hl,HRG_LineStart+2+32768
ENDIF
and a
sbc hl,de
IF FORlambda
ld de,33
ELSE
ld de,35
ENDIF
and a
.sbloop
sbc hl,de
in... |
libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_finish.asm | teknoplop/z88dk | 8 | 48890 | <filename>libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_finish.asm<gh_stars>1-10
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *obstack_finish(struct obstack *ob)
;
; Return the address of the currently grow... |
vp8/common/arm/neon/copymem16x16_neon.asm | mrchapp/libvpx | 1 | 48891 | ;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing projec... |
fasm/fast.asm | Kharacternyk/ceto19 | 0 | 48892 | ; An array to quickly determine whether a number is a cube.
marks=buffer+5000*8
; An array to store cubes.
cubes=buffer
; Zero the `marks` array.
zer rdi
@@: mov byte [marks+rdi], 0
inc rdi
cmp rdi, rax
jb @b
; Fill the arrays.
zer rdi
@@: inc rdi
mov r8, rdi
imul r8, rdi; ^2
... |
oeis/248/A248833.asm | neoneye/loda-programs | 11 | 48894 | ; A248833: The curvature of touching circles inscribed in a special way in the larger segment of circle of radius 1/6 divided by a chord of length sqrt(8/75).
; Submitted by <NAME>
; 10,25,160,1225,9610,75625,595360,4687225,36902410,290532025,2287353760,18008298025,141779030410,1116223945225,8788012531360,6918787630562... |
Appl/FileMgrs2/CommonDesktop/CMain/cmainLoadApp.asm | steakknife/pcgeos | 504 | 48895 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: cprocessLoadApp.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- --... |
programs/oeis/028/A028402.asm | neoneye/loda | 22 | 48896 | ; A028402: Number of types of Boolean functions of n variables under a certain group.
; 6,20,72,272,1056,4160,16512,65792,262656,1049600,4196352,16781312,67117056,268451840,1073774592,4295032832,17180000256,68719738880,274878431232,1099512676352,4398048608256,17592190238720,70368752566272,281474993487872,11258999403970... |
src/boot/boot.asm | travisbale/CardinalOS | 0 | 48899 | ; Bootloader
ORG 0x7C00 ; BIOS loads the bootloader into memory at 0x7C00
BITS 16 ; Start assembly in 16 bit mode
PROT_MODE_CODE_SEG equ 0x8 ; Kernel code segment selector
PROT_MODE_DATA_SEG equ 0x10 ; Kernel data segment selector
bios_parameter_block:
; The BIOS Parameter Block is loacted at the beginning... |
libsrc/z80_crt0s/crt0/l_gint7de.asm | meesokim/z88dk | 0 | 48900 | <reponame>meesokim/z88dk
; Z88 Small C+ Run time Library
; l_gint variant to be used sometimes by the peephole optimizer
;
PUBLIC l_gint7de
.l_gint7de
ld c,(hl)
inc hl
ld b,(hl)
ld h,b
ld l,c
add hl,bc ;*2
add hl,bc ;*3
add hl,hl ;*6
add hl,bc ;*7
pop bc
pop de
add hl,de
push bc
ret
|
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_353.asm | ljhsiun2/medusa | 9 | 48901 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_353.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %r9
push %rbp
push %rcx
lea addresses_WT_ht+0x184dd, %rcx
nop
nop
nop
nop
nop
inc %r11
mov (%rcx), %r15d
nop
nop
sub $18330, %r... |
programs/oeis/293/A293633.asm | neoneye/loda | 22 | 48902 | ; A293633: a(n) is the integer k that minimizes |k/Fibonacci(n) - 3/4|.
; 1,1,2,2,4,6,10,16,26,41,67,108,175,283,458,740,1198,1938,3136,5074,8210,13283,21493,34776,56269,91045,147314,238358,385672,624030,1009702,1633732,2643434,4277165,6920599,11197764,18118363,29316127,47434490,76750616,124185106,200935722,325120828,5... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1194.asm | ljhsiun2/medusa | 9 | 48903 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1194.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x11d7b, %r15
nop
nop
nop
nop
add $341... |
macros/enum.asm | Dev727/ancientplatinum | 28 | 48904 | <gh_stars>10-100
; Enumerate variables
enum_start: MACRO
if _NARG >= 1
__enum__ = \1
else
__enum__ = 0
endc
if _NARG >= 2
__enumdir__ = \2
else
__enumdir__ = +1
endc
ENDM
enum: MACRO
\1 EQU __enum__
__enum__ = __enum__ + __enumdir__
ENDM
enum_set: MACRO
__enum__ = \1
ENDM
; Enumerate constants
const_def: MACRO
if ... |
lunaplay/xppcm.asm | moveccr/luna-audio | 1 | 48905 | <reponame>moveccr/luna-audio
;
;
; used language:
; zasm 4.1
; http://k1.spdns.de/Develop/Projects/zasm
;
; MEMORY MAP
; 0000 00FF RESET/RST etc.
; 0100 01FF shared variables
; 0200 3FFF program
; 4000 7FFF 16K buffer page 0
; 8000 BFFF 16K buffer page 1
; C000 FDFF unused
;... |
bluetooth send/send1.asm | SREEHARIR/POV-Clock | 0 | 48907 |
_main:
;send1.c,4 :: void main()
;send1.c,6 :: PORTB=0x00;
CLRF PORTB+0
;send1.c,7 :: TRISC.RC6 = 0x00; //TX pin set as output
BCF TRISC+0, 6
;send1.c,8 :: TRISC.RC7 = 0xFF; //RX pin set as input
BSF TRISC+0, 7
;send1.c,9 :: UART1_Init(9600); // Initialize UART mod... |
programs/oeis/278/A278403.asm | neoneye/loda | 22 | 48908 | <filename>programs/oeis/278/A278403.asm
; A278403: a(n) = Sum_{d|n} d^2 * (d+1)/2.
; 1,7,19,47,76,151,197,335,424,632,727,1127,1184,1673,1894,2511,2602,3634,3611,4872,5066,6299,6349,8615,8201,10316,10630,13081,12616,16526,15377,19407,19258,22838,22322,28586,26012,31775,31622,37960,35302,44594,40679,49899,48874,56081,53... |
source/asm64/amd64.masm/Tsc.asm | nitrieu/curve25519 | 124 | 48909 | <filename>source/asm64/amd64.masm/Tsc.asm
; The MIT License (MIT)
;
; Copyright (c) 2015 <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
; withou... |
programs/oeis/254/A254601.asm | neoneye/loda | 22 | 48910 | ; A254601: Numbers of n-length words on alphabet {0,1,...,6} with no subwords ii, where i is from {0,1,2}.
; 1,7,46,304,2008,13264,87616,578752,3822976,25252864,166809088,1101865984,7278432256,48078057472,317582073856,2097804673024,13857156333568,91534156693504,604633565495296,3993938019745792,26382162380455936,1742687... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.