text stringlengths 1 1.05M |
|---|
;
;
; Z88 Maths Routines
;
; C Interface for Small C+ Compiler
;
; 7/12/98 djm
; Set up the registers for our operation
; Return with main set in
XLIB fsetup
XREF fa
.fsetup
ld ix,4 ;ret to this function and ret to code
add ix,sp
ld l... |
;******************************************************************************
;* U_DIV16.ASM - 16 BIT STATE - *
;* *
;* Copyright (c) 1996 Texas Instruments Incorporated *
... |
###############################################################################
# File : addi.asm
# Project : MIPS32 MUX
# Author : Grant Ayers (ayers@cs.stanford.edu)
#
# Standards/Formatting:
# MIPS gas, soft tab, 80 column
#
# Description:
# Test the functionality of the 'addi' instruction.
#
... |
; QXL
; 2005.01.10 1.01 optimisation
; 2006.10.01 1.02 data segment mopve to data.asm file
; BOOT Loader
qxl_bload:
ASSUME ds:DGROUP
ASSUME es:DGROUP
qbl_loop:
dec qbl_retry ; retry counter
jz err_nresp ; oops
xor al,al
mov cx,64 ; later, use timer for this
mov dx,qxl
add... |
ORIGIN 4x0000
SEGMENT CodeSegment:
LEA R0, DATA
nop
nop
nop
nop
nop
nop
; Test LDB, STB
ldb r6, r0, LowByte ;0
nop
nop
nop
nop
nop
nop
;MAR < 8
;MDR < (M[8] = 4x600D)
;R6 < 4x00 & 4x0D
ldb r7, r0, HighByte ;2
nop
nop
nop
nop
nop
nop
; MAR < 8 or 9
; MDR < (M[8] = 4x600D)
; R7 <... |
Name: ys_game.asm
Type: file
Size: 244385
Last-Modified: '2016-05-13T04:51:16Z'
SHA-1: F0737B7A9D6EA8CD5A18D45967ECE9103A4A9E93
Description: null
|
; int zx_setcursorpos(char variable, char *value)
; CALLER linkage for function pointers
SECTION code_clib
PUBLIC zx_setcursorpos
PUBLIC _zx_setcursorpos
EXTERN asm_zx_setcursorpos
zx_setcursorpos:
_zx_setcursorpos:
pop bc
pop de
pop hl
push hl
push de
push bc
jp asm_zx_setcursorpos
|
; void screensize_callee(uchar *x, uchar *y)
; 09.2017 stefano
SECTION code_clib
PUBLIC screensize_callee
PUBLIC _screensize_callee
PUBLIC ASMDISP_SCREENSIZE_CALLEE
EXTERN __console_w
EXTERN __console_h
.screensize_callee
._screensize_callee
pop hl
pop de
pop bc
push hl
.asmentry
; bc = x de = ... |
* Sprite optcol
*
* Mode 4
* +|-----------------+
* -w w-
* | |
* |w w|
* | |
* |wwwwwwwwwwwwwwwwww|
* |wrrgrrrrrrrrrrgrrw|
* |wrgrrrrrrrrrrrrgrw|
* |wggggggrrrrggggggw|
* |wrgrrrrrrrrrrrrgrw|
* |wrrgrrrrrrrrrrgrrw|
* |wwwwwwwwwwwwwwwwww|
* | |
* |w w|
* | |
* |w w|
* +|-----------------+
*
... |
.global _main
.text
printChar:
PUSH RBP
MOV RBP, RSP
PUSH 1
MOV RAX, RBP
ADD RAX, 16 # $$c
PUSH RAX
PUSH 1
POP RDX
POP RSI
POP RDI
MOV RAX, 33554436
SYSCALL
PUSH RAX
POP RAX
POP RBP
RET
printHelper:
PUSH RBP
MOV RBP, RSP
# If
# >
PUSH [RBP + 16] # n
PUSH 9
... |
// Old
//.db 0xB0,0x44,0x44,0x44,0x44,0xBB,0xBB,0xBB,0xBB
//.db 0xB0,0xBB,0xBB,0xBB,0xBB,0xBB,0xBB,0xBB,0xBB
//.db 0xB0,0xBB,0xBB,0xBB,0xBB,0xBB,0xBB,0xBB,0xBB
//.db 0xB3,0xBB,0xBB,0xBB,0xBB,0xBB,0xBB,0xBB,0xBB
// New
// [b0] 54444444abbbbbbb
// [b0] bbbbbbbbbbbbbbbb
// [b0] bbbbbbbbbbbbbbbb
... |
lbi r0, 27
addi r1, r0, 1
addi r2, r1, 2
addi r3, r2, 3
addi r4, r3, 4
addi r5, r4, 5
addi r6, r5, 6
addi r7, r6, 7
halt
|
/*
* 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 ... |
//=================================================================================================
/*!
// \file src/mathtest/dmatdmatmax/DHbDHa.cpp
// \brief Source file for the DHbDHa dense matrix/dense matrix maximum math test
//
// Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved
//
// This file is... |
<%
from pwnlib.shellcraft.i386.linux import syscall
%>
<%page args="fd, vmessages, vlen, flags, tmo"/>
<%docstring>
Invokes the syscall recvmmsg. See 'man 2 recvmmsg' for more information.
Arguments:
fd(int): fd
vmessages(mmsghdr): vmessages
vlen(unsigned): vlen
flags(int): flags
tmo(timespec)... |
; A051677: Tetrahedron-tree numbers: a(n)=sum(b(m),m=1..n), b(m)=1, 1,3, 1,3,6, 1,3,6,10,..., 1,2,...,i*(i+1)2.
; 1,2,5,6,9,15,16,19,25,35,36,39,45,55,70,71,74,80,90,105,126,127,130,136,146,161,182,210,211,214,220,230,245,266,294,330,331,334,340,350,365,386,414,450,495,496,499,505,515,530,551,579,615,660,715,716,719,72... |
/*
* Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... |
;------------------------------------------------------------------------------
; NCB85 CP/M BIOS
; Roman Borik/RM-Team 2/2012, 2/2013, 1/2014
; archeocomp 2014-2016
; NCB85 is a SBC based on 8085 and 64k SRAM. There is also 8kB ROM from 0000H
; that can be shadowed by outputting 1 to SOD pin of 8085
; BIOS is in the R... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x431b, %r14
nop
nop
nop
nop
nop
add $38197, %rcx
vmovups (%r14), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $0, %xmm0, %r9
and $43430, %rdx
lea addresses_UC_ht+0x14... |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1ebf5, %r11
nop
nop
nop
add $21367, %rbp
vmovups (%r11), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq $0, %xmm7, %r15
add %rbx, %rbx
lea addresses_WC_ht+0x1ebd0, %rsi
nop
nop
... |
; A035274: One fifth of deca-factorial numbers.
; 1,15,375,13125,590625,32484375,2111484375,158361328125,13460712890625,1278767724609375,134270611083984375,15441120274658203125,1930140034332275390625,260568904634857177734375,37782491172054290771484375,5856286131668415069580078125,966287211725288486480712890625,16910026... |
; A175406: The greatest integer k such that (1+1/n)^k <= 2.
; 1,1,2,3,3,4,5,5,6,7,7,8,9,10,10,11,12,12,13,14,14,15,16,16,17,18,19,19,20,21,21,22,23,23,24,25,25,26,27,28,28,29,30,30,31,32,32,33,34,35,35,36,37,37,38,39,39,40,41,41,42,43,44,44,45,46,46,47,48,48,49,50,50,51
mul $0,34
div $0,49
add $0,1
|
/*
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/helpers/local_memory_access_modes.h"
#include "shared/source/helpers/pause_on_gpu_properties.h"
#include "shared/source/helpers/vec.h"
#include "shared/source/memory_manager/unified_memory_manager.h"
#incl... |
[TMS_60FPS]
moduleMatches = 0x2249A57A
0x1002A6E4 = .float 0.016666667
0x0202034C = _frameTime:
0x021A7654 = lis r10, _frameTime@ha ; Cutscene Speed
0x021A765C = lfs f1, _frameTime@l(r10) ; Gameplay Speed
0x0244D434 = li r4, 1 ; Change vsync mode
0x0248BF04 = nop ; Disable vsync
0x0248B11C = nop ; Dis... |
nmi:
pha
txa
pha
tya
pha
inc global
lda #>(spriteblock)
sta dmafunc
lda nmion
bne doupdates
jmp noupdates
doupdates
lda #$3F
sta PPUADDR
lda #0
sta PPUADDR
tax
nmipal = 0
rept 32
lda gamepal+nmipal,x
sta PPUDATA
nmipal = nmipal+1
endr
;--
nmibuff:
ldx #0
... |
; --COPYRIGHT--,BSD_EX
; Copyright (c) 2012, Texas Instruments Incorporated
; 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 co... |
;[]-----------------------------------------------------------------[]
;| FLOOR.ASM -- rounding function |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1991, 2000 by Inprise Corporation... |
%ifdef CONFIG
{
"RegData": {
"RAX": "10",
"RBX": "0xFF00000000000000",
"RCX": "0xFE00000000000000",
"RDX": "10",
"RSI": "0xFF000000",
"RDI": "0xFE000000"
}
}
%endif
; Trivial test, this should result in 10.
mov rax, 11
blsr rax, rax
; Results in 0xFE00000000000000 being placed ... |
; CALLER linkage for function pointers
XLIB fgetpos
LIB fgetpos_callee
XREF ASMDISP_FGETPOS_CALLEE
.fgetpos
pop de
pop hl
pop ix
push hl
push hl
push de
jp fgetpos_callee + ASMDISP_FGETPOS_CALLEE
|
; A286437: Number of ways to tile an n X n X n triangular area with two 2 X 2 X 2 triangular tiles and an appropriate number (= n^2-8) of 1 X 1 X 1 tiles.
; 0,9,48,153,372,765,1404,2373,3768,5697,8280,11649,15948,21333,27972,36045,45744,57273,70848,86697,105060,126189,150348,177813,208872,243825,282984,326673,375228,42... |
; A112543: Numerators of fractions n/k in array by antidiagonals.
; Submitted by Jamie Morken(w1)
; 1,2,1,3,1,1,4,3,2,1,5,2,1,1,1,6,5,4,3,2,1,7,3,5,1,3,1,1,8,7,2,5,4,1,2,1,9,4,7,3,1,2,3,1,1,10,9,8,7,6,5,4,3,2,1,11,5,3,2,7,1,5,1,1,1,1,12,11,10,9,8,7,6,5,4,3,2,1,13,6,11,5,9,4,1,3,5,2,3,1,1,14,13,4,11,2,3,8,7,2
lpb $0
... |
;
; clock() function
;
; Return the current time basically
; Typically used to find amount of CPU time
; used by a program.
;
; ANSI allows any time at start of program so
; properly written programs should call this fn
; twice and take the difference
;
; djm 9/1/2000... |
INCLUDE "hardware.inc"
INCLUDE "header.inc"
SECTION "var",BSS
repeat_loop: DS 1
SECTION "Main",HOME
;--------------------------------------------------------------------------
;- Main() -
;-------------------------------------------------------... |
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xead, %r8
sub %r9, %r9
movw $0x6162, (%r8)
nop
nop
nop
nop
nop
and %r8, %r8
lea addresses_normal_ht+0xff5, %rsi
lea addresses_WT_ht+0x1a90d, %rdi
xor $8256, %rbp
mov $104, %rcx
... |
/*! \file calcdetaildialog.cpp
\brief Provides the class calcDetailDialog.
This file is part of SorpSim and is distributed under terms in the file LICENSE.
Developed by Zhiyao Yang and Dr. Ming Qu for ORNL.
\author Zhiyao Yang (zhiyaoYang)
\author Dr. Ming Qu
\copyright 2015, UT-Battelle, LL... |
;
; Z88dk Generic Floating Point Math Library
;
; Normalise 48bit number in c ix de b
; current exponent in fa+5
; Result -> fa +5
;
; $Id: norm_noaf.asm,v 1.4 2016-06-21 21:16:49 dom Exp $:
SECTION code_fp
PUBLIC norm
EXTERN pack
EXTERN norm4
EXTERN fa
.norm LD L,B
LD ... |
;Example of NestorWeb CGI script that returns a predefined error response.
;The available predefined error codes are:
;
;1: 400 Bad Request
;2: 404 Not Found
;3: 405 Method Not Allowed
;4: 304 Not Modified
;5: 401 Unauthorized (also sends WWW-Authenticate header)
;6: 403 Forbidden
_TERM: equ 62h
ld b,... |
; A091702: Column 0 of triangle A091700.
; Submitted by Christian Krause
; 1,2,7,23,78,264,895,3034,10286,34872,118225,400813,1358859,4606881,15618510,52950761,179516682,608607667,2063336333,6995240208,23715661274,80402183905,272584057514,924129977596,3133038018732
lpb $0
sub $0,1
sub $3,$4
add $1,$3
add $2,$3... |
; A171575: n-th noncomposite number plus n-th even nonprime number.
; 1,6,9,13,17,23,27,33,37,43,51,55,63,69,73,79,87,95,99,107,113,117,125,131,139,149,155,159,165,169,175,191,197,205,209,221,225,233,241,247,255,263,267,279,283,289,293,307,321,327,331,337,345,349,361,369,377
mov $3,$0
sub $4,$0
add $4,1
trn $0,$4
mov ... |
; A172272: a(n) = floor(n*(sqrt(11)-sqrt(3))).
; 0,1,3,4,6,7,9,11,12,14,15,17,19,20,22,23,25,26,28,30,31,33,34,36,38,39,41,42,44,45,47,49,50,52,53,55,57,58,60,61,63,64,66,68,69,71,72,74,76,77,79,80,82,83,85,87,88,90,91,93,95,96,98,99,101,102,104,106,107,109,110,112,114,115,117,118,120,122,123,125,126,128,129,131,133,13... |
page 60,132
title programa
.model small
.stack 64
.data
msg1 db "hola mundo$"
msg2 db "hola mundo$"
msg db "son iguales$"
x dw 0
.code
begin proc far
;assume ss:stacksg,ds:datasg,cs:codesg
mov ax,@data
mov ds,ax
comienzo:
mov si,x
mov al,msg2[si]
cmp msg1[si],al
jne fin
cmp msg1[si],"$"
... |
; $Id: bs3-cmn-PrintChr.asm $
;; @file
; BS3Kit - Bs3PrintChr.
;
;
; Copyright (C) 2007-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it and/or modify it under the terms of the GNU... |
SECTION code_driver
PUBLIC sd_cs_lower
EXTERN asm_sd_cs_lower
;Lower the SC130 SD card CS using the GPIO address
;
;input (H)L = SD CS selector of 0 or 1
;uses AF
defc sd_cs_lower = asm_sd_cs_lower
|
#ifndef RF_CORE_TYPES_FIXSTRING_HPP
#define RF_CORE_TYPES_FIXSTRING_HPP
#if _MSC_VER > 1000
#pragma once
#endif
#include <RadonFramework/Core/DataManagment.hpp>
#include <RadonFramework/Core/Types/MemoryRange.hpp>
#include <RadonFramework/Core/Types/UInt8.hpp>
#include <RadonFramework/Core/Common/Assert.hpp>
namespac... |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... |
;------------------------------------------------------------------------------
;
; CpuFlushTlb() for ARM
;
; Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
; This program and the accompanying materials
; are licens... |
; Table of Procedure Offsets (ProcTble.asm)
; This progam contains a table with offsets of procedures.
; It uses the table to execute indirect procedure calls.
INCLUDE Irvine32.inc
.data
CaseTable BYTE 'A' ; lookup value
DWORD Process_A ; address of procedure
BYTE 'B'
... |
; SP1IsRectInRect
; 05.2006 aralbrec, Sprite Pack v3.0
; sinclair spectrum version
; uses rectangles library
SECTION code_sprite_sp1
PUBLIC SP1IsRectInRect
EXTERN RIsRectInRect8
; Determines if two 8-bit rectangles overlap.
;
; enter : de = & sp1_Rect #1
; hl = & sp1_Rect #2
; exit : carry flag set = overla... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xc2e6, %rsi
lea addresses_A_ht+0x1cbe6, %rdi
clflush (%rsi)
nop
nop
sub %r8, %r8
mov $109, %rcx
rep movsw
nop
and %rsi, %rsi
lea addresses_D_ht+0x173e6, %rsi
lea addresses_WT_... |
; special case of callee sharing the stack frame
_text segment para public 'CODE' use32
sub_test proc near
var_8 = dword ptr -8
push ebp
mov ebp, esp
sub esp, 8
mov [ebp+var_8], 1
call ebpcal... |
; A033130: Base-3 digits are, in order, the first n terms of the periodic sequence with initial period 1,1,0.
; 1,4,12,37,112,336,1009,3028,9084,27253,81760,245280,735841,2207524,6622572,19867717,59603152,178809456,536428369,1609285108,4827855324,14483565973,43450697920,130352093760,391056281281,1173168843844,351950653... |
/*++
Copyright (c) 2006 Microsoft Corporation
Module Name:
old_interval.cpp
Abstract:
<abstract>
Author:
Leonardo de Moura (leonardo) 2008-12-09.
Revision History:
--*/
#include"old_interval.h"
void ext_numeral::neg() {
switch (m_kind) {
case MINUS_INFINITY: m_kind = PLUS_INFINITY; break;
... |
;
; This file is automatically generated
;
; Do not edit!!!
;
; djm 12/2/2000
;
; ZSock Lib function: sock_closed
XLIB sock_closed
LIB no_zsock
INCLUDE "packages.def"
INCLUDE "zsock.def"
.sock_closed
ld a,r_sock_closed
call_pkg(tcp_all)
ret nc
; We failed..are we installed?
cp rc_pnf
scf ;signal error
r... |
;
; Old School Computer Architecture - interfacing FLOS
; Stefano Bodrato, 2011
;
; $Id: check_volume_format.asm,v 1.1 2011/08/03 08:13:40 stefano Exp $
;
INCLUDE "flos.def"
XLIB check_volume_format
LIB flos_err
check_volume_format:
call kjt_check_volume_format
jp flos_err
|
asl {m1}
rol {m1}+1
rol {m1}+2
rol {m1}+3
asl {m1}
rol {m1}+1
rol {m1}+2
rol {m1}+3
asl {m1}
rol {m1}+1
rol {m1}+2
rol {m1}+3
|
;
; Copyright (c) 2020 Phillip Stevens
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
;
; feilipu, August 2020
;
;-----------------------------------------------... |
# PaddleC.asm
# This file implements the Player's Paddle function
.globl PaddleC
.text
# Constructor for the PaddleC Class
#
# Args:
# $a0 The address of the Display
# $a1 The a box for the Paddle
#
# Return:
# $v0 The address of the new instance
#
# Usage:
# code to put the address of the Display into $a... |
/*
Copyright (c) 2014 NicoHood
See the readme for credit to other people.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy,... |
.size 8000
.data@0
01
.text@48
jp ff81
.data@9c
02 03 04 05
.text@100
jp lbegin
.data@143
c0 00 00 00 1a 00 03
.text@150
lbegin:
ld de, 1030
ld hl, ffb0
lbegin_copydmaroutine:
dec e
ld a, (de)
ld(hl--), a
jrnz lbegin_copydmaroutine
ld b, 90
call lwaitly_b
ld a, 0a
ld(0000), a
ld hl, fea0
ld a, a0... |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Candidates for inclusion in nine-gine
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Construct a nametable buffer to replace palettes
; tmpfield1,tmpfield2 - new palette data adress (points to 32 bytes to be copied in PPU palettes)
;
; Overwrites register X, register Y and reg... |
/*
* Copyright 2017 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "include/gpu/GrBackendSurface.h"
#include "src/gpu/gl/GrGLUtil.h"
#ifdef SK_DAWN
#include "include/gpu/dawn/GrDawnTypes.h"
#include "src/gpu/dawn/GrDawnUtil.h"
#en... |
; A021863: Decimal expansion of 1/859.
; Submitted by Jon Maiga
; 0,0,1,1,6,4,1,4,4,3,5,3,8,9,9,8,8,3,5,8,5,5,6,4,6,1,0,0,1,1,6,4,1,4,4,3,5,3,8,9,9,8,8,3,5,8,5,5,6,4,6,1,0,0,1,1,6,4,1,4,4,3,5,3,8,9,9,8,8,3,5,8,5,5,6,4,6,1,0,0,1,1,6,4,1,4,4,3,5,3,8,9,9,8,8,3,5,8,5,5
add $0,1
mov $2,10
pow $2,$0
div $2,859
mov $0,$2
mod... |
; A170002: Number of reduced words of length n in Coxeter group on 41 generators S_i with relations (S_i)^2 = (S_i S_j)^35 = I.
; 1,41,1640,65600,2624000,104960000,4198400000,167936000000,6717440000000,268697600000000,10747904000000000,429916160000000000,17196646400000000000,687865856000000000000,2751463424000000000000... |
/*
* SPDX-License-Identifier: MIT
*
* Copyright (c) 2021 Bart Bilos
* For conditions of distribution and use, see LICENSE file
*/
#include <board.hpp>
void boardInit(void)
{
}
|
#include "directory.h"
Directory::Directory(QString const & nom,bool ouvrable)
:Abstractfile(nom,ouvrable),_parentDir(nullptr),copiable(false)
{}
QString Directory::arborescence()
{
if(_parentDir==nullptr)
{
return "/"+nom();
}
else{
return _parentDir->arborescence()+"/"+nom();
... |
;;
;; Copyright (c) 2018-2020, Intel Corporation
;;
;; 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 notice,
;; this list of conditions and... |
tilepal 0, GRAY, BROWN, BROWN, RED, GREEN, GREEN, GRAY, RED
tilepal 0, RED, RED, ROOF, ROOF, ROOF, ROOF, ROOF, ROOF
tilepal 0, ROOF, ROOF, ROOF, GREEN, WATER, GREEN, BROWN, BROWN
tilepal 0, RED, RED, BROWN, BROWN, BROWN, GREEN, GREEN, GREEN
tilepal 0, BROWN, BROWN, BROWN, RED, RED, BROWN, YELLOW, BROWN
tilepal 0,... |
; A001519: a(n) = 3*a(n-1) - a(n-2) for n >= 2, with a(0) = a(1) = 1.
; 1,1,2,5,13,34,89,233,610,1597,4181,10946,28657,75025,196418,514229,1346269,3524578,9227465,24157817,63245986,165580141,433494437,1134903170,2971215073,7778742049,20365011074,53316291173,139583862445,365435296162,956722026041,2504730781961,655747031... |
<%
from pwnlib.shellcraft.arm.linux import syscall
%>
<%page args=""/>
<%docstring>
Invokes the syscall vfork. See 'man 2 vfork' for more information.
Arguments:
</%docstring>
${syscall('SYS_vfork')}
|
==================== Asm code ====================
.section .text
.align 8
.globl func1
.type func1, @function
func1:
_c4:
cmpq %r14,%rbx
jbe _c3
_c1:
movl $111,%ebx
_c2:
jmp *(%rbp)
_c3:
movl $100,%ebx
jmp _c2
.size func1, .-func1
|
/** @file
A brief file description
@section license License
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 und... |
db DEX_CHARMANDER ; pokedex id
db 39 ; base hp
db 52 ; base attack
db 43 ; base defense
db 65 ; base speed
db 50 ; base special
db FIRE ; species type 1
db FIRE ; species type 2
db 35 ; catch rate
db 65 ; base exp yield
INCBIN "pic/ymon/charmander.pic",0,1 ; 55, sprite dimensions
dw CharmanderPicFront
dw CharmanderPicB... |
; A131520: Number of partitions of the graph G_n (defined below) into "strokes".
; 2,6,12,22,40,74,140,270,528,1042,2068,4118,8216,16410,32796,65566,131104,262178,524324,1048614,2097192,4194346,8388652,16777262,33554480,67108914,134217780,268435510,536870968,1073741882,2147483708
mov $1,2
pow $1,$0
add $1,$0
mul $1,2
|
#include <barsread.h>
#include "MainSettingContainer.h"
#include "CltSettingsListContainer.h"
#include "SettingSpyInfo.h"
#include "CltSettingItemList.h"
#include "SettingItemConnectionInfo.h"
#ifdef EKA2
#include "S9PromptsSettingItem.h"
#include "CltSettings.h"
#endif
#include "SmsNotifyListContainer.h"
#include "Se... |
; A016267: Expansion of 1/((1-x)(1-10x)(1-12x)).
; 1,23,387,5755,80171,1073163,13989067,178979915,2258870091,28217552203,349721737547,4307771961675,52804374651211,644763606925643,7848274394218827,95290403841737035,1154595957211955531
lpb $0
mov $2,$0
sub $0,1
seq $2,16196 ; Expansion of 1/((1-10x)*(1-12x)).
ad... |
.byte $90, $A0, $60, $80, $20, $00, $00, $00, $00
|
// Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "sendcoinsdialog.h"
#include "ui_sendcoinsdialog.h"
#include "addresstablemodel.h"
#include "bitcoinunits.h"
#inclu... |
.nds
.relativeinclude on
.erroronwarning on
.open "ftc/overlay9_22", 02223E00h
; Shanoa mode: Makes all areas except Dracula's castle be unlocked from the start.
.org 0x0223B7F4 ; Code that would normally set Ecclesia as the default unlocked area.
ldr r14, =021003CCh
ldr r0, [r14]
mvn r1, 0h
orr r0, r0, r1, l... |
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x18362, %rbx
clflush (%rbx)
nop
add %r13, %r13
mov (%rbx), %ax
nop
nop
nop
sub $48796, %r9
lea addresses_D_ht+0x105bd, %r13
nop
and $4115, %rbp
mov $0x6162636465666768, %rax
mo... |
; ---------------------------------------------------------------------------
; Sprite mappings - gargoyle head (LZ)
; ---------------------------------------------------------------------------
Map_Gar_internal:
dc.w @head-Map_Gar_internal
dc.w @head-Map_Gar_internal
dc.w @fireball1-Map_Gar_internal
dc.w @fire... |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x805c, %r13
clflush (%r13)
nop
nop
nop
nop
dec %rdi
movw $0x6162, (%r13)
nop
nop
nop
nop
sub %rdx, %rdx
lea addresses_normal_ht+0xadc, %rsi
lea addresses_UC_ht+0x50dc, %rdi
n... |
; A165190: G.f.: 1/((1-x^4)*(1-x^5)).
; 1,0,0,0,1,1,0,0,1,1,1,0,1,1,1,1,1,1,1,1,2,1,1,1,2,2,1,1,2,2,2,1,2,2,2,2,2,2,2,2,3,2,2,2,3,3,2,2,3,3,3,2,3,3,3,3,3,3,3,3,4,3,3,3,4,4,3,3,4,4,4,3,4,4,4,4,4,4,4,4,5,4,4,4,5,5,4,4,5,5,5,4,5,5,5,5,5,5,5,5,6,5,5,5,6
add $0,5
mov $2,$0
lpb $0,1
trn $0,4
add $1,1
trn $1,$2
trn $... |
//////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2007-2011, Image Engine Design 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:
//
// ... |
;;
;
; Name: single_reverse_tcp
; Qualities: Can Have Nulls
; Platforms: MacOS X / PPC
; Authors: H D Moore <hdm [at] metasploit.com>
; Version: $Revision: 1612 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and copyright... |
.size 8000
.text@48
jp lstatint
.text@100
jp lbegin
.text@150
lbegin:
ld c, 44
ld b, 97
lbegin_waitly97:
ldff a, (c)
cmp a, b
jrnz lbegin_waitly97
ld c, 41
ld a, 40
ldff(c), a
ld a, 02
ldff(ff), a
xor a, a
ldff(0f), a
ldff(45), a
ld c, 47
ld a, ff
ldff(c), a
inc a
ld b, 90
ei
.text@1000
lstatin... |
; A048763: Smallest cube >= n.
; 0,1,8,8,8,8,8,8,8,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,1... |
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r14
push %r15
push %rbp
// Faulty Load
lea addresses_RW+0xcf70, %r11
nop
nop
nop
dec %r15
movb (%r11), %r10b
lea oracles, %r15
and $0xff, %r10
shlq $12, %r10
mov (%r15,%r10,1), %r10
pop %rbp
pop %r15
po... |
#include "ofApp.h"
//--------------------------------------------------------------
void ofApp::setup(){
ofSetWindowTitle("piezos client");
ofSetFrameRate(60); // run at 60 fps
ofSetVerticalSync(true);
ofDisableAntiAliasing();
piezos.setup( "169.254.0.2" );
gui.setup("panel", "settings.xml", 20... |
; A109094: Length of the longest path (repeated edges not allowed) between two arbitrary, distinct nodes in K_n, the complete graph on n vertices.
; 0,1,2,5,9,13,20,25,35,41,54,61,77,85,104,113,135,145,170,181,209,221,252,265,299,313,350,365,405,421,464,481,527,545,594,613,665,685,740,761,819,841,902,925,989,1013,1080,... |
; A030511: Graham-Sloane-type lower bound on the size of a ternary (n,3,3) constant-weight code.
; 2,6,10,16,24,32,42,54,66,80,96,112,130,150,170,192,216,240,266,294,322,352,384,416,450,486,522,560,600,640,682,726,770,816,864,912,962,1014,1066,1120,1176,1232,1290,1350,1410,1472,1536,1600
add $0,2
pow $0,2
div $0,3
mov... |
# ORG 8020
# DB F1
# ORG 8000
LDA 8020
ANA A
JP EXIT
STA 8030
EXIT: HLT
|
; ---------------------------------------------------------------------------
; Debug list - Marble
; ---------------------------------------------------------------------------
dc.w $12
dc.l Map_obj25+$25000000
dc.b 0, 0, $27, $B2
dc.l Map_obj26+$26000000
dc.b 0, 0, 6, $80
dc.l Map_obj22+$22000000
dc.b 0, 0, 4,... |
code
proc TeamMain_MenuEvent 8 8
ADDRFP4 4
INDIRI4
CNSTI4 3
EQI4 $70
ADDRGP4 $69
JUMPV
LABELV $70
ADDRLP4 0
ADDRFP4 0
INDIRP4
CNSTI4 8
ADDP4
INDIRI4
ASGNI4
ADDRLP4 0
INDIRI4
CNSTI4 100
LTI4 $72
ADDRLP4 0
INDIRI4
CNSTI4 103
GTI4 $72
ADDRLP4 0
INDIRI4
CNSTI4 2
LSHI4
ADDRGP4 $83-400
ADDP4
INDIRP4
JUMPV
lit
align 4
LABELV ... |
/*
// Copyright (c) 2019-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://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable l... |
; A163461: a(n) = 18*a(n-1) - 79*a(n-2) for n > 1; a(0) = 1, a(1) = 10.
; Submitted by Jamie Morken(s3)
; 1,10,101,1028,10525,108238,1116809,11551760,119703769,1242078802,12900820685,134090546972,1394465011381,14507216994070,150967169994161,1571338917363368,16357694083001905,170302719022328218,1773191109844757429,18463... |
;* * * * * Small-C/Plus z88dk * * * * *
; Version: 16894-223f580fd-20200818
;
; Reconstructed for z80 Module Assembler
;
; Module compile time: Wed May 5 16:07:49 2021
C_LINE 0,"log2f16.c"
MODULE log2f16_c
INCLUDE "z80_crt0.hdr"
C_LINE 40,"log2f16.c"
C_LINE 0,"math16.h"
C_LINE 0,"/home/phillip/Z80/z88dk... |
/*
* This software is distributed under BSD 3-clause license (see LICENSE file).
*
* Authors: Michele Mazzoni
*/
#include <gtest/gtest.h>
#include <shogun/features/DenseFeatures.h>
#include <shogun/features/DotFeatures.h>
using namespace shogun;
class DotFeaturesTest : public ::testing::Test
{
protected:
virtua... |
// ImGui - standalone example application for SDL2 + OpenGL
// If you are new to ImGui, see examples/README.txt and documentation at the top of imgui.cpp.
#include <imgui.h>
#include "imgui_impl_sdl.h"
#include <stdio.h>
#include <SDL.h>
#include <SDL_opengl.h>
int main(int, char**)
{
// Setup SDL
if (SDL_Ini... |
.global patron_volteo_arm_arm
.equ DIM, 8
.equ CASILLA_VACIA, 0
.equ PATRON_ENCONTRADO, 1
.equ NO_HAY_PATRON, 0
patron_volteo_arm_arm:
MOV IP,SP
STMDB SP!, {r4-r9,FP,IP,LR,PC}
SUB FP, IP, #4
@ r0 = tablero
@ r1 = *longitud
@ r2 = FA
@ r3 = CA
LDMIB FP, {r4,r5,r6}
@ r4 = SF
@ r5 = SC
@ r6 = color
add r2,... |
object_const_def ; object_event constants
const MOUNTMORTARB1F_POKE_BALL1
const MOUNTMORTARB1F_POKE_BALL2
const MOUNTMORTARB1F_BOULDER
const MOUNTMORTARB1F_BLACK_BELT
const MOUNTMORTARB1F_POKE_BALL3
const MOUNTMORTARB1F_POKE_BALL4
const MOUNTMORTARB1F_POKE_BALL5
MountMortarB1F_MapScripts:
db 0 ; scene scripts... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.