Tagged Questions

0
votes
1answer
30 views

Why doesn't YASM doesn't recognize the keyword “offset”?

I'm trying to compile Heaven's Gate: yasm-1.2.0-win64.exe "Heaven's Gate.asm" with the code below: global main section .text main: bits 32 db 9ah ;call 33:in64 dd ...