Home
last modified time | relevance | path

Searched refs:put_8bit_zp (Results 1 – 3 of 3) sorted by path

/dports/emulators/hugo/hugo-2.12/
H A Dbios.c1008 put_8bit_zp(_cl, res & 0xFF); in handle_bios()
1009 put_8bit_zp(_ch, res >> 8); in handle_bios()
1021 put_8bit_zp(_cl, res & 0xFF); in handle_bios()
1022 put_8bit_zp(_ch, res >> 8); in handle_bios()
1034 put_8bit_zp(_cl, res & 0xFF); in handle_bios()
1050 put_8bit_zp(_cl, res & 0xFF); in handle_bios()
1051 put_8bit_zp(_ch, res >> 8); in handle_bios()
1052 put_8bit_zp(_dl, rem & 0xFF); in handle_bios()
1053 put_8bit_zp(_dh, res >> 8); in handle_bios()
1067 put_8bit_zp(_ch, res >> 8); in handle_bios()
[all …]
H A Dh6280.c369 put_8bit_zp(reg_x, temp); in and_abs()
384 put_8bit_zp(reg_x, temp); in and_absx()
399 put_8bit_zp(reg_x, temp); in and_absy()
414 put_8bit_zp(reg_x, temp); in and_imm()
429 put_8bit_zp(reg_x, temp); in and_zp()
444 put_8bit_zp(reg_x, temp); in and_zpx()
459 put_8bit_zp(reg_x, temp); in and_zpind()
474 put_8bit_zp(reg_x, temp); in and_zpindx()
489 put_8bit_zp(reg_x, temp); in and_zpindy()
549 put_8bit_zp(zp_addr, temp); in asl_zp()
[all …]
H A Dh6280.h274 inline void put_8bit_zp(UChar zp_addr, UChar byte);