-
-
Notifications
You must be signed in to change notification settings - Fork 574
Open
Description
Build by this
cmake -G "Visual Studio 17 2022" -DBUILD_SDLGPU=On -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_WITH_ALL=ON ..
cmake --build . --config MinSizeRel --parallel
Then run tic80.exe and run this script
// script: js
function TIC() {
print(0.5);
}
This will cause the program to crash.
I tried debugging it and found that error Integer division by zero occurred here:
Line 408 in 1a86695
| bool done = config->init((tic_mem*)core, code); |
Metadata
Metadata
Assignees
Labels
No labels