two-pass assembler 两次扫描的汇编程序,两次扫描汇编程序,二次扫描汇编程序相关短语 final mass (扫描) 最终质量 spin tickling (低强度扫描法) 自旋挠痒法 autochrome plate 奥托特朗扫描器 Autotron scanner 奥托克罗母微粒彩屏干版 time base flutter (扫描不稳定性) 时基抖动 time flutter (扫描不稳定性) 时间颤...
two pass assembler 两次扫描的汇编程序,两次扫描汇编程序,二次扫描汇编程序 Two Pass Assembler 两段组合程序一种需要扫瞄(Scan)原始程序两次的组合程序。第一次扫瞄时建立一符号表格,而在第二次扫瞄完成翻译工作。 two pass boiler 双回程锅炉 two pass condenser 双程冷凝器,双道冷凝器,双路冷凝器 two pass...
two-pass assembler 英文two-pass assembler 中文【计】 两次扫描的汇编程序
必应词典为您提供two-pass-assembler的释义,un. 二次扫描汇编程序; 网络释义: 两次扫描的汇编程序;两段组合程序;两段组合程式;
two pass macroassembler【计】 二次扫描宏汇编程序文献(pubmed) 赞助商链接以下为句子列表:英文: Pass me the bricks two at a time.中文: 每次递给我两块砖。英文: Then pass out these two cards to individual students.中文: 然后将这两张卡片分发给个人。
athey are described as two-pass assemblers. The assembler uses a location counter as the address of instructions 他们被描述作为two-pass装配。 装配使用一个定位计数器单元作为指示地址[translate]
A two pass assembler generally creates a symbol table during the first pass and finishes the complete translation from assembly language to machine instructions on the second. A. 正确 B. 错误 如何将EXCEL生成题库手机刷题 > 下载刷刷题APP,拍照搜索答疑 > 手机使用 分享 反馈 收藏 举报 参考答...
Terms that you'll find in the titles of the jobs for this test include:Interactive (standard behavior). The application doesn't schedule larger workloads. TDRs (at 2 seconds) are expected if the workload is too big. NonInteractive (new functionality). The application may schedule workl...
After looking at the assembler source for my functions which were being generated, it looked like the compiler was generating incorrect code. If you took the address of the trampoline function and looked at the assembly source, it started with a relative jump to the real function! Why? It's...
assembler in Xcode. */if (clang_mode && (!strcmp(argv[i], "-q") || !strcmp(argv[i], "-Q"))) continue;#endif /* __APPLE__ */as_params[as_par_cnt++] = argv[i];}#ifdef __APPLE__/* When calling clang as the upstream assembler, append -c -x assembler ...