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 |
|---|---|---|---|---|
_server/blockly/MotaAction.g4 | onekb/mota-js | 0 | 2876 | grammar MotaAction;
//===============parser===============
//===blockly语句===
//事件 事件编辑器入口之一
event_m
: '事件' BGNL? Newline '覆盖触发器' Bool '启用' Bool '通行状态' B_0_List '动画' Bool '显伤' Bool BGNL? Newline action+ BEND
/* event_m
tooltip : 编辑魔塔的事件
helpUrl : https://h5mota.com/games/template/docs/#/event
default : [fa... |
src/AssocFree/STLambdaC/Exp.agda | agda/agda-assoc-free | 3 | 13204 | <gh_stars>1-10
open import Function using () renaming ( _∘′_ to _∘_ )
open import Relation.Binary.PropositionalEquality using
( _≡_ ; refl ; sym ; cong ; cong₂ ; subst )
open import AssocFree.Util using ( subst-natural )
import AssocFree.STLambdaC.Typ
open Relation.Binary.PropositionalEquality.≡-Reasoning using (... |
Source/Assembly/bootloader.asm | vitorfeliper/GGOS | 0 | 7044 | <reponame>vitorfeliper/GGOS<gh_stars>0
%include "D:/GGOS/Source/Assembly/settings.asm"
[ORG BOOTADD]
;mov ax, 0x4F02
;mov bx, 0x0115
mov ah, 0
mov al, 03
int 0x10
;
;push bp
;mov ah, 06
;mov al, 0
;mov bh, 0
;xor cx, cx
;mov dh, 25
;mov dl, 80
;int 10h
;pop bp
push word 0x3F8
call initSerial
pu... |
test5.asm | abhimanyudwivedi/mp-testing | 0 | 25821 | <reponame>abhimanyudwivedi/mp-testing
.MODEL SMALL
.STACK
.DATA
PA EQU 01190H
PB EQU 01191H
PC EQU 01192H
CR EQU 01193H
CLEAR DB 0FFH,0FFH,0FFH,0FFH
FIRE DB 61H,11H,9FH,71H,01H,11H,9FH,71H,61H,11H,9FH,71H
N DB 10H
.CODE
START: MOV AX,@DATA
MOV DS,AX
... |
programs/oeis/017/A017190.asm | neoneye/loda | 22 | 87302 | <filename>programs/oeis/017/A017190.asm
; A017190: a(n) = (9*n + 2)^6.
; 64,1771561,64000000,594823321,3010936384,10779215329,30840979456,75418890625,164206490176,326940373369,606355001344,1061520150601,1771561000000,2839760855281,4398046511104,6611856250609,9685390482496,13867245015625,19456426971136,26808753332089,36... |
tools/compare_trdos_files_plus.asm | alexanderbazhenoff/zx-spectrum-various | 0 | 16491 | ORG #6000
TRKSC1 EQU #7502 ;FIRST TRACK/SECTOR OF 1
TRKSC2 EQU #8A01 ;FIRST TRACK/SECTOR OF 2
ADDR EQU #5B00 ;STARTADDR OF DIFFERENCES
LENGHT EQU #A1 ;LENGHT (SEC)
MODE EQU 0 ;0 - XOR, 1 - PUT DIFFERENCES OF 1,
;2 - PUT DIFFERENCES OF 2
... |
programs/oeis/106/A106621.asm | neoneye/loda | 22 | 160558 | ; A106621: a(n) = numerator of n/(n+20).
; 0,1,1,3,1,1,3,7,2,9,1,11,3,13,7,3,4,17,9,19,1,21,11,23,6,5,13,27,7,29,3,31,8,33,17,7,9,37,19,39,2,41,21,43,11,9,23,47,12,49,5,51,13,53,27,11,14,57,29,59,3,61,31,63,16,13,33,67,17,69,7,71,18,73,37,15,19,77,39,79,4,81,41,83,21,17,43,87,22,89,9,91,23,93,47,19,24,97,49,99
mov $1,... |
programs/oeis/017/A017443.asm | neoneye/loda | 22 | 97804 | ; A017443: a(n) = (11*n + 4)^7.
; 16384,170859375,8031810176,94931877133,587068342272,2488651484819,8235430000000,22876792454961,55784660123648,122987386542487,250226879128704,476837158203125,860542568759296,1483273860320763,2458100350228352,3937376385699289,6122200320000000,9273284218074431,13723332506969728,198910277... |
alloy4fun_models/trashltl/models/9/oQx8SERL3W7BXXFmW.als | Kaixi26/org.alloytools.alloy | 0 | 712 | open main
pred idoQx8SERL3W7BXXFmW_prop10 {
always all f: Protected | f not in Trash and f not in File
}
pred __repair { idoQx8SERL3W7BXXFmW_prop10 }
check __repair { idoQx8SERL3W7BXXFmW_prop10 <=> prop10o } |
projects/batfish/src/main/antlr4/org/batfish/grammar/cisco_asa/AsaLegacy_acl.g4 | adiapel/batfish | 0 | 1068 | parser grammar AsaLegacy_acl;
import Asa_common;
options {
tokenVocab = AsaLexer;
}
access_list_ip_range
:
(
ip = IP_ADDRESS wildcard = IP_ADDRESS
)
| ANY
| ANY4
|
(
HOST? ip = IP_ADDRESS
)
| prefix = IP_PREFIX
|
(
ADDRGROUP address_group = variable
)
|
(
... |
programs/oeis/338/A338041.asm | karttu/loda | 0 | 179424 | <filename>programs/oeis/338/A338041.asm<gh_stars>0
; A338041: Draw n rays from each of two distinct points in the plane; a(n) is the number of regions thus created. See Comments for details.
; 1,2,7,6,15,12,25,20,37,30,51,42,67,56,85,72,105,90,127,110,151,132,177,156,205,182,235,210,267,240,301,272,337,306,375,342,415,... |
kernel.asm | nicobokhari13/CIS450_P2_MLFQ_in_xv6 | 0 | 167702 |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... |
oeis/230/A230800.asm | neoneye/loda-programs | 11 | 27691 | <filename>oeis/230/A230800.asm<gh_stars>10-100
; A230800: Number of n X 2 0..3 arrays x(i,j) with each element horizontally or vertically next to at least one element with value (x(i,j)+1) mod 4 and at least one element with value (x(i,j)-1) mod 4, and upper left element zero.
; Submitted by <NAME>
; 0,2,2,16,34,154,43... |
basic/src/commands/graphics2.asm | paulscottrobson/eris | 13 | 95917 | <filename>basic/src/commands/graphics2.asm
; *****************************************************************************
; *****************************************************************************
;
; Name: graphics2.asm
; Purpose: More Simple Graphics keywords
; Created: 25th March 2020
; Reviewed: TODO
; ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_242.asm | ljhsiun2/medusa | 9 | 81206 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %r9
push %rbx
push %rsi
lea addresses_WC_ht+0x9c7, %r13
nop
nop
add $18858, %rsi
mov $0x6162636465666768, %rbx
movq %rbx, %xmm7
and $0xffffffffffffffc0, %r13
movntdq %xmm7, (%r13)
and %r14, %r14
lea addresses_A_ht+0x22f1, %r9
clfl... |
access/equip.asm | minblock/msdos | 0 | 92365 | <gh_stars>0
;************************************************************************
; *
; Copyright (C) 1991 by Trace Center *
; *
; EQUIP.ASM *
; *
;************************************************************************
TITLE Equip
page 80,180
; BUG equ true
E... |
programs/oeis/081/A081057.asm | karttu/loda | 0 | 97802 | <filename>programs/oeis/081/A081057.asm
; A081057: E.g.f.: Sum_{n>=0} a(n)*x^n/n! = {Sum_{n>=0} F(n+1)*x^n/n!}^2, where F(n) is the n-th Fibonacci number.
; 1,2,6,18,58,186,602,1946,6298,20378,65946,213402,690586,2234778,7231898,23402906,75733402,245078426,793090458,2566494618,8305351066,26876680602,86974765466,2814562... |
07/StackArithmetic_tests/SimpleAdd/SimpleAdd.asm | ashiroji/Nand2Tetris | 0 | 82443 | //push constant 7
@7 //A=index
D=A //D is now the constant
@SP
A=M //A = @SP
M=D //M[A] = value to push
@SP
M=M+1 //sp+1
//push constant 8
@8 //A=index
D=A //D is now the constant
@SP
A=M //A = @SP
M=D //M[A] = value to push
@SP
M=M+1 //sp+1
//add
@SP
AM=M-1 //AM[SP] = M[SP] - 1 e.g @y
D=M //D=M[A] e.g... |
CP/Session2.agda | banacorn/bidirectional | 2 | 3898 | <filename>CP/Session2.agda
open import Relation.Binary using (Decidable; DecSetoid)
open import Level
module CP.Session2 {a} (ChanSetoid : DecSetoid zero a) (Type : Set) where
Chan : Set
Chan = DecSetoid.Carrier ChanSetoid
_≟Chan_ = DecSetoid._≟_ ChanSetoid
_≈Chan_ = DecSetoid._≈_ ChanSetoid
_≉Chan_ = DecSetoid._... |
Library/GrObj/Guardian/grobjVisGuardian.asm | steakknife/pcgeos | 504 | 21680 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GrObj
FILE: objectVisGuardian.asm
AUTHOR: <NAME>, Dec 6, 1991
ROUTINES:
Name Description
---- -----... |
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_tanh.asm | dikdom/z88dk | 1 | 3120 | <filename>libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_tanh.asm
SECTION code_fp_am9511
PUBLIC cam32_sdcc_tanh
EXTERN asm_sdcc_read1, _am9511_tanh
.cam32_sdcc_tanh
call asm_sdcc_read1
jp _am9511_tanh
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1335.asm | ljhsiun2/medusa | 9 | 11675 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1335.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x200f, %r8
nop
nop
nop
nop
nop
sub %r14, %r14
mov $0x6162636465666768, %r10
movq %r10, %... |
source/data.asm | paulscottrobson/rpl-32 | 0 | 162232 | ; ******************************************************************************
; ******************************************************************************
;
; Name : data.asm
; Purpose : Data Allocation.
; Author : <NAME> (<EMAIL>)
; Created : 3rd October 2019
;
; ***************************************... |
zad2_5.asm | tomwisniewskiprv/ASM | 1 | 23113 | <gh_stars>1-10
;worksheet 2
;exercise 5
;INT 16h AH = 00h - read keystroke
;Return: AL = character read from standard input
%TITLE "READ UNTIL ENTER"
.8086
.MODEL small
.STACK 256
.DATA
ENTER_KEY equ 0Dh
CHARS dw 010h
.CODE
MAIN PROC
mov ax , @DATA
mov ds , ax
mov bx , ENTER_KEY
... |
tools/gen/gen-write_xml.adb | reznikmm/increment | 5 | 25024 | -- Copyright (c) 2015-2017 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
with Ada.Wide_Wide_Text_IO;
with Anagram.Grammars.LR;
with Anagram.Grammars.LR_Tables;
with League.Strings;
with XML.SAX.Attributes;
with XML.S... |
Task/Echo-server/Ada/echo-server-2.ada | mbirabhadra/RosettaCodeData | 1 | 10093 | with Ada.Text_IO;
with Ada.IO_Exceptions;
with GNAT.Sockets;
procedure echo_server_multi is
-- Multiple socket connections example based on Rosetta Code echo server.
Tasks_To_Create : constant := 3; -- simultaneous socket connections.
-------------------------------------------------------------------------------
... |
data/baseStats_weird/omanyte_alt.asm | longlostsoul/EvoYellow | 16 | 27543 | <gh_stars>10-100
db DEX_OMANYTE ; pokedex id
db 35 ; base hp
db 40 ; base attack
db 100 ; base defense
db 35 ; base speed
db 90 ; base special
db BUG ; species type 1
db WATER ; species type 2
db 33 ; catch rate
db 120 ; base exp yield
INCBIN "pic/ymon/omanyte.pic",0,1 ; 55, sprite dimensions
dw OmanytePicFront
dw Oman... |
programs/oeis/157/A157112.asm | karttu/loda | 1 | 24163 | ; A157112: a(n) = 5651522*n^2 - 8761372*n + 3395619.
; 285769,8478963,27975201,58774483,100876809,154282179,218990593,295002051,382316553,480934099,590854689,712078323,844605001,988434723,1143567489,1310003299,1487742153,1676784051,1877128993,2088776979,2311728009,2545982083,2791539201,3048399363,3316562569,3596028819,... |
src/Categories/Category/Unbundled/Properties.agda | Trebor-Huang/agda-categories | 279 | 13798 | <filename>src/Categories/Category/Unbundled/Properties.agda
{-# OPTIONS --without-K --safe #-}
module Categories.Category.Unbundled.Properties where
-- The Obj-unbundled Category is equivalent (as a type) to the
-- usual kind. Quite straightforward and because of η, the proofs are just refl.
open import Data.Product ... |
oeis/157/A157855.asm | neoneye/loda-programs | 11 | 11832 | ; A157855: 103680000n^2 - 46108800n + 5126401.
; 62697601,327628801,799920001,1479571201,2366582401,3460953601,4762684801,6271776001,7988227201,9912038401,12043209601,14381740801,16927632001,19680883201,22641494401,25809465601,29184796801,32767488001,36557539201,40554950401,44759721601,49171852801,53791344001,586181952... |
src/VMTranslator/fixtures/FunctionCalls/StaticsTest/StaticsTest.raw.asm | tuzmusic/HackManager | 1 | 85486 | <reponame>tuzmusic/HackManager
@256 // ** 0A: BOOTSTRAP THE SYSTEM ** (set the start of the stack to addr 256)
D=A // store the current address as a value
@SP // write value of D to "SP"
M=D // write value of D to current location - ... |
nasm assembly/test -1/abhi_test.asm | AI-Factor-y/NASM-library | 0 | 18164 | <filename>nasm assembly/test -1/abhi_test.asm<gh_stars>0
section .data
msg1 : db 'debug here --',10
l1 : equ $-msg1
msg2 : db 'enter the size of array 1 (n1): '
l2 : equ $-msg2
msg3 : db 'enter the sorted array 1 (ascending) : ',10
l3 : equ $-msg3
msg4 : db 'enter the size of array 2 (n2): '
l4... |
src/NfModel.agda | andreasabel/ipl | 19 | 13017 | -- A Beth model of normal forms
open import Library hiding (_∈_; All)
module NfModel (Base : Set) where
import Formulas ; open module Form = Formulas Base
import Derivations; open module Der = Derivations Base
-- Beth model
-- A cover for Γ is the skeleton of a case tree that can be formed in Γ.
-- It contai... |
programs/oeis/193/A193641.asm | karttu/loda | 1 | 9212 | <filename>programs/oeis/193/A193641.asm<gh_stars>1-10
; A193641: Number of arrays of -1..1 integers x(1..n) with every x(i) in a subsequence of length 1 or 2 with sum zero.
; 1,3,7,15,33,73,161,355,783,1727,3809,8401,18529,40867,90135,198799,438465,967065,2132929,4704323,10375711,22884351,50473025,111321761,245527873,5... |
CSE312/HW1/src/BubbleSort.asm | abdcelik/GTU | 2 | 163211 | <reponame>abdcelik/GTU
.data
msg.size: .asciiz "Enter the size: "
msg.size_err: .asciiz "Error! Size must be positive integer.\n"
msg.item: .asciiz ". item: "
msg.comma: .asciiz ", "
msg.newline: .asciiz "\n"
.text
.globl main
main:
getPosInt:
la $a0, msg.size
addiu $v0, $zero, 4
syscall # print size messa... |
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/scalbln.asm | meesokim/z88dk | 0 | 15715 | <filename>libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/scalbln.asm
SECTION code_fp_math48
PUBLIC _scalbln
EXTERN cm48_sdccix_scalbln
defc _scalbln = cm48_sdccix_scalbln
|
src/Relation/Ternary/Separation.agda | laMudri/linear.agda | 34 | 9031 | <filename>src/Relation/Ternary/Separation.agda
{-# OPTIONS --safe --without-K #-}
-- Proof relevant separation algebras
module Relation.Ternary.Separation where
open import Function
open import Level
open import Data.Unit using (tt; ⊤)
open import Data.Product hiding (map)
open import Data.List.Relation.Ternary.Inte... |
specs/ada/common/tkmrpc-request-convert.ads | DrenfongWong/tkm-rpc | 0 | 5166 | <reponame>DrenfongWong/tkm-rpc
with Ada.Streams;
with Ada.Unchecked_Conversion;
package Tkmrpc.Request.Convert is
subtype Stream_Range is Ada.Streams.Stream_Element_Offset range
1 .. Request_Size;
subtype Stream_Type is Ada.Streams.Stream_Element_Array (Stream_Range);
function To_Stream is new Ada.Unc... |
test.asm | mattbernardini/virtual-machine | 0 | 92812 | READ X
READ Y
READ Z
LOAD X
ADD Y
ADD Z
STORE X
WRITE X
STOP
X 0
Y 0
Z 0 |
oeis/164/A164110.asm | neoneye/loda-programs | 11 | 175896 | <reponame>neoneye/loda-programs
; A164110: a(n) = 12*a(n-1) - 34*a(n-2) for n > 1; a(0) = 5, a(1) = 36.
; Submitted by <NAME>
; 5,36,262,1920,14132,104304,771160,5707584,42271568,313200960,2321178208,17205305856,127543611200,945542935296,7010032442752,51971929512960,385322051101952,2856819009782784,21180878379927040,15... |
libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_ddiv.asm | jpoikela/z88dk | 640 | 164576 |
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sccz80p_ddiv
EXTERN cm48_sccz80p_dcallee1_0, am48_ddiv
cm48_sccz80p_ddiv:
; sccz80 float primitive
;
; enter : AC'(BCDEHL') = divisor = double x (math48)
; stack = dividend y (sccz80), ret
;
; exit : AC'(BCDEHL') = y/x
;
;... |
TypeTheory/FibDataTypes/Types.agda | hbasold/Sandbox | 0 | 16201 | <reponame>hbasold/Sandbox
module Types where
import Level
open import Data.Unit as Unit renaming (tt to ∗)
open import Data.List as List
open import Data.Product
open import Categories.Category using (Category)
open import Function
open import Relation.Binary.PropositionalEquality as PE hiding ([_]; subst)
open impor... |
programs/oeis/087/A087404.asm | karttu/loda | 0 | 6823 | <gh_stars>0
; A087404: a(n) = 4a(n-1) + 5a(n-2).
; 2,4,26,124,626,3124,15626,78124,390626,1953124,9765626,48828124,244140626,1220703124,6103515626,30517578124,152587890626,762939453124,3814697265626,19073486328124,95367431640626,476837158203124
mov $2,$0
add $2,1
mov $3,$2
mod $3,2
mov $1,$3
mov $4,5
pow $4,$0
add $1,... |
alloy4fun_models/trashltl/models/5/FZ28CNLebygEuv5XR.als | Kaixi26/org.alloytools.alloy | 0 | 1933 | open main
pred idFZ28CNLebygEuv5XR_prop6 {
all f:File | f in Trash implies always f in Trash
}
pred __repair { idFZ28CNLebygEuv5XR_prop6 }
check __repair { idFZ28CNLebygEuv5XR_prop6 <=> prop6o } |
programs/oeis/070/A070595.asm | karttu/loda | 1 | 102987 | <reponame>karttu/loda
; A070595: n^5 mod 9.
; 0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1,5,0,7,2,0,4,8,0,1
mov $1,$0
pow $1,5
mod $1,9
|
language/alloy/exercises/tree.als | pogin503/vbautil | 0 | 3631 | module exercises/tree
sig Tree {
root: Node
right: Tree -> Tree
left: Tree -> Tree
}
pred isTree (r: unitv -> univ) {
/* hasNode, hasLeaf, left, right
木の性質とは
*/
}
run isTree for 4
|
Klient/klient_assets_package.adb | albinjal/Ada_Project | 4 | 27932 | with TJa.Sockets; use TJa.Sockets;
with Ada.Exceptions; use Ada.Exceptions;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Integer_Text_IO; use Ada.Integer_Text_IO;
with Yatzy_graphics_package; use Yatzy_graphics_package;
with TJa.Window.Text; use TJa.Window.Text;
with TJa.Window.Elementary; use ... |
tests/ships-test_data-tests-proto_ships_container.ads | thindil/steamsky | 80 | 4752 | package Ships.Test_Data.Tests.Proto_Ships_Container is
end Ships.Test_Data.Tests.Proto_Ships_Container;
|
programs/oeis/134/A134479.asm | neoneye/loda | 22 | 165671 | ; A134479: Row sums of triangle A134478.
; 1,3,9,18,30,45,63,84,108,135,165,198,234,273,315,360,408,459,513,570,630,693,759,828,900,975,1053,1134,1218,1305,1395,1488,1584,1683,1785,1890,1998,2109,2223,2340,2460,2583,2709,2838,2970,3105,3243,3384,3528,3675,3825,3978,4134,4293,4455,4620,4788,4959,5133,5310,5490,5673,5859... |
src/main_slave_itsybitsy.adb | hgrodriguez/spi_two_devices | 0 | 4466 | --===========================================================================
--
-- This is the main slave program for the ItsyBitsy for the
-- use cases:
-- 2: Master Pico -> Slave ItsyBitsy
-- 4: Master ItsyBitsy -> Slave ItsyBitsy
--
--=========================================================... |
programs/oeis/046/A046818.asm | neoneye/loda | 22 | 2990 | ; A046818: Number of 1's in binary expansion of 3n+1.
; 1,1,3,2,3,1,3,3,3,3,5,2,3,2,4,4,3,3,5,4,5,1,3,3,3,3,5,3,4,3,5,5,3,3,5,4,5,3,5,5,5,5,7,2,3,2,4,4,3,3,5,4,5,2,4,4,4,4,6,4,5,4,6,6,3,3,5,4,5,3,5,5,5,5,7,4,5,4,6,6,5,5,7,6,7,1,3,3,3,3,5,3,4,3,5,5,3,3,5,4
mul $0,3
add $0,1
seq $0,120 ; 1's-counting sequence: number of... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_176.asm | ljhsiun2/medusa | 9 | 247769 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_176.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x11d08, %r12
nop
nop
nop
nop
and %r9, %r9
mov $0x6162... |
fasm/simple.asm | Kharacternyk/ceto19 | 0 | 242599 | <reponame>Kharacternyk/ceto19
; Fill `cubes` array.
cubes=buffer
zer rdi
@@: inc rdi
mov rbx, rdi
imul rbx, rdi; ^2
imul rbx, rdi; ^3
mov [cubes+rdi*8], rbx
cmp rbx, rax
jb @b
; Store the highest index.
mov rcx, rdi
; Counter.
zer r9
; Check every combination, x>=y>=z.
mov... |
c2000/C2000Ware_1_00_06_00/libraries/dsp/VCU/c28/examples/fft/2837x_vcu0_cfft_64/cfft_64_data.asm | ramok/Themis_ForHPSDR | 0 | 27405 | ;******************************************************************************
;******************************************************************************
;
; FILE: cfft_64_data.asm
;
; DESCRIPTION: Input test data for the FFT
;
;******************************************************************************
; ... |
test/Succeed/Issue4970.agda | shlevy/agda | 0 | 1422 |
open import Agda.Builtin.Sigma renaming (fst to proj₁; snd to proj₂)
open import Agda.Builtin.Nat renaming (Nat to ℕ)
NEX : Set₁
NEX = Σ Set λ A → (ℕ → A)
variable
A : NEX
B : A .proj₁ → NEX
[Σ] : (A : NEX) → (B : A .proj₁ → NEX) → NEX
[Σ] A B .proj₁ = Σ (A .proj₁) λ x → B x .proj₁
[Σ] A B .proj₂ n = A .proj₂ n... |
src/renderer.ads | Kidev/DemoAdaPhysics2D | 5 | 29231 | with Entities; use Entities;
with Worlds; use Worlds;
with Vectors2D; use Vectors2D;
with HAL.Bitmap; use HAL.Bitmap;
with Materials; use Materials;
with DemoLogic; use DemoLogic;
with Links; use Links;
package Renderer is
-- Displays the entities passed
procedure Render(W : in out World; Cue : VisualCue);
... |
test/Succeed/ForallForParameters.agda | redfish64/autonomic-agda | 3 | 12393 | module ForallForParameters
(F : Set -> Set -> Set) X {Y} (Z : F X Y) where
data List A : Set where
[] : List A
_::_ : A -> List A -> List A
module M A {B} (C : F A B) where
data D : Set -> Set where
d : A -> D A
data P A : D A -> Set where
data Q {A} X : P A X -> Set where
module N I J K = ... |
libsrc/_DEVELOPMENT/l/z80/l_compare_de_hl.asm | meesokim/z88dk | 0 | 26708 |
SECTION code_l
PUBLIC l_compare_de_hl
EXTERN l_jpix
l_compare_de_hl:
; enter : ix = compare function
; de = left operand
; hl = right operand
;
; exit : *de >= *hl if p flag set
; *de << *hl if m flag set
; *de == *hl if z flag set and a==0
; carry reset
;... |
src/coreclr/src/vm/amd64/UMThunkStub.asm | AlFasGD/runtime | 2 | 243093 | <reponame>AlFasGD/runtime
; 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>
include AsmConstants.inc
extern TheUMEntryPr... |
src/intel/tools/tests/gen6/sel.asm | SoftReaper/Mesa-Renoir-deb | 0 | 26984 | (+f0.0) sel(8) g40<1>UD g5<4>UD g6<4>UD { align16 1Q };
(-f0.0) sel(8) g6<1>UD g13<8,8,1>UD 0x00000000UD { align1 1Q };
(-f0.0) sel(16) g7<1>UD g9<8,8,1>UD 0x00000000UD { align1 1H };
(+f0.0) sel(8) g2<1>UD g31<8,8,1>UD g34<8,8,1>UD { align1 1Q };
(+f... |
programs/oeis/313/A313476.asm | karttu/loda | 0 | 101405 | <reponame>karttu/loda<gh_stars>0
; A313476: Coordination sequence Gal.5.53.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,10,14,18,22,26,30,34,39,44,49,54,58,62,66,70,74,78,83,88,93,98,102,106,110,114,118,122,127,132,137,142,1... |
features/misc.asm | SuriyaaKudoIsc/alos | 3 | 97255 | <reponame>SuriyaaKudoIsc/alos
; ==================================================================
; alOS -- The alOS kernel
; Copyright (C) 2016-present alOS Developers -- see LICENSE.md
;
; MISCELLANEOUS ROUTINES
; ==================================================================
; ---------------------------------... |
alloy4fun_models/trashltl/models/10/Szc8pTYbHakTX9n6c.als | Kaixi26/org.alloytools.alloy | 0 | 4360 | open main
pred idSzc8pTYbHakTX9n6c_prop11 {
all f:File | f not in Protected implies after f in Protected
}
pred __repair { idSzc8pTYbHakTX9n6c_prop11 }
check __repair { idSzc8pTYbHakTX9n6c_prop11 <=> prop11o } |
programs/oeis/066/A066141.asm | neoneye/loda | 22 | 241762 | ; A066141: a(n) = n^(n-1) + n + 1.
; 3,5,13,69,631,7783,117657,2097161,43046731,1000000011,25937424613,743008370701,23298085122495,793714773254159,29192926025390641,1152921504606846993,48661191875666868499,2185911559738696531987,104127350297911241532861,5242880000000000000000021,278218429446951548637196423,155194489711... |
src/orig/dds-request_reply-untypedcommon.adb | alexcamposruiz/dds-requestreply | 0 | 26685 | <reponame>alexcamposruiz/dds-requestreply
with DDS.DomainParticipantFactory;
with DDS.TopicListener;
with GNAT.Source_Info;
package body DDS.Request_Reply.Untypedcommon is
-- void DebugDataWriterListener_on_publication_matched(DDS_DataWriter* writer,
-- const struct DDS_PublicationMatchedStatus* s... |
Cubical/Data/InfNat.agda | dan-iel-lee/cubical | 0 | 4912 | {-# OPTIONS --cubical --no-import-sorts --no-exact-split --safe #-}
module Cubical.Data.InfNat where
open import Cubical.Data.InfNat.Base public
open import Cubical.Data.InfNat.Properties public
|
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/sfc/ys_w61.asm | prismotizm/gigaleak | 0 | 86173 | Name: ys_w61.asm
Type: file
Size: 18310
Last-Modified: '2016-05-13T04:50:38Z'
SHA-1: 8E94AA948F32F5699EF118EADF493C91D086DD4E
Description: null
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_671.asm | ljhsiun2/medusa | 9 | 19747 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rdi
push %rsi
lea addresses_A_ht+0x10ca5, %rdi
nop
nop
nop
add %rsi, %rsi
and $0xffffffffffffffc0, %rdi
vmovaps (%rdi), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $1, %xmm6, %r8
nop
nop
nop
nop
cmp $40500, %r13
pop %rsi
pop %rdi
pop %r8
pop %r13
ret... |
roms/giko019.asm | bokuweb/rustynes | 423 | 16760 | <reponame>bokuweb/rustynes
; マッパー3サンプル
; INESヘッダー
.inesprg 1 ; - プログラム1バンク
.ineschr 2 ; - グラフィック2バンク
.inesmir 1 ; - 垂直ミラーリング
.inesmap 3 ; - マッパー3番(CNROM)
; ゼロページ
ViewAdr_L = $00 ; ネームテーブルアドレス(下位)
ViewAdr_H = $01 ; ネームテーブルアドレス(上位)
MapAdr_L = $02 ; マップアドレス(下位)
MapAdr_H = $03 ; マップアドレス(下位)... |
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/fmod.asm | jpoikela/z88dk | 640 | 3726 |
SECTION code_clib
SECTION code_fp_math48
PUBLIC _fmod
EXTERN cm48_sdccix_fmod
defc _fmod = cm48_sdccix_fmod
|
workshop/tests/src/workshop_suite.ads | TNO/Rejuvenation-Ada | 0 | 24453 | <reponame>TNO/Rejuvenation-Ada
with AUnit.Test_Suites; use AUnit.Test_Suites;
package Workshop_Suite is
function Suite return Access_Test_Suite;
end Workshop_Suite;
|
data/wildPokemon/waterpokemon.asm | AmateurPanda92/pokemon-rby-dx | 9 | 84593 | WaterMons:
db $00
db $05
db 5,TENTACOOL
db 10,TENTACOOL
db 15,TENTACOOL
db 5,TENTACOOL
db 10,TENTACOOL
db 15,TENTACOOL
db 20,TENTACOOL
db 30,TENTACOOL
db 35,TENTACOOL
db 40,TENTACOOL
|
programs/oeis/192/A192762.asm | neoneye/loda | 0 | 10135 | ; A192762: Coefficient of x in the reduction by x^2->x+1 of the polynomial p(n,x) defined below in Comments.
; 0,1,6,13,26,47,82,139,232,383,628,1025,1668,2709,4394,7121,11534,18675,30230,48927,79180,128131,207336,335493,542856,878377,1421262,2299669,3720962,6020663,9741658,15762355,25504048,41266439,66770524
seq $0,1... |
src/kernel/interrupts/irqs_handler.asm | thpertic/LostOS | 8 | 11123 | <filename>src/kernel/interrupts/irqs_handler.asm
; define a macro, taking one parameter
; %1 accesses the first parameter, %2 the second.
%macro IRQ 2
global irq%1
irq%1:
cli
push byte 0 ; Note that these don't push an error code on the stack:
; We need to push a dumm... |
src/third_party/nasm/test/br3385573.asm | Mr-Sheep/naiveproxy | 2,219 | 99294 | ;Testname=unoptimized; Arguments=-O0 -fbin -obr3385573.bin; Files=stdout stderr br3385573.bin
;Testname=optimized; Arguments=-Ox -fbin -obr3385573.bin; Files=stdout stderr br3385573.bin
[bits 64]
vpmovsxbw ymm1, xmm2
vpsllw ymm1, ymm2, 3
vpslld ymm1, ymm2, 3
vpsllq ymm1, ymm2, 3
vpsrld ymm1, ymm2, 3
vpsrad... |
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_insert_callee.asm | meesokim/z88dk | 0 | 94101 | <reponame>meesokim/z88dk
; size_t b_array_insert(b_array_t *a, size_t idx, int c)
SECTION code_adt_b_array
PUBLIC b_array_insert_callee
b_array_insert_callee:
pop hl
pop de
pop bc
ex (sp),hl
INCLUDE "adt/b_array/z80/asm_b_array_insert.asm"
|
externalhooks.asm | Catobat/z3randomizer | 26 | 96718 | <filename>externalhooks.asm
org $298000 ; 0x148000
Ext_OnFileCreate: ;x
RTL : RTL : RTL : RTL : RTL
Ext_OnFileLoad: ;x immediately after load
RTL : RTL : RTL : RTL : RTL
Ext_OnFileSave: ;x immediately before save
RTL : RTL : RTL : RTL : RTL
Ext_OnPlayerDeath: ;x
RTL : RTL : RTL : RTL : RTL
Ext_OnMapUse: ;x
RTL : RTL : ... |
HW4-Ramtin/Q2/MiniJava.g4 | ramtin-ehsani/IUSTCompiler | 0 | 3641 | grammar MiniJava;
program:
mainClass (classDeclaration)* EOF;
// parser rules
mainClass:
'class' ID '{' PUBLIC STATIC VOID MAIN '(' STRING '[' ']' ID ')' '{' statement '}' '}';
classDeclaration:
'class' ID (EXTENDS ID)? '{' (varDeclaration)* (methodDeclaration)* '}';
varDeclaration:
type_t ID ';';
... |
ASS4/sqrt (q3).asm | rahulkumawat1/NASM | 0 | 4338 | <filename>ASS4/sqrt (q3).asm
section .text
global main
extern scanf
extern printf
print:
push ebp
mov ebp, esp
sub esp, 8
fst qword[ebp-8]
push format2
call printf
mov esp, ebp
pop ebp
ret
read:
push ebp
mov ebp, esp
sub esp, 8
lea eax, [esp]
push eax
push format1
call scanf
fld qword[ebp-8]
mov esp, ebp
pop ebp
... |
src/Shopify.g4 | k----n/ShopifyWintership2017 | 0 | 6209 | <gh_stars>0
grammar Shopify;
/**
Generator grammar for shopify's specific json structure
Copyright 2016 <NAME>, <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/l... |
programs/oeis/011/A011001.asm | karttu/loda | 1 | 80860 | ; A011001: Binomial coefficient C(n,48).
; 1,49,1225,20825,270725,2869685,25827165,202927725,1420494075,8996462475,52179482355,279871768995,1399358844975,6566222272575,29078984349975,122131734269895,488526937079580,1867897112363100,6848956078664700,24151581961607100
add $0,48
mov $1,$0
bin $1,48
|
src/asf-responses-mockup.ads | Letractively/ada-asf | 0 | 14832 | -----------------------------------------------------------------------
-- asf.responses.mockup -- ASF Response mockup
-- Copyright (C) 2010, 2011 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the L... |
programs/oeis/022/A022841.asm | karttu/loda | 0 | 14260 | ; A022841: Beatty sequence for sqrt(7).
; 2,5,7,10,13,15,18,21,23,26,29,31,34,37,39,42,44,47,50,52,55,58,60,63,66,68,71,74,76,79,82,84,87,89,92,95,97,100,103,105,108,111,113,116,119,121,124,126,129,132,134,137,140,142,145,148,150,153,156,158,161,164,166,169,171,174,177,179,182,185,187,190,193,195,198,201,203,206,209,21... |
src/Projects/eu_projects-node_tables.adb | fintatarta/eugen | 0 | 10648 | <reponame>fintatarta/eugen<gh_stars>0
with Ada.Text_IO; use Ada.Text_IO;
package body EU_Projects.Node_Tables is
procedure Dump (T : Node_Table) is
use Node_Maps;
begin
for Pos in T.Table.Iterate loop
Put_Line (EU_Projects.Nodes.To_String(Key (Pos)) & ":");
end loop;
end Dump;
-... |
KEK/Source/Macosx-amd64/Window.asm | MarcasRealAccount/VulkanInAssemblyWHYYYYY | 3 | 4378 | %include "Common.asminc"
%if BUILD_IS_SYSTEM_MACOSX && BUILD_IS_PLATFORM_AMD64
%include "Macosx-amd64/LibC.asminc"
%include "Macosx-amd64/GLFW.asminc"
%include "Macosx-amd64/Logger.asminc"
%include "Macosx-amd64/Window.asminc"
extern _AppLogger
section .rodata
GLFWErrorFormat: db "GLFW (%d) => %s", 0
section .d... |
libsrc/video/tms9918/gen_set_mode.asm | ahjelm/z88dk | 4 | 178110 | <reponame>ahjelm/z88dk
;
; z88dk library: Generic VDP support code
;
; extern void __FASTCALL__ msx_set_mode(unsigned char id);
;
; set screen mode
;
; $Id: gen_set_mode.asm $
;
SECTION code_clib
PUBLIC msx_set_mode
PUBLIC _msx_set_mode
INCLUDE "video/tms9918/vdp.inc"
EXTERN... |
src/test/resources/antlr_tests/LangParser.g4 | filip1097/LineCounter | 0 | 7412 | parser grammar LangParser;
@header{
import ast.ASTNode;
import ast.Opt;
import astbuilder.ASTBuilder;
}
@parser::members {
private ASTBuilder ast = new ASTBuilder(this);
/**
* This method returns the AST built by the parser.
* @return the ast.
*/
public ASTNode getAST() {
return ast.peek();
}
}
options { to... |
programs/oeis/014/A014796.asm | karttu/loda | 1 | 83105 | ; A014796: Squares of even tetrahedral numbers (A015220).
; 16,100,400,3136,7056,14400,48400,81796,132496,313600,462400,665856,1299600,1768900,2371600,4096576,5290000,6760000,10732176,13351716,16483600,24601600,29767936,35808256,50979600,60372900,71166096
mov $1,4
mov $2,$0
add $2,3
mul $1,$2
div $1,3
bin $1,3
pow $1,... |
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_2025.asm | ljhsiun2/medusa | 9 | 164978 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x615d, %r9
nop
nop
cmp %r14, %r14
movb $0x61, (%r9)
nop
nop
nop
nop
and %rbp, %rbp
lea addresses_UC_ht+0x154a1, %rsi
lea addresses_A_ht... |
oeis/081/A081857.asm | neoneye/loda-programs | 11 | 23164 | ; A081857: Jacobsthal sequence (A001045) as represented in base 4.
; Submitted by <NAME>
; 0,1,1,3,11,23,111,223,1111,2223,11111,22223,111111,222223,1111111,2222223,11111111,22222223,111111111,222222223,1111111111,2222222223,11111111111,22222222223,111111111111,222222222223,1111111111111
lpb $0
sub $0,2
mul $1,10
... |
experiments/test-suite/mutation-based/10/4/arr.als | kaiyuanw/AlloyFLCore | 1 | 4578 | <filename>experiments/test-suite/mutation-based/10/4/arr.als
pred test38 {
some disj Element0, Element1: Element {some disj Array0: Array {
Element = Element0 + Element1
Array = Array0
i2e = Array0->0->Element1 + Array0->1->Element0
length = Array0->2
NoConflict[]
}}
}
run test38 for 3 expect 1
pred test7 {
some disj E... |
newitems/jump/hole.asm | fcard/z3randomizer | 0 | 97460 | <gh_stars>0
; Skip changing Link's state to "near a hole" if he
; is jumping, so his jump isn't cancelled.
FallIntoHole:
LDA !IsJumping : BNE +
LDA #$01 : STA $5B : STA $5D
+
RTL
|
programs/oeis/028/A028235.asm | neoneye/loda | 22 | 10119 | <reponame>neoneye/loda
; A028235: If n = Product (p_j^k_j), a(n) = numerator of Sum 1/p_j (the denominator of this sum is A007947).
; 0,1,1,1,1,5,1,1,1,7,1,5,1,9,8,1,1,5,1,7,10,13,1,5,1,15,1,9,1,31,1,1,14,19,12,5,1,21,16,7,1,41,1,13,8,25,1,5,1,7,20,15,1,5,16,9,22,31,1,31,1,33,10,1,18,61,1,19,26,59,1,5,1,39,8,21,18,71,1... |
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/modular4_pkg.ads | best08618/asylo | 7 | 22214 | package Modular4_Pkg is
type Word is mod 2**48;
Zero : constant Word := 0;
function F return Word;
end Modular4_Pkg;
|
oeis/247/A247847.asm | neoneye/loda-programs | 11 | 91801 | ; A247847: Decimal expansion of m = (1-1/e^2)/2, one of Renyi's parking constants.
; Submitted by <NAME>
; 4,3,2,3,3,2,3,5,8,3,8,1,6,9,3,6,5,4,0,5,3,0,0,0,2,5,2,5,1,3,7,5,7,7,9,8,2,9,6,1,8,4,2,2,7,0,4,5,2,1,2,0,5,9,2,6,5,9,2,0,5,6,3,6,7,2,9,6,3,3,1,2,9,4,9,2,5,6,1,5,5,0,3,1,4,5,0,9,3,8,7,5,4,6,7,1,4,7,5,6
add $0,1
mov... |
programs/oeis/001/A001316.asm | jmorken/loda | 1 | 242589 | <gh_stars>1-10
; A001316: Gould's sequence: a(n) = Sum_{k=0..n} (binomial(n,k) mod 2); number of odd entries in row n of Pascal's triangle (A007318); 2^A000120(n).
; 1,2,2,4,2,4,4,8,2,4,4,8,4,8,8,16,2,4,4,8,4,8,8,16,4,8,8,16,8,16,16,32,2,4,4,8,4,8,8,16,4,8,8,16,8,16,16,32,4,8,8,16,8,16,16,32,8,16,16,32,16,32,32,64,2,4,... |
pipe-core/src/main/antlr4/uk/ac/imperial/pipe/parsers/RateGrammar.g4 | dodo0101/PIPE | 0 | 825 | <reponame>dodo0101/PIPE<gh_stars>0
grammar RateGrammar;
// PARSER
program : expression;
expression
: '(' expression ')' # parenExpression
| expression op=('*'|'/') expression # multOrDiv
| expression op=('+'|'-') expression # addOrSubtract
| 'ceil(' expression ')' ... |
alloy4fun_models/trashltl/models/5/pCTDcsoLkMawAfNnS.als | Kaixi26/org.alloytools.alloy | 0 | 807 | open main
pred idpCTDcsoLkMawAfNnS_prop6 {
always (after File in Trash)
}
pred __repair { idpCTDcsoLkMawAfNnS_prop6 }
check __repair { idpCTDcsoLkMawAfNnS_prop6 <=> prop6o } |
02_asm/fibonacci_fast.asm | Kris030/lowlew-basics | 0 | 97429 | <gh_stars>0
; declare constants
%assign WORD_SIZE 2
; N in ebx
fibonacci_fast:
; variable b in eax
; argument N / variable i
push ebx
; variable a
push ecx
; variable c
push edx
; don't bother with loop if N < 2
cmp ebx, 2
mov eax, ebx
jl .end
; set up a = fib(0), b = fib(1)
mov ecx, 0
mov eax, 1
.loop:... |
programs/oeis/269/A269412.asm | karttu/loda | 0 | 100982 | <gh_stars>0
; A269412: Number of length-6 0..n arrays with no repeated value greater than or equal to the previous repeated value.
; 16,394,2872,12380,39560,104006,238224,492312,939360,1681570,2857096,4647604,7286552,11068190,16357280,23599536,33332784,46198842,62956120,84492940,111841576,146193014,188912432,241555400,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.