Stones Crossing, Indiana

Stones Crossing is an unincorporated community in Johnson County, Indiana, in the United States.[1]

History

A post office was established at Stones Crossing in 1874, and remained in operation until it was discontinued in 1905.[2] The community was named in honor of the Stone family of residents.[3]

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".
gollark: Hopefully nobody will notice.

References

  1. U.S. Geological Survey Geographic Names Information System: Stones Crossing, Indiana
  2. "Johnson County". Jim Forte Postal History. Retrieved 12 November 2014.
  3. Baker, Ronald L. (October 1995). From Needmore to Prosperity: Hoosier Place Names in Folklore and History. Indiana University Press. p. 313. ISBN 978-0-253-32866-3. ...named for the local Stone family.



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.