Comments.

This commit is contained in:
Ben Vanik
2014-01-12 14:43:59 -08:00
parent 6129e1eb7a
commit eb5d7e0f31
2 changed files with 4 additions and 2 deletions

View File

@@ -491,6 +491,8 @@ int Translate_DEBUG_BREAK_TRUE(TranslationContext& ctx, Instr* i) {
}
uint32_t IntCode_TRAP(IntCodeState& ics, const IntCode* i) {
// 0x0FE00014 is a 'debug print' where r3 = buffer r4 = length
// TODO(benvanik): post software interrupt to debugger.
__debugbreak();
return IA_NEXT;
}