about summary refs log tree commit diff stats
path: root/081run_interactive.cc
Commit message (Expand)AuthorAgeFilesLines
* 2024 - mu environment now handles infinite loops gracefullyKartik K. Agaram2015-08-161-2/+6
* 2022 - run sandboxes in separate routinesKartik K. Agaram2015-08-161-36/+88
* 2021Kartik K. Agaram2015-08-161-5/+3
* 2020Kartik K. Agaram2015-08-161-11/+2
* 2019 - simplify run-interactive furtherKartik K. Agaram2015-08-161-41/+25
* 2018Kartik K. Agaram2015-08-151-1/+0
* 2017Kartik K. Agaram2015-08-151-11/+11
* 1993Kartik K. Agaram2015-08-141-1/+4
* 1975 - let's start using traces in lessonsKartik K. Agaram2015-08-101-18/+0
* 1923Kartik K. Agaram2015-08-021-2/+10
* 1921 - show trace by clicking on codeKartik K. Agaram2015-08-021-7/+20
* 1919Kartik K. Agaram2015-08-021-6/+6
* 1913 - save expected response for each sandboxKartik K. Agaram2015-08-011-2/+2
* 1886 - gracefully handle malformed ingredientsKartik K. Agaram2015-07-291-2/+2
* 1869 - rename the /deref property to /lookupKartik K. Agaram2015-07-281-3/+3
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-3/+3
* 1852Kartik K. Agaram2015-07-251-1/+1
* 1849Kartik K. Agaram2015-07-251-1/+1
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-3/+16
* 1846Kartik K. Agaram2015-07-251-2/+2
* 1841 - reenable old layersKartik K. Agaram2015-07-241-6/+2
* 1826 - edit: start carefully showing all errorsKartik K. Agaram2015-07-211-0/+11
* 1822Kartik K. Agaram2015-07-191-7/+7
* 1802 - cleanupKartik K. Agaram2015-07-171-7/+3
* 1799 - continue to debug memory corruption of 1795Kartik K. Agaram2015-07-171-21/+55
* 1796 - temporarily undo 1795Kartik K. Agaram2015-07-161-49/+21
* 1795 - still debugging screen-in-screen renderingKartik K. Agaram2015-07-161-21/+49
* 1793 - rudimentary sandboxing for scenarios in the environmentKartik K. Agaram2015-07-151-1/+10
* 1787 - clear warnings between runsKartik K. Agaram2015-07-151-29/+9
* 1782 - stop tracing anything but warnings inside editKartik K. Agaram2015-07-141-0/+1
* 1764 - editor now updates all sandboxesKartik K. Agaram2015-07-111-0/+14
* 1759Kartik K. Agaram2015-07-111-0/+4
* 1736 - stop refusing to reload code in the editorKartik K. Agaram2015-07-091-0/+6
* 1733 - load all recipes before running sandboxesKartik K. Agaram2015-07-081-0/+20
* 1732Kartik K. Agaram2015-07-081-12/+0
* 1727Kartik K. Agaram2015-07-081-2/+34
* 1726Kartik K. Agaram2015-07-081-11/+50
* 1725Kartik K. Agaram2015-07-081-1/+5
* 1724 - first stab at printing interactive resultsKartik K. Agaram2015-07-081-3/+46
* 1723Kartik K. Agaram2015-07-081-4/+11
* 1722 - drop support for querying locationsKartik K. Agaram2015-07-081-57/+6
* 1721 - hide warnings inside interactive routinesKartik K. Agaram2015-07-081-0/+9
* 1720 - start adding repl supportKartik K. Agaram2015-07-071-7/+8
* 1717 - less hacky replKartik K. Agaram2015-07-071-57/+78
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-11/+11
* 1553Kartik K. Agaram2015-06-111-0/+122
x/apps/factorial.subx?h=main&id=871d2227c4a07b3be580d80894db40646fc59ca9'>^
03d50cc8 ^
3f8597bc ^
8c580ba1 ^
5ddf4a40 ^
8c580ba1 ^
3f8597bc ^
d25e51dc ^
04be5eb2 ^
6ff9ce26 ^

94ad882e ^
9372c16c ^
6ff9ce26 ^


ffa45b45 ^



6ff9ce26 ^
94ad882e ^
6ff9ce26 ^
d25e51dc ^
04be5eb2 ^
c9d21799 ^
ffa45b45 ^
d25e51dc ^
5ddf4a40 ^
66aa96ec ^
8c580ba1 ^
66aa96ec ^
9f1d0ef3 ^
66aa96ec ^
d25e51dc ^
6ff9ce26 ^
ffa45b45 ^
6ff9ce26 ^
04be5eb2 ^
ffa45b45 ^
5347cf8b ^
ffa45b45 ^

6ff9ce26 ^

03d50cc8 ^
caaeccd6 ^

8c580ba1 ^
caaeccd6 ^
8c580ba1 ^
caaeccd6 ^
d25e51dc ^
03d50cc8 ^
d48cfd0f ^
03d50cc8 ^
c5d9a32f ^

