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 |
|---|---|---|---|---|
Cubical/HITs/Ints/IsoInt.agda | dan-iel-lee/cubical | 0 | 328 | <reponame>dan-iel-lee/cubical
{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.Ints.IsoInt where
open import Cubical.HITs.Ints.IsoInt.Base public
|
unittests/ASM/X87/D9_06_2.asm | cobalt2727/FEX | 628 | 11395 | %ifdef CONFIG
{
"RegData": {
"MM6": ["0x8000000000000000", "0x4000"],
"MM7": ["0x8000000000000000", "0x3fff"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
%endif
mov rdx, 0xe0000000
mov eax, 0x3f800000 ; 1.0
mov [rdx + 8 * 0], eax
mov eax, 0x40000000 ; 2.0
mov [rdx + 8 * 1], eax
mov eax, 0x40... |
gcc-gcc-7_3_0-release/gcc/ada/s-pooloc.ads | best08618/asylo | 7 | 11752 | <filename>gcc-gcc-7_3_0-release/gcc/ada/s-pooloc.ads
------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- ... |
BigNum/Mod/Io/bnToBytesEx.asm | FloydZ/Crypto-Hash | 11 | 20908 | <filename>BigNum/Mod/Io/bnToBytesEx.asm
.686
.model flat,stdcall
option casemap:none
include .\bnlib.inc
include .\bignum.inc
.code
;;
;; converts bn to sequence of bytes bswap-ed
;; returns sign
;_a_
bnToBytesEx proc uses esi edi bn:dword,pBytes:dword
mov esi,bn
mov edi,pBytes
mov ecx,[esi].BN.dwSize
mov edx,[e... |
alloy4fun_models/trainstlt/models/4/fNZ5bNJg67dLRkDj5.als | Kaixi26/org.alloytools.alloy | 0 | 4717 | <gh_stars>0
open main
pred idfNZ5bNJg67dLRkDj5_prop5 {
always all t : Train | t.pos' in t.pos.prox || t.pos' = Exit
}
pred __repair { idfNZ5bNJg67dLRkDj5_prop5 }
check __repair { idfNZ5bNJg67dLRkDj5_prop5 <=> prop5o } |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_18651_2466.asm | ljhsiun2/medusa | 9 | 9747 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xbb14, %rsi
lea addresses_A_ht+0x4114, %rdi
nop
nop
nop
nop
nop
and %rbp, %rbp
mov $68, %rcx
rep movsl
nop
nop
nop
nop
cmp %r11, %r11
lea addresses_D_ht+0x19314, %r11
nop
sub %r15, %r15... |
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_gstpipeline_h.ads | persan/A-gst | 1 | 8515 | pragma Ada_2005;
pragma Style_Checks (Off);
pragma Warnings (Off);
with Interfaces.C; use Interfaces.C;
with glib;
with glib.Values;
with System;
with GStreamer.GST_Low_Level.gstreamer_0_10_gst_gstbin_h;
with GStreamer.GST_Low_Level.gstreamer_0_10_gst_gstclock_h;
with System;
with glib;
limited with GStreamer.GST_Low_... |
func-trig.asm | cotarr/calc-pi-x86-64-asm | 0 | 95807 | <gh_stars>0
;-------------------------------------------------------------
;
; SINGLE THREAD FLOATING POINT MULTI-PRECISION CALCULATOR
;
; Calculation of Trig functions
;
; File: func-trig.asm
; Module: func.asm, func.o
; Exec: calc-pi
;
; Created 11/13/2014
; Last Edit 04/29/2020
;
;-----------------------------... |
QuantitativeAlloy/models/alloy/contracts/measureContracts.als | pf7/QAlloy | 0 | 2086 | abstract sig A{ f : one B }
abstract sig B{}
one sig Unit{
delta : one A
}
one sig a1, a2, a3 extends A{}
one sig b1, b2 extends B{}
// Probabilistic function at hand
fact PF{
#(a1.f :> b1) = div[7, 10]
#(a2.f :> b1) = div[1, 100]
one a3.f :> b1
}
// Known delta
fact Delta{
#(Unit.delta :> a1) = div[1, 10]
#... |
data/baseStats/ivysaur.asm | adhi-thirumala/EvoYellow | 16 | 10004 | db DEX_IVYSAUR ; pokedex id
db 60 ; base hp
db 62 ; base attack
db 63 ; base defense
db 60 ; base speed
db 80 ; base special
db GRASS ; species type 1
db POISON ; species type 2
db 35 ; catch rate
db 141 ; base exp yield
INCBIN "pic/ymon/ivysaur.pic",0,1 ; 66, sprite dimensions
dw IvysaurPicFront
dw IvysaurPicBack
; at... |
libsrc/_DEVELOPMENT/math/float/math48/z80/am48_dmul10a.asm | jpoikela/z88dk | 640 | 100348 | <reponame>jpoikela/z88dk<gh_stars>100-1000
SECTION code_clib
SECTION code_fp_math48
PUBLIC am48_dmul10a
EXTERN mm48_mul10
; multiply AC' by 10 and make positive
;
; enter : AC'= double x
;
; exit : success
;
; AC'= abs(x) * 10
; carry reset
;
; fail if o... |
alloy4fun_models/trashltl/models/4/AWF7csWAowdJi49mt.als | Kaixi26/org.alloytools.alloy | 0 | 2735 | open main
pred idAWF7csWAowdJi49mt_prop5 {
no Trash and (eventually (some Trash))
}
pred __repair { idAWF7csWAowdJi49mt_prop5 }
check __repair { idAWF7csWAowdJi49mt_prop5 <=> prop5o } |
Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i7-7700_9_0xca.log_21829_1197.asm | ljhsiun2/medusa | 9 | 11331 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_zr_un_/i7-7700_9_0xca.log_21829_1197.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x12999, %r13
nop
nop
nop
inc %r12
mov $0x61626364656667... |
Validation/pyFrame3DD-master/gcc-master/gcc/ada/sa_messages.ads | djamal2727/Main-Bearing-Analytical-Model | 0 | 29281 | <gh_stars>0
------------------------------------------------------------------------------
-- C O D E P E E R / S P A R K --
-- --
-- Copyright (C) 2015-2020, AdaCore ... |
compiler/antlr/calculator/src/grammar/Calculator.g4 | marked42/learning-notes | 3 | 7491 | grammar Calculator;
prog: stat+;
stat: expr | assignment ;
assignment: ID '=' expr;
expr
: Number #numberExpr
| ID #variableExpr
| '(' expr ')' #parenExpr
| '-' expr #minusExpr
| expr ('^' expr)+ #powerExpr
| expr ('*' | '/') expr #mulDivExpr
| expr ('+' | '-') expr #addSubExpr
;
ID... |
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/procedure_instantiation.adb | ouankou/rose | 488 | 20322 | <reponame>ouankou/rose
procedure procedure_instantiation is
begin
begin
declare
generic procedure proc(pfp:in integer);
procedure proc(pfp:in integer) is
begin
null;
end proc;
begin
declare
procedure p is new proc;
begin
null;
end;
... |
custom_roms/extensions/version.asm | daitangio/vic20book | 0 | 14987 | <filename>custom_roms/extensions/version.asm<gh_stars>0
BASMSG
.byte $93,"**** CBM BASIC V2 ****",$0D,$00
|
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_27.asm | ljhsiun2/medusa | 9 | 98623 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rbp
push %rdx
lea addresses_D_ht+0x1bac3, %r13
cmp $28772, %r8
movw $0x6162, (%r13)
nop
nop
nop
and %rbp, %rbp
pop %rdx
pop %rbp
pop %r8
pop %r13
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r1... |
pwnlib/shellcraft/templates/thumb/push.asm | DrKeineLust/pwntools | 2 | 84543 | <%
from pwnlib.util import packing
from pwnlib.shellcraft import thumb, registers
from pwnlib import constants
from pwnlib.context import context as ctx # Ugly hack, mako will not let it be called context
import six
import re
%>
<%page args="value"/>
<%docstring>
Pushes a value onto the stack without using
... |
examples/7.dpd-with-dynamic-options.applescript | doekman/ASPashua | 1 | 511 | use script "ASPashua"
use framework "Foundation"
use scripting additions
-- This script demonstrates form validation and re-displays the entered
-- data, so the user doesn't have to re-enter the data.
-- The form definition.
-- See the documentation for more options: http://www.bluem.net/pashua-docs-latest.html
se... |
source/slim-messages-meta.ads | reznikmm/slimp | 0 | 15253 | <filename>source/slim-messages-meta.ads
-- Copyright (c) 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
with League.Strings;
package Slim.Messages.META is
type META_Message is new Message with private;
not o... |
source/libgela/gela-embeded_links-double_lists.ads | faelys/gela-asis | 4 | 4679 | ------------------------------------------------------------------------------
-- G E L A A S I S --
-- ASIS implementation for Gela project, a portable Ada compiler --
-- http://gela.ada-ru.org --
-- ... |
presentation/examples/asm-so/ex2/main.asm | sayon/dynamic-libraries-course | 4 | 165794 | <reponame>sayon/dynamic-libraries-course
extern _GLOBAL_OFFSET_TABLE_
global _start
extern sofun
global msg:data (msg.end - msg)
section .rodata
msg: db "SO function called -- message is stored in 'main'", 10
.end:
section .text
_start:
call sofun wrt ..plt
mov rdi, 0
mov rax, 60
syscall
|
s3/music/Title.asm | Cancer52/flamedriver | 9 | 10701 | Snd_Title_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_Title_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $02
smpsHeaderDAC Snd_Title_DAC
smpsHeaderFM Snd_Title_FM1, $18, $10
smpsHeaderFM Snd_Title_FM2, $18, $1B
smpsHeaderFM Snd_Title_FM3, $00, $05
smpsHeade... |
gnat-sockets-connection_state_machine-terminated_strings.adb | jrcarter/Ada_GUI | 19 | 27512 | <filename>gnat-sockets-connection_state_machine-terminated_strings.adb
-- --
-- package Copyright (c) <NAME> --
-- GNAT.Sockets.Connection_State_Machine. Luebeck --
-- Terminated_Strings ... |
kernel/src/arch/riscv32/boot/entry.asm | jiegec/RustOS | 0 | 5590 | .section .text.entry
.globl _start
_start:
add t0, a0, 1
slli t0, t0, 16
lui sp, %hi(bootstack)
addi sp, sp, %lo(bootstack)
add sp, sp, t0
call rust_main
.section .bss.stack
.align 12 #PGSHIFT
.global bootstack
bootstack:
.space 4096 * 16 * 8
.global bootstack... |
Data/ships/CobraMk3.asm | TinfoilAsteroid/EliteNext | 9 | 11642 | ; Corrected pointers
; 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
; Scp Missile Edge Lin Gun Exp Vtx Edg Bounty Face Face Vertices
; Deb Lock Lo Hi x4 Vtx Cnt x6 X1 lo hi x4 ... |
oeis/021/A021666.asm | neoneye/loda-programs | 11 | 160898 | ; A021666: Decimal expansion of 1/662.
; Submitted by Jon Maiga
; 0,0,1,5,1,0,5,7,4,0,1,8,1,2,6,8,8,8,2,1,7,5,2,2,6,5,8,6,1,0,2,7,1,9,0,3,3,2,3,2,6,2,8,3,9,8,7,9,1,5,4,0,7,8,5,4,9,8,4,8,9,4,2,5,9,8,1,8,7,3,1,1,1,7,8,2,4,7,7,3,4,1,3,8,9,7,2,8,0,9,6,6,7,6,7,3,7,1,6
seq $0,199685 ; a(n) = 5*10^n+1.
div $0,331
mod $0,10
|
lib/crt0.asm | cppchriscpp/ld38 | 4 | 7537 | <reponame>cppchriscpp/ld38
; Startup code for cc65 and Shiru's NES library
; based on code by Groepaz/Hitmen <<EMAIL>>, <NAME> <<EMAIL>>
FT_DPCM_OFF = $c000 ;$c000..$ffc0, 64-byte steps
FT_SFX_STREAMS = 4 ;number of sound effects played at once, 1..4
.define FT_DPCM_ENABLE 1 ;undefine to exclude all DMC c... |
oeis/143/A143959.asm | neoneye/loda-programs | 11 | 88777 | ; A143959: Final digit of n^(n+1)-(n+1)^n for n>2
; 7,9,9,7,9,7,1,9,3,1,5,9,9,5,1,1,1,9,9,9,7,9,9,7,9,7,1,9,3,1,5,9,9,5,1,1,1,9,9,9,7,9,9,7,9,7,1,9,3,1,5,9,9,5,1,1,1,9,9,9,7,9,9,7,9,7,1,9,3,1,5,9,9,5,1,1,1,9,9,9,7,9,9,7,9,7,1,9,3,1,5,9,9,5,1,1,1,9,9,9
add $0,3
seq $0,111454 ; a(n) = (n-4)^(n-3) - (n-3)^(n-4) + 1.
add ... |
libsrc/games/z88/beeper.asm | andydansby/z88dk-mk2 | 1 | 28839 | ; $Id: beeper.asm,v 1.3 2009/06/22 21:44:16 dom Exp $
;
; Z88 1 bit sound functions
;
XLIB beeper
INCLUDE "interrpt.def"
;
; Entry as for Spectrum beeper routine!!
;
; Ported by <NAME>
; Direct transfer, of code..no point commenting really
;
.beeper
call oz_di
push af
ld ... |
tests/devices/misc_device_directives.asm | fengjixuchui/sjasmplus | 220 | 10000 | ; various syntax errors and minor things, to increase code coverage in tests
; (but too minor to get precisely named dedicated test)
DEVICE none
LABELSLIST "misc_device_directives.lbl"
DEVICE zxspectrum48
LABELSLIST
CSPECTMAP ; default map file name (just coverage, not truly verified... |
programs/oeis/266/A266662.asm | neoneye/loda | 22 | 241184 | ; A266662: Number of ON (black) cells in the n-th iteration of the "Rule 47" elementary cellular automaton starting with a single ON (black) cell.
; 1,2,2,5,2,9,2,13,2,17,2,21,2,25,2,29,2,33,2,37,2,41,2,45,2,49,2,53,2,57,2,61,2,65,2,69,2,73,2,77,2,81,2,85,2,89,2,93,2,97,2,101,2,105,2,109,2,113,2,117,2,121,2,125,2,129,2... |
oeis/335/A335691.asm | neoneye/loda-programs | 11 | 96928 | <filename>oeis/335/A335691.asm
; A335691: A000166(n)^2.
; Submitted by <NAME>(s1)
; 1,0,1,4,81,1936,70225,3437316,220017889,17821182016,1782120871521,215636596084900,31051670188655281,5247732257301156624,1028555522495168900401,231424992560450869558756,59244798095490816735545025,17121746649596584336387952896
add $0,6
m... |
tests/src/test_utils-abstract_encoder-cobs_simple.ads | Fabien-Chouteau/COBS | 0 | 17645 | <reponame>Fabien-Chouteau/COBS
package Test_Utils.Abstract_Encoder.COBS_Simple is
subtype Parent is Abstract_Encoder.Instance;
type Instance is new Parent with private;
type Acc is access all Instance;
type Any_Acc is access all Instance'Class;
overriding
procedure Receive (This : in out Instance;
... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1354_755.asm | ljhsiun2/medusa | 9 | 83727 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xa5eb, %r11
clflush (%r11)
nop
dec %rcx
movups (%r11), %xmm2
vpextrq $1, %xmm2, %r13
nop
dec %r10
lea addresses_normal_ht+0xdca7, %rsi
clflush (%rsi)
cmp %r15, %r15
mov (... |
src/test/resources/data/searchtests/opt-test10-expected.asm | cpcitor/mdlz80optimizer | 0 | 14189 | org #4000
execute:
ld hl, v1
ld (hl), 5
ld iy, v2
ld (iy + 0), 1
ld (iy + 1), 2
ld (iy + 2), 3
ld (iy + 3), 4
ld l, v3
ld (hl), 11
inc l
ld (hl), 12
loop:
jr loop
org #c000
v1:
org $ + 1
v2:
org $ + 4
v3:
org $ + 2 |
alloy4fun_models/trashltl/models/1/TmzFntZFh6AGFxBwx.als | Kaixi26/org.alloytools.alloy | 0 | 1022 | open main
pred idTmzFntZFh6AGFxBwx_prop2 {
no File
}
pred __repair { idTmzFntZFh6AGFxBwx_prop2 }
check __repair { idTmzFntZFh6AGFxBwx_prop2 <=> prop2o } |
scripts/mtmoon3_2.asm | adhi-thirumala/EvoYellow | 16 | 99169 | MtMoon3Script_4a325: ; pikachu-related function?
ld a, [wd472]
bit 7, a
ret z
ld a, [wWalkBikeSurfState]
and a
ret nz
push hl
push bc
callab GetPikachuFacingDirectionAndReturnToE
pop bc
pop hl
ld a, b
cp e
ret nz
push hl
ld a, [wUpdateSpritesEnabled]
push af
ld a, $ff
ld [wUpdateSpritesEnabled], a
... |
programs/oeis/157/A157796.asm | karttu/loda | 1 | 27100 | <gh_stars>1-10
; A157796: a(n) = 27225*n^2 - 12098*n + 1344.
; 16471,86048,210075,388552,621479,908856,1250683,1646960,2097687,2602864,3162491,3776568,4445095,5168072,5945499,6777376,7663703,8604480,9599707,10649384,11753511,12912088,14125115,15392592,16714519,18090896,19521723,21007000,22546727,24140904,25789531,27492... |
hashes/rmd256.asm | FloydZ/Crypto-Hash | 11 | 18645 | <reponame>FloydZ/Crypto-Hash
.const
pushad_size equ 8*4
pushad_eax equ 7*4
pushad_ecx equ 6*4
pushad_edx equ 5*4
pushad_ebx equ 4*4
pushad_esp equ 3*4
pushad_ebp equ 2*4
pushad_esi equ 1*4
pushad_edi equ 0*4
.data?
RMD256HashBuf db 64 dup(?)
RMD256Len dd ?
RMD256Index dd ?
RMD256Digest dd 8 dup(?)
.code
RMD256FF ma... |
source/nodes/program-nodes-explicit_dereferences.adb | reznikmm/gela | 0 | 18272 | -- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-------------------------------------------------------------
package body Program.Nodes.Explicit_Dereferences is
function Create
(Prefix : not null Program.Elements.Expressions.Expression_Access;
Dot_Token : not null... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xca.log_21829_537.asm | ljhsiun2/medusa | 9 | 7195 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x28bf, %r15
nop
nop
xor %rdx, %rdx
movb (%r15), %r12b
nop
nop
nop
add $48808, %r12
lea addresses_WC_ht+0x1d71b, %rcx
xor %rdx, %rdx
mov $0x6162636465666768, %rbp
movq %rbp, %... |
scripts/exchange_sort_1024.asm | yashadhikari/ELISA | 0 | 98155 | <gh_stars>0
.text
main:
# load length value and array address
# r1 = passes remaining
# r2 = iterations remaining in current pass
# r3 = address of left element to compare;
# the adjacent right element is 1(r3)
lw $r1 length
lw $r2 length
la $r3 array
loop:
be... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_12.asm | ljhsiun2/medusa | 9 | 173635 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xbef2, %r9
nop
nop
nop
nop
nop
sub %r12, %r12
movw $0x6162, (%r9)
nop
nop
nop
nop
add %r12, %r12
lea addresses_D_ht+0x1b872, %rsi
lea addresses_normal_ht+0x15532, %rdi
nop
nop
nop
nop
sub $39330, ... |
code/8/3.asm | GeekHades1/AssemblyCode | 1 | 105241 | ; div 除法指令
; 1、除数:分为8位和16位,在一个reg或者内存单元中
; 2、被除数:默认放在AX或DX和AX中,如果除数是8位那么被除数
; 则放在AX中,如果除数是16位,那么被除数的高16位放在DX中,低
; 16位则放在AX中
; 结果:如果除数是8位,那么AL中存放商,AH中存放余数,如果除数
; 是16位,那么AX中存放商,DX中存放余数。
assume cs:code
code segment
start:
; 计算100001 / 100 ,100001大于65535,所以必须存放在32位中
; 100001 = 186A1H, 所以需要DX存放1,AX存放... |
programs/oeis/214/A214411.asm | karttu/loda | 0 | 246143 | <reponame>karttu/loda
; A214411: The maximum exponent k of 7 such that 7^k divides n.
; 0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,... |
src/main/antlr4/tmp/PlayPlus.g4 | alexisdegraeve/compilatorpils | 0 | 7808 | grammar PlayPlus;
import PlayPlusWords;
root: programmemonde | programmestrat;
programmemonde: DECLARE AND RETAIN
(vardecl POINTVIRGULE| fctdecl)*
(instruction)*
clausedefault;
programmestrat: DECLARE AND RETAIN
impdecl? (vardecl POINTVIRGULE| fctdecl | impdecl)*
... |
base/mvdm/dos/v86/cmd/debug/debcom3.asm | npocmaka/Windows-Server-2003 | 17 | 176305 | <filename>base/mvdm/dos/v86/cmd/debug/debcom3.asm
PAGE 80,132 ;
TITLE DEBCOM3.ASM - PART3 DEBUGGER COMMANDS
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
; ROUTINES TO PERFORM DEBUGGER CO... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_5.asm | ljhsiun2/medusa | 9 | 81168 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_5.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1bda2, %rsi
lea addresses_UC_ht+0x56c2, %rdi
nop
nop
nop
nop
no... |
oeis/002/A002580.asm | neoneye/loda-programs | 11 | 95928 | ; A002580: Decimal expansion of cube root of 2.
; Submitted by <NAME>
; 1,2,5,9,9,2,1,0,4,9,8,9,4,8,7,3,1,6,4,7,6,7,2,1,0,6,0,7,2,7,8,2,2,8,3,5,0,5,7,0,2,5,1,4,6,4,7,0,1,5,0,7,9,8,0,0,8,1,9,7,5,1,1,2,1,5,5,2,9,9,6,7,6,5,1,3,9,5,9,4,8,3,7,2,9,3,9,6,5,6,2,4,3,6,2,5,5,0,9,4
mov $3,$0
mul $3,3
lpb $3
add $1,728
add $2... |
tots.asm | TheSos/dos256 | 0 | 165998 | <filename>tots.asm<gh_stars>0
Dism /online /enable-feature /featurename:NetFx3 /All /Source:e:\sources\sxs /LimitAccess |
source/libgela/gela-source_buffers-portable.adb | faelys/gela-asis | 4 | 30392 | ------------------------------------------------------------------------------
-- <NAME> A S I S --
-- ASIS implementation for Gela project, a portable Ada compiler --
-- http://gela.ada-ru.org --
-- ... |
oeis/000/A000295.asm | neoneye/loda-programs | 11 | 28838 | <filename>oeis/000/A000295.asm
; A000295: Eulerian numbers (Euler's triangle: column k=2 of A008292, column k=1 of A173018).
; 0,0,1,4,11,26,57,120,247,502,1013,2036,4083,8178,16369,32752,65519,131054,262125,524268,1048555,2097130,4194281,8388584,16777191,33554406,67108837,134217700,268435427,536870882,1073741793,21474... |
main/Coequalizers/EdgeCoproduct.agda | awswan/nielsenschreier-hott | 0 | 8154 | {-# OPTIONS --without-K --exact-split --rewriting #-}
open import Coequalizers.Definition
open import lib.Basics
open import lib.types.Paths
open import Graphs.Definition
module Coequalizers.EdgeCoproduct where
module CoeqCoprodEquiv {i j k : ULevel} (V : Type i) (E₁ : Type j) (E₂ : Type k) ⦃ gph : Graph (E₁ ⊔ E₂)... |
main.adb | vfinotti/cortex-m0-blinky-ada | 0 | 27236 | <reponame>vfinotti/cortex-m0-blinky-ada<filename>main.adb
-------------------------------------------------------------------------------
-- Title : Blinky example for Cortex-M0
--
-- File : main.adb
-- Author : <NAME>
-- Created on : 2019-04-24 19:46:32
-- Description :
--
--
--
----------... |
paste_single_item.applescript | teake/pasterrr | 3 | 895 | <filename>paste_single_item.applescript
use AppleScript version "2.4" -- The ability to use ASObjC in running scripts was introduced in Mac OS 10.10.
use framework "Foundation"
use framework "AppKit" -- NSEvent is an AppKit class.
use scripting additions
on run argv
set theQuery to item 1 of argv
set paragraphList t... |
oeis/232/A232713.asm | neoneye/loda-programs | 11 | 103466 | ; A232713: Doubly pentagonal numbers: a(n) = n*(3*n-2)*(3*n-1)*(3*n+1)/8.
; 0,1,35,210,715,1820,3876,7315,12650,20475,31465,46376,66045,91390,123410,163185,211876,270725,341055,424270,521855,635376,766480,916895,1088430,1282975,1502501,1749060,2024785,2331890,2672670,3049501,3464840,3921225,4421275,4967690,5563251,6210... |
agda/implication.agda | anqurvanillapy/fpl | 1 | 15556 | data ⊥ : Set where
p0 : Set → Set
p0 A = A
p1 : ⊥ → Set
p1 ()
p2 : ⊥ → ⊥
p2 ()
p3 : Set → ⊥
p3 = ?
|
src/string/string_append/test/_start.asm | nikAizuddin/lib80386 | 4 | 89642 | <reponame>nikAizuddin/lib80386
; 1 2 3 4 5 6 7
;234567890123456789012345678901234567890123456789012345678901234567890
;=====================================================================
;
; *** TEST ***
;
;------------------------------... |
src/boot/boot.asm | Tamim365/os | 0 | 89997 | ;
; A boot sector that prints a string using our function.
;
[org 0x7c00] ; Tell the assembler where this code will be loaded
mov bx, msg
call print_string
jmp $ ; Hang
%include "src/boot/io.asm"
; Data
msg:
db "Hello World!"
; Padding and magic number.
times 510-($-$$) db 0
dw 0xaa55 |
Graph/Walk/Proofs.agda | Lolirofle/stuff-in-agda | 6 | 5647 | open import Type
module Graph.Walk.Proofs {ℓ₁ ℓ₂} {V : Type{ℓ₁}} where
open import Lang.Instance
open import Logic
import Lvl
open import Graph{ℓ₁}{ℓ₂}(V)
open import Graph.Walk{ℓ₁}{ℓ₂}{V}
open import Relator.Equals.Proofs.Equiv
import Structure.Relator.Names as Names
open import Structure.Relator.Propertie... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_273.asm | ljhsiun2/medusa | 9 | 12456 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc885, %rsi
lea addresses_WT_ht+0xaa65, %rdi
nop
nop
sub $57973, %r10
mov $53, %rcx
rep movsb
nop
nop
nop
nop
nop
inc %r15
lea addresses_WT_ht+0x1a865, %rsi
le... |
src/neuralnet-io.ads | sebsgit/textproc | 0 | 27827 | with NeuralNet;
package NeuralNet.IO is
procedure save(nn: in NeuralNet.Net; path: in String);
function load(path: in String; status: out Boolean) return NeuralNet.Net;
end NeuralNet.IO;
|
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca.log_30_283.asm | ljhsiun2/medusa | 9 | 176061 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r12
push %r14
push %r8
push %rbp
push %rbx
// Load
mov $0xad6, %r11
clflush (%r11)
nop
nop
nop
nop
add %r12, %r12
mov (%r11), %bp
nop
nop
nop
nop
nop
add %r10, %r10
// Store
lea addresses_D+0x13996, %r... |
programs/oeis/168/A168185.asm | karttu/loda | 1 | 161074 | <reponame>karttu/loda
; A168185: Characteristic function of numbers that are not multiples of 12.
; 0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,... |
libsrc/_DEVELOPMENT/arch/zx/bifrost2/z80/asm_BIFROST2_getAnimGroup.asm | jpoikela/z88dk | 640 | 96041 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST*2 ENGINE
;
; See "bifrost2.h" for further details
; ----------------------------------------------------------------
SECTION code_clib
SECTION code_bifrost2
PUBLIC asm_BIFROST2_getAnimGroup
asm_BIFROST2_getAn... |
test/Compiler/simple/Issue2486/Haskell.agda | cruhland/agda | 1,989 | 15070 | <filename>test/Compiler/simple/Issue2486/Haskell.agda
module Issue2486.Haskell where
{-# FOREIGN GHC
data MyList a = Nil | Cons a (MyList a)
#-}
|
ga_lib/src/c3ga_draw.ads | rogermc2/GA_Ada | 3 | 6663 |
with GL.Objects.Programs;
with Multivector_Analyze;
with Multivectors;
with Palet;
package C3GA_Draw is
procedure Draw (Render_Program : GL.Objects.Programs.Program;
MV : Multivectors.Multivector;
Palet_Type : Palet.Colour_Palet := Palet.Is_Null);
-- ... |
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_label.asm | prismotizm/gigaleak | 0 | 163743 | <filename>other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/フランス_NES/N_F_asm/zel_label.asm
Name: zel_label.asm
Type: file
Size: 17552
Last-Modified: '2016-05-13T04:22:15Z'
SHA-1: DA6B386FA2AEF90FC5EF53611E3D15599F27120C
Description: null
|
buildTools/win32-x64/gbdk/libc/isspace.asm | asiekierka/gb-studio | 6,433 | 86558 | <gh_stars>1000+
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.3.1 Wed Sep 04 21:56:16 2019
;--------------------------------------------------------
.module isspace
;--------------------------------------------------------
; Public variables ... |
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_754.asm | ljhsiun2/medusa | 9 | 173175 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x11231, %rsi
lea addresses_UC_ht+0x1ad5, %rdi
nop
nop
cmp $35514, %rax
mov $6, %rcx
rep movsb
nop
nop
nop
xor $42667, %r10
lea addresses_normal_ht+0x14415, %rsi
lea addresses_WT... |
oeis/100/A100156.asm | neoneye/loda-programs | 11 | 103431 | ; A100156: Structured truncated tetrahedral numbers.
; Submitted by <NAME>(l1)
; 1,12,44,108,215,376,602,904,1293,1780,2376,3092,3939,4928,6070,7376,8857,10524,12388,14460,16751,19272,22034,25048,28325,31876,35712,39844,44283,49040,54126,59552,65329,71468,77980,84876,92167,99864,107978,116520,125501,134932,144824,15518... |
programs/oeis/258/A258597.asm | neoneye/loda | 22 | 167484 | ; A258597: a(n) = 13*3^n.
; 13,39,117,351,1053,3159,9477,28431,85293,255879,767637,2302911,6908733,20726199,62178597,186535791,559607373,1678822119,5036466357,15109399071,45328197213,135984591639,407953774917,1223861324751,3671583974253,11014751922759
mov $1,3
pow $1,$0
mul $1,13
mov $0,$1
|
src/main/ada/2019/aoc-aoc_2019-day01.adb | wooky/aoc.kt | 0 | 15559 | with Ada.Text_IO;
package body AOC.AOC_2019.Day01 is
function Create return Day.Access_Day is
begin
return new Day_01' (others => <>);
end Create;
procedure Init (D : in out Day_01; Root : String) is
use Ada.Text_IO;
File : File_Type;
begin
Open (File => File,
Mode =... |
script/NumScript.g4 | numary/machine | 14 | 7255 | grammar NumScript;
NEWLINE: [\r\n]+;
WHITESPACE: [ \t]+ -> skip;
MULTILINE_COMMENT: '/*' (MULTILINE_COMMENT|.)*? '*/' -> skip;
LINE_COMMENT: '//' .*? NEWLINE -> skip;
VARS: 'vars';
META: 'meta';
PRINT: 'print';
FAIL: 'fail';
SEND: 'send';
SOURCE: 'source';
FROM: 'from';
MAX: 'max';
DESTINATION: 'destination';
TO: 'to... |
programs/oeis/250/A250761.asm | neoneye/loda | 22 | 2810 | ; A250761: Number of (6+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction.
; 9585,22197,40023,63063,91317,124785,163467,207363,256473,310797,370335,435087,505053,580233,660627,746235,837057,933093,1034343,1140807,1252485,1369377,1491483,161... |
libsrc/input/spectrum/in_MouseAMX_callee.asm | meesokim/z88dk | 0 | 177635 | ; void __CALLEE__ in_MouseAMX_callee(uchar *buttons, uint *xcoord, uint *ycoord)
; 09.2005 aralbrec
PUBLIC in_MouseAMX_callee
EXTERN INMouseAMX
.in_MouseAMX_callee
call INMouseAMX
pop de
pop hl
ld (hl),a
inc hl
xor a
ld (hl),a
pop hl
ld (hl),b
inc hl
ld (hl),a
pop hl
ld (hl),c
... |
agda-stdlib-0.9/src/Data/Covec.agda | qwe2/try-agda | 1 | 15452 | <reponame>qwe2/try-agda<gh_stars>1-10
------------------------------------------------------------------------
-- The Agda standard library
--
-- Coinductive vectors
------------------------------------------------------------------------
module Data.Covec where
open import Coinduction
open import Data.Nat using (ℕ; ... |
Examples/basics/hello.asm | agguro/linux-nasm | 6 | 28855 | ;name: hello.asm
;
;build: nasm -felf64 hello.asm -o hello.o
; ld -melf_x86_64 -o hello hello.o
;
;description: writes 'Hello world!" to stdout
[list -]
%include "unistd.inc"
[list +]
bits 64
section .data
message: db "Hello world!",10
.len: equ $-message
section .text
global... |
kernel/asmfunc.asm | wkiino/my-mikanos | 0 | 19696 | <gh_stars>0
; asmfunc.asm
;
; System V AMD64 Calling Convention
; Registers: RDI, RSI, RDX, RCX, R8, R9
bits 64
section .text
global IoOut32 ; void IoOut32(uint16_t addr, uint32_t data);
IoOut32:
mov dx, di ; dx = addr
mov eax, esi ; eax = data
out dx, eax
ret
global IoIn32 ; uint32_t IoIn32(uint16_t ... |
testc/cputest/bitshift.asm | krismuad/TOWNSEMU | 124 | 241659 | .386p
ASSUME CS:CODE
PUBLIC C0_BITSHIFT_R8_I8
PUBLIC C1_BITSHIFT_R_I8
PUBLIC D3_BITSHIFT_R_CL
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
EFLAGS_CF EQU 000000001H
EFLAGS_PF EQU 000000004H
EFLAGS_AF EQU 000000010H
EFLAGS_ZF EQU 000000040H
EFL... |
programs/oeis/026/A026915.asm | karttu/loda | 0 | 8784 | ; A026915: a(n) = T(n,0) + T(n,1) + ... + T(n,n), T given by A026907.
; 1,26,100,272,640,1400,2944,6056,12304,24824,49888,100040,200368,401048,802432,1605224,3210832,6422072,12844576,25689608,51379696,102759896,205520320,411041192,822082960,1644166520,3288333664,6576667976,13153336624,26306673944,52613348608,1052266979... |
oeis/346/A346232.asm | neoneye/loda-programs | 11 | 81144 | ; A346232: Maximum number of squares in a square grid whose interiors can be touched by a (possibly skew) line segment of length n.
; 3,5,7,8,9,11,12,14,15,17,18,19,21,22,24,25,27,28,29,31,32,34,35,36,38,39,41,42,43,45,46,48,49,51,52,53,55,56,58,59,60,62,63,65,66,68,69,70,72,73,75,76,77,79,80,82,83,85,86,87,89,90,92,93... |
grammar/src/main/antlr4/com/yafred/asn1/grammar/ASN.g4 | zhongweijun/asn1-tool | 0 | 788 | /*******************************************************************************
* Copyright (C) 2021 <NAME> (https://github.com/yafred)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Softwar... |
oeis/074/A074558.asm | neoneye/loda-programs | 11 | 175753 | <filename>oeis/074/A074558.asm
; A074558: a(n) = 3^n + 7^n + 8^n.
; Submitted by <NAME>
; 3,18,122,882,6578,49818,380522,2922882,22548578,174591018,1356276122,10567438482,82561295378,646646418618,5076274366922,39931947947682,314707950326978,2484430456812618,19642812494812922,155514084423490482,1232713774391243378,97819... |
programs/oeis/152/A152746.asm | karttu/loda | 1 | 18603 | <reponame>karttu/loda<gh_stars>1-10
; A152746: Six times hexagonal numbers: 6*n*(2*n-1).
; 0,6,36,90,168,270,396,546,720,918,1140,1386,1656,1950,2268,2610,2976,3366,3780,4218,4680,5166,5676,6210,6768,7350,7956,8586,9240,9918,10620,11346,12096,12870,13668,14490,15336,16206,17100,18018,18960,19926,20916,21930,22968,24030... |
programs/oeis/115/A115113.asm | neoneye/loda | 22 | 2148 | <gh_stars>10-100
; A115113: a(n) = 3*a(n-1) + 4*a(n-2), with a(0) = 2, a(1) = 6.
; 2,6,10,54,202,822,3274,13110,52426,209718,838858,3355446,13421770,53687094,214748362,858993462,3435973834,13743895350,54975581386,219902325558,879609302218,3518437208886,14073748835530,56294995342134,225179981368522,900719925474102,36028... |
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_rtsp_gstrtspconnection_h.ads | persan/A-gst | 1 | 28242 | <gh_stars>1-10
pragma Ada_2005;
pragma Style_Checks (Off);
pragma Warnings (Off);
with Interfaces.C; use Interfaces.C;
limited with GStreamer.GST_Low_Level.gstreamer_0_10_gst_rtsp_gstrtspurl_h;
with System;
with GStreamer.GST_Low_Level.gstreamer_0_10_gst_rtsp_gstrtspdefs_h;
with glib;
with glib.Values;
with System;
wi... |
third_party/virtualbox/src/VBox/Runtime/common/string/strcpy.asm | Fimbure/icebox-1 | 521 | 6365 | <filename>third_party/virtualbox/src/VBox/Runtime/common/string/strcpy.asm
; $Id: strcpy.asm $
;; @file
; IPRT - No-CRT strcpy - AMD64 & X86.
;
;
; Copyright (C) 2006-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free ... |
c_projects/project1/boot/disk_load.asm | darbinreyes/subparprogrammer | 0 | 170409 | ; Section 3.6.4 Putting it all Together.
; load DH sectors to ES:BX from drive DL.
disk_load:
push dx ; Push DX on the stack so we can use DH for error checking after
; int 0x13 returns.
mov ah, 0x02 ; Specify the BIOS read sector function.
mov al, dh ; Specify the number of sectors to read.... |
courses/spark_for_ada_programmers/labs/answers/130_state_abstractions/globals/reverser.adb | AdaCore/training_material | 15 | 17810 | package body Reverser with
SPARK_Mode
is
procedure Reverse_Array (A : in out Array_Of_Items) is
begin
for I in A'Range
loop
exit when Is_Full;
Push (A (I));
end loop;
for J in A'Range
loop
exit when Is_Empty;
Pop (A (J));
end loop;
end... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1399.asm | ljhsiun2/medusa | 9 | 21031 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x149a5, %r8
clflush (%r8)
nop
nop
cmp %r10, %r10
mov (%r8), %rax
nop
nop
nop
nop
nop
cmp %r13, %r13
lea addresses_WT_ht+0x5165, %rdi
nop
nop
nop
xor %rdx, %rdx
mov (%rdi), %r1... |
Projects/SchoolProjects/Project 2/ReverseArray.asm | Mani9723/X86-MASM-Assembly | 0 | 26526 | INCLUDE Irvine32.inc
.data
array DWORD 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
introduction BYTE "ORIGINIAL ARRAY: ", 0
NewArray BYTE "REVERSED ARRAY: " ,0
space BYTE " ", 0
.code
main PROC
mov edx, OFFSET introduction ; The OFFSET of intro is moved to edx
call writestring ; print the edx... |
src/gnat/lib.adb | My-Colaborations/dynamo | 15 | 9699 | ------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- --
-- ... |
libsrc/graphics/spc1000/getmaxx.asm | Toysoft/z88dk | 0 | 170097 | <filename>libsrc/graphics/spc1000/getmaxx.asm
INCLUDE "graphics/grafix.inc"
SECTION code_clib
PUBLIC getmaxx
PUBLIC _getmaxx
EXTERN __spc1000_mode
.getmaxx
._getmaxx
ld a,(__spc1000_mode)
and a
ld hl, +63
ret z
ld hl,255
dec a
ret z
ld hl,127
ret
|
programs/oeis/050/A050484.asm | karttu/loda | 0 | 14897 | <filename>programs/oeis/050/A050484.asm
; A050484: Partial sums of A051946.
; 1,12,68,264,810,2112,4884,10296,20163,37180,65208,109616,177684,279072,426360,635664,927333,1326732,1865116,2580600,3519230,4736160,6296940,8278920,10772775,13884156,17735472,22467808,28242984,35245760,43686192,53802144,65861961,80167308,9705... |
Dark soft/Tinba/source/-RootKit/HideReg.asm | ExaByt3s/hack_scripts | 3 | 242437 |
.data
nHdnCount dd 0 ; Hidden records counter (for delta)
.code
;; -------------------------------------------------------------------------------- ;;
NewRegEnumValue proc p1:dword, p2:dword, p3:dword, p4:dword, p5:dword, p6:dword, p7:dword, p8:dword
local RealRegEnumValue : dword
mov RealRegEnumValu... |
oeis/081/A081126.asm | neoneye/loda-programs | 11 | 788 | ; A081126: Duplicate of A018191.
; Submitted by <NAME>(s2)
; 1,2,5,16,53,206,817,3620,16361,80218,401501,2139512,11641885,66599846,388962953,2367284236,14700573137,94523836850,619674301621,4186249123808,28809504493061,203556335785342,1463877667140065
mul $0,2
mov $1,1
mov $3,2
lpb $0
mul $1,$0
sub $0,2
mov $2,$1... |
STM32F4/ToyOBDH/src/housekeeping.ads | AntonioRamosNieto/TFG-STM32F429 | 0 | 26371 | ------------------------------------------------------------------------------
-- --
-- Copyright (C) 2018, Universidad Politécnica de Madrid --
-- --
-- ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.