changeset 226 | df455e0a9f98 |
parent 225 | 0974c59e7029 |
child 270 | ccec33db31d4 |
225:0974c59e7029 | 226:df455e0a9f98 |
---|---|
31 Abacus to Javabyte compilation |
31 Abacus to Javabyte compilation |
32 |
32 |
33 requires the jasmin assembler for Java |
33 requires the jasmin assembler for Java |
34 avilable from |
34 avilable from |
35 |
35 |
36 http://jasmin.sourceforge.net |
36 http://jasmin.sourceforge.net |
37 |
|
38 Calling |
|
39 |
|
40 scala -cp $PWD ex_jvm.scala |
|
41 |
|
42 generates a Prog.j intermediate file. |
|
43 This will be assembled using jasmin. |