De blå ulvene

De blå ulvene (English: The blue wolves) is a 1993 Norwegian crime film directed by Morten Kolstad, starring Håvard Bakke, Tommy Karlsen and Viggo Jønsberg.

De blå ulvene
Directed byMorten Kolstad
Written byIngvar Ambjørnsen (book)
Axel Hellstenius (screenplay)
StarringHåvard Bakke
Tommy Karlsen
Viggo Jønsberg
Brit Elisabeth Haagensli
Roy Hansen
Petronella Barker
Release date
Norway 1993
Running time
155 minutes
CountryNorway
LanguageNorwegian

Synopsis

Pelle's (Bakke) father (Jønsberg) is behaving strangely, and together with Proffen (Karlsen), Pelle decides to investigate.

gollark: Although in the actual planned assembly language it would be more like `(mov re ffc0)` and get automagically compiled to the right thing.
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```


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