|
|

楼主 |
发表于 2007-4-1 17:13:00
|
显示全部楼层
Re: [求助]你们觉得我水平怎么样,应该找个什么样的公司,
完全参照ARM Architecture Reference Manual来写的,可以找来这本书(有电子版)和我的工程里的目录对比一下,开始我想一条指令对应一个.h文件,像vba那样写成宏很难调试(估计他也是以后整理的),结果一条指令还有很多种情况,最后.h文件有300多个,vc编译的时候都经常失去响应(我也是够笨的,你试过在一个.cpp文件里include了300多个.h文件吗,呵呵),最终我又建了个工程,就是DebugGBA,把他们都放在了一个.h文件里,写成inline函数了,又从vba里找了几段调试用的代码,就成了那张截图里的样子...
这是整理前的.h文件
2007-02-21 14:46 311 arm_ADC_cond_00I0101S_Rn_Rd_Shifter_operand_I0_S0.h
2007-02-21 14:46 759 arm_ADC_cond_00I0101S_Rn_Rd_Shifter_operand_I0_S1.h
2007-02-21 14:46 410 arm_ADC_cond_00I0101S_Rn_Rd_Shifter_operand_I1_S0.h
2007-02-21 14:47 860 arm_ADC_cond_00I0101S_Rn_Rd_Shifter_operand_I1_S1.h
2007-02-21 14:47 303 arm_ADD_cond_00I0100S_Rn_Rd_Shifter_operand_I0_S0.h
2007-02-21 14:47 751 arm_ADD_cond_00I0100S_Rn_Rd_Shifter_operand_I0_S1.h
2007-02-21 14:48 391 arm_ADD_cond_00I0100S_Rn_Rd_Shifter_operand_I1_S0.h
2007-02-21 14:48 841 arm_ADD_cond_00I0100S_Rn_Rd_Shifter_operand_I1_S1.h
2007-02-21 14:49 294 arm_AND_cond_00I0000S_Rn_Rd_Shifter_operand_I0_S0.h
2007-02-21 14:49 653 arm_AND_cond_00I0000S_Rn_Rd_Shifter_operand_I0_S1.h
2007-02-21 14:49 393 arm_AND_cond_00I0000S_Rn_Rd_Shifter_operand_I1_S0.h
2007-02-21 14:49 814 arm_AND_cond_00I0000S_Rn_Rd_Shifter_operand_I1_S1.h
2007-02-21 14:05 350 arm_B_cond_101L_signed_immed_24_L0.h
2007-02-21 14:50 300 arm_BIC_cond_00I1110S_Rn_Rd_shifter_operand_I0_S0.h
2007-02-21 14:50 658 arm_BIC_cond_00I1110S_Rn_Rd_shifter_operand_I0_S1.h
2007-02-21 14:50 399 arm_BIC_cond_00I1110S_Rn_Rd_shifter_operand_I1_S0.h
2007-02-21 14:51 820 arm_BIC_cond_00I1110S_Rn_Rd_shifter_operand_I1_S1.h
2007-02-25 22:03 410 arm_BL_cond_101L_signed_immed_24_L1.h
2007-02-21 14:51 376 arm_BX_cond_00010010_SBO_SBO_SBO_0001_Rm.h
2007-02-21 14:51 616 arm_CMN_cond_00I10111_Rn_SBZ_shifter_operand_I0.h
2007-02-21 14:51 725 arm_CMN_cond_00I10111_Rn_SBZ_shifter_operand_I1.h
2007-02-21 14:51 616 arm_CMP_cond_00I10101_Rn_SBZ_shifter_operand_I0.h
2007-02-21 14:52 725 arm_CMP_cond_00I10101_Rn_SBZ_shifter_operand_I1.h
2007-02-21 15:02 2,136 arm_condition_field_examine.h
2007-02-21 14:58 5,807 arm_cpu_help_shifter_operand.h
2007-02-21 14:52 294 arm_EOR_cond_00I0001S_Rn_Rd_shifter_operand_I0_S0.h
2007-02-21 14:52 649 arm_EOR_cond_00I0001S_Rn_Rd_shifter_operand_I0_S1.h
2007-02-21 14:52 393 arm_EOR_cond_00I0001S_Rn_Rd_shifter_operand_I1_S0.h
2007-02-21 14:52 809 arm_EOR_cond_00I0001S_Rn_Rd_shifter_operand_I1_S1.h
2007-02-25 14:15 36,831 arm_jump_table_init.h
2007-02-25 14:01 103,583 arm_jump_table_trans.h
2007-02-23 18:37 924 arm_LDM(1)_cond_100PU0W1_Rn_register_list_P0_U0_W0.h
2007-02-23 18:14 975 arm_LDM(1)_cond_100PU0W1_Rn_register_list_P0_U0_W1.h
2007-02-23 18:41 895 arm_LDM(1)_cond_100PU0W1_Rn_register_list_P0_U1_W0.h
2007-02-23 18:42 971 arm_LDM(1)_cond_100PU0W1_Rn_register_list_P0_U1_W1.h
2007-02-23 18:44 921 arm_LDM(1)_cond_100PU0W1_Rn_register_list_P1_U0_W0.h
2007-02-23 18:28 972 arm_LDM(1)_cond_100PU0W1_Rn_register_list_P1_U0_W1.h
2007-02-23 18:46 900 arm_LDM(1)_cond_100PU0W1_Rn_register_list_P1_U1_W0.h
2007-02-23 18:48 976 arm_LDM(1)_cond_100PU0W1_Rn_register_list_P1_U1_W1.h
2007-02-23 19:27 800 arm_LDM(2)_cond_100PU101_Rn_0_register_list_P0_U0.h
2007-02-23 20:19 773 arm_LDM(2)_cond_100PU101_Rn_0_register_list_P0_U1.h
2007-02-23 20:22 797 arm_LDM(2)_cond_100PU101_Rn_0_register_list_P1_U0.h
2007-02-23 20:34 776 arm_LDM(2)_cond_100PU101_Rn_0_register_list_P1_U1.h
2007-02-23 22:07 1,133 arm_LDM(3)_cond_100PU1W1_Rn_1_register_list_P0_U0_W0.h
2007-02-23 22:10 1,184 arm_LDM(3)_cond_100PU1W1_Rn_1_register_list_P0_U0_W1.h
2007-02-23 22:07 1,104 arm_LDM(3)_cond_100PU1W1_Rn_1_register_list_P0_U1_W0.h
2007-02-23 22:08 1,180 arm_LDM(3)_cond_100PU1W1_Rn_1_register_list_P0_U1_W1.h
2007-02-23 22:08 1,130 arm_LDM(3)_cond_100PU1W1_Rn_1_register_list_P1_U0_W0.h
2007-02-23 22:09 1,181 arm_LDM(3)_cond_100PU1W1_Rn_1_register_list_P1_U0_W1.h
2007-02-23 22:11 1,109 arm_LDM(3)_cond_100PU1W1_Rn_1_register_list_P1_U1_W0.h
2007-02-23 22:13 1,185 arm_LDM(3)_cond_100PU1W1_Rn_1_register_list_P1_U1_W1.h
2007-02-21 20:23 554 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I0_P0_U0_W0.h
2007-02-21 20:24 553 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I0_P0_U1_W0.h
2007-02-21 20:29 540 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I0_P1_U0_W0.h
2007-02-21 20:32 570 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I0_P1_U0_W1.h
2007-02-21 20:34 539 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I0_P1_U1_W0.h
2007-02-21 20:36 569 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I0_P1_U1_W1.h
2007-02-22 10:17 2,108 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I1_P0_U0_W0.h
2007-02-22 10:17 2,106 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I1_P0_U1_W0.h
2007-02-22 10:21 2,141 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I1_P1_U0_W0.h
2007-02-22 10:31 2,205 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I1_P1_U0_W1.h
2007-02-22 10:34 2,138 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I1_P1_U1_W0.h
2007-02-22 10:36 2,203 arm_LDR_cond_01IPU0W1_Rn_Rd_addr_mode_I1_P1_U1_W1.h
2007-02-22 11:24 466 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I0_P0_U0_W0.h
2007-02-22 11:25 465 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I0_P0_U1_W0.h
2007-02-22 11:27 452 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I0_P1_U0_W0.h
2007-02-22 11:28 482 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I0_P1_U0_W1.h
2007-02-22 11:28 451 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I0_P1_U1_W0.h
2007-02-22 11:29 481 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I0_P1_U1_W1.h
2007-02-22 11:30 1,905 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I1_P0_U0_W0.h
2007-02-22 11:33 1,903 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I1_P0_U1_W0.h
2007-02-22 11:34 1,939 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I1_P1_U0_W0.h
2007-02-22 11:35 2,004 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I1_P1_U0_W1.h
2007-02-22 11:37 1,937 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I1_P1_U1_W0.h
2007-02-22 11:38 2,002 arm_LDRB_cond_01IPU1W1_Rn_Rd_addr_mode_I1_P1_U1_W1.h
2007-02-22 21:48 348 arm_LDRBT_cond_01I0U111_Rn_Rd_addr_mode_I0_U0.h
2007-02-22 21:48 347 arm_LDRBT_cond_01I0U111_Rn_Rd_addr_mode_I0_U1.h
2007-02-22 21:49 1,765 arm_LDRBT_cond_01I0U111_Rn_Rd_addr_mode_I1_U0.h
2007-02-22 21:49 1,763 arm_LDRBT_cond_01I0U111_Rn_Rd_addr_mode_I1_U1.h
2007-02-23 10:43 354 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P0_U0_I0_W0.h
2007-02-22 22:35 50 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P0_U0_I0_W1.h
2007-02-23 10:51 456 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P0_U0_I1_W0.h
2007-02-22 22:32 50 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P0_U0_I1_W1.h
2007-02-23 10:45 353 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P0_U1_I0_W0.h
2007-02-22 22:32 50 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P0_U1_I0_W1.h
2007-02-23 10:52 455 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P0_U1_I1_W0.h
2007-02-22 22:32 50 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P0_U1_I1_W1.h
2007-02-23 10:45 340 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P1_U0_I0_W0.h
2007-02-23 10:48 367 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P1_U0_I0_W1.h
2007-02-23 10:53 442 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P1_U0_I1_W0.h
2007-02-23 10:58 467 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P1_U0_I1_W1.h
2007-02-23 10:46 339 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P1_U1_I0_W0.h
2007-02-23 10:47 366 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P1_U1_I0_W1.h
2007-02-23 11:04 439 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P1_U1_I1_W0.h
2007-02-23 11:04 466 arm_LDRH_cond_000PUIW1_Rn_Rd_addr_mode_1011_addr_mode_P1_U1_I1_W1.h
2007-02-23 11:10 357 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P0_U0_I0_W0.h
2007-02-23 11:18 50 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P0_U0_I0_W1.h
2007-02-23 11:18 459 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P0_U0_I1_W0.h
2007-02-23 11:19 50 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P0_U0_I1_W1.h
2007-02-23 11:20 356 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P0_U1_I0_W0.h
2007-02-23 11:20 50 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P0_U1_I0_W1.h
2007-02-23 11:21 458 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P0_U1_I1_W0.h
2007-02-23 11:22 50 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P0_U1_I1_W1.h
2007-02-23 11:22 343 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P1_U0_I0_W0.h
2007-02-23 11:23 370 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P1_U0_I0_W1.h
2007-02-23 11:23 445 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P1_U0_I1_W0.h
2007-02-23 11:24 470 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P1_U0_I1_W1.h
2007-02-23 11:25 342 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P1_U1_I0_W0.h
2007-02-23 11:25 369 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P1_U1_I0_W1.h
2007-02-23 11:25 442 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P1_U1_I1_W0.h
2007-02-23 11:24 469 arm_LDRSB_cond_000PUIW1_Rn_Rd_addr_mode_1101_addr_mode_P1_U1_I1_W1.h
2007-02-23 11:30 362 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P0_U0_I0_W0.h
2007-02-23 11:26 50 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P0_U0_I0_W1.h
2007-02-23 11:30 464 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P0_U0_I1_W0.h
2007-02-23 11:27 50 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P0_U0_I1_W1.h
2007-02-23 11:32 361 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P0_U1_I0_W0.h
2007-02-23 11:27 50 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P0_U1_I0_W1.h
2007-02-23 11:32 463 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P0_U1_I1_W0.h
2007-02-23 11:28 50 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P0_U1_I1_W1.h
2007-02-23 11:32 348 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P1_U0_I0_W0.h
2007-02-23 11:33 375 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P1_U0_I0_W1.h
2007-02-23 11:33 450 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P1_U0_I1_W0.h
2007-02-23 11:33 475 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P1_U0_I1_W1.h
2007-02-23 11:33 347 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P1_U1_I0_W0.h
2007-02-23 11:33 374 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P1_U1_I0_W1.h
2007-02-23 11:33 447 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P1_U1_I1_W0.h
2007-02-23 11:33 474 arm_LDRSH_cond_000PUIW1_Rn_Rd_addr_mode_1111_addr_mode_P1_U1_I1_W1.h
2007-02-22 21:41 347 arm_LDRT_cond_01I0U011_Rn_Rd_addr_mode_I0_U0.h
2007-02-22 21:43 346 arm_LDRT_cond_01I0U011_Rn_Rd_addr_mode_I0_U1.h
2007-02-22 21:44 1,763 arm_LDRT_cond_01I0U011_Rn_Rd_addr_mode_I1_U0.h
2007-02-22 21:45 1,761 arm_LDRT_cond_01I0U011_Rn_Rd_addr_mode_I1_U1.h
2007-02-21 14:53 334 arm_MLA_cond_0000001S_Rd_Rn_Rs_1001_Rm_S0.h
2007-02-21 14:53 551 arm_MLA_cond_0000001S_Rd_Rn_Rs_1001_Rm_S1.h
2007-02-21 14:53 231 arm_MOV_cond_00I1101S_SBZ_Rd_shifter_operand_I0_S0.h
2007-02-21 14:53 569 arm_MOV_cond_00I1101S_SBZ_Rd_shifter_operand_I0_S1.h
2007-02-21 14:53 338 arm_MOV_cond_00I1101S_SBZ_Rd_shifter_operand_I1_S0.h
2007-02-21 14:54 735 arm_MOV_cond_00I1101S_SBZ_Rd_shifter_operand_I1_S1.h
2007-02-21 14:54 123 arm_MRS_cond_00010R00_SBO_Rd_SBZ_R0.h
2007-02-21 14:54 123 arm_MRS_cond_00010R00_SBO_Rd_SBZ_R1.h
2007-02-21 15:55 966 arm_MSR_cond_00010R10_field_mask_SBO_SBZ_0000_Rm_R0.h
2007-02-21 15:56 968 arm_MSR_cond_00010R10_field_mask_SBO_SBZ_0000_Rm_R1.h
2007-02-21 15:55 1,054 arm_MSR_cond_00110R10_field_mask_SBO_rotate_imm_8_bit_immediate_R0.h
2007-02-21 15:56 1,054 arm_MSR_cond_00110R10_field_mask_SBO_rotate_imm_8_bit_immediate_R1.h
2007-02-21 16:24 264 arm_MUL_cond_0000000S_Rd_SBZ_Rs_1001_Rm_S0.h
2007-02-21 16:24 481 arm_MUL_cond_0000000S_Rd_SBZ_Rs_1001_Rm_S1.h
2007-02-21 16:25 235 arm_MVN_cond_00I1111S_SBZ_Rd_shifter_operand_I0_S0.h
2007-02-21 16:27 573 arm_MVN_cond_00I1111S_SBZ_Rd_shifter_operand_I0_S1.h
2007-02-21 16:28 342 arm_MVN_cond_00I1111S_SBZ_Rd_shifter_operand_I1_S0.h
2007-02-21 16:28 739 arm_MVN_cond_00I1111S_SBZ_Rd_shifter_operand_I1_S1.h
2007-02-21 16:29 293 arm_ORR_cond_00I1100S_Rn_Rd_shifter_operand_I0_S0.h
2007-02-21 16:29 646 arm_ORR_cond_00I1100S_Rn_Rd_shifter_operand_I0_S1.h
2007-02-21 16:30 392 arm_ORR_cond_00I1100S_Rn_Rd_shifter_operand_I1_S0.h
2007-02-21 16:30 808 arm_ORR_cond_00I1100S_Rn_Rd_shifter_operand_I1_S1.h
2007-02-21 16:31 303 arm_RSB_cond_00I0011S_Rn_Rd_shifter_operand_I0_S0.h
2007-02-21 16:31 750 arm_RSB_cond_00I0011S_Rn_Rd_shifter_operand_I0_S1.h
2007-02-21 16:31 391 arm_RSB_cond_00I0011S_Rn_Rd_shifter_operand_I1_S0.h
2007-02-21 16:32 841 arm_RSB_cond_00I0011S_Rn_Rd_shifter_operand_I1_S1.h
2007-02-21 16:32 323 arm_RSC_cond_00I0111S_Rn_Rd_shifter_operand_I0_S0.h
2007-02-21 16:33 771 arm_RSC_cond_00I0111S_Rn_Rd_shifter_operand_I0_S1.h
2007-02-21 16:33 411 arm_RSC_cond_00I0111S_Rn_Rd_shifter_operand_I1_S0.h
2007-02-21 16:34 861 arm_RSC_cond_00I0111S_Rn_Rd_shifter_operand_I1_S1.h
2007-02-21 16:34 323 arm_SBC_cond_00I0110S_Rn_Rd_shifter_operand_I0_S0.h
2007-02-21 16:34 773 arm_SBC_cond_00I0110S_Rn_Rd_shifter_operand_I0_S1.h
2007-02-21 16:35 411 arm_SBC_cond_00I0110S_Rn_Rd_shifter_operand_I1_S0.h
2007-02-21 16:35 861 arm_SBC_cond_00I0110S_Rn_Rd_shifter_operand_I1_S1.h
2007-02-21 16:37 593 arm_SMLAL_cond_0000111S_RdHi_RdLo_Rs_1001_Rm_S0.h
2007-02-21 16:38 724 arm_SMLAL_cond_0000111S_RdHi_RdLo_Rs_1001_Rm_S1.h
2007-02-21 16:38 436 arm_SMULL_cond_0000110S_RdHi_RdLo_Rs_1001_Rm_S0.h
2007-02-21 16:38 567 arm_SMULL_cond_0000110S_RdHi_RdLo_Rs_1001_Rm_S1.h
2007-02-23 21:13 739 arm_STM(1)_cond_100PU0W0_Rn_register_list_P0_U0_W0.h
2007-02-23 21:18 790 arm_STM(1)_cond_100PU0W0_Rn_register_list_P0_U0_W1.h
2007-02-23 21:13 710 arm_STM(1)_cond_100PU0W0_Rn_register_list_P0_U1_W0.h
2007-02-23 21:19 786 arm_STM(1)_cond_100PU0W0_Rn_register_list_P0_U1_W1.h
2007-02-23 21:13 736 arm_STM(1)_cond_100PU0W0_Rn_register_list_P1_U0_W0.h
2007-02-23 21:19 787 arm_STM(1)_cond_100PU0W0_Rn_register_list_P1_U0_W1.h
2007-02-23 21:13 715 arm_STM(1)_cond_100PU0W0_Rn_register_list_P1_U1_W0.h
2007-02-23 21:18 791 arm_STM(1)_cond_100PU0W0_Rn_register_list_P1_U1_W1.h
2007-02-23 21:23 745 arm_STM(2)_cond_100PU100_Rn_register_list_P0_U0.h
2007-02-23 21:23 716 arm_STM(2)_cond_100PU100_Rn_register_list_P0_U1.h
2007-02-23 21:23 742 arm_STM(2)_cond_100PU100_Rn_register_list_P1_U0.h
2007-02-23 21:24 721 arm_STM(2)_cond_100PU100_Rn_register_list_P1_U1.h
2007-02-23 12:15 451 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I0_P0_U0_W0.h
2007-02-23 12:16 450 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I0_P0_U1_W0.h
2007-02-23 12:16 437 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I0_P1_U0_W0.h
2007-02-23 12:16 467 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I0_P1_U0_W1.h
2007-02-23 12:16 436 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I0_P1_U1_W0.h
2007-02-23 12:17 466 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I0_P1_U1_W1.h
2007-02-23 12:17 1,888 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I1_P0_U0_W0.h
2007-02-23 12:18 1,886 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I1_P0_U1_W0.h
2007-02-23 12:19 1,923 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I1_P1_U0_W0.h
2007-02-23 12:20 1,987 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I1_P1_U0_W1.h
2007-02-23 12:21 1,920 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I1_P1_U1_W0.h
2007-02-23 12:21 1,985 arm_STR_cond_01IPU0W0_Rn_Rd_addr_mode_I1_P1_U1_W1.h
2007-02-23 13:51 468 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I0_P0_U0_W0.h
2007-02-23 13:51 467 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I0_P0_U1_W0.h
2007-02-23 13:52 454 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I0_P1_U0_W0.h
2007-02-23 13:52 484 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I0_P1_U0_W1.h
2007-02-23 13:52 453 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I0_P1_U1_W0.h
2007-02-23 13:52 483 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I0_P1_U1_W1.h
2007-02-23 13:52 1,909 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I1_P0_U0_W0.h
2007-02-23 13:54 1,907 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I1_P0_U1_W0.h
2007-02-23 13:54 1,943 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I1_P1_U0_W0.h
2007-02-23 13:54 2,008 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I1_P1_U0_W1.h
2007-02-23 13:54 1,941 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I1_P1_U1_W0.h
2007-02-23 13:54 2,006 arm_STRB_cond_01IPU1W0_Rn_Rd_addr_mode_I1_P1_U1_W1.h
2007-02-23 13:54 350 arm_STRBT_cond_01I0U110_Rn_Rd_addr_mode_I0_U0.h
2007-02-23 13:54 349 arm_STRBT_cond_01I0U110_Rn_Rd_addr_mode_I0_U1.h
2007-02-23 13:54 1,769 arm_STRBT_cond_01I0U110_Rn_Rd_addr_mode_I1_U0.h
2007-02-23 13:54 1,767 arm_STRBT_cond_01I0U110_Rn_Rd_addr_mode_I1_U1.h
2007-02-23 13:42 356 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P0_U0_I0_W0.h
2007-02-22 22:35 50 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P0_U0_I0_W1.h
2007-02-23 13:47 458 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P0_U0_I1_W0.h
2007-02-22 22:32 50 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P0_U0_I1_W1.h
2007-02-23 13:47 355 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P0_U1_I0_W0.h
2007-02-22 22:32 50 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P0_U1_I0_W1.h
2007-02-23 13:47 457 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P0_U1_I1_W0.h
2007-02-22 22:32 50 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P0_U1_I1_W1.h
2007-02-23 13:47 342 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P1_U0_I0_W0.h
2007-02-23 13:47 369 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P1_U0_I0_W1.h
2007-02-23 13:47 444 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P1_U0_I1_W0.h
2007-02-23 13:47 469 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P1_U0_I1_W1.h
2007-02-23 13:47 341 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P1_U1_I0_W0.h
2007-02-23 13:47 368 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P1_U1_I0_W1.h
2007-02-23 13:47 441 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P1_U1_I1_W0.h
2007-02-23 13:47 468 arm_STRH_cond_000PUIW0_Rn_Rd_addr_mode_1011_addr_mode_P1_U1_I1_W1.h
2007-02-23 13:33 346 arm_STRT_cond_01I0U010_Rn_Rd_addr_mode_I0_U0.h
2007-02-23 13:35 345 arm_STRT_cond_01I0U010_Rn_Rd_addr_mode_I0_U1.h
2007-02-23 13:35 1,761 arm_STRT_cond_01I0U010_Rn_Rd_addr_mode_I1_U0.h
2007-02-23 13:36 1,759 arm_STRT_cond_01I0U010_Rn_Rd_addr_mode_I1_U1.h
2007-02-21 16:39 303 arm_SUB_cond_00I0010S_Rn_Rd_shifter_operand_I0_S0.h
2007-02-21 16:39 751 arm_SUB_cond_00I0010S_Rn_Rd_shifter_operand_I0_S1.h
2007-02-21 16:39 391 arm_SUB_cond_00I0010S_Rn_Rd_shifter_operand_I1_S0.h
2007-02-21 16:39 841 arm_SUB_cond_00I0010S_Rn_Rd_shifter_operand_I1_S1.h
2007-02-25 09:13 667 arm_SWP_cond_00010000_Rn_Rd_SBZ_1001_Rm.h
2007-02-21 16:42 418 arm_SWPB_cond_00010100_Rn_Rd_SBZ_1001_Rm.h
2007-02-21 16:44 521 arm_TEQ_cond_00I10011_Rn_SBZ_shifter_operand_I0.h
2007-02-25 18:32 726 arm_TEQ_cond_00I10011_Rn_SBZ_shifter_operand_I1.h
2007-02-21 16:45 521 arm_TST_cond_00I10001_Rn_SBZ_shifter_operand_I0.h
2007-02-21 16:45 691 arm_TST_cond_00I10001_Rn_SBZ_shifter_operand_I1.h
2007-02-21 16:46 599 arm_UMLAL_cond_0000101S_RdHi_RdLo_Rs_1001_Rm_S0.h
2007-02-21 16:46 757 arm_UMLAL_cond_0000101S_RdHi_RdLo_Rs_1001_Rm_S1.h
2007-02-21 16:47 441 arm_UMULL_cond_0000100S_RdHi_RdLo_Rs_1001_Rm_S0.h
2007-02-21 16:47 599 arm_UMULL_cond_0000100S_RdHi_RdLo_Rs_1001_Rm_S1.h
2007-02-25 21:18 20,593 arm7tdmi_architecture.cpp
2007-02-25 19:16 19,184 arm7tdmi_architecture.h
2007-02-25 13:48 857 main.cpp
2007-02-25 09:08 1,012 platform.h
2006-10-29 21:45 1,132 porting_opcode.h
2006-10-30 22:08 514 system_type_define.h
2007-02-24 21:06 562 thumb_ADC_010000_0101_Rm_Rd.h
2007-02-25 16:43 588 thumb_ADD(1)_000111_0_immed_3_Rn_Rd.h
2007-02-24 21:09 537 thumb_ADD(2)_00110_Rd_immed_8.h
2007-02-24 21:10 586 thumb_ADD(3)_000110_0_Rm_Rn_Rd.h
2007-02-25 22:01 397 thumb_ADD(4)_010001_00_H1_H2_Rm_Rd.h
2007-02-24 21:13 212 thumb_ADD(5)_10100_Rd_immed_8.h
2007-02-24 21:14 193 thumb_ADD(6)_10101_Rd_immed_8.h
2007-02-24 21:17 155 thumb_ADD(7)_101100_000_immed_7.h
2007-02-24 21:17 420 thumb_AND_010000_0000_Rm_Rd.h
2007-02-24 21:18 710 thumb_ASR(1)_00010_immed_5_Rm_Rd.h
2007-02-24 21:20 777 thumb_ASR(2)_010000_0100_Rs_Rd.h
2007-02-25 16:51 447 thumb_B(1)_1101_cond_signed_immed_8.h
2007-02-24 21:26 347 thumb_B(2)_11100_signed_immed_11.h
2007-02-24 21:28 421 thumb_BIC_010000_1110_Rm_Rd.h
2007-02-24 21:25 257 thumb_BL_111_H_offset_11_H10.h
2007-02-25 22:06 321 thumb_BL_111_H_offset_11_H11.h
2007-02-24 21:27 410 thumb_BX_010001110_H2_Rm_SBZ.h
2007-02-24 21:29 538 thumb_CMN_010000_1011_Rm_Rn.h
2007-02-24 21:40 540 thumb_CMP(1)_00101_Rn_immed_8.h
2007-02-24 21:40 538 thumb_CMP(2)_010000_1010_Rm_Rn.h
2007-02-24 21:40 626 thumb_CMP(3)_01000101_H1_H2_Rm_Rn.h
2007-02-25 16:51 2,094 thumb_condition_field_examine.h
2007-02-24 21:43 396 thumb_EOR_010000_0001_Rm_Rd.h
2007-02-25 14:04 10,673 thumb_jump_table_init.h
2007-02-25 16:31 27,316 thumb_jump_table_trans.h
2007-02-25 11:34 12,586 thumb_jump_table_trans_new.h
2007-02-25 10:52 527 thumb_LDMIA_11001_Rn_register_list.h
2007-02-25 10:51 319 thumb_LDR(1)_01101_immed_5_Rn_Rd.h
2007-02-25 10:51 288 thumb_LDR(2)_0101100_Rm_Rn_Rd.h
2007-02-25 10:51 298 thumb_LDR(3)_01001_Rd_immed_8.h
2007-02-25 10:51 285 thumb_LDR(4)_10011_Rd_immed_8.h
2007-02-25 13:06 307 thumb_LDRB(1)_01111_immed_5_Rn_Rd.h
2007-02-25 10:52 290 thumb_LDRB(2)_0101110_Rm_Rn_Rd.h
2007-02-25 10:52 323 thumb_LDRH(1)_10001_immed_5_Rn_Rd.h
2007-02-25 10:52 294 thumb_LDRH(2)_0101101_Rm_Rn_Rd.h
2007-02-25 10:52 337 thumb_LDRSB_0101011_Rm_Rn_Rd.h
2007-02-25 10:52 342 thumb_LDRSH_0101111_Rm_Rn_Rd.h
2007-02-25 07:09 632 thumb_LSL(1)_00000_immed_5_Rm_Rd.h
2007-02-25 07:27 804 thumb_LSL(2)_0100000010_Rs_Rd.h
2007-02-25 07:27 690 thumb_LSR(1)_00001_immed_5_Rm_Rd.h
2007-02-25 07:28 810 thumb_LSR(2)_0100000011_Rs_Rd.h
2007-02-25 08:10 382 thumb_MOV(1)_00100_Rd_immed_8.h
2007-02-25 08:10 370 thumb_MOV(2)_0001110000_Rn_Rd.h
2007-02-25 22:00 345 thumb_MOV(3)_01000110_H1_H2_Rm_Rd.h
2007-02-25 08:11 398 thumb_MUL_0100001101_Rm_Rd.h
2007-02-25 08:11 377 thumb_MVN_0100001111_Rm_Rd.h
2007-02-25 08:11 503 thumb_NEG_0100001001_Rm_Rd.h
2007-02-25 08:12 399 thumb_ORR_0100001100_Rm_Rd.h
2007-02-25 22:01 1,527 thumb_POP_1011110_R_register_list.h
2007-02-25 21:41 837 thumb_PUSH_1011010_R_register_list.h
2007-02-25 08:17 790 thumb_ROR_0100000111_Rs_Rd.h
2007-02-25 08:18 569 thumb_SBC_0100000110_Rm_Rd.h
2007-02-25 10:52 526 thumb_STMIA_11000_Rn_register_list.h
2007-02-25 10:52 318 thumb_STR(1)_01100_immed_5_Rn_Rd.h
2007-02-25 10:52 287 thumb_STR(2)_0101000_Rm_Rn_Rd.h
2007-02-25 10:52 282 thumb_STR(3)_10010_Rd_immed_8.h
2007-02-25 10:50 333 thumb_STRB(1)_01110_immed_5_Rn_Rd.h
2007-02-25 10:52 316 thumb_STRB(2)_0101010_Rm_Rn_Rd.h
2007-02-25 10:52 352 thumb_STRH(1)_10000_immed_5_Rn_Rd.h
2007-02-25 10:52 323 thumb_STRH(2)_0101001_Rm_Rn_Rd.h
2007-02-25 08:40 574 thumb_SUB(1)_0001111immed_3_Rn_Rd.h
2007-02-25 08:40 541 thumb_SUB(2)_00111_Rd_immed_8.h
2007-02-25 08:41 572 thumb_SUB(3)_0001101_Rm_Rn_Rd.h
2007-02-25 08:42 136 thumb_SUB(4)_101100001_immed_7.h
2007-02-25 12:11 47 thumb_SWI_11011111_immed_8.h
2007-02-25 08:42 420 thumb_TST_0100001000_Rm_Rn.h |
-
|