about summary refs log tree commit diff stats
path: root/baremetal/313index-bounds-check.subx
blob: 4624a2ac70c448cfa1b207c2068858464cfb0da4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# TODO: bring this back

== code

__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