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 |
|---|---|---|---|---|
COMP 3350 - Assembly & Comp Org/HW/homework2/HW2project/main2.asm | Skyfox64/auburn-csse | 1 | 208229 | <reponame>Skyfox64/auburn-csse<gh_stars>1-10
INCLUDE Irvine32.inc
.data
start=$
BYTE 0, 0, 0
arr1 DWORD 1, 2, 3
arr2 DWORD 0AABBCCDDh, 0FFEEDDCCh
BYTE 0, 0, 0
.code
main PROC
COMMENT!
; Displays the last element of arr1: 00000003
mov esi, OFFSET arr1
mov ecx, LENGTHOF arr1
call lastElement
call WriteHex
call C... |
libsrc/target/tvc/tvc_set_linemode.asm | dikdom/z88dk | 0 | 208231 | <reponame>dikdom/z88dk
; Videoton TV Computer C stub
; <NAME> - 2022
;
; Set L_MODE mode
;
SECTION code_clib
PUBLIC tvc_set_linemode
INCLUDE "target/tvc/def/tvc.def"
;
; Entry: 0-3
;
.tvc_set_linemode
._tvc_set_linemode
ld a,l
ld (L_MODE),a
ret
|
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_3192_278.asm | ljhsiun2/medusa | 9 | 208232 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_3192_278.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x17f45, %rcx
nop
nop
nop
nop
add %r11, %r11
mov (%rcx), %r15w
nop
nop
su... |
lib/core/arith/_long.asm | locodarwin/xc-basic3 | 11 | 208233 | PROCESSOR 6502
; Perform OR on top 2 long ints of stack
MAC orlong
tsx
lda.wx stack + 4
ora.wx stack + 1
sta.wx stack + 4
lda.wx stack + 5
ora.wx stack + 2
sta.wx stack + 5
lda.wx stack + 6
ora.wx stack + 3
sta.wx stack + 6
inx
inx
inx
txs
ENDM
; Perfor... |
Projetos/J-VMTranslator/bin/nasm/SimpleOr.nasm | mariaeduardabicalho/Z01 | 2 | 208234 | <filename>Projetos/J-VMTranslator/bin/nasm/SimpleOr.nasm<gh_stars>1-10
; 0 - OR
leaw $SP, %A
movw (%A), %A
decw %A
movw (%A), %S
decw %A
orw (%A),%S,%D
movw %D, (%A)
leaw $SP,%A
movw (%A), %D
decw %D
leaw $SP,%A
movw %D,(%A)
; End
|
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_134.asm | ljhsiun2/medusa | 9 | 208235 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x35af, %r11
clflush (%r11)
nop
nop
xor $19343, %r13
mov $0x6162636465666768, %r12
movq %r12, %xmm1
movups %xmm1, (%r11)
nop
nop
nop
nop
add %r14, %r14
lea addresses_n... |
src/lib/fwrite.asm | zys1310992814/BookOSv0.2 | 3 | 208236 | <gh_stars>1-10
[bits 32]
[section .text]
INT_VECTOR_SYS_CALL equ 0x80
_NR_FWRITE EQU 13
global fwrite
fwrite:
mov eax, _NR_FWRITE
mov ebx, [esp + 4]
mov ecx, [esp + 8]
mov edx, [esp + 12]
int INT_VECTOR_SYS_CALL
ret |
jsrc/openssl/sha/asm/keccak1600-x86_64-masm.asm | jsoftware/j-playground | 4 | 208237 | OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
ALIGN 32
__KeccakF1600 PROC PRIVATE
mov rax,QWORD PTR[60+rdi]
mov rbx,QWORD PTR[68+rdi]
mov rcx,QWORD PTR[76+rdi]
mov rdx,QWORD PTR[84+rdi]
mov rbp,QWORD PTR[92+rdi]
jmp $L$oop
ALIGN 32
$L$oop::
mov r8,QWORD PTR[((-100))+rdi]
mov r9,QWORD PTR[((-52))+rdi]
mov ... |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_57.asm | ljhsiun2/medusa | 9 | 208239 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xd96d, %r14
nop
nop
nop
nop
cmp $28941, %rax
movw $0x6162, (%r14)
nop
nop
nop
nop
and $54643, %rdi
lea addresses_UC_ht+0x1e815, %r15
d... |
Src/Q7.asm | OferMon/MIPS-Assembly-Exercises | 0 | 208241 | .data 0x10020000
array: .space 80 # 20 words
.text
li $a0, 0x10020000
jal init_array
li $a0, 0x10020000
jal exchange_following_bytes
b end
#------------------------#
init_array:
add $t2, $a0, $zero
li $t3, 0
_init_array_loop_start:
li $v0, 42
li $a0, 0
li $a1, 101
syscall
subi $a0, $a0, 50
sw $a0, ($t2)
addi $... |
oeis/316/A316333.asm | neoneye/loda-programs | 11 | 208242 | ; A316333: a(n) = A000085(4*n+3)/2^(n+2).
; Submitted by <NAME>(s4)
; 1,29,2231,323423,75151585,25451905333,11799518538967,7161375112402823,5503252915369107329,5217568316626716585485,5977663757214838174587319,8136442760259565566724537711,12972630954295515566319694027489,23938932303527622015634131021262757,5060549596240... |
tests/hello.asm | lukaszcz/asm32 | 0 | 208243 | section .text
global _start ;Declaracja dla linkera (ld)
_start: ;Początek programu (punkt wejścia)
mov edx,13 ;długość bufora
mov ecx,napis ;adres bufora
mov ebx,1 ;standardowe wyjście
mov eax,4 ;write
int 0x... |
lib/target/abc80/classic/abc80_crt0.asm | jpoikela/z88dk | 38 | 208244 | ; CRT0 for the ABC80 Family
;
; <NAME> May 2000
;
; $Id: abc80_crt0.asm,v 1.20 2016-07-15 21:03:25 dom Exp $
;
MODULE abc80_crt0
;
; Initially include the zcc_opt.def file to find out lots of lovely
; information about what we should do..
;
defc crt0 = 1
INCLUDE "zcc_opt... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_104_2697.asm | ljhsiun2/medusa | 9 | 208245 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1ca52, %rsi
lea addresses_A_ht+0xdbcf, %rdi
inc %rbx
mov $126, %rcx
rep movsq
nop
cmp $51503, %r13
lea addresses_A_ht+0xb5df, %rsi
nop
nop
and $55950, %rbx
movl $0x61626364, (... |
data/pokemon/dex_entries/mankey.asm | Dev727/ancientplatinum | 28 | 208246 | <gh_stars>10-100
db "<NAME>@" ; species name
dw 108, 620 ; height, weight
db "It lives in groups"
next "in the treetops."
next "If it loses sight"
page "of its group, it"
next "becomes infuriated"
next "by its loneliness.@"
|
libsrc/alloc/farz88/strings/strchr_far.asm | jpoikela/z88dk | 640 | 208247 | <filename>libsrc/alloc/farz88/strings/strchr_far.asm
; strchr function for use with far pointers
; 31/3/00 GWL
;
; $Id: strchr_far.asm,v 1.5 2017-01-02 20:37:10 aralbrec Exp $
;
SECTION code_clib
EXTERN farseg1,incfar
PUBLIC strchr_far
PUBLIC _strchr_far
;far *strchr(far ... |
std/readdisk.asm | SuperFola/project-E | 16 | 208248 | %ifndef proj_e_readdisk_asm
%define proj_e_readdisk_asm
bits 16
; Macro to read file more easily
; INPUT : AX (LBA number for sector), BX (linear address, where it will be loaded), CX (sectors count)
; OUTPUT : CF if an error happen while to find it, ES:BX (where it's loaded)
%macro load_file 3
mov ax, %1
mo... |
Lab2April/hanoi2.asm | forkkr/Assembly-Lab | 0 | 208249 | <filename>Lab2April/hanoi2.asm
segment .data
scfmt: db "%lld",0
prr: dq "",10,0
fmt: dq "%lld",10,0
cmt: dq "%c",10,0
chk: dq "here",10,0
pmt: dq "Move Disk %lld from Stick %lld to Stick %lld",10,0
segment .bss
n: resq 1
r: resq 1
segment .text
global main
extern scanf
extern printf
main:
push rbp
mov ... |
src/test/tests/samples/solutions/binsearch.asm | jeroendebaat/lc3tools | 58 | 208250 | ;
; Copyright 2020 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
;
.orig x3000
; set up stack
Main ld r6, Stack
; get name
MainLoop jsr GetName
; check if name is 'd' and terminate if so
le... |
05_bootsector_functions_strings/boot_sect_print.asm | cristicretu/CrtOS | 1 | 208251 | print:
pusha
; while (string[i] != 0) { print string[i], ++i }
; comp for string end (null byte)
start:
mov al, [bx] ; bx = base address for string
cmp al, 0
je done
; print
mov ah, 0x0e
int 0x10 ; 'al' has the char
; increment pointer and do next loop
add bx, 1
jmp start
... |
aom_dsp/x86/highbd_sad_sse2.asm | zhenqingkai/aom | 2,151 | 208252 | ;
; Copyright (c) 2016, Alliance for Open Media. All rights reserved
;
; This source code is subject to the terms of the BSD 2 Clause License and
; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
; was not distributed with this source code in the LICENSE file, you can
; obtain it at www.aome... |
boot/disk.asm | yds12/newcOS | 0 | 208253 | <reponame>yds12/newcOS
; reset disk
xor ah, ah
int 0x13
jc reset_error
jmp ok
reset_error:
mov si, msg_disk_reset_err
call print
jmp $
ok:
mov si, msg_disk_reset_ok
call print
; Read the kernel from the disk
; dl should be the drive number
; dl is being set by the BIOS to 128 (0x80) which
; is the common... |
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_ix/zx_scroll_wc_up_callee.asm | jpoikela/z88dk | 640 | 208254 |
; void zx_scroll_wc_up_callee(struct r_Rect8 *r, uchar rows, uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_scroll_wc_up_callee
PUBLIC l0_zx_scroll_wc_up_callee
EXTERN asm0_zx_scroll_wc_up
_zx_scroll_wc_up_callee:
pop hl
pop bc
ex (sp),hl
l0_zx_scroll_wc_up_callee:
ld e,l
ld d,0
ld... |
oeis/126/A126119.asm | neoneye/loda-programs | 11 | 208255 | <gh_stars>10-100
; A126119: Numerators of sequence of fractions with e.g.f. (1+x)/(1-x)^(3/2).
; 1,5,27,195,1785,19845,259875,3918915,66891825,1274998725,26843892075,618718975875,15495473018025,419010239773125,12167108660581875,377607284571391875,12473420957563190625,436953531082636693125,16179945969799083346875,631461... |
data/mapHeaders/celadonhotel.asm | adhi-thirumala/EvoYellow | 16 | 208256 | <reponame>adhi-thirumala/EvoYellow
CeladonHotel_h:
db POKECENTER ; tileset
db CELADON_HOTEL_HEIGHT, CELADON_HOTEL_WIDTH ; dimensions (y, x)
dw CeladonHotelBlocks, CeladonHotelTextPointers, CeladonHotelScript ; blocks, texts, scripts
db $00 ; connections
dw CeladonHotelObject ; objects
|
libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_send_output_raw.asm | meesokim/z88dk | 0 | 208257 | <gh_stars>0
SECTION code_stdio
PUBLIC __stdio_send_output_raw
PUBLIC __stdio_send_output_raw_chars, __stdio_send_output_raw_chars_unchecked
PUBLIC __stdio_send_output_raw_buffer, __stdio_send_output_raw_buffer_unchecked
EXTERN STDIO_MSG_PUTC, STDIO_MSG_WRIT
EXTERN l_jpix
; ALL HIGH LEVEL STDIO OUTPUT EXCEPT VFPRINT... |
libmikeos/src.io/io_get_tsc_counter.asm | mynameispyo/InpyoOS | 0 | 208258 |
; @@@ void io_get_tsc_counter(unsigned long *low32, unsigned long *high32);
section .text
use16
extern __heap_top
global _io_get_tsc_counter
_io_get_tsc_counter:
push bp
mov bp, sp
rdtsc
mov bx, [bp + 4] ; get pointer on the stack
or bx, bx
jz .1 ; NULL pointer, do nothing
cmp bx, __heap_top ; judge DS... |
programs/oeis/059/A059302.asm | jmorken/loda | 1 | 208259 | ; A059302: A diagonal of A008296.
; -1,-1,5,25,70,154,294,510,825,1265,1859,2639,3640,4900,6460,8364,10659,13395,16625,20405,24794,29854,35650,42250,49725,58149,67599,78155,89900,102920,117304,133144,150535,169575,190365,213009,237614,264290,293150,324310,357889,394009,432795,474375,518880,566444,617204,671300,728875,7... |
programs/oeis/179/A179001.asm | karttu/loda | 0 | 208260 | <filename>programs/oeis/179/A179001.asm
; A179001: Partial sums of floor(Fibonacci(n)/3).
; 0,0,0,0,1,2,4,8,15,26,44,73,121,198,323,526,855,1387,2248,3641,5896,9544,15447,24999,40455,65463,105927,171399,277336,448745,726091,1174847,1900950,3075809,4976771,8052592,13029376,21081981,34111370,55193365,89304750,144498130,2... |
dyncode_zx_romcall_alt.asm | imneme/spectrum-dyncode | 1 | 208261 | <filename>dyncode_zx_romcall_alt.asm
SECTION code_compiler
GLOBAL _dyncode_zx_romcall_alt
GLOBAL _zx_romcall_alt
;;; _dyncode_zx_romcall_alt runs arbitary code that has been pushed onto
;;; the stack, falling through into _zx_romcall_alt (described below)
;;; which does the heavy lifting.
;;;
;;; On entry: stack ... |
Driver/Net/Comm/comm.asm | steakknife/pcgeos | 504 | 208265 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Serial Communication Driver
FILE: Comm.asm
AUTHOR: <NAME> 7/92
ROUTINES:
Name Description
---- -----------
C... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1292.asm | ljhsiun2/medusa | 9 | 208266 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xf449, %r13
nop
nop
sub %r9, %r9
vmovups (%r13), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $1, %xmm1, %rax
nop
nop
nop
xor $4592, %r14
lea addresses_WT_ht+0x1a... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1921.asm | ljhsiun2/medusa | 9 | 208267 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r14
push %r9
push %rbx
push %rdx
push %rsi
// Load
lea addresses_RW+0xc910, %r12
sub %r14, %r14
mov (%r12), %r13d
nop
nop
nop
nop
dec %rsi
// Faulty Load
lea addresses_D+0xe510, %r14
clflush (%r14)
nop... |
tasks/arithmetic/inc.asm | yds12/x86-roadmap | 15 | 208268 | ; This program makes an increment operation (adds 1).
global asm_func
section .text
asm_func:
xor rax, rax ; clears out RAX register (same as mov rax, 0)
inc rax ; increments RAX (same as add rax, 1)
inc rax ; again
inc rax ; and once more
ret
|
libsrc/_DEVELOPMENT/l/sccz80/crt0_long/lpush2.asm | jpoikela/z88dk | 38 | 208269 | ;
; Small C+ Compiler
;
; Long Support Library
;
; 1/3/99 djm
; This routine is used to push longs on the stack for a
; call to a function defined as a pointer. To make the
; routine shorter (by one byte) we could use ix - pop ix/jp(ix)
; but we'd lose 6T - give me you... |
programs/oeis/274/A274933.asm | jmorken/loda | 1 | 208270 | <filename>programs/oeis/274/A274933.asm
; A274933: Maximal number of non-attacking queens on a quarter chessboard containing n^2 squares.
; 1,1,2,3,4,5,6,7,8,9,10,11,12,13,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42
mov $1,$0
add $1,1
mov $2,$0
lpb $2
add $2,5
add $... |
programs/oeis/002/A002965.asm | jmorken/loda | 1 | 208272 | <filename>programs/oeis/002/A002965.asm
; A002965: Interleave denominators (A000129) and numerators (A001333) of convergents to sqrt(2).
; 0,1,1,1,2,3,5,7,12,17,29,41,70,99,169,239,408,577,985,1393,2378,3363,5741,8119,13860,19601,33461,47321,80782,114243,195025,275807,470832,665857,1136689,1607521,2744210,3880899,66251... |
programs/oeis/131/A131464.asm | karttu/loda | 1 | 208273 | <filename>programs/oeis/131/A131464.asm
; A131464: a(n) = 4*n^3 - 3*n^2 + 2*n - 1.
; 2,23,86,215,434,767,1238,1871,2690,3719,4982,6503,8306,10415,12854,15647,18818,22391,26390,30839,35762,41183,47126,53615,60674,68327,76598,85511,95090,105359,116342,128063,140546,153815,167894,182807,198578,215231,232790,251279,270722,... |
programs/oeis/232/A232771.asm | karttu/loda | 0 | 208274 | <reponame>karttu/loda<gh_stars>0
; A232771: Values of x satisfying x^2 = floor(y^2/3 + y).
; 0,1,3,6,17,43,84,237,599,1170,3301,8343,16296,45977,116203,226974,640377,1618499,3161340,8919301,22542783,44031786,124229837,313980463,613283664,1730298417,4373183699,8541939510,24099948001
lpb $0,1
add $1,1
trn $2,$0
su... |
programs/oeis/273/A273677.asm | jmorken/loda | 1 | 208275 | ; A273677: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 833", based on the 5-celled von Neumann neighborhood.
; 1,5,22,55,111,196,316,477,685,946,1266,1651,2107,2640,3256,3961,4761,5662,6670,7791,9031,10396,11892,13525,15301,17226,1... |
libsrc/_DEVELOPMENT/adt/b_array/z80/asm_b_array_data.asm | meesokim/z88dk | 0 | 208276 | <gh_stars>0
; ===============================================================
; Mar 2014
; ===============================================================
;
; void *b_array_data(b_array_t *a)
;
; Return the address of the array's data, could be 0.
;
; ===============================================================
S... |
libsrc/target/pc6001/graphics/plot_MODE0.asm | Frodevan/z88dk | 640 | 208277 | <reponame>Frodevan/z88dk
SECTION code_clib
PUBLIC plot_MODE0
.plot_MODE0
ld a,l
cp 48
ret nc
ld a,h
cp 64
ret nc
defc NEEDplot = 1
INCLUDE "gfx/gencon/pixel6.inc"
|
data/phone/text/stanley_caller.asm | pokeachromicdevs/pokeoctober | 1 | 208280 | StanleyAreYouGrowingText:
text "How are your #MON"
line "#MON faring?"
para "Mine are lively"
line "as usual."
para "Although,"
line "sometimes they"
cont "are a little"
para "too lively to"
line "handle, haha!"
done
UnknownText_0x175869:
text "By the way, I"
line "encountered a"
cont "wild @"
text_... |
data/pokemon/base_stats/cubone.asm | Trap-Master/spacworld97-thingy | 0 | 208281 | db 0 ; species ID placeholder
db 50, 50, 95, 35, 40, 50
; hp atk def spd sat sdf
db GROUND, GROUND ; type
db 190 ; catch rate
db 87 ; base exp
db NO_ITEM, THICK_CLUB ; items
db GENDER_F0 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/cubone... |
oeis/075/A075916.asm | neoneye/loda-programs | 11 | 208282 | <filename>oeis/075/A075916.asm<gh_stars>10-100
; A075916: Third column of triangle A075501.
; Submitted by <NAME>
; 1,36,900,19440,390096,7511616,141134400,2611802880,47870735616,871982724096,15819463296000,286235993272320,5170077903015936,93275375604350976,1681524519443251200,30298254922942709760
add $0,2
lpb $0
su... |
src/test/resources/data/generationtests/tniasm-macros-expected.asm | cpcitor/mdlz80optimizer | 0 | 208284 | ; Test case:
game_version: equ "2"
add a, 0x0a
add a, 0x0b
add a, 0x0c
db (0x0001 / 65536)
db (0x0001 / 0x0100) & 0xff
db (0x0001 % 0x0100)
dw 0x0000
db (0x0002 / 0x0100)
db (0x0002 % 0x0100)
db 0x0003 |
tests/devices/cspectmap.asm | fkorotkov/sjasmplus | 0 | 208285 | <reponame>fkorotkov/sjasmplus<filename>tests/devices/cspectmap.asm
DEVICE NONE ; set "none" explicitly, to avoid "global device" feature
CSPECTMAP ; error about non-device mode
DEVICE ZXSPECTRUMNEXT : SLOT 6
CSPECTMAP "cspectmap.sym" ; default-name var... |
demos/linux64/DEMO4/demo4.asm | gbmaster/nasmx | 18 | 208286 | <reponame>gbmaster/nasmx<filename>demos/linux64/DEMO4/demo4.asm
;// DEMO4.ASM
;//
;// Copyright (C)2005-2014 The NASMX Project
;//
;// Purpose:
;// This program demonstrates basic arithmetic operations
;//
;// Contributors:
;// <NAME>
;// <NAME>
;//
;;
;; IMPORTANT DEVELOPER NOTES:
;;
;; Floating point args to... |
a51test/(11)ACALL_a11.a51 | Aimini/51cpu | 0 | 208287 | // ACALL addr11 (0x11,0x31,0x51,0x71,0x91,0xb1,0xd1,0xf1)
MOV 0X81,#0x07
MOV A,#1
ACALL 0xC
CSEG AT 0xC
MOV A,#2
ACALL 0x10E
CSEG AT 0x10E
MOV A,#3
ACALL 0x210
CSEG AT 0x210
MOV A,#4
ACALL 0x312
CSEG AT 0x312
MOV A,#5
ACALL 0x414
CSEG AT 0x414
MOV A,#6
ACALL 0x516
CSEG AT 0x516
MOV A,#7
ACALL 0x618
CSEG AT 0x618... |
html/tinyJS/wrap.asm | willgames-afk/code_stuff | 0 | 208288 | <filename>html/tinyJS/wrap.asm
; Assembly Language Hello World
; In Intex Syntax
; For Macos
; (Mach-O 64 object file)
; Assemble with NASM
; (nasm -f macho64 helloworld.s,
; ld -macosx_version_min 10.7.0 -lSystem -o hello hello.o)
.global start
section .text
start:
mov rax, 0x2000004 ;Write Instruction (2, becaus... |
travis/test/vex.asm | johannkoenig/nasm | 1,052 | 208289 | bits 64
add eax,edx
{rex} add eax,edx
add al,dl
{rex} add al,dl
add ah,dl
comisd xmm0,xmm1
{rex} comisd xmm0,xmm1
vcomisd xmm0,xmm31
vcomisd xmm0,xmm1
{vex} vcomisd xmm0,xmm1
{vex2} vcomisd xmm0,xmm1
{vex3} vcomisd xmm0,xmm1
{evex} vcomisd xmm0,xmm1
{vex2} vcomisd xmm0,xmm1
{vex3} vcomisd xmm0,xmm1
{ev... |
Script/5.asm | AnikIslam1/CSE331L_Section_7_Summer20_NSU_Final | 0 | 208293 | .MODEL SMALL
.STACK 64
.DATA
VAL1 DB 01H
VAL2 DB 01H
LP DB 00H
V1 DB 00H
V2 DB 00H
NL DB 0DH,0AH,'$\'
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV AH,01H
INT 21H
MOV CL,AL
... |
sdktools/masm/nmsghdr.asm | npocmaka/Windows-Server-2003 | 17 | 208294 | <filename>sdktools/masm/nmsghdr.asm<gh_stars>10-100
title nmsghdr - near message header and finder
;--------------------------------------------------------------------------
;
; Microsoft C Compiler Runtime for MS-DOS
;
; (C)Copyright Microsoft Corporation, 1986
;
;-------------------------------------... |
oeis/163/A163165.asm | neoneye/loda-programs | 11 | 208295 | ; A163165: a(n) = 20*a(n-1) - 96*a(n-2) for n > 1; a(0) = 1, a(1) = 10.
; 1,10,104,1120,12416,140800,1624064,18964480,223379456,2646999040,31495553024,375799152640,4492409962496,53771480596480,644158255529984,7721102973337600,92582866935873536,1110431453277061120,13320673839697362944,159812057279349391360,1917456456976... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1426.asm | ljhsiun2/medusa | 9 | 208296 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf921, %r15
nop
nop
nop
nop
xor %rdx, %rdx
mov $0x6162636465666768, %rbx
movq %rbx, (%r15)
cmp %rbx, %rbx
lea addresses_WT_ht+0x1abb3, %rdx
nop
nop
add $6785, %... |
programs/oeis/187/A187452.asm | jmorken/loda | 1 | 208297 | <filename>programs/oeis/187/A187452.asm
; A187452: Number of right isosceles triangles that can be formed from the n^2 points of n X n grid of points (or geoboard).
; 0,4,28,96,244,516,968,1664,2680,4100,6020,8544,11788,15876,20944,27136,34608,43524,54060,66400,80740,97284,116248,137856,162344,189956,220948,255584,2941... |
lab4/lab0004-2/main.asm | Inscrupulous/MSP430 | 0 | 208298 | ;-------------------------------------------------------------------------------
; MSP430 Assembler Code Template for use with TI Code Composer Studio
;
;
;-------------------------------------------------------------------------------
.cdecls C,LIST,"msp430.h" ; Include device header file
... |
sh.asm | jahzielv/xv6-net | 0 | 208299 |
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <runcmd>:
struct cmd *parsecmd(char*);
// Execute cmd. Never returns.
void
runcmd(struct cmd *cmd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp... |
002-assembly/common-calc.asm | dingjingmaster/learn-kernel | 0 | 208300 | ########################################################
# FileName : common-calc.asm
# Author : DingJing
# Mail : <EMAIL>
# Created Time : 2022年01月06日 星期四 12时00分22秒
########################################################
.extern print_string
.extern print_double
.extern get_double
.extern get_int
.... |
oeis/015/A015463.asm | neoneye/loda-programs | 11 | 208301 | ; A015463: q-Fibonacci numbers for q=6.
; Submitted by <NAME>(s4)
; 0,1,1,7,43,1555,57283,12148963,2684744611,3403616850979,4512743621400355,34305128668265064739,272902655183139496957219,12446072589202949254455565603,594062125322746104949654522449187,162554939850629908283324416663519980835,46553344426950043359527848140... |
oeis/051/A051959.asm | neoneye/loda-programs | 11 | 208302 | ; A051959: Expansion of (1+6x)/( (1-2x-x^2)(1-x)^2).
; 1,10,36,104,273,686,1688,4112,9969,24114,58268,140728,339809,820438,1980784,4782112,11545121,27872474,67290196,162453000,392196337,946845822,2285888136,5518622256,13323132817,32164888066,77652909132,187470706520,452594322369,1092659351462,2637913025504,636848540268... |
Sample/Platform/Generic/Dxe/GenericBds/x64/ClearDr.asm | bitcrystal/edk | 14 | 208304 | title ClearDr.asm
;------------------------------------------------------------------------------
;
; Copyright (c) 2005, Intel Corporation
; All rights reserved. This program and the accompanying materials
; are licensed and made av... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_12049_48.asm | ljhsiun2/medusa | 9 | 208305 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1a60e, %rbx
nop
nop
nop
nop
nop
cmp %r14, %r14
movb (%rbx), %r8b
nop
nop
nop
cmp %rax, %rax
lea addresses_D_ht+0x1d99e, %r13
nop
nop
nop
sub %rax, %rax
movl $0x... |
oeis/296/A296299.asm | neoneye/loda-programs | 11 | 208306 | ; A296299: Dimension of the n-th component of a certain graded Lie algebra.
; Submitted by <NAME>
; 2,1,2,2,1,1,2,1,1,2,2,2,1,1,2,2,2,1,1,2,1,1,2,1,1,2,2,2,1,1,2,1,1,2,1,1,2,2,2,1,1,2,2,2,1,1,2,2,2,1,1,2,1,1,2,1,1,2,2,2,1,1,2,2,2,1,1,2,2,2,1,1,2,1,1,2,1,1,2,2,2,1,1,2,1,1,2
seq $0,23630 ; a(n) = s(2n) - s(2n-1), where ... |
programs/oeis/019/A019527.asm | neoneye/loda | 22 | 208307 | ; A019527: Poincaré series [or Poincare series] for depths of roots in a certain root system.
; 4,4,5,6,8,11,15,21,30,43,62,90,131,191,279,408,597,874,1280,1875,2747,4025,5898,8643,12666,18562,27203,39867,58427,85628,125493,183918,269544,395035,578951,848493,1243526,1822475,2670966,3914490,5736963,8407927,12322415,1805... |
oeis/233/A233699.asm | neoneye/loda-programs | 11 | 208308 | <reponame>neoneye/loda-programs<filename>oeis/233/A233699.asm<gh_stars>10-100
; A233699: Ideal rectangle side length for packing squares with side 1/n.
; Submitted by <NAME>
; 7,7,3,9,2,0,8,8,0,2,1,7,8,7,1,7,2,3,7,6,6,8,9,8,1,9,9,9,7,5,2,3,0,2,2,7,0,6,2,7,3,9,8,8,1,4,4,8,1,5,8,1,2,5,2,8,2,6,6,9,8,7,5,2,4,4,0,0,8,9,6,4,... |
data/phone/text/arnie_caller.asm | Dev727/ancientplatinum | 28 | 208309 | <filename>data/phone/text/arnie_caller.asm
ArnieLovesTheCuteText:
text "I'm always with my"
line "@"
text_ram wStringBuffer4
text "!"
para "It's so cute!"
line "I just love it!"
done
UnknownText_0x64a13:
text "Changing the topic"
line "here, I saw this"
para "@"
text_ram wStringBuffer4
text " for the"
l... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2679.asm | ljhsiun2/medusa | 9 | 208310 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %rax
push %rcx
push %rdi
push %rdx
lea addresses_A_ht+0x12a46, %rdx
nop
lfence
vmovups (%rdx), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $1, %xmm2, %rdi
nop
nop
nop
nop
cmp $63832, %rdx
lea addresses_WC_ht+0x19a16, %rcx
nop
nop
add %r... |
Asm4Kids/7off.asm | jacmoe/c64adventures | 17 | 208311 | ; Turn key repeat off
; 10 SYS (49200)
*=$0801
BYTE $0E, $08, $0A, $00, $9E, $20, $28, $34, $39, $32, $30, $30, $29, $00, $00, $00
*=$c030
lda #$0
sta $28a ; 650 - repeat all keys if $80
rts
|
Code/Addins/ProjectZip/Files.asm | CherryDT/FbEditMOD | 11 | 208312 | <filename>Code/Addins/ProjectZip/Files.asm
.data?
wfd WIN32_FIND_DATA <>
.code
SetZipFile proc uses ebx esi,lpFileName:DWORD
mov esi,lpFileName
invoke lstrlen,esi
mov ebx,eax
sub ebx,4
mov eax,[esi+ebx]
and eax,5F5F5FFFh
.if eax=='PBF.'
mov szZipFile,'\'
inc ebx
invoke lstrc... |
Appl/Term/Utils/utilsLocal.asm | steakknife/pcgeos | 504 | 208313 | <filename>Appl/Term/Utils/utilsLocal.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Utils
FILE: utilsLocal.asm
AUTHOR: <NAME>, October 5, 1989
METHODS:
Name Description
---- --------... |
oeis/096/A096277.asm | neoneye/loda-programs | 11 | 208314 | ; A096277: Sum of successive sums of successive primes: a(n) = s(n) + s(n+1) where s(n) = prime(n) + prime(n+1) (A001043).
; Submitted by <NAME>
; 13,20,30,42,54,66,78,94,112,128,146,162,174,190,212,232,248,266,282,296,314,334,358,384,402,414,426,438,462,498,526,544,564,588,608,628,650,670,692,712,732,756,774,786,806,8... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_103.asm | ljhsiun2/medusa | 9 | 208315 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1240f, %r8
nop
nop
cmp %rdx, %rdx
mov (%r8), %r9
nop
sub $7732, %r11
lea addresses_A_ht+0x17a1b, %rsi
nop
nop
nop
nop
xor %r12, %r12
mov (%rsi), %ecx
nop
nop
nop
nop
and %rdx, ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_190.asm | ljhsiun2/medusa | 9 | 208316 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1766f, %r11
nop
cmp %rdi, %rdi
mov $0x6162636465666768, %r14
movq %r14, %xmm5
vmovups %ymm5, (%r11)
nop
nop
nop
xor %r15, %r15
lea addresses_D_ht+0x1d684, %rbp
nop
nop
nop
n... |
programs/oeis/308/A308196.asm | neoneye/loda | 22 | 208317 | <filename>programs/oeis/308/A308196.asm
; A308196: Partial sums of A063808.
; 1,5,13,19,25,31,37,43,49,55,61,67,73,79,85,91,97,103,109,115,121,127,133,139,145,151,157,163,169,175,181,187,193,199,205,211,217,223,229,235,241,247,253,259,265,271,277,283,289,295,301,307,313,319,325,331,337,343,349,355
mov $1,$0
mul $0,3
c... |
OSDev/Try-1/Boot/RM/Print16.asm | Ashwin-Paudel/Tries | 0 | 208318 | <filename>OSDev/Try-1/Boot/RM/Print16.asm<gh_stars>0
;
; Print16.asm
; KripayaOS Project
;
; Copyright (c) 2021 KripayaOS Project. All rights reserved.
;
[bits 16]
print16:
; Save the register
push ax
push bx
mov ah, 0x0E
.loop16:
; Check if the string is null
cmp byte[bx], 0
... |
oeis/229/A229581.asm | neoneye/loda-programs | 11 | 208319 | <filename>oeis/229/A229581.asm
; A229581: Number of defective 3-colorings of an n X 3 0..2 array connected horizontally and antidiagonally with exactly one mistake, and colors introduced in row-major 0..2 order.
; Submitted by <NAME>
; 2,28,264,2160,16416,119232,839808,5785344,39191040,262020096,1733363712,11367641088,... |
code/src/fx9.asm | sttng/merken-revision-2020 | 31 | 208320 | section "fx9", ROM0
include "registers.asm"
include "memory.asm"
include "common.asm"
include "assets/gradient.inc"
include "assets/checker.inc"
DELAY equ 2
fx9_COUNTER1 equ $FF
fx9_COUNTER2 equ $FF
fx9_COUNTER3 equ $F0
fx9::
mResetFadeVariables
mResetLoader
mResetVars
mSetStates STATE... |
oeis/080/A080040.asm | neoneye/loda-programs | 11 | 208321 | <filename>oeis/080/A080040.asm
; A080040: a(n) = 2*a(n-1) + 2*a(n-2) for n > 1; a(0)=2, a(1)=2.
; Submitted by <NAME>
; 2,2,8,20,56,152,416,1136,3104,8480,23168,63296,172928,472448,1290752,3526400,9634304,26321408,71911424,196465664,536754176,1466439680,4006387712,10945654784,29904084992,81699479552,223207129088,609813... |
01/jmps/jmps.asm | DaviNakamuraCardoso/assembly | 0 | 208322 | global _start
section .text
_start:
mov ebx, 1 ; ebx = 1
mov ecx, 4 ; number of iterations
label:
add ebx, ebx ; ebx *= 2
dec ecx ; ecx--;
cmp ecx, 0 ; ecx == 0 ?
jg label ; jmp to label if greater than 0
mov eax, 1 ; Exit s... |
programs/oeis/077/A077750.asm | karttu/loda | 1 | 208323 | <reponame>karttu/loda
; A077750: Least significant digit of A077749(n).
; 0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0,2,6,4,0
mov $1,$0
mod $1,4
pow $1,3
mod $1,... |
programs/oeis/263/A263794.asm | karttu/loda | 0 | 208324 | <reponame>karttu/loda<filename>programs/oeis/263/A263794.asm
; A263794: Number of (n+1) X (3+1) 0..1 arrays with each row and column divisible by 3, read as a binary number with top and left being the most significant bits, and rows and columns lexicographically nonincreasing.
; 3,3,7,7,14,14,25,25,41,41,63,63,92,92,12... |
testsuite/ubivm/output/tuple_1.asm | alexgarzao/UOP | 0 | 208325 | .constant_pool
.const 0 string [start]
.const 1 string [constructor]
.const 2 string [number]
.const 3 string [MeuContexto]
.const 4 string [Numero 1]
.const 5 int [100]
.const 6 int [1]
.const 7 string [Informacoes inseridas: key=]
.const 8 string [ value=]
.const 9 ... |
Driver/Printer/PrintCom/printcomPCLJob.asm | steakknife/pcgeos | 504 | 208326 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Printer Drivers
FILE: printcomPCLJob.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
PrintStartJob Setup done... |
oeis/080/A080039.asm | neoneye/loda-programs | 11 | 208327 | <gh_stars>10-100
; A080039: a(n) = floor((1+sqrt(2))^n).
; Submitted by <NAME>
; 1,2,5,14,33,82,197,478,1153,2786,6725,16238,39201,94642,228485,551614,1331713,3215042,7761797,18738638,45239073,109216786,263672645,636562078,1536796801,3710155682,8957108165,21624372014,52205852193,126036076402,304278004997,734592086398,1... |
target/cos_117/disasm/iop_overlay1/DDUMP0.asm | jrrk2/cray-sim | 49 | 208328 | <reponame>jrrk2/cray-sim
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291C- f:00024 d: 284 | OR[284] = A
0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0003 (0x000006) 0x291D- f:00024 d: 285 | OR[285... |
Codes/Lab_5/2.asm | Sakib250/CSE331L_Section_7_Summer_2020_NSU | 2 | 208329 |
.MODEL SMALL
.STACK 100H
.DATA
PROMPT DB 'Enter the Digit: $'
MSG DB 'The Entered Digit is: $'
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
LEA DX, PROMPT
MOV AH, 9
INT 21H
MOV AH, 1
INT 21H
MOV BL, AL
MOV AH, 2
MOV DL, 0DH
INT 21H
MOV DL, 0A... |
libsrc/stdio/ansi/pc6001/f_ansi_attr.asm | meesokim/z88dk | 0 | 208330 | <reponame>meesokim/z88dk
;
; ANSI Video handling for the PC6001
;
; Text Attributes
; m - Set Graphic Rendition
;
; The most difficult thing to port:
; Be careful here...
;
; <NAME> - Jan 2013
;
;
; $Id: f_ansi_attr.asm,v 1.2 2015/01/19 01:33:19 pauloscustodio Exp $
;
PUBLIC ansi_attr
PUBLIC pc6001_attr
.pc600... |
software/obsolete/new-rom/sdcard.asm | Noah1989/micro-21 | 1 | 208331 | <reponame>Noah1989/micro-21<gh_stars>1-10
public sdcard_init
public sdcard_read_block_DEHL_lazy
public sdcard_block_buffer
public sdcard_current_block_address
public sdcard_write_block
public sdcard_current_block_dirty
extern video_vsync_wait
extern debug_io_print_character_A
extern debug_io_print_hex_byte_A
extern e... |
third_party/codecs/xvidcore/src/bitstream/x86_asm/cbp_sse2.asm | Narflex/sagetv | 292 | 208332 | <filename>third_party/codecs/xvidcore/src/bitstream/x86_asm/cbp_sse2.asm
;/****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - SSE2 CBP computation -
; *
; * Copyright (C) 2002 <NAME> <<EMAIL>>
; * 2002 <NAME> <<EMAIL>>
; *
; * This progr... |
oeis/164/A164045.asm | neoneye/loda-programs | 11 | 208333 | ; A164045: a(n+1) = 5*a(n) - n.
; 1,4,18,87,431,2150,10744,53713,268557,1342776,6713870,33569339,167846683,839233402,4196166996,20980834965,104904174809,524520874028,2622604370122,13113021850591,65565109252935,327825546264654,1639127731323248,8195638656616217,40978193283081061,204890966415405280,1024454832077026374,512... |
C/BiosLib/getds.asm | p-k-p/SysToolsLib | 232 | 208334 | <gh_stars>100-1000
page ,132
;*****************************************************************************;
; ;
; FILE NAME: GetDS.asm ;
; ;
; DESCRIPTION: Get the DS register ;
; ;
; NOTES: ;
; ;
; HISTORY: ... |
Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_244.asm | ljhsiun2/medusa | 9 | 208335 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x2cef, %rcx
nop
nop
nop
nop
xor %rbp, %rbp
movl $0x61626364, (%rcx)
nop
nop
nop
nop
cmp $31353, %r8
lea addresses_normal_ht+0xeeef, %rdx
nop
nop
nop
nop
nop
cmp $42257, %rdi
mov... |
oeis/168/A168319.asm | neoneye/loda-programs | 11 | 208338 | <filename>oeis/168/A168319.asm<gh_stars>10-100
; A168319: a(-1)=0. a(n)=a(n-1)^2-2^n.
; Submitted by <NAME>(s2)
; -1,-1,-3,1,-15,193,37185,1382724097,1911925928424465153,3655460755781753047286544634111312897,13362393337060505194526384126041275683735860286138280500673079957038531585
add $0,1
mov $3,1
lpb $0
sub $0,1
... |
arch/X86_64/functions.asm | 64epicks/synos | 0 | 208339 | <gh_stars>0
BITS 64
section .text
global CPUID_enabled
CPUID_enabled:
pushfq ;Save RFLAGS
pushfq ;Store RFLAGS
xor qword [esp], 0x00200000 ;Invert the ID bit in stored RFLAGS
popfq ;Load stored RFLAGS (w... |
Library/OcDriverEntryPoint/X64/Canary.nasm | lyrl/OpenCorePkg | 10,125 | 208340 | <filename>Library/OcDriverEntryPoint/X64/Canary.nasm
; @file
; Copyright (C) 2021, ISP RAS. All rights reserved.
;
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. The full text of the license may be... |
lib/sse/aes128_cbc_dec_by4_sse.asm | dalekzhangdong/intel-ipsec-mb | 1 | 208341 | ;;
;; Copyright (c) 2012-2020, Intel Corporation
;;
;; 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 above copyright notice,
;; this list of conditions and... |
libsrc/_DEVELOPMENT/adt/w_array/c/sccz80/w_array_append.asm | teknoplop/z88dk | 8 | 208342 |
; size_t w_array_append(w_array_t *a, void *item)
SECTION code_clib
SECTION code_adt_w_array
PUBLIC w_array_append
EXTERN asm_w_array_append
w_array_append:
pop af
pop bc
pop hl
push hl
push bc
push af
jp asm_w_array_append
|
oeis/287/A287865.asm | neoneye/loda-programs | 11 | 208343 | ; A287865: a(n) = gpf(2*a(n-1)+1), with a(1)=1, where gpf = A006530.
; Submitted by <NAME>
; 1,3,7,5,11,23,47,19,13,3,7,5,11,23,47,19,13,3,7,5,11,23,47,19,13,3,7,5,11,23,47,19,13,3,7,5,11,23,47,19,13,3,7,5,11,23,47,19,13,3,7,5,11,23,47,19,13,3,7,5,11,23,47,19,13,3,7,5,11,23,47,19,13,3,7,5,11,23,47,19,13,3,7,5,11,23,47,... |
programs/oeis/086/A086937.asm | jmorken/loda | 1 | 208344 | <reponame>jmorken/loda<gh_stars>1-10
; A086937: Number of distinct zeros of x^2-x-1 mod prime(n).
; 0,0,1,0,2,0,0,2,0,2,2,0,2,0,0,0,2,2,0,2,0,2,0,2,0,2,0,0,2,0,0,2,0,2,2,2,0,0,0,0,2,2,2,0,0,2,2,0,0,2,0,2,2,2,0,0,2,2,0,2,0,0,0,2,0,0,2,0,0,2,0,2,0,0,2,0,2,0,2,2,2,2,2,0,2,0,2,0,2,0,0,2,0,2,2,0,2,2,0,2,0,0,0,2,2
cal $0,13... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.