Searched refs:MOV_MEM_TO_AL (Results 1 – 2 of 2) sorted by relevance
36 #define MOV_MEM_TO_AL(x) .byte 0xa0; .word x macro145 MOV_MEM_TO_AL(ABS(boot_drive)) /* movb ABS(boot_drive), %al */178 MOV_MEM_TO_AL(ABS(force_lba)) /* movb ABS(force_lba), %al */
3547 * stage1/stage1.S (MOV_MEM_TO_AL): New macro.3548 (real_start): Use the macro MOV_MEM_TO_AL instead of using movb