Commit Graph

35 Commits

Author SHA1 Message Date
schaeff
7a24d59da8 add instruction to set the degree 2023-03-28 10:09:37 +02:00
chriseth
a9cdc0ecda More text on assembly and rust frontend. 2023-03-24 22:34:27 +01:00
chriseth
18d7e3f286 Compile Rust through RISCV. 2023-03-24 21:34:46 +01:00
chriseth
3b4fc1ef7f Merge pull request #96 from chriseth/instr_returning
Instructions returning values.
2023-03-23 19:40:30 +01:00
chriseth
8319f5292f Instructions returning values. 2023-03-23 12:03:41 +01:00
chriseth
78a34fc4b0 Shorten test duration. 2023-03-23 12:00:38 +01:00
chriseth
3889afc5d5 Bit constraints. 2023-03-23 00:42:52 +01:00
chriseth
4fbd6dc2b9 Support multiple assignment registers. 2023-03-20 14:24:09 +01:00
chriseth
3dcdbdee85 Read-write memory. 2023-03-13 20:56:41 +01:00
chriseth
517f16f00a Replace String by str. 2023-03-08 13:56:52 +01:00
chriseth
7e21ddf9b8 Extract machines and make write-once memory work. 2023-03-07 14:45:20 +01:00
chriseth
70c63e723c Allow arbitrary instruction return values through free input. 2023-03-06 20:20:46 +01:00
chriseth
3f88f4695f Add test. 2023-03-06 10:50:20 +01:00
chriseth
96af245709 Verbose output 2023-03-02 19:23:06 +01:00
chriseth
fdf658b381 Palindrome assembly. 2023-03-02 15:43:43 +01:00
chriseth
37b7a3bbf0 Commandline access to asm compiler. 2023-03-02 13:55:43 +01:00
chriseth
f5ccb2a837 Fix asm generation. 2023-03-01 21:16:36 +01:00
chriseth
40a9cef4fa Witness generation for assembly. 2023-03-01 15:06:17 +01:00
chriseth
5664418bd7 Abstract the number type. 2023-03-01 12:41:57 +01:00
chriseth
4837e1c68a Fix query strings. 2023-02-28 18:56:09 +01:00
chriseth
dc42c5480e Fix assembly compilation. 2023-02-28 18:31:55 +01:00
chriseth
c554187af8 Support lookups in witness computation. 2023-02-27 21:32:03 +01:00
chriseth
5db079fd7d Improve test. 2023-02-27 20:26:36 +01:00
chriseth
20bae0e50f Properly use temporary directories for tests. 2023-02-27 15:45:36 +01:00
chriseth
b7bd1e6a5c Witness queries. 2023-02-26 01:58:09 +01:00
chriseth
0337551737 Compile asm to pil. 2023-02-22 17:34:44 +01:00
chriseth
885cdcfd23 Support fixed columns in array form. 2023-02-21 23:04:28 +01:00
chriseth
c7bdda36c1 ASM parser. 2023-02-20 14:42:05 +01:00
chriseth
f9a511f8b3 First simple example of an assembly program. 2023-02-16 15:17:33 +01:00
chriseth
0652c89c9d Reference other fixed columns. 2023-02-15 22:24:10 +01:00
chriseth
5a590034c0 More operators. 2023-02-15 16:26:37 +01:00
chriseth
1adcc5e082 Allow different terms for pol, constant and commit. 2023-02-15 14:18:28 +01:00
chriseth
46d3906f02 Move test files. 2023-02-15 14:04:24 +01:00
chriseth
052c1e5736 Macros 2023-02-14 18:13:07 +01:00
chriseth
69d21a7921 Commit evaluator. 2023-02-09 17:45:31 +01:00