Add scouts honor escape hatch for source embedding

This commit is contained in:
Justine Tunney 2020-06-15 19:01:28 -07:00
parent c91b3c5006
commit b4269930f7
547 changed files with 1516 additions and 944 deletions

View file

@ -19,6 +19,7 @@
*/
#include "ape/macros.h"
.real
.source __FILE__
.code16 # .code32 .code64
/ Most basic tier of program self-termination.
@ -29,4 +30,3 @@ abort: push %bp
rlcall panic
int3
.endfn abort,weak,protected
.yoink __FILE__