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 |
|---|---|---|---|---|
Assembly_in_C_VS/addition_x86/addition_x86/Function_x86.asm | sickn3ss/c_code | 2 | 205173 | <reponame>sickn3ss/c_code<gh_stars>1-10
.model flat, c
_TEXT SEGMENT
Addition PROC, Argument1:DWORD, Argument2:DWORD
xor eax, eax ; 0 out EAX
mov eax, Argument1 ; Move first argument in EAX
add eax, Argument2 ; Addition
ret
Addition ENDP
_TEXT ENDS
End |
programs/oeis/086/A086347.asm | karttu/loda | 0 | 205174 | <reponame>karttu/loda
; A086347: On a 3 X 3 board, number of n-move routes of chess king ending in a given side square.
; 1,5,24,116,560,2704,13056,63040,304384,1469696,7096320,34264064,165441536,798822400,3857055744,18623512576,89922273280,434183143424,2096421666816,10122419240960,48875363631104,235991131488256,113946... |
coverage/IN_CTS/0543-COVERAGE-instructions-h-3315/work/variant/2_spirv_opt_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 205175 | <gh_stars>0
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 104
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %79
OpExecutionMod... |
irvene/exchange_array.asm | ratedali/assembly-exercises | 1 | 205177 | <filename>irvene/exchange_array.asm
section .data
array: dd 1,2,3,4,5,6,7,8
len: dd ($-array)/4
section .text
global _main
_main:
push ebp
mov ebp, esp
and esp, 0xfffffff0
test dword [len], 0x1
jz exchange... |
Assembly/textures/paramWindow_noEffect.asm | WildGenie/Ninokuni | 14 | 205178 | <reponame>WildGenie/Ninokuni
;; Modify the subimages position of the texture battles images.
;
; Arguments of v3d_setSubImage function:
; + R0: Sprite struct
; + R1: Frame index
; + R2: Layer index
; + R3: X Start
; + SP+00: Y Start
; + SP+04: X End
; + SP+08: Y End
; + SP+0C: X Output
; + SP+10: Y O... |
testfile.asm | vicera/vicasm | 0 | 205179 | <reponame>vicera/vicasm
mov a, (bc)
add a
halt
; Comments
; More coments
sub b, 0x21 ; Some test shit
mov a, b
halt a
mov b, HL
mov (hl), b
MOV D, (HL)
halt 0x80
halt
|
programs/oeis/103/A103486.asm | neoneye/loda | 22 | 205181 | <reponame>neoneye/loda
; A103486: a(0)=7, a(1)=11, a(2)=13, a(3)=17; then a(n) = a(n-1)+a(n-3)-a(n-4).
; 7,11,13,17,21,23,27,31,33,37,41,43,47,51,53,57,61,63,67,71,73,77,81,83,87,91,93,97,101,103,107,111,113,117,121,123,127,131,133,137,141,143,147,151,153,157,161,163,167,171,173,177,181,183,187,191,193,197,201
mul $0,... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_17772_1375.asm | ljhsiun2/medusa | 9 | 205183 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x180bc, %r9
nop
sub %r15, %r15
movw $0x6162, (%r9)
nop
nop
nop
cmp $61529, %rbx
lea addresses_D_ht+0x7acc, %rsi
lea addresses_A_ht+0x19acc, %rdi
nop
nop
nop
nop
nop
add $2408,... |
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_21829_1102.asm | ljhsiun2/medusa | 9 | 205184 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1b5ad, %rax
nop
add $15445, %r13
vmovups (%rax), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $0, %xmm3, %r10
nop
nop
nop
nop
nop
inc %rdi
lea addresses_WT_ht+0x... |
user/alloctest.asm | joshiamey/xv6-riscv-fall19 | 1 | 205186 |
user/_alloctest: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <test0>:
#include "kernel/fcntl.h"
#include "kernel/memlayout.h"
#include "user/user.h"
void
test0() {
0: 715d addi sp,sp,-80
2: e486 sd ra,72(sp)
4: e0a2 sd s0... |
src/tipo_car.asm | tomellericcardo/AssemblyExercises | 0 | 205187 | <filename>src/tipo_car.asm
.orig x3000
LD R0, t1 ; R0 contiene il primo valore di test
JSR TIPO_CAR ; chiamata a sottoprogramma
LD R0, t2 ; R0 contiene il secondo valore di test
JSR TIPO_CAR ; chiamata a sottoprogramma
LD R0, t3 ; R0 contiene il terzo valore di test
JSR TIPO_CAR ; chiamata a sottoprogramma... |
core/collChec.asm | cristoferfb/columns | 0 | 205188 | <reponame>cristoferfb/columns<gh_stars>0
check_rc:
; Checkeamos las colisiones al
; lado derecho del boque
mov ah,02h
xor bh,bh
mov dh,[block_y]
mov dl,[block_x]
inc dl
int 10h
mov ah,08h
int 10h
cmp al,178
jne no_coll
pop ax
ret
no_coll:
ret
check_lc:
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_93.asm | ljhsiun2/medusa | 9 | 205189 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
// REPMOV
lea addresses_RW+0x1b80b, %rsi
lea addresses_WC+0x1ac0b, %rdi
nop
nop
inc %r13
mov $69, %rcx
rep movsb
nop
and %r13, %r13
// Store
lea addresses_WT... |
programs/oeis/216/A216779.asm | neoneye/loda | 22 | 205190 | <filename>programs/oeis/216/A216779.asm<gh_stars>10-100
; A216779: Number of derangements on n elements with an odd number of cycles.
; 0,0,1,2,6,24,135,930,7420,66752,667485,7342290,88107426,1145396472,16035550531,240533257874,3848532125880,65425046139840,1177650830516985,22375365779822562,447507315596451070,939765362... |
final/Irvine/Project_Template/main.asm | abanoubamin/Matrix-Calculator | 0 | 205193 | INCLUDE Irvine32.inc
.DATA
; data of heap allocation
ARRAY_SIZE = 1000
HEAP_START = 2000000
HEAP_MAX = 400000000
BLOCK_SIZE = 500000
pArray SDWORD ? ; pointer to block of memory
hHeap HANDLE ? ; handle to the process heap
dwFlags DWORD HEAP_ZERO_MEMORY ; set memory bytes to all zeros
str11 BYTE "Cannot handle or allo... |
Tests/JRPTest.asm | charles-fox/ManchesterBabyPython | 0 | 205194 | --
-- Test the JRP instruction.
--
-- If successful the accumulator will hold the value 2.
01: JRP 10
02: LDN 11
03: STOP
04: LDN 12
05: STOP
10: NUM 2
11: NUM -1
12: NUM -2
|
src/stars/tests/tests/reverseTest.asm | kevintmcdonnell/stars | 9 | 205195 | .text
main:
li $a0, 1
li $a1, 2
addi $t0, $a0, 3
add $t1, $a0, $a1
jal lab
sw $a0, w
lw $s0, w
li $v0, 10
syscall
lab:
beq $t1, $t0 l1
addi $t1, $t1, 1
l1:
beq $t1, $a0, lab
jr $ra
.data
w: .word 24 |
assignment2/reverse_tcp_shell.nasm | allan9595/SLAE-Assignments | 0 | 205196 | ; Filename: reverse_tcp_shell.nasm
; Author: <NAME>
; Website: https://bohansec.com
; SLAE-ID: 1562
;
;
; Purpose: connect a reverse tcp shell from the victim machine to the host machine
global _start
section .text
_start:
;init the registers
xor eax, eax
xor ebx, ebx
xor ecx, ecx
xor edx, edx
xor esi, e... |
programs/oeis/242/A242182.asm | neoneye/loda | 22 | 205197 | <gh_stars>10-100
; A242182: Numbers with four C's in Roman numerals.
; 390,391,392,393,394,395,396,397,398,399,890,891,892,893,894,895,896,897,898,899,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899
mov $1,$0
mod $0,10
mov $2,1
mov $4,$1
mov $1,10
add $2,$4
sub $2,$0... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1347.asm | ljhsiun2/medusa | 9 | 205198 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1347.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %r14
push %rbp
push %rbx
push %rdi
// Store
lea addresses_D+0x16a72, %rdi
nop
cmp %r13, %r13
movl $0x51525... |
programs/oeis/270/A270030.asm | neoneye/loda | 22 | 205199 | <reponame>neoneye/loda
; A270030: a(n) is the smallest b for which the base-b representation of n contains at least one 4 (or 0 if no such base exists).
; 0,0,0,5,0,0,0,0,5,6,7,8,9,5,11,6,13,7,5,5,5,5,5,5,6,6,6,6,5,7,7,7,7,5,8,8,8,8,5,6,9,9,9,5,5,5,5,5,5,11,11,6,7,5,12,12,12,6,5,6,6,6,6,5,6,14,7,8,5,5,5,5,5,5,16,6,7,7,... |
asm/dialog_center.asm | unknownbrackets/tomatotrans | 14 | 205200 | ; When using [CENTER], the width is calculated assuming all letters are 8 long.
; This changes the related functions to account for the VWF.
; This is the 8x12 width index.
@WidthIndex equ 0x08649D4D
.org 0x0806E7EC
.region 0x0806E80C-.,0x00
; We change this to simply take the new length in r0, simpler to use.
; Args... |
scripts/silphco4.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 205202 | <filename>scripts/silphco4.asm
SilphCo4Script:
call SilphCo4Script_19d21
call EnableAutoTextBoxDrawing
ld hl, SilphCo4TrainerHeader0
ld de, SilphCo4ScriptPointers
ld a, [wSilphCo4CurScript]
call ExecuteCurMapScriptInTable
ld [wSilphCo4CurScript], a
ret
SilphCo4Script_19d21:
ld hl, wCurrentMapScriptFlags
bit ... |
WangShuang_book/p208.asm | SmirnovKol/Learning_x86_assembly_language | 1 | 205205 | <filename>WangShuang_book/p208.asm
assume cs:code
code segment
start: mov ax, 64423
mov dx, 59873
mov cx, 27
call divdw
mov ax, 4c00H
int 21H
divdw: ;description: do division without overflow, dividend is of
; dword kind, divisor is of word kind,
; quotient is of dword kind
;
;params: (ax)=low 16 bits ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1827.asm | ljhsiun2/medusa | 9 | 205206 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x847b, %r12
nop
nop
nop
and $54165, %rdi
mov $0x6162636465666768, %r8
movq %r8, (%r12)
nop
nop
and $47935, %rdi
lea addresses_WT_ht+0x301f, %rbp
nop
add $32069, %r14
mov (%rbp)... |
sys/gold/boot.asm | olifink/smsqe | 0 | 205207 | ; (Super)Gold card boot ROM. Deciphered in large parts by <NAME>
;
; The (S)GC ROM is 64kb in size and consists of three parts:
;
; $0000-$7FFF FLP, RAM + TK2. Copied to $10000
; $8000-$BFFF Patches + Basic commands + PAR + N + DEV. Copied to $1c200
; $C000-$FFFF Boot/patch engine (this file plus qlvers_asm). Discar... |
WEEK-8/5.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 0 | 205208 | <filename>WEEK-8/5.asm<gh_stars>0
LDA 9000 // //Get the packed BCD number from the memory
MOV B,A
MVI C,04
ANI F0 // // A = 90H
L1: RRC // // Need to be rotated right for 4 times to get A = 09H
DCR C
JNZ L1
STA 9001
MOV A,B
ANI 0F // // A = 08H
STA 9002
HLT
|
reader.asm | shepheb/basilisc | 0 | 205209 | ; Reader functions.
; A Reader record is a block of tokens, with a position.
; Pausing mid-EVAL to read a new block of text can happen, so that needs to be
; reentrant.
; However, the tokenizer and reader both run to completion.
; For speed and GC pressure, we don't convert the raw string to a Lisp string
; first.
;... |
src/game_level/enemiesC.asm | TypeDefinition/NautiBuoy | 2 | 205210 | INCLUDE "./src/definitions/definitions.inc"
INCLUDE "./src/include/entities.inc"
SECTION "Enemy C", ROM0
/* Update for enemy type C
Behavior:
- Just moves in a certain direction really quickly and bounce off walls
- Will occassionally shoot in certain directions
*/
UpdateEnemyC::
push hl ; PUS... |
libsrc/_DEVELOPMENT/math/float/am9511/asm/8085/am32_fdiv2.asm | dikdom/z88dk | 1 | 205211 | <gh_stars>1-10
;
; Copyright (c) 2022 <NAME>
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
; feilipu, January 2022
;
;----------------------------------------... |
3_frlf.asm | ndf-zz/eltaochre | 0 | 205212 | ; Ochre Reversers for Elta Console
;
; Program: Free-running Loop
;
; Looping reverse delay with transitions across zero
; crossings. Delay time ranges from approximately 0.01 seconds
; to just under 1 second, with reverse playback times about
; half the delay time. Modulation of delay time is staged
; so cha... |
bios_fdc_21/rom_loader.asm | ncb85/NCB85V2-BIOS | 4 | 205213 | <filename>bios_fdc_21/rom_loader.asm
; rom loader - loads BIOS from ROM (0000H) to RAM (e.g. F300H, depends on BIOS size)
di
lxi sp,8000h ; stack to 8000
ifdef DEBUG
; init USART 8251
xra a ; be sure to be in Command mode
out USART_CWR ; 3x 00
out USART_CWR
out USART_CWR
mvi a,USART_... |
libsrc/_DEVELOPMENT/math/integer/l_divu_64_64x8.asm | jpoikela/z88dk | 640 | 205214 | <filename>libsrc/_DEVELOPMENT/math/integer/l_divu_64_64x8.asm
INCLUDE "config_private.inc"
SECTION code_clib
SECTION code_math
PUBLIC l_divu_64_64x8, l0_divu_64_64x8
; compute: dehl'dehl = dehl'dehl / c, a = dehl'dehl % c
; alters : af, bc, de, hl, de', hl'
; alternate entry (l0_divu_64_64x8)
; skips... |
programs/oeis/025/A025785.asm | karttu/loda | 0 | 205215 | <filename>programs/oeis/025/A025785.asm
; A025785: Expansion of 1/((1-x)(1-x^7)(1-x^9)).
; 1,1,1,1,1,1,1,2,2,3,3,3,3,3,4,4,5,5,6,6,6,7,7,8,8,9,9,10,11,11,12,12,13,13,14,15,16,17,17,18,18,19,20,21,22,23,24,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39
mov $11,$0
mov $13,$0
add $13,1
lpb $13,1
clr $0,11
mov $0,$11... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_563.asm | ljhsiun2/medusa | 9 | 205216 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x24c9, %rsi
lea addresses_WT_ht+0x19cc9, %rdi
nop
and %r8, %r8
mov $56, %rcx
rep movsw
nop
nop
nop
nop
add $53464, %rsi
lea addresses_normal_ht+0x10f89, %rsi
lea addresses_normal_ht+0xaf66, %rdi
nop
nop
no... |
data/pokemon/base_stats/gliscor.asm | AtmaBuster/pokeplat-gen2 | 6 | 205217 | db 0 ; species ID placeholder
db 75, 95, 125, 95, 45, 75
; hp atk def spd sat sdf
db GROUND, FLYING ; type
db 30 ; catch rate
db 179 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/gliscor/front.dimensions"
db GROWTH_MEDIUM_SL... |
code/io/cpu/msr.asm | NEMESIS13cz/SysBench | 3 | 205218 | [BITS 64]
global msr_write
global msr_read
; void msr_write(uint64_t data, uint64_t address)
msr_write:
push rcx
push rdx
mov rcx, rdi
mov rax, rsi
mov rdx, rsi
shr rdx, 32
wrmsr
pop rdx
pop rcx
ret
; uint64_t msr_read(uint64_t address)
msr_read:
push rcx
push rdx
... |
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/tanh.asm | Frodevan/z88dk | 640 | 205219 |
SECTION code_fp_math32
PUBLIC tanh
EXTERN _m32_tanhf
defc tanh = _m32_tanhf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tanh
EXTERN cm32_sdcc_tanh
defc _tanh = cm32_sdcc_tanh
ENDIF
|
oeis/186/A186226.asm | neoneye/loda-programs | 11 | 205220 | <reponame>neoneye/loda-programs
; A186226: Adjusted joint rank sequence of (g(j)) and (f(i)) with f(i) after g(j) when f(i)=g(j), where f and g are the triangular numbers and pentagonal numbers. Complement of A186225.
; Submitted by <NAME>
; 1,4,7,10,12,15,18,21,23,26,29,31,34,37,40,42,45,48,51,53,56,59,62,64,67,70,72... |
oeis/140/A140961.asm | neoneye/loda-programs | 11 | 205222 | <reponame>neoneye/loda-programs<filename>oeis/140/A140961.asm
; A140961: Number of 3 X n {0,1}-matrices such that: (a) first and second row have a common 1, (b) second and third row have a common 1.
; Submitted by <NAME>
; 1,17,205,2129,20341,184457,1615405,13808609,116015461,962575097,7913168605,64610052689,5248551289... |
audio/music/unused/Wifi Lobby.asm | AtmaBuster/pokeplat-gen2-old | 2 | 205223 | Music_WifiLobby: ; f5127
dbw $c0, Music_WifiLobby_Ch1
dbw $01, Music_WifiLobby_Ch2
dbw $02, Music_WifiLobby_Ch3
dbw $03, Music_WifiLobby_Ch4
; f5133
Music_WifiLobby_Ch1: ; f5133
tempo 125
volume $77
dutycycle $0
tone $0001
vibrato $8, $14
stereopanning $f0
notetype $c, $A7
octave 2
note __, 16
Music_Wif... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_195.asm | ljhsiun2/medusa | 9 | 205224 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x19447, %rsi
lea addresses_D_ht+0x15400, %rdi
nop
nop
cmp $8470, %rdx
mov $123, %rcx
rep movsb
nop
add %r8, %r8
lea addresses_normal_ht+0x15047, %r11
nop
nop
nop
nop
nop
add $... |
sml3_practice.asm | lightbulb-sun/sml3-practice-rom | 1 | 205225 | <gh_stars>1-10
BGP equ $ff47
OBP0 equ $ff48
OBP1 equ $ff49
LCDC equ $ff40
NR50 equ $ff24
NR51 equ $ff25
NR52 ... |
oeis/285/A285953.asm | neoneye/loda-programs | 11 | 205226 | ; A285953: Positions of 0 in A285952; complement of A285954.
; 3,5,8,12,14,18,21,23,26,30,33,35,39,41,44,48,50,54,57,59,63,65,68,72,75,77,80,84,86,90,93,95,98,102,105,107,111,113,116,120,123,125,128,132,134,138,141,143,147,149,152,156,158,162,165,167,170,174,177,179,183,185,188,192,194,198,201,203,207,209,212,216,219,2... |
data/predef_pointers.asm | Dev727/ancientplatinum | 28 | 205228 | ; Predef routines can be used with the "predef" and "predef_jump" macros.
; This preserves registers bc, de, hl and f.
add_predef: MACRO
\1Predef::
dab \1
ENDM
PredefPointers::
add_predef LearnMove ; $0
add_predef DummyPredef1
add_predef HealParty ; this is both a special and a predef
add_predef SmallFarFlagActi... |
5 Search_and_Count_Occurences.asm | jpsxlr8/Microprocessor-Lab | 0 | 205229 | ; values= 255, 255, 50, 255, 48, 68, 255, 76, 86, 34;
; element to be searched= 255
; number of occurence of the element=4
MVI C, 000AH ;count of numbers
LXI H, 0200H ;starting address
MVI A, 00FFH ;element to be searched
MVI D, 0000H ;clearing counter before counting
LOOP: CMP M
DCR C
INX H
MVI M, 0000... |
Old Programmes/8085/HEX to ASCII/HEXtoASCII.asm | illuminati-inc-2020/school | 0 | 205231 | LDA 00A0H ;00A0H<-INPUT
MOV B,A
ANI 0F0H
RAR
RAR
RAR
RAR
ADI 30H
CPI 3AH
JC DIGIT1
ADI 07H
DIGIT1: STA 00B0H ;00B0H<-OUTPUT HIGHER ORDER BYTE
MOV A,B
ANI 0FH
ADI 30H
CPI 3AH
JC DIGIT0
ADI 07H
DIGIT0: STA 00B1H ;00B1H<-OUTPUT LOWER ORDER BYTE
HLT |
libmikeos/src.os/os_string_compare.asm | mynameispyo/InpyoOS | 0 | 205232 |
; @@@ int mikeos_string_compare(char *string1, char *string2);
%include "os_vector.inc"
section .text
use16
global _mikeos_string_compare
_mikeos_string_compare:
push bp
mov bp, sp
push si
push di
mov si, [bp + 4]
mov di, [bp + 6]
mov bx, os_string_compare
call bx
mov ax, 0 ; xor destroys carry flag... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_588.asm | ljhsiun2/medusa | 9 | 205233 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_588.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x19939, %r15
nop
nop
nop
nop
nop
xor %rcx, %rcx
movups (%r15), %xmm7
vpextrq $1, %xmm7, %rsi
nop
nop
n... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_932.asm | ljhsiun2/medusa | 9 | 205234 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x6aa0, %r13
nop
nop
and %rdi, %rdi
mov (%r13), %ax
nop
nop
dec %rdx
lea addresses_D_ht+0x1d720, %r14
nop
nop
nop
cmp $49757, %r11
mov $0x6162636... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1494.asm | ljhsiun2/medusa | 9 | 205236 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdx
// Store
lea addresses_WT+0x17051, %rbp
nop
nop
xor $1278, %rdx
mov $0x5152535455565758, %r10
movq %r10, %xmm1
movups %xmm1, (%rbp)
nop
nop
nop
nop
nop
cmp $119... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_2_826.asm | ljhsiun2/medusa | 9 | 205237 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x13eec, %rsi
lea addresses_D_ht+0xd1ec, %rdi
nop
nop
nop
nop
and $3438, %r15
mov $12, %rcx
rep movsb
sub $64784, %rsi
lea addresses_D_ht+0x8eec, %rsi
lea addresses_WT_ht+0x116ec, %rdi
x... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1455.asm | ljhsiun2/medusa | 9 | 205238 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1dec7, %r9
nop
xor $36421, %r11
mov $0x6162636465666768, %rdi
movq %rdi, %xmm2
movups %xmm2, (%r9)
nop
nop
add $31229, %r15
lea addresses_UC_ht+0x171... |
code/YeWenting/T11.asm | KongoHuster/assembly-exercise | 1 | 205240 | <reponame>KongoHuster/assembly-exercise
;; Created by Ywt.
;; Date: 11/03/2016
TITLE T11_YWT
DATA SEGMENT
ENDS
CODE SEGMENT
ASSUME CS:CODE, DS:DATA, SS:STACK
START: ;; SET INITIAL VALUE
MOV AX, 0ABCDH
MOV BL, 0FH
MOV CL, 04H
MOV DL, 0F0H
;; T... |
Lab Work/5th-semester/assembly-language/book/CH-07/7_10.asm | akazad13/bsc-academic-work | 0 | 205242 | <filename>Lab Work/5th-semester/assembly-language/book/CH-07/7_10.asm
.MODEL SMALL
.STACK 100H
.DATA
MSG1 DB 0AH,'TYPE A HEX NUMBER (0 TO FFFF) : $'
MSG2 DB 0AH,'ILLEGAL HEX DIGIT, TRY AGAIN: $';
MSG3 DB 'IN BINARY IT IS $'
.CODE
MAIN PROC
; initializing data segment
MOV AX,@DATA
MOV DS,AX
LEA DX,MSG1 ; getting o... |
libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sccz80/p_forward_list_alt_next.asm | jpoikela/z88dk | 640 | 205243 | <reponame>jpoikela/z88dk<gh_stars>100-1000
; void *p_forward_list_alt_next(void *item)
SECTION code_clib
SECTION code_adt_p_forward_list_alt
PUBLIC p_forward_list_alt_next
EXTERN asm_p_forward_list_alt_next
defc p_forward_list_alt_next = asm_p_forward_list_alt_next
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _p... |
common/semaphor.asm | DigitalMars/optlink | 28 | 205244 | .386
.MODEL FLAT
.CODE
PUBLIC INIT_EAX,CAPTURE_EAX,RELEASE_EAX
GLOBALSEM_STRUCT STRUC
_SEM_ITSELF DD ?
_SEM_COUNTER DD ?
GLOBALSEM_STRUCT ENDS
INIT_EAX PROC
;
;EAX IS PTR TO GLOBALSEM_STRUCT
;
PUSH EBX
MOV EBX,EAX
ASSUME EBX:PTR GLOBALSEM_STRUCT
PUSH 0 ;NO NAME
PUSH 1 ;MAX COUNT
PU... |
oeis/101/A101368.asm | neoneye/loda-programs | 11 | 205245 | <filename>oeis/101/A101368.asm<gh_stars>10-100
; A101368: The sequence solves the following problem: find all the pairs (i,j) such that i divides 1+j+j^2 and j divides 1+i+i^2. In fact, the pairs (a(n),a(n+1)), n>0, are all the solutions.
; Submitted by <NAME>
; 1,1,3,13,61,291,1393,6673,31971,153181,733933,3516483,168... |
programs/oeis/061/A061240.asm | neoneye/loda | 22 | 205246 | ; A061240: Prime numbers == 5 (mod 9).
; 5,23,41,59,113,131,149,167,239,257,293,311,347,383,401,419,491,509,563,599,617,653,743,761,797,887,941,977,1013,1031,1049,1103,1193,1229,1283,1301,1319,1373,1409,1427,1481,1499,1553,1571,1607,1697,1733,1787,1823,1877,1913,1931,1949,2003,2039,2111,2129,2237,2273,2309,2381,2399,24... |
oeis/145/A145136.asm | neoneye/loda-programs | 11 | 205247 | ; A145136: Expansion of x/((1 - x - x^4)*(1 - x)^7).
; Submitted by <NAME>
; 0,1,8,36,120,331,801,1761,3597,6931,12737,22506,38479,63974,103843,165109,257852,396439,601229,900934,1335886,1962555,2859794,4137468,5948374,8504704,12100779,17144439,24200381,34049989,47773928,66866159,93391324,130201994,181238545,251943084,... |
oeis/343/A343810.asm | neoneye/loda-programs | 11 | 205248 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A343810: Numbers that contain only the digits 0,4,8. Permutable multiples of 4: numbers k such that every permutation of the digits of k is a multiple of 4.
; Submitted by <NAME>(w1)
; 0,4,8,40,44,48,80,84,88,400,404,408,440,444,448,480,484,488,800,804,808,840,844,848,8... |
nasm/ventas.asm | GioProyects/ensamblador | 0 | 205249 | <gh_stars>0
%macro escribe 2
mov eax, 4
mov ebx, 1
mov ecx, %1
mov edx, %2
int 0x80
%endmacro
segment .data
msg1 db 0xA,0x9,"ingrese el valor de las ventas",0xA
len1 equ $- msg1
msg3 db 0xA,0x9,"la mayor venta es de:"
len3 equ $- msg3
msg4 db 0xA,0x9,"la menor venta es de:"
len4 equ $- msg4
dias db "... |
chap15/ex46/avx2_vpgatherd.asm | JamesType/optimization-manual | 374 | 205250 | ;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA... |
exercises/practice/resistor-color/resistor_color.asm | jonboland/x86-64-assembly | 21 | 205251 | <reponame>jonboland/x86-64-assembly
section .text
global color_code
color_code:
; Provide your implementation here
ret
global colors
colors:
; Provide your implementation here
ret
|
programs/oeis/118/A118297.asm | neoneye/loda | 22 | 205253 | <reponame>neoneye/loda
; A118297: Start with 22 and repeatedly reverse the digits and add 1 to get the next term.
; 22,23,33,34,44,45,55,56,66,67,77,78,88,89,99,100,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3... |
example/mmap/mmap.asm | suzukiplan/z80-console | 0 | 205254 | org $0000
.Start
; Read Memory
ld a, ($C0FF)
ld a, ($C100)
ld a, ($C180)
ld a, ($C1FF)
ld a, ($C200)
; Write Memory
ld ($C1FF), a
ld ($C200), a
ld ($C280), a
ld ($C2FF), a
ld ($C300), a
ret
|
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_391_1386.asm | ljhsiun2/medusa | 9 | 205255 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1cf00, %rcx
nop
add $11359, %rbp
movups (%rcx), %xmm2
vpextrq $1, %xmm2, %r13
nop
nop
nop
add %r10, %r10
lea addresses_WC_ht+0x6180, %r11
nop
nop
nop
nop
add $23... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_709.asm | ljhsiun2/medusa | 9 | 205257 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x12f84, %r10
nop
nop
nop
nop
nop
xor $44970, %rdx
mov $0x6162636465666768, %r11
movq %r11, (%r10)
add %r14, %r14
lea addresses_D_ht+0x16724, %r11
nop
nop
nop
nop
no... |
tests/exec/mov/mov.asm | ykskb/dax86 | 12 | 205259 | BITS 32
org 0x7c00
; mov eax, ds ; Tested in seg ;
; mov ebp, esp ; required for 66 tests below
mov dword eax, esp
mov dword edx, 0xF
; 7C00 + 0xF * 4 = 7C3C
lea eax, [eax + edx * 4] ; R: EAX ModRM: 0490 04: [-][-] SIB: 90 = 1001 0000: scale: 2 index: EDX base: EAX
push eax
mov dword... |
day3.asm | ouldevloper/assembly_30dayofcode | 0 | 205260 | <reponame>ouldevloper/assembly_30dayofcode
; - = _ +
global _start
section .data
name db "abdellhall ! hello world how are you all 1-mda-9 1-mda-7 ",0x0a,0x00
section .text
_start:
mov rdx,name
mov rax,rdx
startloop:
cmp BYTE [rax],0x00
jz finishloop
inc rax
jmp startloop
finishloo... |
math_lib0.asm | v3ree/learning_asm | 0 | 205261 |
%ifndef MATH_LIB
%define MATH_LIB
;-------------------------------------------------------------------------------
SECTION .text
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
; CHECK IF INTEG... |
examples/J/J.asm | brickpool/hp35s | 3 | 205262 | <reponame>brickpool/hp35s
; Current density J
MODEL P35S
SEGMENT CODE
start:
LBL J ; program J
init:
RPN ; mode 5RPN
read:
; input I and A
INPUT I
INPUT A
calc:
; J=I/A
/ ; \:-
print:
STO J
VIEW J
RTN
ENDS
END
; CK=A84A
; LN=24
|
oeis/142/A142234.asm | neoneye/loda-programs | 11 | 205263 | ; A142234: Primes congruent to 37 mod 41.
; Submitted by <NAME>
; 37,283,857,1021,1103,1759,2087,2251,2333,2579,3727,4219,4547,4793,4957,5039,5449,5531,6269,6679,6761,7253,7417,7499,8237,8647,8893,9221,9467,9631,10369,10861,11353,11681,11927,12583,12829,12911,13567,13649,14387,14551,14633,14797,14879,15289,16273,16519,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_598.asm | ljhsiun2/medusa | 9 | 205264 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1ccd5, %rsi
lea addresses_normal_ht+0x1ed6f, %rdi
nop
nop
nop
nop
and $54286, %r11
mov $83, %rcx
rep movsw
nop
nop
nop
dec %r10
lea addresses_A_ht+0x7615, %rdi
nop
cmp %r8, %r8
movw $0... |
programs/oeis/329/A329530.asm | jmorken/loda | 1 | 205265 | ; A329530: a(n) = n * (7*binomial(n, 2) + 1).
; 0,1,16,66,172,355,636,1036,1576,2277,3160,4246,5556,7111,8932,11040,13456,16201,19296,22762,26620,30891,35596,40756,46392,52525,59176,66366,74116,82447,91380,100936,111136,122001,133552,145810,158796,172531,187036,202332,218440
mov $17,$0
mov $19,$0
lpb $19
clr $0,17
... |
Appl/Calendar/Main/mainGeometry.asm | steakknife/pcgeos | 504 | 205266 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Calendar/Main
FILE: mainGeometry.asm
AUTHOR: <NAME>, May 1, 1992
ROUTINES:
Name Description
---- -----------
... |
libsrc/_DEVELOPMENT/math/float/math48/c/sdcc_iy/cm48_sdcciy_asin.asm | jpoikela/z88dk | 640 | 205267 |
; float asin(float x) __z88dk_fastcall
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdcciy_asin
EXTERN cm48_sdcciy_asin_fastcall
cm48_sdcciy_asin:
pop af
pop hl
pop de
push de
push hl
push af
jp cm48_sdcciy_asin_fastcall
|
data/mapObjects/SSAnneBow.asm | AmateurPanda92/pokemon-rby-dx | 9 | 205268 | <reponame>AmateurPanda92/pokemon-rby-dx
SSAnneBow_Object:
db $23 ; border block
db 2 ; warps
warp 13, 6, 0, SS_ANNE_3F
warp 13, 7, 0, SS_ANNE_3F
db 0 ; signs
db 5 ; objects
object SPRITE_BLACK_HAIR_BOY_2, 5, 2, STAY, UP, 1 ; person
object SPRITE_SAILOR, 4, 9, STAY, NONE, 2 ; person
object SPRITE_BLACK_HAIR_... |
oeis/051/A051689.asm | neoneye/loda-programs | 11 | 205269 | <filename>oeis/051/A051689.asm
; A051689: a(n) = (5*n+8)(!^5)/8(!^5), related to A034300 ((5*n+3)(!^5) quintic, or 5-factorials).
; 1,13,234,5382,150696,4972968,188972784,8125829712,390039826176,20672110787328,1198982425665024,75535892816896512,5136440711548962816,374960171943074285568,29246893411559794274304,242749215... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_942.asm | ljhsiun2/medusa | 9 | 205270 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xf658, %rcx
nop
nop
cmp $14010, %rbp
mov $0x6162636465666768, %rsi
movq %rsi, %xmm0
vmovups %ymm0, (%rcx)
nop
nop
nop
nop
sub %rdi, %rdi
lea addresses_D_ht+0x5708, %rsi
lea ad... |
programs/oeis/309/A309715.asm | neoneye/loda | 22 | 205271 | ; A309715: Number of even parts appearing among the third largest parts of the partitions of n into 4 parts.
; 0,0,0,0,0,0,0,1,2,3,4,5,6,8,10,13,16,19,22,26,30,35,40,46,52,59,66,74,82,91,100,111,122,134,146,159,172,187,202,219,236,254,272,292,312,334,356,380,404,430,456,484,512,542,572,605,638,673,708,745,782,822,862,9... |
oeis/120/A120011.asm | neoneye/loda-programs | 11 | 205272 | <filename>oeis/120/A120011.asm
; A120011: Decimal expansion of sqrt(3)/4.
; Submitted by Jon Maiga
; 4,3,3,0,1,2,7,0,1,8,9,2,2,1,9,3,2,3,3,8,1,8,6,1,5,8,5,3,7,6,4,6,8,0,9,1,7,3,5,7,0,1,3,1,3,4,5,2,5,9,5,1,5,7,0,1,3,9,5,1,7,4,4,8,6,2,9,8,3,2,5,4,2,2,7,2,0,0,0,0,9,2,7,0,2,8,6,5,4,6,6,8,9,3,1,2,1,4,3,9
add $0,1
seq $0,11... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_2242_1374.asm | ljhsiun2/medusa | 9 | 205273 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %rax
push %rbp
push %rbx
push %rdi
push %rdx
// Faulty Load
lea addresses_WC+0x1cba4, %rax
clflush (%rax)
nop
nop
add $11252, %rdi
movb (%rax), %bl
lea oracles, %rdx
and $0xff, %rbx
shlq $12, %rbx
m... |
num/bignum_a.asm | czfshine/assembly-exercise | 1 | 205275 | <filename>num/bignum_a.asm
; 8086 assembly file
; by:czfshine
; date: 2018/05/02 23:52:42
;把B加到A
;A B使用数组形式,
; The Main Data segment
DATA SEGMENT
A db 8,0ffH,0ffH,0,0,0,0,0,0
B DB 7,1,0,0,0,0,0,0
DATA ENDS
STACK SEGMENT
DW 256 DUP(?)
STACK ENDS
;entry code segment
CODE SEGMENT
ASSUME CS:CODE ,DS:DATA,SS:S... |
MASM programs/srchchar.asm | Abhicake/MPMC-LAB-Programs | 1 | 205276 | ; search a given char in string
Assume cs:code , ds:data , es:data
data segment
count equ 06h
str db 'VASAVI'
data ends
code segment
start:
mov ax,data
mov ds,ax
mov es,ax
mov di,offset str
mov cx , count
mov al,'A'
REPNE SCASB ; REPNE = repeat if not equal ; SCASB = 1)scaan 2)cmp with ax/al 3)de... |
examples/Neviksti/show/Show.asm | fabiosoaza/snes-dev-tools-examples | 1 | 205277 | <reponame>fabiosoaza/snes-dev-tools-examples
;------------------------------------------------------------------------
;- Written by: Neviksti
;- This code was created as an example for Fancia of the zsnes boards.
;- I meant to add music ... but never got around to it.
;- ... sorry Fancia.
;-
;- ... |
engine/engine/pads/declarations/capabilities.asm | neomura/atmega328p-cartridge | 0 | 205278 | ; The maximum number of pads.
.equ NUMBER_OF_PADS = 4
; The number of buttons per pad.
.equ NUMBER_OF_BUTTONS_PER_PAD = 8
|
Transynther/x86/_processed/US/_st_4k_sm_/i9-9900K_12_0xca.log_540_107.asm | ljhsiun2/medusa | 9 | 205280 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x516e, %rsi
nop
nop
nop
nop
nop
add %r14, %r14
mov (%rsi), %r10w
nop
cmp $36263, %r10
lea addresses_WC_ht+0xe95e, %rsi
lea addresses_A_ht+0x1a9ca, %rdi
nop
nop
nop
cmp %rax, %... |
oeis/124/A124124.asm | neoneye/loda-programs | 11 | 205282 | ; A124124: Nonnegative integers n such that 2n^2 + 2n - 3 is square.
; Submitted by <NAME>(s2)
; 1,2,6,13,37,78,218,457,1273,2666,7422,15541,43261,90582,252146,527953,1469617,3077138,8565558,17934877,49923733,104532126,290976842,609257881,1695937321,3551015162,9884647086,20696833093,57611945197,120629983398,33578702409... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_993.asm | ljhsiun2/medusa | 9 | 205283 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x4813, %r10
nop
nop
nop
cmp %r15, %r15
movb $0x61, (%r10)
nop
nop
nop
nop
xor %r8, %r8
lea addresses_normal_ht+0x12ce, %rsi
clflush (%rsi)
add $50502, %r11
movb $0x61, (%rsi)
... |
programs/oeis/127/A127947.asm | neoneye/loda | 22 | 205284 | ; A127947: Hankel transform of central coefficients of (1+k*x+5x^2)^n, k arbitrary integer.
; 1,10,500,125000,156250000,976562500000,30517578125000000,4768371582031250000000,3725290298461914062500000000,14551915228366851806640625000000000
add $0,1
mov $1,28
mov $2,2
lpb $0
sub $0,1
mul $1,$2
mul $2,5
lpe
div $1,... |
oeis/142/A142649.asm | neoneye/loda-programs | 11 | 205287 | <reponame>neoneye/loda-programs<filename>oeis/142/A142649.asm
; A142649: Primes congruent to 19 mod 56.
; Submitted by <NAME>
; 19,131,467,523,691,859,971,1307,1531,1699,1811,1867,1979,2203,2371,2539,2707,2819,3323,3491,3547,3659,4051,4219,4723,5003,5059,5171,5227,5507,5563,5843,6011,6067,6571,6907,7019,7187,7243,7411,... |
kernel/asmfunc.asm | nova-27/NOS | 6 | 205288 | <reponame>nova-27/NOS
;
; Nova27's Operating System
;
; Copyright (c) 2020 nova27
;
; This software is released under the MIT License.
; http://opensource.org/licenses/mit-license.php
extern kbcInterrupt
global ioOut8
ioOut8: ; void ioOut8(int port, char data);
mov edx, edi ; port
mov eax, esi ; d... |
programs/oeis/328/A328184.asm | neoneye/loda | 22 | 205290 | <filename>programs/oeis/328/A328184.asm<gh_stars>10-100
; A328184: Denominator of time taken for a vertex of a rolling regular n-sided polygon to reach the ground.
; 4,8,20,12,28,16,12,20,44,24,52,28,20,32,68,36,76,40,28,44,92,48,100,52,36,56,116,60,124,64,44,68,140,72,148,76,52,80,164,84,172,88,60,92,188,96,196,100,68... |
oeis/338/A338616.asm | neoneye/loda-programs | 11 | 205291 | ; A338616: a(n) is twice the number of parts in all partitions of n into consecutive parts.
; 2,2,6,2,6,8,6,2,12,10,6,8,6,10,22,2,6,16,6,12,24,10,6,8,16,10,24,16,6,26,6,2,24,10,30,24,6,10,24,12,6,30,6,18,52,10,6,8,20,20,24,18,6,34,36,16,24,10,6,34,6,10,56,2,36,38,6,18,24,34,6,26,6,10,54,18,42,40,6,12,42,10,6,38,36,10,2... |
oeis/316/A316255.asm | neoneye/loda-programs | 11 | 205292 | ; A316255: Decimal expansion of the least x such that 1/x + 1/(x+2) + 1/(x+4) = 3.
; Submitted by <NAME>
; 3,7,3,9,7,3,2,4,3,4,2,5,6,7,6,3,3,3,6,0,7,3,7,0,8,4,2,3,3,3,9,6,8,3,1,4,3,4,1,6,4,4,4,3,7,0,1,5,4,3,0,8,9,8,3,9,3,1,5,6,8,5,9,6,7,0,9,2,4,5,2,2,8,2,5,6,1,9,0,0,8,3,2,8,5,9
mov $1,-7
mov $3,$0
mul $3,4
lpb $3
mu... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1780.asm | ljhsiun2/medusa | 9 | 205293 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x14bf2, %rbp
clflush (%rbp)
nop
nop
xor %r10, %r10
mov $0x6162636465666768, %rdx
movq %rdx, %xmm7
vmovups %ymm7, (%rbp)
nop
cmp $19544, %rbp
lea addresses_... |
build/win64/div3w-armv8.asm | cemozerr/blst | 231 | 205294 | <filename>build/win64/div3w-armv8.asm
AREA |.text|,CODE,ALIGN=8,ARM64
EXPORT |div_3_limbs|[FUNC]
ALIGN 32
|div_3_limbs| PROC
ldp x4,x5,[x0] // load R
eor x0,x0,x0 // Q = 0
mov x3,#64 // loop counter
nop
|$Loop|
subs x6,x4,x1 // R - D
add x0,x0,x0 // Q <<= 1
sbcs x7,x5,x2
add x0,x0,#1 // Q + speculative b... |
src/arch/i686/boot.asm | miklhh/os4 | 3 | 205295 | ;
; Part of OS4, boot.asm
; Author <NAME>, miklhh
;
; --- Multiboot header ---
; For documentation about the multibootheader:
; https://www.gnu.org/software/grub/manual/multiboot/multiboot.html
; --- Multiboot header ---
MBALIGN equ 1<<0 ; Align the master boot record with pages.
MEMINFO equ 1<<1 ... |
programs/oeis/052/A052460.asm | jmorken/loda | 1 | 205296 | <filename>programs/oeis/052/A052460.asm
; A052460: 3-magic series constant.
; 1,50,675,4624,21125,73926,214375,540800,1225449,2550250,4952651,9082800,15873325,26622974,43095375,67634176,103295825,154001250,224707699,321602000,452316501,626168950,854427575,1150602624,1530765625,2013897626,2622267675,3381842800,432273074... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.