File:  [Isaki's NoNo m68k/m88k emulator] / nono / hd64180 / hd64180switch_dd_cb.inc
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:05:34 2026 UTC (2 months, 3 weeks ago) by root
Branches: MAIN, Isaki
CVS tags: v027, v026, v025, v024, v023, v022, v021, HEAD
nono 1.1.0

	 case 0b00000110:	// 0x06
		OP_FUNC(rlc_hlin);
		break;
	 case 0b00001110:	// 0x0e
		OP_FUNC(rrc_hlin);
		break;
	 case 0b00010110:	// 0x16
		OP_FUNC(rl_hlin);
		break;
	 case 0b00011110:	// 0x1e
		OP_FUNC(rr_hlin);
		break;
	 case 0b00100110:	// 0x26
		OP_FUNC(sla_hlin);
		break;
	 case 0b00101110:	// 0x2e
		OP_FUNC(sra_hlin);
		break;
	 case 0b00110110:	// 0x36
		OP_FUNC(sll_hlin);
		break;
	 case 0b00111110:	// 0x3e
		OP_FUNC(srl_hlin);
		break;
	 case 0b01000110:	// 0x46
	 case 0b01001110:	// 0x4e
	 case 0b01010110:	// 0x56
	 case 0b01011110:	// 0x5e
	 case 0b01100110:	// 0x66
	 case 0b01101110:	// 0x6e
	 case 0b01110110:	// 0x76
	 case 0b01111110:	// 0x7e
		OP_FUNC(bit_hlin);
		break;
	 case 0b10000110:	// 0x86
	 case 0b10001110:	// 0x8e
	 case 0b10010110:	// 0x96
	 case 0b10011110:	// 0x9e
	 case 0b10100110:	// 0xa6
	 case 0b10101110:	// 0xae
	 case 0b10110110:	// 0xb6
	 case 0b10111110:	// 0xbe
		OP_FUNC(res_hlin);
		break;
	 case 0b11000110:	// 0xc6
	 case 0b11001110:	// 0xce
	 case 0b11010110:	// 0xd6
	 case 0b11011110:	// 0xde
	 case 0b11100110:	// 0xe6
	 case 0b11101110:	// 0xee
	 case 0b11110110:	// 0xf6
	 case 0b11111110:	// 0xfe
		OP_FUNC(set_hlin);
		break;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.