We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c1e08 commit 09efb26Copy full SHA for 09efb26
CraftCompiler/nbproject/private/configurations.xml
@@ -13,6 +13,8 @@
13
<gdb_interceptlist>
14
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
15
</gdb_interceptlist>
16
+ <gdb_signals>
17
+ </gdb_signals>
18
<gdb_options>
19
<DebugOptions>
20
</DebugOptions>
bin/code_examples/8086/Snake/main.craft
@@ -1,5 +1,5 @@
1
// Uncomment for debugging information in game
2
-#define DEBUG_INFO;
+//#define DEBUG_INFO;
3
4
__asm("call _main");
5
__asm("mov ah, 0x4c");
@@ -451,5 +451,4 @@ void main()
451
cur_ticks = get_system_time();
452
}
453
454
-
455
bin/code_examples/8086/Snake/snake.com
-230 Bytes
0 commit comments