Fastest Intel 8086 assembler in the World
This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
			- Alexey1994
- Member
 Member
- Posts: 63
- Joined: Sat Jan 28, 2023 11:41 am
- Location: Belarus
- Contact:
Fastest Intel 8086 assembler in the World
Post by Alexey1994 »
The link is a binary PE file for the i386 platform.
Written for Windows operating systems since 95.
To access the source code, simply disassemble the binary file.
https://github.com/Alexey1994/fastest-8086
			
			
									
						
										
						Written for Windows operating systems since 95.
To access the source code, simply disassemble the binary file.
https://github.com/Alexey1994/fastest-8086
Re: Fastest Intel 8086 assembler in the World
So, what makes you think anyone is going to run a random EXE? Especially one that is called "the fastest assembler in the world" lol. This is very fishy. Where is the source code?
			
			
									
						
							My blog: http://www.rivencove.com/ 
			
						Re: Fastest Intel 8086 assembler in the World
And who needs an 8086 assembler that just emits raw binary?
			
			
									
						
										
						- drwxrwxrwx
- Posts: 1
- Joined: Thu Feb 27, 2025 2:27 pm
- Libera.chat IRC: drwxrwxrwx
Re: Fastest Intel 8086 assembler in the World
Post by drwxrwxrwx »
While this might be the world's fastest 8086 assembler, it's certainly not complete. I could not assemble the first two instructions I tested – nop and pop.
[引用]
			
			
									
						
										
						dseller wrote: ↑ Thu Jan 23, 2025 11:17 am
So, what makes you think anyone is going to run a random EXE? Especially one that is called "the fastest assembler in the world" lol. This is very fishy.
Well, too bad – I did it. I'll report back when my PC bursts into flames.
[引用]
I'm more curious as to who needs an 8086 assembler that doesn't emit raw binary. That's been a basic expectation of mine ever since I started using nasm.- Octocontrabass
- Member
 Member
- Posts: 6016
- Joined: Mon Mar 25, 2013 7:01 pm
Re: Fastest Intel 8086 assembler in the World
Post by Octocontrabass »
[引用]
			
			
									
						
										
						drwxrwxrwx wrote: ↑ Thu Feb 27, 2025 2:35 pmI'm more curious as to who needs an 8086 assembler that doesn't emit raw binary.
Object files and linkers are useful no matter which CPU you're targeting.Re: Fastest Intel 8086 assembler in the World
The word "just" was the pertinent part of my post.