text
stringlengths
1
1.05M
.size 8000 .text@48 jp lstatint .text@100 jp lbegin .data@143 c0 .text@150 lbegin: ld a, 00 ldff(ff), a ld a, 30 ldff(00), a ld a, 01 ldff(4d), a stop, 00 ld a, ff ldff(45), a ld b, 91 call lwaitly_b ld hl, fe00 ld d, 10 ld a, d ld(hl++), a ld a, 08 ld(hl++), a inc l inc l ld a, d ld(hl++), ...
org $0000 ; Object types OBJECT_NONE EQU 0 OBJECT_SWITCH EQU 1 OBJECT_DOOR EQU 2 OBJECT_DOOR_DESTROY EQU 3 OBJECT_FLOOR_DESTROY EQU 4 OBJECT_WALL_DESTROY EQU 5 OBJECT_BOX_LEFT EQU 6 OBJECT_BOX_RIGHT EQU 7 OBJECT_JAR EQU 8 OBJECT_TELEPORTER EQU 9 ; Pickable object types OBJECT_KEY_GREEN EQU 11 OBJECT_KEY_BLUE EQU...
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x9294, %r14 nop nop add $58865, %r15 movb (%r14), %r11b nop nop inc %rdi lea addresses_WT_ht+0xb694, %rsi lea addresses_WT_ht+0x9294, %rdi nop nop nop nop sub $17438, %rax mov $20,...
; A315333: Coordination sequence Gal.5.292.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. ; Submitted by Jon Maiga ; 1,6,10,16,22,27,32,38,44,48,54,60,64,70,76,81,86,92,98,102,108,114,118,124,130,135,140,146,152,156,162,168,172,178,...
#include "LDbcManagerDllWrapper.h" #include <QMessageBox> LDbcManagerDllWrapper::LDbcManagerDllWrapper() : m_library("./thirdparty/LibDBCManager.dll") { DBC_Init = (DBC_InitType*)m_library.resolve("DBC_Init"); DBC_Release = (DBC_ReleaseType*)m_library.resolve("DBC_Release"); DBC_LoadFile = (DBC_LoadFil...
.size 8000 .text@48 jp lstatint .text@100 jp lbegin .data@143 80 .text@150 lbegin: ld a, ff ldff(45), a ld b, 92 call lwaitly_b ld a, 40 ldff(41), a ld a, 02 ldff(ff), a xor a, a ldff(0f), a ei ld a, b inc a inc a ldff(45), a ld c, 0f .text@1000 lstatint: nop .text@1065 ld a, 50 ldff(41), a ...
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1659a, %r12 nop nop nop nop add %r15, %r15 movb $0x61, (%r12) nop nop and %r12, %r12 lea addresses_normal_ht+0x179f8, %rsi lea addresses_WT_ht+0x1cf9a, %rdi nop nop nop su...
; A267528: Number of ON (black) cells in the n-th iteration of the "Rule 141" elementary cellular automaton starting with a single ON (black) cell. ; 1,1,2,3,5,6,8,9,11,12,14,15,17,18,20,21,23,24,26,27,29,30,32,33,35,36,38,39,41,42,44,45,47,48,50,51,53,54,56,57,59,60,62,63,65,66,68,69,71,72,74,75,77,78,80,81,83,84,86,8...
PAGE ,132 TITLE ANSI Generic IOCTL Code ;****************************************************************************** ; Change Log: ; Date Who # Description ; -------- --- --- ------------------------------------------------------ ; 06/29/90 MKS C04 Bug#1150. Video 7 Fastwrite VGA has proble...
; Licensed to the Apache Software Foundation (ASF) under one or more ; contributor license agreements. See the NOTICE file distributed with ; this work for additional information regarding copyright ownership. ; The ASF licenses this file to You under the Apache License, Version 2.0 ; (the "License"); you may not...
//***************************************************************************** // Copyright 2017-2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://w...
pla sta {m1} pla sta {m1}+1 pla sta {m1}+2 pla sta {m1}+3
; double __FASTCALL__ floor(double x) SECTION code_fp_math48 PUBLIC cm48_sccz80_floor EXTERN am48_floor defc cm48_sccz80_floor = am48_floor
; A140299: a(n) = A100626(n+1)/A100626(n). ; 4,16,16,256,16,256,16,256,4096,16,4096,256,16,256,4096,4096,16,4096,256,16,4096,256,4096,65536,256,16,256,16,256,268435456,256,4096,16,1048576,16,4096,4096,256,4096,4096,16,1048576,16,256,16,16777216 add $0,1 seq $0,40 ; The prime numbers. div $0,2 mul $0,2 sub $0,1 seq $0,...
#include "GameObject.hpp" #include <AL/al.h> #include "System/SoundManager.hpp" #include "Component/AudioListener.hpp" #include "imgui.h" AudioListener::AudioListener(GameObject* _gameObject, std::string _name) : Component(_gameObject, _name) { SoundManager::SetListenerVelocity({ 0.0f, 0.0f, 0.0f }); if (_gameObjec...
@256 D=A @SP M=D @Sys.init 0;JMP (Main.fibonacci) @0 D=A @SP M=M+D @func$0$Main.fibonacci D;JEQ (func$Main.fibonacci$0) D=D-1 @LCL A=M+D M=0 @func$Main.fibonacci$0 D;JGT (func$0$Main.fibonacci) @ARG D = M @0 A = D + A D = M @SP M = M + 1 A = M - 1 M = D @2 D = A @SP M = M + 1 A = M - 1 M = D @SP M = M - 1 A = M D = M @...
; A038327: Triangle whose (i,j)-th entry is binomial(i,j)*12^(i-j)*1^j. ; Submitted by Christian Krause ; 1,12,1,144,24,1,1728,432,36,1,20736,6912,864,48,1,248832,103680,17280,1440,60,1,2985984,1492992,311040,34560,2160,72,1,35831808,20901888,5225472,725760,60480,3024,84,1,429981696,286654464,83607552 lpb $0 add $1,...
; pasmo --tapbas sub_a.asm sub_a.tap ORG 50000 LD A,2 ; upper screen CALL 5633 ; open channel LD B,255 ; Loop 256 A possible values LD D,0 ; Start with "A" == 0 ; DE will be loaded into AF LOOP2: L...
; A070723: n^7 mod 43. ; 0,1,42,37,1,37,6,7,42,36,6,1,37,36,36,36,1,36,7,37,37,1,42,6,6,36,7,42,7,7,7,6,42,37,7,1,36,37,6,42,6,1,42,0,1,42,37,1,37,6,7,42,36,6,1,37,36,36,36,1,36,7,37,37,1,42,6,6,36,7,42,7,7,7,6,42,37,7,1,36,37,6 pow $0,7 mod $0,43 mov $1,$0
; A064865: Fill a triangular array by rows by writing numbers 1, then 1 up to 2^2, then 1 up to 3^2, then 1 up to 4^2 and so on. The final elements of the rows form the sequence. ; 1,2,1,5,1,7,14,6,15,25,11,23,36,14,29,45,13,31,50,6,27,49,72,15,40,66,93,21,50,80,111,22,55,89,124,16,53,91,130,1,42,84,127,171,20,66,113,1...
XLIB aplib_depack XREF aPLibMemory_bits XREF aPLibMemory_byte XREF aPLibMemory_LWM XREF aPLibMemory_R0 ;============================================================== ; aplib_depack(unsigned char *src, unsigned char *dest) ;============================================================== ; Uncompresses data previ...
; A158412: 961n - 1. ; 960,1921,2882,3843,4804,5765,6726,7687,8648,9609,10570,11531,12492,13453,14414,15375,16336,17297,18258,19219,20180,21141,22102,23063,24024,24985,25946,26907,27868,28829,29790,30751,31712,32673,33634,34595,35556,36517,37478,38439,39400,40361,41322,42283,43244,44205,45166,46127,47088,48049,49010,49...
_kill: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char **argv) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 ...
;/*++ ; ;Copyright (c) 2007, Intel Corporation. All rights reserved.<BR> ;This program and the accompanying materials ;are licensed and made available under the terms and conditions of the BSD License ;which accompanies this distribution. The full text of the license may be foun...
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/sync/engine_impl/events/protocol_event_buffer.h" #include <stdint.h> #include "base/time/time.h" #include "components/sync/engine/e...
format ELF executable 3 entry start include 'procs.inc' segment readable executable start: mov eax, 90 sub eax, 9 call iprintLF call quitProgram
//===- Thunks.cpp --------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------...
; A089072: Triangle read by rows: T(n,k) = k^n, n>=1, 1<=k<=n. ; 1,1,4,1,8,27,1,16,81,256,1,32,243,1024,3125,1,64,729,4096,15625,46656,1,128,2187,16384,78125,279936,823543,1,256,6561,65536,390625,1679616,5764801,16777216,1,512,19683,262144,1953125,10077696,40353607,134217728,387420489,1,1024,59049,1048576,9765625,60466...
; size_t balloc_blockcount_fastcall(unsigned char queue) SECTION code_clib SECTION code_alloc_balloc PUBLIC _balloc_blockcount_fastcall EXTERN asm_balloc_blockcount defc _balloc_blockcount_fastcall = asm_balloc_blockcount
.size 8000 .data@0 01 .text@48 jp lstatint .data@9c 02 03 04 05 .text@100 jp lbegin .data@143 c0 00 00 00 1a 00 03 .text@150 lbegin: ld a, 00 ldff(ff), a ld a, 30 ldff(00), a ld a, 01 ldff(4d), a stop, 00 ld b, 90 call lwaitly_b ld a, 0a ld(0000), a ld hl, fe00 ld c, a0 ld a, a0 lbegin_fill_oam...
; A313718: Coordination sequence Gal.6.133.4 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,15,20,24,28,32,37,42,47,52,57,62,67,72,76,80,84,89,94,99,104,109,114,119,124,128,132,136,141,146,151,156,161,166,171,176,180,184,188,...
// https://gist.github.com/chriseth/9c3c4cbf6d3debddc6b14a8863d92719 { // Some elementary helpers --------------------------------------- function memptr() -> addr { addr := 0x40 } function allocate(size) -> addr { addr := mload(memptr()) mstore(memptr(), add(size, mload(memptr()))) } function init() { ...
############################################################################### # Copyright 2018 Intel Corporation # All Rights Reserved. # # If this software was obtained under the Intel Simplified Software License, # the following terms apply: # # The source code, information and material ("Material") containe...
DrHudOverride: { jsl.l NewDrawHud jsr HudAdditions rtl } HudAdditions: { lda.l DRFlags : and #$0008 : beq ++ ; LDA.w #$28A4 : STA !GOAL_DRAW_ADDRESS lda $7EF423 jsr HudHexToDec4DigitCopy LDX.b $05 : TXA : ORA.w #$2400 : STA !GOAL_DRAW_ADDRESS+2 ; draw 100's digit LDX.b $06 : TXA : ORA.w #$2400 : ...
<% from pwnlib.shellcraft.arm.linux import syscall %> <%page args="fd"/> <%docstring> Invokes the syscall fsync. See 'man 2 fsync' for more information. Arguments: fd(int): fd </%docstring> ${syscall('SYS_fsync', fd)}
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ppapi/shared_impl/ppb_video_decoder_shared.h" #include "base/logging.h" #include "gpu/command_buffer/client/gles2_implementation.h" #includ...
; A017640: (12n+9)^12. ; 282429536481,7355827511386641,1667889514952984961,68952523554931640625,1176246293903439668001,11646329922777311412561,79766443076872509863361,418596297479370673535601,1795856326022129150390625,6580067382037190942729361 mul $0,12 add $0,9 pow $0,12
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #define __STDC_LIMIT_MACROS #include "unikv/db.h" #include <errno.h> #include <fcntl.h> #include <sys...
; A323639: a(n) = 3*(10^n - 4)/9. ; -1,2,32,332,3332,33332,333332,3333332,33333332,333333332,3333333332,33333333332,333333333332,3333333333332,33333333333332,333333333333332,3333333333333332,33333333333333332,333333333333333332,3333333333333333332,33333333333333333332 mov $1,10 pow $1,$0 sub $1,4 div $1,3 mov $0,$1
/* Copyright (c) 2010-2016, Mathieu Labbe - IntRoLab - Universite de Sherbrooke All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright ...
Entity start No options Constants 0 S start 1 S x 2 I 1 3 I 10 4 I 3 5 I 5 6 I 7 7 I 9 8 S x= 9 S eh impar !!! 10 S io.writeln 11 I 2 12 I 4 13 I 6 14 I 8 15 S eh par !!! 16 S ??? End Valid context (always) No properties Def start No parameters Local variables 0 int x ...
; A054487: a(n) = (3*n+4)*binomial(n+7, 7)/4. ; 1,14,90,390,1320,3762,9438,21450,45045,88660,165308,294372,503880,833340,1337220,2089164,3187041,4758930,6970150,10031450,14208480,19832670,27313650,37153350,49961925,66475656,87576984,114316840,147939440,189909720,241943592,306041208,384523425,480071670,595771410,7351594...
db 0 ; species ID placeholder db 50, 70, 100, 30, 40, 40 ; hp atk def spd sat sdf db STEEL, ROCK ; type db 180 ; catch rate db 96 ; base exp db NO_ITEM, HARD_STONE ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 35 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/aron/fro...
; int memcmp(const void *s1, const void *s2, size_t n) SECTION code_clib SECTION code_string PUBLIC memcmp EXTERN asm_memcmp memcmp: pop af pop bc pop hl pop de push de push hl push bc push af jp asm_memcmp
;;;;;;;;;;;;;;;;;;;;;;;;;;;; %macro PRINTF32 1-* pushf pushad jmp %%endstr %%str: db %1 %%endstr: %rep %0 - 1 %rotate -1 push dword %1 %endrep push %%str call printf add esp, 4*%0 popad popf %endmacro ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
code segment assume cs:code, ds:code N: push cs pop ds xor ax,ax xor bx,bx inc bx inc bx mov cx,9 mov ax,A M: cmp A[bx],ax jg K mov ax,A[bx] K: inc bx inc bx loop M mov ax,4c00h int 21h A dw 1,-2,-3,-4,5,6,-7,-8,-9,10 code ends end N
%include 'functions.asm' SECTION .text global _start _start: mov eax, 10 mov ecx, 5 sub eax, ecx call iprintLF call quit
;****************************************************************************** ;* FD_TOLL16.ASM - 16 BIT STATE - * ;* * ;* Copyright (c) 1996 Texas Instruments Incorporated * ...
; A260090: Maximum number of kings on an n X n chessboard such that no king attacks more than one other king. ; Submitted by Christian Krause ; 1,2,4,8,12,16,21,26,33,40,48,56,65,74,85 mov $1,1 add $1,$0 mov $2,$0 sub $0,3 mod $0,2 mul $1,$2 add $1,$0 div $1,3 add $1,$2 mov $0,$1 add $0,1
;; Licensed to the .NET Foundation under one or more agreements. ;; The .NET Foundation licenses this file to you under the MIT license. ;; See the LICENSE file in the project root for more information. #include "AsmMacros.h" #ifdef _DEBUG #define TRASH_SAVED_ARGUMENT_REGISTERS #endif #ifdef TRASH_SAVED_ARGUMENT_REG...
; ; input & display disabling startup code v1.0.2 ; ; minimum requirements: 68000, OCS, Kickstart 1.2 ; compiles with genam and phxass. ; ; Written by Harry Sintonen. Public Domain. ; thanks to _jackal & odin-_ for testing. ; FROMC EQU 0 include "exec/types.i" include "exec/nodes.i" include "exec/por...
/********************************************************************** Sneedacity: A Digital Audio Editor SpectrumView.cpp Paul Licameli split from WaveTrackView.cpp **********************************************************************/ #include "SpectrumView.h" #include "SpectrumVRulerControls.h" #include "Wa...
; A329938: Beatty sequence for sinh x, where csch x + sech x = 1 . ; 1,3,5,7,9,11,13,15,16,18,20,22,24,26,28,30,32,33,35,37,39,41,43,45,47,48,50,52,54,56,58,60,62,64,65,67,69,71,73,75,77,79,80,82,84,86,88,90,92,94,96,97,99,101,103,105,107,109,111,112,114,116,118 add $0,1 mov $1,32 mul $1,$0 div $1,17 mov $0,$1
// // cpython_asserts.cpp // xmlwriter // // Created by Paul Ross on 04/05/2018. // Copyright (c) 2018 Paul Ross. All rights reserved. // #include "cpython_asserts.h" namespace CPythonCpp { int cpython_asserts() { return Py_IsInitialized() && PyErr_Occurred() == NULL; } int cpython_asserts(PyObject *pobj) {...
; A025823: Expansion of 1/((1-x^2)(1-x^9)(1-x^10)). ; 1,0,1,0,1,0,1,0,1,1,2,1,2,1,2,1,2,1,3,2,4,2,4,2,4,2,4,3,5,4,6,4,6,4,6,4,7,5,8,6,9,6,9,6,9,7,10,8,11,9,12,9,12,9,13,10,14,11,15,12,16,12,16,13,17,14,18,15,19,16,20,16 mov $3,$0 mov $5,2 lpb $5 sub $5,1 add $0,$5 sub $0,1 mov $2,$5 mov $4,$0 max $4,0 se...
; A137885: Number of directed Hamiltonian paths in the 2n-crossed prism graph. ; 144,576,1920,5760,16128,43008,110592,276480,675840,1622016,3833856,8945664,20643840,47185920,106954752,240648192,537919488,1195376640,2642411520,5813305344,12733906944,27783069696,60397977600,130862284800,282662535168,608811614208 add $0,...
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 00193E tst.b ($518,A5) 001942 bne $173c [base+518] 004D24 move.l D0, (A4)+ 004D26 move.l D0, (A4)+ 006156 tst.b ($518,A5) 00615A bne $6170 0103AA tst.b ($518,A5) 0103AE bne $103f...
; A288625: Positions of 0 in A288375; complement of A283794. ; 2,3,5,7,8,11,12,14,17,18,20,22,23,27,28,30,32,33,36,37,39,43,44,46,48,49,52,53,55,58,59,61,63,64,69,70,72,74,75,78,79,81,84,85,87,89,90,94,95,97,99,100,103,104,106,111,112,114,116,117,120,121,123,126,127,129,131,132,136,137,139,141,142,145,146,148,152,153,1...
; ; ZX 81 specific routines ; by Stefano Bodrato, 04/08/2009 ; ; Copy a variable from basic to float ; ; float zx_getfloat(char *variable); ; ; ; $Id: zx_getfloat.asm,v 1.4 2016/06/26 20:32:08 dom Exp $ ; SECTION code_clib PUBLIC zx_getfloat PUBLIC _zx_getfloat EXTERN zx_locatenum EXTERN fa IF FORlambda INCLUDE "l...
// This is core/vnl/io/vnl_io_vector.hxx #ifndef vnl_io_vector_hxx_ #define vnl_io_vector_hxx_ //: // \file #include "vnl_io_vector.h" #include <vsl/vsl_binary_io.h> #include <vsl/vsl_b_read_block_old.h> #include <vsl/vsl_block_binary.h> //==============================================================================...
; A082032: Expansion of e.g.f.: exp(2*x)/(1-2*x). ; 1,4,20,128,1040,10432,125248,1753600,28057856,505041920,10100839424,222218469376,5333243269120,138664325005312,3882601100165120,116478033004986368,3727297056159629312,126728099909427527680,4562211596739391258624,173364040676096868352000,6934561627043874735128576 add ...
; A307844: Constant term in the expansion of (n/x + 1 + n*x)^n. ; Submitted by Simon Strandgaard ; 1,1,9,55,1729,19251,1050841,16977129,1322929665,28017221059,2839212609001,74390784295653,9283240524317761,289865990675075725,42976734096778661817,1557837326400792009751,267561369300137776050177,11042876765198762014337235,...
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: MOUSE DRIVER -- Any Mouse in IBM PS/2 port FILE: ps2.asm AUTHOR: Adam de Boor, September 29, 1989 ROUTINES: Name Description ---- ---------...
// Disable music origin 0x0216FC base 0x80020AFC nop
; A000085: Number of self-inverse permutations on n letters, also known as involutions; number of standard Young tableaux with n cells. ; 1,1,2,4,10,26,76,232,764,2620,9496,35696,140152,568504,2390480,10349536,46206736,211799312,997313824,4809701440,23758664096,119952692896,618884638912,3257843882624,17492190577600,956...
.ifndef _ADC_ASM_ .define _ADC_ASM_ _adc_enable: ldi r18,(1 << ADEN) out ADCSRA,r18 ret ;************************************************************** ;* subroutine: _adc_read (reads adch into r18) ;* ;* output: r18 (ADCH) ;* ;* registers modified: r18 ;*********************************************************...
// ================================================================================================= // This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This // project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max- // width of 100 char...
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x62fd, %r13 xor $30751, %rbx movb (%r13), %r10b nop nop nop nop nop cmp %rbx, %rbx lea addresses_UC_ht+0x4b09, %rax clflush (%rax) nop nop nop dec %rdi movups (%rax)...
#include "Base.hh" #include "AppInclude.h" #include "Utils/XMLSpreadsheet/CXMLSpreadsheet.h" #include "Utils/XMLSpreadsheet/CXMLTableData.h" using namespace irr; using namespace Skylicht; class RowData : public CObjectSerializable { public: CIntProperty ID; CStringProperty Name; public: RowData() : CObjectSeria...
Name: ys_enmy7.asm Type: file Size: 349474 Last-Modified: '2016-05-13T04:51:15Z' SHA-1: 7BCF5746F48025AEFF3EEC4D869A8E48E6302860 Description: null
; A052690: E.g.f. x*(1+x-3x^2)/(1-3x). ; Submitted by Christian Krause ; 0,1,8,54,648,9720,174960,3674160,88179840,2380855680,71425670400,2357047123200,84853696435200,3309294160972800,138990354760857600,6254565964238592000,300219166283452416000,15311177480456073216000 mov $2,1 mov $3,$0 mov $4,1 mov $6,$0 lpb $3 mul...
; A022271: a(n) = n*(13*n + 1)/2. ; 0,7,27,60,106,165,237,322,420,531,655,792,942,1105,1281,1470,1672,1887,2115,2356,2610,2877,3157,3450,3756,4075,4407,4752,5110,5481,5865,6262,6672,7095,7531,7980,8442,8917,9405,9906,10420,10947,11487,12040,12606,13185,13777,14382,15000,15631,16275,16932,17602,18285,18981,19690,20412,2...
; A064801: Take 1, skip 2, take 2, skip 3, take 3, etc. ; 1,4,5,9,10,11,16,17,18,19,25,26,27,28,29,36,37,38,39,40,41,49,50,51,52,53,54,55,64,65,66,67,68,69,70,71,81,82,83,84,85,86,87,88,89,100,101,102,103,104,105,106,107,108,109,121,122,123,124,125,126,127,128,129,130,131,144,145,146,147,148,149,150,151,152,153,154,155...
;------------------------------------------------------------------------------ ; ; Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> ; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution....
.286 .model huge .stack 64 .data Names dw 'ax','bx','cx','dx','si','di','bp','sp','al','ah','bl','bh','cl','ch','dl','dh' myRegisters dw 1111h,2222h,3333h,4444h,5555h,6666h,7777h,8888h offsets dw 16 dup(00) flagdst db 0h ;flag for wrong destination flag ...
CaveMons: db $14 db 18,PHANPY db 19,DIGLETT db 17,PHANPY db 20,KOFFING db 22,DIGLETT db 15,DIGLETT db 21,DIGLETT db 18,LARVITAR db 29,DUGTRIO db 31,DUGTRIO db $00
/* * Copyright (c) 2020, Emanuel Sprung <emanuel.sprung@gmail.com> * * SPDX-License-Identifier: BSD-2-Clause */ #include <AK/BumpAllocator.h> #include <AK/Debug.h> #include <AK/String.h> #include <AK/StringBuilder.h> #include <LibRegex/RegexMatcher.h> #include <LibRegex/RegexParser.h> #if REGEX_DEBUG # include...
; A014566: Sierpiński numbers of the first kind: n^n + 1. ; 2,2,5,28,257,3126,46657,823544,16777217,387420490,10000000001,285311670612,8916100448257,302875106592254,11112006825558017,437893890380859376,18446744073709551617,827240261886336764178,39346408075296537575425,1978419655660313589123980,1048576000000000000000000...
PUBLIC checkgrid EXTERN checknumadj:PROC .code ; determines if the grid is in a checkgrid state ; RCX = grid ptr ; RDX = grid width ; R8 = grid size ; RAX = checkgrid status checkgrid PROC PUSH R12 PUSH R13 PUSH R14 MOV R12, RCX ; grid ptr MOV R13, RDX ; grid width MOV R14, R8 ; grid size / ctr numloop: DEC R1...
;// Test whether see(m) >= value. ;int see_test(Pos *pos, Move m, int value) ;{ ; if (type_of_m(m) == CASTLING) ; return 0 >= value; ; ; Square from = from_sq(m), to = to_sq(m); ; Bitboard occ = pieces(); ; ; int swap = PieceValue[MG][piece_on(to)] - value; ; if (type_of_m(m) == ENPASSANT) { ; assert(pos_stm...
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2016 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; * Redistributions of so...
; ; Startup for mikro80 module mikro80_crt0 ;-------- ; Include zcc_opt.def to find out some info ;-------- defc crt0 = 1 INCLUDE "zcc_opt.def" ;-------- ; Some scope definitions ;-------- EXTERN _main ;main() is always external to crt0 code EXTERN asm_im1_hand...
; ; Z88 Graphics Functions - Small C+ stubs ; ; Written around the Interlogic Standard Library ; ; Stubs Written by D Morris - 30/9/98 ; ; ; $Id: closegfx.asm,v 1.3 2001/04/18 13:21:37 stefano Exp $ ; ;Usage: closegfx(struct *window) ; ;Close the map screen and restore memory map to normal ...
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x8f97, %rdi sub %r10, %r10 mov (%rdi), %r12w nop nop nop nop nop inc %r8 lea addresses_D_ht+0xb017, %r10 nop nop and $36508, %rcx movl $0x61626364, (%r10) nop nop nop cmp ...
.686P .model flat, stdcall ExitProcess PROTO STDCALL :DWORD includelib kernel32.lib includelib libcmt.lib includelib legacy_stdio_definitions.lib printf PROTO C :VARARG VirtualProtect proto stdcall:dword,:dword,:dword,:dword include struct.asm extern LOWF:tuple,MIDF:tuple,HIGHF:tuple,stream:tuple,inde...
; unsigned char esx_f_rename(unsigned char *old, unsigned char *new) SECTION code_esxdos PUBLIC _esx_f_rename_callee PUBLIC l0_esx_f_rename_callee EXTERN asm_esx_f_rename _esx_f_rename_callee: pop af pop hl pop de push af l0_esx_f_rename_callee: push ix call asm_esx_f_rename pop ix r...
#include <experimental/optional> #include <DataStreams/ExpressionBlockInputStream.h> #include <DataStreams/FilterBlockInputStream.h> #include <DataStreams/LimitBlockInputStream.h> #include <DataStreams/LimitByBlockInputStream.h> #include <DataStreams/PartialSortingBlockInputStream.h> #include <DataStreams/MergeSorting...
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
; A218832: Number of positive integer solutions to the Diophantine equation x + y + 2z = n^2. ; 0,1,12,49,132,289,552,961,1560,2401,3540,5041,6972,9409,12432,16129,20592,25921,32220,39601,48180,58081,69432,82369,97032,113569,132132,152881,175980,201601,229920,261121,295392,332929,373932,418609,467172,519841,576840,6384...
/* This file is part of cpp-ethereum. cpp-ethereum is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. cpp-ethereum is ...
dnl X86-64 mpn_mul_basecase optimised for Intel Silvermont. dnl Copyright 2017 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 Lesser General Publi...
.global s_prepare_buffers s_prepare_buffers: push %r15 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x8b1b, %rcx nop nop nop nop nop xor %rbx, %rbx mov $0x6162636465666768, %rbp movq %rbp, %xmm6 movups %xmm6, (%rcx) nop nop nop xor %rbx, %rbx lea addresses_A_ht+0x13d9b, %rdi...
; A114697: Expansion of (1+x+x^2)/((1-x^2)*(1-2*x-x^2)); a Pellian-related sequence. ; 1,3,9,22,55,133,323,780,1885,4551,10989,26530,64051,154633,373319,901272,2175865,5253003,12681873,30616750,73915375,178447501,430810379,1040068260,2510946901,6061962063,14634871029,35331704122,85298279275,205928262673,497154804623,12...
#include <assert.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <iostream> #include <memory> #include <queue> #include <vector> #include <async/result.hpp> #include <hel.h> #include <hel-syscalls.h> #include <helix/ipc.hpp> #include <protocols/mbus/client.hpp> #include <prot...
; A336630: a(n) = 2*F(2*n+1) + 4*F(n+1)*F(n-1) for n > 0, with a(0) = 0 and F(n) = A000045(n). ; Submitted by Christian Krause ; 0,4,18,38,108,274,726,1892,4962,12982,33996,88994,232998,609988,1596978,4180934,10945836,28656562,75023862,196415012,514221186,1346248534,3524524428,9227324738,24157449798,63245024644,1655776...
; A173736: (10^n+35)/9 for n>0. ; Submitted by Jamie Morken(m1) ; 5,15,115,1115,11115,111115,1111115,11111115,111111115,1111111115,11111111115,111111111115,1111111111115,11111111111115,111111111111115,1111111111111115,11111111111111115,111111111111111115,1111111111111111115,11111111111111111115,111111111111111111115,11...
; Groups are defined in data/trainers/parties.asm. TrainerGroups: ; entries correspond to trainer classes (see constants/trainer_constants.asm) dba RoarkGroup dba GardeniaGroup dba MayleneGroup dba CrasherWakeGroup dba FantinaGroup dba ByronGroup dba CandiceGroup dba VolknerGroup dba Rival1Group dba PokemonP...
;; fob_blob will point at an address after the end of the program SECTION MAIN_END PUBLIC _fob_blob _fob_blob: ;; place this code in divmmc memory SECTION code_dot PUBLIC _memory_page_in_mmu6 PUBLIC _memory_page_in_mmu7 PUBLIC _memory_restore_mmu6 PUBLIC _memory_restore_mmu7 PUBLIC _memory_page_in_dir PUBLIC _...
default rel %define XMMWORD %define YMMWORD %define ZMMWORD section .text code align=64 EXTERN OPENSSL_ia32cap_P global bn_mul_mont ALIGN 16 bn_mul_mont: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_bn_mul_mont: mov rdi,rcx mov rsi,rdx mov rdx,r8 mov...
; A063234: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 82 ). ; 3,10,18,22,30,38,42,50,58,62,70,78,82,90,98,102,110,118,122,130,138,142,150,158,162,170,178,182,190,198,202,210,218,222,230,238,242,250,258,262,270,278,282,290,298,302,310,318,322,330 mov $2,$0 mul $0,2 lpb $0,1 trn $0,3 add $1,4...