MCPcopy Create free account
hub / github.com/YatSenOS/YatSenOS-Tutorial-Volume-1 / main

Function main

lab4/src/4/main.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3extern "C" void function_from_asm();
4
5int main() {
6 std::cout << "Call function from assembly." << std::endl;
7 function_from_asm();
8 std::cout << "Done." << std::endl;
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected