小编Con*_*Fry的帖子

lua内存管理

我们如何释放lua堆栈?

lua

9
推荐指数
2
解决办法
4654
查看次数

Iphone和从右到左的文字

如何在UITextView中显示RTL文本(例如阿拉伯语)?

iphone localization objective-c uitextview

6
推荐指数
1
解决办法
1312
查看次数

链接nasm程序为mac os x

我在连接macos的nasm程序时遇到一些问题:

GLOBAL _start
SEGMENT .text
_start:
    mov ax, 5
    mov bx, ax
    mov [a], ebx
SEGMENT .data
a   DW 0
t2  DW 0

fry$ nasm -f elf  test.asm
fry$ ld -o test test.o -arch i386
ld: warning: in test.o, file was built for unsupported file format which is not the architecture being linked (i386)
ld: could not find entry point "start" (perhaps missing crt1.

fry$ nasm -f macho  test.asm
fry$ ld -o test test.o -arch i386
ld: could not find …
Run Code Online (Sandbox Code Playgroud)

macos linker nasm

4
推荐指数
2
解决办法
4566
查看次数

标签 统计

iphone ×1

linker ×1

localization ×1

lua ×1

macos ×1

nasm ×1

objective-c ×1

uitextview ×1