Skip to content

Commit

Permalink
Revert ape.S changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdomino committed May 6, 2024
1 parent bf6206f commit d42907f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ape/ape.S
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│
│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 nofixeol :vi │
│ vi: set noet ft=asm ts=8 sw=8 fenc=utf-8 :vi │
╞══════════════════════════════════════════════════════════════════════════════╡
│ Copyright 2020 Justine Alexandra Roberts Tunney │
│ │
Expand Down Expand Up @@ -661,9 +661,8 @@ apesh: .ascii "\n@\n#'\"\n" // sixth edition shebang
.ascii "\\1" // 6: elf v1.o
.ascii "\\011" // 7: FreeBSD
.ascii "\\0" // 8: os/abi ver.
.ascii "\\1" // 9: ape flags
.ascii "\\0\\0" // padding 2/6
.ascii "\\0\\0\\0\\0" // padding 4/6
.ascii "\\0\\0\\0" // 9: padding 3/7
.ascii "\\0\\0\\0\\0" // padding 4/7
.ascii "\\2\\0" // 10: εxεcµταblε
.ascii "\\076\\0" // 12: NexGen32e
.ascii "\\1\\0\\0\\0" // 14: elf v1.o
Expand Down

0 comments on commit d42907f

Please sign in to comment.