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
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1312.asm
ljhsiun2/medusa
9
165367
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xd07e, %rcx nop add %rdi, %rdi movb (%rcx), %r8b nop nop dec %r12 lea addresses_UC_ht+0x15e7e, %rax cmp $32923, %r9 mov $0x6162636465666768, %rbx movq %rbx, %xmm...
Practical Exam/P17.a51
pronoym99/Microcontrollers-and-Applications
1
164126
org 0000h mov p1,#00h mov p2,#00h check:jnb p2.0,decrement clr p2.1 inc p1 acall delay sjmp check decrement:jnb p2.1,check clr p2.0 dec p1 acall delay sjmp check delay:mov r1,#0ffh h1:mov r2,#0ffh h2:mov r3,#0ffh h3:djnz r3...
Library/SpecUI/NewUI/Win/winClassSpec.asm
steakknife/pcgeos
504
28765
COMMENT @----------------------------------------------------------------------- Copyright (c) GeoWorks 1988 -- All Rights Reserved PROJECT: PC GEOS MODULE: NewUI/Win (specific code for NewUI) FILE: winClassSpec.asm ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date De...
u7bg/eop-castByKey.asm
JohnGlassmyer/UltimaHacks
68
21100
%include "include/u7bg-all-includes.asm" %assign ADD_RUNE_SOUND 15 %assign REMOVE_RUNE_SOUND 92 %assign NUMBER_OF_SPELLS 72 %macro gameSpecificSpellRunes 0 ; Linear db 'az', 0 db 'rh', 0 db 'af', 0 db 'bo', 0 db 'bl', 0 db 'kl', 0 db 'if', 0 db 'vk', 0 ; First Ci...
oeis/070/A070967.asm
neoneye/loda-programs
11
89098
; A070967: a(n) = Sum_{k=0..n} binomial(6*n,6*k). ; 1,2,926,37130,2973350,174174002,11582386286,729520967450,47006639297270,2999857885752002,192222214478506046,12295976362284182570,787111112023373201990,50370558298891875954002,3223838658635388303336206,206322355109994528871954490,13204720341191748556427279510,845099682...
applet/aide/source/editors/aide-editor.adb
charlie5/aIDE
3
14783
with aIDE.Editor.of_comment, aIDE.Editor.of_exception, aIDE.Editor.of_pragma, aIDE.Editor.of_subtype, aIDE.Editor.of_derived_type, aIDE.Editor.of_enumeration_type, aIDE.Editor.of_signed_integer_type, aIDE.Editor.of_fixed_type, aIDE.Editor.of_decimal_type, aIDE.Editor.of...
Learn/5.3.x/ThirdPerson/Assets/Animations/Mannequin/ADB/FirstPerson.adb
longlongwaytogo/CryEngineV_Proj
0
29559
<reponame>longlongwaytogo/CryEngineV_Proj <AnimDB FragDef="Animations/Mannequin/ADB/PlayerFragmentIds.xml" TagDef="Animations/Mannequin/ADB/PlayerTags.xml"> <FragmentList> <Idle> <Fragment BlendOutDuration="0.2" Tags="Rotate"> <AnimLayer> <Blend ExitTime="0" StartTime="0" Duration="0.2"/> <Animation...
Numbers/BinaryNaturals/SubtractionGo.agda
Smaug123/agdaproofs
4
5728
<filename>Numbers/BinaryNaturals/SubtractionGo.agda {-# OPTIONS --warning=error --safe --without-K #-} open import LogicalFormulae open import Lists.Lists open import Numbers.BinaryNaturals.Definition open import Maybe module Numbers.BinaryNaturals.SubtractionGo where go : Bit → BinNat → BinNat → Maybe BinNat go zer...
tools/scitools/conf/understand/ada/ada95/a-string.ads
brucegua/moocos
1
9968
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- ...
bb-runtimes/src/a-intnam__ppc-openpic.ads
JCGobbi/Nucleo-STM32G474RE
0
24245
<filename>bb-runtimes/src/a-intnam__ppc-openpic.ads ------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- ...
src/main.asm
tewtal/lttphack
0
174953
lorom !FEATURE_HUD ?= 1 !FEATURE_SD2SNES ?= 1 !VERSION ?= "ALEPH 1" incsrc defines.asm incsrc hexedits.asm org $A08000 incsrc gamemode.asm incsrc nmi.asm incsrc timers.asm incsrc hudextras.asm if !FEATURE_HUD incsrc hud.asm endif org $A28000 incsrc tiles.asm org $A38000 incsrc init.asm incsrc rng.asm incsrc misc...
messages_out.asm
Namerlight/OS-Kernel-Skeleton
0
86472
print: pusha print_next: mov al, [bx] cmp al, 0 je end_print mov ah, 0x0e int 0x10 add bx, 1 jmp print_next end_print: popa ret print_newline: pusha mov ah, 0x0e mov al, 0x0a int 0x10 mov al, 0x0d int 0x10 popa ret
tajo-core/src/main/antlr4/org/apache/tajo/engine/parser/SQLLexer.g4
gyias/tajo
0
43
/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use ...
src/firmware-tests/Platform/Lcd/States/EnableWaitForShiftRegister/ShiftRegisterNotClearedBeforeEnabledTest.asm
pete-restall/Cluck2Sesame-Prototype
1
178825
#include "Platform.inc" #include "FarCalls.inc" #include "Lcd.inc" #include "../../LcdStates.inc" #include "../../../ShiftRegister/IsShiftRegisterEnabledStub.inc" #include "../../../ShiftRegister/ShiftOutMock.inc" #include "TestFixture.inc" radix decimal ShiftRegisterNotClearedBeforeEnabledTest code global t...
examples/pxScene2d/external/libnode-v6.9.0/deps/openssl/asm_obsolete/x86-win32-masm/bn/bn-586.asm
madanagopaltcomcast/pxCore
5,964
21934
<gh_stars>1000+ TITLE ../openssl/crypto/bn/asm/bn-586.asm IF @Version LT 800 ECHO MASM version 8.00 or later is strongly recommended. ENDIF .686 .XMM IF @Version LT 800 XMMWORD STRUCT 16 DQ 2 dup (?) XMMWORD ENDS ENDIF .MODEL FLAT OPTION DOTNAME IF @Version LT 800 .text$ SEGMENT PAGE 'CODE' ELSE .text$ SEGMENT ALIGN(6...
HW5/hwk5.asm
CodyKelly-UCD/CSCI-2525
0
5211
TITLE inclassMENU.asm ; Author: <NAME> ; Date: 7 March 2018 ; Description: This program presents a menu allowing the user to pick a menu option ; which then performs a given task. ; 1. The user enters a string of less than 50 characters. ; 2. The entered string is converted to lower case. ; 3. The ent...
src/fot/FOTC/Program/SortList/CorrectnessProofI.agda
asr/fotc
11
5641
<filename>src/fot/FOTC/Program/SortList/CorrectnessProofI.agda ------------------------------------------------------------------------------ -- The program to sort a list is correct ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --...
software/hal/boards/pixracer_v1/hil/hil-uart.adb
TUM-EI-RCS/StratoX
12
10149
-- Institution: Technische Universität München -- Department: Realtime Computer Systems (RCS) -- Project: StratoX -- -- Authors: <NAME> (<EMAIL>) pragma SPARK_Mode (Off); with STM32.USARTs; with STM32.Device; with HIL.Devices; use HIL.Devices; -- @summary -- Target-specific mapping for HIL of UART package ...
CS21/asm/1.asm
rizarae/rizarae.github.io
0
7398
<filename>CS21/asm/1.asm # LAB 1 # lab lab .text main: li $t1, 9 #load 9 to t1 li $t2, 38 #load 38 to t2 (displays 0x00000026) li $t3, -421 #load -421 to t3 (displays -421 in 2's complement) li $t4, 0x00001985 #loads 0x00001985 to t4 li $t5, 0xABCD0000 #loads 0xabcd0000 to t5 li $v0, 10 #syscall 10 (exit...
ada homework2/src/coords.adb
jamalakhaligova/ADA
0
1077
<filename>ada homework2/src/coords.adb package body Coords is function Get_X(C: Coord) return Integer is begin return C.x; end; function Get_Y(C: Coord) return Integer is begin return C.y; end; procedure Set_X(C: out Coord;x_new : Integer) is begin C.x := x_new; end; ...
programs/oeis/199/A199318.asm
karttu/loda
1
29271
; A199318: 3*6^n+1. ; 4,19,109,649,3889,23329,139969,839809,5038849,30233089,181398529,1088391169,6530347009,39182082049,235092492289,1410554953729,8463329722369,50779978334209,304679870005249,1828079220031489,10968475320188929 mov $1,6 pow $1,$0 mul $1,3 add $1,1
src/06-Horizontal-Position/horizontal.asm
HudsonSchumaker/Atari-2600
0
84262
<filename>src/06-Horizontal-Position/horizontal.asm<gh_stars>0 processor 6502 ; Include required files with register mapping and macros include "vcs.h" include "macro.h" ; Start an uninitialized segment at $80 for var declaration. ; We have memory from $80 to $FF to work with, minus a few at ; the end if ...
oeis/142/A142385.asm
neoneye/loda-programs
11
241522
<reponame>neoneye/loda-programs ; A142385: Primes congruent to 34 mod 47. ; Submitted by <NAME> ; 269,457,739,1021,1303,1867,2243,2713,3089,3371,3559,4217,4969,6379,6473,6661,7507,7789,7883,8353,8447,9011,9199,9293,9857,10139,10891,11173,11549,11831,12113,12301,12583,12959,13147,13241,13523,13711,14087,14369,14557,1512...
programs/oeis/290/A290604.asm
neoneye/loda
22
89356
<reponame>neoneye/loda ; A290604: a(0) = 2, a(1) = 2; for n > 1, a(n) = a(n-1) + 2*a(n-2) + 3. ; 2,2,9,16,37,72,149,296,597,1192,2389,4776,9557,19112,38229,76456,152917,305832,611669,1223336,2446677,4893352,9786709,19573416,39146837,78293672,156587349,313174696,626349397,1252698792,2505397589,5010795176,10021590357,200...
src/PiCalculus/LinearTypeSystem/Algebras/Shared.agda
guilhermehas/typing-linear-pi
26
8373
{-# OPTIONS --safe --without-K #-} open import Relation.Binary.PropositionalEquality using (refl) open import Relation.Nullary using (yes) open import Data.Unit using (⊤; tt) open import Data.Product using (_,_) open import Data.Sum using (inj₁) open import PiCalculus.LinearTypeSystem.Algebras module PiCalculus.Lin...
Src/Ant8/Tests/aa8/basic/12_inc_r1.asm
geoffthorpe/ant-architecture
0
1248
<gh_stars>0 # $Id: 12_inc_r1.asm,v 1.3 2001/03/22 00:39:00 ellard Exp $ # # Copyright 1999-2001 by the President and Fellows of Harvard College. # See LICENSE.txt for license information. # #@ Testing inc for r1. # OK inc r1, 1 hlt
Categories/Diagram/Coend.agda
Taneb/agda-categories
0
1609
<reponame>Taneb/agda-categories {-# OPTIONS --without-K --safe #-} open import Categories.Category open import Categories.Functor.Bifunctor module Categories.Diagram.Coend {o ℓ e o′ ℓ′ e′} {C : Category o ℓ e} {D : Category o′ ℓ′ e′} (F : Bifunctor (Category.op C) C D) where private module C = Category C modul...
programs/oeis/085/A085740.asm
karttu/loda
1
27344
<filename>programs/oeis/085/A085740.asm ; A085740: a(n) = T(n)^2 - n^2, where T(n) is a triangular number. ; 0,0,5,27,84,200,405,735,1232,1944,2925,4235,5940,8112,10829,14175,18240,23120,28917,35739,43700,52920,63525,75647,89424,105000,122525,142155,164052,188384,215325,245055,277760,313632,352869,395675,442260,492840,...
source/gmp-c.ads
ytomino/gmp-ada
4
1378
with MPC.Generic_C; generic package GMP.C renames MPC.Generic_C;
base/agda/Base/Extensionality.agda
FreeProving/free-compiler
36
4860
module Base.Extensionality where open import Level using (Level) open import Relation.Binary.PropositionalEquality using (_≡_) -- Postualting extensionality is consistent with agdas underlying theory. postulate ext : ∀ {ℓ ℓ′ : Level} {A : Set ℓ} {B : A → Set ℓ′} {f g : (x : A) → B x}...
SOAS/ContextMaps/CategoryOfRenamings.agda
k4rtik/agda-soas
0
10569
-- The category of contexts and renamings module SOAS.ContextMaps.CategoryOfRenamings {T : Set} where open import SOAS.Common open import SOAS.Context {T} open import SOAS.Variable open import SOAS.ContextMaps.Combinators (ℐ {T}) open import Categories.Functor.Bifunctor open import Categories.Object.Initial open imp...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/nested_generic1_pkg.ads
best08618/asylo
7
24427
<filename>gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/nested_generic1_pkg.ads generic package Nested_Generic1_Pkg is type Element_Renderer is access procedure; generic procedure Image_Generic (Renderer : in not null Element_Renderer); end Nested_Generic1_Pkg;
src/ship.adb
drm343/Space-War-3000
2
6747
package body ship is -------------------------------------- -- Build Ship -------------------------------------- function is_Colony return Ship_Data is result: Ship_Data := (Colony, 1, 2, 0, 0); begin return result; end is_Colony; -------------------------------------- function is_StarShip retu...
PropLogic.agda
onestruggler/Kalmar
0
12027
-- This file comes from the agda class taught by <NAME> at -- Dalhousie University. It contains a bonus question that -- propostional logic is complete. We will show this in -- Kalmar.agda. -- The course link: -- https://www.mathstat.dal.ca/~selinger/agda-lectures/ {-# OPTIONS --without-K --safe #-} module PropLogic ...
bits/src/search/bitoperations-search.ads
vasil-sd/ada-tlsf
3
17438
with BitOperations.Types; with BitOperations.Shift; with BitOperations.Mask; with Interfaces; generic with package Types is new BitOperations.Types (<>); package BitOperations.Search with SPARK_Mode, Pure, Preelaborate is use Types; package Shift is new BitOperations.Shift(Types); package Mask is new ...
gcc-gcc-7_3_0-release/gcc/ada/g-bubsor.ads
best08618/asylo
7
26463
<filename>gcc-gcc-7_3_0-release/gcc/ada/g-bubsor.ads ------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- ...
programs/oeis/277/A277723.asm
neoneye/loda
22
102849
; A277723: a(n) = floor(n*tau^3) where tau is the tribonacci constant (A058265). ; 0,6,12,18,24,31,37,43,49,56,62,68,74,80,87,93,99,105,112,118,124,130,136,143,149,155,161,168,174,180,186,192,199,205,211,217,224,230,236,242,248,255,261,267,273,280,286,292,298,304,311,317,323,329,336,342,348,354,360,367,373,379,385,392,...
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/fzero.lzh/fzero/title_main_usa.asm
prismotizm/gigaleak
0
9493
Name: title_main_usa.asm Type: file Size: 88494 Last-Modified: '1993-07-20T07:13:29Z' SHA-1: 5A2095BBAFB92188199B2070EC406C3162E60F27 Description: null
demos/predef.ada
daveshields/AdaEd
3
25358
<reponame>daveshields/AdaEd -- -- -- ********************************** -- * * -- * T e x t * -- * * -- * Input / Output Package * -- * * -- ...
oeis/056/A056617.asm
neoneye/loda-programs
11
176031
<reponame>neoneye/loda-programs ; A056617: Denominator of binomial(2*n,n) / (2*n+1). ; 1,3,5,7,9,11,13,5,17,19,21,23,25,27,29,31,11,7,37,13,41,43,3,47,49,17,53,55,57,59,61,9,65,67,23,71,73,75,11,79,81,83,17,29,89,13,31,19,97,11,101,103,35,107,109,37,113,115,39,119,121,41,125,127,43,131,133,9,137,139,47,13,29,49,149,151...
applet/aide/source/palettes/aide-palette-of_pragmas.adb
charlie5/aIDE
3
27811
<filename>applet/aide/source/palettes/aide-palette-of_pragmas.adb with AdaM.Comment, AdaM.raw_Source, AdaM.a_Type.enumeration_type, Glib, Glib.Error, Glib.Object, Gtk.Builder, Gtk.Handlers, Pango.Font, Ada.Characters.handling; with Ada.Text_IO; use Ada.Tex...
awa/src/awa-users-filters.ads
fuzzysloth/ada-awa
0
17534
<gh_stars>0 ----------------------------------------------------------------------- -- awa-users-filters -- Specific filters for authentication and key verification -- Copyright (C) 2011, 2012, 2015 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you m...
Task/QR-decomposition/Ada/qr-decomposition.ada
mullikine/RosettaCodeData
1
2646
with Ada.Text_IO; use Ada.Text_IO; with Ada.Numerics.Real_Arrays; use Ada.Numerics.Real_Arrays; with Ada.Numerics.Generic_Elementary_Functions; procedure QR is procedure Show (mat : Real_Matrix) is package FIO is new Ada.Text_IO.Float_IO (Float); begin for row in mat'Range (1) loop for col i...
Categories/Functor/Construction/Inclusion.agda
elpinal/exsub-ccc
3
12693
open import Theory module Categories.Functor.Construction.Inclusion {ℓ₁ ℓ₂ ℓ₃} (Th : Theory ℓ₁ ℓ₂ ℓ₃) where open import Syntax open Theory.Theory Th open Signature Sg open Term Sg open import Categories.Category.Construction.Renaming Sg as Renaming using (Ren; ren; _≐_) open import Categories.Category.Construction....
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_1629.asm
ljhsiun2/medusa
9
3787
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xcbb7, %rsi nop nop nop nop nop and $46246, %r9 mov $0x6162636465666768, %r8 movq %r8, %xmm5 movups %xmm5, (%rsi) nop nop nop nop inc %r8 lea addresses_WC_ht+0x10fdf, %rsi lea ...
programs/oeis/027/A027689.asm
neoneye/loda
22
161298
<reponame>neoneye/loda ; A027689: a(n) = n^2 + n + 4. ; 4,6,10,16,24,34,46,60,76,94,114,136,160,186,214,244,276,310,346,384,424,466,510,556,604,654,706,760,816,874,934,996,1060,1126,1194,1264,1336,1410,1486,1564,1644,1726,1810,1896,1984,2074,2166,2260,2356,2454,2554,2656,2760,2866,2974,3084,3196,3310,3426,3544,3664,378...
thingsToDoToday.scpt
philtr/geektool-scripts
0
2922
<reponame>philtr/geektool-scripts set taskList to "" tell application "Things3" repeat with toDo in to dos of list "Today" set toDoName to name of toDo if status of toDo is completed set indicator to "☑︎ " else if status of toDo is canceled set indicator to "☒ " else set indicator t...
utils/matrix4x4.ads
Lucretia/old_nehe_ada95
0
7114
--------------------------------------------------------------------------------- -- Copyright 2004-2005 © <NAME> -- -- This code is to be used for tutorial purposes only. -- You may not redistribute this code in any form without my express permission. -------------------------------------------------------------------...
src/semantica.adb
alvaromb/Compilemon
1
24810
package body Semantica is procedure Abuit (P : out Pnode) is begin P := null; end Abuit; procedure Creanode_Programa (P : out Atribut; A : in Atribut) is begin P := A; Arbre := P.A; end Creanode_Programa; procedure Creanode (P : out Atribut; Fe, Fd ...
programs/oeis/164/A164577.asm
jmorken/loda
1
105550
; A164577: Integer averages of the first perfect cubes up to some n^3. ; 1,12,25,45,112,162,225,396,507,637,960,1156,1377,1900,2205,2541,3312,3750,4225,5292,5887,6525,7936,8712,9537,11340,12321,13357,15600,16810,18081,20812,22275,23805,27072,28812,30625,34476,36517,38637,43120,45486,47937,53100,55815,58621,64512,67600,...
programs/oeis/227/A227546.asm
karttu/loda
0
97111
<reponame>karttu/loda ; A227546: n! + n^2 + 1. ; 2,3,7,16,41,146,757,5090,40385,362962,3628901,39916922,479001745,6227020970,87178291397,1307674368226,20922789888257,355687428096290,6402373705728325 mov $1,$0 fac $1 pow $0,2 add $1,$0 add $1,1
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/vect2.ads
best08618/asylo
7
10336
<filename>gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/vect2.ads with Vect2_Pkg; package Vect2 is -- Unconstrained array types are vectorizable, possibly with special -- help for the programmer type Varray is array (Positive range <>) of Long_Float; for Varray'Alignment use 16; function "+" (X, Y : Var...
data/pokemon/base_stats/ampharos.asm
AtmaBuster/pokeplat-gen2
6
2650
db 0 ; species ID placeholder db 90, 75, 75, 55, 115, 90 ; hp atk def spd sat sdf db ELECTRIC, ELECTRIC ; type db 45 ; catch rate db 194 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/ampharos/front.dimensions" db GROWTH_MEDI...
Cubical/Data/Prod/Properties.agda
limemloh/cubical
0
12275
<reponame>limemloh/cubical {-# OPTIONS --cubical --safe #-} module Cubical.Data.Prod.Properties where open import Cubical.Core.Everything open import Cubical.Data.Prod.Base open import Cubical.Data.Sigma open import Cubical.Foundations.Prelude open import Cubical.Foundations.Equiv open import Cubical.Foundations.HLe...
programs/oeis/043/A043291.asm
neoneye/loda
22
87110
; A043291: Every run length in base 2 is 2. ; 3,12,51,204,819,3276,13107,52428,209715,838860,3355443,13421772,53687091,214748364,858993459,3435973836,13743895347,54975581388,219902325555,879609302220,3518437208883,14073748835532,56294995342131,225179981368524,900719925474099,3602879701896396,14411518807585587,576460752...
src/L/Base/Coproduct.agda
borszag/smallib
0
5850
module L.Base.Coproduct where -- Reexport definitions open import L.Base.Coproduct.Core public
dependently-typed-programming-in-agda_norell-chapman/Logic.agda
neosimsim/merkdas
1
8429
module Logic where data Bool : Set where true : Bool false : Bool _∧_ : Bool → Bool → Bool false ∧ _ = false true ∧ b = b _∨_ : Bool → Bool → Bool true ∨ _ = true false ∨ b = b
stack.asm
Klaus073/Assembly-language
0
172503
<filename>stack.asm<gh_stars>0 [org 0x0100] jmp start sum: dw 0 sum1: dw 0 add2: mov bp,sp mov cx,[bp+2] add cx,ax add cx,bx pop word[bp+2] ret add1: push bp mov bp,sp mov ax,[bp+4] mov bx,[bp+6] add word[sum],bx add word[sum],ax push word[sum] call add2 pop bp ret 4 start: push 5 push 4 call add1 mov ax, ...
source/miscellany/list.asm
paulscottrobson/rpl-32
0
244014
<filename>source/miscellany/list.asm<gh_stars>0 ; ****************************************************************************** ; ****************************************************************************** ; ; Name : list.asm ; Purpose : List Program ; Author : <NAME> (<EMAIL>) ; Created : 5th October 2019...
libsrc/enterprise/exos_open_channel_callee.asm
meesokim/z88dk
0
245156
; ; Enterprise 64/128 specific routines ; by <NAME>, 2011 ; ; exos_open_channel(unsigned char ch_number, char *device); ; ; ; $Id: exos_open_channel_callee.asm,v 1.4 2015/01/19 01:32:42 pauloscustodio Exp $ ; PUBLIC exos_open_channel_callee PUBLIC ASMDISP_EXOS_OPEN_CHANNEL_CALLEE exos_open_channel_callee: pop hl ...
dbi_clients_src/pin/pin-3.6-97554-g31f0a167d-gcc-linux/source/tools/IArg/iarg_explicit_memory_ea_app_asm_intel64.asm
DigitalAlchemist/fuzzwatch
326
80058
; BEGIN_LEGAL ; Intel Open Source License ; ; Copyright (c) 2002-2017 Intel Corporation. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions are ; met: ; ; Redistributions of source code must retain the ab...
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/ascii.asm
prismotizm/gigaleak
0
177861
<reponame>prismotizm/gigaleak Name: ascii.asm Type: file Size: 12622 Last-Modified: '1992-02-13T07:47:48Z' SHA-1: C3E7C99A9AA8E3A6AD662A1567522A4BCD8180B3 Description: null
20_E_FATTORE.asm
aleattene/lc2-exams
0
175212
<reponame>aleattene/lc2-exams ; ************ DESCRIZIONE SOTTOPROGRAMMA ************ Il seguente sottoprogramma denominato E_FATTORE riceve nei registri R0 e R1 i due numeri N e F, entrambi positivi codificati in complemento a due (quindi compresi fra 1 e 32767). Il sottoprogramma inoltre restituisce nel registro R0 i...
components/hap/wolfssl/wolfcrypt/src/aes_asm.asm
StefVos/HapSnap
22
85652
; /* aes_asm.asm ; * ; * Copyright (C) 2006-2016 wolfSSL Inc. ; * ; * This file is part of wolfssl. (formerly known as CyaSSL) ; * ; * wolfSSL is free software; you can redistribute it and/or modify ; * it under the term of the GNU General Public License as published by ; * the Free Software Foundation/either v...
libsrc/_DEVELOPMENT/math/integer/z80_zxn/l_z80_zxn_mulu_16_16x8.asm
Toysoft/z88dk
0
88517
INCLUDE "config_private.inc" SECTION code_clib SECTION code_math PUBLIC l_z80_zxn_mulu_16_16x8 ex de,hl l_z80_zxn_mulu_16_16x8: ; multiplication of a 16-bit number by an 8-bit number into 16-bit product ; ; enter : l = 8-bit multiplicand ; de = 16-bit multiplicand ; ; exit : hl = 16...
src/Implicits/Resolution/Termination/Lemmas/SizeMeasures.agda
metaborg/ts.agda
4
2944
<gh_stars>1-10 open import Prelude module Implicits.Resolution.Termination.Lemmas.SizeMeasures where open import Induction.WellFounded open import Induction.Nat open import Data.Vec open import Data.Fin.Substitution open import Extensions.Vec open import Implicits.Syntax open import Implicits.Syntax.Type.Unificatio...
coverage/PENDING_SUBMIT/amdvlk/0612-COVERAGE-instruction-simplify-2340/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
164358
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 133 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %59 %114 OpExecutionMode %4 Or...
programs/oeis/033/A033414.asm
neoneye/loda
22
163185
; A033414: a(n) = floor(94/n). ; 94,47,31,23,18,15,13,11,10,9,8,7,7,6,6,5,5,5,4,4,4,4,4,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 add $0,1 mov $1,94 div $1,$0 mov $0,$1
tests/thread/main.adb
Fabien-Chouteau/ASFML
0
11317
<filename>tests/thread/main.adb with Ada.Text_IO; use Ada.Text_IO; with Sf.System.Thread; use Sf, Sf.System, Sf.System.Thread; with Sf.System.Sleep; use Sf.System.Sleep; with Thread_Func; procedure Main is Thread : sfThread_Ptr; TFunc : sfThreadFunc_Ptr := Thread_Func'Access; UData : String := "Hel...
ado/src/sqlbench.ads
fjudith/sql-benchmark
24
10288
<reponame>fjudith/sql-benchmark ----------------------------------------------------------------------- -- sqlbench -- SQL Benchmark -- Copyright (C) 2018 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance wi...
user/alloctest.asm
Grapefruitcc/xv6-riscv-fall19
1
12377
<reponame>Grapefruitcc/xv6-riscv-fall19 user/_alloctest: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <test0>: #include "kernel/fcntl.h" #include "kernel/memlayout.h" #include "user/user.h" void test0() { 0: 715d addi sp,sp,-80 2: e486 sd ra...
support/support-regex.adb
leo-brewin/adm-bssn-numerical
1
21620
<filename>support/support-regex.adb with Support.Strings; use Support.Strings; with GNAT.Regpat; use GNAT.Regpat; package body Support.RegEx is Matches : Match_Array (0 .. 10); -- Matches (0) = first & last for the whole regex ...
oeis/204/A204696.asm
neoneye/loda-programs
11
245427
<filename>oeis/204/A204696.asm ; A204696: G.f.: (32*x^7/(1-2*x) + 16*x^5 + 24*x^6)/(1-2*x^2). ; 0,0,0,0,0,16,24,64,112,256,480,1024,1984,4096,8064,16384,32512,65536,130560,262144,523264,1048576,2095104,4194304,8384512,16777216,33546240,67108864,134201344,268435456,536838144,1073741824,2147418112,4294967296,8589803520,1...
src/grammar/Cosmos.g4
jonathanMelly/mtel
1
5983
//langage de type 'pseudo-code' pour apprendre à programmer parser grammar Cosmos ; options { tokenVocab = CosmosLexer; } //Removes clscompliant warning on build @header {#pragma warning disable 3021} programme : entete mainStart (instruction|noop)+ mainEnd .*? EOF ; entete : auteur date entreprise description ; ...
libsrc/_DEVELOPMENT/target/yaz180/device/asci/asci0_interrupt.asm
Toysoft/z88dk
0
23227
INCLUDE "config_private.inc" SECTION code_driver SECTION code_driver_character_input PUBLIC _asci0_interrupt EXTERN asci0RxBuffer, asci0RxCount, asci0RxIn EXTERN asci0TxBuffer, asci0TxCount, asci0TxOut _asci0_interrupt: push af push hl ...
antlr/JSONFormula.g4
vdua/json-formula
0
1146
/* Copyright 2021 Adobe. All rights reserved. This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
test/fat.asm
AndreLaranjeira/AssemblyTranslator
0
168650
SECTION TEXT INPUT N LOAD N FAT: SUB ONE JMPZ FIM STORE AUX MULT N STORE N LOAD AUX JMP FAT FIM: OUTPUT N STOP SECTION DATA AUX: SPACE N: SPACE ONE: CONST 1
test/Fail/IrrelevantTelescopeRecord.agda
shlevy/agda
1,989
12955
<reponame>shlevy/agda -- Andreas, 2011-04-07 module IrrelevantTelescopeRecord where record Wrap .(A : Set) : Set where field out : A -- cannot use A, because it is declared irrelevant
programs/oeis/049/A049647.asm
jmorken/loda
1
15022
<gh_stars>1-10 ; A049647: T(n,n+2), array T given by A049639. ; 1,1,4,4,7,7,11,11,17,17,23,23,31,31,41,41,51,51,61,61,75,75,89,89,105,105,123,123,137,137,153,153,177,177,199,199,223,223,249,249 div $0,2 cal $0,49648 ; T(n,n+1), array T as in A049687 and T(2n,2n+2), array T given by A049639. mov $1,$0
alloy4fun_models/trashltl/models/7/mxZLihr3ZFJygYKiv.als
Kaixi26/org.alloytools.alloy
0
1394
open main pred idmxZLihr3ZFJygYKiv_prop8 { always (all f:File| some f.link implies eventually f.link in Trash) } pred __repair { idmxZLihr3ZFJygYKiv_prop8 } check __repair { idmxZLihr3ZFJygYKiv_prop8 <=> prop8o }
oeis/083/A083022.asm
neoneye/loda-programs
11
2049
; A083022: Numbers n such that 4*n^2 - 3 is prime. ; Submitted by <NAME> ; 2,4,5,7,10,13,16,17,20,22,23,29,32,34,40,43,44,46,49,55,56,59,62,64,68,70,71,73,82,86,95,97,101,103,104,109,110,125,127,133,134,148,149,152,155,160,161,163,164,166,170,175,178,181,185,208,209,218,220,226,230,235,244,247,251,253,254,263,265,274,2...
oeis/028/A028028.asm
neoneye/loda-programs
11
3450
<reponame>neoneye/loda-programs<filename>oeis/028/A028028.asm ; A028028: Expansion of 1/((1-3*x)*(1-4*x)*(1-5*x)*(1-9*x)). ; Submitted by <NAME> ; 1,21,286,3234,33187,322455,3035152,28040628,256229413,2326373049,21042916258,189930286182,1712158289479,15423616827003,138884571944404,1250325501927096,11254768340210185,101...
react/react.g4
caos21/test-ode
1
3608
/* * Grammar for reactions * * copyright = "Copyright 2017, <NAME>" * license = "Apache v2.0" * */ grammar react; // A collection of entry entries : entry+ ; // Each entry can be: // - comment, starts with # ( # comment ) // - diffusion ( D[Ar+] = 3.5; ) // - constant ( Ar+ = 1.5e-21; ) or // - reaction ( Ar* + ...
oeis/129/A129003.asm
neoneye/loda-programs
11
27548
; A129003: (n^3+n^2)*3^n. ; Submitted by <NAME>(s3) ; 6,108,972,6480,36450,183708,857304,3779136,15943230,64953900,257217444,994857552,3772168218,14061928860,51656065200,187339329792,671787127926,2384960530284,8391527791740,29288988968400,101486346775506,349333955567388,1195241798387592,4066985325326400,137684399034487...
library/fmGUI_ManageDatabase/fmGUI_ManageDB_TO_ListAdd.applescript
NYHTC/applescript-fm-helper
1
1588
<filename>library/fmGUI_ManageDatabase/fmGUI_ManageDB_TO_ListAdd.applescript -- fmGUI_ManageDB_TO_ListAdd({TOList:null}) -- <NAME>, NYHTC -- given a list of table occurences, add them to the current DB. (* HISTORY: 1.2 - 2016-08-02 ( eshagdar ): the TOList might be a comma-delim string, so convert it to a list 1.1 ...
src/main/antlr/PlanningProblem.g4
giancosta86/LambdaPrism
4
5949
/*§ =========================================================================== LambdaPrism =========================================================================== Copyright (C) 2016 <NAME> =========================================================================== Licensed under the Apache License, Ver...
src/glfw/v3/glfw.adb
Roldak/OpenGLAda
79
23096
<reponame>Roldak/OpenGLAda -- part of OpenGLAda, (c) 2017 <NAME> -- released under the terms of the MIT license, see the file "COPYING" with Glfw.API; with Interfaces.C.Strings; package body Glfw is use type Interfaces.C.int; procedure Init is begin if API.Init = 0 then raise Initializatio...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_833.asm
ljhsiun2/medusa
9
163017
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %r8 push %rax push %rbp lea addresses_UC_ht+0x11bfa, %r15 and $11314, %rbp mov (%r15), %r10 and $34602, %r13 lea addresses_WT_ht+0x2e1e, %r12 clflush (%r12) nop nop nop and $42148, %rax mov (%r12), %bp de...
libsrc/stdio/c7420/fputc_cons.asm
jpoikela/z88dk
640
20437
<gh_stars>100-1000 ; ; ROM Console routine for the Philips Videopac C7420 ; By <NAME> - 2015 ; Apr, 2107: fixes and improvements ; ; $Id:fputc_cons.asm, 2017, Stefano $ ; SECTION code_clib PUBLIC fputc_cons_native .fputc_cons_native ; ODDLY THIS DOESN'T WORK ! (O2EM emulator problem ?) ; ld hl,2 ;...
org.alloytools.alloy.extra/extra/models/book/appendixA/undirected.als
Kaixi26/org.alloytools.alloy
527
3352
module appendixA/undirected sig Node { adjs: set Node } pred acyclic { adjs = ~adjs // You have to fill in additional formula here } run acyclic for 4
test/multiboot2_trampoline.asm
Itay2805/limine
67
85265
<filename>test/multiboot2_trampoline.asm extern multiboot2_main global _start section .multiboot_header header_start: dd 0xe85250d6 ; Magic number (multiboot 2) dd 0 ; Architecture 0 (protected mode i386) dd he...
source/nodes/program-storage_pools-instance.ads
reznikmm/gela
0
26025
<filename>source/nodes/program-storage_pools-instance.ads<gh_stars>0 -- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- package Program.Storage_Pools.Instance is Pool : aliased Storage_Pool; Pool_Access : constant S...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/sso/t9.adb
best08618/asylo
7
15121
-- { dg-do run } with Init9; use Init9; with Ada.Numerics; use Ada.Numerics; with Text_IO; use Text_IO; with Dump; procedure T9 is Local_R1 : R1; Local_R2 : R2; begin Local_R1.F := My_R1.F + 1.0; Put ("Local_R1 :"); Dump (Local_R1'Address, R1'Max_Size_In_Storage_Elements); New_Line; -- { dg-output "L...
test/Succeed/Issue1380a.agda
shlevy/agda
1,989
493
{-# OPTIONS --exact-split #-} -- {-# OPTIONS -v tc.cover:10 #-} postulate A : Set record I : Set where constructor i field f : A data Wrap : (j : I) → Set where con : (j : I) → Wrap j postulate C : Set anything : C test : (X : I) -> Wrap X -> C test (i ._) (con x) = anything
C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/mtrans.asm
HeroSizy/Sizy
0
26074
<filename>C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/mtrans.asm ;*********************************************************** ; Version 2.40.00 ;*********************************************************** ; Note: a symbol "SI_BUGS" is used to make a work around for...
Light/Implementation/Data/Boolean.agda
zamfofex/lightlib
1
7496
{-# OPTIONS --omega-in-omega --no-termination-check --overlapping-instances #-} module Light.Implementation.Data.Boolean where open import Light.Library.Data.Boolean using (Library ; Dependencies) open import Light.Variable.Sets open import Light.Library.Data.Unit as Unit using (Unit ; unit) open import Light.Level ...
libsrc/graphics/w_xorborder_callee.asm
rjcorrig/z88dk
0
177798
; ; Z88 Graphics Functions ; Written around the Interlogic Standard Library ; ; Wide resolution (int type parameters) and CALLEE conversion by <NAME>, 2018 ; ; ----- void __CALLEE__ xorborder(int x, int y, int x2, int y2) ; ; ; $Id: w_xorborder_callee.asm $ ; SECTION code_graphics PUBLIC xorborder_c...
Cubical/HITs/Ints/QuoInt/Properties.agda
limemloh/cubical
1
16505
<reponame>limemloh/cubical {-# OPTIONS --cubical --safe #-} module Cubical.HITs.Ints.QuoInt.Properties where open import Cubical.Core.Everything open import Cubical.Foundations.Prelude open import Cubical.Foundations.GroupoidLaws open import Cubical.HITs.Ints.QuoInt.Base renaming (_+ℤ_ to _+_) open import Cubical.D...
libsrc/target/coleco/games/joystick.asm
Frodevan/z88dk
640
88261
<filename>libsrc/target/coleco/games/joystick.asm SECTION code_clib PUBLIC joystick PUBLIC _joystick EXTERN coleco_joypad defc joystick = coleco_joypad defc _joystick = coleco_joypad
oeis/205/A205248.asm
neoneye/loda-programs
11
18921
<reponame>neoneye/loda-programs ; A205248: Number of (n+1) X 2 0..1 arrays with the number of clockwise edge increases in every 2 X 2 subblock the same. ; 16,40,112,328,976,2920,8752,26248,78736,236200,708592,2125768,6377296,19131880,57395632,172186888,516560656,1549681960,4649045872,13947137608,41841412816,12552423844...