~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to tads/tads3/test/log/arith.log

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        Files to build: 3
 
2
        symbol_export arith.t -> arith.t3s
 
3
        compile arith.t -> arith.t3o
 
4
        link -> arith.t3
 
5
 
 
6
(T3VM) Memory blocks still in use:
 
7
 
 
8
Total blocks in use: 0
 
9
x = 678, y = 531, x+y = 1209, x-y = 147
 
10
x*y = 360018, x/y = 1, x%y = 147
 
11
A.x_ = 123, A.y_ = 456, A.x_+A.y_ = 579, A.x_-A.y_ = -333
 
12
A.x_*A.y_ = 56088, A.x_/A.y_ = 0, A.x_%A.y_ = 123
 
13
 
 
14
(T3VM) Memory blocks still in use:
 
15
 
 
16
Total blocks in use: 0