RISC-V processors 1 and 5 of a Tensix core are used for data movement, yet also have basic computing capabilities. In this example, we will build a TT-Metalium program to add two integers using these ...
DrawText(FormatText("my var value : %01i" , myvar), 190, 200, 20, LIGHTGRAY); DrawText(FormatText("my var2 value : %05i" , myvar2), 190, 220, 20, LIGHTGRAY); // Here ...