开发者

"Splitting" string in assembly language

开发者 https://www.devze.com 2023-03-22 15:33 出处:网络
I have new problem. 开发者_如何学PythonI\'m working with strings in assembly language and I want to ask: Is there any function in assembly language for \"splitting\" strings like Split in JavaScript,

I have new problem. 开发者_如何学PythonI'm working with strings in assembly language and I want to ask: Is there any function in assembly language for "splitting" strings like Split in JavaScript, .NET and explode in PHP?


Pure assembly? No. There is no such thing as a string on a cpu, just bytes. You'll have to either use a library like the c library, link it and use the usual c functions, or code it yourself in assembly.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号