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 |
|---|---|---|---|---|
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0x84_notsx.log_21829_477.asm | ljhsiun2/medusa | 9 | 197507 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x9247, %rsi
lea addresses_A_ht+0x74bf, %rdi
clflush (%rsi)
sub %r14, %r14
mov $53, %rcx
rep movsl
nop
dec %r13
lea addresses_UC_ht+0x122bf, %r11
nop
n... |
id.asm | ki-ljl/Assembly-ID-verification | 2 | 197508 | <reponame>ki-ljl/Assembly-ID-verification
stack segment stack
db 200 dup(0)
stack ends
data segment
id db 20,?,20 dup('$')
info1 db 'Please input your id:$' ;提示输入id
info2 db 'Your province is:$' ;输出省份信息
info3 db 'The number length is incorrect!$' ;输入身份证号码位数不对
... |
progs/quiz05q02.asm | HKhademian/AssemblyDandamudi | 1 | 197509 | <filename>progs/quiz05q02.asm
%include "lib.asm"
section .data
section .bss
input: resb 15
section .code
global _start
_start:
fgets input,12
a2i 12, input
mov EDX, EAX ;x
fgets input,12
a2i 12, input
mov ECX, EAX ;y
fgets input,12
a2i 12, input
mov EBX, EAX ;z
add EDX, 2
neg EDX
imul EDX, ... |
src/gfx/BufClear.asm | beckadamtheinventor/BOSos | 1 | 197511 | ;@DOES clears the back buffer
;@INPUT A color to fill with
;@DESTROYS HL,DE,BC,F(P/V)
gfx_BufClear:
ld hl,LCD_BUFFER
ld bc,LCD_WIDTH * LCD_HEIGHT - 1
.clear:
push hl
pop de
inc de
ld (hl),a
ldir
ret
|
programs/oeis/071/A071618.asm | jmorken/loda | 1 | 197512 | ; A071618: a(n+1) - 3*a(n) + a(n-1) = (2/3)(1+w^(n+1)+w^(2n+2)), where w = exp(2 Pi I / 3).
; 0,1,3,8,23,61,160,421,1103,2888,7563,19801,51840,135721,355323,930248,2435423,6376021,16692640,43701901,114413063,299537288,784198803,2053059121,5374978560,14071876561,36840651123,96450076808,252509579303,661078661101,17307264... |
programs/oeis/101/A101861.asm | neoneye/loda | 22 | 197513 | ; A101861: n*(n+5)*(50+45*n+n^2)/24.
; 24,84,194,369,625,979,1449,2054,2814,3750,4884,6239,7839,9709,11875,14364,17204,20424,24054,28125,32669,37719,43309,49474,56250,63674,71784,80619,90219,100625,111879,124024,137104,151164,166250,182409
mov $3,$0
add $3,1
mov $6,$0
lpb $3
mov $0,$6
sub $3,1
sub $0,$3
mov $8... |
zelda.asm | Catobat/z3randomizer | 31 | 197514 | <filename>zelda.asm
;================================================================================
; Spawn Zelda (or not)
;--------------------------------------------------------------------------------
SpawnZelda:
LDA.l $7EF3CC : CMP #$08 : BEQ + ; don't spawn if dwarf is present
CMP #$07 : BEQ + ; don't spawn i... |
msdos/crc_i86.asm | tizenorg/toolchains.zip | 0 | 197515 | <filename>msdos/crc_i86.asm
;===========================================================================
; Copyright (c) 1990-1999 Info-ZIP. All rights reserved.
;
; See the accompanying file LICENSE, version 1999-Oct-05 or later
; (the contents of which are also included in zip.h) for terms of use.
; If, for some rea... |
programs/oeis/068/A068396.asm | neoneye/loda | 22 | 197516 | ; A068396: n-th prime minus its reversal.
; 0,0,0,0,0,-18,-54,-72,-9,-63,18,-36,27,9,-27,18,-36,45,-9,54,36,-18,45,-9,18,0,-198,-594,-792,-198,-594,0,-594,-792,-792,0,-594,-198,-594,-198,-792,0,0,-198,-594,-792,99,-99,-495,-693,-99,-693,99,99,-495,-99,-693,99,-495,99,-99,-99,-396,198,0,-396,198,-396,-396,-594,0,-594,-3... |
ioq3/code/cgame/cg_syscalls.asm | RawTechnique/quake-port | 1 | 197517 | <reponame>RawTechnique/quake-port
code
equ trap_Print -1
equ trap_Error -2
equ trap_Milliseconds -3
equ trap_Cvar_Register -4
equ trap_Cvar_Update -5
equ trap_Cvar_Set -6
equ trap_Cvar_VariableStringBuffer -7
equ trap_Argc -8
equ trap_Argv -9
equ trap_Args -10
equ trap_F... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_21829_808.asm | ljhsiun2/medusa | 9 | 197518 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xf312, %rsi
lea addresses_WT_ht+0x4f12, %rdi
nop
nop
nop
nop
nop
sub $64363, %r13
mov $39, %rcx
rep movsl
nop
nop
nop
nop
sub $4350, %r14
lea addresse... |
tiles.asm | adamsmasher/bustfree | 0 | 197521 | SECTION "BGTileData", ROMX
BGTileData:
INCBIN "all_bricks.bin"
.end
_LoadBGGfx: LD HL, BGTileData
LD DE, $9000
LD BC, BGTileData.end - BGTileData
.loop LD A, [HLI]
LD [DE], A
INC DE
DEC BC
LD A, B
OR C
JR NZ, .loop
... |
fasmg/examples/x86/usedpmi.asm | thaolt/c8basic | 4 | 197523 |
; This is an example of setting up 32-bit program with flat memory model
; using DPMI. It requires 32-bit DPMI host in order to start.
include '80386.inc'
include 'format/mz.inc'
heap 0 ; no additional memory
segment loader use16
push cs
pop ds
mov ax,1687h
int 2Fh
or ax,ax ; DPMI insta... |
programs/oeis/008/A008499.asm | neoneye/loda | 22 | 197525 | ; A008499: Number of 5-dimensional centered tetrahedral numbers.
; 1,7,28,84,210,462,923,1709,2975,4921,7798,11914,17640,25416,35757,49259,66605,88571,116032,149968,191470,241746,302127,374073,459179,559181,675962,811558,968164,1148140,1354017,1588503,1854489,2155055,2493476,2873228,3297994,3771670,4298371,4882437,5528... |
programs/oeis/329/A329825.asm | karttu/loda | 0 | 197527 | <filename>programs/oeis/329/A329825.asm<gh_stars>0
; A329825: Beatty sequence for (3+sqrt(17))/4.
; 1,3,5,7,8,10,12,14,16,17,19,21,23,24,26,28,30,32,33,35,37,39,40,42,44,46,48,49,51,53,55,56,58,60,62,64,65,67,69,71,73,74,76,78,80,81,83,85,87,89,90,92,94,96,97,99,101,103,105,106,108,110,112,113,115,117,119,121,122,124,1... |
programs/oeis/278/A278814.asm | neoneye/loda | 22 | 197528 | <reponame>neoneye/loda
; A278814: a(n) = ceiling(sqrt(3n+1)).
; 1,2,3,4,4,4,5,5,5,6,6,6,7,7,7,7,7,8,8,8,8,8,9,9,9,9,9,10,10,10,10,10,10,10,11,11,11,11,11,11,11,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,1... |
oeis/053/A053428.asm | neoneye/loda-programs | 11 | 197529 | <gh_stars>10-100
; A053428: a(n) = a(n-1) + 20*a(n-2), n >= 2; a(0)=1, a(1)=1.
; Submitted by <NAME>
; 1,1,21,41,461,1281,10501,36121,246141,968561,5891381,25262601,143090221,648342241,3510146661,16476991481,86679924701,416219754321,2149818248341,10474213334761,53470578301581,262954844996801,1332366411028421,6591463310... |
game/source/kernel.asm | wkcn/OSLabs | 73 | 197530 | <filename>game/source/kernel.asm
BITS 16
[global _start]
[extern main]
[extern AI]
[extern Update]
[global Players]
[global Bombs]
[global Powers]
[global PASSED_DATA]
[global STATE_DATA]
[global PlayerHP]
[global PlayerNOHARM]
[global BossHP]
[global BossNOHARM]
WinCol equ 20
WinRow equ 12
GridWidth equ 16
Update... |
asm/init.asm | mlndz28/selector-623 | 0 | 197531 | <gh_stars>0
;********************************************************************************************
;* Proyecto Final: Runmeter 623
;********************************************************************************************
;* Author: <NAME> ^ <NAME>
;*
;* Include Files: registers.inc
;*
;* Assembler: Karl Lun... |
Codes/Chapter05/P08/P05-08.asm | ar-ekt/Dandamudi-Assembly-Solutions | 8 | 197532 | %INCLUDE "lib.h"
global _start
section .data
prompt_msg db "Please input a string: ", 10, 0
out_msg db "String without leadinng blanks: " , 10, 0
endl db 10, 0
section .bss
string resb 41
section .code
_start:
puts prompt_msg
fgets string, 41
push string ; push pointer to string o... |
Tests/CalcHLDEsignedBE.asm | ped7g/EliteNext | 9 | 197533 | ld hl,23
ld de,43
ld bc,$0000
call ADDHLDESignBC; XX12ProcessCalcHLPlusDESignBC
ld hl,23
ld de,43
ld bc,$0080
call ADDHLDESignBC
ld hl,23
ld de,43
ld bc,$8000
call ADDHLDESignBC
ld hl,23
ld de,43
ld bc,$8080
call ADDHLDESignBC
ld hl,43
ld de,23
ld bc,$000... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_26_1812.asm | ljhsiun2/medusa | 9 | 197534 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x18c38, %rsi
lea addresses_A_ht+0x638, %rdi
nop
nop
cmp %r11, %r11
mov $53, %rcx
rep movsb
sub %r11, %r11
lea addresses_normal_ht+0xc000, %rsi
lea addresses_U... |
programs/oeis/283/A283353.asm | neoneye/loda | 22 | 197535 | <filename>programs/oeis/283/A283353.asm
; A283353: Decimal representation of the x-axis, from the origin to the right edge, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 619", based on the 5-celled von Neumann neighborhood.
; 1,2,4,14,28,62,124,254,508,1022,2044,4094,8188,16382,... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_257_973.asm | ljhsiun2/medusa | 9 | 197537 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1e2ce, %rsi
lea addresses_UC_ht+0x156ce, %rdi
nop
cmp %r14, %r14
mov $91, %rcx
rep movsb
nop
nop
nop
nop
xor $41794, %rax
lea addresses_WC_ht+0x118ce, %r9
xor %r13, %r13
movl $0x616263... |
programs/oeis/100/A100747.asm | neoneye/loda | 22 | 197538 | ; A100747: A modular recurrence.
; 1,3,15,45,225,675,3375,10125,50625,151875,759375,2278125,11390625,34171875,170859375,512578125,2562890625,7688671875,38443359375,115330078125,576650390625,1729951171875,8649755859375,25949267578125,129746337890625,389239013671875,1946195068359375,5838585205078125,29192926025390625,875... |
Source/libffi/ARM/win32.asm | NativeScript/windows-runtime | 74 | 197539 | <reponame>NativeScript/windows-runtime<filename>Source/libffi/ARM/win32.asm
;/* -----------------------------------------------------------------------
; sysv.S - Copyright (c) 1998, 2008, 2011 Red Hat, Inc.
; Copyright (c) 2011 <NAME>, Inc.
;
; ARM Foreign Function Interface
;
; Permission is hereby gran... |
libsrc/_DEVELOPMENT/target/yaz180/device/asci/z180/asm_asci1_interrupt.asm | ahjelm/z88dk | 640 | 197540 |
INCLUDE "config_private.inc"
SECTION code_driver
SECTION code_driver_character_input
PUBLIC asm_asci1_interrupt
EXTERN asci1RxBuffer, asci1RxCount, asci1RxIn
EXTERN asci1TxBuffer, asci1TxCount, asci1TxOut
asm_asci1_interrupt:
push af
push hl
... |
libsrc/_DEVELOPMENT/target/scz180/device/csio/sdcc/csio_sd_write_byte.asm | Frodevan/z88dk | 640 | 197541 |
SECTION code_driver
PUBLIC _sd_write_byte
EXTERN asm_sd_write_byte
;Do a write bus cycle to the SD drive, via the CSIO
;
;input L = byte to write to SD drive
._sd_write_byte
pop af
pop hl
push hl
push af
jp asm_sd_write_byte
|
programs/oeis/300/A300068.asm | neoneye/loda | 22 | 197542 | <filename>programs/oeis/300/A300068.asm
; A300068: A sequence based on the period 6 sequence A300067.
; 0,0,0,1,2,2,3,3,3,4,5,5,6,6,6,7,8,8,9,9,9,10,11,11,12,12,12,13,14,14,15,15,15,16,17,17,18,18,18,19,20,20,21,21,21,22,23,23,24,24,24,25,26,26,27,27,27,28,29,29,30,30,30,31,32,32,33,33,33,34,35,35,36,36,36,37,38,38,39,... |
tests/testdata/parser-in-4-bad.asm | roycrippen/sicxe | 0 | 197543 | <reponame>roycrippen/sicxe
program4 START 0
START 0
. test
test . test
1234
test + . test
test + ADD a
bar +LTORG
test +ADDR A, X
test FOO X, B
FLOAT
CLEAR
ADDR
CLEAR 123
... |
programs/oeis/006/A006342.asm | karttu/loda | 1 | 197544 | ; A006342: Coloring a circuit with 4 colors.
; 1,1,4,10,31,91,274,820,2461,7381,22144,66430,199291,597871,1793614,5380840,16142521,48427561,145282684,435848050,1307544151,3922632451,11767897354,35303692060,105911076181,317733228541,953199685624,2859599056870,8578797170611,25736391511831,77209174535494,231627523606480,6... |
sequence counter.asm | earthperson/TIS-100 | 0 | 197546 | <reponame>earthperson/TIS-100<gh_stars>0
#walkthrough/44.jpg
#SEQUENCE COUNTER
#SEQUENCES ARE ZERO-TERMINATED
#READ A SEQUENCE FROM IN
#WRITE THE SUM TO OUT.S
#WRITE THE LENGTH TO OUT.L
MOV RIGHT, RIGHT
START:
ADD UP
JEZ EXIT
MOV ACC, LEFT
MOV 1, RIGHT
SWP
ADD LEFT
SAV
MOV 0, ACC
JMP START
EXIT: SWP
MOV 0, RIGHT
MO... |
Z80/lloader2/memprobe.asm | BleuLlama/LlamaVampireDrive | 4 | 197547 | ; Memory Probe
; Display what's going on for each 4k block
;
; 2016-06-10 <NAME>
;
; This code is free for any use. MIT License, etc.
.module MemProbe
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
cMMap: .asciz "mmap"
iMMap: .asciz "Detect RAM/ROM in system"
; memory maps of possible hardware...
; a... |
src/general.asm | SickanDev/assembly-http-server | 1 | 197548 | <reponame>SickanDev/assembly-http-server<gh_stars>1-10
; int slen(Sprint message)
; Calculate length of sring
slen:
push ebx
mov ebx, eax
.nextchar:
cmp byte [eax], 0
je .finished
inc eax
jmp .nextchar
.finished:
sub eax, ebx
pop ebx
ret
; void sprint(String message)
; Print... |
oeis/186/A186298.asm | neoneye/loda-programs | 11 | 197549 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A186298: A007520(n)-2.
; Submitted by <NAME>
; 1,9,17,41,57,65,81,105,129,137,161,177,209,225,249,281,305,329,345,377,417,441,465,489,497,521,545,561,569,585,617,641,657,681,689,737,785,809,825,857,881,905,945,969,1017,1049,1089,1121,1161,1169,1185
mov $1,10
mov $2,$0
... |
tests/vice-tests/VIC20/viavarious/via4.asm | PhylumChordata/chips-test | 330 | 197550 | <reponame>PhylumChordata/chips-test
!to "via4.prg", cbm
TESTID = 4
tmp=$fc
addr=$fd
add2=$f9
ERRBUF = $1f00
TMP = $2000 ; measured data on C64 side
DATA = $3000 ; reference data
TESTLEN = $20
NUMTESTS = 24 - 8
TESTSLOC = $1800
DTMP=screenmem
!src "c... |
street-fighter-II.asm | Markuus13/street-fighter-II | 0 | 197551 | <filename>street-fighter-II.asm<gh_stars>0
#################################################
# Organização e Arquitetura de Computadores #
# Professor: <NAME> #
# 2/2017 #
#################################################
.eqv VGA 0xFF000000
.eqv VGA_WIDTH 320
.data
# BUFFERS
LAST_POS_SPRITE1: .ha... |
programs/oeis/108/A108118.asm | karttu/loda | 1 | 197552 | <filename>programs/oeis/108/A108118.asm
; A108118: Integers not divisible by 3 or 4.
; 1,2,5,7,10,11,13,14,17,19,22,23,25,26,29,31,34,35,37,38,41,43,46,47,49,50,53,55,58,59,61,62,65,67,70,71,73,74,77,79,82,83,85,86,89,91,94,95,97,98,101,103,106,107,109,110,113,115,118,119,121,122,125,127,130,131
mov $4,$0
mod $0,6
mov... |
sum_of_odd_numbers/sum_of_odd_numbers.asm | CristinaNilvan/assembler-i386-algorithmic-problems | 1 | 197553 | <filename>sum_of_odd_numbers/sum_of_odd_numbers.asm
.386
.model flat, stdcall
includelib msvcrt.lib
extern exit : proc
extern printf : proc
extern scanf : proc
include mylib.asm
public start
.data
get_number_message db "Give a number : ", 0
sum_message db "The sum of the odd numbers less than the given number is :... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_345.asm | ljhsiun2/medusa | 9 | 197554 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rdi
lea addresses_A_ht+0xac0c, %r12
nop
nop
nop
xor $19688, %r13
mov (%r12), %edi
nop
nop
nop
sub $37350, %r15
pop %rdi
pop %r15
pop %r13
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
... |
programs/oeis/060/A060828.asm | jmorken/loda | 1 | 197555 | <filename>programs/oeis/060/A060828.asm
; A060828: Size of the Sylow 3-subgroup of the symmetric group S_n.
; 1,1,1,3,3,3,9,9,9,81,81,81,243,243,243,729,729,729,6561,6561,6561,19683,19683,19683,59049,59049,59049,1594323,1594323,1594323,4782969,4782969,4782969,14348907,14348907,14348907,129140163,129140163,129140163,387... |
oeis/072/A072691.asm | neoneye/loda-programs | 11 | 197556 | <filename>oeis/072/A072691.asm
; A072691: Decimal expansion of Pi^2/12.
; Submitted by <NAME>
; 8,2,2,4,6,7,0,3,3,4,2,4,1,1,3,2,1,8,2,3,6,2,0,7,5,8,3,3,2,3,0,1,2,5,9,4,6,0,9,4,7,4,9,5,0,6,0,3,3,9,9,2,1,8,8,6,7,7,7,9,1,1,4,6,8,5,0,0,3,7,3,5,2,0,1,6,0,0,4,3,6,9,1,6,8,1,4,4,5,0,3,0,9,8,7,9,3,5,2,6
add $0,1
mov $1,1
mov $... |
Assembler/AssemblyCode/TTL/SHL_SHR1.asm | KPU-RISC/KPU | 8 | 197557 | <reponame>KPU-RISC/KPU
MOV D, 11111111b
MOV E, 11111111b
SHL D
SHR E
SHL D
SHR E
SHL D
SHR E
SHL D
SHR E
SHL D
SHR E
SHL D
SHR E
SHL D
SHR E
SHL D
SHR E
HLT |
sk/sfx/77.asm | Cancer52/flamedriver | 9 | 197559 | <gh_stars>1-10
Sound_77_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_77_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $02
smpsHeaderSFXChannel cFM5, Sound_77_FM5, $FA, $00
smpsHeaderSFXChannel cPSG3, Sound_77_PSG3, $04, $00
; FM5 Data
Sound_77_FM5:
smpsSetvoice $00
dc.b nA5, $04
Sound_... |
Transynther/x86/_processed/AVXALIGN/_st_4k_sm_/i9-9900K_12_0xa0_notsx.log_3_1520.asm | ljhsiun2/medusa | 9 | 197560 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xaf06, %rsi
lea addresses_UC_ht+0x103aa, %rdi
dec %r8
mov $100, %rcx
rep movsq
sub %rsi, %rsi
lea addresses_D_ht+0x7d6c, %r12
clflush (%r12)
nop
xor %rdx, %rdx
vmovups (%r12),... |
Library/Kernel/Timer/timerMisc.asm | steakknife/pcgeos | 504 | 197561 | <reponame>steakknife/pcgeos
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Timer
FILE: timerMisc.asm
ROUTINES:
Name Description
---- -----------
GLB TimerGetCount Return system tim... |
code/display/display.asm | abekermsx/skooted | 3 | 197562 |
display_screen:
call jiffy_wait
call DISSCR
ld a,(sheet_number)
call get_sheet_address
ld (sheet_pointer),hl
call CLRSPR
ld a,(sheet_number)
call initialize_patterns
call initialize_vram_patterns
call initialize_border
call p... |
programs/oeis/138/A138891.asm | neoneye/loda | 22 | 197563 | <filename>programs/oeis/138/A138891.asm
; A138891: Non-Motzkin numbers.
; 0,3,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76
mov $2,3
mov $3,$0
add $3,$0
mov $4,$0... |
source/modules/basic/commands/if.asm | paulscottrobson/mega-basic | 3 | 197564 | <gh_stars>1-10
; *******************************************************************************************
; *******************************************************************************************
;
; Name : if.asm
; Purpose : IF/THEN IF/ELSE/ENDIF Command
; Date : 29th August 2019
; Author : <NAME> (<EMA... |
vectorsp3.asm | runer112/Doors_CS_7 | 17 | 197565 | ;.block 128
immRoutineJumpTable:
jp immVersion
jp immRandom
jp immPutSprite
jp immLargeSprite
jp immGetPixel
jp immFastCopy
jp immDetect
jp immDecompress
#ifdef false
#ifdef mossupport
mmoslibs:
mdirectin: jp mmj_directIn
msendbytetios: jp mmj_sendbytetios
mgetbytetios: jp... |
Debug/port.asm | polamagdygeo/uWave | 0 | 197566 | ;******************************************************************************
;* TI ARM C/C++ Codegen Unix v18.1.1.LTS *
;* Date/Time created: Fri Jul 3 20:08:22 2020 *
;******************************************************************************
... |
altairsim/turnmon.asm | qoelet/z80pack | 85 | 197568 | <gh_stars>10-100
; **************************************************************
;
; MITS ALTAIR 8800 ROM MONITOR
;
; **************************************************************
;
; BASED ON THE ORIGINAL ALTAIR TURNKEY SYSTEM MONITOR
;
; MODIFIED BY: <NAME>
; 8/9/02
;
; MODIFIED TO ASSEMBLE WITH INTE... |
programs/oeis/054/A054650.asm | neoneye/loda | 22 | 197570 | ; A054650: Nearest integer to 2^(n-1)/n.
; 1,1,1,2,3,5,9,16,28,51,93,171,315,585,1092,2048,3855,7282,13797,26214,49932,95325,182361,349525,671089,1290555,2485513,4793490,9256395,17895697,34636833,67108864,130150524,252645135,490853405,954437177,1857283155,3616814565,7048151460,13743895347,26817356775,52357696561,102280... |
tests/data/labels/projects/sjasmplus/sld_zx128/main.asm | jacobly0/DeZog | 93 | 197571 | <reponame>jacobly0/DeZog
DEVICE ZXSPECTRUM128
ORG 0x8000 ; Bank 2
main:
; Disable interrupts
di
ld sp,stack_top
ld bc,0x7FFD
;jp 0x6000
;ld a,010000b : out (c),a ; ROM1
;ld a,000000b : out (c),a ; ROM0
;ld a,010000b : out (c),a ; ROM1
ld a,1 : out (c),a
c... |
asg/asm/rdhdrhistogram.asm | asgkafka/librdkafka | 0 | 197572 | <reponame>asgkafka/librdkafka
*PROCESS DUPALIAS
*
* Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07
* on Fri Apr 30 15:35:17 2021
*
WXTRN @@ZARCH#
*
*
*
* Code Section
*
@CODE ALIAS C'@RDHDRHISTOGRAM'
@CODE CSECT
@CODE AMODE ANY
@CODE RMODE ANY
@DATA ALIAS C'@rdhdrhistogram'
... |
oeis/134/A134062.asm | neoneye/loda-programs | 11 | 197573 | ; A134062: Row sums of triangle A134061.
; 1,8,18,38,78,158,318,638,1278,2558,5118,10238,20478,40958,81918,163838,327678,655358,1310718,2621438,5242878,10485758,20971518,41943038,83886078,167772158,335544318,671088638,1342177278,2684354558,5368709118,10737418238,21474836478,42949672958,85899345918,171798691838,34359738... |
libsrc/graphics/unused/font.asm | meesokim/z88dk | 1 | 197574 | <gh_stars>1-10
;
; Font for the Z88 scr
;
;
; $Id: font.asm,v 1.2 2001/04/18 13:21:38 stefano Exp $
;
XLIB font
INCLUDE "font.bin"
|
oeis/144/A144564.asm | neoneye/loda-programs | 11 | 197575 | ; A144564: Bisection of A147757.
; Submitted by <NAME>
; 1,101,10101,1011101,101111101,10111111101,1011111111101,101111111111101,10111111111111101,1011111111111111101,101111111111111111101,10111111111111111111101
lpb $0
mov $3,$0
cmp $3,0
add $0,$3
sub $0,1
mov $2,$0
mov $0,0
seq $2,267622 ; Binary repre... |
bddisasm_test/avx512/avx512bitalg_64.asm | andreaswimmer/bddisasm | 1 | 197577 | bits 64
vpopcntb xmm2, xmm0
vpopcntb xmm2, [rbx]
vpopcntb xmm2, [rbx+r11*8+256]
vpopcntb xmm2, [rbx+r11*8-256]
vpopcntb xmm2{k5}, xmm0
vpopcntb xmm2{k5}, [rbx]
vpopcntb xmm2{k5}, [rbx+r11*8+256]
vpopcntb xmm2{k5}, [rbx+r11*8-256]
vpopcntb xmm2{z}, xmm0
vpopcntb xmm2{z}, ... |
oeis/078/A078865.asm | neoneye/loda-programs | 11 | 197578 | <gh_stars>10-100
; A078865: Difference of consecutive primorial numbers divided by 4.
; Submitted by <NAME>(s1)
; 1,6,45,525,6930,120120,2297295,53348295,1561650090,48522699225,1805044411170,74207381348100,3194627767035705,150451755314205345,7993567173650388330,472542797919255648585,28841405252313189586050,193525829243... |
binary16/fdiv.asm | DW0RKiN/Floating-point-Library-for-Z80 | 12 | 197579 | if not defined @FDIV
include "fdiv_pow2.asm"
; ---------------------------------------------
; Input: BC , HL
; Output: HL = BC / HL => DE = 1 / HL => HL = BC * DE
; if ( 1.m = 1.0 ) => 1/(2^x * 1.0) = 1/2^x * 1/1.0 = 2^-x * 1.0
; if ( 1.m > 1.0 ) => 1/(2^x * 1.m) = 1/2^x * 1/1.m = 2^-x * 0.9999 .. 0.50... |
hex.asm | paulmooreparks/Tortilla | 4 | 197581 | INCLUDE "core.asm"
; Startup routine
; The CPU starts execution at segment $00000000, address $00001000,
; so we'll put our code there.
$00001000:
LD $0000`2000 S.H0
LD S.H0 S.H1
LD $01 A
LD $02 B
LD $03 C
LD $04 D
LD $05 E
LD $06 G
LD $07 H
LD $08 J
LD $09 K
LD $0A L
LD $0B M
LD $0C Z
PUSH ... |
cat.asm | Nehoray-Marziano/XV6-Scheduling-Policies | 0 | 197583 |
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
}
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push %ebp
b: ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1209.asm | ljhsiun2/medusa | 9 | 197584 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1b1d7, %rax
nop
add %rdi, %rdi
mov $0x6162636465666768, %r9
movq %r9, %xmm7
movups %xmm7, (%rax)
nop
nop
nop
inc %rcx
lea addresses_A_ht+0xabd7, %rbx
clflush (%rbx)
nop
nop
n... |
programs/oeis/246/A246140.asm | neoneye/loda | 22 | 197585 | <filename>programs/oeis/246/A246140.asm
; A246140: Limiting block extension of A006337 (difference sequence of the Beatty sequence for sqrt(2)) with first term as initial block.
; 1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2... |
oeis/117/A117251.asm | neoneye/loda-programs | 11 | 197586 | <reponame>neoneye/loda-programs
; A117251: Column 0 of triangle A117250.
; Submitted by <NAME>
; 1,1,-1,4,-40,896,-43008,4325376,-899678208,383862702080,-334114095890432,590956713604022272,-2117988861556815822848,15348576513041885002989568,-224527747847927003472304537600,6621592717332784844802427579269120
mul $0,2
mov... |
oeis/131/A131557.asm | neoneye/loda-programs | 11 | 197587 | <reponame>neoneye/loda-programs<filename>oeis/131/A131557.asm<gh_stars>10-100
; A131557: Triangular numbers that are the sums of five consecutive triangular numbers.
; Submitted by <NAME>(s1)
; 55,2485,17020,799480,5479705,257429395,1764447310,82891465030,568146553435,26690794309585,182941425758080,8594352876220660,589... |
oeis/134/A134352.asm | neoneye/loda-programs | 11 | 197588 | ; A134352: A130123 * A128174.
; Submitted by <NAME>
; 1,0,2,4,0,4,0,8,0,8,16,0,16,0,16,0,32,0,32,0,32,64,0,64,0,64,0,64,0,128,0,128,0,128,0,128,256,0,256,0,256,0,256,0,256,0,512,0,512,0,512,0,512,0,512
seq $0,128621 ; A127648 * A128174.
seq $0,79 ; Powers of 2: a(n) = 2^n.
div $0,2
|
procedures/stack.asm | urandu/assembly-language | 0 | 197590 | section .text
global _start ;must be declared for using gcc
_start: ;tell linker entry point
call display
mov eax,1 ;system call number (sys_exit)
int 0x80 ;call kernel
display:
mov ecx, 256
next:
push ecx
mov eax, 4
mov ebx, 1
mov ... |
libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_p.asm | jpoikela/z88dk | 640 | 197591 |
SECTION code_clib
SECTION code_stdio
PUBLIC __stdio_printf_p
EXTERN __stdio_printf_x
__stdio_printf_p:
; %p converter called from vfprintf()
;
; enter : ix = FILE *
; hl = void *stack_param
; de = void *buffer_digits
; stack = buffer_digits, width, precision
;
; exit... |
example/input.asm | Fraguinha/fmtnasm | 1 | 197593 | ; example hello world program
global _main ; entry point
extern _puts ; link with puts
section .data ; initialized data, constants
message: db "Hello, world!", 0 ; string to print, 10 -> '\n', 0 -> '\0'
section .text ; code
_main:
push rbp ; save rbp
mov rbp, rsp ; create frame
lea rdi, [rel message] ; 1st argume... |
r3/c3.asm | mcjonker/csce-212-computer-architecture | 0 | 197594 | <gh_stars>0
# Property of <NAME>
.data
prompt: .asciiz "Welcome to Program 3!\n"
p1_msg: .asciiz "Enter the information for Processor A"
p2_msg: .asciiz "\nEnter the information for Processor B"
ic: .asciiz "\nEnter the instruction count\n"
cpi: .asciiz "\nEnter the Clocks per Instruction (CPI)\n"
cr: .asciiz "\... |
1541/64tass/jobssf.asm | silverdr/assembly | 23 | 197596 |
; use lastjob for drive #
; cmd is used for job command
setljb
lda lstjob,x
and #1
ora cmd
; set job up and check t&s
; .a=command for jobs
; .x=job number
setjob
pha
stx jobnum
txa
asl a
tax
lda hdrs+1,x ; 4/12***********
sta... |
Working Disassembly/Levels/CGZ/Misc Object Data/Map - Fan.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 197597 | Map_22F620: dc.w Frame_22F626-Map_22F620
dc.w Frame_22F634-Map_22F620
dc.w Frame_22F642-Map_22F620
Frame_22F626: dc.w 2
dc.b $F4, $C, 0, 0,$FF,$F0
dc.b $FC, $C, 0, 0,$FF,$F0
Frame_22F634: dc.w 2
dc.b $F4, $C, 0, 8,$FF,$F0
dc.b $FC, $C, 0, 4,$FF,$F0
Frame_22F642: dc.w 2
dc.b $F4, $C, 0, 4,$FF,$F0... |
libsrc/_DEVELOPMENT/font/fzx/z80/asm_fzx_string_partition.asm | meesokim/z88dk | 0 | 197598 | <filename>libsrc/_DEVELOPMENT/font/fzx/z80/asm_fzx_string_partition.asm
; void *fzx_string_partition(struct fzx_font *ff, char *s, uint16_t allowed_width)
SECTION code_font_fzx
PUBLIC asm_fzx_string_partition
EXTERN __fzx_string_glyph_width, __fzx_partition_width_adjust
asm_fzx_string_partition:
; find longest... |
bahamut/source/combat-small.asm | higan-emu/bahamut-lagoon-translation-kit | 2 | 197599 | <filename>bahamut/source/combat-small.asm
namespace combat {
seek(codeCursor)
namespace constants {
constant hook = $fe
constant terminal = $ff
constant name = 0
constant technique = 1
constant item = 2
constant enemy = 3
constant dragonClass = 4
constant string = ... |
lib/core/comp/_float.asm | locodarwin/xc-basic3 | 11 | 197600 | <filename>lib/core/comp/_float.asm
PROCESSOR 6502
MAC cmpfloateq ; @pull @push
plfloattofac
tsx
inx
stx DEST
ldy #$01
import I_FPLIB
jsr FCOMP2
beq .true
discardfloat
pfalse
IF !FPUSH
beq * + 11
ELSE
beq * + 10
ENDIF
.true
discardfloat
ptrue
ENDM
MAC cmpfloatneq ; @pull @push
plfloattofac
tsx... |
programs/oeis/279/A279319.asm | jmorken/loda | 1 | 197601 | ; A279319: Period 16 zigzag sequence: repeat [0,1,2,3,4,5,6,7,8,7,6,5,4,3,2,1].
; 0,1,2,3,4,5,6,7,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,7,6,5,4,3,2,1,0,1,2,3,4,5
mov $2,$0
lpb $0
mov $0,$2
sub $0,4
mul $0,2
trn $1,$3
... |
asm/6502/os/graphics.asm | aldrinmartoq/clc88 | 0 | 197602 | <reponame>aldrinmartoq/clc88
VMODE_0_LINES = 24
VMODE_0_SCREEN_SIZE = 40*VMODE_0_LINES
VMODE_0_ATTRIB_SIZE = 40*VMODE_0_LINES
VMODE_0_SUBPAL_SIZE = 16
VMODE_1_LINES = 24
VMODE_1_SCREEN_SIZE = 20*VMODE_1_LINES
VMODE_1_ATTRIB_SIZE = 20*VMODE_1_LINES
VMODE_1_SUBPAL_SIZE = 16
VMODE_2_LINES = 12
VMODE_2_... |
Transynther/x86/_processed/NONE/_ht_/i9-9900K_12_0xa0.log_21829_1638.asm | ljhsiun2/medusa | 9 | 197603 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xeb0c, %rax
nop
nop
nop
mfence
mov (%rax), %r12w
xor %r15, %r15
lea addresses_A_ht+0xecff, %rbp
nop
sub %r8, %r8
movw $0x6162, (%rbp)
n... |
src/asm_files/shell_prototypes/showcaseShell.asm | zedth2/sunyat-c | 0 | 197604 | <reponame>zedth2/sunyat-c
;Savestate
;AWR
;Print Regs
;Populate Regs
;
.constant TERM 0xFF
.constant CR 0xD
.constant LF 0xA
jmp !main
!command_buffer
.variable cmd0 ' '
.variable cmd1 ' '
.variable cmd2 ' '
.variable cmd3 ' '
.variable cmd4 ' '
!main
call !build_command
call !translate
!main_end
!translat... |
tr3200_asm/test.asm | Zardoz89/WaveAsm | 3 | 197606 | .ORG 0x100000 ; This a ROM image, so jumps need to know the real address
begin:
MOV %r0, 1
MOV %r1, 1
MOV %r2, 2
MOV %r3, 3
MOV %r4, 4
MOV %r5, 5
MOV %r6, 6
MOV %r7, 7
MOV %r8, 8
MOV %r9, 9
MOV %r10, 10
MOV %r11, 11
MOV %bp, 0
MOV %sp, 0x20000 ; Sets Stack Pointer to the end of t... |
libsrc/math/genmath/dadd.asm | meesokim/z88dk | 0 | 197609 | <gh_stars>0
;
; Z88dk Generic Floating Point Math Library
;
;
; $Id: dadd.asm,v 1.2 2015/01/19 01:32:56 pauloscustodio Exp $:
PUBLIC dadd
EXTERN fadd
.dadd
pop hl
pop de
pop ix
pop bc
push hl
jp fadd
|
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/cos_fastcall.asm | ahjelm/z88dk | 640 | 197610 |
SECTION code_fp_am9511
PUBLIC cos_fastcall
EXTERN asm_am9511_cos_fastcall
defc cos_fastcall = asm_am9511_cos_fastcall
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _cos_fastcall
defc _cos_fastcall = asm_am9511_cos_fastcall
ENDIF
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_13851_1984.asm | ljhsiun2/medusa | 9 | 197612 | .global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rax
push %rbp
push %rbx
push %rdi
push %rdx
lea addresses_D_ht+0x74c6, %rbx
nop
nop
nop
nop
sub %rbp, %rbp
movb (%rbx), %r9b
nop
nop
nop
and $27840, %r9
lea addresses_UC_ht+0x17cc6, %rdx
nop
xor %rax, %rax
mov (%rdx), %bp
sub %rax, %rax
lea addresses_... |
P6/data_P6/testpoint/testpoint98.asm | alxzzhou/BUAA_CO_2020 | 1 | 197613 | ori $1, $0, 11
ori $2, $0, 5
ori $3, $0, 1
ori $4, $0, 9
sw $3, 0($0)
sw $2, 4($0)
sw $4, 8($0)
sw $1, 12($0)
sw $1, 16($0)
sw $2, 20($0)
sw $4, 24($0)
sw $3, 28($0)
sw $1, 32($0)
sw $4, 36($0)
sw $2, 40($0)
sw $3, 44($0)
sw $2, 48($0)
sw $3, 52($0)
sw $2, 56($0)
sw $4, 60($0)
sw $3, 64($0)
sw $3, ... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/attr.asm | gb-archive/really-old-stuff | 10 | 197614 | ; Attribute routines
#include once <sposn.asm>
#include once <error.asm>
#include once <in_screen.asm>
#include once <const.asm>
__ATTR_ADDR:
; calc start address in DE (as (32 * d) + e)
; Contributed by <NAME> at http://www.speccy.org
ld h, 0 ; 7 T-States
;; ld l, d
;; add hl, hl ; HL = H... |
oeis/142/A142023.asm | neoneye/loda-programs | 11 | 197616 | ; A142023: Primes congruent to 19 mod 31.
; Submitted by <NAME>
; 19,577,701,887,1259,1321,1693,1879,2003,2251,2437,3119,3181,3491,3677,3739,3863,4049,4111,4297,4421,4483,4793,5227,5351,5413,6343,6529,6653,7211,7459,7583,8017,8389,8513,8699,8761,9133,9257,9319,9629,10559,10993,11117,11489,11551,11923,12109,12791,12853,... |
programs/oeis/095/A095973.asm | neoneye/loda | 22 | 197617 | ; A095973: Yard markers on a U.S.A. football field.
; 0,10,20,30,40,50,40,30,20,10,0
lpb $0
mul $0,9
mod $0,10
lpe
mul $0,10
|
programs/oeis/152/A152011.asm | jmorken/loda | 1 | 197618 | ; A152011: a(0) = 1 and a(n) = (3^n - (-1)^n)/2 for n >= 1.
; 1,2,4,14,40,122,364,1094,3280,9842,29524,88574,265720,797162,2391484,7174454,21523360,64570082,193710244,581130734,1743392200,5230176602,15690529804,47071589414,141214768240,423644304722,1270932914164,3812798742494,11438396227480,34315188682442,1029455660473... |
res/tests/store_load.asm | caseif/c6502-rust | 2 | 197619 | ;;;;;;;;;;;;;;;;
;;; store/load tests
;;;;;;;;;;;;;;;;
.org $8000
;;;;;;;;;;;;;;;;
;; accumulator tests
;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;
; test zero-page addressing
;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;
; test storing
;;;;;;;;;;;;;;;;
LDA #$01 ; a = 0x01
STA $10 ; write a=1 to $0010
STA $90 ... |
sound/sfxasm/BB.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 197620 | BB_Header:
sHeaderInit ; Z80 offset is $D850
sHeaderPatch BB_Patches
sHeaderTick $01
sHeaderCh $02
sHeaderSFX $80, $05, BB_FM5, $F8, $08
sHeaderSFX $80, $04, BB_FM4, $F1, $0F
BB_FM4:
dc.b nRst, $03
BB_FM5:
sPatFM $00
ssModZ80 $01, $01, $F8, $04
dc.b nA3, $13
saVolFM $14
sLoop $00, $05, BB_FM5
sSt... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_5100_1202.asm | ljhsiun2/medusa | 9 | 197621 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1ffd, %rsi
nop
add %r11, %r11
mov $0x6162636465666768, %r14
movq %r14, (%rsi)
nop
nop
nop
nop
cmp %r10, %r10
lea addresses_normal_ht+0xbb7d, %rsi
lea addresses_A_ht+0x3dd... |
target/cos_117/disasm/iop_overlay1/CMGET.asm | jrrk2/cray-sim | 49 | 197622 | <reponame>jrrk2/cray-sim
0x0000 (0x000000) 0x2104- f:00020 d: 260 | A = OR[260]
0x0001 (0x000002) 0x290D- f:00024 d: 269 | OR[269] = A
0x0002 (0x000004) 0x2104- f:00020 d: 260 | A = OR[260]
0x0003 (0x000006) 0x1403- f:00012 d: 3 | A = A ... |
oeis/245/A245306.asm | neoneye/loda-programs | 11 | 197624 | <gh_stars>10-100
; A245306: a(n) = Fibonacci(n)^2+1.
; Submitted by <NAME>
; 1,2,2,5,10,26,65,170,442,1157,3026,7922,20737,54290,142130,372101,974170,2550410,6677057,17480762,45765226,119814917,313679522,821223650,2149991425,5628750626,14736260450,38580030725,101003831722,264431464442,692290561601
mov $3,1
lpb $0
su... |
libsrc/_DEVELOPMENT/math/float/am9511/z80/am32__dtoa_digits.asm | ahjelm/z88dk | 640 | 197626 | ;
; Copyright (c) 2020 <NAME>
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
; feilipu, August 2020
;
;--------------------------------------------------------... |
paper.asm | VincentFoulon80/vixx | 1 | 197627 | <gh_stars>1-10
!ifndef is_main !eof
; This file serves as paperwork of the game's design
; it contains variables, explications and other neat stuff
;
; VIDEO DETAILS :
; screensize: 320x240
;
; Layer 0 : map 16x32 8bpp
; tile data: $1 0000
; map data : $1 8000
vram_layer0_tilebase_b = $01
vram_layer0_ti... |
programs/oeis/013/A013787.asm | neoneye/loda | 22 | 197628 | <filename>programs/oeis/013/A013787.asm
; A013787: a(n) = 7^(4*n + 3).
; 343,823543,1977326743,4747561509943,11398895185373143,27368747340080916343,65712362363534280139543,157775382034845806615042743,378818692265664781682717625943,909543680129861140820205019889143
mul $0,4
add $0,3
mov $1,7
pow $1,$0
mov $0,$1
|
programs/oeis/110/A110146.asm | neoneye/loda | 22 | 197629 | <filename>programs/oeis/110/A110146.asm
; A110146: n^(n+1) mod n+2.
; 0,1,0,1,4,1,0,4,8,1,4,1,12,4,0,1,4,1,12,4,20,1,16,16,24,13,20,1,28,1,0,4,32,9,4,1,36,4,32,1,10,1,36,31,44,1,16,15,38,4,44,1,40,49,40,4,56,1,52,1,60,4,0,16,34,1,60,4,48,1,40,1,72,34,68,9,46,1,32,40,80,1,52,16,84,4,48,1,58,64,84,4,92,54,64,1,40,58,12,1... |
oeis/031/A031338.asm | neoneye/loda-programs | 11 | 197630 | <filename>oeis/031/A031338.asm<gh_stars>10-100
; A031338: a(n) = prime(5*n).
; Submitted by <NAME>
; 11,29,47,71,97,113,149,173,197,229,257,281,313,349,379,409,439,463,499,541,571,601,631,659,691,733,761,809,829,863,907,941,977,1013,1039,1069,1103,1151,1187,1223,1259,1291,1319,1373,1427,1451,1483,1511,1553,1583,1613,16... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.