VOOZH about

URL: https://qiita.com/ohisama@github/items/7d90e12699b5aeabdfad

⇱ stack machine アセンブラ その2 #.NETFramework2.0 - Qiita


👁 Image
1

Go to list of users who liked

0

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@ohisama@github

stack machine アセンブラ その2

1
Posted at

ループを回す

 push "x"
 push "0"
 set
loop push "x"
 push "x"
 get
 ++
 set
 push "x"
 get
 push "100" 
 >
 if loop
 end

実行環境

webで実行
jsdo ohisama1

1

Go to list of users who liked

0
0

Go to list of comments

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
1

Go to list of users who liked

0