Differences From Artifact [530c1e56818e6be5]:
File langs/assembler.rx part of check-in [d844f9fff0] - add assembler, brainf*** compiler by charleschilders on 2011-05-31 03:24:50. [annotate] [view]
To Artifact [b2fa33a1470fdb56]:
File langs/assembler.rx part of check-in [972aec60b0] - assembler: start work on embedded docs by crc on 2011-05-31 17:54:45. [annotate] [view]
@@ -97,5 +97,67 @@ +----------+-----------+------------------------------------------------+ | Name | Stack | Usage | +==========+===========+================================================+ +| nop, | | | ++----------+-----------+------------------------------------------------+ +| lit, | | | ++----------+-----------+------------------------------------------------+ +| dup, | | | ++----------+-----------+------------------------------------------------+ +| drop, | | | ++----------+-----------+------------------------------------------------+ +| swap, | | | ++----------+-----------+------------------------------------------------+ +| push, | | | ++----------+-----------+------------------------------------------------+ +| pop, | | | ++----------+-----------+------------------------------------------------+ +| loop, | | | ++----------+-----------+------------------------------------------------+ +| jump, | | | ++----------+-----------+------------------------------------------------+ +| ret, | | | ++----------+-----------+------------------------------------------------+ +| >jump, | | | ++----------+-----------+------------------------------------------------+ +| <jump, | | | ++----------+-----------+------------------------------------------------+ +| !jump, | | | ++----------+-----------+------------------------------------------------+ +| =jump, | | | ++----------+-----------+------------------------------------------------+ +| @, | | | ++----------+-----------+------------------------------------------------+ +| !, | | | ++----------+-----------+------------------------------------------------+ +| +, | | | ++----------+-----------+------------------------------------------------+ +| -, | | | ++----------+-----------+------------------------------------------------+ +| *, | | | ++----------+-----------+------------------------------------------------+ +| /mod, | | | ++----------+-----------+------------------------------------------------+ +| and, | | | ++----------+-----------+------------------------------------------------+ +| or, | | | ++----------+-----------+------------------------------------------------+ +| xor, | | | ++----------+-----------+------------------------------------------------+ +| <<, | | | ++----------+-----------+------------------------------------------------+ +| >>, | | | ++----------+-----------+------------------------------------------------+ +| 0; | | | ++----------+-----------+------------------------------------------------+ +| 1+, | | | ++----------+-----------+------------------------------------------------+ +| 1-, | | | ++----------+-----------+------------------------------------------------+ +| in, | | | ++----------+-----------+------------------------------------------------+ +| out, | | | ++----------+-----------+------------------------------------------------+ +| wait, | | | ++----------+-----------+------------------------------------------------+ }doc