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 |
|---|---|---|---|---|
testcase/jump/jtest.asm | dhy2000/CO_Judger | 0 | 15637 | <reponame>dhy2000/CO_Judger
L0: j JB
L1: ori $t0 $0 50
L2: addiu $t1 $t0 100
L3: andi $t2 $t1 200
L4: ori $t3 $t2 300
L5: xori $t4 $t3 400
j END
JB:
j L1
END:
nop
|
programs/oeis/109/A109857.asm | neoneye/loda | 22 | 179710 | <filename>programs/oeis/109/A109857.asm
; A109857: Next 2n-1 odd numbers in decreasing order followed by next 2n even numbers in decreasing order.
; 1,4,2,7,5,3,12,10,8,6,17,15,13,11,9,24,22,20,18,16,14,31,29,27,25,23,21,19,40,38,36,34,32,30,28,26,49,47,45,43,41,39,37,35,33,60,58,56,54,52,50,48,46,44,42,71,69,67,65,63,... |
Third_Year/Compilers/testing/tests-xpl-daily-201701121739/B-23-29-N-ok.asm | danielcorreia96/LEIC_Projects | 0 | 86075 | <reponame>danielcorreia96/LEIC_Projects<filename>Third_Year/Compilers/testing/tests-xpl-daily-201701121739/B-23-29-N-ok.asm
segment .text
align 4
global _main:function
_main:
align 4
xpl:
push ebp
mov ebp, esp
sub esp, 4
push dword 0
lea eax, [ebp+-4]
push eax
pop ecx
pop eax
mov [ecx], eax
push dword 2
pop ... |
programs/oeis/175/A175833.asm | karttu/loda | 1 | 12611 | ; A175833: Periodic sequence: repeat 4,7,11.
; 4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11,4,7,11
mod $0,3
mov $1,$0
mul $1,4
trn $1,1
add $1,4
|
source/opm/matreshka-generic_persistence_manager.adb | svn2github/matreshka | 24 | 13446 | <reponame>svn2github/matreshka<gh_stars>10-100
------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- ... |
programs/oeis/178/A178226.asm | karttu/loda | 0 | 247618 | ; A178226: Characteristic function of A154809 (numbers that are not binary palindromes)
; 0,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,... |
data/mapObjects/Route1.asm | AmateurPanda92/pokemon-rby-dx | 9 | 160028 | <reponame>AmateurPanda92/pokemon-rby-dx<gh_stars>1-10
Route1_Object:
db $b ; border block
db 0 ; warps
db 1 ; signs
sign 9, 27, 3 ; Route1Text3
db 2 ; objects
object SPRITE_BUG_CATCHER, 5, 24, WALK, 1, 1 ; person
object SPRITE_BUG_CATCHER, 15, 13, WALK, 2, 2 ; person
; warp-to (unused)
warp_to 2, 7, 4
|
Lab2/Lab2 Solution/supporting_files/Solution Programs/fibonacci.asm | Smile040501/Processor_Simulator_for_ToyRISC_ISA | 1 | 8720 | .data
n:
10
.text
main:
load %x0, $n, %x3
addi %x0, 65535, %x4
add %x0, %x0, %x5
add %x0, %x0, %x6
beq %x5, %x3, success
store %x6, 0, %x4
subi %x4, 1, %x4
addi %x5, 1, %x5
addi %x0, 1, %x7
beq %x5, %x3, success
store %x7, 0, %x4
loop:
subi %x4, 1, %x4
addi %x5, 1, %x5
beq %x5, %x3, success
add %x6, %... |
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-tasatt.ads | orb-zhuchen/Orb | 0 | 29075 | <filename>support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-tasatt.ads
------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- ... |
src/antlr/GroovyParser.g4 | jest/groovy | 0 | 6654 | <reponame>jest/groovy<filename>src/antlr/GroovyParser.g4<gh_stars>0
/*
* This file is adapted from the Antlr4 Java grammar which has the following license
*
* Copyright (c) 2013 <NAME>, <NAME>
* All rights reserved.
* [The "BSD licence"]
*
* http://www.opensource.org/licenses/bsd-license.php
*
* Subseque... |
thrift-translator/src/main/resources/Thrift.g4 | rolandhe/thrift-enhancer | 18 | 2428 | grammar Thrift;
document: header* definition*;
header:
include
| cppinclude
| namespace
;
include: 'include' LITERAL ;
cppinclude: 'cpp_include' LITERAL ;
namespace: 'namespace' namespacescope ID
| 'smalltalk.category' SID
| 'smalltalk.prefix' ID
| 'p... |
oeis/141/A141035.asm | neoneye/loda-programs | 11 | 102155 | ; A141035: Period 10: repeat 0, 0, 4, 2, -2, 4, 2, -4, -4, -2.
; Submitted by <NAME>
; 0,0,4,2,-2,4,2,-4,-4,-2,0,0,4,2,-2,4,2,-4,-4,-2,0,0,4,2,-2,4,2,-4,-4,-2,0,0,4,2,-2,4,2,-4,-4,-2,0,0,4,2,-2,4,2,-4,-4,-2,0,0,4,2,-2,4,2,-4,-4,-2,0,0,4,2,-2,4,2,-4,-4,-2,0,0,4,2,-2,4,2,-4,-4,-2,0,0,4,2,-2,4,2,-4,-4,-2,0,0,4,2,-2,4,2
a... |
src/ctxt-types.agda | CarlOlson/cedille | 0 | 11760 | module ctxt-types where
open import lib
open import cedille-types
open import general-util
open import syntax-util
location : Set
location = string × posinfo -- file path and starting position in the file
-- file path and starting / ending position in file
span-location = string × posinfo × posinfo
-- missing loca... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1162.asm | ljhsiun2/medusa | 9 | 19877 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1162.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x14aad, %r14
nop
sub $44837, %rbx
movw $0x6162, (%r14)
nop
nop
nop
cmp $36478, %r... |
mips1.asm | RustyRipper/AssemblerMips32 | 0 | 245378 | .data
idx_dodawanie: .word 0
idx_odejmowanie: .word 1
idx_mnozenie: .word 2
idx_dzielenie: .word 3
napis1: .asciiz "Podaj pierwsza liczbe\n"
napis2: .asciiz "Podaj operacje\n 0.Dodawanie \n 1.Odejmowanie \n 2.Mnozenie \n 3.Dzielenie\n"
napis3: .asciiz "Podaj druga liczbe\n"
napis4: .asciiz "Wynik to: \n"
napis... |
alloy4fun_models/trashltl/models/6/PoAqndbJuN9Quqt3z.als | Kaixi26/org.alloytools.alloy | 0 | 4745 | <filename>alloy4fun_models/trashltl/models/6/PoAqndbJuN9Quqt3z.als
open main
pred idPoAqndbJuN9Quqt3z_prop7 {
always some Protected
}
pred __repair { idPoAqndbJuN9Quqt3z_prop7 }
check __repair { idPoAqndbJuN9Quqt3z_prop7 <=> prop7o } |
src/asis/a4g-a_osint.ads | My-Colaborations/dynamo | 15 | 28197 | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- ... |
src/random.asm | matanui159/gb_shmup | 1 | 28764 | include "reg.inc"
section "random", rom0
; ```
; random_init()
; ```
random_init::
ld a, "G"
ld [random_seed+0], a
ld a, "b"
ld [random_seed+1], a
ret
; ```
; random()
; return(value: A)
; destroy(BC, DE)
; ```
random::
; seed ^= seed << 7
; seed ^= seed >> 9
; seed ^= seed << 8
ld a, [rand... |
src/gnat/prj-proc.ads | Letractively/ada-gen | 0 | 18484 | <filename>src/gnat/prj-proc.ads
------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- ... |
hello.asm | daveaseeman/PyHack | 5 | 24902 | <reponame>daveaseeman/PyHack
hello.o: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include <stdio.h>
int main()
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,%esp
6: 83 ec 20 sub ... |
base/ntos/ex/i386/intrlfst.asm | yang235/wrk-v1.2 | 209 | 160431 | <filename>base/ntos/ex/i386/intrlfst.asm
title "Interlocked Support"
;++
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
; If you do not agree to the terms, do... |
src/report_form.adb | SSOCsoft/Log_Reporter | 0 | 14386 | <reponame>SSOCsoft/Log_Reporter<gh_stars>0
With
Ada.Tags,
Ada.Strings.Fixed,
Ada.Calendar.Formatting,
INI.Parameters,
INI.Section_to_Vector,
NSO.Types,
NSO.Helpers,
Gnoga.Types.Colors,
Gnoga.Gui.Element.Common,
Gnoga.Gui.Element.Table;
WITH
Ada.Text_IO;
with System.RPC;
with Gnoga.Gui.Element.Form;
Package Body Report... |
Working Disassembly/Levels/MGZ/Misc Object Data/Map - Head Trigger.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 170989 | <gh_stars>1-10
Map_233812: dc.w Frame_233822-Map_233812 ; ...
dc.w Frame_23382A-Map_233812
dc.w Frame_233832-Map_233812
dc.w Frame_23383A-Map_233812
dc.w Frame_233842-Map_233812
dc.w Frame_23384A-Map_233812
dc.w Frame_233852-Map_233812
dc.w Frame_233866-Map_233812
Frame_233822: dc.w 1
dc.b $FC, $C,$E0,$... |
oeis/040/A040272.asm | neoneye/loda-programs | 11 | 101897 | ; A040272: Continued fraction for sqrt(290).
; Submitted by <NAME>
; 17,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34
min $0,1
add $0,1
mul $0,17
|
notes/papers/implicit/examples/Example.agda | asr/agda-kanso | 1 | 6342 |
module Example where
data Nat : Set where
zero : Nat
suc : Nat -> Nat
postulate
case-Nat : (P : Nat -> Set) -> P zero ->
((n:Nat) -> P (suc n)) ->
(n : Nat) -> P n
-- test : Nat -> Nat
test = case-Nat _ zero (\n -> n)
{-
data Size : Set where
empty : Size
nonempty : Size
whatever : Size... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_970.asm | ljhsiun2/medusa | 9 | 10498 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xf211, %r8
nop
nop
nop
nop
nop
and $8122, %rbx
movl $0x61626364, (%r8)
nop
nop
nop
nop
nop
and $22702, %rbp
lea addresses_WT_ht+0x1acf2, %r... |
engine/engine/video/declarations/draw/pixel.asm | neomura/atmega328p-cartridge | 0 | 82225 | ; Draws a point on the current scanline.
; Clobbers r30 and r31.
; - A r* to clobber.
; - A r* to clobber.
; - A r* containing the number of pixels between the left edge of the screen and the point to draw.
; - A r* containing the color to use, repeated to fill the byte.
.macro draw_pixel
; This will detect both bein... |
tmux/spotify.scpt | malramsay64/dotfiles | 2 | 3647 | (* Get the current song from spotify *)
if application "Spotify" is running then
tell application "Spotify"
set theName to name of the current track
set theArtist to artist of the current track
set theAlbum to album of the current track
set theState to player state as string
... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1181.asm | ljhsiun2/medusa | 9 | 12052 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x13ac2, %r10
nop
nop
cmp $24299, %r12
vmovups (%r10), %ymm0
vextracti128 $1, %ymm0, %xmm0
vpextrq $1, %xmm0, %r15
n... |
tools/yasm/tests/nasm/error1.asm | fasttr-org/ftr | 0 | 19998 | <reponame>fasttr-org/ftr
BITS 16
mov ax, es:[di]
|
samples/upload_servlet.ads | My-Colaborations/ada-servlet | 0 | 903 | -----------------------------------------------------------------------
-- upload_servlet -- Servlet example to upload files on the server
-- Copyright (C) 2012, 2018 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... |
Control Statements/tell/iCal/calendars/events/properties.applescript | looking-for-a-job/applescript-examples | 1 | 4575 | <filename>Control Statements/tell/iCal/calendars/events/properties.applescript
#!/usr/loca/bin/osascript
tell application "iCal"
repeat with c in every calendar
tell c
repeat with e in every events
get properties of e
end repeat
end tell
end repeat
end tell |
core/src/main/antlr/apoc/custom/Signature.g4 | alexwoolford/neo4j-apoc-procedures | 1,481 | 1431 | <reponame>alexwoolford/neo4j-apoc-procedures<gh_stars>1000+
grammar Signature;
procedure: namespace? name '(' (parameter',')*(parameter)? ')' '::' results ;
function: namespace? name '(' (parameter',')*(parameter)? ')' '::' (type | '(' type ')');
results: empty | '(' (result',')*(result) ')' ;
parameter: name ('=' d... |
src/main/antlr/MyGrammar.g4 | joaofel-u/ine5426-compiladores | 0 | 7373 | /**
* Developed by:
* @João_Fellipe_Uller
* @Leonardo_Kreuch
* @Uriel_Kindermann_Caminha
*/
grammar MyGrammar;
@header {
package main.antlr;
}
/*channels {
ERROR
}*/
/*options {
superClass = T1Lexer;
}*/
program: statement | funclist | ;
funclist: funcdef funclistaux;
funclistaux: funcl... |
language/Data.g4 | phodal/data | 0 | 2208 | <reponame>phodal/data
grammar Data;
compilationUnit
: importDeclaration* typeDeclaration* EOF
;
importDeclaration
: IMPORT IDENTIFIER
;
typeDeclaration
: operationDeclaration
| ruleDeclaration
| typeTypeDeclaration
| customTypeDeclaration
;
customTypeDeclaration
: 'type' type... |
src/Black.Beard.Suggestion/Black.Beard.Suggestion.Parser/grammar/Suggestion.g4 | gaelgael5/Suggestion | 0 | 144 | /** Grammar definition for suggestion language
version 1.0
*/
grammar Suggestion;
options
{
}
AND: '&';
ANDALSO: '&&';
OR: '|';
XOR: '||';
NOT: '!';
K_ALL: A L L;
K_SHOW: S H O W;
K_WHERE: W H E R E;
K_WITH : W I T H;
K_FACETS : F A C E T S;
K_ORDER : O R D E R;
K_BY : B Y;
DIGIT: [0-9];
IDENTIFIER
: [a-zA-Z_... |
Types.agda | iwilare/imp-semantics | 6 | 6295 | <filename>Types.agda
open import Data.Nat using (ℕ) renaming (_+_ to _+ᵢ_; _≤?_ to _≤?ᵢ_)
open import Agda.Builtin.Float renaming (primFloatPlus to _+ᵣ_; primFloatLess to _≤?ᵣ_)
open import Data.Bool using (Bool; true; false; not; _∧_)
open import Data.Sum using (inj₁; inj₂; _⊎_)
open import Data.Product usi... |
libsrc/_DEVELOPMENT/arch/zxn/memory/c/sccz80/zxn_page_from_addr.asm | jpoikela/z88dk | 38 | 84006 | ; unsigned char zxn_page_from_addr(uint32_t addr)
SECTION code_clib
SECTION code_arch
PUBLIC zxn_page_from_addr
EXTERN asm_zxn_page_from_addr
defc zxn_page_from_addr = asm_zxn_page_from_addr
|
agda-stdlib/src/Data/List/Membership/Propositional.agda | DreamLinuxer/popl21-artifact | 5 | 16785 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Data.List.Any.Membership instantiated with propositional equality,
-- along with some additional definitions.
------------------------------------------------------------------------
{-# OPTIONS --without-K --sa... |
experiments/test-suite/mutation-based/10/1/nqueens.als | kaiyuanw/AlloyFLCore | 1 | 3526 | <filename>experiments/test-suite/mutation-based/10/1/nqueens.als
pred test63 {
some disj Queen0: Queen {
Queen = Queen0
row = Queen0->0
col = Queen0->-8
}
}
run test63 for 4 expect 0
pred test14 {
some disj Queen0, Queen1, Queen2, Queen3: Queen {
Queen = Queen0 + Queen1 + Queen2 + Queen3
row = Queen0->0 + Queen1->0 + Q... |
alloy4fun_models/trashltl/models/7/dEBFNY7WTZHQZQSjL.als | Kaixi26/org.alloytools.alloy | 0 | 884 | <gh_stars>0
open main
pred iddEBFNY7WTZHQZQSjL_prop8 {
eventually ( all f1,f2 : File | f1->f2 in link implies f2 in Trash )
}
pred __repair { iddEBFNY7WTZHQZQSjL_prop8 }
check __repair { iddEBFNY7WTZHQZQSjL_prop8 <=> prop8o } |
data/compressed_files_index.asm | artrag/voicenc_scc | 4 | 29845 | <gh_stars>1-10
; Game_Over.wav
db :sample1+sample1/0x2000-3
dw 0x6000+(sample1 & 0x1FFF)
; Land_now.wav
db :sample2+sample2/0x2000-3
dw 0x6000+(sample2 & 0x1FFF)
; Level_Start.wav
db :sample3+sample3/0x2000-3
dw 0x6000+(sample3 & 0x1FFF)
; Level_up.wav
db :sample4+sample4/0x2... |
src/vn/ductt/verk/tmp/MytestLexer.g4 | bynoud/verk | 0 | 5916 | <reponame>bynoud/verk<filename>src/vn/ductt/verk/tmp/MytestLexer.g4<gh_stars>0
lexer grammar MytestLexer;
fragment F_newline : '\r'? '\n' ;
Directive_define : '`define' -> pushMode(DEFINE_MODE) ;
Verilog_directive : '`' Simple_identifier ;
Simple_identifier: [a-zA-Z_] ( [a-zA-Z_0-9] )* ;
Forward_slash_forwar... |
Transynther/x86/_processed/AVXALIGN/_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_21829_160.asm | ljhsiun2/medusa | 9 | 242447 | <filename>Transynther/x86/_processed/AVXALIGN/_st_zr_un_sm_/i3-7100_9_0x84_notsx.log_21829_160.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1e8ac, %r9
nop
nop
nop
dec %rsi
mov (%r9), %cx
nop
nop
xor %r13, %r13
lea addresses_UC_ht+0x15a9... |
programs/oeis/131/A131579.asm | karttu/loda | 1 | 19069 | <gh_stars>1-10
; A131579: Period 10: repeat 0, 3, 6, 9, 2, 5, 8, 1, 4, 7.
; 0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,6,9,2,5,8,1,4,7,0,3,... |
oeis/175/A175151.asm | neoneye/loda-programs | 11 | 162773 | ; A175151: a(n)=Sum_(i=1..n)((i+1)^i -1)/i
; Submitted by <NAME>(s2)
; 1,5,26,182,1737,21345,320938,5701778,116812889,2710555349,70256770866,2011763864406,63066746422417,2148275748236033,79009709388692498,3120334201617871778,131703367127423550129,5916556161455825857509
add $0,1
lpb $0
mov $2,$0
sub $0,1
seq $2,6... |
src/servlet-parts-mockup.adb | My-Colaborations/ada-servlet | 6 | 11982 | -----------------------------------------------------------------------
-- servlet-parts-mockup -- Mockup servlet parts (ie, local files)
-- Copyright (C) 2020 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in complian... |
src/005/animals.adb | xeenta/learning-ada | 0 | 19282 | <reponame>xeenta/learning-ada
package body Animals is
function Legs
(A : Animal) return Natural
is (A.Number_Of_Legs);
function Wings
(A : Animal) return Natural
is (A.Number_Of_Wings);
procedure Add_Wings (A : in out Animal;
N : Positive) is
begin
A.Number_Of_Wings := A... |
Practica 02/P02_Ficheros/src/fich_1.adb | dpr1005/Tiempo-Real-Ejercicios | 0 | 25372 | <gh_stars>0
with Ada.Text_IO;
with Ada.Strings.Unbounded;
use Ada.Text_IO;
procedure Fich_1 is
package ASU renames Ada.Strings.Unbounded;
Fich : Ada.Text_IO.File_Type;
S : ASU.Unbounded_String;
T : ASU.Unbounded_String;
begin
-- Abre fichero prueba.tmp
Open(Fich, Ada.Text_IO.Out_File, "prueba.tmp");
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1271.asm | ljhsiun2/medusa | 9 | 4386 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1dd40, %r14
nop
nop
nop
sub %rcx, %rcx
mov $0x6162636465666768, %rbx
movq %rbx, (%r14)
nop
nop
nop
nop
nop
add %r11, %r11
lea addresses_WT_ht+0x8cd2, %rsi
lea addresses_WT_ht+0xd340, %rdi
nop
n... |
Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-8650U_0xd2.log_5388_40.asm | ljhsiun2/medusa | 9 | 175109 | <filename>Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-8650U_0xd2.log_5388_40.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x14de, %r11
add $8102, %rsi
mov $0x6162636465666768, %rdx
movq %rdx, %xmm0
vmovups %ymm0, ... |
awa/src/awa-events-configs.adb | fuzzysloth/ada-awa | 0 | 27447 | -----------------------------------------------------------------------
-- awa-events-configs -- Event configuration
-- Copyright (C) 2012, 2013 <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 Lic... |
3-mid/impact/source/2d/orbs/collision/shapes/impact-d2-orbs-shape.ads | charlie5/lace | 20 | 20170 | with impact.d2.orbs.Collision,
impact.d2.Math;
package impact.d2.orbs.Shape
--
-- Our only shape is a circle.
--
-- A shape is used for collision detection. You can create a shape however you like.
-- Shapes used for simulation in b2World are created automatically when a b2Fixture is created.
--
is
-- us... |
programs/oeis/131/A131724.asm | jmorken/loda | 1 | 8318 | ; A131724: Period 6: repeat [1, 9, 7, 13, 11, 9].
; 1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,9,7,13,11,9,1,... |
programs/oeis/290/A290251.asm | karttu/loda | 0 | 19570 | <filename>programs/oeis/290/A290251.asm
; A290251: a(n) is the number of parts in the integer partition having viabin number n.
; 0,1,2,1,3,2,2,1,4,3,3,2,3,2,2,1,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,6,5,5,4,5,4,4,3,5,4,4,3,4,3,3,2,5,4,4,3,4,3,3,2,4,3,3,2,3,2,2,1,7,6,6,5,6,5,5,4,6,5,5,4,5,4,4,3,6,5,5,4,5,4,4,3,5,4,4,3,4
mul... |
tests/z80n/op_cspect_emulator.asm | cizo2000/sjasmplus | 220 | 19552 | OUTPUT "op_cspect_emulator.bin"
;;; CSpect emulator extensions, instructions EXIT and BREAK
;;; available only with option `--zxnext=cspect`
exit ; #DD00
break ; #DD01
|
src/test/resources/asm/hidden.asm | yottatsa/basicv2 | 71 | 178982 | *=$c200
DATA=$c000
XP=$c1fb
YP=$c1fd
SP=$c1ff
SCR=$0400
VIC=$d000
INIT:
JSR IOOFF
LDA #0
STA I
STA II
STA CP
STA LA
STA XS
STA YS
STA CA
STA CX
STA CN
STA OY
STA CG
LDA XP
STA XT
LDA XP+1
STA XT+1
LDA YP
STA YT
LDA #208
STA CA+1
... |
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-thread.ads | djamal2727/Main-Bearing-Analytical-Model | 0 | 3686 | <filename>Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-thread.ads
------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- ... |
programs/oeis/170/A170881.asm | neoneye/loda | 22 | 14702 | ; A170881: a(0)=0; thereafter a(n) = (3*n+1)*2^(n-2)+1.
; 1,3,8,21,53,129,305,705,1601,3585,7937,17409,37889,81921,176129,376833,802817,1703937,3604481,7602177,15990785,33554433,70254593,146800641,306184193,637534209,1325400065,2751463425,5704253441,11811160065,24427626497,50465865729
mov $1,$0
mul $0,3
add $0,1
mov $... |
source/amf/uml/amf-uml-enumeration_literals-collections.ads | svn2github/matreshka | 24 | 11906 | <reponame>svn2github/matreshka<filename>source/amf/uml/amf-uml-enumeration_literals-collections.ads
------------------------------------------------------------------------------
-- --
-- Matreshka Project ... |
source/image/required/s-imgint.ads | ytomino/drake | 33 | 29562 | pragma License (Unrestricted);
-- implementation unit required by compiler
with System.Long_Long_Integer_Types;
package System.Img_Int is
pragma Pure;
-- required for Integer'Image by compiler (s-imgint.ads)
procedure Image_Integer (
V : Integer;
S : in out String;
P : out Natural);
--... |
agda/InsertSort/Impl1/Correctness/Permutation/Alternative.agda | bgbianchi/sorting | 6 | 12222 | <gh_stars>1-10
open import Relation.Binary.Core
module InsertSort.Impl1.Correctness.Permutation.Alternative {A : Set}
(_≤_ : A → A → Set)
(tot≤ : Total _≤_) where
open import Data.List
open import Data.Sum
open import Function
open import InsertSort.Impl1 _≤_ tot≤
open import List.... |
Views/ConsoleDrawing.asm | TinfoilAsteroid/EliteNext | 9 | 103022 | <filename>Views/ConsoleDrawing.asm
; bc = start position, d = length, e = colour
Draw3LineBar: ld e,16
push bc,,de
MMUSelectLayer2
call l2_draw_horz_line
pop bc,,de
dec b
... |
programs/oeis/021/A021308.asm | neoneye/loda | 22 | 175377 | ; A021308: Decimal expansion of 1/304.
; 0,0,3,2,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3,6,8,4,2,1,0,5,2,6,3,1,5,7,8,9,4,7,3
add $0,1
mov $1,10
pow $1,$0
mul $1,4
div $1,1216
mod $1,10
mov $0,$1
|
rewrite-protobuf/src/main/antlr/Protobuf2Lexer.g4 | thomaszub/rewrite | 0 | 3591 | <filename>rewrite-protobuf/src/main/antlr/Protobuf2Lexer.g4<gh_stars>0
lexer grammar Protobuf2Lexer;
SEMI : ';';
COLON : ':';
BOOL : 'bool';
BYTES : 'bytes';
DOUBLE : 'double';
ENUM : 'enum';
EXTEND : 'extend';
FIXED32 : 'fixed32';
FIXED64... |
src/Utilities/ExistsSyntax.agda | armkeh/agda-computability | 0 | 14160 | module Utilities.ExistsSyntax where
open import Level using (Level ; _⊔_)
open import Data.Product using (Σ)
variable
a b : Level
A : Set a
B : Set b
∃-syntax : (A : Set a) → (A → Set b) → Set (a ⊔ b)
∃-syntax = Σ
syntax ∃-syntax A (λ x → B) = ∃ x ∶ A • B
|
source/tasking/a-stcoed.ads | ytomino/drake | 33 | 9222 | pragma License (Unrestricted);
-- Ada 2012
with Ada.Real_Time;
package Ada.Synchronous_Task_Control.EDF is
procedure Suspend_Until_True_And_Set_Deadline (
S : in out Suspension_Object;
TS : Real_Time.Time_Span);
-- extended
-- If State is True, Set_True is called, otherwise it's timeout.
pro... |
programs/oeis/131/A131326.asm | karttu/loda | 1 | 178135 | <reponame>karttu/loda
; A131326: Row sums of A131325.
; 1,3,4,9,13,24,37,63,100,165,265,432,697,1131,1828,2961,4789,7752,12541,20295,32836,53133,85969,139104,225073,364179,589252,953433,1542685,2496120,4038805,6534927,10573732,17108661,27682393,44791056,72473449,117264507,189737956,307002465,496740421,803742888,1300483... |
Data/Dyck/Except.agda | oisdk/agda-playground | 6 | 12322 | {-# OPTIONS --cubical --safe --postfix-projections #-}
-- This file contains an implementation of the stack-based compiler for Hutton's
-- razor, as from:
--
-- <NAME> and <NAME>, “Calculating correct compilers,” Journal of
-- Functional Programming, vol. 25, no. e14, Sep. 2015,
-- doi: 10.1017/S0956796815000180... |
asm/Visual Studio 2017_14_MSVC_x64_Debug/span_compile_only.asm | dbd64/GSL | 0 | 166558 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
include listing.inc
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG50093 DB 'GSL: Postcondition failure at c:\projects\gsl\include\gs'
DB 'l\string_span: 114', 00H
ORG $+5
$SG50094 DB 'GSL: Postcondition failure at ... |
src/main/antlr4/liquid/parser/v4/LiquidLexer.g4 | jlitola/Liqp | 0 | 4110 | lexer grammar LiquidLexer;
@lexer::members {
private boolean stripSpacesAroundTags = false;
private boolean stripSingleLine = false;
public LiquidLexer(CharStream charStream, boolean stripSpacesAroundTags) {
this(charStream, stripSpacesAroundTags, false);
}
public LiquidLexer(CharStream charStream, boo... |
test/Fail/Issue950b.agda | shlevy/agda | 1,989 | 1657 | <filename>test/Fail/Issue950b.agda
{-# OPTIONS --copatterns #-}
module Issue950b where
postulate
A : Set
record R : Set where
field
x : A
record S : Set where
field
y : A
open R
f : ?
x f = ?
-- Good error:
-- Cannot eliminate type ?0 with projection pattern x
-- when checking that the clause x f ... |
smsq/q68/kbd/int.asm | olifink/smsqe | 0 | 83632 | ; Q68 Keyboard interrupt handler 1.00 (c) 2020 <NAME>
; 2020-10-27 1.01 removed debug code
; based on Keyboard Interrupt handler V2.00 1998 <NAME> QJUMP
section kbdint
xdef kbd_intr
xref kbd_at102cvt
include 'dev8_keys_q68'
include 'dev8_keys_hwt'
include 'dev8_keys_sys'
include 'dev8_smsq_kbd_keys'
... |
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/kart-init-e.asm | prismotizm/gigaleak | 0 | 2881 | Name: kart-init-e.asm
Type: file
Size: 60322
Last-Modified: '1992-08-30T15:00:00Z'
SHA-1: 40B061155B8DCA0F170F83EEE11E3B9C30D9FE6F
Description: null
|
programs/oeis/242/A242374.asm | karttu/loda | 1 | 99380 | <reponame>karttu/loda
; A242374: Number of digits in the decimal expansion of n^8.
; 1,1,3,4,5,6,7,7,8,8,9,9,9,9,10,10,10,10,11,11,11,11,11,11,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,15,15,15
pow $0,8
add $0,1
log $0,10
mov $1,$0
add $1... |
courses/fundamentals_of_ada/labs/radar/040_statements/util/radar_internals.adb | AdaCore/training_material | 15 | 10454 | <reponame>AdaCore/training_material
with Ada.Text_IO; use Ada.Text_IO;
package body Radar_Internals is
T : Natural := 0;
type Angle_Degrees_T is mod 360;
Antenna_Angle : Angle_Degrees_T := 120;
type Object_Type_T is (Sarah_Connor, Peon, John_Connor);
Active_Object_Type : Object_Type_T := Sarah... |
src/asis/a4g-expr_sem.adb | My-Colaborations/dynamo | 15 | 24786 | <reponame>My-Colaborations/dynamo<filename>src/asis/a4g-expr_sem.adb
------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- ... |
alloy4fun_models/trainstlt/models/13/pMGhxMfSFnjnJNxao.als | Kaixi26/org.alloytools.alloy | 0 | 4063 | <reponame>Kaixi26/org.alloytools.alloy
open main
pred idpMGhxMfSFnjnJNxao_prop14 {
always ( all t:Train | (some t.pos and some (t.pos.signal :>Green) )implies (t.pos'.signal in Signal-Green) )
}
pred __repair { idpMGhxMfSFnjnJNxao_prop14 }
check __repair { idpMGhxMfSFnjnJNxao_prop14 <=> prop14o } |
source/tasking/machine-w64-mingw32/s-natint.adb | ytomino/drake | 33 | 18025 | with C.signal;
package body System.Native_Interrupts is
use type C.signed_int;
procedure Raise_Interrupt (Interrupt : Interrupt_Id) is
begin
if C.signal.C_raise (C.signed_int (Interrupt)) < 0 then
raise Program_Error;
end if;
end Raise_Interrupt;
end System.Native_Interrupts;
|
other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n1/mn_hp_smsnd.asm | prismotizm/gigaleak | 0 | 14582 | <gh_stars>0
Name: mn_hp_smsnd.asm
Type: file
Size: 23400
Last-Modified: '1993-08-24T11:34:58Z'
SHA-1: 27C8243297853D12CC2928CCBEACB5D919309A46
Description: null
|
opal/asm/base/AMD64.asm | ctrlsys/sensys | 14 | 167676 | START_FILE
TEXT
START_FUNC(opal_atomic_mb)
pushq %rbp
movq %rsp, %rbp
leave
ret
END_FUNC(opal_atomic_mb)
START_FUNC(opal_atomic_rmb)
pushq %rbp
movq %rsp, %rbp
leave
ret
END_FUNC(opal_atomic_rmb)
START_FUNC(opal_atomic_wmb)
pushq %rbp
movq %rsp, %rbp
leave
ret
END_FUNC(opal_atomic_wmb)
START_FUNC(op... |
drivers/sparse_test.adb | sciencylab/lagrangian-solver | 0 | 20612 | with Numerics, Numerics.Sparse_Matrices, Ada.Text_IO;
use Numerics, Numerics.Sparse_Matrices, Ada.Text_IO;
with Ada.Numerics.Generic_Real_Arrays;
procedure Sparse_Test is
use Real_IO, Int_IO;
package RA is new Ada.Numerics.Generic_Real_Arrays (Real); use RA;
-- U : RA.Real_Matrix := (1 => (1 => 1.0),
... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_8.asm | ljhsiun2/medusa | 9 | 100808 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_8.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x103af, %rsi
lea addresses_WT_ht+0xe217, %rdi
nop
nop
nop
add $15794, %r15
mov $43, %rc... |
awa/plugins/awa-sysadmin/src/model/awa-sysadmin-models.adb | My-Colaborations/ada-awa | 81 | 3182 | -----------------------------------------------------------------------
-- AWA.Sysadmin.Models -- AWA.Sysadmin.Models
-----------------------------------------------------------------------
-- File generated by ada-gen DO NOT MODIFY
-- Template used: templates/model/package-body.xhtml
-- Ada Generator: https://ada-... |
bb-runtimes/examples/stm32f4-discovery/leds-po/leds.adb | JCGobbi/Nucleo-STM32G474RE | 0 | 9139 | <filename>bb-runtimes/examples/stm32f4-discovery/leds-po/leds.adb
------------------------------------------------------------------------------
-- --
-- GNAT EXAMPLE --
-- ... |
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2d11a.ada | best08618/asylo | 7 | 25704 | <filename>gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2d11a.ada<gh_stars>1-10
-- CD2D11A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained ... |
ps.asm | Tookerton21/Xv6_OS | 0 | 241132 | <gh_stars>0
_ps: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "user.h"
#include "uproc.h"
//#include "syscall.h"
#define SIZE 72
int main(int argc, char* argv[]){
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71... |
src/intel/tools/tests/gen7/endif.asm | SoftReaper/Mesa-Renoir-deb | 0 | 242300 | endif(8) JIP: LABEL1 { align16 1Q };
LABEL1:
endif(8) JIP: LABEL2 { align1 1Q };
LABEL2:
endif(16) JIP: LABEL3 { align1 1H };
LABEL3:
|
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c8/c87b31a.ada | best08618/asylo | 7 | 8301 | -- C87B31A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained
-- unlimited rights in the software and documentation contained herein.
-- Unlimit... |
oeis/284/A284438.asm | neoneye/loda-programs | 11 | 246487 | <filename>oeis/284/A284438.asm
; A284438: a(n) = phi(n)^n.
; Submitted by <NAME>
; 1,1,8,16,1024,64,279936,65536,10077696,1048576,100000000000,16777216,106993205379072,78364164096,35184372088832,281474976710656,295147905179352825856,101559956668416,708235345355337676357632,1152921504606846976,46005119909369701466112,10... |
examples/outdated-and-incorrect/clowns/Dissect.agda | asr/agda-kanso | 1 | 16500 | <filename>examples/outdated-and-incorrect/clowns/Dissect.agda
module Dissect where
import Functor
import Sets
import Isomorphism
open Sets
open Functor
open Functor.Semantics
open Functor.Recursive
infixr 40 _+₂_
infixr 60 _×₂_
∇ : U -> U₂
∇ (K A) = K₂ [0]
∇ Id = K₂ [1]
∇ (F + G) = ∇ F ... |
alloy4fun_models/trashltl/models/4/jY9KskdmXF53djf5F.als | Kaixi26/org.alloytools.alloy | 0 | 3858 | open main
pred idjY9KskdmXF53djf5F_prop5 {
no Trash and some f: File | eventually (f in Trash)
}
pred __repair { idjY9KskdmXF53djf5F_prop5 }
check __repair { idjY9KskdmXF53djf5F_prop5 <=> prop5o } |
agda/Itse/Grammar.agda | Riib11/itse | 1 | 15106 | module Itse.Grammar where
open import Relation.Binary.PropositionalEquality
open import Relation.Nullary
open import Relation.Unary
open import Data.List
open import Data.Maybe
open import Data.String
open import Data.Empty
data ExprVari : Set
Prgm : Set
data Stmt : Set
data Expr : ExprVari → Set
data Name : ExprVari... |
src/filters/ASM_blur1.asm | ignaciolebrero/Orga2-TP2 | 0 | 6029 | ; ************************************************************************* ;
; Organizacion del Computador II ;
; ;
; Implementacion de la funcion Blur 1 ;
; ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1307.asm | ljhsiun2/medusa | 9 | 104109 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x22, %rsi
lea addresses_UC_ht+0xd2fa, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
nop
nop
nop
cmp %r12, %r12
mov $28, %rcx
rep movsl
nop
nop
dec %rsi
lea ad... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_ide_bank_free.asm | jpoikela/z88dk | 640 | 95915 | ; unsigned char esx_ide_bank_free(unsigned char banktype, unsigned char page)
SECTION code_esxdos
PUBLIC esx_ide_bank_free
EXTERN asm_esx_ide_bank_free
esx_ide_bank_free:
pop af
pop de
pop hl
push hl
push de
push af
ld h,e
jp asm_esx_ide_bank_free
|
Categories/Support/ZigZag.agda | copumpkin/categories | 98 | 12857 | <filename>Categories/Support/ZigZag.agda
{-# OPTIONS --universe-polymorphism #-}
-- in a lot of cases we have a relation that is already reflexive and symmetric
-- and we want to make it symmetric
module Categories.Support.ZigZag where
open import Level
open import Relation.Binary
open import Relation.Binary.Construct... |
Lambda/Closure/Functional/Non-deterministic/No-workarounds.agda | nad/codata | 1 | 829 | <filename>Lambda/Closure/Functional/Non-deterministic/No-workarounds.agda
------------------------------------------------------------------------
-- Functional semantics for a non-deterministic untyped λ-calculus
-- with constants
------------------------------------------------------------------------
{-# OPTIONS --... |
src/native/tinype-corkami/tiny.asm | AlexUg/gluegen | 1 | 173619 | <gh_stars>1-10
; a 268-byte PE (as small as possible), XP-W8x64 compatible
; similar with the w7 x64 PE, but larger sizeofimage and IAT required. XP compat also requires Debug Size and TLS VA to be null
; a few extra tricks required for Windows 8 compatibility
;<NAME>, BSD Licence, 2010-2013
%include 'consts.... |
oeis/264/A264622.asm | neoneye/loda-programs | 11 | 177474 | ; A264622: Number of (n+1) X (1+1) arrays of permutations of 0..n*2+1 with each element having directed index change -2,0 -1,0 0,-1 or 1,1.
; Submitted by <NAME>
; 0,1,2,1,1,4,6,5,7,15,21,23,34,58,80,101,149,230,319,431,629,928,1299,1810,2617,3784,5336,7536,10828,15521,21992,31236,44713,63862,90741,129177,184524,263178... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.