From f1f61c19456e10187a1d1d2bc06281e42a7894db Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Tue, 28 Feb 2023 13:06:08 -0800 Subject: [PATCH] Updated Fiber Threads (markdown) --- Fiber-Threads.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Fiber-Threads.md b/Fiber-Threads.md index 0edffa6..7a41c50 100644 --- a/Fiber-Threads.md +++ b/Fiber-Threads.md @@ -6,6 +6,12 @@ **Usage:** [`include "inc/fiber.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/fiber.pla) +**Values:** + +``` +byte fbrCount +``` + **Functions:** ``` @@ -18,12 +24,6 @@ fbrHalt()#0 fbrResume(fid)#0 ``` -**Variables:** - -``` -byte fbrCount -``` - **Source Code:** [`fiber.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/fiber.pla) **Sample Source:** [`fiber.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/fiber.pla) \ No newline at end of file