<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="750" height="100"> <g transform="translate(10,10)"> <g stroke="black" stroke-width="1" fill="none"> <path d="M0,0 L661,0" /> </g> <g transform="translate(0,0)"> <g font-size="10pt" font-family="monospace"> <text x="5" y="15" font-family="sans-serif">プッシュ</text> <text x="5" y="35"> PUSH </text> <text x="205" y="25"> PUSH </text> <text x="255" y="25"> adr[,x] </text> </g> <g stroke="black" stroke-width="1" fill="none"> <path d="M0,40 L350,40" /> <path d="M0,0 L0,40" /> <path d="M200,0 L200,40" /> </g> </g> <g transform="translate(0,40)"> <g font-size="10pt" font-family="monospace"> <text x="5" y="15" font-family="sans-serif">ポップ</text> <text x="5" y="35"> POP </text> <text x="205" y="25"> POP </text> <text x="255" y="25"> r </text> </g> <g stroke="black" stroke-width="1" fill="none"> <path d="M0,40 L350,40" /> <path d="M0,0 L0,40" /> <path d="M200,0 L200,40" /> </g> </g> <g> <g font-size="10pt" font-family="monospace" transform="translate(355,0)"> <text x="0" y="15">SP</text><text x="25" y="15">←</text><text x="45" y="15">(SP) -L 1,</text> <text x="0" y="30">(SP)</text><text x="30" y="30">←</text><text x="45" y="30">(実効アドレス)</text> <text x="0" y="55">r</text><text x="25" y="55">←</text><text x="45" y="55">( (SP) ),</text> <text x="0" y="70">SP</text><text x="25" y="70">←</text><text x="45" y="70">(SP) +L 1</text> </g> <g stroke="black" stroke-width="1" fill="none"> <path d="M350,0 L350,80" /> <path d="M350,40 L610,40" /> </g> </g> <g> <g stroke="black" stroke-width="1" fill="none"> <path d="M610,0 L610,81" /> <path d="M660,0 L660,80" /> <path d="M610,200 L610,200" /> <path d="M350,80 L660,80" /> </g> <g font-size="10pt" font-family="monospace"> <text x="620" y="45">—</text> </g> </g> </g> </svg>