home.social

#gosub — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gosub, aggregated by home.social.

  1. i have added a new example to the #XLS examples directory. this example demonstrates an implementation of GOSUB using anonymous label pointers.

    note well: GOSUB and RETURN would normally be macros, but the XLS preprocessor does not yet support macros, so i have manually preprocessed them.

    on this note, i recommend viewing the Bisqwit video about GOSUB, which i have linked below.

    youtu.be/_vbMJ3-LuFk

    github.com/TheDarkBomber/XLS/t

    #ProgrammingLanguage #LLVM #LabelPointers #GOSUB