Sixty-fifth Texas Legislature

The 65th Texas Legislature met from January 11, 1977, to May 30, 1977, in regular session, and again in two special called sessions (see below). All members present during this session were elected in the 1976 general elections.

Sessions

Regular session: January 11, 1977 – May 30, 1977
1st called session: July 11, 1977 – July 21, 1977
2nd called session: July 10, 1978 – August 8, 1978

Party summary

Senate

Affiliation Members Note
  Democratic Party 28
  Republican Party 3
Total 31

House

Affiliation Members Note
  Democratic Party 131
  Republican Party 19
Total 150

Officers

Senate

House

Members

Senate

House

gollark: `MOVI E0 FF C0`, for example, sets `re` (register 14) to `ffc0`.
gollark: I have added a thing which sets registers to a constant.
gollark: The "use case" is a random fun feature in potatOS.
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.