Skip to content

Instantly share code, notes, and snippets.

@kruzhambus
Last active September 9, 2023 19:56
Show Gist options
  • Save kruzhambus/3a9f178e3c4627f8c2c88df665994459 to your computer and use it in GitHub Desktop.
Save kruzhambus/3a9f178e3c4627f8c2c88df665994459 to your computer and use it in GitHub Desktop.
πŸ’€.asm
loop:
CMP dead, 0
JE end
CALL eat
# CALL sleep
CALL code
JMP loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment