Nasm label or instruction expected at start of line
-
Hallo
ich schaffs irgendwie nicht folgenden code zu compilieren
[BITS 16] hang: jmp hang times 510-($-$$) db 0 dw 0AA55h
als fehler gibt nasm aus:
test.asm:1: error: label or instruction eypected at start of line
kann mir gleicht wer paar gute einstiegs tutorials für Assenbler postenDanke im Vorraus
MFG Razor
-
Warscheinlich fehl das hier :
[SECTION .text]
-
Danke hab das Problem schon gelöst. hab die asm datei unabsichtlich im Unicode Format gespeichert