gitextract_q3lcc35i/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── codigos/ │ ├── README.md │ ├── comparacao │ ├── comparacao.asm │ ├── comparacao.o │ ├── hello │ ├── hello.asm │ ├── hello.o │ ├── input │ ├── input.asm │ ├── input.o │ ├── labels │ ├── labels.asm │ ├── labels.o │ ├── math │ ├── math.asm │ ├── math.o │ ├── ret │ ├── ret.asm │ └── ret.o └── curso/ ├── 1-introducao.md ├── 2-syntax.md ├── 3-helloworld.md ├── 4-labels.md ├── 5-input.md ├── 6-dados.md ├── 7-comparacao.md └── 8-despedida.md