This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
8bitworkshop
Watch
1
Star
0
Fork
0
You've already forked 8bitworkshop
mirror of
https://github.com/sehugg/8bitworkshop.git
synced
2024-10-31 23:09:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
04859a5360
8bitworkshop
/
presets
/
base_z80
/
simple1.c
Steven Hugg
5ae8d28922
added base_z80 platform and viz.html example
2017-04-29 11:53:27 -04:00
4 lines
38 B
C
Raw
Blame
History
int
func
(
int
x
)
{
return
x
*
2
;
}
Reference in New Issue
View Git Blame
Copy Permalink