You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a rewrite of the POSIX 'echo' program (/bin/echo) in Assembly that is 99.5% smaller than the GNU implementation (153 bytes vs 31296 bytes). It only has one argument, '-n', which
removes the newline at the end.