Sachiko Murase

Sachiko Murase (村瀬幸子, Murase Sachiko, 21 March 1905 9 October 1993) was a Japanese actress.[1] She appeared in more than 60 films between 1931 and 1991.

Sachiko Murase
Born(1905-03-21)21 March 1905
Tokyo, Japan
Died9 October 1993(1993-10-09) (aged 88)
OccupationActress
Years active1931-1991

Selected filmography

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

  1. "Sachiko Murase". Complete Index to World Film. Retrieved 2 June 2012.


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