Massachusetts State Armory

The Massachusetts State Armory is a historic armory at 467 Main Street in Wakefield, Massachusetts. Built in 1913, it is a fine local example of Classical Revival architecture, and a symbol of the town's long military history. The building was listed on the National Register of Historic Places in 1989.[1] It presently houses the Americal Civic Center, a local community center.

Massachusetts State Armory
Massachusetts State Armory in Wakefield
Location467 Main St., Wakefield, Massachusetts
Coordinates42°30′5″N 71°4′13″W
Built1913
ArchitectUnknown
Architectural styleClassical Revival
MPSWakefield MRA
NRHP reference No.89000707 [1]
Added to NRHPJuly 06, 1989

Description and history

The armory is located on the west side of Main Street, at its southwest corner with Armory Street. It is a two-story Classical Revival brick building, whose front facade is dominated by a Classical portico with four columns extending the full height of the building. It has a stone water table and modillioned cornice. Windows have stone sills, and those on the first floor have stone keystones.[2]

Wakefield's military history dates to the 17th century, when it was part of Reading. Its first militia company was raised in 1644, and had a continuous history extending to 1840. The Washington Rifle Greens were organized in 1812, and survived until 1850. In 1850 Dr. Solon O. Richardson, a prominent local businessman, organized the Richardson Light Guard, which served in the American Civil War. The town's first armory, a former town hall, was opened in 1873, with a new one built in 1894 on Main Street. That building burned down in 1911, and the state built the present building two years later.[2] In 1975 the building was turned over to the town, and it was adapted for use as a community center.

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".

See also

References

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