Mercurial > repos > tabletprog
view samples/intsize.tp @ 194:30bed95cbb18
Apply register assignments in il module
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 26 Aug 2013 20:42:20 -0700 |
parents | 9de2572a34a7 |
children |
line wrap: on
line source
#{ main <- { print: (string: (int8: 255)) . "\n" print: (string: 255u8) . "\n" } }