Fallout2 Opcode Playground

Opcodes: 8000-801F, 8020-803F, 8040-805F,
8060-807F, 8080-809F, 80A0-80BF, 80C0-80DF,
80E0-80FF, 8100-811F, 8120-813F, 8140-8155
 
List Opcodes:Used in Fallout 2Named
Known to DecompilerDescribed

Descriptions for 80b8

Opcode80b8, write
     subfunction   write
>> subfunction   writeln

Author: Wasteland Ghost

07.02.05 15:30:05

Синтаксис оригинального компилятора:
void display_msg(string message) - выводит сообщение на информационный экран
Аргументы:
message - строка сообщения, которую можно получить при помощи функции message_str
Author: legacy information

25.06.02 14:56:41

writeln(str) Outputs a string to the message window (on the bottom left of the screen). str - this is a string to output. This can either be a string bounded by '' or a string retrieved with other functions.

c Temaperacl, from Duck And Cover forum