opuntiaOS - an operating system targeting x86 and ARMv7
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 14 lines 327 B view raw
1 ; 2 ; Copyright (C) 2020-2022 The opuntiaOS Project Authors. 3 ; + Contributed by Nikita Melekhin <nimelehin@gmail.com> 4 ; 5 ; Use of this source code is governed by a BSD-style license that can be 6 ; found in the LICENSE file. 7 ; 8 9extern objc_msg_lookup 10global objc_msgSend 11 12objc_msgSend: 13 call objc_msg_lookup 14 jmp [eax]