text stringlengths 1 1.05M |
|---|
PAGE 90,132 ;AN000
TITLE TREESYSP.SAL - INCLUDES THE COMMON SYSTEM PARSER ;AN000;
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;****************** START OF SPECIFICATIONS *******************... |
; MASM assembly versions of some structures
;
; Copyright 2022 MobSlicer152
;
; 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
;
; U... |
add x2, x0, x1
sll x1, x2, x2
or x2, x2, x1
andi x2, x1, 16
addi x3, x2, -243
|
; A100176: Structured octagonal prism numbers.
; 1,16,63,160,325,576,931,1408,2025,2800,3751,4896,6253,7840,9675,11776,14161,16848,19855,23200,26901,30976,35443,40320,45625,51376,57591,64288,71485,79200,87451,96256,105633,115600,126175,137376,149221,161728,174915,188800,203401,218736,234823,251680,269325,287776,307051,... |
; ********************************************************************************************
; ********************************************************************************************
;
; Name : log.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : Fred Bowen
;
; *****... |
;/*
; * Copyright (c) 2017, 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 copyright
; *... |
; A132729: Triangle T(n, k) = 2*binomial(n, k) - 3 with T(n, 0) = T(n, n) = 1, read by rows.
; 1,1,1,1,1,1,1,3,3,1,1,5,9,5,1,1,7,17,17,7,1,1,9,27,37,27,9,1,1,11,39,67,67,39,11,1,1,13,53,109,137,109,53,13,1,1,15,69,165,249,249,165,69,15,1,1,17,87,237,417,501,417,237,87,17,1,1,19,107,327,657,921,921,657,327,107,19,1,1,21... |
; Program 5.2
; Looping - NASM (32-bit)
; Copyright (c) 2019 Hall & Slonka
SECTION .text
global _main
_main:
xor eax, eax
mov ecx, 5
myLoop:
inc eax
loop myLoop
mov eax, 1
mov ebx, 0
int 80h
|
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rax
push %rcx
push %rdi
lea addresses_A_ht+0x5412, %rax
nop
inc %r15
mov $0x6162636465666768, %rdi
movq %rdi, (%rax)
nop
nop
nop
nop
nop
and $10852, %rcx
pop %rdi
pop %rcx
pop %rax
pop %r15
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r8
push... |
; A053111: Expansion of (-1 + 1/(1-8*x)^8)/(64*x); related to A053107.
; 1,36,960,21120,405504,7028736,112459776,1686896640,23991418880,326283296768,4271344975872,54103703027712,665891729571840,7990700754862080,93757555523715072,1078211888522723328,12177451917433110528,135305021304812339200,1481233917442156134400,15997... |
; ===============================================================
; Mar 2014
; ===============================================================
;
; size_t bv_stack_max_size(bv_stack_t *s)
;
; Return maximum size of the stack.
;
; ===============================================================
SECTION code_adt_bv_stac... |
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
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 push %ebp
b: 89 e5 mov %esp,%ebp
d... |
/*
* Restore previously stored scoreboard data after content switching back
* Copyright © <2010>, Intel Corporation.
*
* 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 restric... |
; size_t dtoa(double x, char *buf, uint16_t prec, uint16_t flag) __z88dk_callee
SECTION code_stdlib
PUBLIC _dtoa_callee, l0_dtoa_callee
EXTERN dcallee1, asm_dtoa
_dtoa_callee:
call dcallee1 ; AC' = x
pop af
pop hl
pop de
pop bc
push af
l0_dtoa_callee:
push ix
call a... |
##############################################################################
# Program : MindReader Programmer: Chaoran Li, Jiaer JIang, Xue Cheng, Pengfei Tong
# Due Date: 12/05/19 Last Modified:10/04/19
# Course: CS3340 Section:501
#############################################################################
# Desc... |
; char *strcat(char * restrict s1, const char * restrict s2)
SECTION code_clib
SECTION code_string
PUBLIC strcat
EXTERN asm_strcat
strcat:
pop bc
pop hl
pop de
push de
push hl
push bc
IF __CLASSIC && __CPU_GBZ80__
call asm_strcat
ld d,h
ld e,l
ret
ELSE
jp asm_strcat
ENDIF
; S... |
_zombie: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(void)
{
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 pus... |
; A225381: Elimination order of the first person in a Josephus problem.
; 1,2,2,4,3,5,4,8,5,8,6,11,7,11,8,16,9,14,10,18,11,17,12,23,13,20,14,25,15,23,16,32,17,26,18,32,19,29,20,38,21,32,22,39,23,35,24,47,25,38,26,46,27,41,28,53,29,44,30,53,31,47,32,64,33,50,34,60,35
mov $1,$0
add $1,1
lpb $1
dif $1,2
add $0,$1
lpe... |
;;
;; Copyright (c) Microsoft. All rights reserved.
;; Licensed under the MIT license. See LICENSE file in the project root for full license information.
;;
include AsmMacros.inc
ifdef FEATURE_DYNAMIC_CODE
ifdef _DEBUG
TRASH_SAVED_ARGUMENT_REGISTERS equ 1
else
TRASH_SAVED_ARGUMENT_REGISTERS equ 0
endif
if TRASH_SA... |
.size 8000
.text@48
ei
jp lstatint
.text@100
jp lbegin
.text@150
lbegin:
ld c, 44
ld b, 90
lbegin_waitvblank:
ldff a, (c)
cmp a, b
jrnz lbegin_waitvblank
ld a, 11
ldff(40), a
ld hl, 8010
ld a, ff
ld(hl++), a
ld(hl++), a
ld(hl++), a
ld(hl++), a
ld(hl++), a
ld(hl++), a
ld(hl++), a
ld(hl++), a
ld(h... |
#pragma once
#include "inexor/vulkan-renderer/world/indentation.hpp"
#include <glm/vec3.hpp>
#include <array>
#include <cstdint>
#include <memory>
#include <vector>
// forward declaration
namespace inexor::vulkan_renderer::world {
class Cube;
} // namespace inexor::vulkan_renderer::world
// forward declaration
nam... |
; A055953: n - reversal of base 6 digits of n (written in base 10).
; 0,0,0,0,0,0,5,0,-5,-10,-15,-20,10,5,0,-5,-10,-15,15,10,5,0,-5,-10,20,15,10,5,0,-5,25,20,15,10,5,0,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,70,35,0,-35,-7... |
; A173741: T(n,k) = binomial(n,k) + 4 for 1 <= k <= n - 1, n >= 2, and T(n,0) = T(n,n) = 1 for n >= 0, triangle read by rows.
; Submitted by Jon Maiga
; 1,1,1,1,6,1,1,7,7,1,1,8,10,8,1,1,9,14,14,9,1,1,10,19,24,19,10,1,1,11,25,39,39,25,11,1,1,12,32,60,74,60,32,12,1,1,13,40,88,130,130,88,40,13,1,1,14,49,124,214,256,214,12... |
db 0 ; species ID placeholder
db 65, 80, 40, 75, 45, 80
; hp atk def spd sat sdf
db BUG, POISON ; type
db 45 ; catch rate
db 159 ; base exp
db NO_ITEM, POISON_BARB ; items
db GENDER_F50 ; gender ratio
db 15 ; step cycles to hatch
INCBIN "gfx/pokemon/beedrill/front.dimensions"
db GROWTH_MEDIUM_... |
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x6b45, %rsi
lea addresses_WT_ht+0x25cd, %rdi
nop
add $2872, %r15
mov $116, %rcx
rep movsb
nop
nop
nop
nop
nop
sub %rcx, %rcx
lea addresses_WT_ht+0xea45, %rdx
xor $17300, %r13
mov (%rdx),... |
// SciTE - Scintilla based Text Editor
/** @file DirectorExtension.cxx
** Extension for communicating with a director program.
**/
// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#include <stdlib.h>
#include <... |
<%
from pwnlib.shellcraft.aarch64.linux import syscall
%>
<%page args="fd, params"/>
<%docstring>
Invokes the syscall gtty. See 'man 2 gtty' for more information.
Arguments:
fd(int): fd
params(sgttyb): params
</%docstring>
${syscall('SYS_gtty', fd, params)}
|
; A022140: Fibonacci sequence beginning 5, 16.
; 5,16,21,37,58,95,153,248,401,649,1050,1699,2749,4448,7197,11645,18842,30487,49329,79816,129145,208961,338106,547067,885173,1432240,2317413,3749653,6067066,9816719,15883785,25700504,41584289,67284793,108869082,176153875
mov $1,5
mov $2,11
lpb $0,1
sub $0,1
mov $3,$1
... |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2015 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... |
// AUTOGENERATED FILE - DO NOT MODIFY!
// This file was generated by Djinni from proj.djinni
#pragma once
#include "djinni/jni/djinni_support.hpp"
#include "ezored/net/http/HttpClient.hpp"
namespace djinni_generated
{
class EZRHttpClient final : ::djinni::JniInterface<::ezored::net::http::HttpClient, EZRHttpClient>... |
; A062708: Write 0,1,2,3,4,... in a triangular spiral; then a(n) is the sequence found by reading the terms along the line from 0 in the direction 0,2,...
; 0,2,13,33,62,100,147,203,268,342,425,517,618,728,847,975,1112,1258,1413,1577,1750,1932,2123,2323,2532,2750,2977,3213,3458,3712,3975,4247,4528,4818,5117,5425,5742,6... |
; A006117: Sum of Gaussian binomial coefficients [ n,k ] for q=3.
; Submitted by Stefano Spezia
; 1,2,6,28,212,2664,56632,2052656,127902864,13721229088,2544826627424,815300788443072,452436459318538048,434188323928823259776,722197777341507864283008,2078153254879878944892861184,10366904326991986000747424911616,8947841508... |
; ---------------------------------------------------------------------------
; Ending start location array
; ---------------------------------------------------------------------------
incbin "startpos\ghz1 (Credits demo 1).bin"
incbin "startpos\mz2 (Credits demo).bin"
incbin "startpos\syz3 (Credits demo).bin"
... |
; See https://wiki.osdev.org/A20_Line
[BITS 64]
enableA20:
call isA20On?
jnc .end
call enableA20BIOS
call isA20On?
jnc .end
call enableA20Keyboard
nop
nop
call isA20On?
jnc .end
call enableA20Fast
nop
nop
nop
nop
call isA20On?
.end: ; with carry flag set or clear
ret
; Check A... |
;;
;; Copyright (c) 2017-2022, 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... |
#include <libsystem/process/Process.h>
#include "task-manager/model/TaskModel.h"
namespace task_manager
{
enum Column
{
COLUMN_ID,
COLUMN_NAME,
COLUMN_STATE,
COLUMN_CPU,
COLUMN_RAM,
__COLUMN_COUNT,
};
int TaskModel::rows()
{
return _data.length();
}
int TaskModel::columns()
{
retur... |
; ------------------------------------------------------------------
; MichalOS Music Player
; ------------------------------------------------------------------
%INCLUDE "michalos.inc"
%INCLUDE "notelist.txt"
start:
cmp byte [terminalflag], 1 ; Were we passed a filename and ended the playback?
je .exit
call ... |
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*
* This File was generated using the VisualTAEF C++ Project Wizard.
* Class Name: SelectionTest
*/
#include "precomp.h"
#include <WexTestClass.h>
#include "../cascadia/TerminalCore/Terminal.hpp"
#include "../renderer/inc/DummyRende... |
// Copyright 2017 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "xfa/fxfa/parser/cxfa_extras.h"
#include "fxjs/xfa/cjx_extras.h"
#in... |
; A266337: Expansion of b(3)*b(4)/(1 - 2*x + x^5), where b(k) = (1-x^k)/(1-x).
; Submitted by Christian Krause
; 1,4,11,25,52,104,204,397,769,1486,2868,5532,10667,20565,39644,76420,147308,283949,547333,1055022,2033624,3919940,7555931,14564529,28074036,54114448,104308956,201061981,387559433,747044830,1439975212,27756414... |
;
; Copyright (c) 2010 The WebM 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 contributing proje... |
//digest_macher.cpp
/*
The MIT License (MIT)
Copyright (c) 2012-2017 HouSisong
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 t... |
andi $4,$4,63073
lh $5,0($0)
sra $5,$5,4
lhu $1,14($0)
sra $3,$4,29
ori $4,$4,21203
slti $5,$1,-23357
srav $4,$4,$3
xor $5,$4,$3
sllv $1,$1,$3
or $3,$6,$3
subu $3,$3,$3
xori $5,$3,52787
sh $0,8($0)
sw $1,0($0)
sh $4,10($0)
subu $3,$5,$3
srav $1,$3,$3
srl $4,$1,13
sll $1,$3,0
subu $3,$4,$3
or $5,$5,$3
srl $3,$5,17
xor $... |
Music_BugCatchingContest:
musicheader 4, 1, Music_BugCatchingContest_Ch1
musicheader 1, 2, Music_BugCatchingContest_Ch2
musicheader 1, 3, Music_BugCatchingContest_Ch3
musicheader 1, 4, Music_BugCatchingContest_Ch4
Music_BugCatchingContest_Ch1:
tempo 144
volume $77
stereopanning $f
vibrato $8, $24
dutycycle $2... |
@$
A=D
D=A
M=D
FooABC |
; A139245: a(n) = 20*n - 16.
; 4,24,44,64,84,104,124,144,164,184,204,224,244,264,284,304,324,344,364,384,404,424,444,464,484,504,524,544,564,584,604,624,644,664,684,704,724,744,764,784,804,824,844,864,884,904,924,944,964,984,1004,1024,1044,1064,1084,1104,1124,1144,1164,1184,1204,1224,1244,1264,1284,1304,1324,1344,1364,... |
(+f0.0) if(8) JIP: LABEL0 { align16 1Q };
LABEL0:
(+f0.0) if(8) JIP: LABEL1 { align1 1Q };
(+f0.0) if(16) JIP: LABEL1 { align1 1H };
(+f0.0.x) if(8) JIP: LABEL1 { align16 ... |
; A074558: a(n) = 3^n + 7^n + 8^n.
; Submitted by Christian Krause
; 3,18,122,882,6578,49818,380522,2922882,22548578,174591018,1356276122,10567438482,82561295378,646646418618,5076274366922,39931947947682,314707950326978,2484430456812618,19642812494812922,155514084423490482,1232713774391243378,9781917911398413018,776967... |
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r8
push %rcx
lea addresses_UC_ht+0x42fd, %r8
nop
nop
nop
nop
nop
xor %r13, %r13
mov (%r8), %ecx
and $43026, %r14
pop %rcx
pop %r8
pop %r14
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r14
push %r8
push %r9
push %rax
push %r... |
; A132592: X-values of solutions to the equation X*(X + 1) - 8*Y^2 = 0.
; 0,8,288,9800,332928,11309768,384199200,13051463048,443365544448,15061377048200,511643454094368,17380816062160328,590436102659356800,20057446674355970888,681362750825443653408,23146276081390728245000,786292024016459316676608,2671078254047822603875... |
dc.w word_26A04-Map_LBZUnusedUnknown_2
dc.w word_26A1E-Map_LBZUnusedUnknown_2
dc.w word_26A38-Map_LBZUnusedUnknown_2
dc.w word_26A58-Map_LBZUnusedUnknown_2
dc.w word_26A72-Map_LBZUnusedUnknown_2
word_26A04: dc.w 4
dc.b $E8, 7, 0, $10, $FF, $F0
dc.b $E8, 7, 8, $10, 0, 0
dc.b 8, 4, 0,... |
/* Copyright (C) 2018 Hans-Kristian Arntzen <maister@archlinux.us>
*
* 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... |
//!
//! \file
//!
//! \brief This is an example of running a simple schedule that includes an Application, a LPPM, an Attack, and a Metric
#include "include/Public.h"
using namespace lpm;
int f(int user_start, int user_end, int tr_start, int tr_end, int loc_start, int loc_end,int lppm1,float lppm2, float lppm3, flo... |
version https://git-lfs.github.com/spec/v1
oid sha256:199facf2c2f63cb372947a2db9e0fdb67f746d77d0240c507786c54118ac30bc
size 5743
|
MusicDataStart:
incbin "../../intermediate/0002.bin"
db $ff
InstDataStart:
incbin "../../intermediate/0002.inst.bin"
db $ff
AEnvDataStart:
incbin "../../intermediate/0002.aenv.bin"
db $ff
PitchTableLo:
db 24,56,90,125,163,204,246,35,83,134,187,244
db 48,112,180,251,71,152,237,71,167,12,119,233
... |
; A010201: Continued fraction for sqrt(142).
; 11,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1,10,1,22,1
pow $0,2
mul $0,2
mov $1,15
mov $2,12
mov $3,3
mul $3,$0
lpb $0,1
mov $0,1
mul $2,2
div $3,2
gcd $2... |
; A209084: a(n) = 2*a(n-1) + 4*a(n-2) with n>1, a(0)=0, a(1)=4.
; Submitted by Jamie Morken(s2)
; 0,4,8,32,96,320,1024,3328,10752,34816,112640,364544,1179648,3817472,12353536,39976960,129368064,418643968,1354760192,4384096256,14187233280,45910851584,148570636288,480784678912,1555851902976,5034842521600,16293092655104,5... |
%include "include/u7si-all-includes.asm"
%assign USE_KEY_SOUND 94 ; sound of dialog opening
%assign NO_KEY_SOUND 43 ; "can not" sound
%include "../u7-common/patch-eop-selectAndUseKey.asm"
|
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1cd7f, %rsi
lea addresses_UC_ht+0x335f, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
cmp $52700, %r8
mov $42, %rcx
rep movsb
nop
nop
nop
nop
nop
and $31086, %rbp
lea addresses_WT_ht+0x15fb5, %rsi
... |
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
// Store
lea addresses_PSE+0x92a2, %rcx
nop
nop
nop
sub %r12, %r12
mov $0x5152535455565758, %r15
movq %r15, %xmm4
vmovaps %ymm4, (%rcx)
nop
dec %r8
// Store
l... |
; A112030: a(n) = (2 + (-1)^n) * (-1)^floor(n/2).
; 3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1,-3,-1,3,1
seq $0,77750 ; Least significant digit of A077749(n).
mov $1,3
add $2,$0
... |
; A056699: First differences are 2,1,-2,3 (repeated).
; Submitted by Jon Maiga
; 1,3,4,2,5,7,8,6,9,11,12,10,13,15,16,14,17,19,20,18,21,23,24,22,25,27,28,26,29,31,32,30,33,35,36,34,37,39,40,38,41,43,44,42,45,47,48,46,49,51,52,50,53,55,56,54,57,59,60,58,61,63,64,62,65,67,68,66,69,71,72,70,73,75,76,74,77,79,80,78,81,83,84... |
; A173279: Irregular triangle read by rows: M(n,k) = (n-2*k)!, k=0..floor(n/2).
; Submitted by Jon Maiga
; 1,1,2,1,6,1,24,2,1,120,6,1,720,24,2,1,5040,120,6,1,40320,720,24,2,1,362880,5040,120,6,1,3628800,40320,720,24,2,1,39916800,362880,5040,120,6,1,479001600,3628800,40320,720,24,2,1,6227020800,39916800,362880,5040,120,... |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1c3a5, %rsi
lea addresses_UC_ht+0x12663, %rdi
nop
nop
nop
nop
nop
cmp %rbp, %rbp
mov $50, %rcx
rep movsb
nop
dec %r15
lea addresses_WT_ht+0x15727, %r8
clflush (%r8)
nop
nop
de... |
; A138411: a(n) = prime(n)^6 - prime(n)^4.
; 48,648,15000,115248,1756920,4798248,24054048,46915560,147756048,594116040,886580160,2563852248,4747278480,6317944248,10774335648,22156470648,42168416280,51506528520,90438231048,128074872240,151305828048,243048505440,326892915048,496918548720,832883475648,1061416090200,119393... |
Name: kart-calc.asm
Type: file
Size: 9486
Last-Modified: '1991-11-29T03:29:32Z'
SHA-1: 65CA0DDD84B7627F8918DB8EB691C7AB32682F7D
Description: null
|
// Copyright (c) 2015 Anatoly Ikorsky
// 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, modify, merge, publish,... |
; A055417: Number of points in N^n of norm <= 2.
; Submitted by Jamie Morken(s1)
; 1,3,6,11,20,36,63,106,171,265,396,573,806,1106,1485,1956,2533,3231,4066,5055,6216,7568,9131,10926,12975,15301,17928,20881,24186,27870,31961,36488,41481,46971,52990,59571,66748,74556,83031,92210,102131,112833,124356,136741,150030,164266,1... |
; A329930: a(n) = n!^2*(Sum_{k=1..n} 1/k).
; Submitted by Jamie Morken(s4)
; 0,1,6,66,1200,32880,1270080,65862720,4418426880,372523898880,38569208832000,4811724352512000,712008517828608000,123312192439468032000,24712050750746591232000,5674212235766262988800000,1479958528399750515916800000,435149988031383614993203200000... |
#include <boost/config.hpp>
// wp_convertible_test.cpp
//
// Copyright (c) 2008 Peter Dimov
//
// 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
#include <boost/detail/lightweight_test.hpp>
#include <boost/int... |
/* Copyright 2016 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 a... |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
MOV AX, 04
ADD AX, 02
ADD AX, 01
MOV CX, AX
ret
|
/* mbed Microcontroller Library
* Copyright (c) 2016 ARM Limited
*
* 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 require... |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xc130, %rsi
lea addresses_WT_ht+0x17bd8, %rdi
nop
nop
nop
dec %r15
mov $13, %rcx
rep movsw
nop
xor $22626, %rdi
lea addresses_WT_ht+0x13d8, %rsi
nop
nop
nop
nop
inc %rbx
movw... |
/*************************************************************************/
/* editor_themes.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... |
; CRT0 stub for the Old School Computer Architecture (FLOS)
;
; Stefano Bodrato - Jul. 2011
;
;
; EXTRA OPTIONS:
;
; At C source level:
; #pragma output osca_bank=(0..14) set the memory bank for locations > 32768 before loading program
; #pragma output REGISTER_SP=<value> put the stack in a di... |
/**
* Copyright 2019 Huawei Technologies Co., Ltd
*
* 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... |
; A141631: a(n) = 3*n^2 - 4*n + 3.
; 2,7,18,35,58,87,122,163,210,263,322,387,458,535,618,707,802,903,1010,1123,1242,1367,1498,1635,1778,1927,2082,2243,2410,2583,2762,2947,3138,3335,3538,3747,3962,4183,4410,4643,4882,5127,5378,5635,5898,6167,6442
mov $1,3
mul $1,$0
add $1,2
mul $1,$0
add $1,2
mov $0,$1
|
;; Test 1
ADD R0 R0 1 ;Test2
; Test 3 |
;-----------------------------------------------------------------------------
; llrem.asm - signed long remainder routine
;-----------------------------------------------------------------------------
.386
_TEXT segment use32 para public 'CODE'
public __allrem
LOWORD equ ... |
// Copyright (c) 2011-2018 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/bitcoin-config.h>
#endif
#include <qt/askpassphrasedialog.h>
#include <qt/forms/... |
;
; Generic pseudo graphics routines for text-only platforms
; Version for the 2x3 graphics symbols (true index)
;
; Divide by three lookup table
;
;
; $Id: div3.asm $
;
SECTION rodata_graphics
PUBLIC div3
.div3
; 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
defb 0, 0, 0, 1, 1, 1, 2, 2, ... |
.const
szDefine db '#define',0
szTypedef db 'typedef',0
szStruct db 'struct',0
szUnion db 'union',0
szStatic db 'static',0
szConst db 'const',0
szFar db 'far',0
;Skip
szVolatile db 'volatile',0
szUnaligned db 'unaligned',0
szInclude db '#include',0
szInline ... |
%ifndef ISO9660_ASM_
%define ISO9660_ASM_
; structure
; iterator = {property, status}
; property = {device, current deref | nil, reserved}
; status = {LBA of the directory record, current pos, length of the record}
; file.info = {file.status, [address of the loader]:64}
; file.status = {device, status}
iso9... |
SECTION code_crt0_sccz80
PUBLIC l_mult
; Entry: hl = value1
; de = value2
; Exit: hl = value1 * value2
l_mult:
ld a,d ; a = xh
ld d,h ; d = yh
ld h,a ; h = xh
ld c,e ; c = xl
ld b,l ; b = yl
mlt de ; yh * xl
mlt hl ; xh * yl
add hl,de ; add cross products
m... |
;===============================================================================
; Copyright 2015-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.apa... |
<%
from pwnlib.shellcraft.mips.linux import syscall
%>
<%page args="fdin, offin, fdout, offout, length, flags"/>
<%docstring>
Invokes the syscall splice. See 'man 2 splice' for more information.
Arguments:
fdin(int): fdin
offin(off64_t): offin
fdout(int): fdout
offout(off64_t): offout
len(siz... |
; A301451: Numbers congruent to {1, 7} mod 9.
; 1,7,10,16,19,25,28,34,37,43,46,52,55,61,64,70,73,79,82,88,91,97,100,106,109,115,118,124,127,133,136,142,145,151,154,160,163,169,172,178,181,187,190,196,199,205,208,214,217,223,226,232,235,241,244,250,253,259,262,268,271,277,280,286,289,295,298,304,307,313,316,322,325,331,... |
/**-------------------------------------------------------------------------
@file device.cpp
@brief Generic device base class
This is the base class to implement all sort devices, hardware or software.
For example a sensor device or a software audio decoder. The device can transfer
data via it's DeviceIntrf ... |
//===-- TextStubV4Tests.cpp - TBD V4 File Test ----------------------------===//
//
// 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
//
//===---------------------------... |
_echo: file format elf64-x86-64
Disassembly of section .text:
0000000000001000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
1000: f3 0f 1e fa endbr64
1004: 55 push %rbp
1005: 48 89 e5 mov %rsp,%rbp
1008: 48 83 ec ... |
; Divide by three lookup table (192 entries)
;
; $Id: div3_192.asm $
;
SECTION rodata_graphics
PUBLIC div3_192
.div3_192
; 00 15 31
defb 0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, ... |
; Michael Dinh - CISP 310 - Final Exam
; Array Value Check
; 12/16/2020
.586
.MODEL FLAT
INCLUDE io.h ; input/output header
.STACK 4096 ; allocate stack memory
.DATA
prompt1 BYTE "Enter array value.", 0
prompt2 BYTE "Enter value to check instances of.", 0
resultLb BYTE "This number was seen this many times:", 0
stri... |
;*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
;-* (c) Rock Steady, Viral Developments -*
;*- (c) NuKE Software Developement 1991, 1992 *-
;-* Virus: NuKE PoX Version 1.0 (Alias `Mutating Rocko') -*
;*- ~~~~~~ ... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x16d5f, %r10
nop
nop
nop
nop
cmp %rcx, %rcx
movw $0x6162, (%r10)
nop
nop
inc %r10
lea addresses_normal_ht+0xe737, %r14
nop
nop
nop
nop
nop
add $3157, %rdx
mov $0x61626364656667... |
#include "StdAfx.h"
#include "RegistryUtilUnitTests.h"
using namespace DVLib::UnitTests;
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
void RegistryUtilUnitTests::testHKEY2wstring()
{
Assert::IsTrue(DVLib::HKEY2wstring(HKEY_CLASSES_ROOT) == L"HKEY_CLASSES_ROOT");
Assert::IsTrue(DVLib... |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x172b3, %rdx
clflush (%rdx)
nop
nop
cmp %rcx, %rcx
mov (%rdx), %r12w
cmp $19888, %rbx
lea addresses_WC_ht+0xa4b3, %rsi
lea addresses_UC_ht+0x1c689, %rdi
nop
and $2925, %r10
m... |
/*************************************************************************/
/* color_picker.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... |
; A336808: a(n) = (n!)^2 * Sum_{k=0..n} 5^(n-k) / (k!)^2.
; Submitted by Jamie Morken(s2)
; 1,6,121,5446,435681,54460126,9802822681,2401691556846,768541298190721,311259225767242006,155629612883621003001,94155915794590706815606,67792259372105308907236321,57284459169428986026614691246,56138769986040406306082397421081,631... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.