Re: [Tinycc-devel] [PATCH 2/2] x86_64-asm: support endbr64 instruction

2024-10-05 Thread Yao Zi via Tinycc-devel
On Sat, Oct 05, 2024 at 06:53:48PM +0200, grischka via Tinycc-devel wrote: > On 29.09.2024 09:58, Yao Zi via Tinycc-devel wrote: > > endbr64 has no operand but comes with a ModR/M byte. Handle it in the > > same way as *fence instructions. > > If you know what you're doing then please push > -> ht

Re: [Tinycc-devel] [PATCH 2/2] x86_64-asm: support endbr64 instruction

2024-10-05 Thread grischka via Tinycc-devel
On 29.09.2024 09:58, Yao Zi via Tinycc-devel wrote: endbr64 has no operand but comes with a ModR/M byte. Handle it in the same way as *fence instructions. If you know what you're doing then please push -> https://repo.or.cz/w/tinycc.git Thanks, -- gr Signed-off-by: Yao Zi --- i386-asm.c