unsure of ASM line
Posted: Sun Feb 02, 2003 11:22 pm
I came across a line in some ASM code:
MOVB 4(di), *36
a) Is that 4(di) just simple multiplication? I know that NASM takes 4*di, but I'm not sure what compiler the guy was using (doesn't look like TASM tho)
b) What is that star doing in front of the 36?
Can someone help an ASM n00b?
MOVB 4(di), *36
a) Is that 4(di) just simple multiplication? I know that NASM takes 4*di, but I'm not sure what compiler the guy was using (doesn't look like TASM tho)
b) What is that star doing in front of the 36?
Can someone help an ASM n00b?