<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rascal_k2</author_name>
  <author_url>https://blog.hatena.ne.jp/rascal_k2/</author_url>
  <blog_title>Slow Life &amp; Slow Programming</blog_title>
  <blog_url>https://rascal.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>キーボード入力読み込みです。 戻り値は、AH = SCAN CODE、AL = ASCII CODE のようになります。 なので、まぁ、ざっと書いてみると、こんな感じになります。 ; スタートアップメッセージ表示 MOV SI, startupmsg CALL puts readloop: ; キーボード一文字読み込み MOV AX, 0000h INT 16h CALL putchar CALL putscancode CMP AL, 1Bh ; ESCコード JNZ readloop fin: MOV SI, shutdownmsg CALL puts finloop: HLT ; 何かあ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frascal.hatenadiary.jp%2Fentry%2F20091202%2F1259695980&quot; title=&quot;INT 16h (AH=00) - Slow Life &amp;amp; Slow Programming&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-12-02 04:33:00</published>
  <title>INT 16h (AH=00)</title>
  <type>rich</type>
  <url>https://rascal.hatenadiary.jp/entry/20091202/1259695980</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
