text stringlengths 1 1.05M |
|---|
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xdeec, %rsi
lea addresses_WT_ht+0x1456c, %rdi
nop
nop
nop
nop
nop
add $13595, %r10
mov $34, %rcx
rep movsw
sub $22731, %r9
lea addresses_UC_ht+0x2a2c, %r8
clflush (%r8)
nop
nop
nop
nop
n... |
; A001246: Squares of Catalan numbers.
; 1,1,4,25,196,1764,17424,184041,2044900,23639044,282105616,3455793796,43268992144,551900410000,7152629313600,93990019574025,1250164827828900,16807771574144100,228138727737690000,3123219182728976100,43087676888260976400,598598221893939680400,8369059450146650049600,1176898985176872... |
; Substitute for the z80 sbc hl,hl instruction
; CPU Min T Max T
; 8080 38 47
; 8085 40 50
; gbz80 32 48
; r2ka 4 4
; z180 10 10
; z80 15 15
; z80n 15 15
SECTION code_l_sccz80
PUBLIC __z80asm__sbc_hl_hl
__z80asm__sbc_hl_hl:
ld hl, 0
ret nc
... |
comment ;)
W32.JunkHTMaiL by roy g biv (thanks to RT Fishel for previous contribution)
some of its features:
- parasitic resident (own process) infector of PE exe (but not looking at suffix)
- infects files in all directories on all fixed and network drives and network shares
- directory traversal is linked-li... |
;code by unic0rn/Asm Force
org 100h
segment .code
mov al,13h
int 10h
xor ax,ax
mov dx,03C8h
out dx,al
inc dx
xor bx,bx
pal: mov al,bl
shr al,2
mov cl,bl
and cl,0Fh
cmp cl,0Fh
jne skip
out dx,al
out dx,al
jmp cont
skip... |
;;
;; Copyright (c) 2012-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... |
; A054622: Number of ways to color vertices of an octagon using <= n colors, allowing only rotations.
; 0,1,36,834,8230,48915,210126,720916,2097684,5381685,12501280,26796726,53750346,101969959,184478490,320367720,536879176,871980201,1377508284,2122961770,3200020110,4727881851,6859513606,9788908284,13759455900,190735353... |
; A268446: Number of North-East lattice paths from (0,0) to (n,n) that cross the diagonal y = x horizontally exactly three times.
; Submitted by Jon Maiga
; 1,14,119,798,4655,24794,123970,592020,2731365,12271350,53993940,233646504,997490844,4211628008,17620076360,73153696336,301758997386,1237956266316,5054988087457,205... |
; void tshr_cls_pix(uchar pix)
SECTION code_clib
SECTION code_arch
PUBLIC _tshr_cls_pix_fastcall
EXTERN asm_tshr_cls_pix
defc _tshr_cls_pix_fastcall = asm_tshr_cls_pix
|
SECTION "fixed", ROM0[420]
PRINTLN "{@}"
ds 69
PRINTLN "{@}"
; FIXME: expected to land at $0000
SECTION "floating", ROM0
db @
ds 42
db @
|
mul_tbl:
.db $00,$00,$00,$00,$00,$00,$00,$00
.db $00,$00,$00,$00,$01,$01,$01,$01
.db $01,$01,$01,$01,$02,$02,$02,$02
.db $02,$02,$03,$03,$03,$03,$04,$04
.db $04,$04,$05,$05,$05,$05,$06,$06
.db $06,$07,$07,$07,$08,$08,$08,$09
.db $09,$09,$0a,$0a,$0b,$0b,$0b,$0c
.db $0c,$0d,$0d,$0e,$0e,$0f... |
;--------------------------------------------------------------------------------
Validate_SRAM:
REP #$30 ; vanilla behavior from $0CCD45, includes prize pack reset after save and quit
LDX #$00FE : -
STZ $0D00, X
STZ $0E00, X
STZ $0F00, X
DEX #2
BPL -
SEP #$30
RTL
;------------------------------------... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xd3a3, %rsi
lea addresses_D_ht+0x1c683, %rdi
nop
nop
nop
nop
and %r12, %r12
mov $42, %rcx
rep movsl
nop
nop
nop
nop
nop
sub %rdx, %rdx
lea addresses_D_ht+0x1baa3, %rsi
lea add... |
////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
// Produced at the Lawrence Livermore National Laboratory.
// Written by the LBANN Research Team (B. Van Essen, et al.) listed in
// the CONTRIBUTORS file. <lbann-dev@l... |
/* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.0,
as published by the Free Software Foundation.
This program is also distributed with certai... |
; L0500.asm
; Generated 08.24.2000 by mlevel
; Modified 08.24.2000 by Abe Pralle
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;---------------------------------------------------------------------
SECTION "Level0500Section",ROMX
;---------------------------------------------------------------------
L0500_C... |
; A156192: Denominator of Euler(n, 1/7).
; Submitted by Christian Krause
; 1,14,49,1372,2401,33614,117649,6588344,5764801,80707214,282475249,7909306972,13841287201,193778020814,678223072849,75960984159088,33232930569601,465261027974414,1628413597910449,45595580741492572
mov $1,$0
add $0,1
gcd $0,32
mov $2,7
pow $2,$1
... |
db DEX_GRAVELER ; pokedex id
db 55 ; base hp
db 95 ; base attack
db 115 ; base defense
db 35 ; base speed
db 45 ; base special
db ROCK ; species type 1
db GROUND ; species type 2
db 120 ; catch rate
db 134 ; base exp yield
INCBIN "pic/bmon/graveler.pic",0,1 ; 66, sprite dimensions
dw GravelerPicFront
dw GravelerPicBack... |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xcf14, %rsi
lea addresses_UC_ht+0xbe70, %rdi
nop
nop
nop
nop
nop
add %r12, %r12
mov $99, %rcx
rep movsq
nop
nop
nop
nop
nop
and $32179, %r14
lea addresses_normal_ht+0x1d694, %rbp
nop
cm... |
;*****************************************************************************
;* SSE2-optimized HEVC deblocking code
;*****************************************************************************
;* Copyright (C) 2013 VTT
;*
;* Authors: Seppo Tomperi <seppo.tomperi@vtt.fi>
;*
;* This file is part of FFmpeg.
;*
;* FFmp... |
/* -------------------------------------------------------------------------- *
* OpenSim: testForces.cpp *
* -------------------------------------------------------------------------- *
* The OpenSim API is a toolkit for musculoskeletal modeling and simulation. *
... |
/*
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
... |
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xb107, %rcx
add $48376, %r9
and $0xffffffffffffffc0, %rcx
movntdqa (%rcx), %xmm0
vpextrq $0, %xmm0, %rdi
nop
nop
nop
nop
nop
add %rsi, %rsi
lea addresses_UC_ht+0x11cff, %r... |
// Copyright (c) 2018 The Zcash developers
// Copyright (c) 2020 The PIVX developers
// Copyright (c) 2020 The EncoCoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "consensus/upgrades.h"
/**
* General i... |
; A059144: A hierarchical sequence (W3{2,2}*cc - see A059126).
; 15,24,15,33,15,24,15,42,15,24,15,33,15,24,15,51,15,24,15,33,15,24,15,42,15,24,15,33,15,24,15,60,15,24,15,33,15,24,15,42,15,24,15,33,15,24,15,51,15,24,15,33,15,24,15,42,15,24,15,33,15,24,15,69,15,24,15,33,15
add $0,1
gcd $0,1073741824
log $0,2
mov $1,$0
m... |
[bits 32]
str [esp]
[bits 16]
str [bp]
|
; void in_mouse_amx_reset(void)
SECTION code_clib
SECTION code_input
PUBLIC in_mouse_amx_reset
EXTERN asm_in_mouse_amx_reset
defc in_mouse_amx_reset = asm_in_mouse_amx_reset
|
; A121907: Expansion of g.f.: (1 + x + x^2)/(1 - 2*x - 2*x^2).
; 1,3,9,24,66,180,492,1344,3672,10032,27408,74880,204576,558912,1526976,4171776,11397504,31138560,85072128,232421376,634987008,1734816768,4739607552,12948848640,35376912384,96651522048,264056868864,721416781824,1970947301376,5384728166400,14711350935552,401... |
*= $0801
.byte $4c,$16,$08,$00,$97,$32
.byte $2c,$30,$3a,$9e,$32,$30
.byte $37,$30,$00,$00,$00,$a9
.byte $01,$85,$02
jsr print
.byte 13
.text "(up)staax"
.byte 0
lda #%00011011
sta db
lda #%11000110
s... |
# %% RETRO-B5500 EMULATOR CHARACTER MODE TESTS
# % 2013-01-26 P.KIMPEL
# % ORIGINAL VERSION
# BEGIN
#PRT(201) = *SEGMENT DESCRIPTOR*
.ORG 0201
.WORD 0
# INTEGER I;
#PRT(202) = I
.ORG 0202
.WORD 0
# REAL R;
#PRT(203) = R
.ORG 0203
.WORD 0
# ARRAY S[16]:=
# "01234567","89ABCDEF","GHIJKLMN","OPQRSTUV","WXYZ +-/... |
; A266297: Numbers whose last digit is a square.
; 0,1,4,9,10,11,14,19,20,21,24,29,30,31,34,39,40,41,44,49,50,51,54,59,60,61,64,69,70,71,74,79,80,81,84,89,90,91,94,99,100,101,104,109,110,111,114,119,120,121,124,129,130,131,134,139,140,141,144,149,150,151,154,159,160,161,164,169,170,171,174,179,180,181,184,189,190,191,1... |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xc609, %r15
nop
cmp %r12, %r12
movw $0x6162, (%r15)
nop
nop
dec %rdi
lea addresses_WT_ht+0x10f65, %r12
xor $61826, %rdi
mov $0x6162636465666768, %r14
movq %r14, (%r12)
nop
add... |
; A181709: Indices of primes in A007310.
; 2,3,4,5,6,7,8,10,11,13,14,15,16,18,20,21,23,24,25,27,28,30,33,34,35,36,37,38,43,44,46,47,50,51,53,55,56,58,60,61,64,65,66,67,71,75,76,77,78,80,81,84,86,88,90,91,93,94,95,98,103,104,105,106,111,113,116,117,118,120,123,125,127,128,130,133,134,137,140,141,144,145,147,148,150,153,... |
; A188188: Positions of 0 in A188187; complement of A004958.
; 1,2,3,4,6,7,8,10,11,12,14,15,16,18,19,20,21,23,24,25,27,28,29,31,32,33,35,36,37,38,40,41,42,44,45,46,48,49,50,52,53,54,55,57,58,59,61,62,63,65,66,67,69,70,71,72,74,75,76,78,79,80,82,83,84,86,87,88,90,91,92,93,95,96,97,99,100,101,103,104,105,107,108,109
mov... |
; A077616: Binomial transform of n^2*2^n/2.
; 1,10,63,324,1485,6318,25515,99144,373977,1377810,4979799,17714700,62178597,215765046,741360195,2525407632,8537599665,28669116186,95692860783,317684800980,1049522104701,3451916556990,11307641812443
mov $1,1
add $1,$0
mov $2,$0
lpb $2,1
mul $0,2
add $0,1
mov $3,$1
lp... |
<%
from pwnlib.shellcraft.i386.linux import syscall
%>
<%page args="resource, rlimits"/>
<%docstring>
Invokes the syscall setrlimit. See 'man 2 setrlimit' for more information.
Arguments:
resource(rlimit_resource_t): resource
rlimits(rlimit): rlimits
</%docstring>
${syscall('SYS_setrlimit', resource,... |
MODULE generic_console_cls
SECTION code_driver
PUBLIC generic_console_cls
EXTERN __zx_screenmode
EXTERN __zx_console_attr
EXTERN __sam_MODE3_attr
EXTERN __sam_MODE4_attr
EXTERN __sam_graphics_pagein
EXTERN __sam_graphics_pageout
EXTERN l_dcal
EXTERN SCREEN_BASE
... |
;/*!
; @file
;
; @ingroup fapi
;
; @brief DosSetCtryCode DOS wrapper
;
; (c) osFree Project 2018, <http://www.osFree.org>
; for licence see licence.txt in root directory, or project website
;
; This is Family API implementation for DOS, used with BIND tools
; to link required API
;
; @author Yuri Prokus... |
// Created on: 1991-05-14
// Created by: Laurent PAINNOT
// Copyright (c) 1991-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GN... |
; A001593: a(n) = 5^n + n^5.
; 1,6,57,368,1649,6250,23401,94932,423393,2012174,9865625,48989176,244389457,1221074418,6104053449,30518337500,152588939201,762940872982,3814699155193,19073488804224,95367434840625,476837162287226,2384185796169257,11920928961514468
mov $3,$0
lpb $0,1
sub $0,1
add $2,2
mov $1,$2
add... |
@0
D=M
@1
D=D&M
@2
M=D
(END)
@END
0;JMP
|
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; put 2 into ecx for future load into xmm0
mov ecx, 2
cvtsi2ss xmm0, ecx
;TEST_BEGIN_RECORDING
cvttss2si ecx, xmm0
;TEST_END_RECORDING
xor ecx, ecx
cvtsi2sd xmm0, ecx
|
DSEG SEGMENT;数据段
TIP DB 'Please input the number of ring times:$'
DSEG ENDS
CSEG SEGMENT;代码段
ASSUME CS:CSEG,DS:DSEG
START: MOV AX,DSEG
MOV DS,AX
LEA DX,TIP;提示信息
MOV AH,9H
INT 21H
XOR AX,AX;获取输入
MOV AH,01H
INT 21H
SUB AL,30H
XOR CX,CX
MOV CL,AL
MLOOP: MOV DL,07H;循环响铃
MO... |
lc r4, 0x00000001
lc r5, 0x00000002
eq r6, r4, r5
halt
#@expected values
#r4 = 0x00000001
#r5 = 0x00000002
#r6 = 0x00000000
#pc = -2147483632
#e0 = 0
#e1 = 0
#e2 = 0
#e3 = 0
|
/**
* \file logic/simulation.cpp
*
* \brief Constructor for simulation.
*
* \copyright Copyright 2020 Justin Handville. All rights reserved.
*/
#include <homesim/simulation.h>
using namespace homesim;
using namespace std;
/**
* \brief Default constructor for simulation.
*/
homesim::simulation::simulation()
{
... |
; ===============================================================
; 2017
; ===============================================================
;
; void tshc_scroll_up_attr(uchar prows, uchar attr)
;
; Scroll attr upward by number of pixels.
;
; ===============================================================
INCLUDE "conf... |
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rbx
push %rdi
lea addresses_WC_ht+0xfa91, %r15
nop
sub %r13, %r13
movb (%r15), %bl
nop
nop
nop
nop
nop
cmp %rbx, %rbx
pop %rdi
pop %rbx
pop %r15
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r14
push %r15
push %r9
... |
/*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... |
// 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... |
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include "config/iancoin-config.h"
#endif
#include <cstddef>
#if defined(HAVE_SYS_SELECT_H)
#inc... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x11528, %rsi
lea addresses_WT_ht+0x71bc, %rdi
xor $847, %rbp
mov $90, %rcx
rep movsw
nop
nop
nop
nop
sub $19649, %rbp
lea addresses_D_ht+0x13528, %r12
nop
nop
nop
nop
nop
cmp ... |
; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.40629.0
TITLE C:\Users\cex123\Desktop\FYP\develop\spartan\Source\Kernel\Device\Drivers\Vesa.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB OLDNAMES
PUBLIC _Vesa
PUBLIC _ivesa
_Vesa DD FLAT:_ivesa
_ivesa DD FLAT:_IVesa_... |
///////////////////////////////////////////////////////////////////////////////
// error_of.hpp
//
// Copyright 2005 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_ACCUMULATOR... |
; A052777: E.g.f.: x^2*(exp(x)-1)^3.
; Submitted by Jon Maiga
; 0,0,0,0,0,120,1080,6300,30240,130032,521640,1996500,7389360,26676936,94486392,329647500,1136116800,3876164832,13112135496,44031456900,146920942800,487489214520,1609441068312,5289755245500,17315399138400,56470807803600,183546483143400,594725938197300,192149... |
; unsigned char esx_dos_catalog_next(struct esx_cat *cat)
SECTION code_esxdos
PUBLIC _esx_dos_catalog_next
EXTERN _esx_dos_catalog_next_fastcall
_esx_dos_catalog_next:
pop af
pop hl
push hl
push af
jp _esx_dos_catalog_next_fastcall
|
/*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) |
+---------... |
#include "stdafx.h"
#pragma hdrstop
#include "../engine.vc2008/xrEngine/render.h"
#include "../engine.vc2008/xrEngine/device.h"
#include "HW.h"
#include "SH_Texture.h"
#include "ResourceManager.h"
#include "../xrECore/Editor/render.h"
// #ifndef _EDITOR
// #include "../../xrEngine/render.h"
// #endif
//
#include "tntQ... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1d61c, %rsi
inc %rdi
vmovups (%rsi), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $0, %xmm0, %rcx
nop
nop
and %r13, %r13
lea addresses_normal_ht+0x1b79c, %rdx
cmp $13059, %r10
movw $0x6... |
_cat: file format elf64-x86-64
Disassembly of section .text:
0000000000001000 <cat>:
char buf[512];
void
cat(int fd)
{
1000: f3 0f 1e fa endbr64
1004: 55 push %rbp
1005: 48 89 e5 mov %rsp,%rbp
1008: 48 83 ec 20 sub $0x20,%rsp
100... |
HomeTextMenu:
;HL -> Menu Structure
;Displays menu and waits for option to be chosen
;Jumps to appropriate address
push hl
B_CALL ClrLCDFull
B_CALL HomeUp
pop hl
ld b,(hl)
inc ... |
//=================================================================================================
/*!
// \file src/mathtest/dvecdvecmin/V5bVDa.cpp
// \brief Source file for the V2bVDa dense vector/dense vector minimum math test
//
// Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved
//
// This file is... |
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <mitama/dimensional/systems/si/derived_units/fuel_efficiency.hpp>
#include <mitama/dimensional/systems/si/quantity.hpp>
#include "../format_io_common.hpp"
TEST_CASE("fuel_efficiency format test", "[quantity][abbreviation]") {
REQUIRE(fmt(1 | systems::si:... |
#include "../../stdafx.h"
#include "debug.h"
static bool initSysPerf = true;
namespace Debug
{
std::map<std::string, double> systemsPerfInfo;
void Update(float dt)
{
#ifndef TRACY_ENABLE
PERF_BENCHMARK_START;
//function performance window
//if (initSysPerf)
//{
// ImVec2 Pos(1650.0f,... |
//*****************************************************************************
// 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... |
; A310521: Coordination sequence Gal.5.133.1 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,4,10,16,22,26,32,38,44,48,52,58,64,70,74,80,86,92,96,100,106,112,118,122,128,134,140,144,148,154,160,166,170,176,182,188,192,196,202,208,2... |
; A089109: Convoluted convolved Fibonacci numbers G_5^(r).
; 5,9,17,25,38,51,70,89,115,141,175,209,252,295,348,401,465,529,605,681,770,859,962,1065,1183,1301,1435,1569,1720,1871,2040,2209,2397,2585,2793,3001,3230,3459,3710,3961,4235,4509,4807,5105,5428,5751,6100,6449
mov $3,$0
add $0,2
mov $2,$0
mov $4,2
lpb $2
sub ... |
; A213508: The sequence Z(n) arising in the enumeration of balanced binary trees.
; 1,3,4,7,9,10,11,15,18,20,22,23,24,25,26,31,35,38,41,43,45,47,49,50,51,52,53,54,55,56,57,63,68,72,76,79,82,85,88,90,92,94,96,98,100,102,104,105,106,107
mov $16,$0
mov $18,$0
add $18,1
lpb $18,1
mov $0,$16
sub $18,1
sub $0,$18
ad... |
#include <iostream>
using namespace std;
int main() {
int space;
int star;
for (int i=0;i<12;i++)
{
if (i<5)
{
space=i+4;
star=i+1;
}
else if (i==5||i==6)
{
space=i-4;
star=14;
}
else
{
... |
_init: file format elf32-i386
Disassembly of section .text:
00001000 <main>:
char *argv[] = { "sh", 0 };
int
main(void)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 e4 f0 and $0xfffffff0,%esp
1006: 83 ec 20 sub ... |
; float _fmax_callee (float left, float right)
SECTION code_clib
SECTION code_fp_am9511
PUBLIC cam32_sccz80_fmax_callee
EXTERN asm_am9511_compare_sccz80
; maximum of two sccz80 floats
;
; enter : stack = sccz80_float left, sccz80_float right, ret
;
; exit : DEHL = sccz80_float
;
; us... |
;; 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.inc
;;;;;;;;;;;;;;;;;;;;;;; CallingConventionConverter Thunks Helpers ;;;;;;;;;;;;;;;;;;;;;;;;;;... |
;------------------------------------------------------------------------------
;
; 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... |
; common routines for working with things involving settings
settings_load:
ld hl,settings_appvar
call util_find_var ; lookup the settings appvar
jr c,settings_create_default ; create it if it doesn't exist
call ti.ChkInRam
push af
call z,ti.Arc_Unarc ; archive it
pop af
jq z,settings_load ; find it agai... |
;*****************************************************************************
;* dct-a.asm: x86 transform and zigzag
;*****************************************************************************
;* Copyright (C) 2003-2017 x264 project
;*
;* Authors: Holger Lubitz <holger@lubitz.org>
;* Loren Merritt <lorenm@... |
###############################################################################
# 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... |
dc.w word_3BA8E-Map_FBZDEZPlayerLauncher
dc.w word_3BA9C-Map_FBZDEZPlayerLauncher
word_3BA8E: dc.w 2 ; DATA XREF: ROM:0003BA8Ao
dc.b $F0, 0, 0, 0, $FF, $F8
dc.b $F8, $C, 0, 1, $FF, $F0
word_3BA9C: dc.w 2 ; DATA XREF: ROM:0003BA8Ao
dc.b $F0, 4, 0, 0, $FF, $F0
dc.b $F8, $C, 0, ... |
#include "dcn_v2.h"
#include "dcn_v2_im2col_cpu.h"
#include "utils.h"
#include "core/device_context.h"
#include "utils/ctxmgr_lite.h"
using scalar_t = float;
namespace ts {
static void createBatchGemmBuffer(const float **input_b, float **output_b,
const float **columns_b, const f... |
include C:\Masm614\include\console.inc
.data
X db 100 dup (0)
m dw 254
a db 0
b db 0
n db 0
.code
Outmass proc
push ecx
mov ecx,0
mov cl,n
outstrln ' '
outstrln '-----MASSIV---- '
printmass:
dec ecx
outword ecx,,'X'
outwordln X[ecx... |
.open "main.dol"
; The subtype of TBox (chests) is determined by the item id
; change it, so that it uses 00 00 00 30 of params1 instead
.org 0x80269530 ; in AcOTBox::init
lwz r0, 0x4(r28) ; load params1
rlwinm r0,r0,28,30,31 ; r0 = (r0 >> 4) & 3
stb r0, 0x1209(r28) ; store subtype
b 0x80269554
.org 0x80115A04 ; in so... |
; A034720: Number of different words that can be formed from an n X n grid of letters, reading horizontally, vertically or diagonally.
; 1,16,65,168,345,616,1001,1520,2193,3040,4081,5336,6825,8568,10585,12896,15521,18480,21793,25480,29561,34056,38985,44368,50225,56576,63441,70840,78793,87320,96441,106176,116545,127568,... |
; this file contains sprite printing routines for partial sprites that cross the
; left and right edges of the screen
; these wont be commented as they are a straight forward revision of the main sprite
; printing code.
; Only thing to note is that screen addresses are always calculated
; for a 6x21 byte block that i... |
/**
* @file hdfs-unit-filesystem.cc
*
* @section LICENSE
*
* The MIT License
*
* @copyright Copyright (c) 2017-2020 TileDB, Inc.
*
* 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... |
#include "render_texture.h"
namespace Engine {
Render_Texture::Render_Texture( Render_Texture_Info& texture_info )
{
//gen texture here
__internal_format = texture_info.internal_format();
__format = texture_info.format();
__type = texture_info.type();
__texture_handle = create_texture(texture... |
; A291040: The arithmetic function u(n,3,2).
; 5,5,3,4,5,3,5,4,3,5,5,3,5,5,3,4,5,3,5,4,3,5,5,3,5,5,3,4,5,3,5,4,3,5,5,3,5,5,3,4,5,3,5,4,3,5,5,3,5,5,3,4,5,3,5,4,3,5,5,3,5,5,3,4,5,3,5,4,3,5
seq $0,291367 ; The arithmetic function u(n,3,5).
mov $2,$0
sub $2,1
add $1,$2
min $1,4
add $1,1
mov $0,$1
|
; A045458: Primes congruent to 5 mod 7.
; 5,19,47,61,89,103,131,173,229,257,271,313,383,397,439,467,509,523,593,607,677,691,719,733,761,859,887,929,971,1013,1069,1097,1153,1181,1223,1237,1279,1307,1321,1433,1447,1489,1531,1559,1601,1657,1699,1741,1783,1811,1867,1951,1979,1993,2063,2161,2203,2273,2287,2357,2371,2399,244... |
; A280818: a(0)=1; for n > 0, if 4n+1 is prime, then a(n)=4n+1, otherwise a(n)=(4n+1)/LPF(4n+1).
; 1,5,3,13,17,7,5,29,11,37,41,15,7,53,19,61,13,23,73,11,27,17,89,31,97,101,35,109,113,39,11,25,43,19,137,47,29,149,51,157,23,55,13,173,59,181,37,63,193,197,67,41,19,71,31,17,75,229,233,79,241,49,83,23,257
mul $0,4
seq $0,1... |
// sgmm/am-sgmm-test.cc
// Copyright 2012 Arnab Ghoshal
// Copyright 2009-2011 Saarland University
// See ../../COPYING for clarification regarding multiple authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may o... |
; L0402.asm
; Generated 09.06.2000 by mlevel
; Modified 09.06.2000 by Abe Pralle
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;---------------------------------------------------------------------
SECTION "Level0402Section",ROMX
;---------------------------------------------------------------------
L0402_C... |
RockTunnelPokecenter_h:
db POKECENTER ; tileset
db ROCK_TUNNEL_POKECENTER_HEIGHT, ROCK_TUNNEL_POKECENTER_WIDTH ; dimensions (y, x)
dw RockTunnelPokecenter_Blocks ; blocks
dw RockTunnelPokecenter_TextPointers ; texts
dw RockTunnelPokecenter_Script ; scripts
db 0 ; connections
dw RockTunnelPokecenter_Object ; obje... |
; Lucas de Souza Moraes - 538464
; Luana Duarte Santana Farias - 576485
LIST P=PIC16F628A
#INCLUDE <P16F628A.INC> ;P16F628A
__CONFIG _INTRC_OSC_NOCLKOUT & _WDT_OFF & _PWRTE_ON & _BODEN_OFF & _LVP_OFF & _CP_OFF & _MCLRE_OFF & _DATA_CP_OFF
;ou __CONFIG H'3F10'
#DEFINE BANK0 BCF STATUS,RP0 ;SET BANK 0... |
// 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 agreed to in writing, software
// distributed ... |
/*
Fraction.hpp
============
Class Fraction implementation.
*/
#pragma once
namespace Fraction_
{
////////////////////////////////////////////////////////////////////////////////
// Class __GreatestCommonDivisor
////////////////////////////////////////////////////////////////////////////////
templat... |
; Don't even think of reading this code
; It was automatically generated by crypt586.pl
; Which is a perl program used to generate the x86 assember for
; any of ELF, a.out, COFF, Win32, ...
; eric <eay@cryptsoft.com>
;
%ifdef __omf__
section code use32 class=code
%else
section .text
%endif
extern _DES... |
;
; ZX IF1 & Microdrive functions
;
; int if1_find_sector_map (char *mdvmap);
;
; Find the first free sector in the specified drive map
;
;
; $Id: if1_find_sector_map.asm,v 1.3 2016/07/01 22:08:20 dom Exp $
;
SECTION code_clib
PUBLIC if1_find_sector_map
PUBLIC _if1_find_sector_map
if1_find_sector_map:
_if1_... |
; A199028: (9*11^n-1)/2.
; 4,49,544,5989,65884,724729,7972024,87692269,964614964,10610764609,116718410704,1283902517749,14122927695244,155352204647689,1708874251124584,18797616762370429,206773784386074724,2274511628246821969,25019627910715041664,275215907017865458309,3027374977196520041404,33301124749161720455449,36631... |
#include "Game.h"
int main()
{
//Init srand
std::srand(static_cast<unsigned>(time(NULL)));
//init game engine
Game game;
//Game loop
while (game.running())
{
//Update
game.update();
//Draw your game
//Render
game.render(); //tell app that window is done drawing
}
//End of aplication
re... |
/*************************************************************************/
/* os_nacl.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... |
default rel
%define XMMWORD
%define YMMWORD
%define ZMMWORD
section .text code align=64
EXTERN OPENSSL_ia32cap_P
ALIGN 64
$L$zero:
DD 0,0,0,0
$L$one:
DD 1,0,0,0
$L$inc:
DD 0,1,2,3
$L$four:
DD 4,4,4,4
$L$incy:
DD 0,2,4,6,1,3,5,7
$L$eight:
DD 8,8,8,8,8,8,8,8
$L$rot16:
DB 0x2,0x3,0x0,0x1,0x6,0x7,0x4,0x5,0xa,0xb,0... |
// Copyright (c) 2005 - 2012 Marc de Kamps
// 2012 David-Matthias Sichau
// 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 copyr... |
page 0
cpu mcf51qm
org $12346
move.l (beans,a1),d0
move.l beans(a1),d0
move.l (beans,a1,d1.l*2),d0
move.l beans(a1,d1.l*2),d0
beans equ -10
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.