Skip to content

Interpreter

ChaseOSDeveloper edited this page Sep 28, 2021 · 1 revision

ChaseOS Interpreter is located in Core/ChaseCode.cs To add a function, add its name into the switch case. Then, segment[2] is the first arg, not segment[1]

If you dont understand there are examples in ChaseCode.cs

Clone this wiki locally