Skip to content

Instantly share code, notes, and snippets.

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
default rel
section .bss
buffer: resb 64
section .text
global start
start:
cmp qword [rsp], 1
section .data
filename: db 'begin.asm', 0x00
message: db 'Welcome to Reader', 0x0a, 0x00
section .bss
buffer: resb 64
section .text
global start
section .data
filename: db 'begin.asm', 0x00
message: db 'Welcome to Reader', 0x0a, 0x00
section .bss
buffer: resb 64
section .text
global start