Arcadia, Spotsylvania County, Virginia

Arcadia is an unincorporated community in Spotsylvania County in the U.S. state of Virginia.

Arcadia, Spotsylvania County
Arcadia, Spotsylvania County
Arcadia, Spotsylvania County
Arcadia, Spotsylvania County
Coordinates: 38°6′23″N 77°31′47″W
Country United States
State Virginia
County Spotsylvania
Time zoneUTC−5 (Eastern (EST))
  Summer (DST)UTC−4 (EDT)

Transportation

Arcadia is located along the Jefferson Davis Highway (U.S. 1) at its intersection with Arcadia Drive (VA 603).

Historic sites

  • Beulah Church and Cemetery



gollark: ```lualocal function init(code) -- preallocate 64KiB of memory -- 64KiB is enough for anyone -- (TODO: allow moar somehow?) local memory = fill_arr(65536, 0) -- load code into memory, at start for i = 1, #code do memory[i] = code:byte(i) end return { memory = memory, registers = fill_arr(17, 0) }end```
gollark: Well, I decided to not have ROM and to dump program code into memory starting from location `0` because WHY NOT.
gollark: Maybe a general "flags" register, yes.
gollark: Hmm, what registers do I need other than general ones and the program counter?
gollark: Oh, and the assembly language can be based on S-expressions, like WASM, to be annoying.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.