label as constant value in movl instructions
The simulator v1 accepts using a label as constant value when doing things like:
rmmovl %eax,u(%ebx)
.pos 0x100
u: .long 4
But this simulator doesn't.
Edited by Zanon Boito Francieli
The simulator v1 accepts using a label as constant value when doing things like:
rmmovl %eax,u(%ebx)
.pos 0x100
u: .long 4
But this simulator doesn't.