My Friend (film)
My Friend (Spanish: Mi socio) is a 1983 Bolivian drama film directed by Paolo Agazzi. It was entered into the 13th Moscow International Film Festival.[1]
My Friend | |
---|---|
Directed by | Paolo Agazzi |
Written by | Paolo Agazzi |
Starring | David Sàntalla |
Cinematography | Héctor Ríos |
Release date |
|
Running time | 83 minutes |
Country | Bolivia |
Language | Spanish |
Cast
- Guillermo Barrios as Cura
- Juana Fernández as Doña Sabasta
- Susana Hernández as Matilde
- Hugo Pozo as Mecanico
- Mariel Rivera as Arminda
- Carlos Sandallo as Novio
- Gerardo Suárez as Brillo
- David Sàntalla as Don Vito
- Blanca Irene Uría as Betty
- Miriam Villagómez as Novia
gollark: ```x86asmBITS 64GLOBAL _startSECTION .textmsg: db "Hello, World!"len: equ $-msg_start: ; initialize stuff for `write` syscall mov rax, 1 ; write mov rdi, 1 ; fd 1 (stdout) mov rsi, $msg ; write from `msg` mov rdx, 512 ; write `len` bytes syscall ; exit mov rax, 60 mov rdi, 0 syscall```observe my idiomatic assembly code.
gollark: Make sure to set `bufsize` to a very large number so you can have !!FUN!! uninitialized memory.
gollark: You must put the informations into a registron.
gollark: It's wonderfully easy to remember.
gollark: In x86_64 you use `syscall` to do syscalls.
References
- "13th Moscow International Film Festival (1983)". MIFF. Archived from the original on 7 November 2013. Retrieved 2 February 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.