David Blocker
David Blocker (born May 4, 1955) is an American film producer. He is the son of actor Dan Blocker, and the older brother of actor Dirk Blocker. In 1998, he won an Emmy for producing Don King: Only in America.
Filmography
- Return Engagement (1983)
- Choose Me (1984)
- Trouble in Mind (1985)
- Made in Heaven (1987)
- The Moderns (1988)
- Love at Large (1990)
- Equinox (1992)
- Blink (1993)
- Tyson (1995) (TV)
- Traveller (1997)
- Don King: Only in America (1997) (TV)
- Breakfast of Champions (1999)
- 15 Minutes (2001)
- Frailty (2001)
- Dark Blue (2002)
- The Greatest Game Ever Played (2005)
- Into the Wild (2007)
- Hannah Montana: The Movie (2009)
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
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.