William Ayers House

The William Ayers House is a historic house located at 820 North 12th Street in Fort Smith, Arkansas.

William Ayers House
Location820 N. 12th Street,
Fort Smith, Arkansas
Coordinates35°23′56″N 94°24′47″W
Arealess than one acre
Built1888 (1888)
Architectural styleQueen Anne, Stick/Eastlake
NRHP reference No.99000792[1]
Added to NRHPJuly 8, 1999

Description and history

It is a 2-1/2 story, wood-framed structure, with asymmetrical massing and a variety of dormers, gables, porches, and exterior wall finishes typical of the Queen Anne style. Detailing includes vergeboard in gable ends, wall sections with decorative cut shingles, and corbelled chimney tops. It is an outstanding example of the architectural style in the city.[2]

The house was listed on the National Register of Historic Places on July 8, 1999.[1]

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.