Hatzenbeck

The Hatzenbeck is a left tributary of the Wupper River in the municipal division of Elberfeld-West of the North Rhine-Westphalian city of Wuppertal.

Hatzenbeck
Physical characteristics
Source 
  coordinates51°14′0″N 7°8′47″E
  elevation285 metres (935 ft)
Mouth 
  coordinates
51°15′11″N 7°8′13″E
  elevation
142 metres (466 ft)
Length2.4 kilometres (1.5 mi)
Basin size2.32 square kilometres (0.90 sq mi)
Basin features
ProgressionWupperRhineNorth Sea

Location and topography

The Hatzenbeck rises to 285 metres (935 ft) above sea level. It flows northwest to Ravensberger Road and goes downhill to the University of Wuppertal to the northeast. It passes under the Wuppertal-Steinbeck station to the Wupper at a height of 141 metres (463 ft) above sea level. In earlier times the lower reaches had the name Steinbeck.


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.