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 |
|---|---|---|---|---|
gfx/pokemon/hoenn_frames.asm | Ebernacher90/pokecrystal-allworld | 0 | 204929 | <filename>gfx/pokemon/hoenn_frames.asm
HoennFrames: ; used only for BANK(HoennFrames)
TreeckoFrames: INCLUDE "gfx/pokemon/treecko/frames.asm"
GrovyleFrames: INCLUDE "gfx/pokemon/grovyle/frames.asm"
SceptileFrames: INCLUDE "gfx/pokemon/sceptile/frames.asm"
TorchicFrames: INCLUDE "gfx/pokemon/torchic/frames.asm"... |
programs/oeis/233/A233329.asm | neoneye/loda | 22 | 204930 | ; A233329: Expansion of (1+4*x+x^2)/((1+x)^2*(1-x)^5).
; 1,7,21,51,102,186,310,490,735,1065,1491,2037,2716,3556,4572,5796,7245,8955,10945,13255,15906,18942,22386,26286,30667,35581,41055,47145,53880,61320,69496,78472,88281,98991,110637,123291,136990,151810,167790,185010,203511
mov $2,$0
add $2,1
mov $3,$0
lpb $2
mov ... |
day23/api_asm.asm | ghosind/HariboteOS | 11 | 204931 | [BITS 32]
GLOBAL asm_hrb_api
GLOBAL api_putstr
EXTERN hrb_api
asm_hrb_api:
STI
PUSH DS
PUSH ES
PUSHAD
PUSHAD
MOV AX, SS
MOV DS, AX
MOV ES, AX
CALL hrb_api
CMP EAX, 0
JNE .end_app
ADD ESP, 32
POPAD
POP ES
POP DS
IRETD
.end_app:
MOV ... |
data/pokemon/base_stats/seadra.asm | AtmaBuster/pokeplat-gen2 | 6 | 204932 | <filename>data/pokemon/base_stats/seadra.asm<gh_stars>1-10
db 0 ; species ID placeholder
db 55, 65, 95, 85, 95, 45
; hp atk def spd sat sdf
db WATER, WATER ; type
db 75 ; catch rate
db 155 ; base exp
db NO_ITEM, DRAGON_SCALE ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCB... |
usertests.asm | ansumanpalo/xv6-the_project | 0 | 204933 | <gh_stars>0
_usertests: file format elf32-i386
Disassembly of section .text:
00000000 <opentest>:
// simple file system tests
void
opentest(void)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
int fd;
printf... |
macros/macros.asm | fushinori/nasm | 1 | 204934 | ; takes one argument, the pointer to the text
%macro print 1
mov rax, %1 ; store pointer in rax
mov rbx, 0 ; set length counter to 0
; %% for local labels
; unique label name for each time the macro is called
; prevents redefining errors
%%print:
mov cl, [rax] ; store current byte of the t... |
programs/oeis/204/A204431.asm | karttu/loda | 0 | 204936 | <gh_stars>0
; A204431: Symmetric matrix: f(i,j)=(2i+j+1 mod 3), by antidiagonals.
; 2,1,1,0,0,0,2,2,2,2,1,1,1,1,1,0,0,0,0,0,0,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1
mov $2,1
lpb $0,1
sub $0,$2
trn $... |
Library/Trans/Database/CSV/Lib/libFormat.asm | steakknife/pcgeos | 504 | 204937 | <filename>Library/Trans/Database/CSV/Lib/libFormat.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CSV/Lib
FILE: libFormat.asm
AUTHOR: <NAME>, 4/7/92
REVISION HISTORY:
Name Date... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_852.asm | ljhsiun2/medusa | 9 | 204939 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x4f7e, %rsi
nop
sub %rdx, %rdx
movb $0x61, (%rsi)
nop
nop
and %r12, %r12
lea addresses_WT_ht+0x1317e, %r10
nop
nop
sub $41123, %rcx
movb $0x61, (%r1... |
oeis/142/A142199.asm | neoneye/loda-programs | 11 | 204940 | ; A142199: Primes congruent to 2 mod 41.
; Submitted by <NAME>
; 2,43,617,863,1109,1601,1847,2011,2339,2503,2749,3323,3733,4799,5209,5701,5783,6029,6521,7013,7177,7669,8161,8243,9227,9391,9473,9719,9883,10211,10457,10867,10949,11113,11933,12097,12343,12589,12671,12917,13163,13327,13901,14557,14639,15131,15377,15541,157... |
CryptoPkg/Library/OpensslLib/X64/crypto/sha/sha512-x86_64.nasm | KaoTuz/edk2-stable202108 | 0 | 204941 | <reponame>KaoTuz/edk2-stable202108
; WARNING: do not edit!
; Generated from openssl/crypto/sha/asm/sha512-x86_64.pl
;
; Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved.
;
; Licensed under the OpenSSL license (the "License"). You may not use
; this file except in compliance with the License. You c... |
programs/oeis/157/A157960.asm | karttu/loda | 1 | 204942 | <gh_stars>1-10
; A157960: a(n) = 121*n^2 - n.
; 120,482,1086,1932,3020,4350,5922,7736,9792,12090,14630,17412,20436,23702,27210,30960,34952,39186,43662,48380,53340,58542,63986,69672,75600,81770,88182,94836,101732,108870,116250,123872,131736,139842,148190,156780,165612,174686,184002,193560,203360,213402,223686,234212,244... |
kernel/arch/i386/boot.asm | Heasummn/DevOS | 8 | 204943 | <gh_stars>1-10
[BITS 32]
; Declare all the constants used in the multiboot header
MBALIGN equ 1<<0
MEMINFO equ 1<<1 ; provide memory map
FLAGS equ MBALIGN | MEMINFO ; this is the Multiboot 'flag' field
MAGIC equ 0x1BADB002 ; 'magic number' lets bootloader find the header
CHECKSUM equ -(MAGIC + FLAG... |
Driver/Video/VidCom/vidcomPalette.asm | steakknife/pcgeos | 504 | 204944 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Video Drivers
FILE: vidcomPalette.asm
AUTHOR: <NAME>, Aug 6, 1992
ROUTINES:
Name Description
---- -----------
GLB VidGetPalette Get ... |
src/real/disk.asm | JamesxX/JOS | 0 | 204945 | <filename>src/real/disk.asm
; load DH sectors to ES:BX from drive DL
disk_load:
push dx
mov ah , 0x02 ; BIOS read sector function
mov al , dh ; Read DH sectors
mov ch , 0x00 ; Select cylinder 0
mov dh , 0x00 ; Select head 0
mov cl , 0x02 ; Start reading from second sector
int 0x13 ; BIOS interrupt
jc... |
Chapter 1/1.6 - Paging/real_mode/load.asm | gmarino2048/64bit-os-tutorial | 87 | 204947 | ;
; Paging
;
; load.asm
;
[bits 16]
; Define load_sectors
; Sector start point in bx
; Number of sectors to read in cx
; Destination address in dx
load_bios:
; Save the registers
push ax
push bx
push cx
push dx
; Save the number of registers to load for later
push cx
; For the ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_4_1159.asm | ljhsiun2/medusa | 9 | 204948 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x7ead, %rdi
nop
nop
nop
nop
and %rax, %rax
movw $0x6162, (%rdi)
xor %rax, %rax
lea addresses_D_ht+0x1c5d, %r13
cmp $27013, %rbp
movl $0x61626364, (%r13)
nop
no... |
boot/bootsect.asm | Menotdan/DripOSfailures | 0 | 204949 | ; Identical to lesson 13's boot sector, but the %included files have new paths
[org 0x7c00]
SECOND_OFFSET equ 0x8000
mov [BOOT_DRIVE], dl ; Remember that the BIOS sets us the boot drive in 'dl' on boot
mov bp, 0x9000
mov sp, bp
call load_stage_two
%include "boot/print.asm"
%include "boot/hexprint.asm"... |
flipperkill.asm | Catobat/z3randomizer | 31 | 204950 | <reponame>Catobat/z3randomizer
;================================================================================
; Fake Flippers Softlock Fix
;--------------------------------------------------------------------------------
FlipperKill:
PHP
LDA $5D : CMP #$04 : BNE .done ; skip if we're not swimming
LDA $7EF356 : BN... |
src/chips/RF5C164.asm | sharksym/vgmplay-sharksym | 6 | 204951 | ;
; VGM RF5C164 chip
;
RF5C164: MACRO
super: Chip RF5C164_name, Header.rf5c164Clock, System_Return
ENDM
; ix = this
; iy = header
RF5C164_Construct: equ Chip_Construct
; jp Chip_Construct
; ix = this
RF5C164_Destruct: equ Chip_Destruct
; jp Chip_Destruct
;
SECTION RAM
RF5C164_instance: RF5C164
ENDS
RF5C164_na... |
third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PrintChr.asm | Fimbure/icebox-1 | 521 | 204953 | ; $Id: bs3-cmn-PrintChr.asm $
;; @file
; BS3Kit - Bs3PrintChr.
;
;
; Copyright (C) 2007-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... |
streaming_libs/x264/common/x86/bitstream-a.asm | HellicarAndLewis/Caravideo | 7 | 204954 | ;*****************************************************************************
;* bitstream-a.asm: x86 bitstream functions
;*****************************************************************************
;* Copyright (C) 2010-2012 x264 project
;*
;* Authors: <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;*
;* This progra... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_floor_fastcall.asm | jpoikela/z88dk | 640 | 204955 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_ix/cm48_sdccix_floor_fastcall.asm
; float floor(float x) __z88dk_fastcall
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdccix_floor_fastcall
EXTERN cm48_sdccixp_dx2m48, am48_floor, cm48_sdccixp_m482d
cm48_sdccix_floor_fastcall:
... |
pisca.asm | joepreludian/AssemblyCourse | 1 | 204956 | IN: MOV R3, #03h
SLP0: DJNZ R3, SLP1
CPL P3.0
SJMP IN
SLP1: CALL SLEEP
SJMP SLP0
SLEEP: MOV R0, #64h
LOOP: DJNZ R0, LOOP1
RET
LOOP1: MOV R1, #0ffh
LOOP1A: DJNZ R1, LOOP1A
SJMP LOOP
END
|
scripts/template.asm | xfl03/ASMCourseWork | 2 | 204957 | data segment
;TODO data here
data ends
extra segment
;TODO extra here
extra ends
code segment
assume cs : code, ds : data, es : extra
main proc far
start:
mov ax, data
mov ds, ax
mov ax, extra
mov es, ax
;TODO code here
mov ax, 4c00h
int 21h
... |
oeis/318/A318457.asm | neoneye/loda-programs | 11 | 204958 | ; A318457: a(n) = n XOR A001065(n), where XOR is bitwise-xor (A003987) and A001065 = sum of proper divisors.
; Coded manually 2021-09-25 by <NAME>, https://github.com/neoneye
; 1,3,2,7,4,0,6,15,13,2,10,28,12,4,6,31,16,7,18,2,30,24,22,60,31,10,22,0,28,52,30,63,46,54,46,19,36,48,54,26
mov $5,$0
add $0,1 ; Adjust offset=... |
libsrc/strings/strlcat_callee.asm | andydansby/z88dk-mk2 | 1 | 204961 | ; uint __CALLEE__ strlcat_callee(char *dst, char *src, uint size)
; 06.2008 aralbrec
XLIB strlcat_callee
XDEF ASMDISP_STRLCAT_CALLEE
IF FORrcmx000
LIB rcmx_cpir
ENDIF
; The openBSD implementation returns an oddball value when size
; is less than strlen(dst). Instead this version always returns
; the length of the ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_560.asm | ljhsiun2/medusa | 9 | 204965 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xf74, %r13
nop
and $48961, %rcx
movb (%r13), %r8b
nop
nop
nop
nop
add $51480, %r9
lea addresses_WC_ht+0x18bae, %rsi
lea addresses_WC_ht+0xc338, %rdi
nop
nop
inc %r8
mov $64... |
programs/oeis/093/A093049.asm | karttu/loda | 0 | 204966 | <filename>programs/oeis/093/A093049.asm
; A093049: n-1 minus exponent of 2 in n, a(0) = 0.
; 0,0,0,2,1,4,4,6,4,8,8,10,9,12,12,14,11,16,16,18,17,20,20,22,20,24,24,26,25,28,28,30,26,32,32,34,33,36,36,38,36,40,40,42,41,44,44,46,43,48,48,50,49,52,52,54,52,56,56,58,57,60,60,62,57,64,64,66,65,68
mov $5,$0
mov $7,2
lpb $7,1
... |
projects/07/StackArithmetic/SimpleAdd/SimpleAdd_byhand.asm | theapi/nand2tetris | 0 | 204967 | // push constant 7
// push constant 8
// add
// init to sp pointing to 256
//@256
//D=A
//@SP
//M=D
////////////////////////
// push constant 7
@7
D=A // Store the numeric value in A
@SP
A=M // set the address to where the SP is pointing
M=D // store the value in the stack
@SP
M=M+1 // Advance the stack pointe... |
Tejas-Simulator/PIN/pin-2.14/source/tools/ToolUnitTests/test_lea_rip_intel64.asm | markoshorro/tejas_knl | 17 | 204968 |
.code
VerifyLeaRip PROC
push rbx
;cannot write rbx, [rip] in masm
DB 48h, 8Dh, 1Dh, 00h, 00h, 00h, 00h
call VerifyLeaLab1
VerifyLeaLab1:
pop rdx
xor rax,rax
add rbx, 5
cmp rdx, rbx
je VerifyLeaLabNextTest
pop rbx
ret
VerifyLeaLabNextTest:
;cannot write rbx, [rip+5] in masm
DB ... |
programs/oeis/139/A139487.asm | neoneye/loda | 22 | 204969 | ; A139487: Numbers k such that 8k + 7 is prime.
; 0,2,3,5,8,9,12,15,18,20,23,24,27,29,32,33,38,44,45,47,53,54,57,59,60,62,74,75,78,80,89,90,92,93,102,104,107,110,113,114,120,122,123,128,129,132,135,137,143,152,153,159,162,164,165,170,174,177,179,180,183,185,188,192,194,195,197,200,207,219,222,227,228,230,233,234,243,24... |
source/features/icons.asm | mynameispyo/InpyoOS | 0 | 204970 | ; ==================================================================
; MichalOS/2 Icons
; ==================================================================
bomblogo db 9, 16
bomblogo0 db 00000000b, 00000000b, 00000000b, 00000000b, 00000000b, 00100000b, 00000000b, 01100000b, 00000000b
bomblogo1 db 00000000b, 00000... |
programs/oeis/105/A105814.asm | karttu/loda | 0 | 204971 | <reponame>karttu/loda<filename>programs/oeis/105/A105814.asm
; A105814: a(n) = n^2 + (n concatenated with n).
; 12,26,42,60,80,102,126,152,180,1110,1232,1356,1482,1610,1740,1872,2006,2142,2280,2420,2562,2706,2852,3000,3150,3302,3456,3612,3770,3930,4092,4256,4422,4590,4760,4932,5106,5282,5460,5640,5822,6006,6192,6380,65... |
oeis/324/A324288.asm | neoneye/loda-programs | 11 | 204973 | <reponame>neoneye/loda-programs
; A324288: a(n) = A002487(1+A005187(n)).
; Submitted by <NAME>(w2)
; 1,1,1,3,1,4,5,2,1,5,7,3,7,2,5,8,1,6,9,4,10,3,8,13,9,2,7,12,8,11,10,7,1,7,11,5,13,4,11,18,13,3,11,19,13,18,17,12,11,2,9,16,12,17,18,13,11,14,13,10,18,11,4,13,1,8,13,6,16,5,14,23,17,4,15,26,18,25,24,17,16,3,14,25,19,27,29... |
multimedia/directx/dplay/dplay4/vxd/debugext.asm | npocmaka/Windows-Server-2003 | 17 | 204974 | .LALL
;*****************************************************************************
;
; (C) Copyright MICROSOFT Corp, 1993
;
; Title: DPLAY.ASM
;
; Version: 1.00
;
; Date: 16-Mar-1993
;
; Author: AaronO (mostly stolen from SnowBall vxdi... |
data/pokemon/dex_entries/magneton.asm | Dev727/ancientplatinum | 28 | 204975 | <gh_stars>10-100
db "MAGNET@" ; species name
dw 303, 1320 ; height, weight
db "When many"
next "MAGNETON gather"
next "together, the"
page "resulting magnetic"
next "storm disrupts"
next "radio waves.@"
|
lab4/branch_3_equal/main.asm | samdsk/lab_arch2 | 0 | 204976 | <filename>lab4/branch_3_equal/main.asm
#Input: tre valori interi, due indirizzi del segmento testo
#Output: nessuno
.data
.text
.globl main
main:
addi $a0 $0 1
addi $a1 $0 2
addi $a2 $0 3
la $s0 label_2
la $a3 label_1
sw $s0 0($sp)
addi $sp $sp -4
jal branch3equal
beq $a3 $v0 label_1
beq $s0 $v0 l... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_45.asm | ljhsiun2/medusa | 9 | 204977 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x11d5b, %rdx
nop
nop
nop
and %rbx, %rbx
mov (%rdx), %r12
nop
nop
nop
add $48357, %rbp
lea addresses_WT_ht+0x13699, %rbp
nop
nop
and $34218, %r14
mov (%rbp),... |
asm/dos_skip_drawing_seals.asm | Iemnur/DSVEdit | 70 | 204978 | .nds
.relativeinclude on
.erroronwarning on
.open "ftc/overlay9_0", 0219E3E0h
; This patch makes it so you don't need to draw a Magic Seal to kill a boss.
.org 0x02213C04 ; Location of the seal drawing code for loading the current game mode.
mov r0, 1 ; Always load 1 (meaning Julius mode).
; The above change caus... |
oeis/101/A101098.asm | neoneye/loda-programs | 11 | 204979 | ; A101098: a(1)=1; thereafter, a(n+1) = 20*n^3 + 10*n.
; 1,30,180,570,1320,2550,4380,6930,10320,14670,20100,26730,34680,44070,55020,67650,82080,98430,116820,137370,160200,185430,213180,243570,276720,312750,351780,393930,439320,488070,540300,596130,655680,719070,786420,857850,933480,1013430,1097820,1186770,1280400,13788... |
libsrc/_DEVELOPMENT/alloc/balloc/c/sdcc_iy/balloc_addmem_callee.asm | jpoikela/z88dk | 640 | 204980 | <reponame>jpoikela/z88dk
; void *balloc_addmem_callee(unsigned char q, size_t num, size_t size, void *addr)
SECTION code_clib
SECTION code_alloc_balloc
PUBLIC _balloc_addmem_callee
EXTERN asm_balloc_addmem
_balloc_addmem_callee:
pop ix
dec sp
pop af
pop bc
pop hl
pop de
push ix
jp asm_bal... |
Src/Ant32/t.asm | geoffthorpe/ant-architecture | 0 | 204982 |
lc t0, 0
lc sp, 10
lc s0, 10
lc t0, 0
lc g1, 1
lc g2, -1
geu g4, g0, g1
geu g5, g0, g2
geu g6, g1, g0
geu g7, g1, g2
geu g8, g2, g0
geu g9, g2, g1
lc s0, 10
halt
.data
# .byte '\0', '\1', '\2', '\3'
.ascii "A\022\023\024\025\026\020"
.ascii "\001\011\111 to see what happens"
|
Assembly/keyboard/delete.asm | WildGenie/Ninokuni | 14 | 204983 | ;;----------------------------------------------------------------------------;;
;; Fix delete button
;; Copyright 2015 <NAME> (aka pleonex)
;;
;; 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 th... |
1571/64tass/sstest.asm | silverdr/assembly | 23 | 204984 | ;
; sstst: test ssnum & ssind for
; residence & range.
; vars: ssnum,ssind,dirbuf
; flags: .n rng .v res er
; 0 ok 0 yes er0
; 0 maybe 1 no er1
; 1 no 0 yes er2
; 1 no 1 no er3
;
sstest jsr ssset ; set pointer & ss #
cmp ssnum
... |
programs/oeis/026/A026532.asm | jmorken/loda | 1 | 204985 | <filename>programs/oeis/026/A026532.asm
; A026532: Ratios of successive terms are 3,2,3,2,3,2,3,2...
; 1,3,6,18,36,108,216,648,1296,3888,7776,23328,46656,139968,279936,839808,1679616,5038848,10077696,30233088,60466176,181398528,362797056,1088391168,2176782336,6530347008,13060694016,39182082048,78364164096,235092492288,... |
Kernel/asm/keyboard_asm.asm | PedroLopezITBA/TPE-Arqui | 0 | 204986 | <reponame>PedroLopezITBA/TPE-Arqui
GLOBAL keyActivated
GLOBAL getKeyCode
section .text
;---------------------------------------------------------------------------
;Function: keyActivated
;Returns in rax 1 if a key is being pressed, 0 if not
;---------------------------------------------------------------------------... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_4_454.asm | ljhsiun2/medusa | 9 | 204987 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r13
push %r14
push %r15
push %r9
push %rbp
push %rsi
// Store
lea addresses_RW+0x3008, %r11
nop
nop
nop
and $25482, %r9
mov $0x5152535455565758, %rsi
movq %rsi, (%r11)
nop
nop
nop
add %r11, %r11
// Load
lea addr... |
maps/VermilionCity.asm | pokeachromicdevs/pokeoctober | 1 | 204988 | <reponame>pokeachromicdevs/pokeoctober<filename>maps/VermilionCity.asm
object_const_def ; object_event constants
const VERMILIONCITY_TEACHER
const VERMILIONCITY_GRAMPS
const VERMILIONCITY_MACHOP
const VERMILIONCITY_SUPER_NERD
const VERMILIONCITY_BIG_SNORLAX
const VERMILIONCITY_POKEFAN_M
VermilionCity_MapScripts... |
tictactoe.asm | Craigspaz/TicTacToe | 0 | 204990 | ## Tic Tac Toe
## <NAME>
.data
initmessage: .asciiz "Initializing Tic Tac Toe\n"
player1Message: .asciiz "Player X make a move [0-8]:\n"
player2Message: .asciiz "Player O make a move [0-8]:\n"
inputErrorMessage: .asciiz "Input error! Input out of range!\n"
player1WinsMessage: .asciiz "Player O Wins!\n"
player2WinsMess... |
smsq/mem/fh_init.asm | olifink/smsqe | 0 | 204991 | ; Initialise memory map and tables V2.01 1994 <NAME>
; FAST RAM in high memory
section init
xdef mem_init
include 'dev8_keys_sys'
include 'dev8_keys_sbt'
include 'dev8_keys_chp'
include 'dev8_smsq_smsq_base_keys'
include 'dev8_smsq_smsq_ini_keys'
;+++
; d6 p
; d7 c size of memory (slow memory)
; a6 c... |
programs/oeis/295/A295632.asm | neoneye/loda | 22 | 204992 | <reponame>neoneye/loda
; A295632: Write 1/Product_{n > 1}(1 - 1/n^s) in the form Product_{n > 1}(1 + a(n)/n^s).
; 1,1,2,1,1,1,1,2,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1
add $0,1
seq $0,52409 ; a(n) = ... |
Hardware/via.asm | Martin-H1/6502 | 3 | 204993 | <gh_stars>1-10
; -----------------------------------------------------------------------------
; VIA init functions.
; Took code from <NAME>'s SBC OS and made it generic using macros and
; compile time dependency injection. Since most systems have two VIA's, I
; create two init routines.
; <NAME> <<EMAIL>>
; ----------... |
oeis/217/A217330.asm | neoneye/loda-programs | 11 | 204994 | ; A217330: The number of integer solutions to the equation x1 + x2 + x3 + x4 = n, with xi >= 0, and with x2 + x3 divisible by 3.
; Submitted by Jon Maiga
; 1,2,3,8,13,18,30,42,54,76,98,120,155,190,225,276,327,378,448,518,588,680,772,864,981,1098,1215,1360,1505,1650,1826,2002,2178,2388,2598,2808,3055,3302,3549,3836,4123... |
oeis/132/A132351.asm | neoneye/loda-programs | 11 | 204995 | ; A132351: Partial sums of A132350.
; Submitted by <NAME>
; 1,2,3,3,4,5,6,6,6,7,8,9,10,11,12,12,13,14,15,16,17,18,19,20,20,21,21,22,23,24,25,25,26,27,28,28,29,30,31,32,33,34,35,36,37,38,39,40,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,54,55,56,57,58,59,60,61,62,63,64,65,66
mov $2,$0
mov $4,$0
lpb $4
mov $0,$2
su... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2617.asm | ljhsiun2/medusa | 9 | 204996 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x925a, %r14
nop
nop
nop
nop
nop
xor $20494, %r9
mov (%r14), %r10d
nop
and %r8, %r8
lea addresses_WT_ht+0x13d5a, %rsi
lea addresses_normal_ht+0x16c5a, %rdi
nop
nop
nop
nop
nop
in... |
library_dir_dir/system_library_unbundled/source/pc_mowse_.s.archive/putbgmes.asm | dancrossnyc/multics | 65 | 204998 | <gh_stars>10-100
; ***********************************************************
; * *
; * Copyright, (C) Honeywell Bull Inc., 1987 *
; * *
; * Copyright, (C) Honeywell Information Systems Inc., ... |
text/maps/CeladonCity.asm | AmateurPanda92/pokemon-rby-dx | 9 | 204999 | _CeladonCityText1::
text "I got my KOFFING"
line "in CINNABAR!"
para "It's nice, but it"
line "breathes poison"
cont "when it's angry!"
done
_CeladonCityText2::
text "Heheh! This GYM"
line "is great! It's"
cont "full of women!"
done
_CeladonCityText3::
text "The GAME CORNER"
line "is bad for our"
cont "... |
oeis/117/A117585.asm | neoneye/loda-programs | 11 | 205000 | <gh_stars>10-100
; A117585: a(n) = 2*a(n-1) + a(n-2) + n.
; 1,3,9,24,61,151,369,896,2169,5243,12665,30584,73845,178287,430433,1039168,2508785,6056755,14622313,35301400,85225133,205751687,496728529,1199208768,2895146089,6989500971,16874148057,40737797112,98349742309,237437281759,573224305857,1383885893504,3340996092897,... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_773.asm | ljhsiun2/medusa | 9 | 205001 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x4917, %rbx
and %r9, %r9
mov (%rbx), %edx
nop
nop
cmp $43880, %rsi
lea addresses_WT_ht+0xd457, %rsi
lea addresses_WT_ht+0xcf97, %rdi
nop
nop
nop
and %rbx, %r... |
programs/oeis/165/A165392.asm | karttu/loda | 0 | 205002 | <gh_stars>0
; A165392: Number of slanted 2 X n (i=1..2) X (j=i..n+i-1) 1..4 arrays with all 1s connected, all 2s connected, all 3s connected, all 4s connected, 1 in the upper left corner, 2 in the upper right corner, 3 in the lower left corner, 4 in the lower right corner, and with no element having more than 2 neighbo... |
oeis/122/A122072.asm | neoneye/loda-programs | 11 | 205003 | <filename>oeis/122/A122072.asm
; A122072: Greatest prime less than 10n.
; 7,19,29,37,47,59,67,79,89,97,109,113,127,139,149,157,167,179,181,199,199,211,229,239,241,257,269,277,283,293,307,317,317,337,349,359,367,379,389,397,409,419,421,439,449,457,467,479,487,499,509,509,523,523,547,557,569,577,587,599,607,619,619,631,6... |
test/link/model_tiny/module2.asm | nigelperks/BasicAssembler | 0 | 205004 | <reponame>nigelperks/BasicAssembler<filename>test/link/model_tiny/module2.asm
IDEAL
MODEL tiny
CODESEG
PUBLIC codex
codex dw 1234h
UDATASEG
PUBLIC udatax
udatax dw ?
DATASEG
PUBLIC datax
datax dw 5678h
END
|
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_437.asm | ljhsiun2/medusa | 9 | 205006 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x7aee, %rax
nop
nop
add $32022, %r14
mov (%rax), %dx
nop
nop
nop
cmp %r14, %r14
lea addresses_WT_ht+0xaa2e, %rsi
lea addresses_D_ht+0x17ee, %rdi
clfl... |
programs/oeis/174/A174426.asm | jmorken/loda | 1 | 205007 | <reponame>jmorken/loda
; A174426: Denominator of fractions in A171676.
; 4,36,36,144,144,144,400,400,400,400,900,900,900,900,900,1764,1764,1764,1764,1764,1764,3136,3136,3136,3136,3136,3136,3136,5184,5184,5184,5184,5184,5184,5184,5184,8100,8100,8100,8100,8100,8100,8100,8100,8100
mov $3,1
lpb $0
sub $0,1
mov $2,2
... |
programs/oeis/293/A293668.asm | jmorken/loda | 1 | 205008 | <filename>programs/oeis/293/A293668.asm
; A293668: First differences of A292046.
; 1,2,3,1,4,1,1,1,2,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1... |
oeis/178/A178792.asm | neoneye/loda-programs | 11 | 205009 | <filename>oeis/178/A178792.asm
; A178792: Dot product of the rows of triangle A046899 with vector (1,2,4,8,...) (= A000079).
; Submitted by <NAME>
; 1,5,31,209,1471,10625,78079,580865,4361215,32978945,250806271,1916280833,14698053631,113104519169,872801042431,6751535300609,52337071357951,406468580343809,316201982178099... |
boot/boot.asm | Qiu-Weidong/Qiux | 0 | 205011 | <gh_stars>0
; 硬盘启动扇区
; 常量定义
%include "const.inc"
org OffsetOfBoot
mov ax, cs
mov ds,ax
mov es,ax
mov ss,ax
mov sp,TopOfStack
mov byte [packet_size], disk_addr_packet_size ; 只需要执行一次
mov byte [trans_sector_nr], 0x1 ; 传输一个扇区
mov word [dest_addr_offset], 0x7e00 ; 读入0x7... |
Driver/Stream/Parallel/parallelInit.asm | steakknife/pcgeos | 504 | 205012 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Parallel Driver -- Initialization/Exit
FILE: parallelInit.asm
AUTHOR: <NAME>, Feb 6, 1990
ROUTINES:
Name Description
----... |
04_parameters/win64/parameters64.asm | jacwil/nasm-on-windows | 13 | 205013 | <reponame>jacwil/nasm-on-windows<filename>04_parameters/win64/parameters64.asm
[BITS 64]
DEFAULT REL
GLOBAL _main
EXTERN ExitProcess
EXTERN GetCommandLineA
EXTERN GetStdHandle
EXTERN WriteFile
SECTION .text
_main:
;align stack to 16 bytes for Win64 calls
and rsp, -10h
;give room to Win64 API... |
Driver/Printer/PrintCom/Job/jobPaperInfoNike.asm | steakknife/pcgeos | 504 | 205015 |
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: printer drivers
FILE: jobPaperInfoNike.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Na... |
roms/ALPHA.asm | isene/hp-41_GEIR.ROM | 2 | 205016 | <gh_stars>1-10
;:LISTING GENERATED: 1/27/2018 2:43:43 by MLDL Manager version 1.70.0 by MLDL Manager version
;:OPEN FILE: Z:\home\geir\Dropbox\Cur\0_HP-41CL\2_AMASTRO\ALPHA.rom
.con 0x081 ;
.con 0x017 ;
.con 0x005 ; ... |
oeis/174/A174623.asm | neoneye/loda-programs | 11 | 205018 | ; A174623: (2^p+1)^2 where p is prime.
; Submitted by <NAME>(l1)
; 25,81,1089,16641,4198401,67125249,17180131329,274878955521,70368760954881,288230377225453569,4611686022722355201,18889465931753458761729,4835703278462914745335809,77371252455353859367239681,19807040628566365873362698241,81129638414606699710187514626049,... |
oeis/192/A192905.asm | neoneye/loda-programs | 11 | 205019 | <gh_stars>10-100
; A192905: Coefficient of x in the reduction by (x^2 -> x + 1) of the polynomial p(n,x) defined below at Comments.
; Submitted by <NAME>
; 0,1,3,8,25,79,248,777,2435,7632,23921,74975,234992,736529,2308483,7235416,22677769,71078319,222778856,698249753,2188505347,6859373216,21499148257,67384199871,211200... |
programs/oeis/142/A142040.asm | neoneye/loda | 22 | 205022 | <filename>programs/oeis/142/A142040.asm
; A142040: Primes congruent to 13 mod 32.
; 13,109,173,269,397,461,557,653,877,941,1069,1229,1453,1549,1613,1709,1741,1901,1933,1997,2029,2221,2381,2477,2797,2861,2957,3181,3373,3469,3533,3821,3853,3917,4013,4397,4493,4621,4813,4877,4909,4973,5101,5197,5261,5581,5741,5869,6029,62... |
Projetos/J-VMTranslator/bin/nasm/SimplePushConst.nasm | gabrielvf1/Z01---Grupo-H | 0 | 205023 | ; 0 - PUSH constant 5
leaw $5, %A
movw %A, %D
leaw $SP, %A
movw (%A), %A
movw %D, (%A)
leaw $SP, %A
movw (%A), %A
incw %A
movw %A, %D
leaw $SP, %A
movw %D, (%A)
; 1 - PUSH constant 9
leaw $9, %A
movw %A, %D
leaw $SP, %A
movw (%A), %A
movw %D, (%A)
leaw $SP, %A
movw (%A), %A
incw %A
movw %A, %D
leaw $SP, %A
movw %D, (%A... |
programs/oeis/191/A191313.asm | karttu/loda | 0 | 205025 | <reponame>karttu/loda
; A191313: Sum of the abscissae of the first returns to the horizontal axis (assumed to be 0 if there are no such returns) in all dispersed Dyck paths of length n (i.e., Motzkin paths of length n with no (1,0) steps at positive heights).
; 0,0,2,5,15,30,71,134,296,551,1188,2211,4720,8815,18722,351... |
src/test/ref/clobber-a-problem.asm | jbrandwood/kickc | 2 | 205027 | // Commodore 64 PRG executable file
.file [name="clobber-a-problem.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:BasicUpstart(__start)
.const DARK_GREY = $b
... |
programs/oeis/279/A279766.asm | karttu/loda | 0 | 205028 | ; A279766: Number of odd digits in the decimal expansions of integers 1 to n.
; 0,1,1,2,2,3,3,4,4,5,6,8,9,11,12,14,15,17,18,20,20,21,21,22,22,23,23,24,24,25,26,28,29,31,32,34,35,37,38,40,40,41,41,42,42,43,43,44,44,45,46,48,49,51,52,54,55,57,58,60,60,61,61,62,62,63,63,64,64,65,66,68,69,71,72,74,75,77,78,80,80,81,81,82,8... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_153.asm | ljhsiun2/medusa | 9 | 205030 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x10669, %rsi
lea addresses_normal_ht+0xd5c1, %rdi
nop
nop
nop
dec %rax
mov $55, %rcx
rep movsb
nop
nop
cmp %rbp, %rbp
lea addresses_A_ht+0x5551, %rsi
lea addresses_WT_ht+0x14d01, %rdi
... |
oeis/222/A222469.asm | neoneye/loda-programs | 11 | 205032 | ; A222469: Denominator sequence of the n-th convergent of the continued fraction 1/(1 - 2/(2 - 2/(3 - 2/(4 - ...)))).
; Submitted by <NAME>
; 1,1,0,-2,-8,-36,-200,-1328,-10224,-89360,-873152,-9425952,-111365120,-1428894656,-19781794944,-293869134848,-4662342567680,-78672085380864,-1406772851720192,-26571340011921920,-5... |
ProgramExamples/MIPSOut/IntFloatMixups.asm | Abductcows/GlorifiedCalculatorCompiler | 0 | 205034 | <filename>ProgramExamples/MIPSOut/IntFloatMixups.asm
.data
_newLine: .asciiz "\n"
_divByZeroMessage: .asciiz "\nException: division by zero\nProgram will be terminated\n"
_floatOverflowMessage: .asciiz "\nException: floating point operation result too great to fit in floating point word\nProgram will be terminated\n"
_... |
programs/oeis/313/A313717.asm | karttu/loda | 0 | 205035 | ; A313717: Coordination sequence Gal.6.151.6 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,15,20,24,28,32,36,41,46,51,56,61,66,71,76,80,84,88,92,97,102,107,112,117,122,127,132,136,140,144,148,153,158,163,168,173,178,183,188,... |
src/host/x86/asm/uXxgetbv.asm | Navegos/uasmlib | 3 | 205036 |
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
; / / / /
; / / Copyright 2021 (c) Navegos QA - optim... |
beacon/build/syscalls64.asm | paralax/shad0w | 3 | 205037 | <filename>beacon/build/syscalls64.asm<gh_stars>1-10
section .text
; Windows 10 definitions
global NtQueueApcThread10
global NtWriteVirtualMemory10
; Windows 8.1 definitions
global NtQueueApcThread81
global NtWriteVirtualMemory81
; Windows 8.1 definitions
global NtQueueApcThread8
global NtWriteVirtualMemory8
; Windo... |
programs/oeis/116/A116164.asm | neoneye/loda | 22 | 205038 | <reponame>neoneye/loda
; A116164: a(n) = 6^n * n*(n+1).
; 0,12,216,2592,25920,233280,1959552,15676416,120932352,906992640,6651279360,47889211392,339578044416,2377046310912,16456474460160,112844396298240,767341894828032,5179557790089216,34733505180598272,231556701203988480,1535586544826449920,10134871195854569472,666005... |
Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0xca_notsx.log_21829_1148.asm | ljhsiun2/medusa | 9 | 205039 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_zr_/i3-7100_9_0xca_notsx.log_21829_1148.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x13c32, %r12
clflush (%r12)
inc %rdi
mov $0x616263646566... |
lib/target/pmd85/classic/bootstrap.asm | Frodevan/z88dk | 640 | 205041 | ;
; Autoload bootstrap for PMD-85
;
SECTION BOOTSTRAP
EXTERN __DATA_END_tail
defc LDRSTART = $7fd7
defc BLKLOAD = $8dc2
org LDRSTART
jp c,$8c40
jp nz,$8c40
ld hl,CRT_ORG_CODE
ld de,+((__DATA_END_tail - CRT_ORG_CODE) - 1)
call BLKLOAD
jp c,$8c40
jp nz,$8c40
jp CRT_ORG_CODE
defs 12 ;More space
_A7FFB... |
oeis/175/A175990.asm | neoneye/loda-programs | 11 | 205042 | <filename>oeis/175/A175990.asm<gh_stars>10-100
; A175990: Irregular triangle t(n,m) = binomial(n-m-1,m+1) read by rows.
; Submitted by <NAME>
; 1,2,0,3,1,4,3,0,5,6,1,6,10,4,0,7,15,10,1,8,21,20,5,0,9,28,35,15,1,10,36,56,35,6,0,11,45,84,70,21,1
mov $2,1
lpb $0
add $1,$2
sub $0,$1
cmp $2,0
sub $0,$2
lpe
add $0,1
... |
oeis/331/A331260.asm | neoneye/loda-programs | 11 | 205043 | <reponame>neoneye/loda-programs<filename>oeis/331/A331260.asm
; A331260: Denominator of harmonic mean of 3 consecutive primes. Numerators are A331259.
; Submitted by <NAME>
; 31,71,167,311,551,791,1151,1655,2279,3119,3935,4871,5711,6791,2797,9959,11639,13175,14831,16559,18383,20975,24071,27419,30191,32231,33911,36071,4... |
oeis/142/A142080.asm | neoneye/loda-programs | 11 | 205044 | ; A142080: Primes congruent to 6 mod 35.
; Submitted by <NAME>
; 41,181,251,461,601,811,881,1021,1091,1231,1301,1511,1721,1861,1931,2141,2281,2351,3121,3191,3331,3541,3821,4241,4451,4591,4801,4871,5011,5081,5431,5501,5641,5711,5851,6131,6271,6481,6551,6691,6761,6971,7321,7741,7951,8161,8231,8581,8861,9001,9281,9421,949... |
oeis/116/A116404.asm | neoneye/loda-programs | 11 | 205045 | ; A116404: Expansion of (1-x)/((1-x)^2 - x^2*(1+x)^2).
; 1,1,2,6,15,35,84,204,493,1189,2870,6930,16731,40391,97512,235416,568345,1372105,3312554,7997214,19306983,46611179,112529340,271669860,655869061,1583407981,3822685022,9228778026,22280241075,53789260175,129858761424,313506783024,756872327473,1827251437969,441137520... |
programs/oeis/072/A072643.asm | karttu/loda | 1 | 205046 | <gh_stars>1-10
; A072643: Half of the binary width of the terms of A014486, the number of digits in A063171(n)/2.
; 0,1,2,2,3,3,3,3,3,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,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,... |
P6/data_P6_2/ALUTest41.asm | alxzzhou/BUAA_CO_2020 | 1 | 205047 | <reponame>alxzzhou/BUAA_CO_2020
sh $0,6($0)
nor $4,$4,$3
sra $6,$4,31
slti $4,$2,6245
subu $3,$3,$3
subu $0,$3,$3
addu $4,$5,$3
subu $3,$5,$3
sw $3,8($0)
lw $3,0($0)
xor $4,$5,$3
subu $3,$6,$3
nor $3,$3,$3
ori $3,$4,2260
sllv $1,$0,$3
sltu $3,$3,$3
subu $4,$4,$3
lbu $6,2($0)
slti $1,$1,-10017
addiu $4,$4,-26022
lhu $3,... |
src/mods/dta/oil_derricks.asm | E1Elite/ts-patches | 33 | 205049 | <reponame>E1Elite/ts-patches<filename>src/mods/dta/oil_derricks.asm
%include "macros/patch.inc"
%include "macros/datatypes.inc"
%include "TiberianSun.inc"
; Oil derrick implementation for the Tiberian Sun engine.
; Oil derricks are structures popularized by RA2 that give their
; owner free credits at specific interval... |
oeis/052/A052601.asm | neoneye/loda-programs | 11 | 205050 | ; A052601: E.g.f. (1-x)/(1-x-2x^3).
; Submitted by <NAME>
; 1,0,0,12,48,240,4320,50400,564480,9434880,166924800,2953843200,60354201600,1357490534400,31907254579200,808142759424000,22052620541952000,635257746579456000,19347973338710016000
mov $2,$0
seq $0,52537 ; Expansion of (1-x)/(1-x-2*x^3).
lpb $2
mul $0,$2
sub... |
src/boot/Stage2/paging.asm | misachi/NineteenOS | 8 | 205051 | <gh_stars>1-10
[bits 32]
global load_directory
global enable_paging
load_directory:
push ebp
mov ebp, esp
mov eax, dword [esp+8]
mov cr3, eax
mov esp, ebp
pop ebp
ret
enable_paging:
push ebp
mov ebp, esp
mov eax, cr0
or eax, 0x80000000
mov cr0, eax
mov esp, ebp
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_578.asm | ljhsiun2/medusa | 9 | 205052 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x7d14, %r9
and $52746, %r15
mov (%r9), %dx
nop
nop
nop
nop
xor %rbx, %rbx
lea addresses_WT_ht+0x99c4, %rsi
lea addresses_UC_ht+0x17d14, %rdi
sub %r15, %r15
mov ... |
oeis/293/A293336.asm | neoneye/loda-programs | 11 | 205053 | <gh_stars>10-100
; A293336: The integer k that minimizes |k/2^n - sqrt(1/5))|.
; Submitted by <NAME>
; 0,1,2,4,7,14,29,57,114,229,458,916,1832,3664,7327,14654,29309,58617,117234,234469,468937,937875,1875750,3751500,7502999,15005998,30011996,60023993,120047985,240095971,480191942,960383883,1920767767,3841535534,76830710... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_253_553.asm | ljhsiun2/medusa | 9 | 205054 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_253_553.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r9
push %rax
push %rbp
push %rbx
push %rsi
lea addresses_WC_ht+0x17fd2, %rax
nop
nop
nop
dec %r9
movb (%rax), %r11b
nop
nop
nop
and %r9, %r9
lea ad... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.