Redo
|
6de62423e8
|
more emulator features, sub # instr
|
2024-08-12 22:52:33 -06:00 |
|
Redo
|
4ae98df548
|
update and improve emulator
|
2024-08-11 02:39:37 -06:00 |
|
Redo
|
5f78ead08b
|
clean up documentation, clean up dead code, add some instrs
|
2024-07-20 22:35:33 -06:00 |
|
Redo
|
7aa99412ba
|
remake assembler with customasm, misc, need to clean up
|
2024-06-26 11:37:29 -06:00 |
|
Redo
|
717a9d9b08
|
make assembler use \\ instead of / for newlines
|
2024-03-01 20:58:07 -06:00 |
|
redo
|
eaae7bb2d2
|
Merge branch 'master' of Auios/8608 into master
|
2024-02-21 00:20:53 +00:00 |
|
|
4af1b92d05
|
Update readme.md
|
2024-02-20 19:17:54 -05:00 |
|
|
64a98f6add
|
Examples
|
2024-02-20 19:08:35 -05:00 |
|
|
971f8a326c
|
Update memoryMap.md
|
2024-02-16 17:00:29 -05:00 |
|
|
a87ea1f261
|
Update readme.md
|
2024-02-16 16:59:56 -05:00 |
|
|
cf08a90c7e
|
Delete double.asm
|
2024-02-14 13:36:13 -05:00 |
|
|
e1540ff2b1
|
Create fibonacci.asm
|
2024-02-14 13:35:52 -05:00 |
|
|
861820aa49
|
Examples
|
2024-02-11 22:54:37 -05:00 |
|
|
a8dea7b3db
|
Create settings.json
|
2024-02-11 22:54:32 -05:00 |
|
redo
|
c312b1e646
|
Merge branch 'master' of Auios/8608 into master
|
2024-02-12 03:04:16 +00:00 |
|
|
4162c9b232
|
Convert readme to markdown
|
2024-02-11 21:56:56 -05:00 |
|
Redo
|
365071072b
|
fix carry and shifts in hardware, misc
|
2024-01-20 03:12:26 -06:00 |
|
Redo
|
ecf01a2dc9
|
accumulated old changes
|
2023-12-01 04:19:46 -06:00 |
|
Redo
|
b75ff48300
|
fix conditions, add ien flag, improve keyboard, add gpio
|
2023-01-04 13:29:55 -06:00 |
|
Redo
|
4af6f46a51
|
add memory access highlighting to emulator
|
2022-12-07 13:13:17 -06:00 |
|
Redo
|
59f7db27f1
|
add emulator
|
2022-12-06 15:05:28 -06:00 |
|
Redo
|
8cfdea1004
|
add stack subroutines
|
2022-11-15 17:08:29 -06:00 |
|
Redo
|
c1fc5d6399
|
add labels to dasm
|
2022-11-10 21:09:03 -06:00 |
|
Redo
|
1dc679b430
|
make dasm only show code
|
2022-11-10 20:35:52 -06:00 |
|
Redo
|
0e6ec8460b
|
fix relative path in assembler
|
2022-11-10 16:21:52 -06:00 |
|
Redo
|
c67a88e7d0
|
add utf-8 to codepage mapping, change some asm syntax
|
2022-11-10 15:24:50 -06:00 |
|
Redo
|
2fe0e50942
|
add bitshifts, make 8bit loads update zero flag
|
2022-11-03 13:00:20 -06:00 |
|
Redo
|
50b13fec4c
|
add .space directive
|
2022-11-02 12:43:55 -06:00 |
|
Redo
|
7ea1c56362
|
remove debug print
|
2022-11-02 11:42:46 -06:00 |
|
Redo
|
6b64e61537
|
add multiline comments
|
2022-11-02 11:42:01 -06:00 |
|
Redo
|
97f5792a75
|
add binary numbers
|
2022-11-02 10:51:00 -06:00 |
|
Redo
|
2a4aa1625d
|
remove debug print
|
2022-11-02 10:45:51 -06:00 |
|
Redo
|
a09fdcbf2b
|
fix string escapes
|
2022-11-01 20:58:59 -06:00 |
|
Redo
|
50183f0aff
|
fix check for rom size in AssembleFileE
|
2022-11-01 14:52:25 -06:00 |
|
Redo
|
c162f1c98c
|
add file io error printing
|
2022-11-01 14:43:25 -06:00 |
|
Redo
|
ae6dd9f2bc
|
fix // comments
|
2022-11-01 14:20:45 -06:00 |
|
Redo
|
06dc63ce74
|
add string to hex dump
|
2022-11-01 14:01:15 -06:00 |
|
Redo
|
ceb4a457f7
|
add ad/sb b/c a
|
2022-11-01 13:46:18 -06:00 |
|
Redo
|
c1fd3d1d30
|
update readme, add 16-bit arith and pointer increments
|
2022-11-01 13:39:26 -06:00 |
|
Redo
|
7ec5152d72
|
fix braces after labels, add readme
|
2022-11-01 13:02:54 -06:00 |
|
Redo
|
0a9aa7a7d7
|
add scoped defines
|
2022-11-01 11:25:09 -06:00 |
|
Redo
|
83d668fa5c
|
add repeated line notation to mem dump
|
2022-11-01 10:59:41 -06:00 |
|
Redo
|
46e5b83cef
|
add aliases, fix cond jumps
|
2022-11-01 10:08:45 -06:00 |
|
Redo
|
dfc9f18ec7
|
allow braces in macros, fix strings in multiline macros
|
2022-10-31 20:42:34 -06:00 |
|
Redo
|
4bc3828d43
|
allow decimals to define imm16
|
2022-10-31 16:54:12 -06:00 |
|
Redo
|
40ce1c9ce9
|
fix immediates with new stack relative changes
|
2022-10-31 15:58:27 -06:00 |
|
Redo
|
c906937f05
|
add *s-x syntax to stack-relative addressing
|
2022-10-31 14:58:25 -06:00 |
|
Redo
|
fdf4c91944
|
add instruction list
|
2022-10-31 14:02:37 -06:00 |
|
Redo
|
9d19db8e9d
|
remove debug print
|
2022-10-31 13:34:35 -06:00 |
|
Redo
|
ed3d0ee53b
|
brace fixes
|
2022-10-31 13:33:55 -06:00 |
|