This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Dec 11 2011 20:09:43) | |
| MacOS X (unix) version | |
| Included patches: 1-372 | |
| Compiled by Davis Gallinghouse | |
| Normal version without GUI. Features included (+) or not (-): | |
| -arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset +cindent | |
| -clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments | |
| -conceal +cryptv -cscope +cursorbind +cursorshape +dialog_con +diff +digraphs | |
| -dnd -ebcdic -emacs_tags +eval +ex_extra +extra_search -farsi +file_in_path | |
| +find_in_path +float +folding -footer +fork() -gettext -hangul_input +iconv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| default rel | |
| section .bss | |
| buffer: resb 64 | |
| section .text | |
| global start | |
| start: | |
| cmp qword [rsp], 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| section .data | |
| filename: db 'begin.asm', 0x00 | |
| message: db 'Welcome to Reader', 0x0a, 0x00 | |
| section .bss | |
| buffer: resb 64 | |
| section .text | |
| global start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| section .data | |
| filename: db 'begin.asm', 0x00 | |
| message: db 'Welcome to Reader', 0x0a, 0x00 | |
| section .bss | |
| buffer: resb 64 | |
| section .text | |
| global start |
NewerOlder