fix typo in cs/README.txt

This commit is contained in:
Gustavo Massaccesi 2020-01-23 22:16:05 -03:00
parent ecbff0976e
commit e72848fa1f

View File

@ -380,8 +380,8 @@ the "bytecode" form.
Set `PLT_LINKLET_SHOW_CP0` to see the Schemified form of a linklet
after expansion and optimization by Chez Scheme's cp0.
Set `PLT_LINKLET_SHOW_ASM` to see the assembly form of a linklet after
compilation by Chez Scheme. Assembly format uses Chez Scheme's
Set `PLT_LINKLET_SHOW_ASSEMBLY` to see the assembly form of a linklet
after compilation by Chez Scheme. Assembly format uses Chez Scheme's
abstraction of architecture-specific machine instructions (where the
assembly is translated to actual machine code in a fairly
straightforward way).