diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2023-10-12 16:16:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2023-10-12 16:16:59 +0200 |
| commit | ab5c964f5dc75eeefefd4af423bf6952497da7a4 (patch) | |
| tree | c4b9e50a58ed36bbf7f898576fe5ada60b5e6d8b /docs/cross/memory/asm_pointer.rst | |
| parent | 4e62a23e3d9d071e0ed7c7a75421c41314c3b90a (diff) | |
| download | teachos-ab5c964f5dc75eeefefd4af423bf6952497da7a4.tar.xz teachos-ab5c964f5dc75eeefefd4af423bf6952497da7a4.zip | |
docs: add basic documentation for asm_pointer
Diffstat (limited to 'docs/cross/memory/asm_pointer.rst')
| -rw-r--r-- | docs/cross/memory/asm_pointer.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/cross/memory/asm_pointer.rst b/docs/cross/memory/asm_pointer.rst new file mode 100644 index 0000000..70f5c01 --- /dev/null +++ b/docs/cross/memory/asm_pointer.rst @@ -0,0 +1,10 @@ +Access to Pointers Defined in Assembly +====================================== + +.. doxygenstruct:: teachos::memory::asm_pointer + :members: + +Specializations +--------------- + +.. doxygenstruct:: teachos::memory::asm_pointer< Type const >
\ No newline at end of file |
