mu/baremetal/313index-bounds-check.subx

12 lines
322 B
Plaintext

# TODO: bring this back
__check-mu-array-bounds: # index: int, elem-size: int, arr-size: int, function-name: (addr array byte), array-name: (addr array byte)
# . prologue
55/push-ebp
89/<- %ebp 4/r32/esp
$__check-mu-array-bounds:end:
# . epilogue
89/<- %esp 5/r32/ebp
5d/pop-to-ebp
c3/return