llvm-mos-sdk
nes
rompoke
rompoke.h
Go to the documentation of this file.
1
// Copyright 2023 LLVM-MOS Project
2
// Licensed under the Apache License, Version 2.0 with LLVM Exceptions.
3
// See https://github.com/llvm-mos/llvm-mos-sdk/blob/main/LICENSE for license
4
// information.
5
6
#ifndef _ROMPOKE_H_
7
#define _ROMPOKE_H_
8
23
__attribute__((leaf))
void
rom_poke_safe(
char
value);
24
25
#endif
/* _ROMPOKE_H_ */
Generated by
1.8.17