0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MindAdvent Calendar 2020

Day 6

mindの研究 その6

Posted at

#概要

mindが謎なので調べてみた。
vistaに入れた。
スタックの動き、調べてみた。

#サンプルコード

メインとは
 100をつみ
 2をつみ
 「hello world!」をつみ
 「SP=」を 表示し スタックポインタを ダブル表示し 改行し
 一行表示する
 改行する
 「SP=」を 表示し スタックポインタを ダブル表示し 改行し
 数値表示する
 改行する
 「SP=」を 表示し スタックポインタを ダブル表示し 改行し
 数値表示する
 「SP=」を 表示し スタックポインタを ダブル表示し 改行し
 スタック検査する。



#結果



SP=001DD760
hello world!

SP=001DD768
2
SP=001DD770
100SP=001DD778


以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?