1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

call stack view: swapped push/pop, check for real jump, made top level list flat; header for symbol probe

This commit is contained in:
Steven Hugg
2020-07-11 18:38:45 -05:00
parent b76c18e013
commit 52d6f69d09
2 changed files with 54 additions and 29 deletions
+5
View File
@@ -203,6 +203,11 @@ async function testPlatform(platid, romname, maxframes, callback) {
}
assert.equal(proberec.fclk, proberec.countClocks());
}
// debug tree
if (platform.getDebugTree) {
var dbgtree = platform.getDebugTree();
JSON.stringify(dbgtree);
}
// misc
assert.ok(platform.getDefaultExtension().startsWith('.'));
if (platform.getROMExtension) assert.ok(platform.getROMExtension().startsWith("."));