asm x86

  1. M.E.

    Solved fasm throws libc.so.7 error while assembling

    I am trying to compile some sample asm code using fasm but I get this error: $ fasm boot.asm ld-elf32.so.1: Shared object "libc.so.7" not found, required by "fasm" I am not sure if this is related to the particular source code but here is it in case it is relevant: $ cat boot.asm org...
  2. FSG

    Solved Assembly - simple Hello World

    Hi, I'm beginning assembly on FreeBSD and tried a simple HelloWorld. I'm using 2 separate files, one for some macro and defines, one for the actual code (looks a long post but hang on, it's just hello world =D ) Here is the macro file : ; ; system.inc : aliases definitions (defines & macros)...
Back
Top