随笔分类 -  汇编

摘要:zzq@zzq:~/下载/自制编译器cb/cbc-1.0/test$ cat eq.cbimport stdio;intmain(int argc, char **argv){ char *s = "OK"; char *t = "??"; printf("%d;%d;%d", (5 == 3), 阅读全文
posted @ 2025-08-15 16:13 Thermo 阅读(66) 评论(0) 推荐(0)
摘要:https://www.plantation-productions.com/Webster/www.writegreatcode.com/index.html 《汇编语言的编程艺术》(第2版) 一书作者Randall Hyde写的6卷书,讲从汇编角度去看如何产生优质代码, 其中卷1、2在06年左右 阅读全文
posted @ 2021-09-27 22:18 Thermo 阅读(1195) 评论(0) 推荐(0)
摘要:在网上找到答案: 用高级汇编编译程序HLA对《汇编语言编程艺术》一书随书源码中的例子程序helloworld进行编译时, 提示polink:warning: /SECTION:.bss ignored; section is missing,其他的例子也是这样的提示, 有这个警告,但程序编译后可以得 阅读全文
posted @ 2021-09-27 22:14 Thermo 阅读(481) 评论(0) 推荐(0)