I am using VirtualBoxVM and downloaded ubuntu(64-bit) in linux. I use the platform SASM for my assembly code in NASM in x86 mode. However when I try the use 64 bit operands (such as rax, rbx...) it gives the error "instruction not supported in 32-bit mode".
I tried fixing it but i don`t know what the problem is. Is the problem in my code or is it NASM? An hoe w can I fix it?