# Oglo CPU Assembler The official assembler implementation for [Oglo CPU](https://gitlab.com/Oglo12/oglo-cpu). # How To Use - Assembling a binary file from ASM file: ``` oglo-cpu-asm assemble -i -o ``` **NOTE:** *This is not a full example. To get a full list of options, run:* ``` oglo-cpu-asm assemble --help ``` # Additional Notes > Every Line Of Code That Was Written In Commit '2f40a465b03eaf95758c6f15dd08c4755c5b5542' And Older Was Livestreamed: - [Part 1 - Start Project And Create Lexer](https://www.youtube.com/live/PQCDOwLJhus?si=FvGLOwB6zuLmjhIh) - [Part 2 - Finish Lexer And Create/Finish Parser](https://www.youtube.com/live/S42zL267ABU?si=IAJ683UfVYow1rrW) - [Part 3 - Create/Finish CodeGen And Finish Assembler](https://www.youtube.com/live/FYrvAhiaP1E?si=1B2w-S31u9_Mi0Fz)