; Vypočítej obvod obdélníku s 8b a 16b hodnoty v paměti. %include "rw32.inc" section .data a ?? 300 ; definuj velikost b ?? 200 ; definuj velikost section .text main: ; zde prosím výpočet call WriteUInt32 call WriteNewLine ret