Meanwhile in the Unix world you can go as low as 45 bytes https://www.muppetlabs.com/~breadbox/software/tiny/teensy.ht...
Goodness gracious me.-
HelloAssembly: The smallest possible complete Windows application (2021)
21–30 of 53 posts
Re: HelloAssembly: The smallest possible complete Windows application (2021)
#22Earlier quoted context omitted.
It’s a minimal Windows app, so the whole idea is to rely on Windows DLLs as much as possible.
Officially, one should not use KERNEL32.dll for instance but go via crt. In practice, most interfaces are stable.
Re: HelloAssembly: The smallest possible complete Windows application (2021)
#23Re: HelloAssembly: The smallest possible complete Windows application (2021)
#24Meanwhile in the Unix world you can go as low as 45 bytes https://www.muppetlabs.com/~breadbox/software/tiny/teensy.ht...
“Runs a Windows message loop Has a title bar, minimize, maximize, and close buttons, which all work as expected Has a system menu with the same Paints the background and some text centered in the middle, equal to or larger than "Dave's Tiny App"”
That Linux program:
“Let’s take an incredibly simple program, one that does nothing but return a number back to the operating system”
See https://archive.is/w01DO#selection-265.0-265.44 for a fairer comparison (97/133 bytes)
Re: HelloAssembly: The smallest possible complete Windows application (2021)
#25[flagged]
> When consumers prepared to purchase a product, additional services and products including a $9.95 back-up disc and $4.95 ‘optional extended service’ plan appeared on the check-out form. The form also listed “one free year of updates” – selected by default – but the company was then authorized to automatically charge a consumer’s credit card at the end of the year unless the buyer cancels the update plan.
Re: HelloAssembly: The smallest possible complete Windows application (2021)
#26Meanwhile in the Unix world you can go as low as 45 bytes https://www.muppetlabs.com/~breadbox/software/tiny/teensy.ht...
Re: HelloAssembly: The smallest possible complete Windows application (2021)
#27Putting the search terms "Windows" and "assembly language" turns up all sort of books. The one that got me to initially explore the topic (from 1993).... [0]
For a more up to date treatment of assembly and windows.... comes with source code for the IDE also. Ray Seyfarth's book [1].
[0] Windows Assembly Language & Systems Programming: Object Oriented & Low-Level Systems Programming in Assembly Language for Windows 3.X
[1] Introduction to 64 Bit Windows Assembly Language Programming: Fourth Edition ISBN-13: 978-1543138849, ISBN-10: 1543138845
Re: HelloAssembly: The smallest possible complete Windows application (2021)
#28Re: HelloAssembly: The smallest possible complete Windows application (2021)
#29[flagged]
Re: HelloAssembly: The smallest possible complete Windows application (2021)
#30Meanwhile in the Unix world you can go as low as 45 bytes https://www.muppetlabs.com/~breadbox/software/tiny/teensy.ht...
Goodness gracious me.-