Updated docs

This commit is contained in:
n00b87
2026-03-03 19:29:04 -06:00
parent 9dbb4b6b5f
commit ea986a826b
135 changed files with 3466 additions and 318 deletions

View File

@@ -679,17 +679,19 @@ double readDouble()
void dbg_1(uint32_t dbg_fn, uint64_t arg1, uint64_t arg2)
{
#ifdef RCBASIC_DEBUG
output_debug_message();
//#ifdef RCBASIC_DEBUG
//output_debug_message();
switch(dbg_fn)
{
case 0:
current_src_file = arg1;
current_src_line = arg2;
//current_src_file = arg1;
//current_src_line = arg2;
std::cout << "file: " << arg1 << " line: " << arg2 << std::endl;
break;
}
#endif // RCBASIC_DEBUG
}
//#endif // RCBASIC_DEBUG
}
void mov_32(int n1, int n2)
@@ -4455,9 +4457,10 @@ int main(int argc, char * argv[])
//ogles2 test
#ifdef RC_TESTING
rc_intern_dirChange("/home/n00b/Music/Testing_Stuff");
rc_intern_dirChange("/home/n00b/GameDev/Ambient/Ambient_Project");
//rc_intern_dirChange("");
rc_filename = "main.cbc";
//rc_filename = "main.cbc";
rc_filename = "debug.cbc";
//rc_intern_dirChange("/home/n00b/Pictures/UNTITLED");
//rc_filename = "nv_test.cbc";