This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-02-19 11:31:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
res
/
prog8lib
/
virtual
/
test_stack.p8
11 lines
109 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
new if tests
2024-02-22 23:39:31 +01:00
; dummy function on the VM
%import textio
test_stack {
various library modules now also use regular asm symbol prefixing rules: buffers, compression, cx16logo, test_stack.
2024-12-21 06:34:55 +01:00
%option ignore_unused
new if tests
2024-02-22 23:39:31 +01:00
sub test() {
}
}
Reference in New Issue
Copy Permalink