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 |
|---|---|---|---|---|
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/p3dos_cstr_to_pstr.asm | jpoikela/z88dk | 640 | 9080 | <reponame>jpoikela/z88dk<gh_stars>100-1000
; unsigned char *p3dos_cstr_to_pstr(unsigned char *s)
SECTION code_esxdos
PUBLIC _p3dos_cstr_to_pstr
EXTERN asm_p3dos_cstr_to_pstr
_p3dos_cstr_to_pstr:
pop af
pop hl
push hl
push af
jp asm_p3dos_cstr_to_pstr
|
programs/oeis/056/A056737.asm | neoneye/loda | 22 | 247798 | ; A056737: Minimum nonnegative integer m such that n = k*(k+m) for some positive integer k.
; 0,1,2,0,4,1,6,2,0,3,10,1,12,5,2,0,16,3,18,1,4,9,22,2,0,11,6,3,28,1,30,4,8,15,2,0,36,17,10,3,40,1,42,7,4,21,46,2,0,5,14,9,52,3,6,1,16,27,58,4,60,29,2,0,8,5,66,13,20,3,70,1,72,35,10,15,4,7,78,2,0,39,82,5,12,41,26,3,88,1,6,19,28,... |
test/Compiler/simple/Erased-cubical-Pattern-matching-Erased.agda | sseefried/agda | 1 | 8198 | {-# OPTIONS --erased-cubical --save-metas #-}
module Erased-cubical-Pattern-matching-Erased where
open import Agda.Builtin.String
open import Erased-cubical-Pattern-matching-Cubical
-- If c₁ and c₂ are treated as erased, then f might be compiled to
-- something akin to ⊥-elim. However, the main module uses
-- --cubi... |
Transynther/x86/_processed/NONE/_zr_xt_/i3-7100_9_0x84_notsx.log_21829_2424.asm | ljhsiun2/medusa | 9 | 165973 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r9
push %rsi
lea addresses_UC_ht+0xd272, %r9
nop
nop
nop
sub $21575, %rsi
movb (%r9), %r13b
nop
nop
nop
nop
xor %r11, %r11
lea addresses_WC_ht+0x13a72, %r10
nop
nop
nop
cmp %r9, %r9
mov $0x6162636465666768, %r13
movq %r13, %xmm5
movups %xm... |
Whilelang.g4 | tealflipper/tinyParser | 0 | 3202 | grammar Whilelang;
program: seqStatement;
seqStatement: statement (';' statement)* ;
statement:
ID ':=' expression # attrib
| 'skip' # skip
| 'if' bool 'then' statement 'else' statement # if
| 'while' bool 'do' statement # while
| 'print' Text # print
| 'print' expression # wr... |
unordnung_auch_assembler/asm/attiny13/4x4display/allOn.asm | no-go/Blink_atmega328p | 0 | 25850 | <filename>unordnung_auch_assembler/asm/attiny13/4x4display/allOn.asm
.include "myTiny13.h"
; 0 1 2 3 up = minus
; 4 5 6 7
; 4 5 6 7 down = minus
; 0 1 2 3
Main:
;initial values
; down up
; \/
ldi A, 0b00011111 ; up- , down- / 7 6 5 4 / 3 2 1 0
out DDRB, A
Loop:
; down up
; \/
ld... |
programs/oeis/130/A130784.asm | neoneye/loda | 22 | 82030 | <reponame>neoneye/loda<gh_stars>10-100
; A130784: Period 3: repeat [1, 3, 2].
; 1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3
mul $0,2
mod $0,3
add $0,1
|
nasm/assgnment1/p1.asm | codingneverends/assembly | 0 | 169168 | <filename>nasm/assgnment1/p1.asm
section .data
name : db '<NAME>',10
l : equ $-name
add1 : db 'Eckamattathil house, Thattakuzha P O',0ah
l1 : equ $-add1
add2 : db 'Thattakuzha',0ah
l2 : equ $-add2
add3 : db 'Idukki , 685581',0ah
l3 : equ $-add3
section .text
global _start:
_start:
mov eax, 4
mov ebx, 1
mov ecx, n... |
src/words_engine/words_engine-search_english.adb | spr93/whitakers-words | 204 | 449 | -- WORDS, a Latin dictionary, by <NAME> (USAF, Retired)
--
-- Copyright <NAME> (1936–2010)
--
-- This is a free program, which means it is proper to copy it and pass
-- it on to your friends. Consider it a developmental item for which
-- there is no charge. However, just for form, it is Copyrighted
-- (c). Permission i... |
data/pokemon/base_stats/bibarel.asm | TastySnax12/pokecrystal16-493-plus | 2 | 83761 | <reponame>TastySnax12/pokecrystal16-493-plus<filename>data/pokemon/base_stats/bibarel.asm
db 0 ; species ID placeholder
db 79, 85, 60, 71, 55, 60
; hp atk def spd sat sdf
db NORMAL, WATER ; type
db 127 ; catch rate
db 144 ; base exp
db BERRY, GOLD_BERRY ; items
db GENDER_F50 ; gender ratio
db 10... |
programs/oeis/013/A013755.asm | neoneye/loda | 22 | 104685 | <reponame>neoneye/loda
; A013755: a(n) = 14^(3*n + 2).
; 196,537824,1475789056,4049565169664,11112006825558016,30491346729331195904,83668255425284801560576,229585692886981495482220544,629983141281877223603213172736,1728673739677471101567216945987584
mov $1,2744
pow $1,$0
sub $1,1
mul $1,196
add $1,196
mov $0,$1
|
Examples/ch10/HelloNew.asm | satadriver/LiunuxOS_t | 0 | 24456 | TITLE Macro Functions (HelloNew.asm)
; This program shows how to use macros to configure
; a program to run on multiple platforms.
; Last update: 8/16/01.
INCLUDE Macros.inc
IF IsDefined( RealMode )
INCLUDE Irvine16.inc
ELSE
INCLUDE Irvine32.inc
ENDIF
.code
main PROC
Startup
mWriteLn "This program ca... |
programs/oeis/161/A161416.asm | neoneye/loda | 22 | 105147 | <reponame>neoneye/loda
; A161416: Partial sums of A056737.
; 0,1,3,3,7,8,14,16,16,19,29,30,42,47,49,49,65,68,86,87,91,100,122,124,124,135,141,144,172,173,203,207,215,230,232,232,268,285,295,298,338,339,381,388,392,413,459,461,461,466,480,489,541,544,550,551,567,594
mov $2,$0
mov $3,$0
lpb $2
mov $0,$3
sub $2,1
s... |
oeis/040/A040006.asm | neoneye/loda-programs | 11 | 85334 | ; A040006: Continued fraction for sqrt(10).
; Submitted by <NAME>
; 3,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6
min $0,1
add $0,1
mul $0,3
|
programs/oeis/120/A120891.asm | jmorken/loda | 1 | 28141 | <filename>programs/oeis/120/A120891.asm
; A120891: Number of primitive Pythagorean triangles with odd leg 2n-1.
; 0,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,2,2,1,2,1,1,2,1,1,2,1,2,2,1,1,2,2,1,2,1,1,2,2,1,1,1,2,2,1,2,2,2,1,2,1,1,4,1,1,2,1,2,2,2,1,2,1,1,2,1,2,2,1,1,2,2,2,2,1,1,2,2,1,2,2,1,4,1,1,2,1,2,2,1,1,2,2,2,2,1,1,4,1,1,2,2,2,... |
P6/data_P6_2/ALUTest145.asm | alxzzhou/BUAA_CO_2020 | 1 | 28279 | <gh_stars>1-10
addiu $0,$3,2556
sltiu $1,$5,-16531
srl $4,$4,24
sltu $1,$5,$3
lb $3,13($0)
xori $1,$1,15331
slt $1,$1,$3
or $1,$3,$3
lh $3,6($0)
lh $3,6($0)
slt $0,$0,$3
addiu $3,$3,-16857
slti $1,$3,10310
ori $5,$5,41522
ori $5,$3,12904
addu $4,$4,$3
subu $3,$3,$3
or $4,$6,$3
lb $3,4($0)
lbu $1,12($0)
addiu $6,$4,-157... |
MSDOS/Virus.MSDOS.Unknown.phasor10.asm | fengjixuchui/Family | 3 | 247172 | ;
; [Phasor] v1.0
; Written by Memory Lapse of Phalcon/Skism
;
; This is a simple memory resident, COM infector. It hides in the unused
; portion of the interrupt table starting at 0:1E0h.
;
; To Assemble:
; TASM [PHASOR10]/m2 - TLINK [PHASOR10]/T
;
.model tiny ;
.code ... |
oeis/051/A051536.asm | neoneye/loda-programs | 11 | 15501 | ; A051536: a(n) = least common multiple of {1, 4, 7, 10, 13 ..., 3n+1} (A016777).
; Submitted by <NAME>
; 1,4,28,140,1820,7280,138320,1521520,7607600,7607600,235835600,4009205200,148340592400,148340592400,6378645473200,146708845883600,1026961921185200,1026961921185200,1026961921185200,29781895714370800,1816695638576618... |
life.asm | ncot-tech/z80-life | 9 | 86676 | OUTPUT life.z80
ORG $8000
; Defines
ScreenWidth EQU 80
ScreenHeight EQU 25
ScreenSize EQU ScreenWidth*ScreenHeight
DeadChar EQU $20
AliveChar EQU $40
call printBoard
main:
call calcCells
call swapScreen
call printBoard
;call printBoardNeighbourCount
; loop
jp main
ret
printBo... |
audio/sfx/cry21_1.asm | adhi-thirumala/EvoYellow | 16 | 94573 | SFX_Cry21_1_Ch1:
dutycycle 27
unknownsfx0x20 3, 243, 100, 5
unknownsfx0x20 2, 226, 68, 5
unknownsfx0x20 5, 209, 34, 5
unknownsfx0x20 2, 178, 132, 4
unknownsfx0x20 8, 209, 162, 4
unknownsfx0x20 3, 243, 36, 5
unknownsfx0x20 4, 228, 228, 4
unknownsfx0x20 8, 209, 2, 5
endchannel
SFX_Cry21_1_Ch2:
dutycycle 204
... |
P6/P6Judger - 100 testpoints/testpoint/testpoint27.asm | flyinglandlord/BUAA-CO-2021 | 5 | 1151 | ori $1, $0, 6
ori $2, $0, 8
ori $3, $0, 6
ori $4, $0, 9
sw $2, 0($0)
sw $4, 4($0)
sw $4, 8($0)
sw $3, 12($0)
sw $3, 16($0)
sw $4, 20($0)
sw $2, 24($0)
sw $4, 28($0)
sw $2, 32($0)
sw $3, 36($0)
sw $3, 40($0)
sw $2, 44($0)
sw $3, 48($0)
sw $3, 52($0)
sw $4, 56($0)
sw $3, 60($0)
sw $2, 64($0)
sw $1, 68($0)
sw $2, 72($0)
s... |
Library/Trans/Web/HtmlImpx/htmlimpt/htmlimptManager.asm | steakknife/pcgeos | 504 | 176252 | <filename>Library/Trans/Web/HtmlImpx/htmlimpt/htmlimptManager.asm
include stdapp.def
include vm.def
include impex.def
include Objects/gCtrlC.def
; segment must be "public 'CODE'" to ensure that it combines
; properly with the C segment of the same name.
imptproc_TEXT segment byte public 'CODE'
extrn IMP... |
Driver/IFS/DOS/Common/dosConvertJIS.asm | steakknife/pcgeos | 504 | 3694 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: dosConvertJIS.asm
AUTHOR: <NAME>, Dec 21, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descrip... |
programs/oeis/226/A226164.asm | karttu/loda | 0 | 92431 | <filename>programs/oeis/226/A226164.asm
; A226164: Sequence used for the quadratic irrational number belonging to the principal indefinite binary quadratic form.
; 1,2,2,3,3,4,3,4,4,5,4,5,5,6,5,6,5,6,6,7,6,7,6,7,7,8,7,8,7,8,7,8,8,9,8,9,8,9,8,9,9,10,9,10,9,10,9,10,9,10,10,11,10,11,10,11,10,11,10,11,11,12,11,12,11,12,11,... |
Ada/src/instruction.adb | herrBez/MOS6502-Emulator | 3 | 28646 | package body Instruction is
function Initialize_Instruction_Table return Fun_Array is
Instruction_Table : Fun_Array(0..255) := (others => Not_Yet_Supported_Operation'Access);
begin
Instruction_Table(16#EA#) := NOP'Access;
return Instruction_Table;
end Initialize_Instruction_Table;
... |
mac/appearance.scpt | dhruvmanila/dotfiles | 10 | 1240 | <reponame>dhruvmanila/dotfiles
tell application "System Events"
tell appearance preferences
-- (bool) Use dark mode for bar and dock.
set dark mode to true
-- Color used for highlighting selected text and lists.
-- Available: blue gold graphite green orange purple red silver
set highlight color t... |
Virtual Memory Implementation/Theme_B_9/GeekOS (os)/src/geekos/PaxHeader/symbol.asm | Pintulalmeena/Projects | 0 | 168313 | <reponame>Pintulalmeena/Projects
14 uid=311598
27 mtime=1430738578.059251
27 atime=1430738578.058251
|
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_68_1336.asm | ljhsiun2/medusa | 9 | 166256 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x171a7, %rsi
lea addresses_A_ht+0x8227, %rdi
nop
add $46154, %rax
mov $107, %rcx
rep movsw
add $27075, %rcx
lea addresses_UC_ht+0xb827, %r12
nop
and $28077,... |
src/generated/runetype_h.ads | csb6/libtcod-ada | 0 | 17240 | <gh_stars>0
pragma Ada_2012;
pragma Style_Checks (Off);
with Interfaces.C; use Interfaces.C;
with i386_utypes_h;
with Interfaces.C.Strings;
with System;
package runetype_h is
---
-- * Copyright (c) 1993
-- * The Regents of the University of California. All rights reserved.
-- *
-- * This code is derived f... |
programs/oeis/051/A051960.asm | jmorken/loda | 1 | 80649 | <filename>programs/oeis/051/A051960.asm
; A051960: a(n) = C(n)*(3n+2) where C(n) = Catalan numbers = A000108.
; 2,5,16,55,196,714,2640,9867,37180,140998,537472,2057510,7904456,30458900,117675360,455657715,1767883500,6871173870,26747767200,104268528210,406975466040,1590307356300,6220814327520,24357232569150,954529069019... |
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_4508_711.asm | ljhsiun2/medusa | 9 | 6143 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1e3ab, %rsi
lea addresses_WC_ht+0x12073, %rdi
nop
nop
nop
dec %r9
mov $81, %rcx
rep movsb
nop
add $21414, %r12
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push... |
programs/oeis/267/A267610.asm | neoneye/loda | 22 | 23530 | <gh_stars>10-100
; A267610: Total number of OFF (white) cells after n iterations of the "Rule 182" elementary cellular automaton starting with a single ON (black) cell.
; 0,0,2,2,4,6,12,12,14,16,22,24,30,36,50,50,52,54,60,62,68,74,88,90,96,102,116,122,136,150,180,180,182,184,190,192,198,204,218,220,226,232,246,252,266,... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_578_1641.asm | ljhsiun2/medusa | 9 | 179401 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1365b, %rdi
nop
sub $38688, %rdx
mov (%rdi), %ebx
nop
nop
and %r8, %r8
lea addresses_A_ht+0x1ab5b, %rsi
lea addresses_D_ht+0x1e547, %rdi
nop
add $55608, %r12
mov $70, %rcx
re... |
tools/scitools/conf/understand/ada/ada12/a-locale.ads | brucegua/moocos | 1 | 23036 | <gh_stars>1-10
------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- ... |
list/ListAsserter.applescript | GitSyncApp/applescripts | 6 | 3297 | (*
* Note: to log the return value you must create an if statment that asserts the boolean value returned, short hand if statment should work
*)
on equals_to(a, b)
return a = b
end equals_to
(*
* {1,2,3,4} contains 3--true
* Note: to log the return value you must create an if statment that asserts the boolean valu... |
tests/load-store.asm | tcort/lmc | 2 | 161510 | <reponame>tcort/lmc<filename>tests/load-store.asm
INP ; get the first input
STA FIRST ; store it in FIRST
INP ; get the second input
STA SECOND ; store it in SECOND
LDA FIRST ; load FIRST
OUT ; output value
LDA SECOND ; load SECOND
OUT ; output value
HLT ; end of program
FIRST DAT ; storage
SECOND DAT ; storage
|
programs/oeis/071/A071178.asm | neoneye/loda | 22 | 98705 | <gh_stars>10-100
; A071178: Exponent of the largest prime factor of n.
; 0,1,1,2,1,1,1,3,2,1,1,1,1,1,1,4,1,2,1,1,1,1,1,1,2,1,3,1,1,1,1,5,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,3,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2
add $0,1
mov $2,2
mov $3,$0
mov $4,$0
lpb $3
... |
tests/ships-test_data-tests-crew_container.ads | thindil/steamsky | 80 | 25597 | <filename>tests/ships-test_data-tests-crew_container.ads<gh_stars>10-100
package Ships.Test_Data.Tests.Crew_Container is
end Ships.Test_Data.Tests.Crew_Container;
|
Pruebas/HolaMundo.adb | Arles96/PCompiladores | 0 | 1045 | procedure HolaMundo is
begin
put("<NAME>");
end HolaMundo;
|
test/Fail/Issue875.agda | shlevy/agda | 1,989 | 13050 |
postulate
A : Set
P : ..(_ : A) → Set
f : {x : A} → P x
g : ..(x : A) → P x
g x = f
|
UpTo-Properties/UpToColim.agda | hbasold/Sandbox | 0 | 1240 | <reponame>hbasold/Sandbox
-- | In this module, we proof that the 2-category of endofunctors
-- inherits locally all colimits from underlying category.
-- More precisely, for a functor F : C → C, we compute in Endo(F, F)
-- colimits point-wise from those in C.
module UpToColim where
open import Level
open import Relati... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1639.asm | ljhsiun2/medusa | 9 | 23017 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rax
push %rbp
push %rdx
push %rsi
lea addresses_A_ht+0x3cab, %r9
nop
sub %rax, %rax
movl $0x61626364, (%r9)
add $57575, %r15
lea addresses_WC_ht+0x1ed2b, %r15
nop
inc %rsi
mov (%r15), %r14w
and %rbp, %rbp
lea addresses_UC_ht+0x19b6b, %rbp
n... |
src/svd/sam_svd-evsys.ads | Fabien-Chouteau/samd51-hal | 1 | 8340 | <reponame>Fabien-Chouteau/samd51-hal
pragma Style_Checks (Off);
-- This spec has been automatically generated from ATSAMD51G19A.svd
pragma Restrictions (No_Elaboration_Code);
with HAL;
with System;
package SAM_SVD.EVSYS is
pragma Preelaborate;
---------------
-- Registers --
---------------
-- Co... |
programs/oeis/112/A112689.asm | neoneye/loda | 22 | 86568 | <reponame>neoneye/loda
; A112689: A modified Chebyshev transform of the Jacobsthal numbers.
; 0,1,1,0,1,2,1,1,2,2,2,2,2,3,3,2,3,4,3,3,4,4,4,4,4,5,5,4,5,6,5,5,6,6,6,6,6,7,7,6,7,8,7,7,8,8,8,8,8,9,9,8,9,10,9,9,10,10,10,10,10,11,11,10,11,12,11,11,12,12,12,12,12,13,13,12,13,14,13,13,14,14,14,14,14,15,15,14,15,16,15,15,16,16... |
test/Succeed/Issue1550.agda | alhassy/agda | 3 | 984 | -- Andreas, 2015-08-27 Allow rewrite rules for symbols defined in other file
{-# OPTIONS --rewriting #-}
open import Common.Nat
open import Common.Equality
{-# BUILTIN REWRITE _≡_ #-}
x+0 : ∀ x → x + 0 ≡ x
x+0 zero = refl
x+0 (suc x) rewrite x+0 x = refl
{-# REWRITE x+0 #-} -- adding rewrite rule for + is ok
x+0... |
previous.applescript | BrianAker/mediaPlugin | 0 | 4716 | tell application "iTunes" to play (previous track)
|
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_576.asm | ljhsiun2/medusa | 9 | 85568 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x20b4, %rcx
nop
nop
nop
cmp %r14, %r14
mov $0x6162636465666768, %r9
movq %r9, %xmm4
movups %xmm4, (%rcx)
xor $8579, %rax
lea addresses_normal_ht+0x3f1... |
L1/TPs/0204-ASM/tp1/pgm2.asm | Tehcam/Studies | 0 | 25420 | <reponame>Tehcam/Studies
; Affiche les valeurs contenues dans les 2 premières cases memoire
Load Mem[0]
Out
Load Mem[1]
Out
; Sauvegarde la somme des valeurs dans Mem[2]
Add Mem[0]
Store Mem[2]
Out
; Sauvegarde le produit des valeurs dans Mem[3]
Load Mem[0]
Mul Mem[1]
Store Mem[3]
Out
; Fin du programme
End |
oeis/076/A076740.asm | neoneye/loda-programs | 11 | 312 | ; A076740: a(0)=0, a(1)=1, a(n)=2*a(n-1)^2-a(n-2)^2.
; Submitted by <NAME>
; 0,1,2,7,94,17623,621131422,771608486480914039,1190759312818733806192492198418844958,2835815482129086304432303489823255992516794878843873643408264712776750007
lpb $0
sub $0,1
pow $2,2
sub $2,$1
add $1,$2
add $1,1
add $2,$1
lpe
mov ... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_143_1517.asm | ljhsiun2/medusa | 9 | 170868 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rbp
push %rbx
push %rdx
push %rsi
lea addresses_WT_ht+0xef14, %r11
nop
nop
nop
cmp $19441, %r8
mov $0x6162636465666768, %rsi
movq %rsi, %xmm6
movups %xmm6, (%r11)
nop
nop
nop
nop
nop
cmp %rbx, %rbx
lea addresses_normal_ht+0xc6d4, %rbx
clflu... |
src/net-protos.ads | stcarrez/ada-enet | 16 | 13891 | <reponame>stcarrez/ada-enet<gh_stars>10-100
-----------------------------------------------------------------------
-- net-protos -- Network protocols
-- Copyright (C) 2016, 2017 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file... |
Source/ZFAM020.asm | walmartlabs/zFAM | 21 | 17692 | <reponame>walmartlabs/zFAM
*
* PROGRAM: ZFAM020
* AUTHOR: <NAME> and <NAME>
* COMMENTS: zFAM - z/OS File Access Manager
*
* This program is executed as the Query Mode GET/SELECT
* service called by the ZFAM001 control program.
*
* This program will process prim... |
opcodes.asm | DavidBuchanan314/CHIP8-ROP | 1 | 11725 | BITS 64
extern puts
extern exit
extern vram
extern V
extern DT
global emu_entry
global op_debug
global op_nop
global op_ret
global op_jp
global op_call
global op_se_imm
global op_sne_imm
global op_se
global op_ld_imm
global op_add_imm
global op_ld
global op_or
global op_and
global op_xor
global op_add
global op_ld_i
... |
pwnlib/shellcraft/templates/amd64/linux/amd64_to_i386.asm | tkmikan/pwntools | 8,966 | 161288 | <% from pwnlib.shellcraft import common %>
<%docstring>Returns code to switch from amd64 to i386 mode.
Note that you most surely want to set up some stack (and place this code)
in low address space before (or afterwards).</%docstring>
.code64
call $+4
.byte 0xc0 /* inc eax */
mov byte ptr [rsp+4], 0x23 /... |
source/serialization.ads | ytomino/yaml-ada | 4 | 7055 | <reponame>ytomino/yaml-ada
with Ada.Containers;
with Ada.Iterator_Interfaces;
with Ada.Strings.Unbounded;
package Serialization is
pragma Preelaborate;
type Stream_Element_Kind is (
Value,
Enter_Mapping,
Leave_Mapping,
Enter_Sequence,
Leave_Sequence,
End_Of_Stream);
type Direction is (Reading, Writin... |
library/fmGUI_ManageDatabase/fmGUI_ManageDb_FieldsPickTable.applescript | NYHTC/applescript-fm-helper | 1 | 3790 | -- fmGUI_ManageDb_FieldsPickTable(baseTableName)
-- <NAME>, NYHTC
-- select the specified ( if not already selected ) base table on the Fields tab of Manage Database.
(*
HISTORY:
1.4.1 - 2017-09-06 ( eshagdar ): updated error message. updated call to pop up set.
1.4 - 2016-10-28 ( eshagdar ): ensure app is frontmos... |
libraries/mmlibc/amd64/src/tls.asm | betopp/pathetix | 0 | 13249 | ;tls.asm
;TLS getter for MuKe's libc on AMD64
;<NAME> <<EMAIL>> 2021
section .text
bits 64
align 16
global _tls ;_tls_t *_tls()
_tls:
rdgsbase RAX
ret
|
maps/Route204S.asm | AtmaBuster/pokeplat-gen2 | 6 | 246191 | <filename>maps/Route204S.asm
object_const_def ; object_event constants
Route204S_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
TrainerLassSarah:
trainer LASS, SARAH, EVENT_BEAT_LASS_SARAH, .SeenText, .BeatenText, 0, .Script
.Script:
endifjustbattled
opentext
writetext .AfterText
waitbutton
closetext
en... |
alloy4fun_models/trashltl/models/19/7wPGJcy4faJmqDuGh.als | Kaixi26/org.alloytools.alloy | 0 | 2331 | <reponame>Kaixi26/org.alloytools.alloy
open main
pred id7wPGJcy4faJmqDuGh_prop20 {
always all f : Trash | f in Trash since f in Protected
}
pred __repair { id7wPGJcy4faJmqDuGh_prop20 }
check __repair { id7wPGJcy4faJmqDuGh_prop20 <=> prop20o } |
iod/nul/open.asm | olifink/smsqe | 0 | 80259 | ; Open NUL Channel V2.00 1989 <NAME>
section nul
xdef nul_open
xdef nul_name
xdef nul_parm
include 'dev8_keys_qlv'
include 'dev8_keys_err'
include 'dev8_iod_nul_data'
include 'dev8_mac_assert'
;+++
; NUL channel open operations. (Using IOU.DNAM)
;---
nul_open
frame equ $4
subq.l #frame,sp ; make r... |
src/gen-model.ads | Letractively/ada-gen | 0 | 5145 | -----------------------------------------------------------------------
-- gen-model -- Model for Code Generator
-- Copyright (C) 2009, 2010, 2011, 2012 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in complianc... |
arch/ARM/NXP/svd/lpc55s6x/nxp_svd-plu.ads | morbos/Ada_Drivers_Library | 2 | 21111 | <gh_stars>1-10
-- Copyright 2016-2019 NXP
-- All rights reserved.SPDX-License-Identifier: BSD-3-Clause
-- This spec has been automatically generated from LPC55S6x.svd
pragma Restrictions (No_Elaboration_Code);
pragma Ada_2012;
pragma Style_Checks (Off);
with HAL;
with System;
package NXP_SVD.PLU is
pragma Pr... |
programs/oeis/172/A172118.asm | neoneye/loda | 22 | 164993 | ; A172118: n*(n+1)*(5*n^2-n-3)/2.
; 0,1,45,234,730,1755,3591,6580,11124,17685,26785,39006,54990,75439,101115,132840,171496,218025,273429,338770,415170,503811,605935,722844,855900,1006525,1176201,1366470,1578934,1815255,2077155,2366416,2684880,3034449,3417085,3834810,4289706,4783915,5319639,5899140,6524740,7198821,79238... |
Kernel/xv6-public/forktest.asm | samyvic/OS-Project | 0 | 709 | <gh_stars>0
_forktest: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
printf(1, "fork test OK\n");
}
int
main(void)
{
0: f3 0f 1e fb endbr32
4: 55 push %ebp
5: 89 e5 mov %esp,%ebp
7: 83 e4 f0 and $0xfffffff0... |
alloy4fun_models/trashltl/models/14/63MbKHt59DhniMdKb.als | Kaixi26/org.alloytools.alloy | 0 | 4320 | open main
pred id63MbKHt59DhniMdKb_prop15 {
all f:File | eventually (f not in Trash implies f in Trash)
}
pred __repair { id63MbKHt59DhniMdKb_prop15 }
check __repair { id63MbKHt59DhniMdKb_prop15 <=> prop15o } |
oeis/024/A024553.asm | neoneye/loda-programs | 11 | 105195 | ; A024553: [ 1/{n*sqrt(5)} ], where {x} := x - [ x ].
; Submitted by <NAME>
; 4,2,1,1,5,2,1,1,8,2,1,1,14,3,1,1,76,4,2,1,1,5,2,1,1,7,2,1,1,12,3,1,1,38,3,2,1,1,4,2,1,1,6,2,1,1,10,3,1,1,25,3,1,1,1,4,2,1,1,6,2,1,1,9,2,1,1,19,3,1,1,1,4,2,1,1,5,2,1,1,8,2,1,1,15,3,1,1,99,4,2,1,1,5,2,1,1,7,2,1
add $0,1
mov $1,$0
mul $0,2
pow ... |
src/main/antlr/lsck/combiner/expand/BooleanExpression.g4 | Brinsky/LFSR-Stream-Cipher-Kit | 2 | 7650 | grammar BooleanExpression;
@header{
package lsck.combiner.expand;
}
expr
: expr expr # Product
| expr '+' expr # Sum
| VARIABLE+ # SimpleTerm
| CONSTANT # Constant
| '(' expr ')' # Parens
;
VARIABLE : 'x' [0-9]+;
CONSTANT : '0' | '1';
WHITESPACE : (' ' | '\t' | '\r' | '\n') -> skip ; |
game/data/music/theme_adventure.asm | sgadrat/super-tilt-bro | 91 | 26129 | <reponame>sgadrat/super-tilt-bro
music_adventure_bank = CURRENT_BANK_NUMBER
music_adventure_info:
.word music_adventure_track_pulse1
.word music_adventure_track_pulse2
.word music_adventure_track_triangle
.word music_adventure_track_noise
.byt 0
music_adventure_track_pulse1:
.word music_adventure_sample_120
.word mus... |
programs/oeis/174/A174002.asm | karttu/loda | 1 | 169717 | ; A174002: a(n) = n*binomial(n+4, 4).
; 0,5,30,105,280,630,1260,2310,3960,6435,10010,15015,21840,30940,42840,58140,77520,101745,131670,168245,212520,265650,328900,403650,491400,593775,712530,849555,1006880,1186680,1391280,1623160,1884960,2179485
add $0,4
mov $1,$0
bin $1,5
mul $1,5
|
apple-scripts/iTermLegacy/iTerm-legacy-current-window.applescript | desynced/legendary-octo-broccoli | 0 | 4069 | --for testing uncomment the "on run" block
--on run
-- set argsCmd to "ps aux | grep [s]sh"
-- scriptRun(argsCmd)
--end run
on scriptRun(argsCmd)
set withCmd to (argsCmd)
CommandRun(withCmd)
end scriptRun
on CommandRun(withCmd)
tell application "iTerm"
if it is running then
tell the current terminal
tell ... |
src/STLC/Coquand/Soundness.agda | mietek/coquand-kovacs | 0 | 6408 | <filename>src/STLC/Coquand/Soundness.agda
module STLC.Coquand.Soundness where
open import STLC.Coquand.Completeness public
--------------------------------------------------------------------------------
-- Un⟦_⟧
postulate
⟦_⟧Un : ∀ {Γ Ξ A} → {ρ : Γ ⊩⋆ Ξ}
→ (M : Ξ ⊢ A) → Un⋆ ρ
... |
dev/smack/Smack.g4 | bvellacott/smack-js-compiler | 0 | 3293 | //Copyright (c) 2015 <NAME>
//
//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 Software without restriction, including without limitation the rights to
//use, copy, modify, merge, publish, distribute,... |
alloy4fun_models/trashltl/models/13/KvuCtBNYAMscB3zuL.als | Kaixi26/org.alloytools.alloy | 0 | 4146 | open main
pred idKvuCtBNYAMscB3zuL_prop14 {
all f : File | (f in Trash and f in Protected) implies f not in Protected'
}
pred __repair { idKvuCtBNYAMscB3zuL_prop14 }
check __repair { idKvuCtBNYAMscB3zuL_prop14 <=> prop14o } |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_5_1652.asm | ljhsiun2/medusa | 9 | 95967 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_5_1652.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1ee77, %rax
nop
nop
nop
nop
add %r13, %r13
mov $0x6162... |
oeis/315/A315689.asm | neoneye/loda-programs | 11 | 168460 | <reponame>neoneye/loda-programs
; A315689: Coordination sequence Gal.6.624.6 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.
; Submitted by <NAME>
; 1,6,12,17,22,28,33,38,44,49,54,60,66,72,78,83,88,94,99,104,110,115,120,126,132,138,144... |
node_modules/appium/node_modules/appium-ios-driver/osa/Rotate.applescript | migueref/educational-app | 145 | 4714 | <reponame>migueref/educational-app<filename>node_modules/appium/node_modules/appium-ios-driver/osa/Rotate.applescript
on run argv
set image_file to item 1 of argv
set rotate_value to item 2 of argv
tell application "Image Events"
try
set rotate_file to open image_file
rotate rotate_file to angle r... |
Task/Abstract-type/Ada/abstract-type-3.ada | LaudateCorpus1/RosettaCodeData | 1 | 10056 | with Ada.Finalization;
...
type Node is abstract new Ada.Finalization.Limited_Controlled and Queue with record
Previous : not null access Node'Class := Node'Unchecked_Access;
Next : not null access Node'Class := Node'Unchecked_Access;
end record;
overriding procedure Finalize (X : in out Node); -- Removes the... |
oeis/290/A290112.asm | neoneye/loda-programs | 11 | 240305 | ; A290112: Binary representation of the diagonal from the origin to the corner of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 643", based on the 5-celled von Neumann neighborhood.
; Submitted by <NAME>
; 1,11,101,1011,10111,101111,1011111,10111111,101111111,1011111111,10111111111... |
agda/Categories/Product.agda | oisdk/combinatorics-paper | 4 | 1098 | {-# OPTIONS --cubical --safe #-}
module Categories.Product where
open import Prelude hiding (_×_)
open import Categories
module _ {ℓ₁ ℓ₂} (C : Category ℓ₁ ℓ₂) where
open Category C
module _ (X Y : Ob) where
record Product : Type (ℓ₁ ℓ⊔ ℓ₂) where
field
obj : Ob
proj₁ : C [ obj , X ]
... |
tools-src/gnu/gcc/gcc/ada/s-tasuti.adb | enfoTek/tomato.linksys.e2000.nvram-mod | 80 | 28896 | ------------------------------------------------------------------------------
-- --
-- GNU ADA RUN-TIME LIBRARY (GNARL) COMPONENTS --
-- --
-- ... |
other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/日本_Ver3/asm/zel_sut2.asm | prismotizm/gigaleak | 0 | 1513 | Name: zel_sut2.asm
Type: file
Size: 67030
Last-Modified: '2016-05-13T04:36:32Z'
SHA-1: 8C192699ADEF5792559F437FD0000F5D925ACC5C
Description: null
|
oeis/022/A022405.asm | neoneye/loda-programs | 11 | 99586 | <gh_stars>10-100
; A022405: a(n) = a(n-1)*a(n-2) - a(n-3), with a(1) = 0, a(2) = 1, a(3) = 2.
; Submitted by <NAME>
; 0,1,2,2,3,4,10,37,366,13532,4952675,67019597734,331926286207224918,22245566178948766568816183137,7383888166355511098764350563784314022618210032,1642587728626181814626913908337893485394650932691504512124... |
tools/scitools/conf/understand/ada/ada05/a-stzmap.ads | brucegua/moocos | 1 | 2928 | <gh_stars>1-10
------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- ... |
samples/ncat_bind.asm | 0x00-0x00/shellcoding | 0 | 18662 | global _start:
_start:
xor rdi, rdi;zera o rdi
xor rsi, rsi ;zera o rsi
xor rax, rax ;zera o rax
push rdi ; stack = 0 0
pop rdx ; rdx = 0 | stack = NULL
mov rax, 0x68732f4141414141 ; move hs/ no rax
shr rax, 0x28 ;insere null byte no primeiro A
push rax
mov rax, 0x6e69622f20652d20 ;move nib/ -e rax
push ... |
libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sdcc_iy/p_forward_list_alt_remove_after.asm | jpoikela/z88dk | 640 | 160229 | <gh_stars>100-1000
; void *p_forward_list_alt_remove_after(p_forward_list_alt_t *list, void *list_item)
SECTION code_clib
SECTION code_adt_p_forward_list_alt
PUBLIC _p_forward_list_alt_remove_after
EXTERN asm_p_forward_list_alt_remove_after
_p_forward_list_alt_remove_after:
pop af
pop bc
pop hl
pu... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_1378_1186.asm | ljhsiun2/medusa | 9 | 20776 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
lea addresses_A_ht+0x1678b, %r10
dec %r9
movb $0x61, (%r10)
nop
nop
nop
nop
nop
add %r14, %r14
lea addresses_normal_ht+0x140ab, %r15
nop
dec %rdi
mov (%r15), %r8w
nop
dec %rcx
lea addresses_WC_ht+0xdeb, %r15... |
programs/oeis/086/A086483.asm | jmorken/loda | 1 | 19113 | <reponame>jmorken/loda<filename>programs/oeis/086/A086483.asm
; A086483: Bit that is two places to left of least significant bit in binary expansion of n.
; 0,0,0,0,0,1,0,1,0,0,1,0,0,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,1,1,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0,1,1,1,0,0,0,0,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0,0,1,0,0,1,1,1,1,0... |
agda-stdlib/src/Data/Maybe.agda | DreamLinuxer/popl21-artifact | 5 | 6522 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- The Maybe type
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data.Maybe where
open import Data.Empty using (⊥)
open import Data.Unit using (... |
openal-context-error.ads | io7m/coreland-openal-ada | 1 | 30771 | <gh_stars>1-10
package OpenAL.Context.Error is
type Error_t is
(No_Error,
Invalid_Device,
Invalid_Context,
Invalid_Enumeration,
Invalid_Value,
Out_Of_Memory,
Unknown_Error);
-- proc_map : alcGetError
function Get_Error (Device : in Device_t) return Error_t;
private
function... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1459.asm | ljhsiun2/medusa | 9 | 247244 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %r14
push %r9
push %rax
push %rbp
// Store
lea addresses_WC+0x3494, %r9
nop
nop
nop
add %r10, %r10
mov $0x5152535455565758, %rbp
movq %rbp, %xmm4
vmovups %ymm4, (%r9)
nop
nop
nop
nop
and %rax, ... |
iAlloy-dataset-master/mutant_version_set/sll/v1/sll.als | jringert/alloy-diff | 1 | 2827 | <gh_stars>1-10
module SinglyLinkedList
//JOR//open util/integer [] as integer
sig List {
header: (lone Node)
}
sig Node {
link: (lone Node)
}
pred Acyclic[l: List] {
((no (l.header)) || (some n: (one ((l.header).(*link))) {
(no (n.link))
}))
}
run Acyclic
|
examples/fib.asm | Benderx2/FVM | 2 | 96 | include 'a32.inc'
_start:
LOAD_R0 string
CALLF print
LOAD_R1 5
XOR R1, R1
VM_DEBUG
LOAD_R0 15
LOAD_R1 25
ADDR R0, R1
VM_DEBUG
LOAD_R0 R1
CMPR R0, R1
JMPF_E .equal
;; this line wont be printed
LOAD_R0 not_equal_string
CALLF print
.equal:
LOAD_R0 fib_test
CALLF print
CALLF do_fib_test
VM_EXIT
print:
PUSH R0
PUSH R1
.ploo... |
notes/FOT/FOTC/Data/Nat/Induction/AdditionalHypothesis/Instances/PropertiesATP.agda | asr/fotc | 11 | 4256 | <filename>notes/FOT/FOTC/Data/Nat/Induction/AdditionalHypothesis/Instances/PropertiesATP.agda
------------------------------------------------------------------------------
-- Arithmetic properties using instances of the induction principle
------------------------------------------------------------------------------
... |
other/index.agda | zamfofex/lightlib | 1 | 16310 | <reponame>zamfofex/lightlib<filename>other/index.agda
{-# OPTIONS --omega-in-omega --no-termination-check --overlapping-instances #-}
-- This library is licensed under 0BSD. You can read more about it at its GitHub repository: https://github.com/Zambonifofex/lightlib
module index where
-- The `Light.Libary` file exp... |
formalization/Data/Unsigned.agda | brunoczim/Celeste | 1 | 6348 | module Data.Unsigned where
open import Data.Bit using
(Bit
; b0
; b1
; Bits-num
; Overflowing
; _overflow:_
; result
; carry
; WithCarry
; _with-carry:_
; toBool
; tryToFinₙ
; !ₙ
) renaming
( _+_ to bit+
; _-_ to bit-
; ! to bit!
; _&_ to bit&
; _~|_ to bit|
; _^_ to bit^
; _>... |
Task/Fractal-tree/Ada/fractal-tree.ada | LaudateCorpus1/RosettaCodeData | 1 | 28277 | <filename>Task/Fractal-tree/Ada/fractal-tree.ada
with Ada.Numerics.Elementary_Functions;
with SDL.Video.Windows.Makers;
with SDL.Video.Renderers.Makers;
with SDL.Video.Rectangles;
with SDL.Events.Events;
procedure Fractal_Tree is
Width : constant := 600;
Height : constant := 600;
Level : constant := 13... |
Theory-and-Practice-of-Formal-Languages-Parsing/Grammars/Islands/IslandsParser.g4 | KvanTTT/Samples | 0 | 7114 | parser grammar IslandsParser;
options { tokenVocab = IslandsLexer; }
htmlDocument
: htmlElement* EOF
;
htmlElement
: OPEN NAME htmlAttribute* CLOSE
htmlContent
OPEN SLASH NAME CLOSE
| OPEN NAME htmlAttribute* (SLASH_CLOSE | CLOSE)
| script
;
htmlContent
: HTML_TEXT? (htmlElem... |
programs/oeis/134/A134467.asm | jmorken/loda | 1 | 160091 | <filename>programs/oeis/134/A134467.asm
; A134467: a(n) = n(n+1) - A000120(n), where A000120(n) = number of 1's in binary expansion of n.
; 0,1,5,10,19,28,40,53,71,88,108,129,154,179,207,236,271,304,340,377,418,459,503,548,598,647,699,752,809,866,926,987,1055,1120,1188,1257,1330,1403,1479,1556,1638,1719,1803,1888,1977,... |
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/s-intman__lynxos.adb | djamal2727/Main-Bearing-Analytical-Model | 0 | 26034 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS --
-- --
-- ... |
oeis/273/A273790.asm | neoneye/loda-programs | 11 | 81857 | ; A273790: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 931", based on the 5-celled von Neumann neighborhood.
; 1,6,31,80,161,282,451,676,965,1326,1767,2296,2921,3650,4491,5452,6541,7766,9135,10656,12337,14186,16211,18420,20821,2342... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.