diff --git a/CS/ABI.md b/CS/ABI.md index 82c04a2..179e607 100644 --- a/CS/ABI.md +++ b/CS/ABI.md @@ -1,4 +1,4 @@ -- How data structures & computational routines are accessed in machine code ([[STEM/CS/Code Types|Code Types]]) +- How data structures & computational routines are accessed in machine code ([Code Types](STEM/CS/Code%20Types.md)) - Machine code therefore hardware-dependent - API defines this structure in source code - Adherence usually responsibility of