Übersetzung für "Absolute addressing" in Deutsch
																						In
																											most
																											mechanisms
																											we
																											have
																											a
																											relative
																											addressing
																											scheme
																											(e.g.
																											next,
																											previous,
																											first
																											row,
																											last
																											row,…)
																											and
																											in
																											some
																											we
																											have
																											an
																											absolute
																											addressing.
																		
			
				
																						In
																											den
																											meisten
																											Mechanismen
																											haben
																											wir
																											einen
																											relativen
																											Adressierungsschema
																											(z
																											nächste,
																											vorherige,
																											erste
																											Reihe,
																											letzte
																											Reihe,
																											â
																											€
																											_)
																											und
																											in
																											einigen
																											haben
																											wir
																											eine
																											absolute
																											Adressierung.
															 
				
		 ParaCrawl v7.1
			
																						One
																											has
																											also
																											to
																											bear
																											in
																											mind
																											that
																											the
																											programming
																											field
																											has
																											changed.
																											Nobody
																											today
																											addresses
																											more
																											than
																											one
																											MByte
																											of
																											memory
																											space
																											for
																											the
																											program
																											and
																											the
																											data
																											with
																											absolute
																											addressing.
																											Therefore
																											this
																											programming
																											concept
																											requires
																											a
																											certain
																											discipline
																											from
																											the
																											programmer
																											as
																											he
																											can
																											no
																											longer
																											use
																											all
																											addressing
																											modes.
																											When
																											the
																											programmer
																											does
																											not
																											have
																											this
																											discipline,
																											an
																											assembler
																											with
																											a
																											linker
																											is
																											necessary.
																		
			
				
																						Man
																											muss
																											auch
																											berücksichtigen,
																											dass
																											sich
																											das
																											Programmierumfeld
																											gewandelt
																											hat.
																											Niemand
																											adressiert
																											heute
																											in
																											einem
																											Arbeitsspeicher
																											von
																											einem
																											MByte
																											und
																											mehr
																											Programme
																											und
																											Daten
																											direkt
																											mittels
																											der
																											absoluten
																											Adressierung.
																											Dieses
																											Konzept
																											erfordert
																											somit
																											eine
																											gewisse
																											Disziplin
																											vom
																											Programmierer,
																											da
																											einige
																											Adressierungsarten
																											nicht
																											mehr
																											verwendet
																											dürfen.
															 
				
		 ParaCrawl v7.1
			
																						Two-word
																											instructions,
																											containing
																											an
																											absolute
																											destination
																											address,
																											are
																											used
																											for
																											these
																											jumps.
																		
			
				
																						Für
																											diese
																											Sprünge
																											werden
																											Zwei-Wort-Befehle
																											verwendet,
																											die
																											eine
																											absolute
																											Zieladresse
																											enthalten.
															 
				
		 EuroPat v2
			
																						Due
																											to
																											historical
																											reasons
																											TrySim
																											has
																											internally
																											worked
																											with
																											absolute
																											addresses
																											so
																											far.
																		
			
				
																						Historisch
																											bedingt
																											hatte
																											TrySim
																											bislang
																											intern
																											mit
																											absoluten
																											Adressen
																											gearbeitet.
															 
				
		 ParaCrawl v7.1
			
																						By
																											deselecting
																											the
																											“Symbolic
																											representation”
																											the
																											absolute
																											addresses
																											are
																											displayed
																											again.
																		
			
				
																						Durch
																											Abwahl
																											der
																											“symbolischen
																											Darstellung”
																											werden
																											wieder
																											die
																											absoluten
																											Adressen
																											angezeigt.
															 
				
		 ParaCrawl v7.1
			
																						Of
																											course,
																											some
																											parameters
																											can
																											be
																											limited
																											by
																											using
																											the
																											dollar
																											sign
																											"$"
																											or
																											the
																											absolute
																											address.
																		
			
				
																						Natürlich
																											können
																											einige
																											Parameter
																											mit
																											dem
																											Dollarzeichen
																											"$"
																											oder
																											der
																											absoluten
																											Adresse
																											begrenzt
																											werden.
															 
				
		 ParaCrawl v7.1
			
																						Find
																											all
																											references
																											to
																											the
																											absolute
																											address
																											SearchAddr
																											in
																											the
																											program
																											within
																											the
																											memory
																											range
																											StartAddr
																											to
																											EndAddr.
																		
			
				
																						Sucht
																											alle
																											Referenzen
																											auf
																											die
																											absolute
																											Adresse
																											SearchAddr
																											im
																											Programm
																											von
																											StartAddr
																											bis
																											EndAddr.
															 
				
		 ParaCrawl v7.1
			
																						This
																											Function
																											translates
																											the
																											RBA
																											(Relative
																											Block
																											Address)
																											to
																											ABA
																											(Absolute
																											Block
																											Address).
																		
			
				
																						Diese
																											Funktion
																											übersetzt
																											das
																											RBA
																											(relative
																											Block-Adresse)
																											zu
																											ABA
																											(absolute
																											Block-Adresse).
															 
				
		 ParaCrawl v7.1
			
																						Find
																											all
																											references
																											to
																											the
																											absolute
																											address
																											aaaa
																											within
																											the
																											memory
																											range
																											xxxx
																											to
																											yyyy.
																		
			
				
																						Alle
																											Referenzen
																											auf
																											die
																											absolute
																											Adresse
																											aaaa
																											im
																											Speicherbereich
																											von
																											xxxx
																											bis
																											yyyy
																											werden
																											gesucht.
															 
				
		 ParaCrawl v7.1
			
																						Given
																											a
																											branch
																											instruction,
																											the
																											branch
																											condition
																											is
																											checked
																											in
																											phase
																											3
																											and
																											the
																											absolute
																											address
																											is
																											taken
																											from
																											the
																											instruction
																											word
																											given
																											an
																											appropriate
																											result
																											and
																											is
																											loaded
																											into
																											the
																											instruction
																											counter
																											BZ.
																		
			
				
																						Bei
																											einem
																											Verzweigungsbefehl
																											wird
																											die
																											Verzweigungsbedingung
																											in
																											der
																											Phase
																											3
																											überprüft
																											und
																											bei
																											entsprechendem
																											Ergebnis
																											die
																											absolute
																											Adresse
																											aus
																											dem
																											Befehlswort
																											entnommen
																											und
																											in
																											den
																											Befehlszähler
																											BZ
																											geladen.
															 
				
		 EuroPat v2
			
																						The
																											descriptors
																											essentially
																											represent
																											an
																											absolute
																											address
																											and
																											link
																											value
																											with
																											which
																											the
																											starting
																											address
																											and
																											the
																											length
																											of
																											a
																											memory
																											block
																											in
																											the
																											memory
																											locations
																											of
																											the
																											microprocessor
																											are
																											unambiguously
																											defined.
																		
			
				
																						Die
																											Deskriptoren
																											stellen
																											im
																											wesentlichen
																											einen
																											absoluten
																											Adreß-
																											und
																											Längenwert
																											dar,
																											mit
																											dem
																											die
																											Anfangsadresse
																											und
																											die
																											Länge
																											eines
																											Speicherblocks
																											im
																											Adreßbereich
																											des
																											Mikroprozessors
																											eindeutig
																											festgelegt
																											ist.
															 
				
		 EuroPat v2
			
																						The
																											microprocessor
																											itself
																											makes
																											a
																											plurality
																											of
																											hardware
																											registers
																											internally
																											available
																											that,
																											given
																											prescription
																											of
																											a
																											relative
																											address,
																											enable
																											a
																											dynamic
																											assignment
																											of
																											the
																											relative
																											address
																											to
																											a
																											segment,
																											so
																											that
																											an
																											absolute
																											address
																											can
																											be
																											formed
																											by
																											way
																											of
																											which
																											a
																											memory
																											location
																											in
																											the
																											addressing
																											range
																											of
																											the
																											microprocessor
																											is
																											then
																											selected.
																		
			
				
																						Der
																											Mikroprozessor
																											selbst
																											stellt
																											intern
																											eine
																											Vielzahl
																											von
																											Hardwareregistern
																											zur
																											Verfügung,
																											die
																											bei
																											Vorgabe
																											einer
																											relativen
																											Adresse
																											eine
																											dynamische
																											Zuordnung
																											der
																											relativen
																											Adresse
																											zu
																											einem
																											Segment
																											ermöglichen,
																											so
																											daß
																											eine
																											absolute
																											Adresse
																											gebildet
																											werden
																											kann,
																											über
																											die
																											dann
																											eine
																											Speicherzelle
																											im
																											Adreßbereich
																											des
																											Mikroprozessors
																											ausgewählt
																											wird.
															 
				
		 EuroPat v2
			
																						Since,
																											from
																											the
																											viewpoint
																											of
																											the
																											microprocessor,
																											only
																											one
																											table
																											GDT
																											is
																											present
																											whose
																											absolute
																											starting
																											address
																											and
																											length
																											can
																											be
																											set
																											in
																											what
																											is
																											referred
																											to
																											as
																											a
																											global
																											descriptor
																											table
																											register
																											GDTR
																											internally
																											within
																											the
																											microprocessor,
																											a
																											pertaining
																											descriptor
																											in
																											the
																											table
																											GDT
																											is
																											immediately
																											selected
																											with
																											a
																											location
																											number
																											in
																											the
																											table
																											GDT.
																		
			
				
																						Da
																											aus
																											der
																											Sicht
																											des
																											Mikroprozessors
																											nur
																											eine
																											GDT
																											vorhanden
																											ist,
																											deren
																											absolute
																											Anfangsadresse
																											und
																											Länge
																											in
																											einem
																											mikroprozessorinternen
																											sogenannten
																											Global-deskriptor-Tabellen-Register
																											GDTR
																											eingestellt
																											werden
																											kann,
																											ist
																											mit
																											einer
																											Platznummer
																											in
																											der
																											GDT
																											sofort
																											ein
																											zugehöriger
																											Deskriptor
																											in
																											der
																											GDT
																											ausgewählt.
															 
				
		 EuroPat v2
			
																						For
																											defining
																											the
																											interrupt
																											descriptor
																											table
																											IDT
																											in
																											the
																											addressing
																											range
																											of
																											the
																											microprocessor,
																											the
																											absolute
																											starting
																											address
																											and
																											the
																											length
																											of
																											the
																											interrupt
																											descriptor
																											table
																											IDT
																											are
																											set
																											in
																											an
																											internal
																											register
																											of
																											the
																											microprocessor,
																											in
																											what
																											is
																											referred
																											to
																											as
																											the
																											interrupt
																											descriptor
																											table
																											register
																											IDTR.
																		
			
				
																						Zur
																											Festlegung
																											der
																											IDT
																											im
																											Adreßbereich
																											des
																											Mikroprozessors
																											wird
																											in
																											einem
																											mikroprozessorinternen
																											Register,
																											im
																											sogenannten
																											Interrupt-deskriptor-Tabellen-Register
																											IDTR,
																											die
																											absolute
																											Anfangsadresse
																											und
																											die
																											Länge
																											der
																											IDT
																											eingestellt.
															 
				
		 EuroPat v2
			
																						Due
																											to
																											the
																											absolute
																											address
																											REC,
																											the
																											corresponding
																											section
																											of
																											a
																											picture
																											can
																											be
																											displayed
																											at
																											the
																											correct
																											location
																											on
																											a
																											display.
																		
			
				
																						Aufgrund
																											der
																											absoluten
																											Adresse
																											REC
																											kann
																											dann
																											der
																											entsprechende
																											Ausschnitt
																											eines
																											Bildes
																											an
																											der
																											richtigen
																											Stelle
																											auf
																											einem
																											Display
																											dargestellt
																											werden.
															 
				
		 EuroPat v2
			
																						The
																											output
																											of
																											the
																											divider
																											unit
																											Div1
																											constitutes
																											an
																											absolute
																											address
																											cn
																											indicating
																											the
																											cylinder
																											number
																											of
																											the
																											first
																											sector
																											of
																											the
																											logical
																											storage
																											track
																											which
																											is
																											being
																											searched
																											for
																											in
																											the
																											new
																											disc
																											storage
																											device
																											Spn.
																		
			
				
																						Die
																											Dividiereinrichtung
																											Div1
																											gibt
																											ausgangsseitig
																											eine
																											absolute
																											Adresse
																											cn
																											ab,
																											welche
																											die
																											Zylindernummer
																											des
																											ersten
																											Sektors
																											der
																											gesuchten
																											logischen
																											Speicherspur
																											auf
																											dem
																											neuen
																											Plattenspeicher
																											Spn
																											angibt.
															 
				
		 EuroPat v2
			
																						The
																											linker
																											reads
																											these
																											information
																											deposited
																											in
																											the
																											data
																											module,
																											enters
																											the
																											absolute
																											addresses,
																											and
																											enters
																											these
																											service
																											variables
																											into
																											its
																											service
																											table.
																		
			
				
																						Der
																											Binder
																											(Linker)
																											liest
																											diese
																											im
																											Datenmodul
																											abgelegten
																											Informationen,
																											trägt
																											die
																											absoluten
																											Adressen
																											ein
																											und
																											nimmt
																											diese
																											Servicevariablen
																											in
																											seine
																											Servicetabelle
																											auf.
															 
				
		 EuroPat v2
			
																						In
																											this
																											case,
																											the
																											first
																											macroblock
																											of
																											the
																											picture
																											object
																											is
																											addressed
																											by
																											the
																											absolute
																											macroblock
																											address
																											in
																											accordance
																											with
																											the
																											addressing
																											scheme
																											described
																											above.
																		
			
				
																						Die
																											Adressierung
																											des
																											ersten
																											Makroblocks
																											des
																											Bildobjekts
																											erfolgt
																											in
																											diesem
																											Fall
																											durch
																											die
																											absolute
																											Makroblockadresse
																											gemäß
																											dem
																											oben
																											beschriebenen
																											Adressierungsschema.
															 
				
		 EuroPat v2
			
																						Additional
																											instructions
																											are
																											not
																											required,
																											except
																											in
																											the
																											case
																											of
																											absolute
																											address
																											jumps
																											across
																											the
																											limits
																											of
																											the
																											64K
																											address
																											range,
																											referred
																											to
																											as
																											a
																											segment
																											hereinafter,
																											which
																											instructions
																											serve
																											to
																											load
																											the
																											additional
																											registers
																											or
																											to
																											save
																											their
																											contents
																											and
																											originate
																											from
																											the
																											instruction
																											set
																											already
																											available,
																											particularly
																											for
																											executing
																											data
																											transfers
																											within
																											the
																											processor.
																		
			
				
																						Es
																											werden
																											auch
																											keine
																											zusätzlichen
																											Befehle
																											benötigt,
																											sondern
																											lediglich
																											bei
																											absoluten
																											Adreßsprüngen
																											über
																											die
																											Grenzen
																											des
																											Adreßraums
																											von
																											64K
																											hinweg,
																											der
																											im
																											folgenden
																											als
																											Segment
																											bezeichnet
																											wird,
																											müssen
																											zusätzliche
																											Befehle
																											verwendet
																											werden,
																											mit
																											denen
																											die
																											zusätzlichen
																											Register
																											geladen
																											bzw.
																											deren
																											Inhalt
																											gesichert
																											wird,
																											wobei
																											diese
																											Befehle
																											jedoch
																											aus
																											dem
																											vorhandenen
																											Befehlsvorrat
																											insbesondere
																											zur
																											Durchführung
																											von
																											Datenübertragungen
																											innerhalb
																											des
																											Prozessors
																											stammen.
															 
				
		 EuroPat v2
			
																						The
																											addressing
																											unit
																											ADR
																											contains,
																											in
																											addition
																											to
																											the
																											relative
																											address
																											ad,
																											statements
																											such
																											as
																											the
																											start
																											address
																											KBD2,
																											the
																											number
																											apev
																											of
																											block
																											segment
																											words
																											and
																											the
																											number
																											hey
																											of
																											input
																											variables,
																											and
																											forms
																											therefrom
																											the
																											absolute
																											address
																											adres,
																											which
																											is,
																											for
																											example,
																											15
																											bits
																											wide
																											here.
																		
			
				
																						Die
																											Adressierungseinheit
																											ADR
																											erhält
																											neben
																											der
																											Relativadresse
																											ad
																											Angaben
																											wie
																											die
																											Startadresse
																											KBD2,
																											die
																											Anzahl
																											apev
																											der
																											Blocksegmentworte
																											und
																											die
																											Anzahl
																											der
																											nev
																											der
																											Eingangsvariablen
																											und
																											bildet
																											daraus
																											die
																											absolute
																											Adresse
																											address,
																											die
																											beispielsweise
																											hier
																											15
																											Bit
																											breit
																											ist.
															 
				
		 EuroPat v2
			
																						The
																											knowledge
																											base
																											memory
																											KBM,
																											which
																											is
																											addressed
																											via
																											the
																											absolute
																											address
																											adres,
																											supplies,
																											to
																											the
																											rules
																											corresponding
																											to
																											the
																											respective
																											rule
																											segments,
																											numbers
																											re
																											for
																											linguistic
																											values
																											of
																											the
																											input
																											variables
																											associated
																											with
																											the
																											rule
																											segment
																											word.
																		
			
				
																						Der
																											durch
																											die
																											absolute
																											Adresse
																											address
																											adressierte
																											Wissensbasisspeicher
																											KBM
																											liefert
																											zu
																											den
																											der
																											jeweiligen
																											Regelsegmenten
																											entsprechenden
																											Regeln
																											Nummern
																											re
																											für
																											linguistische
																											Werte
																											der
																											zum
																											Regelsegmentwort
																											gehörenden
																											Eingangsvariablen.
															 
				
		 EuroPat v2