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 |
|---|---|---|---|---|
non_regression/other_x86_linux_32.o.asm | LRGH/plasmasm | 1 | 200277 | <reponame>LRGH/plasmasm<gh_stars>1-10
.file "linuxaudiodev.c"
.data
.local n_audio_types
.type n_audio_types, @object
n_audio_types:
.long 9
.size n_audio_types, 4
# ----------------------
.section .data.rel,"wa",@progbits
.local Ladtype
.type Ladtype, @object
Ladtype:
.long 1
.long PyType_Type
.long ... |
programs/oeis/163/A163291.asm | neoneye/loda | 22 | 200279 | ; A163291: Number of digits of n-th prime written in base 4.
; 1,1,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5
seq $0,6005 ; The odd prime numbers together with 1.
lpb... |
kernel/asm_i386/bootstrap.asm | BrownieOS/lux | 2 | 200280 | <filename>kernel/asm_i386/bootstrap.asm<gh_stars>1-10
;; lux OS kernel
;; copyright (c) 2018 by <NAME>
format elf
use32
section '.multiboot'
MULTIBOOT_MAGIC = 0x1BADB002
MULTIBOOT_FLAGS = 0x00000003 ; page-align modules, E820 map
MULTIBOOT_CHECKSUM = -(MULTIBOOT_MAGIC + MULTIBOOT_FLAGS)
multiboot_magic dd M... |
src/drivers/cpu/idt.asm | mharasimowicz/vos_kernel | 0 | 200281 | ;
; VOS kernel
; Copyright 2018 <NAME>
;
[bits 32]
SECTION .text
global idt_flush
global keyboard_handler
extern keyboard_handler_main
idt_flush:
mov edx, [esp + 4] ;reading idt pointer from stack
lidt [edx]
sti ;turn on interrupts
ret
keyboard_handler:
call keyboard_handler_main
i... |
u7si/eop-displayControls.asm | JohnGlassmyer/UltimaHacks | 68 | 200282 | %include "include/u7si-all-includes.asm"
%define controlsTitle "UltimaHacks/U7SI - Controls"
%define combatStatusLine "~l: show Combat Status"
%define altMb1Line "~Alt+MB1: show Magic Scroll spell"
%define frioRuneKeyLine "~Note: 'f' for Flam, 'F' for Frio."
%define keyUsableItemLineX2 \
"~j: serpent jawbone", \... |
programs/oeis/001/A001670.asm | jmorken/loda | 1 | 200283 | <reponame>jmorken/loda<filename>programs/oeis/001/A001670.asm
; A001670: n appears n times (n even).
; 2,2,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,18,18,18,18,18,18,18,... |
programs/oeis/115/A115181.asm | jmorken/loda | 1 | 200284 | ; A115181: Beatty sequence for (Cc/(Cc-1)) with Cc = 1.234567891011121314... = 10*(Champernowne constant).
; 5,10,15,21,26,31,36,42,47,52,57,63,68,73,78,84,89,94,100,105,110,115,121,126,131,136,142,147,152,157,163,168,173,178,184,189,194,200,205,210,215,221,226,231,236,242,247,252,257,263,268,273,278,284,289,294
mov $... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_773.asm | ljhsiun2/medusa | 9 | 200285 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x10d4, %rbp
nop
inc %r15
movl $0x61626364, (%rbp)
nop
nop
nop
nop
sub %r11, %r11
lea addresses_WT_ht+0x1ceb4, %rsi
nop
nop
nop
nop
nop
sub %r15, %r15
movw $0x6162, (%rsi)
nop
n... |
artwork/pant.asm | fjpena/sword-of-ianna-zx | 67 | 200286 | level_tiles:
DB 0, 0, 0, 0, 0, 0, 0, 0, 71
DB 255, 170, 212, 160, 194, 165, 194, 128, 111
DB 7, 43, 81, 35, 1, 35, 5, 11, 105
DB 0, 248, 215, 239, 171, 6, 160, 0, 69
DB 0, 15, 223, 91, 181, 128, 42, 0, 69
DB 0, 0, 0, 0, 0, 0, 0, 0, 56
DB 0, 65, 8, 128, 4, 137, 64, 171, 105
DB 1, 11, 33, 67, 1, 11, 23, 255, 40
l... |
programs/oeis/089/A089727.asm | neoneye/loda | 22 | 200287 | <gh_stars>10-100
; A089727: Largest prime of the form n*k+1, k <= n.
; 2,5,7,17,11,37,43,41,73,101,89,109,157,197,211,257,239,307,229,401,421,463,461,577,601,677,541,757,523,811,683,929,991,1123,1051,1297,1259,1217,1483,1601,1559,1723,1721,1453,1801,1979,2069,2161,1667,2351,2551,2549,2333,2917,2971,3137,3079,3307,3187,... |
data/baseStats/feraligatr.asm | adhi-thirumala/EvoYellow | 16 | 200289 | <filename>data/baseStats/feraligatr.asm
db DEX_FERALIGATR ; pokedex id
db 85 ; base hp
db 105 ; base attack
db 100 ; base defense
db 78 ; base speed
db 81 ; base special
db WATER ; species type 1
db WATER ; species type 2
db 35 ; catch rate
db 210 ; base exp yield
INCBIN "pic/ymon/feraligatr.pic",0,1 ; sprite... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1751.asm | ljhsiun2/medusa | 9 | 200291 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x15049, %rsi
lea addresses_D_ht+0x109, %rdi
nop
nop
dec %r10
mov $113, %rcx
rep movsb
dec %r12
lea addresses_WC_ht+0x19bc9, %r11
clflush (%r11)
n... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1532.asm | ljhsiun2/medusa | 9 | 200292 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x11c19, %rsi
lea addresses_WC_ht+0xa959, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
sub %rbx, %rbx
mov $29, %rcx
rep movsb
add %r11, %r11
lea addresses_WT_ht+... |
programs/oeis/091/A091711.asm | neoneye/loda | 22 | 200293 | ; A091711: Exponent of 2 in (n^2)!.
; 0,3,7,15,22,34,46,63,78,97,116,142,165,193,221,255,286,321,356,397,435,479,526,574,620,672,723,781,836,896,956,1023,1086,1153,1220,1293,1363,1439,1514,1597,1676,1758,1842,1931,2017,2113,2205,2302,2396,2495,2596,2700,2801,2910,3018,3133,3243,3359,3474,3596,3715,3839,3963,4095,4222,4... |
add with any number/indec.asm | nasim-aust/AUST_CSE_2214_ASSEMBLY_LAB | 2 | 200294 | INDEC PROC
PUSH BX
PUSH CX
PUSH DX
BEGIN:
MOV AH,2
MOV DL, '?'
INT 21H
XOR BX,BX
XOR CX,CX
MOV AH,1
INT 21H
CMP AL,'-'
JE MINUS
CMP AL,'+'
JE PLUS
JMP REPEAT2
MINUS:
MOV CX,1
PLUS:
INT 21H
REPEAT2:
CMP... |
programs/oeis/198/A198017.asm | karttu/loda | 1 | 200295 | ; A198017: a(n) = n*(7*n + 11)/2 + 1.
; 1,10,26,49,79,116,160,211,269,334,406,485,571,664,764,871,985,1106,1234,1369,1511,1660,1816,1979,2149,2326,2510,2701,2899,3104,3316,3535,3761,3994,4234,4481,4735,4996,5264,5539,5821,6110,6406,6709,7019,7336,7660,7991,8329,8674,9026,9385,9751,10124,10504,10891,11285,11686,12094,12... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_489.asm | ljhsiun2/medusa | 9 | 200296 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x60bd, %rsi
lea addresses_normal_ht+0x12b3d, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
and $60204, %rbp
mov $50, %rcx
rep movsw
xor $39884, %rdi
lea addresses_WC_h... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_97.asm | ljhsiun2/medusa | 9 | 200297 | <filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_97.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rax
push %rcx
push %rdi
push %rdx
lea addresses_A_ht+0x10e25, %rdx
clflush (%rdx)
nop
nop
nop
sub $5576, %rax
movl $0x61626364, (%rdx)
nop
nop
no... |
MdePkg/Library/BaseMemoryLibOptDxe/Arm/CompareMem.asm | KaoTuz/edk2-stable202108 | 9 | 200298 | <reponame>KaoTuz/edk2-stable202108
;
; Copyright (c) 2013 - 2016, Linaro Limited
; All rights reserved.
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Parameters and result.
#define src1 r0
#define src2 r1
#define limit r2
#define result r0
; Internal variables.
#define data1 r3
#define data2... |
device check/check_8255.asm | stevenwwl/Microcomputer-Design- | 0 | 200301 | <reponame>stevenwwl/Microcomputer-Design-
data segment
data ends
code segment
start:assume ds:data,cs:code
mov dx,029bh
mov al,90h
out dx,al
again:mov dx,0298h
in al,dx
mov dx,0299h
out dx,al
jmp again
code ends
end start |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_88_7.asm | ljhsiun2/medusa | 9 | 200302 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xe02e, %rsi
lea addresses_WT_ht+0x156ee, %rdi
nop
nop
nop
sub $2922, %r15
mov $99, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp $52995, %rdx
lea addresses_A_ht+0x87ee, %r12
nop
nop... |
engine/events/pokerus/pokerus.asm | AtmaBuster/pokeplat-gen2 | 6 | 200303 | GivePokerusAndConvertBerries:
call ConvertBerriesToBerryJuice
call DoPickup
ld hl, wPartyMon1PokerusStatus
ld a, [wPartyCount]
ld b, a
ld de, PARTYMON_STRUCT_LENGTH
; Check to see if any of your Pokemon already has Pokerus.
; If so, sample its spread through your party.
; This means that you cannot get Pokerus de... |
oeis/000/A000780.asm | neoneye/loda-programs | 11 | 200304 | <reponame>neoneye/loda-programs
; A000780: a(n) = (n+1)!/2+(n-1)(n-1)!.
; Submitted by <NAME>
; 1,4,16,78,456,3120,24480,216720,2136960,23224320,275788800,3552595200,49337164800,734788454400,11681891020800,197458829568000,3535951491072000,66869236482048000,1331693730791424000,27856727993622528000,610658404052336640000,... |
triangulo.asm | yurirocha15/sbTradutor | 0 | 200305 | <gh_stars>0
TRIANGULO EQU 1
SECTION TEXT
input B
input H
load B
mult H
if TRIANGULO
div DOIS
store R
output R
stop
SECTION DATA
B: SPACE
H: SPACE
R: SPACE
DOIS: CONST 2
|
LinkedList/MIPS/linkedList.asm | mairacanal/data_structures | 1 | 200307 | # @file linkedList.asm
# @author <NAME> (@mairacanal)\
# A simple Singly Linked List in MIPS
.data
vetor: .word 15, 31, 63, 127, 255, 511, 1023, 2047, 4067, 65536, 0
head: .space 4
space: .asciiz " "
.text
.globl main
main:
la $s0, vetor # load vetor address
lw $a0, 0($s0) # load first word from vetor
la... |
programs/oeis/087/A087057.asm | neoneye/loda | 22 | 200308 | ; A087057: Smallest number whose square is larger than 2*n^2.
; 2,3,5,6,8,9,10,12,13,15,16,17,19,20,22,23,25,26,27,29,30,32,33,34,36,37,39,40,42,43,44,46,47,49,50,51,53,54,56,57,58,60,61,63,64,66,67,68,70,71,73,74,75,77,78,80,81,83,84,85,87,88,90,91,92,94,95,97,98,99,101,102,104,105,107,108,109,111,112,114,115,116,118,... |
programs/oeis/030/A030195.asm | jmorken/loda | 1 | 200310 | ; A030195: a(n) = 3*a(n-1) + 3*a(n-2), a(0)=0, a(1)=1.
; 0,1,3,12,45,171,648,2457,9315,35316,133893,507627,1924560,7296561,27663363,104879772,397629405,1507527531,5715470808,21668995017,82153397475,311467177476,1180861724853,4476986706987,16973545295520,64351596007521,243975423909123,924981059749932,3506869450977165
m... |
core/chekFiel.asm | cristoferfb/columns | 0 | 200311 | <gh_stars>0
check_field:
mov ah,02h ; Nos posicionamos en la esquina
mov dh,18 ; inferior izquierda para
mov dl,22 ; comenzar el checkeo del campo
xor bh,bh ; de juego.
int 10h
check_loop:
mov ah,08h ; Obtenemos el caracter
int 10h ; en la posicion actual
cmp al,178 ... |
src/samples/nokia-lcd.asm | bberak/6502-flappy-bird | 0 | 200312 | !to "build/nokia-lcd.bin"
*=$8000
PORTB = $6000
PORTA = $6001
DDRB = $6002
DDRA = $6003
DISABLED = %00010000
DATA = %00100000
COMMAND = %00000000
HIGH = %01000000
LOW = %00000000
TICK = %10000000
;///////////////////////////////////////////////////////////////////////
main:
; Set stack poin... |
Legacy Windows/Win95.Molly.725/Win95.Molly.725.asm | fengjixuchui/Family | 3 | 200313 | <reponame>fengjixuchui/Family<filename>Legacy Windows/Win95.Molly.725/Win95.Molly.725.asm
; [Win95.Molly.725] - An experimental specimen
; Copyright (c) 1999 by <NAME>/iKX
;
; [ Introduction ]
;
; This is an experimental virus. After Win32.Legacy i needed to do something
; small and functional. And here it is. This is... |
data/maps/objects/CeladonChiefHouse.asm | opiter09/ASM-Machina | 1 | 200314 | CeladonChiefHouse_Object:
db $f ; border block
def_warps
warp 2, 7, 11, LAST_MAP
warp 3, 7, 11, LAST_MAP
def_signs
def_objects
object SPRITE_GRAMPS, 4, 2, STAY, DOWN, 1 ; person
object SPRITE_ROCKET, 1, 4, WALK, ANY_DIR, 2 ; person
object SPRITE_SAILOR, 5, 6, STAY, LEFT, 3 ; person
def_warps_to CELADO... |
testsuite/ubivm/expected/fatorial.asm | alexgarzao/UOP | 0 | 200315 | <filename>testsuite/ubivm/expected/fatorial.asm<gh_stars>0
Entity start
No options
Constants
0 S start
1 S Fatorial de 0:
2 I 0
3 S fatorial
4 I 2
5 S io.writeln
6 S Fatorial de 1:
7 I 1
8 S Fatorial de 2:
9 S Fatorial de 3:
10 I 3
11 S Fatorial de 4:
12 I 4
13 S Fatorial de 5:
14 ... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1826.asm | ljhsiun2/medusa | 9 | 200316 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1826.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x7c08, %rsi
lea addresses_normal_ht+0x7008, %rdi
nop
dec %r13
mov $18, %rcx
rep movsl
... |
rom_writer/MEM0.asm | clpl/proteus-CPU | 5 | 200317 | <reponame>clpl/proteus-CPU
ORG 0000H
DB 00000100B
ORG 0001H
DB 00000000B
ORG 0002H
DB 00000100B
ORG 0003H
DB 00000001B
ORG 0004H
DB 00000101B
ORG 0005H
DB 00001011B
ORG 0006H
DB 00000000B
ORG 0007H
DB 00000001B
ORG 0008H
DB 11111111B
ORG ... |
programs/oeis/010/A010848.asm | neoneye/loda | 22 | 200318 | <filename>programs/oeis/010/A010848.asm
; A010848: Number of numbers k <= n such that at least one prime factor of n is not a prime factor of k.
; 0,1,2,2,4,5,6,4,6,9,10,10,12,13,14,8,16,15,18,18,20,21,22,20,20,25,18,26,28,29,30,16,32,33,34,30,36,37,38,36,40,41,42,42,42,45,46,40,42,45,50,50,52,45,54,52,56,57,58,58,60,6... |
university/find_sorting.asm | ratedali/assembly-exercises | 1 | 200319 | section .data
numArray dd 1,2,3,4,5
count dd 4
section .text
global _main
_main:
push ebp
mov ebp, esp
and esp, 0xfffffff0
mov ecx, 0
xor ebx, ebx
mov esi, 1
mov edi, -1
_find_sorting:
mov ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1304.asm | ljhsiun2/medusa | 9 | 200320 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x13d9, %rcx
nop
nop
nop
nop
nop
add %rax, %rax
and $0xffffffffffffffc0, %rcx
vmovntdqa (%rcx), %ymm5
vextracti128 $0, %ymm5, %xmm5
vpextrq $1, %xmm5, %r11
nop
nop
nop
no... |
third_party/virtualbox/src/VBox/Devices/BiosCommonCode/__U4M.asm | Fimbure/icebox-1 | 521 | 200322 | ; $Id: __U4M.asm $
;; @file
; Compiler support routines.
;
;
; Copyright (C) 2012-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 under the terms of the GNU
; Gen... |
src/fix_allied_decloaking.asm | mvdhout1992/ts-patches | 33 | 200323 | %include "macros/patch.inc"
; Fixes a bug where objects with Sensors=yes cause nearby cloaked objects of allied players to decloak.
; Author: Rampastring
hack 0x0043B2E5
pushad
; We have one house in ECX and another in EDX
push edx
call 0x004BDA20 ; HouseClass::Is_Ally(HouseClass *)
test al, al
popad
jz .no... |
programs/oeis/279/A279080.asm | jmorken/loda | 1 | 200325 | <reponame>jmorken/loda
; A279080: Maximum starting value of X such that repeated replacement of X with X-ceiling(X/10) requires n steps to reach 0.
; 0,1,2,3,4,5,6,7,8,9,11,13,15,17,19,22,25,28,32,36,41,46,52,58,65,73,82,92,103,115,128,143,159,177,197,219,244,272,303,337,375,417,464,516,574,638,709,788,876,974,1083,120... |
libsrc/stdio_new/file/scanf.asm | meesokim/z88dk | 8 | 200326 | <reponame>meesokim/z88dk
; int scanf(const char *fmt, ...)
; 05.2008 aralbrec
PUBLIC scanf
EXTERN vfscanf_callee, stdio_varg
EXTERN ASMDISP_VFSCANF_CALLEE
EXTERN _stdin
.scanf
call stdio_varg ; de = char *fmt
ld c,l
ld b,h ; bc = top of parameter list
ld ix,(_stdin)... |
source/function/rcursor.asm | mega65dev/rom-assembler | 0 | 200327 | <reponame>mega65dev/rom-assembler
; ********************************************************************************************
; ********************************************************************************************
;
; Name : rcursor.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2... |
techtech-tpl.asm | maciejmalecki/chamberconf2019 | 0 | 200329 | <reponame>maciejmalecki/chamberconf2019<gh_stars>0
.label CONTROL_1 = $d011
.label RASTER = $d012
.label CONTROL_2 = $d016
.label IRR = $d019
.label IMR = $d01a
.label BORD_COL = $d020
.label BG_COL = $d021
.label CIA1_ICR = $dc0d
.label CIA2_ICR = $dd0d
.label SCREEN = $0400
.label COLOR_RAM = $d800
.label IO_REG = $0... |
test/jzas/sintactic/valid/success23.asm | scoffey/jz80sim | 1 | 200330 | aseg
org 0F80h
start: ld A, (1000h)
ld B, A
inc B
xor A
ld C, 0 ; ahora C acumula la suma
ld HL, 1001h
jp calculo
ciclo: ld A, (HL)
cp 0
jp M, paso
add A, C
ld C, A
paso: inc HL
calculo: djnz ciclo
ld (0FFFh), A
rst 38h
end start
|
programs/oeis/313/A313480.asm | neoneye/loda | 22 | 200331 | <reponame>neoneye/loda
; A313480: Coordination sequence Gal.4.41.4 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.
; 1,5,10,14,18,22,26,31,36,41,46,50,54,58,62,67,72,77,82,86,90,94,98,103,108,113,118,122,126,130,134,139,144,149,154,158... |
example/01.asm | zrsharp/assembly | 0 | 200332 | assume cs:codesg
assume ss:stacksg
stacksg segment stack
db 1 dup(0)
stacksg ends
codesg segment
start:
mov ax, 0123h
mov bx, 0456h
add ax, bx
mov ax, 4c00h
int 21h
codesg ends
end
|
demo.asm | furrykef/scan16demo | 4 | 200333 | <reponame>furrykef/scan16demo<filename>demo.asm
.include "snes.inc"
.include "init.asm"
; This value depends on how long HandleIrq takes to get to the DMA
; See the big comment at HandleIrq
HIRQ_TIME = 195
; Order is significant!
.enum ImageFormat
_2bit
_4bit
_8bit
scan16
.endenum
... |
oeis/191/A191778.asm | neoneye/loda-programs | 11 | 200334 | ; A191778: a(1) = 1; a(n)= 2*lcm(n, a(n - 1)).
; Submitted by <NAME>
; 1,4,24,48,480,960,13440,26880,161280,322560,7096320,14192640,369008640,738017280,1476034560,2952069120,100370350080,200740700160,7628146606080,15256293212160,30512586424320,61025172848640,2807157951037440,5614315902074880,56143159020748800
mov $1,1... |
variables.asm | nesdoug/SNES_01 | 7 | 200335 | <filename>variables.asm
; variables declared
.segment "ZEROPAGE"
in_nmi: .res 2
.segment "BSS"
PAL_BUFFER: .res 512 ;palette
OAM_BUFFER: .res 512 ;low table
OAM_BUFFER2: .res 32 ;high table
|
sound/sfxasm/B9.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 200336 | <reponame>NatsumiFox/Sonic-3-93-Nov-03
B9_Header:
sHeaderInit ; Z80 offset is $D7DB
sHeaderPatch B9_Patches
sHeaderTick $01
sHeaderCh $01
sHeaderSFX $80, $05, B9_FM5, $2C, $0B
B9_FM5:
sPatFM $00
ssModZ80 $01, $01, $36, $95
dc.b nFs2, $10
B9_Loop1:
dc.b nC3, $10
sLoop $00, $07, B9_Loop1
sStop
B9_Pat... |
assembly/cross_correlation_asm_full.asm | sinemelifhaseki/System-Programming | 0 | 200337 | ;<NAME> 150160026 - Assignment 1
segment .bss
counter1 resd 1
counter2 resd 1
f1 resd 1
f2 resd 1
result resd 1
segment .text
global cross_correlation_asm_full
cross_correlation_asm_full:
push ebp
mov ebp,esp
push ebx
sub esp, 4
mov ecx, [ebp+28] ;output size is in ecx
mov ebx, [ebp+24] ;ebx now holds... |
MD407/Kap3/gdbtest3.asm | konglobemeralt/DAT017 | 0 | 200338 | <filename>MD407/Kap3/gdbtest3.asm
@@ gdbtest3.asm@
start: LDR R0, =0x40023830 LDR R1, =0x18 STR R1, [R0]
LDR R0,=0x55555555 LDR R1,=0x40020C00 @ config port D STR R0,[R1]
LDR R1,=0x40020C14 @ outport GPIO D LDR R2,=0x40021010 @ inport GPIO E
main: LDR R0,[R2] STR R0,[R1] B main
|
oeis/140/A140442.asm | neoneye/loda-programs | 11 | 200339 | <filename>oeis/140/A140442.asm
; A140442: Primes congruent to 9 mod 14.
; Submitted by <NAME>(s1)
; 23,37,79,107,149,163,191,233,317,331,359,373,401,443,457,499,541,569,653,709,751,821,863,877,919,947,1031,1087,1129,1171,1213,1283,1297,1367,1381,1409,1423,1451,1493,1549,1619,1759,1787,1801,1871,1913,1997,2011,2039,2053... |
tests/relocate/relocation_issue_with_max_count.asm | fengjixuchui/sjasmplus | 220 | 200341 | ; the forward reference to reloc_label2 without knowing it's relocatable does cause
; "reloc_label2-reloc_label" to be reported as one more thing to relocate in pass 1
; thus the max_count is then 2 when pass 1 is finished = bug in early prototype
ORG $1234
RELOCATE_START
ASSERT 2 * relocate_c... |
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21829_252.asm | ljhsiun2/medusa | 9 | 200342 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x23a1, %rsi
lea addresses_D_ht+0xfa61, %rdi
and $5665, %rbx
mov $94, %rcx
rep movsl
nop
nop
add $55471, %r12
lea addresses_D_ht+0xf6f8, %rsi
nop
add %rbx, %rbx
and $0xffffffffffffffc0, ... |
programs/oeis/229/A229065.asm | neoneye/loda | 22 | 200345 | ; A229065: Numbers of the form 2^(p-1)+3, where p is prime.
; 5,7,19,67,1027,4099,65539,262147,4194307,268435459,1073741827,68719476739,1099511627779,4398046511107,70368744177667,4503599627370499,288230376151711747,1152921504606846979,73786976294838206467,1180591620717411303427,4722366482869645213699,302231454903657293... |
Transynther/x86/_processed/NC/_st_zr_/i7-8650U_0xd2_notsx.log_19_1598.asm | ljhsiun2/medusa | 9 | 200346 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1b9b1, %rsi
lea addresses_UC_ht+0xb1, %rdi
nop
nop
nop
xor %rax, %rax
mov $57, %rcx
rep movsl
nop
nop
nop
nop
cmp %rsi, %rsi
lea addresses_WC_ht+0x15ab1, %rsi
lea addresses_... |
data/events/bug_contest_winners.asm | AtmaBuster/pokeplat-gen2 | 6 | 200347 | BugContestantPointers:
; there are NUM_BUG_CONTESTANTS + 1 entries
dw BugContestant_BugCatcherDon ; this reverts back to the player
dw BugContestant_BugCatcherDon
dw BugContestant_BugCatcherEd
dw BugContestant_CooltrainerMNick
dw BugContestant_PokefanMWilliam
dw BugContestant_BugCatcherBenny
dw BugContestant_Cam... |
Irvine/Examples/ch09/32 bit/Binary_Search/PrintArray.asm | alieonsido/ASM_TESTING | 0 | 200348 | <reponame>alieonsido/ASM_TESTING
TITLE PrintArray Procedure (PrintArray.asm)
INCLUDE Irvine32.inc
.code
;-----------------------------------------------------------
PrintArray PROC USES eax ecx edx esi,
pArray:PTR DWORD, ; pointer to array
Count:DWORD ; number of elements
;
; Writes an array of ... |
src/tiles.asm | tewtal/lttphack | 0 | 200350 | <reponame>tewtal/lttphack
pushpc
; TILES
;
; Takes care to expand the tileset with our own stuff, so we can draw custom HUD items.
; Load Tiles Hijack
org $028068
JSL load_default_tileset
; Load Tiles Hook
pullpc
load_default_tileset:
LoadCustomHUDGFX:
%a16()
%i8()
LDY #$01 ; dma channel 0
LDX #$80 : STX $2115
... |
programs/oeis/294/A294934.asm | neoneye/loda | 22 | 200351 | ; A294934: Characteristic function for deficient numbers (A005100): a(n) = 1 if A001065(n) < n, 0 otherwise.
; 1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,0
seq $0,2... |
sh.asm | haniyehnasseri/xv6ProcessScheduling | 0 | 200353 | <gh_stars>0
_sh: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return 0;
}
int
main(void)
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 p... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_m_tapein_toggle_pause.asm | jpoikela/z88dk | 640 | 200354 | <reponame>jpoikela/z88dk
; unsigned char esx_m_tapein_toggle_pause(void)
SECTION code_esxdos
PUBLIC esx_m_tapein_toggle_pause
EXTERN asm_esx_m_tapein_toggle_pause
defc esx_m_tapein_toggle_pause = asm_esx_m_tapein_toggle_pause
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_m_tapein_toggle_pause
defc _esx_m_tape... |
Library/Kernel/Object/objectClass.asm | steakknife/pcgeos | 504 | 200355 | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Object
FILE: objectClass.asm
ROUTINES:
Name Description
---- -----------
GLB ObjCallInstance Call a method of the given instance's class... |
programs/oeis/187/A187358.asm | neoneye/loda | 22 | 200356 | <reponame>neoneye/loda
; A187358: Catalan trisection: A000108(3*n+1), n>=0.
; 1,14,429,16796,742900,35357670,1767263190,91482563640,4861946401452,263747951750360,14544636039226909,812944042149730764,45950804324621742364,2622127042276492108820,150853479205085351660700,8740328711533173390046320,50955224517961713805460857... |
oeis/050/A050494.asm | neoneye/loda-programs | 11 | 200357 | ; A050494: Partial sums of A051923.
; Submitted by <NAME>(s4)
; 1,10,52,192,570,1452,3300,6864,13299,24310,42328,70720,114036,178296,271320,403104,586245,836418,1172908,1619200,2203630,2960100,3928860,5157360,6701175,8625006,11003760,13923712,17483752,21796720,26990832,33211200,40621449
mov $2,$0
mul $0,3
add $0,7
add... |
programs/oeis/196/A196514.asm | karttu/loda | 0 | 200358 | ; A196514: Partial sums of A100381.
; 0,4,28,124,444,1404,4092,11260,29692,75772,188412,458748,1097724,2588668,6029308,13893628,31719420,71827452,161480700,360710140,801112060,1769996284,3892314108,8522825724,18589155324,40399536124,87509958652,188978561020,406948151292,874025844732,1872605741052,4002909519868,85383949... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_364.asm | ljhsiun2/medusa | 9 | 200359 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xcf2f, %r15
nop
nop
nop
nop
xor $61531, %rdx
and $0xffffffffffffffc0, %r15
vmovaps (%r15), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $1, %xmm6, %r1... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_11_781.asm | ljhsiun2/medusa | 9 | 200360 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rcx
push %rdi
push %rdx
lea addresses_normal_ht+0x1021c, %r10
nop
nop
nop
nop
inc %r12
mov (%r10), %rdi
nop
nop
xor $29905, %rcx
lea addresses_WC_ht+0x1075c, %rdx
nop
nop
nop
dec %rax
mov $0x6162636465666768, %r10
movq %r10, %xmm3
movups %... |
src/shaders/vme/intra_frame_ivb.asm | tizenorg/platform.upstream.libva-intel-driver | 0 | 200363 | /*
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
*/
// Modual name: IntraFrame.asm
//
// Make intra predition estimati... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_683.asm | ljhsiun2/medusa | 9 | 200364 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x4705, %rsi
nop
nop
nop
nop
sub $53629, %r13
mov $0x6162636465666768, %rax
movq %rax, %xmm7
and $0xffffffffffffffc0, %rsi
vmovaps %ymm7, (%rsi)
nop
and %r10, %r10
lea addresses... |
oeis/048/A048755.asm | neoneye/loda-programs | 11 | 200365 | <reponame>neoneye/loda-programs
; A048755: Partial sums of A048693.
; Submitted by <NAME>(s3)
; 1,7,20,52,129,315,764,1848,4465,10783,26036,62860,151761,366387,884540,2135472,5155489,12446455,30048404,72543268,175134945,422813163,1020761276,2464335720,5949432721,14363201167,34675835060,83714871292,202105577649,48792602... |
02-real-mode-hello-world/boot.asm | starsheriff/train-os | 3 | 200366 | <gh_stars>1-10
; Compile to raw/flat machine code:
; $ nasm -f bin boot.asm -o boot.img
;
; Compile to object file in elf format:
; $ nasm -f elf boot.asm -o boot.o
;
; Run with qemu:
; $ qemu boot.img
; the interrupt code to print a single character is 0x0e
; this value must be written to register ah before triggeri... |
2011400_NguyenTuanKiet_Lab5/bt7.asm | alumica/KTMT | 0 | 200367 | <reponame>alumica/KTMT
.model small
.stack 100h
.data
tb db 'Ngay/thang/nam cua he thong: $'
.code
mov ax, @data
mov ds, ax
lea dx, tb
mov ah, 9
int 21h
mov ah, 2Ah
int 21h
mov al, dl
call date1
mov dl, '/'
mov ah, 2
int 21h
... |
chapter_07/forth/lib.asm | GeertArien/low-level-programming | 0 | 200368 | <filename>chapter_07/forth/lib.asm
section .data
newline_char: db 10
section .text
global string_length
global print_string
global print_error
global print_char
global print_newline
global print_uint
global print_int
global string_equals
global read_char
global read_word
global parse_uint
global parse_int
global stri... |
DIVISION.asm | sekharkaredla/8085 | 1 | 200369 | MVI A,00H
LXI H,4001
MOV C,M
DCX H
MOV D,M
MVI B,00
ADD D
CMP C
JC TYPE
MOV A,D
ZONE: INR B
SUB C
JC TEST
JZ TYPE
JNZ ZONE
TEST: DCR B
TYPE: MOV A,B
STA 5000
RST 1
// CMP C
// MOV A,D
// JZ TYPE
// INR B
|
oeis/309/A309212.asm | neoneye/loda-programs | 11 | 200371 | <filename>oeis/309/A309212.asm
; A309212: Nearest integer to (4/3)^n.
; Submitted by <NAME>
; 1,1,2,2,3,4,6,7,10,13,18,24,32,42,56,75,100,133,177,237,315,420,561,747,997,1329,1772,2362,3150,4200,5600,7466,9955,13273,17698,23597,31463,41950,55933,74578,99437,132583,176777,235703,314271,419028,558704,744939,993252,132433... |
Transynther/x86/_processed/NONE/_ht_st_zr_un_/i9-9900K_12_0xa0.log_21829_1845.asm | ljhsiun2/medusa | 9 | 200372 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x16a5b, %rsi
lea addresses_D_ht+0x1a1f3, %rdi
inc %rdx
mov $107, %rcx
rep movsw
nop
nop
nop
nop
nop
xor $31922, %r13
lea addresses_WC_ht+0x19847, %rcx
nop
nop
... |
audit/langcard.asm | zellyn/a2audit | 22 | 200373 | <reponame>zellyn/a2audit<filename>audit/langcard.asm
;;; Apple II Language Card audit routines
;;; Copyright © 2016 <NAME> <<EMAIL>>
!zone langcard {
.checkdata = tmp1
LANGCARDTESTS
lda #0
sta LCRESULT
lda MEMORY
cmp #49
bcs LANGCARDTESTS_NO_CHECK
+print
!text "48K:SKIPPING LANGUAGE CARD TEST",$8D
+printed
... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_397.asm | ljhsiun2/medusa | 9 | 200374 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x6ee8, %rsi
lea addresses_D_ht+0x15a8, %rdi
nop
nop
nop
add %r13, %r13
mov $46, %rcx
rep movsb
nop
nop
nop
nop
add $6511, %rdx
lea addresses_A_ht+0xf40, %r9
nop
nop
cmp $44957,... |
src/os/boot/setup_vga_text_mode16.asm | PatrickDropbox/abc | 0 | 200375 | ; bits 16
; http://www.ctyme.com/intr/rb-0069.htm
; http://wiki.osdev.org/Text_UI
setup_vga_text_mode:
pushf
pusha
mov ah, 0
mov al, 3 ; mode 3 = 80x25 vga text mode, with video memory at 0xB8000
int 0x10
popa
popf
ret
|
code/parser.asm | LeifBloomquist/PETRTC | 0 | 200376 | ; RTC Parser Code
; <NAME> - April 3, 2006
processor 6502 ; PET 8296
; Jump Table --------------------------------------------------------
; Parse
org $9c40,0 ;40000 decimal (Fill value=0)
jmp parse
; Print Message
org $9c4A ;40010 decimal
jmp print
; Code (Parse) ------------------------------------... |
programs/oeis/002/A002942.asm | neoneye/loda | 22 | 200377 | <filename>programs/oeis/002/A002942.asm
; A002942: a(n) = n^2 written backwards.
; 1,4,9,61,52,63,94,46,18,1,121,441,961,691,522,652,982,423,163,4,144,484,925,675,526,676,927,487,148,9,169,4201,9801,6511,5221,6921,9631,4441,1251,61,1861,4671,9481,6391,5202,6112,9022,4032,1042,52,1062,4072,9082,6192,5203,6313,9423,4633,... |
U9200/CardFiles/Source/readerio.asm | sboydlns/univacemulators | 2 | 200379 | ***********************************************************
*
* Card reader I/O (DTFCR)
*
* For use by assembler programs (not RPG).
*
* Recreated from old listings & disassembled object
* code.
*
* Comments are mine based on my interpretation of
* the code.
*
* <NA... |
programs/oeis/220/A220128.asm | neoneye/loda | 22 | 200380 | <reponame>neoneye/loda<filename>programs/oeis/220/A220128.asm
; A220128: 1 followed by period 6: (1, 3, 2, 3, 1, 4) repeated; offset 0.
; 1,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,1,3,2,3,1,4,... |
libsrc/z80_crt0s/8080/sccz80/l_long_asro.asm | jpoikela/z88dk | 0 | 200381 | ;
; Z88 Small C+ Run Time Library
; Long support functions
;
; djm 25/2/99
; Rewritten for size and speed (untested, but should be OK)
;
; djm 7/6/99
; The optimizer version! Entered with long in dehl and counter in c
;
; aralbrec 01/2007
; Sped up, would be better with ... |
dino/lcs/item/1A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 200382 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data
copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
0018A2 add.w ($1a,A6), D0 [123p+ 14, enemy+14, item+14]
0018A6 move.w D0, ($14,A6) [123p+ 1A, enemy+1A, item+1A]
0048F2 move.l D0, (A4)+ ... |
Game/life.asm | DW0RKiN/M4_FORTH | 2 | 200384 | ORG 0x8000
; === b e g i n ===
ld (Stop+1), SP ; 4:20 not need
ld L, 0x1A ; 2:7 Upper screen
call 0x1605 ; 3:17 Open channel
ld HL, 60000 ; 3:10 Init Return address stack
exx ; 1:4
call _init ; 3:17 ... |
patches/vwf_dialogues/vwfcode.asm | RPGHacker/SMW-Workspace | 9 | 200385 | <gh_stars>1-10
%nextbank(freecode)
;-------------------------------------------------------
; Custom code meant for your VWF messages goes here.
;-------------------------------------------------------
; Some useful routines for your VWF messages.
; This routine lets you display a message and force the current ... |
oeis/176/A176787.asm | neoneye/loda-programs | 11 | 200386 | <reponame>neoneye/loda-programs
; A176787: a(n) = (0!-1!+2!-3!....(-1)^(n-1)*(n-1)!) mod n.
; Submitted by <NAME>(s2)
; 0,0,2,0,0,2,4,4,8,0,5,8,0,4,5,12,9,8,15,0,11,16,19,20,20,0,17,4,20,20,10,28,5,26,25,8,0,34,26,20,2,32,6,16,35,42,7,44,11,20,26,0,21,44,5,4,53,20,33,20,49,10,53,60,0,38,6,60,65,60,65,44,16,0,20,72,60,2... |
target/cos_117/disasm/iop_overlay1/EDREPL.asm | jrrk2/cray-sim | 49 | 200387 | <gh_stars>10-100
0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291B- f:00024 d: 283 | OR[283] = A
0x0002 (0x000004) 0x1028- f:00010 d: 40 | A = 40 (0x0028)
0x0003 (0x000006) 0x291C- f:00024 d: 284 | OR[284] = A ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_820.asm | ljhsiun2/medusa | 9 | 200389 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xf2e0, %rbp
nop
nop
mfence
movl $0x61626364, (%rbp)
nop
nop
nop
nop
add %rdx, %rdx
lea addresses_normal_ht+0x8af8, %r8
nop
nop
nop
nop
xor %r15, %r15
movw $0... |
sav/includes/music_kasstheme.asm | zzazzdzz/fools2019 | 12 | 200390 | Music_KassTheme:
musicheader 4, 1, $d290 + (Music_KassTheme_Ch2 - Music_KassTheme)
musicheader 1, 2, $d290 + (Music_KassTheme_Empty - Music_KassTheme)
musicheader 1, 3, $d290 + (Music_KassTheme_Ch3 - Music_KassTheme)
musicheader 1, 4, $d290 + (Music_KassTheme_Empty - Music_KassTheme)
Music_KassTheme_Em... |
vic/bars2.asm | FolkertVanVerseveld/c64 | 1 | 200391 | <reponame>FolkertVanVerseveld/c64
// Assembler: KickAssembler
// source: http://codebase64.org/doku.php?id=base:rasterbars_with_screen_on
// veel betere bars dan bars.asm. het werkt zelfs met het scherm aan
// coded by <NAME> ^ Nuance ^ Arsenic
// feel free to change $d020/$d021 to other registers like $d022/$d023 for... |
target/cos_117/disasm/iop_overlay1/COMM16.asm | jrrk2/cray-sim | 49 | 200392 | <reponame>jrrk2/cray-sim<gh_stars>10-100
0x0000 (0x000000) 0x7004- f:00070 d: 4 | P = P + 4 (0x0004)
0x0001 (0x000002) 0x00D0- f:00000 d: 208 | PASS | **** non-standard encoding with D:0x00D0 ****
0x0002 (0x000004) 0x0016- f:00000 d: 22 | PASS ... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_1373.asm | ljhsiun2/medusa | 9 | 200394 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x15d2, %r15
nop
nop
cmp $30358, %r13
movb $0x61, (%r15)
nop
nop
nop
sub %rbx, %rbx
lea addresses_WC_ht+0x18b36, %r14
nop
nop
inc %... |
programs/oeis/092/A092431.asm | neoneye/loda | 22 | 200395 | ; A092431: Numbers having in binary representation a leading 1 followed by n zeros and n-1 ones.
; 2,9,35,135,527,2079,8255,32895,131327,524799,2098175,8390655,33558527,134225919,536887295,2147516415,8590000127,34359869439,137439215615,549756338175,2199024304127,8796095119359,35184376283135,140737496743935,562949970198... |
ee/hot/exep.asm | olifink/smsqe | 0 | 200396 | <reponame>olifink/smsqe
; Procedure to execute programs V2.03 1988 <NAME> QJUMP
;
; 2003-01-18 2.01 added function fep pjwitte 2oo3
; 2003-03-11 2.02 Fixed launching of files, bug introduced in 2.01 (MK)
; 2006-03-27 2.03 Use system specific exec delay (MK)
section hotkey
xdef exep
xdef fep
... |
CS2610/problem1b.asm | shariefsmm/College-Codes | 0 | 200397 | #problem1b.asm
.data
.text
.globl main
main:
li $t0, 0xffff
li $t1, 0xffff
li $t2, 0xffff
li $t3, 0xffff
li $t4, 0xffff
li $t5, 0xffff
li $t6, 0xffff
li $t7, 0xffff
li $t8, 0xffff
li $t9, 0xffff
li $s0, 0xaaaa
li $s1, 0xaaaa
li $s2, 0xaaaa
li $s3, 0xaaaa
li... |
oeis/010/A010921.asm | neoneye/loda-programs | 11 | 200399 | <filename>oeis/010/A010921.asm<gh_stars>10-100
; A010921: Shallit sequence S(3,13), a(n)=[ a(n-1)^2/a(n-2)+1 ].
; Submitted by <NAME>(s4)
; 3,13,57,250,1097,4814,21126,92711,406861,1785505,7835669,34386747,150905861,662248712,2906271193,12754139184,55971399613,245629871954,1077943993063,4730545364606,20759946333583,911... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.