d48cfd0f ^
03d50cc8 ^
d48cfd0f ^
d25e51dc ^
d48cfd0f ^


ed0e64a9 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108

                                                                     
                                   
                                                          



                             
 
                                            

                                  
            
                                                              
                                                                
 
       




                                                                                                                                               

                                                                                                                                                                     
                 
                                                                                                                                                                  
                                             
                              
               
                       
                                                                                                                                                                   
          
                                     
                  
                                                                                                                                                                
                  
                         
                                       
                           
                           
                                                                                                                                                                                    
                                                              
                           
          
              
                  
          
                           
                 
                                                                                                                                                                
          

                                                                                                                                                                     
                         
                       


              



                                                                                                                                                                     
                                   
                         
                         
                                                                                                                                                                      
                                     
             
                                                                                                                                                                          
                                                                                                                                                                       
                        
               
             
          
                           
                 
                                                                                                                                                                
                             
                                                                                                                                                                                
                            
               
          
               

                                                                                                                                                                     

           
               

                
                  
          
                           
                 
                                                                                                                                                                
                                               
               
                                     

                                  
          
                                  
                  
                                                                                                                                                                


           
                        
## compute the factorial of 5, and return the result in the exit code
#
# To run (from the subx directory):
#   $ subx translate apps/factorial.subx -o apps/factorial
#   $ subx run apps/factorial
# Expected result:
#   $ echo $?
#   120
#
# You can also run the automated test suite:
#   $ subx run apps/factorial test
# Expected output:
#   ........
# Every '.' indicates a passing test. Failing tests get a 'F'.
# When running tests the exit status doesn't mean anything. Yet.

== code
# instruction                     effective address                                                   operand     displacement    immediate
# op          subop               mod             rm32          base        index         scale       r32
# 1-3 bytes   3 bits              2 bits          3 bits        3 bits      3 bits        2 bits      2 bits      0/1/2/4 bytes   0/1/2/4 bytes

# main:
  # prolog
  89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP
  # if (argc > 1)
  81          7/subop/compare     1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none  .           .           0/disp8         1/imm32           # compare *EBP
  7e/jump-if-lesser-or-equal  $run-main/disp8
  # and if (argv[1] == "test")
    # push args
  68/push  "test"/imm32
  ff          6/subop/push        1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none  .           .           0x8/disp8       .                 # push *(EBP+8)
    # call
  e8/call  kernel-string-equal/disp32
    # discard args
  81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
    # check result
  3d/compare-EAX  1/imm32
  75/jump-if-not-equal  $run-main/disp8
  # then return run-tests()
  e8/call  run-tests/disp32
  8b/copy                         0/mod/indirect  5/rm32/.disp32            .             .           0/r32/EAX   Num-test-failures/disp32          # copy *Num-test-failures to EAX
  eb/jump  $main:end/disp8  # where EAX will get copied to EBX
  # else EAX = factorial(5)
$run-main:
    # push arg
  68/push  5/imm32
    # call
  e8/call  factorial/disp32
    # discard arg
  81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add to ESP
$main:end:
  # exit(EAX)
  89/copy                         3/mod/direct    3/rm32/EBX    .           .             .           0/r32/EAX   .               .                 # copy EAX to EBX
  b8/copy-to-EAX  1/imm32
  cd/syscall  0x80/imm8

# factorial(n)
factorial:
  # prolog
  55/push-EBP
  89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP
  53/push-EBX
  # initialize EAX to 1 (base case)
  b8/copy-to-EAX  1/imm32
  # if (n <= 1) jump exit
  81          7/subop/compare     1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none  .           .           8/disp8         1/imm32           # compare *(EBP+8)
  7e/jump-if-<=  $factorial:end/disp8
  # EBX = n-1
  8b/copy                         1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none              3/r32/EBX   8/disp8         .                 # copy *(EBP+8) to EBX
  81          5/subop/subtract    3/mod/direct    3/rm32/EBX    .           .             .           .           .               1/imm32           # subtract from EBX
  # EAX = factorial(n-1)
    # push args
  53/push-EBX
    # call
  e8/call  factorial/disp32
    # discard arg
  81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add to ESP
  # return n * factorial(n-1)
  f7          4/subop/multiply    1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none                          8/disp8         .                 # multiply *(EBP+8) into EAX
  # TODO: check for overflow
$factorial:end:
  # epilog
  5b/pop-to-EBX
  89/copy                         3/mod/direct    4/rm32/ESP    .           .             .           5/r32/EBP   .               .                 # copy EBP to ESP
  5d/pop-to-EBP
  c3/return

test-factorial:
  # factorial(5)
    # push arg
  68/push  5/imm32
    # call
  e8/call  factorial/disp32
    # discard arg
  81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add to ESP
  # check-ints-equal(EAX, 120, failure message)
    # push args
  68/push  "F - test-factorial"/imm32
  68/push  0x78/imm32/expected-120
  50/push-EAX
    # call
  e8/call  check-ints-equal/disp32
    # discard args
  81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               0xc/imm32         # add to ESP
  # end
  c3/return

# vim:nowrap:textwidth=0