drmortalwombat
|
65f1349ce2
|
Update sample documentation in readme
|
2022-03-19 10:57:07 +01:00 |
|
drmortalwombat
|
d37ecc44da
|
More documentation
|
2022-03-18 22:29:12 +01:00 |
|
drmortalwombat
|
dc0951ee9f
|
Order inter instructions into eval trains and sequences, optimize copyloops for size
|
2022-03-15 18:45:34 +01:00 |
|
drmortalwombat
|
c5fc186336
|
Add horizontal scroll shmup sample game
|
2022-03-06 21:49:10 +01:00 |
|
drmortalwombat
|
d1104e1eb3
|
Optimize y index progression
|
2022-03-05 11:25:56 +01:00 |
|
drmortalwombat
|
7e458d1eda
|
More promotion of abs and abs indexed when only single use
|
2022-03-03 19:23:47 +01:00 |
|
drmortalwombat
|
9ec2b4fdef
|
Replace JMP with branch when possible
|
2022-03-02 21:18:06 +01:00 |
|
drmortalwombat
|
2a815a9709
|
More forward 8 bit index optimizations
|
2022-03-01 08:53:54 +01:00 |
|
drmortalwombat
|
fbdb513697
|
Optimize single use of global variables in function
|
2022-02-27 17:19:51 +01:00 |
|
drmortalwombat
|
756245694f
|
Optimize indexed static variable access
|
2022-02-26 18:10:23 +01:00 |
|
drmortalwombat
|
f4f9ae1a6a
|
Some xy optimizations
|
2022-02-25 18:43:11 +01:00 |
|
drmortalwombat
|
a2293a0ed1
|
Native code size reduction
|
2022-02-23 18:48:31 +01:00 |
|
drmortalwombat
|
2fd8d8673a
|
Oprtimize right shift multiply combination
|
2022-02-23 15:00:08 +01:00 |
|
drmortalwombat
|
ed609f124b
|
Improve loop invariant hoisting
|
2022-02-20 20:51:05 +01:00 |
|
drmortalwombat
|
8b63d5bb34
|
Shortcut zero page register moves
|
2022-02-20 14:12:01 +01:00 |
|
drmortalwombat
|
46e1caaa4a
|
Some pointer index optimizations
|
2022-02-19 17:14:52 +01:00 |
|
drmortalwombat
|
6ac606c91b
|
Fix compile order based on dependency graph
|
2022-02-19 12:58:51 +01:00 |
|
drmortalwombat
|
6bd3ecb689
|
Fix over eager const expression inliner
|
2022-02-19 12:16:33 +01:00 |
|
drmortalwombat
|
3aa142957c
|
Fix pointer comparison and interrupt warning
|
2022-02-16 16:31:03 +01:00 |
|
drmortalwombat
|
fdb112a037
|
Add constant address calculation for struct members
|
2022-02-14 20:13:30 +01:00 |
|
drmortalwombat
|
a52fb469b6
|
Eliminate some redundant instructions during peephole optimization
|
2022-02-09 22:20:44 +01:00 |
|
drmortalwombat
|
de9e8cfe64
|
Add score to breakout sample
|
2022-02-09 07:50:59 +01:00 |
|
drmortalwombat
|
42f71e264e
|
Fix uninitialized interrupt flag in linux builds
|
2022-02-08 12:58:22 +01:00 |
|
drmortalwombat
|
2f009f129e
|
Add regions replicated in multiple easyflash banks
|
2022-02-07 18:04:17 +01:00 |
|
drmortalwombat
|
a5d5060048
|
Bump version number
|
2022-02-06 21:47:08 +01:00 |
|
drmortalwombat
|
3a7ea0837b
|
Fix logic or inversion
|
2022-02-06 17:29:07 +01:00 |
|
drmortalwombat
|
d4352ef043
|
Add __hwinterrupt function decoration
|
2022-02-06 10:28:09 +01:00 |
|
drmortalwombat
|
5147ec6bc9
|
Fix function pointers in struct consts
|
2022-02-05 16:52:54 +01:00 |
|
drmortalwombat
|
4831950e61
|
Optimizing right shifts greater 5 bits by left shifts
|
2022-02-05 11:37:03 +01:00 |
|
drmortalwombat
|
05d6b3d223
|
Fix table based multiplication for 16bit results
|
2022-02-03 22:10:17 +01:00 |
|
drmortalwombat
|
c6133ce7c0
|
Add error message on crash, fix infinite loop, extend asm listing
|
2022-02-02 08:58:35 +01:00 |
|
drmortalwombat
|
995e39a57d
|
Add missile command sample game
|
2022-01-31 21:17:14 +01:00 |
|
drmortalwombat
|
94efcaeca6
|
Circle drawing in multicolor bitmap
|
2022-01-31 08:08:18 +01:00 |
|
drmortalwombat
|
18be0dfc0b
|
Optimize dynamic code generation
|
2022-01-29 21:55:52 +01:00 |
|
drmortalwombat
|
08d6358932
|
Fix local variable array member forwarding
|
2022-01-29 16:06:47 +01:00 |
|
drmortalwombat
|
60165a7fc3
|
Add "*" symbol for current address in inline assembler
|
2022-01-29 13:33:57 +01:00 |
|
drmortalwombat
|
5ca651bc36
|
Add games to samples
|
2022-01-28 22:49:15 +01:00 |
|
drmortalwombat
|
2d41edfc97
|
Fix byte limit in #embed
|
2022-01-28 14:13:49 +01:00 |
|
drmortalwombat
|
aee284c1d6
|
Add irq autocrawler sample
|
2022-01-28 08:49:21 +01:00 |
|
drmortalwombat
|
dfe3d71f85
|
Make shore memcpy calls intrinsic
|
2022-01-27 23:08:57 +01:00 |
|
drmortalwombat
|
79a841a422
|
Mark vic registers as volatile
|
2022-01-27 16:38:47 +01:00 |
|
drmortalwombat
|
5c8b1c6daf
|
Add __export, __native and __interrupt storage class specifiers
|
2022-01-26 21:48:19 +01:00 |
|
drmortalwombat
|
94532fe038
|
Fix enum size
|
2022-01-26 12:41:12 +01:00 |
|
drmortalwombat
|
792751e3a4
|
Fix error swapping global variables with negation
|
2022-01-25 21:45:33 +01:00 |
|
drmortalwombat
|
0ea87ea322
|
Reduce speculation of integer value range analyzer
|
2022-01-25 21:05:00 +01:00 |
|
drmortalwombat
|
f25bf80a0f
|
Fix LF line ending on windows, float and loop optimizations
|
2022-01-25 14:31:36 +01:00 |
|
drmortalwombat
|
9f41a55a18
|
Fix static declaration in header files
|
2022-01-23 21:14:30 +01:00 |
|
drmortalwombat
|
5a8dbfea60
|
Fix placement of sections in cartridges at other locations than start
|
2022-01-23 12:03:54 +01:00 |
|
drmortalwombat
|
ca93f107c3
|
Add relocated sections
|
2022-01-22 18:21:52 +01:00 |
|
drmortalwombat
|
742866c8c2
|
Enable charmap inside a series of string literals
|
2022-01-22 13:41:24 +01:00 |
|