Skip to content

Commit 0c75dee

Browse files
authored
Update README.md
1 parent df7cace commit 0c75dee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ Program exited 0
9999

100100
To use the API provider to compile code, use the Manco Project and take a look at the main, there is an example of how to use the compiler to generate assembly. With the compiled code you case use the AssemblerEmulator project to run the code, or just use the GUI to have fun.
101101

102-
![image](https://github.com/RodrigoPAml/MancoLanguage/assets/41243039/cac9466e-0e92-49ac-8588-8b43ee60f88c)
102+
![image](https://github.com/user-attachments/assets/b7125036-4fa6-4d5f-a443-110118e2c3fc)
103103

104104
Output:
105105
```assembly
106+
Código compilado:
107+
106108
j main
107109
108110
-- Instrução para função main with id 1
@@ -127,6 +129,10 @@ move a0 t0
127129
syscall
128130
jr ra
129131
end:
132+
133+
Saída:
134+
135+
20
130136
```
131137

132138
## Compiled or Interpreted?

0 commit comments

Comments
 (0)