![]() |
|
How to print ascii Art using assembly? - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Assembly (https://sinister.li/Forum-Assembly) +--- Thread: How to print ascii Art using assembly? (/Thread-How-to-print-ascii-Art-using-assembly) |
How to print ascii Art using assembly? - 0x6f776c - 12-29-2017 Hello everyone I'm using nasm on windows , I need an ASM16 code that print ascii such as: _______
.adOOOOOOOOOba. dOOOOOOOOOOOOOOOb dOOOOOOOOOOOOOOOOOb dOOOOOOOOOOOOOOOOOOOb |OOOOOOOOOOOOOOOOOOOOO| OP'~"YOOOOOOOOOOOP"~`YO OO `YOOOOOP' OO OOb `OOO' dOO YOOo OOO oOOP `OOOo OOO oOOO' `OOOb._,dOOOb._,dOOO' `OOOOOOOOOOOOOOOOO' OOOOOOOOOOOOOOOOO YOOOOOOOOOOOOOOOP `OOOOOOOOOOOOOOO' `OOOOOOOOOOOOO' `OOOOOOOOOOO' `~OOOOO~' TISSUE thanks . RE: How to print ascii Art using assembly? - phyrrus9 - 01-17-2018 (12-29-2017, 04:31 PM)0x6f776c Wrote: Hello everyone I think this belongs more in requests. Though printing text is actually pretty simple: Take a look at this resource for printing text in assembly. It's actually pretty simple to do. |