registers.cpp: In function 'void minimum(int, int, int)':
registers.cpp:8:5: error: 'append_store' was not declared in this scope
8 | append_store(t,zera);
| ^~~~~~~~~~~~
registers.cpp:10:5: error: 'append_not' was not declared in this scope
10 | append_not(98,a);
| ^~~~~~~~~~
registers.cpp:11:5: error: 'append_add' was not declared in this scope
11 | append_add(98,b,98);
| ^~~~~~~~~~
registers.cpp:12:5: error: 'append_right' was not declared in this scope
12 | append_right(98,98,10);
| ^~~~~~~~~~~~
registers.cpp:13:5: error: 'append_and' was not declared in this scope
13 | append_and(t,b,98);
| ^~~~~~~~~~
registers.cpp: In function 'void construct_instructions(int, int, int, int)':
registers.cpp:38:5: error: 'append_right' was not declared in this scope
38 | append_right(0,0,k);
| ^~~~~~~~~~~~
registers.cpp:39:5: error: 'append_store' was not declared in this scope
39 | append_store(2,jeden4);
| ^~~~~~~~~~~~