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 |
|---|---|---|---|---|
dda_data.asm | artrag/mz3d2 | 1 | 51650 |
psect ddaconst,RELOC=100h,class=CODE
global cosine_low
cosine_low:
; // 256 x lower 8-bits
db 255,253,248,241,231,219,204,187,167,145,120, 93, 63, 31,253,216
db 176,135, 90, 43,250,199,144, 88, 29,223,160, 93, 24,209,136, 60
db 237,156, 73,243,155, 65,228,133, 35,191, 88,239,132, 22,166, 52
db 191,... |
oeis/206/A206158.asm | neoneye/loda-programs | 11 | 51651 | <reponame>neoneye/loda-programs
; A206158: a(n) = Sum_{k=0..n} binomial(n,k)^(2*k+1).
; Submitted by <NAME>(w2)
; 1,2,10,272,24226,12053252,40086916024,429254371605824,23527609330364490754,10714627376371224032350052,16964729291782419425708732425300,109783535843179466164398767001178968704,6782057095273243388704415924996... |
rm.asm | philiphossu/CS450-xv6 | 0 | 51652 |
_rm: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 57 push %edi
4: 56 push %esi
... |
libsrc/_DEVELOPMENT/adt/wa_priority_queue/c/sdcc_ix/wa_priority_queue_pop_fastcall.asm | jpoikela/z88dk | 640 | 51653 | <reponame>jpoikela/z88dk
; void *wa_priority_queue_pop_fastcall(wa_priority_queue_t *q)
SECTION code_clib
SECTION code_adt_wa_priority_queue
PUBLIC _wa_priority_queue_pop_fastcall
EXTERN asm_wa_priority_queue_pop
_wa_priority_queue_pop_fastcall:
push ix
call asm_wa_priority_queue_pop
pop ix
re... |
programs/oeis/066/A066503.asm | neoneye/loda | 22 | 51654 | ; A066503: a(n) = n - squarefree kernel of n, A007947.
; 0,0,0,2,0,0,0,6,6,0,0,6,0,0,0,14,0,12,0,10,0,0,0,18,20,0,24,14,0,0,0,30,0,0,0,30,0,0,0,30,0,0,0,22,30,0,0,42,42,40,0,26,0,48,0,42,0,0,0,30,0,0,42,62,0,0,0,34,0,0,0,66,0,0,60,38,0,0,0,70,78,0,0,42,0,0,0,66,0,60,0,46,0,0,0,90,0,84,66,90
mov $1,$0
seq $1,7947 ; Lar... |
MemoryLatency/MemoryLatencyFunctions.asm | ChipsandCheese/Microbenchmarks | 8 | 51655 | section .text
bits 64
global preplatencyarr
global latencytest
preplatencyarr:
push r15
push r14
xor r15, r15 ; array index
preplatencyarr_loop:
mov r14, [rcx + r15 * 8]
lea r14, [rcx + r14 * 8]
mov [rcx + r15 * 8], r14
inc r15
cmp rdx, r15
jne preplatencyarr_loop
pop r14
pop r... |
oeis/170/A170741.asm | neoneye/loda-programs | 11 | 51656 | ; A170741: Expansion of g.f.: (1+x)/(1-21*x).
; 1,22,462,9702,203742,4278582,89850222,1886854662,39623947902,832102905942,17474161024782,366957381520422,7706105011928862,161828205250506102,3398392310260628142,71366238515473190982,1498691008824937010622,31472511185323677223062,660922734891797221684302,138793774327277416... |
src/hook_parserDeclarePrototype.asm | szapp/Ninja | 17 | 51657 | <filename>src/hook_parserDeclarePrototype.asm
; Hook prototype parsing in zCParser::DeclarePrototype
%include "inc/macros.inc"
%if GOTHIC_BASE_VERSION == 1
%include "inc/symbols_g1.inc"
%elif GOTHIC_BASE_VERSION == 2
%include "inc/symbols_g2.inc"
%endif
%ifidn __OUTPUT_FORMAT__, bin
org g1g2(0x6F36B2... |
oeis/256/A256306.asm | neoneye/loda-programs | 11 | 51658 | ; A256306: Apply the transformation 0 -> 1 -> 2 -> 3 -> 4 -> 5 -> 0 to the digits of n written in base 6; do not convert back to base 10.
; Submitted by <NAME>
; 1,2,3,4,5,0,21,22,23,24,25,20,31,32,33,34,35,30,41,42,43,44,45,40,51,52,53,54,55,50,1,2,3,4,5,0,211,212,213,214,215,210,221,222,223,224,225,220,231,232,233,23... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21659_1138.asm | ljhsiun2/medusa | 9 | 51659 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x651f, %rsi
lea addresses_WT_ht+0x161ef, %rdi
nop
inc %r8
mov $101, %rcx
rep movsq
nop
nop
xor %rbx, %rbx
lea addresses_UC_ht+0x1199f, %rbp
nop
nop
nop
nop
sub $30699, %r12
mov $0x616263... |
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/mul16.asm | gb-archive/really-old-stuff | 10 | 51660 | <filename>mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/mul16.asm
__MUL16: ; Mutiplies HL with the last value stored into de stack
; Works for both signed and unsigned
PROC
LOCAL __MUL16LOOP
LOCAL __MUL16NOADD
ex de, hl
pop hl ; Return address
ex (sp), hl ; CALLEE caller convent... |
tools/fasm-win/xxx-sander/fasm-sander.asm | microhobby/gramado | 4 | 51661 |
; flat assembler interface for Linux
; Copyright (c) 1999-2018, <NAME>.
; All rights reserved.
format ELF executable 3
entry start
segment readable executable
start:
mov [con_handle],1
mov esi,_logo
call display_string
mov ebx,omgevingsvoorbeeld
mov [command_line],ebx
mov ecx,[esp]
mov ebx,[esp+4+ecx*4+4... |
5-BookVersion.asm | TheRealCatherine/MakingGamesForAtari2600-MADS | 0 | 51663 | <gh_stars>0
;@com.wudsn.ide.asm.hardware=ATARI2600
icl "vcs.asm"
icl "macro.asm"
opt h-f+l+ ;Create plain 4k ROM file
org $f000 ;start code at $f000
.proc Cart
BGColor = $81; ;declare local (to Cart procedure) variable BGColor at memory address $81
Start
Clean_Start ;macro to safely clear memory and ... |
libsrc/video/hd44780/lcd_init.asm | ahjelm/z88dk | 640 | 51664 | <reponame>ahjelm/z88dk
SECTION code_driver
PUBLIC lcd_init
PUBLIC _lcd_init
PUBLIC asm_lcd_init
EXTERN asm_lcd_write_control
EXTERN asm_lcd_write_data
INCLUDE "hd44780.def"
lcd_init:
_lcd_init:
asm_lcd_init:
ld a,0x38 ; 2 Line, 8-bit, 5x7 dots
call asm_lcd_write_control
ld ... |
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_gint7de.asm | meesokim/z88dk | 0 | 51665 | <gh_stars>0
; Z88 Small C+ Run time Library
; l_gint variant to be used sometimes by the peephole optimizer
;
SECTION code_l_sccz80
PUBLIC l_gint7de
l_gint7de:
ld c,(hl)
inc hl
ld b,(hl)
ld h,b
ld l,c
add hl,bc ; *2
add hl,bc ; *3
add h... |
8_kyu/Quarter_of_the_year.asm | UlrichBerntien/Codewars-Katas | 0 | 51666 | section .text
global quarter_of
quarter_of: ; int quarter_of(int month)
mov eax, edi
add eax, 2
xor rdx, rdx
mov ecx, 3
div ecx
ret |
test_util/test_util_op8_data.asm | nealvis/nv_c64_util_test | 0 | 51667 | <reponame>nealvis/nv_c64_util_test
//////////////////////////////////////////////////////////////////////////////
// test_util_op8_data.asm
// Copyright(c) 2021 <NAME>.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// This file contai... |
src/ai.asm | DigiDwrf/neon64v2-easybuild | 36 | 51668 | <gh_stars>10-100
//define LOG_AI_INT()
begin_bss()
align(4)
ai_interrupt_wait:
db 0
align(4)
end_bss()
align(4)
scope AI {
abuf_addrs:
evaluate rep_i(0)
while {rep_i} < num_abufs {
dw (audiobuffer&0x7f'ffff) + {rep_i}*abuf_size
evaluate rep_i({rep_i}+1)
}
Init:
addi sp, 16
sw ra, -8 (sp)
lui t0, AI_BASE
/... |
unit_tests/static-tests/common/memory.oob1.error.asm | undisbeliever/untech-engine | 34 | 51669 | <filename>unit_tests/static-tests/common/memory.oob1.error.asm<gh_stars>10-100
// Allocate block outside the ROM area
define MEMORY_MAP = LOROM
define ROM_SIZE = 1
include "../../../src/common/memory.inc"
createCodeBlock(code, 0x002000, 0x00ffaf) // ERROR
|
src/eatsyscall/eatsyscall.asm | rsouza01/asm_stepbystep | 0 | 51670 | <reponame>rsouza01/asm_stepbystep
; Executable name : EATSYSCALL
; Version : 1.0
; Created date : 15/11/2017
; Last update : 15/11/2017
; Author : <NAME>
; Description : A simple assembly app for Linux, using NASM 2.05,
; demonstrating the use of Linux INT 80H syscalls
; ... |
test/grafik.asm | Admiral-Enigma/C64-playground | 0 | 51671 | <gh_stars>0
processor 6502
org $1000
counter = $fa
lda #$00
sta counter
sta $d021
sta $d020
sei
loop1: lda #$fb
loop2: cmp $d012
bne loop2
inc counter
lda counter
cmp #$20
bne out
lda #... |
sdk-6.5.20/tools/led/example/ex5.asm | copslock/broadcom_cpri | 0 | 51672 | <filename>sdk-6.5.20/tools/led/example/ex5.asm
; $Id: ex5.asm,v 1.2 2011/04/12 09:05:29 sraj Exp $
;
; This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
;
; Copyright 2007-2020 Broadcom Inc. All rights reserved.
;
;
;Here is an example ... |
platforms/m3/pre_v21e/software/TSstack_ondemand_v1.4b_CISv2/TSstack_ondemand_v1.4b_CISv2.asm | lab11/M-ulator | 19 | 51675 |
TSstack_ondemand_v1.4b_CISv2/TSstack_ondemand_v1.4b_CISv2.elf: file format elf32-littlearm
Disassembly of section .text:
00000000 <hang-0xa0>:
0: 00004000 andeq r4, r0, r0
4: 000000a3 andeq r0, r0, r3, lsr #1
...
10: 000000a0 andeq r0, r0, r0, lsr #1
14: 000000a0 andeq r0, r0, r0, lsr #1
18: 00... |
chap18/ex4/mul_blend_avx.asm | JamesType/optimization-manual | 374 | 51676 | <gh_stars>100-1000
;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED W... |
examples/drvtest.asm | Textmode/TMVM | 0 | 51677 | LET terminal, 1
LET drvsector, 16
LET drvblock, 17
LET drvbyte, 18
LET drvio, 19
; zero out the selectors
MOV 0, B
MOV drvsector, A
OUT A, B
MOV drvblock, A
OUT A, B
MOV drvbyte, A
OUT A, B
SWP B, D ; set D to zero
MOV terminal, A
MOV drvio, B
SWP A, C
SWP B, D
LBL loop, null
MOV drvbyte, B
OUT B, ACC
IN C, B
OUT D... |
libsrc/math/cpcmath/cos.asm | andydansby/z88dk-mk2 | 1 | 51678 | <reponame>andydansby/z88dk-mk2
;
; CPC Maths Routines
;
; August 2003 **_|warp6|_** <kbaccam /at/ free.fr>
;
; $Id: cos.asm,v 1.2 2009/06/22 21:44:17 dom Exp $
;
INCLUDE "cpcfirm.def"
INCLUDE "cpcfp.def"
XLIB cos
XDEF cosc
LIB get_para
.cos call get_para
call firmware
.cosc de... |
programs/oeis/075/A075349.asm | neoneye/loda | 22 | 51679 | ; A075349: a(1) = 1; first differences follow the pattern 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5,..., i.e., the next n differences are n.
; 1,2,4,6,9,12,15,19,23,27,31,36,41,46,51,56,62,68,74,80,86,92,99,106,113,120,127,134,141,149,157,165,173,181,189,197,205,214,223,232,241,250,259,268,277,286,296,306,316,326,336,346,356,366,3... |
audio/sfx/battle_2c.asm | adhi-thirumala/EvoYellow | 16 | 51680 | <gh_stars>10-100
SFX_Battle_2C_Ch1:
dutycycle 57
unknownsfx0x20 15, 244, 0, 5
unknownsfx0x20 15, 196, 0, 4
unknownsfx0x20 15, 226, 192, 5
loopchannel 3, SFX_Battle_2C_Ch1
endchannel
SFX_Battle_2C_Ch2:
dutycycle 141
unknownsfx0x20 7, 228, 48, 4
unknownsfx0x20 15, 180, 48, 3
unknownsfx0x20 15, 162, 56, 4
loo... |
libsrc/spectrum/zx_locatenum.asm | dex4er/deb-z88dk | 1 | 51681 | ;
; ZX Spectrum specific routines
; by <NAME>, 28/06/2006
;
; Locate the numeric variable having name pointed by HL
; Internal routine used by zx_getint and zx_setint
;
; Carry flag is set on error
;
;
; $Id: zx_locatenum.asm,v 1.2 2006/07/10 17:37:36 stefano Exp $
;
XLIB zx_locatenum
zx_locatenum:
... |
oeis/054/A054014.asm | neoneye/loda-programs | 11 | 51682 | <filename>oeis/054/A054014.asm
; A054014: Chowla function of n read modulo (the number of divisors of n).
; Submitted by <NAME>(s2)
; 0,0,0,2,0,1,0,2,0,3,0,3,0,1,0,4,0,2,0,3,2,1,0,3,2,3,0,3,0,1,0,0,2,3,0,0,0,1,0,1,0,5,0,3,2,1,0,5,1,0,0,3,0,1,0,7,2,3,0,11,0,1,4,6,2,5,0,3,2,1,0,2,0,3,0,3,2,1,0,5,4,3,0,7,2,1,0,3,0,11,0,3,... |
u7-common/patch-eop-findPartyItem.asm | JohnGlassmyer/UltimaHacks | 68 | 51684 | <filename>u7-common/patch-eop-findPartyItem.asm
; Returns ibo of first found matching item held by any party member, or zero.
[bits 16]
startPatch EXE_LENGTH, eop-findPartyItem
startBlockAt addr_eop_findPartyItem
push bp
mov bp, sp
; bp-based stack frame:
%assign arg_itemFrame 0x08
%assign arg... |
demo/hello-world.asm | rene6502/6502-vga-prop | 0 | 51685 | * = $2d00
VIDEO_START = $0200
VIDEO_END = $2c7f
CTL_SCREEN = $0200
TILEMAP = $0210
PALETTES = $0b70
FRAME = $0c70
CHARSET = $0c80
SCREEN_NONE = %0000
SCREEN_CTRL = %0001
SCREEN_TILE = %0010
SCREEN_CHAR = %0100
BLACK = $00
WHITE = $fc
DARK_GREEN = $10
GREEN = $30
BLUE = $0... |
oeis/101/A101340.asm | neoneye/loda-programs | 11 | 51686 | <reponame>neoneye/loda-programs
; A101340: a(n) = prime(n)^prime(n)+prime(n).
; Submitted by <NAME>
; 6,30,3130,823550,285311670622,302875106592266,827240261886336764194,1978419655660313589123998,20880467999847912034355032910590,2567686153161211134561828214731016126483498,17069174130723235958610643029059314756044734462... |
programs/oeis/141/A141454.asm | neoneye/loda | 22 | 51687 | ; A141454: A Legendre symbol type assignment of the modulo ten primes to the polynomial: Expand[(x-1)*(x+1)*(x-2)*(x+2)*(x-0)]=4 x - 5 x^3 + x^5; c(n) = If[Mod[n, 10] == 1, 1, If[Mod[n, 10] == 9, -1, If[Mod[n, 10] == 3, 2, If[Mod[n, 10] == 7, -2, 0]]]] such that n is a prime[n].
; 0,2,0,-2,1,2,-2,-1,2,-1,1,-2,1,2,-2,2,... |
src/LKS/old/Zorder.asm | Kannagi/LKS | 6 | 51689 | <reponame>Kannagi/LKS<gh_stars>1-10
.MACRO LKS_ZORDER12
ldy #0
lda LKS_OAMZ.y+(2*\1)
.if \1 != 0
cmp LKS_OAMZ.y+0
bpl +
iny
+:
.if \1 > 0
bne +
iny
+:
.endif
.endif
.if \1 != 2
cmp LKS_OAMZ.y+2
bpl +
iny
+:
.if \1 > 2
bne +
iny
+:
.endif
.endif
.if \1 != 4
... |
programs/oeis/064/A064097.asm | jmorken/loda | 1 | 51690 | <filename>programs/oeis/064/A064097.asm
; A064097: A quasi-logarithm defined inductively by a(1) = 0 and a(p) = 1 + a(p-1) if p is prime and a(n*m) = a(n) + a(m) if m,n > 1.
; 0,1,2,2,3,3,4,3,4,4,5,4,5,5,5,4,5,5,6,5,6,6,7,5,6,6,6,6,7,6,7,5,7,6,7,6,7,7,7,6,7,7,8,7,7,8,9,6,8,7,7,7,8,7,8,7,8,8,9,7,8,8,8,6,8,8,9,7,9,8,9,7,... |
tests/struct/field_type_text.asm | fengjixuchui/sjasmplus | 220 | 51691 | STRUCT substr1
sm00 text 5, { "12!" } ; last byte fills remaining size, i.e. `12!!!` (in definition)
ENDS
STRUCT substr2
byte '3'
sub0 substr1 { { "4", "5", "67" } } ; `4567!` - init value does only replace definition values
byte '8'
sub1 text 3, { '?' }... |
working/m12-enemynames.asm | Imavoyc/Mother2Gba-chs | 0 | 51693 | .org 0x8C032CC :: .incbin "m12-enemynames.bin"
.org 0x8B1A2F4 :: dw 0x000E97FC
.org 0x8B1A2F8 :: dw 0x000E9802
.org 0x8B1A2FC :: dw 0x000E9812
.org 0x8B1A300 :: dw 0x000E9825
.org 0x8B1A304 :: dw 0x000E9833
.org 0x8B1A308 :: dw 0x000E9840
.org 0x8B1A30C :: dw 0x000E984E
.org 0x8B1A310 :: dw 0x000E985A
.org 0x8B1A314 :... |
Version 3/SCMonitorV15/SCMV15.asm | Gonzo-XIII/Southern-Cross-Computer-z80 | 11 | 51694 | ;--------------------------------------------
; S O U T H E R N C R O S S M O N I T O R
;--------------------------------------------
;
; WRITTEN BY <NAME>
; MELBOURNE, AUSTRALIA.
;
;
; VERSION : 1.2 01/93. V1.21 7/93
;
; Version 1.3 02/2003 ADDED SOFTWARE SCANNED KEYBOARD (UNRELEASED)
; Version 1.4 03/2021 M... |
p5/p5(3).asm | Anan1225/assembly-language | 0 | 51695 | <reponame>Anan1225/assembly-language
ASSUME CS:CODES,DS:DATAS,SS:STACKS
CODES SEGMENT
START:
MOV AX,STACKS
MOV SS,AX
MOV SP,16
MOV AX,DATAS
MOV DS,AX
push ds:[0]
push ds:[2]
pop ds:[2]
pop ds:[0]
MOV AH,4CH
INT 21H
CODES ENDS
END
... |
hw_6/homework.asm | yuhanchengo/assembly | 0 | 51696 | <gh_stars>0
TITLE ASM_practice_003 (p03.asm)
INCLUDE Irvine32.inc
main EQU start@0
.data
myID DWORD 102401053d; Student ID of Leader in decimal
size_ID = 9; size_ID is length of myID
space byte 7 DUP(0)
myID_result byte "102401053", 0; Student ID of leader in string
.code
convert MACRO myID,... |
divison_remainder.asm | shaswata56/MIPS-32-Assembly | 3 | 51697 | <reponame>shaswata56/MIPS-32-Assembly
.data
input1: .asciiz "Input first number: "
input2: .asciiz "Input second number: "
output: .asciiz "The quotient is: "
remainder: .asciiz "\nThe remainder is: "
point: .asciiz "."
.text
main:
li $v0, 4
la $a0, input1
syscall
li $v0, 5
syscall
move $t1, $v0
li $v0... |
oeis/294/A294286.asm | neoneye/loda-programs | 11 | 51698 | ; A294286: Sum of the squares of the parts in the partitions of n into two distinct parts.
; 0,0,5,10,30,46,91,124,204,260,385,470,650,770,1015,1176,1496,1704,2109,2370,2870,3190,3795,4180,4900,5356,6201,6734,7714,8330,9455,10160,11440,12240,13685,14586,16206,17214,19019,20140,22140,23380,25585,26950,29370,30866,33511,... |
pkgs/apps/x264/src/common/x86/mc-a.asm | manggoguy/parsec-modified | 64 | 51699 | <filename>pkgs/apps/x264/src/common/x86/mc-a.asm
;*****************************************************************************
;* mc-a.asm: h264 encoder library
;*****************************************************************************
;* Copyright (C) 2003-2008 x264 project
;*
;* Authors: <NAME> <<EMAIL>>
;* ... |
src/test/ref/fillscreen-2.asm | jbrandwood/kickc | 2 | 51700 | <filename>src/test/ref/fillscreen-2.asm
// Fill screen using an word-based index
// Commodore 64 PRG executable file
.file [name="fillscreen-2.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startA... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_942.asm | ljhsiun2/medusa | 9 | 51701 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1b4ca, %rsi
lea addresses_normal_ht+0x2ac, %rdi
nop
nop
and %r8, %r8
mov $32, %rcx
rep movsq
nop
dec %rsi
lea addresses_WT_ht+0x1d242, %r10
nop
nop
xor $3712, %r13
movw $... |
oeis/285/A285702.asm | neoneye/loda-programs | 11 | 51702 | ; A285702: a(n) = A000010(A064216(n)).
; Submitted by <NAME>
; 1,1,2,4,2,6,10,2,12,16,4,18,6,4,22,28,6,8,30,10,36,40,4,42,20,12,46,12,16,52,58,8,20,60,18,66,70,6,24,72,8,78,24,22,82,40,28,32,88,12,96,100,8,102,106,30,108,36,20,48,42,36,18,112,40,126,64,8,130,136,42,60,44,20,138,148,24,56,150,46,72,156,12,162,110,32,166... |
kernel/bss.asm | TheMachine02/Sorcery | 14 | 51705 | include 'header/include/ez80.inc'
define BOOT_DIRTY_MEMORY0 $D0009B ; 1 byte
define BOOT_DIRTY_MEMORY1 $D000AC ; 1 byte on interrupt
define BOOT_DIRTY_MEMORY2 $D000FF ; 3 bytes
define BOOT_DIRTY_MEMORY3 $D00108 ; 9 bytes
define KERNEL_HW_POISON $C7
define KERNEL_MM_RESERVED_MASK 00101000b
define KERNEL_MM_P... |
avengers/toolkit/compilers/asem-51/examples/boot51.a51 | Arkh42/hardhack | 1 | 51707 | ; *************************
; * B O O T - 5 1 *
; *************************
;
; A Bootstrap Program for the MCS-51 Microcontroller Family
;
; Version 1.1 by <NAME> 15. 12. 2002
;
;----------------------------------------------------------------------... |
x86/functions.asm | elfsternberg/asmtutorials | 4 | 51708 | ;; This is an includes file. It doesn't have its own compilation
;; capabilities. There is no namespacing in assembly language;
;; try not to use these names in your own code.
;; sys/unistd_32.h
%define SYS_write 4
%define SYS_exit 1
;; unistd.h
%define STDOUT 1
;; A single nul... |
oeis/025/A025932.asm | neoneye/loda-programs | 11 | 51709 | <gh_stars>10-100
; A025932: Expansion of 1/((1-2x)(1-3x)(1-5x)(1-8x)).
; Submitted by <NAME>
; 1,18,213,2114,19173,165354,1384741,11393778,92748645,750039290,6040740069,48528576642,389243479717,3119026937226,24977625311397,199948094540306,1600220345577189,12804941098049562,102455421613293925
mov $1,1
mov $2,$0
mov $3,... |
Library/Mailbox/Message/messageMoniker.asm | steakknife/pcgeos | 504 | 51710 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: Clavin
MODULE: Message
FILE: messageMoniker.asm
AUTHOR: <NAME>, May 12, 1994
ROUTINES:
Name Description
---- -----------
... |
ChaosTheory/ChaosTheory/Binary/music.asm | ConspiracyHu/2012SourcePack | 115 | 51711 | ;----------------------------------------
%macro include_binary 2
global %1
%1 incbin %2
%1end:
global %1_size
%1_size dd %1end - %1
%endmacro
;----------------------------------------
section .data
include_binary _music, "music.mvm"
|
oeis/243/A243451.asm | neoneye/loda-programs | 11 | 51712 | <gh_stars>10-100
; A243451: Primes of the form n^2 + 16.
; Submitted by <NAME>
; 17,41,97,137,241,457,641,857,977,1697,2417,2617,3041,4241,5641,6257,6577,7937,8297,9041,9817,11897,13241,14177,14657,15641,16657,22817,27241,32057,36497,44537,47977,48857,52457,53377,60041,62017,70241,75641,78977,83537,84697,87041,89417,90... |
oeis/191/A191821.asm | neoneye/loda-programs | 11 | 51713 | ; A191821: a(n) = n*(2^n - n + 1) + 2^(n-1)*(n^2 - 3*n + 2).
; Submitted by <NAME>(s1)
; 2,6,26,100,332,994,2774,7368,18872,47014,114578,274300,647012,1507146,3473198,7929616,17956592,40369870,90177194,200277636,442498652,973078066,2130705926,4647288280,10099883432,21877489014,47244639554,101737037068,218506460372,4681... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1244.asm | ljhsiun2/medusa | 9 | 51717 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x18f64, %rbx
clflush (%rbx)
nop
nop
add %rdi, %rdi
movw $0x6162, (%rbx)
nop
and $40942, %r10
lea addresses_A_ht+0x46ec, %r13
xor %r14, %r14
movl $0x61626364, (%r13)... |
oeis/028/A028737.asm | neoneye/loda-programs | 11 | 51718 | <filename>oeis/028/A028737.asm<gh_stars>10-100
; A028737: Nonsquares mod 24.
; 2,3,5,6,7,8,10,11,13,14,15,17,18,19,20,21,22,23
mov $2,$0
lpb $2
add $0,1
mov $2,7
lpe
seq $0,37 ; Numbers that are not squares (or, the nonsquares).
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_16_1678.asm | ljhsiun2/medusa | 9 | 51719 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
// Store
lea addresses_WT+0x11d1d, %r10
nop
nop
nop
xor %rcx, %rcx
mov $0x5152535455565758, %r12
movq %r12, %xmm4
movups %xmm4, (%r10)
nop
nop
nop
no... |
firmware/volumes/volumes.asm | QuorumComp/hc800 | 2 | 51720 | INCLUDE "lowlevel/hc800.i"
INCLUDE "lowlevel/math.i"
INCLUDE "lowlevel/rc800.i"
INCLUDE "lowlevel/stack.i"
INCLUDE "stdlib/stream.i"
INCLUDE "stdlib/string.i"
INCLUDE "stdlib/syscall.i"
SECTION "Volumes",CODE
Entry::
MSetColor 1
MPrintString <"Volume Mount point Device \n">
MSetColor 0
... |
programs/oeis/141/A141986.asm | neoneye/loda | 22 | 51722 | ; A141986: Primes congruent to 10 mod 29.
; 97,271,503,619,677,967,1373,1489,1663,1721,2011,2069,2243,2417,2591,2707,2939,3229,3461,4099,4157,4273,4447,4621,4679,4969,5839,5897,6361,6709,6883,7057,7753,7927,8101,8623,8681,8971,9029,9203,9319,9377,9551,10247,10711,11059,11117,11813,11987,12161,12277,12451,12799,12973,13... |
projects/VM/07/MemoryAccess/StaticTest/StaticTest.asm | NanJerry/Nand2Tetris | 0 | 51723 | <reponame>NanJerry/Nand2Tetris
@111
D = A
@SP
M = M + 1
A = M - 1
M = D
@333
D = A
@SP
M = M + 1
A = M - 1
M = D
@888
D = A
@SP
M = M + 1
A = M - 1
M = D
@SP
M = M - 1
A = M
D = M
@StaticTest.8
M = D
@SP
M = M - 1
A = M
D = M
@StaticTest.3
M = D
@SP
M = M - 1
A = M
D = M
@StaticTest.1
M = D
@StaticTest.3
D = M
@SP
M = ... |
Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_740.asm | ljhsiun2/medusa | 9 | 51724 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x15fee, %r13
nop
dec %r11
movb (%r13), %r12b
nop
nop
nop
inc %r15
lea addresses_WC_ht+0x1c642, %rsi
lea addresses_UC_ht+0x1aa02, %rdi
nop
nop
nop
nop
... |
programs/oeis/076/A076895.asm | neoneye/loda | 22 | 51725 | ; A076895: a(1) = 1, a(n) = n - a(ceiling(n/2)).
; 1,1,2,3,3,4,4,5,6,7,7,8,9,10,10,11,11,12,12,13,14,15,15,16,16,17,17,18,19,20,20,21,22,23,23,24,25,26,26,27,27,28,28,29,30,31,31,32,33,34,34,35,36,37,37,38,38,39,39,40,41,42,42,43,43,44,44,45,46,47,47,48,48,49,49,50,51,52,52,53,54,55,55,56,57,58,58,59,59,60,60,61,62,63,... |
libsrc/stdio/mc1000/conio_vars.asm | jpoikela/z88dk | 640 | 51726 | <reponame>jpoikela/z88dk<filename>libsrc/stdio/mc1000/conio_vars.asm
SECTION data_clib
PUBLIC __mc1000_modeval
PUBLIC __mc1000_mode
PUBLIC __ink_colour
PUBLIC __MODE2_attr
__mc1000_mode: defb 0x00 ; 0 = text, 1 = hires, 2 = colour
__mc1000_modeval: defb 0x00 ; lores mode 0x9e ... |
asm/battle.asm | RockmanEXEZone/MMBN45-English-Translation | 6 | 51727 | <reponame>RockmanEXEZone/MMBN45-English-Translation
// Load wider tileset for Atk+/Navi+
.org 0x8015856
// Set filesize to load
mov r2, max( \
filesize(TEMP+"/770080.img.bin"), \
filesize(TEMP+"/7700E0.img.bin") \
)
.org 0x801585C
// Remove empty tile copy to 4th tile
b 0x8015866
// Load correct tileset s... |
pgm_1.asm | mitchGuthrieDev/Assembly-code | 0 | 51728 | # C code:
# f = (g + h) - (i + j);
.data
f: .word 0 # RAM storage location for "f"
g: .word 10
h: .word 20
i: .word 1
j: .word 4
.text
lw $s0, f # load all the data from RAM into registers
lw $s1, g
lw $s2, h
lw $s3, i
lw $s4, j
add $t0, $s1, $s2 # g + h
add $t1, $s3, $s4 # i + j
sub $s0, $t0, $t... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_101.asm | ljhsiun2/medusa | 9 | 51729 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x2835, %rbp
nop
nop
nop
nop
sub %rdx, %rdx
movl $0x61626364, (%rbp)
and %rax, %rax
lea addresses_WT_ht+0x1ae75, %rbp
clflush (%rbp)
nop
nop
nop
nop
n... |
tests/programs/Add1to100.asm | epostIt/Assembler | 68 | 51730 | // Adds numbers from 1 until 100: 1 + 2 + ... + 99 + 100.
@i // variable 'i', refers to some RAM location
M=1
@sum // variable 'sum', refers to some RAM location
M=0
(LOOP)
@i
D=M // D = i
@100
D=D-A // D = i - 100
@END
D;JGT // JUMP to END if i > 100
@i
D=M ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_89.asm | ljhsiun2/medusa | 9 | 51731 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xc975, %rbp
nop
nop
nop
nop
nop
cmp %rdi, %rdi
mov $0x6162636465666768, %rcx
movq %rcx, (%rbp)
nop
nop
nop
add $19834, %r12
lea addresses_D_ht+0xf1f2, %r15
nop
inc %rbp
movups... |
libsrc/interrupts/nmi/nmi_install_isr.asm | Frodevan/z88dk | 640 | 51733 | <filename>libsrc/interrupts/nmi/nmi_install_isr.asm
SECTION code_clib
PUBLIC nmi_install_isr
PUBLIC _nmi_install_isr
EXTERN nmi_vectors
EXTERN CLIB_NMI_VECTOR_COUNT
EXTERN asm_interrupt_add_handler
nmi_install_isr:
_nmi_install_isr:
pop bc
pop de
push de
push bc
ld hl, nmi_vectors
ld b, CLIB... |
cgi-bin/contentf.asm | Konamiman/NestorWeb | 4 | 51735 | <reponame>Konamiman/NestorWeb
;Example of NestorWeb SCGI script that returns a response body from a content file.
;The file for this example is to be located at <base directory>\cgi-bin\contentf\datafile.dat
CR: equ 13
LF: equ 10
STDOUT: equ 1
_WRITE: equ 49h
org 100h
ld b,STDOUT
ld de,HEADE... |
programs/oeis/117/A117908.asm | jmorken/loda | 1 | 51736 | <gh_stars>1-10
; A117908: Chequered (or checkered) triangle for odd prime p=3.
; 1,1,1,0,0,0,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,1
cal $0,75362 ; Triangle rea... |
Library/Trans/Graphics/Bitmap/Tif/Lib/libFormat.asm | steakknife/pcgeos | 504 | 51737 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Impex- Tif Translation Library
FILE: libFormat.asm
AUTHOR: <NAME>, Feb 12, 1992
ROUTINES:
Name Description
---- -----------
REVISION... |
lib/trs80_crt0.asm | grancier/z180 | 0 | 51738 | ; TRS 80 Program boot
;
; <NAME> 2008
;
; $Id: trs80_crt0.asm,v 1.21 2016/07/15 21:03:25 dom Exp $
;
MODULE trs80_crt0
;--------
; Include zcc_opt.def to find out some info
;--------
defc crt0 = 1
INCLUDE "zcc_opt.def"
;--------
; Some scope definitions
;--------
EX... |
data/pokemon/base_stats/jolteon.asm | opiter09/ASM-Machina | 1 | 51739 | db DEX_JOLTEON ; pokedex id
db 65, 65, 60, 130, 110
; hp atk def spd spc
db ELECTRIC, ELECTRIC ; type
db 45 ; catch rate
db 197 ; base exp
INCBIN "gfx/pokemon/front/jolteon.pic", 0, 1 ; sprite dimensions
dw JolteonPicFront, JolteonPicBack
db TACKLE, SAND_ATTACK, QUICK_ATTACK, THUNDERSHOCK ; level ... |
Compiler/Test/Generator/IfFor/004.asm | try1117/PascalCompiler | 0 | 51740 | include c:\masm32\include\masm32rt.inc
.xmm
.const
.code
start:
push ebp
mov ebp, esp
sub esp, 8
push 10
push 1
pop dword ptr [ebp - 4]
dec dword ptr [ebp - 4]
jmp $FOR_COND0@
$FOR_BODY1@:
push dword ptr [ebp - 4]
pop eax
printf("%d\n", eax)
$FOR_COND0@:
inc dword ptr [ebp - 4]
mov eax, dword ptr [esp - 0]
cmp dword pt... |
src/Ninu.Emulator.Tests/Cpu/TestFiles/stack.6502.asm | jorgy343/Ninu | 0 | 51741 | .include "..\..\..\Cpu\TestFiles\std.6502.asm"
* = $0000
.byte $00
; Beginning of tests.
* = $c000
.init
; Basic test of pha and pla.
lda #$37
pha
lda #$00
pla
; Basic test of php and plp.
lda #$00
php
lda #$ff
plp
.done
* = $fff0
rti
* = $fffa
nmiVector .addr $fff0
resetVector... |
test/jzas/sintactic/valid/success42.asm | scoffey/jz80sim | 1 | 51742 | <reponame>scoffey/jz80sim<filename>test/jzas/sintactic/valid/success42.asm
aseg
org 3000h
maximo macro num1,num2,mayor
ld (aux), A
ld A, (num1)
cp (num2)
jp P, num1esmax
ld A, (num2)
num1esmax: ld (mayor), A
ld A, (aux)
jr aux+1
aux: ds 1
endm
start: ld IX, vector
ld B, largo
ciclo: maximo m... |
boot.asm | shadwork/Bootloader-RegDump | 0 | 51743 | <gh_stars>0
; 1 for bootsector and 0 for testing as DOS com file
BOOTSEC = 0
; diskette image size, support 320,360,1200 and 720,1440
BOOTSIZE = 320
if BOOTSEC=0
BOOTSIZE=0
end if
use16
if BOOTSEC
org 07C00h
else
org 100h
end if
jm... |
oeis/021/A021709.asm | neoneye/loda-programs | 11 | 51744 | ; A021709: Decimal expansion of 1/705.
; 0,0,1,4,1,8,4,3,9,7,1,6,3,1,2,0,5,6,7,3,7,5,8,8,6,5,2,4,8,2,2,6,9,5,0,3,5,4,6,0,9,9,2,9,0,7,8,0,1,4,1,8,4,3,9,7,1,6,3,1,2,0,5,6,7,3,7,5,8,8,6,5,2,4,8,2,2,6,9,5,0,3,5,4,6,0,9,9,2,9,0,7,8,0,1,4,1,8,4
add $0,1
mov $2,10
pow $2,$0
mov $0,$2
div $0,705
mod $0,10
|
programs/oeis/102/A102303.asm | neoneye/loda | 22 | 51746 | <reponame>neoneye/loda
; A102303: a(n) = (1/6) * (7^(n+1) - 3*(-1)^n + 2).
; 1,9,57,401,2801,19609,137257,960801,6725601,47079209,329554457,2306881201,16148168401,113037178809,791260251657,5538821761601,38771752331201,271402266318409,1899815864228857,13298711049602001,93090977347214001,651636841430498009
add $0,2
mov ... |
exercises/3 syscallRead.asm | DanerSound/MIPS-from-scratch | 2 | 51747 | <reponame>DanerSound/MIPS-from-scratch<filename>exercises/3 syscallRead.asm
# Some quick read use cases of syscall that
# are use to read diffirents values
# or execute some actions
.data
myLetter: .asciiz "Insert a letter: \n "
myNumber: .asciiz "Insert a number: \n "
myString: .asciiz "write somthing: \n "
spac... |
wallpaper-one/emulator/Assembler/Speed.asm | paulscottrobson/assorted-archives | 0 | 51748 | <filename>wallpaper-one/emulator/Assembler/Speed.asm<gh_stars>0
; ******************************************************************************************************************
;
; Speed Test
;
; ************************************************************************************************************... |
oslab6/obj/user/lsfd.asm | jasha64/OperatingSystems-lab | 0 | 51749 |
obj/user/lsfd.debug: 文件格式 elf32-i386
Disassembly of section .text:
00800020 <_start>:
// starts us running when we are initially loaded into a new environment.
.text
.globl _start
_start:
// See if we were started with arguments on the stack
cmpl $USTACKTOP, %esp
800020: 81 fc 00 e0 bf ee cmp $0xeebf... |
CISP 310/M3 - Elements of Assembly Language/A3_StudentInformation.asm | gb-camera/college-hw | 0 | 51751 | ; CISP 310 - <NAME>
; Assignment 3: Student Information
; 9/27/2020
INCLUDE io.h
.DATA
creditsH DWORD ?
creditsT DWORD ?
prompt1 BYTE "Enter your name.", 0
prompt2 BYTE "Enter the name of your degree program.", 0
prompt3 BYTE "Enter number of credits taken so far.", 0
prompt4 BYTE "Enter tot... |
lib/Runtime/Language/amd64/JavascriptOperatorsA.asm | Taritsyn/ChakraCore | 8,664 | 51752 | ;-------------------------------------------------------------------------------------------------------
; Copyright (C) Microsoft. All rights reserved.
; Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
;-------------------------------------------------------------... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_943.asm | ljhsiun2/medusa | 9 | 51753 | .global s_prepare_buffers
s_prepare_buffers:
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1a613, %rsi
lea addresses_WC_ht+0x14cc9, %rdi
nop
nop
nop
sub %rbx, %rbx
mov $127, %rcx
rep movsb
nop
and $65010, %rsi
lea addresses_normal_ht+0x17ac9, %rbp
and %rbx, %rbx
vmovups (%rbp), %ymm1
vextracti1... |
_incObj/66 Rotating Junction.asm | kodishmediacenter/msu-md-sonic | 9 | 51754 | ; ---------------------------------------------------------------------------
; Object 66 - rotating disc junction that grabs Sonic (SBZ)
; ---------------------------------------------------------------------------
Junction:
moveq #0,d0
move.b obRoutine(a0),d0
move.w Jun_Index(pc,d0.w),d1
jmp Jun_Index(pc,d1.... |
programs/oeis/300/A300293.asm | jmorken/loda | 1 | 51756 | <filename>programs/oeis/300/A300293.asm
; A300293: A sequence based on the period 6 sequence A151899.
; 0,0,1,1,1,2,3,3,4,4,4,5,6,6,7,7,7,8,9,9,10,10,10,11,12,12,13,13,13,14,15,15,16,16,16,17,18,18,19,19,19,20,21,21,22,22,22,23,24,24,25,25,25,26,27,27,28,28,28,29,30,30,31,31,31,32,33,33,34,34,34,35,36,36,37,37,37,38,39... |
data/phone/text/beverly_overworld.asm | Dev727/ancientplatinum | 28 | 51757 | <filename>data/phone/text/beverly_overworld.asm
BeverlyAskNumber1Text:
text "Your MARILL is so"
line "cute and adorable!"
para "You love #MON"
line "just like I do!"
para "Want to trade"
line "phone numbers?"
para "Let's chat! It'll"
line "be so much fun!"
done
BeverlyAskNumber2Text:
text "Your MARILL is ... |
libsrc/_DEVELOPMENT/adt/b_array/z80/asm_b_array_append_n.asm | jpoikela/z88dk | 640 | 51758 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/adt/b_array/z80/asm_b_array_append_n.asm
; ===============================================================
; Mar 2014
; ===============================================================
;
; size_t b_array_append_n(b_array_t *a, size_t n, int c)
;
; Append n copies o... |
programs/oeis/084/A084792.asm | neoneye/loda | 22 | 51759 | <gh_stars>10-100
; A084792: Primes other than prime(prime(n)+n-1).
; 2,5,11,13,19,23,31,37,41,43,53,59,67,71,73,79,89,97,103,107,109,113,131,137,139,149,151,157,167,173,181,191,193,197,199,211,227,229,233,239,251,257,269,271,277,281,293,307,311,313,317,331,347,349,353,359,367,373,383,389,401,409,419,421,431,433,443,449... |
week_7/dataset/Assembly/056576.asm | Dumebi35/DumebiCSC102 | 0 | 51760 | <filename>week_7/dataset/Assembly/056576.asm
;smallest of three numbers
.model small
.stack 100h
.data
msg1 db "Enter 1st number: ","$"
msg2 db "Enter 2nd number: ","$"
msg3 db "Enter 3rd number: ","$"
msg4 db "The smallest number is: $"
small db ?
.code
extrn readint:proc, writeint:proc, crlf:proc
main proc
... |
lib/lib.asm | CaspianA1/RasmLISP | 10 | 51761 | <reponame>CaspianA1/RasmLISP
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.global display_num, display_char, newline
.global plus, minus, multiply, divide, rand32, rand_bounded
.global add1, sub1, id, eq?
.global greater, greater_eq, smaller, smaller_eq
.global bool_not, bool_and, bool_or
.global type_exception, valu... |
Examples/ch15/ClearKbd.asm | satadriver/LiunuxOS_t | 0 | 51762 | <filename>Examples/ch15/ClearKbd.asm
TITLE Testing ClearKeyboard (ClearKbd.asm)
; This program shows how to clear the keyboard
; buffer, while waiting for a particular key.
; To test it, rapidly press random keys to fill
; up the buffer. Then press Esc and note that the
; program ends immediately.
; Last update:... |
oeis/346/A346224.asm | neoneye/loda-programs | 11 | 51766 | ; A346224: a(n) = (n!)^2 * Sum_{k=0..floor(n/2)} 1 / ((n-2*k)! * 4^k * k!).
; Submitted by <NAME>
; 1,1,3,15,114,1170,15570,256410,5103000,119773080,3264445800,101784097800,3591396824400,141958074258000,6236035482877200,302218901402418000,16060366291617648000,930654556409161584000,58524794739862410960000,39765258246847... |
programs/oeis/125/A125962.asm | neoneye/loda | 22 | 51767 | <gh_stars>10-100
; A125962: Numbers whose base-9 representation is 555555555......5.
; 0,5,50,455,4100,36905,332150,2989355,26904200,242137805,2179240250,19613162255,176518460300,1588666142705,14297995284350,128681957559155,1158137618032400,10423238562291605,93809147060624450,844282323545620055,7598540911910580500
mov... |
Examples/ch08/AddTwo.asm | satadriver/LiunuxOS | 0 | 51769 | <filename>Examples/ch08/AddTwo.asm
TITLE Demonstrate the AddTwo Procedure (AddTwo.asm)
; Last update: 8/30/01
INCLUDE Irvine32.inc
.data
sum DWORD ?
.code
main PROC
call MySub
; Restore the stack after the call.
; This is what C/C++ programs do:
call DumpRegs
push 5
push 6
call AddTwo2... |
programs/oeis/194/A194147.asm | neoneye/loda | 22 | 51770 | <gh_stars>10-100
; A194147: Sum{floor(j*(-1+sqrt(6)) : 1<=j<=n}; n-th partial sum of Beatty sequence for -1+sqrt(6).
; 1,3,7,12,19,27,37,48,61,75,90,107,125,145,166,189,213,239,266,294,324,355,388,422,458,495,534,574,616,659,703,749,796,845,895,947,1000,1055,1111,1168,1227,1287,1349,1412,1477,1543,1611,1680,1751,1823
... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_158.asm | ljhsiun2/medusa | 9 | 51771 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
// REPMOV
lea addresses_D+0x9296, %rsi
lea addresses_D+0xb7ce, %rdi
nop
nop
cmp %rdx, %rdx
mov $20, %rcx
rep movsb
nop
nop
nop
nop
and %rsi, %rs... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.