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 |
|---|---|---|---|---|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1132.asm | ljhsiun2/medusa | 9 | 202447 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x15309, %rsi
lea addresses_D_ht+0x19a9, %rdi
nop
nop
nop
add %r12, %r12
mov $90, %rcx
rep movsb
add $9335, %r14
lea addresses_A_ht+0x3ca1, %rdx
nop
dec %r9
vmovups (%rdx), %ymm2
vextract... |
forca.asm | luanorlandi/Assembly-MIPS-ICMC | 0 | 202448 | ; ------- TABELA DE CORES -------
; adicione ao caracter para Selecionar a cor correspondente
; 0 branco 0000 0000
; 256 marrom 0001 0000
; 512 verde 0010 0000
; 768 oliva 0011 0000
; 1024 azul marinho 0100 0000
; 1280 roxo 0101 0000
; 1537 teal 0110 0000
; 1793 prata 0111 0... |
programs/oeis/173/A173135.asm | neoneye/loda | 22 | 202449 | <reponame>neoneye/loda<gh_stars>10-100
; A173135: Primes other than 3 and 5.
; 2,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271
seq $0,215848 ; Primes > 3.
sub $0,2
lpb ... |
src/solace_code/net_udp_server.asm | NablaVM/solace | 0 | 202451 | ;
; This UDP server can receive a single connection. It receives upto 2000 bytes,
; prints the data on the screen, and responds with "Hello client, I am server"
; This can be used with the libc/sockets/example/udpclient.c
;
.file "net_udp"
.init main
.string setupError "Failed to create the socket" ; 0 - 27
.... |
programs/oeis/224/A224000.asm | jmorken/loda | 1 | 202452 | <filename>programs/oeis/224/A224000.asm
; A224000: Number of 2 X n 0..2 arrays with antidiagonals unimodal and rows and diagonals nondecreasing.
; 9,31,76,155,281,469,736,1101,1585,2211,3004,3991,5201,6665,8416,10489,12921,15751,19020,22771,27049,31901,37376,43525,50401,58059,66556,75951,86305,97681,110144,123761,13860... |
domMonkey.asm | swu038/CS183lab2 | 0 | 202453 |
_domMonkey: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
int dmonk = 0;
struct{
lock_t lock;
}mutex;
int main(){
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 e4 f0 and $0xfffffff0,%esp
1006: 83 ec 30 ... |
Assembler/test/cohadar/assembler/memory/mem01.asm | cohadar/parapascal | 0 | 202454 | // test aload and astore instructions on shared array
.SHARED
x : 2
.CODE
@main():
// x[0] := 333
const 333
const 0
addr x
astore
// x[1] := 444
const 444
const 1
addr x
astore
// debug(x[0], x[1])
const 0
addr x
aload
syscall %DEBUG
const 1
addr x
aload
syscall %DEBUG
exit 0
|
programs/oeis/010/A010215.asm | karttu/loda | 1 | 202455 | <filename>programs/oeis/010/A010215.asm<gh_stars>1-10
; A010215: Continued fraction for sqrt(167).
; 12,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1,11,1,24,1
cal $0,10201 ; Continued fraction for sqrt(142).
add ... |
lab3_test_harness/Lab1test/ldw.asm | Zaydax/PipelineProcessor | 2 | 202456 | <reponame>Zaydax/PipelineProcessor
.ORIG x3000
LEA R0, B
LDW R1, R0, #-1
LDW R2, R0, #0
LDW R3, R0, #1
HALT
A .FILL xDEFA
B .FILL xCEDC
C .FILL XCAB0
.END |
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_IterateUpdateSpr.asm | meesokim/z88dk | 0 | 202457 | <reponame>meesokim/z88dk<filename>libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_IterateUpdateSpr.asm
; void sp1_IterateUpdateSpr(struct sp1_ss *s, void *hook2)
SECTION code_temp_sp1
PUBLIC _sp1_IterateUpdateSpr
_sp1_IterateUpdateSpr:
pop af
pop hl
pop ix
push ix
push hl
push af
INCLUDE ... |
programs/oeis/298/A298019.asm | karttu/loda | 0 | 202458 | <reponame>karttu/loda<filename>programs/oeis/298/A298019.asm
; A298019: Partial sums of A298016.
; 1,7,19,31,55,91,115,157,217,253,313,397,445,523,631,691,787,919,991,1105,1261,1345,1477,1657,1753,1903,2107,2215,2383,2611,2731,2917,3169,3301,3505,3781,3925,4147,4447,4603,4843,5167,5335,5593,5941,6121,6397,6769,6961,725... |
programs/oeis/061/A061793.asm | neoneye/loda | 22 | 202459 | ; A061793: a(n) = 25*n*(n + 1)/2 + 3.
; 3,28,78,153,253,378,528,703,903,1128,1378,1653,1953,2278,2628,3003,3403,3828,4278,4753,5253,5778,6328,6903,7503,8128,8778,9453,10153,10878,11628,12403,13203,14028,14878,15753,16653,17578,18528,19503,20503,21528,22578,23653,24753,25878,27028,28203,29403,30628,31878,33153,34453,357... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1777.asm | ljhsiun2/medusa | 9 | 202460 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1777.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x34b3, %rsi
lea addresses_UC_ht+0x9bab, %rdi
clflush (%rdi)
nop
nop
nop... |
oeis/136/A136302.asm | neoneye/loda-programs | 11 | 202461 | <reponame>neoneye/loda-programs<filename>oeis/136/A136302.asm
; A136302: Transform of A000027 by the T_{1,1} transformation (see link).
; Submitted by <NAME>(s1.)
; 2,6,15,35,81,188,437,1016,2362,5491,12765,29675,68986,160373,372822,866706,2014847,4683951,10888865,25313540,58846841,136802308,318026782,739322571,1718716... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_62_256.asm | ljhsiun2/medusa | 9 | 202463 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rbp
push %rbx
push %rdi
push %rsi
lea addresses_UC_ht+0xd0bf, %r13
cmp $31652, %r11
movw $0x6162, (%r13)
nop
dec %rdi
lea addresses_normal_ht+0x12b83, %rbx
and $17555, %rbp
mov $0x6162636465666768, %r12
movq %r12, %xmm3
movups %xmm3, (%rbx... |
libsrc/graphics/aquarius/textpixl6.asm | meesokim/z88dk | 0 | 202464 | <gh_stars>0
;
;
; Support char table (pseudo graph symbols) for the Mattel Aquarius
; Version for the 2x3 graphics symbols
; Sequence: blank, top-left, top-right, top-half, medium-left, top-left + medium-left, etc..
;
; $Id: textpixl6.asm,v 1.2 2015/01/19 01:32:46 pauloscustodio Exp $
;
;
PUBLIC textpixl
.textpixl... |
MSDOS/Virus.MSDOS.Unknown.scrn3.asm | fengjixuchui/Family | 3 | 202466 | TITLE scrn3.asm
; AUTHOR <NAME> - Compuserve [73657,1400]
; DATE March 17, 1987
_TEXT SEGMENT BYTE PUBLIC 'CODE'
_TEXT ENDS
_DATA SEGMENT WORD PUBLIC 'DATA'
SCRN STRUC ; screen data structure - defined in video.h
off dw 0 ; offset (cursor position)
seg dw 0 ; screen buffer address
port dw 0 ; status... |
data/pokemon/dex_entries/dynabear.asm | AtmaBuster/pokeplat-gen2 | 6 | 202467 | <reponame>AtmaBuster/pokeplat-gen2<filename>data/pokemon/dex_entries/dynabear.asm
db "DEEP FLAME@" ; species name
db "The fibres of its"
next "mane are infused"
next "with explosive"
page "material. At will"
next "it can explode"
next "its whole neck.@"
|
unittests/ASM/Primary/Primary_A6_REP_down.asm | woachk/FEX | 0 | 202468 | %ifdef CONFIG
{
"RegData": {
"RAX": "0x1600",
"RCX": "0x9",
"RDX": "0x0",
"RDI": "0xE000000C",
"RSI": "0xE000001C"
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
%macro copy 3
; Dest, Src, Size
mov rdi, %1
mov rsi, %2
mov rcx, %3
cld
rep movsb
%endmacro
mov rdx, 0x... |
src/firmware-tests/Ui/States/SettingsBacklightNow/LcdDummies.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 202469 | <gh_stars>1-10
#include "Mcu.inc"
radix decimal
LcdDummies code
global initialiseLcd
global enableLcd
global disableLcd
global isLcdEnabled
global pollLcd
global putCharacter
global putBcdDigit
global putBcdDigits
global setLcdCursorPosition
global enableLcdBlinkingCursor
global disableLcdBlinkingCursor
... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_1567.asm | ljhsiun2/medusa | 9 | 202470 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc858, %rsi
lea addresses_D_ht+0xfad8, %rdi
nop
nop
nop
cmp $35304, %r13
mov $98, %rcx
rep movsq
nop
nop
nop
nop
nop
add %r12, %r12
lea addresses_A_ht+0x19c58, %rsi
lea a... |
Display Input String.asm | AdityaSatnalika/Microprocessor | 1 | 202471 | <gh_stars>1-10
.model small
.stack 100h
.data
buff db 26 ;MAX NUMBER OF CHARACTERS ALLOWED (25).
db ? ;NUMBER OF CHARACTERS ENTERED BY USER.
db 26 dup(0) ;CHARACTERS ENTERED BY USER.
MSG DB 0AH,0DH,"The input String is :$";
MSG1 DB 0AH,0DH,"aditya $";... |
Projects/PJZ2/Vector/Script.asm | jonathanbennett73/amiga-pjz-planet-disco-balls | 21 | 202472 | <filename>Projects/PJZ2/Vector/Script.asm<gh_stars>10-100
*****************************************************************************
* Included at the end of the code section (for (pc) data)
*****************************************************************************
; Objects
include "Obj_Default.i"
include "O... |
text/maps/celadon_pokecenter.asm | adhi-thirumala/EvoYellow | 16 | 202474 | _CeladonPokecenterText2::
text "# FLUTE awakens"
line "#MON with a"
cont "sound that only"
cont "they can hear!"
done
_CeladonPokecenterText3::
text "I rode uphill on"
line "CYCLING ROAD from"
cont "FUCHSIA!"
done
|
libtool/src/gmp-6.1.2/mpn/x86/atom/aorslshC_n.asm | kroggen/aergo | 1,602 | 202475 | <reponame>kroggen/aergo
dnl Intel Atom mpn_addlshC_n/mpn_sublshC_n -- rp[] = up[] +- (vp[] << C)
dnl Contributed to the GNU project by <NAME>.
dnl Copyright 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/o... |
data/mapObjects/route8.asm | adhi-thirumala/EvoYellow | 0 | 202476 | <gh_stars>0
Route8Object:
db $2c ; border block
db $5 ; warps
db $9, $1, $0, ROUTE_8_GATE
db $a, $1, $0, ROUTE_8_GATE
db $9, $8, $2, ROUTE_8_GATE
db $a, $8, $2, ROUTE_8_GATE
db $3, $d, $0, PATH_ENTRANCE_ROUTE_8
db $1 ; signs
db $3, $11, $a ; Route8Text10
db $9 ; objects
object SPRITE_BLACK_HAIR_BOY_2, $8,... |
divInteger.asm | mehedi432/assembly | 0 | 202477 | <filename>divInteger.asm
.data
.text
addi $t0, $zero, 6
addi $t1, $zero, 3
div $s0, $t0, $t1
# Print to the console
li $v0, 1
move $a0, $s0
syscall |
oeis/208/A208558.asm | neoneye/loda-programs | 11 | 202478 | <filename>oeis/208/A208558.asm
; A208558: Number of 6 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 1 and 0 1 1 vertically.
; 16,256,784,5776,25600,150544,753424,4129024,21492496,115175824,607129600,3230330896,17097131536,90759997696,480986635024,2551443960976,13527095526400,71739070491664,3803924413371... |
external/source/shellcode/linux/ia32/stager_sock_reverse_udp_dns.asm | OsmanDere/metasploit-framework | 26,932 | 202479 | <filename>external/source/shellcode/linux/ia32/stager_sock_reverse_udp_dns.asm
;;
;
; Name: stager_sock_reverse_udp_dns
; Qualities: Can Have Nulls
; Platforms: Linux
; Authors: skape <mmiller [at] hick.org>
; Version: $Revision: 1445 $
; License:
;
; This file is part of the Metasploit ... |
scripts/CeladonMansion1F.asm | opiter09/ASM-Machina | 1 | 202480 | <gh_stars>1-10
CeladonMansion1F_Script:
jp EnableAutoTextBoxDrawing
CeladonMansion1F_TextPointers:
dw CeladonMansion1Text1
dw CeladonMansion1Text2
dw CeladonMansion1Text3
dw CeladonMansion1Text4
dw CeladonMansion1Text5
CeladonMansion1_PlayCryScript:
call PlayCry
jp TextScriptEnd
CeladonMansion1Text1:
text_f... |
Engine/Macros.asm | dougmasten/thomson-to8-game-engine | 1 | 202481 | _ldd MACRO
ldd #((\1)*256)+\2
ENDM
_ldx MACRO
ldx #((\1)*256)+\2
ENDM
_ldy MACRO
ldy #((\1)*256)+\2
ENDM
_ldu MACRO
ldu #((\1)*256)+\2
ENDM
_lds MACRO
lds #((\1)*256)+\2
ENDM
_SetCartPageA MACRO
IFDEF T2
tsta
bpl RAMPg@
sta... |
programs/oeis/084/A084967.asm | jmorken/loda | 1 | 202483 | <filename>programs/oeis/084/A084967.asm
; A084967: Multiples of 5 whose GCD with 6 is 1.
; 5,25,35,55,65,85,95,115,125,145,155,175,185,205,215,235,245,265,275,295,305,325,335,355,365,385,395,415,425,445,455,475,485,505,515,535,545,565,575,595,605,625,635,655,665,685,695,715,725,745,755,775,785,805,815,835,845,865,875,8... |
examples/x86/SPEAR/architectural/backward_edge/arch_bwd.asm | JesseDeMeulemeester/speculator | 42 | 202484 | <filename>examples/x86/SPEAR/architectural/backward_edge/arch_bwd.asm
; Copyright 2021 IBM Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/L... |
Lockon S3/Screen Events.asm | NatsumiFox/AMPS-Sonic-3-Knuckles | 5 | 202485 | Comp_ScreenInit:
jsr (Update_CameraPositionP2).l
move.w (Camera_X_pos_copy).w,d0
move.w d0,(Events_fg_0).w
move.w d0,(Events_fg_1).w
move.w (Camera_X_pos_P2_copy).w,d0
move.w d0,(Events_fg_2).w
move.w d0,(_unkEEBA).w
moveq #0,d0
move.b (Current_zone_and_act).w,d0
lsl.w #4,d0
lea Comp_ScreenInitArr... |
log2RICORSIVA.asm | edoardottt/Asm_mars_examples | 21 | 202488 | <filename>log2RICORSIVA.asm
.data
x: .word
y:.word
.text
.globl main
main:
#x in input
li $v0,5
la $a0,x
syscall
sw $v0,x
lw $t0,x
addi $v0,$zero,0 #resetto $v0
#y in input
li $v0,5
la $a0,y
syscall
sw $v0,y
lw $t1,y
li $t2,2 #salvo valore due per la divisione
jal log #chiamata ricorsiva
... |
programs/oeis/219/A219020.asm | karttu/loda | 0 | 202489 | ; A219020: Sum of the cubes of the first n even-indexed Fibonacci numbers divided by the sum of the first n terms.
; 1,7,45,297,2002,13630,93177,638001,4371235,29956465,205313076,1407206412,9645056785,66107994667,453110391657,3105663400665,21286529888422,145900036590826,1000013702089545,6854195814790005,469793568358603... |
labs/lab2/LAB02C/LAB02C/main.asm | stanley-jc/COMP2121 | 2 | 202490 | ;
; LAB02C.asm
;
; Created: 2017/8/28 10:52:35
; Author : <NAME>
;
; Replace with your application code
.include "m2560def.inc"
.def n=r16
.def a=r17
.def b=r18
.def c=r19
.def cou=r22
.def timerl=r23
.def timerh=r24
.dseg
counter: .byte 1
.cseg
ldi n,8
ldi a,1
ldi b,3
ldi c,2
ldi xl... |
Etapa 02/Aula 12 - SSE/codes/a12e03.asm | bellorini/unioeste | 0 | 202491 | ; Aula 12 - SSE
; a12e03.asm
; Conversão de Packed-Integer para FP
; Conversão de FP para Packed-Integer
; nasm -f elf64 a12e03.asm ; gcc -m64 -no-pie a12e03.o -o a12e03.x
%define _exit 60
section .data
vetInt1 : dd 10, 20, 30, 40, 50, 60, 70, 80
section .bss
alignb 32
vetInt2SP2DP : resq 4
align... |
programs/oeis/163/A163379.asm | neoneye/loda | 22 | 202492 | <reponame>neoneye/loda
; A163379: a(n) = phi(phi(tau(n))).
; 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,2,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,2,1,1,1,2,1,1,1,2,1,2,1,1,1,2,1,2,1,1,1,1,1,2,1,2,2,1,1,2,1,1,1,2,1,2,1,1,1,1,1,2,1,1,1,2
seq $0,163109 ; a(n) = phi(tau(n)).
sub $0,1
seq $0,10 ; E... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/f32_fam9511.asm | ahjelm/z88dk | 640 | 202493 | <reponame>ahjelm/z88dk<gh_stars>100-1000
SECTION code_fp_math32
PUBLIC f32_fam9511_fastcall
EXTERN m32_f32_fam9511
defc f32_fam9511_fastcall = m32_f32_fam9511
PUBLIC f32_fam9511
EXTERN cm32_sccz80_f32_fam9511
defc f32_fam9511 = cm32_sccz80_f32_fam9511
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _f32_fa... |
oeis/093/A093801.asm | neoneye/loda-programs | 11 | 202494 | ; A093801: a(n) = b(n)*Integral_{x=0..1/(4^n)} (1 - sqrt(x)) dx, where b(n) = 3*24^n.
; Submitted by <NAME>(s2)
; 1,12,90,594,3726,22842,138510,835434,5025726,30193722,181280430,1088036874,6529284126,39178893402,235082926350,1410526255914,8463243628926,50779720053882,304679095164270,1828076895508554,10968468346620126
... |
programs/oeis/168/A168390.asm | karttu/loda | 1 | 202496 | <filename>programs/oeis/168/A168390.asm<gh_stars>1-10
; A168390: a(n) = 1 + 8*floor(n/2).
; 1,9,9,17,17,25,25,33,33,41,41,49,49,57,57,65,65,73,73,81,81,89,89,97,97,105,105,113,113,121,121,129,129,137,137,145,145,153,153,161,161,169,169,177,177,185,185,193,193,201,201,209,209,217,217,225,225,233,233,241,241,249,249,257,... |
libsrc/time/newbrain/clock.asm | andydansby/z88dk-mk2 | 1 | 202497 | ;
; Grundy NewBrain clock()
;
; stefano 5/4/2007
;
; ------
; $Id: clock.asm,v 1.2 2007/06/06 08:43:47 stefano Exp $
;
XLIB clock
XREF nbclockptr
.clock
ld hl,(nbclockptr)
ld c,(hl)
inc hl
ld b,(hl)
inc hl
ld e,(hl)
inc hl
ld d,(hl)
ld h,b
ld l,c
ret
|
data/mapHeaders/vermilionhouse2.asm | adhi-thirumala/EvoYellow | 16 | 202498 | <reponame>adhi-thirumala/EvoYellow
VermilionHouse2_h:
db HOUSE ; tileset
db VERMILION_HOUSE_2_HEIGHT, VERMILION_HOUSE_2_WIDTH ; dimensions (y, x)
dw VermilionHouse2Blocks, VermilionHouse2TextPointers, VermilionHouse2Script ; blocks, texts, scripts
db $00 ; connections
dw VermilionHouse2Object ; objects
|
2020 Fall E C E 252/PO Exercise/P09 Control Flow.asm | jsswd888/2020_FALL_UW_MADISON | 0 | 202499 | ; Filename: P09 Control Flow
; Author: <NAME>
; Description:
.ORIG x0200
START
ADD3
; ADD R0, R1, R2, return back into R3
ADD R3, R0, R1
ADD R3, R3, R2
ST R3, R3
MAXIMUM
; negatie R0, compare whether R0 or R1 is bigger
NOT R0, #0
ADD R0, R0, #1
ADD R2, R0, R1
... |
oeis/141/A141954.asm | neoneye/loda-programs | 11 | 202500 | ; A141954: Primes congruent to 10 mod 27.
; Submitted by <NAME>
; 37,199,307,523,577,631,739,1009,1063,1117,1171,1279,1549,1657,1873,2089,2143,2251,2467,2521,2683,2791,2953,3061,3169,3331,3547,3709,4357,4519,4789,4951,5059,5113,5167,5437,5653,5869,5923,6247,6301,6571,6679,6733,6841,6949,7057,7219,7489,7759,7867,8191,83... |
programs/oeis/008/A008952.asm | neoneye/loda | 22 | 202501 | <reponame>neoneye/loda<gh_stars>10-100
; A008952: Leading digit of 2^n.
; 1,2,4,8,1,3,6,1,2,5,1,2,4,8,1,3,6,1,2,5,1,2,4,8,1,3,6,1,2,5,1,2,4,8,1,3,6,1,2,5,1,2,4,8,1,3,7,1,2,5,1,2,4,9,1,3,7,1,2,5,1,2,4,9,1,3,7,1,2,5,1,2,4,9,1,3,7,1,3,6,1,2,4,9,1,3,7,1,3,6,1,2,4,9,1,3,7,1,3,6
mov $1,2
pow $1,$0
seq $1,4086 ; Read n backw... |
base/mvdm/dos/v86/cmd/mem/_parse.asm | npocmaka/Windows-Server-2003 | 17 | 202502 | ;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1988 - 1991
; * All Rights Reserved.
; */
page 60,132
name _parse
title C to PARSER interface
;--------------------------------------------------------------... |
stdio_linux64.asm | taisukef/hello-x64asm | 1 | 202503 | <reponame>taisukef/hello-x64asm<gh_stars>1-10
; syscall for Linux 64bit
section .bss
putchar_buf resb 1
getchar_buf resb 1
section .text
stdio_init:
ret
stdio_write: ; rsi:buffer rdx:len of buffer
push rax
push rdi
mov rdi, 1 ; fd = stdout
mov rax, 1 ; syscall write
syscall
pop rdi
pop rax
re... |
bcd_bin_utils.asm | johangroth/miniassembler | 0 | 202504 | <filename>bcd_bin_utils.asm
; This technique is very similar to <NAME>'s, but does away with
; the look up table for powers of two and much simpler than the approach
; used by <NAME> in his books (e.g. subtracting out 1000s, 100s,
; 10s and 1s).
;
; <NAME>, 28-Feb-2004
bin_to_bcd8: .proc
sed ; switch to decimal m... |
boot/loader/stage1/memmap.asm | jocke-l/stark | 1 | 202505 | bits 16
global get_memmap
global MEMMAP_ADDR
get_memmap:
mov ax, 0
mov es, ax
mov di, MEMMAP_ADDR
xor ebx, ebx
mov eax, 0xe820
mov edx, 0x534d4150
mov ecx, 24
int 0x15
jc end
cmp edx, eax
jne end
mov [es:di + 20], dword 1
lp0:
mov ecx, [es:di... |
Patches/z_cancel_flash.asm | abitalive/SuperSmashBros | 4 | 202506 | // Super Smash Bros. flash on Z cancel demonstration
arch n64.cpu
endian msb
//output "", create
include "LIB\N64.inc"
include "LIB\macros.inc"
origin 0x0
insert "LIB\Super Smash Bros. (U) [!].z64"
origin 0x0CB528
base 0x80150AE8 // Z cancel
jal Flash
origin 0x33204
base 0x80032604
scope Flash: {
addiu sp, -0x18... |
labs/lab1/os/src/entry.asm | yunwei37/os-summer-of-code-daily | 51 | 202509 | <reponame>yunwei37/os-summer-of-code-daily<filename>labs/lab1/os/src/entry.asm
# 操作系统启动时所需的指令以及字段
#
# 我们在 linker.ld 中将程序入口设置为了 _start,因此在这里我们将填充这个标签
# 它将会执行一些必要操作,然后跳转至我们用 rust 编写的入口函数
#
# 关于 RISC-V 下的汇编语言,可以参考 https://github.com/riscv/riscv-asm-manual/blob/master/riscv-asm.md
.section .text.entry
.globl _star... |
notes/extra/mult_neg.asm | feliposz/nand2tetris | 0 | 202511 | // Multiplies R0 and R1 and stores the result in R2.
// (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.)
// Enhanced to handle negative numbers
// Swap operands if necessary to reduce loops needed
@signal
M=1 // signal = 1
@R0
D=M
@multiplicand
M=D // multiplicand = R0
@R1
... |
src/core/asm/x86/inst_0x0fc0.asm | Hiroshi123/bin_tools | 0 | 202512 |
default rel
section .text
global _0x0fc0_xadd
global _0x0fc1_xadd
global _0x0fc2_cmp
global _0x0fc3_movnti
global _0x0fc4_pinsrw
global _0x0fc5_pextrw
global _0x0fc6_shufp
global _0x0fc7_cmpxchg_vm
global _0x0fc8_bswap
global _0x0fc9_bswap
global _0x0fca_bswap
global _0x0fcb_bswap
global _0x0fcc_bs... |
libsrc/_DEVELOPMENT/time/c/sdcc/dostm_from_tm.asm | jpoikela/z88dk | 640 | 202513 | ; void dostm_from_tm(struct dos_tm *,struct tm *)
SECTION code_time
PUBLIC _dostm_from_tm
EXTERN asm_dostm_from_tm
_dostm_from_tm:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_dostm_from_tm
|
pwnlib/shellcraft/templates/mips/linux/cat2.asm | tkmikan/pwntools | 9 | 202515 | <%
from pwnlib import constants
from pwnlib.shellcraft import mips
from pwnlib.shellcraft import common
%>
<%page args="filename, fd=1, length=0x4000"/>
<%docstring>
Opens a file and writes its contents to the specified file descriptor.
Uses an extra stack buffer and must know the length.
Example:
>>> f = t... |
libsrc/_DEVELOPMENT/stdlib/z80/asm_quick_exit.asm | meesokim/z88dk | 0 | 202516 |
; ===============================================================
; Nov 2013
; ===============================================================
;
; _Noreturn void quick_exit(int status)
;
; Execute functions registered by at_quick_exit() and then exit
; program via _Exit(status).
;
; ==================================... |
asm/test/asm/condition.asm | lujb/starterVM | 6 | 202518 | <reponame>lujb/starterVM
; print "HIJKL"
Start:
JMP #Spot1
LDA #65
LDX #$A000
STA ,X
JMP #EndSpot
Spot1:
LDA #72
LDX #$A002
STA ,X
CMPA #72
JEQ #Spot2
JMP #EndSpot
Spot2:
LDA #73
LDX #$A004
STA ,X
CMPA #99
JNE #Spot3
JMP #EndSpot
Spot3:
LDA #74
LDX #$A006
STA ,X
CMPA #107
... |
oeis/121/A121986.asm | neoneye/loda-programs | 11 | 202519 | ; A121986: Expansion of x*(-1+2*x-3*x^3+x^4)/((x^3+x^2+x-1) * (x-1)^2).
; Submitted by <NAME>(s3)
; 1,1,1,4,8,16,32,61,115,215,399,738,1362,2510,4622,8507,15653,28797,52973,97440,179228,329660,606348,1115257,2051287,3772915,6939483,12763710,23476134,43179354,79419226,146074743,268673353,494167353,908915481,1671756220,3... |
programs/oeis/016/A016206.asm | neoneye/loda | 22 | 202520 | <gh_stars>10-100
; A016206: Expansion of 1/((1-x)*(1-2x)*(1-11x)).
; 1,14,161,1786,19677,216510,2381737,26199362,288193493,3170129446,34871425953,383585689578,4219442593549,46413868545422,510552554032409,5616078094422034,61776859038773445,679545449426770038
lpb $0
mov $2,$0
sub $0,1
seq $2,16135 ; Expansion of 1... |
Library/SpecUI/CommonUI/CUtils/copenMoniker.asm | steakknife/pcgeos | 504 | 202521 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CommonUI/COpen
FILE: copenMoniker.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Chris 9/89 Initial version
Eric 3/90 E... |
base/mvdm/dos/v86/inc/mstable.asm | npocmaka/Windows-Server-2003 | 17 | 202522 | ; SCCSID = @(#)ibmtable.asm 1.1 85/04/10
;
; Table Segment for DOS
;
.xlist
.xcref
include version.inc
include mssw.asm
.cref
.list
TITLE IBMTABLE - Table segment for DOS
NAME IBMTABLE
include ms_table.asm
END
|
programs/oeis/120/A120612.asm | neoneye/loda | 22 | 202523 | <gh_stars>10-100
; A120612: For n>1, a(n) = 2*a(n-1) + 15*a(n-2); a(0)=1, a(1)=1.
; 1,1,17,49,353,1441,8177,37969,198593,966721,4912337,24325489,122336033,609554401,3054149297,15251614609,76315468673,381405156481,1907542343057,9536162033329,47685459212513,238413348924961,1192108586037617,5960417405949649,29802463602463... |
pipFiles/abs.asm | hwheeler01/comp150 | 0 | 202525 | <reponame>hwheeler01/comp150<filename>pipFiles/abs.asm<gh_stars>0
; if x < 0:
; x = -x ( = -1*x)
CPL x
JMZ PAST
LOD #-1 ; x = -1*x
MUL x
STO x
PAST: HLT
|
audio/sfx/battle_32.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 202526 | <reponame>etdv-thevoid/pokemon-rgb-enhanced
SFX_Battle_32_Ch4:
duty 2
unknownsfx0x10 175
unknownsfx0x20 8, 241, 0, 7
unknownsfx0x10 8
endchannel
SFX_Battle_32_Ch5:
duty 3
unknownsfx0x20 8, 241, 1, 7
endchannel
|
oeis/015/A015257.asm | neoneye/loda-programs | 11 | 202527 | ; A015257: Gaussian binomial coefficient [ n,2 ] for q = -6.
; 1,31,1147,41107,1480963,53308003,1919128099,69088371619,2487182817955,89538572808355,3223388672928931,116041991914472611,4177511710786827427,150390421577130906787,5414055176843881927843,194905986365976733701283,7016615509177580507452579,25259815833037838970... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1734.asm | ljhsiun2/medusa | 9 | 202528 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x95e9, %r13
nop
nop
xor $28057, %r12
mov (%r13), %r9w
nop
nop
xor $39340, %rbp
lea addresses_UC_ht+0xb5f9, %r10
nop
nop
nop
nop
nop
inc %r8
movb (%r10), %bl... |
asm/strings.asm | pvmoore/dlang-common | 5 | 202529 |
include inc/includes.asm
_TEXT segment
string_print_newline proc
invoke putchar, byte ptr 13
invoke putchar, byte ptr 10
ret 0
string_print_newline endp
string_print_qword proc value:qword
mov rdx, rcx
invoke printf, offset printf_qword_str, rdx
ret 0
string_print_qword endp
string_print_bool proc v... |
oeis/176/A176711.asm | neoneye/loda-programs | 11 | 202531 | <filename>oeis/176/A176711.asm
; A176711: a(n) = 16n^4 + 64n^3 + 104n^2 + 80n + 21.
; 21,285,1365,4221,10197,21021,38805,66045,105621,160797,235221,332925,458325,616221,811797,1050621,1338645,1682205,2088021,2563197,3115221,3751965,4481685,5313021,6254997,7317021,8508885,9840765,11323221,12967197,14784021,16785405,1898... |
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/ldexp.asm | ahjelm/z88dk | 640 | 202533 | <reponame>ahjelm/z88dk
SECTION code_fp_am9511
PUBLIC ldexp
EXTERN cam32_sccz80_ldexp
defc ldexp = cam32_sccz80_ldexp
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _ldexp
EXTERN cam32_sdcc_ldexp
defc _ldexp = cam32_sdcc_ldexp
ENDIF
|
Data/ships/Thargon.asm | ped7g/EliteNext | 0 | 202534 | Thargon: DB $F0, $06, $40
DW ThargonEdges
DB ThargonEdgesSize
DB $00, $12
DB ThargonVertSize
DB ThargonEdgesCnt
DB $00, $32
DB ThargonNormalsSize
DB $14, $14, $1E
DW ThargonNormals
DB $02, $10
DW ThargonVertices
DB 0,0 ; Type and Tactics
ThargonVertices: DB $09... |
src/z3/randomizer/textskip_functions.asm | PJBoy/alttp_sm_combo_randomizer_rom | 31 | 202535 | <filename>src/z3/randomizer/textskip_functions.asm
Sprite_ShowMessageFromPlayerContact_Edit:
{
STZ $1CE8
JSL.l Sprite_CheckDamageToPlayerSameLayerLong : BCC .dont_show
LDA $4D : CMP.b #$02 : BEQ .dont_show
JSL.l Sprite_DirectionToFacePlayerLong : TYA : EOR.b #$03
SEC
RTL
.dont_show
LDA $0DE0, X
CLC
RTL
}
;==... |
audio tools/ab_Squirrel3 Public/Main/mmlParse.asm | langel/pce-dev-kit | 1 | 202536 | ;-----------------------------------------------------------------------------
; process MML byte codes
;..............................................................................
; X should hold voice number to process.
mainParseMMLCodes
;..................................................................... |
oeis/350/A350303.asm | neoneye/loda-programs | 11 | 202537 | <filename>oeis/350/A350303.asm
; A350303: a(n) is the number of ways to partition the set of vertices of a convex (n+14)-gon into 5 nonintersecting polygons.
; Submitted by <NAME>
; 0,273,1820,7140,21420,54264,122094,251370,482790,876645,1519518,2532530,4081350,6388200,9746100,14535612,21244356,30489585,43044120,598659... |
1581/64tass/dversion.asm | silverdr/assembly | 23 | 202538 |
*=$8000
.fill $8000,$ff
*=$8000 ; start of ROM 03/20/87 csum = $8E8B
signature_lo
.byte $4d
signature_hi
.byte $19
cchksm .byte $cd
dversion
.byte $01
|
asm/kernel/basic/expr-tokens.asm | majacQ/retroputer | 58 | 202539 | .segment __current__ kmemmap.basic.code-start .append {
expression-handlers:
.word token-not-impl ,0x1014 # 128, ABS
.word token-not-impl ,0x2006 # 129, AND
.word token-not-impl ,0x1014 # 130, ASC
.word token-not-impl ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1153.asm | ljhsiun2/medusa | 9 | 202541 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1153.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xb92c, %rsi
lea addresses_normal_ht+0x1e12c, %rdi
nop
cmp %r13, %r13
mov $81, %rcx
rep m... |
Homework Submission/Homework 1/hw 1.2.asm | NafisaTafshir1920/CSE331L-Section-10-Fall20-NSU | 0 | 202542 | <gh_stars>0
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
MOV AX, 2d
MOV CX, AX
MOV AX, 4d
ADD CX, AX
MOV AX, 6d
ADD CX, AX
MOV AX, 8d
ADD CX, AX
MOV AX, 10d
ADD CX, AX
ret |
libsrc/_DEVELOPMENT/ctype/c/sdcc_iy/isupper_fastcall.asm | meesokim/z88dk | 0 | 202543 | <gh_stars>0
; int isupper_fastcall(int c)
SECTION code_ctype
PUBLIC _isupper_fastcall
EXTERN asm_isupper, error_zc
_isupper_fastcall:
inc h
dec h
jp nz, error_zc
ld a,l
call asm_isupper
ld l,h
ret c
inc l
ret
|
boot/loader.asm | cambridgejames/CP-JOS | 0 | 202544 | ; --------------------------------------------------------------
; 作者:彭剑桥
; 创建时间:2019-09-10 20:00 Feb.
; 编辑环境: OS: Deepin 15.9.1 unstable
; Kernel: x86_64 Linux 4.15.0-29deepin-generic
; 功能:操作系统内核加载程序,用于在磁盘中寻找系统内核并将其载入内存,然后
; 将系统控制权转交给内核
; --------------------------------------------------------------
; ... |
oeis/280/A280761.asm | neoneye/loda-programs | 11 | 202545 | ; A280761: Solutions y_n to the negative Pell equation y^2 = 72*x^2 - 8.
; Submitted by <NAME>
; 8,280,9512,323128,10976840,372889432,12667263848,430314081400,14618011503752,496582077046168,16869172608065960,573055286597196472,19467010571696614088,661305304151087682520,22464913330565284591592,763145747935068588431608,2... |
programs/oeis/231/A231722.asm | jmorken/loda | 1 | 202548 | ; A231722: Partial sums of A001088 starting from its second term; a(1)=0, a(n) = A001088(2)+...+A001088(n).
; 0,1,3,7,23,55,247,1015,5623,24055,208375,945655,9793015,62877175,487550455,3884936695,58243116535,384392195575,6255075618295,53220543000055,616806151581175,6252662237392375
mov $6,$0
mov $8,$0
add $8,1
lpb $8
... |
dd/qlnd/fopcls.asm | olifink/smsqe | 0 | 202550 | <gh_stars>0
* Network remote filing OPEN/CLOSE V0.4 1985 <NAME> QJUMP
*
section nd
*
xdef nf_open network file open
xdef nu_open open with use
xdef nf_close close
xdef nu_close
x... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_315_869.asm | ljhsiun2/medusa | 9 | 202551 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdx
push %rsi
// Store
lea addresses_PSE+0x1f336, %r9
add $12879, %rsi
mov $0x5152535455565758, %rdx
movq %rdx, %xmm1
vmovaps %ymm1, (%r9)
nop
and ... |
programs/oeis/145/A145655.asm | karttu/loda | 1 | 202552 | <gh_stars>1-10
; A145655: Partial sums of A080674.
; 4,24,108,448,1812,7272,29116,116496,466020,1864120,7456524,29826144,119304628,477218568,1908874332,7635497392,30541989636,122167958616,488671834540,1954687338240,7818749353044,31274997412264
mov $2,2
add $2,$0
mov $3,4
pow $3,$2
mov $4,2
mul $4,$2
sub $2,$3
sub $2,2... |
solutions/23-the littlest number/standard.asm | Ernesto-Alvarez/HRM-Puzzles | 0 | 202554 | -- HUMAN RESOURCE MACHINE PROGRAM --
COMMENT 0
a:
INBOX
COPYTO 0
COMMENT 1
b:
c:
INBOX
JUMPZ e
SUB 0
JUMPN d
JUMP c
d:
ADD 0
COPYTO 0
JUMP b
COMMENT 2
e:
COPYFROM 0
OUTBOX
JUMP a
DEFINE COMMENT 0
<KEY>;
DEFINE... |
externals/skia/third_party/externals/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/gas-set.asm | terrajobst/linux-packaging-skiasharp | 2,151 | 202556 | .set bar,(foo-1)
.set foo,5
.byte foo /* 0x5 */
.byte bar /* 0x4 */
.set foo,6
.byte foo /* 0x6 */
.byte bar /* 0x4 */
.set bar,10
.byte bar /* 0xa */
.set bar,foo+1
.byte bar /* 0x7 */
.set bar,bar+1
.byte bar /* 0x8 */
.set bar,5
.set bam,bar-1
.set bar,1
.byte bam /* 0x4 */
.set bar, boo + 1
.set boo, 5
.set boo, 6
... |
modules/libm/i387.nasm | r-tty/radios | 0 | 202557 | ;-------------------------------------------------------------------------------
; i387.nasm - library of FPU math functions.
; Based on FreeBSD msun/i387 code, (c) 1993,94 <NAME>, Inc.
;-------------------------------------------------------------------------------
module libm.i387
exportproc _atan, _tan
exportproc ... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_93_653.asm | ljhsiun2/medusa | 9 | 202558 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x10c7c, %rbp
nop
xor $27493, %rax
mov $0x6162636465666768, %r14
movq %r14, %xmm1
movups %xmm1, (%rbp)
nop
nop
nop
nop
xor $44143, %r11
lea addresses_D_ht+0x67c, %rdx... |
oeis/142/A142888.asm | neoneye/loda-programs | 11 | 202559 | ; A142888: First differences of A142705.
; Submitted by <NAME>
; 3,-1,13,-9,29,-23,51,-43,79,-69,113,-101,153,-139,199,-183,251,-233,309,-289,373,-351,443,-419,519,-493,601,-573,689,-659,783,-751,883,-849,989,-953,1101,-1063,1219,-1179,1343,-1301,1473,-1429,1609,-1563,1751,-1703,1899,-1849,2053,-2001,2213,-2159,2379,-2... |
programs/oeis/193/A193838.asm | neoneye/loda | 22 | 202560 | <gh_stars>10-100
; A193838: Size k of smallest square of k X k lattice points from which n points with distinct mutual distances can be chosen.
; 1,2,3,4,5,6,7,9,10,11,13,15,16
mov $1,$0
lpb $1
mov $2,$1
sub $1,7
seq $2,25793 ; Expansion of 1/((1-x)(1-x^10)(1-x^11)).
add $0,$2
lpe
add $0,1
|
data/pokemon/base_stats/delibird.asm | AtmaBuster/pokeplat-gen2 | 6 | 202561 | db 0 ; species ID placeholder
db 45, 55, 45, 75, 65, 45
; hp atk def spd sat sdf
db ICE, FLYING ; type
db 45 ; catch rate
db 183 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/delibird/front.dimensions"
db GROWTH_FAST ; grow... |
data/pokemon/dex_entries/cranidos.asm | AtmaBuster/pokeplat-gen2 | 6 | 202562 | db "HEAD BUTT@" ; species name
db "A lifelong jungle"
next "dweller from 100"
next "million years ago,"
page "it would snap"
next "obstructing trees"
next "with headbutts.@"
|
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_4510_1196.asm | ljhsiun2/medusa | 9 | 202563 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r14
push %r9
push %rax
push %rcx
push %rsi
// Store
mov $0xee4, %rcx
nop
nop
nop
cmp %rsi, %rsi
movw $0x5152, (%rcx)
dec %rax
// Load
lea addresses_normal+0x132e4, %r9
nop
sub $523, %r10... |
programs/oeis/130/A130249.asm | karttu/loda | 1 | 202564 | <reponame>karttu/loda<gh_stars>1-10
; A130249: Maximal index k of a Jacobsthal number such that A001045(k)<=n (the 'lower' Jacobsthal inverse).
; 0,2,2,3,3,4,4,4,4,4,4,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,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,... |
ln.asm | adrianna157/CS444-Lab5-Mutexes | 0 | 202566 |
_ln: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 53 push %ebx
4: 83 e4 f0 and $0xff... |
programs/oeis/302/A302710.asm | jmorken/loda | 1 | 202567 | ; A302710: a(n) = trinomial(2*n, 4) = (1/6)*n*(2*n - 1)*(2*n^2 + 7*n - 3).
; 0,1,19,90,266,615,1221,2184,3620,5661,8455,12166,16974,23075,30681,40020,51336,64889,80955,99826,121810,147231,176429,209760,247596,290325,338351,392094,451990,518491,592065,673196,762384,860145,967011,1083530,1210266,1347799,1496725,1657656,1... |
programs/oeis/096/A096025.asm | karttu/loda | 1 | 202572 | <reponame>karttu/loda
; A096025: Numbers n such that (n+j) mod (2+j) = 1 for j from 0 to 6 and (n+7) mod 9 <> 1.
; 843,1683,3363,4203,5883,6723,8403,9243,10923,11763,13443,14283,15963,16803,18483,19323,21003,21843,23523,24363,26043,26883,28563,29403,31083,31923,33603,34443,36123,36963,38643,39483,41163,42003,43683
mul... |
Transynther/x86/_processed/NC/_st_zr_sm_/i7-8650U_0xd2_notsx.log_3_1728.asm | ljhsiun2/medusa | 9 | 202573 | .global s_prepare_buffers
s_prepare_buffers:
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xf699, %rsi
lea addresses_WC_ht+0x3299, %rdi
nop
nop
add $58285, %rdx
mov $86, %rcx
rep movsb
sub $8236, %rbp
lea addresses_WT_ht+0x19699, %r9
nop
nop
nop
nop
nop
inc %rbx
vmo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.