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 |
|---|---|---|---|---|
oeis/039/A039306.asm | neoneye/loda-programs | 11 | 201238 | <reponame>neoneye/loda-programs
; A039306: Number of distinct quadratic residues mod 9^n.
; Submitted by <NAME>
; 1,4,31,274,2461,22144,199291,1793614,16142521,145282684,1307544151,11767897354,105911076181,953199685624,8578797170611,77209174535494,694882570819441,6253943137374964,56285488236374671,506569394127372034,45... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1698.asm | ljhsiun2/medusa | 9 | 201239 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x528c, %rbp
nop
nop
inc %r12
movups (%rbp), %xmm6
vpextrq $0, %xmm6, %rcx
nop
nop
sub %r8, %r8
lea addresses_D_ht+0x1c5cc, %r8
nop
dec %r10
mov (%r8), %ebx
nop
nop
nop
nop
nop... |
Maps/CASTLE_01.asm | adkennan/BurgerMayhem | 0 | 201240 | BYTE TILE_VOID, TILE_VOID, TILE_VOID, TILE_VOID, TILE_VOID, TILE_VOID, TILE_VOID, TILE_VOID, TILE_VOID, TILE_VOID, TILE_VOID, TILE_VOID, $FF
MAP_CASTLE_01
BYTE TILE_VOID, TILE_VOID, TILE_WALL_0, TILE_WALL_0, TILE_WALL_0, TILE_WALL_0, TILE_WALL_0, TILE_PLATE, TILE_MEAT, TILE_BUN, TILE_WALL_0, TILE_VOID, TILE_VOID, $FF... |
oeis/055/A055096.asm | neoneye/loda-programs | 11 | 201241 | <filename>oeis/055/A055096.asm<gh_stars>10-100
; A055096: Triangle read by rows, sums of 2 distinct nonzero squares: T(n,k) = k^2+n^2, (n>=2, 1 <= k <= n-1)
; Submitted by <NAME>
; 5,10,13,17,20,25,26,29,34,41,37,40,45,52,61,50,53,58,65,74,85,65,68,73,80,89,100,113,82,85,90,97,106,117,130,145,101,104,109,116,125,136,14... |
MdePkg/Library/BaseLib/X64/VmgExit.nasm | kokweich/slimbootloader | 9 | 201242 | ;------------------------------------------------------------------------------
;
; Copyright (C) 2020, Advanced Micro Devices, Inc. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; VmgExit.Asm
;
; Abstract:
;
; AsmVmgExit function
;
; Notes:
;
;--------------------------... |
lab_sheet_5/Task_1.asm | jbnerd/Micro-Proc_ASM_codes | 0 | 201243 | .model tiny
.data
display db "DOLL"
count db 04h
.code
.startup
mov ah, 00h
mov al, 03h
int 10h
lea si, display
mov dl, 24h
x: mov ah, 02h
mov dh, 0bh
mov bh, 00h
int 10h
mov ah, 09h
lodsb
mov bh, 00h
mov bl, 8fh
mov cx, 01h
int 10h
inc dl
dec count
jn... |
coverage/PENDING_SUBMIT/amdvlk/0591-COVERAGE-instruction-simplify-203/reduction_output/1/reduction_work/variant/shader/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 201244 | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 112
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %9 %73
OpExecutionMode %4 Orig... |
target/cos_117/disasm/iop_overlay1/XFMNIT.asm | jrrk2/cray-sim | 49 | 201246 | <reponame>jrrk2/cray-sim
0x0000 (0x000000) 0x2118- f:00020 d: 280 | A = OR[280]
0x0001 (0x000002) 0xB434- f:00132 d: 52 | R = OR[52], A = 0
0x0002 (0x000004) 0x0000- f:00000 d: 0 | PASS
0x0003 (0x000006) 0x1000- f:00010 d: 0 | A = 0 ... |
sav/includes/charmap.asm | zzazzdzz/fools2019 | 12 | 201247 | ; *** charmap.asm
; Character mappings.
charmap "A", $01
charmap "B", $02
charmap "C", $03
charmap "D", $04
charmap "E", $05
charmap "F", $06
charmap "G", $07
charmap "H", $08
charmap "I", $09
charmap "J", $0A
charmap "K", $0B
charmap "L", $0C
charmap "M", $0D
charmap "N", $0E
charmap "O", $0F
charmap "P", $10
charmap... |
oeis/290/A290994.asm | neoneye/loda-programs | 11 | 201248 | <filename>oeis/290/A290994.asm
; A290994: p-INVERT of (1,1,1,1,1,...), where p(S) = 1 - S^7.
; Submitted by <NAME>
; 0,0,0,0,0,0,1,7,28,84,210,462,924,1717,3017,5110,8568,14756,27132,54264,116281,257775,572264,1246784,2641366,5430530,10861060,21242341,40927033,78354346,150402700,291693136,574274008,1148548016,232668392... |
m3-sys/m3cc/gcc/gcc/config/xtensa/lib1funcs.asm | RodneyBates/modula-3 | 2 | 201249 | <reponame>RodneyBates/modula-3<gh_stars>1-10
/* Assembly functions for the Xtensa version of libgcc1.
Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007
Free Software Foundation, Inc.
Contributed by <NAME> (<EMAIL>) at Tensilica.
This file is part of GCC.
GCC is free software; you can redistribute it and/or mo... |
uploader.asm | laubzega/c0pperdragon-VIC-II-Palette-editor | 0 | 201251 | <reponame>laubzega/c0pperdragon-VIC-II-Palette-editor
;****************************************
;** Palette editor standalone uploader **
;****************************************
;interface mem loc and write constants
Control=53311 ;Control register
Unlock=137 ;unlock byte. Writes go to both odd and even... |
third_party/virtualbox/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm | Fimbure/icebox-1 | 521 | 201252 | ; $Id: VMMR0JmpA-amd64.asm $
;; @file
; VMM - R0 SetJmp / LongJmp routines for AMD64.
;
;
; Copyright (C) 2006-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or modify it und... |
programs/oeis/028/A028815.asm | jmorken/loda | 1 | 201253 | <filename>programs/oeis/028/A028815.asm<gh_stars>1-10
; A028815: a(n) = n-th prime + 1 (starting with 1).
; 2,3,4,6,8,12,14,18,20,24,30,32,38,42,44,48,54,60,62,68,72,74,80,84,90,98,102,104,108,110,114,128,132,138,140,150,152,158,164,168,174,180,182,192,194,198,200,212,224,228,230,234,240,242,252,258,264,270,272,278,282... |
MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_dma_04.asm | sususweet/MSP430F541x-MSP430F543x-Code-Examples | 0 | 201254 | <gh_stars>0
; --COPYRIGHT--,BSD_EX
; Copyright (c) 2012, Texas Instruments Incorporated
; 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 source code must retain ... |
P6/data_P6_2/MDTest176.asm | alxzzhou/BUAA_CO_2020 | 1 | 201255 | <reponame>alxzzhou/BUAA_CO_2020
ori $ra,$ra,0xf
mflo $5
multu $5,$0
srav $1,$5,$1
addiu $4,$4,28628
lui $5,20369
lui $4,50429
addu $4,$4,$2
sll $6,$0,15
sll $6,$4,1
lb $4,4($0)
divu $0,$ra
ori $5,$1,15003
mult $5,$4
srav $2,$2,$4
mtlo $4
lb $2,11($0)
mflo $5
sb $6,1($0)
lui $2,60725
sb $5,13($0)
srav $5,$1,$5
srav $3,$... |
Examples/nestedloop.asm | Winterpuma/bmstu_MDPL | 14 | 201256 | SSEG SEGMENT PARA STACK 'STACK'
DB 64 DUP(0)
SSEG ENDS
DSEG SEGMENT PARA 'DATA'
;DATA
DSEG ENDS
CSEG SEGMENT PARA 'CODE'
ASSUME CS:CSEG, DS:DSEG, SS:SSEG
START PROC FAR
MOV CX, 5
SUMMAX:
PUSH CX ; save to stack
INC AX
MOV CX, 7
SUMBX:
INC BX
LOOP SUMBX
POP CX
LOOP SUMMAX
MOV AH, 4CH
INT 21H
ST... |
source/system/readyerror.asm | mega65dev/rom-assembler | 0 | 201257 | <reponame>mega65dev/rom-assembler
; ********************************************************************************************
; ********************************************************************************************
;
; Name : readyerror.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Ja... |
tmp_store_can_del/System_Loader.asm | zk2013/newborn | 0 | 201258 | <gh_stars>0
; ******************************************************
; Name: Operating System Loader
; Author: <NAME>
; Version: 0.1
; Date: 17.02.2008 17:11:31
; last Update: 26.04.2009 14:02:22
; Stoned Bootkit
; (C) 2009 Vienna Computer Products
; ************************... |
programs/oeis/231/A231087.asm | jmorken/loda | 1 | 201261 | <filename>programs/oeis/231/A231087.asm
; A231087: Number of perfect matchings in graph C_3 x C_{2n}
; 50,224,1058,5054,24200,115934,555458,2661344,12751250,61094894,292723208,1402521134,6719882450,32196891104,154264573058,739125974174,3541365297800,16967700514814,81297137276258,389517985866464,1866292792056050,8941945... |
programs/oeis/021/A021555.asm | neoneye/loda | 22 | 201262 | ; A021555: Decimal expansion of 1/551.
; 0,0,1,8,1,4,8,8,2,0,3,2,6,6,7,8,7,6,5,8,8,0,2,1,7,7,8,5,8,4,3,9,2,0,1,4,5,1,9,0,5,6,2,6,1,3,4,3,0,1,2,7,0,4,1,7,4,2,2,8,6,7,5,1,3,6,1,1,6,1,5,2,4,5,0,0,9,0,7,4,4,1,0,1,6,3,3,3,9,3,8,2,9,4,0,1,0,8,8
add $0,1
mov $1,10
pow $1,$0
mul $1,5
div $1,2755
mod $1,10
mov $0,$1
|
programs/oeis/266/A266259.asm | neoneye/loda | 22 | 201264 | <reponame>neoneye/loda
; A266259: Total number of OFF (white) cells after n iterations of the "Rule 11" elementary cellular automaton starting with a single ON (black) cell.
; 0,2,5,7,14,16,27,29,44,46,65,67,90,92,119,121,152,154,189,191,230,232,275,277,324,326,377,379,434,436,495,497,560,562,629,631,702,704,779,781,86... |
CSE341-BRACU-Microprocessors/Assignment-3(Lab-4)/task7.asm | AIM3r4j/BRACU | 0 | 201265 | .MODEL SMALL
.STACK 100H
.DATA
;variables
s db "Please enter a number: $"
a db 0ah,0dh,'Odd$'
b db 0ah,0dh,'Even$'
.CODE
MAIN PROC
;initialize DS
MOV AX,@DATA
MOV DS,AX
; enter your code here
;prompts to enter a number
lea dx,s
mov ah,9
int 21h
;takes a input
mov ah,1
int 21h
mov bl,al
;chec... |
testc/cputest/bt_mem_r.asm | krismuad/TOWNSEMU | 124 | 201266 | <filename>testc/cputest/bt_mem_r.asm
.386p
ASSUME CS:CODE
PUBLIC BT_MEM_R32
PUBLIC BT_MEM_R16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
EFLAGS_CF EQU 00001H
EFLAGS_PF EQU 00004H
EFLAGS_AF EQU 00010H
EFLAGS_ZF EQU 00040H
EFLAGS_S... |
base/mvdm/dos/v86/cmd/loadfix/loadfix.asm | npocmaka/Windows-Server-2003 | 17 | 201267 | <gh_stars>10-100
FindStruc struc
db 21 dup (?) ;reserved area
Attr db ? ;attribute of file
Time dw ? ;time of last write
Date dw ? ;date of last write
Fsize dd ? ;filesize
Fname db 13 dup (?) ;filename
FindStruc ends
CMDSIZE equ 94h ;current resident size of
;command.com is 94h paras
... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_793.asm | ljhsiun2/medusa | 9 | 201268 | .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+0x82d9, %r12
nop
nop
nop
nop
nop
xor %rbp, %rbp
mov $0x6162636465666768, %rax
movq %rax, %xmm0
movups %xmm0, (%r12)
cmp %r15, %r15
lea addresses_A_ht+0xd699, %rax
clf... |
kernel/kernel/arch/x86/start.asm | ReewassSquared/carbon | 10 | 201269 | <reponame>ReewassSquared/carbon
;********************************************
; Copyright 2020 <NAME>
; https://github.com/davidaylaian/carbon/
; Licensed under the Apache License 2.0
;********************************************
; multiboot constants
MULTIBOOT_ALIGN equ 1<<0 ; page boundaries
MULTIBOOT_MEMINFO equ ... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_247.asm | ljhsiun2/medusa | 9 | 201270 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_247.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x106c4, %rsi
lea addresses_D_ht+0x9944, %rdi
cmp $1060, %rbx
mov $7, %rcx
rep movsl
n... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_3789_1882.asm | ljhsiun2/medusa | 9 | 201271 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xde3, %rsi
lea addresses_WT_ht+0x33ec, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
nop
add %r14, %r14
mov $67, %rcx
rep movsw
sub $30275, %r10
lea addresses_normal_ht+0x62e3, %... |
src/unit_tests/ut_utilities.asm | maziac/dezogif | 2 | 201272 | <filename>src/unit_tests/ut_utilities.asm
;========================================================
; ut_utilities.asm
;
; Unit tests for the miscelleanous subroutines.
;========================================================
MODULE ut_utilities
; Data area for testing
nop
; Test that register is set correct... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_646.asm | ljhsiun2/medusa | 9 | 201273 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x455d, %rsi
nop
nop
nop
nop
nop
add $18067, %rbx
mov $0x6162636465666768, %rax
movq %rax, (%rsi)
nop
sub $62283, %rbx
lea addresses_normal_ht+0x8998, %rsi
lea... |
firmware/init.asm | ddomurad/avrVideoCard | 0 | 201274 | ; -----------------------------------------------------------------------------
; .:: MCU Initialization Routine ::.
;
; Steps:
; 1) Initialize stack
; 2) Initialize gp. registers
; 3) Initialize 16bit timer1
; 4) Initialize 8bit timer2
; 5) Initialize shift register and color
; 6) Initialize SPI
; 7... |
oeis/096/A096313.asm | neoneye/loda-programs | 11 | 201275 | <filename>oeis/096/A096313.asm
; A096313: a(n) = determinant of n X n matrix m(i,j) = Product_{k=1..i} k+j.
; 1,2,6,48,1440,207360,174182400,1003290624000,45509262704640000,18349334722510848000000,73244672425152101744640000000,3189483207556703361731395584000000000
mov $2,$0
add $0,1
seq $2,178 ; Superfactorials: produ... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1729.asm | ljhsiun2/medusa | 9 | 201276 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1729.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x140ad, %rsi
lea addresses_D_ht+0xd2ad, %rdi
nop
nop
nop
nop
nop
xor $22389, %rd... |
_maps/Caterkiller.asm | kodishmediacenter/msu-md-sonic | 9 | 201277 | ; ---------------------------------------------------------------------------
; Sprite mappings - Caterkiller enemy (MZ, SBZ)
; ---------------------------------------------------------------------------
Map_Cat_internal:
dc.w byte_16D9E-Map_Cat_internal
dc.w byte_16DA4-Map_Cat_internal
dc.w byte_16DAA-Map_Cat_in... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_1_1159.asm | ljhsiun2/medusa | 9 | 201278 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rax
push %rcx
push %rdx
push %rsi
lea addresses_WC_ht+0x15106, %rax
xor $46324, %rdx
mov (%rax), %r14w
nop
and %rsi, %rsi
lea addresses_A_ht+0xb306, %rcx
nop
nop
nop
nop
nop
cmp $7674, %r11
mov (%rcx), %r9w
nop
nop
nop
nop
nop
xor %r11, %r1... |
lib/Runtime/Language/arm/arm_Thunks.asm | l3dlp-forks/ChakraCore | 0 | 201279 | ;-------------------------------------------------------------------------------------------------------
; Copyright (C) Microsoft. All rights reserved.
; Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
;-------------------------------------------------------------... |
Tests/yasm-regression/jmp64-3.asm | 13xforever/x86-assembly-textmate-bundle | 69 | 201280 | <reponame>13xforever/x86-assembly-textmate-bundle
[bits 64]
l1:
mov dword [l2], l2 ; out: c7 04 25 0e 00 00 00 0e 00 00 00
jc short l3 ; out: 72 01
db 0x0 ; out: 00
l3:
l2 equ $-l1
|
template/Cacao/CacKitGen/base/stubs.begin.asm | camden314/CacaoSDK | 4 | 201281 | <filename>template/Cacao/CacKitGen/base/stubs.begin.asm
; Copyright camila314 & alk1m123 2021. Autogenerated using a python script
section .text
%macro defit 2
global %1
align 8
%1:
mov rax, [rel _asmBase]
add rax, %2
jmp rax
%endmacro
extern __Z7getBasev
global __Z10setAsmBasev
__Z10setAsmBasev:
push... |
libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc/zx_px2bitmask.asm | jpoikela/z88dk | 640 | 201283 |
; uchar zx_px2bitmask(uchar x)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_px2bitmask
EXTERN asm_zx_px2bitmask
_zx_px2bitmask:
pop af
pop hl
push hl
push af
jp asm_zx_px2bitmask
|
programs/oeis/254/A254046.asm | neoneye/loda | 22 | 201284 | ; A254046: Column index of n in A191450: a(3n) = 1, a(3n+1) = 1, a(3n+2) = 1 + a(n+1).
; 1,2,1,1,3,1,1,2,1,1,2,1,1,4,1,1,2,1,1,2,1,1,3,1,1,2,1,1,2,1,1,3,1,1,2,1,1,2,1,1,5,1,1,2,1,1,2,1,1,3,1,1,2,1,1,2,1,1,3,1,1,2,1,1,2,1,1,4,1,1,2,1,1,2,1,1,3,1,1,2,1,1,2,1,1,3,1,1,2,1,1,2,1,1,4,1,1,2,1,1
mul $0,4
add $0,2
lpb $0
dif... |
libsrc/_DEVELOPMENT/stdio/c/sccz80/fgetc.asm | jpoikela/z88dk | 640 | 201285 |
; int fgetc(FILE *stream)
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC fgetc
EXTERN asm_fgetc
fgetc:
push hl
pop ix
jp asm_fgetc
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ELSE
;;;;;;;;... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1876.asm | ljhsiun2/medusa | 9 | 201286 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1876.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1cb4e, %r15
nop
cmp $60980, %r10
vmovups (%r15), %ymm7
vextracti128 $0, %ymm7,... |
snake/snake.asm | hsiboy/roland-w30-tools | 0 | 201287 | <reponame>hsiboy/roland-w30-tools
zero equ 0
ax equ 80
al equ 80
ah equ 81
bx equ 82
bl equ 82
bh equ 83
cx equ 84
cl equ 84
ch equ 85
dx equ 86
dl equ 86
dh equ 87
hpoi equ 88
epoi equ 8a
ppoi equ 8c
scor equ 8e
rompoi equ 90
sp equ 18
padd equ 46
pchar equ 49
keycod equ 51
mapper equ 0c600... |
data/mapHeaders/SSAnneB1F.asm | AmateurPanda92/pokemon-rby-dx | 9 | 201291 | SSAnneB1F_h:
db SHIP ; tileset
db SS_ANNE_B1F_HEIGHT, SS_ANNE_B1F_WIDTH ; dimensions (y, x)
dw SSAnneB1F_Blocks ; blocks
dw SSAnneB1F_TextPointers ; texts
dw SSAnneB1F_Script ; scripts
db 0 ; connections
dw SSAnneB1F_Object ; objects
|
examples/asm/digitalwrite.asm | nickgammon/G-Pascal | 7 | 201293 | ;
; digitalWrite example
;
jmp start ; skip the variable declarations
counter dfb 0 ; how many toggles we did
pin_state dfb 0 ; current pin state
ITERATIONS = 20 ; how many times to loop (this will be 10 flashes)
start:
stz pin_state
stz counter
;
; set PA2 to output
;
lda #2 ; Port P... |
oeis/123/A123740.asm | neoneye/loda-programs | 11 | 201294 | ; A123740: Characteristic sequence for Wythoff AB-numbers A003623.
; Submitted by <NAME>
; 0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,1
seq $0,139764 ; Smallest ter... |
P6/data_P6_2/MDTest85.asm | alxzzhou/BUAA_CO_2020 | 1 | 201295 | <filename>P6/data_P6_2/MDTest85.asm<gh_stars>1-10
ori $ra,$ra,0xf
addiu $0,$2,-27580
multu $1,$1
addiu $2,$2,-19906
mfhi $4
addu $0,$2,$3
addu $3,$5,$3
mthi $0
srav $4,$4,$3
multu $0,$0
div $3,$ra
addu $5,$5,$5
lui $3,27783
mthi $1
addiu $4,$2,-2260
divu $4,$ra
addiu $1,$5,-30392
lui $4,12534
div $0,$ra
mfhi $4
mfhi $1... |
base/win32/client/i386/thunk.asm | npocmaka/Windows-Server-2003 | 17 | 201296 | title "Thunks"
;++
;
; Copyright (c) 1989 Microsoft Corporation
;
; Module Name:
;
; thunk.asm
;
; Abstract:
;
; This module implements all Win32 thunks. This includes the
; first level thread starter...
;
; Author:
;
; <NAME> (markl) 28-Sep-1990
;
; Revision History:
;
;--
.586p... |
oeis/140/A140849.asm | neoneye/loda-programs | 11 | 201297 | ; A140849: Primes of the form 210k + 43.
; Submitted by <NAME>
; 43,463,673,883,1093,1303,1723,1933,2143,3613,3823,4243,4663,5503,5923,6133,6343,6553,6763,7393,7603,8233,8443,8863,9283,10333,10753,11173,11383,11593,12433,12853,13063,13693,13903,14323,14533,15373,15583
mov $1,14
mov $2,$0
add $2,2
pow $2,2
lpb $2
sub... |
data/pokemon/dex_entries/bidoof.asm | AtmaBuster/pokeplat-gen2 | 6 | 201298 | db "PLUMP MOUSE@" ; species name
db "It lives in groups"
next "by the water. It"
next "chews up boulders"
page "and trees around"
next "its nest with its"
next "incisors.@"
|
Library/SpecUI/isui/view/viewScrollbarDraw.asm | NCommander/pcgeos | 0 | 201299 | <reponame>NCommander/pcgeos<filename>Library/SpecUI/isui/view/viewScrollbarDraw.asm<gh_stars>0
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1990 -- All Rights Reserved
Copyright (c) Designs in Light 2002 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:... |
os/src/interrupt/interrupt.asm | BarryYan/learn-rCore | 51 | 201300 | # 我们将会用一个宏来用循环保存寄存器。这是必要的设置
.altmacro
# 寄存器宽度对应的字节数
.set REG_SIZE, 8
# Context 的大小
.set CONTEXT_SIZE, 34
# 宏:将寄存器存到栈上
.macro SAVE reg, offset
sd \reg, \offset * REG_SIZE(sp)
.endm
# 宏:将寄存器从栈中取出
.macro LOAD reg, offset
ld \reg, \offset * REG_SIZE(sp)
.endm
# 宏:将 n 号寄存器保存在第 n 个位置
.macro SAVE_N n
SAVE... |
src/kernel/x86/boot_32.asm | kiznit/kiznix | 5 | 201301 | ; Copyright (c) 2015, <NAME>
; 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 source code must retain the above copyright notice, this
; list of conditions and the follow... |
programs/oeis/153/A153449.asm | karttu/loda | 1 | 201302 | <reponame>karttu/loda<gh_stars>1-10
; A153449: 11 times pentagonal numbers: 11*n*(3n-1)/2.
; 0,11,55,132,242,385,561,770,1012,1287,1595,1936,2310,2717,3157,3630,4136,4675,5247,5852,6490,7161,7865,8602,9372,10175,11011,11880,12782,13717,14685,15686,16720,17787,18887,20020,21186,22385,23617,24882,26180,27511,28875,30272,... |
oeis/315/A315763.asm | neoneye/loda-programs | 11 | 201303 | <reponame>neoneye/loda-programs<filename>oeis/315/A315763.asm
; A315763: Coordination sequence Gal.6.628.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,6,12,18,24,29,35,41,46,52,58,64,70,76,82,88,94,99,105,... |
assembly/helloworld/helloworld.asm | seagoj/cs_notes | 0 | 201304 | ;Name: <NAME>
;Class: CSC 470
;Prog: Five
;Due: 4/22/05
%include 'macros.inc'
section .data
hello: db 'Hello world!',10 ; 'Hello world!' plus a linefeed character
helloLen: equ $-hello ; Length of the 'Hello world!' string
section .text
global _start
_start:
test ;call test macro
mov... |
programs/oeis/059/A059268.asm | neoneye/loda | 22 | 201305 | <filename>programs/oeis/059/A059268.asm
; A059268: Concatenate subsequences [2^0, 2^1, ..., 2^n] for n = 0, 1, 2, ...
; 1,1,2,1,2,4,1,2,4,8,1,2,4,8,16,1,2,4,8,16,32,1,2,4,8,16,32,64,1,2,4,8,16,32,64,128,1,2,4,8,16,32,64,128,256,1,2,4,8,16,32,64,128,256,512,1,2,4,8,16,32,64,128,256,512,1024,1,2,4,8,16,32,64,128,256,512,... |
main.asm | KenyStev/MicroFS_x86 | 0 | 201306 | ; *************************************** ;
; atomicfs.asm
; *************************************** ;
[ORG 0x10000]
[BITS 16]
; *************************************** ;
; PROGRAM ENTRY POINT
; *************************************** ;
start:
cli
push cs
pop ds
mov ax, FREE_SECTORS
... |
exp/t1.asm | nishuiq/Assembly-Learning | 0 | 201307 | assume cs:codesg
codesg segment
mov ax,2000H
mov ss,ax
mov sp,0
add sp,4
pop ax
pop bx
push ax
push bx
pop ax
pop bx
mov ax,4c00H
int 21h
codesg ends
end |
programs/oeis/090/A090885.asm | neoneye/loda | 22 | 201308 | <gh_stars>10-100
; A090885: Sum of the squares of the exponents in the prime factorization of n.
; 0,1,1,4,1,2,1,9,4,2,1,5,1,2,2,16,1,5,1,5,2,2,1,10,4,2,9,5,1,3,1,25,2,2,2,8,1,2,2,10,1,3,1,5,5,2,1,17,4,5,2,5,1,10,2,10,2,2,1,6,1,2,5,36,2,3,1,5,2,3,1,13,1,2,5,5,2,3,1,17,16,2,1,6,2,2,2,10,1,6,2,5,2,2,2,26,1,5,5,8
add $0,... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_326.asm | ljhsiun2/medusa | 9 | 201309 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x603a, %rdx
nop
nop
nop
nop
xor %rcx, %rcx
mov (%rdx), %r15
nop
nop
sub %r11, %r11
lea addresses_normal_ht+0x9862, %r15
nop
nop
nop
nop
nop
xor $2626, %rsi
movb (%r15), %r8b
and $39250,... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_631.asm | ljhsiun2/medusa | 9 | 201311 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x19c00, %rcx
xor %rax, %rax
movb (%rcx), %r8b
nop
nop
nop
nop
nop
sub $54324, %rdi
lea addresses_D_ht+0xa2c0, %r8
nop
and $31974, %rbx
movups (%r8), %xmm5
vpextrq $1, %xmm5, %r... |
demos/256col/256col.asm | 42Bastian/new_bll | 4 | 201312 | <filename>demos/256col/256col.asm
***************
* RAW.ASM
* simple body of a Lynx-program
*
* created : 24.04.96
* changed : 13.07.97
****************
_1000HZ_TIMER set 7
Baudrate set 62500
BRKuser set 1
DEBUG set 1
include <includes/hardware.inc>
*
* macros
*
incl... |
1.Basic Arithmetic/ArrayAverageInt.asm | KDahir247/X86AssemblyPratice | 1 | 201313 | .686
.model flat, c
;Implementation for this Assembly File
;extern "C" int CalculateAverageArray(int* array, int length);
.code
CalculateAverageArray proc
push ebp ; push the 32 bit base pointer register
mov ebp, esp ; move the 32 bit stack pointer register value to ebp
mov ecx, [ebp + 8] ;ecx is equal to the poin... |
demoprgs/memorytest.asm | mgohde/MiniMicroII | 0 | 201317 | ldl #sizeval
load r6,r7,r7
and r7,r7,r1
ldl #data
and r7,r7,r2
ldl $1
and r7,r7,r3
ldl $10
and r7,r7,r4
>loop
add r3,r0,r0
add r3,r2,r2
add r4,r2,r6
load r2,r0,r7
store r0,r6,r7
ldl #out
cmp r1,r6,r0
je r0,r7,r0
ldl #loop
jmp r0,r7,r0
>out
hlt
>sizeval
. 5
>data
. 1,2,3,4,5
|
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_380.asm | ljhsiun2/medusa | 9 | 201320 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_380.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xbe53, %rsi
lea addresses_D_ht+0x1bfd3, %rdi
sub $20263, %r12
mov $9, %... |
codec/common/x86/mc_chroma.asm | gpatil/openh264 | 1 | 201321 | ;*!
;* \copy
;* Copyright (c) 2004-2013, Cisco Systems
;* 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 source code must retain the abo... |
oeis/026/A026060.asm | neoneye/loda-programs | 11 | 201324 | ; A026060: a(n) = dot_product(n,n-1,...2,1)*(5,6,...,n,1,2,3,4).
; 45,80,126,184,255,340,440,556,689,840,1010,1200,1411,1644,1900,2180,2485,2816,3174,3560,3975,4420,4896,5404,5945,6520,7130,7776,8459,9180,9940,10740,11581,12464,13390,14360,15375,16436,17544,18700,19905,21160,22466,23824,25235,26700,28220,29796,31429,33... |
WS4_ASM/Task_4.asm | OlegMalchenko/ACOS_WS_3 | 0 | 201325 | <reponame>OlegMalchenko/ACOS_WS_3
#
# Write a program that inputs an integer value x and prints -1 if it is negative,
# 0 if it equals 0, and 1 if it is positive.
# Considering implementation without branching
#
.data
pleaser:
.string "Please, input an integer x: "
result:
.string "Result: "
.text
main:
li a7, 4... |
programs/oeis/258/A258721.asm | neoneye/loda | 22 | 201326 | ; A258721: a(n) = 24*n^2 + 52*n + 29.
; 29,105,229,401,621,889,1205,1569,1981,2441,2949,3505,4109,4761,5461,6209,7005,7849,8741,9681,10669,11705,12789,13921,15101,16329,17605,18929,20301,21721,23189,24705,26269,27881,29541,31249,33005,34809,36661,38561,40509,42505,44549,46641,48781,50969,53205,55489,57821,60201,62629,6... |
data/mapHeaders/pallettown.asm | adhi-thirumala/EvoYellow | 16 | 201327 | PalletTown_h:
db OVERWORLD ; tileset
db PALLET_TOWN_HEIGHT, PALLET_TOWN_WIDTH ; dimensions
dw PalletTownBlocks, PalletTownTextPointers, PalletTownScript
db NORTH | SOUTH ; connections
NORTH_MAP_CONNECTION PALLET_TOWN, ROUTE_1, 0, 0, Route1Blocks
SOUTH_MAP_CONNECTION PALLET_TOWN, ROUTE_21, 0, 0, Route21Blocks, 1
... |
oeis/189/A189636.asm | neoneye/loda-programs | 11 | 201328 | ; A189636: Positions of 0 in A116178; complement of A189637.
; Submitted by <NAME>(s4)
; 1,2,4,5,7,10,11,13,14,16,19,20,22,25,28,29,31,32,34,37,38,40,41,43,46,47,49,52,55,56,58,59,61,64,65,67,70,73,74,76,79,82,83,85,86,88,91,92,94,95,97,100,101,103,106,109,110,112,113,115,118,119,121,122,124,127,128,130,133,136,137,139... |
work/ff3_interrupt.asm | ypyp-pprn-mnmn/ff3_hack | 4 | 201329 | <filename>work/ff3_interrupt.asm
; ff3_interrupt.asm
;
; description:
; replaces NMI/IQA related codes
;
; version:
; 0.1.0
;======================================================================================================
ff3_interrupt_begin:
;-------------------------------------------------------------... |
oeis/142/A142279.asm | neoneye/loda-programs | 11 | 201330 | ; A142279: Primes congruent to 30 mod 43.
; Submitted by <NAME>
; 73,331,503,761,1019,1277,1621,1879,2137,2309,3083,3169,3943,4201,4373,4889,5147,5233,5749,6007,6781,7039,7211,7297,7727,8243,8329,8501,9103,9533,9619,9791,10651,10909,11597,11941,12113,12457,12973,14177,14779,14951,15467,16069,16843,17359,17789,18047,181... |
firmware/fw_tp_update.a51 | BBBSnowball/pinebook-pro-keyboard-updater | 77 | 201331 | CSEG AT 0000h
0000 023800 LJMP L0001
0003 02 DB 002h
0004 00 DB 000h
0005 26 DB 026h ; '&'
0006 53 DB 053h ; 'S'
0007 A9 DB 0A9h
0008 FB DB 0FBh
0009 32 DB 032h ; '2'
000A 32 DB 032h ; '2'
000B 02 DB 002h
000C 00 DB 000h
000D 0A DB 0... |
programs/oeis/276/A276877.asm | karttu/loda | 1 | 201332 | <filename>programs/oeis/276/A276877.asm
; A276877: Sums-complement of the Beatty sequence for Pi.
; 1,2,5,8,11,14,17,20,23,24,27,30,33,36,39,42,45,46,49,52,55,58,61,64,67,68,71,74,77,80,83,86,89,90,93,96,99,102,105,108,111,112,115,118,121,124,127,130,133,134,137,140,143,146,149,152,155,156,159,162
mov $1,$0
mov $4,$0
... |
src/spread/filter/print.asm | olifink/qspread | 0 | 201334 | * Spreadsheet 10/05-92
* - filter execution
section prog
include win1_keys_qdos_pt
include win1_keys_qdos_io
include win1_keys_qdos_ioa
include win1_keys_qdos_sms
include win1_keys_sys
include win1_keys_jcb
include win1_keys_err
include win1_mac_oli
include win1_spread_keys
... |
programs/oeis/132/A132729.asm | neoneye/loda | 22 | 201336 | <reponame>neoneye/loda
; A132729: Triangle T(n, k) = 2*binomial(n, k) - 3 with T(n, 0) = T(n, n) = 1, read by rows.
; 1,1,1,1,1,1,1,3,3,1,1,5,9,5,1,1,7,17,17,7,1,1,9,27,37,27,9,1,1,11,39,67,67,39,11,1,1,13,53,109,137,109,53,13,1,1,15,69,165,249,249,165,69,15,1,1,17,87,237,417,501,417,237,87,17,1,1,19,107,327,657,921,92... |
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_start.asm | jpoikela/z88dk | 640 | 201337 | <gh_stars>100-1000
; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_h.h" for further details
; ----------------------------------------------------------------
; void BIFROST_start()
SECTION code_clib
SECTION code_bif... |
programs/oeis/124/A124296.asm | jmorken/loda | 1 | 201338 | ; 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,505017569551,1322154751061,3461448647801,90621943... |
oeis/098/A098665.asm | neoneye/loda-programs | 11 | 201339 | <reponame>neoneye/loda-programs
; A098665: a(n) = Sum_{k = 0..n} binomial(n,k) * binomial(n+1,k+1) * 4^k.
; Submitted by <NAME>
; 1,6,43,332,2661,21810,181455,1526040,12939145,110413406,947052723,8157680228,70518067309,611426078346,5315138311383,46308989294640,404274406256145,3535479068797110,30966952059306555,27161689... |
cryptl30/crypt/d-win32.asm | ab300819/applied-cryptography | 1 | 201340 | <gh_stars>1-10
; Don't even think of reading this code
; It was automatically generated by des-586.pl
; Which is a perl program used to generate the x86 assember for
; any of elf, a.out, BSDI,Win32, or Solaris
; eric <<EMAIL>>
;
TITLE des-586.asm
.486
.model FLAT
_TEXT SEGMENT
PUBLIC _des_encrypt
EXTRN ... |
wof/lcs/base/1CA.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 201341 | <filename>wof/lcs/base/1CA.asm<gh_stars>1-10
copyright zengfr site:http://github.com/zengfr/romhack
01A610 dbra D1, $1a60e
0213BA move.w #$500, ($a2,A0) [base+1CA]
021568 jmp $153c.w [base+1CA]
0221F0 beq $221fe
copyright zengfr site:http://github.com/zengfr/romhack
|
libsrc/graphics/alphatro/textpixl6.asm | jpoikela/z88dk | 640 | 201342 | <reponame>jpoikela/z88dk
SECTION rodata_clib
PUBLIC textpixl
EXTERN base_graphics
; 1 2
; 4 8
; 16 32
; If pixel > 32 then 191 - value
textpixl:
;
;
; .. X. .X XX
; .. .. .. ..
; .. .. .. ..
defb 0, 1, 2, 3
; .. X. .X XX
; X. X. X. X.
; .. .. .... |
Driver Code.asm | zk2013/newborn | 0 | 201343 | <gh_stars>0
; Stoned-Sinowal Bootkit [Driver Code]
; development done by <NAME>
Driver_Code:
; [ebp - 32] = data reference
; store the ntoskrnl base address
mov esi,[ebp - 32]
mov [esi + Ntoskrnl_BaseAddress - Data_Reference],ebx ; NT-kernel base address
; allocate a memory pool (10... |
Assembly/OS/MEMORY.asm | p-rivero/CESC16 | 2 | 201345 | <reponame>p-rivero/CESC16<filename>Assembly/OS/MEMORY.asm
#bank program
MEMORY:
; Copy data from program memory to RAM
; Arguments: a0 = Address of first element in program memory (origin)
; a1 = Address AFTER last element in program memory (will NOT be copied)
; a2 = Address of first element i... |
oeis/126/A126934.asm | neoneye/loda-programs | 11 | 201346 | ; A126934: Define an array by d(m, 0) = 1, d(m, 1) = m; d(m, k) = (m - k + 1) d(m+1, k-1) - (k-1) (m+1) d(m+2, k-2). Sequence gives d(0,2n).
; Submitted by <NAME>
; 1,-2,36,-1800,176400,-28576800,6915585600,-2337467932800,1051860569760000,-607975409321280000,438958245529964160000,-387161172557428389120000,4096165205657... |
ASS4/check_palindrome_str (q5).asm | rahulkumawat1/NASM | 0 | 201347 | section .data
newline : db 0Ah
zero : db '0'
space : db ' '
m1: db "Enter String: ",0Ah
s1:equ $-m1
m2: db "Not Palindrome",0Ah
s2: equ $-m2
m3: db "Palindrome",0Ah
s3: equ $-m3
section .bss
str : resb 500
n : resw 1
i : resw 1
j : resw 1
tmp : resb 1
char: resb 1
num : resw 1
count : resw 1
dig : resb 1
section .t... |
libsrc/_DEVELOPMENT/math/float/math32/z80/h32_coeff_exp.asm | rjcorrig/z88dk | 0 | 201348 | <gh_stars>0
;
; feilipu, 2019 May
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
;-------------------------------------------------------------------------
; Co... |
lab2.asm | landofthelotophagi/simpleAVRprojects | 0 | 201350 | <reponame>landofthelotophagi/simpleAVRprojects
; Second Project
; <NAME> 8233
; <NAME> 8196
; Group 3 Team 6
.include "m16def.inc"
.CSEG
.def reg=R0
.def temp=R16
.def data=R17
.def delay=R18
.def counter=R19
.def counter2=R20
.def tempage1=R21
.def DELAY2=R22
.def inner_count_L=R24
.def inner_count_H=R25
.def OUTer... |
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_1503.asm | ljhsiun2/medusa | 9 | 201351 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rcx
push %rsi
lea addresses_WT_ht+0x2c3d, %r14
clflush (%r14)
nop
nop
xor %rcx, %rcx
movb $0x61, (%r14)
nop
nop
nop
and %r10, %r10
lea addresses_D_ht+0x1697, %rcx
inc %r11
movw $0x6162, (%rcx)
nop
nop
sub $47753, %rsi
lea addresses_D_ht+0x... |
60-文件api/OS-kernel-win-sheet/app.asm | wdkang123/MyOperatingSystem | 7 | 201352 | <gh_stars>1-10
; Disassembly of file: app.o
; Sat Jan 6 11:58:39 2018
; Mode: 32 bits
; Syntax: YASM/NASM
; Instruction set: 80386
rand: ; Function begin
push ebp ; 0000 _ 55
mov ebp, esp ; 0001 _ 89. E5
... |
ntio/prompt.asm | DigitalMars/optlink | 28 | 201353 | TITLE PROMPT - Copyright (C) SLR Systems 1994
INCLUDE MACROS
INCLUDE IO_STRUC
INCLUDE WIN32DEF
PUBLIC PROPER_PROMPT,ISSUE_PROMPT,GET_STDIN
.DATA
EXTERNDEF TEMP_RECORD:BYTE,OUTBUF:BYTE
EXTERNDEF CURN_COUNT:DWORD,FILESTUFF_PTR:DWORD,CURN_INPTR:DWORD,STDIN:DWORD
.CODE FILEPARSE_TEXT
EXTERNDEF ... |
programs/oeis/140/A140542.asm | neoneye/loda | 22 | 201354 | <filename>programs/oeis/140/A140542.asm
; A140542: Primes of form 17*n - 6.
; 11,79,113,181,283,317,419,487,521,691,827,929,997,1031,1201,1303,1439,1609,1847,1949,2017,2153,2221,2357,2459,2663,2731,2833,2969,3037,3343,3547,3581,3853,3989,4057,4091,4159,4261,4363,4397,4567,4703,5009,5077,5179,5281,5417,5519,5689,5791,59... |
programs/oeis/269/A269679.asm | karttu/loda | 0 | 201355 | ; A269679: Number of length-4 0..n arrays with no repeated value differing from the previous repeated value by other than plus or minus one modulo n+1.
; 10,66,224,570,1212,2282,3936,6354,9740,14322,20352,28106,37884,50010,64832,82722,104076,129314,158880,193242,232892,278346,330144,388850,455052,529362,612416,704874,8... |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2546.asm | ljhsiun2/medusa | 9 | 201356 | <filename>Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_2546.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1ab78, %rsi
lea addresses_normal_ht+0x13859, %rdi
nop
dec %rbp
mov $14, %rcx
rep movsq
nop
cmp %r11, %r11
pop %rsi
pop ... |
src/header.asm | Scorpion-Illuminati/ControllerTest | 1 | 201357 | ;==============================================================
; Scorpion Illuminati Controller Test
;==============================================================
; SEGA Genesis Scorpion Illuminati 2015
;==============================================================
__start:
; ********************... |
programs/oeis/113/A113338.asm | neoneye/loda | 22 | 201358 | <reponame>neoneye/loda
; A113338: Positive integers of the form (18*m^2+1)/11.
; 41,59,419,473,1193,1283,2363,2489,3929,4091,5891,6089,8249,8483,11003,11273,14153,14459,17699,18041,21641,22019,25979,26393,30713,31163,35843,36329,41369,41891,47291,47849,53609,54203,60323,60953,67433,68099,74939,75641,82841,83579,91139,9... |
src/Assembler/MIPS_program.asm | synxlin/mips_cpu | 14 | 201359 | j INIT
j INTER
j EXCEPT
#########################INIT#########################
INIT:
addi $t0, $zero, 0x0014
jr $t0 #clear PC to enable interrupt
######################################################
########################Timer#########################
lui $s0, 0x4000 #s0 base address ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.