From 74ea742dfb6b92fed7fed608cfc605147b94c014 Mon Sep 17 00:00:00 2001 From: Jake Roggenbuck <35516367+JakeRoggenbuck@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:15:34 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2a7ae6f..8ebfa48 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,12 @@ Here I created a function called `s` that computes the same equation. ![image](https://github.com/user-attachments/assets/a89c1203-773f-461d-b169-ac1d65882617) +## Convert to Assembly + +Currently the interpreter creates x86-64 or RISC-V assembly as the code is being evaluated. In the future, an output file can be specified and the assembly will be put into that file and assembled. + +![image](https://github.com/user-attachments/assets/4bd224e4-45bf-48f4-8a83-fe0db297ceeb) + ## Error Handling Errors that occur in the interactive interpreter cause the line being interpreted to crash. When this happens, one of the following error messages will be displayed.