prog.s: Assembler messages:
prog.s:0: Warning: end of file not at end of a line; newline inserted
prog.s:1: Error: unknown pseudo-op: `.code'
prog.s:2: Error: no such instruction: `fibonacci proc'
prog.s:4: Error: invalid char '[' beginning operand 2 `[EBP+8]'
prog.s:5: Error: too many memory references for `cmp'
prog.s:7: Error: too many memory references for `mov'
prog.s:11: Error: no instruction mnemonic suffix given and no register operands; can't size instruction
prog.s:12: Error: too many memory references for `mov'
prog.s:15: Error: too many memory references for `add'
prog.s:16: Error: too many memory references for `mov'
prog.s:17: Error: no instruction mnemonic suffix given and no register operands; can't size instruction
prog.s:20: Error: too many memory references for `add'
prog.s:23: Error: no such instruction: `fibonacci endp'
prog.s:29: Error: no such instruction: `end'