mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Add scouts honor escape hatch for source embedding
This commit is contained in:
parent
c91b3c5006
commit
b4269930f7
547 changed files with 1516 additions and 944 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue