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 |
|---|---|---|---|---|
Multiprocessor-Communication/MC B/Bcomp DemoVersion.asm | xfrings/8051-Experiments | 0 | 45997 | ;ASTER 02/03/2009 2135
;TO BE ASSEMBLED IN KEIL MICROVISION V3.60
;ARTIFICIAL INTELLIGENCE
;MICROCOMPUTER B
;CODE BASE COMPLETED : 03/03/2009 2251
;REV 3 LAST UPDATED 28/04/2009 1410
;-----------------------------------------------------------------------------------------------------------
;SET THE ASSEMBLER FOR AT... |
programs/oeis/167/A167291.asm | karttu/loda | 1 | 45999 | <gh_stars>1-10
; A167291: a(n) = A137505(2n) + A137505(2n+1).
; 2,2,0,0,8,8,-24,-24,104,104,-408,-408,1640,1640,-6552,-6552,26216,26216,-104856,-104856,419432,419432,-1677720,-1677720,6710888,6710888,-26843544,-26843544,107374184,107374184,-429496728,-429496728,1717986920,1717986920,-6871947672,-6871947672,27487790696,... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_371.asm | ljhsiun2/medusa | 9 | 46000 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdx
lea addresses_WT_ht+0xff69, %r8
nop
nop
nop
nop
nop
dec %rcx
mov (%r8), %r14w
nop
xor %r12, %r12
lea addresses_WC_ht+0x1ee49, %rbx
clflush (%rbx)
xor %rdx, %rdx
mov $0x6162636465666768, %r9
movq %r9, %xmm0
a... |
oeis/103/A103675.asm | neoneye/loda-programs | 11 | 46001 | <reponame>neoneye/loda-programs
; A103675: a(n) = 1 if the binary representation of n! contains 7! (bit string "1001110110000"), otherwise a(n) = 0.
; 0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0... |
aesni/src/aes256/decrypt8_1.asm | kazcw/block-ciphers | 0 | 46002 | <reponame>kazcw/block-ciphers
pxor xmm0, xmm8
pxor xmm1, xmm8
pxor xmm2, xmm8
pxor xmm3, xmm8
pxor xmm4, xmm8
pxor xmm5, xmm8
pxor xmm6, xmm8
pxor xmm7, xmm8
aesdec xmm0, xmm9
aesdec xmm1, xmm9
aesdec xmm2, xmm9
aesdec xmm3, xmm9
aesdec xmm4, xmm9
aesdec xmm5, xmm9
aesdec xmm6, xmm9
aesdec xmm7, xmm9
aesdec xmm0, xmm... |
libsrc/_DEVELOPMENT/l/sccz80/crt0_long/l_long_ule.asm | jpoikela/z88dk | 640 | 46003 | ; Z88 Small C+ Run Time Library
; Long functions
;
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_long_ule
EXTERN l_long_ucmp
l_long_ule:
; PRIMARY <= SECONDARY, carry set if true
; HL set to 0 (false) or 1 (true)
; dehl = secondary
; stack = primary, ret
call l_long_ucmp
ret c
... |
eng_mecat_bkp/vhdl_microcont/uC/op_arit_asm/Pr-1.asm | Mutanne/hiworld | 0 | 46004 | ;multiplica
org 0h
mov r0,#100 ;
mov r1,#10 ;
volta:
add A,R0 ;soma acc e R0
jnc volta2 ;caso carry n 1 volta2
inc B ;
volta2:
djnz R1,volta ;
sjmp $ ;
end
|
data/mapObjects/SaffronPidgeyHouse.asm | AmateurPanda92/pokemon-rby-dx | 9 | 46005 | SaffronPidgeyHouse_Object:
db $a ; border block
db 2 ; warps
warp 2, 7, 3, -1
warp 3, 7, 3, -1
db 0 ; signs
db 4 ; objects
object SPRITE_BRUNETTE_GIRL, 2, 3, STAY, RIGHT, 1 ; person
object SPRITE_BIRD, 0, 4, WALK, 1, 2 ; person
object SPRITE_BUG_CATCHER, 4, 1, STAY, DOWN, 3 ; person
object SPRITE_PAPER_SHE... |
IV Semester/Microprocessor_Lab/1B_Parity/1B.asm | ckraju/CSE-Lab-Manual | 2 | 46006 | .MODELSMALL
.DATA
PA EQU 0D800H
PB EQU 0D801H
PC EQU 0D802H
CW EQU 0D803H
.CODE
MOV AX,@DATA
MOV DS,AX
MOV AL,82H ;port B as input, rest(Port A) are outputs
MOV DX,CW
OUT DX,AL
MOV DX,PB ;reading input form LCI
IN AL,DX
ADD AL,00H
JPE evenP ;jump parity equal
MOV AL,00H ;display '00' as odd parity on PA
MOV DX,PA... |
oeis/142/A142072.asm | neoneye/loda-programs | 11 | 46007 | <filename>oeis/142/A142072.asm
; A142072: Primes congruent to 19 mod 34.
; Submitted by <NAME>
; 19,53,223,257,359,461,563,631,733,937,971,1039,1277,1447,1481,1549,1583,1753,1787,1889,2161,2297,2399,2467,2671,2909,3011,3079,3181,3623,3691,3793,3929,4099,4133,4201,4337,4507,4643,4813,5051,5119,5153,5323,5527,5867,6037,6... |
dd/dev/version.asm | olifink/smsqe | 0 | 46008 | ; DEV Version
section version
xdef dev_vmess
xdef dev_vmend
xdef dev_vers
; V2.00 Initial version
; V2.01 DEV_USE name permitted
; V2.02 Format returns not implemented
; V2.03 Allows DV3 to change channel block
; V2.04 Name length check corrected
; V2.05 DEV_USEN ( and DEV_USE with 0 or one params) added
dev_ve... |
Transynther/x86/_processed/US/_st_4k_/i7-7700_9_0x48_notsx.log_5580_46.asm | ljhsiun2/medusa | 9 | 46009 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xd66b, %r10
nop
nop
nop
nop
and $15052, %rdi
movb $0x61, (%r10)
nop
cmp %rdx, %rdx
lea addresses_UC_ht+0xd1dd, %rbx
nop
add $53919, %r15
movb $0x61, (%rbx)
nop
nop
nop
nop
ad... |
Appl/FileMgrs2/CommonDesktop/CFolder/cfolderEC.asm | steakknife/pcgeos | 504 | 46010 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: cfolderEC.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descr... |
programs/oeis/024/A024202.asm | karttu/loda | 1 | 46011 | <reponame>karttu/loda
; A024202: a(n) = [ (3rd elementary symmetric function of S(n))/(first elementary symmetric function of S(n)) ], where S(n) = {first n+2 odd positive integers}.
; 1,11,38,96,205,385,662,1068,1635,2401,3410,4706,6339,8365,10840,13826,17391,21603,26536,32270,38885,46467,55108,64900,75941,88335,10218... |
kernel/src/system/virtual8086/VM8086Helper.asm | Remco123/CactusOS | 87 | 46012 | global cpuGetEIP
cpuGetEIP:
pop eax
jmp eax
global cpuGetESP
cpuGetESP:
mov eax, esp
add eax, 4
ret
# VM86 Code
global cpuEnterV86Int
cpuEnterV86Int:
push ebp
mov ebp, esp
push ebx
push esi
push edi
mov eax, [ebp + 8]
mov ebx, [ebp + 12]
mov ecx, [ebp + 16]
mov edx, [ebp + 20]
mov esi, [... |
cards/bn6/ItemCards/137-F003 Chaud's Duty.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 46013 | .include "defaults_item.asm"
table_file_jp equ "exe6-utf8.tbl"
table_file_en equ "bn6-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252354A // BR5J
game_code_2 equ 0x42523545 // BR5E
game_code_3 equ 0x42523550 // BR5P
card_type equ 0
card_id equ 23
card_no equ "023"
card_sub equ "Item Card 023"
card_sub_... |
ref/src/sys_routine.asm | ilya101010/asm_studies | 1 | 46014 | format elf
section '.text' executable
use32
macro SC addr
{
dd addr
}
SYSCALL_NUMBER = 1
sys_routine:
cmp eax, SYSCALL_NUMBER
jg .end
call dword [syscalls+eax*4]
.end:
sysexit
syscalls:
SC SC_print
extrn tty_print
SC_print: ; esi - char* src
pushad
call tty_print
popad
ret |
asm/patches/map_select.asm | fig02/wwrando | 284 | 46016 |
; Enter the debug map select game mode if the player is holding down a certain button combination at any point that Link is loaded.
.open "sys/main.dol"
.org 0x80234BF8 ; In dScnPly_Draw
b check_open_map_select
; Checks if the player is holding down a certain button combination and opens map select if so.
; (Note: ... |
programs/oeis/162/A162260.asm | neoneye/loda | 22 | 46017 | <gh_stars>10-100
; A162260: a(n) = (n^3 + 4*n^2 - n)/2.
; 2,11,30,62,110,177,266,380,522,695,902,1146,1430,1757,2130,2552,3026,3555,4142,4790,5502,6281,7130,8052,9050,10127,11286,12530,13862,15285,16802,18416,20130,21947,23870,25902,28046,30305,32682,35180,37802,40551,43430,46442,49590,52877,56306,59880,63602,67475,715... |
programs/oeis/077/A077025.asm | karttu/loda | 0 | 46018 | <gh_stars>0
; A077025: Sum{Floor(n/(k + 1/2)): k=1,2,...,n}.
; 0,1,3,4,7,9,11,14,17,19,23,25,28,32,36,37,41,46,48,52,56,58,64,66,70,74,78,82,86,90,92,97,103,105,111,114,116,122,128,130,135,139,143,147,153,157,161,165,168,175,179,181,189,193,197,201,205,209,215,221,224
mov $3,$0
add $3,1
mov $12,$0
lpb $3,1
mov $0,$1... |
libsrc/target/smc777/stdio/conio_map_colour.asm | Frodevan/z88dk | 640 | 46021 | ; Platform specific colour transformation
;
; Entry: a = colour
; Exit: a = colour to use on screen
; Used: hl,bc,f
;
MODULE code_clib
PUBLIC conio_map_colour
EXTERN __CLIB_CONIO_NATIVE_COLOUR
conio_map_colour:
ld c,__CLIB_CONIO_NATIVE_COLOUR
rr c
ret c
and 15
ld c,a
ld... |
lab01/xv6-master/priority_test.asm | ahchu1993/opsys | 0 | 46022 |
_priority_test: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "fcntl.h"
#include "syscall.h"
#include "traps.h"
#include "memlayout.h"
int main(){
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0... |
boot_image/kernel/startup/startup.asm | Matt8898/lai_tools | 0 | 46023 | <reponame>Matt8898/lai_tools
; This file contains the code that is gonna be linked at the beginning of
; the kernel binary.
; It should contain core CPU initialisation routines such as entering
; long mode, then it should call 'kernel_init'.
extern kernel_init
global startup
global kernel_pagemap
global load_tss
%def... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_1420.asm | ljhsiun2/medusa | 9 | 46026 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rax
push %rdx
push %rsi
lea addresses_WT_ht+0x140f2, %r11
nop
nop
nop
nop
nop
cmp %rsi, %rsi
movups (%r11), %xmm3
vpextrq $1, %xmm3, %rax
nop
nop
nop
cmp $20188, %rax
lea addresses_WT_ht+0x1a63a, %r8
nop
and %r11, %r11
movb (%r8), %al
nop
n... |
programs/oeis/029/A029067.asm | neoneye/loda | 22 | 46027 | <filename>programs/oeis/029/A029067.asm
; A029067: Expansion of 1/((1-x)*(1-x^4)*(1-x^5)*(1-x^10)).
; 1,1,1,1,2,3,3,3,4,5,7,7,8,9,11,13,14,15,17,19,23,24,26,28,32,36,38,40,44,48,54,56,60,64,70,76,80,84,90,96,105,109,115,121,130,139,145,151,160,169,181,187,196,205,217,229,238,247,259,271,287,296,308
lpb $0
mov $2,$0
... |
02-读写软盘/OSFloppy/boot_helloworld.asm | wdkang123/MyOperatingSystem | 7 | 46028 | org 0x7c00;
entry:
mov ax, 0
mov ss, ax
mov ds, ax
mov es, ax
mov si, msg
putloop:
mov al, [si]
add si, 1
cmp al, 0
je fin
mov ah, 0x0e
mov bx, 15
int 0x10
jmp putloop
fin:
HLT
jmp fin
msg:
DB 0x0a, 0x0a
db "hello, world"
... |
programs/oeis/027/A027625.asm | karttu/loda | 1 | 46029 | ; A027625: Numerator of n*(n+5)/((n+2)*(n+3)).
; 0,1,7,4,6,25,11,14,52,21,25,88,34,39,133,50,56,187,69,76,250,91,99,322,116,125,403,144,154,493,175,186,592,209,221,700,246,259,817,286,300,943,329,344,1078,375,391,1222,424,441,1375,476,494,1537,531,550,1708,589,609,1888,650,671,2077,714,736,2275,781,804,2482,851,875,269... |
programs/oeis/090/A090638.asm | karttu/loda | 1 | 46030 | <reponame>karttu/loda<filename>programs/oeis/090/A090638.asm
; A090638: Duplicate of A073869.
; 0,1,1,2,3,3,4,4,5,6,6,7,8,8,9,9,10,11,11,12,12,13,14,14,15,16,16,17,17
add $0,1
mul $0,48
div $0,26
mul $0,2
mov $1,$0
div $1,6
|
programs/oeis/305/A305063.asm | neoneye/loda | 22 | 46031 | <gh_stars>10-100
; A305063: a(n) = 110*2^n + 118.
; 228,338,558,998,1878,3638,7158,14198,28278,56438,112758,225398,450678,901238,1802358,3604598,7209078,14418038,28835958,57671798,115343478,230686838,461373558,922746998,1845493878,3690987638,7381975158,14763950198,29527900278,59055800438,118111600758,236223201398
mov ... |
nasm assembly/assgnments/question1.asm | AI-Factor-y/NASM-library | 0 | 46033 |
section .data
msg1 : db 'Enter first digit of first number :'
l1 : equ $-msg1
msg2 : db 'Enter second digit of first number :'
l2 : equ $-msg2
msg3 : db 'Enter first digit of second number :'
l3 : equ $-msg3
msg4 : db 'Enter second digit of second number :'
l4 : equ $-msg4
msg5 : db 'Enter first digit of thi... |
programs/oeis/040/A040958.asm | jmorken/loda | 1 | 46034 | <reponame>jmorken/loda<filename>programs/oeis/040/A040958.asm
; A040958: Continued fraction for sqrt(990).
; 31,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2,62,2,6,2
cal $0,40204 ; Contin... |
programs/oeis/132/A132397.asm | neoneye/loda | 22 | 46035 | <gh_stars>10-100
; A132397: Second trisection of A024494.
; 2,10,86,682,5462,43690,349526,2796202,22369622,178956970,1431655766,11453246122,91625968982,733007751850,5864062014806,46912496118442,375299968947542,3002399751580330,24019198012642646,192153584101141162,1537228672809129302,12297829382473034410,983826350597842... |
lib/strcasecmpeq_sse2.asm | aklomp/sse-strings | 18 | 46036 | <reponame>aklomp/sse-strings<filename>lib/strcasecmpeq_sse2.asm
extern _GLOBAL_OFFSET_TABLE_
global aldiff:data 16
global uppera:data 16
global upperz:data 16
global strcasecmpeq_sse2:function
align 16
aldiff: times 16 db 'a' - 'A' ; difference between lower and uppercase
uppera: times 16 db 'A' - 1 ; we test for "gre... |
Asm/Misc.asm | IMULMUL/tracer | 51 | 46037 | <filename>Asm/Misc.asm
title "Miscellaneous Assembly Routine"
;++
;
; Copyright (c) 2017 <NAME> <<EMAIL>>
;
; Module Name:
;
; Misc.asm
;
; Abstract:
;
; This module implements miscellaneous AMD64 assembly routines.
;
;--
include ksamd64.inc
;++
;
; ULONG_PTR
; GetInstructionPointerAddress(
; VOID
; ... |
mkdir.asm | sparsh99/xv6 | 0 | 46038 | <reponame>sparsh99/xv6
_mkdir: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
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 -0... |
P6/data_P6/testpoint/testpoint95.asm | alxzzhou/BUAA_CO_2020 | 1 | 46039 | ori $1, $0, 0
ori $2, $0, 8
ori $3, $0, 14
ori $4, $0, 7
sw $3, 0($0)
sw $3, 4($0)
sw $1, 8($0)
sw $1, 12($0)
sw $2, 16($0)
sw $1, 20($0)
sw $3, 24($0)
sw $3, 28($0)
sw $1, 32($0)
sw $3, 36($0)
sw $3, 40($0)
sw $3, 44($0)
sw $4, 48($0)
sw $3, 52($0)
sw $2, 56($0)
sw $3, 60($0)
sw $1, 64($0)
sw $1, ... |
programs/OLED Display Demo.asm | TheLogicMaster/lm8 | 10 | 46040 | <gh_stars>1-10
; OLED Display Demo --- Demo featuring I2C SSD1306 display at address 0x3C
jmp main
include "libraries/SSD1306.asm"
main:
; Initialize display with address 0x3C
ldr $3C,A
str [ssd1306_addr],A
jsr setup_ssd1306
loop:
; Clear screen
ldr $0,A
str [ssd1306_color],A
jsr ssd130... |
color.asm | bsutherland/c64lib | 1 | 46041 | <reponame>bsutherland/c64lib<gh_stars>1-10
#importonce
.const COLOR_BLACK = $0
.const COLOR_WHITE = $1
.const COLOR_RED = $2
.const COLOR_CYAN = $3
.const COLOR_PURPLE = $4
.const COLOR_GREEN = $5
.const COLOR_BLUE = $6
.const COLOR_YELLOW = $7
.const COLOR_ORANGE = $8
.const COLOR_BROWN = $9
.const COLOR_PINK = $a
.c... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_9003_96.asm | ljhsiun2/medusa | 9 | 46042 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_9003_96.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x15c9f, %rdi
sub $45207, %rsi
movb $0x61, (%rdi)
nop
nop
nop
add $35345, %r11
lea addresses_D_ht+0xd143, %rs... |
programs/oeis/271/A271751.asm | neoneye/loda | 22 | 46043 | ; A271751: Period 10 zigzag sequence; repeat: [0, 1, 2, 3, 4, 5, 4, 3, 2, 1].
; 0,1,2,3,4,5,4,3,2,1,0,1,2,3,4,5,4,3,2,1,0,1,2,3,4,5,4,3,2,1,0,1,2,3,4,5,4,3,2,1,0,1,2,3,4,5,4,3,2,1,0,1,2,3,4,5,4,3,2,1,0,1,2,3,4,5,4,3,2,1,0,1,2,3,4,5,4,3,2,1,0,1,2,3,4,5
lpb $0
mul $0,9
mod $0,10
lpe
|
3rd-party/tbb/src/tbb/intel64-masm/intel64_misc.asm | sdmg15/taskflow | 4,071 | 46045 | ; Copyright (c) 2005-2018 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 License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed ... |
q0502.asm | zhangyuesai/8086-asm-learning-code | 1 | 46046 | <filename>q0502.asm
assume cs:code
code segment
mov ax,0
mov cx,123
s: add ax,236
loop s
mov ax,4c00H
int 21H
code ends
end |
tools-src/gnu/gcc/gcc/config/sh/crtn.asm | enfoTek/tomato.linksys.e2000.nvram-mod | 80 | 46047 | <reponame>enfoTek/tomato.linksys.e2000.nvram-mod
/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
This file was adapted from glibc sources.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
... |
Driver/IFS/GEOS/Common/gfsEntry.asm | steakknife/pcgeos | 504 | 46048 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: gfsEntry.asm
AUTHOR: <NAME>, April 13, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descrip... |
programs/oeis/116/A116995.asm | neoneye/loda | 22 | 46050 | <reponame>neoneye/loda
; A116995: Pentagonal numbers with prime indices.
; 5,12,35,70,176,247,425,532,782,1247,1426,2035,2501,2752,3290,4187,5192,5551,6700,7526,7957,9322,10292,11837,14065,15251,15862,17120,17767,19097,24130,25676,28085,28912,33227,34126,36895,39772,41750,44807
seq $0,6005 ; The odd prime numbers toge... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1620.asm | ljhsiun2/medusa | 9 | 46051 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1a3e1, %rsi
lea addresses_WT_ht+0x151e1, %rdi
nop
nop
nop
inc %rbx
mov $55, %rcx
rep movsb
nop
nop
nop
nop
nop
sub %r11, %r11
lea addresses_WT_ht+0xd6e1, %r15... |
programs/oeis/183/A183865.asm | neoneye/loda | 22 | 46052 | <reponame>neoneye/loda
; A183865: n-1+ceiling(3(n+2)/5); complement of A183864.
; 1,4,8,13,19,27,36,46,57,69,83,98,114,131,149,169,190,212,235,259,285,312,340,369,399,431,464,498,533,569,607,646,686,727,769,813,858,904,951,999,1049,1100,1152,1205,1259,1315,1372,1430,1489,1549,1611,1674,1738,1803,1869,1937,2006,2076,214... |
libsrc/_DEVELOPMENT/input/zx/c/sccz80/in_mouse_kempston_setpos_callee.asm | jpoikela/z88dk | 640 | 46053 | <reponame>jpoikela/z88dk
; void in_mouse_kempston_setpos_callee(uint16_t x, uint16_t y)
SECTION code_clib
SECTION code_input
PUBLIC in_mouse_kempston_setpos_callee
EXTERN asm_in_mouse_kempston_setpos
in_mouse_kempston_setpos_callee:
pop af
pop bc
pop de
push af
jp asm_in_mouse_kempston_setpos
|
scripts/RocketHideoutB3F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 46054 | <reponame>AmateurPanda92/pokemon-rby-dx
RocketHideoutB3F_Script:
call EnableAutoTextBoxDrawing
ld hl, RocketHideout3TrainerHeader0
ld de, RocketHideoutB3F_ScriptPointers
ld a, [wRocketHideoutB3FCurScript]
call ExecuteCurMapScriptInTable
ld [wRocketHideoutB3FCurScript], a
ret
RocketHideoutB3F_ScriptPointers:
dw... |
programs/oeis/115/A115271.asm | neoneye/loda | 22 | 46055 | ; A115271: Partial sums of floor((n+4)/4)^2.
; 1,2,3,4,8,12,16,20,29,38,47,56,72,88,104,120,145,170,195,220,256,292,328,364,413,462,511,560,624,688,752,816,897,978,1059,1140,1240,1340,1440,1540,1661,1782,1903,2024,2168,2312,2456,2600,2769,2938
mov $2,$0
add $2,1
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
sub $0,$2
di... |
os/lib/term.asm | SimonFJ20/jdh-8 | 911 | 46056 | ; OS-BUNDLED TERMINAL FUNCTIONS
; INCLUDED IN OSTEXT.ASM
@define TERM_WIDTH (192 / 8)
@define TERM_HEIGHT (240 / 8)
@define DATA (OSDATA_OFFSET + 0)
@define DATA_SIZE (TERM_WIDTH * TERM_HEIGHT)
@define CURSOR (DATA + DATA_SIZE + 0)
@define CURSOR_X (CURSOR + 0)
@define CURSOR_Y (CURSOR + 1)
; get... |
llvm/test/tools/llvm-ml/line_continuations.asm | mkinsner/llvm | 2,338 | 46057 | ; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s
.code
t1:
mov eax, \
ebx
; CHECK: t1:
; CHECK-NEXT: mov eax, ebx
t2:
mov eax, [ebx + \
1]
; CHECK: t2:
; CHECK-NEXT: mov eax, dword ptr [ebx + 1]
END
|
install/lib/hardware/cmos.asm | minblock/msdos | 0 | 46058 | <filename>install/lib/hardware/cmos.asm
;===========================================================================
COMMENT #
CMOS.ASM
Copyright (c) 1991 - Microsoft Corp.
All rights reserved.
Microsoft Confidential
Functions to read information from CMOS RAM
Converted from Windows 3.0 installation code
END ... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_506.asm | ljhsiun2/medusa | 9 | 46060 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xde99, %rsi
nop
nop
nop
xor $62770, %rdx
movups (%rsi), %xmm0
vpextrq $1, %xmm0, %r8
nop
nop
dec %r14
lea addresses_WC_ht+0x12489, %rbx
and $20953, %... |
oeis/234/A234466.asm | neoneye/loda-programs | 11 | 46061 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A234466: 7*binomial(8*n+7,n)/(8*n+7).
; Submitted by <NAME>(s3)
; 1,7,77,1015,14763,228459,3689595,61474519,1048927880,18236463245,321899509386,5753527081211,103922382296180,1893943017506925,34783258504651434,643111366544129175,11960812088346090200,223614812152492437432... |
oeis/093/A093101.asm | neoneye/loda-programs | 11 | 46062 | <reponame>neoneye/loda-programs
; A093101: Cancellation factor in reducing Sum_{k=0...n} 1/k! to lowest terms.
; 1,1,1,2,1,2,1,20,1,10,1,8,5,2,5,4,1,130,1,4000,1,2,5,52,5,494,1,40,1,10,13,4,25,38,5,16,13,230,13,20,1,46,5,104,475,62,1,20,1,130,31,832,2755,74,5,4,13,50,1,40,23,2,2795,76,34385,2,1,80,1,650,1,2812,5,74,5,1... |
programs/oeis/026/A026430.asm | karttu/loda | 0 | 46063 | <reponame>karttu/loda
; A026430: a(n) is the sum of first n terms of A001285 (Thue-Morse sequence).
; 0,1,3,5,6,8,9,10,12,14,15,16,18,19,21,23,24,26,27,28,30,31,33,35,36,37,39,41,42,44,45,46,48,50,51,52,54,55,57,59,60,61,63,65,66,68,69,70,72,73,75,77,78,80,81,82,84,86,87,88,90,91,93,95,96,98,99,100,102,103,105,107,108,... |
engine/battle/get_trainer_name.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 46064 | <reponame>etdv-thevoid/pokemon-rgb-enhanced
GetTrainerName_:
ld hl, wGrassRate
ld a, [wLinkState]
and a
jr nz, .foundName
ld hl, wRivalName
ld a, [wTrainerClass]
cp RIVAL1
jr z, .foundName
cp RIVAL2
jr z, .foundName
cp RIVAL3
jr z, .foundName
ld [wd0b5], a
ld a, TRAINER_NAME
ld [wNameListType], a
ld a, ... |
assignment_5.asm | ILZM/mips_examples | 0 | 46065 | <reponame>ILZM/mips_examples
.data
CHARBUFFER: .byte 0,0
DELIMITERS: .byte 32,44,0,46, -1
g1: .asciiz "Enter file name: "
g2: .asciiz "Enter a word to search for: "
.text
# prints a char %x to the screen
.macro print_char (%x)
sw $a0, -4($sp)
sw $v0, -8($sp)
add $v0, $0, 11
add $a0, $0, %x
syscall
lw $v0, -8($s... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_47_1498.asm | ljhsiun2/medusa | 9 | 46066 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x5d93, %rsi
lea addresses_D_ht+0x6593, %rdi
nop
nop
nop
nop
add %r13, %r13
mov $118, %rcx
rep movsb
nop
sub %r12, %r12
lea addresses_WC_ht+0xde93, %rsi
lea addresses_D_ht+0x1b... |
programs/oeis/124/A124296.asm | neoneye/loda | 22 | 46067 | <filename>programs/oeis/124/A124296.asm
; A124296: a(n) = 5*F(n)^2 - 5*F(n) + 1, where F(n) = Fibonacci(n).
; 1,1,1,11,31,101,281,781,2101,5611,14851,39161,102961,270281,708761,1857451,4865911,12744061,33372361,87382901,228792301,599019851,1568309051,4105974961,10749725281,28143378001,73680695281,192899171531,505017569... |
source/tools/CacheClient/codecache_stress_app_asm_mic.asm | swanandM/pin | 2 | 46068 | <gh_stars>1-10
PUBLIC getStartNop
PUBLIC getEndNop
PUBLIC getBeforeFunc
PUBLIC getAfterFunc
.code
getStartNop PROC
mov rax, offset before_nop_label
ret
getStartNop ENDP
getEndNop PROC
mov rax, offset after_nop_label
ret
getEndNop ENDP
getBeforeFunc PROC
mov rax, offset before_code_label
ret
getBefor... |
mkdir.asm | kishan1468/memory-management-in-xv6 | 0 | 46069 | <gh_stars>0
_mkdir: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
1000: f3 0f 1e fb endbr32
1004: 8d 4c 24 04 lea 0x4(%esp),%ecx
1008: 83 e4 f0 and $0xfffffff0,%esp... |
sh.asm | sabra007/xv6 | 0 | 46070 | <gh_stars>0
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return 0;
}
int
main(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 10 sub $0x10... |
Transynther/x86/_processed/P/_zr_/i9-9900K_12_0xca_notsx.log_2288_701.asm | ljhsiun2/medusa | 9 | 46071 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x138a7, %rax
nop
nop
and $20196, %r12
mov $0x6162636465666768, %r10
movq %r10, %xmm0
movups %xmm0, (%rax)
nop
nop
nop
nop
sub $23772, %rbp
lea addres... |
test/simple.asm | 8bitgeek/run816 | 0 | 46072 | ;===============================================================================
;
; A Simple W65C816 Program
;-------------------------------------------------------------------------------
; Copyright (C),2016 HandCoded Software Ltd.
; All ri... |
programs/oeis/178/A178734.asm | neoneye/loda | 22 | 46073 | <filename>programs/oeis/178/A178734.asm
; A178734: a(n) = n XOR 8n, where XOR is bitwise XOR.
; Coded manually 2021-03-30 by <NAME>, https://github.com/neoneye
; 0,9,18,27,36,45,54,63,72,65,90,83,108,101,126,119,144,153,130,139,180,189,166,175,216,209,202,195,252,245,238,231,288,297,306,315,260,269,278,287,360,353,378,... |
Code/edit.asm | msklywenn/GB-GameOfLife | 9 | 46076 | INCLUDE "hardware.inc"
INCLUDE "utils.inc"
SPRITE_ANIM_DELAY EQU 6
REPEAT_START_DELAY EQU 16
REPEAT_DELAY EQU 3
SECTION "Edit memory", HRAM
SelectX: ds 1
SelectY: ds 1
Down: ds 1
RepeatDelay: ds 1
SpriteAnimation: ds 1
SpriteDelay: ds 1
EXPORT InitEdit
SECTION "Init edit", ROM0
InitEdit:
ld a, 20
ldh [SelectX], a... |
Assembly/textures/selectWindowButton_textboxes.asm | WildGenie/Ninokuni | 14 | 46079 | ;; Modify the subimages position of the texture battles images.
;
; Arguments of v3d_setSubImage function:
; + R0: Sprite struct
; + R1: Frame index
; + R2: Layer index
; + R3: X Start
; + SP+00: Y Start
; + SP+04: X End
; + SP+08: Y End
; + SP+0C: X Output
; + SP+10: Y Output
; + SP+14: Width
; ... |
lib/ti82_crt0.asm | andydansby/z88dk-mk2 | 1 | 46080 | ; Stub for the TI 82 calculator
;
; <NAME> - Dec 2000
;
; $Id: ti82_crt0.asm,v 1.21 2009/06/22 21:20:05 dom Exp $
;
;-----------------------------------------------------
; Some general XDEFs and XREFs needed by the assembler
;-----------------------------------------------------
MODULE Ti82_crt0
XREF _main ; No ... |
programs/oeis/110/A110270.asm | karttu/loda | 1 | 46081 | <filename>programs/oeis/110/A110270.asm
; A110270: a(n) = (n mod 2)*(n mod 3).
; 0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2,0,1,0,0,0,2... |
Assembly/Lab1/first2-4.asm | chaohu/Daily-Learning | 12 | 46082 | <gh_stars>10-100
.386
STACK SEGMENT USE16 STACK
DB 200 DUP(0)
STACK ENDS
DATA SEGMENT USE16
BUF1 DB 0,1,2,3,4,5,6,7,8,9
BUF2 DB 10 DUP(0)
BUF3 DB 10 DUP(0)
BUF4 DB 10 DUP(0)
TIP DB 'Press any key to begin!$'
DATA ENDS
CODE SEGMENT USE16
ASSUME CS:CODE,DS:DATA,SS:STACK
START: MOV AX,DATA
MOV DS,AX
MOV... |
Library/Pref/Preffax2/preffax2DialingCodeList.asm | steakknife/pcgeos | 504 | 46084 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1995 -- All Rights Reserved
PROJECT: Tiramisu
MODULE: Preferences
FILE: preffax2DialingCodeList.asm
AUTHOR: <NAME>, Feb 5, 1995
ROUTINES:
Name Description
---- ---... |
src/arch/x86_64/boot.asm | PizzasBear/mxos | 3 | 46085 | <reponame>PizzasBear/mxos<filename>src/arch/x86_64/boot.asm
extern long_mode_start
global start
global special_pd_table
section .text
bits 32
start:
mov esp, stack_top
push dword 0
push ebx
call check_multiboot
call check_cpuid
call check_long_mode
call set_up_page_tables
call enabl... |
libsrc/math/mbf32/c/sccz80/l_f32_eq.asm | jpoikela/z88dk | 640 | 46087 | <reponame>jpoikela/z88dk
SECTION code_fp_mbf32
PUBLIC l_f32_eq
EXTERN l_f32_yes
EXTERN l_f32_no
EXTERN ___mbf32_setup_comparison
; Stack == registers
l_f32_eq:
call ___mbf32_setup_comparison
; 0b00000000 = stack == register
; 0b00000001 = stack < register
; 0b11111111 = stack > register
and a
jp z,l_f32_y... |
programs/oeis/254/A254865.asm | karttu/loda | 0 | 46088 | ; A254865: a(n) = Product_{k = 1+n-floor(n/3) .. n} k.
; 1,1,3,4,5,30,42,56,504,720,990,11880,17160,24024,360360,524160,742560,13366080,19535040,27907200,586051200,859541760,1235591280,29654190720,43609104000,62990928000,1700755056000,2506375872000,3634245014400,109027350432000,160945136352000,234102016512000,772536654... |
mkdir.asm | swu038/CS183lab2 | 0 | 46089 |
_mkdir: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 e4 f0 and $0xfffffff0,%esp
1006: 83 ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_288.asm | ljhsiun2/medusa | 9 | 46091 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x6a68, %r10
nop
nop
nop
nop
nop
and %r14, %r14
vmovups (%r10), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $1, %xmm2, %rcx
nop
nop
nop
nop
nop
and %r11, %r11
lea addresses_A_h... |
src/third_party/nasm/test/vgather.asm | Mr-Sheep/naiveproxy | 2,219 | 46092 | <reponame>Mr-Sheep/naiveproxy
bits 64
vgatherdpd xmm0,[rcx+xmm2],xmm3
vgatherqpd xmm0,[rcx+xmm2],xmm3
vgatherdpd ymm0,[rcx+xmm2],ymm3
vgatherqpd ymm0,[rcx+ymm2],ymm3
vgatherdpd xmm0,[rcx+xmm2*1],xmm3
vgatherqpd xmm0,[rcx+xmm2*1],xmm3
vgatherdpd ymm0,[rcx+xmm2*1],ymm3
vgatherqpd ymm0,[rcx+ymm2*1],ymm3
vgath... |
Tests/sublime-syntax tests/syntax_test_preprocessor_conditional.nasm | 13xforever/x86-assembly-textmate-bundle | 69 | 46093 | ; SYNTAX TEST "Packages/User/x86_64 Assembly.tmbundle/Syntaxes/Nasm Assembly.sublime-syntax"
%if<condition>
;<- punctuation.definition.keyword.preprocessor
;^^ keyword.control.preprocessor
push %1
; ^^^^ keyword.operator.word.mnemonic
; ^ invalid.illegal
%elif<condition2>
;<- punctuation.definition.key... |
ee/hxt/dost.asm | olifink/smsqe | 0 | 46095 | <reponame>olifink/smsqe<gh_stars>0
; Procedure to stuff a string into the hotkey buffer 1990 <NAME>
section hotkey
xdef hxt_dost
xref hxt_list
xref thp_str
xref hk_sstbf
xref gu_hkuse
xref gu_hkfre
include 'dev8_ee_hk_data'
include 'dev8_keys_thg'
include 'dev8_mac_thg'
;+++
; Stuff the stuffer bu... |
programs/oeis/052/A052980.asm | jmorken/loda | 1 | 46096 | <filename>programs/oeis/052/A052980.asm
; A052980: Expansion of (1 - x)/(1 - 2*x - x^3).
; 1,1,2,5,11,24,53,117,258,569,1255,2768,6105,13465,29698,65501,144467,318632,702765,1549997,3418626,7540017,16630031,36678688,80897393,178424817,393528322,867954037,1914332891,4222194104,9312342245,20539017381,45300228866,99912799... |
Source/GamePositionList.asm | hhprg/C64Engine | 4 | 46098 | //
// Define PositionLists here and add them to list of all PositionLists.
//
{
// Define keyframes.
.var positions = List()
.for (var i = 0; i < 16; i++)
{
.var angle = toRadians(i * 360 / 16)
.var rx = 72
.var ry = 64
.eval positions.add(Position(... |
programs/oeis/239/A239678.asm | neoneye/loda | 22 | 46099 | <gh_stars>10-100
; A239678: Least numbers k such that k*2^n+1 is a square.
; 3,4,2,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215,33554431,67108863,134217727,268435455,536870911,1073741823,2147483647,4294967295,8589934591,17179869183,343597... |
data/icon_pointers.asm | opiter09/ASM-Machina | 1 | 46100 | mon_icon_header: MACRO
dw \1 tile \2
db \3
db BANK(\1)
dw vSprites tile (\4)
ENDM
MonPartySpritePointers:
; gfx pointer, gfx tile offset, # tiles, vSprites tile offset
mon_icon_header MonsterSprite, 12, 4, ICON_MON << 2
mon_icon_header PokeBallSprite, 0, 8, ICON_BALL << 2
mon_icon_header FairySprit... |
kernel/syscall.asm | pgrAm/JSD-OS | 10 | 46101 | [bits 32]
[extern num_syscalls]
[extern syscall_table]
global handle_syscall
handle_syscall:
sti
cmp ebx, num_syscalls
ja .invalid_call
push ds
push es
push fs
push gs
call [syscall_table+4*ebx]
pop gs
pop fs
pop es
pop ds
iret
.invalid_call:
mov eax, 0xFFFFFFFF
o32 iret
struc FRAME
.eip0: resd 1
... |
programs/oeis/212/A212272.asm | neoneye/loda | 22 | 46103 | <gh_stars>10-100
; A212272: a(n) = Fibonacci(n) + n^3.
; 0,2,9,29,67,130,224,356,533,763,1055,1420,1872,2430,3121,3985,5083,6510,8416,11040,14765,20207,28359,40824,60192,90650,138969,216101,339763,538618,859040,1376060,2211077,3560515,5742191,9270340,14977008,24208470,39143041,63305305,102398155,165649062,267988384,433... |
programs/oeis/014/A014942.asm | neoneye/loda | 22 | 46104 | <reponame>neoneye/loda<gh_stars>10-100
; A014942: ( 1+24^n*(23*n-1) ) / 529.
; 1,49,1777,57073,1715953,49491697,1387212529,38078983921,1028756811505,27446832213745,724884022832881,18985057740861169,493749574409596657,12764586312924606193,328300388160453422833,8406016915457191128817
add $0,1
lpb $0
add $2,$0
sub $0... |
programs/oeis/037/A037536.asm | karttu/loda | 0 | 46105 | ; A037536: Base-3 digits are, in order, the first n terms of the periodic sequence with initial period 1,2,1.
; 1,5,16,49,149,448,1345,4037,12112,36337,109013,327040,981121,2943365,8830096,26490289,79470869,238412608,715237825,2145713477,6437140432,19311421297,57934263893,173802791680,521408375041
add $0,1
mov $2,6
lp... |
oeis/056/A056604.asm | neoneye/loda-programs | 11 | 46107 | <filename>oeis/056/A056604.asm
; A056604: a(0)=1; thereafter a(n) = lcm(1, 2, 3, 4, ..., prime(n)).
; Submitted by <NAME>(m3)
; 1,2,6,60,420,27720,360360,12252240,232792560,5354228880,2329089562800,72201776446800,5342931457063200,219060189739591200,9419588158802421600,442720643463713815200,164249358725037825439200,9690... |
test/fixtures/count.asm | majacQ/retroputer | 58 | 46109 | <reponame>majacQ/retroputer<gh_stars>10-100
# code.regs: A=0xFFFF
# code.flags: Z+ C- N-
.segment code 0x02000 {
ld a, 0x0000 {$10 $00 $00 $00}
_loop:
inc a {$C0}
cmp a, 0xFFFF {$58 $FF $FF}
brs nz _loop {$... |
oeis/248/A248221.asm | neoneye/loda-programs | 11 | 46110 | ; A248221: Numbers m such that 52*m + 1 is prime.
; Submitted by <NAME>
; 1,3,6,10,13,18,21,24,25,31,36,39,40,43,45,46,49,55,60,64,66,73,78,85,91,94,96,109,115,123,124,126,129,130,133,138,139,141,144,145,151,154,159,165,168,171,174,178,181,189,193,195,196,201,211,223,225,229,238,243,244,250,256,258,259,264,265,273,274,... |
prove-esami/divisione_array/_main.asm | mattiagualtieri/calcolatori | 0 | 46111 | <reponame>mattiagualtieri/calcolatori
.586
.model flat
.code
_divisione_array proc
push ebp
mov ebp,esp
push ebx
push esi
push edi
mov eax, dword ptr[ebp + 8] ; vettore dividendi
mov ebx, dword ptr[ebp + 12] ; divisore
mov ecx, dword ptr[ebp + 16] ; lunghezza
mov edx, dword ptr[ebp + 20] ; ... |
programs/oeis/068/A068875.asm | neoneye/loda | 22 | 46112 | <reponame>neoneye/loda
; A068875: Expansion of (1 + x*C)*C, where C = (1 - (1 - 4*x)^(1/2))/(2*x) is the g.f. for Catalan numbers, A000108.
; 1,2,4,10,28,84,264,858,2860,9724,33592,117572,416024,1485800,5348880,19389690,70715340,259289580,955277400,3534526380,13128240840,48932534040,182965127280,686119227300,2579808294... |
oeis/114/A114619.asm | neoneye/loda-programs | 11 | 46113 | ; A114619: 2*A079291 (twice squares of Pell numbers).
; Submitted by <NAME>(s4)
; 0,2,8,50,288,1682,9800,57122,332928,1940450,11309768,65918162,384199200,2239277042,13051463048,76069501250,443365544448,2584123765442,15061377048200,87784138523762,511643454094368
seq $0,129 ; Pell numbers: a(0) = 0, a(1) = 1; for n > 1,... |
Osdk/_final_/sample/floppybuilder/code/sector_3.asm | nekoniaow/OSDK | 5 | 46114 | ;
; This is the third sector of the bootable sequence
;
; If it is filled with incorrect data, what will be shown on disk is a blinking: "No operating system on disc" message in the status line
;
; Offset on a DSK file: +1128 / 0x468
.byt $00,$00,$02,$53,$59,$53,$54,$45,$4d,$44,$4f,$53,$01,$00,$02,$00 ; ...S... |
libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_tiles.asm | grancier/z180 | 0 | 46115 | <filename>libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_tiles.asm
; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE NIRVANA ENGINE - by <NAME>
;
; See "nirvana-.h" for further details
; ----------------------------------------------------------------
; void NIR... |
programs/oeis/005/A005883.asm | neoneye/loda | 22 | 46116 | <filename>programs/oeis/005/A005883.asm
; A005883: Theta series of square lattice with respect to deep hole.
; 4,8,4,8,8,0,12,8,0,8,8,8,4,8,0,8,16,0,8,0,4,16,8,0,8,8,0,8,8,8,4,16,0,0,8,0,16,8,8,8,0,0,12,8,0,8,16,0,8,8,0,16,0,0,0,16,12,8,8,0,8,8,0,0,8,8,16,8,0,8,8,0,12,8,0,0,16,0,8,8,0,24,0,8,8,0,0,8,8,0,4,16,8,8,16,0,0... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_900_2327.asm | ljhsiun2/medusa | 9 | 46117 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x18029, %rsi
lea addresses_WC_ht+0x1bf29, %rdi
nop
nop
nop
nop
nop
inc %r13
mov $92, %rcx
rep movsl
sub $26173, %rdi
lea addresses_UC_ht+0x61d, %rsi
lea addresses_WT_ht+0x7a9, %rdi
inc %... |
src/intel/tools/tests/gen7.5/lrp.asm | SoftReaper/Mesa-Renoir-deb | 0 | 46118 | lrp(8) g42<1>F g41<4,4,1>.xF g40<4,4,1>F g39<4,4,1>F { align16 1Q };
lrp(16) g4<1>F g2.4<0,1,0>F g2.2<0,1,0>F g2.0<0,1,0>F { align16 1H };
lrp.sat(8) g7<1>F g10<4,4,1>F g13<4,4,1>F g16<4,4,1>F { align16 1Q };
lrp.sat(16) g18<1>F g20<4,4,1>F... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.