Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Add "ASM" functions #28

@Zffu

Description

@Zffu

ASM functions will be a special kind of function that will look like this:

asmf myExampleFunction() {
    // Content bytes seperated by ,
}

ASM functions have special properties that normal function do not have

  • ASM functions allow for direct Assembly usage.
  • ASM functions aren't cross platform compatible.
  • ASM functions aren't optimized

This will be useful for our std library.

Metadata

Metadata

Assignees

Labels

astSignifies a AST / parser change.compilerSignifies a compiler change.stdlib

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions