max_stars_repo_path stringlengths 4 261 | max_stars_repo_name stringlengths 6 106 | max_stars_count int64 0 38.8k | id stringlengths 1 6 | text stringlengths 7 1.05M |
|---|---|---|---|---|
core/src/main/c/share/asmlib/debugbreak64.asm | jerrinot/questdb | 8,451 | 94106 | ;************************* debugbreak64.asm **********************************
; Author: <NAME>
; Date created: 2011-07-09
; Last modified: 2011-07-09
; Source URL: www.agner.org/optimize
; Project: asmlib.zip
; Language: assembly, NASM/YASM syntax, 32 bit
;
; C++ prototype:
; ... |
oeis/106/A106256.asm | neoneye/loda-programs | 11 | 245273 | ; A106256: Numbers n such that 12*n^2 + 13 is a square.
; Submitted by <NAME>
; 1,3,17,43,237,599,3301,8343,45977,116203,640377,1618499,8919301,22542783,124229837,313980463,1730298417,4373183699,24099948001,60910591323,335668973597,848375094823,4675265682357,11816340736199
lpb $0
sub $3,$0
sub $0,1
add $2,1
tr... |
audio/sfx/faint_fall.asm | AmateurPanda92/pokemon-rby-dx | 9 | 13413 | SFX_Faint_Fall_Ch4:
duty 1
pitchenvelope 10, -7
squarenote 15, 15, 2, 1920
pitchenvelope 0, 0
endchannel
|
programs/oeis/053/A053307.asm | neoneye/loda | 22 | 100344 | ; A053307: Number of nonnegative integer 2 X 2 matrices with sum of elements equal to n, under row and column permutations.
; 1,1,4,5,11,14,24,30,45,55,76,91,119,140,176,204,249,285,340,385,451,506,584,650,741,819,924,1015,1135,1240,1376,1496,1649,1785,1956,2109,2299,2470,2680,2870,3101,3311,3564,3795,4071,4324,4624,49... |
src/vn/ductt/verk/tmp/MytestParser.g4 | bynoud/verk | 0 | 5606 |
parser grammar MytestParser;
options { tokenVocab=MytestLexer; }
top: Directive_define | Verilog_directive;
|
main.asm | CrociDB/retro2048 | 6 | 987 | <filename>main.asm
%ifdef dos ; DOS version
org 0x0100
%elifdef bootsector ; Bootsector version
org 0x7c00
%else ; Bootsector version, but for DOS
org 0x0100
%endif
start:
%ifdef bootsector
push cs
push cs
pop ds
pop ss... |
Data/Boolean/NaryOperators.agda | Lolirofle/stuff-in-agda | 6 | 217 | <filename>Data/Boolean/NaryOperators.agda
module Data.Boolean.NaryOperators where
open import Data.Boolean
import Data.Boolean.Operators
open Data.Boolean.Operators.Logic
open import Function.DomainRaise
open import Numeral.Natural
private variable n : ℕ
-- N-ary conjunction (AND).
-- Every term is true.... |
libsrc/graphics/px8/w_plotpixl.asm | Toysoft/z88dk | 8 | 7676 | INCLUDE "graphics/grafix.inc"
SECTION code_clib
PUBLIC w_plotpixel
EXTERN l_cmp
EXTERN __gfx_coords
EXTERN px8_conout
;
; $Id: w_plotpixl.asm, stefano - 2017 $
;
; ******************************************************************
;
; Plot pixel at... |
source/rules.ads | jquorning/CELLE | 0 | 7520 | <filename>source/rules.ads
--
-- The author disclaims copyright to this source code. In place of
-- a legal notice, here is a blessing:
--
-- May you do good and not evil.
-- May you find forgiveness for yourself and forgive others.
-- May you share freely, not taking more than you give.
--
with Ada.String... |
code/Forec/t22.asm | KongoHuster/assembly-exercise | 1 | 20635 | ;; last edit date: 2016/10/25
;; author: Forec
;; LICENSE
;; Copyright (c) 2015-2017, Forec <<EMAIL>>
;; Permission to use, copy, modify, and/or distribute this code for any
;; purpose with or without fee is hereby granted, provided that the above
;; copyright notice and this permission notice appear in all copies.
;... |
extern/gnat_sdl/gnat_sdl2/src/tmmintrin_h.ads | AdaCore/training_material | 15 | 1829 | pragma Ada_2005;
pragma Style_Checks (Off);
with Interfaces.C; use Interfaces.C;
package tmmintrin_h is
-- Copyright (C) 2006-2017 Free Software Foundation, Inc.
-- This file is part of GCC.
-- GCC is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public L... |
aspectj/AspectJLexer.g4 | ChristianWulf/grammars-v4 | 4 | 5828 |
/*
[The "BSD licence"]
Copyright (c) 2015 <NAME>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of condit... |
PIC1_Main.asm | mikadam/PIC-Stuff | 0 | 173075 | <reponame>mikadam/PIC-Stuff<gh_stars>0
;----------------------------------------------------------;
; Program title: 4 operator calculator ;
;----------------------------------------------------------;
; Written by: <NAME> ;
;------------------------------------------------... |
Task/Huffman-coding/Ada/huffman-coding-1.ada | LaudateCorpus1/RosettaCodeData | 1 | 154 | with Ada.Containers.Indefinite_Ordered_Maps;
with Ada.Containers.Ordered_Maps;
with Ada.Finalization;
generic
type Symbol_Type is private;
with function "<" (Left, Right : Symbol_Type) return Boolean is <>;
with procedure Put (Item : Symbol_Type);
type Symbol_Sequence is array (Positive range <>) of Symbol_... |
oeis/325/A325596.asm | neoneye/loda-programs | 11 | 24795 | <gh_stars>10-100
; A325596: a(n) = Sum_{d|n} mu(n/d) * (-1)^(d + 1) * d.
; Submitted by <NAME>(s4)
; 1,-3,2,-2,4,-6,6,-4,6,-12,10,-4,12,-18,8,-8,16,-18,18,-8,12,-30,22,-8,20,-36,18,-12,28,-24,30,-16,20,-48,24,-12,36,-54,24,-16,40,-36,42,-20,24,-66,46,-16,42,-60,32,-24,52,-54,40,-24,36,-84,58,-16,60,-90,36,-32,48
mov $... |
base/Kernel/Native/arm/Crt/memcpy.asm | sphinxlogic/Singularity-RDK-2.0 | 0 | 176169 | <reponame>sphinxlogic/Singularity-RDK-2.0<filename>base/Kernel/Native/arm/Crt/memcpy.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Microsoft Research Singularity
;;;
;;; Copyright (c) Microsoft Corporation. All rights reserved.
;;;
;;; This file c... |
oeis/139/A139526.asm | neoneye/loda-programs | 11 | 81444 | ; A139526: Triangle A061356 read right to left.
; Submitted by <NAME>
; 1,1,2,1,6,9,1,12,48,64,1,20,150,500,625,1,30,360,2160,6480,7776,1,42,735,6860,36015,100842,117649,1,56,1344,17920,143360,688128,1835008,2097152,1,72,2268,40824,459270,3306744,14880348,38263752,43046721,1,90
mov $2,1
lpb $0
add $1,1
sub $0,$1
... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i7-7700_9_0x48_notsx.log_21829_1600.asm | ljhsiun2/medusa | 9 | 10732 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1c963, %rbx
nop
nop
nop
add %rdi, %rdi
movups (%rbx), %xmm1
vpextrq $0, %xmm1, %r15
nop
nop
nop
nop
xor %rcx, %rcx
lea addresses_D_ht+0x1336b, %r10
nop
no... |
asm/linux-helloworld.asm | icefoxen/lang | 0 | 12641 | msg: db 'Hello world!',0x0A,0
msgend: db 0
global _start
_start:
mov eax, 4 ; "Write" system call
mov ebx, 1 ; stdout
mov ecx, msg ; String
mov edx, msgend - msg ; String length
int 0x80
mov eax, 1 ; "_exit" system call
mov ebx, 0 ; EXIT_SUCCESS
int 0x80
|
src/gpr_tools-gprslaves-db.adb | persan/gprTools | 2 | 26037 | <filename>src/gpr_tools-gprslaves-db.adb
with GNAT.Spitbol; use GNAT.Spitbol;
with Ada.Strings.Unbounded;
with GNAT.Expect;
with GNATCOLL.Projects;
with GNATCOLL.Utils;
with GNAT.OS_Lib; use GNAT.OS_Lib;
use GNAT.Expect;
with Ada.Unchecked_Deallocation;
package body GPR_Tools.Gprslaves.DB is
use GNAT.Spitbol.Table_V... |
programs/oeis/177/A177154.asm | karttu/loda | 1 | 12258 | ; A177154: Fractional part of the conversion from degrees Centigrade (or Celsius) to Fahrenheit.
; 0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2,0,8,6,4,2
mov $1,$0
... |
src/shaders/h264/mc/Intra_PCM.asm | me176c-dev/android_hardware_intel-vaapi-driver | 192 | 242425 | /*
* Decode Intra_PCM macroblock
* 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 restriction, including
* without limitation the r... |
cwiczenia2/enter_k_c.asm | adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow | 1 | 103323 | <reponame>adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow<gh_stars>1-10
extern scanf
section .data
znak db "",0
format db "%c",0
section .text
global main
main:
xor rax, rax
mov rdi, format
mov rsi, znak
call scanf
cmp byte [znak], "k"
jne main
mov rax, 1
mov rbx, 0
int 80h
|
src/demo.asm | RingingResonance/8085-Assembler | 4 | 477 | <gh_stars>1-10
;*********************************************************************************
; Robot Pet Obstacle Avoidance Program *
; *
; <NAME> ... |
include/sf-graphics-primitivetype.ads | Fabien-Chouteau/ASFML | 0 | 6992 | <reponame>Fabien-Chouteau/ASFML<filename>include/sf-graphics-primitivetype.ads<gh_stars>0
--//////////////////////////////////////////////////////////
-- SFML - Simple and Fast Multimedia Library
-- Copyright (C) 2007-2015 <NAME> (<EMAIL>)
-- This software is provided 'as-is', without any express or implied warranty.
-... |
runtime/ravenscar-sfp-stm32f427/gnarl-common/s-tpobmu.adb | TUM-EI-RCS/StratoX | 12 | 10050 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS --
-- --
-- ... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1251.asm | ljhsiun2/medusa | 9 | 86544 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x28c2, %rax
clflush (%rax)
nop
nop
nop
and $49336, %rbp
movw $0x6162, (%rax)
nop
nop
nop
nop
nop
and $15948, %rdx
lea addresses_normal_ht+0... |
TxMark.Antlr/MarkdownPreprocessor.g4 | aarondh/TxMark | 0 | 3705 | /*
* TxMark 1.0.0.alpha-5-g61bda79
*
* Copyright (c) 2016 <NAME>
*
* 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
*... |
apps/msx.asm | vipoo/msxrc2014 | 1 | 81697 | <reponame>vipoo/msxrc2014
public _cleanexit
include "msx.inc"
SECTION CODE
_cleanexit:
CALL _setTextMode
JP 0
PUBLIC _setTextMode
_setTextMode:
; Reset V9958 read register back to default of 0
XOR A
OUT (VDP_ADDR), A
LD A, 0x80 | 15
OUT (VDP_ADDR), A
ld a, 0
ld ix, CHGMOD
ld iy, (EXPTBL-1)
cal... |
maps/Route8SaffronGate.asm | Dev727/ancientplatinum | 28 | 95049 | <filename>maps/Route8SaffronGate.asm
object_const_def ; object_event constants
const ROUTE8SAFFRONGATE_OFFICER
Route8SaffronGate_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
Route8SaffronGateOfficerScript:
jumptextfaceplayer Route8SaffronGateOfficerText
Route8SaffronGateOfficerText:
text "Have you been t... |
libsrc/target/tvc/games/joystick.asm | Frodevan/z88dk | 640 | 83609 | <filename>libsrc/target/tvc/games/joystick.asm
;
; Game device library for the Enterprise 64/128
; <NAME> - Mar 2011
;
; $Id: joystick.asm,v 1.4 2016-06-16 20:23:51 dom Exp $
;
; MOVE_RIGHT 1
; MOVE_LEFT 2
; MOVE_DOWN 4
; MOVE_UP 8
; MOVE_FIRE 16
; MOVE_FIRE1 MOVE_FIRE
; MOVE_FIRE2 32
; MOVE_FIRE3 64
;... |
oeis/307/A307862.asm | neoneye/loda-programs | 11 | 29118 | <filename>oeis/307/A307862.asm
; A307862: Coefficient of x^n in (1 + x - n*x^2)^n.
; Submitted by <NAME>
; 1,1,-3,-17,49,651,-1259,-38023,26433,2969299,2225101,-289389891,-692529551,33718183045,143578976997,-4559187616649,-29119975483135,699788001188403,6188699469443869,-119828491083854707,-1404529670244379599,22563726... |
oeis/142/A142622.asm | neoneye/loda-programs | 11 | 98748 | ; A142622: Primes congruent to 29 mod 55.
; Submitted by <NAME>
; 29,139,359,1019,1129,1459,1789,2339,2999,3109,3329,3659,3769,3989,4099,4649,4759,5309,5419,5639,5749,6079,6299,6959,7069,7949,8059,8389,8609,8719,9049,9929,10039,10259,10369,10589,11579,11689,11909,12239,12569,12899,13009,13229,13339,13669,13999,14549,14... |
programs/oeis/254/A254962.asm | karttu/loda | 1 | 165662 | ; A254962: Indices of hexagonal numbers (A000384) that are also centered pentagonal numbers (A005891).
; 1,2,12,31,211,552,3782,9901,67861,177662,1217712,3188011,21850951,57206532,392099402,1026529561,7035938281,18420325562,126254789652,330539330551,2265550275451,5931287624352,40653650168462,106432637907781,72950015275... |
llvm-gcc-4.2-2.9/gcc/ada/prj.ads | vidkidz/crossbridge | 1 | 9809 | <reponame>vidkidz/crossbridge<gh_stars>1-10
------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- ... |
Templates/prog/assembly.asm | ekovegeance/ComputerScience | 4 | 178738 | <gh_stars>1-10
global _start
section .text
_start:
mov eax, 0x4
mov ebx, 0x1
mov ecx, message
mov edx, 0xF
int 0x80
mov eax, 0x1
mov ebx, 0x0
int 0x80
section .data
message: db "give me a bottle of rum!", 0dh, 0ah
|
pixy/src/host/pantilt_in_ada/specs/x86_64_linux_gnu_sys_sysmacros_h.ads | GambuzX/Pixy-SIW | 1 | 23353 | --
-- Copyright (c) 2015, <NAME> <<EMAIL>>
--
-- Permission to use, copy, modify, and/or distribute this software for any
-- purpose with or without fee is hereby granted, provided that the above copyright
-- notice and this permission notice appear in all copies.
--
-- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUT... |
_build/dispatcher/jmp_ippsSMS4_CCMTagLen_91dbe76c.asm | zyktrcn/ippcp | 1 | 89897 | <reponame>zyktrcn/ippcp
extern m7_ippsSMS4_CCMTagLen:function
extern n8_ippsSMS4_CCMTagLen:function
extern y8_ippsSMS4_CCMTagLen:function
extern e9_ippsSMS4_CCMTagLen:function
extern l9_ippsSMS4_CCMTagLen:function
extern n0_ippsSMS4_CCMTagLen:function
extern k0_ippsSMS4_CCMTagLen:function
extern ippcpJumpIndexForMerged... |
test/ir/countDigits.asm | shivansh/gogo | 24 | 104643 | <gh_stars>10-100
.data
nStr: .asciiz "Enter n: "
n: .word 0
count: .word 0
str: .asciiz "Number of digits in n: "
.text
runtime:
addi $sp, $sp, -4
sw $ra, 0($sp)
lw $ra, 0($sp)
addi $sp, $sp, 4
jr $ra
.end runtime
.globl main
.ent main
main:
li $2, 4
la $4, nStr
syscall
li $2, 5
syscall
move $3,... |
STM8S103F3P6/Project1/RAMVars.asm | edosedgar/stm8s | 2 | 12469 | ;=======RAMMemory($0000-$07FF)================
Temp EQU $0000
Temp1 EQU $0001
Temp2 EQU $0002
Temp3 EQU $0003
Temp4 EQU $0004
Temp5 EQU $0005
Temp6 EQU $0006
Temp7 EQU $0007
Temp8 EQU $0008
Digit1 EQU $0009
Digit2 ... |
programs/oeis/074/A074794.asm | neoneye/loda | 22 | 174452 | ; A074794: Number of numbers k <= n such that tau(k) == 1 (mod 3) where tau(k) = A000005(k) is the number of divisors of k.
; 1,1,1,1,1,2,2,3,3,4,4,4,4,5,6,6,6,6,6,6,7,8,8,8,8,9,10,10,10,10,10,10,11,12,13,13,13,14,15,15,15,15,15,15,15,16,16,17,17,17,18,18,18,18,19,19,20,21,21,21,21,22,22,23,24,24,24,24,25,25,25,25,25,2... |
programs/oeis/063/A063242.asm | karttu/loda | 1 | 170866 | <filename>programs/oeis/063/A063242.asm
; A063242: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 92 ).
; 2,6,8,14,16,20,24,28,30,36,38,42,46,50,52,58,60,64,68,72,74,80,82,86,90,94,96,102,104,108,112,116,118,124,126,130,134,138,140,146,148,152,156,160,162,168,170,174,178,182
mov $1,32
add $1,$0
div... |
src/Categories/Object/Exponential.agda | MirceaS/agda-categories | 0 | 17221 | {-# OPTIONS --without-K --safe #-}
open import Categories.Category
-- Exponential Object
-- TODO: Where is the notation from? It is neither from Wikipedia nor the nLab.
module Categories.Object.Exponential {o ℓ e} (𝒞 : Category o ℓ e) where
open Category 𝒞
open import Level
open import Function using (_$_)
open ... |
CPU/cpu_test/test_storage/test3_ori_R.asm | SilenceX12138/MIPS-Microsystems | 55 | 22057 | <reponame>SilenceX12138/MIPS-Microsystems
ori $2,$0,202
ori $3,$0,241
addu $1,$2,$3
ori $4,$1,233
ori $5,$0,993
addu $6,$5,$4
nop
ori $7,$6,928 |
oeis/071/A071295.asm | neoneye/loda-programs | 11 | 88405 | ; A071295: Product of numbers of 0's and 1's in binary representation of n.
; Submitted by <NAME>
; 0,0,1,0,2,2,2,0,3,4,4,3,4,3,3,0,4,6,6,6,6,6,6,4,6,6,6,4,6,4,4,0,5,8,8,9,8,9,9,8,8,9,9,8,9,8,8,5,8,9,9,8,9,8,8,5,9,8,8,5,8,5,5,0,6,10,10,12,10,12,12,12,10,12,12,12,12,12,12,10,10,12,12,12,12,12,12,10,12,12,12,10,12,10,10,... |
test/Fail/Issue3318-3.agda | shlevy/agda | 1,989 | 13960 | primitive
primLevelMax : _
|
programs/oeis/040/A040042.asm | neoneye/loda | 22 | 84949 | <reponame>neoneye/loda
; A040042: Continued fraction for sqrt(50) = 5*sqrt(2).
; 7,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,... |
src/hardware/hardware-beacon.adb | kisom/rover-mk1 | 0 | 9988 | with Interfaces; use Interfaces;
package body Hardware.Beacon is
procedure Init (Tick_Size : Interfaces.Unsigned_8) is
begin
Resolution := Tick_Size;
MCU.DDRH_Bits (LED1_Bit) := DD_Output;
MCU.DDRH_Bits (LED2_Bit) := DD_Output;
LED1 := Low;
LED2 := Low;
Tick := 0;
Cou... |
Homework Submission/Homework 1/homework 1 Q1.asm | FariaIslamHridy/CSE331L-Section-10-Fall20-NSU | 0 | 87407 | <reponame>FariaIslamHridy/CSE331L-Section-10-Fall20-NSU<gh_stars>0
org 100h
MOV AX, 4 ;First int
MOV BX, 6 ;Second int
MOV CX, 8 ;Third int
ADD BX, AX ;ADD and store in BX register
ADD CX, BX ;ADD and store in CX register
ret |
Microcontroller_Lab/Lab_6/Read_Code.asm | MuhammadAlBarham/pic16f778_projects | 0 | 242412 | <reponame>MuhammadAlBarham/pic16f778_projects
Include "p16F84A.inc"
; ----------------------------------------------------------
; General Purpose RAM Assignments
; ----------------------------------------------------------
cblock 0x0C
Counter
Endc
; ----------------------------------------------------------
; Macro... |
misc/RecursiveDescent/Coinductive/Internal.agda | yurrriq/parser-combinators | 7 | 12066 | <reponame>yurrriq/parser-combinators<filename>misc/RecursiveDescent/Coinductive/Internal.agda
------------------------------------------------------------------------
-- A terminating parser data type and the accompanying interpreter
------------------------------------------------------------------------
module Recur... |
cql/src/main/java/com/huawei/streaming/cql/semanticanalyzer/parser/CQLLexer.g4 | chenqixu/StreamCQL | 8 | 2806 | /**
* 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... |
Library/Chart/CBody/cbodyNotify.asm | steakknife/pcgeos | 504 | 90305 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: cbodyNotify.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Des... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_350.asm | ljhsiun2/medusa | 9 | 82576 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x15e0a, %rsi
lea addresses_WT_ht+0x1e4a, %rdi
nop
sub $57969, %r8
mov $17, %rcx
rep movsq
nop
nop
nop
xor %rsi, %rsi
lea addresses_WT_ht+0x13b2a, %rcx
... |
programs/oeis/228/A228317.asm | jmorken/loda | 1 | 28741 | <filename>programs/oeis/228/A228317.asm
; A228317: The hyper-Wiener index of the triangular graph T(n) (n >= 1).
; 0,0,3,21,75,195,420,798,1386,2250,3465,5115,7293,10101,13650,18060,23460,29988,37791,47025,57855,70455,85008,101706,120750,142350,166725,194103,224721,258825,296670,338520,384648,435336,490875,551565,61771... |
2018/hxpctf/tiny_elves (real)/shell.asm | theKidOfArcrania/ctf-writeups | 5 | 80682 | <filename>2018/hxpctf/tiny_elves (real)/shell.asm<gh_stars>1-10
BITS 32
global _start
_start:
sub esp, 0x100
xor eax, eax
push eax
mov ecx, esp
mov edx, esp
push dword 0x68732f2f
push dword 0x6e69622f
mov al, 0xb
mov ebx, esp
int 0x80
|
3-mid/opengl/source/lean/renderer/opengl-impostor.adb | charlie5/lace | 20 | 13907 | <filename>3-mid/opengl/source/lean/renderer/opengl-impostor.adb
with
openGL.Camera,
openGL.Model.billboard.textured,
ada.unchecked_Deallocation;
package body openGL.Impostor
is
---------
--- Forge
--
procedure destroy (Self : in out Item)
is
use openGL.Visual,
Model,
... |
TestAppleScript/Test/TestScript.applescript | MrLiu163/TestAppleScript | 1 | 2342 | <filename>TestAppleScript/Test/TestScript.applescript<gh_stars>1-10
--
-- AppDelegate.applescript
-- MarketCheckAndSendMail
--
-- Created by mrliu on 2020/12/21.
--
--
-- 测试方法示例
script TestScript
property parent : class "NSObject"
-- 测试数组方式传参
on testMethodWithListParas_(parasList)
log "para... |
tp2/ExprArithEval/ExprArithEval.g4 | hogoww/compil | 0 | 5003 | grammar ExprArithEval;
expr returns [int value] :
e = additionExpr {$value = $e.value;} ;
additionExpr returns [int value] :
e1 = multiplyExpr {$value = $e1.value;}
('+' e2 = multiplyExpr {$value += $e2.value;}
| '-' e2 = multiplyExpr {$value -= $e2.value; })* ;
multiplyExpr returns [int value] :
e1 = atomExpr... |
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_1386.asm | ljhsiun2/medusa | 9 | 7250 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x6023, %r10
cmp %r11, %r11
mov (%r10), %r14d
cmp $31405, %r11
lea addresses_normal_ht+0x5e39, %r15
nop
nop
nop
nop
nop
and %r9, %r9
mov (%r15), %r11
nop
nop
nop
and $3478, %r1... |
oeis/077/A077148.asm | neoneye/loda-programs | 11 | 162059 | <reponame>neoneye/loda-programs
; A077148: Smallest k such that there are n numbers m relatively prime to n in range n < m < k.
; Submitted by <NAME>
; 3,6,8,12,12,24,16,24,23,34,24,48,28,46,44,48,36,72,40,70,59,70,48,96,57,82,68,94,60,140,64,96,87,106,87,144,76,118,102,140,84,188,88,140,129,142,96,192,107,174,132,164,... |
oeis/038/A038806.asm | neoneye/loda-programs | 11 | 14475 | <filename>oeis/038/A038806.asm
; A038806: Convolution of A008549 with A000302 (powers of 4).
; Submitted by <NAME>
; 0,1,10,69,406,2186,11124,54445,259006,1205790,5519020,24918306,111250140,492051124,2159081192,9409526397,40766269774,175707380630,753876367356,3221460111958,13716223138388,58210889582796,246319029011800,... |
test/src/pulsada_test-main.adb | fintatarta/pulsada | 0 | 3754 | with Pulse_Simple_H; use Pulse_Simple_H;
with Pulse_Sample_H; use Pulse_Sample_H;
with Pulse_Def_H; use Pulse_Def_H;
with Interfaces.C.Strings; use Interfaces.C.Strings, Interfaces.C;
with Ada.Text_IO; use Ada.Text_IO;
procedure Pulsada_Test.Main is
pragma Linker_Options ("-lpulse");
pragma Linker_Option... |
agda-stdlib/src/Data/Nat/GCD.agda | DreamLinuxer/popl21-artifact | 5 | 16886 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Greatest common divisor
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data.Nat.GCD where
open import Data.Nat.Base
open import Data.Nat.Divi... |
oeis/092/A092534.asm | neoneye/loda-programs | 11 | 3298 | <reponame>neoneye/loda-programs
; A092534: Expansion of (1-x+x^2)*(1+x^4)/((1-x)^2*(1-x^2)).
; Submitted by <NAME>(s3)
; 1,1,3,4,8,10,16,20,28,34,44,52,64,74,88,100,116,130,148,164,184,202,224,244,268,290,316,340,368,394,424,452,484,514,548,580,616,650,688,724,764,802,844,884,928,970,1016,1060,1108,1154,1204,1252,1304,... |
src/dnscatcher/utils/dnscatcher-utils.adb | DNSCatcher/DNSCatcher | 4 | 6594 | -- Copyright 2019 <NAME> <<EMAIL>>
--
-- 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, ... |
examples/servlets/web_sockets/source/servlets-file.adb | reznikmm/matreshka | 24 | 17941 | <reponame>reznikmm/matreshka<filename>examples/servlets/web_sockets/source/servlets-file.adb<gh_stars>10-100
with Ada.Wide_Wide_Text_IO;
with Ada.Characters.Wide_Wide_Latin_1;
package body Servlets.File is
function "+"
(Text : Wide_Wide_String) return League.Strings.Universal_String
renames League.Strin... |
src/kernel/start.asm | JohanLi2333/JAHA-OS | 2 | 14568 | <reponame>JohanLi2333/JAHA-OS<gh_stars>1-10
[bits 32]
extern kernel_init
global _start
_start:
call kernel_init
jmp $
|
src/VMTranslator/fixtures/MemoryAccess/PointerTest/PointerTest.raw.asm | tuzmusic/HackManager | 1 | 99456 | @3030 // ** 1: push constant 3030 **
D=A // store the current address as a value
@SP // >> push constant value (3030) onto stack <<
A=M // move to top of stack
M=D // write value of D to current location - ... |
Driver/Printer/PrintCom/printcomToshibaCursor.asm | steakknife/pcgeos | 504 | 19907 | <filename>Driver/Printer/PrintCom/printcomToshibaCursor.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Toshiba 24-pin print drivers
FILE: printcomToshibaCursor.asm
AUTHOR: <NAME>, 1... |
type.asm | davidgiven/cshell | 3 | 93965 | ; Dumps a file to stdout.
;
; Syntax: type <filename>
.include "c64.inc"
.include "cshell.inc"
.cpu "6502"
CSHELL_HEADER
PTR = 6
jsr open_file
ldx #1
jsr CHKIN
-
jsr READST
and #$40 ; check for EOF
bne +
jsr CHRIN
jsr CHROUT
jmp -
+
ldx #0
jsr CHKIN
jsr CLOSE
rts
; --- Open the directory stre... |
llvm-gcc-4.2-2.9/gcc/ada/s-tporft.adb | vidkidz/crossbridge | 1 | 26453 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS --
-- --
-- ... |
programs/oeis/186/A186948.asm | karttu/loda | 1 | 6656 | <reponame>karttu/loda
; A186948: a(n) = 3^n - 2*n.
; 1,1,5,21,73,233,717,2173,6545,19665,59029,177125,531417,1594297,4782941,14348877,43046689,129140129,387420453,1162261429,3486784361,10460353161,31381059565,94143178781,282429536433,847288609393
mov $1,3
pow $1,$0
sub $1,$0
sub $1,$0
|
resources/scripts/cert/googlect.ads | omarafify1990/Amass | 2 | 15157 | <filename>resources/scripts/cert/googlect.ads
-- Copyright 2017-2021 <NAME>. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
local url = require("url")
name = "GoogleCT"
type = "cert"
function start()
setratelimit(1)
end
function vertical(ct... |
Micro/Tests/or/or.asm | JavierOramas/CP_AC | 0 | 5271 | <filename>Micro/Tests/or/or.asm
addi r3 r0 0
addi r1 r0 65
or r4 r3 r1
tty r4
halt
#prints A |
adium/ASUnitTests/CloseChat.applescript | sin-ivan/AdiumPipeEvent | 0 | 771 | <reponame>sin-ivan/AdiumPipeEvent<filename>adium/ASUnitTests/CloseChat.applescript<gh_stars>0
global HandyAdiumScripts
on run
tell application "Adium"
set newChat to HandyAdiumScripts's makeNewChat()
tell account (HandyAdiumScripts's defaultAccount)
set newChat2 to make new chat with contacts {contact (HandyAd... |
traceur_intermediaire.ads | zyron92/banana_tree_generator | 0 | 9950 | <reponame>zyron92/banana_tree_generator
with Svg_Helpers, Parseur, Ada.Text_Io, Ada.Integer_Text_Io;
use Svg_Helpers, Parseur, Ada.Text_Io, Ada.Integer_Text_Io;
package Traceur_Intermediaire is
--Tracé des arètes et des points de contrôle (ou mise à jours des points de contrôle sans tracer)
procedure Tracer_... |
oeis/132/A132644.asm | neoneye/loda-programs | 11 | 8588 | <gh_stars>10-100
; A132644: X-values of solutions to the equation X*(X + 1) - 13*Y^2 = 0.
; Submitted by <NAME>
; 0,324,421200,546717924,709639444800,921111452633124,1195601955878350800,1551890417618646705924,2014352566467047545939200,2614628079383810095982376324,3393785232687619037537578530000
mul $0,2
mov $3,1
lpb $... |
src/sound/sleeping_music/channel4.asm | Gegel85/RunnerGB | 0 | 240256 | <reponame>Gegel85/RunnerGB<filename>src/sound/sleeping_music/channel4.asm
musicChan4SleepingTheme::
setRegisters $3F, $81, $00, $00
stopMusic
jump musicChan4SleepingTheme
setVolume $81
setFrequencyRaw $7D, $80
wait QUAVER
setFrequencyRaw $7D, $80
wait QUAVER
setFrequencyRaw $7D, $80
wait QUAVER
setFrequency... |
oeis/334/A334396.asm | neoneye/loda-programs | 11 | 11267 | ; A334396: Number of fault-free tilings of a 3 X n rectangle with squares and dominos.
; Submitted by <NAME>
; 0,0,2,2,10,16,52,104,286,634,1622,3768,9336,22152,54106,129610,314546,756728,1831196,4413952,10667462,25735346,62160046,150020016,362257392,874442064,2111291570,5096782418,12305249242,29706645280,71719568260,1... |
src/asis/asis-implementation.adb | My-Colaborations/dynamo | 15 | 28723 | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- ... |
regtests/ado-tests.ads | My-Colaborations/ada-ado | 0 | 4226 | -----------------------------------------------------------------------
-- ADO Tests -- Database sequence generator
-- Copyright (C) 2009, 2010, 2011, 2012, 2015 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compli... |
oeis/193/A193361.asm | neoneye/loda-programs | 11 | 2249 | ; A193361: a(0)=0, a(1)=0; for n>1, a(n) = a(n-1) + (n-3)*a(n-2) + 1.
; Submitted by <NAME>
; 0,0,1,2,4,9,22,59,170,525,1716,5917,21362,80533,315516,1281913,5383622,23330405,104084736,477371217,2246811730,10839493637,53528916508,270318789249,1394426035918,7341439399397,39413238225512,215607783811041,1200938739448842,68... |
smsq/atari/nasty.asm | olifink/smsqe | 0 | 3873 | <filename>smsq/atari/nasty.asm<gh_stars>0
; Nasty Initialisation for Atari ST for SMSQ
section header
xref smsq_end
header_base
dc.l nasty_base-header_base ; length of header
dc.l 0 ; module length unknown
dc.l smsq_end-nasty_base ; loaded length
dc.l 0 ; checksum
dc.l 0 ; always select
dc.b 1 ... |
test/libraries.adb | treggit/sdlada | 89 | 5332 | <filename>test/libraries.adb
with SDL;
with SDL.Libraries;
with SDL.Log;
-- Run with: LD_LIBRARY_PATH=./gen/debug/test:$LD_LIBRARY_PATH ./gen/debug/test/libraries
procedure Libraries is
Lib : SDL.Libraries.Handles;
begin
SDL.Libraries.Load (Lib, "libtestmaths.so");
SDL.Log.Set (Category => SDL.Log.Applicat... |
scripts/Level changes/Change all cue levels by dialog.applescript | samschloegel/qlab-scripts | 8 | 4541 | <reponame>samschloegel/qlab-scripts<filename>scripts/Level changes/Change all cue levels by dialog.applescript
-- For help, bug reports, or feature suggestions, please visit https://github.com/samschloegel/qlab-scripts
-- Built for QLab 4. v211121-01
set defaultChange to "-2"
set minLevel to -100
tell application id ... |
tests/src/container_suite.adb | bracke/brackelib | 1 | 17335 | <filename>tests/src/container_suite.adb
with Stacks_Tests; use Stacks_Tests;
with Queues_Tests; use Queues_Tests;
with AUnit.Test_Caller;
package body Container_Suite is
package Caller is new AUnit.Test_Caller (Stacks_Tests.Test);
package Caller2 is new AUnit.Test_Caller (Queues_Tests.Test);
function Suite ... |
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_lmul.asm | dikdom/z88dk | 1 | 99250 | <reponame>dikdom/z88dk
; long __lmul (long left, long right)
SECTION code_clib
SECTION code_fp_am9511
PUBLIC cam32_sdcc_lmul
EXTERN asm_sdcc_readr, asm_am9511_lmul
.cam32_sdcc_lmul
; multiply two sdcc longs
;
; enter : stack = sdcc_long right, sdcc_long left, ret
;
; exit : DEHL = sdcc_long(l... |
duel-main.asm | LeifBloomquist/ArtilleryDuel | 1 | 160621 | <filename>duel-main.asm
; duel-main.asm
; <NAME> - Network game for the Commodore 64!
;
; <NAME> (Game code) <EMAIL>
; <NAME> (Network code)
; <NAME> (Testing)
; <NAME> (Testing)
; <NAME> (Explosions)
; <NAME> (Fixed point math and hardware loan)
processor 6502
org $0801
;zeropage addresses and ... |
programs/oeis/043/A043643.asm | neoneye/loda | 22 | 171493 | <reponame>neoneye/loda
; A043643: Numbers whose base-10 representation has exactly 7 runs.
; 1010101,1010102,1010103,1010104,1010105,1010106,1010107,1010108,1010109,1010120,1010121,1010123,1010124,1010125,1010126,1010127,1010128,1010129,1010130,1010131,1010132,1010134,1010135,1010136
seq $0,43639 ; Numbers whose base-... |
Task/Create-a-file/Ada/create-a-file.ada | LaudateCorpus1/RosettaCodeData | 1 | 24855 | <filename>Task/Create-a-file/Ada/create-a-file.ada
with Ada.Streams.Stream_IO, Ada.Directories;
use Ada.Streams.Stream_IO, Ada.Directories;
procedure File_Creation is
File_Handle : File_Type;
begin
Create (File_Handle, Out_File, "output.txt");
Close (File_Handle);
Create_Directory("docs");
Create (F... |
oslab6/obj/user/faultio.asm | jasha64/OperatingSystems-lab | 0 | 4562 | <filename>oslab6/obj/user/faultio.asm
obj/user/faultio.debug: 文件格式 elf32-i386
Disassembly of section .text:
00800020 <_start>:
// starts us running when we are initially loaded into a new environment.
.text
.globl _start
_start:
// See if we were started with arguments on the stack
cmpl $USTACKTOP, %esp
800... |
programs/oeis/271/A271035.asm | karttu/loda | 0 | 429 | <reponame>karttu/loda<gh_stars>0
; A271035: Number of 3 X 3 X 3 triangular 0..n arrays with some element less than a w, nw or ne neighbor exactly once.
; 10,72,294,896,2268,5040,10164,19008,33462,56056,90090,139776,210392,308448,441864,620160,854658,1158696,1547854,2040192,2656500,3420560,4359420,5503680,6887790,855036... |
lib/devices/ios/osa/background.scpt | zhichaoren/appium | 0 | 774 | on run argv
if (count of argv) > 1 then
set appName to item 1 of argv
set delayInSec to item 2 of argv as integer
end if
tell application "System Events" to tell process "Simulator"
activate
set frontmost to true
keystroke "h" using {shift down, command down} # backgr... |
programs/oeis/032/A032828.asm | neoneye/loda | 0 | 105558 | <reponame>neoneye/loda<filename>programs/oeis/032/A032828.asm
; A032828: Numbers whose set of base 16 digits is {1,4}.
; 1,4,17,20,65,68,273,276,321,324,1041,1044,1089,1092,4369,4372,4417,4420,5137,5140,5185,5188,16657,16660,16705,16708,17425,17428,17473,17476,69905,69908,69953,69956,70673,70676,70721,70724,82193,82196... |
oeis/052/A052576.asm | neoneye/loda-programs | 11 | 174368 | ; A052576: E.g.f. (1+x^2-2x^3)/(1-2x).
; Submitted by <NAME>
; 1,2,10,48,384,3840,46080,645120,10321920,185794560,3715891200,81749606400,1961990553600,51011754393600,1428329123020800,42849873690624000,1371195958099968000,46620662575398912000
mul $0,2
add $0,1
mov $2,$0
lpb $0
sub $2,$0
mov $3,$2
dif $3,$0
sub ... |
src/Human/IO.agda | MaisaMilena/JuiceMaker | 6 | 3027 | module Human.IO where
postulate IO : ∀ {a} → Set a → Set a
{-# BUILTIN IO IO #-}
|
source/runtime/pb_support-stdio_streams.adb | mgrojo/protobuf | 12 | 27138 | -- MIT License
--
-- Copyright (c) 2020 <NAME>
--
-- 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... |
tests/lr35902/op_ED.asm | fengjixuchui/sjasmplus | 220 | 163844 | ; almost all of these should fail on LR35902
; (some will emit damaged machine code of legit LR35902 instruction, like LD A,R)
; `RETI` has valid opcode 0xD9 on LR35902, `LD (nn),sp` has valid opcode 0x08
in b,(c) ; #ED40
out (c),b ; #ED41
sbc hl,bc ; #ED42
ld... |
oeis/292/A292897.asm | neoneye/loda-programs | 11 | 24801 | <reponame>neoneye/loda-programs
; A292897: a(n) = -Sum_{k=1..3}(-1)^(n-k)*hypergeom([k, k-n-3], [], 1).
; Submitted by <NAME>
; 3,7,27,129,755,5187,40923,364333,3611811,39448095,470573723,6086754297,84847445907,1267953887899,20220829211355,342759892460517,6153802869270083,116652857267320503,2328215691932062491,48800672... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.