shithub: scc

Download patch

ref: 33983a06ec430df20df57df38c3b142dc495c5a2
parent: bd868e6e88690ee8521e3c3738f908b6557a1ac1
author: Roberto E. Vargas Caballero <[email protected]>
date: Sat Sep 9 03:35:05 EDT 2017

[as-x86] Add RET instruction

--- a/as/target/x86/i386.dat
+++ b/as/target/x86/i386.dat
@@ -1,3 +1,4 @@
 # Tab 16, tabs 16, :set ts=16
 # op	args	size	bytes	format
 NOP	none	1	0x90	direct
+RET	none	1	0xc3	direct
--- a/as/target/x86/nasm.dat
+++ b/as/target/x86/nasm.dat
@@ -1118,7 +1118,6 @@
 RDPMC		void				[	0f 33]					P6
 RDTSC		void				[	0f 31]					PENT
 RDTSCP		void				[	0f 01 f9]				X86_64
-RET		void				[	c3]					8086,BND
 RET		imm				[i:	c2 iw]					8086,SW,BND
 RETF		void				[	cb]					8086
 RETF		imm				[i:	ca iw]					8086,SW