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 |
|---|---|---|---|---|
programs/oeis/081/A081259.asm | neoneye/loda | 22 | 44165 | ; A081259: a(n) is the smallest k such that C(3n,n) divides k!.
; 2,5,7,11,13,17,19,23,23,29,31,31,37,41,43,47,47,53,53,59,61,61,67,71,73,73,79,83,83,89,89,89,97,101,103,107,109,113,113,113,113,113,127,131,131,137,139,139,139,149,151,151,157,157,163,167,167,173,173,179,181
lpb $0
mov $2,$0
sub $0,1
add $1,2
gc... |
source/command/ifthenelse.asm | mega65dev/rom-assembler | 0 | 44168 | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : ifthenelse.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : <NAME>
;
; **... |
programs/oeis/084/A084526.asm | karttu/loda | 0 | 44169 | <gh_stars>0
; A084526: The length of each successively larger, indecomposable, 'prime' 3-ball ground-state site swap given in A084521, i.e., the number of digits in each term of A084522.
; 1,2,3,3,3,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... |
src/barbaro_sword.asm | fjpena/sword-of-ianna-zx | 67 | 44170 | <reponame>fjpena/sword-of-ianna-zx
; ASM source file created by SevenuP v1.21
; SevenuP (C) Copyright 2002-2007 by <NAME>, aka Metalbrain
;GRAPHIC DATA:
;Pixel Size: ( 24, 32)
;Char Size: ( 3, 4)
;Frames: 6
;Sort Priorities: X char, Char line, Y char, Frame number
;Data Outputted: Gfx
;Inte... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_20_1239.asm | ljhsiun2/medusa | 9 | 44171 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1a6af, %rdx
nop
and $15632, %r9
movl $0x61626364, (%rdx)
nop
nop
nop
cmp $35933, %rbx
lea addresses_D_ht+0x865f, %rsi
lea addresses_normal_ht+0x1e25... |
programs/oeis/131/A131727.asm | neoneye/loda | 22 | 44172 | <reponame>neoneye/loda
; A131727: Pell numbers A000129 without last digit.
; 1,2,7,16,40,98,237,574,1386,3346,8078,19502,47083,113668,274421,662510,1599442,3861396,9322235,22505868,54333972,131173812,316681596,764537004,1845755605,4456048214,10757852035,25971752284,62701356604
add $0,4
seq $0,131726 ; Pell numbers A00... |
wc.asm | jhsie007/xv6 | 0 | 44173 |
_wc: file format elf32-i386
Disassembly of section .text:
00001000 <wc>:
char buf[512];
void
wc(int fd, char *name)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 ec 48 sub $0x48,%esp
int i, n;
int l, w, c, inword;
l = w = c =... |
libsrc/psg/sn76489/psg_init.asm | ahjelm/z88dk | 640 | 44174 | ;
; SN76489 (a.k.a. SN76494,SN76496,TMS9919,SN94624) sound routines
; by <NAME>, 2018
;
; int psg_init();
;
; Play a sound by PSG
;
;
; $Id: psg_init.asm $
;
IF !__CPU_INTEL__ & !__CPU_RABBIT__ & !__CPU_GBZ80__
SECTION code_clib
PUBLIC psg_init
PUBLIC _psg_init
INCLUDE "sn76489.inc"
psg_init:
_psg_init:
... |
echo.asm | Ankitchan/xv6OS | 0 | 44175 |
_echo: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... |
source/command/sys/returnreg.asm | mega65dev/rom-assembler | 0 | 44176 | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : returnreg.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : <NAME>
;
; ***... |
programs/oeis/076/A076878.asm | neoneye/loda | 22 | 44177 | <reponame>neoneye/loda
; A076878: a(n) = ceiling(n^(1/n))^n - n.
; 0,2,5,12,27,58,121,248,503,1014,2037,4084,8179,16370,32753,65520,131055,262126,524269,1048556,2097131,4194282,8388585,16777192,33554407,67108838,134217701,268435428,536870883,1073741794,2147483617
add $0,1
mov $1,1
div $1,$0
gcd $1,2
pow $1,$0
sub $1,$... |
bank27.asm | alexsteb/zelda_gb_disassembly | 3 | 44179 | <filename>bank27.asm
jp .l_4009
jp .l_4d9e
jp .l_401e
ld hl, $d300
ld [hl], $00
inc l
jr nz, 0.l_c00c
ld a, $80
ldh [$ff00 + $26], a
ld a, $77
ldh [$ff00 + $24], a
ld a, $ff
ldh [$ff00 + $25], a
ret
ld hl, $d368
ldi a, [hl]
and a
jr nz, 0.l_c031
call func_4037
call func_4481
ret... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2118_1434.asm | ljhsiun2/medusa | 9 | 44180 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_2118_1434.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xa3a7, %rbx
nop
sub $32042, %rax
mov (%rbx), %ecx
nop
nop
add $25953, %r10
lea addresses_no... |
Library/Bitmap/bitmapKeyboard.asm | steakknife/pcgeos | 504 | 44182 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: bitmapKeyboard.asm
AUTHOR: <NAME>, 2 feb 1993
MSG_HANDLERS
Name
----
VisBitmapKbdChar MSG_META_KBD_CHAR
VisBitmapFupKbdChar MSG_... |
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/c/sdcc/BIFROSTH_stop.asm | jpoikela/z88dk | 640 | 44183 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_h.h" for further details
; ----------------------------------------------------------------
; void BIFROST_stop(void)
SECTION code_clib
SECTION code_bifrost_h
PUBLIC _... |
sbsext/ext/dset.asm | olifink/smsqe | 0 | 44184 | * Directory defaults V1.0 1985 <NAME> QJUMP
*
* DATA_USE name set default directory for data files
* PROG_USE name .. .. .. .. programs
* DEST_USE name .. .. .. .. destinations
* SPL_USE name .. .. .. .. spooler dest
*
* DDOWN name move down a directory level
* DNEX... |
programs/oeis/122/A122841.asm | jmorken/loda | 1 | 44185 | <reponame>jmorken/loda
; A122841: Greatest k such that 6^k divides n.
; 0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1061.asm | ljhsiun2/medusa | 9 | 44186 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x698, %rsi
lea addresses_normal_ht+0xd698, %rdi
nop
nop
nop
nop
inc %r8
mov $121, %rcx
rep movsq
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_WT_ht+0x147f8, %rsi
lea addresses_... |
oeis/036/A036086.asm | neoneye/loda-programs | 11 | 44187 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A036086: Centered cube numbers: a(n) = (n+1)^8+n^8.
; 1,257,6817,72097,456161,2070241,7444417,22542017,59823937,143046721,314358881,644340577,1245712417,2291519777,4038679681,6857857921,11270724737,17995718017,28003523617,42583563041,63422859361,92698732897,133186858817... |
programs/oeis/001/A001088.asm | jmorken/loda | 1 | 44188 | ; A001088: Product of totient function: a(n) = Product_{k=1..n} phi(k) (cf. A000010).
; 1,1,2,4,16,32,192,768,4608,18432,184320,737280,8847360,53084160,424673280,3397386240,54358179840,326149079040,5870683422720,46965467381760,563585608581120,5635856085811200
mov $1,1
mov $2,1
lpb $0
mov $3,$0
cal $3,10 ; Euler to... |
asgn2/prob5.asm | debargham14/Microprocessors-8085- | 0 | 44190 | MVI A,FF
STA 204D
LXI H,204F
MOV B,M
LXI H,2050
LDA 204E
LOOP: CMP M
JNZ SKIP
MOV A,C
STA 204D
HLT
SKIP: INX H
INR C
DCR B
JNZ LOOP
HLT
|
Assignment2/reverse.nasm | xen0vas/SLAE | 1 | 44191 | <filename>Assignment2/reverse.nasm
; Title: Linux/x86 - Reverse TCP Shellcode ( 84 bytes )
; Author: <NAME>
; Date: 2020-08-23
; Tested on: Linux 3.13.0-32-generic #57~precise1-Ubuntu i686 i386 GNU/Linux
; Architecture: i686 GNU/Linux
; Shellcode Length: 84 bytes
; SLAE-ID: SLAE - 1314
global _start
section .text
... |
SLIDE_Regs02.asm | XlogicX/CactusCon2017 | 2 | 44193 | %include 'textmode.h'
call draw_border
mov di, 160 * 2 + 8 ;where to place cursor
mov si, line01 ;fetch the text
mov ah, 0x0A ;color
call slide_line
mov di, 160 * 4 + 16 ;where to place cursor
mov si, line02 ;fetch the text
call slide_line
call wait_loop
mov di, 160 * 8 + 8 ;where to place cursor
mov s... |
engine/bcd.asm | adhi-thirumala/EvoYellow | 16 | 44194 | ; divide hMoney by hDivideBCDDivisor
; return output in hDivideBCDQuotient (same as hDivideBCDDivisor)
; used only to halve player money upon losing a fight
DivideBCDPredef::
DivideBCDPredef2::
DivideBCDPredef3:: ; only used function
DivideBCDPredef4::
call GetPredefRegisters
DivideBCD::
xor a
ld [hDivideBCDBuffer]... |
win64/lesson22.asm | mashingan/notes-asmtutor | 1 | 44195 | format PE64 console
entry start
include 'win64w.inc'
section '.data' data readable writeable
stdout dq ?
filename TCHAR 'filecreate.txt', 0h
fail db 'failed to create file', 0h
section '.text' code readable executable
start:
fastcall setStdout
invoke CreateFile, filename,\
GENERIC_RE... |
programs/oeis/320/A320897.asm | jmorken/loda | 1 | 44196 | ; A320897: a(n) = Sum_{k=1..n} k^2 * tau(k)^2, where tau is A000005.
; 1,17,53,197,297,873,1069,2093,2822,4422,4906,10090,10766,13902,17502,23902,25058,36722,38166,52566,59622,67366,69482,106346,111971,122787,134451,162675,166039,223639,227483,264347,281771,300267,319867,424843,430319,453423
mov $4,$0
add $4,1
mov $6,... |
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_append_block.asm | teknoplop/z88dk | 8 | 44197 |
; void *b_array_append_block(b_array_t *a, size_t n)
SECTION code_clib
SECTION code_adt_b_array
PUBLIC b_array_append_block
EXTERN b_array_append_block_entry
b_array_append_block:
pop af
pop de
pop hl
push hl
push de
push af
jp b_array_append_block_entry
|
travis/test/movhpd.asm | johannkoenig/nasm | 1,052 | 44198 | <filename>travis/test/movhpd.asm
bits 64
movhpd xmm0,[rdi+2]
movhpd xmm0,qword [rdi+2]
movhpd [rsi+3],xmm1
movhpd qword [rsi+3],xmm1
vmovhpd xmm2,xmm1,[rax+4]
vmovhpd xmm2,xmm1,qword [rax+4]
vmovhpd xmm3,[rax+4]
vmovhpd xmm3,qword [rax+4]
vmovhpd [rcx+5],xmm4
vmovhpd qword [rcx+5],xmm4
|
programs/oeis/063/A063522.asm | karttu/loda | 1 | 44200 | <gh_stars>1-10
; A063522: a(n) = n*(5*n^2 - 3)/2.
; 0,1,17,63,154,305,531,847,1268,1809,2485,3311,4302,5473,6839,8415,10216,12257,14553,17119,19970,23121,26587,30383,34524,39025,43901,49167,54838,60929,67455,74431,81872,89793,98209,107135,116586,126577,137123,148239,159940,172241,185157,198703,212894,227745,243271,2594... |
programs/oeis/046/A046231.asm | neoneye/loda | 22 | 44201 | <reponame>neoneye/loda
; A046231: Numbers whose cube is palindromic in base 4.
; 0,1,5,17,65,257,1025,4097,16385,65537,262145,1048577,4194305,16777217,67108865,268435457,1073741825,4294967297
mov $2,-1
lpb $0
sub $0,1
trn $0,$1
add $2,5
pow $2,$0
add $1,$2
lpe
mov $0,$1
|
programs/oeis/111/A111186.asm | jmorken/loda | 1 | 44202 | <filename>programs/oeis/111/A111186.asm
; A111186: Difference between the closest squares surrounding squarefree composite numbers.
; 5,5,7,7,7,7,9,9,9,9,9,11,11,11,11,11,11,11,11,13,13,13,13,13,13,13,13,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,17,17,17,17,17,17,17,17,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19
m... |
i386/DirectNtApi.asm | Fyyre/directntapi | 38 | 44203 | <filename>i386/DirectNtApi.asm
;;
;; DirectNtApi ( i386 version - final )
;; (C) 2011 - Fyyre
;;
;; * do not edit *
.586
.xlist
.list
public _DirectNtAcceptConnectPort@24
public _DirectNtAccessCheck@32
public _DirectNtAccessCheckAndAuditAlarm@44
public _DirectNtAccessCheckByType@44
public _DirectNtAcce... |
util/cv/notab.asm | olifink/smsqe | 0 | 44204 | <filename>util/cv/notab.asm
; Name order table V2.00 1989 <NAME> QJUMP
section cv
xdef cv_notab
;+++
; 256-byte table of name order equivalents for characters.
; -ve are digits (NOT digit value)
; control chars are 0
; separators are 1-64
; ... |
CSE312/HW1/src/ShowPrimes.asm | abdcelik/GTU | 2 | 44205 | <filename>CSE312/HW1/src/ShowPrimes.asm
.data
msg.prime: .asciiz " prime\n"
msg.notprime: .asciiz "\n"
.text
.globl main
main:
jal showPrimes
addiu $v0, $zero, 10
syscall
showPrimes:
addi $sp, $sp, -4
sw $ra, 0($sp)
addiu $s0, $zero, 0
addiu $s1, $zero, 1000
showPrimesLoop:
slt $t0, $s1, $s0
... |
Library/Chart/CObject/cobjectMultiple.asm | steakknife/pcgeos | 504 | 44206 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: cobjectMultiple.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date ... |
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/fma_callee.asm | witchcraft2001/z88dk | 640 | 44207 |
SECTION code_fp_math16
PUBLIC fmaf16_callee
EXTERN cm16_sccz80_fma_callee
defc fmaf16_callee = cm16_sccz80_fma_callee
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _fmaf16_callee
EXTERN cm16_sdcc_fma_callee
defc _fmaf16_callee = cm16_sdcc_fma_callee
ENDIF
|
color/update_hp_bar.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 44208 | <filename>color/update_hp_bar.asm
; Called from "UpdateHPBar_AnimateHPBar" in "engine/hp_bar.asm" when healthbars are
; moving. Applies to battles and the party screen, probably won't work on status screen.
;
; d: length of bar (tiles)
; e: # pixels to fill
; hl: where to draw
DrawHPBarWithColor
call DrawHPBar
push b... |
firmware/coreboot/3rdparty/blobs/cpu/amd/geode_lx/gplvsa_ii/sysmgr/cpu_init.asm | fabiojna02/OpenCellular | 1 | 44209 | <reponame>fabiojna02/OpenCellular<gh_stars>1-10
;
; Copyright (c) 2006-2008 Advanced Micro Devices,Inc. ("AMD").
;
; This library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as
; published by the Free Software Foundation; either version 2.... |
src/Inflame64.asm | playday3008/Inflame | 65 | 44210 | format PE64 console 6.0
entry main
include 'INCLUDE/win64ax.inc'
struct PROCESSENTRY32
dwSize dd ?
cntUsage dd ?
th32ProcessID dd ?
rd 1
th32DefaultHeapID dq ?
th32ModuleID dd ?
cntThreads dd ?
... |
A3/egghunter.nasm | mshaneck/SLAE32 | 0 | 44211 | ; Title: Linux x86 Egghunter shellcode (33 bytes)
; Filename: egghunter.nasm
; Author: <NAME>
; Website: http://markshaneck.com
;
; A more detailed description of this code can be found at
; http://markshaneck.com/SLAE32/slae32-assignment3
;
; Purpose: Egg hunter: Find shellcode located somewhere
; in memory that is ... |
dino/lcs/item/C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 44212 | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
0016FE move.w ($c,A6), D1 [123p+ 8, enemy+ 8, item+ 8]
001702 add.w ($10,A6), D1 [123p+ C, enemy+ C, item+ C]
0018C4 add.l D0, ($c,A6)
0018C8 moveq #$0, D0 [123p+ C, 123p+ E, base+748, enemy+ C, ... |
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_353_1182.asm | ljhsiun2/medusa | 9 | 44213 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1b410, %rdi
nop
nop
nop
nop
nop
sub $16947, %r10
movl $0x61626364, (%rdi)
nop
nop
nop
nop
nop
and $63723, %r12
lea addresses_A_ht+0xf5ec, %r13
nop
nop
nop
and %r9, %r9
mo... |
oeis/211/A211394.asm | neoneye/loda-programs | 11 | 44214 | <reponame>neoneye/loda-programs<filename>oeis/211/A211394.asm
; A211394: T(n,k) = (k+n)*(k+n-1)/2-(k+n-1)*(-1)^(k+n)-k+2; n , k > 0, read by antidiagonals.
; Submitted by <NAME>
; 1,5,6,2,3,4,12,13,14,15,7,8,9,10,11,23,24,25,26,27,28,16,17,18,19,20,21,22,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,57,58,59,60,61... |
libsrc/stdio/x07/fgetc_cons.asm | andydansby/z88dk-mk2 | 1 | 44215 | ;
; Keyboard routines for the Canon X-07
; By <NAME> - 10/6/2011
;
; getkey() Wait for keypress
;
;
; $Id: fgetc_cons.asm,v 1.1 2011/06/15 20:15:00 stefano Exp $
;
XLIB fgetc_cons
.fgetc_cons
xor a
call $C90A
jr z,fgetc_cons
ret
|
libsrc/_DEVELOPMENT/adt/wv_priority_queue/z80/asm_wv_priority_queue_size.asm | meesokim/z88dk | 0 | 44217 |
; ===============================================================
; Mar 2014
; ===============================================================
;
; size_t wv_priority_queue_size(wv_priority_queue_t *q)
;
; Return the size of the queue in words.
;
; ===============================================================
SECTI... |
programs/oeis/105/A105824.asm | neoneye/loda | 22 | 44218 | ; A105824: a(n) = sigma(n) mod 4.
; 1,3,0,3,2,0,0,3,1,2,0,0,2,0,0,3,2,3,0,2,0,0,0,0,3,2,0,0,2,0,0,3,0,2,0,3,2,0,0,2,2,0,0,0,2,0,0,0,1,1,0,2,2,0,0,0,0,2,0,0,2,0,0,3,0,0,0,2,0,0,0,3,2,2,0,0,0,0,0,2,1,2,0,0,0,0,0,0,2,2,0,0,0,0,0,0,2,3,0,1
seq $0,46897 ; Sum of divisors of n that are not divisible by 4.
mod $0,4
|
oeis/208/A208901.asm | neoneye/loda-programs | 11 | 44219 | ; A208901: Number of bitstrings of length n (with at least two runs) where the last two runs have different lengths.
; Submitted by <NAME>
; 0,0,4,8,24,48,112,224,480,960,1984,3968,8064,16128,32512,65024,130560,261120,523264,1046528,2095104,4190208,8384512,16769024,33546240,67092480,134201344,268402688,536838144,107367... |
programs/oeis/070/A070342.asm | neoneye/loda | 0 | 44221 | <reponame>neoneye/loda
; A070342: a(n) = 3^n mod 19.
; 1,3,9,8,5,15,7,2,6,18,16,10,11,14,4,12,17,13,1,3,9,8,5,15,7,2,6,18,16,10,11,14,4,12,17,13,1,3,9,8,5,15,7,2,6,18,16,10,11,14,4,12,17,13,1,3,9,8,5,15,7,2,6,18,16,10,11,14,4,12,17,13,1,3,9,8,5,15,7,2,6,18,16,10,11,14,4,12,17,13,1,3,9,8,5,15,7,2,6,18
mov $1,2
mov $2,$... |
programs/oeis/138/A138423.asm | neoneye/loda | 22 | 44222 | ; A138423: a(n) = (prime(n)^4 - prime(n)^3)/2.
; 4,27,250,1029,6655,13182,39304,61731,133837,341446,446865,911754,1378420,1669647,2387929,3870802,5955991,6809430,9925179,12526885,14004612,19228521,23443267,31018636,43808304,51515050,55729077,64927279,69931566,80802232,129048129,146125915,174852004,185307711,244788226,2... |
oeis/154/A154252.asm | neoneye/loda-programs | 11 | 44223 | <filename>oeis/154/A154252.asm
; A154252: Expansion of (1-x+8x^2)/((1-x)(1-2x)) .
; 1,2,12,32,72,152,312,632,1272,2552,5112,10232,20472,40952,81912,163832,327672,655352,1310712,2621432,5242872,10485752,20971512,41943032,83886072,167772152,335544312,671088632,1342177272,2684354552,5368709112,10737418232,21474836472,4294... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_14715_1841.asm | ljhsiun2/medusa | 9 | 44224 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xf84d, %r11
nop
nop
nop
nop
dec %rbp
mov (%r11), %rax
nop
inc %r13
lea addresses_normal_ht+0x14f4d, %r8
nop
dec %rdx
mov (%r8), %r11w
n... |
sources/isal/igzip/igzip_compare_types.asm | intel/qpl | 11 | 44227 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright (C) 2022 Intel Corporation
;
; SPDX-License-Identifier: MIT
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
%include "options.asm"
%include "stdmac.asm"
%ifndef UTILS_ASM
%define UTILS_ASM
; compare macro
;;... |
programs/oeis/117/A117793.asm | karttu/loda | 0 | 44228 | ; A117793: Pentagonal numbers divisible by 5.
; 0,5,35,70,145,210,330,425,590,715,925,1080,1335,1520,1820,2035,2380,2625,3015,3290,3725,4030,4510,4845,5370,5735,6305,6700,7315,7740,8400,8855,9560,10045,10795,11310,12105,12650,13490,14065,14950,15555,16485,17120,18095,18760,19780,20475,21540,22265,23375,24130,25285,2607... |
programs/oeis/066/A066353.asm | neoneye/loda | 22 | 44230 | ; A066353: 1 + partial sums of A032378.
; 1,3,6,10,15,21,28,38,50,64,80,98,118,140,164,190,220,253,289,328,370,415,463,514,568,625,685,748,816,888,964,1044,1128,1216,1308,1404,1504,1608,1716,1828,1944,2064,2188,2318,2453,2593,2738,2888
lpb $0
sub $0,1
mov $2,$0
max $2,0
seq $2,32378 ; Noncubes such that n is d... |
src/test/ref/loopnest.asm | jbrandwood/kickc | 2 | 44231 | <filename>src/test/ref/loopnest.asm
// Commodore 64 PRG executable file
.file [name="loopnest.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(main)
... |
oeis/010/A010050.asm | neoneye/loda-programs | 11 | 44232 | <filename>oeis/010/A010050.asm
; A010050: a(n) = (2n)!.
; 1,2,24,720,40320,3628800,479001600,87178291200,20922789888000,6402373705728000,2432902008176640000,1124000727777607680000,620448401733239439360000,403291461126605635584000000,304888344611713860501504000000,265252859812191058636308480000000,2631308369336935301672... |
programs/oeis/153/A153642.asm | neoneye/loda | 22 | 44233 | <reponame>neoneye/loda<gh_stars>10-100
; A153642: a(n) = 4*n^2 + 24*n + 8.
; 36,72,116,168,228,296,372,456,548,648,756,872,996,1128,1268,1416,1572,1736,1908,2088,2276,2472,2676,2888,3108,3336,3572,3816,4068,4328,4596,4872,5156,5448,5748,6056,6372,6696,7028,7368,7716,8072,8436,8808,9188,9576,9972,10376,10788,11208,11636... |
src/firmware/Platform/Main.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 44235 | #include "Platform.inc"
#include "FarCalls.inc"
#include "PowerOnReset.inc"
#include "BrownOutReset.inc"
#include "MclrReset.inc"
#include "PowerManagement.inc"
radix decimal
extern pollForWork
Main code
global main
global initialisationCompleted
main:
.safelySetBankFor PCON
btfss PCON, NOT_POR
goto po... |
Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_370.asm | ljhsiun2/medusa | 9 | 44237 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x14d62, %rbx
nop
nop
nop
nop
nop
add %r12, %r12
mov (%rbx), %r15w
nop
add %r11, %r11
lea addresses_WT_ht+0x1ee3b, %rdi
nop
nop
nop
nop
nop
and %r9, %r9
mov (%rdi), %... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2.log_1200_1192.asm | ljhsiun2/medusa | 9 | 44238 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x11ecc, %rsi
nop
nop
nop
nop
nop
sub %r8, %r8
mov $0x6162636465666768, %r10
movq %r10, %xmm7
movups %xmm7, (%rsi)
nop
nop
nop
nop
and $33176, %rdx
lea addre... |
iod/con2/qxl/xmode.asm | olifink/smsqe | 0 | 44239 | <reponame>olifink/smsqe<gh_stars>0
; QXL extended colour mode
section init
xdef pt_xmodec ; check if mode can be set
xdef pt_xmode ; set mode
xdef qxl_xmode ; set QXL on mode change
xref qxl_mess_add
include 'dev8_keys_err'
include 'dev8_keys_sys'
include 'dev8_keys_con'
include 'dev8_smsq_qxl_keys'
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_784.asm | ljhsiun2/medusa | 9 | 44241 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x6a65, %r12
clflush (%r12)
nop
inc %rcx
mov (%r12), %r15w
nop
nop
nop
nop
add %rax, %rax
lea addresses_normal_ht+0xf4d5, %rax
nop
add %r10, %r10
mov $0x6162636465666768, %r12... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1043.asm | ljhsiun2/medusa | 9 | 44242 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rsi
lea addresses_D_ht+0x12dfb, %r14
nop
nop
add %rax, %rax
mov (%r14), %r13
nop
nop
nop
nop
cmp $50280, %rcx
lea addresses_WT_ht+0xeb0d, %rsi
nop
and $4222, %r8
mov (%rsi), %r13w
inc %rcx
lea addresses_D_ht+0x... |
learn-assembly/asm101/asm101-08.asm | hailehong95/Practice-Coding | 0 | 44243 | <gh_stars>0
; asm101-08: Nhap password la mot ky tu cho den khi dung, neu sai bat nhap lai
; Bai tap lam quen voi lenh nhay (jump) va nhan (label)
.model small
.stack 100h
.data
msg1 db 13,10,'Nhap Password: $'
msg2 db 13,10,'Dang nhap thanh cong!$'
.code
main proc
; Khoi tao thanh ghi ds
mov ax, @data... |
Mips/Studies/maybe.asm | otavreis/-Computer-Architecture-and-Organization | 1 | 44244 | <reponame>otavreis/-Computer-Architecture-and-Organization<filename>Mips/Studies/maybe.asm<gh_stars>1-10
.data
vetor: .word 0:10
resto: .word 0:10
lenght: .word 0
newLine: .asciiz "\n"
.text
li $v0, 5
syscall
move $s0, $v0
sw $v0, lenght
#addi $s0, $zero,
#addi $s0, $zero, 4
addi $s1, $zero, 10
addi $s2, ... |
asm/ooe_fix_gravedorcus_from_left_entrance.asm | Iemnur/DSVEdit | 70 | 44245 | <filename>asm/ooe_fix_gravedorcus_from_left_entrance.asm<gh_stars>10-100
.nds
.relativeinclude on
.erroronwarning on
; This patch makes Gravedorcus not immediately damage the player if they enter from the left door.
.open "ftc/overlay9_33", 022B73A0h
.org 0x022BA230
; Remove branch that would make Gravedorcus's in... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciyp_ds2ulonglong_callee.asm | jpoikela/z88dk | 640 | 44246 |
; signed long long __fs2ulonglong (float f)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdcciyp_ds2ulonglong_callee
EXTERN cm48_sdcciyp_d2m48, am48_dfix64u, l_store_64_dehldehl_mbc
cm48_sdcciyp_ds2ulonglong_callee:
; double to unsigned long long
;
; enter : stack = sdcc_float x, result *, ret
... |
oeis/192/A192441.asm | neoneye/loda-programs | 11 | 44247 | <reponame>neoneye/loda-programs
; A192441: Coefficient of x^(2*n) in the expansion of (1 + x^3 + x^4)^n.
; Submitted by <NAME>
; 1,0,2,3,6,30,35,210,350,1344,3402,9240,29139,72072,231660,603603,1814670,5095376,14507324,42401502,118974466,349305120,990073812,2877816304,8272748675,23852438880,69116072950,198980348385,577... |
non_regression/other_x86_macosx.o.asm | LRGH/plasmasm | 1 | 44248 | <reponame>LRGH/plasmasm
.macosx_version_min 10, 11
.section __TEXT,__text,regular,pure_instructions
.align 4, 0x90
.globl _main
_main:
pushl %ebp
movl %esp, %ebp
pushl %ebx
pushl %edi
pushl %esi
subl $220, %esp
call L00000011
L00000011:
popl %esi
movl %esi, -2... |
oeis/011/A011549.asm | neoneye/loda-programs | 11 | 44249 | ; A011549: Decimal expansion of sqrt(3) truncated to n places.
; Submitted by <NAME>
; 1,17,173,1732,17320,173205,1732050,17320508,173205080,1732050807,17320508075,173205080756,1732050807568,17320508075688,173205080756887,1732050807568877,17320508075688772,173205080756887729,1732050807568877293,17320508075688772935,173... |
c0-compiler/targetcode_origin.asm | lzh97/C0-Compiler | 0 | 44251 | .data
a: .word 0
b: .word 0
c: .word 0
d: .word 0
.text
jal main
li $v0, 10
syscall
add:
subi $gp, $gp, 8
sw $fp, 0($sp)
sw $ra, -4($sp)
lw $t8, 0($gp)
sw $t8, -40($sp)
lw $t8, 4($gp)
sw $t8, -44($sp)
lw $t8, -40($sp)
lw $t9, -44($sp)
add $t8, $t8, $t9
sw $t8, -48($sp)
... |
libsrc/games/vg5k/bit_close_ei.asm | grancier/z180 | 0 | 44252 | <reponame>grancier/z180
; $Id: bit_close_ei.asm,v 1.4 2016/06/16 19:33:59 dom Exp $
;
; VG-5000 1 bit sound functions
;
; Close sound and restore interrupts
;
; <NAME> - 2014
;
SECTION code_clib
PUBLIC bit_close_ei
PUBLIC _bit_close_ei
EXTERN __bit_irqstatus
.bit_close_ei
._bit_close_ei
push hl
... |
dev/smartdrv/devini.asm | minblock/msdos | 0 | 44253 | ;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1991
; All Rights Reserved.
;
;
;OVERVIEW
;
; This module contains the strategy and interrupt entry points for
;the cache's dummy device driver. This copies the safedsk device driver
;on top of the cache segment so the safedsk.sys will be loaded.
;
vse... |
WangShuang_book/p203e1.asm | SmirnovKol/Learning_x86_assembly_language | 1 | 44254 | assume cs:code, ds:data
data segment
db 'conversation', 0
data ends
code segment
start: mov ax, data
mov ds, ax
mov si, 0
call capital
mov ax, 4c00h
int 21h
capital:mov cl, [si]
mov ch, 0
jcxz ok
and byte ptr [si], 11011111b
inc si
loop capital
ok: ret
code ends
end start
|
programs/oeis/123/A123680.asm | neoneye/loda | 22 | 44255 | ; A123680: a(n) = Sum_{k=0..n} C(n+k-1,k)*k!.
; 1,2,9,76,985,17046,366289,9374968,278095761,9375293170,353906211241,14785127222724,677150215857193,33734100501544366,1816008001717251105,105048613959883117936,6497985798745934394529,427999600108502895779658,29906414651967826909012921,2209552957065136309211922940,172099418... |
oeis/141/A141971.asm | neoneye/loda-programs | 11 | 44256 | <reponame>neoneye/loda-programs
; A141971: Primes congruent to 15 mod 28.
; Submitted by <NAME>
; 43,71,127,211,239,379,463,491,547,631,659,743,827,883,911,967,1051,1163,1303,1471,1499,1583,1667,1723,2003,2087,2143,2311,2339,2423,2591,2647,2731,2843,2927,3011,3067,3319,3347,3571,3739,3767,3823,3851,3907,4019,4159,4243,... |
reversing/matryoshka/src/original_asm/cipher.asm | cclauss/fbctf-2019-challenges | 213 | 44258 | ; WARNING: FOR MACOS ONLY
; nasm -f macho64 cipher.asm -o cipher.o && ld -o cipher.macho -macosx_version_min 10.7 -e start cipher.o && ./cipher.macho
BITS 64
section .text
global start
start:
push rbp
mov rbp,rsp
; PRINT OUTPUT
push 0xa203a
mov DWORD [rsp+0x4],0x0
push 0x76207965
mov DW... |
programs/oeis/123/A123357.asm | neoneye/loda | 22 | 44260 | ; A123357: Kekulé numbers for certain benzenoids (see the Cyvin-Gutman book for details).
; 1,6,40,272,1856,12672,86528,590848,4034560,27549696,188121088,1284571136,8771600384,59896233984,408997068800,2792806678528,19070476877824,130221361594368,889207077732352,6071885729103872,41461429210972160,283116347854946304,1933... |
Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_36_950.asm | ljhsiun2/medusa | 9 | 44261 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x150e4, %rsi
lea addresses_UC_ht+0x128e4, %rdi
clflush (%rdi)
nop
nop
nop
and $61181, %rax
mov $38, %rcx
rep movsb
dec %rdx
lea addresses_A_ht+0x1b809, %rdx
nop
nop
and %r13, ... |
tests/pong-game/asm/out.asm | DimitarYordanov17/jack-compiler | 5 | 44262 | // bootstrap code
@256
D=A
@SP
M=D
// function Ball.new 0
(Ball.new)
// push constant 15
@15
D=A
@R13
M=D
@R13
D=M
@SP
A=M
M=D
@SP
M=M+1
// call Memory.alloc 1
@Ball:Memory.alloc:12:RETURN
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL
D=M
@R13
M=D
@R13
D=M
@SP
A=M
M=D
@SP
M=M+1
@ARG
D=M
@R13
M=D
@R13
D=M
@SP
A=M
M=D
@SP
M=M+1
@THIS
... |
scripts/results.asm | hansbonini/smd_beyondoasis | 2 | 44263 | <filename>scripts/results.asm
origin $3DFE8
text_results:
gameResults("PLAY RESULT")
gameResults("TIME")
gameResults("h m s")
gameResults("RANK")
gameResults("<NAME>")
gameResults("<NAME>")
gameResults("DEATHS")
gameResults("KILLS")
gameResults("JEWELS")
gameResults("/60")
gameResults("CLASS")
origin $3E034
text_bes... |
programs/oeis/118/A118075.asm | neoneye/loda | 22 | 44264 | ; A118075: Start with 1 and repeatedly reverse the digits and add 42 to get the next term.
; 1,43,76,109,943,391,235,574,517,757,799,1039,9343,3481,1885,5923,3337,7375,5779,9817,7231,1369,9673,3811,1225,5263,3667,7705,5119,9157,7561,1699,10003,30043,34045,54085,58087,78127,72229,92269,96271,17311,11413
mov $2,$0
mov $... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_6044_316.asm | ljhsiun2/medusa | 9 | 44265 | <filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_6044_316.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1018d, %r14
clflush (%r14)
inc %r10
movb (%r14), %al
add $21549, %r12
le... |
external/source/shellcode/linux/ia32/stager_egghunt.asm | OsmanDere/metasploit-framework | 26,932 | 44266 | <reponame>OsmanDere/metasploit-framework<gh_stars>1000+
;;
;
; Name: stager_egghunt
; Type: Stager
; Platforms: Linux
; Authors: skape <mmiller [at] hick.org>
; Version: $Revision: 1414 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to... |
Testing-File/Test_Ex13.asm | srsarangi/riscv-emulator | 0 | 44267 | @Assembly code to print factorial of 12
.main:
addi x1, x0, 1
addi x2, x0, 12
addi x3, x0, 1
.loop:
mul x1, x1, x2
addi x2, x2, -1
blt x3, x2, .loop
.print x1
end |
programs/oeis/237/A237997.asm | karttu/loda | 0 | 44268 | ; A237997: Number of ordered ways to achieve a score of n in American football taking into account different scoring methods.
; 1,0,1,1,1,2,3,4,7,9,14,20,29,43,63,92,136,198,291,426,624,915,1341,1965,2881,4221,6187,9067,13288,19475,28542,41830,61306,89847,131678,192983,282830,414508,607491,890321,1304830,1912320,280264... |
src/spi.asm | adolf01/P65_Testing | 0 | 44269 | .include "io.inc65"
;.import popa, popax
.importzp tmp1, tmp2,tmp3
data = tmp1
adrH = tmp2
adrL = tmp3
;.export _spi_write_to
.export _spi_begin
.export _spi_end
.export _spi_write
.export _spi_write_16
.export _spi_read
.export _spi_init
.code
; void spi_write_to(char * buffer, char c)
; @in A (n) char to write... |
Transynther/x86/_processed/NONE/_ht_zr_xt_/i7-7700_9_0x48.log_15384_2128.asm | ljhsiun2/medusa | 9 | 44270 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x67f4, %rsi
lea addresses_WT_ht+0x188f4, %rdi
nop
nop
nop
nop
and %r15, %r15
mov $57, %rcx
rep movsl
nop
nop
inc %r10
lea addresses_WT_ht+0x1af94, %rsi
lea add... |
programs/oeis/081/A081252.asm | karttu/loda | 0 | 44271 | ; A081252: Partial sums of A053646.
; 0,0,1,1,2,4,5,5,6,8,11,15,18,20,21,21,22,24,27,31,36,42,49,57,64,70,75,79,82,84,85,85,86,88,91,95,100,106,113,121,130,140,151,163,176,190,205,221,236,250,263,275,286,296,305,313,320,326,331,335,338,340,341,341
mov $2,$0
mov $5,$0
lpb $2,1
mov $0,$5
sub $2,1
sub $0,$2
mov $... |
asm_src/sg_test/sg_test.asm | yhzmr442/jspce | 9 | 44272 | VDC_0 .equ $0000
VDC_1 .equ $0001
VDC_2 .equ $0002
VDC_3 .equ $0003
VDC1_0 .equ VDC_0
VDC1_1 .equ VDC_1
VDC1_2 .equ VDC_2
VDC1_3 .equ VDC_3
VDC2_0 .equ $0010
VDC2_1 .equ $0011
VDC2_2 .equ $0012
VDC2_3 .equ $0013
VPC_0 .equ $0008
VPC_1 .equ $0009
VPC_2 .equ $000A
VPC_3 ... |
examples/z180c.asm | jblang/TMS9918A | 86 | 44273 | <filename>examples/z180c.asm
; z88dk wrapper for Z180 utility subroutines
; Copyright 2020 <NAME>
;
; Permission is hereby granted, free of charge, to any person obtaining a
; copy of this software and associated documentation files (the "Software"),
; to deal in the Software without restriction, including without li... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1482.asm | ljhsiun2/medusa | 9 | 44274 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %rax
push %rdx
lea addresses_A_ht+0x1787a, %r11
nop
nop
add %rax, %rax
mov (%r11), %r10d
nop
nop
nop
inc %rdx
lea addresses_UC_ht+0x767a, %r11
nop
nop
nop
dec %r15
mov (%r11), %r13
nop
nop
and %r11, %r11
pop %rdx
pop %rax
pop %r15... |
libsrc/_DEVELOPMENT/stdlib/c/sccz80/dtog.asm | jpoikela/z88dk | 640 | 44276 | <filename>libsrc/_DEVELOPMENT/stdlib/c/sccz80/dtog.asm<gh_stars>100-1000
; size_t dtog(double x, char *buf, uint16_t prec, uint16_t flag)
SECTION code_clib
SECTION code_stdlib
PUBLIC dtog
EXTERN asm_dtog, dload
dtog:
ld hl,8
add hl,sp
call dload
pop af
pop bc
pop de
pop hl
push hl
pus... |
cards/bn6/ModCards/137-A041 DesertMan.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 44277 | <gh_stars>1-10
.include "defaults_mod.asm"
table_file_jp equ "exe6-utf8.tbl"
table_file_en equ "bn6-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252354A // BR5J
game_code_2 equ 0x42523545 // BR5E
game_code_3 equ 0x42523550 // BR5P
card_type equ 1
card_id equ 41
card_no equ "041"
card_sub equ "Mod Card 0... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xca.log_15491_1770.asm | ljhsiun2/medusa | 9 | 44279 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x4e0f, %r8
cmp %rax, %rax
movw $0x6162, (%r8)
nop
xor $9072, %r12
lea addresses_UC_ht+0x18faf, %rsi
clflush (%rsi)
nop
nop
nop
sub %rdx, %rdx
and $0xffffffffffffffc0, %rsi... |
data/pokemon/dex_entries/marill.asm | AtmaBuster/pokeplat-gen2 | 6 | 44280 | <gh_stars>1-10
db "AQUAMOUSE@" ; species name
db "The fur on its"
next "body naturally"
next "repels water. It"
page "can stay dry, even"
next "when it plays in"
next "the water.@"
|
base/mvdm/dos/v86/dev/keyboard/kdfpl1.asm | npocmaka/Windows-Server-2003 | 17 | 44281 | <filename>base/mvdm/dos/v86/dev/keyboard/kdfpl1.asm
PAGE ,132
TITLE PC DOS 3.3 Keyboard Definition File
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; PC DOS 3.3 - NLS Support - Keyboard Definition File
;; (c) Copyright IBM Corp 1986,1987
;;
;; This file contains the keyboard tables for:
... |
projects/04/mult/Mult.asm | mattwamboldt/nand2tetris | 0 | 44282 | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME>, MIT Press.
// File name: projects/04/Mult.asm
// Multiplies R0 and R1 and stores the result in R2.
// (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.)
@R2
M=0 // R2=0
@i
M=0 // i=0
(LOOP) // ... |
programs/oeis/336/A336851.asm | neoneye/loda | 22 | 44283 | <reponame>neoneye/loda
; A336851: a(n) = sigma(A003961(n)) - A003961(n), where A003961 is a prime shift towards larger primes, sigma is the sum of divisors.
; 0,1,1,4,1,9,1,13,6,11,1,33,1,15,13,40,1,49,1,41,17,17,1,105,8,21,31,57,1,87,1,121,19,23,19,178,1,27,23,131,1,123,1,65,73,33,1,321,12,81,25,81,1,249,21,183,29,35,... |
sleep.asm | BaseMax/FirstAssemblyNASM | 7 | 44284 | section .data
delat dq 5, 500000000
section .text
global _start
_start:
mov rax, 35
mov rdi, delat
mov rsi, 0
syscall
mov rax, 60 ; exit
mov rdi, 0
syscall
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.