Вы находитесь на странице: 1из 1

The code fragment in Figure 6.

41(b) is an example of MASM


assembly code generated by the function call
printBar(value)

in the C program of Figure 6.21.


The push instruction automatically subtracts 4 from the stack
pointer ESP when it pushes _value onto the run-time stack. The add
instruction pops the bytes off the stack.
Although the preceding code fragment is close to the equivalent

483

Вам также может понравиться