Advertisement
Guest User

Untitled

a guest
Apr 8th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 1.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <program language="IPPcode19">
  3.   <instruction order="1" opcode="CREATEFRAME"/>
  4.   <instruction order="2" opcode="DEFVAR">
  5.     <arg1 type="var">LF@a</arg1>
  6.   </instruction>
  7.   <instruction order="3" opcode="READ">
  8.     <arg1 type="var">LF@a</arg1>
  9.     <arg2 type="type">string</arg2>
  10.   </instruction>
  11.   <instruction order="4" opcode="MOVE">
  12.     <arg1 type="var">LF@sym</arg1>
  13.     <arg2 type="string">ahih</arg2>
  14.   </instruction>
  15.   <instruction order="5" opcode="MOVE">
  16.     <arg1 type="var">LF@sym</arg1>
  17.     <arg2 type="int">5</arg2>
  18.   </instruction>
  19.   <instruction order="6" opcode="MOVE">
  20.     <arg1 type="var">LF@sym</arg1>
  21.     <arg2 type="nil">nil</arg2>
  22.   </instruction>
  23.   <instruction order="7" opcode="MOVE">
  24.     <arg1 type="var">LF@sym</arg1>
  25.     <arg2 type="bool">true</arg2>
  26.   </instruction>
  27.   <instruction order="8" opcode="ADD">
  28.     <arg1 type="var">GF@a</arg1>
  29.     <arg2 type="nil">nil</arg2>
  30.     <arg3 type="string">ahoj</arg3>
  31.   </instruction>
  32.   <instruction order="9" opcode="EXIT">
  33.     <arg1 type="int">5</arg1>
  34.   </instruction>
  35.   <instruction order="10" opcode="CALL">
  36.     <arg1 type="label">ahoj</arg1>
  37.   </instruction>
  38.   <instruction order="11" opcode="LABEL">
  39.     <arg1 type="label">test</arg1>
  40.   </instruction>
  41. </program>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement