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 |
|---|---|---|---|---|
players/src/NES_APUTest_NoisePlayer.asm | tragicmuffin/nes-tests | 3 | 52880 | <gh_stars>1-10
.inesprg 1 ;1x 16kb PRG code
.ineschr 1 ;1x 8kb CHR data
.inesmap 0 ; mapper 0 = NROM, no bank swapping
.inesmir 1 ;background mirroring (vertical mirroring = horizontal scrolling)
.rsset $0000
joypad1 .rs 1 ;button states for the current frame
joypad1_old .rs 1 ;last... |
Lab1/test1.asm | siwasilp/Micro | 0 | 52881 | ORG 0000H
MOV R5,#25H
MOV R7,#34H
MOV A,#0H
ADD A,R5
ADDC A,R7
ADDC A,#12H
MOV B,#0C3H
SUBB A,B
SJMP $
END |
data/wild/maps/Route21.asm | opiter09/ASM-Machina | 1 | 52882 | Route21WildMons:
def_grass_wildmons 25 ; encounter rate
db 44, KINGLER
db 45, BEEDRILL
db 47, PIDGEOT
db 47, SHELLDER
db 48, MACHOKE
db 46, TANGELA
db 46, GLOOM
db 49, KADABRA
db 48, BLASTOISE
db 50, SHELLDER
end_grass_wildmons
def_water_wildmons 5 ; encounter rate
db 44, HORSEA
db 45, PSYDUCK
db 47, S... |
programs/oeis/129/A129027.asm | neoneye/loda | 22 | 52883 | ; A129027: Odd-indexed terms of A129026.
; 0,108,600,1932,4752,9900,18408,31500,50592,77292,113400,160908,222000,299052,394632,511500,652608,821100,1020312,1253772,1525200,1838508,2197800,2607372,3071712,3595500,4183608,4841100,5573232,6385452,7283400,8272908
mul $0,2
seq $0,129026 ; a(n) = (1/2)*(n^4 + 11*n^3 + 53*n^... |
bfintrinsics/src/arch/x64/srs.asm | chp-io/hypervisor | 5 | 52884 | ;
; Copyright (C) 2019 Assured Information Security, Inc.
;
; 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... |
oeis/270/A270127.asm | neoneye/loda-programs | 11 | 52885 | ; A270127: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 86", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>
; 1,6,14,38,54,102,134,230,262,358,422,614,678,870,998,1382,1446,1638,1766,2150,2278,2662,2918,3686,3... |
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_showTilePosL.asm | jpoikela/z88dk | 640 | 52886 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_l.h" for further details
; ----------------------------------------------------------------
; void BIFROSTL_showTilePosL(unsigned int row, unsigned int col)
SECTION cod... |
audio/sfx/battle_24.asm | AmateurPanda92/pokemon-rby-dx | 9 | 52887 | SFX_Battle_24_Ch4:
duty 1
pitchenvelope 9, 7
squarenote 15, 15, 2, 1792
pitchenvelope 0, 0
endchannel
SFX_Battle_24_Ch7:
noisenote 15, 3, -7, 34
noisenote 15, 15, 2, 33
endchannel
|
source/vga.asm | re0ah/nameless-OS16 | 0 | 52888 | <gh_stars>0
;This is free and unencumbered software released into the public domain.
;Anyone is free to copy, modify, publish, use, compile, sell, or
;distribute this software, either in source code form or as a compiled
;binary, for any purpose, commercial or non-commercial, and by any
;means.
;In jurisdictions that... |
oeis/142/A142573.asm | neoneye/loda-programs | 11 | 52889 | ; A142573: Primes congruent to 43 mod 53.
; Submitted by <NAME>
; 43,149,467,997,1103,1951,2269,2693,3011,3329,3541,4177,4283,4813,4919,5237,5449,6827,7039,7993,8311,8629,9371,9689,9901,10007,11173,11279,11491,11597,12763,13187,13399,15307,15413,15731,17321,17851,17957,18169,18593,18911,19441,19759,20183,21031,21773,22... |
cv/cvindex.asm | DigitalMars/optlink | 28 | 52890 | TITLE CVINDEX - Copyright (c) SLR Systems 1994
INCLUDE MACROS
PUBLIC WRITE_CV_INDEX,FLUSH_CV_INDEXES,CV_INDEX_ANOTHER_BLOCK,HANDLE_CV_INDEX
.DATA
EXTERNDEF CV_INDEX_TEMP:BYTE,CV_HEADER:BYTE
externdef CV_INDEX_PTR_LIMIT:DWORD,CV_INDEX_BLOCK_END:DWORD
EXTERNDEF CURNMOD_GINDEX:DWORD,CV_INDEX_BLK:DWORD,... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_16_1927.asm | ljhsiun2/medusa | 9 | 52891 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %rax
push %rbp
push %rcx
push %rdx
push %rsi
lea addresses_A_ht+0x18786, %r11
nop
nop
nop
nop
nop
and %rdx, %rdx
mov (%r11), %rbp
nop
nop
nop
nop
and $7760, %rcx
lea addresses_UC_ht+0x9886, %rsi
nop
nop
nop
nop
nop
sub $7453, %rax
mov (%rsi), %r... |
libsrc/gfx/wide/w_xorplot.asm | Frodevan/z88dk | 38 | 52893 | <filename>libsrc/gfx/wide/w_xorplot.asm<gh_stars>10-100
;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Stubs Written by <NAME> - 30/9/98
;
;
; $Id: w_xorplot.asm $
;
; CALLER LINKAGE FOR FUNCTION POINTERS
; ----- void xorplot(int x, int y)
IF !__... |
programs/oeis/082/A082908.asm | neoneye/loda | 22 | 52899 | ; A082908: Largest value of gcd(2^n, binomial(n,j)) with j=0..n-1; maximal value of largest power of 2 dividing binomial(n,j) in the n-th row of Pascal's triangle.
; 1,1,2,1,4,2,4,1,8,4,8,2,8,4,8,1,16,8,16,4,16,8,16,2,16,8,16,4,16,8,16,1,32,16,32,8,32,16,32,4,32,16,32,8,32,16,32,2,32,16,32,8,32,16,32,4,32,16,32,8,32,16... |
MouseJiggler/MouseJiggler/lib/USBFS_std.asm | TuningSweeper/USB-MouseJiggler | 0 | 52900 | <reponame>TuningSweeper/USB-MouseJiggler
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USBFS_std.asm
;; Version: 2.10, Updated on 2015/3/4 at 22:27:56
;; Generated by PSoC Designer 5.4.3191
... |
programs/oeis/126/A126114.asm | karttu/loda | 1 | 52901 | ; A126114: Ultimate fixed-point under the mapping n->f(n), where f(n)=n if n is square else f(n)=n-Floor(Sqrt(n)).
; 1,1,1,4,1,4,1,4,9,1,4,9,1,4,9,16,1,4,9,16,1,4,9,16,25,1,4,9,16,25,1,4,9,16,25,36,1,4,9,16,25,36,1,4,9,16,25,36,49,1,4,9,16,25,36,49,1,4,9,16,25,36,49,64,1,4,9,16,25,36,49,64,1,4,9,16,25,36,49,64,81,1,4,9... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_782.asm | ljhsiun2/medusa | 9 | 52902 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_782.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rcx
lea addresses_WC_ht+0x18e1, %rcx
nop
nop
nop
nop
xor $35091, %r15
mov (%rcx), %r9
nop
nop
nop
sub $26042, %r13
pop %rcx
pop %r9
pop %r15
pop %r... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1795.asm | ljhsiun2/medusa | 9 | 52903 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x16ca6, %rbp
nop
nop
nop
nop
dec %r8
and $0xffffffffffffffc0, %rbp
movaps (%rbp), %xmm0
vpextrq $0, %xmm0, %r15
nop
nop
nop
cmp %r10, %r10
... |
examples/vram_simple_copy.asm | KCreate/mos6502 | 13 | 52904 | <gh_stars>10-100
; This is a test program for the 6502 Emulator.
; It will copy the value 0x1C to every address
; from VRAM - VRAM+0xFF
.def VRAM 0x4000
.def ILLEGAL_OPCODE 0xFF
.RST
ldx #$00 ; initialize counter variable
lda #$1C ; initialize template variable
.HEAD
sta VRAM, x ; copy the template... |
libsrc/cpc/cpc_PrintGphStrStdXY.asm | jpoikela/z88dk | 640 | 52905 | ;
; Amstrad CPC library
;
; ******************************************************
; ** Librería de rutinas para Amstrad CPC **
; ** <NAME>, Artaburu 2009 **
; ******************************************************
;
; void cpc_PrintGphStrStdXY(int pen, char *, int x, int y);
;
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_730.asm | ljhsiun2/medusa | 9 | 52906 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_730.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1a6e4, %rcx
nop
nop
nop
nop
sub %r14, %r14
mov $0x6162636465666768, %r12
movq %r12, (%rcx)
no... |
tools/files/applib/src/32bit/sdepack.asm | nehalem501/gendev | 2,662 | 52907 | ;;
;; aPLib compression library - the smaller the better :)
;;
;; fasm safe assembler wrapper for aP_depack_asm_safe
;;
;; Copyright (c) 1998-2014 <NAME>
;; All Rights Reserved
;;
;; http://www.ibsensoftware.com/
;;
format MS COFF
public aPsafe_depack as '_aPsafe_depack'
extrn '_aP_depack_asm_safe' ... |
oeis/142/A142025.asm | neoneye/loda-programs | 11 | 52909 | ; A142025: Primes congruent to 21 mod 31.
; Submitted by <NAME>
; 83,269,331,641,827,1013,1447,1571,2129,2377,2687,2749,3121,3307,3617,3803,3989,4051,4423,4547,4733,4919,5167,5477,5849,6221,6469,6779,6841,7027,7151,7213,7523,8081,8329,8887,9011,9631,9817,9941,10313,10499,11057,11119,11243,11491,11677,11801,11863,11987,... |
programs/oeis/026/A026067.asm | neoneye/loda | 22 | 52911 | ; A026067: a(n) = (d(n)-r(n))/2, where d = A026066 and r is the periodic sequence with fundamental period (1,0,0,0).
; 52,84,123,170,225,290,364,448,542,648,765,894,1035,1190,1358,1540,1736,1948,2175,2418,2677,2954,3248,3560,3890,4240,4609,4998,5407,5838,6290,6764,7260,7780,8323,8890,9481,10098,10740,11408,12102,12824,... |
programs/oeis/266/A266073.asm | karttu/loda | 1 | 52912 | ; A266073: Number of OFF (white) cells in the n-th iteration of the "Rule 3" elementary cellular automaton starting with a single ON (black) cell.
; 0,2,4,2,8,2,12,2,16,2,20,2,24,2,28,2,32,2,36,2,40,2,44,2,48,2,52,2,56,2,60,2,64,2,68,2,72,2,76,2,80,2,84,2,88,2,92,2,96,2,100,2,104,2,108,2,112,2,116,2,120,2,124,2,128,2,1... |
document/Elf_library_reduced/open_source_tools/ELFkickers/tiny/snake.asm | unanao/Elfdbs | 0 | 52913 | ;; snake.asm: Copyright (C) 2001 by <NAME>, under the GNU
;; General Public License. No warranty.
;;
;; To build:
;; nasm -f bin -o snake snake.asm && chmod +x snake
;;
;; Use 4, n, or the left-arrow key to turn the snake left.
;; Use 5, m, or the right-arrow key to turn the snake right.
;; Eating the blocks adds to yo... |
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0x48.log_21829_1143.asm | ljhsiun2/medusa | 9 | 52914 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x5ed1, %r10
clflush (%r10)
nop
nop
xor %rax, %rax
mov $0x6162636465666768, %rcx
movq %rcx, %xmm1
movups %xmm1, (%r10)
nop
nop
nop
nop
add %r14, %r14
lea addresses_normal_ht+0x... |
tests/t20.asm | mras0/sasm | 26 | 52915 | <filename>tests/t20.asm<gh_stars>10-100
not al
not dx
not byte [es:bx+2]
neg bl
neg si
neg word [2]
mov ax, last
a: resw 2
dw 0x1234
b: resb 10
db '?'
x:resb 100
last:
|
asm/credits.asm | RockmanEXEZone/MMBN45-English-Translation | 6 | 52916 | .org 0x8047746
bl credits_unlockNavis
// 00 p0 p1 p2 = print text p0 at indent p1 with tile width p2
// 04 p0 = scroll p0 lines (16 pixels)
// 08 p0 = wait p0 frames
// 0C = stop scrolling and wait for key press
// 10 = Capcom logo
// 14 p0 p1 p2 = same as 00 but buffers Clear Time hours and minutes
// 18 p0... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1860.asm | ljhsiun2/medusa | 9 | 52917 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xee63, %r11
nop
nop
nop
nop
cmp %r9, %r9
movups (%r11), %xmm4
vpextrq $1, %xmm4, %rdx
nop
nop
nop
nop
cmp $41820, %r15
lea addresses_normal_ht+0x... |
HW8/Euclid.asm | CodyKelly-UCD/CSCI-2525 | 0 | 52918 | <reponame>CodyKelly-UCD/CSCI-2525
TITLE: Euclid.asm
INCLUDE Irvine32.inc
IsPrime proto, num:dword
Modulo proto, divisor:byte, dividend:byte
GetNumberFromUser proto, num:ptr dword, prompt:ptr byte
PrintResults proto num1:dword, num2:dword, res:dword
GetGCD proto, num1:dword, num2:dword, res:ptr dword
.data
var_1 dwor... |
programs/oeis/143/A143157.asm | jmorken/loda | 1 | 52919 | <reponame>jmorken/loda<gh_stars>1-10
; A143157: Partial sums of A091512.
; 0,1,5,8,20,25,37,44,76,85,105,116,152,165,193,208,288,305,341,360,420,441,485,508,604,629,681,708,792,821,881,912,1104,1137,1205,1240,1348,1385,1461,1500,1660,1701,1785,1828,1960,2005,2097,2144,2384,2433,2533,2584,2740,2793,2901,2956,3180,3237,3... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1842.asm | ljhsiun2/medusa | 9 | 52920 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %rdx
lea addresses_WC_ht+0x1cc51, %r13
nop
nop
nop
add %r12, %r12
and $0xffffffffffffffc0, %r13
movntdqa (%r13), %xmm0
vpextrq $0, %xmm0, %rdx
nop
nop
add %r12, %r12
pop %rdx
pop %r13
pop %r12
ret
.global s_faulty_load
... |
oeis/051/A051868.asm | neoneye/loda-programs | 11 | 52921 | <gh_stars>10-100
; A051868: 16-gonal (or hexadecagonal) numbers: a(n) = n*(7*n-6).
; 0,1,16,45,88,145,216,301,400,513,640,781,936,1105,1288,1485,1696,1921,2160,2413,2680,2961,3256,3565,3888,4225,4576,4941,5320,5713,6120,6541,6976,7425,7888,8365,8856,9361,9880,10413,10960,11521,12096,12685,13288,13905,14536,15181,15840,... |
arch/lib/scheme/write_sob_char.asm | Mosseridan/Compiler-Principles | 0 | 52923 | <filename>arch/lib/scheme/write_sob_char.asm
/* scheme/write_sob_char.asm
* Take a pointer to a Scheme char object, and
* prints (to stdout) the character representation
* of that object.
*
* Programmer: <NAME>, 2010
*/
WRITE_SOB_CHAR:
PUSH(FP);
MOV(FP, SP);
PUSH(R1);
PUSH(IMM('#'));
CALL(PUTCHAR);
... |
oeis/049/A049741.asm | neoneye/loda-programs | 11 | 52925 | <reponame>neoneye/loda-programs
; A049741: a(n)=T(n,n+1), array T as in A049735.
; Submitted by <NAME>
; 5,21,45,81,137,193,277,357,457,577,697,845,981,1153,1321,1505,1725,1933,2161,2393,2629,2917,3181,3489,3769,4093,4421,4741,5129,5465,5853,6237,6621,7049,7473,7917,8389,8841,9329,9785
mul $0,2
add $0,1
pow $0,2
add $... |
programs/oeis/014/A014473.asm | neoneye/loda | 22 | 52927 | <reponame>neoneye/loda
; A014473: Pascal's triangle - 1.
; 0,0,0,0,1,0,0,2,2,0,0,3,5,3,0,0,4,9,9,4,0,0,5,14,19,14,5,0,0,6,20,34,34,20,6,0,0,7,27,55,69,55,27,7,0,0,8,35,83,125,125,83,35,8,0,0,9,44,119,209,251,209,119,44,9,0,0,10,54,164,329,461,461,329,164,54,10,0,0,11,65,219,494,791,923,791,494,219,65,11,0,0,12,77,285,7... |
bahamut/source/menu-shop.asm | higan-emu/bahamut-lagoon-translation-kit | 2 | 52928 | <filename>bahamut/source/menu-shop.asm
namespace menu {
seek(codeCursor)
namespace shop {
enqueue pc
//item list
seek($eee746); jsl item.name
seek($eee766); jsl item.cost
seek($eee681); jsl drawWindowPaged
seek($eee74a); lda #$0054 //item cost position
seek($eee5ac); lda #$0016 //X cursor position
... |
src/actions.asm | sikorama/still_scrolling | 0 | 52929 |
ACTION_NEXT_PATTERN2:
.cnt: ld a,3
inc a
and 3
ld (ACTION_NEXT_PATTERN2.cnt+1),a
ret nz
call action_next_bjcol
ACTION_NEXT_PATTERN:
.cnt:
ld a,0
inc a
and 3
ld (ACTION_NEXT_PATTERN.cnt+1),a
ld b,a
ld a,7
jr z, ACTION_SHOW_PAT12
dec b
jr z, ACTION_SHOW_PAT21
ld a,5
dec b
jr nz, ACTION_NEXT_... |
oeis/115/A115025.asm | neoneye/loda-programs | 11 | 52930 | ; A115025: a(n) = n-th element of n-th row of triangle shown below.
; 1,2,2,7,3,21,25,113,17,289,321,1665,769,5633,7169,30721,2049,69633,73729,409601,163841,1376257,1703937,7602177,1572865,19922945,23068673,113246209,58720257,385875969,503316481,2080374785,67108865,4429185025,4563402753,26306674689,9663676417,880468295... |
screen_buffer.asm | peckhamdata/cgl-6502 | 4 | 52931 | <gh_stars>1-10
buffer_lo: .byte 0
buffer_hi: .byte 0
screen_lo: .byte 0
screen_hi: .byte 0
char: .byte 0
screen_buffer:
txa
pha
ldx #$00
ldy #$00
lda #<screen_right
sta screen_lo
lda #>screen_right
sta screen_hi
!loop:
lda buffer_lo... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_833_542.asm | ljhsiun2/medusa | 9 | 52932 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1382b, %rbp
nop
xor %r14, %r14
movl $0x61626364, (%rbp)
nop
nop
nop
nop
and $30137, %r15
lea addresses_WC_ht+0x2c8f, %rsi
lea addresses_normal_ht+0xc89, %rdi
mfence
mov ... |
programs/oeis/098/A098955.asm | karttu/loda | 1 | 52933 | <filename>programs/oeis/098/A098955.asm
; A098955: Numbers with property that the last digit is the length of the number (written in base 10).
; 1,12,22,32,42,52,62,72,82,92,103,113,123,133,143,153,163,173,183,193,203,213,223,233,243,253,263,273,283,293,303,313,323,333,343,353,363,373,383,393,403,413,423,433,443,453,46... |
oeis/163/A163310.asm | neoneye/loda-programs | 11 | 52934 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A163310: a(n) = 20*a(n-1) - 95*a(n-2) for n > 1; a(0) = 1, a(1) = 11.
; Submitted by <NAME>(s3)
; 1,11,125,1455,17225,206275,2489125,30186375,367260625,4477506875,54660378125,667844409375,8164152265625,99837826421875,1221162063203125,14938647753984375,182762559075390625... |
programs/oeis/212/A212675.asm | jmorken/loda | 1 | 52935 | ; A212675: Number of (w,x,y,z) with all terms in {1,...,n} and w >= |x-y| + |y-z|.
; 0,1,14,57,158,353,688,1217,2004,3121,4650,6681,9314,12657,16828,21953,28168,35617,44454,54841,66950,80961,97064,115457,136348,159953,186498,216217,249354,286161,326900,371841,421264,475457,534718
mov $8,$0
mov $10,$0
lpb $10
clr $0... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_18457_1032.asm | ljhsiun2/medusa | 9 | 52936 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_18457_1032.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x3b14, %rcx
nop
nop
cmp $38341, %rsi
mov $0x6162636465666768, %rdx
movq %rdx... |
oeis/099/A099374.asm | neoneye/loda-programs | 11 | 52937 | ; A099374: Squares of A041041(n-1), n>=1 (generalized Fibonacci).
; Submitted by <NAME>(s2)
; 0,1,100,10201,1040400,106110601,10822240900,1103762461201,112572948801600,11481337015302001,1170983802612002500,119428866529408953001,12180573402197101203600
mov $3,1
lpb $0
sub $0,1
mov $2,$3
mul $3,10
add $3,$1
mo... |
Assignment 6/iptables_flush/iptables_flush.asm | dtyj/SLAE-x86 | 0 | 52938 | <gh_stars>0
; iptables_flush.asm
;
; Author: <NAME>
; Date: 11-June-2020
global _start
section .text
_start:
xor ebx, ebx
mul ebx
push edx
push word 0x462d
mov esi, esp
; selbatpi
push edx
mov dword [esp-4], 0x73656c62
mov dword [es... |
Driver/Printer/PrintCom/Graphics/graphicsIBMX24Common.asm | steakknife/pcgeos | 504 | 52939 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Epson print drivers
FILE: graphicsIBMX24Common.asm
AUTHOR: <NAME> 23 March 1992
ROUTINES:
Name Description
---- -----------
... |
oeis/015/A015195.asm | neoneye/loda-programs | 11 | 52940 | ; A015195: Sum of Gaussian binomial coefficients for q=9.
; Submitted by <NAME>
; 1,2,12,184,9104,1225248,540023488,652225844096,2584219514040576,28081351726592246272,1001235747932175990213632,97915621602690773814148184064,31420034518763282871588038742544384,27654326463468067495668136467306727743488,7986556737678351181... |
oeis/137/A137775.asm | neoneye/loda-programs | 11 | 52941 | ; A137775: Number of triples of permutations on n letters such that for each j, exactly one of the permutations fixes j and the other two have the same image on j.
; Submitted by <NAME>(l1)
; 1,0,3,6,45,252,1935,16146,153657,1616760,18699579,235498590,3207570597,46968796404,735689606535,12272343940458,217191191400945,4... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_1574.asm | ljhsiun2/medusa | 9 | 52942 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xa9cd, %r9
and $38809, %r14
mov (%r9), %r13
nop
nop
nop
nop
nop
sub $31390, %r15
lea addresses_WC_ht+0x140f0, %rsi
lea addresses_WC_ht+0x6f2, %rdi
nop
nop
xor $44066, %r15
mov... |
bios_proj3/fir2.asm | mpigsley/C5515 | 1 | 52944 | <filename>bios_proj3/fir2.asm
;/*
; * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
; *
; *
; * Redistribution and use in source and binary forms, with or without
; * modification, are permitted provided that the following conditions
; * are met:
; *
; * Redistributions of source cod... |
user/cat.asm | noastern/os212-ass1 | 0 | 52948 | <filename>user/cat.asm
user/_cat: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <cat>:
char buf[512];
void
cat(int fd)
{
0: 7179 addi sp,sp,-48
2: f406 sd ra,40(sp)
4: f022 sd s0,32(sp)
6: ec26 sd s1,24(... |
programs/oeis/134/A134323.asm | neoneye/loda | 22 | 52949 | <gh_stars>10-100
; A134323: a(n) = Legendre(-3, prime(n)).
; -1,0,-1,1,-1,1,-1,1,-1,-1,1,1,-1,1,-1,-1,-1,1,1,-1,1,1,-1,-1,1,-1,1,-1,1,-1,1,-1,-1,1,-1,1,1,1,-1,-1,-1,1,-1,1,-1,1,1,1,-1,1,-1,-1,1,-1,-1,-1,-1,1,1,-1,1,-1,1,-1,1,-1,1,1,-1,1,-1,-1,1,1,1,-1,-1,1,-1,1,-1,1,-1,1,1,-1,-1,1,-1,1,-1,-1,1,-1,1,-1,-1,-1,1,1
seq $0... |
oeis/181/A181989.asm | neoneye/loda-programs | 11 | 52951 | <filename>oeis/181/A181989.asm
; A181989: Number of independent sets of nodes in graph C_5 x P_n (n >= 0).
; Submitted by <NAME>
; 1,11,81,621,4741,36211,276561,2112241,16132281,123210611,941023441,7187084861,54891500621,419234905211,3201914754721,24454686308481,186773143027761,1426483517982011,10894795654704401,832092... |
programs/oeis/180/A180617.asm | neoneye/loda | 22 | 52952 | ; A180617: Sum of divisors of the product of two consecutive primes.
; 12,24,48,96,168,252,360,480,720,960,1216,1596,1848,2112,2592,3240,3720,4216,4896,5328,5920,6720,7560,8820,9996,10608,11232,11880,12540,14592,16896,18216,19320,21000,22800,24016,25912,27552,29232,31320,32760,34944,37248,38412
seq $0,6094 ; Products ... |
Tests/yasm-regression/xop-cc.asm | 13xforever/x86-assembly-textmate-bundle | 69 | 52954 | <filename>Tests/yasm-regression/xop-cc.asm<gh_stars>10-100
[bits 16]
vpcomltb xmm1, xmm2, xmm3 ; out: 8F E8 68 CC 313 00
vpcomleb xmm1, xmm2, xmm3 ; out: 8F E8 68 CC 313 01
vpcomgtb xmm1, xmm2, xmm3 ; out: 8F E8 68 CC 313 02
vpcomgeb xmm1, xmm2, xmm3 ; out: 8F E8 68 CC 313 03
vpcomeqb xmm1, xmm2, xmm3 ; out: 8F E8 68 C... |
libsrc/graphics/text/clsgraph.asm | andydansby/z88dk-mk2 | 1 | 52955 | ;
; Generic pseudo graphics routines for text-only platforms
;
; Written by <NAME> 30/01/2002
;
;
; Clears graph screen.
;
;
; $Id: clsgraph.asm,v 1.4 2011/08/12 20:39:44 pauloscustodio Exp $
;
INCLUDE "graphics/text/textgfx.inc"
XLIB cleargraphics
XREF base_graphics
.cleargraphics
ld ... |
examples/kernel/drivers/io/hid/ssi/ssi.asm | rostislav-nikitin/socOS | 1 | 52956 | .cseg
.org 0x00
rcall main_thread
; include components interrupts
;.include "../../../../../../src/kernel/drivers/{driver_name}_int.asm"
; include components definitions
.include "../../../../../../src/kernel/kernel_def.asm"
;.include "../../../../../../src/kernel/thread_def.asm"
.include "../../../../../../src/kernel... |
teststate.asm | thomasj/HoustonTracker2 | 190 | 52958 | ;collapsed savestate - test song
db #10 ;speed
;dw #5fcd ;usr drum
IF MODEL = TI82 || MODEL = TI8P
dw #5e31
ENDIF
IF MODEL = TI83
dw #2bae
ENDIF
IF MODEL = TI8X || MODEL = TI8XS
dw #1f73
ENDIF
db #01 ;loop point
db #00,#02,#01,#00 ;ptn sequence
db #00,#02,#01,#01
db #ff
;ptn area
db 24 ;regul... |
oeis/152/A152875.asm | neoneye/loda-programs | 11 | 52959 | <filename>oeis/152/A152875.asm
; A152875: Number of permutations of {1,2,...,n} (n >= 2) with all odd entries preceding all even entries or all even entries preceding all odd entries.
; Submitted by <NAME>
; 2,4,8,24,72,288,1152,5760,28800,172800,1036800,7257600,50803200,406425600,3251404800,29262643200,263363788800,26... |
oeis/192/A192810.asm | neoneye/loda-programs | 11 | 52960 | <filename>oeis/192/A192810.asm
; A192810: Coefficient of x^2 in the reduction of the polynomial (x^2 + 2)^n by x^3 -> x^2 + 2.
; Submitted by <NAME>
; 0,1,5,23,109,527,2565,12503,60957,297183,1448821,7063207,34434061,167870511,818390501,3989759863,19450597117,94824185471,462280211797,2253676033863,10986963179245,535628... |
stage1_nested.asm | briansrls/xv6 | 0 | 52961 | <filename>stage1_nested.asm
_stage1_nested: file format elf32-i386
Disassembly of section .text:
00000000 <dummy>:
#include "signal.h"
volatile int flag = 0;
void dummy(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_17705_2363.asm | ljhsiun2/medusa | 9 | 52963 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x119b9, %rsi
lea addresses_A_ht+0xdde9, %rdi
clflush (%rdi)
nop
nop
nop
nop
xor $50472, %r13
mov $106, %rcx
rep movsl
nop
nop
nop
nop
xor $17018, %r10
lea addresses_WT_ht+0x13... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_383.asm | ljhsiun2/medusa | 9 | 52966 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r14
push %r8
push %rbp
push %rcx
push %rsi
// Faulty Load
lea addresses_WC+0x1c5ee, %r14
nop
sub %rbp, %rbp
movb (%r14), %r11b
lea oracles, %rbp
and $0xff, %r11
shlq $12, %r11
... |
Transynther/x86/_processed/NONE/_ht_/i9-9900K_12_0xa0.log_21829_1923.asm | ljhsiun2/medusa | 9 | 52967 | <filename>Transynther/x86/_processed/NONE/_ht_/i9-9900K_12_0xa0.log_21829_1923.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1495e, %rsi
lea addresses_WT_ht+0xe712, %rdi
xor %r8, %r8
mov $18, %rcx
rep movsl
nop
nop
nop
dec %r1... |
contrib/boringssl-cmake/win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm | pdv-ru/ClickHouse | 15,577 | 52968 | <reponame>pdv-ru/ClickHouse<filename>contrib/boringssl-cmake/win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm
; This file is generated from a similarly-named Perl script in the BoringSSL
; source tree. Do not edit by hand.
default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
%ifdef BORINGSSL_PREFIX
%include... |
oeis/171/A171974.asm | neoneye/loda-programs | 11 | 52969 | ; A171974: Integer part of the height of a regular tetrahedron with edge length n.
; Submitted by <NAME>
; 0,1,2,3,4,4,5,6,7,8,8,9,10,11,12,13,13,14,15,16,17,17,18,19,20,21,22,22,23,24,25,26,26,27,28,29,30,31,31,32,33,34,35,35,36,37,38,39,40,40,41,42,43,44,44,45,46,47,48,48,49,50,51,52,53,53,54,55,56,57,57,58,59,60,61,... |
qxl/qxl.test.asm | olifink/smsqe | 0 | 52970 | ; QXL_TEST.ASM Set video mode and fill screen
.MODEL small
baseseg SEGMENT AT 0
ORG 0
dummy WORD ?
.SEQ
.CODE
.DATA
; VESA comms area (word + 512+256 bytes)
vesa_wind WORD -1 ; current VESA window offset
vesa_save WORD 0 ; VGA / VESA save segment
vesa_info BYTE "VBE2"; VESA info buffer
ves... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_882.asm | ljhsiun2/medusa | 9 | 52971 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r15
push %r8
push %rax
push %rdx
push %rsi
// Load
mov $0xc02, %r10
nop
nop
nop
and $19998, %r8
mov (%r10), %edx
inc %rsi
// Store
mov $0x4bd4a1000000004e, %r11
nop
nop
nop
add $19967, %... |
audio/sfx/save_1.asm | AmateurPanda92/pokemon-rby-dx | 9 | 52973 | <reponame>AmateurPanda92/pokemon-rby-dx
SFX_Save_1_Ch4:
duty 2
squarenote 4, 15, 4, 1792
squarenote 2, 14, 4, 1536
squarenote 2, 14, 4, 1664
squarenote 2, 14, 4, 1728
squarenote 2, 14, 4, 1792
squarenote 2, 14, 4, 1952
squarenote 15, 15, 2, 2016
endchannel
SFX_Save_1_Ch5:
duty 2
squarenote 4, 0, 8, 0
squa... |
Homework 1/Project00.asm | brandonlee503/Assembly-Projects | 2 | 52974 | TITLE Assignment 1 (Project01.asm)
; Name: <NAME>
; Email: <EMAIL>
; Class: CS271 Section 400
; Assignment: #1
; Due Date: 4/12/15
; Description: The first homework assignment - basic arithmetic
INCLUDE Irvine32.inc
.data
number1 DWORD ? ;Int #1 to be entered by user
number2 DWORD ? ;Int #2 to b... |
kernel/asm/bootsector.asm | pwoolcoc/redox | 0 | 52978 | ORG 0x7C00
SECTION .text
USE16
boot: ; dl comes with disk
; initialize segment registers
xor ax, ax
mov ds, ax
mov es, ax
mov ss, ax
; initialize stack
mov sp, 0x7C00
mov [disk], dl
mov si, name
call print
call print_line
mov bh, 0
mov bl, [disk]
call print_n... |
forth/firmware/ff-atmega.asm | dim13/elegoo | 0 | 52979 | <filename>forth/firmware/ff-atmega.asm
;**********************************************************************
; *
; Filename: FlashForth.asm *
; Date: 18.11.2020 ... |
programs/oeis/305/A305258.asm | neoneye/loda | 22 | 52980 | <reponame>neoneye/loda
; A305258: List of y-coordinates of a point moving in a smooth counterclockwise spiral rotated by Pi/4.
; 0,0,1,0,-1,-1,0,1,2,1,0,-1,-2,-2,-1,0,1,2,3,2,1,0,-1,-2,-3,-3,-2,-1,0,1,2,3,4,3,2,1,0,-1,-2,-3,-4,-4,-3,-2,-1,0,1,2,3,4,5,4,3,2,1,0,-1,-2,-3,-4,-5,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,5,4,3,2,1,0,-1,... |
11_c_stack/call-stack-rbp2.asm | ericens/assembly_language | 0 | 52983 | ; ----------------------------------------------------------------------------
; nasm -g -felf64 call-stack-rbp2.asm && gcc call-stack-rbp2.o puts.c -o b2.out && ./b2.out
; print fb(1)
; print a(x)+5
; x+3
; ----------------------------------------------------------------------------
global ... |
oeis/253/A253623.asm | neoneye/loda-programs | 0 | 52984 | <reponame>neoneye/loda-programs
; A253623: Expansion of phi(q) * f(q, q^2)^2 / f(q^2, q^4) in powers of q where phi(), f() are Ramanujan theta functions.
; Submitted by <NAME>(w2)
; 1,4,6,4,0,0,6,8,6,4,0,0,0,8,12,0,0,0,6,8,0,8,0,0,6,4,12,4,0,0,0,8,6,0,0,0,0,8,12,8,0,0,12,8,0,0,0,0,0,12,6,0,0,0,6,0,12,8,0,0,0,8,12,8,0,0... |
libsupcs/x86_Invoke.asm | jncronin/tysila | 6 | 52987 | global _ZX11TysosMethod_14InternalInvoke_Ru1O_P3u1IiPv
global __x86_invoke
extern memcpy
; static unsafe extern object asm_invoke(IntPtr meth, int p_length,
; void* parameters, void* plocs);
; TODO: rewrite for x86
; parameters are passed in rdi, rsi, rdx, rcx, r8, r9
; we preserve rbp, r... |
Source/Map.asm | AbePralle/FGB | 0 | 52989 | <reponame>AbePralle/FGB<gh_stars>0
;12.29.1999
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;world map
;miscellaneous areas
SECTION "SysVariables",WRAM0[$c000]
backBuffer:: DS 608 ;32x19; automatically copied to VRAM every vblank
;NOTE: addr must start on multiple of 16... |
Tic-Tac-Toe/Noughts_and_Crosses.asm | EdwinDev42/Tic-Tac-Toe_Assembly | 0 | 52990 |
asect 0xf3
IOReg: # Gives the address 0xf3 the symbolic name IOReg - Holds the id of the button
asect 0xf0
stack: # Gives the address 0xf0 the symbolic name stack
asect 0x00
table: # each triplet below represents a line of three cells
dc 0,1,2 # horizontal lines
dc 4,5,6
dc 8,9,10
dc 0,4,8 # vertical lines
... |
OSDev/Try-2/src/Boot/x86_64/main.asm | Ashwin-Paudel/Tries | 0 | 52991 | <filename>OSDev/Try-2/src/Boot/x86_64/main.asm<gh_stars>0
global start
extern long_mode_start
; Enter the text section in memory
section .text
; Tell assembler we're using 32 bits instructions
bits 32
; Create a start function
start:
; Store the adress
mov esp, stack_top
; Check if we were loaded by multiboot2
c... |
data/decorations/attributes.asm | genterz/pokecross | 28 | 52992 | decoration: MACRO
; type, name, command, event flag, tile/sprite
db \1, \2, \3
dw \4
db \5
ENDM
DecorationAttributes:
; entries correspond to deco constants
decoration DECO_PLANT, $00, $0, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_... |
oeis/165/A165145.asm | neoneye/loda-programs | 11 | 52993 | ; A165145: Partial sums of A058183.
; Submitted by <NAME>(s2)
; 1,3,6,10,15,21,28,36,45,56,69,84,101,120,141,164,189,216,245,276,309,344,381,420,461,504,549,596,645,696,749,804,861,920,981,1044,1109,1176,1245,1316,1389,1464,1541,1620,1701,1784,1869,1956,2045,2136,2229,2324,2421
mov $1,$0
trn $0,7
bin $0,2
add $1,2
bin... |
bootdict/x86-wordlist/wordlist-def.asm | ikysil/ikforth | 8 | 52994 | <reponame>ikysil/ikforth<gh_stars>1-10
; PURPOSE: Define Forth wordlists in Assembler
; LICENSE: Unlicense since 1999 by <NAME>
VOC_LINK = 0 ; link to previous word
WL_LINK = 0 ; link to the previous wordlist
;******************... |
cpm2/RomWBW/Source/Apps/IntTest.asm | grancier/z180 | 0 | 52995 | <gh_stars>0
;===============================================================================
; INTTEST - Test HBIOS interrupt API functions
;
;===============================================================================
;
; Author: <NAME> (<EMAIL>)
;____________________________________________________________... |
iod/history/close.asm | olifink/smsqe | 0 | 52996 | ; Close HISTORY Channel V2.01 1991 <NAME>
section history
xdef history_close
xref gu_rchp
xref iou_rchb
include 'dev8_iod_history_data'
;+++
; HISTORY channel close operations.
;---
history_close
move.l a0,a4 ; save channel block pointer
move.l hic_hist(a4),d0 ; history
beq.s hicl_rchn ; ... ... |
oeis/091/A091148.asm | neoneye/loda-programs | 11 | 52997 | <reponame>neoneye/loda-programs
; A091148: Expansion of (1-x-sqrt(1-2x-19x^2))/(10x^2).
; Submitted by <NAME>
; 1,1,6,16,81,301,1451,6231,29891,137731,666976,3193026,15658831,76719891,380788006,1894818776,9502977851,47822585931,241944876266,1228151169656,6258922649451,31992657321551,164040821525031,843313974883391,4346... |
oeis/179/A179262.asm | neoneye/loda-programs | 11 | 52998 | <reponame>neoneye/loda-programs<filename>oeis/179/A179262.asm
; A179262: a(n) = 2*prime(n)^2 - 1.
; Submitted by <NAME>
; 7,17,49,97,241,337,577,721,1057,1681,1921,2737,3361,3697,4417,5617,6961,7441,8977,10081,10657,12481,13777,15841,18817,20401,21217,22897,23761,25537,32257,34321,37537,38641,44401,45601,49297,53137,55... |
boot/print_string_16_bit.asm | bagur/KalioOS | 0 | 52999 | <reponame>bagur/KalioOS
; KalioOS (C) 2020 <NAME>
; Print function for 16 bit real mode
; BIOS adds some of its own ISRs to the interrupt vector that
; specialise in certain aspects of the computer, for example: interrupt 0x10
; causes the screen-related ISR to be invoked
;
; args - takes address of the null terminate... |
pkgs/tools/yasm/src/modules/objfmts/win64/tests/sce1-err.asm | manggoguy/parsec-modified | 2,151 | 53000 | PROC_FRAME sample1
[pushreg rbp]
[allocstack 040h]
[setframe rbp, 020h]
[savexmm128 xmm7, 020h]
[savereg rsi, 038h]
[savereg rdi, 010h]
;END_PROLOGUE
ENDPROC_FRAME
PROC_FRAME sample2
[pushreg rbp]
[allocstack 040h]
[setframe rbp, 020h]
[savexmm128 xmm7, 020h]
[savereg rsi, 038h]
[savereg rdi, 010h]
;END_PROLOGUE
PROC... |
Object/Optimized/kernel/Idt.asm | collinsmichael/spartan | 16 | 53001 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.40629.0
TITLE C:\Users\cex123\Desktop\FYP\develop\spartan\Source\Kernel\BootLoad\Intel\Idt.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB OLDNAMES
PUBLIC _master
PUBLIC _except
PUBLIC _slave
PUBLIC _fixup
EXTRN _stosb... |
data/phone/text/tiffany_caller.asm | Dev727/ancientplatinum | 28 | 53002 | <reponame>Dev727/ancientplatinum
UnknownText_0x665ad:
text "My @"
text_ram wStringBuffer4
text "'s"
line "adorable, don't"
para "you think so?"
line "I always sleep"
para "with it--it's so"
line "fluffy and warm!"
done
UnknownText_0x66605:
text "Oh, and we had to"
line "battle a wild"
para "@"
text_ram... |
src/patches/maphacks-us0.asm | SenhorGatinho/kale | 32 | 53003 | incsrc "vars.asm"
//; US PRG0 code locations
define SwapBank8 $d787
define SwapBankA $d796
define SwitchOld $a000
define GetTilePtr $ef90
incsrc "mapextra.asm" |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_asin_fastcall.asm | meesokim/z88dk | 0 | 53004 |
; float asin(float x) __z88dk_fastcall
SECTION code_fp_math48
PUBLIC cm48_sdcciy_asin_fastcall
EXTERN cm48_sdcciyp_dx2m48, am48_asin, cm48_sdcciyp_m482d
cm48_sdcciy_asin_fastcall:
call cm48_sdcciyp_dx2m48
call am48_asin
jp cm48_sdcciyp_m482d
|
src/firmware-tests/Platform/ShiftRegister/PollMotorMock.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 53005 | #include "Platform.inc"
#include "TestDoubles.inc"
radix decimal
udata
global calledPollMotor
calledPollMotor res 1
PollMotorMock code
global initialisePollMotorMock
global pollMotor
initialisePollMotorMock:
banksel calledPollMotor
clrf calledPollMotor
return
pollMotor:
mockCalled calledPollMotor
retu... |
programs/oeis/129/A129588.asm | karttu/loda | 1 | 53006 | <reponame>karttu/loda
; A129588: Expansion of q^-1 * theta_2(q)^4 in powers of q^2.
; 16,64,96,128,208,192,224,384,288,320,512,384,496,640,480,512,768,768,608,896,672,704,1248,768,912,1152,864,1152,1280,960,992,1664,1344,1088,1536,1152,1184,1984,1536,1280,1936,1344,1728,1920,1440,1792,2048,1920,1568,2496,1632,1664,3072... |
main.asm | vt77/PIC12Counter | 0 | 53007 | ;
; Simple tick counter with i2c interface(slave)
; Author: <NAME>
; License: MIT
;
; PIC12F629/75
; ------- Pickit
; -|VCC GND|- 1 -> RESET (GP3)
; CNT -|GP5 GP0|- 2 -> VCC
; LED -|GP4 GP1|- SCL 3 -> GND
; RST -|GP3 GP2|- SDA 4 -> ICSPDAT(GP0)
; ... |
uti/instr.asm | olifink/smsqe | 0 | 53009 | ; Find a string within a string 1992 <NAME> V0.01
section utility
xdef ut_instr
;+++
; Find a string within another string.
;
; Entry Exit
; d0.w position or -1 for not found
; d2.b if clear, ignore case preserved
; a0 ptr to main string preserved
; a1 ptr to search string preserved
;---
ins.reg reg d1... |
oeis/245/A245466.asm | neoneye/loda-programs | 11 | 53012 | <reponame>neoneye/loda-programs
; A245466: a(n) = sigma_1(1) + sigma_2(2) + sigma_3(3) + ... + sigma_n-1(n-1) + sigma_n(n).
; 1,6,34,307,3433,50883,874427,17717436,405157609,10414924259,295726594871,9214021138217,312089127730471,11424774176377721,449318695089164129,18896344248070459234,846136606134407223412,40192694877... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.