Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 06 / 05.mkd
blobf3abf82ddd0bb65499aed416ffec2369a0e59977
1 # 2016/06/05
3 ## 09:04
5 So what I need is a memory interface.
7 ## 18:25
9 Have not done much in the past few days.
11 ## 18:45
13 There is nothing to refactor, since all code has been refactored. Perhaps I
14 can clone a video game and use it as a sample project. A game that would work
15 great using the LUI and LCDUI (in the future). Personally I alway wanted to
16 write my own Advance Wars clone, so I suppose I shall do that.
18 ## 19:31
20 One thing I lack however is the means to actually run the code.
22 ## 19:52
24 Having atomic bulk read/write operations would be difficult and potentially
25 very costly. I am also not sure of any CPU that has atomic operations that are
26 more than a given word size or similar.