From bf2c6f765db1b349d5bd5ce98631144f9cab654a Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Sat, 15 Apr 2023 03:07:21 +0200 Subject: parser: Generate GAS 64-bit assembly for linux Signed-off-by: Johnny Richard --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index af95ec2..23a3a9f 100644 --- a/HACKING +++ b/HACKING @@ -2,4 +2,4 @@ HACKING ------- $ make - $ ./pipac examples/main.pipa + $ ./pipac examples/main.pipa > main.s && as -64 -o main.o main.s && ld -o main main.o -- cgit v1.2.3