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 |
|---|---|---|---|---|
third-party/gmp/gmp-src/mpn/x86_64/core2/gcd_22.asm | jhh67/chapel | 1,602 | 123904 | dnl AMD64 mpn_gcd_22. Assumes useful bsf, useful shrd, no tzcnt, no shlx.
dnl Copyright 2019 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/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesse... |
fiat-amd64/84.14_ratio13808_seed121873771920510_mul_p256.asm | dderjoel/fiat-crypto | 491 | 123905 | SECTION .text
GLOBAL mul_p256
mul_p256:
sub rsp, 0x98 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x68 ], rbx; saving to stack
mov [ rsp + 0x70 ], rbp; saving to stack
mov [ rsp + 0x78 ], r12; saving to stack
mov [ rsp + 0x80 ], r13; saving to stack
mov [ rsp + 0x88 ], r14; saving to stack
mov [ rsp + 0x90 ], ... |
programs/oeis/061/A061082.asm | neoneye/loda | 22 | 123906 | <filename>programs/oeis/061/A061082.asm
; A061082: a(n) = A053061(n)/n.
; 11,12,13,104,105,106,107,108,109,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,10032,10033,10034,10035,10036,10037,10038,10039,10040,10041,10042
mov $2,$0
add $2,1
mov $4,$0
lpb $2
... |
tests/exec/xchg/xchg.asm | ykskb/dax86 | 12 | 123908 | <gh_stars>10-100
BITS 32
org 0x7C00
mov dword eax, 3
push 1
mov edx, esp
xchg byte [edx], al ; 0x7BFC: 3
mov dword eax, 4
push 2 ; ESP: 0x7BFC
mov edx, esp
xchg dword [edx], eax ; 0x7BF8: 4
mov dword eax, 5
mov dword ecx, 6
xchg dword ecx, eax
push eax ; 0x7BF4: 6
... |
programs/oeis/158/A158699.asm | neoneye/loda | 22 | 123909 | <reponame>neoneye/loda
; A158699: Start with 0; then add one to each single digit.
; 0,1,2,3,4,5,6,7,8,9,10,21,32,43,54,65,76,87,98,109,210,321,432,543,654,765,876,987,1098,2109,3210,4321,5432,6543,7654,8765,9876,10987,21098,32109,43210,54321,65432,76543,87654,98765,109876,210987,321098,432109,543210
lpb $0
sub $0,1... |
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_142_1162.asm | ljhsiun2/medusa | 9 | 123910 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_142_1162.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x4475, %rsi
nop
nop
nop
dec %rdi
and $0xffffffffffffffc0, %rsi
mo... |
oeis/051/A051410.asm | neoneye/loda-programs | 11 | 123911 | <reponame>neoneye/loda-programs<filename>oeis/051/A051410.asm
; A051410: a(n+1) = a(n) + sum of digits of a(n)^3.
; Submitted by <NAME>(s2)
; 6,15,33,60,69,96,132,177,204,249,285,312,339,384,411,447,483,528,573,609,654,699,735,780,807,852,888,915,960,996,1050,1077,1113,1176,1230,1266,1311,1338,1383,1437,1482,1527,1563,... |
libsrc/input/super80/in_KeyPressed.asm | jpoikela/z88dk | 640 | 123913 | <reponame>jpoikela/z88dk<filename>libsrc/input/super80/in_KeyPressed.asm
; uint in_KeyPressed(uint scancode)
SECTION code_clib
PUBLIC in_KeyPressed
PUBLIC _in_KeyPressed
; Determines if a key is pressed using the scan code
; returned by in_LookupKey.
; enter : l = scan row
; h = key mask
; exit : carry = ke... |
oeis/147/A147957.asm | neoneye/loda-programs | 11 | 123915 | <filename>oeis/147/A147957.asm
; A147957: a(n) = ((6 + sqrt(2))^n + (6 - sqrt(2))^n)/2.
; Submitted by <NAME>(s1)
; 1,6,38,252,1732,12216,87704,637104,4663312,34298208,253025888,1870171584,13839178816,102484311936,759279663488,5626889356032,41707163713792,309171726460416,2292017151256064,16992367115418624,1259798222423... |
source/cynthsetshow.asm | brijohn/cynthcart | 25 | 123916 | <reponame>brijohn/cynthcart<filename>source/cynthsetshow.asm
;-------------------------------------------
; new key-based set functions
;-------------------------------------------
ksavePatch
lda #1
sta customPatchSaved
;-------------------
lda #SAVED_PATCH_MESSAGE
sta patchSetY
jsr showPatchName
;---------... |
libsrc/z88/fdstdio/fdputs.asm | andydansby/z88dk-mk2 | 1 | 123917 | ;Z88 Small C Library functions, linked using the z80 module assembler
;Small C Z88 converted by <NAME> <<EMAIL>>
INCLUDE "stdio.def"
XLIB fdputs ;Print string
LIB putconsole
.fdputs
pop de ;return address
pop hl ;address of ... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_56_189.asm | ljhsiun2/medusa | 9 | 123921 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x9b7e, %rax
add %r8, %r8
movups (%rax), %xmm3
vpextrq $0, %xmm3, %rbx
nop
nop
nop
nop
nop
sub $20311, %r9
lea addresses_UC_ht+0x126de, %rsi
lea addresses_normal_ht+0x1df9e, %rd... |
non_regression/zero_x86_linux.mingw.s.asm | LRGH/plasmasm | 1 | 123922 | .file "b3.c"
.intel_syntax
.data
.def _A; .scl 2; .endef
_A:
.byte 2
# ----------------------
.bss
.def _B; .scl 2; .endef
_B:
.zero 1
# ----------------------
.data
.align 2
.def _C; .scl 2; .endef
_C:
.value 3
# ----------------------
.bss
.align 2
.def _D; .scl 2; .endef
_D:
.zero 2
# ---------------... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_166.asm | ljhsiun2/medusa | 9 | 123923 | .global s_prepare_buffers
s_prepare_buffers:
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x14588, %rdi
nop
nop
dec %rax
movb (%rdi), %cl
nop
xor $58394, %rdx
lea addresses_A_ht+0x1d379, %rsi
lea addresses_normal_ht+0x4d21, %rdi
nop
xor %rdx, %rdx
mov $63, %rcx
rep movsq
nop
nop
nop
cmp $49250, ... |
Module 2/2. Exit/ExitWithoutNullChar.asm | hoangcuongflp/SLAE | 47 | 123924 | <gh_stars>10-100
; ExitWithoutNullChar.asm
; By Abatchy
;
; nasm -felf32 ExitWithoutNullChar.asm && ld -o ExitWithoutNullChar ExitWithoutNullChar.o
; Generated shellcode: "\x31\xc0\xb0\x01\x31\xdb\xb3\x10\xcd\x80"
global _start
section .text
_start:
xor eax, eax
mov al, 1
xor ebx, ebx
... |
programs/oeis/130/A130205.asm | jmorken/loda | 1 | 123925 | <filename>programs/oeis/130/A130205.asm
; A130205: a(n) = n^2 - a(n-1) - a(n-2), with a(1) = 1 and a(2) = 2.
; 1,2,6,8,11,17,21,26,34,40,47,57,65,74,86,96,107,121,133,146,162,176,191,209,225,242,262,280,299,321,341,362,386,408,431,457,481,506,534,560,587,617,645,674,706,736,767,801,833,866,902,936,971,1009,1045,1082
a... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_914.asm | ljhsiun2/medusa | 9 | 123926 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r14
push %rbp
push %rbx
push %rcx
push %rdx
// Load
lea addresses_normal+0x50bc, %rbp
nop
nop
add %rdx, %rdx
movups (%rbp), %xmm5
vpextrq $1, %xmm5, %rcx
xor %r10, %r10
// Store
lea addresses_normal+0x... |
libsrc/stdlib/strtol_callee.asm | meesokim/z88dk | 0 | 123929 | ;/*
; * strtol(char *s, char **endp, int base)
; *
; * Taken from vbcc archive
; *
; * Added to Small C+ 27/4/99 djm
; *
; * -----
; * $Id: strtol_callee.asm,v 1.10 2015/01/19 01:33:22 pauloscustodio Exp $
; *
; */
;
; rewritten in asm and lost the overflow check in process
; 12.2006 aralbrec
; Uses all... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_21829_1268.asm | ljhsiun2/medusa | 9 | 123930 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x14687, %rsi
lea addresses_WT_ht+0x1787, %rdi
clflush (%rsi)
nop
nop
nop
nop
inc %r8
mov $4, %rcx
rep movsw
nop
nop
nop
nop
cmp $18169, %r13
lea addresses_A_ht+0... |
Tests/IO/Array.e.asm | Gabidal/GAC | 5 | 123931 | <filename>Tests/IO/Array.e.asm
.intel_syntax noprefix
.global _Z4mainv
.global _Z10Start_Testv
.section .text #.text
_Z10Start_Testv:
sub rsp, 16 #.STACK, 16
mov ecx, 10 #Size_99, 10
mov r8d, ecx #REG_Size_990, Size_99
mov r9, rdx #REG_Size_990_REMAINDER31322, REMAINDER_30333
mov eax, 4 #4_QUOTIENT23811,... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_691.asm | ljhsiun2/medusa | 9 | 123932 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_691.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x157eb, %rax
nop
inc %r15
mov $0x6162636465666768, %rcx
movq %rcx, %xmm5
mo... |
oeis/290/A290194.asm | neoneye/loda-programs | 11 | 123933 | <reponame>neoneye/loda-programs
; A290194: Decimal representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 705", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>
; 1,2,5,13,28,61,124,253,508,1021,2044,4093,8... |
programs/oeis/184/A184483.asm | neoneye/loda | 22 | 123934 | <filename>programs/oeis/184/A184483.asm
; A184483: Upper s-Wythoff sequence, where s(n)=3n-1. Complement of A184482.
; 3,7,12,16,20,25,29,33,37,42,46,50,55,59,63,68,72,76,80,85,89,93,98,102,106,111,115,119,124,128,132,136,141,145,149,154,158,162,167,171,175,179,184,188,192,197,201,205,210,214,218,222,227,231,235,240,2... |
bf.asm | lukad/asmbf | 0 | 123935 | %include 'functions.asm'
%define maxInputSize 0ffffh
%define memorySize 30000
SECTION .data
noArgsMsg db 'Expected one argument', 0h
couldNotOpenFileMsg db 'Could not open file', 0h
inputTooLargeMsg db 'Input program is too large', 0h
unmatchedLoopEndMsg db 'Unexpected ]', 0h
u... |
dino/lcs/enemy/50.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 123936 | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D38 move.l D0, (A4)+
004D3A move.l D0, (A4)+
012CB6 move.b D0, ($50,A6)
012CBA move.b D0, ($6b2,A5)
012CFA or.b D0, ($50,A6) [base+6B2]
012CFE tst.b ($51,A6) [123p+ 50, enemy+50, etc+50, it... |
programs/oeis/056/A056671.asm | neoneye/loda | 22 | 123937 | <gh_stars>10-100
; A056671: 1 + the number of unitary and squarefree divisors of n = number of divisors of reduced squarefree part of n.
; 1,2,2,1,2,4,2,1,1,4,2,2,2,4,4,1,2,2,2,2,4,4,2,2,1,4,1,2,2,8,2,1,4,4,4,1,2,4,4,2,2,8,2,2,2,4,2,2,1,2,4,2,2,2,4,2,4,4,2,4,2,4,2,1,4,8,2,2,4,8,2,1,2,4,2,2,4,8,2,2,1,4,2,4,4,4,4,2,2,4,4... |
programs/oeis/175/A175970.asm | jmorken/loda | 1 | 123938 | <gh_stars>1-10
; A175970: Complement of A051349(n), where A051349(n) = the lexicographically earliest sequence with first differences as increasing sequence of composites A002808(n).
; 2,3,4,6,7,8,9,10,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,5... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_820.asm | ljhsiun2/medusa | 9 | 123941 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1c41a, %rsi
lea addresses_A_ht+0x126ee, %rdi
nop
nop
nop
dec %r8
mov $6, %rcx
rep movsq
nop
nop
xor $6718, %r10
lea addresses_UC_ht+0x2f5a, %rdx
nop
nop
cmp $60151, %r9
mov (%... |
Transynther/x86/_processed/NC/_st_zr_4k_sm_/i9-9900K_12_0xca_notsx.log_89_1425.asm | ljhsiun2/medusa | 9 | 123942 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x6849, %rsi
lea addresses_WC_ht+0x38c9, %rdi
clflush (%rdi)
sub %rax, %rax
mov $120, %rcx
rep movsb
nop
nop
and $51819, %r8
lea addresses_UC_ht+0x849, %rcx
nop
nop
dec %r14
mo... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_542.asm | ljhsiun2/medusa | 9 | 123943 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x106f6, %r11
nop
nop
nop
nop
xor $58415, %r12
mov (%r11), %cx
nop
nop
nop
nop
add $2705, %r15
lea addresses_UC_ht+0x186b6, %rdx
nop
nop
nop
add %rdi, %rdi
mov (%rdx), %si
cmp ... |
programs/oeis/182/A182260.asm | karttu/loda | 1 | 123944 | <filename>programs/oeis/182/A182260.asm
; A182260: Number of ordered triples (w,x,y) with all terms in {1,...,n} and 2w<x+y.
; 0,3,11,28,56,99,159,240,344,475,635,828,1056,1323,1631,1984,2384,2835,3339,3900,4520,5203,5951,6768,7656,8619,9659,10780,11984,13275,14655,16128,17696,19363,21131,23004,24984,27075,29279,31600,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2826.asm | ljhsiun2/medusa | 9 | 123945 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2826.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x153df, %r9
cmp %r8, %r8
mov (%r9), %r14d
nop
nop
nop
xor %rdi, %rdi
lea addresses_D_... |
libsrc/games/bit_open.asm | grancier/z180 | 0 | 123946 | ; $Id: bit_open.asm,v 1.4 2016/06/11 20:52:25 dom Exp $
;
; Generic 1 bit sound functions
;
; void bit_open();
;
; <NAME> - 2001..2013
;
INCLUDE "games/games.inc"
SECTION code_clib
PUBLIC bit_open
PUBLIC _bit_open
EXTERN __snd_tick
.bit_open
._bit_open
ld a,(__snd_tick)
ret
|
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_1225_1661.asm | ljhsiun2/medusa | 9 | 123948 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x18034, %rsi
nop
nop
and %r13, %r13
mov (%rsi), %r8w
nop
nop
nop
nop
nop
cmp $1765, %rax
lea addresses_WC_ht+0x14b34, %rax
nop
nop
nop
nop
nop
xor %r11, %r11
mov (%ra... |
libsrc/_DEVELOPMENT/stdio/z80/asm_fputs_unlocked.asm | jpoikela/z88dk | 640 | 123950 |
; ===============================================================
; Jan 2014
; ===============================================================
;
; int fputs_unlocked(const char *s, FILE *stream)
;
; Write string to stream. Return number of bytes written.
;
; ==========================================================... |
Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_1_368.asm | ljhsiun2/medusa | 9 | 123952 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x3283, %rcx
nop
nop
nop
nop
and $28106, %rdx
mov (%rcx), %r13
nop
nop
nop
dec %r12
lea addresses_D_ht+0x1d9b3, %rbp
nop
xor $54189, %r13
mo... |
programs/oeis/181/A181290.asm | neoneye/loda | 22 | 123953 | <reponame>neoneye/loda
; A181290: The sum of the lengths of the 2-compositions of n. A 2-composition of n is a nonnegative matrix with two rows, such that each column has at least one nonzero entry and whose entries sum up to n. The length of the 2-composition is the number of columns.
; 0,2,11,52,227,944,3800,14944,57... |
smsq/shd/schd.asm | olifink/smsqe | 0 | 123954 | <reponame>olifink/smsqe
* scheduler entry V2.01 1986 <NAME> QJUMP
*
section shd
*
xdef shd_schd normal reschedule
xdef shd_pshd polling reschedule
*
xref io_sched retry io operations
xref shd_relf release flag
xref shd_break
xref sms_rtdo
*
include dev8_keys_sys
include dev8_keys_jcbq
include dev8_keys_... |
Miei-sorgenti/old/Sesta lezione/Stampa array al contrario (ricorsivo)/main.asm | DigiOhhh/LabArchitettura2-2017-2018 | 1 | 123955 | <filename>Miei-sorgenti/old/Sesta lezione/Stampa array al contrario (ricorsivo)/main.asm
.data
A: .byte 0 0 0 0, 1 0 0 0, 2 0 0 0, 3 0 0 0, 4 0 0 0, 5 0 0 0
.text
.globl main
main:
la $a0, A
li $a1, 6
li $a2, 0
jal stampa_contrario
li $v0, 10
syscall
|
oeis/122/A122899.asm | neoneye/loda-programs | 11 | 123956 | ; A122899: Triangle with row sums counting directed animals.
; Submitted by <NAME>
; 1,1,1,0,4,1,0,3,9,1,0,0,18,16,1,0,0,10,60,25,1,0,0,0,80,150,36,1,0,0,0,35,350,315,49,1,0,0,0,0,350,1120,588,64,1,0,0,0,0,126,1890,2940,1008
lpb $0
add $1,1
sub $0,$1
mov $2,$1
sub $2,$0
lpe
bin $1,$0
add $0,1
bin $0,$2
mul $1,... |
atmega/smc3.asm | tenbaht/servo-motor-controller | 6 | 123957 | <reponame>tenbaht/servo-motor-controller
;----------------------------------------------------------------------------;
; AVR SERVOMOTOR CONTROLLER R0.3 (C)ChaN, 2004 ;
;----------------------------------------------------------------------------;
;
.nolist
.include "m328Pdef.inc"
.includ... |
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_6_1225.asm | ljhsiun2/medusa | 9 | 123958 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1e613, %rsi
lea addresses_UC_ht+0x1b013, %rdi
clflush (%rdi)
and $13600, %rbp
mov $115, %rcx
rep movsl
nop
and %rdi, %rdi
lea addresses_D_ht+0x19713, %rcx
clflush (%rcx)
nop
n... |
untested/x64/lcmArray.asm | GabrielRavier/Generic-Assembly-Samples | 0 | 123959 | <reponame>GabrielRavier/Generic-Assembly-Samples<filename>untested/x64/lcmArray.asm
global _lcmArray
segment .text align=16
_lcmArray:
mov ecx, [rdi]
cmp esi, 1
jle .returnEcx
lea eax, [rsi - 2]
lea r8, [rdi + 4]
lea rdi, [rdi + rax * 4 + 8]
.loop:
mov eax, [r8]
mov esi, eax
imul esi, ecx
test ecx, ... |
libav-12.3/libavfilter/x86/vf_hqdn3d.asm | aldarons-tech/aci | 0 | 123960 | <reponame>aldarons-tech/aci<gh_stars>0
;******************************************************************************
;* Copyright (c) 2012 <NAME>
;*
;* This file is part of Libav.
;*
;* Libav is free software; you can redistribute it and/or
;* modify it under the terms of the GNU Lesser General Public
;* License as p... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_294.asm | ljhsiun2/medusa | 9 | 123961 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1653b, %r13
nop
nop
nop
nop
nop
inc %r12
movups (%r13), %xmm0
vpextrq $1, %xmm0, %r9
nop
nop
nop
nop
cmp %rcx, %rcx
lea addresses_A_ht+0x12119, %rsi
lea addresses_D_ht+0x77c8,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1994.asm | ljhsiun2/medusa | 9 | 123962 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xe755, %r11
sub %r10, %r10
mov (%r11), %r13d
nop
nop
and %r15, %r15
lea addresses_normal_ht+0xaa55, %rbx
nop
nop
nop
mfence
mov $0x6162636465666768, %r11
movq %r11, %xmm2... |
archive/echo.asm | CodeSwimBikeRun/nasm-function | 0 | 123963 | <gh_stars>0
segment .data
SYS_EXIT equ 1
SYS_READ equ 3
SYS_WRITE equ 4
STDIN equ 0
STDOUT equ 1
segment .bss
num1 resb 2
num2 resb 2
res1 resb 2
section .text
global _start ;must be declared for using gcc
_start: ;tell linker entry point
mov eax, SYS_READ
mov ebx, ST... |
engine/battle/effects.asm | opiter09/ASM-Machina | 1 | 123965 | ; blatantly taken from "shinpokered" by Jojobear13, but modified so that a separate setting function is unneeded. Placed here for MissingNo's sake
;joenote - custom functions for determining which trainerAI pkmn have already been sent out before
;a=party position of pkmn (like wWhichPokemon). If checking, zero flag giv... |
programs/oeis/102/A102391.asm | neoneye/loda | 22 | 123966 | <reponame>neoneye/loda
; A102391: Evil numbers in evil places.
; 0,0,0,3,0,5,6,0,0,9,10,0,12,0,0,15,0,17,18,0,20,0,0,23,24,0,0,27,0,29,30,0,0,33,34,0,36,0,0,39,40,0,0,43,0,45,46,0,48,0,0,51,0,53,54,0,0,57,58,0,60,0,0,63,0,65,66,0,68,0,0,71,72,0,0,75,0,77,78,0,80,0,0,83,0,85
mov $1,1
lpb $1
lpb $0,7
mod $1,2
... |
programs/oeis/077/A077425.asm | neoneye/loda | 22 | 123968 | <filename>programs/oeis/077/A077425.asm
; A077425: a(n) == 1 (mod 4) (see A016813), but not a square (i.e., not in A000290).
; 5,13,17,21,29,33,37,41,45,53,57,61,65,69,73,77,85,89,93,97,101,105,109,113,117,125,129,133,137,141,145,149,153,157,161,165,173,177,181,185,189,193,197,201,205,209,213,217,221,229,233,237,241,24... |
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/rewind.asm | teknoplop/z88dk | 0 | 123969 | <reponame>teknoplop/z88dk
; void rewind(FILE *stream)
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC _rewind
EXTERN _rewind_fastcall
_rewind:
pop af
pop hl
push hl
push af
jp _... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_282.asm | ljhsiun2/medusa | 9 | 123970 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x793b, %rsi
lea addresses_D_ht+0x893b, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
nop
nop
add $32135, %r11
mov $40, %rcx
rep movsl
nop
nop
nop
no... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i7-7700_9_0x48.log_21829_590.asm | ljhsiun2/medusa | 9 | 123972 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xc9e1, %rsi
lea addresses_UC_ht+0x8505, %rdi
nop
nop
cmp $21286, %rbx
mov $65, %rcx
rep movsl
add $44957, %rdx
lea addresses_WC_ht+0xa3f1, %rbx
nop
nop
nop
nop
sub %rax, %rax
mov (%rbx)... |
user/src/trap.asm | TRCYX/rCore-N | 6 | 123973 | <filename>user/src/trap.asm
.altmacro
.macro SAVE_GP n
sd x\n, \n*8(sp)
.endm
.macro LOAD_GP n
ld x\n, \n*8(sp)
.endm
.section .text.usertrap
.globl __alltraps_u
.globl __restore_u
.align 2
__alltraps_u:
# csrw uscratch, sp
addi sp, sp, -35*8; # sp = sp + -35*8
sd x1, 1*8(sp)
sd ... |
5_kyu/Valid_Parentheses.asm | UlrichBerntien/Codewars-Katas | 0 | 123974 | SECTION .text
global valid_parentheses
; Returns a boolean indicating if the order of parenthesis in the string is valid
; arg0 = (const char*)
; return value = (bool) A boolean indicating if the string contains valid parenthesis
valid_parentheses:
mov rsi, rdi ; rsi = pointer running in the string
... |
programs/oeis/313/A313575.asm | karttu/loda | 1 | 123976 | <reponame>karttu/loda
; A313575: Coordination sequence Gal.6.202.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,10,14,19,25,29,33,39,44,48,53,58,63,68,72,77,83,87,91,97,102,106,111,116,121,126,130,135,141,145,149,155,160,164,1... |
solutions/54 - Terrain Leveler/size-34_speed-81.asm | michaelgundlach/7billionhumans | 45 | 123977 | <filename>solutions/54 - Terrain Leveler/size-34_speed-81.asm
-- 7 Billion Humans (2053) --
-- 54: Terrain Leveler --
-- Author: soerface
-- Size: 34
-- Speed: 81
a:
step n
if c == nothing:
jump a
endif
b:
mem1 = calc mem1 + c
if n == datacube:
step n
jump b
endif
if w != nothing:
pickup c
write mem1
drop
step... |
prime-number/assembler/cmd.asm | alexeymartyanov/benchmark | 0 | 123981 | <filename>prime-number/assembler/cmd.asm
global _start
section .data
msg db 'The latest prime number: ', 0 ; 0xa (10) - ln code from ASCII
msg_len equ $ - msg
value_string times 10 db 48
value_string_len db 10
section .bss
arg: resd 1
arg_len: resd 1
prime_number_count: resd 1
j_iter: resd 1
secti... |
Source/HBIOS/uart.asm | davidknoll/RomWBW | 194 | 123983 | ;
;==================================================================================================
; UART DRIVER (SERIAL PORT)
;==================================================================================================
;
; SETUP PARAMETER WORD:
; +-------+---+-------------------+ +---+---+-----------... |
libsrc/graphics/z88/pixladdr.asm | andydansby/z88dk-mk2 | 1 | 123984 |
XLIB pixeladdress
XREF base_graphics
;
; $Id: pixladdr.asm,v 1.3 2001/04/18 13:21:38 stefano Exp $
;
; ******************************************************************
;
; Get absolute pixel address in map of virtual (x,y) coordinate.
;
; Design & programming by <NAME>, Copyright (C) InterLogic 1995
;
; in: hl... |
Driver/Printer/PrintCom/Text/textInitFontPCL4.asm | steakknife/pcgeos | 504 | 123985 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: laserjet print driver
FILE: textInitFontPCL4.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
PrInitFont Set... |
bahamut/source/strings.asm | higan-emu/bahamut-lagoon-translation-kit | 2 | 123986 | <gh_stars>1-10
//this file keeps track of tiledata indexes into pre-rendered string lists in one place
namespace strings {
variable counter = 0
inline reset() {
strings.counter = 0
}
inline constant(variable size, define label) {
constant {label} = strings.counter
strings.counter = strings.counter + size
}
n... |
scripts/CeladonMansionRoofHouse.asm | opiter09/ASM-Machina | 1 | 123987 | CeladonMansionRoofHouse_Script:
jp EnableAutoTextBoxDrawing
CeladonMansionRoofHouse_TextPointers:
dw CeladonMansion5Text1
dw CeladonMansion5Text2
CeladonMansion5Text1:
text_far _CeladonMansion5Text1
text_end
CeladonMansion5Text2:
text_asm
lb bc, EEVEE, 30
call GivePokemon
jr nc, .party_full
ld a, HS_CELADO... |
oeis/040/A040662.asm | neoneye/loda-programs | 11 | 123988 | ; A040662: Continued fraction for sqrt(689).
; 26,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52
mov $1,$0
min $0,1
add $0,3
gcd $1,2
mul $0,$1
bin $0,$1
sub $0,2
mul $0,2
|
oeis/213/A213489.asm | neoneye/loda-programs | 11 | 123989 | ; A213489: Number of (w,x,y) with all terms in {0,...,n} and |w-x| + |x-y| + |y-w| >= w + x + y.
; Submitted by <NAME>
; 1,7,19,37,64,103,154,217,295,391,505,637,790,967,1168,1393,1645,1927,2239,2581,2956,3367,3814,4297,4819,5383,5989,6637,7330,8071,8860,9697,10585,11527,12523,13573,14680,15847,17074,18361,19711,21127
... |
programs/oeis/301/A301720.asm | jmorken/loda | 1 | 123990 | <reponame>jmorken/loda<filename>programs/oeis/301/A301720.asm
; A301720: Coordination sequence for node of type V1 in "krb" 2-D tiling (or net).
; 1,6,9,18,21,24,36,36,39,54,51,54,72,66,69,90,81,84,108,96,99,126,111,114,144,126,129,162,141,144,180,156,159,198,171,174,216,186,189,234,201,204,252,216,219,270,231,234,288,... |
libsrc/graphics/spc1000/pointxy.asm | jpoikela/z88dk | 640 | 123991 | <reponame>jpoikela/z88dk
SECTION code_clib
PUBLIC pointxy
EXTERN pointxy_MODE0
EXTERN pointxy_MODE1
EXTERN pointxy_MODE2
EXTERN __tms9918_pointxy
EXTERN __spc1000_mode
INCLUDE "target/spc1000/def/spc1000.def"
pointxy:
ld a,(__spc1000_mode)
cp 1
jp z,pointxy_MODE1
cp 2
jp z... |
oeis/157/A157614.asm | neoneye/loda-programs | 11 | 123993 | ; A157614: a(n) = 29282*n^2 + 484*n + 1.
; 29767,118097,264991,470449,734471,1057057,1438207,1877921,2376199,2933041,3548447,4222417,4954951,5746049,6595711,7503937,8470727,9496081,10579999,11722481,12923527,14183137,15501311,16878049,18313351,19807217,21359647,22970641,24640199,26368321,28155007,30000257,31904071,3386... |
resources/lc3os.asm | Calysto/calysto_littlecomputer | 4 | 123994 | ;##############################################################################
;#
;# lc3os.asm -- the LC-3 operating system
;#
;# "Copyright (c) 2003 by <NAME>."
;#
;# Permission to use, copy, modify, and distribute this software and its
;# documentation for any purpose, without fee, and without written
;# agree... |
programs/oeis/085/A085377.asm | neoneye/loda | 22 | 123995 | <filename>programs/oeis/085/A085377.asm
; A085377: a(n) = 15n^2 + 13n^3.
; 0,28,164,486,1072,2000,3348,5194,7616,10692,14500,19118,24624,31096,38612,47250,57088,68204,80676,94582,110000,127008,145684,166106,188352,212500,238628,266814,297136,329672,364500,401698,441344,483516,528292
mov $3,$0
mul $3,$0
mov $2,$3
mul $... |
audio/music/placeholder.asm | AtmaBuster/pokeplat-gen2-old | 2 | 123996 | <reponame>AtmaBuster/pokeplat-gen2-old
Music_Placeholder:
musicheader 3, 1, Music_Placeholder_Ch1
musicheader 1, 2, Music_Placeholder_Ch2
musicheader 1, 3, Music_Placeholder_Ch3
db $3
Music_Placeholder_Ch1:
stereopanning $f
tempo 184
volume $77
vibrato $16, $11
dutycycle $3
notetype $c, $83
octave 4
note ... |
readfile.asm | lestersantos/Assembly2019 | 0 | 123997 | <reponame>lestersantos/Assembly2019
;UNIVERSIDAD DE <NAME>
;FACULTAD DE INGENIERIA
;ARQUITECTURA DE COMPUTADORAS Y ENSAMBLADORES 1
;PROYECTO
;<NAME>
;201504510
ORG 100h
;--------------- MY MACROS --------------------
%macro print 1 ;this macro will print to screen
push ax
push dx
mov dx, %1 ;refers to the fi... |
libsrc/_DEVELOPMENT/stdlib/z80/asm_atol.asm | meesokim/z88dk | 0 | 123998 | <gh_stars>0
; ===============================================================
; Dec 2013
; ===============================================================
;
; long atol(const char *buf)
;
; Read the initial portion of the string as decimal long and
; return value read. Any initial whitespace is skipped.
;
; ========... |
software/profi/net-tools/src/pqdos/browser/drivers/uart.asm | andykarpov/karabas-pro | 26 | 123999 | <reponame>andykarpov/karabas-pro<filename>software/profi/net-tools/src/pqdos/browser/drivers/uart.asm
MODULE Uart
UART_DATA_REG = #c6
UART_STAT_REG = #c7
UART_BYTE_RECIVED = #80
UART_BYTE_SENDING = #40
SCANDBLCTRL_REG = #0B
ZXUNO_ADDR = #FC3B
ZXUNO_REG = #FD3B
; Enable UART
; Cleaning all flags by reading UART re... |
src/kernel/libc/string.asm | richgieg/RichOS | 5 | 124000 | <filename>src/kernel/libc/string.asm<gh_stars>1-10
[bits 32]
[cpu 386]
;//////////////////////////////////////////////////////////////////////////////;
;/// void _memcpy_asm(int *destination, const int *source, size_t num) ///;
;//////////////////////////////////////////////////////////////////////////////;
; La... |
programs/oeis/014/A014629.asm | neoneye/loda | 22 | 124001 | <reponame>neoneye/loda
; A014629: Number of segments created by diagonals of n-gon.
; 0,4,15,39,84,160,279,455,704,1044,1495,2079,2820,3744,4879,6255,7904,9860,12159,14839,17940,21504,25575,30199,35424,41300,47879,55215,63364,72384,82335,93279,105280,118404,132719,148295,165204,183520
add $0,2
bin $0,2
add $0,1
pow $0... |
programs/oeis/192/A192480.asm | neoneye/loda | 22 | 124002 | ; A192480: a(n) = n + A000108(n-1) for n > 1; a(0)=0, a(1)=1.
; 0,1,3,5,9,19,48,139,437,1439,4872,16807,58798,208025,742914,2674455,9694861,35357687,129644808,477638719,1767263210,6564120441,24466267042,91482563663,343059613674,1289904147349,4861946401478,18367353072179,69533550916032,263747951750389,1002242216651398,3... |
oeis/113/A113550.asm | neoneye/loda-programs | 11 | 124003 | ; A113550: a(n) = product of n successive numbers up to n, if n is odd a(n) = n*(n-1)*.. = n!,if n is even a(n) = n(n+1)(n+2)... 'n' terms.
; Submitted by <NAME>
; 1,6,6,840,120,332640,5040,259459200,362880,335221286400,39916800,647647525324800,6227020800,1748648318376960000,1307674368000,6288139352883548160000,3556874... |
WRK-V1.2/TOOLS/crt/src/intel/strstr.asm | intj-t/openvmsft | 0 | 124004 | <gh_stars>0
page ,132
title strstr - search for one string inside another
;***
;strstr.asm - search for one string inside another
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines strstr() - search for one string inside another
;
;**********************... |
base/jumps/assembly.asm | imsouza/low-level-programming | 0 | 124008 | <reponame>imsouza/low-level-programming<filename>base/jumps/assembly.asm
bits 64
global assembly
assembly:
mov eax, 0
mov rbx, 7
mov rcx, 2
cmp rbx, rcx
jle .end
; jmp .end
mov eax, 1
.end
ret
; In C:
;
; int eax = 0;
; int rbx = 7;
; int rcx = 5;
;
; if (rbx > rcx) {
; eax = 1;
;... |
programs/oeis/236/A236348.asm | karttu/loda | 1 | 124009 | <filename>programs/oeis/236/A236348.asm
; A236348: Expansion of (1 - x + 2*x^2 + x^3) / ((1 - x) * (1 - x^3)) in powers of x.
; 1,0,2,4,3,5,7,6,8,10,9,11,13,12,14,16,15,17,19,18,20,22,21,23,25,24,26,28,27,29,31,30,32,34,33,35,37,36,38,40,39,41,43,42,44,46,45,47,49,48,50,52,51,53,55,54,56,58,57,59,61,60,62,64,63,65,67,6... |
programs/oeis/307/A307018.asm | neoneye/loda | 22 | 124010 | <filename>programs/oeis/307/A307018.asm
; A307018: Total number of parts of size 3 in the partitions of n into parts of size 2 and 3.
; 0,0,0,1,0,1,2,1,2,4,2,4,6,4,6,9,6,9,12,9,12,16,12,16,20,16,20,25,20,25,30,25,30,36,30,36,42,36,42,49,42,49,56,49,56,64,56,64,72,64,72,81,72,81,90,81,90,100,90,100,110,100,110,121,110,1... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapein_info.asm | jpoikela/z88dk | 640 | 124011 | ; unsigned char esx_m_tapein_info(uint8_t *drive,unsigned char *filename)
SECTION code_esxdos
PUBLIC _esx_m_tapein_info
EXTERN l0_esx_m_tapein_info_callee
_esx_m_tapein_info:
pop af
pop de
pop hl
push hl
push de
push af
jp l0_esx_m_tapein_info_callee
|
ASM/Primes.asm | onurpolattimur/Microkernel-Operating-System-with-i8080 | 2 | 124012 | <filename>ASM/Primes.asm
; 8080 assembler code
.hexfile ShowPrimes.hex
.binfile ShowPrimes.com
; try "hex" for downloading in hex format
.download bin
.objcopy gobjcopy
.postbuild echo "OK!"
;.nodump
; OS call list
PRINT_B equ 4
PRINT_MEM equ 3
READ_B equ 7
READ_MEM equ 2
PRINT_STR equ 1
READ_STR equ... |
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fsneg.asm | rjcorrig/z88dk | 0 | 124014 |
; float __fsneg (float number)
SECTION code_clib
SECTION code_math
PUBLIC cm32_sdcc_fsneg
EXTERN cm32_sdcc_fsreadl, m32_fsneg_fastcall
.cm32_sdcc_fsneg
; negate sdcc floats
;
; enter : stack = sdcc_float number, ret
;
; exit : DEHL = sdcc_float(-number)
;
; uses : af, bc, de, hl
... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2.log_3_351.asm | ljhsiun2/medusa | 9 | 124016 | <filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-8650U_0xd2.log_3_351.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xae41, %rax
nop
dec %rcx
mov $0x6162636465666768, %r12
movq %r12, %xmm1
movups %xmm1, (%rax)... |
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_double8.asm | teknoplop/z88dk | 0 | 124017 |
SECTION code_clib
SECTION code_fp_math48
PUBLIC am48_double8
EXTERN am48_double16
am48_double8:
; 8-bit integer to double
;
; enter : L = 8-bit integer n
;
; exit : AC = AC' (AC' saved)
; AC'= (double)(n)
;
; uses : af, bc, de, hl, af', bc', de', hl'
ld a,l ... |
malban/Release/VRelease/Release.History/VRelease_2017_04_14/Song/track_1F_08.asm | mikepea/vectrex-playground | 5 | 124018 | dw $0040
track_1F_08:
db $FF, $18, $97, $DE, $63, $FE, $1A, $7E, $E6, $34
db $ED, $FC, $70, $30, $F5, $77, $87, $88, $F3, $5D
db $DC, $0C, $0F, $FD, $E8, $E9, $C4, $BE, $EA, $A3
db $EE, $FD, $2F, $3F, $A8, $F6, $8C, $4B, $AC, $E1
db $D3, $48, $F3, $1E, $86, $BB, $B1, $E0, $EF, $3C
db $76, $BB, $BA, $9C, $27, $8F... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_204_1399.asm | ljhsiun2/medusa | 9 | 124020 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1420b, %rsi
lea addresses_WC_ht+0xe04b, %rdi
nop
nop
cmp %r11, %r11
mov $48, %rcx
rep movsl
nop
sub %rbp, %rbp
lea addresses_normal_ht+0xd10b, %rbp
nop
nop
xor %r12, %r12
mo... |
dzx7b_slow_r800.asm | uniabis/z80depacker | 25 | 124021 | ; -----------------------------------------------------------------------------
; ZX7 Backwards by <NAME>, <NAME>
; "Standard" version (64 bytes only) for R800
; -----------------------------------------------------------------------------
; Parameters:
; HL: source address (compressed data)
; DE: destination addre... |
libsrc/_DEVELOPMENT/EXAMPLES/zxn/dot-command/mv/128/errors.asm | jpoikela/z88dk | 640 | 124023 | SECTION rodata_user
PUBLIC _err_destination_not_directory
PUBLIC _err_out_of_memory
PUBLIC _err_destination_wrong_type
PUBLIC _err_invalid_parameter
PUBLIC _err_destination_duplicated
PUBLIC _err_invalid_option
PUBLIC _err_destination_contains_wildcards
PUBLIC _err_break_into_program
_err_destination_not_directory:
... |
ANumber.asm | Michal256/ANumber | 0 | 124024 | ;====================Autor pracy: <NAME>====================
;Inicjalizacja stosu
stos0 segment STACK
db 1024 dup(?)
stos0 ends
;Inicjalizacja pamięci dla ekranu
ekran segment at 0B800h
ek db ?
atr db ?
ekran ends
;Deklaracja podstawowych danych
dane0 segment
tstart0 db "Witaj!",0AH,"Wybierz numer:",0AH,"1 (Zagra... |
rm.asm | jahzielv/xv6-net | 0 | 124025 | <filename>rm.asm
_rm: 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 ... |
programs/oeis/040/A040048.asm | neoneye/loda | 22 | 124026 | ; A040048: Continued fraction for sqrt(56).
; 7,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2
sub $0,1
mod $0,2
mul $0... |
Source Codes Testing/mycode.asm | aravindvnair99/emu8086 | 11 | 124027 | name "calc-s
org 100h ; directive make tiny com file.
; calculate the sum of elements in vector,
; store result in m and print it in binary code.
; number of elements:
mov cx, 5
; al will store the sum:
mov al, 0
; bx is an index:
mov bx, 0
; sum elements:
next: add al, vector[bx]
; next byte:
inc bx
; loop unti... |
header/001/SEROM.asm | freem/nes_corelib | 16 | 124028 | ; SEROM: 32KB PRG-ROM + (16,32,64)KB CHR-ROM
; http://bootgod.dyndns.org:7777/search.php?keywords=SEROM&kwtype=pcb
;------------------------------------------------------------------------------;
; number of 8K CHR banks
; Valid configurations: $02 (16K), $04 (32K), $08 (64K)
CHR_BANKS = $02
; MMC1 mirroring is mapper... |
src/shaders/post_processing/gen7/pl2_to_pl2.asm | me176c-dev/android_hardware_intel-vaapi-driver | 192 | 124030 | // Module name: AVS
.kernel PL2_TO_PL2
.code
#include "VP_Setup.g4a"
#include "Set_Layer_0.g4a"
#include "Set_AVS_Buf_0123_PL2.g4a"
#include "PL2_AVS_Buf_0.g4a"
#include "PL2_AVS_Buf_1.g4a"
#include "PL2_AVS_Buf_2.g4a"
#include "PL2_AVS_Buf_3.g4a"
#include "Save_AVS_NV12.g4a"
#include "EOT.g4a"
.end_code
.... |
cards/bn6/ItemCards/137-E008 Mr. Mach's Iron Fist.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 124032 | <reponame>RockmanEXEZone/MMBN-Mod-Card-Kit
.include "defaults_item.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 0
card_id equ 8
card_no equ "00... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_738.asm | ljhsiun2/medusa | 9 | 124034 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1b4a6, %rsi
lea addresses_normal_ht+0x1da2e, %rdi
nop
nop
nop
nop
nop
dec %r12
mov $51, %rcx
rep movsl
nop
nop
nop
nop
and %rdi, %rdi
lea addresses_n... |
programs/oeis/107/A107839.asm | neoneye/loda | 22 | 124035 | <filename>programs/oeis/107/A107839.asm<gh_stars>10-100
; A107839: a(n) = 5*a(n-1) - 2*a(n-2); a(0)=1, a(1)=5.
; 1,5,23,105,479,2185,9967,45465,207391,946025,4315343,19684665,89792639,409593865,1868384047,8522732505,38876894431,177339007145,808941246863,3690028220025,16832258606399,76781236591945,350241665746927,159764... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.