• Register

Programmer at The Basement Studios. Currently working on Typocalypse 3D. +++++[>+++++[>++++<-]<-]>>+++.--..++++++.

  • View media
  • View media
  • View media
  • View media
  • View media
  • View media
Report RSS Debugging nested loops in my brainfuck compiler. (view original)
Debugging nested loops in my brainfuck compiler.
previous next
Share Image
Share on Facebook Post Email a friend
Embed Image
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

This step is one of the optimization stages of the compilation where I'm converting "simple loops" into multiplication operations to avoid jmps in the compiled assembly.

Github.com