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
Task/Call-an-object-method/Ada/call-an-object-method-4.ada
mullikine/RosettaCodeData
1
14964
<filename>Task/Call-an-object-method/Ada/call-an-object-method-4.ada<gh_stars>1-10 with Ada.Text_IO; use Ada.Text_IO; procedure Call_Method is package My_Class is ... -- see above package body My_Class is ... -- see above package Other_Class is ... -- see above package body Other_Class is ... -- see abov...
Transynther/x86/_processed/US/_st_4k_/i7-7700_9_0xca_notsx.log_8_125.asm
ljhsiun2/medusa
9
101145
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x5d20, %rbx dec %r11 movw $0x6162, (%rbx) nop nop nop sub $5164, %rax lea addresses_normal_ht+0x1c20, %rsi lea addresses_normal_ht+0x7ddf, %rdi nop nop nop and %r13, %r13 mov...
src/skill-errors.ads
skill-lang/adaCommon
0
8068
<reponame>skill-lang/adaCommon -- ___ _ ___ _ _ -- -- / __| |/ (_) | | Common SKilL implementation -- -- \__ \ ' <| | | |__ error reporting -- -- |___/_|\_\_|_|____| by: <NAME> ...
IL2C.Runtime/src/Platform/uefi_x64.asm
am11/IL2C
325
5578
.code _text segment ; typedef struct il2c_jmp_buf_t ; { ; uint64_t Frame; ; uint64_t Rbx; ; uint64_t Rsp; ; uint64_t Rbp; ; uint64_t Rsi; ; uint64_t Rdi; ; uint64_t R12; ; uint64_t R13; ; uint64_t R14; ; uint64_t R15; ; uint64_t Rip; ; uint32_t MxCsr; ; uint16_t FpC...
programs/oeis/165/A165020.asm
karttu/loda
0
90669
<reponame>karttu/loda ; A165020: Length of cycle mentioned in A165019 ; 2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,...
source/amf/utp/amf-internals-factories-utp_module_factory.adb
svn2github/matreshka
24
17604
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
main.asm
Shiselster/010-Editor-Keygen
206
174103
<reponame>Shiselster/010-Editor-Keygen<gh_stars>100-1000 ; +-----------------------------------------------------------------------+ ; | | ; | This is a keygen for 010 Editor | ; | ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1264.asm
ljhsiun2/medusa
9
23333
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x10eb2, %rsi lea addresses_WC_ht+0x181f2, %rdi nop nop cmp %rbp, %rbp mov $78, %rcx rep movsq nop nop nop inc %r9 lea addresses_normal_ht+0x12071, %rdx nop nop nop nop xor $35...
programs/oeis/014/A014689.asm
neoneye/loda
22
247029
<reponame>neoneye/loda<filename>programs/oeis/014/A014689.asm ; A014689: a(n) = prime(n)-n, the number of nonprimes less than prime(n). ; 1,1,2,3,6,7,10,11,14,19,20,25,28,29,32,37,42,43,48,51,52,57,60,65,72,75,76,79,80,83,96,99,104,105,114,115,120,125,128,133,138,139,148,149,152,153,164,175,178,179,182,187,188,197,202,...
programs/oeis/194/A194137.asm
jmorken/loda
1
22922
<filename>programs/oeis/194/A194137.asm<gh_stars>1-10 ; A194137: Sum{floor(j*sqrt(6) : 1<=j<=n}; n-th partial sum of Beatty sequence for sqrt(6). ; 2,6,13,22,34,48,65,84,106,130,156,185,216,250,286,325,366,410,456,504,555,608,664,722,783,846,912,980,1051,1124,1199,1277,1357,1440,1525,1613,1703,1796,1891,1988,2088,2190,...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/bit_packed_array4.ads
best08618/asylo
7
4932
package Bit_Packed_Array4 is type Data_Type is array (1 .. 39) of Boolean; pragma Pack (Data_Type); for Data_Type'Alignment use 1; type Message_Type is record Valid : Boolean; Data : Data_Type; end record; for Message_Type use record Valid at 0 range 0 .. 0; Data at 0 range...
test/Succeed/Issue1595.agda
redfish64/autonomic-agda
3
13472
<filename>test/Succeed/Issue1595.agda -- Andreas, 2015-06-28, issue reported by Nisse {-# OPTIONS -vtc.pos.occ:20 #-} -- KEEP!, this triggered the __IMPOSSIBLE__ -- {-# OPTIONS -vtc.pos.occ:70 -v tc.rec:80 --show-implicit #-} data ⊥ : Set where F : ⊥ → Set F () record R (i : ⊥) : Set₁ where constructor c field...
Borland/CBuilder5/Source/RTL/source/math/fmod.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
12431
;[]-----------------------------------------------------------------[] ;| FMOD.ASM -- modulo function | ;[]-----------------------------------------------------------------[] ; ; C/C++ Run Time Library - Version 10.0 ; ; Copyright (c) 1991, 2000 by Inprise Corporation...
Task/Knuth-shuffle/AppleScript/knuth-shuffle-4.applescript
LaudateCorpus1/RosettaCodeData
1
2911
{"mu", "theta", "alpha", "delta", "zeta", "gamma", "iota", "kappa", "lambda", "epsilon", "beta", "eta"}
programs/oeis/229/A229154.asm
jmorken/loda
1
177459
<filename>programs/oeis/229/A229154.asm ; A229154: The clubs patterns appearing in n X n coins, with rotation allowed. ; 1,2,5,8,12,16,21,27,33,40,48,56,65,75,85,96,108,120,133,147,161,176,192,208,225,243,261,280,300,320,341,363,385,408,432,456,481,507,533,560,588,616,645,675,705,736,768,800,833,867,901,936,972,1008,10...
Transynther/x86/_processed/NONE/_zr_xt_/i7-7700_9_0xca_notsx.log_21829_1500.asm
ljhsiun2/medusa
9
175352
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x773f, %rsi lea addresses_A_ht+0x651f, %rdi nop cmp $33764, %r8 mov $11, %rcx rep movsl lfence lea addresses_A_ht+0x8ed6, %rsi lea addresses_A_ht+0x1c273, %rdi xor %r...
src/main/fragment/mos6502-common/vbuaa=vbuaa_bor_pbuc1_derefidx_vbuyy.asm
jbrandwood/kickc
2
241932
ora {c1},y
onnxruntime/core/mlas/lib/amd64/SconvKernelFma3.asm
dennyac/onnxruntime
6,036
29935
;++ ; ; Copyright (c) Microsoft Corporation. All rights reserved. ; ; Licensed under the MIT License. ; ; Module Name: ; ; SconvKernelFma3.asm ; ; Abstract: ; ; This module implements the kernels for the single precision convolution ; operation. ; ; This implementation uses AVX fused multiply/add instructions. ...
kdi.asm
SanctaMaria1997/koshkat
3
160344
<filename>kdi.asm %define DBG_LINE_BASE (-5) %define DBG_LINE_RANGE 14 %define DBG_OPCODE_BASE 0xd %define DBG_LNS_ADVANCE_LINE 0x3 %define DBG_LNS_ADVANCE_PC 0x2 %define DBG_LNS_COPY 0x1 %macro DBG_ADVANCE 2 %assign OPCODE ((%1 - DBG_LINE_BASE) + (DBG_LINE_RANGE * %2) + DBG_OPCODE_BASE) %if OPCODE <= 255 && %1 <=...
components/src/motion/ak8963/ak8963.adb
rocher/Ada_Drivers_Library
192
16979
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2016, AdaCore -- -- -- -- ...
programs/oeis/134/A134760.asm
karttu/loda
1
104057
<reponame>karttu/loda<filename>programs/oeis/134/A134760.asm ; A134760: a(n) = 2*A000984(n) - 1. ; 1,3,11,39,139,503,1847,6863,25739,97239,369511,1410863,5408311,20801199,80233199,310235039,1202160779,4667212439,18150270599,70690527599,275693057639,1076515748879,4208197927439,16466861455199,64495207366199,2528212128755...
examples/lib/Logic/Congruence.agda
asr/agda-kanso
1
2744
module Logic.Congruence where import Prelude import Logic.Relations import Logic.Equivalence open Prelude open Logic.Relations open Logic.Equivalence using (Equivalence) renaming (module Equivalence to Proj) data Congruence (A : Set) : Set1 where congruence : (Eq : Equivalence A) -> ...
src/rename.agda
mudathirmahgoub/cedille
328
11913
module rename where open import cedille-types open import constants open import ctxt-types open import free-vars open import syntax-util open import general-util renamectxt : Set renamectxt = stringset × trie string {- the trie maps vars to their renamed versions, and the s...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_14591_1676.asm
ljhsiun2/medusa
9
20700
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r9 push %rax push %rcx push %rdi lea addresses_WC_ht+0x580f, %r15 nop sub $62228, %r11 movups (%r15), %xmm6 vpextrq $1, %xmm6, %rdi nop add $56252, %r15 lea addresses_normal_ht+0xabdf, %rax nop nop sub $42740, %r9 movb (%rax), %r10b add $6...
src/canberra.ads
mgrojo/canberra-ada
4
3979
<gh_stars>1-10 -- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2020 onox <<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/license...
bb-runtimes/runtimes/ravenscar-full-stm32g474/gnat/a-rbtgso.adb
JCGobbi/Nucleo-STM32G474RE
0
17769
<filename>bb-runtimes/runtimes/ravenscar-full-stm32g474/gnat/a-rbtgso.adb ------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- ...
Practica7/Practica7/main.asm
Pedejeca135/ELECTRONICA-B_UASLP
1
93650
; ; Practica7.asm ; ; Created: 3/12/2020 1:52:30 PM ; Author : pjco9 ; ; Replace with your application code start: inc r16 rjmp start
Classes/text/space/space.applescript
looking-for-a-job/applescript-examples
1
2821
#!/usr/bin/osascript space --> " "
LEGACY/SimpleHtml/python/HtmlLexer.g4
miguel-guerrero/antlr_system_verilog_grammar
0
120
<filename>LEGACY/SimpleHtml/python/HtmlLexer.g4 lexer grammar HtmlLexer; OPEN: '<' -> pushMode(INSIDE) ; COMMENT: '<!--' .*? '-->' ; S: [ \t\r\n]+ -> skip; TEXT: ~('<')+ ; mode INSIDE; CLOSE: '>' -> popMode; SLASH_CLOSE: '/>' -> popMode; STRING: SINGLE_QUOTE .*? SINGLE_QUOTE ; HTML_TAGB: 'html'; HTML_TAGE: '/html'; ...
source/containers/a-colive.ads
ytomino/drake
33
19326
pragma License (Unrestricted); -- extended unit with Ada.Iterator_Interfaces; -- diff (Ada.References) -- diff (Ada.Containers.Copy_On_Write) private with Ada.Finalization; private with Ada.Streams; generic type Index_Type is range <>; type Element_Type (<>) is limited private; -- diff ("=") package Ada.Conta...
roms/ppu/bkg/bkg.asm
flga/vnes
1
244842
; A graphics test (first) ; This to be assembled using the NES Assembler. ; Copyright (C) 2003 <NAME> "Beneficii" Butler .inesprg 1 ; Only 16kb PRG-ROM needed. .ineschr 1 ; Only 8kb CHR-ROM needed. .inesmir 0 ; No (though set to horizontal) mirroring needed. .inesmap 0 ...
src/test/resources/asm/math.asm
nietoperz809/OlsenBasic
0
21521
<reponame>nietoperz809/OlsenBasic num1lo = $62 num1hi = $63 num2lo = $64 num2hi = $65 resultlo = $66 resulthi = $67 *=$c000 add clc ; clear carry lda num1lo adc num2lo sta resultlo ; store sum of LSBs lda num1hi adc num2hi ; add the MSBs using carry from sta resulthi ; the previous calcu...
test/aircraft/test_aircraft.ads
skill-lang/skillAdaTestSuite
1
21453
<filename>test/aircraft/test_aircraft.ads package Test_Aircraft is end Test_Aircraft;
oeis/026/A026383.asm
neoneye/loda-programs
22
87322
<reponame>neoneye/loda-programs<filename>oeis/026/A026383.asm ; A026383: a(n) = 5*a(n-2), starting 1,2. ; 1,2,5,10,25,50,125,250,625,1250,3125,6250,15625,31250,78125,156250,390625,781250,1953125,3906250,9765625,19531250,48828125,97656250,244140625,488281250,1220703125,2441406250,6103515625,12207031250 mov $2,$0 sub $0...
src/main/java/net/certiv/antlr/xvisitor/parser/XVisitorParser.g4
GRosenberg/xvisitor
4
5164
<reponame>GRosenberg/xvisitor<filename>src/main/java/net/certiv/antlr/xvisitor/parser/XVisitorParser.g4 /******************************************************************************* * Copyright (c) 2010-2017 <NAME> & others. All rights reserved. * * This program and the accompanying materials are made available u...
notes/FOT/Common/FOL/Relation/Binary/PropositionalEquality/NoPatternMatchingOnRefl.agda
asr/fotc
11
15112
------------------------------------------------------------------------------ -- Propositional equality without using pattern matching on refl ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTION...
kv-avm-affiliates.adb
davidkristola/vole
4
6755
<gh_stars>1-10 with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Exceptions; use Ada.Exceptions; with kv.avm.Log; use kv.avm.Log; with kv.avm.Registers; use kv.avm.Registers; with kv.avm.Tuples; with kv.avm.Transactions; package body kv.avm.Affiliates is use Client_Lists; use Interfaces; AFFI...
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2_notsx.log_7368_1031.asm
ljhsiun2/medusa
9
100087
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xce72, %r15 nop nop nop nop nop sub %rbx, %rbx movl $0x61626364, (%r15) nop nop sub $53321, %r13 lea addresses_normal_ht+0xda92, %rsi nop nop nop dec %rbp mov (%rsi), %r13d no...
tests/macro_examples/sum_checksum.asm
cizo2000/sjasmplus
0
247476
; The CHK macro causes a checksum to be computed and deposited at the current location. ; The starting point of the checksum calculation is indicated as an argument. ; ; The checksum is calculated as the simple arithmetic sum of all bytes starting ; at the provided address up to but not including the address of the CHK...
Chapter03/data-manipulation/xchg.nasm
firebitsbr/Penetration-Testing-with-Shellcode
30
1601
global _start section .text _start: mov rax, 0x1234 mov rbx, 0x5678 xchg rax, rbx mov rcx, 0x9876 xchg rcx,[mem1] mov rax, 60 mov rdi, 0 syscall section .data mem1: dw 0x1234
bfruntime/src/pthread/threadcontext.asm
chp-io/hypervisor
5
240070
<gh_stars>1-10 ; ; Copyright (C) 2019 Assured Information Security, Inc. ; ; 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 us...
10 Adapted from others/11 Rich Walsh/01 GroupGeneral Cue Tools/1 Put selected cue(s) in a new GROUP Cue.applescript
streth11/Qlab-Scripts
0
2737
<filename>10 Adapted from others/11 Rich Walsh/01 GroupGeneral Cue Tools/1 Put selected cue(s) in a new GROUP Cue.applescript<gh_stars>0 -- @description Put selected cues in a new group cue -- @author <NAME> -- @link bensmithsound.uk -- @source <NAME> -- @version 1.0 -- @testedmacos 10.13.6 -- @testedqlab 4.6.9 -- @abo...
sit-wt-runtime/src/main/resources/install-safaridriver.scpt
Xenuzever/sit-wt-all
16
4616
<reponame>Xenuzever/sit-wt-all<filename>sit-wt-runtime/src/main/resources/install-safaridriver.scpt on run argv ignoring application responses tell application "Safari" open (item 1 of argv) end tell end ignoring tell application "System Events" tell process "Safari" set frontmost to true end tell end...
HdGfxLib/libhwbase/common/hw-pci-dev.ads
jam3st/edk2
1
4088
<reponame>jam3st/edk2 -- -- Copyright (C) 2017 <NAME> <<EMAIL>> -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -...
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-CreateHybridFarRet.asm
Nurzamal/rest_api_docker
0
92132
; $Id: bs3-c16-CreateHybridFarRet.asm 69111 2017-10-17 14:26:02Z vboxsync $ ;; @file ; BS3Kit - Bs3A20Disable. ; ; ; Copyright (C) 2007-2017 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; ; you can redistribut...
source/oasis/program-safe_element_visitors.ads
reznikmm/gela
0
20641
-- Copyright (c) 2020 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Program.Element_Visitors; with Program.Elements; private with Program.Elements.Pragmas; private with Program.Elements.Defining_Identifiers; priva...
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/g-sercom.adb
orb-zhuchen/Orb
0
24588
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
src/wscr.asm
retro16/blastsdk
10
166951
<gh_stars>1-10 include bls_vdp.inc _main_wscr_init_vdp ; TODO ; Create the plane pattern in vram ; ; Example for 256x152 screen: ; ; 00 19 38 551 570 589 ; 01 20 571 5...
test/Succeed/fol-theorems/WildCardPattern.agda
asr/apia
10
3722
------------------------------------------------------------------------------ -- Testing the translation of wild card patterns ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --no-universe-...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1473.asm
ljhsiun2/medusa
9
177093
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1d5d7, %r15 nop cmp $27625, %rsi movb (%r15), %cl nop nop and $11341, %r15 lea addresses_WC_ht+0xb1e3, %rdi and %r15, %r15 movb (%rdi), %r10b nop nop nop nop...
pwnlib/shellcraft/templates/amd64/linux/dup.asm
kristoff3r/pwntools
1
89990
<reponame>kristoff3r/pwntools<gh_stars>1-10 <% from pwnlib.shellcraft import common %> <%page args="sock = 'rbp'"/> <%docstring> Args: [sock (imm/reg) = rbp] Duplicates sock to stdin, stdout and stderr </%docstring> <% dup = common.label("dup") looplabel = common.label("loop") after = common.label("...
SVD2ada/svd/stm32_svd-ac.ads
JCGobbi/Nucleo-STM32H743ZI
0
2565
pragma Style_Checks (Off); -- This spec has been automatically generated from STM32H743x.svd pragma Restrictions (No_Elaboration_Code); with HAL; with System; package STM32_SVD.AC is pragma Preelaborate; --------------- -- Registers -- --------------- subtype ITCMCR_SZ_Field is HAL.UInt4; -- ...
programs/oeis/003/A003500.asm
jmorken/loda
1
171179
<gh_stars>1-10 ; A003500: a(n) = 4*a(n-1) - a(n-2) with a(0) = 2, a(1) = 4. ; 2,4,14,52,194,724,2702,10084,37634,140452,524174,1956244,7300802,27246964,101687054,379501252,1416317954,5285770564,19726764302,73621286644,274758382274,1025412242452,3826890587534,14282150107684,53301709843202,198924689265124,742397047217294...
non_regression/switch_x86_linux_4.o.asm
LRGH/plasmasm
1
4487
.file "infback.c" .section .rodata.str1.4,"aMS",@progbits,1 .LC2: .string "too many length or distance symbols" .LC5: .string "invalid code -- missing end-of-block" # ---------------------- .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "invalid block type" .LC1: .string "invalid stored bloc...
c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_PI_A1.asm
ramok/Themis_ForHPSDR
0
95298
<gh_stars>0 ; DCL_PI_A1.asm - Series PI controller on C28x (fixed point) [r1.02] ; ; Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ ; ALL RIGHTS RESERVED .if __TI_EABI__ .asg DCL_runPI_A1, _DCL_runPI_A1 .endif .global _DCL_runPI_A1 .sect "dcl32funcs" ; C prototype: int32_t DCL_ru...
oeis/139/A139275.asm
neoneye/loda-programs
11
102753
<filename>oeis/139/A139275.asm ; A139275: a(n) = n*(8*n+1). ; 0,9,34,75,132,205,294,399,520,657,810,979,1164,1365,1582,1815,2064,2329,2610,2907,3220,3549,3894,4255,4632,5025,5434,5859,6300,6757,7230,7719,8224,8745,9282,9835,10404,10989,11590,12207,12840,13489,14154,14835,15532,16245,16974,17719,18480,19257,20050,20859,...
audio/music/lavender.asm
etdv-thevoid/pokemon-rgb-enhanced
9
92370
<filename>audio/music/lavender.asm Music_Lavender_Ch0:: tempo 152 volume 7, 7 duty 1 toggleperfectpitch vibrato 0, 8, 8 notetype 12, 8, 7 rest 16 rest 16 rest 16 rest 16 notetype 12, 10, 7 Music_Lavender_branch_bb6b:: octave 3 G_ 8 G_ 8 E_ 8 E_ 8 G_ 4 F# 4 E_ 4 B_ 4 C# 8 C# 8 G_ 8 G_ 8 F# 8 F...
MSDOS/Virus.MSDOS.Unknown.v_dos625.asm
fengjixuchui/Family
3
164714
<gh_stars>1-10 Reset virus. Size 682 byte Hex: 02ac byte. Comment by <NAME> (41) 21-033 Unassemble list: 114E:0100 E91F00 JMP 0122 ;ugras a virus kezdetere 114E:0103 49 DEC CX 114E:0104 60 DB 60 114E:0105 61 DB 61 114E:0106 6D DB 6D 114E:0107 206120 AND [BX+DI+20],AH 114E:010A 52 PUSH DX 114E:010...
events.asm
mmxbass/z3randomizer
20
93310
;-------------------------------------------------------------------------------- ; OnLoadOW ;-------------------------------------------------------------------------------- ;OnLoadMap: ; LDA OverworldEventDataWRAM+$5B ; thing we wrote over ;RTL ;------------------------------------------------------------------------...
kernal/src/sys_call/mem.asm
arpitchakladar/bazl
0
94534
bits 16 extern sys_call_end extern dyn_alloc extern dyn_dealloc global sys_call_dyn_alloc global sys_call_dyn_dealloc sys_call_dyn_alloc: mov dx, 0 push dx mov ax, [bp + 12] push ax push dx mov ax, [bp + 10] push ax push dx call dyn_alloc jmp sys_call_end sys_call_dyn_dealloc: mov d...
experiments/horner.agda
crypto-agda/explore
2
16869
<reponame>crypto-agda/explore {-# OPTIONS --without-K #-} module horner where open import Type open import Type.Identities open import Function.NP open import Function.Extensionality open import Data.Fin.NP using (Fin; Fin▹ℕ) open import Data.Product renaming (proj₁ to fst; proj₂ to snd) hiding (map) open import Data....
orka_egl/src/egl-objects-configs.ads
onox/orka
52
20326
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2021 onox <<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/licenses/LICENSE-2.0 -...
alloy4fun_models/trashltl/models/17/yEM5waPequks4w56z.als
Kaixi26/org.alloytools.alloy
0
3652
open main pred idyEM5waPequks4w56z_prop18 { always all f: File | f in Trash triggered f not in Protected } pred __repair { idyEM5waPequks4w56z_prop18 } check __repair { idyEM5waPequks4w56z_prop18 <=> prop18o }
02_Button/src/lib/HAL/source/sys_mpu.asm
chcbaram/TI_RM46L852_FW
0
171137
<gh_stars>0 ;------------------------------------------------------------------------------- ; sys_mpu.asm ; ; Copyright (C) 2009-2016 Texas Instruments Incorporated - www.ti.com ; ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditio...
juampi_os/src/optutils.asm
svilerino/intel_multicore
1
179291
section .text global memcpy global memset ;Implementacion de memcpy ; Copia memoria de una posicion a otra ; indicandose la cantidad de bytes a copiar memcpy: push ebp mov ebp, esp push esi push edi mov ecx, [ebp+16] mov esi, [ebp+12] mov edi, [ebp+8] mov edx, ecx sar ecx, 2 repe movsd mov ecx, edx ...
oeis/184/A184031.asm
neoneye/loda-programs
11
94652
<gh_stars>10-100 ; A184031: 1/16 the number of (n+1) X 2 0..3 arrays with all 2 X 2 subblocks having the same four values. ; Submitted by <NAME> ; 16,28,49,91,169,325,625,1225,2401,4753,9409,18721,37249,74305,148225,296065,591361,1181953,2362369,4723201,9443329,18883585,37761025,75515905,151019521,302026753,604028929,1...
stm32f0/stm32gd-clock-source.adb
ekoeppen/STM32_Generic_Ada_Drivers
1
27026
with STM32_SVD; use STM32_SVD; with STM32_SVD.RCC; use STM32_SVD.RCC; with STM32_SVD.PWR; use STM32_SVD.PWR; with STM32_SVD.RTC; use STM32_SVD.RTC; with STM32_SVD.EXTI; use STM32_SVD.EXTI; with STM32_SVD.NVIC; use STM32_SVD.NVIC; package body STM32GD.Clock.Source is procedure Init_PLLCLK is PLLMUL : UInt4; ...
src/main/antlr4/Swift.g4
brettwooldridge/jet
60
6146
grammar Swift; import Expressions; statement : expression ';'? ;
hi2.asm
TheSos/dos256
0
178497
<gh_stars>0 org 100h xor ax, ax mov es, ax xor bh, bh mov bp, msg mov ah, 13h mov bl, [foreground] mov al, 1 mov cx, [msg_length] mov dh, [msg_y] mov dl, [msg_x] int 10h ret foreground:dw 0ah msg: db 'Beep Boop Meow' msg_length: dw $-msg msg_x: dw 5 msg_y: dw 2
inceptor/syscalls/syswhispersv2_x86/WOW64/Syscalls.asm
whitefi/inceptor
743
162906
<reponame>whitefi/inceptor .686 .XMM .MODEL flat, c ASSUME fs:_DATA .CODE ; x64 for x86 EXTERN SW2_GetSyscallNumber: PROC EXTERN internal_cleancall_wow64_gate: PROC NtAccessCheck PROC push ebp mov ebp, esp push 0C45B3507h ; Load function hash into ECX. call SW2_GetSyscallNumber lea esp, [esp+4] mov...
programs/oeis/288/A288487.asm
neoneye/loda
22
12282
; A288487: Cuboids that fit in square rings from A288486 obtaining a fifth power. ; 1,8,75,400,1445,4056,9583,20000,38025,67240,112211,178608,273325,404600,582135,817216,1122833,1513800,2006875,2620880,3376821,4298008,5410175,6741600,8323225,10188776,12374883,14921200,17870525,21268920,25165831,29614208,34670625,403954...
source/oasis/program-elements-object_renaming_declarations.ads
optikos/oasis
0
22909
<filename>source/oasis/program-elements-object_renaming_declarations.ads -- Copyright (c) 2019 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Program.Elements.Declarations; with Program.Elements.Defining_Identifiers...
examples/00_skeleton/00_skeleton.asm
sheng007/freemlib-neogeo
26
24830
; freemlib for Neo-Geo Example 00: Skeleton Project ;==============================================================================; ; defines include "../../src_68k/inc/neogeo.inc" include "../../src_68k/inc/ram_bios.inc" include "ram_user.inc" ;---------------------------------------------------------------...
test/Fail/ShouldBeAppliedToTheDatatypeParameters.agda
cruhland/agda
1,989
2101
<reponame>cruhland/agda module ShouldBeAppliedToTheDatatypeParameters where data Nat : Set where zero : Nat suc : Nat -> Nat mutual F : Nat -> Set F zero = Nat F (suc n) = Foo (F n) data Foo (A : Set) : Set where fooI1 : F (suc zero)
programs/oeis/061/A061224.asm
karttu/loda
0
167585
<filename>programs/oeis/061/A061224.asm ; A061224: a(n) = n^2 + (n + 1)^3 + (n + 2)^4 + (n + 3)^5. ; 260,1114,3412,8474,18244,35410,63524,107122,171844,264554,393460,568234,800132,1102114,1488964,1977410,2586244,3336442,4251284,5356474,6680260,8253554,10110052,12286354,14822084,17760010,21146164,25029962,29464324,34505...
programs/oeis/062/A062005.asm
neoneye/loda
22
9122
<filename>programs/oeis/062/A062005.asm ; A062005: Floor of arithmetic-geometric mean of n and 2n. ; 0,1,2,4,5,7,8,10,11,13,14,16,17,18,20,21,23,24,26,27,29,30,32,33,34,36,37,39,40,42,43,45,46,48,49,50,52,53,55,56,58,59,61,62,64,65,67,68,69,71,72,74,75,77,78,80,81,83,84,85,87,88,90,91,93,94,96,97,99,100,101,103,104,106...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3129.asm
ljhsiun2/medusa
9
165948
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x1dff6, %rsi nop nop nop add $29408, %r14 movb (%rsi), %r11b nop nop nop nop nop dec %r12 lea addresses_WT_ht+0x2db6, %r14 nop nop nop n...
test/Fail/Issue2897.agda
cruhland/agda
1,989
12625
<reponame>cruhland/agda<gh_stars>1000+ module _ where open import Agda.Builtin.Nat open import Agda.Builtin.Equality data ⊥ : Set where T : Nat → Set T zero = ⊥ T (suc n) = Nat module M (n : Nat) where foo : n ≡ 0 → T n → Nat foo refl t = 0 module M' where bar : ⊥ bar = t bad : ⊥ bad =...
Sim/primes.asm
ericsims/16B
0
826
#include "CPU.asm" #bank ram testnum_ptr: #res 1 divisor_ptr: #res 1 #bank rom top: sti 0x05, testnum_ptr ; load first test number testn: lda testnum_ptr rrc sta divisor_ptr ; set first divisor to half test_num testt: lda testnum_ptr sta mult_A lda divisor_ptr sta mu...
src/bootsect.asm
VictorHachard/OS
0
172225
[BITS 16] ; indique a nasm que l'on travaille en 16 bits [ORG 0x0] ; initialisation des segments en 0x07C00 mov ax, 0x07C0 mov ds, ax mov es, ax mov ax, 0x8000 mov ss, ax mov sp, 0xf000 ; stack de 0x8F000 -> 0x80000 ; affiche un msg mov si, msgDebut call afficher end: jmp end...
gyak/gyak8/szoroz/szoroz.adb
balintsoos/LearnAda
0
15391
<reponame>balintsoos/LearnAda with Ada.Text_IO; use Ada.Text_IO; procedure Szoroz is pragma Suppress(Range_Check); pragma Suppress(Overflow_Check); I: Integer range 1..10000 := 1; begin for J in 1..100 loop Put_Line(Integer'Image(I)); I := I * 10; end loop; end;
Library/Chart/Series/seriesArea.asm
steakknife/pcgeos
504
8112
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: seriesArea.asm AUTHOR: <NAME> METHODS: Name Description ---- ----------- FUNCTIONS: Scope Name Description ----- ---- -----------...
projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm
azaslavsky/nand2tetris
0
20155
<gh_stars>0 // push argument 1: @1 D=A @ARG A=M+D D=M @SP A=M M=D @SP M=M+1 // pop pointer 1 // that = argument[1]: @SP M=M-1 A=M D=M @4 M=D // push constant 0: @0 D=A @SP A=M M=D @SP M=M+1 // pop that 0 // first element in the series = 0: @0 D=A @THAT D=M+D @R13 M=D @SP M=M-1 A=M D=M @R13 A=...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/str1.adb
best08618/asylo
7
21917
<reponame>best08618/asylo -- { dg-do compile } procedure str1 is Str : constant string := "--"; generic package Gen is procedure P; end Gen; package body Gen is procedure P is inner : String := Str; begin null; end; end Gen; package Inst is new Gen; b...
alloy4fun_models/trashltl/models/7/8agawsofKNRbBfpvb.als
Kaixi26/org.alloytools.alloy
0
3741
open main pred id8agawsofKNRbBfpvb_prop8 { ( all f1,f2 : File | f1->f2 in link implies f2 in Trash ) } pred __repair { id8agawsofKNRbBfpvb_prop8 } check __repair { id8agawsofKNRbBfpvb_prop8 <=> prop8o }
Grove.agda
fplab/grove-agda
0
5933
<filename>Grove.agda module Grove where open import Axiom.Extensionality.Propositional open import Data.Bool hiding (_<_; _≟_) open import Function.Equivalence hiding (_∘_) open import Function hiding (_⇔_) open import Function.Equality using (_⟨$⟩_) open import Level using (Level) open import Relation.Binary.Proposit...
oeis/069/A069865.asm
neoneye/loda-programs
11
97631
; A069865: a(n) = Sum_{k = 0..n} C(n,k)^6. ; Submitted by <NAME>(s4) ; 1,2,66,1460,54850,2031252,86874564,3848298792,180295263810,8709958973540,433617084579316,22071658807720392,1145600816547477316,60423221241495866600,3231675487858598367240,174928470621208572186960,9568929614185118483080770,528312173436681791506408260...
programs/oeis/094/A094790.asm
jmorken/loda
1
103230
; A094790: Number of (s(0), s(1), ..., s(2n)) such that 0 < s(i) < 7 and |s(i) - s(i-1)| = 1 for i = 1,2,...,2n, s(0) = 1, s(2n) = 3. ; 1,3,9,28,89,286,924,2993,9707,31501,102256,331981,1077870,3499720,11363361,36896355,119801329,388991876,1263047761,4101088878,13316149700,43237262993,140390505643,455845099957,14801197...
programs/oeis/008/A008718.asm
jmorken/loda
1
171720
; A008718: Expansion of g.f.: (1+x^9)/((1-x)*(1-x^4)*(1-x^6)*(1-x^12)). ; 1,1,1,1,2,2,3,3,4,5,6,6,9,10,11,12,15,16,19,20,23,26,29,30,36,39,42,45,51,54,60,63,69,75,81,84,94,100,106,112,122,128,138,144,154,164,174,180,195,205,215,225,240,250,265,275,290,305,320,330,351,366,381,396,417,432,453,468,489,510,531,546,574,595,...
programs/oeis/114/A114962.asm
neoneye/loda
22
243836
; A114962: a(n) = n^2 + 14. ; 14,15,18,23,30,39,50,63,78,95,114,135,158,183,210,239,270,303,338,375,414,455,498,543,590,639,690,743,798,855,914,975,1038,1103,1170,1239,1310,1383,1458,1535,1614,1695,1778,1863,1950,2039,2130,2223,2318,2415,2514,2615,2718,2823,2930,3039,3150,3263,3378,3495,3614,3735,3858,3983,4110,4239,43...
programs/oeis/017/A017618.asm
karttu/loda
1
15294
; A017618: (12n+8)^2. ; 64,400,1024,1936,3136,4624,6400,8464,10816,13456,16384,19600,23104,26896,30976,35344,40000,44944,50176,55696,61504,67600,73984,80656,87616,94864,102400,110224,118336 mul $0,12 add $0,8 pow $0,2 mov $1,$0
programs/oeis/266/A266464.asm
karttu/loda
0
87920
; A266464: Number of n X 2 binary arrays with rows and columns lexicographically nondecreasing and column sums nonincreasing. ; 2,4,7,12,19,29,42,59,80,106,137,174,217,267,324,389,462,544,635,736,847,969,1102,1247,1404,1574,1757,1954,2165,2391,2632,2889,3162,3452,3759,4084,4427,4789,5170,5571,5992,6434,6897,7382,7889,8...
Cubical/HITs/FreeGroupoid/Properties.agda
thomas-lamiaux/cubical
0
15438
{- This file contains: Properties of FreeGroupoid: - Induction principle for the FreeGroupoid on hProps - ∥freeGroupoid∥₂ is a Group - FreeGroup A ≡ ∥ FreeGroupoid A ∥₂ -} {-# OPTIONS --safe #-} module Cubical.HITs.FreeGroupoid.Properties where open import Cubical.HITs.FreeGroupoid.Base open import Cubical.HITs.Fr...
ada-strings-maps-constants.ads
mgrojo/adalib
15
28033
<filename>ada-strings-maps-constants.ads -- Standard Ada library specification -- Copyright (c) 2003-2018 <NAME> <<EMAIL>> -- Copyright (c) 2004-2016 AXE Consultants -- Copyright (c) 2004, 2005, 2006 Ada-Europe -- Copyright (c) 2000 The MITRE Corporation, Inc. -- Copyright (c) 1992, 1993, 1994, ...
05. Project/Traffic Control.asm
nitrece/microprocessor-laboratory
0
23023
<filename>05. Project/Traffic Control.asm ; Traffic Controller ;------------------- ; ; PortA = Left Traffic Light ; PortB = Top Traffic Light ; PortC = Bottom Traffic Light ; b0 = Red Light ; b1 = Yellow Light ; b2 = Green Light ; Data SW 2000h RedClr = 001b YellowClr = 010b GreenClr = 100b ; Initialization A 1000...
Mirocomputer Systems/ex5/ex2.asm
AthinaKyriakou/ntua-ece
0
19642
org 100h TABLE EQU 00 MOV AX,0 MOV BX,TABLE MOV AL,254 LAB0: MOV [BX],AL DEC AL INC BX CMP AL,0 JA LAB0 MOV [BX],0 INC BX MOV [BX],255 ;doing the calculations, in only one loop: ...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/remote_type.adb
best08618/asylo
7
3034
<reponame>best08618/asylo<gh_stars>1-10 -- { dg-do compile } -- { dg-options "-gnatws" } package body remote_type is procedure Append (Container : in out List; New_Item : in Element_Type) is begin null; end Append; procedure Read (S : access Root_Stream_Type'Class; L :...
bootloader/boot_sect_simple.asm
Lioncat2002/purrOS-reboot
1
104105
<filename>bootloader/boot_sect_simple.asm<gh_stars>1-10 mov ah,0x0e ;tty mode mov al,'M' int 0x10;insert to the BIOS I think? mov al,'e' int 0x10 mov al,'r' int 0x10;two times to print the two l int 0x10 mov al,'y' int 0x10 mov al,' ' int 0x10 mov al,'C' int 0x10 mov al,'h' int 0x10 mov al,'r' int 0x10 mov al,'...
programs/oeis/068/A068219.asm
karttu/loda
0
89248
; A068219: Denominators of coefficients in log(1+x)*(1+x)^(1/3) power series. ; 3,3,9,3,15,9,21,6,27,15,33,9,39,21,45,12,51,27,57,15,63,33,69,18,75,39,81,21,87,45,93,24,99,51,105,27,111,57,117,30,123,63,129,33,135,69,141,36,147,75,153,39,159,81,165,42,171,87,177,45,183,93,189,48,195,99,201,51,207,105,213,54,219,111,225...
src/bootbios.asm
codebje/isp-writer
0
95323
bin_to_hex equ $029D send_byte equ $02D3 recv_byte equ $02E4 recv_wait equ $02F6 asci0_xmit equ $0330 ymodem_upload equ $034A recv_packet equ $040A flush_rx equ $0489 ym_crc equ $0496 BIOS_end equ $0540