mirror of
https://github.com/mlaux/gb6.git
synced 2026-03-11 04:42:10 +00:00
8 lines
197 B
C
8 lines
197 B
C
#ifndef _FLAGS_H
|
|
#define _FLAGS_H
|
|
|
|
void compile_set_zc_flags(struct code_block *block);
|
|
void compile_set_z_flag(struct code_block *block);
|
|
void compile_set_c_flag(struct code_block *block);
|
|
|
|
#endif |