Obratnaya replSource@SixBeeps @RaidTheWeb @NoNameByProgram Here is post!
Table for features
#include <stdout.oba> .main: push Hello, world! push msgln call @ ret
#include <stdout.oba> .data: .empty .empty .empty .decimal 100 .main: mov 3,@ sub @,1 movd @,3 mov 3,@ push bottles of beer on the wall, concat @,@ mov 3,@ push bottles of beer, concat @,@ concat @,@ push msgln call @ mov 3,@ sub @,1 movd @,3 push Take on down, pass it around, push msgln call @ mov 3,@ push bottles of beer on the wall concat @,@ push msgln call @ jmp 5
@fuzzyastrocat x86 can edit memory, interact with serial ports, etc. It defines the basics of what everything can do, if all you could do is write numbers to the screen it would be useless
Obratnaya
Obratnaya repl
Source
@SixBeeps @RaidTheWeb @NoNameByProgram Here is post!
Table for features
Samples
Hello world
What does this program do?
99 Bottles of beer
What does this program do?
@fuzzyastrocat x86 can edit memory, interact with serial ports, etc. It defines the basics of what everything can do, if all you could do is write numbers to the screen it would be useless