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 |
|---|---|---|---|---|
JSON/src/JSON.g4 | fanghuixing/HML | 1 | 6926 | <reponame>fanghuixing/HML
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
grammar JSON;
jsonData:
'{' DQ 'traces' DQ ':' '[' flow (',' flow)* ']'
'}'
;
flow :
'['
data (',' data)*
']'
;
data :
'{' key ','
mod ','
step ','
values
'}'
;
key :
DQ 'key' DQ ':' DQ ID DQ
;
mod :
DQ 'mode' DQ ':' DQ INT DQ
;
step :
DQ 'step' DQ ':' DQ INT DQ
;
values :
DQ 'values' DQ ':'
'['
mapping (',' mapping)*
']'
;
mapping :
'{' time ',' value '}'
;
time :
DQ 'time' DQ ':' interval
;
value :
DQ 'enclosure' DQ ':' interval
;
interval :
'[' number ',' number ']'
;
number :
('+' | '-')? (INT | FLOAT)
;
ID : ID_LETTER (ID_LETTER | DIGIT)* ;
INT : DIGIT+ [Ll]? ;
FLOAT: DIGIT+ '.' DIGIT* EXP? [Ll]?
| DIGIT+ EXP? [Ll]?
| '.' DIGIT+ EXP? [Ll]?
;
DQ : '"' ; //double qutes
fragment ID_LETTER : 'a'..'z'|'A'..'Z'|'_' ;
fragment DIGIT : '0'..'9' ;
fragment EXP : ('E' | 'e') ('+' | '-')? INT ;
COMMENT
: '/*' .*? '*/' -> channel(HIDDEN) // match anything between /* and */
;
LINE_COMMENT
: '//' ~[\r\n]* '\r'? '\n' -> channel(HIDDEN)
;
//\u000C : change page
WS : [ \r\t\u000C\n]+ -> channel(HIDDEN)
; |
src/el-variables.ads | My-Colaborations/ada-el | 0 | 6861 | -----------------------------------------------------------------------
-- EL.Variables -- Variable mapper
-- Copyright (C) 2009, 2010, 2011 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
-----------------------------------------------------------------------
--
-- The expression context provides information to resolve runtime
-- information when evaluating an expression. The context provides
-- a resolver whose role is to find variables given their name.
with Ada.Strings.Unbounded;
with EL.Expressions;
with EL.Objects;
package EL.Variables is
pragma Preelaborate;
use Ada.Strings.Unbounded;
No_Variable : exception;
type Variable_Mapper is interface;
type Variable_Mapper_Access is access all Variable_Mapper'Class;
procedure Bind (Mapper : in out Variable_Mapper;
Name : in String;
Value : in EL.Objects.Object) is abstract;
function Get_Variable (Mapper : Variable_Mapper;
Name : Unbounded_String)
return EL.Expressions.Expression is abstract;
-- Get the Value_Expression that corresponds to the given variable name.
function Get_Variable (Mapper : in Variable_Mapper'Class;
Name : in Unbounded_String)
return EL.Expressions.Value_Expression;
procedure Set_Variable (Mapper : in out Variable_Mapper;
Name : in Unbounded_String;
Value : in EL.Expressions.Expression) is abstract;
-- Set the variable to the given value expression.
procedure Set_Variable (Mapper : in out Variable_Mapper'Class;
Name : in Unbounded_String;
Value : in EL.Expressions.Value_Expression);
end EL.Variables;
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1962.asm | ljhsiun2/medusa | 9 | 86433 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xfd3e, %rdi
nop
nop
dec %r15
mov (%rdi), %rbx
nop
nop
nop
nop
and $7706, %r10
lea addresses_D_ht+0x1278e, %rsi
lea addresses_D_ht+0x5e8e, %rdi
nop
nop
nop
nop
nop
and %r12, %r12
mov $84, %rcx
rep movsl
and %rbx, %rbx
lea addresses_UC_ht+0x1c05a, %rsi
lea addresses_UC_ht+0x111ba, %rdi
nop
nop
nop
and %r14, %r14
mov $23, %rcx
rep movsw
nop
xor %rbx, %rbx
lea addresses_A_ht+0x1ed8e, %r14
clflush (%r14)
dec %rbx
mov $0x6162636465666768, %r12
movq %r12, %xmm4
and $0xffffffffffffffc0, %r14
movntdq %xmm4, (%r14)
nop
nop
sub $61670, %r10
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r15
pop %r14
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
// Store
lea addresses_WC+0x578e, %rcx
nop
nop
xor %r12, %r12
mov $0x5152535455565758, %r15
movq %r15, (%rcx)
nop
inc %r15
// REPMOV
lea addresses_PSE+0x156ce, %rsi
lea addresses_normal+0x1e30e, %rdi
nop
nop
sub %rax, %rax
mov $56, %rcx
rep movsq
nop
nop
nop
nop
and %rax, %rax
// Load
lea addresses_WC+0x268e, %r12
nop
nop
nop
nop
dec %rax
mov (%r12), %edi
sub %rsi, %rsi
// Faulty Load
lea addresses_PSE+0x1578e, %rcx
xor $48528, %rax
mov (%rcx), %edi
lea oracles, %rbp
and $0xff, %rdi
shlq $12, %rdi
mov (%rbp,%rdi,1), %rdi
pop %rsi
pop %rdi
pop %rcx
pop %rbp
pop %rax
pop %r15
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'same': True, 'NT': False, 'AVXalign': False, 'size': 2, 'type': 'addresses_PSE', 'congruent': 0}}
{'dst': {'same': False, 'NT': False, 'AVXalign': False, 'size': 8, 'type': 'addresses_WC', 'congruent': 8}, 'OP': 'STOR'}
{'dst': {'same': False, 'congruent': 7, 'type': 'addresses_normal'}, 'OP': 'REPM', 'src': {'same': False, 'congruent': 5, 'type': 'addresses_PSE'}}
{'OP': 'LOAD', 'src': {'same': False, 'NT': False, 'AVXalign': False, 'size': 4, 'type': 'addresses_WC', 'congruent': 8}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'same': True, 'NT': False, 'AVXalign': False, 'size': 4, 'type': 'addresses_PSE', 'congruent': 0}}
<gen_prepare_buffer>
{'OP': 'LOAD', 'src': {'same': False, 'NT': False, 'AVXalign': False, 'size': 8, 'type': 'addresses_UC_ht', 'congruent': 3}}
{'dst': {'same': False, 'congruent': 6, 'type': 'addresses_D_ht'}, 'OP': 'REPM', 'src': {'same': False, 'congruent': 11, 'type': 'addresses_D_ht'}}
{'dst': {'same': False, 'congruent': 0, 'type': 'addresses_UC_ht'}, 'OP': 'REPM', 'src': {'same': True, 'congruent': 2, 'type': 'addresses_UC_ht'}}
{'dst': {'same': False, 'NT': True, 'AVXalign': False, 'size': 16, 'type': 'addresses_A_ht', 'congruent': 9}, 'OP': 'STOR'}
{'33': 21829}
33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33 33
*/
|
1-base/lace/source/containers/lace-containers-shuffle_vector.adb | charlie5/lace | 20 | 12490 | with
ada.numerics.discrete_Random;
procedure lace.Containers.shuffle_Vector (the_Vector : in out vectors.Vector)
is
use type vectors.Index_type;
begin
for i in reverse 2 .. vectors.Index_type (the_Vector.Length) -- Start from 2, since swapping the
loop -- first element with itself is useless.
declare
subtype Index is vectors.Index_type range vectors.Index_type'First
.. vectors.Index_type'First + i - 1;
package random_Index is new ada.numerics.discrete_Random (Index);
use random_Index;
the_Generator : random_Index.Generator;
begin
the_Vector.swap (Random (the_Generator),
Index'Last);
end;
end loop;
end lace.Containers.shuffle_Vector;
|
src/main/antlr4/com/api/jsonata4java/expressions/generated/MappingExpression.g4 | aubelsb2/JSONata4Java | 0 | 1798 | /**
* (c) Copyright 2018, 2019 IBM Corporation
* 1 New Orchard Road,
* Armonk, New York, 10504-1722
* United States
* +1 914 499 1900
* support: <NAME> <EMAIL>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
/* Antlr grammar defining the mapping expression language */
grammar MappingExpression;
//options {
// // Allow any char but \uFFFF (16 bit -1)
// charVocabulary='\u0000'-'\uFFFE';
//}
/* The start rule; begin parsing here.
operator precedence is implied by the ordering in this list */
// =======================
// = PARSER RULES
// =======================
expr:
ID # id
| '*' # field_values
| DESCEND # descendant
| DOLLAR # context_ref
| ROOT # root_path
| ARR_OPEN exprOrSeqList? ARR_CLOSE # array_constructor
| OBJ_OPEN fieldList? OBJ_CLOSE # object_constructor
| expr '.' expr # path
| expr ARR_OPEN ARR_CLOSE # to_array
| expr ARR_OPEN expr ARR_CLOSE # array
| expr OBJ_OPEN fieldList? OBJ_CLOSE # object
| VAR_ID (emptyValues | exprValues) # function_call
| FUNCTIONID varList '{' exprList? '}' # function_decl
| VAR_ID ASSIGN (expr | (FUNCTIONID varList '{' exprList? '}')) # var_assign
| (FUNCTIONID varList '{' exprList? '}') exprValues # function_exec
| op=(TRUE|FALSE) # boolean
| op='-' expr # unary_op
| expr op=('*'|'/'|'%') expr # muldiv_op
| expr op=('+'|'-') expr # addsub_op
| expr '&' expr # concat_op
| expr op=('<'|'<='|'>'|'>='|'!='|'=') expr # comp_op
| expr 'in' expr # membership
| expr 'and' expr # logand
| expr 'or' expr # logor
| expr '?' expr (':' expr)? # conditional
| expr CHAIN expr # fct_chain
| '(' (expr (';' (expr)?)*)? ')' # parens
| VAR_ID # var_recall
| NUMBER # number
| STRING # string
| 'null' # null
;
fieldList : (STRING | expr) ':' expr (',' (STRING | expr) ':' expr)*;
exprList : expr (',' expr)* ;
varList : '(' (VAR_ID (',' VAR_ID)*)* ')' ;
exprValues : '(' exprList ')' ((',' exprOrSeq)* ')')?;
emptyValues : '(' ')' ;
seq : expr '..' expr ;
exprOrSeq : seq | expr ;
exprOrSeqList : exprOrSeq (',' exprOrSeq)* ;
// =======================
// = LEXER RULES
// =======================
TRUE : 'true';
FALSE : 'false';
STRING
: '\'' (ESC | ~['\\])* '\''
| '"' (ESC | ~["\\])* '"'
;
NULL : 'null';
ARR_OPEN : '[';
ARR_CLOSE : ']';
OBJ_OPEN : '{';
OBJ_CLOSE : '}';
DOLLAR : '$';
ROOT : '$$' ;
DESCEND : '**';
NUMBER
: INT '.' [0-9]+ EXP? // 1.35, 1.35E-9, 0.3
| INT EXP // 1e10 3e4
| INT // 3, 45
;
FUNCTIONID : ('function' | 'λ') ;
WS: [ \t\n]+ -> skip ; // ignore whitespace
COMMENT: '/*' .*? '*/' -> skip; // allow comments
// Assign token names used in above grammar
CHAIN : '~>' ;
ASSIGN : ':=' ;
MUL : '*' ;
DIV : '/' ;
ADD : '+' ;
SUB : '-' ;
REM : '%' ;
EQ : '=' ;
NOT_EQ : '!=' ;
LT : '<' ;
LE : '<=' ;
GT : '>' ;
GE : '>=' ;
CONCAT : '&';
VAR_ID : '$' ID ;
ID
: [a-zA-Z] [a-zA-Z0-9_]*
| BACK_QUOTE ~[`]* BACK_QUOTE;
// =======================
// = LEXER FRAGMENTS
// =======================
fragment ESC : '\\' (["'\\/bfnrt] | UNICODE) ;
fragment UNICODE : ([\u0080-\uFFFF] | 'u' HEX HEX HEX HEX) ;
fragment HEX : [0-9a-fA-F] ;
fragment INT : '0' | [1-9] [0-9]* ; // no leading zeros
fragment EXP : [Ee] [+\-]? INT ; // \- since - means "range" inside [...]
fragment SINGLE_QUOTE : '\'';
fragment DOUBLE_QUOTE : '"';
fragment BACK_QUOTE : '`';
|
test/asset/agda-stdlib-1.0/Relation/Binary/Construct/StrictToNonStrict.agda | omega12345/agda-mode | 0 | 8147 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Conversion of < to ≤, along with a number of properties
------------------------------------------------------------------------
-- Possible TODO: Prove that a conversion ≤ → < → ≤ returns a
-- relation equivalent to the original one (and similarly for
-- < → ≤ → <).
{-# OPTIONS --without-K --safe #-}
open import Relation.Binary
module Relation.Binary.Construct.StrictToNonStrict
{a ℓ₁ ℓ₂} {A : Set a}
(_≈_ : Rel A ℓ₁) (_<_ : Rel A ℓ₂)
where
open import Relation.Nullary
open import Relation.Binary.Consequences
open import Function
open import Data.Product
open import Data.Sum
open import Data.Empty
------------------------------------------------------------------------
-- Conversion
-- _<_ can be turned into _≤_ as follows:
_≤_ : Rel A _
x ≤ y = (x < y) ⊎ (x ≈ y)
------------------------------------------------------------------------
-- The converted relations have certain properties
-- (if the original relations have certain other properties)
<⇒≤ : _<_ ⇒ _≤_
<⇒≤ = inj₁
reflexive : _≈_ ⇒ _≤_
reflexive = inj₂
antisym : IsEquivalence _≈_ → Transitive _<_ → Irreflexive _≈_ _<_ →
Antisymmetric _≈_ _≤_
antisym eq trans irrefl = as
where
module Eq = IsEquivalence eq
as : Antisymmetric _≈_ _≤_
as (inj₂ x≈y) _ = x≈y
as (inj₁ _) (inj₂ y≈x) = Eq.sym y≈x
as (inj₁ x<y) (inj₁ y<x) =
⊥-elim (trans∧irr⟶asym {_≈_ = _≈_} Eq.refl trans irrefl x<y y<x)
trans : IsEquivalence _≈_ → _<_ Respects₂ _≈_ → Transitive _<_ →
Transitive _≤_
trans eq (respʳ , respˡ) <-trans = tr
where
module Eq = IsEquivalence eq
tr : Transitive _≤_
tr (inj₁ x<y) (inj₁ y<z) = inj₁ $ <-trans x<y y<z
tr (inj₁ x<y) (inj₂ y≈z) = inj₁ $ respʳ y≈z x<y
tr (inj₂ x≈y) (inj₁ y<z) = inj₁ $ respˡ (Eq.sym x≈y) y<z
tr (inj₂ x≈y) (inj₂ y≈z) = inj₂ $ Eq.trans x≈y y≈z
<-≤-trans : Transitive _<_ → _<_ Respectsʳ _≈_ → Trans _<_ _≤_ _<_
<-≤-trans trans respʳ x<y (inj₁ y<z) = trans x<y y<z
<-≤-trans trans respʳ x<y (inj₂ y≈z) = respʳ y≈z x<y
≤-<-trans : Symmetric _≈_ → Transitive _<_ → _<_ Respectsˡ _≈_ → Trans _≤_ _<_ _<_
≤-<-trans sym trans respˡ (inj₁ x<y) y<z = trans x<y y<z
≤-<-trans sym trans respˡ (inj₂ x≈y) y<z = respˡ (sym x≈y) y<z
≤-respʳ-≈ : Transitive _≈_ → _<_ Respectsʳ _≈_ → _≤_ Respectsʳ _≈_
≤-respʳ-≈ trans respʳ y'≈y (inj₁ x<y') = inj₁ (respʳ y'≈y x<y')
≤-respʳ-≈ trans respʳ y'≈y (inj₂ x≈y') = inj₂ (trans x≈y' y'≈y)
≤-respˡ-≈ : Symmetric _≈_ → Transitive _≈_ → _<_ Respectsˡ _≈_ → _≤_ Respectsˡ _≈_
≤-respˡ-≈ sym trans respˡ x'≈x (inj₁ x'<y) = inj₁ (respˡ x'≈x x'<y)
≤-respˡ-≈ sym trans respˡ x'≈x (inj₂ x'≈y) = inj₂ (trans (sym x'≈x) x'≈y)
≤-resp-≈ : IsEquivalence _≈_ → _<_ Respects₂ _≈_ → _≤_ Respects₂ _≈_
≤-resp-≈ eq (respʳ , respˡ) = ≤-respʳ-≈ Eq.trans respʳ , ≤-respˡ-≈ Eq.sym Eq.trans respˡ
where module Eq = IsEquivalence eq
total : Trichotomous _≈_ _<_ → Total _≤_
total <-tri x y with <-tri x y
... | tri< x<y x≉y x≯y = inj₁ (inj₁ x<y)
... | tri≈ x≮y x≈y x≯y = inj₁ (inj₂ x≈y)
... | tri> x≮y x≉y x>y = inj₂ (inj₁ x>y)
decidable : Decidable _≈_ → Decidable _<_ → Decidable _≤_
decidable ≈-dec <-dec x y with ≈-dec x y | <-dec x y
... | yes x≈y | _ = yes (inj₂ x≈y)
... | no x≉y | yes x<y = yes (inj₁ x<y)
... | no x≉y | no x≮y = no [ x≮y , x≉y ]′
decidable' : Trichotomous _≈_ _<_ → Decidable _≤_
decidable' compare x y with compare x y
... | tri< x<y _ _ = yes (inj₁ x<y)
... | tri≈ _ x≈y _ = yes (inj₂ x≈y)
... | tri> x≮y x≉y _ = no [ x≮y , x≉y ]′
------------------------------------------------------------------------
-- Converting structures
isPreorder₁ : IsPreorder _≈_ _<_ → IsPreorder _≈_ _≤_
isPreorder₁ PO = record
{ isEquivalence = S.isEquivalence
; reflexive = reflexive
; trans = trans S.isEquivalence S.∼-resp-≈ S.trans
}
where module S = IsPreorder PO
isPreorder₂ : IsStrictPartialOrder _≈_ _<_ → IsPreorder _≈_ _≤_
isPreorder₂ SPO = record
{ isEquivalence = S.isEquivalence
; reflexive = reflexive
; trans = trans S.isEquivalence S.<-resp-≈ S.trans
}
where module S = IsStrictPartialOrder SPO
isPartialOrder : IsStrictPartialOrder _≈_ _<_ → IsPartialOrder _≈_ _≤_
isPartialOrder SPO = record
{ isPreorder = isPreorder₂ SPO
; antisym = antisym S.isEquivalence S.trans S.irrefl
}
where module S = IsStrictPartialOrder SPO
isTotalOrder : IsStrictTotalOrder _≈_ _<_ → IsTotalOrder _≈_ _≤_
isTotalOrder STO = record
{ isPartialOrder = isPartialOrder S.isStrictPartialOrder
; total = total S.compare
}
where module S = IsStrictTotalOrder STO
isDecTotalOrder : IsStrictTotalOrder _≈_ _<_ → IsDecTotalOrder _≈_ _≤_
isDecTotalOrder STO = record
{ isTotalOrder = isTotalOrder STO
; _≟_ = S._≟_
; _≤?_ = decidable' S.compare
}
where module S = IsStrictTotalOrder STO
|
src/Delay-monad/Monad.agda | nad/delay-monad | 0 | 11759 | <filename>src/Delay-monad/Monad.agda
------------------------------------------------------------------------
-- The delay monad is a monad up to strong bisimilarity
------------------------------------------------------------------------
{-# OPTIONS --sized-types #-}
module Delay-monad.Monad where
open import Equality.Propositional
open import Prelude
open import Prelude.Size
open import Conat equality-with-J as Conat using (zero; suc; force)
open import Monad equality-with-J
open import Delay-monad
open import Delay-monad.Bisimilarity as B
------------------------------------------------------------------------
-- Map, join and bind
-- A universe-polymorphic variant of map.
map′ : ∀ {i a b} {A : Type a} {B : Type b} →
(A → B) → Delay A i → Delay B i
map′ f (now x) = now (f x)
map′ f (later x) = later λ { .force → map′ f (force x) }
-- Join.
join : ∀ {i a} {A : Type a} →
Delay (Delay A i) i → Delay A i
join (now x) = x
join (later x) = later λ { .force → join (force x) }
-- A universe-polymorphic variant of bind.
infixl 5 _>>=′_
_>>=′_ : ∀ {i a b} {A : Type a} {B : Type b} →
Delay A i → (A → Delay B i) → Delay B i
x >>=′ f = join (map′ f x)
instance
-- A raw monad instance.
delay-raw-monad : ∀ {a i} → Raw-monad (λ (A : Type a) → Delay A i)
Raw-monad.return delay-raw-monad = now
Raw-monad._>>=_ delay-raw-monad = _>>=′_
------------------------------------------------------------------------
-- Monad laws
left-identity′ :
∀ {a b} {A : Type a} {B : Type b} x (f : A → Delay B ∞) →
return x >>=′ f ∼ f x
left-identity′ x f = reflexive (f x)
right-identity′ : ∀ {a i} {A : Type a} (x : Delay A ∞) →
[ i ] x >>= return ∼ x
right-identity′ (now x) = now
right-identity′ (later x) = later λ { .force →
right-identity′ (force x) }
associativity′ :
∀ {a b c i} {A : Type a} {B : Type b} {C : Type c} →
(x : Delay A ∞) (f : A → Delay B ∞) (g : B → Delay C ∞) →
[ i ] x >>=′ (λ x → f x >>=′ g) ∼ x >>=′ f >>=′ g
associativity′ (now x) f g = reflexive (f x >>=′ g)
associativity′ (later x) f g = later λ { .force →
associativity′ (force x) f g }
-- The delay monad is a monad (assuming extensionality).
delay-monad :
∀ {a} → B.Extensionality a → Monad (λ (A : Type a) → Delay A ∞)
Monad.raw-monad (delay-monad ext) = delay-raw-monad
Monad.left-identity (delay-monad ext) x f = ext (left-identity′ x f)
Monad.right-identity (delay-monad ext) x = ext (right-identity′ x)
Monad.associativity (delay-monad ext) x f g = ext (associativity′ x f g)
------------------------------------------------------------------------
-- The functions map′, join and _>>=′_ preserve strong and weak
-- bisimilarity and expansion
map-cong : ∀ {k i a b} {A : Type a} {B : Type b}
(f : A → B) {x y : Delay A ∞} →
[ i ] x ⟨ k ⟩ y → [ i ] map′ f x ⟨ k ⟩ map′ f y
map-cong f now = now
map-cong f (later p) = later λ { .force → map-cong f (force p) }
map-cong f (laterˡ p) = laterˡ (map-cong f p)
map-cong f (laterʳ p) = laterʳ (map-cong f p)
join-cong : ∀ {k i a} {A : Type a} {x y : Delay (Delay A ∞) ∞} →
[ i ] x ⟨ k ⟩ y → [ i ] join x ⟨ k ⟩ join y
join-cong now = reflexive _
join-cong (later p) = later λ { .force → join-cong (force p) }
join-cong (laterˡ p) = laterˡ (join-cong p)
join-cong (laterʳ p) = laterʳ (join-cong p)
infixl 5 _>>=-cong_
_>>=-cong_ :
∀ {k i a b} {A : Type a} {B : Type b}
{x y : Delay A ∞} {f g : A → Delay B ∞} →
[ i ] x ⟨ k ⟩ y → (∀ z → [ i ] f z ⟨ k ⟩ g z) →
[ i ] x >>=′ f ⟨ k ⟩ y >>=′ g
now >>=-cong q = q _
later p >>=-cong q = later λ { .force → force p >>=-cong q }
laterˡ p >>=-cong q = laterˡ (p >>=-cong q)
laterʳ p >>=-cong q = laterʳ (p >>=-cong q)
------------------------------------------------------------------------
-- A lemma
-- The function map′ can be expressed using _>>=′_ and now.
map∼>>=-now :
∀ {i a b} {A : Type a} {B : Type b} {f : A → B} (x : Delay A ∞) →
[ i ] map′ f x ∼ x >>=′ now ∘ f
map∼>>=-now (now x) = now
map∼>>=-now (later x) = later λ { .force → map∼>>=-now (x .force) }
------------------------------------------------------------------------
-- Some lemmas relating monadic combinators to steps
-- Use of map′ does not affect the number of steps in the computation.
steps-map′ :
∀ {i a b} {A : Type a} {B : Type b} {f : A → B}
(x : Delay A ∞) →
Conat.[ i ] steps (map′ f x) ∼ steps x
steps-map′ (now x) = zero
steps-map′ (later x) = suc λ { .force → steps-map′ (x .force) }
-- Use of _⟨$⟩_ does not affect the number of steps in the
-- computation.
steps-⟨$⟩ :
∀ {i ℓ} {A B : Type ℓ} {f : A → B}
(x : Delay A ∞) →
Conat.[ i ] steps (f ⟨$⟩ x) ∼ steps x
steps-⟨$⟩ (now x) = zero
steps-⟨$⟩ (later x) = suc λ { .force → steps-⟨$⟩ (x .force) }
|
test/Makefile.asm | tgtakaoka/libasm | 15 | 163563 | <reponame>tgtakaoka/libasm
# Copyright 2021 <NAME>
#
# 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
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Macro Assembler asm target
define __asm-opt # target
$(if $(filter $(1),$(S19_OUTS) $(S28_OUTS)),-S16,-H16)
endef
define asm-opt # file
$(call __asm-opt,$(subst gen_,,$(subst test_,,$(1))))
endef
# Local Variables:
# mode: makefile-gmake
# End:
# vim: set ft=make:
|
source/amf/mofext/amf-internals-tables-mof_string_data_00.ads | svn2github/matreshka | 24 | 17608 | ------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- --
-- Ada Modeling Framework --
-- --
-- Runtime Library Component --
-- --
------------------------------------------------------------------------------
-- --
-- Copyright © 2010-2017, <NAME> <<EMAIL>> --
-- All rights reserved. --
-- --
-- Redistribution and use in source and binary forms, with or without --
-- modification, are permitted provided that the following conditions --
-- are met: --
-- --
-- * Redistributions of source code must retain the above copyright --
-- notice, this list of conditions and the following disclaimer. --
-- --
-- * Redistributions in binary form must reproduce the above copyright --
-- notice, this list of conditions and the following disclaimer in the --
-- documentation and/or other materials provided with the distribution. --
-- --
-- * Neither the name of the Vadim Godunko, IE nor the names of its --
-- contributors may be used to endorse or promote products derived from --
-- this software without specific prior written permission. --
-- --
-- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS --
-- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT --
-- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR --
-- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT --
-- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, --
-- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED --
-- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR --
-- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF --
-- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING --
-- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS --
-- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --
-- --
------------------------------------------------------------------------------
-- $Revision$ $Date$
------------------------------------------------------------------------------
-- This file is generated, don't edit it.
------------------------------------------------------------------------------
with Matreshka.Internals.Strings;
package AMF.Internals.Tables.MOF_String_Data_00 is
-- "value"
MS_0000 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 7,
Unused => 5,
Length => 5,
Value =>
(16#0076#, 16#0061#, 16#006C#, 16#0075#,
16#0065#,
others => 16#0000#),
others => <>);
-- "element"
MS_0001 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 15,
Unused => 7,
Length => 7,
Value =>
(16#0065#, 16#006C#, 16#0065#, 16#006D#,
16#0065#, 16#006E#, 16#0074#,
others => 16#0000#),
others => <>);
-- "A_element_tag"
MS_0002 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 15,
Unused => 13,
Length => 13,
Value =>
(16#0041#, 16#005F#, 16#0065#, 16#006C#,
16#0065#, 16#006D#, 16#0065#, 16#006E#,
16#0074#, 16#005F#, 16#0074#, 16#0061#,
16#0067#,
others => 16#0000#),
others => <>);
-- "http://www.omg.org/spec/MOF/20110701"
MS_0003 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 39,
Unused => 36,
Length => 36,
Value =>
(16#0068#, 16#0074#, 16#0074#, 16#0070#,
16#003A#, 16#002F#, 16#002F#, 16#0077#,
16#0077#, 16#0077#, 16#002E#, 16#006F#,
16#006D#, 16#0067#, 16#002E#, 16#006F#,
16#0072#, 16#0067#, 16#002F#, 16#0073#,
16#0070#, 16#0065#, 16#0063#, 16#002F#,
16#004D#, 16#004F#, 16#0046#, 16#002F#,
16#0032#, 16#0030#, 16#0031#, 16#0031#,
16#0030#, 16#0037#, 16#0030#, 16#0031#,
others => 16#0000#),
others => <>);
-- "mofext"
MS_0004 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 7,
Unused => 6,
Length => 6,
Value =>
(16#006D#, 16#006F#, 16#0066#, 16#0065#,
16#0078#, 16#0074#,
others => 16#0000#),
others => <>);
-- "Tag"
MS_0005 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 7,
Unused => 3,
Length => 3,
Value =>
(16#0054#, 16#0061#, 16#0067#,
others => 16#0000#),
others => <>);
-- "MOF"
MS_0006 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 7,
Unused => 3,
Length => 3,
Value =>
(16#004D#, 16#004F#, 16#0046#,
others => 16#0000#),
others => <>);
-- "tagOwner"
MS_0007 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 15,
Unused => 8,
Length => 8,
Value =>
(16#0074#, 16#0061#, 16#0067#, 16#004F#,
16#0077#, 16#006E#, 16#0065#, 16#0072#,
others => 16#0000#),
others => <>);
-- "name"
MS_0008 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 7,
Unused => 4,
Length => 4,
Value =>
(16#006E#, 16#0061#, 16#006D#, 16#0065#,
others => 16#0000#),
others => <>);
-- "tag"
MS_0009 : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 7,
Unused => 3,
Length => 3,
Value =>
(16#0074#, 16#0061#, 16#0067#,
others => 16#0000#),
others => <>);
-- "A_ownedTag_tagOwner"
MS_000A : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 23,
Unused => 19,
Length => 19,
Value =>
(16#0041#, 16#005F#, 16#006F#, 16#0077#,
16#006E#, 16#0065#, 16#0064#, 16#0054#,
16#0061#, 16#0067#, 16#005F#, 16#0074#,
16#0061#, 16#0067#, 16#004F#, 16#0077#,
16#006E#, 16#0065#, 16#0072#,
others => 16#0000#),
others => <>);
-- "ownedTag"
MS_000B : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 15,
Unused => 8,
Length => 8,
Value =>
(16#006F#, 16#0077#, 16#006E#, 16#0065#,
16#0064#, 16#0054#, 16#0061#, 16#0067#,
others => 16#0000#),
others => <>);
-- "org.omg.xmi.nsPrefix"
MS_000C : aliased Matreshka.Internals.Strings.Shared_String
:= (Capacity => 23,
Unused => 20,
Length => 20,
Value =>
(16#006F#, 16#0072#, 16#0067#, 16#002E#,
16#006F#, 16#006D#, 16#0067#, 16#002E#,
16#0078#, 16#006D#, 16#0069#, 16#002E#,
16#006E#, 16#0073#, 16#0050#, 16#0072#,
16#0065#, 16#0066#, 16#0069#, 16#0078#,
others => 16#0000#),
others => <>);
end AMF.Internals.Tables.MOF_String_Data_00;
|
TypeTheory/HoTT/Function/Properties.agda | rei1024/agda-misc | 3 | 14176 | <filename>TypeTheory/HoTT/Function/Properties.agda
{-# OPTIONS --without-K --safe #-}
module TypeTheory.HoTT.Function.Properties where
-- agda-stdlib
open import Axiom.Extensionality.Propositional
open import Level
-- agda-misc
open import TypeTheory.HoTT.Base
private
variable
a b : Level
A : Set a
B : Set b
module _ {a b} {A : Set a} {B : Set b} where
isProp-→ : Extensionality a b → isProp B → isProp (A → B)
isProp-→ ext B-isProp f g = ext λ x → B-isProp (f x) (g x)
|
programs/oeis/091/A091574.asm | karttu/loda | 1 | 23734 | ; A091574: Poincaré series [or Poincare series] of the preprojective algebra of an extended Dynkin diagram of type D_4.
; 5,8,15,16,25,24,35,32,45,40,55,48,65,56,75,64,85,72,95,80,105,88,115,96,125,104,135,112,145,120,155,128,165,136,175,144,185,152,195,160,205,168,215,176,225,184,235,192,245,200,255,208,265,216,275,224,285,232,295,240,305,248,315,256,325,264,335,272,345,280,355,288,365,296,375,304,385,312,395,320,405,328,415,336,425,344,435,352,445,360,455,368,465,376,475,384,485,392,495,400,505,408,515,416,525,424,535,432,545,440,555,448,565,456,575,464,585,472,595,480,605,488,615,496,625,504,635,512,645,520,655,528,665,536,675,544,685,552,695,560,705,568,715,576,725,584,735,592,745,600,755,608,765,616,775,624,785,632,795,640,805,648,815,656,825,664,835,672,845,680,855,688,865,696,875,704,885,712,895,720,905,728,915,736,925,744,935,752,945,760,955,768,965,776,975,784,985,792,995,800,1005,808,1015,816,1025,824,1035,832,1045,840,1055,848,1065,856,1075,864,1085,872,1095,880,1105,888,1115,896,1125,904,1135,912,1145,920,1155,928,1165,936,1175,944,1185,952,1195,960,1205,968,1215,976,1225,984,1235,992,1245,1000
mov $1,2
gcd $1,$0
add $0,1
add $1,3
mul $1,$0
|
libsrc/stdio/aquarius/fgetc_cons.asm | jpoikela/z88dk | 640 | 165656 | ;
; Mattel AQUARIUS Routines
;
; getkey() Wait for keypress
;
; Dec 2001 - <NAME>
;
;
; $Id: fgetc_cons.asm,v 1.4 2016-06-12 17:07:43 dom Exp $
;
SECTION code_clib
PUBLIC fgetc_cons
PUBLIC _fgetc_cons
.fgetc_cons
._fgetc_cons
call $1e80
and a
jr nz,fgetc_cons
.wkey
call $1e80
and a
jr z,wkey
IF STANDARDESCAPECHARS
cp 13
jr nz,not_return
ld a,10
.not_return
ENDIF
ld l,a
ld h,0
ret
|
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_77_1287.asm | ljhsiun2/medusa | 9 | 177640 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x24bc, %r14
nop
nop
nop
and %r9, %r9
mov $0x6162636465666768, %rbp
movq %rbp, (%r14)
nop
xor $27567, %r14
lea addresses_UC_ht+0xf25c, %r12
nop
nop
nop
nop
nop
inc %rcx
mov $0x6162636465666768, %rdx
movq %rdx, (%r12)
nop
nop
nop
nop
nop
cmp $45909, %r12
lea addresses_WC_ht+0x17a6f, %rsi
lea addresses_D_ht+0x679c, %rdi
clflush (%rdi)
nop
nop
nop
cmp $42419, %r14
mov $96, %rcx
rep movsw
nop
nop
nop
nop
add $48951, %rsi
lea addresses_WT_ht+0x239c, %r9
cmp %rdx, %rdx
movups (%r9), %xmm4
vpextrq $0, %xmm4, %rbp
nop
sub $2131, %r12
lea addresses_D_ht+0x171f0, %rsi
lea addresses_normal_ht+0xb9c, %rdi
nop
nop
nop
nop
xor %r9, %r9
mov $50, %rcx
rep movsq
sub %r9, %r9
lea addresses_UC_ht+0x561c, %rsi
lea addresses_A_ht+0x1641a, %rdi
sub $33745, %rbp
mov $93, %rcx
rep movsw
nop
nop
xor $52268, %r12
lea addresses_normal_ht+0x1729c, %r12
nop
nop
nop
nop
nop
cmp %rcx, %rcx
mov $0x6162636465666768, %rdi
movq %rdi, (%r12)
nop
nop
nop
nop
nop
add %r14, %r14
lea addresses_normal_ht+0x8b9c, %rbp
nop
nop
nop
nop
nop
dec %rdx
mov (%rbp), %esi
nop
nop
nop
cmp $21032, %rsi
lea addresses_WT_ht+0x8f9c, %rsi
lea addresses_UC_ht+0x122dc, %rdi
nop
nop
xor %r9, %r9
mov $44, %rcx
rep movsq
nop
nop
nop
nop
sub %rdx, %rdx
lea addresses_A_ht+0x1d47c, %r14
nop
nop
cmp $25467, %rdx
mov $0x6162636465666768, %rdi
movq %rdi, %xmm6
vmovups %ymm6, (%r14)
nop
nop
nop
nop
nop
sub $41564, %r12
lea addresses_A_ht+0x2d9c, %rsi
lea addresses_normal_ht+0x659c, %rdi
nop
nop
nop
nop
nop
xor %rbp, %rbp
mov $92, %rcx
rep movsw
nop
sub $19029, %rsi
lea addresses_UC_ht+0x1699c, %rdi
clflush (%rdi)
nop
nop
nop
cmp %r14, %r14
movb (%rdi), %dl
nop
nop
nop
nop
and %rsi, %rsi
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rbp
pop %r9
pop %r14
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r8
push %rbp
push %rbx
push %rcx
push %rdx
// Load
lea addresses_WT+0x1efb6, %rdx
nop
nop
nop
nop
nop
cmp %r8, %r8
mov (%rdx), %r12
nop
cmp %r8, %r8
// Faulty Load
lea addresses_normal+0xf9c, %r8
clflush (%r8)
nop
nop
and $58705, %rbp
mov (%r8), %rcx
lea oracles, %r8
and $0xff, %rcx
shlq $12, %rcx
mov (%r8,%rcx,1), %rcx
pop %rdx
pop %rcx
pop %rbx
pop %rbp
pop %r8
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'type': 'addresses_normal', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_WT', 'size': 8, 'AVXalign': False, 'NT': True, 'congruent': 0, 'same': False}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'type': 'addresses_normal', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 0, 'same': True}}
<gen_prepare_buffer>
{'OP': 'STOR', 'dst': {'type': 'addresses_D_ht', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 5, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_UC_ht', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 4, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_WC_ht', 'congruent': 0, 'same': False}, 'dst': {'type': 'addresses_D_ht', 'congruent': 11, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_WT_ht', 'size': 16, 'AVXalign': False, 'NT': False, 'congruent': 10, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_D_ht', 'congruent': 1, 'same': False}, 'dst': {'type': 'addresses_normal_ht', 'congruent': 10, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_UC_ht', 'congruent': 7, 'same': False}, 'dst': {'type': 'addresses_A_ht', 'congruent': 0, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal_ht', 'size': 8, 'AVXalign': False, 'NT': False, 'congruent': 8, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_normal_ht', 'size': 4, 'AVXalign': False, 'NT': True, 'congruent': 10, 'same': False}}
{'OP': 'REPM', 'src': {'type': 'addresses_WT_ht', 'congruent': 11, 'same': False}, 'dst': {'type': 'addresses_UC_ht', 'congruent': 5, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_A_ht', 'size': 32, 'AVXalign': False, 'NT': False, 'congruent': 5, 'same': True}}
{'OP': 'REPM', 'src': {'type': 'addresses_A_ht', 'congruent': 5, 'same': True}, 'dst': {'type': 'addresses_normal_ht', 'congruent': 9, 'same': False}}
{'OP': 'LOAD', 'src': {'type': 'addresses_UC_ht', 'size': 1, 'AVXalign': False, 'NT': False, 'congruent': 9, 'same': False}}
{'34': 77}
34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34
*/
|
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/variant_record.ads | ouankou/rose | 488 | 26556 | <filename>tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/variant_record.ads<gh_stars>100-1000
package Variant_Record is
type Record_1 (Discriminant_1 : Boolean) is record
case Discriminant_1 is
when True =>
Component_2 : Integer;
when False =>
Component_3 : Float;
end case;
end record;
type Record_With_Others (Discriminant_1 : Boolean) is record
case Discriminant_1 is
when True =>
Component_2 : Integer;
when others =>
Component_3 : Float;
end case;
end record;
type Record_With_Default_Discriminant
(Discriminant_1 : Boolean := True)
is record
case Discriminant_1 is
when True =>
Component_2 : Integer;
when False =>
Component_3 : Float;
end case;
end record;
type Record_With_Two_Discriminants
(Discriminant_1 : Boolean;
Discriminant_2 : Boolean)
is record
case Discriminant_1 is
when True =>
Component_2 : Integer;
when False =>
Component_3 : Float;
end case;
end record;
type Record_With_Non_Variant (Discriminant_1 : Boolean) is record
Component_1 : Natural;
case Discriminant_1 is
when True =>
Component_2 : Integer;
when False =>
Component_3 : Float;
end case;
end record;
type Record_With_Multiple_Variant_Components (Discriminant_1 : Boolean) is record
case Discriminant_1 is
when True =>
Component_2 : Integer;
Component_21 : Integer;
when False =>
Component_3 : Float;
Component_31 : Float;
end case;
end record;
end Variant_Record;
|
alloy4fun_models/trashltl/models/19/wFuHTdm6xpNyA9tft.als | Kaixi26/org.alloytools.alloy | 0 | 4442 | <gh_stars>0
open main
pred idwFuHTdm6xpNyA9tft_prop20 {
always all f : File | f in Trash since f not in Protected
}
pred __repair { idwFuHTdm6xpNyA9tft_prop20 }
check __repair { idwFuHTdm6xpNyA9tft_prop20 <=> prop20o } |
source/nodes/program-nodes-generalized_iterator_specifications.adb | reznikmm/gela | 0 | 21402 | <reponame>reznikmm/gela
-- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-------------------------------------------------------------
package body Program.Nodes.Generalized_Iterator_Specifications is
function Create
(Name : not null Program.Elements.Defining_Identifiers
.Defining_Identifier_Access;
In_Token : not null Program.Lexical_Elements.Lexical_Element_Access;
Reverse_Token : Program.Lexical_Elements.Lexical_Element_Access;
Iterator_Name : not null Program.Elements.Expressions.Expression_Access)
return Generalized_Iterator_Specification is
begin
return Result : Generalized_Iterator_Specification :=
(Name => Name, In_Token => In_Token, Reverse_Token => Reverse_Token,
Iterator_Name => Iterator_Name, Enclosing_Element => null)
do
Initialize (Result);
end return;
end Create;
function Create
(Name : not null Program.Elements.Defining_Identifiers
.Defining_Identifier_Access;
Iterator_Name : not null Program.Elements.Expressions
.Expression_Access;
Is_Part_Of_Implicit : Boolean := False;
Is_Part_Of_Inherited : Boolean := False;
Is_Part_Of_Instance : Boolean := False;
Has_Reverse : Boolean := False)
return Implicit_Generalized_Iterator_Specification is
begin
return Result : Implicit_Generalized_Iterator_Specification :=
(Name => Name, Iterator_Name => Iterator_Name,
Is_Part_Of_Implicit => Is_Part_Of_Implicit,
Is_Part_Of_Inherited => Is_Part_Of_Inherited,
Is_Part_Of_Instance => Is_Part_Of_Instance,
Has_Reverse => Has_Reverse, Enclosing_Element => null)
do
Initialize (Result);
end return;
end Create;
overriding function Name
(Self : Base_Generalized_Iterator_Specification)
return not null Program.Elements.Defining_Identifiers
.Defining_Identifier_Access is
begin
return Self.Name;
end Name;
overriding function Iterator_Name
(Self : Base_Generalized_Iterator_Specification)
return not null Program.Elements.Expressions.Expression_Access is
begin
return Self.Iterator_Name;
end Iterator_Name;
overriding function In_Token
(Self : Generalized_Iterator_Specification)
return not null Program.Lexical_Elements.Lexical_Element_Access is
begin
return Self.In_Token;
end In_Token;
overriding function Reverse_Token
(Self : Generalized_Iterator_Specification)
return Program.Lexical_Elements.Lexical_Element_Access is
begin
return Self.Reverse_Token;
end Reverse_Token;
overriding function Has_Reverse
(Self : Generalized_Iterator_Specification)
return Boolean is
begin
return Self.Reverse_Token.Assigned;
end Has_Reverse;
overriding function Is_Part_Of_Implicit
(Self : Implicit_Generalized_Iterator_Specification)
return Boolean is
begin
return Self.Is_Part_Of_Implicit;
end Is_Part_Of_Implicit;
overriding function Is_Part_Of_Inherited
(Self : Implicit_Generalized_Iterator_Specification)
return Boolean is
begin
return Self.Is_Part_Of_Inherited;
end Is_Part_Of_Inherited;
overriding function Is_Part_Of_Instance
(Self : Implicit_Generalized_Iterator_Specification)
return Boolean is
begin
return Self.Is_Part_Of_Instance;
end Is_Part_Of_Instance;
overriding function Has_Reverse
(Self : Implicit_Generalized_Iterator_Specification)
return Boolean is
begin
return Self.Has_Reverse;
end Has_Reverse;
procedure Initialize
(Self : in out Base_Generalized_Iterator_Specification'Class) is
begin
Set_Enclosing_Element (Self.Name, Self'Unchecked_Access);
Set_Enclosing_Element (Self.Iterator_Name, Self'Unchecked_Access);
null;
end Initialize;
overriding function Is_Generalized_Iterator_Specification
(Self : Base_Generalized_Iterator_Specification)
return Boolean is
pragma Unreferenced (Self);
begin
return True;
end Is_Generalized_Iterator_Specification;
overriding function Is_Declaration
(Self : Base_Generalized_Iterator_Specification)
return Boolean is
pragma Unreferenced (Self);
begin
return True;
end Is_Declaration;
overriding procedure Visit
(Self : not null access Base_Generalized_Iterator_Specification;
Visitor : in out Program.Element_Visitors.Element_Visitor'Class) is
begin
Visitor.Generalized_Iterator_Specification (Self);
end Visit;
overriding function To_Generalized_Iterator_Specification_Text
(Self : in out Generalized_Iterator_Specification)
return Program.Elements.Generalized_Iterator_Specifications
.Generalized_Iterator_Specification_Text_Access is
begin
return Self'Unchecked_Access;
end To_Generalized_Iterator_Specification_Text;
overriding function To_Generalized_Iterator_Specification_Text
(Self : in out Implicit_Generalized_Iterator_Specification)
return Program.Elements.Generalized_Iterator_Specifications
.Generalized_Iterator_Specification_Text_Access is
pragma Unreferenced (Self);
begin
return null;
end To_Generalized_Iterator_Specification_Text;
end Program.Nodes.Generalized_Iterator_Specifications;
|
oeis/278/A278670.asm | neoneye/loda-programs | 11 | 9443 | ; A278670: Number of n X 2 0..1 arrays with rows in nondecreasing lexicographic order and columns in nonincreasing lexicographic order, but with exactly one mistake.
; Submitted by <NAME>(s2.)
; 1,8,33,99,245,532,1050,1926,3333,5500,8723,13377,19929,28952,41140,57324,78489,105792,140581,184415,239085,306636,389390,489970,611325,756756,929943,1134973,1376369,1659120,1988712,2371160,2813041,3321528,3904425,4570203,5328037,6187844,7160322,8256990,9490229,10873324,12420507,14147001,16069065,18204040,20570396,23187780,26077065,29260400,32761261,36604503,40816413,45424764,50458870,55949642,61929645,68433156,75496223,83156725,91454433,100431072,110130384,120598192,131882465,144033384
sub $1,$0
bin $1,4
mov $2,$0
add $2,6
bin $2,6
add $1,$2
mov $0,$1
|
generated/natools-smaz_test_base_64_hash.adb | faelys/natools | 0 | 9114 | with Interfaces; use Interfaces;
package body Natools.Smaz_Test_Base_64_Hash is
P : constant array (0 .. 3) of Natural :=
(1, 2, 3, 4);
T1 : constant array (0 .. 3) of Unsigned_8 :=
(97, 46, 76, 56);
T2 : constant array (0 .. 3) of Unsigned_8 :=
(81, 17, 92, 120);
G : constant array (0 .. 120) of Unsigned_8 :=
(0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 9, 0, 42, 0, 0, 0, 2, 0, 0, 14, 0, 0,
0, 0, 0, 0, 0, 0, 5, 0, 14, 0, 52, 0, 39, 6, 6, 7, 18, 0, 24, 0, 36,
0, 17, 38, 44, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 11, 56, 0, 32, 0, 0,
0, 0, 0, 0, 25, 41, 6, 0, 47, 0, 27, 0, 33, 7, 0, 0, 33, 43, 36, 0,
28, 0, 39, 0, 39, 48, 41, 0, 0, 16, 18, 53, 9, 29, 43, 0, 0, 34, 49,
0, 0, 0, 5, 0, 47, 59, 53, 23, 0, 5, 22, 46, 29, 34, 28, 3, 4);
function Hash (S : String) return Natural is
F : constant Natural := S'First - 1;
L : constant Natural := S'Length;
F1, F2 : Natural := 0;
J : Natural;
begin
for K in P'Range loop
exit when L < P (K);
J := Character'Pos (S (P (K) + F));
F1 := (F1 + Natural (T1 (K)) * J) mod 121;
F2 := (F2 + Natural (T2 (K)) * J) mod 121;
end loop;
return (Natural (G (F1)) + Natural (G (F2))) mod 60;
end Hash;
end Natools.Smaz_Test_Base_64_Hash;
|
src/Data/QuadTree/InternalAgda.agda | JonathanBrouwer/research-project | 1 | 15986 | <reponame>JonathanBrouwer/research-project
module Data.QuadTree.InternalAgda where
open import Data.QuadTree.Implementation.Definition
open import Data.QuadTree.Implementation.PublicFunctions
open import Data.QuadTree.Implementation.Functors
open import Data.QuadTree.Implementation.ValidTypes
open import Data.QuadTree.Implementation.QuadrantLenses
open import Data.QuadTree.Implementation.Foldable |
programs/oeis/085/A085742.asm | neoneye/loda | 22 | 247209 | ; A085742: a(n) = T(n^3) - T(n), where T() are the triangular numbers (A000217).
; 0,0,33,372,2070,7860,23415,58968,131292,266040,500445,886380,1493778,2414412,3766035,5696880,8390520,12071088,17008857,23526180,32003790,42887460,56695023,74023752,95558100,122077800,154466325,193719708,240955722,297423420,364513035,443766240,536886768,645751392,772421265,919153620,1088413830,1282887828,1505494887,1759400760,2048031180,2375085720,2744552013,3160720332,3628198530,4151927340,4737196035,5389658448,6115349352,6920701200,7812561225,8798208900,9885373758,11082253572,12397532895,13840401960,15420575940,17148314568,19034442117,21090367740,23328106170,25760298780,28400235003,31261874112,34359867360,37709580480,41327116545,45229339188,49433896182,53959243380,58824669015,64050318360,69657218748,75667304952,82103444925,88989465900,96350180850,104211415308,112600034547,121543971120,131072252760,141215030640,152003607993,163470469092,175649308590,188575061220,202283931855,216813425928,232202380212,248490993960,265720860405,283934998620,303177885738,323495489532,344935301355,367546369440,391379332560,416486454048,442921656177,470740554900
mov $1,$0
pow $0,3
mov $2,$0
add $0,$1
sub $2,$1
mul $0,$2
add $0,$2
div $0,2
|
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1193.asm | ljhsiun2/medusa | 9 | 20693 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xd1b7, %rsi
lea addresses_normal_ht+0x18eb7, %rdi
nop
cmp %r10, %r10
mov $107, %rcx
rep movsl
nop
nop
add $12851, %rbp
lea addresses_WT_ht+0x1b3e7, %r9
nop
nop
nop
nop
nop
add $19386, %rcx
movb $0x61, (%r9)
xor $8276, %rsi
lea addresses_A_ht+0x689b, %r10
nop
nop
and $43295, %r14
mov (%r10), %bp
nop
nop
nop
xor $16583, %rdi
lea addresses_WT_ht+0x6777, %r10
nop
nop
nop
nop
nop
add $38978, %rbp
mov $0x6162636465666768, %rsi
movq %rsi, (%r10)
and $16209, %r9
lea addresses_normal_ht+0x74b7, %rsi
lea addresses_A_ht+0x198b7, %rdi
nop
cmp %r15, %r15
mov $0, %rcx
rep movsq
nop
nop
xor $12244, %rdi
lea addresses_WC_ht+0xf37, %rsi
lea addresses_UC_ht+0x6817, %rdi
nop
nop
nop
nop
and %r9, %r9
mov $59, %rcx
rep movsq
nop
nop
dec %rsi
lea addresses_A_ht+0x1c6b7, %r14
nop
nop
xor %rdi, %rdi
movl $0x61626364, (%r14)
nop
nop
nop
nop
nop
and %rcx, %rcx
lea addresses_A_ht+0x78b7, %rsi
lea addresses_D_ht+0x7fb7, %rdi
nop
nop
cmp %rbp, %rbp
mov $73, %rcx
rep movsl
dec %rbp
lea addresses_WC_ht+0x33d3, %rsi
lea addresses_UC_ht+0xe971, %rdi
add %rbp, %rbp
mov $64, %rcx
rep movsw
nop
nop
nop
nop
and %r15, %r15
lea addresses_normal_ht+0x3c73, %r15
nop
nop
nop
nop
and %r14, %r14
mov $0x6162636465666768, %r10
movq %r10, (%r15)
nop
nop
nop
nop
nop
sub $13358, %rbp
lea addresses_D_ht+0x172f6, %r14
nop
nop
nop
nop
xor $52956, %rbp
movw $0x6162, (%r14)
nop
nop
nop
nop
and %r10, %r10
lea addresses_UC_ht+0x91cf, %rsi
lea addresses_WT_ht+0x120a0, %rdi
nop
nop
nop
nop
and $35157, %r9
mov $14, %rcx
rep movsl
nop
nop
nop
xor $63097, %r9
lea addresses_D_ht+0x64b7, %r9
nop
nop
nop
nop
nop
inc %rdi
mov (%r9), %rsi
sub %rbp, %rbp
lea addresses_WT_ht+0x1b1b7, %rdi
nop
nop
nop
nop
sub %rcx, %rcx
mov $0x6162636465666768, %r10
movq %r10, (%rdi)
nop
nop
nop
nop
cmp %r15, %r15
pop %rsi
pop %rdi
pop %rcx
pop %rbp
pop %r9
pop %r15
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
// Faulty Load
lea addresses_UC+0x44b7, %r10
nop
nop
nop
nop
add %r14, %r14
movups (%r10), %xmm1
vpextrq $1, %xmm1, %rbx
lea oracles, %rcx
and $0xff, %rbx
shlq $12, %rbx
mov (%rcx,%rbx,1), %rbx
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r14
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'NT': False, 'AVXalign': True, 'size': 16, 'congruent': 0, 'same': False, 'type': 'addresses_UC'}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 0, 'same': True, 'type': 'addresses_UC'}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'congruent': 7, 'same': False, 'type': 'addresses_A_ht'}, 'dst': {'congruent': 8, 'same': False, 'type': 'addresses_normal_ht'}, 'OP': 'REPM'}
{'dst': {'NT': True, 'AVXalign': False, 'size': 1, 'congruent': 3, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'STOR'}
{'src': {'NT': True, 'AVXalign': False, 'size': 2, 'congruent': 2, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'LOAD'}
{'dst': {'NT': False, 'AVXalign': True, 'size': 8, 'congruent': 6, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 10, 'same': False, 'type': 'addresses_normal_ht'}, 'dst': {'congruent': 10, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'REPM'}
{'src': {'congruent': 6, 'same': False, 'type': 'addresses_WC_ht'}, 'dst': {'congruent': 3, 'same': False, 'type': 'addresses_UC_ht'}, 'OP': 'REPM'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 4, 'congruent': 9, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 7, 'same': False, 'type': 'addresses_A_ht'}, 'dst': {'congruent': 7, 'same': False, 'type': 'addresses_D_ht'}, 'OP': 'REPM'}
{'src': {'congruent': 2, 'same': False, 'type': 'addresses_WC_ht'}, 'dst': {'congruent': 1, 'same': False, 'type': 'addresses_UC_ht'}, 'OP': 'REPM'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 1, 'same': False, 'type': 'addresses_normal_ht'}, 'OP': 'STOR'}
{'dst': {'NT': True, 'AVXalign': False, 'size': 2, 'congruent': 0, 'same': True, 'type': 'addresses_D_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 3, 'same': False, 'type': 'addresses_UC_ht'}, 'dst': {'congruent': 0, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'REPM'}
{'src': {'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 11, 'same': False, 'type': 'addresses_D_ht'}, 'OP': 'LOAD'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 8, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'STOR'}
{'37': 21829}
37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37 37
*/
|
oeis/010/A010640.asm | neoneye/loda-programs | 11 | 98875 | <gh_stars>10-100
; A010640: Decimal expansion of cube root of 70.
; Submitted by <NAME>
; 4,1,2,1,2,8,5,2,9,9,8,0,8,5,5,6,8,1,9,3,7,7,4,8,9,1,1,7,3,6,6,4,1,3,3,5,0,8,1,0,5,2,2,7,0,7,0,3,6,0,5,9,9,3,6,0,2,5,3,3,3,6,8,5,9,0,9,5,1,3,6,8,7,5,2,7,6,6,3,4,1,5,2,0,1,4,7,7,3,6,5,6,4,1,2,8,3,0,9,2
mov $3,$0
mul $3,2
lpb $3
add $6,$2
add $1,$6
add $1,$2
add $1,64
mov $2,$1
mul $2,32
div $2,3
sub $3,1
add $5,$2
add $6,$5
lpe
mov $1,$5
mov $4,10
pow $4,$0
mul $4,4
div $2,$4
add $2,1
div $1,$2
mov $0,$1
add $0,$4
mod $0,10
|
legacy-core/src/test/resources/dm/TestModel.ads | greifentor/archimedes-legacy | 0 | 17404 | <Diagramm>
<AdditionalSQLCode>
<SQLCode>
<AdditionalSQLCodePostChanging></AdditionalSQLCodePostChanging>
<AdditionalSQLCodePostReducing></AdditionalSQLCodePostReducing>
<AdditionalSQLCodePreChanging></AdditionalSQLCodePreChanging>
<AdditionalSQLCodePreExtending></AdditionalSQLCodePreExtending>
</SQLCode>
</AdditionalSQLCode>
<Colors>
<Anzahl>23</Anzahl>
<Color0>
<B>255</B>
<G>0</G>
<Name>blau</Name>
<R>0</R>
</Color0>
<Color1>
<B>221</B>
<G>212</G>
<Name>blaugrau</Name>
<R>175</R>
</Color1>
<Color10>
<B>192</B>
<G>192</G>
<Name>hellgrau</Name>
<R>192</R>
</Color10>
<Color11>
<B>255</B>
<G>0</G>
<Name>kamesinrot</Name>
<R>255</R>
</Color11>
<Color12>
<B>0</B>
<G>200</G>
<Name>orange</Name>
<R>255</R>
</Color12>
<Color13>
<B>255</B>
<G>247</G>
<Name>pastell-blau</Name>
<R>211</R>
</Color13>
<Color14>
<B>186</B>
<G>245</G>
<Name>pastell-gelb</Name>
<R>255</R>
</Color14>
<Color15>
<B>234</B>
<G>255</G>
<Name>pastell-gr&uuml;n</Name>
<R>211</R>
</Color15>
<Color16>
<B>255</B>
<G>211</G>
<Name>pastell-lila</Name>
<R>244</R>
</Color16>
<Color17>
<B>191</B>
<G>165</G>
<Name>pastell-rot</Name>
<R>244</R>
</Color17>
<Color18>
<B>175</B>
<G>175</G>
<Name>pink</Name>
<R>255</R>
</Color18>
<Color19>
<B>0</B>
<G>0</G>
<Name>rot</Name>
<R>255</R>
</Color19>
<Color2>
<B>61</B>
<G>125</G>
<Name>braun</Name>
<R>170</R>
</Color2>
<Color20>
<B>0</B>
<G>0</G>
<Name>schwarz</Name>
<R>0</R>
</Color20>
<Color21>
<B>255</B>
<G>255</G>
<Name>t&uuml;rkis</Name>
<R>0</R>
</Color21>
<Color22>
<B>255</B>
<G>255</G>
<Name>wei&szlig;</Name>
<R>255</R>
</Color22>
<Color3>
<B>64</B>
<G>64</G>
<Name>dunkelgrau</Name>
<R>64</R>
</Color3>
<Color4>
<B>84</B>
<G>132</G>
<Name>dunkelgr&uuml;n</Name>
<R>94</R>
</Color4>
<Color5>
<B>0</B>
<G>255</G>
<Name>gelb</Name>
<R>255</R>
</Color5>
<Color6>
<B>0</B>
<G>225</G>
<Name>goldgelb</Name>
<R>255</R>
</Color6>
<Color7>
<B>128</B>
<G>128</G>
<Name>grau</Name>
<R>128</R>
</Color7>
<Color8>
<B>0</B>
<G>255</G>
<Name>gr&uuml;n</Name>
<R>0</R>
</Color8>
<Color9>
<B>255</B>
<G>212</G>
<Name>hellblau</Name>
<R>191</R>
</Color9>
</Colors>
<ComplexIndices>
<IndexCount>0</IndexCount>
</ComplexIndices>
<DataSource>
<Import>
<DBName></DBName>
<Description></Description>
<Domains>false</Domains>
<Driver></Driver>
<Name></Name>
<Referenzen>false</Referenzen>
<User></User>
</Import>
<Update>
<DBMode>MYSQL</DBMode>
<DBName>jdbc:mysql://messene/platon</DBName>
<Description></Description>
<DomainFaehig>false</DomainFaehig>
<Driver>com.mysql.jdbc.Driver</Driver>
<FkNotNullBeachten>false</FkNotNullBeachten>
<Name></Name>
<Quote></Quote>
<ReferenzenSetzen>false</ReferenzenSetzen>
<User>platon</User>
</Update>
</DataSource>
<DefaultComment>
<Anzahl>0</Anzahl>
</DefaultComment>
<Domains>
<Anzahl>14</Anzahl>
<Domain0>
<Datatype>4</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar>A boolean value in number format. 0 means false, any other value is true.</Kommentar>
<Length>0</Length>
<NKS>0</NKS>
<Name>Boolean</Name>
<Parameters></Parameters>
</Domain0>
<Domain1>
<Datatype>12</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar>This type is for descriptions in the meaning of names of data records.</Kommentar>
<Length>100</Length>
<NKS>0</NKS>
<Name>Description</Name>
<Parameters></Parameters>
</Domain1>
<Domain10>
<Datatype>12</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar></Kommentar>
<Length>21</Length>
<NKS>0</NKS>
<Name>Password</Name>
<Parameters></Parameters>
</Domain10>
<Domain11>
<Datatype>4</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar></Kommentar>
<Length>0</Length>
<NKS>0</NKS>
<Name>Portnumber</Name>
<Parameters></Parameters>
</Domain11>
<Domain12>
<Datatype>4</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar></Kommentar>
<Length>0</Length>
<NKS>0</NKS>
<Name>Sorting</Name>
<Parameters></Parameters>
</Domain12>
<Domain13>
<Datatype>12</Datatype>
<History></History>
<Initialwert>':o)'</Initialwert>
<Kommentar>A token, that describes the record in a short form.</Kommentar>
<Length>20</Length>
<NKS>0</NKS>
<Name>Token</Name>
<Parameters></Parameters>
</Domain13>
<Domain2>
<Datatype>12</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar></Kommentar>
<Length>255</Length>
<NKS>0</NKS>
<Name>Filename</Name>
<Parameters></Parameters>
</Domain2>
<Domain3>
<Datatype>-5</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar>A GLI is a global local identificator. Fields of this type are used to store comprehensive ids (across more than one databases).</Kommentar>
<Length>0</Length>
<NKS>0</NKS>
<Name>GLI</Name>
<Parameters></Parameters>
</Domain3>
<Domain4>
<Datatype>-5</Datatype>
<History></History>
<Initialwert>-1</Initialwert>
<Kommentar>This type should be used for key data fields.</Kommentar>
<Length>0</Length>
<NKS>0</NKS>
<Name>Ident</Name>
<Parameters></Parameters>
</Domain4>
<Domain5>
<Datatype>12</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar></Kommentar>
<Length>255</Length>
<NKS>0</NKS>
<Name>LongDescription</Name>
<Parameters></Parameters>
</Domain5>
<Domain6>
<Datatype>-5</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar>A type to store more precise manner, than the PTimestamp domain. LongPTimestamps include millis additionally. The format is: YYYYMMDDHHMMSSsss.</Kommentar>
<Length>0</Length>
<NKS>0</NKS>
<Name>LongPTimestamp</Name>
<Parameters></Parameters>
</Domain6>
<Domain7>
<Datatype>-1</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar></Kommentar>
<Length>0</Length>
<NKS>0</NKS>
<Name>Longtext</Name>
<Parameters></Parameters>
</Domain7>
<Domain8>
<Datatype>12</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar>This field contains the name of the Workstation, where the data record has been changed.</Kommentar>
<Length>40</Length>
<NKS>0</NKS>
<Name>PCName</Name>
<Parameters></Parameters>
</Domain8>
<Domain9>
<Datatype>2</Datatype>
<History></History>
<Initialwert>NULL</Initialwert>
<Kommentar>Data fields of this type contain time informations in the following format: YYYYMMDDHHMMSS.</Kommentar>
<Length>14</Length>
<NKS>0</NKS>
<Name>PTimestamp</Name>
<Parameters></Parameters>
</Domain9>
</Domains>
<Factories>
<Object>archimedes.legacy.scheme.DefaultObjectFactory</Object>
</Factories>
<Pages>
<PerColumn>5</PerColumn>
<PerRow>10</PerRow>
</Pages>
<Parameter>
<AdditionalSQLScriptListener>archimedes.scheme.SQLScriptListenerTest01, archimedes.scheme.SQLScriptListenerTest02</AdditionalSQLScriptListener>
<Applicationname>TestModel</Applicationname>
<AufgehobeneAusblenden>false</AufgehobeneAusblenden>
<Autor>ollie</Autor>
<Basepackagename>testmodel</Basepackagename>
<CodeFactoryClassName></CodeFactoryClassName>
<Codebasispfad>~/codetmp/</Codebasispfad>
<DBVersionDBVersionColumn></DBVersionDBVersionColumn>
<DBVersionDescriptionColumn></DBVersionDescriptionColumn>
<DBVersionTablename></DBVersionTablename>
<History></History>
<Kommentar>Archimedesmodell f&uuml;r den Unittest.</Kommentar>
<Name>TestModel</Name>
<Optionen>
<Anzahl>0</Anzahl>
</Optionen>
<PflichtfelderMarkieren>false</PflichtfelderMarkieren>
<ReferenzierteSpaltenAnzeigen>true</ReferenzierteSpaltenAnzeigen>
<SchemaName></SchemaName>
<Schriftgroessen>
<Tabelleninhalte>12</Tabelleninhalte>
<Ueberschriften>24</Ueberschriften>
<Untertitel>12</Untertitel>
</Schriftgroessen>
<Scripte>
<AfterWrite>&lt;null&gt;</AfterWrite>
</Scripte>
<TechnischeFelderAusgrauen>true</TechnischeFelderAusgrauen>
<UdschebtiBaseClassName></UdschebtiBaseClassName>
<Version>2</Version>
<Versionsdatum>09.12.2008</Versionsdatum>
<Versionskommentar>&lt;null&gt;</Versionskommentar>
</Parameter>
<Sequences>
<Count>0</Count>
</Sequences>
<Stereotype>
<Anzahl>4</Anzahl>
<Stereotype0>
<DoNotPrint>false</DoNotPrint>
<HideTable>false</HideTable>
<History></History>
<Kommentar>Diese Stereotype kennzeichnet eine Tabelle, deren Datens&auml;tze nicht gel&ouml;scht, sondern lediglich deaktiviert werden sollen.</Kommentar>
<Name>Deactivatable</Name>
</Stereotype0>
<Stereotype1>
<DoNotPrint>false</DoNotPrint>
<HideTable>false</HideTable>
<History></History>
<Kommentar>Diese Stereotype kennzeichnet eine Tabelle, deren Datens&auml;tze nicht gel&ouml;scht, sondern lediglich deaktiviert werden sollen.</Kommentar>
<Name>Deaktivierbar</Name>
</Stereotype1>
<Stereotype2>
<DoNotPrint>false</DoNotPrint>
<HideTable>false</HideTable>
<History></History>
<Kommentar>-/-</Kommentar>
<Name>System</Name>
</Stereotype2>
<Stereotype3>
<DoNotPrint>false</DoNotPrint>
<HideTable>false</HideTable>
<History></History>
<Kommentar>-/-</Kommentar>
<Name>Test</Name>
</Stereotype3>
</Stereotype>
<Tabellen>
<Anzahl>9</Anzahl>
<Tabelle0>
<Aufgehoben>false</Aufgehoben>
<Codegenerator>
<AuswahlMembers>
<Anzahl>5</Anzahl>
<Member0>
<Attribute>OPTIONAL</Attribute>
<Spalte>Description</Spalte>
<Tabelle>DataScheme</Tabelle>
</Member0>
<Member1>
<Attribute>OPTIONAL</Attribute>
<Spalte>Token</Spalte>
<Tabelle>DataScheme</Tabelle>
</Member1>
<Member2>
<Attribute>OPTIONAL</Attribute>
<Spalte>Version</Spalte>
<Tabelle>DataScheme</Tabelle>
</Member2>
<Member3>
<Attribute>OPTIONAL</Attribute>
<Spalte>LoadModelAtStart</Spalte>
<Tabelle>DataScheme</Tabelle>
</Member3>
<Member4>
<Attribute>OPTIONAL</Attribute>
<Spalte>Request</Spalte>
<Tabelle>DataScheme</Tabelle>
</Member4>
</AuswahlMembers>
<CompareMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>Description</Spalte>
</Member0>
</CompareMembers>
<Equalsmembers>
<Anzahl>4</Anzahl>
<Member0>
<Spalte>DataScheme</Spalte>
</Member0>
<Member1>
<Spalte>Deleted</Spalte>
</Member1>
<Member2>
<Spalte>Description</Spalte>
</Member2>
<Member3>
<Spalte>Token</Spalte>
</Member3>
</Equalsmembers>
<HashCodeMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>DataScheme</Spalte>
</Member0>
</HashCodeMembers>
<NReferenzen>
<Anzahl>0</Anzahl>
</NReferenzen>
<OrderMembers>
<Anzahl>1</Anzahl>
<Member0>
<Richtung>ASC</Richtung>
<Spalte>Description</Spalte>
<Tabelle>DataScheme</Tabelle>
</Member0>
</OrderMembers>
<ToComboStringMembers>
<Anzahl>2</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
<Member1>
<Prefix> (</Prefix>
<Spalte>Token</Spalte>
<Suffix>)</Suffix>
</Member1>
</ToComboStringMembers>
<ToStringMembers>
<Anzahl>2</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
<Member1>
<Prefix> (</Prefix>
<Spalte>Token</Spalte>
<Suffix>)</Suffix>
</Member1>
</ToStringMembers>
</Codegenerator>
<Farben>
<Hintergrund>blaugrau</Hintergrund>
<Schrift>java.awt.Color[r=0,g=0,b=0]</Schrift>
</Farben>
<FirstGenerationDone>true</FirstGenerationDone>
<History></History>
<InDevelopment>false</InDevelopment>
<Kommentar></Kommentar>
<NMRelation>false</NMRelation>
<Name>DataScheme</Name>
<Options>
<Count>0</Count>
</Options>
<Panels>
<Anzahl>1</Anzahl>
<Panel0>
<PanelClass></PanelClass>
<PanelNumber>0</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Daten</TabTitle>
<TabToolTipText>Hier können Sie die Daten des Objektes warten.</TabToolTipText>
</Panel0>
</Panels>
<Spalten>
<Anzahl>15</Anzahl>
<Codegenerator>
<ActiveInApplication>true</ActiveInApplication>
<AdditionalCreateConstraints></AdditionalCreateConstraints>
<Codegeneratoroptionen></Codegeneratoroptionen>
<Codeverzeichnis>platon/scheme</Codeverzeichnis>
<Codieren>false</Codieren>
<DynamicCode>true</DynamicCode>
<Inherited>false</Inherited>
<Kontextname></Kontextname>
<UniqueFormula>Description & Deleted | Token & Deleted</UniqueFormula>
</Codegenerator>
<Spalte0>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>DataScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte0>
<Spalte1>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Active</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte1>
<Spalte10>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>R&uuml;ckfrage</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>R</Mnemonic>
<Position>7</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>CheckBoxRequest</RessourceIdentifier>
<ToolTipText>Setzen Sie diese Flagge, wenn zu dem Datenmodell eine R&uuml;ckfrage besteht.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Request</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte10>
<Spalte11>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>R&uuml;ckfragebeschreibung</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>8</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldRequestDescription</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie die eigentliche Problemstellung der R&uuml;ckfrage hinterlegen.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>RequestDescription</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte11>
<Spalte12>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Spezifikation</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>S</Mnemonic>
<Position>4</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldSpecification</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine Spezifikation zum Datenschema an.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Specification</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte12>
<Spalte13>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Token</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>K&uuml;rzel</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>K</Mnemonic>
<Position>2</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldToken</RessourceIdentifier>
<ToolTipText>Geben Sie hier ein eindeutiges K&uuml;rzel f&uuml;r den Datensatz ein.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Token</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte13>
<Spalte14>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Token</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Aktuelle Datenmodellversion</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>O</Mnemonic>
<Position>9</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldVersion</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie die aktuelle Version des Datenmodells festlegen.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Version</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte14>
<Spalte2>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Filename</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>ADS-Dateiname</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>A</Mnemonic>
<Position>3</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldADSFilePath</RessourceIdentifier>
<ToolTipText>Geben Sie hier den vollst&auml;ndigen Namen der ADS-Datei an, f&uuml;r die die Dokumentation gelten soll.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>ADSFilePath</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte2>
<Spalte3>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Kommentar</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>K</Mnemonic>
<Position>5</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldComment</RessourceIdentifier>
<ToolTipText>Hier finden Sie Platz f&uuml;r Kommentare zur Tabelle oder der Spezifikation.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Comment</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte3>
<Spalte4>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Deleted</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>true</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte4>
<Spalte5>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bezeichnung</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>B</Mnemonic>
<Position>1</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldDescription</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine eindeutige Bezeichnung f&uuml;r den Datensatz ein. </ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Description</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte5>
<Spalte6>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PTimestamp</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationDate</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte6>
<Spalte7>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PCName</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationPCName</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte7>
<Spalte8>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>true</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationUser</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte8>
<Spalte9>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bei Start oder Wechsel laden</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>W</Mnemonic>
<Position>6</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>CheckBoxLoadModelAtStart</RessourceIdentifier>
<ToolTipText>Setzen Sie diese Flagge, wenn die Datenmodelldatei beim Programmstart bzw. bei einem Schemawechsel geladen und abgeglichen werden soll.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar>Diese Flagge mu&szlig; gesetzt werden, wenn die Datenmodelldatei bei geladen und abgeglichen werden soll, sobald das DataScheme gewechselt wird.</Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LoadModelAtStart</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte9>
</Spalten>
<Stereotype>
<Anzahl>0</Anzahl>
</Stereotype>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Name>Main</Name>
<X>100</X>
<Y>75</Y>
</View0>
</Views>
</Tabelle0>
<Tabelle1>
<Aufgehoben>false</Aufgehoben>
<Codegenerator>
<AuswahlMembers>
<Anzahl>8</Anzahl>
<Member0>
<Attribute>OPTIONAL</Attribute>
<Spalte>Description</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member0>
<Member1>
<Attribute>OPTIONAL</Attribute>
<Spalte>Active</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member1>
<Member2>
<Attribute>OPTIONAL</Attribute>
<Spalte>Verified</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member2>
<Member3>
<Attribute>OPTIONAL</Attribute>
<Spalte>Request</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member3>
<Member4>
<Attribute>OPTIONAL</Attribute>
<Spalte>SinceVersion</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member4>
<Member5>
<Attribute>OPTIONAL</Attribute>
<Spalte>TilVersion</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member5>
<Member6>
<Attribute>OPTIONAL</Attribute>
<Spalte>DescriptionSpecificationSheet</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member6>
<Member7>
<Attribute>OPTIONAL</Attribute>
<Spalte>Specification</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member7>
</AuswahlMembers>
<CompareMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>Description</Spalte>
</Member0>
</CompareMembers>
<Equalsmembers>
<Anzahl>4</Anzahl>
<Member0>
<Spalte>TableScheme</Spalte>
</Member0>
<Member1>
<Spalte>Deleted</Spalte>
</Member1>
<Member2>
<Spalte>Description</Spalte>
</Member2>
<Member3>
<Spalte>Specification</Spalte>
</Member3>
</Equalsmembers>
<HashCodeMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>TableScheme</Spalte>
</Member0>
</HashCodeMembers>
<NReferenzen>
<Anzahl>2</Anzahl>
<NReferenz0>
<Alterable>true</Alterable>
<DeleteConfirmationRequired>false</DeleteConfirmationRequired>
<Extensible>false</Extensible>
<Id>0</Id>
<Panel>1</Panel>
<PanelType>standard</PanelType>
<PermitCreate>false</PermitCreate>
<Spalte>TableScheme</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</NReferenz0>
<NReferenz1>
<Alterable>false</Alterable>
<DeleteConfirmationRequired>false</DeleteConfirmationRequired>
<Extensible>false</Extensible>
<Id>1</Id>
<Panel>2</Panel>
<PanelType>standard</PanelType>
<PermitCreate>false</PermitCreate>
<Spalte>TableScheme</Spalte>
<Tabelle>StereotypeSchemeTableScheme</Tabelle>
</NReferenz1>
</NReferenzen>
<OrderMembers>
<Anzahl>1</Anzahl>
<Member0>
<Richtung>ASC</Richtung>
<Spalte>Description</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member0>
</OrderMembers>
<ToComboStringMembers>
<Anzahl>1</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
</ToComboStringMembers>
<ToStringMembers>
<Anzahl>1</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
</ToStringMembers>
</Codegenerator>
<Farben>
<Hintergrund>blaugrau</Hintergrund>
<Schrift>java.awt.Color[r=0,g=0,b=0]</Schrift>
</Farben>
<FirstGenerationDone>true</FirstGenerationDone>
<History></History>
<InDevelopment>false</InDevelopment>
<Kommentar>Diese Klasse enth&auml;lt die Angaben zu den einzelnen Tabellen des beschriebenen Datenschemas.</Kommentar>
<NMRelation>false</NMRelation>
<Name>TableScheme</Name>
<Options>
<Count>0</Count>
</Options>
<Panels>
<Anzahl>3</Anzahl>
<Panel0>
<PanelClass></PanelClass>
<PanelNumber>0</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Daten</TabTitle>
<TabToolTipText>Hier können Sie die Daten des Objektes warten.</TabToolTipText>
</Panel0>
<Panel1>
<PanelClass></PanelClass>
<PanelNumber>1</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Spalten</TabTitle>
<TabToolTipText>Hier finden Sie die Spalten der Tabelle.</TabToolTipText>
</Panel1>
<Panel2>
<PanelClass></PanelClass>
<PanelNumber>2</PanelNumber>
<TabMnemonic>2</TabMnemonic>
<TabTitle>2.Stereotypen</TabTitle>
<TabToolTipText>Hier finden Sie die Stereotypen, die der Tabelle zugeordnet sind.</TabToolTipText>
</Panel2>
</Panels>
<Spalten>
<Anzahl>16</Anzahl>
<Codegenerator>
<ActiveInApplication>true</ActiveInApplication>
<AdditionalCreateConstraints></AdditionalCreateConstraints>
<Codegeneratoroptionen><TestTag>DataScheme, ColumnScheme</TestTag></Codegeneratoroptionen>
<Codeverzeichnis>platon/scheme</Codeverzeichnis>
<Codieren>false</Codieren>
<DynamicCode>true</DynamicCode>
<Inherited>false</Inherited>
<Kontextname></Kontextname>
<UniqueFormula></UniqueFormula>
</Codegenerator>
<Spalte0>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>TableScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte0>
<Spalte1>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Active</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte1>
<Spalte10>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>R&uuml;ckfragebeschreibung</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>8</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldRequestDescription</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie den Inhalt der R&uuml;ckfrage hinterlegen.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>RequestDescription</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte10>
<Spalte11>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Token</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Seit Version</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>9</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldSinceVersion</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie die Version des Datenmodells angeben, ab der die Tabelle Bestandteil des Modells war.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>SinceVersion</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte11>
<Spalte12>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Spezifikation</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>S</Mnemonic>
<Position>2</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldSpecification</RessourceIdentifier>
<ToolTipText>Geben Sie hier die technische Spezifikation um Tabellenschema an.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Specification</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte12>
<Spalte13>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Token</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bis Version</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>10</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldTilVersion</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie die Version des Datenmodells angeben, bis zu der die Tabelle Bestandteil des Datenmodells war.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>TilVersion</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte13>
<Spalte14>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Gepr&uuml;ft</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>G</Mnemonic>
<Position>5</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>CheckBoxVerified</RessourceIdentifier>
<ToolTipText>Setzen Sie diese Flagge, wenn die Tabellenbeschreibung als gepr&uuml;ft gelten soll.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Verified</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte14>
<Spalte15>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>true</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Datenschema</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>4</Position>
<ReferenceWeight>massiv</ReferenceWeight>
<RessourceIdentifier>ComboBoxDatascheme</RessourceIdentifier>
<ToolTipText>Hier finden Sie das Datenschema, zu dem die Tabelle geh&ouml;rt.</ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>DataScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<Referenz>
<Direction0>UP</Direction0>
<Direction1>DOWN</Direction1>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Spalte>DataScheme</Spalte>
<Tabelle>DataScheme</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>UP</Direction0>
<Direction1>DOWN</Direction1>
<Name>Main</Name>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte15>
<Spalte2>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Kommentar</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>K</Mnemonic>
<Position>3</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldComment</RessourceIdentifier>
<ToolTipText>Hier finden Sie Platz f&uuml;r Kommentare zur Tabelle oder der Spezifikation.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Comment</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte2>
<Spalte3>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Deleted</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>true</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte3>
<Spalte4>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>true</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bezeichnung</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>B</Mnemonic>
<Position>1</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldDescription</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine eindeutige Bezeichnung f&uuml;r den Datensatz ein. </ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Description</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte4>
<Spalte5>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bezeichnung (lt. Pflichtenheft)</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>11</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldDescriptionSpecificationSheet</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie die Bezeichnung des Feldes lt. Pflichtenheft angeben, falls diese vom Namen des Datenbankfeldes abweicht.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar>Eine Bezeichnung lt. Pflichtenheft, falls abweichend.</Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>DescriptionSpecificationSheet</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte5>
<Spalte6>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PTimestamp</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationDate</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte6>
<Spalte7>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PCName</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationPCName</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte7>
<Spalte8>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>true</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationUser</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte8>
<Spalte9>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>R&uuml;ckfrage</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>7</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>CheckBoxRequest</RessourceIdentifier>
<ToolTipText>Setzen Sie diese Flagge, wenn Sie zur Tabelle eine R&uuml;ckfrage haben.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Request</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte9>
</Spalten>
<Stereotype>
<Anzahl>0</Anzahl>
</Stereotype>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Name>Main</Name>
<X>100</X>
<Y>425</Y>
</View0>
</Views>
</Tabelle1>
<Tabelle2>
<Aufgehoben>false</Aufgehoben>
<Codegenerator>
<AuswahlMembers>
<Anzahl>5</Anzahl>
<Member0>
<Attribute>OPTIONAL</Attribute>
<Spalte>Description</Spalte>
<Tabelle>DomainScheme</Tabelle>
</Member0>
<Member1>
<Attribute>OPTIONAL</Attribute>
<Spalte>SQLType</Spalte>
<Tabelle>DomainScheme</Tabelle>
</Member1>
<Member2>
<Attribute>OPTIONAL</Attribute>
<Spalte>Active</Spalte>
<Tabelle>DomainScheme</Tabelle>
</Member2>
<Member3>
<Attribute>OPTIONAL</Attribute>
<Spalte>Verified</Spalte>
<Tabelle>DomainScheme</Tabelle>
</Member3>
<Member4>
<Attribute>OPTIONAL</Attribute>
<Spalte>Specification</Spalte>
<Tabelle>DomainScheme</Tabelle>
</Member4>
</AuswahlMembers>
<CompareMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>Description</Spalte>
</Member0>
</CompareMembers>
<Equalsmembers>
<Anzahl>5</Anzahl>
<Member0>
<Spalte>DomainScheme</Spalte>
</Member0>
<Member1>
<Spalte>Active</Spalte>
</Member1>
<Member2>
<Spalte>Deleted</Spalte>
</Member2>
<Member3>
<Spalte>Description</Spalte>
</Member3>
<Member4>
<Spalte>SQLType</Spalte>
</Member4>
</Equalsmembers>
<HashCodeMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>DomainScheme</Spalte>
</Member0>
</HashCodeMembers>
<NReferenzen>
<Anzahl>1</Anzahl>
<NReferenz0>
<Alterable>false</Alterable>
<DeleteConfirmationRequired>false</DeleteConfirmationRequired>
<Extensible>false</Extensible>
<Id>0</Id>
<Panel>1</Panel>
<PanelType>standard</PanelType>
<PermitCreate>false</PermitCreate>
<Spalte>DomainScheme</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</NReferenz0>
</NReferenzen>
<OrderMembers>
<Anzahl>2</Anzahl>
<Member0>
<Richtung>DESC</Richtung>
<Spalte>Active</Spalte>
<Tabelle>DomainScheme</Tabelle>
</Member0>
<Member1>
<Richtung>ASC</Richtung>
<Spalte>Description</Spalte>
<Tabelle>DomainScheme</Tabelle>
</Member1>
</OrderMembers>
<ToComboStringMembers>
<Anzahl>2</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
<Member1>
<Prefix> (</Prefix>
<Spalte>SQLType</Spalte>
<Suffix>)</Suffix>
</Member1>
</ToComboStringMembers>
<ToStringMembers>
<Anzahl>2</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
<Member1>
<Prefix> (</Prefix>
<Spalte>SQLType</Spalte>
<Suffix>)</Suffix>
</Member1>
</ToStringMembers>
</Codegenerator>
<Farben>
<Hintergrund>hellblau</Hintergrund>
<Schrift>java.awt.Color[r=0,g=0,b=0]</Schrift>
</Farben>
<FirstGenerationDone>true</FirstGenerationDone>
<History></History>
<InDevelopment>false</InDevelopment>
<Kommentar></Kommentar>
<NMRelation>false</NMRelation>
<Name>DomainScheme</Name>
<Options>
<Count>0</Count>
</Options>
<Panels>
<Anzahl>2</Anzahl>
<Panel0>
<PanelClass></PanelClass>
<PanelNumber>0</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Daten</TabTitle>
<TabToolTipText>Hier können Sie die Daten des Objektes warten.</TabToolTipText>
</Panel0>
<Panel1>
<PanelClass></PanelClass>
<PanelNumber>1</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Tabellenspalten</TabTitle>
<TabToolTipText>Hier finden Sie die Tabellenspalten dieser Domain.</TabToolTipText>
</Panel1>
</Panels>
<Spalten>
<Anzahl>12</Anzahl>
<Codegenerator>
<ActiveInApplication>true</ActiveInApplication>
<AdditionalCreateConstraints></AdditionalCreateConstraints>
<Codegeneratoroptionen></Codegeneratoroptionen>
<Codeverzeichnis>platon/scheme</Codeverzeichnis>
<Codieren>false</Codieren>
<DynamicCode>true</DynamicCode>
<Inherited>false</Inherited>
<Kontextname></Kontextname>
<UniqueFormula></UniqueFormula>
</Codegenerator>
<Spalte0>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>DomainScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte0>
<Spalte1>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Active</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte1>
<Spalte10>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Gepr&uuml;ft</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>G</Mnemonic>
<Position>6</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>CheckBoxVerified</RessourceIdentifier>
<ToolTipText>Setzen Sie diese Flagge, wenn das Dom&auml;nenschema als gepr&uuml;ft gelten soll.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Verified</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte10>
<Spalte11>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Datenschema</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>D</Mnemonic>
<Position>5</Position>
<ReferenceWeight>massiv</ReferenceWeight>
<RessourceIdentifier>ComboBoxDataScheme</RessourceIdentifier>
<ToolTipText>Geben Sie hier das Datenschema an, f&uuml;r das der Domaintyp gelten soll.</ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar>Das Datenschema, f&uuml;r das Dom&auml;nentyp gelten soll.</Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>DataScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<Referenz>
<Direction0>RIGHT</Direction0>
<Direction1>RIGHT</Direction1>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Spalte>DataScheme</Spalte>
<Tabelle>DataScheme</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>RIGHT</Direction0>
<Direction1>RIGHT</Direction1>
<Name>Main</Name>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte11>
<Spalte2>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Kommentar</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>K</Mnemonic>
<Position>4</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldComment</RessourceIdentifier>
<ToolTipText>Hier finden Sie Platz f&uuml;r Kommentare zur Tabelle oder der Spezifikation.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Comment</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte2>
<Spalte3>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Deleted</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte3>
<Spalte4>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bezeichnung</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>B</Mnemonic>
<Position>1</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldDescription</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine eindeutige Bezeichnung f&uuml;r den Datensatz ein. </ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Description</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte4>
<Spalte5>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PTimestamp</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationDate</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte5>
<Spalte6>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PCName</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationPCName</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte6>
<Spalte7>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>true</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationUser</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte7>
<Spalte8>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Spezifikation</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>S</Mnemonic>
<Position>3</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldSpecification</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine Spezifikation zum Domainschema an.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Specification</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte8>
<Spalte9>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>SQL-Typ</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>Q</Mnemonic>
<Position>2</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldSQLType</RessourceIdentifier>
<ToolTipText>Geben Sie hier den SQL-Typ an, der hinter dem Domainschema steht.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>SQLType</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte9>
</Spalten>
<Stereotype>
<Anzahl>0</Anzahl>
</Stereotype>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Name>Main</Name>
<X>500</X>
<Y>925</Y>
</View0>
</Views>
</Tabelle2>
<Tabelle3>
<Aufgehoben>false</Aufgehoben>
<Codegenerator>
<AuswahlMembers>
<Anzahl>11</Anzahl>
<Member0>
<Attribute>OPTIONAL</Attribute>
<Spalte>Description</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</Member0>
<Member1>
<Attribute>OPTIONAL</Attribute>
<Spalte>Description</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member1>
<Member10>
<Attribute>OPTIONAL</Attribute>
<Spalte>Specification</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</Member10>
<Member2>
<Attribute>OPTIONAL</Attribute>
<Spalte>Description</Spalte>
<Tabelle>DomainScheme</Tabelle>
</Member2>
<Member3>
<Attribute>OPTIONAL</Attribute>
<Spalte>SQLType</Spalte>
<Tabelle>DomainScheme</Tabelle>
</Member3>
<Member4>
<Attribute>OPTIONAL</Attribute>
<Spalte>Active</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</Member4>
<Member5>
<Attribute>OPTIONAL</Attribute>
<Spalte>Verified</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</Member5>
<Member6>
<Attribute>OPTIONAL</Attribute>
<Spalte>Request</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</Member6>
<Member7>
<Attribute>OPTIONAL</Attribute>
<Spalte>SinceVersion</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</Member7>
<Member8>
<Attribute>OPTIONAL</Attribute>
<Spalte>TilVersion</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</Member8>
<Member9>
<Attribute>OPTIONAL</Attribute>
<Spalte>DescriptionSpecificationSheet</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</Member9>
</AuswahlMembers>
<CompareMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>Description</Spalte>
</Member0>
</CompareMembers>
<Equalsmembers>
<Anzahl>4</Anzahl>
<Member0>
<Spalte>ColumnScheme</Spalte>
</Member0>
<Member1>
<Spalte>Deleted</Spalte>
</Member1>
<Member2>
<Spalte>Description</Spalte>
</Member2>
<Member3>
<Spalte>DomainScheme</Spalte>
</Member3>
</Equalsmembers>
<HashCodeMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>ColumnScheme</Spalte>
</Member0>
</HashCodeMembers>
<NReferenzen>
<Anzahl>0</Anzahl>
</NReferenzen>
<OrderMembers>
<Anzahl>2</Anzahl>
<Member0>
<Richtung>ASC</Richtung>
<Spalte>Description</Spalte>
<Tabelle>ColumnScheme</Tabelle>
</Member0>
<Member1>
<Richtung>ASC</Richtung>
<Spalte>Description</Spalte>
<Tabelle>TableScheme</Tabelle>
</Member1>
</OrderMembers>
<ToComboStringMembers>
<Anzahl>2</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
<Member1>
<Prefix></Prefix>
<Spalte>DomainScheme</Spalte>
<Suffix></Suffix>
</Member1>
</ToComboStringMembers>
<ToStringMembers>
<Anzahl>2</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
<Member1>
<Prefix>(</Prefix>
<Spalte>DomainScheme</Spalte>
<Suffix>)</Suffix>
</Member1>
</ToStringMembers>
</Codegenerator>
<Farben>
<Hintergrund>blaugrau</Hintergrund>
<Schrift>java.awt.Color[r=0,g=0,b=0]</Schrift>
</Farben>
<FirstGenerationDone>true</FirstGenerationDone>
<History></History>
<InDevelopment>false</InDevelopment>
<Kommentar>Diese Klasse enth&auml;lt Informationen &uuml;ber die Datenfelder des beschriebenen Datenmodells.</Kommentar>
<NMRelation>false</NMRelation>
<Name>ColumnScheme</Name>
<Options>
<Count>0</Count>
</Options>
<Panels>
<Anzahl>1</Anzahl>
<Panel0>
<PanelClass></PanelClass>
<PanelNumber>0</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Daten</TabTitle>
<TabToolTipText>Hier können Sie die Daten des Objektes warten.</TabToolTipText>
</Panel0>
</Panels>
<Spalten>
<Anzahl>19</Anzahl>
<Codegenerator>
<ActiveInApplication>true</ActiveInApplication>
<AdditionalCreateConstraints></AdditionalCreateConstraints>
<Codegeneratoroptionen></Codegeneratoroptionen>
<Codeverzeichnis>platon/scheme</Codeverzeichnis>
<Codieren>false</Codieren>
<DynamicCode>true</DynamicCode>
<Inherited>false</Inherited>
<Kontextname></Kontextname>
<UniqueFormula></UniqueFormula>
</Codegenerator>
<Spalte0>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>ColumnScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte0>
<Spalte1>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Active</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte1>
<Spalte10>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>R&uuml;ckfrage</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>6</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>CheckBoxRequest</RessourceIdentifier>
<ToolTipText>Setzen Sie diese Flagge, wenn zu dem Datenfeld eine R&uuml;ckfrage n&ouml;tig ist.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Request</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte10>
<Spalte11>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>R&uuml;ckfragenbeschreibung</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>7</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldRequestDescription</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie die Beschreibung der R&uuml;ckfrage hinterlegen.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>RequestDescription</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte11>
<Spalte12>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Token</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Seit Version</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>9</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldSinceVersion</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie die Version des Datenmodells angeben, ab der die Tabellenspalte Bestandteil des Datenmodells war.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>SinceVersion</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte12>
<Spalte13>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Spezifikation</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>S</Mnemonic>
<Position>3</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldSpecification</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine Spezifikation zum Datenfeld an.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Specification</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte13>
<Spalte14>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Token</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bis Version</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>10</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldTilVersion</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie die Version des Datenmodells angeben, bis zu der die Tabellenspalte ein Bestandteil desselben war.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>TilVersion</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte14>
<Spalte15>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Gepr&uuml;ft</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>G</Mnemonic>
<Position>5</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>CheckBoxVerified</RessourceIdentifier>
<ToolTipText>Setzen Sie diese Flagge, wenn das Tabellenspaltenschema als gepr&uuml;ft gelten soll.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Verified</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte15>
<Spalte16>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>DataScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<Referenz>
<Direction0>UP</Direction0>
<Direction1>RIGHT</Direction1>
<Offset0>25</Offset0>
<Offset1>50</Offset1>
<Spalte>DataScheme</Spalte>
<Tabelle>DataScheme</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>UP</Direction0>
<Direction1>RIGHT</Direction1>
<Name>Main</Name>
<Offset0>25</Offset0>
<Offset1>50</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte16>
<Spalte17>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>true</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Dom&auml;ne (Typ)</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>D</Mnemonic>
<Position>2</Position>
<ReferenceWeight>massiv</ReferenceWeight>
<RessourceIdentifier>ComboBoxDomainScheme</RessourceIdentifier>
<ToolTipText>Legen Sie hier einen Dom&auml;nentyp f&uuml;r das Datenfeld fest.</ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>DomainScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<Referenz>
<Direction0>DOWN</Direction0>
<Direction1>UP</Direction1>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Spalte>DomainScheme</Spalte>
<Tabelle>DomainScheme</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>DOWN</Direction0>
<Direction1>UP</Direction1>
<Name>Main</Name>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte17>
<Spalte18>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>true</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Tabelle</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>T</Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>ComboBoxTableScheme</RessourceIdentifier>
<ToolTipText>Hier finden Sie die Tabelle, zu der das Datenfeld geh&ouml;rt.</ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>TableScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<Referenz>
<Direction0>LEFT</Direction0>
<Direction1>RIGHT</Direction1>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Spalte>TableScheme</Spalte>
<Tabelle>TableScheme</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>LEFT</Direction0>
<Direction1>RIGHT</Direction1>
<Name>Main</Name>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte18>
<Spalte2>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Kommentar</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>K</Mnemonic>
<Position>4</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldComment</RessourceIdentifier>
<ToolTipText>Hier finden Sie Platz f&uuml;r Kommentare zur Tabelle oder der Spezifikation.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Comment</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte2>
<Spalte3>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Deleted</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>true</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte3>
<Spalte4>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>true</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bezeichnung</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>B</Mnemonic>
<Position>1</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldDescription</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine eindeutige Bezeichnung f&uuml;r den Datensatz ein. </ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Description</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte4>
<Spalte5>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bezeichnung (lt. Pflichtenheft)</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>11</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldDescriptionSpecificationSheet</RessourceIdentifier>
<ToolTipText>Hier k&ouml;nnen Sie eine Bezeichnung des Feldes im Pflichtenheft angeben, falls diese vom Namen des Datenbankenfeldes abweicht.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar>Bezeichnung lt. Pflichtenheft, falls diese abweicht.</Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>DescriptionSpecificationSheet</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte5>
<Spalte6>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PTimestamp</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationDate</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte6>
<Spalte7>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PCName</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationPCName</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte7>
<Spalte8>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>true</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationUser</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte8>
<Spalte9>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>true</Disabled>
<Domain>LongDescription</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Referenziert</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>3</Position>
<ReferenceWeight>massiv</ReferenceWeight>
<RessourceIdentifier>ComboBoxReferences</RessourceIdentifier>
<ToolTipText>Hier finden Sie einen Hinweis auf eine durch die Tabellenspalte referenzierte andere Tabellenspalte.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>ReferencesTo</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte9>
</Spalten>
<Stereotype>
<Anzahl>1</Anzahl>
</Stereotype>
<Stereotype0>Test</Stereotype0>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Name>Main</Name>
<X>500</X>
<Y>425</Y>
</View0>
</Views>
</Tabelle3>
<Tabelle4>
<Aufgehoben>false</Aufgehoben>
<Codegenerator>
<AuswahlMembers>
<Anzahl>4</Anzahl>
<Member0>
<Attribute>OPTIONAL</Attribute>
<Spalte>Description</Spalte>
<Tabelle>StereotypeScheme</Tabelle>
</Member0>
<Member1>
<Attribute>OPTIONAL</Attribute>
<Spalte>Active</Spalte>
<Tabelle>StereotypeScheme</Tabelle>
</Member1>
<Member2>
<Attribute>OPTIONAL</Attribute>
<Spalte>Verified</Spalte>
<Tabelle>StereotypeScheme</Tabelle>
</Member2>
<Member3>
<Attribute>OPTIONAL</Attribute>
<Spalte>Specification</Spalte>
<Tabelle>StereotypeScheme</Tabelle>
</Member3>
</AuswahlMembers>
<CompareMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>Description</Spalte>
</Member0>
</CompareMembers>
<Equalsmembers>
<Anzahl>6</Anzahl>
<Member0>
<Spalte>StereotypeScheme</Spalte>
</Member0>
<Member1>
<Spalte>Active</Spalte>
</Member1>
<Member2>
<Spalte>Deleted</Spalte>
</Member2>
<Member3>
<Spalte>Description</Spalte>
</Member3>
<Member4>
<Spalte>Specification</Spalte>
</Member4>
<Member5>
<Spalte>Comment</Spalte>
</Member5>
</Equalsmembers>
<HashCodeMembers>
<Anzahl>0</Anzahl>
</HashCodeMembers>
<NReferenzen>
<Anzahl>1</Anzahl>
<NReferenz0>
<Alterable>false</Alterable>
<DeleteConfirmationRequired>false</DeleteConfirmationRequired>
<Extensible>false</Extensible>
<Id>0</Id>
<Panel>1</Panel>
<PanelType>standard</PanelType>
<PermitCreate>false</PermitCreate>
<Spalte>StereotypeScheme</Spalte>
<Tabelle>StereotypeSchemeTableScheme</Tabelle>
</NReferenz0>
</NReferenzen>
<OrderMembers>
<Anzahl>1</Anzahl>
<Member0>
<Richtung>ASC</Richtung>
<Spalte>Description</Spalte>
<Tabelle>StereotypeScheme</Tabelle>
</Member0>
</OrderMembers>
<ToComboStringMembers>
<Anzahl>1</Anzahl>
<Member0>
<Prefix><< </Prefix>
<Spalte>Description</Spalte>
<Suffix> >></Suffix>
</Member0>
</ToComboStringMembers>
<ToStringMembers>
<Anzahl>1</Anzahl>
<Member0>
<Prefix><< </Prefix>
<Spalte>Description</Spalte>
<Suffix> >></Suffix>
</Member0>
</ToStringMembers>
</Codegenerator>
<Farben>
<Hintergrund>hellblau</Hintergrund>
<Schrift>java.awt.Color[r=0,g=0,b=0]</Schrift>
</Farben>
<FirstGenerationDone>true</FirstGenerationDone>
<History></History>
<InDevelopment>false</InDevelopment>
<Kommentar>:oD</Kommentar>
<NMRelation>false</NMRelation>
<Name>StereotypeScheme</Name>
<Options>
<Count>0</Count>
</Options>
<Panels>
<Anzahl>2</Anzahl>
<Panel0>
<PanelClass></PanelClass>
<PanelNumber>0</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Daten</TabTitle>
<TabToolTipText>Hier können Sie die Daten des Objektes warten.</TabToolTipText>
</Panel0>
<Panel1>
<PanelClass></PanelClass>
<PanelNumber>1</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Tabellen</TabTitle>
<TabToolTipText>Hier finden Sie die Tabellen, denen die Stereotype zugeordnet ist.</TabToolTipText>
</Panel1>
</Panels>
<Spalten>
<Anzahl>11</Anzahl>
<Codegenerator>
<ActiveInApplication>true</ActiveInApplication>
<AdditionalCreateConstraints></AdditionalCreateConstraints>
<Codegeneratoroptionen></Codegeneratoroptionen>
<Codeverzeichnis>platon/scheme</Codeverzeichnis>
<Codieren>false</Codieren>
<DynamicCode>true</DynamicCode>
<Inherited>false</Inherited>
<Kontextname></Kontextname>
<UniqueFormula></UniqueFormula>
</Codegenerator>
<Spalte0>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>StereotypeScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte0>
<Spalte1>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Active</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte1>
<Spalte10>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>true</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Datenschema</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>D</Mnemonic>
<Position>4</Position>
<ReferenceWeight>massiv</ReferenceWeight>
<RessourceIdentifier>ComboBoxDataScheme</RessourceIdentifier>
<ToolTipText>Geben Sie hier das Datenschema an, f&uuml;r das die Stereotype gelten soll.</ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar>Das Datenschema, in dem die Stereotype gelten soll.</Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>DataScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<Referenz>
<Direction0>LEFT</Direction0>
<Direction1>LEFT</Direction1>
<Offset0>25</Offset0>
<Offset1>75</Offset1>
<Spalte>DataScheme</Spalte>
<Tabelle>DataScheme</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>LEFT</Direction0>
<Direction1>LEFT</Direction1>
<Name>Main</Name>
<Offset0>25</Offset0>
<Offset1>75</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte10>
<Spalte2>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Kommentar</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>K</Mnemonic>
<Position>3</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldComment</RessourceIdentifier>
<ToolTipText>Hier finden Sie Platz f&uuml;r Kommentare zur Tabelle oder der Spezifikation.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Comment</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte2>
<Spalte3>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Deleted</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>true</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte3>
<Spalte4>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>true</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bezeichnung</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>B</Mnemonic>
<Position>1</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldDescription</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine eindeutige Bezeichnung f&uuml;r den Datensatz ein. </ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Description</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte4>
<Spalte5>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PTimestamp</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>true</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationDate</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte5>
<Spalte6>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PCName</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationPCName</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte6>
<Spalte7>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>true</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationUser</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte7>
<Spalte8>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Longtext</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Spezifikation</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>S</Mnemonic>
<Position>2</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldSpecification</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine Spezifikation zum Stereotypen ein.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Specification</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte8>
<Spalte9>
<AlterInBatch>true</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Gepr&uuml;ft</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>G</Mnemonic>
<Position>5</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>CheckBoxVerified</RessourceIdentifier>
<ToolTipText>Setzen Sie diese Flagge, wenn die Stereotypenbeschreibung als gepr&uuml;ft gelten soll.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Verified</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte9>
</Spalten>
<Stereotype>
<Anzahl>0</Anzahl>
</Stereotype>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Name>Main</Name>
<X>100</X>
<Y>1075</Y>
</View0>
</Views>
</Tabelle4>
<Tabelle5>
<Aufgehoben>false</Aufgehoben>
<Codegenerator>
<AuswahlMembers>
<Anzahl>1</Anzahl>
<Member0>
<Attribute>OPTIONAL</Attribute>
<Spalte>TableScheme</Spalte>
<Tabelle>StereotypeSchemeTableScheme</Tabelle>
</Member0>
</AuswahlMembers>
<CompareMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>TableScheme</Spalte>
</Member0>
</CompareMembers>
<Equalsmembers>
<Anzahl>3</Anzahl>
<Member0>
<Spalte>Active</Spalte>
</Member0>
<Member1>
<Spalte>Deleted</Spalte>
</Member1>
<Member2>
<Spalte>TableScheme</Spalte>
</Member2>
</Equalsmembers>
<HashCodeMembers>
<Anzahl>0</Anzahl>
</HashCodeMembers>
<NReferenzen>
<Anzahl>0</Anzahl>
</NReferenzen>
<OrderMembers>
<Anzahl>1</Anzahl>
<Member0>
<Richtung>ASC</Richtung>
<Spalte>TableScheme</Spalte>
<Tabelle>StereotypeSchemeTableScheme</Tabelle>
</Member0>
</OrderMembers>
<ToComboStringMembers>
<Anzahl>1</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>TableScheme</Spalte>
<Suffix></Suffix>
</Member0>
</ToComboStringMembers>
<ToStringMembers>
<Anzahl>1</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>TableScheme</Spalte>
<Suffix></Suffix>
</Member0>
</ToStringMembers>
</Codegenerator>
<Farben>
<Hintergrund>pastell-blau</Hintergrund>
<Schrift>java.awt.Color[r=0,g=0,b=0]</Schrift>
</Farben>
<FirstGenerationDone>true</FirstGenerationDone>
<History></History>
<InDevelopment>false</InDevelopment>
<Kommentar>:ob</Kommentar>
<NMRelation>false</NMRelation>
<Name>StereotypeSchemeTableScheme</Name>
<Options>
<Count>0</Count>
</Options>
<Panels>
<Anzahl>1</Anzahl>
<Panel0>
<PanelClass></PanelClass>
<PanelNumber>0</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Daten</TabTitle>
<TabToolTipText>Hier können Sie die Daten des Objektes warten.</TabToolTipText>
</Panel0>
</Panels>
<Spalten>
<Anzahl>7</Anzahl>
<Codegenerator>
<ActiveInApplication>true</ActiveInApplication>
<AdditionalCreateConstraints></AdditionalCreateConstraints>
<Codegeneratoroptionen></Codegeneratoroptionen>
<Codeverzeichnis>platon/scheme</Codeverzeichnis>
<Codieren>false</Codieren>
<DynamicCode>true</DynamicCode>
<Inherited>false</Inherited>
<Kontextname></Kontextname>
<UniqueFormula></UniqueFormula>
</Codegenerator>
<Spalte0>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Active</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte0>
<Spalte1>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Deleted</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte1>
<Spalte2>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PTimestamp</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>true</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationDate</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte2>
<Spalte3>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>PCName</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationPCName</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte3>
<Spalte4>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText>-</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>true</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>LastModificationUser</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>true</TechnicalField>
<Unique>false</Unique>
</Spalte4>
<Spalte5>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>StereotypeScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<Referenz>
<Direction0>DOWN</Direction0>
<Direction1>UP</Direction1>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Spalte>StereotypeScheme</Spalte>
<Tabelle>StereotypeScheme</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>DOWN</Direction0>
<Direction1>UP</Direction1>
<Name>Main</Name>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte5>
<Spalte6>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText> </ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>TableScheme</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<Referenz>
<Direction0>UP</Direction0>
<Direction1>DOWN</Direction1>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Spalte>TableScheme</Spalte>
<Tabelle>TableScheme</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>UP</Direction0>
<Direction1>DOWN</Direction1>
<Name>Main</Name>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte6>
</Spalten>
<Stereotype>
<Anzahl>0</Anzahl>
</Stereotype>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Name>Main</Name>
<X>100</X>
<Y>825</Y>
</View0>
</Views>
</Tabelle5>
<Tabelle6>
<Aufgehoben>false</Aufgehoben>
<Codegenerator>
<AuswahlMembers>
<Anzahl>2</Anzahl>
<Member0>
<Attribute>OPTIONAL</Attribute>
<Spalte>Description</Spalte>
<Tabelle>TestTabelle</Tabelle>
</Member0>
<Member1>
<Attribute>OPTIONAL</Attribute>
<Spalte>Token</Spalte>
<Tabelle>TestTabelle</Tabelle>
</Member1>
</AuswahlMembers>
<CompareMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>Description</Spalte>
</Member0>
</CompareMembers>
<Equalsmembers>
<Anzahl>4</Anzahl>
<Member0>
<Spalte>Id</Spalte>
</Member0>
<Member1>
<Spalte>Description</Spalte>
</Member1>
<Member2>
<Spalte>Deleted</Spalte>
</Member2>
<Member3>
<Spalte>Token</Spalte>
</Member3>
</Equalsmembers>
<HashCodeMembers>
<Anzahl>1</Anzahl>
<Member0>
<Spalte>Id</Spalte>
</Member0>
</HashCodeMembers>
<NReferenzen>
<Anzahl>0</Anzahl>
</NReferenzen>
<OrderMembers>
<Anzahl>1</Anzahl>
<Member0>
<Richtung>ASC</Richtung>
<Spalte>Description</Spalte>
<Tabelle>TestTabelle</Tabelle>
</Member0>
</OrderMembers>
<ToComboStringMembers>
<Anzahl>2</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
<Member1>
<Prefix> (</Prefix>
<Spalte>Token</Spalte>
<Suffix>)</Suffix>
</Member1>
</ToComboStringMembers>
<ToStringMembers>
<Anzahl>2</Anzahl>
<Member0>
<Prefix></Prefix>
<Spalte>Description</Spalte>
<Suffix></Suffix>
</Member0>
<Member1>
<Prefix> (</Prefix>
<Spalte>Token</Spalte>
<Suffix>)</Suffix>
</Member1>
</ToStringMembers>
</Codegenerator>
<Farben>
<Hintergrund>dunkelgr&uuml;n</Hintergrund>
<Schrift>schwarz</Schrift>
</Farben>
<FirstGenerationDone>false</FirstGenerationDone>
<History></History>
<InDevelopment>false</InDevelopment>
<Kommentar></Kommentar>
<NMRelation>false</NMRelation>
<Name>TestTabelle</Name>
<Options>
<Count>0</Count>
</Options>
<Panels>
<Anzahl>1</Anzahl>
<Panel0>
<PanelClass></PanelClass>
<PanelNumber>0</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Daten</TabTitle>
<TabToolTipText>Hier können Sie die Daten des Objekt warten</TabToolTipText>
</Panel0>
</Panels>
<Spalten>
<Anzahl>5</Anzahl>
<Codegenerator>
<ActiveInApplication>false</ActiveInApplication>
<AdditionalCreateConstraints></AdditionalCreateConstraints>
<Codegeneratoroptionen></Codegeneratoroptionen>
<Codeverzeichnis>.</Codeverzeichnis>
<Codieren>true</Codieren>
<DynamicCode>true</DynamicCode>
<Inherited>false</Inherited>
<Kontextname></Kontextname>
<UniqueFormula></UniqueFormula>
</Codegenerator>
<Spalte0>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Id</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte0>
<Spalte1>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Boolean</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue>0</IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Deleted</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte1>
<Spalte2>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>true</Editormember>
<LabelText>Bezeichnung</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>B</Mnemonic>
<Position>1</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldDescription</RessourceIdentifier>
<ToolTipText>Geben Sie hier eine eindeutige,aussagekr&auml;ftige Bezeichnung ein.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Description</Name>
<NotNull>true</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte2>
<Spalte3>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Token</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText>K&uuml;rzel</LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic>K</Mnemonic>
<Position>2</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier>TextFieldToken</RessourceIdentifier>
<ToolTipText>Geben Sie hier ein eindeutiges, aussagekr&auml;ftiges K&uuml;rzel ein.</ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>true</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Token</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>true</Unique>
</Spalte3>
<Spalte4>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History></History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Referenz</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<Referenz>
<Direction0>UP</Direction0>
<Direction1>DOWN</Direction1>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Spalte>DomainScheme</Spalte>
<Tabelle>DomainScheme</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>UP</Direction0>
<Direction1>DOWN</Direction1>
<Name>Main</Name>
<Offset0>25</Offset0>
<Offset1>25</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte4>
</Spalten>
<Stereotype>
<Anzahl>1</Anzahl>
</Stereotype>
<Stereotype0>Deactivatable</Stereotype0>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Name>Main</Name>
<X>500</X>
<Y>1275</Y>
</View0>
</Views>
</Tabelle6>
<Tabelle7>
<Aufgehoben>false</Aufgehoben>
<Codegenerator>
<AuswahlMembers>
<Anzahl>0</Anzahl>
</AuswahlMembers>
<CompareMembers>
<Anzahl>0</Anzahl>
</CompareMembers>
<Equalsmembers>
<Anzahl>0</Anzahl>
</Equalsmembers>
<HashCodeMembers>
<Anzahl>0</Anzahl>
</HashCodeMembers>
<NReferenzen>
<Anzahl>0</Anzahl>
</NReferenzen>
<OrderMembers>
<Anzahl>0</Anzahl>
</OrderMembers>
<ToComboStringMembers>
<Anzahl>0</Anzahl>
</ToComboStringMembers>
<ToStringMembers>
<Anzahl>0</Anzahl>
</ToStringMembers>
</Codegenerator>
<Farben>
<Hintergrund>pastell-gelb</Hintergrund>
<Schrift>schwarz</Schrift>
</Farben>
<FirstGenerationDone>false</FirstGenerationDone>
<History>@changed null - Added.</History>
<InDevelopment>false</InDevelopment>
<Kommentar></Kommentar>
<NMRelation>false</NMRelation>
<Name>MultiKeyTabelle</Name>
<Options>
<Count>0</Count>
</Options>
<Panels>
<Anzahl>1</Anzahl>
<Panel0>
<PanelClass></PanelClass>
<PanelNumber>0</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Daten</TabTitle>
<TabToolTipText>Hier können Sie die Daten des Objekt warten</TabToolTipText>
</Panel0>
</Panels>
<Spalten>
<Anzahl>2</Anzahl>
<Codegenerator>
<ActiveInApplication>false</ActiveInApplication>
<AdditionalCreateConstraints></AdditionalCreateConstraints>
<Codegeneratoroptionen></Codegeneratoroptionen>
<Codeverzeichnis>.</Codeverzeichnis>
<Codieren>true</Codieren>
<DynamicCode>true</DynamicCode>
<Inherited>false</Inherited>
<Kontextname></Kontextname>
<UniqueFormula></UniqueFormula>
</Codegenerator>
<Spalte0>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History>@changed null - Added.</History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Id0</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte0>
<Spalte1>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Token</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History>@changed null - Added.</History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Id1</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte1>
</Spalten>
<Stereotype>
<Anzahl>0</Anzahl>
</Stereotype>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Name>Main</Name>
<X>1075</X>
<Y>1275</Y>
</View0>
</Views>
</Tabelle7>
<Tabelle8>
<Aufgehoben>false</Aufgehoben>
<Codegenerator>
<AuswahlMembers>
<Anzahl>0</Anzahl>
</AuswahlMembers>
<CompareMembers>
<Anzahl>0</Anzahl>
</CompareMembers>
<Equalsmembers>
<Anzahl>0</Anzahl>
</Equalsmembers>
<HashCodeMembers>
<Anzahl>0</Anzahl>
</HashCodeMembers>
<NReferenzen>
<Anzahl>0</Anzahl>
</NReferenzen>
<OrderMembers>
<Anzahl>0</Anzahl>
</OrderMembers>
<ToComboStringMembers>
<Anzahl>0</Anzahl>
</ToComboStringMembers>
<ToStringMembers>
<Anzahl>0</Anzahl>
</ToStringMembers>
</Codegenerator>
<Farben>
<Hintergrund>goldgelb</Hintergrund>
<Schrift>schwarz</Schrift>
</Farben>
<FirstGenerationDone>false</FirstGenerationDone>
<History>@changed null - Added.</History>
<InDevelopment>false</InDevelopment>
<Kommentar></Kommentar>
<NMRelation>false</NMRelation>
<Name>MultiKeyReferenzTabelle</Name>
<Options>
<Count>0</Count>
</Options>
<Panels>
<Anzahl>1</Anzahl>
<Panel0>
<PanelClass></PanelClass>
<PanelNumber>0</PanelNumber>
<TabMnemonic>1</TabMnemonic>
<TabTitle>1.Daten</TabTitle>
<TabToolTipText>Hier können Sie die Daten des Objekt warten</TabToolTipText>
</Panel0>
</Panels>
<Spalten>
<Anzahl>3</Anzahl>
<Codegenerator>
<ActiveInApplication>false</ActiveInApplication>
<AdditionalCreateConstraints></AdditionalCreateConstraints>
<Codegeneratoroptionen></Codegeneratoroptionen>
<Codeverzeichnis>.</Codeverzeichnis>
<Codieren>true</Codieren>
<DynamicCode>true</DynamicCode>
<Inherited>false</Inherited>
<Kontextname></Kontextname>
<UniqueFormula></UniqueFormula>
</Codegenerator>
<Spalte0>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>true</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Ident</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>false</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History>@changed null - Added.</History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Id</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>true</PrimaryKey>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte0>
<Spalte1>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Description</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History>@changed null - Added.</History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Ref0</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<Referenz>
<Direction0>UP</Direction0>
<Direction1>UP</Direction1>
<Offset0>0</Offset0>
<Offset1>0</Offset1>
<Spalte>Id0</Spalte>
<Tabelle>MultiKeyTabelle</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>UP</Direction0>
<Direction1>UP</Direction1>
<Name>Main</Name>
<Offset0>0</Offset0>
<Offset1>0</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte1>
<Spalte2>
<AlterInBatch>false</AlterInBatch>
<Aufgehoben>false</Aufgehoben>
<CanBeReferenced>false</CanBeReferenced>
<Disabled>false</Disabled>
<Domain>Token</Domain>
<Editordescriptor>
<Editormember>false</Editormember>
<LabelText></LabelText>
<MaxCharacters>0</MaxCharacters>
<Mnemonic></Mnemonic>
<Position>0</Position>
<ReferenceWeight>keine</ReferenceWeight>
<RessourceIdentifier></RessourceIdentifier>
<ToolTipText></ToolTipText>
</Editordescriptor>
<ForeignKey>true</ForeignKey>
<Global>false</Global>
<GlobalId>false</GlobalId>
<HideReference>false</HideReference>
<History>@changed null - Added.</History>
<IndexSearchMember>false</IndexSearchMember>
<Indexed>false</Indexed>
<IndividualDefaultValue></IndividualDefaultValue>
<Kodiert>false</Kodiert>
<Kommentar></Kommentar>
<Konsistenz>
<Writeablemember>false</Writeablemember>
</Konsistenz>
<LastModificationField>false</LastModificationField>
<ListItemField>false</ListItemField>
<Name>Ref1</Name>
<NotNull>false</NotNull>
<PanelNumber>0</PanelNumber>
<Parameter></Parameter>
<PrimaryKey>false</PrimaryKey>
<Referenz>
<Direction0>UP</Direction0>
<Direction1>UP</Direction1>
<Offset0>0</Offset0>
<Offset1>0</Offset1>
<Spalte>Id1</Spalte>
<Tabelle>MultiKeyTabelle</Tabelle>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Direction0>UP</Direction0>
<Direction1>UP</Direction1>
<Name>Main</Name>
<Offset0>0</Offset0>
<Offset1>0</Offset1>
<Points>
<Anzahl>0</Anzahl>
</Points>
</View0>
</Views>
</Referenz>
<RemovedStateField>false</RemovedStateField>
<SequenceForKeyGeneration></SequenceForKeyGeneration>
<TechnicalField>false</TechnicalField>
<Unique>false</Unique>
</Spalte2>
</Spalten>
<Stereotype>
<Anzahl>0</Anzahl>
</Stereotype>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Name>Main</Name>
<X>1075</X>
<Y>1075</Y>
</View0>
</Views>
</Tabelle8>
</Tabellen>
<Views>
<Anzahl>1</Anzahl>
<View0>
<Beschreibung>Diese Sicht beinhaltet alle Tabellen des Schemas</Beschreibung>
<Name>Main</Name>
<ReferenzierteSpaltenAnzeigen>true</ReferenzierteSpaltenAnzeigen>
<Tabelle0>DataScheme</Tabelle0>
<Tabelle1>TableScheme</Tabelle1>
<Tabelle2>DomainScheme</Tabelle2>
<Tabelle3>ColumnScheme</Tabelle3>
<Tabelle4>StereotypeScheme</Tabelle4>
<Tabelle5>StereotypeSchemeTableScheme</Tabelle5>
<Tabelle6>TestTabelle</Tabelle6>
<Tabellenanzahl>7</Tabellenanzahl>
<TechnischeSpaltenVerstecken>false</TechnischeSpaltenVerstecken>
</View0>
</Views>
</Diagramm>
|
src/fltk-widgets-inputs-secret.ads | micahwelf/FLTK-Ada | 1 | 4674 | <gh_stars>1-10
package FLTK.Widgets.Inputs.Secret is
type Secret_Input is new Input with private;
type Secret_Input_Reference (Data : not null access Secret_Input'Class) is
limited null record with Implicit_Dereference => Data;
package Forge is
function Create
(X, Y, W, H : in Integer;
Text : in String)
return Secret_Input;
end Forge;
procedure Draw
(This : in out Secret_Input);
function Handle
(This : in out Secret_Input;
Event : in Event_Kind)
return Event_Outcome;
private
type Secret_Input is new Input with null record;
overriding procedure Finalize
(This : in out Secret_Input);
pragma Inline (Draw);
pragma Inline (Handle);
end FLTK.Widgets.Inputs.Secret;
|
Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_181.asm | ljhsiun2/medusa | 9 | 22233 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1b2d7, %rax
nop
nop
nop
nop
cmp $32064, %rsi
and $0xffffffffffffffc0, %rax
vmovaps (%rax), %ymm5
vextracti128 $1, %ymm5, %xmm5
vpextrq $1, %xmm5, %r12
nop
add $3164, %r13
lea addresses_WC_ht+0x1e765, %rsi
nop
nop
nop
nop
nop
dec %r14
mov (%rsi), %dx
nop
nop
nop
nop
sub $10384, %r14
lea addresses_UC_ht+0xeac5, %rsi
lea addresses_A_ht+0x5fd7, %rdi
nop
nop
and %rdx, %rdx
mov $34, %rcx
rep movsq
nop
nop
nop
cmp %rcx, %rcx
lea addresses_WT_ht+0x2507, %rsi
lea addresses_WT_ht+0xfcc7, %rdi
nop
nop
cmp $16455, %r13
mov $20, %rcx
rep movsb
nop
nop
nop
nop
and %r14, %r14
lea addresses_normal_ht+0x16717, %rsi
inc %rdi
movw $0x6162, (%rsi)
nop
nop
nop
nop
nop
and %r12, %r12
lea addresses_normal_ht+0xa577, %rsi
nop
nop
xor %r12, %r12
mov (%rsi), %rdx
nop
nop
nop
nop
nop
cmp $20679, %rax
lea addresses_WT_ht+0x11fd7, %rsi
lea addresses_normal_ht+0x1c517, %rdi
sub %rax, %rax
mov $105, %rcx
rep movsb
nop
nop
nop
sub %r12, %r12
lea addresses_normal_ht+0x18d7, %rcx
nop
and $53493, %r12
mov (%rcx), %ax
nop
nop
add $57707, %r13
lea addresses_UC_ht+0x1b063, %rax
nop
nop
nop
nop
nop
inc %r12
mov (%rax), %si
xor $44701, %rax
lea addresses_A_ht+0x9617, %rdx
nop
nop
add %rcx, %rcx
and $0xffffffffffffffc0, %rdx
movaps (%rdx), %xmm3
vpextrq $0, %xmm3, %r14
sub %rdx, %rdx
lea addresses_A_ht+0x13fd7, %rsi
lea addresses_WT_ht+0x27d7, %rdi
nop
nop
xor $47350, %r12
mov $58, %rcx
rep movsl
nop
nop
inc %r14
lea addresses_WT_ht+0x1bd7, %rsi
lea addresses_WC_ht+0x157d7, %rdi
add %r14, %r14
mov $101, %rcx
rep movsl
nop
and %rdi, %rdi
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %rax
pop %r14
pop %r13
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r14
push %r15
push %r8
push %rax
push %rcx
// Store
lea addresses_WC+0xc57, %rax
nop
nop
nop
nop
nop
and $19195, %r8
mov $0x5152535455565758, %r12
movq %r12, %xmm2
movups %xmm2, (%rax)
nop
cmp $4411, %r8
// Faulty Load
lea addresses_A+0x97d7, %r15
nop
inc %rcx
mov (%r15), %r8
lea oracles, %rcx
and $0xff, %r8
shlq $12, %r8
mov (%rcx,%r8,1), %r8
pop %rcx
pop %rax
pop %r8
pop %r15
pop %r14
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_A', 'AVXalign': False, 'size': 1, 'NT': False, 'same': False, 'congruent': 0}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC', 'AVXalign': False, 'size': 16, 'NT': False, 'same': False, 'congruent': 7}}
[Faulty Load]
{'src': {'type': 'addresses_A', 'AVXalign': False, 'size': 8, 'NT': False, 'same': True, 'congruent': 0}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_UC_ht', 'AVXalign': True, 'size': 32, 'NT': False, 'same': True, 'congruent': 7}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 1}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_UC_ht', 'congruent': 1, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_A_ht', 'congruent': 10, 'same': True}}
{'src': {'type': 'addresses_WT_ht', 'congruent': 4, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WT_ht', 'congruent': 4, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 5}}
{'src': {'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 8, 'NT': False, 'same': False, 'congruent': 5}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_WT_ht', 'congruent': 6, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_normal_ht', 'congruent': 2, 'same': False}}
{'src': {'type': 'addresses_normal_ht', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 7}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 1}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_A_ht', 'AVXalign': True, 'size': 16, 'NT': True, 'same': True, 'congruent': 6}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_A_ht', 'congruent': 8, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WT_ht', 'congruent': 7, 'same': False}}
{'src': {'type': 'addresses_WT_ht', 'congruent': 5, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 11, 'same': False}}
{'35': 21828, '00': 1}
00 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35
*/
|
oeis/292/A292444.asm | neoneye/loda-programs | 11 | 24148 | ; A292444: Number of non-isomorphic finite multisets that cannot be expressed as the multiset-union of a set of sets.
; 0,1,1,2,3,5,6,9,12,17,22
mov $2,1
mov $3,$0
mul $3,5
lpb $3
div $1,2
mul $1,$0
mul $2,$3
add $1,$2
div $1,2
cmp $6,0
add $5,$6
div $1,$5
div $2,$5
sub $3,1
max $3,1
add $4,1
lpe
mul $1,$0
div $1,$2
lpb $4
add $1,1
dif $4,4
lpe
mov $0,$1
|
cromemcosim/z1mon-1.0.asm | qoelet/z80pack | 85 | 101674 | <filename>cromemcosim/z1mon-1.0.asm
;
; CROMEMCO Z-1 MONITOR SOURCE
;
; RETYPED FROM MANUAL AND MODIFIED TO ASSEMBLE WITH INTEL MACRO-80
; DECEMBER 2014, UDO MUNK
;
;PPAGE EQU 0E1H ;MUST BE THE HIGHER OF A PAIR OF NON-RAM PAGES.
PPAGE EQU 0FFH ;PROM CAN'T BE DETECTED YET!
;PSW EQU 6 ;DEFINED BY INTEL ASSEMBLER ALREADY
;SP EQU 6
PF EQU 80H ;PRIME-ABLE REG FLAG
R2F EQU 40H ;2-BYTE REG FLAG
BELL EQU 07
ESC EQU 1BH
CR EQU 0DH
LF EQU 0AH
STAT EQU 0
DAV EQU 40H
TBE EQU 80H
DATA EQU 1
TEMPS EQU 16H ;ROOM FOR TEMP STORAGE
RSTLC EQU 30H ;RST LOCATION
CASE EQU 20H ;DIFF BETW LOWER & UPPER CA
;
; Z80 OP-CODES
JR EQU 18H
JRC EQU 38H
JRNC EQU 30H
JRZ EQU 28H
JRNZ EQU 20H
DJNZ EQU 10H
EXAF EQU 08 ;EX AF,AF'
EXX EQU 0D9H
RLD EQU 0EDH
RLD1 EQU 6FH
CPI0 EQU 0EDH
CPI1 EQU 0A1H
CPIR EQU 0EDH
CPIR1 EQU 0B1H
LDI EQU 0EDH
LDI1 EQU 0A0H
LDIR EQU 0EDH
LDIR1 EQU 0B0H
LDD EQU 0EDH
LDD1 EQU 0A8H
LDDR EQU 0EDH
LDDR1 EQU 0B8H
SET5A EQU 0CBH
ST5A1 EQU 0EFH
;
IX EQU 0DDH
IY EQU 0FDH
;
; DISPLACEMENTS FROM IX OF HI BYTE OF REG PAIRS
DUPC EQU 0
DUSP EQU -2
DUAF EQU -4
DUBC EQU -6
DUDE EQU -8
DUHL EQU -10
DUIT EQU -12 ;USER I & INTERRUPT ENABLE
DUIX EQU -14
DUIY EQU -16
DUAF2 EQU -18
DUBC2 EQU -20
DUDE2 EQU -22
DUHL2 EQU -24
ORG 0E000H
START:
;
; ENTER MONITOR FROM RESET
;
MVI A,1
OUT 40H ;SELECT BANK 0
;
; PLACE SYS STACK AT HIGHEST PAGE OF AVAILABLE RAM.
; ALLOW ROOM FOR TEMP STORAGE.
;
LXI H,00FFH-TEMPS+2
INIT: DCR H
MOV A,M
INR M
CMP M ;DID IT CHANGE?
DB JRZ
DB INIT-$-1
DCR M ;YES. RESTORE IT.
;
; HL NOW POINTS TO BP STACK END
;
MVI M,0 ;BP STACK END MARK
MOV A,L ;SAVE
DCX H ;STORAGE FOR BPSP,LO
MOV M,A ;STORE BPSP,LO
LXI D,DUHL2-2
DAD D ;TO END OF REG STORAGE
SPHL ;SYS SP
;
DB 0EDH ;SBC HL,DE: BACK TO UPC;HI
DB 52H ;(CY WAS SET BY 'DAD D')
PUSH H
DB IX
POP H ;POP IX: STORAGE PNTR
;
MVI D,PPAGE ;FORCE USER SP TO
DCX H
DCX H
MOV M,D ;POINT TO PROM
;
; SET BAUD RATE
;
INIT1: MVI A,0D8H ;300 BAUD
CALL BAUD
MVI A,0F4H ;110 BAUD
CNZ BAUD
DB JRNZ
DB INIT1-$-1
;
LXI H,HEAD ;HEADING
CALL PMSG
;
DB JR
DB CMND-$-1
;
BAUD: OUT STAT ;SET BAUD RATE
CALL GBYTE
CALL GBYTE ;CAN WE
ANI 7FH ;READ
CPI CR ;A CR?
RET
;
; ENTER MONITOR FROM BRKPT
;
; SAVE MACHINE STATE. SAVES ALL REGS INCLUDING
; SP, FINDS THE TOP OF RAM INSTALLED IN MACHINE
; & SWITCHES THE STACK THERE.
;
SVMS: XTHL ;ADJUST BRKPT RET ADDR
DCX H
XTHL
;
PUSH H ;SAVE
LXI H,4
DAD SP ;USP (USER-SP)
XTHL ;TO STACK
;
PUSH PSW ;UAF
PUSH B ;UBC
PUSH D ;UDE
PUSH H ;UHL
;
; FIND SYS STACK AGAIN
;
LXI H,00FFH-TEMPS
SVMS1: DCR H ;DECRM MEM PAGE
MOV A,M
INR M
CMP M ;DID IT CHANGE?
DB JRZ
DB SVMS1-$-1
DCR M ;YES. RESTORE IT.
;
XCHG
LXI H,11
DAD SP ;PNTS TO BPRA, HI BYTE
LXI B,12
DB LDDR ;TRANSFER TO SYS STACK
DB LDDR1
INX D ;DE HAS CURRENT VALUE OF SYS SP AND POINTS TO UR
INX H ;HL HAS CURRENT VALUE OF USER SP AND ALSO POINTS
;TO UR
XCHG
SPHL ;SYS SP
;
DB 0EDH ;LD A,I
DB 57H
MVI C,0
JPO SVMS3 ;IFF?
INR C ;C NOW HOLDS USER-IFF
SVMS3: MOV B,A
PUSH B ;UIF (USER-I & USER-IFF)
;
DB IX
PUSH H ;PUSH IX: UIX
DB IY
PUSH H ;PUSH IY: UIY
LXI B,DUPC-DUHL+1
DAD B ;PNTS TO UPC, HI BYTE
PUSH H
DB IX
POP H ;TO IX (POINTS TO UPC)
;
DB EXAF
PUSH PSW
DB EXX
PUSH B ;UBC2
PUSH D ;UDE2
PUSH H ;UHL2
;
DB IX
PUSH H ;PUSH IX
POP H
INX H ;POINTS TO BPSP,LO
MOV L,M ;BPSP NOW IN HL
;
; CLEAR ALL BRKPTS
;
CLBP1: MOV A,M ;BP STK EMPTY?
ORA A
DB JRZ
DB CLBP2-$-1
;
DCX H
MOV D,M
DCX H
MOV E,M
DCX H
MOV A,M
STAX D ;RESTORE CONTENTS TO MEM
DCX H
DB JR
DB CLBP1-$-1
;
CLBP2: MOV A,L
DCX H
MOV M,A ;ADJUST BPSP
;
CALL DSPR ;DISPLAY USER REGISTERS
;
; GET 1-BYTE COMMAND.
; RETURNS VALUE IN HL & JUMPS TO THAT ADDR.
;
CMND: CALL CRLF
CMND1: LXI H,PRMPT
CALL PMSG
; HL NOW PNTS TO TBL ADDR
CALL GCMND ;DE GETS LETTER - 'A'
XCHG
DAD H ;TIMES 2
DAD D ; + TBL ADDR
MOV E,M
INX H
MOV D,M
XCHG
LXI D,CMND1 ;SET UP RETURN
PUSH D ;TO CMND
MOV A,C ;A & C HAVE CMND DELIMITER
PCHL
;
; REJECTS ALL BUT ALPHABETIC CHARACTERS.
; RETURNS THE CHAR LESS THE ASCII VALUE OF 'A'.
;
ABCYZ: SUI 'A'+CASE ;'A' OR ABOVE?
DB JRC
DB ERROR-$-1
CPI 25D ;'Y' OR BELOW?
RC ;IF NOT, CONTINUE BELOW
;
; ERROR & ESCAPE. RETURNS TO CMND WITH SP
; POINTING TO SAVED-REG AREA (UHL2).
;
ERROR: CALL PSQS ;PRINT '? <BELL>'
ESCPE: DB IX
PUSH H ;PUSH IX
POP H
LXI D,DUHL2-1-DUPC
DAD D
SPHL
DB JR
DB CMND-$-1 ;GET NEW CMND
;
; PROGRAM PROMS. ABORTS IF DESTINATION
; IS NOT ON A 1K (400H) BOUNDARY, SWATH
; WIDTH IS NOT A MULTIPLE OF 1K.
;
PROG: MVI B,181 ;360 ITERATION
PROG1: PUSH B ;SAVE # OF ITERATIONS
CALL LD2N ;SOURCE TO DE,INCRM TO BC,
PUSH PSW ;SAVE LATEST DELIMITER
MOV A,B ;IS INCRM A MULT OF 1024?
ANI 3
ORA C
DB JRNZ
DB ERROR-$-1
POP PSW ;LAST DELIMITER
CALL LINCR ;SOURCE TO HL, DEST TO DE
MOV A,D ;IS DEST A MULT OF 1024?
ANI 3
ORA E
DB JRNZ
DB ERROR-$-1
;
PROG3: POP PSW ;ITERATION
PUSH PSW
PUSH B ;INCREMENT
LXI B,1024
PUSH B ;SAVE
CALL MVE ;MOVE IT
POP B ;RETRIEVE
XTHL ;INCRM TO HL
ORA A ;RESET CY
DB 0EDH ;SBC HL,BC
DB 42H
XTHL ;SOURCE BACK TO HL
POP B ;NEW INCRM
DB JRNZ
DB PROG3-$-1 ;LOOP IF INCRM NOT 0
POP PSW ;CLEAN UP
RET ;BACK TO CMND
;
; COMMAND
;
; DISPLAY THE USER REGISTERS.
;
DSPR: CALL CRLF
DB IX
PUSH H ;PUSH IX
POP H ;POINTS TO UPC
MVI B,2 ;UPC & USP
CALL PREGS
MVI B,7 ;UAF THRU UIY
CALL PREGS
MVI B,4 ;UAF2 THRU UHL2
PREGS: CALL P2BMS ;PRINT 2 BYTES PNTED TO B
DB DJNZ
DB PREGS-$-1
; (CONTINUE BELOW)
;
; PRINT CR & LF. PRESERVES ALL REGS BUT A.
;
CRLF: MVI A,CR
; (CONTINUE BELOW)
;
; PRINT THE CHARACTER IN THE A-REGISTER. (CHECKS
; INPUT FOR ESCAPE.) PRESERVES ALL REGS.
PCHR: PUSH PSW ;SAVE THE CHAR
IN STAT
ANI DAV
DB JRZ
DB PCHR2-$-1
IN DATA
ANI 7FH
;
PCHR1: CPI ESC
DB JRZ
DB ESCPE-$-1
;
PCHR2: IN STAT
ANI TBE
DB JRZ
DB PCHR2-$-1
POP PSW
OUT DATA
PUSH PSW
PUSH H
LXI H,LFNN
CPI CR
CZ PMSG
POP H
POP PSW
RET
;
; GET CHARATER. RETURNS IT IN A. CONVERTS
; ALPHA CHARS TO LOWER-CASE. ALTERS F.
;
GCHR: CALL GBYTE
ANI 7FH
CPI 'A'
DB JRC
DB GCHR1-$-1
ORI 20H ;CONVERT TO LOWER-CASE
GCHR1: PUSH PSW ;SAVE THE CHAR
DB JR
DB PCHR1-$-1 ;PRINT IT
;
GBYTE: IN STAT
ANI DAV
DB JRZ
DB GBYTE-$-1
IN DATA
RET
;
; PRINT 2 BYTES IN (HL) & (HL - 1).
; DECREMENTS HL BY 2. ALTERS A. PRESERVES OTHERS
;
P2BMS: CALL PNM
DCX H
CALL PNM
DCX H
;
; PRINTS SPACE. PRESERVES ALL REGS BUT A.
;
SPACE: MVI A,20H
DB JR
DB PCHR-$-1
;
; IF HL IS A MULTIPLE OF 16, DO PADDR.
;
CK16B: MVI A,15
;
; ENTER WITH A CONTAINING N. IF HL IS A MULTIPLE
; OF N+1, DO PADDR.
;
CKBND: ANA L
RNZ
;
; PRINT THE NUMBER IN HL, FOLLOWED BY A COLON.
; PRESERVES ALL REGS EXCEPT A.
;
PADDR: CALL CRLF
PADR1: CALL PNHL
MVI A,':'
DB JR
DB PCHR-$-1
;
; LOAD TWO NUMBERS. FOLLOW WITH A CRLF.
;
L2NCR: CALL LD2N
;
; SKIP INITIAL SPACES.
; IF DELIMITER NOT A CR, ERROR
;
SKSGC: CALL SKSG ;LOOK FOR A NON-SPACE
CPI CR ;CR?
JNZ ERROR
RET
;
; LOAD TWO NUMBERS. LOADS DE WITH THE BEGINNING
; ADDR, N1. LOADS BC & HL WITH THE INCREMENT
; N2-N1+1 (OR WITH N2 IF THE OPR IS 'S').
; RETURN WITH LAST DELIMITER IN A.
;
LD2N: CALL GNHL ;N1 TO HL, DELIMITER TO A
XCHG ;SAVE N1 IN DE
CALL SKSG ;GET NEXT NON-SPACE CHAR
CPI 'S'+CASE ;SWATH?
DB JRNZ
DB LD2N1-$-1
;
XRA A ;YES
CALL GNHL ;INCREMENT TO HL
DB JR
DB LD2N2-$-1
;
LD2N1: CALL GNHL ;INCREMENT
ORA A ;CLEAR CY
DB 0EDH ;SBC HL,DE
DB 52H ;N2-N1
INX H ;INCLUDE END POINT
LD2N2: MOV B,H
MOV C,L ;BC GETS THE INCRM
RET
;
; LOAD 3 OPERANDS. HL GETS SOURCE, DE THE
; 3RD OPERAND, BC THE INCREMENT & A THE
; LOW BYTE OF THE 3RD OPERAND.
;
LD3N: CALL LD2N
; (CONTINUE BELOW)
;
; TRANSFER DE TO HL. ENTER WITH SPACE OR
; 1ST DIGIT OF NUMBER IN A. GET NUMBER
; INTO DE WITH LOW BYTE ALSO TO A.
; FINISHES WITH A CRLF.
;
LINCR: CALL GNHL ;SKIP SPACES, LOAD HL
CALL SKSGC ;WAIT FOR A CR
MOV A,L
XCHG
RET
;
; CLEARS HL. IF ENTERED WITH HEX CHAR IN A,
; SHIFTS IT INTO HL. O/W, IGNORES LEADING
; SPACES. FIRST CAHR MUST BE HEX. CONTINUES
; SHIFT UNTIL A NON-HEX CHAR RECEIVED & THEN
; RETURNS WITH THE LETTER IN A.
; PRESERVES B,C,D,E.
;
GNHL: PUSH B ;SAVE
GNHL1: LXI H,0 ;CLEAR BUFFER
; STRIP LEADING SPACES & GET CHAR
CALL SKSG
; FIRST CHAR MUST BE HEX
CALL HEXSH ;IF HEX, SHIFT INTO HL
JC ERROR ;O/W,RETRY
GNHL3: CALL GCHR
GNHL5: CALL HEXSH ;IF HEX SHIFT INTO HL
MOV A,B ;RESTORE CHAR
DB JRNC
DB GNHL3-$-1 ;IF HEX, CONTINUE
POP B ;IF NON-HEX, DONE
RET
;
; IF A CONTAINS HEX CHAR, SHIFTS BINARY EQUIVALE
; INTO HL. IF NOT HEX, RET WITH CY SET. SAVES
; ORIGINAL CHAR IN B
;
HEXSH: MOV B,A
SUI '0' ;< '0'?
RC
ADI '0'-'G'-CASE
RC
SUI 'A'-'G'
DB JRNC ;OK IF >= 'A'
DB HXSH0-$-1
ADI 'A'-'9'-1+CASE
RC
HXSH0: DW 0AC6H ;ADI '9'+1-'0'
; THE A-REG NOW CONTAINS THE HEX DIGIT IN BINARY
; (THE HIGH-ORDER NIBBLE OF A IS 0.)
HXSH4: CALL HXSH1 ;SHIFT 4 BITS INTO HL
CALL HXSH1
CALL HXSH1
;
HXSH1: RLC ;SHIFT INTO BIT 4
DAD H ;SHIFT LEFT
; CLEAR CY IN CASE OF RET FROM HEXSH
ORA A
DB 0CBH ;BIT 4,A
DB 67H ;IS IT 0?
RZ
INX H
RET
;
; RETURNS WITH A NON-SPACE IN THE A-REG.
; IF ENTERED WITH A-REG CONTAINING A NULL
; OR A SPACE, GETS NEW CHARS UNTIL FIRST
; NON-SPACE OCCURS. ALTERS AF.
;
SKSG0: XRA A ;START WITH A NULL
;
SKSG: ORA A ;DOES A CONTAIN NULL?
SKSG1: CZ GCHR
CPI 20H ;SPACE?
DB JRZ
DB SKSG1-$-1
RET
;
; PRINT THE NUMBER IN HL. PRESERVES ALL REGS.
;
PNHL: PUSH PSW
PUSH H ;TO STACK
CALL P4HEX
POP H
POP PSW
RET
;
; PRINT SPACE FOLLOWED BY THE NUMBER POINTED
; TO BY HL. ALTERS A ONLY.
;
PSNM: CALL SPACE
; (CONTINUE BELOW)
;
; PRINTS THE NUMBER POINTED TO BY HL.
; PRESERVES ALL REGISTERS.
;
PNM: PUSH PSW
CALL P2HEX
POP PSW
RET
;
; PRINTS 4 HEX CHARS FROM TOP OF STACK.
; ALTERS F,H,L.
;
P4HEX: LXI H,3
DAD SP ;HL = SP
CALL P2HEX ;HIGH BYTE
DCX H ;LOW BYTE
;
; PRINT THE NUMBER POINTED TO BY HL.
; PRESERVES ALL REGS EXCEPT AF.
P2HEX: MOV A,M ;GET THE NUMBER
RRC
RRC
RRC
RRC
CALL P1HEX ;LEFT NIBBLE
MOV A,M ;NOW DO THE RIGHT NIBBLE
P1HEX: ANI 0FH ;MASK
CPI 10 ;<= 9?
DB JRC
DB P1HX1-$-1
ADI 7 ;A THRU F
P1HX1: ADI 30H ;ASCII BIAS
JMP PCHR ;PRINT IT
;
; PRINT MESSAGE. ENTER WITH ADDR OF MSG
; IN HL. MSG IS TERMINATED BY 00 THRU 07.
; PRESERVES FLAGS, CLEARS A, INCRM HL.
;
; PRINT '? <BELL>'
;
PSQS: LXI H,SQS
;
PMSG: MVI A,0 ;CLEAR A (FOR GNHL)
PUSH PSW ;SAVE FLAGS
PMSG1: MOV A,M
INX H
CALL PCHR
ANI 0F8H ;<NULL> THRU <BELL>?
DB JRNZ
DB PMSG1-$-1
POP PSW
RET
;
; DE GETS THE FIRST ALPHA CHAR - 'A'.
; C GETS THE FIRST DELIMITER.
; B IS INITIALIZED TO '0' & RETURNS
; THE LAST CMND CHARACTER.
;
GCMND: CALL SKSG0 ;GET NON-SPACE
CALL ABCYZ ;ALPHA CHECK
MOV E,A
MVI D,0 ;DE HAS TBL DISPLACEMENT
MVI B,'O'+CASE ;INITIALIZE FOR GO CMND
GCMN1: CALL GCHR ;GET CHAR
CPI 30H ;DELIMITER?
MOV C,A ;DELIM STORE
RC ;IF SO, DONE
MOV B,A ;LAST CHAR STORE
DB JR
DB GCMN1-$-1
;
; COMMAND
;
VERIF: CALL LD3N ;GET 3 OPERANDS
;
; COMPARES TWO AREAS OF MEMORY. ENTER WITH
; SOURCE IN HL. DESTINATION IN DE & COUNT
; IN BC. ALTERS ALL REGISTERS.
;
VRFY: LDAX D ;DESTINATION
DB CPI0 ;COMPARE TO SOURCE
DB CPI1
CNZ CRLF ;IF NOT SAME, CRLF
DCX H ;(CPI INCRMS HL)
CNZ PNHL ; & PRINT SOURCE ADDR
CNZ PSNM ; & SOURCE CONTENTS
XCHG
CNZ PSNM ; & DEST CONTENTS
XCHG
INX H ;RESTORE HL FOR CPI
INX D ;NEXT DEST
JPO CRLF ;IF BC = 0, DONE
DB JR
DB VRFY-$-1
;
; COMMAND
;
MOVE: CALL LD3N ;OPERANDS
MVI A,1 ;# OF ITERATION
;
; MOVE FROM ONE LOCATION TO ANOTHER. ENTER
; WITH SOURCE ADDR IN HL, DEST IN DE, BYTE
; COUNT IN BC. THE MOVE IS ITERATED N TIMES,
; WHERE N = TWICE THE CONTENTS OF A, LESS ONE.
; INCREMENTS HL & DE BY BC. CHECKS RESULT
; & PRINTS THE ERRORS FOUND.
MVE: STC ;CY IS USED IN ITERATION COUNT
MVE1: PUSH H ;SOURCE
PUSH D ;DEST
PUSH B ;BYTE COUNT
DI ;FOR PROM PROGRAMMING
DB LDIR ;ONE ITERATION
DB LDIR1
EI
POP B
POP D
POP H
; ITERATION CALCULATIONS
CMC
DB JRC
DB MVE1-$-1
DCR A
DB JRNZ
DB MVE1-$-1
; CHECK RESULT
DB JR
DB VRFY-$-1
;
; COMMAND
;
; GO <CR> EXECUTION BEGINS AT USER PC.
;
; COMMAND
;
; GO <ADDR1>/<ADDR2> ... >ADDRN>
; EXECUTION BEGINS AT ADDR1 WITH BREAKPOINTS SET
; AT ADDR2,...,ADDRN.
;
GO: MOV A,B ;CHECK THAT THE LAST
CPI 'O'+CASE ;CMND CHAR IS 'O'
JNZ ERROR
MOV A,C ;CMND DELIMITER
MVI C,0 ;BP FLAG
GO1: CALL SKSG ;WAIT FOR NON-SPACE
CPI CR
DB JRZ
DB RETN-$-1 ;RETN IF CR
CPI '/' ;BP?
DB JRNZ
DB GO3-$-1
MVI C,1 ;SET BRKPT FLAG
LXI H,RSTLC ;TRANSFER
MVI M,0C3H ;'JMP SVMS' TO
LXI H,SVMS
SHLD RSTLC+1 ;RST LOC
XRA A
GO3: CALL GNHL ;GET ADDR
DW 41CBH ;BIT 0,C: FLAG SET?
XCHG
DB JRZ
DB GO5-$-1 ;JMP IF NO BP
DB IX
PUSH H ;PUSH IX
POP H
INX H
MOV L,M ;HL = BPSP
;
INX H ;BUMP BPSP
XCHG ;DE=BPSP, HL= BP ADDR
MOV B,M ;CONTENTS
MVI M,0C7H+RSTLC ;RST INSTRUCTION
XCHG ;HL=BPSP
MOV M,B ;TO BP STACK
INX H ;BUMP BPSP
MOV M,E ;BP ADDR TO STACK
INX H
MOV M,D
INX H
MVI M,01 ;PUNCTUATION (BP SET)
DB IX
MOV M,L ;LD (IX+1),L
DB 1
DB JR
DB GO1-$-1
; CHANGE USER PC
GO5: DB IX
MOV M,D ;LD (IX+DUPC),D
DB DUPC
DB IX
MOV M,E ;LD (IX+DUPC-1),E
DB DUPC-1
DB JR
DB GO1-$-1 ;BACK FOR MORE
;
RETN: POP H ;STRIP CMND ADDR FROM STK
POP H ;UHL2
POP D ;UDE2
POP B ;UBC2
POP PSW ;UAF2
DB EXX
DB EXAF
DB IY
POP H ;POP IY: UIY
DB IX
POP H ;POP IX: UIX
;
POP PSW ;UIF
DB 0EDH
DB 47H ;LD I,A: UI
DI
DB JRNC
DB RETN1-$-1
EI
; IFF NOW RESTORED
RETN1: POP H ;UHL
POP D ;UDE
POP B ;UBC
POP PSW ;UAF
XTHL ;USP TO HL, UHL TO (SP)
PUSH PSW
PUSH B
PUSH D
LXI B,10
XCHG ;USP TO DE
DCX D
LXI H,9
DAD SP
DB LDDR ;TRANSFER UPC THRU UHL, L
DB LDDR1 ;TO USER STACK
XCHG ;IS (USER SP - 1) RAM?
MOV A,M
INR M
CMP M ;DID IT CHANGE?
DB JRZ
DB RETN2-$-1
;
DCR M ;YES, RESTORE IT.
SPHL ;CHABGE TO USER STACK
INX SP ;CORRECT FOR LDDR EXTRA DCR
;
RETN2: POP D ;OTHERWISE, CONTINUE SYS
POP B
POP PSW
POP H
RET
;
; ENTER WITH HL POINTING TO MEMORY & B CONTAINING
; THE 2-BYTE REG FLAG.
; PRINTS SPACE, CONTENTS OF (HL) & ALSO (HL-1) FOR
; 2-BYTE REGS, GETS SUBSTITUTION VALUE INTO DE,
; WRITES E INTO (HL) OR (HL-1) FOR 2-BYTE REGS.
; RETURNS WITH Z-FLAG RESET IFF A CHANGE IS INDICATED
; (BY A LACK OF '.') FOR A 2-BYTE REG.
; PRESERVES BC,HL.
;
GSUBV: CALL PSNM ;PRINT (HL)
DB 0CBH ;BIT 6,B
DB 70H ;2-BYTE REG?
DB JRZ
DB GSBV1-$-1
DCX H ;YES, PRINT
CALL PNM ; LO BYTE
GSBV1: MVI A,'.'
CALL PCHR
CALL GCHR
CPI '.' ;SUSTITUTION?
CZ PCHR ;IF NOT, PRINT ANOTHER
DB JRZ
DB GSBV2-$-1
XCHG
CALL GNHL ;NEW VALUE
XCHG ;TO DE
MOV M,E ;LOAD MEM
; THE FOLLOWING TEST IS FOR SBSR
DB 0CBH ;BIT 6,B
DB 70H ;2-BYTE REG?
GSBV2: INX H
RET
;
; COMMAND
;
; SM <ADDR> SUBSTITUTE MEMORY LOCATION.
;
; COMMAND
;
; SR <REGISTER NAME> SUBSTITUTE USER REGISTER
;
; REGISTER NAMES: P (PC), S (SP),
; A, F, B, C, D, E, H, L,
; I, T (IFF), X (IX), Y (IY),
; A',F',B',C',D',E',H',L'.
;
SUBST: MOV A,B ;LAST CMND CHAR
CPI 'R'+CASE ;SR?
MOV A,C ;DELIMITER
DB JRZ
DB SBSR-$-1
;
SBSM: CALL GNHL ;HL GETS ADDR
SBSM1: MVI B,0 ;REG FLAGS
; PRINT CURRENT VALUE, REQUEST NEW VALUE &
; PRINT IT IF GIVEN
CALL GSUBV
MVI A,7 ;8 ENTRIES PER LINE
CALL CKBND
DB JR
DB SBSM1-$-1
;
SBSR: CALL GCMND ;DE GETS LETTER - 'A'
LXI H,RGTBL
DAD D ;PNTS TO REG DISPLACEMENT
MOV B,D ;D = 0
DB 0CBH ;BIT 7,(HL)
DB 7EH ;A THRU L?
DB JRZ
DB SBSR1-$-1
MOV A,C ;LAST CMND DELIMITER
CPI 20H ;SPACE?
DB JRZ
DB SBSR1-$-1
CPI '''' ;PRIMED?
JNZ ERROR
MVI B,DUAF-DUAF2 ;YES
;
SBSR1: MOV A,M ;DISPLACEMENT & FLAGS
ORA A ;IF 0, ILLEGAL CMND
JZ ERROR
ANI 1FH ;STRIP FLAGS OFF
ADD B ;ADJUST FOR PRIMES
MOV E,A ;DE GETS DISPL (D=0)
MOV B,M ;SAVE ORIG ENTRY
DB IX
PUSH H ;PUSH IX
POP H ;STACK FRAME
DB 0EDH ;SBC HL,DE
DB 52H ;PNTS TO USER REG
; PRINT CURRENT VALUE, DE GETS SUBSTITUTION
; VALUE, IF ANY, & (HL) OR (HL-1) GETS E.
; Z-FLAG RESET IFF CHANGE FOR A 2-BYTE REG.
CALL GSUBV
DB JRZ
DB SBSR3-$-1
MOV M,D ;NO. HI BYTE
SBSR3: CALL SPACE
DB JR
DB SBSR-$-1
;
DISPL: MOV A,B ;LAST CMND CHAR
CPI 'R'+CASE ;DR?
MOV A,C ;CMND DELIMITER
JZ DSPR
;
; COMMAND
;
; DISPLAY MEMORY.
;
DSPM: CALL L2NCR ;INTO DE, INCRM TO BC,
;DELIMITER TO A
XCHG ;N1 TO HL
DSPM1: CALL PADR1 ;PRINT ADDR, ':'
DSPM2: CALL PSNM ;PRINT CONTENTS OF MEM
INX H
DCX B
MOV A,B
ORA C ;DONE?
JZ CRLF
CALL CK16B ;CHECK FOR 16 COUNT
DB JR
DB DSPM2-$-1
;
; COMMAND
; READ BINARY INPUT FROM DATA PORT
;
READB: CALL L2NCR ;GET MEM ADDRS
RDB1: CALL GBYTE ;GET INPUT
STAX D ;TO MEM
INX D
DCX B ;COUNT
MOV A,B
ORA C ;BC = 0?
DB JRNZ
DB RDB1-$-1
RET
;
; COMMAND
; WRITE BINARY OUTPUT TO DATA PORT
;
WRITB: CALL L2NCR ;GET MEM ADDRS
WRTB1: IN STAT
ANI TBE
DB JRZ
DB WRTB1-$-1
LDAX D
OUT DATA
INX D
DCX B
MOV A,B
ORA C
DB JRNZ
DB WRTB1-$-1
RET
;
; COMMAND
; OUT <DATA-BYTE> <PORT NUMBER>
;
OUTP: CALL GNHL
XCHG ;E GETS DATA
CALL GNHL ;GET PORT NUMBER
;
MOV C,L ;TO C
DW 59EDH ;OUT (C),E
RET
;
HEAD: DB CR
DB CR
DB 'CROMEMCO MON1.0 C.1976'
DB 0
;
SQS: DB ' ?'
DB BELL
;
LFNN: DB LF
DB 7FH ;NULL
DB 0
;
PRMPT: DB ':'
DB 0
; THE COMMAND TBL MUST IMMEDIATELY FOLLOW
; THE PROMT MESSAGE
DW ERROR ;A
DW ERROR ;BANK
DW ERROR ;C
DW DISPL ;DISPLAY
DW ERROR ;ENTER
DW ERROR ;FILE
DW GO
DW ERROR ;H
DW ERROR ;INPUT
DW ERROR ;J
DW ERROR ;K
DW ERROR ;LIST
DW MOVE
DW ERROR ;NUMBER
DW OUTP ;OUTPUT
DW PROG ;PROGRAM
DW ERROR ;Q
DW READB ;READ BINARY OR ASCII
DW SUBST ;SUBSTITUTE
DW ERROR ;TRAP
DW ERROR ;UNEQUAL
DW VERIF ;VERIFY
DW WRITB ;WRITE BINARY OR ASCII
DW ERROR ;X
DW ERROR ;Y
;
RGTBL: DB -DUAF+PF ;A
DB -DUBC+PF ;B
DB -DUBC+1+PF ;C
DB -DUDE+PF ;D
DB -DUDE+1+PF ;E
DB -DUAF+1+PF ;F
DB 0
DB -DUHL+PF ;H
DB -DUIT ;I
DB 0
DB 0
DB -DUHL+1+PF ;L
DB 0
DB 0
DB 0
; INTEL MACRO-80 FLAGS A VALUE ERROR, BUT CORRECT VALUE 40 IS COMPUTED
; DB -DUPC+R2F ;PC
DB 40H
DB 0
DB 0
DB -DUSP+R2F ;SP
DB -DUIT+1 ;T (INTERRUPT ENABLE)
DB 0
DB 0
DB 0
DB -DUIX+R2F ;X (IX)
DB -DUIY+R2F ;Y (IY)
END
|
audio/music/lakeofragerocketradio.asm | Dev727/ancientplatinum | 28 | 101759 | Music_LakeOfRageRocketRadio:
musicheader 3, 1, Music_LakeOfRageRocketRadio_Ch1
musicheader 1, 2, Music_LakeOfRageRocketRadio_Ch2
musicheader 1, 3, Music_LakeOfRageRocketRadio_Ch3
Music_LakeOfRageRocketRadio_Ch1:
tempo 160
volume $77
dutycycle $1
tone $1118
vibrato $0, $f0
stereopanning $f0
Music_LakeOfRageRocketRadio_branch_ef5c9:
notetype $c, $a7
octave 7
note G_, 4
note F#, 4
note G_, 4
note F#, 4
note __, 16
loopchannel 0, Music_LakeOfRageRocketRadio_branch_ef5c9
Music_LakeOfRageRocketRadio_Ch2:
dutycycle $1
vibrato $13, $e8
notetype $c, $a7
note __, 2
stereopanning $f
loopchannel 0, Music_LakeOfRageRocketRadio_branch_ef5c9
Music_LakeOfRageRocketRadio_Ch3:
notetype $c, $26
vibrato $10, $44
note __, 4
loopchannel 0, Music_LakeOfRageRocketRadio_branch_ef5c9
|
Chapter 13/scanfWithIntegers/scanfWithIntegers/scanfWithIntegers.asm | bpbpublications/Implementing-Reverse-Engineering | 0 | 98379 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 16.00.30319.01
TITLE C:\JitenderN\REBook\scanfWithIntegers\scanfWithIntegers\scanfWithIntegers.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG4678 DB 'Enter a Number: ', 00H
ORG $+3
$SG4679 DB '%d', 00H
ORG $+1
$SG4680 DB 'Number you entered is %d', 0aH, 00H
CONST ENDS
PUBLIC _main
EXTRN _scanf:PROC
EXTRN _printf:PROC
; Function compile flags: /Odtp
_TEXT SEGMENT
_iInput$ = -4 ; size = 4
_main PROC
; File c:\jitendern\rebook\scanfwithintegers\scanfwithintegers\scanfwithintegers.cpp
; Line 7
push ebp
mov ebp, esp
push ecx
; Line 9
push OFFSET $SG4678
call _printf
add esp, 4
; Line 10
lea eax, DWORD PTR _iInput$[ebp]
push eax
push OFFSET $SG4679
call _scanf
add esp, 8
; Line 11
mov ecx, DWORD PTR _iInput$[ebp]
push ecx
push OFFSET $SG4680
call _printf
add esp, 8
; Line 12
xor eax, eax
; Line 13
mov esp, ebp
pop ebp
ret 0
_main ENDP
_TEXT ENDS
END
|
oeis/041/A041376.asm | neoneye/loda-programs | 11 | 91282 | <filename>oeis/041/A041376.asm<gh_stars>10-100
; A041376: Numerators of continued fraction convergents to sqrt(203).
; Submitted by <NAME>
; 14,57,1610,6497,183526,740601,20920354,84422017,2384736830,9623369337,271839078266,1096979682401,30987270185494,125046060424377,3532276962068050,14254153908696577,402648586405572206,1624848499530985401,45898406573273163434,185218474792623639137,5232015700766735059270,21113281277859563876217,596403891480834523593346,2406728847201197658249601,67984811613114368954582174,274345975299658673476578297,7749672120003557226298774490,31273034455313887578671676257,883394636868792409429105709686
add $0,1
mov $3,1
lpb $0
sub $0,1
add $2,$3
mov $3,$1
mov $1,$2
dif $2,7
mul $2,14
add $3,$2
lpe
mov $0,$3
|
programs/oeis/140/A140150.asm | karttu/loda | 0 | 81766 | <filename>programs/oeis/140/A140150.asm<gh_stars>0
; A140150: a(1)=1, a(n)=a(n-1)+n^2 if n odd, a(n)=a(n-1)+ n^4 if n is even.
; 1,17,26,282,307,1603,1652,5748,5829,15829,15950,36686,36855,75271,75496,141032,141321,246297,246658,406658,407099,641355,641884,973660,974285,1431261,1431990,2046646,2047487,2857487,2858448,3907024,3908113
mov $9,$0
mov $11,$0
add $11,1
lpb $11,1
clr $0,9
mov $0,$9
sub $11,1
sub $0,$11
mov $5,$0
add $5,1
add $1,$5
pow $1,2
gcd $5,2
pow $1,$5
add $10,$1
lpe
mov $1,$10
|
programs/oeis/117/A117762.asm | neoneye/loda | 22 | 170048 | ; A117762: a(1)=6; for n>1, a(n) = prime(n)*(prime(n)^2-1)/2.
; 6,12,60,168,660,1092,2448,3420,6072,12180,14880,25308,34440,39732,51888,74412,102660,113460,150348,178920,194472,246480,285852,352440,456288,515100,546312,612468,647460,721392,1024128,1123980,1285608,1342740,1653900
seq $0,40 ; The prime numbers.
add $0,1
mov $1,$0
bin $0,3
gcd $1,2
div $0,$1
mul $0,6
|
SethWhitakerProj9/SethWhitakerProj9.asm | sethjwhitaker/CSCI321-projects | 0 | 103691 | ; SethWhitakerProj9.asm - Project 9
; <NAME>: 07/16/2020
.386
.model flat,stdcall
.stack 4096
ExitProcess PROTO, dwExitCode:DWORD
INCLUDE irvine32.inc
.data
sourceString BYTE 21 DUP(0)
targetString BYTE 21 DUP(0)
stringBuffer BYTE 21 DUP(0)
sourceStringPrompt BYTE "Enter source string (the string to search from): ", 0
targetStringPrompt BYTE "Enter target string (the string to search for): ", 0
resultString1 BYTE "Target string found at position ", 0
resultString2 BYTE " in source string (counting from zero).", 0dh, 0ah, 0dh, 0ah, 0
resultString3 BYTE "Target string not found in source string.", 0dh, 0ah, 0dh, 0ah, 0
repeatPrompt BYTE "Do you want to do another search? y/n: ", 0
invalidPrompt BYTE "Please enter a valid choice (y/n): "
endline BYTE 0dh, 0ah, 0
.code
;-------------------------------------
GetStrings PROC
;
; get source and target string
; and store them in memory
;
;-------------------------------------
MOV edx, OFFSET sourceStringPrompt ; prompt user for source string
CALL WriteString
MOV edx, OFFSET sourceString ; store string in sourceString
MOV ecx, SIZEOF sourceString
CALL ReadString
MOV edx, OFFSET targetStringPrompt ; prompt user for target string
CALL WriteString
MOV edx, OFFSET targetString ; store string in targetString
MOV ecx, SIZEOF targetString
CALL ReadString
RET
GetStrings ENDP
;-------------------------------------
OutputResult PROC USES edx
; Outputs the result of Str_find
; Recieves: index in eax
;-------------------------------------
MOV edx, OFFSET resultString1 ; Output 1st part of string
CALL WriteString
CALL WriteDec ; Output index
MOV edx, OFFSET resultString2 ; Output 2nd part of string
CALL WriteString
RET
OutputResult ENDP
;-------------------------------------
VerifyRepeat PROC USES edx
; Verifies char in eax is y, n, Y, N
; and returns 0 or 1 depending on letter
; Recieves: char in eax
; Returns: 0 or 1 in eax
;-------------------------------------
L1:
CMP al, 79h ; eax == 'y'
JE L2
CMP al, 59h ; eax == 'Y'
JNE L3
L2:
MOV eax, 1 ; Return "true"
JMP QUIT ; Exit procedure
L3:
CMP al, 6Eh ; eax == 'n'
JE L4
CMP al, 4Eh ; eax == 'N'
JNE L5
L4:
MOV eax, 0 ; Return "false"
JMP QUIT ; Exit procedure
L5: ; invalid input
MOV edx, OFFSET invalidPrompt ; Prompt user to enter again
CALL WriteString
SHIFT:
CALL ReadChar ; Get response in eax
CMP al, 0Fh ; If shift is pressed
JE SHIFT ; Read next char
CALL WriteChar ; Output Char
MOV edx, OFFSET endline ; Output blank line
CALL WriteString
JMP L1
QUIT:
RET
VerifyRepeat ENDP
;-------------------------------------
SubString PROC USES eax ecx esi edi,
source:PTR BYTE, ; Address of source string
target:PTR BYTE, ; Address of target string
startPos:DWORD, ; start index
endPos:DWORD ; end index
; Stores a substring of source in
; target
;
; Requires: target must be large
; enough to hold substring
;-------------------------------------
MOV esi, source ; Point esi to start position
ADD esi, startPos
MOV edi, target ; Point edi to target string
MOV ecx, endPos ; Move end index to ecx
SUB ecx, startPos ; Subtract start
ADD ecx, 1 ; Add 1
L1:
MOV al, BYTE PTR [esi] ; Move source char to al
MOV BYTE PTR [edi], al ; Move al to target
INC esi ; Move both pointers to next address
INC edi
LOOP L1 ; loop
RET
SubString ENDP
;-------------------------------------
Str_find PROC,
source:PTR BYTE,
target:PTR BYTE
;-------------------------------------
INVOKE Str_length, target ; Find length of target
MOV ebx, eax ; Move length of target to ebx
INVOKE Str_length, source ; Find length of source
CMP eax, ebx ; If source length < target length
JB NF ; String not found
MOV esi, 0 ; start index
MOV edi, ebx ; end index
DEC edi
SUB eax, ebx ; Subtract length of target from source
ADD eax, 1 ; Add 1
MOV ecx, eax ; Treat result as loop counter
L1:
; Store substring of length of target in string buffer
INVOKE SubString, source, ADDR stringBuffer, esi, edi
; compare target and buffer
INVOKE Str_compare, target, ADDR stringBuffer
JE FOUND ; Jump if found
INC esi ; mov to next substr
INC edi
LOOP L1 ; loop
NF: ; If string not found
MOV eax, 1 ; Clear zero flag
JMP QUIT ; Exit procedure
FOUND: ; If string is found
MOV eax, esi ; Set eax to index of start of string
MOV esi, 0
QUIT:
RET
Str_find ENDP
;-------------------------------------
main PROC
;-------------------------------------
L1:
CALL GetStrings
INVOKE Str_find, ADDR sourceString, ADDR targetString
JNZ NotFound ; if not found jump
CALL OutputResult ; else: output result
JMP ShouldRepeat
NotFound:
MOV edx, OFFSET resultString3 ; Output not found string
CALL WriteString
ShouldRepeat:
MOV edx, OFFSET repeatPrompt ; Ask user if they wish to repeat
CALL WriteString
SHIFT:
CALL ReadChar ; Get response in eax
CMP eax, 0Fh ; If shift is pressed
JE SHIFT ; Read next char
CALL WriteChar ; Output Char
MOV edx, OFFSET endline ; Output blank line
CALL WriteString
CALL VerifyRepeat ; Evaluate response
CMP al, 0 ; if 0 is returned
JE QUIT ; Quit
LOOP L1 ; else: repeat
QUIT:
INVOKE ExitProcess, 0
main ENDP
END main |
int.asm | kevinsa5/KevinOS | 6 | 240157 |
[global int_general]
[global int_0]
[global int_1]
[global int_2]
[global int_3]
[global int_4]
[global int_5]
[global int_6]
[global int_7]
[global int_8]
[global int_9]
[global int_10]
[global int_11]
[global int_12]
[global int_13]
[global int_14]
[global int_15]
[global int_16]
[global int_17]
[global int_18]
[global int_19]
[global int_20]
[global int_21]
[global int_22]
[global int_23]
[global int_24]
[global int_25]
[global int_26]
[global int_27]
[global int_28]
[global int_29]
[global int_30]
[global int_31]
[global int_32]
[global int_33]
[global int_34]
[global int_35]
[global int_36]
[global int_37]
[global int_38]
[global int_39]
[global int_40]
[global int_41]
[global int_42]
[global int_43]
[global int_44]
[global int_45]
[global int_46]
[global int_47]
[extern isr_general]
[extern isr_0]
[extern isr_1]
[extern isr_2]
[extern isr_3]
[extern isr_4]
[extern isr_5]
[extern isr_6]
[extern isr_7]
[extern isr_8]
[extern isr_9]
[extern isr_10]
[extern isr_11]
[extern isr_12]
[extern isr_13]
[extern isr_14]
[extern isr_15]
[extern isr_16]
[extern isr_17]
[extern isr_18]
[extern isr_19]
[extern isr_20]
[extern isr_21]
[extern isr_22]
[extern isr_23]
[extern isr_24]
[extern isr_25]
[extern isr_26]
[extern isr_27]
[extern isr_28]
[extern isr_29]
[extern isr_30]
[extern isr_31]
[extern isr_32]
[extern isr_33]
[extern isr_34]
[extern isr_35]
[extern isr_36]
[extern isr_37]
[extern isr_38]
[extern isr_39]
[extern isr_40]
[extern isr_41]
[extern isr_42]
[extern isr_43]
[extern isr_44]
[extern isr_45]
[extern isr_46]
[extern isr_47]
int_general:
pusha
push ds
push es
push fs
push gs
call isr_general
pop gs
pop fs
pop es
pop ds
popa
iret
int_0:
pusha
push ds
push es
push fs
push gs
call isr_0
pop gs
pop fs
pop es
pop ds
popa
iret
int_1:
pusha
push ds
push es
push fs
push gs
call isr_1
pop gs
pop fs
pop es
pop ds
popa
iret
int_2:
pusha
push ds
push es
push fs
push gs
call isr_2
pop gs
pop fs
pop es
pop ds
popa
iret
int_3:
pusha
push ds
push es
push fs
push gs
call isr_3
pop gs
pop fs
pop es
pop ds
popa
iret
int_4:
pusha
push ds
push es
push fs
push gs
call isr_4
pop gs
pop fs
pop es
pop ds
popa
iret
int_5:
pusha
push ds
push es
push fs
push gs
call isr_5
pop gs
pop fs
pop es
pop ds
popa
iret
int_6:
pusha
push ds
push es
push fs
push gs
call isr_6
pop gs
pop fs
pop es
pop ds
popa
iret
int_7:
pusha
push ds
push es
push fs
push gs
call isr_7
pop gs
pop fs
pop es
pop ds
popa
iret
int_8:
pusha
push ds
push es
push fs
push gs
call isr_8
pop gs
pop fs
pop es
pop ds
popa
iret
int_9:
pusha
push ds
push es
push fs
push gs
call isr_9
pop gs
pop fs
pop es
pop ds
popa
iret
int_10:
pusha
push ds
push es
push fs
push gs
call isr_10
pop gs
pop fs
pop es
pop ds
popa
iret
int_11:
pusha
push ds
push es
push fs
push gs
call isr_11
pop gs
pop fs
pop es
pop ds
popa
iret
int_12:
pusha
push ds
push es
push fs
push gs
call isr_12
pop gs
pop fs
pop es
pop ds
popa
iret
int_13:
pusha
push ds
push es
push fs
push gs
call isr_13
pop gs
pop fs
pop es
pop ds
popa
iret
int_14:
pusha
push ds
push es
push fs
push gs
call isr_14
pop gs
pop fs
pop es
pop ds
popa
iret
int_15:
pusha
push ds
push es
push fs
push gs
call isr_15
pop gs
pop fs
pop es
pop ds
popa
iret
int_16:
pusha
push ds
push es
push fs
push gs
call isr_16
pop gs
pop fs
pop es
pop ds
popa
iret
int_17:
pusha
push ds
push es
push fs
push gs
call isr_17
pop gs
pop fs
pop es
pop ds
popa
iret
int_18:
pusha
push ds
push es
push fs
push gs
call isr_18
pop gs
pop fs
pop es
pop ds
popa
iret
int_19:
pusha
push ds
push es
push fs
push gs
call isr_19
pop gs
pop fs
pop es
pop ds
popa
iret
int_20:
pusha
push ds
push es
push fs
push gs
call isr_20
pop gs
pop fs
pop es
pop ds
popa
iret
int_21:
pusha
push ds
push es
push fs
push gs
call isr_21
pop gs
pop fs
pop es
pop ds
popa
iret
int_22:
pusha
push ds
push es
push fs
push gs
call isr_22
pop gs
pop fs
pop es
pop ds
popa
iret
int_23:
pusha
push ds
push es
push fs
push gs
call isr_23
pop gs
pop fs
pop es
pop ds
popa
iret
int_24:
pusha
push ds
push es
push fs
push gs
call isr_24
pop gs
pop fs
pop es
pop ds
popa
iret
int_25:
pusha
push ds
push es
push fs
push gs
call isr_25
pop gs
pop fs
pop es
pop ds
popa
iret
int_26:
pusha
push ds
push es
push fs
push gs
call isr_26
pop gs
pop fs
pop es
pop ds
popa
iret
int_27:
pusha
push ds
push es
push fs
push gs
call isr_27
pop gs
pop fs
pop es
pop ds
popa
iret
int_28:
pusha
push ds
push es
push fs
push gs
call isr_28
pop gs
pop fs
pop es
pop ds
popa
iret
int_29:
pusha
push ds
push es
push fs
push gs
call isr_29
pop gs
pop fs
pop es
pop ds
popa
iret
int_30:
pusha
push ds
push es
push fs
push gs
call isr_30
pop gs
pop fs
pop es
pop ds
popa
iret
int_31:
pusha
push ds
push es
push fs
push gs
call isr_31
pop gs
pop fs
pop es
pop ds
popa
iret
int_32:
pusha
push ds
push es
push fs
push gs
call isr_32
pop gs
pop fs
pop es
pop ds
popa
iret
int_33:
pusha
push ds
push es
push fs
push gs
call isr_33
pop gs
pop fs
pop es
pop ds
popa
iret
int_34:
pusha
push ds
push es
push fs
push gs
call isr_34
pop gs
pop fs
pop es
pop ds
popa
iret
int_35:
pusha
push ds
push es
push fs
push gs
call isr_35
pop gs
pop fs
pop es
pop ds
popa
int_36:
pusha
push ds
push es
push fs
push gs
call isr_36
pop gs
pop fs
pop es
pop ds
popa
iret
int_37:
pusha
push ds
push es
push fs
push gs
call isr_37
pop gs
pop fs
pop es
pop ds
popa
iret
int_38:
pusha
push ds
push es
push fs
push gs
call isr_38
pop gs
pop fs
pop es
pop ds
popa
int_39:
pusha
push ds
push es
push fs
push gs
call isr_39
pop gs
pop fs
pop es
pop ds
popa
iret
int_40:
pusha
push ds
push es
push fs
push gs
call isr_40
pop gs
pop fs
pop es
pop ds
popa
iret
int_41:
pusha
push ds
push es
push fs
push gs
call isr_41
pop gs
pop fs
pop es
pop ds
popa
iret
int_42:
pusha
push ds
push es
push fs
push gs
call isr_42
pop gs
pop fs
pop es
pop ds
popa
iret
int_43:
pusha
push ds
push es
push fs
push gs
call isr_43
pop gs
pop fs
pop es
pop ds
popa
iret
int_44:
pusha
push ds
push es
push fs
push gs
call isr_44
pop gs
pop fs
pop es
pop ds
popa
iret
int_45:
pusha
push ds
push es
push fs
push gs
call isr_45
pop gs
pop fs
pop es
pop ds
popa
iret
int_46:
pusha
push ds
push es
push fs
push gs
call isr_46
pop gs
pop fs
pop es
pop ds
popa
iret
int_47:
pusha
push ds
push es
push fs
push gs
call isr_47
pop gs
pop fs
pop es
pop ds
popa
iret
iret
iret
|
test/asset/agda-stdlib-1.0/Relation/Unary/Properties.agda | omega12345/agda-mode | 0 | 4121 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Properties of constructions over unary relations
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Relation.Unary.Properties where
open import Data.Product using (_×_; _,_; swap; proj₁)
open import Data.Sum.Base using (inj₁; inj₂)
open import Data.Unit using (tt)
open import Relation.Binary.Core hiding (Decidable)
open import Relation.Unary
open import Relation.Nullary using (yes; no)
open import Relation.Nullary.Product using (_×-dec_)
open import Relation.Nullary.Sum using (_⊎-dec_)
open import Relation.Nullary.Negation using (¬?)
open import Function using (_$_; _∘_)
----------------------------------------------------------------------
-- The empty set
module _ {a} {A : Set a} where
∅? : Decidable {A = A} ∅
∅? _ = no λ()
∅-Empty : Empty {A = A} ∅
∅-Empty x ()
∁∅-Universal : Universal {A = A} (∁ ∅)
∁∅-Universal = λ x x∈∅ → x∈∅
----------------------------------------------------------------------
-- The universe
module _ {a} {A : Set a} where
U? : Decidable {A = A} U
U? _ = yes tt
U-Universal : Universal {A = A} U
U-Universal = λ _ → _
∁U-Empty : Empty {A = A} (∁ U)
∁U-Empty = λ x x∈∁U → x∈∁U _
----------------------------------------------------------------------
-- Subset properties
module _ {a ℓ} {A : Set a} where
∅-⊆ : (P : Pred A ℓ) → ∅ ⊆ P
∅-⊆ P ()
⊆-U : (P : Pred A ℓ) → P ⊆ U
⊆-U P _ = _
⊆-refl : Reflexive (_⊆_ {A = A} {ℓ})
⊆-refl x∈P = x∈P
⊆-trans : Transitive (_⊆_ {A = A} {ℓ})
⊆-trans P⊆Q Q⊆R x∈P = Q⊆R (P⊆Q x∈P)
⊂-asym : Asymmetric (_⊂_ {A = A} {ℓ})
⊂-asym (_ , Q⊈P) = Q⊈P ∘ proj₁
----------------------------------------------------------------------
-- Decidability properties
module _ {a} {A : Set a} where
∁? : ∀ {ℓ} {P : Pred A ℓ} → Decidable P → Decidable (∁ P)
∁? P? x = ¬? (P? x)
_∪?_ : ∀ {ℓ₁ ℓ₂} {P : Pred A ℓ₁} {Q : Pred A ℓ₂} →
Decidable P → Decidable Q → Decidable (P ∪ Q)
_∪?_ P? Q? x = (P? x) ⊎-dec (Q? x)
_∩?_ : ∀ {ℓ₁ ℓ₂} {P : Pred A ℓ₁} {Q : Pred A ℓ₂} →
Decidable P → Decidable Q → Decidable (P ∩ Q)
_∩?_ P? Q? x = (P? x) ×-dec (Q? x)
module _ {a b} {A : Set a} {B : Set b} where
_×?_ : ∀ {ℓ₁ ℓ₂} {P : Pred A ℓ₁} {Q : Pred B ℓ₂} →
Decidable P → Decidable Q → Decidable (P ⟨×⟩ Q)
_×?_ P? Q? (a , b) = (P? a) ×-dec (Q? b)
_⊙?_ : ∀ {ℓ₁ ℓ₂} {P : Pred A ℓ₁} {Q : Pred B ℓ₂} →
Decidable P → Decidable Q → Decidable (P ⟨⊙⟩ Q)
_⊙?_ P? Q? (a , b) = (P? a) ⊎-dec (Q? b)
_⊎?_ : ∀ {ℓ} {P : Pred A ℓ} {Q : Pred B ℓ} →
Decidable P → Decidable Q → Decidable (P ⟨⊎⟩ Q)
_⊎?_ P? Q? (inj₁ a) = P? a
_⊎?_ P? Q? (inj₂ b) = Q? b
_~? : ∀ {ℓ} {P : Pred (A × B) ℓ} →
Decidable P → Decidable (P ~)
_~? P? = P? ∘ swap
|
Applications/Finder/name extension/name extension of POSIX file.applescript | looking-for-a-job/applescript-examples | 1 | 2498 | <filename>Applications/Finder/name extension/name extension of POSIX file.applescript
#!/usr/bin/osascript
set fullpath to "/Library/Scripts/Folder Actions/Attach Script to Folder.scpt"
set a to POSIX file fullpath as alias
tell application "Finder"
name extension of a
end tell |
fastorm-core/src/main/antlr4/org/skunkworks/fastorm/parser/Query.g4 | gstojsic/fastorm | 0 | 508 | grammar Query;
@header {
import com.skunkworks.fastorm.parser.query.Query;
import java.util.HashSet;
import java.util.HashMap;
}
@members {
private final Query queryCtx = new Query();
}
query returns [Query ctx]
: FIND_BY expression finalExpression?
{ $ctx = queryCtx; }
;
expression
: atom (operator{queryCtx.addQueryOperator($operator.text);} atom)*
;
operator
: AND
| OR
;
atom
: number {queryCtx.addQueryParam($number.text);}
| variable {queryCtx.addQueryParam($variable.text);}
;
finalExpression : finalOperator variable
{queryCtx.setOrderByParam($variable.text);}
;
finalOperator
: ORDER_BY
;
number
: DIGIT +
;
variable
: LETTER (LETTER | DIGIT)*
;
FIND_BY
: 'findBy'
;
AND
: 'And'
;
OR
: 'Or'
;
ORDER_BY
: 'OrderBy'
;
LETTER
: ('a' .. 'z') | ('A' .. 'Z')
;
DIGIT
: ('0' .. '9')
;
|
src/asis/a4g-itests.adb | My-Colaborations/dynamo | 15 | 6387 | <reponame>My-Colaborations/dynamo<filename>src/asis/a4g-itests.adb
------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- A 4 G . I T E S T S --
-- --
-- B o d y --
-- --
-- Copyright (c) 1995-1999, Free Software Foundation, Inc. --
-- --
-- ASIS-for-GNAT is free software; you can redistribute it and/or modify it --
-- under terms of the GNU General Public License as published by the Free --
-- Software Foundation; either version 2, or (at your option) any later --
-- version. ASIS-for-GNAT is distributed in the hope that it will be use- --
-- ful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- --
-- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General --
-- Public License for more details. You should have received a copy of the --
-- GNU General Public License distributed with ASIS-for-GNAT; see file --
-- COPYING. If not, write to the Free Software Foundation, 59 Temple Place --
-- - Suite 330, Boston, MA 02111-1307, USA. --
-- --
-- --
-- --
-- --
-- --
-- --
-- --
-- --
-- ASIS-for-GNAT was originally developed by the ASIS-for-GNAT team at the --
-- Software Engineering Laboratory of the Swiss Federal Institute of --
-- Technology (LGL-EPFL) in Lausanne, Switzerland, in cooperation with the --
-- Scientific Research Computer Center of Moscow State University (SRCC --
-- MSU), Russia, with funding partially provided by grants from the Swiss --
-- National Science Foundation and the Swiss Academy of Engineering --
-- Sciences. ASIS-for-GNAT is now maintained by Ada Core Technologies Inc --
-- (http://www.gnat.com). --
-- --
------------------------------------------------------------------------------
with Sinput; use Sinput;
with Atree; use Atree;
package body A4G.Itests is
----------------------
-- Is_From_Instance --
----------------------
function Is_From_Instance (N : Node_Id) return Boolean is
begin
return "/=" (No_Location,
Instantiation (Get_Source_File_Index (Sloc (N))));
end Is_From_Instance;
-------------------------------
-- Is_Inherited_Discriminant --
-------------------------------
function Is_Inherited_Discriminant (N : Node_Id) return Boolean is
Type_Decl_Node : Node_Id;
begin
-- the idea of the test is to test if the node corresponding to the
-- enclosing type declaration has been inserted (namely inserted,
-- because a rewritten node corresponds to the situation when
-- a derived type has its own known_discriminant part; and we cannot
-- use Comes_From_Source flag, because it is set ON (???!!!) for
-- such incerted nodes (at least, in 3.05)
Type_Decl_Node := Parent (Parent (N));
return Is_Rewrite_Insertion (Type_Decl_Node);
end Is_Inherited_Discriminant;
end A4G.Itests;
|
libsrc/_DEVELOPMENT/adt/ba_stack/c/sdcc_iy/ba_stack_destroy.asm | meesokim/z88dk | 0 | 174584 |
; void ba_stack_destroy(ba_stack_t *s)
SECTION code_adt_ba_stack
PUBLIC _ba_stack_destroy
EXTERN _b_array_destroy
defc _ba_stack_destroy = _b_array_destroy
|
FormalAnalyzer/models/apps/ID6TurnOnSwitchNotHome+.als | Mohannadcse/IoTCOM_BehavioralRuleExtractor | 0 | 213 | module app_ID6TurnOnSwitchNotHome
open IoTBottomUp as base
open cap_switchLevel
open cap_lock
open cap_runIn
open cap_presenceSensor
open cap_alarm
one sig app_ID6TurnOnSwitchNotHome extends IoTApp {
runIn : one cap_state,
myswitch : one cap_switchLevel,
state : one cap_state,
thelock : one cap_lock,
person : one cap_presenceSensor,
} {
rules = r
}
one sig cap_state extends cap_runIn {} {
attributes = cap_state_attr + cap_runIn_attr
}
abstract sig cap_state_attr extends Attribute {}
one sig cap_state_attr_attack extends cap_state_attr {} {
values = cap_state_attr_attack_val
}
abstract sig cap_state_attr_attack_val extends AttrValue {}
one sig cap_state_attr_attack_val_true extends cap_state_attr_attack_val {}
one sig cap_state_attr_attack_val_false extends cap_state_attr_attack_val {}
one sig cap_state_attr_home extends cap_state_attr {} {
values = cap_state_attr_home_val
}
abstract sig cap_state_attr_home_val extends AttrValue {}
one sig cap_state_attr_home_val_false extends cap_state_attr_home_val {}
one sig cap_state_attr_home_val_true extends cap_state_attr_home_val {}
// application rules base class
abstract sig r extends Rule {}
one sig r0 extends r {}{
triggers = r0_trig
conditions = r0_cond
commands = r0_comm
}
abstract sig r0_trig extends Trigger {}
one sig r0_trig0 extends r0_trig {} {
capabilities = app_ID6TurnOnSwitchNotHome.person
attribute = cap_presenceSensor_attr_presence
no value //= cap_presenceSensor_attr_presence_val_not_present
}
abstract sig r0_cond extends Condition {}
one sig r0_cond0 extends r0_cond {} {
capabilities = app_ID6TurnOnSwitchNotHome.person
attribute = cap_presenceSensor_attr_presence
value = cap_presenceSensor_attr_presence_val_not_present
}
abstract sig r0_comm extends Command {}
one sig r0_comm0 extends r0_comm {} {
capability = app_ID6TurnOnSwitchNotHome.state
attribute = cap_state_attr_home
value = cap_state_attr_home_val_false
}
one sig r0_comm1 extends r0_comm {} {
capability = app_ID6TurnOnSwitchNotHome.state
attribute = cap_state_attr_attack
value = cap_state_attr_attack_val_true
}
one sig r0_comm2 extends r0_comm {} {
capability = app_ID6TurnOnSwitchNotHome.myswitch
attribute = cap_switchLevel_attr_level
value = cap_switchLevel_attr_level_val
}
one sig r0_comm3 extends r0_comm {} {
capability = app_ID6TurnOnSwitchNotHome.thelock
attribute = cap_lock_attr_lock
value = cap_lock_attr_lock_val_locked
}
one sig r0_comm4 extends r0_comm {} {
capability = app_ID6TurnOnSwitchNotHome.runIn
attribute = cap_runIn_attr_runIn
value = cap_runIn_attr_runIn_val_on
}
/*
one sig r0_comm5 extends r0_comm {} {
capability = app_ID6TurnOnSwitchNotHome.runIn
attribute = cap_runIn_attr_runIn
value = cap_runIn_attr_runIn_val_on
}
*/
one sig r1 extends r {}{
no triggers
conditions = r1_cond
commands = r1_comm
}
abstract sig r1_cond extends Condition {}
one sig r1_cond0 extends r1_cond {} {
capabilities = app_ID6TurnOnSwitchNotHome.runIn
attribute = cap_runIn_attr_runIn
value = cap_runIn_attr_runIn_val_on
}
abstract sig r1_comm extends Command {}
one sig r1_comm0 extends r1_comm {} {
capability = app_ID6TurnOnSwitchNotHome.thelock
attribute = cap_lock_attr_lock
value = cap_lock_attr_lock_val_unlocked
}
one sig r2 extends r {}{
triggers = r2_trig
conditions = r2_cond
commands = r2_comm
}
abstract sig r2_trig extends Trigger {}
one sig r2_trig0 extends r2_trig {} {
capabilities = app_ID6TurnOnSwitchNotHome.person
attribute = cap_presenceSensor_attr_presence
no value //= cap_presenceSensor_attr_presence_val
}
abstract sig r2_cond extends Condition {}
one sig r2_cond0 extends r2_cond {} {
capabilities = app_ID6TurnOnSwitchNotHome.person
attribute = cap_presenceSensor_attr_presence
value = cap_presenceSensor_attr_presence_val - cap_presenceSensor_attr_presence_val_not_present
}
abstract sig r2_comm extends Command {}
one sig r2_comm0 extends r2_comm {} {
capability = app_ID6TurnOnSwitchNotHome.myswitch
attribute = cap_switchLevel_attr_level
//value = cap_switchLevel_attr_level_val // leave this underspecified, let alloy do it
}
one sig r2_comm1 extends r2_comm {} {
capability = app_ID6TurnOnSwitchNotHome.state
attribute = cap_state_attr_home
value = cap_state_attr_home_val_true
}
one sig r2_comm2 extends r2_comm {} {
capability = app_ID6TurnOnSwitchNotHome.state
attribute = cap_state_attr_attack
value = cap_state_attr_attack_val_false
}
one sig r3 extends r {}{
no triggers
conditions = r3_cond
commands = r3_comm
}
abstract sig r3_cond extends Condition {}
one sig r3_cond0 extends r3_cond {} {
capabilities = app_ID6TurnOnSwitchNotHome.runIn
attribute = cap_runIn_attr_runIn
value = cap_runIn_attr_runIn_val_on
}
abstract sig r3_comm extends Command {}
one sig r3_comm0 extends r3_comm {} {
capability = app_ID6TurnOnSwitchNotHome.myswitch
attribute = cap_switchLevel_attr_level
//value = cap_switchLevel_attr_level_val // underspecified
}
|
lz.asm | RockmanEXEZone/MMBN45-English-Translation | 6 | 167597 | <filename>lz.asm
.macro .create_lz,filename
.create substr(filename, 0, rfind(filename, ".")) + ".lz",0
.dw (filesize(filename) + 4) << 8
.import filename
.close
.endmacro
.gba
.create_lz TEMP+"/512FA0.dmp"
.create_lz TEMP+"/631F00.img.bin"
.create_lz TEMP+"/632248.img.bin"
.create_lz TEMP+"/63287C.img.bin"
.create_lz TEMP+"/63466C.img.bin"
.create_lz TEMP+"/634BB8.map.bin"
.create_lz TEMP+"/6364D0.img.bin"
.create_lz TEMP+"/6365B8.img.bin"
.create_lz TEMP+"/63673C.img.bin"
.create_lz TEMP+"/639208.img.bin"
.create_lz TEMP+"/6D8188.dmp"
.create_lz TEMP+"/6E443C.img.bin"
.create_lz TEMP+"/6E540C.pal.bin"
.create_lz TEMP+"/6E5480.map.bin"
.create_lz TEMP+"/6E5518.map.bin"
.create_lz TEMP+"/6E55B0.map.bin"
.create_lz TEMP+"/6E5648.map.bin"
.create_lz TEMP+"/6E56F4.map.bin"
.create_lz TEMP+"/6E5CD4.img.bin"
.create_lz TEMP+"/6E6F4C.map.bin"
.create_lz TEMP+"/6E70D0.map.bin"
.create_lz TEMP+"/6E7254.map.bin"
.create_lz TEMP+"/6E73D8.map.bin"
.create_lz TEMP+"/6E7590.map.bin"
.create_lz TEMP+"/6F1660.img.bin"
.create_lz TEMP+"/6F18B4.map.bin"
.create_lz TEMP+"/6FB82C.img.bin"
.create_lz TEMP+"/6FBC68.map.bin"
.create_lz TEMP+"/6FBDAC.map.bin"
.create_lz TEMP+"/6FBDD8.map.bin"
.create_lz TEMP+"/6FBE08.map.bin"
.create_lz TEMP+"/6FBE38.map.bin"
.create_lz TEMP+"/6FCA14.img.bin"
.create_lz TEMP+"/6FCD54.map.bin"
.create_lz TEMP+"/6FBE68.img.bin"
.create_lz TEMP+"/6FC100.map.bin"
.create_lz TEMP+"/6FF378.img.bin"
.create_lz TEMP+"/7CEA94.img.bin"
.create_lz TEMP+"/7CEF8C_E.pal.bin"
.create_lz TEMP+"/7CEF8C_U.pal.bin"
.create_lz TEMP+"/7CEFA4_E.img.bin"
.create_lz TEMP+"/7CEFA4_U.img.bin"
.create_lz TEMP+"/7D36A4_E.map.bin"
.create_lz TEMP+"/7D36A4_U.map.bin"
.create_lz TEMP+"/7D3BE4_E.pal.bin"
.create_lz TEMP+"/7D3BE4_U.pal.bin" |
programs/oeis/303/A303212.asm | jmorken/loda | 1 | 160702 | <gh_stars>1-10
; A303212: Number of minimum total dominating sets in the n X n rook complement graph.
; 0,1,6,96,600,2400,7350,18816,42336,86400,163350,290400,490776,794976,1242150,1881600,2774400,3995136,5633766,7797600,10613400,14229600,18818646,24579456,31740000,40560000,51333750,64393056,80110296,98901600,121230150,147609600,178607616,214849536,257022150,305877600,362237400,426996576,501127926,585686400,681813600,790742400,913801686,1052421216,1208136600,1382594400,1577557350,1794909696,2036662656,2304960000,2602083750,2930460000,3292664856,3691430496,4129651350,4610390400,5136885600,5712556416,6341010486,7026050400,7771680600,8582114400,9461781126,10415333376,11447654400,12563865600,13769334150,15069680736,16470787416,17978805600,19600164150,21341577600,23210054496,25212905856,27357753750,29652540000,32105535000,34725346656,37520929446,40501593600,43677014400,47057241600,50652708966,54474243936,58533077400,62840853600,67409640150,72251938176,77380692576,82809302400,88551631350,94622018400,101035288536,107806763616,114952273350,122488166400,130431321600,138799159296,147609652806,156881340000,166633335000,176885340000,187657657206,198971200896,210847509600,223308758400,236377771350,250078034016,264433706136,279469634400,295211365350,311685158400,328917998976,346937611776,365772474150,385451829600,406005701400,427464906336,449861068566,473226633600,497594882400,522999945600,549476817846,577061372256,605790375000,635701500000,666833343750,699225440256,732918276096,767953305600,804372966150,842220693600,881540937816,922379178336,964781940150,1008796809600,1054472450400,1101858619776,1151006184726,1201967138400,1254794616600,1309542914400,1366267502886,1425025046016,1485873417600,1548871718400,1614080293350,1681560748896,1751375970456,1823590140000,1898268753750,1975478640000,2055287977056,2137766311296,2222984575350,2311015106400,2401931664600,2495809451616,2592725129286,2692756838400,2795984217600,2902488422400,3012352144326,3125659630176,3242496701400,3362950773600,3487110876150,3615067671936,3746913477216,3882742281600,4022649768150,4166733333600,4315092108696,4467826978656,4625040603750,4786837440000,4953323760000,5124607673856,5300799150246,5482010037600,5668354085400,5859946965600,6056906294166,6259351652736,6467404610400,6681188745600,6900829668150,7126455041376,7358194604376,7596180194400,7840545769350,8091427430400,8348963444736,8613294268416,8884562569350,9162913250400,9448493472600,9741452678496,10041942615606,10350117360000,10666133340000,10990149360000,11322326624406,11662828761696,12011821848600,12369474434400,12735957565350,13111444809216,13496112279936,13890138662400,14293705237350,14706995906400,15130197217176,15563498388576,16007091336150,16461170697600,16925933858400,17401580977536,17888315013366,18386341749600,18895869821400,19417110741600,19950278927046,20495591725056,21053269440000,21623535360000,22206615783750,22802740047456,23412140551896,24035052789600,24671715372150,25322370057600,25987261778016,26666638667136,27360752088150,28069856661600,28794210293400,29534074202976,30289712951526,31061394470400,31849390089600,32653974566400,33475426114086,34314026430816,35170060728600,36043817762400,36935589859350,37845672948096,38774366588256,39721974000000
pow $0,2
mov $1,$0
sub $1,1
mov $2,2
mov $3,$0
mul $3,$1
lpb $0
mov $0,$3
pow $2,2
mov $1,$2
mov $3,2
lpe
mul $1,$3
div $1,6
|
src/static/antlr4/grammars/FunctionsAndClasses.g4 | jlenoble/ecmascript-parser | 0 | 3823 | /* Source: ECMAScript® 2018 Language Specification - Annex A-4 */
// A.4 Functions and Classes
grammar FunctionsAndClasses;
import
Class,
Generator,
FormalParameter,
FunctionBody,
MethodDefinition;
// FunctionDeclaration[Yield, Await, Default]:
// function BindingIdentifier[?Yield, ?Await] (
// FormalParameters[~Yield, ~Await] ) {
// FunctionBody[~Yield, ~Await] }
// [+Default] function ( FormalParameters[~Yield, ~Await]) {
// FunctionBody[~Yield, ~Await] }
functionDeclaration
: Function bindingIdentifier OpenParen formalParameters CloseParen
OpenBrace functionBody CloseBrace
;
// FunctionExpression:
// function BindingIdentifier[~Yield, ~Await][opt] (
// FormalParameters[~Yield, ~Await] ) {
// FunctionBody[~Yield, ~Await] }
/* functionExpression
: Function bindingIdentifier? OpenParen formalParameters CloseParen
OpenBrace functionBody CloseBrace
;*/ |
orka/src/gl/implementation/gl-rasterization.adb | onox/orka | 52 | 25585 | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2013 - 2014 <NAME> <<EMAIL>>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
with GL.API;
with GL.Enums.Getter;
package body GL.Rasterization is
procedure Set_Polygon_Mode (Value : Polygon_Mode_Type) is
begin
API.Polygon_Mode.Ref (Front_And_Back, Value);
end Set_Polygon_Mode;
function Polygon_Mode return Polygon_Mode_Type is
Ret : Polygon_Mode_Type := Fill;
begin
API.Get_Polygon_Mode.Ref (Enums.Getter.Polygon_Mode, Ret);
return Ret;
end Polygon_Mode;
procedure Set_Polygon_Offset (Factor, Units : Single; Clamp : Single := 0.0) is
begin
API.Polygon_Offset_Clamp.Ref (Factor, Units, Clamp);
end Set_Polygon_Offset;
function Polygon_Offset_Factor return Single is
Result : Single := 0.0;
begin
API.Get_Single.Ref (Enums.Getter.Polygon_Offset_Factor, Result);
return Result;
end Polygon_Offset_Factor;
function Polygon_Offset_Units return Single is
Result : Single := 0.0;
begin
API.Get_Single.Ref (Enums.Getter.Polygon_Offset_Units, Result);
return Result;
end Polygon_Offset_Units;
function Polygon_Offset_Clamp return Single is
Result : Single := 0.0;
begin
API.Get_Single.Ref (Enums.Getter.Polygon_Offset_Clamp, Result);
return Result;
end Polygon_Offset_Clamp;
-----------------------------------------------------------------------------
procedure Set_Front_Face (Face : Orientation) is
begin
API.Front_Face.Ref (Face);
end Set_Front_Face;
function Front_Face return Orientation is
Ret : Orientation := Orientation'First;
begin
API.Get_Orientation.Ref (Enums.Getter.Cull_Face, Ret);
return Ret;
end Front_Face;
procedure Set_Cull_Face (Selector : Face_Selector) is
begin
API.Cull_Face.Ref (Selector);
end Set_Cull_Face;
function Cull_Face return Face_Selector is
Ret : Face_Selector := Face_Selector'First;
begin
API.Get_Face_Selector.Ref (Enums.Getter.Cull_Face_Mode, Ret);
return Ret;
end Cull_Face;
end GL.Rasterization;
|
middleware/src/BLE/bluetooth_low_energy.ads | rocher/Ada_Drivers_Library | 192 | 24912 | ------------------------------------------------------------------------------
-- --
-- Copyright (C) 2016, AdaCore --
-- --
-- Redistribution and use in source and binary forms, with or without --
-- modification, are permitted provided that the following conditions are --
-- met: --
-- 1. Redistributions of source code must retain the above copyright --
-- notice, this list of conditions and the following disclaimer. --
-- 2. Redistributions in binary form must reproduce the above copyright --
-- notice, this list of conditions and the following disclaimer in --
-- the documentation and/or other materials provided with the --
-- distribution. --
-- 3. Neither the name of the copyright holder nor the names of its --
-- contributors may be used to endorse or promote products derived --
-- from this software without specific prior written permission. --
-- --
-- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS --
-- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT --
-- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR --
-- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT --
-- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, --
-- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT --
-- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, --
-- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY --
-- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT --
-- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE --
-- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --
-- --
------------------------------------------------------------------------------
with HAL; use HAL;
package Bluetooth_Low_Energy is
--------------
-- Channels --
--------------
type BLE_Channel_Number is range 0 .. 39;
subtype BLE_Data_Channel_Number is BLE_Channel_Number range 0 .. 36;
subtype BLE_Advertising_Channel_Number is BLE_Channel_Number range 37 .. 39;
type BLE_Frequency_MHz is range 2402 .. 2480;
Channel_Frequency : array (BLE_Channel_Number) of BLE_Frequency_MHz :=
(0 => 2404, 1 => 2406, 2 => 2408, 3 => 2410, 4 => 2412,
5 => 2414, 6 => 2416, 7 => 2418, 8 => 2420, 9 => 2422,
10 => 2424, 11 => 2428, 12 => 2430, 13 => 2432, 14 => 2434,
15 => 2436, 16 => 2438, 17 => 2440, 18 => 2442, 19 => 2444,
20 => 2446, 21 => 2448, 22 => 2450, 23 => 2452, 24 => 2454,
25 => 2456, 26 => 2458, 27 => 2460, 28 => 2462, 29 => 2464,
30 => 2466, 31 => 2468, 32 => 2470, 33 => 2472, 34 => 2474,
35 => 2476, 36 => 2478, 37 => 2402, 38 => 2426, 39 => 2480);
----------
-- UUID --
----------
type BLE_UUID_Kind is (UUID_16bits, UUID_32bits, UUID_16UInt8s);
subtype BLE_16UInt8s_UUID is UInt8_Array (1 .. 16);
type BLE_UUID (Kind : BLE_UUID_Kind) is record
case Kind is
when UUID_16bits =>
UUID_16 : UInt16;
when UUID_32bits =>
UUID_32 : UInt32;
when UUID_16UInt8s =>
UUID_16_UInt8s : BLE_16UInt8s_UUID;
end case;
end record;
function Make_UUID (UUID : UInt16) return BLE_UUID;
function Make_UUID (UUID : UInt32) return BLE_UUID;
function Make_UUID (UUID : BLE_16UInt8s_UUID) return BLE_UUID;
end Bluetooth_Low_Energy;
|
firmware/coreboot/3rdparty/blobs/cpu/amd/geode_lx/gplvsa_ii/vsm_lib/vsa2util.asm | fabiojna02/OpenCellular | 1 | 13547 | <gh_stars>1-10
;
; Copyright (c) 2006-2008 Advanced Micro Devices,Inc. ("AMD").
;
; This library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as
; published by the Free Software Foundation; either version 2.1 of the
; License, or (at your option) any later version.
;
; This code is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
; Lesser General Public License for more details.
;
; You should have received a copy of the GNU Lesser General
; Public License along with this library; if not, write to the
; Free Software Foundation, Inc., 59 Temple Place, Suite 330,
; Boston, MA 02111-1307 USA
;
;* Function: *
;* This file implements the SYS_GET_NEXT_MSG & SYS_REGISTER_EVENT *
;* macros as well as the code to perform a system call.
include sysmgr.inc
include smimac.mac
include vsa2.inc
.model tiny,c
.586p
.CODE
public Async_VSM
Async_VSM dd 0
;***********************************************************************
; USHORT sys_get_next_msg(ULONG *)
;
; This routine retrieves a message packet from a VSM's message queue.
;
; Input:
; MsgPacket = ptr to message packet (relative to DS)
; Returns:
; Message code
;***********************************************************************
sys_get_next_msg proc uses si di \
MsgPacket: PTR
CheckMsgQ:
xor di, di
ASSUME di: PTR VSM_Header
mov si, [di].SysStuff.Qtail ; Is the message queue empty ?
cmp si, [di].SysStuff.Qhead
jne MessageIsWaiting
mov ax, SYS_CODE_EXIT ; Return to the System Manager
smint
; Returns here when there are message(s) pending for this VSM.
jmp short CheckMsgQ
MessageIsWaiting:
ASSUME si: PTR Message
lea di, [si+sizeof(Message)]
mov dx, [si].Msg ; Get the message code
mov eax, [si].From_VSM ; Get VSM message is from
mov [Async_VSM], eax
; Copy message packet into caller's buffer
cld
lea si, [si].Param
mov cx, MAX_MSG_PARAM
mov bx, [MsgPacket] ; Get ptr to message buffer
CopyMsg:
lodsd
mov [bx], eax
add bx, 4
loop CopyMsg
;
; Advance the message queue ptr
;
mov si, OFFSET VSM_Header.SysStuff
ASSUME si: PTR System
cmp di, [si].EndMsgQ ; Is Qtail at end ?
jb UpdateQtail
lea di, [si].MsgQueue ; Yes, wrap ptr to start of queue
UpdateQtail:
mov [si].Qtail, di
; Return value of function is the message code
mov ax, dx
Exit: ret
ASSUME si:NOTHING
sys_get_next_msg endp
;***********************************************************************
; USHORT sys_query_msg_queue(ULONG *)
;
; This routine queries the VSM's message queue
;
; Input:
; If a message is present:
; MsgPacket = ptr to message packet (relative to DS)
; Returns:
; If a message is present:
; Message code
; Else
; 0xFFFF
;***********************************************************************
sys_query_msg_queue proc uses si \
MsgPacket: PTR
xor bx, bx
ASSUME bx: PTR VSM_Header
mov si, [bx].SysStuff.Qtail ; Is the message queue empty ?
cmp si, [bx].SysStuff.Qhead
mov ax, 0FFFFh ; Return value if queue is empty
je short Exit
ASSUME si: PTR Message
mov dx, [si].Msg ; Get the message code
; Copy message packet into caller's buffer
cld
lea si, [si].Param
mov cx, MAX_MSG_PARAM
mov bx, [MsgPacket] ; Get ptr to message buffer
CopyMsg:
lodsd
mov dword ptr [bx], eax
add bx, 4
loop CopyMsg
; NOTE: Qtail is not advanced !!
; Return value of function is the message code
mov ax, dx
Exit: ret
sys_query_msg_queue endp
;***********************************************************************
; Registers this VSM as a handler for an event
;***********************************************************************
sys_register_event proc pascal uses edi \
Event: EVENT, \
Param1: DWORD, \
Param2: DWORD, \
Priority: WORD
mov bx, [Event] ; Get event to register
shl ebx, 16
mov bx, [Priority] ; Get event priority
mov ecx, [Param1] ; Get parameters
mov edi, [Param2]
mov ax, SYS_CODE_EVENT
call sys_system_call
ret
sys_register_event endp
;***********************************************************************
; Performs a system call
;***********************************************************************
sys_system_call proc
smint
ret
sys_system_call endp
END
|
llvm-gcc-4.2-2.9/gcc/ada/exp_ch2.ads | vidkidz/crossbridge | 1 | 26136 | ------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- --
-- E X P _ C H 2 --
-- --
-- S p e c --
-- --
-- Copyright (C) 1992-1997 Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 2, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --
-- for more details. You should have received a copy of the GNU General --
-- Public License distributed with GNAT; see file COPYING. If not, write --
-- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, --
-- Boston, MA 02110-1301, USA. --
-- --
-- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
-- Expand routines for chapter 2 constructs
with Types; use Types;
package Exp_Ch2 is
procedure Expand_N_Expanded_Name (N : Node_Id);
procedure Expand_N_Identifier (N : Node_Id);
procedure Expand_N_Real_Literal (N : Node_Id);
function Param_Entity (N : Node_Id) return Entity_Id;
-- Given an expression N, determines if the expression is a reference
-- to a formal (of a subprogram or entry), and if so returns the Id
-- of the corresponding formal entity, otherwise returns Empty. The
-- reason that this is in Exp_Ch2 is that it has to deal with the
-- case where the reference is to an entry formal, and has been
-- expanded already. Since Exp_Ch2 is in charge of the expansion, it
-- is best suited to knowing how to detect this case.
end Exp_Ch2;
|
src/Categories/Category/Instance/Rels.agda | Trebor-Huang/agda-categories | 279 | 14126 | <filename>src/Categories/Category/Instance/Rels.agda
{-# OPTIONS --without-K --safe #-}
module Categories.Category.Instance.Rels where
open import Data.Product
open import Function hiding (_⇔_)
open import Level
open import Relation.Binary
open import Relation.Binary.Construct.Composition
open import Relation.Binary.PropositionalEquality
open import Categories.Category.Core
-- the category whose objects are sets and whose morphisms are binary relations.
Rels : ∀ o ℓ → Category (suc o) (suc (o ⊔ ℓ)) (o ⊔ ℓ)
Rels o ℓ = record
{ Obj = Set o
; _⇒_ = λ A B → REL A B (o ⊔ ℓ)
; _≈_ = λ L R → L ⇔ R
; id = λ x y → Lift ℓ (x ≡ y)
; _∘_ = λ L R → R ; L
; assoc = (λ { (b , fxb , c , gbc , hcy) → c , ((b , (fxb , gbc)) , hcy)})
, λ { (c , (b , fxb , gbc) , hcy) → b , fxb , c , gbc , hcy}
; sym-assoc = (λ { (c , (b , fxb , gbc) , hcy) → b , fxb , c , gbc , hcy})
, (λ { (b , fxb , c , gbc , hcy) → c , ((b , (fxb , gbc)) , hcy)})
; identityˡ = (λ { (b , fxb , lift refl) → fxb}) , λ {_} {y} fxy → y , fxy , lift refl
; identityʳ = (λ { (a , lift refl , fxy) → fxy}) , λ {x} {_} fxy → x , lift refl , fxy
; identity² = (λ { (_ , lift p , lift q) → lift (trans p q)}) , λ { (lift refl) → _ , lift refl , lift refl }
; equiv = record
{ refl = id , id
; sym = swap
; trans = λ { (p₁ , p₂) (q₁ , q₂) → (q₁ ∘′ p₁) , p₂ ∘′ q₂}
}
; ∘-resp-≈ = λ f⇔h g⇔i →
(λ { (b , gxb , fky) → b , proj₁ g⇔i gxb , proj₁ f⇔h fky }) ,
λ { (b , ixb , hby) → b , proj₂ g⇔i ixb , proj₂ f⇔h hby }
}
|
FormalAnalyzer/models/apps/ControlSwitchBasedUponPlayStatus.als | Mohannadcse/IoTCOM_BehavioralRuleExtractor | 0 | 2136 | module app_ControlSwitchBasedUponPlayStatus
open IoTBottomUp as base
open cap_switch
open cap_musicPlayer
one sig app_ControlSwitchBasedUponPlayStatus extends IoTApp {
state : one cap_state,
player : one cap_musicPlayer,
switches : some cap_switch,
} {
rules = r
}
/*
one sig cap_musicPlayer_attr_status extends cap_musicPlayer_attr {}
{
values = cap_musicPlayer_attr_status_val
}
*/
//abstract sig cap_musicPlayer_attr_status_val extends AttrValue {}
one sig cap_musicPlayer_attr_status_val_paused extends cap_musicPlayer_attr_status_val {}
one sig cap_musicPlayer_attr_status_val_playing extends cap_musicPlayer_attr_status_val {}
one sig cap_state extends Capability {} {
attributes = cap_state_attr
}
abstract sig cap_state_attr extends Attribute {}
one sig cap_state_attr_runIn extends cap_state_attr {} {
values = cap_state_attr_runIn_val
}
abstract sig cap_state_attr_runIn_val extends AttrValue {}
one sig cap_state_attr_runIn_val_on extends cap_state_attr_runIn_val {}
one sig cap_state_attr_runIn_val_off extends cap_state_attr_runIn_val {}
// application rules base class
abstract sig r extends Rule {}
one sig r0 extends r {}{
no triggers
conditions = r0_cond
commands = r0_comm
}
abstract sig r0_cond extends Condition {}
one sig r0_cond0 extends r0_cond {} {
capabilities = app_ControlSwitchBasedUponPlayStatus.state
attribute = cap_state_attr_runIn
value = cap_state_attr_runIn_val_on
}
abstract sig r0_comm extends Command {}
one sig r0_comm0 extends r0_comm {} {
capability = app_ControlSwitchBasedUponPlayStatus.switches
attribute = cap_switch_attr_switch
value = cap_switch_attr_switch_val_off
}
one sig r1 extends r {}{
triggers = r1_trig
conditions = r1_cond
commands = r1_comm
}
abstract sig r1_trig extends Trigger {}
one sig r1_trig0 extends r1_trig {} {
capabilities = app_ControlSwitchBasedUponPlayStatus.player
attribute = cap_musicPlayer_attr_status
no value
}
abstract sig r1_cond extends Condition {}
one sig r1_cond0 extends r1_cond {} {
capabilities = app_ControlSwitchBasedUponPlayStatus.player
attribute = cap_musicPlayer_attr_status
value = cap_musicPlayer_attr_status_val_paused
}
one sig r1_cond1 extends r1_cond {} {
capabilities = app_ControlSwitchBasedUponPlayStatus.player
attribute = cap_musicPlayer_attr_status
value = cap_musicPlayer_attr_status_val_playing
}
abstract sig r1_comm extends Command {}
one sig r1_comm0 extends r1_comm {} {
capability = app_ControlSwitchBasedUponPlayStatus.switches
attribute = cap_switch_attr_switch
value = cap_switch_attr_switch_val_on
}
one sig r2 extends r {}{
triggers = r2_trig
conditions = r2_cond
commands = r2_comm
}
abstract sig r2_trig extends Trigger {}
one sig r2_trig0 extends r2_trig {} {
capabilities = app_ControlSwitchBasedUponPlayStatus.player
attribute = cap_musicPlayer_attr_status
no value
}
abstract sig r2_cond extends Condition {}
one sig r2_cond0 extends r2_cond {} {
capabilities = app_ControlSwitchBasedUponPlayStatus.player
attribute = cap_musicPlayer_attr_status
value = cap_musicPlayer_attr_status_val - cap_musicPlayer_attr_status_val_playing
}
one sig r2_cond1 extends r2_cond {} {
capabilities = app_ControlSwitchBasedUponPlayStatus.player
attribute = cap_musicPlayer_attr_status
value = cap_musicPlayer_attr_status_val - cap_musicPlayer_attr_status_val_paused
}
abstract sig r2_comm extends Command {}
one sig r2_comm0 extends r2_comm {} {
capability = app_ControlSwitchBasedUponPlayStatus.state
attribute = cap_state_attr_runIn
value = cap_state_attr_runIn_val_on
}
|
source/oasis/program-elements.ads | reznikmm/gela | 0 | 3436 | <gh_stars>0
-- SPDX-FileCopyrightText: 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-------------------------------------------------------------
limited with Program.Elements.Pragmas;
limited with Program.Elements.Defining_Names;
limited with Program.Elements.Defining_Identifiers;
limited with Program.Elements.Defining_Character_Literals;
limited with Program.Elements.Defining_Operator_Symbols;
limited with Program.Elements.Defining_Expanded_Names;
limited with Program.Elements.Declarations;
limited with Program.Elements.Type_Declarations;
limited with Program.Elements.Task_Type_Declarations;
limited with Program.Elements.Protected_Type_Declarations;
limited with Program.Elements.Subtype_Declarations;
limited with Program.Elements.Object_Declarations;
limited with Program.Elements.Single_Task_Declarations;
limited with Program.Elements.Single_Protected_Declarations;
limited with Program.Elements.Number_Declarations;
limited with Program.Elements.Enumeration_Literal_Specifications;
limited with Program.Elements.Discriminant_Specifications;
limited with Program.Elements.Component_Declarations;
limited with Program.Elements.Loop_Parameter_Specifications;
limited with Program.Elements.Generalized_Iterator_Specifications;
limited with Program.Elements.Element_Iterator_Specifications;
limited with Program.Elements.Procedure_Declarations;
limited with Program.Elements.Function_Declarations;
limited with Program.Elements.Parameter_Specifications;
limited with Program.Elements.Procedure_Body_Declarations;
limited with Program.Elements.Function_Body_Declarations;
limited with Program.Elements.Return_Object_Specifications;
limited with Program.Elements.Package_Declarations;
limited with Program.Elements.Package_Body_Declarations;
limited with Program.Elements.Object_Renaming_Declarations;
limited with Program.Elements.Exception_Renaming_Declarations;
limited with Program.Elements.Procedure_Renaming_Declarations;
limited with Program.Elements.Function_Renaming_Declarations;
limited with Program.Elements.Package_Renaming_Declarations;
limited with Program.Elements.Generic_Package_Renaming_Declarations;
limited with Program.Elements.Generic_Procedure_Renaming_Declarations;
limited with Program.Elements.Generic_Function_Renaming_Declarations;
limited with Program.Elements.Task_Body_Declarations;
limited with Program.Elements.Protected_Body_Declarations;
limited with Program.Elements.Entry_Declarations;
limited with Program.Elements.Entry_Body_Declarations;
limited with Program.Elements.Entry_Index_Specifications;
limited with Program.Elements.Procedure_Body_Stubs;
limited with Program.Elements.Function_Body_Stubs;
limited with Program.Elements.Package_Body_Stubs;
limited with Program.Elements.Task_Body_Stubs;
limited with Program.Elements.Protected_Body_Stubs;
limited with Program.Elements.Exception_Declarations;
limited with Program.Elements.Choice_Parameter_Specifications;
limited with Program.Elements.Generic_Package_Declarations;
limited with Program.Elements.Generic_Procedure_Declarations;
limited with Program.Elements.Generic_Function_Declarations;
limited with Program.Elements.Package_Instantiations;
limited with Program.Elements.Procedure_Instantiations;
limited with Program.Elements.Function_Instantiations;
limited with Program.Elements.Formal_Object_Declarations;
limited with Program.Elements.Formal_Type_Declarations;
limited with Program.Elements.Formal_Procedure_Declarations;
limited with Program.Elements.Formal_Function_Declarations;
limited with Program.Elements.Formal_Package_Declarations;
limited with Program.Elements.Definitions;
limited with Program.Elements.Type_Definitions;
limited with Program.Elements.Subtype_Indications;
limited with Program.Elements.Constraints;
limited with Program.Elements.Component_Definitions;
limited with Program.Elements.Discrete_Ranges;
limited with Program.Elements.Discrete_Subtype_Indications;
limited with Program.Elements.Discrete_Range_Attribute_References;
limited with Program.Elements.Discrete_Simple_Expression_Ranges;
limited with Program.Elements.Unknown_Discriminant_Parts;
limited with Program.Elements.Known_Discriminant_Parts;
limited with Program.Elements.Record_Definitions;
limited with Program.Elements.Null_Components;
limited with Program.Elements.Variant_Parts;
limited with Program.Elements.Variants;
limited with Program.Elements.Others_Choices;
limited with Program.Elements.Anonymous_Access_Definitions;
limited with Program.Elements.Anonymous_Access_To_Objects;
limited with Program.Elements.Anonymous_Access_To_Procedures;
limited with Program.Elements.Anonymous_Access_To_Functions;
limited with Program.Elements.Private_Type_Definitions;
limited with Program.Elements.Private_Extension_Definitions;
limited with Program.Elements.Incomplete_Type_Definitions;
limited with Program.Elements.Task_Definitions;
limited with Program.Elements.Protected_Definitions;
limited with Program.Elements.Formal_Type_Definitions;
limited with Program.Elements.Aspect_Specifications;
limited with Program.Elements.Real_Range_Specifications;
limited with Program.Elements.Expressions;
limited with Program.Elements.Numeric_Literals;
limited with Program.Elements.String_Literals;
limited with Program.Elements.Identifiers;
limited with Program.Elements.Operator_Symbols;
limited with Program.Elements.Character_Literals;
limited with Program.Elements.Explicit_Dereferences;
limited with Program.Elements.Infix_Operators;
limited with Program.Elements.Function_Calls;
limited with Program.Elements.Indexed_Components;
limited with Program.Elements.Slices;
limited with Program.Elements.Selected_Components;
limited with Program.Elements.Attribute_References;
limited with Program.Elements.Record_Aggregates;
limited with Program.Elements.Extension_Aggregates;
limited with Program.Elements.Array_Aggregates;
limited with Program.Elements.Short_Circuit_Operations;
limited with Program.Elements.Membership_Tests;
limited with Program.Elements.Null_Literals;
limited with Program.Elements.Parenthesized_Expressions;
limited with Program.Elements.Raise_Expressions;
limited with Program.Elements.Type_Conversions;
limited with Program.Elements.Qualified_Expressions;
limited with Program.Elements.Allocators;
limited with Program.Elements.Case_Expressions;
limited with Program.Elements.If_Expressions;
limited with Program.Elements.Quantified_Expressions;
limited with Program.Elements.Associations;
limited with Program.Elements.Discriminant_Associations;
limited with Program.Elements.Record_Component_Associations;
limited with Program.Elements.Array_Component_Associations;
limited with Program.Elements.Parameter_Associations;
limited with Program.Elements.Formal_Package_Associations;
limited with Program.Elements.Statements;
limited with Program.Elements.Null_Statements;
limited with Program.Elements.Assignment_Statements;
limited with Program.Elements.If_Statements;
limited with Program.Elements.Case_Statements;
limited with Program.Elements.Loop_Statements;
limited with Program.Elements.While_Loop_Statements;
limited with Program.Elements.For_Loop_Statements;
limited with Program.Elements.Block_Statements;
limited with Program.Elements.Exit_Statements;
limited with Program.Elements.Goto_Statements;
limited with Program.Elements.Call_Statements;
limited with Program.Elements.Simple_Return_Statements;
limited with Program.Elements.Extended_Return_Statements;
limited with Program.Elements.Accept_Statements;
limited with Program.Elements.Requeue_Statements;
limited with Program.Elements.Delay_Statements;
limited with Program.Elements.Terminate_Alternative_Statements;
limited with Program.Elements.Select_Statements;
limited with Program.Elements.Abort_Statements;
limited with Program.Elements.Raise_Statements;
limited with Program.Elements.Code_Statements;
limited with Program.Elements.Paths;
limited with Program.Elements.Elsif_Paths;
limited with Program.Elements.Case_Paths;
limited with Program.Elements.Select_Paths;
limited with Program.Elements.Case_Expression_Paths;
limited with Program.Elements.Elsif_Expression_Paths;
limited with Program.Elements.Clauses;
limited with Program.Elements.Use_Clauses;
limited with Program.Elements.With_Clauses;
limited with Program.Elements.Representation_Clauses;
limited with Program.Elements.Component_Clauses;
limited with Program.Elements.Derived_Types;
limited with Program.Elements.Derived_Record_Extensions;
limited with Program.Elements.Enumeration_Types;
limited with Program.Elements.Signed_Integer_Types;
limited with Program.Elements.Modular_Types;
limited with Program.Elements.Root_Types;
limited with Program.Elements.Floating_Point_Types;
limited with Program.Elements.Ordinary_Fixed_Point_Types;
limited with Program.Elements.Decimal_Fixed_Point_Types;
limited with Program.Elements.Unconstrained_Array_Types;
limited with Program.Elements.Constrained_Array_Types;
limited with Program.Elements.Record_Types;
limited with Program.Elements.Interface_Types;
limited with Program.Elements.Object_Access_Types;
limited with Program.Elements.Procedure_Access_Types;
limited with Program.Elements.Function_Access_Types;
limited with Program.Elements.Formal_Private_Type_Definitions;
limited with Program.Elements.Formal_Derived_Type_Definitions;
limited with Program.Elements.Formal_Discrete_Type_Definitions;
limited with Program.Elements.Formal_Signed_Integer_Type_Definitions;
limited with Program.Elements.Formal_Modular_Type_Definitions;
limited with Program.Elements.Formal_Floating_Point_Definitions;
limited with Program.Elements.Formal_Ordinary_Fixed_Point_Definitions;
limited with Program.Elements.Formal_Decimal_Fixed_Point_Definitions;
limited with Program.Elements.Formal_Unconstrained_Array_Types;
limited with Program.Elements.Formal_Constrained_Array_Types;
limited with Program.Elements.Formal_Access_Types;
limited with Program.Elements.Formal_Object_Access_Types;
limited with Program.Elements.Formal_Procedure_Access_Types;
limited with Program.Elements.Formal_Function_Access_Types;
limited with Program.Elements.Formal_Interface_Types;
limited with Program.Elements.Access_Types;
limited with Program.Elements.Range_Attribute_References;
limited with Program.Elements.Simple_Expression_Ranges;
limited with Program.Elements.Digits_Constraints;
limited with Program.Elements.Delta_Constraints;
limited with Program.Elements.Index_Constraints;
limited with Program.Elements.Discriminant_Constraints;
limited with Program.Elements.Attribute_Definition_Clauses;
limited with Program.Elements.Enumeration_Representation_Clauses;
limited with Program.Elements.Record_Representation_Clauses;
limited with Program.Elements.At_Clauses;
limited with Program.Elements.Exception_Handlers;
limited with Program.Element_Visitors;
limited with Program.Element_Iterators;
package Program.Elements is
pragma Pure (Program.Elements);
type Element is limited interface;
type Element_Access is access all Element'Class with Storage_Size => 0;
function Assigned (Self : access Element'Class) return Boolean
is (Self /= null);
not overriding function Is_Pragma (Self : Element) return Boolean
is abstract;
not overriding function Is_Defining_Name (Self : Element) return Boolean
is abstract;
not overriding function Is_Defining_Identifier
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Defining_Identifier'Result then Self.Is_Defining_Name);
not overriding function Is_Defining_Character_Literal
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Defining_Character_Literal'Result then Self.Is_Defining_Name);
not overriding function Is_Defining_Operator_Symbol
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Defining_Operator_Symbol'Result then Self.Is_Defining_Name);
not overriding function Is_Defining_Expanded_Name
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Defining_Expanded_Name'Result then Self.Is_Defining_Name);
not overriding function Is_Declaration (Self : Element) return Boolean
is abstract;
not overriding function Is_Type_Declaration (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Type_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Task_Type_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Task_Type_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Protected_Type_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Protected_Type_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Subtype_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Subtype_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Object_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Object_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Single_Task_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Single_Task_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Single_Protected_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Single_Protected_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Number_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Number_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Enumeration_Literal_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Enumeration_Literal_Specification'Result
then Self.Is_Declaration);
not overriding function Is_Discriminant_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Discriminant_Specification'Result then Self.Is_Declaration);
not overriding function Is_Component_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Component_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Loop_Parameter_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Loop_Parameter_Specification'Result then Self.Is_Declaration);
not overriding function Is_Generalized_Iterator_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Generalized_Iterator_Specification'Result
then Self.Is_Declaration);
not overriding function Is_Element_Iterator_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Element_Iterator_Specification'Result then Self.Is_Declaration);
not overriding function Is_Procedure_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Procedure_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Function_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Function_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Parameter_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Parameter_Specification'Result then Self.Is_Declaration);
not overriding function Is_Procedure_Body_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Procedure_Body_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Function_Body_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Function_Body_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Return_Object_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Return_Object_Specification'Result then Self.Is_Declaration);
not overriding function Is_Package_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Package_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Package_Body_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Package_Body_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Object_Renaming_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Object_Renaming_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Exception_Renaming_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Exception_Renaming_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Procedure_Renaming_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Procedure_Renaming_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Function_Renaming_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Function_Renaming_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Package_Renaming_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Package_Renaming_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Generic_Package_Renaming_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Generic_Package_Renaming_Declaration'Result
then Self.Is_Declaration);
not overriding function Is_Generic_Procedure_Renaming_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Generic_Procedure_Renaming_Declaration'Result
then Self.Is_Declaration);
not overriding function Is_Generic_Function_Renaming_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Generic_Function_Renaming_Declaration'Result
then Self.Is_Declaration);
not overriding function Is_Task_Body_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Task_Body_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Protected_Body_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Protected_Body_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Entry_Declaration (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Entry_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Entry_Body_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Entry_Body_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Entry_Index_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Entry_Index_Specification'Result then Self.Is_Declaration);
not overriding function Is_Procedure_Body_Stub
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Procedure_Body_Stub'Result then Self.Is_Declaration);
not overriding function Is_Function_Body_Stub
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Function_Body_Stub'Result then Self.Is_Declaration);
not overriding function Is_Package_Body_Stub (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Package_Body_Stub'Result then Self.Is_Declaration);
not overriding function Is_Task_Body_Stub (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Task_Body_Stub'Result then Self.Is_Declaration);
not overriding function Is_Protected_Body_Stub
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Protected_Body_Stub'Result then Self.Is_Declaration);
not overriding function Is_Exception_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Exception_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Choice_Parameter_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Choice_Parameter_Specification'Result then Self.Is_Declaration);
not overriding function Is_Generic_Package_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Generic_Package_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Generic_Procedure_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Generic_Procedure_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Generic_Function_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Generic_Function_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Package_Instantiation
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Package_Instantiation'Result then Self.Is_Declaration);
not overriding function Is_Procedure_Instantiation
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Procedure_Instantiation'Result then Self.Is_Declaration);
not overriding function Is_Function_Instantiation
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Function_Instantiation'Result then Self.Is_Declaration);
not overriding function Is_Formal_Object_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Object_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Formal_Type_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Type_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Formal_Procedure_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Procedure_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Formal_Function_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Function_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Formal_Package_Declaration
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Package_Declaration'Result then Self.Is_Declaration);
not overriding function Is_Definition (Self : Element) return Boolean
is abstract;
not overriding function Is_Type_Definition (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Type_Definition'Result then Self.Is_Definition);
not overriding function Is_Subtype_Indication
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Subtype_Indication'Result then Self.Is_Definition);
not overriding function Is_Constraint (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Constraint'Result then Self.Is_Definition);
not overriding function Is_Component_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Component_Definition'Result then Self.Is_Definition);
not overriding function Is_Discrete_Range (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Discrete_Range'Result then Self.Is_Definition);
not overriding function Is_Discrete_Subtype_Indication
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Discrete_Subtype_Indication'Result then Self.Is_Discrete_Range);
not overriding function Is_Discrete_Range_Attribute_Reference
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Discrete_Range_Attribute_Reference'Result
then Self.Is_Discrete_Range);
not overriding function Is_Discrete_Simple_Expression_Range
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Discrete_Simple_Expression_Range'Result
then Self.Is_Discrete_Range);
not overriding function Is_Unknown_Discriminant_Part
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Unknown_Discriminant_Part'Result then Self.Is_Definition);
not overriding function Is_Known_Discriminant_Part
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Known_Discriminant_Part'Result then Self.Is_Definition);
not overriding function Is_Record_Definition (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Record_Definition'Result then Self.Is_Definition);
not overriding function Is_Null_Component (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Null_Component'Result then Self.Is_Definition);
not overriding function Is_Variant_Part (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Variant_Part'Result then Self.Is_Definition);
not overriding function Is_Variant (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Variant'Result then Self.Is_Definition);
not overriding function Is_Others_Choice (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Others_Choice'Result then Self.Is_Definition);
not overriding function Is_Anonymous_Access_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Anonymous_Access_Definition'Result then Self.Is_Definition);
not overriding function Is_Anonymous_Access_To_Object
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Anonymous_Access_To_Object'Result
then Self.Is_Anonymous_Access_Definition);
not overriding function Is_Anonymous_Access_To_Procedure
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Anonymous_Access_To_Procedure'Result
then Self.Is_Anonymous_Access_Definition);
not overriding function Is_Anonymous_Access_To_Function
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Anonymous_Access_To_Function'Result
then Self.Is_Anonymous_Access_Definition);
not overriding function Is_Private_Type_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Private_Type_Definition'Result then Self.Is_Definition);
not overriding function Is_Private_Extension_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Private_Extension_Definition'Result then Self.Is_Definition);
not overriding function Is_Incomplete_Type_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Incomplete_Type_Definition'Result then Self.Is_Definition);
not overriding function Is_Task_Definition (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Task_Definition'Result then Self.Is_Definition);
not overriding function Is_Protected_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Protected_Definition'Result then Self.Is_Definition);
not overriding function Is_Formal_Type_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Type_Definition'Result then Self.Is_Definition);
not overriding function Is_Aspect_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Aspect_Specification'Result then Self.Is_Definition);
not overriding function Is_Real_Range_Specification
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Real_Range_Specification'Result then Self.Is_Definition);
not overriding function Is_Expression (Self : Element) return Boolean
is abstract;
not overriding function Is_Numeric_Literal (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Numeric_Literal'Result then Self.Is_Expression);
not overriding function Is_String_Literal (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_String_Literal'Result then Self.Is_Expression);
not overriding function Is_Identifier (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Identifier'Result then Self.Is_Expression);
not overriding function Is_Operator_Symbol (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Operator_Symbol'Result then Self.Is_Expression);
not overriding function Is_Character_Literal (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Character_Literal'Result then Self.Is_Expression);
not overriding function Is_Explicit_Dereference
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Explicit_Dereference'Result then Self.Is_Expression);
not overriding function Is_Infix_Operator (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Infix_Operator'Result then Self.Is_Expression);
not overriding function Is_Function_Call (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Function_Call'Result then Self.Is_Expression);
not overriding function Is_Indexed_Component (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Indexed_Component'Result then Self.Is_Expression);
not overriding function Is_Slice (Self : Element) return Boolean is abstract
with Post'Class => (if Is_Slice'Result then Self.Is_Expression);
not overriding function Is_Selected_Component
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Selected_Component'Result then Self.Is_Expression);
not overriding function Is_Attribute_Reference
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Attribute_Reference'Result then Self.Is_Expression);
not overriding function Is_Record_Aggregate (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Record_Aggregate'Result then Self.Is_Expression);
not overriding function Is_Extension_Aggregate
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Extension_Aggregate'Result then Self.Is_Expression);
not overriding function Is_Array_Aggregate (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Array_Aggregate'Result then Self.Is_Expression);
not overriding function Is_Short_Circuit_Operation
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Short_Circuit_Operation'Result then Self.Is_Expression);
not overriding function Is_Membership_Test (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Membership_Test'Result then Self.Is_Expression);
not overriding function Is_Null_Literal (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Null_Literal'Result then Self.Is_Expression);
not overriding function Is_Parenthesized_Expression
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Parenthesized_Expression'Result then Self.Is_Expression);
not overriding function Is_Raise_Expression (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Raise_Expression'Result then Self.Is_Expression);
not overriding function Is_Type_Conversion (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Type_Conversion'Result then Self.Is_Expression);
not overriding function Is_Qualified_Expression
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Qualified_Expression'Result then Self.Is_Expression);
not overriding function Is_Allocator (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Allocator'Result then Self.Is_Expression);
not overriding function Is_Case_Expression (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Case_Expression'Result then Self.Is_Expression);
not overriding function Is_If_Expression (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_If_Expression'Result then Self.Is_Expression);
not overriding function Is_Quantified_Expression
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Quantified_Expression'Result then Self.Is_Expression);
not overriding function Is_Association (Self : Element) return Boolean
is abstract;
not overriding function Is_Discriminant_Association
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Discriminant_Association'Result then Self.Is_Association);
not overriding function Is_Record_Component_Association
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Record_Component_Association'Result then Self.Is_Association);
not overriding function Is_Array_Component_Association
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Array_Component_Association'Result then Self.Is_Association);
not overriding function Is_Parameter_Association
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Parameter_Association'Result then Self.Is_Association);
not overriding function Is_Formal_Package_Association
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Package_Association'Result then Self.Is_Association);
not overriding function Is_Statement (Self : Element) return Boolean
is abstract;
not overriding function Is_Null_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Null_Statement'Result then Self.Is_Statement);
not overriding function Is_Assignment_Statement
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Assignment_Statement'Result then Self.Is_Statement);
not overriding function Is_If_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_If_Statement'Result then Self.Is_Statement);
not overriding function Is_Case_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Case_Statement'Result then Self.Is_Statement);
not overriding function Is_Loop_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Loop_Statement'Result then Self.Is_Statement);
not overriding function Is_While_Loop_Statement
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_While_Loop_Statement'Result then Self.Is_Statement);
not overriding function Is_For_Loop_Statement
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_For_Loop_Statement'Result then Self.Is_Statement);
not overriding function Is_Block_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Block_Statement'Result then Self.Is_Statement);
not overriding function Is_Exit_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Exit_Statement'Result then Self.Is_Statement);
not overriding function Is_Goto_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Goto_Statement'Result then Self.Is_Statement);
not overriding function Is_Call_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Call_Statement'Result then Self.Is_Statement);
not overriding function Is_Simple_Return_Statement
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Simple_Return_Statement'Result then Self.Is_Statement);
not overriding function Is_Extended_Return_Statement
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Extended_Return_Statement'Result then Self.Is_Statement);
not overriding function Is_Accept_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Accept_Statement'Result then Self.Is_Statement);
not overriding function Is_Requeue_Statement (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Requeue_Statement'Result then Self.Is_Statement);
not overriding function Is_Delay_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Delay_Statement'Result then Self.Is_Statement);
not overriding function Is_Terminate_Alternative_Statement
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Terminate_Alternative_Statement'Result then Self.Is_Statement);
not overriding function Is_Select_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Select_Statement'Result then Self.Is_Statement);
not overriding function Is_Abort_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Abort_Statement'Result then Self.Is_Statement);
not overriding function Is_Raise_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Raise_Statement'Result then Self.Is_Statement);
not overriding function Is_Code_Statement (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Code_Statement'Result then Self.Is_Statement);
not overriding function Is_Path (Self : Element) return Boolean is abstract;
not overriding function Is_Elsif_Path (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Elsif_Path'Result then Self.Is_Path);
not overriding function Is_Case_Path (Self : Element) return Boolean
is abstract with Post'Class => (if Is_Case_Path'Result then Self.Is_Path);
not overriding function Is_Select_Path (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Select_Path'Result then Self.Is_Path);
not overriding function Is_Case_Expression_Path
(Self : Element)
return Boolean is abstract
with Post'Class => (if Is_Case_Expression_Path'Result then Self.Is_Path);
not overriding function Is_Elsif_Expression_Path
(Self : Element)
return Boolean is abstract
with Post'Class => (if Is_Elsif_Expression_Path'Result then Self.Is_Path);
not overriding function Is_Clause (Self : Element) return Boolean
is abstract;
not overriding function Is_Use_Clause (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Use_Clause'Result then Self.Is_Clause);
not overriding function Is_With_Clause (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_With_Clause'Result then Self.Is_Clause);
not overriding function Is_Representation_Clause
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Representation_Clause'Result then Self.Is_Clause);
not overriding function Is_Component_Clause (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Component_Clause'Result then Self.Is_Clause);
not overriding function Is_Derived_Type (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Derived_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Derived_Record_Extension
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Derived_Record_Extension'Result then Self.Is_Type_Definition);
not overriding function Is_Enumeration_Type (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Enumeration_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Signed_Integer_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Signed_Integer_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Modular_Type (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Modular_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Root_Type (Self : Element) return Boolean
is abstract
with Post'Class => (if Is_Root_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Floating_Point_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Floating_Point_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Ordinary_Fixed_Point_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Ordinary_Fixed_Point_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Decimal_Fixed_Point_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Decimal_Fixed_Point_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Unconstrained_Array_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Unconstrained_Array_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Constrained_Array_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Constrained_Array_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Record_Type (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Record_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Interface_Type (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Interface_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Object_Access_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Object_Access_Type'Result then Self.Is_Access_Type);
not overriding function Is_Procedure_Access_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Procedure_Access_Type'Result then Self.Is_Access_Type);
not overriding function Is_Function_Access_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Function_Access_Type'Result then Self.Is_Access_Type);
not overriding function Is_Formal_Private_Type_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Private_Type_Definition'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Derived_Type_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Derived_Type_Definition'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Discrete_Type_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Discrete_Type_Definition'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Signed_Integer_Type_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Signed_Integer_Type_Definition'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Modular_Type_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Modular_Type_Definition'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Floating_Point_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Floating_Point_Definition'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Ordinary_Fixed_Point_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Ordinary_Fixed_Point_Definition'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Decimal_Fixed_Point_Definition
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Decimal_Fixed_Point_Definition'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Unconstrained_Array_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Unconstrained_Array_Type'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Constrained_Array_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Constrained_Array_Type'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Access_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Access_Type'Result then Self.Is_Formal_Type_Definition);
not overriding function Is_Formal_Object_Access_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Object_Access_Type'Result
then Self.Is_Formal_Access_Type);
not overriding function Is_Formal_Procedure_Access_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Procedure_Access_Type'Result
then Self.Is_Formal_Access_Type);
not overriding function Is_Formal_Function_Access_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Function_Access_Type'Result
then Self.Is_Formal_Access_Type);
not overriding function Is_Formal_Interface_Type
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Formal_Interface_Type'Result
then Self.Is_Formal_Type_Definition);
not overriding function Is_Access_Type (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Access_Type'Result then Self.Is_Type_Definition);
not overriding function Is_Range_Attribute_Reference
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Range_Attribute_Reference'Result then Self.Is_Constraint);
not overriding function Is_Simple_Expression_Range
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Simple_Expression_Range'Result then Self.Is_Constraint);
not overriding function Is_Digits_Constraint (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Digits_Constraint'Result then Self.Is_Constraint);
not overriding function Is_Delta_Constraint (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Delta_Constraint'Result then Self.Is_Constraint);
not overriding function Is_Index_Constraint (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_Index_Constraint'Result then Self.Is_Constraint);
not overriding function Is_Discriminant_Constraint
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Discriminant_Constraint'Result then Self.Is_Constraint);
not overriding function Is_Attribute_Definition_Clause
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Attribute_Definition_Clause'Result
then Self.Is_Representation_Clause);
not overriding function Is_Enumeration_Representation_Clause
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Enumeration_Representation_Clause'Result
then Self.Is_Representation_Clause);
not overriding function Is_Record_Representation_Clause
(Self : Element)
return Boolean is abstract
with Post'Class =>
(if Is_Record_Representation_Clause'Result
then Self.Is_Representation_Clause);
not overriding function Is_At_Clause (Self : Element) return Boolean
is abstract
with Post'Class =>
(if Is_At_Clause'Result then Self.Is_Representation_Clause);
not overriding function Is_Exception_Handler (Self : Element) return Boolean
is abstract;
function To_Element (Self : access Element'Class) return Element_Access
is (Element_Access (Self));
function To_Pragma
(Self : access Element'Class)
return Program.Elements.Pragmas.Pragma_Access
with Pre => not Self.Assigned or else Self.Is_Pragma;
function To_Defining_Name
(Self : access Element'Class)
return Program.Elements.Defining_Names.Defining_Name_Access
with Pre => not Self.Assigned or else Self.Is_Defining_Name;
function To_Defining_Identifier
(Self : access Element'Class)
return Program.Elements.Defining_Identifiers.Defining_Identifier_Access
with Pre => not Self.Assigned or else Self.Is_Defining_Identifier;
function To_Defining_Character_Literal
(Self : access Element'Class)
return Program.Elements.Defining_Character_Literals
.Defining_Character_Literal_Access
with Pre => not Self.Assigned or else Self.Is_Defining_Character_Literal;
function To_Defining_Operator_Symbol
(Self : access Element'Class)
return Program.Elements.Defining_Operator_Symbols
.Defining_Operator_Symbol_Access
with Pre => not Self.Assigned or else Self.Is_Defining_Operator_Symbol;
function To_Defining_Expanded_Name
(Self : access Element'Class)
return Program.Elements.Defining_Expanded_Names
.Defining_Expanded_Name_Access
with Pre => not Self.Assigned or else Self.Is_Defining_Expanded_Name;
function To_Declaration
(Self : access Element'Class)
return Program.Elements.Declarations.Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Declaration;
function To_Type_Declaration
(Self : access Element'Class)
return Program.Elements.Type_Declarations.Type_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Type_Declaration;
function To_Task_Type_Declaration
(Self : access Element'Class)
return Program.Elements.Task_Type_Declarations
.Task_Type_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Task_Type_Declaration;
function To_Protected_Type_Declaration
(Self : access Element'Class)
return Program.Elements.Protected_Type_Declarations
.Protected_Type_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Protected_Type_Declaration;
function To_Subtype_Declaration
(Self : access Element'Class)
return Program.Elements.Subtype_Declarations.Subtype_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Subtype_Declaration;
function To_Object_Declaration
(Self : access Element'Class)
return Program.Elements.Object_Declarations.Object_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Object_Declaration;
function To_Single_Task_Declaration
(Self : access Element'Class)
return Program.Elements.Single_Task_Declarations
.Single_Task_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Single_Task_Declaration;
function To_Single_Protected_Declaration
(Self : access Element'Class)
return Program.Elements.Single_Protected_Declarations
.Single_Protected_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Single_Protected_Declaration;
function To_Number_Declaration
(Self : access Element'Class)
return Program.Elements.Number_Declarations.Number_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Number_Declaration;
function To_Enumeration_Literal_Specification
(Self : access Element'Class)
return Program.Elements.Enumeration_Literal_Specifications
.Enumeration_Literal_Specification_Access
with Pre =>
not Self.Assigned or else Self.Is_Enumeration_Literal_Specification;
function To_Discriminant_Specification
(Self : access Element'Class)
return Program.Elements.Discriminant_Specifications
.Discriminant_Specification_Access
with Pre => not Self.Assigned or else Self.Is_Discriminant_Specification;
function To_Component_Declaration
(Self : access Element'Class)
return Program.Elements.Component_Declarations
.Component_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Component_Declaration;
function To_Loop_Parameter_Specification
(Self : access Element'Class)
return Program.Elements.Loop_Parameter_Specifications
.Loop_Parameter_Specification_Access
with Pre =>
not Self.Assigned or else Self.Is_Loop_Parameter_Specification;
function To_Generalized_Iterator_Specification
(Self : access Element'Class)
return Program.Elements.Generalized_Iterator_Specifications
.Generalized_Iterator_Specification_Access
with Pre =>
not Self.Assigned or else Self.Is_Generalized_Iterator_Specification;
function To_Element_Iterator_Specification
(Self : access Element'Class)
return Program.Elements.Element_Iterator_Specifications
.Element_Iterator_Specification_Access
with Pre =>
not Self.Assigned or else Self.Is_Element_Iterator_Specification;
function To_Procedure_Declaration
(Self : access Element'Class)
return Program.Elements.Procedure_Declarations
.Procedure_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Procedure_Declaration;
function To_Function_Declaration
(Self : access Element'Class)
return Program.Elements.Function_Declarations.Function_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Function_Declaration;
function To_Parameter_Specification
(Self : access Element'Class)
return Program.Elements.Parameter_Specifications
.Parameter_Specification_Access
with Pre => not Self.Assigned or else Self.Is_Parameter_Specification;
function To_Procedure_Body_Declaration
(Self : access Element'Class)
return Program.Elements.Procedure_Body_Declarations
.Procedure_Body_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Procedure_Body_Declaration;
function To_Function_Body_Declaration
(Self : access Element'Class)
return Program.Elements.Function_Body_Declarations
.Function_Body_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Function_Body_Declaration;
function To_Return_Object_Specification
(Self : access Element'Class)
return Program.Elements.Return_Object_Specifications
.Return_Object_Specification_Access
with Pre => not Self.Assigned or else Self.Is_Return_Object_Specification;
function To_Package_Declaration
(Self : access Element'Class)
return Program.Elements.Package_Declarations.Package_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Package_Declaration;
function To_Package_Body_Declaration
(Self : access Element'Class)
return Program.Elements.Package_Body_Declarations
.Package_Body_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Package_Body_Declaration;
function To_Object_Renaming_Declaration
(Self : access Element'Class)
return Program.Elements.Object_Renaming_Declarations
.Object_Renaming_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Object_Renaming_Declaration;
function To_Exception_Renaming_Declaration
(Self : access Element'Class)
return Program.Elements.Exception_Renaming_Declarations
.Exception_Renaming_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Exception_Renaming_Declaration;
function To_Procedure_Renaming_Declaration
(Self : access Element'Class)
return Program.Elements.Procedure_Renaming_Declarations
.Procedure_Renaming_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Procedure_Renaming_Declaration;
function To_Function_Renaming_Declaration
(Self : access Element'Class)
return Program.Elements.Function_Renaming_Declarations
.Function_Renaming_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Function_Renaming_Declaration;
function To_Package_Renaming_Declaration
(Self : access Element'Class)
return Program.Elements.Package_Renaming_Declarations
.Package_Renaming_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Package_Renaming_Declaration;
function To_Generic_Package_Renaming_Declaration
(Self : access Element'Class)
return Program.Elements.Generic_Package_Renaming_Declarations
.Generic_Package_Renaming_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Generic_Package_Renaming_Declaration;
function To_Generic_Procedure_Renaming_Declaration
(Self : access Element'Class)
return Program.Elements.Generic_Procedure_Renaming_Declarations
.Generic_Procedure_Renaming_Declaration_Access
with Pre =>
not Self.Assigned
or else Self.Is_Generic_Procedure_Renaming_Declaration;
function To_Generic_Function_Renaming_Declaration
(Self : access Element'Class)
return Program.Elements.Generic_Function_Renaming_Declarations
.Generic_Function_Renaming_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Generic_Function_Renaming_Declaration;
function To_Task_Body_Declaration
(Self : access Element'Class)
return Program.Elements.Task_Body_Declarations
.Task_Body_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Task_Body_Declaration;
function To_Protected_Body_Declaration
(Self : access Element'Class)
return Program.Elements.Protected_Body_Declarations
.Protected_Body_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Protected_Body_Declaration;
function To_Entry_Declaration
(Self : access Element'Class)
return Program.Elements.Entry_Declarations.Entry_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Entry_Declaration;
function To_Entry_Body_Declaration
(Self : access Element'Class)
return Program.Elements.Entry_Body_Declarations
.Entry_Body_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Entry_Body_Declaration;
function To_Entry_Index_Specification
(Self : access Element'Class)
return Program.Elements.Entry_Index_Specifications
.Entry_Index_Specification_Access
with Pre => not Self.Assigned or else Self.Is_Entry_Index_Specification;
function To_Procedure_Body_Stub
(Self : access Element'Class)
return Program.Elements.Procedure_Body_Stubs.Procedure_Body_Stub_Access
with Pre => not Self.Assigned or else Self.Is_Procedure_Body_Stub;
function To_Function_Body_Stub
(Self : access Element'Class)
return Program.Elements.Function_Body_Stubs.Function_Body_Stub_Access
with Pre => not Self.Assigned or else Self.Is_Function_Body_Stub;
function To_Package_Body_Stub
(Self : access Element'Class)
return Program.Elements.Package_Body_Stubs.Package_Body_Stub_Access
with Pre => not Self.Assigned or else Self.Is_Package_Body_Stub;
function To_Task_Body_Stub
(Self : access Element'Class)
return Program.Elements.Task_Body_Stubs.Task_Body_Stub_Access
with Pre => not Self.Assigned or else Self.Is_Task_Body_Stub;
function To_Protected_Body_Stub
(Self : access Element'Class)
return Program.Elements.Protected_Body_Stubs.Protected_Body_Stub_Access
with Pre => not Self.Assigned or else Self.Is_Protected_Body_Stub;
function To_Exception_Declaration
(Self : access Element'Class)
return Program.Elements.Exception_Declarations
.Exception_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Exception_Declaration;
function To_Choice_Parameter_Specification
(Self : access Element'Class)
return Program.Elements.Choice_Parameter_Specifications
.Choice_Parameter_Specification_Access
with Pre =>
not Self.Assigned or else Self.Is_Choice_Parameter_Specification;
function To_Generic_Package_Declaration
(Self : access Element'Class)
return Program.Elements.Generic_Package_Declarations
.Generic_Package_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Generic_Package_Declaration;
function To_Generic_Procedure_Declaration
(Self : access Element'Class)
return Program.Elements.Generic_Procedure_Declarations
.Generic_Procedure_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Generic_Procedure_Declaration;
function To_Generic_Function_Declaration
(Self : access Element'Class)
return Program.Elements.Generic_Function_Declarations
.Generic_Function_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Generic_Function_Declaration;
function To_Package_Instantiation
(Self : access Element'Class)
return Program.Elements.Package_Instantiations
.Package_Instantiation_Access
with Pre => not Self.Assigned or else Self.Is_Package_Instantiation;
function To_Procedure_Instantiation
(Self : access Element'Class)
return Program.Elements.Procedure_Instantiations
.Procedure_Instantiation_Access
with Pre => not Self.Assigned or else Self.Is_Procedure_Instantiation;
function To_Function_Instantiation
(Self : access Element'Class)
return Program.Elements.Function_Instantiations
.Function_Instantiation_Access
with Pre => not Self.Assigned or else Self.Is_Function_Instantiation;
function To_Formal_Object_Declaration
(Self : access Element'Class)
return Program.Elements.Formal_Object_Declarations
.Formal_Object_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Object_Declaration;
function To_Formal_Type_Declaration
(Self : access Element'Class)
return Program.Elements.Formal_Type_Declarations
.Formal_Type_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Type_Declaration;
function To_Formal_Procedure_Declaration
(Self : access Element'Class)
return Program.Elements.Formal_Procedure_Declarations
.Formal_Procedure_Declaration_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Procedure_Declaration;
function To_Formal_Function_Declaration
(Self : access Element'Class)
return Program.Elements.Formal_Function_Declarations
.Formal_Function_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Function_Declaration;
function To_Formal_Package_Declaration
(Self : access Element'Class)
return Program.Elements.Formal_Package_Declarations
.Formal_Package_Declaration_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Package_Declaration;
function To_Definition
(Self : access Element'Class)
return Program.Elements.Definitions.Definition_Access
with Pre => not Self.Assigned or else Self.Is_Definition;
function To_Type_Definition
(Self : access Element'Class)
return Program.Elements.Type_Definitions.Type_Definition_Access
with Pre => not Self.Assigned or else Self.Is_Type_Definition;
function To_Subtype_Indication
(Self : access Element'Class)
return Program.Elements.Subtype_Indications.Subtype_Indication_Access
with Pre => not Self.Assigned or else Self.Is_Subtype_Indication;
function To_Constraint
(Self : access Element'Class)
return Program.Elements.Constraints.Constraint_Access
with Pre => not Self.Assigned or else Self.Is_Constraint;
function To_Component_Definition
(Self : access Element'Class)
return Program.Elements.Component_Definitions.Component_Definition_Access
with Pre => not Self.Assigned or else Self.Is_Component_Definition;
function To_Discrete_Range
(Self : access Element'Class)
return Program.Elements.Discrete_Ranges.Discrete_Range_Access
with Pre => not Self.Assigned or else Self.Is_Discrete_Range;
function To_Discrete_Subtype_Indication
(Self : access Element'Class)
return Program.Elements.Discrete_Subtype_Indications
.Discrete_Subtype_Indication_Access
with Pre => not Self.Assigned or else Self.Is_Discrete_Subtype_Indication;
function To_Discrete_Range_Attribute_Reference
(Self : access Element'Class)
return Program.Elements.Discrete_Range_Attribute_References
.Discrete_Range_Attribute_Reference_Access
with Pre =>
not Self.Assigned or else Self.Is_Discrete_Range_Attribute_Reference;
function To_Discrete_Simple_Expression_Range
(Self : access Element'Class)
return Program.Elements.Discrete_Simple_Expression_Ranges
.Discrete_Simple_Expression_Range_Access
with Pre =>
not Self.Assigned or else Self.Is_Discrete_Simple_Expression_Range;
function To_Unknown_Discriminant_Part
(Self : access Element'Class)
return Program.Elements.Unknown_Discriminant_Parts
.Unknown_Discriminant_Part_Access
with Pre => not Self.Assigned or else Self.Is_Unknown_Discriminant_Part;
function To_Known_Discriminant_Part
(Self : access Element'Class)
return Program.Elements.Known_Discriminant_Parts
.Known_Discriminant_Part_Access
with Pre => not Self.Assigned or else Self.Is_Known_Discriminant_Part;
function To_Record_Definition
(Self : access Element'Class)
return Program.Elements.Record_Definitions.Record_Definition_Access
with Pre => not Self.Assigned or else Self.Is_Record_Definition;
function To_Null_Component
(Self : access Element'Class)
return Program.Elements.Null_Components.Null_Component_Access
with Pre => not Self.Assigned or else Self.Is_Null_Component;
function To_Variant_Part
(Self : access Element'Class)
return Program.Elements.Variant_Parts.Variant_Part_Access
with Pre => not Self.Assigned or else Self.Is_Variant_Part;
function To_Variant
(Self : access Element'Class)
return Program.Elements.Variants.Variant_Access
with Pre => not Self.Assigned or else Self.Is_Variant;
function To_Others_Choice
(Self : access Element'Class)
return Program.Elements.Others_Choices.Others_Choice_Access
with Pre => not Self.Assigned or else Self.Is_Others_Choice;
function To_Anonymous_Access_Definition
(Self : access Element'Class)
return Program.Elements.Anonymous_Access_Definitions
.Anonymous_Access_Definition_Access
with Pre => not Self.Assigned or else Self.Is_Anonymous_Access_Definition;
function To_Anonymous_Access_To_Object
(Self : access Element'Class)
return Program.Elements.Anonymous_Access_To_Objects
.Anonymous_Access_To_Object_Access
with Pre => not Self.Assigned or else Self.Is_Anonymous_Access_To_Object;
function To_Anonymous_Access_To_Procedure
(Self : access Element'Class)
return Program.Elements.Anonymous_Access_To_Procedures
.Anonymous_Access_To_Procedure_Access
with Pre =>
not Self.Assigned or else Self.Is_Anonymous_Access_To_Procedure;
function To_Anonymous_Access_To_Function
(Self : access Element'Class)
return Program.Elements.Anonymous_Access_To_Functions
.Anonymous_Access_To_Function_Access
with Pre =>
not Self.Assigned or else Self.Is_Anonymous_Access_To_Function;
function To_Private_Type_Definition
(Self : access Element'Class)
return Program.Elements.Private_Type_Definitions
.Private_Type_Definition_Access
with Pre => not Self.Assigned or else Self.Is_Private_Type_Definition;
function To_Private_Extension_Definition
(Self : access Element'Class)
return Program.Elements.Private_Extension_Definitions
.Private_Extension_Definition_Access
with Pre =>
not Self.Assigned or else Self.Is_Private_Extension_Definition;
function To_Incomplete_Type_Definition
(Self : access Element'Class)
return Program.Elements.Incomplete_Type_Definitions
.Incomplete_Type_Definition_Access
with Pre => not Self.Assigned or else Self.Is_Incomplete_Type_Definition;
function To_Task_Definition
(Self : access Element'Class)
return Program.Elements.Task_Definitions.Task_Definition_Access
with Pre => not Self.Assigned or else Self.Is_Task_Definition;
function To_Protected_Definition
(Self : access Element'Class)
return Program.Elements.Protected_Definitions.Protected_Definition_Access
with Pre => not Self.Assigned or else Self.Is_Protected_Definition;
function To_Formal_Type_Definition
(Self : access Element'Class)
return Program.Elements.Formal_Type_Definitions
.Formal_Type_Definition_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Type_Definition;
function To_Aspect_Specification
(Self : access Element'Class)
return Program.Elements.Aspect_Specifications.Aspect_Specification_Access
with Pre => not Self.Assigned or else Self.Is_Aspect_Specification;
function To_Real_Range_Specification
(Self : access Element'Class)
return Program.Elements.Real_Range_Specifications
.Real_Range_Specification_Access
with Pre => not Self.Assigned or else Self.Is_Real_Range_Specification;
function To_Expression
(Self : access Element'Class)
return Program.Elements.Expressions.Expression_Access
with Pre => not Self.Assigned or else Self.Is_Expression;
function To_Numeric_Literal
(Self : access Element'Class)
return Program.Elements.Numeric_Literals.Numeric_Literal_Access
with Pre => not Self.Assigned or else Self.Is_Numeric_Literal;
function To_String_Literal
(Self : access Element'Class)
return Program.Elements.String_Literals.String_Literal_Access
with Pre => not Self.Assigned or else Self.Is_String_Literal;
function To_Identifier
(Self : access Element'Class)
return Program.Elements.Identifiers.Identifier_Access
with Pre => not Self.Assigned or else Self.Is_Identifier;
function To_Operator_Symbol
(Self : access Element'Class)
return Program.Elements.Operator_Symbols.Operator_Symbol_Access
with Pre => not Self.Assigned or else Self.Is_Operator_Symbol;
function To_Character_Literal
(Self : access Element'Class)
return Program.Elements.Character_Literals.Character_Literal_Access
with Pre => not Self.Assigned or else Self.Is_Character_Literal;
function To_Explicit_Dereference
(Self : access Element'Class)
return Program.Elements.Explicit_Dereferences.Explicit_Dereference_Access
with Pre => not Self.Assigned or else Self.Is_Explicit_Dereference;
function To_Infix_Operator
(Self : access Element'Class)
return Program.Elements.Infix_Operators.Infix_Operator_Access
with Pre => not Self.Assigned or else Self.Is_Infix_Operator;
function To_Function_Call
(Self : access Element'Class)
return Program.Elements.Function_Calls.Function_Call_Access
with Pre => not Self.Assigned or else Self.Is_Function_Call;
function To_Indexed_Component
(Self : access Element'Class)
return Program.Elements.Indexed_Components.Indexed_Component_Access
with Pre => not Self.Assigned or else Self.Is_Indexed_Component;
function To_Slice
(Self : access Element'Class)
return Program.Elements.Slices.Slice_Access
with Pre => not Self.Assigned or else Self.Is_Slice;
function To_Selected_Component
(Self : access Element'Class)
return Program.Elements.Selected_Components.Selected_Component_Access
with Pre => not Self.Assigned or else Self.Is_Selected_Component;
function To_Attribute_Reference
(Self : access Element'Class)
return Program.Elements.Attribute_References.Attribute_Reference_Access
with Pre => not Self.Assigned or else Self.Is_Attribute_Reference;
function To_Record_Aggregate
(Self : access Element'Class)
return Program.Elements.Record_Aggregates.Record_Aggregate_Access
with Pre => not Self.Assigned or else Self.Is_Record_Aggregate;
function To_Extension_Aggregate
(Self : access Element'Class)
return Program.Elements.Extension_Aggregates.Extension_Aggregate_Access
with Pre => not Self.Assigned or else Self.Is_Extension_Aggregate;
function To_Array_Aggregate
(Self : access Element'Class)
return Program.Elements.Array_Aggregates.Array_Aggregate_Access
with Pre => not Self.Assigned or else Self.Is_Array_Aggregate;
function To_Short_Circuit_Operation
(Self : access Element'Class)
return Program.Elements.Short_Circuit_Operations
.Short_Circuit_Operation_Access
with Pre => not Self.Assigned or else Self.Is_Short_Circuit_Operation;
function To_Membership_Test
(Self : access Element'Class)
return Program.Elements.Membership_Tests.Membership_Test_Access
with Pre => not Self.Assigned or else Self.Is_Membership_Test;
function To_Null_Literal
(Self : access Element'Class)
return Program.Elements.Null_Literals.Null_Literal_Access
with Pre => not Self.Assigned or else Self.Is_Null_Literal;
function To_Parenthesized_Expression
(Self : access Element'Class)
return Program.Elements.Parenthesized_Expressions
.Parenthesized_Expression_Access
with Pre => not Self.Assigned or else Self.Is_Parenthesized_Expression;
function To_Raise_Expression
(Self : access Element'Class)
return Program.Elements.Raise_Expressions.Raise_Expression_Access
with Pre => not Self.Assigned or else Self.Is_Raise_Expression;
function To_Type_Conversion
(Self : access Element'Class)
return Program.Elements.Type_Conversions.Type_Conversion_Access
with Pre => not Self.Assigned or else Self.Is_Type_Conversion;
function To_Qualified_Expression
(Self : access Element'Class)
return Program.Elements.Qualified_Expressions.Qualified_Expression_Access
with Pre => not Self.Assigned or else Self.Is_Qualified_Expression;
function To_Allocator
(Self : access Element'Class)
return Program.Elements.Allocators.Allocator_Access
with Pre => not Self.Assigned or else Self.Is_Allocator;
function To_Case_Expression
(Self : access Element'Class)
return Program.Elements.Case_Expressions.Case_Expression_Access
with Pre => not Self.Assigned or else Self.Is_Case_Expression;
function To_If_Expression
(Self : access Element'Class)
return Program.Elements.If_Expressions.If_Expression_Access
with Pre => not Self.Assigned or else Self.Is_If_Expression;
function To_Quantified_Expression
(Self : access Element'Class)
return Program.Elements.Quantified_Expressions
.Quantified_Expression_Access
with Pre => not Self.Assigned or else Self.Is_Quantified_Expression;
function To_Association
(Self : access Element'Class)
return Program.Elements.Associations.Association_Access
with Pre => not Self.Assigned or else Self.Is_Association;
function To_Discriminant_Association
(Self : access Element'Class)
return Program.Elements.Discriminant_Associations
.Discriminant_Association_Access
with Pre => not Self.Assigned or else Self.Is_Discriminant_Association;
function To_Record_Component_Association
(Self : access Element'Class)
return Program.Elements.Record_Component_Associations
.Record_Component_Association_Access
with Pre =>
not Self.Assigned or else Self.Is_Record_Component_Association;
function To_Array_Component_Association
(Self : access Element'Class)
return Program.Elements.Array_Component_Associations
.Array_Component_Association_Access
with Pre => not Self.Assigned or else Self.Is_Array_Component_Association;
function To_Parameter_Association
(Self : access Element'Class)
return Program.Elements.Parameter_Associations
.Parameter_Association_Access
with Pre => not Self.Assigned or else Self.Is_Parameter_Association;
function To_Formal_Package_Association
(Self : access Element'Class)
return Program.Elements.Formal_Package_Associations
.Formal_Package_Association_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Package_Association;
function To_Statement
(Self : access Element'Class)
return Program.Elements.Statements.Statement_Access
with Pre => not Self.Assigned or else Self.Is_Statement;
function To_Null_Statement
(Self : access Element'Class)
return Program.Elements.Null_Statements.Null_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Null_Statement;
function To_Assignment_Statement
(Self : access Element'Class)
return Program.Elements.Assignment_Statements.Assignment_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Assignment_Statement;
function To_If_Statement
(Self : access Element'Class)
return Program.Elements.If_Statements.If_Statement_Access
with Pre => not Self.Assigned or else Self.Is_If_Statement;
function To_Case_Statement
(Self : access Element'Class)
return Program.Elements.Case_Statements.Case_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Case_Statement;
function To_Loop_Statement
(Self : access Element'Class)
return Program.Elements.Loop_Statements.Loop_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Loop_Statement;
function To_While_Loop_Statement
(Self : access Element'Class)
return Program.Elements.While_Loop_Statements.While_Loop_Statement_Access
with Pre => not Self.Assigned or else Self.Is_While_Loop_Statement;
function To_For_Loop_Statement
(Self : access Element'Class)
return Program.Elements.For_Loop_Statements.For_Loop_Statement_Access
with Pre => not Self.Assigned or else Self.Is_For_Loop_Statement;
function To_Block_Statement
(Self : access Element'Class)
return Program.Elements.Block_Statements.Block_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Block_Statement;
function To_Exit_Statement
(Self : access Element'Class)
return Program.Elements.Exit_Statements.Exit_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Exit_Statement;
function To_Goto_Statement
(Self : access Element'Class)
return Program.Elements.Goto_Statements.Goto_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Goto_Statement;
function To_Call_Statement
(Self : access Element'Class)
return Program.Elements.Call_Statements.Call_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Call_Statement;
function To_Simple_Return_Statement
(Self : access Element'Class)
return Program.Elements.Simple_Return_Statements
.Simple_Return_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Simple_Return_Statement;
function To_Extended_Return_Statement
(Self : access Element'Class)
return Program.Elements.Extended_Return_Statements
.Extended_Return_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Extended_Return_Statement;
function To_Accept_Statement
(Self : access Element'Class)
return Program.Elements.Accept_Statements.Accept_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Accept_Statement;
function To_Requeue_Statement
(Self : access Element'Class)
return Program.Elements.Requeue_Statements.Requeue_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Requeue_Statement;
function To_Delay_Statement
(Self : access Element'Class)
return Program.Elements.Delay_Statements.Delay_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Delay_Statement;
function To_Terminate_Alternative_Statement
(Self : access Element'Class)
return Program.Elements.Terminate_Alternative_Statements
.Terminate_Alternative_Statement_Access
with Pre =>
not Self.Assigned or else Self.Is_Terminate_Alternative_Statement;
function To_Select_Statement
(Self : access Element'Class)
return Program.Elements.Select_Statements.Select_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Select_Statement;
function To_Abort_Statement
(Self : access Element'Class)
return Program.Elements.Abort_Statements.Abort_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Abort_Statement;
function To_Raise_Statement
(Self : access Element'Class)
return Program.Elements.Raise_Statements.Raise_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Raise_Statement;
function To_Code_Statement
(Self : access Element'Class)
return Program.Elements.Code_Statements.Code_Statement_Access
with Pre => not Self.Assigned or else Self.Is_Code_Statement;
function To_Path
(Self : access Element'Class)
return Program.Elements.Paths.Path_Access
with Pre => not Self.Assigned or else Self.Is_Path;
function To_Elsif_Path
(Self : access Element'Class)
return Program.Elements.Elsif_Paths.Elsif_Path_Access
with Pre => not Self.Assigned or else Self.Is_Elsif_Path;
function To_Case_Path
(Self : access Element'Class)
return Program.Elements.Case_Paths.Case_Path_Access
with Pre => not Self.Assigned or else Self.Is_Case_Path;
function To_Select_Path
(Self : access Element'Class)
return Program.Elements.Select_Paths.Select_Path_Access
with Pre => not Self.Assigned or else Self.Is_Select_Path;
function To_Case_Expression_Path
(Self : access Element'Class)
return Program.Elements.Case_Expression_Paths.Case_Expression_Path_Access
with Pre => not Self.Assigned or else Self.Is_Case_Expression_Path;
function To_Elsif_Expression_Path
(Self : access Element'Class)
return Program.Elements.Elsif_Expression_Paths
.Elsif_Expression_Path_Access
with Pre => not Self.Assigned or else Self.Is_Elsif_Expression_Path;
function To_Clause
(Self : access Element'Class)
return Program.Elements.Clauses.Clause_Access
with Pre => not Self.Assigned or else Self.Is_Clause;
function To_Use_Clause
(Self : access Element'Class)
return Program.Elements.Use_Clauses.Use_Clause_Access
with Pre => not Self.Assigned or else Self.Is_Use_Clause;
function To_With_Clause
(Self : access Element'Class)
return Program.Elements.With_Clauses.With_Clause_Access
with Pre => not Self.Assigned or else Self.Is_With_Clause;
function To_Representation_Clause
(Self : access Element'Class)
return Program.Elements.Representation_Clauses
.Representation_Clause_Access
with Pre => not Self.Assigned or else Self.Is_Representation_Clause;
function To_Component_Clause
(Self : access Element'Class)
return Program.Elements.Component_Clauses.Component_Clause_Access
with Pre => not Self.Assigned or else Self.Is_Component_Clause;
function To_Derived_Type
(Self : access Element'Class)
return Program.Elements.Derived_Types.Derived_Type_Access
with Pre => not Self.Assigned or else Self.Is_Derived_Type;
function To_Derived_Record_Extension
(Self : access Element'Class)
return Program.Elements.Derived_Record_Extensions
.Derived_Record_Extension_Access
with Pre => not Self.Assigned or else Self.Is_Derived_Record_Extension;
function To_Enumeration_Type
(Self : access Element'Class)
return Program.Elements.Enumeration_Types.Enumeration_Type_Access
with Pre => not Self.Assigned or else Self.Is_Enumeration_Type;
function To_Signed_Integer_Type
(Self : access Element'Class)
return Program.Elements.Signed_Integer_Types.Signed_Integer_Type_Access
with Pre => not Self.Assigned or else Self.Is_Signed_Integer_Type;
function To_Modular_Type
(Self : access Element'Class)
return Program.Elements.Modular_Types.Modular_Type_Access
with Pre => not Self.Assigned or else Self.Is_Modular_Type;
function To_Root_Type
(Self : access Element'Class)
return Program.Elements.Root_Types.Root_Type_Access
with Pre => not Self.Assigned or else Self.Is_Root_Type;
function To_Floating_Point_Type
(Self : access Element'Class)
return Program.Elements.Floating_Point_Types.Floating_Point_Type_Access
with Pre => not Self.Assigned or else Self.Is_Floating_Point_Type;
function To_Ordinary_Fixed_Point_Type
(Self : access Element'Class)
return Program.Elements.Ordinary_Fixed_Point_Types
.Ordinary_Fixed_Point_Type_Access
with Pre => not Self.Assigned or else Self.Is_Ordinary_Fixed_Point_Type;
function To_Decimal_Fixed_Point_Type
(Self : access Element'Class)
return Program.Elements.Decimal_Fixed_Point_Types
.Decimal_Fixed_Point_Type_Access
with Pre => not Self.Assigned or else Self.Is_Decimal_Fixed_Point_Type;
function To_Unconstrained_Array_Type
(Self : access Element'Class)
return Program.Elements.Unconstrained_Array_Types
.Unconstrained_Array_Type_Access
with Pre => not Self.Assigned or else Self.Is_Unconstrained_Array_Type;
function To_Constrained_Array_Type
(Self : access Element'Class)
return Program.Elements.Constrained_Array_Types
.Constrained_Array_Type_Access
with Pre => not Self.Assigned or else Self.Is_Constrained_Array_Type;
function To_Record_Type
(Self : access Element'Class)
return Program.Elements.Record_Types.Record_Type_Access
with Pre => not Self.Assigned or else Self.Is_Record_Type;
function To_Interface_Type
(Self : access Element'Class)
return Program.Elements.Interface_Types.Interface_Type_Access
with Pre => not Self.Assigned or else Self.Is_Interface_Type;
function To_Object_Access_Type
(Self : access Element'Class)
return Program.Elements.Object_Access_Types.Object_Access_Type_Access
with Pre => not Self.Assigned or else Self.Is_Object_Access_Type;
function To_Procedure_Access_Type
(Self : access Element'Class)
return Program.Elements.Procedure_Access_Types
.Procedure_Access_Type_Access
with Pre => not Self.Assigned or else Self.Is_Procedure_Access_Type;
function To_Function_Access_Type
(Self : access Element'Class)
return Program.Elements.Function_Access_Types.Function_Access_Type_Access
with Pre => not Self.Assigned or else Self.Is_Function_Access_Type;
function To_Formal_Private_Type_Definition
(Self : access Element'Class)
return Program.Elements.Formal_Private_Type_Definitions
.Formal_Private_Type_Definition_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Private_Type_Definition;
function To_Formal_Derived_Type_Definition
(Self : access Element'Class)
return Program.Elements.Formal_Derived_Type_Definitions
.Formal_Derived_Type_Definition_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Derived_Type_Definition;
function To_Formal_Discrete_Type_Definition
(Self : access Element'Class)
return Program.Elements.Formal_Discrete_Type_Definitions
.Formal_Discrete_Type_Definition_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Discrete_Type_Definition;
function To_Formal_Signed_Integer_Type_Definition
(Self : access Element'Class)
return Program.Elements.Formal_Signed_Integer_Type_Definitions
.Formal_Signed_Integer_Type_Definition_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Signed_Integer_Type_Definition;
function To_Formal_Modular_Type_Definition
(Self : access Element'Class)
return Program.Elements.Formal_Modular_Type_Definitions
.Formal_Modular_Type_Definition_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Modular_Type_Definition;
function To_Formal_Floating_Point_Definition
(Self : access Element'Class)
return Program.Elements.Formal_Floating_Point_Definitions
.Formal_Floating_Point_Definition_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Floating_Point_Definition;
function To_Formal_Ordinary_Fixed_Point_Definition
(Self : access Element'Class)
return Program.Elements.Formal_Ordinary_Fixed_Point_Definitions
.Formal_Ordinary_Fixed_Point_Definition_Access
with Pre =>
not Self.Assigned
or else Self.Is_Formal_Ordinary_Fixed_Point_Definition;
function To_Formal_Decimal_Fixed_Point_Definition
(Self : access Element'Class)
return Program.Elements.Formal_Decimal_Fixed_Point_Definitions
.Formal_Decimal_Fixed_Point_Definition_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Decimal_Fixed_Point_Definition;
function To_Formal_Unconstrained_Array_Type
(Self : access Element'Class)
return Program.Elements.Formal_Unconstrained_Array_Types
.Formal_Unconstrained_Array_Type_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Unconstrained_Array_Type;
function To_Formal_Constrained_Array_Type
(Self : access Element'Class)
return Program.Elements.Formal_Constrained_Array_Types
.Formal_Constrained_Array_Type_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Constrained_Array_Type;
function To_Formal_Access_Type
(Self : access Element'Class)
return Program.Elements.Formal_Access_Types.Formal_Access_Type_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Access_Type;
function To_Formal_Object_Access_Type
(Self : access Element'Class)
return Program.Elements.Formal_Object_Access_Types
.Formal_Object_Access_Type_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Object_Access_Type;
function To_Formal_Procedure_Access_Type
(Self : access Element'Class)
return Program.Elements.Formal_Procedure_Access_Types
.Formal_Procedure_Access_Type_Access
with Pre =>
not Self.Assigned or else Self.Is_Formal_Procedure_Access_Type;
function To_Formal_Function_Access_Type
(Self : access Element'Class)
return Program.Elements.Formal_Function_Access_Types
.Formal_Function_Access_Type_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Function_Access_Type;
function To_Formal_Interface_Type
(Self : access Element'Class)
return Program.Elements.Formal_Interface_Types
.Formal_Interface_Type_Access
with Pre => not Self.Assigned or else Self.Is_Formal_Interface_Type;
function To_Access_Type
(Self : access Element'Class)
return Program.Elements.Access_Types.Access_Type_Access
with Pre => not Self.Assigned or else Self.Is_Access_Type;
function To_Range_Attribute_Reference
(Self : access Element'Class)
return Program.Elements.Range_Attribute_References
.Range_Attribute_Reference_Access
with Pre => not Self.Assigned or else Self.Is_Range_Attribute_Reference;
function To_Simple_Expression_Range
(Self : access Element'Class)
return Program.Elements.Simple_Expression_Ranges
.Simple_Expression_Range_Access
with Pre => not Self.Assigned or else Self.Is_Simple_Expression_Range;
function To_Digits_Constraint
(Self : access Element'Class)
return Program.Elements.Digits_Constraints.Digits_Constraint_Access
with Pre => not Self.Assigned or else Self.Is_Digits_Constraint;
function To_Delta_Constraint
(Self : access Element'Class)
return Program.Elements.Delta_Constraints.Delta_Constraint_Access
with Pre => not Self.Assigned or else Self.Is_Delta_Constraint;
function To_Index_Constraint
(Self : access Element'Class)
return Program.Elements.Index_Constraints.Index_Constraint_Access
with Pre => not Self.Assigned or else Self.Is_Index_Constraint;
function To_Discriminant_Constraint
(Self : access Element'Class)
return Program.Elements.Discriminant_Constraints
.Discriminant_Constraint_Access
with Pre => not Self.Assigned or else Self.Is_Discriminant_Constraint;
function To_Attribute_Definition_Clause
(Self : access Element'Class)
return Program.Elements.Attribute_Definition_Clauses
.Attribute_Definition_Clause_Access
with Pre => not Self.Assigned or else Self.Is_Attribute_Definition_Clause;
function To_Enumeration_Representation_Clause
(Self : access Element'Class)
return Program.Elements.Enumeration_Representation_Clauses
.Enumeration_Representation_Clause_Access
with Pre =>
not Self.Assigned or else Self.Is_Enumeration_Representation_Clause;
function To_Record_Representation_Clause
(Self : access Element'Class)
return Program.Elements.Record_Representation_Clauses
.Record_Representation_Clause_Access
with Pre =>
not Self.Assigned or else Self.Is_Record_Representation_Clause;
function To_At_Clause
(Self : access Element'Class)
return Program.Elements.At_Clauses.At_Clause_Access
with Pre => not Self.Assigned or else Self.Is_At_Clause;
function To_Exception_Handler
(Self : access Element'Class)
return Program.Elements.Exception_Handlers.Exception_Handler_Access
with Pre => not Self.Assigned or else Self.Is_Exception_Handler;
not overriding procedure Visit
(Self : not null access Element;
Visitor : in out Program.Element_Visitors.Element_Visitor'Class)
is abstract;
not overriding function Enclosing_Element
(Self : Element)
return Program.Elements.Element_Access is abstract;
not overriding function Is_Part_Of_Implicit (Self : Element) return Boolean
is abstract;
not overriding function Is_Part_Of_Inherited (Self : Element) return Boolean
is abstract;
not overriding function Is_Part_Of_Instance (Self : Element) return Boolean
is abstract;
function Each_Enclosing_Element
(Self : not null access Element'Class)
return Program.Element_Iterators.Enclosing_Element_Iterator;
function Each_Child
(Self : not null access Element'Class)
return Program.Element_Iterators.Child_Iterator;
function Each_Child
(Self : not null access Element'Class;
Filter : Program.Element_Iterators.Element_Checker)
return Program.Element_Iterators.Child_Iterator;
end Program.Elements;
|
test/Fail/Issue334.agda | hborum/agda | 3 | 2378 | -- 2010-10-04
-- termination checker no longer counts stripping off a record constructor
-- as decrease
module Issue334 where
data Unit : Set where
unit : Unit
record E : Set where
inductive
constructor mkE
field
fromE : E
spam : Unit
f : E -> Set
f (mkE e unit) = f e
-- the record pattern translation does not apply to f
-- still, should not termination check, because
-- f (mkE e u) = f e
-- also does not!
|
source/nls/a-eeenst.adb | ytomino/drake | 33 | 6439 | <gh_stars>10-100
package body Ada.Environment_Encoding.Encoding_Streams is
use type Streams.Stream_Element;
use type Streams.Stream_Element_Array;
use type System.Address;
subtype Stream_Element_Offset is Streams.Stream_Element_Offset;
procedure Adjust_Buffer (
Buffer : in out Buffer_Type;
First : in out Streams.Stream_Element_Offset;
Last : in out Streams.Stream_Element_Offset);
procedure Adjust_Buffer (
Buffer : in out Buffer_Type;
First : in out Streams.Stream_Element_Offset;
Last : in out Streams.Stream_Element_Offset) is
begin
if First >= Buffer_Type'First + Half_Buffer_Length then
-- shift
declare
New_Last : constant Stream_Element_Offset :=
Buffer_Type'First + Last - First;
begin
Buffer (Buffer_Type'First .. New_Last) := Buffer (First .. Last);
First := Buffer_Type'First;
Last := New_Last;
end;
end if;
end Adjust_Buffer;
procedure Initialize (Context : in out Reading_Context_Type);
procedure Initialize (Context : in out Reading_Context_Type) is
begin
Context.First := Buffer_Type'First;
Context.Last := Buffer_Type'First - 1;
Context.Converted_First := Buffer_Type'First;
Context.Converted_Last := Buffer_Type'First - 1;
Context.Status := Continuing;
end Initialize;
procedure Set_Substitute_To_Reading_Converter (
Object : in out Converter;
Substitute : Streams.Stream_Element_Array)
renames Set_Substitute; -- inherited
procedure Read (
Stream : not null access Streams.Root_Stream_Type'Class;
Item : out Streams.Stream_Element_Array;
Last : out Streams.Stream_Element_Offset;
Object : Converter;
Context : in out Reading_Context_Type);
procedure Read (
Stream : not null access Streams.Root_Stream_Type'Class;
Item : out Streams.Stream_Element_Array;
Last : out Streams.Stream_Element_Offset;
Object : Converter;
Context : in out Reading_Context_Type)
is
N_Object : System.Native_Environment_Encoding.Converter
renames Controlled.Reference (Object).all;
I : Stream_Element_Offset := Item'First;
begin
if I > Item'Last then
Last := I - 1;
else
loop
-- filling
if Context.Status = Continuing then
Adjust_Buffer (Context.Buffer, Context.First, Context.Last);
if Context.Last /= Buffer_Type'Last then
declare
Old_Context_Last : constant Stream_Element_Offset :=
Context.Last;
begin
Streams.Read (
Stream.all,
Context.Buffer (Context.Last + 1 .. Buffer_Type'Last),
Context.Last);
if Old_Context_Last = Context.Last then -- read zero
Context.Status := Finishing;
end if;
end;
end if;
end if;
-- converting
if Context.Status <= Finishing then
Adjust_Buffer (
Context.Converted_Buffer,
Context.Converted_First,
Context.Converted_Last);
-- try to convert subsequence
declare
Taken : Stream_Element_Offset;
Status : System.Native_Environment_Encoding
.Subsequence_Status_Type;
begin
System.Native_Environment_Encoding.Convert_No_Check (
N_Object,
Context.Buffer (Context.First .. Context.Last),
Taken,
Context.Converted_Buffer (
Context.Converted_Last + 1 .. Buffer_Type'Last),
Context.Converted_Last,
Finish => Context.Status > Continuing,
Status => Status);
case Status is
when System.Native_Environment_Encoding.Finished =>
Context.Status := Ended;
when System.Native_Environment_Encoding.Success =>
null;
when System.Native_Environment_Encoding.Overflow =>
if Context.Converted_Last <
Context.Converted_First
then
raise Constraint_Error;
-- Converted_Buffer is too smaller
end if;
when System.Native_Environment_Encoding.Truncated =>
pragma Assert (Context.Status = Continuing);
if Context.Converted_Last <
Context.Converted_First
then
if I = Stream_Element_Offset'First then
raise Constraint_Error; -- AARM 13.13.1(11/2)
end if;
Last := I - 1;
exit; -- wait tail-bytes
end if;
when System.Native_Environment_Encoding
.Illegal_Sequence =>
declare
Is_Overflow : Boolean;
begin
System.Native_Environment_Encoding.Put_Substitute (
N_Object,
Context.Converted_Buffer (
Context.Converted_Last + 1 ..
Buffer_Type'Last),
Context.Converted_Last,
Is_Overflow);
if Is_Overflow then
if I = Stream_Element_Offset'First then
raise Constraint_Error; -- same as above
end if;
Last := I - 1;
exit; -- wait a next try
end if;
end;
-- skip one element
Taken := Stream_Element_Offset'Min (
Context.Last,
Context.First
+ Min_Size_In_From_Stream_Elements (Object)
- 1);
end case;
-- drop converted subsequence
Context.First := Taken + 1;
end;
end if;
-- copy converted elements
if Context.Converted_First <= Context.Converted_Last then
declare
Move_Length : constant Stream_Element_Offset :=
Stream_Element_Offset'Min (
Item'Last - I + 1,
Context.Converted_Last
- Context.Converted_First
+ 1);
New_Last : constant Stream_Element_Offset :=
I + (Move_Length - 1);
New_Context_Converted_First : constant
Stream_Element_Offset :=
Context.Converted_First + Move_Length;
begin
Item (I .. New_Last) :=
Context.Converted_Buffer (
Context.Converted_First ..
New_Context_Converted_First - 1);
Context.Converted_First := New_Context_Converted_First;
if New_Last >= Item'Last then
Last := New_Last;
exit;
end if;
I := New_Last + 1;
end;
end if;
if Context.Converted_Last < Context.Converted_First
and then Context.Status = Ended
and then I <= Item'First
then
if I = Stream_Element_Offset'First then
raise Constraint_Error; -- same as above
end if;
Last := I - 1;
exit;
end if;
end loop;
end if;
end Read;
procedure Initialize (Context : in out Writing_Context_Type);
procedure Initialize (Context : in out Writing_Context_Type) is
begin
Context.First := Buffer_Type'First;
Context.Last := Buffer_Type'First - 1;
end Initialize;
procedure Set_Substitute_To_Writing_Converter (
Object : in out Converter;
Substitute : Streams.Stream_Element_Array);
procedure Set_Substitute_To_Writing_Converter (
Object : in out Converter;
Substitute : Streams.Stream_Element_Array)
is
N_Object : System.Native_Environment_Encoding.Converter
renames Controlled.Reference (Object).all;
Substitute_Last : Stream_Element_Offset := Substitute'First - 1;
S2 : Streams.Stream_Element_Array (1 .. Max_Substitute_Length);
S2_Last : Stream_Element_Offset := S2'First - 1;
begin
-- convert substitute from internal to external
loop
declare
Status : System.Native_Environment_Encoding
.Substituting_Status_Type;
begin
System.Native_Environment_Encoding.Convert_No_Check (
N_Object,
Substitute (Substitute_Last + 1 .. Substitute'Last),
Substitute_Last,
S2 (S2_Last + 1 .. S2'Last),
S2_Last,
Finish => True,
Status => Status);
case Status is
when System.Native_Environment_Encoding.Finished =>
exit;
when System.Native_Environment_Encoding.Success =>
null;
when System.Native_Environment_Encoding.Overflow =>
raise Constraint_Error;
end case;
end;
end loop;
Set_Substitute (
Object,
S2 (1 .. S2_Last));
end Set_Substitute_To_Writing_Converter;
procedure Write (
Stream : not null access Streams.Root_Stream_Type'Class;
Item : Streams.Stream_Element_Array;
Object : Converter;
Context : in out Writing_Context_Type);
procedure Write (
Stream : not null access Streams.Root_Stream_Type'Class;
Item : Streams.Stream_Element_Array;
Object : Converter;
Context : in out Writing_Context_Type)
is
N_Object : System.Native_Environment_Encoding.Converter
renames Controlled.Reference (Object).all;
I : Stream_Element_Offset := Item'First;
End_Of_Item : Boolean := I > Item'Last;
begin
loop
-- filling
if not End_Of_Item then
Adjust_Buffer (Context.Buffer, Context.First, Context.Last);
if Context.Last /= Buffer_Type'Last then
declare
Rest : constant Stream_Element_Offset :=
Stream_Element_Offset'Min (
Item'Last - I + 1,
Buffer_Type'Last - Context.Last);
New_Context_Last : constant Stream_Element_Offset :=
Context.Last + Rest;
New_Item_Last : constant Stream_Element_Offset :=
I + (Rest - 1);
begin
Context.Buffer (Context.Last + 1 .. New_Context_Last) :=
Item (I .. New_Item_Last);
Context.Last := New_Context_Last;
End_Of_Item := New_Item_Last >= Item'Last;
if not End_Of_Item then
I := New_Item_Last + 1;
end if;
end;
end if;
else
exit when Context.Last < Context.First;
end if;
-- try to convert subsequence
declare
Taken : Stream_Element_Offset;
Out_Buffer : Streams.Stream_Element_Array (0 .. 63);
Out_Last : Stream_Element_Offset;
Status : System.Native_Environment_Encoding.Continuing_Status_Type;
begin
System.Native_Environment_Encoding.Convert_No_Check (
N_Object,
Context.Buffer (Context.First .. Context.Last),
Taken,
Out_Buffer,
Out_Last,
Status => Status);
case Status is
when System.Native_Environment_Encoding.Success =>
null;
when System.Native_Environment_Encoding.Overflow =>
if Out_Last < Out_Buffer'First then
raise Constraint_Error; -- Out_Buffer is too smaller
end if;
when System.Native_Environment_Encoding.Truncated =>
if Out_Last < Out_Buffer'First then
exit; -- wait tail-bytes
end if;
when System.Native_Environment_Encoding.Illegal_Sequence =>
declare
Is_Overflow : Boolean;
begin
System.Native_Environment_Encoding.Put_Substitute (
N_Object,
Out_Buffer,
Out_Last,
Is_Overflow);
if Is_Overflow then
exit; -- wait a next try
end if;
end;
-- skip one element
Taken := Stream_Element_Offset'Min (
Context.Last,
Context.First
+ Min_Size_In_From_Stream_Elements (Object)
- 1);
end case;
-- write converted subsequence
Streams.Write (
Stream.all,
Out_Buffer (Out_Buffer'First .. Out_Last));
-- drop converted subsequence
Context.First := Taken + 1;
end;
end loop;
end Write;
procedure Finish (
Stream : not null access Streams.Root_Stream_Type'Class;
Object : Converter;
Context : in out Writing_Context_Type);
procedure Finish (
Stream : not null access Streams.Root_Stream_Type'Class;
Object : Converter;
Context : in out Writing_Context_Type)
is
N_Object : System.Native_Environment_Encoding.Converter
renames Controlled.Reference (Object).all;
Out_Buffer : Streams.Stream_Element_Array (0 .. 63);
Out_Last : Stream_Element_Offset := -1;
Status : System.Native_Environment_Encoding.Finishing_Status_Type;
begin
if Context.First <= Context.Last then
-- put substitute instead of incomplete sequence in the buffer
declare
Is_Overflow : Boolean; -- ignore
begin
System.Native_Environment_Encoding.Put_Substitute (
N_Object,
Out_Buffer (Out_Last + 1 .. Out_Buffer'Last),
Out_Last,
Is_Overflow);
end;
Initialize (Context); -- reset indexes
end if;
-- finish
loop
System.Native_Environment_Encoding.Convert_No_Check (
N_Object,
Out_Buffer (Out_Last + 1 .. Out_Buffer'Last),
Out_Last,
Finish => True,
Status => Status);
Streams.Write (
Stream.all,
Out_Buffer (Out_Buffer'First .. Out_Last));
case Status is
when System.Native_Environment_Encoding.Finished =>
exit;
when System.Native_Environment_Encoding.Success =>
null;
when System.Native_Environment_Encoding.Overflow =>
if Out_Last < Out_Buffer'First then
raise Constraint_Error; -- Out_Buffer is too smaller
end if;
end case;
end loop;
end Finish;
-- implementation of only reading
function Is_Open (Object : In_Type) return Boolean is
begin
return Object.Stream /= System.Null_Address;
end Is_Open;
function Open (
Decoder : Converter;
Stream : not null access Streams.Root_Stream_Type'Class)
return In_Type
is
pragma Check (Dynamic_Predicate,
Check => Is_Open (Decoder) or else raise Status_Error);
function To_Address (Value : access Streams.Root_Stream_Type'Class)
return System.Address
with Import, Convention => Intrinsic;
begin
return Result : In_Type do
Result.Stream := To_Address (Stream);
Result.Reading_Converter := Decoder'Unrestricted_Access;
Initialize (Result.Reading_Context);
end return;
end Open;
function Stream (
Object : aliased in out In_Type)
return not null access Streams.Root_Stream_Type'Class
is
pragma Check (Dynamic_Predicate,
Check => Is_Open (Object) or else raise Status_Error);
begin
return Object'Unchecked_Access;
end Stream;
overriding procedure Read (
Object : in out In_Type;
Item : out Streams.Stream_Element_Array;
Last : out Streams.Stream_Element_Offset)
is
function To_Pointer (Value : System.Address)
return access Streams.Root_Stream_Type'Class
with Import, Convention => Intrinsic;
begin
Read (
To_Pointer (Object.Stream),
Item,
Last,
Object.Reading_Converter.all,
Object.Reading_Context);
end Read;
-- implementation of only writing
function Is_Open (Object : Out_Type) return Boolean is
begin
return Object.Stream /= System.Null_Address;
end Is_Open;
function Open (
Encoder : Converter;
Stream : not null access Streams.Root_Stream_Type'Class)
return Out_Type
is
pragma Check (Dynamic_Predicate,
Check => Is_Open (Encoder) or else raise Status_Error);
function To_Address (Value : access Streams.Root_Stream_Type'Class)
return System.Address
with Import, Convention => Intrinsic;
begin
return Result : Out_Type do
Result.Stream := To_Address (Stream);
Result.Writing_Converter := Encoder'Unrestricted_Access;
Initialize (Result.Writing_Context);
end return;
end Open;
function Stream (
Object : aliased in out Out_Type)
return not null access Streams.Root_Stream_Type'Class
is
pragma Check (Dynamic_Predicate,
Check => Is_Open (Object) or else raise Status_Error);
begin
return Object'Unchecked_Access;
end Stream;
procedure Finish (
Object : in out Out_Type)
is
pragma Check (Dynamic_Predicate,
Check => Is_Open (Object) or else raise Status_Error);
function To_Pointer (Value : System.Address)
return access Streams.Root_Stream_Type'Class
with Import, Convention => Intrinsic;
begin
Finish (
To_Pointer (Object.Stream),
Object.Writing_Converter.all,
Object.Writing_Context);
end Finish;
overriding procedure Write (
Object : in out Out_Type;
Item : Streams.Stream_Element_Array)
is
function To_Pointer (Value : System.Address)
return access Streams.Root_Stream_Type'Class
with Import, Convention => Intrinsic;
begin
Write (
To_Pointer (Object.Stream),
Item,
Object.Writing_Converter.all,
Object.Writing_Context);
end Write;
-- implementation of bidirectional
function Is_Open (Object : Inout_Type) return Boolean is
begin
return Object.Stream /= System.Null_Address;
end Is_Open;
function Open (
Internal : Encoding_Id;
External : Encoding_Id;
Stream : not null access Streams.Root_Stream_Type'Class)
return Inout_Type
is
function To_Address (Value : access Streams.Root_Stream_Type'Class)
return System.Address
with Import, Convention => Intrinsic;
begin
return Result : Inout_Type do
Result.Internal := Internal;
Result.External := External;
Result.Stream := To_Address (Stream);
Result.Substitute_Length := -1;
Initialize (Result.Reading_Context);
Initialize (Result.Writing_Context);
end return;
end Open;
function Substitute (
Object : Inout_Type)
return Streams.Stream_Element_Array
is
pragma Check (Dynamic_Predicate,
Check => Is_Open (Object) or else raise Status_Error);
begin
if Object.Substitute_Length < 0 then
return Default_Substitute (Object.Internal);
else
return Object.Substitute (1 .. Object.Substitute_Length);
end if;
end Substitute;
procedure Set_Substitute (
Object : in out Inout_Type;
Substitute : Streams.Stream_Element_Array)
is
pragma Check (Dynamic_Predicate,
Check => Is_Open (Object) or else raise Status_Error);
begin
if Substitute'Length > Object.Substitute'Length then
raise Constraint_Error;
end if;
Object.Substitute_Length := Substitute'Length;
Object.Substitute (1 .. Object.Substitute_Length) := Substitute;
-- set to converters
if Is_Open (Object.Reading_Converter) then
Set_Substitute_To_Reading_Converter (
Object.Reading_Converter,
Object.Substitute (1 .. Object.Substitute_Length));
end if;
if Is_Open (Object.Writing_Converter) then
Set_Substitute_To_Writing_Converter (
Object.Writing_Converter,
Object.Substitute (1 .. Object.Substitute_Length));
end if;
end Set_Substitute;
function Stream (
Object : aliased in out Inout_Type)
return not null access Streams.Root_Stream_Type'Class
is
pragma Check (Dynamic_Predicate,
Check => Is_Open (Object) or else raise Status_Error);
begin
return Object'Unchecked_Access;
end Stream;
procedure Finish (
Object : in out Inout_Type)
is
pragma Check (Dynamic_Predicate,
Check => Is_Open (Object) or else raise Status_Error);
function To_Pointer (Value : System.Address)
return access Streams.Root_Stream_Type'Class
with Import, Convention => Intrinsic;
begin
if Is_Open (Object.Writing_Converter) then
Finish (
To_Pointer (Object.Stream),
Object.Writing_Converter,
Object.Writing_Context);
end if;
end Finish;
overriding procedure Read (
Object : in out Inout_Type;
Item : out Streams.Stream_Element_Array;
Last : out Streams.Stream_Element_Offset)
is
function To_Pointer (Value : System.Address)
return access Streams.Root_Stream_Type'Class
with Import, Convention => Intrinsic;
begin
if not Is_Open (Object.Reading_Converter) then
System.Native_Environment_Encoding.Open (
Controlled.Reference (Object.Reading_Converter).all,
From =>
System.Native_Environment_Encoding.Encoding_Id (
Object.External),
To =>
System.Native_Environment_Encoding.Encoding_Id (
Object.Internal));
if Object.Substitute_Length >= 0 then
Set_Substitute_To_Reading_Converter (
Object.Reading_Converter,
Object.Substitute (1 .. Object.Substitute_Length));
end if;
end if;
Read (
To_Pointer (Object.Stream),
Item,
Last,
Object.Reading_Converter,
Object.Reading_Context);
end Read;
overriding procedure Write (
Object : in out Inout_Type;
Item : Streams.Stream_Element_Array)
is
function To_Pointer (Value : System.Address)
return access Streams.Root_Stream_Type'Class
with Import, Convention => Intrinsic;
begin
if not Is_Open (Object.Writing_Converter) then
System.Native_Environment_Encoding.Open (
Controlled.Reference (Object.Writing_Converter).all,
From =>
System.Native_Environment_Encoding.Encoding_Id (
Object.Internal),
To =>
System.Native_Environment_Encoding.Encoding_Id (
Object.External));
if Object.Substitute_Length >= 0 then
Set_Substitute_To_Writing_Converter (
Object.Writing_Converter,
Object.Substitute (1 .. Object.Substitute_Length));
end if;
end if;
Write (
To_Pointer (Object.Stream),
Item,
Object.Writing_Converter,
Object.Writing_Context);
end Write;
end Ada.Environment_Encoding.Encoding_Streams;
|
Structure/Groupoid/Groupoids.agda | Lolirofle/stuff-in-agda | 6 | 11985 | module Structure.Groupoid.Groupoids where
open import Data
open import Data.Proofs
open import Functional
open import Logic
import Lvl
import Relator.Equals as Eq
open import Structure.Setoid
open import Structure.Groupoid
open import Structure.Categorical.Proofs
open import Structure.Categorical.Properties
open import Structure.Operator
open import Type
private variable ℓ ℓ₁ ℓ₂ ℓₑ : Lvl.Level
private variable Obj A B : Type{ℓ}
private variable _▫_ : Obj → Obj → Type{ℓ}
private variable f : A → B
emptyGroupoid : Groupoid{ℓ₁}{ℓ₂}{ℓₑ}(empty-morphism) ⦃ \{} ⦄
Groupoid._∘_ emptyGroupoid = empty-comp
Groupoid.id emptyGroupoid = empty-id
Groupoid.inv emptyGroupoid = empty-inv
Groupoid.binaryOperator emptyGroupoid {}
Groupoid.associativity emptyGroupoid = empty-associativity ⦃ \{} ⦄
Groupoid.identity emptyGroupoid = empty-identity ⦃ \{} ⦄
Groupoid.inverter emptyGroupoid = empty-inverter ⦃ \{} ⦄
singleGroupoid : ∀{ℓₒ ℓᵢ ℓₚₐ₁ ℓₚₐ₂ ℓₚᵢ₁ ℓₚᵢ₂ ℓₚᵢ₃ ℓᵢₙ : Lvl.Level} → Groupoid{ℓ₁}{ℓ₂}(single-morphism)
Groupoid._∘_ (singleGroupoid{ℓ₁}{ℓ₂}{ℓₒ}{ℓᵢ}{ℓₚₐ₁}{ℓₚₐ₂}{ℓₚᵢ₁}{ℓₚᵢ₂}{ℓₚᵢ₃}) = single-comp{ℓ₂}{ℓₒ}
Groupoid.id (singleGroupoid{ℓ₁}{ℓ₂}{ℓₒ}{ℓᵢ}{ℓₚₐ₁}{ℓₚₐ₂}{ℓₚᵢ₁}{ℓₚᵢ₂}{ℓₚᵢ₃}) = single-id{ℓ₂}{ℓᵢ}
Groupoid.inv (singleGroupoid{ℓ₁}{ℓ₂}{ℓₒ}{ℓᵢ}{ℓₚₐ₁}{ℓₚₐ₂}{ℓₚᵢ₁}{ℓₚᵢ₂}{ℓₚᵢ₃}) = single-inv{ℓ₂}{ℓᵢ}
BinaryOperator.congruence (Groupoid.binaryOperator singleGroupoid) Eq.[≡]-intro Eq.[≡]-intro = Eq.[≡]-intro
Groupoid.associativity (singleGroupoid{ℓ₁}{ℓ₂}{ℓₒ}{ℓᵢ}{ℓₚₐ₁}{ℓₚₐ₂}{ℓₚᵢ₁}{ℓₚᵢ₂}{ℓₚᵢ₃}) = single-associativity{ℓ₂}{ℓ₂}{ℓₚₐ₁}{ℓ₁}{ℓₚₐ₂}
Groupoid.identity (singleGroupoid{ℓ₁}{ℓ₂}{ℓₒ}{ℓᵢ}{ℓₚₐ₁}{ℓₚₐ₂}{ℓₚᵢ₁}{ℓₚᵢ₂}{ℓₚᵢ₃}) = single-identity{ℓ₂}{ℓ₂}{ℓₚᵢ₁}{ℓ₁}{ℓₚᵢ₂}{ℓₚᵢ₃}
Groupoid.inverter (singleGroupoid{ℓ₁}{ℓ₂}{ℓₒ}{ℓᵢ}{ℓₚₐ₁}{ℓₚₐ₂}{ℓₚᵢ₁}{ℓₚᵢ₂}{ℓₚᵢ₃}{ℓᵢₙ}) = single-inverter{ℓ₂}{ℓ₂}{ℓₚᵢ₁}{ℓ₁}{ℓₚᵢ₂}{ℓₚᵢ₃}{ℓᵢₙ}
on₂-groupoid : ⦃ morphism-equiv : ∀{x y} → Equiv{ℓₑ}{ℓ}(x ▫ y) ⦄ → Groupoid{Obj = B}(_▫_) ⦃ morphism-equiv ⦄ → (f : A → B) → Groupoid((_▫_) on₂ f)
Groupoid._∘_ (on₂-groupoid C _) = Groupoid._∘_ C
Groupoid.id (on₂-groupoid C _) = Groupoid.id C
Groupoid.inv (on₂-groupoid C _) = Groupoid.inv C
BinaryOperator.congruence (Groupoid.binaryOperator (on₂-groupoid C _)) = BinaryOperator.congruence(Groupoid.binaryOperator C)
Groupoid.associativity (on₂-groupoid C f) = on₂-associativity f (Groupoid.associativity C)
Groupoid.identity (on₂-groupoid C f) = on₂-identity f (Groupoid.identity C)
Groupoid.inverter (on₂-groupoid C f) = on₂-inverter f (Groupoid.inverter C)
|
bb-runtimes/runtimes/ravenscar-full-stm32g474/gnat/s-powllf.ads | JCGobbi/Nucleo-STM32G474RE | 0 | 3894 | ------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- --
-- S Y S T E M . P O W T E N _ L L F --
-- --
-- S p e c --
-- --
-- Copyright (C) 1992-2021, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 3, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. --
-- --
-- --
-- --
-- --
-- --
-- You should have received a copy of the GNU General Public License and --
-- a copy of the GCC Runtime Library Exception along with this program; --
-- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --
-- <http://www.gnu.org/licenses/>. --
-- --
-- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
-- This package provides a powers of ten table used for real conversions
package System.Powten_LLF is
pragma Pure;
Maxpow_Exact : constant :=
(if Long_Long_Float'Machine_Mantissa = 64 then 27 else 22);
-- Largest power of ten exactly representable with Long_Long_Float. It is
-- equal to floor (M * log 2 / log 5), when M is the size of the mantissa
-- assumed to be either 64 for IEEE Extended or 53 for IEEE Double.
Maxpow : constant := Maxpow_Exact * 2;
-- Largest power of ten exactly representable with a double Long_Long_Float
Powten : constant array (0 .. 54, 1 .. 2) of Long_Long_Float :=
(00 => (1.0E+00, 0.0),
01 => (1.0E+01, 0.0),
02 => (1.0E+02, 0.0),
03 => (1.0E+03, 0.0),
04 => (1.0E+04, 0.0),
05 => (1.0E+05, 0.0),
06 => (1.0E+06, 0.0),
07 => (1.0E+07, 0.0),
08 => (1.0E+08, 0.0),
09 => (1.0E+09, 0.0),
10 => (1.0E+10, 0.0),
11 => (1.0E+11, 0.0),
12 => (1.0E+12, 0.0),
13 => (1.0E+13, 0.0),
14 => (1.0E+14, 0.0),
15 => (1.0E+15, 0.0),
16 => (1.0E+16, 0.0),
17 => (1.0E+17, 0.0),
18 => (1.0E+18, 0.0),
19 => (1.0E+19, 0.0),
20 => (1.0E+20, 0.0),
21 => (1.0E+21, 0.0),
22 => (1.0E+22, 0.0),
23 => (1.0E+23, 1.0E+23 - Long_Long_Float'Machine (1.0E+23)),
24 => (1.0E+24, 1.0E+24 - Long_Long_Float'Machine (1.0E+24)),
25 => (1.0E+25, 1.0E+25 - Long_Long_Float'Machine (1.0E+25)),
26 => (1.0E+26, 1.0E+26 - Long_Long_Float'Machine (1.0E+26)),
27 => (1.0E+27, 1.0E+27 - Long_Long_Float'Machine (1.0E+27)),
28 => (1.0E+28, 1.0E+28 - Long_Long_Float'Machine (1.0E+28)),
29 => (1.0E+29, 1.0E+29 - Long_Long_Float'Machine (1.0E+29)),
30 => (1.0E+30, 1.0E+30 - Long_Long_Float'Machine (1.0E+30)),
31 => (1.0E+31, 1.0E+31 - Long_Long_Float'Machine (1.0E+31)),
32 => (1.0E+32, 1.0E+32 - Long_Long_Float'Machine (1.0E+32)),
33 => (1.0E+33, 1.0E+33 - Long_Long_Float'Machine (1.0E+33)),
34 => (1.0E+34, 1.0E+34 - Long_Long_Float'Machine (1.0E+34)),
35 => (1.0E+35, 1.0E+35 - Long_Long_Float'Machine (1.0E+35)),
36 => (1.0E+36, 1.0E+36 - Long_Long_Float'Machine (1.0E+36)),
37 => (1.0E+37, 1.0E+37 - Long_Long_Float'Machine (1.0E+37)),
38 => (1.0E+38, 1.0E+38 - Long_Long_Float'Machine (1.0E+38)),
39 => (1.0E+39, 1.0E+39 - Long_Long_Float'Machine (1.0E+39)),
40 => (1.0E+40, 1.0E+40 - Long_Long_Float'Machine (1.0E+40)),
41 => (1.0E+41, 1.0E+41 - Long_Long_Float'Machine (1.0E+41)),
42 => (1.0E+42, 1.0E+42 - Long_Long_Float'Machine (1.0E+42)),
43 => (1.0E+43, 1.0E+43 - Long_Long_Float'Machine (1.0E+43)),
44 => (1.0E+44, 1.0E+44 - Long_Long_Float'Machine (1.0E+44)),
45 => (1.0E+45, 1.0E+45 - Long_Long_Float'Machine (1.0E+45)),
46 => (1.0E+46, 1.0E+46 - Long_Long_Float'Machine (1.0E+46)),
47 => (1.0E+47, 1.0E+47 - Long_Long_Float'Machine (1.0E+47)),
48 => (1.0E+48, 1.0E+48 - Long_Long_Float'Machine (1.0E+48)),
49 => (1.0E+49, 1.0E+49 - Long_Long_Float'Machine (1.0E+49)),
50 => (1.0E+50, 1.0E+50 - Long_Long_Float'Machine (1.0E+50)),
51 => (1.0E+51, 1.0E+51 - Long_Long_Float'Machine (1.0E+51)),
52 => (1.0E+52, 1.0E+52 - Long_Long_Float'Machine (1.0E+52)),
53 => (1.0E+53, 1.0E+53 - Long_Long_Float'Machine (1.0E+53)),
54 => (1.0E+54, 1.0E+54 - Long_Long_Float'Machine (1.0E+54)));
end System.Powten_LLF;
|
Practice/Assignments assembly class/7.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 0 | 244849 | <filename>Practice/Assignments assembly class/7.asm<gh_stars>0
org 100h
L1: NOP
L2: MOV AX, 0F000H
MOV DS, AX
MOV BX, 0FFFFH
MOV AL, BYTE PTR DS:[BX]
L3: MOV CX, 00000H
MOV DS, CX
MOV BX, 00000H
MOV AH, BYTE PTR DS:[BX]
L4: SUB AL, AH
L5: JNS L7
L6: OUT 00H, AL
JMP L8
L7: MOV DX, 0FFFFH
OUT DX, AL
L8: HLT
ret |
ECE368/ECE368-Lab-Group/assembler/Lab4.asm | Reiuiji/UmassdPortfolio | 3 | 94745 | ADDI R0, 2 ; ADDI R0<-2 R0=2
ADDI R1, 1 ; ADDI R1<-1 R1=1
ADD R0, R1 ; ADD R0<-R0 + R1 R0=3
AND R0, R1 ; AND R0<-R0 & R1 R0=1
OR R0, R1 ; OR R0<-R0 or R1 R0=1
ADD R0, R1 ; ADD R0<-R0 + R1 R0=2
MOV R5, R0 ; R5 <- Ro R5=2
;Expected code
;500002
;510001
;001000
;201000
;301000
;001000
;450000
;Test each set
;ADD R0, R1
;SUB R2, R3
;AND R4, R5
;OR R6, R7
;MOV R8, R9
;ADDI R10, 80
;ANDI R11, 120
;SL R12, 4
;SR R12, 4
;LW R13, 444
;SW R14, 8888
;test the wonders of ID and D reg type
;LWV R0, S0, 255 ; B000FF
;SWV R1, S1, 256 ; C14100
;LWVI R2, S2, 255 ; B2A0FF
;LWVD R3, S3, 255 ; B3D0FF
;LWVS R4, S0, 255 ; B430FF
;NOP R5, S1, 255 ; C570FF
;SWED R6, S2, 255 ; C690FF
;SWEI R7, S3, 255 ; C7E0FF
|
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c3/c39006e.ada | best08618/asylo | 7 | 21559 | <reponame>best08618/asylo
-- C39006E.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained
-- unlimited rights in the software and documentation contained herein.
-- Unlimited rights are defined in DFAR 252.227-7013(a)(19). By making
-- this public release, the Government intends to confer upon all
-- recipients unlimited rights equal to those held by the Government.
-- These rights include rights to use, duplicate, release or disclose the
-- released technical data and computer software in whole or in part, in
-- any manner and for any purpose whatsoever, and to have or permit others
-- to do so.
--
-- DISCLAIMER
--
-- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR
-- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED
-- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE
-- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE
-- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A
-- PARTICULAR PURPOSE OF SAID MATERIAL.
--*
-- CHECK THAT PROGRAM_ERROR IS NOT RAISED IF A SUBPROGRAM'S BODY HAS
-- BEEN ELABORATED BEFORE IT IS CALLED. CHECK THE FOLLOWING:
-- A) A SUBPROGRAM CAN APPEAR IN A NON-ELABORATED DECLARATIVE PART
-- OR PACKAGE SPECIFICATION BEFORE ITS BODY.
-- TBN 8/21/86
WITH REPORT; USE REPORT;
PROCEDURE C39006E IS
BEGIN
TEST ("C39006E", "CHECK THAT PROGRAM_ERROR IS NOT RAISED IF A " &
"SUBPROGRAM IS CALLED IN A NON-ELABORATED " &
"DECLARATIVE PART OR PACKAGE SPECIFICATION " &
"BEFORE ITS BODY IS ELABORATED");
DECLARE -- (A)
FUNCTION INIT_1 (A : INTEGER) RETURN INTEGER;
PACKAGE P IS
PROCEDURE USE_INIT1;
END P;
PACKAGE BODY P IS
PROCEDURE USE_INIT1 IS
BEGIN
IF NOT EQUAL (3, 3) THEN
DECLARE
X : INTEGER := INIT_1 (1);
BEGIN
NULL;
END;
ELSE
NULL;
END IF;
EXCEPTION
WHEN PROGRAM_ERROR =>
FAILED ("PROGRAM_ERROR RAISED - 1");
WHEN OTHERS =>
FAILED ("UNEXPECTED EXCEPTION RAISED - 1");
END USE_INIT1;
BEGIN
USE_INIT1;
END P;
FUNCTION INIT_1 (A : INTEGER) RETURN INTEGER IS
BEGIN
RETURN (A + IDENT_INT(1));
END INIT_1;
BEGIN -- (A)
NULL;
END; -- (A)
DECLARE -- (B)
PROCEDURE INIT_2 (A : IN OUT INTEGER);
PACKAGE P IS
FUNCTION USE_INIT2 RETURN BOOLEAN;
END P;
PACKAGE BODY P IS
FUNCTION USE_INIT2 RETURN BOOLEAN IS
BEGIN
IF NOT EQUAL (3, 3) THEN
DECLARE
X : INTEGER;
BEGIN
INIT_2 (X);
END;
END IF;
RETURN IDENT_BOOL (FALSE);
EXCEPTION
WHEN PROGRAM_ERROR =>
FAILED ("PROGRAM_ERROR RAISED - 2");
RETURN FALSE;
WHEN OTHERS =>
FAILED ("UNEXPECTED EXCEPTION RAISED - 2");
RETURN FALSE;
END USE_INIT2;
BEGIN
IF USE_INIT2 THEN
FAILED ("INCORRECT RESULTS FROM FUNCTION CALL - 2");
END IF;
END P;
PROCEDURE INIT_2 (A : IN OUT INTEGER) IS
BEGIN
A := A + IDENT_INT(1);
END INIT_2;
BEGIN -- (B)
NULL;
END; -- (B)
DECLARE -- (C)
FUNCTION INIT_3 RETURN INTEGER;
PACKAGE Q IS
VAR : INTEGER;
END Q;
PACKAGE BODY Q IS
BEGIN
IF NOT EQUAL (3, 3) THEN
VAR := INIT_3;
END IF;
EXCEPTION
WHEN PROGRAM_ERROR =>
FAILED ("PROGRAM_ERROR RAISED - 3");
WHEN OTHERS =>
FAILED ("UNEXPECTED EXCEPTION RAISED - 3");
END Q;
FUNCTION INIT_3 RETURN INTEGER IS
BEGIN
RETURN IDENT_INT (1);
END INIT_3;
BEGIN -- (C)
NULL;
END; -- (C)
DECLARE -- (D)
PROCEDURE INIT_4 (A : IN OUT INTEGER);
PACKAGE Q IS
VAR : INTEGER := 1;
END Q;
PACKAGE BODY Q IS
BEGIN
IF NOT EQUAL (3, 3) THEN
INIT_4 (VAR);
END IF;
EXCEPTION
WHEN PROGRAM_ERROR =>
FAILED ("PROGRAM_ERROR RAISED - 4");
WHEN OTHERS =>
FAILED ("UNEXPECTED EXCEPTION RAISED - 4");
END Q;
PROCEDURE INIT_4 (A : IN OUT INTEGER) IS
BEGIN
A := IDENT_INT (4);
END INIT_4;
BEGIN -- (D)
NULL;
END; -- (D)
BEGIN -- (E)
DECLARE
FUNCTION INIT_5 (A : INTEGER) RETURN INTEGER;
PROCEDURE USE_INIT5 IS
PACKAGE Q IS
X : INTEGER := INIT_5 (1);
END Q;
USE Q;
BEGIN
X := IDENT_INT (5);
END USE_INIT5;
FUNCTION INIT_5 (A : INTEGER) RETURN INTEGER IS
BEGIN
RETURN (A + IDENT_INT(1));
END INIT_5;
BEGIN
USE_INIT5;
END;
EXCEPTION
WHEN PROGRAM_ERROR =>
FAILED ("PROGRAM_ERROR RAISED - 5");
WHEN OTHERS =>
FAILED ("UNEXPECTED EXCEPTION RAISED - 5");
END; -- (E)
RESULT;
END C39006E;
|
tests/tk-ttklabel-ttk_label_options_test_data-ttk_label_options_tests.ads | thindil/tashy2 | 2 | 5876 | -- This package has been generated automatically by GNATtest.
-- Do not edit any part of it, see GNATtest documentation for more details.
-- begin read only
with GNATtest_Generated;
package Tk.TtkLabel.Ttk_Label_Options_Test_Data.Ttk_Label_Options_Tests is
type Test_Ttk_Label_Options is new GNATtest_Generated.GNATtest_Standard.Tk
.TtkLabel
.Ttk_Label_Options_Test_Data
.Test_Ttk_Label_Options with
null record;
procedure Test_Create_32e405_895b32
(Gnattest_T: in out Test_Ttk_Label_Options);
-- tk-ttklabel.ads:114:4:Create:Test_Create_TtkLabel1
procedure Test_Create_ebbdc1_3cc244
(Gnattest_T: in out Test_Ttk_Label_Options);
-- tk-ttklabel.ads:148:4:Create:Test_Create_TtkLabel2
procedure Test_Get_Options_ded36e_523496
(Gnattest_T: in out Test_Ttk_Label_Options);
-- tk-ttklabel.ads:173:4:Get_Options:Test_Get_Options_TtkLabel
procedure Test_Configure_0076be_ea215f
(Gnattest_T: in out Test_Ttk_Label_Options);
-- tk-ttklabel.ads:194:4:Configure:Test_Configure_TtkLabel
end Tk.TtkLabel.Ttk_Label_Options_Test_Data.Ttk_Label_Options_Tests;
-- end read only
|
src/Theory/PrimMeta.agda | WhatisRT/meta-cedille | 35 | 2675 | <filename>src/Theory/PrimMeta.agda
open import Class.Listable
open import Data.List.Relation.Unary.All
open import Data.List.Relation.Unary.AllPairs
open import Data.List.Relation.Unary.Any
import Data.Vec.Recursive
import Data.Vec.Recursive.Categorical
open import Prelude
module Theory.PrimMeta where
private
variable
A B C : Set
M : Set → Set
data PrimMeta : Set where
EvalStmt : PrimMeta
ShellCmd : PrimMeta
CheckTerm : PrimMeta
Parse : PrimMeta
Normalize : PrimMeta
HeadNormalize : PrimMeta
InferType : PrimMeta
private
variable
m : PrimMeta
instance
PrimMeta-Eq : Eq PrimMeta
PrimMeta-Eq = Listable.Listable→Eq record
{ listing = EvalStmt ∷ ShellCmd ∷ CheckTerm ∷ Parse ∷ Normalize ∷ HeadNormalize ∷ InferType ∷ []
; unique = ((λ ()) ∷ (λ ()) ∷ (λ ()) ∷ (λ ()) ∷ (λ ()) ∷ (λ ()) ∷ []) ∷
((λ ()) ∷ (λ ()) ∷ (λ ()) ∷ (λ ()) ∷ (λ ()) ∷ []) ∷
((λ ()) ∷ (λ ()) ∷ (λ ()) ∷ (λ ()) ∷ []) ∷
((λ ()) ∷ (λ ()) ∷ (λ ()) ∷ []) ∷
((λ ()) ∷ (λ ()) ∷ []) ∷ ((λ ()) ∷ []) ∷ [] ∷ []
; complete = λ where
EvalStmt → here refl
ShellCmd → there (here refl)
CheckTerm → there (there (here refl))
Parse → there (there (there (here refl)))
Normalize → there (there (there (there (here refl))))
HeadNormalize → there (there (there (there (there (here refl)))))
InferType → there (there (there (there (there (there (here refl)))))) }
PrimMeta-EqB : EqB PrimMeta
PrimMeta-EqB = Eq→EqB
PrimMeta-Show : Show PrimMeta
PrimMeta-Show = record { show = helper }
where
helper : PrimMeta → String
helper EvalStmt = "EvalStmt"
helper ShellCmd = "ShellCmd"
helper CheckTerm = "CheckTerm"
helper Parse = "Parse"
helper Normalize = "Normalize"
helper HeadNormalize = "HeadNormalize"
helper InferType = "InferType"
primMetaArity : PrimMeta → ℕ
primMetaArity EvalStmt = 1
primMetaArity ShellCmd = 2
primMetaArity CheckTerm = 2
primMetaArity Parse = 3
primMetaArity Normalize = 1
primMetaArity HeadNormalize = 1
primMetaArity InferType = 1
primMetaArgs : Set → PrimMeta → Set
primMetaArgs A m = A Data.Vec.Recursive.^ (primMetaArity m)
mapPrimMetaArgs : (A → B) → primMetaArgs A m → primMetaArgs B m
mapPrimMetaArgs f = Data.Vec.Recursive.map f _
traversePrimMetaArgs : {{Monad M}} → (A → M B) → primMetaArgs A m → M (primMetaArgs B m)
traversePrimMetaArgs {{mon}} = Data.Vec.Recursive.Categorical.mapM mon
primMetaArgs-Show : (A → String) → primMetaArgs A m → String
primMetaArgs-Show showA = Data.Vec.Recursive.foldr "" showA (λ _ a s → showA a + s) _
primMetaArgsZipWith : (A → B → C) → primMetaArgs A m → primMetaArgs B m → primMetaArgs C m
primMetaArgsZipWith f x y = Data.Vec.Recursive.zipWith f _ x y
primMetaArgsSequence : {{Monad M}} → primMetaArgs (M A) m → M (primMetaArgs A m)
primMetaArgsSequence {{mon}} = Data.Vec.Recursive.Categorical.sequenceM mon
primMetaArgsAnd : primMetaArgs Bool m → Bool
primMetaArgsAnd = Data.Vec.Recursive.foldr {P = const Bool} true id (const _∧_) _
|
audio/sfx/safari_zone_pa.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 5017 | <reponame>etdv-thevoid/pokemon-rgb-enhanced<filename>audio/sfx/safari_zone_pa.asm
SFX_Safari_Zone_PA_Ch4:
duty 2
unknownsfx0x20 15, 243, 48, 7
unknownsfx0x20 8, 101, 48, 7
unknownsfx0x20 15, 244, 0, 7
unknownsfx0x20 15, 116, 0, 7
unknownsfx0x20 15, 68, 0, 7
unknownsfx0x20 15, 36, 0, 7
endchannel
|
bssn/code/src/bssnbase-runge.adb | leo-brewin/adm-bssn-numerical | 1 | 7710 | <reponame>leo-brewin/adm-bssn-numerical
with Support; use Support;
package body BSSNBase.Runge is
-- increments in data
delta_gBar_ptr : MetricGridArray_ptr := new MetricGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
delta_ABar_ptr : ExtcurvGridArray_ptr := new ExtcurvGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
delta_N_ptr : LapseGridArray_ptr := new LapseGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
delta_phi_ptr : ConFactGridArray_ptr := new ConFactGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
delta_trK_ptr : TraceKGridArray_ptr := new TraceKGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
delta_Gi_ptr : GammaGridArray_ptr := new GammaGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
delta_gBar : MetricGridArray renames delta_gBar_ptr.all;
delta_ABar : ExtcurvGridArray renames delta_ABar_ptr.all;
delta_N : LapseGridArray renames delta_N_ptr.all;
delta_phi : ConFactGridArray renames delta_phi_ptr.all;
delta_trK : TraceKGridArray renames delta_trK_ptr.all;
delta_Gi : GammaGridArray renames delta_Gi_ptr.all;
-- data at start of time step
old_gBar_ptr : MetricGridArray_ptr := new MetricGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
old_ABar_ptr : ExtcurvGridArray_ptr := new ExtcurvGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
old_N_ptr : LapseGridArray_ptr := new LapseGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
old_phi_ptr : ConFactGridArray_ptr := new ConFactGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
old_trK_ptr : TraceKGridArray_ptr := new TraceKGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
old_Gi_ptr : GammaGridArray_ptr := new GammaGridArray (1..max_num_x, 1..max_num_y, 1..max_num_z);
old_gBar : MetricGridArray renames old_gBar_ptr.all;
old_ABar : ExtcurvGridArray renames old_ABar_ptr.all;
old_N : LapseGridArray renames old_N_ptr.all;
old_phi : ConFactGridArray renames old_phi_ptr.all;
old_trK : TraceKGridArray renames old_trK_ptr.all;
old_Gi : GammaGridArray renames old_Gi_ptr.all;
-- the_time at start of time step
old_time : Real;
procedure set_time_step is
courant_time_step : Real;
begin
courant_time_step := courant * min ( dx, min (dy,dz) );
time_step := min (courant_time_step, constant_time_step);
end set_time_step;
procedure set_time_step_min is
courant_time_step : Real;
begin
courant_time_step := courant_min * min ( dx, min (dy,dz) );
time_step_min := min (courant_time_step, constant_time_step);
end set_time_step_min;
procedure rk_step
(ct : Real;
cw : Real;
params : SlaveParams)
is
i, j, k : Integer;
the_task : Integer := params (1);
beg_point : Integer := params (2);
end_point : Integer := params (3);
begin
for b in beg_point .. end_point loop
i := grid_point_list (b).i;
j := grid_point_list (b).j;
k := grid_point_list (b).k;
gBar (i,j,k) := old_gBar (i,j,k) + time_step * ct * dot_gBar (i,j,k);
ABar (i,j,k) := old_ABar (i,j,k) + time_step * ct * dot_ABar (i,j,k);
N (i,j,k) := old_N (i,j,k) + time_step * ct * dot_N (i,j,k);
phi (i,j,k) := old_phi (i,j,k) + time_step * ct * dot_phi (i,j,k);
trK (i,j,k) := old_trK (i,j,k) + time_step * ct * dot_trK (i,j,k);
Gi (i,j,k) := old_Gi (i,j,k) + time_step * ct * dot_Gi (i,j,k);
delta_gBar (i,j,k) := delta_gBar (i,j,k) + time_step * cw * dot_gBar (i,j,k);
delta_ABar (i,j,k) := delta_ABar (i,j,k) + time_step * cw * dot_ABar (i,j,k);
delta_N (i,j,k) := delta_N (i,j,k) + time_step * cw * dot_N (i,j,k);
delta_phi (i,j,k) := delta_phi (i,j,k) + time_step * cw * dot_phi (i,j,k);
delta_trK (i,j,k) := delta_trK (i,j,k) + time_step * cw * dot_trK (i,j,k);
delta_Gi (i,j,k) := delta_Gi (i,j,k) + time_step * cw * dot_Gi (i,j,k);
end loop;
if the_task = 1 then
the_time := old_time + time_step * ct;
end if;
end rk_step;
procedure beg_runge_kutta
(params : SlaveParams)
is
i, j, k : Integer;
the_task : Integer := params (1);
beg_point : Integer := params (2);
end_point : Integer := params (3);
begin
for b in beg_point .. end_point loop
i := grid_point_list (b).i;
j := grid_point_list (b).j;
k := grid_point_list (b).k;
old_gBar (i,j,k) := gBar (i,j,k);
old_ABar (i,j,k) := ABar (i,j,k);
old_N (i,j,k) := N (i,j,k);
old_phi (i,j,k) := phi (i,j,k);
old_trK (i,j,k) := trK (i,j,k);
old_Gi (i,j,k) := Gi (i,j,k);
dot_gBar (i,j,k) := (others => 0.0);
dot_ABar (i,j,k) := (others => 0.0);
dot_N (i,j,k) := 0.0;
dot_phi (i,j,k) := 0.0;
dot_trK (i,j,k) := 0.0;
dot_Gi (i,j,k) := (others => 0.0);
delta_gBar (i,j,k) := (others => 0.0);
delta_ABar (i,j,k) := (others => 0.0);
delta_N (i,j,k) := 0.0;
delta_phi (i,j,k) := 0.0;
delta_trK (i,j,k) := 0.0;
delta_Gi (i,j,k) := (others => 0.0);
end loop;
if the_task = 1 then
old_time := the_time;
end if;
end beg_runge_kutta;
procedure end_runge_kutta
(params : SlaveParams)
is
i, j, k : Integer;
the_task : Integer := params (1);
beg_point : Integer := params (2);
end_point : Integer := params (3);
begin
for b in beg_point .. end_point loop
i := grid_point_list (b).i;
j := grid_point_list (b).j;
k := grid_point_list (b).k;
gBar (i,j,k) := old_gBar (i,j,k) + delta_gBar (i,j,k);
ABar (i,j,k) := old_ABar (i,j,k) + delta_ABar (i,j,k);
N (i,j,k) := old_N (i,j,k) + delta_N (i,j,k);
phi (i,j,k) := old_phi (i,j,k) + delta_phi (i,j,k);
trK (i,j,k) := old_trK (i,j,k) + delta_trK (i,j,k);
Gi (i,j,k) := old_Gi (i,j,k) + delta_Gi (i,j,k);
end loop;
if the_task = 1 then
the_time := the_time + time_step;
end if;
end end_runge_kutta;
end BSSNBase.Runge;
|
Thesis/SIRelBigStep/DLangDerive.agda | inc-lc/ilc-agda | 10 | 8254 | <reponame>inc-lc/ilc-agda
module Thesis.SIRelBigStep.DLangDerive where
open import Thesis.SIRelBigStep.DSyntax public
derive-const : ∀ {Δ σ} → (c : Const σ) → DSVal Δ σ
derive-const (lit n) = dconst (lit 0)
derive-dterm : ∀ {Δ σ} → (t : Term Δ σ) → DTerm Δ σ
derive-dsval : ∀ {Δ σ} → (t : SVal Δ σ) → DSVal Δ σ
derive-dsval (var x) = dvar x
derive-dsval (abs t) = dabs (derive-dterm t)
derive-dsval (cons sv1 sv2) = dcons (derive-dsval sv1) (derive-dsval sv2)
derive-dsval (const c) = derive-const c
derive-dterm (val x) = dval (derive-dsval x)
derive-dterm (primapp p sv) = dprimapp p sv (derive-dsval sv)
derive-dterm (app vs vt) = dapp (derive-dsval vs) vt (derive-dsval vt)
derive-dterm (lett s t) = dlett s (derive-dterm s) (derive-dterm t)
-- Nontrivial because of unification problems in pattern matching. I wanted to
-- use it to define ⊕ on closures purely on terms of the closure change.
-- Instead, I decided to use decidable equality on contexts: that's a lot of
-- tedious boilerplate, but not too hard, but the proof that validity and ⊕
-- agree becomes easier.
-- -- Define a DVar and be done?
-- underive-dvar : ∀ {Δ σ} → Var (ΔΔ Δ) (Δτ σ) → Var Δ σ
-- underive-dvar {∅} ()
-- underive-dvar {τ • Δ} x = {!!}
--underive-dvar {σ • Δ} (that x) = that (underive-dvar x)
|
programs/oeis/000/A000969.asm | karttu/loda | 1 | 245906 | <filename>programs/oeis/000/A000969.asm
; A000969: Expansion of (1+x+2*x^2)/((1-x)^2*(1-x^3)).
; 1,3,7,12,18,26,35,45,57,70,84,100,117,135,155,176,198,222,247,273,301,330,360,392,425,459,495,532,570,610,651,693,737,782,828,876,925,975,1027,1080,1134,1190,1247,1305,1365,1426,1488,1552,1617,1683,1751,1820,1890,1962,2035,2109,2185,2262,2340,2420,2501,2583,2667,2752,2838,2926,3015,3105,3197,3290,3384,3480,3577,3675,3775,3876,3978,4082,4187,4293,4401,4510,4620,4732,4845,4959,5075,5192,5310,5430,5551,5673,5797,5922,6048,6176,6305,6435,6567,6700,6834,6970,7107,7245,7385,7526,7668,7812,7957,8103,8251,8400,8550,8702,8855,9009,9165,9322,9480,9640,9801,9963,10127,10292,10458,10626,10795,10965,11137,11310,11484,11660,11837,12015,12195,12376,12558,12742,12927,13113,13301,13490,13680,13872,14065,14259,14455,14652,14850,15050,15251,15453,15657,15862,16068,16276,16485,16695,16907,17120,17334,17550,17767,17985,18205,18426,18648,18872,19097,19323,19551,19780,20010,20242,20475,20709,20945,21182,21420,21660,21901,22143,22387,22632,22878,23126,23375,23625,23877,24130,24384,24640,24897,25155,25415,25676,25938,26202,26467,26733,27001,27270,27540,27812,28085,28359,28635,28912,29190,29470,29751,30033,30317,30602,30888,31176,31465,31755,32047,32340,32634,32930,33227,33525,33825,34126,34428,34732,35037,35343,35651,35960,36270,36582,36895,37209,37525,37842,38160,38480,38801,39123,39447,39772,40098,40426,40755,41085,41417,41750
mov $1,$0
add $0,3
add $1,$0
bin $1,2
div $1,3
|
test/succeed/UnusedNamedImplicits.agda | asr/agda-kanso | 1 | 10686 |
-- There was a bug which caused the type checker to forget
-- the name of implicit arguments which weren't used in the
-- return type.
module UnusedNamedImplicits where
data Nat : Set where
zero : Nat
suc : Nat -> Nat
-- Simple example
f : {n m : Nat} -> Nat
f {m = m} = m
data _==_ {A : Set}(x : A) : A -> Set where
refl : x == x
data Even : Nat -> Set where
evenZ : Even zero
evenSS : {n : Nat} -> Even n -> Even (suc (suc n))
index : {n : Nat} -> Even n -> Nat
index evenZ = zero
index (evenSS e) = suc (suc (index e))
sameIndex : {n : Nat}(e : Even n) -> index e == n
sameIndex evenZ = refl
sameIndex (evenSS e) with index e | sameIndex e
... | ._ | refl = refl
-- It could also show up when the argument is used in the top level type,
-- but not by the generated type for the with function.
* : {n : Nat}{e : Even n} -> Even (index e)
* {e = e} with index e | sameIndex e
... | ._ | refl = e
|
examples/gl_cube/cube_demo.ads | godunko/adawebui | 2 | 16750 |
package Cube_Demo is
pragma Elaborate_Body;
end Cube_Demo;
|
programs/oeis/017/A017547.asm | neoneye/loda | 22 | 247793 | <filename>programs/oeis/017/A017547.asm
; A017547: a(n) = (12n + 2)^3.
; 8,2744,17576,54872,125000,238328,405224,636056,941192,1331000,1815848,2406104,3112136,3944312,4913000,6028568,7301384,8741816,10360232,12167000,14172488,16387064,18821096,21484952,24389000,27543608
mul $0,12
add $0,2
pow $0,3
|
source/league/ucd/matreshka-internals-unicode-ucd-core_01f5.ads | svn2github/matreshka | 24 | 2109 | <gh_stars>10-100
------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- --
-- Localization, Internationalization, Globalization for Ada --
-- --
-- Runtime Library Component --
-- --
------------------------------------------------------------------------------
-- --
-- Copyright © 2012-2015, <NAME> <<EMAIL>> --
-- All rights reserved. --
-- --
-- Redistribution and use in source and binary forms, with or without --
-- modification, are permitted provided that the following conditions --
-- are met: --
-- --
-- * Redistributions of source code must retain the above copyright --
-- notice, this list of conditions and the following disclaimer. --
-- --
-- * Redistributions in binary form must reproduce the above copyright --
-- notice, this list of conditions and the following disclaimer in the --
-- documentation and/or other materials provided with the distribution. --
-- --
-- * Neither the name of the Vadim Godunko, IE nor the names of its --
-- contributors may be used to endorse or promote products derived from --
-- this software without specific prior written permission. --
-- --
-- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS --
-- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT --
-- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR --
-- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT --
-- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, --
-- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED --
-- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR --
-- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF --
-- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING --
-- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS --
-- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --
-- --
------------------------------------------------------------------------------
-- $Revision$ $Date$
------------------------------------------------------------------------------
pragma Restrictions (No_Elaboration_Code);
-- GNAT: enforce generation of preinitialized data section instead of
-- generation of elaboration code.
package Matreshka.Internals.Unicode.Ucd.Core_01F5 is
pragma Preelaborate;
Group_01F5 : aliased constant Core_Second_Stage
:= (16#00# .. 16#06# => -- 01F500 .. 01F506
(Other_Symbol, Neutral,
Other, Other, Other, Alphabetic,
(Grapheme_Base => True,
others => False)),
16#17# .. 16#24# => -- 01F517 .. 01F524
(Other_Symbol, Neutral,
Other, Other, Other, Alphabetic,
(Grapheme_Base => True,
others => False)),
16#32# .. 16#49# => -- 01F532 .. 01F549
(Other_Symbol, Neutral,
Other, Other, Other, Alphabetic,
(Grapheme_Base => True,
others => False)),
16#4B# .. 16#4F# => -- 01F54B .. 01F54F
(Unassigned, Neutral,
Other, Other, Other, Unknown,
(others => False)),
16#7A# => -- 01F57A
(Unassigned, Neutral,
Other, Other, Other, Unknown,
(others => False)),
16#A4# => -- 01F5A4
(Unassigned, Neutral,
Other, Other, Other, Unknown,
(others => False)),
16#D4# .. 16#DB# => -- 01F5D4 .. 01F5DB
(Other_Symbol, Neutral,
Other, Other, Other, Alphabetic,
(Grapheme_Base => True,
others => False)),
16#F4# .. 16#F9# => -- 01F5F4 .. 01F5F9
(Other_Symbol, Neutral,
Other, Other, Other, Alphabetic,
(Grapheme_Base => True,
others => False)),
others =>
(Other_Symbol, Neutral,
Other, Other, Other, Ideographic,
(Grapheme_Base => True,
others => False)));
end Matreshka.Internals.Unicode.Ucd.Core_01F5;
|
src/events.adb | aeszter/sharepoint2ics | 0 | 18794 | with Ada.Calendar; use Ada.Calendar;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Characters;
with Ada.Characters.Latin_1;
with Ada.Real_Time;
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded;
with Ada.Strings.Fixed;
with GNAT.Calendar; use GNAT.Calendar;
with GNAT.Calendar.Time_IO;
with DOM.Core; use DOM.Core;
with DOM.Core.Attrs; use DOM.Core.Attrs;
with DOM.Core.Nodes; use DOM.Core.Nodes;
with DOM.Core.Documents;
with DOM.Readers;
with Input_Sources.Strings;
with Unicode.CES.Basic_8bit;
with Utils; use Utils;
with Sax;
with Sax.Readers;
with GNAT.Case_Util;
package body Events is
subtype Day_Name is GNAT.Calendar.Day_Name;
type Week is array (Day_Name) of Boolean;
function Extract_UID (Source : String) return String;
function To_String (Prefix : String;
T : Ada.Calendar.Time;
All_Day : Boolean) return String;
function To_String (Prefix : String;
T : Local_Time;
All_Day : Boolean) return String;
function Get_Value (Fields : Named_Node_Map;
Name : String) return String;
procedure Set (The_Days : in out Week; Which : String);
procedure Parse_Weekdays (The_Days : out Week; Attrs : Named_Node_Map);
function To_String (The_Days : Week) return String;
function To_String (The_Day : Day_Name) return String;
function To_Day_Name (Source : String) return Day_Name;
function Extract_UID (Source : String) return String is
use Ada.Strings;
use Ada.Strings.Fixed;
First, Last : Natural;
begin
First := Index (Source => Source,
Pattern => "{",
Going => Forward);
Last := Index (Source => Source,
Pattern => "}",
Going => Backward);
if First >= Source'First and then Last > First + 1 then
return Source (First + 1 .. Last - 1);
else -- not found in example data, may need to refine this later
return Source;
end if;
end Extract_UID;
function Get_Value (Fields : Named_Node_Map;
Name : String) return String is
The_Item : constant Node := Get_Named_Item (Fields, Name);
begin
if The_Item = null then
return "";
else
return Value (The_Item);
end if;
end Get_Value;
procedure Parse_Weekdays (The_Days : out Week; Attrs : Named_Node_Map) is
function Get_Boolean (Name : String) return Boolean;
function Get_Boolean (Name : String) return Boolean is
S : constant String := Get_Value (Attrs, Name);
begin
if S = "TRUE" then
return True;
elsif S = "" then
return False;
else
Warn ("Unknown truth value " & S & " for " & Name);
return False;
end if;
end Get_Boolean;
begin
The_Days (Monday) := Get_Boolean ("mo");
The_Days (Tuesday) := Get_Boolean ("tu");
The_Days (Wednesday) := Get_Boolean ("we");
The_Days (Thursday) := Get_Boolean ("th");
The_Days (Friday) := Get_Boolean ("fr");
The_Days (Saturday) := Get_Boolean ("sa");
The_Days (Tuesday) := Get_Boolean ("tu");
The_Days (Sunday) := Get_Boolean ("su");
end Parse_Weekdays;
procedure Read (Data_Nodes : DOM.Core.Node_List) is
List_Node : Node;
All_Nodes : Node_List;
begin
if Length (Data_Nodes) > 1 then
Warn ("found more than one data node,"
& " using only the first one");
end if;
List_Node := Item (Data_Nodes, 0);
Ada.Text_IO.Put_Line (Standard_Error, "converting "
& Get_Value (Attributes (List_Node), "ItemCount")
& " entries");
All_Nodes := Child_Nodes (List_Node);
for I in 0 .. Length (All_Nodes) - 1 loop
declare
Entry_Node : constant Node := Item (All_Nodes, I);
The_Event : Event;
Fields : constant Named_Node_Map := Attributes (Entry_Node);
All_Day_Event : constant String := Get_Value (Fields, "ows_fAllDayEvent");
Recurrent_Event : constant String := Get_Value (Fields, "ows_fRecurrence");
Start_String : constant String := Get_Value (Fields, "ows_EventDate");
End_String : constant String := Get_Value (Fields, "ows_EndDate");
Created_String : constant String := Get_Value (Fields, "ows_Created");
Modified_String : constant String := Get_Value (Fields, "ows_Modified");
The_Type : constant String := Get_Value (Fields, "ows_EventType");
Recurrence_ID : constant String := Get_Value (Fields, "ows_RecurrenceID");
begin
if Name (Entry_Node) /= "#text" then
if Name (Entry_Node) /= "z:row" then
raise Unexpected_Node with Integer'Image (I);
end if;
The_Event.Created := To_Time (Created_String);
The_Event.Last_Modified := To_Time (Modified_String);
The_Event.Event_Date := To_Time (Start_String);
The_Event.End_Date := To_Time (End_String);
The_Event.Recurrence_ID := To_Time (Recurrence_ID);
The_Event.Event_Duration := Ada.Real_Time.To_Duration (
Ada.Real_Time.Seconds (
Integer'Value (
Get_Value (Fields, "ows_Duration"))));
if All_Day_Event = "0" then
The_Event.Is_All_Day := False;
elsif All_Day_Event = "1" then
The_Event.Is_All_Day := True;
else
Warn ("Unknown All_Day status """ & All_Day_Event
& """ found in event " & Integer'Image (I));
The_Event.Is_All_Day := False;
end if;
if Recurrent_Event = "0" then
The_Event.Is_Recurrent := False;
elsif Recurrent_Event = "1" then
The_Event.Is_Recurrent := True;
else
Warn ("Unknown Recurrence status """ & Recurrent_Event
& """ found in event " & Integer'Image (I));
The_Event.Is_Recurrent := False;
end if;
The_Event.The_Type := To_Event_Type (The_Type);
if The_Event.Recurrence_Data /= "" then
Warn (To_String (The_Event.Recurrence_Data));
end if;
The_Event.Summary := To_Unbounded_String (
Get_Value (Fields, "ows_Title"));
The_Event.Description := To_Unbounded_String (Clean_Text (
Get_Value (Fields, "ows_Description")));
The_Event.Location := To_Unbounded_String (
Get_Value (Fields, "ows_Location"));
The_Event.Category := To_Unbounded_String (
Get_Value (Fields, "ows_Category"));
The_Event.UID := To_Unbounded_String (
Extract_UID (Get_Value (Fields, "ows_UniqueId")));
The_Event.Master_ID := To_Unbounded_String (
Get_Value (Fields, "ows_MasterSeriesItemID"));
if The_Event.Is_Recurrent then
The_Event.Recurrence_Data := To_Unbounded_String (
Unescape (Get_Value (Fields, "ows_RecurrenceData")));
end if;
List.Append (The_Event);
end if;
end;
end loop;
end Read;
procedure Set (The_Days : in out Week;
Which : String) is
begin
The_Days (To_Day_Name (Which)) := True;
end Set;
function To_Day_Name (Source : String) return Day_Name is
S : String (1 .. 2) := Source;
begin
GNAT.Case_Util.To_Upper (S);
if S = "MO" then
return Monday;
elsif S = "TU" then
return Tuesday;
elsif S = "WE" then
return Wednesday;
elsif S = "TH" then
return Thursday;
elsif S = "FR" then
return Friday;
elsif S = "SA" then
return Saturday;
elsif S = "SU" then
return Sunday;
else raise Constraint_Error with Source;
end if;
end To_Day_Name;
function To_Event_Type (S : String) return Event_Type is
begin
if S = "0" then
return None;
elsif S = "1" then
return Normal;
elsif S = "3" then
return Deleted;
elsif S = "4" then
return Excepted;
else
Warn ("Unknown Event_Type " & S);
return None;
end if;
end To_Event_Type;
function To_Month_Day (S : String) return Month_Day is
begin
return Month_Day'Value (S);
end To_Month_Day;
function To_String (The_Days : Week) return String is
Result : String (1 .. 21);
Last : Natural := 0;
begin
for D in The_Days'Range loop
if The_Days (D) then
Result (Last + 1 .. Last + 2) := To_String (D);
Result (Last + 3) := ',';
Last := Last + 3;
end if;
end loop;
return Result (1 .. Last - 1);
end To_String;
function To_String (The_Day : Day_Name) return String is
Result : String := Day_Name'Image (The_Day);
begin
GNAT.Case_Util.To_Upper (Result);
return Result (1 .. 2);
end To_String;
function To_String (Prefix : String;
T : Ada.Calendar.Time;
All_Day : Boolean) return String is
begin
if All_Day then
return Prefix & ";VALUE=DATE:"
& GNAT.Calendar.Time_IO.Image (T, "%Y%m%d");
else
return Prefix & ":"
& GNAT.Calendar.Time_IO.Image (T, "%Y%m%dT%H%M%SZ");
end if;
end To_String;
function To_String (Prefix : String;
T : Local_Time;
All_Day : Boolean) return String is
The_Time : constant Ada.Calendar.Time := Ada.Calendar.Time (T);
begin
if All_Day then
return Prefix & ";TZID=" & Utils.Get_Timezone & ";VALUE=DATE:"
& GNAT.Calendar.Time_IO.Image (The_Time, "%Y%m%d");
else
return Prefix & ";TZID=" & Utils.Get_Timezone & ":"
& GNAT.Calendar.Time_IO.Image (The_Time, "%Y%m%dT%H%M%S");
end if;
end To_String;
function To_String (I : Interval) return String is
begin
return Interval'Image (I);
end To_String;
procedure Write (To_File : Ada.Text_IO.File_Type) is
procedure Write_One (Position : Lists.Cursor);
procedure Write (Text : String);
procedure Write (Text : Unbounded_String);
procedure Write_Recurrence (The_Event : Event);
procedure Write_Exceptions (The_Event : Event);
procedure Write (Text : String) is
begin
Ada.Text_IO.Put_Line (File => To_File,
Item => Text & Ada.Characters.Latin_1.CR);
end Write;
procedure Write (Text : Unbounded_String) is
begin
Write (To_String (Text));
end Write;
procedure Write_Exceptions (The_Event : Event) is
procedure Count_Exceptions (Position : Lists.Cursor);
procedure Do_Deletion (Position : Lists.Cursor);
Sequence_Number, Counter : Natural := 0;
procedure Count_Exceptions (Position : Lists.Cursor) is
Excepted_Event : constant Event := Lists.Element (Position);
begin
if Excepted_Event.The_Type = Excepted and then
Excepted_Event.Master_ID = The_Event.Master_ID
then
Counter := Counter + 1;
-- fixme : terminate when the_event is reached
end if;
if Excepted_Event.Recurrence_ID = The_Event.Recurrence_ID then
Sequence_Number := Counter;
end if;
end Count_Exceptions;
procedure Do_Deletion (Position : Lists.Cursor) is
Deleted_Event : constant Event := Lists.Element (Position);
begin
if Deleted_Event.The_Type = Deleted
and then Deleted_Event.Master_ID = The_Event.Master_ID
then
Write (To_String ("EXDATE",
Deleted_Event.Recurrence_ID,
The_Event.Is_All_Day));
end if;
end Do_Deletion;
begin
List.Iterate (Do_Deletion'Access);
if (The_Event.The_Type = Excepted) then
Write (To_String ("RECURRENCE-ID",
The_Event.Recurrence_ID,
The_Event.Is_All_Day));
List.Iterate (Count_Exceptions'Access);
end if;
Write ("SEQUENCE:" & To_String (Sequence_Number));
end Write_Exceptions;
procedure Write_One (Position : Lists.Cursor) is
use GNAT.Calendar.Time_IO;
Item : constant Event := Lists.Element (Position);
begin
if Item.The_Type = Deleted then
return;
end if;
Write ("BEGIN:VEVENT");
Write ("SUMMARY:" & Item.Summary);
Write (To_String ("DTSTAMP", Item.Created, False));
Write ("DESCRIPTION:" & Item.Description);
Write ("LOCATION:" & Item.Location);
Write ("CATEGORIES:" & Item.Category);
Write ("UID:" & Item.UID);
Write ("STATUS:CONFIRMED");
Write (To_String ("LAST-MODIFIED", Item.Last_Modified, False));
Write (To_String ("DTSTART", UTC_To_Local (Item.Event_Date),
Item.Is_All_Day));
Write (To_String ("DTEND",
UTC_To_Local (Item.Event_Date + Item.Event_Duration),
Item.Is_All_Day));
Write_Recurrence (Item);
Write_Exceptions (Item);
Write ("END:VEVENT");
end Write_One;
procedure Write_Recurrence (The_Event : Event) is
use Ada.Strings.Fixed;
use Input_Sources.Strings;
use GNAT.Calendar.Time_IO;
S : constant String := To_String (The_Event.Recurrence_Data);
The_Days : Week;
Day_In_Month : Natural := 0;
The_Month_Day : Month_Day;
I : Positive;
Period : Positive;
XML_String : String_Input;
The_Interval : Interval;
Repeat_Instances : Natural := 0;
Repeat_Forever : Boolean := False;
Window_End : Time;
begin
if S = "" then
return;
end if;
if S (1 .. 5) = "Every" then
I := Index (Source => S, From => 7, Pattern => " ");
Period := Integer'Value (S (7 .. I - 1));
if S (I + 1 .. I + 7) = "week(s)" then
The_Interval := weekly;
else
Warn ("Unsupported FREQ " & S (I + 1 .. I + 7));
end if;
Set (The_Days, S (I + 13 .. I + 14));
Write ("RRULE:FREQ=" & To_String (The_Interval)
& ";INTERVAL=" & To_String (Period)
& ";BYDAY=" & To_String (The_Days)
& ";UNTIL=" & To_String ("",
The_Event.End_Date,
False) (2 .. 17));
else
declare
Reader : DOM.Readers.Tree_Reader;
XML_Doc : DOM.Core.Document;
Base_Nodes, Rules,
Rule_Items : Node_List;
Recurrence_Node, The_Rule,
The_Item, Rep_Item : Node;
Week_Start : String (1 .. 2);
begin
Reader.Set_Feature (Sax.Readers.Validation_Feature, False);
Reader.Set_Feature (Sax.Readers.Namespace_Feature, False);
Open (Str => To_String (The_Event.Recurrence_Data),
Encoding => Unicode.CES.Basic_8bit.Basic_8bit_Encoding,
Input => XML_String);
Reader.Parse (XML_String);
Close (XML_String);
XML_Doc := Reader.Get_Tree;
Base_Nodes := DOM.Core.Documents.Get_Elements_By_Tag_Name (
XML_Doc, "recurrence");
if (Length (Base_Nodes) > 1) then
Warn ("Found more than 1 recurrence node in item, "
& "using only the first one");
Warn (S);
end if;
Recurrence_Node := Item (Base_Nodes, 0);
Rules := Child_Nodes (Recurrence_Node);
The_Rule := Item (Rules, 0);
if Name (The_Rule) /= "rule" then
raise Unexpected_Node with Name (The_Rule);
end if;
Rule_Items := Child_Nodes (The_Rule);
for J in 0 .. Length (Rule_Items) - 1 loop
The_Item := Item (Rule_Items, J);
if Name (The_Item) = "firstDayOfWeek" then
Week_Start := Value (First_Child (The_Item));
GNAT.Case_Util.To_Upper (Week_Start);
elsif Name (The_Item) = "repeat" then
Rep_Item := First_Child (The_Item);
if Name (Rep_Item) = "daily" then
The_Interval := daily;
Period := Integer'Value (
Get_Value (Attributes (Rep_Item),
"dayFrequency"));
elsif Name (Rep_Item) = "weekly" then
The_Interval := weekly;
Parse_Weekdays (The_Days, Attributes (Rep_Item));
elsif Name (Rep_Item) = "monthly" then
The_Interval := monthly;
Day_In_Month := Integer'Value (
Get_Value (Attributes (Rep_Item),
"day"));
Period := Integer'Value (
Get_Value (Attributes (Rep_Item),
"monthFrequency"));
elsif Name (Rep_Item) = "monthlyByDay" then
The_Interval := monthly;
Parse_Weekdays (The_Days, Attributes (Rep_Item));
Period := Integer'Value (
Get_Value (Attributes (Rep_Item),
"monthFrequency"));
null; -- FIXME: some more elaborate variants
-- unsupported as yet
elsif Name (Rep_Item) = "yearly" then
The_Interval := yearly;
Period := Integer'Value (
Get_Value (Attributes (Rep_Item),
"yearFrequency"));
Day_In_Month := Integer'Value (
Get_Value (Attributes (Rep_Item),
"day"));
-- FIXME: also set month
elsif Name (Rep_Item) = "yearlyByDay" then
The_Interval := yearly;
Period := Integer'Value (
Get_Value (Attributes (Rep_Item),
"yearFrequency"));
Parse_Weekdays (The_Days, Attributes (Rep_Item));
The_Month_Day := To_Month_Day (
Get_Value (Attributes (Rep_Item),
"weekDayOfMonth"));
else
raise Unexpected_Node with Name (Rep_Item);
end if;
elsif Name (The_Item) = "repeatInstances" then
Repeat_Instances := Integer'Value (Value (
First_Child (The_Item)));
elsif Name (The_Item) = "windowEnd" then
Window_End := To_Time (Value (First_Child (The_Item)));
elsif Name (The_Item) = "repeatForever" then
Repeat_Forever := True;
elsif Name (The_Item) = "#Text" then
null; -- ignore
else
Warn ("Unknown tag " & Name (The_Item)
& "found in recurrence rule");
end if;
end loop;
end;
Write ("RRULE:FREQ=" & To_String (The_Interval)
& ";INTERVAL=" & To_String (Period)
& ";BYDAY=" & To_String (The_Days)
& ";UNTIL=" & To_String ("",
The_Event.End_Date,
False) (2 .. 17));
end if;
end Write_Recurrence;
begin
Write ("BEGIN:VCALENDAR");
Write ("VERSION:2.0");
Write ("PRODID:-//<EMAIL>//sharepoint2ics//EN");
List.Iterate (Write_One'Access);
Write ("END:VCALENDAR");
end Write;
end Events;
|
oeis/027/A027773.asm | neoneye/loda-programs | 11 | 16856 | <filename>oeis/027/A027773.asm
; A027773: (n+1)*C(n+1,13).
; 13,196,1575,8960,40460,154224,515508,1550400,4273290,10943240,26313518,59907456,130007500,270415600,541574100,1048380480,1968053535,3592795500,6393845325,11115955200,18914492520,31551447840,51671823000,83188425600,131811290100,205768111248,316774592316,481328915200,722423130760,1071786713760,1572804471224,2284283163008,3285279407025,4681246616340,6611811876915,9260555966208,12867242404436,17743025930000,24289268654700,33020705099200,44593827222910,59841509517720,79815064502250,105835113014400
mov $1,$0
add $0,13
bin $0,$1
add $1,13
mul $0,$1
|
tests/tasm.asm | dimitrit/uz80as | 8 | 93503 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; $Id: testz80.asm 1.4 1998/02/25 12:18:20 toma Exp $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; TASM test file
; Test all instructions and addressing modes.
; Processor: Z80
;
; SEPT. 16,1987
; <NAME>
; VE3APY
;
;
#define equ .equ
#define end .end
n: equ 20h
nn: equ 0584h
dddd: equ 07h
addr16: equ $1234
port: equ 3
imm8: equ 56h ;immediate data (8 bits)
offset: equ 7
offset_neg: equ -7
; try a few cases that have two expressions in the args and
; one is inside ().
LD (IX+offset),n+1+4+8-9
LD (IX+offset+5),n-1
LD (IX+dddd),n
LD (IX+offset),n
LD (IX+offset),n
; Try all possible instructions
ADC A,(HL)
ADC A,(IX+offset)
ADC A,(IX+offset_neg)
ADC A,(IY+offset)
ADC A,(IY+offset_neg)
ADC A,A
ADC A,B
ADC A,C
ADC A,D
ADC A,E
ADC A,H
ADC A,L
ADC A,n
ADC HL,BC
ADC HL,DE
ADC HL,HL
ADC HL,SP
ADD A,(HL)
ADD A,(IX+offset)
ADD A,(IY+offset)
ADD A,A
ADD A,B
ADD A,C
ADD A,D
ADD A,E
ADD A,H
ADD A,L
ADD A,n
ADD HL,BC
ADD HL,DE
ADD HL,HL
ADD HL,SP
ADD IX,BC
ADD IX,DE
ADD IX,IX
ADD IX,SP
ADD IY,BC
ADD IY,DE
ADD IY,IY
ADD IY,SP
AND (HL)
AND (IX+offset)
AND (IY+offset)
AND A
AND B
AND C
AND D
AND E
AND H
AND L
AND n
BIT 0,(HL)
BIT 0,(IX+offset)
BIT 0,(IY+offset)
BIT 0,A
BIT 0,B
BIT 0,C
BIT 0,D
BIT 0,E
BIT 0,H
BIT 0,L
BIT 1,(HL)
BIT 1,(IX+offset)
BIT 1,(IY+offset)
BIT 1,A
BIT 1,B
BIT 1,C
BIT 1,D
BIT 1,E
BIT 1,H
BIT 1,L
BIT 2,(HL)
BIT 2,(IX+offset)
BIT 2,(IY+offset)
BIT 2,A
BIT 2,B
BIT 2,C
BIT 2,D
BIT 2,E
BIT 2,H
BIT 2,L
BIT 3,(HL)
BIT 3,(IX+offset)
BIT 3,(IY+offset)
BIT 3,A
BIT 3,B
BIT 3,C
BIT 3,D
BIT 3,E
BIT 3,H
BIT 3,L
BIT 4,(HL)
BIT 4,(IX+offset)
BIT 4,(IY+offset)
BIT 4,A
BIT 4,B
BIT 4,C
BIT 4,D
BIT 4,E
BIT 4,H
BIT 4,L
BIT 5,(HL)
BIT 5,(IX+offset)
BIT 5,(IY+offset)
BIT 5,A
BIT 5,B
BIT 5,C
BIT 5,D
BIT 5,E
BIT 5,H
BIT 5,L
BIT 6,(HL)
BIT 6,(IX+offset)
BIT 6,(IY+offset)
BIT 6,A
BIT 6,B
BIT 6,C
BIT 6,D
BIT 6,E
BIT 6,H
BIT 6,L
BIT 7,(HL)
BIT 7,(IX+offset)
BIT 7,(IY+offset)
BIT 7,A
BIT 7,B
BIT 7,C
BIT 7,D
BIT 7,E
BIT 7,H
BIT 7,L
CALL C,addr16
CALL M,addr16
CALL NC,addr16
CALL NZ,addr16
CALL P,addr16
CALL PE,addr16
CALL PO,addr16
CALL Z,addr16
CALL addr16
CCF
CP (HL)
CP (IX+offset)
CP (IY+offset)
CP A
CP B
CP C
CP D
CP E
CP H
CP L
CP imm8
CPD
CPDR
CPIR
CPI
CPL
DAA
DEC (HL)
DEC (IX+offset)
DEC (IY+offset)
DEC A
DEC B
DEC BC
DEC C
DEC D
DEC DE
DEC E
DEC H
DEC HL
DEC IX
DEC IY
DEC L
DEC SP
DI
loop1:
DJNZ loop1
EI
EX (SP),HL
EX (SP),IX
EX (SP),IY
EX AF,AF'
EX DE,HL
EXX
HALT
IM 0
IM 1
IM 2
IN A,(C)
IN B,(C)
IN C,(C)
IN D,(C)
IN E,(C)
IN H,(C)
IN L,(C)
IN A,(port)
; IN0 B,(n)
; IN0 C,(n)
; IN0 D,(n)
; IN0 E,(n)
; IN0 H,(n)
; IN0 L,(n)
INC (HL)
INC (IX+offset)
INC (IY+offset)
INC A
INC B
INC BC
INC C
INC D
INC DE
INC E
INC H
INC HL
INC IX
INC IY
INC L
INC SP
IND
INDR
INI
INIR
JP addr16
JP (HL)
JP (IX)
JP (IY)
JP C,addr16
JP M,addr16
JP NC,addr16
JP NZ,addr16
JP P,addr16
JP PE,addr16
JP PO,addr16
JP Z,addr16
loop2:
JR C,loop2
JR NC,loop2
JR NZ,loop2
JR Z,loop2
JR loop2
LD (BC),A
LD (DE),A
LD (HL),A
LD (HL),B
LD (HL),C
LD (HL),D
LD (HL),E
LD (HL),H
LD (HL),L
LD (HL),n
LD (IX+offset),A
LD (IX+offset),B
LD (IX+offset),C
LD (IX+offset),D
LD (IX+offset),E
LD (IX+offset),H
LD (IX+offset),L
LD (IX+offset),n
LD (IY+offset),A
LD (IY+offset),B
LD (IY+offset),C
LD (IY+offset),D
LD (IY+offset),E
LD (IY+offset),H
LD (IY+offset),L
LD (IY+offset),n
LD (nn),A
LD (nn),BC
LD (nn),DE
LD (nn),HL
LD (nn),IX
LD (nn),IY
LD (nn),SP
LD A,(BC)
LD A,(DE)
LD A,(HL)
LD A,(IX+offset)
LD A,(IY+offset)
LD A,(nn)
LD A,A
LD A,B
LD A,C
LD A,D
LD A,E
LD A,H
LD A,I
LD A,L
LD A,n
LD A,R
LD B,(HL)
LD B,(IX+offset)
LD B,(IY+offset)
LD B,A
LD B,B
LD B,C
LD B,D
LD B,E
LD B,H
LD B,L
LD B,n
LD BC,(nn)
LD BC,nn
LD C,(HL)
LD C,(IX+offset)
LD C,(IY+offset)
LD C,A
LD C,B
LD C,C
LD C,D
LD C,E
LD C,H
LD C,L
LD C,n
LD D,(HL)
LD D,(IX+offset)
LD D,(IY+offset)
LD D,A
LD D,B
LD D,C
LD D,D
LD D,E
LD D,H
LD D,L
LD D,n
LD DE,(nn)
LD DE,nn
LD E,(HL)
LD E,(IX+offset)
LD E,(IY+offset)
LD E,A
LD E,B
LD E,C
LD E,D
LD E,E
LD E,H
LD E,L
LD E,n
LD H,(HL)
LD H,(IX+offset)
LD H,(IY+offset)
LD H,A
LD H,B
LD H,C
LD H,D
LD H,E
LD H,H
LD H,L
LD H,n
LD HL,(nn)
LD HL,nn
LD I,A
LD IX,(nn)
LD IX,nn
LD IY,(nn)
LD IY,nn
LD L,(HL)
LD L,(IX+offset)
LD L,(IY+offset)
LD L,A
LD L,B
LD L,C
LD L,D
LD L,E
LD L,H
LD L,L
LD L,n
LD R,A
LD SP,(nn)
LD SP,HL
LD SP,IX
LD SP,IY
LD SP,nn
LDD
LDDR
LDI
LDIR
; MLT BC
; MLT DE
; MLT HL
; MLT SP
NEG
NOP
OR (HL)
OR (IX+offset)
OR (IY+offset)
OR A
OR B
OR C
OR D
OR E
OR H
OR L
OR imm8
OTDR
OTIR
OUT (C),A
OUT (C),B
OUT (C),C
OUT (C),D
OUT (C),E
OUT (C),H
OUT (C),L
OUT (port),A
; OUT0 (imm8),A
; OUT0 (imm8),B
; OUT0 (imm8),C
; OUT0 (imm8),D
; OUT0 (imm8),E
; OUT0 (imm8),H
; OUT0 (imm8),L
OUTD
OUTI
; OTIM
; OTDM
; OTIMR
; OTDMR
POP AF
POP BC
POP DE
POP HL
POP IX
POP IY
PUSH AF
PUSH BC
PUSH DE
PUSH HL
PUSH IX
PUSH IY
RES 0,(HL)
RES 0,(IX+offset)
RES 0,(IY+offset)
RES 0,A
RES 0,B
RES 0,C
RES 0,D
RES 0,E
RES 0,H
RES 0,L
RES 1,(HL)
RES 1,(IX+offset)
RES 1,(IY+offset)
RES 1,A
RES 1,B
RES 1,C
RES 1,D
RES 1,E
RES 1,H
RES 1,L
RES 2,(HL)
RES 2,(IX+offset)
RES 2,(IY+offset)
RES 2,A
RES 2,B
RES 2,C
RES 2,D
RES 2,E
RES 2,H
RES 2,L
RES 3,(HL)
RES 3,(IX+offset)
RES 3,(IY+offset)
RES 3,A
RES 3,B
RES 3,C
RES 3,D
RES 3,E
RES 3,H
RES 3,L
RES 4,(HL)
RES 4,(IX+offset)
RES 4,(IY+offset)
RES 4,A
RES 4,B
RES 4,C
RES 4,D
RES 4,E
RES 4,H
RES 4,L
RES 5,(HL)
RES 5,(IX+offset)
RES 5,(IY+offset)
RES 5,A
RES 5,B
RES 5,C
RES 5,D
RES 5,E
RES 5,H
RES 5,L
RES 6,(HL)
RES 6,(IX+offset)
RES 6,(IY+offset)
RES 6,A
RES 6,B
RES 6,C
RES 6,D
RES 6,E
RES 6,H
RES 6,L
RES 7,(HL)
RES 7,(IX+offset)
RES 7,(IY+offset)
RES 7,A
RES 7,B
RES 7,C
RES 7,D
RES 7,E
RES 7,H
RES 7,L
RET
RET C
RET M
RET NC
RET NZ
RET P
RET PE
RET PO
RET Z
RETI
RETN
RL (HL)
RL (IX+offset)
RL (IY+offset)
RL A
RL B
RL C
RL D
RL E
RL H
RL L
RLA
RLC (HL)
RLC (IX+offset)
RLC (IY+offset)
RLC A
RLC B
RLC C
RLC D
RLC E
RLC H
RLC L
RLCA
RLD
RR (HL)
RR (IX+offset)
RR (IY+offset)
RR A
RR B
RR C
RR D
RR E
RR H
RR L
RRA
RRC (HL)
RRC (IX+offset)
RRC (IY+offset)
RRC A
RRC B
RRC C
RRC D
RRC E
RRC H
RRC L
RRCA
RRD
RST 00H
RST 08H
RST 10H
RST 18H
RST 20H
RST 28H
RST 30H
RST 38H
SBC A,n
SBC A,(HL)
SBC A,(IX+offset)
SBC A,(IY+offset)
SBC A,A
SBC A,B
SBC A,C
SBC A,D
SBC A,E
SBC A,H
SBC A,L
SBC HL,BC
SBC HL,DE
SBC HL,HL
SBC HL,SP
SCF
SET 0,(HL)
SET 0,(IX+offset)
SET 0,(IY+offset)
SET 0,A
SET 0,B
SET 0,C
SET 0,D
SET 0,E
SET 0,H
SET 0,L
SET 1,(HL)
SET 1,(IX+offset)
SET 1,(IY+offset)
SET 1,A
SET 1,B
SET 1,C
SET 1,D
SET 1,E
SET 1,H
SET 1,L
SET 2,(HL)
SET 2,(IX+offset)
SET 2,(IY+offset)
SET 2,A
SET 2,B
SET 2,C
SET 2,D
SET 2,E
SET 2,H
SET 2,L
SET 3,(HL)
SET 3,(IX+offset)
SET 3,(IY+offset)
SET 3,A
SET 3,B
SET 3,C
SET 3,D
SET 3,E
SET 3,H
SET 3,L
SET 4,(HL)
SET 4,(IX+offset)
SET 4,(IY+offset)
SET 4,A
SET 4,B
SET 4,C
SET 4,D
SET 4,E
SET 4,H
SET 4,L
SET 5,(HL)
SET 5,(IX+offset)
SET 5,(IY+offset)
SET 5,A
SET 5,B
SET 5,C
SET 5,D
SET 5,E
SET 5,H
SET 5,L
SET 6,(HL)
SET 6,(IX+offset)
SET 6,(IY+offset)
SET 6,A
SET 6,B
SET 6,C
SET 6,D
SET 6,E
SET 6,H
SET 6,L
SET 7,(HL)
SET 7,(IX+offset)
SET 7,(IY+offset)
SET 7,A
SET 7,B
SET 7,C
SET 7,D
SET 7,E
SET 7,H
SET 7,L
SLA (HL)
SLA (IX+offset)
SLA (IY+offset)
SLA A
SLA B
SLA C
SLA D
SLA E
SLA H
SLA L
; SLP
SRA (HL)
SRA (IX+offset)
SRA (IY+offset)
SRA A
SRA B
SRA C
SRA D
SRA E
SRA H
SRA L
SRL (HL)
SRL (IX+offset)
SRL (IY+offset)
SRL A
SRL B
SRL C
SRL D
SRL E
SRL H
SRL L
SUB (HL)
SUB (IX+offset)
SUB (IY+offset)
SUB A
SUB B
SUB C
SUB D
SUB E
SUB H
SUB L
SUB n
; TST A
; TST B
; TST C
; TST D
; TST E
; TST (HL)
; TST n
XOR (HL)
XOR (IX+offset)
XOR (IY+offset)
XOR A
XOR B
XOR C
XOR D
XOR E
XOR H
XOR L
XOR n
end
|
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/lto2.adb | best08618/asylo | 7 | 801 | <filename>gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/lto2.adb<gh_stars>1-10
-- { dg-do compile }
-- { dg-options "-flto" { target lto } }
procedure Lto2 (Nbytes : Natural) is
type Message_T (Length : Natural) is record
case Length is
when 0 => null;
when others => Id : Natural;
end case;
end record;
type Local_Message_T is new Message_T (Nbytes);
function One_message return Local_Message_T is
M : Local_Message_T;
begin
if M.Length > 0 then
M.Id := 1;
end if;
return M;
end;
procedure Process (X : Local_Message_T) is begin null; end;
begin
Process (One_Message);
end;
|
test/Succeed/Issue1931.agda | alhassy/agda | 3 | 7126 | {-# OPTIONS --rewriting --allow-unsolved-metas #-}
postulate
C : Set
D : Set → Set
d₁ : (A : Set) → D A
d₂ : (A : Set) → (C → D A) → D A
E : (A : Set) → A → A → Set
e₁ : (A : Set) (j₁ j₂ : C → D A) →
((c : C) → E (D A) (j₁ c) (j₂ c)) →
(y : D A) →
E (D A) (d₂ A j₁) y
f : (A B : Set) → D A → D B
f₁ : (A B : Set) → E (D B) (f A B (d₁ A)) (d₁ B)
f₂ : (A B : Set) (j : C → D A) →
E (D B) (f A B (d₂ A j)) (d₂ B (λ c → f A B (j c)))
g : (A : Set) (Q : D A → Set) →
Q (d₁ A) →
((j : C → D A) → ((c : C) → Q (j c)) → Q (d₂ A j)) →
(c : D A) → Q c
{-# BUILTIN REWRITE E #-}
{-# REWRITE f₁ #-}
{-# REWRITE f₂ #-}
h : (A B : Set)
(i : D A → D B) →
E (D B) (d₁ B) (i (d₁ A)) →
(d : D A) → E (D B) (f A B d) (i d)
h A B i e₂ = g
A
(λ (d : D A) → E (D B) {!f A B d!} (i d))
e₂
(λ j q → e₁ B (λ c → f A B (j c)) (λ c → i (j c)) q (i (d₂ A j)))
|
TLP02.agda | righ1113/Agda | 0 | 17379 | module TLP02 where
open import Data.Bool
open import Data.Nat
open import Data.String
open import Relation.Binary.PropositionalEquality
as PropEq using (_≡_; refl)
-- ----- Star型の定義 -----
data Star : Set where
NIL : Star
TRU : Star
N : ℕ → Star
S : String → Star
C : Star → Star → Star
-- ----- 組込関数の定義 -----
postulate
CONS : Star → Star → Star
CAR : Star → Star
CDR : Star → Star
ATOM : Star → Star
IF : Star → Star → Star → Star
EQUAL : Star → Star → Star
SIZE : Star → Star
LT : Star → Star → Star
-- ----- Starから≡に -----
postulate
~ : Star → Star
equal-eq : {x y : Star} → (EQUAL x y) ≡ TRU → x ≡ y
ifAP : {q x y : Star} → (IF q (EQUAL x y) TRU) ≡ TRU → (q ≡ TRU → x ≡ y)
ifEP : {q x y : Star} → (IF q TRU (EQUAL x y)) ≡ TRU → ((~ q) ≡ TRU → x ≡ y)
-- ----- 公理 -----
equal-same : (x : Star) → (EQUAL (EQUAL x x) TRU) ≡ TRU
equal-swap : (x y : Star) → (EQUAL (EQUAL x y) (EQUAL y x)) ≡ TRU
equal-if : (x y : Star) → (IF (EQUAL x y) (EQUAL x y) TRU) ≡ TRU
atom/cons : (x y : Star) → (EQUAL (ATOM (CONS x y)) NIL) ≡ TRU
car/cons : (x y : Star) → (EQUAL (CAR (CONS x y)) x) ≡ TRU
cdr/cons : (x y : Star) → (EQUAL (CDR (CONS x y)) y) ≡ TRU
cons/car+cdr : (x : Star)
→ (IF (ATOM x) TRU (EQUAL (CONS (CAR x) (CDR x)) x)) ≡ TRU
if-true : (x y : Star) → (EQUAL (IF TRU x y) x) ≡ TRU
if-false : (x y : Star) → (EQUAL (IF NIL x y) y) ≡ TRU
if-same : (x y : Star) → (EQUAL (IF x y y) y) ≡ TRU
if-nest-A : (x y z : Star) → (IF x (EQUAL (IF x y z) y) TRU) ≡ TRU
if-nest-E : (x y z : Star) → (IF x TRU (EQUAL (IF x y z) z)) ≡ TRU
size/car : (x : Star)
→ (IF (ATOM x) TRU (EQUAL (LT (SIZE (CAR x)) (SIZE x)) TRU)) ≡ TRU
size/cdr : (x : Star)
→ (IF (ATOM x) TRU (EQUAL (LT (SIZE (CDR x)) (SIZE x)) TRU)) ≡ TRU
-- ----- 練習 -----
hoge2 : (ATOM (CONS TRU TRU)) ≡ NIL
hoge2 = equal-eq (atom/cons TRU TRU)
hoge2' : (ATOM (CONS TRU TRU)) ≡ NIL
hoge2'
rewrite (equal-eq (atom/cons TRU TRU))
= refl
-- -----
{--
-- ----- 停止性で引っかかる -----
memb?' : Star → Star
memb?' xs =
(IF (ATOM xs)
NIL
(IF (EQUAL (CAR xs) (S "?"))
TRU
(memb?' (CDR xs))))
--}
-- ----- memb?の停止性 -----
postulate
premise : (xs : Star) → (~ (ATOM xs)) ≡ TRU
measure-memb? : (xs : Star)
→ (IF (ATOM xs)
TRU
(IF (EQUAL (CAR xs) (S "?"))
TRU
(LT (SIZE (CDR xs)) (SIZE xs))))
≡ TRU
measure-memb? xs
rewrite (ifEP (size/cdr xs) (premise xs))
| (equal-eq (if-same (EQUAL (CAR xs) (S "?")) TRU))
| (equal-eq (if-same (ATOM xs) TRU)) = refl
-- ----- memb?の定義 -----
postulate
memb? : Star → Star
def-memb? : (xs : Star) →
memb? xs ≡
(IF (ATOM xs)
NIL
(IF (EQUAL (CAR xs) (S "?"))
TRU
(memb? (CDR xs))))
-- ----- rembの定義 -----
postulate
remb : Star → Star
def-remb : (xs : Star) →
remb xs ≡
(IF (ATOM xs)
(S "'()")
(IF (EQUAL (CAR xs) (S "?"))
(remb (CDR xs))
(CONS (CAR xs)
(remb (CDR xs)))))
-- ----- 帰納的な証明 -----
postulate
premise2 : (xs : Star) → (ATOM xs) ≡ TRU
premise3 : (xs : Star) → ~ (ATOM xs) ≡ TRU
atomt : (ATOM (S "'()")) ≡ TRU
memb?/remb : (xs : Star)
→ (IF (ATOM xs)
(EQUAL (memb? (remb xs)) NIL)
(IF (EQUAL (memb? (remb (CDR xs))) NIL)
(EQUAL (memb? (remb xs)) NIL)
TRU))
≡ IF (ATOM xs) TRU (IF (EQUAL (memb? (remb (CDR xs))) NIL) TRU TRU)
memb?/remb xs
rewrite (def-remb xs)
| (ifAP (if-nest-A (ATOM xs) (S "'()") ((IF (EQUAL (CAR xs) (S "?"))
(remb (CDR xs))
(CONS (CAR xs)
(remb (CDR xs)))))) (premise2 xs))
| (def-memb? ((S "'()")))
| (atomt)
| (equal-eq (if-true NIL ((IF (EQUAL (CAR (S "'()")) (S "?"))
TRU
(memb? (CDR (S "'()")))))))
| (equal-eq (equal-same NIL))
| (def-remb xs)
-- ----- ここで証明ステップが一気に進んだ
| (ifEP (if-nest-E (ATOM xs) (S "'()") (IF (EQUAL (CAR xs) (S "?"))
(remb (CDR xs))
(CONS (CAR xs)
(remb (CDR xs))))) (premise3 xs)) = refl
memb?/remb2 : (xs : Star)
→ IF (ATOM xs) TRU (IF (EQUAL (memb? (remb (CDR xs))) NIL) TRU TRU)
≡ TRU
memb?/remb2 xs
rewrite (equal-eq (if-same (EQUAL (memb? (remb (CDR xs))) NIL) TRU))
| (equal-eq (if-same (ATOM xs) TRU)) = refl
|
src/test/resources/data/potests/test26.asm | cpcitor/mdlz80optimizer | 36 | 87619 | ; Test case: for some reason macros within REPTs had funny behavior
REPT 4
ld a,1
jumpmacro
ENDM
end:
jp end
jumpmacro: macro
jp ix
endm
|
Setoids/Setoids.agda | Smaug123/agdaproofs | 4 | 11271 | <reponame>Smaug123/agdaproofs
{-# OPTIONS --safe --warning=error --without-K #-}
open import Functions.Definition
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
open import LogicalFormulae
open import Sets.EquivalenceRelations
module Setoids.Setoids where
record Setoid {a} {b} (A : Set a) : Set (a ⊔ lsuc b) where
infix 1 _∼_
field
_∼_ : A → A → Set b
eq : Equivalence _∼_
open Equivalence eq
~refl : {r : A} → (r ∼ r)
~refl {r} = reflexive {r}
record Quotient {a} {b} {c} {A : Set a} {image : Set b} (S : Setoid {a} {c} A) : Set (a ⊔ b ⊔ c) where
open Setoid S
field
map : A → image
mapWellDefined : {x y : A} → x ∼ y → map x ≡ map y
mapSurjective : Surjection map
mapInjective : {x y : A} → map x ≡ map y → x ∼ y
record SetoidToSet {a b c : _} {A : Set a} (S : Setoid {a} {c} A) (quotient : Set b) : Set (a ⊔ b ⊔ c) where
open Setoid S
field
project : A → quotient
wellDefined : (x y : A) → (x ∼ y) → project x ≡ project y
surj : Surjection project
inj : (x y : A) → project x ≡ project y → x ∼ y
open Setoid
reflSetoid : {a : _} (A : Set a) → Setoid A
_∼_ (reflSetoid A) a b = a ≡ b
Equivalence.reflexive (eq (reflSetoid A)) = refl
Equivalence.symmetric (eq (reflSetoid A)) {b} {.b} refl = refl
Equivalence.transitive (eq (reflSetoid A)) {b} {.b} {.b} refl refl = refl
record SetoidInjection {a b c d : _} {A : Set a} {B : Set b} (S : Setoid {a} {c} A) (T : Setoid {b} {d} B) (f : A → B) : Set (a ⊔ b ⊔ c ⊔ d) where
open Setoid S renaming (_∼_ to _∼A_)
open Setoid T renaming (_∼_ to _∼B_)
field
wellDefined : {x y : A} → x ∼A y → (f x) ∼B (f y)
injective : {x y : A} → (f x) ∼B (f y) → x ∼A y
reflSetoidWellDefined : {a b c : _} {A : Set a} (S : Setoid {a} {b} A) (C : Set c) (f : C → A) → {x y : C} → x ≡ y → Setoid._∼_ S (f x) (f y)
reflSetoidWellDefined S C f refl = Equivalence.reflexive (Setoid.eq S)
record SetoidSurjection {a b c d : _} {A : Set a} {B : Set b} (S : Setoid {a} {c} A) (T : Setoid {b} {d} B) (f : A → B) : Set (a ⊔ b ⊔ c ⊔ d) where
open Setoid S renaming (_∼_ to _∼A_)
open Setoid T renaming (_∼_ to _∼B_)
field
wellDefined : {x y : A} → x ∼A y → (f x) ∼B (f y)
surjective : {x : B} → Sg A (λ a → f a ∼B x)
record SetoidBijection {a b c d : _} {A : Set a} {B : Set b} (S : Setoid {a} {c} A) (T : Setoid {b} {d} B) (f : A → B) : Set (a ⊔ b ⊔ c ⊔ d) where
field
inj : SetoidInjection S T f
surj : SetoidSurjection S T f
wellDefined : {x y : A} → Setoid._∼_ S x y → Setoid._∼_ T (f x) (f y)
wellDefined = SetoidInjection.wellDefined inj
record SetoidsBiject {a b c d : _} {A : Set a} {B : Set b} (S : Setoid {a} {c} A) (T : Setoid {b} {d} B) : Set (a ⊔ b ⊔ c ⊔ d) where
field
bij : A → B
bijIsBijective : SetoidBijection S T bij
setoidInjComp : {a b c d e f : _} {A : Set a} {B : Set b} {C : Set c} {S : Setoid {a} {d} A} {T : Setoid {b} {e} B} {U : Setoid {c} {f} C} {g : A → B} {h : B → C} → (gB : SetoidInjection S T g) (hB : SetoidInjection T U h) → SetoidInjection S U (h ∘ g)
SetoidInjection.wellDefined (setoidInjComp gI hI) x~y = SetoidInjection.wellDefined hI (SetoidInjection.wellDefined gI x~y)
SetoidInjection.injective (setoidInjComp gI hI) hgx~hgy = SetoidInjection.injective gI (SetoidInjection.injective hI hgx~hgy)
setoidSurjComp : {a b c d e f : _} {A : Set a} {B : Set b} {C : Set c} {S : Setoid {a} {d} A} {T : Setoid {b} {e} B} {U : Setoid {c} {f} C} {g : A → B} {h : B → C} → (gB : SetoidSurjection S T g) (hB : SetoidSurjection T U h) → SetoidSurjection S U (h ∘ g)
SetoidSurjection.wellDefined (setoidSurjComp gI hI) x~y = SetoidSurjection.wellDefined hI (SetoidSurjection.wellDefined gI x~y)
SetoidSurjection.surjective (setoidSurjComp gI hI) {x} with SetoidSurjection.surjective hI {x}
SetoidSurjection.surjective (setoidSurjComp gI hI) {x} | a , prA with SetoidSurjection.surjective gI {a}
SetoidSurjection.surjective (setoidSurjComp {U = U} gI hI) {x} | a , prA | b , prB = b , Equivalence.transitive (Setoid.eq U) (SetoidSurjection.wellDefined hI prB) prA
where
open Setoid U
setoidBijComp : {a b c d e f : _} {A : Set a} {B : Set b} {C : Set c} {S : Setoid {a} {d} A} {T : Setoid {b} {e} B} {U : Setoid {c} {f} C} {g : A → B} {h : B → C} → (gB : SetoidBijection S T g) (hB : SetoidBijection T U h) → SetoidBijection S U (h ∘ g)
SetoidBijection.inj (setoidBijComp gB hB) = setoidInjComp (SetoidBijection.inj gB) (SetoidBijection.inj hB)
SetoidBijection.surj (setoidBijComp gB hB) = setoidSurjComp (SetoidBijection.surj gB) (SetoidBijection.surj hB)
setoidIdIsBijective : {a b : _} {A : Set a} {S : Setoid {a} {b} A} → SetoidBijection S S (λ i → i)
SetoidInjection.wellDefined (SetoidBijection.inj (setoidIdIsBijective {A = A})) = id
SetoidInjection.injective (SetoidBijection.inj (setoidIdIsBijective {A = A})) = id
SetoidSurjection.wellDefined (SetoidBijection.surj (setoidIdIsBijective {A = A})) = id
SetoidSurjection.surjective (SetoidBijection.surj (setoidIdIsBijective {S = S})) {x} = x , Equivalence.reflexive (Setoid.eq S)
record SetoidInvertible {a b c d : _} {A : Set a} {B : Set b} (S : Setoid {a} {c} A) (T : Setoid {b} {d} B) (f : A → B) : Set (a ⊔ b ⊔ c ⊔ d) where
field
fWellDefined : {x y : A} → Setoid._∼_ S x y → Setoid._∼_ T (f x) (f y)
inverse : B → A
inverseWellDefined : {x y : B} → Setoid._∼_ T x y → Setoid._∼_ S (inverse x) (inverse y)
isLeft : (b : B) → Setoid._∼_ T (f (inverse b)) b
isRight : (a : A) → Setoid._∼_ S (inverse (f a)) a
setoidBijectiveImpliesInvertible : {a b c d : _} {A : Set a} {B : Set b} {S : Setoid {a} {c} A} {T : Setoid {b} {d} B} {f : A → B} (bij : SetoidBijection S T f) → SetoidInvertible S T f
SetoidInvertible.fWellDefined (setoidBijectiveImpliesInvertible bij) x~y = SetoidInjection.wellDefined (SetoidBijection.inj bij) x~y
SetoidInvertible.inverse (setoidBijectiveImpliesInvertible bij) x with SetoidSurjection.surjective (SetoidBijection.surj bij) {x}
SetoidInvertible.inverse (setoidBijectiveImpliesInvertible bij) x | a , b = a
SetoidInvertible.inverseWellDefined (setoidBijectiveImpliesInvertible bij) {x} {y} x~y with SetoidSurjection.surjective (SetoidBijection.surj bij) {x}
SetoidInvertible.inverseWellDefined (setoidBijectiveImpliesInvertible {T = T} bij) {x} {y} x~y | a , prA with SetoidSurjection.surjective (SetoidBijection.surj bij) {y}
... | b , prB = SetoidInjection.injective (SetoidBijection.inj bij) (Equivalence.transitive (Setoid.eq T) prA (Equivalence.transitive (Setoid.eq T) x~y (Equivalence.symmetric (Setoid.eq T) prB)))
where
open Setoid T
SetoidInvertible.isLeft (setoidBijectiveImpliesInvertible bij) b with SetoidSurjection.surjective (SetoidBijection.surj bij) {b}
... | a , prA = prA
SetoidInvertible.isRight (setoidBijectiveImpliesInvertible {f = f} bij) b with SetoidSurjection.surjective (SetoidBijection.surj bij) {f b}
... | fb , prFb = SetoidInjection.injective (SetoidBijection.inj bij) prFb
setoidInvertibleImpliesBijective : {a b c d : _} {A : Set a} {B : Set b} {S : Setoid {a} {c} A} {T : Setoid {b} {d} B} {f : A → B} (inv : SetoidInvertible S T f) → SetoidBijection S T f
SetoidInjection.wellDefined (SetoidBijection.inj (setoidInvertibleImpliesBijective inv)) x~y = SetoidInvertible.fWellDefined inv x~y
SetoidInjection.injective (SetoidBijection.inj (setoidInvertibleImpliesBijective {S = S} {f = f} inv)) {x} {y} pr = Equivalence.transitive (Setoid.eq S) (Equivalence.symmetric (Setoid.eq S) (SetoidInvertible.isRight inv x)) (Equivalence.transitive (Setoid.eq S) (SetoidInvertible.inverseWellDefined inv pr) (SetoidInvertible.isRight inv y))
where
open Setoid S
SetoidSurjection.wellDefined (SetoidBijection.surj (setoidInvertibleImpliesBijective inv)) x~y = SetoidInvertible.fWellDefined inv x~y
SetoidSurjection.surjective (SetoidBijection.surj (setoidInvertibleImpliesBijective inv)) {x} = SetoidInvertible.inverse inv x , SetoidInvertible.isLeft inv x
inverseInvertible : {a b c d : _} {A : Set a} {B : Set b} {S : Setoid {a} {c} A} {T : Setoid {b} {d} B} {f : A → B} (inv1 : SetoidInvertible S T f) → SetoidInvertible T S (SetoidInvertible.inverse inv1)
SetoidInvertible.fWellDefined (inverseInvertible record { fWellDefined = fWellDefined ; inverse = inverse ; inverseWellDefined = inverseWellDefined ; isLeft = isLeft ; isRight = isRight }) x=y = inverseWellDefined x=y
SetoidInvertible.inverse (inverseInvertible {f = f} record { fWellDefined = fWellDefined ; inverse = inverse ; inverseWellDefined = inverseWellDefined ; isLeft = isLeft ; isRight = isRight }) = f
SetoidInvertible.inverseWellDefined (inverseInvertible record { fWellDefined = fWellDefined ; inverse = inverse ; inverseWellDefined = inverseWellDefined ; isLeft = isLeft ; isRight = isRight }) = fWellDefined
SetoidInvertible.isLeft (inverseInvertible record { fWellDefined = fWellDefined ; inverse = inverse ; inverseWellDefined = inverseWellDefined ; isLeft = isLeft ; isRight = isRight }) = isRight
SetoidInvertible.isRight (inverseInvertible record { fWellDefined = fWellDefined ; inverse = inverse ; inverseWellDefined = inverseWellDefined ; isLeft = isLeft ; isRight = isRight }) = isLeft
|
vbox/src/VBox/Runtime/r0drv/os2/timerA-r0drv-os2.asm | Nurzamal/rest_api_docker | 0 | 19003 | <gh_stars>0
; $Id: timerA-r0drv-os2.asm 69218 2017-10-24 14:57:36Z vboxsync $
;; @file
; IPRT - DevHelp_VMGlobalToProcess, Ring-0 Driver, OS/2.
;
;
; Copyright (c) 2007 <NAME> <<EMAIL>>
;
; 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, sublicense, and/or sell
; copies of the Software, and to permit persons to whom the
; Software is furnished to do so, subject to the following
; conditions:
;
; The above copyright notice and this permission notice shall be
; included in all copies or substantial portions of the Software.
;
; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
; OTHER DEALINGS IN THE SOFTWARE.
;
;*******************************************************************************
;* Header Files *
;*******************************************************************************
%define RT_INCL_16BIT_SEGMENTS
%include "iprt/asmdefs.mac"
%include "iprt/err.mac"
;*******************************************************************************
;* External Symbols *
;*******************************************************************************
extern KernThunkStackTo32
extern KernThunkStackTo16
extern NAME(rtTimerOs2Tick)
extern NAME(RTErrConvertFromOS2)
BEGINDATA16
extern NAME(g_fpfnDevHlp)
;*******************************************************************************
;* Defined Constants And Macros *
;*******************************************************************************
%define DevHlp_SetTimer 01dh
%define DevHlp_ResetTimer 01eh
BEGINCODE
;;
; Arms the our OS/2 timer.
;
; @returns IPRT status code.
;
BEGINPROC_EXPORTED rtTimerOs2Arm
call KernThunkStackTo16
push ebp
mov ebp, esp
; jump to the 16-bit code.
;jmp far dword NAME(rtTimerOs2Arm_16) wrt CODE16
db 066h
db 0eah
dw NAME(rtTimerOs2Arm_16) wrt CODE16
dw CODE16
BEGINCODE16
GLOBALNAME rtTimerOs2Arm_16
; setup and do the call
push ds
push es
mov dx, DATA16
mov ds, dx
mov es, dx
mov ax, NAME(rtTimerOs2TickAsm) wrt CODE16
mov dl, DevHlp_SetTimer
call far [NAME(g_fpfnDevHlp)]
pop es
pop ds
;jmp far dword NAME(rtTimerOs2Arm_32) wrt FLAT
db 066h
db 0eah
dd NAME(rtTimerOs2Arm_32) ;wrt FLAT
dw TEXT32 wrt FLAT
BEGINCODE
GLOBALNAME rtTimerOs2Arm_32
jc .error
xor eax, eax
.done:
leave
push eax
call KernThunkStackTo32
pop eax
ret
; convert the error code.
.error:
and eax, 0ffffh
call NAME(RTErrConvertFromOS2)
jmp .done
ENDPROC rtTimerOs2Arm
;;
; Dearms the our OS/2 timer.
;
; @returns IPRT status code.
;
BEGINPROC_EXPORTED rtTimerOs2Dearm
call KernThunkStackTo16
push ebp
mov ebp, esp
; jump to the 16-bit code.
;jmp far dword NAME(rtTimerOs2Dearm_16) wrt CODE16
db 066h
db 0eah
dw NAME(rtTimerOs2Dearm_16) wrt CODE16
dw CODE16
BEGINCODE16
GLOBALNAME rtTimerOs2Dearm_16
; setup and do the call
push ds
push es
mov dx, DATA16
mov ds, dx
mov es, dx
mov ax, NAME(rtTimerOs2TickAsm) wrt CODE16
mov dl, DevHlp_ResetTimer
call far [NAME(g_fpfnDevHlp)]
pop es
pop ds
;jmp far dword NAME(rtTimerOs2Dearm_32) wrt FLAT
db 066h
db 0eah
dd NAME(rtTimerOs2Dearm_32) ;wrt FLAT
dw TEXT32 wrt FLAT
BEGINCODE
GLOBALNAME rtTimerOs2Dearm_32
jc .error
xor eax, eax
.done:
; epilogue
leave
push eax
call KernThunkStackTo32
pop eax
ret
; convert the error code.
.error:
and eax, 0ffffh
call NAME(RTErrConvertFromOS2)
jmp .done
ENDPROC rtTimerOs2Dearm
BEGINCODE16
;;
; OS/2 timer tick callback.
;
BEGINPROC rtTimerOs2TickAsm
push ds
push es
push ecx
push edx
push eax
mov ax, DATA32 wrt FLAT
mov ds, ax
mov es, ax
;jmp far dword NAME(rtTimerOs2TickAsm_32) wrt FLAT
db 066h
db 0eah
dd NAME(rtTimerOs2TickAsm_32) ;wrt FLAT
dw TEXT32 wrt FLAT
BEGINCODE
GLOBALNAME rtTimerOs2TickAsm_32
call KernThunkStackTo32
call NAME(rtTimerOs2Tick)
call KernThunkStackTo16
;jmp far dword NAME(rtTimerOs2TickAsm_16) wrt CODE16
db 066h
db 0eah
dw NAME(rtTimerOs2TickAsm_16) wrt CODE16
dw CODE16
BEGINCODE16
GLOBALNAME rtTimerOs2TickAsm_16
pop eax
pop edx
pop ecx
pop es
pop ds
retf
ENDPROC rtTimerOs2TickAsm
|
oeis/173/A173267.asm | neoneye/loda-programs | 11 | 2079 | <gh_stars>10-100
; A173267: a(n) = 121*n^2 + n.
; 122,486,1092,1940,3030,4362,5936,7752,9810,12110,14652,17436,20462,23730,27240,30992,34986,39222,43700,48420,53382,58586,64032,69720,75650,81822,88236,94892,101790,108930,116312,123936,131802,139910,148260,156852,165686,174762,184080,193640,203442,213486,223772,234300,245070,256082,267336,278832,290570,302550,314772,327236,339942,352890,366080,379512,393186,407102,421260,435660,450302,465186,480312,495680,511290,527142,543236,559572,576150,592970,610032,627336,644882,662670,680700,698972,717486
mov $1,$0
add $0,1
mul $0,11
pow $0,2
add $0,$1
sub $0,3
div $0,2
add $0,2
mul $0,2
|
src/WindowResizer.applescript | GarthDB/WindowResizer | 2 | 601 | to splitString(aString, delimiter)
set retVal to {}
set prevDelimiter to AppleScript's text item delimiters
set AppleScript's text item delimiters to {delimiter}
set retVal to every text item of aString
set AppleScript's text item delimiters to prevDelimiter
return retVal
end splitString
on alfred_script(q)
set newDimensions to splitString(q as text, "x")
tell application "System Events"
set frontApp to name of first application process whose frontmost is true
end tell
try
tell application frontApp
set current to bounds of the first window
tell window 1
set the bounds to {item 1 of current, item 2 of current, (item 1 of current) + (item 1 of newDimensions), (item 2 of current) + (item 2 of newDimensions)}
end tell
end tell
on error errMsg
tell application "System Events" to tell application process frontApp
tell window 1
set size to {item 1 of newDimensions, item 2 of newDimensions}
end tell
end tell
end try
end alfred_script |
Source/Lesson1.asm | mytechnotalent/c64-assembly | 2 | 84837 | <reponame>mytechnotalent/c64-assembly<filename>Source/Lesson1.asm<gh_stars>1-10
include "./SrcAll/V1_Header.asm" ;Cartridge/Program header - platform specific
include "./SrcAll/BasicMacros.asm" ;Basic macros for ASM tasks
SEI ;Stop interrupts
jsr ScreenInit ;Init the graphics screen
jsr Cls ;Clear the screen
;Example 1
;lda #$79 ;Load hex 69 into A
;jsr monitor ;Show registers to screen
;jmp * ;Infinite Loop
;Example 2
;lda #$69 ;Load A with Hex $69
;ldx #69 ;Load A with Decimal 69
;ldy 69 ;Load A from memory address 0069
;jsr monitor ;Show the monitor
;jmp * ;Infinite Loop
;Example 3
; lda #$15 ;Set A to Hexa
; jsr monitor ;Show the monitor
; clc ;Clear the carry (need to do this before ADC to simulate ADD)
; adc #1 ;ADD decimal 1 with carry
; jsr monitor ;Show the monitor
; sec ;Set the carry (need to do this before SBC to simulate SUB)
; sbc #1 ;Subtract Decimal 1 with the carry
; jsr monitor ;Show the monitor
; jmp * ;Infinite Loop
;Example 4
;lda #$25 ;Set A to $25
;ldy #$34 ;Set Y to $34
;jsr monitor ;Show the monitor
;tax ;Transfer A to X
;tya ;Transfer Y to A
;jsr monitor ;Show the monitor
;jmp * ;Infinite Loop
;Example 4
jsr MemDump ;Dump an address to screen
dw $0000 ;Address to show
db $3 ;Lines to show
lda #$1 ;Load A with Hex 11
sta $0000 ;Save to memory address $0011
lda #$22 ;Load A with Hex 22
sta $0012 ;Save to memory address $0022
lda #$33 ;Load A with Hex 33
clc ;Clear the carry (we don't want to add it!)
adc $0011 ;Add the value at address $0011
adc $0012 ;Add the value at address $0012
sta $0013 ;Store the result to address $0013
jsr MemDump ;Dump an address to screen
dw $0000 ;Address to show
db $3 ;Lines to show
jmp * ;Infinite Loop
; ;Why not try: Try changing CLC->SEC and ADC->SBC!
include "./SrcAll/monitor.asm" ;Debugging tools
include "./SrcAll/BasicFunctions.asm" ;Basic commands for ASM tasks
Bitmapfont: ;Chibiakumas bitmap font
ifndef BuildVIC
incbin "./ResAll/Font64.FNT" ;Not used by the VIC due to memory limitations
endif
include "./SrcAll/V1_Functions.asm" ;Basic text to screen functions
include "./SrcAll/V1_BitmapMemory.asm" ;Bitmap functions for Bitmap screen systems
include "./SrcAll/V1_VdpMemory.asm" ;VRAM functions for Tilemap Systems
include "./SrcAll/V1_Palette.asm" ;Palette functions
include "./SrcAll/V1_Footer.asm" ;Footer for systems that need it
|
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1176.asm | ljhsiun2/medusa | 9 | 86452 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1dfb, %rsi
lea addresses_normal_ht+0xad33, %rdi
nop
sub $54661, %r10
mov $32, %rcx
rep movsb
nop
nop
nop
nop
nop
cmp %r12, %r12
lea addresses_WC_ht+0x18333, %r9
clflush (%r9)
nop
and $32519, %r14
and $0xffffffffffffffc0, %r9
vmovaps (%r9), %ymm3
vextracti128 $0, %ymm3, %xmm3
vpextrq $1, %xmm3, %rdi
nop
dec %r12
lea addresses_UC_ht+0x130b3, %rsi
lea addresses_D_ht+0x6943, %rdi
sub %r13, %r13
mov $96, %rcx
rep movsl
nop
nop
add $65155, %rcx
lea addresses_D_ht+0x1d573, %rsi
lea addresses_WC_ht+0x7463, %rdi
nop
nop
nop
nop
cmp $48727, %r14
mov $38, %rcx
rep movsq
nop
nop
nop
add %rcx, %rcx
lea addresses_WT_ht+0x142fb, %rsi
lea addresses_A_ht+0x14335, %rdi
nop
and $24664, %r13
mov $26, %rcx
rep movsq
nop
nop
sub $20791, %rdi
lea addresses_UC_ht+0xf774, %rsi
lea addresses_UC_ht+0x1df63, %rdi
nop
nop
nop
and %r14, %r14
mov $110, %rcx
rep movsw
nop
nop
nop
nop
nop
sub $58293, %r9
lea addresses_WC_ht+0x2b1c, %r10
nop
xor %rcx, %rcx
mov (%r10), %si
nop
nop
nop
nop
dec %r10
lea addresses_D_ht+0x1b8de, %rsi
lea addresses_WC_ht+0x1bfe3, %rdi
nop
inc %r14
mov $52, %rcx
rep movsl
nop
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_UC_ht+0x84b3, %r10
clflush (%r10)
nop
sub $3016, %r13
movups (%r10), %xmm7
vpextrq $0, %xmm7, %rsi
nop
nop
nop
xor %rsi, %rsi
lea addresses_UC_ht+0x180b3, %rsi
lea addresses_WC_ht+0x5c17, %rdi
clflush (%rsi)
nop
nop
xor %r9, %r9
mov $9, %rcx
rep movsw
nop
nop
nop
nop
xor %rsi, %rsi
lea addresses_normal_ht+0x1a4b3, %rsi
lea addresses_WC_ht+0x1e8b3, %rdi
nop
nop
nop
sub $13828, %r13
mov $96, %rcx
rep movsb
nop
nop
nop
nop
sub %r10, %r10
lea addresses_WC_ht+0x6db3, %rsi
lea addresses_D_ht+0x15b17, %rdi
nop
nop
nop
nop
nop
sub %r13, %r13
mov $97, %rcx
rep movsw
nop
nop
and %rsi, %rsi
lea addresses_WC_ht+0xb2f7, %rdi
nop
sub $51228, %rcx
movl $0x61626364, (%rdi)
add %rdi, %rdi
lea addresses_UC_ht+0x18183, %rsi
nop
dec %rcx
movb $0x61, (%rsi)
nop
nop
nop
nop
nop
xor %rcx, %rcx
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r14
pop %r13
pop %r12
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r8
push %r9
push %rbx
push %rcx
push %rdi
// Faulty Load
lea addresses_A+0x1e8b3, %rbx
nop
nop
nop
nop
nop
cmp %r8, %r8
movb (%rbx), %r9b
lea oracles, %rdi
and $0xff, %r9
shlq $12, %r9
mov (%rdi,%r9,1), %r9
pop %rdi
pop %rcx
pop %rbx
pop %r9
pop %r8
pop %r11
ret
/*
<gen_faulty_load>
[REF]
{'src': {'type': 'addresses_A', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 0}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'type': 'addresses_A', 'AVXalign': False, 'size': 1, 'NT': True, 'same': True, 'congruent': 0}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'type': 'addresses_UC_ht', 'congruent': 2, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_normal_ht', 'congruent': 7, 'same': False}}
{'src': {'type': 'addresses_WC_ht', 'AVXalign': True, 'size': 32, 'NT': False, 'same': False, 'congruent': 6}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_UC_ht', 'congruent': 11, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_D_ht', 'congruent': 2, 'same': False}}
{'src': {'type': 'addresses_D_ht', 'congruent': 6, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 3, 'same': False}}
{'src': {'type': 'addresses_WT_ht', 'congruent': 3, 'same': True}, 'OP': 'REPM', 'dst': {'type': 'addresses_A_ht', 'congruent': 1, 'same': False}}
{'src': {'type': 'addresses_UC_ht', 'congruent': 0, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_UC_ht', 'congruent': 1, 'same': False}}
{'src': {'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 2, 'NT': False, 'same': False, 'congruent': 0}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_D_ht', 'congruent': 0, 'same': True}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 4, 'same': False}}
{'src': {'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 16, 'NT': False, 'same': False, 'congruent': 10}, 'OP': 'LOAD'}
{'src': {'type': 'addresses_UC_ht', 'congruent': 11, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 2, 'same': False}}
{'src': {'type': 'addresses_normal_ht', 'congruent': 10, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WC_ht', 'congruent': 10, 'same': False}}
{'src': {'type': 'addresses_WC_ht', 'congruent': 5, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_D_ht', 'congruent': 1, 'same': False}}
{'OP': 'STOR', 'dst': {'type': 'addresses_WC_ht', 'AVXalign': False, 'size': 4, 'NT': False, 'same': False, 'congruent': 2}}
{'OP': 'STOR', 'dst': {'type': 'addresses_UC_ht', 'AVXalign': False, 'size': 1, 'NT': False, 'same': False, 'congruent': 3}}
{'35': 21829}
35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35
*/
|
examples/heart/chr_rom.asm | sgadrat/nine-gine | 6 | 167690 | <reponame>sgadrat/nine-gine
* = 0 ; We just use * to count position in the CHR-rom, begin with zero is easy
; TILE $00 - Heart, frame 1
;
; 00100100
; 01211210
; 12222221
; 01222210
; 01222210
; 00122100
; 00122100
; 00011000
.byt %00100100, %01011010, %10000001, %01000010, %01000010, %00100100, %00100100, %00011000
.byt %00000000, %00100100, %01111110, %00111100, %00111100, %00011000, %00011000, %00000000
; TILE $01 - Heart, frame 2
;
; 00100100
; 01311310
; 13333331
; 01333310
; 01333310
; 00133100
; 00133100
; 00011000
.byt %00100100, %01111110, %11111111, %01111110, %01111110, %00111100, %00111100, %00011000
.byt %00000000, %00100100, %01111110, %00111100, %00111100, %00011000, %00011000, %00000000
#if $1000-* < 0
#echo *** Error: VRAM bank1 data occupies too much space
#else
.dsb $1000-*, 0
#endif
; TILE $00 - Full backdrop color
;
; 00000000
; 00000000
; 00000000
; 00000000
; 00000000
; 00000000
; 00000000
; 00000000
.byt $00, $00, $00, $00, $00, $00, $00, $00
.byt $00, $00, $00, $00, $00, $00, $00, $00
; TILE $01 - Solid 1
;
; 11111111
; 11111111
; 11111111
; 11111111
; 11111111
; 11111111
; 11111111
; 11111111
.byt $ff, $ff, $ff, $ff, $ff, $ff, $ff, $ff
.byt $00, $00, $00, $00, $00, $00, $00, $00
#if $2000-* < 0
#echo *** Error: VRAM bank2 data occupies too much space
#else
.dsb $2000-*, 0
#endif
|
programs/oeis/111/A111685.asm | neoneye/loda | 22 | 173755 | ; A111685: n + n(n+1) + n(n+1)(n+2) + ..., with n terms.
; 1,8,75,984,17045,366288,9374967,278095760,9375293169,353906211240,14785127222723,677150215857192,33734100501544365,1816008001717251104,105048613959883117935,6497985798745934394528,427999600108502895779657
add $0,1
mov $2,$0
lpb $0
mov $3,$2
add $3,3
add $3,$0
sub $0,1
add $4,1
max $5,$3
sub $5,4
mul $4,$5
lpe
mov $0,$4
|
ada-strings-utf_encoding-strings.ads | mgrojo/adalib | 15 | 3826 | <filename>ada-strings-utf_encoding-strings.ads
-- Standard Ada library specification
-- 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, 1995 Intermetrics, Inc.
-- SPDX-License-Identifier: BSD-3-Clause and LicenseRef-AdaReferenceManual
---------------------------------------------------------------------------
package Ada.Strings.UTF_Encoding.Strings is
pragma Pure (Strings);
-- Encoding / decoding between String and various encoding schemes
function Encode (Item : String;
Output_Scheme : Encoding_Scheme;
Output_BOM : Boolean := False) return UTF_String;
function Encode (Item : String;
Output_BOM : Boolean := False) return UTF_8_String;
function Encode (Item : String;
Output_BOM : Boolean := False)
return UTF_16_Wide_String;
function Decode (Item : UTF_String;
Input_Scheme : Encoding_Scheme) return String;
function Decode (Item : UTF_8_String) return String;
function Decode (Item : UTF_16_Wide_String) return String;
end Ada.Strings.UTF_Encoding.Strings;
|
Appl/GeoWrite/UI/uiGifImage.asm | steakknife/pcgeos | 504 | 177511 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GlobalPC 1998. All rights reserved.
GLOBALPC CONFIDENTIAL
PROJECT: GlobalPC
MODULE: GeoWrite
FILE: uiGifImage.asm
AUTHOR: <NAME>, Dec 03, 1998
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- -----------
joon 12/03/98 Initial revision
DESCRIPTION:
$Id$
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GifImageCode segment resource
include uiGifImage.def
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ConvertGifToBitmap
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Convert GIF file to GEOS bitmap
CALLED BY: INTERNAL
PASS: bx = GIF FileHandle
RETURN: ^lcx:dx = Bitmap
carry set if error
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/10/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
ConvertGifToBitmap proc far
gifFileHeader local GIFFileHeader
gifImageHeader local GIFImageHeader
lzwDecodeVars local LZWDecodeVars
colorTable local hptr
pixCol local word
pixRow local word
interlacePass local word
numColors local word
bitmapType local BMType
bitmapFile local word
bitmapBlock local word
bufferBytes local word
bufferLength local word
fileHandle local word
fileBuffer local 512 dup (byte)
ForceRef gifFileHeader
ForceRef lzwDecodeVars
ForceRef pixCol
ForceRef pixRow
ForceRef interlacePass
ForceRef numColors
ForceRef bufferBytes
ForceRef bufferLength
ForceRef fileHandle
ForceRef fileBuffer
ForceRef colorTable
uses ax,bx,si,di,es
.enter
mov ss:[fileHandle], bx
clr ss:[bufferBytes]
clr ss:[bufferLength]
mov ax, (size RGBValue) * 256
mov cx, ALLOC_DYNAMIC_NO_ERR_LOCK
call MemAlloc
mov ss:[colorTable], bx
call GIFLoadFileHeader
jc done
call GIFLoadImageHeader
jc done
call GIFSetBitmapType
; create bitmap and decode gif image data
call ClipboardGetClipboardFile ; bx <- VM file handle
mov ss:[bitmapFile], bx
mov al, ss:[bitmapType]
mov cx, ss:[gifImageHeader].GIFIH_width
mov dx, ss:[gifImageHeader].GIFIH_height
clr di, si ; no MSG_META_EXPOSED OD
call GrCreateBitmap ; ax <- VM block handle
; di <- gstate
mov ss:[bitmapBlock], ax
call GIFSetBitmapPalette
mov ax, size LZWDecodeBuffers
add ax, ss:[gifImageHeader].GIFIH_width
mov cx, ALLOC_DYNAMIC_NO_ERR_LOCK
call MemAlloc
mov es, ax
call GIFDecodeGIFData
call MemFree
mov al, BMD_LEAVE_DATA
call GrDestroyBitmap
mov cx, ss:[bitmapFile]
mov dx, ss:[bitmapBlock]
done:
pushf
mov bx, ss:[colorTable]
call MemFree
popf
.leave
ret
ConvertGifToBitmap endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GIFLoadFileHeader
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Load GIF file header
CALLED BY: ConvertGifToBitmap
PASS: inherit ConvertGifToBitmap stack frame
RETURN: carry set if error
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/11/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GIFLoadFileHeader proc near
uses ax,cx,di,es
.enter inherit ConvertGifToBitmap
; load GIF file header
segmov es, ss
lea di, ss:[gifFileHeader]
mov ax, size gifFileHeader
call GIFReadGIFFileData ; es:di = GIFFileHeader
jc error
cmp {word} ss:[gifFileHeader].GIFFH_signature[0], 'GI'
jne error
cmp {word} ss:[gifFileHeader].GIFFH_signature[2], 'F8'
jne error
cmp {word} ss:[gifFileHeader].GIFFH_signature[4], '7a'
je gotGIF
cmp {word} ss:[gifFileHeader].GIFFH_signature[4], '9a'
jne error
gotGIF:
mov cl, ss:[gifFileHeader].GIFFH_globalFlags
andnf cl, mask GIFGF_COLORTABLESIZE
inc cl
mov ax, 1
shl ax, cl ; ax <- number of color entries
mov ss:[numColors], ax
; load global color table
clr ax ; assume no color table
test ss:[gifFileHeader].GIFFH_globalFlags, mask GIFGF_COLORTABLE
jz setColorTable
mov ax, ss:[numColors]
setColorTable:
call GIFLoadColorTable
done:
.leave
ret
error:
WARNING -1
stc
jmp done
GIFLoadFileHeader endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GIFLoadImageHeader
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Load GIF image header
CALLED BY: ConvertGifToBitmap
PASS: inherit ConvertGifToBitmap stack frame
RETURN: carry set if error
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/11/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GIFLoadImageHeader proc near
uses ax,cx,di,es
.enter inherit ConvertGifToBitmap
readLabel:
segmov es, ss
lea di, ss:[gifImageHeader]
mov ax, 1
call GIFReadGIFFileData
jc done
mov al, es:[di]
cmp al, GIF_IMAGE_MARKER
je loadImageHeader
cmp al, GIF_EXTENSION_MARKER
stc ; assume error
jne done
skipExtension::
lea di, ss:[lzwDecodeVars].LZWDV_byte_buff
mov ax, 1
call GIFReadGIFFileData ; skip extension introducer
extensionBlockLoop:
mov ax, 1
call GIFReadGIFFileData ; read block size
jc done
mov al, es:[di]
tst al ; if blocksize = 0, end of ext
jz readLabel
call GIFReadGIFFileData
jnc extensionBlockLoop
jmp done
loadImageHeader:
lea di, ss:[gifImageHeader][1]
mov ax, size gifImageHeader - 1
call GIFReadGIFFileData
jc done
mov cl, ss:[gifImageHeader].GIFIH_localFlags
test cl, mask GIFLF_COLORTABLE
jz done
andnf cl, mask GIFLF_COLORTABLESIZE
inc cl
mov ax, 1
shl ax, cl ; ax <- number of color entries
mov ss:[numColors], ax
call GIFLoadColorTable
done:
.leave
ret
GIFLoadImageHeader endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GIFLoadColorTable
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Load color table
CALLED BY: ConvertGifToBitmap
PASS: inherit ConvertGifToBitmap stack frame
RETURN: carry set if error
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/10/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GIFLoadColorTable proc near
uses ax,di,es
.enter inherit ConvertGifToBitmap
; load color table
mov bx, ss:[colorTable]
call MemDerefES
clr di
mov ax, ss:[numColors]
add ax, ax
add ax, ss:[numColors]
call GIFReadGIFFileData ; es:di = color table, ax = errorCode
.leave
ret
GIFLoadColorTable endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GIFSetBitmapType
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Set bitmap type
CALLED BY: ConvertGifToBitmap
PASS: inherit ConvertGifToBitmap stack frame
RETURN: nothing
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/12/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GIFSetBitmapType proc near
uses ax, cx
.enter inherit ConvertGifToBitmap
; set bitmap type based on number of colors in bitmap
mov cl, ss:[gifFileHeader].GIFFH_globalFlags
andnf cl, mask GIFGF_COLORRESOLUTION
shr cl, offset GIFGF_COLORRESOLUTION
inc cl
mov ax, 1
shl ax, cl ; ax = number of color entries
cmp ax, ss:[numColors]
mov cl, (BMF_MONO shl offset BMT_FORMAT) or mask BMT_PALETTE
cmp ax, 2
jbe gotBitmapType
mov cl, (BMF_4BIT shl offset BMT_FORMAT) or mask BMT_PALETTE
cmp ax, 16
jbe gotBitmapType
mov cl, (BMF_8BIT shl offset BMT_FORMAT) or mask BMT_PALETTE
gotBitmapType:
mov ss:[bitmapType], cl
.leave
ret
GIFSetBitmapType endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GIFSetBitmapPalette
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Set palette
CALLED BY: ConvertGifToBitmap
PASS: ds = dgroup
di = gstate
inherit ConvertGifToBitmap stack frame
RETURN: nothing
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/11/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GIFSetBitmapPalette proc near
uses ax,bx,cx,dx,si,di,es
.enter inherit ConvertGifToBitmap
call GrCreatePalette
mov bx, ss:[colorTable]
call MemDerefES
mov dx, es
clr si
clr ax
mov cx, ss:[numColors]
call GrSetPalette
push di
mov ax, GIT_WINDOW
call GrGetInfo
mov di, ax
call WinRealizePalette
pop di
.leave
ret
GIFSetBitmapPalette endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GIFDecodeGIFData
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Decode GIF data
CALLED BY: ConvertGifToBitmap
PASS: ds = dgroup
es = segment of LZWDecodeBuffers
inherit ConvertGifToBitmap stack frame
RETURN: carry set if error
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/10/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GIFDecodeGIFData proc near
uses ax,bx,cx,dx,si,di,es
.enter inherit ConvertGifToBitmap
call GIFInitializeLZWDecodeVars
getCode:
call GetNextLZWCode
jc done
cmp ax, ss:[lzwDecodeVars].LZWDV_ending
je done
cmp ax, ss:[lzwDecodeVars].LZWDV_clear
jne notClear
; clear code - reinitialize all necessary items
; ax = c, bx = initial_size, cx = curr_size, dx = newcodes
mov bx, ss:[lzwDecodeVars].LZWDV_initial_size
inc bx
mov ss:[lzwDecodeVars].LZWDV_curr_size, bx
mov dx, ss:[lzwDecodeVars].LZWDV_newcodes
mov ss:[lzwDecodeVars].LZWDV_slot, dx
mov cx, bx
mov bx, 1
shl bx, cl
mov ss:[lzwDecodeVars].LZWDV_top_slot, bx
nCode: call GetNextLZWCode
jc done
cmp ax, ss:[lzwDecodeVars].LZWDV_clear
je nCode
cmp ax, ss:[lzwDecodeVars].LZWDV_ending
je done
mov ss:[lzwDecodeVars].LZWDV_fc, ax
mov ss:[lzwDecodeVars].LZWDV_oc, ax
EC < cmp ax, 0xff >
EC < WARNING_A -1 >
savePixel::
mov di, ss:[pixCol]
mov es:LZWDS_scanline[di], al
inc di
mov ss:[pixCol], di
cmp di, ss:[gifImageHeader].GIFIH_width
jb getCode
outputLine::
call GIFWriteScanline
jmp getCode
done:
.leave
ret
notClear:
; not clear code
; ax = c, bx = code, di = sp
mov bx, ax
mov ss:[lzwDecodeVars].LZWDV_code, bx ; code = c
mov di, ss:[lzwDecodeVars].LZWDV_stack_ptr
cmp bx, ss:[lzwDecodeVars].LZWDV_slot ; code >= slot
jb 10$
LONG ja error
mov bx, ss:[lzwDecodeVars].LZWDV_oc
mov ss:[lzwDecodeVars].LZWDV_code, bx ; code = oc
mov cx, ss:[lzwDecodeVars].LZWDV_fc
mov es:LZWDS_stack[di], cl ; *sp = fc
inc di ; sp++
10$:
; Here we scan back along the linked list of prefixes, pushing
; helpless characters (ie. suffixes) onto the stack as we do so.
mov cx, ss:[lzwDecodeVars].LZWDV_newcodes
jmp scanTest
scanLoop:
mov dl, es:LZWDS_suffix[bx]
mov es:LZWDS_stack[di], dl ; *sp <- suffix[code]
inc di ; sp++
shl bx, 1 ; bx <- word offset
mov bx, es:LZWDS_prefix[bx] ; code <- prefix[code]
scanTest:
cmp bx, cx ; (code >= newcodes)
jae scanLoop
mov es:LZWDS_stack[di], bl ; *sp <- code
inc di ; sp++
mov ss:[lzwDecodeVars].LZWDV_stack_ptr, di
mov ss:[lzwDecodeVars].LZWDV_code, bx
mov di, ss:[lzwDecodeVars].LZWDV_slot
cmp di, ss:[lzwDecodeVars].LZWDV_top_slot
jae 20$
; slot < top_slot
mov ss:[lzwDecodeVars].LZWDV_fc, bx ; fc = code
mov es:LZWDS_suffix[di], bl ; suffix[slot] = code
mov cx, ss:[lzwDecodeVars].LZWDV_oc
shl di, 1 ; di <- word offset
mov es:LZWDS_prefix[di], cx ; prefix[slot] = oc
shr di, 1 ; di <- byte offset
inc di ; slot++
mov ss:[lzwDecodeVars].LZWDV_slot, di
mov ss:[lzwDecodeVars].LZWDV_oc, ax ; oc = c
20$: ; slot >= top_slot
cmp di, ss:[lzwDecodeVars].LZWDV_top_slot
jb 30$
cmp ss:[lzwDecodeVars].LZWDV_curr_size, 12
jae 30$
shl ss:[lzwDecodeVars].LZWDV_top_slot, 1
inc ss:[lzwDecodeVars].LZWDV_curr_size
30$:
mov ax, ss:[gifImageHeader].GIFIH_width
mov bx, ss:[pixCol]
clr cx
mov di, ss:[lzwDecodeVars].LZWDV_stack_ptr
pixelLoop:
cmp di, offset LZWDS_stack
je doneCode
dec di
mov cl, es:LZWDS_stack[di]
mov es:LZWDS_scanline[bx], cl
inc bx
cmp bx, ax
jb pixelLoop
call GIFWriteScanline
clr bx
jmp pixelLoop
doneCode:
mov ss:[lzwDecodeVars].LZWDV_stack_ptr, di
mov ss:[pixCol], bx
jmp getCode
error:
WARNING -1
stc
jmp done
GIFDecodeGIFData endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GIFInitializeLZWDecodeVars
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Initialize LZW decode variables
CALLED BY: GIFDecodeGIFData
PASS: inherit GIFDecodeGIFData stack frame
RETURN: if carry clear
lzwDecodeVars initialized
else
ax = GifError
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/10/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GIFInitializeLZWDecodeVars proc near
uses cx,di,es
.enter inherit GIFDecodeGIFData
segmov es, ss
lea di, ss:[lzwDecodeVars].LZWDV_byte_buff
mov ax, 1 ; read LZW code size
call GIFReadGIFFileData ; ax = errorCode
jc done
clr cx
mov cl, es:[di]
cmp cl, MIN_INITIAL_LZW_CODE_SIZE
jb error
cmp cl, MAX_INITIAL_LZW_CODE_SIZE
ja error
mov ss:[lzwDecodeVars].LZWDV_initial_size, cx
; clear = 1 << size;
mov ax, 1
shl ax, cl
mov ss:[lzwDecodeVars].LZWDV_clear, ax
; ending = clear + 1;
inc ax
mov ss:[lzwDecodeVars].LZWDV_ending, ax
; slot = newcodes = ending + 1;
inc ax
mov ss:[lzwDecodeVars].LZWDV_slot, ax
mov ss:[lzwDecodeVars].LZWDV_newcodes, ax
; curr_size = size + 1;
inc cx
mov ss:[lzwDecodeVars].LZWDV_curr_size, cx
; top_slot = 1 << curr_size;
mov ax, 1
shl ax, cl
mov ss:[lzwDecodeVars].LZWDV_top_slot, ax
; nbits_left = block_size = 0;
clr ax
mov ss:[lzwDecodeVars].LZWDV_nbits_left, ax
mov ss:[lzwDecodeVars].LZWDV_block_size, ax
; set stack ptr
mov ss:[lzwDecodeVars].LZWDV_stack_ptr, offset LZWDS_stack
; pixCol = pixRow = interlacePass = 0
mov ss:[pixCol], ax
mov ss:[pixRow], ax
mov ss:[interlacePass], ax
done:
.leave
ret
error:
WARNING -1
stc ; error
jmp done
GIFInitializeLZWDecodeVars endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GetNextLZWCode
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Get next code
CALLED BY: GIFDecodeGIFData
PASS: inherit GIFDecodeGIFData stack frame
RETURN: if carry clear
ax = LZW code
else
ax = GifError
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/10/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
codeMask word 0x0000, 0x0001, 0x0003, 0x0007, 0x000F, 0x001F, 0x003F, \
0x007F, 0x00FF, 0x01FF, 0x03FF, 0x07FF, 0x0FFF
GetNextLZWCode proc near
uses cx,di,es
.enter inherit GIFDecodeGIFData
mov ax, ss:[lzwDecodeVars].LZWDV_nbits_left
cmp ax, ss:[lzwDecodeVars].LZWDV_curr_size
jae getCode
; we need to move any leftover bits to the front of the buffer
segmov es, ss
mov di, ss:[lzwDecodeVars].LZWDV_block_size
shr di, 3
mov ax, {word} ss:[lzwDecodeVars].LZWDV_byte_buff[di-2]
lea di, ss:[lzwDecodeVars].LZWDV_byte_buff[0]
stosw
mov ss:[lzwDecodeVars].LZWDV_block_size, 16
; now read more data
mov ax, 1
call GIFReadGIFFileData
jc done
clr ax
mov al, es:[di]
call GIFReadGIFFileData
jc done
shl ax, 3
add ss:[lzwDecodeVars].LZWDV_nbits_left, ax
add ss:[lzwDecodeVars].LZWDV_block_size, ax
mov ax, ss:[lzwDecodeVars].LZWDV_nbits_left
getCode:
mov di, ss:[lzwDecodeVars].LZWDV_block_size
sub di, ax ; di <- LZW code bit position
mov cx, di ; cx <- LZW code bit position
shr di, 3 ; di <- LZW code byte position
and cx, 0x07 ; cx <- LZW code bit offset
mov ax, {word} ss:[lzwDecodeVars].LZWDV_byte_buff[di]
mov di, {word} ss:[lzwDecodeVars].LZWDV_byte_buff[di+2]
jcxz maskCode
codeLoop:
shrdw diax
loop codeLoop
maskCode:
mov di, ss:[lzwDecodeVars].LZWDV_curr_size
sub ss:[lzwDecodeVars].LZWDV_nbits_left, di
EC < ERROR_C -1 >
shl di, 1 ; di <- word offset
mov di, cs:codeMask[di]
and ax, di ; carry clear
done:
.leave
ret
GetNextLZWCode endp
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GIFWriteScanline
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Copy scanline to bitmap
CALLED BY: GIFDecodeGIFData
PASS: ds = dgroup
es = segment of LZWDecodeBuffers
inherit GIFDecodeGIFData stack frame
RETURN: bitmap data
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/11/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GIFWriteScanline proc near
uses ax,bx,cx,dx,si,di,ds,es
.enter inherit GIFDecodeGIFData
clr dx
mov ax, ss:[pixRow]
cmp ax, ss:[gifImageHeader].GIFIH_height
EC < WARNING_AE -1 >
LONG jae nextScan
mov bx, ss:[bitmapFile]
mov di, ss:[bitmapBlock]
call HugeArrayLock
tst ax
LONG jz nextScan
segxchg es, ds
mov di, si
mov si, offset LZWDS_scanline
mov cx, dx
jcxz unlock
mov al, ss:[bitmapType]
and al, mask BMT_FORMAT
cmp al, BMF_MONO shl offset BMT_FORMAT
je writeMono
cmp al, BMF_4BIT shl offset BMT_FORMAT
je write4bit
cmp al, BMF_8BIT shl offset BMT_FORMAT
jne nextScan
write8bit::
shr cx, 1
rep movsw
adc cx, cx
rep movsb
jmp unlock
write4bit:
lodsb
mov ah, al
shl ah, 4
lodsb
and al, 0x0f
ornf al, ah
stosb
dec dx
jnz write4bit
jmp unlock
writeMono:
lodsb
shr al, 1
rcr ah, 1
lodsb
shr al, 1
rcr ah, 1
lodsb
shr al, 1
rcr ah, 1
lodsb
shr al, 1
rcr ah, 1
lodsb
shr al, 1
rcr ah, 1
lodsb
shr al, 1
rcr ah, 1
lodsb
shr al, 1
rcr ah, 1
lodsb
shr al, 1
rcr ah, 1
stosb
loop writeMono
unlock:
segmov ds, es
call HugeArrayDirty
call HugeArrayUnlock
nextScan:
clr ss:[pixCol]
test ss:[gifImageHeader].GIFIH_localFlags, mask GIFLF_INTERLACE
jnz interlaced
inc ss:[pixRow]
jmp done
interlaced:
mov bx, ss:[interlacePass]
shl bx, 1 ; convert to word index
mov ax, cs:rowIncr[bx] ; ax <- increment for next scanline
add ss:[pixRow], ax
mov ax, ss:[gifImageHeader].GIFIH_height
cmp ss:[pixRow], ax
jb done
inc ss:[interlacePass]
cmp ss:[interlacePass], 4
jae done ; no more after 4 passes
mov bx, ss:[interlacePass]
shl bx, 1 ; convert to word index
mov ax, cs:baseRow[bx] ; ax <- 1st row of next interlace pass
mov ss:[pixRow], ax
done:
.leave
ret
GIFWriteScanline endp
; Interlace Tables
baseRow word 0, 4, 2, 1
rowIncr word 8, 8, 4, 2
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
GIFReadGIFFileData
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Read GIF file data
CALLED BY: INTERNAL
PASS: inherit ConvertGifToBitmap stack frame
es:di = buffer to read into
ax = number of bytes to read
RETURN: carry set if error
DESTROYED: nothing
SIDE EFFECTS:
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Joon 10/11/95 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
GIFReadGIFFileData proc near
uses bx,cx,si,di,ds
.enter inherit ConvertGifToBitmap
readLoop:
cmp ax, size fileBuffer
jbe readData
push ax
mov ax, size fileBuffer
call GIFReadGIFFileData
pop ax
jc done
sub ax, size fileBuffer
add di, size fileBuffer
jmp readLoop
readData:
segmov ds, ss
cmp ss:[bufferBytes], ax
jae copyBytes
push es, di
segmov es, ss
lea di, ss:[fileBuffer]
mov si, di
add si, ss:[bufferLength]
mov cx, ss:[bufferBytes]
sub si, cx
rep movsb
pop es, di
mov cx, ss:[bufferBytes]
mov ss:[bufferLength], cx
push ax
clr ax
mov bx, ss:[fileHandle]
lea dx, ss:[fileBuffer]
add dx, cx
sub cx, size fileBuffer
neg cx
call FileRead
pop ax
add ss:[bufferBytes], cx
add ss:[bufferLength], cx
cmp ss:[bufferBytes], ax
jc done
copyBytes:
lea si, ss:[fileBuffer]
add si, ds:[bufferLength]
sub si, ds:[bufferBytes]
mov cx, ax
shr cx, 1
rep movsw
adc cx, cx
rep movsb
sub ds:[bufferBytes], ax
done:
.leave
ret
GIFReadGIFFileData endp
GifImageCode ends
|
QuantitativeAlloy/models/alloy/league/league_mrel.als | pf7/QAlloy | 0 | 2854 | <filename>QuantitativeAlloy/models/alloy/league/league_mrel.als
module examples/league
open multirelations/multi
open multirelations/mrel[Team, Result] as History
one sig Unit{}
sig Team{}
sig Date{}
sig Game{
home : one Team,
away : one Team,
date : one Date,
s : one Game
}
abstract sig Result{}
one sig Win, Lose extends Result{}
fact{
--(a) No team can play two games on the same date;
(away + home) . ~(away + home) & date . ~date in iden
--(b) All teams play against each other but not against themselves
~home . away = (Team -> Team) - iden
--(c) For each home game there is another game away involving the same two teams
away . ~away & home . ~home in iden
-- Game isomorphism
s = away . ~home & home . ~away
-- There is a winner for every loser
#History/get :> Win = #History/get :> Lose
-- Every team either wins or loses each game in which they take part
all t : Team | #(home + away).t = #t.History/get
}
run{} for exactly
2 Team,
2 Game,
2 Date,
4 History/Head,
4 int
run{} for exactly
3 Team,
6 Game,
6 Date,
12 History/Head,
5 Int
run{} for exactly
4 Team,
12 Game,
6 Date,
24 History/Head,
6 int
// Theme
fun HistoryResult : Team -> History/Head -> Result{
{t : Team, h : History/Head, r : Result | t -> h -> r in History/get}
}
|
oeis/135/A135039.asm | neoneye/loda-programs | 11 | 6136 | ; A135039: Ceiling(Pi*n^2).
; Submitted by <NAME>
; 0,4,13,29,51,79,114,154,202,255,315,381,453,531,616,707,805,908,1018,1135,1257,1386,1521,1662,1810,1964,2124,2291,2464,2643,2828,3020,3217,3422,3632,3849,4072,4301,4537,4779,5027,5282,5542,5809,6083,6362,6648,6940,7239,7543,7854,8172,8495,8825,9161,9504,9853,10208,10569,10936,11310,11690,12077,12469,12868,13274,13685,14103,14527,14958,15394,15837,16287,16742,17204,17672,18146,18627,19114,19607,20107,20612,21125,21643,22168,22699,23236,23779,24329,24885,25447,26016,26591,27172,27760,28353,28953
lpb $0
mov $2,$0
mov $0,0
seq $2,66643 ; a(n) = floor(Pi*n^2).
add $3,$2
add $3,1
lpe
mov $0,$3
|
projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_02.asm | jverkoey/awaken | 68 | 163303 | <filename>projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_02.asm<gh_stars>10-100
SECTION "ROM Bank 02", ROMX[$4000], BANK[$02]
db $06, $06, $06, $06, $06, $06, $06, $06
db $06, $06, $06, $06, $06, $06, $06, $06
db $06, $06, $06, $06, $06, $06, $06, $06
db $06, $06, $06, $06, $06, $06, $06, $06
db $05, $05, $05, $05, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $09, $09, $09, $09, $05, $05, $05, $05
db $05, $05, $05, $05, $08, $08, $08, $08
db $09, $09, $09, $09, $05, $05, $05, $05
db $05, $05, $05, $05, $08, $08, $08, $08
db $09, $09, $09, $09, $05, $05, $05, $05
db $05, $05, $05, $05, $08, $08, $08, $08
db $09, $09, $09, $09, $05, $05, $05, $05
db $05, $05, $05, $05, $08, $08, $08, $08
db $09, $04, $04, $04, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $04, $04, $04, $04, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $04, $04, $04, $04, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $04, $04, $04, $04, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $05, $05, $05, $05, $0B, $0B, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $05, $05, $05, $05, $0B, $0B, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $05, $05, $05, $05, $05, $05, $05, $05
db $14, $15, $16, $17, $4B, $58, $5B, $5A
db $12, $26, $26, $26, $26, $26, $07, $02
db $0A, $26, $0A, $53, $13, $3E, $1F, $00
db $00, $00, $00, $00, $00, $0A, $48, $26
db $00, $00, $01, $00, $01, $00, $00, $01
db $00, $00, $01, $01, $01, $00, $01, $00
db $00, $00, $00, $00, $00, $00, $00, $00
db $00, $00, $00, $00, $00, $00, $00, $00
db $00, $00, $01, $00, $01, $00, $F0, $BC
db $A7, $28, $04, $AF, $E0, $BC, $C9, $16
db $1D, $FA, $4E, $DB, $A7, $CA, $8C, $41
db $F0, $F6, $5F, $16, $00, $21, $00, $40
db $19, $56, $7A, $AF, $E0, $B1, $FA, $A5
db $DB, $A7, $28, $20, $16, $18, $FA, $6C
db $D4, $A7, $20, $1C, $F0, $F7, $5F, $16
db $00, $21, $00, $41, $19, $56, $F0, $F9
db $A7, $28, $0D, $7B, $FE, $0A, $30, $08
db $3E, $21, $18, $05, $AF, $EA, $6C, $D4
db $7A, $5F, $16, $00, $E0, $B0, $CD, $A8
db $27, $7B, $FE, $25, $30, $08, $21, $20
db $41, $19, $7E, $A7, $20, $13, $FA, $7C
db $D4, $A7, $28, $0D, $3E, $49, $EA, $68
db $D3, $E0, $BD, $E0, $BF, $AF, $EA, $CF
db $C1, $C9, $C5, $3E, $07, $CD, $01, $3C
db $38, $22, $21, $80, $C2, $19, $35, $F0
db $CE, $E6, $F0, $C6, $08, $21, $00, $C2
db $19, $77, $F0, $CD, $E6, $F0, $C6, $10
db $21, $10, $C2, $19, $77, $21, $B0, $C3
db $19, $F0, $DF, $77, $C1, $C9, $21, $46
db $C1, $FA, $66, $C1, $B6, $20, $42, $EA
db $A4, $C5, $EA, $A5, $C5, $CD, $4A, $09
db $FA, $49, $DB, $E6, $07, $28, $29, $FA
db $4A, $DB, $FE, $01, $28, $0E, $FE, $02
db $28, $14, $3E, $DC, $EA, $66, $C1, $3E
db $09, $E0, $F3, $C9, $3E, $D0, $EA, $66
db $C1, $3E, $0B, $E0, $F3, $C9, $3E, $BB
db $EA, $66, $C1, $3E, $0A, $E0, $F3, $C9
db $3E, $D0, $EA, $66, $C1, $3E, $15, $E0
db $F3, $C9, $C9, $30, $D0, $00, $00, $00
db $00, $D0, $30, $FA, $46, $C1, $A7, $20
db $2C, $3E, $03, $CD, $EB, $10, $38, $25
db $21, $E0, $C2, $19, $36, $2A, $21, $B0
db $C3, $19, $AF, $77, $F0, $9E, $4F, $06
db $00, $21, $33, $42, $09, $7E, $21, $40
db $C2, $19, $77, $21, $37, $42, $09, $7E
db $21, $50, $C2, $19, $77, $C9, $FA, $4C
db $C1, $A7, $28, $04, $3D, $EA, $4C, $C1
db $FA, $C4, $C1, $A7, $28, $04, $3D, $EA
db $C4, $C1, $FA, $C0, $C1, $A7, $28, $04
db $3D, $EA, $C0, $C1, $CD, $53, $43, $FA
db $6E, $C1, $A7, $28, $04, $3D, $EA, $6E
db $C1, $F0, $A1, $FE, $02, $20, $0F, $AF
db $E0, $A1, $E0, $9A, $E0, $9B, $E0, $A3
db $CD, $C5, $49, $C3, $FA, $77, $CD, $EF
db $19, $AF, $E0, $A1, $CD, $73, $1E, $CD
db $68, $0D, $CD, $97, $44, $CD, $31, $43
db $CD, $38, $47, $CD, $F8, $4A, $CD, $9B
db $14, $CD, $1F, $43, $CD, $C5, $49, $FA
db $24, $C1, $A7, $20, $27, $FA, $37, $C1
db $EA, $6A, $C1, $FE, $05, $20, $1E, $FA
db $4A, $C1, $A7, $20, $35, $AF, $EA, $37
db $C1, $FA, $22, $C1, $FE, $28, $28, $0C
db $3C, $EA, $22, $C1, $FE, $28, $20, $04
db $3E, $04, $E0, $F2, $C9, $FA, $AD, $C1
db $FE, $01, $28, $16, $FA, $22, $C1, $FE
db $28, $20, $0F, $FA, $6E, $C1, $A7, $20
db $0D, $3E, $20, $EA, $21, $C1, $3E, $03
db $E0, $F4, $AF, $EA, $22, $C1, $C9, $FA
db $5C, $C1, $FE, $02, $38, $06, $E0, $9D
db $3E, $01, $E0, $A1, $C9, $11, $10, $0F
db $0E, $FA, $9B, $C1, $E6, $7F, $28, $16
db $FA, $9B, $C1, $3D, $EA, $9B, $C1, $E6
db $7F, $F0, $9E, $5F, $16, $00, $21, $2D
db $43, $19, $7E, $E0, $9D, $C9, $AF, $EA
db $9B, $C1, $C9, $F0, $F9, $A7, $28, $0A
db $FA, $7B, $C1, $A7, $20, $04, $CD, $EF
db $6B, $C9, $FA, $AE, $DB, $EA, $6B, $D4
db $CD, $6A, $44, $F0, $A2, $A7, $20, $06
db $F0, $A1, $A7, $C2, $5C, $44, $FA, $4A
db $C1, $A7, $28, $2D, $F0, $CC, $E6, $0F
db $28, $0C, $5F, $16, $00, $21, $B3, $48
db $19, $F0, $9E, $BE, $20, $0D, $FA, $20
db $C1, $C6, $02, $EA, $20, $C1, $CD, $5D
db $14, $18, $6F, $EA, $9A, $C1, $FA, $99
db $C1, $C6, $0C, $EA, $99, $C1, $CD, $3B
db $09, $FA, $46, $C1, $A7, $20, $5B, $1E
db $00, $FA, $7C, $D4, $FE, $01, $20, $02
db $1E, $10, $F0, $CB, $E6, $0F, $B3, $5F
db $16, $00, $21, $73, $48, $19, $7E, $E0
db $9A, $21, $93, $48, $19, $7E, $E0, $9B
db $FA, $7B, $C1, $A7, $28, $0A, $21, $9A
db $FF, $CB, $26, $21, $9B, $FF, $CB, $26
db $7B, $E6, $0F, $5F, $28, $19, $21, $20
db $C1, $34, $21, $B3, $48, $19, $7E, $FE
db $0F, $28, $17, $5F, $FA, $6E, $C1, $A7
db $7B, $20, $02, $E0, $9E, $18, $0B, $FA
db $4B, $C1, $A7, $20, $05, $3E, $07, $EA
db $20, $C1, $1E, $03, $FA, $17, $C1, $A7
db $20, $36, $1E, $01, $FA, $5C, $C1, $A7
db $28, $0D, $FA, $A8, $C5, $FE, $D5, $20
db $06, $FA, $46, $C1, $A7, $20, $21, $F0
db $B2, $A7, $20, $1C, $21, $1F, $C1, $7E
db $A7, $28, $21, $FE, $07, $20, $18, $FA
db $7B, $C1, $A7, $20, $17, $1E, $01, $FA
db $BB, $C1, $FE, $18, $38, $02, $1E, $07
db $F0, $E7, $A3, $20, $0F, $18, $05, $F0
db $E7, $A6, $28, $15, $FA, $4F, $C1, $A7
db $C0, $CD, $D6, $20, $FA, $1F, $C1, $EA
db $30, $C1, $AF, $EA, $1F, $C1, $CD, $B1
db $6F, $C9, $FA, $3E, $C1, $A7, $28, $20
db $3D, $EA, $3E, $C1, $CD, $D6, $20, $CD
db $B1, $6F, $FA, $33, $C1, $A7, $28, $0C
db $E6, $03, $28, $05, $AF, $E0, $9B, $18
db $03, $AF, $E0, $9A, $F1, $CD, $9B, $14
db $C9, $00, $F0, $10, $00, $FF, $01, $FA
db $46, $C1, $A7, $CA, $56, $45, $F0, $F9
db $A7, $C2, $56, $45, $CD, $0F, $21, $F0
db $A3, $D6, $02, $E0, $A3, $3E, $FF, $EA
db $20, $C1, $FA, $0A, $C1, $21, $4A, $C1
db $B6, $20, $52, $FA, $75, $D4, $A7, $20
db $07, $FA, $AD, $C1, $FE, $80, $20, $05
db $CD, $95, $14, $18, $40, $F0, $CB, $E6
db $03, $28, $19, $5F, $16, $00, $21, $E9
db $6B, $19, $F0, $9A, $96, $28, $0D, $1E
db $01, $CB, $7F, $20, $02, $1E, $FF, $F0
db $9A, $83, $E0, $9A, $F0, $CB, $1F, $1F
db $E6, $03, $28, $19, $5F, $16, $00, $21
db $91, $44, $19, $F0, $9B, $96, $28, $0D
db $1E, $01, $CB, $7F, $20, $02, $1E, $FF
db $F0, $9B, $83, $E0, $9B, $F0, $A2, $A7
db $28, $04, $E6, $80, $28, $40, $CD, $42
db $09, $E0, $A2, $EA, $49, $C1, $E0, $A3
db $EA, $46, $C1, $EA, $52, $C1, $EA, $53
db $C1, $EA, $0A, $C1, $F0, $99, $FE, $88
db $30, $24, $CD, $7D, $78, $F0, $B8, $FE
db $61, $28, $1B, $FA, $81, $C1, $FE, $05
db $28, $15, $FE, $07, $28, $10, $FE, $0B
db $28, $0C, $FE, $50, $28, $08, $FE, $51
db $28, $04, $3E, $07, $E0, $F4, $C9, $F0
db $99, $E0, $D8, $F0, $98, $E0, $D7, $3E
db $0E, $E0, $F2, $3E, $0C, $CD, $53, $09
db $C9, $00, $00, $08, $06, $00, $06, $00
db $00, $08, $0A, $00, $0A, $00, $00, $08
db $10, $00, $10, $00, $00, $08, $08, $00
db $08, $00, $00, $05, $0A, $00, $0A, $00
db $00, $05, $0A, $00, $0A, $00, $00, $05
db $08, $00, $08, $00, $00, $05, $08, $00
db $08, $00, $00, $08, $08, $00, $08, $00
db $00, $08, $08, $00, $08, $00, $00, $08
db $08, $00, $08, $00, $00, $08, $08, $00
db $08, $00, $00, $05, $08, $00, $08, $00
db $00, $05, $08, $00, $08, $00, $00, $05
db $08, $00, $08, $00, $00, $05, $08, $00
db $08, $00, $06, $07, $00, $01, $00, $00
db $06, $05, $04, $03, $04, $00, $00, $07
db $06, $05, $06, $00, $04, $03, $02, $01
db $02, $00, $18, $19, $11, $11, $FF, $00
db $16, $17, $10, $10, $FF, $00, $14, $15
db $0F, $0F, $FF, $00, $12, $13, $0E, $0E
db $FF, $00, $00, $0D, $13, $10, $0B, $00
db $F8, $F3, $ED, $F0, $F5, $00, $10, $0D
db $F8, $F5, $F8, $00, $F0, $F3, $00, $0C
db $00, $00, $F0, $F3, $00, $0C, $00, $00
db $F0, $F3, $00, $0C, $00, $00, $F8, $F3
db $F0, $F3, $F5, $00, $00, $0D, $10, $0D
db $0D, $00, $00, $00, $03, $03, $00, $00
db $00, $00, $FD, $FD, $00, $00, $00, $00
db $00, $00, $00, $00, $00, $00, $00, $00
db $00, $00, $00, $00, $00, $00, $00, $00
db $00, $00, $00, $00, $00, $00, $00, $00
db $FD, $FD, $00, $00, $00, $00, $03, $03
db $00, $03, $03, $08, $01, $01, $01, $01
db $61, $62, $63, $00, $5E, $5F, $60, $00
db $67, $68, $69, $00, $64, $65, $66, $00
db $00, $03, $01, $02, $03, $02, $03, $02
db $03, $02, $03, $04, $03, $04, $03, $02
db $03, $04, $03, $04, $03, $02, $03, $04
db $03, $04, $03, $04, $03, $04, $03, $04
db $03, $02, $03, $04, $00, $02, $02, $01
db $01, $03, $03, $00, $01, $02, $02, $00
db $00, $03, $03, $01, $02, $00, $00, $03
db $03, $01, $01, $02, $03, $01, $01, $02
db $02, $00, $00, $03, $3D, $EA, $21, $C1
db $21, $A1, $FF, $36, $01, $CB, $3F, $CB
db $3F, $5F, $16, $00, $F0, $9E, $CB, $27
db $CB, $27, $CB, $27, $83, $5F, $21, $74
db $46, $19, $7E, $EA, $37, $C1, $21, $94
db $46, $19, $F0, $9E, $F5, $7E, $E0, $9E
db $CD, $D4, $47, $F1, $E0, $9E, $F0, $E7
db $E6, $03, $20, $04, $21, $21, $C1, $35
db $FA, $21, $C1, $A7, $CA, $5E, $48, $17
db $DA, $5E, $48, $F0, $98, $C6, $08, $EA
db $40, $C1, $3E, $18, $EA, $41, $C1, $EA
db $43, $C1, $FA, $45, $C1, $C6, $08, $EA
db $42, $C1, $EA, $B0, $C5, $C9, $3D, $EA
db $6D, $C1, $CA, $5E, $48, $21, $6E, $C1
db $36, $04, $FA, $4A, $C1, $A7, $20, $04
db $3E, $01, $E0, $A1, $3E, $03, $EA, $37
db $C1, $C3, $D4, $47, $CD, $D4, $47, $C9
db $FA, $75, $D4, $A7, $28, $11, $F0, $E7
db $1F, $1F, $E6, $03, $5F, $16, $00, $21
db $70, $46, $19, $7E, $E0, $9E, $C9, $FA
db $46, $C1, $FE, $01, $20, $36, $FA, $CF
db $C3, $21, $37, $C1, $B6, $20, $2D, $F0
db $9E, $17, $17, $E6, $0C, $4F, $06, $00
db $FA, $52, $C1, $FE, $03, $30, $1D, $5F
db $16, $00, $21, $60, $46, $19, $09, $7E
db $E0, $9D, $FA, $53, $C1, $3C, $EA, $53
db $C1, $E6, $07, $20, $07, $FA, $52, $C1
db $3C, $EA, $52, $C1, $FA, $21, $C1, $A7
db $C2, $B4, $46, $FA, $6D, $C1, $A7, $C2
db $16, $47, $FA, $37, $C1, $A7, $28, $97
db $21, $6E, $C1, $36, $04, $FA, $37, $C1
db $FE, $05, $30, $88, $FA, $4A, $C1, $A7
db $20, $04, $3E, $01, $E0, $A1, $FA, $38
db $C1, $A7, $20, $14, $FA, $37, $C1, $3C
db $EA, $37, $C1, $FE, $04, $CA, $5E, $48
db $4F, $06, $00, $21, $58, $46, $09, $7E
db $3D, $EA, $38, $C1, $21, $37, $C1, $F0
db $9E, $5F, $CB, $27, $CB, $27, $83, $83
db $86, $4F, $06, $00, $21, $C9, $45, $09
db $7E, $EA, $36, $C1, $21, $E1, $45, $09
db $7E, $FE, $FF, $28, $02, $E0, $9D, $21
db $F9, $45, $09, $7E, $EA, $3A, $C1, $21
db $11, $46, $09, $7E, $EA, $39, $C1, $21
db $29, $46, $09, $7E, $EA, $3C, $C1, $21
db $41, $46, $09, $7E, $EA, $3B, $C1, $21
db $69, $45, $09, $7E, $A7, $28, $3B, $FA
db $5B, $C1, $A7, $28, $06, $F0, $E7, $E6
db $01, $20, $2F, $FA, $3A, $C1, $86, $21
db $98, $FF, $86, $EA, $40, $C1, $21, $81
db $45, $09, $7E, $EA, $41, $C1, $FA, $39
db $C1, $21, $99, $45, $09, $86, $21, $45
db $C1, $86, $EA, $42, $C1, $21, $B1, $45
db $09, $7E, $EA, $43, $C1, $3E, $01, $EA
db $B0, $C5, $CD, $AE, $12, $C9, $AF, $EA
db $AC, $C1, $FA, $4A, $C1, $A7, $20, $0A
db $AF, $EA, $37, $C1, $EA, $6A, $C1, $EA
db $21, $C1, $C9, $00, $10, $F0, $00, $00
db $0C, $F4, $00, $00, $0C, $F4, $00, $00
db $00, $00, $00, $00, $14, $EC, $00, $00
db $0F, $F1, $00, $00, $0F, $F1, $00, $00
db $00, $00, $00, $00, $00, $00, $00, $F0
db $F4, $F4, $00, $10, $0C, $0C, $00, $00
db $00, $00, $00, $00, $00, $00, $00, $EC
db $F1, $F1, $00, $14, $0F, $0F, $00, $00
db $00, $00, $00, $0F, $00, $01, $0F, $02
db $0F, $0F, $0F, $03, $0F, $0F, $0A, $0B
db $06, $07, $04, $05, $00, $01, $2C, $2D
db $06, $07, $34, $35, $22, $23, $2A, $2B
db $28, $29, $30, $31, $24, $25, $2E, $2F
db $06, $07, $34, $35, $22, $23, $2A, $2B
db $28, $29, $32, $33, $26, $27, $20, $21
db $1E, $1F, $1C, $1D, $1A, $1B, $3E, $3F
db $40, $41, $42, $43, $44, $45, $46, $47
db $48, $49, $4A, $4B, $4C, $4D, $4E, $4F
db $4E, $4F, $4E, $4F, $4E, $4F, $5B, $5C
db $58, $59, $5B, $5C, $58, $59, $3E, $02
db $EA, $C4, $C1, $F0, $9C, $A7, $20, $40
db $F0, $99, $C6, $10, $E0, $99, $E0, $A0
db $F0, $A2, $C6, $10, $E0, $A2, $3E, $FF
db $E0, $9B, $AF, $E0, $9A, $F0, $99, $C6
db $08, $E0, $99, $E0, $A0, $F0, $A2, $C6
db $08, $E0, $A2, $CD, $80, $71, $F0, $AF
db $FE, $E1, $28, $E2, $FE, $61, $28, $06
db $FA, $33, $C1, $A7, $20, $D8, $3E, $01
db $E0, $9C, $F0, $99, $D6, $03, $E0, $99
db $CD, $A4, $44, $F0, $A2, $A7, $20, $04
db $AF, $EA, $1C, $C1, $3E, $01, $EA, $46
db $C1, $CD, $68, $0D, $CD, $38, $47, $FA
db $37, $C1, $EA, $6A, $C1, $CD, $9B, $14
db $C9, $01, $00, $01, $00, $00, $01, $00
db $01, $01, $01, $00, $00, $00, $00, $01
db $01, $01, $00, $01, $00, $00, $01, $00
db $01, $01, $01, $00, $00, $00, $00, $01
db $01, $00, $01, $01, $01, $01, $00, $01
db $01, $01, $01, $00, $01, $01, $01, $01
db $00, $01, $00, $00, $00, $00, $01, $00
db $00, $00, $00, $01, $00, $00, $00, $00
db $01, $00, $01, $01, $00, $01, $00, $00
db $01, $08, $F8, $06, $01, $FA, $66, $C1
db $A7, $C8, $21, $A1, $FF, $36, $02, $FE
db $FF, $20, $58, $FA, $10, $D2, $C6, $01
db $EA, $10, $D2, $FA, $11, $D2, $CE, $00
db $EA, $11, $D2, $FE, $08, $20, $1B, $FA
db $10, $D2, $FE, $D0, $20, $14, $AF, $EA
db $66, $C1, $EA, $67, $C1, $3E, $03, $EA
db $A3, $C5, $FA, $65, $D4, $FE, $47, $C8
db $18, $19, $FA, $65, $D4, $FE, $47, $28
db $20, $F0, $CC, $E6, $30, $28, $1A, $AF
db $EA, $66, $C1, $EA, $67, $C1, $3E, $03
db $EA, $A3, $C5, $FA, $61, $D4, $5F, $50
db $21, $90, $C2, $19, $36, $00, $C3, $BD
db $27, $18, $55, $CD, $95, $14, $CD, $3B
db $09, $21, $66, $C1, $35, $20, $49, $FA
db $73, $DB, $A7, $28, $14, $FA, $4A, $DB
db $FE, $01, $28, $1D, $FA, $A5, $DB, $A7
db $20, $17, $3E, $77, $CD, $8E, $21, $18
db $10, $FA, $49, $DB, $A7, $20, $0A, $3E
db $8E, $CD, $97, $21, $AF, $EA, $67, $C1
db $C9, $AF, $EA, $67, $C1, $FA, $4A, $DB
db $FE, $01, $20, $13, $3E, $02, $EA, $7F
db $C1, $AF, $EA, $80, $C1, $EA, $6B, $C1
db $EA, $6C, $C1, $3E, $2C, $E0, $F2, $C9
db $FA, $A4, $C5, $3C, $EA, $A4, $C5, $FE
db $38, $38, $0C, $AF, $EA, $A4, $C5, $FA
db $A5, $C5, $EE, $01, $EA, $A5, $C5, $FA
db $A5, $C5, $1E, $75, $A7, $20, $01, $1C
db $7B, $E0, $9D, $3E, $02, $EA, $67, $C1
db $EA, $11, $C1, $FA, $66, $C1, $FE, $10
db $D8, $FA, $A4, $C5, $FE, $14, $20, $37
db $3E, $C9, $CD, $01, $3C, $38, $30, $F0
db $99, $21, $10, $C2, $19, $D6, $08, $77
db $FA, $A5, $C5, $4F, $42, $21, $C1, $49
db $09, $F0, $98, $86, $21, $00, $C2, $19
db $77, $21, $C3, $49, $09, $7E, $21, $40
db $C2, $19, $77, $21, $50, $C2, $19, $36
db $FC, $21, $D0, $C3, $19, $36, $40, $C9
db $71, $72, $6F, $70, $73, $74, $6D, $6E
db $FA, $C7, $C1, $A7, $28, $70, $F0, $F7
db $FE, $08, $20, $0F, $FA, $19, $D2, $FE
db $02, $20, $08, $CD, $3F, $0F, $3E, $01
db $EA, $B0, $C5, $21, $A1, $FF, $36, $01
db $CD, $95, $14, $EA, $37, $C1, $EA, $21
db $C1, $EA, $22, $C1, $FA, $C8, $C1, $3C
db $EA, $C8, $C1, $FE, $10, $20, $05, $F5
db $CD, $77, $4B, $F1, $FE, $18, $20, $20
db $FA, $C7, $C1, $FE, $02, $20, $11, $FA
db $73, $DB, $A7, $28, $0B, $FA, $9F, $C1
db $A7, $20, $05, $3E, $79, $CD, $8E, $21
db $AF, $EA, $C7, $C1, $EA, $AC, $C1, $C9
db $1F, $1F, $1F, $1F, $E6, $01, $5F, $F0
db $9E, $CB, $27, $83, $5F, $16, $00, $21
db $F0, $4A, $19, $7E, $E0, $9D, $C9, $14
db $FC, $08, $08, $0A, $0A, $FC, $14, $CD
db $35, $4C, $38, $08, $3E, $02, $EA, $C7
db $C1, $CD, $85, $4B, $C9, $F0, $D8, $5F
db $16, $00, $21, $11, $D7, $19, $36, $CC
db $CD, $39, $28, $21, $01, $D6, $FA, $00
db $D6, $5F, $C6, $0A, $EA, $00, $D6, $16
db $00, $19, $F0, $CF, $22, $F0, $D0, $22
db $3E, $81, $22, $FA, $A5, $DB, $A7, $28
db $17, $3E, $04, $22, $3E, $06, $22, $F0
db $CF, $22, $F0, $D0, $3C, $22, $3E, $81
db $22, $3E, $05, $22, $3E, $07, $18, $15
db $3E, $6A, $22, $3E, $7A, $22, $F0, $CF
db $22, $F0, $D0, $3C, $22, $3E, $81, $22
db $3E, $6B, $22, $3E, $7B, $22, $3E, $00
db $22, $CD, $ED, $27, $E6, $07, $20, $4C
db $CD, $ED, $27, $1F, $3E, $2E, $30, $02
db $3E, $2D, $CD, $01, $3C, $38, $3D, $21
db $00, $C2, $19, $F0, $CE, $C6, $08, $77
db $21, $10, $C2, $19, $F0, $CD, $C6, $10
db $77, $21, $50, $C4, $19, $36, $80, $21
db $F0, $C2, $19, $36, $18, $21, $20, $C3
db $19, $36, $20, $D5, $C1, $3E, $0C, $CD
db $25, $3C, $F0, $D7, $2F, $3C, $21, $50
db $C2, $09, $77, $F0, $D8, $2F, $3C, $21
db $40, $C2, $09, $77, $C9, $FA, $5C, $C1
db $21, $A2, $FF, $B6, $21, $1C, $C1, $B6
db $21, $F9, $FF, $B6, $C2, $AA, $4C, $F0
db $9E, $5F, $16, $00, $21, $6F, $4B, $19
db $F0, $98, $86, $D6, $08, $E6, $F0, $E0
db $CE, $CB, $37, $4F, $21, $73, $4B, $19
db $F0, $99, $86, $D6, $10, $E6, $F0, $E0
db $CD, $B1, $5F, $E0, $D8, $21, $11, $D7
db $19, $7C, $FE, $D7, $C2, $AA, $4C, $7E
db $E0, $D7, $5F, $FA, $A5, $DB, $57, $CD
db $DB, $29, $FE, $00, $20, $24, $7A, $A7
db $20, $18, $F0, $D7, $FE, $0C, $28, $1A
db $FE, $0D, $28, $16, $FE, $0C, $28, $12
db $FE, $0D, $28, $0E, $FE, $B9, $28, $0A
db $18, $06, $F0, $D7, $FE, $05, $20, $02
db $A7, $C9, $37, $C9, $F0, $D7, $E0, $CE
db $CB, $37, $E6, $0F, $5F, $F0, $D8, $E0
db $CD, $E6, $F0, $B3, $5F, $16, $00, $21
db $11, $D7, $19, $36, $AE, $CD, $39, $28
db $21, $01, $D6, $FA, $00, $D6, $5F, $C6
db $0A, $EA, $00, $D6, $16, $00, $19, $F0
db $CF, $22, $F0, $D0, $22, $3E, $81, $22
db $3E, $76, $22, $3E, $77, $22, $F0, $CF
db $22, $F0, $D0, $3C, $22, $3E, $81, $22
db $3E, $76, $22, $3E, $77, $22, $36, $00
db $C9, $50, $51, $52, $53, $53, $54, $52
db $3E, $10, $E0, $99, $3E, $50, $E0, $98
db $EA, $67, $C1, $FA, $98, $C1, $1F, $1F
db $1F, $E6, $07, $5F, $16, $00, $21, $F9
db $4C, $19, $7E, $E0, $9D, $FA, $98, $C1
db $3C, $EA, $98, $C1, $FE, $38, $38, $0C
db $3E, $FB, $E0, $99, $3E, $02, $E0, $9E
db $3E, $04, $E0, $9D, $FA, $98, $C1, $FE
db $48, $20, $16, $3E, $02, $EA, $25, $C1
db $3E, $01, $EA, $24, $C1, $AF, $EA, $98
db $C1, $EA, $67, $C1, $3E, $00, $EA, $1C
db $C1, $C9, $00, $08, $F8, $00, $00, $06
db $FA, $00, $00, $06, $FA, $00, $00, $00
db $00, $00, $00, $10, $F0, $00, $00, $0C
db $F4, $00, $00, $0C, $F4, $00, $00, $00
db $00, $00, $00, $00, $00, $00, $F8, $FA
db $FA, $00, $08, $06, $06, $00, $00, $00
db $00, $00, $00, $00, $00, $00, $F0, $F4
db $F4, $00, $10, $0C, $0C, $00, $00, $00
db $00, $00, $FA, $7B, $C1, $A7, $28, $06
db $3E, $00, $EA, $1C, $C1, $C9, $CD, $3B
db $09, $E0, $A2, $EA, $46, $C1, $EA, $9B
db $C1, $EA, $37, $C1, $EA, $6A, $C1, $EA
db $6D, $C1, $21, $9F, $C1, $F0, $A1, $B6
db $CA, $C9, $4D, $CD, $95, $14, $F0, $A1
db $A7, $28, $03, $AF, $E0, $A1, $C3, $EF
db $19, $F0, $CC, $E6, $20, $28, $13, $F0
db $9C, $EE, $01, $E0, $9C, $28, $0B, $3E
db $A0, $E0, $B7, $F0, $99, $D6, $03, $CD
db $1D, $57, $FA, $83, $C1, $A7, $28, $06
db $3D, $EA, $83, $C1, $18, $0F, $F0, $CC
db $E6, $10, $28, $09, $3E, $0F, $E0, $F2
db $3E, $20, $EA, $83, $C1, $F0, $E7, $E6
db $01, $20, $5E, $F0, $CB, $E6, $0F, $5F
db $16, $00, $21, $52, $4D, $FA, $83, $C1
db $FE, $10, $38, $03, $21, $62, $4D, $19
db $7E, $21, $9A, $FF, $96, $28, $07, $34
db $CB, $7F, $28, $02, $35, $35, $21, $72
db $4D, $FA, $83, $C1, $FE, $10, $38, $03
db $21, $82, $4D, $19, $7E, $21, $9B, $FF
db $96, $28, $07, $34, $CB, $7F, $28, $02
db $35, $35, $F0, $9A, $B6, $21, $9C, $FF
db $B6, $28, $06, $21, $20, $C1, $34, $18
db $05, $3E, $03, $EA, $20, $C1, $21, $B3
db $48, $19, $7E, $FE, $0F, $28, $02, $E0
db $9E, $CD, $EF, $19, $F0, $A1, $A7, $28
db $05, $AF, $E0, $A1, $18, $03, $CD, $54
db $44, $CD, $FA, $77, $F0, $9C, $A7, $28
db $5C, $F0, $B7, $A7, $20, $02, $E0, $9C
db $F0, $F7, $A7, $28, $0C, $FE, $1F, $20
db $4D, $F0, $F6, $FE, $F2, $20, $46, $18
db $06, $F0, $F6, $FE, $78, $20, $3E, $F0
db $99, $D6, $50, $C6, $08, $FE, $10, $30
db $5D, $F0, $98, $D6, $58, $C6, $08, $FE
db $10, $30, $53, $21, $F8, $FF, $CB, $6E
db $20, $23, $CB, $EE, $3E, $35, $CD, $01
db $3C, $38, $1A, $F0, $98, $21, $00, $C2
db $19, $77, $F0, $99, $21, $10, $C2, $19
db $77, $21, $10, $C3, $19, $36, $03, $21
db $40, $C3, $19, $CB, $A6, $C9, $F0, $F6
db $FE, $8D, $20, $22, $F0, $99, $D6, $50
db $C6, $08, $FE, $10, $30, $18, $F0, $98
db $D6, $58, $C6, $08, $FE, $10, $30, $0E
db $F0, $98, $EA, $04, $D4, $FA, $1C, $C1
db $EA, $63, $D4, $C3, $09, $09, $C9, $3E
db $01, $E0, $A1, $CD, $D6, $20, $CD, $0F
db $21, $F0, $98, $E6, $F0, $FE, $E0, $28
db $05, $F0, $A2, $FE, $78, $D8, $CD, $0F
db $09, $CD, $95, $14, $E0, $A2, $E0, $A3
db $3E, $70, $EA, $C8, $DB, $C9, $55, $56
db $57, $57, $FF, $FF, $FF, $FF, $FF, $FF
db $3E, $01, $EA, $67, $C1, $FA, $98, $C1
db $3C, $EA, $98, $C1, $1F, $1F, $1F, $1F
db $00, $E6, $0F, $FE, $06, $28, $0B, $5F
db $16, $00, $21, $26, $4F, $19, $7E, $E0
db $9D, $C9, $AF, $EA, $3E, $C1, $EA, $21
db $C1, $EA, $22, $C1, $CD, $11, $51, $FA
db $A5, $DB, $A7, $20, $22, $F0, $F6, $FE
db $01, $28, $0C, $FE, $95, $28, $08, $FE
db $2C, $28, $04, $FE, $EC, $20, $10, $3E
db $09, $EA, $1C, $C1, $3E, $40, $E0, $B7
db $AF, $E0, $9C, $3D, $E0, $9D, $C9, $FA
db $CB, $DB, $FE, $50, $28, $38, $FE, $FF
db $28, $1F, $FA, $01, $D4, $FE, $02, $20
db $08, $F0, $99, $EA, $04, $D4, $AF, $18
db $17, $F0, $98, $E6, $F0, $C6, $08, $EA
db $04, $D4, $F0, $99, $E6, $F0, $EA, $05
db $D4, $3E, $01, $EA, $75, $D4, $3E, $70
db $EA, $C8, $DB, $CD, $95, $14, $E0, $A3
db $EA, $46, $C1, $C3, $0F, $09, $FA, $A5
db $DB, $A7, $20, $06, $F0, $F6, $FE, $1E
db $28, $DF, $F0, $F7, $FE, $0A, $20, $30
db $F0, $F6, $FE, $7A, $28, $0C, $FE, $7B
db $28, $08, $FE, $7C, $28, $04, $FE, $7D
db $20, $1E, $3E, $00, $21, $01, $D4, $22
db $3E, $00, $22, $3E, $1A, $22, $3E, $68
db $22, $3E, $56, $22, $3E, $24, $EA, $C8
db $DB, $3E, $03, $E0, $9E, $C3, $0F, $09
db $CD, $F4, $50, $FA, $94, $DB, $C6, $04
db $EA, $94, $DB, $AF, $EA, $67, $C1, $C9
db $FA, $AA, $C1, $FE, $2E, $20, $04, $3E
db $17, $E0, $F2, $CD, $3B, $09, $EA, $6A
db $C1, $EA, $37, $C1, $EA, $3E, $C1, $CD
db $9B, $14, $CD, $0F, $21, $F0, $A3, $D6
db $02, $E0, $A3, $F0, $A2, $E6, $80, $28
db $08, $AF, $E0, $A2, $EA, $49, $C1, $E0
db $A3, $3E, $6B, $E0, $9D, $01, $10, $C0
db $F0, $99, $21, $A2, $FF, $96, $21, $3B
db $C1, $86, $D6, $10, $E0, $D7, $FA, $A9
db $C1, $FE, $01, $28, $24, $F0, $D7, $C6
db $02, $02, $03, $F0, $98, $C6, $00, $02
db $FA, $A9, $C1, $1E, $AE, $FE, $05, $28
db $08, $FE, $04, $1E, $8E, $20, $02, $1E
db $8C, $03, $7B, $02, $3E, $10, $03, $02
db $C9, $F0, $98, $D6, $08, $E0, $D8, $F0
db $E7, $17, $17, $E6, $10, $E0, $DA, $AF
db $67, $6F, $3E, $06, $E0, $D9, $CD, $40
db $15, $C9, $CD, $3B, $09, $CD, $95, $14
db $F0, $B7, $A7, $20, $2D, $EA, $67, $C1
db $F0, $9C, $FE, $06, $20, $08, $FA, $94
db $DB, $C6, $04, $EA, $94, $DB, $AF, $E0
db $9C, $FA, $A5, $DB, $A7, $20, $10, $F0
db $F6, $FE, $2B, $20, $0A, $3E, $48, $EA
db $B1, $DB, $3E, $30, $EA, $B2, $DB, $C3
db $F4, $50, $1E, $FF, $F0, $B7, $FE, $30
db $38, $0E, $1E, $4E, $FE, $40, $38, $08
db $20, $04, $3E, $03, $E0, $F3, $1E, $4C
db $7B, $E0, $9D, $C9, $3E, $40, $EA, $C7
db $DB, $FA, $B1, $DB, $E0, $98, $E0, $9F
db $FA, $B2, $DB, $E0, $99, $E0, $A0, $21
db $A2, $FF, $96, $EA, $45, $C1, $CD, $45
db $4D, $F0, $AC, $A7, $28, $04, $3E, $01
db $E0, $AC, $C9, $0D, $F3, $00, $FF, $08
db $F8, $0C, $F5, $00, $00, $F3, $0E, $F3
db $F3, $FC, $00, $06, $08, $08, $06, $04
db $FF, $FF, $04, $04, $FF, $FF, $04, $06
db $08, $08, $06, $00, $00, $20, $20, $20
db $00, $00, $40, $20, $00, $00, $20, $00
db $00, $20, $20, $FA, $9B, $C1, $E6, $7F
db $FE, $08, $F0, $9E, $38, $02, $C6, $04
db $5F, $16, $00, $21, $23, $51, $19, $7E
db $E0, $D7, $21, $1B, $51, $19, $7E, $E0
db $D8, $CB, $23, $21, $2B, $51, $19, $2A
db $E0, $D9, $7E, $E0, $DA, $21, $3B, $51
db $19, $2A, $E0, $DB, $7E, $E0, $DC, $11
db $10, $C0, $01, $14, $C0, $FA, $45, $C1
db $21, $3B, $C1, $86, $21, $D7, $FF, $86
db $77, $F0, $D9, $FE, $FF, $28, $02, $7E
db $12, $F0, $DA, $FE, $FF, $28, $02, $7E
db $02, $13, $03, $F0, $D8, $21, $98, $FF
db $86, $12, $C6, $08, $02, $13, $03, $F0
db $D9, $12, $F0, $DA, $02, $13, $03, $F0
db $DB, $12, $F0, $DC, $02, $C9, $04, $FC
db $FC, $04, $04, $04, $FC, $04, $F0, $9E
db $4F, $06, $00, $21, $BE, $51, $09, $F0
db $98, $86, $21, $00, $C2, $19, $77, $21
db $C2, $51, $09, $F0, $99, $86, $21, $10
db $C2, $19, $77, $21, $B0, $C3, $19, $72
db $C3, $CB, $10, $C5, $D5, $F0, $E8, $FE
db $40, $28, $43, $FA, $D0, $DB, $A7, $28
db $5F, $3D, $EA, $D0, $DB, $CD, $E2, $27
db $CD, $5B, $52, $CD, $87, $59, $7E, $F6
db $40, $77, $E0, $F8, $F0, $DB, $E6, $F0
db $E0, $CE, $CB, $37, $5F, $F0, $DC, $E6
db $F0, $E0, $CD, $B3, $5F, $16, $00, $CD
db $A6, $20, $F0, $CE, $C6, $08, $E0, $D7
db $F0, $CD, $C6, $10, $E0, $D8, $3E, $02
db $CD, $53, $09, $C3, $58, $52, $3E, $06
db $CD, $01, $3C, $38, $1B, $21, $80, $C2
db $19, $35, $F0, $DB, $E6, $F0, $C6, $08
db $21, $00, $C2, $19, $77, $F0, $DC, $E6
db $F0, $C6, $10, $21, $10, $C2, $19, $77
db $D1, $C1, $C9, $3E, $04, $E0, $F4, $C9
db $C5, $F0, $F7, $FE, $0A, $3E, $30, $38
db $02, $3E, $3C, $CD, $01, $3C, $38, $12
db $21, $00, $C2, $19, $36, $28, $21, $10
db $C2, $19, $36, $3C, $21, $10, $C3, $19
db $36, $70, $C1, $C9, $30, $33, $81, $01
db $28, $56, $68, $87, $B3, $E6, $0A, $01
db $01, $04, $00, $01, $02, $03, $04, $05
db $06, $07, $AF, $EA, $00, $D9, $EA, $00
db $DA, $FA, $34, $C1, $A7, $28, $04, $3D
db $EA, $34, $C1, $F0, $CB, $E6, $20, $28
db $3C, $F0, $CC, $E6, $40, $18, $36, $3E
db $01, $EA, $01, $D4, $FA, $79, $D4, $5F
db $3C, $FE, $0B, $38, $01, $AF, $EA, $79
db $D4, $16, $00, $21, $84, $52, $19, $7E
db $EA, $03, $D4, $21, $8F, $52, $19, $7E
db $EA, $02, $D4, $3E, $50, $EA, $04, $D4
db $3E, $70, $EA, $05, $D4, $21, $F2, $FF
db $36, $02, $C3, $09, $09, $06, $00, $0E
db $0F, $79, $EA, $23, $C1, $21, $10, $C5
db $09, $7E, $A7, $28, $03, $CD, $5D, $53
db $0D, $79, $FE, $FF, $20, $EB, $FA, $24
db $C1, $A7, $20, $26, $F0, $AC, $A7, $28
db $21, $FE, $01, $20, $1E, $21, $AD, $FF
db $F0, $98, $96, $C6, $06, $FE, $0C, $30
db $0C, $21, $AE, $FF, $F0, $99, $96, $C6
db $06, $FE, $0C, $38, $05, $F0, $AC, $3C
db $E0, $AC, $C9, $F0, $A2, $A7, $20, $24
db $21, $AD, $FF, $F0, $98, $96, $C6, $05
db $FE, $0A, $30, $18, $21, $AE, $FF, $F0
db $99, $96, $C6, $05, $FE, $0A, $30, $0C
db $FA, $5C, $C1, $A7, $20, $06, $CD, $15
db $09, $AF, $E0, $AC, $C9, $F5, $FA, $24
db $C1, $A7, $20, $0E, $21, $20, $C5, $09
db $7E, $A7, $28, $09, $3D, $77, $E0, $D7
db $20, $03, $CD, $DB, $56, $F1, $3D, $C7
db $19, $56, $99, $56, $99, $56, $99, $56
db $E1, $55, $A7, $55, $50, $55, $38, $55
db $3D, $54, $02, $54, $0A, $55, $11, $56
db $D2, $53, $00, $00, $08, $20, $00, $08
db $06, $20, $00, $00, $06, $00, $00, $08
db $08, $00, $00, $04, $04, $40, $00, $04
db $04, $40, $00, $04, $04, $00, $00, $04
db $04, $00, $00, $00, $08, $30, $00, $08
db $06, $30, $00, $00, $06, $10, $00, $08
db $08, $10, $00, $04, $04, $50, $00, $04
db $04, $50, $00, $04, $04, $10, $00, $04
db $04, $10, $F0, $E7, $A9, $E6, $01, $C8
db $CD, $C5, $56, $21, $90, $C5, $09, $7E
db $17, $17, $17, $E6, $F8, $5F, $50, $21
db $92, $53, $F0, $E7, $E6, $02, $28, $03
db $21, $B2, $53, $C3, $2E, $56, $F8, $00
db $08, $10, $6C, $6E, $6E, $6C, $00, $00
db $20, $20, $CD, $C5, $56, $FA, $C0, $C3
db $5F, $16, $00, $21, $30, $C0, $19, $E5
db $D1, $C5, $0E, $04, $F0, $D8, $12, $13
db $F0, $D9, $21, $F5, $53, $09, $86, $12
db $13, $21, $F9, $53, $09, $7E, $12, $13
db $21, $FD, $53, $09, $7E, $12, $13, $0D
db $20, $E2, $C1, $3E, $04, $CD, $EA, $56
db $C9, $7E, $1F, $0C, $1F, $3E, $02, $E0
db $A1, $EA, $67, $C1, $AF, $EA, $55, $C1
db $F0, $D7, $FE, $02, $30, $04, $21, $67
db $C1, $70, $FE, $DE, $20, $05, $CD, $5B
db $52, $3E, $DE, $FE, $A0, $20, $05, $21
db $F4, $FF, $36, $2A, $FE, $0A, $20, $07
db $3E, $50, $EA, $AF, $C5, $3E, $0A, $FE
db $20, $38, $10, $FE, $9C, $D0, $1E, $01
db $E6, $04, $28, $02, $1E, $FE, $7B, $EA
db $55, $C1, $C9, $E6, $0F, $FE, $08, $C2
db $F9, $54, $F0, $D7, $1F, $1F, $1F, $E6
db $02, $5F, $50, $21, $39, $54, $19, $2A
db $E0, $D7, $7E, $E0, $D8, $3E, $60, $E0
db $CE, $F0, $F6, $FE, $B5, $3E, $10, $20
db $06, $3E, $60, $E0, $CE, $3E, $10, $E0
db $CD, $CD, $39, $28, $FA, $00, $D6, $5F
db $50, $21, $01, $D6, $19, $F0, $CF, $22
db $F0, $D0, $22, $3E, $41, $22, $F0, $D7
db $22, $F0, $CF, $22, $F0, $D0, $C6, $20
db $22, $3E, $41, $22, $F0, $D8, $22, $70
db $7B, $C6, $08, $EA, $00, $D6, $21, $20
db $C5, $09, $7E, $FE, $08, $20, $12, $21
db $27, $D7, $F0, $F6, $FE, $B5, $20, $03
db $21, $27, $D7, $36, $E3, $3E, $23, $E0
db $F2, $C9, $00, $04, $24, $00, $00, $04
db $24, $00, $00, $00, $1E, $00, $00, $08
db $1E, $60, $CD, $C5, $56, $F0, $D7, $E6
db $08, $16, $00, $5F, $21, $FA, $54, $FA
db $4A, $C1, $A7, $C2, $2E, $56, $19, $11
db $00, $C0, $CD, $49, $56, $C3, $49, $56
db $00, $00, $1E, $00, $00, $08, $1E, $60
db $00, $00, $30, $00, $00, $08, $30, $60
db $CD, $C5, $56, $F0, $D7, $E6, $08, $16
db $00, $5F, $21, $28, $55, $C3, $2E, $56
db $01, $FF, $01, $FF, $01, $01, $FF, $FF
db $F0, $D7, $FE, $0A, $38, $1C, $21, $90
db $C5, $09, $5E, $50, $21, $48, $55, $19
db $7E, $21, $30, $C5, $09, $86, $77, $21
db $4C, $55, $19, $7E, $21, $40, $C5, $09
db $86, $77, $CD, $C5, $56, $C5, $0E, $3A
db $F0, $D7, $FE, $07, $30, $02, $0E, $3C
db $FA, $C0, $C3, $5F, $16, $00, $21, $30
db $C0, $19, $F0, $D8, $22, $F0, $D9, $22
db $79, $22, $AF, $22, $F0, $D8, $22, $F0
db $D9, $C6, $08, $22, $79, $22, $36, $20
db $C1, $3E, $02, $CD, $EA, $56, $C9, $CD
db $C5, $56, $FA, $C0, $C3, $5F, $16, $00
db $21, $30, $C0, $19, $F0, $D8, $22, $F0
db $D9, $22, $3E, $24, $22, $F0, $E7, $A9
db $CB, $17, $CB, $17, $CB, $17, $CB, $17
db $E6, $10, $77, $3E, $01, $CD, $EA, $56
db $C9, $00, $FF, $3C, $00, $00, $07, $3C
db $20, $00, $FF, $3A, $00, $00, $07, $3A
db $20, $CD, $C5, $56, $F0, $D7, $E6, $08
db $16, $00, $5F, $21, $D1, $55, $C3, $2E
db $56, $F6, $FE, $18, $00, $F8, $0A, $18
db $20, $FC, $00, $18, $00, $FE, $08, $18
db $20, $00, $FA, $18, $00, $00, $0E, $18
db $20, $02, $FC, $18, $00, $02, $0C, $18
db $20, $CD, $C5, $56, $21, $01, $56, $18
db $0E, $CD, $C5, $56, $FA, $A7, $C1, $FE
db $02, $CA, $6C, $56, $21, $F1, $55, $F0
db $D7, $E6, $08, $5F, $16, $00, $19, $E5
db $FA, $C0, $C3, $5F, $16, $00, $21, $30
db $C0, $19, $E5, $D1, $E1, $CD, $49, $56
db $CD, $49, $56, $3E, $02, $CD, $EA, $56
db $C9, $F0, $D8, $86, $12, $23, $13, $F0
db $D9, $86, $12, $23, $13, $2A, $12, $13
db $2A, $12, $13, $C9, $00, $00, $7A, $00
db $00, $08, $7A, $20, $00, $00, $78, $00
db $00, $08, $78, $20, $F0, $D7, $E6, $08
db $16, $00, $5F, $21, $5C, $56, $C3, $2E
db $56, $00, $00, $32, $00, $00, $08, $32
db $20, $00, $00, $32, $00, $00, $08, $32
db $20, $00, $00, $30, $00, $00, $08, $30
db $20, $00, $00, $30, $00, $00, $08, $30
db $20, $CD, $C5, $56, $F0, $D7, $FE, $04
db $20, $0E, $21, $10, $C5, $09, $7E, $FE
db $03, $20, $05, $CD, $92, $5C, $18, $07
db $FE, $04, $20, $03, $CD, $00, $5D, $F0
db $D7, $17, $E6, $18, $16, $00, $5F, $21
db $79, $56, $C3, $2E, $56, $21, $40, $C5
db $09, $7E, $E0, $D8, $FE, $88, $30, $0B
db $21, $30, $C5, $09, $7E, $E0, $D9, $FE
db $A8, $38, $06, $21, $10, $C5, $09, $AF
db $77, $C9, $00, $08, $10, $18, $20, $28
db $30, $38, $CB, $27, $CB, $27, $5F, $FA
db $C0, $C3, $83, $FE, $60, $38, $02, $D6
db $60, $EA, $C0, $C3, $FA, $C1, $C3, $83
db $EA, $C1, $C3, $FE, $60, $38, $13, $F0
db $E7, $21, $23, $C1, $86, $E6, $07, $5F
db $16, $00, $21, $E2, $56, $19, $7E, $EA
db $C0, $C3, $C9, $F0, $99, $E0, $D8, $F0
db $98, $E0, $D7, $3E, $0E, $E0, $F2, $3E
db $01, $CD, $53, $09, $C9, $FE, $FD, $FB
db $F7, $21, $9F, $C1, $FA, $24, $C1, $B6
db $21, $4F, $C1, $B6, $20, $1F, $FA, $A5
db $DB, $A7, $28, $19, $CD, $15, $5B, $FA
db $88, $C1, $A7, $28, $11, $FE, $02, $3E
db $01, $E0, $A1, $28, $05, $CD, $71, $58
db $18, $03, $CD, $E1, $59, $C9, $FA, $8C
db $C1, $A7, $28, $2F, $1E, $03, $FA, $8A
db $C1, $4F, $1C, $7B, $FE, $08, $28, $1E
db $CB, $39, $30, $F6, $16, $00, $21, $29
db $57, $19, $FA, $8A, $C1, $A6, $EA, $8A
db $C1, $7B, $EA, $89, $C1, $AF, $EA, $AC
db $DB, $3C, $EA, $88, $C1, $C9, $AF, $EA
db $8C, $C1, $C9, $FA, $8D, $C1, $A7, $20
db $01, $C9, $1E, $03, $FA, $8B, $C1, $4F
db $1C, $7B, $FE, $08, $28, $1F, $CB, $39
db $30, $F6, $16, $00, $21, $29, $57, $19
db $FA, $8B, $C1, $A6, $EA, $8B, $C1, $7B
db $EA, $89, $C1, $3E, $02, $EA, $88, $C1
db $AF, $EA, $AC, $DB, $C9, $AF, $EA, $8D
db $C1, $C9, $50, $51, $13, $12, $11, $10
db $42, $43, $45, $13, $55, $11, $12, $46
db $10, $56, $58, $59, $13, $12, $11, $10
db $4A, $4B, $4D, $13, $5D, $11, $12, $4E
db $10, $5E, $02, $03, $13, $12, $11, $10
db $13, $12, $11, $10, $13, $12, $12, $13
db $10, $11, $12, $13, $10, $11, $11, $10
db $13, $12, $11, $10, $13, $12, $12, $13
db $10, $11, $12, $13, $10, $11, $11, $10
db $13, $12, $08, $08, $00, $00, $08, $08
db $00, $00, $08, $08, $08, $00, $00, $08
db $08, $00, $00, $08, $00, $00, $08, $08
db $00, $00, $08, $08, $00, $08, $08, $10
db $10, $08, $08, $10, $10, $08, $00, $00
db $00, $00, $00, $00, $00, $00, $01, $01
db $10, $10, $01, $01, $10, $10, $43, $8C
db $09, $0B, $43, $8C, $09, $0B, $44, $08
db $0A, $0C, $44, $08, $0A, $0C, $04, $08
db $02, $01, $04, $08, $02, $01, $04, $F8
db $08, $FF, $01, $F8, $08, $FF, $01, $F8
db $08, $04, $01, $02, $08, $04, $01, $02
db $08, $1E, $00, $53, $4B, $43, $AF, $E0
db $E3, $E0, $E5, $FA, $89, $C1, $4F, $A7
db $28, $09, $AF, $C6, $04, $5F, $16, $00
db $0D, $20, $F8, $21, $12, $58, $FA, $89
db $C1, $4F, $06, $00, $09, $7E, $21, $D0
db $C1, $09, $86, $E0, $CE, $21, $24, $58
db $F0, $E3, $4F, $09, $FA, $89, $C1, $4F
db $09, $7E, $21, $E0, $C1, $09, $86, $E0
db $CD, $D5, $CD, $39, $28, $D1, $F0, $E3
db $A7, $28, $02, $13, $13, $FA, $00, $D6
db $4F, $06, $00, $C6, $05, $EA, $00, $D6
db $21, $01, $D6, $09, $F0, $CF, $22, $F0
db $D0, $22, $3E, $01, $22, $E5, $21, $CA
db $57, $19, $7E, $E1, $22, $E5, $21, $CB
db $57, $19, $7E, $E1, $77, $F0, $E3, $A7
db $20, $07, $3E, $09, $E0, $E3, $C3, $9D
db $58, $AF, $23, $77, $FA, $AC, $DB, $C6
db $01, $EA, $AC, $DB, $FA, $AC, $DB, $FE
db $08, $30, $01, $C9, $F0, $E5, $A7, $20
db $10, $AF, $E0, $E3, $7B, $C6, $24, $5F
db $16, $00, $E0, $E5, $1B, $1B, $C3, $9D
db $58, $AF, $EA, $88, $C1, $EA, $A8, $C1
db $AF, $E0, $E5, $FA, $89, $C1, $4F, $06
db $00, $21, $F0, $C1, $09, $7E, $E0, $D7
db $79, $E6, $07, $4F, $21, $36, $58, $09
db $7E, $21, $D7, $FF, $86, $5F, $16, $00
db $21, $46, $58, $09, $7E, $21, $11, $D7
db $19, $77, $F0, $E5, $A7, $20, $08, $79
db $C6, $08, $E0, $E5, $4F, $18, $DD, $CD
db $87, $59, $E5, $C1, $FA, $89, $C1, $5F
db $16, $00, $21, $56, $58, $19, $0A, $B6
db $02, $E0, $F8, $21, $5F, $58, $19, $FA
db $AE, $DB, $86, $5F, $CD, $25, $2B, $E5
db $C1, $FA, $89, $C1, $5F, $16, $00, $21
db $68, $58, $19, $0A, $B6, $02, $C9, $21
db $00, $D8, $F0, $F6, $5F, $FA, $A5, $DB
db $57, $A7, $28, $0B, $F0, $F7, $FE, $1A
db $30, $05, $FE, $06, $38, $01, $14, $19
db $C9, $58, $59, $13, $12, $11, $10, $4A
db $4B, $4D, $13, $5D, $11, $12, $4E, $10
db $5E, $40, $41, $58, $59, $4A, $4B, $52
db $53, $44, $4D, $54, $5D, $4E, $47, $5E
db $57, $08, $08, $00, $00, $08, $08, $00
db $00, $00, $00, $08, $08, $08, $08, $10
db $10, $00, $00, $00, $00, $01, $01, $10
db $10, $35, $37, $39, $3B, $36, $38, $3A
db $3C, $1E, $00, $53, $4B, $43, $AF, $E0
db $E3, $E0, $E4, $E0, $E5, $FA, $89, $C1
db $D6, $04, $28, $0A, $4F, $AF, $C6, $04
db $5F, $16, $00, $0D, $20, $F8, $21, $BD
db $59, $FA, $89, $C1, $4F, $06, $00, $09
db $7E, $21, $D0, $C1, $09, $86, $E0, $CE
db $21, $C5, $59, $F0, $E3, $4F, $09, $FA
db $89, $C1, $4F, $09, $7E, $21, $E0, $C1
db $09, $86, $E0, $CD, $FA, $B2, $DB, $D6
db $10, $21, $CD, $FF, $96, $C6, $10, $FE
db $20, $30, $19, $FA, $B1, $DB, $D6, $08
db $21, $CE, $FF, $96, $C6, $10, $FE, $20
db $30, $0A, $F0, $98, $EA, $B1, $DB, $F0
db $99, $EA, $B2, $DB, $D5, $CD, $39, $28
db $D1, $F0, $E3, $A7, $28, $02, $13, $13
db $FA, $00, $D6, $4F, $06, $00, $C6, $05
db $EA, $00, $D6, $21, $01, $D6, $09, $F0
db $CF, $22, $F0, $D0, $22, $3E, $01, $22
db $E5, $21, $A1, $59, $19, $7E, $E1, $22
db $E5, $21, $A2, $59, $19, $7E, $E1, $77
db $F0, $E3, $A7, $20, $07, $3E, $04, $E0
db $E3, $C3, $10, $5A, $AF, $23, $77, $FA
db $AC, $DB, $C6, $01, $EA, $AC, $DB, $FA
db $AC, $DB, $FE, $08, $30, $01, $C9, $F0
db $E5, $A7, $20, $10, $AF, $E0, $E3, $7B
db $C6, $10, $5F, $16, $00, $E0, $E5, $1B
db $1B, $C3, $10, $5A, $AF, $EA, $88, $C1
db $EA, $A8, $C1, $AF, $E0, $E5, $FA, $89
db $C1, $D6, $04, $4F, $06, $00, $21, $F4
db $C1, $09, $7E, $E0, $D7, $21, $D1, $59
db $09, $7E, $21, $D7, $FF, $86, $5F, $16
db $00, $21, $D9, $59, $09, $7E, $21, $11
db $D7, $19, $77, $F0, $E5, $A7, $20, $08
db $79, $C6, $04, $E0, $E5, $4F, $18, $DD
db $21, $00, $D8, $FA, $A5, $DB, $A7, $28
db $03, $21, $00, $D9, $F0, $F6, $5F, $16
db $00, $19, $E5, $FA, $89, $C1, $5F, $16
db $00, $21, $56, $58, $19, $7E, $2F, $E1
db $A6, $77, $E0, $F8, $C9, $FA, $8E, $C1
db $A7, $CA, $C8, $5B, $CD, $3F, $5D, $FA
db $8E, $C1, $E6, $E0, $CB, $3F, $CB, $3F
db $CB, $3F, $CB, $3F, $CB, $3F, $C7, $63
db $5D, $ED, $5B, $3F, $5B, $69, $5C, $C9
db $5B, $AF, $5B, $DF, $5B, $88, $5B, $CD
db $75, $5B, $0E, $0F, $06, $00, $21, $40
db $C3, $09, $7E, $E6, $80, $20, $1F, $21
db $80, $C2, $09, $7E, $FE, $05, $38, $16
db $36, $01, $21, $80, $C4, $09, $36, $1F
db $21, $40, $C3, $09, $7E, $E6, $F0, $F6
db $02, $77, $3E, $13, $E0, $F4, $0D, $79
db $FE, $FF, $20, $D2, $C9, $F0, $F8, $E6
db $10, $20, $0B, $FA, $8F, $C1, $A7, $28
db $05, $AF, $EA, $8E, $C1, $C9, $F1, $C9
db $CD, $75, $5B, $3E, $2F, $CD, $01, $3C
db $21, $00, $C2, $19, $36, $88, $21, $10
db $C2, $19, $36, $30, $21, $50, $C4, $19
db $36, $80, $3E, $88, $E0, $D7, $3E, $30
db $E0, $D8, $3E, $02, $C3, $BC, $5B, $CD
db $75, $5B, $3E, $88, $E0, $D7, $3E, $20
db $E0, $D8, $3E, $04, $CD, $53, $09, $CD
db $87, $59, $7E, $F6, $10, $77, $E0, $F8
db $C9, $CD, $75, $5B, $F0, $F6, $FE, $69
db $20, $09, $CD, $87, $59, $7E, $F6, $10
db $77, $E0, $F8, $CD, $60, $52, $C9, $F0
db $F7, $5F, $16, $00, $21, $65, $DB, $19
db $7E, $E6, $01, $20, $4F, $FA, $90, $C1
db $A7, $20, $03, $CD, $3D, $5C, $FA, $8F
db $C1, $A7, $28, $40, $FA, $8E, $C1, $FE
db $C1, $20, $27, $F0, $F7, $5F, $16, $00
db $21, $65, $DB, $19, $7E, $F6, $01, $77
db $16, $00, $F0, $F6, $5F, $21, $00, $D9
db $F0, $F7, $FE, $1A, $30, $05, $FE, $06
db $38, $01, $14, $19, $CB, $EE, $3E, $1B
db $E0, $F2, $FA, $90, $C1, $A7, $28, $0C
db $AF, $EA, $8E, $C1, $3E, $01, $EA, $8C
db $C1, $CD, $5B, $52, $C9, $F0, $98, $D6
db $11, $FE, $7E, $30, $1F, $F0, $99, $D6
db $16, $FE, $5E, $30, $17, $FA, $8F, $C1
db $A7, $20, $11, $3E, $01, $EA, $8D, $C1
db $EA, $90, $C1, $3E, $04, $EA, $11, $C1
db $3E, $10, $E0, $F4, $C9, $60, $70, $61
db $71, $CD, $75, $5B, $3E, $88, $E0, $D7
db $F0, $99, $D6, $30, $C6, $08, $FE, $10
db $30, $0E, $F0, $98, $D6, $88, $C6, $10
db $FE, $20, $30, $04, $3E, $40, $18, $02
db $3E, $30, $E0, $D8, $3E, $03, $CD, $53
db $09, $C9, $F0, $99, $D6, $30, $C6, $08
db $FE, $10, $30, $0E, $F0, $98, $D6, $88
db $C6, $10, $FE, $20, $30, $04, $3E, $30
db $18, $02, $3E, $20, $E0, $CD, $3E, $80
db $E0, $CE, $CB, $37, $E6, $0F, $5F, $F0
db $CD, $E6, $F0, $B3, $5F, $16, $00, $21
db $11, $D7, $19, $3E, $A0, $77, $CD, $39
db $28, $FA, $00, $D6, $5F, $16, $00, $21
db $01, $D6, $19, $C6, $0A, $EA, $00, $D6
db $11, $65, $5C, $F0, $CF, $22, $F0, $D0
db $22, $3E, $81, $22, $1A, $13, $22, $1A
db $13, $22, $F0, $CF, $22, $F0, $D0, $3C
db $22, $3E, $81, $22, $1A, $13, $22, $1A
db $22, $AF, $77, $C9, $6A, $7A, $6B, $7B
db $3E, $01, $E0, $AC, $3E, $10, $E0, $CD
db $C6, $10, $E0, $AE, $3E, $80, $E0, $CE
db $C6, $08, $E0, $AD, $CB, $37, $E6, $0F
db $5F, $F0, $CD, $E6, $F0, $B3, $5F, $16
db $00, $21, $11, $D7, $19, $3E, $BE, $77
db $CD, $39, $28, $FA, $00, $D6, $5F, $16
db $00, $21, $01, $D6, $19, $C6, $0A, $EA
db $00, $D6, $11, $FC, $5C, $18, $9C, $E6
db $1F, $E0, $D7, $3D, $C7, $9C, $5D, $63
db $5D, $81, $5D, $63, $5D, $78, $5D, $89
db $5D, $63, $5D, $9C, $5D, $63, $5D, $64
db $5D, $63, $5D, $63, $5D, $63, $5D, $63
db $5D, $63, $5D, $C9, $F0, $F7, $FE, $06
db $20, $05, $FA, $E8, $DA, $18, $03, $FA
db $FF, $D9, $E6, $20, $C2, $EC, $08, $C9
db $FA, $A2, $C1, $FE, $02, $CA, $EC, $08
db $C9, $FA, $CB, $C1, $A7, $C2, $EC, $08
db $C9, $0E, $00, $21, $B6, $DB, $2A, $B9
db $20, $09, $0C, $79, $FE, $03, $20, $F6
db $CD, $EC, $08, $C9, $0E, $0F, $06, $00
db $21, $80, $C2, $09, $7E, $A7, $28, $09
db $21, $30, $C4, $09, $7E, $E6, $02, $28
db $1B, $0D, $79, $FE, $FF, $20, $E9, $F0
db $D7, $FE, $08, $20, $0C, $FA, $60, $D4
db $A7, $28, $09, $FA, $13, $C1, $A7, $20
db $03, $C3, $EC, $08, $C9, $1A, $BE, $38
db $02, $7E, $12, $23, $C9, $21, $76, $DB
db $11, $4C, $DB, $CD, $CD, $5D, $11, $4D
db $DB, $CD, $CD, $5D, $11, $45, $DB, $CD
db $CD, $5D, $FA, $1C, $C1, $FE, $02, $D0
db $FA, $9F, $C1, $A7, $C2, $DC, $5E, $FA
db $24, $C1, $A7, $C2, $F1, $5E, $FA, $4F
db $C1, $A7, $C2, $83, $5E, $F0, $CB, $E6
db $40, $C2, $C8, $5E, $F0, $CC, $E6, $80
db $CA, $C8, $5E, $FA, $9A, $DB, $FE, $00
db $28, $14, $FA, $67, $C1, $A7, $C2, $C8
db $5E, $F0, $A1, $FE, $02, $CA, $C8, $5E
db $F0, $9D, $3C, $CA, $C8, $5E, $FA, $B5
db $C1, $21, $B8, $C1, $B6, $21, $B9, $C1
db $B6, $C2, $C8, $5E, $3E, $01, $EA, $4F
db $C1, $EA, $51, $C1, $3E, $12, $E0, $F2
db $FA, $50, $C1, $2F, $3C, $EA, $50, $C1
db $E6, $80, $28, $25, $3E, $11, $E0, $F2
db $AF, $EA, $51, $C1, $3E, $0B, $EA, $54
db $C1, $FA, $A5, $DB, $A7, $3E, $07, $28
db $0D, $F0, $F7, $FE, $08, $3E, $07, $30
db $05, $CD, $9B, $6A, $3E, $02, $E0, $90
db $C9, $3E, $07, $E0, $A9, $3E, $70, $E0
db $AA, $F1, $C9, $FA, $51, $C1, $A7, $20
db $1B, $FA, $01, $D6, $A7, $20, $07, $CD
db $1F, $63, $21, $51, $C1, $34, $F1, $CD
db $1B, $78, $CD, $9E, $14, $CD, $CC, $1C
db $CD, $2B, $0B, $C9, $CD, $F2, $5E, $FA
db $50, $C1, $21, $9A, $DB, $86, $77, $FE
db $80, $28, $0C, $FE, $00, $20, $0E, $3E
db $03, $E0, $A9, $3E, $30, $E0, $AA, $AF
db $EA, $4F, $C1, $18, $03, $CD, $97, $5E
db $FA, $9A, $DB, $FE, $80, $28, $0D, $FA
db $4F, $C1, $A7, $20, $06, $CD, $5E, $64
db $CD, $F0, $63, $F1, $FA, $9F, $C1, $E6
db $7F, $28, $08, $FE, $0C, $28, $04, $FE
db $0D, $20, $06, $CD, $09, $5F, $CD, $1A
db $60, $C9, $FA, $54, $C1, $FE, $01, $28
db $0F, $4F, $06, $00, $3D, $5F, $CD, $ED
db $61, $FA, $54, $C1, $3D, $EA, $54, $C1
db $C9, $21, $00, $D6, $F0, $E7, $E6, $01
db $B6, $C0, $21, $CE, $C3, $7E, $A7, $28
db $02, $35, $C9, $21, $8F, $DB, $FA, $90
db $DB, $B6, $28, $50, $3E, $05, $E0, $F3
db $FA, $90, $DB, $5F, $FA, $8F, $DB, $CB
db $23, $17, $CB, $23, $17, $CB, $23, $17
db $3C, $FE, $0A, $38, $02, $3E, $09, $5F
db $FA, $90, $DB, $93, $EA, $90, $DB, $7E
db $DE, $00, $77, $FA, $5E, $DB, $83, $27
db $EA, $5E, $DB, $FA, $5D, $DB, $CE, $00
db $27, $EA, $5D, $DB, $FE, $10, $38, $11
db $3E, $09, $EA, $5D, $DB, $3E, $99, $EA
db $5E, $DB, $AF, $EA, $8F, $DB, $EA, $90
db $DB, $CD, $D1, $5F, $21, $91, $DB, $FA
db $92, $DB, $B6, $28, $53, $3E, $05, $E0
db $F3, $FA, $92, $DB, $5F, $FA, $91, $DB
db $CB, $23, $17, $CB, $23, $17, $CB, $23
db $17, $3C, $FE, $0A, $38, $02, $3E, $09
db $5F, $FA, $92, $DB, $93, $EA, $92, $DB
db $7E, $DE, $00, $77, $FA, $5E, $DB, $21
db $5D, $DB, $B6, $28, $23, $FA, $5E, $DB
db $93, $27, $EA, $5E, $DB, $FA, $5D, $DB
db $DE, $00, $27, $EA, $5D, $DB, $30, $0D
db $AF, $EA, $5D, $DB, $EA, $5E, $DB, $EA
db $91, $DB, $EA, $92, $DB, $CD, $D1, $5F
db $C9, $FA, $00, $D6, $5F, $16, $00, $C6
db $06, $EA, $00, $D6, $21, $01, $D6, $19
db $3E, $9C, $22, $3E, $2A, $22, $3E, $02
db $22, $E5, $FA, $5D, $DB, $E6, $0F, $5F
db $C6, $B0, $E1, $22, $E5, $FA, $5E, $DB
db $CB, $37, $E6, $0F, $C6, $B0, $E1, $22
db $E5, $FA, $5E, $DB, $E6, $0F, $C6, $B0
db $E1, $22, $3E, $00, $22, $C9, $05, $05
db $05, $09, $09, $09, $11, $11, $11, $19
db $19, $19, $AF, $EA, $63, $C1, $FA, $5B
db $DB, $5F, $16, $00, $21, $0B, $60, $19
db $FA, $5A, $DB, $BE, $30, $17, $3E, $01
db $EA, $63, $C1, $FA, $10, $C1, $3D, $FE
db $FF, $20, $07, $3E, $30, $21, $F3, $FF
db $36, $04, $EA, $10, $C1, $F0, $E7, $E6
db $01, $28, $5A, $FA, $00, $D6, $A7, $20
db $54, $FA, $93, $DB, $A7, $28, $31, $3D
db $EA, $93, $DB, $FA, $5B, $DB, $FE, $0F
db $38, $02, $3E, $0E, $CB, $27, $CB, $27
db $CB, $27, $5F, $FA, $5A, $DB, $BB, $20
db $06, $AF, $EA, $93, $DB, $18, $11, $3C
db $EA, $5A, $DB, $E6, $07, $FE, $06, $20
db $04, $3E, $06, $E0, $F3, $C3, $17, $61
db $FA, $94, $DB, $A7, $28, $17, $3D, $EA
db $94, $DB, $FA, $5A, $DB, $A7, $28, $04
db $3D, $EA, $5A, $DB, $CD, $17, $61, $FA
db $5A, $DB, $A7, $28, $01, $C9, $FA, $0D
db $DB, $A7, $28, $55, $3D, $EA, $0D, $DB
db $3E, $08, $EA, $5A, $DB, $FA, $93, $DB
db $C6, $80, $EA, $93, $DB, $3E, $A0, $EA
db $C7, $DB, $FA, $00, $D6, $5F, $16, $00
db $C6, $04, $EA, $00, $D6, $21, $01, $D6
db $19, $3E, $9C, $22, $3E, $93, $22, $3E
db $00, $22, $FA, $0D, $DB, $C6, $B0, $FE
db $B0, $28, $04, $22, $AF, $77, $C9, $3E
db $7F, $22, $3E, $9C, $22, $3E, $72, $22
db $3E, $C1, $22, $3E, $7F, $22, $AF, $77
db $FA, $00, $D6, $C6, $04, $EA, $00, $D6
db $C9, $C9, $9C, $0D, $06, $7F, $7F, $7F
db $7F, $7F, $7F, $7F, $9C, $2D, $06, $7F
db $7F, $7F, $7F, $7F, $7F, $7F, $00, $FA
db $00, $D6, $5F, $16, $00, $C6, $14, $EA
db $00, $D6, $21, $01, $D6, $19, $D5, $01
db $02, $61, $1E, $15, $0A, $03, $22, $1D
db $20, $FA, $00, $00, $00, $00, $D1, $21
db $04, $D6, $19, $0E, $00, $FA, $5A, $DB
db $A7, $28, $22, $E0, $D7, $F0, $D7, $D6
db $08, $E0, $D7, $38, $0F, $3E, $A9, $22
db $0C, $79, $FE, $07, $20, $04, $7D, $C6
db $03, $6F, $18, $E9, $C6, $08, $28, $05
db $3E, $CE, $22, $18, $09, $FA, $5B, $DB
db $B9, $28, $0F, $3E, $CD, $22, $0C, $79
db $FE, $07, $20, $04, $7D, $C6, $03, $6F
db $18, $EB, $C9, $7F, $7F, $7F, $7F, $7F
db $7F, $84, $7F, $7F, $85, $BA, $7F, $80
db $7F, $7F, $81, $7F, $7F, $82, $7F, $7F
db $83, $BA, $7F, $86, $7F, $7F, $87, $BA
db $7F, $88, $7F, $7F, $89, $7F, $7F, $8A
db $7F, $7F, $8B, $7F, $7F, $8C, $7F, $7F
db $8D, $7F, $7F, $98, $7F, $7F, $99, $7F
db $7F, $90, $7F, $7F, $91, $7F, $7F, $92
db $7F, $7F, $93, $7F, $7F, $96, $7F, $7F
db $97, $7F, $7F, $8E, $7F, $7F, $8F, $7F
db $7F, $A4, $7F, $7F, $A5, $7F, $7F, $9C
db $01, $9C, $06, $9C, $61, $9C, $65, $9C
db $C1, $9C, $C5, $9D, $21, $9D, $25, $9D
db $81, $9D, $85, $9D, $E1, $9D, $E5, $0E
db $01, $06, $00, $1E, $FF, $FA, $04, $00
db $A7, $C0, $D5, $C5, $21, $00, $DB, $09
db $7E, $E0, $D8, $CB, $27, $5F, $CB, $27
db $83, $E0, $D7, $FA, $00, $D6, $5F, $16
db $00, $21, $01, $D6, $19, $C6, $0C, $EA
db $00, $D6, $E5, $CB, $21, $21, $CF, $61
db $09, $E5, $D1, $E1, $1A, $13, $22, $1A
db $13, $22, $3E, $02, $22, $F0, $D7, $4F
db $E5, $21, $7B, $61, $09, $E5, $D1, $E1
db $1A, $13, $22, $1A, $13, $22, $1A, $13
db $22, $C1, $C5, $E5, $CB, $21, $21, $CF
db $61, $09, $E5, $D1, $E1, $13, $23, $1A
db $C6, $20, $77, $1B, $2B, $1A, $13, $13
db $CE, $00, $22, $23, $3E, $02, $22, $F0
db $D7, $4F, $E5, $21, $7E, $61, $09, $E5
db $D1, $E1, $1A, $13, $22, $CD, $73, $62
db $AF, $77, $C1, $D1, $0D, $79, $BB, $C2
db $ED, $61, $C9, $F0, $D8, $FE, $09, $28
db $3C, $FE, $0C, $28, $2D, $3D, $28, $1D
db $3D, $28, $4C, $3D, $28, $0D, $3D, $28
db $0F, $3D, $28, $3E, $1A, $13, $22, $1A
db $13, $22, $C9, $FA, $43, $DB, $18, $08
db $FA, $44, $DB, $18, $03, $FA, $4E, $DB
db $C6, $B0, $4F, $1A, $13, $22, $79, $13
db $22, $C9, $FA, $4B, $DB, $A7, $20, $DC
db $FA, $4C, $DB, $18, $1D, $FA, $49, $DB
db $A7, $CA, $8C, $62, $FA, $4A, $DB, $3C
db $CB, $37, $CD, $D2, $62, $2B, $36, $7F
db $23, $C9, $FA, $45, $DB, $18, $03, $FA
db $4D, $DB, $F5, $E6, $0F, $C6, $B0, $4F
db $F1, $CB, $37, $E6, $0F, $C6, $B0, $22
db $79, $22, $C9, $9C, $6A, $83, $94, $95
db $C0, $C1, $9C, $6C, $83, $A0, $A1, $C2
db $C3, $9C, $6E, $83, $9A, $9B, $C4, $C5
db $9C, $6F, $81, $9C, $9D, $9C, $B0, $81
db $C6, $C7, $9C, $71, $81, $9E, $9F, $9C
db $B2, $81, $CA, $CB, $9C, $92, $01, $7F
db $7F, $9C, $D3, $00, $7F, $00, $03, $0A
db $11, $22, $05, $0C, $13, $1D, $27, $21
db $01, $D6, $01, $E3, $62, $1E, $33, $0A
db $03, $22, $1D, $20, $FA, $11, $0C, $DB
db $01, $00, $00, $79, $FE, $02, $20, $07
db $FA, $7F, $DB, $A7, $79, $20, $20, $FE
db $04, $20, $14, $FA, $A5, $DB, $A7, $28
db $0B, $F0, $F7, $FE, $0A, $30, $05, $11
db $CC, $DB, $18, $03, $11, $11, $DB, $1A
db $FE, $FF, $28, $03, $A7, $20, $1F, $D5
db $21, $16, $63, $09, $5E, $16, $00, $21
db $01, $D6, $19, $3E, $7F, $22, $22, $79
db $FE, $02, $20, $09, $23, $23, $23, $23
db $23, $3E, $7F, $22, $77, $D1, $13, $0C
db $79, $FE, $09, $20, $AE, $21, $01, $D6
db $11, $2C, $00, $19, $FA, $0F, $DB, $A7
db $28, $0E, $5F, $CB, $37, $E6, $0F, $C6
db $B0, $22, $7B, $E6, $0F, $C6, $B0, $22
db $21, $01, $D6, $11, $31, $00, $19, $FA
db $A5, $DB, $A7, $28, $0E, $F0, $F7, $FE
db $0A, $30, $08, $FA, $D0, $DB, $A7, $28
db $0F, $18, $0A, $FA, $15, $DB, $A7, $28
db $07, $FE, $06, $30, $03, $C6, $B0, $77
db $3E, $32, $EA, $00, $D6, $C9, $0F, $37
db $0F, $2F, $0F, $2F, $0F, $2F, $0F, $2F
db $0F, $2F, $0E, $0E, $26, $26, $3E, $3E
db $56, $56, $6E, $6E, $86, $86, $FA, $97
db $DB, $FE, $E4, $D8, $16, $02, $18, $02
db $16, $0C, $21, $00, $DB, $1E, $00, $2A
db $FE, $01, $28, $06, $1C, $7B, $BA, $20
db $F6, $C9, $16, $00, $21, $CE, $63, $19
db $7E, $E0, $D7, $21, $DA, $63, $19, $7E
db $E0, $D8, $FA, $7C, $D4, $3D, $20, $2C
db $F0, $E7, $E6, $08, $20, $26, $FA, $C0
db $C3, $5F, $16, $00, $21, $30, $C0, $19
db $FA, $B5, $C1, $A7, $28, $03, $21, $9C
db $C0, $FA, $9A, $DB, $E5, $21, $D8, $FF
db $86, $E1, $22, $F0, $D7, $22, $3E, $04
db $22, $3E, $50, $22, $3E, $01, $CD, $D0
db $3D, $C9, $07, $27, $07, $27, $07, $27
db $07, $27, $07, $27, $28, $28, $40, $40
db $58, $58, $70, $70, $88, $88, $FA, $A5
db $DB, $A7, $28, $54, $F0, $F7, $FE, $08
db $D2, $BB, $64, $FA, $6B, $D4, $E6, $F8
db $C6, $58, $67, $FA, $6B, $D4, $17, $17
db $17, $E6, $38, $C6, $57, $6F, $FA, $B0
db $DB, $E6, $20, $28, $0D, $FA, $6B, $D4
db $E6, $38, $FE, $20, $30, $04, $7C, $D6
db $08, $67, $FA, $B0, $DB, $E6, $10, $28
db $0D, $FA, $6B, $D4, $E6, $07, $FE, $04
db $38, $04, $7D, $C6, $08, $6F, $7C, $EA
db $00, $C0, $7D, $EA, $01, $C0, $3E, $3F
db $EA, $02, $C0, $F0, $E7, $17, $E6, $10
db $EA, $03, $C0, $CD, $05, $65, $CD, $42
db $67, $FA, $59, $C1, $3C, $EA, $59, $C1
db $E6, $10, $20, $30, $FA, $A3, $DB, $5F
db $16, $00, $21, $54, $64, $19, $7E, $EA
db $04, $C0, $EA, $08, $C0, $21, $4A, $64
db $19, $7E, $EA, $05, $C0, $C6, $20, $EA
db $09, $C0, $3E, $BE, $EA, $06, $C0, $EA
db $0A, $C0, $3E, $30, $EA, $07, $C0, $3E
db $10, $EA, $0B, $C0, $C9, $00, $01, $FF
db $00, $00, $FE, $02, $00, $FA, $A3, $DB
db $EA, $B6, $C1, $FA, $B8, $C1, $21, $B9
db $C1, $B6, $20, $4A, $FA, $B5, $C1, $A7
db $20, $20, $F0, $CC, $E6, $03, $5F, $16
db $00, $21, $FD, $64, $19, $FA, $A3, $DB
db $86, $EA, $A3, $DB, $FE, $0A, $38, $0A
db $17, $3E, $00, $30, $02, $3E, $09, $EA
db $A3, $DB, $F0, $CC, $CB, $3F, $CB, $3F
db $E6, $03, $5F, $16, $00, $21, $01, $65
db $19, $FA, $A3, $DB, $86, $EA, $A3, $DB
db $FE, $0A, $38, $0A, $17, $3E, $00, $30
db $02, $3E, $09, $EA, $A3, $DB, $F0, $CB
db $E6, $0F, $28, $0A, $FA, $B5, $C1, $A7
db $20, $04, $AF, $EA, $59, $C1, $FA, $B5
db $C1, $A7, $28, $16, $FA, $B8, $C1, $21
db $B9, $C1, $B6, $20, $0D, $F0, $CC, $E6
db $80, $28, $07, $3E, $01, $EA, $BA, $C1
db $18, $2D, $FA, $A3, $DB, $21, $B6, $C1
db $BE, $28, $33, $21, $F2, $FF, $36, $0A
db $5F, $16, $00, $21, $02, $DB, $19, $7E
db $FE, $09, $20, $13, $FA, $49, $DB, $A7
db $28, $0D, $3E, $08, $E0, $90, $3E, $10
db $EA, $B8, $C1, $3E, $01, $18, $0C, $FA
db $B5, $C1, $A7, $28, $09, $3E, $10, $EA
db $B9, $C1, $AF, $EA, $B5, $C1, $21, $B9
db $C1, $FA, $B8, $C1, $B6, $C2, $7B, $66
db $F0, $CC, $E6, $10, $28, $48, $FA, $01
db $DB, $F5, $21, $02, $DB, $FA, $A3, $DB
db $4F, $06, $00, $09, $7E, $EA, $01, $DB
db $F1, $77, $FE, $09, $20, $16, $FA, $49
db $DB, $A7, $28, $10, $3E, $08, $E0, $90
db $3E, $10, $EA, $B8, $C1, $3E, $01, $EA
db $B5, $C1, $18, $0F, $FA, $B5, $C1, $A7
db $28, $09, $AF, $EA, $B5, $C1, $3E, $10
db $EA, $B9, $C1, $0E, $01, $06, $00, $1E
db $00, $CD, $ED, $61, $18, $4C, $F0, $CC
db $E6, $20, $28, $57, $FA, $00, $DB, $F5
db $21, $02, $DB, $FA, $A3, $DB, $4F, $06
db $00, $09, $7E, $EA, $00, $DB, $F1, $77
db $FE, $09, $20, $16, $FA, $49, $DB, $A7
db $28, $10, $3E, $10, $EA, $B8, $C1, $3E
db $08, $E0, $90, $3E, $01, $EA, $B5, $C1
db $18, $0F, $FA, $B5, $C1, $A7, $28, $09
db $AF, $EA, $B5, $C1, $3E, $10, $EA, $B9
db $C1, $0E, $00, $06, $00, $1E, $FF, $CD
db $ED, $61, $3E, $13, $E0, $F2, $FA, $A3
db $DB, $C6, $02, $4F, $06, $00, $3D, $5F
db $CD, $ED, $61, $C9, $F8, $F0, $22, $00
db $F8, $F8, $22, $20, $F8, $00, $24, $00
db $F8, $08, $24, $20, $F8, $10, $26, $00
db $F8, $18, $26, $20, $08, $F0, $20, $00
db $08, $F8, $20, $00, $08, $00, $20, $00
db $08, $08, $20, $00, $08, $10, $20, $00
db $08, $18, $20, $00, $FB, $F4, $20, $00
db $FB, $FC, $20, $20, $FB, $00, $20, $00
db $FB, $08, $20, $20, $FB, $0C, $20, $00
db $FB, $14, $20, $20, $05, $F4, $20, $00
db $05, $FC, $20, $00, $05, $00, $20, $00
db $05, $08, $20, $00, $05, $0C, $20, $00
db $05, $14, $20, $00, $FD, $F8, $20, $00
db $FD, $10, $20, $20, $FD, $00, $20, $00
db $FD, $08, $20, $20, $FD, $08, $20, $00
db $FD, $10, $20, $20, $03, $F8, $20, $00
db $03, $10, $20, $00, $03, $00, $20, $00
db $03, $08, $20, $00, $03, $08, $20, $00
db $03, $10, $20, $00, $00, $00, $20, $00
db $00, $08, $20, $20, $00, $00, $20, $00
db $00, $08, $20, $20, $00, $00, $20, $00
db $00, $08, $20, $20, $00, $00, $20, $00
db $00, $08, $20, $00, $00, $00, $20, $00
db $00, $08, $20, $00, $00, $00, $20, $00
db $00, $08, $20, $00, $50, $60, $70, $04
db $02, $01, $FA, $B9, $C1, $A7, $28, $1C
db $3D, $EA, $B9, $C1, $20, $13, $21, $90
db $FF, $36, $0B, $FA, $BA, $C1, $A7, $28
db $07, $AF, $EA, $BA, $C1, $C3, $3C, $5E
db $C9, $2F, $18, $0A, $FA, $B8, $C1, $A7
db $28, $0A, $3D, $EA, $B8, $C1, $1F, $1F
db $E6, $03, $18, $09, $FA, $B5, $C1, $A7
db $CA, $4A, $68, $3E, $00, $EA, $B7, $C1
db $FA, $B7, $C1, $16, $00, $CB, $27, $CB
db $27, $CB, $27, $CB, $27, $5F, $CB, $27
db $83, $5F, $21, $7C, $66, $19, $11, $18
db $C0, $0E, $0C, $06, $04, $2A, $C6, $30
db $12, $13, $2A, $C6, $60, $12, $13, $2A
db $12, $13, $FE, $22, $28, $0A, $FE, $24
db $28, $0A, $FE, $26, $28, $0A, $18, $15
db $06, $04, $18, $06, $06, $02, $18, $02
db $06, $01, $FA, $49, $DB, $A0, $20, $05
db $1B, $3E, $20, $12, $13, $2A, $12, $13
db $0D, $20, $CA, $FA, $B7, $C1, $FE, $00
db $20, $70, $F0, $CC, $E6, $41, $28, $18
db $21, $4A, $DB, $7E, $3C, $FE, $03, $20
db $01, $AF, $77, $5F, $16, $00, $21, $3F
db $67, $19, $FA, $49, $DB, $A6, $28, $E8
db $F0, $CC, $E6, $02, $28, $19, $21, $4A
db $DB, $7E, $3D, $FE, $80, $38, $02, $3E
db $02, $77, $5F, $16, $00, $21, $3F, $67
db $19, $FA, $49, $DB, $A6, $28, $E7, $FA
db $4A, $DB, $F0, $CC, $E6, $43, $28, $03
db $CD, $6A, $66, $21, $10, $C0, $3E, $38
db $22, $E5, $FA, $4A, $DB, $5F, $16, $00
db $21, $3C, $67, $19, $7E, $E1, $22, $F5
db $3E, $28, $22, $3E, $00, $22, $3E, $38
db $22, $F1, $C6, $08, $22, $3E, $28, $22
db $36, $20, $C9, $7D, $7D, $7D, $7D, $7D
db $7D, $7D, $7D, $7D, $7D, $7D, $7D, $7D
db $7D, $7D, $7D, $7D, $7D, $7D, $7D, $7D
db $7D, $EF, $7D, $7D, $EF, $EF, $EF, $7D
db $7D, $EE, $7D, $ED, $7D, $EF, $ED, $EF
db $ED, $EF, $7D, $EF, $EF, $ED, $ED, $EF
db $EF, $EF, $7D, $EF, $7D, $EF, $ED, $ED
db $7D, $7D, $7D, $7D, $ED, $EF, $EF, $7D
db $7D, $7D, $7D, $7D, $7D, $7D, $7D, $7D
db $7D, $7D, $7D, $7D, $ED, $ED, $ED, $EF
db $EF, $EF, $7D, $7D, $7D, $ED, $7D, $7D
db $ED, $7D, $7D, $7D, $EF, $EF, $7D, $7D
db $EF, $EE, $7D, $7D, $EF, $7D, $7D, $7D
db $7D, $EF, $7D, $7D, $ED, $7D, $7D, $7D
db $7D, $EF, $7D, $7D, $EF, $EF, $EF, $EF
db $EF, $EF, $7D, $7D, $7D, $ED, $ED, $ED
db $ED, $7D, $7D, $EF, $EF, $ED, $EF, $7D
db $7D, $7D, $7D, $ED, $EF, $ED, $ED, $7D
db $7D, $7D, $7D, $EF, $EF, $EF, $EF, $7D
db $7D, $EF, $7D, $7D, $ED, $EF, $7D, $7D
db $EF, $EF, $EF, $7D, $ED, $7D, $7D, $7D
db $7D, $EF, $7D, $7D, $ED, $ED, $7D, $7D
db $7D, $EF, $7D, $7D, $ED, $7D, $7D, $7D
db $7D, $EE, $7D, $7D, $EF, $ED, $7D, $7D
db $7D, $EF, $EF, $7D, $7D, $7D, $7D, $7D
db $7D, $7D, $7D, $7D, $7D, $7D, $ED, $EF
db $7D, $7D, $7D, $7D, $EF, $7D, $EF, $EF
db $7D, $ED, $7D, $7D, $EE, $EF, $ED, $EF
db $ED, $EF, $7D, $7D, $EF, $ED, $ED, $EF
db $EF, $ED, $7D, $7D, $7D, $EF, $EF, $EF
db $ED, $7D, $7D, $7D, $7D, $ED, $EF, $ED
db $ED, $7D, $7D, $7D, $7D, $7D, $EF, $ED
db $7D, $7D, $7D, $7D, $EF, $EF, $EF, $ED
db $EF, $7D, $7D, $7D, $7D, $7D, $EE, $7D
db $EF, $ED, $7D, $7D, $EF, $EF, $EF, $EF
db $EF, $ED, $ED, $7D, $7D, $7D, $7D, $7D
db $EF, $EF, $EF, $7D, $7D, $7D, $EF, $EF
db $EF, $EF, $7D, $7D, $7D, $ED, $EF, $EF
db $EF, $7D, $7D, $7D, $7D, $7D, $ED, $EF
db $EF, $7D, $7D, $7D, $7D, $7D, $7D, $ED
db $EF, $ED, $EF, $7D, $7D, $7D, $7D, $7D
db $7D, $7D, $7D, $ED, $7D, $7D, $7D, $7D
db $7D, $7D, $ED, $EF, $ED, $7D, $EF, $EF
db $7D, $ED, $EF, $EF, $ED, $EF, $EF, $EE
db $EF, $ED, $EF, $ED, $EF, $7D, $EF, $EF
db $7D, $EF, $EF, $7D, $EF, $ED, $EF, $EF
db $EF, $EF, $7D, $7D, $ED, $ED, $7D, $7D
db $EF, $ED, $7D, $7D, $EF, $EF, $EF, $EF
db $EF, $EF, $7D, $7D, $ED, $ED, $7D, $7D
db $7D, $7D, $7D, $EF, $EF, $EF, $EF, $7D
db $EE, $EF, $7D, $EF, $EF, $EF, $ED, $7D
db $EF, $EF, $7D, $EF, $ED, $EF, $EF, $7D
db $7D, $7D, $7D, $ED, $EF, $EF, $ED, $7D
db $EF, $ED, $7D, $EF, $EF, $EF, $EF, $EF
db $EF, $EF, $ED, $ED, $EF, $EF, $EF, $EF
db $EF, $EF, $EF, $EF, $EF, $EF, $EF, $7D
db $EF, $EF, $7D, $7D, $7D, $7D, $EF, $EF
db $7D, $7D, $7D, $ED, $7D, $7D, $EE, $ED
db $7D, $7D, $ED, $EF, $EF, $ED, $EF, $EF
db $ED, $EF, $EF, $7D, $ED, $EF, $EF, $EF
db $EF, $EF, $7D, $7D, $ED, $EF, $EF, $EF
db $EF, $EF, $7D, $EF, $ED, $EF, $ED, $EF
db $EF, $EF, $EF, $EF, $ED, $EF, $EF, $EF
db $ED, $EF, $EF, $ED, $7D, $7D, $EF, $EF
db $7D, $7D, $ED, $7D, $ED, $ED, $7D, $7D
db $7D, $7D, $7D, $EF, $EF, $EF, $EF, $7D
db $7D, $7D, $7D, $EF, $EF, $EF, $ED, $7D
db $7D, $7D, $7D, $EF, $ED, $EF, $EF, $7D
db $7D, $7D, $7D, $ED, $EF, $EF, $ED, $7D
db $EF, $ED, $7D, $EF, $EF, $EF, $EF, $EF
db $EE, $EF, $EF, $EF, $EF, $EF, $EF, $EF
db $EF, $EF, $EF, $EF, $EF, $EF, $EF, $7D
db $EF, $EF, $7D, $00, $02, $03, $07, $05
db $0A, $0B, $0F, $04, $08, $09, $0E, $06
db $0C, $0D, $01, $F0, $F6, $FE, $E8, $C8
db $21, $4B, $68, $F0, $F7, $CB, $37, $5F
db $16, $00, $CB, $23, $CB, $12, $CB, $23
db $CB, $12, $19, $F0, $F7, $FE, $06, $20
db $0A, $FA, $6B, $DB, $E6, $04, $28, $03
db $21, $4B, $6A, $11, $80, $D4, $01, $40
db $00, $CD, $C5, $28, $16, $00, $1E, $00
db $21, $80, $D4, $19, $7E, $FE, $7D, $28
db $65, $FE, $ED, $28, $04, $FE, $EE, $20
db $08, $FA, $CD, $DB, $A7, $20, $0D, $36
db $EF, $FA, $CC, $DB, $A7, $20, $05, $36
db $7D, $C3, $3E, $6B, $D5, $CD, $25, $2B
db $D5, $C1, $D1, $7E, $CB, $7F, $28, $3E
db $7E, $E6, $0F, $4F, $06, $00, $21, $8B
db $6A, $09, $7E, $3C, $C6, $CF, $4F, $21
db $80, $D4, $19, $7E, $FE, $EE, $28, $04
db $FE, $ED, $20, $15, $D5, $F5, $CD, $25
db $2B, $F1, $1E, $20, $FE, $ED, $20, $02
db $1E, $10, $7E, $A3, $D1, $FE, $00, $28
db $0D, $21, $80, $D4, $19, $71, $FA, $CC
db $DB, $A7, $20, $02, $36, $7D, $1C, $7B
db $FE, $40, $C2, $D0, $6A, $C9
toc_02_6B46:
ld a, [$DBB0]
and %00110000
swap a
rst $00
db $56, $6B, $5B, $6B, $60, $6B, $65, $6B
db $21, $2E, $9D, $18, $0D, $21, $2F, $9D
db $18, $08, $21, $0E, $9D, $18, $03, $21
db $0F, $9D, $1E, $04, $18, $51
toc_02_6B6C:
ld a, [$DBB0]
and %00110000
swap a
rst $00
db $7C, $6B, $81, $6B, $86, $6B, $8B, $6B
db $21, $AE, $9D, $18, $0D, $21, $AF, $9D
db $18, $08, $21, $AE, $9D, $18, $03, $21
db $AF, $9D, $1E, $24, $18, $2B
toc_02_6B92:
ld a, [$DBB0]
and %00110000
swap a
rst $00
db $A2, $6B, $A7, $6B, $AC, $6B, $B1, $6B
db $21, $2A, $9D, $18, $0D, $21, $2A, $9D
db $18, $08, $21, $0A, $9D, $18, $03, $21
db $0A, $9D, $1E, $00, $18, $05
toc_02_6BB8:
ld hl, $9DAA
ld e, $20
ld c, $00
ld d, c
toc_02_6BB8.loop_02_6BC0:
push hl
ld hl, $D480
add hl, de
ld a, [hl]
pop hl
ld [hl], a
inc e
inc c
ld a, c
cp $10
jr z, .return_02_6BE2
inc hl
and %00000011
jr nz, .loop_02_6BC0
ld a, e
add a, $04
ld e, a
ld a, l
add a, $1C
ld l, a
ld a, $00
adc h
ld h, a
jr .loop_02_6BC0
toc_02_6BB8.return_02_6BE2:
ret
db $00, $08, $F8, $00, $F0, $10, $00, $10
db $F0, $FF, $00, $01, $FA, $46, $C1, $A7
db $20, $0A, $F0, $A1, $FE, $01, $28, $20
db $FE, $02, $28, $1C, $FA, $3E, $C1, $A7
db $28, $17, $3D, $EA, $3E, $C1, $CD, $D6
db $20, $CD, $B1, $6F, $F0, $9C, $FE, $02
db $28, $06, $F0, $9B, $C6, $03, $E0, $9B
db $C9, $F0, $9C, $C7, $3A, $6D, $DA, $6C
db $48, $6C, $00, $08, $F8, $00, $00, $06
db $FA, $00, $00, $06, $FA, $00, $00, $00
db $00, $00, $00, $00, $00, $00, $F8, $FA
db $FA, $00, $08, $06, $06, $00, $00, $00
db $00, $00, $00, $00, $01, $F0, $F7, $FE
db $07, $20, $15, $CD, $D9, $79, $FA, $94
db $DB, $C6, $04, $EA, $94, $DB, $3E, $03
db $E0, $F3, $3E, $80, $EA, $C7, $DB, $C9
db $FA, $0C, $DB, $A7, $CA, $D9, $79, $21
db $9E, $FF, $CB, $8E, $CD, $42, $09, $EA
db $46, $C1, $F0, $E7, $E6, $01, $20, $2B
db $F0, $CB, $E6, $0F, $5F, $16, $00, $21
db $25, $6C, $19, $7E, $21, $9A, $FF, $96
db $28, $07, $34, $CB, $7F, $28, $02, $35
db $35, $21, $35, $6C, $19, $7E, $21, $9B
db $FF, $96, $28, $07, $34, $CB, $7F, $28
db $02, $35, $35, $21, $20, $C1, $34, $F0
db $CB, $E6, $03, $28, $0A, $5F, $16, $00
db $21, $45, $6C, $19, $7E, $E0, $9E, $CD
db $D6, $20, $CD, $B1, $6F, $FA, $4F, $C1
db $A7, $C0, $F0, $D7, $FE, $B0, $28, $0B
db $FE, $B1, $20, $04, $3E, $01, $18, $01
db $AF, $E0, $9C, $CD, $8F, $6E, $C9, $CD
db $42, $09, $EA, $46, $C1, $EA, $53, $C1
db $EA, $52, $C1, $F0, $CB, $E6, $03, $5F
db $16, $00, $21, $E3, $6B, $19, $7E, $E0
db $9A, $F0, $CB, $1F, $1F, $E6, $03, $5F
db $21, $E6, $6B, $19, $7E, $E0, $9B, $3E
db $02, $E0, $9E, $F0, $CB, $E6, $0F, $28
db $04, $21, $20, $C1, $34, $CD, $D6, $20
db $CD, $B1, $6F, $FA, $4F, $C1, $A7, $C0
db $F0, $D7, $FE, $B1, $28, $0B, $FE, $B0
db $20, $04, $3E, $02, $18, $01, $AF, $E0
db $9C, $CD, $8F, $6E, $FA, $33, $C1, $E6
db $08, $28, $03, $AF, $E0, $9C, $C9, $F0
db $F7, $FE, $06, $20, $1D, $F0, $F6, $FE
db $F8, $20, $17, $FA, $46, $C1, $A7, $20
db $11, $F0, $98, $D6, $46, $C6, $04, $FE
db $08, $30, $07, $F0, $CC, $E6, $04, $C2
db $09, $09, $FA, $4A, $C1, $A7, $28, $22
db $F0, $CC, $E6, $0F, $20, $0E, $FA, $20
db $C1, $C6, $02, $EA, $20, $C1, $CD, $5D
db $14, $C3, $14, $6E, $EA, $9A, $C1, $FA
db $99, $C1, $C6, $0C, $EA, $99, $C1, $CD
db $3B, $09, $FA, $47, $C1, $A7, $20, $42
db $FA, $33, $C1, $E6, $08, $20, $3B, $FA
db $46, $C1, $A7, $20, $05, $3E, $01, $EA
db $46, $C1, $3E, $0A, $EA, $20, $C1, $F0
db $9A, $A7, $28, $05, $07, $E6, $01, $E0
db $9E, $F0, $CB, $E6, $03, $28, $19, $5F
db $16, $00, $21, $E9, $6B, $19, $F0, $9A
db $96, $28, $0D, $1E, $01, $CB, $7F, $20
db $02, $1E, $FF, $F0, $9A, $83, $E0, $9A
db $18, $47, $FA, $46, $C1, $A7, $28, $10
db $3E, $07, $E0, $F4, $CD, $42, $09, $EA
db $46, $C1, $EA, $52, $C1, $EA, $53, $C1
db $F0, $CB, $E6, $03, $5F, $16, $00, $21
db $E9, $6B, $19, $7E, $E0, $9A, $21, $EC
db $6B, $19, $7E, $FE, $FF, $28, $10, $5F
db $FA, $6E, $C1, $A7, $20, $03, $7B, $E0
db $9E, $21, $20, $C1, $34, $18, $0A, $FA
db $4B, $C1, $A7, $20, $04, $AF, $EA, $20
db $C1, $FA, $37, $C1, $A7, $20, $05, $F0
db $A1, $A7, $20, $16, $CD, $D6, $20, $21
db $9E, $FF, $F0, $CB, $E6, $0F, $FE, $04
db $20, $02, $36, $02, $FE, $08, $20, $02
db $36, $03, $CD, $B1, $6F, $FA, $4F, $C1
db $A7, $C0, $F0, $D7, $FE, $B1, $28, $20
db $FE, $B0, $20, $26, $FA, $33, $C1, $A7
db $20, $12, $FA, $C7, $DB, $A7, $20, $05
db $3E, $02, $CD, $1B, $57, $3E, $04, $E0
db $9B, $AF, $E0, $9A, $3E, $02, $18, $08
db $F0, $CB, $E6, $0C, $28, $04, $3E, $01
db $E0, $9C, $21, $9B, $FF, $7E, $D6, $40
db $E6, $80, $28, $18, $34, $F0, $9B, $E6
db $80, $28, $10, $1E, $20, $FA, $00, $DB
db $FE, $0A, $28, $02, $1E, $10, $F0, $CB
db $A3, $20, $01, $34, $C9, $01, $02, $04
db $08, $10, $0B, $05, $08, $08, $08, $08
db $08, $04, $10, $0B, $0E, $04, $06, $00
db $CD, $6B, $6F, $F0, $D8, $E0, $D7, $AF
db $EA, $33, $C1, $0E, $00, $F0, $9A, $A7
db $28, $26, $E6, $80, $28, $01, $0C, $CD
db $6B, $6F, $F0, $AF, $FE, $8A, $20, $0F
db $FA, $A6, $C5, $A7, $20, $09, $3C, $EA
db $A6, $C5, $3E, $51, $CD, $97, $21, $F0
db $AF, $FE, $FF, $20, $03, $CD, $A5, $6F
db $0E, $02, $F0, $9B, $A7, $E6, $80, $20
db $01, $0C, $CD, $6B, $6F, $F0, $9B, $E6
db $80, $20, $1C, $F0, $CB, $E6, $08, $20
db $16, $F0, $E9, $E6, $0F, $FE, $03, $30
db $0E, $F0, $AF, $FE, $62, $28, $0F, $FE
db $64, $28, $0B, $FE, $66, $28, $07, $FA
db $33, $C1, $E6, $08, $28, $13, $FA, $33
db $C1, $F6, $08, $EA, $33, $C1, $AF, $E0
db $9B, $F0, $99, $E6, $F0, $C6, $00, $E0
db $99, $FA, $33, $C1, $E6, $04, $28, $04
db $F0, $A0, $E0, $99, $FA, $33, $C1, $E6
db $03, $28, $34, $F0, $9F, $E0, $98, $FA
db $4A, $C1, $A7, $28, $2A, $CD, $3B, $09
db $F0, $9A, $2F, $3C, $CB, $2F, $CB, $2F
db $E0, $9A, $3E, $E8, $E0, $9B, $CD, $D6
db $20, $CD, $B1, $6F, $3E, $20, $EA, $57
db $C1, $F0, $9E, $E6, $02, $CB, $27, $EA
db $58, $C1, $3E, $0B, $E0, $F2, $C9, $C9
db $21, $95, $6E, $09, $F0, $98, $D6, $08
db $86, $CB, $37, $E6, $0F, $5F, $21, $9A
db $6E, $09, $F0, $99, $86, $D6, $10, $E0
db $E9, $E6, $F0, $B3, $5F, $16, $00, $21
db $11, $D7, $7C, $19, $67, $7E, $E0, $AF
db $5F, $FA, $A5, $DB, $57, $CD, $DB, $29
db $E0, $D8, $FE, $60, $28, $04, $FE, $01
db $20, $0B, $21, $90, $6E, $09, $FA, $33
db $C1, $B6, $EA, $33, $C1, $C9, $FA, $9F
db $C1, $21, $4F, $C1, $B6, $C0, $F0, $F7
db $FE, $1F, $20, $16, $F0, $F9, $A7, $28
db $11, $F0, $F6, $FE, $EB, $28, $04, $FE
db $EC, $20, $07, $F0, $99, $FE, $2C, $DA
db $09, $09, $1E, $02, $F0, $99, $FE, $0C
db $38, $15, $1C, $FE, $84, $30, $10, $1E
db $01, $F0, $98, $FE, $04, $38, $65, $1D
db $FE, $9C, $30, $60, $C3, $42, $71, $F0
db $F9, $A7, $20, $16, $F0, $F7, $FE, $1F
db $C2, $98, $70, $F0, $F6, $FE, $F5, $CA
db $09, $09, $FE, $F2, $C2, $98, $70, $C3
db $09, $09, $F0, $F6, $FE, $E8, $CA, $98
db $70, $FE, $F8, $CA, $98, $70, $FE, $FD
db $28, $1F, $FE, $A3, $CA, $09, $09, $FE
db $C0, $CA, $09, $09, $FE, $C1, $CA, $09
db $09, $FE, $FF, $20, $16, $F0, $99, $FE
db $50, $30, $06, $FA, $80, $C2, $A7, $28
db $5C, $F0, $A0, $E0, $99, $AF, $E0, $9B
db $C3, $42, $71, $F0, $9C, $FE, $02, $28
db $4C, $C3, $09, $09, $F0, $9F, $E0, $98
db $AF, $E0, $9A, $F0, $F9, $A7, $28, $3D
db $F0, $F6, $FE, $F5, $CA, $0F, $09, $FE
db $FD, $CA, $0F, $09, $FE, $E9, $CA, $09
db $09, $FE, $E8, $CA, $42, $71, $FE, $F8
db $CA, $42, $71, $FE, $EF, $CA, $42, $71
db $FE, $FF, $CA, $42, $71, $FE, $C0, $20
db $09, $F0, $98, $FE, $30, $DA, $42, $71
db $18, $0B, $FE, $C1, $20, $07, $F0, $98
db $FE, $50, $D2, $42, $71, $CD, $4A, $09
db $FA, $81, $C1, $FE, $50, $CA, $46, $71
db $FE, $51, $CA, $46, $71, $FA, $1F, $C1
db $FE, $07, $CA, $46, $71, $FA, $1C, $C1
db $FE, $06, $CA, $46, $71, $F0, $F9, $A7
db $20, $07, $FA, $46, $C1, $A7, $C2, $46
db $71, $FA, $4A, $C1, $A7, $20, $06, $FA
db $6D, $C1, $A7, $20, $76, $FA, $3E, $C1
db $21, $57, $C1, $B6, $20, $6D, $F0, $99
db $FE, $88, $30, $29, $FA, $4A, $C1, $21
db $F9, $FF, $B6, $21, $B2, $FF, $B6, $20
db $1C, $F0, $CB, $E6, $0F, $28, $54, $E6
db $03, $28, $04, $3D, $BB, $28, $0E, $F0
db $CB, $1F, $1F, $E6, $03, $28, $44, $3D
db $C6, $02, $BB, $20, $3E, $F0, $F6, $FE
db $E8, $20, $12, $F0, $F7, $FE, $1F, $28
db $0C, $FA, $A5, $DB, $A7, $28, $06, $AF
db $EA, $BF, $C1, $E0, $43, $7B, $EA, $25
db $C1, $3E, $01, $EA, $24, $C1, $AF, $EA
db $4B, $C1, $EA, $21, $C1, $EA, $4A, $C1
db $F0, $99, $FE, $88, $38, $09, $3E, $02
db $EA, $46, $C1, $3E, $08, $E0, $A2, $CD
db $80, $71, $C9, $CD, $95, $14, $EA, $3E
db $C1, $CD, $80, $71, $C9, $06, $09, $0B
db $0B, $06, $09, $04, $04, $06, $06, $09
db $0C, $0F, $0F, $09, $0C, $04, $00, $02
db $06, $01, $02, $04, $08, $01, $02, $04
db $08, $02, $02, $00, $00, $03, $03, $01
db $01, $00, $01, $FF, $00, $10, $F0, $00
db $00, $00, $00, $F0, $10, $21, $0A, $C1
db $FA, $7B, $C1, $B6, $20, $C6, $F0, $F9
db $A7, $28, $04, $CD, $9F, $6E, $C9, $AF
db $EA, $33, $C1, $F0, $9B, $FE, $00, $28
db $7E, $1E, $03, $17, $01, $60, $71, $30
db $02, $1D, $03, $7B, $E0, $E3, $1E, $02
db $0A, $4F, $06, $00, $D5, $C5, $CD, $6A
db $72, $C1, $D1, $03, $1D, $20, $F5, $F0
db $9B, $E6, $80, $20, $43, $FA, $A5, $DB
db $A7, $20, $3D, $F0, $AF, $FE, $E9, $20
db $37, $FA, $0C, $DB, $A7, $28, $31, $FA
db $A8, $C5, $FE, $D5, $28, $2A, $FA, $1C
db $C1, $FE, $02, $28, $3A, $3E, $08, $E0
db $F2, $18, $0C, $3E, $08, $E0, $F2, $F0
db $98, $E6, $F0, $C6, $08, $E0, $98, $3E
db $02, $EA, $1C, $C1, $AF, $E0, $9C, $F0
db $99, $D6, $08, $E0, $99, $C3, $42, $09
db $FA, $33, $C1, $E6, $03, $28, $10, $5F
db $16, $00, $21, $74, $71, $19, $F0, $98
db $86, $E0, $98, $F0, $A0, $E0, $99, $F0
db $9A, $FE, $00, $28, $39, $1E, $00, $17
db $01, $62, $71, $30, $02, $1C, $03, $7B
db $E0, $E3, $1E, $02, $0A, $4F, $06, $00
db $D5, $C5, $CD, $6A, $72, $C1, $D1, $03
db $1D, $20, $F5, $FA, $33, $C1, $E6, $0C
db $28, $14, $CB, $3F, $CB, $3F, $5F, $16
db $00, $21, $74, $71, $19, $F0, $99, $86
db $E0, $99, $F0, $9F, $E0, $98, $FA, $33
db $C1, $A7, $20, $03, $EA, $C3, $C1, $CD
db $69, $77, $C9, $01, $02, $04, $08, $21
db $50, $71, $09, $F0, $98, $D6, $08, $86
db $E0, $DB, $CB, $37, $E6, $0F, $5F, $21
db $58, $71, $09, $F0, $99, $86, $D6, $10
db $E0, $DC, $E6, $F0, $B3, $5F, $E0, $E9
db $16, $00, $21, $11, $D7, $7C, $19, $67
db $7E, $E0, $AF, $5F, $FA, $A5, $DB, $57
db $CD, $DB, $29, $E0, $E4, $A7, $CA, $1C
db $77, $FE, $01, $CA, $B1, $75, $FE, $02
db $CA, $9A, $75, $FE, $03, $CA, $F9, $74
db $FE, $10, $CA, $DA, $74, $FE, $04, $CA
db $77, $75, $FE, $30, $CA, $B1, $75, $FE
db $60, $CA, $B1, $75, $FE, $0A, $CA, $9A
db $75, $FE, $FF, $CA, $1C, $77, $FE, $E0
db $CA, $1C, $77, $FE, $F0, $D2, $1C, $77
db $FE, $C0, $C2, $83, $73, $F0, $9E, $FE
db $02, $C2, $79, $73, $F0, $F8, $CB, $67
db $C2, $79, $73, $F0, $F6, $FE, $0E, $20
db $07, $FA, $14, $DB, $1E, $33, $18, $09
db $FE, $8C, $20, $22, $FA, $13, $DB, $1E
db $34, $A7, $28, $75, $F0, $F6, $FE, $8C
db $20, $05, $CD, $D2, $27, $18, $03, $CD
db $5B, $52, $3E, $28, $CD, $01, $3C, $21
db $C0, $C2, $19, $34, $18, $49, $FE, $2B
db $20, $17, $FA, $12, $DB, $A7, $1E, $32
db $28, $4F, $CD, $D2, $27, $3E, $5F, $CD
db $01, $3C, $21, $40, $C4, $19, $35, $18
db $2E, $FE, $B5, $20, $0B, $FA, $15, $DB
db $FE, $06, $1E, $31, $20, $33, $18, $08
db $FA, $11, $DB, $A7, $1E, $30, $28, $29
db $F0, $99, $E0, $D8, $F0, $98, $E0, $D7
db $3E, $09, $CD, $53, $09, $36, $DF, $3E
db $DF, $EA, $11, $C1, $CD, $D2, $27, $21
db $00, $D8, $F0, $F6, $5F, $16, $00, $19
db $7E, $F6, $10, $77, $E0, $F8, $C3, $B1
db $75, $7B, $CD, $C4, $77, $C3, $B1, $75
db $F0, $AF, $FE, $DB, $20, $08, $FA, $1C
db $C1, $FE, $01, $CA, $B1, $75, $F0, $E4
db $FE, $D0, $DA, $1D, $74, $FE, $D4, $D2
db $1D, $74, $D6, $D0, $5F, $FA, $A5, $DB
db $A7, $20, $1D, $7B, $FE, $00, $20, $0B
db $F0, $DB, $E6, $0F, $FE, $08, $DA, $1C
db $77, $18, $0D, $FE, $01, $20, $09, $F0
db $DB, $E6, $0F, $FE, $08, $D2, $1C, $77
db $16, $00, $F0, $9E, $BB, $C2, $16, $74
db $FA, $3E, $C1, $21, $21, $C1, $B6, $21
db $5E, $D4, $B6, $20, $3E, $FA, $4A, $C1
db $A7, $20, $15, $21, $66, $72, $19, $F0
db $CB, $A6, $28, $2F, $FA, $91, $C1, $3C
db $EA, $91, $C1, $FE, $0C, $DA, $B1, $75
db $CD, $42, $09, $21, $78, $71, $19, $7E
db $E0, $9A, $21, $7C, $71, $19, $7E, $E0
db $9B, $3E, $1C, $E0, $A3, $3E, $01, $EA
db $46, $C1, $3E, $01, $EA, $0A, $C1, $3E
db $08, $E0, $F2, $AF, $EA, $91, $C1, $C3
db $B1, $75, $FE, $90, $DA, $9D, $74, $FE
db $99, $D2, $B1, $75, $D6, $90, $5F, $16
db $00, $CB, $4F, $20, $11, $21, $D0, $C1
db $19, $5E, $F0, $98, $93, $D6, $0C, $FE
db $08, $D2, $B1, $75, $18, $0F, $21, $E0
db $C1, $19, $5E, $F0, $99, $93, $D6, $14
db $FE, $08, $D2, $B1, $75, $FA, $88, $C1
db $A7, $C2, $B1, $75, $F0, $E4, $FE, $94
db $30, $0D, $FA, $D0, $DB, $A7, $CA, $B1
db $75, $3D, $EA, $D0, $DB, $18, $1B, $FE
db $98, $28, $09, $FA, $8E, $C1, $A7, $28
db $11, $C3, $B1, $75, $FA, $CF, $DB, $A7
db $20, $08, $3E, $07, $CD, $BE, $77, $C3
db $B1, $75, $F0, $E4, $D6, $90, $EA, $89
db $C1, $AF, $EA, $AC, $DB, $3C, $EA, $88
db $C1, $CD, $E2, $27, $CD, $5B, $52, $C3
db $B1, $75, $FE, $7C, $DA, $1C, $77, $F5
db $28, $04, $FE, $7D, $20, $03, $CD, $23
db $77, $F1, $FE, $90, $D2, $1C, $77, $D6
db $7C, $CB, $27, $CB, $27, $5F, $16, $00
db $21, $79, $49, $19, $F0, $DB, $1F, $1F
db $1F, $E6, $01, $5F, $F0, $DC, $1F, $1F
db $E6, $02, $B3, $5F, $16, $00, $19, $7E
db $A7, $C2, $B1, $75, $C3, $1C, $77, $FA
db $1C, $C1, $FE, $02, $CA, $0F, $77, $FA
db $A8, $C5, $FE, $D5, $CA, $0F, $77, $F0
db $DC, $E6, $0F, $FE, $08, $DA, $1C, $77
db $CD, $E6, $71, $C3, $0F, $77, $FA, $5C
db $C1, $A7, $C2, $0F, $77, $F0, $DC, $E6
db $0F, $FE, $06, $D2, $A4, $75, $FA, $A5
db $DB, $A7, $20, $57, $FA, $79, $DB, $FE
db $01, $28, $06, $FA, $73, $DB, $A7, $28
db $4A, $F0, $F6, $FE, $D3, $28, $1C, $FE
db $24, $28, $18, $FE, $B5, $28, $14, $FE
db $2B, $28, $10, $FE, $D9, $28, $0C, $FE
db $AC, $28, $08, $FE, $8C, $28, $04, $FE
db $0E, $20, $28, $FA, $79, $DB, $FE, $01
db $20, $08, $3E, $12, $CD, $C4, $77, $C3
db $0F, $77, $AF, $EA, $47, $DB, $3E, $98
db $EA, $C9, $C3, $CD, $85, $21, $FA, $63
db $C1, $3C, $EA, $10, $DB, $CD, $2A, $09
db $C3, $0F, $77, $FA, $3E, $C1, $A7, $C2
db $0F, $77, $FA, $A5, $DB, $A7, $C2, $15
db $09, $C3, $09, $09, $FA, $F9, $D6, $A7
db $C2, $1C, $77, $F0, $AF, $FE, $DB, $38
db $2D, $FE, $DD, $30, $29, $D6, $DB, $5F
db $16, $00, $21, $35, $7B, $19, $FA, $FB
db $D6, $AE, $20, $1A, $C3, $1C, $77, $21
db $1F, $C1, $36, $01, $FE, $0A, $CA, $1C
db $77, $F0, $DB, $E6, $0F, $FE, $06, $38
db $05, $FE, $0B, $DA, $1C, $77, $F0, $AF
db $FE, $69, $20, $11, $21, $E3, $FF, $F0
db $9E, $BE, $20, $06, $FA, $5B, $C1, $A7
db $20, $03, $CD, $B5, $78, $21, $E3, $FF
db $F0, $9E, $BE, $20, $64, $FA, $3E, $C1
db $21, $46, $C1, $B6, $20, $5B, $FA, $A5
db $DB, $A7, $F0, $AF, $28, $2A, $1E, $8A
db $FE, $A9, $28, $3F, $1E, $8B, $FE, $4F
db $28, $08, $FE, $4E, $28, $04, $FE, $88
db $20, $08, $FA, $4A, $C1, $A7, $20, $39
db $18, $29, $FE, $DE, $20, $0A, $FA, $D0
db $DB, $A7, $20, $2D, $1E, $8C, $18, $1B
db $FE, $20, $20, $25, $FA, $01, $DB, $FE
db $03, $28, $1E, $FA, $00, $DB, $FE, $03
db $28, $17, $FA, $66, $DB, $E6, $02, $20
db $10, $1E, $8D, $FA, $A6, $C5, $A7, $20
db $08, $3C, $EA, $A6, $C5, $7B, $CD, $BE
db $77, $FA, $4A, $C1, $A7, $20, $30, $FA
db $6A, $C1, $FE, $05, $20, $29, $21, $6C
db $71, $09, $F0, $9E, $BE, $C2, $0F, $77
db $FA, $C3, $C1, $3C, $EA, $C3, $C1, $FE
db $0C, $DA, $0F, $77, $AF, $EA, $C3, $C1
db $AF, $EA, $21, $C1, $EA, $22, $C1, $3E
db $0C, $EA, $6D, $C1, $C3, $0F, $77, $FA
db $5B, $C1, $A7, $20, $05, $3E, $03, $EA
db $44, $C1, $F0, $F7, $A7, $F0, $AF, $28
db $5F, $FE, $88, $28, $09, $FE, $4E, $28
db $05, $FE, $4F, $C2, $DB, $76, $FA, $4A
db $C1, $A7, $CA, $0F, $77, $F0, $DB, $E6
db $F0, $E0, $CE, $F0, $DC, $E6, $F0, $E0
db $CD, $F0, $E9, $5F, $16, $00, $CD, $A6
db $20, $3E, $05, $CD, $01, $3C, $38, $64
db $21, $00, $C2, $19, $F0, $E9, $CB, $37
db $E6, $F0, $C6, $08, $77, $21, $10, $C2
db $19, $F0, $E9, $E6, $F0, $C6, $10, $77
db $21, $B0, $C3, $19, $72, $21, $F4, $FF
db $36, $09, $21, $F0, $C2, $19, $36, $0F
db $21, $40, $C3, $19, $36, $C4, $18, $41
db $1E, $20, $FE, $C5, $20, $08, $FA, $A5
db $DB, $A7, $28, $12, $18, $26, $FA, $A5
db $DB, $A7, $28, $20, $F0, $AF, $FE, $DE
db $28, $06, $FE, $A7, $20, $16, $1E, $40
db $FA, $91, $C1, $3C, $EA, $91, $C1, $BB
db $38, $0A, $7B, $E0, $E8, $AF, $EA, $91
db $C1, $CD, $EB, $51, $21, $64, $71, $09
db $FA, $33, $C1, $B6, $EA, $33, $C1, $37
db $C9, $AF, $EA, $91, $C1, $37, $3F, $C9
db $F0, $AF, $FE, $B1, $28, $04, $FE, $B2
db $20, $22, $F0, $DC, $E6, $0F, $FE, $06
db $30, $33, $3E, $0C, $E0, $F2, $3E, $05
db $EA, $1C, $C1, $CD, $95, $14, $EA, $C7
db $DB, $EA, $98, $C1, $E0, $A2, $E0, $A3
db $CD, $3B, $09, $C9, $FE, $C1, $28, $0C
db $FE, $C2, $28, $08, $FE, $BB, $28, $04
db $FE, $BC, $20, $09, $F0, $DC, $E6, $0F
db $FE, $0C, $D2, $09, $09, $C9, $FA, $4A
db $C1, $A7, $28, $4E, $FA, $AF, $DB, $FE
db $02, $20, $47, $FA, $33, $C1, $E6, $03
db $FE, $03, $28, $09, $FA, $33, $C1, $E6
db $0C, $FE, $0C, $20, $35, $CD, $3B, $09
db $F0, $9A, $2F, $3C, $CB, $2F, $CB, $2F
db $E0, $9A, $F0, $9B, $2F, $3C, $CB, $2F
db $CB, $2F, $E0, $9B, $3E, $18, $E0, $A3
db $3E, $02, $EA, $46, $C1, $3E, $20, $EA
db $57, $C1, $F0, $9E, $E6, $02, $CB, $27
db $EA, $58, $C1, $3E, $0B, $E0, $F2, $CD
db $94, $15, $C9, $CD, $97, $21, $C3, $95
db $14, $CD, $8E, $21, $C3, $95, $14, $08
db $F8, $00, $00, $00, $00, $F8, $08, $F0
db $98, $E6, $F0, $E0, $D7, $CB, $37, $5F
db $F0, $99, $D6, $04, $E6, $F0, $E0, $D8
db $B3, $5F, $E0, $FA, $16, $00, $21, $11
db $D7, $7C, $19, $67, $FA, $A5, $DB, $57
db $7E, $E0, $B8, $E0, $AF, $5F, $C9, $FA
db $1C, $C1, $FE, $01, $20, $08, $FA, $3B
db $C1, $C6, $04, $EA, $3B, $C1, $FA, $A4
db $C1, $A7, $28, $38, $21, $46, $C1, $FA
db $4A, $C1, $B6, $20, $03, $CD, $95, $14
db $CD, $D2, $77, $0E, $04, $FA, $63, $D4
db $FE, $01, $28, $1B, $0E, $FC, $FA, $F9
db $D6, $A7, $20, $13, $CD, $DB, $29, $0E
db $02, $FE, $05, $28, $0A, $FE, $09, $28
db $06, $FE, $08, $20, $06, $0E, $FD, $79
db $EA, $3B, $C1, $C9, $F0, $FA, $E0, $FB
db $FA, $7B, $C1, $A7, $C0, $F0, $A2, $A7
db $28, $1D, $F0, $E7, $E6, $01, $20, $16
db $21, $00, $C0, $F0, $99, $C6, $0B, $FE
db $88, $30, $0B, $22, $F0, $98, $C6, $04
db $22, $3E, $26, $22, $36, $00, $C9, $AF
db $EA, $75, $D4, $FA, $1C, $C1, $FE, $02
db $28, $F4, $FA, $24, $C1, $21, $9F, $C1
db $B6, $C2, $80, $79, $CD, $D2, $77, $4F
db $FA, $A5, $DB, $A7, $20, $08, $79, $FE
db $61, $CA, $6A, $79, $18, $0E, $79, $FE
db $4C, $20, $09, $F0, $99, $3D, $E6, $0F
db $FE, $0C, $30, $0E, $CD, $DB, $29, $EA
db $81, $C1, $A7, $CA, $5C, $7A, $FE, $E0
db $20, $40, $FA, $C7, $DB, $A7, $20, $39
db $CD, $3B, $09, $F0, $9A, $2F, $3C, $E0
db $9A, $F0, $9B, $2F, $3C, $E0, $9B, $3E
db $02, $EA, $46, $C1, $F0, $F9, $A7, $20
db $0A, $3E, $10, $E0, $A3, $F0, $A2, $C6
db $02, $E0, $A2, $3E, $10, $EA, $3E, $C1
db $3E, $30, $EA, $C7, $DB, $FA, $94, $DB
db $C6, $04, $EA, $94, $DB, $3E, $03, $E0
db $F3, $C9, $FA, $81, $C1, $FE, $FF, $CA
db $5C, $7A, $FE, $F0, $38, $03, $C3, $6E
db $7E, $FE, $51, $28, $04, $FE, $50, $20
db $74, $CD, $3B, $09, $3E, $07, $EA, $1F
db $C1, $21, $BB, $C1, $34, $21, $7B, $C1
db $F0, $E7, $E6, $03, $B6, $20, $5D, $F0
db $98, $D6, $08, $21, $D7, $FF, $96, $CB
db $7F, $3E, $FF, $28, $02, $3E, $01, $21
db $98, $FF, $86, $77, $F0, $D8, $C6, $10
db $21, $99, $FF, $96, $CB, $7F, $3E, $FF
db $20, $02, $3E, $01, $21, $99, $FF, $86
db $77, $F0, $98, $D6, $08, $C6, $02, $E6
db $0F, $FE, $04, $30, $27, $F0, $99, $D6
db $10, $C6, $02, $E6, $0F, $FE, $04, $30
db $1B, $F0, $99, $C6, $03, $E0, $99, $3E
db $06, $EA, $1C, $C1, $CD, $3B, $09, $EA
db $98, $C1, $FA, $81, $C1, $EA, $CB, $DB
db $3E, $0C, $E0, $F3, $C9, $21, $00, $C0
db $FA, $81, $C1, $FE, $08, $20, $0B, $FA
db $3B, $C1, $C6, $FD, $EA, $3B, $C1, $C3
db $5C, $7A, $FE, $09, $20, $0B, $FA, $3B
db $C1, $C6, $02, $EA, $3B, $C1, $C3, $5C
db $7A, $FE, $0B, $28, $04, $FE, $07, $20
db $64, $F0, $B2, $A7, $28, $03, $C3, $AA
db $7E, $FA, $AD, $C1, $FE, $80, $28, $55
db $FA, $1C, $C1, $FE, $08, $28, $4D, $FE
db $01, $28, $49, $F0, $99, $C6, $FE, $CD
db $1D, $57, $F0, $AF, $FE, $06, $28, $06
db $FA, $0C, $DB, $A7, $20, $19, $3E, $50
db $E0, $B7, $3E, $08, $EA, $1C, $C1, $F0
db $AF, $E0, $9C, $F0, $99, $C6, $02, $E0
db $99, $3E, $01, $EA, $67, $C1, $C9, $3E
db $01, $EA, $1C, $C1, $AF, $E0, $9C, $CD
db $95, $14, $F0, $9E, $5F, $50, $21, $CA
db $77, $19, $7E, $E0, $9A, $21, $CE, $77
db $19, $7E, $E0, $9B, $C9, $FE, $06, $CA
db $37, $7B, $FE, $05, $20, $43, $F0, $99
db $C6, $0C, $22, $F0, $98, $C6, $00, $22
db $3E, $1C, $22, $F0, $E7, $17, $17, $E6
db $10, $F5, $22, $F0, $99, $C6, $0C, $22
db $F0, $98, $C6, $08, $22, $3E, $1C, $22
db $F1, $F6, $20, $77, $3E, $03, $EA, $1F
db $C1, $F0, $E7, $E6, $0F, $20, $0A, $F0
db $CB, $E6, $0F, $28, $04, $3E, $0E, $E0
db $F2, $FA, $3B, $C1, $C6, $02, $EA, $3B
db $C1, $AF, $EA, $BB, $C1, $FA, $1C, $C1
db $FE, $01, $20, $05, $3E, $00, $EA, $1C
db $C1, $FA, $81, $C1, $FE, $04, $20, $30
db $F0, $AF, $FE, $DB, $38, $2A, $FE, $DD
db $30, $26, $D6, $DB, $5F, $16, $00, $21
db $35, $7B, $19, $FA, $FB, $D6, $AE, $28
db $17, $FA, $F8, $D6, $5F, $16, $00, $21
db $29, $7B, $19, $FA, $3B, $C1, $86, $EA
db $3B, $C1, $3E, $01, $EA, $F9, $D6, $C9
db $FA, $F9, $D6, $A7, $28, $08, $3E, $07
db $E0, $F4, $AF, $EA, $F9, $D6, $FA, $A5
db $DB, $A7, $CA, $28, $7B, $FA, $24, $C1
db $A7, $20, $6A, $F0, $AF, $FE, $AA, $20
db $32, $FA, $CB, $C1, $A7, $20, $2C, $FA
db $CA, $C1, $3C, $EA, $CA, $C1, $FE, $18
db $20, $18, $3E, $60, $EA, $CB, $C1, $3E
db $0E, $E0, $F3, $3E, $03, $E0, $A5, $F0
db $F6, $FE, $C3, $20, $05, $21, $79, $D8
db $CB, $E6, $FA, $3B, $C1, $C6, $FD, $EA
db $3B, $C1, $C9, $AF, $EA, $CA, $C1, $F0
db $FA, $21, $FB, $FF, $BE, $21, $C9, $C1
db $20, $21, $F0, $AF, $FE, $DF, $20, $1B
db $F0, $A1, $5F, $FA, $A9, $C1, $57, $FA
db $9F, $C1, $B3, $B2, $20, $0D, $34, $7E
db $FE, $28, $38, $09, $3E, $2B, $E0, $F4
db $C3, $AC, $4C, $36, $00, $C9, $FC, $FF
db $FF, $FE, $FE, $FE, $FD, $FD, $FD, $FC
db $FC, $FC, $00, $02, $F0, $99, $C6, $08
db $22, $F0, $98, $C6, $FF, $22, $3E, $1A
db $22, $FA, $20, $C1, $17, $17, $E6, $20
db $F5, $22, $F0, $99, $C6, $08, $22, $F0
db $98, $C6, $07, $22, $3E, $1A, $22, $F1
db $EE, $20, $77, $3E, $03, $EA, $1F, $C1
db $C9, $C6, $3A, $00, $00, $00, $00, $3A
db $C6, $04, $FC, $00, $00, $00, $00, $FC
db $04, $FA, $24, $C1, $FE, $00, $CA, $5D
db $7C, $F5, $FE, $03, $DA, $50, $7C, $FA
db $25, $C1, $4F, $06, $00, $21, $64, $7B
db $09, $7E, $E0, $9A, $21, $68, $7B, $09
db $7E, $E0, $9B, $C5, $CD, $D6, $20, $C1
db $21, $6C, $7B, $09, $F0, $96, $86, $E0
db $96, $21, $70, $7B, $09, $F0, $97, $86
db $E0, $97, $21, $2D, $C1, $BE, $C2, $50
db $7C, $F0, $96, $21, $2C, $C1, $BE, $C2
db $50, $7C, $F1, $F0, $B1, $A7, $28, $06
db $CD, $A8, $27, $AF, $E0, $B1, $CD, $95
db $14, $E0, $A3, $EA, $24, $C1, $F0, $98
db $EA, $B1, $DB, $F0, $99, $EA, $B2, $DB
db $FA, $25, $C1, $FE, $03, $20, $24, $3E
db $01, $E0, $9B, $CD, $80, $71, $F0, $AF
db $FE, $DB, $28, $17, $FE, $DC, $28, $13
db $FE, $E1, $28, $06, $FA, $33, $C1, $A7
db $28, $09, $FA, $7B, $C1, $A7, $20, $03
db $CD, $EA, $71, $FA, $69, $C1, $A7, $28
db $06, $E0, $F2, $AF, $EA, $69, $C1, $CD
db $19, $38, $3E, $FF, $E0, $A6, $FA, $A5
db $DB, $A7, $C8, $57, $F0, $F7, $FE, $1A
db $30, $05, $FE, $06, $38, $01, $14, $F0
db $F6, $5F, $CD, $B8, $29, $FE, $1A, $28
db $0C, $FE, $19, $28, $08, $FA, $8E, $C1
db $E6, $E0, $FE, $80, $C0, $FA, $CD, $DB
db $A7, $C8, $F0, $F8, $E6, $10, $C0, $3E
db $0C, $EA, $62, $D4, $C9, $F1, $3D, $C7
db $7E, $7C, $A1, $7D, $E2, $7D, $59, $7E
db $5D, $7E, $C9, $01, $01, $02, $00, $00
db $02, $01, $02, $00, $02, $02, $00, $02
db $02, $00, $02, $01, $02, $00, $02, $01
db $02, $00, $02, $00, $00, $00, $00, $02
db $02, $02, $02, $FA, $25, $C1, $4F, $06
db $00, $FA, $A5, $DB, $A7, $28, $63, $F0
db $F7, $FE, $0B, $30, $5D, $FE, $08, $20
db $34, $F0, $F6, $FE, $71, $20, $2E, $79
db $FE, $03, $28, $29, $FA, $7C, $DB, $5F
db $16, $00, $21, $5E, $7C, $19, $FA, $AA
db $C5, $5F, $3C, $EA, $AA, $C5, $19, $79
db $BE, $28, $07, $AF, $EA, $AA, $C5, $C3
db $25, $7D, $7B, $FE, $07, $C2, $25, $7D
db $3E, $02, $EA, $69, $C1, $AF, $EA, $AA
db $C5, $21, $DE, $7D, $09, $79, $FE, $02
db $20, $12, $F0, $F7, $FE, $05, $20, $0C
db $FA, $AE, $DB, $FE, $1D, $20, $05, $3E
db $35, $EA, $AE, $DB, $7E, $21, $AE, $DB
db $18, $1F, $FA, $0C, $C1, $A7, $28, $11
db $79, $FE, $02, $20, $0C, $3E, $1E, $EA
db $69, $C1, $3E, $63, $21, $F6, $FF, $18
db $09, $21, $DA, $7D, $09, $7E, $21, $F6
db $FF, $86, $77, $FE, $41, $20, $13, $79
db $FE, $02, $20, $0E, $21, $41, $D8, $CB
db $76, $20, $07, $CB, $F6, $3E, $02, $EA
db $69, $C1, $CD, $D7, $2E, $CD, $E6, $36
db $CD, $CC, $1C, $CD, $9B, $14, $FA, $CF
db $C1, $A7, $28, $15, $AF, $EA, $CF, $C1
db $FA, $7C, $D4, $A7, $F0, $B0, $28, $02
db $3E, $49, $E0, $B1, $CD, $CA, $27, $18
db $4D, $FA, $A5, $DB, $A7, $20, $47, $FA
db $4E, $DB, $A7, $28, $41, $F0, $F6, $5F
db $16, $00, $21, $00, $40, $19, $7E, $21
db $B0, $FF, $BE, $28, $31, $4F, $FE, $25
db $30, $0A, $06, $00, $21, $20, $41, $09
db $7E, $A7, $20, $16, $FA, $7C, $D4, $A7
db $28, $13, $F0, $BD, $FE, $49, $28, $13
db $CD, $90, $7D, $3E, $49, $E0, $B1, $E0
db $BD, $C9, $79, $E0, $BD, $79, $E0, $B1
db $CD, $CA, $27, $79, $E0, $B0, $FA, $24
db $C1, $3C, $EA, $24, $C1, $C9, $CD, $AA
db $09, $FA, $FA, $D6, $FE, $02, $20, $04
db $3E, $02, $E0, $BB, $C3, $99, $7D, $00
db $00, $02, $02, $14, $0C, $00, $00, $00
db $00, $03, $02, $14, $1E, $C0, $00, $08
db $08, $0A, $0A, $0A, $0A, $08, $08, $00
db $09, $70, $00, $40, $40, $02, $02, $A0
db $60, $00, $00, $00, $00, $80, $80, $01
db $FF, $F0, $10, $01, $FF, $F8, $08, $FA
db $25, $C1, $4F, $06, $00, $21, $D2, $7D
db $09, $FA, $2C, $C1, $86, $EA, $2C, $C1
db $21, $D6, $7D, $09, $FA, $2D, $C1, $86
db $EA, $2D, $C1, $21, $BE, $7D, $09, $FA
db $2F, $C1, $86, $CB, $12, $E6, $DF, $EA
db $27, $C1, $21, $BA, $7D, $09, $FA, $2E
db $C1, $CB, $1A, $8E, $E6, $03, $EA, $26
db $C1, $21, $B6, $7D, $09, $FA, $2F, $C1
db $86, $CB, $12, $E6, $DF, $EA, $2F, $C1
db $21, $B2, $7D, $09, $FA, $2E, $C1, $CB
db $1A, $8E, $E6, $03, $EA, $2E, $C1, $21
db $C2, $7D, $09, $7E, $EA, $28, $C1, $21
db $C6, $7D, $09, $7E, $EA, $29, $C1, $21
db $CA, $7D, $09, $7E, $EA, $2A, $C1, $AF
db $EA, $2B, $C1, $C3, $99, $7D, $CD, $7A
db $26, $C9, $C9, $00, $00, $FF, $01, $01
db $FF, $01, $FF, $01, $FF, $00, $00, $01
db $01, $FF, $FF, $F0, $E7, $E6, $03, $21
db $67, $C1, $B6, $21, $A1, $FF, $B6, $21
db $A9, $C1, $B6, $C0, $FA, $81, $C1, $D6
db $F0, $5F, $16, $00, $21, $5E, $7E, $19
db $F0, $98, $86, $E0, $98, $21, $66, $7E
db $19, $F0, $99, $86, $E0, $99, $C9, $FC
db $FA, $F8, $F6, $0C, $00, $00, $F4, $00
db $00, $00, $00, $00, $F4, $0C, $00, $F0
db $E7, $E6, $00, $21, $24, $C1, $B6, $21
db $A9, $C1, $B6, $21, $A1, $FF, $B6, $21
db $9F, $C1, $B6, $21, $4F, $C1, $B6, $20
db $39, $1E, $01, $F0, $AF, $FE, $0E, $20
db $18, $F0, $F6, $FE, $3E, $28, $15, $1C
db $FE, $3D, $28, $10, $1C, $FE, $3C, $28
db $0B, $FE, $3F, $20, $1D, $1E, $00, $18
db $03, $D6, $E7, $5F, $16, $00, $21, $9A
db $7E, $19, $7E, $E0, $9A, $21, $A2, $7E
db $19, $7E, $E0, $9B, $CD, $D6, $20, $CD
db $80, $71, $C9, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF
|
audio/sfx/battle_18.asm | opiter09/ASM-Machina | 1 | 176713 | SFX_Battle_18_Ch8:
noise_note 4, 15, -7, 85
noise_note 8, 15, 1, 101
sound_ret
|
chap18/ex9/peeling.asm | JamesType/optimization-manual | 374 | 11323 | <reponame>JamesType/optimization-manual
;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
; AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
; LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
; OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
;
; .globl peel
; void peel(float *out, const float *in, uint64_t width, float add_value, float alfa);
; On entry:
; rcx = out
; rdx = in
; r8 = width
; xmm3 = add_value
; [rsp+48] = alfa
.data
indices DD 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
.code
peel PROC public
push rbx
mov rax, rdx ; mov rax, pImage ( Input )
mov rbx, rcx ; mov rbx, pOutImage ( Output )
mov r11, r8 ; mov r11, len
; movss xmm3, addValue
vpbroadcastd zmm3, xmm3
; movss xmm1, alfa
vpbroadcastd zmm4, dword ptr[rsp+48]
xor r10, r10
xor r9, r9
vmovups zmm0, indices ; vmovups zmm0, [indices]
vpbroadcastd zmm5, ecx
peeling:
mov r8, rbx
and r8, 03Fh
jz endofpeeling ; nothing to peel
neg r8
add r8, 64 ; 64 - X
; now in r8 we have the number of bytes to the closest alignment
mov r9, r8
sar r9, 2 ; now r9 contains number of elements in peeling
vpbroadcastd zmm5, r9d
vpcmpd k2, zmm0, zmm5, 1 ; compare lower to produce mask for peeling
vmovups zmm1 {k2}{z}, zmmword ptr[rax]
vfmadd213ps zmm1 {k2}{z}, zmm4, zmm3
vmovups zmmword ptr[rbx] {k2}, zmm1 ; unaligned store
endofpeeling:
sub r11, r9
mov r10, r11
sar r10, 4 ; number of full iterations
jz remainder ; no full iterations
mainloop:
vmovups zmm1, zmmword ptr[rax + r8]
vfmadd213ps zmm1, zmm4, zmm3
vmovaps zmmword ptr[rbx + r8], zmm1 ; aligned store is safe here !!
add r8, 40h
sub r10, 1
jne mainloop
remainder:
; produce mask for remainder
and r11, 0Fh ; number of elements in remainder
jz endloop ; no elements in remainder
vpbroadcastd zmm2, r11d
vpcmpd k2, zmm0, zmm2, 1 ; compare lower
vmovups zmm1 {k2}{z}, zmmword ptr[rax + r8]
vfmadd213ps zmm1 {k2}{z}, zmm4, zmm3
vmovaps zmmword ptr[rbx + r8] {k2}, zmm1 ; aligned
endloop:
vzeroupper
pop rbx
ret
peel ENDP
end |
programs/oeis/155/A155633.asm | neoneye/loda | 22 | 16226 | ; A155633: 6^n+5^n-1.
; 1,10,60,340,1920,10900,62280,358060,2070240,12030820,70231800,411625180,2420922960,14281397140,84467679720,500702562700,2973697798080,17689598897860,105374653934040,628433226338620
mov $2,5
pow $2,$0
mov $1,$2
add $1,6
mov $3,6
pow $3,$0
add $1,$3
sub $1,7
mov $0,$1
|
3-mid/physics/interface/source/physics-engine.ads | charlie5/lace | 20 | 9168 | <filename>3-mid/physics/interface/source/physics-engine.ads<gh_stars>10-100
with
physics.Space,
physics.Joint,
physics.Object,
lace.Observer,
lace.Any,
ada.Tags;
package physics.Engine
--
-- Provides a task which evolves a physical space.
--
is
type Item is tagged limited private;
type View is access all Item'Class;
-- procedure start (Self : access Item; space_Kind : in physics.space_Kind);
procedure start (Self : access Item; the_Space : in Space.view);
procedure stop (Self : access Item);
procedure add (Self : access Item; the_Object : in Object.view);
procedure rid (Self : in out Item; the_Object : in Object.view);
procedure add (Self : in out Item; the_Joint : in Joint.view);
procedure rid (Self : in out Item; the_Joint : in Joint.view);
procedure update_Scale (Self : in out Item; of_Object : in Object.view;
To : in math.Vector_3);
procedure apply_Force (Self : in out Item; to_Object : in Object.view;
Force : in math.Vector_3);
procedure update_Site (Self : in out Item; of_Object : in Object.view;
To : in math.Vector_3);
procedure set_Speed (Self : in out Item; of_Object : in Object.view;
To : in math.Vector_3);
procedure set_Gravity (Self : in out Item; To : in math.Vector_3);
procedure set_xy_Spin (Self : in out Item; of_Object : in Object.view;
To : in math.Radians);
procedure update_Bounds (Self : in out Item; of_Object : in Object.view);
procedure set_local_Anchor (Self : in out Item; for_Joint : in Joint.view;
To : in math.Vector_3;
is_Anchor_A : in Boolean);
private
task
type Evolver (Self : access Engine.item'Class)
is
-- entry start (space_Kind : in physics.space_Kind);
entry start (the_Space : in Space.view);
entry stop;
entry reset_Age;
pragma Storage_Size (20_000_000);
end Evolver;
-- Engine Commands
--
type Any_limited_view is access all lace.Any.limited_item'Class;
type command_Kind is (add_Object, rid_Object,
scale_Object, destroy_Object,
update_Bounds, update_Site,
set_Speed, apply_Force,
set_xy_Spin,
add_Joint, rid_Joint,
set_Joint_local_Anchor,
free_Joint,
cast_Ray,
-- new_impact_Response,
set_Gravity);
type Command (Kind : command_Kind := command_Kind'First) is
record
Object : physics.Object.view;
case Kind
is
when add_Object =>
add_Children : Boolean;
-- Model : physics.Model.view;
when rid_Object =>
rid_Children : Boolean;
when update_Site =>
Site : math.Vector_3;
when scale_Object =>
Scale : math.Vector_3;
when apply_Force =>
Force : math.Vector_3;
when set_Speed =>
Speed : math.Vector_3;
when set_Gravity =>
Gravity : math.Vector_3;
when set_xy_Spin =>
xy_Spin : math.Radians;
when add_Joint | rid_Joint | free_Joint =>
Joint : physics.Joint.view;
when set_Joint_local_Anchor =>
anchor_Joint : physics.Joint.view;
is_Anchor_A : Boolean; -- When false, is anchor B.
local_Anchor : math.Vector_3;
when cast_Ray =>
From, To : math.Vector_3;
Observer : lace.Observer.view;
Context : Any_limited_view;
event_Kind : ada.Tags.Tag;
-- when new_impact_Response =>
-- Filter : impact_Filter;
-- Response : impact_Response;
when others =>
null;
end case;
end record;
type Commands is array (Positive range 1 .. 200_000) of Command;
protected
type safe_command_Set
is
function is_Empty return Boolean;
procedure add (the_Command : in Command);
procedure Fetch (To : out Commands;
Count : out Natural);
private
Set : Commands;
the_Count : Natural := 0;
end safe_command_Set;
type safe_command_Set_view is access all safe_command_Set;
type Item is tagged limited
record
Age : Duration := 0.0;
Space : physics.Space.view;
Commands : safe_command_Set_view := new safe_command_Set;
Evolver : engine.Evolver (Item'Access);
end record;
end physics.Engine;
|
oeis/323/A323232.asm | neoneye/loda-programs | 11 | 97102 | ; A323232: a(n) = 2^n*J(n, 1/2) where J(n, x) are the Jacobsthal polynomials as defined in A322942.
; Submitted by <NAME>
; 1,3,9,51,225,1083,5049,23811,111825,525963,2472489,11625171,54655425,256967643,1208146329,5680180131,26705711025,125558574123,590321410569,2775432824691,13048869758625,61350071873403,288441173689209,1356124096054851,6375901677678225
mov $3,1
lpb $0
sub $0,1
add $2,$3
mov $3,$1
mov $1,$2
mul $2,3
mul $3,8
lpe
mov $0,$2
div $0,2
mul $0,2
add $0,1
|
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_19940_379.asm | ljhsiun2/medusa | 9 | 168403 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x4b9c, %rdi
and %r9, %r9
mov (%rdi), %r14w
add $54561, %r12
lea addresses_D_ht+0x41c, %rdi
nop
nop
nop
nop
sub $44946, %rbx
mov (%rdi), %r14w
nop
and %rbx, %rbx
lea addresses_D_ht+0x8c1c, %rbx
nop
nop
nop
nop
and %r8, %r8
movw $0x6162, (%rbx)
nop
nop
nop
nop
dec %r9
lea addresses_A_ht+0x11c1c, %r14
nop
nop
nop
nop
sub %r12, %r12
mov $0x6162636465666768, %r9
movq %r9, %xmm5
vmovups %ymm5, (%r14)
nop
nop
nop
nop
sub %r12, %r12
lea addresses_normal_ht+0x12dc4, %rsi
lea addresses_WT_ht+0xbc1c, %rdi
nop
nop
nop
sub $44037, %r9
mov $117, %rcx
rep movsw
nop
nop
nop
nop
nop
dec %r8
lea addresses_WT_ht+0x7112, %rsi
lea addresses_D_ht+0x301c, %rdi
nop
dec %r14
mov $112, %rcx
rep movsq
nop
nop
nop
nop
sub $58722, %rdi
lea addresses_normal_ht+0x16c21, %r12
nop
nop
nop
nop
nop
sub $5662, %rsi
mov (%r12), %cx
nop
nop
add %rbx, %rbx
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %r9
pop %r8
pop %r14
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r8
push %r9
push %rax
push %rbp
push %rsi
// Store
lea addresses_D+0x1381c, %rax
nop
nop
nop
and $5869, %r12
mov $0x5152535455565758, %r9
movq %r9, %xmm0
vmovups %ymm0, (%rax)
nop
dec %rbp
// Load
lea addresses_D+0x16c1c, %rsi
clflush (%rsi)
nop
nop
nop
xor $56886, %r9
movaps (%rsi), %xmm1
vpextrq $1, %xmm1, %rbp
nop
nop
add $43635, %rsi
// Store
lea addresses_D+0x165a8, %r9
nop
nop
nop
and %r8, %r8
mov $0x5152535455565758, %rax
movq %rax, %xmm2
movaps %xmm2, (%r9)
nop
nop
nop
nop
dec %rax
// Faulty Load
lea addresses_US+0x1941c, %rax
nop
nop
sub $37391, %rbp
mov (%rax), %r10
lea oracles, %rax
and $0xff, %r10
shlq $12, %r10
mov (%rax,%r10,1), %r10
pop %rsi
pop %rbp
pop %rax
pop %r9
pop %r8
pop %r12
pop %r10
ret
/*
<gen_faulty_load>
[REF]
{'src': {'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 0, 'same': False, 'type': 'addresses_US'}, 'OP': 'LOAD'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 9, 'same': False, 'type': 'addresses_D'}, 'OP': 'STOR'}
{'src': {'NT': False, 'AVXalign': True, 'size': 16, 'congruent': 11, 'same': False, 'type': 'addresses_D'}, 'OP': 'LOAD'}
{'dst': {'NT': False, 'AVXalign': True, 'size': 16, 'congruent': 2, 'same': False, 'type': 'addresses_D'}, 'OP': 'STOR'}
[Faulty Load]
{'src': {'NT': True, 'AVXalign': False, 'size': 8, 'congruent': 0, 'same': True, 'type': 'addresses_US'}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'NT': False, 'AVXalign': True, 'size': 2, 'congruent': 6, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'LOAD'}
{'src': {'NT': False, 'AVXalign': True, 'size': 2, 'congruent': 9, 'same': False, 'type': 'addresses_D_ht'}, 'OP': 'LOAD'}
{'dst': {'NT': False, 'AVXalign': True, 'size': 2, 'congruent': 9, 'same': False, 'type': 'addresses_D_ht'}, 'OP': 'STOR'}
{'dst': {'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 11, 'same': False, 'type': 'addresses_A_ht'}, 'OP': 'STOR'}
{'src': {'congruent': 3, 'same': False, 'type': 'addresses_normal_ht'}, 'dst': {'congruent': 11, 'same': False, 'type': 'addresses_WT_ht'}, 'OP': 'REPM'}
{'src': {'congruent': 1, 'same': False, 'type': 'addresses_WT_ht'}, 'dst': {'congruent': 8, 'same': False, 'type': 'addresses_D_ht'}, 'OP': 'REPM'}
{'src': {'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 0, 'same': False, 'type': 'addresses_normal_ht'}, 'OP': 'LOAD'}
{'00': 19940}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
|
alloy4fun_models/trashltl/models/11/tj6N7eqM36nZ2EtEs.als | Kaixi26/org.alloytools.alloy | 0 | 3624 | open main
pred idtj6N7eqM36nZ2EtEs_prop12 {
eventually some f:File | f in Trash' implies always f in Trash'
}
pred __repair { idtj6N7eqM36nZ2EtEs_prop12 }
check __repair { idtj6N7eqM36nZ2EtEs_prop12 <=> prop12o } |
tests/asm-test.asm | yorkie/lv | 10 | 81722 | <filename>tests/asm-test.asm
section .bss
section .text
global main
main:
push ebp
mov ebp, esp
sub esp, 10
%push main_context
%stacksize large
; system call: exit
push dword 0
mov eax, 1
sub esp, 4
int 128
%pop
mov esp, ebp
pop ebp
ret
section .data
__sys__type_integer: dd 0x0
__sys__type_double: dd 0x1
__sys__type_char: dd 0x2
__sys__type_boolean: dd 0x3
__sys__type_array: dd 0x4
__sys__type_string: dd 0x5
__sys__type_object: dd 0x6
|
source/nodes/program-nodes-element_iterator_specifications.ads | optikos/oasis | 0 | 11970 | -- Copyright (c) 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
with Program.Elements.Defining_Identifiers;
with Program.Lexical_Elements;
with Program.Elements.Subtype_Indications;
with Program.Elements.Expressions;
with Program.Elements.Element_Iterator_Specifications;
with Program.Element_Visitors;
package Program.Nodes.Element_Iterator_Specifications is
pragma Preelaborate;
type Element_Iterator_Specification is
new Program.Nodes.Node
and Program.Elements.Element_Iterator_Specifications
.Element_Iterator_Specification
and Program.Elements.Element_Iterator_Specifications
.Element_Iterator_Specification_Text
with private;
function Create
(Name : not null Program.Elements.Defining_Identifiers
.Defining_Identifier_Access;
Colon_Token : not null Program.Lexical_Elements
.Lexical_Element_Access;
Subtype_Indication : not null Program.Elements.Subtype_Indications
.Subtype_Indication_Access;
Of_Token : not null Program.Lexical_Elements
.Lexical_Element_Access;
Reverse_Token : Program.Lexical_Elements.Lexical_Element_Access;
Iterable_Name : not null Program.Elements.Expressions
.Expression_Access)
return Element_Iterator_Specification;
type Implicit_Element_Iterator_Specification is
new Program.Nodes.Node
and Program.Elements.Element_Iterator_Specifications
.Element_Iterator_Specification
with private;
function Create
(Name : not null Program.Elements.Defining_Identifiers
.Defining_Identifier_Access;
Subtype_Indication : not null Program.Elements.Subtype_Indications
.Subtype_Indication_Access;
Iterable_Name : not null Program.Elements.Expressions
.Expression_Access;
Is_Part_Of_Implicit : Boolean := False;
Is_Part_Of_Inherited : Boolean := False;
Is_Part_Of_Instance : Boolean := False;
Has_Reverse : Boolean := False)
return Implicit_Element_Iterator_Specification
with Pre =>
Is_Part_Of_Implicit or Is_Part_Of_Inherited or Is_Part_Of_Instance;
private
type Base_Element_Iterator_Specification is
abstract new Program.Nodes.Node
and Program.Elements.Element_Iterator_Specifications
.Element_Iterator_Specification
with record
Name : not null Program.Elements.Defining_Identifiers
.Defining_Identifier_Access;
Subtype_Indication : not null Program.Elements.Subtype_Indications
.Subtype_Indication_Access;
Iterable_Name : not null Program.Elements.Expressions
.Expression_Access;
end record;
procedure Initialize
(Self : aliased in out Base_Element_Iterator_Specification'Class);
overriding procedure Visit
(Self : not null access Base_Element_Iterator_Specification;
Visitor : in out Program.Element_Visitors.Element_Visitor'Class);
overriding function Name
(Self : Base_Element_Iterator_Specification)
return not null Program.Elements.Defining_Identifiers
.Defining_Identifier_Access;
overriding function Subtype_Indication
(Self : Base_Element_Iterator_Specification)
return not null Program.Elements.Subtype_Indications
.Subtype_Indication_Access;
overriding function Iterable_Name
(Self : Base_Element_Iterator_Specification)
return not null Program.Elements.Expressions.Expression_Access;
overriding function Is_Element_Iterator_Specification_Element
(Self : Base_Element_Iterator_Specification)
return Boolean;
overriding function Is_Declaration_Element
(Self : Base_Element_Iterator_Specification)
return Boolean;
type Element_Iterator_Specification is
new Base_Element_Iterator_Specification
and Program.Elements.Element_Iterator_Specifications
.Element_Iterator_Specification_Text
with record
Colon_Token : not null Program.Lexical_Elements
.Lexical_Element_Access;
Of_Token : not null Program.Lexical_Elements
.Lexical_Element_Access;
Reverse_Token : Program.Lexical_Elements.Lexical_Element_Access;
end record;
overriding function To_Element_Iterator_Specification_Text
(Self : aliased in out Element_Iterator_Specification)
return Program.Elements.Element_Iterator_Specifications
.Element_Iterator_Specification_Text_Access;
overriding function Colon_Token
(Self : Element_Iterator_Specification)
return not null Program.Lexical_Elements.Lexical_Element_Access;
overriding function Of_Token
(Self : Element_Iterator_Specification)
return not null Program.Lexical_Elements.Lexical_Element_Access;
overriding function Reverse_Token
(Self : Element_Iterator_Specification)
return Program.Lexical_Elements.Lexical_Element_Access;
overriding function Has_Reverse
(Self : Element_Iterator_Specification)
return Boolean;
type Implicit_Element_Iterator_Specification is
new Base_Element_Iterator_Specification
with record
Is_Part_Of_Implicit : Boolean;
Is_Part_Of_Inherited : Boolean;
Is_Part_Of_Instance : Boolean;
Has_Reverse : Boolean;
end record;
overriding function To_Element_Iterator_Specification_Text
(Self : aliased in out Implicit_Element_Iterator_Specification)
return Program.Elements.Element_Iterator_Specifications
.Element_Iterator_Specification_Text_Access;
overriding function Is_Part_Of_Implicit
(Self : Implicit_Element_Iterator_Specification)
return Boolean;
overriding function Is_Part_Of_Inherited
(Self : Implicit_Element_Iterator_Specification)
return Boolean;
overriding function Is_Part_Of_Instance
(Self : Implicit_Element_Iterator_Specification)
return Boolean;
overriding function Has_Reverse
(Self : Implicit_Element_Iterator_Specification)
return Boolean;
end Program.Nodes.Element_Iterator_Specifications;
|
test/Fail/Issue1428c.agda | hborum/agda | 3 | 1953 | <reponame>hborum/agda
-- Andreas, 2015-03-17
open import Common.Size
data ⊥ : Set where
data D (i : Size) : Set where
c : Size< i → D i
-- This definition of size predecessor should be forbidden...
module _ (i : Size) where
postulate
pred : Size< i
-- ...otherwise the injectivity test loops here.
iter : ∀ i → D i → ⊥
iter i (c j) = iter j (c (pred j))
loop : Size → ⊥
loop i = iter i (c (pred i))
absurd : ⊥
absurd = FIXME loop ∞
-- Testcase temporarily mutilated, original error
-- -Issue1428c.agda:13,5-19
-- -We don't like postulated sizes in parametrized modules.
-- +Issue1428c.agda:23,10-15
-- +Not in scope:
-- + FIXME at Issue1428c.agda:23,10-15
-- +when scope checking FIXME
|
src/gnat/gnatvsn.ads | My-Colaborations/dynamo | 15 | 2498 | ------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- --
-- G N A T V S N --
-- --
-- S p e c --
-- --
-- Copyright (C) 1992-2015, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 3, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. --
-- --
-- As a special exception under Section 7 of GPL version 3, you are granted --
-- additional permissions described in the GCC Runtime Library Exception, --
-- version 3.1, as published by the Free Software Foundation. --
-- --
-- You should have received a copy of the GNU General Public License and --
-- a copy of the GCC Runtime Library Exception along with this program; --
-- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --
-- <http://www.gnu.org/licenses/>. --
-- --
-- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
-- This package spec holds version information for the GNAT tools.
-- It is updated whenever the release number is changed.
package Gnatvsn is
Gnat_Static_Version_String : constant String := "GNU Ada";
-- Static string identifying this version, that can be used as an argument
-- to e.g. pragma Ident.
function Gnat_Version_String return String;
-- Version output when GNAT (compiler), or its related tools, including
-- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run
-- (with appropriate verbose option switch set).
type Gnat_Build_Type is (FSF, GPL);
-- See Build_Type below for the meaning of these values.
Build_Type : constant Gnat_Build_Type := FSF;
-- Kind of GNAT build:
--
-- FSF
-- GNAT FSF version. This version of GNAT is part of a Free Software
-- Foundation release of the GNU Compiler Collection (GCC). The bug
-- box generated by Comperr gives information on how to report bugs
-- and list the "no warranty" information.
--
-- GPL
-- GNAT GPL Edition. This is a special version of GNAT, released by
-- Ada Core Technologies and intended for academic users, and free
-- software developers. The bug box generated by the package Comperr
-- gives appropriate bug submission instructions that do not reference
-- customer number etc.
function Gnat_Free_Software return String;
-- Text to be displayed by the different GNAT tools when switch --version
-- is used. This text depends on the GNAT build type.
function Copyright_Holder return String;
-- Return the name of the Copyright holder to be displayed by the different
-- GNAT tools when switch --version is used.
Ver_Len_Max : constant := 256;
-- Longest possible length for Gnat_Version_String in this or any
-- other version of GNAT. This is used by the binder to establish
-- space to store any possible version string value for checks. This
-- value should never be decreased in the future, but it would be
-- OK to increase it if absolutely necessary. If it is increased,
-- be sure to increase GNAT.Compiler.Version.Ver_Len_Max as well.
Ver_Prefix : constant String := "GNAT Version: ";
-- Prefix generated by binder. If it is changed, be sure to change
-- GNAT.Compiler_Version.Ver_Prefix as well.
Library_Version : constant String := "5";
-- Library version. This value must be updated when the compiler
-- version number Gnat_Static_Version_String is updated.
--
-- Note: Makefile.in uses the library version string to construct the
-- soname value.
Verbose_Library_Version : constant String := "GNAT Lib v" & Library_Version;
-- Version string stored in e.g. ALI files
Current_Year : constant String := "2015";
-- Used in printing copyright messages
end Gnatvsn;
|
oeis/163/A163307.asm | neoneye/loda-programs | 11 | 98114 | <filename>oeis/163/A163307.asm
; A163307: a(n) = 14*a(n-1) - 44*a(n-2) for n > 1; a(0) = 1, a(1) = 8.
; Submitted by <NAME>(s1)
; 1,8,68,600,5408,49312,452416,4164096,38391040,354254336,3270354944,30197778432,278873280512,2575523676160,23786907123712,219693657980928,2029087298289664,18740701224894464,173089976023777280,1598668810437525504,14765404401079156736,136374233955857072128,1259561481734516113408,11633394450225514414080,107446817106838492807168,992386083685816265080832,9165745218900534027616256,84655445382431560723070976,781883445722418352907878400,7221528643286868268895174656,66698529394229748236585795584
mov $1,1
lpb $0
sub $0,1
mul $1,4
mov $2,$3
mul $3,6
add $3,$1
mul $1,2
add $1,$2
lpe
mov $0,$1
|
source/image/required/s-widcha.adb | ytomino/drake | 33 | 28366 | with System.Img_Char;
package body System.Wid_Char is
function Width_Character (Lo, Hi : Character) return Natural is
begin
if Lo > Hi then
return 0;
elsif Hi >= Character'Val (16#80#) then
return 6; -- "Hex_XX"
elsif Hi >= ' ' then -- including 7F
return 3; -- "'X'" or "DEL"
else -- 2 or 3
for I in Lo .. Hi loop
if Img_Char.Length (Img_Char.Image_00_1F (I)) = 3 then
return 3;
end if;
end loop;
return 2;
end if;
end Width_Character;
end System.Wid_Char;
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.