程序集NASM x86 - 将char放入数组

时间:2016-04-18 06:37:38

标签: arrays assembly x86 nasm

我需要创建一个打开文件的程序,逐个字符地读取它并将其保存到Assembly NASM x86中的数组中。目前,该程序能够使用stdin打开文件,并使用getchar()读取该字符。但是,我坚持将char保存到数组中并需要这方面的帮助。

谢谢

>>>
>>> help(''.strip)
Help on built-in function strip:

strip(...)
    S.strip([chars]) -> string or unicode

    Return a copy of the string S with leading and trailing
    whitespace removed.
    If chars is given and not None, remove characters in chars instead.
    If chars is unicode, S will be converted to unicode before stripping

>>>

0 个答案:

没有答案