我想开始学习一些装配,我有几个问题:
答案 0 :(得分:1)
关于汇编程序:一切都取决于你想要学习的汇编程序的类型。 Motorolla,Intel,Arm,S390,......
我喜欢以下网站(如果您是初学者):
http://www.tutorialspoint.com/assembly_programming/index.htm
http://w3.ufsm.br/rmbranco/cefet_files/Apostila/8086%20Assembly.pdf
亲切的问候, PB
答案 1 :(得分:0)
关于启动加载器,我发现了很多网页。当然,其中一些比其他人更有趣。我喜欢以下几个:
http://dc0d32.blogspot.in/2010/06/real-mode-in-c-with-gcc-writing.html
http://fisnikhasani.com/building-your-own-bootloader/
我希望这能为你提供一个开始。
亲切的问候, PB