Lights Out (1953 film)

Lights Out (Portuguese: Luz Apagada) is a 1953 Brazilian drama film directed by Carlos Thiré and starring Mário Sergio, Maria Fernanda and Fernando Pereira.[1]

Lights Out
Directed byCarlos Thiré
Produced byDino Badessi
Written byCarlos Thiré
Music byEnrico Simonetti
CinematographyRobert Huke
Edited byLandislau Babuska
Oswald Hafenrichter
Production
company
Vera Cruz Studios
Distributed byColumbia Pictures do Brasil
Release date
1953
Running time
90 minutes
CountryBrazil
LanguagePortuguese

Cast

  • Mário Sergio
  • Maria Fernanda as Glória
  • Fernando Pereira
  • Xandó Batista
  • Erminio Spalla
  • Sérgio Hingst
  • Helena Barreto Leite
  • Nelson Camargo
  • Victor Merinow
  • Luciano Pessoa
  • Antônio Coelho
  • David Novach
  • Araújo Salles
  • Lourenço Ferreira
  • Sérgio Britto
  • Léa Camargo
  • Abigail Costa
  • Ray Endsleigh
  • Luiz Francunha
  • Gilza Gabindo
  • Leo Godoy
  • Jorge Goulart
  • Robert Huke
  • Luiz Linhares (voice)
  • Raul Luciano
  • Pierino Massenzi
  • Paulo Monte
  • Geraldo Santos Pereira
  • Olívia Pineschi
  • João Ribas
  • Renato Pacheco e Silva
  • Carlos Thiré
  • Sergio Warnovsky
gollark: That's how you would do it in my thing, using a somewhat insane S-expression assembly-ish language.
gollark: Using hypothetical assembly syntax I haven't actually implemented:```# start of memory to add kittens to(add r1 r0 0x1000) # maybe there would be nice dedicated syntax for "set register" actually# end of kittenized region(add r2 r0 0x1600)(label loop (add r3 r0 40) (poke r3 r1 0) (add r3 r0 94) (poke r3 r1 1) # and so on (add r1 r1 8) (jlt r1 r2 loop))```
gollark: To create RAM kittens, all you need to do is `ADD` the ASCII value of each character into a temporary register, `POKE` them into the right memory location (using the per-instruction `POKE` offset, probably), and then do that in a loop.
gollark: I should probably implement arithmetic instructions then a basic assembler, I guess, because hand-writing machine code is unpleasant.
gollark: What? No. This doesn't really need jumps, except possibly to run it repeatedly.

References

  1. da Costa p.144

Bibliography

  • Cláudio da Costa. Cinema brasileiro, anos 60-70: dissimetria, oscilação e simulacro. 7Letras, 2000.


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