Prince Frederick Henry Eugen of Anhalt-Dessau

Frederick Henry Eugen of Anhalt-Dessau (27 December 1705 in Dessau 2 March 1781 in Dessau), was a German prince of the House of Ascania from the Anhalt-Dessau branch.

Prince Frederick Henry Eugen

He was the fourth son of Leopold I, Prince of Anhalt-Dessau, by his morganatic wife Anna Louise Föhse.

Life

In 1717, at age 12, Eugen joined the Prussian army. From 1733 to 1739 he was Chief of the Corps of the Prussian Hussar's regiment No. 1 (regiment of Pferde). In 1743 he left the Prussian service and joined the Austrian army under the command of Prince Charles Alexander of Lorraine as a volunteer on the Rhine. In 1746 he joined the army of the Electorate of Saxony, where he became a Governor of Wittenberg and later Generalfeldmarschall.

He never married or had children and never took part in the government of Anhalt-Dessau.

Literature


gollark: In my case it's opcode, 2 4-bit registers, and a 16-bit constant.
gollark: If I wasn't currently writing test code by hand as hexadecimal strings, I might do what MIPS does and make opcodes 6 bits and register indices 5 bits.
gollark: Currently it just means "print all registers", but most information is there.
gollark: ```instructions (everything >8 bits is big endian):HALT - 00 - halt executionNOP - 01 - do nothingPEEK - 02 [register 1][register 2] [16-bit constant] - load value at (constant + ri2) in memory into ri1POKE - 03 [register 1][register 2] [16-bit constant] - ↑ but other way roundADD - 04 [register 1][register 2] [16-bit constant] - save (constant + ri2) to ri1JEQ - 05 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 = ri2JNE - 06 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 != ri2JLT - 07 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 < ri2TEST - FF - print debug information```
gollark: Well, Lua makes bitops like that kind of annoying, so maybe I'll just put "implement signed numbers" down as "later" rather than "never".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.