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 |
|---|---|---|---|---|
libmikeos/src.os/__lsll.asm | mynameispyo/InpyoOS | 0 | 7322 |
section .text
use16
; (signed, unsigned) bx:ax <<= di;
global lsll
global lslul
lsll:
lslul:
mov cx, di
cmp cx, 32
jb lsl_main
sub ax, ax
mov bx, ax
ret
lsl_main:
push bx
push ax
pop eax
shl eax, cl
push eax
pop ax
pop bx
ret
|
src/FOmegaInt/Kinding/Declarative.agda | Blaisorblade/f-omega-int-agda | 0 | 4416 | ------------------------------------------------------------------------
-- A variant of declarative kinding in Fω with interval kinds
------------------------------------------------------------------------
{-# OPTIONS --safe --without-K #-}
module FOmegaInt.Kinding.Declarative where
open import Data.Context.WellFo... |
Mockingbird/Problems/Chapter11.agda | splintah/combinatory-logic | 1 | 8292 | open import Mockingbird.Forest using (Forest)
-- Birds Galore
module Mockingbird.Problems.Chapter11 {b ℓ} (forest : Forest {b} {ℓ}) where
open import Data.Product using (_×_; _,_; proj₁; proj₂; ∃-syntax)
open import Data.Unit using (⊤; tt)
open import Function using (_$_)
import Mockingbird.Problems.Chapter09 forest... |
AppleScript/Make Bags 2017.applescript | aaronpriven/actium | 1 | 236 | set BagListFileSpec to choose file of type {"public.text"} without invisibles
set BagListFileSpec to BagListFileSpec as string
set TemporaryPath to (POSIX path of (path to temporary items))
set theMasterPage to "G-AC Go"
--set theMasterPage to "F-Flex"
set AppleScript's text item delimiters to ":"
set BagFileName to... |
disass.asm | ChartreuseK/z80monitor | 5 | 22668 | <reponame>ChartreuseK/z80monitor<filename>disass.asm
; Minimal z80 diassesembler written in z80 assembly
;---------------------------------------------------
; z80 opcode decoding based on:
; http://www.z80.info/decoding.htm
;
; TODO: Try and optimize to < 2048 bytes (Personal goal)
;
#local
; RAM Variables
#data _RA... |
elan520-programmable_address_region.ads | Jellix/elan520 | 0 | 21142 | ------------------------------------------------------------------------
-- Copyright (C) 2004-2020 by <<EMAIL>> --
-- --
-- This work is free. You can redistribute it and/or modify it under --
-- the terms of the Do What The Fuck Y... |
libsrc/_DEVELOPMENT/adt/w_vector/c/sccz80/w_vector_back.asm | teknoplop/z88dk | 8 | 21422 |
; void *w_vector_back(b_vector_t *v)
SECTION code_clib
SECTION code_adt_w_vector
PUBLIC w_vector_back
EXTERN asm_w_vector_back
defc w_vector_back = asm_w_vector_back
|
libsrc/_DEVELOPMENT/arch/ts2068/misc/z80/asm_tshc_scroll_wc_up_pix.asm | jpoikela/z88dk | 640 | 29073 | ; ===============================================================
; 2017
; ===============================================================
;
; void tshc_scroll_wc_up_pix(struct r_Rect8 *r, uchar rows, uchar pix)
;
; Scroll the rectangular area upward by rows characters.
; Clear the vacated area.
;
; ==================... |
src/halfbox_info.ads | SKNZ/BoiteMaker | 0 | 28283 | <filename>src/halfbox_info.ads
package halfbox_info is
type halfbox_info_t is
record
-- longueur de la demi boite
length : integer;
-- largeur de la demi boite
width : integer;
-- hauteur de la demi boite
height : integer;
... |
data/pokemon/base_stats/gyarados.asm | AtmaBuster/pokeplat-gen2 | 6 | 91874 | <filename>data/pokemon/base_stats/gyarados.asm
db 0 ; species ID placeholder
db 95, 125, 79, 81, 60, 100
; hp atk def spd sat sdf
db WATER, FLYING ; type
db 45 ; catch rate
db 214 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 5 ; step cycles to hatch
INCBIN "gfx/pokemon/g... |
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dconst_0.asm | meesokim/z88dk | 0 | 20183 |
SECTION code_fp_math48
PUBLIC am48_dconst_0
EXTERN mm48__zero_no
; set AC = 0
;
; uses : bc, de, hl
defc am48_dconst_0 = mm48__zero_no
|
sharding-core/src/main/antlr4/imports/SQLServerTableBase.g4 | chuanandongxu/sharding-sphere | 0 | 5848 | grammar SQLServerTableBase;
import SQLServerKeyword,Keyword,Symbol,SQLServerBase,BaseRule,DataType;
columnDefinition
: columnName dataType
columnDefinitionOption*
(columnConstraint(COMMA columnConstraint)*)?
columnIndex?
;
columnDefinitionOption
: FILESTREAM
| COLLATE collationName
... |
proofs/AKS/Modular/Quotient.agda | mckeankylej/thesis | 1 | 5889 | <reponame>mckeankylej/thesis
module AKS.Modular.Quotient where
open import AKS.Modular.Quotient.Base public
open import AKS.Modular.Quotient.Properties public
|
programs/oeis/157/A157142.asm | neoneye/loda | 22 | 104114 | ; A157142: Signed denominators of Leibniz series for Pi/4.
; 1,-3,5,-7,9,-11,13,-15,17,-19,21,-23,25,-27,29,-31,33,-35,37,-39,41,-43,45,-47,49,-51,53,-55,57,-59,61,-63,65,-67,69,-71,73,-75,77,-79,81,-83,85,-87,89,-91,93,-95,97,-99,101,-103,105,-107,109,-111,113,-115,117,-119,121,-123,125,-127,129,-131,133,-135,137,-139... |
data/pokemon/base_stats/hoenn/illumise.asm | Dev727/ancientplatinum | 0 | 12320 | db 0 ; 314 DEX NO
db 65, 47, 55, 85, 73, 75
; hp atk def spd sat sdf
db BUG, BUG ; type
db 150 ; catch rate
db 146 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F100 ; gender ratio
db 100 ; unknown 1
db 15 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/hoenn/illumise/front.dime... |
programs/oeis/318/A318935.asm | karttu/loda | 1 | 1632 | ; A318935: a(n) = Sum_{2^m divides n} 2^(3*m).
; 1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,4681,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,37449,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,4681,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,299593,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,4681,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,37449,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1... |
oeis/100/A100165.asm | neoneye/loda-programs | 11 | 8140 | <reponame>neoneye/loda-programs
; A100165: Structured rhombic triacontahedral numbers (vertex structure 7).
; 1,32,147,400,845,1536,2527,3872,5625,7840,10571,13872,17797,22400,27735,33856,40817,48672,57475,67280,78141,90112,103247,117600,133225,150176,168507,188272,209525,232320,256711,282752,310497,340000,371315,40449... |
fluidcore/samples/tri-v4.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 59 | 247645 |
db 0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0
db 1,1,1,1,1,1,1,1
db 1,1,1,1,1,1,1,1
db 1,1,1,1,1,1,1,1
db 1,1,1,1,1,1,1,1
db 2,2,2,2,2,2,2,2
db 2,2,2,2,2,2,2,2
db 2,2,2,2,2,2,2,2
db 2,2,2,2,2,2,2,2
db 3,3,3,3,3,3,3,3
db 3,3,3,3,3,3,3,3
db 3,3,3,3,3,3,3,3
db 3,3,3,3,3... |
programs/oeis/122/A122471.asm | jmorken/loda | 1 | 93366 | <gh_stars>1-10
; A122471: a(n)=7*a(n-1)-n for n> 0, a(0)=1.
; 1,6,40,277,1935,13540,94774,663411,4643869,32507074,227549508,1592846545,11149925803,78049480608,546346364242,3824424549679,26770971847737,187396802934142,1311777620538976,9182443343772813
mov $2,$0
mov $0,10
mov $1,10
lpb $2
add $1,$0
mul $0,7
sub $0... |
Library/SpecUI/ISUI/Win/winDraw.asm | steakknife/pcgeos | 504 | 7470 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: ISUI/Win
FILE: winDraw.asm
ROUTINES:
Name Description
---- -----------
WinDrawBoxFrame draw 2 color LT/RB frame
OpenWinCheckIfBordered test if wi... |
out/aaa_04loop.adb | FardaleM/metalang | 22 | 12604 | <filename>out/aaa_04loop.adb
with ada.text_io, ada.Integer_text_IO, Ada.Text_IO.Text_Streams, Ada.Strings.Fixed, Interfaces.C;
use ada.text_io, ada.Integer_text_IO, Ada.Strings, Ada.Strings.Fixed, Interfaces.C;
procedure aaa_04loop is
type stringptr is access all char_array;
procedure PString(s : stringptr) is
begi... |
wof/lcs/base/1BC.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 98726 | copyright zengfr site:http://github.com/zengfr/romhack
012A50 move.w #$140, ($1bc,A5) [base+1BA]
012A56 move.b #$3, ($1c7,A5) [base+1BC]
012AD2 move.w #$140, ($1bc,A5) [base+1BA]
012AD8 clr.b ($1c1,A5) [base+1BC]
012BE8 move.w #$140, ($1bc,A5) [base+1BA]
012BEE bra $12d8e [base+1BC]
012C0E bpl $12d... |
Task/Literals-String/Ada/literals-string-1.ada | LaudateCorpus1/RosettaCodeData | 1 | 29049 | ch : character := 'a';
|
src/Categories/Category/Instance/Span.agda | Trebor-Huang/agda-categories | 279 | 4550 | <reponame>Trebor-Huang/agda-categories
{-# OPTIONS --without-K --safe #-}
-- https://ncatlab.org/nlab/show/span
-- The colimit of a functor from this category is a pushout in the target category.
module Categories.Category.Instance.Span where
open import Level
open import Categories.Category
open import Relation.Bina... |
src/fltk-devices-surfaces-paged.adb | micahwelf/FLTK-Ada | 1 | 10577 | <filename>src/fltk-devices-surfaces-paged.adb
with
Interfaces.C,
System;
use type
Interfaces.C.int,
System.Address;
package body FLTK.Devices.Surfaces.Paged is
function new_fl_paged_device
return System.Address;
pragma Import (C, new_fl_paged_device, "new_fl_paged_device");
... |
programs/oeis/116/A116404.asm | karttu/loda | 0 | 240097 | ; A116404: Expansion of (1-x)/((1-x)^2 - x^2(1+x)^2).
; 1,1,2,6,15,35,84,204,493,1189,2870,6930,16731,40391,97512,235416,568345,1372105,3312554,7997214,19306983,46611179,112529340,271669860,655869061,1583407981,3822685022,9228778026,22280241075,53789260175,129858761424,313506783024,756872327473,1827251437969,4411375203... |
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/kart-calc.asm | prismotizm/gigaleak | 0 | 87983 | Name: kart-calc.asm
Type: file
Size: 24560
Last-Modified: '1992-08-30T15:00:00Z'
SHA-1: E3124243BE5EA2D7001FB3DAAD52EB0EB95FE395
Description: null
|
libsrc/_DEVELOPMENT/stdio/c/sccz80/getline_callee.asm | teknoplop/z88dk | 0 | 3756 | <gh_stars>0
; size_t getline(char **lineptr, size_t *n, FILE *stream)
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_stdio
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_MULTITHREAD & $02
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
PUBLIC getline_callee
EXTERN asm_getline
getline_callee:
pop hl
pop ix
pop de... |
u7-common/patch-eop-selectAndUseKey.asm | JohnGlassmyer/UltimaHacks | 68 | 104045 | <filename>u7-common/patch-eop-selectAndUseKey.asm<gh_stars>10-100
; Uses a keyring, if the party has one; otherwise, allows the player to select
; a target and then automatically finds and uses a party-held key for that
; target.
; Removes the hassle associated with managing keys in U7BG in particular, but
; ... |
tests/src/sp-strings-tests.adb | jquorning/septum | 236 | 6018 | with Ada.Characters.Latin_1;
with Ada.Strings.Unbounded;
with Trendy_Test.Assertions.Integer_Assertions;
package body SP.Strings.Tests is
package ASU renames Ada.Strings.Unbounded;
use Trendy_Test.Assertions;
use Trendy_Test.Assertions.Integer_Assertions;
function "+" (S : String) return ASU.Unbound... |
out/Inception/Syntax.agda | JoeyEremondi/agda-soas | 39 | 3417 | <reponame>JoeyEremondi/agda-soas
{-
This second-order term syntax was created from the following second-order syntax description:
syntax Inception | IA
type
L : 0-ary
P : 0-ary
A : 0-ary
term
rec : L P -> A
inc : L.A P.A -> A
theory
(S) p : P a : P.A |> inc (l. rec (l, p[]), x. a[x]) = a[p[]]
... |
3-mid/impact/source/3d/collision/narrowphase/impact-d3-collision-gjk_epa.adb | charlie5/lace | 20 | 21663 | <reponame>charlie5/lace<filename>3-mid/impact/source/3d/collision/narrowphase/impact-d3-collision-gjk_epa.adb
with impact.d3.Shape.convex.internal.sphere;
with Interfaces.C;
with impact.d3.Transform;
with impact.d3.Quaternions;
with impact.d3.Matrix;
with Interfaces;
with impact.d3.Vector;
with impact.d3.collision.gjk... |
macro.asm | Sahilsinggh/MPL | 0 | 97931 | <reponame>Sahilsinggh/MPL<filename>macro.asm
%macro print 2
mov rax,01
mov rdi,01
mov rsi,%1
mov rdx,%2
syscall
%endmacro
%macro read 2
mov rax,00
mov rdi,00
mov rsi,%1
mov rdx,%2
syscall
%endmacro |
arch/ARM/RP/svd/rp2040/rp_svd-watchdog.ads | morbos/Ada_Drivers_Library | 2 | 5973 | <gh_stars>1-10
-- Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
--
-- SPDX-License-Identifier: BSD-3-Clause
-- This spec has been automatically generated from rp2040.svd
pragma Restrictions (No_Elaboration_Code);
pragma Ada_2012;
pragma Style_Checks (Off);
with HAL;
with System;
package RP_SVD.WATCHDOG is
pr... |
arch/x86/kernel/entry.asm | stlankes/hermitux-kernel | 0 | 85531 | <reponame>stlankes/hermitux-kernel
; Copyright (c) 2010-2015, <NAME>, RWTH Aachen University
; 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 a... |
alloy4fun_models/trashltl/models/4/WDa5x2Y9pNtszhaMa.als | Kaixi26/org.alloytools.alloy | 0 | 4586 | open main
pred idWDa5x2Y9pNtszhaMa_prop5 {
(some f:File | eventually f not in File)
}
pred __repair { idWDa5x2Y9pNtszhaMa_prop5 }
check __repair { idWDa5x2Y9pNtszhaMa_prop5 <=> prop5o } |
src/firmware-tests/Platform/Motor/EnableDisable/EnableDisableAdcTest.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 93018 | <reponame>pete-restall/Cluck2Sesame-Prototype
#include "Platform.inc"
#include "FarCalls.inc"
#include "Motor.inc"
#include "../../Adc/EnableDisableAdcMocks.inc"
#include "TestFixture.inc"
radix decimal
udata
global numberOfEnableCalls
global numberOfDisableCalls
global expectedCalledEnableAdcCount
global ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_373.asm | ljhsiun2/medusa | 9 | 83900 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x13eef, %rsi
lea addresses_WT_ht+0xd9df, %rdi
nop
nop
nop
nop
nop
cmp %rdx, %rdx
mov $9, %rcx
rep movsl
nop
and %r8, %r8
lea addresses_normal_ht+0x10e6f, %r... |
test/Succeed/Issue4079.agda | shlevy/agda | 1,989 | 9656 | open import Agda.Builtin.Bool
open import Agda.Builtin.List
data Singleton : List Bool → Set where
singleton : ∀ b → Singleton (b ∷ [])
Works : (bs : List Bool) → Singleton bs → Set₁
Works bs s with s
... | singleton b with Set
Works .(b ∷ []) s | singleton b | _ = Set
Fails : (bs : List Bool) → Singleton bs → Set... |
libsrc/graphics/w_stencil_add_side.asm | meesokim/z88dk | 0 | 90508 | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Compute the line coordinates and put into a vector
; Basic concept by <NAME> (calculate_side)
;
; <NAME> - 13/3/2009
;
;
; $Id: w_stencil_add_side.asm,v 1.2 2015/01/19 01:32:46 pauloscustodio Exp $
;
;;... |
kernel/src/entry.asm | Tangent-Project/Tangent-OS | 6 | 102007 | bits 32
dd 0x1BADB002
dd 0x0
dd - 0x1BADB002
extern kmain
global _start
_start:
mov esp,stack_end
call kmain
jmp $
SECTION .bss
stack_begin:
RESB 0x2000
stack_end: |
test/asset/agda-stdlib-1.0/Algebra/Properties/Semilattice.agda | omega12345/agda-mode | 0 | 8148 | <gh_stars>0
------------------------------------------------------------------------
-- The Agda standard library
--
-- Some derivable properties
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
open import Algebra
module Algebra.Properties.Semilattice {l₁ l... |
src/case/add.asm | dberkerdem/Assebmler | 0 | 164227 | LOAD 0002
STORE B
LOAD 0064
STORE C
LOAD 0003
STORE [C]
LOAD 0004
STORE [0384]
LOAD 0001
ADD 0001
ADD B
ADD [C]
ADD [0384]
HALT
|
src/lib/Utilities/string_sets.adb | fintatarta/protypo | 0 | 15334 | <reponame>fintatarta/protypo<filename>src/lib/Utilities/string_sets.adb
pragma Ada_2012;
package body String_Sets is
-------------------
-- To_Set_String --
-------------------
function To_Set_String (X : String) return Set_String
is
Result : Set_String (X'Range);
begin
for K in X'Range ... |
demo/std.asm | slcz/hummingbird | 0 | 12030 | #define H(x) (((((x) & 0x8) >> 3) + ((x) >> 4)) & 0xf)
#define L(x) ((x) & 0xf)
#define JMPWORD(x) (0x60 | ((x) >> 8))
#define li(x) lh H(x) addi L(x)
#define ge
#define not nori 0
#define ori(x) nori x nori ~0
#define or(x) nor x nori ~0
#define clrz setz ne
#define save clrz call
#define ret clrz ne call
#define hl... |
msp430-gcc-tics/msp430-gcc-7.3.1.24-source-full/gcc/gcc/testsuite/gnat.dg/opt41_pkg.adb | TUDSSL/TICS | 7 | 8178 | <gh_stars>1-10
with Ada.Streams; use Ada.Streams;
package body Opt41_Pkg is
type Wstream is new Root_Stream_Type with record
S : Unbounded_String;
end record;
procedure Read (Stream : in out Wstream;
Item : out Stream_Element_Array;
Last : out Stream_Element_O... |
C5515_Support_Files/C5515_Lib/dsplib_2.40.00/55x_src/unpack.asm | HeroSizy/Sizy | 0 | 83705 | <reponame>HeroSizy/Sizy
;***********************************************************
; Version 2.40.00
;***********************************************************
; Function UNPACK
; Processor: C55xx
; Decription: Unpacks the output of a Radix-2 DIF complex FFT using b... |
programs/oeis/006/A006463.asm | jmorken/loda | 1 | 90820 | ; A006463: Convolve natural numbers with characteristic function of triangular numbers.
; 0,0,1,2,4,6,8,11,14,17,20,24,28,32,36,40,45,50,55,60,65,70,76,82,88,94,100,106,112,119,126,133,140,147,154,161,168,176,184,192,200,208,216,224,232,240,249,258,267,276,285,294,303,312,321,330,340,350,360,370,380,390,400,410,420,430... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1614.asm | ljhsiun2/medusa | 9 | 240691 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x759d, %rsi
lea addresses_normal_ht+0xf7dd, %rdi
nop
nop
nop
and $15941, %r11
mov $93, %rcx
rep movsl
sub $11141, %rcx
lea addresses_normal_ht+0x1c00f, %rdx
nop
and $46830, %r13
mov (%... |
awa/plugins/awa-wikis/src/model/awa-wikis-models.adb | twdroeger/ada-awa | 0 | 15204 | <filename>awa/plugins/awa-wikis/src/model/awa-wikis-models.adb
-----------------------------------------------------------------------
-- AWA.Wikis.Models -- AWA.Wikis.Models
-----------------------------------------------------------------------
-- File generated by ada-gen DO NOT MODIFY
-- Template used: templates... |
Task/Loops-For-with-a-specified-step/Ada/loops-for-with-a-specified-step.ada | LaudateCorpus1/RosettaCodeData | 1 | 14774 | <reponame>LaudateCorpus1/RosettaCodeData
with Loopers;
use Loopers;
procedure For_Main is
begin
Looper_1;
Looper_2;
Looper_3;
end For_Main;
package Loopers is
procedure Looper_1;
procedure Looper_2;
procedure Looper_3;
end Loopers;
with Ada.Text_IO, Ada.Integer_Text_... |
source/system/interface.asm | mega65dev/rom-assembler | 0 | 3093 | <filename>source/system/interface.asm
; ********************************************************************************************
; ********************************************************************************************
;
; Name : interface.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th... |
test/Fail/Issue464.agda | cruhland/agda | 1,989 | 1499 | <filename>test/Fail/Issue464.agda
{-# OPTIONS --universe-polymorphism #-}
module Issue464 where
open import Common.Level
data _×_ {a b}(A : Set a)(B : Set b) : Set (a ⊔ b) where
_,_ : A → B → A × B
data ⊥ : Set where
record ⊤ : Set where
-----------------------------------
data nonSP : Set1 where
ι : nonSP
... |
Patches/dma_copy.asm | abitalive/SuperSmashBros | 4 | 97710 | <gh_stars>1-10
// Super Smash Bros. DMA copy demonstration
arch n64.cpu
endian msb
//output "", create
include "LIB/N64.inc"
include "LIB/macros.inc"
origin 0x0
insert "LIB/Super Smash Bros. (U) [!].z64"
// DMA
origin 0x001234
base 0x80000634
jal DMA
origin 0x33204
base 0x80032604
scope DMA: {
addiu sp, -0x18
... |
test/Succeed/Issue2792/Safe.agda | shlevy/agda | 1,989 | 5568 | {-# OPTIONS --safe #-}
module Issue2792.Safe where
|
other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Driver-point-p.asm | prismotizm/gigaleak | 0 | 245228 | <filename>other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/risc.lzh/risc/join/Driver-point-p.asm
Name: Driver-point-p.asm
Type: file
Size: 40022
Last-Modified: '1992-07-20T04:24:16Z'
SHA-1: F3C05327F077A37B9C2C311C06A26B81AD1B38A7
Description: null
|
citeproc-java/grammars/InternalNumber.g4 | michel-kraemer/citeproc-java | 63 | 7288 | <reponame>michel-kraemer/citeproc-java
grammar InternalNumber;
@header {
package de.undercouch.citeproc.csl.internal.helper;
import de.undercouch.citeproc.csl.CSLLabel;
import java.util.List;
}
@members {
private void addElement(List<NumberElement> elements, NumberElement e) {
if (elements.isEmpty()) {
e... |
Library/Text/UI/uiPointSize.asm | steakknife/pcgeos | 504 | 166402 | <reponame>steakknife/pcgeos
COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Text Library
FILE: uiPointSizeControl.asm
ROUTINES:
Name Description
---- -----------
GLB PointSizeControlCla... |
test/Succeed/Erasure-succeed-Issue3855.agda | hborum/agda | 0 | 3607 | -- Andreas, 2019-06-18, LAIM 2019, issue #3855:
-- Successful tests for the erasure (@0) modality.
module _ where
open import Agda.Builtin.Bool
open import Agda.Builtin.Nat
open import Agda.Builtin.Equality
open import Agda.Builtin.Coinduction
open import Common.IO
module WhereInErasedDeclaration where
@0 n : Na... |
Library/GrObj/GrObj/grobjHandles.asm | steakknife/pcgeos | 504 | 104675 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: GrObj
MODULE: GrObj
FILE: grobjHandles.asm
AUTHOR: <NAME>, Aug 21, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date De... |
programs/oeis/315/A315639.asm | neoneye/loda | 22 | 83170 | <reponame>neoneye/loda
; A315639: Coordination sequence Gal.4.74.4 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,6,12,16,20,26,32,38,44,48,52,58,64,70,76,80,84,90,96,102,108,112,116,122,128,134,140,144,148,154,160,166,172,176,180... |
extra/extra/Reasoning2.agda | manikdv/plfa.github.io | 1,003 | 7704 | import Relation.Binary.PropositionalEquality as Eq
open Eq using (_≡_; refl; sym; trans)
open Eq.≡-Reasoning
open import Data.Nat using (ℕ; zero; suc; _+_)
lift : ∀ {m n : ℕ} → m ≡ n → suc m ≡ suc n
lift refl = refl
+-assoc : ∀ (m n p : ℕ) → (m + n) + p ≡ m + (n + p)
+-assoc zero n p =
begin
(zero + n) + p
≡... |
bb-runtimes/runtimes/ravenscar-full-stm32g474/gnat/a-sttebu.ads | JCGobbi/Nucleo-STM32G474RE | 0 | 650 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- --
-- ... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i9-9900K_12_0xca_notsx.log_21829_1764.asm | ljhsiun2/medusa | 9 | 95558 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x7eb5, %rsi
lea addresses_D_ht+0x3e45, %rdi
nop
nop
nop
nop
xor %r14, %r14
mov $61, %rcx
rep movsq
nop
nop
sub $20136, %r9
lea addresses_UC_ht+0x13ae5, %rsi
lea addresses_WC_ht+0x18... |
3-mid/physics/interface/source/physics-joint-hinge.ads | charlie5/lace | 20 | 614 | package physics.Joint.hinge
--
-- An interface to a hinge joint.
--
is
type Item is limited interface
and Joint.item;
type View is access all Item'Class;
procedure Limits_are (Self : in out Item; Low, High : in Real;
Softness :... |
Rings/Examples/Examples.agda | Smaug123/agdaproofs | 4 | 10287 | <filename>Rings/Examples/Examples.agda<gh_stars>1-10
{-# OPTIONS --safe --warning=error --without-K #-}
open import LogicalFormulae
open import Groups.Groups
open import Functions.Definition
open import Numbers.Naturals.Semiring
open import Numbers.Naturals.Order
open import Numbers.Integers.Integers
open import Numbe... |
src/audio-riff-wav-formats.adb | Ada-Audio/wavefiles | 10 | 30413 | ------------------------------------------------------------------------------
-- --
-- AUDIO / RIFF / WAV --
-- --
-- ... |
source/coroutines-polling.ads | reznikmm/coroutines | 3 | 27571 | <filename>source/coroutines-polling.ads
-- Copyright (c) 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
--
-- This package provides file descriptor polling events to yield.
--
with Interfaces.C;
package Coroutines... |
courses/fundamentals_of_ada/labs/solar_system/adv_280_low_level_programming/question_3/src/stm32-rng.adb | AdaCore/training_material | 15 | 11598 | with STM32_SVD.RCC; use STM32_SVD.RCC;
with STM32_SVD.RNG; use STM32_SVD.RNG;
package body STM32.RNG is
----------------------
-- Enable_RNG_Clock --
----------------------
procedure Enable_RNG_Clock is
begin
RCC_Periph.AHB2ENR.RNGEN := True;
end Enable_RNG_Clock;
----------------
-- E... |
test/succeed/IrrelevantRecordFields.agda | larrytheliquid/agda | 1 | 819 | -- 2010-09-24
-- example originally stolen from <NAME>'s post on the Agda list
{-# OPTIONS --no-irrelevant-projections #-}
module IrrelevantRecordFields where
open import Common.Equality
record SemiG : Set1 where
constructor _,_,_,_,_,_
field
M : Set
unit : M
_+_ : M -> M -> M
.assoc : ∀ {x y ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1627.asm | ljhsiun2/medusa | 9 | 103483 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x45eb, %rsi
lea addresses_A_ht+0x1242b, %rdi
nop
nop
nop
nop
nop
add $37224, %r13
mov $77, %rcx
rep movsw
nop
nop
and $86, %r10
lea addresses_D_ht+0x10196, %rax
nop
inc %rdx
... |
oeis/038/A038674.asm | neoneye/loda-programs | 11 | 10755 | <gh_stars>10-100
; A038674: A finite series from the lyrics of La Farolera, a Latin American traditional children's song.
; 2,2,4,4,2,6,6,2,8,8,16
lpb $0
add $2,$0
mul $0,2
mod $0,3
add $2,$0
pow $0,3
lpe
mov $0,$2
div $0,3
mul $0,2
add $0,2
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1190.asm | ljhsiun2/medusa | 9 | 179261 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x186b0, %rcx
nop
nop
nop
nop
nop
sub $43225, %rdx
movb (%rcx), %r9b
add $62665, %r11
lea addresses_normal_ht+0x191fc, %r15
nop
nop
nop
nop
and %r10, %r10
and $0xffff... |
_incObj/sub ObjFloorDist.asm | kodishmediacenter/msu-md-sonic | 9 | 82903 | <reponame>kodishmediacenter/msu-md-sonic
; ---------------------------------------------------------------------------
; Subroutine to find the distance of an object to the floor
; input:
; d3 = x-pos. of object (ObjFloorDist2 only)
; output:
; d1 = distance to the floor
; d3 = floor angle
; a1 = address within 256x2... |
arch/ARM/cortex_m/src/cm0/cortex_m_svd-nvic.ads | rocher/Ada_Drivers_Library | 192 | 25886 | <gh_stars>100-1000
-- This spec has been automatically generated from cm0.svd
pragma Restrictions (No_Elaboration_Code);
pragma Ada_2012;
pragma Style_Checks (Off);
with HAL;
package Cortex_M_SVD.NVIC is
pragma Preelaborate;
---------------
-- Registers --
---------------
-- Interrupt Priority Reg... |
src/pygamer-audio.adb | Fabien-Chouteau/pygamer-bsp | 0 | 12114 | <reponame>Fabien-Chouteau/pygamer-bsp<filename>src/pygamer-audio.adb
with System;
with Interfaces; use Interfaces;
with Interfaces.C; use Interfaces.C;
with HAL.GPIO;
with SAM.Clock_Generator.IDs;
with SAM.Main_Clock;
with SAM.DAC; use SAM.DAC;
with SAM.Device;
with SAM.DMAC; use SAM.DMAC;
with SAM.DMAC.Sources;
wi... |
notes/thesis/report/LTC-PCF/Twice.agda | asr/fotc | 11 | 11171 | ------------------------------------------------------------------------------
-- Twice funcion
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-}
{-# OPTIONS --w... |
example/example3.asm | Benni3D/MicroVM-8 | 1 | 16085 | ; Initialize register a and b
mov %a, $1
mov %b, $3
; Shift register a 4 bits to left (a <<= 4)
lshf %a, $4
; Bitwise xor to a with b (a ^= b)
xor %a, %b
; Print the value of register a
printi %a
; Exit the program
exit
; Assemble it like in example1.asm and execute it |
src/main/fragment/mos6502-common/vdsm1=pdsz2_derefidx_vbuc1_plus_pdsz2_derefidx_vbuc2.asm | jbrandwood/kickc | 2 | 86277 | <filename>src/main/fragment/mos6502-common/vdsm1=pdsz2_derefidx_vbuc1_plus_pdsz2_derefidx_vbuc2.asm<gh_stars>1-10
clc
ldy #{c2}
lda ({z2}),y
ldy #{c1}
adc ({z2}),y
sta {m1}
ldy #{c2}+1
lda ({z2}),y
ldy #{c1}+1
adc ({z2}),y
sta {m1}+1
ldy #{c2}+2
lda ({z2}),y
ldy #{c1}+2
adc ({z2}),y
sta {m1}+2
ldy #{c2}+3
lda ({z2}),y
... |
programs/oeis/144/A144328.asm | jmorken/loda | 1 | 176817 | ; A144328: A002260 preceded by a column of 1's: a (1, 1, 2, 3, 4, 5,...) crescendo triangle by rows.
; 1,1,1,1,1,2,1,1,2,3,1,1,2,3,4,1,1,2,3,4,5,1,1,2,3,4,5,6,1,1,2,3,4,5,6,7,1,1,2,3,4,5,6,7,8,1,1,2,3,4,5,6,7,8,9,1,1,2,3,4,5,6,7,8,9,10,1,1,2,3,4,5,6,7,8,9,10,11,1,1,2,3,4,5,6,7,8,9,10,11,12,1,1,2,3,4,5,6,7,8,9,10,11,12,... |
programs/oeis/115/A115141.asm | neoneye/loda | 22 | 175601 | ; A115141: Convolution of A115140 with itself.
; 1,-2,-1,-2,-5,-14,-42,-132,-429,-1430,-4862,-16796,-58786,-208012,-742900,-2674440,-9694845,-35357670,-129644790,-477638700,-1767263190,-6564120420,-24466267020,-91482563640,-343059613650,-1289904147324,-4861946401452,-18367353072152,-69533550916004,-263747951750360,-100... |
oeis/123/A123938.asm | neoneye/loda-programs | 11 | 98249 | ; A123938: Ramsey number r(K_{2,2}, K_{2,n}).
; Submitted by <NAME>(s4.)
; 4,6,8,9,11,12,14,15,16,17,18,20,22
mov $5,$0
add $5,1
mov $7,$0
lpb $5
mov $0,$7
sub $5,1
sub $0,$5
mov $1,1
mov $2,1
mov $3,3
lpb $0
mov $3,$0
lpb $3
add $2,1
mov $4,$1
add $1,4
gcd $4,$2
mov... |
src/main/ada/2019/aoc-aoc_2019-day08.adb | wooky/aoc.kt | 0 | 24543 | with Ada.Characters.Latin_1;
with Ada.Text_IO;
package body AOC.AOC_2019.Day08 is
Width : Natural := 25;
Height : Natural := 6;
Image_Size : Natural := Width * Height;
type Pixel is new Character range '0' .. '2';
type Layer is array (0 .. Image_Size-1) of Pixel;
Checksum : Natural;
Result... |
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_pint.asm | jpoikela/z88dk | 640 | 174856 | <gh_stars>100-1000
; Z88 Small C+ Run time Library
; Moved functions over to proper libdefs
; To make startup code smaller and neater!
;
; 6/9/98 djm
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_pint
EXTERN l_pint_pop_pint
defc l_pint = l_pint_pop_pint
|
third_party/antlr_grammars_v4/rfc3080/beep.g4 | mikhan808/rsyntaxtextarea-antlr4-extension | 2 | 2266 | <filename>third_party/antlr_grammars_v4/rfc3080/beep.g4<gh_stars>1-10
/*
BSD License
Copyright (c) 2020, <NAME>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retai... |
solutions/51 - Identify Yourselves/size-20_speed-16.asm | michaelgundlach/7billionhumans | 45 | 240444 | -- 7 Billion Humans (2145) --
-- 51: Identify Yourselves --
-- Author: landfillbaby
-- Size: 20
-- Speed: 16
step s
pickup c
if w == nothing:
write 1
jump a
endif
if e == nothing:
write 10
jump b
endif
write 0
c:
mem1 = set w
if mem1 > 0:
mem1 = calc mem1 + 1
jump d
endif
mem1 = set e
if mem1 > 0:
mem1 = calc ... |
Cubical/ZCohomology/Properties.agda | maxdore/cubical | 0 | 10943 | {-# OPTIONS --safe --experimental-lossy-unification #-}
module Cubical.ZCohomology.Properties where
{-
This module contains:
1. direct proofs of connectedness of Kn and ΩKn
2. Induction principles for cohomology groups of pointed types
3. Equivalence between cohomology of A and reduced cohomology of (A + 1)
4. Equival... |
regtests/ado-sequences-tests.adb | My-Colaborations/ada-ado | 0 | 8396 | <reponame>My-Colaborations/ada-ado
-----------------------------------------------------------------------
-- ado-sequences-tests -- Test sequences factories
-- Copyright (C) 2011, 2012, 2015, 2017, 2018 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... |
Lang/Irrelevance.agda | Lolirofle/stuff-in-agda | 6 | 3578 | module Lang.Irrelevance where
open import Type
postulate .axiom : ∀{ℓ}{T : Type{ℓ}} -> .T -> T
|
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2647.asm | ljhsiun2/medusa | 9 | 12836 | <filename>Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2647.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1bb48, %r14
nop
sub %rsi, %rsi
vmovups (%r14), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $1, %... |
programs/oeis/183/A183409.asm | karttu/loda | 0 | 22164 | <gh_stars>0
; A183409: Number of n X 2 binary arrays with each sum of a(1..i,1..j) no greater than i*j/2 and rows and columns in nondecreasing order.
; 2,5,8,15,21,34,44,65,80,111,132,175,203,260,296,369,414,505,560,671,737,870,948,1105,1196,1379,1484,1695,1815,2056,2192,2465,2618,2925,3096,3439,3629,4010,4220,4641,487... |
src/main/java/sparksoniq/jsoniq/compiler/parser/Jsoniq.g4 | AndreaRinaldi1/rumble | 0 | 3286 | <reponame>AndreaRinaldi1/rumble<filename>src/main/java/sparksoniq/jsoniq/compiler/parser/Jsoniq.g4<gh_stars>0
grammar Jsoniq; // parser grammar, parses streams of tokens
@header {
// Java header
package sparksoniq.jsoniq.compiler.parser;
}
module : (Kjsoniq Kversion vers=stringLiteral ';')? (libraryModule | main=ma... |
Library/Math/Float/floatC.asm | HubertHuckevoll/pcgeos | 504 | 84663 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Float
FILE: floatC.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Anna 2/92 Initial version
DESCRIPTION:
This file co... |
extra/KovacsSTLCnorm.agda | andorp/plfa.github.io | 1,003 | 16103 | <gh_stars>1000+
{-# OPTIONS --without-K #-}
open import Relation.Binary.PropositionalEquality
open import Data.Product
open import Data.Unit
open import Data.Empty
open import Function
-- some HoTT-inspired combinators
_&_ = cong
_⁻¹ = sym
_◾_ = trans
coe : {A B : Set} → A ≡ B → A → B
coe refl a = a
_⊗_ : ∀ {A B :... |
Objective-C/dis.asm | yuxiqian/assembly-inject | 0 | 241069 | (__TEXT,__text) section
_main:
0000000100000f00 pushq %rbp
0000000100000f01 movq %rsp, %rbp
0000000100000f04 subq $0x20, %rsp
0000000100000f08 movl $0x0, -0x4(%rbp)
0000000100000f0f leaq 0x7a(%rip), %rdi
0000000100000f16 movb $0x0, %al
0000000100000f18 callq 0x100000f60
0000000100000f1d leaq 0x7e(%rip), %rdi
0000000100... |
awa/src/awa-users-servlets.adb | Letractively/ada-awa | 0 | 6296 | <gh_stars>0
-----------------------------------------------------------------------
-- awa-users-servlets -- OpenID verification servlet for user authentication
-- Copyright (C) 2011, 2012, 2013, 2014 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... |
Projetos/F-Assembly/src/nasm/abs.nasm | arthurolga/Z01-Ingenheiros | 0 | 90426 | ; Arquivo: Abs.nasm
; Curso: Elementos de Sistemas
; Criado por: <NAME>
; Data: 27/03/2017
; Copia o valor de RAM[1] para RAM[0] deixando o valor sempre positivo.
leaw $R1,%A
movw (%A),%D
WHILE:
negw %D
leaw $WHILE, %A
jl %D
nop
leaw $R0, %A
movw %D, (%A) |
ch10_3.asm | ChanJLee/easy-asm | 0 | 160449 | <gh_stars>0
assume cs:code
stack segment
db 'ABCDEFGH'
stack ends
code segment
start: mov ax, stack
mov ds, ax
mov si, 0
mov cx, 8
call func
mov ax, 4200h
int 21h
func: mov ax, [si]
add ax, 32
mov [si], a... |
crt_zxn_init.asm | imneme/spectrum-minilib | 1 | 81120 | include "romdefs.inc"
SECTION data_clib
GLOBAL _zxn_window_channel
_zxn_window_channel:
defw 0
SECTION code_clib
GLOBAL crt_zxn_init
err_die:
rst $08
db ERR_J_INVIO
crt_zxn_init:
ld de, IDE_MODE
ld a,1
exx
ld bc, $0102
exx
ld c, 7
rst $08
db M_P3DOS
jr ... |
oeis/054/A054431.asm | neoneye/loda-programs | 11 | 102276 | <filename>oeis/054/A054431.asm
; A054431: Array read by antidiagonals: T(x, y) tells whether (x, y) are coprime (1) or not (0).
; Submitted by <NAME>
; 1,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,0,1,0,1,1,1,0,1,1,0,1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.