Skip to content

Instantly share code, notes, and snippets.

@5HT
Created May 3, 2015 15:38
Show Gist options
  • Save 5HT/8f10191bf03d37653c0f to your computer and use it in GitHub Desktop.
Save 5HT/8f10191bf03d37653c0f to your computer and use it in GitHub Desktop.
$ as startup.S
startup.S:40:Expected comma after segment-name
startup.S:70:Unary operator ~ ignored because bad operand follows
startup.S:70:32-bit absolute addressing is not supported for x86-64
startup.S:70:cannot do signed 4 byte relocation
startup.S:75:Can't relocate expression. Absolute 0 assumed.
startup.S:80:32-bit absolute addressing is not supported for x86-64
startup.S:80:cannot do signed 4 byte relocation
startup.S:81:Unary operator ~ ignored because bad operand follows
startup.S:82:suffix or operands invalid for `push'
startup.S:85:FATAL:Symbol stack_data already defined.
$ pwd
/Users/5HT/depot/cloudozer/ling/core/arch/x86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment