Structure of the 8080 flags when saved on the stack. From8080 Assembly Language Programming Manual. The 8086 was designed to be backward compatible with the 8080, at least at the assembly language level.14To support this, the 8086 kept the 8080's flag byte unchanged, putting additional flags...
flag.StringVar(&hostFlag,"host","localhost:8086","Connect to host.") flag.StringVar(&hostFlag,"h","localhost:8086","Connect to host (shorthand).") flag.StringVar(&usernameFlag,"username","root","User for login.") flag.StringVar(&usernameFlag,"u","root","User for login (shorthand)."...