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 |
|---|---|---|---|---|
src/_ti_stm32f4_core.asm | tirish/Wave-Generator | 0 | 40784 | @; <NAME>
@; CORE
@; --- characterize target syntax, processor
.syntax unified @; ARM Unified Assembler Language (UAL).
@; Code written using UAL can be assembled
@; for ARM, Thumb-2, or pre-Thumb-2 Thumb
.thumb @; Use thmb instructions only
.bss @; (uninitialized)
@; --- begin co... |
programs/oeis/112/A112658.asm | neoneye/loda | 22 | 40785 | <filename>programs/oeis/112/A112658.asm
; A112658: Dean's Word: Omega 2,1: the trajectory of 0 -> 01, 1 -> 21, 2 -> 03, 3 -> 23.
; 0,1,2,1,0,3,2,1,0,1,2,3,0,3,2,1,0,1,2,1,0,3,2,3,0,1,2,3,0,3,2,1,0,1,2,1,0,3,2,1,0,1,2,3,0,3,2,3,0,1,2,1,0,3,2,3,0,1,2,3,0,3,2,1,0,1,2,1,0,3,2,1,0,1,2,3,0,3,2,1,0,1,2,1,0,3,2,3,0,1,2,3,0,3,2... |
oeis/142/A142897.asm | neoneye/loda-programs | 11 | 40786 | <gh_stars>10-100
; A142897: Primes congruent to 16 mod 63.
; Submitted by <NAME>
; 79,331,457,709,1087,1213,2221,2347,2473,2851,3229,3607,3733,4111,4363,4993,5119,5623,5749,6379,6883,7639,8017,8269,8521,8647,9151,9277,9403,9781,9907,10159,10663,10789,11923,12049,12301,12553,13183,13309,13687,14821,14947,15073,15199,154... |
wc.asm | farshben/OS | 0 | 40787 | <gh_stars>0
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <wc>:
char buf[512];
void
wc(int fd, char *name)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 48 sub $0x48,%esp
int i, n;
int l, w, c, inword;
l = w = c =... |
solutions/55 - Data Flowers/size-16_speed-21.asm | michaelgundlach/7billionhumans | 45 | 40788 | <filename>solutions/55 - Data Flowers/size-16_speed-21.asm
-- 7 Billion Humans (2145) --
-- 55: Data Flowers --
-- Author: landfillbaby
-- Size: 16
-- Speed: 21
pickup s
step n
step n
step n
if s == nothing:
step n
if s == nothing:
step n
step n
step n
if s == nothing:
step n
endif
endif
endif
mem1 = ... |
oeis/228/A228443.asm | neoneye/loda-programs | 11 | 40790 | <filename>oeis/228/A228443.asm
; A228443: G.f.: Sum_{k>=0} (2*k + 1) * x^k / (1 + x^(2*k + 1)).
; Submitted by <NAME>
; 1,2,6,6,7,10,14,12,18,18,12,22,31,20,30,30,20,36,38,28,42,42,42,46,43,36,54,60,36,58,62,42,84,66,44,70,74,62,60,78,61,82,108,60,90,84,60,108,98,70,102,102,72,106,110,76,114,132,98,108,111,84,156,126,8... |
lib/target/fp1100/classic/bootstrap.asm | jpoikela/z88dk | 640 | 40791 | ;
; Boot sector bootstrap for FP-1100
;
; After CP/M version
;
;
; 256 byte sectors:
;
; Sector interleave:
;
; 1, 9, 2, a, 3, b, 4, c, 5, d, 6, e, 7, f, 8, 10
SECTION BOOTSTRAP
EXTERN __DATA_END_tail
org 0x9000
jp $9003
ld hl,banner
call print_banner
; Total number of sector to load
ld a, +((__DATA_END_tail ... |
oeis/079/A079284.asm | neoneye/loda-programs | 11 | 40792 | ; A079284: Diagonal sums of triangle A008949.
; Submitted by <NAME>(s2)
; 1,1,3,4,9,13,26,39,73,112,201,313,546,859,1469,2328,3925,6253,10434,16687,27633,44320,72977,117297,192322,309619,506037,815656,1329885,2145541,3491810,5637351,9161929,14799280,24026745,38826025,62983842,101809867,165055853,266865720,432445861,699... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_1176.asm | ljhsiun2/medusa | 9 | 40794 | <gh_stars>1-10
.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_WT_ht+0x19d65, %r15
clflush (%r15)
nop
nop
and $43169, %rsi
vmovups (%r15), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $1, %xmm0, %rax
nop
nop
nop
nop
cmp $... |
WRK-V1.2/TOOLS/crt/src/intel/strlen.asm | intj-t/openvmsft | 2 | 40795 | page ,132
title strlen - return the length of a null-terminated string
;***
;strlen.asm - contains strlen() routine
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;Purpose:
; strlen returns the length of a null-terminated string,
; not including the null byte itse... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1702.asm | ljhsiun2/medusa | 9 | 40796 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xa740, %rsi
lea addresses_WT_ht+0x17340, %rdi
clflush (%rsi)
nop
xor $18080, %r13
mov $75, %rcx
rep movsq
nop
xor %rax, %rax
lea addresses_D_ht+0x12c12, %rsi
lea addresses_norm... |
programs/oeis/337/A337985.asm | karttu/loda | 1 | 40797 | <gh_stars>1-10
; A337985: a(n) is the exponent of the highest power of 2 dividing the n-th Bell number.
; 0,1,0,0,2,0,0,2,0,0,1,0,0,1,0,0,2,0,0,2,0,0,1,0,0,1,0,0,2,0,0,2,0,0,1,0,0,1,0,0,2,0,0,2,0,0,1,0,0,1,0,0,2,0,0,2,0,0,1,0,0,1,0,0,2,0,0,2,0,0,1,0,0,1,0,0,2,0,0,2,0,0,1,0,0,1,0
sub $0,11
cal $0,61462 ; The exact powe... |
non_regression/other_x86_linux_34.o.asm | LRGH/plasmasm | 1 | 40798 | .file "(extract)datetimemodule.c"
.section .text.__x86.get_pc_thunk.bx,"axG",@progbits,__x86.get_pc_thunk.bx,comdat
.hidden __x86.get_pc_thunk.bx
.globl __x86.get_pc_thunk.bx
.type __x86.get_pc_thunk.bx, @function
__x86.get_pc_thunk.bx:
movl (%esp), %ebx
ret
# ----------------------
.text
.lo... |
sem 4 Programs/Microprocessor/mp_me/nasm/overlap.nasm | Sameer411/Second_Year_Lab_Assignment | 5 | 40799 | <filename>sem 4 Programs/Microprocessor/mp_me/nasm/overlap.nasm
global _start
_start:
section .text
%macro disp 2
mov rax,1
mov rdi,1
mov rsi,%1
mov rdx,%2
syscall
%endmacro
%macro read 2
mov rax,0
mov rdi,0
mov rsi,%1
mov rdx,%2
syscall
%endmacro
menu:
disp msg2,len2
read ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_4_1883.asm | ljhsiun2/medusa | 9 | 40800 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_4_1883.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1ad08, %rax
sub $442, %r8
mov (%rax), %cx
sub %rdi, %rdi
lea addresses_A_ht+0x1d378, %rdx... |
tests/assembly/logical operations/0303.asm | danecreekphotography/6502ts | 0 | 40802 | ; 0303 - BIT immediate
.segment "VECTORS"
.word $eaea
.word init
.word $eaea
.data
data:
.byte %11000000
.code
init:
bit data ; Test overflow and negative
bit data ; Test zero
|
src/test/ref/test-comments-global.asm | jbrandwood/kickc | 2 | 40803 | // Tests that global variables with initializer gets their comments
// Commodore 64 PRG executable file
.file [name="test-comments-global.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter=... |
macros/predef.asm | opiter09/ASM-Machina | 1 | 40804 | predef_id: MACRO
ld a, (\1Predef - PredefPointers) / 3
ENDM
predef: MACRO
predef_id \1
call Predef
ENDM
predef_jump: MACRO
predef_id \1
jp Predef
ENDM
tx_pre_id: MACRO
ld a, (\1_id - TextPredefs) / 2 + 1
ENDM
tx_pre: MACRO
tx_pre_id \1
call PrintPredefTextID
ENDM
tx_pre_jump: MACRO
tx_pre_id \1
jp Print... |
programs/oeis/301/A301848.asm | neoneye/loda | 22 | 40805 | <reponame>neoneye/loda
; A301848: Number of states generated by morphism during inflation stage of paper-folding sequence.
; 1,3,1,4,1,3,2,4,1,3,1,4,2,3,2,4,1,3,1,4,1,3,2,4,2,3,1,4,2,3,2,4,1,3,1,4,1,3,2,4,1,3,1,4,2,3,2,4,2,3,1,4,1,3,2,4,2,3,1,4,2,3,2,4,1,3,1,4,1,3,2,4,1,3,1,4,2,3,2,4,1,3,1,4,1,3,2,4,2,3,1,4,2,3,2,4,2,3... |
assignment1/homework.asm | yuhanchengo/assembly | 0 | 40806 | TITLE Example of ASM (asmExample.ASM)
; This program locates the cursor and displays the
; system time. It uses two Win32 API structures.
; Last update: 6/30/2005
INCLUDE Irvine32.inc
; Redefine external symbols for convenience
; Redifinition is necessary for using stdcall in .model directive... |
multimedia/directx/dmusic/dmusic16/uldiv.asm | npocmaka/Windows-Server-2003 | 17 | 40807 | page ,132
title uldiv - unsigned long divide routine
;***
;uldiv.asm - unsigned long divide routine
;
; Copyright (c) 1985-1998 Microsoft Corporation
;
;Purpose:
; defines the unsigned long divide routine
; the following routines are created:
; __aFuldiv (large, medium models)
; __aNuldiv (small, c... |
oeis/290/A290649.asm | neoneye/loda-programs | 11 | 40808 | <reponame>neoneye/loda-programs
; A290649: The largest number z less than or equal to 3n+1 such that binomial(z,n) is odd.
; Submitted by <NAME>
; 1,3,7,7,13,15,15,15,25,27,31,31,31,31,31,31,49,51,55,55,61,63,63,63,63,63,63,63,63,63,63,63,97,99,103,103,109,111,111,111,121,123,127,127,127,127,127,127,127,127,127,127,127... |
util/gut/nl.asm | olifink/smsqe | 0 | 40810 | ; General IO utility: newline V2.00 1988 <NAME>
section gen_util
xdef gu_nl
xref gu_iow
include 'dev8_keys_qdos_io'
include 'dev8_keys_k'
;+++
; This routine sends a newline
;
; a0 c p channel ID
; error returns standard
;---
gu_nl
movem.l... |
oeis/298/A298813.asm | neoneye/loda-programs | 11 | 40812 | <filename>oeis/298/A298813.asm
; A298813: Decimal expansion of the greatest real zero of x^4 - 2*x^2 - x + 1.
; Submitted by <NAME>
; 1,4,9,0,2,1,6,1,2,0,0,9,9,9,5,3,6,4,8,1,1,6,3,8,6,8,4,2,3,7,8,6,2,6,7,4,2,9,0,1,2,4,2,3,0,7,3,2,4,8,9,1,0,2,4,4,1,0,8,4,9,6,3,7,1,5,6,1,1,5,5,0,1,5,1,6,4,0,8,7,8,3,1,1,0,8,1,3,4,1,5,7,8,... |
rom/dos/progs/hello.asm | hisahi/ellipse1100 | 0 | 40814 | ; Ellipse Workstation 1100 (fictitious computer)
; Ellipse DOS sample executable (HELLO.COM)
;
; Copyright (c) 2020 <NAME> (hisahi)
;
; 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 ... |
E.asm | rahatos/8086-Microprocessor-LabCodes | 0 | 40815 | S SEGMENT PARA PUBLIC 'CODE'
ASSUME CS: S
ORG 1000H
START:
;TURN ON CONTROL REGISTER
MOV AL, 80H
OUT 1EH, AL
;LOOP CONTROL VARIABLE
MOV BL, 00H
JMP L0
;new code starts here
LL:
MOV CX, 01FFH
;MOV CX, 03150H
LPL: LOOP LPL
JMP L1
L0:
MOV SI, OFFSET DATA
L1: MOV AL, BYTE PTR CS:[SI]
... |
Transynther/x86/_processed/NONE/_ht_zr_/i9-9900K_12_0xa0.log_21829_1905.asm | ljhsiun2/medusa | 9 | 40817 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x16a80, %rdx
nop
nop
nop
nop
xor $58559, %rbp
movups (%rdx), %xmm1
vpextrq $1, %xmm1, %rax
nop
nop
nop
nop
nop
and %rdi, %rdi
lea addresses_A_ht+0xc200, %r10
nop
and... |
programs/oeis/128/A128177.asm | neoneye/loda | 22 | 40818 | <filename>programs/oeis/128/A128177.asm<gh_stars>10-100
; A128177: A128174 * A004736 as infinite lower triangular matrices.
; 1,2,1,4,2,1,6,4,2,1,9,6,4,2,1,12,9,6,4,2,1,16,12,9,6,4,2,1,20,16,12,9,6,4,2,1,25,20,16,12,9,6,4,2,1,30,25,20,16,12,9,6,4,2,1,36,30,25,20,16,12,9,6,4,2,1,42,36,30,25,20,16,12,9,6,4,2,1
seq $0,25... |
kernel/kernel.asm | coderaiser/nemesis | 26 | 40819 | <reponame>coderaiser/nemesis
org 0x7e00;0x1000
use16
_reboot equ 0
_get_char equ 1
_printf equ 2
_find_file equ 3
_exec equ 4
_find_first equ 5
_color equ 6
_setcursor equ 7
_gets equ ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1148.asm | ljhsiun2/medusa | 9 | 40820 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x155e7, %r12
nop
xor $48232, %r10
movups (%r12), %xmm1
vpextrq $1, %xmm1, %rdi
nop
nop
nop
nop
and $25142, %r9
lea addresses_WC_ht+0x19efb, %rsi
lea addresses_WT_ht+0x110bb, %rdi
nop
nop... |
programs/oeis/153/A153110.asm | neoneye/loda | 22 | 40821 | <reponame>neoneye/loda<filename>programs/oeis/153/A153110.asm
; A153110: Period 6: repeat [1, 5, 7, 2, 4, 8].
; 1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8,1,5,7,2,4,8
mov $1,$0
mod $0,2
mov $2,$... |
programs/oeis/115/A115716.asm | neoneye/loda | 22 | 40822 | <filename>programs/oeis/115/A115716.asm
; A115716: A divide-and-conquer sequence.
; 1,1,3,1,3,1,11,1,3,1,11,1,3,1,43,1,3,1,11,1,3,1,43,1,3,1,11,1,3,1,171,1,3,1,11,1,3,1,43,1,3,1,11,1,3,1,171,1,3,1,11,1,3,1,43,1,3,1,11,1,3,1,683,1,3,1,11,1,3,1,43,1,3,1,11,1,3,1,171,1,3,1,11,1,3,1,43,1,3,1,11,1,3,1,683,1,3,1,11,1
lpb $0... |
libsrc/_DEVELOPMENT/l/z80/integer/l_incu_de.asm | jpoikela/z88dk | 640 | 40823 | <reponame>jpoikela/z88dk<gh_stars>100-1000
SECTION code_clib
SECTION code_l
PUBLIC l_incu_de
l_incu_de:
; uses : de
; z set on overflow
inc e
ret nz
inc d
ret nz
dec de
ret
|
grep.asm | danilocapkob/xv6plus | 1 | 40824 | <gh_stars>1-10
_grep: file format elf32-i386-freebsd
Disassembly of section .text:
00000000 <grep>:
int match(char*, char*);
void
grep(char *pattern, int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 28 sub $0x28,%esp
int n, ... |
source/command/sound/envelope.asm | mega65dev/rom-assembler | 0 | 40825 | <filename>source/command/sound/envelope.asm
; ********************************************************************************************
; ********************************************************************************************
;
; Name : envelope.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : ... |
ch10/TestDump.asm | William0Friend/my_masm | 0 | 40826 | <reponame>William0Friend/my_masm
; Testing the mDump Macro (TestDump.asm)
; This program demonstrates the mDump macro
INCLUDE Irvine32.inc
INCLUDE Macros.inc
.data
one BYTE "ABCDEFG"
two WORD 10h,20h,30h,40h,50h,60h
three DWORD 20000h,30000h,40000h
.code
main PROC
mDump one, Y ; dis... |
parse/chknul.asm | DigitalMars/optlink | 28 | 40828 | <gh_stars>10-100
TITLE CHKNUL - Copyright (c) SLR Systems 1994
INCLUDE MACROS
INCLUDE IO_STRUC
PUBLIC CHECK_NUL,CHECK_NUL1
.CODE PHASE1_TEXT
ASSUME EAX:PTR NFN_STRUCT
; returns void
CHECK_NUL PROC
;
;SEE IF [EAX] IS NUL DEVICE..., SET FLAG IF SO...
;
CMP [EAX].NFN_PRIMLEN,0
JZ L8$
if 0;fgh_o... |
oeis/089/A089181.asm | neoneye/loda-programs | 11 | 40829 | ; A089181: (1,3) entry of powers of the orthogonal design shown in A090592.
; Submitted by <NAME>
; 1,2,-3,-20,-19,102,337,-40,-2439,-4598,7877,47940,40741,-254098,-793383,191920,5937521,10531602,-20499443,-114720100,-85944099,631152502,1863913697,-690240120,-14427876119,-24024071398,52946990037,274062479860,1774960294... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_650.asm | ljhsiun2/medusa | 9 | 40830 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_650.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x8718, %rsi
lea addresses_normal_ht+0x17d00, %rdi
nop
nop
nop
nop
nop
xor %r10, %r10
... |
src/z80/hello.asm | symat/atmega-z80 | 0 | 40831 | <filename>src/z80/hello.asm<gh_stars>0
;
; Prints 'Hello World!' to the console
;
ORG $0100
P_CON EQU 0
LD C, P_CON ; Console output port
LD HL, MSG ; Message start
LD B, MSG_END - MSG ; Message length
OTIR ... |
Display LCD/lcd.asm | alfreedom/Z80-ASM-Programs | 0 | 40834 | ; Begin
LD IX,0FF00H
LD SP,0FEF9H
; 1: Dim porta As Short
; The address of 'porta' is IX-1 (FEFFH)
; 2: Dim portb As Short
; The address of 'portb' is IX-2 (FEFEH)
; 3: Dim a As Short
; The address of 'a' is IX-3 (FEFDH)
; 4:
; 5: Const portaadr = 0x00
; The value of 'portaadr' is 0... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1386.asm | ljhsiun2/medusa | 9 | 40835 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x13d0d, %r13
nop
nop
nop
dec %r8
mov $0x6162636465666768, %rdi
movq %rdi, %xmm3
vmovups %ymm3, (%r13)
nop
nop
nop
lfence
lea addresses_WC_ht+0x1150d, %rsi
lea addresse... |
mac/asm1.asm | colin3dmax/learn_assembly_on_mac | 0 | 40836 | SECTION .data
msg:db "Hello",10,0
SECTION .text
extern printf
global _main
_main:
push ebp
mov ebp,esp
push msg
call printf
mov esp,ebp
pop ebp
ret
|
third-party/gmp/gmp-src/mpn/x86_64/bd4/gcd_11.asm | jhh67/chapel | 1,602 | 40837 | <reponame>jhh67/chapel
dnl AMD64 mpn_gcd_11 optimised for AMD BD4, ZN1.
dnl Based on the K7 gcd_1.asm, by <NAME>. Rehacked for AMD64 by Torbjorn
dnl Granlund.
dnl Copyright 2000-2002, 2005, 2009, 2011, 2012, 2017, 2019 Free Software
dnl Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl Th... |
sources/ippcp/asm_ia32/pcpbnusqrw7as.asm | dongbinghua/ipp-crypto | 233 | 40838 | <reponame>dongbinghua/ipp-crypto
;===============================================================================
; Copyright 2014-2021 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the ... |
programs/oeis/101/A101741.asm | karttu/loda | 0 | 40842 | ; A101741: 4th row of A101646.
; 4,7,11,15,18,22,25,29,33,36,40,44,47,51,54,58,62,65,69,72,76,80,83,87,91,94,98,101,105,109,112,116,120,123,127,130,134,138,141,145,148,152,156,159,163,167,170,174,177,181,185,188,192,195,199,203,206,210,214
mov $7,$0
add $0,2
mov $2,$0
mov $5,$0
add $5,$0
lpb $2,1
mov $4,3
lpb $4,1... |
MySource/14-add-sub-mul-div.asm | mdabdullahibnaharun/Assembly-Language | 0 | 40844 |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
; add your code here
mov ax,7 ; ax=7
add ax,4 ; ax=ax+4
mov al,7 ; al=7
mov bl,3 ; al=ax+4
add al,bl ;al = al+bl
sub al,bl ;al = al-bl
;-------(+-)
mo... |
programs/oeis/130/A130674.asm | karttu/loda | 0 | 40845 | ; A130674: a(n) = d(n)!, where d denotes the number of divisors of n.
; 1,2,2,6,2,24,2,24,6,24,2,720,2,24,24,120,2,720,2,720,24,24,2,40320,6,24,24,720,2,40320,2,720,24,24,24,362880,2,24,24,40320,2,40320,2,720,720,24,2,3628800,6,720,24,720,2,40320,24,40320,24,24,2,479001600,2,24,720,5040,24,40320,2,720,24,40320,2,479001... |
test/p1.asm | slcz/hummingbird | 0 | 40846 | <reponame>slcz/hummingbird
#include "hi.asm"
// Test basic instructions, "nop" dumps processor state
lh H(0x5a)
addi L(0x5a)
// a = 5a
nop
st 2f
li (1)
// a = 1
nop
add 2f
// a = 5b
nop
ld 2f
// a = 5a
nop
li (0xa5)
add 2f
addi 1
// carry is set
addic 1
// a = 2
nop
st 3f
li (2)
sub 3f
jc 4f
2:
data_5a: .=.+1
3: .=.+1... |
oeis/239/A239450.asm | neoneye/loda-programs | 11 | 40847 | <reponame>neoneye/loda-programs
; A239450: Numbers m such that T(m)^2 + T(m^2) is a perfect square, where T = A000217.
; Submitted by <NAME>(s2)
; 0,3,47,659,9183,127907,1781519,24813363,345605567,4813664579,67045698543,933826115027,13006519911839,181157452650723,2523197817198287,35143611988125299,489487370016555903,68... |
constants/map_constants.asm | AtmaBuster/pokeoctober | 1 | 40848 | newgroup: MACRO
const_value = const_value + 1
enum_start 1
ENDM
map_const: MACRO
;\1: map id
;\2: width: in blocks
;\3: height: in blocks
GROUP_\1 EQU const_value
enum MAP_\1
\1_WIDTH EQU \2
\1_HEIGHT EQU \3
ENDM
; map group ids
; `newgroup` indexes are for:
; - MapGroupPointers (see data/maps/maps.asm)
; - MapGrou... |
assembly/snapshot_2021-07-01_23-17/release/x64/goatest/Debug/goatest.asm | Sanardi/bored | 0 | 40849 | .Data
wcount DQ 0
hello DB '<NAME>!'
.Code
start:
arg - 11
Invoke GetStdHandle
arg 0, Addr wcount, 27
arg Addr hello, rax
Invoke WriteFile
Xor rax, rax
Ret
|
data/wildPokemon/seafoamislandb1.asm | AmateurPanda92/pokemon-rby-dx | 9 | 40850 | IslandMonsB1:
db $0A
IF DEF(_RED)
db 30,STARYU
db 30,HORSEA
db 32,SHELLDER
db 32,HORSEA
db 28,SLOWPOKE
db 30,SEEL
db 30,SLOWPOKE
db 28,SEEL
db 38,DEWGONG
db 37,SEADRA
ENDC
IF DEF(_BLUE)
db 30,SHELLDER
db 30,KRABBY
db 32,STARYU
db 32,KRABBY
db 28,PSYDUCK
db 30,SEEL
db 30,PSYDUCK
d... |
games/HomeLand/Names/Items.asm | BttrDrgn/GC-Translation | 1 | 40851 | //There are multiple definitions per item because they are in alone.rel, client.rel, and server.rel, and maybe main.dol
//Money
Text($00199D88, "Money") ; fill 2
Text($43ADA8E4, "Money") ; fill 2
Text($43C8DDAC, "Money") ; fill 2
Text($49B086F0, "Money") ; fill 2
Text($43CF180C, " Money:") ; fill 1
Text($43CF1814, " b... |
programs/oeis/212/A212767.asm | neoneye/loda | 22 | 40852 | ; A212767: Number of (w,x,y,z) with all terms in {0,...,n}, w even, x even, and w+x=y+z.
; 1,1,8,10,29,35,72,84,145,165,256,286,413,455,624,680,897,969,1240,1330,1661,1771,2168,2300,2769,2925,3472,3654,4285,4495,5216,5456,6273,6545,7464,7770,8797,9139,10280,10660,11921,12341,13728,14190
add $0,1
mov $2,1
lpb $0
add ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1244.asm | ljhsiun2/medusa | 9 | 40853 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xf562, %r9
nop
nop
xor $59143, %rdx
movb (%r9), %al
nop
nop
add $20003, %rbp
lea addresses_normal_ht+0x7962, %rsi
lea addresses_WC_ht+0x1db82, %rdi
nop
nop
nop
n... |
libsrc/_DEVELOPMENT/alloc/obstack/c/sccz80/obstack_grow.asm | jpoikela/z88dk | 640 | 40856 |
; int obstack_grow(struct obstack *ob, void *data, size_t size)
SECTION code_clib
SECTION code_alloc_obstack
PUBLIC obstack_grow
EXTERN asm_obstack_grow
obstack_grow:
pop af
pop bc
pop de
pop hl
push hl
push de
push bc
push af
jp asm_obstack_grow
; SDCC bridge for Classic
IF __... |
engine/pokemon/learn.asm | genterz/pokecross | 28 | 40858 | LearnMove:
call LoadTileMapToTempTileMap
ld a, [wCurPartyMon]
ld hl, wPartyMonNicknames
call GetNick
ld hl, wStringBuffer1
ld de, wMonOrItemNameBuffer
ld bc, MON_NAME_LENGTH
call CopyBytes
.loop
ld hl, wPartyMon1Moves
ld bc, PARTYMON_STRUCT_LENGTH
ld a, [wCurPartyMon]
call AddNTimes
ld d, h
ld e, l
ld b... |
data/wildPokemon/powerplant.asm | AmateurPanda92/pokemon-rby-dx | 9 | 40859 | <reponame>AmateurPanda92/pokemon-rby-dx
PowerPlantMons:
db $0A
db 21,VOLTORB
db 21,MAGNEMITE
db 20,PIKACHU
db 24,PIKACHU
db 23,MAGNEMITE
db 23,VOLTORB
db 32,MAGNETON
db 35,MAGNETON
IF DEF(_RED)
db 33,ELECTABUZZ
db 36,ELECTABUZZ
ENDC
IF DEF(_BLUE)
db 33,RAICHU
db 36,RAICHU
ENDC
db $00
|
gsc-12925/source/sfasm.asm | SteveDoyle2/nasa-cosmic | 22 | 40860 | PAGE 62,132
;
SFCODE SEGMENT PUBLIC
ASSUME CS:SFCODE
;
; UPDATE/REDUCE(MED RES) LINE FROM DS TO VB
; PASCAL : RDLUPD1(DSSEG,OSETBY,OSETBI,U,V,NPIX)
;
PUBLIC RDLUPD1
RDLUPD1 PROC FAR
PUSH BP
PUSH DS
MOV BP,SP
MOV BX,[BP+8]
MOV DX,[BP+10] ;V
MOV DI,[BP+12] ;U
MOV CX,[BP+14] ;BIT OFFSET = 0,2
MOV SI,[BP+16] ;BY... |
Engine Hacks/Skill System/Teq Skills/FE8-Capture/FE8-Capture/Stat_Getters/Def_Getter.asm | sme23/MekkahRestrictedHackComp1 | 0 | 40861 | .thumb
.org 0x0
@new def getter; bxed to from 19250
push {r4-r5,r14}
mov r4,r0
ldr r1,Get_Equipped_Weapon
mov r14,r1
.short 0xF800
ldr r1,Get_Weapon_Def_Bonus
mov r14,r1
.short 0xF800
mov r5,r0
ldrb r0,[r4,#0x17]
add r5,r0
ldr r0,Is_Capture_Set
mov r14,r0
mov r0,r4
.short 0xF800
cmp r0,#0x0
beq GoBack
lsr ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_3_740.asm | ljhsiun2/medusa | 9 | 40863 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_3_740.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x9e91, %r14
nop
nop
nop
nop
sub %rcx, %rcx
movb $0x61, (%r14)
nop
nop
inc %rcx
lea addresses... |
sbsext/ext/english_net.asm | olifink/smsqe | 0 | 40864 | * Toolkit II Net Constants (English) 1985 T.Tebby QJUMP
*
section defs
xdef ms_ntabt
*
ms_ntabt dc.w ntabt_ms-*
*
ntabt_ms dc.w 12
dc.b 'Net aborted',$a
*
end
|
libsrc/_DEVELOPMENT/math/float/math16/c/asm/log2f16.asm | ahjelm/z88dk | 640 | 40866 | <reponame>ahjelm/z88dk<filename>libsrc/_DEVELOPMENT/math/float/math16/c/asm/log2f16.asm
;* * * * * Small-C/Plus z88dk * * * * *
; Version: 16894-223f580fd-20200818
;
; Reconstructed for z80 Module Assembler
;
; Module compile time: Sat Aug 21 15:22:05 2021
C_LINE 0,"log2f16.c"
MODULE log2f16_c
INCLUDE "z80_cr... |
programs/oeis/274/A274269.asm | neoneye/loda | 22 | 40867 | <gh_stars>10-100
; A274269: a(n) = (5*n - 1)^(n-1).
; 1,9,196,6859,331776,20511149,1544804416,137231006679,14048223625216,1628413597910449,210832519264920576,30155888444737842659,4722366482869645213696,803596764671634487466709,147653612273582215982104576,29134419507545592909032289199
mov $1,5
mul $1,$0
add $1,4
pow $1... |
oeis/026/A026603.asm | neoneye/loda-programs | 11 | 40869 | ; A026603: Numbers k such that A026600(k) = 3.
; Submitted by <NAME>(w1)
; 3,5,7,11,13,18,19,24,26,29,31,36,37,42,44,48,50,52,55,60,62,66,68,70,74,76,81,83,85,90,91,96,98,102,104,106,109,114,116,120,122,124,128,130,135,138,140,142,146,148,153,154,159,161
mov $2,$0
mov $3,34
lpb $0
add $3,$0
div $0,3
lpe
mul $3,5
l... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_841.asm | ljhsiun2/medusa | 9 | 40870 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_841.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x153c5, %rsi
nop
cmp %rdx, %rdx
movb (%rsi), %cl
xor %r8, %r8
lea addresses_A... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1805.asm | ljhsiun2/medusa | 9 | 40871 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x226f, %rsi
lea addresses_WC_ht+0x136fb, %rdi
nop
nop
nop
nop
nop
inc %rax
mov $82, %rcx
rep movsq
nop
nop
and $12560, %rdx
lea addresses_normal_ht+0x42ef, %rbp... |
lib/avx512/gcm_avx512.asm | dalekzhangdong/intel-ipsec-mb | 1 | 40872 | <reponame>dalekzhangdong/intel-ipsec-mb<filename>lib/avx512/gcm_avx512.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2018-2020, Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted prov... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_466.asm | ljhsiun2/medusa | 9 | 40873 | <filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_466.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x7c21, %rsi
nop
nop
nop
and %rbp, %rbp
mov (%rsi), %rdi
nop
nop
cmp %r14, %r14
le... |
32-speed.asm | yuwanzeon/human-resource-machine-solutions | 1 | 40874 | <reponame>yuwanzeon/human-resource-machine-solutions
-- HUMAN RESOURCE MACHINE PROGRAM --
a:
COPYFROM 14
COPYTO 15
COPYTO 19
INBOX
COPYTO 16
b:
c:
COPYFROM [19]
JUMPZ e
SUB 16
JUMPZ d
BUMPUP 19
JUMP c
d:
BUMPUP 15
BUMPUP 19
JUMP ... |
target/cos_117/disasm/iop_overlay1/XTAPED.asm | jrrk2/cray-sim | 49 | 40875 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ Input:
@@ OR[280]: pointer to device desc. structure. layout:
@@ 0, 1: string of the device name (MT0)
@@ 2: device address (022)
@@ 3: device driver offset number
@@ 9: ??? address pas... |
lib/target/fp1100/classic/fp1100_crt0.asm | dikdom/z88dk | 1 | 40876 | <gh_stars>1-10
; Casio FP-1100
MODULE fp1100_crt0
;--------
; Include zcc_opt.def to find out some info
;--------
defc crt0 = 1
INCLUDE "zcc_opt.def"
;--------
; Some scope definitions
;--------
EXTERN _main ; main() is always external to crt0 code
... |
programs/oeis/111/A111063.asm | neoneye/loda | 22 | 40877 | <reponame>neoneye/loda<gh_stars>10-100
; A111063: a(0) = 1; a(n) = (n-1)*a(n-1) + n.
; 1,1,3,9,31,129,651,3913,27399,219201,1972819,19728201,217010223,2604122689,33853594971,473950329609,7109254944151,113748079106433,1933717344809379,34806912206568841,661331331924807999,13226626638496160001,277759159408419360043,611070... |
arm/shifts.asm | jsmolka/gba-suite | 31 | 40878 | <filename>arm/shifts.asm
shifts:
; Tests for shift operations
t150:
; Logical shift left
mov r0, 1
lsl r0, 6
cmp r0, 64
bne f150
b t151
f150:
m_exit 150
t151:
; Logical shift left carry
mov r0, 1
lsls ... |
sources/ippcp/asm_intel64_gas_converted/linux/nonpic/l9/singlecpu/pcpbnumulschoolsrvl9pp.asm | idesai/ipp-crypto | 1 | 40879 | ###############################################################################
# Copyright 2018 Intel Corporation
# All Rights Reserved.
#
# If this software was obtained under the Intel Simplified Software License,
# the following terms apply:
#
# The source code, information and material ("Material") containe... |
day27/harib24e/api/api016.asm | itiB/hariboteOS_30days | 1 | 40882 | <filename>day27/harib24e/api/api016.asm
[CPU 486]
[BITS 32]
GLOBAL api_inittimer
api_inittimer: ; void api_inittimer(int timer, int data);
PUSH EBX
MOV EDX, 17
MOV EBX, [ESP + 8] ; timer
MOV EAX, [ESP + 12] ; data
INT 0x40
POP EBX
RET |
libsrc/math/z88math/c/sccz80/deq.asm | rjcorrig/z88dk | 0 | 40883 | <reponame>rjcorrig/z88dk
;
; Z88dk Z88 Maths Library
;
;
; $Id: deq.asm,v 1.4 2016-06-22 19:55:06 dom Exp $
SECTION code_fp
PUBLIC deq
EXTERN fsetup
EXTERN stkequcmp
INCLUDE "target/z88/def/fpp.def"
; TOS != FA?
.deq
call fsetup
fpp(FP_EQ)
jp stkequcmp
|
Testcases/loop2.asm | 5ayam5/COL216-A3 | 0 | 40884 | main:
addi $t0, $0, 10
add $t1, $0, $0
addi $s1, $zero, 320
loop:
sw $s0, 12($s1)
addi $s0, $s0, 100
addi $t1, $t1, 1
bne $t0, $t1, loop
exit: |
oeis/147/A147537.asm | neoneye/loda-programs | 11 | 40885 | <filename>oeis/147/A147537.asm<gh_stars>10-100
; A147537: Numbers whose binary representation is the concatenation of 2n-1 digits 1 and n digits 0.
; Submitted by <NAME>(s1)
; 2,28,248,2032,16352,131008,1048448,8388352,67108352,536869888,4294965248,34359734272,274877898752,2199023239168,17592186011648,140737488289792,1... |
programs/oeis/204/A204693.asm | neoneye/loda | 22 | 40886 | <reponame>neoneye/loda
; A204693: a(n) = n^n (mod 7).
; 1,1,4,6,4,3,1,0,1,1,4,2,1,6,0,1,2,5,1,5,1,0,1,4,1,4,4,6,0,1,1,3,2,6,1,0,1,2,2,1,2,6,0,1,4,6,4,3,1,0,1,1,4,2,1,6,0,1,2,5,1,5,1,0,1,4,1,4,4,6,0,1,1,3,2,6,1,0,1,2,2,1,2,6,0,1,4
mov $1,1
mov $2,$0
lpb $0
sub $0,1
mul $1,$2
mod $1,7
lpe
mov $0,$1
|
Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xca.log_21829_777.asm | ljhsiun2/medusa | 9 | 40887 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xf6e1, %rsi
lea addresses_normal_ht+0x2051, %rdi
nop
nop
nop
nop
add $3812, %r15
mov $44, %rcx
rep movsq
nop
nop
nop
nop
xor $14922, %r15
lea addresses_WC_ht+0x... |
programs/oeis/272/A272666.asm | neoneye/loda | 22 | 40888 | <reponame>neoneye/loda
; A272666: a(n) = A011371(n) + 5*n.
; 0,5,11,16,23,28,34,39,47,52,58,63,70,75,81,86,95,100,106,111,118,123,129,134,142,147,153,158,165,170,176,181,191,196,202,207,214,219,225,230,238,243,249,254,261,266,272,277,286,291,297,302,309,314,320,325,333,338,344,349,356,361,367,372
mov $1,$0
mul $0,4
lp... |
src/test/ref/screen-show-spiral.asm | jbrandwood/kickc | 2 | 40889 | <reponame>jbrandwood/kickc
// Fill screen using a spiral based on distance-to-center / angle-to-center
// Commodore 64 PRG executable file
.file [name="screen-show-spiral.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$8... |
libsrc/rect/r_IsPtInIval8.asm | jpoikela/z88dk | 640 | 40890 | <reponame>jpoikela/z88dk
; Rectangle, Intervals and Points
; 05.2006 aralbrec
SECTION code_clib
PUBLIC r_IsPtInIval8
PUBLIC _r_IsPtInIval8
EXTERN RIsPtInIval8
; int r_IsPtInIval8(uchar x, struct r_Ival8 *i)
.r_IsPtInIval8
._r_IsPtInIval8
ld hl,4
add hl,sp
ld a,(hl)
dec hl
ld d,(hl)
dec hl
ld e... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1240.asm | ljhsiun2/medusa | 9 | 40891 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x149de, %rdx
nop
sub %r14, %r14
mov $0x6162636465666768, %rbx
movq %rbx, %xmm2
and $0xffffffffffffffc0, %rdx
vmovntdq %ymm2, (%rdx)
nop
nop
nop
and %r14, %r14
lea addresses_WT... |
mem/mem_zero_detect_sse.asm | hzhuang1/isa-l | 344 | 40892 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2018 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; * Redistributions of so... |
crypto/aes/aesni-sha256-x86_64.asm | gajgeospatial/openssl-3.0.2 | 1,666 | 40893 | default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
section .text code align=64
EXTERN OPENSSL_ia32cap_P
global aesni_cbc_sha256_enc
ALIGN 16
aesni_cbc_sha256_enc:
lea r11,[OPENSSL_ia32cap_P]
mov eax,1
cmp rcx,0
je NEAR $L$probe
mov eax,DWORD[r11]
mov r10,QWORD[4+r11]
bt r10,61
jc NEAR aesni_cbc_sha... |
intel-avx2/matrix-vector/asm/matvec_clang.asm | yanyh15/vectorization-examples | 0 | 40894 | <filename>intel-avx2/matrix-vector/asm/matvec_clang.asm
.text
.intel_syntax noprefix
.file "matvec.c"
.section .rodata.cst8,"aM",@progbits,8
.p2align 3 # -- Begin function read_timer
.LCPI0_0:
.quad 4652007308841189376 # double 1000
.text
.globl read_timer
.p2align 4, 0x90
.type read_timer,@... |
libtool/src/gmp-6.1.2/mpn/x86_64/fastsse/copyd.asm | kroggen/aergo | 278 | 40895 | dnl AMD64 mpn_copyd optimised for CPUs with fast SSE.
dnl Copyright 2003, 2005, 2007, 2011, 2012, 2015 Free Software Foundation,
dnl Inc.
dnl Contributed to the GNU project by <NAME>.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify... |
libsrc/_DEVELOPMENT/target/rc2014/driver/terminal/rc_01_input_sioa/rc_01_input_sioa_stdio_msg_flsh.asm | jpoikela/z88dk | 640 | 40897 | <reponame>jpoikela/z88dk<gh_stars>100-1000
SECTION code_driver
SECTION code_driver_terminal_input
PUBLIC rc_01_input_sioa_stdio_msg_flsh
EXTERN _sioa_flush_Rx_di
EXTERN console_01_input_stdio_msg_flsh
rc_01_input_sioa_stdio_msg_flsh:
; get rid of any pending chars in the sioa buffer
call _sioa_flush_Rx_d... |
oeis/042/A042858.asm | neoneye/loda-programs | 11 | 40898 | <reponame>neoneye/loda-programs
; A042858: Numerators of continued fraction convergents to sqrt(960).
; Submitted by <NAME>
; 30,31,1890,1921,117150,119071,7261410,7380481,450090270,457470751,27898335330,28355806081,1729246700190,1757602506271,107185397076450,108942999582721,6643765372039710,6752708371622431,4118062676... |
Altair101/asm/programs/pCli.asm | tigerfarm/arduino | 2 | 40900 | <reponame>tigerfarm/arduino
; --------------------------------------
; Command line interface program
;
; ASCII
; http... |
libsrc/_DEVELOPMENT/arch/zx/bifrost2/c/sccz80/BIFROST2_showTilePosH.asm | jpoikela/z88dk | 640 | 40901 | <reponame>jpoikela/z88dk
; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST*2 ENGINE
;
; See "bifrost2.h" for further details
; ----------------------------------------------------------------
; void BIFROST2_showTilePosH(unsigned int lin,unsigned int col)
SEC... |
oeis/066/A066665.asm | neoneye/loda-programs | 11 | 40904 | <gh_stars>10-100
; A066665: a(n) = #{(x,y) | 0<=y<=x<=n and x+y is prime}.
; Submitted by <NAME>
; 1,3,5,7,9,11,14,16,19,23,27,31,35,38,42,47,52,56,61,65,70,76,82,88,94,100,107,114,121,128,136,143,150,158,166,175,185,194,203,213,223,233,243,252,262,272,282,291,301,311,322,334,346
mov $6,$0
lpb $6
sub $6,1
sub $0,$... |
programs/oeis/339/A339332.asm | neoneye/loda | 22 | 40907 | <reponame>neoneye/loda
; A339332: Sums of antidiagonals in A283683.
; 0,1,1,1,2,2,2,2,3,3,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,9,9,10,10,10,11,11,12,12,12,12,13,13,13,14,14,14,15,15,15,15,16,16,16,17,17,18,18,19,19,19,19,20,20,20,21,21,21,22,22,23,23,23,23
lpb $0
mov $2,$0
sub $0,1
seq $2,283683 ; Unique sequen... |
CV06b/Sources/main.asm | JiriS97/BMIC-Projects | 0 | 40908 | ; The MIT License (MIT)
;
; Copyright (c) 2018 <NAME> (https://github.com/JiriS97/)
;
; 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 rig... |
oeis/139/A139738.asm | neoneye/loda-programs | 11 | 40909 | <filename>oeis/139/A139738.asm
; A139738: a(n) = 10^n mod 8^n.
; 0,2,36,488,1808,1696,213568,1611392,16113920,60475904,336323584,5510719488,37927325696,104395350016,3242976755712,14837581512704,148375815127040,920808197849088,9208081978490880,56052022765944832,848750603811160064,3875820019684212736,38758200196842127360... |
programs/oeis/184/A184336.asm | jmorken/loda | 1 | 40910 | ; A184336: a(n) = n + floor((3*n)^(1/3) - 2/3).
; 1,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,66,67,68,69,70,71
mov $2,2
mov $3,1
mov $4,$0
lpb $0
sub $0,$3
sub $0,3
trn $0,1
add $1,... |
libsrc/_DEVELOPMENT/string/c/sccz80/stpcpy_callee.asm | Frodevan/z88dk | 640 | 40912 |
; char *stpcpy(char * restrict s1, const char * restrict s2)
SECTION code_clib
SECTION code_string
PUBLIC stpcpy_callee
EXTERN asm_stpcpy
stpcpy_callee:
pop bc
pop hl
pop de
push bc
jp asm_stpcpy
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _stpcpy_callee
defc _stpcpy_callee = stpcpy_callee
E... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.