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 |
|---|---|---|---|---|
MSDOS/Virus.MSDOS.Unknown.v2p.asm | fengjixuchui/Family | 3 | 160745 | <gh_stars>1-10
;
;
; Copyright (C) <NAME>, 1990. All Rights Reserved
;
;
; Inquires are directed to :
; <NAME>
; 4656 Polk Street NE
; Columbia Heights, MN 55421
; USA
;
;
;
;
code segment public 'CODE'
org 100h
;
assume cs:code,ds:code,es:code
;
stopdebug equ 1 ; define this for disassembly trap code
int1... |
Task/Memory-layout-of-a-data-structure/Ada/memory-layout-of-a-data-structure.ada | LaudateCorpus1/RosettaCodeData | 1 | 27073 | <filename>Task/Memory-layout-of-a-data-structure/Ada/memory-layout-of-a-data-structure.ada
type Bit is mod 2;
type Rs_232_Layout is record
Carrier_Detect : Bit;
Received_Data : Bit;
Transmitted_Data : Bit;
Data_Terminal_ready : Bit;
Signal_Ground : Bit;
Data_Set_Ready : Bit;
... |
tools-src/gnu/gcc/gcc/ada/g-tasloc.ads | enfoTek/tomato.linksys.e2000.nvram-mod | 80 | 22900 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- --
-- ... |
oeis/156/A156887.asm | neoneye/loda-programs | 11 | 89001 | ; A156887: a(n) = Sum_{k=0..n} C(n,k)*C(4*n+k,k).
; Submitted by <NAME>
; 1,6,64,768,9708,126386,1676956,22548168,306167324,4188703512,57649462164,797294161824,11071026740964,154250752864812,2155368246401224,30192512693210888,423859798484668188,5961793387214958792,83998039356129372448,1185277027372535468544,16747966884... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1533.asm | ljhsiun2/medusa | 9 | 244922 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1533.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x124db, %rsi
lea addresses_WC_ht+0x1c597, %rdi
clflush (%rdi)
nop
nop
xor %r15, %r15
mov... |
programs/oeis/319/A319371.asm | karttu/loda | 1 | 178720 | ; A319371: Numbers k such that the characteristic polynomial of a wheel graph of k nodes has exactly one monomial with vanishing coefficient.
; 1,2,3,4,6,7,8,10,11,12,14,15,16,18,19,20,22,23,24,26,27,28,30,31,32,34,35,36,38,39,40,42,43,44,46,47,48,50,51,52,54,55,56,58,59,60,62,63,64,66,67,68,70,71,72,74,75,76,78,79,80,... |
thirdparty/glut/progs/ada/ada_sphere.adb | ShiroixD/pag_zad_2 | 1 | 12537 | <gh_stars>1-10
with GL; use GL;
with Interfaces.C.Strings;
with Glut; use Glut;
with ada_sphere_procs; use ada_sphere_procs;
procedure ada_sphere is
package ICS renames Interfaces.C.Strings;
type chars_ptr_ptr is access ICS.chars_ptr;
argc : aliased integer;
pragma Import (C, argc, "gnat_argc");
argv ... |
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_at_callee.asm | jpoikela/z88dk | 640 | 104654 |
; int b_vector_at_callee(b_vector_t *v, size_t idx)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC _b_vector_at_callee
EXTERN _b_array_at_callee
defc _b_vector_at_callee = _b_array_at_callee
|
src/fmt-uint32_argument.ads | likai3g/afmt | 0 | 13030 | <reponame>likai3g/afmt
with Interfaces;
with Fmt.Generic_Mod_Int_Argument;
package Fmt.Uint32_Argument is
new Generic_Mod_Int_Argument(Interfaces.Unsigned_32);
|
Progress.agda | danelahman/aeff-agda | 4 | 11709 | <reponame>danelahman/aeff-agda<filename>Progress.agda
open import Data.Empty
open import Data.Maybe
open import Data.Product
open import Data.Sum
open import Data.Unit
open import AEff
open import AwaitingComputations
open import EffectAnnotations
open import Preservation
open import Renamings
open import Substitution... |
programs/oeis/295/A295680.asm | neoneye/loda | 22 | 241443 | <gh_stars>10-100
; A295680: a(n) = a(n-1) + a(n-3) + a(n-4), where a(0) = 0, a(1) = 0, a(2) = 0, a(3) = 2.
; 0,0,0,2,2,2,4,8,12,18,30,50,80,128,208,338,546,882,1428,2312,3740,6050,9790,15842,25632,41472,67104,108578,175682,284258,459940,744200,1204140,1948338,3152478,5100818,8253296,13354112,21607408,34961522,56568930,... |
programs/oeis/097/A097256.asm | neoneye/loda | 22 | 24933 | ; A097256: Numbers whose set of base 10 digits is {0,9}.
; 0,9,90,99,900,909,990,999,9000,9009,9090,9099,9900,9909,9990,9999,90000,90009,90090,90099,90900,90909,90990,90999,99000,99009,99090,99099,99900,99909,99990,99999,900000,900009,900090,900099,900900,900909,900990,900999,909000,909009,909090,909099,909900,909909,9... |
programs/oeis/135/A135854.asm | karttu/loda | 0 | 102789 | ; A135854: a(n) = (n+1)*(2^n+1) for n>0 with a(0)=1.
; 1,6,15,36,85,198,455,1032,2313,5130,11275,24588,53261,114702,245775,524304,1114129,2359314,4980755,10485780,22020117,46137366,96469015,201326616,419430425,872415258,1811939355,3758096412,7784628253,16106127390,33285996575,68719476768,141733920801,292057776162,60129... |
scripts/VictoryRoad3F.asm | opiter09/ASM-Machina | 1 | 85390 | VictoryRoad3F_Script:
call VictoryRoad3Script_44996
call EnableAutoTextBoxDrawing
ld hl, VictoryRoad3TrainerHeaders
ld de, VictoryRoad3F_ScriptPointers
ld a, [wVictoryRoad3FCurScript]
call ExecuteCurMapScriptInTable
ld [wVictoryRoad3FCurScript], a
ret
VictoryRoad3Script_44996:
ld hl, wCurrentMapScriptFlags
b... |
smsq/qa/powfp.asm | olifink/smsqe | 0 | 1142 | ; QL Arithmetic Power Floating Point V2.01 1990 <NAME> QJUMP
section qa
xdef qa_powfp
xdef qa_powfd
xref qa_powin
xref qa_int
xref qa_flotd
xref qa_divd
xref qa_muld
xref qa_add
xref qa_addd
xref qa_dup
xref qa_swap
xref qa_polyo
xref qa_poly
include 'dev8_keys_err'
;+++
; QL Arithmetic: TOS^D1.... |
programs/oeis/164/A164604.asm | jmorken/loda | 1 | 85780 | <reponame>jmorken/loda
; A164604: a(n) = ((1+4*sqrt(2))*(3+2*sqrt(2))^n + (1-4*sqrt(2))*(3-2*sqrt(2))^n)/2.
; 1,19,113,659,3841,22387,130481,760499,4432513,25834579,150574961,877615187,5115116161,29813081779,173763374513,1012767165299,5902839617281,34404270538387,200522783613041,1168732431139859,6811871803226113
mul $... |
test/src/cstart.asm | marcin-chwedczuk/mikrus-85 | 2 | 166420 | ; Run time start off for Small C.
; cseg
.module CRET
.area CRET (REL,CON) ;program area CRTSO is RELOCATABLE
.list (err, loc, bin, eqt, cyc, lin, src, lst, md)
.nlist (pag)
.globl crtsoend
lxi h,0
dad sp
shld stksav
l... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_4k_/i3-7100_9_0x84_notsx.log_21829_1369.asm | ljhsiun2/medusa | 9 | 98457 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xa976, %r9
nop
nop
nop
nop
cmp $18835, %r10
vmovups (%r9), %ymm6
vextracti128 $0, %ymm6, %xmm6
vpextrq $1, %xmm6, %r8
nop
nop
and %r14, %r14
lea addresses_WC_ht+0x1c7... |
programs/oeis/282/A282162.asm | neoneye/loda | 22 | 168315 | ; A282162: Difference sequence of the upper Wythoff sequence, A001950, with 2 prepended.
; 2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,3,2,3,2,3,3,2,3,2,3,3,2
mov $1,$0
max $1,3
seq $1,12... |
src/Human/Test.agda | MaisaMilena/JuiceMaker | 6 | 13577 | <filename>src/Human/Test.agda
module Human.Test where
open import Human.Humanity
-- sum 7
-- 0 + 1 + 2 + 3 + 4 + 5 + 6
-- function sum(x) {
-- var result = 0;
-- for (var i = 0; i < 10; ++i) {
-- result = result + i;
-- }
-- return result;
-- }
sum : Nat → Nat
sum i =
init 0
for i from 0 to 10 do:
... |
src/ado-caches.ads | My-Colaborations/ada-ado | 0 | 23509 | -----------------------------------------------------------------------
-- ado-cache -- Simple cache management
-- Copyright (C) 2017 <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 License.
-- Y... |
oeis/057/A057660.asm | neoneye/loda-programs | 11 | 84960 | ; A057660: a(n) = Sum_{k=1..n} n/gcd(n,k).
; 1,3,7,11,21,21,43,43,61,63,111,77,157,129,147,171,273,183,343,231,301,333,507,301,521,471,547,473,813,441,931,683,777,819,903,671,1333,1029,1099,903,1641,903,1807,1221,1281,1521,2163,1197,2101,1563,1911,1727,2757,1641,2331,1849,2401,2439,3423,1617,3661,2793,2623,2731,3297,23... |
programs/oeis/168/A168182.asm | karttu/loda | 1 | 178813 | ; A168182: Characteristic function of numbers that are not multiples of 9.
; 0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1... |
src/TwoPassMerge/CombinedProofs.agda | jstolarek/dep-typed-wbl-heaps | 1 | 11322 | <reponame>jstolarek/dep-typed-wbl-heaps
----------------------------------------------------------------------
-- Copyright: 2013, <NAME>, Lodz University of Technology --
-- --
-- License: See LICENSE file in root of the repo --
--... |
Task/User-input-Text/Ada/user-input-text-2.ada | LaudateCorpus1/RosettaCodeData | 1 | 18806 | <filename>Task/User-input-Text/Ada/user-input-text-2.ada
My_String : String := Get_String;
My_Integer : Integer := Get_Integer;
|
oeis/171/A171764.asm | neoneye/loda-programs | 11 | 11511 | ; A171764: Binary expansion of numbers in A171763.
; Submitted by <NAME>
; 101,1001,1011,10001,10011,10101,10111,100001,100011,100101,100111,101001,101011,101101,101111,1000001,1000011,1000101,1000111,1001001,1001011,1001101,1001111,1010001,1010011,1010101,1010111,1011001,1011011,1011101,1011111,10000001,10000011,10000... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_1_1227.asm | ljhsiun2/medusa | 9 | 244852 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_1_1227.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xfa2f, %rsi
lea addresses_A_ht+0xe6a7, %rdi
nop
sub $28260, %r12
mov $88, %rcx
rep movsq
nop
nop
nop
and $61719, %rdi
pop %rsi
pop %rdi
p... |
alloy4fun_models/trashltl/models/7/3f4EvXfrFzLYszx5G.als | Kaixi26/org.alloytools.alloy | 0 | 1180 | open main
pred id3f4EvXfrFzLYszx5G_prop8 {
always (some File.link implies eventually File.link in Trash)
}
pred __repair { id3f4EvXfrFzLYszx5G_prop8 }
check __repair { id3f4EvXfrFzLYszx5G_prop8 <=> prop8o } |
src/gen/cups-cups_transcode_h.ads | persan/a-cups | 0 | 5336 | pragma Ada_2005;
pragma Style_Checks (Off);
with Interfaces.C; use Interfaces.C;
with Interfaces.C.Strings;
with CUPS.cups_language_h;
private package CUPS.cups_transcode_h is
CUPS_MAX_USTRING : constant := 8192; -- cups/transcode.h:36
-- * "$Id: transcode.h 10996 2013-05-29 11:51:34Z msweet $"
-- *
-- *... |
oeis/076/A076441.asm | neoneye/loda-programs | 11 | 86313 | <gh_stars>10-100
; A076441: Let u(1) = u(2) = u(3) = 1; u(n) = sign(u(n-1)-u(n-2))*u(n-3), then a(n) = 1+u(n).
; Submitted by <NAME>(s1)
; 2,2,2,1,0,0,1,0,2,1,2,2,1,0,0,1,0,2,1,2,2,1,0,0,1,0,2,1,2,2,1,0,0,1,0,2,1,2,2,1,0,0,1,0,2,1,2,2,1,0,0,1,0,2,1,2,2,1,0,0,1,0,2,1,2,2,1,0,0,1,0,2,1,2,2,1,0,0,1,0,2,1,2,2,1,0,0,1,0,2,1... |
src/002/father.adb | xeenta/learning-ada | 0 | 30051 | <gh_stars>0
package body Father is
procedure Father_What (A : in out Father_Type) is
begin
A := A + 1;
end Father_What;
end Father;
|
source/amf/uml/amf-uml-interactions.ads | svn2github/matreshka | 24 | 27441 | ------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- --
-- ... |
libsrc/video/tms9918/gen_get_trigger.asm | Frodevan/z88dk | 640 | 26346 | ;
; z88dk library: Generic I/O support code for MSX family machines
;
;
; extern bool __FASTCALL__ msx_get_trigger(unsigned char id);
;
; get state of joystick button (trigger) number \a id, true = pressed
;
; $Id: gen_get_trigger.asm $
;
SECTION code_clib
PUBLIC msx_get_trigger
PUBLIC _msx_get_trigger
msx_... |
programs/oeis/131/A131780.asm | karttu/loda | 0 | 1374 | ; A131780: Row sums of triangle A131779.
; 1,4,5,10,15,26,41,68,109,178,287,466,753,1220,1973,3194,5167,8362,13529,21892,35421,57314,92735,150050,242785,392836,635621,1028458,1664079,2692538,4356617,7049156,11405773,18454930,29860703,48315634,78176337,126491972,204668309,331160282,535828591,866988874,1402817465,2269806... |
oeis/053/A053818.asm | neoneye/loda-programs | 11 | 240677 | ; A053818: a(n) = Sum_{k=1..n, gcd(n,k) = 1} k^2.
; Submitted by <NAME>(m3a)
; 1,1,5,10,30,26,91,84,159,140,385,196,650,406,620,680,1496,654,2109,1080,1806,1650,3795,1544,4150,2756,4365,3164,7714,2360,9455,5456,7370,6256,9940,5196,16206,8778,12324,8560,22140,6972,25585,12980,16260,15686,33511,12304,33565,16700,28016,21... |
Library/SpecUI/CommonUI/CSpec/cspecItem.asm | steakknife/pcgeos | 504 | 172250 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: CommonUI/CSpec (common code for several specific ui's)
FILE: cspecItem.asm
ROUTINES:
Name Description
---- -----------
GLB OLBuildItemList... |
Stream/Equality.agda | nad/codata | 1 | 6708 | ------------------------------------------------------------------------
-- A stream equality universe
------------------------------------------------------------------------
module Stream.Equality where
open import Codata.Musical.Notation
open import Stream hiding (_⋎_)
open import Stream.Programs
open import Relat... |
alloy4fun_models/trashltl/models/11/hpamFvvjWvcFdLbyH.als | Kaixi26/org.alloytools.alloy | 0 | 5315 | open main
pred idhpamFvvjWvcFdLbyH_prop12 {
always all f: File | f in Trash releases f not in Trash
}
pred __repair { idhpamFvvjWvcFdLbyH_prop12 }
check __repair { idhpamFvvjWvcFdLbyH_prop12 <=> prop12o } |
oeis/089/A089593.asm | neoneye/loda-programs | 11 | 95054 | ; A089593: Numbers n such that n^2 + 2n + 2 is prime.
; Submitted by <NAME>(s4)
; 0,1,3,5,9,13,15,19,23,25,35,39,53,55,65,73,83,89,93,109,115,119,123,125,129,133,145,149,155,159,169,175,179,183,203,205,209,223,229,235,239,249,255,259,263,269,279,283,299,305,313,325,339,349,383,385,395,399,405,419,429,435,439,443,463,46... |
regtests/are-generator-tests.adb | stcarrez/resource-embedder | 7 | 20348 | -----------------------------------------------------------------------
-- are-generator-tests -- Tests for generator
-- Copyright (C) 2021 <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 License.... |
programs/oeis/066/A066885.asm | neoneye/loda | 22 | 25736 | <reponame>neoneye/loda<gh_stars>10-100
; A066885: a(n) = (prime(n)^2 + 1)/2.
; 5,13,25,61,85,145,181,265,421,481,685,841,925,1105,1405,1741,1861,2245,2521,2665,3121,3445,3961,4705,5101,5305,5725,5941,6385,8065,8581,9385,9661,11101,11401,12325,13285,13945,14965,16021,16381,18241,18625,19405,19801,22261,24865,25765,26221... |
src/Fixed/Header.asm | stoneface86/GameboyBoilerplateProj | 25 | 160314 | section "Header", rom0 [$104]
; The header is generated by rgbfix both for ease and to help circumvent trademark and copyright infringement
; The space here is allocated to prevent code from being overwritten.
ds $150 - $104
|
dist/osp.asm | pedroxian/jeriko-source | 0 | 246321 | <reponame>pedroxian/jeriko-source<gh_stars>0
;nasm 2.10.09
section .data
hello: db 'Hello Dcoder!',10 ; 'Hello Dcoder!' plus a linefeed character
helloLen: equ $-hello ; Length of the 'Hello Dcoder!' string
section .text
global _start
_start:
mov eax,4 ; The system call for write (sys_write)
mov ebx,1 ; File... |
programs/oeis/174/A174317.asm | neoneye/loda | 22 | 88905 | <filename>programs/oeis/174/A174317.asm<gh_stars>10-100
; A174317: a(0)=1, a(1)=2, a(2)=1; for n>2, a(n) = 7*2^(n-3)-2.
; 1,2,1,5,12,26,54,110,222,446,894,1790,3582,7166,14334,28670,57342,114686,229374,458750,917502,1835006,3670014,7340030,14680062,29360126,58720254,117440510,234881022,469762046,939524094,1879048190,37... |
examples/cirdep.adb | ytomino/drake | 33 | 13349 | -- find circular dependency
with Ada.Command_Line;
with Ada.Containers.Indefinite_Ordered_Maps;
with Ada.Containers.Indefinite_Ordered_Sets;
with Ada.Directories;
with Ada.Strings.Functions;
with Ada.Strings.Unbounded;
with Ada.Text_IO.Iterators;
procedure cirdep is
use type Ada.Strings.Unbounded.Unbounded_String;
pr... |
src/yaml/yaml-parser.ads | My-Colaborations/dynamo | 15 | 18450 | -- part of AdaYaml, (c) 2017 <NAME>
-- released under the terms of the MIT license, see the file "copying.txt"
with Yaml.Source;
with Text.Pool;
private with Ada.Finalization;
private with Yaml.Lexer;
private with Yaml.Stacks;
private with Yaml.Text_Set;
package Yaml.Parser is
-- this package implements a parse... |
notes/FOT/FOTC/Data/Nat/Divisibility/ZeroDividesZero.agda | asr/fotc | 11 | 11973 | ------------------------------------------------------------------------------
-- In the Agda standard library zero divides zero
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe... |
test/Succeed/Point.agda | cruhland/agda | 1,989 | 12540 | <gh_stars>1000+
module Point where
data Nat : Set where
zero : Nat
suc : Nat -> Nat
record Point : Set where
field
x : Nat
y : Nat
data _==_ {A : Set}(x : A) : A -> Set where
refl : x == x
open Point renaming (x to getX; y to getY)
<_,_> : Nat -> Nat -> Point
< x , y > = record { x = x; y = y }
... |
src/davl.adb | SGDavid2719/ED-Empresa_de_Trenes | 0 | 3549 | <filename>src/davl.adb
package body davl is
type modo is (insert_mode, remove_mode);
procedure cvacio (s: out conjunto) is
raiz: pnodo renames s.raiz;
begin
raiz := null;
end cvacio;
procedure consultar (s: in pnodo; k: in key; x: out item) is
begin
if s= null then
raise ... |
programs/oeis/206/A206913.asm | karttu/loda | 0 | 247089 | <reponame>karttu/loda
; A206913: Greatest binary palindrome <= n; the binary palindrome floor function.
; 0,1,1,3,3,5,5,7,7,9,9,9,9,9,9,15,15,17,17,17,17,21,21,21,21,21,21,27,27,27,27,31,31,33,33,33,33,33,33,33,33,33,33,33,33,45,45,45,45,45,45,51,51,51,51,51,51,51,51,51,51,51,51,63,63,65,65,65,65,65,65,65,65,73,73,73,7... |
src/main/fragment/mos6502-common/vwum1_ge_vbuxx_then_la1.asm | jbrandwood/kickc | 2 | 86479 | <reponame>jbrandwood/kickc<filename>src/main/fragment/mos6502-common/vwum1_ge_vbuxx_then_la1.asm
lda {m1}+1
bne {la1}
stx $ff
lda {m1}
cmp $ff
bcs {la1}
!: |
libsrc/graphics/putsprite2.asm | andydansby/z88dk-mk2 | 1 | 245481 | <reponame>andydansby/z88dk-mk2<gh_stars>1-10
;
; Sprite Rendering Routine
; original code by <NAME> (TI 85)
; modified by <NAME> - Jan 2001
;
; Sept 2003 - Stefano: Fixed bug for sprites wider than 8.
;
; Much More Generic version
; Uses plotpixel, respixel and xorpixel
;
;
; $Id: putsprite2.asm,v 1.4 2003/09/22 13:30:... |
Transynther/x86/_processed/NC/_st_sm_/i9-9900K_12_0xa0_notsx.log_33_880.asm | ljhsiun2/medusa | 9 | 97056 | <filename>Transynther/x86/_processed/NC/_st_sm_/i9-9900K_12_0xa0_notsx.log_33_880.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r15
push %r8
push %rax
push %rcx
lea addresses_D_ht+0x50ef, %rcx
nop
nop
add $52144, %r10
and $0xffffffffffffffc0, %rcx
vmovntdqa (%rcx), %ymm1
vextracti... |
programs/oeis/214/A214848.asm | neoneye/loda | 22 | 175165 | <reponame>neoneye/loda<gh_stars>10-100
; A214848: First difference of A022846.
; 1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1
mov $4,2
mov $6,$0
lpb $4
mov $0,$6
... |
test/Fail/Productivity.agda | alhassy/agda | 3 | 7233 | <gh_stars>1-10
module Productivity (char : Set) where
open import Common.Coinduction
infix 50 _⋆ _+
infixl 40 _⊛_
infixl 30 _∣_
data P : Set where
ε : P
sym : char -> P
_⊛_ : ∞ P -> ∞ P -> P
_∣_ : ∞ P -> ∞ P -> P
mutual
_⋆ : P -> P
p ⋆ = ♯ ε ∣ ♯ (p +)
_+ : P -> P
p +... |
tests/inputs/test_single_inst/test_mult_d_one_inst/mult_d_single.asm | danielstumpp/tomasulo-simulator | 0 | 85904 | mult.d, F5, F1, F3 |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/p3dos_copy_pstr_to_cstr.asm | jpoikela/z88dk | 640 | 245069 | <reponame>jpoikela/z88dk
; unsigned char *p3dos_copy_pstr_to_cstr(char *cdst, const char *psrc)
SECTION code_esxdos
PUBLIC _p3dos_copy_pstr_to_cstr
EXTERN asm_p3dos_copy_pstr_to_cstr
_p3dos_copy_pstr_to_cstr:
pop af
pop de
pop hl
push hl
push de
push af
jp asm_p3dos_copy_pstr_to_cstr
|
programs/oeis/063/A063757.asm | jmorken/loda | 1 | 104151 | <reponame>jmorken/loda<filename>programs/oeis/063/A063757.asm<gh_stars>1-10
; A063757: G.f.: (1+3*x+2*x^2)/((1-x)*(1-2*x^2)).
; 1,4,8,14,22,34,50,74,106,154,218,314,442,634,890,1274,1786,2554,3578,5114,7162,10234,14330,20474,28666,40954,57338,81914,114682,163834,229370,327674,458746,655354,917498,1310714,1835002,262143... |
source/nodes/program-nodes-raise_expressions.adb | optikos/oasis | 0 | 7495 | <reponame>optikos/oasis<filename>source/nodes/program-nodes-raise_expressions.adb
-- Copyright (c) 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
package body Program.Nodes.Raise_Expressions is
function Create
... |
oeis/055/A055843.asm | neoneye/loda-programs | 11 | 247724 | ; A055843: Expansion of (1+3*x)/(1-x)^10.
; Submitted by <NAME>(s3)
; 1,13,85,385,1375,4147,11011,26455,58630,121550,238238,445094,797810,1379210,2309450,3759074,5965487,9253475,14060475,20967375,30735705,44352165,63081525,88529025,122713500,168152556,227961228,305965660,406833460,536222500,700950052,909184276,11706602... |
data/tilesets/forest_collision.asm | Dev727/ancientplatinum | 28 | 8325 | <filename>data/tilesets/forest_collision.asm<gh_stars>10-100
tilecoll WALL, WALL, WALL, WALL ; 00
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 01
tilecoll WATER, WATER, WATER, WATER ; 02
tilecoll WATER, WATER, WATER, WATER ; 03
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 04
tilecoll WALL, WALL, WALL, WALL ; 05
tilecoll FLOOR... |
libsrc/graphics/w_undrawb.asm | Toysoft/z88dk | 8 | 3859 | <reponame>Toysoft/z88dk<filename>libsrc/graphics/w_undrawb.asm
;
; Undrawbox
;
; Generic high resolution version
;
;
; $Id: w_undrawb.asm,v 1.1 2016-10-18 06:52:34 stefano Exp $
;
INCLUDE "graphics/grafix.inc"
SECTION code_clib
PUBLIC undrawb
PUBLIC _undrawb
EXTERN w_respixel
EXTERN w_line_r
EXTERN swapgfxbk... |
sharding-core/src/main/antlr4/imports/SQLServerCreateIndex.g4 | shaojie925/incubator-shardingsphere | 1 | 7203 | grammar SQLServerCreateIndex;
import SQLServerKeyword, DataType, Keyword, SQLServerBase, BaseRule, Symbol;
createIndex
: CREATE UNIQUE? (CLUSTERED | NONCLUSTERED)? INDEX indexName ON tableName columnList
;
|
programs/oeis/006/A006337.asm | karttu/loda | 0 | 172730 | <filename>programs/oeis/006/A006337.asm
; A006337: An "eta-sequence": floor( (n+1)*sqrt(2) ) - floor( n*sqrt(2) ).
; 1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1,2,1,1,2,1,2,1,2,1,1,2,1... |
Sets/IterativeSet/Oper.agda | Lolirofle/stuff-in-agda | 6 | 14542 | <filename>Sets/IterativeSet/Oper.agda
module Sets.IterativeSet.Oper where
import Lvl
open import Data
open import Data.Boolean
open import Data.Boolean.Stmt
open import Data.Either as Either using (_‖_)
open import Data.Tuple as Tuple using ()
open import Functional
open import Logic
open import Numeral.Natural
o... |
Des_Ada/src/p_deshandler.adb | VMika/Des_Ada | 0 | 2448 | <reponame>VMika/Des_Ada<filename>Des_Ada/src/p_deshandler.adb<gh_stars>0
with P_StructuralTypes; use P_StructuralTypes;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Sequential_IO;
with Ada.Characters.Handling; use Ada.Characters.Handling;
with Ada.Strings.Unbounded.Text_IO;
with Ada.Streams; use Ada.Streams;
with Ada.In... |
oeis/057/A057651.asm | neoneye/loda-programs | 11 | 89017 | ; A057651: a(n) = (3 * 5^n - 1)/2.
; 1,7,37,187,937,4687,23437,117187,585937,2929687,14648437,73242187,366210937,1831054687,9155273437,45776367187,228881835937,1144409179687,5722045898437,28610229492187,143051147460937,715255737304687,3576278686523437,17881393432617187,89406967163085937,447034835815429687,2235174179077... |
pkgs/tools/yasm/src/modules/arch/x86/tests/avx.asm | manggoguy/parsec-modified | 64 | 178909 | <reponame>manggoguy/parsec-modified
; Exhaustive test of AVX instructions
; Also includes based-upon SSE instructions for comparison
;
; Copyright (C) 2008 <NAME>
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; 1.... |
Validation/pyFrame3DD-master/gcc-master/gcc/ada/exp_pakd.ads | djamal2727/Main-Bearing-Analytical-Model | 0 | 27681 | <reponame>djamal2727/Main-Bearing-Analytical-Model
------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- ... |
oeis/203/A203469.asm | neoneye/loda-programs | 11 | 169835 | ; A203469: v(n)/A000178(n); v=A093883 and A000178=(superfactorials).
; Submitted by <NAME>(s4)
; 1,3,30,1050,132300,61122600,104886381600,674943865596000,16407885372638760000,1515727634953623371280000,534621388490302221024396480000,722849817707190846398223943885440000,3759035907022704558524683975387453632000000
add $0... |
Classes/alias/info for/name/name of (info for (path to me)).applescript | looking-for-a-job/applescript-examples | 1 | 1899 | <filename>Classes/alias/info for/name/name of (info for (path to me)).applescript
#!/usr/bin/osascript
name of (info for (path to me)) |
programs/oeis/296/A296161.asm | neoneye/loda | 22 | 4639 | <reponame>neoneye/loda
; A296161: Sum of the larger parts of the partitions of n into two parts such that the smaller part is odd.
; 0,1,2,3,4,8,10,12,14,21,24,27,30,40,44,48,52,65,70,75,80,96,102,108,114,133,140,147,154,176,184,192,200,225,234,243,252,280,290,300,310,341,352,363,374,408,420,432,444,481,494,507,520,560... |
data/transition.asm | sinusoid-studios/rhythm-land | 11 | 105479 | <filename>data/transition.asm<gh_stars>10-100
INCLUDE "constants/hardware.inc"
INCLUDE "constants/transition.inc"
DEF CHANGE EQU (TRANSITION_END_POS - TRANSITION_START_POS) << 16
DEF START EQU TRANSITION_START_POS << 16
SECTION "Screen Transition Window Position Table", ROM0, ALIGN[8]
; Exponential ease-in
; Formula... |
org.alloytools.alloy.extra/extra/models/book/chapter2/addressBook1f.als | chongliujlu/ColorfulAlloy | 89 | 192 | module tour/addressBook1f ----- Page 12
sig Name, Addr { }
sig Book {
addr: Name -> lone Addr
}
pred add [b, b': Book, n: Name, a: Addr] {
b'.addr = b.addr + n->a
}
pred showAdd [b, b': Book, n: Name, a: Addr] {
add [b, b', n, a]
#Name.(b'.addr) > 1
}
// This command generates an instance similar to Fig 2.5
ru... |
data/pokemon/base_stats/hippopotas.asm | AtmaBuster/pokeplat-gen2 | 6 | 166669 | <gh_stars>1-10
db 0 ; species ID placeholder
db 68, 72, 78, 32, 38, 42
; hp atk def spd sat sdf
db GROUND, GROUND ; type
db 140 ; catch rate
db 66 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 30 ; step cycles to hatch
INCBIN "gfx/pokemon/hippopotas/front.dimensions"
d... |
oeis/038/A038718.asm | neoneye/loda-programs | 11 | 90366 | <reponame>neoneye/loda-programs<filename>oeis/038/A038718.asm<gh_stars>10-100
; A038718: Number of permutations P of {1,2,...,n} such that P(1)=1 and |P^-1(i+1)-P^-1(i)| equals 1 or 2 for i=1,2,...,n-1.
; Submitted by <NAME>(s2)
; 1,1,2,4,6,9,14,21,31,46,68,100,147,216,317,465,682,1000,1466,2149,3150,4617,6767,9918,145... |
game.asm | nickfryar/pong | 0 | 175163 | <reponame>nickfryar/pong<gh_stars>0
.segment "HEADER"
.byte "NES", $1a
.byte $02
.byte $01
.byte %00000001
.byte $00, $00, $00, $00
.byte $00, $00, $00, $00, $00
.struct Entity
xpos .byte 1
ypos .byte 1
width .byte 1
height .byte 1
xspeed .byte 1
yspeed .byte 1
.endstruct
.segment "ZEROPA... |
Task/Conditional-structures/AppleScript/conditional-structures.applescript | mullikine/RosettaCodeData | 1 | 3322 | <filename>Task/Conditional-structures/AppleScript/conditional-structures.applescript<gh_stars>1-10
if myVar is "ok" then return true
set i to 0
if i is 0 then
return "zero"
else if i mod 2 is 0 then
return "even"
else
return "odd"
end if
|
programs/oeis/272/A272298.asm | karttu/loda | 1 | 242816 | ; A272298: a(n) = n^4 + 324.
; 324,325,340,405,580,949,1620,2725,4420,6885,10324,14965,21060,28885,38740,50949,65860,83845,105300,130645,160324,194805,234580,280165,332100,390949,457300,531765,614980,707605,810324,923845,1048900,1186245,1336660,1500949,1679940,1874485,2085460,2313765,2560324,2826085,3112020,3419125,374... |
src/spat-timing_item.ads | yannickmoy/spat | 0 | 11498 | <gh_stars>0
------------------------------------------------------------------------------
-- Copyright (C) 2020 by Heisenbug Ltd. (<EMAIL>)
--
-- This work is free. You can redistribute it and/or modify it under the
-- terms of the Do What The Fuck You Want To Public License, Version 2,
-- as published by Sam Hoce... |
test/Fail/UselessAbstractAbstract.agda | cruhland/agda | 1,989 | 10825 | <gh_stars>1000+
{-# OPTIONS --warning=error #-}
module UselessAbstractAbstract where
A : Set₁
abstract
abstract
A = Set
|
truffle/src/main/antlr4/org/jruby/truffle/core/format/pack/Pack.g4 | enebo/jruby | 0 | 1382 | /*
* Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved. This
* code is released under a tri EPL/GPL/LGPL license. You can use it,
* redistribute it and/or modify it under the terms of the:
*
* Eclipse Public License version 1.0
* GNU General Public License version 2
* GNU Lesser General ... |
libsrc/_DEVELOPMENT/string/z80/asm__strrstrip.asm | Frodevan/z88dk | 640 | 172689 | <filename>libsrc/_DEVELOPMENT/string/z80/asm__strrstrip.asm
; ===============================================================
; Dec 2013
; ===============================================================
;
; char *_strrstrip(const char *s)
;
; Return ptr to first whitespace char of the trailing whitespace
; chars in s... |
data/mapHeaders/lavendertown.asm | adhi-thirumala/EvoYellow | 16 | 104280 | <filename>data/mapHeaders/lavendertown.asm
LavenderTown_h:
db OVERWORLD ; tileset
db LAVENDER_TOWN_HEIGHT, LAVENDER_TOWN_WIDTH ; dimensions (y, x)
dw LavenderTownBlocks, LavenderTownTextPointers, LavenderTownScript ; blocks, texts, scripts
db NORTH | SOUTH | WEST ; connections
NORTH_MAP_CONNECTION LAVENDER_TOWN, R... |
bootsector/print_string.asm | mstniy/cerius | 2 | 173495 | [bits 16]
; Prints the zero-terminated string at bx to the screen.
print_string:
pusha
mov ah, 0x0e
pstring_loop_cond:
cmp byte [bx], 0
je pstring_loop_end
mov al, [bx]
int 0x10
add bx, 1
jmp pstring_loop_cond
pstring_loop_end:
popa
ret |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_264.asm | ljhsiun2/medusa | 9 | 5339 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r8
push %rbp
push %rcx
push %rdi
lea addresses_A_ht+0x1d442, %r12
nop
nop
nop
nop
nop
add $36149, %r13
mov $0x6162636465666768, %rcx
movq %rcx, (%r12)
nop
nop
cmp %r14, %r14
lea addresses_UC_ht+0x448a, %r8
clflush (%r8)
nop
nop
nop
nop
add... |
src/SystemF/WellTyped.agda | metaborg/ts.agda | 4 | 15830 | <gh_stars>1-10
module SystemF.WellTyped where
open import Prelude hiding (id; erase)
open import SystemF.Syntax public
open import SystemF.Substitutions
open import Data.Vec hiding ([_])
open import Data.Vec.Properties
open import Data.Product
infix 4 _⊢_∈_
data _⊢_∈_ {ν n} (Γ : Ctx ν n) : Term ν n → Type ν → Set wh... |
programs/oeis/047/A047382.asm | karttu/loda | 0 | 172286 | <reponame>karttu/loda
; A047382: Numbers that are congruent to {0, 5} mod 7.
; 0,5,7,12,14,19,21,26,28,33,35,40,42,47,49,54,56,61,63,68,70,75,77,82,84,89,91,96,98,103,105,110,112,117,119,124,126,131,133,138,140,145,147,152,154,159,161,166,168
mov $1,32
add $1,$0
div $0,2
mul $0,3
mul $1,5
sub $1,$0
sub $1,160
|
Driver/Printer/PScript/pscriptgenerf13Info.asm | steakknife/pcgeos | 504 | 102645 |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: PostScript driver
FILE: pscriptgenerf13Info.asm
AUTHOR: <NAME> 13 April 1993
REVISION HISTORY:
Name Date Description
---- ---- --... |
Pi-/NoRepeat.agda | DreamLinuxer/popl21-artifact | 5 | 16885 | module Pi-.NoRepeat where
open import Data.Empty
open import Data.Unit
open import Data.Sum
open import Data.Product
open import Relation.Binary.Core
open import Relation.Binary
open import Relation.Nullary
open import Relation.Binary.PropositionalEquality
open import Data.Nat
open import Data.Nat.Properties
open impor... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_932.asm | ljhsiun2/medusa | 9 | 86320 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xd1df, %rsi
lea addresses_WC_ht+0x1bd9f, %rdi
inc %rbx
mov $59, %rcx
rep movsl
nop
nop
nop
nop
nop
dec %rcx
lea addresses_normal_ht+0x13d5f, %rsi
lea addresses... |
programs/oeis/105/A105853.asm | neoneye/loda | 22 | 27256 | <reponame>neoneye/loda
; A105853: a(n) = sigma(n) (mod 10), i.e., unit's digit of sigma(n).
; 1,3,4,7,6,2,8,5,3,8,2,8,4,4,4,1,8,9,0,2,2,6,4,0,1,2,0,6,0,2,2,3,8,4,8,1,8,0,6,0,2,6,4,4,8,2,8,4,7,3,2,8,4,0,2,0,0,0,0,8,2,6,4,7,4,4,8,6,6,4,2,5,4,4,4,0,6,8,0,6,1,6,4,4,8,2,0,0,0,4,2,8,8,4,0,2,8,1,6,7
seq $0,203 ; a(n) = sigma... |
orka/src/gl/implementation/gl-objects-shaders.adb | onox/orka | 52 | 24967 | <gh_stars>10-100
-- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2012 <NAME> <<EMAIL>>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/lic... |
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/aggr4_pkg.ads | best08618/asylo | 7 | 1297 | -- { dg-excess-errors "cannot generate code" }
package Aggr4_Pkg is
function F return Integer;
type Rec1 is tagged record
I : Integer;
end record;
Zero : constant Rec1 := (I => F);
type Enum is (One, Two);
type Rec2 (D : Enum := One) is record
case D is
when One => Value : R... |
externals/mpir-3.0.0/mpn/x86_64w/k8/mul_basecase.asm | JaminChan/eos_win | 12 | 12439 | <gh_stars>10-100
; PROLOGUE(mpn_mul_basecase)
; Copyright 2009 <NAME>
;
; Windows Conversion Copyright 2008 <NAME>
;
; This file is part of the MPIR Library.
;
; The MPIR Library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as published
; b... |
alloy4fun_models/trashltl/models/4/tfnaLDQJkLYfeZQnT.als | Kaixi26/org.alloytools.alloy | 0 | 3446 | <gh_stars>0
open main
pred idtfnaLDQJkLYfeZQnT_prop5 {
some f : File | eventually f not in File
}
pred __repair { idtfnaLDQJkLYfeZQnT_prop5 }
check __repair { idtfnaLDQJkLYfeZQnT_prop5 <=> prop5o } |
nasm/simple_multiplication_583710ccaa6717322c000105.asm | p85/codewars-solutions | 0 | 167080 | SECTION .text
global simple_multiplication
; Multiplies and returns the argument by 8 if the argument is even, else 9 if the argument is odd.
; arg0 = (int64_t) The argument to multiply.
; return value = (int64_t) The result.
simple_multiplication:
mov eax,edi
mov ebx,8
test eax,1
jz even
inc ebx
e... |
tests/tk-toplevel-toplevel_options_test_data-toplevel_options_tests.ads | thindil/tashy2 | 2 | 16082 | <reponame>thindil/tashy2
-- This package has been generated automatically by GNATtest.
-- Do not edit any part of it, see GNATtest documentation for more details.
-- begin read only
with GNATtest_Generated;
package Tk.TopLevel.Toplevel_Options_Test_Data.Toplevel_Options_Tests is
type Test_Toplevel_Options is n... |
test/Fail/EtaData.agda | shlevy/agda | 1,989 | 580 | -- Andreas, 2014-07-02 wondering about the ETA pragma (legacy?)
open import Common.Equality
data Prod (A B : Set) : Set where
pair : A → B → Prod A B
{-# ETA Prod #-}
-- The ETA pragma does not exist anymore.
fst : {A B : Set} → Prod A B → A
fst (pair a b) = a
snd : {A B : Set} → Prod A B → B
snd (pair a b) = b... |
source/parser.ads | jquorning/WeDo | 1 | 13253 | --
-- The author disclaims copyright to this source code. In place of
-- a legal notice, here is a blessing:
--
-- May you do good and not evil.
-- May you find forgiveness for yourself and forgive others.
-- May you share freely, not taking more than you give.
--
package Parser is
procedure Parse_Inpu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.