汇编 源程序 hello world ;本程序实现了无限制输出字符--即 不用关心字符的长度 而进行输出 assume cs:dama,ds:shuju,ss:zhan shuju segment db 40 dup (0h) shuju ends zhan segment db "I'm a boy! but you are a girl! haha,it'great!" db 0h zhan ends substack segment db 40 dup (0h) substack end
his project is dedicated to the port of the Free Pascal Compiler to MIPS architecture. Download Now! fpc_mips_all_090a.zip (2.0 MB) OR View all files http://fpc-mips.sourceforge.net This is an attempt to port FPC to MIPS architecture. The source cod