<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>negaton</author_name>
  <author_url>https://blog.hatena.ne.jp/negaton/</author_url>
  <blog_title>ねがとんのねごと</blog_title>
  <blog_url>https://negaton.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>前回の記事で目をつけていた通り、INT 10/AH=09hの命令で色つきの文字を出すことに成功しました！！！ とりえあえずコードはこんな感じー MOV AH,0x00 ; 画面モード設定 MOV AL,0x03 ; 80字*25行 16色 テキストモード INT 0x10 MOV AH,0x09 ; 属性付き文字表示 MOV AL,'*' ; 表示する文字 MOV BH,0 ; ページ番号 MOV BL,0x0c ; 文字属性 (明るい赤) MOV CX,1 ; 文字の繰り返し数 INT 0x10 こんな感じのコードを実行することで * を表示させることが出来ました！ やばい！超盛り上がる！！…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnegaton.hatenadiary.org%2Fentry%2F20090811%2F1249996095&quot; title=&quot;テキストモードで色を出したい件について　の続き - ねがとんのねごと&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-08-11 22:08:15</published>
  <title>テキストモードで色を出したい件について　の続き</title>
  <type>rich</type>
  <url>https://negaton.hatenadiary.org/entry/20090811/1249996095</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
