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 |
|---|---|---|---|---|
oeis/096/A096320.asm | neoneye/loda-programs | 11 | 122686 | <filename>oeis/096/A096320.asm<gh_stars>10-100
; A096320: a(n) = (n^2+n+4)/2, modulo 10.
; Submitted by <NAME>
; 2,3,5,8,2,7,3,0,8,7,7,8,0,3,7,2,8,5,3,2,2,3,5,8,2,7,3,0,8,7,7,8,0,3,7,2,8,5,3,2,2,3,5,8,2,7,3,0,8,7,7,8,0,3,7,2,8,5,3,2,2,3,5,8,2,7,3,0,8,7,7,8,0,3,7,2,8,5,3,2,2,3,5,8,2,7,3,0,8,7,7,8,0,3,7,2,8,5,3,2
add $0... |
programs/oeis/139/A139283.asm | neoneye/loda | 22 | 122687 | <reponame>neoneye/loda
; A139283: Numbers of spots seen on ladybugs.
; 0,2,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,22,24,26,28
mov $2,$0
mov $3,10
mov $4,$0
lpb $0
trn $0,6
add $3,1
trn $3,$0
mov $0,1
add $3,1
sub $4,2
trn $4,3
lpe
add $3,$4
add $3,3
add $1,$3
lpb $2
add $1,1
sub $2,1
lpe
sub $1,1... |
libsrc/target/vz/vz_line.asm | ahjelm/z88dk | 640 | 122688 | ; CALLER LINKAGE FOR FUNCTION POINTERS
SECTION code_clib
PUBLIC vz_line
PUBLIC _vz_line
EXTERN vz_line_callee
EXTERN asm_vz_line
.vz_line
._vz_line
pop af
pop bc
pop de
pop hl
ld d,e
ld e,l
pop hl
ex af,af
ld a,l
pop hl
ld h,a
push hl
push hl
push hl
push de
push bc
... |
src/checksum.asm | staskevich/UMR2 | 27 | 122689 | ; UMR2
; copyright <NAME>, 2017
; <EMAIL>
;
; This work is licensed under a Creative Commons Attribution 4.0 International License.
; http://creativecommons.org/licenses/by/4.0/
;
; checksum.asm
;
; Checksum the application firmware image.
;
list p=16F1939
#include <p16f1939.inc>
#include <umr2.inc>
... |
src/win32/kernel32.asm | amindlost/wdosx | 7 | 122693 | ; ## WDOSX DOS Extender Copyright (c) 1996, 1999, <NAME> ##
; ## ##
; ## Released under the terms of the WDOSX license agreement. ##
; ############################################################################
;
; $Header: ... |
src/intf/video/scalers/eagle_fm.asm | tt-arcade/fba-pi | 0 | 122694 | <gh_stars>0
;
; Eagle.asm
;
; Eagle version 0.41 for NASM
;
; Written by <NAME>
;
; compile with : nasm -f coff eagle.asm for use with DJGPP
; Using optimization with DJGPP and coff objects could result in
; erronous behaviour!
;
; History :
; Date Version Comments
;
; 30-Sep-1998 0.41 - Minor modification in 1... |
computer-architecture/labs/lab6/7.asm | vampy/university | 6 | 122695 | <reponame>vampy/university
ASSUME cs: code, ds:data
;7. A byte string S is given. Obtain the string D1 which contains the
; elements found on the even positions of S and the string D2 which
; contains the elements found on the odd positions of S.
; Exemple:
; S: 1, 5, 3, 8, 2, 9
; D1: 1, 3, 2
; D2: 5, 8, ... |
cmd/cps/rebuild/uf_last.asm | minblock/msdos | 0 | 122696 | <gh_stars>0
; Copyright 1990 Central Point Software, Inc.
; All rights reserved.
prog SEGMENT para public
ASSUME CS:prog
PUBLIC last_byte
last_byte LABEL byte
prog ENDS
END
|
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca_notsx.log_21829_6.asm | ljhsiun2/medusa | 9 | 122697 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1c6e7, %r11
nop
nop
cmp $10961, %r8
mov (%r11), %esi
nop
nop
nop
xor %r13, %r13
lea addresses_WT_ht+0x1a217, %rsi
lea addresses_WC_ht+0x2d17, %rdi
nop
nop
nop
nop
nop
dec %rax
mov $114... |
libsrc/_DEVELOPMENT/arch/zx/nirvanap/z80/asm_NIRVANAP_fillT_raw.asm | grancier/z180 | 0 | 122698 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR NIRVANA+ ENGINE - by <NAME>
;
; See "nirvana+.h" for further details
; ----------------------------------------------------------------
SECTION code_clib
SECTION code_nirvanap
PUBLIC asm_NIRVANAP_fillT_raw
defc asm_NIRVA... |
tests/bitwise.asm | drocha87/go-porth | 8 | 122699 | BITS 64
segment .text
print:
mov r9, -3689348814741910323
sub rsp, 40
mov BYTE [rsp+31], 10
lea rcx, [rsp+30]
.L2:
mov rax, rdi
lea r8, [rsp+32]
mul r9
mov rax, rdi
sub r8, rcx
shr rdx, 3
lea rsi, [rdx+rdx*4]
add rsi, rsi
... |
tools/apultra/asm/6502/aplib_6502.asm | reidrac/sc2-tape-loader | 4 | 122700 | ; ***************************************************************************
; ***************************************************************************
;
; aplib_6502.s
;
; NMOS 6502 decompressor for data stored in Jorgen Ibsen's aPLib format.
;
; Includes support for <NAME>'s enhancements to the aPLib format.
;
; ... |
programs/oeis/155/A155647.asm | neoneye/loda | 22 | 122701 | <gh_stars>10-100
; A155647: 9^n+6^n-1^n
; 1,14,116,944,7856,66824,578096,5062904,44726336,397498184,3547250576,31743856664,284606318816,2554926522344,22955156619056,206361317079224,1855841298759296,16694108359111304,150196195253667536
mov $1,6
pow $1,$0
mov $2,9
pow $2,$0
add $1,$2
mov $0,$1
sub $0,1
|
programs/oeis/287/A287724.asm | karttu/loda | 0 | 122703 | <filename>programs/oeis/287/A287724.asm<gh_stars>0
; A287724: Positions of 1 in A287722; complement of A287723.
; 1,3,5,6,8,10,12,14,15,17,19,20,22,24,26,28,29,31,33,35,37,38,40,42,43,45,47,49,51,52,54,56,57,59,61,63,65,66,68,70,72,74,75,77,79,80,82,84,86,88,89,91,93,95,97,98,100,102,103,105,107,109,111,112,114,116,117... |
data/pokemon/base_stats/steelix.asm | Trap-Master/spacworld97-thingy | 0 | 122704 | db 0 ; species ID placeholder
db 75, 85, 200, 30, 55, 65
; hp atk def spd sat sdf
db STEEL, GROUND ; type
db 25 ; catch rate
db 196 ; base exp
db NO_ITEM, METAL_COAT ; items
db GENDER_F0 ; gender ratio
db 100 ; unknown 1
db 25 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/steelix... |
oeis/262/A262489.asm | neoneye/loda-programs | 11 | 122705 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A262489: The index of the first of two consecutive positive triangular numbers (A000217) the sum of which is equal to the sum of three consecutive positive triangular numbers.
; Submitted by <NAME>(s3)
; 7,18,78,187,781,1860,7740,18421,76627,182358,758538,1805167,750876... |
Userland/SampleCodeModule/asm/my_process.asm | BraveJero/bareOS | 0 | 122706 | <reponame>BraveJero/bareOS
GLOBAL ps, createPs, block, unblock, kill, getpid, nice, exit, yield, exec, dup, waitPid
ps: ; void ps void(void);
mov rax, 4
int 80h
ret
createPs: ; pid_t createPs(uint64_t rip, int argc, char *argv[], uint8_t mode);
mov rax, 5
int 80h
ret
block: ;int blockPs(pid_t... |
Emulator/core.asm | paulscottrobson/fred | 3 | 122707 |
cpu 1802
r2 = 2 ; return stack (down, words) points to TOS.
r3 = 3 ; data stack (up, bytes) points to TOS.
r4 = 4 ; execute word at RF
r5 = 5 ; defines word as a code word
r6 = 6 ; return from code word
re = 14 ; run P for code
rf = 15 ... |
oeis/180/A180168.asm | neoneye/loda-programs | 11 | 122709 | <filename>oeis/180/A180168.asm
; A180168: a(n) = 2*a(n-1) + 5*a(n-2), a(0) = 1, a(1) = 3.
; Submitted by <NAME>(s4)
; 1,3,11,37,129,443,1531,5277,18209,62803,216651,747317,2577889,8892363,30674171,105810157,364991169,1259033123,4343022091,14981209797,51677530049,178261109083,614909868411,2121125282237,7316799906529,252... |
libsrc/_DEVELOPMENT/adt/wa_stack/z80/asm_wa_stack_clear.asm | jpoikela/z88dk | 640 | 122710 | <reponame>jpoikela/z88dk
; ===============================================================
; Feb 2014
; ===============================================================
;
; void wa_stack_clear(wa_stack_t *s)
;
; Clear the stack to empty.
;
; ===============================================================
SECTION code... |
libsrc/stdlib/isqrt.asm | andydansby/z88dk-mk2 | 1 | 122711 | <filename>libsrc/stdlib/isqrt.asm
;*****************************************************
;
; Video Technology library for small C compiler
;
; <NAME>
;
;*****************************************************
XLIB isqrt
; ----- uint __FASTCALL__ isqrt(uint val)
.isqrt
ld b,l ; b = LSB of val
... |
src/isa/avx2/masm/vrsa_cbrtf_fma3.asm | jepler/aocl-libm-ose | 66 | 122712 | ;
; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification,
; are permitted provided that the following conditions are met:
; 1. Redistributions of source code must retain the above copyright notice,
; this list of... |
projects/Kirbys_Dream_Land_2.windfish/disassembly/bank_19.asm | jverkoey/awaken | 68 | 122713 | <reponame>jverkoey/awaken<gh_stars>10-100
SECTION "ROM Bank 19", ROMX[$4000], BANK[$19]
db $01, $77, $17, $21, $A4, $5A, $3E, $07
db $CD, $CF, $05, $AF, $EA, $17, $DF, $CD
db $84, $15, $21, $19, $DF, $22, $77, $EA
db $1B, $DF, $EA, $2E, $DA, $EA, $2F, $DA
db $1E, $FF, $21, $32, $42, $3E, ... |
ugbc/src/hw/6809/protothread.asm | spotlessmind1975/ugbasic | 10 | 122714 | ; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021-2022 <NAME> (<EMAIL>)
; *
; * Licensed under the Apache... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_71.asm | ljhsiun2/medusa | 9 | 122715 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x2b92, %rbx
nop
xor %rax, %rax
movb (%rbx), %r15b
nop
sub $28425, %rdx
lea addresses_WC_ht+0x1b53a, %r12
nop
nop
n... |
programs/oeis/170/A170165.asm | neoneye/loda | 22 | 122716 | ; A170165: Number of reduced words of length n in Coxeter group on 12 generators S_i with relations (S_i)^2 = (S_i S_j)^39 = I.
; 1,12,132,1452,15972,175692,1932612,21258732,233846052,2572306572,28295372292,311249095212,3423740047332,37661140520652,414272545727172,4556998002998892,50126978032987812,551396758362865932
... |
Cypress/PSoC/USER_COMPONENTS/LED_SegDriver/TestBench.cydsn/codegentemp/CyBootAsmKeil.a51 | RyanTruran/EmbeddedSystems.Playground | 26 | 122717 | <reponame>RyanTruran/EmbeddedSystems.Playground
;-------------------------------------------------------------------------------
; FILENAME: CyBootAsmKeil.a51
; Version 2.40
;
; DESCRIPTION:
; Assembly routines for Keil A51.
;
;-------------------------------------------------------------------------------
; Copyri... |
programs/oeis/270/A270012.asm | neoneye/loda | 22 | 122718 | ; A270012: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 7", based on the 5-celled von Neumann neighborhood.
; 1,10,10,59,59,180,180,405,405,766,766,1295,1295,2024,2024,2985,2985,4210,4210,5731,5731,7580,7580,9789,9789,12390,12390,15... |
programs/oeis/178/A178778.asm | neoneye/loda | 22 | 122719 | <reponame>neoneye/loda
; A178778: Partial sums of walks of length n+1 on a tetrahedron A001998.
; 1,3,7,17,42,112,308,882,2563,7565,22449,66979,200204,599514,1796350,5385764,16150725,48442327,145307291,435892341,1307617966,3922765316,11768118792,35304090646,105911740487,317734424289,953201678533,2859602644103,857880314... |
core/sim/rtl_sim/src/gap-attacks/sancus_macros.asm | martonbognar/sancus-core | 0 | 122720 | ; GNU assembler syntax (https://sourceware.org/binutils/docs-2.26/as/)
; TIMER_A registers
.set TACTL, 0x160
.set TACCTL0, 0x162
.set TAR, 0x170
.set TACCR0, 0x172
; watchdog register
.set WDTCTL, 0x120
; return callerID in r15
.macro sancus_get_caller_id
.word 0x1387
jz . /* should never fail */
.endm
; re... |
oeis/119/A119681.asm | neoneye/loda-programs | 11 | 122721 | ; A119681: Odd numbers n such that 2n-1 is prime.
; Submitted by <NAME>
; 3,7,9,15,19,21,27,31,37,45,49,51,55,57,69,75,79,87,91,97,99,115,117,121,129,135,139,141,147,157,159,169,175,177,187,195,199,201,205,211,217,225,229,231,255,261,271,279,285,289,297,301,307,309,321,327,331
mov $2,36
mul $2,$0
mov $4,4
lpb $2
mov... |
util/thg/nthg.asm | olifink/smsqe | 0 | 122722 | <reponame>olifink/smsqe
* Find the next Thing v0.00 Feb 1988 J.R.Oakley QJUMP
* (It's just one thing after another)
section thing
*
include 'dev8_mac_assert'
include 'dev8_keys_err'
include 'dev8_keys_sys'
include 'dev8_keys_thg'
*
xref th_find
... |
asm/spim/csc-201/c2.asm | dindoliboon/archive | 4 | 122723 | # =========================================================================
#
# NAME: Instructor
# DATE: May 30, 2001
# ASSIGNMENT: Class Example #2, CSC-201-01
# OBJECTIVE: Display the number of vowels in a string
#
# =========================================================================
.text
main:
... |
programs/oeis/081/A081268.asm | neoneye/loda | 22 | 122725 | <reponame>neoneye/loda<gh_stars>10-100
; A081268: Diagonal of triangular spiral in A051682.
; 1,12,32,61,99,146,202,267,341,424,516,617,727,846,974,1111,1257,1412,1576,1749,1931,2122,2322,2531,2749,2976,3212,3457,3711,3974,4246,4527,4817,5116,5424,5741,6067,6402,6746,7099,7461,7832,8212,8601,8999,9406
mov $1,9
mul $1,... |
oeis/172/A172407.asm | neoneye/loda-programs | 11 | 122726 | ; A172407: Positive numbers n such that n+10 is a prime.
; Submitted by <NAME>
; 1,3,7,9,13,19,21,27,31,33,37,43,49,51,57,61,63,69,73,79,87,91,93,97,99,103,117,121,127,129,139,141,147,153,157,163,169,171,181,183,187,189,201,213,217,219,223,229,231,241,247,253,259,261,267,271,273,283,297
mov $2,$0
pow $2,2
mov $4,10
lp... |
AjusteCerosALaIzquierda.asm | Jon2G/ASMCalculator | 0 | 122727 | .model small
.stack
.data
num_res db 0,0,0,0,0,0,0,0,0,2,'$'
decimales_Res db 0,0,0,0,0,0,0,0,0,2,'$'
.code
begin proc FAR
MOV AX,@DATA
MOV DS,AX
repito:
XOR AX,AX
INT 16H
CALL AJUSTE_CEROS_IZQUIERDA
JMP repito
begin endp
AJUSTE_CEROS_IZQUIERDA PROC NEAR
;;REMOVER LOS CEROS A LA IZUIERDA DEL RESULTADO Y RE... |
libsrc/sos/sos_wopen.asm | jpoikela/z88dk | 640 | 122728 | ; S-OS specific routines
; by <NAME>, 2013
;
; $Id: sos_wopen.asm,v 1.3 2016-06-19 20:58:00 dom Exp $
;
SECTION code_clib
PUBLIC sos_wopen
PUBLIC _sos_wopen
sos_wopen:
_sos_wopen:
call $1faf
ld hl,0
ret c
inc hl
ret
|
test/zero_byte_rbp.asm | killvxk/AssemblyLine | 147 | 122729 | <gh_stars>100-1000
SECTION .text
GLOBAL test
test:
mov [rbp], rbx
mov [rbp], rbp
mov [rbp], r12
mov [rbp], r13
mov [rbp], r14
mov [rbp], r15
imul r11, [rbp], 0x13
imul r15, [rbp], 0x13
mulx r9, r10, [rbp]
imul r14, [rbp], 0x2
mov rdx, [rbp]
mov rdx, [rbp]
mulx r8, rbp, [rbp]
mulx rcx, r13, [rbp]
mov rdx, [rbp]
mov [rbp... |
sfx_engine/sfx_engine_offchannel.asm | GSoftwareDevelopment/sfx-tracker | 9 | 122731 | ; Turn off playback (SFX and TAB) on the specified channel.
; Note: If a song is playing, the indicated channel will be activated when it is used in the song track!
;
; input:
; x - channel offset ($00, $10, $20, $30)
lda #$FF ; disable processing...
bcc off_only_sfx
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_709.asm | ljhsiun2/medusa | 9 | 122732 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xa0fb, %rdx
nop
nop
and $29858, %r10
movl $0x61626364, (%rdx)
nop
nop
and $16546, %r14
lea addresses_WT_ht+0x13e07, %r13
nop
nop
nop
xor %rdx, %rdx
mov $0x6162636465666768, %... |
libsrc/_DEVELOPMENT/stdlib/c/sccz80/ftoh_callee.asm | meesokim/z88dk | 0 | 122734 |
; size_t ftoh(float x, char *buf, uint16_t prec, uint16_t flag)
SECTION code_stdlib
PUBLIC ftoh_callee
EXTERN dtoh_callee
defc ftoh_callee = dtoh_callee
|
asm/colour.asm | goakes007/zx-spectrum-utils | 5 | 122736 | <gh_stars>1-10
; 76543210
; FBPPPIII = F=Flash, B=Bright, P=Paper/Background, I=Ink/Foreground
ifndef COLOUR_ASM
define COLOUR_ASM
Black equ 0x00
Blue equ 0x01
Red equ 0x02
Magenta equ 0x03
Green equ 0x04
Cyan equ 0x05
Yellow equ 0x06
Whi... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_1015_884.asm | ljhsiun2/medusa | 9 | 122737 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x13cbe, %rbx
nop
nop
nop
nop
nop
and $11404, %r15
movb $0x61, (%rbx)
nop
nop
and %r9, %r9
lea addresses_WC_ht+0x40be, %rsi
lea addresses_UC_ht+0x1... |
oeis/315/A315344.asm | neoneye/loda-programs | 11 | 122738 | ; A315344: Coordination sequence Gal.6.640.3 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.
; Submitted by <NAME>
; 1,6,10,16,22,28,34,40,46,50,56,62,66,72,78,84,90,96,102,106,112,118,122,128,134,140,146,152,158,162,168,174,178,184,19... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0x48_notsx.log_21829_232.asm | ljhsiun2/medusa | 9 | 122739 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x2e96, %rsi
lea addresses_UC_ht+0x532d, %rdi
nop
nop
nop
nop
nop
and $57265, %r12
mov $111, %rcx
rep movsw
nop
nop
nop
nop
add $52307, %rax
lea addresses_WT_h... |
STM8S103F3P6/Voltmetr/STM8S103F3.asm | edosedgar/stm8s | 2 | 122740 | <reponame>edosedgar/stm8s<filename>STM8S103F3P6/Voltmetr/STM8S103F3.asm
WORDS ; The following addresses are 16 bits long
segment byte at 4000-407F 'EEPROM'
WORDS ; The following addresses are 16 bits long
segment byte at 8080-9FFF 'ROM'
WORDS ; The following addresses are 16 bits long
segment byte ... |
Examples/ch10/Wraps.asm | satadriver/LiunuxOS | 0 | 122741 | TITLE Procedure Wrapper Macros (Wraps.ASM)
; This program demonstrates macros as wrappers
; for library procedures. Contents: mGotoxy, mWrite,
; mWriteLn, mWriteStr, mReadStr, and mDumpMem.
; Last update: 8/15/01.
INCLUDE Irvine32.inc
INCLUDE Macros.inc ; macro definitions
.data
array DWORD 1,2,3,4... |
oeis/138/A138421.asm | neoneye/loda-programs | 11 | 122742 | <filename>oeis/138/A138421.asm<gh_stars>10-100
; A138421: a(n) = (prime(n)^4 - prime(n)^2)/6.
; Submitted by <NAME>
; 2,12,100,392,2420,4732,13872,21660,46552,117740,153760,312132,470680,569492,812912,1314612,2018980,2307020,3357772,4234440,4732152,6490640,7908572,10455720,14753312,17341700,18756712,21844692,23524380,2... |
programs/oeis/008/A008627.asm | karttu/loda | 0 | 122744 | <gh_stars>0
; A008627: Molien series for A_4.
; 1,1,2,3,5,6,10,12,17,21,28,33,43,50,62,72,87,99,118,133,155,174,200,222,253,279,314,345,385,420,466,506,557,603,660,711,775,832,902,966,1043,1113,1198,1275,1367,1452,1552,1644,1753,1853,1970,2079,2205,2322
mov $2,$0
add $2,1
mov $4,$0
lpb $2,1
mov $0,$4
sub $2,1
su... |
programs/oeis/048/A048655.asm | neoneye/loda | 22 | 122745 | ; A048655: Generalized Pellian with second term equal to 5.
; 1,5,11,27,65,157,379,915,2209,5333,12875,31083,75041,181165,437371,1055907,2549185,6154277,14857739,35869755,86597249,209064253,504725755,1218515763,2941757281,7102030325,17145817931,41393666187,99933150305,241259966797,582453083899,1406166134595,33947853530... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_547.asm | ljhsiun2/medusa | 9 | 122746 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_547.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1b8db, %rsi
lea addresses_normal_ht+0x4c1b, %rdi
nop
nop
nop
add %r11, %r11
mov $95, %rcx
rep m... |
examples/pxScene2d/external/libnode-v6.9.0/deps/openssl/asm_obsolete/x64-win32-masm/ec/ecp_nistz256-x86_64.asm | madanagopaltcomcast/pxCore | 46 | 122747 | <reponame>madanagopaltcomcast/pxCore<gh_stars>10-100
OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
EXTERN OPENSSL_ia32cap_P:NEAR
ALIGN 64
$L$poly::
DQ 0ffffffffffffffffh,000000000ffffffffh,00000000000000000h,0ffffffff00000001h
$L$RR::
DQ 00000000000000003h,0fffffffbffffffffh,0fffffffffffffffeh,000000004fffffffd... |
programs/oeis/268/A268896.asm | jmorken/loda | 1 | 122748 | ; A268896: Start at a(0)=1. a(n) = a(n-1)+2 if n == 1,2 (mod 3) and a(n)=a(n-1)+a(n-3) if n == 0 (mod 3).
; 1,3,5,6,8,10,16,18,20,36,38,40,76,78,80,156,158,160,316,318,320,636,638,640,1276,1278,1280,2556,2558,2560,5116,5118,5120,10236,10238,10240,20476,20478,20480,40956,40958
mov $2,$0
mul $2,2
mov $1,$2
add $1,1
lpb ... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_933.asm | ljhsiun2/medusa | 9 | 122749 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xb254, %r8
nop
nop
nop
nop
cmp $7681, %r14
mov $0x6162636465666768, %rax
movq %rax, %xmm7
and $0xffffffffffffffc0, %r8
vmovntdq %ymm7, (%r8)
nop
nop
sub $47087, %r8
l... |
audio/sfx/turn_off_pc_3.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 122750 | SFX_Turn_Off_PC_3_Ch4:
duty 2
unknownsfx0x20 4, 240, 0, 6
unknownsfx0x20 4, 240, 0, 4
unknownsfx0x20 4, 240, 0, 2
unknownsfx0x20 1, 0, 0, 0
endchannel
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1536.asm | ljhsiun2/medusa | 9 | 122752 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rax
push %rbp
push %rbx
lea addresses_D_ht+0x377, %rax
nop
nop
nop
nop
cmp $61619, %r9
mov (%rax), %r11
nop
cmp $22879, %r11
lea addresses_UC_ht+0x56b7, %rbp
nop
nop
nop
xor $20025, %rax
movb (%rbp), %r10b
nop
nop
nop
cmp %rax, %r... |
programs/oeis/004/A004256.asm | neoneye/loda | 22 | 122753 | ; A004256: n^2*(n+1)*(n+2)^2/6.
; 0,3,32,150,480,1225,2688,5292,9600,16335,26400,40898,61152,88725,125440,173400,235008,312987,410400,530670,677600,855393,1068672,1322500,1622400,1974375,2384928,2861082
add $0,1
mov $1,$0
mov $2,$0
sub $2,1
mul $2,$0
add $1,$2
sub $1,1
pow $1,2
mul $0,$1
div $0,6
|
Assignment_6/chmod_storm.nasm | SLAE-705/SLAE-646 | 0 | 122754 | <gh_stars>0
section .text
global _start
_start:
xor eax, eax
xor ecx, ecx
push eax ;Termination auf /etc/shadow
mov al,8
mov edi, 0x88807572
;mov esi, 0x776f6461
push edi
mov edi, 0x79844040
;mov esi, 0x68732f2f
push ed... |
examples/asm/test/echo.asm | bielskij/altair-emu | 0 | 122756 | ; 2SIO echo routine
org 0
mvi a,03h ;reset UART
out 10h
mvi a,15h ;no RI, no XI, RTS Low, 8n1, /16
out 10h
wtRcv in 10h ;character received?
rrc ;receive flag in lsb
jnc wtRcv
in 11h ;read the character
out 11h ;echo it back out
jmp wtRcv
end
|
Appl/Art/Decks/GeoDeck/LMHeart9.asm | steakknife/pcgeos | 504 | 122757 | <filename>Appl/Art/Decks/GeoDeck/LMHeart9.asm
LMHeart9 label byte
word C_BLACK
Bitmap <71,100,BMC_PACKBITS,BMF_MONO>
db 0xf8, 0x00
db 0xf8, 0x00
db 0xf8, 0x00
db 0xf8, 0x00
db 0x01, 0x03, 0xe0, 0xfc, 0x00, 0x01, 0x1d, 0xc0
db 0x01, 0x07, 0xf0, 0xfc, 0x00, 0x01, 0x37, 0x60
db 0x01, 0x0e, 0x38, 0xfc, 0x... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_3593_169.asm | ljhsiun2/medusa | 9 | 122758 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x149, %r10
nop
nop
nop
nop
and $53992, %rdi
mov $0x6162636465666768, %r13
movq %r13, %xmm1
movups %xmm1, (%r10)
nop
nop
and $22985, %r15
lea addresses_normal_ht+0x116f0, %r13
... |
Core/DolphinVM/SmallIntPrim.asm | roscoe/Dolphin | 63 | 122759 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Dolphin Smalltalk
;;
;; SmallInteger Primitives
;; - arithmetic
;; - relational
;; - bit manipulation
;; - byte accessing
;;
;; N.B. It is worth bearing in mind that these primitives are not actually much
;; used, because of the inline... |
Friend_William_project_4_success.asm | William0Friend/my_masm | 0 | 122760 |
include Irvine32.inc
; Program sorts two arrays in ascending order made of random positive integers
; the outputs mone array in ascending order
.const
lengthListThree EQU (lengthof listOne + lengthof listTwo)
.data
;;;
;;; PlACE YOUR TESTS HERE
;;
listOne DWORD 2, 4, 6, 8, 10, 12, 14
listTwo DW... |
src/test/resources/data/generationtests/sjasm-macro5.asm | cpcitor/mdlz80optimizer | 36 | 122761 | <reponame>cpcitor/mdlz80optimizer
; Test case:
macro m1 n
[2] rrca
ld (hl),a
[n] rrca
ld (bc),a
endmacro
m1 3
loop:
jr loop
|
programs/oeis/058/A058738.asm | neoneye/loda | 22 | 122762 | ; A058738: a(n) = floor(n*exp(n)).
; 0,2,14,60,218,742,2420,7676,23847,72927,220264,658615,1953057,5751374,16836459,49035260,142177768,410634196,1181879444,3391163718,9703303908,27695130424,78868082614,224130479263,635738931116,1800122483434,5088969845149,14365302496248,40495197800161,114008694617177,320594237445733,90... |
oeis/213/A213916.asm | neoneye/loda-programs | 11 | 122763 | <gh_stars>10-100
; A213916: Sum of all odd numbers in Collatz (3x+1) trajectory of n.
; Submitted by <NAME>
; 1,1,9,1,6,9,54,1,63,6,47,9,19,54,132,1,36,63,95,6,22,47,117,9,120,19,20262,54,76,132,20194,1,153,36,94,63,91,95,450,6,20235,22,248,47,81,117,20163,9,140,120,204,19,59,20262,20426,54,305,76,411,132,178,20194,209... |
utils/ldr.asm | kwieben/sicvm | 4 | 122764 | <reponame>kwieben/sicvm
LOADER START 80 ABSOLUTE LOADER FOR SIC
.
. THIS LOADER READS AN OBJECT PROGRAM FROM DEVICE F2 AND LOADS IT
. INTO MEMORY. THE HEADER RECORD FOR THE OBJECT PROGRAM IS NOT
. PROCESSED. WHEN THE END RECORD IS READ, THE LOADER JUMPS TO
. THE INDICATED STARTING ADDRESS.
. ... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_2218_1160.asm | ljhsiun2/medusa | 9 | 122765 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x17b74, %rax
sub %r13, %r13
mov (%rax), %r15w
nop
nop
nop
nop
xor $33493, %r14
lea addresses_D_ht+0x12064, %rbx
nop
nop
inc %rcx
vmovups (%rbx), %ymm2
vextract... |
platforms/m3/pre_v12/compiled_prog_vlsipool/disable1000/SRAM_test_0.asm | lab11/M-ulator | 19 | 122766 |
SRAM_test_0/SRAM_test_0.elf: file format elf32-littlearm
Disassembly of section .text:
00000000 <hang-0x90>:
0: 00002000 .word 0x00002000
4: 000000a1 .word 0x000000a1
...
1c: 00000090 .word 0x00000090
20: 00000090 .word 0x00000090
24: 00000090 .word 0x00000090
28: 00000090 .word 0x00000090
... |
Transynther/x86/_processed/NONE/_st_un_/i7-7700_9_0xca.log_21829_801.asm | ljhsiun2/medusa | 9 | 122767 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xf37c, %rax
nop
nop
mfence
mov (%rax), %ebx
nop
cmp $24883, %r14
lea addresses_WT_ht+0xf77c, %rdi
nop
nop
nop
nop
nop
add $25926, %rcx
mov (%rdi), %r11w
nop
nop
nop
add %rdi,... |
oeis/034/A034961.asm | neoneye/loda-programs | 11 | 122768 | <filename>oeis/034/A034961.asm
; A034961: Sums of three consecutive primes.
; Submitted by <NAME>
; 10,15,23,31,41,49,59,71,83,97,109,121,131,143,159,173,187,199,211,223,235,251,269,287,301,311,319,329,349,371,395,407,425,439,457,471,487,503,519,533,551,565,581,589,607,633,661,679,689,701,713,731,749,771,789,803,817,82... |
programs/oeis/344/A344389.asm | neoneye/loda | 22 | 122769 | <filename>programs/oeis/344/A344389.asm
; A344389: a(n) is the number of nonnegative numbers < 10^n with all digits distinct.
; 1,10,91,739,5275,32491,168571,712891,2345851,5611771,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,8877691,887... |
programs/oeis/061/A061887.asm | neoneye/loda | 22 | 122770 | ; A061887: n + largest square less than or equal to n; numbers in the range [2k^2,2k^2+2k] for some k.
; 0,2,3,4,8,9,10,11,12,18,19,20,21,22,23,24,32,33,34,35,36,37,38,39,40,50,51,52,53,54,55,56,57,58,59,60,72,73,74,75,76,77,78,79,80,81,82,83,84,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,128,129
mov $1,... |
test/subroutines.asm | sermazz/dlx-pro | 0 | 122771 | ; SUBROUTINEs Test - DURATION: 265ns @ Clk = 1ns
; The following asm code focuses on context switches between subroutines subsequently
; called and returned, in order to test the window switch functionality of the Register
; File and its interface towards the Stack memory. Also, the correctness of the stalls
; generate... |
libsrc/_DEVELOPMENT/l/sccz80/8-8080/l_gintspsp.asm | ahjelm/z88dk | 640 | 122772 | ; Z88 Small C+ Run time Library
; l_gint variant to be used sometimes by the peephole optimizer
;
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_gintspsp
l_gintspsp:
add hl,sp
inc hl
inc hl
ld a,(hl)
inc hl
ld h,(hl)
ld l,a
ex (sp),h... |
programs/oeis/258/A258869.asm | karttu/loda | 0 | 122773 | <reponame>karttu/loda
; A258869: Expansion of 1 to the basis 1.880000478655... (A127583).
; 1,1,1,0,0,1,0,1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0
mov $2,$0
mov... |
src/Compiler/ASM/Runtime/asm/free.asm | PetukhovVictor/compiler2 | 3 | 122774 | EXTERN _free
global free
free:
sub eax, 2 ; accounting for reservation of the 2 byte for reference count
mov ebx, esp
and esp, -16 ; stack alignment by 16 bytes
sub ebx, esp
sub esp, 8 ; compensation of the following two push operations (for stack alignment)
push ebx ; stor... |
REM/week 02/Project32_VS2019/AddSub2.asm | dodieboy/Np_class | 0 | 122775 | TITLE Add and Subtract, Version 2 (AddSub2.asm)
; This program adds and subtracts 32-bit integers
; and stores the sum in a variable.
INCLUDE Irvine32.inc
.data
val1 dword 10000h
val2 dword 40000h
val3 dword 20000h
finalVal dword ?
.code
main PROC
mov eax,val1 ; start with 10000h
add ea... |
data/moves.asm | longlostsoul/EvoYellow | 16 | 122779 | Moves:
; Characteristics of each move.
move: macro
db \1 ; animation (interchangeable with move id)
db \2 ; effect
db \3 ; power
db \4 ; type
db \5 percent ; accuracy
db \6 ; pp
endm
move POUND, NO_ADDITIONAL_EFFECT, 45, NORMAL, 100, 35
MoveEnd:
move KARATE_CHOP, NO_ADDITIONAL_EFFECT, ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_3636_1488.asm | ljhsiun2/medusa | 9 | 122780 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_3636_1488.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xe17f, %rsi
lea addresses_D_ht+0xec5f, %rdi
nop
nop
nop
nop
inc %r10
mov $106, %rcx
rep movsq
dec %r14
lea... |
data/tilesets/cut_tree_blocks.asm | opiter09/ASM-Machina | 1 | 122781 | <filename>data/tilesets/cut_tree_blocks.asm
CutTreeBlockSwaps:
; first byte = tileset block containing the cut tree
; second byte = corresponding tileset block after the cut animation happens
db $32, $6D
db $33, $6C
db $34, $6F
db $35, $4C
db $60, $6E
db $0B, $0A
db $3C, $35
db $3F, $35
db $3D, $36
db -1 ; ... |
PolynomialWithSignedNumbers.asm | CallMeMengMeng/ASSEMBLY-LANGUAGE | 0 | 122782 | <reponame>CallMeMengMeng/ASSEMBLY-LANGUAGE<gh_stars>0
; CALCULATE THE POLYNOMIAL WITH SIGNED NUMBERS (Z-(X*Y+200))/20, STORE THE QUOTIENT IN V AND THE REMAINDER IN W
DATA SEGMENT
X DW 2
Y DW -10
Z DW 200 ; CALCULATE (200-(2*(-10)+200))/20
V DW 0 ; STORE QUOTIENT HERE
W DW 0 ; STORE REMAINDER HERE
D... |
dog/dog.asm | NudelErde/Kernel | 0 | 122783 |
../dog/dog.elf: file format elf64-x86-64
Disassembly of section .text:
0000000060000000 <exit(unsigned long)>:
60000000: 55 push %rbp
60000001: 48 89 e5 mov %rsp,%rbp
60000004: 48 83 ec 10 sub $0x10,%rsp
60000008: 48 89 7d f8 mov %rd... |
asm/kernel/trapmap.asm | majacQ/retroputer | 58 | 122784 | <gh_stars>10-100
########################################
#
# Retroputer Kernel : Trap Mapping
#
########################################
.namespace ktrapmap {
.namespace rtc {
.const root 0x80
.const change 0x80 # rtc clock changed
.const timer-0 0x81 ... |
src/test/ref/mem-alignment.asm | jbrandwood/kickc | 2 | 122785 | <reponame>jbrandwood/kickc
// Test that memory alignment of arrays work
// Commodore 64 PRG executable file
.file [name="mem-alignment.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Co... |
libsrc/math/mbf32/c/sccz80/fp_setup_arith.asm | Frodevan/z88dk | 38 | 122786 |
SECTION code_fp_mbf32
PUBLIC ___mbf32_setup_arith
EXTERN ___mbf32_FPREG
EXTERN ___mbf32_VALTYP
; Put the two arguments into the required places
;
; This is for arithmetic routines, where we need to use
; double precision values (so pad them out)
;
; Entry: dehl = right hand operand
; Stack: defw return ad... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_37_1872.asm | ljhsiun2/medusa | 9 | 122787 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %r9
push %rax
push %rbx
lea addresses_WC_ht+0xd13d, %rbx
nop
nop
nop
nop
sub %r15, %r15
mov (%rbx), %r9
nop
nop
nop
nop
dec %r10
lea addresses_WC_ht+0x2bfd, %r13
nop
sub $53132, %r10
movl $0x61626364, (%r13)
nop
nop... |
cat.asm | sparsh99/xv6 | 0 | 122788 |
_cat: file format elf32-i386
Disassembly of section .text:
00000000 <cat>:
char buf[512];
void
cat(int fd)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
int n;
while((n = read(fd, buf, sizeof(buf))) > 0)
6: eb 15 ... |
vm/asm_constructions_test/vm_eq.asm | MarkoVMicic/nand2tetris-solutions | 0 | 122789 | @SP
M=M-1
A=M
D=M
@SP
M=M-1
A=M
D=M-D
@NOT_EQUAL_X
D;JNE
(EQUAL_X)
@SP
A=M
M=1
@EQ_END_X
0;JMP
(NOT_EQUAL_X)
@SP
A=M
M=0
@EQ_END_X
0;JMP
(EQUAL_END_X)
@SP
M=M+1
|
test/z80/test_pop.asm | gb-archive/asmotor | 0 | 122790 | <filename>test/z80/test_pop.asm<gh_stars>0
SECTION "Test",CODE[0]
pop af
pop bc
pop de
pop hl
pop ix
pop iy
push af
push bc
push de
push hl
push ix
push iy |
libsrc/_DEVELOPMENT/target/rc2014/device/sio/__sioa_data_Rx.asm | jpoikela/z88dk | 38 | 122793 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/target/rc2014/device/sio/__sioa_data_Rx.asm
INCLUDE "config_private.inc"
SECTION data_driver
PUBLIC sioaRxCount, sioaRxIn, sioaRxOut, sioaRxLock
sioaRxCount: defb 0 ; Space for Rx Buffer Management
sioaRxIn: defw sioaRxBuffer ; n... |
signal.asm | joscandreu/BusAsM | 20 | 122794 | <reponame>joscandreu/BusAsM<filename>signal.asm
.386
.model flat, stdcall
.code
start:
jmp $+2
jmp $-2
end start
; because, we need to force memory change, so we will modify EIP by simply jumping all over again, without conditions to make it more fast, which will increase the signal even more
|
programs/oeis/182/A182241.asm | karttu/loda | 0 | 122795 | ; A182241: a(n) = A161151(2*n)/2
; 3,10,7,36,11,26,15,136,19,42,23,100,27,58,31,528,35,74,39,164,43,90,47,392,51,106,55,228,59,122,63,2080,67,138,71,292,75,154,79,648,83,170,87,356,91,186,95,1552,99
mov $3,10
mov $7,1
add $7,$0
mov $5,$7
add $5,$0
mov $0,2
add $3,$5
mov $2,$3
mov $5,9
mov $6,5
mov $9,9
sub $9,$7
add $... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_599.asm | ljhsiun2/medusa | 9 | 122796 | <filename>Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_599.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rax
push %rcx
push %rdx
lea addresses_UC_ht+0x523, %rcx
dec %rax
mov (%rcx), %r14d
sub %rdx, %rdx
pop %rdx
pop %rcx
pop %rax
pop %r14
ret
.global s_faulty_load
s_faulty_l... |
factorial.asm | skhasibulalam/asm-intro-8086 | 0 | 122798 | CODE SEGMENT
ASSUME CS: CODE, DS: CODE
ORG 100H
MAIN: MOV AX, CS
MOV DS, AX
MOV AX, 1
MOV BX, 0
MOV DX, 0
MOV CX, 5; find the factorial of 5
KORO: INC BX
MUL BX
CMP BX, CX
JNE KORO
MOV AH, 4CH
INT 21H
CODE ENDS
END MAIN
|
data/mapHeaders/route16.asm | adhi-thirumala/EvoYellow | 16 | 122799 | Route16_h:
db OVERWORLD ; tileset
db ROUTE_16_HEIGHT, ROUTE_16_WIDTH ; dimensions (y, x)
dw Route16Blocks, Route16TextPointers, Route16Script ; blocks, texts, scripts
db SOUTH | EAST ; connections
SOUTH_MAP_CONNECTION ROUTE_16, ROUTE_17, 0, 0, Route17Blocks
EAST_MAP_CONNECTION ROUTE_16, CELADON_CITY, -3, 1, Celad... |
programs/oeis/054/A054091.asm | neoneye/loda | 22 | 122800 | ; A054091: Row sums of A054090.
; 1,2,4,10,32,130,652,3914,27400,219202,1972820,19728202,217010224,2604122690,33853594972,473950329610,7109254944152,113748079106434,1933717344809380,34806912206568842,661331331924808000,13226626638496160002,277759159408419360044,6110701506985225920970,140546134660660196182312,3373107231... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_1_774.asm | ljhsiun2/medusa | 9 | 122801 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x8330, %rsi
lea addresses_normal_ht+0x1b290, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
xor $36919, %r11
mov $41, %rcx
rep movsb
nop
nop
nop
nop
xor $18684, %rbp
lea addresses_W... |
gfx/pokemon/unown_h/anim.asm | Dev727/ancientplatinum | 28 | 122802 | <filename>gfx/pokemon/unown_h/anim.asm<gh_stars>10-100
frame 5, 12
frame 1, 06
frame 2, 04
frame 3, 03
frame 4, 02
frame 1, 02
frame 2, 02
frame 3, 02
frame 4, 02
endanim
|
programs/oeis/052/A052616.asm | karttu/loda | 0 | 122803 | ; A052616: E.g.f. (3+2x)/(1-x^2).
; 3,2,6,12,72,240,2160,10080,120960,725760,10886400,79833600,1437004800,12454041600,261534873600,2615348736000,62768369664000,711374856192000
mov $1,$0
fac $1
mov $3,$1
gcd $0,2
mov $2,$0
mul $3,$2
add $1,$3
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.